@charset "UTF-8";
* {
  outline: none !important;
}

body {
  font-family: "DINPro";
  font-weight: normal;
  font-style: normal;
  color: #2b2a29;
  line-height: inherit;
}

.col-full {
  max-width: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .col-full {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .col-full {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .col-full {
    width: 1140px;
  }
}
a:hover, a:focus, a:active {
  color: #f4700e;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.site-header {
  padding-top: 0;
  background: #fff;
  border: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #e2e2e2;
  max-height: 340px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 768px) {
  .site-header {
    position: relative;
    max-height: none;
  }
}
.header-top-bar {
  background: #F2F2F2;
  padding: 10px 0;
  font-size: 16px;
}
.header-top-bar .lang-switcher {
  position: relative;
  z-index: 10;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  float: left !important;
}
.header-top-bar .lang-switcher > * {
  margin: 0 2px;
}
.header-top-bar .lang-switcher a {
  color: #2b2a29;
  text-decoration: none;
}
.header-top-bar .lang-switcher .active {
  color: #f4700e;
  text-decoration: underline;
}
.header-top-bar .top-phones .phone-item {
  float: right;
  display: inline-block;
  margin-left: 30px;
}
.header-top-bar .top-phones .phone-item a {
  position: relative;
  color: #2b2a29;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .header-top-bar {
    font-size: 14px;
  }
  .header-top-bar .top-phones .phone-item {
    margin-left: 0;
  }
}
.header-main-bar {
  width: 100%;
  padding: 10px 0;
}
.header-main-bar .main-navigation {
  width: 100% !important;
  margin-right: 0;
}
.header-main-bar .main-navigation .primary-navigation .nav-menu {
  padding-left: 53px;
}
.header-main-bar .main-navigation .primary-navigation .nav-menu li {
  padding: 5px 10px;
  margin: 1px 0;
}
.header-main-bar .main-navigation .primary-navigation .nav-menu li.have-children {
  padding: 5px 20px 5px 10px;
}
.header-main-bar .main-navigation .primary-navigation .nav-menu li:first-child {
  margin-left: 0;
}
.header-main-bar .main-navigation .primary-navigation .nav-menu li:nth-child(4) {
  margin-right: 270px;
}
.header-main-bar .main-navigation .primary-navigation .nav-menu li.active {
  background: #f2f2f2;
  /*& > a {
     border-color: transparent !important;
     background: none !important;
     box-shadow: none !important;
     color: #2b2a29 !important;
   }*/
}
.header-main-bar .main-navigation .primary-navigation .nav-menu li > a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding: 5px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  /*background: none !important;
  box-shadow: none !important;*/
  color: #2b2a29;
}
.header-main-bar .main-navigation .primary-navigation .nav-menu li > a:hover {
  border-color: #f4700e;
}
.header-main-bar .main-navigation .primary-navigation .nav-menu li > a:after {
  display: none;
}
.header-main-bar .main-navigation .primary-navigation .nav-menu li.menu-item-has-children a:before {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 8px 0 5px;
  color: #f4700e;
  content: "";
  font-size: 16px;
  position: absolute;
  right: -18px;
  top: 7px;
}
.header-main-bar .main-navigation .primary-navigation .nav-menu .sub-menu {
  position: absolute;
  background: #fafafa;
  padding: 20px 0 40px 25px;
  overflow: hidden;
  top: 54px;
  margin-left: -20px;
  min-width: 300px;
  list-style: none;
  z-index: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  /* .navbar-nav {
     padding-left: 53px;
   }
   @media (min-width: 768px)
   .navbar-nav {
     float: left;
     margin: 0;
   }*/
}
.header-main-bar .main-navigation .primary-navigation .nav-menu .sub-menu:before {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  right: 0;
  left: 22px;
  bottom: 22px;
  border-left: 4px solid #e2e2e2;
  border-bottom: 4px solid #e2e2e2;
}
.header-main-bar .main-navigation .primary-navigation .nav-menu .sub-menu li {
  float: left;
  position: relative;
  z-index: 3;
  padding: 0;
  margin: 0 0 0 -25px;
  width: 300px;
  background: #FAFAFA;
}
.header-main-bar .main-navigation .primary-navigation .nav-menu .sub-menu li:hover a {
  background: #f4700e;
  color: #fff;
  border-color: #f4700e;
}
.header-main-bar .main-navigation .primary-navigation .nav-menu .sub-menu li:hover a:before {
  color: #fff;
}
.header-main-bar .main-navigation .primary-navigation .nav-menu .sub-menu li a {
  position: relative;
  display: block;
  width: auto;
  padding: 5px 40px 7px 40px;
  color: #2b2a29;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.header-main-bar .main-navigation .primary-navigation .nav-menu .sub-menu li a:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 8px 0 5px;
  color: #f4700e;
  content: "";
  font-size: 12px;
  position: absolute;
  left: 18px;
  margin-top: 5px;
  display: block;
}
.header-main-bar .site-branding {
  position: absolute;
  height: auto;
  width: auto;
  max-width: 150px;
  margin-left: 470px;
  margin-top: 8px;
  z-index: 10;
}
.header-main-bar .site-branding img {
  border-radius: 0;
}
.header-main-bar .site-search {
  display: none;
}

