/*!
 * RealDigi
*/
/* Google web fonts support */
@import url(https://fonts.googleapis.com/css?family=PT+Mono);
html,
body {
  height: 100%;
  font-family: 'PT Mono', sans-serif;
  /*overflow-x: hidden;*/
}
body {
  padding-top: 220px;
}
/* reset : dotted border */

a:focus {
  -moz-outline-style: none !important;
}
*:focus {
  outline: none !important;
}

.form-control, .form-language select, .form-list select, .form-list textarea, .input-text, .multiple-checkout .data-table select, .my-wishlist textarea, .product-options dd .input-text, .product-options dd select, .product-options dd textarea {
    border: 1px solid #DDD;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 48px;
    height: 48px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'PT Mono', sans-serif;
}
a {
    color: #22a8b6;
}
.btn, .button {
    font-family: 'Karla', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1.4px;
}
.btn-primary, .button {
    background-color: #22a8b6;
    border-color: #22a8b6;
    font-family: 'Karla', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1.4px;
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 11px;
    color: #FFF !important
}
.btn-danger {
    background-color: #fb5e2a;
    border-color: #fb5e2a;
    padding-top: 14px;
    padding-bottom: 11px;
    color: #FFF !important;
    font-family: 'Karla', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1.4px;
    font-size: 12px;
}
.btn-primary:hover, .button:hover {
    background-color: #1f99a6;
    border-color: #1f99a6;
}
.btn-danger:hover {
    background-color: #e65626;
    border-color: #e65626;
}
div[role=main] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.container-fluid div[role=main] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.layout .container {
    border-top: 2px solid #EEE;
}
.cms-home .layout .container {
    border-top: 0px;
}
section {
    margin-bottom: 20px;
}
/* .global-featured-products {
  margin-bottom: 0;
} */
header {
    /* padding-top: 20px; */
    /* position: absolute; */
    width: 100%;
    z-index: 99;
    background-color: #FFF;
    margin-top: -220px;
}
.site-search {
    background: url(../images/ico-search.svg) no-repeat 5px 4px;
    padding-left: 30px;
    border: none;
    box-shadow: none;
    max-width: 280px;
    border: 1px solid #EEE !important;
    min-height: 32px;
    height: 32px;
}
header .site-search:focus {
    box-shadow: none !important;
    border: 1px solid #FFF !important;
}
@media screen and (max-width:767px) {
  .site-search {
    max-width: 100%;
  }
  header .site-search:focus {
      border: 1px solid #EEE !important;
  }
  #search_mini_form .input-group {
    width: 100%;
  }
}
header .input-group-btn {
  display: none;
}
header .site-search {
  border-radius: 4px !important;
}
.page-title {
  text-align: center;
  border: 0;
}
.page-title h1 {
  font-size: 32px;
  color: #22a8b6;
}
.page-title-search {
  text-align: center;
  border: 0;
}
.page-title-search h1, .page-title-search h2 {
  color: #22a8b6;
  margin-bottom: 20px;
}
.page-title-search .site-search {
  border: 1px solid #DDD;
  max-width: 100%
}
.page-title-search form {
  max-width: 600px;
  display: inline-block;
}

.navbar-top {
  text-align: center;
  border-bottom: 2px solid #EEE;
  margin-bottom: 15px;
}
.cms-index-index .navbar-top {
  border: 0;
  margin-bottom: 0;
}
.navbar-header-top {
    float: none;
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
    background-color: #EEE;
    padding-top: 5px;
    height: 43px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    /* border-bottom: 2px solid #EEE; */
  }
