@font-face {
  font-family: "Proxima Nova Reg";
  src: url("../../assets/fonts/proxima/ProximaNova-Regular.eot");
  src: local("../../assets/fonts/proxima/Proxima Nova Regular"), local("../../assets/fonts/proxima/ProximaNova-Regular"), url("../../assets/fonts/proxima/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/proxima/ProximaNova-Regular.woff") format("woff"), url("../../assets/fonts/proxima/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Cond Bold";
  src: url("../../assets/fonts/proxima/ProximaNovaCond-Bold.eot");
  src: local("../../assets/fonts/proxima/Proxima Nova Condensed Black"), local("../../assets/fonts/proxima/ProximaNovaCond-Bold"), url("../../assets/fonts/proxima/ProximaNovaCond-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/proxima/ProximaNovaCond-Bold.woff") format("woff"), url("../../assets/fonts/proxima/ProximaNovaCond-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Cond Reg";
  src: url("../../assets/fonts/proxima/ProximaNovaCond-Regular.eot");
  src: local("../../assets/fonts/proxima/Proxima Nova Condensed Black"), local("../../assets/fonts/proxima/ProximaNovaCond-Regular"), url("../../assets/fonts/proxima/ProximaNovaCond-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/proxima/ProximaNovaCond-Regular.woff") format("woff"), url("../../assets/fonts/proxima/ProximaNovaCond-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Cond Light";
  src: url("../../assets/fonts/proxima/ProximaNovaCond-Light.eot");
  src: local("../../assets/fonts/proxima/Proxima Nova Condensed Black"), local("../../assets/fonts/proxima/ProximaNovaCond-Light"), url("../../assets/fonts/proxima/ProximaNovaCond-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/proxima/ProximaNovaCond-Light.woff") format("woff"), url("../../assets/fonts/proxima/ProximaNovaCond-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html, body, p, div, span, td, table, tr, th, ul, li,
ol, h1, h2, h3, h4, h5, h6, small, strong, input,
select, textarea {
  font-family: "Proxima Nova Reg";
  color: #222222;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Proxima Cond bold";
}

h1, .h1 {
  font-size: 37px;
}

h2, .h2 {
  font-size: 30px;
  margin-bottom: 32px;
}

h3, .h3 {
  font-size: 26px;
  margin-bottom: 32px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 15px;
}

html, body {
  height: 100%;
  width: 100%;
}

@media (min-width: 767px) {
  body {
    display: flex;
    flex-direction: column;
  }
}
body {
  background: #f2f3f7;
  text-decoration: none;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.la, .lab, .las {
  font-size: 21px;
  color: #222222;
  text-decoration: none;
}
.la.la-light-color, .la.text-muted, .lab.la-light-color, .lab.text-muted, .las.la-light-color, .las.text-muted {
  color: #B1B2B2 !important;
}
.la.text-primary, .lab.text-primary, .las.text-primary {
  color: #cc7246 !important;
}
.la:hover, .lab:hover, .las:hover {
  color: #cc7246;
  text-decoration: none;
}

.w-130 {
  min-width: 130px;
}

.line-height-0 {
  line-height: 0;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(1.8rem + 2px);
}

label:hover .la, label:hover .lab, label:hover .las {
  color: #cc7246 !important;
}
label:hover .link-primary {
  color: #cc7246 !important;
}

.form-control {
  border-radius: 0;
  border-color: #f2f3f7;
  color: #7F7F7F;
  font-size: 14px;
  padding: 4px 14px 3px;
}
.form-control:hover {
  border-color: #cc7246 !important;
}
.form-control:focus {
  border-color: #cc7246;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
}

input[type=text].form-control,
input[type=tel].form-control,
input[type=password].form-control,
input[type=email].form-control, textarea.form-control {
  font-size: 15px;
  color: #4D4D4D;
}

.dropdown-menu {
  background-color: #F0F1F2;
  border-radius: 0;
  border: none;
  z-index: 100;
}

.dropdown-toggle {
  padding-right: 30px;
  position: relative;
}
.dropdown-toggle > .la, .dropdown-toggle .lab, .dropdown-toggle .las {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px !important;
}

.dropdown-toggle:after {
  display: none;
}

.mobile-menu-inner {
  height: 100%;
  overflow-y: auto;
}
.mobile-menu-inner a {
  color: #222222;
}
.mobile-menu-inner a:hover {
  text-decoration: none;
  color: black;
}

.av-select-style {
  position: relative;
  width: 100% !important;
  display: block;
}
.av-select-style:after {
  content: "\f110";
  position: absolute;
  transition-duration: 0.3s;
  top: 50%;
  right: 10px;
  font-family: "LineAwesome";
  line-height: 1;
  font-weight: bold;
  font-size: 13px;
  color: #222;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-top: -6px;
}
.av-select-style span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 30px 0 10px;
  border-radius: 0;
  border: 1px solid #f2f3f7;
  color: #222;
  line-height: 33px;
  font-size: 14px;
  width: 100% !important;
  height: 35px;
}
.av-select-style.focus.hover:after {
  color: #cc7246;
  transform: rotate(180deg);
}
.av-select-style.focus.hover span {
  border-color: #cc7246;
}
.av-select-style select.form-control:not([size]):not([multiple]) {
  height: 35px;
}
.av-select-style option {
  padding: 6px 0;
}
.av-select-style select {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 35px;
  border: none;
  background: none;
  left: 0;
  top: 0;
}

.btn.btn-primary {
  font-size: 13px;
  text-transform: uppercase;
  color: #222222;
  font-family: "Proxima Cond bold";
  text-align: center;
  background-color: #cc7246;
  border-radius: 0;
  letter-spacing: 0.17em;
  border: none;
  padding: 0 20px;
  height: 54px;
  line-height: 52px;
}
.btn.btn-primary.btn-sm {
  height: 35px;
  line-height: 36px;
}
.btn.btn-primary .la, .btn.btn-primary .lab, .btn.btn-primary .las {
  color: #fff;
  font-size: 25px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
  border: none;
  text-decoration: none;
  background-color: #cc7246;
}
.btn.btn-primary:hover .la, .btn.btn-primary:hover .lab, .btn.btn-primary:hover .las, .btn.btn-primary:focus .la, .btn.btn-primary:focus .lab, .btn.btn-primary:focus .las, .btn.btn-primary:active .la, .btn.btn-primary:active .lab, .btn.btn-primary:active .las {
  color: #222222;
}
.btn.btn-primary.disabled:hover, .btn.btn-primary.disabled:focus, .btn.btn-primary.disabled:active {
  box-shadow: none;
  cursor: default;
}
.btn.btn-primary.disabled:hover .la, .btn.btn-primary.disabled:hover .lab, .btn.btn-primary.disabled:hover .las, .btn.btn-primary.disabled:focus .la, .btn.btn-primary.disabled:focus .lab, .btn.btn-primary.disabled:focus .las, .btn.btn-primary.disabled:active .la, .btn.btn-primary.disabled:active .lab, .btn.btn-primary.disabled:active .las {
  color: #222222;
}
.btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active {
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
  border: none;
  text-decoration: none;
  background-color: #cc7246;
  color: #222222;
}

@media (min-width: 767px) {
  .av-content-holder {
    flex: 1 0 auto;
    overflow: hidden;
  }
  .av-foot-holder {
    flex-shrink: 0;
  }
}
body {
  position: relative;
}
body.overlay-content:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 98;
}

.av-block-header {
  border-top: 5px solid #cc7246;
  background-color: #c6af9e;
  padding: 2px 0 2px 0;
  margin-bottom: 20px;
  position: relative;
}
.av-block-header.index-header {
  margin-bottom: 8px;
}
.av-block-header .inner-categories-tree .has-sub-menu-element {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
}
.av-block-header .inner-categories-tree .has-sub-menu-element + ul {
  padding-left: 28px;
}
.av-block-header .inner-categories-tree .toggle-sub-menu-button {
  font-size: 15px;
  position: absolute;
  color: #cc7246;
  left: 0;
  top: 1px;
  cursor: pointer;
}
.av-block-header .inner-categories-tree .toggle-sub-menu-button:before {
  content: "\f28f" !important;
}
.av-block-header .inner-categories-tree .toggle-sub-menu-button.collapsed:before {
  content: "\f2c3" !important;
}
.av-block-header .inner-categories-tree ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.av-block-header .inner-categories-tree ul.child-menu-list {
  padding-left: 48px;
}
.av-block-header .inner-categories-tree ul li {
  line-height: 17px;
  margin-top: 15px;
}
.av-block-header .inner-categories-tree ul li:first-child {
  margin-top: 0;
}
.av-block-header .inner-categories-tree ul li a {
  text-decoration: none;
  font-size: 14px;
  font-family: "Proxima Cond Reg";
  color: #000;
}
.av-block-header .inner-categories-tree ul li a:hover {
  text-decoration: underline;
}
.av-block-header .sub-category-links-section {
  background-color: #F0F1F2;
  max-width: calc(100% - 215px - 248px);
  flex: 0 0 calc(100% - 215px - 248px);
  min-height: 410px;
  padding: 24px 60px;
  margin-bottom: -18px;
}
.av-block-header .menu-cat-banner {
  max-width: 218px;
  flex: 0 0 218px;
  margin-left: 30px;
  text-decoration: none;
  position: relative;
  background-color: #F0F1F2;
  transition-duration: 0.25s;
  max-height: 380px;
}
.av-block-header .menu-cat-banner > span {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  bottom: 36px;
  text-align: center;
  left: 0;
  line-height: 21px;
  font-size: 18px;
  font-family: "Proxima Cond bold";
}
.av-block-header .menu-cat-banner:hover {
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.2);
}
.av-block-header .menu-cat-banner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
}
.av-block-header .main-category-links {
  max-width: 215px;
  flex: 0 0 215px;
  margin: 0;
}
.av-block-header .main-category-links > li > a {
  font-size: 18px;
  color: #000;
  height: 55px;
  padding: 0 0 0 20px;
  text-decoration: none;
  font-family: "Proxima Cond bold";
  background-color: #F0F1F2;
}
.av-block-header .main-category-links > li > a > span {
  text-decoration: none;
  font-family: "Proxima Cond bold";
  font-size: 18px;
  position: relative;
}
.av-block-header .main-category-links > li > a.collapsed {
  background-color: transparent;
}
.av-block-header .main-category-links > li > a.collapsed > span:before {
  display: none;
}
.av-block-header .main-category-links > li .cat-icon {
  max-width: 30px;
  flex: 0 0 30px;
  margin-right: 20px;
}
.av-block-header .main-category-links > li .cat-icon img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.av-block-header .block-header-nav {
  position: relative;
}
.av-block-header .block-header-nav .dropdown-menu {
  width: 218px;
  background-color: #fff;
  border-radius: 0;
  border: none;
  padding: 16px 26px 28px 26px;
  margin: -3px 0 0 0 !important;
  top: 100% !important;
}
.av-block-header .block-header-nav .dropdown-menu .list-unstyled {
  margin: 0;
}
.av-block-header .block-header-nav .dropdown-menu .list-unstyled li {
  margin-top: 10px;
}
.av-block-header .block-header-nav .dropdown-menu .list-unstyled li:first-child {
  margin: 0;
}
.av-block-header .block-header-nav .dropdown-menu .list-unstyled a {
  font-size: 15px;
  text-decoration: none;
  font-family: "Proxima Cond bold";
  color: #000;
}
.av-block-header .block-header-nav .dropdown-menu .list-unstyled a:hover {
  text-decoration: underline;
}
.av-block-header .block-header-nav.show .dropdown-toggle {
  color: #cc7246;
  position: relative;
}
@media (max-width: 767px) {
  .av-block-header .block-header-nav .dropdown-menu {
    left: 0 !important;
    position: fixed !important;
    z-index: 1000;
    height: 100vh;
    padding: 16px 26px 28px 26px;
    width: 280px !important;
    overflow-y: auto;
    top: 0 !important;
    display: block;
    min-height: 100%;
    margin: 0 !important;
    transition-duration: 0.25s;
    transform: translate3d(-100%, 0, 0) !important;
  }
  .av-block-header .block-header-nav .dropdown-menu.show {
    transform: translate3d(0, 0, 0) !important;
  }
}
@media (max-width: 767px) and (min-width: 560px) {
  .av-block-header .block-header-nav .dropdown-menu.show {
    width: 420px !important;
    transform: translate3d(0, 0, 0) !important;
  }
}
@media (max-width: 767px) {
  .av-block-header .block-header-nav .dropdown-menu .la-close {
    top: 20px;
    right: 34px;
    color: #222222;
    position: absolute;
  }
  .av-block-header .block-header-nav.av-mob-company-nav:after {
    content: "";
    width: 100vw;
    height: 100vh;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 900;
  }
  .av-block-header .block-header-nav.av-mob-company-nav .dropdown-menu {
    left: 0 !important;
    margin: 0 !important;
  }
}
.av-block-header .block-add-car {
  max-width: 166px;
  flex: 0 0 166px;
  text-align: left;
}
.av-block-header .block-add-car .form-control {
  text-align: left;
  height: 35px;
  line-height: 33px;
  color: #222222;
  font-family: "Proxima Cond Reg";
  padding: 0 10px;
  padding-right: 40px;
}
.av-block-header .block-add-car .la-angle-down {
  transition-duration: 0.3s;
}
.av-block-header .block-add-car.show .la-angle-down {
  transform: rotate(180deg);
  color: #cc7246;
  margin-top: -6px;
}
.av-block-header .block-add-car .dropdown-menu {
  width: 400px;
  top: 100% !important;
  background-color: #fff;
  margin: -15px 0 0 0;
}
.av-block-header .la, .av-block-header .lab, .av-block-header .las {
  font-size: 25px;
}
.av-block-header .btn-link {
  padding-left: 0;
  padding-right: 0;
}
.av-block-header .la-navicon {
  font-size: 0 !important;
  padding: 0;
  line-height: 26px;
  font-weight: bold;
  height: 27px;
  width: 27px;
  text-align: left;
  color: #000;
  text-decoration: none;
}
.av-block-header .la-navicon:hover {
  text-decoration: none;
}
.av-block-header .la-navicon:before {
  font-size: 30px;
  left: -3px;
  position: relative;
}
.av-block-header .block-menu-category .inner-menu-wrap {
  transform: translate3d(0, 0, 0) !important;
  top: 100% !important;
  margin: 0;
  padding: 18px 0 18px 0;
  background-color: #fff;
}
.av-block-header .block-menu-category .inner-menu-wrap .container {
  padding: 0;
}
.av-block-header .block-menu-category .inner-menu-wrap .row {
  margin-right: 0;
  margin-left: 0;
}
.av-block-header .block-menu-category .inner-menu-wrap .col-sm-12 {
  padding: 0;
}
@media (min-width: 1200px) {
  .av-block-header .block-menu-category .inner-menu-wrap .container {
    max-width: 936px;
  }
}
.av-block-header .block-menu-category.show > a .la, .av-block-header .block-menu-category.show > a .lab, .av-block-header .block-menu-category.show > a .las {
  transform: rotate(180deg) translateY(0);
  margin-top: -7px;
  color: #cc7246 !important;
}
.av-block-header .block-menu-category > a {
  font-size: 13px;
  color: #222222;
  text-decoration: none;
  font-family: "Proxima Cond bold";
  position: relative;
  display: inline-block;
  top: -1px;
  letter-spacing: 0.17em;
  padding-right: 18px;
}
.av-block-header .block-menu-category > a .la, .av-block-header .block-menu-category > a .lab, .av-block-header .block-menu-category > a .las {
  position: absolute;
  transition-duration: 0.25s;
  font-weight: bold;
  right: -2px;
  font-size: 14px;
  top: 50%;
  transform: rotate(0) translateY(-50%);
}
.av-block-header .block-menu-category > a:hover {
  text-decoration: none;
}
.av-block-header .block-phone-numbers {
  font-size: 13px;
  font-family: "Proxima Cond bold";
  letter-spacing: 0.17em;
  padding-top: 2px;
}
.av-block-header .block-basket {
  position: relative;
  background: #f2f3f7;
}
.av-block-header .block-basket .btn-link {
  padding: 0;
}
.av-block-header .block-basket .badge {
  background-color: #cc7246;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  line-height: normal;
  font-size: 13px;
  padding: 0;
  top: 1px;
  right: -4px;
}
.av-block-header .block-header-search {
  width: 100%;
}
.av-block-header .block-header-search .form-control {
  background-color: #f2f3f7;
  padding: 0 14px 0;
  padding-right: 50px;
  height: 35px;
  line-height: 33px;
}
.av-block-header .block-header-search .btn-link.la-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  text-decoration: none;
  color: #222222;
  font-size: 23px;
  background-color: #cc7246;
  width: 35px;
  height: 35px;
  padding: 0;
  text-align: center;
  line-height: 33px;
  border-radius: 0;
}
.av-block-header .block-user-info {
  position: relative;
  background: #f2f3f7;
}
.av-block-header .block-user-info .user-info-dropdown {
  position: absolute;
  padding: 20px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  right: 0;
  width: 200px;
  background: #fff;
  transition-duration: 0.25s;
}
.av-block-header .block-user-info .user-info-dropdown .title {
  text-align: right;
  font-size: 14px;
}
.av-block-header .block-user-info .user-info-dropdown a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  text-overflow: ellipsis;
}
.av-block-header .block-user-info .user-info-dropdown a:hover {
  color: #cc7246;
}
.av-block-header .block-user-info .user-info-dropdown.opened-menu {
  z-index: 10;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .av-block-header .block-user-info:hover .user-info-dropdown {
    z-index: 10;
    opacity: 1;
    visibility: visible;
  }
}

