/*
Theme Name: Divi Child Theme
Theme URI: http://www.montereypremier.com/
Description: A Custom Theme
Author: Monterey Premier
Author URI: http://www.montereypremier.com/
Template: Divi
Version: 1.0
*/
/* woocommerce - hide drop downs on product and brand page */
/*.term-1447 .woocommerce-widget-layered-nav,
.term-1451 .woocommerce-widget-layered-nav {
    display: none;
}*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*----------------[ 01 MAIN MENU AREA ]----------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.admin-bar #top-header {
  margin-top: 32px;
}

/* top header menu items */
#top-header,
.et-fixed-header#top-header {
  background: #eaeaea !important;
}

.container.clearfix {
  width: 100%;
}

#top-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

/* add to quote icon */
a.et-cart-info,
a.added-url {
  background: #df202e;
  padding: 9px 10px 8px !important;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  margin-left: 20px;
}

a.et-cart-info:hover,
a.added-url:hover {
  background: #25327b;
}

.et-cart-info span,
.added-url span {
  position: relative;
  padding-right: 8px;
}

/* custom header */
#main-header {
  display: none !important;
}

#page-container {
  padding-top: 0px !important;
}

@media only screen and (max-width: 980px) {
  #main-header {
    display: block !important;
  }

  .mp_s_custom_header,
  .mp_s_header_fw_menu {
    display: none !important;
  }
}

/* header section */
.mp_s_custom_header {
  margin-top: 36px !important;
  padding-bottom: 14px !important;
  padding-top: 14px !important;
}

.mp_s_custom_header .et_pb_row {
  padding: 0px !important;
  width: 100% !important;
  max-width: 1400px !important;
}

.mp_s_custom_header_logo_column {
  padding: 2.855% !important;
}

.mp_header_row_2 {
  padding: 0px !important;
}

@media only screen and (max-width: 980px) {
  .mp_s_custom_header {
    margin-top: 0px !important;
    padding-bottom: 14px !important;
    padding-top: 14px !important;
    padding-right: 30px;
    padding-left: 30px;
  }

  .mp_m_header_logo {
    padding-bottom: 20px;
  }
}

/* columns */
.mp_r_header_col1 {
  padding-left: 6px;
}

.mp_r_header_col3 {
  padding-right: 6px;
}

/* blurbs */
.mp_m_header_blurb {
  float: right;
}

.mp_m_header_blurb h4 {
  padding-top: 10px;
  padding-right: 10px;
}

.mp_m_header_blurb .et_pb_blurb_container {
  padding-left: 0px;
}

/*.et-db #et-boc .et_pb_blurb_position_left .et_pb_blurb_container {
    				padding-left: 0px !important;}*/
/* phone icon */
.mp_m_header_blurb .et_pb_main_blurb_image {
  padding-top: 8px;
  margin-bottom: 0px;
}

.mp_m_header_blurb .et-pb-icon {
  display: table-cell;
  font-size: 25px !important;
}

/*.et-db #et-boc .et_pb_blurb_position_left .et-pb-icon, .et-db #et-boc .et_pb_blurb_position_right .et-pb-icon {
					display: table-cell;
					font-size: 25px !important;}*/
/* hide phone blurb on mobile */
@media only screen and (max-width: 980px) {
  .mp_r_header_col2 {
    display: none;
  }
}

/*.mp_m_header_blurb {
					display: inline-block;
					margin: 10px 10px 0px 0px!important;
					float: right;
					background: #25327b;
					padding: 10px;}
				.mp_m_header_blurb:hover {
					background: #df202e;}
				.mp_m_header_blurb .et_pb_blurb_container {
					padding-left: 0px;}
				.mp_m_header_blurb .et-pb-icon {
					font-size: 21px;
					color: #fff!important;}
				.mp_m_header_blurb h4 {
					color: #fff;
					padding-bottom: 0px;
					font-weight: 400;
					letter-spacing: 1px;
					font-size: 15px!important;
					padding-top: 2px;}*/
/* search */
.mp_s_custom_header .et_pb_search {
  overflow: hidden;
  border: 1px solid #df202e;
  border-radius: 0px;
  max-width: 500px;
  margin-left: auto;
  right: 0;
}

.et-db #et-boc .et_pb_search {
  overflow: hidden;
  border: 1px solid #df202e !important;
  border-radius: 0px;
  max-width: 500px;
  margin-left: auto;
  right: 0;
}

.mp_s_custom_header input.et_pb_searchsubmit {
  background: #df202e !important;
  color: #fff !important;
}

.et-db #et-boc input.et_pb_searchsubmit {
  background: #df202e !important;
  color: #fff !important;
}

.mp_m_search_header input.et_pb_searchsubmit,
.widget_search input#searchsubmit {
  background: transparent !important;
  color: transparent !important;
  border: none;
  width: 55px;
  z-index: 2;
}

.mp_m_search_header input.et_pb_s,
.widget_search input#s {
  padding-right: 55px !important;
}

.mp_m_search_header .et_pb_searchform:before,
.et-db #et-boc .et_pb_searchform::before,
.widget_search::before {
  content: "\55" !important;
  position: absolute !important;
  font-family: "ETModules" !important;
  z-index: 1;
  right: 0;
  font-size: 17px;
  padding: 6px 20px 8px;
  background: #df202e;
  color: #fff;
}

.et-db #et-boc input.et_pb_searchsubmit {
  background: #df202e !important;
  color: #fff !important;
  opacity: 0;
}

@media only screen and (max-width: 980px) {
  .mp_s_custom_header .et_pb_search {
    margin-left: auto;
    right: auto;
    margin-right: auto;
  }
}

/***********************************/
/****** CUSTOM MENU SECTION ********/
/***********************************/
@media only screen and (min-width: 981px) {
  .et-db #et-boc .et_pb_fullwidth_menu.et_pb_fullwidth_menu_fullwidth .et_pb_row {
    width: 100% !important;
    max-width: 1400px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.mp_s_header_fw_menu {
  background: #25327b !important;
}

.mp_s_header_fw_menu .et_pb_row.clearfix,
.et-db #et-boc .et_pb_row.clearfix {
  width: 100% !important;
  max-width: 1400px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.mp_s_header_fw_menu.et_pb_fullwidth_menu .fullwidth-menu-nav>ul,
.et-db #et-boc .et_pb_fullwidth_menu .fullwidth-menu-nav>ul {
  padding: 0px 0 0 !important;
}

.mp_s_header_fw_menu .fullwidth-menu li,
.et-db #et-boc .fullwidth-menu li {
  padding-right: 0px;
}

.mp_s_header_fw_menu .fullwidth-menu li>a,
.et-db #et-boc .fullwidth-menu a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 17px 15px 18px !important;
  margin-bottom: 0;
}

.mp_s_header_fw_menu .fullwidth-menu a:hover,
.et-db #et-boc .fullwidth-menu a:hover {
  opacity: 1;
  background: #a51822;
}

/* custom menu drop down items */
.mp_s_header_fw_menu .fullwidth-menu .menu-item-has-children>a:first-child,
.et-db #et-boc .fullwidth-menu .menu-item-has-children>a:first-child {
  padding-right: 20px !important;
}

.mp_s_header_fw_menu .fullwidth-menu .menu-item-has-children>a:first-child:after,
.et-db #et-boc .fullwidth-menu .menu-item-has-children>a:first-child:after {
  margin-top: 19px;
  right: 3px !important;
}

.mp_s_header_fw_menu .fullwidth-menu li li.menu-item-has-children>a:first-child:after .et-db #et-boc .fullwidth-menu li li.menu-item-has-children>a:first-child:after {
  top: -9px !important;
}

/* drop down menu with a drop down menu */
.mp_s_header_fw_menu li .menu-item-has-children>a:first-child:after {
  margin-top: 6px !important;
}

.et-db #et-boc .fullwidth-menu li li.menu-item-has-children>a:first-child:after {
  top: 4px;
  right: 3px;
}

/* a cleaner drop down menu */
.mp_s_header_fw_menu li li a,
.et-db #et-boc li li a {
  line-height: 16px;
  font-weight: 400;
  padding: 8px 3px;
}

.mp_s_header_fw_menu li .menu-item-has-children>a:first-child,
.et-db #et-boc li .menu-item-has-children>a:first-child {
  padding-right: 3px;
}

.mp_s_header_fw_menu li .menu-item-has-children>a:first-child:after,
.et-db #et-boc li .menu-item-has-children>a:first-child:after {
  top: 6px;
  right: -9px;
}

.mp_s_header_fw_menu li .menu-item-has-children>a:first-child:after,
.et-db #et-boc li .menu-item-has-children>a:first-child:after {
  content: "\4c" !important;
}

.mp_s_header_fw_menu.et_pb_fullwidth_menu .fullwidth-menu-nav>ul ul,
.et-db #et-boc.et_pb_fullwidth_menu .fullwidth-menu-nav>ul ul {
  padding: 10px 0 10px !important;
  text-align: left;
  border: 0 !important;
}

.mp_s_header_fw_menu .nav li li,
.et-db #et-boc .mp_s_header_fw_menu .nav li li {
  margin: 0 !important;
  padding: 0 0px !important;
}

.mp_s_header_fw_menu .fullwidth-menu li li a,
.et-db #et-boc .mp_s_header_fw_menu .fullwidth-menu li li a {
  width: 240px !important;
  line-height: 16px !important;
  padding: 9px 15px !important;
}

.mp_s_header_fw_menu .fullwidth-menu li li a:hover,
.et-db #et-boc .mp_s_header_fw_menu .fullwidth-menu li li a:hover {
  background: #191919 !important;
  color: #fff !important;
  line-height: 16px;
}

/* shrink menu on smaller viewports */
@media only screen and (max-width: 1120px) {

  .mp_s_header_fw_menu .fullwidth-menu li>a,
  .et-db #et-boc .et-l .fullwidth-menu li>a {
    font-size: 13px;
    padding: 15px 13px !important;
  }
}

/* mobile menu */
.mobile_menu_bar:before {
  background: #df202e;
  padding: 3px 2px 1px;
}

#et_search_icon:before {
  color: #a0a0a0 !important;
}

/* all other default buttons */
#et_search_icon:hover,
#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a,
.bottom-nav li.current-menu-item>a,
.comment-reply-link,
.entry-summary p.price ins,
.et-social-icon a:hover,
.et_password_protected_form .et_submit_button,
.footer-widget h4,
.form-submit .et_pb_button,
.mobile_menu_bar:after,
.mobile_menu_bar:before,
.nav-single a,
.posted_in a,
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content input.button,
.woocommerce #content input.button.alt,
.woocommerce #content input.button.alt:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .star-rating span:before,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content input.button,
.woocommerce-page #content input.button.alt,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page .star-rating span:before,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button:hover,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page input.button,
.woocommerce-page input.button.alt,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button:hover,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #ffffff !important;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*----------------[ 02 GLOBAL STYLES ]-----------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* hide overflow */
#et-main-area {
  overflow: hidden;
}

