/* Jet Cache: catalog/view/javascript/jquery/magnific/magnific-popup.css */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Jet Cache: catalog/view/javascript/jquery/datetimepicker/bootstrap-datetimepicker.min.css */
/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget{top:0;left:0;width:250px;padding:4px;margin-top:1px;z-index:99999!important;border-radius:4px}.bootstrap-datetimepicker-widget.timepicker-sbs{width:600px}.bootstrap-datetimepicker-widget.bottom:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:7px}.bootstrap-datetimepicker-widget.bottom:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:8px}.bootstrap-datetimepicker-widget.top:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.top:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;position:absolute;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget .dow{width:14.2857%}.bootstrap-datetimepicker-widget.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget>ul{list-style-type:none;margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:700;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width:4px;padding:0;margin:0}.bootstrap-datetimepicker-widget .datepicker>div{display:none}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget td.cw{font-size:10px;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget td.old,.bootstrap-datetimepicker-widget td.new{color:#777}.bootstrap-datetimepicker-widget td.today{position:relative}.bootstrap-datetimepicker-widget td.today:before{content:'';display:inline-block;border-left:7px solid transparent;border-bottom:7px solid #428bca;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget td.disabled,.bootstrap-datetimepicker-widget td.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget td span:hover{background:#eee}.bootstrap-datetimepicker-widget td span.active{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget td span.old{color:#777}.bootstrap-datetimepicker-widget td span.disabled,.bootstrap-datetimepicker-widget td span.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget th.picker-switch{width:145px}.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev{font-size:21px}.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget thead tr:first-child th:hover{background:#eee}.input-group.date .input-group-addon span{display:block;cursor:pointer;width:16px;height:16px}.bootstrap-datetimepicker-widget.left-oriented:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.left-oriented:after{left:auto;right:7px}.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td{padding:0!important}@media screen and (max-width:767px){.bootstrap-datetimepicker-widget.timepicker-sbs{width:283px}}
/* Jet Cache: catalog/view/javascript/mylabelpro/style.css */
.image {
	position: relative;
}
.rb-tl {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99999;
}
.rb-tr {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99999;
}
.rb-bl {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 99999;
}
.rb-br {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 99999;
}
/* Jet Cache: catalog/view/javascript/oneclick/magnific-popup.new.css */
/* Magnific Popup CSS */
.mfpnew-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfpnew-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfpnew-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfpnew-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfpnew-align-top .mfpnew-container:before {
  display: none; }

.mfpnew-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfpnew-inline-holder .mfpnew-content,
.mfpnew-ajax-holder .mfpnew-content {
  width: 100%;
  cursor: auto; }

.mfpnew-ajax-cur {
  cursor: progress; }

.mfpnew-zoom-out-cur, .mfpnew-zoom-out-cur .mfpnew-image-holder .mfpnew-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfpnew-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfpnew-auto-cursor .mfpnew-content {
  cursor: auto; }

.mfpnew-close,
.mfpnew-arrow,
.mfpnew-preloader,
.mfpnew-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfpnew-loading.mfpnew-figure {
  display: none; }

.mfpnew-hide {
  display: none !important; }

.mfpnew-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfpnew-preloader a {
    color: #CCC; }
    .mfpnew-preloader a:hover {
      color: #FFF; }

.mfpnew-s-ready .mfpnew-preloader {
  display: none; }

.mfpnew-s-error .mfpnew-content {
  display: none; }

button.mfpnew-close,
button.mfpnew-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfpnew-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfpnew-close:hover,
  .mfpnew-close:focus {
    opacity: 1; }
  .mfpnew-close:active {
    top: 1px; }

.mfpnew-close-btn-in .mfpnew-close {
    color: #333; 
    border: 1px solid;
    border-radius: 40px;
    width: 26px;
    height: 25px;
    line-height: 24px;
    top: 5px;
    right: 5px;}

.mfpnew-image-holder .mfpnew-close,
.mfpnew-iframe-holder .mfpnew-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfpnew-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfpnew-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfpnew-arrow:active {
    margin-top: -54px; }
  .mfpnew-arrow:hover,
  .mfpnew-arrow:focus {
    opacity: 1; }
  .mfpnew-arrow:before,
  .mfpnew-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfpnew-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfpnew-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfpnew-arrow-left {
  left: 0; }
  .mfpnew-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfpnew-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfpnew-arrow-right {
  right: 0; }
  .mfpnew-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfpnew-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfpnew-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfpnew-iframe-holder .mfpnew-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfpnew-iframe-holder .mfpnew-close {
    top: -40px; }

.mfpnew-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfpnew-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfpnew-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfpnew-figure {
  line-height: 0; }
  .mfpnew-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfpnew-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfpnew-figure figure {
    margin: 0; }

.mfpnew-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfpnew-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfpnew-image-holder .mfpnew-content {
  max-width: 100%; }

.mfpnew-gallery .mfpnew-image-holder .mfpnew-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfpnew-img-mobile .mfpnew-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfpnew-img-mobile img.mfpnew-img {
    padding: 0; }
  .mfpnew-img-mobile .mfpnew-figure:after {
    top: 0;
    bottom: 0; }
  .mfpnew-img-mobile .mfpnew-figure small {
    display: inline;
    margin-left: 5px; }
  .mfpnew-img-mobile .mfpnew-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfpnew-img-mobile .mfpnew-bottom-bar:empty {
      padding: 0; }
  .mfpnew-img-mobile .mfpnew-counter {
    right: 5px;
    top: 3px; }
  .mfpnew-img-mobile .mfpnew-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfpnew-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfpnew-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfpnew-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfpnew-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Jet Cache: catalog/view/theme/default/stylesheet/oneclick.css */
.oc {
    width: 400px;
    margin: 0 auto;
    position: relative;
}
.oc-head {
    padding: 15px;
    background: #eee;
    color: #000;
    font-size: 20px;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border: 0px solid #000000;
}
.oc-body {
    padding: 15px;
    background: #fff;
}
.oc-footer {
    padding: 15px;
    background: #eee;
    color: #000;
    border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    border: 0px solid #000000;
}
.oc-main-image, .oc-thumbs {
    display: inline-block;
    vertical-align: top;
}
.oc-main-image {
    margin-right: 5px;
}
.oc-thumbs {
    margin: 0 0 5px 5px;
    float: right;
}
.oc-images img {
    margin: 5px 0 5px;
    padding: 4px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.oc-images img:hover, .oc-images img.active {
    border-color: #000;
    cursor:pointer;
}
.oc-images .oc-main-image img:hover {
    border-color: #ddd;
    cursor: auto;
}
.oc-popup-name {
    width: 54%;
}
.oc-pname {
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 22px;
}
.oc-price {
    width: 30%;
    text-align: right;
}
.oc-price, .oc-special {
    font-size: 18px;
    line-height: 26px;
    text-align: right;
}
.oc-special span {
    font-size:14px; 
}
.oc-price-wrap {
    margin: 10px 0 5px 0;
    display: table;
    width: 100%;
}
.oc .oc-price-wrap > div {
    display: table-cell;
}
.oc-price-wrap label {
    display: block;
    line-height: 16px;
    font-weight: normal;
    font-size: 12px;
}
.oc .left, .oc .right {
    line-height: 26px;
}
.oc-discounts {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 14px;
}
.oc-qty {
    min-width: 40px;
    text-align: center;
    width: 16%;
    vertical-align: top;
}
.oc-total {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    padding: 3px 10px;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.oc-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 26px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.oc-form-group {
    padding: 10px 0;
}
.oc .clearfix:before, .oc .clearfix:after {
    display: table;
    content: " ";
}
.oc .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    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;
    text-shadow: none;
}
.oc .btn:hover {
    text-decoration: none;
}
.oc .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.oc .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-weight: bold;
}
.oc .btn-success:hover {
    background-color: #449d44;
    border-color: #398439;
}
.oc .btn-success:active {
    background-color: #449d44;
    border-color: #398439;
}
.oc .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.oc .btn-block {
    display: block;
    width: 100%;
}
.oc-show-descr {
    font-size: 12px;
    display: inline-block;
    border-bottom: 1px dashed #000;
    color: #000;
    cursor: pointer;
    line-height: 12px;
    vertical-align: top;
    text-decoration: none !important;
}
.oc-show-descr:hover {
   color: #000;
   border: none;
   text-decoration: none !important;
}
.oc-comment .oc-control {
    height: 54px;
}
.oc .control-label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}
.oc-special {
    text-decoration: line-through;
}
.oc-discounts {
    font-size: 12px;
}
.oc-options-title {
    font-size: 16px;
    margin-top: 10px;
}
.oc-text-right {
    text-align: right;
}
table.oc-option {
    width: 100%;
}
table.oc-option td {
    line-height: 25px;
    height: 25px;
    vertical-align: middle;
}
table.oc-option td input {
    vertical-align: middle;
    margin: 0;
}
.oc-option {
    margin-bottom: 10px;
}
table.oc-option td label {
    margin: 0;
}
.oc-option .input-td {
    width: 20px;
}
.oc-option-title {
    font-weight: bold;
    margin-bottom: 0;
}
.oc-description {
    display: none;
}
.oc-description img {
    max-width: 100% !important;
}
.oc-options {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.oc .btn-danger {
    font-weight: bold;
}

.oc-required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.oc .has-error .oc-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.oc .has-error .oc-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
.oc-error {
    color: #a94442;
}
.oc-stock {
    display: inline;
    padding: .2em .6em .3em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #d9534f;
}
.oc-footer p {
    line-height: 13px;
    text-align: center;
}
.oc-footer p input {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.oc-footer p a {
    text-decoration: underline;
}
.oc-footer p a:hover {
    text-decoration: none;
}
.btn-oc-wrap {
    position: relative;
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.btn-oc-wrap button.btn-oc {
    display: block !important;
    text-align: center!important;
    width: 100% !important;
    border: none;
    background-color: #eee;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
    color: #888;
}
.btn-oc-wrap button.btn-oc:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
.oc-product-btn {
    margin-top: 5px;
    margin-bottom: 5px;
}
@media (max-width: 400px) {
    .oc {
        width: 320px;
    }
    .oc-thumbs {
        float: none;
        margin-left: 0;
    }
    .oc-thumbs br {
        display: none;
    }
    .oc-thumbs img {
        margin-right: 5px;
    }
}
@media (max-width: 320px) {
    .oc {
        width: 300px;
    }
}

.oc button#decrease_quantity, .oc button#increase_quantity {
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    color: #444;
    display: block;
    height: 18px;
    font-family: 'Open Sans', Arial, Tahoma;
    padding: 0px 0px;
    width: 40px;
    margin: 0 auto;
    -webkit-transition: border-color .20s;
    -moz-transition: border-color .20s;
    -o-transition: border-color .20s;
    transition: border-color .20s;
    cursor: pointer;
    background: #F3F3F3;
    border: 1px solid #D9D9D9;
}

.oc button#increase_quantity {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

.oc button#decrease_quantity {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

.oc button#decrease_quantity:hover, .oc button#increase_quantity:hover {
    background: #F4F4F4;
    border-color: #C0C0C0;
}

.oc input#spiner_quantity {
    border: 1px solid #D9D9D9;
    background: #fff;
    width: 40px;
    display: inline-block;
    height: 19px;
    margin: 3px auto;
    text-align: center;
    clear: both;
    font-family: 'Open Sans', Arial, Tahoma;
    font-size: 12px;
    color: #444;
}
/* Jet Cache: catalog/view/theme/default/stylesheet/tabvideo.css?v=32 */
.product-tab-video {
    	max-height: none !important;
}
.product-tab-video .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.product-tab-video .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-tab-video .video-thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.product-tab-video .video-thumbnails > li {
	margin-left: 20px;
}
.product-tab-video .video-thumbnails {
	margin-left: -20px;
}
.product-tab-video .video-thumbnails > img {
	width: 100%;
}
.product-tab-video .video-additional a {
	position: relative;
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
	line-height: 0;
}
.product-tab-video .video-additional a:focus { 
	outline: none;
}
.product-tab-video .video-additional {
	max-width: 340px;
}
.product-tab-video .video-thumbnails .video-additional {
	float: left;
	margin-left: 20px;
}
.product-tab-video a.thumbnail.active, .product-tab-video a.thumbnail:focus, .product-tab-video a.thumbnail:hover { 
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-top-color: #DDDDDD;
}
.product-tab-video .video-additional .video-title { 
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0px;
	left: 0px;
	margin: 5px;
	opacity: 0;
	padding: 0px 10px;
	position: absolute;
	right: 0px;
	z-index: 10;
}
.product-tab-video .video-additional:hover .video-title { 
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	opacity: 1;
}
.product-tab-video .video-additional h4 {
	color: #ffffff;
	font-size: 13px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 6px;
	min-height: inherit;
	line-height: 18px;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: 400 !important;
}
.product-tab-video .play, .icon-play-large {
	background: url('/image/thumb_video.png') center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.8;
	z-index: 20;
}
.product-tab-video .play {
	background-size: 30%;
}
.product-tab-video .play:hover {
	opacity: 1;
}
.icon-play {
	background: url('/image/mini_video_icon.png') center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.9;
	z-index: 20;
}
.v_thumb_block {
	display: inline-block; 
	position: relative;
}
.v_thumb_block .icon-play:before {
    	content: "";
}
.thumbnail > span.v_thumb_block img { 
	width: 100%;
}
.video-size-medium {
	max-width: 640px;
	max-height: 360px;
}
.video-size-large {
	max-width: 853px;
	max-height: 480px;
}
.video-after-content {
	margin-top: 15px;
}
.video-description {
    	margin: 25px 0 20px 0;
			margin-top: 0;
}
.video-sticker {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 2px;
	background: url("/image/mini_video_icon.png") no-repeat;
	background-size: 40px;
	opacity: 0.7;
}

@media (min-width: 600px) and (max-width: 1024px) {
	.product-tab-video .video-thumbnails .video-additional {
		max-width: 45%;
	}
}
@media (max-width: 1000px) {
	.product-tab-video .video-additional:hover .video-title { 
		opacity: 0;
	}
}

.thumbnails .v-item-coloring {
	vertical-align: top;
}
a.thumbnails.mfp-iframe {
	text-align: center;
	display: block;
	padding-top: 50%;
}

/* fix popup*/
.mfp-iframe-scaler iframe {
    	box-shadow: none !important;
}
.mfp-iframe-holder .mfp-arrow-right, .mfp-iframe-holder .mfp-arrow-left {
    	opacity: 1 !important;
}

/* fix theme for video sticker */
.product-thumb {
    	position: relative;
}

/* Jet Cache: /catalog/view/theme/default/libs/fancybox/jquery.fancybox.min.css */
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* Jet Cache: /catalog/view/theme/default/libs/slick/slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    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.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;
}
/* Jet Cache: /catalog/view/theme/default/fonts/monserrat/stylesheet.css */
@font-face {
    font-family: 'Montserrat';
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Black.eot');
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Black.woff2') format('woff2'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-MediumItalic.eot');
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-MediumItalic.woff2') format('woff2'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ExtraBold.eot');
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ExtraBold.woff2') format('woff2'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Bold.eot');
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Bold.woff2') format('woff2'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Regular.eot');
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Regular.woff2') format('woff2'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Medium.eot');
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Medium.woff2') format('woff2'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ExtraLightItalic.eot');
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Italic.eot');
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Italic.woff2') format('woff2'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-BoldItalic.eot');
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-BoldItalic.woff2') format('woff2'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Light.eot');
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Light.woff2') format('woff2'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-SemiBold.eot');
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-SemiBold.woff2') format('woff2'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ExtraLight.eot');
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ExtraLight.woff2') format('woff2'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ExtraBoldItalic.eot');
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-BlackItalic.eot');
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-BlackItalic.woff2') format('woff2'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-LightItalic.eot');
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-LightItalic.woff2') format('woff2'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ThinItalic.eot');
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ThinItalic.woff2') format('woff2'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-SemiBoldItalic.eot');
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Thin.eot');
    src: url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Thin.woff2') format('woff2'),
        url('https://trucker-boss.com/catalog/view/theme/default/fonts/monserrat/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


/* Jet Cache: /catalog/view/theme/default/css/style.css */
* {
    box-sizing: border-box;
    outline: none;
    outline: none;
}


body, html {
    margin: 0;
    box-sizing: border-box;
    color: #101b00;
    font-family: 'Montserrat';
}

html {
    height: 100%;
}

html {
    overflow: unset !important;
    margin: 0 !important;
}

body.compensate-for-scrollbar {
    overflow: visible !important;
}

.compensate-for-scrollbar {
    margin-right: 0px !important;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-tap-highlight-color: transparent !important;
}

body {
    background: #f5f5f5;
}

input, textarea, button, select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: unset;
    border: 0;
    box-shadow: unset;
    outline: none;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';
    border-radius: 0;
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

.full-width {
    width: 100%;
}

.text-center {
    text-align: center;
}

.container {
    width: 1300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.phone-block, .time-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider-block .main-slider-wrapper {
    position: relative;
}

.main-slider-block .slick-dots {
    position: absolute;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 100%;
    width: 100%;
    padding-top: 27px;
}

.main-slider-block .slick-dots li.slick-active button {
    background: #079948;
}

.main-slider-block .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    background: #DBDBDB;
    border-radius: 50%;
    cursor: pointer;
}

.main-slider-block .slick-dots li {
    list-style: none;
    margin: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-slider-block .prev {
    position: absolute;
    left: 0;
}

.main-slider-block .prev svg {
    position: absolute;
    left: calc(50% - 15px);
}

.main-slider-block .next {
    position: absolute;
    right: 0;
}

.main-slider-block .next svg {
    position: absolute;
    top: calc(50% - 15px);
    right: calc(50% - 15px);
}

.main-slider-block .prev, .main-slider-block .next {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 111px;
    height: 100%;
    background: rgba(61, 61, 61, 0.2);
    cursor: pointer;
}

.main-slider-block .prev svg, .main-slider-block .next svg {
    position: absolute;
    top: calc(50% - 15px);
}

.main-slider-block .slick-track {
    display: flex;
}

.main-slider-block .slick-track .slide {
    height: inherit !important;
}

.main-slider-block .slick-track .slide a {
    height: 100%;
    display: block;
    width: 100%;
}

.main-slider-block .slick-track .slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.main-slider-block {
    padding-bottom: 35px;
}

.header-top {
    background: #E1E1E1;
}

.header-top ul {
    margin: 0;
    justify-content: space-between;
    padding: 0;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 9px 0px;
    padding-right: 15px;
}

.header-top li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.header-top a {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #424242;
    text-decoration: none;
    text-transform: uppercase;
}

.socials {
    display: flex;
    align-items: center;
}

.socials a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
}

.header-middle-inner {
    display: flex;
    align-items: center;
    padding-right: 0px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.header-middle-inner .socials {
    margin-left: 0px;
    margin-right: 32px;
}

.header-middle-inner .socials a {
    margin: auto 8px;
}

.header-middle-inner .socials a:first-child {
    margin-left: 0;
}
.phone-block-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;

    color: #424242;
}
.header-middle-inner .phone-block a, .header-middle-inner .time-block {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-decoration: none;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    margin-right: 15px;
}
.desktop #search .s-icon.search-cansel{
    display: none!important;
}
.desktop #search .s-icon {
    display: block!important;
}
 .search-block.active .desktop #search .s-icon svg {
    width: 24px;
    height: auto;
    min-width: 18px;
    margin-top: 0;
    margin-bottom: 0;
    width: 24px;
    height: auto;
    min-width: 24px;
}
.desktop #search .input-group-btn {
    display: flex;
    align-items: center;
    position: absolute;
    right: 7px;
    top: 7px;
}
.card-drop:after {
    background: white;
    border: 1px solid #e6e6e6;
    box-shadow: 0 23px 27px rgb(0 0 0 / 6%);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -7px;
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-width: 1px 1px 0 0;
    right: 2%;
}
.btn-p{
    text-align: right;
    margin-top: 25px;
}
.btn-green{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    height: 40px;
    background: #079948;
    padding: 0px 26px 0;
}
.btn-green-white{
        padding: 0 35px 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #079948;
}
.total_m_cart{
        margin-top: 25px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #000000;
}
.total_m_cart span{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-size: 20px;
line-height: 24px;
text-align: right;

color: #000000;
}
.card-drop {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 22px);
    max-height: calc(100vh - 70px);
    width: 525px;
    background: white;
    border: 1px solid #e6e6e6;
    -webkit-transform: translate3d(97px,15px,0)!important;
    left: auto!important;
    right: 90px!important;
    border-radius: 0;
    top: 105%!important;
    padding: 0;
    z-index: 2000;
}

