/*fonts*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i&subset=cyrillic');
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
}
.flaticon-nature:before { content: "\f100"; }
.flaticon-gloves:before { content: "\f101"; }
.flaticon-kick-scooter:before { content: "\f102"; }
.flaticon-keyboard-left-arrow-button:before { content: "\f103"; }
.flaticon-down-arrow-1:before { content: "\f104"; }
.flaticon-signs:before { content: "\f105"; }
.flaticon-pin:before { content: "\f106"; }
.flaticon-brake-disk:before { content: "\f107"; }
.flaticon-four-squares-list:before { content: "\f108"; }
.flaticon-bycicle:before { content: "\f109"; }
.flaticon-arrows-1:before { content: "\f10a"; }
.flaticon-keyboard-right-arrow-button:before { content: "\f10b"; }
.flaticon-check:before { content: "\f10c"; }
.flaticon-cellphone:before { content: "\f10d"; }
.flaticon-interface:before { content: "\f10e"; }
.flaticon-instagram-logo:before { content: "\f10f"; }
.flaticon-right-arrow:before { content: "\f110"; }
.flaticon-close:before { content: "\f111"; }
.flaticon-down-arrow:before { content: "\f112"; }
.flaticon-shock-absorber:before { content: "\f113"; }
.flaticon-shopping-cart:before { content: "\f114"; }
.flaticon-communication:before { content: "\f115"; }
.flaticon-profile:before { content: "\f116"; }
.flaticon-money:before { content: "\f117"; }
.flaticon-note:before { content: "\f118"; }
.flaticon-technology:before { content: "\f119"; }
.flaticon-transport:before { content: "\f11a"; }
.flaticon-delivery-truck:before { content: "\f11b"; }
.flaticon-vk:before { content: "\f11c"; }
.flaticon-search:before { content: "\f11d"; }
.flaticon-alphabet:before { content: "\f11e"; }
.flaticon-arrows:before { content: "\f11f"; }fore { content: "\f11d"; }
.flaticon-031-alphabet:before { content: "\f11e"; }
.flaticon-032-arrows:before { content: "\f11f"; }
/*fonts*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  color: #313131;
  font-size: 14px;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#nav,
#main,
#aside,
#header,
#footer {
  display: block;
}
section {
  display: table;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 46px;
}
a {
  color: #c01627;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
}
h1, .h1 {
  font-size: 36px;
  margin: 0;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}
h2, .h2 {
  font-size: 28px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 20px;
}
h5, .h5 {
  font-size: 18px;
  font-weight: 600;
}
input,
button {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
  background: #a0703c;
}
.container {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.fluid-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.top-nav-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  position: relative;
  z-index: 1;
}
.top-logo {
  position: relative;
  z-index: 2;
}
#nav {
  display: flex;
}
.main-menu > li {
  display: inline-block;
  line-height: 34px;
  padding: 0 9px;
  font-size: 13px;
  text-transform: uppercase;
  transform: skewX(-10deg);
  position: relative;
}
.main-menu a {
  color: #ffffff;
}
.main-menu > li.active:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 6px;
  background: #c01627;
  bottom: 9px;
  left: 10px;
}
.main-menu > li:hover {
  background: rgba(0, 0, 0, 0.5);
}
.main-menu > li.active:hover:before {
  display: none;
}
.main-menu > li > a {
  transform: skewX(10deg);
  display: block;
  font-style: italic;
}
.parent {
  position: relative;
}
.parent li a:hover {
  color: #ff0000;
}
.parent > ul {
  position: absolute;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  line-height: 24px;
  display: block;
  width: 140px;
  padding: 8px 10px;
}
.parent:hover > ul {
  visibility: visible;
}
#basket {
  position: relative;
  z-index: 2;
  color: #ffffff;
  background: #c01627;
  height: 29px;
  transform: skewX(-10deg);
  line-height: 29px;
  width: 26px;
  text-align: center;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 56px;
}
#basket:after {
  content: "\f114";
  font-family: Flaticon;
  font-style: normal;
  position: absolute;
  left: -38px;
  transform: skewX(10deg);
  font-size: 30px;
  font-weight: normal;
  padding-right: 12px;
  transition: all .15s;
}
#basket:hover:after {
  color: #c01627;
  transition: all .15s;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  right: 2px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.cart-alert {
  position: relative;
  transform: skewX(-10deg);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #c01627;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 2px dashed #c01627;
  border-radius: .25rem;
}

.not-found {
  position: relative;
  transform: skewX(-10deg);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #c01627;
  padding: .75rem 1.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin-left: 12px;
  margin-right: 12px;
  border: 2px dashed #c01627;
  border-radius: .25rem;
}

.back-to-home {
  float: right;
  padding: 30px 0;
}

.back-to-home-btn {
  display: block;
  background: #c01627;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 37px;
  width: 260px;
  padding: 9px 0 0 20px;
  outline: none;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  font-size: 16px;
}

/*homepage catalog slider*/
#fade-images {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fade-images img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
.fade-content {
  position: absolute;
  left: 100%;
  width: 100%;
  z-index: 1;
  transform: skewX(-10deg);
}
.fade-content-inner {
  width: 450px;
  margin: 0 auto;
}
.fade-content .h1{
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.fade-content-intro {
  color: #ffffff;
  font-size: 18px;
  padding-left: 38px;
  margin-bottom: 20px;
}
.slide-nav-wrapper {
  position: absolute;
  height: 0;
  transform: skewX(-6deg);
  background: rgba(0, 0, 0, 0.6);
  width: 300px;
  left: 34px;
  overflow: hidden;
  z-index: 1;
}
.slide-inner {
  margin-top: calc(100% - 92px);
}
.slide-tab {
  width: calc(100% - 30px);
  position: relative;
  left: -310px;
}
.slide-tab.active:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 37px;
  background: #c01627;
  right: -30px;
  top: 0;
}
.slide-tab > a {
  width: 100%;
  line-height: 37px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding-left: 64px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.slide-tab > a:hover,
.slide-tab.active > a {
  background: #c01627;
}
/*homepage catalog slider*/

.btn-no-skew {
  display: block;
  transform: skewX(0deg);
  background: #c01627;
  height: 36px;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  width: 260px;
  font-weight: 600;
  padding: 6px 20px 0;
}
.btn-hover {
  position: relative;
}
.ajax-more:before,
.btn-hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  background: #ff0000;
  width: 0;
  transition: all .3s;
}
.ajax-more:hover:before,
.btn-hover:hover:before {
  width: 100%;
  transition: all .3s;
}
#header {
  padding-top: 1px;
  height: 290px;
  background-size: cover;
  background-position: 0 40%;
  position: relative;
}
#header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/pattern.png);
  background-size: 4px;
}
#header h1,
#header .h1 {
  position: relative;
  font-size: 40px;
  top: 40px;
  width: 50%;
  left: 10%;
  transform: skewX(-13deg);
  line-height: 1.1;
}
.search-wrapper {
  width: 300px;
  height: 47px;
  position: absolute;
  top: -23px;
  right: 30px;
  background: #c01627;
  transform: skewX(-10deg);
  color: #ffffff;
  line-height: 47px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
}
.search-wrapper:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  background: #c01627;
  right: -22px;
  top: 0;
}
#search {
  width: 100%;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 16px;
}