/* overrride sticky class */
@media (min-width: 981px) {
  .et_pb_section_sticky {
    padding-bottom: 80px !important;
  }
}

/* global section */
.mp_s_dark_bg {
  background-color: #3d4dab;
  padding: 20px !important;
}

.mp_s_offset {}

/* global header modules */
.mp_m_preheader {}

.mp_m_header {
  margin-bottom: 4px !important;
}

.mp_m_header h1 {
  font-size: 46px;
  line-height: 50px;
}

.mp_m_header h2 {
  font-size: 36px;
  line-height: 39px;
  text-transform: uppercase;
}

.mp_m_header h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

.mp_m_subheader {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 17px !important;
}

.mp_m_subheader_centered {
  max-width: 800px;
  margin: auto;
}

/* section titles */
.mp_m_section_title .et_pb_text_inner {
  display: table;
  position: relative;
}

.mp_m_section_title h3:after {
  content: " ";
  border-bottom: 3px solid #df202e;
  display: block;
  position: absolute;
  bottom: -6px;
  width: 100%;
  z-index: 999999;
}

/* sidebar widgets */
.et_pb_widget {
  margin-bottom: 20% !important;
}

h4.widgettitle {
  border-bottom: 0px solid #df202e;
  margin-bottom: 0px;
}

/* dividers */
.mp_m_divider,
.mp_m_divider_center {
  margin-bottom: 8px !important;
}

.mp_m_divider:before {
  width: 100px;
  border-top-color: #df202e !important;
  border-top-width: 2px;
}

.mp_m_divider_center:before {
  width: 100px;
  border-top-color: #df202e !important;
  border-top-width: 2px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%);
}

/* vertically align centered columns */
@media only screen and (min-width: 981px) {
  .mp_vertical_align .et_pb_equal_columns>.et_pb_column {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

/* swap columns on mobile - add classes to row */
@media all and (max-width: 980px) {
  .mp_r_column_swap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mp_r_column_swap:last-child .et_pb_column:last-child {
    margin-bottom: 30px !important;
  }

  /* custom classes that will designate the order of columns in the flex box row - add classes to columns */
  .first {
    -webkit-order: 1;
    order: 1;
  }

  .second {
    -webkit-order: 2;
    order: 2;
  }

  .third {
    -webkit-order: 3;
    order: 3;
  }

  .fourth {
    -webkit-order: 4;
    order: 4;
  }
}

/* inline buttons */
.mp_r_inline_buttons .et_pb_button_module_wrapper {
  display: inline-block;
  margin: 10px 10px 0px 0px !important;
}

/* text ghost button */
.mp_m_text_ghost_button a {
  font-size: 16px;
  font-weight: 300;
  color: #df202e;
  border-bottom: 1px solid #df202e;
  padding-bottom: 3px;
  transition: all 0.5s ease-out;
}

.mp_m_text_ghost_button a:hover {
  color: #25327b;
  border-bottom: 1px solid #25327b;
}

.mp_s_dark_bg .mp_m_text_ghost_button a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.mp_s_dark_bg .mp_m_text_ghost_button a:hover {
  color: #df202e;
  border-bottom: 1px solid #df202e;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*----------------[ 03 HERO SECTIONS ]-----------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* homepage hero current */
.mp_s_hero_home_1 {
  padding: 0px !important;
}

/* homepage hero old */
.mp_s_hero_home {
  padding: 80px 0 !important;
  margin-bottom: -1px;
}

.mp_s_hero_home::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: 90% 100% !important;
  background-repeat: no-repeat !important;
  background-position: bottom left !important;
}

@media only screen and (min-width: 1105px) {
  .mp_s_hero_home::after {
    background: url(https://cplauman.xddfpwc8-liquidwebsites.com/wp-content/uploads/2018/09/home-angle-overlay-section-6.png);
  }

  .mp_s_hero_home .mp_column1 {
    margin-left: -74px;
    margin-right: 0px !important;
  }
}

/* sub page heros */
.mp_s_hero_home_2 {
  padding: 25px 0 25px !important;
}

.mp_s_hero_home_2:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(180deg,
      rgba(37, 50, 123, 0.85) 0%,
      rgba(16, 23, 62, 0.7) 100%);
  animation-duration: 2000ms;
  animation-delay: 2000ms;
  opacity: 0;
  -webkit-animation-name: et_pb_fade;
  animation-name: et_pb_fade;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
}

.mp_s_hero_home_2 .et_pb_row {
  padding: 1% 0 !important;
}

.mp_s_hero_home_2 .mp_m_header {
  text-align: center !important;
}

.mp_s_hero_home_2 .mp_m_header h1 {
  color: #25327b;
  font-weight: 300;
  letter-spacing: 0px;
  font-size: 47px;
  line-height: 64px;
}

@media only screen and (max-width: 568px) {
  .mp_s_hero_home_2 .mp_m_header h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.mp_s_hero_home_2 .mp_m_subheader h3 {
  color: #df202e !important;
  font-weight: 400;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-------------[ 04 SECTIONS & MODULES ]---------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* bordered columns section */
.mp_s_bordered_columns .et_pb_column {
  border: 1px solid #d8d8d8;
  padding: 20px 10px;
}

.mp_s_bordered_columns .col1 {
  border-right: 0;
}

.mp_s_bordered_columns .col2 {
  border-right: 0;
}

.mp_s_bordered_columns .col1:hover,
.mp_s_bordered_columns .col2:hover,
.mp_s_bordered_columns .col3:hover,
.mp_s_bordered_columns .col4:hover,
.mp_s_bordered_columns .col5:hover,
.mp_s_bordered_columns .col6:hover {
  background: #d8d8d8;
  transition: all 0.5s ease-out;
}

/* bordered column blurb modules */
.mp_s_bordered_columns .mp_m_blurb_style1 h4 {
  padding-bottom: 0;
}

.mp_s_bordered_columns .mp_m_blurb_style1 .et_pb_main_blurb_image {
  width: 41px !important;
}

/* featured deals blurb modules */
.mp_m_blurb_style2 {
  background: #e0e0e0;
  padding: 35px 25px;
}

.mp_m_blurb_style2 .et_pb_main_blurb_image {
  width: 40%;
}

.mp_m_blurb_style2 .et_pb_blurb_container {
  vertical-align: middle;
}

.mp_m_blurb_style2 h4 {
  font-size: 30px;
  font-weight: 300;
  transition: all 0.5s ease-out;
}

.mp_m_blurb_style2:hover h4 {
  color: #df202e !important;
}

.mp_m_blurb_float_shadow {
  transition: all 0.3s ease-out;
}

@media only screen and (min-width: 981px) and (max-width: 1360px) {
  .mp_m_blurb_style2 .et_pb_blurb_content {
    display: grid;
  }

  .mp_m_blurb_style2 .et_pb_main_blurb_image {
    margin: 0 auto;
    padding-bottom: 25px;
  }

  .mp_m_blurb_style2 .et_pb_blurb_container {
    text-align: center !important;
  }
}

@media only screen and (max-width: 568px) {
  .mp_m_blurb_style2 .et_pb_blurb_content {
    display: grid;
  }

  .mp_m_blurb_style2 .et_pb_main_blurb_image {
    margin: 0 auto;
    padding-bottom: 25px;
  }

  .mp_m_blurb_style2 .et_pb_blurb_container {
    text-align: center !important;
  }
}

/* product row zoom on hover over blurb images */
.mp_r_blurb_zoom {
  padding: 7px 0 !important;
}

.mp_r_blurb_zoom .et_pb_main_blurb_image {
  overflow: hidden;
}

.mp_r_blurb_zoom .et_pb_main_blurb_image {
  margin-bottom: 0px;
}

.mp_r_blurb_zoom .et_pb_column img {
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
}

.mp_r_blurb_zoom .et_pb_column:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* keeps column only as wide as the blurb modules on smaller screens */
@media only screen and (max-width: 980px) {
  .et_pb_section .mp_r_blurb_zoom {
    max-width: 550px !important;
  }
}

/* image module bleed left and right */
@media only screen and (min-width: 981px) {
  .mp_m_image_bleedright {
    margin-right: -65%;
  }

  .mp_m_image_bleedleft {
    margin-left: -65%;
  }
}

/* brands with seven columns */
.mp_r_multi_columns_7 .et_pb_module {
  width: 11.71%;
  float: left;
  margin-right: 3%;
}

.mp_r_multi_columns_7 .et_pb_module:last-child {
  margin-right: 0%;
}

@media only screen and (max-width: 980px) {
  .mp_r_multi_columns_7 .et_pb_module {
    width: 25%;
    padding: 1.25%;
  }
}

@media only screen and (max-width: 736px) {
  .mp_r_multi_columns_7 .et_pb_module {
    width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .mp_r_multi_columns_7 .et_pb_module {
    width: 100%;
  }
}

/* accordians */
.mp_m_accordian .et_pb_toggle {
  margin-bottom: 5px !important;
}

.mp_m_accordian .et_pb_toggle {
  background: #df202e;
  border: 1px solid #df202e;
  /*border-bottom: 1px solid #fff;*/
}

.mp_m_accordian .et_pb_toggle_close h5.et_pb_toggle_title {
  color: #fff;
  letter-spacing: 1px;
}

.mp_m_accordian .et_pb_toggle_title:before {
  color: #fff;
  font-size: 16px;
  content: "\4c";
  font-weight: 800;
}

.mp_m_accordian .et_pb_toggle_open {
  background: #fff;
  border-bottom: 1px solid #df202e;
}

.mp_m_accordian .et_pb_toggle_close .et_pb_toggle_content {
  opacity: 0;
}

.mp_m_accordian .et_pb_toggle_open .et_pb_toggle_content {
  opacity: 1;
}

.mp_m_accordian .et_pb_toggle_close:hover {
  transition: all 0.3s ease-in-out;
  background: #790f16;
  border: 1px solid #790f16;
}

/* blurb module style 3 - checklist */
.mp_m_blurb_style3 .et-pb-icon {}

.mp_m_blurb_style3 h4 {
  padding-bottom: 0px;
  padding-top: 5px;
}

/* blog */
a.more-link {
  float: right;
  background: #434343;
  padding: 1px 9px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 23px;
}

.et_pb_widget ul li {
  line-height: 19px;
  margin-bottom: 11px;
}

.et_pb_post {
  margin-bottom: 87px;
  padding-bottom: 63px;
  border-bottom: 1px solid #25327b21;
  transition: all 0.3s ease-in-out;
}

.et_pb_post:hover a {
  color: #df202e !important;
  transition: all 0.3s ease-in-out;
}

.et_pb_post:hover a.more-link {
  background: #df202e;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}

.et_pb_posts .et_pb_post a img,
.archive .et_pb_post a img,
.search .et_pb_post a img {
  max-width: 317px !important;
  float: left;
  padding-right: 20px;
}

@media only screen and (max-width: 1400px) {

  .et_pb_posts .et_pb_post a img,
  .archive .et_pb_post a img,
  .search .et_pb_post a img {
    float: none;
    max-width: 100% !important;
    width: auto;
  }
}

.et_pb_posts .et_pb_post h2,
.archive .et_pb_post h2,
.search .et_pb_post h2 {
  padding-bottom: 5px;
}

.et_pb_posts .et_pb_post p.post-meta,
.archive .et_pb_post p.post-meta,
.search .et_pb_post p.post-meta {
  font-size: 14px !important;
  margin-bottom: 0px;
}

.et_pb_posts .et_pb_post p.post-meta,
.et_pb_posts .et_pb_post a.post-meta,
.archive .et_pb_post p.post-meta,
.archive .et_pb_post a.post-meta,
.search .et_pb_post p.post-meta,
.search .et_pb_post a.post-meta,
.et_pb_bg_layout_light .et_pb_post .post-meta a {
  font-size: 13px !important;
  margin-bottom: 10px;
  color: #a8a8a8 !important;
}

@media only screen and (max-width: 1400px) {
  .et_pb_posts .et_pb_post {
    flex-direction: column;
    display: flex;
  }
}

/* blurb style 3 - benefits - three columns - column background image */
/* the row */
@media only screen and (min-width: 981px) {
  .mp_r_small_margins_tight.et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
  }

  .mp_r_small_margins_tight .et_pb_column_1_3 {
    width: 34.667% !important;
  }

  .mp_r_small_margins_tight .et_pb_column {
    margin-right: 0.5% !important;
  }

  .mp_r_small_margins_tight .et_pb_column.et_pb_column_1_3 {
    transition: all 0.8s ease-in-out;
  }

  /*.mp_r_small_margins_tight .et_pb_column.et_pb_column_1_3:hover {
					background: #434343;
					transition: all 0.8s ease-in-out;}*/
}

/* the blurbs */
.mp_m_blurb_style4 {
  padding: 100px 40px 88px 40px;
}

.mp_m_blurb_style4 h4.et_pb_module_header {
  font-size: 40px;
  line-height: 44px;
}

.mp_m_blurb_style4 .et_pb_blurb_description {
  font-size: 18px;
}

@media only screen and (max-width: 479px) {
  .mp_m_blurb_style4 {
    padding: 100px 20px 88px 20px;
  }

  .mp_m_blurb_style4 h4.et_pb_module_header {
    font-size: 26px;
    line-height: 30px;
  }

  .mp_m_blurb_style4 .et_pb_blurb_description {
    font-size: 14px;
    line-height: 16px;
  }
}

/* call to action 1 */
.mp_s_cta_1 {
  background: #546cb0;
}

.mp_m_cta_1 h2.et_pb_module_header {
  font-size: 44px;
}

@media only screen and (max-width: 568px) {
  .mp_m_cta_1 h2.et_pb_module_header {
    font-size: 30px;
  }
}

.mp_m_cta_1 p {
  font-size: 21px;
}

/*.mp_m_cta_1  .et_pb_promo_button {
			background: #25327b;}
		.mp_m_cta_1  .et_pb_promo_button:hover {
			background: #0e1330!important;}*/
/******** APPLICATIONS PAGE ************/
/* application blurbs 1 */
.mp_m_blurb_applications .et-pb-icon {
  color: #434343 !important;
}

/* industry blurbs 1 */
.mp_m_blurb_industries h4 {
  padding-bottom: 0px;
  transition: all 0.3s ease-in-out;
}

.mp_m_blurb_industries p {
  font-size: 13px;
  transition: all 0.3s ease-in-out;
}

.mp_m_blurb_industries:hover h4,
.mp_m_blurb_industries:hover p {
  transition: all 0.3s ease-in-out;
  color: #bd1e1e;
}

/******** RESOURCES PAGE ************/
/* max width page header */
.mp_r_max_width_1 {
  max-width: 600px;
}

/* category headers */
.mp_m_header.mp_m_resources {}

.mp_m_header.mp_m_resources h3 {
  color: #fff;
  background: #bd1e1e;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: inherit;
  padding: 10px 10px;
}

/* resource blurbs */
.mp_m_blurb_resources .et_pb_module_header {
  padding-right: 32px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}

.mp_m_blurb_resources h4.et_pb_module_header:after {
  color: #cecbd2;
  font-size: 27px;
  right: 0;
  margin-top: -5px;
  content: "\f019";
  position: absolute;
  font-family: "FontAwesome";
}

.mp_m_blurb_resources img {
  box-shadow: 0px 3px 50px 5px rgba(109, 109, 109, 0.09);
  border: 1px solid #6d6d6d;
  transition: transform 0.5s ease-in-out;
}

.mp_m_blurb_resources:hover img {
  box-shadow: 0px 0px 50px 10px rgba(109, 109, 109, 0.3);
  transform: scale(1.03);
}

.mp_m_blurb_resources:hover .et_pb_module_header {
  color: #df202e;
  transition: all 0.5s ease-out;
}

.mp_m_blurb_resources:hover h4.et_pb_module_header:after {
  color: #df202e;
  transition: all 0.5s ease-out;
}

/* resource side cta section */
.mp_m_sidebar_cta_1 {
  padding: 0 !important;
}

.mp_m_sidebar_cta_1 .et_pb_row {
  padding: 0 0;
  width: 100%;
}

.mp_m_sidebar_cta_1 .et_pb_module {
  margin-bottom: 9px !important;
  font-size: 15px;
  line-height: 18px;
}

.mp_m_sidebar_cta_1 .et_pb_main_blurb_image {
  margin-bottom: 9px;
}

.mp_m_sidebar_cta_1 a.et_pb_button {
  width: 100%;
  text-align: center;
}

/******** HAND TRUCKS PAGE ************/
.mp_s_hand_trucks .mp_m_blurb_products img {
  max-height: 200px;
}

/******** YOAST BREADCRUMBS ************/
/* standard non divi builder pages */
#main-content .container {
  padding-top: 21px !important;
}

#sidebar {
  padding-top: 40px;
}

.woocommerce-breadcrumb {
  padding-bottom: 40px !important;
  font-size: 13px !important;
}

.woocommerce-breadcrumb a {
  color: #25327b !important;
  text-decoration: underline;
}

.woocommerce-breadcrumb a:hover {
  color: #df202e !important;
}

/* divi builder pages */
.mp_s_breadcrumb {
  padding: 0px !important;
  font-size: 13px;
  color: #777;
}

.mp_s_breadcrumb a {
  color: #25327b !important;
  text-decoration: underline;
}

.mp_s_breadcrumb a:hover {
  color: #df202e !important;
}

/******** SEARCH PAGES ************/
.search #main-content .container {
  max-width: 1080px;
}

.search #left-area {
  display: flex;
  flex-direction: column;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-------------------[ 05 FOOTER ]---------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* main footer */
.mp_s_footer {
  background-color: #182152 !important;
}

.mp_s_footer .mp_m_sidebar_menu .et_pb_widget ul li,
.et-db #et-boc .et-l .et_pb_widget ul li {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 16px !important;
}

.mp_s_footer .mp_m_sidebar_menu a:hover {
  color: #df202e !important;
}

.mp_s_footer .et_pb_widget {
  margin-bottom: 0px !important;
}

.mp_s_custom_bottom_footer_section {
  padding: 0px !important;
  font-size: 14px;
  color: #fff !important;
  background-color: #191919 !important;
}

.mp_s_custom_bottom_footer_section a {
  color: #df202e;
}

/* bottom footer */
#footer-bottom {
  display: none;
}