@media (min-width: 768px) {
  .site-header .site-branding img {
    height: auto;
    max-width: 150px;
    max-height: none;
  }
}
.top-block {
  padding-top: 110px;
}
.top-block .entry-header {
  position: relative;
  background: url(/wp-content/themes/storefront-novarent/sources/dist/img/breadcrumb-bg.jpg) no-repeat center;
  background-size: cover;
}
.top-block .entry-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(41, 41, 41, 0.45);
  letter-spacing: -1px;
}
.top-block .entry-header .entry-title {
  position: relative;
  margin: 0;
  padding: 20px 0 30px 0;
  color: #fff;
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
}
.top-block .storefront-breadcrumb {
  padding: 15px 0;
  line-height: 20px;
  margin-bottom: 0;
  background: none;
  color: #969696;
}
.top-block .storefront-breadcrumb a {
  text-decoration: none;
  color: #969696;
  border-bottom: 1px solid #969696;
}
.top-block .storefront-breadcrumb a:before {
  display: none;
}
.top-block .storefront-breadcrumb .breadcrumb-separator::after {
  opacity: 1;
  color: #f4700e;
}
.top-block .storefront-breadcrumb span {
  color: #f4700e;
}

@media screen and (max-width: 768px) {
  .top-block {
    padding-top: 0;
  }
}
.post-template-default .content-area {
  width: 100% !important;
  margin-right: 0 !important;
}

.site-content .content-area {
  width: 100% !important;
  margin-right: 0 !important;
  /* ul li:before {
     content: "";
     left: -19px;
     margin-top: 6px;
     display: block;
     position: absolute;
     width: 8px;
     height: 8px;
     background: #f4700e;
   }*/
}
.site-content .content-area h3 {
  margin-top: 10px;
}
.site-content .content-area p {
  margin: 10px 0;
}
.site-content .content-area ul {
  margin: 0;
}
.site-content .content-area ul li {
  position: relative;
  list-style: none;
}

/*
 Post Page Type
 */
/*
  Contacts Block
*/
.region-contacts {
  background: url(/wp-content/themes/storefront-novarent/sources/dist/img/gray-ff-50.png) center #fbfbfb;
  padding: 20px 0 25px 0;
  border-top: 3px solid #ddd;
}
.region-contacts .region-contacts-title {
  font-size: 20px;
  margin-bottom: 2px;
}
.region-contacts p {
  margin: 0;
}
.region-contacts .region-contacts-items {
  padding: 7px 0;
  font-size: 30px;
  line-height: 50px;
  text-align: right;
}

/*
  Footer
 */
.site-footer {
  position: relative;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(/wp-content/themes/storefront-novarent/sources/dist/img/bg-footer.jpg) center bottom no-repeat;
  background-size: cover;
}
.site-footer:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(43, 43, 43, 0.9);
  content: "";
}

.footer-info h3 {
  margin-top: 0;
  color: #f4700e;
}
.footer-info p {
  color: white;
}
.footer-info p span.bold {
  font-weight: bold;
}
.footer-info a {
  color: #f4700e !important;
  text-decoration: none !important;
}