.cms-home .navbar-default {
  border-bottom: 0;
}
@media screen and (max-width:767px) {
  .dropdown-menu .container {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-default, .navbar-top {
    margin-bottom: 0;
  }
  .navbar-header-top {
    padding: 15px 0;
    height: 0;
    margin: 0;
    background-color: transparent
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
      background-color: transparent;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
  .navbar-default .navbar-toggle i {
      font-size: 24px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
  }
  .navbar-collapse {
    background-color: #333;
    margin-left: -17px;
    margin-right: -17px;
  }
  .navbar-collapse ul li {
    display: block;
  }
  .navbar-collapse ul li a {
    display: block;
    margin: 0;
    border-bottom: 1px solid #444;
    font-size: 14px;
    color: #FFF !important;
  }
  .yamm-content a {
    border-bottom: 1px solid #FFF !important;
  }
  .navbar-collapse {
      padding-right: 0px;
      padding-left: 0px;
  }
  .navbar-header {
    text-align: center;
    display: inline-block;
    padding-left: 13px
  }
  .navbar-header #search_mini_form {
    float: left;
    width: 70px;
    margin-top: 3px;
  }
  .navbar-header .cart-icon {
    margin-top: 12px;
    margin-left: 0px;
    float: left;
  }
  .navbar-header .cart-icon img {
    width: 24px;
  }
  .navbar-header .nav-user, .navbar-header .nav-search {
    float: left;
    margin-left: 42px;
    margin-top: 6px;
    font-size: 24px;
    color: #333;
  }
  .navbar-header .nav-search {
    margin-left: 0;
    margin-right: 35px;
  }
  .navbar-header .navbar-toggle {
    float: left;
    padding: 1px;
    margin-left: 42px
  }
  .navbar-nav {
     margin: 2px 0 0 0;
  }
}
.logo {
    display: inline-block;
    margin: 10px 0;
}
.logo img {
  width: 334px;
  height: auto;
}
@media screen and (max-width: 360px) {
  .logo img {
    width: 300px;
  }
}
.navbar-nav {
    width: 100%;
    text-align: center;
}
.navbar-nav li {
    display: inline-block;
    float: none;
}
.navbar-nav li a {
    font-size: 16px;
    color: #333;
    font-family: 'PT Mono', sans-serif;
}
.nav-account {
  position: relative;
}
.nav-account li {
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
    padding-top: 5px;
}
.navbar-default .navbar-nav>li>a, .nav-account a {
  color: #333;
}
.navbar-default .navbar-nav>li>a, .nav-account a:hover {
  color: #fb5e2a;
  text-decoration: none;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .navbar-default .navbar-nav>li>a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.nav-account li img {
    margin-top: -3px;
    margin-right: 5px;
    width: 24px;
}
.cover {
    height: 50vh;
    position: relative;
    display: table;
    width: 100%;
}
.cover-content {
    height: auto;
    position: relative;
    display: table;
    width: 100%;
    padding: 150px 0;
}
@media screen and (max-width:767px) {
  .cover-content {
    padding: 100px 0;
  }
}
.cover .cover-image {
    z-index: -1;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.cover .container-align {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    text-align: center
}
.cover h2 {
    color: #ffffff;
    font-size: 48px;
/*     text-transform: uppercase; */
    margin-bottom: 20px;
}
.cover p {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 18px;
}
.cover p.top {
    padding-top: 5%;
}
/*
.header-content {
    margin-bottom: 50px;
}
*/
.owl-carousel {
/*   margin-top: -180px; */
}
.owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 15px;
}
.owl-controls .owl-next {
  float: right;
}
.owl-controls .owl-prev {
  float: left;
}
.owl-controls i {
  background-color: rgba(255, 255, 255, 0.6);
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  border-radius: 100%
}
.global-featured-categories h3, .global-featured-products h3 {
    font-size: 26px;
    text-transform: uppercase;
    padding: 20px 0;
    text-align: center;
}
.global-featured-categories h4 {
    font-size: 16px;
    text-transform: none;
    font-family: 'PT Mono', sans-serif;
    padding: 20px 0;
    text-align: center;
    margin: 0;
    padding: 0 0 15px 0;
}
.global-featured-categories a {
    /* background-color: #f6f6f6; */
    display: block;
    margin-bottom: 10px;
}
.global-featured-products .col-md-3 {
    text-align: center;
    padding-bottom: 50px;
}
.global-featured-products .col-md-3 img {
    margin-bottom: 15px;
}
.global-featured-products h4 {
    color: #fb5e2a;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'PT Mono', sans-serif;
}
.global-featured-products .col-md-12 {
    text-align: center
}
.global-featured-products .col-md-12 p {
    max-width: 600px;
    display: inline-block;
    padding-bottom: 35px;
}
p.pro-description {
    color: #1999a8;
}
.selected-product h2 {
    color: #22a8b6;;
    font-weight: 400;
    margin: 90px 0 25px 0;
}
.selected-product p {
    margin-bottom: 25px;
}
@media screen and (max-width:767px) {
  .global-featured-categories img {
    display: inline-block;
  }
  .global-featured-categories .col-md-4 {
    text-align: center;
  }
  .selected-product h2 {
    margin: 0px 0 25px 0;
  }
  .selected-product p {
      margin-bottom: 25px;
  }
  .selected-product .btn {
    margin-bottom: 35px;
  }
}
.featured-section .cover-content {
    padding: 90px 0;
}
.featured-section h4 {
    color: #ffffff;
    font-size: 40px;
}
@media screen and (max-width:991px) {
  .featured-section .col-md-4 {
    margin-bottom: 25px;
  }
  .featured-section .cover-content {
    padding: 70px 0;
  }
  .featured-section h4 {
    font-size: 24px;
  }
}
.copyright-wrap {
    background-color: #22a8b6;
    color: #FFF;
    padding: 40px 0 15px 0;
}
@media screen and (max-width:767px) {
  .copyright-wrap {
    text-align: center;
  }
  .copyright-wrap p {
    padding-bottom: 10px;
  }
  .copyright-wrap .text-right {
    text-align: center;
    display: inline-block
  }
}
.copyright-wrap img {
    float: right;
    margin-top: -15px;
}
.footer-top .container {
    border-top: 2px solid #EEE;
    padding-top: 10px;
    margin-top: 25px;
}
@media screen and (max-width:767px) {
  .footer-top .container {
    text-align: center;
  }
}
.footer-top h3 {
    color: #22a8b6;
    font-size: 14px;
    text-transform: uppercase;
}

.footer-top ul, .footer-top ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-top ul li a {
    color: #353535;
    margin-bottom: 7px;
    display: block;
}
.footer-top p {
  line-height: 1.8em;
}

.footer-top .control-label {
    text-transform: uppercase;
    color: #fb4f16;
}
.cus-breadcrumb {
    text-align: center;
    margin-top: 40px;
    color: #a8a8a8;
    text-transform: uppercase;
}
.cus-breadcrumb a {
    color: #fb5e2a;
}
.cus-util {
    padding: 0 0 10px 0;
    color: #a8a8a8;
}
.product-wrap {
    text-align: center;
    padding-bottom: 100px;
    border-bottom: 1px solid #EEE;
    font-size: 16px;
}
.product-wrap h1 {
    color: #22a8b6;
    font-size: 30px;
    margin-top: 50px;
}
.product-wrap h5 {
    color: #a8a8a8;
    text-transform: uppercase;
    font-family: 'PT Mono', sans-serif;
    margin-bottom: 50px;
    margin-top: 25px;
}
.product-wrap img {
    max-width: 90%;
    margin-bottom: 30px;
}
.product-wrap h6 {
    font-size: 14px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 30px 0 25px 0;
    margin-bottom: 30px
}
.product-wrap h6 .btn {
    margin-left: 30px;
}
.product-wrap p {
    border-bottom: 1px solid #EEE;
    padding: 30px 0 40px 0;
}


/*---override---*/
.products-grid-home .item {
  width: 25%;
}


.breadcrumb {
    padding: 25px 15px 0 15px;
/*     margin-bottom: 20px; */
    list-style: none;
    background-color: #FFF;
    border-radius: 0px;
/*     border-top: 2px solid #EEE; */
    text-align: center;
}
.breadcrumb a {
   color: #fb5e2a;
}

.block.block-layered-nav {
  border: 0;
  box-shadow: none;
  padding-top: 25px;
}
.block .block-title {
  margin-bottom: 5px;
/*   border: 1px solid #DDD; */
/*   border-radius: 4px; */
padding: 0;
color: #22a8b6;
text-transform: uppercase;
background-color: transparent;
padding-bottom: 10px;
border-bottom: 1px solid #DDD;
}
.panel-group .panel-heading {
  padding-bottom: 0;
  text-transform: none;
  color: #fb5e2a;
  padding: 0;
}
.panel-group .panel-heading a {
  display: block;
}
.panel-group .panel-heading a:after {
  content: "-";
  font-weight: normal;
  font-size: 20px;
  float: right;
}
.panel-group .panel-heading a.collapsed:after {
    content: "+";
}
.panel-group .panel {
  border: 0;
  box-shadow: none;
  padding: 0;
  border-bottom: 1px solid #DDD;
  border-radius: 0;
}
.block-layered-nav dt {
  padding: 10px 0 0px 0;
}
.block-layered-nav dd, .panel-body {
  padding: 0 0 5px 0;
}
.panel-body {
  padding-top: 20px;
}
.panel-body a {
  color: #333;
  margin-bottom: 7px;
  display: inline-block;
}
.block .block-subtitle {
  margin: 0 0 10px 0;
}
.block-layered-nav .currently .label {
  color: #333;
  font-size: 14px;
  text-transform: none;
  padding-left: 0;
}
.block-layered-nav .currently li {
  padding-left: 0;
}
.block .actions {
  background-color: transparent;
  padding-right: 0;
}
.block .actions a {
  float: none;
}
/* .category-title h1 {
  text-align: center;
} */
.products-grid .actions .price-box {
  display: inline-block;
}
.products-grid .actions {
    position: initial;
    bottom: auto;
    padding-top: 5px;
}
.products-grid .actions .button {
  margin-top: 10px;
}
.products-grid .actions #qty {
  width: 50px;
  margin-bottom: 10px;
  border-radius: 4px;
  text-align: center;
  height: 30px;
  border: 1px solid #DDD;
}
.img-thumbnail, .product-essential .product-img-box img, .products-grid .product-image img, .products-list .product-image img {
    padding:0;
    border: 0;
    border-radius: 0;
}
.category-products {
  margin-left: -10px;
  margin-right: -10px;
}
.catalog-category-view .page-title {
  border: 0;
  color: #22a8b6;
}
.catalog-category-view .layout .page-title {
  display: none;
}
.toolbar-top .sorter {
  border-top: 0;
  display: inline-block;
  float: left;
  padding-top: 0;
}
.toolbar-top .pager {
  border: 0;
  border-bottom: 1px solid #DDD;
  margin-top: 14px;
  margin-left: 15px;
  margin-right: 15px;
  text-transform: uppercase;
  color: #999;
}
@media screen and (max-width:767px) {
  .toolbar-top {
    margin-left: -15px;
    margin-right: -15px;
  }
  .toolbar-top .sorter {
    padding-left: 0;
  }
  .toolbar-top .pager {
    padding-right: 0;
  }
  .toolbar-bottom {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.toolbar-top select.form-control {
    text-transform: uppercase;
    color: #999;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding: 0;
}
.toolbar-top .sorter .sort-by select, .toolbar-top .pager .limiter select {
  width: auto;
  margin-left: -5px
}
.toolbar-top .pager .pages {
  display: none;
}
.toolbar-bottom .pager {
  border-color: #DDD;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
}
.toolbar-bottom .pager .pages {
  text-align: left;
  color: #999;
}
.toolbar-bottom .pager li>a, .pager li>span {
  padding: 0;
  border: 0;
}
.toolbar-bottom .limiter, .toolbar-bottom .sorter {
  display: none;
}
.products-grid .item {
  text-align: center;
}
@media screen and (max-width:767px) {
  .products-grid .item {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px
  }
}
.product-name a {
  font-family: 'PT Mono', sans-serif;
/*   text-transform: uppercase; */
/*   color: #fb5e2a; */
  padding-top: 10px;
  display: block;
}
.products-grid .item .product-name a {
  overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 70px;
}
.products-grid .item p {
  padding-top: 10px
}
.products-grid .item p a {
/*   text-transform: uppercase; */
color: #fb5e2a;
}
.product-wrap .regular-price .price {
    font-weight: 400;
    color: #333;
    font-size: 32px;
}
.qty-wrap .price-box .price {
  font-size: 18px;
  display: inline-block;
}
.product-view .qty-wrap {
  display: inline-block;
}
.qty-wrap .price-box {
  display: inline-block;
  float: left;
  padding: 13px 10px 0 0;
}
.product-wrap #qty {
  height: 43px;
  font-size: 16px;
  text-align: center;
  width: 50px;
  border-radius: 4px;
  border: 1px solid #DDD;
}
.product-wrap .actions {
  display: inline-block;
  padding-top: 10px
}
.product-wrap .qty-wrap {
  display: inline-block;
  margin-top: 1px;
  float: left;
  margin-right: 5px;
}

.regular-price .price {
    font-weight: 400;
    color: #333;
}

.box-account .box-head {
  display: none;
}
.box-account {
  border-radius: 0;
  border: 0;
  padding: 30px 0 0 0;
  -webkit-box-shadow: none;
    box-shadow: none;
}
.dashboard .box-info .box {
  margin-bottom: 50px;
}
.dashboard .box-info address, .dashboard .box-info p  {
  line-height: 1.8em;
}
.dashboard .box .box-title {
  color: #22a8b6;
  text-transform: uppercase;
}
.dashboard .box .box-title a {
  color: #999;
}
.dashboard .box .box-title h3, .dashboard .box h4 {
    font-size: 14px;
}
.customer-name-middlename {
  margin-right: -1%;
}
.customer-name-middlename .field {
  width: 33% !important;
}


.buttons-set {
  border: 0;
  margin-top: 15px;
}
p.required, .form-list label.required em {
  color: #fb5e2a
}
.form-list label.required em {
  margin-right: -5px
}
.account-login p {
  padding-bottom: 20px
}

.my-account {
  padding: 0 15px;
}
.block-account {
  border: 0px;
  text-align: center;
  padding-top: 30px;
  box-shadow: none;
}
.block-account .block-title {
  border: 0;
}
.block-account .block-title strong {
  font-size: 32px;
  text-transform: none;
}
.block-account .block-content {
  padding: 0;
}
.block-account .block-content li {
  display: inline-block;
  margin: 5px 10px;
  text-transform: uppercase;
  color: #fb5e2a
}
.block-account .block-content li a {
  border: none;
  color: #BBB
}
.block-account .block-content li.current {
  border: 0;
}

.page-title-contact p {
  font-size: 16px;
  line-height: 1.8em;
  margin: 20px 0 50px 0;
}
#contactForm .buttons-set {
  text-align: center;
  margin-top: 20px;
}
#contactForm .buttons-set button.button {
  float: none;
  margin-left: 0;
  width: 140px;
}
.directions {
  margin-top: 70px;
  margin-bottom: 50px;
}
.directions h5 {
  font-size: 18px;
  color: #22a8b6;
}
.directions h6 {
  font-size: 14px;
  color: #fb5e2a;
}
.directions .col-md-8 {
  padding-bottom: 30px;
}
.directions .col-md-4 p {
  margin-bottom: 40px;
}
.directions .directions-image {
  text-align: right;
}
.directions .directions-image img {
  display: inline-block;
}

