﻿
a:hover.aaa, a:focus.aaa {
     color:#486d97;
}
#blockhomepage:hover a {
    color: #486d97;
    text-decoration: none;
}

#blocknewaddition:hover a {
    color: #486d97;
    text-decoration: none;
}

#blockstaffpick:hover a {
    color: #486d97;
    text-decoration: none;
}

#blockitemonpromo:hover a {
    color: #486d97;
    text-decoration: none;
}

#blockspecialoffer:hover a {
    color: #486d97;
    text-decoration: none;
}

#blockshopbydept:hover a {
    color: #486d97;
    text-decoration: none;
}

#blockallitem:hover a {
    color: #486d97;
    text-decoration: none;
}

#blockwishlistitem:hover a {
    color: #486d97;
    text-decoration: none;
}

#bloccartitem:hover a {
    color: #486d97;
    text-decoration: none;
}

#blocrecentlyview:hover a {
    color: #486d97;
    text-decoration: none;
}
a:hover,
a:focus {
    color:#486d97;
    text-decoration: none;
}
a {
  color: #486d97;
}
.navbar-main {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  background: #486d97;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  position: relative;
  z-index: 10;
}
.navbar-main .navbar-nav > li:hover > a {
  background: #fff;
  color: #486d97;
}
.navbar-before-inverse {
  background: #486d97;
}
.navbar-main-white .dropdown-menu {
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  border-top: 2px solid #486d97;
}
.navbar-main-white .navbar-nav > li:hover > a {
  color: #fff;
  background: #486d97;
}

