html {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  height: 100%;
  font-weight: 400;
  position: initial;
  font-family: "PT Sans", "Alfa Slab One", sans-serif;
  background: #b6b799;
}

.clear {
  clear: both;
}

p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  margin: 0;
  padding: 0;
  text-align: left;
}

body input.form-control,
body button.form-control,
body select.form-control,
body textarea.form-control {
  border-radius: 0px;
  padding: 20px;
  font-size: 18px;
}

.form-actions {
  display: inline-block;
  width: 100%;
}

.form-actions button.button {
  margin: 0;
  letter-spacing: 0.9px;
  float: left;
}

.form-actions button.button:hover {
  background: #34414b;
}

body input {
  outline: none;
}

i span {
  display: none;
}

i strong {
  display: none;
}

body .contextual {
  z-index: 9999;
}

body h2 {
  color: #fff;
  font-family: "Alfa Slab One", cursive;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.9px;
}

body .caret {
  display: none;
}

.nobody_beats_section .nobody_beats_section_content {
  width: 66%;
  margin: 0;
  float: left;
}

.nobody_beats_section .nobody_beats_section_search_section {
  margin: 30px 0 50px 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
}

.layout-container {
  padding: 0 0 40px 0;
}

.dialog-off-canvas-main-canvas {
  height: 100%;
}

div#page-wrapper {
  height: 100%;
}

div#page {
  min-height: 100%;
  position: relative;
}

.slick-slide {
  outline: none;
}

.select-wrapper:after {
  color: #34414b;
}

/*** Header ****/

header {
  background: #ca1f28;
  padding: 15px 0 15px 0;
}

.logo {
  width: 610px;
  float: left;
}

.logo #block-siteslogan {
  width: 100%;
  float: left;
  margin: 0px 0 0 0;
  max-width: 390px;
}

.logo #block-siteslogan strong {
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 400;
  font-family: "Alfa Slab One", cursive;
  font-size: 17px;
}

.right_header {
  float: right;
  width: 265px;
  margin: 20px 0 0 0;
}

.right_header .search-block-form {
  float: left;
}

.right_header .search-block-form .form-actions {
  display: block;
}

.right_header .search-block-form .form-type-search {
  padding: 0;
  margin: 0;
}

.right_header .search-block-form .form-type-search .input-group input {
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
  color: #34414b;
  border: none;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  height: 32px;
  padding: 0 10px;
}

.right_header .form-item input {
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
  color: #34414b;
  border: none;
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  height: 35px;
  padding: 0 15px;
  width: 99%;
}
header#header
  .right_header
  .region-right-header
  .bef-exposed-form
  .form--inline
  > .form-item {
  float: left;
  width: 81%;
  margin-right: 0;
}

.right_header .form--inline .form-actions {
  /* float: right; */
  width: 38px;
  margin-left: 5px;
}

.right_header .form-item input::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  list-style: 30px;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
}

.right_header .form-item input::-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
}

.right_header .form-item input:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
}

.right_header .form-item input:-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
}

.right_header .form--inline .form-actions::before {
  /* content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    transform: rotate(94deg) !important;
    font-size: 26px;
    color: #FFF;
    padding: 0 22px 0 0; */
}

.right_header .form--inline.form-inline.clearfix {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 228px;
}

.right_header .form--inline .form-actions button {
  text-indent: -112px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  height: 33px;
  width: 38px;
  background: none;
}

.right_header .form--inline .form-actions button:hover {
  background: none;
}

.right_header .form--inline .form-actions button:focus {
  background: none;
  box-shadow: none;
}

.right_header .form--inline .form-actions button::before {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  font-size: 26px;
  transform: rotate(94deg);
  color: #fff;
  top: -46px;
  text-indent: 87px;
  padding: 0;
  left: -40px;
}

.right_header
  .search-block-form
  .form-type-search
  .input-group
  input::-webkit-input-placeholder {
  color: #34414b;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.right_header
  .search-block-form
  .form-type-search
  .input-group
  input::-moz-placeholder {
  color: #34414b;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.right_header
  .search-block-form
  .form-type-search
  .input-group
  input:-ms-input-placeholder {
  color: #34414b;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.right_header
  .search-block-form
  .form-type-search
  .input-group
  input:-moz-placeholder {
  color: #34414b;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.right_header
  .search-block-form
  .form-type-search
  .input-group
  .input-group-btn
  button.form-submit {
  background: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  padding: 4px 0px 2px 11px;
}

.right_header
  .search-block-form
  .form-type-search
  .input-group
  .input-group-btn
  button.form-submit
  .icon {
  background: none;
  transform: rotate(94deg) !important;
  font-size: 26px;
  top: -2px;
  display: block;
}

.right_header #block-lefttopcontactno {
  float: right;
  margin: 8px 64px 0 0;
  z-index: 9;
}

.right_header #block-lefttopcontactno .field--name-body a {
  text-decoration: none;
}

.right_header #block-lefttopcontactno .field--name-body strong {
  font-size: 20px;
  color: #f1ec49;
  margin: 0 0 8px 0;
  display: block;
  font-weight: 400;
  font-family: "Alfa Slab One", cursive;
  letter-spacing: 0.93px;
  text-transform: uppercase;
}

.right_header #block-lefttopcontactno .field--name-body i {
  font-size: 35px;
  color: #fff;
  float: right;
}

.right_header #block-lefttopcontactno .field--name-body i strong {
  display: none;
}

.main_menu .browse_by_type ul.menu li ul.menu.dropdown-menu {
  top: 52px !important;
}

/*** main_menu ***/

.main_menu {
  width: 100%;
  background: #fff;
  float: left;
  border-bottom: #ca1f28 solid 11px;
}

.main_menu .menu_container {
  width: 100%;
  max-width: 1406px;
  margin: 0 auto;
  padding: 0 15px;
}

.main_menu .menu_block {
  float: left;
}

.main_menu .menu_block ul.menu {
  margin: 0;
  padding: 0;
}

.main_menu .menu_block ul.menu li {
  margin: 0;
  padding: 0;
}

.main_menu .menu_block ul.menu li a {
  margin: 0;
  padding: 20px 30px;
  font-family: "Alfa Slab One", cursive;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.main_menu .menu_block ul.menu li a:hover,
.main_menu .menu_block ul.menu li.active a {
  color: #fff;
  background: #ca1f28;
}

.main_menu .menu_block ul.menu li ul.dropdown-menu {
  display: none;
}

.main_menu .menu_block ul.menu li:hover ul.dropdown-menu {
  display: block;
}

.main_menu .browse_by_type {
  float: right;
}

.main_menu .browse_by_type ul.menu li {
  padding: 10px 0;
}

.view-browse-by-type .view-content .item-list h4.dropdown-toggle {
  background: #ca1f28;
  color: #fff;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 11px 40px 9px 15px;
  font-size: 14px;
  margin: 0;
  float: left;
  z-index: 999;
  position: relative;
}

.view-browse-by-type .view-content .item-list h4.dropdown-toggle {
  background: #ca1f28 url(../images/arrow.png) right center no-repeat;
}

.view-browse-by-type .view-content .item-list:hover h4.dropdown-toggle {
  background: #000 url(../images/arrow.png) right center no-repeat;
}

.view-browse-by-type .view-content .item-list {
  width: 209px;
  position: relative;
  z-index: 999;
  margin: 13px 0 0 0;
  height: 33px;
}

.view-browse-by-type .view-content .item-list ul.menu {
  margin: 0;
  top: 31px;
  padding: 2px;
  border: none;
  border-radius: 0;
  width: 450px;
  background: #ca1f28;
  float: left;
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  z-index: 998;
  border-top: #fff solid 2px;
}

.view-browse-by-type .view-content .item-list:hover ul.menu {
  display: block;
}

.view-browse-by-type .view-content .item-list ul.menu li {
  padding: 0;
  width: 50%;
  float: left;
  list-style: none;
}

.view-browse-by-type .view-content .item-list ul.menu li a {
  padding: 4px 10px;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  text-transform: none;
  color: #fff;
  float: left;
  text-decoration: none;
  text-transform: uppercase;
}

.view-browse-by-type .view-content .item-list ul.menu li a:hover,
.view-browse-by-type .view-content .item-list ul.menu li.active a {
  background: #fff;
  color: #000;
  display: inline-block;
}

/**** search_by_type ***/

.search_by_type {
  width: 140px;
  float: left;
}

.search_by_type .view-browse-by-type .view-content .item-list {
  width: 140px;
  position: relative;
  z-index: 99;
}

.search_by_type
  .view-browse-by-type
  .view-content
  .item-list
  h4.dropdown-toggle.browse_dropdown {
  display: none !important;
}

.search_by_type
  .view-browse-by-type
  .view-content
  .item-list
  h4.dropdown-toggle {
  margin: 7px 0 0 0;
}

.search_by_type .view-browse-by-type .view-content .item-list ul.menu {
  top: 39px;
  left: 0;
  right: auto;
}

.search_by_type
  .view-browse-by-type
  .view-content
  .item-list
  h4.dropdown-toggle {
  background: #fff url(../images/filter_arrow.png) right center no-repeat;
  color: #38454f;
  font-family: "PT Sans", sans-serif;
  box-shadow: none;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
}

.search_by_type
  .view-browse-by-type
  .view-content
  .item-list
  h4.filter_dropdown {
  display: block !important;
}

/******** wwh contant ************/

.wwh_contant {
  padding: 50px 0 20px 0;
}

.page_title {
  background: #34414b;
  margin: 0;
}

.page_title h1,
.top_fillter h1 {
  color: #fff;
  font-family: "Alfa Slab One", cursive;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.9px;
  border: none;
  margin: 0;
  padding: 24px 0;
}

.wwh_contant .welcome_title {
  color: #fff;
  padding: 20px 0;
  font-family: "Alfa Slab One", cursive;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.9px;
  background: #34414b;
}

.wwh_contant .welcome_title h2 {
  width: 100%;
  font-size: 30px;
}

.wwh_contant_text {
  background: #8b907f;
  padding: 30px 0;
}

.wwh_contant_text section#block-whereonecallgetsitall {
  width: 75%;
  float: left;
}