@media only screen and (max-width: 980px) {
  .et-db #et-boc .mp_s_custom_bottom_footer_section {
    margin-bottom: 61px;
  }
}

/* mobile footer bar */
@media only screen and (min-width: 981px) {

  .mp_m_mobile_footer_bar,
  .et-db #et-boc .mp_m_mobile_footer_bar {
    display: none;
  }
}

@media only screen and (max-width: 980px) {

  .mp_m_mobile_footer_bar,
  .et-db #et-boc .mp_m_mobile_footer_bar {
    padding: 0px !important;
    background: #df202e !important;
    bottom: 0;
    width: 100%;
    left: 0;
    position: fixed !important;
    vertical-align: middle;
    z-index: 99;
  }

  .mp_m_mobile_footer_bar .et_pb_row,
  .et-db #et-boc .mp_m_mobile_footer_bar .et_pb_row {
    padding: 13px 0px 10px;
  }

  .mp_m_mobile_footer_bar .et_pb_column,
  .et-db #et-boc .mp_m_mobile_footer_bar .et_pb_column {
    width: 25% !important;
    margin-bottom: 0px !important;
  }

  .mp_m_mobile_footer_bar .et_pb_row_4col>.et_pb_column.et_pb_column_1_4,
  .et-db #et-boc .mp_m_mobile_footer_bar .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
    width: 25% !important;
    margin-right: 0%;
  }

  .mp_m_mobile_footer_bar .et_pb_column.et_pb_column_1_3,
  .et-db #et-boc .mp_m_mobile_footer_bar .et_pb_column.et_pb_column_1_3 {
    width: 33% !important;
    margin-right: 0%;
  }

  .mp_m_mobile_footer_bar .et-pb-icon,
  .et-db #et-boc .mp_m_mobile_footer_bar .et-pb-icon {
    color: #fff !important;
    font-size: 19px;
    font-weight: 200;
  }

  .mp_m_mobile_footer_bar .et_pb_main_blurb_image,
  .et-db #et-boc .mp_m_mobile_footer_bar .et_pb_main_blurb_image {
    margin-bottom: 6px;
  }

  .mp_m_mobile_footer_bar .et_pb_module_header,
  .et-db #et-boc .mp_m_mobile_footer_bar .et_pb_module_header {
    color: #fff;
    font-weight: 300;
    font-size: 12px !important;
    text-align: center;
    padding-bottom: 0px;
  }
}