/* Start: breadcrumbs */
.breadcrumbs {
  transform: skewX(-10deg);
  margin-bottom: 10px;
  line-height: 21px;
  margin-top: 30px;
  overflow: hidden;
  font-size: 14px;
}

.breadcrumbs ul {
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.breadcrumbs ul li {
  vertical-align: middle;
  display: inline-block;
}

.breadcrumbs ul li a {
  text-decoration: none;
  display: inline-block;
  line-height: 21px;
}

.breadcrumbs .arrow {
  vertical-align: middle;
  display: inline-block;
  font-family: arial;
  font-size: 18px;
  margin: 0 12px;
}

.breadcrumbs{
  color: #c01627;
}

.breadcrumbs ul li a {
  color: #909090;
}

.breadcrumbs ul li a:hover {
  color: #c01627;
}

.breadcrumbs .arrow {
  color: #909090;
}

@media all and (max-width: 1024px) {
  .breadcrumbs{
    position: relative;
    min-width: 100%;
    overflow-x: auto;
    height: 21px
  }

  .breadcrumbs ul{
    white-space: nowrap;
    overflow: auto;
  }

  .breadcrumbs li{
    white-space: nowrap;
  }

  .breadcrumbs::after {
    background: -moz-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
    background: -webkit-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
    background: -o-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
    background: -ms-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
    background: linear-gradient(to right, rgba(255,255, 255, 0.2), #ffffff 100%);
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    content: '';
    width: 35px;
  }

}
/* End: breadcrumbs */

.main-container {
  margin-top: 40px;
  display: table;
}
#aside {
  width: 247px;
  float: left;
  min-height: 1px;
  margin-right: 40px;
}
#main {
  width: 882px;
  float: left;
  min-height: 1px;
}
.catalog-sort {
  text-align: right;
  color: #808080;
  font-style: italic;
}
.catalog-sort > div {
  display: inline-block;
  text-transform: uppercase;
  margin-left: 40px;
}
#view-table, 
#view-grid {
  color: #808080;
  margin-left: 8px;
}
.price-sort a {
  color: #808080;
  margin-left: 4px;
}
#view-table.selected, 
#view-grid.selected,
.price-sort a.selected {
  color: #c01627;
}
#view-table:hover, 
#view-grid:hover,
.price-sort a:hover {
  color: #ff0000;
}
.catalog-wrapper {
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
}
.product-item {
  padding: 0 16px;
  margin-top: 30px;
  display: table;
  width: 100%;
  position: relative;
}
.product-img {
  display: block;
  width: 270px;
  height: 178px;
  float: left;
  position: relative;
}
.product-item-info {
  float: left;
  width: 420px;
  padding: 5px 24px;
}
.product-item-shop {
  float: left;
  width: 180px;
  padding-top: 5px;
}
.product-img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}
.info-inner {
  margin: 12px 0;
}
.info-inner p {
  margin: 0 0 3px;
  color: #808080;
}
.info-inner strong {
  color: #313131;
}
.product-link {
  font-size: 16px;
  position: relative;
}
.product-link:after {
  content: "\f110";
  font-family: Flaticon;
  font-style: normal;
  position: absolute;
  right: -17px;
  top: 5px;
  font-size: 10px;
  transition: all .25s;
  font-weight: 600;
}
.product-link:hover {
  color: #ff0000;
}
.product-link:hover:after {
  right: -24px;
  transition: all .25s;
}
.cart-price {
  color: #7f7f7f;
  font-weight: 600;
}
.cart-price > span {
  font-size: 24px;
  color: #ff0000;
}
.small-info .cart-price {
  display: none;
}
.inputTN {
  position: absolute;
}

.inputTN__input {
  display: block;
  background: #ffffff;
  border: 2px solid #c01627;
  color: #313131;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 30px;
  width: 55px;
  padding-left: 10px;
  padding-right: 20px;
  outline: none;
  position: relative;
  font-weight: 600;
  transition: .2s;
}

.inputTN:hover .inputTN__input,
.inputTN:focus .inputTN__input {
  border-color: #fd0000;
}

