@font-face {
  font-family: 'HiltiRoman';
  src: url(/Themes/Hilti/Content/fonts/HiltiRoman.woff2) format("woff2");
}
@font-face {
  font-family: 'HiltiBold';
  src: url(/Themes/Hilti/Content/fonts/HiltiBold.woff2) format("woff2");
  font-weight: 700;
}
/* GLOBAL STYLES */

/* GLOBAL FORMS */

/* GLOBAL TABLES */

/* NOTIFICATIONS & POPUPS */

/* HEADER */

/* HEADER MENU */

/* FOOTER */

/* LEFT/RIGHT COLUMN */

/* CATEGORY PAGE & GRIDS */

/* PRODUCT PAGE */

/* REVIEW PAGE */

/* WISHLIST & COMPARE LIST */

/* TOPICS */

/* CONTACT PAGES */

/* REGISTRATION, LOGIN, MY ACCOUNT */

/* SHOPPING CART */

/* CHECKOUT */

/* ORDER DETAILS & RETURN REQUEST */

/* SEARCH & SITEMAP */

/* BLOG & NEWS */

/* FORUM & PROFILE */

@media all and (min-width: 721px) {
  .downloadable-products-page .data-table col:first-child {
    display: none !important;
  }
  .downloadable-products-page .data-table th:first-child {
    display: none !important;
  }
  .downloadable-products-page .data-table td:first-child {
    display: none !important;
  }
  .return-request-page col:first-child {
    display: none !important;
  }
  .return-request-page th:first-child {
    display: none !important;
  }
  .return-request-page td:first-child {
    display: none !important;
  }
  .eu-cookie-bar-notification {
    padding: 10px;
  }
  .eu-cookie-bar-notification .content > div {
    display: inline-block;
    vertical-align: middle;
  }
  .eu-cookie-bar-notification a {
    display: inline-block;
    margin: 0 0 0 15px;
  }
  .eu-cookie-bar-notification .text {
    margin: 10px;
  }
  .eu-cookie-bar-notification button {
    margin: 10px;
  }
  .social-sharing {
    margin-bottom: 0;
  }
  .footer-block {
    width: 50%;
  }
  .footer-block-left {
    float: left;
  }
  .footer-block-right {
    float: right;
  }
  .product-selectors {
    display: table;
    width: 100%;
    margin: 0 0 30px;
    background-color: rgba(215, 206, 189, 0.4);
    padding: 15px 30px;
  }
  .infinite-scroll-enabled .product-sorting {
    text-align: right;
  }
  .product-viewmode {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    text-align: left;
  }
  .product-viewmode a {
    display: inline-block;
    height: 21px;
    background-image: url('/Themes/_Brandon/Content/img/view-mode.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    opacity: 0.3;
  }
  .product-viewmode a.grid {
    width: 21px;
    margin: 0 10px 0 0;
    background-position: 0 center;
  }
  .product-viewmode a.list {
    width: 24px;
    background-position: -21px center;
  }
  .product-viewmode a.selected {
    opacity: 1;
  }
  .product-sorting {
    display: table-cell;
    vertical-align: middle;
  }
  .product-sorting > span {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
  }
  .product-sorting > div {
    display: inline-block;
    vertical-align: middle;
  }
  .product-page-size {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    text-align: right;
  }
  .product-page-size > span {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
  }
  .product-page-size > div {
    display: inline-block;
    vertical-align: middle;
  }
  .item-box {
    width: 32%;
    margin-bottom: 7%;
  }
  .item-box:nth-child(2n+1) {
    clear: none;
    margin-left: 2%;
  }
  .item-box:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .item-box .buttons {
    display: block;
    margin: 15px 10px 0;
    padding: 5px;
  }
  .item-box .buttons.desktop {
    display: none;
  }
  .item-box button {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
    vertical-align: middle;
    color: white;
    text-transform: uppercase;
  }
  .item-box button:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 15px 0 -15px;
    background-image: url('/Themes/Hilti/Content/img/icons/cart_add_white.svg');
    background-size: 25px;
    background-position: left top;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .item-box button span {
    vertical-align: middle;
    font-weight: 400;
  }
  .item-box .product-box-add-to-cart-button {
    width: 100%;
  }
  .item-box .add-to-wishlist-button {
    display: none;
    font-size: 0 !important;
  }
  .item-box .add-to-compare-list-button {
    display: none;
    font-size: 0 !important;
  }
  .air-theme .item-box .buttons {
    background-color: #eda187;
  }
  .air-theme .item-box button {
    font-size: 14px;
  }
  .air-theme .product-list .item-box .description {
    font-family: 'Raleway', sans-serif;
  }
  .air-theme .product-list .item-box button {
    background-color: #eda187;
  }
  .air-theme .product-list .item-box .add-to-wishlist-button:before {
    background-color: #eda187;
    background-position: -40px bottom;
  }
  .air-theme .product-list .item-box .add-to-compare-list-button:before {
    background-color: #eda187;
    background-position: -80px bottom;
  }
  .air-theme .product-list .product-box-add-to-cart-button {
    font-size: 14px;
  }
  .air-theme .order-progress a span {
    font-size: 13px;
  }
  .air-theme .checkout-page .address-item {
    font-size: 13px;
  }
  .earth-theme .item-box .buttons {
    background-color: #d7cebd;
  }
  .earth-theme .item-box button {
    font-size: 16px;
  }
  .earth-theme .product-list .item-box button {
    background-color: rgba(215, 206, 189, 0.4);
  }
  .earth-theme .product-list .item-box .add-to-wishlist-button:before {
    background-color: rgba(215, 206, 189, 0.4);
    background-position: -40px bottom;
  }
  .earth-theme .product-list .item-box .add-to-compare-list-button:before {
    background-color: rgba(215, 206, 189, 0.4);
    background-position: -80px bottom;
  }
  .earth-theme .product-list .product-box-add-to-cart-button {
    font-size: 16px;
  }
  .earth-theme .order-progress a span {
    font-size: 15px;
  }
  .earth-theme .checkout-page .address-item {
    font-size: 16px;
  }
  .home-page-category-grid .item-box {
    width: 49%;
  }
  .home-page-category-grid .item-box:nth-child(even) {
    clear: none;
    margin-left: 2%;
  }
  .home-page-category-grid .item-box:nth-child(odd) {
    clear: both;
    margin-left: 0;
  }
  .manufacturer-grid .item-box {
    width: 32%;
  }
  .manufacturer-grid .item-box:nth-child(2n+1) {
    clear: none;
    margin-left: 2%;
  }
  .manufacturer-grid .item-box:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .vendor-grid .item-box {
    width: 32%;
  }
  .vendor-grid .item-box:nth-child(2n+1) {
    clear: none;
    margin-left: 2%;
  }
  .vendor-grid .item-box:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .product-list .item-box {
    display: table;
    float: none;
    width: 100%;
    margin: 0 0 50px !important;
  }
  .product-list .item-box .product-item {
    display: table-row;
  }
  .product-list .item-box .picture {
    display: table-cell;
    width: 40%;
    margin: 0;
    padding: 0 30px 0 0;
    vertical-align: top;
  }
  .product-list .item-box .picture img {
    bottom: auto;
    width: 100%;
  }
  .product-list .item-box .picture .buttons {
    display: none !important;
  }
  .product-list .item-box .details {
    display: table-cell;
    position: relative;
    padding: 20px 0 70px;
    text-align: left;
    vertical-align: top;
  }
  .product-list .item-box .details .buttons {
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0;
    opacity: 1;
  }
  .product-list .item-box .product-title {
    height: auto;
    margin: 0 0 15px;
  }
  .product-list .item-box .product-rating-box {
    display: block;
    margin: 0 0 15px;
  }
  .product-list .item-box .description {
    display: block;
    margin: 0 0 20px;
    line-height: 25px;
  }
  .product-list .item-box button {
    margin: 0 5px 0 0 !important;
    padding: 5px !important;
  }
  .product-list .item-box button:hover {
    opacity: 0.9;
  }
  .product-list .item-box button:before {
    margin: 0;
  }
  .product-list .item-box .add-to-wishlist-button {
    display: inline-block;
    background-color: rgba(215, 206, 189, 0.4) !important;
  }
  .product-list .item-box .add-to-compare-list-button {
    display: inline-block;
    background-color: rgba(215, 206, 189, 0.4) !important;
  }
  .product-list .product-box-add-to-cart-button {
    width: auto;
    min-width: 200px;
  }
  .product-list .product-box-add-to-cart-button span {
    margin: 0 10px !important;
  }
  .pager {
    background-color: rgba(215, 206, 189, 0.4);
    padding: 20px;
  }
  .rental-attributes .attribute-item {
    display: inline-block;
    margin: 0 10px;
  }
  .rental-attributes .datepicker {
    width: 150px;
  }
  .tier-prices .prices-table {
    display: table;
    width: 100%;
    border: none;
    border-collapse: collapse;
    background-color: #eeeeee;
  }
  .tier-prices .prices-row {
    display: table-row;
    float: none;
    width: auto;
    background-color: white;
  }
  .tier-prices .prices-row > div {
    display: table-cell;
    border: 1px solid #eeeeee !important;
  }
  .tier-prices .field-header {
    min-width: 100px;
  }
  .product-reviews-page .buttons {
    border-top: 1px solid #eeeeee;
    padding: 40px 0 0;
  }
  .wishlist-content button {
    display: inline-block;
    width: auto;
    min-width: 180px;
    margin: 5px;
    text-align: center;
  }
  .wishlist-content .update-wishlist-button {
    float: left;
  }
  .wishlist-content .wishlist-add-to-cart-button {
    float: right;
  }
  .wishlist-content .email-a-friend-wishlist-button {
    float: left;
  }
  .contact-page .buttons {
    border-top: 1px solid #eeeeee;
    padding: 40px 0 0;
  }
  .email-a-friend-page .buttons {
    border-top: 1px solid #eeeeee;
    padding: 40px 0 0;
  }
  .apply-vendor-page .buttons {
    border-top: 1px solid #eeeeee;
    padding: 40px 0 0;
  }
  .registration-page .form-fields {
    padding: 25px 2% 20px;
  }
  .registration-page .form-fields:after {
    content: "";
    display: block;
    clear: both;
  }
  .registration-page .inputs {
    float: left;
    width: 49%;
    margin-left: 2%;
  }
  .registration-page .inputs:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .registration-page .inputs:only-child {
    width: 100%;
  }
  .registration-page .custom-attributes {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .registration-page .custom-attributes li {
    width: 24.25%;
    margin: 0 0 0 1%;
  }
  .registration-page .custom-attributes li:nth-child(4n+1) {
    margin-left: 0;
  }
  .approvecustomer-page .inputs,
  .approvecustomer-page .inputs-inline {
    float: left;
    width: 49%;
    margin-left: 2%;
  }
  .approvecustomer-page .inputs:nth-child(2n+1),
  .approvecustomer-page .inputs-inline:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .approvecustomer-page .inputs:only-child,
  .approvecustomer-page .inputs-inline:only-child {
    width: 100%;
  }
  .approvecustomer-page .custom-attributes {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .approvecustomer-page .custom-attributes li {
    width: 24.25%;
    margin: 0 0 0 1%;
  }
  .approvecustomer-page .custom-attributes li:nth-child(4n+1) {
    margin-left: 0;
  }
  .html-login-page .master-wrapper-content .login-page .register-block .inner-wrapper {
    padding: 30px;
  }
  .html-login-page .master-wrapper-content .login-page .register-block .inner-wrapper .content {
    padding: 0 20px;
  }
  .account-page #shipping-new-address-form {
    padding: 0;
    border: none;
  }
  .account-page #shipping-new-address-form .edit-address {
    margin-top: 0;
  }
  .account-page .account-activation-page .buttons .button-1 {
    background-color: #d2051e;
  }
  .account-page .form-fields {
    padding: 25px 2% 20px;
  }
  .account-page .form-fields:after {
    content: "";
    display: block;
    clear: both;
  }
  .account-page .edit-address {
    padding: 25px 2% 20px;
  }
  .account-page .edit-address:after {
    content: "";
    display: block;
    clear: both;
  }
  .account-page .inputs {
    float: left;
    width: 49%;
    margin-left: 2%;
  }
  .account-page .inputs:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .account-page .inputs:only-child {
    width: 100%;
  }
  .account-page .custom-attributes {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .account-page .custom-attributes li {
    width: 24.25%;
    margin: 0 0 0 1%;
  }
  .account-page .custom-attributes li:nth-child(4n+1) {
    margin-left: 0;
  }
  .account-page .address-list {
    overflow: hidden;
  }
  .account-page .address-list .section {
    float: left;
    width: 49%;
    max-width: none;
    margin-left: 2%;
  }
  .account-page .address-list .section:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .account-page .address-list .section:only-child {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .account-page .order-list {
    overflow: hidden;
  }
  .account-page .order-list .section {
    float: left;
    width: 49%;
    max-width: none;
    margin-left: 2%;
  }
  .account-page .order-list .section:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .account-page .order-list .section:only-child {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .return-request-list-page .page-body {
    overflow: hidden;
  }
  .return-request-list-page .section {
    float: left;
    width: 49%;
    max-width: none;
    margin-left: 2%;
  }
  .return-request-list-page .section:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .return-request-list-page .section:only-child {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .change-password-page .inputs {
    float: none;
    width: 440px;
    margin-left: auto !important;
  }
  .change-password-page .buttons {
    border-top: 1px solid #eeeeee;
    padding: 30px 0 0;
  }
  .vendorinfo-page .inputs {
    float: none;
    width: 440px;
    margin-left: auto !important;
  }
  .vendorinfo-page .buttons {
    border-top: 1px solid #eeeeee;
    padding: 30px 0 0;
  }
  .order-progress {
    margin: 45px 0 75px;
    text-align: center;
  }
  .order-progress li {
    display: inline-block;
    width: 15%;
  }
  .order-progress li:before {
    content: "";
    display: block;
    position: relative;
    top: 34px;
    z-index: -1;
    height: 2px;
    background-color: #eeeeee;
  }
  .order-progress li:first-child:before {
    margin-left: 50%;
  }
  .order-progress li:last-child:before {
    margin-right: 50%;
  }
  .order-progress a {
    display: inline-block;
    width: 65px;
    height: 65px;
    border: 2px solid #eeeeee;
    border-radius: 50%;
    background-color: white;
    background-image: url('/Themes/_Brandon/Content/img/order-progress-sprite-big.png');
    background-repeat: no-repeat;
    background-position: center 0;
  }
  .order-progress a span {
    position: relative;
    top: 75px;
    text-transform: uppercase;
  }
  .order-progress .active-step a {
    border-color: #dddddd;
  }
  .order-progress .active-step a.cart-step {
    background-position: center -390px;
  }
  .order-progress .active-step a.address-step {
    background-position: center -455px;
  }
  .order-progress .active-step a.shipping-step {
    background-position: center -520px;
  }
  .order-progress .active-step a.payment-step {
    background-position: center -585px;
  }
  .order-progress .active-step a.confirm-step {
    background-position: center -650px;
  }
  .order-progress .active-step a.complete-step {
    background-position: center -715px;
  }
  .order-progress a.cart-step {
    background-position: center 0;
  }
  .order-progress a.address-step {
    background-position: center -65px;
  }
  .order-progress a.shipping-step {
    background-position: center -130px;
  }
  .order-progress a.payment-step {
    background-position: center -195px;
  }
  .order-progress a.confirm-step {
    background-position: center -260px;
  }
  .order-progress a.complete-step {
    background-position: center -325px;
  }
  .cart-options button {
    text-align: center !important;
  }
  .cart-options button:before {
    margin: 0 10px 0 -20px !important;
  }
  .cart-options .update-cart-button {
    float: left;
  }
  .cart-options .continue-shopping-button {
    float: right;
  }
  .cart-collaterals {
    max-width: 600px;
  }
  .cart-footer .totals {
    max-width: 600px;
  }
  .checkout-page .address-grid {
    text-align: left;
    font-size: 0;
  }
  .checkout-page .address-item {
    display: inline-block;
    width: 48%;
    margin: 0 1% 2%;
  }
  .checkout-page .address-item:only-child {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .checkout-page .enter-address {
    padding: 25px 2% 20px;
  }
  .checkout-page .enter-address:after {
    content: "";
    display: block;
    clear: both;
  }
  .checkout-page .enter-address .inputs {
    float: left;
    width: 49%;
    margin-left: 2%;
  }
  .checkout-page .enter-address .inputs:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .checkout-page .enter-address .inputs:only-child {
    width: 100%;
  }
  .order-review-data {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .order-review-data ul {
    display: block;
    width: 50%;
    outline: 10px solid white;
  }
  .order-details-area {
    display: table;
    width: 100%;
  }
  .order-details-area ul {
    display: table-cell;
    width: 50%;
    outline: 10px solid white;
  }
  .shipment-details-area {
    display: table;
    width: 100%;
  }
  .shipment-details-area ul {
    display: table-cell;
    width: 50%;
    outline: 10px solid white;
  }
  .blog-page .blog-links {
    padding: 10px 5px;
  }
  .blog-page .tags {
    display: inline-block;
  }
  .blog-page .comments {
    display: inline-block;
  }
  .blogpost-page .tags {
    display: inline-block;
  }
  .blog-comment {
    overflow: hidden;
  }
  .news-comment {
    overflow: hidden;
  }
  .comment-info {
    float: left;
    width: 20%;
    margin: 0;
  }
  .comment-content {
    float: right;
    width: 77%;
    text-align: left;
  }
  .new-comment .buttons {
    border-top: 1px solid #eeeeee;
    padding: 40px 0 0;
  }
  .news-list-homepage .news-item {
    max-width: 700px;
  }
  .topic-post {
    overflow: hidden;
  }
  .topic-post .post-info {
    float: left;
    width: 25%;
    margin: 0;
    text-align: center;
  }
  .topic-post .user-stats li {
    display: block;
  }
  .topic-post .post-content {
    float: right;
    width: 75%;
    text-align: left;
  }
  .topic-post .post-head {
    overflow: hidden;
  }
  .topic-post .post-time {
    display: block;
    float: left;
    margin: 0 0 0 20px;
  }
  .topic-post .post-actions {
    float: right;
    margin: 0 20px 0 0;
  }
  .topic-post .post-actions a {
    margin: 0 10px;
  }
  .topic-post .post-vote {
    margin: 25px 0 0;
    border-top: 1px solid #eeeeee;
    padding: 20px 0 0;
  }
  .forum-edit-page .buttons {
    border-top: 1px solid #eeeeee;
    padding: 30px 0 0;
  }
  .forum-edit-page .buttons input {
    display: inline-block;
    width: auto;
    min-width: 150px;
    margin: 0 5px;
  }
  .move-topic-page .buttons {
    border-top: 1px solid #eeeeee;
    padding: 30px 0 0;
  }
  .move-topic-page .buttons input {
    display: inline-block;
    width: auto;
    min-width: 150px;
    margin: 0 5px;
  }
  .private-message-send-page .buttons {
    border-top: 1px solid #eeeeee;
    padding: 30px 0 0;
  }
  .private-messages .buttons input {
    display: inline-block;
    width: auto;
    min-width: 150px;
    margin: 0 5px;
  }
  .private-messages-page .buttons input {
    min-width: 180px;
    margin: 5px;
  }
  .private-message-view-page input.back-pm-button {
    display: block;
    min-width: 0;
    margin: 10px auto -10px;
    background: url('/Themes/_Brandon/Content/img/forum-sprite.png') -100px center no-repeat;
    padding: 0 0 0 35px;
    text-align: left;
  }
  /*responsive banner*/
  
  .home-page .topic-block .desktop-banner {
    display: block;
    max-width: 1280px;
    margin: 0 auto;
  }
  .home-page .topic-block .mobile-banner {
    display: none;
  }
  #popup_content center .vertical-buttons .typewrapper {
    display: inline-flex;
  }
}
