@font-face {
  font-family: "Calibri-Bold-Italic";
  src: url("../fonts/Calibri/Calibri-Bold-Italic-eot.eot") format("embedded-opentype"), url("../fonts/Calibri/Calibri-Bold-Italic-svg.svg") format("svg"), url("../fonts/Calibri/Calibri-Bold-Italic-ttf.ttf") format("truetype"), url("../fonts/Calibri/Calibri-Bold-Italic-woff.woff") format("woff"); }
@font-face {
  font-family: "Calibri-Italic";
  src: url("../fonts/Calibri/Calibri-Italic-eot.eot") format("embedded-opentype"), url("../fonts/Calibri/Calibri-Italic-svg.svg") format("svg"), url("../fonts/Calibri/Calibri-Italic-ttf.ttf") format("truetype"), url("../fonts/Calibri/Calibri-Italic-woff.woff") format("woff"); }
@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri/Calibri-Regular-eot.eot") format("embedded-opentype"), url("../fonts/Calibri/Calibri-Regular-svg.svg") format("svg"), url("../fonts/Calibri/Calibri-Regular-ttf.ttf") format("truetype"), url("../fonts/Calibri/Calibri-Regular-woff.woff") format("woff");
  font-weight: 500; }
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRight {
  animation: fadeInRight 0.3s; }