.inputTN__top {
  width: 0px;
  border: 5px solid transparent;
  border-bottom: 7px solid #c01627;
  transform: skewX(-10deg);
  position: absolute;
  top: 40%;
  left: 40px;
  cursor: pointer;
  transition: .2s;
}

.inputTN__top:hover{
  border-bottom-color: #fd0000;
}

.inputTN__bottom {
  width: 0px;
  border: 5px solid transparent;
  border-top: 7px solid #c01627;
  transform: skewX(-10deg);
  position: absolute;
  top: 75%;
  left: 37px;
  cursor: pointer;
  transition: .2s;
}

.inputTN__bottom:hover {
  border-top-color: #fd0000;
}






.pr-count {
  display: block;
  background: #ffffff;
  border: 2px solid #c01627;
  color: #313131;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 30px;
  width: 55px;
  padding: 0 0 0 10px;
  outline: none;
  position: relative;
  font-weight: 600;
}
.to-shop-cart {
  display: block;
  background: #c01627;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 30px;
  width: 140px;
  padding: 6px 0 0 40px;
  outline: none;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  margin-top: 20px;
}
.to-shop-cart:active:before {
  background: #c01627;
}
.to-shop-cart:after {
  content: '\f114';
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  transform: skewX(10deg);
  left: 17px;
  top: 4px;
  font-size: 16px;
}
.add-to-shop-cart {
  display: block;
  background: #c01627;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 30px;
  width: 140px;
  padding: 0 0 0 20px;
  outline: none;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  margin-top: 20px;
}
.add-to-shop-cart:active:before {
  background: #c01627;
}
.add-to-shop-cart:after {
  content: '\f114';
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  transform: skewX(10deg);
  left: 17px;
  top: 6px;
  font-size: 16px;
}
.add-to-cart {
  display: block;
  background: #c01627;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 30px;
  width: 140px;
  padding: 0 0 0 20px;
  outline: none;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  margin-top: 20px;
}
.add-to-cart:active:before {
  background: #c01627;
}
.add-to-cart:after {
  content: '\f114';
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  transform: skewX(10deg);
  left: 17px;
  top: 6px;
  font-size: 16px;
}
.available {
  width: fit-content;
  margin-bottom: 3px;
  font-size: 10px;
  padding: 0 3px 0 3px;
  transform: skewX(-10deg);
  border-radius: 8px;
}
.red {
  color: #ff0000;
  border: 1px dashed #ff0000;
}
.green {
  color: #28B33E;
  border: 1px dashed #28B33E;
}
.violet {
  color: #9c27b0;
  border: 1px dashed #9c27b0;
}
.not-available {
  display: block;
  background: #ffffff;
  border: 2px solid #c01627;
  color: #c01627;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 30px;
  width: 140px;
  padding: 4px 0 0 12px;
  outline: none;
  cursor: no-drop;
  position: relative;
  font-weight: 600;
  margin-top: 20px;
}
.pre-order {
  display: block;
  background: #c01627;
  border: 2px solid #c01627;
  color: #ffffff;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 30px;
  width: 140px;
  padding: 4px 0 0 25px;
  outline: none;
  cursor: no-drop;
  position: relative;
  font-weight: 600;
  margin-top: 20px;
}
.to-compare {
  display: block;
  background: #ffffff;
  border: 2px solid #c01627;
  color: #313131;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 30px;
  width: 140px;
  padding: 4px 0 0 40px;
  outline: none;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  margin-top: 10px;
}
.to-compare:after {
  content: '\f10c';
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  transform: skewX(10deg);
  left: 16px;
  top: 3px;
  font-size: 16px;
  color: #e2e2e2;
}
.to-compare:hover:after {
  color: #c01627;
  transition: all .2s;
}
.add-to-compare {
  display: block;
  background: #ffffff;
  border: 2px solid #c01627;
  color: #313131;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 30px;
  width: 140px;
  padding: 4px 0 0 40px;
  outline: none;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  margin-top: 10px;
}
.add-to-compare:after {
  content: '\f10c';
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  transform: skewX(10deg);
  left: 16px;
  top: 3px;
  font-size: 16px;
  color: #e2e2e2;
  transition: all .2s;
}
.add-to-compare:hover:after {
  color: #c01627;
  transition: all .2s;
}
.product-item.not-avalible .product-img,
.product-item.not-avalible .product-name,
.product-item.not-avalible .info-inner {
  opacity: 0.4;
}
.aside-title {
  width: 220px;
  background: #c01627;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 37px;
  padding: 7px 0 0 20px;
}
.aside-title::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  background: #c01627;
  top: 0;
  right: -22px;
}
.aside-blibk-inner {
  margin-bottom: 20px;
  padding: 0 14px;
}
.sidebar-news-item {
  padding-top: 16px;
}
.sidebar-date {
  font-size: 12px;
  color: #c01627;
}
.sidebar-news-link {
  color: #313131;
}
.sidebar-news-link:hover {
  text-decoration: underline;
}
#filter {
  margin-bottom: 30px;
}
.rande-price-inputs {
  position: relative;
  margin-top: 16px;
  height: 22px;
  margin-bottom: 30px;
}
.rande-price-inputs > label > input {
  width: 64px;
  text-align: right;
  padding: 0 7px;
  font-size: 14px;
  color: #313131;
  border: 1px solid #eeeeee;
  transform: skewX(-10deg);
}
.price-label-from,
.price-label-to {
  position: absolute;
  left: 0;
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px;
}
.price-label-to {
  left: initial;
  right: 0;
}
.rande-price-inputs > label > input:focus {
  border-bottom: 2px solid #c01627;
}
.range-price-title {
  position: absolute;
  top: -32px;
  left: 0;
  text-transform: uppercase;
}
.filter-group {
  margin-top: 12px;
}
.filter-group-title {
  cursor: pointer;
  border: 1px solid #c4c4c4;
  height: 44px;
  line-height: 41px;
  padding-left: 56px;
  overflow: hidden;
  color: #808080;
  font-size: 16px;
  position: relative;
}
.filter-group-title:before {
  position: absolute;
  left: 20px;
  font-size: 28px;
}
.filter-group-title:after {
  content: "\f10b";
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 20px;
  font-size: 13px;
}
.active > .filter-group-title {
  color: #c01627;
  border-color: #c01627;
}
.filter-group-filds {
  background: #f6f6f6;
  overflow: hidden;
  height: 0;
}
.active > .filter-group-filds {
  height: auto;
  padding: 12px 12px 12px 24px;
}
.filter-fild {
  background: none;
  border: none;
  display: block;
  cursor: pointer;
  margin: 5px 0;
  font-size: 16px;
  color: #808080;
  padding-left: 30px;
}
.filter-fild.active {
  color: #c01627;
  position: relative;
}
.filter-fild.active:before {
  content: "\f10c";
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  left: 10px;
  font-size: 12px;
  line-height: 23px;
  top: -2px;
}
.filter-group-title:hover, 
.filter-fild:hover {
  color: #ff0000;
}
.footer-news-slider {
  overflow: hidden;
  margin-top: 50px;
  position: relative;
  height: 280px;
}
.slider-inner {
  position: absolute;
}
.slider-news-item {
  width: 400px;
  height: 280px;
  background-size: cover;
  float: left;
  position: relative;
}
.small-skew-btn {
  display: block;
  transform: skewX(-10deg);
  background: #c01627;
  height: 27px;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  width: 162px;
  font-weight: 600;
  padding: 7px 20px 0;
}
.slider-news-inner {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  padding: 50px 36px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}
.slider-news-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(190, 39, 39, 0.1));
}
.slider-news-item:hover:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(190, 39, 39, 0.3));
}
.news-slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.news-slider-nav .nav-prev,
.news-slider-nav .nav-next {
  position: absolute;
  top: 0;
  width: 220px;
  height: 400px;
}
.news-slider-nav .nav-prev {
  left: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.75), transparent);
  display: none;
}
.news-slider-nav .nav-next {
  right: 0;
  background: linear-gradient(to left, rgba(0,0,0,0.75), transparent);
}
.nav-left-arrow-btn,
.nav-right-arrow-btn {
  position: absolute;
  font-size: 36px;
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  top: 122px;
}
.nav-left-arrow-btn {
  right: 80px;
}
.nav-right-arrow-btn {
  left: 80px;
}
.nav-left-arrow-btn:after {
  content: "\f103";
}
.nav-right-arrow-btn:after {
  content: "\f10b";
}
#footer {
  background: #3b3b3b;
  color: #909090;
  padding: 40px 0;
  line-height: 1.8;
}
.footer-container {
  display: flex;
  justify-content: space-between;
}
.footer-menu {
  display: inline-block;
  padding: 0 20px;
}
#footer a {
  color: #909090;
}
#footer .main-footer-menu a {
  color: #ffffff;
  font-weight: 600;
}
#footer [class^="flaticon-"]:before {
  margin-right: 10px;
}
.footer-col-title {
  color: #ffffff;
  font-weight: 600;
}
.footer-col-content a {
  display: block;
}
.copyright {
  text-align: center;
  background: #484848;
  line-height: 30px;
  font-size: 12px;
}
.copyright a {
  color: #909090;
}
#footer a:hover {
  color: #ff0000;
}
.vertical-delimiter {
  position: relative;
}
.vertical-delimiter:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #c01627;
  right: -74px;
  top: 0;
  position: absolute;
}
.comparation-info {
  position: fixed;
  bottom: 0;
  right: 8%;
  height: 30px;
  background: #c01627;
  color: #ffffff;
  line-height: 30px;
  padding: 0 22px;
  cursor: pointer;
}
.comparation-info:hover {
  background: #ff0000;
}
.catalog-wrapper.grid .info-inner {
  display: none;
}
.catalog-wrapper.grid .product-item {
  display: block;
  width: 33.3333%;
  float: left;
  height: 302px;
}
.catalog-wrapper.grid .product-item-info, 
.recommendation-slider .product-item-info {
  width: 100%;
}
.catalog-wrapper.grid .product-item-shop .cart-price {
  display: none;
}
.catalog-wrapper.grid .product-item-shop {
  position: absolute;
  top: 40px;
  left: 70px;
  visibility: hidden;
}
.catalog-wrapper.grid .product-item-shop a {
  margin-left: auto;
  margin-right: auto;
}
.catalog-wrapper.grid .product-item-shop button {
  margin-left: auto;
  margin-right: auto;
}
.catalog-wrapper.grid .product-item-shop p {
  margin-left: auto;
  margin-right: auto;
}
.recommendation-slider {
  width: 1006px;
  margin: auto;
  position: relative;
}
.recommendation-slider .product-item-shop {
  position: absolute;
  top: 40px;
  visibility: hidden;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.catalog-wrapper.grid .product-item:hover .product-item-shop,
.recommendation-slider .product-item:hover .product-item-shop {
  visibility: visible;
}
.catalog-wrapper.grid .product-name,
.recommendation-slider .product-name {
  text-align: center;
  height: 55px;
}
.product-name > a {
color: #000;
}
.product-name > a:hover {
color: #c01627;
}

.catalog-wrapper.grid .small-info .cart-price,
.recommendation-slider .small-info .cart-price {
  display: block;
}
.catalog-wrapper.grid .small-info,
.recommendation-slider .small-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}
.catalog-wrapper.grid .cart-price > span,
.recommendation-slider .cart-price > span {
  font-size: 18px;
}
.recommendation-slider .product-img {
  width: 100%;
}
.velo-brands {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand-item {
  opacity: 0.5;
  transition: all .3s;
  max-width: 80px;
}
.brand-item:hover {
  opacity: 1;
  transition: all .3s;
}
.sections-nav-container {
  float: left;
  width: 60px;
}
.sections-group {
  margin-left: 100px;
  min-height: 1px;
}
.sections-nav {
  writing-mode: vertical-rl;
  display: flex;
  height: 400px;
  justify-content: space-between;
  width: 20px;
}
.sections-nav > li > a {
  transform: rotateZ(180deg);
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #909090;
  position: relative;
}
.sections-nav > li.active > a {
  color: #c01627;
}
.sections-nav > li.active > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background: #909090;
  top: 50%;
  right: 30px;
}
.product-page-slider-container {
  width: 550px;
  float: left;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.product-page-slider {
  width: 550px;
  float: left;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.product-page-main-info {
  width: 519px;
  float: left;
  position: relative;
  padding-left: 40px;
}
.product-content {
  width: 100%;
  float: left;
  min-height: 1px;
}
.pr-section-title {
  font-size: 24px;
  font-weight: 600;
}
.pr-section-subtitle {
  color: #b6b6b6;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.pr-section-article {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.pr-section-article > span {
  font-weight: 600;
}
.pr-section-vendor {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.pr-section-vendor > span {
  font-weight: 600;
}
.pr-section-manufacturer {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.pr-section-manufacturer > span {
  font-weight: 600;
}
.pr-section-stock {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.pr-section-stock > span.in_stock {
  transform: skewX(-10deg);
  display: inline-block;
  border: 1px dashed #4CAF50;
  border-radius: 6px;
  padding: .3em;
  color: #4CAF50;
}
.pr-section-stock > span.not_avalible {
  transform: skewX(-10deg);
  display: inline-block;
  border: 1px dashed #fd0000;
  border-radius: 6px;
  padding: .3em;
  color: #fd0000;
}
.pr-section-stock > span.pre_order {
  transform: skewX(-10deg);
  display: inline-block;
  border: 1px dashed #9c27b0;
  border-radius: 6px;
  padding: .3em;
  color: #9c27b0;
}
.pr-section-options-label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.pr-section-options { 
display: block;
transform: skewX(-10deg);
font-size: 14px; 
font-family: sans-serif; 
font-weight: 600; 
color: #444; 
line-height: 1.3; 
padding: .3em 1.4em .5em .8em; width: 100%; 
max-width: 58%; 
box-sizing: border-box; 
margin: 0;
margin-top: 3px; 
margin-bottom: 10px; 
border: 2px solid #c01627;
 box-shadow: 0 1px 0 1px rgba(0,0,0,.04); 
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 background-color: #fff;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAB1klEQVRIie2SwWoTURSGvzNiK6KUQifJA7QztVkVXAii0wHRqnRR0FQF696NPkdX+hAWhNqIrVpFJpOdC7chnbxBJoIUQWTazHHRRm/ixESpu3yLe+Hcc7//3rkDI0YcCwoS5ty1MO/Wq/b0/L96qvb0fJh362HOXVMQOBoqtvtEhEccVr5om6v+5+jT38grU+55OcF7lEkAVZ76reix1IrFsVbrYA84ZfTvqViLfrP+cSh5/twF0XQHmDDKX+M4mrSKtVqCsgocGIsToumHsOD6g+RBzr0omr7rkbcVHpagLT9PYbu3RFgHThqN30RY8ppRkCUPbecSIq+Bs6Zc4IEXR88ArE7Vb0UbqtwD9o3m06psVfLOlV551Z65jMib3+Qiqx15V0AnJEXu9oaIynaYn1369Vlmr6lYO8AZU47Ifa+5u246hQyCqZmblmW9AMaNcpIKJSvVBJFNun+KfUHuePHuZq8rMwAgzDnLIM/pfpPkaB4z5aArC3GjnOXpGwBQtZ0benja8T4tiaIrftx42c/xxwCA0HauI1LOCBkoh55HzmKh1XiL6jLw3ZSnQmmQHIa4QYeK7S6KUAYsEW57zejVsHuHJijMFYPCXPHYxSP+Kz8Ac92gK9nfx5cAAAAASUVORK5CYII='), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .65em auto, 100%; 
} 
 .pr-section-options::-ms-expand { display: none; } 
 .pr-section-options:hover { border-color: #ff0000; } 
 .pr-section-options:focus { border-color: #ff0000; 
// box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
// box-shadow: 0 0 0 3px -moz-mac-focusring; 
 color: #222;
 outline: none; 
} 
 .pr-section-options option { font-weight:normal;} 
 *[dir="rtl"] .pr-section-options, :root:lang(ar) .pr-section-options, :root:lang(iw) .pr-section-options { 
background-position: left .7em top 50%, 0 0; 
padding: .6em .8em .5em 1.4em; 
}

.pr-old-cost {
  font-size: 16px;
  color: #7f7f7f;
  font-weight: 400;
  margin-top: 10px;
}
.pr-old-cost > span {
  font-size: 16px;
  text-decoration: line-through;
  color: #ff0000;
}
.pr-cost {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
.pr-cost > span {
  font-size: 28px;
  font-weight: 600;
}
.pr-action-btns {
  margin-bottom: 60px;
}
.pr-action-btns a {
  display: inline-block;
  margin-right: -4px;
}
.pr-action-btns button {
  display: inline-block;
  margin-right: -4px;
}
.pr-action-btns input {
  display: inline-block;
  margin-right: -4px;
}
.product-content-spec {
  margin-top: 40px;
  margin-bottom: 20px;
}
.product-content-spec p {
  margin: 3px 0 0;
  font-size: 14px;
}
.ajax-more,
.test-drive-btn {
  display: block;
  background: #c01627;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 37px;
  width: 300px;
  padding: 9px 0 0 20px;
  outline: none;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  margin-top: 20px;
  margin-left: 12px;
  font-size: 16px;
}
.pr-specifications {
  max-width: 100%;
}
.pr-specifications > div {
  width: 100%;
  border-top: 1px solid #e9e9e9;
  padding: 8px 5px;
}
.pr-specifications > div:nth-of-type(2n+1) {
  background: #f6f6f6;
}
.pr-specifications > div > span {
  width: 50%;
  display: inline-block;
}
.fild-value {
  color: #808080;
}
.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}
.pr-slide-item {
  max-height: 344px;
}
.pr-slide-item img {
  max-width: 100%;
  max-height: 344px;
  display: block;
  margin: 0 auto;
}
.owl-stage-outer {
  overflow: hidden;
  width: 100%;
}
.owl-item {
  float: left;
}
.disabled {
  display: none;
}
.product-page-slider .owl-dots {
  height: 10px;
  text-align: center;
}
.product-page-slider .owl-dot {
  height: 7px;
  width: 54px;
  transform: skewX(-10deg);
  background: #c4c4c4;
  display: inline-block;
  margin: 0 7px;
  cursor: pointer;
}
.product-page-slider .owl-dot.active {
  background: #c01627;
}
.recommendation-slider .owl-nav.disabled {
  display: block;
  position: absolute;
  top: 120px;
  width: 105%;
  left: -2.5%;
  color: #cbcbcb;
  font-size: 30px;
}
.owl-prev, .owl-next {
  position: absolute;
  cursor: pointer;
}
.owl-prev:hover, .owl-next:hover {
  color: #c01627;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}
#one-container {
  display: block;
}
.resources-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.akcii-item {
  padding: 0 15px;
  width: 50%;
  float: left;
  height: 250px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.akcii-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-size: cover;
}
.akcii-btn {
  display: block;
  background: #c01627;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 37px;
  width: 300px;
  padding: 8px 0 0 20px;
  outline: none;
  cursor: pointer;
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  bottom: 40px;
  left: 30px;
}
.akcii-info {
  position: absolute;
  color: #ffffff;
  transform: skewX(-10deg);
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  width: calc(50% + 20px);
  left: -24px;
  padding: 30px 50px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.akcii-date {
  font-size: 14px;
  color: #cdcdcd;
  margin-bottom: 7px;
}
.catal-item {
  padding: 0 15px;
  width: 50%;
  float: left;
  height: 250px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.catal-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-size: cover;
}
.catal-btn {
  display: block;
  background: #c01627;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 37px;
  width: 300px;
  padding: 8px 0 0 20px;
  outline: none;
  cursor: pointer;
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  bottom: 40px;
  left: 30px;
}
.catal-info {
  position: absolute;
  color: #ffffff;
  transform: skewX(-10deg);
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  width: calc(50% + 20px);
  left: -24px;
  padding: 30px 50px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.news-item {
  padding: 0 70px 0 15px;
  float: left;
  width: 50%;
  height: 135px;
  margin-top: 15px;
  margin-bottom: 35px;
}
.news-date {
  float: left;
}
.news-inner {
  margin-left: 40px;
}
.vlr-date {
  writing-mode: vertical-rl;
  display: flex;
  height: 135px;
  justify-content: space-between;
  width: 24px;
  transform: rotateZ(180deg);
  border-left: 2px solid #c01627;
  color: #909090;
  font-weight: 600;
  padding-top: 30px;
  letter-spacing: 1.5px;
}
.news-title {
  font-size: 16px;
  font-weight: 600;
}
.news-introtext {
  margin: 12px 0;
  font-size: 14px;
  color: #808080;
}
.pagination {
  display: table;
  width: 100%;
  text-align: center;
}
.pagination > li {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}
.pagination > li.control {
  font-size: 14px;
  position: relative;
  top: -1px;
}
.pagination > li.disabled {
  display: none;
}
.pagination > li > a {
  padding: 0 3px;
  margin: 0 3px;
  color: #909090;
}
.pagination > li.active > a {
  color: #212121;
}
.pagination > li > a:hover {
  color: #ff0000;
}
.page-content-wrapper .h1,
.page-content-wrapper h1 {
  color: #313131;
  font-size: 30px;
  text-transform: inherit;
  font-weight: 600;
  line-height: 1;
  margin-top: -4px;
}
.publishedon-date {
  font-size: 16px;
  color: #b6b6b6;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 8px;
}
.content {
  font-size: 16px;
}
.brand-cart-item {
  width: 100%;
  height: 250px;
  background: #f2f2f2;
  margin-bottom: 57px;
  position: relative;
}
.brand-img {
  width: 280px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #fff;
  float: left;
  background-size: 259px;
}
.brand-description {
  float: left;
  width: calc(100% - 280px);
  height: 190px;
  color: #808080;
  padding: 30px;
}
.brand-title {
  font-size: 18px;
  color: #313131;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}
.brand-cart-btn {
  display: block;
  background: #c01627;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 37px;
  width: 300px;
  padding: 8px 0 0 20px;
  outline: none;
  cursor: pointer;
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  bottom: -15px;
  right: 30px;  
}
.cat-brand-description {
  float: left;
  margin: 10px 0 20px 0;
  text-align: justify;
  display: block;
}
.cat-description {
  float: left;
  margin: 15px;
  text-align: justify;
  display: block;
}
.underline-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #c01627;
}
.page-content-wrapper ul {
  list-style-type: circle;
  padding-left: 30px;
}
.service-container {
  display: table;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.service-row {
  margin-left: -15px;
  margin-right: -15px;
}
.service-col {
  padding: 0 15px;
  width: 33.3333%;
  float: left;
}
.s-inner {
  border: 1px solid #c01627;
  position: relative;
  padding-bottom: 12px;
}
.s-title {
  height: 50px;
  background: #c01627;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 48px;
  text-align: center;
}
.s-price {
  height: 80px;
  background: #e4e4e4;
  text-transform: uppercase;
  color: #808080;
  line-height: 80px;
  text-align: center;
  font-weight: 600;
  font-style: italic;
}
.s-price > span {
  font-size: 40px;
  color: #313131;
}
.s-content-ul {
  padding: 10px 15px;
  font-size: 13px;
}
.s-content-li {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #d0d0d0;
}
.s-content-li:last-of-type {
  border-bottom: none;
}
.s-btn {
  display: block;
  background: #c01627;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 31px;
  width: 144px;
  padding: 6px 0 0 22px;
  font-weight: 600;
  margin-top: 20px;
  font-size: 15px;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 72px);
}
.skew-content-wrapp {
  height: 430px;
  background: rgba(0, 0, 0, 0.6);
  transform: skewX(-10deg);
  width: 880px;
  padding: 50px;
}
.no-skew-inner {
  transform: skewX(10deg);
}
.sc-title {
  position: absolute;
  left: -50px;
  top: 24px;
}
.no-skew-inner {
  transform: skewX(10deg);
  color: #ffffff;
  font-size: 18px;
  font-style: italic;
}
.contacts {
  width: 45%;
  float: left;
  margin-top: 80px;
}
.contacts *:before {
  margin-right: 7px;
}
.contacts a {
  margin-right: 15px;
  color: #ffffff;
}
.contacts-form {
  float: left;
  width: 45%;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
.c-form-input input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  margin-top: 15px;
  font-size: 16px;
  padding: 3px 10px 3px 44px;
  color: #ffffff;
  font-style: italic;
}
.submit-btn {
  display: block;
  background: #c01627;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 34px;
  width: 260px;
  outline: none;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  margin: 40px auto 0;
  font-size: 16px;
}
.form-title {
  margin-bottom: 15px;
}
.c-form-input {
  position: relative;
}
.c-form-input.flaticon-communication:before,
.c-form-input.flaticon-profile:before,
.c-form-input.flaticon-cellphone:before,
.c-form-input.flaticon-interface:before {
  position: absolute;
  bottom: 3px;
  left: 10px;
}
.product-cart-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 140px;
  border-bottom: 1px solid #e4e4e4;
  align-items: center;
}
.product-cart-item:last-of-type {
  border-bottom: none;
}
.img-pr-cart {
  width: 200px;
  height: 120px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.pr-cart-title {
  font-size: 16px;
  font-weight: 600;
  width: 340px;
}
.pr-cart-title > span {
  white-space: pre-line;
  font-size: 14px;
  font-weight: 600;
}
.delete-from-shop,
.delete-from-shop:active,
.delete-from-shop:focus {
  background-color: #fff;
  outline: none !important;
  border: 0 !important;
  cursor: pointer;
}
.delete-from-shop i {
  background: #e4e4e4;
  color: #313131;
  width: 33px;
  height: 29px;
  display: block;
  transform: skewX(-10deg);
  text-align: center;
  line-height: 29px;
}
.delete-from-shop i:before {
  font-weight: 600;
}
.delete-from-shop:hover i {
  background: #ff0000;
  color: #ffffff;
}

#cart_out {
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  padding: 10px 0;
}
.makeing-order-wrapper {
  display: flex;
  justify-content: space-between;
  width: 70%;
  float: right;
  padding: 30px 0;
  align-items: center;
}
.order-cost-title {
  font-size: 24px;
  color: #808080;
  text-transform: uppercase;
  font-weight: 600;
}
.total-cart-cost {
  font-size: 18px;
  text-transform: uppercase;
  color: #7f7f7f;
  font-weight: 600;
}
.pr-cart-count {
  width: 140px;
}
.pr-cart-count input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 32px;
  font-size: 16px;
  color: #43484D;
  font-weight: 600;
}
 
.pr-cart-count button[class*=btn] {
  width: 30px;
  height: 30px;
  transform: skewX(-10deg);
  background-color: #e4e4e4;
  border: none;
  cursor: pointer;
}
.pr-cart-count .minus-btn img {
  margin-bottom: 3px;
}
.pr-cart-count .plus-btn img {
  margin-top: 2px;
}
 
.pr-cart-count button:focus,
.pr-cart-count input:focus {
  outline:0;
}
.pr-cart-price {
  width: 120px;
}
.pr-cart-price > span.old_pr {
  color:#7f7f7f;
  text-decoration: line-through;
  white-space: pre;
  font-size: 18px;
  font-weight: 600;
}
.total-cart-cost span {
  font-size: 30px;
  color: #ff0000;
}
.to-order-page-btn {
  display: block;
  background: #c01627;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 37px;
  width: 260px;
  padding: 9px 0 0 20px;
  outline: none;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  font-size: 16px;
}
.cart-clear-btn {
  display: block;
  background: #c01627;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 37px;
  width: 260px;
  outline: none;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 16px;
}
.cart-out-head {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  text-transform: uppercase;
  color: #909090;
  letter-spacing: 1.5px;
  font-weight: 600;
  padding: 10px 0;
}
.cart-head-i1 {
  width: 725px;
}
.cart-head-i2 {
  width: 190px;
}
.cart-head-i3 {
}
.cart-head-i11 {
  width: 775px;
}
.cart-head-i22 {
  width: 250px;
}
.cart-head-i33 {
}
.filter-fild input,
.reset {
  display: none;
}
.ajax-reset {
  margin-top: 10px;
  display: inline-block;
}
.ajax-reset:hover {
  color: #ff0000;
}
.sisea-results {
  font-size: 24px;
  font-weight: 600;
}
.sisea-results > span {
  color: #c01627;
}
.no-result-search {
  width: 550px;
  text-align: center;
  max-width: 100%;
  margin: auto;
}
.no-result-img {
  height: 256px;
  background-image: url(../images/no-results.png);
  width: 256px;
  margin: auto;
}
.no-result-title > p {
  font-size: 24px;
  text-transform: uppercase;
  color: #808080;
  font-style: italic;
  margin: 0;
}
.no-result-title .small {
  font-size: 16px;
  font-style: normal;
  text-transform: none;
}
.middle-text-btn {
  display: block;
  background: #c01627;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  transform: skewX(-10deg);
  height: 37px;
  width: 300px;
  padding-top: 9px;
  outline: none;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  margin: 20px auto auto;
  font-size: 16px;
  text-align: center;
}
.our-advantages {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
}
.our-advantag {
  width: 260px;
  max-width: 100%;
  position: relative;
}
.our-advantag::before {
  font-size: 60px;
  color: #c01627;
  margin: 0 15px;
  display: block;
  float: left;
}
.our-advantag > p {
  display: block;
  float: left;
  width: 170px;
  margin: 13px 0;
}
.delivery-steps-cart {
  display: flex;
  width: 100%;
  margin-top: 150px;
  justify-content: space-between;
  font-size: 20px;
  align-items: center;
}
.delivery-steps {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  align-items: center;
}
.delivery-step {
  width: 260px;
  max-width: 100%;
  position: relative;
}
.delivery-step::before {
  font-size: 60px;
  color: #c01627;
  margin: 0 15px;
  display: block;
  float: left;
}
.delivery-step > p {
  display: block;
  float: left;
  width: 170px;
  margin: 13px 0;
}
.flatcon-step:after {
  content: "\f10b";
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: -90px;
  color: #CBCBCB;
  top: 40%;
}

.cart-order-wrapper {
  width: 100%;
  margin: 30px auto;
  max-width: 100%;
}

.order-wrapper {
  width: 500px;
  margin: 30px auto;
  max-width: 100%;
}
.order-wrapper input {
  border-bottom: 1px solid #313131;
  color: #313131;
}
.order-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
  color: #808080;
  margin-top: 70px;
}
.final-price {
  font-size: 24px;
  text-transform: uppercase;
  color: #909090;
  margin-top: 30px;
}
.final-order.total-cart-cost > span {
  font-size: 36px;
  margin: 0 0 0 30px;
}
.compare_out_wrapper {
  position: relative;
  width: 870px;
  overflow: auto;
  float: right;
  margin-top: 20px;
}
#compare_out {
  width: 1500px;
}
.product-compare-item {
  width: 290px;
  float: left;
  border-left: 1px solid #e9e9e9;
  margin-bottom: 50px;
}
.c-head-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.c-item-img {
  float: inherit;
  width: 100%;
}
.cart-price-compare {
  float: left;
  color: #7f7f7f;
  text-transform: uppercase;
  font-weight: 600;
}
.cart-price-compare > span {
  font-size: 18px;
  color: #ff0000;
}
.c-item-link {
  float: right;
  margin-right: 20px;
}
.c-item-info {
  display: table;
  margin-bottom: 10px;
}
.c-item-info {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
  margin-top: 10px;
}
.compare-head {
  padding: 0 20px;
}
.del-compare {
  color: #909090;
  right: 0;
  position: absolute;
  top: 0;
}
.product-compare-item .to-shop-cart {
  margin: 24px auto 0;
}
.product-compare-item .add-to-cart {
  margin: 24px auto 0;
}
.top-logo img {
  max-height: 30px;
}
.ajax-filter-count {
  float: left;
}
.velo-brands .owl-stage {
  display: flex;
  align-items: center;
}
#search::-webkit-input-placeholder {
  color:#ffffff;
}
#search::-moz-placeholder {
  color:#ffffff;
}
#search:-moz-placeholder {
  color:#ffffff;
}
#search:-ms-input-placeholder {
  color:#ffffff;
}
#search:focus::-webkit-input-placeholder {
  color:transparent;
}
#search:focus:-moz-placeholder {
  color:transparent;
}
#search:focus::-moz-placeholder {
  color:transparent;
}
#search:focus:-ms-input-placeholder {
  color:transparent;
}

/* Start: product marker */
.marker-container{
  position: absolute;
  left: 24px;
  top: 24px;
}

.marker-container-catalog{
  position: absolute;
  left: 20px;
  top: 2px;
}

.marker-container .marker {
  font: normal normal 12px "roboto_ltregular" , arial , sans-serif;
  text-align: center;
  background-color: #424242;
  transform: skewX(-10deg);
  margin-bottom: 8px;
  color: #fff;
  padding: 3px 4px;
  line-height: 16px;
}

.marker-container-catalog .marker {
  font: normal normal 12px "roboto_ltregular" , arial , sans-serif;
  text-align: center;
  background-color: #424242;
  transform: skewX(-10deg);
  margin-bottom: 8px;
  color: #fff;
  padding: 3px 4px;
  line-height: 16px;
}

@media all and (max-width: 720px) {
  .marker-container{
    top: 12px;
    left: 24px;
  }

@media all and (max-width: 720px) {
  .marker-container-catalog{
    top: 2px;
    left: 5px;
  }
/* End: product marker */