.copy-block {
  padding: 15px 0;
  background: #4c4c4c;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

.storefront-handheld-footer-bar {
  display: none !important;
}

/*
  Homepage
 */
.home .entry-header {
  background: none;
}
.home .entry-title {
  font-size: 0 !important;
  visibility: hidden;
  padding: 0 !important;
  line-height: 0 !important;
}
.advantages {
  background: url(/wp-content/themes/storefront-novarent/sources/dist/img/gray-ff.png) top center #f2f2f2;
  padding: 60px 0;
}
.advantages h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}
.advantages .list-icon-block i {
  font-size: 44px;
  display: block;
  position: absolute;
}
.advantages .advantage-icon img {
  width: 10%;
  display: block;
  position: absolute;
  top: 170px;
}

.geography {
  margin-top: 30px;
}
.geography .geography-top-layer {
  position: relative;
  z-index: 3;
}
.geography .geography-top-layer h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  margin-top: 77px;
  margin-bottom: 20px;
}
.geography .geography-top-layer h2 b {
  display: block;
  font-size: 48px;
  font-weight: 300;
}

.geography-map {
  float: right;
}
.geography-map:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/themes/storefront-novarent/sources/dist/img/line-map.png) no-repeat;
  width: 280px;
  height: 69px;
  top: 84px;
  left: 115px;
}
.geography-map img {
  z-index: 1;
  position: relative;
}
.geography-map .region-markers {
  position: relative;
  z-index: 2;
}
.geography-map .region-markers > div {
  position: absolute;
}
.geography-map .region-markers .region-marker {
  display: block;
  background: #f4700e;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.geography-map .region-markers .region-marker .tltip {
  position: absolute;
  top: -4px;
  left: 20px;
  min-width: 150px;
}
.geography-map .region-markers .region-marker .tltip .tltip-arrow {
  border-right-color: #4c4c4c;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  top: 50%;
  left: -4px;
  margin-top: -4px;
  border-width: 5px 5px 5px 0;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.geography-map .region-markers .region-marker .tltip .tltip-inner {
  background-color: #4c4c4c;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  padding: 0 8px 2px 8px;
  display: inline-block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
.geography-map .region-markers #mark-1 {
  top: 92px;
  left: 245px;
}
.geography-map .region-markers #mark-1 .tltip {
  left: 27px;
  top: -3px;
}
.geography-map .region-markers #mark-1 a {
  width: 21px;
  height: 21px;
}
.geography-map .region-markers #mark-1 a .tltip-inner {
  font-size: 16px;
  padding: 2px 8px 5px 8px;
}
.geography-map .region-markers #mark-2 {
  top: 257px;
  left: 244px;
}

.btn-default.no-bg {
  background: none;
  color: #f4700e;
}

.btn-default {
  background: #f4700e;
  border: 1px solid #f4700e;
  border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  padding: 10px 18px 12px 18px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: none;
  min-width: 135px;
}

.btn-default.no-bg:hover, .btn-default.no-bg.active {
  box-shadow: none;
  background: #f4700e;
  color: #fff;
  border-color: #f4700e;
}

.modal-footer input[type=submit].btn-default {
  background: #f4700e;
  border: 1px solid #f4700e;
  border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  padding: 10px 18px 12px 18px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: none;
  min-width: 135px;
  width: auto;
}
.modal-footer input[type=submit].btn-default:hover {
  outline: 0 !important;
  box-shadow: none;
  background: none;
  color: #f4700e;
  border-color: #f4700e;
}

.site-content {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  overflow: hidden;
}