.wwh_contant_text section#block-whereonecallgetsitall h2 {
  font-size: 24px;
}

.wwh_contant_text section#block-whereonecallgetsitall p {
  margin: 10px 0 30px 0;
  font-size: 20px;
  line-height: 30px;
}

.wwh_contant_text section#block-motorengine {
  float: right;
  width: 22%;
  margin: -55px 0 0 0;
}

.wwh_contant_text section#block-motorengine img {
  float: right;
  margin: 0;
  padding: 0;
  width: 100%;
}

section#block-actfastordernow {
  /* margin: 150px 0 0 0;*/
}

/******* act_fast_order_section *******/

.order_now_left {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.act_fast_order_block {
  display: inline-block;
  width: 31%;
  padding: 0px;
  float: left;
}

.act_fast_order_block .act_fast_order_img {
  width: 94px;
  float: left;
}

.act_fast_order_block .act_fast_order_section {
  float: left;
  width: 100%;
  max-width: 300px;
  background: url(../images/box_bg.png) no-repeat 0 0;
  padding: 26px 28px 26px 50px;
  background-size: cover;
  text-align: center;
  margin: 0;
}

.act_fast_order_section {
  /*  border-top: 6px solid #34414b;
    border-bottom: 6px solid #34414b;
    width: 410px;
    float: left;
    padding: 10px 0;
    margin: 0 0 0 13%;*/
}

.act_fast_order_block .act_fast_order_section span.title {
  font-size: 20px;
  display: block;
  text-align: center;
  color: #ca1f28;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding: 0;
  width: 100%;
  line-height: 30px;
  margin: 0 auto;
}

.act_fast_order_block .act_fast_order_section span.phone {
  margin: 10px 0 0 0;
  display: inline-block;
  width: 100%;
}

.act_fast_order_block .act_fast_order_section span.phone a {
  font-size: 20px;
  color: #34414b;
  text-align: center;
  width: 100%;
  display: block;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.act_fast_order_block .act_fast_order_section span.phone a:hover {
  text-decoration: none;
  color: #ca1f28;
}

.tool_specialty_section {
  width: 25%;
  float: left;
  margin: 32px 0 0 0;
  padding: 0px;
  text-align: center;
}

.tool_specialty_img {
  width: 18%;
  float: none;
  margin: 40px 0 0 0;
  display: inline-block;
  vertical-align: top;
}

.tool_specialty_section .tool_specialty_img {
  float: right;
  width: 200px;
  margin: -31px 40px 0 0;
}

.tool_specialty_section h3 {
  font-size: 26px;
  display: contents;
  color: #34414b;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  letter-spacing: 3px;
  width: 100%;
  line-height: 30px;
  display: inline;
}

.tool_specialty_section h3 span {
  margin: 5px 0 0 55px;
}

.supercharged_block {
  display: inline-block;
  width: 25%;
}

.supercharged_block span {
  font-size: 42px;
  color: #cf202b;
  text-align: center;
  width: 100%;
  display: block;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 900;
  font-style: normal;
  /*font-family: 'Alfa Slab One', sans-serif;*/
  letter-spacing: 0;
  margin: 20px 0 0 0;
  -webkit-text-stroke: 3px #fff;
  /*text-shadow: 2px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/
  line-height: 52px;
}

.tool_specialty_section span sub {
  bottom: -2px;
  font-size: 20px;
}

.moblie_view_welcome_title {
  display: none;
}

/****************/

.order_now_left .view-browse-by-type .view-content .item-list {
  margin: 20px 0 0 0;
  position: inherit;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.order_now_left
  .view-browse-by-type
  .view-content
  .item-list
  h4.browse_dropdown {
  margin: 0 auto;
  float: none;
  position: inherit;
  background: none;
  color: #000;
  font-size: 15px;
  text-align: center;
  padding: 10px 15px;
}

.order_now_left .view-browse-by-type .view-content .item-list ul.menu {
  display: inline-block;
  float: none;
  position: inherit;
  margin: 0 auto;
  border: none;
}

/******************/

.home .wwh_contant .wwh_contant_text .block-views-blockbrowse-by-type-block-1 {
  z-index: 9;
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 15px;
}

.home
  .wwh_contant
  .wwh_contant_text
  .block-views-blockbrowse-by-type-block-1
  .view-browse-by-type
  .view-content {
  margin: 0;
  padding: 0;
  max-width: 760px;
  width: 100%;
  float: left;
}

.home
  .wwh_contant
  .wwh_contant_text
  .block-views-blockbrowse-by-type-block-1
  .view-browse-by-type
  .view-content
  .item-list {
  max-width: 350px;
  margin: 44px auto 0;
}

.home
  .wwh_contant
  .wwh_contant_text
  .block-views-blockbrowse-by-type-block-1
  .view-browse-by-type
  .view-content
  .item-list
  h4.browse_dropdown {
  width: 100%;
  padding: 14px 40px 12px 15px;
}

.home
  .wwh_contant
  .wwh_contant_text
  .block-views-blockbrowse-by-type-block-1
  .view-browse-by-type
  .view-content
  .item-list
  ul.menu {
  right: auto;
  left: 0;
  top: 41px;
}

.wwh_contant nav#block-rightmainmenu-5 ul.menu.nav li a {
  background: #ca1f28;
  color: #fff;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin: 30px 0 0 0;
  padding: 10px 40px 10px 15px;
}

.wwh_contant nav#block-rightmainmenu-5 ul.menu.nav li a.dropdown-toggle {
  background: #ca1f28 url(../images/arrow.png) right center no-repeat;
}

.wwh_contant
  nav#block-rightmainmenu-5
  ul.menu.nav
  li:hover
  ul.menu.dropdown-menu {
  display: block;
  margin: 0;
  padding: 2px;
  border: none;
  border-radius: 0;
  width: 434px;
  background: #ca1f28;
  position: absolute;
  left: 0;
}

.wwh_contant nav#block-rightmainmenu-5 ul.menu.nav li ul li {
  padding: 0;
  width: 50%;
  float: left;
}

.wwh_contant nav#block-rightmainmenu-5 ul.menu.nav li ul li a {
  padding: 4px 10px;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.wwh_contant nav#block-rightmainmenu-5 ul.menu.nav li ul li a:hover {
  background: #fff;
  color: #000;
}

/**** view-home-page-slider ******/

.home .home_slider_bottom {
  width: 100%;
  margin: 0 auto;
}

.home .home_slider_bottom .home_news_section {
  background: #8b907f;
  padding: 20px 20px 24px 20px;
  border-radius: 10px;
  margin: 20px 0 40px 0;
  position: relative;
}

.home .home_slider_bottom .home_news_section section.block-views {
  width: 100%;
  padding: 20px 20px 24px 20px;
  border-radius: 10px;
  float: left;
  background: #fff;
}

.home
  .home_slider_bottom
  .home_news_section
  section.block-views
  h2.block-title {
  color: #34414b;
  margin: 0 0 15px 20px;
}

.home
  .home_slider_bottom
  .home_news_section
  section#block-views-block-news-block-1
  h2.block-title {
  padding: 0 0 0 20px;
}

.home .home_slider_bottom .home_news_section section.block-views .view-id-news {
  padding: 0 0px 0 60px;
  width: 100%;
  max-width: 344px;
}

