<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Responsive styles
*/

.desktop-hidden,
.tablet-hidden {
   display: none;
}

.res-form-field {
    max-width: 100%;
}

#mobile-header {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 10000;
    background: #626060;
    background: -moz-linear-gradient(top, #414141 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #414141 0%,#000000 100%);
    background: linear-gradient(to bottom, #414141 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#000000',GradientType=0 );
    color: #9d9fa2;
    border-bottom: 1px solid #6d6b6b;
    border-left: 1px solid #6d6b6b;   
    border-right: 1px solid #6d6b6b;
    box-sizing: border-box;
}

.responsive-table td {
    padding: 5px 10px;
}

.nav-pills {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-pills &gt; li {
  float: left;
}
#main-menu-toggle,
.dropdown-toggle {
  display: block;
  padding: 11px 14px 12px;
  text-decoration: none !important;
  overflow: hidden;
  font-size: 17px;
}
.dropdown.open .dropdown-toggle,
.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #676767;
  color: #ffffff;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  min-width: 198px;
  display: none;
  background-color: #676767;
  border: 1px solid #676767;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  color: #ffffff;
}
.dropdown.open .dropdown-menu {
  display: block;
}
.dropdown-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-menu li a {
  color: #ffffff;
  display: block;
  padding: 8px 10px;
  text-decoration: none;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  background-color: #363636;
}
#search-box {
  position: fixed;
  left: 0;
  top: 40px;
  width: 100%;
  padding: 10px 2.5%;
  box-sizing: border-box;
}
#search-box div.search {
  width: 100%;
  background-color: #ffffff;
  position: static;
}
#search-box .search input.text {
  font-size: inherit;
  height: auto;
}
#search-box .search input.text,
#search-box .search .search-button {
  padding-top: 3px;
  padding-bottom: 3px;
}
#search-box form {
    display: flex;
    
}
#header #search-box input.text {
    width: 100%;
    border-color: #fff;
}

#header #search-box .search .image-button {
    padding: 2px;
    background-position: 50% 50%;
}
button.search-btn {
    border:0;
    background: transparent;
    font-size: 22px;
}

/* Home page */
.banner-system img {
    width: 100%;
}
.store-mode.page-home .featured-columns .dialog-featured-list .content:before,
.store-mode.page-home .featured-columns .dialog .content:before {
    background-size: cover;
}

/* Product Page */
.store-mode #product-info-tabs-container.ui-tabs-panel img,
#product-info-tabs-container img 
{
    max-width: 100%;
}

/* Custom Monitor */
.video-list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.video-list li {
    width: 33.33%;
    padding: 5px 0;
}

