/*
** Bootstrap over-rides
*/
body {
	display: flex;
	height: 100%;
	flex-direction: column;
	min-height: 100vh;
}
.page-content {
	flex: 1 0 auto;
}
footer {
	flex-shrink: 0;
}

body {
    font-family: Verdana;
    color: #000;
    line-height: 1.5;
}
h1 {
    font-size: 30px;
}

.titles {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
}
#skip a
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
#skip a:focus
{
position:static;
width:auto;
height:auto;
}
.subcategories {
    border-bottom: 1px solid #ececec;
    padding: 0 0 30px;
}
.subcategories > ul > li > a {
    color: #000;
    text-decoration: none;
    display: block;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.subcategories > ul > li > a:hover {
    opacity: 0.8;
}
.subcategories > ul > li span.name {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.finalsale p {
    color: red;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1470px;
        width: 100%;
    }
}

.form-control {
    color: #000;
    font-family: Verdana;
    font-size: 13px;
    height: 36px;
    padding: 7px 12px;
}
.form-control.search-text {
     border:1px solid #ececec;
}

.btn {
    font-size: 13px;
    padding: 8px 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-default,
.btn-primary:focus, 
.btn-primary:active:focus {
    border-color: #0a590c;
    background-color: #fff;
    color: #000;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:hover:focus,
.btn-default.focus {
    color: #fff;
    background-color: #0a590c;
    border-color: #0a590c;
}
.btn-default.btn-inverse,
.btn-primary {
    color: #fff;
    background-color: #0a590c;
    border-color: #0a590c;
}
.btn-default.btn-inverse:hover,
.btn-primary:hover {
    color: #fff;
    background-color: #0a590c;
    border-color: #0a590c;
    opacity: 0.8;
}


@media (max-width: 1023px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
  }
  .navbar-nav>li {
      float: none;
  }
  .collapse.in{
      display:block !important;
  }
  .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
}
/*
** Template code
*/
.p-0 {
    padding-left: 0;
    padding-right: 0;
}
.PhoneLight a {
    color: #fff;
}
.logo-block p {
    margin: 2px 0;
    text-align: center;
    font-size: 12.5px;
    color: #e0d092;
}
.logo {
    height: 60px;
    position: relative;
    overflow: hidden;
}
.logo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.logo a:hover img {
    opacity: 0.6;
}

.user-links,
.PhoneLight {
    padding: 15px 0 0;
}

.top-nav {
}
.top-nav ul {
    padding: 19px 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1;
    font-family: Verdana;
    text-transform: uppercase;
    font-weight: bold;
}
.top-nav ul li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #000;
}
.top-nav .useraccount ul {
    float: right;
}
.top-nav ul li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.top-nav ul li a {
    color: #000;
}

.site-header {
    padding: 25px 0 30px;
    background: #040707;
}

.user-links {
    display: inline-block;
    width: 100%;
    text-align: right;
}
.user-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.user-links ul li {
    display: inline-flex;
    height: 30px;
    align-items: center;
    padding: 0 8px;
}
.user-links ul li:first-child {
    padding: 0 8px 0 0;
}
.user-links ul li:last-child {
    padding: 0 0 0 8px;
}
.user-links ul li a {
    color: #fff;
    font-size: 18px;
}

.searchBox {
    padding: 10px 0;
    position: relative;
}
.search-form {
    position: relative;
    max-width: 110px;
    width: 100%;
}
.search-form .search-text {
    padding: 4px 4px 4px 30px;
    height: 22px;
    border: none;
    background: #eee;
}
.search-form .search-submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    padding: 0;
    background: #eee;
    border: #eee;
    color: #b29d4b;
}


.minicart {
    min-width: 165px;
    height: 60px;
    float: right;
    padding: 15px 0 15px 10px;
    border-left: 1px solid #ececec;
}
.minicart-inner {
    display: block;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
}
.minicart-inner:hover {
    color: #000;
    opacity: 0.8;
}
.minicart .cart-icon {
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    float: left;
    margin-right: 5px;
}
.minicart .cart-details {
    display: block;
    float: left;
}

span.cart-title {
    font-size: 12px;
    line-height: 15px;
    display: block;
    font-weight: bold;
}
span.cart-count {
    color: #000;
    font-size: 10px;
    display: block;
    line-height: 15px;
    font-weight: 500;
}
.site-footer {
    background-color: #0f0f0f;
    padding: 55px 0 0;
    color: #fff;
    font-family: Verdana;
}