.home
  .home_slider_bottom
  .home_news_section
  .view-news
  .view-content
  .views-row {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.home
  .home_slider_bottom
  .home_news_section
  .view-news
  .view-content
  .views-row
  .views-field {
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-family: "PT Sans", sans-serif;
  line-height: 24px;
  margin: 0 0 14px 0;
  text-transform: uppercase;
}

.home
  .home_slider_bottom
  .home_news_section
  .view-news
  .view-content
  .views-row:last-child
  .views-field-view-node {
  border-bottom: none;
}

.home
  .home_slider_bottom
  .home_news_section
  .view-news
  .view-content
  .views-row
  .views-field-view-node {
  width: auto !important;
  border-bottom: #fff solid 2px;
  display: inline-block;
  float: left !important;
  padding: 0 60px 0 0;
  margin: 0 0 7px 0;
}

.home
  .home_slider_bottom
  .home_news_section
  .view-news
  .view-content
  .views-row
  .views-field-view-node
  a {
  font-size: 14px;
  color: #fff;
}

.home
  .home_slider_bottom
  .home_news_section
  .view-news
  .view-content
  .views-row
  .views-field-view-node
  a:hover {
  text-decoration: none;
  color: #34414b;
}

.home .home_slider_bottom .view-home-page-slider .slick-slider {
  margin: 0;
}

.home
  .home_slider_bottom
  .view-home-page-slider
  .slick-slider
  .slick-list
  .slick-track
  .slick-slide {
  outline: none;
  border: none;
}

.home
  .home_slider_bottom
  .view-home-page-slider
  .slick-slider
  .slick-list
  .slick-track
  .slick-slide
  .views-field-field-slider-image,
.home_slider_bottom
  .view-home-page-slider
  .slick-slider
  .slick-list
  .slick-track
  .slick-slide
  .views-field-field-news-image {
  max-width: 333px;
  border: #ca1f28 solid 4px;
  padding: 7px;
  height: 216px;
  background: #fff;
  /*margin: 0 auto 20px;*/
  float: left;
}

.contact-us-full-section .contact_block .messages__wrapper {
  padding: 20px 0;
}
.contact-us-full-section .contact_block .messages__wrapper .alert {
  margin: 0;
}
.messages__wrapper .alert-danger {
  display: none;
}
.contact
  .contact-us-full-section
  .contact_block
  .messages__wrapper
  .alert-success
  p {
  color: #000;
}
.home
  .home_slider_bottom
  .view-home-page-slider
  .slick-slider
  .slick-list
  .slick-track
  .slick-slide
  .views-field-body {
  width: 57%;
  color: #34414b;
  margin: 0;
  float: left;
  padding: 0 30px;
}

.home
  .home_slider_bottom
  .view-home-page-slider
  .slick-slider
  .slick-list
  .slick-track
  .slick-slide
  .views-field-body
  p {
  color: #34414b;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  line-height: 26px;
  margin: 0;
}

.home .home_slider_bottom .view-home-page-slider .slick-slider ul.slick-dots {
  width: 100%;
  float: none;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  bottom: -43px;
  left: 0;
  right: 0;
}

.home
  .home_slider_bottom
  .view-home-page-slider
  .slick-slider
  ul.slick-dots
  li {
  background: #fff;
  height: 8px;
  width: 8px;
  margin: -2px 5px;
  border-radius: 100%;
}

.home
  .home_slider_bottom
  .view-home-page-slider
  .slick-slider
  ul.slick-dots
  li
  button {
  display: none;
}

.home
  .home_slider_bottom
  .view-home-page-slider
  .slick-slider
  ul.slick-dots
  li.slick-active {
  background: #ca1f28;
}

.home
  .home_slider_bottom
  .view-home-page-slider
  .slick-slider
  ul.slick-dots
  li
  button:before {
  display: none;
}

/*** Home view product  *****/

/* ==========================================================================
   Modern Featured Products Section & Grid Layout Redesign
   ========================================================================== */
.product_container {
  margin: 40px 0 0 0;
  width: 100%;
}

.home .product_section .product_block {
  width: 100% !important;
  max-width: 1280px !important;
  margin: 20px auto 10px auto !important;
  background: #ca1f28 !important;
  padding: 16px 20px 12px 20px !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
  float: none !important;
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
}

/* Vendor Logos — tighten bottom spacing */
.home .product_section .product_block .block-views-blockvendor-block-1 {
  width: 100% !important;
  margin: 10px 0 0 0 !important;
  padding: 8px 0 0 0 !important;
  float: none !important;
  background: #ffffff !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
}

.home
  .product_section
  .product_block
  .block-views-blockvendor-block-1
  .view-content,
.home
  .product_section
  .product_block
  .block-views-blockvendor-block-1
  .views-row,
.home
  .product_section
  .product_block
  .block-views-blockvendor-block-1
  .views-field,
.home
  .product_section
  .product_block
  .block-views-blockvendor-block-1
  .field-content {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 4px 8px 8px 8px !important;
  width: 100% !important;
  float: none !important;
}

.home
  .product_section
  .product_block
  .block-views-blockvendor-block-1
  .vendor_logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 10px!important;
  float: none !important;
}

.home
  .product_section
  .product_block
  .block-views-blockvendor-block-1
  .vendor_logo
  img {
  height: 30px !important;
  width: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

/* Header Title Block */
.home .product_section .product_block #block-wizardswarehousehomepage {
  background: #ffffff !important;
  width: 100% !important;
  max-width: 700px !important;
  border: 3px solid #ca1f28 !important;
  border-radius: 8px !important;
  margin: 0 auto 15px auto !important;
  position: relative !important;
  z-index: 9 !important;
  padding: 14px 20px !important;
  text-align: center !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
}

.home .product_section .product_block #block-wizardswarehousehomepage h2 {
  text-align: center !important;
  color: #ca1f28 !important;
  font-family: "Alfa Slab One", cursive !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  margin: 0 !important;
  letter-spacing: 1.5px !important;
}

/* Subheader / Phone Number & Print Button Block */
.home .product_section .product_block section#block-samedayshipping {
  background: transparent !important;
  margin: 0 0 15px 0 !important;
  width: 100% !important;
  padding: 0 !important;
  text-align: center !important;
}

.home
  .product_section
  .product_block
  section#block-samedayshipping
  .field--name-body
  p {
  color: #ffffff !important;
  text-align: center !important;
  font-family: "PT Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 20px !important;
}

.home .product_section .product_block section#block-samedayshipping a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.home .product_section .product_block button.print_home {
  background: #ffffff !important;
  color: #ca1f28 !important;
  border: none !important;
  padding: 6px 20px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  cursor: pointer !important;
  transition:
    background 0.2s ease,
    color 0.2s ease !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
}

.home .product_section .product_block button.print_home:hover {
  background: #1a202c !important;
  color: #ffffff !important;
}

/* Featured Products Grid View Block */
.home .product_section .product_block #block-views-block-product-block-1 {
  width: 100% !important;
  margin: 10px 0 20px 0 !important;
  padding: 0 !important;
}

.home .product_section .product_block .view-product {
  width: 100% !important;
  margin: 0 auto !important;
  float: none !important;
}

.home .product_section .product_block .view-product .view-content {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  position: relative !important;
  z-index: 9 !important;
  align-items: stretch !important;
  height: 100% !important;
}

.view-product .view-content .views-row {
  float: none !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  display: flex !important;
  align-items: stretch !important;
  overflow: hidden !important;
}

.view-product .view-content .views-row span.field-content {
  float: none !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  display: flex !important;
  overflow: hidden !important;
}

/** Slick product Img Slider  **/
.home .product_section .product_block .view-product .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
}

.home .product_section .product_block .view-product .slick-list {
  overflow: hidden;
}

.home .product_section .product_block .view-product .slick-track {
  display: flex;
}

.home .product_section .product_block .view-product .slick-slide {
  display: block;
  height: auto;
}

.home .product_section .product_block .view-product .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.home .product_section .product_block .view-product .slick-dots {
  bottom: 0px;
}
.home .product_section .product_block .view-product .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.home .product_section .product_block .view-product .slick-dots li button:before {
  font-size: 26px;
}

.home #product_home_print.product_section .product_block a.print_home {
    position: absolute;
    right: 23px;
    top: 24px;
    background: #ffffff;
    padding: 3px 15px;
    border-radius: 10px;
    font-size: 16px;
    color: #cf202b!important;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.home #product_home_print.product_section .product_block a.print_home:hover {
    background: #cf202b;
    color: #fff!important;
}
/* Universal Card Styling - Fixed Height, All Cards Equal */
.view-product .view-content .views-row .product_box,
.view-product .view-content .views-row .product_box.signal_column_right_image,
.view-product .view-content .views-row .product_box.double_column_left_image,
.view-product .view-content .views-row .product_box.signal_column_top_image,
.view-product .view-content .views-row .product_box.signal_column_bottom_image,
.view-product
  .view-content
  .views-row
  .product_box.double_column_large_top_image,
.view-product .view-content .views-row .product_box.double_column_right_image,
.view-product
  .view-content
  .views-row
  .product_box.double_column_right_multiple_images {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  background: #ffffff !important;
  border: 2px solid #e2e8f0 !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  margin: 0 !important;
  float: none !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
  position: relative !important;
  box-sizing: border-box !important;
  transition:
    transform 0.25s ease-in-out,
    box-shadow 0.25s ease-in-out !important;
  overflow: hidden !important;
}

.view-product .view-content .views-row .product_box:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
  border-color: #ca1f28 !important;
}

/* Title - Fixed 48px zone at top */
.view-product .view-content .views-row .product_box h2 {
  order: 1 !important;
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  max-height: auto !important;
  flex-shrink: 0 !important;
  float: none !important;
  margin: 0 0 4px 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1.2 !important;
  overflow: hidden !important;
}

.view-product .view-content .views-row .product_box h2 a {
  color: #1a202c !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  font-family: "PT Sans", sans-serif !important;
  text-decoration: none !important;
  float: none !important;
  width: 100% !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-align: center !important;
  transition: color 0.2s ease !important;
}

.view-product .view-content .views-row .product_box h2 a:hover {
  color: #ca1f28 !important;
}

.view-product .view-content .views-row .product_box h2 a:visited {
  color: #1a202c !important;
}

