* {
  margin: 0;
  padding: 0;
}

/* General Setting */

html {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
}
.wp-content {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Oswald", sans-serif;
}
h1 {
  letter-spacing: 5px;
  color: #100d27;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 500;
}
h2 {
  letter-spacing: 5px;
  color: #100d27;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 500;
}
h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
h5 a {
  font-size: 18px;
  color: #4192df;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: uppercase;
}
img {
  border: none;
  max-width: 100%;
}

p {
  line-height: 160%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

a {
  text-decoration: none;
}
ul {
  /* list-style-image: url('square.gif'); */
  list-style-position: inside;
}
.outline {
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}
.font-bold {
  font-weight: bold;
}
.font-italic {
  font-style: italic;
}
.wrapper {
  /* padding: 1% 5%; */
  margin: 0 auto;
  max-width: 1520px;
  position: relative;
}
.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.associations-logos {
  flex-wrap: nowrap !important;
}

.flex-wrapper-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}
.flex-wrapper-categories p {
  width: 33%;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-block {
  padding: 40px 0;
  position: relative;
}
.block-l,
.block-r {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  position: relative;
}
.block-3 {
  width: 59%;
  display: inline-block;
  position: relative;
}
.block-4 {
  width: 35%;
  vertical-align: top;
  position: relative;
}
.background-block {
  background-image: url("/images/building-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
}
.header .socials {
  /*width: 43%;*/
  margin: 0 auto;
  display: flex;
  margin-bottom: 3%;
  /*justify-content: space-between;*/
}
.header .socials a {
  display: inline-block;
  width: 40px;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  /*position: relative;*/
}
/*.socials a::after {
  cursor: pointer;
  content: '';
  display: none;
  width: 50%;
  background: grey;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 25%;
}*/
.socials a:hover:after {
  display: block;
}
.socials a img {
  max-height: 20px;
}
.clear {
  clear: both;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}
.logo {
  display: block;
  position: absolute;
  left: 58px;
  top: 5px;
}
.sep {
  width: 120px;
  height: 2px;
  background: #ff0000;
  margin: 20px auto;
}
.greybg {
  background: #f4f5f6;
}
.content {
  position: relative;
  overflow: hidden;
  /*top: 70px;*/
  margin-top: 130px;
}
.heading {
  text-align: center;
  margin: 0px auto 40px;
}
.bg-L {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 0;
  width: 600px;
  height: 470px;
  background: url(/images/deco-bg.png) left top no-repeat;
  opacity: 0.5;
}
.bg-R {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 0;
  width: 600px;
  height: 470px;
  background: url(/images/deco-bg-r.png) left top no-repeat;
  opacity: 0.5;
}

/* Header - BEGIN*/

/* Header Home */

.header-text {
  width: 100%;
  background: #fff;
  text-align: center;
}

.header-text a {
  font-size: 14px;
  color: #ff0000;
  line-height: 24px;
  font-weight: 700;
}
.slogan-home {
  position: absolute;
  top: 10px;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}
.slogan {
  position: absolute;
  top: 10px;
  left: 200px;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}
.cart-link {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cart-has-products-indicator {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  /*top: 0px;
    right: 0px;*/
  background: rgb(233, 70, 70);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.topnav {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-items: center;
  align-items: flex-end;
  padding: 5px 3% 10px;
}

.topnav .htr-phone {
  display: none;
  /*position: absolute;*/
  /*right: 200px;*/
}
.topnav ul {
  /*display: flex;*/
  box-sizing: border-box;
}
.h-cat-menu ul li,
.topnav ul li {
  list-style: none;
  display: block;
  position: relative;
}
.h-cat-menu ul li a,
.topnav ul li a {
  display: block;
  color: #08041a;
  padding: 5px 16px;
  text-decoration: none;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  /*border-bottom: 1px solid #08041A;*/
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
}

.h-cat-menu ul li a:after,
.topnav ul li a:after {
  transition: all 0.3s;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  border-top: 5px solid #ff0000;
  margin: auto;
  right: 0;
  left: 0;
  bottom: -2px;
}
.sub-menu:after {
  content: "" !important;
  display: none !important;
}
.sub-menu:hover:after {
  display: none !important;
}

.h-cat-menu ul li a:hover:after,
.topnav ul li a:hover:after {
  display: block;
  width: 98%;
}

.topnav-centered a {
  position: relative;
  padding: 0;
  border-bottom: none;
  margin: 0 auto;
}
.topnav-centered img {
  display: block;
  margin: 0 auto;
  width: 180px;
}
.topnav-right,
.topnav-left {
  width: 40%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  /*padding-bottom: 5px;*/
}
.dropdown {
  /*position: relative;*/
  /*display: inline-block;*/
  margin-top: 0px;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  transform: translateX(-10%) translateY(7px);
  z-index: 1;
  margin-top: -5px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.sub-menu {
  padding: 0 !important;
  text-decoration: none !important;
  font-size: 16px !important;
}
a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.topnav-centered {
  width: 20%;
}
.f-subscribe {
  width: 100% !important;
  height: 50px !important;
  border-left: 1px solid #22485b !important;
  border-top: 1px solid #22485b !important;
  border-bottom: 1px solid #22485b !important;
  /*background-color: transparent !important;*/
  border-radius: 5px 0 0 5px !important;
  padding: 2px 10px !important;
  color: #22485b !important;
}
.sb-wp {
  /*margin-top: 20px;*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.sb-wp A {
  display: block;
  width: 95px;
  /*height: 55px;*/
  text-align: center;
  padding-top: 13px;
  border-radius: 0 5px 5px 0;
  background-color: #ff0000;
  text-decoration: none;
  color: #fff;
  font-size: 11pt;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
}
.popup-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup-checkbox {
  padding-top: 5px;
}
.h1-title {
  color: #fff;
  font-size: 80px;
  letter-spacing: 2px;
}
.hide {
  display: none;
}
/* Responsive navigation menu - display links on top of each other instead of next to each other (for mobile devices) */
@media screen and (max-width: 600px) {
  .topnav a,
  .topnav-right {
    float: none;
    display: block;
  }

  .topnav-centered a {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}

/* Header */

.header {
  z-index: 15;
  background: #ffffff;
  transition: all 0.5s linear;
  position: fixed;
  width: 100%;
  top: 0px;
  min-height: 130px;
}
.header.active {
  /*box-shadow: 0 0 10px rgba(0,0,0,0.4);*/
  min-height: 50px;
}
.header.active .logo img {
  width: 100px;
  padding: 10px 0;
}
.header.active .topnav {
  padding: 0 2%;
}
.header.active .slogan-home,
.header.active .slogan,
.header.active .header-text,
.header.active .socials {
  display: none;
}
.header.active .h-container {
  padding: 0;
}
.header.active .h-cat-menu {
  display: none;
}
.header.active .h-top {
  width: calc(100% - 160px);
  padding-bottom: 0px;
}
.header.active .search-input {
  min-width: 400px;
}
.header.active .h-cat-menu.active {
  display: flex;
  /*width: calc(100% - 360px);*/
  width: 95%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.h-cat-menu.active {
  display: none;
}
.wp-common {
  background: rgb(253, 251, 251);
}

.wp-common .header {
  border-bottom: 1px solid #cfcfcf;
}

.header .logo {
  display: block;
  position: relative;
  left: auto;
  top: auto;
  max-width: 180px;
  padding: 0;
}

.h-container {
  background: #f4f5f6;
  padding: 15px 0;
}

.h-top {
  padding-bottom: 10px;
  width: calc(100% - 360px);
}
/* .h-cat-menu {
  margin-top: 17px;
} */

.h-cat-menu a {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #08041a;
  padding: 5px 16px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  /*border-bottom: 1px solid #08041A;*/
}
.h-cat-menu a.active {
  color: #c52844;
}
.h-cat-menu a.cm-itemS,
.h-cat-menu a:hover {
  /*background-color: #ddd;
  color: black;*/
}
.top-menu {
  display: inline-block;
  margin-top: 9px;
  position: relative;
  /* float: right; */
  /* float: left; */
}

/* .top-menu .tpm-dropdown {
  display: none;
  position: absolute;
  top: 30px;
  left: 50px;
  box-shadow: 0.209px 2.993px 6.72px 0.28px rgba(74, 120, 203, 0.21);
  padding: 5px 15px;
  border-radius: 5px;
  background: #fff;
}

.tpm-dropdown.show {
  display: block;
} */
/*
.top-menu .tpm-dropdown a:not(:last-child) {
  margin-right: 0px;
}

.top-menu .tpm-dropdown a {
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid #d2d2d2;
  margin-right: 30px;
  padding-right: 30px;
} */

.tpm-dropdown a:last-child {
  margin-right: 0px;
  border-bottom: none;
}

.top-menu a {
  font-size: 12px;
  color: #757575;
}

.top-menu .link-border {
  border-left: 1px solid grey;
  padding-left: 30px;
}

.top-menu a:not(:last-child) {
  margin-right: 30px;
}

.top-menu a.tm-itemS,
.top-menu a:hover {
  text-decoration: underline;
}

.ht-r {
  float: right;
  display: inline-block;
}

.htr-phone {
  display: inline-block;
  font-size: 24px;
  color: #010123;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.htr-phone:hover {
  text-decoration: underline;
}

.search-form {
  display: inline-flex;
  box-shadow: 0px 3px 6px #00000029;
  height: 55px;
  margin: 0 10px;
}

.search-input {
  min-width: 500px;
  margin-right: 0px;
  padding: 15px 32px 15px 10px;
  color: #757575;
  border: none;
  outline: 0;
  background: #f8fafc;
  width: 75%;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
}

.search-form input[type="submit"] {
  border: none;
  height: 100%;
  padding: 10px 36px;
  background: #ff0000;
  color: white;
  background-image: url("/images/icons/search.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 20%;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.search-form input[type="submit"]:hover {
  background: #212121;
  background-image: url("/images/icons/search.png");
  background-position: center;
  background-repeat: no-repeat;
}
.menu-wrapper {
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
  /* margin: auto; */
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 50px;
  height: 5px;
}

.hamburger-menu {
  position: relative;
  transform: translateY(20px);
  background: #100d27;
  transition: all 0ms 300ms;
}
.hamburger-menu.animate {
  background: rgba(16, 13, 39, 0);
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  background: #100d27;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  background: #100d27;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.responsive-menu-trigger {
  float: right;
  /* height: 40px;
  width: 40px; */
  margin-right: 5px;
  cursor: pointer;
  display: none;
  right: 10px;
  position: absolute;
}

.responsive-menu-trigger span {
  display: block;
  width: 35px;
  height: 4px;
  margin: 5px auto;
  background: #c52844;
  transition: background 0.5s;
}

.responsive-menu-trigger:hover span {
  background: #911f33;
}

.responsive-menu-trigger span:first-child {
  margin-top: 9px;
}

.responsive-menu-container {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 162px;
  z-index: 11;
  box-shadow: 0px 30px 27px 0px rgba(4, 6, 117, 0.19);
}
.responsive-menu-container p {
  margin-bottom: 0;
}
.responsive-menu-container A:link,
.responsive-menu-container A:visited {
  display: block;
  text-align: right;
  padding: 20px 15px 20px 5px;
  background-color: #303030f3;
  border-bottom: 1px solid #c3c3c3;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

.responsive-menu-container A:hover {
  background: rgba(0, 0, 0, 0.7);
}

.responsive-search-block {
  display: none;
  background-color: #303030f3;
  padding: 20px 0;
  height: 120px;
  text-align: center;
}

.responsive-search-block input {
  margin: 1%;
  min-width: 98%;
  box-sizing: border-box;
}

/* Common Banner */

.common-header {
  width: 100%;
  height: auto;
  min-height: 200px;
  background: url(/images/home-banner.png) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.common-header div {
  align-self: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 80px;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

/* Header - END */

/* Buttons - BEGIN */

.common-link {
  border: 2px solid #ff0000;
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 52px;
  line-height: 52px;
  padding: 0 67px 0 19px;
  letter-spacing: 0px;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #08041a;
  box-shadow: 0px 3px 6px #00000029;
}
.common-link:hover {
  background-color: #ff0000;
  color: #fff;
}
.common-link:hover::after {
  background-color: #08041a;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.common-link::after {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  /* border-radius: 50%; */
  background-color: #ff0000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-image: url(/images/icons/submit-icon.png);
  z-index: 3;
}
.common-link.products::after {
  background-image: url(/images/icons/products-icon.png);
}
.sell-link {
  font-weight: 700;
  font-size: 18px;
  margin: 10px 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 52px;
  line-height: 52px;
  padding: 0 28px;
  letter-spacing: 0px;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #fff;
  background: #ff0000;
  box-shadow: 0px 3px 6px #00000029;
}
.quote-link {
  font-weight: 700;
  font-size: 18px;
  margin: 15px 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 52px;
  line-height: 52px;
  padding: 0 67px 0 19px;
  letter-spacing: 0px;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #fff;
  background: #ff0000;
  box-shadow: 0px 3px 6px #00000029;
}
.quote-link::after {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  /* border-radius: 50%; */
  background-color: #08041a;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-image: url(/images/icons/submit-icon.png);
  z-index: 3;
}
.sell-link:hover,
.quote-link:hover {
  background-color: #08041a;
}
.quote-link:hover::after {
  background: #ff0000;
  background-image: url(/images/icons/submit-icon.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.secondary-link {
  font-size: 20px;
  font-weight: 700;
  padding-right: 30px;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  color: #fff;
  position: relative;
  display: block;
  width: 125px;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.secondary-link:hover {
  width: 140px;
}
.secondary-link::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/images/icons/icon-chevron.svg);
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 5px;
}

/* Buttons - END */

/* BannerHome */

.banner {
  width: calc(100% - 30px);
  height: auto;
  max-height: 395px;
  padding: 50px 15px;
  overflow: hidden;
  background: url(../images/home-banner.png) center center no-repeat;
  background-size: cover;
  color: #fff;
}

.banner label {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
}

.footer-search {
  width: calc(100% - 30px);
  height: auto;
  max-height: 150px;
  padding: 30px 15px;
  overflow: hidden;
  background: url(../images/home-banner.png) center center no-repeat;
  background-size: cover;
  color: #fff;
}

.footer-search label {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 2px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}

.footer-search .search div {
  padding: 0;
}

.search {
  display: flex;
  width: auto;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.search div {
  width: calc(100% - 100px);
  background-color: #d0d0d2;
  padding: 15px 10px 15px 30px;
}
.banner .search div {
  padding: 0;
  width: calc(100% - 110px);
  height: 55px;
}
.search A:link,
.search A:visited {
  display: block;
  width: 40px;
  padding: 15px 0 0 20px;
  text-align: center;
  background: url(/images/icons/search.png) 20px center no-repeat #ff0000;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 11pt;
  text-transform: uppercase;
  margin: 0 10px;
  border-radius: 3px;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.search A:hover {
  background-color: #081623;
}

.search input {
  width: 100%;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 300;
}

.search-btns {
  display: flex;
  justify-content: center;
  margin: 0 0 0;
}

.search-btns A:link,
.search-btns A:visited {
  padding: 15px 30px;
  margin: 0 10px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 11pt;
  font-weight: 500;
}

.hvr-outline-out {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-outline-out:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.search-btns .hvr-outline-out:before {
  border: #fff solid 1px;
}

.buy-btns .hvr-outline-out:before {
  border: #182132 solid 1px;
}

.hvr-outline-out:hover:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:active:before {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}

/* Block Stucture*/

.inner-block-second {
  position: relative;
  width: 100%;
}
.inner-block-second .block-l {
  background-image: url(/images/home-page/blockbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5%;
  width: 40%;
}
.inner-block-second .block-l .text,
.inner-block-second .block-l .text h2 {
  color: #fff;
}
.inner-block-second .block-l .text .sep {
  margin: 20px 0;
}
.inner-block-second .block-r {
  background: #f4f5f6;
}
.inner-block-second .sep {
  background: #f4f5f6;
}

/* MACHINE TYPE  */

.mt-thumb {
  width: 13%;
  display: inline-block;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #e8e8e8;
  padding: 3px;
  cursor: pointer;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mt-thumb:hover {
  box-shadow: 0px 1px 10px #00000067;
}
.mt-thumb-img {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mt-thumb-img img {
  display: block;
  margin: auto;
  vertical-align: center;
}
.mt-thumb-txt {
  min-height: 30px;
  width: 100%;
}

.mt-thumb-txt h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 10px;
  color: black;
}
.feature-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature-block .item {
  width: 24%;
}
A.product-thumb {
  display: inline-block;
  width: 23%;
  min-width: 255px;
  height: 415px;
  margin: 1%;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-size: 10pt;
  font-weight: 500;
  background-color: #fff;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
A.product-thumb:hover {
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
}
.pth-img {
  display: block;
  width: 100%;
  height: 235px;
  overflow: hidden;
  text-align: center;
}
.pth-img img {
  height: 100%;
}
.pth-ttl {
  display: block;
  text-align: center;
  font-weight: 700;
  padding: 10px;
  font-size: 14px;
  color: #08041a;
  height: 50px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
}
.pth-info {
  display: flex;
  justify-content: space-between;
  padding: 5px 5px;
  color: #0b132b;
  overflow: hidden;
  max-height: 50px;
  max-width: 330px;
}

/* Category Select Buttons */

.home-filter-btns {
  display: flex;
  justify-content: center;
  padding: 0px 0 30px;
}
.home-filter-btns A {
  padding: 10px 25px;
  border: 1px solid #0b132b;
  color: #0b132b;
  background-color: #fff;
  margin: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home-filter-btns A.active,
.home-filter-btns A:hover {
  background-color: #ff0000;
  color: #fff;
  border: 1px solid #ff0000;
  box-shadow: 0px 3px 6px #00000029;
}
.home-filter-brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hfb-block {
  padding: 1% 2%;
}
.hfb-block label {
  display: block;
  font-size: 48px;
  padding-bottom: 10px;
  font-weight: 700;
}
.hfb-block label:after {
  content: "";
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #ff0000;
  height: 3px;
  width: 50px;
  position: relative;
}
.home-filter-categories div,
.hfb-block div {
  padding: 5px 0;
}
.home-filter A {
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  color: #0b132b;
}
.home-filter-categories {
  column-count: 2;
  column-gap: 3.6%;
}
.hfc-block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.hfc-block label {
  width: 19%;
  position: relative;
  font-size: 48px;
  font-weight: 700;
}
.hfc-block label:after {
  content: "";
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #ff0000;
  height: 3px;
  width: 50px;
  position: relative;
}
.home-filter-categories .hfc-item {
  width: 80%;
}

/* Used Machinery Page */

.used-machines {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-filter {
  width: 330px;
  padding-top: 23px;
  margin-top: 0px;
}

.product-thumbs {
  width: calc(100% - 380px);
}

.product-filter-inner {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

.product-filter-lbl {
  background-color: #3b4444;
  font-size: 36px;
  padding: 15px 20px;
  letter-spacing: 3.6px;
  font-weight: 500;
  color: #fff;
}

.product-thumbs-inner A.product-thumb {
  width: 31%;
}

.pf-block {
  margin: 0px 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaaaaa;
}

.pf-block:last-child {
  border-bottom: 0;
}

.pf-block label,
.filter-years-range label {
  display: block;
  padding: 10px 20px 5px 0;
  /*font-weight: 700;*/
  font-size: 16px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  letter-spacing: 1.6px;
  color: #08041a;
  text-transform: uppercase;
}

.pf-block label:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid black;
}

.pf-block label.open:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid black;
  border-top: 0;
}

.pf-block-inner {
  display: none;
}

.product-filter-row {
  display: flex;
  padding: 5px 0;
  font-size: 11pt;
}

.product-filter-row .filter {
  position: relative !important;
}

.product-filter-row div:nth-child(1) {
  width: 35px;
}

.product-filter-row div:nth-child(2) {
  width: calc(100% - 35px);
}

A.product-filter-reset {
  display: block;
  background-color: #000000;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

A.product-filter-reset:hover {
  background-color: #7e7e7e;
}

/* PRODUCT PAGE */

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

.p-gallery {
  width: 42%;
  display: inline-block;
}
.p-main {
  width: 55%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-info {
  width: 63%;
}

.p-breadcrombs a,
.p-breadcrombs span {
  font-size: 12px;
  color: #0b132b;
  font-weight: 100;
  line-height: 1;
  margin: 0;
}
.p-breadcrombs a:hover {
  text-decoration: underline;
}
.p-breadcrombs a:last-child {
  font-weight: bold;
}
.p-main-ttl {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  opacity: 1;
  font-family: "Oswald", sans-serif;
  padding: 10px 10px 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #7070706b;
}
.p-info-main {
  font-size: 18px;
  display: flex;
  padding: 5px 0;
}
.p-info-main div:nth-child(1) {
  width: 250px;
  margin: auto 0px;
}
.p-info-main div:nth-child(2) {
  width: calc(100% - 20px);
}
.p-main-txt {
  margin-top: 10px;
  font: 16px;
  letter-spacing: 0;
  color: #7e7e7e;
}

.p-main .quote-request {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 2%;
  width: 27%;
  max-height: 250px;
}
.p-main .quote-request p {
  font-size: 22px;
}
.p-main .quote-request p a {
  color: #010123;
  text-decoration: underline;
}
.p-spec {
  width: calc(100% - 350px);
}
.p-info-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-info-sub label {
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
  color: #100d27;
  text-transform: uppercase;
}
.p-info-sub label:after {
  content: "";
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  background: #ff0000;
  height: 3px;
  width: 50px;
  position: relative;
}
.p-spec-wp {
  display: flex;
  flex-wrap: wrap;
}
.p-spec-row {
  width: 47%;
  padding: 5px 3% 15px 0;
}
.p-spec-row-inner {
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(126, 126, 126, 0.397);
}
.p-spec-row-inner:not(:first-child) {
  padding-top: 15px;
}
.p-spec-row-inner:last-child {
  border-bottom: none;
}
.p-spec-row-inner div {
  font-size: 16px;
}
.p-spec-row-inner div:nth-child(1) {
  width: calc(100% - 250px);
  padding-right: 20px;
  font-weight: 700;
}
.p-spec-row-inner div:nth-child(2) {
  width: auto;
  max-width: 250px;
}
.p-equip {
  width: 300px;
}
.p-equip .p-equip-wp div {
  padding: 5px 0 15px;
  font-size: 16px;
}
.p-equip .p-equip-wp div:not(:first-child) {
  padding-top: 15px;
}

.info-request-products {
  width: 55%;
  background: #fff;
  padding: 0em;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
  display: inline-block;
  vertical-align: top;
}
.info-request-products label {
  background: #3b4444 0% 0% no-repeat padding-box;
  display: block;
  color: #fff;
  padding: 17px 10px 20px 10%;
  font-size: 36px;
  letter-spacing: 3.6px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.info-request-products-wp {
}
.info-request-products-item {
  min-height: 350px;
  margin-top: 10px;
}
.info-product-image {
  width: 50%;
  height: 300px;
  display: inline-block;
  margin-left: 10px;
}
.info-product-info {
  width: 45%;
  float: right;
  margin-right: 10px;
}

.info-request-block {
  width: 40%;
  vertical-align: top;
  float: right;
}

.request-info-main {
  font-size: 14px;
  display: flex;
  padding: 5px 0;
}
.request-info-main div:nth-child(1) {
  width: 250px;
}
.request-info-main div:nth-child(2) {
  width: calc(100% - 20px);
}
/* Service Page */

.service-menu {
  width: 25%;
  background: #fff;
  padding: 0em;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
  max-width: 400px;
  display: inline-block;
  vertical-align: top;
}

.service-menu label {
  background: #3b4444 0% 0% no-repeat padding-box;
  display: block;
  color: #fff;
  padding: 17px 10px 20px 10%;
  font-size: 36px;
  letter-spacing: 3.6px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
/* .service-menu-wp {
  padding: 20px 0;
} */
.sm-block {
  border-bottom: 1px dashed rgb(224, 224, 224);
}
.sm-block:hover {
  background: rgb(224, 224, 224);
}
.sm-block:last-child {
  border: none;
}
.sm-block A:link,
.sm-block A:visited {
  display: block;
  padding: 20px 10px 25px 10%;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  position: relative;
}
.sm-block A.active {
  font-weight: 700;
  padding-left: 15%;
  color: #000022;
}
.sm-block A.active::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ff0000;
  position: absolute;
  left: 10%;
  top: 45%;
  border-radius: 50%;
}
.service-block {
  width: 70%;
  vertical-align: top;
  float: right;
}
.service-name h1,
.service-name h2 {
  font-size: 36px;
}
.service-name h1:after,
.service-name h2:after {
  content: "";
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #ff0000;
  height: 3px;
  width: 50px;
  position: relative;
}
.txt-paragraphs {
  column-count: 2;
  column-gap: 3.6%;
}

/* ABOUT PAGE  */
.ex-block {
  width: 48%;
  margin: 1%;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  display: inline-flex;
}
.ex-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 200px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.ex-img h4 {
  margin: 20px 0 10px;
  letter-spacing: 2.4px;
  font-size: 24px;
  font-weight: 300;
}
.ex-img h3 {
  margin: 10px 0;
  letter-spacing: 3.6px;
  font-size: 36px;
  font-weight: 300;
}
.ex-text {
  width: 70%;
  padding: 10px 10px;
  position: relative;
}
.ex-block:last-child {
  background: #f9faff;
}
A.ex-text {
  background: #ff0000;
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 98%;
  padding: 4% 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  font-size: 18px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.ex-txt-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.ex-txt-pos {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  /*color: #7E7E7E87;*/
}

.ex-txt-pos p {
  font-size: 12px;
}

.member-links {
  /*display: flex;*/
}

.member-links li {
  list-style-type: none;
  padding: 5px 0;
  font-size: 18px;
}

.member-links li a {
  text-decoration: none;
  color: #08041a;
}

.member-links li img {
  margin-top: -5px;
  vertical-align: middle;
  margin-right: 10px;
}

.p-spec-block {
  /*column-count: 2;*/
  /*column-gap: 3.6%;*/
}

.resposive-menu-trigger {
  display: none;
  align-self: center;
  width: 200px;
  height: 30px;
  position: absolute;
  top: -30px;
  z-index: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}

.resposive-menu-trigger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #25455a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.resposive-menu-trigger span:nth-child(1) {
  top: 0px;
}

.resposive-menu-trigger span:nth-child(2),
.resposive-menu-trigger span:nth-child(3) {
  top: 10px;
}

.resposive-menu-trigger span:nth-child(4) {
  top: 20px;
}

.resposive-menu-trigger.open span:nth-child(1) {
  /*top: 10px;
	width: 0%;
	left: 50%;*/
}

.resposive-menu-trigger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.resposive-menu-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.resposive-menu-trigger.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* Footer - BEGIN */

.footer {
  padding: 100px 0px 0px;
  color: #fff;
  background: #393a3e;
  clear: both;
  width: 100%;
  border-top: 2px solid #0b132b;
  /*margin-top: 100px;*/
}
.footer p {
  color: #fff;
  font-size: 16px;
}

.footer .common-link.inquire-btn {
  float: right;
}

.f-top {
  margin-bottom: 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.f-item {
  position: relative;
  margin: 0 1% 20px;
  width: 33%;
}

.f-item img {
  padding: 0 5px;
}

.f-item h5 {
  /* position: absolute; */
  top: 0;
  left: 0;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  /* writing-mode: vertical-lr; */
  /* transform: rotate(180deg); */
  letter-spacing: 2px;
  /* color: #FF0000; */
  text-transform: uppercase;
  padding-bottom: 20px;
}

.fi-wrapper {
  /* padding-left: 50px; */
}

.fi-wrapper p {
  line-height: 100%;
}
.f-contact-block {
  margin-bottom: 25px;
}

.f-contact-block p,
.f-contact-block a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.f-contact-block div {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.f-descr {
  max-width: 335px;
}

.f-product-menu div {
  max-width: 215px;
  margin-bottom: 1em;
}

.f-nav-menu div {
  max-width: 215px;
  /* margin-bottom: 1em; */
}

.f-nav-menu a {
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.f-nav-menu a:hover {
  text-decoration: underline;
}

.f-item h4 {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ff0000;
}

.f-bottom {
  text-align: center;
  background: #2b2a2f;
  width: 100%;
  padding: 25px 0;
}

.f-bottom p {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
}

.f-bottom a {
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: border-bottom 0.5s;
  position: relative;
}
.f-bottom .socials {
  min-width: 300px;
  width: 30%;
  display: block;
  position: relative;
}
.f-bottom .socials a {
  border: none;
  margin: 0 2%;
}
.f-bottom .socials a::after {
  width: 100%;
  left: 0;
}
/* .f-bottom a:hover {
    border-bottom: 1px solid transparent;
  } */

/* Footer - END */

.b-slide img {
  max-width: 76%;
}
.filter-years-range-wp {
  margin-top: 15px;
}
.no-results {
  text-align: left;
  padding: 50px 0;
  font-size: 30pt;
  color: #525965;
  font-weight: 500;
}

.responsive-search {
  display: none;
}

/*.zopim {
  margin-right: 80px !important;
}*/
.grecaptcha-badge {
  bottom: 35px !important;
}

.auction-link {
  padding: 5px 30px;
  /* margin: 0 10px; */
  border: 1px solid #22485b;
  color: #22485b;
  text-decoration: none;
  font-size: 11pt;
  font-weight: 500;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.auction-link:hover {
  background-color: #081623;
  color: #fff;
}
/* MEDIA QUARIES - BEGIN */

/* Laptop & desktop displays */
@media (max-width: 1600px) {
  .wrapper {
    /*padding: 1% 5%;*/
  }
  .header .socials {
    /*width: 100%;*/
  }
  .search-input {
    min-width: 300px;
  }
}
@media (max-width: 1400px) {
  .search-input {
    /*min-width: 100%;*/
  }
  .topnav a {
    /*padding: 14px 5px;*/
  }
  .p-main .quote-request {
    max-height: 350px;
  }
  .p-spec-row-inner div:nth-child(1) {
    width: calc(100% - 150px);
  }
  .header.active .search-form {
    /*display: none;*/
    margin: 0 10px;
  }
  .header.active .h-cat-menu.active {
    /*width: calc(100% - 160px);*/
  }
  .footer-search label {
    font-size: 36px;
  }
  /*.h-cat-menu ul li a,*/
  .topnav ul li a {
    font-size: 17px;
  }
  .h-cat-menu ul li a,
  .topnav ul li a {
    padding: 5px 10px;
    font-size: 18px;
  }
}
@media (max-width: 1540px) {
  .header.active .htr-phone {
    /*display: block;*/
    /*margin-right: 70px;*/
  }
  .slogan-home {
    left: 25%;
  }
  .cart-link {
    right: 300px;
  }
  .responsive-menu-trigger {
    /*display: block;*/
  }
  .header.active .h-cat-menu.active {
    /*display: none;*/
  }
  .content {
    margin-top: 115px !important;
  }
  .h-cat-menu,
  .topnav-left,
  .topnav-right,
  .topnav .socials {
    /*display: none;*/
  }
  .h-container {
    padding: 0;
  }
  .responsive-search {
    /*display: block;*/
  }
  .ex-block {
    width: 31%;
  }
  /*  .topnav .htr-phone {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: none;
    font-weight: 700;
    font-size: 30px;
}*/
  .wp-home .responsive-menu-container {
    top: 110px;
  }
  .p-info {
    width: 100%;
  }
  .p-main .quote-request {
    width: 100%;
  }
  A.product-thumb {
    display: inline-block;
    width: 85%;
    min-width: auto;
  }
  .product-thumbs-inner A.product-thumb {
    width: 47%;
  }
  .content {
    margin-top: 130px !important;
  }
  .h-top {
    /*display: flex;*/
    /*justify-content: space-between;*/
  }
}
/* Tablet landscape */
@media (max-width: 1112px) {
  .slogan {
    display: none;
  }
  .f-top {
    flex-wrap: wrap;
  }

  .f-item {
    width: 48%;
  }
  .ffl-wrapper .flex-wrapper p {
    width: 23%;
  }
  .h-top {
    padding-bottom: 10px;
    width: calc(100% - 120px);
  }
  .mt-thumb {
    width: 29%;
    margin: 1%;
  }
  .p-spec-row-inner,
  .p-spec-wp {
    justify-content: space-between;
  }
  .p-spec-row {
    width: 46%;
  }
  .ex-img h3 {
    font-size: 24px;
  }
  .ex-img h4 {
    font-size: 18px;
  }
  .responsive-menu-trigger,
  .topnav .htr-phone {
    display: block;
  }

  .h-cat-menu,
  .header.active .h-cat-menu.active {
    display: none;
  }
  .header .search-input,
  .header.active .search-input {
    min-width: 30%;
    padding: 0 5px;
  }
  .header.active .h-top {
    width: calc(100% - 110px);
  }
  .header.active .htr-phone {
    /*margin-right: 50px;*/
  }
  /*.h-cat-menu,*/
  .topnav-left,
  .topnav-right,
  .topnav .socials {
    display: none;
  }
  .header {
    min-height: 100px;
  }
  .content {
    margin-top: 100px !important;
  }
  .header .logo img {
    width: 120px;
  }
  .h-top {
    display: flex;
    justify-content: space-between;
  }
  .h-top .socials {
    display: none;
  }
  .wp-home .header {
    min-height: 80px !important;
  }
  .wp-home .content {
    margin-top: 80px !important;
  }
  .topnav .htr-phone {
    margin-right: 50px;
  }
}
@media (max-width: 1024px) {
  .wrapper {
    /*padding: 1% 1%;*/
  }
  .responsive-menu-container {
    top: 145px;
  }
  .block-3,
  .block-4,
  .block-l,
  .block-r,
  .inner-block-second .block-l,
  .inner-block-second .block-r {
    width: 100%;
  }
  .inner-block-second .block-r {
    display: none;
  }
  .ex-block {
    width: 48%;
  }
  .inner-block {
    padding-bottom: 60px;
    position: relative;
  }
  .home-filter-categories .hfc-item {
    width: 69%;
  }
  .hfc-block label {
    width: 25%;
    font-size: 40px;
  }
  .product-thumbs h2 {
    font-size: 36px;
  }
  .product-filter {
    width: 250px;
    padding-top: 10px;
  }
  A.product-thumb {
    min-width: 233px;
  }
  .flex-wrapper .pth-img {
    height: 150px;
  }
  .product-thumbs {
    width: calc(100% - 280px);
    padding-left: 30px;
  }
  .info-request-products,
  .info-request-block {
    width: 100%;
    display: block;
  }
}
@media (max-width: 934px) {
  .responsive-menu-trigger {
    display: block;
    /* transform: scale(0.5); */
  }
  .h-cat-menu {
    display: none;
  }
  .p-spec-row {
    width: 100%;
  }
  .pth-img {
    height: 250px;
  }
  A.product-thumb {
    min-width: auto;
    width: 85%;
  }
  .p-spec-row-inner:last-child {
    border-bottom: 1px dashed rgba(126, 126, 126, 0.397);
  }
  .product-thumbs-inner A.product-thumb .pth-img {
    height: 190px;
  }
}
/* Tablet portait */
@media (max-width: 812px) {
  .footer {
    padding: 50px 0px 0px;
  }
  .txt-paragraphs {
    column-count: 1;
  }
  .wp-home .responsive-menu-container {
    top: 110px;
  }
  .search-form {
    width: 45%;
  }
  .search-input {
    /*min-width: 100%;*/
  }
  .header .search-input,
  .header.active .search-input {
    min-width: 30%;
    padding: 0 5px;
  }
}
@media (max-width: 768px) {
  .cart-link {
    right: 200px;
  }
  .mt-thumb {
    width: 44.5%;
    margin: 1.5%;
  }
  .home-filter-categories {
    column-count: 1;
  }
  .hfb-block {
    padding: 1% 2%;
    width: 28%;
  }
  .product-filter {
    position: relative;
  }
  .product-filter-inner {
    display: none;
    margin-top: 30px;
  }
  .resposive-menu-trigger {
    display: block;
  }
  .wp-home .responsive-menu-container {
    top: 100px;
  }
  .topnav .htr-phone {
    padding: 0;
    top: 10px;
    font-size: 18px;
    right: 20px;
  }
  .product-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 0;
  }
  .product-thumbs {
    width: 100%;
    padding-left: 0;
  }
  .service-menu,
  .service-block {
    width: 100%;
    max-width: initial;
  }
  .service-info {
    position: relative;
  }
  A.product-thumb {
    min-width: auto;
    width: 85%;
  }

  .p-spec-block {
    column-count: 1;
  }
  .flex-wrapper-categories p {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .wp-home .responsive-menu-container {
    top: 70px;
  }
  .search-form input[type="submit"] {
    width: 30px;
    padding: 5px 25px;
  }
  .header .h-top,
  .header.active .h-top {
    width: calc(100% - 100px);
  }
  .header.active .topnav .htr-phone {
    margin-right: 55px;
    font-size: 14px;
  }
  .header.active .htr-phone {
    margin-right: 5px;
    font-size: 14px;
  }
  .search-input {
    height: 40px !important;
    line-height: 40px !important;
  }

  .search-form {
    height: 40px;
  }
  .header.active .search-input {
    /*min-width: 150px;*/
  }
  .header .logo {
    max-width: 90px;
  }
  .wp-home .header {
    min-height: 60px !important;
  }
  .wp-home .content {
    margin-top: 60px !important;
  }
}
@media (max-width: 700px) {
  .p-spec {
    width: 100%;
  }
  .search-input {
    min-width: 100%;
  }
  .search-form {
    /*width: 30%;*/
    /*padding: 0;*/
    /*margin: 0;*/
  }
}
@media (max-width: 650px) {
  .wp-home .responsive-menu-container {
    top: 70px;
  }
  .search-input {
    min-width: 150px;
  }
  .htr-phone {
    font-size: 20px;
  }
}

/* Mobile landscape */
@media (max-width: 568px) {
  .header {
    min-height: 80px;
  }
  .content {
    margin-top: 80px !important;
  }
  .cart-link {
    right: 250px;
  }
  .slogan-home {
    display: none;
  }
  .f-item {
    width: 100%;
    display: none;
  }
  .f-item:nth-child(4),
  .f-item:nth-child(5) {
    display: block;
  }
  .h-t {
    display: none;
  }
  .search-input {
    min-width: 150px;
  }
  .htr-phone {
    font-size: 18px;
  }

  .ex-block {
    width: 100%;
  }
  .banner label {
    font-size: 40px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 36px;
  }
  .mt-thumb {
    width: 43.5%;
    margin: 1.5%;
  }
  .h-top {
    padding-bottom: 10px;
    width: calc(100% - 160px);
  }
  .common-header div {
    font-size: 50px;
  }
  .hfb-block {
    padding: 1% 2%;
    width: 46%;
  }
  .wp-home .responsive-menu-container {
    top: 70px;
  }
  .topnav .htr-phone {
    display: block;
    margin-right: 50px;
  }
  .banner .search div {
    padding: 0;
    /*width: 100%;*/
  }
  .search {
    flex-wrap: wrap;
  }
  .search A:link,
  .search A:visited {
    width: 80px;
    padding: 15px 0 0 20px;
    text-align: center;
    background: url(/images/icons/search.png) center center no-repeat #ff0000;
    font-size: 11pt;
    border-radius: 0px;
    margin: 0px auto;
    height: 40px;
  }
  .product-thumbs-inner A.product-thumb {
    width: 90%;
  }
  .product-thumbs-inner A.product-thumb .pth-img {
    height: 250px;
  }
  .search-form {
    display: none;
  }
  .search-form.search-form-popup {
    display: block;
  }
  .responsive-search {
    display: block;
    background: #ff0000;
    width: 20px;
    height: 20px;
    padding: 5px;
    text-align: center;
    margin-top: 8px;
    margin-right: 60px;
  }
  .responsive-menu-trigger {
    transform: scale(0.5);
  }
}
/* Mobile portait */
@media (max-width: 500px) {
  .wp-home .responsive-menu-container {
    top: 70px;
  }
  A.product-thumb {
    min-width: auto;
    width: 100%;
  }
  .flex-wrapper .pth-img {
    height: 250px;
  }
  .info-product-image {
    width: 100%;
    text-align: center;
    margin-left: 0px;
  }
  .info-product-info {
    width: 100%;
    float: left;
    margin: 0 0 0 10px;
  }
}
@media (max-width: 414px) {
  .hfb-block {
    padding: 1% 2%;
    width: 100%;
  }
  .wp-home .responsive-menu-container {
    top: 55px;
  }
  .responsive-menu-container A:link,
  .responsive-menu-container A:visited {
    display: block;
    text-align: right;
    padding: 10px 15px 10px 5px;
    background-color: #303030f3;
    border-bottom: 1px solid #c3c3c3;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
  }
  .flex-wrapper-categories p {
    width: 95%;
  }
}
@media (max-width: 320px) {
}

/* MEDIA QUARIES - END */