.customer-address-index .addresses-list li.item {
    padding: 0px;
    border: 0;
    margin-bottom: 30px;
    box-shadow: none;
}
.customer-address-index .addresses-list li.item h3 {
    margin: 0;
    padding: 0 0 10px 0;
    border-color: #EEE;
    background-color: #FFF;
    color: #333;
}

.footer-col-content img {
  width: 32px;
}
.footer-col-content .social-icon li {
  display: inline-block;
}

@media screen and (min-width:768px) {
    .footer-col-content, .cart-collaterals .shipping-form, .cart-collaterals .discount-form  {
        display: block !important;
    }
}
@media screen and (max-width:767px) {
    footer {
        padding-top: 30px;
/*         padding-bottom: 30px; */
    }
    footer h3 {
        border-bottom: 1px solid #EEE;
        padding-bottom: 15px;
        display: block;
        cursor: pointer;
        text-align: left;
    }
    span.toggle {
        float: right;
        margin-top: -5px
    }
    span.toggle:before {
        content: "+";
        font-weight: normal;
        font-size: 24px;
    }
    span.toggle.opened:before {
        content: "-";
    }
    .navbar-header span.toggle:before {
      display: none;
    }
    .footer-col-content {
        padding-bottom: 25px;
    }
    .cart-collaterals .shipping-form, .cart-collaterals .discount-form {
      display: none;
    }
    .cart-collaterals h2 {
      color: #22a8b6 !important;
      margin: -16px 0 0 0 !important;
      cursor: pointer;
    }
}