.view-product .view-content .views-row .product_box h2 a:focus {
  color: #1a202c !important;
  outline: none !important;
}

/* Image - Fixed 110px zone */
.view-product .view-content .views-row .product_box .category_image {
  order: 2 !important;
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  max-height: auto !important;
  flex-shrink: 0 !important;
  float: none !important;
  margin: 0 0 4px 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
  overflow: hidden !important;
}

.view-product .view-content .views-row .product_box .category_image a {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  max-height: 100% !important;
  max-width: 100% !important;
  width: auto !important;
  height: 100% !important;
  flex: 1 1 auto !important;
  overflow: hidden !important;
  float: none !important;
}

.view-product .view-content .views-row .product_box .category_image img {
  max-height: auto !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  float: none !important;
  margin: 0 auto !important;
  border-radius: 4px !important;
  display: block !important;
}

/* Description text - fills remaining space, clips overflow */
.view-product .view-content .views-row .product_box .category_text {
  order: 3 !important;
  width: 100% !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  float: none !important;
  margin: 0 0 4px 0 !important;
  text-align: center !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
}

.view-product .view-content .views-row .product_box .category_text p,
.view-product .view-content .views-row .product_box p {
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: #4a5568 !important;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  font-weight: 600 !important;
  text-align: center !important;
}

/* Price - Fixed 34px zone at bottom, always visible */
.view-product .view-content .views-row .product_box .category_price {
  order: 4 !important;
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  max-height: auto !important;
  flex-shrink: 0 !important;
  float: none !important;
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #ca1f28 !important;
  font-family: "Alfa Slab One", cursive !important;
  margin-top: 0 !important;
  padding-top: 4px !important;
  border-top: 1px dashed rgba(0, 0, 0, 0.15) !important;
  overflow: hidden !important;
}

/* Product Card Background Colors (Restored Color Modifiers) */
.view-product .view-content .views-row .product_box.green,
.view-product .view-content .views-row .green {
  background-color: #d4edda !important;
  background: #d4edda !important;
  border-color: #c3e6cb !important;
}

.view-product .view-content .views-row .product_box.yellow,
.view-product .view-content .views-row .yellow {
  background-color: #fff3cd !important;
  background: #fff3cd !important;
  border-color: #ffeeba !important;
}

.view-product .view-content .views-row .product_box.blue,
.view-product .view-content .views-row .blue {
  background-color: #d1ecf1 !important;
  background: #d1ecf1 !important;
  border-color: #bee5eb !important;
}

.view-product .view-content .views-row .product_box.orange,
.view-product .view-content .views-row .orange {
  background-color: #ffe8cc !important;
  background: #ffe8cc !important;
  border-color: #ffd8a8 !important;
}

/** user login page **/

.user-login-form {
  padding: 30px;
  background: #fff;
  display: table;
  width: 100%;
  box-shadow: 5px 7px 0px #34414b;
  margin: 0 auto 30px;
  max-width: 600px;
}

.user-login-form .form-group {
  width: 49%;
  float: left;
}

.user-login-form .form-group.form-item-name {
  float: left;
}

.user-login-form .form-group.form-item-pass {
  float: right;
}

.user-login-form input.form-control {
  border-radius: 0px;
  padding: 22px;
  box-shadow: 2px 3px 0px #34414b;
  border: #34414b solid 1px;
}

.user-login-form label {
  font-size: 20px;
}

button.btn {
  background: #ca1f28;
  color: #fff;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  border: none;
  padding: 16px 30px;
  border-radius: 0px;
}

button.btn:hover,
button.btn:focus,
button.btn:active:focus {
  background: #34414b;
  outline: none;
}

button span.icon {
  display: none;
}

/************/

.nobody_beats_section {
  background: #8b907f;
  padding: 20px 0;
}

.nobody_beats_section .nobody_beats_section_content h2 {
  margin-bottom: 14px;
}

.nobody_beats_section .nobody_beats_section_content p {
  font-size: 18px;
}

.nobody_beats_section .nobody_beats_section_search_section {
  width: 100%;
  float: right;
  max-width: 286px;
  margin: 20px 0 0 0;
}