/*-------------------------------------*/
/*---------- CONTACT FORM -------------*/
/*-------------------------------------*/
/* caldera form */
.caldera-grid .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.caldera-grid .form-control {
  background-color: #f2f1f1 !important;
  border: 1px solid #c8cec9 !important;
  border-radius: 3px !important;
  height: 46px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
}

.caldera-grid textarea.form-control {
  height: 130px !important;
}

/* caldera placeholder text color */
input::-webkit-input-placeholder {
  color: #666 !important;
}

input::-moz-placeholder {
  color: #666 !important;
}

input:-moz-placeholder {
  color: #666 !important;
}

input:-ms-input-placeholder {
  color: #666 !important;
}

textarea::-webkit-input-placeholder {
  color: #666 !important;
}

textarea::-moz-placeholder {
  color: #666 !important;
}

textarea:-moz-placeholder {
  color: #666 !important;
}

textarea:-ms-input-placeholder {
  color: #666 !important;
}

/* caldera form box when typing */
.caldera-grid .form-control:focus {
  border-color: #546cb0 !important;
  color: #000 !important;
  outline: 0 !important;
  -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0),
    0px 0px 20px rgba(255, 255, 255, 0) !important;
  box-shadow: inset 0px 0px 0px rgba(255, 255, 255, 0),
    0px 0px 20px rgba(255, 255, 255, 0) !important;
}

/* caldera button */
.caldera-grid .btn-default {
  background: #df202e !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
  height: 48px;
  width: 156px !important;
  background-image: none !important;
  text-shadow: none !important;
  border: 0px solid #000 !important;
  border-radius: 0px !important;
  float: right !important;
  /* font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif; */
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.caldera-grid .btn-default:hover {
  background: #25327b !important;
  color: #fff !important;
  background-image: none !important;
  text-shadow: none !important;
  border: 0px solid #b62b33 !important;
  float: right !important;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*----------------[ 06 WOOCOMMERCE ]-------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*** QUOTE BUTTON ***/
.yith_ywraq_add_item_browse_message {
  margin-top: 20px;
}

/*** PRODUCTS LIST ***/
ul.products .et_shop_image img {
  max-height: 292px;
  object-fit: contain;
}

/*** SIDEBAR ***/
/* Category Select Dropdown */
.woocommerce .select2-results__options .select2-results__option {
  padding: 0px 6px !important;
  font-size: 14px;
  line-height: 1.25em;
}

/*** CATEGORY LAYOUTS ***/
.term-description {
  margin-bottom: 50px;
}

.woocommerce-products-header h1 {
  padding-right: 320px;
}

.woocommerce .woocommerce-result-count {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .woocommerce-products-header h1 {
    padding-right: 0;
  }

  .term-description {
    margin-bottom: 0;
  }

  .woocommerce .woocommerce-ordering,
  .woocommerce .woocommerce-result-count {
    margin-top: 20px;
    float: none;
    display: block;
  }

  .woocommerce .woocommerce-result-count {
    margin-bottom: 40px;
  }
}

.mp_wc_category_below_products_text_wrapper {
  margin-top: 20px;
}

/*** PRICE ***/
.woocommerce p.price .woocommerce-Price-amount {
  color: #666666;
}

/******** WOOCOMMERCE SINGLE PRODUCT PAGE  ************/
/* SINGLE PRODUCT PAGE */
/* remove side bar and make left area fullwidth */
.single-product #sidebar,
.single-product .container::before {
  display: none;
}

.single-product #left-area {
  padding-right: 0px !important;
  width: 100%;
  float: none;
  position: relative;
  /*z-index: 1;*/
  background: #fff;
}

/* product description area */
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 28%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  /*max-width: 700px;*/
  max-width: 72%;
  width: 72%;
  padding-left: 30px;
  float: left;
}

.product_meta {
  border-top: 0px solid #dadada;
  max-width: 700px;
}

.product_meta a {
  color: #898989 !important;
}

p.mp_single_product_sku {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  padding-bottom: 10px;
}

.woocommerce div.product .product_title {
  font-size: 25px;
  font-weight: 400;
}

.woocommerce div.product form.cart .variations td.label {
  display: block;
  padding: 10px !important;
}

.woocommerce div.product form.cart .variations .woo-variation-items-wrapper {
  display: block;
}

@media only screen and (max-width: 980px) {

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
    max-width: 220px;
    margin-bottom: 20px !important;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    max-width: 94%;
    width: 94%;
    padding-left: 0px;
    float: left;
  }

  .single-product .woocommerce-breadcrumb {
    padding-bottom: 0 !important;
  }

  .tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio {
    padding: 10px !important;
  }
}

@media only screen and (max-width: 480px) {

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    max-width: 140px;
  }
}

/* product detail section */
.mp_wc_single_product_detail_section {
  font-size: 13px !important;
}

.mp_wc_single_product_detail_section a {
  color: #000;
}

th.mp_wc_single_product_attribute_name,
td.mp_wc_single_product_attribute_value {
  padding: 2px 0.587em !important;
}

/*** SINGLE PRODUCT - VARIATION SWATCHES ***/
/* Styles Added Title Below Image */
.woocommerce div.product form.cart .variations td {
  padding: 0px 0px !important;
}

.single-product ul.variable-items-wrapper.image-variable-wrapper {
  padding-bottom: 0px !important;
}

.single-product ul.variable-items-wrapper .variable-item {
  display: flex;
  flex-flow: row wrap;
  height: auto;
}

.single-product ul.variable-items-wrapper .variable-item img {
  align-self: flex-start;
}

.single-product ul.variable-items-wrapper .variable-item p {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  align-self: flex-start;
  padding: 3px 2px 1px;
}

/******** WOOCOMMERCE CATGEGORY - ARCHIVE PAGES  ************/
/* product details */
.products span.et_shop_image img {
  max-height: 175px !important;
  /*max-width:100px!important;*/
}

/*ul.products .et_shop_image img {
    			object-fit: cover!important;}*/
span.mp_wc_loop_sku_label {
  display: none;
}

p.mp_wc_shop_loop_sku {
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #000 !important;
  text-align: center;
}

h2.woocommerce-loop-product__title {
  font-size: 16px !important;
  line-height: 1.3em;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
}

.mp_wc_shop_loop_attributes {
  font-size: 13px !important;
  line-height: 22px !important;
}

/* buttons */
.mp_wc_shop_loop_cta_buttons>div:first-child {
  width: 39% !important;
}

.mp_wc_shop_loop_cta_buttons>div:nth-child(2) {
  width: 59% !important;
}

a.mp_product_details_link {
  padding: 6px 15px;
  background: #969696;
  color: #fff;
  font-size: 14px !important;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.mp_wc_shop_loop_cta_buttons .yith-ywraq-add-button.show {
  text-align: right;
}

a.add-request-quote-button.button {
  padding: 11px 15px !important;
  background: #25327b !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

a.mp_product_details_link:hover {
  background: #df202e;
  transition: all 0.3s ease-in-out;
}

.yith-ywraq-add-to-quote .add-request-quote-button.button:hover {
  background-color: #df202e !important;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1361px) {
  .mp_wc_shop_loop_cta_buttons>div:first-child {
    width: 100% !important;
  }

  .mp_wc_shop_loop_cta_buttons>div:nth-child(2) {
    width: 100% !important;
  }

  .mp_wc_shop_loop_details_button_wrapper {
    margin-top: 17px !important;
  }

  .yith-ywraq-add-button.show {
    text-align: left;
  }

  .archive .mp_wc_shop_loop_cta_buttons .yith-ywraq-add-button.show {
    text-align: left;
  }
}

/* product details quote button after product is added to quote */
.yith_ywraq_add_item_browse_message {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

.yith_ywraq_add_item_product_message {
  font-size: 14px;
}

/* pagination */
@media only screen and (max-width: 479px) {

  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span {
    font-size: 12px;
    padding: 6px;
  }
}

@media only screen and (max-width: 390px) {
  .woocommerce .woocommerce-pagination ul.page-numbers li {
    display: none;
  }

  .woocommerce nav.woocommerce-pagination ul li:first-child,
  .woocommerce nav.woocommerce-pagination ul li:last-child,
  .woocommerce nav.woocommerce-pagination ul li span.current,
  .woocommerce nav.woocommerce-pagination ul li.current,
  .woocommerce nav.woocommerce-pagination ul li a.current {
    display: inline-block !important;
  }
}

/* woocommerce sidebar search form */
.woocommerce-product-search .search-field {
  border: 1px solid #df202e;
  padding: 8px 8px;
  max-width: 70%;
}

.woocommerce-product-search button {
  background: #df202e;
  color: #fff;
  border: 0px;
  padding: 8px 10px 12px 10px;
  margin-left: -5px;
  font-size: 0;
}

.woocommerce-product-search button:before {
  color: #fff;
  font-size: 16px;
  font-family: ETmodules !important;
  font-weight: 100;
  content: "\55";
  cursor: pointer;
  position: inherit;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.woocommerce-product-search button:hover {
  cursor: pointer;
}

/* brands page - woocommerce sidebar product categories drop down */
.select2-container .select2-selection--single {
  height: 33px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #df202e !important;
  border-radius: 0px !important;
  font-size: 13px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700 !important;
  color: #df202e;
  font-size: 21px !important;
}

/* brands page - woocommerce filter widgets */
div#custom_html-5 {
  margin-bottom: 6px !important;
}

div#custom_html-4 {
  margin-top: 30%;
}

.woocommerce-widget-layered-nav {
  margin-bottom: 19px !important;
}



.woocommerce-widget-layered-nav .select2-container--default .select2-selection--single {
  border: 1px solid #bdb9b9 !important;
  font-size: 12px !important;
}

.woocommerce-widget-layered-nav .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 33px;
}

/* brands sort by popularity */
.orderby,
.woocommerce div.product form.cart .variations td select {
  padding: 15px 15px;
  border: none;
  border-radius: 0px;
  color: #666 !important;
  background-color: #ececec;
  font-size: 15px;
  font-weight: 500;
  width: 300px;
  margin-top: -26px;
}

@media only screen and (max-width: 426px) {

  .orderby,
  .woocommerce div.product form.cart .variations td select {
    width: 100%;
  }
}

/******** HAND TRUCK BUILDER PAGE ************/
.mp_build_step_label h4 {
  background: #25327b;
  color: #fff;
  padding: 10px;
  letter-spacing: 1px;
}

.mp_build_step_prerequisite {
  padding-top: 9px;
}

p.mp_build_truck_option_sku {
  font-weight: 700;
  color: #000;
  padding-bottom: 0px;
}

p.mp_build_truck_option_title {
  font-size: 13px;
  line-height: 20px;
}

#mp_build_step_wrapper_step-6-assembly-option .mp_build_step_options {
  padding-top: 20px;
}

