/*   
Theme Name: Base CSS For Znode MVC Demo.
Theme URI: -
Description: Base CSS for Znode MVC Demo project. 
Author: Base CSS.
Author URI: www.mrrsoft.com
Version: 1.0.0.1

/***************** GENERAL CLASS & WIDGETS ******************
Button ,Grid ,Pagination ,Dropdown ,Scroll Bar ,Table.
*/
/****************************************************************************************/
/*--mixin--*/
html, body {
  height: 100%;
  font-family: Arial;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.nopadding {
  padding: 0;
  margin: 0; }

.required:after {
  content: ' * ';
  color: #37a8e2; }

/** top header navigation styles */
.nav-top-header-text {
  color: #37a8e2; }

.header-link ul li .nav-no-hover:hover {
  color: #37a8e2;
  cursor: pointer; }

#nav-header-top {
  background: #ffffff;
  color: #37a8e2; }

.nav-bar-item a:hover {
  cursor: pointer;
  color: #37a8e2; }

.nav-no-hover:hover {
  cursor: text;
  color: #37a8e2 !important; }

/* ICONS */
.user-icon {
  margin-top: 5px;
  margin-left: -17px;
  margin-right: 2px;
  font-size: 16px; }

.user-icon:hover {
  color: #37a8e2; }

.login-status {
  margin-top: -2px;
  transition: all 0.3s ease; }

.cart-icon {
  color: #37a8e2;
  font-size: 16px; }

.cart-icon:hover {
  cursor: pointer;
  color: #37a8e2; }

.cartcount {
  font-size: 10px;
  margin-top: -8px; }

.phone-icon {
  margin-right: 2px; }

.mail-icon .world-icon {
  margin-right: 0px; }

.login-link {
  padding-right: 10px;
  color: #37a8e2; }

.login-link:hover {
  cursor: pointer;
  color: #37a8e2; }

.zf-login-user {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 16px; }

.account-container {
  display: flex;
  justify-content: flex-end;
  height: 45px;
  margin-right: 3px;
  margin-left: 17px;
  margin-top: 8px;
  list-style: none;
  width: 33%;
  padding-right: 8px; }

#breadcrumb-content {
  height: 38px;
  margin-top: 22px; }

.username:hover {
  color: #37a8e2; }

.user-icon-layout:hover {
  color: #37a8e2; }

#logout-form {
  margin-right: 8px;
  transition: all 0.3s ease; }

.account-logout:hover {
  color: #37a8e2; }

a form #logout-form:hover {
  color: #37a8e2; }

/* end of style for top heade navigation */
a {
  outline: medium none;
  text-decoration: none;
  color: #0000ee; }
  a:hover, a:active, a:focus {
    outline: medium none;
    text-decoration: none;
    color: #800080; }

h1, h2, h3, h4, h5 {
  color: #000000;
  font-family: Arial; }

h1, h2 {
  margin: 8px 0;
  font-size: 30px; }

h3, h4 {
  margin: 6px 0;
  font-size: 27px; }

h5 {
  margin: 4px 0;
  font-size: 14px; }

.padding-top {
  padding-top: 15px; }

.padding-top-bottom {
  padding: 15px 0; }

.margin-top {
  margin-top: 15px; }

.margin-top-bottom {
  margin: 15px 0; }

.margin-bottom {
  margin-bottom: 15px; }

.field-validation-error, .error-msg {
  color: #cc0000; }

.success-msg {
  color: #5cb85c; }

/*----Button----*/
.btn-text {
  display: inline-block;
  min-width: 70px;
  text-align: center;
  font-family: Arial;
  border: 0;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px;
  margin-left: 5px;
  height: 34px;
  line-height: 34px; }
  .btn-text:hover, .btn-text:active, .btn-text:focus {
    color: #ffffff; }

.btn-text-icon {
  display: inline-block;
  min-width: 70px;
  text-align: center;
  font-family: Arial;
  border: 0;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 15px 1px 10px;
  height: 45px;
  line-height: 45px;
  margin-left: 5px; }
  .btn-text-icon:hover, .btn-text-icon:active, .btn-text-icon:focus {
    color: #ffffff; }
  .btn-text-icon i {
    padding-right: 5px;
    font-size: 16px;
    line-height: 45px;
    float: left; }

.btn-text-full {
  display: inline-block;
  min-width: 70px;
  text-align: center;
  font-family: Arial;
  border: 0;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  padding: 0 15px 1px 10px;
  height: 45px;
  line-height: 45px; }
  .btn-text-full:hover, .btn-text-full:active, .btn-text-full:focus {
    color: #ffffff; }
  .btn-text-full i {
    padding-right: 10px;
    font-size: 28px;
    line-height: 45px;
    float: left;
    border-right: 1px solid #c3c3c3; }
  .btn-text-full.compact {
    width: auto; }
    .btn-text-full.compact i {
      border-right: none; }

.btn-card {
  display: inline-block;
  min-width: 70px;
  text-align: center;
  font-family: Arial;
  border: 0;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 4px;
  font-size: 13px;
  padding: 0 15px 0 10px;
  line-height: 34px; }
  .btn-card:hover, .btn-card:active, .btn-card:focus {
    color: #ffffff; }
  .btn-card i {
    padding-right: 5px;
    font-size: 16px;
    line-height: 30px;
    float: left; }

.btn-wishlist {
  display: inline-block;
  min-width: 70px;
  text-align: center;
  font-family: Arial;
  border: 0;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 4px;
  background-color: #fff;
  color: #000000;
  font-size: 13px;
  border: 1px solid #c3c3c3;
  padding: 0 10px 1px 5px; }
  .btn-wishlist:hover, .btn-wishlist:active, .btn-wishlist:focus {
    color: #000000; }
  .btn-wishlist i {
    padding-right: 5px;
    font-size: 13px;
    line-height: 26px;
    float: left; }

.red {
  background: #37a8e2; }

.grey {
  background: #75bf44; }

/*----Input Fields----*/
input[type="text"], input[type="password"], input[type="email"], input[type="number"] {
  color: #000000;
  padding: 0 5px;
  font-family: Arial;
  font-size: 14px;
  width: 100%;
  border: 1px solid #c3c3c3;
  box-shadow: none;
  height: 34px;
  border-radius: 4px; }

textarea {
  color: #000000;
  padding: 0 5px;
  font-family: Arial;
  font-size: 14px;
  width: 100%;
  border: 1px solid #c3c3c3;
  box-shadow: none;
  resize: none;
  overflow-y: auto; }

/*---Select---*/
select {
  color: #000000;
  font-size: 12px;
  width: 100%;
  height: 34px;
  padding: 2px 20px 2px 5px;
  border: 1px solid #c3c3c3;
  box-shadow: none;
  outline: medium none;
  -moz-appearance: none;
  -ms-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-transition: all 0.0s ease;
  -moz-transition: all 0.0s ease;
  -o-transition: all 0.0s ease;
  -ms-transition: all 0.0s ease;
  transition: all 0.0s ease; }
  select option:hover {
    border: 0;
    box-shadow: none;
    outline: medium none;
    -webkit-transition: all 0.0s ease;
    -moz-transition: all 0.0s ease;
    -o-transition: all 0.0s ease;
    -ms-transition: all 0.0s ease;
    transition: all 0.0s ease; }

select::-ms-expand {
  display: none;
  -webkit-transition: all 0.0s ease;
  -moz-transition: all 0.0s ease;
  -o-transition: all 0.0s ease;
  -ms-transition: all 0.0s ease;
  transition: all 0.0s ease; }

select:focus {
  outline: none !important;
  border: 1px solid #75b0ed;
  box-shadow: 0 0 5px #75b0ed; }

.ie select {
  display: none;
  -webkit-transition: all 0.0s ease;
  -moz-transition: all 0.0s ease;
  -o-transition: all 0.0s ease;
  -ms-transition: all 0.0s ease;
  transition: all 0.0s ease; }

/*----Input Fields Inner Icons----*/
.left-inner-icon {
  position: relative; }
  .left-inner-icon input {
    padding-left: 36px; }
  .left-inner-icon i {
    position: absolute;
    padding: 8px 5px;
    height: 34px;
    pointer-events: none;
    top: 0;
    color: #75bf44;
    line-height: 4px; }
  .left-inner-icon .unit {
    background-color: #737373;
    color: #fff;
    width: 32px;
    height: 34px;
    text-align: center;
    line-height: 18px; }

.right-inner-icon {
  position: relative; }
  .right-inner-icon input {
    padding-right: 36px; }
  .right-inner-icon i {
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 10px;
    height: 34px;
    pointer-events: none;
    color: #75bf44;
    line-height: 4px; }
  .right-inner-icon .unit {
    background-color: #737373;
    color: #fff;
    width: 32px;
    height: 34px;
    text-align: center;
    line-height: 18px; }
  .right-inner-icon .unit-text {
    background-color: #737373;
    color: #fff;
    width: 35px;
    height: 34px;
    text-align: center;
    padding: 7px 5px;
    font-size: 10px;
    line-height: 14px; }

/*----Chackbox & Redio Button----*/
.styled-input input[type=radio] {
  display: none; }

.styled-input input[type=radio]:checked + label:before {
  font-family: 'znode-icon-f';
  content: "\f192";
  color: #37a8e2;
  font-size: 18px; }

.styled-input input[type=radio] + label {
  display: block;
  position: relative;
  padding-left: 2em;
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: normal; }

.styled-input input[type=radio] + label:before {
  font-family: 'znode-icon-f';
  content: "\f10c";
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 5px;
  color: #000000;
  line-height: 20px;
  font-size: 18px; }

.styled-input input[type=checkbox] {
  display: none; }

.styled-input input[type=checkbox]:checked + label:before {
  font-family: 'znode-icon-f';
  content: "\f046";
  color: #37a8e2;
  font-size: 18px; }

.styled-input input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 2em;
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: normal; }

.styled-input input[type=checkbox] + label:before {
  font-family: 'znode-icon-f';
  content: "\f096";
  margin-right: 10px;
  position: absolute;
  top: 2px;
  left: 5px;
  color: #000000;
  line-height: 20px;
  font-size: 18px; }

/*****-------Header SASS CSS-------*****/
.banner center img {
  width: 90%;
  margin-top: 19px; }

.banner .cat-banner-top center img {
  width: 90%;
  margin-top: -25px;
  margin-bottom: 45px; }

.header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: 146px;
  transition: height 500ms, background 500ms;
  z-index: 999;
  background-color: #ffffff; }

.header-logo {
  float: left;
  width: 100%;
  min-height: 45px;
  padding-right: 5px; }

.shrink {
  height: 88px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9); }

.shrink .header-logo {
  min-height: 30px; }

.shrink .header-logo img {
  width: 140px;
  max-height: 58px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.hide-show {
  display: none; }

.header-link-contain {
  margin-top: 28px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.shrink .header-link-contain {
  margin-top: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.header-link ul li {
  display: inline;
  list-style: none;
  border-right: 1px solid #c3c3c3;
  padding: 0 5px;
  line-height: 34px;
  position: relative; }

.header-link ul li:hover {
  color: #37a8e2; }

.header-link ul li .cart:hover {
  color: inherit; }

.header-link ul li:last-child {
  border: none; }

.header-link ul li a {
  padding-left: 5px; }

.header-link ul li .header-toolbar-cart {
  color: #37a8e2;
  font-size: 24px; }

.header-link ul li .cartcount {
  top: -14px;
  background-color: #75bf44;
  height: 16px;
  width: 16px;
  border-radius: 50px;
  color: #ffffff;
  line-height: 16px;
  text-align: center; }

.header-link ul li form {
  display: inline; }

.header-link ul li a.user-icon, .header-link ul li a.user-icon:hover, .order-link, .order-link:hover {
  padding-left: 0;
  color: #37a8e2; }

.header-nav-container {
  background-color: #37a8e2;
  height: 50px; }

.navbar-collapse {
  background-color: #37a8e2; }

/*****-------Header Nav SASS CSS-------*****/
.nav-home {
  padding: 8px 4px 8px 0; }

.nav-home a {
  background-color: #37a8e2;
  border-radius: 50px;
  padding: 6px 8px !important; }

.nav-home i {
  font-size: 13px; }

.navbar-nav {
  width: 100%; }

.navbar-nav > li > a {
  padding: 15px;
  font-size: 14px;
  color: #ffffff !important;
  text-transform: uppercase; }

.navbar-nav > li > a > h5 {
  color: #ffffff !important; }

.navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus, .navbar-nav > li:hover {
  background-color: #37a8e2; }

.navbar-nav li .dropdown-menu {
  border-top: 5px solid #37a8e2; }

.navbar-nav li .dropdown-menu li .dropdown-header a:hover {
  color: #37a8e2; }

.dropdown:hover .dropdown-menu {
  display: block; }

.dropdown-menu ul {
  padding: 0 0 10px 15px; }

.dropdown-menu li {
  line-height: 40px;
  min-height: 24px; }

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static; }

.yamm .container {
  position: relative; }

.yamm .dropdown-menu {
  left: auto; }

.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0; }

.yamm .yamm-content {
  padding: 20px; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 15px;
  right: 15px;
  min-height: 250px; }

.yamm .dropdown ul li {
  width: 19%;
  background-color: transparent;
  display: inline-block;
  vertical-align: top;
  line-height: 24px; }

.yamm .dropdown ul li a {
  font-weight: bold;
  background-color: transparent;
  color: #333; }

.yamm .dropdown ul li a:hover, .yamm .dropdown ul li .sub-menu-child li a:hover {
  color: #37a8e2; }

.yamm .dropdown ul li .sub-menu-child {
  padding-left: 40px; }

.yamm .dropdown ul li .sub-menu-child li {
  width: 100%;
  list-style: none; }

.yamm .dropdown ul li i {
  padding-right: 10px;
  color: #37a8e2; }

.yamm .dropdown ul li .sub-menu-child li a {
  color: #999;
  background-color: transparent; }

.yamm .dropdown ul li .sub-menu-child li ul li a {
  font-weight: normal; }

/*****-------Footer SASS CSS-------*****/
footer {
  position: relative;
  clear: both;
  box-shadow: 0px 500px 0px 500px #252525; }

.footer-container {
  background: #37a8e2; }

.footer-container .footer-information {
  padding: 15px 0;
  font-size: 13px;
  color: #ffffff; }

.footer-container .footer-information .nav-home {
  display: none; }

.footer-container .header-footer {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px; }

.footer-container .header-footer h3 {
  margin: 10px 0;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'PTSans', sans-serif;
  font-size: 15px;
  padding-left: 5px; }

.footer-container .footer-information a {
  color: #ffffff;
  text-decoration: none;
  line-height: 26px; }

.footer-container .footer-information a:hover {
  color: #ffffff; }

.footer-container .footer-information li i {
  color: #959595;
  padding: 5px; }

.footer-container .footer-contact p, .footer-container .footer-contact a {
  padding-left: 5px; }

.footer-container .footer-shop ul li .sub-menu {
  display: none; }

.footer-container .footer-shop ul li {
  width: 100%;
  display: inline-block;
  list-style: none;
  background-color: transparent; }

.footer-container .footer-shop ul li a {
  padding: 0;
  float: left;
  text-transform: capitalize; }

.footer-container .footer-shop ul li a:hover {
  background-color: transparent; }

.footer-container .footer-shop ul li i {
  float: left; }

.footer-container .footer-copyright {
  background-color: #252525;
  border-top: 1px solid #ffffff; }

.footer-container .footer-copyright p {
  color: #ffffff;
  margin-bottom: 28px;
  text-align: center;
  font-size: 12px; }

.footer-container .footer-copyright ul {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px; }

.footer-container .footer-copyright ul li {
  list-style: none;
  display: inline-block;
  padding: 0 4px; }

.footer-container .footer-copyright ul li i {
  font-size: 26px;
  color: #ffffff; }

.footer-container .footer-copyright ul li i:hover {
  color: #ffffff; }

.footer-container .news-letter {
  background-color: #ffffff;
  padding: 20px 0;
  border-bottom: 1px solid #37a8e2; }

.footer-container .news-letter label {
  float: left;
  color: #fff;
  padding-right: 10px;
  line-height: 34px;
  margin-bottom: 0; }

.footer-container .news-letter input[type="text"], .footer-container .news-letter button {
  background-color: transparent;
  color: #ffffff; }

.footer-container .news-letter ul {
  float: right;
  padding-left: 0;
  margin-bottom: 0; }

.footer-container .news-letter ul li {
  list-style: none;
  display: inline-block; }

.footer-container .news-letter ul li i {
  font-size: 34px;
  color: #828282; }

.footer-container .news-letter ul li i:hover {
  color: #ffffff; }

.footer-container .footer-shop ul li .dropdown-menu {
  display: none; }

.product-grid .products-modes-setting {
  border-bottom: 5px solid #37a8e2;
  padding-top: 40px; }

.category-list h1 {
  border-bottom: 5px solid #37a8e2; }

.breadcrumb-container {
  color: #37a8e2;
  margin-top: 26px;
  margin-bottom: 20px; }

.product-grid .products-modes-setting .view-mode i:hover {
  background-color: #37a8e2;
  color: #ffffff; }

.product-grid .products-modes-setting .view-mode a.grid-view-opt-active > i {
  background-color: #37a8e2;
  color: #ffffff;
  border: 1px solid #37a8e2; }

.product-grid .products-modes-setting .view-mode a.list-view-opt-active > i {
  background-color: #37a8e2;
  color: #ffffff;
  border: 1px solid #37a8e2; }

.product-grid .products-modes-setting .view-mode a.text-view-opt-active > i {
  background-color: #37a8e2;
  color: #ffffff;
  border: 1px solid #37a8e2; }

.product-grid .product-view .view-item:hover {
  border: 1px solid #37a8e2; }

.product-details-tab .nav-tabs > li.active > a, .product-details-tab .nav-tabs > li.active > a:hover, .product-details-tab .nav-tabs > li.active > a:focus {
  background-color: #37a8e2;
  color: #ffffff; }

.product-details-tab ul li a {
  color: #37a8e2;
  background-color: #f8f8f8;
  border: 1px solid #37a8e2; }

.product-details-tab ul li a:hover {
  background-color: #37a8e2;
  color: #ffffff;
  border: 1px solid #37a8e2; }

.product-details-tab > ul {
  border-bottom: 5px solid #37a8e2; }

.product-view-details .product-variations .your-pricing h3 {
  color: #37a8e2; }

.shopping-cart .cart-total-title h2 {
  color: #37a8e2; }

.shopping-cart .cart-total .total h2 {
  color: #37a8e2; }

.table tbody tr td a {
  color: #37a8e2; }

.login-container {
  margin-top: 50px; }

.login-container .account-signup-container h3 {
  color: #37a8e2; }

.login-container .account-signup-link:hover i, .login-container .checkout-login-asguest:hover i, .register-container .account-signup-link:hover i {
  color: #37a8e2; }

.multiple-checkout .checkout-step h3 {
  color: #37a8e2; }

.multiple-checkout .review-order h4 {
  color: #37a8e2; }

.tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
  border-color: #37a8e2;
  border-right-color: transparent;
  color: #37a8e2; }

.tabs-left > li a:hover {
  background-color: #37a8e2;
  color: #ffffff; }

.account-dashboard {
  border-top: 2px solid #37a8e2; }

.account-dashboard .tabs-left i {
  color: #37a8e2; }

.account-dashboard nav > ul > li > a.selected {
  background-color: #37a8e2 !important;
  color: #ffffff !important; }

.account-dashboard nav > ul > li > a.selected i {
  color: #ffffff !important; }

.product-search .form-group i {
  color: #37a8e2; }

.pagination a {
  color: #37a8e2; }

.account-dashboard .address-book h5, .account-dashboard .address-book h3 {
  color: #37a8e2; }

addressList address-block {
  min-height: 200px; }

.product-wishlist-subtle {
  color: #ffffff;
  background-color: #efefef;
  margin-bottom: 6px; }

.product-view-details .product-variations .your-pricing {
  margin-top: 6px; }

.product-customize {
  border-right: 1px solid #efefef; }

.btn-wishlist-subtle {
  display: inline-block;
  min-width: 70px;
  text-align: center;
  font-family: Arial;
  border: 0;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 4px;
  background-color: #efefef;
  color: #ffffff;
  border: none;
  padding: 10px;
  border-radius: 0; }
  .btn-wishlist-subtle:hover, .btn-wishlist-subtle:active, .btn-wishlist-subtle:focus {
    color: #37a8e2; }
  .btn-wishlist-subtle i {
    vertical-align: middle;
    padding-right: 6px;
    font-size: 1.2em; }

.btn-customize-design {
  color: #37a8e2;
  background-color: white;
  font-size: 20px;
  font-weight: 100;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 10px;
  padding: 20px; }

.cart-item-title {
  font-size: 22px;
  display: inline; }

.cart-item-customize {
  color: #37a8e2; }

.cart-item-total.specific {
  font-size: 22px;
  padding: 0px;
  text-align: right;
  min-width: 88px; }
  .cart-item-total.specific.specific {
    color: #37a8e2; }

.cart-item-unitprice.specific {
  color: #75bf44;
  padding: 5px; }

.cart-item-img {
  max-width: 50px;
  max-height: 50px;
  margin: auto; }

.cart-item-approve sup {
  color: #37a8e2; }

.cart-item-approve .cart-item-approve-text {
  color: #37a8e2;
  font-weight: bold; }

.cart-item-approve input[type=text] {
  max-width: 54px; }

.cart-summary-footer-label {
  color: #75bf44;
  font-size: 24px;
  font-weight: bold; }

.cart-total-footnote {
  font-style: italic; }

#dynamic-order-subtotal, #dynamic-discount-amount, #shipping-order-total, #dynamic-tax-amount {
  color: #75bf44;
  font-size: 22px; }

#dynamic-order-total {
  font-weight: bold; }

#shipping-cost-row {
  margin-bottom: -15px; }

.shipping-cost {
  padding: 0px;
  text-align: right;
  width: 8.33333333%;
  float: left; }

/*Media Query CSS*/
@media (max-width: 991px) {
  #shipping-cost-row {
    margin-bottom: 0; }
  .shipping-cost {
    width: 66.66666667%; } }

@media (min-width: 320px) {
  .footer-container .footer-shop .navbar-nav {
    margin: 0; }
  .footer-container .footer-copyright img {
    margin: 0 auto; }
  .footer-container .news-letter .input-field {
    padding-left: 0;
    padding-right: 0; }
  .account-container-item .login-status {
    margin-right: 8px;
    margin-top: 0px; }
  nav .nav-home {
    display: none; }
  .account-dashboard .right-container .btn-text, .account-dashboard .address-book button {
    background-color: transparent;
    color: #37a8e2;
    font-weight: normal;
    padding: 0 3px; }
  .account-dashboard .edit-address button {
    background-color: #37a8e2;
    color: #ffffff;
    font-weight: 700;
    padding: 0 10px; } }

@media (max-width: 768px) {
  .col-xs-12.shipping-address {
    margin-left: 1%;
    width: 98%; }
  .account-container-item .login-status {
    margin-right: 8px;
    margin-top: 0px; }
  #logout-form {
    margin-top: 0px; }
  .account-container-item .cart {
    margin-left: -11px;
    margin-right: -45px; }
  .zf-login-user {
    margin-right: -181px; }
  .account-container {
    float: right;
    width: 100%; }
  .header-nav-container .navbar-toggle {
    float: left;
    margin: 2px 0 8px 10px; }
  .header-link.username {
    display: inherit; }
  .header-logo img {
    padding-left: 20px; }
  .header-main .header-logo img {
    margin-top: -2vw;
    height: 10vw; }
  .header-nav-container {
    margin-top: 10px; }
  .top-search-control {
    margin-top: 6vh;
    margin-bottom: 0px; }
  .banner center img {
    height: 22vh;
    width: 100%;
    padding: 0px;
    margin: 0px; }
  .banner img {
    height: 22vh;
    width: 100%;
    padding: 0px;
    margin: 0px; } }

@media (min-width: 768px) {
  h1, h2 {
    margin: 8px 0;
    font-size: 30px; }
  h3, h4 {
    margin: 6px 0;
    font-size: 27px; }
  .header-logo {
    min-height: 95px;
    padding-right: 0; }
  .footer-container .footer-copyright p {
    margin-top: 20px;
    text-align: left;
    font-size: 12px; }
  .footer-container .footer-copyright ul li i {
    font-size: 34px; }
  .footer-container .footer-copyright ul {
    text-align: right; }
  .footer-container .news-letter .input-field {
    padding-left: 15px;
    padding-right: 15px; }
  nav .nav-home {
    display: block; }
  .account-dashboard .right-container .btn-text, .account-dashboard .address-book button {
    background-color: #37a8e2;
    color: #ffffff;
    font-weight: 700;
    padding: 0 10px; }
  .header-link ul li #loginLink {
    display: inline-block; }
  .header-link ul li a.user-icon {
    padding: 0; } }

@media (min-width: 992px) {
  .footer-container .footer-copyright p {
    margin-top: 28px;
    font-size: 12px; }
  .footer-container .footer-copyright ul {
    margin-top: 20px; }
  .footer-container .header-footer h3 {
    font-size: 18px; } }

@media (max-width: 767px) {
  .header-logo {
    margin: 10px;
    max-width: 130px;
    max-height: 256px;
    width: 100%; }
  .top-search-control {
    float: right; }
  .left-info-bar {
    display: none; } }

/*** home product ***/
.home-product-view .view-item:hover {
  border: 1px solid #37a8e2; }

/** hard coded to variable changes **/
.account-dashboard .order-receipt .receipt-totals h2 {
  color: #37a8e2; }

.home-product-view h3, .product-view h3 {
  border-bottom: 4px solid #37a8e2;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 25px; }

.owl-carousel .owl-nav button.owl-prev, .product-grid .arrow-left, .search-pagination .arrow-left {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  margin-right: 5px;
  color: #37a8e2; }

.owl-carousel .owl-nav button.owl-prev.disabled, .product-grid .arrow-left.disabled, .search-pagination .arrow-left.disabled {
  pointer-events: none; }

.owl-carousel .owl-nav button.owl-prev.disabled a, .product-grid .arrow-left.disabled a, .search-pagination .arrow-left.disabled a {
  color: #ccc; }

.owl-carousel .owl-nav button.owl-next, .product-grid .arrow-right, .search-pagination .arrow-right {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  color: #37a8e2; }

.owl-carousel .owl-nav button.owl-next.disabled, .product-grid .arrow-right.disabled, .search-pagination .arrow-right.disabled {
  pointer-events: none; }

.owl-carousel .owl-nav button.owl-next.disabled a, .product-grid .arrow-right.disabled a, .search-pagination .arrow-right.disabled a {
  color: #ccc; }

.owl-carousel .owl-nav button.owl-prev:hover, .product-grid .arrow-left:hover, .search-pagination .arrow-left:hover {
  background-color: #37a8e2;
  color: #fff; }

.owl-carousel .owl-nav button.owl-next:hover, .product-grid .arrow-right:hover, .search-pagination .arrow-right:hover {
  background-color: #37a8e2;
  color: #fff; }

.single-page-checkout .title {
  background-color: #37a8e2;
  padding: 8px 15px;
  margin-right: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: bold; }

.title > span {
  background-color: #37a8e2;
  padding: 8px 15px;
  margin-right: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: bold; }

.ui-widget-header {
  border: 1px solid #37a8e2;
  background-color: #37a8e2;
  color: #fff;
  font-weight: 700; }

.checkt-receipt strong {
  color: #37a8e2; }

.checkt-receipt h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #37a8e2;
  border-bottom: 1px solid #343434;
  padding-bottom: 6px;
  margin: 15px 0; }

.lb-next i {
  right: 0;
  float: right;
  top: 45%;
  padding-right: 10px;
  font-size: 20px;
  color: #37a8e2; }

.lb-prev i {
  left: 0;
  float: left;
  top: 45%;
  padding-left: 10px;
  font-size: 20px;
  color: #37a8e2; }

.lb-data .lb-close i {
  color: #37a8e2; }

.nav-drop:hover, .nav-drop:active, .nav-drop:focus {
  color: #37a8e2; }

/** File Upload **/
.file-upload-text {
  color: #37a8e2; }

.file-upload-modal-header {
  background: #37a8e2; }

.file-upload-modal-header-text {
  color: #ffffff; }

.file-upload-filename {
  color: #37a8e2; }

.file-upload-filename:hover {
  color: #37a8e2; }

.file-upload-filename:visited {
  color: #37a8e2; }

.file-upload-filename:active {
  color: #37a8e2; }

.file-upload-files-preview-count {
  color: #37a8e2; }

.file-upload-image-close-button {
  color: #ffffff;
  font-weight: bold; }

.file-upload-image-container-header {
  color: #ffffff;
  background: #75bf44; }

.file-upload-preview-controls {
  color: #37a8e2; }

.file-upload-preview-button-right {
  color: #37a8e2; }

.file-upload-preview-button-left {
  color: #37a8e2; }

.file-upload-button {
  color: #37a8e2; }

.quotebutton .singlecheckoutsubmitpayment {
  margin-bottom: 5px; }

.checkout-credit-card-icon {
  font-size: 30px; }

#checkout-credit-card-icons {
  text-align: right; }

#checkout-credit-card-icons img {
  width: 48px !important;
  border-radius: 3px;
  top: 2px !important;
  margin-left: 4px;
  position: relative; }

@keyframes "placeHolderShimmer" {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.linear-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1000px 104px;
  position: relative;
  overflow: hidden;
  width: 100%; }

.preloader {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }

.preloader .lazy-product {
  max-width: 250px; }

#all-categories-container {
  display: flex;
  flex-direction: column;
  float: left;
  margin: 10px;
  width: 223px;
  max-height: 94vh;
  overflow: auto; }

#all-categories-container.fixed-position {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 40px;
  max-height: 94vh;
  overflow: auto; }

.lazy-product-category {
  padding: 8px 6px;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  margin-right: 12px; }
  .lazy-product-category:hover {
    cursor: pointer; }

.lazy-product-category.active {
  background-color: #e0e0e0; }

#all-products-container {
  max-width: 1170px;
  margin: auto; }
  #all-products-container h3 {
    margin: 0 0;
    border-bottom: 4px solid #0000FF;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 25px; }
  #all-products-container h4 {
    color: #333333;
    font-size: 18px;
    padding-bottom: 8px;
    max-width: 898px; }

#lazy-products-category-container {
  display: flex;
  flex-direction: column;
  margin-top: 10px; }

#lazy-products-category-container.relative-position {
  position: relative; }

#all-products-header.fixed-position {
  background-color: white;
  position: fixed;
  z-index: 1;
  top: 0; }

#all-products-header-container {
  max-width: 1170px;
  margin: auto; }

#all-products-header h3 {
  margin: 0 0;
  border-bottom: 4px solid #37a8e2;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 25px;
  width: 1140px; }

.lazy-products-container {
  display: flex;
  margin: 20px 0;
  flex-wrap: wrap;
  justify-content: flex-start; }

.lazy-products-category {
  max-width: 927px; }
  .lazy-products-category h4.category-header {
    font-size: 22px;
    padding-bottom: 5px;
    border-bottom: 3px solid #e0e0e0;
    margin-top: 16px; }
    .lazy-products-category h4.category-header span {
      color: #666666;
      float: right;
      font-size: 12px;
      padding-top: 10px; }

.lazy-product {
  display: flex;
  flex-direction: column;
  max-width: 263px;
  border: 1px solid #c3c3c3;
  padding: 15px 10px;
  margin: 15px 35px 15px 0;
  position: relative;
  min-width: 263px;
  justify-content: space-between; }
  .lazy-product h4 {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.lazy-new-product-tag {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px; }

.lazy-product-img {
  min-height: 200px; }
  .lazy-product-img .product-img img {
    max-height: 200px;
    margin: 0 auto; }

#Product .product-details-tab #myTabContent a:hover, #Product .product-details-tab #myTabContent a:active, #Product .product-details-tab #myTabContent a:focus {
  color: #37a8e2; }

/* Content page section */
#layout-contentpage .contain-pages a:hover, #layout-contentpage .contain-pages a:active, #layout-contentpage .contain-pages a:focus {
  color: #37a8e2; }

/* End of Content page section */