.nobody_beats_section
  .nobody_beats_section_search_section
  .search-block-form
  input {
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
  color: #34414b;
  border: none;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.nobody_beats_section
  .nobody_beats_section_search_section
  .form-type-search
  .input-group
  .input-group-btn
  button.form-submit {
  background: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 11px 0px 4px 11px;
}

.nobody_beats_section
  .nobody_beats_section_search_section
  .form-type-search
  .input-group
  .input-group-btn
  button.form-submit
  .icon {
  background: none;
  transform: rotate(67deg) !important;
  font-size: 26px;
  top: -2px;
  display: block;
}

.nobody_beats_section
  .nobody_beats_section_search_section
  .search-block-form
  input::-webkit-input-placeholder {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  list-style: 30px;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
}

.nobody_beats_section
  .nobody_beats_section_search_section
  .search-block-form
  input::-moz-placeholder {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
}

.nobody_beats_section
  .nobody_beats_section_search_section
  .search-block-form
  input:-ms-input-placeholder {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
}

.nobody_beats_section
  .nobody_beats_section_search_section
  .search-block-form
  input:-moz-placeholder {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
}

/*.region.region-content .tabs--primary.nav.nav-tabs li:nth-child(1),
.region.region-content .tabs--primary.nav.nav-tabs li:nth-child(3){
    display: none;
}
.region.region-content .tabs--primary.nav.nav-tabs li a{
    text-decoration: none;
}
.region.region-content .tabs--primary.nav.nav-tabs {
    position: absolute;
    z-index: 99;
}*/

.nobody_beats_section .nobody_beats_section_search_section nav ul.menu li {
  padding: 0;
}

.nobody_beats_section .nobody_beats_section_search_section .form-group {
  padding: 0;
  margin: 0;
}

.nobody_beats_section .nobody_beats_section_search_section nav ul.menu li a {
  background: #ca1f28;
  color: #fff;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 10px 40px 10px 15px;
}

.nobody_beats_section
  .nobody_beats_section_search_section
  nav
  ul.menu
  li
  a.dropdown-toggle {
  background: #ca1f28 url(../images/arrow.png) right center no-repeat;
}

.nobody_beats_section
  .nobody_beats_section_search_section
  nav
  ul.menu
  li:hover
  a.dropdown-toggle {
  background: #000 url(../images/arrow.png) right center no-repeat;
}

.nobody_beats_section
  .nobody_beats_section_search_section
  nav
  ul.menu
  li:hover
  ul.menu.dropdown-menu {
  display: block;
  margin: 0;
  top: 40px;
  padding: 2px;
  border: none;
  border-radius: 0;
  width: 434px;
  background: #ca1f28;
  position: absolute;
  right: 0;
  left: auto;
}

.nobody_beats_section
  .nobody_beats_section_search_section
  nav
  ul.menu
  li
  ul
  li {
  padding: 0;
  width: 50%;
  float: left;
}

.nobody_beats_section
  .nobody_beats_section_search_section
  nav
  ul.menu
  li
  ul
  li
  a {
  padding: 4px 10px;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.nobody_beats_section
  .nobody_beats_section_search_section
  nav
  ul.menu
  li
  ul
  li
  a:hover {
  background: #fff;
  color: #000;
}

.nobody_beats_section .view-browse-by-type .view-content .item-list {
  max-width: 290px;
  width: 100%;
  z-index: 9;
}

.nobody_beats_section
  .view-browse-by-type
  .view-content
  .item-list
  h4.dropdown-toggle {
  margin: 0;
  width: 100%;
}

.nobody_beats_section .view-browse-by-type .view-content .item-list ul.menu {
  top: 35px;
  right: 0;
}

/****Product Lines ****/

.product_table .block-views-blockcompany-table-block-1 .form-group {
  padding: 95px 0;
}

.product_table .view-company-table .header-title {
  background: #34414b;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 10px 0 10px 0;
}

.product_table .view-company-table .header-title .company_title {
  float: left;
  width: 20%;
}

.product_table .view-company-table .header-title .company_title h2 {
  padding: 10px 35px;
  border-right: 1px solid #fff;
}

.product_table .view-company-table .header-title .product_title {
  width: 80%;
  padding: 10px 35px;
  float: left;
}

.product_table .view-company-table .view-content {
  border: #34414b solid 4px;
  display: inline-block;
}

.product_table .view-company-table .item-list:nth-child(1) h3 {
  border-top: none;
}

.product_table .view-company-table .item-list h3 {
  float: left;
  width: 20%;
  margin: 0;
  padding: 12px 35px;
  background: #34414b;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  border-top: #fff solid 1px;
  border-left: #34414b solid 6px;
  border-right: #34414b solid 6px;
}

.product_table .view-company-table .item-list h3 a {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

.product_table .view-company-table .item-list h3 a:hover {
  text-decoration: underline;
}

.product_table .view-company-table .item-list ul {
  float: left;
  width: 80%;
  padding: 10px 35px;
  margin: 0;
}

.product_table .view-company-table .item-list ul li {
  float: left;
  padding: 0 0 0 0;
  position: relative;
  list-style: none;
}

.product_table .view-company-table .item-list ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #34414b;
  border-radius: 50%;
  top: 6px;
  bottom: 0;
  left: -14px;
}

.product_table .view-company-table .item-list ul li:first-child::before {
  display: none;
}

.product_table .view-company-table .item-list {
  background-color: #f9f9f9;
  width: 100%;
  float: left;
  /* height: auto; */
  display: inline-flex;
}

.product_table .view-company-table .item-list:nth-child(2n + 2) {
  background-color: #d6d9db;
}

.product_table .view-company-table .item-list ul li a {
  text-decoration: none;
  margin: 0;
  padding: 0 36px 0 0;
  float: left;
  color: #34414b;
  font-size: 12px;
  font-weight: 600;
}

.product_table .view-company-table .item-list ul li a:hover {
  color: #d5202c;
}

/****Product Lines ****/

.company_table_block {
  padding: 95px 0;
}

.company_table_block table.table {
  width: 100%;
  border: #34414b solid 4px;
}

.company_table_block table.table thead {
  width: 100%;
  display: table-caption;
  padding: 10px 0;
  background: #34414b;
}

.company_table_block table.table tbody tr:nth-of-type(even) {
  background-color: #d6d9db;
}

.company_table_block table.table tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.company_table_block table.table thead tr {
  padding: 0;
  display: inline-flex;
  width: 100%;
}

.company_table_block table.table thead tr th,
.company_table_block table.table thead tr th.company_name {
  background: #34414b;
  color: #fff;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  font-size: 19px;
  border: none;
  padding: 16px;
  padding: 10px 35px;
}

.company_table_block table.table thead tr th.company_name {
  border-right: #fff solid 1px;
}

.company_table_block table.table td {
  border: none;
  padding: 10px 35px;
}

.company_table_block table.table .company_name {
  background: #34414b;
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  border-top: #fff solid 1px;
  border-left: #34414b solid 6px;
  border-right: #34414b solid 6px;
}

.company_table_block table.table ul {
  margin: 0;
  padding: 0;
}

.company_table_block table.table ul li {
  margin: 0;
  padding: 0 36px 0 10px;
  float: left;
  color: #34414b;
  font-size: 12px;
  font-weight: 600;
}

.company_table_block table.table ul li:first-child {
  list-style: none;
  padding-left: 0;
}

.company_table_block table.table ul li:hover {
  color: #d5202c;
}

.company_table_block table > thead > tr > th,
.company_table_block table > tbody > tr > th,
.company_table_block table > tfoot > tr > th,
.company_table_block table > thead > tr > td,
.company_table_block table > tbody > tr > td,
.company_table_block table > tfoot > tr > td {
  vertical-align: middle;
}

/*** gallery page ****/

.view-gallery-image {
  margin-bottom: 30px;
}

.view-gallery-image .view-content {
  background: #8b907f;
  padding: 30px 30px 20px 30px;
  display: inline-block;
  width: 100%;
}

.view-gallery-image .view-content .views-row {
  padding: 0 0 0px 0;
  margin: 0 10px 20px 10px;
  float: left;
  max-width: 23%;
}

.view-gallery-image .view-content .views-row .views-field-title {
  background: #34414b;
  padding: 10px;
  color: #fff;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
  display: inline-block;
  letter-spacing: 0.9px;
  text-align: center;
  text-decoration: none;
}

.view-gallery-image
  .view-content
  .views-row
  .views-field-field-gallery-image
  img {
  width: 100%;
}

/*** contact page ***/
.contact .contact_block .content .field--name-webform {
  background: #b6b799;
  display: inline-block;
  width: 100%;
  padding: 0 15px;
}

#block-webform .webform-submission-form,
.contact .contact_block .content .field--name-webform .webform-submission-form {
  background: #fff;
  padding: 30px;
  margin: 30px 0;
  width: 100%;
  border: #8b907f solid 15px;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  max-width: 770px;
  margin: 40px auto;
}

#block-webform .webform-submission-form .form-item.panel .panel-heading,
.contact
  .contact_block
  .content
  .field--name-webform
  .webform-submission-form
  .panel-heading {
  background: #34414b;
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  border: none;
  padding: 12px 30px;
}

#block-webform
  .webform-submission-form
  .form-item.panel
  .panel-heading
  .panel-title,
.contact
  .contact_block
  .content
  .field--name-webform
  .webform-submission-form
  .panel-heading
  .panel-title {
  font-size: 20px;
  color: #fff;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  letter-spacing: 0.9px;
}

#block-webform .webform-submission-form .form-item.panel .panel-body h4,
.contact
  .contact_block
  .content
  .field--name-webform
  .webform-submission-form
  .panel-body
  h4 {
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 20px 0;
  font-style: italic;
}
.contact
  .contact_block
  .content
  .field--name-webform
  .webform-submission-form
  .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

#block-webform .webform-submission-form .form-item.panel .panel-body,
.contact
  .contact_block
  .content
  .field--name-webform
  .webform-submission-form
  .panel-body {
  padding: 10px 30px 0px 30px;
  margin: 57px 0 0 0;
}

#block-webform .webform-submission-form .form-item.panel .panel-body .form-item,
.contact
  .contact_block
  .content
  .field--name-webform
  .webform-submission-form
  .panel-body
  .form-item {
  width: 48%;
  float: left;
}

#block-webform
  .webform-submission-form
  .form-item.panel
  .panel-body
  .form-item
  label,
.contact
  .contact_block
  .content
  .field--name-webform
  .webform-submission-form
  .panel-body
  .form-item
  label {
  font-size: 20px;
  text-transform: capitalize;
}

#block-webform
  .webform-submission-form
  .form-item.panel
  .panel-body
  .form-item:nth-child(2n + 1),
.contact
  .contact_block
  .content
  .field--name-webform
  .webform-submission-form
  .panel-body
  .form-item:nth-child(2n + 1) {
  float: right;
}

#block-webform
  .webform-submission-form
  .form-item.panel
  .panel-body
  .form-item.form-type-textarea,
.contact
  .contact_block
  .content
  .field--name-webform
  .webform-submission-form
  .panel-body
  .form-item.form-type-textarea {
  width: 100%;
}

#block-webform
  .webform-submission-form
  .form-item.panel
  .panel-body
  .form-item
  input,
#block-webform
  .webform-submission-form
  .form-item.panel
  .panel-body
  .form-item
  textarea,
.contact
  .contact_block
  .content
  .field--name-webform
  .webform-submission-form
  .panel-body
  .form-item
  input,
.contact
  .contact_block
  .content
  .field--name-webform
  .webform-submission-form
  .panel-body
  .form-item
  textarea {
  border: #34414b solid 1px;
}

#block-webform .webform-submission-form .form-item.panel {
  width: 100%;
  border: none;
  box-shadow: none;
}

#block-webform .webform-submission-form .form-actions,
.contact
  .contact_block
  .content
  .field--name-webform
  .webform-submission-form
  .form-actions {
  padding: 20px 30px;
}
.field--type-webform .webform-submission-form .captcha .g-recaptcha iframe {
  margin: 0 0 20px 29px;
}
.contact_disc p {
  color: #fff;
  font-size: 18px;
}

.contact-us-full-section {
  background-color: #8b907f;
  padding: 20px 0;
}

.contact .contact-us-full-section {
  padding: 0;
}
.contact_address {
  max-width: 490px;
  margin: 30px auto 0;
}

.contact_address .table-responsive {
  margin-bottom: 0;
}

.contact_address .table-responsive table {
  margin: 0;
  padding: 0;
  background: #fff;
}

.contact_address .table-responsive table tr td {
  margin: 0;
  padding: 12px 24px;
  font-size: 18px;
  list-style: none;
  color: #34414b;
  text-align: left;
  border: none;
  font-weight: 600;
}

.contact_address .table-responsive table tr td.table_bg {
  background: #34414b;
}

.contact_address .table-responsive table tr td.table_bg_right {
  background: #d6d9db;
}

.contact_address .table-responsive table tr td:first-child {
  font-weight: 600;
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  border-bottom: #fff solid 2px;
  border-left: #34414b solid 10px;
  border-right: #34414b solid 10px;
}

.contact_address
  .table-responsive
  table
  tr:nth-child(3)
  td.table_bg:first-child {
  border-bottom: none;
}

.contact_address
  .table-responsive
  table
  tr:nth-child(4)
  td.table_bg:first-child {
  border-bottom: none;
}

.contact_address .table-responsive table tr td.table_email {
  border: none;
  border-left: #ca1f28 solid 10px;
}

.contact_address .table-responsive table tr td.table_email a {
  color: #fff;
  text-align: center;
  width: 100%;
  float: left;
  font-family: "Alfa Slab One", cursive;
  letter-spacing: 0.93px;
  text-shadow: none;
  font-size: 16px;
  font-weight: 400;
}

.contact_address .table-responsive table tr td.table_email a:hover {
  color: #34414b;
}

.contact_address .table-responsive table tr td a {
  color: #34414b;
  text-decoration: none;
  font-weight: 600;
}

.contact_address .table-responsive table tr td a:hover {
  color: #ca1f28;
  text-decoration: none;
}

.webform-confirmation {
  background: #fff;
  max-width: 350px;
  margin: 0 auto;
  padding: 30px 30px 40px 30px;
  display: block;
  width: 100%;
  box-shadow: 5px 7px 0px #34414b;
  border-radius: 4px;
}

.webform-confirmation .webform-confirmation__message {
  margin: 0;
  padding: 0px 12px 20px 12px;
  font-family: "Alfa Slab One", cursive;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-align: center;
  float: left;
  width: 100%;
}

.webform-confirmation .webform-confirmation__message h1 {
  text-align: center;
}

.webform-confirmation .webform-confirmation__back {
  display: inline-block;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}

.webform-confirmation .webform-confirmation__back a {
  background: #ca1f28;
  color: #fff;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  border: none;
  padding: 16px 30px;
  border-radius: 0px;
  text-decoration: none;
}

.webform-confirmation .webform-confirmation__back a:hover {
  background: #34414b;
}

/*** Search page ****/

.path-search .search-form .form-type-search input {
  padding: 22px;
}

.path-search span.input-group-btn button.button span.icon {
  display: block;
}

.path-search span.input-group-btn button.button:hover {
  background: #34414b;
}

.path-search a#edit-help-link {
  display: none;
}