.carousel-control-next, .carousel-control-prev {
  opacity: 0;
}
.carousel-control-next:hover, .carousel-control-next:focus, .carousel-control-prev:hover, .carousel-control-prev:focus {
  opacity: 0;
}

.badge {
  font-weight: normal !important;
}

.av-index-category-thumbs .col {
  height: 280px;
  padding-bottom: 30px;
}
.av-index-category-thumbs .col.sub-height {
  height: 180px;
}
.av-index-category-thumbs img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.av-index-category-thumbs .category-thumbs-item {
  background-color: #c6af9e;
  min-height: 100%;
  position: relative;
  transition-duration: 0.25s;
  display: block;
}
.av-index-category-thumbs .category-thumbs-item .cat-name {
  position: absolute;
  width: 100%;
  overflow: hidden;
  line-height: 24px;
  padding: 0 10px;
  max-height: 48px;
  left: 0;
  bottom: 18px;
  text-align: center;
  color: #222222;
  font-size: 20px;
  font-family: "Proxima Cond bold";
}
.av-index-category-thumbs .category-thumbs-item:hover {
  background-color: #cc7246;
  box-shadow: 0 20px 15px rgba(0, 0, 0, 0.22);
  text-decoration: none;
}
.av-index-category-thumbs .category-thumbs-item:hover .cat-name {
  text-decoration: none;
}
.av-index-category-thumbs .category-thumbs-item.large-item {
  background-color: #cc7246;
}
.av-index-category-thumbs .category-thumbs-item.large-item img {
  margin: 0 0 0 -1px;
}
.av-index-category-thumbs .category-thumbs-item.large-item .cat-name {
  padding: 0;
  padding-right: 30px;
  position: static;
  text-align: right;
  left: auto;
  bottom: auto;
  height: auto;
  max-height: 100px;
  line-height: normal;
  text-decoration: none;
  font-size: 33px;
  font-family: "Proxima Cond bold";
  color: #fff;
}
.av-index-category-thumbs .category-thumbs-item-brands {
  background-color: #fff !important;
}

.av-viewed-products-list {
  margin-bottom: 30px;
}

.font-primary-cond {
  font-family: "Proxima Cond Reg" !important;
}

.av-viewed-products-thumb {
  padding-top: 25px;
  text-decoration: none;
  transition-duration: 0.25s;
}
.av-viewed-products-thumb .bottom-buy-info {
  background-color: #EDEEEF;
  height: 54px;
}
.av-viewed-products-thumb .bottom-buy-info .price-wrap {
  flex: 0 0 150px;
  max-width: 150px;
  font-size: 14px;
  font-family: "Proxima Cond Light";
  font-weight: 300;
}
.av-viewed-products-thumb .bottom-buy-info .price-wrap strong {
  font-weight: bold;
  font-family: "Proxima Cond bold";
  font-size: 20px;
}
.av-viewed-products-thumb .bottom-buy-info .buttons-wrap {
  flex: 0 0 calc(100% - 150px);
  max-width: calc(100% - 150px);
}
.av-viewed-products-thumb .bottom-buy-info .btn {
  height: 54px;
}
.av-viewed-products-thumb .bottom-buy-info .btn.btn-primary {
  width: 68px;
}
.av-viewed-products-thumb .bottom-buy-info .btn.btn-primary .la, .av-viewed-products-thumb .bottom-buy-info .btn.btn-primary .lab, .av-viewed-products-thumb .bottom-buy-info .btn.btn-primary .las {
  margin-top: 14px;
}
.av-viewed-products-thumb .bottom-buy-info .btn.btn-link {
  border-top: 3px solid #EDEEEF;
  flex: 0 0 calc(100% - 68px);
  max-width: calc(100% - 68px);
}
.av-viewed-products-thumb .bottom-buy-info .btn.btn-link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.av-viewed-products-thumb .bottom-buy-info .btn.btn-link .la, .av-viewed-products-thumb .bottom-buy-info .btn.btn-link .lab, .av-viewed-products-thumb .bottom-buy-info .btn.btn-link .las {
  position: relative;
  top: 2px;
}
.av-viewed-products-thumb .bottom-buy-info .btn.btn-link .link-primary {
  text-decoration: none;
}
.av-viewed-products-thumb .bottom-buy-info .btn.btn-link .link-primary:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .av-viewed-products-thumb .mob-buttons .btn {
    width: 50% !important;
    max-width: 50% !important;
    text-align: center;
    flex: 0 0 50% !important;
    font-size: 0;
  }
  .av-viewed-products-thumb .mob-buttons .btn .link-primary, .av-viewed-products-thumb .mob-buttons .btn .small.text-uppercase {
    font-size: 0 !important;
  }
  .av-viewed-products-thumb .mob-buttons .btn .la, .av-viewed-products-thumb .mob-buttons .btn .lab, .av-viewed-products-thumb .mob-buttons .btn .las {
    font-size: 25px;
  }
  .av-viewed-products-thumb .mob-buttons .btn.w-100 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .av-viewed-products-thumb .bottom-buy-info {
    background-color: #EDEEEF;
    height: 54px;
  }
  .av-viewed-products-thumb .bottom-buy-info .price-wrap {
    flex: 0 0 100px;
    max-width: 100px;
    font-size: 12px;
  }
  .av-viewed-products-thumb .bottom-buy-info .price-wrap strong {
    font-weight: bold;
    font-size: 17px;
  }
  .av-viewed-products-thumb .bottom-buy-info .buttons-wrap {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
.av-viewed-products-thumb .head-info-line {
  margin: 0 0 20px 0;
  background-color: #EDEEEF;
  height: 54px;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .av-viewed-products-thumb .head-info-line {
    margin-top: -25px;
  }
}
.av-viewed-products-thumb .head-info-line .la, .av-viewed-products-thumb .head-info-line .lab, .av-viewed-products-thumb .head-info-line .las {
  color: #cc7246;
  top: 2px;
  position: relative;
}
.av-viewed-products-thumb .head-info-line > span {
  font-size: 16px;
}
.av-viewed-products-thumb:hover {
  text-decoration: none;
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.2);
}
.av-viewed-products-thumb .media {
  margin-bottom: 25px;
}
.av-viewed-products-thumb .media-heading {
  font-size: 18px;
  font-family: "Proxima Cond bold";
  color: #222222;
  margin: 0;
}
.av-viewed-products-thumb .media-body {
  padding-right: 25px;
}
.av-viewed-products-thumb .prod-short-description {
  margin: 0 0 9px 0;
  font-size: 15px;
  color: #4D4D4D;
}
.av-viewed-products-thumb .prod-info-list-item {
  margin: 0 0 -5px 0;
  font-size: 15px;
  color: #4D4D4D;
}
.av-viewed-products-thumb .prod-info-list-item span {
  color: #4D4D4D;
}
.av-viewed-products-thumb img {
  display: block;
  max-width: 150px;
  margin-right: 14px;
  margin-left: -1px;
}
.av-viewed-products-thumb .btn {
  font-size: 14px;
  font-family: "Proxima Cond Light";
  font-weight: 300;
  text-transform: none;
  letter-spacing: normal;
}
.av-viewed-products-thumb .btn:hover {
  box-shadow: none;
}
.av-viewed-products-thumb .btn strong {
  font-weight: bold;
  font-family: "Proxima Cond bold";
  font-size: 20px;
  letter-spacing: normal;
}
.av-viewed-products-thumb .btn strong.small {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -8px;
}