ul.extrapages li {
    line-height: 1;
    margin: 0 0 15px;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 0 10px;
}
ul.extrapages li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
}
ul.extrapages li a:hover {
    color: #c1c1c1;
}
.footer-social {
    border-top: none;
    border-bottom: none;
}
.social-icons,
.global-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}
.copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.copyright a {
    color: #fff;
    text-decoration: underline;
}
.copyright p {
    margin: 0;
    font-size: 11px;
}
#divRewardWidget {
    color: #000 !important;
}
.mailinglist-form {
    position: relative;
}
.mailist-box {
    max-width: 485px;
    float: none;
    margin: 0 auto 10px;
    width: 100%;
    text-align: center;
}
.mailist-box h2.mailinglist-title {
    font-family: Verdana;
    font-size: 18px;
    color: #e0d092;
    margin-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}
.mailinglist-input.form-control {
    background-color: #fff;
    max-width: 100%;
    color: #000;
    float: none;
    width: 100%;
    height: 27px;
    padding: 7px 142px 7px 7px;
    text-align: center;
}
.mailinglist-submit {
    background-color: #e0d092;
    color: #000 !important;
    border-left: 4px solid #000 !important;
    float: none;
    width: 135px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-bottom: none;
    border-right: none;
    border-top: none;
    text-transform: none;
    font-weight: 300;
}
.btn-default.mailinglist-submit:hover, 
.btn-default.mailinglist-submit:focus {
    color: #fff !important;
}
.mailinglist-response {
    display: none;
}
.maillist-options {
    margin: 15px 0 0;
    display: none;
}
.subscribe {
    float: left;
    margin-right: 20px;
    line-height: 13px;
}
.subscribe input[type="radio"] {
    margin: 0;
    vertical-align: middle;
}
.subscribe label {
    margin: 0;
    font-size: 12px;
    line-height: 13px;
    font-weight: 300;
    margin-left: 3px;
    color: #fff;
    cursor: pointer;
}

.footer-social ul {
    margin: 16px 0;
    text-align: center;
}
.footer-social ul li {
    padding: 0 15px;
}
ul.payment-icons {
    text-align: right;
}
ul.payment-icons li {
    font-size: 34px;
    line-height: 36px;
    vertical-align: middle;
}

ul.payment-icons li.payment-icons-label,
ul.social-icons li.social-icons-label {
    font-size: 18px;
    vertical-align: middle;
    font-family: Verdana;
    text-transform: uppercase;
    margin-right: 20px;
}

.social-icons {
}
.social-icons li a {
    color: #0f0f0f;
    background-color: #c1c1c1;
    width: 21px;
    height: 21px;
    line-height: 21px;
    border-radius: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
}
.social-icons li a:hover {
    opacity: 0.6;
}


/*.product-item .reviews-stars:before {
    font-family: "fontello";
    content: "\e803 \e803 \e803 \e803 \e803";
    color: #b8b8b8;
}
.product-item .reviews-stars {
    color: #000;
}*/