.path-search .region.region-content ol li h3 {
  padding: 12px 0 0 0;
}

/*** news page  ****/
.news {
  position: relative;
}
.date-section {
  font-size: 16px;
  font-style: italic;
  color: #ca1f28;
  position: absolute;
  right: 10px;
  top: 10px;
}
.view-news .view-content .views-row {
  background: #fff;
  padding: 30px;
  margin: 0 0 10px 0;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  position: relative;
}

.view-news .view-content .views-row .views-field {
  float: right;
  width: 70%;
}

.view-news .view-content .views-row .views-field.views-field-title {
  color: #34414b;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  letter-spacing: 0.9px;
  font-size: 18px;
}

.view-news .view-content .views-row .views-field.views-field-title a {
  text-decoration: none;
  color: #ca1f28;
}

.view-news .view-content .views-row .views-field.views-field-title a:hover {
  color: #34414b;
}

.view-news .view-content .views-row .views-field.views-field-field-news-image {
  float: left;
  max-width: 313px;
  width: 100%;
  margin: 0 0px 0px 0;
  border-radius: 4px;
  overflow: hidden;
}

.view-news .view-content .views-row .views-field.views-field-body {
  float: right;
  padding: 10px 0 0 0;
}

.view-news .view-content .views-row .views-field.views-field-body p {
  color: #000;
  font-size: 18px;
}

.news_page .page_title {
  background: #34414b;
  margin: 50px 0 0 0;
}

/*** news Detail page ****/

.news .content {
  background: #fff;
  padding: 30px 30px 20px 30px;
  display: inline-block;
  width: 100%;
  margin: 0;
}

.news .content .field--name-field-news-image {
  width: 100%;
  float: left;
  margin: 0 20px 20px 0;
  max-width: 280px;
  border-radius: 4px;
  overflow: hidden;
}

.news .content .field--name-field-news-image img {
  width: 100%;
}

.news .content .field_body .field--name-body p {
  color: #000;
  font-size: 18px;
}

/*** featured products ***/

.view-featured-products .call_order_btn {
  margin: 3px 0 29px 0;
}

.view-featured-products,
.default_page .view-company-table,
.default_page .wwh_contant .view-search-1 {
  background: #8b907f;
  padding: 30px 30px 0px 30px;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0;
}

.default_page .product_detail_page .view-product {
  background: #8b907f;
  padding: 30px 30px 20px 30px;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0 0 90px 0;
}

.view-search-1 .views-label-field-part-number {
  float: left;
  font-weight: bold;
  padding-right: 5px;
}

.view-featured-products .view-content,
.product_detail_page .view-product .view-content,
.default_page .wwh_contant .view-search-1 .view-content {
  background: #fff;
  padding: 30px;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  margin: 0 0 0 0;
}
.path-search1 nav.pager ul li a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 7px;
  margin: 0 4px;
}
.path-search1 nav.pager ul li.pager__item.is-active a {
  background: #f00;
  color: #fff;
  border: none;
}

.default_page .view-company-table .view-content {
  background: #fff;
  padding: 30px;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  margin: 0 0 26px 0;
}

.default_page .view-company-table .view-content .item-list ul {
  margin: 0;
  padding: 0;
}

.view-featured-products .view-content .views-row,
.product_detail_page .view-product .view-content .views-row,
.view-company-table .view-content .views-row,
.default_page .wwh_contant .view-search-1 .view-content .views-row {
  float: left;
  width: 50%;
  border-bottom: #34414b solid 2px;
  height: auto;
  padding: 30px 0px;
  position: relative;
}

.product_detail_page .view-product .view-content .views-row {
  position: inherit !important;
  left: inherit !important;
  top: inherit !important;
}

.view-featured-products .view-content .views-row:nth-child(2n + 2):before,
.product_detail_page
  .view-product
  .view-content
  .views-row:nth-child(2n + 2):before {
  display: none;
}

.view-featured-products .view-content .views-row:nth-child(2n + 2),
.product_detail_page .view-product .view-content .views-row:nth-child(2n + 2) {
  padding-left: 20px;
}

.view-featured-products .view-content .views-row:nth-last-child(2),
.view-featured-products .view-content .views-row:nth-last-child(3),
.product_detail_page .view-product .view-content .views-row:nth-last-child(1) {
  border-bottom: none;
}

.view-featured-products .view-content .views-row:before,
.product_detail_page .view-product .view-content .views-row:before {
  content: "";
  border-right: #34414b solid 2px;
  position: absolute;
  top: 40px;
  right: 10px;
  height: 70%;
}

.view-featured-products .view-content .views-row span.field-content,
.product_detail_page .view-product .view-content .views-row span.field-content {
  width: 100%;
}

.default_page .view-company-table .view-content .item-list ul li {
  width: 50%;
  float: left;
  list-style: none;
  padding: 30px 0px;
  position: relative;
}

.default_page .view-company-table .view-content .item-list ul li:before {
  content: "";
  border-right: #34414b solid 2px;
  position: absolute;
  top: 40px;
  right: 10px;
  height: 70%;
}

.default_page
  .view-company-table
  .view-content
  .item-list
  ul
  li:nth-child(2n + 2):before {
  display: none;
}

/************/

.default_page
  .wwh_contant
  .view-search-1
  .view-content
  .views-row
  .views-field.views-field-field-photo {
  width: 100%;
  max-width: 290px;
  float: left;
  margin: 0;
}

.default_page
  .wwh_contant
  .view-search-1
  .view-content
  .views-row
  .views-field {
  width: 100%;
  float: right;
  max-width: 235px;
  margin: 0 38px 0 0;
}

.default_page
  .wwh_contant
  .view-search-1
  .view-content
  .views-row
  .views-field-field-sale-price {
  float: right;
  font-size: 24px;
  color: #ca1f28;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10%;
  left: 75%;
}

@media only screen and (max-width: 640px) {
  .default_page
    .wwh_contant
    .view-search-1
    .view-content
    .views-row
    .views-field-field-sale-price {
    position: static;
  }
}

.default_page
  .wwh_contant
  .view-search-1
  .view-content
  .views-row
  .views-field.views-field-title
  a {
  margin: 0;
  padding: 0px;
  font-family: "Alfa Slab One", cursive;
  color: #34414b;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  float: left;
  width: 100%;
}

.default_page
  .wwh_contant
  .view-search-1
  .view-content
  .views-row
  .views-field.views-field-body {
}

.default_page
  .wwh_contant
  .view-search-1
  .view-content
  .views-row
  .views-field.views-field-body
  p {
  color: #34414b;
  font-size: 18px;
  margin: 6px 0;
  min-height: 68px;
}

.default_page
  .wwh_contant
  .view-search-1
  .view-content
  .views-row
  .views-field.views-field-field-photo {
  background: #b6b799;
  border: 2px solid black;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.default_page .wwh_contant .view-search-1 .view-content .views-row:before {
  content: "";
  border-right: #34414b solid 2px;
  position: absolute;
  top: 40px;
  right: 10px;
  height: 70%;
}

.default_page
  .wwh_contant
  .view-search-1
  .view-content
  .views-row:nth-child(2n + 2):before {
  display: none;
}

/*************/

.path-search1 .wwh_contant .views-exposed-form.bef-exposed-form {
  background: #34414b;
  padding: 30px;
}

.path-search1
  .wwh_contant
  .views-exposed-form.bef-exposed-form
  form#views-exposed-form-search-1-page-1 {
  margin: 0 auto;
  max-width: 380px;
}

.path-search1
  .wwh_contant
  .views-exposed-form.bef-exposed-form
  form#views-exposed-form-search-1-page-1
  .form-item {
  float: left;
  width: 100%;
  max-width: 330px;
}

.path-search1
  .wwh_contant
  .views-exposed-form.bef-exposed-form
  form#views-exposed-form-search-1-page-1
  .form-item
  input {
  width: 100%;
}

.path-search1
  .wwh_contant
  .views-exposed-form.bef-exposed-form
  form#views-exposed-form-search-1-page-1
  .form-item
  input::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  list-style: 30px;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
}

.path-search1
  .wwh_contant
  .views-exposed-form.bef-exposed-form
  form#views-exposed-form-search-1-page-1
  .form-item
  input::-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
}