.av-advantages-list {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #cbcbcb !important;
  margin: 0 0 78px 0;
}
.av-advantages-list .card-body {
  min-height: 166px;
  padding: 22px 8px;
}
.av-advantages-list .media-body {
  padding-top: 7px;
  font-size: 16px;
  line-height: 19px;
  font-family: "Proxima Nova Reg";
}
.av-advantages-list .media {
  padding-right: 15px;
}
.av-advantages-list .media .media-img {
  margin: 0 15px 0 0;
  height: 59px;
}
.av-advantages-list .media .media-img img {
  display: block;
  max-height: 59px;
  max-width: 100%;
}

.av-news-list {
  margin-bottom: 78px;
}
.av-news-list .col-md-6 {
  padding-bottom: 30px;
}
.av-news-list .all-news-link {
  color: #222222;
  font-size: 13px;
  text-decoration: underline;
  font-family: "Proxima Cond bold";
}
.av-news-list .all-news-link:hover {
  text-decoration: none;
}

.av-news-list-item {
  border-radius: 0;
  transition-duration: 0.25s;
  cursor: pointer;
}
.av-news-list-item:hover {
  box-shadow: 0 20px 32px rgba(0, 0, 0, 0.2);
}
.av-news-list-item .news-img {
  width: 262px;
  min-height: 227px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  max-width: 262px;
  flex: 0 0 262px;
}
.av-news-list-item .news-img:hover {
  opacity: 0.8;
}
.av-news-list-item .card-body {
  padding: 0 20px;
  border-top: 5px solid #cc7246;
}
.av-news-list-item .news-date {
  color: #7F7F7F;
  font-size: 15px;
  font-family: "Proxima Cond bold";
  margin: 0;
  padding-top: 16px;
}
.av-news-list-item .news-name {
  line-height: 24px;
  max-height: 78px;
  overflow: hidden;
  margin: 0 0 12px 0;
}
.av-news-list-item .news-name a {
  color: #222222;
  text-decoration: none;
  font-size: 20px;
  font-family: "Proxima Cond bold";
}
.av-news-list-item .news-name a:hover {
  text-decoration: none;
}
.av-news-list-item .card-text {
  font-size: 15px;
  color: #4D4D4D;
  line-height: 21px;
  overflow: hidden;
  max-height: 62px;
}

.av-index-seo-text {
  line-height: 19px;
  font-size: 14px;
  color: #7F7F7F;
  border-top: 1px solid #C8C8C8;
  margin-bottom: 68px;
  padding-top: 25px;
}
.av-index-seo-text p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0 0 18px 0;
}
.av-index-seo-text strong {
  color: #7F7F7F;
  font-size: 14px;
}

.av-block-footer {
  background-color: #333;
  padding: 60px 0 50px 0;
}
.av-block-footer .footer-feedback-aside {
  max-width: 265px;
  flex: 0 0 265px;
}
.av-block-footer .social-links .la, .av-block-footer .social-links .lab, .av-block-footer .social-links .las {
  color: #cc7246;
  text-decoration: none;
  font-size: 24px;
}
.av-block-footer .social-links .la:hover, .av-block-footer .social-links .lab:hover, .av-block-footer .social-links .las:hover {
  text-decoration: none;
  color: #fff;
}
.av-block-footer .footer-info-section {
  max-width: calc(100% - 265px - 150px);
  flex: 0 0 calc(100% - 265px - 150px);
  padding: 0 25px;
}
.av-block-footer .subscribe-form {
  margin-bottom: 24px;
}
.av-block-footer .subscribe-form > p {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.av-block-footer .subscribe-form .form-control {
  padding-right: 128px;
  height: 30px;
}
.av-block-footer .subscribe-form .btn-primary {
  height: 30px;
  line-height: 29px;
  font-size: 12px;
  width: 118px;
  padding: 0;
  right: 0;
  top: 0;
}
.av-block-footer .subscribe-form .btn-primary:not(:disabled):not(.disabled).active, .av-block-footer .subscribe-form .btn-primary:not(:disabled):not(.disabled):active {
  left: auto;
  top: 0;
}
.av-block-footer .subscribe-form .btn-primary:active, .av-block-footer .subscribe-form .btn-primary:focus {
  left: auto;
  top: 0;
}
.av-block-footer .footer-logo-aside {
  max-width: 150px;
  flex: 0 0 150px;
}
.av-block-footer .footer-logo-aside .foot-logo {
  max-width: 88px;
  margin-bottom: 24px;
}
.av-block-footer .footer-logo-aside .foot-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
}
.av-block-footer .footer-logo-aside .policy-text {
  font-size: 14px;
  color: #7F7F7F;
  font-family: "Proxima Nova Reg";
  margin: 0;
}
.av-block-footer .contact-info li {
  margin-top: 4px;
  font-family: "Proxima Cond bold";
}
.av-block-footer .contact-info li:first-child {
  margin-top: 0;
}
.av-block-footer .foot-links li {
  margin-top: 3px;
}
.av-block-footer .foot-links li:first-child {
  margin-top: 0;
}
.av-block-footer .foot-links a {
  text-decoration: none;
  font-size: 15px;
  color: #7F7F7F;
  font-family: "Proxima Cond bold";
}
.av-block-footer .foot-links a:hover {
  color: #fff;
}

.av-index-brands {
  width: 100%;
  margin-bottom: 30px;
}
.av-index-brands .block-banner {
  max-width: 360px;
  flex: 0 0 360px;
  background-color: #fff;
  border-top: 5px solid #cc7246;
  min-height: 402px;
  padding: 32px 30px 30px 30px;
  text-decoration: none;
  transition-duration: 0.05s;
}
.av-index-brands .block-banner:hover {
  text-decoration: none;
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.2);
}
.av-index-brands .block-banner:hover .h2 {
  text-decoration: none;
}
.av-index-brands .block-banner .date {
  color: #7F7F7F;
  font-family: "Proxima Cond bold";
}
.av-index-brands .block-banner .description {
  line-height: 19px;
  font-size: 16px;
  margin-bottom: 16px;
}
.av-index-brands .block-banner .h2 {
  color: #222222;
  font-size: 26px;
  text-decoration: none;
  margin: 0 0 9px 0;
  font-family: "Proxima Cond bold";
}
.av-index-brands .block-brand-list .link-primary {
  text-decoration: none;
  transition-duration: 0.3s;
  border-bottom: 1px solid #222222;
}
.av-index-brands .block-brand-list .link-primary:hover {
  border-bottom: 1px solid transparent;
}
.av-index-brands .block-brand-list .underline {
  text-decoration: underline;
}
.av-index-brands .block-brand-list .underline:hover {
  text-decoration: none;
}
.av-index-brands .block-brand-list a {
  text-decoration: none;
  color: #222222;
  font-size: 14px;
  transition-duration: 0.3s;
  border-bottom: 1px solid transparent;
  font-family: "Proxima Cond Reg";
}
.av-index-brands .block-brand-list a:hover {
  border-bottom: 1px solid #222222;
}
.av-index-brands .block-brand-list ol > li {
  margin-bottom: 9px;
}
.av-index-brands .block-brand-list > ul {
  background-color: #fff;
  height: 100%;
  width: 100%;
  margin: 0;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  padding: 26px 0 26px 20px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-rule: 1px solid #f2f3f7;
  -moz-column-rule: 1px solid #f2f3f7;
  column-rule: 1px solid #f2f3f7;
}
.av-index-brands .block-brand-list > ul > li {
  position: relative;
  padding-left: 28px;
}
.av-index-brands .block-brand-list > ul > li[data-letter]:before {
  content: attr(data-letter);
  font-size: 15px;
  color: #cc7246;
  font-family: "Proxima Cond bold";
  left: 0;
  top: 0;
  position: absolute;
}