.reviews-stars:before {
    font-family: "fontello";
    content: "\e803 \e803 \e803 \e803 \e803";
    color: #b8b8b8;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star,
.reviews-stars {
    color: #000;
}

.product-items .product-item .name,
.product-items .product-item .price,
.product-items .product-item .status,
.product-items .product-item .reviews,
.product-items .product-item .addtowishlist,
.product-items .product-item .action {
    text-align: center;
}

.home-page .product-items .product-item .price,
.home-page .product-items .product-item .status,
.home-page .product-items .product-item .reviews,
.home-page .product-items .product-item .addtowishlist,
.home-page .product-items .product-item .action {
    display: none;
}

.product-item .name a {
    color: #000;
}
.product-item del.regular-price {
    text-decoration: line-through;
}
.sale-price {
    color: #9E293E;
}
del.original-price {
    font-weight: 500;
}
span.freeshipping {
    color: #005C4B;
}
.product-items .product-item .addtowishlist a {
    color:#265A87;
}
.breadcrumnb ol li>a {
    color: #575757;
}
.product-item .on-sale-badge {
    background-color: #922639;
}
.product-item .status span:before {
    content: "-";
}
.product-item .status {
    font-size: 12px;
}
.product-item .price {
    font-size: 16px;
    font-weight: bold;
}
.product-item .img {
    min-height: 230px;
    position: relative;
    /*border: 1px solid #ececec;*/
    background-color: #fff;
}
.product-item .img a {
    display: block;
}
.product-item .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.product-item .action .btn {
    min-width: 150px;
}
.head-mobile-nav > a {
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

/*
** Homepage
*/
.main-banners img {
    width: 100%;
}
.modNewReleases .product-items {
    position: relative;
}

.NewRelease {
    float: left;
    height: 35px;
    width: 55px;
    margin-bottom: auto;
    z-index: 2;
    position: absolute;
    background-image: url(../images/content/New2.png);
    background-position: left top;
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-top: 0px;
}

div.searchlight-balloon {
    top: 32px !important;
    padding: 0 !important;
    left: -64px !important;
    max-width: 306px !important;
}

.products-section {
    background-color: #fff;
    padding: 30px 0;
}

.products-section h2 {
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0 0 25px;
    border-bottom: none;
    position: relative;
    text-align: center;
}
.products-section h2:after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    bottom: -1px;
    z-index: 10;
    display: none;
}
.home-page-content {
    padding-top: 0;
}
/*.home-page-content .category-footer {
    padding: 40px 0 60px;
}*/
.home-page-content .category-footer h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 20px;
    font-weight: bold;
}
.home-page-content .category-footer p {
    margin: 0 0 30px;
    text-align: justify;
}
.home-page-content .category-footer a:hover img {
    opacity: 0.7;
}
.home-page-content .category-header img {
    margin: 0 auto;
}
.extrapages-shower a {
    display: block;
    background-color: #2d2d2d;
    color: #fff;
    padding: 10px 18px;
    text-decoration: none !important;
}
.extrapages-shower a:after {
    content: "\f106";
    font-family: "fontello";
    float: right;
}
.extrapages-shower a.collapsed:after {
    content: "\f107";
}
.extrapages {
    max-width: 530px;
    width: 100%;
    margin: 35px auto 0;
    text-align: center;
}

@media(max-width: 1023px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
        min-height: 0;
    }
    .navbar-nav > li.dropdown > a:after {
        /* float: right; */
    }
    .mailist-box {
        float: none;
        padding: 30px 0;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .footer-social {
        text-align: center;
    }
}
@media(max-width: 767px) {
    .logo {
        text-align: center;
        height: auto;
    }
    .logo img {
        position: static;
    }
    .searchBox {
        padding: 20px 0 0;
    }
    .search-form-col {
        clear: both;
    }
    .flex-direction-nav a:before {
        font-size: 24px;
    }
    .flex-direction-nav a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin: -12px 0 0;
    }
    .mailinglist-input.form-control {
        /* max-width: 200px; */
    }
    .social-icons li a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .footer-social ul li {
        padding: 0 4px;
    }
    .extrapages {
        display: none;
    }
    .home-page-content .category-header {
        padding: 15px 0;
    }
    .extrapages-shower a {
        display: block;
    }
    ul.extrapages {
        margin: 0;
        padding: 15px 0;
    }
    ul.extrapages li a {
        font-size: 14px;
    }
    .extrapages-shower {
        width: 100%;
        max-width: 320px;
        margin: 10px auto 0;
    }
    .search-form .search-text {
        height: 40px;
    }
}
@media(max-width: 567px) {
    .product-items.product-items-1 .product-item,
    .product-items.product-items-2 .product-item,
    .product-items.product-items-3 .product-item,
    .product-items.product-items-4 .product-item,
    .product-items.product-items-5 .product-item,
    .product-items.product-items-6 .product-item {
        max-width: 270px;
    }
    #filtersBlock,
    .category-page .sort-by, 
    .sort-by span {
        max-width: 100% !important;
    }
}


@media (max-width: 1200px) {
    .user-links ul li:last-child,
    .user-links ul li {
        padding: 0;
    }
    div.searchlight-balloon {
        top: 32px !important;
        padding: 0 !important;
        left: inherit !important;
        max-width: 306px !important;
        right: 0px !important;
    }
}

@media (max-width: 991px) {
    .site-header .logo-block.p-0 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .user-links ul li:first-child {
        padding: 0;
        display: block;
    }
    .searchBox {
        padding: 0;
        display: block;
    }
    .search-form {
        max-width: 100%;
        width: 100%;
    }
    .mailist-box {
        padding: 0;
    }
    .extrapages {
        margin: 10px auto 0;
    }
    .site-footer {
        padding: 35px 0 0;
    }
    .mailist-box h2.mailinglist-title {
        margin-top: 0;
        padding-bottom: 0;
    }
    .footer-social ul {
        margin: 0;
    }
    div.searchlight-balloon {
        top: 22px !important;
        right: 0px !important;
    }
}