.table-products .product_img{
    padding-bottom: 35px;
    max-width: 36px;
}
.card-drop .all_data{
    padding: 15px;
}
.dropdown-menu.show {
    display: block;
}
.products_name.ease{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    text-decoration: none;
}
.card-drop .quantityb {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    float: left;
}
.card-drop .quantity-button {
    cursor: pointer;
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #B1B1B1;
    font-weight: 800;
    background: #E5E5E5;
    border: unset;
}
.card-drop .quantityb input {
    line-height: 1;
    display: block;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 30px;
    -webkit-box-flex: 0;
    color: #000;
    border: 1px solid #e0e0e0;
    text-align: center;
    background: #F5F5F5;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */

    text-align: center;
    color: #000000;
}
header.sticky .card-drop svg path {
    fill: black!important;

}
.mcart_products .table{
    width: 100%;
}
.first_c_m{
    max-width: 160px;
}
.td_c_m{
    display: flex;
    justify-content: space-evenly;
}
header.sticky .card-drop svg  {

    width: auto!important;
    height: auto!important;
}
.products_price.all_price {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    display: block;
    margin: auto;
    margin-left: 25px;
        width: 70px;
}
 .mcart_products{
    border-bottom: 1px solid #E5E5E5;
}
.second_c_m{
    display: flex;
    justify-content: space-evenly;
    max-height: 30px;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.25);

}


#form-language{
    margin: 0 10px 0;
}
.live-search ul li:nth-child(even) {
    background-color: unset!important;
}
.live-search ul li {
    border-bottom: 1px solid #E5E5E5!important;
}
.desktop #search input {
    padding-left: 5px;
    height: 27px;
    padding-right: 0px;
    border-bottom: 1px solid #000000;
    width: auto;
    transition: width 0.5s;
    font-family: 'Montserrat';
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    height: 40px;
    width: 410px!important;
    cursor: unset;
}
.header-middle-inner .phone-block {
    margin-right: 51px;
}

#cart {
    margin-right: 0;
    margin-left: 0;
}

#cart button {
    position: relative;
}

#cart button #cart-total {
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 16px;
    color: #FFFFFF;
    font-family: 'Montserrat';
    background: #079948;
    height: 16px;
    width: 16px;
    display: block;
    margin: 0;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    right: -6px;
}

.search-block {
    margin-right: 30px;
    margin-left: auto;
}

.ddAcc {
    margin-right: 30px;
}

header {
    position: relative;
    z-index: 8;
}

.header-bottom.active .mobile-menu-button svg {
    transform: rotate(180deg);
}

.header-bottom {
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
}

.header-bottom .menu-block {
    position: relative;
}

.header-bottom .menu-block:after {
    content: " ";
    width: 50%;
    height: 100%;
    background: #282828;
    right: 0;
    top: 0;
    position: absolute;
}

.header-bottom .menu-block-inner {
    background: #282828;
    position: relative;
}

.header-bottom .menu-block-inner .search-block, .header-bottom .menu-block-inner #cart {
    display: none;
}

.header-bottom .menu-block-inner:before {
    content: " ";
    width: 60px;
    height: calc(100%);
    -moz-transform: skew(-25deg, 0deg);
    -webkit-transform: skew(-25deg, 0deg);
    -o-transform: skew(-25deg, 0deg);
    -ms-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg);
    background: #282828;
    left: -36px;
    top: 0px;
    position: absolute;
}

.header-bottom .menu-block-inner .menu-bottom-block {
    display: none;
}

.header-bottom .menu-block-inner nav {
    position: relative;
    z-index: 1;
}

.header-bottom .menu-block-inner nav > ul > li > a:hover {
    background: #079948;
}

.header-bottom .menu-block-inner nav > ul > li > a:hover img {
    filter: brightness(900);
}

.header-bottom .menu-block-inner ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

.header-bottom .menu-block-inner ul > li {
    list-style: none;
    margin: 0;
    display: flex;
}

.header-bottom .menu-block-inner ul > li span {
    margin-top: auto;
    margin-bottom: auto;
}

.header-bottom .menu-block-inner ul > li > a {
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 11.5px;
    padding-bottom: 11px;
}

.header-bottom .menu-block-inner ul > li > a img, .header-bottom .menu-block-inner ul > li > a span {
    display: block;
}

.header-bottom .menu-block-inner ul > li > a .img-wrap {
    margin-bottom: 5px;
    margin-top: 0;
    min-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom .menu-block-inner ul > li > a span {
    margin-bottom: auto;
    margin-top: auto;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    position: absolute;
    right: calc(100% + 66px);
    top: 8px;
    min-height: 60px;
}

.logo span {
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    text-transform: uppercase;
    color: #000000;
    white-space: nowrap;
    margin-top: 3px;
}

.products-block {
    margin-top: 35px;
    margin-bottom: 65px;
}

.standart-title {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    position: relative;
    padding-left: 13px;
    text-transform: uppercase;
}

.standart-title:before {
    content: " ";
    display: inline-block;
    width: 4px;
    height: 100%;
    background: #079948;
    position: absolute;
    top: 0;
    left: 0;
}

.products-slider .product-item, .products-notslider .product-item {
    margin-top: 45px;
}
.products-notslider{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.product-top {
    /*padding-top: 20px;*/
    text-align: center;
    margin-bottom: 15px;
}

.product-top > span, .product-top > div {
    text-align: left;
}

.product-top img {
    margin-left: auto;
    margin-right: auto;
}

.product-top > a > img {
    padding: 0;
}

.product-top .pr-title {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-top: 20px;
    display: block;
}

.product-top .item-block {
    margin-top: 8px;
}

.product-top .item-title {
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #828A8D;
}

.product-top .item-data {
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.product-bottom {
    margin-bottom: 0;
    margin-top: auto;
}
.quantStock-wrap{
    width: 100%;
}
.product-bottom .old-price {
    font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
/*text-decoration-line: line-through;*/

color: #828A8D;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 39px;
    color: #B1B1B1;
    position: relative;
    margin-top: 3px;
    display: block;
}

.product-bottom .old-price:before {
    content: " ";
    width: 100%;
    height: 1px;
    top: 50%;
    background: #B1B1B1;
    display: block;
    position: absolute;
    left: 0;
}

.product-bottom .price {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 39px;
    color: #000000;
    margin-top: 5px;
}

.product-bottom .price-text {
    font-style: italic;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
    text-transform: uppercase;
}

.price-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bottom-buttons {
    display: flex;
    margin-top: 15px;
}

.bottom-buttons .quantity-block, .bottom-buttons .buy-block {
    width: 50%;
}

.bottom-buttons .buy-link {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 50px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    background: #079948;
    text-decoration: none;
}

.bottom-buttons .quantity-block {
    display: flex;
}

.bottom-buttons .quantity-block input, .bottom-buttons .quantity-block span {
    width: 33.33333333%;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.bottom-buttons .buy-link {
    line-height: 50px !important;
}

.oc button#decrease_quantity, .oc button#increase_quantity {
    background: #E5E5E5;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: #B1B1B1;
    cursor: pointer;
    font-family: 'Montserrat';
    width: 50px;
    height: 50px;
    border: 0 !important;
    border-radius: 0 !important;
}

.oc input#spiner_quantity {
    width: 50px;
    height: 50px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    border: 0;
    color: #000000;
    margin: 0;
}

.ddbutton {
    width: 100%;
    text-align: right;
}

.ddbutton a {
    background: #079948;
    width: 180px;
    display: inline-block;
    text-decoration: none;
    line-height: 50px;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}


.oc-qty {
    display: flex;
    min-width: 150px;
}

.quant-block-wrap {
    align-items: center;
}

.oc button#decrease_quantity:hover, .oc button#increase_quantity:hover {
    background: #E5E5E5;
}

.bottom-buttons .quantity-block span {
    background: #E5E5E5;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: #B1B1B1;
    cursor: pointer;
}

.bottom-buttons .quantity-block input {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: #000000;
}

.buy-one, .buy-one-order[onclick^=notify_when_available] {
    font-style: normal !important;

    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    text-decoration: none !important;
    line-height: 50px !important;
    display: block !important;
    text-align: center !important;
    cursor: pointer;
    border: 1px solid #27AAE2;
    color: #27AAE2 !important;
}


#product-question {
    display: none !important;
}


.buy-one:before {
    content: " ";
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/click.svg) no-repeat center;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 23px;
    margin-top: -4px;
    vertical-align: middle;
}


.buy-one-order[onclick^=notify_when_available] {
    background: unset !important;
    border: 1px solid #F7981D !important;
    font-style: normal;
    font-weight: 800 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    color: #F7981D !important;
}


.product-item {
    background: #fff;
    margin-left: 15px;
    margin-right: 15px;
    height: inherit;
    display: flex !important;
    flex-direction: column;
    position: relative;
}

.product-item .sticker, .stickers .sticker {
    position: absolute;
    top: -16px;
    right: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 35px;
    /*padding-left: 10px;
    padding-right: 10px;*/
    border-radius: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.product-item .sticker img, .stickers .sticker img {
    min-width: 24px;
    margin-left: 0;
    /*margin-right: 10px;*/
}

.product-item .sticker span, .product-item .sticker img, .stickers .sticker span, .stickers .sticker img {
    display: inline-block;
    vertical-align: middle;
}

.product-item .sticker span, .stickers .sticker span {
    white-space: nowrap;
    line-height: 33px;
    padding-top: 2px;
}

.stickers .sticker {
    position: static;
    margin: 10px 10px;
}

.stickers {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0px;
}

.product-item > img {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    width: calc(100% - 20px);
}

.products-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.products-slider .slick-track {
    display: flex;
}

.prevProd, .nextProd {
    z-index: 1;
}

.prevProd {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/blackAl.svg) no-repeat center;
    top: 50%;
    left: -39px;
    cursor: pointer;
}

.nextProd {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/blackAr.svg) no-repeat center;
    top: 50%;
    right: -39px;
    cursor: pointer;
}

.product-top .pr-title, .product-top .item-block, .product-bottom .item-block, .product-bottom .price-block {
    padding-left: 20px;
    padding-right: 20px;
}

.bnddkblock {
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
}

.bnddkblock .banner-left, .bnddkblock .banner-right {
    width: calc(50% - 3.5px);
    position: relative;
}

.bnddkblock .banner-left img, .bnddkblock .banner-right img {
    width: 100%;
    display: block;
}

.bnddkblock .info-block {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    min-height: 190px;
}

.info-block {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 10px;
}

.info-block .info-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.banner-left .info-block {
    text-align: right;
}

.news-slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 45px;
}

.news-slider .slick-track {
    display: flex !important;
}

.news-item {
    margin-left: 15px;
    margin-right: 15px;
    background: #fff;
    height: inherit;
    padding-bottom: 34px;
    text-decoration: none;
}

.news-item img {
    width: 100%;
}

.news-item .news-title {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 30px;
}

.news-item .news-description {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.news-item .news-top {
    margin-top: 0;
    margin-bottom: auto;
}

.news-item .news-bottom, .news-item .news-title {
    padding-left: 15px;
    padding-right: 30px;
    display: block;
}

.news-item .news-bottom {
    margin-top: 15px;
}

.news-all-block {
    display: flex;
    justify-content: flex-end;
}

.news-all-block .news-all-link {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #005B00;
    text-decoration: none;
    margin-top: 40px;
}

.news-block {
    margin-bottom: 73px;
}

.subscribe-block {
    background: #DBDBDB;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subscribe-block .subscribe-text {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #3D3D3D;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.subscribe-block .input-wrapper input {
    height: 40px;
    background: #FFFFFF;
    width: 413px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    padding-left: 20px;
    border: 1px solid #fff;
}

.subscribe-block .input-wrapper input.error {
    border-color: red;
}

.input-wrapper input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #B1B1B1;
    font-family: 'Montserrat';
}

.input-wrapper input::-moz-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #B1B1B1;
    font-family: 'Montserrat';
}

/* Firefox 19+ */
.input-wrapper input:-moz-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #B1B1B1;
    font-family: 'Montserrat';
}

/* Firefox 18- */
.input-wrapper input:-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #B1B1B1;
    font-family: 'Montserrat';
}

.subscribe-form form {
    display: flex;
}

.subscribe-form .button-send-wrapper {
    margin-left: 30px;
}

.subscribe-form .button-send-wrapper span {
    background: #079948;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 40px;
    width: 192px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    text-align: center;
}

.subscribe-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.preFooter-block {
    background: #3D3D3D;
    padding-top: 20.5px;
    padding-bottom: 20.5px;
}

.preFooter-block .preFooter-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.preFooter-block .preFooter-menu ul li {
    list-style: none;
    margin-right: 50px;
}

.preFooter-block .preFooter-menu ul li:last-child {
    margin-right: 0;
}

.preFooter-block .preFooter-menu ul li a {
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.preFooter-block .preFooter-adress {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
}

.preFooter-block-inner {
    display: flex;
    justify-content: space-between;
}

.footer {
    background: #282828;
    padding-bottom: 13px;
}

.footer .socials a {
    margin-left: 6px;
    margin-right: 6px;
}

.footer .footer-inner {
    display: flex;
  
    justify-content: space-between;
    padding-top: 48px;
    padding-bottom: 27px;
}

.copyright {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.copyright a {
    color: #fff;
    text-decoration: none;
}

.cards-block img:first-child {
    margin-right: 20px;
}

.footer-logo {
    width: 215.2px;
}

.bigdiv {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #282828;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 17px;
    padding-bottom: 10px;
}

.supermenu-left {
    display: flex;
    flex-wrap: wrap;
}

.supermenu-left .withimage {
    width: 25%;
    padding: 15px;
    display: flex;
    align-items: center;
}

.supermenu-left .withimage img {
    border-radius: 50%;
    display: block;
    width: 52px;
    min-width: 52px;
}

.linkoftopitem {
    display: none !important;
}

.supermenu-left .withimage .name {
    max-width: 140px;
    margin-left: 17px;
}

.supermenu-left .withimage .name a {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.bigdiv {
    display: none;
}

.mkids a {
    position: relative;
}

.mkids a:after {
    content: "";
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/menuAct.svg) no-repeat center;
    width: 61px;
    height: 15px;
    position: absolute;
    top: calc(100% - 1px);
    left: calc(50% - 30.5px);
    display: none;
}

.mkids:hover > a {
    background: #079948;
}

.mkids:hover > a:after {
    display: block;
    z-index: 5;
}

.mkids:hover > a img {
    filter: brightness(900);
}

.mkids:hover .bigdiv {
    display: block;
}

header.sticky .header-bottom .menu-block-inner ul > li > a {
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 8px;
}

header.sticky .header-bottom .menu-block-inner ul > li > a > img {
    max-width: 98px;
}

header.sticky #cart {
    margin-right: 0;
    margin-left: 0;
    position: fixed;
    right: calc(50% - 645px);
    z-index: 8;
    top: 18px;
}

header.sticky #cart svg {
    width: 36px;
    height: auto;
}

header.sticky #cart svg path {
    fill: #fff;
}

header.sticky #cart button #cart-total {
    font-size: 12px;
    line-height: 23px;
    width: 23px;
    height: 23px;
}

header.sticky .header-bottom {
    position: fixed;
    top: 0;
    width: 100%;
}

header.sticky .header-bottom .menu-block-inner {
    padding-right: 90px;
}

header.sticky .header-bottom .logo {
    top: 12px;
    width: fit-content;
}

header.sticky .header-bottom .logo, header.sticky .header-bottom .logo img {
    width: 132px;
}

header.sticky .header-bottom .logo .logo-text {
    display: none;
}

header { /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 0 0 auto;
}

.mobile-but {
    display: none;
}

.page-wrap {
    flex: 1 0 auto;
    background: #fff;
    min-height: 700px;
}

#account-login, #account-forgotten, #account-order, .promotions-page-wrap {
    flex: 1 0 auto;
    min-height: 700px;
}

.contacts-page-wrap {
    min-height: 700px;
}

.page-wrap-simpl {
    flex: 1 0 auto;
    overflow-x: hidden;
}

.live-search ul li {
    /*min-height: 110px !important;*/
}

.live-search ul li {
    display: flex !important;
    align-items: center;
}

.live-search ul li a {
    width: 100%;
}

.simplecheckout-button-block.buttons .button.btn-primary.button_oc.btn:not(#simplecheckout_button_confirm) {
    display: none !important;
}

.simplecheckout .content {
    margin-top: 30px;
}

.page-wrap.page-product-wrap {
    background: #fff;
}

.footer-allwrap { /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 0 0 auto;
}

.title-mini {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #B1B1B1;
    display: block;
    margin-top: 27px;
    text-transform: uppercase;
}

.breadcrumbs {
    margin-top: 27px;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    line-height: 15px;
}

.breadcrumbs ul > li {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #B1B1B1;
    text-decoration: none;
    display: inline;
}

.breadcrumbs ul > li a, .breadcrumbs ul > li span {
    text-transform: uppercase;
}

.breadcrumbs ul > li a {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #B1B1B1;
    text-decoration: none;
    display: inline;
    vertical-align: middle;
}

.breadcrumbs ul > li span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    display: inline;
    vertical-align: middle;
}

.breadcrumbs ul li {
    list-style: none;
}

.breadcrumbs ul li a {
    text-decoration: none;
}

.categories-title {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-top: 27px;
}

.categories-blocks {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -1px;
}

.product-top a {
    text-decoration: none;
    text-align: left;
}

.categories-blocks .categorie-block {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-decoration: none;
    border-right: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
    padding-bottom: 55px;
}

.categories-blocks .categorie-block .categorie-block-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}


.categories-blocks .categorie-block img {
    width: 100%;
}