/* Contacts */
.page-template-template-contacts .content-area,
.page-template-template-contact .content-area {
  width: 100%;
}
.page-template-template-contacts .map-show-block,
.page-template-template-contact .map-show-block {
  padding: 11px 15px;
  border: 3px solid #e8e8e8;
  background: url(/wp-content/themes/storefront-novarent/sources/dist/img/gray-ff-50.png) #fbfbfb;
  margin: 15px 0 20px 0;
}
.page-template-template-contacts .map-show-block h2,
.page-template-template-contact .map-show-block h2 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 5px;
  color: #f4700e;
}
.page-template-template-contacts .map-show-block .map-show-btns,
.page-template-template-contact .map-show-block .map-show-btns {
  text-align: right;
}
.page-template-template-contacts .map-show-block .map-show-btns .btn.btn-default,
.page-template-template-contact .map-show-block .map-show-btns .btn.btn-default {
  padding: 8px 18px 10px 18px;
  font-size: 14px;
  margin: -1px 0;
}
.page-template-template-contacts .map-show-block .map-show-btns .btn.btn-default .map-show:before,
.page-template-template-contacts .map-show-block .map-show-btns .btn.btn-default .map-hide:before,
.page-template-template-contact .map-show-block .map-show-btns .btn.btn-default .map-show:before,
.page-template-template-contact .map-show-block .map-show-btns .btn.btn-default .map-hide:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 5px;
  line-height: 14px;
  margin-top: 1px;
  font-size: 24px;
  float: right;
}
.page-template-template-contacts .map-show-block .map-show-btns .btn.btn-default .map-show:before,
.page-template-template-contact .map-show-block .map-show-btns .btn.btn-default .map-show:before {
  content: "";
}
.page-template-template-contacts .map-show-block .map-show-btns .btn.btn-default.map-button .map-hide,
.page-template-template-contact .map-show-block .map-show-btns .btn.btn-default.map-button .map-hide {
  display: none;
}
.page-template-template-contacts .map-show-block .map-show-btns .btn.btn-default.map-button .map-show,
.page-template-template-contact .map-show-block .map-show-btns .btn.btn-default.map-button .map-show {
  display: block;
}
.page-template-template-contacts .map-show-block .map-show-btns .btn.btn-default.map-button.open .map-hide,
.page-template-template-contact .map-show-block .map-show-btns .btn.btn-default.map-button.open .map-hide {
  display: block;
}
.page-template-template-contacts .map-show-block .map-show-btns .btn.btn-default.map-button.open .map-show,
.page-template-template-contact .map-show-block .map-show-btns .btn.btn-default.map-button.open .map-show {
  display: none;
}
.page-template-template-contacts .map-svg-container, .page-template-template-contacts .map-region,
.page-template-template-contact .map-svg-container,
.page-template-template-contact .map-region {
  position: relative;
}
.page-template-template-contacts .map-region,
.page-template-template-contact .map-region {
  display: none;
}
.page-template-template-contacts .map-region.visible,
.page-template-template-contact .map-region.visible {
  display: block;
}
.page-template-template-contacts .geography-map,
.page-template-template-contact .geography-map {
  float: none;
  display: table;
  position: relative;
  margin: 0 auto;
}
.page-template-template-contacts .site-content .first-head,
.page-template-template-contact .site-content .first-head {
  margin: 15px 0 25px 0;
}
.page-template-template-contacts .gray-contact-block,
.page-template-template-contact .gray-contact-block {
  padding: 10px 20px;
  background: #f2f2f2;
  margin-bottom: 30px;
}
.page-template-template-contacts .gray-contact-block .btn-default,
.page-template-template-contact .gray-contact-block .btn-default {
  min-width: 120px;
  padding: 6px 18px 7px 18px;
}
.page-template-template-contacts .gray-contact-block .btn-default i,
.page-template-template-contact .gray-contact-block .btn-default i {
  margin-left: -10px;
}
.page-template-template-contacts .gray-contact-block .btn-default i.novarent-icons-24,
.page-template-template-contact .gray-contact-block .btn-default i.novarent-icons-24 {
  font-size: 20px;
  vertical-align: -4px;
}
.page-template-template-contacts .opening-hours-block,
.page-template-template-contact .opening-hours-block {
  text-align: right;
  font-size: 16px;
  padding: 4px 0;
}
.page-template-template-contacts .listing-offices .office-item,
.page-template-template-contacts .listing-managers .manager-item,
.page-template-template-contact .listing-offices .office-item,
.page-template-template-contact .listing-managers .manager-item {
  padding: 20px;
  border: 3px solid #eee;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  min-height: 210px;
  background: url(/wp-content/themes/storefront-novarent/sources/dist/img/ff-contacts.png) bottom right no-repeat;
}
.page-template-template-contacts .listing-offices,
.page-template-template-contact .listing-offices {
  display: none;
}
.page-template-template-contacts .listing-offices.visible,
.page-template-template-contact .listing-offices.visible {
  display: block;
}
.page-template-template-contacts .listing-offices .office-item,
.page-template-template-contact .listing-offices .office-item {
  min-height: 235px;
}
.page-template-template-contacts .listing-offices .office-item a,
.page-template-template-contact .listing-offices .office-item a {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}
.page-template-template-contacts .listing-offices .office-phones,
.page-template-template-contact .listing-offices .office-phones {
  font-weight: 500;
  margin-bottom: 5px;
}
.page-template-template-contacts .listing-offices .office-phones a.phone-item,
.page-template-template-contact .listing-offices .office-phones a.phone-item {
  color: #2b2a29;
  font-size: 16px;
}
.page-template-template-contacts .listing-offices .office-address,
.page-template-template-contact .listing-offices .office-address {
  margin-bottom: 10px;
}
.page-template-template-contacts .map-block,
.page-template-template-contact .map-block {
  display: none;
}
.page-template-template-contacts .map-block.visible,
.page-template-template-contact .map-block.visible {
  display: block;
}
.page-template-template-contacts .listing-managers h3,
.page-template-template-contact .listing-managers h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.page-template-template-contacts .info-office,
.page-template-template-contact .info-office {
  color: #2b2a29;
  border: 3px solid #f4700e;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-template-template-contacts .info-office .contact-office,
.page-template-template-contact .info-office .contact-office {
  padding: 25px 30px;
}
.page-template-template-contacts .info-office .contact-office h2,
.page-template-template-contact .info-office .contact-office h2 {
  margin-top: 0;
  font-size: 26px;
  margin-bottom: 15px;
}
.page-template-template-contacts .info-office .contact-office h4,
.page-template-template-contact .info-office .contact-office h4 {
  color: #2b2a29;
}
.page-template-template-contacts .info-office .contact-office hr,
.page-template-template-contact .info-office .contact-office hr {
  border-top: 1px solid #ccc;
}
.page-template-template-contacts .info-office .contact-office b,
.page-template-template-contact .info-office .contact-office b {
  display: inline-block;
  margin-bottom: 5px;
  color: #f4700e;
}
.page-template-template-contacts .info-office .contact-office p,
.page-template-template-contact .info-office .contact-office p {
  margin-bottom: 15px;
}
.page-template-template-contacts .info-office .contact-office p .fax,
.page-template-template-contact .info-office .contact-office p .fax {
  font-size: 16px;
  color: #777;
}
.page-template-template-contacts .info-office .contact-office a.phone-item,
.page-template-template-contact .info-office .contact-office a.phone-item {
  color: #2b2a29;
}
.page-template-template-contacts .info-office .io,
.page-template-template-contact .info-office .io {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin: 3px 0;
}
.page-template-template-contacts #map,
.page-template-template-contact #map {
  margin-left: 0;
}