@media (max-width: 767px) {
    div.searchlight-balloon {
        top: 40px !important;
        right: 0px !important;
        max-width: 100% !important;
    }
    .user-links, .PhoneLight {
        padding: 0;
    }
    .user-links ul li {
        height: auto;
    }
    .searchBox {
        margin: 10px 0 0;
    }
    .category-page .page-content,
    .home-page-content {
        padding-top: 15px;
    }
    #categories {
        display: none;
    }
    .v-slider .addl-images {
        margin: 15px 0 0 !important;
        width: 100% !important;
    }
}

.menu-open {
    overflow: hidden;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0,0,0,0.5);
}
.menu-open .mobile-menu {
    overflow-x: hidden;
    overflow-y: auto;
}
.mobile-menu-inner {
    background-color: #fff;
    padding: 30px 20px;
    width: 250px;
    margin-left: auto;
    margin-right: 0;
    min-height: 100vh;
    position: relative;

    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(250px,0);
    -ms-transform: translate(250px,0);
    -o-transform: translate(250px,0);
    transform: translate(250px,0);
}
.menu-open .mobile-menu-inner {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.mobile-menu-close a {
    color: #000;
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    text-decoration: none;
}
.mobile-menu-close a:after {
    content: '\e805';
    font-family: "fontello";
}
.mobile-menu-widget {
    margin: 30px 0;
}
.mobile-menu-widget h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1;
    border-bottom: 1px solid #ececec;
}
.mobile-menu-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile-menu-widget ul li {
    margin: 0 0 0;
}
.mobile-menu-widget ul li a {
    padding: 0;
    line-height: 40px;
    font-size: 13px;
    background-color: transparent !important;
    display: block;
    color: #000;
    text-decoration: none !important;
}
.mobile-menu-widget ul li a:hover {
    color: #333;
}
.mobile-menu-widget ul ul {
    display: none !important;
}
.mobile-menu-widget ul li a:after {
    display: none;
}

.mailinglist-response {
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 12px;
    background-color: #2d2d2d;
    color: #ccc;
}
.mailinglist-error span {
    color: #8a6d3b;
}
.mailinglist-subscribed span,
.mailinglist-unsubscribed span {
    color: #3c763d;
}
.mailinglist-response,
.mailinglist-response div {
}

.floating-cart {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    background-color: #101010;
    color: #fff;
    border-radius: 20px 0 0 20px;
    padding: 15px;
    text-align: center;
    width: 90px;
    display: none;
}
.floating-cart a,
.floating-cart a:hover {
    color: #ececec;
    text-decoration: none;
}
.floating-cart a:hover {
    opacity: 0.6;
}
.floating-cart span.cart-icon {
    display: block;
    font-size: 30px;
    line-height: 1;
}
.floating-cart span.cart-details {
    font-size: 12px;
    text-transform: none;
    display: block;
    margin: 5px 0 0;
}

.paging {
    float: right;
}
.paging strong, 
.paging a {}
.paging strong,
.paging a:hover {
    color: #fff;
    background-color: #0f0f0f;
    text-decoration: none;
}

#slideshow {
    margin: 0;
    position: relative;
    height: 482px;
    padding: 0;
}
  
#slideshow > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.solid-menus .full-width, .solid-menus .full-width-nb {
    padding: 1em;
    left: 0;
    top: 35px;
}

/* MEGA MENU STYLES */
@media (max-width: 1600px) {
    #categories.navbar-nav > li > a {
      font-size: 1.6rem;
    }
}
  
  @media (max-width: 1399px) {
    #categories.navbar-nav > li > a {
      padding: 0px 10px;
    }
    #categories.navbar-nav > li.dropdown > a {
      padding: 0 20px 0 10px;
    }
}

@media (min-width: 992px) {
    #category-navbar .navbar-inverse .navbar-nav {
      float: none;
      text-align: center;
    }
    #category-navbar .navbar-inverse .navbar-nav > li {
      float: none;
      display: inline-block;
    }
}