.categories-blocks .categorie-block .categorie-title {
    margin-top: 32px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding-bottom: 9px;
    border-bottom: 6px solid #079948;
    text-align: center;
    flex-grow: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.categories-blocks-wrap {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 76px;
}

.product-blocks {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.product-blocks .product-block {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
}

.product-blocks .product-block .product-item {
    margin: 0;
    border: 1px solid #E5E5E5;
    border-bottom: 0;
    height: 100%;
}

/* Do we need this negative margins? */
/* .product-blocks .product-block .product-item .buy-one, .product-blocks .product-block .product-item .bottom-buttons, .product-blocks .product-block .product-item .buy-one-order[onclick^=notify_when_available] {
    margin-left: -1px;
    margin-right: -1px;
} */

.product-blocks-wrap {
    margin-top: 30px;
    margin-bottom: 10px;
}

.pagi ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 40px;
}

.pagi ul li {
    list-style: none;
    margin-right: 10px;
}

.pagi ul li:last-child {
    margin-right: 0;
}

.pagi ul li a {
    text-decoration: none;
    background: #E5E5E5;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: #B1B1B1;
}

.pagi ul li a:hover {
    color: #FFFFFF;
    background: #079948;
}

.pagi ul li.active span, .pagi ul li.loaded a {
    text-decoration: none;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
    background: #079948;
}

.pagi ul li.loaded a {
    pointer-events: none;
}

.pagi ul li:last-child a, .pagi ul li:first-child a {
    font-size: 20px;
}

.promotions-title {
    margin-top: 70px;
    margin-bottom: 40px;
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
    padding-left: 7px;
    border-left: 4px solid #079948;
}

.promotion-blocks {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.promotion-blocks .promotion-block {
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
    text-decoration: none;
}

.promotion-blocks .promotion-block .promo-date {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
    display: block;
}

.promotion-blocks .promotion-block .promo-title {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
}

.promotion-blocks .promotion-block .promo-info {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 37px;
    padding-bottom: 25px;
    min-height: 150px;
}

.promotion-blocks .promotion-block img {
    width: 100%;
    height: auto;
    display: block;
}

.promotions-page-wrap {
    background: #f5f5f5;
    padding-bottom: 60px;
}

.contacts-page-wrap {
    background: #f5f5f5;
}

.promotion-block-inner {
    height: 100%;
    background: #fff;
}

.promotions-page img {
    display: block;
}

.promotions-page .promo-open-date {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 36px;
    margin-bottom: 36px;
}

.promotions-page .promo-open-title {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 40px;
}

.promotions-page p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 30px;
}

.promotions-page p .promoCode {
    font-style: italic;
    color: #079948;
}

.contacts-social-block a {
    display: flex;
    flex-direction: column;
}

.contacts-social-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 591px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.contacts-social-blocks .contacts-social-block {
    width: 25%;
    margin-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
}

.contacts-social-blocks .contacts-social-block > a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacts-social-blocks a {
    text-decoration: none;
}

.contacts-social-blocks svg {
    max-width: 60px;
    height: auto;
}

.contacts-social-blocks .social-title {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    margin-top: 15px;
}

.contacts-page-inner {
    margin-top: 55px;
    margin-bottom: 124px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.contacts-page-inner .contacts-left, .contacts-page-inner .contacts-right {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.contacts-page-inner .contacts-left .contacts-left-inner {
    background: #fff;
    height: 100%;
}

.contacts-wrapper-part + .contacts-wrapper-part {
    margin-top: 15px;
}

.contacts-left-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    display: block;
    text-align: center;
}

.contacts-left-inner {
    padding-top: 25px;
    padding-bottom: 25px;
}

.site-head {
    background: #E7E8EC;
    display: flex;
    align-items: center;
    padding-left: 55px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
}

.site-info {
    display: flex;
    flex-direction: column;
}

.site-info a {
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.site-info .site-title {
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.site-time {
    display: flex;
    align-items: center;
}

.site-time .site-time-text {
    display: flex;
    flex-direction: column;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-left: 20px;
}

.site-time .site-time-text > span:first-child {
    margin-bottom: 10px;
}

.site-time .site-time-text .rest {
    font-weight: 900;
}

.address-places {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.address-places .address-place {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.address-places .address-title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.address-place-block {
    position: relative;
    margin-bottom: 0;
    margin-top: auto;
}

.address-place-block .address-place-info {
    background: #079948;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6px;
    padding-bottom: 6px;
}

.address-place-block .address-place-info img {
    margin-right: 18px;
    min-width: 68px;
}

.address-place-block > img {
    width: 100%;
    display: block;
}

.place-time {
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.place-time,
.place-phone-numbers {
    display: flex;
    align-items: center;
}

.place-phone-numbers {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    font-weight: 700;
}

.place-phone-numbers span {
    display: inline-block;
    margin-bottom: 5px;
}

.not-in-stock {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    width: 100%;
}

.promo-image {
    position: relative;
}

.promo-image .promo-ended {
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.8);
    width: 220px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.product-title {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
}


.product-page {
    margin-top: 27px;
}

.product-page-blocks {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

.product-page-blocks .product-page-block {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.price-butons-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 23px;
    flex-direction: column;
}

.price-butons-wrap .bottom-buttons {
    margin-top: 0;
}

.price-butons-wrap .last-button {
    margin-top: 30px;
}

.price-butons-wrap .buttons-product {
    width: 301px;
}

.price-butons-wrap .price-product-old {
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */

    text-decoration-line: line-through;

    color: #828A8D;
}

/*.price-butons-wrap .price-product-old:before {
    content: " ";
    width: 100%;
    height: 2px;
    top: 50%;
    background: #B1B1B1;
    display: block;
    position: absolute;
    left: 0;
}
*/
.price-butons-wrap .price-product-new  {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    flex-direction: row;
    align-items: center;
    display: flex;

}

.price-butons-wrap .price-product-new.hot{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;

    color: #E2574C;
}

.price.hot{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 29px;

    color: #E2574C;
}

.price-butons-wrap .price-product-new .price-product-count {
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding-right: 4px;
    margin-top: 8px;
    margin-left: 15px;
}


.product-rait {
    display: flex;
    margin-top: 0px;
    flex-direction: column;
    align-items: center;
}

.rait-text {
    font-style: italic;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    color: #828A8D;
    margin-top: 5px;
}


.rait-stars {
    display: flex;
}

.rait-stars .rait-star {
    width: 18px;
    height: 18px;
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/rait.svg) no-repeat center;
    margin-right: 6px;
    background-size: 100%;
}

.rait-stars .rait-star.rait-starg {
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/raitg.svg) no-repeat center;
    background-size: 100%;
}


.stars-vis .star {
    width: 46px;
    height: 46px;
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/raitg.svg) no-repeat center;
    margin-right: 18px;
    background-size: 100%;
    display: block;
}

.stars-vis .star.active {
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/rait.svg) no-repeat center;
    background-size: 100%;
}

.stars-invis {
    position: relative;
}

.stars-invis input[name="rating"] {
    width: 46px;
    height: 46px;
    display: inline-block;
    opacity: 0;
    margin: 0;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 0px !important;
    cursor: pointer;
    margin-right: 18px;
    z-index: 3;
}

.stars-vis {
    position: absolute;
    left: 0;
    top: 0;
}

.dd-raiting {
    margin-right: 17px;
}

.fields-wrap .form-group.form-group-name {
    width: 100%;
}

.review-faq-block .alert {
    margin-top: 50px;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
}

.errorD {
    color: red;
    margin-top: 20px;
}

.errorDs {
    color: red !important;
}


#form-review .error, #tab-questions .error, .form-block .form-control.error, [data-valid="false"] {
    border-color: red !important;
}

.stars-vis, .stars-invis {
    display: flex;
    align-items: center;
    height: 100%;
}

.stars-invis label {
    display: none !important;
}


.rait-stars .rait-star:last-child {
    margin-right: 0;
}


.product-item .rait-stars {
    padding-left: 20px;
    padding-right: 20px;
}

.product-item .rait-stars .rait-star, .product-item .rait-stars .rait-starg {
    width: 19px !important;
    height: 19px !important;
    background-size: 100% !important;
    background-position: center !important;
}

.big-images ul, .small-images ul {
    margin: 0;
    padding: 0;
}

.big-images ul li, .small-images ul li {
    list-style: none;
}

.big-images ul li img, .small-images ul li img {
    width: 100%;
}

.big-images {
    margin-top: 25px;
}

.prevProdOpen {
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/greenAl.svg) no-repeat center;
    left: -8px;
}

.nextProdOpen {
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/greenAr.svg) no-repeat center;
    right: -8px;
}

.prevProdOpen, .nextProdOpen {
    width: 15px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    z-index: 1;
    cursor: pointer;
}

.small-images li {
    margin: 0 15px;
    border: 2px solid #C4C4C4;
    cursor: pointer;
    padding: 1px;
    margin-bottom: 1px;
}

.small-images li.this-slide {
    border: 2px solid #079948;
}


.small-images {
    margin-left: -15px;
    margin-right: -15px;
}

.small-images {
    margin-top: 25px;
    margin-bottom: 70px;
}

.brand-art-block {
    border: 1px solid #E5E5E5;
    padding-left: 27px;
    padding-top: 33px;
    padding-bottom: 48px;
}


.brand-art-block .brand-art-item {
    display: flex;
    align-items: center;
}

.brand-art-block .ba-title {
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #828A8D;
}

.brand-art-block .ba-data {
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-left: 7px;
}

.brand-item .ba-data {
    margin-left: 20px;
}

.brand-item img {
    width: 107px;
    height: 30px;
    object-fit: contain;
    object-position: center left;
}

.promotions-content {
    padding-top: 15px;
}

.promo-product {
    display: flex;
    background: #ECEAEA;
    border: 4px solid #E2574C;
    padding: 6px;
    position: relative;
    text-decoration: none;
    margin-top: 30px;
    min-height: 130px;
}

.promo-product:before {
    content: " ";
    width: 120px;
    height: 120px;
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/gift.svg) no-repeat center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.promo-product .promo-pr-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
}

.promo-product .promo-pr-date-title {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #000000;
}

.promo-product .promo-pr-date-time {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-top: 9px;
}

.promo-product .promo-pr-img img {
    min-width: 160px;
    display: block;
}

.promo-pr-info {
    margin-left: 15px;
    padding-top: 14px;
    flex-direction: column;
    display: flex;
    width: calc(100% - 175px);
    padding-right: 3px;
}

.promo-pr-date {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding-top: 13px;
    padding: 0 5px 10px;
    margin-bottom: 0;
    margin-top: auto;
}

.product-tabs-nav .product-tabs-nav-inner {
    background: #ECEAEA;
    display: flex;
    justify-content: center;
}

.product-tabs-nav .product-tabs-nav-inner .product-tab-title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 12px;
    border-bottom: 6px solid #ECEAEA;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 50px;
    margin-right: 50px;
    cursor: pointer;
}

.product-tabs-nav .product-tabs-nav-inner .product-tab-title.active {
    font-weight: 800;
    border-bottom: 6px solid #079948;
    background: #DFDFDF;
}

.product-tab {
    display: none;
}

.product-tab.active {
    display: block;
}

.description-tab-inner {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 90px;
}

.product-tabs-block {
    margin-bottom: 125px;
}

.footer-type {
    display: none;
}

.mobile-menu-button {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    display: none;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translate(-50%, 0);
    z-index: 4;
}


.product-page-block .price-product {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 25px;
}

.header-bottom .menu-block-inner ul > li.noimage > a span:not(.img-wrap) {
    display: none !important;
}

.order-by-foto-page .file-field-block .inf__drop-area {
    position: relative;
    display: flex;
}

.order-by-foto-page .file-field-block .inf__hint {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 48px;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid #E5E5E5;
    display: inline-block;
    width: 332px;
    text-align: center;
}

.order-by-foto-page .file-field-block .inf__btn {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #F7971C;
    width: 303px;
    display: inline-block;
    text-align: center;
}

.order-by-foto-page .file-field-block input {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 303px;
    opacity: 0;
    cursor: pointer;
}

.order-by-foto-page {
    margin-top: 25px;
    margin-bottom: 125px;
}

.order-by-foto-page .foto-form-block {
    margin-top: 60px;
}

.order-by-foto-page .order-by-foto-page_title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
}

.order-by-foto-page .field_title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}

.order-by-foto-page input, .order-by-foto-page textarea {
    line-height: 48px;
    background: #ECEAEA;
    border: 1px solid #A6A6A6;
    width: 635px;
    max-width: 100%;
    padding-left: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
}

.order-by-foto-page textarea {
    height: 137px;
}

.order-by-foto-page .field-block {
    margin-bottom: 22px;
}

.order-by-foto-page .send-button {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    width: 301px;
    background: #079948;
    line-height: 50px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.order-by-foto-page .field-inner {
    display: flex;
    flex-direction: column;
}

.order-by-foto-page .form-but {
    margin-top: 35px;
}

input::-webkit-file-upload-button {
    cursor: pointer;
}

.countdown {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.countdown li {
    display: flex;
}

.search-d {
    display: flex;
}

.search-d .dropdown-menu {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
}

#search {
    position: relative;
}

#search input {
    height: 27px;
    padding-right: 0px;
    border-bottom: 1px solid #000000;
    width: 0;
    transition: width 0.5s;
    font-family: 'Montserrat';
    color: #000000;
}

.search-block.active #search input {
    width: 275px;
    padding-right: 10px;
}

#search .input-group-btn {
    display: block;
}

#search {
    display: flex;
}

#search .s-icon {
    cursor: pointer;
    display: block;
    min-width: 24px;
    width: 24px;
}

#search .s-icon svg {
    width: 24px;
    height: auto;
    min-width: 24px;
}

.search-block.active #search .s-icon svg {
    width: 18px;
    height: auto;
    min-width: 18px;
    margin-top: 4px;
    margin-bottom: 4px;

}


.mobile-menu-title, .mobile-menu-button svg {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.mobile-menu-button svg {
    width: 32px;
    height: auto;
    max-width: 100%;
    min-width: 32px;
}

#search input::-webkit-input-placeholder {
    font-family: 'Montserrat';
    color: #000000;
}

#search input::-moz-placeholder {
    font-family: 'Montserrat';
    color: #000000;
}

/* Firefox 19+ */
#search input:-moz-placeholder {
    font-family: 'Montserrat';
    color: #000000;
}

/* Firefox 18- */
#search input:-ms-input-placeholder {
    font-family: 'Montserrat';
    color: #000000;
}

.result-text {
    /*display: none;*/
}
.live-search .view-all-results {
    line-height: 60px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #079948!important;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 60px;
}
.live-search .result-text {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #555555;
    background-color: white!important;
    position: relative!important;
    bottom: 0;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.menu-block-inner .search-block {
    width: calc(100% - 47px);
}

.menu-block-inner .search-d {
    width: 100%;
    justify-content: flex-end;
}

.menu-block-inner #search {
    width: 100%;
    justify-content: flex-end;
}

.menu-block-inner .search-block.active #search input {
    width: 100%;
}

.subscribe-block.done .subscribe-inner {
    display: none;
}

.text-success {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #3D3D3D;
    display: block;
    padding: 20px 0;
}

.text-danger {
    display: none;
}

#search .s-icon.search-cansel {
    display: none;
}

.search-block.active #search .s-icon, .out_of_stock_label {
    display: none;
}

.search-block.active #search .s-icon.search-cansel {
    display: flex;
    align-items: center;
}

#search .input-group-btn {
    display: flex;
    align-items: center;
}


#notify_when_available.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

#notify_when_available.modal:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    display: block;
}

.header-middle {
    background: #fff;
}

#notify_when_available.modal .modal-dialog {
    z-index: 5;
    background: #FFFFFF;
    width: 409px;
    position: absolute;
    padding: 56px 22px;
    left: 50%;
    top: calc(50% + 30px);
    transform: translate(-50%, -50%);
    max-width: calc(100% - 30px);
}

#notify_when_available.modal .modal-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    margin-bottom: 35px;
}

#notify_when_available.modal .alert {
    margin-bottom: 15px;
}

#notify_when_available.modal .alert.errorDs {
    margin-bottom: 0;
    margin-top: 10px;
}

.subscribe-form .errorDs, .foto-form-block .errorDs {
    margin-bottom: 0;
    margin-top: 5px;
}


#notify_when_available.modal .close {
    position: absolute;
    right: 22px;
    top: 16px;
    font-size: 0;
    line-height: 0;
    color: rgba(255, 255, 255, 0);
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/close.svg) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: contain;
    cursor: pointer;
}

#notify_when_available.modal .form-group {
    margin-bottom: 28px;
}

#notify_when_available.modal .form-group input {
    display: block;
    width: 100%;
    background: #ECEAEA;
    border: 1px solid #A6A6A6;
    line-height: 48px;
    padding: 0 10px;
}

#notify_when_available.modal .form-group input.error {
    border-color: red !important;
}

#notify_when_available.modal .form-group input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Montserrat';
}

#notify_when_available.modal .form-group input::-moz-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Montserrat';
}

/* Firefox 19+ */
#notify_when_available.modal .form-group input:-moz-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Montserrat';
}

/* Firefox 18- */
#notify_when_available.modal .form-group input:-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Montserrat';
}


#notify_when_available.modal .form-group label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}

#notify_submit {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    width: 100%;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    background: #079948;
    cursor: pointer;

}

#notify_when_available.modal .form-group:last-child {
    margin-top: 65px;
    margin-bottom: 0;
}

#cart, #cart button {
    cursor: pointer;
    position: relative;
}

#notify_when_available.modal {
    display: none;
    opacity: 0;
    transition: all 0.5s;
}

#notify_when_available.modal.fade.in {
    opacity: 1;
}

#button-subscribe {
    cursor: pointer;
}

.oc-error {
    display: none;
}

.oc .has-error .oc-control {
    border-color: red !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.oc .has-error .phone-block-text-onecl {
    color: red !important;
}

.oncl-block-title {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #828A8D !important;
    margin: 0;
    white-space: nowrap;
    margin-right: 27px;
}

.oncl-block-data {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-top: -1px;
}

.oncl-block-wrap {
    display: flex;
    margin-bottom: 65px;
}

.oc-footer-dd {
    margin-top: 10px;
}

.oc {
    background: #fff;
    width: 1078px;
    max-width: 100%;
}

.oncl-right, .oncl-right .oc-body {
    background: #F2F2F2;
}

.oc-body {
    padding: 0 !important;
}

.oncl-wraper {
    display: flex;
    width: 100%;
}

.oncl-right {
    width: calc(100% - 302px);
    padding: 30px;
    padding-top: 45px;
    padding-right: 50px;
    position: relative;
}

.oncl-left {
    width: 302px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 70px;
    padding-top: 60px;
}

.oncl-img-text {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    display: block;
    text-align: center;
}

.oncl-img {
    width: 100%;
    height: 136px;
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/oncl.svg) no-repeat center;
    background-size: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    position: relative;
}

.oncl-img:after {
    content: " ";
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 8px;
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/oneclick.svg) no-repeat center;
    background-size: contain;
}

.oncl-right .row-buttons {
    display: flex;
}

.oc-control {
    background: unset;
    border: 0;
    box-shadow: unset;
    outline: none;
    border-bottom: 2px solid #079948;
    height: 30px;
    padding-bottom: 2px;
    width: 436px;
    max-width: 100%;
}

.phone-block-text-onecl {
    font-style: italic;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #828A8D;
    text-align: center;
    margin-top: 7px;
    display: block;
    max-width: 436px;
    width: 100%;
}

#oc_submit, .oc .btn-danger {
    height: 50px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    width: 303px;
    max-width: calc(50% - 15px);
    text-align: center;
    margin-right: 30px;
    padding: 0;
    border-radius: 0;
    text-transform: uppercase;
    background: #079948;
    box-shadow: unset !important;
    outline: unset !important;
}

.oc .btn-danger {
    display: none !important;
}

#oc_submit:hover {
    background: #079948;
}

.close-mod {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 50px;
    color: #FFFFFF;
    background: #A6A6A6;
    display: inline-block;
    width: 303px;
    max-width: calc(50% - 15px);
    text-align: center;
    cursor: pointer;
}

.oc-body {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    color: #000000;
    display: block;
    margin-bottom: 15px;
}

.mfpnew-close-btn-in .mfpnew-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 0;
    line-height: 0;
    color: rgba(255, 255, 255, 0);
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/close.svg) no-repeat center;
    width: 28px;
    height: 28px;
    background-size: contain;
    cursor: pointer;
    border: 0 !important;
}

.oc-form-group {
    padding: 0;
    width: 100%;
}

.mfpnew-bg {
    opacity: 0.4 !important;
}

.mfpnew-bg {
    z-index: 2 !important;
}

.mfpnew-container {
    position: fixed;
    left: 0;
    top: 0;
    max-height: 100vh;
    overflow: auto;
}

.form-block {
    padding-top: 100px;
    display: flex;
    padding-bottom: 130px;
    justify-content: center;
}

.form-block-inner {
    background: #fff;
    width: 413px;
}

.form-header {
    background: #ECEAEA;
    display: flex;
    justify-content: space-between;
}

.form-header-item {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    width: calc(50% - 14.5px);
    line-height: 46px;
    text-align: center;
    text-decoration: none;
}

span.form-header-item {
    font-weight: 800;
    border-bottom: 4px solid #079948;
}

.form-block .control-label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Montserrat';
    display: block;
    margin-bottom: 10px;
}

.form-block .form-control {
    background: #ECEAEA;
    border: 1px solid #A6A6A6;
    width: 100%;
    line-height: 50px;
    padding: 0 10px;
}

.form-block .form-body {
    padding: 22px;
    padding-top: 15px;
}

.form-block .form-group {
    margin-bottom: 10px;
}

.form-group a {
    margin-top: 25px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #000000;
}

.form-block .btn.btn-primary {
    margin-top: 10px;
    background: #079948;
    line-height: 50px;
    text-align: center;
    display: block;
    width: 152px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

#account-forgotten .form-block .btn.btn-primary {
    margin-top: 20px;
}

#account-login .simpleregister-button-right {
    float: unset !important;
}

.form-block a.btn.btn-primary {
    width: 250px;
}

.form-block .alert-dismissible {
    margin-bottom: 15px;
    margin-top: 10px;
}


/* account */

.account-page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
}

.account-page table {
    border-spacing: 0;
    border-collapse: unset;
    border: 0;
}

.account-page tr td {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    color: #000000;
    background: #fff;
}

.account-page thead tr td {
    background: #ECEAEA;
}

.account-page .table-orders {
    width: 100%;
    margin-top: 34px;
}

.account-page .table-orders table {
    width: 100%;
}

.account-page .table-orders table tr > td:nth-child(1) {
    width: 12.3%;
    padding-left: 44px;
    padding-right: 10px;
}

