/*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: #223dffd9;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
}
h1, .h1 {
  font-size: 48px;
  margin: 0;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}
h2, .h2 {
  font-size: 36px;
}
h3, .h3 {
  font-size: 30px;
}
h4, .h4 {
  font-size: 24px;
}
h5, .h5 {
  font-size: 18px;
  font-weight: 600;
}
input,
button {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.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: #001fff;
  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: #223dffd9;
  height: 29px;
  transform: skewX(-10deg);
  line-height: 29px;
  width: 26px;
  text-align: center;
  margin-top: 2px;
  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: #223dffd9;
  transition: all .15s;
}

/*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: #223dff8c;
  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: #223dff8c;
}
/*homepage catalog slider*/

.btn-no-skew {
  display: block;
  transform: skewX(0deg);
  background: #223dffd9;
  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: #001fff;
  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;
  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: #223dffd9;
  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: #223dffd9;
  right: -22px;
  top: 0;
}
#search {
  width: 100%;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 16px;
}
.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: #223dffd9;
}
#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 12px;
  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: 191px;
  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;
  text-transform: uppercase;
  font-weight: 600;
}
.cart-price > span {
  font-size: 24px;
  color: #ff0000;
}
.small-info .cart-price {
  display: none;
}
.to-shop-cart {
  display: block;
  background: #223dffd9;
  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: 10px;
}
.to-shop-cart:active:before {
  background: #223dffd9;
}
.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;
}
.to-compare {
  display: block;
  background: #ffffff;
  border: 2px solid #223dffd9;
  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;
  transition: all .2s;
}
.to-compare:hover:after {
  color: #223dffd9;
  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: #223dffd9;
  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: #223dffd9;
  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: #223dffd9;
}
.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 #223dffd9;
}
.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: #223dffd9;
  border-color: #223dffd9;
}
.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: #223dffd9;
  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: #223dff;
}
.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: #223dffd9;
  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: #223dffd9;
  right: -74px;
  top: 0;
  position: absolute;
}
.comparation-info {
  position: fixed;
  bottom: 0;
  right: 8%;
  height: 30px;
  background: #223dffd9;
  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;
}
.recommendation-slider {
  width: 1006px;
  margin: auto;
  position: relative;
}
.recommendation-slider .product-item-shop {
  position: absolute;
  top: 40px;
  visibility: hidden;
  width: 100%;
  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;
}
.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: #223dffd9;
}
.sections-nav > li.active > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background: #909090;
  top: 50%;
  right: 30px;
}
.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: 30px;
  font-weight: 600;
}
.pr-section-subtitle {
  color: #b6b6b6;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.pr-cost {
  font-size: 24px;
  text-transform: uppercase;
  color: #7f7f7f;
  font-weight: 600;
  margin-top: 10px;
}
.pr-cost > span {
  font-size: 42px;
  color: #ff0000;
}
.pr-action-btns a {
  display: inline-block;
  margin-right: -4px;
}
.pr-main-spec {
  margin-top: 20px;
}
.pr-main-spec p {
  margin: 7px 0 0;
  font-size: 16px;
}
.ajax-more,
.test-drive-btn {
  display: block;
  background: #223dffd9;
  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;
  font-size: 16px;
}
.pr-specifications {
  max-width: 850px;
}
.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: #223dffd9;
}
.recommendation-slider .owl-nav.disabled {
  display: block;
  position: absolute;
  top: 120px;
  width: 116%;
  left: -8%;
  color: #cbcbcb;
  font-size: 30px;
}
.owl-prev, .owl-next {
  position: absolute;
  cursor: pointer;
}
.owl-prev:hover, .owl-next:hover {
  color: #223dffd9;
}
.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: #223dffd9;
  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;
}
.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 #223dffd9;
  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: 260px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #fff;
  float: left;
  background-size: 259px;
}
.brand-description {
  float: left;
  width: calc(100% - 260px);
  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: #223dffd9;
  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;  
}
.underline-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #223dffd9;
}
.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 #223dffd9;
  position: relative;
  padding-bottom: 12px;
}
.s-title {
  height: 50px;
  background: #223dffd9;
  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: #223dffd9;
  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: #223dffd9;
  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: 18px;
  font-weight: 600;
  width: 340px;
}
.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-price {
  width: 120px;
}
.total-cart-cost span {
  font-size: 30px;
  color: #ff0000;
}
.to-order-page-btn {
  display: block;
  background: #223dffd9;
  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-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: 876px;
}
.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: #223dffd9;
}
.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: #223dffd9;
  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;
}
.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: #223dffd9;
  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%;
}
.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;
}
.top-logo img {
  max-height: 100px;
}
.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;
}
.owl-item.active {
    margin-right: 70px;
}