div#mp_build_truck_button_wrapper_17957 {
  text-align: center;
  margin-top: 74px;
}

a.mp_build_truck_button {
  background: #df202e;
  color: #fff;
  padding: 15px 25px;
  width: 100%;
}

.mp_build_truck_option_wrapper img {
  max-height: 100px;
}

.mp_build_truck_option_wrapper {
  display: inline-table !important;
}

.mp_build_truck_option_wrapper:hover {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .mp_build_truck_option_wrapper {
    min-width: 45%;
  }
}

@media only screen and (max-width: 425px) {
  .mp_build_truck_option_wrapper {
    min-width: 95%;
  }
}

/* assembly option 6 */
#mp_build_truck_option_wrapper_assembled,
#mp_build_truck_option_wrapper_un-assembled-knocked-down {
  border: 1px solid #6b6b6b;
  border-radius: 0px !important;
}

#mp_build_truck_option_wrapper_assembled:hover,
div#mp_build_truck_option_wrapper_un-assembled-knocked-down:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  background: #df202e;
  color: #fff;
  border: 1px solid #df202e !important;
}

#mp_build_truck_option_wrapper_assembled.mp_build_truck_option_selected,
#mp_build_truck_option_wrapper_un-assembled-knocked-down.mp_build_truck_option_selected {
  border: solid 1px #df202e !important;
  background: #df202e !important;
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .mp_build_step_wrapper.assembly_step .mp_build_truck_option_wrapper {
    margin: 0px 0px !important;
  }

  #mp_build_truck_option_wrapper_assembled,
  #mp_build_truck_option_wrapper_un-assembled-knocked-down {
    margin-bottom: 20px !important;
  }
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*------[ADD YOUR CUSTOMIZATION BELOW THIS LINE]-------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  max-height: 435px;
  width: auto;
  margin: 0 auto;
}

#woocommerce_product_categories-2 ul {
  border-left: 1px solid #ff0000;
  padding-left: 20px;
  margin-top: 10px;
}

.product-type-variable .bulk_pricing_discounts_wrapper,
.product-type-variable .bulk_pricing_discounts_wrapper>p {
  display: none;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  margin: 0 auto !important;
  max-width: 100%;
  width: auto;
}

/*gravity forms*/
.gform_wrapper .gform_body {
  font-size: 14px;
}

.gform_wrapper li.hidden_label input {
  margin-top: 0;
}

.gf_left_half .ginput_container,
.gf_right_half .ginput_container {
  margin-top: 0 !important;
}

.name_first input,
.name_last input {
  margin-bottom: 0 !important;
}

.gform_wrapper input,
.gform_wrapper textarea {
  font-family: "Open Sans", Arial, sans-serif !important;
  background-color: #f2f1f1;
  border: 1px solid #c8cec9 !important;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
  padding: 6px 12px !important;
  min-height: 46px !important;
}

.gform_button {
  background: #df202e !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
  height: 48px;
  width: 156px !important;
  background-image: none !important;
  text-shadow: none !important;
  border: 0 solid #000 !important;
  border-radius: 0 !important;
  float: right !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.gform_button:hover {
  background: #25327b !important;
}

.gform_wrapper .gform_footer {
  padding: 0;
  margin: 10px 0 0;
}

/*sitemap*/
#wp-realtime-sitemap-menu>h3,
#wp-realtime-sitemap-menu .menu-item-has-children>a:first-child:after {
  display: none !important;
}

#wp-realtime-sitemap-menu .sub-menu {
  padding-bottom: 0 !important;
}

#wp-realtime-sitemap-menu li {
  padding-bottom: 4px;
}

/*** NEW HAND TRUCK BUILDER - ADDED BY BEN 05/2019 ***/
.tm-box {
  border: 0;
  background-image: none;
  margin: 1em 0;
  float: left;
  width: 100%;
  padding: 0;
}

.tm-box h3 {
  background: #25327b;
  color: #fff;
  padding: 10px;
  letter-spacing: 1px;
  margin-bottom: 1em !important;
}

.cpf-type-header {
  padding: 10px !important;
}

ul.tmcp-ul-wrap.tm-extra-product-options-radio,
ul.tmcp-ul-wrap.tm-extra-product-options-checkbox,
ul.tm-extra-product-options-radio {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

ul.tmcp-ul-wrap.tm-extra-product-options-radio li,
ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li,
ul.tm-extra-product-options-radio li {
  position: relative;
  display: flex;
  padding: 10px !important;
  margin: 0px !important;
  width: 18% !important;
  transition: all 0.25s ease;
  text-align: center;
  border: solid 2px transparent !important;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 2% !important;
  margin-bottom: 2% !important;
}

@media (min-width: 769px) {

  ul.tmcp-ul-wrap.tm-extra-product-options-radio li,
  ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li,
  ul.tm-extra-product-options-radio li {
    flex: 0 0 18% !important;
  }
}

@media (max-width: 1200px) {
  ul.tm-extra-product-options-radio li {
    width: 40% !important;
  }
}

ul.tmcp-ul-wrap.tm-extra-product-options-radio.radio-buttons-ul li,
ul.tm-extra-product-options-radio.radio-buttons-ul li {
  border: solid 2px #cccccc !important;
}

ul.tm-extra-product-options-radio li:hover,
ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

ul.tm-extra-product-options-radio li.tc-active,
ul.tm-extra-product-options-checkbox li.tc-active,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-active {
  border: solid 2px #df202e !important;
}

.tm-extra-product-options-radio input,
.tm-extra-product-options-checkbox input {
  display: none;
}

.tcfa-question-circle::before {
  content: attr(data-tm-tooltip-html);
}

.tc-label.radio-image-label,
.tc-label.checkbox-image-label {
  font-weight: 700;
  color: #000;
  padding-bottom: 0px;
  padding-bottom: 5px;
  font-size: 1rem;
}

.tcfa-question-circle,
.tcfa-question-circle:before {
  font-size: 13px;
  line-height: 20px;
  color: #666;
  font-family: "Open Sans", Arial, sans-serif;
  text-align: center;
}

.tm-extra-product-options .tc-active .tc-label-wrap img.radio_image,
.tm-extra-product-options .tc-active .tc-label-wrap img.checkbox_image,
.tm-extra-product-options .tc-active .tc-label-wrap .tmhexcolorimage.radio_image,
.tm-extra-product-options .tc-active .tc-label-wrap .tmhexcolorimage.checkbox_image {
  border-color: inherit;
  border-width: 0;
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.3);
}

.tc-price,
.tm-epo-required,
.page-id-96368 .product-thumbnail,
.page-id-96368 .product-price,
.page-id-96368 .product-subtotal,
label.tm-epo-element-label,
.yith-ywraq-add-to-quote,
.product_cat-build-your-own .woocommerce-tabs.wc-tabs-wrapper,
.product_cat-build-your-own .woocommerce-product-gallery,
.product_cat-build-your-own .product_title.entry-title,
.product_cat-build-your-own .mp_single_product_sku,
.product_cat_build-your-own nav.woocommerce-breadcrumb,
.product_cat_build-your-own .product_meta .sku_wrapper,
.product_cat_build-your-own .product_meta .category_wrapper {
  display: none !important;
}

.product_cat_build-your-own #main-content>.container {
  max-width: 100%;
  width: 100%;
  padding-top: 0;
}

.product_cat_build-your-own.woocommerce div.product div.summary {
  float: unset;
  margin: auto;
}

.simple_add_to_quote.button_add_to_quote {
  margin-top: 1rem;
}

/*New Quote Page Table Styles*/
dl.tc-epo-metadata dd {
  display: block;
  float: left;
  width: 100%;
}

dl.tc-epo-metadata dd .tm-extra-product-options .tm-row:nth-of-type(1) {
  display: none;
}

dl.tc-epo-metadata dd .tm-extra-product-options .tm-cell.cpf-name {
  color: white;
  background-color: #25327b;
  font-weight: bold;
}

#remove_all_items {
  float: left;
}

.tm-extra-product-options .radio_image,
.tm-extra-product-options .checkbox_image {
  max-height: 100px;
}

.tc-inline-description {
  cursor: pointer;
  font-size: 0.8rem;
  line-height: 1.4;
}

.mp_wc_shop_loop_cta_buttons {
  margin-top: 1em;
}

.mp_wc_shop_loop_cta_buttons>div:first-child {
  margin-top: 5px;
}

.mp_wc_shop_loop_cta_buttons #add_to_quote_loop.button {
  padding: 0.3em 1em !important;
  font-size: 16px !important;
  float: right;
  margin: 0;
  background-color: #0066b4 !important;
  color: #fff !important;
  letter-spacing: 0;
}

.single_add_to_quote_loop #add_to_quote_loop {
  display: none;
}

.woocommerce div.product form.cart .button:not(.single_add_to_cart_button) {
  vertical-align: middle;
  float: left;
  font-size: 16px !important;
  background-color: #0066b4 !important;
  color: #fff !important;
  letter-spacing: 0;
}

.woocommerce div.product form.cart .button:hover:not(.single_add_to_cart_button) {
  background-color: #df202e !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 120px;
}

.button-options-ul li {
  vertical-align: middle;
  float: left;
  font-size: 16px !important;
  background-color: #0066b4 !important;
  color: #fff !important;
  letter-spacing: 0;
  border: 0 !important;
  line-height: 1;
  align-items: center;
  flex-direction: row;
  text-align: center;
  border-radius: 0;
}

ul.button-options-ul.tm-extra-product-options-radio li.tc-active,
ul.button-options-ul.tm-extra-product-options-checkbox li.tc-active,
.tm-extra-product-options ul.tmcp-elements.button-options-ul li.tmcp-field-wrap.tc-active,
.button-options-ul li.tc-active {
  border: 0 !important;
  background-color: #df202e !important;
}

/*th.product-price,
th.product-subtotal,
td.product-price,
td.product-subtotal {
	display:none;
}*/
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
  padding-top: 32px;
}

.tc-extra-product-options .tmcp-field-wrap label {
  cursor: pointer;
}

/*divi menu fixes*/
.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li,
.et-db #et-boc .et-l .et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li {
  margin-top: 0;
  margin-right: 5px;
  padding: 0;
}

.et_pb_menu__menu,
.et-db #et-boc .et-l .et_pb_menu__menu {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.et_pb_menu__wrap {
  margin: 0 !important;
}

