.col-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 576px) {
  .col-sm-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1340px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1550px;
  }
}
* {
  outline: 0 none!important;
}
a,
button,
.button,
input,
.fas,
.far,
button[type="submit"] {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
p,
ul,
ol {
  margin-bottom: 25px;
}
h1,
.h1 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}
h2,
.h2 {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}
h3,
.h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5em;
}
a,
a:visited {
  color: #f15a24;
}
a:hover,
a:visited:hover {
  color: #cf3304;
  text-decoration: none;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
input[type="file"],
select {
  border: 1px solid rgba(112, 112, 112, 0.3);
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  padding: 0 20px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
textarea {
  border: 1px solid rgba(112, 112, 112, 0.3);
  height: 240px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  padding: 12px 20px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: block;
  resize: none;
}
@media (max-width: 767px) {
  textarea {
    height: 150px;
  }
}
input[type="file"] {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  background-color: #ffffff;
}
select {
  padding-right: 55px;
  background-image: url(../images/select@2x.png);
  background-size: 40px 28px;
}
::-moz-selection {
  background-color: #f15a24;
  color: #ffffff;
}
::selection {
  background-color: #f15a24;
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.6;
}
:-moz-placeholder {
  color: #000000;
  opacity: 0.6;
}
::-moz-placeholder {
  color: #000000;
  opacity: 0.6;
}
:-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
}
.header {
  position: relative;
  z-index: 10;
}
.header.fixed .header-main {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header.fixed.fade-in .header-main {
  top: 0;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -ms-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  transition: top 0.4s ease;
}
.header .header-announcement-bar {
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .header .header-announcement-bar {
    font-size: 11px;
    padding-left: 15px;
  }
}
.header .header-announcement-bar .container {
  padding: 0;
}
.header .header-announcement-bar p {
  margin: 0;
}
.header .header-announcement-bar a {
  color: #ffffff;
}
.header .header-announcement-bar a:after {
  content: "\e90d";
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .header .header-announcement-bar a:after {
    font-size: 9px;
    margin-left: 8px;
  }
}
.header .header-announcement-bar .close-bar {
  position: absolute;
  right: 15px;
  top: 7px;
  background: none;
  padding: 5px;
  font-size: 12px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .header .header-announcement-bar .close-bar {
    right: 10px;
    font-size: 11px;
  }
}
.header .header-top-section {
  background: #f3f3f3;
  padding: 10px 0;
}
.header .header-top-section .header-top-content > a {
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  margin-right: 40px;
}
.header .header-top-section .header-top-content > a span {
  display: inline-block;
  vertical-align: -1px;
  margin-right: 10px;
}
.header .header-bottom-section {
  background-color: #ffffff;
  padding: 15px 0 0;
  position: relative;
}
@media (max-width: 991px) {
  .header .header-bottom-section {
    padding: 12px 0;
  }
}
.header .header-bottom-section .logo {
  display: block;
  margin: 0 0 20px;
  max-width: 215px;
}
@media (max-width: 1199px) {
  .header .header-bottom-section .logo {
    max-width: 180px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .header .header-bottom-section .logo {
    margin-bottom: 0;
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .header .header-bottom-section .logo {
    max-width: 140px;
    margin-left: 56px;
  }
}
@media (max-width: 349px) {
  .header .header-bottom-section .logo {
    max-width: 100px;
    margin-left: 35px;
  }
}
@media (max-width: 991px) {
  .header .header-bottom-section > .container {
    position: relative;
  }
}
@media (max-width: 1199px) {
  .header .header-bottom-section > .container > .d-flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .header .header-bottom-section > .container > .d-flex {
    align-items: center !important;
  }
}
.header .header-right {
  margin-bottom: 20px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header .header-right {
    display: flex;
    order: -1;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: -38px;
  }
}
@media (max-width: 991px) {
  .header .header-right {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header .header-right {
    width: 100%;
    margin-bottom: -12px;
  }
}
.header .header-phone {
  text-align: right;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}
.header .header-phone a {
  display: block;
  border: none !important;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #00aeef;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 35px;
  padding: 15px 45px;
  text-align: center;
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30;
  white-space: nowrap;
  text-shadow: none !important;
}
.header .header-phone a:hover {
  color: #f15a24;
}
@media (max-width: 1599px) {
  .header .header-phone {
    font-size: 24px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header .header-phone {
    margin-right: 15px;
    font-size: 21px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .header .header-phone {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .header .header-phone {
    display: none;
  }
}
.header .block-search {
  width: 340px;
  padding-left: 0;
}
.header .block-search .block-content {
  position: relative;
}
@media (max-width: 1599px) {
  .header .block-search {
    width: 275px;
  }
}
@media (max-width: 767px) {
  .header .block-search {
    width: auto;
    border-top: 1px solid #E5E5E5;
    margin-left: -15px;
    margin-right: -15px;
    flex-basis: 0 0 100%;
  }
}
.header .block-search input {
  padding-right: 55px;
  height: 45px;
  position: static !important;
  margin: 0;
}
@media (max-width: 767px) {
  .header .block-search input {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 15px;
  }
}
.header .block-search .control {
  border: none;
  margin: 0;
  padding: 0;
}
.header .block-search label.label {
  display: none !important;
}
.header .block-search .action.search {
  width: 45px;
  -webkit-border-radius: 0px 4px 4px 0;
  -moz-border-radius: 0px 4px 4px 0;
  border-radius: 0px 4px 4px 0;
  height: 100%;
  background-color: #00aeef;
  right: 0;
  display: block;
  position: absolute;
  top: 0;
  border: none;
}
@media (max-width: 767px) {
  .header .block-search .action.search {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none !important;
    color: #000000;
  }
  .header .block-search .action.search:before {
    color: #000000 !important;
  }
}
.header .block-search .action.search span {
  display: none;
}
.header .block-search .action.search:hover {
  background-color: #0091c7;
}
.header .block-search .action.search:before {
  content: "\e908";
  color: #ffffff;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  vertical-align: sub;
}
.header .megamenu-content {
  margin-bottom: 0;
  background: none;
}
@media (max-width: 1599px) {
  .header .megamenu-content {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .header .megamenu-content {
    margin-left: auto;
    margin-right: -15px;
  }
}
.header .megamenu-content .navigation {
  background: none;
  padding: 0;
  position: static;
}
.header .megamenu-content .navigation #mainMenu {
  letter-spacing: 0;
  padding: 0;
  position: static;
}
.header .megamenu-content .navigation #mainMenu > li {
  margin: 0;
  position: static;
}
.header .megamenu-content .navigation #mainMenu > li:nth-child(5),
.header .megamenu-content .navigation #mainMenu > li:nth-child(6) {
  position: relative;
}
.header .megamenu-content .navigation #mainMenu > li:nth-child(5) > ul.dropdown-menu,
.header .megamenu-content .navigation #mainMenu > li:nth-child(6) > ul.dropdown-menu {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .header .megamenu-content .navigation #mainMenu > li .toggle-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .megamenu-content .navigation #mainMenu > li .toggle-menu a.active span:before {
    content: "\e900";
  }
}
.header .megamenu-content .navigation #mainMenu > li .toggle-menu a {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .header .megamenu-content .navigation #mainMenu > li {
    display: block;
    width: 100%;
    position: relative;
  }
}
@media (max-width: 767px) {
  .header .megamenu-content .navigation #mainMenu > li {
    border: none !important;
  }
}
@media (min-width: 992px) {
  .header .megamenu-content .navigation #mainMenu > li:hover > ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}
.header .megamenu-content .navigation #mainMenu > li > a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  padding: 10px 20px 30px;
  color: #000000;
  border-bottom: none;
}
@media (max-width: 1599px) {
  .header .megamenu-content .navigation #mainMenu > li > a {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .header .megamenu-content .navigation #mainMenu > li > a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .header .megamenu-content .navigation #mainMenu > li > a {
    width: 100%;
    padding: 0 !important;
  }
  .header .megamenu-content .navigation #mainMenu > li > a span {
    padding: 8px 15px 9px;
    margin-left: 0;
  }
  .header .megamenu-content .navigation #mainMenu > li > a span:after {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .header .megamenu-content .navigation #mainMenu > li > a {
    border-top: none !important;
    border-left: none !important;
    border-bottom: 1px solid #ddd;
  }
}
.header .megamenu-content .navigation #mainMenu > li > a span {
  display: block;
  position: relative;
}
.header .megamenu-content .navigation #mainMenu > li > a span:after {
  content: '';
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: 5px;
  height: 3px;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  position: absolute;
  background: #f15a24;
}
.header .megamenu-content .navigation #mainMenu > li > a:after {
  display: none !important;
}
.header .megamenu-content .navigation #mainMenu > li:after {
  display: none !important;
}
.header .megamenu-content .navigation #mainMenu > li:hover > a span:after {
  width: 100%;
}
.header .megamenu-content .navigation #mainMenu > li > .dropdown-menu {
  width: 100%;
  border: none;
  background-color: #FAFAFA;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  border-top: 3px solid #00aeef;
  font-size: 17px;
  padding: 35px 0;
  font-weight: 400;
}
@media (min-width: 992px) {
  .header .megamenu-content .navigation #mainMenu > li > .dropdown-menu {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1199px) {
  .header .megamenu-content .navigation #mainMenu > li > .dropdown-menu {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .header .megamenu-content .navigation #mainMenu > li > .dropdown-menu {
    border-top-width: 2px;
    padding: 0 !important;
  }
  .header .megamenu-content .navigation #mainMenu > li > .dropdown-menu > .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header .megamenu-content .navigation #mainMenu > li > .dropdown-menu > li {
  margin-bottom: 0;
}
.header .megamenu-content .navigation #mainMenu > li > .dropdown-menu > li > ul {
  padding: 0 !important;
}
.header .megamenu-content .navigation #mainMenu > li > .dropdown-menu > li > ul > li {
  margin-bottom: 0;
}
.header .megamenu-content .navigation #mainMenu > li > .dropdown-menu > li > ul > li h4 {
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 1em;
}
@media (max-width: 1199px) {
  .header .megamenu-content .navigation #mainMenu > li > .dropdown-menu > li > ul > li h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.header .megamenu-content .navigation #mainMenu > li > .dropdown-menu > li > ul > li ul {
  top: 0;
  left: 0;
  padding: 0 !important;
  margin: 0;
  list-style: none;
}
.header .megamenu-content .navigation #mainMenu > li > .dropdown-menu > li > ul > li ul + h4 {
  margin-top: 30px;
}
.header .megamenu-content .navigation #mainMenu > li > .dropdown-menu > li > ul > li ul > li {
  border: none;
  margin: 0;
}
.header .megamenu-content .navigation #mainMenu > li > .dropdown-menu > li > ul > li ul > li a {
  color: #646464;
  display: inline-block;
  padding: 5px 0;
  font-size: 1em;
  margin: 0;
  background: none !important;
  font-weight: 400;
  border: none !important;
}
.header .megamenu-content .navigation #mainMenu > li > .dropdown-menu > li > ul > li ul > li a:hover {
  color: #cf3304;
}
@media (max-width: 991px) {
  .header .megamenu-content .navigation #mainMenu > li > .dropdown-menu > li > ul > li ul > li a {
    padding: 9px 0px!important;
    display: block;
  }
}
.header .megamenu-content .navigation #mainMenu > li > .dropdown-menu > li .menu-view-all {
  text-align: right;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.header .megamenu-content .navigation #mainMenu > li > .dropdown-menu > li .menu-view-all a {
  color: #000000;
}
.header .megamenu-content .navigation #mainMenu > li > .dropdown-menu > li .menu-view-all a:after {
  content: "\e90d";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.header .megamenu-content .navigation #mainMenu > li > .dropdown-menu > li .menu-view-all a:hover {
  color: #f15a24;
}
.header .megamenu-content .featured-products-menu {
  margin-bottom: 20px;
}
.header .megamenu-content .featured-products-menu .block {
  margin-bottom: 0;
}
.header .megamenu-content .featured-products-menu .products {
  margin: 0;
}
.header .megamenu-content .featured-products-menu .products .products-grid {
  margin: 0 !important;
}
.header .megamenu-content .featured-products-menu .products .products-grid .product-items {
  margin: 0 -20px !important;
}
@media (max-width: 1199px) {
  .header .megamenu-content .featured-products-menu .products .products-grid .product-items {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
}
.header .megamenu-content .featured-products-menu .products .products-grid .product-items .product-item {
  width: 33.3333% !important;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .header .megamenu-content .featured-products-menu .products .products-grid .product-items .product-item {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.header .megamenu-content .nav-tabs {
  display: none;
}
@media (max-width: 991px) {
  .header .megamenu-content {
    height: 100%;
    position: fixed;
    left: -400px;
    top: 0;
    bottom: 0;
    z-index: 1000;
    width: calc(100% - 54px);
    max-width: 400px;
    overflow: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .header .megamenu-content .nav-tabs {
    display: block;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  .header .megamenu-content .nav-tabs li {
    display: inline-block;
    margin: 0;
  }
  .header .megamenu-content .nav-tabs li a {
    display: block;
    padding: 10px 15px;
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
  }
  .header .megamenu-content .nav-tabs li a.active {
    background-color: #000000;
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  .header .nav-toggle {
    display: block;
  }
  .header .nav-toggle:before {
    color: #000000;
  }
}
@media (max-width: 767px) {
  .header .nav-toggle {
    position: static;
  }
}
.header .minicart-wrapper {
  margin-left: 0;
  float: none;
  margin-top: 0 !important;
}
.header .minicart-wrapper .action.showcart {
  color: #000000;
  font-size: 15px;
  font-weight: 900;
}
.header .minicart-wrapper .action.showcart:before {
  content: "\e909";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-size: 1em;
  vertical-align: -2px;
  margin-right: 10px;
}
.header .minicart-wrapper .action.showcart .text {
  clip: none;
  height: auto;
  margin: 0;
  position: static;
  width: auto;
  text-transform: uppercase;
}
.header .minicart-wrapper .action.showcart .counter.qty {
  background: #fff200;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #000000;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-top: 0;
  margin-left: 10px;
  font-size: 13px;
  padding: 0 0 0 2px;
}
.header .minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
}
.header .minicart-wrapper .action.showcart .counter.qty .counter-number {
  text-shadow: none;
}
.header .minicart-wrapper .mage-dropdown-dialog {
  display: block !important;
}
.header .minicart-wrapper .block-minicart {
  background: #ffffff;
  top: 0;
  bottom: 0;
  width: 520px;
  right: -520px;
  left: auto !important;
  position: fixed;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-top: 0;
  border: none;
}
@media (max-width: 767px) {
  .header .minicart-wrapper .block-minicart {
    width: 300px;
    right: -300px;
  }
}
.header .minicart-wrapper .block-minicart:before {
  display: none;
}
.header .minicart-wrapper .block-minicart #minicart-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.header .minicart-wrapper .block-minicart .subtitle.empty {
  margin-top: 60%;
  font-size: 21px;
}
@media (max-width: 767px) {
  .header .minicart-wrapper .block-minicart .subtitle.empty {
    font-size: 18px;
  }
}
.header .minicart-wrapper .block-minicart .block-content {
  height: 100%;
}
@media (max-width: 767px) {
  .header .minicart-wrapper .block-minicart .block-content .actions {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header .minicart-wrapper .block-minicart .minicart-items-wrapper {
  margin: 0;
  border: none;
  padding: 20px 34px;
}
.header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item:not(:first-child) {
  border-top-color: #eaeaea;
}
.header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details {
  padding-right: 60px;
  position: relative;
}
.header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}
.header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name a {
  color: #000000;
  text-decoration: none;
}
.header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .price-including-tax,
.header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .price-excluding-tax {
  margin: 0 0 5px;
}
.header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .price-including-tax .price,
.header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .price-excluding-tax .price {
  font-size: 17px;
  color: #f15a24;
  font-weight: 700;
}
.header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .details-qty {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  margin-top: 5px;
}
.header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .details-qty .label {
  display: none;
}
.header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .details-qty .item-qty {
  background: rgba(229, 229, 229, 0.5);
}
.header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .details-qty .update-cart-item {
  display: none !important;
}
.header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .actions {
  float: none;
  margin: 0;
}
.header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .actions .primary {
  display: none;
}
.header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .actions .secondary .action.delete {
  font-size: 12px;
  text-decoration: underline;
  color: #000000;
  text-transform: uppercase;
}
.header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .actions .secondary .action.delete:before {
  display: none;
}
.header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .actions .secondary .action.delete > span {
  clip: none;
  height: auto;
  margin: 0;
  position: static;
  width: auto;
}
.header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .actions .secondary .action.delete:hover {
  text-decoration: none;
}
.header .minicart-wrapper .block-minicart .minicart-bottom-section {
  border-top: 1px solid #eaeaea;
  padding: 24px 34px;
}
@media (max-width: 767px) {
  .header .minicart-wrapper .block-minicart .minicart-bottom-section {
    padding: 12px 15px;
  }
}
.header .minicart-wrapper .block-minicart .minicart-bottom-section .subtotal {
  margin: 0 0 24px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}
.header .minicart-wrapper .block-minicart .minicart-bottom-section .actions {
  text-align: center;
}
.header .minicart-wrapper .block-minicart .minicart-bottom-section .actions .checkout {
  width: 100%;
  margin-bottom: 0;
}
.header .minicart-wrapper .block-minicart .minicart-bottom-section .secondary {
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}
.header .minicart-wrapper .block-minicart .actions .secondary .action.empty {
  background-color: #f15a24;
  text-transform: uppercase;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 36px;
  padding: 15px 10px;
  min-width: 320px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .header .minicart-wrapper .block-minicart .actions .secondary .action.empty {
    min-width: 100%;
  }
}
.header .minicart-wrapper .block-minicart .actions .secondary .action.empty:hover {
  background-color: #cf3304;
}
.header .minicart-wrapper .block-minicart .block-title {
  display: block;
  padding: 24px 34px;
  border-bottom: 1px solid #eaeaea;
  font-size: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .header .minicart-wrapper .block-minicart .block-title {
    padding: 12px 15px;
    font-size: 22px;
  }
}
.header .minicart-wrapper .block-minicart .block-title .qty {
  background: #fff200;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #000000;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-left: 10px;
  font-size: 13px;
  padding: 0 0 0 2px;
}
.header .minicart-wrapper .block-minicart .block-title .qty.empty {
  display: none;
}
.header .minicart-wrapper .block-minicart .action.close {
  height: auto;
  width: auto;
  top: 37px;
  right: 15px;
  font-size: 1em;
  opacity: 1;
  font-size: 0px;
  line-height: 1;
}
@media (max-width: 767px) {
  .header .minicart-wrapper .block-minicart .action.close {
    top: 18px;
  }
}
.header .minicart-wrapper .block-minicart .action.close:before {
  content: "\e90a";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-size: 20px;
  display: inline-block;
}
.header .minicart-wrapper.active:after {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.7;
  display: block;
  content: '';
  z-index: 998;
}
.header .minicart-wrapper.active .block-minicart {
  opacity: 1;
  -webkit-transform: translate3d(-520px, 0, 0);
  -moz-transform: translate3d(-520px, 0, 0);
  -ms-transform: translate3d(-520px, 0, 0);
  -o-transform: translate3d(-520px, 0, 0);
  transform: translate3d(-520px, 0, 0);
}
@media (max-width: 767px) {
  .header .minicart-wrapper.active .block-minicart {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
}
.header .close-nav-button {
  position: fixed;
  top: 4px;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 12px;
  background: none;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  border: none;
  box-shadow: none;
  color: #ffffff;
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header + .breadcrumbs {
  margin-top: 30px;
  margin-bottom: 40px;
}
.header + .breadcrumbs:before {
  content: '';
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  height: 1px;
  background: #707070;
  top: 50%;
  z-index: -1;
  opacity: 0.15;
  position: absolute;
}
.header + .breadcrumbs:after {
  content: '';
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  height: 49px;
  background: #ffffff;
  position: absolute;
  z-index: -1;
  top: -30px;
}
@media (max-width: 1199px) {
  .header + .breadcrumbs:after {
    height: 48px;
  }
}
@media (max-width: 992px) {
  .nav-before-open .header .megamenu-content {
    margin: 0;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    -webkit-transform: translate3d(400px, 0, 0);
    -moz-transform: translate3d(400px, 0, 0);
    -ms-transform: translate3d(400px, 0, 0);
    -o-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
  }
  .nav-before-open .header .nav-toggle:after {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    display: block;
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .nav-open .close-nav-button {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.page-footer {
  background: #fafafa url(../images/footer.svg) no-repeat 160% 50px;
  background-size: 1550px 1534px;
  margin: 0;
  padding: 100px 0 0;
  overflow: hidden;
  position: relative;
  font-size: 15px;
}
@media (max-width: 1599px) {
  .page-footer {
    background-position: -30% 50px;
  }
}
@media (max-width: 1199px) {
  .page-footer {
    font-size: 14px;
    padding-top: 75px;
  }
}
@media (max-width: 991px) {
  .page-footer {
    padding-top: 50px;
    background-position: 10% 80px;
  }
}
.page-footer h4 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .page-footer h4 {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .page-footer h4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .page-footer h4 {
    font-size: 16px;
  }
}
.page-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-footer ul > li {
  margin-bottom: 0;
}
.page-footer ul > li + li {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .page-footer ul > li + li {
    margin-top: 10px;
  }
}
.page-footer ul > li a {
  color: #656565;
  text-decoration: none;
}
.page-footer ul > li a:hover {
  color: #000000;
}
@media (max-width: 991px) {
  .page-footer .footer-top .row > div:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .page-footer .footer-top .row > div:nth-child(5) {
    max-width: 150px;
  }
}
@media (min-width: 1200px) {
  .page-footer .footer-top .row > div:nth-child(5) {
    max-width: 170px;
  }
}
.page-footer .footer-social {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .page-footer .footer-social {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-social {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .page-footer .footer-social ul li {
    float: left;
    margin-right: 10px;
    margin-top: 0 !important;
  }
  .page-footer .footer-social ul li a span {
    display: none;
  }
  .page-footer .footer-social ul li a span[class*="icon"] {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-social ul li {
    margin-bottom: 10px;
  }
}
.page-footer .footer-social a {
  vertical-align: middle;
  display: inline-block;
}
.page-footer .footer-social a span[class*="icon"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff200;
  opacity: 0.5;
  color: #000000;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  padding: 0 0 0 2px;
}
.page-footer .footer-social a:hover span[class*="icon"] {
  opacity: 1;
}
.page-footer .footer-bottom {
  border-top: 1px solid #dddddd;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 65px;
  color: #656565;
}
@media (max-width: 991px) {
  .page-footer .footer-bottom {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-bottom {
    font-size: 10px;
  }
  .page-footer .footer-bottom .col-12 + .col-12 {
    margin-top: 10px;
  }
}
.page-footer .footer-bottom .sep {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 0px;
  width: 1px;
  height: 23px;
  background-color: #656565;
  vertical-align: bottom;
}
@media (max-width: 1199px) {
  .page-footer .footer-bottom .sep {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-bottom .sep {
    margin-left: 3px;
    margin-right: 3px;
    height: 12px;
  }
}
.page-footer .footer-bottom p {
  margin-bottom: 0;
}
.page-footer .footer-bottom a {
  color: #656565;
}
.page-footer .footer-bottom a:hover {
  color: #000000;
}
@media (max-width: 991px) {
  body {
    padding-bottom: 50px;
  }
}
.utility-widget {
  position: fixed;
  right: 0;
  z-index: 999;
  top: 50%;
  margin-top: -77px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .utility-widget {
    margin-top: 0;
    left: 0;
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
.utility-widget.active {
  right: 370px;
}
@media (max-width: 991px) {
  .utility-widget.active {
    right: 0;
  }
}
@media (max-width: 991px) {
  .utility-widget:not(.active) .utility-widget-block {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .utility-widget > div {
    width: 33.3333%;
    float: left;
  }
}
.utility-widget > div + div {
  border-top: 1px solid #353535;
}
@media (max-width: 991px) {
  .utility-widget > div + div {
    border-top: none;
    border-left: 1px solid #353535;
  }
}
.utility-widget > div > a {
  display: block !important;
  background: #f15a24;
  color: #ffffff !important;
  display: block;
  text-align: center;
  width: 50px;
  line-height: 50px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .utility-widget > div > a {
    width: 100%;
  }
}
.utility-widget > div > a:hover {
  background-color: #DE4813;
}
.utility-widget > div > a > span {
  vertical-align: middle;
}
.utility-widget > div > a > span.icon-saw {
  font-size: 32px;
}
.utility-widget .utility-widget-block {
  background: #ffffff;
  padding: 25px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  width: 370px;
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
  z-index: 10;
}
@media (max-width: 991px) {
  .utility-widget .utility-widget-block {
    left: 0;
    top: auto;
    bottom: 100%;
    width: 100%;
  }
}
.utility-widget .utility-widget-block .close-utility-widget {
  background: none;
  border: none;
  padding: 3px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000000;
  font-size: 16px;
}
.utility-widget .utility-widget-block h3 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 10px;
}
.utility-widget .utility-widget-block p {
  margin-bottom: 15px;
}
.utility-widget .utility-widget-block .utility-phone-number {
  text-align: center;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}
.utility-widget .utility-widget-block .utility-phone-number a {
  display: inline-block;
  color: #000000;
}
.utility-widget .utility-widget-block .utility-phone-number a:hover {
  color: #f15a24;
}
.utility-widget .utility-widget-block .utility-phone-number a span {
  color: #f15a24;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.utility-widget .utility-widget-block .widget {
  display: block;
  margin: 30px 0 10px;
}
.utility-widget .utility-widget-block .widget a {
  display: block;
  background: #000000;
  text-align: center;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  padding: 10px 10px;
}
.utility-widget .utility-widget-block .widget a:hover {
  background-color: #f15a24;
}
.utility-widget .utility-widget-block .form-bottom-link {
  font-size: 13px;
  margin-top: 10px;
}
.utility-widget .utility-widget-block .form-bottom-link a {
  color: #000000;
}
.utility-widget .utility-widget-block .form-bottom-link a:hover {
  color: #f15a24;
}
.utility-widget .utility-widget-block .utility-form {
  position: relative;
}
.utility-widget .utility-widget-block .utility-form .fieldset {
  margin-bottom: 0 !important;
}
.utility-widget .utility-widget-block .utility-form h4 {
  text-transform: none;
  font-size: 22px;
}
.utility-widget .utility-widget-block .utility-form.loading:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.7);
}
.utility-widget .utility-widget-block .utility-form.loading:after {
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -24px;
  margin-left: -24px;
  z-index: 6;
  background: url(../images/saw.svg) no-repeat center;
  background-size: 100%;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.utility-widget .utility-widget-block .utility-form .row {
  margin-left: -3px;
  margin-right: -3px;
}
.utility-widget .utility-widget-block .utility-form .row > div {
  padding: 0 3px;
}
.utility-widget .utility-widget-block .utility-form .field {
  margin-bottom: 6px;
}
.utility-widget .utility-widget-block .utility-form textarea {
  height: 130px;
}
.utility-widget .utility-widget-block .utility-form div.primary {
  display: block;
  float: none;
}
.utility-widget .utility-widget-block .utility-form .action.primary {
  display: block;
  background: #000000;
  text-align: center;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  padding: 10px 10px;
  width: 100%;
  margin: 0;
}
.utility-widget .utility-widget-block .utility-form .action.primary:hover {
  background-color: #f15a24;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #000000;
  background: #FAFAFA;
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1340px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 1550px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.breadcrumbs {
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 35px;
    display: block;
  }
}
.breadcrumbs > ul.items {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid rgba(112, 112, 112, 0.15);
  padding: 10px 20px;
  color: #f15a24;
  text-transform: uppercase;
  font-size: 10px;
}
.breadcrumbs > ul.items .item:not(:last-child):after {
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -2px;
}
.breadcrumbs > ul.items .item.cms_page:first-child {
  display: none;
}
.breadcrumbs > ul.items a {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs > ul.items a:hover {
  color: #f15a24;
}
.page-products .sorter {
  position: static;
}
.toolbar .limiter {
  display: none !important;
}
.toolbar .toolbar-amount {
  font-weight: 700;
  margin-top: 7px;
}
.toolbar select {
  background-color: #ffffff;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.toolbar .sorter .sorter-label {
  font-weight: 700;
}
.toolbar .sorter .sorter-label:after {
  content: ':';
}
.toolbar .pages {
  float: none !important;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
@media (max-width: 991px) {
  .toolbar .pages {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.toolbar .pages .items {
  letter-spacing: 0;
  font-weight: 700;
}
.toolbar .pages .items .item {
  font-size: 17px;
  margin: 0;
}
@media (max-width: 991px) {
  .toolbar .pages .items .item {
    font-size: 14px;
  }
}
.toolbar .pages .items .item strong.page {
  background: none;
  font-size: 1em;
  padding: 25px 30px;
  color: #000000;
  position: relative;
}
@media (max-width: 991px) {
  .toolbar .pages .items .item strong.page {
    padding: 12px 15px;
  }
}
.toolbar .pages .items .item strong.page:after {
  content: '';
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  z-index: 1;
  background: #f15a24;
  position: absolute;
}
.toolbar .pages .items .item a.page {
  color: #7d7d7d;
  padding: 25px 30px;
}
@media (max-width: 991px) {
  .toolbar .pages .items .item a.page {
    padding: 12px 15px;
  }
}
.toolbar .pages .items .item .action {
  box-shadow: none;
  border-radius: 0;
  padding: 25px 30px;
  color: #000000;
  margin: 0 !important;
  background: none !important;
  border: none !important;
}
@media (max-width: 991px) {
  .toolbar .pages .items .item .action {
    padding: 12px 15px;
  }
}
.toolbar .pages .items .item .action.previous:before {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  vertical-align: middle;
  color: #000000;
}
.toolbar .pages .items .item .action.next:before {
  content: "\e90d";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  vertical-align: middle;
  color: #000000;
}
.modal-content {
  border: none;
  border-radius: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}
.modal-popup .modal-header {
  min-height: 54px;
}
.modal-popup .modal-footer {
  padding-top: 1em;
  padding-bottom: 1em;
}
.video-thumb-icon:after,
.fotorama-video-container:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(241, 90, 36, 0.78);
  color: #ffffff;
  content: "\e903";
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  margin-left: -30px;
  margin-top: -30px;
}
.page-wrapper > .page-bottom {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.page-title-wrapper {
  min-height: 312px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/title/default.jpg);
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .page-title-wrapper {
    min-height: 275px;
  }
}
@media (max-width: 991px) {
  .page-title-wrapper {
    min-height: 220px;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper {
    min-height: 150px;
  }
}
.page-title-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  background-color: #000000;
  opacity: 0.3;
}
.page-title-wrapper .container {
  position: relative;
  z-index: 2;
}
.page-title-wrapper h1 {
  margin: 0;
  font-size: 72px;
  font-weight: 700;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.52);
}
@media (max-width: 1599px) {
  .page-title-wrapper h1 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .page-title-wrapper h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .page-title-wrapper h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper h1 {
    font-size: 36px;
  }
}
.page-title-wrapper + .breadcrumbs {
  margin-top: -18px;
}
.page-title-wrapper + .page-main {
  margin-top: 30px;
}
.column.main {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .column.main {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .column.main {
    margin-bottom: 30px;
  }
}
button,
a.action.primary {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.action.primary {
  border: none !important;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #f15a24;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 35px;
  padding: 15px 45px;
  text-align: center;
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .action.primary {
    line-height: 24px;
    padding: 13px 27px;
    font-size: 14px;
  }
}
.action.primary span:after {
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  margin-left: -7px;
  display: inline-block;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .action.primary span:after {
    display: none;
  }
}
.action.primary:hover,
.action.primary:active,
.action.primary:focus {
  background-color: #cf3304;
}
.action.primary:hover span:after,
.action.primary:active span:after,
.action.primary:focus span:after {
  margin-left: 10px;
  opacity: 1;
}
.action.primary.alt {
  border: 3px solid #f15a24 !important;
  background-color: #ffffff;
  color: #f15a24;
  padding: 12px 42px;
}
@media (max-width: 991px) {
  .action.primary.alt {
    border-width: 2px !important;
    padding: 11px 25px;
  }
}
.mgz-link.mgz-btn {
  border: none !important;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #f15a24;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 35px;
  padding: 15px 45px;
  text-align: center;
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30;
  white-space: nowrap;
  text-shadow: none !important;
}
@media (max-width: 991px) {
  .mgz-link.mgz-btn {
    line-height: 24px;
    padding: 13px 27px;
    font-size: 14px;
  }
}
.mgz-link.mgz-btn span:after {
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  margin-left: -7px;
  display: inline-block;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mgz-link.mgz-btn:hover,
.mgz-link.mgz-btn:active,
.mgz-link.mgz-btn:focus {
  background-color: #cf3304;
  color: #ffffff;
}
.mgz-link.mgz-btn:hover span:after,
.mgz-link.mgz-btn:active span:after,
.mgz-link.mgz-btn:focus span:after {
  margin-left: 10px;
  opacity: 1;
}
button:not(.primary) {
  box-shadow: none;
}
.action-primary:hover,
.action-primary:focus,
.action-primary:active {
  background-color: #f15a24;
  border-color: #f15a24;
  box-shadow: none;
}
.column.main-col {
  padding-bottom: 80px;
  min-height: 40vh;
}
@media (max-width: 767px) {
  .column.main-col {
    padding-bottom: 40px;
  }
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  background-color: inherit;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 45px;
}
.cart-discount .actions-toolbar .action.primary {
  line-height: 24px;
  padding: 13px 20px;
}
tr.row {
  display: table-row;
  margin-left: 0;
  margin-right: 0;
}
.table-checkout-shipping-method tbody td {
  white-space: nowrap;
}
.opc-summary-wrapper .modal-content {
  padding: 0;
}
.opc-summary-wrapper .modal-header {
  display: none;
  min-height: 45px;
}
@media (max-width: 767px) {
  .opc-summary-wrapper .modal-header {
    display: block;
  }
}
.opc-summary-wrapper .opc-block-summary {
  margin-bottom: 0;
}
.checkout-index-index .nav-toggle {
  display: none !important;
}
@media (max-width: 767px) {
  .checkout-index-index .logo {
    max-width: 140px;
  }
}
.block-collapsible-nav .nav {
  display: block;
}
.block-dashboard-info .block-title,
.block-dashboard-addresses .block-title {
  font-size: 1.2em;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-dashboard-info .box + .box,
.block-dashboard-addresses .box + .box {
  margin-top: 15px;
}
.checkout-index-index #maincontent {
  position: relative;
  z-index: 10;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 100px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 20px;
  padding-right: 55px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 100%;
  max-width: 294px;
}
.checkout-payment-method .ccard .month .select {
  width: 100%;
  max-width: 200px;
}
.checkout-payment-method .ccard .year .select {
  width: 100%;
  max-width: 150px;
}
td.mark,
th.mark {
  background-color: transparent;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: none;
}
.cart-discount {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cart-discount {
    padding-left: 15px;
    padding-right: 15px;
    border: none;
  }
}
.cart-discount .block.discount {
  background-color: #f5f5f5;
  padding: 5px;
  float: none;
  border: 1px solid #cccccc;
}
.cart-discount .block.discount .title {
  padding: 10px !important;
  border: none;
}
.cart-discount .block.discount .title strong {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.cart-discount .block.discount .content {
  padding: 10px !important;
}
.cart-discount .block.discount .content .fieldset {
  margin-bottom: 0;
}
.checkout-payment-method .opc-payment-additional {
  background-color: #f5f5f5;
  padding: 15px;
  display: block;
  float: none;
  border: 1px solid #cccccc;
}
.checkout-payment-method .payment-option-title {
  border-top: none;
  padding: 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  display: block;
}
.checkout-payment-method .payment-option-title .action-toggle span {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.checkout-payment-method .payment-option-content {
  padding: 15px 0 0;
}
.checkout-payment-method .payment-option-content .payment-option-inner {
  margin-bottom: 0;
}
.checkout-payment-method .payment-option-content button.action {
  height: 50px;
}
.tooltip-inner {
  font-size: 14px;
}
@media (max-width: 991px) {
  div.tooltip {
    display: none !important;
  }
}
.payment-method-content .messages,
.payment-method-content .ui-effects-wrapper {
  display: block !important;
  height: auto !important;
}
.payment-method-content .messages .message,
.payment-method-content .ui-effects-wrapper .message {
  font-size: 18px !important;
}
.payment-method-content .messages .message > *:first-child:before,
.payment-method-content .ui-effects-wrapper .message > *:first-child:before {
  top: 27px;
}
.category-description {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .category-description {
    margin-bottom: 35px;
  }
}
.category-description h4 {
  font-size: 20px;
  font-weight: 700;
}
.category-description p,
.category-description ul,
.category-description ol {
  margin-bottom: 15px;
}
.category-description > *:last-child {
  margin-bottom: 0;
}
.parts-search {
  margin-bottom: 30px;
}
.parts-search .block-search {
  width: 340px;
  float: none;
  padding-left: 0;
}
.parts-search .block-search .block-content {
  position: relative;
}
@media (max-width: 767px) {
  .parts-search .block-search {
    width: auto;
    flex-basis: 0 0 100%;
  }
}
.parts-search .block-search input {
  padding-right: 55px;
  height: 45px;
  position: static !important;
  margin: 0;
}
@media (max-width: 767px) {
  .parts-search .block-search input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 15px;
  }
}
.parts-search .block-search .control {
  border: none;
  margin: 0;
  padding: 0;
}
.parts-search .block-search label.label {
  display: none !important;
}
.parts-search .block-search .action.search {
  width: 45px;
  -webkit-border-radius: 0px 4px 4px 0;
  -moz-border-radius: 0px 4px 4px 0;
  border-radius: 0px 4px 4px 0;
  height: 100%;
  background-color: #00aeef;
  right: 0;
  display: block;
  position: absolute;
  top: 0;
  border: none;
}
.parts-search .block-search .action.search span {
  display: none;
}
.parts-search .block-search .action.search:hover {
  background-color: #0091c7;
}
.parts-search .block-search .action.search:before {
  content: "\e908";
  color: #ffffff;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  vertical-align: sub;
}
.products .product-items {
  letter-spacing: 0;
  margin: 0 -11px !important;
}
.products .product-items > li.product-item {
  width: 33.3333%;
  padding: 0 11px;
  margin-bottom: 22px;
  margin-left: 0 !important;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .products .product-items > li.product-item {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .products .product-items > li.product-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .products .product-items > li.product-item {
    width: 100%;
  }
}
.products .product-items > li.product-item .image {
  position: relative;
}
.products .product-items > li.product-item .product-item-info {
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  padding: 13px;
  border: none;
}
.products .product-items > li.product-item .product-item-info .product-item-name {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 0;
  text-align: center;
}
.products .product-items > li.product-item .product-item-info .product-item-name a {
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}
.products .product-items > li.product-item .product-item-info .product-item-name a:hover {
  color: #cf3304;
}
.products .product-items > li.product-item .product-item-info .mgs-quickview {
  width: 45px;
  height: 45px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.02);
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 5;
  border: none;
  color: #000000;
  padding: 2px 0 0;
  line-height: 45px;
}
@media (max-width: 991px) {
  .products .product-items > li.product-item .product-item-info .mgs-quickview {
    display: none !important;
  }
}
.products .product-items > li.product-item .product-item-info .mgs-quickview .qv-tooltip {
  font-size: 11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
  width: 64px;
  left: 50%;
  margin-left: -32px;
  bottom: 100%;
  margin-bottom: 5px;
  color: #ffffff;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 20px;
}
.products .product-items > li.product-item .product-item-info .mgs-quickview:hover .qv-tooltip {
  opacity: 1;
  visibility: visible;
}
.products .product-items > li.product-item .product-item-info .product-item-photo {
  display: block;
  background: #F8F8F8;
  position: relative;
  height: 212px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.products .product-items > li.product-item .product-item-info .product-item-photo .product-image-container {
  padding: 10px;
  vertical-align: middle;
  width: 100% !important;
}
.products .product-items > li.product-item .product-item-info .product-item-photo .product-image-wrapper {
  height: auto;
  padding-bottom: 0 !important;
}
.products .product-items > li.product-item .product-item-info .product-item-photo .product-image-wrapper .product-image-photo {
  position: static;
  max-height: 192px;
  mix-blend-mode: multiply;
  max-width: 100%;
  width: auto;
}
.products .product-items > li.product-item .product-item-info:hover,
.products .product-items > li.product-item .product-item-info.active {
  border: none;
  margin: 0;
}
.products .product-items > li.product-item .product-item-info:not(:hover):not(.active) .product-item-inner {
  clip: initial;
  height: auto;
  margin: 0;
  width: auto;
  position: static;
  overflow: visible;
}
.products .product-items > li.product-item .product-item-info .product-item-inner {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: static;
  display: block;
}
.products .product-items > li.product-item .product-item-info .price-box {
  margin: 10px 0 15px;
  text-align: center;
}
.products .product-items > li.product-item .product-item-info .price-box .price {
  font-size: 17px;
  color: #f15a24;
}
.products .product-items > li.product-item .product-item-info .product-item-actions {
  margin: 0;
  text-align: center;
}
.products .product-items > li.product-item .product-item-info .product-item-actions .actions-primary {
  display: block;
}
.products .product-items > li.product-item .product-item-info .product-item-actions .actions-primary .primary {
  width: 100%;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  color: #f15a24;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
}
.box-tocart .action.tocart {
  margin-bottom: 0 !important;
  font-size: 15px;
  width: auto;
  min-width: 180px;
}
.box-tocart .input-text.qty {
  background: rgba(229, 229, 229, 0.5);
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  box-shadow: none;
}
.mfp-bg {
  opacity: 0.7;
}
.mfp-iframe-holder .mfp-content {
  max-width: 1024px;
}
.mfp-iframe-holder .mfp-close {
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background: #f15a24;
  font-size: 0px;
  text-align: center;
  line-height: 46px;
  padding: 0;
  opacity: 1;
}
.mfp-iframe-holder .mfp-close:before {
  content: "\e90a";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.mfp-iframe-scaler {
  padding-top: 65vh;
  min-height: 660px;
}
.gallery-placeholder {
  width: 100%;
}
.catalog-product-view .breadcrumbs {
  margin-top: 30px;
  margin-bottom: 40px;
}
.catalog-product-view .breadcrumbs:before {
  content: '';
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  height: 1px;
  background: #707070;
  top: 50%;
  z-index: -1;
  opacity: 0.15;
  position: absolute;
}
.catalog-product-view .breadcrumbs:after {
  content: '';
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  height: 49px;
  background: #ffffff;
  position: absolute;
  z-index: -1;
  top: -30px;
}
@media (max-width: 1199px) {
  .catalog-product-view .breadcrumbs:after {
    height: 48px;
  }
}
.catalog-product-view .page-title-wrapper {
  min-height: auto;
  color: #000000;
  background: none !important;
  margin-bottom: 25px;
}
.catalog-product-view .page-title-wrapper:before {
  display: none;
}
.catalog-product-view .page-title-wrapper .container {
  padding: 0;
}
.catalog-product-view .page-title-wrapper h1 {
  text-shadow: none;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 1599px) {
  .catalog-product-view .page-title-wrapper h1 {
    font-size: 48px;
    line-height: 1.1;
  }
}
@media (max-width: 1199px) {
  .catalog-product-view .page-title-wrapper h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .page-title-wrapper h1 {
    font-size: 32px;
  }
}
.catalog-product-view .product-info-main {
  width: 58.5%;
  padding-top: 30px;
}
@media (max-width: 1599px) {
  .catalog-product-view .product-info-main {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .catalog-product-view .product-info-main {
    width: 100%;
  }
}
.catalog-product-view .product-info-main .product.attribute.overview {
  margin: 25px 0;
}
.catalog-product-view .product-info-main .product.attribute.overview h2,
.catalog-product-view .product-info-main .product.attribute.overview h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .catalog-product-view .product-info-main .product.attribute.overview h2,
  .catalog-product-view .product-info-main .product.attribute.overview h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-main .product.attribute.overview h2,
  .catalog-product-view .product-info-main .product.attribute.overview h3 {
    font-size: 18px;
  }
}
.catalog-product-view .product-info-main .product.attribute.overview .value > *:last-child {
  margin-bottom: 0;
}
.catalog-product-view .product.media {
  width: 34%;
  position: relative;
  margin-bottom: 140px;
}
@media (max-width: 991px) {
  .catalog-product-view .product.media {
    width: 100%;
    margin-bottom: 60px;
  }
}
.catalog-product-view .product.media:before {
  content: '';
  width: 150%;
  height: 100%;
  right: 60px;
  top: 60px;
  background: #f15a24;
  opacity: 0.04;
  position: absolute;
  z-index: 1;
}
@media (max-width: 991px) {
  .catalog-product-view .product.media:before {
    display: none;
  }
}
.catalog-product-view .product.media .fotorama {
  overflow: visible !important;
}
.catalog-product-view .product.media .gallery-placeholder {
  position: relative;
  z-index: 2;
}
.catalog-product-view .product.media .gallery-placeholder._block-content-loading {
  background-color: #ffffff;
  -webkit-box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
  box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
}
.catalog-product-view .product.media .fotorama__stage {
  background-color: #ffffff;
  -webkit-box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
  box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
}
.catalog-product-view .product.media .fotorama__nav-wrap {
  margin-top: 30px;
}
.catalog-product-view main {
  overflow: hidden;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  float: none;
  padding-left: 0;
  text-align: left;
}
.catalog-product-view .product-info-main .product-info-stock-sku .sku .type:after {
  content: ':';
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.unavailable {
  color: #f15a24;
  font-weight: 700;
}
.catalog-product-view .product-info-main .product-info-price {
  color: #000000;
  border-bottom-color: rgba(112, 112, 112, 0.15);
}
.catalog-product-view .product-saw-type {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .catalog-product-view .product-saw-type {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-saw-type {
    font-size: 20px;
  }
}
.catalog-product-view .product.data.items {
  border: none;
  border-top: 1px solid #e6e6e6;
}
.catalog-product-view .product.data.items > .item.content {
  padding: 50px 0;
  background: #FAFAFA;
  border: none;
  border-top: 1px solid #e6e6e6;
  margin-top: 75px;
}
@media (max-width: 1199px) {
  .catalog-product-view .product.data.items > .item.content {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product.data.items > .item.content {
    border-top: none;
    margin-top: 0;
    padding: 30px 15px;
  }
}
.catalog-product-view .product.data.items > .item.content strong.type {
  font-size: 36px;
  display: block;
  margin-bottom: 0.5em;
}
@media (max-width: 1199px) {
  .catalog-product-view .product.data.items > .item.content strong.type {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product.data.items > .item.content strong.type {
    font-size: 24px;
  }
}
.catalog-product-view .product.data.items > .item.content .product-attachment-container {
  margin: 0;
  padding: 0;
}
.catalog-product-view .product.data.items > .item.content .product-attachment-container .downloads-item:first-child {
  margin-top: 0;
}
.catalog-product-view .product.data.items > .item.content div.value > *:last-child {
  margin-bottom: 0;
}
.catalog-product-view .product.data.items > .item.title {
  margin: 0;
}
@media (max-width: 767px) {
  .catalog-product-view .product.data.items > .item.title {
    border-top: 1px solid #e6e6e6;
  }
}
.catalog-product-view .product.data.items > .item.title .switch {
  background: none !important;
  font-size: 1em;
  padding: 25px 30px!important;
  color: #000000 !important;
  position: relative;
  line-height: 1.5;
  height: auto;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .catalog-product-view .product.data.items > .item.title .switch {
    padding: 19px 25px!important;
  }
}
@media (max-width: 991px) {
  .catalog-product-view .product.data.items > .item.title .switch {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product.data.items > .item.title .switch {
    padding: 12px 15px!important;
  }
  .catalog-product-view .product.data.items > .item.title .switch:after {
    top: 12px;
  }
}
.catalog-product-view .product.data.items > .item.title.active .switch:before {
  content: '';
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  z-index: 1;
  background: #f15a24;
  position: absolute;
}
.catalog-product-view .product-cta-ad-block {
  margin-left: 50px;
  min-width: 460px;
  max-width: 460px;
  position: relative;
}
.catalog-product-view .product-cta-ad-block:before {
  content: '';
  width: 150%;
  height: 100%;
  left: 60px;
  top: 60px;
  background: #f15a24;
  opacity: 0.04;
  position: absolute;
  z-index: 1;
}
.catalog-product-view .product-cta-ad-block .product-cta-ad {
  background: #ffffff;
  -webkit-box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
  box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.catalog-product-view .product-cta-ad-block .product-cta-ad h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  padding: 30px;
  margin: 0;
}
.catalog-product-view .product-cta-ad-block .product-cta-ad a {
  text-transform: uppercase;
}
.catalog-product-view .product-cta-ad-block .product-cta-ad a:after {
  content: "\e90d";
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  margin-left: 15px;
}
.product-goback {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .product-goback {
    margin-bottom: 25px;
  }
}
.product-goback button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  padding: 0;
  font-size: 15px;
}
@media (max-width: 991px) {
  .product-goback button {
    font-size: 13px;
  }
}
.product-goback button span {
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
}
.product-goback button:hover {
  color: #f15a24;
}
.product-view-button a {
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  padding: 0;
  font-size: 15px;
}
.product-view-button a span {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
}
.product-view-button a:hover {
  color: #f15a24;
}
.request_quote-catalog_product-view {
  background-color: #ffffff;
}
.request_quote-catalog_product-view .column.main {
  margin-bottom: 0;
}
.request_quote-catalog_product-view .page.messages {
  margin: 50px 50px 0;
}
@media (max-width: 767px) {
  .request_quote-catalog_product-view .page.messages {
    margin: 15px 0 0;
  }
}
.request_quote-catalog_product-view .product-raq-main {
  padding: 50px 50px 20px;
}
@media (max-width: 767px) {
  .request_quote-catalog_product-view .product-raq-main {
    padding: 15px 0;
  }
}
.request_quote-catalog_product-view .product-raq-main .btn-forward {
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  padding: 0;
  font-size: 15px;
}
.request_quote-catalog_product-view .product-raq-main .btn-forward span {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
}
.request_quote-catalog_product-view .product-raq-main .btn-forward:hover {
  color: #f15a24;
}
.request_quote-catalog_product-view .product-raq-main .raq-form-title {
  text-align: center;
  margin-bottom: 20px;
}
.request_quote-catalog_product-view .product-raq-main .raq-form-title h2 {
  font-size: 48px;
  font-weight: 700;
  margin-right: 0;
}
@media (max-width: 1199px) {
  .request_quote-catalog_product-view .product-raq-main .raq-form-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .request_quote-catalog_product-view .product-raq-main .raq-form-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .request_quote-catalog_product-view .product-raq-main .raq-form-title h2 {
    font-size: 32px;
  }
}
.request_quote-catalog_product-view .product-raq-main .raq-form-title p {
  margin: 0;
}
.request_quote-catalog_product-view .field {
  margin-bottom: 20px;
}
.request_quote-catalog_product-view .field label {
  font-weight: 700;
}
.request_quote-catalog_product-view .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.request_quote-catalog_product-view .actions .raq-back {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
}
.request_quote-catalog_product-view .actions .raq-back:hover {
  color: #cf3304;
}
.request_quote-catalog_product-view .actions .raq-back span {
  display: inline-block;
  font-size: 12px;
  margin-right: 8px;
}
.request_quote-catalog_product-view .raq-form-footer {
  border-top: 1px solid #F3F3F3;
  padding-top: 20px;
  margin-top: 20px;
  padding-left: 70px;
  padding-right: 70px;
  margin-left: -70px;
  margin-right: -70px;
}
@media (max-width: 767px) {
  .request_quote-catalog_product-view .raq-form-footer {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.request_quote-catalog_product-view .raq-form-footer .image {
  max-width: 110px;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .request_quote-catalog_product-view .raq-form-footer .image {
    margin-right: 20px;
    max-width: 75px;
  }
}
.request_quote-catalog_product-view .raq-form-footer .image .product-image-wrapper {
  height: auto;
  padding: 0 !important;
  overflow: visible;
}
.request_quote-catalog_product-view .raq-form-footer .image img {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.35));
  position: static;
}
.request_quote-catalog_product-view .raq-form-footer .text h3 {
  font-weight: 700;
  font-size: 25px;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .request_quote-catalog_product-view .raq-form-footer .text h3 {
    font-size: 18px;
  }
}
.mgs_quickview-catalog_product-view {
  background: #ffffff;
}
.mgs_quickview-catalog_product-view .mfp-iframe-holder {
  padding: 0;
}
.mgs_quickview-catalog_product-view .page-title-wrapper h1 {
  font-size: 31px;
  text-transform: none;
}
.mgs_quickview-catalog_product-view .product-saw-type {
  font-size: 15px;
}
.mgs_quickview-catalog_product-view .product-raq-actions > a {
  display: none;
}
.mgs_quickview-catalog_product-view .product-raq-actions > div > div:nth-child(2) {
  display: none;
}
.mgs_quickview-catalog_product-view .product-info-main {
  width: 48%;
  padding-top: 0;
}
.mgs_quickview-catalog_product-view .product-info-main .product.attribute.overview h2,
.mgs_quickview-catalog_product-view .product-info-main .product.attribute.overview h3 {
  font-size: 18px;
}
.mgs_quickview-catalog_product-view .product.media {
  margin-bottom: 0;
  width: 52%;
  padding-right: 50px;
}
.mgs_quickview-catalog_product-view .product.media:before {
  display: none;
}
.mgs_quickview-catalog_product-view .product.media .gallery-placeholder {
  display: none;
}
.mgs_quickview-catalog_product-view .product.media .qv-gallery-placeholder {
  background: #FAFAFA;
  padding: 15px;
}
.mgs_quickview-catalog_product-view .page-main {
  padding: 30px;
  max-width: 100% !important;
}
.mgs_quickview-catalog_product-view .column.main {
  margin-bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cms-no-route .page-title-wrapper {
  background-image: url(../images/title/contact.jpg);
}
.product.info.detailed {
  position: relative;
}
.product.info.detailed .product-share-box {
  position: absolute;
  right: 0;
  top: 17px;
  z-index: 5;
  white-space: nowrap;
}
@media (max-width: 1339px) {
  .product.info.detailed .product-share-box {
    position: static;
    margin-bottom: 25px;
    max-width: 58.5%;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .product.info.detailed .product-share-box {
    max-width: none;
  }
}
.product.info.detailed .product-share-box > span {
  text-transform: uppercase;
  font-weight: 700;
  color: #7c7c7c;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.product.info.detailed .product-share-box > div {
  display: inline-block;
  vertical-align: middle;
}
.product.info.detailed .product-share-box > div .at-share-btn {
  background: none !important;
}
.product.info.detailed .product-share-box > div .at-share-btn svg {
  fill: #7c7c7c !important;
}
.product.info.detailed .product-share-box > div .at-share-btn:hover,
.product.info.detailed .product-share-box > div .at-share-btn:focus {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.product.info.detailed .product-share-box > div .at-share-btn:hover svg,
.product.info.detailed .product-share-box > div .at-share-btn:focus svg {
  fill: #f15a24 !important;
}
.faq-index-index .page-title-wrapper {
  background-image: url(../images/title/faqs.jpg);
}
.faq-index-index .faq-landing-page h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 0.75em;
}
@media (max-width: 1599px) {
  .faq-index-index .faq-landing-page h2 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .faq-index-index .faq-landing-page h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .faq-index-index .faq-landing-page h2 {
    font-size: 32px;
  }
}
.faq-index-index .faq-landing-page .faq-search-form {
  max-width: 554px;
  text-align: center;
  margin: 0 auto 40px;
}
.faq-index-index .faq-landing-page .faq-search-form .form-item {
  position: relative;
}
.faq-index-index .faq-landing-page .faq-search-form .form-item input[type="text"] {
  padding-right: 65px;
  height: 52px;
}
.faq-index-index .faq-landing-page .faq-search-form .form-item button[type="submit"] {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 50px;
  width: 50px;
  z-index: 1;
  background: #00aeef;
  border: none;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  color: #ffffff;
}
.faq-index-index .faq-landing-page .faq-search-form .form-item button[type="submit"] span {
  vertical-align: -1px;
}
.faq-index-index .faq-landing-page .faq-search-form .form-item button[type="submit"]:hover {
  background-color: #0091c7;
}
.faq-index-index .faq-landing-page .faq-search-form p {
  margin: 15px 0 0;
}
.faq-index-index .faq-landing-page .faq-categories .row {
  margin-left: -11px;
  margin-right: -11px;
}
.faq-index-index .faq-landing-page .faq-categories .row > div {
  padding: 11px;
  margin-top: 40px;
}
.faq-index-index .faq-landing-page .faq-categories .row > div a {
  display: block;
  text-align: center;
  color: #000000;
}
.faq-index-index .faq-landing-page .faq-categories .row > div a:hover {
  color: #f15a24;
}
.faq-index-index .faq-landing-page .faq-categories .row > div a .image {
  padding-bottom: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.faq-index-index .faq-landing-page .faq-categories .row > div a h3 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 0;
}
@media (max-width: 1199px) {
  .faq-index-index .faq-landing-page .faq-categories .row > div a h3 {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .faq-sidebar-menu {
    margin-bottom: 30px;
  }
}
.faq-sidebar-menu h4 {
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
}
.faq-sidebar-menu > ul {
  color: #000000;
  padding: 0;
  min-width: auto;
  background: none;
  font-size: 1em;
  margin: 30px 0 0;
  list-style: none;
}
.faq-sidebar-menu > ul > li {
  padding: 0 !important;
}
.faq-sidebar-menu > ul > li a {
  color: #000000;
}
.faq-sidebar-menu > ul > li a:hover {
  color: #f15a24;
}
.faq-sidebar-menu > ul > li.active > a {
  font-weight: 700;
}
.faq-sidebar-menu > ul > li.active > a:before {
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  color: #f15a24;
  font-size: 0.9em;
}
.faq-list .faq-list-item .faq-list-item-heading {
  margin-bottom: 10px;
}
.faq-list .faq-list-item .faq-list-item-heading h3 {
  font-weight: 700;
  font-size: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .faq-list .faq-list-item .faq-list-item-heading h3 {
    font-size: 21px;
  }
}
.faq-list .faq-list-item .faq-list-item-content p,
.faq-list .faq-list-item .faq-list-item-content ul,
.faq-list .faq-list-item .faq-list-item-content ol {
  margin-bottom: 15px;
}
.faq-list .faq-list-item .faq-list-item-content > *:last-child {
  margin-bottom: 0;
}
.faq-list .faq-list-item:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .faq-list .faq-list-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.saw_selector-search-results .page-title-wrapper {
  background-image: url(../images/title/faqs.jpg);
}
.saw_selector-search-results #maincontent {
  margin-bottom: 80px;
}
.saw_selector-search-results .saw-selector-filters {
  margin-bottom: 50px;
}
.saw_selector-search-results .saw-selector-filters h4 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 25px;
}
.saw_selector-index-index .page-title-wrapper {
  background-image: url(../images/title/faqs.jpg);
}
.saw_selector-index-index .saw-selector-search-form {
  max-width: 1040px;
  margin: 0 auto;
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step {
  display: none;
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step.active {
  display: block;
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-title {
  text-align: center;
  margin-bottom: 80px;
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-title h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1599px) {
  .saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-title h2 {
    font-size: 30px;
  }
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-title p {
  margin: 0;
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-columns {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-columns {
    flex-wrap: wrap;
  }
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-columns .sssfs-option {
  flex-basis: 50%;
  padding: 15px;
}
@media (max-width: 767px) {
  .saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-columns .sssfs-option {
    flex-basis: 100%;
  }
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-columns .sssfs-option .sssfs-option-item {
  max-width: 365px;
  margin: 0 auto;
  position: relative;
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-columns .sssfs-option .sssfs-option-item label {
  cursor: pointer;
  display: block;
  margin: 0;
  text-align: center;
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-columns .sssfs-option .sssfs-option-item label .img {
  background: #F8F8F8;
  display: block;
  border: 13px solid #ffffff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-columns .sssfs-option .sssfs-option-item label .img img {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.35));
  height: 200px;
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-columns .sssfs-option .sssfs-option-item label .txt {
  display: block;
  font-weight: 700;
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-columns .sssfs-option .sssfs-option-item label .txt span {
  display: inline-block;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000000;
  margin-right: 15px;
  vertical-align: sub;
  position: relative;
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-columns .sssfs-option .sssfs-option-item input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-columns .sssfs-option .sssfs-option-item input:checked + label .txt span {
  border-color: #00aeef;
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-columns .sssfs-option .sssfs-option-item input:checked + label .txt span:before {
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background: #00aeef;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 1;
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-actions {
  margin-top: 80px;
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-actions .secondary {
  margin-right: auto;
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  background: none;
  color: #f15a24;
  font-weight: 700;
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-actions .secondary span {
  font-size: 12px;
  margin-right: 8px;
}
.saw_selector-index-index .saw-selector-search-form .saw-selector-search-form-step .sssfs-actions .secondary:hover {
  color: #cf3304;
}
.saw_selector-index-index .saw-selector-text-block {
  max-width: 1010px;
  margin: 150px auto 0;
}
.careers-index-index .page-title-wrapper {
  background-image: url(../images/title/faqs.jpg);
}
.careers-index-index .careers-landing-page h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 0.75em;
}
.careers-list .row > div {
  padding: 15px;
  margin-bottom: 40px;
}
.careers-list .row > div a {
  display: block;
  text-align: center;
  color: #000000;
}
.careers-list .row > div a:hover {
  color: #f15a24;
}
.careers-list .row > div a .image {
  padding-bottom: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.careers-list .row > div a h3 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 0;
}
@media (max-width: 1199px) {
  .careers-list .row > div a h3 {
    font-size: 21px;
  }
}
.careers-post-view .page-title-wrapper {
  background-image: url(../images/title/faqs.jpg);
}
.careers-post-view .job-apply-linkedin {
  border-top: 1px solid rgba(112, 112, 112, 0.15);
  padding-top: 40px;
  margin-top: 40px;
}
.careers-post-view .job-apply-linkedin h4 {
  font-size: 18px;
  font-weight: 700;
}
.careers-post-view .column.main {
  margin-bottom: 80px;
}
.careers-post-view .job-apply-form {
  border-top: 1px solid rgba(112, 112, 112, 0.15);
  padding-top: 40px;
  margin-top: 40px;
}
.careers-post-view .job-apply-form label {
  font-weight: 700;
}
.careers-post-view .job-apply-form .form-item {
  margin-bottom: 15px;
}
.careers-post-view .job-apply-form .actions {
  padding-top: 15px;
}
.careers-post-view .job-apply-form .actions .action {
  width: 100%;
}
.mgs-blog-latest-posts {
  padding: 140px 0;
}
@media (max-width: 1599px) {
  .mgs-blog-latest-posts {
    padding: 110px 0;
  }
}
@media (max-width: 1199px) {
  .mgs-blog-latest-posts {
    padding: 75px 0;
  }
}
@media (max-width: 991px) {
  .mgs-blog-latest-posts {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .mgs-blog-latest-posts {
    padding: 35px 0;
  }
}
.mgs-blog-latest-posts .content-heading h2 {
  font-size: 72px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.7em;
}
@media (max-width: 1599px) {
  .mgs-blog-latest-posts .content-heading h2 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .mgs-blog-latest-posts .content-heading h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .mgs-blog-latest-posts .content-heading h2 {
    font-size: 36px;
  }
}
.mgs-blog-latest-posts .blog-list .blog-post > .text .post-info-block .post-title {
  font-size: 30px;
}
@media (max-width: 1599px) {
  .mgs-blog-latest-posts .blog-list .blog-post > .text .post-info-block .post-title {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .mgs-blog-latest-posts .blog-list .blog-post > .text .post-info-block .post-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .mgs-blog-latest-posts .blog-list .blog-post > .text .post-info-block .post-title {
    font-size: 20px;
  }
}
.mgs-blog-latest-posts .blog-list .blog-post .post-thumbnail a {
  padding-bottom: 52.65%;
}
.mgs-blog-latest-posts .blog-list .item:nth-child(2n) .blog-post > .text {
  border-left-color: #f15a24;
}
@media (max-width: 991px) {
  .mgs-blog-latest-posts .blog-list .item {
    margin-bottom: 30px;
  }
}
.mgs-blog-latest-posts .block-cta {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .mgs-blog-latest-posts .block-cta {
    margin-top: 0;
  }
}
body.blog-post-view .blog-post {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
body.blog-post-view .post-info {
  border-bottom-color: rgba(112, 112, 112, 0.15);
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: block;
}
body.blog-post-view .post-info > div {
  display: block !important;
}
body.blog-post-view .post-info .posted-in {
  text-align: left;
}
body.blog-post-view .post-image {
  margin-left: -22%;
  margin-right: -22%;
}
@media (max-width: 1599px) {
  body.blog-post-view .post-image {
    margin-left: -10%;
    margin-right: -10%;
  }
}
@media (max-width: 1199px) {
  body.blog-post-view .post-image {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (max-width: 991px) {
  body.blog-post-view .post-image {
    margin-left: -15px;
    margin-right: -15px;
  }
}
body.blog-post-view .post-image img {
  width: 100%;
}
body.blog-post-view .post-tags {
  border-top: 1px solid rgba(112, 112, 112, 0.15);
  padding-top: 30px;
  margin-top: 30px;
}
body.blog-post-view .post-tags > span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 8px;
}
@media (min-width: 1400px) {
  .blog-post-list .column.main-col {
    padding-left: 40px;
  }
}
div.block-blog-tags .smallest {
  border: none;
  padding: 0;
}
body.blog-post-view .blog-post .post-tags a,
div.block-blog-tags .small,
div.block-blog-tags .smallest > a {
  background: rgba(0, 174, 239, 0.2);
  border: none;
  display: inline-block;
  padding: 5px 10px;
  color: #00aeef;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 8px 8px 0;
}
@media (max-width: 1599px) {
  body.blog-post-view .blog-post .post-tags a,
  div.block-blog-tags .small,
  div.block-blog-tags .smallest > a {
    font-size: 12px;
    margin: 0 5px 5px 0;
  }
}
@media (max-width: 1399px) {
  body.blog-post-view .blog-post .post-tags a,
  div.block-blog-tags .small,
  div.block-blog-tags .smallest > a {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  body.blog-post-view .blog-post .post-tags a,
  div.block-blog-tags .small,
  div.block-blog-tags .smallest > a {
    font-size: 11px;
    margin: 0 5px 5px 0;
  }
}
.blog-post-list .page-title-wrapper {
  background-image: url(../images/title/blog.jpg);
}
.sidebar {
  margin-bottom: 50px;
}
.sidebar .block-blog-categories .block-title {
  margin-bottom: 0;
}
.sidebar .block-blog-categories .block-title strong {
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
}
.sidebar .block-blog-categories ul.category-list {
  color: #000000;
  padding: 0;
  min-width: auto;
  background: none;
  font-size: 1em;
  margin: 30px 0 0;
  list-style: none;
}
.sidebar .block-blog-categories ul.category-list > li {
  padding: 0 !important;
  border: none !important;
  margin-bottom: 0.5em;
}
.sidebar .block-blog-categories ul.category-list > li a {
  color: #000000;
}
.sidebar .block-blog-categories ul.category-list > li a:hover {
  color: #f15a24;
}
.sidebar .block-blog-categories ul.category-list > li.active a {
  font-weight: 700;
}
.sidebar .block-blog-categories ul.category-list > li.active a:before {
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  color: #f15a24;
  font-size: 0.9em;
}
.sidebar .block-blog-posts .block-title {
  margin-bottom: 0;
}
.sidebar .block-blog-posts .block-title strong {
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
}
.sidebar .block-blog-posts ul.post-list {
  color: #000000;
  padding: 0;
  min-width: auto;
  background: none;
  font-size: 1em;
  margin: 30px 0 0;
  list-style: none;
}
.sidebar .block-blog-posts ul.post-list > li {
  padding: 0 !important;
  border: none !important;
}
.sidebar .block-blog-posts ul.post-list > li + li {
  margin-top: 50px;
}
.sidebar .block-blog-posts ul.post-list > li .post-img {
  display: none;
}
.sidebar .block-blog-posts ul.post-list > li .post-name {
  padding-left: 0 !important;
}
.sidebar .block-blog-posts ul.post-list > li .post-name h4 {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .sidebar .block-blog-posts ul.post-list > li .post-name h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .sidebar .block-blog-posts ul.post-list > li .post-name h4 {
    font-size: 20px;
  }
}
.sidebar .block-blog-posts ul.post-list > li .post-name a {
  color: #f15a24;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.sidebar .block-blog-posts ul.post-list > li .post-name a:after {
  content: "\e90d";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 10px;
  margin-left: 8px;
}
.sidebar .block-blog-posts ul.post-list > li .post-name a:before {
  content: '';
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #f15a24;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.sidebar .block-blog-posts ul.post-list > li .post-name a:hover {
  color: #000000;
}
.sidebar .block-blog-posts ul.post-list > li .post-name a:hover:before {
  width: 100%;
}
.sidebar .block-blog-tags .block-title {
  margin-bottom: 30px;
}
.sidebar .block-blog-tags .block-title strong {
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
}
.sidebar .sidebar-warranty-block {
  position: relative;
}
.sidebar .sidebar-warranty-block:before {
  content: '';
  width: 150%;
  height: 100%;
  right: 60px;
  top: 60px;
  background: #f15a24;
  opacity: 0.04;
  position: absolute;
  z-index: 1;
}
.sidebar .sidebar-warranty-block .sidebar-warranty {
  background: #ffffff;
  -webkit-box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
  box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.sidebar .sidebar-warranty-block .sidebar-warranty h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  padding: 20px;
  margin: 0;
}
.sidebar .sidebar-warranty-block .sidebar-warranty .widget.block {
  display: block;
  margin-bottom: 20px;
}
.sidebar .sidebar-warranty-block .sidebar-warranty a {
  text-transform: uppercase;
}
.sidebar .sidebar-warranty-block .sidebar-warranty a:after {
  content: "\e90d";
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  margin-left: 15px;
}
.sidebar .sidebar-warranty-block .sidebar-warranty > *:last-child {
  margin-bottom: 0;
}
.blog-list .blog-post {
  background: #ffffff;
  padding: 20px 20px 0!important;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
  border: none !important;
}
@media (max-width: 1199px) {
  .blog-list .blog-post {
    padding: 15px 15px 0!important;
  }
}
.blog-list .blog-post .post-thumbnail a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 52.65%;
}
.blog-list .blog-post .post-thumbnail a img {
  display: none;
}
.blog-list .blog-post > .text {
  display: flex;
  align-items: center;
  margin: 0 -20px;
  position: relative;
  border-left: 5px solid #00aeef;
}
@media (max-width: 1199px) {
  .blog-list .blog-post > .text {
    margin: 0 -15px;
    border-left-width: 4px;
  }
}
@media (max-width: 767px) {
  .blog-list .blog-post > .text {
    border-left-width: 3px;
  }
}
.blog-list .blog-post > .text .post-date {
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  .blog-list .blog-post > .text .post-date {
    min-width: 120px;
  }
}
@media (max-width: 1199px) {
  .blog-list .blog-post > .text .post-date {
    min-width: 80px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .blog-list .blog-post > .text .post-date {
    min-width: 70px;
    font-size: 12px;
  }
}
.blog-list .blog-post > .text .post-date span {
  font-size: 67px;
  font-weight: 700;
  display: block;
  line-height: 1.1;
}
@media (max-width: 1599px) {
  .blog-list .blog-post > .text .post-date span {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .blog-list .blog-post > .text .post-date span {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .blog-list .blog-post > .text .post-date span {
    font-size: 32px;
  }
}
.blog-list .blog-post > .text .post-info-block {
  border-left: 1px solid #F3F3F3;
  padding: 35px 60px;
  width: 100%;
}
@media (max-width: 1599px) {
  .blog-list .blog-post > .text .post-info-block {
    padding: 25px 40px;
  }
}
@media (max-width: 1199px) {
  .blog-list .blog-post > .text .post-info-block {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .blog-list .blog-post > .text .post-info-block {
    padding: 15px 15px;
  }
}
.blog-list .blog-post > .text .post-info-block .post-info {
  margin-bottom: 10px;
}
.blog-list .blog-post > .text .post-info-block .post-info .posted-in {
  color: #000000;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .blog-list .blog-post > .text .post-info-block .post-info .posted-in {
    font-size: 12px;
  }
}
.blog-list .blog-post > .text .post-info-block .post-title {
  font-size: 40px;
  margin: 0;
}
@media (max-width: 1599px) {
  .blog-list .blog-post > .text .post-info-block .post-title {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .blog-list .blog-post > .text .post-info-block .post-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .blog-list .blog-post > .text .post-info-block .post-title {
    font-size: 20px;
  }
}
.blog-list .blog-post > .text .post-info-block .post-title a {
  color: #000000;
}
.blog-list .blog-post > .text .post-info-block .post-title a:hover {
  color: #f15a24;
}
.blog-list .blog-post:nth-child(2n) > .text {
  border-left-color: #f15a24;
}
div.blog-post-list-toolbar,
div.blog-post-comment-list-toolbar {
  padding-top: 0;
  text-align: center;
  border-top: none;
  margin-top: 50px;
}
@media (max-width: 767px) {
  div.blog-post-list-toolbar,
  div.blog-post-comment-list-toolbar {
    margin-top: 30px;
  }
}
div.blog-post-list-toolbar .toolbar-amount,
div.blog-post-comment-list-toolbar .toolbar-amount {
  display: none;
}
div.blog-post-list-toolbar .pages,
div.blog-post-comment-list-toolbar .pages {
  text-align: center;
}
div.blog-post-list-toolbar .pages .page,
div.blog-post-comment-list-toolbar .pages .page {
  width: auto;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-content .videoWrapper {
  margin-bottom: 25px;
}
.post-content img[style*="float: left"] {
  margin: 5px 15px 15px 0px;
}
@media (max-width: 767px) {
  .post-content img[style*="float: left"] {
    margin: 0 0 15px;
    float: none !important;
  }
}
.post-content img[style*="float: right"] {
  margin: 5px 0px 15px 15px;
}
@media (max-width: 767px) {
  .post-content img[style*="float: right"] {
    margin: 0 0 15px;
    float: none !important;
  }
}
body[class^='manuals-index'] .page-title-wrapper {
  background-image: url(../images/title/parts.jpg);
}
table.data-table .mobile-label {
  display: none;
}
@media (max-width: 767px) {
  table.data-table .mobile-label {
    display: inline-block;
    font-weight: 700;
    margin-right: 10px;
    min-width: 95px;
  }
}
table.data-table:not(.dataTable) {
  display: none;
}
.manuals-back a {
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  font-size: 15px;
}
.manuals-back a span {
  display: inline-block;
  font-size: 12px;
  margin-right: 8px;
}
.manuals-back a:hover {
  color: #f15a24;
}
.parts-table-block .dataTables_wrapper .dataTables_filter {
  float: none;
}
@media (max-width: 991px) {
  .parts-table-block .dataTables_wrapper .dataTables_filter {
    margin-top: 10px;
  }
}
.parts-table-block .dataTables_wrapper .dataTables_filter label {
  display: block;
  margin: 0 0 0 auto;
  max-width: 480px;
  position: relative;
}
@media (max-width: 991px) {
  .parts-table-block .dataTables_wrapper .dataTables_filter label {
    max-width: none;
  }
}
.parts-table-block .dataTables_wrapper .dataTables_filter label:after {
  content: "\e908";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  width: 45px;
  position: absolute;
  right: 0;
  -webkit-border-radius: 0px 4px 4px 0;
  -moz-border-radius: 0px 4px 4px 0;
  border-radius: 0px 4px 4px 0;
  background: #00aeef;
  text-align: center;
  color: #ffffff;
  height: 100%;
  line-height: 50px;
}
.parts-table-block .dataTables_wrapper .dataTables_filter label input {
  background: #ffffff;
  border: 1px solid rgba(112, 112, 112, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 0;
  padding: 0 60px 0 20px;
}
.parts-table-block .dataTables_wrapper .datatables-top {
  margin-bottom: 50px;
}
.parts-table-block .dataTables_wrapper .datatables-top .primary {
  width: 100%;
  line-height: 30px;
  padding: 10px 15px;
}
@media (max-width: 991px) {
  .parts-table-block .dataTables_wrapper .datatables-top .primary {
    margin-top: 10px;
  }
}
.parts-table-block .dataTables_wrapper .datatables-top select {
  max-width: 360px;
}
@media (max-width: 991px) {
  .parts-table-block .dataTables_wrapper .datatables-top select {
    max-width: none;
  }
}
.parts-table-block .dataTables_wrapper table.dataTable {
  border-bottom: none;
}
@media (max-width: 767px) {
  .parts-table-block .dataTables_wrapper table.dataTable {
    display: block;
  }
}
.parts-table-block .dataTables_wrapper table.dataTable thead th {
  border: none;
  background: #000000;
  color: #ffffff;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .parts-table-block .dataTables_wrapper table.dataTable thead {
    display: none;
  }
}
@media (max-width: 767px) {
  .parts-table-block .dataTables_wrapper table.dataTable tbody {
    display: block;
  }
}
.parts-table-block .dataTables_wrapper table.dataTable tbody tr {
  background: none;
}
@media (max-width: 767px) {
  .parts-table-block .dataTables_wrapper table.dataTable tbody tr {
    display: block;
    border-top: 2px solid #000000;
  }
  .parts-table-block .dataTables_wrapper table.dataTable tbody tr:last-child {
    border-bottom: 2px solid #000000;
  }
}
.parts-table-block .dataTables_wrapper table.dataTable tbody tr td {
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  padding: 13px 15px;
}
@media (max-width: 767px) {
  .parts-table-block .dataTables_wrapper table.dataTable tbody tr td {
    display: block;
  }
}
.parts-table-block .dataTables_wrapper table.dataTable tbody tr.separator td {
  padding-top: 40px;
  font-weight: 700;
}
.schematic-img {
  max-width: 400px;
  background: #ffffff;
  padding: 15px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  text-align: center;
  margin: 25px 0;
}
.schematic-img span {
  display: block;
}
.parts-ordering-text {
  margin-bottom: 80px;
}
.parts-ordering-text h4 {
  font-size: 1.2em;
  line-height: 1.45;
}
.doall-order-schematics {
  background: #000000;
  color: #ffffff;
  padding: 95px 0;
}
@media (max-width: 1199px) {
  .doall-order-schematics {
    padding: 75px 0;
  }
}
@media (max-width: 991px) {
  .doall-order-schematics {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .doall-order-schematics {
    padding: 35px 0;
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .doall-order-schematics .container {
    max-width: 1294px;
  }
}
.doall-order-schematics h2 {
  font-size: 50px;
  margin: 0;
}
@media (max-width: 1199px) {
  .doall-order-schematics h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .doall-order-schematics h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.doall-order-schematics p {
  margin: 0;
}
.doall-order-schematics .widget a {
  border: none !important;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #f15a24;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 35px;
  padding: 15px 45px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  white-space: nowrap;
}
.doall-order-schematics .widget a span:after {
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  margin-left: -7px;
  display: inline-block;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.doall-order-schematics .widget a:hover,
.doall-order-schematics .widget a:active,
.doall-order-schematics .widget a:focus {
  background-color: #cf3304;
}
.doall-order-schematics .widget a:hover span:after,
.doall-order-schematics .widget a:active span:after,
.doall-order-schematics .widget a:focus span:after {
  margin-left: 10px;
  opacity: 1;
}
.builder-column {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.builder-column .column.main {
  margin-bottom: 0 !important;
}
.magezon-builder {
  overflow: hidden;
}
.magezon-builder .mgz-container {
  width: auto !important;
}
.magezon-builder .mgz-element-column > .mgz-element-inner {
  padding: 0;
  height: auto !important;
}
.magezon-builder .mgz-element.mgz-container.contained > .mgz-element-inner > .inner-content {
  max-width: 1550px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1599px) {
  .magezon-builder .mgz-element.mgz-container.contained > .mgz-element-inner > .inner-content {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .magezon-builder .mgz-element.mgz-container.contained > .mgz-element-inner > .inner-content {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .magezon-builder .mgz-element.mgz-container.contained > .mgz-element-inner > .inner-content {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .magezon-builder .mgz-element.mgz-container.contained > .mgz-element-inner > .inner-content {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .magezon-builder .mgz-element.mgz-container.contained > .mgz-element-inner > .inner-content {
    max-width: 100%;
  }
}
h2.mgz-element-heading-text {
  font-size: 60px;
  margin-bottom: 0.35em;
}
@media (max-width: 1599px) {
  h2.mgz-element-heading-text {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  h2.mgz-element-heading-text {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  h2.mgz-element-heading-text {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2.mgz-element-heading-text {
    font-size: 32px;
  }
}
.mgz-single-image-wrapper.mgz-box-shadow .mgz-single-image-inner {
  position: relative;
  border: none;
}
.mgz-single-image-wrapper.mgz-box-shadow .mgz-single-image-inner:before {
  content: '';
  width: 150%;
  height: 100%;
  left: 60px;
  top: 60px;
  background: #f15a24;
  opacity: 0.04;
  position: absolute;
  z-index: -1;
}
.mgz-single-image-wrapper.mgz-box-shadow img {
  -webkit-box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
  box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
}
.home-slider-block {
  position: relative;
}
.home-slider-block .slider-social {
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 10;
  margin-top: -160px;
}
@media (max-width: 1199px) {
  .home-slider-block .slider-social {
    display: none;
  }
}
.home-slider-block .slider-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home-slider-block .slider-social ul li {
  margin: 0;
}
.home-slider-block .slider-social ul li + li {
  margin-top: 16px;
}
.home-slider-block .slider-social a {
  vertical-align: middle;
  display: inline-block;
}
.home-slider-block .slider-social a span[class*="icon"] {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #fff200;
  opacity: 0.5;
  color: #000000;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  padding: 0 0 0 2px;
}
.home-slider-block .slider-social a:hover span[class*="icon"] {
  opacity: 1;
}
.home-slider .slick-track {
  padding-bottom: 85px;
}
@media (max-width: 767px) {
  .home-slider .slick-track {
    padding-bottom: 0;
  }
}
.home-slider:not(.slick-initialized) {
  padding-bottom: 85px;
}
.home-slider:not(.slick-initialized) .home-slide-item:not(:first-child) {
  display: none;
}
.home-slider .slick-dots {
  position: absolute;
  max-width: 1550px;
  left: 50%;
  margin-left: -775px;
  z-index: 10;
  bottom: 100px;
  list-style: none;
  padding: 0 15px;
}
@media (max-width: 1599px) {
  .home-slider .slick-dots {
    max-width: 1140px;
    margin-left: -570px;
  }
}
@media (max-width: 1199px) {
  .home-slider .slick-dots {
    max-width: 960px;
    margin-left: -480px;
    bottom: 75px;
  }
}
@media (max-width: 991px) {
  .home-slider .slick-dots {
    max-width: 720px;
    margin-left: -360px;
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home-slider .slick-dots {
    max-width: 540px;
    margin-left: -270px;
    text-align: right;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .home-slider .slick-dots {
    max-width: 100%;
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
.home-slider .slick-dots li {
  display: inline-block;
  margin: 0;
}
.home-slider .slick-dots li + li {
  margin-left: 6px;
}
.home-slider .slick-dots li button {
  cursor: pointer;
  background: #F3F3F3;
  opacity: 0.3;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none !important;
  font-size: 0px;
  text-indent: -9999px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider .slick-dots li button {
    background-color: #000000;
  }
}
.home-slider .slick-dots li.slick-active button {
  opacity: 1;
  background: #FFF200;
}
.home-slider .home-slide-item {
  background: #353535 url(../images/slider.svg) no-repeat 15% 45px;
  color: #ffffff;
}
.home-slider .home-slide-item .text {
  width: 46%;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.52);
  font-size: 21px;
  font-weight: 600;
}
@media (max-width: 1660px) and (min-width: 1600px) {
  .home-slider .home-slide-item .text {
    padding-left: 50px;
  }
}
@media (max-width: 1390px) and (min-width: 1340px) {
  .home-slider .home-slide-item .text {
    padding-left: 50px;
  }
}
@media (max-width: 1230px) and (min-width: 1200px) {
  .home-slider .home-slide-item .text {
    padding-left: 50px;
  }
}
@media (max-width: 1599px) {
  .home-slider .home-slide-item .text {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .home-slider .home-slide-item .text {
    font-size: 18px;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .home-slider .home-slide-item .text {
    width: 100%;
    padding: 30px 0;
    font-size: 16px;
    min-height: 237px;
  }
}
@media (max-width: 767px) {
  .home-slider .home-slide-item .text {
    padding: 30px 20px;
    min-height: 450px;
  }
}
.home-slider .home-slide-item .text h2 {
  font-size: 72px;
  margin: 0 0 15px;
  line-height: 1.1;
}
@media (max-width: 1599px) {
  .home-slider .home-slide-item .text h2 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .home-slider .home-slide-item .text h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .home-slider .home-slide-item .text h2 {
    font-size: 48px;
  }
}
.home-slider .home-slide-item .text .slide-ctas .action.primary {
  text-shadow: none;
  min-width: 135px;
}
@media (max-width: 767px) {
  .home-slider .home-slide-item .text .slide-ctas .action.primary {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home-slider .home-slide-item .text .slide-ctas .action.primary.with-arrow {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-slider .home-slide-item .text .slide-ctas .action.primary.with-arrow:hover {
  margin-right: -17px;
}
@media (max-width: 991px) {
  .home-slider .home-slide-item .text .slide-ctas .action.primary.with-arrow:hover {
    margin-right: 0;
  }
}
.home-slider .home-slide-item .text .slide-ctas .action.primary:not(:first-child) {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .home-slider .home-slide-item .text .slide-ctas .action.primary:not(:first-child) {
    margin-left: 10px;
  }
}
.home-slider .home-slide-item .text .slide-ctas .action.primary.alt {
  background: none;
  color: #ffffff;
  border-color: #ffffff !important;
}
.home-slider .home-slide-item .text .slide-ctas .action.primary.alt:hover {
  border-color: #f15a24 !important;
  background-color: #f15a24;
  color: #ffffff;
}
.home-slider .home-slide-item .text .slider-play-btn {
  display: none;
}
@media (max-width: 767px) {
  .home-slider .home-slide-item .text .slider-play-btn {
    display: inline-block;
    border: 2px solid #f15a24;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    padding: 15px 25px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
  }
  .home-slider .home-slide-item .text .slider-play-btn:hover {
    background-color: #f15a24;
    color: #ffffff;
  }
  .home-slider .home-slide-item .text .slider-play-btn span {
    display: inline-block;
    margin-right: 12px;
    font-size: 16px;
    vertical-align: middle;
  }
}
.home-slider .home-slide-item .image {
  width: 47.5%;
  position: relative;
  top: 45px;
}
@media (max-width: 991px) {
  .home-slider .home-slide-item .image {
    width: 100%;
    top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home-slider .home-slide-item .image {
    display: none;
  }
}
.home-slider .home-slide-item .image a {
  display: block;
}
.home-slider .home-slide-item .image a:before {
  content: "\e903";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(241, 90, 36, 0.78);
  width: 160px;
  height: 160px;
  line-height: 160px;
  font-size: 52px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -80px;
  margin-top: -80px;
  z-index: 5;
  text-align: center;
  color: #ffffff;
  padding-left: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .home-slider .home-slide-item .image a:before {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 40px;
    margin-left: -60px;
    margin-top: -60px;
  }
}
.home-slider .home-slide-item .image a:hover:before {
  background: #f15a24;
}
.home-slider .home-slide-item .image .img {
  padding-bottom: 98%;
  -webkit-box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
  box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
}
@media (max-width: 991px) {
  .home-slider .home-slide-item .image .img {
    padding-bottom: 56.5%;
  }
}
.homepage-quick-links {
  padding: 0 12px;
}
@media (max-width: 767px) {
  .homepage-quick-links {
    padding: 0 0 15px;
  }
}
.homepage-quick-links .mgz-element-column {
  padding: 0 12px;
}
@media (max-width: 767px) {
  .homepage-quick-links .mgz-element-column {
    padding: 15px 15px 0;
  }
}
.homepage-quick-links .mgz-element-column .mgz-element .mgz-element-inner {
  display: flex;
  position: relative;
  align-items: center;
  height: 190px;
  padding: 0 25px;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .homepage-quick-links .mgz-element-column .mgz-element .mgz-element-inner {
    height: 156px;
  }
}
.homepage-quick-links .mgz-element-column .mgz-element .mgz-element-inner .mgz-parallax {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
}
.homepage-quick-links .mgz-element-column .mgz-element .mgz-element-inner .mgz-parallax:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffffff;
  opacity: 0.85;
  position: absolute;
  z-index: 1;
}
.homepage-quick-links .mgz-element-column .mgz-element .mgz-element-inner .mgz-parallax:after {
  content: '';
  border: 0px solid #f15a24;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}
.homepage-quick-links .mgz-element-column .mgz-element .mgz-element-inner h3 {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media (max-width: 1199px) {
  .homepage-quick-links .mgz-element-column .mgz-element .mgz-element-inner h3 {
    font-size: 24px;
  }
}
.homepage-quick-links .mgz-element-column .mgz-element .mgz-element-inner h3 a {
  color: #000000;
}
.homepage-quick-links .mgz-element-column .mgz-element .mgz-element-inner h3 a:hover {
  color: #f15a24;
}
.homepage-quick-links .mgz-element-column .mgz-element .mgz-element-inner p {
  width: 100%;
  margin: 0;
}
.homepage-quick-links .mgz-element-column .mgz-element .mgz-element-inner p a {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.homepage-quick-links .mgz-element-column .mgz-element .mgz-element-inner p a:after {
  content: "\e90d";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 10px;
  margin-left: 8px;
}
.homepage-quick-links .mgz-element-column .mgz-element .mgz-element-inner p a:hover {
  color: #f15a24;
}
.homepage-quick-links .mgz-element-column .mgz-element:hover .mgz-element-inner .mgz-parallax:after {
  border-width: 10px;
}
@media (max-width: 767px) {
  .homepage-quick-links .mgz-element-column .mgz-element:hover .mgz-element-inner .mgz-parallax:after {
    border-width: 5px;
  }
}
.text-block-products-right {
  padding-top: 140px;
  padding-bottom: 118px;
}
@media (max-width: 1199px) {
  .text-block-products-right {
    padding-top: 40px;
    padding-bottom: 18px;
  }
}
.text-block-products-right .image-col {
  padding-right: 12px;
}
@media (max-width: 991px) {
  .text-block-products-right .image-col {
    padding-right: 0;
    margin-bottom: 22px;
  }
}
.text-block-products-right .image-col .mgz-element:not(.mgz-child) {
  height: 610px;
}
@media (max-width: 991px) {
  .text-block-products-right .image-col .mgz-element:not(.mgz-child) {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .text-block-products-right .image-col .mgz-element:not(.mgz-child) {
    height: 320px;
  }
}
.text-block-products-right .image-col .mgz-element .mgz-parallax:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.text-block-products-right .image-col .mgz-element .mgz-element-column {
  display: flex;
  align-items: center;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.text-block-products-right .image-col .mgz-element .mgz-element-column .mgz-element-inner {
  width: 100%;
  text-align: center;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .text-block-products-right .image-col .mgz-element .mgz-element-column .mgz-element-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.text-block-products-right .image-col .mgz-element .mgz-element-column .mgz-element-inner h2,
.text-block-products-right .image-col .mgz-element .mgz-element-column .mgz-element-inner h3 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 0.5em;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .text-block-products-right .image-col .mgz-element .mgz-element-column .mgz-element-inner h2,
  .text-block-products-right .image-col .mgz-element .mgz-element-column .mgz-element-inner h3 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .text-block-products-right .image-col .mgz-element .mgz-element-column .mgz-element-inner h2,
  .text-block-products-right .image-col .mgz-element .mgz-element-column .mgz-element-inner h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .text-block-products-right .image-col .mgz-element .mgz-element-column .mgz-element-inner h2,
  .text-block-products-right .image-col .mgz-element .mgz-element-column .mgz-element-inner h3 {
    font-size: 26px;
  }
}
.text-block-products-right .products-col {
  padding-left: 12px;
}
@media (max-width: 991px) {
  .text-block-products-right .products-col {
    padding-left: 0;
  }
}
.text-block-products-right .products-col .mgz-element-heading-text {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .text-block-products-right .products-col .slick-list {
    padding-right: 50px;
  }
}
.mgz-product-items {
  margin: 0;
}
.mgz-product-items.products .product-items {
  letter-spacing: 0;
  margin: 0 -11px !important;
}
.mgz-product-items.products .product-items div.product-item {
  padding: 0 11px;
  margin-bottom: 22px;
  margin-left: 0 !important;
  font-size: 18px;
}
@media (max-width: 991px) {
  .mgz-product-items.products .product-items div.product-item {
    font-size: 16px;
  }
}
.mgz-product-items.products .product-items div.product-item .image {
  position: relative;
}
.mgz-product-items.products .product-items div.product-item .product-item-info {
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  padding: 13px;
  border: none;
}
.mgz-product-items.products .product-items div.product-item .product-item-info .product-item-name {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 0;
  text-align: center;
}
.mgz-product-items.products .product-items div.product-item .product-item-info .product-item-name a {
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}
.mgz-product-items.products .product-items div.product-item .product-item-info .product-item-name a:hover {
  color: #cf3304;
}
.mgz-product-items.products .product-items div.product-item .product-item-info .mgs-quickview {
  width: 45px;
  height: 45px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.02);
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 5;
  border: none;
  color: #000000;
  padding: 2px 0 0;
  line-height: 45px;
}
@media (max-width: 991px) {
  .mgz-product-items.products .product-items div.product-item .product-item-info .mgs-quickview {
    display: none !important;
  }
}
.mgz-product-items.products .product-items div.product-item .product-item-info .mgs-quickview .qv-tooltip {
  font-size: 11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
  width: 64px;
  left: 50%;
  margin-left: -32px;
  bottom: 100%;
  margin-bottom: 5px;
  color: #ffffff;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 20px;
}
.mgz-product-items.products .product-items div.product-item .product-item-info .mgs-quickview:hover .qv-tooltip {
  opacity: 1;
  visibility: visible;
}
.mgz-product-items.products .product-items div.product-item .product-item-info .product-item-photo {
  display: block;
  background: #F8F8F8;
  position: relative;
  height: 212px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.mgz-product-items.products .product-items div.product-item .product-item-info .product-item-photo .product-image-container {
  padding: 10px;
  vertical-align: middle;
  width: 100% !important;
}
.mgz-product-items.products .product-items div.product-item .product-item-info .product-item-photo .product-image-wrapper {
  height: auto;
  padding-bottom: 0 !important;
}
.mgz-product-items.products .product-items div.product-item .product-item-info .product-item-photo .product-image-wrapper .product-image-photo {
  position: static;
  max-height: 192px;
  mix-blend-mode: multiply;
  max-width: 100%;
  width: auto;
}
.mgz-product-items.products .product-items div.product-item .product-item-info:hover,
.mgz-product-items.products .product-items div.product-item .product-item-info.active {
  border: none;
  margin: 0;
}
.mgz-product-items.products .product-items div.product-item .product-item-info:not(:hover):not(.active) .product-item-inner {
  clip: initial;
  height: auto;
  margin: 0;
  width: auto;
  position: static;
  overflow: visible;
}
.mgz-product-items.products .product-items div.product-item .product-item-info .product-item-inner {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: static;
  display: block;
}
.mgz-product-items.products .product-items div.product-item .product-item-info .price-box {
  margin: 10px 0 15px;
  text-align: center;
}
.mgz-product-items.products .product-items div.product-item .product-item-info .price-box .price {
  font-size: 17px;
  color: #f15a24;
}
.mgz-product-items.products .product-items div.product-item .product-item-info .product-item-actions {
  margin: 0;
  text-align: center;
}
.mgz-product-items.products .product-items div.product-item .product-item-info .product-item-actions .actions-primary {
  display: block;
}
.mgz-product-items.products .product-items div.product-item .product-item-info .product-item-actions .actions-primary .primary {
  width: 100%;
}
.black-block > .mgz-element-inner {
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .black-block > .mgz-element-inner {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .black-block > .mgz-element-inner {
    padding: 45px 0;
  }
}
.black-block > .mgz-element-inner .inner-content > .mgz-element > .mgz-element-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .black-block > .mgz-element-inner .inner-content > .mgz-element > .mgz-element-inner {
    flex-wrap: wrap;
  }
  .black-block > .mgz-element-inner .inner-content > .mgz-element > .mgz-element-inner > div {
    width: 100%;
    text-align: center;
  }
}
.black-block > .mgz-element-inner .inner-content > .mgz-element > .mgz-element-inner:before,
.black-block > .mgz-element-inner .inner-content > .mgz-element > .mgz-element-inner:after {
  display: none;
}
.black-block > .mgz-element-inner .inner-content > .mgz-element > .mgz-element-inner .mgz-element-inner {
  margin-bottom: 0;
}
.black-block > .mgz-element-inner .inner-content > .mgz-element > .mgz-element-inner h2,
.black-block > .mgz-element-inner .inner-content > .mgz-element > .mgz-element-inner h3 {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .black-block > .mgz-element-inner .inner-content > .mgz-element > .mgz-element-inner h2,
  .black-block > .mgz-element-inner .inner-content > .mgz-element > .mgz-element-inner h3 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .black-block > .mgz-element-inner .inner-content > .mgz-element > .mgz-element-inner h2,
  .black-block > .mgz-element-inner .inner-content > .mgz-element > .mgz-element-inner h3 {
    width: 100%;
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .black-block > .mgz-element-inner .inner-content > .mgz-element > .mgz-element-inner h2,
  .black-block > .mgz-element-inner .inner-content > .mgz-element > .mgz-element-inner h3 {
    font-size: 30px;
  }
}
.parallax-block > .mgz-element-inner {
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.52);
}
@media (max-width: 1199px) {
  .parallax-block > .mgz-element-inner {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .parallax-block > .mgz-element-inner {
    min-height: 460px;
  }
}
@media (max-width: 767px) {
  .parallax-block > .mgz-element-inner {
    min-height: 350px;
  }
}
.parallax-block > .mgz-element-inner h2,
.parallax-block > .mgz-element-inner h3 {
  font-size: 72px;
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 1599px) {
  .parallax-block > .mgz-element-inner h2,
  .parallax-block > .mgz-element-inner h3 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .parallax-block > .mgz-element-inner h2,
  .parallax-block > .mgz-element-inner h3 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .parallax-block > .mgz-element-inner h2,
  .parallax-block > .mgz-element-inner h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .parallax-block > .mgz-element-inner h2,
  .parallax-block > .mgz-element-inner h3 {
    font-size: 32px;
  }
}
.parallax-block > .mgz-element-inner h2 > span,
.parallax-block > .mgz-element-inner h3 > span {
  text-decoration: none !important;
  white-space: nowrap;
  position: relative;
}
.parallax-block > .mgz-element-inner h2 > span:after,
.parallax-block > .mgz-element-inner h3 > span:after {
  content: '';
  width: 104%;
  height: 54%;
  bottom: -4%;
  left: -2%;
  background: #f15a24;
  z-index: -1;
  position: absolute;
}
.parallax-block > .mgz-element-inner .mgz-parallax {
  z-index: -1;
}
.parallax-block > .mgz-element-inner .mgz-parallax:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.7;
}
.bestsellers-block {
  padding: 140px 0;
}
@media (max-width: 1199px) {
  .bestsellers-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .bestsellers-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .bestsellers-block {
    padding: 40px 0;
  }
}
.bestsellers-block .mgz-block-heading {
  margin: 0;
}
.bestsellers-block .mgz-block-heading h2 {
  font-size: 72px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.7em;
}
@media (max-width: 1599px) {
  .bestsellers-block .mgz-block-heading h2 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .bestsellers-block .mgz-block-heading h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .bestsellers-block .mgz-block-heading h2 {
    font-size: 36px;
  }
}
.bestsellers-block .mgz-element-button {
  text-align: center;
}
.warranty-block {
  padding-top: 140px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .warranty-block {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .warranty-block {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .warranty-block {
    padding-top: 40px;
  }
}
.warranty-block .inner-content {
  width: 100% !important;
  padding: 0 50px 0 80px;
}
@media (max-width: 991px) {
  .warranty-block .inner-content {
    padding: 0 20px 0 40px;
  }
}
@media (max-width: 767px) {
  .warranty-block .inner-content {
    padding: 0;
    position: relative;
  }
  .warranty-block .inner-content .mgz-col-md-8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 20px;
  }
}
.warranty-block .mgz-element-single_image {
  position: relative;
  top: 45px;
  -webkit-box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
  box-shadow: -6px 10px 21px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .warranty-block .mgz-element-single_image {
    top: 0;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.warranty-block h2,
.warranty-block h3 {
  font-size: 72px;
  margin: 0 0 0.5em;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 1599px) {
  .warranty-block h2,
  .warranty-block h3 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .warranty-block h2,
  .warranty-block h3 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .warranty-block h2,
  .warranty-block h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .warranty-block h2,
  .warranty-block h3 {
    font-size: 32px;
  }
}
.warranty-block h2 > span,
.warranty-block h3 > span {
  text-decoration: none !important;
  white-space: nowrap;
  position: relative;
}
.warranty-block h2 > span:after,
.warranty-block h3 > span:after {
  content: '';
  width: 104%;
  height: 54%;
  bottom: -4%;
  left: -2%;
  background: #00aeef;
  z-index: -1;
  position: absolute;
}
.warranty-block .mgz-col-md-8 .mgz-link.mgz-btn {
  background: none;
  border: 3px solid #ffffff !important;
  color: #ffffff;
}
.warranty-block .mgz-col-md-8 .mgz-link.mgz-btn:hover {
  border-color: #f15a24 !important;
  background-color: #f15a24;
  color: #ffffff;
}
.warranty-block .mgz-hidden-md {
  margin-top: 30px;
}
.warranty-block .mgz-parallax {
  z-index: -1;
}
.warranty-block .mgz-parallax:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.6;
  z-index: 2;
}
.warranty-block .mgz-parallax .mgz-parallax-inner {
  filter: blur(10px);
}
.doall-about-block {
  background: url(../images/pattern.jpg) repeat;
  margin-top: 100px;
}
.doall-about-block .revolutionizing-block {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .doall-about-block .revolutionizing-block {
    flex-wrap: wrap;
  }
}
.doall-about-block .revolutionizing-block .image {
  flex-basis: 68%;
}
.doall-about-block .revolutionizing-block .image img {
  width: 100%;
}
@media (max-width: 991px) {
  .doall-about-block .revolutionizing-block .image {
    flex-basis: 100%;
  }
}
.doall-about-block .revolutionizing-block .text {
  padding: 60px 10vw;
  font-size: 21px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .doall-about-block .revolutionizing-block .text {
    padding: 40px 7vw;
  }
}
@media (max-width: 1199px) {
  .doall-about-block .revolutionizing-block .text {
    font-size: 18px;
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .doall-about-block .revolutionizing-block .text {
    order: 2;
  }
}
@media (max-width: 767px) {
  .doall-about-block .revolutionizing-block .text {
    padding: 20px;
    text-align: center;
  }
}
.doall-about-block .revolutionizing-block .text h2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
}
@media (max-width: 1599px) {
  .doall-about-block .revolutionizing-block .text h2 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .doall-about-block .revolutionizing-block .text h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .doall-about-block .revolutionizing-block .text h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .doall-about-block .revolutionizing-block .text h2 {
    font-size: 32px;
  }
}
.doall-about-block .revolutionizing-block .text > .doall-about-block .revolutionizing-block .text:last-child {
  margin-bottom: 0;
}
.block-inline-links {
  padding: 120px 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .block-inline-links {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .block-inline-links {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .block-inline-links {
    padding: 35px 0;
  }
}
.block-inline-links .row > div {
  padding: 20px 50px;
}
@media (max-width: 1199px) {
  .block-inline-links .row > div {
    padding: 20px 25px;
  }
}
.block-inline-links .row > div + div {
  border-left: 1px solid #707070;
}
@media (max-width: 991px) {
  .block-inline-links .row > div + div {
    border-left: none;
    border-top: 1px solid #707070;
  }
}
.block-inline-links h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 0.75em;
}
@media (max-width: 1599px) {
  .block-inline-links h3 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .block-inline-links h3 {
    font-size: 21px;
  }
}
.block-inline-links p {
  margin: 0;
}
.block-inline-links p a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .block-inline-links p a {
    font-size: 13px;
  }
}
.block-inline-links p a:after {
  content: "\e90d";
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  margin-left: 15px;
}
.main-col ~ .block-inline-links {
  padding-top: 40px;
}
.cms-page-view main {
  overflow: hidden;
}
.sidebar-menu {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .sidebar-menu {
    margin-bottom: 30px;
    display: none;
  }
}
.sidebar-menu ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.sidebar-menu .vertical-menu .toggle-menu {
  display: none !important;
}
.sidebar-menu .vertical-menu > li > a.root-cat {
  color: #000000 !important;
  cursor: text;
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
}
.sidebar-menu .vertical-menu > li > a.root-cat + .toggle-menu {
  display: none;
}
.sidebar-menu .vertical-menu > li > a.root-cat ~ ul.dropdown-menu {
  display: block !important;
  position: static;
  float: none;
  border: none;
  border-radius: 0;
  color: #000000;
  padding: 0;
  min-width: auto;
  background: none;
  font-size: 1em;
  margin: 30px 0 0;
}
.sidebar-menu .vertical-menu > li > a.root-cat ~ ul.dropdown-menu > li {
  padding: 0 !important;
  margin: 0;
}
.sidebar-menu .vertical-menu > li > a.root-cat ~ ul.dropdown-menu > li a {
  color: #000000;
}
.sidebar-menu .vertical-menu > li > a.root-cat ~ ul.dropdown-menu > li a:hover {
  color: #f15a24;
}
.sidebar-menu .vertical-menu > li > a.root-cat ~ ul.dropdown-menu > li ul.dropdown-menu {
  position: static;
  float: none;
  border: none;
  border-radius: 0;
  color: #000000;
  padding: 0;
  min-width: auto;
  background: none;
  font-size: 1em;
  margin: 15px 0;
  border-left: 1px solid #e6e6e6;
  padding-left: 24px;
  margin-left: 24px;
}
.sidebar-menu .vertical-menu > li > a.root-cat ~ ul.dropdown-menu > li ul.dropdown-menu li.active > a:before {
  display: none !important;
}
.sidebar-menu .vertical-menu > li > a.root-cat ~ ul.dropdown-menu > li li.active > a {
  font-weight: 700;
}
.sidebar-menu .vertical-menu > li > a.root-cat ~ ul.dropdown-menu > li li.active > a:before {
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  color: #f15a24;
  font-size: 0.9em;
}
.sidebar-menu .vertical-menu > li > a.root-cat ~ ul.dropdown-menu > li li.active > ul.dropdown-menu {
  display: block !important;
}
.block.upsell,
.block.related {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .block.upsell,
  .block.related {
    margin-top: 35px;
  }
}
.block.upsell .block-title,
.block.related .block-title {
  text-align: center;
  margin-bottom: 0;
}
.block.upsell .block-title strong,
.block.related .block-title strong {
  font-size: 72px;
  margin: 0 0 1em;
  display: block;
}
@media (max-width: 1599px) {
  .block.upsell .block-title strong,
  .block.related .block-title strong {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .block.upsell .block-title strong,
  .block.related .block-title strong {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .block.upsell .block-title strong,
  .block.related .block-title strong {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .block.upsell .block-title strong,
  .block.related .block-title strong {
    font-size: 32px;
  }
}
.block.upsell .products .product-items > li.product-item,
.block.related .products .product-items > li.product-item {
  width: 25%;
}
@media (max-width: 991px) {
  .block.upsell .products .product-items > li.product-item,
  .block.related .products .product-items > li.product-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .block.upsell .products .product-items > li.product-item,
  .block.related .products .product-items > li.product-item {
    width: 100%;
  }
}
.product-raq-actions > a {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
.product-raq-actions > a span {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
}
.product-raq-actions > a:hover {
  color: #f15a24;
}
.product-raq-actions > div {
  margin-bottom: 35px;
  display: flex;
}
@media (max-width: 575px) {
  .product-raq-actions > div {
    flex-wrap: wrap;
  }
}
.product-raq-actions > div > div {
  min-width: 250px;
}
@media (max-width: 575px) {
  .product-raq-actions > div > div {
    width: 100%;
    margin-bottom: 10px;
  }
}
.sidebar-widget h4 {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .sidebar-widget h4 {
    font-size: 21px;
  }
}
.sidebar-widget h4:not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .sidebar-widget h4:not(:first-child) {
    margin-top: 35px;
  }
}
.sidebar-widget a {
  color: #f15a24;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding: 5px 0;
}
@media (max-width: 1199px) {
  .sidebar-widget a {
    font-size: 13px;
  }
}
.sidebar-widget a:before {
  content: '';
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #f15a24;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.sidebar-widget a:after {
  content: "\e90d";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 10px;
  margin-left: 8px;
}
.sidebar-widget a:hover {
  color: #000000;
}
.sidebar-widget a:hover:before {
  width: 100%;
}
.sidebar-widget > *:last-child {
  margin-bottom: 0;
}
.newsletter-block {
  background: #000000;
  padding: 100px 15px 140px;
}
@media (max-width: 991px) {
  .newsletter-block {
    padding: 70px 15px;
  }
}
@media (max-width: 767px) {
  .newsletter-block {
    padding: 40px 15px;
  }
}
.newsletter-block h4 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 1.2em;
  text-align: center;
}
@media (max-width: 991px) {
  .newsletter-block h4 {
    font-size: 42px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .newsletter-block h4 {
    font-size: 30px;
    margin-bottom: 20px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}
.newsletter-block .block.newsletter {
  width: 100%;
  max-width: 678px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .newsletter-block .block.newsletter {
    max-width: 637px;
  }
}
@media (max-width: 767px) {
  .newsletter-block .block.newsletter .form.subscribe {
    display: block;
  }
}
.newsletter-block .block.newsletter .field {
  margin-right: 14px;
  max-width: none;
}
@media (max-width: 767px) {
  .newsletter-block .block.newsletter .field {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.newsletter-block .block.newsletter .field .control:before {
  display: none;
}
.newsletter-block .block.newsletter .field .control label {
  margin: 0;
  display: block;
}
.newsletter-block .block.newsletter .field .control input {
  margin-right: 0;
  padding: 0 20px;
  height: 65px;
  border: none;
  width: 500px;
}
@media (max-width: 991px) {
  .newsletter-block .block.newsletter .field .control input {
    height: 50px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .newsletter-block .block.newsletter .field .control input {
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .newsletter-block .block.newsletter .actions {
    text-align: center;
  }
}
.mobile-cart {
  min-width: 95px;
}
.account-menu-mobile ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.account-menu-mobile ul > li {
  border: none;
}
.account-menu-mobile ul > li > a {
  display: block;
  font-size: 15px;
  padding: 8px 15px 9px;
  border-bottom: 1px solid #ddd;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
}
.sidebar-main-col .sidebar-additional {
  width: auto !important;
}
.contact-index-index .form.contact {
  width: 100% !important;
}
.contact-index-index .page-title-wrapper {
  background-image: url(../images/title/contact-2.jpg);
}
.contact-form-block {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form-inline div.fieldset {
  margin-bottom: 20px;
}
.contact-form-inline .actions-toolbar .primary {
  display: block;
  width: 100%;
}
.page-layout-support .main-col .contact-form-block,
.page-layout-support .main-col .mgz-element-magento_widget {
  margin-left: 0;
}
.parts-search-block .block {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .parts-search-block .block {
    margin-bottom: 15px;
  }
}
.webforms {
  margin-left: -1rem;
  margin-right: -1rem;
}
.webforms .fieldset {
  padding-left: 0;
  padding-right: 0;
}
.webforms .fieldset > .legend {
  display: none;
}
.webforms .field {
  padding-left: 1rem;
  padding-right: 1rem;
}
.webforms .field.hideme {
  display: none !important;
}
.webforms .webforms-calendar {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.webforms .actions-toolbar {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mgz-element.mgz-element-magento_widget {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}
.field-recaptcha {
  clear: both;
  margin-top: 10px;
}
.subscribe .field-recaptcha {
  padding-top: 20px;
}