.page-template-template-news .main-news-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.page-template-template-news .news-item:nth-child(3n+1) {
  grid-area: 1/1/3/3;
}
.page-template-template-news .news-item:nth-child(3n+1) .main-news-item {
  background: url(/wp-content/themes/storefront-novarent/sources/dist/img/orange-ff.png) top center #f4700e;
  min-height: 520px;
}
.page-template-template-news .news-item:nth-child(3n+1):before {
  display: none;
}
.page-template-template-news .news-item:nth-child(3n+2) {
  grid-area: 1/3/2/5;
}
.page-template-template-news .news-item:nth-child(3n+3) {
  grid-area: 2/3/3/5;
}
.page-template-template-news .read-more {
  font-size: 30px;
}

.single-news .content-area {
  width: 100%;
}
.single-news .content-area .post-navigation {
  display: none;
}
.single-news #secondary {
  display: none;
}

/**
Rent terms Page 
 */
/**
Rent Product
 */
.product-template-default .content-area {
  width: 100%;
  margin-right: 0;
}

.site-main ol > li:before {
  /* position: absolute;
   content: counter(customlistcounter);
   counter-increment: customlistcounter;
   left: 0;
   background: #f4700e;
   padding: 2px;
   width: 24px;
   font-size: 14px;
   font-weight: 500;
   color: #fff;
   text-align: center;*/
}

.tabs-product {
  margin: 0 !important;
}
.tabs-product.nav-pills > li > a {
  border-radius: 25px !important;
}
.tabs-product.nav-pills > li.active > a {
  background: #f4700e;
}

.tax-product_cat #page {
  padding-bottom: 3rem;
}

.categories-v2 {
  display: block;
}

@media screen and (max-width: 1000px) {
  .categories-v2 {
    display: none;
  }
}
.categories-v2 .categories {
  font-size: 14px;
  line-height: 1.4;
}

.sidebar-category .sidebar-subcategory {
  font-size: 14px;
  line-height: normal;
}

.sidebar-subcategory {
  display: none;
}

.sidebar-category a.active + .sidebar-subcategory {
  display: block;
}

