html .page-layout-2columns-left .sidebar,
html .page-layout-2columns-right .sidebar {
  width: 300px;
  padding: 0 !important;
}
html .page-layout-2columns-left .column.main,
html .page-layout-2columns-right .column.main {
  width: calc(100% - 330px);
  padding-left: 0;
  padding-right: 0;
}
html .page-layout-2columns-left.catalog-product-view .column.main,
html .page-layout-2columns-right.catalog-product-view .column.main {
  width: calc(100%);
}
.page-layout-2columns-right .sidebar {
  float: right !important;
}
html .page-layout-3columns .sidebar {
  padding: 0;
  width: 270px;
}
html .page-layout-3columns .column.main {
  padding: 0 30px;
  width: calc(100% - 540px);
}
.columns .column.main {
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  html .page-layout-2columns-left .sidebar,
  html .page-layout-2columns-right .sidebar {
    width: 200px;
    padding: 0 !important;
  }
  html .page-layout-2columns-left .column.main,
  html .page-layout-2columns-right .column.main {
    width: calc(100% - 230px);
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .page-layout-2columns-left .sidebar,
  .page-layout-2columns-right .sidebar {
    float: none !important;
  }
}
@media (max-width: 767px) {
  html .page-layout-2columns-left .sidebar,
  html .page-layout-2columns-right .sidebar,
  html .page-layout-2columns-left .column.main,
  html .page-layout-2columns-right .column.main {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media (max-width: 480px) {
  .page-layout-2columns-left .sidebar,
  .page-layout-2columns-right .sidebar {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  body .page-main {
    max-width: 1296px;
  }
}
/**
 * Loading page
 */
.body-loading {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999999999;
  top: -50px;
  bottom: -50px;
  background: #fff;
}
.lds-ripple {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #ddd;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/**
 * Page loading image
 */
.page-image-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
/**
 * End loading page
 */
/**
 * Remove padding container, page-main
 */
body .container,
body .page-main {
  padding-left: 0;
  padding-right: 0;
  max-width: unset;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
}
body .container .page-title-wrapper,
body .page-main .page-title-wrapper {
  margin-top: var(--rs-spacing-24);
}
body .container .btn-download,
body .page-main .btn-download {
  background-color: #ffcd11;
  color: #464646;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
}
/**
 * Logo
 */
.logo {
  margin: 0;
  padding: 0;
}
/**
 * Lazy loading image
 */
.lazyload {
  display: block;
  background: url(../images/loader-1.gif) no-repeat center center / 30px auto;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  max-height: 100px;
}
picture.lazyload {
  background: none;
  margin: unset;
  min-width: unset;
  max-height: unset;
  min-height: unset;
}
/**
 * Loading block
 */
/**
 * Back to top
 */
.back2top {
  width: 60px;
  height: 60px;
  background-color: #666;
  color: #fff;
  text-align: center;
  line-height: 60px;
  position: fixed;
  right: 24px;
  bottom: 77px;
  font-size: 40px;
  z-index: 500;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.back2top.active {
  opacity: 1;
  visibility: visible;
}
.back2top:hover {
  background-color: #333;
}
.back2top .b-text {
  display: none;
}
/**
 * Newsletter Popup
 */
.w-newsletter {
  width: 500px;
  padding: 20px 15px 20px;
}
.w-newsletter .popup-news-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 200%;
  color: #000;
}
.w-newsletter .news-description {
  margin: 10px 0 20px;
}
.w-newsletter .form-newsletter-popup {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.w-newsletter .form-newsletter-popup .input-box {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.w-newsletter .form-newsletter-popup .action-newsletter {
  display: table-cell;
  vertical-align: top;
}
.w-newsletter .subscribe-bottom .checker {
  display: inline;
}
body {
  font-style: normal;
  line-height: 1.66666667;
}
body .page-wrapper {
  background-color: white;
}
body .detail-top-container .prod-rating-h span {
  display: inline-block;
  vertical-align: middle;
}
body .detail-top-container .prod-rating-h span::before {
  background: url("../images/svg/product/review-star.svg") no-repeat;
  background-size: 80px 16px;
  content: "";
  height: 16px;
  width: 80px;
  margin-right: var(--rs-spacing-4);
  display: inline-block;
  vertical-align: middle;
}
body .detail-top-container .prod-rating-h a {
  text-decoration: underline;
  cursor: pointer;
}
.end-way {
  margin-top: var(--rs-spacing-40);
  margin-bottom: var(--rs-spacing-40);
}
.end-way .txt {
  margin-right: var(--rs-spacing-24);
}
.end-way .txt h2,
.end-way .txt h3 {
  color: #1d1d1f;
}
.end-way .txt h2 {
  margin-bottom: var(--rs-spacing-12) !important;
  font-size: var(--rs-font-heading-size-h900);
  line-height: var(--rs-font-heading-line-height-h900);
  font-weight: var(--rs-font-weight-bold);
}
.end-way .btn {
  align-content: end;
  margin-top: var(--rs-spacing-12);
}
.end-way .btn .button {
  padding: var(--rs-spacing-12) var(--rs-spacing-16);
  background-color: var(--rs-color-background-brand-bold-default);
  border-radius: var(--rs-radius-1);
}
.end-way .btn .button:hover {
  background-color: var(--rs-color-background-brand-bold-hovered);
}
.end-way .btn .button:active {
  background-color: var(--rs-color-background-brand-bold-pressed);
}
.block-search .block-title {
  display: none;
}
.input-float-label {
  position: relative;
  /**
	  * Show the placeholder when the input is focused.
	  */
}
.input-float-label input {
  display: block;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.input-float-label input:focus {
  outline: none;
}
.input-float-label label {
  mix-blend-mode: multiply;
  color: #999;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.input-float-label ::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.input-float-label input:focus::-webkit-input-placeholder {
  opacity: 1;
}
.input-float-label input:focus ~ label,
.input-float-label input:not(:placeholder-shown) ~ label {
  top: 8px;
  font-size: 12px;
}
.input-float-label input:focus ~ label {
  color: #2c5da3;
}
.input-float-label input:focus,
.input-float-label input:not(:placeholder-shown) {
  padding-top: 24px !important;
  padding-bottom: 0 !important;
}
body[class*="categorypath-search-by-category"] .banner-event {
  display: none;
}
body.categorypath-search-by-category-agriculture-and-equipment .banner-event.agriculture-and-equipment {
  display: block !important;
}
body.categorypath-search-by-category-cars .banner-event.cars {
  display: block !important;
}
body.categorypath-search-by-category-construction-and-equipment .banner-event.construction-and-equipment {
  display: block !important;
}
body.categorypath-search-by-category-engine .banner-event.engine {
  display: block !important;
}
body.categorypath-search-by-category-home-and-garden .banner-event.home-and-garden {
  display: block !important;
}
body.categorypath-search-by-category-material-handling .banner-event.material-handling {
  display: block !important;
}
body.categorypath-search-by-category-other-vehicles .banner-event.other-vehicles {
  display: block !important;
}
body.categorypath-search-by-category-trucks .banner-event.trucks {
  display: block !important;
}