#mp_s_header_fw_menu .et_pb_menu__wrap {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#mp_s_header_fw_menu .et-menu-nav {
  padding-left: 10px;
  padding-right: 10px;
}

.et-db #et-boc .et-l .et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul {
  padding-top: 0 !important;
}

.et-db #et-boc .et-l .et-menu a {
  color: #fff;
}

.et-db #et-boc .et-l .et-menu a:hover {
  opacity: 1;
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: unset;
}

@media (min-width: 981px) {
  .et_full_width_page #left-area {
    padding-bottom: 23px;
  }
}

/*.woocommerce-page div.product.product_cat-build-your-own div.summary {
	max-width: 100%;
    width: 100%;
    padding-left: 0;
}*/
.tm-extra-product-options-fields {
  padding-left: 0 !important;
}

#main-content .container #content-area {
  padding-top: 21px !important;
}

.single-product ul.variable-items-wrapper .variable-item {
  width: 100px !important;
}

.product:not(.item-has-price) .mp_wc_shop_loop_cta_buttons #add_to_quote_loop.button {
  display: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-account .select2-container--default .select2-selection--single {
  padding: 8px 10px;
  height: 51px !important;
  border-radius: 3px !important;
  border: 1px solid #bbb !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
}

.wccsq-contact-link,
.wccsq-refresh-link {
  background-color: #666;
  border-width: 0px;
  border-radius: 0px;
  color: #fff;
  padding: 6px 20px;
  display: inline-block;
  cursor: no-drop;
  pointer-events: none;
}

.wccsq-contact-link:hover,
.wccsq-refresh-link:hover {
  background: #25327b !important;
}

/*#billing_collect_id_field,
#shipping_collect_id_field,*/
#billing_collect_id_field .optional,
#shipping_collect_id_field .optional,
/*#billing_collect_name_field,
#shipping_collect_name_field,*/
#billing_collect_name_field .optional,
#shipping_collect_name_field .optional {
  display: none;
}

.cart_totals .woocommerce-shipping-totals {
  display: none;
}

.product_cat-build-your-own .quantity,
.product_cat-build-your-own .cart .single_add_to_cart_button {
  display: none !important;
}

#trigger_cf_htb {
  display: block;
  margin-bottom: 20px;
}

.product_cat-build-your-own .tc-epo-totals {
  display: none;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-account .select2-container--default .select2-selection--single {
  background-color: #f2f1f1;
  border: 1px solid #c8cec9;
  padding: 6px 12px;
  min-height: 46px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-account .select2-container--default .select2-selection--single {
  height: 46px !important;
  padding: 6px 12px 6px 4px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}

@media (max-width: 767px) {

  .wccsq-contact-link,
  .wccsq-refresh-link {
    display: table;
    margin-bottom: 10px;
  }
}

#product_inq {
  display: block !important;
}

#product_inq ul {
  padding-left: 0;
}

#product_inq .gform_button {
  float: none !important;
}

.woocommerce-MyAccount-navigation>ul {
  padding-left: 30px !important;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .bc-account-content {
  float: right;
  width: 68%;
}

.woocommerce-account .woocommerce .col2-set .col-2,
.woocommerce-account .woocommerce-page .col2-set .col-2 {
  padding-top: 0 !important;
}

@media (max-width: 768px) {

  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .bc-account-content {
    float: none;
    width: 100%;
  }

  .woocommerce-account .woocommerce .col2-set .col-2,
  .woocommerce-account .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
    padding-top: 32px !important;
  }
}

.woocommerce-EditAccountForm>p:last-child {
  text-align: right;
}

.woocommerce-EditAccountForm .woocommerce-Button {
  margin-top: 15px !important;
}

.product_cat_build-your-own .posted_in {
  display: none;
}

.htb-container {
  padding: 25px 0;
  position: relative;
  background-blend-mode: overlay;
  background-image: url(https://cplauman.com/wp-content/uploads/2019/08/CPL-Banner-Brands.jpg) !important;
  background-color: rgba(0, 0, 0, 0.35) !important;
  position: relative;
  text-align: center;
}

.htb-row-1080 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  position: relative;
  z-index: 2;
  padding: 1% 0;
}

.htb-row-1080:after,
.htb-row-580:after,
.htb-row-770:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}

.htb-row-580 {
  max-width: 580px;
  margin: 30px auto 0;
  padding: 0;
  width: 80%;
}

.htb-row-580 h2 {
  padding: 5% 0;
}

.htb-row-580 h3 {
  font-weight: 700 !important;
  padding: 30px 0;
}

.htb-row-770 {
  max-width: 770px;
  margin: 30px auto 0;
  padding: 0;
  width: 80%;
}

.htb-row-770-left {
  text-align: center;
}

@media (min-width: 768px) {
  .htb-row-770-left {
    float: left;
    width: 29.6667%;
    margin-right: 5.5%;
  }

  .htb-row-770-right {
    float: left;
    width: 64.833%;
  }
}

.product_cat_build-your-own #main-content>.container,
#content-area {
  padding-top: 0 !important;
}

.product_cat_build-your-own h1 {
  color: #fff !important;
}

.product_cat_build-your-own .tc-totals-form {
  display: none !important;
}

.product_cat_build-your-own #main-content .container #content-area {
  padding-top: 0 !important;
}

.woocommerce .woocommerce-message .wc-forward {
  background-color: #25327b !important;
}

.tc-extra-product-options .tmcp-field-wrap .price.tc-price {
  color: #666 !important;
}

.product_cat-build-your-own .entry-summary {
  position: relative;
}

.product_cat-build-your-own .entry-summary>.price {
  width: 155px;
}

.product_cat-build-your-own .entry-summary>.price>.amount {
  padding: 10px 15px;
  display: inline-block;
  background-color: #f2f1f1;
  border-bottom: 2px solid #25327b;
}

.product_cat-build-your-own .entry-summary>.price>.amount:before {
  content: "Hand Truck Total:";
  font-size: 15px;
  display: block;
}

@media (max-width: 980px) {
  .product_cat-build-your-own .entry-summary>.price {
    position: absolute;
    bottom: 60px;
    left: 20px;
  }
}

@media (min-width: 981px) {
  .product_cat-build-your-own .entry-summary {
    max-width: 67% !important;
  }

  .product_cat-build-your-own .entry-summary>.price {
    position: absolute;
    top: 26px;
    right: -175px;
    height: 100%;
  }

  .product_cat-build-your-own .entry-summary>.price>.amount {
    /*position: absolute;
		top: -10px;*/
    position: fixed;
    top: 160px;
  }
}

.product_cat_build-your-own #page-container {
  overflow: unset !important;
}

.product_cat_build-your-own #et-main-area {
  overflow: unset !important;
}

.checkout.woocommerce-checkout .col-1,
.checkout.woocommerce-checkout .col-2 {
  float: none;
  width: 100%;
}

.checkout.woocommerce-checkout .col-2 {
  padding-top: 50px;
}

#order_review_heading {
  margin-top: 30px;
}

.checkout.woocommerce-checkout #customer_details .form-row-wide {
  width: 47%;
  float: left;
  clear: none !important;
}

.checkout.woocommerce-checkout #customer_details .form-row-wide:nth-child(even) {
  float: right;
}

.checkout.woocommerce-checkout #customer_details .form-row .select2-container {
  height: 46px;
}

.checkout.woocommerce-checkout #billing_postcode_field,
.checkout.woocommerce-checkout #billing_phone_field,
.checkout.woocommerce-checkout #shipping_postcode_field,
.checkout.woocommerce-checkout #shipping_collect_id_field {
  clear: both !important;
}

@media (min-width: 981px) {
  .checkout.woocommerce-checkout #customer_details .form-row label.screen-reader-text {
    position: relative !important;
    height: 34px !important;
  }
}

.et-menu li li.menu-item-has-children>a:first-child:after {
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-top: 0 !important;
}

.rfq-modal {
  display: none;
  position: fixed;
  top: 7%;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto !important;
  background-color: #fff;
  max-width: 580px;
  height: fit-content;
  overflow-y: hidden;
  border: 2px solid #eaeaea;
  z-index: 10000000;
  max-height: 90vh;
  overflow-y: auto;
}

.rfq-modal .gform_wrapper {
  margin: 0 !important;
}

.rfq-modal .gform_wrapper ul li.gfield {
  margin-top: 5px !important;
  padding-right: 0 !important;
}

.rfq-modal .gform_wrapper input,
.rfq-modal .gform_wrapper textarea {
  min-height: 30px !important;
}

.rfq-modal .gform_wrapper ul.gform_fields {
  padding: 0 !important;
}

.rfq-modal .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  margin-bottom: 0 !important;
}

.rfq-modal-mask {
  display: none;
  z-index: 9999999;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

.rfq-modal-close-outer {
  position: absolute;
  right: 35px;
  top: 10px;
}

.rfq-modal-close {
  text-decoration: none;
  color: #333;
  position: fixed;
  cursor: pointer;
  font-size: 30px;
}

.rfq-modal h3 {
  color: #333;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0;
}

.rfq-modal form {
  background-color: #fff;
  padding: 0 20px;
  margin-bottom: 15px;
  max-width: 600px;
}

.rfq-modal .hs-form-field {
  margin-bottom: 15px;
}

.rfq-modal .gform_wrapper textarea.medium {
  height: 60px;
}

.rfq-modal .hs-form-field>label {
  display: none;
}

.rfq-modal .hs-error-msgs>li {
  margin: 0;
}

.rfq-modal .hs-error-msgs label {
  text-align: center;
  color: #fff;
}

.rfq-modal .gform_confirmation_wrapper {
  padding: 20px;
}

.rfq-modal .top_label div.ginput_container {
  margin-top: 5px !important;
}

@media (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 8px !important;
  }

  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 8px !important;
  }
}

@media (max-width: 767px) {
  .rfq-modal {
    max-width: 90%;
  }
}

.button-enable {
  cursor: pointer;
  pointer-events: all;
  background-color: #df202e;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  margin-bottom: 10px;
}

.product-shipping-class {
  color: #df202e;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

/*fastener landing page*/
/*.page-id-97964 .mp_s_footer,
.page-id-97964 .mp_s_custom_bottom_footer_section,
.page-id-97964 .mp_m_mobile_footer_bar {
	display: none !important;
}*/
#fastener-landing-form {
  color: #fff !important;
}

.fastener-landing-form-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.fastener-landing-testimonial {
  border-bottom: 1px solid #df202e;
}

.fastener-landing-testimonial .et_pb_testimonial_author {
  margin-top: 20px;
}

.fastener-landing-row {
  padding-top: 20px;
}

.fastener-landing-tel {
  margin-top: 30px;
  text-align: right;
}