.sidebar-category a.active + .sidebar-subcategory > ul:empty {
  display: none;
}

.categories-v2 a:before {
  display: block;
  position: absolute;
  left: 8px;
  line-height: 56px;
  font-size: 38px;
  content: attr(data-icon);
  font-family: "novarent-icons";
  font-style: normal !important;
  font-weight: normal !important;
  font-feature-settings: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.categories-v2 a:before .sub-categories:before {
  font-family: "FontAwesome";
}

.categories-v2 a.scaffolding:before,
.categories-v2 a.vyshki-tury:before {
  content: "";
}

.categories-v2 a.generators:before,
.categories-v2 a.generators:before,
.categories-v2 a.generatory:before {
  content: "";
}

.categories-v2 a.compressor-equipment:before,
.categories-v2 a.kompressorne-obladnannya:before,
.categories-v2 a.kompressornoe-oborudovanie:before {
  content: "";
}

.categories-v2 a.mast-lifts-and-cranes:before,
.categories-v2 a.gruz-podyemniki-krany:before,
.categories-v2 a.vantazh-pidyomnyky-krany:before,
.categories-v2 a.mast-cargo-passenger-lifts:before,
.categories-v2 a.machtovye-gruzopasazhirskie-podyomniki:before,
.categories-v2 a.shhoglovi-vantazhopasazhirski-pidjomniki:before {
  content: "";
}

.categories-v2 a.mobile-fence:before,
.categories-v2 a.mobilnoe-ograzhdenie:before,
.categories-v2 a.mobilna-ogorozha:before {
  content: "";
}

.categories-v2 a.modular-spaces:before,
.categories-v2 a.modulnye-pomesheniya:before,
.categories-v2 a.modulni-prymischennya:before,
.categories-v2 a.modular-spaces-sale:before,
.categories-v2 a.modulnye-pomesheniya-prodazha:before,
.categories-v2 a.modulni-prymischennya-prodazh:before {
  content: "";
}

.categories-v2 a.heaters-air-dryers:before,
.categories-v2 a.obogrevateli-osushiteli-vozduha:before,
.categories-v2 a.obigrivachi-osushuvachi-povitrya:before {
  content: "";
}

.categories-v2 a.equipment-concrete:before,
.categories-v2 a.oborudovanie-beton:before,
.categories-v2 a.obladnannya-beton:before,
.categories-v2 a.equipment-concrete-sale:before,
.categories-v2 a.oborudovanie-beton-prodazha:before,
.categories-v2 a.obladnannya-beton-prodazh:before {
  content: "";
}

.categories-v2 a.equipment-for-ramming:before,
.categories-v2 a.oborudovanie-dlya-uplotneniya:before,
.categories-v2 a.obladnannya-dlya-ushchilnennya:before,
.categories-v2 a.equipment-for-ramming-sale:before,
.categories-v2 a.oborudovanie-dlya-uplotneniya-prodazha:before,
.categories-v2 a.obladnannya-dlya-ushchilnennya-prodazh:before {
  content: "";
}

.categories-v2 a.floodlight:before,
.categories-v2 a.osvetitelnye-machty:before,
.categories-v2 a.osvitluvalni-shchogly:before {
  content: "";
}

.categories-v2 a.forklifts:before,
.categories-v2 a.pogruzchiki:before,
.categories-v2 a.navantazhuvachi:before,
.categories-v2 a.forklifts-sale:before,
.categories-v2 a.pogruzchiki-prodazha:before,
.categories-v2 a.navantazhuvachi-prodazh:before {
  content: "";
}

/*
temp hide forklifts
 */
.categories-v2 a.forklifts-sale,
.categories-v2 a.pogruzchiki-prodazha,
.categories-v2 a.navantazhuvachi-prodazh,
.categories-v2 a.additional-accessories,
.categories-v2 a.dop-prisposobleniya-komplekt,
.categories-v2 a.prystosuvannya-komplekt {
  display: none !important;
}

.categories-v2 a.lifts:before,
.categories-v2 a.podyemniki:before,
.categories-v2 a.pidyomnyky:before,
.categories-v2 a.lifts-sale:before,
.categories-v2 a.podyemniki-prodazha:before,
.categories-v2 a.pidyomnyky-prodazh:before {
  content: "";
}

.categories-v2 a.pump-for-pumping-water:before,
.categories-v2 a.pompy-dlya-otkachivaniya-vody:before,
.categories-v2 a.pompy-dlya-vidkachuvannya-vody:before {
  content: "";
}

.categories-v2 a.work-platforms:before,
.categories-v2 a.rabochie-platformy:before,
.categories-v2 a.robochi-platformy:before {
  content: "";
}

.categories-v2 a.hand-tools:before,
.categories-v2 a.ruchnoy-instrument:before,
.categories-v2 a.ruchnyi-instrument:before {
  content: "";
}

.categories-v2 a.scaffolding-rent:before,
.categories-v2 a.stroitelnye-lesa:before,
.categories-v2 a.ryshtuvannya:before {
  content: "";
}

.categories-v2 a.grinding-machines:before,
.categories-v2 a.shlifovalnye-mashyny:before,
.categories-v2 a.shlifuvalni-mashyny:before {
  content: "";
}

.categories-v2 a.excavators:before,
.categories-v2 a.ekskavatory:before,
.categories-v2 a.ekskavatory:before {
  content: "";
}

.categories-v2 a.cranes-sale:before,
.categories-v2 a.krany-prodazha:before,
.categories-v2 a.krany-prodazh:before {
  content: "";
}

.product-item h3 {
  margin-top: -5px;
  margin-bottom: 5px;
  color: #f4700e;
  font-size: 24px;
  font-weight: 500;
}

body.subcategory .products.columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-left: 0;
}
body.subcategory .products.columns-2::before, body.subcategory .products.columns-2::after {
  display: none;
}