div.brand_details .aw_brand_title {
  display: none
}
div.brand_container {
  padding: 0;
  border: 0;
  display: table;
}
@media screen and (min-width:992px) {
  div.brand_container {
    padding: 0 15px;
  }
}
div.brand_container div {
  display: table-cell;
  vertical-align: middle;
}
div.aw_brand_logo {
  border: 0;
  margin-right: 25px
}

.awshopbybrand-index-allbrandsview .layout h1 {
  text-align: center;
  color: #22a8b6;
}
.all-brands-page-desc {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.awshopbybrand-index-allbrandsview .aw_brand_container div.aw_brand_logo {
  text-align: center;
  margin-right: 0;
}
.awshopbybrand-index-allbrandsview a.aw_brands_url img {
  display: inline-block;
  margin-bottom: 10px;
  max-width: 100%;
}
.awshopbybrand-index-allbrandsview a.aw_brands_url div.aw_brand_title {
  color: #fb5e2a;
  font-size: 13px !important;
  max-width: 250px;
  display: inline-block;
}
.awshopbybrand-index-allbrandsview a.aw_brands_url:hover {
  text-decoration: none;
}
.awshopbybrand-index-allbrandsview .layout {
  margin-right: -.01%;
}
div.aw_brand_container {
    float: left;
    min-height: 290px;
    text-align: center;
    background-color: white;
    border: 0;
    padding: 10px;
    margin: 0px;
    width: 33.33%;
}
@media screen and (min-width:1200px) {
  .awshopbybrand-index-allbrandsview .layout {
    margin-right: 0;
  }
  div.aw_brand_container {
    width: 25%;
/*     min-height: 290px; */
  }
}
@media screen and (max-width:767px) {
  .awshopbybrand-index-allbrandsview .layout {
    margin-right: 0;
  }
  div.aw_brand_container {
/*     min-height: 290px; */
  }
  div.aw_brand_container {
    padding: 10px 0;
    width: 50%;
  }
}

@media screen and (max-width: 400px) {
  .awshopbybrand-index-allbrandsview a.aw_brands_url div.aw_brand_title {
    max-width: 95%;
  }
  div.aw_brand_container img {
    padding: 5px;
  }
}
.cart {
  margin: 0 15px
}
.cart h1 {
  text-align: center;
  width: 100%;
}
.cart #shopping-cart-table, .cart #shopping-cart-table tr, .cart #shopping-cart-table td, .cart #shopping-cart-table th {
  border: 0;
}
.cart #shopping-cart-table tr, .cart #shopping-cart-table td, .cart #shopping-cart-table th {
  border-bottom: 1px solid #DDD;
  vertical-align: middle;
  padding: 25px 5px;
}
.cart #shopping-cart-table th {
  padding: 5px;
}
.cart #shopping-cart-table th {
  color: #22a8b6
}
.cart #shopping-cart-table input.qty {
  min-height: 30px;
}
.cart .totals {
    background-color: #EEE;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
}
.cart .totals table td {
  border: 0 !important;
  font-size: 17px;
}
.data-table>tbody>tr:nth-child(odd)>td, .data-table>tbody>tr:nth-child(odd)>th {
  background-color: #FFF;
}
.cart .product-name a {
  padding: 0;
}
.cart .buttons-set {
  margin-top: 5px;
}
.cart .crosssell, .cart .discount, .cart .shipping {
  box-shadow: none;
  padding: 10px;
}
.cart .crosssell>h2, .cart .discount>h2, .cart .shipping>h2 {
    border-color: #EEE;
    background-color: #fff;
    padding: 10px 0 ;
}
.cart .discount .discount-form, .cart .shipping .shipping-form {
  padding: 15px 0;
}
.cart .totals .checkout-types li {
  margin-bottom: 15px;
}