.fastener-landing-list-row.et_pb_row {
  z-index: 2;
  padding: 0 !important;
}

.fastener-landing-list-row.et_pb_row .et_pb_column:last-child {
  border-right: none !important;
}

.fastener-landing-list-row:last-child {
  border-bottom: none !important;
}

.fastener-landing-list {
  padding: 20px;
}

.et_pb_text.fastener-landing-list-alt {
  margin-bottom: 0 !important;
}

.fastener-landing-col-bg>.et_pb_column.et-last-child {
  background-color: #f5f5f5;
  border-bottom: 1px solid #df202e;
  padding: 30px;
}

.fastener-landng-list-new .et_pb_column_1_4 {
  border-bottom: 2px solid #df202e;
  border-right: 2px solid #df202e;
  padding: 20px;
}

.fastener-landng-list-new .et_pb_column_1_4:last-child {
  border-right: none;
}

.fastener-landng-list-new .et_pb_row:last-child .et_pb_column_1_4 {
  border-bottom: none;
}

@media (max-width: 980px) {
  .fastener-landing-tel {
    display: flex;
    text-align: center;
    float: none;
    margin-top: 0;
  }

  .fastener-landing-list-row.et_pb_row .et_pb_column {
    border-bottom: 2px solid #df202e;
  }

  .fastener-landng-list-new .et_pb_column_1_4:nth-child(even) {
    border-right: none;
  }

  .fastener-landng-list-new .et_pb_row:last-child .et_pb_column_1_4:first-child,
  .fastener-landng-list-new .et_pb_row:last-child .et_pb_column_1_4:nth-child(2) {
    border-bottom: 2px solid #df202e;
  }
}

@media (max-width: 479px) {
  .fastener-landing-list-row.et_pb_row:last-child .et_pb_column:nth-last-child(2) {
    border-bottom: 2px solid #df202e !important;
  }

  .fastener-landng-list-new .et_pb_column_1_4:nth-child(odd) {
    border-right: none;
  }

  .fastener-landng-list-new .et_pb_row:last-child .et_pb_column_1_4:nth-child(3) {
    border-bottom: 2px solid #df202e;
  }
}

@media (min-width: 768px) {
  .fastener-landing-col {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
}

@media (min-width: 981px) {
  .fastener-landing-header.et_pb_section_sticky {
    padding-bottom: 20px !important;
  }

  .fastener-landing-list-row.et_pb_row {
    border-bottom: 2px solid #df202e;
  }

  .fastener-landing-list-row.et_pb_row .et_pb_column {
    border-right: 2px solid #df202e;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*custom banner*/
.custom-banner {
  background-color: #df202e;
  border-bottom: 1px solid #fff;
  display: flex;
}

.custom-banner .container {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 18px !important;
  font-size: 20px;
}

.custom-banner .container:nth-child(2) {
  background-color: #25327b;
}

.custom-banner .container a {
  color: #25327b;
}

@media (min-width: 1258px) and (max-width: 1560px) {
  .custom-banner .container {
    padding: 18px 9px !important;
    width: 100%;
    font-size: 18px;
    line-height: 14px !important;
  }
}

/*@media (min-width: 981px) and (max-width: 1257px) {
	.custom-banner .container {
		padding: 11px 9px !important;
		width: 100%;
		font-size: 12px;
		line-height: 14px !important;
	}
}*/
@media (max-width: 767px) {
  .custom-banner {
    display: block;
  }

  .custom-banner .container {
    width: 100% !important;
  }

  .custom-banner .container:nth-child(2) {
    background-color: transparent;
    padding-top: 0 !important;
  }
}

/* .mp_s_custom_header {
  margin-top: 87px !important;
} */
#top-header:has(.custom-banner)+#custom-header .mp_s_custom_header {
  margin-top: 87px !important;
}

/*.archive.term-1498 .et_pb_fullwidth_section.element-is-sticky, 
.archive.term-1506 .et_pb_fullwidth_section.element-is-sticky,
.archive.term-1459 .et_pb_fullwidth_section.element-is-sticky,
.archive.term-20602 .et_pb_fullwidth_section.element-is-sticky,
.archive.term-96754 .et_pb_fullwidth_section.element-is-sticky,
.archive.term-96753 .et_pb_fullwidth_section.element-is-sticky,
.archive.term-96755 .et_pb_fullwidth_section.element-is-sticky,
.archive.term-96756 .et_pb_fullwidth_section.element-is-sticky {
  top: 87px !important;
}*/
@media (max-width: 980px) {
  .et_secondary_nav_only_menu #top-header {
    position: relative;
    display: block;
  }
}

.single_add_to_cart_button.disabled {
  display: none !important;
}

.woocommerce-variation-add-to-cart-disabled {
  display: none;
}

/*.product-type-variable .zero-price-variation-button {
	display: none !important;
}
.product-type-variable #product_inq .zero-price-variation-button {
	display: block !important;
	margin-bottom: 20px;
}
.product-type-variable form.variations_form.cart {
    margin: 5px 0 20px!important;
}*/
.woo-variation-swatches .variable-items-wrapper .variable-item img {
  height: auto !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  margin-bottom: 20px;
}

.woocommerce div.product.purchasable .price {
  color: #666666 !important;
}

tr.wc_quantity {
  background: #efefef;
}

.bulk_pricing_discounts_wrapper,
.bulk_pricing_discounts {
  margin-top: 20px;
}

.woocommerce-variation-price .price {
  color: #666666 !important;
  margin: 18px 0;
  display: inline-block;
  font-size: 26px !important;
  font-weight: bold;
  text-transform: unset;
}

.woocommerce-variation-price .price:before {
  content: "Price: ";
}

.color-variable-wrapper,
.variations .label {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}

.woocommerce-Tabs-panel--description table th {
  background-color: #eee;
}

.woocommerce-Tabs-panel--description table td {
  border-right: 1px solid #eee;
}

.woocommerce-product-details__short-description table {
  border: 1px solid #eee;
  margin: 15px 0;
  text-align: left;
  width: 100%;
}

.woocommerce-product-details__short-description table th {
  padding: 0.857em 0.587em;
  max-width: 100%;
  background-color: #eee;
}

.woocommerce-product-details__short-description table td {
  padding: 0.857em 0.587em;
  max-width: 100%;
  border-right: 1px solid #eee;
}

.htnb-excerpt {
  font-size: 13px;
}

.woocommerce div.product .out-of-stock {
  background: #df202e;
  padding: 10px 20px;
  color: #fff;
  margin: 20px 0;
  display: inline-block;
}

.et-db #et-boc .et-l .et_pb_blurb_position_left .et_pb_blurb_container {
  padding-left: 0;
}

@media (min-width: 981px) {
  #custom-header .et_pb_column:not(:last-child) {
    margin-right: 5.5% !important;
  }
}

#billing_country_field .woocommerce-input-wrapper>strong {
  display: block;
  min-height: 46px;
}

.price-change-warning {
  padding: 0 20px 20px;
  max-width: 1440px;
  margin: 0 auto;
}

.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu .nav li ul {
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}

.search .et_pb_post a img {
  max-height: 125px;
  width: auto;
}

.et_pb_post {
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.search-results .et_pb_post .entry-featured-image-url {
  float: left;
  max-width: 50%;
}

.search #main-content .container {
  padding-top: 31px;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item img {
  height: auto;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
  display: none;
}

.team-box {
  border: 1px solid #ddd;
  border-top: 3px solid #df202e;
  -webkit-box-shadow: 3px 3px 9px -2px rgb(135 135 135 / 25%);
  -moz-box-shadow: 3px 3px 9px -2px rgba(135, 135, 135, 0.25);
  box-shadow: 3px 3px 9px -2px rgb(135 135 135 / 25%);
  padding: 20px 15px;
  position: relative;
  height: 100%;
  background-color: #fff;
}

.team-box img {
  height: 200px;
  width: 200px;
  max-width: 200px;
  width: 100%;
  opacity: 1 !important;
  -webkit-animation: none !important;
  animation: none !important;
}

.team-box-trigger {
  position: absolute;
  left: -15px;
  top: -20px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  width: 36px;
  height: 36px;
  color: #fff;
  background-color: #25327b;
}

.hero-overlay-1:after {
  background-image: linear-gradient(180deg,
      rgb(37 50 123 / 35%) 0%,
      rgb(16 23 62 / 25%) 100%);
}

.resources-blurb {
  box-shadow: 0px 3px 13px rgb(0 0 0 / 16%);
}

.resources-blurb .et_pb_main_blurb_image {
  position: relative;
  margin-bottom: 0;
  display: block;
}

.resources-blurb .et_pb_main_blurb_image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(211, 214, 229, 0.079) 0%,
      rgba(211, 214, 229, 0.79) 100%);
}

.resources-blurb .et_pb_blurb_container {
  text-align: center !important;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px;
}

.resources-blurb .et_pb_blurb_container .et_pb_module_header {
  font-size: 23px;
  font-weight: bold;
}

.resources-header h2 {
  font-size: 32px;
  line-height: 1;
  color: #fff;
  background-color: #25327b;
  padding: 10px 40px 10px 10px;
  display: inline-block;
  position: relative;
}

.resources-header h2:before {
  content: "";
  background-color: #25327b;
  height: 52px;
  width: 1000px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.resources-sidebar-row .et_pb_column_1_3 {
  z-index: 3;
}

.resources-sidebar {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.16);
  position: absolute;
  margin-left: 40px;
}

.resources-sidebar .resources-sidebar-title {
  font-family: "Oswald", Helvetica, Arial, Lucida, sans-serif;
  font-size: 34px;
  line-height: 1;
  color: #333;
  padding-bottom: 20px;
}

.resources-sidebar ul {
  list-style: none;
  padding: 0;
}

.resources-sidebar li {
  padding-bottom: 15px;
}

.resources-sidebar li a {
  font-size: 20px;
  color: #333;
  position: relative;
  padding-left: 12px;
}

.resources-sidebar li a:hover,
.resources-sidebar li a:focus {
  font-weight: bold;
}

.resources-sidebar li a:before {
  content: "";
  width: 3px;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #df202e;
}

.resources-sidebar li a:hover:before,
.resources-sidebar li a:focus:before {
  height: 100%;
}

.resources-sidebar .et_pb_button {
  color: #fff;
  display: inline-block;
  margin-top: 20px;
}

.sidebar-fixed {
  position: fixed;
  top: 180px;
}

@media (max-width: 980px) {
  .resources-sidebar {
    position: relative !important;
    margin: 0 !important;
    display: none !important;
  }
}