.navbar-main-white .navbar-main-search-submit {
  background: #486d97;
  color: #fff;
}
.navbar-main-white .navbar-main-search-submit:hover {
  background: #486d97;
  color: whtie;
}
.dropdown-menu-category > li:hover > a {
  background: #486d97;
  color: #fff;
}
.dropdown-menu-category-title {
  font-weight: 500;
  color: #486d97;
  font-size: 20px;
}
.dropdown-menu-category-list > li > a:hover {
  text-decoration: none;
  color: #486d97;
}
.dropdown-menu-shipping-cart-price {
  font-weight: 500;
  color: #486d97;
  margin-bottom: 0;
}
.dropdown-menu-items-list > li > a:hover {
  color: #486d97;
  text-decoration: none;
}
.main-header {
  background: #486d97;
  height: 60px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  position: relative;
  border-bottom: 1px solid #324c6a;
}
.main-header-input-center-btn {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  height: 37px;
  line-height: 37px;
  padding: 0 40px;
  background: #486d97;
  color: #fff;
  display: block;
  font-size: 16px;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.main-footer {
  position: relative;
  background: #262626;
  padding-top: 30px;
  border-top: 2px solid #486d97;
  color: #fff;
}
.category-selections-icon.active {
  color: #486d97;
}
.category-selections-icon.active:hover {
  color: #486d97;
}
.category-filters-color {
  background: #486d97;
}
.category-pagination > li > a {
  color: #486d97;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.category-pagination > li > a:hover {
  border-color: #486d97;
  background: #fff;
}
.category-pagination > li.last > a {
  background: #486d97;
  color: #fff;
  border-color: #486d97;
  padding-left: 20px;
  padding-right: 20px;
}
.category-tabs .nav-pills li.active > a {
  color: #fff;
  background: #486d97;
}
.blog-post-title > a:hover {
  color: #486d97;
}
.blog-sidebar-tags > li > a:hover {
  text-decoration: none;
  background: #486d97;
  border-color: #486d97;
  color: #fff;
}
.preview-purchase {
  display: block;
  padding: 30px;
  margin-top: 10px;
  background: #486d97;
  color: #fff;
  text-align: center;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 40px;
}
.editTemplateFooter {
     background: #486d97;
}
.block {
    background-color: rgba(54,82,113, 0.6);
    margin-top: 2.5%;
}
a.back-to-top {
            display: none;
            width: 50px;
            height: 50px;
            text-indent: -9999px;
            position: fixed;
            z-index: 999;
            right: 20px;
            bottom: 50px;
            background: rgba(54,82,113, 0.6) url("/img/up-arrow.png") no-repeat center 43%;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

   a:hover.back-to-top {
            background-color:rgb(54,82,113);
        }
.btn-primary {
  color: #fff !important;
  background: #486d97;
  border-color: #486d97;
}
.btn-primaryActive {
  color: #fff !important;
  background: green;
  border-color: #486d97;
}
.btn-primary:hover {
  background: #486d97;
  border-color: #3a5779;
}
.btn-primary:focus {
  background: #486d97;
  border-color: #3a5779;
}
.btn-ghost.btn-primary {
  color: #486d97;
}
.btn-ghost.btn-primary:hover {
  background: #486d97;
}
.product-icon-quick-view {
  position: absolute;
  z-index: 5;
  display: block;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #486d97;
  color: #fff;
  bottom: 20px;
  right: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, -10px, 0) scale(0.8);
  -moz-transform: translate3d(0, -10px, 0) scale(0.8);
  -o-transform: translate3d(0, -10px, 0) scale(0.8);
  -ms-transform: translate3d(0, -10px, 0) scale(0.8);
  transform: translate3d(0, -10px, 0) scale(0.8);
}
.product-plus {
  position: absolute;
  bottom: 80px;
  left: -80px;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 40px;
  background: #486d97;
  z-index: 5;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.25);
  box-shadow: 0 0 2px rgba(0,0,0,0.25);
}
.product-quick-view:hover {
  text-decoration: none;
  background: #486d97;
  color: #fff;
}
.product-banner-btn:hover {
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #486d97;
  border-color: #486d97;
  color: #fff;
  text-decoration: none;
}
.product-labels > li {
  background: #486d97;
  color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
  box-shadow: 0 1px 2px rgba(0,0,0,0.4);
  padding: 3px 7px;
  line-height: 1em;
  margin-bottom: 5px;
  display: table;
}
.product-page-product-rating.product-rating-big > li.count {
  margin-left: 7px;
  font-weight: 700;
  color: #486d97;
}
.product-review-rate:hover {
  background: #486d97;
  color: #fff;
  text-decoration: none;
}
.product-page-qa-question:before,
.product-page-qa-answer:before {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  content: 'Q:';
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
  font-size: 25px;
  font-weight: 700;
  color: #486d97;
}
.product-review-thumb-product-title > a:hover {
  color: #486d97;
  text-decoration: none;
}
.i-check.hover,
.i-radio.hover {
  border: 1px solid #486d97;
}
.i-check.checked,
.i-radio.checked {
  border: 1px solid #486d97;
  background: #486d97;
}
.i-check.i-check-stroke.checked:before {
  color: #486d97;
}
.checkbox-switch .i-check.checked:before,
.radio-switch .i-check.checked:before,
.checkbox-switch .i-radio.checked:before,
.radio-switch .i-radio.checked:before {
  background: #486d97;
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  -o-transform: translate3d(20px, 0, 0);
  -ms-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
}
.checkbox-stroke .i-check.checked:before,
.radio-stroke .i-check.checked:before,
.checkbox-stroke .i-radio.checked:before,
.radio-stroke .i-radio.checked:before {
  color: #486d97;
}
.irs-slider {
  position: absolute;
  display: block;
  left: 0;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 22px;
  background: #486d97;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  cursor: pointer;
}
.comment .comment-review-rate {
  margin: 0;
  color: #486d97;
  font-size: 14px;
}
 .drawer{width:100%;border-top:1px solid #E0E0E0;border-radius:3px;}.accordion-item{border-bottom:1px solid #E0E0E0;}
.accordion-item-active .accordion-header{
    background: #486d97;
    /*background-image: -ms-linear-gradient(45deg, #486d97, #486d97);*/
    transition:.25s;}.accordion-item-active .accordion-header-icon{color:#fff;}.accordion-item-active .accordion-header h1{color:#fff;}.accordion-header{background:#f2f2f2;padding:12px;cursor:pointer;border-right:1px solid #E0E0E0;border-left:1px solid #E0E0E0;min-height:44px;transition:.25s;}.accordion-header h1{float:left;font-size:16px;font-weight: normal;margin:0;line-height:1.3em;color:#212121;}.accordion-content{border-left:1px solid #E0E0E0;border-right:1px solid #E0E0E0;border-top:1px solid #E0E0E0;display:none;padding:12px;color:#212121;background:#FFF;font-size:15px;line-height:1.45em;}.accordion-content p{margin:0;margin-bottom:3px;}.accordion-header-icon{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;float:right;color:#888;font-size:15px;vertical-align:middle;}.accordion-header-icon.accordion-header-icon-active{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);color:#fff;}