.account-login .content {
  min-height: auto;
}

@media screen and (max-width:767px) {
  aside[role=complementary] {
    display: block;
  }
  aside[role=complementary] .block-content {
    display: none;
  }
  aside .block-title {
    cursor: pointer;
  }
}

.menu-cart-mini {
  position: absolute;
  z-index: 9;
}
.menu-cart-mini h5 {
  text-align: left;
  margin: 0 20px;
  border-bottom: 1px solid #EEE;
  padding: 25px 0 5px 0;
}
#header-cart, .menu-cart-mini .block-subtitle {
  display: none;
}
.menu-cart-mini #header-cart {
  display: block;
  min-width: 380px;
  max-width: 380px;
  margin-top: 25px;
}
.menu-cart-mini #cart-sidebar {
    margin-top: 15px;
    padding: 0 10px;
}
.menu-cart-mini .product-name {
  text-align: left;
  padding: 0;
  margin-top: -14px;
}
ul.navbar-nav li.cus-icon .menu-cart-mini a {
    padding: 0;
}
.menu-cart-mini .block li.odd {
    background-color: #FFF;
}
.menu-cart-mini .block #cart-sidebar li {
    margin-bottom: 15px;
    display: block !important;
    border-bottom: 1px solid #EEE;
    padding-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px
}
.menu-cart-mini .info-wrapper {
/*     width: 100%; */
    color: #333;
    font-size: 13px;
}
.menu-cart-mini tr .price {
    float: left;
    margin-left: 5px;
}
.menu-cart-mini tr input {
    width: 50px;
    display: inline-block;
    float: left;
    text-align: center;
}
.menu-cart-mini tr button {
    float: left;
    margin-left: 5px;
}
.menu-cart-mini .subtotal {
    background-color: #EEE;
    border: 0;
    border-radius: 0;
    color: #333;
    text-align: right;
    font-size: 15px;
    padding-right: 10px;
}
.menu-cart-mini .minicart-actions {
    padding:  0 10px 20px 10px;
}
.menu-cart-mini .checkout-button {
    padding: 5px 10px !important;
    border-radius: 0;
    margin-bottom: 5px;
    border: 0;
    background-color: #94a545 !important;
    color: #FFF !important;
}
.menu-cart-mini .mini-products-list .product-image {
    margin-top: 3px;
}
.menu-cart-mini .mini-products-list .product-details {
  margin-left: 50px;
}
.menu-cart-mini .block-content {
  display: none;
}
.menu-cart-mini .product-name a {
  color: #fb5e2a;
}
.ico-arrow {
  float: right;
  margin-right: 75px;
  margin-top: -10px;
}
.cus-hide {
  display: none;
}