.account-page .table-orders table tr > td:nth-child(2) {
    width: 14.7%;
    padding-right: 10px;
}

.account-page .table-orders table tr > td:nth-child(3) {
    width: 47.7%;
    padding-right: 10px;
}

.account-page .table-orders table tr > td:nth-child(4) {
    width: 15.3%;
    padding-right: 10px;
}

.account-page .table-orders table tr > td:nth-child(5) {
    width: 10%;
    padding-right: 10px;
    text-align: center;
    padding-right: 46px;
}

.account-page .account-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 27px;
}

.account-page .account-links {
    background: #ECEAEA;
    display: flex;
    margin-top: 40px;
}

.account-page .account-link {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    line-height: 46px;
    border-bottom: 4px solid #ECEAEA;
    height: 100%;
    width: 192px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    cursor: pointer;
}

.account-page .account-link.active {
    font-weight: 800;
    border-bottom: 4px solid #079948;
}

.account-page .magnifier {
    width: 22px;
    height: 22px;
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/magnifier.svg) no-repeat center;
    background-size: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cart-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 27px;
    display: block;
}

.dtable-total tbody > tr:nth-child(1), .dtable-total tbody > tr:nth-child(2) {
    display: none;
}

.dtable-total tbody > tr:last-child {
    display: flex;
}

#checkout-cart table {
    width: 100%;
}

#checkout-cart .dtable-total {
    width: 100%;
    margin-top: 30px !important;
}

#checkout-cart .prCart thead td {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    line-height: 48px;
}

#checkout-cart .prCart thead {
    background: #ECEAEA;
}


.prTdName a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-decoration: none;
}

.prTdPrice {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.prTdTotal {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.prTdRemove button {
    width: 20px;
    height: 20px;
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/close-button.svg) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
    margin-right: 30px;
    cursor: pointer;
}

.prTdRemove {
    text-align: center;
}

table {
    border-spacing: 0 !important;
}

#prTdRemove {
    text-align: center !important;
}

.prCart .img-thumbnail {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 15px;
    margin-right: 15px;
}

.prCart {
    background: #fff;
    margin-top: 41px;
}


.dtable-total * {
    display: flex;
}

.dtable-total tbody {
    justify-content: flex-end;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
}

.dtable-total tbody tr td {
    display: inline-block;
    line-height: 50px;
    text-align: center;
}

.dtable-total tbody tr {
    margin-top: 20px;
}

.dtable-total tbody tr td:first-child {
    width: 191px;
    background: #ECEAEA;
    text-align: center;

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;

}

.dtable-total tbody tr td:nth-child(2) {
    min-width: 332px;
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-align: right !important;
}

.cart-page .buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.cart-page .buttons a {
    background: #079948;
    max-width: 524px;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    line-height: 50px;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

.cart-page .buttons .pull-right {
    width: 100%;
    text-align: right;
}

.cart-page .bottom-buttons {
    margin: 0 !important;
}

.prTdImg {
    width: 17%;
}

#checkout-cart .table-responsive {
    overflow: auto;
}

#checkout-cart .table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa; /* or add it to the track */
}

/* Add a thumb */
#checkout-cart .table-responsive::-webkit-scrollbar-thumb {
    background: #079948;
}


#checkout-cart .table-responsive > table {
    min-width: 900px;

}

.prTdName {
    width: 34%;
    padding-right: 30px;
}

.cart-page {
    padding-bottom: 80px;
}

.cart-page .bottom-buttons .quantity-block {
    min-width: 150px;
    width: 150px;
}

.success-block-d {
    font-size: 25px;
}

.inf__drop-area.error:not(.active) .inf__btn {
    background: #f71c1c !important;
}

.order-by-foto-page .error input {
    border-color: red !important;
}

/* Otzuvu */
.review-body canvas {
    display: none;
}

.review-faq-block {
    padding-top: 17px;
}

.review-faq-block .review-faq-titles-block {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.review-faq-block .review-faq-titles-block .review-faq-title {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    display: inline-block;
    line-height: 48px;
    border: 1px solid #ECEAEA;
    background: #ECEAEA;
    width: 160px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}

.review-faq-block .review-faq-titles-block .review-faq-title.active {
    font-style: normal;
    font-weight: 600;
    border-color: #A6A6A6;
}

.review-faq-block .review-faq-block-content {
    display: none;
}

.review-faq-block .review-faq-block-content.active {
    display: block;
}

.review-header .name {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-right: 43px;
}

.date_added {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #B1B1B1;
}

.review-wrap {
    display: flex;
}

.preim-rev-block.preim-rev-block-plus {
    margin-bottom: 15px;
}

.preim-rev-block.preim-rev-block-plus .preim-rev_title {
    color: #079948;
}

.preim-rev-block.preim-rev-block-minus .preim-rev_title {
    color: #E2574C;
}

.preim-rev-block .preim-rev_title {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    margin-right: 15px;
}

.preim-rev-block .preim-rev_data {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.review-useful {
    display: none;
}

.review-right {
    background: #ECEAEA;
    display: flex;
    align-items: center;
    width: 192px;
    justify-content: center;
}

.review-left {
    border: 1px solid #C4C4C4;
    padding-left: 27px;
    padding-top: 15px;
    padding-bottom: 34px;
    padding-right: 27px;
    width: calc(100% - 192px);
}

.review-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 13px;
}

.comment-text {
    margin-top: 27px;
    margin-bottom: 35px;
}

.preim-rev-block .preim-rev_title, .preim-rev-block .preim-rev_data {
    display: inline-block;
}

.review-answer, #form-review #review {
    margin-bottom: 10px;
}

.review-answer {
    display: flex;
}

.review-answer-left img {
    border-radius: 50%;
    width: 44px;
    min-width: 44px;
}

.review-answer-left {
    padding: 10px;
    background: #ECEAEA;
}

.review-answer-right {
    width: calc(100% - 64px);
    border: 1px solid #C4C4C4;
    padding-left: 27px;
    padding-top: 14px;
    padding-bottom: 34px;
    padding-right: 27px;
}

.answer-text {
    padding-top: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.review-faq-block .pagination {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}

.review-faq-block .pagination li {
    margin: 0;
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.review-faq-block .pagination li a, .review-faq-block .pagination li span {
    width: 50px;
    line-height: 50px;
    background: #E5E5E5;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 50px;
    color: #B1B1B1;
    display: inline-block;
}

.review-faq-block .pagination li.active span {
    color: #FFFFFF;
    background: #079948;
}

.review-faq-block h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    margin-top: 43px;
}

.review-faq-block .form-group {
    display: flex;
    width: 50%;
}

.review-faq-block .form-group.comment-field {
    order: 2;
    width: 100%;
}

.review-faq-block .form-group.comment-field textarea {
    height: 220px;
}

.review-faq-block .form-group .col-sm-12 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.review-faq-block .form-group label, .review-faq-block .form-group .input-group-addon {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}

.review-faq-block .form-group input, .review-faq-block .form-group textarea {
    background: #ECEAEA;
    border: 1px solid #A6A6A6;
    height: 50px;
    width: 100%;
    padding-left: 10px;
}

.review-faq-block .form-group textarea {
    padding-top: 10px;
}

.fields-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fields-wrap .form-group {
    width: calc(50% - 15px);
    margin-top: 25px;
}

.fields-wrap .form-group.evaluation {
    width: 100%;
    order: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fields-wrap .form-group.evaluation .col-sm-6 {
    width: 50%;
    width: calc(50% - 15px);
}

.review-faq-block .buttons {
    margin-top: 43px;
    display: flex;
    justify-content: flex-end;
}

#button-review {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #079948;
    width: 301px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    max-width: 100%;
}

#button-review .fa {
    display: none;
}

.review-faq-block .buttons .pull-right {
    max-width: 100%;
}

.product-tabs-block {
    margin-bottom: 0px !important;
}

.product-tab {
    padding-bottom: 30px;
}

.product-tab.revfaqTab {
    background: #F5F5F5;
}

#related {
    padding-bottom: 125px;
}

@media (max-width: 1200px) {
    .review-faq-block {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 750px) {
    .review-wrap {
        flex-wrap: wrap;
    }

    .review-left {
        width: 100%;
    }

    .review-right {
        width: 100%;
        padding: 20px;
        padding-left: 27px;
        padding-right: 10px;
        justify-content: flex-start;
    }

    .review-right .review-rait {
        display: flex;
        align-items: center;
    }

    .review-right .review-rait .review-title {
        margin: 0;
        line-height: 26px;
        margin-right: 15px;
    }
}

@media (max-width: 650px) {
    .review-left, .review-right, .review-answer-right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .fields-wrap .form-group, .fields-wrap .form-group.evaluation .col-sm-6 {
        width: 100%;
    }

    .form-group.evaluation .col-sm-6:last-child {
        margin-top: 25px;
    }

    .review-header .name {
        margin-right: 23px;
    }

    .preim-rev-block {
        display: flex;
        flex-direction: column;
    }

    .preim-rev-block .preim-rev_title {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .product-tabs-block {
        margin-bottom: 0 !important;
    }

    .product-tab {
        padding-bottom: 60px;
    }
}


.item-timer span {
    display: none !important;
}

.item-timer {
    display: flex;
    align-items: center;
}

.item-timer > div {
    display: flex;
    align-items: center;
}

.item-timer > div:not(:last-child):after {
    content: ": ";
    display: inline-block;
}

.quantGif {
    width: 150px;
    text-align: center;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: #000000;
}

#question > p {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
}

#question {
    margin-top: 30px !important;
}

#ask_heading {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
    margin-top: 50px;
}

#tab-questions .form-group {
    margin-bottom: 35px;
    width: calc(50% - 15px);
}

#tab-questions .form-group-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#ask_heading {
    width: 100%;
}

#tab-questions .form-group.question-massage-d, #tab-questions .button-form {
    width: 100%;
}

.review-faq-block #tab-questions .form-group textarea {
    height: 220px;
}

#tab-questions .form-group.button-form .col-sm-12 {
    align-items: flex-end;

}

#button-question {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 50px;
    color: #FFFFFF;
    background: #079948;
    width: 301px;
    cursor: pointer;
}

.question {
    margin-bottom: 20px;
}

.simpleregister-block-content {
    padding: 0;
    margin: 0;
}

.simpleregister-block-content fieldset {
    margin: 0;
    display: block;
    padding: 0;
    border: 0;
}

.simpleregister-have-account {
    display: none;
}

#content.col-sm-9 h1 {
    display: none;
}

body .container > .breadcrumb {
    display: none;
}

.simple-content fieldset, .simplecheckout-block-content {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

#simplecheckout_customer input[type="password"], #simplecheckout_customer input[type="text"], #simplecheckout_customer input[type="email"], #simplecheckout_shipping_address input[type="text"], #simplecheckout_customer input[type="text"], #simplecheckout_customer input[type="tel"] {
    line-height: 48px;
    background: #ECEAEA;
    border: 1px solid #A6A6A6;
    width: 635px;
    max-width: 100%;
    padding-left: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    width: 100%;
}

.simplecheckout-left-column, .simplecheckout-right-column {
    width: 100%;
    max-width: 100%;
    min-width: unset;
}

.simplecheckout-block-content .form-group label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}

.simplecheckout-block-content .form-group {
    margin-bottom: 27px;
}

.simplecheckout-block-content .form-group.row-customer_register {
    margin-bottom: 40px;
}

.simplecheckout-block-content select {

    border: 1px solid #A6A6A6;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    height: 50px;
    padding-left: 23px;
    padding-right: 55px;
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/arrOrder.svg) no-repeat calc(100% - 10px) center #ECEAEA;
    background-size: 30px;
    cursor: pointer;
}

.simplecheckout-cart .name {
    text-align: left !important;
}

.simplecheckout-cart td.name small {
    display: none;
}

.simplecheckout-cart th {
    background: #ECEAEA;
    border: 0 !important;
}

.simplecheckout-cart, .simplecheckout-cart td {
    border: 0 !important;
}

.simplecheckout-cart td {
    vertical-align: middle;
}

.simplecheckout-cart tbody {
    background: #fff;
}

.simplecheckout-cart .name a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-decoration: none;
}

.simplecheckout-cart th.name {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    text-transform: uppercase;

    color: #000000;
}

.simplecheckout-cart th, .simplecheckout-cart td {
    padding: 0 !important;
}

.simplecheckout-cart th.name, .simplecheckout-cart td.name {
    padding-left: 35px !important;
    padding-right: 15px !important;
}

.simplecheckout-cart td.name div.image {
    display: none !important;
}

.simplecheckout-cart tr {
    height: 80px;
}
.card-drop .quantityb input::-webkit-outer-spin-button,
.card-drop .quantityb input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.simplecheckout-cart td.quantity {
    vertical-align: middle;
    width: 150px;
    text-align: right;
    padding-right: 20px;
}

.simplecheckout-cart .total {
    padding-right: 95px !important;
    width: 270px;
    text-align: right;
}

.simplecheckout-cart td.quantity .quantity-data {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.simplecheckout #total_shipping, .simplecheckout #total_sub_total {
    display: none !important;
}

#total_total.simplecheckout-cart-total {
    display: flex;
    border: 0;
    padding: 0;
    justify-content: flex-end;
    margin-top: 30px;
    width: 100%;
}

#total_total.simplecheckout-cart-total span:first-child {
    width: 191px;
    background: #ECEAEA;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    line-height: 50px;
}

#total_total.simplecheckout-cart-total span:first-child b {
    font-weight: 500;
}

.simplecheckout-cart-total-value {
    min-width: 332px;
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-align: right !important;
    display: inline-block;
    line-height: 50px;
    margin: 0;
}

.simplecheckout-cart-total-remove {
    display: none !important;
}


.simplecheckout-block-content .radio input[name="shipping_method"], .simplecheckout-block-content .radio input[name="payment_method"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.simplecheckout-block-content .radio {
    position: relative;
    margin-top: 29px;
}

.simplecheckout #simplecheckout_payment label, .simplecheckout #simplecheckout_shipping label {
    display: flex !important;
    margin: 0;
    align-items: center;
}


.simple-content #simplecheckout_payment .checkout-heading2:before, .simple-content #simplecheckout_shipping .checkout-heading2:before {
    content: " ";
    width: 30px;
    height: 20px;
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/arrOrder.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 14px;
    top: calc(50% - 10px);

}

.simple-content #simplecheckout_payment .checkout-heading2, .simple-content #simplecheckout_shipping .checkout-heading2 {
    margin-bottom: 0 !important;
    background: #ECEAEA;
    border: 1px solid #A6A6A6;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 13px !important;
    border-bottom: 0;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

#simplecheckout_payment .simplecheckout-block-content, #simplecheckout_shipping .simplecheckout-block-content {
    background: #ECEAEA;
    border: 1px solid #A6A6A6;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-left: 13px;
    padding-top: 24px;
    padding-right: 13px;
    padding-bottom: 15px;
    border-bottom: 0;
}

#simplecheckout_payment, #simplecheckout_shipping {
    border-bottom: 1px solid #A6A6A6;
}


#simplecheckout_payment .simplecheckout-block-content .radio:first-child, #simplecheckout_shipping .simplecheckout-block-content .radio:first-child {
    margin-top: 0;
}

#simplecheckout_payment, #simplecheckout_shipping, #payment_address_address_id {
    max-width: 635px;
    width: calc(50% - 15px);
    margin-right: 30px;
}


.simplecheckout-block-content .radio img, .simplecheckout-block-content .radio img {
    height: 27px;
    width: 38px;
    min-width: 38px;
    object-fit: contain;
    object-position: center;
    vertical-align: middle;
    margin-right: 14px;
}

.simplecheckout-block-content .radio label, .simplecheckout-block-content .radio label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;

}


.simple-content .reg-block .buttons {
    padding: 0 !important;
    margin-top: 50px;
}

#content.col-sm-12 h1 {
    display: none;
}

.title-checkout {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 25px;
}

.title-checkout-detail {
    margin-top: 45px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 48px;
}

.link-left-d, .link-right-d {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 50px;
    color: #FFFFFF;
    background: #3D3D3D;
    display: inline-block;
    width: calc(50% - 15px);
    text-align: center;
    cursor: pointer;

}

.link-right-d {
    background: #079948;
}

.bottom-buttons-d {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
}


.simple-content .checkout-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 35px !important;
    padding: 0 !important;
}

.coupon-wrap {
    display: flex;
    width: 100%;
    background: #fff;
    padding-left: 35px;
    padding-right: 35px;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 50px;
    margin-bottom: 25px;
}

.simple-content .checkout-heading {
    margin-top: 45px;
}

#simplecheckout_button_cart {
    background: #079948;
    line-height: 50px;
    display: inline-block;
    width: 285px;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.simple-content .buttons {
    background: unset !important;
    padding: 0 !important;
}

.simple-content .buttons #simplecheckout_button_confirm, #button-confirm {
    background: #079948;
    width: 524px;
    display: inline-block;
    text-decoration: none;
    line-height: 50px;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    max-width: 100%;
}

.simplecheckout-button-right {
    float: unset;
    max-width: 100%;
}


.coupon-wrap input {
    line-height: 48px;
    background: #ECEAEA;
    border: 1px solid #A6A6A6;
    width: 635px;
    max-width: 100%;
    padding-left: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    width: 100%;
}

.simplecheckout-cart-total span.inputs {
    display: flex !important;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;

}

.simplecheckout-cart-total:not(.simplecheckout-cart-buttons) {
    width: calc(100% - 318px);

}

.simplecheckout-cart-total {
    border: 0 !important;
}

#simplecheckout_cart .form-control {
    margin-left: 120px !important;
}

.simplecheckout-cart-total span.inputs.buttons {
    width: 100%;
}

#simplecheckout_customer .checkout-heading.panel-heading {
    display: none !important;
}

#simplecheckout_shipping_address .control-label {
    display: none !important;
}

#simplecheckout_shipping_address {
    margin-top: 50px;
}


#simplecheckout_shipping_address .simplecheckout-block-content .form-horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#simplecheckout_shipping_address .simplecheckout-block-content .form-group {
    width: calc(50% - 15px);
    margin-right: 30px;
}

#simplecheckout_shipping_address .simplecheckout-block-content .form-group:nth-child(2n) {
    margin-right: 0;
}

.simplecheckout {
    position: relative;
    margin-bottom: 40px;
}

.row-customer_register {
    width: 100%;
}

.row-customer_register .radio:first-child {
    order: 1;
}

.row-customer_register .radio {
    width: calc(50% - 15px);
    margin: unset;
}

.row-customer_register .radio label {
    width: 100%;
    margin: 0;
    display: inline-block;
    font-size: 0;
    color: rgba(255, 255, 255, 0);
    position: relative;
}

.row-customer_register .radio:nth-child(2) label:before {
    content: "ПОДТВЕРДИТЬ ЗАКАЗ БЕЗ РЕГИСТРАЦИИ";
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    line-height: 50px;
    position: relative;
    z-index: 3;
}

.description-tab-char table thead {
    display: none !important;
}

.description-tab-char .description-tab-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.description-tab-char table {
    background: #FAFAFA;
}

.description-tab-char table td {
    height: 50px;
}

.description-tab-char table tbody tr:nth-child(2n) {
    background: #EFEFEF;
}

.description-tab-char .description-tab-inner {
    padding-top: 32px;
}


.description-tab-char .description-tab-inner tr td:nth-child(1) {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    padding-left: 45px;
    padding-right: 20px;
}

.description-tab-char .description-tab-inner tr td:nth-child(2) {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;

    color: #000000;
}


.description-tab-char table {
    width: 100%;
}


.row-customer_register .radio:first-child label:before {
    content: "ПОДТВЕРДИТЬ ЗАКАЗ И ЗАРЕГИСТРИРОВАТЬ МЕНЯ";
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    line-height: 50px;
    position: relative;
    z-index: 3;
}

.row-customer_register .radio input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #3D3D3D;
    z-index: 1;
}

.row-customer_register .radio input[checked="checked"] {
    background: #079948;
}


.row-customer_register .col-sm-8 > div {
    display: flex;
    justify-content: space-between;
}

#simplecheckout_customer textarea {
    line-height: 48px;
    background: #ECEAEA;
    border: 1px solid #A6A6A6;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
}

#simplecheckout_customer textarea {
    height: 171px;
}