@media (max-width: 980px) {
    .solid-menus .main-nav > li > a {
        padding: 0 15px;
    }
    .solid-menus #navigation .main-nav > li {
        display: inherit;
    }
    .solid-menus {
        margin: 0;
    }
    .solid-menus #navigation .main-nav, 
    .solid-menus #navigation .main-nav ul {
        padding: 0;
        top: 0;
    }
    .solid-menus #navigation .main-nav > li {
        background: #fff;
        position: relative;
        width: 100%;
        border-radius: 0;
        display: block;
    }
    .solid-menus .slider-container {
        display: none;
    }
    .solid-menus .main-nav .full-width > ul > li {
        float: none;
        width: 100%;
    }
    .solid-menus .main-nav {
        max-width: 720px;
        width: 100%;
    }
    .solid-menus #navigation .main-nav.trigger-click > li.is-click-active.no-hover-bg > a {
        color: #fff;
    }
    .solid-menus .main-nav .sub-menu-1.drop-down > ul > li {
        width: 100%;
    }
    .solid-menus .main-nav .drop-down > ul > li:hover > a, .solid-menus .main-nav .multi-drop > ul > li:hover > a, .solid-menus .main-nav .full-width ul.list li:hover > a, .solid-menus .main-nav .social > ul > li:hover > a, .solid-menus .main-nav .social.social-inline ul.l-inline-list > li:hover a {
        color: #000;
    }
}

.mega-menu {
    padding: 10px 0;
}
#categories-outer {
    width: 100%;
}
#categories-outer .navbar-nav {
    text-align: left;
}
#categories-outer .navbar-nav > li {
    float: none;
    display: inline-block;
}
#categories.navbar-nav {
    margin: 0;
    float: none;
    width: auto;
    position: relative;
}
#categories.navbar-nav > li {
    vertical-align: top;
    position: static;
    z-index: auto;
    padding: 0 12px;
}

#categories.navbar-nav > li > a {
    font-family: Verdana;
    font-weight: 400;
    padding: 0;
    line-height: 42px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    position: relative;
}
#categories.navbar-nav > li > a:hover {
    background: none;
    color: #000;
    text-shadow: 1px 1px 1px #bdbdbd;
}
#categories.navbar-nav > li:first-child > a:hover:before {
    background: #000;
}
#categories.navbar-nav > li > a:before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #fff;
}
#categories.navbar-nav > li.dropdown > a {
    padding: 0;
}

#mobile-categories #categories.navbar-nav > li > a {
    min-height: inherit;
    line-height: normal;
    color: #5d5d5d;
    font-size: 1.6rem;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
}


#mobile-categories #categories.navbar-nav {
    margin: 0;
}

#categories.navbar-nav > li:first-child > a:after,
#categories.navbar-nav > li:nth-child(2) > a:after {
    display: none;
}

#categories.navbar-nav > li:last-child {
    position: relative;
}
#categories.navbar-nav > li:last-child > .dropdown-menu {
    left: 0;
    right: auto;
    width: 100%;
    max-width: 150px;
}

.navbar-nav > li > .dropdown-menu.menu_sm {
    width: auto;
    max-width: 600px;
    left: auto;
    min-width: fit-content;
}
.navbar-nav > li > .dropdown-menu {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px 15px;
    width: 100%;
    display: none;
    margin-left: auto;
    margin-right: auto;
}
.navbar-nav > li > .dropdown-menu > .container {
    max-width: 1500px;
    width: 100%;
}
.navbar-nav li .dropdown-menu .default-image {
    margin-left: auto;
}
  