.fadeInRightXs {
  animation: fadeInRight 0.5s; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp {
  animation: fadeInUp 0.3s; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDown {
  animation: fadeInDown 0.4s; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation: fadeOutDown 0.4s; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Calibri", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }
  body.freeze {
    overflow: hidden; }

.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

.gallagher-logo svg {
  fill: #000;
  width: 148px;
  height: 40px; }

.bold,
strong {
  font-weight: bold; }

h1.primary-title {
  font-size: 3.42857em;
  font-weight: bold;
  color: #322e2c;
  margin: 20px 0;
  padding: 0;
  line-height: 48px; }

h2.secondary-title {
  font-size: 1.142857em;
  color: #322e2c;
  margin: 20px 0;
  padding: 0;
  font-weight: bold; }

.close {
  font-weight: 500; }

.xs-header-right-section {
  display: none; }

.dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 1em; }

.modal-content {
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(240, 240, 240, 0.5); }
  .modal-content .modal-header,
  .modal-content .modal-footer {
    border-color: #eee; }

.modal-updated {
  position: fixed;
  top: 85px;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.two-line-ellipses {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.d-none {
  display: none; }

.breadcrumb-section {
  background-color: #ffffff;
  border-bottom: 1px solid #ccc; }

.breadcrumb {
  background: #ffffff; }

.alert {
  margin-bottom: 0; }
  .alert.alert-info {
    border-radius: 0;
    color: #000;
    background-color: rgba(255, 132, 0, 0.7);
    border-color: rgba(255, 132, 0, 0.7); }
    .alert.alert-info button.close {
      opacity: 1;
      color: #322e2c; }

.main-nav-out {
  margin-top: 0;
  margin-left: 30px;
  text-align: right; }
  .main-nav-out > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between; }
    .main-nav-out > ul li {
      padding: 0;
      position: relative;
      flex: auto; }
      .main-nav-out > ul li a.selected {
        color: #322e2c; }
      .main-nav-out > ul li a {
        display: block;
        padding: 31px 29px;
        color: #ffffff;
        text-decoration: none;
        box-sizing: border-box;
        transition: all ease-in-out 0.3s;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 18px; }
        .main-nav-out > ul li a .arrow-down-icon {
          display: none;
          position: absolute;
          bottom: 3px;
          left: 0;
          right: 0;
          margin: auto;
          text-align: center; }
          .main-nav-out > ul li a .arrow-down-icon svg {
            width: 24px;
            height: 24px;
            fill: #322e2c; }
      .main-nav-out > ul li.with-dropdown a:hover .arrow-down-icon {
        display: block; }
      .main-nav-out > ul li.with-dropdown.active a {
        color: #322e2c; }
        .main-nav-out > ul li.with-dropdown.active a .arrow-down-icon {
          display: block;
          -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
          .main-nav-out > ul li.with-dropdown.active a .arrow-down-icon svg {
            fill: #322e2c; }

.second-level-menu {
  position: absolute;
  width: 100%;
  left: 0;
  background: #ffffff;
  letter-spacing: 0.1px;
  z-index: 999;
  /*border: 2px solid $primary-color;*/
  border-left: none;
  border-right: none; }
  .second-level-menu .second-level-nav {
    font-size: 1.28571em; }
    .second-level-menu .second-level-nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center; }
      .second-level-menu .second-level-nav ul li {
        position: relative; }
        .second-level-menu .second-level-nav ul li a {
          padding: 20px;
          color: #ff8400;
          text-decoration: none;
          display: block; }
          .second-level-menu .second-level-nav ul li a:hover {
            color: #322e2c; }
          .second-level-menu .second-level-nav ul li a.active {
            background-color: #e96b04;
            color: #ffffff; }
        .second-level-menu .second-level-nav ul li .dropdown-menu-out {
          position: absolute;
          background: #e96b04;
          min-width: 230px; }
          .second-level-menu .second-level-nav ul li .dropdown-menu-out ul {
            display: block;
            padding: 5px 0 10px 0; }
            .second-level-menu .second-level-nav ul li .dropdown-menu-out ul li a {
              display: block;
              padding: 8px 20px;
              color: #ffffff;
              line-height: 18px; }
              .second-level-menu .second-level-nav ul li .dropdown-menu-out ul li a:hover {
                color: #322e2c; }

.menu-container-title {
  color: #ffffff;
  margin-bottom: 24px;
  display: inline-block;
  position: relative; }
  .menu-container-title .arrow-right-icon {
    position: absolute;
    right: -20px;
    top: -1px; }
    .menu-container-title .arrow-right-icon svg {
      fill: #ffffff;
      width: 20px;
      height: 20px; }
  .menu-container-title:hover {
    color: #ff8400; }
    .menu-container-title:hover svg {
      fill: #ff8400; }
  .menu-container-title a {
    color: #ffffff;
    text-decoration: none; }
    .menu-container-title a:hover {
      color: #ff8400; }
      .menu-container-title a:hover svg {
        fill: #ff8400; }
  .menu-container-title.less-margin {
    margin-bottom: 8px; }

.container-col-title {
  font-size: 0.85714em;
  color: #b0b0b0;
  margin-bottom: 8px; }

.responsive-mega-menu-modal .modal-dialog {
  margin: 0;
  float: right;
  width: 100%;
  max-height: 100%;
  background: #e96b04; }
  .responsive-mega-menu-modal .modal-dialog.modal-dialog-scrollable .modal-content {
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    padding-bottom: 85px; }
  .responsive-mega-menu-modal .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
    background: #e96b04;
    color: #ffffff;
    height: 100vh;
    max-height: 100vh;
    font-size: 1.14286em; }
    .responsive-mega-menu-modal .modal-dialog .modal-content.xs-main-menu-l1 .modal-body {
      padding-top: 0; }
    .responsive-mega-menu-modal .modal-dialog .modal-content .menu-listing ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .responsive-mega-menu-modal .modal-dialog .modal-content .menu-listing ul li {
        border-bottom: 1px solid #ffffff;
        position: relative; }
        .responsive-mega-menu-modal .modal-dialog .modal-content .menu-listing ul li a {
          display: block;
          color: #ffffff;
          display: block;
          position: relative;
          padding: 26px 76px 26px 0;
          text-decoration: none;
          text-transform: uppercase; }
          .responsive-mega-menu-modal .modal-dialog .modal-content .menu-listing ul li a .right-arrow-icon svg {
            fill: #ffffff;
            width: 30px;
            height: 30px; }
          .responsive-mega-menu-modal .modal-dialog .modal-content .menu-listing ul li a.with-sublevel {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 100;
            background: rgba(255, 255, 255, 0.02);
            padding: 20px 24px; }
            .responsive-mega-menu-modal .modal-dialog .modal-content .menu-listing ul li a.with-sublevel:hover {
              opacity: 0.75; }
            .responsive-mega-menu-modal .modal-dialog .modal-content .menu-listing ul li a.with-sublevel.with-sublevel-text {
              position: relative;
              background-color: transparent;
              padding: 26px 40px 26px 0; }
              .responsive-mega-menu-modal .modal-dialog .modal-content .menu-listing ul li a.with-sublevel.with-sublevel-text .right-arrow-icon {
                position: absolute;
                right: 15px;
                top: 21px; }
          .responsive-mega-menu-modal .modal-dialog .modal-content .menu-listing ul li a:hover, .responsive-mega-menu-modal .modal-dialog .modal-content .menu-listing ul li a:focus {
            color: #ffffff;
            opacity: 0.85; }
            .responsive-mega-menu-modal .modal-dialog .modal-content .menu-listing ul li a:hover .right-arrow-icon svg, .responsive-mega-menu-modal .modal-dialog .modal-content .menu-listing ul li a:focus .right-arrow-icon svg {
              fill: #ffffff; }
    .responsive-mega-menu-modal .modal-dialog .modal-content .menu-listing.xs-main-menu-l3-links ul li a {
      padding: 8px 16px 8px 0; }
    .responsive-mega-menu-modal .modal-dialog .modal-content .modal-header {
      border-bottom: none;
      padding-bottom: 12px;
      font-size: 1.14286em;
      border-bottom: 1px solid #ffffff; }
      .responsive-mega-menu-modal .modal-dialog .modal-content .modal-header .left-title-out a {
        color: #ffffff;
        text-decoration: none;
        padding-left: 24px;
        position: relative;
        text-transform: uppercase; }
        .responsive-mega-menu-modal .modal-dialog .modal-content .modal-header .left-title-out a svg {
          fill: #ffffff;
          width: 22px;
          height: 22px;
          position: absolute;
          left: -6px;
          top: -2px; }
        .responsive-mega-menu-modal .modal-dialog .modal-content .modal-header .left-title-out a:hover, .responsive-mega-menu-modal .modal-dialog .modal-content .modal-header .left-title-out a:focus {
          color: rgba(255, 255, 255, 0.85); }
          .responsive-mega-menu-modal .modal-dialog .modal-content .modal-header .left-title-out a:hover svg, .responsive-mega-menu-modal .modal-dialog .modal-content .modal-header .left-title-out a:focus svg {
            fill: #ffffff;
            opacity: 0.85; }

@media only screen and (max-width: 1599px) {
  .second-level-menu {
    left: 0;
    width: 100%;
    max-width: 100%; }

  .main-nav-out > ul li .search-out,
  .main-nav-out > ul li .cart-out {
    min-width: 40px; }
    .main-nav-out > ul li .search-out a,
    .main-nav-out > ul li .cart-out a {
      padding: 29px 22px; }
  .main-nav-out > ul li a {
    padding: 29px 15px; }
  .main-nav-out > ul li a.selected {
    color: #322e2c; } }
@media only screen and (max-width: 767px) {
  .responsive-mega-menu-modal .modal-dialog {
    margin: 0;
    max-width: 100%;
    float: none; } }
div#product-mega-menu {
  background: #e96b04 !important;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9;
  width: 100%;
  max-width: 800px;
  padding: 20px;
  margin-right: 40px;
  display: none; }

@media screen and (min-width: 1921px) {
  div#product-mega-menu {
    right: 10%; } }
div#product-mega-menu .row {
  margin: 0; }

div#product-mega-menu ul li {
  color: white !important;
  padding: 5px 0;
  font-size: 16px;
  list-style: none;
  text-align: left; }

div#product-mega-menu ul li a {
  color: white !important;
  font-size: 16px;
  text-decoration: none; }

div#product-mega-menu ul li a:hover {
  color: black !important; }

#product-mega-menu li:nth-child(1) {
  font-weight: bold; }

.main-nav-out > ul li.mega-menu-active {
  background-color: #e96b04 !important; }

.main-nav-out > ul li.mega-menu-active > a {
  color: #3c3c3c; }

.menu-button-active {
  display: block !important; }

button#dropdownMenuUser[aria-expanded="true"] {
  color: black; }

.main-header-out {
  padding: 0;
  background: #ff8400;
  color: #ffffff;
  margin-bottom: 0;
  position: relative; }
  .main-header-out:after {
    box-shadow: 2px 7px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 5px;
    z-index: 10;
    width: 100%;
    height: 3px; }
  .main-header-out .user-dropdown .user-name {
    display: inline-block;
    min-width: 170px;
    max-width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    text-align: right; }
  .main-header-out .user-dropdown .user-btn {
    display: block;
    padding: 30px 14px;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
    transition: all ease-in-out 0.3s;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.28571em;
    background: transparent;
    border: none; }
    .main-header-out .user-dropdown .user-btn:hover, .main-header-out .user-dropdown .user-btn:focus, .main-header-out .user-dropdown .user-btn:active {
      border: none;
      background: transparent; }
    .main-header-out .user-dropdown .user-btn:hover {
      color: #322e2c; }
  .main-header-out .user-dropdown.open .user-btn {
    background: #e96b04; }
    .main-header-out .user-dropdown.open .user-btn:hover, .main-header-out .user-dropdown.open .user-btn:focus, .main-header-out .user-dropdown.open .user-btn:active {
      color: #ffffff; }
  .main-header-out .user-dropdown ul.dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    background: #e96b04;
    margin: 0;
    padding: 0 0 10px 0;
    min-width: 198px; }
    .main-header-out .user-dropdown ul.dropdown-menu li {
      margin: 0;
      padding: 0;
      font-size: 1.14286em;
      text-align: right; }
      .main-header-out .user-dropdown ul.dropdown-menu li .menu-title {
        padding: 5px 15px;
        font-weight: bold; }
        .main-header-out .user-dropdown ul.dropdown-menu li .menu-title.margin-top {
          margin-top: 10px; }
      .main-header-out .user-dropdown ul.dropdown-menu li a {
        font-size: 1em;
        font-weight: 500;
        padding: 0;
        text-transform: inherit;
        padding: 5px 15px; }
        .main-header-out .user-dropdown ul.dropdown-menu li a:hover {
          background: transparent; }
  .main-header-out .logo-out {
    padding: 18px 0;
    display: block; }
    .main-header-out .logo-out img {
      width: 185px;
      height: 50px; }
  .main-header-out .header-out-row {
    display: flex; }
    .main-header-out .header-out-row .mr-auto {
      margin-right: auto; }
  .main-header-out .nav-icon-out {
    position: relative;
    display: block;
    min-width: 13px;
    padding: 12px 0; }
  .main-header-out .search-out .search-link {
    color: #ffffff;
    text-decoration: none;
    outline: none; }
    .main-header-out .search-out .search-link svg {
      fill: #ffffff;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 0; }
    .main-header-out .search-out .search-link:hover {
      color: #322e2c; }
      .main-header-out .search-out .search-link:hover svg {
        fill: #322e2c; }
    .main-header-out .search-out .search-link .arrow-up {
      display: none; }
    .main-header-out .search-out .search-link.active {
      color: #322e2c; }
      .main-header-out .search-out .search-link.active svg {
        fill: #322e2c; }
      .main-header-out .search-out .search-link.active .arrow-up {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        text-align: center;
        display: inline-block; }
        .main-header-out .search-out .search-link.active .arrow-up svg {
          width: 24px;
          height: 22px;
          fill: #322e2c; }
  .main-header-out .cart-out .cart-link {
    color: #ffffff;
    text-decoration: none; }
    .main-header-out .cart-out .cart-link svg {
      fill: #ffffff;
      width: 30px;
      height: 30px;
      position: absolute;
      left: -3px;
      right: 0;
      margin: 0 auto;
      top: 0; }
    .main-header-out .cart-out .cart-link:hover {
      color: #322e2c; }
      .main-header-out .cart-out .cart-link:hover svg {
        fill: #322e2c; }
  .main-header-out .login-link a {
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
    transition: all ease-in-out 0.3s;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.28571em; }
    .main-header-out .login-link a:hover {
      color: #322e2c; }
  .main-header-out .search-result-out {
    position: absolute;
    width: 100%;
    padding: 20px;
    left: 0;
    background: #ffffff;
    z-index: 100;
    border: 2px solid #ff8400;
    border-left: none;
    border-right: none; }
    .main-header-out .search-result-out .search-text-box-out {
      max-width: 612px;
      width: 100%;
      margin: 0 auto;
      position: relative; }
      .main-header-out .search-result-out .search-text-box-out .form-control.global-search {
        background-color: #ffffff;
        border-radius: 6px;
        height: 56px;
        font-size: 1.42857em;
        padding-right: 44px;
        border: 1px solid #ff8400; }
        .main-header-out .search-result-out .search-text-box-out .form-control.global-search:focus {
          -webkit-box-shadow: 0 0 0 0.1rem #ff8400;
          box-shadow: 0 0 0 0.1rem #ff8400; }
      .main-header-out .search-result-out .search-text-box-out .search-btn {
        position: absolute;
        background: transparent;
        border: none;
        padding: 16px;
        height: 56px;
        right: 0;
        top: 0;
        z-index: 10; }
        .main-header-out .search-result-out .search-text-box-out .search-btn svg {
          width: 24px;
          height: 24px;
          fill: #ff8400; }
      .main-header-out .search-result-out .search-text-box-out .search-dropdown-out {
        position: absolute;
        top: 54px;
        left: 0;
        padding: 16px;
        border-radius: 6px;
        box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.1);
        border: solid 1px rgba(240, 240, 240, 0.5);
        background-color: #ffffff;
        min-width: 270px; }
        .main-header-out .search-result-out .search-text-box-out .search-dropdown-out a {
          display: block;
          color: #322e2c;
          padding: 8px 0;
          text-decoration: none; }
          .main-header-out .search-result-out .search-text-box-out .search-dropdown-out a:hover {
            color: #ff8400; }
  .main-header-out .header-right-section .main-nav-out {
    margin-left: 0; }
  .main-header-out .header-right-section .info-number {
    width: 24px;
    height: 24px;
    background-color: #322e2c;
    position: absolute;
    border-radius: 24px;
    color: #ffffff;
    text-align: center;
    top: -7px;
    right: -19px;
    z-index: 100; }
    .main-header-out .header-right-section .info-number .info-text {
      font-size: 14px;
      display: block;
      padding-top: 3px;
      text-align: center;
      font-weight: 500; }

.xs-cart-out {
  position: absolute;
  top: 0;
  right: 95px;
  width: 40px; }
  .xs-cart-out .cart-link .nav-icon-out {
    padding: 30px 0 16px 0; }
    .xs-cart-out .cart-link .nav-icon-out .info-number {
      width: 24px;
      height: 24px;
      background-color: #322e2c;
      position: absolute;
      border-radius: 24px;
      color: #ffffff;
      text-align: center;
      top: 22px;
      right: -8px;
      z-index: 100; }
      .xs-cart-out .cart-link .nav-icon-out .info-number .info-text {
        font-size: 14px;
        display: block;
        padding-top: 3px;
        text-align: center;
        font-weight: 500; }
  .xs-cart-out .cart-link svg.cart-icon {
    width: 30px;
    height: 30px;
    fill: #322e2c; }

.xs-search-out {
  position: relative;
  min-height: 72px; }
  .xs-search-out .search-result-out {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 100;
    padding: 15px;
    background-color: #e96b04; }
    .xs-search-out .search-result-out .search-text-box-out {
      width: 100%;
      margin: 0 auto;
      position: relative; }
      .xs-search-out .search-result-out .search-text-box-out .form-control.global-search {
        background-color: #ffffff;
        border-radius: 4px;
        height: 56px;
        font-size: 1.14286em;
        padding-right: 44px;
        border: 1px solid #ff8400; }
        .xs-search-out .search-result-out .search-text-box-out .form-control.global-search:focus {
          box-shadow: 0 0 0 0.2rem rgba(249, 153, 25, 0.25); }
      .xs-search-out .search-result-out .search-text-box-out .search-btn {
        position: absolute;
        background: transparent;
        border: none;
        padding: 16px;
        height: 56px;
        right: 0;
        top: 0;
        z-index: 10; }
        .xs-search-out .search-result-out .search-text-box-out .search-btn svg {
          width: 24px;
          height: 24px;
          fill: #322e2c; }
      .xs-search-out .search-result-out .search-text-box-out .search-dropdown-out {
        position: absolute;
        top: 54px;
        left: 0;
        padding: 16px;
        border-radius: 6px;
        box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.1);
        border: solid 1px rgba(240, 240, 240, 0.5);
        background-color: #ffffff;
        min-width: 270px; }
        .xs-search-out .search-result-out .search-text-box-out .search-dropdown-out a {
          display: block;
          color: #322e2c;
          padding: 8px 0;
          text-decoration: none; }
          .xs-search-out .search-result-out .search-text-box-out .search-dropdown-out a:hover {
            color: #ff8400; }

@media only screen and (min-width: 1200px) {
  .responsive-mega-menu-modal {
    display: none !important; } }
@media only screen and (max-width: 1199px) {
  .main-header-out .header-container-xs {
    margin-right: 0;
    padding-right: 0; }
  .main-header-out .header-middle-section {
    display: none; }
  .main-header-out .header-right-section {
    display: none; }
  .main-header-out .xs-header-right-section {
    display: inline-block;
    width: calc(100% - 94px);
    text-align: right;
    margin-right: 0; }
    .main-header-out .xs-header-right-section .xs-menu-out {
      display: inline-block;
      vertical-align: middle;
      margin-left: 2px; }
      .main-header-out .xs-header-right-section .xs-menu-out a {
        display: block;
        width: 81px;
        cursor: pointer;
        padding: 25px 18px; }
        .main-header-out .xs-header-right-section .xs-menu-out a .line1,
        .main-header-out .xs-header-right-section .xs-menu-out a .line2,
        .main-header-out .xs-header-right-section .xs-menu-out a .line3 {
          width: 100%;
          height: 5px;
          background-color: #322e2c;
          margin-bottom: 10px;
          display: block; }
        .main-header-out .xs-header-right-section .xs-menu-out a .line3 {
          margin-bottom: 0; }
        .main-header-out .xs-header-right-section .xs-menu-out a.active {
          background-color: #e96b04; } }
@media only screen and (max-width: 767px) {
  .main-header-out .xs-header-right-section .xs-menu-out {
    padding: 0 0 0 5px; } }
@media only screen and (max-width: 320px) {
  .main-header-out .logo-out img {
    width: 155px; } }
.footer-out {
  background: #ffffff;
  border-top: 1px solid #eee;
  position: relative; }
  .footer-out .footer-top-section {
    padding: 65px 0; }
  .footer-out .footer-logo-col {
    margin-bottom: 30px; }
  .footer-out .footer-links-out {
    font-size: 1.14286em;
    color: #000; }
    .footer-out .footer-links-out .footer-links-title {
      font-weight: bold;
      margin-bottom: 10px; }
    .footer-out .footer-links-out ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer-out .footer-links-out ul li {
        margin: 0 0 5px 0; }
        .footer-out .footer-links-out ul li a {
          display: inline-block;
          color: #000;
          text-decoration: none; }
          .footer-out .footer-links-out ul li a:hover {
            color: #000; }
  .footer-out .gallagher-logo svg,
  .footer-out .gallagher-logo img {
    width: 170px;
    height: 46px; }
  .footer-out .gallagher-logo .banner__component.simple-banner svg,
  .footer-out .gallagher-logo .banner__component.simple-banner img {
    width: 170px;
    height: 46px; }
  .footer-out .footer-bottom-section {
    background: #3b3634;
    padding: 0;
    color: #929292;
    text-align: left; }
    .footer-out .footer-bottom-section .container {
      padding: 0; }
    .footer-out .footer-bottom-section .svg-icon {
      height: 24px;
      width: 24px;
      vertical-align: middle; }
    .footer-out .footer-bottom-section .footer-bottom-middle-section ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer-out .footer-bottom-section .footer-bottom-middle-section ul li {
        display: inline-block;
        margin-right: 15px;
        background: #3b3634;
        height: 100%; }
        .footer-out .footer-bottom-section .footer-bottom-middle-section ul li a {
          display: inline-block;
          text-decoration: none;
          text-transform: uppercase;
          color: #ffffff;
          line-height: 51px;
          padding-bottom: 0;
          padding-left: 15px;
          background: #3b3634;
          font-size: 14px; }
          .footer-out .footer-bottom-section .footer-bottom-middle-section ul li a:hover {
            color: #837974; }
    .footer-out .footer-bottom-section .copyright {
      text-align: right;
      text-transform: uppercase;
      padding: 1rem 0;
      color: #848383;
      padding: 16px 30px 15px 10px;
      margin-right: 0; }
    .footer-out .footer-bottom-section .division-dropdown.open .down-arrow-icon,
    .footer-out .footer-bottom-section .country-dropdown.open .down-arrow-icon {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .footer-out .footer-bottom-section .division-dropdown .btn,
    .footer-out .footer-bottom-section .country-dropdown .btn {
      background: #322e2c;
      display: block;
      min-height: 49px;
      width: 100%;
      border: none;
      line-height: 32px;
      font-weight: 500; }
      .footer-out .footer-bottom-section .division-dropdown .btn:hover, .footer-out .footer-bottom-section .division-dropdown .btn:focus, .footer-out .footer-bottom-section .division-dropdown .btn:active,
      .footer-out .footer-bottom-section .country-dropdown .btn:hover,
      .footer-out .footer-bottom-section .country-dropdown .btn:focus,
      .footer-out .footer-bottom-section .country-dropdown .btn:active {
        border: none;
        color: #ff8400; }
      .footer-out .footer-bottom-section .division-dropdown .btn .down-arrow-icon,
      .footer-out .footer-bottom-section .country-dropdown .btn .down-arrow-icon {
        position: relative;
        width: 30px;
        display: inline-block;
        vertical-align: middle;
        height: 28px;
        transition: all ease-in-out 0.3s; }
        .footer-out .footer-bottom-section .division-dropdown .btn .down-arrow-icon svg,
        .footer-out .footer-bottom-section .country-dropdown .btn .down-arrow-icon svg {
          width: 30px;
          height: 30px;
          fill: #ff8400;
          position: absolute;
          right: 0;
          top: -3px; }
    .footer-out .footer-bottom-section .division-dropdown .dropdown-menu,
    .footer-out .footer-bottom-section .country-dropdown .dropdown-menu {
      width: 100%;
      box-shadow: none;
      background: #464646;
      border-radius: 0;
      margin: 0;
      padding: 0;
      text-align: center; }
      .footer-out .footer-bottom-section .division-dropdown .dropdown-menu li,
      .footer-out .footer-bottom-section .country-dropdown .dropdown-menu li {
        display: block;
        margin: 0; }
        .footer-out .footer-bottom-section .division-dropdown .dropdown-menu li a,
        .footer-out .footer-bottom-section .country-dropdown .dropdown-menu li a {
          border-top: 1px solid #504e4e;
          color: #ffffff;
          padding: 15px 5px;
          text-transform: uppercase;
          display: block;
          line-height: 1.42857;
          background-color: #464646; }
          .footer-out .footer-bottom-section .division-dropdown .dropdown-menu li a:hover, .footer-out .footer-bottom-section .division-dropdown .dropdown-menu li a:focus,
          .footer-out .footer-bottom-section .country-dropdown .dropdown-menu li a:hover,
          .footer-out .footer-bottom-section .country-dropdown .dropdown-menu li a:focus {
            color: #837974;
            background-color: #464646; }

@media only screen and (max-width: 1599px) {
  .footer-out .footer-bottom-section .footer-bottom-middle-section ul li {
    margin-right: 5px; }
    .footer-out .footer-bottom-section .footer-bottom-middle-section ul li a {
      padding-left: 5px; }
  .footer-out .footer-bottom-section .footer-bottom-middle-section .copyright {
    padding: 16px 18px 15px 10px; } }
@media only screen and (min-width: 1280px) {
  .footer-middle-section-inner {
    display: flex; }
    .footer-middle-section-inner .left-social-links-col {
      margin-right: auto; }
    .footer-middle-section-inner .country-col {
      min-width: 200px; } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .footer-out .footer-bottom-section .footer-bottom-left-section,
  .footer-out .footer-bottom-section .footer-bottom-middle-section {
    width: 100%;
    display: block; }
    .footer-out .footer-bottom-section .footer-bottom-left-section .left-social-links-col,
    .footer-out .footer-bottom-section .footer-bottom-left-section .copyright-col .copyright,
    .footer-out .footer-bottom-section .footer-bottom-middle-section .left-social-links-col,
    .footer-out .footer-bottom-section .footer-bottom-middle-section .copyright-col .copyright {
      text-align: center; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-out .footer-top-section .support-col {
    clear: both;
    margin-top: 10px; }
  .footer-out .footer-bottom-section .footer-bottom-middle-section ul {
    text-align: center; }
  .footer-out .footer-bottom-section .copyright {
    text-align: center;
    margin: 0; } }
@media only screen and (max-width: 767px) {
  .footer-out .footer-top-section .support-col {
    clear: both;
    margin-top: 10px; }
  .footer-out .footer-bottom-section .footer-bottom-middle-section ul {
    text-align: center; }
  .footer-out .footer-bottom-section .copyright {
    text-align: center;
    margin: 0; } }
ui-widget {
  font-family: inherit;
  font-size: inherit; }
  ui-widget.ui-menu {
    max-width: 320px;
    width: 100%; }

.ui-widget.ui-widget-content {
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 4px;
  border: 1px solid #ff8400;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.1); }

.search-results-highlight {
  font-weight: bold; }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 8px;
  display: block;
  color: #322e2c;
  text-decoration: none; }
  .ui-menu .ui-menu-item-wrapper:hover {
    color: #ff8400; }
  .ui-menu .ui-menu-item-wrapper.ui-state-active {
    border: none;
    background: transparent;
    font-weight: 500;
    color: #ff8400;
    padding: 8px;
    margin: 0; }

.main-header-out .smartEditComponent {
  display: inline; }

.document-download-out ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.document-download-out ul li {
  border-right: 1px solid #cccecf;
  margin-bottom: 16px; }

.document-download-out ul li:nth-child(4n + 4) {
  border-right: none; }

.document-download-out ul li:last-child {
  border-right: none; }

.document-download-out .download-column-title {
  font-size: 1.14286em;
  line-height: 20px;
  margin-bottom: 8px; }

.document-download-out .download-column-title a {
  color: #322e2c;
  text-decoration: none; }

.document-download-out .download-column-title a:hover {
  color: #ff8400; }

.document-download-out .download-column-bottom-section {
  color: #929292;
  font-size: 0.85714em;
  line-height: 17px; }

.document-download-out
.download-column-bottom-section
.document-icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px; }

.document-download-out
.download-column-bottom-section
.document-icon
svg {
  width: 40px;
  height: 16px;
  fill: #0a97cc; }

.document-download-out .download-column-bottom-section span {
  display: inline-block;
  vertical-align: middle; }

.image-gallery .image-gallery__image .owl-item .lazyOwl {
  max-height: 480px;
  max-width: 480px; }

@media only screen and (max-width: 1023px) {
  .document-download-out ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  .document-download-out ul li:nth-child(2n + 2) {
    border-right: none; } }
.product_compare .top table th {
  border-top: none;
  border-bottom: none;
  font-weight: bold; }

@media (min-width: 768px) and (max-width: 1024px) {
  .product__listing.product__grid .product-item img {
    width: 100%; } }
@media (max-width: 639px) {
  .product__listing.product__grid .product-item img {
    width: 100%; } }
.flexslider {
  margin: 0;
  border: none; }
  .flexslider .flex-direction-nav a.flex-prev,
  .flexslider .flex-direction-nav a.flex-next {
    display: block;
    opacity: 1; }
  .flexslider .flex-direction-nav a.flex-prev {
    left: 10px; }
  .flexslider .flex-direction-nav a.flex-next {
    right: 10px; }
  .flexslider .flex-direction-nav a {
    top: inherit;
    bottom: 20px;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background-color: rgba(35, 30, 31, 0.6);
    text-indent: -99999px;
    font-size: 0;
    margin: 0; }
    .flexslider .flex-direction-nav a:after, .flexslider .flex-direction-nav a:before {
      content: ""; }
    .flexslider .flex-direction-nav a.flex-prev {
      background: rgba(35, 30, 31, 0.6) url("../images/svg/arrow-left-slider.svg") center center no-repeat;
      width: 24px;
      height: 24px;
      padding: 20px;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .flexslider .flex-direction-nav a.flex-next {
      background: rgba(35, 30, 31, 0.6) url("../images/svg/arrow-right-slider.svg") center center no-repeat;
      width: 24px;
      height: 24px;
      padding: 20px;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
  .flexslider.video-carousel .play-icon {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    .flexslider.video-carousel .play-icon svg {
      width: 60px;
      height: 60px;
      fill: #ffffff; }
  .flexslider.video-carousel ul li {
    position: relative; }
    .flexslider.video-carousel ul li::after {
      position: absolute;
      content: "";
      z-index: 10;
      background: #fff url("../images/svg/play-circle.svg");
      width: 40px;
      height: 40px;
      background-size: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      border: 1px solid #ffffff;
      border-radius: 40px;
      opacity: 0.4; }
  .flexslider.slider-big-image {
    max-width: 500px;
    margin: 0 auto;
    position: relative; }
    .flexslider.slider-big-image .product-status {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 100; }
      .flexslider.slider-big-image .product-status svg,
      .flexslider.slider-big-image .product-status img {
        width: 80px;
        height: 80px; }
    .flexslider.slider-big-image .slide {
      position: relative; }
    .flexslider.slider-big-image .overlayText {
      position: absolute;
      top: 10px;
      left: 15px;
      height: 1%;
      z-index: 1;
      color: white;
      font-size: 17px; }
    .flexslider.slider-big-image.with-video {
      margin-top: 0;
      max-width: 600px; }
    .flexslider.slider-big-image.award-slider {
      max-width: 600px;
      margin: 0 auto;
      position: relative; }
      .flexslider.slider-big-image.award-slider .slides img {
        max-width: 600px;
        margin: 0 auto;
        max-height: 400px;
        width: auto; }
  .flexslider.flex-carousel {
    max-width: 535px;
    margin: auto; }
    .flexslider.flex-carousel .slides img.carousel-thumb-image {
      width: 167px;
      height: 120px;
      border-radius: 8px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
      margin: 16px 4px;
      border: 2px solid #ffffff;
      opacity: 0.9; }
    .flexslider.flex-carousel .slides .flex-active-slide {
      width: 400px; }
      .flexslider.flex-carousel .slides .flex-active-slide img {
        border-color: #ff8400;
        opacity: 1; }

@media only screen and (max-width: 767px) {
  .flexslider.flex-carousel {
    display: none; } }
.mt-widget-search-iframe {
  min-height: 200px; }

.product__listing.product__grid .details {
  text-align: center;
  font-size: 1.14286em;
  font-weight: bold; }

.product__listing.product__grid .details .partNumber {
  text-align: center; }