.link-primary {
  font-size: 13px;
  color: #000;
  font-family: "Proxima Cond bold" !important;
  text-decoration: underline;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.link-primary.underline-link {
  text-decoration: underline !important;
}
.link-primary.underline-link:hover {
  color: #000;
  text-decoration: none !important;
}
.link-primary.btn-link {
  text-decoration: none !important;
}
.link-primary:hover {
  color: #cc7246;
  text-decoration: none;
}
.link-primary:hover .la, .link-primary:hover .lab, .link-primary:hover .las {
  color: #cc7246 !important;
}

.card {
  border: none;
  border-radius: 0;
}

.av-block-rating {
  font-size: 13px;
  white-space: nowrap;
  color: #cc7246;
}
.av-block-rating .la, .av-block-rating .lab, .av-block-rating .las {
  color: inherit;
  font-size: inherit;
}

.av-shop-info {
  margin: 0 0 68px 0;
}
.av-shop-info .card-body {
  padding: 36px 38px;
}
.av-shop-info .card-body h4 {
  margin: 0 0 20px 0;
}
.av-shop-info .table td:first-child {
  color: #7F7F7F;
  font-family: "Proxima Cond bold";
}
.av-shop-info .table .badge {
  height: 18px;
  line-height: 18px;
  min-width: 48px;
  text-align: center;
  border-radius: 0;
  vertical-align: middle;
  padding: 0;
}
.av-shop-info .table.table-sm td, .av-shop-info .table.table-sm th {
  padding: 13px 0 0 12px;
  font-size: 15px;
}
.av-shop-info .table.table-sm td:first-child, .av-shop-info .table.table-sm th:first-child {
  padding-left: 0;
}
.av-shop-info .table.table-sm tr:first-child td, .av-shop-info .table.table-sm tr:first-child th {
  padding-top: 0;
}
.av-shop-info .btn-primary {
  min-width: 113px;
}
.av-shop-info .shop-info-logo {
  height: 236px;
  margin: 0 0 20px 0;
  background-color: #fff;
}
.av-shop-info .shop-info-logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.av-shop-info .layer-item {
  padding: 0 15px;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .av-shop-info .layer-item.left {
    max-width: 292px;
    flex: 0 0 292px;
  }
  .av-shop-info .layer-item.center {
    max-width: calc(100% - 292px - 390px);
    flex: 0 0 calc(100% - 292px - 390px);
  }
  .av-shop-info .layer-item.right {
    max-width: 390px;
    flex: 0 0 390px;
  }
}
.av-shop-info .card {
  min-height: 310px;
}

.av-shop-info-text {
  margin: 0 0 56px 0;
  line-height: 21px;
  font-size: 15px;
  color: #4D4D4D;
}
.av-shop-info-text p {
  margin: 0 0 18px 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.av-review-list {
  margin: 0 0 104px 0;
}
.av-review-list .media {
  padding: 20px;
  margin: 0 0 18px 0;
  background-color: #eeeff1;
}
.av-review-list .media img {
  max-width: 62px;
  max-height: 62px;
}
.av-review-list .media img.mr-3 {
  margin-right: 20px !important;
}
.av-review-list .media h5 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .av-review-list .media.media-review-answer {
    margin-left: 102px;
  }
}
.av-review-list .media .media-review-info > p {
  color: #4D4D4D;
  font-size: 15px;
  font-family: "Proxima Nova Reg";
}
.av-review-list .btn-primary {
  min-width: 224px;
}

.av-block-stepper.mb {
  margin-bottom: 70px;
}
.av-block-stepper .btn-link {
  padding: 0;
  text-align: center;
  height: 35px;
  line-height: 38px;
  width: 35px;
  color: #4D4D4D;
  font-size: 15px;
  font-family: "Proxima Nova Reg";
  border: 1px solid transparent;
}
.av-block-stepper .btn-link.bg-light {
  background-color: #ECEDEE !important;
}
.av-block-stepper .btn-link:hover {
  border-color: #cc7246;
  text-decoration: none;
}
.av-block-stepper .btn-link:hover.bg-light {
  border-color: transparent;
}
.av-block-stepper .btn-link.mx-2 {
  margin: 0 11px !important;
}
.av-block-stepper .btn-link.bg-warning {
  background-color: #cc7246 !important;
}
.av-block-stepper .btn-link.bg-warning:hover {
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.2);
}
.av-block-stepper .btn-link.bg-white {
  color: #cc7246;
}
@media (max-width: 767px) {
  .av-block-stepper .btn-link {
    height: 24px;
    line-height: 24px;
    width: 24px;
    color: #4D4D4D;
    font-size: 12px;
  }
  .av-block-stepper .btn-link .la, .av-block-stepper .btn-link .lab, .av-block-stepper .btn-link .las {
    font-size: 12px;
  }
  .av-block-stepper .btn-link.mx-2 {
    margin: 0 2px !important;
  }
}

.av-products-list-wrap {
  display: flex;
}
.av-products-list-wrap .filter-aside-layer {
  max-width: 262px;
  flex: 0 0 262px;
  margin-right: 30px;
}
.av-products-list-wrap .product-list-section {
  max-width: calc(100% - 262px - 30px);
  flex: 0 0 calc(100% - 262px - 30px);
}

*:focus {
  outline: none !important;
}

.av-block-filter .card-body {
  padding: 15px 18px 90px 30px !important;
}
@media (max-width: 768px) {
  .av-block-filter {
    max-height: 360px;
    overflow-y: auto;
  }
}
.av-block-filter .ui-slider .ui-slider-handle {
  background-color: #cc7246;
  width: 15px;
  height: 15px;
  border-radius: 0;
  margin-top: -1px;
}
.av-block-filter .ui-slider .ui-slider-handle:active, .av-block-filter .ui-slider .ui-slider-handle:hover, .av-block-filter .ui-slider .ui-slider-handle:focus {
  outline: none;
}
.av-block-filter .ui-slider .ui-slider-range {
  background-color: #cc7246;
}
.av-block-filter .ui-slider-horizontal {
  height: 4px;
  border-radius: 0;
  background-color: #dfe3e7;
}
.av-block-filter .ps__rail-y {
  opacity: 1;
  background-color: transparent;
}
.av-block-filter .ps__rail-y .ps__thumb-y {
  background-color: #DFE2E6;
  border-radius: 0;
  width: 4px;
}
.av-block-filter .ps__rail-y:hover {
  opacity: 1;
  background-color: transparent;
}
.av-block-filter .ps__rail-y:hover .ps__thumb-y {
  width: 4px;
}
.av-block-filter .form-check {
  padding-left: 36px;
}
.av-block-filter .form-check .av-checkbox-style {
  margin-top: 0;
  margin-left: 0;
}
.av-block-filter .av-checkbox-style {
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  left: 0;
  top: 2px;
}
.av-block-filter .filter-section-title {
  font-family: "Proxima Cond bold";
  color: #7F7F7F;
}
.av-block-filter strong {
  font-family: "Proxima Cond bold";
}
.av-block-filter .form-group {
  margin-bottom: 12px;
}
.av-block-filter .filter-section {
  margin-bottom: 30px;
}
.av-block-filter .form-check-label {
  font-family: "Proxima Cond Reg";
}
.av-block-filter .form-check-wrapper {
  position: relative;
  overflow-y: auto;
  max-height: 120px;
}
.av-block-filter .form-check-wrapper .form-group {
  margin-bottom: 0;
}
.av-block-filter .filter-search-form {
  max-width: 174px;
}
.av-block-filter .filter-search-form .la-search {
  right: 0;
  top: 50%;
  transform: scale(-1, 1) translate(0, -50%);
  padding: 0 12px;
  position: absolute;
}
.av-block-filter .filter-search-form span.la-search:hover {
  color: #222222;
}

.av-checkbox-style {
  position: relative;
  width: 15px;
  height: 15px;
}
.av-checkbox-style:hover, .av-checkbox-style:focus, .av-checkbox-style:active {
  outline: none;
}
.av-checkbox-style input {
  opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}
.av-checkbox-style > span {
  width: 15px;
  height: 15px;
  background-color: #c6c6c6;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  display: inline-block;
}
.av-checkbox-style > span.checked {
  background-color: #cc7246;
}
.av-checkbox-style > span.checked:before {
  content: "\f17b";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  color: #fff;
  transform: translate(-50%, -50%);
  display: inline-block;
  font: normal normal normal 11px/1 "LineAwesome";
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.av-bread-crumbs {
  margin-bottom: 25px;
}
.av-bread-crumbs a, .av-bread-crumbs span {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  color: #7F7F7F;
}
.av-bread-crumbs a:hover {
  text-decoration: underline;
}
.av-bread-crumbs .separate {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 1px;
  background-color: #7F7F7F;
}

.av-product-card-carousel {
  position: relative;
  padding: 0 38px;
  margin: 0 0 28px 0;
}
.av-product-card-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #cc7246;
  border-radius: 50%;
  background-color: transparent;
  outline: none;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  z-index: 40;
  padding: 0;
  text-align: center;
}
.av-product-card-carousel .slick-arrow:before {
  font: normal normal normal 16px/1 "LineAwesome";
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #cc7246;
}
.av-product-card-carousel .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.av-product-card-carousel .slick-arrow.slick-next:before {
  content: "\f121";
  font-weight: bold;
  font-size: 18px;
}
.av-product-card-carousel .slick-arrow.slick-prev:before {
  content: "\f120";
  font-weight: bold;
  font-size: 18px;
}
.av-product-card-carousel .slick-slider {
  position: static;
  margin: 0;
}
.av-product-card-carousel .slick-slide {
  padding: 0;
}
.av-product-card-carousel img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.av-prod-card {
  margin-bottom: 48px;
}
.av-prod-card h2, .av-prod-card h1 {
  margin-bottom: 8px;
}
.av-prod-card .prod-info-list {
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .av-prod-card .card-body {
    padding: 20px 20px 20px 0;
  }
}
.av-prod-card .link-primary {
  text-decoration: none;
}
.av-prod-card .overlay {
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.68);
  text-align: center;
}
.av-prod-card .overlay > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-family: "Proxima Cond bold";
  font-size: 15px;
  line-height: 18px;
  white-space: nowrap;
}
.av-prod-card .overlay:hover > span {
  text-decoration: underline;
}
.av-prod-card .prod-img-wrap {
  max-width: 232px;
  flex: 0 0 232px;
  margin-right: 30px;
  max-height: 158px;
}
.av-prod-card .prod-img-wrap img {
  max-width: 100%;
  display: block;
}
.av-prod-card .prod-img-wrap .big-img-wrap {
  max-width: 150px;
  flex: 0 0 150px;
}
.av-prod-card .prod-img-wrap .small-img-wrap {
  max-width: 68px;
  flex: 0 0 68px;
}
@media (max-width: 992px) {
  .av-prod-card h1.h2 {
    font-size: 20px;
  }
}

.av-product-sorting-row {
  margin-bottom: 25px;
}
.av-product-sorting-row .form-control {
  background-color: transparent;
  height: 30px !important;
  color: #000;
  font-size: 14px;
  line-height: 28px;
  border-color: #C5C5C5;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .av-product-sorting-row {
    margin-bottom: 0;
  }
  .av-product-sorting-row .form-control {
    width: 100% !important;
  }
  .av-product-sorting-row .form-inline {
    margin-bottom: 20px;
  }
}
.av-product-sorting-row .sorting-label {
  color: #7F7F7F;
  font-weight: bold;
  font-family: "Proxima Nova Reg";
  font-size: 15px;
}
.av-product-sorting-row .form-check {
  padding-left: 30px;
}
.av-product-sorting-row .av-checkbox-style {
  position: absolute;
  left: 0;
  top: 2px;
}
.av-product-sorting-row .av-checkbox-style > span {
  background-color: #EDEEEF;
  border: 1px solid #C5C5C5;
}
.av-product-sorting-row .av-checkbox-style > span.checked {
  background-color: #cc7246;
  border: 1px solid #cc7246;
}
.av-product-sorting-row .av-checkbox-style > span.checked:before {
  color: #fff;
}

.table-responsive .av-product-rows-list {
  min-width: 840px;
}