#one-step-checkout-form .checkout-review-load .data-table tr.odd th {
  padding: 6px !important;
}
#one-step-checkout-form .checkout-review-load .data-table td .qty {
  margin-left: 6px;
}
#one-step-checkout-form .checkout-review-load .data-table td .control-qty {
  margin-top: -6px;
}
.layout #one-step-checkout-form .checkout-review-load .data-table {
  border-bottom: 0 !important;
}
.layout #one-step-checkout-form .checkout-review-load .data-table tbody {
  border-right: 1px solid #e0e0e0!important;
}
#one-step-checkout-form .checkout-review-load .data-table td .price {
  margin-right: 6px;
}
#one-step-checkout-form .sp-methods dd {
  border: 0;
  padding: 0;
}
#one-step-checkout-form .sp-methods label {
  margin-top: 3px !important;
}
.address-info-3-columns .group-select ul li .two-fields select {
  height: 48px !important;
  border-color: #E1E1E1 !important;
}
#one-step-checkout-form .checkout-review-load .data-table tfoot tr.first {
  border-bottom: 2px solid #e0e0e0!important;
}

.order-review-section .payment-method .onestepcheckout-payment-methods .sp-methods .form-list {
  padding-left: 0 !important;
  width: 100% !important;
}
.one-step-checkout .tool-tip {
  display: inherit;
}
.payment-method .input-box select {
  height: 48px !important;
}