@media (max-width: 767px) {
  .woocommerce-page ul.products li.product:nth-child(n) {
    width: 100% !important;
  }
}
ul.products.columns-2 {
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
ul.products.columns-2 li {
  margin-top: 0;
  margin-bottom: 0;
}
ul.products.columns-2 li.product-category {
  margin-top: 10px;
  margin-bottom: 10px;
}
ul.products.columns-2 li .et_shop_image {
  display: none;
}
ul.products.columns-2 li h3 {
  font-size: 24px;
  text-align: left;
}
ul.products.columns-2 li h3 a {
  font-weight: 500;
}

@media (max-width: 767px) {
  ul.products.columns-2 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
li.product-category {
  margin: 15px 15px;
}
li.product-category a {
  overflow: hidden;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  color: #232323;
  display: block;
  position: relative;
  padding: 30px 0;
  height: 180px;
  box-shadow: inset 5px 5px 110px rgba(0, 0, 0, 0.1);
  border: none;
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
}
li.product-category a img {
  position: absolute;
  display: block;
  top: 5%;
  right: 10px;
  /* height: 90%; */
  max-height: 90%;
  height: auto;
  width: auto;
  max-width: 145px;
  vertical-align: middle;
}
li.product-category a h2 {
  display: block;
  border-left: 4px solid #f4700e;
  padding-left: 25px;
  max-width: 220px;
  height: 46px;
  font-size: 18px !important;
  text-align: left;
}
li.product-category a h2 .count {
  display: none;
}

@media (max-width: 480px) {
  li.product-category a {
    font-size: 14px;
  }
  li.product-category a h2 {
    max-width: 50%;
    font-size: 16px !important;
  }
  li.product-category a img {
    max-width: 95px;
  }
}
@media (max-width: 767px) {
  li.product-category a {
    font-size: 16px;
  }
  li.product-category a img {
    max-width: 110px;
  }
}
@media (max-width: 767px) {
  li.product .product-item {
    display: grid;
  }
}
.order-block .btn-default:hover > a {
  color: #f4700e;
}
.order-block .btn-default a {
  color: white;
}
.order-block .btn-default a:hover, .order-block .btn-default a:focus, .order-block .btn-default a:active {
  color: #f4700e;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7-form {
  margin-bottom: 0;
}

.modal-header .product-name input {
  width: 100%;
  background: none;
  box-shadow: none;
  padding: 0;
}

.modal-content input.form-control, .modal-content select.form-control, .modal-content textarea.form-control {
  height: 40px;
  margin-bottom: 20px;
  border-radius: 20px;
  border-color: #e1e1e1;
  padding: 6px 15px;
}

.et-pb-slider-arrows {
  color: #f4700e !important;
}

.et-db #et-boc .et-l .et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
  background-color: #f4700e;
}

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