#categories-outer .dropdown-menu > li {
    padding: 1px;
    border-top: 1px solid #e9e9e9;
}
#categories-outer .dropdown-menu > li > a {
    padding: 12px 12px;
    color: #656565;
    background: transparent;
    font-weight: 500;
    text-transform: uppercase;
}
#categories-outer .dropdown-menu > li:hover > a {
    color: #fff;
    background: #0085ef;
}
ul.dd-subcats {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    float: left;
    width: 100%;
}
ul.dd-subcats.one {
    width: 100%;
}
ul.dd-subcats li {
    display: block;
    line-height: 20px;
    padding: 0;
    color: #000;
    font-size: 1.6rem;
}
ul.dd-subcats li a.subcat_title {
    color: #000;
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #ededed;
    font-size: 12px;
    cursor: context-menu;
}
ul.dd-subcats li a.subcat_title:hover {
    background: transparent;
    color: #000;
}
ul.dd-subcats li a {
    color: #4b4b4b;
    font-size: 1.6rem;
    display: block;
    text-decoration: none;
    padding: 3px;
    font-family: Verdana;
    font-size: 14px;
}
ul.dd-subcats li a:hover {
    color: #fff;
    background: #c1c1c1;
}
.navbar {
    min-height: 0;
  }
  section.navbar-wrapper {
    background-color: transparent;
    border-top: 1px solid #999;
    border-bottom: none;
  }
  .navbar.navbar-inverse {
    margin-bottom: 0;
    border: none;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #1b1f2f;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 1;
    min-height: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #1b1f2f;
  background-color: transparent;
  opacity: 0.8;
}
.dropdown-menu > li > a {
    padding: 6px 20px;
    text-transform: uppercase;
  }
  
  .dropdown-menu > li > a {
    color: #fff;
    padding: 10px 15px;
  }
  .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #272727;
  }
  .navbar-nav > li.dropdown > a:after {
    content: '\f107';
    font-family: 'fontello';
    line-height: 1;
    margin-left: 5px;
  }


.category-page .page-content {
    padding-top: 0;
}
.category-page .sort-by, .sort-by span {
    font-size: 14px;
    max-width: 100px;
    width: 100%;
    margin: 0;
}
.category-page .sort-by select {
    border: 1px solid #000;
    height: 23px;
    padding: 3px 22px 3px 3px;
    color: #000;
    border-radius: 3px;
    font-size: 12px;
    width: 100%;
}

.category-page .category-header, 
.category-page .category-footer {
    margin: 0 0 15px;
    color: #3e3d3d;
}
.category-page .category-header img, 
.category-page .category-footer img {
    width: 100%;
}

.category-page .category-header .page_headers, 
.category-page .category-footer .page_headers {
    margin: 20px 0 0;
    font-family: Verdana;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 24px;
    color: #3e3d3d;
}
.paging strong, .paging a {
    color: #383733;
    background: #eae9e9;
    border-radius: 0;
    padding: 0;
    margin-left: 6px;
    min-width: auto;
    line-height: 1;
    padding: 5px 3px;
}
.paging strong {
    background: transparent !important;
}
.category-actions {
    padding: 0;
    margin: 20px 0 0;
    border-bottom: none;
}
.category-page .product-item .name {
    height: 20px;
}
.category-page .product-item .status,
.category-page .product-item .reviews,
.category-page .product-item .action {
    display: none;
}
.category-page .product-item .price {
    font-size: 14px;
    font-weight: normal;
}
.category-page .product-item del.regular-price,
.category-page .sale-price {
    display: block;
    text-align: center;
}
.category-page .product-item .img {
    min-height: 175px;;
}

.r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: #fff;
    margin-bottom: -15px;
    border-top: none;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    border-top: 1px solid #ccc;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #000;
    background-color: #fff;
    /* border-top: 1px solid #ccc; */
    font-weight: 300;
    border-radius: 5px 5px 0 0;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    top: 1px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
    background: #fcfcfc;
    margin-bottom: 1px;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-weight: 300;
    border-radius: 5px 5px 0 0;
}
.r-tabs .r-tabs-panel {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 3px;
    min-height: 200px;
}
.r-tabs .r-tabs-nav {
    border-bottom: 1px solid #ccc;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #000;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 0;
}
.listing-page h1.page_headers {
    margin: 0 0 15px;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
}
.listing-page .pricingBlock .yourprice,
.listing-page .pricingBlock .saleprice {
    font-size: 120%;
    font-weight: bold;
    color: #b29d4b;
    margin: 0 0 10px;
}
.listing-page #divOptionsBlock .opt-regular .opt-field .dropdown-format select {
    border: 1px solid #b7b4ac;
    box-shadow: none;
    font-weight: 300;
}
.listing-page #divOptionsBlock .opt-regular .opt-field .dropdown-format label {
    max-width: 250px;
    width: 100%;
}
.listing-page .addToCartBlock .qtybox-addcart label.qty-input {
    margin: 0 10px 0 0;
}
.listing-page .btn.btn-addcart {
    font-size: 14px;
    vertical-align: middle;
    text-transform: none;
    padding: 8px 24px 8px 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    background: #fff;
    box-shadow: 1px 0px 6px #dedede;
}

#checkoutSinglePage #checkout-logo {
    background: #000;
    margin: 0 0 10px;
}