#simplecheckout_customer .form-group {
    width: calc(50% - 15px);

}


#simplecheckout_customer .form-group:last-child {
    width: 100%;
}

#simplecheckout_customer .form-group.row-customer_register {
    width: 100%;
}


#simplecheckout_customer .form-horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#search .input-lg:focus + .dropdown-menu, #search .input-lg:focus + .dropdown-menu + .live-search {
    padding: 0;
    padding-bottom: 0 !important;
    border: 0;
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.25)!important;
}

.live-search {
    margin-top: 51px !important;
}

.live-search {
    box-shadow: unset !important;
    border: 0px !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.live-search ul li {
    /*border: 2px solid #008000 !important;*/
    border-top: 0 !important;

}
.live-search ul li .product-price {

    display: none;
}
.live-search ul li:last-child {
    /*border-bottom: 2px solid #008000 !important;*/
}

.live-search ul li:first-child {
    /*border-top: 2px solid #008000 !important;*/
}

.live-search ul li {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
}

.live-search ul li .product-name {
    color: #101b00 !important;
}
.live-search ul li {

    font-size: 14px;
    line-height: 17px;

}
.live-search ul {

    background: #FFFFFF;

}
header .header-bottom .menu-block-inner .live-search ul > li > a {
    display: flex;
    width: 100%;
    text-align: left;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 10px !important;
    line-height: 1.2 !important;
}

.live-search ul li .product-image {
    margin-right: 15px;
}

.live-search ul li .product-name {
    width: calc(100% - 60px) !important;
    font-size: 14px !important;
}

.live-search ul li a {
    display: flex;
    align-items: center;
}

.review-faq-block .alert {
    width: 100%;
}

.review-faq-block .buttons {
    flex-wrap: wrap;
}

.strong-click {
    font-weight: 800;
    text-transform: uppercase;
}

.notinstock .product-top, .notinstock .product-bottom div:not(.last-button) {
    opacity: 0.5;
}

.site-info, .site-time {
    width: 50%;
}

.icon-dost {
    width: 32px;
    height: 32px;
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/openpr/del.svg) no-repeat center;
    margin-right: 25px;
}

.icon-pay {
    width: 32px;
    height: 32px;
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/openpr/pay.svg) no-repeat center;
    min-width: 32px;
    margin-right: 25px;
}

.icon-gar {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/openpr/gar.svg) no-repeat center;
    margin-right: 25px;
}

.icon-ref {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/openpr/ref.svg) no-repeat center;
    margin-right: 25px;
}

.infopr {
    border: 1px solid #E5E5E5;
    padding-left: 38px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
}

.infopr-block_title {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #333333;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
}

.infopr-block.active .infopr-block_title {
    margin-bottom: 0;
}

.infopr-block_description {
    margin-top: 10px;
    margin-bottom: 18px;
    display: none;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;

    color: #000000;
}

.infopr-block.active .infopr-block_description {
    display: block;
}

.infopr-blocks .infopr-block:last-child .infopr-block_title {
    margin-bottom: 0;
}

.infopr-block_title:after {
    content: " ";
    width: 17px;
    height: 23px;
    position: absolute;
    right: 0;
    top: calc(50% - 11.5px);

    background: url(https://trucker-boss.com/catalog/view/theme/default/img/openpr/arr.svg) no-repeat center;
}

.active .infopr-block_title:after {
    transform: rotate(180deg);
}

.infopr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.raitStick-wrap {
    display: flex;
    align-items: center;
    margin-top: 12px;
    justify-content: space-between;
    width: 100%;
}

.raitStick-wrap .stickers {
    margin-left: auto;
}

.raitStick-wrap .stickers .sticker {
    padding: 0 15px;
    border-radius: 0;
}

.raitStick-wrap > div:first-child {
    margin-left: 0;
}

.mobile-atricul {
    margin-bottom: 30px;
    margin-top: 30px;
}

.stockMob {
    font-style: italic;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #079948;
    display: flex;
    align-items: center;
}

.stockMob:before {
    content: " ";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #079948;
    margin-right: 5px;
    margin-top: -3px;
}

/*filtrer */

.irs-line {
    background: #C4C4C4;
    height: 4px;
    top: 34px;
    border-radius: 3px;
}

.irs-bar {
    background: #000000;
}

.irs-slider {
    border: 0 !important;
    background: #FFCA43 !important;
}

.slider_attrib {
    display: flex;
    flex-direction: column;
}

.block_sl.input_blok {
    order: 1 !important;
    margin-top: 10px;
}

.irs-with-grid {
    height: 50px;
}

#left_count, #right_count {
    width: 90px;
    height: 30px;
    border: 1px solid #B1B1B1;
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}


#column-left {
    position: absolute;
    right: 100%;
    width: 280px;
    right: calc(100% + 30px);
}

.page-wrap .product-blocks-wrap {
    position: relative;
}

#head_filter {
    display: none;
}

#filter_vier {
    padding: 0;
    display: block !important;
}

.block_param {
    border: 0;
}

#filter_vier {
    background: #F5F5F5;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 32px;
    padding-bottom: 33px;
}

#action_get {
    display: none !important;
}


#filter_vier .aj_bloc_btn {
    background: #079948;
    line-height: 40px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#filter_vier a {
    display: flex;
}


.bloc_aj_all {
    background: unset;
    border: 0 !important;
}

.aj_blc.aj_bloc_txt, .aj_blc.ajx_total_prod, #clear_vibor, .displ {
    display: none !important;
}

.hidis {
    display: block;
}

#filter_vier .link_fv .checkb:before, #filter_vier .link_fv .checka:before {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 0 !important;
    border: 0 !important;
}

#filter_vier .link_fv .checkb:hover:not(.curs_def):before {
    border: 0;
}

#filter_vier .link_fv .checka.actionis:after {
    border: 0 !important;
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/checkd.png) no-repeat center;
    width: 28px;
    height: 28px;
    transform: unset !important;
    left: 0;
    top: -5px;
}

.onli_param .text_param {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

#filter_vier .link_fv .checkb:before, #filter_vier .link_fv .checka:before {
    margin-right: 11px;
}

.onli_param .text_param {
    line-height: 22px;
    display: inline-block;
}

.title_filter {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    color: #000000;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.block_param {
    margin-bottom: 0;
}

#filter_vier .qnp label {
    margin-top: 0;
    margin-bottom: 3px;
}

.count_prod {
    display: none;
}


.title_p_f:after {
    content: " ";
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/arrfilter.svg) no-repeat center;
    width: 17.3px;
    height: 12.5px;
    display: inline-block;
    min-width: 17.3px;
    position: absolute;
    right: 0;
    top: 5px;
}

.hiden .title_p_f:after {
    transform: rotate(180deg);
}

.title_p_f {
    display: block;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    padding-right: 27.3px;
    position: relative;
}

.block_param.hiden .onli_param:not(.qnp) {
    display: none;
}


.title_filter, .blok {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.irs-grid, .block_sl.height_prim {
    display: none !important;
}

#filter_vier label {
    margin-bottom: 14px;
}

.block_param {
    padding-bottom: 45px;
}

.blok .row_blok:last-child label {
    padding-bottom: 0 !important;
}

.curs_def {
    display: flex;
}

.filter-but {
    display: none;
}

#simplecheckout_payment .simplecheckout-block-content, #simplecheckout_shipping .simplecheckout-block-content {
    display: none;
}


#simplecheckout_payment.actD .simplecheckout-block-content, #simplecheckout_shipping.actD .simplecheckout-block-content {
    display: block;
}

.ddAcc svg path {
    fill: #000000;
}

.copy-text {
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
}

.copy-text a {
    color: #FFFFFF;
    text-decoration: none;
}

.description-tab-char table td img {
    display: none;
}

.brand-art-block #product-question {
    display: none !important;
}

.brand-art-at-block {
    display: flex;
    flex-wrap: wrap;
}

.at-item {
    width: 33.33333%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.at-data, .at-item-inner {
    text-align: center;
}

.at-item-inner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}

.at-item-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.at-data {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.at-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.at-item-inner {
    border: 1px solid #E5E5E5;
    padding: 20px;
}

.product-aside-block {
    grid-row: span 2;
}

.brand-art-at-block {
    margin-left: -15px;
    margin-right: -15px;
    grid-column: span 2;
}

/* banners */
.bnddkblock {
    width: 100%;
    flex-direction: column;
}

.bnddkblock .banner-left, .bnddkblock .banner-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.bnddkblock .info-block {
    position: relative;
    z-index: 1;
}

.bnddkblock .banner-left img, .bnddkblock .banner-right img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    width: calc(100% - 445px);
}

.bnddkblock-item {
    text-decoration: none;
}

.bnddkblock .info-block {
    min-height: 305px;
    width: 445px;
    padding: 35px 32px;
}

.bnddkblock-item {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.main-slider:not(.slick-slider) img, .main-slider-block .prev:not(.slick-arrow), .main-slider-block .next:not(.slick-arrow) {
    opacity: 0;
}

header.sticky .header-bottom .logo .logo-text {
    /*opacity: 0;
    display: none;*/
}

#tab-documentation ul {
    list-style-type: none;
}

#tab-documentation ul > li > a {
    color: #000;
    line-height: 1.5;
}

.price-retail {
    padding: 12px 30px 12px 15px;
    margin-right: 6px;
    width: 100%;
    align-self: start;
    background: #F5F5F5;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    width: auto;
    margin-top: 24px;
}

.shipping_description,
.simplecheckout-methods-description {
    background-color: #FFEFB7;
    width: calc(50% - 15px);
    padding: 20px 30px;
    font-size: 14px;
    font-weight: 500;
}

.simple-content #simplecheckout_shipping .checkout-heading2 img,
.simple-content #simplecheckout_payment .checkout-heading2 img {
    height: 24px;
    margin-right: 20px;
}

#checkout-cart .dtable-total tr:first-child {
    display: none;
}
.row-shipping_address_city {
    position: relative;
}
#simplecheckout_shipping_address input[name="shipping_address[city]"] {
    font-size: 14px;
    text-transform: uppercase;
}
.form-group .dropdown-address {
    width: 100%;
}
.form-group .dropdown-address li a {
    font-size: 14px;
    text-align: left;
}
/*Search results*/


#callback_modal.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#callback_modal #fcallback{
    background: #079948;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 40px;
        margin: auto auto;
    justify-content: center;
    display: flex;
}
#callback_modal.modal:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    display: block;
}
#callback_modal .modal-header{
    background: #3D3D3D;
}
#callback_modal .modal-body{
    padding: 35px 90px 15px;
}
#callback_modal.modal .modal-dialog {
    z-index: 5;
    background: #FFFFFF;
    width: 409px;
    position: absolute;
    padding: 56px 22px;
    left: 50%;
    top: calc(50% + 30px);
    transform: translate(-50%, -50%);
    max-width: calc(100% - 30px);
    background: #DBDBDB;
    width: 600px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 40%);
    padding: 0;
}
#callback_modal #fcallback:hover {
    cursor: pointer;
    background: #047335;
}
#callback_modal.modal .modal-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    /* color: #000000; */
    margin: 0;
    padding: 35px 90px 15px;
    margin-bottom: 35px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

#callback_modal.modal .alert {
    margin-bottom: 15px;
}

#callback_modal.modal .alert.errorDs {
    margin-bottom: 0;
    margin-top: 10px;
}


#callback_modal.modal .close {
    position: absolute;
    right: 22px;
    top: 16px;
    font-size: 0;
    line-height: 0;
    color: rgba(255, 255, 255, 0);
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/close.svg) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: contain;
    cursor: pointer;
}

#callback_modal.modal .form-group {
    margin-bottom: 28px;
}

#callback_modal.modal .form-group input {
    display: block;
    width: 100%;
    background: #ECEAEA;
    border: 1px solid #A6A6A6;
    line-height: 48px;
    padding: 0 10px;
}

#callback_modal.modal .form-group input.error {
    border-color: red !important;
}

#callback_modal.modal .form-group input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Montserrat';
}

#callback_modal.modal .form-group input::-moz-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Montserrat';
}

/* Firefox 19+ */
#callback_modal.modal .form-group input:-moz-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Montserrat';
}

/* Firefox 18- */
#callback_modal.modal .form-group input:-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Montserrat';
}


#callback_modal.modal .form-group label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}


#callback_modal.modal .form-group:last-child {
    margin-top: 65px;
    margin-bottom: 0;
}



#callback_modal.modal {
    display: none;
    opacity: 0;
    transition: all 0.5s;
}

#callback_modal.modal.fade.in {
    opacity: 1;
}

#kmacb {
    position: fixed;
    *visibility: hidden;
    background-color: transparent;
    width: 140px;
    height: 140px;

    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    right: 15px;
    bottom: 15px;
}



#kmacb a {
    text-decoration: none;
}

#kmacb .kmacb-img-circle {width: 60px;height: 60px;/* background: #38b50ab3 center center no-repeat url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAA8CAMAAADIULPRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABs1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAAAPKcAvAAAAj3RSTlMATksXN+N4FifeiTABxPV+DCj9xy2kSQnl1y8iwA13/qruG/yN5hx6ZGq8WPAm9CmU+lAYtVQLTb1jBDGzhQW6q09EHhLqDhP52a4CYM/yD8o5bgPYHxH4nsapQge4V4ZzPAjtJMzCOBCvnzZVpyHzQ4Ta36xBuetRmI6jBoPxYXvTLHXvmYvbgJfWvoc0GTlTyOIAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAB8UlEQVRIx43W91cTQRAH8AWResRwQCAGjKGEmkRQQDkMVhIQC4QWCMUAErtYqEoNCqLsv8yDl3e7e3uzk+9vd/d58+Z2Zy8hBE5O7hWSXfIopVfzC7KhhfQyRcUlKNVKaSaOa07ElunUTHmF2lZSLkUuFa2q5i11X1dYDxVTUwvbGxbrvQlbH7WmDlzcesk2QNYlUdroB2yTbOubAdsiW9oK2DYb267Z24Au22DI3mq3ZNvRCTRx+46Mu6BV6+65a7X34K3rNfpEe58oEjb6+XdsI8o4HzCqP1RbYnB1HyGWcPYxQp88NalvALGRqGkHsRYCrIWhZ4gd9pp2GKv73KQvuhH6kp27V1jZEdbuKEJjY+wI+RE7zsahFGthiLXQjNAJRicRqrUyO6WpbYhRRwSpG2d2GqEz3Dh61DThYHTWMja1c/MLr5NsGxa507Mk0sLli7tvVlKZ67dcB+9E+j6Yue/+EL5Yro8cdSQE+ukze1Te9aWlkf8urAo0+ZXC+dYr2O8KSssE+kNF18TdVdF1cQ2mVFYc8ZAXlvqGWHZTUXXLsvEK2meZAyMK0u2flrJO0DbJZ+GXvdzZtRnU2J7P5tds/wCY68O0lR6lAEo0z+8d5ib/HIN/Fi4TCZzEo2m6/vf033+SRQbOwv6Y4vk50nYdHuLvx/IAAAAASUVORK5CYII='); */position: absolute;top: 40px;left: 40px;border-radius: 100%;border: 2px solid transparent;opacity: .8;-webkit-animation: kmacb-circle-img-anim 1s infinite ease-in-out;-moz-animation: kmacb-circle-img-anim 1s infinite ease-in-out;-ms-animation: kmacb-circle-img-anim 1s infinite ease-in-out;-o-animation: kmacb-circle-img-anim 1s infinite ease-in-out;animation: kmacb-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;transform-origin: 50% 50%;background-size: 50%;}

#kmacb .kmacb-circle-fill {
    opacity: .24;
    -webkit-animation: kmacb-circle-fill-anim 2.3s infinite ease-in-out!important;
    -moz-animation: kmacb-circle-fill-anim 2.3s infinite ease-in-out!important;
    -ms-animation: kmacb-circle-fill-anim 2.3s infinite ease-in-out!important;
    -o-animation: kmacb-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation: kmacb-circle-fill-anim 2.3s infinite ease-in-out!important;
    background: #38b50ab3 repeat;
    width: 90px;
    height: 90px;
    top: 25px;
    left: 25px;
    position: absolute; 
    border-radius: 100%;
    border: 2px solid transparent;
}

#kmacb .kmacb-circle {
    opacity: .35;
    -webkit-animation: kmacb-circle-anim 2.2s infinite ease-in-out!important;
    -moz-animation: kmacb-circle-anim 2.2s infinite ease-in-out!important;
    -ms-animation: kmacb-circle-anim 2.2s infinite ease-in-out!important;
    -o-animation: kmacb-circle-anim 2.2s infinite ease-in-out!important;
    animation: kmacb-circle-anim 2.2s infinite ease-in-out!important;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #38b50ab3;
}

#kmacb:hover .kmacb-img-circle, #kmacb:hover .kmacb-circle-fill {
    background-color: #f57524;
}

#kmacb:hover .kmacb-circle {
    border-color: #f57524;
}