.resources-catalog {
  background-color: #fff;
  box-shadow: 0px 3px 13px rgb(0 0 0 / 16%);
}

.resources-catalogs-title {
  background-color: #f3f3f3;
  padding: 15px;
  font-size: 25px !important;
  text-align: center;
}

.resources-catalogs-title img {
  margin-right: 15px;
  vertical-align: middle;
}

.resources-catalogs-title span {
  vertical-align: middle;
}

.resources-catalogs-body {
  padding: 15px 15px 10px;
  text-align: center;
}

.resources-catalogs-body img {
  max-height: 114px;
  margin-bottom: 5px;
}

.resources-catalogs-body ul {
  list-style: none;
  padding: 0;
}

.resources-catalogs-body li {
  padding-bottom: 10px;
  padding-left: 26px;
  position: relative;
  margin: 0 5px 5px;
  text-align: left;
}

.resources-catalogs-body li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  background: url(/wp-content/uploads/2022/12/icon-download-1.png);
  width: 20px;
  height: 24px;
}

.resources-catalogs-images li:before {
  top: 0;
  background: url(/wp-content/uploads/2022/12/link-icon-1.png);
}

.resources-catalogs-body li a {
  font-weight: bold;
}

.resources-catalogs-2col {
  display: flex;
  flex-wrap: wrap;
}

.resources-catalogs-2col>* {
  width: 50%;
}

.resources-catalogs-2col>div {
  width: 50%;
  padding: 10px;
}

.resources-catalogs-2col>li {
  width: calc(50% - 10px);
}

.resources-catalogs-2col-2 {
  columns: 2;
}

.resources-catalogs-2col-2 li {
  break-inside: avoid-column;
}

.resources-catalogs-body li a img {
  display: block;
}

.resources-cta .et_pb_text_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 30px 20px;
  justify-content: center;
  min-height: 260px;
}

.resources-cta .et_pb_button {
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}

.resources-cta .et_pb_text_inner>div>* {
  max-width: 280px;
  margin: 0 auto;
}

.resources-cta .et_pb_text_inner h4 {
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .resources-cta .et_pb_text_inner>div {
    width: 50%;
  }
}

@media (min-width: 981px) and (max-width: 1200px) {
  .resources-catalogs-body li {
    margin: 0;
  }

  .resources-catalogs-2col>div {
    padding: 6px;
  }

  .resources-sidebar {
    margin-left: 0;
  }
}

.resources-catalogs-body .listing-item {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #b6bbd3;
}

.resources-catalogs-body .listing-item:last-child {
  border-bottom: none;
}

.resources-catalogs-body li.listing-item:before {
  content: none;
}

.resources-catalogs-body .listing-item .image img {
  width: 90px;
}

.resources-catalogs-body .listing-item .title {
  padding: 10px 20px;
  width: calc(100% - 90px);
}

.resources-catalogs-body .et_pb_button {
  color: #fff;
  display: inline-block;
  margin: 20px auto;
}

#order_comments_field {
  display: none !important;
}

.bulk_pricing_discounts_wrapper p:first-child {
  display: none;
}

.bulk_pricing_discounts_wrapper.min_quantity_msg * {
  display: none;
}

.bulk_pricing_discounts_wrapper.min_quantity_msg p:first-child {
  display: block;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  color: #df202e;
  font-style: italic;
}

.woocommerce-variation-textfdsf {
  display: none;
}

/*.product-categories .cat-item {
  visibility: hidden;
  height: 0px;
  margin-bottom: 0px;
  margin-left: 0;
}
.product-categories .current-cat.cat-item, .product-categories .current-cat li.cat-item {
  visibility: visible;
  height: auto;
  margin-bottom: 11px;
}
.product-categories .current-cat.cat-item > a {
  font-weight: bold;
  margin-bottom: 9px;
  display: block;
  font-size: 1rem;
}*/
.product-categories .parent-cat-item>a {
  font-weight: bold;
  margin-bottom: 9px;
  display: block;
  font-size: 1rem;
}

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tabs {
  overflow: hidden;
}

.tab {
  width: 100%;
  overflow: hidden;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  /* Icon */
}

.tab-label:hover {}

.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  transition: all 0.35s;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.tab-close:hover {}

input:checked+.tab-label {}

input:checked+.tab-label::after {
  transform: rotate(90deg);
}

input:checked~.tab-content {
  max-height: 100vh;
}

.et_pb_widget ul.product-categories {
  margin-top: 8px;
}

.et_pb_widget ul li.thirdlvl-cat-item {
  font-size: 16px;
  margin-left: 1rem;
}

#mp_s_fwmenu.sticky {
  position: fixed !important;
  width: 100%;
  z-index: 999;
}


#custom-header .et_pb_column.col-logo {
  margin-right: 1rem !important
}

.col-certification {
  width: auto !important;
}

.col-certification img {
  max-width: 80px;
}

@media(max-width:768px) {
  .et_header_style_left .logo_container {
    display: flex;
    align-items: center;
    margin-top: 9px;
  }

  .logo_container a {
    display: flex;
    align-items: center;
    margin-inline-end: 8rem;
    gap: .5rem;
  }

  #logo {
    min-width: 192px;
  }

  .col-certification img {
    max-width: 60px;
    margin-top: 3px;
  }
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li.home_menu>a span {
  font-size: 0
}

#rev_slider_4_1 {
  text-shadow: 1px 1px 4px #000, 0px 0px 4px #000, 1px 1px 4px #000, 0px 0px 4px #000, 1px 1px 4px #000, 0px 0px 4px #000;
}

#rev_slider_4_1 .tparrows {
  text-shadow: none
}

#rev_slider_4_1 .rev-btn {
  text-shadow: none
}

li.widget_product_search,
li.widget_product_categories {
  list-style: none;
  margin-bottom: 20% !important;
}

.custom-category-template #left-area {
  margin-right: 0 !important
}

.custom-category-template:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e2e2e2;
  right: 20.875% !important;
}

h2.widgettitle {
  font-size: 18px;
}

.woocommerce-product-details__short-description table td {

  border-top: 1px solid #eee;
}

/* ================================
   Mega Menu
================================== */

@media (min-width: 981px) {

  /* Grid layout / spacing */
  .et-menu-nav li.mega-menu ul li.grid, .et-db #et-boc .et-l .et-menu-nav li.mega-menu ul li.grid {
    padding: 2rem !important;
  }

  .et-menu-nav li.mega-menu ul li.grid .grid, .et-db #et-boc .et-l .et-menu-nav li.mega-menu ul li.grid .grid {
    padding: 0 !important;
  }

  /* Grid main heading items */
  .et-menu-nav li.mega-menu li.grid>a,
  .et-menu-nav li.mega-menu>ul>li.grid>a:first-child, .et-db #et-boc .et-l .et-menu-nav li.mega-menu>ul>li>a:first-child, 
  .et-db #et-boc .et-l li.mega-menu li.grid>a {
    padding-right: 0 !important;
    cursor: text;
    display: inline-block;
    width: fit-content !important;
    padding-left: 0 !important;
    padding-bottom: 3px !important;
    border-bottom: 1px solid #fff;
    font-size: 20px;
  }

  /* Submenu grid */
  .grid ul.sub-menu {
    display: grid !important;
  }

  .grid-brands ul.sub-menu,
  .grid-industries ul.sub-menu {
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: column;
  }

  /* Menu item transitions */
  .mp_s_header_fw_menu .fullwidth-menu li li.grid li:not(.et_pb_button) a:not(first-of-type), .et-db #et-boc .et-l .mp_s_header_fw_menu .fullwidth-menu li li.grid li:not(.et_pb_button) a:not(first-of-type) {
    display: inline-block;
    width: auto !important;
    padding-left: 0 !important;
    transition: all ease 300ms; 
  }

  .mp_s_header_fw_menu .fullwidth-menu li li.grid li a:hover, .et-db #et-boc .et-l .mp_s_header_fw_menu .fullwidth-menu li li.grid li a:hover {
    background: transparent !important;
  }

  .mp_s_header_fw_menu .fullwidth-menu li li.grid li:not(.et_pb_button):not(.grid) a:hover, .et-db #et-boc .et-l .mp_s_header_fw_menu .fullwidth-menu li li.grid li:not(.et_pb_button):not(.grid) a:hover {
    transform: translateX(5px);
  }

  /* Button reset styling */
  .mp_s_header_fw_menu .nav li li.et_pb_button, .et-db #et-boc .et-l .mp_s_header_fw_menu .nav li li.et_pb_button {
    margin-top: 0.5rem !important;
  }

  body .grid .et_pb_button,
  body .grid .et_pb_button:hover {
    padding: 0 !important;
    border-radius: 0;
    border: none;
    background: transparent;
  }

  /* Button inside grid */
  .grid .et_pb_button a {
    background-color: #ed202e;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  /* Force width for grid links */
  .et-menu-nav li.mega-menu.mega-menu-parent .grid li>a, .et-db #et-boc .et-l .et-menu-nav li.mega-menu.mega-menu-parent .grid li>a {
    width: fit-content !important;
  }

  /* Button hover */
  body .et_pb_bg_layout_light.et_pb_button:hover, body .et_pb_bg_layout_light .et_pb_button:hover, body .et_pb_button:hover {background-color: transparent !important;}
  .mp_s_header_fw_menu .fullwidth-menu li li.grid li.et_pb_button a:hover {
    background-color: #25327b !important;
  }

  .et-hover>.sub-meun {
    z-index: 999;
  }

  /* Prevent hidden dropdowns from being interactive */
  .nav li ul {
    pointer-events: none;
  }

  .nav li:hover>ul {
    pointer-events: auto;
  }
  .nav li.et-reverse-direction-nav li ul, .et-db #et-boc .et-l .nav li.et-reverse-direction-nav li ul {right: auto;}
}
@media (max-width:1440px) {
.et-menu-nav { padding-inline: 30px;}
}
@media (max-width:1260px) and (min-width:980px) {
#top-header + #custom-header { padding-top: 1rem;}
}
@media (max-width:1119.98px) {
  .mp_s_header_fw_menu .fullwidth-menu .menu-item-has-children>a:first-child:after, .mp_s_header_fw_menu .fullwidth-menu .menu-item-has-children>a:first-child:after, .et-db #et-boc .fullwidth-menu .menu-item-has-children>a:first-child:after {margin-top: 14px;}
}
@media (max-width:980px) {
  .et_mobile_menu li.et_pb_button a {
    color: #fff;
  }

  main-header .et_mobile_menu li ul,
  .et_mobile_menu li li {
    padding-left: 0;
  }
}

/* ================================
   End Mega Menu
================================== */