.checkout-onepage-success .page-title, .checkout-onepage-failure .page-title {
  margin-top: 50px;
}
.checkout-onepage-success, .checkout-onepage-success .buttons-set,
.checkout-onepage-failure, .checkout-onepage-failure .buttons-set {
  text-align: center;
}
.checkout-onepage-success .buttons-set button.button, .checkout-onepage-failure .buttons-set button.button {
  float: none;
}

footer {
  text-align: left;
}

.category-description {
  max-width: 680px;
  text-align: center;
  margin: 0 auto 50px;
}
ul.subcategories li {
  margin-bottom: 30px;
  text-align: center;
}
ul.subcategories li a {
  color: #fb5e2a;
}
ul.subcategories li a:hover {
  text-decoration: none;
}
ul.subcategories li a:hover span{
  text-decoration: underline;
}
ul.subcategories img {
  display: inline-block;
  margin-bottom: 10px;
  max-height: 200px;
}

.row-pages p {
  font-size: 16px;
  line-height: 1.8em;
}
.row-pages img {
  margin-bottom: 25px;
  margin-top: 25px;
}


/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
@media screen and (min-width:768px) {
  .yamm .nav,
  .yamm .collapse,
  .yamm .dropup,
  .yamm .dropdown {
    position: static;
  }
  .yamm .container {
    position: relative;
  }
  .yamm .dropdown-menu {
    left: auto;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background-color: #27B1BF;
    color: #FFF;
/*     display: block; */
  }
  ul.nav li.dropdown:hover > .dropdown-toggle {
    background-color: #27B1BF !important;
    color: #FFF !important;
  }
  .yamm .yamm-content {
    padding: 20px 30px;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
  }
  ul.nav li.dropdown:hover > ul.dropdown-menu {
      display: block;
  }
  .yamm .bs-prototype-override {
    display: inline-block !important;
  }
}
@media screen and (min-width:768px) {
  .yamm .dropdown-menu {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .yamm-content span.widget {
    display: table;
    position: absolute;
    width: 100%;
  }
  .yamm-content a {
    display: table-cell;
    color: #fff !important;
    font-size: 16px !important;
  /*   margin-bottom: 5px; */
    border: 1px solid #27B1BF;
    height: 79px;
  /*   padding-top: 15px; */
    padding-right: 15px;
    vertical-align: middle;
    padding-left: 100px;
  }
  .yamm-content a:hover {
    border: 1px solid #FFF;
    text-decoration: none;
  }

  .yamm-content h4 {
    text-transform: uppercase;
  /*   color: #22a8b6; */
    font-size: 20px;
    border-bottom: 1px solid #FFF;
    padding: 0 15px 10px 25px;
    margin-bottom: 25px;
  }
  .yamm-content ul li {
    display: block;
    position: relative;
    clear: both;
    /* margin-bottom: 30px; */
  }
  .yamm-content ul li img {
    float: left;
    margin: 8px 20px 8px 10px;
    border: 3px solid #FFF
  }
}

.featured-block {
  background-color: #0FA2AF;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.featured-block a {
  height: auto;
  border: 0;
  background-color: #FFCE00;
  text-transform: uppercase;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 57px;
}
.featured-block a:hover {
  border: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */
  filter: alpha(opacity=95); /* IE5-7 */
  opacity: 0.95;
}
.featured-block span {
  background-color: #9A80C5;
  border-radius: 20px;
  padding: 3px 10px 1px 22px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 7px;
  margin-bottom: 5px;
  background-image: url(../images/star.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}
.featured-block img {
  float: left;
  border: 3px solid #FFF;
  margin-right: 10px;
}
@media screen and (max-width:767px) {
  .featured-block {
    text-align: left;
  }
  .featured-block a {
    padding: 0;
    margin-top: 50px;
    display: block;
    border: 0 !important;
  }
  .featured-block .col-md-7 {
    margin-bottom: 15px
  }
  .featured-block span {
    margin-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .yamm .dropdown-menu {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #27B1BF;
    text-align: center;
    position: relative;
    box-shadow: none;
    margin-bottom: 10px;
    padding-bottom: 0;
    display: none;
  }
  .yamm-content h4 {
    font-size: 14px;
    margin-bottom: 7px;
    text-transform: uppercase;
    color: #FFF;
  }
  .yamm-content a {
    padding: 5px
  }
  .yamm .dropdown-menu img {
    margin-top: 10px;
  }
   .navbar-collapse.collapse {
      height: auto !important;
      overflow: visible !important;
    }
    .navbar-nav span.toggle {
      margin: 3px 0 0 0;
      position: absolute;
      right: 30px;
    }
}

.featured-section .entry {
    background-color: #FFF;
    height: 240px;
    margin-bottom: 25px;
    position: relative;
}
.featured-section .featured-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.featured-section .item-content {
    padding: 15px;
    text-align: left;
    font-size: 13px;
    display: none;
    /* background-color: rgba(47, 41, 43, 0.5);
  color: #FFF;
  height: 100%; */
}
.featured-section .item-content a {
    display: inline-block;
/*     text-transform: uppercase; */
    font-weight: 600;
    font-size: 40px;
    padding-right: 10px;
    /*   margin-top: 43%; */
    margin-bottom: 5px;
    color: #FFF !important;
    cursor: pointer;
    text-decoration: none !important;
}
.featured-section .featured-image .item-content {
    display: table;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    background-color: rgba(34, 168, 182, 0.3);
}
@media screen and (min-width:768px) {
    .featured-section .featured-image:hover .item-content {
        display: table;
        background-color: rgba(251, 54, 42, 0.3);
    }
}
.featured-section .featured-image .item-content-align {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
@media screen and (max-width:767px) {
    .featured-section .featured-image .item-content {
        display: table;
        background-color: rgba(47, 41, 43, 0.3);
    }
}
/*.featured-section .featured-image h2 {
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.4em;
    margin-top: 200px;
    display: block;
}
.featured-section .featured-image h2 a {
    color: #333;
    display: block;
    padding-top: 10px;
}
.featured-section .featured-image h2 a:hover {
    color: #94A545;
    text-decoration: none;
}*/
@media screen and (max-width:767px) {
    .featured-section {
        max-width: 360px;
        position: relative !important;
        margin: 0 auto;
        left: 0 !important;
        top: 0 !important;
    }
}

.cms-no-route .layout {
  text-align: center;
}
.cms-no-route .layout ul {
  padding: 0;
  margin: 0;
}
.cms-no-route .layout ul li {
  display: block;
  list-style: none;
}

#mce-success-response {
  font-size: 11px;
  padding: 0 0 10px 0;
  color: #666;
}
#mc_embed_signup div.mce_inline_error {
  background-color: #fb5e2a !important;
  font-weight: normal !important;
  font-size: 11px;
}
#mc_embed_signup input.mce_inline_error {
  border-color: #fb5e2a !important;
  margin-bottom: 10px;
}
.mc-field-group {
  margin-bottom: 10px;
}
#mc-embedded-subscribe {
  background-color: #22a8b6 !important;
  border-color: #22a8b6 !important;
}
#mc-embedded-subscribe:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 */
  filter: alpha(opacity=90); /* IE5-7 */
  opacity: 0.9;
}