.path-search1
  .wwh_contant
  .views-exposed-form.bef-exposed-form
  form#views-exposed-form-search-1-page-1
  .form-item
  input:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
}

.path-search1
  .wwh_contant
  .views-exposed-form.bef-exposed-form
  form#views-exposed-form-search-1-page-1
  .form-item
  input:-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
}

.path-search1
  .wwh_contant
  .views-exposed-form.bef-exposed-form
  form#views-exposed-form-search-1-page-1
  .form-actions {
  /* float: left; */
  width: auto;
  padding: 0px;
}

.path-search1
  .wwh_contant
  .views-exposed-form.bef-exposed-form
  form#views-exposed-form-search-1-page-1
  .form-actions
  button {
  text-indent: -112px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  height: 42px;
  width: 38px;
  background: none;
  padding: 8px 0;
  display: block;
}

.path-search1
  .wwh_contant
  .views-exposed-form.bef-exposed-form
  form#views-exposed-form-search-1-page-1
  .form-actions
  button::before {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  font-size: 26px;
  color: #fff;
  text-indent: 0;
  padding: 0;
  left: 0;
  width: 100%;
  top: 0;
}

/************/

.featured_products_slider {
  float: left;
  width: 100%;
  /*max-width: 220px;*/
  max-width: 290px;
}

.featured_products_slider .slider_main {
  width: 100%;
  float: left;
  height: 225px;
  background: #b6b799;
  border: 2px solid #34414b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured_products_slider .slider_main .slick-list {
  max-height: 220px;
}

.featured_products_slider .slider_main .slick-list img {
  margin: 0 auto;
}

.featured-products_slider .slider_main img {
  display: block !important;
  margin: 0 auto;
}

.featured_products_slider .slider_sub {
  float: left;
  width: 100%;
}

.featured_products_slider .slider_sub img {
  float: left;
  margin: 1rem 1rem 1rem 0rem;
}

.featured_products_slider .slider_sub .slick-list {
  padding: 0px !important;
  margin: 10px 0 0 0;
}

.featured_products_slider .slider_sub .slick-list .slick-track {
  margin: 0;
}

.featured_products_slider .slider_sub .slick-list img {
  width: 62px !important;
  height: 50px;
  margin: 0 4px;
  outline: none;
  border: none;
  cursor: pointer;
}

.featured-products_disc_block {
  float: right;
  width: 100%;
  /*max-width: 290px;*/
  max-width: 235px;
  margin: 0 38px 0 0;
}

.view-featured-products
  .view-content
  .views-row:nth-child(2n + 2)
  .featured-products_disc_block {
  margin: 0 20px 0 0;
}

.featured-products_disc_block .featured-products_title a {
  margin: 0;
  padding: 0px;
  font-family: "Alfa Slab One", cursive;
  color: #34414b;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  float: left;
  width: 100%;
}

.featured-products_disc_block .featured-products_title a:hover {
  color: #ca1f28;
}

.featured-products_disc_block .featured-products_disc {
  margin: 6px 0;
  min-height: 68px;
}

.featured-products_disc_block .featured-products_disc p {
  color: #34414b;
  font-size: 18px;
}

.featured-products_disc_block .featured-products_sale_price {
  float: right;
  font-size: 24px;
  text-align: center;
  color: #ca1f28;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  margin: 0;
  line-height: 42px;
  padding: 0;
}

.featured-products_disc_block .featured-products_spec_sheet {
  float: left;
  width: auto;
}

.featured-products_disc_block .featured-products_spec_sheet span.file-icon,
.featured-products_disc_block .featured-products_spec_sheet span.file-size {
  display: none;
}

.featured-products_disc_block .featured-products_spec_sheet span.file-link {
  border: none;
}

.featured-products_disc_block .featured-products_spec_sheet a {
  background: #34414b;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 14px;
  float: left;
  text-decoration: none;
  font-weight: 400;
}

.featured-products_disc_block .featured-products_spec_sheet a:hover {
  background: #ca1f28;
  color: #fff;
}

/**** product detail ****/

.product_detail_section:hover .edit_button {
  display: block;
}

.product_detail_section .edit_button {
  display: none;
}

.product_detail_section .edit_button a {
  text-decoration: none;
  position: absolute;
  background-color: #fff;
  width: 26px;
  height: 26px;
  left: 97%;
  top: 10px;
  right: 0;
  float: right;
  border-radius: 100px;
  padding: 3px 0 0 8px;
  font-size: 15px;
  color: #333;
}

.product_detail_section {
  width: 100%;
  display: inline-block;
  background: #8b907f;
  padding: 90px 20px 90px 20px;
  min-height: 660px;
  position: relative;
  margin: 0 0 80px 0;
}

.product_detail_section .featured_products_img {
  width: 380px;
  float: left;
  margin: 0 0px 30px 0;
}

.product_detail_section .featured_products_content {
  float: right;
  width: 100%;
  max-width: 850px;
}

.product_detail_section
  .featured_products_img
  .field_photo
  .view-featured-products {
  background: none;
  padding: 0;
  position: inherit;
  margin: 0;
}

.product_detail_section
  .featured_products_img
  .field_photo
  .view-featured-products
  .view-content {
  background: none;
  padding: 0;
  margin: 0;
}

.product_detail_section
  .featured_products_img
  .field_photo
  .view-featured-products
  .view-content
  .views-row {
  width: auto;
  border: none;
  min-height: inherit;
  padding: 0;
  margin: 0;
  float: none;
  position: inherit;
}

.product_detail_section
  .featured_products_img
  .field_photo
  .view-featured-products
  .view-content
  .views-row:before {
  display: none;
}

.product_detail_section .featured_products_img .views-field-field-photo {
  width: 100% !important;
  margin: 0 0 10px 0;
}

.product_detail_section .featured_products_content .featured_products_box {
  background: #fff;
  border-radius: 10px;
  float: right;
  padding: 20px 30px 30px 30px;
  width: 100%;
}

.product_detail_section
  .featured_products_img
  .views-field-field-photo-1
  .slick-list.draggable {
  padding: 0px !important;
}

.product_detail_section
  .featured_products_img
  .views-field-field-photo-1
  .slick-list.draggable
  .slick-track
  img {
  width: 94px !important;
  margin: 5px;
}

.product_detail_section
  .featured_products_content
  .featured_products_box
  .call_order_btn {
  text-align: center;
}

.call_order_btn a.button {
  border: #000 solid 4px;
  font-size: 25px;
  padding: 4px 22px;
  margin: 0 auto 10px;
  float: none;
  background: #ca1f28;
  color: #fff;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  border-radius: 0px;
}

.call_order_btn a.button:hover,
.call_order_btn a.button:focus {
  background: #34414b;
  color: #fff;
}

.product_detail_section .featured_products_content .featured_products_box h4 {
  font-size: 23px;
  text-align: center;
  margin: 18px 0 34px 0;
  font-weight: 600;
}

.product_detail_section
  .featured_products_content
  .featured_products_box
  .field_body {
  margin: 0 0 60px 0;
}

.product_detail_section
  .featured_products_content
  .featured_products_box
  .field_video {
  max-width: 50%;
}

.product_detail_section .featured_products_content .featured_products_box p {
  color: #34414b;
  font-size: 20px;
  line-height: 24px;
}

.product_detail_section
  .featured_products_content
  .featured_products_box
  .field_field_spec_sheet {
  float: left;
  margin: 20px 0 0 0;
}

.product_detail_section
  .featured_products_content
  .featured_products_box
  .field_field_spec_sheet
  a {
  background: #34414b;
  color: #fff;
  font-size: 23px;
  padding: 6px 14px;
  float: left;
  text-decoration: none;
}

.product_detail_section
  .featured_products_content
  .featured_products_box
  .field_field_spec_sheet
  a:hover {
  background: #ca1f28;
  color: #fff;
}

.product_detail_section
  .featured_products_content
  .featured_products_box
  .field_field_sale_price {
  float: right;
  font-size: 42px;
  text-align: center;
  color: #ca1f28;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  margin: 0;
  line-height: 42px;
  padding: 0;
}

.product_detail_section .back_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #34414b;
  width: 100%;
  padding: 16px;
}

.product_detail_section .back_btn a.field_field_spec_sheet i {
  font-size: 26px;
  color: #fff;
  margin: 6px 8px 0 0;
  float: left;
}

.product_detail_section .back_btn a.field_field_spec_sheet span {
  background: #fff;
  padding: 2px 22px;
  color: #34414b;
  font-size: 17px;
  float: left;
  font-weight: 600;
  margin: 5px 0 0 0;
}

.product_detail_section .back_btn a.field_field_spec_sheet span:hover {
  background: #ca1f28;
  color: #fff;
}

/*** Footer *****/

footer.site-footer {
  width: 100%;
  float: left;
  background: #34414b;
  position: absolute;
  bottom: 0;
}

footer.site-footer nav ul.menu {
  margin: 0;
  padding: 0;
}

footer.site-footer nav ul.menu li {
  margin: 0 0 0 0;
  padding: 0 25px 0 0;
  float: left;
  list-style: outside;
  display: list-item;
  color: #fff;
}

footer.site-footer nav ul.menu li:first-child {
  list-style: none;
}

footer.site-footer nav ul.menu li a {
  padding: 10px;
  letter-spacing: 0.93px;
  color: #fff;
}