.av-product-rows-list {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}
.av-product-rows-list .hidden-block {
  background-color: rgb(248.0847457627, 235.8813559322, 229.9152542373);
}
.av-product-rows-list .btn-toggle.active {
  transform: rotate(180deg);
}
.av-product-rows-list .la.la-light-color, .av-product-rows-list .la.text-muted {
  color: #AEAFAF !important;
  font-weight: 500;
}
.av-product-rows-list .la.la-light-color.la-eye, .av-product-rows-list .la.text-muted.la-eye {
  color: #222 !important;
}
.av-product-rows-list .col {
  border-left: 1px solid #EDEEEF;
}
.av-product-rows-list .col:first-child {
  border-left: none;
}
.av-product-rows-list .col.col-prod {
  flex: 0 0 14.5%;
  max-width: 14.5%;
}
.av-product-rows-list .col.col-code {
  flex: 0 0 9.4%;
  max-width: 9.4%;
}
.av-product-rows-list .col.col-description {
  flex: 0 0 24.8%;
  max-width: 24.8%;
}
.av-product-rows-list .col.col-send {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.av-product-rows-list .col.col-sale {
  flex: 0 0 16.5%;
  max-width: 16.5%;
}
.av-product-rows-list .col.col-price {
  flex: 0 0 7.7%;
  max-width: 7.7%;
}
.av-product-rows-list .col.col-buy {
  flex: 0 0 calc(14.6% + 1px);
  max-width: calc(14.6% + 1px);
}
.av-product-rows-list .head-row .col {
  color: #7F7F7F;
  font-weight: bold;
  font-family: "Proxima Cond Reg";
  font-size: 15px;
  padding-top: 32px;
}
.av-product-rows-list .prod-row .col {
  color: #000;
  font-family: "Proxima Cond Reg";
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 58px;
}
.av-product-rows-list .prod-row.selected, .av-product-rows-list .prod-row:hover {
  background-color: #EDEEEF;
}
.av-product-rows-list .prod-row.selected .overflow-prod-description:after, .av-product-rows-list .prod-row:hover .overflow-prod-description:after {
  background-image: linear-gradient(90deg, rgba(237, 238, 239, 0) 10%, #EDEEEF 50%);
}
.av-product-rows-list .overflow-prod-description {
  overflow: hidden;
  max-height: 34px;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  font-family: "Proxima Cond Reg";
}
.av-product-rows-list .overflow-prod-description .la, .av-product-rows-list .overflow-prod-description .lab, .av-product-rows-list .overflow-prod-description .las {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.av-product-rows-list .overflow-prod-description:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 60px;
  background-image: linear-gradient(90deg, rgba(250, 250, 250, 0) 10%, #fff 50%);
  right: 0;
  top: 0;
}
.av-product-rows-list .btn {
  height: 35px;
  line-height: 35px;
}
.av-product-rows-list .btn .la, .av-product-rows-list .btn .lab, .av-product-rows-list .btn .las {
  margin-top: 4px;
}
.av-product-rows-list .btn.bg-dark {
  background-color: rgba(0, 0, 0, 0.79) !important;
}
.av-product-rows-list .badge.badge-danger {
  background-color: #E31E25;
  font-family: "Proxima Cond Light";
  font-size: 14px;
  padding: 0 0 1px 0;
}
.av-product-rows-list .price-amount {
  color: #000;
  font-family: "Proxima Nova Reg";
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

.table-responsive {
  margin-bottom: 30px;
}
.table-responsive .av-table {
  margin-bottom: 0;
}

.av-table thead td {
  color: #7F7F7F;
  font-weight: bold;
  font-family: "Proxima Cond Reg";
  font-size: 15px;
  padding: 0 15px;
  padding-top: 32px;
  padding-bottom: 28px;
}
.av-table thead td .la, .av-table thead td .lab, .av-table thead td .las {
  color: #7F7F7F;
}
.av-table .overflow-prod-description {
  overflow: hidden;
  max-height: 34px;
  font-size: 14px;
  line-height: 17px;
  position: relative;
}
.av-table .overflow-prod-description .la, .av-table .overflow-prod-description .lab, .av-table .overflow-prod-description .las {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.av-table .overflow-prod-description:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 60px;
  background-image: linear-gradient(90deg, rgba(250, 250, 250, 0) 10%, #fff 50%);
  right: 0;
  top: 0;
}
.av-table td {
  border: none;
  border-left: 1px solid #EDEEEF;
  vertical-align: middle;
  font-family: "Proxima Cond Reg";
}
.av-table td.short-cell {
  width: 45px;
  max-width: 45px;
  white-space: nowrap;
}
.av-table tbody td {
  color: #000;
  font-family: "Proxima Cond Reg";
  font-size: 14px;
  padding: 10px 15px;
}
.av-table .photo-wrap {
  width: 98px;
}
.av-table .total-row td {
  height: 60px;
  padding: 5px 15px;
  background-color: #F0F1F2;
}
.av-table .total-row strong {
  font-size: 18px;
  font-family: "Proxima Nova Reg";
  font-weight: bold;
}
.av-table .total-row .h3 {
  font-family: "Proxima Nova Reg";
  font-weight: bold;
}

.text-muted {
  color: #7F7F7F !important;
}

.av-basket-rows-list {
  background-color: #fff;
  margin-bottom: 30px;
}
.av-basket-rows-list .la-trash-o:hover, .av-basket-rows-list .la-pencil:hover {
  color: #cc7246 !important;
}
.av-basket-rows-list .col {
  border-left: 1px solid #EDEEEF;
  font-family: "Proxima Cond Reg";
}
.av-basket-rows-list .col:first-child {
  border-left: none;
}
.av-basket-rows-list .col.col-prod {
  flex: 0 0 12.6%;
  max-width: 12.6%;
}
.av-basket-rows-list .col.col-photo {
  flex: 0 0 98px;
  max-width: 98px;
}
.av-basket-rows-list .col.col-code {
  flex: 0 0 7.9%;
  max-width: 7.9%;
}
.av-basket-rows-list .col.col-description {
  flex: 0 0 23.2%;
  max-width: 23.2%;
}
.av-basket-rows-list .col.col-send {
  flex: 0 0 10.8%;
  max-width: 10.8%;
}
.av-basket-rows-list .col.col-price {
  flex: 0 0 10%;
  max-width: 10%;
}
.av-basket-rows-list .col.col-count {
  flex: 0 0 9.7%;
  max-width: 9.7%;
}
.av-basket-rows-list .col.col-sum {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
  flex-grow: 1;
}
.av-basket-rows-list .col.col-check {
  flex: 0 0 45px;
  max-width: 45px;
}
.av-basket-rows-list .col.col-buy {
  flex: 0 0 50px;
  max-width: 50px;
}
.av-basket-rows-list .head-row .col {
  color: #7F7F7F;
  font-weight: bold;
  font-family: "Proxima Nova Reg";
  font-size: 15px;
  padding-top: 32px;
  padding-bottom: 28px;
}
.av-basket-rows-list .prod-row .col {
  color: #000;
  font-family: "Proxima Nova Reg";
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 58px;
}
.av-basket-rows-list .price-amount {
  color: #000;
  font-family: "Proxima Nova Reg";
  font-size: 18px;
  font-weight: bold;
}
.av-basket-rows-list .total-row {
  height: 60px;
  padding: 5px 15px;
  background-color: #F0F1F2;
}
.av-basket-rows-list .total-row strong {
  font-size: 18px;
  font-family: "Proxima Nova Reg";
  font-weight: bold;
}
.av-basket-rows-list .total-row .h3 {
  font-family: "Proxima Nova Reg";
  font-weight: bold;
}

.av-separate-line {
  height: 0;
  width: 100%;
  border-top: 1px solid #C8C8C8;
  margin: 36px 0;
}

.av-makeorder-button .btn {
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.17em;
  min-width: 257px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #cc7246;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #cc7246;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.modal .close {
  opacity: 1;
  margin-top: -0.25rem;
}
.modal .help-block-footer {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
}
.modal .help-block-footer a {
  color: rgba(0, 0, 0, 0.69);
  text-decoration: underline;
}
.modal .help-block-footer a:hover {
  text-decoration: none;
}
.modal .link-primary {
  text-decoration: none;
}
.modal .link-primary:hover {
  text-decoration: none;
  color: #cc7246;
}
.modal .link-primary:hover .la, .modal .link-primary:hover .lab, .modal .link-primary:hover .las {
  color: #cc7246;
}
.modal .av-shop-info .table.table-sm td,
.modal .av-shop-info .table.table-sm th {
  font-size: 14px;
  font-family: "Proxima Cond Reg";
}
.modal .av-shop-info .table.table-sm td:first-child,
.modal .av-shop-info .table.table-sm th:first-child {
  font-size: 15px;
  font-family: "Proxima Cond bold";
}
.modal .prod-info-structure .left-section, .modal .prod-info-structure .right-section {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .modal .prod-info-structure .left-section {
    flex: 0 0 calc(100% - 332px);
    max-width: calc(100% - 332px);
  }
  .modal .prod-info-structure .right-section {
    flex: 0 0 332px;
    max-width: 332px;
  }
}
.modal .prod-info-structure .card {
  min-height: 1px;
}
.modal .prod-info-structure .card.bg-light {
  background-color: #EDEEEF !important;
}
.modal .modal-body {
  padding-left: 28px;
  padding-right: 28px;
}
@media (min-width: 992px) {
  .modal .modal-body {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.modal .modal-header {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}
.modal .modal-footer {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.modal .av-prod-card .prod-info-wrap .btn-primary {
  min-width: 210px;
  letter-spacing: 0.17em;
}
@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: 554px;
  }
}
@media (min-width: 1200px) {
  .modal .modal-lg {
    max-width: 1140px;
  }
  .modal .modal-body {
    padding-left: 60px;
    padding-right: 60px;
  }
  .modal .modal-header {
    padding-left: 60px;
    padding-right: 60px;
  }
  .modal .modal-footer {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.av-catalog-list {
  margin-bottom: 112px;
}

.has-icon-right {
  position: relative;
}
.has-icon-right .btn-link {
  position: absolute;
  padding: 0;
  line-height: 0;
  margin: 0;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.av-catalog-list-item {
  background-color: #fff;
  padding: 20px;
  transition-duration: 0.25s;
  display: block;
  min-height: 164px;
  position: relative;
  margin: 0 auto 30px auto;
}
.av-catalog-list-item:hover {
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.2);
}
.av-catalog-list-item .image-wrap {
  margin: -20px -20px 0 -20px;
  height: 130px;
}
.av-catalog-list-item .image-wrap img {
  display: block;
  margin: 0 auto;
  max-height: 88px;
  max-width: calc(100% - 20px);
}
.av-catalog-list-item .name-wrap {
  position: absolute;
  bottom: 20px;
  padding: 0 10px;
  font-family: "Proxima Cond bold";
  text-decoration: none;
  color: #000;
  width: 100%;
  left: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 20px;
  overflow: hidden;
}

.av-login-form {
  max-width: 554px;
}
.av-login-form .btn-link.active .la-eye:before {
  content: "\f1d5";
}
.av-login-form .card-body {
  padding: 32px 40px 40px 40px;
}
.av-login-form .col-form-label {
  font-size: 15px;
  font-family: "Proxima Cond bold";
  color: #7F7F7F;
}
.av-login-form .btn-primary {
  min-width: 184px;
}
.av-login-form .av-checkbox-style {
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  left: 0;
  top: 2px;
}
.av-login-form .form-check {
  padding-left: 36px;
}

.av-page-404 .page-title {
  font-size: 158px;
  font-family: "Proxima Cond bold";
  color: #ADADAD;
  line-height: 114px;
  margin-bottom: 48px;
}
.av-page-404 .description {
  font-size: 14px;
  line-height: 21px;
}
.av-page-404 img {
  width: 100%;
  max-width: 554px;
}

.border-secondary {
  border-color: #c7c7c7 !important;
}

.av-page-gird .left-aside, .av-page-gird .right-section {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .av-page-gird .left-aside {
    flex: 0 0 262px;
    max-width: 262px;
    margin-right: 30px;
  }
  .av-page-gird .right-section {
    flex: 0 0 calc(100% - 292px);
    max-width: calc(100% - 292px);
  }
  .av-page-gird.prod-wrap .left-aside, .av-page-gird.prod-wrap .right-section, .av-page-gird.lg-wide-aside .left-aside, .av-page-gird.lg-wide-aside .right-section {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 991px) {
  .av-page-gird.prod-wrap .left-aside {
    flex: 0 0 262px;
    max-width: 262px;
    margin-right: 30px;
  }
  .av-page-gird.prod-wrap .right-section {
    flex: 0 0 calc(100% - 292px);
    max-width: calc(100% - 292px);
  }
  .av-page-gird.lg-wide-aside .left-aside {
    flex: 0 0 360px;
    max-width: 360px;
    margin-right: 30px;
  }
  .av-page-gird.lg-wide-aside .right-section {
    flex: 0 0 calc(100% - 390px);
    max-width: calc(100% - 390px);
  }
}

.av-info-page-body {
  padding: 32px 40px 36px;
  font-size: 15px;
  line-height: 21px;
}
.av-info-page-body p, .av-info-page-body div, .av-info-page-body span {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.av-info-page-body p {
  margin-bottom: 22px;
}
.av-info-page-body ul {
  margin-bottom: 30px;
}
.av-info-page-body ul.styled-points-list {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.av-info-page-body ul.styled-points-list > li {
  list-style: none;
  padding: 0 0 0 40px;
  position: relative;
}
.av-info-page-body ul.styled-points-list > li:after {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-color: #cc7246;
}

.font-weight-bold {
  font-family: "Proxima Cond bold" !important;
  font-weight: normal !important;
}

.av-aside-info-nav .nav-link {
  padding: 0;
  font-size: 15px;
  color: #222;
  text-decoration: none;
  font-family: "Proxima Cond bold";
}
.av-aside-info-nav .nav-link > span {
  padding: 0;
  font-size: 15px;
  color: #222;
  text-decoration: none;
  font-family: "Proxima Cond bold";
}
.av-aside-info-nav .nav-link > .badge {
  background-color: #cc7246;
  border-radius: 50%;
  padding-top: 1px;
  font-size: 14px;
  width: 15px;
  height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.av-aside-info-nav .nav-link.has-icon-left {
  position: relative;
  padding-left: 44px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.av-aside-info-nav .nav-link.has-icon-left .la, .av-aside-info-nav .nav-link.has-icon-left .lab, .av-aside-info-nav .nav-link.has-icon-left .las {
  left: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  font-weight: 500;
}
.av-aside-info-nav .nav-link.has-icon-left.active, .av-aside-info-nav .nav-link.has-icon-left:hover {
  text-decoration: none;
}
.av-aside-info-nav .nav-link.has-icon-left.active > span, .av-aside-info-nav .nav-link.has-icon-left:hover > span {
  position: relative;
}
.av-aside-info-nav .nav-link.has-icon-left.active > span:before, .av-aside-info-nav .nav-link.has-icon-left:hover > span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #cc7246;
  bottom: -3px;
  left: 0;
}
.av-aside-info-nav .nav-link.has-icon-left.active .la, .av-aside-info-nav .nav-link.has-icon-left.active .lab, .av-aside-info-nav .nav-link.has-icon-left.active .las, .av-aside-info-nav .nav-link.has-icon-left:hover .la, .av-aside-info-nav .nav-link.has-icon-left:hover .lab, .av-aside-info-nav .nav-link.has-icon-left:hover .las {
  color: #cc7246;
}
.av-aside-info-nav .nav-link:hover {
  text-decoration: underline;
}
.av-aside-info-nav .card-body {
  padding: 34px 40px;
}
.av-aside-info-nav .card-body.sub-pdd {
  padding: 30px;
}
.av-aside-info-nav .card-body.parts-menu {
  padding: 22px 20px 20px 20px;
}
.av-aside-info-nav .dropdown-divider {
  border-color: #E2E6EA;
}
.av-aside-info-nav .nav-item {
  margin-top: 15px;
}
.av-aside-info-nav .nav-item:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .w-sm-100 {
    width: 100% !important;
  }
}
.av-add-link {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.av-add-link:hover {
  opacity: 0.8;
}
.av-add-link > .badge {
  width: 24px;
  height: 24px;
  position: relative;
  border: none;
  text-align: center;
  background-color: #cc7246 !important;
  margin-right: 10px;
}
.av-add-link > .badge .la, .av-add-link > .badge .lab, .av-add-link > .badge .las {
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
}
.av-add-link > .badge:hover .la, .av-add-link > .badge:hover .lab, .av-add-link > .badge:hover .las {
  color: #222;
}

.font-s-14 {
  font-size: 14px !important;
}

.font-s-primary {
  font-size: 15px !important;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.av-garage-cars-item {
  background-color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .av-garage-cars-item {
    max-width: 262px;
    margin-right: auto;
    margin-left: auto;
  }
}
.av-garage-cars-item .inner-x-pdd {
  padding-left: 20px;
  padding-right: 20px;
}
.av-garage-cars-item .av-divider-line {
  min-height: 1px;
  margin: 0 20px;
}
.av-garage-cars-item .head-block {
  padding: 15px 20px;
}
.av-garage-cars-item .form-control {
  border-color: #C8C8C8;
}
.av-garage-cars-item .date {
  font-size: 14px;
}
.av-garage-cars-item .vin {
  white-space: nowrap;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.av-garage-cars-item .select-wrap {
  padding: 20px;
}
.av-garage-cars-item .name-wrap {
  padding-right: 58px;
  height: 44px;
  margin-bottom: 4px;
  overflow: hidden;
}
.av-garage-cars-item .name-wrap.max-height-auto {
  height: auto;
  max-height: 44px;
}
.av-garage-cars-item .name-wrap .h4 {
  font-size: 20px;
  line-height: 22px;
}
.av-garage-cars-item .name-wrap .la, .av-garage-cars-item .name-wrap .lab, .av-garage-cars-item .name-wrap .las {
  position: absolute;
  right: 0;
  top: 0;
}
.av-garage-cars-item .name-wrap .la:hover, .av-garage-cars-item .name-wrap .lab:hover, .av-garage-cars-item .name-wrap .las:hover {
  color: #cc7246 !important;
}
.av-garage-cars-item .name-wrap .la.la-pencil, .av-garage-cars-item .name-wrap .lab.la-pencil, .av-garage-cars-item .name-wrap .las.la-pencil {
  right: 28px;
}
.av-garage-cars-item .list-unstyled li {
  font-family: "Proxima Cond Reg";
}

.av-delivery-card .head-block {
  padding-right: 58px;
}
.av-delivery-card .head-block .h4 {
  font-size: 20px;
  line-height: 22px;
}
.av-delivery-card .head-block .la, .av-delivery-card .head-block .lab, .av-delivery-card .head-block .las {
  position: absolute;
  right: 0;
  top: 0;
}
.av-delivery-card .head-block .la:hover, .av-delivery-card .head-block .lab:hover, .av-delivery-card .head-block .las:hover {
  color: #cc7246 !important;
}
.av-delivery-card .head-block .la.la-pencil, .av-delivery-card .head-block .lab.la-pencil, .av-delivery-card .head-block .las.la-pencil {
  right: 28px;
}
.av-delivery-card .table td:last-child {
  font-size: 14px;
}

.help-text {
  font-size: 14px;
}
.help-text a {
  color: #000;
  text-decoration: none;
}
.help-text a:hover {
  text-decoration: underline;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}

.inputfile + label .link-primary {
  text-decoration: none;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.form-group {
  margin-bottom: 1.15rem;
}
.form-group > label {
  font-family: "Proxima Cond Reg";
}

.av-form-support .card-body {
  padding: 40px;
}
@media (max-width: 992px) {
  .av-form-support .card-body {
    padding-top: 28px;
  }
}
.av-form-support hr {
  border: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 1px;
  background-color: #C8C8C8;
}
.av-form-support .form-control {
  border-color: #C8C8C8;
  padding: 0 10px;
  height: 30px;
}
.av-form-support select.form-control:not([size]):not([multiple]) {
  height: 30px;
}
.av-form-support textarea.form-control {
  height: auto;
}
.av-form-support .media-image {
  max-width: 94px;
  flex: 0 0 94px;
}
.av-form-support .media-image.empty-image-overlay {
  max-width: 100px;
  width: 100px;
  flex: 0 0 100px;
  letter-spacing: 0.17em;
  height: 100px;
  background-color: #EDEEEF;
  text-transform: uppercase;
  font-size: 13px;
  color: #C8C8C8;
}

.av-aside-company-slogan .logo-wrap {
  width: 30px;
  height: 30px;
  background-color: #B1B2B2;
  position: relative;
}
.av-aside-company-slogan .logo-wrap .la, .av-aside-company-slogan .logo-wrap .lab, .av-aside-company-slogan .logo-wrap .las {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.av-divider-line {
  position: relative;
  text-align: center;
}
.av-divider-line:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background-color: #E3E7EB;
  height: 1px;
}
.av-divider-line span {
  position: relative;
  background-color: #fff;
  z-index: 3;
  color: #4D4D4D;
  padding: 2px 24px;
  display: inline-block;
  vertical-align: middle;
}

.av-confirmation-panel {
  min-height: 445px;
}
.av-confirmation-panel .card-body {
  padding: 32px 40px 36px;
}
.av-confirmation-panel .help-text {
  font-size: 14px;
  color: #7F7F7F;
}
.av-confirmation-panel .h4 {
  margin-bottom: 24px;
}
.av-confirmation-panel .btn.btn-primary {
  height: 50px;
  line-height: 48px;
  letter-spacing: 0.17em;
}
.av-confirmation-panel .text-info-item {
  color: #363636;
  line-height: 21px;
}
.av-confirmation-panel .text-info-item span {
  line-height: 21px;
  color: inherit;
  margin-top: 2px;
  font-size: 15px;
}
.av-confirmation-panel .alert.alert-light {
  margin-bottom: 20px;
  padding: 12px 32px;
  background-color: #EDEEEF;
}
.av-confirmation-panel .alert.alert-light .la, .av-confirmation-panel .alert.alert-light .lab, .av-confirmation-panel .alert.alert-light .las {
  font-size: 23px;
  color: #222222;
  margin-right: 16px;
}
.av-confirmation-panel .icon-wrap {
  position: relative;
  height: 77px;
}
.av-confirmation-panel .icon-wrap .la, .av-confirmation-panel .icon-wrap .lab, .av-confirmation-panel .icon-wrap .las {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 62px;
  transform: translate(-50%, -50%);
}

.no-decoration-link {
  text-decoration: none;
}
.no-decoration-link:hover {
  text-decoration: underline;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.4) !important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.4) !important;
  opacity: 1;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.4) !important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.4) !important;
  opacity: 1;
}

.av-nav-tabs {
  margin-bottom: 36px;
  border: none;
}
.av-nav-tabs .nav-item.show .nav-link,
.av-nav-tabs .nav-link.active {
  color: #222;
  background-color: transparent;
  border-color: transparent;
}
.av-nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  padding: 0;
  text-decoration: none;
  color: #222;
  position: relative;
}
.av-nav-tabs .nav-link > span {
  position: relative;
  z-index: 3;
}
.av-nav-tabs .nav-link.active:after, .av-nav-tabs .nav-link:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #cc7246;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .av-nav-tabs .nav-item {
    margin-left: 50px;
  }
  .av-nav-tabs .nav-item:first-child {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .av-nav-tabs {
    flex-direction: column;
  }
  .av-nav-tabs .nav-item {
    margin-top: 20px;
  }
  .av-nav-tabs .nav-item:first-child {
    margin-top: 0;
  }
  .av-nav-tabs .nav-link {
    display: inline-block;
  }
}

.btn-width-lg {
  width: 100%;
  max-width: 258px;
  flex: 0 0 258px;
  max-height: 54px;
}

.av-help-text-list {
  margin: 0 0 34px 0;
  padding: 0;
  list-style: none;
}
.av-help-text-list > li {
  position: relative;
  padding: 0 0 0 15px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 18px;
  margin: 10px 0 0 0;
}
.av-help-text-list > li:first-child {
  margin: 0;
}
.av-help-text-list > li strong {
  font-size: 16px;
  color: #222222;
  font-weight: normal;
}
.av-help-text-list > li:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 5px;
}

.av-filter-toggle-button {
  font-size: 25px;
  color: #cc7246;
  cursor: pointer;
}
.av-filter-toggle-button:before {
  content: "\f28f" !important;
}
.av-filter-toggle-button.collapsed:before {
  content: "\f2c3" !important;
}

.av-category-menu-mobile {
  margin: 0 -15px;
}
.av-category-menu-mobile .la, .av-category-menu-mobile .lab, .av-category-menu-mobile .las {
  font-size: 25px;
  font-weight: bold;
  color: #cc7246;
  cursor: pointer;
}
.av-category-menu-mobile .la:before, .av-category-menu-mobile .lab:before, .av-category-menu-mobile .las:before {
  content: "\f28f" !important;
}
.av-category-menu-mobile .la.collapsed:before, .av-category-menu-mobile .lab.collapsed:before, .av-category-menu-mobile .las.collapsed:before {
  content: "\f2c3" !important;
}
.av-category-menu-mobile .main-cat-mob-link {
  padding: 15px 45px 15px 15px;
  position: relative;
}
.av-category-menu-mobile .main-cat-mob-link.active {
  background-color: #F0F1F2;
}
.av-category-menu-mobile .main-cat-mob-link .toggle-sub-menu-button {
  position: absolute;
  top: 16px;
  right: 15px;
}
.av-category-menu-mobile .main-cat-mob-link > img {
  max-width: 34px;
  flex: 0 0 34px;
  margin-right: 10px;
  max-height: 30px;
}
.av-category-menu-mobile .main-cat-mob-link > a {
  font-size: 15px;
  font-family: "Proxima Cond bold";
  color: #222222;
  text-decoration: none;
}
.av-category-menu-mobile ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.av-category-menu-mobile ul.has-left-pd {
  padding-left: 36px;
}
.av-category-menu-mobile .child-menu-list {
  background-color: #F0F1F2;
  padding-left: 60px;
  padding-right: 15px;
}
.av-category-menu-mobile .child-menu-list a {
  font-size: 14px;
  color: #222;
  text-decoration: none;
  font-family: "Proxima Cond Reg";
}
.av-category-menu-mobile .child-menu-list li {
  padding: 9px 0;
}
.av-category-menu-mobile .child-menu-list .la, .av-category-menu-mobile .child-menu-list .lab, .av-category-menu-mobile .child-menu-list .las {
  margin-top: -2px;
  margin-right: 12px;
}

.av-checkbox-switch input[type=checkbox].switch {
  position: absolute;
  margin: 8px 0 0 16px;
}
.av-checkbox-switch input[type=checkbox].switch + label {
  position: relative;
  padding: 5px 0 0 50px;
  line-height: 2em;
}
.av-checkbox-switch input[type=checkbox].switch + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 49px;
  height: 24px;
  border-radius: 16px;
  background: #C8C8C8;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.av-checkbox-switch input[type=checkbox].switch + label:after {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.av-checkbox-switch input[type=checkbox].switch + label:hover:after {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.av-checkbox-switch input[type=checkbox].switch:checked + label:after {
  margin-left: 25px;
}
.av-checkbox-switch input[type=checkbox].switch:checked + label:before {
  background: #cc7246;
}

.av-prod-search-list-mobile {
  max-width: 290px;
  margin: 0 auto 30px auto;
}
.av-prod-search-list-mobile .head-name-row {
  background-color: #fff;
}
.av-prod-search-list-mobile .head-name-row .col {
  border-left: 1px solid #C8C8C8;
  padding: 28px 10px 18px 10px;
  font-size: 15px;
  font-family: "Proxima Cond bold";
  color: #7F7F7F;
  white-space: nowrap;
}
.av-prod-search-list-mobile .head-name-row .col:first-child {
  border-left: none;
  padding-left: 40px;
}
.av-prod-search-list-mobile .badge.badge-danger {
  background-color: #E31E25;
  font-family: "Proxima Cond Light";
  font-size: 14px;
  padding: 0 5px 1px 5px;
  border-radius: 0;
}
.av-prod-search-list-mobile .col.description-col {
  flex: 0 0 120px;
  max-width: 120px;
}
.av-prod-search-list-mobile .col.price-col {
  flex: 0 0 calc(50% - 61px);
  max-width: calc(50% - 61px);
  flex-grow: 1;
}
.av-prod-search-list-mobile .col.submit-col {
  flex: 0 0 calc(50% - 59px);
  max-width: calc(50% - 59px);
  flex-grow: 1;
}
.av-prod-search-list-mobile .prod-info-row {
  background-color: #fff;
}
.av-prod-search-list-mobile .prod-info-row.has-label {
  position: relative;
}
.av-prod-search-list-mobile .prod-info-row.has-label .badge {
  position: absolute;
  top: 0;
}
.av-prod-search-list-mobile .prod-info-row .col {
  border-left: 1px solid #C8C8C8;
  padding: 15px 10px;
  position: relative;
}
.av-prod-search-list-mobile .prod-info-row .col:first-child {
  border-left: none;
  padding-left: 40px;
}
.av-prod-search-list-mobile .prod-info-row.active {
  background-color: #eff0f1;
}
.av-prod-search-list-mobile .prod-info-row.active .col {
  border-left-color: #eff0f1;
}
.av-prod-search-list-mobile .prod-info-row.active .overflow-prod-description:after {
  background-image: linear-gradient(90deg, rgba(239, 240, 241, 0) 10%, #eff0f1 50%);
}
.av-prod-search-list-mobile .av-filter-toggle-button {
  left: 8px;
  top: 16px;
}
.av-prod-search-list-mobile .list-unstyled {
  margin-bottom: 0;
}
.av-prod-search-list-mobile .list-unstyled > li {
  font-size: 14px;
  font-family: "Proxima Cond Reg";
  line-height: 16px;
}
.av-prod-search-list-mobile .inner-menu {
  background-color: #eff0f1;
  border-top: 1px solid #C8C8C8;
  padding: 12px 40px;
}
.av-prod-search-list-mobile .price-amount {
  color: #000;
  font-family: "Proxima Nova Reg";
  font-size: 18px;
  font-weight: bold;
}
.av-prod-search-list-mobile .btn {
  height: 30px;
  line-height: 30px;
  position: absolute;
  width: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.av-prod-search-list-mobile .btn:last-child {
  left: 50%;
}
.av-prod-search-list-mobile .overflow-prod-description {
  font-size: 14px;
  line-height: 17px;
  position: relative;
  font-family: "Proxima Cond Reg";
}
.av-prod-search-list-mobile .overflow-prod-description:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 18px;
  background-image: linear-gradient(90deg, rgba(250, 250, 250, 0) 10%, #fff 50%);
  right: 0;
  top: 0;
}

/*new styles for dtree plugin*/
.av-dtree-parts-menu .dtree a.node, .av-dtree-parts-menu .dtree a.nodeSel {
  font-size: 15px;
  font-family: "Proxima Nova Reg";
  color: #000;
}
.av-dtree-parts-menu img[src*="line.gif"],
.av-dtree-parts-menu img[src*="goin.gif"],
.av-dtree-parts-menu img[src*="join.gif"],
.av-dtree-parts-menu img[src*="empty.gif"],
.av-dtree-parts-menu img[src*="joinbottom.gif"] {
  display: none !important;
}
.av-dtree-parts-menu .clip {
  padding-left: 34px;
}
.av-dtree-parts-menu .dtree > .clip {
  padding-left: 0;
}
.av-dtree-parts-menu .dtree img {
  width: 15px;
}
.av-dtree-parts-menu .dTreeNode {
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 28px;
}
.av-dtree-parts-menu .dTreeNode img[src*="minus-custom.svg"],
.av-dtree-parts-menu .dTreeNode img[src*="plus-custom.svg"] {
  position: absolute;
  left: 0;
  top: 3px;
}
.av-dtree-parts-menu .dtree a.node, .av-dtree-parts-menu .dtree a.nodeSel {
  padding: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.av-dtree-parts-menu .dtree a.node:hover,
.av-dtree-parts-menu .dtree a.nodeSel:hover {
  text-decoration: none;
  color: #cc7246;
}
.av-dtree-parts-menu .parts-menu-head {
  border-bottom: 2px solid #E0E6EA;
  padding-bottom: 18px;
}

/*new styles for dtree plugin*/
.av-custom-tabs {
  margin-bottom: 30px;
  border-bottom: 2px solid #C5C5C5;
}
.av-custom-tabs .nav-item {
  margin-bottom: 0;
}
.av-custom-tabs .nav-item .nav-link,
.av-custom-tabs .nav-link {
  background-color: #ECEEEF;
  font-family: "Proxima Cond bold";
  font-size: 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #222222;
  margin-right: 11px;
}
.av-custom-tabs .nav-item.show .nav-link,
.av-custom-tabs .nav-link.active {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #cc7246;
  border: none;
  color: #222222;
}
@media (max-width: 768px) {
  .av-custom-tabs {
    border-bottom: none;
  }
  .av-custom-tabs .nav-item .nav-link,
  .av-custom-tabs .nav-link {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    text-align: center;
  }
  .av-custom-tabs .nav-item .nav-link:first-child,
  .av-custom-tabs .nav-link:first-child {
    margin-top: 0;
  }
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check .av-checkbox-style {
  margin-top: 0.2rem;
  margin-left: -1.25rem;
  position: absolute;
}

.av-part-product-block {
  background-color: #fff;
  margin-bottom: 28px;
}
.av-part-product-block .img-wrap {
  padding: 20px 20px 0 20px;
}
@media (min-width: 768px) {
  .av-part-product-block .img-wrap {
    max-width: 165px;
    flex: 0 0 165px;
  }
}
.av-part-product-block .info-wrap {
  padding: 18px 20px 20px 20px;
}
.av-part-product-block .prod-name .h4 {
  margin: 0 0 6px 0;
}
.av-part-product-block .prod-name a:hover {
  text-decoration: none;
  color: #cc7246;
}
.av-part-product-block .sub-prod-description {
  font-family: "Proxima Cond Reg";
  font-size: 14px;
  margin: 0 0 10px 0;
}
.av-part-product-block .main-feature {
  max-width: 310px;
}
.av-part-product-block .main-feature p {
  margin-bottom: 6px;
}

.av-parts-category-nav .mob-toggle {
  display: none;
}
.av-parts-category-nav a {
  color: #4D4D4D;
  text-decoration: none;
}
.av-parts-category-nav a:hover {
  color: #cc7246;
}
.av-parts-category-nav a:hover + .la-chevron-circle-right {
  color: #cc7246;
}
.av-parts-category-nav li.has-inner-menu {
  position: relative;
  padding-right: 40px !important;
}
.av-parts-category-nav li.has-inner-menu > .cascading-inner-menu {
  left: 100%;
  top: 0;
}
.av-parts-category-nav li.has-inner-menu:hover > .cascading-inner-menu {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.av-parts-category-nav li.has-inner-menu .la-chevron-circle-right {
  top: 10px;
  right: 10px;
  position: absolute;
}
.av-parts-category-nav .cascading-inner-menu {
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 240px;
  padding: 0;
  margin: 0;
  list-style: none;
  left: 0;
  top: 100%;
  transition-duration: 0.2s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.av-parts-category-nav .cascading-inner-menu > li {
  border-top: 1px solid #B1B2B2;
  padding: 10px 18px;
  text-align: left;
  color: #4D4D4D;
  position: relative;
}
.av-parts-category-nav .cascading-inner-menu > li a {
  display: block;
  font-size: 13px;
}
.av-parts-category-nav .cascading-inner-menu > li:first-child {
  border-top: none;
}
.av-parts-category-nav .reverse-menu .cascading-inner-menu {
  left: auto !important;
  right: 100% !important;
  top: 0;
}
.av-parts-category-nav .reverse-menu > .cascading-inner-menu {
  top: 100% !important;
  right: 0 !important;
}
.av-parts-category-nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  align-items: center;
}
.av-parts-category-nav > ul > li {
  border-right: 3px solid #cc7246;
  border-top: 3px solid #cc7246;
  border-bottom: 3px solid #cc7246;
  background-color: #fcf7f4;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px;
  text-align: center;
  position: relative;
}
.av-parts-category-nav > ul > li:hover > .cascading-inner-menu {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.av-parts-category-nav > ul > li > a {
  color: #4D4D4D;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.av-parts-category-nav > ul > li:first-child {
  border-left: 3px solid #cc7246;
}

.av-lang-switch {
  display: flex;
  align-items: center;
  justify-content: right;
}
.av-lang-switch .btn.selected {
  color: #222222 !important;
  font-weight: 600;
}
.av-lang-switch .divider {
  margin: 0 6px;
}

select:disabled {
  pointer-events: none;
  cursor: default;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background: #fff;
  z-index: 1050;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: block !important;
}
.mobile-menu.show {
  transform: translateX(0);
}
.mobile-menu-inner {
  height: 100%;
  overflow-y: auto;
  color: black;
}

.mobile-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}

/* Accordion */
.acc-level, .acc-panel {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.acc-item {
  border-bottom: 1px solid #e5e5e5;
}
.acc-item.is-open > .acc-panel {
  display: block;
}
.acc-item.is-open > .acc-trigger::after {
  transform: translateY(-50%) rotate(90deg);
}
.acc-trigger {
  position: relative;
  width: 100%;
  padding: 10px 40px 10px 14px;
  background: none;
  border: none;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
}
.acc-trigger::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.acc-panel {
  display: none;
  padding-left: 16px;
}
.acc-panel a {
  display: block;
  padding: 8px 14px;
  text-decoration: none;
  color: #333;
}

@media (max-width: 992px) {
  .av-parts-category-nav .mob-toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .av-parts-category-nav .mob-toggle.active {
    color: #cc7246;
    transform: rotate(90deg);
  }
  .av-parts-category-nav > ul > li {
    text-align: left;
  }
  .av-parts-category-nav .cascading-inner-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
    left: auto !important;
    top: auto !important;
    opacity: 1;
    visibility: visible;
    z-index: 3;
    display: none;
  }
  .av-parts-category-nav .cascading-inner-menu > li {
    border-top: 1px solid #B1B2B2;
    padding: 10px 18px;
    text-align: left;
    color: #4D4D4D;
    position: relative;
  }
  .av-parts-category-nav .cascading-inner-menu > li a {
    display: block;
    font-size: 13px;
  }
  .av-parts-category-nav .cascading-inner-menu > li:first-child {
    border-top: none;
  }
  .av-parts-category-nav > ul {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .av-parts-category-nav > ul > li {
    border-right: none;
    border-top: none;
    border-left: none;
    width: 100%;
    display: block;
  }
  .av-parts-category-nav > ul > li:first-child {
    border-top: none;
    border-left: none;
  }
  .av-block-header .block-menu-category .inner-menu-wrap .container {
    max-width: 100%;
  }
  .av-block-header .inner-categories-tree .has-sub-menu-element {
    padding-left: 36px;
  }
  .av-block-header .inner-categories-tree .toggle-sub-menu-button {
    font-size: 26px;
    top: -5px;
  }
  .av-block-header .sub-category-links-section {
    max-width: calc(100% - 225px);
    flex: 0 0 calc(100% - 225px);
  }
  .av-block-header .menu-cat-banner {
    display: none;
  }
  .av-block-header .main-category-links {
    max-width: 225px;
    flex: 0 0 225px;
  }
  .av-block-header .block-header-nav .dropdown-menu {
    margin: -3px 0 0 0 !important;
    left: -15px !important;
  }
  .av-block-header .block-header-nav.show .dropdown-toggle:after {
    margin-top: 0;
  }
  .av-block-header .block-add-car {
    max-width: 134px;
    flex: 0 0 134px;
  }
  .av-block-header .block-phone-numbers {
    display: none;
  }
  .av-block-header .btn.btn-link {
    padding-right: 0;
    padding-left: 0;
  }
  .av-block-header .block-header-search {
    width: 100%;
    max-width: 272px;
    flex: 0 0 272px;
  }
  .av-index-brands {
    flex-direction: column;
  }
  .av-index-brands .block-brand-list {
    padding-right: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .av-index-brands .block-banner {
    max-width: 100%;
    flex: 0 0 100%;
    height: 240px;
    min-height: 240px;
  }
  .av-index-brands .block-brand-list > ul {
    margin-bottom: 30px;
  }
  .av-index-category-thumbs .category-thumbs-item.large-item .cat-name {
    font-size: 20px;
    padding: 0 10px;
    text-align: center;
    padding-bottom: 30px;
  }
  .av-index-category-thumbs .category-thumbs-item.large-item .cat-name a {
    font-size: inherit;
  }
  .av-index-category-thumbs .category-thumbs-item .cat-name {
    line-height: 21px;
  }
  .av-index-category-thumbs .category-thumbs-item .cat-name a {
    font-size: 18px;
  }
  .av-advantages-list .card-body {
    min-height: 260px;
    padding: 10px;
  }
  .av-advantages-list .media {
    max-width: 240px;
    margin: 0 auto;
    padding: 26px 0;
  }
  h2 {
    font-size: 26px;
  }
  .av-index-category-thumbs {
    margin-bottom: 25px;
  }
  .av-viewed-products-list,
  .av-advantages-list {
    margin-bottom: 55px;
  }
  .av-news-list {
    margin-bottom: 38px;
  }
  .av-news-list-item .news-img {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .av-news-list-item .card-body {
    padding: 0 20px;
    padding-bottom: 22px;
    border-bottom: 5px solid #cc7246;
    border-top: none;
  }
  .av-news-list-item .news-date {
    font-size: 14px;
  }
  .av-news-list-item .news-name a {
    font-size: 18px;
  }
  .av-news-list-item .card-text {
    max-width: 240px;
    font-size: 14px;
    line-height: 16px;
    overflow: visible;
    max-height: 100%;
  }
  .av-block-footer {
    padding: 40px 0 40px 0;
  }
  .av-block-footer .footer-feedback-aside {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
  }
  .av-block-footer .col-sm-12.d-flex {
    flex-wrap: wrap;
  }
  .av-block-footer .social-links {
    max-width: 200px;
    margin-top: 28px;
  }
  .av-block-footer .footer-info-section {
    max-width: calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    padding: 0 10px;
  }
  .av-block-footer .subscribe-form {
    margin: 0;
    max-width: 450px;
    flex: 0 0 450px;
  }
}
@media (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
  .av-viewed-products-list {
    position: relative;
    padding: 0 34px;
  }
  .av-viewed-products-list .slick-slider {
    position: static;
    margin: 0;
  }
  .av-viewed-products-list .slick-slide {
    padding: 0;
  }
  .av-viewed-products-list .av-viewed-products-thumb {
    max-width: 234px;
    margin: 0 auto;
  }
  .av-viewed-products-list .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #cc7246;
    border-radius: 50%;
    background-color: transparent;
    outline: none;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    z-index: 40;
    padding: 0;
    text-align: center;
  }
  .av-viewed-products-list .slick-arrow:before {
    font: normal normal normal 16px/1 "LineAwesome";
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #cc7246;
  }
  .av-viewed-products-list .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
  .av-viewed-products-list .slick-arrow.slick-next:before {
    content: "\f121";
    font-weight: bold;
    font-size: 18px;
  }
  .av-viewed-products-list .slick-arrow.slick-prev:before {
    content: "\f120";
    font-weight: bold;
    font-size: 18px;
  }
  .av-news-list {
    position: relative;
    padding: 0 34px;
  }
  .av-news-list .slick-slider {
    position: static;
    margin: 0;
  }
  .av-news-list .slick-slide {
    padding: 0;
  }
  .av-news-list .av-news-list-item {
    max-width: 234px;
    margin: 0 auto;
  }
  .av-news-list .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #cc7246;
    border-radius: 50%;
    background-color: transparent;
    outline: none;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    z-index: 40;
    padding: 0;
    text-align: center;
  }
  .av-news-list .slick-arrow:before {
    font: normal normal normal 16px/1 "LineAwesome";
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #cc7246;
  }
  .av-news-list .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
  .av-news-list .slick-arrow.slick-next:before {
    content: "\f121";
    font-weight: bold;
    font-size: 18px;
  }
  .av-news-list .slick-arrow.slick-prev:before {
    content: "\f120";
    font-weight: bold;
    font-size: 18px;
  }
  .av-block-header {
    border-top: 5px solid #cc7246;
    padding: 14px 0 14px 0;
    margin-bottom: 30px;
  }
  .av-block-header .col-sm-12.d-flex {
    flex-wrap: wrap;
  }
  .av-block-header .col-sm-12.d-flex > div {
    order: 2;
  }
  .av-block-header .col-sm-12.d-flex > div.block-header-nav {
    order: 1;
  }
  .av-block-header .col-sm-12.d-flex > div.block-add-car {
    order: 5;
  }
  .av-block-header .col-sm-12.d-flex > div.block-header-search {
    order: 6;
  }
  .av-block-header .block-add-car {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .av-block-header .block-add-car .dropdown-menu {
    width: 100%;
    margin: 0;
    top: 0 !important;
    box-shadow: 0 15px 32px rgba(0, 0, 0, 0.2);
  }
  .av-block-header .block-header-search {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .av-block-footer {
    padding: 48px 0 50px 0;
  }
  .av-block-footer .col-sm-12.d-flex {
    flex-wrap: wrap;
  }
  .av-block-footer .col-sm-12.d-flex > div {
    order: 2;
  }
  .av-block-footer .col-sm-12.d-flex > div.footer-feedback-aside {
    order: 1;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    flex-wrap: wrap;
    margin-bottom: 22px;
  }
  .av-block-footer .col-sm-12.d-flex > div.footer-logo-aside {
    order: 5;
  }
  .av-block-footer .footer-feedback-aside {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .av-block-footer .social-links {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0;
  }
  .av-block-footer .footer-info-section {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .av-block-footer .footer-info-section .row > div:first-child {
    order: 5;
  }
  .av-block-footer .subscribe-form {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 22px 0;
  }
  .av-block-footer .footer-logo-aside {
    max-width: 150px;
    flex: 0 0 150px;
    margin: 0 auto;
  }
  .av-block-footer .footer-logo-aside .foot-logo {
    margin-right: auto;
    margin-left: auto;
  }
  .av-block-footer .footer-logo-aside .foot-logo img {
    margin: 0 auto;
  }
  .av-block-footer .footer-logo-aside .policy-text {
    text-align: center;
  }
  .av-index-brands .block-brand-list > ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding-right: 20px;
  }
  .av-index-brands .block-brand-list ol > li {
    display: block;
  }
  .av-index-brands .block-banner {
    min-height: 400px;
  }
  .av-index-category-thumbs .col {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    height: 220px;
  }
  .av-index-category-thumbs .category-thumbs-item.large-item {
    height: auto;
    align-items: flex-start !important;
  }
  .av-index-category-thumbs .category-thumbs-item.large-item .cat-name {
    padding-bottom: 18px;
  }
  .av-index-category-thumbs .category-thumbs-item.large-item img {
    max-width: 190px;
  }
  .av-advantages-list .media {
    flex-direction: column;
  }
  .av-advantages-list .media img {
    margin: 0 auto;
  }
  .av-advantages-list .media .media-img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .av-advantages-list .media-body {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .av-viewed-products-thumb {
    margin-bottom: 30px;
  }
  .av-block-header .block-menu-category .inner-menu-wrap {
    position: fixed;
    left: 0;
    top: 0 !important;
    background-color: #fff;
    z-index: 1000;
    width: 100%;
    height: 100%;
    padding: 15px;
    overflow-y: auto;
  }
}
@media (max-width: 586px) {
  .av-content-holder > .container,
  .av-block-footer,
  .av-block-header {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*# sourceMappingURL=main.css.map */