#kmacb:hover .kmacb-img-circle {
    -webkit-animation: kmacb-circle-img-anim-hover 1s infinite ease-in-out;
    -moz-animation: kmacb-circle-img-anim-hover 1s infinite ease-in-out;
    -ms-animation: kmacb-circle-img-anim-hover 1s infinite ease-in-out;
    -o-animation: kmacb-circle-img-anim-hover 1s infinite ease-in-out;
    animation: kmacb-circle-img-anim-hover 1s infinite ease-in-out;
}
@-moz-keyframes kmacb-circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes kmacb-circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes kmacb-circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0deg) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@keyframes kmacb-circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes kmacb-circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes kmacb-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes kmacb-circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@keyframes kmacb-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@keyframes kmacb-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-moz-keyframes kmacb-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-webkit-keyframes kmacb-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-o-keyframes kmacb-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes kmacb-circle-img-anim-hover {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-35deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(35deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-35deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(35deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-moz-keyframes kmacb-circle-img-anim-hover {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-35deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(35deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-35deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(35deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-webkit-keyframes kmacb-circle-img-anim-hover {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-35deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(35deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-35deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(35deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-o-keyframes kmacb-circle-img-anim-hover {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-35deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(35deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-35deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(35deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.bottom-buttons .buy-block{
    position: relative;
}
.in_cart_counter{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    position: absolute;
    background: #079948;
    right: 0;
    top: -15px;
    width: 32px;
    height: 32px;
    border-radius: 20px;
    padding: 5px 0 0;
    display: flex;
    justify-content: center;
}

.in_cart_btn{
    background: #A6A6A6!important;
}

.products-inner-wrap{
    width: 100%;
}

.ocf-theme-light .ocf-search-btn-static, .ocf-theme-light .ocf-search-btn-popover, .ocf-theme-light .ocf-search-btn-static.ocf-disabled, .ocf-theme-light .ocf-search-btn-popover.ocf-disabled {
    background-color: #6a7275!important;
    color: #fff;
    font-style: normal;
    color: #FFFFFF;
    display: block;
    text-align: center;
    background: #079948!important;
    border-radius: unset;
    text-decoration: none;
}
.ocf-theme-light .ocf-search-btn-static:hover, .ocf-theme-light .ocf-search-btn-popover:hover {
    background: #047335!important;
}

.mobile-menu-button.bk-btn {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    background: #01692F;
    color: #FFFFFF;
    display: flex;
    width: calc(100% + 70px);
    flex-direction: row;
    justify-content: center;
    height: 45px;
    position: relative;
    margin-top: -29px;
    margin-left: -18px;
    margin-bottom: 30px;
}


.mobile-menu-button.bk-btn div svg{
    transform: rotate(0deg)!important;
    margin-right: 10px;
}

.s_mob{
        display: none;
    }

.menu_login{
    display: none;
}
.menu_login.active {
    z-index: 555;
    height: auto;
    background: white;
    display: block;
    position: absolute;
    width: 100%;
    overflow: auto;
}
.top_menu_login {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0 20px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 35px;
}
.top_menu_login .login{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #079948;
    text-decoration: none;


}
.top_menu_login .register{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
}
.top_menu_phone .t_phone a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
    margin-left: 35px;
    display: block;
    margin-top: 15px;
}
.top_menu_phone{
    border-bottom: 1px solid #E5E5E5;
}
.t_contacts_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    margin-top: 24px;
    color: #424242;
    margin-left: 35px;
}
.top_menu_soc ul{
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: space-evenly;
    padding: 20px 18px 11px;
}
.top_menu_call a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    text-align: center;
    background: #079948;
    padding: 22px 0 22px;
    text-decoration: none;
}
.t_contacts_address{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    margin-top: 12px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    margin-left: 35px;
}
.t_contacts_desc{
    font-family: 'Montserrat';
    font-style: normal;
    /* font-weight: 800; */
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
    margin-left: 35px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.t_contact a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #000000;
    margin-top: 24px;
    margin-left: 35px;
    display: block;
    margin-bottom: 27px;
}

.gallery-wrap {
    background: white;
    padding-top: 45px;
    padding-bottom: 51px;
    margin-bottom: 75px;
}

.gallery-wrap .slick-next, .gallery-wrap .slick-prev{
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    background: url(/image/next-gray.svg) no-repeat!important;
    background-size: 100%;
    /* width: 34px; */
    /* height: 34px; */
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 25;
}
.slick-next {
    right: -2rem;
}
.slick-prev {
    left: -2rem;
}
.title_g{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    margin-bottom: 75px;
}
@media (max-width: 1199px){
    .products-notslider {
        display: grid;
        grid-template-columns: 33.3% 33.3% 33.3%;
    }
}

@media (max-width: 1099px){
    .products-notslider {
        display: grid;
        grid-template-columns: 50% 50%;
    }
}


footer .top_menu_phone .t_phone a {
    margin-left: 0;
    color: white;

}
.f_link a{
    font-family: 'Montserrat';
    font-style: normal;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 21px;
    display: block;
}
.f_link {
    font-family: 'Montserrat';
    font-style: normal;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 21px;
    display: block;
}
.f_title_m{
    margin-bottom: 21px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
}
footer .top_menu_soc li{
    margin-right: 15px;
}
footer .top_menu_soc ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: space-evenly;
    padding: 20px 0 11px;
    padding-left: 0;
}
footer .top_menu_phone {
    border-bottom: unset;
    margin-bottom: 40px;
    margin-left: 0;
}
footer .t_contacts_title {
    margin-left: 0;
    color: white;
}
footer .t_contacts_desc {
    margin-left: 0;
    color: white;
}
.product-item .product-top a img{
    width: 100%;
}
.footer-inner .logof{
    display: none;
}
.logo_f_b{
    display: block;
}
.cards-block .top_menu_soc{
    display: none;
}

.not-in-stock-top div {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #DF453B;
    display: flex;
    align-items: center;
}
.not-in-stock-top div svg{
    margin-right: 13px;
}
.not-in-stock-top{
    background: #e2574c59;
    border-radius: 4px;
    padding: 8px 12px 8px;
}

.in-stock-top div svg{
    margin-right: 13px;
}
.in-stock-top div {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #079948;
    display: flex;
    align-items: center;
}
.in-stock-top{
    background: #0799484d;
    border-radius: 4px;
    padding: 8px 12px 8px;
}
.top-stock{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-stock .brand-art-item .ba-data{
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    color: #000000;
}
.top-stock .brand-art-item .ba-title{
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    color: #B1B1B1;
}

.top-p-b{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 30px;
}

.top-p-b .infopr {
    margin-top: 0;

    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}


.top-p-b .infopr-block{
    padding-left: 38px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #E5E5E5;
}
.infopr-block_title:after{
    display: none;
}
@media (max-width: 800px){

    .brand-art-at-block {
        grid-column-start: unset;
        grid-column-end: unset;
        grid-row-start: unset;
        grid-row-end: unset;
    }
    .top-p-b {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 30px;
}
    .cards-block .top_menu_soc{
        display: block;
    }
    .t_contacts_title {

        margin-top: 0px; 

    }
    .f_bl_2{
        margin-top: 22px;
    }
    .f_bl_1, .f_bl_2{
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .f_bl_1 .top_menu_soc{
        display: none;
    }
    .cards-block{
        text-align: center;
    }
    .logo_f_b{
        display: none;
    }
    .f_link a, .f_link{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .f_title_m{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 900;
        font-size: 12px;
        line-height: 15px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-top: 30px;
    }
    footer .top_menu_phone .t_phone a {
        margin-left: 0;
        color: white;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 16px;
        line-height: 5px;
        color: #FFFFFF;
    }
    footer .t_contacts_desc {
        margin-left: 0;
        color: white;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .footer-inner .logof{
        margin-bottom: 40px;
        display: block;
        text-align: center;
    }
    @media (max-width: 1099px){
        .products-notslider {
            display: grid;
            grid-template-columns: 100%;
        }
    }
    .card-drop {
        width: 100%;
        top: 75%!important;
        right: 97px!important;
    }
    .header-middle-inner .phone-block {
        display: none;
    }
    .mobileLogin {
        display: none !important;
    }
    .menu_login.active #form-language {
        display: block!important;
    }
    #form-language{
        display: none;
    }
    .card-drop:after {
        right: 6%;
    }
    .second_c_m {
        display: block;
    }
    .menu_login .ddAcc {
        display: block !important;
    }
}

.mcart_products {
    border-bottom: 1px solid #E5E5E5;
    max-height: 330px;
    overflow: auto;
}

.product-item .last-button{
    margin-bottom: 1px;
}

.card-drop .remove-row {
    display: flex;
}

.card-drop .remove-row svg {
    pointer-events: none;
}

.card-drop .remove-row svg path {
    fill: #000 !important;
}

.dropdown-toggle svg, .dropdown-toggle span {
    pointer-events: none;
}

.spinner-overlay {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.5);
}

.spinner-holder {
    width: 50px;
}

.spinner-holder img {
    width: 100%;
    height: auto;
}

@media (hover: hover) {
    .header-top a:hover, .language-select.btn:hover, .f_link a:hover {
        color: #079948;
        cursor: pointer;
    }
    .nname:hover {
        color: #079948 !important;
    }
    .header-middle-inner .socials a:hover svg path, .top_menu_soc a:hover svg path {
        fill: #079948;
    }
    .header-middle-inner .phone-block a:hover, .logo:hover {
        opacity: 0.7;
    }
    .ddAcc:hover path, .minicart-trigger:hover svg path {
        fill: #079948;
    }
    .live-search + .input-group-btn > button:hover svg path {
        fill: #079948;
    }
    .product-item, .categorie-block {
        transition: box-shadow .2s ease-in;
    }
    .product-item:hover, .categorie-block:hover {
        box-shadow: 0px 0px 10px 5px rgba(0,0,0,.3);
    }
    .account-page .account-link:hover {
        border-bottom: 4px solid #079948;
    }
}

.categories-blocks-wrap {
    overflow: visible;
}

.categorie-block:nth-child(1), 
.categorie-block:nth-child(2),
.categorie-block:nth-child(3),
.categorie-block:nth-child(4) {
    border-top: 0;
}

.note-video-clip {
    width: 100%;
    height: auto;
    min-height: 680px;
}

@media (max-width: 1024px) {
    .note-video-clip {
        min-height: 480px;
    }
}

@media (max-width: 768px) {
    .note-video-clip {
        min-height: 300px;
    }
}

/* info-popup */

.info-popup {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	padding: 10px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.info-popup:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: -1;
}

.info-popup-content {
	width: 100%;
	max-width: 605px;
	background-color: #fff;
	position: relative; 
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.7);
	color: #000;
}

.info-popup-content:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/* background-image: url(/wp-content/uploads/2022/04/ukraine_flag.jpeg); */
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	opacity: 0.4;
}

.info-popup-content-inner {
	padding: 46px 15px 24px 15px;
	position: relative;
}

.info-popup .text-center {
	text-align: center;
}

.info-popup-content-wrappeer {
	line-height: 30px;
	padding-top: 10px;
}

.info-popup .close-button {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 0;
    line-height: 0;
    color: rgba(255, 255, 255, 0);
    background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/close.svg) no-repeat center;
    width: 28px;
    height: 28px;
    background-size: contain;
    cursor: pointer;
    border: 0 !important;
}

.oncl-confirm {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.oncl-confirm::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
}

.oncl-confirm-inner {
    padding: 15px;
    background-color: #fff;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.oncl-confirm-inner .row-buttons {
    justify-content: center;
}

.oncl-confirm-inner .row-buttons button {
    width: auto;
    min-width: 60px;
    margin: 15px;
}

.load-more {
    margin: 15px 0 25px;
}

.load-more > button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 18px;
}

.load-more > button img {
    width: 50px;
    height: 50px;
    transition: transform 0.3s;
}

.load-more > button:hover img {
    transform: scale(1.1);
}

.load-more > button:hover {
    color: #079948;
    cursor: pointer;
}

/* .info-popup .close-button {
	width: 190px;
	height: 60px;
	background-color: #FECA0B;
	border: 0;
	font-weight: 900;
	font-size: 16px;
	cursor: pointer;
} */

.h_mob {
    display: flex;
    align-items: center;
}

.h_mob img {
    margin-right: 5px;
}
/* Jet Cache: /catalog/view/theme/default/css/responsive.css */
.show_mobile{
    display: none;
}

@media (max-width: 1400px){
    .nextProd, .prevProd {
        display: none !important;
    }
    .gallery-wrap .slick-next, .gallery-wrap .slick-prev{
        display: none !important;
    }
}

@media (max-width: 700px){
    .show_mobile{
        display: block;
    }
    .hide_mobile{
        display: none;
    }
}

@media (min-width: 651px) {
    
    .mobile-atricul {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .brand-art-item {
        display: flex;
    }
    .brand-art-item .ba-title {
        font-style: italic;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        color: #B1B1B1;
        margin-right: 9px;
    }
    .brand-art-item .ba-data {
        font-style: italic;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        color: #000000;
    }
    .mobile-atricul {
        margin-bottom: 20px;
        margin-top: 0;
    }
}


@media (min-width: 650px) {
    .bottom-buttons .quantity-block span:hover, .oc button#decrease_quantity:hover, .oc button#increase_quantity:hover {
        background: #d3d3d3;
    }
    .review-faq-block .pagination li a:hover {
        background: #079948;
        color: #fff;
    }
    .bottom-buttons .buy-link:hover, .subscribe-form .button-send-wrapper span:hover, #oc_submit:hover, #notify_submit:hover, #button-review:hover, #button-question:hover, .cart-page .buttons a:hover, #simplecheckout_button_cart:hover, .simple-content .buttons #simplecheckout_button_confirm:hover, #button-confirm:hover, .order-by-foto-page .send-button:hover, .form-block .btn.btn-primary:hover, .ddbutton a:hover {
        background: #047335;
    }
    .row-customer_register .radio input:hover {
        background: #079948;
    }
    .buy-one-order[onclick^=notify_when_available]:hover, .order-by-foto-page .file-field-block .inf__drop-area:hover .inf__btn {
        background: #F7981D !important;
        color: #fff !important;

    }
    .buy-one:hover {
        color: #fff !important;
        background: #27AAE2 !important;
    }
    .buy-one:hover:before {
        filter: brightness(150);
    }
    .close-mod:hover {
        background: #949191;
    }
}

@media (max-width: 1850px) {
    .logo {
        position: static;
        background: #fff;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .header-bottom .menu-block-inner .super-menu-wrap:before {
        content: " ";
        width: 60px;
        height: 100%;
        -moz-transform: skew(-20deg, 0deg);
        -webkit-transform: skew(-20deg, 0deg);
        -o-transform: skew(-20deg, 0deg);
        -ms-transform: skew(-20deg, 0deg);
        transform: skew(-20deg, 0deg);
        background: #282828;
        left: -17px;
        top: 0;
        position: absolute;
    }
    .header-bottom .menu-block-inner ul > li > a {
        font-size: 11px;
    }
    header.sticky .header-bottom .menu-block-inner {
        padding-right: 70px;
    }
    header.sticky .header-bottom .menu-block-inner .super-menu-wrap {
        width: calc(100% - 180px);
    }
    .header-bottom .menu-block-inner:before {
        display: none;
    }
    .menu-block-inner {
        display: flex;
        justify-content: space-between;
    }

    .header-bottom .menu-block-inner .super-menu-wrap {
        position: relative;
        z-index: 1;
        width: calc(100% - 211px);
    }

    .header-bottom .menu-block-inner {
        background: unset;
    }

    .header-bottom .menu-block-inner .super-menu-wrap {
        background: #282828;
    }

}

@media (max-width: 1450px) {

    .news-slider, .products-slider {
        padding-left: 30px;
        padding-right: 30px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .prevProd {
        left: 0;
    }

    .nextProd {
        right: 0;
    }

    #related .product-blocks .prevProd {
        left: -20px;
    }

    #related .product-blocks .nextProd {
        right: -20px;
    }
}

@media (max-width: 1330px) {
    .description-tab-char .description-tab-inner tr td:nth-child(1) {
        padding-left: 20px;
    }

    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .description-tab-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .small-images {
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .prevProdOpen {
        left: -12px;
    }

    .nextProdOpen {
        right: -12px;
    }

    .product-blocks .product-block {
        width: 33.3333%;
    }

    .categories-blocks .categorie-block {
        width: 33.3333%;
    }

    .subscribe-block .input-wrapper input {
        width: 280px;
    }

    .bnddkblock br {
        display: none;
    }

    .info-block .info-title {

        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .info-block {
        font-size: 15px;
        line-height: 1.2;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .bnddkblock .info-block {
        min-height: 132px;
    }

    .main-slider-block .container {
        padding: 0;
    }

    header.sticky #cart {
        right: 15px;
    }

    header .header-bottom .menu-block-inner ul > li > a {
        font-size: 9px;
        padding-left: 5px;
        padding-right: 5px;
    }

    header .header-bottom .menu-block-inner ul > li > a > img {
        max-width: 95px;
    }

    .logo img {
        width: 132px;
    }

    .logo img {
        min-width: 97px;
    }

    .logo span {
        font-size: 7px;
    }

    .header-bottom .menu-block-inner .super-menu-wrap {
        width: calc(100% - 168px);
    }

    header.sticky .header-bottom .menu-block-inner .super-menu-wrap {
        width: calc(100% - 168px);
    }

    header.sticky .header-bottom .menu-block-inner ul > li > a > img {
        max-width: 75px;
    }

    header.sticky .header-bottom .menu-block-inner ul > li > a {
        font-size: 9px;
    }


}

@media (max-width: 1930px) {
    #column-left {
        width: 236px;
        position: static;
        max-width: 236px;
        min-width: 236px;

    }

    .product-blocks-wrap {
        display: flex;
    }

    .product-blocks {
        padding-left: 30px;
    }
    #related .product-blocks {
        padding-left: 0px;
    }
    .product-blocks .product-block {
        width: 33.3333%;
    }
    #related .product-blocks .product-block,
    #product-search .product-blocks .product-block {
        width: 25%;
    }
    #product-search .product-blocks {
        padding-left: 0px;
    }
    
}


@media (min-width: 1201px) {
    .mobile-menu-button {
        display: none !important;
    }
}


@media (max-width: 1200px) {
    .mobileLogin {
        /*display: block !important;*/
        margin-right: 15px;
    }

    .ddAcc {
        display: none !important;
    }


    .prTdImg, #checkout-cart .prCart thead tr td:first-child {
        display: none !important;
    }

    .s-icon svg {
        display: none !important;
    }

    #search .s-icon {
        width: 24px;
        height: 24px;
        background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/search.svg) no-repeat center;
        background-size: contain;
    }

    .search-block.active #search .s-icon.search-cansel {
        background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/close-s.svg) no-repeat center;
        background-size: contain;
    }


    .row-customer_register .radio:nth-child(2) label:before, .row-customer_register .radio:first-child label:before {
        font-size: 16px;
    }

    .prTdName, #checkout-cart .prCart thead tr td:nth-child(2) {
        padding-left: 10px;
    }

    .prTdName {
        height: 70px;
    }

    .menu-block-inner .search-block {
        display: flex !important;
        justify-content: flex-end;
    }

    #search input {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    .mobile-menu-button {
        top: 14px;
    }

    #search input::-webkit-input-placeholder {
        font-family: 'Montserrat';
        color: #fff;
    }

    #search input::-moz-placeholder {
        font-family: 'Montserrat';
        color: #fff;
    }

    /* Firefox 19+ */
    #search input:-moz-placeholder {
        font-family: 'Montserrat';
        color: #fff;
    }

    /* Firefox 18- */
    #search input:-ms-input-placeholder {
        font-family: 'Montserrat';
        color: #fff;
    }

    .price-butons-wrap {
        justify-content: center;
    }

    .product-page-blocks .product-page-block:nth-child(2), .product-page-blocks .product-page-block:last-child {
        order: 1;
    }

    .product-page-block .price-butons-wrap {
        margin-top: 30px;
        margin-bottom: 35px;
    }

    .brand-art-block .brand-art-item {
        align-items: flex-end;
    }

    .brand-art-block .brand-art-item:first-child {
        margin-bottom: 20px;
    }


    .product-page-block .price-product {
        margin-right: 30px;
        width: 100%;
    }
    .price-retail {
        width: 100%;

    display: flex;
    flex-direction: row;
    }

    .price-retail div{
        margin-right: 10px;
        font-family: 'Montserrat';
        font-style: italic;
        font-weight: 500;
        font-size: 16px!important;
        line-height: 20px!important;
        color: #000000!important;
    }
    .product-tabs-block {
        margin-top: 30px;
    }

    .promo-product {
        margin-left: -20px;
        margin-right: -20px;
    }

    .product-tabs-block .container {
        padding-left: 0;
        padding-right: 0;
    }

    .product-tabs-nav .product-tabs-nav-inner .product-tab-title {
        margin-left: unset;
        margin-right: unset;
        padding-left: 22px;
        padding-right: 22px;
    }

    .product-tabs-nav .product-tabs-nav-inner {
        padding-left: 0px;
        padding-right: 0px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .product-page-blocks .product-page-block {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .prevProdOpen {
        left: -13px;
    }

    .nextProdOpen {
        right: -13px;
    }

    .product-page-blocks {
        margin-left: 0px;
        margin-right: 0px;
    }


    .mkids:hover .bigdiv {
        display: none;
    }

    .mkids .bigdiv.active {
        display: block;
        display: block;
        position: absolute;
        top: 0;
        z-index: 5;
        background: #079948;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
        border-radius: 0px;
    }

    .header-bottom nav {
        /*overflow: hidden;*/
        overflow: auto;
    }

    .supermenu-left .withimage img {
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    }


    .header-bottom .menu-block-inner .menu-bottom-block {
        display: flex;
        justify-content: space-around;
        padding-top: 23px;
        padding-bottom: 21px;
    }

    header.sticky .header-bottom .menu-block-inner ul > li > a > img {
        max-width: 70px;
    }

    header.sticky .header-bottom .menu-block-inner ul > li > a, header.sticky .header-bottom .menu-block-inner ul > li > a {
        font-size: 9px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header .header-bottom .menu-block-inner ul > li > a > img {
        max-width: 70px;
    }

    .menu-bottom-item img {
        margin-bottom: 5px;
    }

    .menu-bottom-block {
        background: #282828;
        padding-left: 8px;
        padding-right: 8px;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
        border-radius: 0px 0px 20px 20px;
    }

    header .header-bottom .menu-block-inner nav {
        padding-left: 8px;
        padding-right: 8px;
    }

    .menu-bottom-item {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-style: normal;
        font-weight: 600;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .address-place-block .address-place-info img {
        width: 40px;
        min-width: 40px;
    }

    header .header-bottom .menu-block-inner .super-menu-wrap {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #079948;
        border-radius: 0px 0px 20px 20px;
    }

    header .header-bottom.active .menu-block-inner .super-menu-wrap {
        display: block;
    }

    .header-bottom .menu-block-inner nav > ul > li > a img {
        filter: brightness(900);
    }

    .header-bottom .menu-block-inner nav > ul > li:last-child > a img {
        filter: unset !important;
    }


    .header-bottom .menu-block-inner .super-menu-wrap:before {
        display: none;
    }


    .header-bottom .menu-block:after {
        display: none;
    }

    .menu-block {
        background: #282828;
    }

    .menu-block .container {
        padding-left: 0;
        padding-right: 0;
    }

    .header-bottom .menu-block {
        padding-right: 20px;
    }

    .header-bottom .menu-block-inner {
        position: static;
    }

    .header-bottom .menu-block-inner .super-menu-wrap ul > li {
        width: 33.333333%;
        justify-content: center;
    }

    .header-bottom .menu-block-inner ul > li > a {
        align-items: center;
        text-align: center;
    }

    .header-bottom .menu-block-inner .super-menu-wrap ul > li {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    header.sticky .header-bottom .menu-block-inner .super-menu-wrap {
        width: 100%;
    }

    .header-bottom .menu-block-inner .search-block {
        /*margin-right: 17px;*/
    }

    .search-block, #cart {
        display: none;
    }

    .header-bottom .menu-block-inner .search-block, .header-bottom .menu-block-inner #cart {
        display: block;
        position: static !important;
    }

    header.sticky .header-bottom .logo {
        top: unset;
    }

    header.sticky .header-bottom .menu-block-inner {
        padding-right: 0px;
    }

    header.sticky #cart svg {
        width: 24px;
        height: auto;
    }

    .mobile-menu-button {
        display: block;
    }

    .header-bottom .logo:before {
        content: " ";
        width: 60px;
        height: 100%;
        -moz-transform: skew(-25deg, 0deg);
        -webkit-transform: skew(-25deg, 0deg);
        -o-transform: skew(-25deg, 0deg);
        -ms-transform: skew(-25deg, 0deg);
        transform: skew(-25deg, 0deg);
        background: #282828;
        left: calc(100% - 17px);
        top: 0;
        position: absolute;
    }

    .logo {
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
        padding-left: 20px;
        padding-right: 38px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .menu-block-inner {
        align-items: center;
    }

    .menu-block-inner svg path {
        fill: white;
    }

    .logo span {
        display: none;
    }


    .contacts-social-blocks svg {
        max-width: 35px;
    }
}


@media (max-width: 1150px) {
    .filter-but {
        width: 24px;
        min-width: 24px;
        height: 24px;
        background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/filt.svg) no-repeat center;
        display: inline-block;
        margin-left: 10px;
    }

    .page-wrap {
        overflow: hidden;
    }


    .product-blocks .product-block {
        width: 50%;
    }

    .products-inner-wrap {
        width: 100%;
    }

    .product-blocks {
        padding-left: 0;
    }

    #column-left {
        position: absolute;
        left: 0%;
        top: 0;
        width: 100%;
        z-index: 7;
        display: none !important;
        max-width: 100%;
        min-width: unset;
    }

    .activeFilt #column-left {
        display: block !important;
    }

    .activeFilt .product-blocks-wrap {
        position: relative;
    }

    .activeFilt .product-blocks-wrap:before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        height: calc(100% + 10px);
        background: #000000;
        display: block;
        width: calc(100% + 40px);
        left: -20px;
        opacity: 0.7;
        z-index: 2;
    }

    .activeFilt .page-wrap {
        overflow: hidden;
    }


    .subscribe-inner {
        flex-direction: column;
    }

    .subscribe-text {
        margin-bottom: 15px;
    }

    .subscribe-block {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}