.required-accesories {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.required-accesories li {
    padding-right: 20px;
}

.required-accesories li &gt; * {
    display: inline-block;
    vertical-align: middle;
}

.required-accesories label + label {
    margin-left: 20px;
}

/* 
    Nature of your business
*/
.business-types {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;    
}
.business-types li {
    width: 33.33%;
    padding: 5px 0;
}

/* Products grid */
.products-div {
  margin-left: -16px;
}
.products-div .item {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.products-div .item-box {
  margin: 0 0 0 16px;
  padding: 16px 16px 29px;
  position: relative;
}
.products-div .image {
  float: none;
  padding: 0;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.products-div .image .image-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.products-div .details {
  padding: 0;
}
.products-div .price-cell {
  margin-top: 5px;
}
.products-div a.product-title {
  word-wrap: break-word;  
}

/* Products filters */
.mobile-filter-name {
    display: none;
    padding: 0 0 5px;
    margin-bottom: 5px;
}
.catalog-mode .mobile-filter-name {
    border-bottom: 1px solid #fff;    
}

.scrollable-container {
    overflow-x: auto;
    width: 100%;
}

@media screen and (max-width:1300px) {
    
    html#catalog-mode #page-container,
    html#store-mode #page-container {
        max-width: 960px;
    }
    
    .catalog-mode .featured-columns .dialog-featured-list {
        width: 67%;
    }
    .catalog-mode .featured-columns .dialog-right-banners {
        width: 33%;
    }
    
}

@media screen and (max-width:991px) {
    
    html#catalog-mode #page-container,
    html#store-mode #page-container {
        max-width: 100%;
    }
    
    .mobile-hidden,
    #top-section #multilevelmenu {
        display: none;
    }
    
    .desktop-hidden {
        display: block;
    }
    
    .line1 .search,
    .line1 .top-links {
        display: none;
    }
    
    #header .menu-minicart {
        position: fixed;
        top: 11px;
        z-index: 10001;        
    }
    #header .menu-minicart .i1 {
        margin-right: 0;
        text-indent: -9999px;
    }
    #header .minicart ul.minicart-checkout {
        display: none;
    }
    
    #top-section {
        border-top: 1px solid #6d6b6b;
    }
    #top-menu {
        display: none;
    }
    
    #header .line1 .logo {
        width: 100%;
        text-align: center;        
    }
    
    .catalog-mode .featured-columns .dialog-featured-list,
    .catalog-mode .featured-columns .dialog-right-banners {
        width: 100%;
    }
    
    /* footer */
    .bottom-menu ul.multilevel-menu-level-0 {
        display: flex;
        flex-wrap: wrap;
    }
    .bottom-menu ul.multilevel-menu-level-0 &gt; li {
        float: left;
        width: 33.33%;
        display: block;
        box-sizing: border-box;
        max-width: none;
        padding-bottom: 30px;
    }
    .catalog-mode #footer .line3 {
        text-align: center;
        padding-right: 20px;
    }
    #footer .line4 {
        text-align: center;
        padding-left: 0;
    }
    .news-subscribe {
        padding-left: 20px;
    }
    
    
    .page-downloads .search-section {
        float: none;
        width: auto;
        margin: 20px 0 0;
    }
    
    .products-div .item-box {
        padding-left: 0;
        padding-right: 0;
    }
    
    
    .page-static #location-bar {
        height: auto;
    }
    
    /* Filters */
    .mobile-filter-name {
        display: block;
    }
    .product-filter .head-row,
    .catalog-mode .product-filter .head-row {
        display: none;
    }
    .product-filter .filters-row {
        display: flex;
        flex-wrap: wrap;
    }
    .product-filter .filters-row td:first-child {
        width: 100%;
    }
    .product-filter .filters-row td:not(:first-child) {
        width: 50%;
        text-align: left;
        box-sizing: border-box;
        padding-bottom: 20px;
    }
    .catalog-mode .product-filter .filters-row td {
        padding-left: 0;
    }
    
}

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

    .featured-columns .dialog {
        width: 100%;
    }
    .page-product #center-main {
        margin-left: 0;
    }
    #left-bar {
        float: none;
    }
    
    #content-container2 {
      float: left;
      position: relative;
      right: auto;
      width: 100%;
    }
    #center {
      float: none;
      width: auto;
      left: auto;
    }
    #left-bar {
      float: none;
      width: auto;
      margin: auto;
      position: static;
    }
    .catalog-mode #left-bar {
      border-top: #000 1px solid;
      border-right: 0;
    }
    #center-main,
    div.opc-container #center-main,
    .catalog-mode #center-main {
      margin-right: 0;
      margin-left: 0;
    }
    .catalog-mode .center-main-box {
        padding-left: 10px;
        border-right-width: 10px;
    }
    
    .store-mode.page-home .featured-columns .dialog-featured-list .title {
        margin-right: -26px;
    }
    .store-mode.page-home .featured-columns .dialog .title {
        margin-left: -26px;
    }
    .store-mode.page-home .featured-columns .dialog .content:before {
       margin-left: -26px;
    }
    
    .products:not(.products-div) .item {
        padding-left: 30px;
        margin-right: 10px;
    }
    .cart.products .item {
        padding-left: 0;
    }
    .products-div .item {
        width: 50%;
    }
    
    .bottom-menu ul.multilevel-menu-level-0 &gt; li {
        width: 50%;
    }
    
    /*  checkout */
    .invoice-company-icon {
        text-align: center;
        display: block;
        
    }
    .invoice-data-box {
        padding-left: 0;
        display: block;
    }
    
    .catalog-mode #location-bar {
        padding-left: 0;
    }
    .catalog-mode #location-bar .page-title {
        padding-left: 20px;
    }
    
    .video-list li,
    .business-types li {
        width: 50%;
    }

    .page-type2 #location {
        margin-left: 0;
    }
    .page-type2 #center-main {
        padding-right: 20px;
        padding-left: 20px;
    }
    
    .estimator-container {
        width: 100%;
    }
    .estimator-container .button-row {
        height: auto;
    }

    .popup-address li.address-box {
        margin: 0 10px 10px 0;
    }

    .address .address-field input,
    .address .address-field select {
      width: 90%;
      display: block;
    }
    .address-field .data-name {
      width: auto;
    }
    .address-field div.data-required {
      margin-left: 0;
    }
    .address .address-field input.zipcode {
      width: 100px;
      margin-left: 0;
    }
    .address-container li.address-box {
      margin: 0 auto 50px auto;
      display: block;
    }
    
    #left-bar .product-details-2 {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .desktop-product-details {
        display: none;
    }
    .mobile-product-details {
        display: block;
    }

}

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

    .fcomp-compare-buttons .text-block {
        float: none;
    }
    #center-main {
        border: 0;
    }    
    .dpimages-icons-box {
        display: block;
    }
    .dpimages-icons-box a:link, .dpimages-icons-box a:visited, .dpimages-icons-box a:hover, .dpimages-icons-box a:active {
        display: inline-block !important;
    }
    .bottom-menu ul.multilevel-menu-level-0 &gt; li {
        width: 100%;
    }
    
    .product-filter-box .product-filter,
    .product-filter-box .text-block {
        float: none;
        margin: 0 0 20px;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    
    .cart .item .image,
    .cart .item .details {
        width: 100%;
        margin: 0 0 20px;
        float: none;
        padding: 0;   
        display: block;
    }
    
    .invoice-products {
        font-size: 11px;
    }
    
    .invoice-products .invoice-quantity-column {
        display: none;
    }
    
    .video-list li,
    .business-types li {
        width: 100%;
    }
    
    .product-catalogs-table .c1 {
        padding-left: 10px;
    }
    
    .hi-res-search input {
        width: 100%;
    }
    
    #location-bar {
        height: 60px;
    }
    
    table.data-table input,
    table.data-table select,
    table.data-table textarea{
        width: 100%;
    }
    
    #center-main .ui-tabs .ui-tabs-nav li {
        width: 100%;
    }
    #center-main .ui-tabs .ui-tabs-nav li a {
        display: block;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
    input.date-range {
        width: 100%;
    }
    #top-message {
        width: 95%;
    }
    
    #product-tabs-container .ui-tabs-panel {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #location-bar .page-title {
        line-height: 1.3em;
    }
    
    .store-mode #product-info-tabs-container .ui-tabs-panel {
        margin: 5px;
    }

    .required-accesories li {
        display: block;
        width: 100%;
        padding-right: 0;
    }    
    .required-accesories label + label {
        margin-left: 0;
        margin-top: 5px;
        display: block;
    }

    .responsive-table &gt; tbody &gt; tr &gt; td {
        display: block;
    }

    /* detailed poduct images */
    .product-details .image .image-box, 
    .product-details-image .image-box {
        width: auto;
        height: auto;
    }

}</pre></body></html>