footer.site-footer nav ul.menu li a:hover,
footer.site-footer nav ul.menu li a:focus {
  color: #fff;
  background: #ca1f28;
}

footer.site-footer #block-copyright {
  color: #fff;
  float: right;
}

footer.site-footer #block-copyright .field--name-body {
  padding: 10px 0;
  letter-spacing: 0.93px;
}

footer.site-footer #block-copyright .field--name-body a {
  color: #fff;
  margin: 0 0 0 30px;
}

footer.site-footer #block-copyright .field--name-body a:hover {
  color: #ca1f28;
}

/***************/

#responsive-menu-icon {
  display: none;
  margin: 0;
  width: 24px;
  float: right;
  height: 24px;
  padding: 14px;
  box-sizing: content-box;
  position: absolute;
  right: 10px;
  top: 14px;
  z-index: 99;
  border-radius: 4px;
  background: #ca1f28;
}

#responsive-menu-icon span {
  width: 100%;
  float: right;
  background: #fff;
  height: 3px;
  margin: 2px 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.form-type-select .select-wrapper select {
  padding: 0 15px;
  height: 42px;
}

header.header_ignore,
footer.footer_ignore {
  display: none;
}

/****fillter****/

.top_fillter {
  background: #34414b;
}

.top_fillter h1 {
  float: left;
  margin: 0px 50px 0px 30px;
  text-transform: capitalize;
}

.contact_disc {
  margin: 40px 0;
}

/*****fillter  search form *****/

.top_fillter .search_form {
  width: 100%;
  max-width: 260px;
  margin: 21px 0 0 0;
  padding: 0;
  float: left;
}

.top_fillter .search_form .form--inline {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.top_fillter .search_form .form-item {
  margin-right: 30px;
}

.top_fillter .search_form .form-actions {
  /* float: left; */
  width: 33px;
  height: 30px;
  margin: 0 0 0 8px;
  position: relative;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top_fillter .search_form .form-actions button.form-submit {
  opacity: 0;
  padding: 0;
  margin: 0;
  width: 33px;
  height: 30px;
}

.top_fillter .search_form .form-item input {
  width: 100%;
  font-family: "PT Sans", sans-serif;
  color: #34414b;
  font-size: 17px;
  height: 30px;
  padding: 0 10px;
}

.top_fillter .search_form .form-item.form-item-title {
  width: 100%;
  max-width: 190px;
  margin: 0;
  float: left;
}

.top_fillter .search_form .form-actions:before {
  content: "\e003";
  position: absolute;
  right: 5px;
  color: #fff;
  transform: rotate(90deg) !important;
  font-size: 28px;
  top: -5px;
}

.top_fillter .search_form .form-item.form-item-title input {
  max-width: 190px;
  outline: none;
  border: none;
  box-shadow: none;
  color: #34414b;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.top_fillter .search_form .form-item.form-type-select .select-wrapper select {
  height: 30px;
  outline: none;
  border: none;
  box-shadow: none;
  color: #34414b;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.top_fillter .search_form .form-item input::-webkit-input-placeholder {
  color: #34414b;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.top_fillter .search_form .form-item input::-moz-placeholder {
  color: #34414b;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.top_fillter .search_form .form-item input:-ms-input-placeholder {
  color: #34414b;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.top_fillter .search_form .form-item input:-moz-placeholder {
  color: #34414b;
  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
}

.top_fillter .search_form .form-item.form-type-select {
  width: 100%;
  max-width: 150px;
  margin: 0;
}

.top_fillter .search_form .form-item.form-type-select select {
  width: 100%;
}

.top_fillter .pagination .pagerer-right-pane .pager ul.pager__items {
  margin: 14px 0 0 0;
}

/**** pagination ****/

.top_fillter .pagination {
  margin: 6px 15px 0 0;
  border-radius: 0;
  float: right;
  width: auto;
}

.pagination .pagerer-left-pane,
.pagination .pagerer-center-pane {
  display: none;
}

.pagination .pagerer-right-pane .pager ul.pager__items li a,
.pagination .pagerer-right-pane .pager ul.pager__items li span {
  border-radius: 0;
  font-size: 17px;
  color: #34414b;
  letter-spacing: 0.93px;
  line-height: 18px;
}

div.pagerer-container {
  padding: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}

div.pagerer-container .pagerer-panes {
  background: #34414b;
  display: inline-block !important;
  text-align: center;
  width: 100%;
}

div.pagerer-container .pagerer-panes .pagerer-right-pane {
  display: inline-block;
}

.pagination .pagerer-panes {
  display: inline-block;
}

.pagination .pagerer-panes .pagerer-right-pane {
  float: left;
  margin: 0;
  padding: 0;
}

.pagination .pagerer-panes .pagerer-right-pane nav.pager {
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

.pagination .pagerer-right-pane .pager ul.pager__items {
  padding: 0;
  float: left;
  margin: 20px 0 10px 0;
}

.pagerer-right-pane .pager ul.pager__items li.pager__item {
  float: left;
  font-weight: 600;
}

.pagerer-right-pane .pager ul.pager__items li.pager__item span {
  border-radius: 0;
}

.pagerer-right-pane .pager ul.pager__items li.pager__item a {
  background: none;
  border: none;
  font-weight: 400;
}

.pagerer-right-pane .pager ul.pager__items li.pager__item a .visually-hidden {
  display: none;
}

.pagerer-right-pane .pager ul.pager__items li.pager__item a span {
  font-size: 46px;
  color: #fff;
  line-height: 12px;
  float: left;
}

.pagerer-right-pane .pager ul.pager__items li.pager__item a span:hover {
  color: #ca1f28;
}

/**** bottom pagination ****/

.view-featured-products .pagination {
  background: #34414b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border-radius: 0px;
}

.view-featured-products .pagination li {
  display: inline-block;
}

.view-featured-products .pagination a {
  background: transparent;
  border: none;
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.view-featured-products .pagination .pagerer-panes {
  display: inline-block;
  margin: 0;
  width: 100%;
}

.view-featured-products .pagination .pagerer-panes .pagerer-right-pane {
  text-align: center;
  float: left;
  width: 100%;
}

.pagination .pagerer-panes .pagerer-right-pane nav.pager {
  margin: 0 auto;
  display: inline-block;
  float: none;
}

/*********/

.path-search
  .search-form
  .form-type-search
  .input-group
  .input-group-btn
  button.form-submit {
  background: none;
  padding: 0;
}

.path-search
  .search-form
  .form-type-search
  .input-group
  .input-group-btn
  button.form-submit
  .icon {
  background: none;
  transform: rotate(90deg) !important;
  font-size: 26px;
  top: 0px;
  display: block;
  padding: 11px;
}

.moblie_view {
  display: none;
}

.home .product_section .product_block button.print_home {
  background: #ca1f28;
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  border: none;
  padding: 4px 14px;
  position: absolute;
  top: -46px;
  right: 10px;
  font-size: 11px;
  height: 26px;
  border-radius: 6px;
  z-index: 9;
  float: right;
}

.home .product_section .product_block button.print_home:hover {
  background: #34414b;
}

.privacy_policy p {
  margin: 0;
  font-size: 18px;
  padding: 0;
}

.privacy_policy h3 {
  margin: 20px 0 10px 0;
}

/********** about ************/

.about .about_section {
  background: #8b907f;
  padding: 30px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.about .about_section img {
  padding: 0 30px 20px 0;
  float: left;
  max-width: 440px;
  width: 100%;
}

.about .about_section p {
  font-size: 18px;
}

.about .about_section .about_list_block {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}

.about .about_section .about_list_block h2 {
  margin-bottom: 10px;
}

.about .about_section .about_list_block ul {
  width: 33%;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.about .about_section .about_list_block ul li {
  position: relative;
  list-style: none;
  padding: 4px 0 4px 30px;
  font-size: 16px;
  color: #fff;
}

.about .about_section .about_list_block ul li::before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #34414b;
  font-size: 18px;
  position: absolute;
  top: 10px;
  left: 0;
}

.nobody_beats_section .form--inline .form-item input {
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
  color: #34414b;
  border: none;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  height: 32px;
  padding: 0 15px;
  width: 220px;
}

.nobody_beats_section
  .form--inline
  .form-item
  input::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  list-style: 30px;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
}

.nobody_beats_section .form--inline .form-item input::-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
}

.nobody_beats_section .form--inline .form-item input:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
}

.nobody_beats_section .form--inline .form-item input:-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
}

.nobody_beats_section .form--inline .form-actions {
  /* float: right; */
  width: auto;
  margin-left: 5px;
}

.nobody_beats_section .form--inline .form-actions button::before {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  font-size: 26px;
  transform: rotate(94deg);
  color: #fff;
  top: -46px;
  text-indent: 87px;
  padding: 0;
  left: -35px;
}

.nobody_beats_section .form--inline .form-actions button {
  text-indent: -120px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  height: 33px;
  width: 38px;
  background: none;
}

.nobody_beats_section .form--inline .form-actions button:hover {
  background: none;
}

.nobody_beats_section .form--inline .form-actions button:focus {
  background: none;
  box-shadow: none;
}

.contact .contact_block .content .field--name-body {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
  padding-right: 15px;
  padding-left: 15px;
}