@media (max-width: 1100px) {
    .row-customer_register .col-sm-8 > div {
        flex-direction: column;
        align-items: center;
    }

    .row-customer_register .col-sm-8 > div > .radio {
        margin-top: 20px;
        width: 630px;
    }

    #simplecheckout_cart .form-control {
        margin-left: 20px !important;
    }

}


@media (max-width: 1050px) {
    .preFooter-adress {
        display: none;
    }

    .product-blocks .product-block {
        width: 50%;
    }

    .categories-blocks .categorie-block {
        width: 50%;
    }

    .preFooter-block-inner {
        justify-content: center;
    }
    #related .product-blocks {
        padding-left: 0px;
    }
    .product-blocks .product-block {
        width: 33.3333%;
    }
    #related .product-blocks .product-block {
        width: 50%;
    }
    #product-search .product-blocks .product-block {
        width: 50%;
    }
}

@media (max-width: 991px) {

    .search-d {
    display: flex;
    margin-right: 15px;
}
.btn-p {
    text-align: center;
    margin-top: 25px;
}

    #checkout-cart .prCart thead {
        display: none !important;
    }

    .prTdName {
        padding-top: 50px !important;
    }

    .prTdName a {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
    }

    .bottom-buttons .quantity-block input, .bottom-buttons .quantity-block span {
        line-height: 50px !important;
        height: 50px !important;

    }


    .ddTotMob {
        display: flex;
        align-items: center;
    }

    .prTitleMob {
        display: inline-block !important;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        margin-right: 75px;
    }

    .soloPrice {
        display: block !important;
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        /*margin-left: 70px;*/
    }

    .mobileCartInfo {
        display: flex;
        align-items: center;
    }

    .prTdName {
        height: unset !important;
    }

    #checkout-cart .table-responsive > table {
        min-width: unset !important;
    }

    #checkout-cart .prCart thead td:not(:nth-child(2)) {
        display: none !important;
    }

    #checkout-cart .prCart, #checkout-cart .prCart thead, #checkout-cart table tbody, #checkout-cart table tr, #checkout-cart table td {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .prTdPrice {
        display: none !important;
    }

    .prTdName {
        padding-top: 20px;
        padding-bottom: 20px;
    }


    #checkout-cart table tr {
        position: relative;
        margin-bottom: 30px;
        background: #fff;
    }

    .prCart {
        background: unset !important;
    }

    #checkout-cart table td.prTdRemove {
        position: absolute;
        right: 0;
        top: 0;
        width: unset;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .prTdRemove button {
        position: absolute;
        right: 10px;
        top: 10px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-right: unset !important;
        margin-top: unset !important;
    }


    .prTdTotal {
        padding-top: 10px;
        padding-bottom: 14px;
    }

    #checkout-cart table td {
        padding-left: 10px;
        padding-right: 40px;
    }

    .promotion-blocks .promotion-block {
        width: 50%;
    }

    .supermenu-left .withimage {
        width: 33.33333%;
    }

    .contacts-left-title {
        text-align: left;
    }

    .contacts-page-inner {
        flex-direction: column;
    }

    .contacts-page-inner .contacts-left, .contacts-page-inner .contacts-right {
        width: 100%;
    }

    .contacts-social-blocks svg path {
       /* fill: #079948;*/
    }

    .contacts-social-blocks svg {
        max-width: 60px;
    }

    .site-head {
        justify-content: center;
    }

    .site-info {
        margin-right: 20px;
    }

    .site-head {
        padding-left: 20px;
    }

    .contacts-page-inner .contacts-left .contacts-left-inner {
        background: unset;
    }

    .contacts-left-inner {
        padding-bottom: 35px;
    }

    .contacts-page-inner .contacts-left, .contacts-page-inner .contacts-right {
        padding-left: 0;
        padding-right: 0;
    }

    .contacts-left-inner {
        padding-top: 0;
    }

    .contacts-page-inner {
        margin-left: 0;
        margin-right: 0;
    }

    .site-head {
        margin-left: -20px;
        margin-right: -20px;
    }

    .contacts-page-inner {
        overflow: unset;
    }

    .address-places .address-place {
        width: 50%;
    }


}

@media (max-width: 950px) {
    .oc-form-group {
        max-width: 300px;
    }

    .oc-control {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .bnddkblock .info-block {
        width: 40%;
    }

    .bnddkblock .banner-left img, .bnddkblock .banner-right img {
        width: 60%;
    }


    .search-block {
        margin-right: auto;
        margin-left: auto;
    }

    .bnddkblock .banner-left, .bnddkblock .banner-right {
        width: 100%;
    }

    .bnddkblock .banner-left {
        margin-bottom: 30px;
    }

    .banner-left .info-block {
        text-align: left;
    }

    .bnddkblock {
        flex-wrap: wrap;
    }
}

@media (max-width: 800px) {
    #simplecheckout_payment, #simplecheckout_shipping {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }

    .search-block, #cart {
        display: none;
    }

    .coupon-wrap {
        display: none !important;
    }

    .simple-content .checkout-heading {
        margin-top: 0px;
    }


    .oncl-wraper {
        flex-direction: column;
    }

    .oncl-right, .oncl-left {
        width: 100%;
    }

    .oncl-left {
        order: 1;
    }

    .oncl-block-wrap {
        margin-bottom: 35px;
    }

    .oncl-left {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding-bottom: 40px;
        padding-top: 30px;
    }

    .oncl-img {
        margin: unset;
        width: 160px;
        position: static;
    }

    .oncl-img-text {
        order: 1;
    }

    .oncl-left {
        position: relative;
    }

    .oncl-img:after {
        content: " ";
        width: 40px;
        height: 40px;
        right: unset;
        bottom: unset;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0%) rotate(-90deg);
    }


    .header-middle-inner {
        padding-right: 0;
    }

    .header-middle-inner .socials {
        margin: unset;
    }

    .header-middle-inner .phone-block, .header-middle-inner .time-block {
        margin: unset;
    }

    .main-slider-block .prev, .main-slider-block .next {
        width: 70px;
    }

    .header-middle-inner {
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .header-bottom .menu-block-inner .super-menu-wrap ul > li {
        width: 33.33333%;
    }
    .h_mob,
    .header-top {
        display: none;
    }
    .s_mob{
        display: block;
    }

    .supermenu-left {
        justify-content: space-between;
    }

    .supermenu-left .withimage {
        width: calc(50% - 30px);
        padding-left: 0;
        padding-right: 0;
    }

    .footer .footer-inner {
        flex-direction: column;
    }

    .footer-logo {
        text-align: center;
    }

    .footer .footer-inner {
        padding-top: 30px;
    }

    .footer-logo {
        margin-bottom: 25px;
    }

    .footer-type {
        display: block;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-bottom: 35px;
    }

    footer .socials {
        order: 1;
        margin-top: 35px;
    }

    .footer {
        padding-bottom: 20px;
    }

    .news-slider, .products-slider {
        padding-left: 0px;
        padding-right: 0px;
    }

    .products-slider .slick-list, .news-slider .slick-list {
        padding-right: 100px;
    }

    .product-blocks .slick-list {
        padding: 0 40px;
    }

    .products-slider {
        margin-left: -10px;
        margin-right: -20px;
    }

    .news-slider {
        margin-left: -13px;
        margin-right: -20px;
    }

    #related .product-blocks {
        margin-left: -40px;
        margin-right: -40px;
    }

    .news-all-block .news-all-link {
        margin-top: 25px;
    }

    .news-item .news-bottom {
        margin-top: 12px;
        padding-right: 15px;
    }

    .news-slider {
        margin-top: 30px;
    }

    .news-block {
        margin-top: 20px;
        margin-bottom: 26px;
    }

    .product-item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .news-item {
        margin-left: 13px;
        margin-right: 13px;
    }

    .nextProd, .prevProd {
        display: none !important;
    }

    .product-top {
        /*padding-top: 10px;*/
    }

    .product-top .pr-title {
        font-size: 14px;
        line-height: 17px;
    }

    .product-top .item-title, .product-top .item-data {
        font-size: 12px;
        line-height: 15px;
    }

    .product-bottom .old-price, .product-bottom .price {
        font-size: 24px;
        line-height: 29px;
    }


    .bottom-buttons .buy-link {
        font-size: 14px;
        line-height: 44px;
    }

    .bottom-buttons .quantity-block input, .bottom-buttons .quantity-block span {
        line-height: 44px;
        height: 44px;
    }

    .buy-one, .buy-one-order[onclick^=notify_when_available] {
        line-height: 44px !important;
    }

    .not-in-stock {
        height: 44px;
    }

    .product-item .sticker, .stickers .sticker {
        border-radius: 0;
    }

    .product-top .item-block.brand-block {
        margin-top: 22px;
    }

    .product-item .sticker, .stickers .sticker {
        top: 0;
        right: 0;
    }


    .products-slider .product-item {
        margin-top: 23px;
    }
    #related .product-blocks {
        padding-left: 0px;
    }
    .product-blocks .product-block {
        width: 33.3333%;
    }
    #related .product-blocks .product-block {
        width: 50%;
    }
    #product-search .product-blocks .product-block {
        width: 50%;
    }
}

@media (max-width: 700px) {

    .table-orders {
        overflow: auto;
    }

    .table-orders::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #aaa; /* or add it to the track */
    }

    /* Add a thumb */
    .table-orders::-webkit-scrollbar-thumb {
        background: #079948;
    }


    .account-page .account-link {
        min-width: 157px;
        width: 100%;
    }

    .account-page .account-links {
        flex-direction: column;
        width: 100%;
    }

    .account-page .table-orders table {
        min-width: 630px !important;
    }

    #simplecheckout_shipping .radio:first-child, #simplecheckout_payment .radio:first-child {
        margin-left: 0 !important;
    }

    #tab-questions .form-group.button-form .col-sm-12 {
        align-items: center;
    }

    .simplecheckout-cart tr {
        height: auto;
    }

    .simplecheckout-cart th.name {
        font-size: 14px !important;
        width: 100% !important;
        display: inline-block;
        line-height: 50px;
    }

    .simplecheckout-cart tbody tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding-bottom: 11px;
    }

    .simplecheckout-cart td.total {
        min-width: 172px;
        padding-right: 20px !important;
        display: block !important;
        width: unset !important;
        line-height: 22px !important;
    }

    .simplecheckout-cart td.quantity {
        width: 90px !important;
    }

    .simplecheckout-cart td.name {
        display: block;
        width: 100%;
        margin-top: 30px;
        padding-left: 20px !important;
        margin-bottom: 35px;
    }

    .simple-content {
        margin: 0px 0px;
    }

    #total_total.simplecheckout-cart-total span:first-child {
        width: 123px !important;

    }

    .simplecheckout-cart-total-value {
        width: calc(100% - 123px);
        min-width: unset;
        padding-left: 15px;
        padding-right: 15px;
        text-align: right !important;
    }

    .simple-content .buttons #simplecheckout_button_confirm, #button-confirm {
        font-size: 16px;
    }


    .simplecheckout-cart thead, .simplecheckout-cart tr {
        display: block;
    }

    .simplecheckout-cart th.name {
        padding-left: 32px !important;
    }

    .simplecheckout-cart th.quantity, .simplecheckout-cart .total {
        display: none !important;
    }

    .row-customer_register .col-sm-8 > div > .radio, .row-customer_register .radio label, .row-customer_register .radio:nth-child(2) label:before, .row-customer_register .radio:first-child label:before {
        width: 100% !important;
    }

    .row-customer_register .radio:nth-child(2) label:before, .row-customer_register .radio:first-child label:before {
        padding-left: 8px;
        padding-right: 8px;
        width: calc(100% - 16px) !important;
    }

    #simplecheckout_shipping_address .simplecheckout-block-content .form-group {
        width: 100%;
        margin-right: 0;
    }

    .row-customer_register .radio:nth-child(2) label:before, .row-customer_register .radio:first-child label:before {
        font-size: 12px;
        line-height: 15px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 340px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        left: 0;
        top: 0;
        max-width: 100%;
    }

    .row-customer_register .radio label {
        position: relative;
        width: 340px;
        max-width: 100%;
        height: 50px;
        margin-left: 0;
        margin-right: 0;
    }

    .row-customer_register .radio {
        display: flex !important;
        justify-content: center;
    }


    .title-checkout {
        font-size: 18px;
        line-height: 22px;
    }

    .title-checkout-detail {
        font-size: 14px;
        line-height: 17px;
    }

    .title-checkout-detail {
        margin-top: 34px;
        margin-bottom: 34px;
    }

    .simple-content .checkout-heading {
        margin-bottom: 40px;
        margin-top: 20px;
    }

    #simplecheckout_customer .form-group {
        width: 100%;
    }

    .simplecheckout-block-content .form-group.row-customer_register {
        margin-bottom: 33px;
    }

    #simplecheckout_customer textarea {
        height: 220px;
    }

    .simplecheckout-block {
        margin-bottom: 15px;
    }

    .simplecheckout-right-column {
        display: flex;
        flex-direction: column;
    }

    .simplecheckout-right-column {
        display: flex;
        flex-direction: column;
    }

    .simplecheckout-block-content .radio {
        min-width: 145px;

    }


    #button-question {
        max-width: 100%;
    }

    .review-faq-block .buttons {
        flex-direction: column;
        align-items: center;
    }

    .dd-raiting {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .stars-invis input[name="rating"], .stars-vis .star {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .order-by-foto-page .file-field-block .inf__btn, .order-by-foto-page .file-field-block .inf__hint, .order-by-foto-page .file-field-block input {
        width: 50%;
    }

    .order-by-foto-page .file-field-block .inf__drop-area {
        width: 100%;
        max-width: 635px;
    }

}

@media (max-width: 650px) {
    .product-item .rait-stars {
        padding-left: 7px;
        padding-right: 20px;
    }

    .description-tab:not(.description-tab-char) .description-tab-inner table {
        width: 100%;
    }

    .description-tab:not(.description-tab-char) .description-tab-inner table td {
        padding-right: 10px;
    }

    .at-item {
        width: 50%;
    }

    .bnddkblock .banner-left img, .bnddkblock .banner-right img, .banner-left .info-block {
        position: static;
        width: 100%;
        height: unset;
    }

    .bnddkblock .banner-left img, .bnddkblock .banner-right img {
        min-height: 150px;
    }

    .bnddkblock-item {
        flex-wrap: wrap;
    }

    .banner-left .info-block {
        position: relative;
    }


    .site-info .site-title, .site-info a, .site-time .site-time-text {
        font-size: 9px;
        line-height: 11px;
    }

    .ddTotMob span:not(.prTitleMob) {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
    }


    .ddTotMob span.prTitleMob {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        color: #000000;
    }

    #checkout-cart .prCart, #checkout-cart .prCart thead, #checkout-cart table tbody, #checkout-cart table tr, #checkout-cart table td {
        align-items: flex-start;
    }

    .mobileCartInfo, .bottom-buttons {
        width: 100%;
    }

    .mobileCartInfo {
        justify-content: space-between;
    }

    #checkout-cart table td {
        padding-right: 15px;
        padding-left: 12px;
    }

    #checkout-cart table td.prTdTotal {
        justify-content: space-between;
    }

    .ddTotMob {
        width: 100%;
        justify-content: flex-end;
    }


    .filter-but {
        margin-left: 10px;
    }

    .categories-title {
        display: flex;
        justify-content: space-between;
    }

    .not-in-stock {
        font-size: 12px;
    }

    .ddbutton {
        text-align: center;
    }

    #search {
        position: static !important;
    }

    .live-search {
        left: 0 !important;
        width: 100%;
        top: 100%;
        margin-top: 0 !important;
    }

    #search input {
        z-index: 5 !important;
    }

    .dtable-total tbody tr td:first-child {
        width: 141px;
        min-width: unset;
    }

    #tab-questions .form-group {

        width: 100%;
    }

    .dtable-total tbody tr td:nth-child(2) {
        width: calc(100% - 141px);
        min-width: unset;
    }

    .dtable-total tbody tr {
        width: 100%;
    }

    .oncl-block-wrap:not(.quant-block-wrap) {
        flex-direction: column;
    }

    .form-header-item {
        width: calc(50% - 5px);
    }

    .oncl-block-wrap:not(.quant-block-wrap) {
        margin-bottom: 15px;
    }

    .oncl-block-wrap:not(.quant-block-wrap) .oncl-block-title {
        margin: 0;
        margin-bottom: 13px;
    }

    #oc_submit, .close-mod {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    #oc_submit {
        margin-bottom: 25px;
    }

    .row > .oncl-block-wrap {
        margin-bottom: 38px;
    }

    .oc-form-group {
        width: 100%;
        max-width: 100%;
    }

    .phone-block-text-onecl {
        width: 100%;
        text-align: left;
    }

    .oncl-right {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mfpnew-bg {
        z-index: 4 !important;
    }

    .oncl-right .row-buttons {
        flex-wrap: wrap;
    }

    .mfpnew-wrap {
        max-height: 100vh;
        overflow: auto;
    }

    .oncl-img {
        width: 75px;
        height: 64px;
    }

    .oncl-left {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .oncl-img-text {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #000000;
    }

    .oncl-img:after {
        content: " ";
        width: 30px;
        height: 30px;
    }

    #notify_when_available.modal .form-group:last-child {
        margin-top: 60px;
    }

    #notify_when_available.modal .modal-title {
        font-size: 12px;
        margin-bottom: 45px;
    }

    .order-by-foto-page {
        margin-bottom: 40px;
    }

    .order-by-foto-page .file-field-block .inf__btn, .order-by-foto-page .file-field-block .inf__hint, .order-by-foto-page .file-field-block input {
        width: 100%;
    }

    .order-by-foto-page .file-field-block .inf__drop-area {
        flex-direction: column;
        width: 100%;
    }

    .order-by-foto-page .order-by-foto-page_title {
        font-size: 18px;
        line-height: 22px;

    }

    .order-by-foto-page .foto-form-block {
        margin-top: 30px;
    }

    .order-by-foto-page .send-button {
        width: 338px;
        max-width: 100%;
    }


    .promo-product .promo-pr-title {
        font-size: 12px;
        line-height: 15px;
    }

    .title-mini {
        margin-top: 13px;
    }

    .mobile-but {

        position: absolute;
        bottom: calc(100% + 16px);
        right: 0;
        display: block;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 44px;
        color: #000000;
        background: #E5E5E5;
        padding-left: 15px;
        padding-right: 15px;
        right: 15px;
    }


    .description-tab-inner {
        padding-top: 45px;
        font-size: 14px;
    }

    .promo-product .promo-pr-date-title {
        font-size: 12px;
        line-height: 15px;
    }

    .promo-product .promo-pr-date-time {
        font-size: 12px;
        line-height: 15px;
    }

    .promo-product .promo-pr-img img {
        min-width: 94px;
        width: 94px;
    }

    .promo-product:before {
        content: " ";
        width: 70px;
        height: 70px;
        background-size: 100%;
    }

    .promo-product {
        padding: 3px;
    }

    .promo-pr-info {
        padding-top: 8px;
        width: calc(100% - 94px);
    }

    .promo-pr-info {
        margin-left: 9px;
    }

    .product-tabs-block {
        margin-top: 22px;
        margin-bottom: 60px;
    }

    .product-tabs-nav .product-tabs-nav-inner .product-tab-title {
        font-size: 12px;
        line-height: 15px;
    }


    .promo-pr-date {
        padding-top: 8px;
        padding-left: 9px;
        padding-bottom: 4px;
        padding-right: 9px;
    }

    .promo-product .promo-pr-date-time {
        margin-top: 3px;
    }


    .product-page-blocks .product-page-block:nth-child(1) {
        /*display: flex;*/
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .rait-stars .rait-star {
        width: 18px;
        height: 18px;
        background-size: 100%;
        margin-right: 3px;
    }

    .product-rait {
        flex-direction: column;
    }

    .rait-text {
        font-style: italic;
        font-weight: 500;
        font-size: 9px;
        line-height: 11px;
        color: #828A8D;
        margin-left: auto;
        margin-right: auto;
        margin-top: 4px;
    }

    .description-tab-char .description-tab-inner tr td:nth-child(1), .description-tab-char .description-tab-inner tr td:nth-child(2) {
        width: 100%;
        padding-left: 30px;
    }

    .description-tab-char table *, .description-tab-char table {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }


    .product-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .big-images {
        margin-top: 18px;
        margin-top: 18px;
    width: 100%;
    overflow: auto;
    }

    .product-page {
        margin-top: 20px;
    }

    .small-images {
        margin-top: 13px;
        margin-bottom: 25px;
    }

    .product-page-block .price-butons-wrap {
        margin-top: 0;
    }

    .small-images {
        padding-left: 0;
        padding-right: 0;
    }

    .small-images li {
        margin-left: 7.5px;
        margin-right: 7.5px;
    }

    .product-page-block .price-butons-wrap {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0px;
        padding-right: 0px;
    }

    .at-item {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 12px;
    }

    .brand-art-at-block {
        margin-left: -6px;
        margin-right: -6px;
    }


    .product-page-block .price-butons-wrap .price-product-old, .product-page-block .price-butons-wrap .price-product-new {
        font-size: 24px;
        line-height: 29px;
    }

    .product-page-block .price-butons-wrap .price-product-old {
    margin-bottom: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #828A8D;
}

    .product-page-block .price-product {
        margin-bottom: 20px;
    }

    .price-butons-wrap .last-button {
        margin-top: 0px;
    }

    .price-butons-wrap .buttons-product {
        width: 100%;
    }

    .product-page-block .bottom-buttons .buy-link {
        font-size: 18px;
        line-height: 50px;
    }

    .product-page-block .bottom-buttons .quantity-block input, .product-page-block .bottom-buttons .quantity-block span {
        line-height: 50px;
        height: 50px;
    }

    .product-page-block .buy-one, .product-page-block .buy-one-order[onclick^=notify_when_available] {
        line-height: 50px !important;
        font-size: 18px !important;
    }

    .brand-art-block {
        border: 0;
        padding: 0;
    }

    .product-page-block .price-product-count {
        /*display: none;*/
    }
    


    .price-butons-wrap .price-product-new {
        align-items: flex-start;
    }

    .product-rait {
        margin-top: 0;

    }

    .product-title {
        width: 100%;
    }

    .logo img, header.sticky .header-bottom .logo img {
        width: 97px;
    }

    .mobile-menu-button {
        top: 12px;
    }

    .mobile-atricul {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .brand-art-block .brand-art-item.art-item {
        display: none;
    }

    .mobile-atricul .brand-art-item {
        display: flex;
    }

    .mobile-atricul .ba-title {
        font-style: italic;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        color: #828A8D;
        margin-right: 25px;
    }

    .mobile-atricul .ba-data {
        font-style: italic;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        color: #000000;
    }

    .product-blocks .product-block {
        padding-left: 10px;
        padding-right: 10px;
    }
    #related .product-blocks .product-block, 
    #product-search .product-blocks .product-block {
        width: 100%;
    }

    header .header-bottom .menu-block-inner ul > li > a {
        font-size: 10px !important;
        line-height: 12px !important;
    }

    .supermenu-left .withimage .name a {
        font-size: 9px !important;
        line-height: 10px !important;
        display: block;
    }

    .supermenu-left {
        justify-content: space-between;
    }

    .supermenu-left .withimage img {
        min-width: 52px;
    }


    .contacts-social-blocks .contacts-social-block.you-social-block .social-title {
        display: block;
    }

    .address-places {
        margin-left: 0;
        margin-right: 0;
    }


    .address-places .address-title {
        margin-top: 38px;
    }

    .contacts-page-inner {
        margin-top: 25px;
        margin-bottom: 55px;
    }

    .address-places .address-place {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .address-place-block .address-place-info img {
        width: 68px;
        min-width: 68px;
        margin-right: 14px;
    }

    .address-place-block .address-place-info {
        justify-content: flex-start;
        padding-left: 25px;
    }

    .address-places {
        flex-wrap: wrap;
    }

    .contacts-social-blocks {
        margin-top: 10px;
    }

    .site-time .site-time-text {
        margin-left: 18px;
    }

    .promotion-blocks .promotion-block {
        width: 100%;
    }

    .promotions-title {
        font-size: 18px;
        line-height: 22px;
        padding-left: 0;
        border-left: 0;
        font-weight: 600;
        margin-bottom: 35px;
        margin-top: 47px;
    }

    .promotion-blocks .promotion-block .promo-info {
        padding-top: 30px;
    }

    .promotion-blocks .promotion-block .promo-date {
        margin-bottom: 30px;
    }

    .promotion-blocks .promotion-block .promo-info {
        min-height: 128px;
    }

    .promotion-blocks .promotion-block {
        margin-bottom: 45px;
    }

    .promotion-ended .promo-image {
        background: #fff;
    }

    .promotion-ended .promo-image {
        position: relative;
    }

    .promotion-ended .promo-image:before {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        opacity: 0.8;
    }

    .promotions-page-wrap {
        padding-bottom: 15px;
    }

    .promo-image .promo-ended {
        line-height: 38px;
        width: 185px;
        height: 38px;
    }

    .promotions-page .promo-open-date, .promotions-page p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .promotions-page .promo-open-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .categorie-block-inner {
        background: #fff;
    }

    .categories-blocks .categorie-block .categorie-title {
        width: 100%;
        display: block;
        font-weight: 600;
        font-size: 9px;
        line-height: 11px;
        border-bottom: 4px solid #079948;
    }

    .categories-blocks .categorie-block .categorie-title {
        padding-left: 5px;
        padding-right: 5px;
    }

    .categories-blocks .categorie-block img {
        margin-bottom: auto;
    }

    .categorie-block-inner {
        height: 100%;
    }

    .categories-blocks-wrap {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .categories-blocks .categorie-block:nth-child(1), .categories-blocks .categorie-block:nth-child(2) {
        padding-top: 0;
    }

    .categories-blocks .categorie-block {
        padding-bottom: 15px;
        padding-top: 30px;
    }

    .page-wrap {
        background: unset;
    }

    .bottom-buttons .quantity-block input {
        background: #F5F5F5;
    }

    .pagi ul {
        padding-top: 20px;
    }

    .product-blocks {
        margin-left: -10px;
        margin-right: -10px;
    }

    .product-blocks .product-block .price-block {
        text-align: left;
        align-items: baseline;
    }

    .product-bottom .price {
        margin-bottom: 5px;
    }

    .product-blocks .product-bottom .old-price, .product-blocks .product-bottom .price {
        font-size: 24px;
        line-height: 22px;
    }

    .product-blocks .product-bottom .old-price {
        margin-top: 10px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        text-decoration-line: line-through;

        color: #828A8D;
    }

    .product-blocks .bottom-buttons {
        margin-top: 10px;
    }

    .product-blocks .product-top .pr-title, .product-blocks .product-top .item-block, .product-blocks .product-bottom .item-block, .product-blocks .product-bottom .price-block {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-blocks .buy-one, .product-blocks .buy-one-order[onclick^=notify_when_available] {
        font-size: 10px !important;
        line-height: 40px !important;
    }

    .product-blocks .bottom-buttons .quantity-block input, .product-blocks .bottom-buttons .quantity-block span {
        line-height: 40px;
        height: 40px;
        font-size: 18px;
    }

    .product-blocks .bottom-buttons .buy-link {
        line-height: 40px;
        font-size: 14px;
        background: url(https://trucker-boss.com/catalog/view/theme/default/img/svg/cart.svg) #079948 no-repeat center;
        background-size: 19.86px;
        width: 100%;
        text-align: left;
        padding: 0 15px;
        background-position-x: calc(100% - 25px);
    }

    .product-blocks .bottom-buttons .quantity-block {
        width: 40%;
    }

    .product-blocks .bottom-buttons .buy-block {
        width: 60%;
    }


    .product-blocks .product-top .item-data {
        margin-left: 14px;
    }

    .product-bottom .old-price:before {
        height: 1px;
    }

    .product-blocks .product-top .item-title, .product-blocks .product-top .item-data {
        font-size: 10px;
        line-height: 10px;
    }

    .product-blocks .product-top .item-title, .product-blocks .product-top .item-data {
        font-size: 10px;
        line-height: 10px;
        font-family: 'Montserrat';
        font-style: italic;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #828A8D;
    }

    .product-blocks .product-top .item-data {
        font-family: 'Montserrat';
        font-style: italic;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        /* identical to box height */


        color: #000000;
    }


    .product-blocks .product-top .item-block {
        margin-top: 4px;
    }

    .product-blocks .product-top .item-block.brand-block {
        margin-top: 15px;
    }

    .product-blocks .product-top .pr-title {
        font-size: 14px;
        line-height: 16px;
        margin-top: 10px;
    }

    .product-blocks .product-top .item-block {
        display: flex;
    }

    .breadcrumbs ul {
        line-height: 10px;
    }

    .breadcrumbs ul > li a, .breadcrumbs ul > li span {
        font-size: 8px;
        line-height: 10px;
    }

    .breadcrumbs ul > li {
        font-size: 8px;
        line-height: 10px;
    }

    .categories-title {
        margin-top: 22px;
    }

    .product-blocks-wrap {
        margin-top: 23px;
        margin-bottom: 0;
    }

    .standart-title {
        font-size: 18px;
        line-height: 22px;
    }

    .preFooter-block .preFooter-menu ul {
        flex-direction: column;
    }

    .preFooter-block-inner {
        justify-content: flex-start;
    }

    .preFooter-block .preFooter-menu ul li {
        margin-bottom: 25px;
    }

    .preFooter-block .preFooter-menu ul li:last-child {
        margin-bottom: 0px;
    }

    .preFooter-block {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .subscribe-inner {
        align-items: flex-start;
    }

    .subscribe-form form {
        flex-direction: column;
        align-items: flex-start;
    }

    .subscribe-form .button-send-wrapper {
        margin-left: 0;
        margin-top: 20px;
    }

    .subscribe-block .input-wrapper input {
        width: 100%;
    }

    .subscribe-form, .subscribe-form form, .input-wrapper {
        width: 100%;
    }

    .subscribe-text {
        margin-bottom: 25px;
    }

    .subscribe-block {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .bnddkblock .info-block {
        min-height: 90px;
    }

    .info-block .info-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 4px;
    }

    .info-block {
        font-size: 10px;
        line-height: 12px;
        padding-left: 18px;
        padding-top: 12px;
    }

    .products-block {
        margin-bottom: 40px;
    }

    .bnddkblock {
        margin-bottom: 20px;
    }

    .bnddkblock .banner-left {
        margin-bottom: 10px;
    }

    .products-block {
        margin-top: 15px;
    }

    .main-slider-block .prev img, .main-slider-block .next img {
        width: 8px;
        height: 10px;
    }

    .main-slider-block .prev img {
        position: absolute;
        left: calc(50% - 4px);
    }

    .main-slider-block .prev img, .main-slider-block .next img {
        top: calc(50% - 5px);
    }

    .main-slider-block .next img {
        right: calc(50% - 4px);
    }

    .main-slider-block .prev, .main-slider-block .next {
        width: 38px;
    }

    .main-slider-block .slick-track .slide a img {
        height: 94px;
    }

    .main-slider-block .slick-dots {
        padding-top: 16px;
    }

    .time-block {
        display: none;
    }

    .header-middle-inner {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .shipping_description, .simplecheckout-methods-description {
        width: 100%;
        font-size: 12px;
    }
}

@media (max-width: 550px) {
    .product-tabs-nav .product-tabs-nav-inner .product-tab-title {

        padding-left: 10px;
        padding-right: 10px;
    }
    #related .product-blocks {
        padding-left: 0px;
    }
    .product-blocks .product-block {
        width: 33.3333%;
    }
    #related .product-blocks .product-block {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .top-stock .brand-art-item .ba-data{
        font-family: 'Montserrat';
        font-style: italic;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
    }
    .buy-one:before {
        margin-right: 5px;
    }

    .product-blocks .product-block {
        width: 100%;
    }


    #account-login .container {
        padding-left: 0;
        padding-right: 0;
    }

    #account-login .form-block-inner {
        width: 100%;
    }

    #account-login .title-mini {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .reg-block {
        margin-left: -25px;
        margin-right: -25px;
    }
}

@media (max-width: 450px) {

    .infopr {
        padding-left: 20px;
        padding-right: 20px;
    }

    .dtable-total tbody tr:nth-child(2) {
        flex-wrap: wrap;
        display: table-row !important;
    }

    .dtable-total tbody tr:nth-child(2) td {
        display: table-cell !important;
    }

    .dtable-total tbody tr td, .dtable-total tbody tr td:nth-child(2) {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;

    }

    #checkout-cart table.dtable-total td:first-child {
        width: unset !important;
        padding: 0px 30px;
    }

    #checkout-cart table.dtable-total td:nth-child(2) {
        text-align: right !important;
    }

    .supermenu-left .withimage {
        width: calc(50% - 30px);
        padding-left: 0;
        padding-right: 0;
    }

    .product-tabs-nav .product-tabs-nav-inner .product-tab-title {
        font-size: 10px;
        line-height: 10px;
        text-align: center;
    }

    .supermenu-left .withimage {
        width: calc(50% - 10px);
    }
}

@media (max-width: 400px) {
    .form-header-item {
        font-size: 12px !important;
    }

    .buy-one, .buy-one-order[onclick^=notify_when_available] {
        font-size: 16px !important;
    }

    .site-info {
        margin-right: 10px;
    }

    .site-time .site-time-text {
        margin-left: 8px;
    }
}

@media (max-width: 380px) {
    .product-blocks .buy-one, .product-blocks .buy-one-order[onclick^=notify_when_available] {
        font-size: 18px !important;
        line-height: 40px !important;
    }

    .buy-one:before {
        width: 15px;
        height: 15px;
        background-size: contain;
    }

    #notify_submit {
        font-size: 16px;
    }

    .logo img {
        width: 65px;
    }

    .mobile-menu-button {
        font-size: 12px;
        line-height: 12px;
    }

}


@media (max-width: 370px) {
    .logo img {
        min-width: 70px;
    }
}


@media (max-width: 350px) {
    .buy-one, .buy-one-order[onclick^=notify_when_available] {
        font-size: 14px !important;
    }

    .supermenu-left .withimage {
        width: calc(50% - 5px);
    }

    .supermenu-left .withimage img {
        min-width: 42px;
        width: 42px;
    }

    .supermenu-left .withimage .name {
        max-width: 140px;
        margin-left: 10px;
    }

    .supermenu-left .withimage .name a {
        font-size: 7px !important;
        line-height: 10px !important;
        display: block;
    }

    .product-blocks .product-block {
        padding-left: 5px;
        padding-right: 5px;
    }

    .product-blocks {
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media (max-width: 767px){
    
    .products-notslider {
        margin-left: -10px;
        margin-right: -20px;
        padding-left: 0px;
        padding-right: 0px;
    }

}
@media (max-width: 1467px){
    .top-p-b {
        display: grid;
        grid-template-columns: calc(50% - 30px) calc(50% - 30px);
        grid-gap: 30px;
    }
    .price-butons-wrap .buttons-product {
        width: 100%;
    }
}
@media (max-width: 800px){
    .top-p-b {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 30px;
    }
}

@media (max-width: 1330px) {
    .categorie-block:nth-child(1), 
    .categorie-block:nth-child(2),
    .categorie-block:nth-child(3) {
        border-top: 0;
    }
    .categorie-block:nth-child(4) {
        border-top: 1px solid #EFEFEF;
    }
}

@media (max-width: 1050px) {
    .categorie-block:nth-child(1), 
    .categorie-block:nth-child(2) {
        border-top: 0;
    }
    .categorie-block:nth-child(3) {
        border-top: 1px solid #EFEFEF;
    }
}

@media (max-width: 600px){
    .pagi ul li a, .pagi ul li.active span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .pagi ul li:last-child a, .pagi ul li:first-child a {
        font-size: 18px;
    }
}

/* Jet Cache: catalog/view/theme/default/stylesheet/live_search.css */
.live-search {
	width:100%;
	position:absolute;
	z-index:1000;
	padding:5px 0px;
	margin-top: 40px;
	background-color:#FFF;
	border: 1px solid #DDD;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 2px 2px #DDDDDD;
	left: 0;
	display:none;
	padding-bottom: 42px;
}
.live-search .loading{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.live-search ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.live-search ul li {
	cursor:pointer;
	padding: 10px 5px;
	margin:0px 5px;
	background-color:#FFF;
	min-height:90px;
	clear:both;
}
.live-search ul li:nth-child(even) {
	background-color: #FAFAFA;
}
.live-search ul li:hover {
	background-color: #f1f1f1;
}
.live-search ul li a{
	text-decoration: none;
	display:block;
}
.live-search ul li .product-image{
	float:left;
	margin-right:5px;
}
.live-search ul li .product-name p{
	font-weight: normal;
	line-height: 16px;
    font-size: 12px;
	color:#555555;
	margin:0px;
	padding:0px;
}
.live-search ul li .product-name{
	font-weight: bold;
	float: left;
	width:58%;
	font-size: 16px;
}
.live-search ul li .product-price {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	float:right;
	margin-top:10px;
	width:25%;
}
.live-search ul li .product-price .price{
	color: #333333;
	display:block;
}
.live-search ul li .product-price .special{
	color: #a9a9a9;
	text-decoration: line-through;
	display:block;
}

.live-search .product-price > .special {
	margin-top: -5px;
}

.live-search .result-text{
	text-align: center;
	font-size: 14px;
    line-height: 40px;
	color:#555555;
	background-color:#f3f3f3;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.live-search .view-all-results:hover {
	color: #23527c;
}
.live-search .view-all-results {
	color: #23a1d1;
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
	width: auto;
}
#search .input-lg:focus+.dropdown-menu,
#search .input-lg:focus+.dropdown-menu+.live-search{
	display: block !important;
}
