@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(flags.css);

html, body {
    width: auto !important;
    overflow-x: hidden !important;
    padding: 0;
    margin: 0;
}

* html {
    font-family: 'Roboto', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;

}

a {
    color: #333;
}

a:hover, a:focus {
    color: #666;
    text-decoration: none;
}

ul, ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333;
}

.std h1, .std h2, .std h3, .std h4, .std h5, .std h6 {
    font-weight: bold;
}

ul, ol {
    margin-bottom: 0;
}

p, button {
    font-family: 'Roboto', sans-serif;
    /* font-weight:400; */
    font-size: 14px;
}

input.input-text, select, textarea {
    border: 1px solid #d2d2d2;
}

.hide {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

.store_selector_dropdown .flags-sprite {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

#store_switcher {
    z-index: 999999999;
}

/* =============Format Form =================*/
.form-control {
    font-size: 12px;
    height: 25px;
    padding: 2px 12px;
    border-radius: 0px;
}

.form-list select, .form-list .input-box input {
    height: 24px;
}

.form-list label {
    color: #333
}

/* =============Format Button =================*/
.btn {
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 0;

}

.btn-theme {
    background: #888888; /* Old browsers */
    background: -moz-linear-gradient(top, #888888 0%, #565756 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888888), color-stop(100%, #565756)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #888888 0%, #565756 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #888888 0%, #565756 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #888888 0%, #565756 100%); /* IE10+ */
    background: linear-gradient(to bottom, #888888 0%, #565756 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#565756', GradientType=0); /* IE6-9 */

    color: #ddd;
    border: none;
    height: 25px;
}

.btn-theme:hover {
    color: #FFF;
}

.green {
    background-color: #60a443;
}

.btn-default {
    background: #000;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    border: none;
    text-transform: none;
}

.btn-default:hover {
    background: #181818;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, button.button span, .block-compare button.button span {
    background: #000;
    color: #fff;
}

button.button span {
    padding: 2px 8px;
    border: none;
    line-height: 14px;
}

.note-msg, .notice-msg {
    color: #333;
}

.error-msg {
    border: none;
    background-color: #fff;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
    border-width: 0;
    border: 0;
    border-color: #fff;
}

#global-message-modal .modal-content h3 a i {
    float: right;
}

ul.messages {
    display: none;
}

#global-message-modal ul.messages {
    display: block;
}


/* =============================================================================
   Header
   ========================================================================== */
.topheader .navbar-default {
    background-image: none;
    background-color: #181818;
    border-radius: 0;
}

.navbar-brand {
    padding: 10px 5px 5px 5px;
    cursor: pointer;
}

#searchbox .navbar-form {
    margin-top: 12px;
    padding: 0;
}

#searchbox input.form-control {
    padding: 4px 10px;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    color: #333;
}

.navbar-right {
    margin-top: 3px;
}

#menulinks {
    text-align: right;
}

ul.dropdown-menu {
    text-align: left;
}

#menulinks.navbar-nav {
    margin: 2px -15px;
}

#menulinks li.dropdown {
    display: inline;
    color: #d7d7d7;
}

#menulinks li.dropdown a {
    font-size: 12px;
    padding: 5px 5px;
    color: #d7d7d7;
}

#menulinks li.dropdown:first-child {
    display: inline-flex;
}

#menulinks li.dropdown a:first-child {
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#menulinks ul.dropdown-menu li a {
    color: #333;
}

#menulinks li.language img {
    vertical-align: middle;
    margin-right: 5px;
}

.currency {
    text-transform: none; /*text-transform:uppercase;*/
}

#cart-info {
    border: 1px solid #373737;
    border-bottom: 0;
    overflow: hidden;
    padding: 3px;
    text-align: right;
    float: right;
}

#cart-info li {
    display: inline-block;
    border-right: 1px solid #373737;
    padding: 0 10px;
}

#cart-info li:last-child {
    border: none;
}

#cart-info li .fa {
    font-size: 14px;
    margin-right: 5px;
}

#cart-info li a {
    color: #d7d7d7;
    font-size: 13px;
}

#status-info {
    height: auto;
    min-height: 36px;
    background: #eae9e9;
}

.top .navbar-fixed-top {
    position: relative;
}

#status-info .col-md-4 {
    border-right: 1px solid #d7d7d7;
}

#status-info .col-md-4 .row {
    margin: 0
}

#status-info .col-md-4:last-child {
    border: none;
}

#status-info .delivery-st,
#status-info .return-st,
#status-info .promo-st {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 8px 0;
    float: left;
}

#status-info .delivery-st a,
#status-info .return-st a,
#status-info .promo-st a {
    display: block;
    color: #333;
    font-weight: 400;
    font-size: 13px;
}

#status-info .delivery-st a:hover,
#status-info .return-st a:hover,
#status-info .promo-st a:hover {
    font-size: 13px;
    display: block;
    width: 100%;
    color: #333;
    font-weight: 400;
}

#status-info .delivery-st .fa,
#status-info .return-st .fa,
#status-info .promo-st .fa {
    font-size: 18px;
    color: #333;
    margin-right: 5px;
    margin-top: 2px;
    display: block;
    width: 16px;
    float: left;
}

.mt10 {
    margin-top: 10px;
}

/* ============= Top Menu =================*/
#topmenu.navbar-default {
    background-image: none;
    background-color: #181818;
    border-radius: 0;
    border-top: 1px solid #2d2d2d
}

#topmenu .navbar-toggle {
    background: none;
    border: none;
}

#topmenu .dropdown-menu {
    font-size: 12px;
    top: inherit;
}

#topmenu.navbar-default .navbar-nav > li > a {
    color: #d7d7d7;
    text-transform: uppercase;
    display: block;
    border-right: 1px solid #2d2d2d;
    padding: 8px;
    font-size: 12px;
}

#topmenu.navbar-default .navbar-nav > li.open a {
    background-color: #f1f1f1;
}

#topmenu.navbar-default .navbar-nav > li.open a:hover {
    background-color: #fff;
}

#topmenu.navbar-default .navbar-nav > li.open #product-menu a.btn-default {
    background-color: #000;
}

.navbar-collapse {
    border-top: none
}

#topmenu.navbar-nav > li > a {
    color: #333;
    padding-bottom: 8px;
    padding-top: 8px;
}

#topmenu.navbar-default .navbar-nav > li {
    padding: 0 0px;
}

#topmenu.navbar-default .navbar-nav > li > a .fa {
    width: 14px;
    font-size: 16px;
    margin-right: 5px
}

#topmenu.dropdown-menu {
    border: none;
}

.navbar-nav .open .dropdown-menu {
    background: #f1f1f1;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}

.dropdown-menu > li > a.active {
    background: #f2f2f2;
}

#topmenu.navbar-default .navbar-nav > li > a:active, #topmenu.navbar-default .navbar-nav > li > a:focus {
    background-color: #f1f1f1;
    color: #333;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    text-transform: none;
    background-color: #fff;
}

.dropdown-menu > li > a {
    padding: 6px 20px;
    text-transform: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #f1f1f1;
    color: #333
}

a.viewmore {
    padding: 5px 20px !important;
    color: #fff !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #f1f1f1;
    color: #333;
}

/* ============= Slideshow =================*/
.carousel .item {
    width: 100%; /*slider width*/
}

#slideshow-home .carousel .item img {
    width: 100%; /*img width*/
}

.carousel-caption {

    top: 0;
    bottom: auto;
}

.carousel-control .fa {
    font-size: 3.750em;
}

.carousel-control .glyphicon-chevron-left {
    left: 20%;
}

.carousel-control .glyphicon-chevron-right {
    right: 20%;
}

.carousel-indicators {
    margin-left: -29%
}

#manual-group {
    width: 100%;
    height: 100px;
    position: absolute;
    margin-left: 20px;
    margin-top: -50px;
    z-index: 50;
}

#manual-group .col-md-4 {
    padding: 0 10px;
}

.manual-item {
    max-width: 340px;
    height: auto;
    min-height: 230px;
}

.manual-inner {
    max-width: 100%;
    height: 230px;
    padding: 10px;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.7;
    filter: alpha(opacity=50);
    background: black;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .manual-bg {
        top: 190px !important;
    }
}

.manual-bg {
    max-width: 94%;
    height: 180px;
    position: relative;
    top: 190px;
    top /*\**/: 230px \9;
    left: 10px;
    right: 10px;
    z-index: 2;
    color: #fff;
}

.manual-bg img {
    max-width: 100%;
}

.manual-bg .manual-badge {
    width: 86px;
    height: 86px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.manual-bg .manual-badge a img {
    width: 100%;
}

.right-badge-winner {
    position: absolute;
    z-index: 1;
}

a.manual-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-align: left;
    width: 50%;
    text-transform: none;
    float: left;
    cursor: pointer;
    line-height: 24px;
    padding: 6px 0 6px 0;
    height: 32px;
    overflow: hidden;
    color: #fff;
}

a.manual-link {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 14px;
    width: 50%;
    text-transform: none;
    float: right;
    text-align: right;
    line-height: 28px;
    cursor: pointer;
    padding: 6px 5px;
    color: #fff;
}

a:hover.manual-title, a:hover.manual-link {
    color: #ccc;
}

/* =============================================================================
   Main Content
   ========================================================================== */
.main-container {
    background: none;
    padding-bottom: 50px;
    min-height: 600px;
}

.main {
    width: auto;
    margin: 0 auto;
    background: none;
    padding: 0px;
    margin-bottom: 40px;
}

.content-page {
    margin-top: 30px;
}

.breadcrumb {
    background-color: transparent;
    padding: 8px 0px;
}

.breadcrumb > li {
    text-transform: none; /*text-transform:uppercase;*/
}

.breadcrumb > li > a {
    color: #333;
    text-transform: none; /*text-transform:uppercase;*/
    font-weight: 400;
}

.breadcrumb > .active {
    font-weight: 400;
    text-transform: none; /*text-transform:uppercase;*/
}

.breadcrumb > li + li:before {
    content: ""
}

.page-title h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    text-transform: none; /*text-transform:uppercase;*/
    text-align: center;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

/* =============================================================================
   Product Category
   ========================================================================== */

#bot-sidebar {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 0.9em;
    width: 100%;
    z-index: 100;
    margin-top: 50px;
}

#bot-sidebar li {
    border-bottom: 1px solid #eee;
    height: 30px;
    position: relative;
}

#bot-sidebar li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 7px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.25em;
    text-transform: capitalize;
    font-weight: normal;
}

#bot-sidebar li:hover, #bot-sidebar li.active, #bot-sidebar li.active:hover {
    background: #fff;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    top: -1px;
    left: -1px;
    position: relative;
}

#bot-sidebar li.active a {
    position: absolute;
    z-index: 500;
}

#bot-sidebar li a i {
    float: right;
}

#bot-sidebar li.active .lux-menu-sub-tail {
    height: 28px;
    width: 212px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 400;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}

#bot-sidebar li .menuArrow {
    color: #444;
    float: right;
    display: inline-block;
    margin: -25px 10px 0 0;
}

#bot-sidebar li.active {
    background: #fff;
}

.bot-sub-menu-cat {
    max-width: 720px;
    height: auto;
    border: 1px solid #d7d7d7;
    background: #fff;
    overflow: hidden;
    padding-bottom: 10px;
}

.bot-sub-menu-cat .subnav-list h3 {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0 5px 0px;
    margin-bottom: 10px;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    border-bottom: 1px solid #dedede;
}

.bot-sub-menu-cat .subnav-list h3 a {
    font-weight: 700;
}

.bot-sub-menu-cat .subnav-list a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    display: block;
    width: auto;
    padding: 2px 0px;
    text-transform: capitalize;
}

.bot-sub-menu-cat .subnav-list a:hover {
    color: #666;
}

.bot-sub-col3-inner {
    position: relative;
    min-height: 350px;
}

.bot-sub-col3-inner .banner-sub-cat {
    max-height: 180px;
    max-width: 210px;
    position: absolute;
    right: 10px;
    bottom: 0;
}

.bot-sub-col3-inner .banner-sub-cat img {
    max-width: 100%;
}

.bot-sub-col3-inner .viewall-link {
    text-transform: none;
}

.bot-sub-col3-inner .viewall-link a {
    color: #333;
    text-decoration: underline;
}

.bot-sub-col3-inner .viewall-link a:hover {
    text-decoration: none;
}

#left-product-cat .grid-demo {
    background: #fff;
}

#right-product-cat {
    margin-bottom: 40px;
}

.communityblock {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;

}

.holder-product-cat-list-pager {
    position: relative;
    right: 0;
    /*margin: 0 0 10px 0 !important;*/
}

.holder-product-cat-list-pager div.pages {
    float: right;
}

.holder-product-cat-list-pager div.pages > strong, .holder-product-cat-list-pager ol {
    float: left;
}

.holder-product-cat-list-pager ol li {
    display: inline-block;
}

.category-products .toolbar .pager {
    padding: 10px 8px 0 8px;
    margin: 0 !important;
}

.pager .right-pager {
    float: right;
}

.pager .right-pager p {
    font-size: 12px !important;
}

.pager .amount, .pager .sort-by, .pager .limiter label {
    font-size: 12px;
}

.product-item {
    margin-bottom: 20px;
}

.product-item-image {
    height: 210px;
    margin-bottom: 10px;
    position: relative;
}

.product-item-image .bagde-item {
    max-width: 40px;
    max-height: 40px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.product-item-image .bagde-left {
    max-width: 55px;
    max-height: 55px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.product-item-image .thumbnail {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    height: 210px;
    vertical-align: middle;
    text-align: center;
}

.product-item-image a.thumbnail {
    border: none;
}

.product-item-image a.thumbnail:hover, .product-item-image a.thumbnail:focus, .product-item-image a.thumbnail.active {
    color: #333;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: 100%;
    max-height: 100%;
}

.product-title-group {
    margin: 5px 0 0px;
    border-top: 3px solid #181818;
    text-align: center;
}

.product-title-group h2 {
    font-size: 2.2em;
    text-transform: none;
    position: relative;
    display: inline;
    top: -20px;
    padding: 0 12px;
    color: #000;
    background: #fff;
    font-weight: 400;
}

.product-item-details h5 {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    line-height: 18px;
    height: 38px;
    margin: 0;
    overflow: hidden;
}

.product-item-details h5 a {
    color: #333;
    font-weight: 700;
}

.product-item-details h5 a:hover {
    color: #666;
}

.product-note {
    font-style: italic;
    height: 20px;
}

.product-note .fa {
    color: #999;
    font-size: 14px;
}

.product-item .price-box {
    float: left;
    height: 20px;
    margin: 0;
}

.product-item .regular-price, .product-item .special-price {
    line-height: 20px;
}

.product-item .regular-price .price {
    text-decoration: line-through;
    color: #333;
    float: left;
    font-weight: 300;
}

.product-item .special-price .price {
    font-size: 14px;
    color: #333;
    float: left;
    margin: 0 5px;
}

.product-actions {
    width: 100%;
    float: left;
    border-top: 1px solid #fff;
}

.add-to-links li {
    background-color: #fcfcfc;
    border: 1px solid #dedede;
    float: left;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.add-to-links li:hover {
    border-color: #000;
    display: block;
}

a.link-wishlist, a.link-compare {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    color: #b7b7b7;
    display: block;
    padding: 2px 8px;
}

a:hover.link-wishlist, a:hover.link-compare {
    color: #000;
}

.product-item-details .btn-cart {
    padding: 3px 10px;
}

.btn-cart {
    font-size: 14px;
    margin-top: 5px;
}

.btn-cart .fa {
    margin-right: 5px;
}

.product-item .ratings {
    min-width: 105px;
    display: block;
    float: left;
    width: 100%;
}

.rating-box {
    width: 80px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.ratings .amount a {
    color: #666;
}

.pagination {
    margin: 10px 0;
}

.pagination > li > a, .pagination > li > span {
    border: none;
    color: #333;
    padding: 6px 12px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    font-weight: bold;
    background-color: transparent;
    color: #333
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #333;
}

.color-list {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    height: 14px;
}

.color-list a.color-item, .color-list a.variantcolorimagelink {
    width: 14px;
    height: 14px;
    float: left;
    display: inline-block;
    margin-right: 5px;
    overflow: hidden;
}

.color-list a.variantcolorimagelink > img {
    border: 1px solid #ccc;
}

.news-list .media {
    margin-top: 20px;
}

.media-heading {
    font-weight: bold;
}

.media-heading a {
    color: #333;
}

.media-heading a:hover {
    color: #666;
}

.date {
    color: #333;
    text-transform: none; /*text-transform:uppercase;*/
    font-size: 12px;
}

.product-banner {
    max-width: 800px;
    height: auto;
    justify-content: space-around;
    display: flex;
}

.product-banner img {
    margin: 20px 0 30px 0;
    max-width: 400px;
    max-height: 100px;
}

.slitbanners a img {
    width: 20% !important;
    float: left;
}

/* =============================================================================
   Product Detail
   ========================================================================== */
.product-view-block {
    width: 100%;
    overflow: hidden;
    min-height: 500px;
}

.product-view-inner {
    max-width: 20%;
    float: left;
}

.product-view-inner .btn-up {
    margin-bottom: 5px;
}

.product-view-inner .btn-up, .product-view-inner .btn-down {
    clear: both;
    width: 100%;
    text-align: center;
}

.product-view-inner .btn-up i, .product-view-inner .btn-down i {
    color: #808080;
    font-size: 24px;
}

.product-view-inner .btn-up i:hover, .product-view-inner .btn-down i:hover {
    color: #333;
}

#galleryProduct {
    float: left;
    max-height: 500px;
}

#galleryProduct a img {
    max-width: 100%;
}

#galleryProduct a {
    display: block;
    margin-bottom: 6px;
    float: left;
    border: 2px solid #ececec;
    max-width: 60px;
    max-height: 88px;
}

#galleryProduct a:hover,
#galleryProduct a.active {
    border: 2px solid #000;
}

#imgMini {
    margin-bottom: 10pt;
}

#imageMedia {
    max-width: 80%;
    max-height: 458px;
    float: left;
    margin-left: 5px;
}

#imageMedia img {
}

#imageMedia a {
    max-width: 380px;
}

#imageMedia img {
    max-width: 100%;
}

.client-logo {
    margin-bottom: 10px;
}

.client-logo img {
    max-width: 100%;
}

.client-logo a {
    max-width: 142px;
    max-height: 34px;
}

.detail-title h2 a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    font-weight: 400;
}

.detail-title h2 a:hover {
    color: #666;
}

.product-content {
    margin-top: 30px;
    overflow: hidden;
}

.pro-code {
    color: #666;
}

.product-content .ratings {
    min-width: 105px;
    display: block;
    float: left;
}

.product-content .price-box {
    margin: 0;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.product-content .special-price {
    float: left;
    padding: 0;
}

.product-content .special-price .price {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    color: #333;
}

.product-content .regular-price {
    width: 100%;
    line-height: 20px;
    float: left;
}

.product-content .regular-price .price {
    text-decoration: line-through;
}

.product-content .regular-price .price, .product-content .regular-price .discount {
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    font-weight: 300;
    font-size: 15px;
    color: #333
}

.promo-content {
    width: 100%;
    float: left;
}

.promo-title {
    width: 100%;
    margin: 5px 0 5px;
    border-top: 1px solid #d7d7d7;
    text-align: left;
    height: 10px;
}

.promo-title h3 {
    font-size: 1.25em;
    text-transform: none;
    position: relative;
    display: inline;
    top: -15px;
    padding: 0 12px 0 0;
    color: #000;
    background: #fff;
    font-weight: 400;

}

.promo-body {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.promo-body li {
    background: url(../images/stick.png) left 5px no-repeat;
    padding: 0 0 0 20px;

}

.promo-body li span {
    color: red;
    font-weight: 700;
}

.product-options {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    float: left;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

.quantity, .color-block, .size {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.quantity label, .color-block span, .size label {
    width: 20%;
    float: left;
    font-weight: 700;
}

.quantity-form label, .size-form label, .color-txt {
    width: 60px;
    float: left;
    font-weight: 700;
}

.quantity-form input, .size-form input {
    border: 1px solid #ccc;
    height: 24px;
    padding: 0 5px;
    width: 20%;
}

.color-block {
}

.color-block a {
    display: block;
    border: 2px solid #d7d7d7;
    width: 28px;
    height: auto;
    float: left;
    margin-right: 5px;
}

.color-block a:hover, .color-block a.active-color {
    border: 2px solid #333;
}

/*form .color-block a{ border:2px solid transparent;}*/
.size select {
    border: 1px solid #ccc;
    height: 24px;
}

.product-content .product-actions .btn-cart {
    margin-right: 10px;
}

.share-social {
    float: right;
    margin-top: 10px;
}

.share-social li {
    float: left;
    margin-left: 10px;
}

.share-social i {
    font-size: 22px;
    color: #777;
}

.share-social i:hover {
    color: #333;
}

#productTab {
    margin-top: 20px;
}

#productTab li a {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

#productTab li a:hover {
    background: #fff;
    color: #333;
    font-weight: bold;
}

#productTab li.active a {
    color: #333;
    font-weight: 700;
}

#productTabContent p {
    font-size: 14px;
}

#product-tab .panel-group {
    margin: 40px 15px 0 15px;
}

#product-tab .panel-title {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: none; /*text-transform:uppercase;*/
}

#product-tab .panel-heading {
    padding: 8px 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

#product-tab .panel-default > .panel-heading:hover {
    background-color: #ebebeb;
}

#product-tab .panel-group .panel {
    border-radius: 0;
}

#product-tab .panel-title > a:hover {
    color: #333;
}

#product-tab .panel-body p {
    font-weight: 400;
}

#product-tab .tab-pane {
    border: 1px solid #d7d7d7;
    border-top: 0;
    padding: 20px;
    overflow: hidden;
}

.modal {
    top: 20%;
}

.modal-body p {
    font-size: 14px;
}

.buttons-set {
    border: none;
    padding: 0;
    margin: 10px 0;
}

#addTagForm .form-add label {
    font-weight: bold;
}

#addTagForm .input-text {
    width: 60%;
    float: left;
    margin-right: 5px;
    height: 24px;
}

#addTagForm .note {
    color: #666;
    padding: 10px 0;
    font-size: 12px;
    text-align: left;
}

.box-collateral .data-table#product-attribute-specs-table {
    border: 1px solid #d7d7d7;
}

.box-collateral .data-table tbody th, .box-collateral .data-table tbody td {
    color: #333;
    width: 150px;
}

/* slide ---*/
#product-slide .thumbnail,
#product-slide-bundle .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 0;
    border: none;
    background-color: transparent;
}

#product-slide .carousel-control,
#product-slide-bundle .carousel-control {
    position: absolute;
    top: 0;
    left: -5%;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
}

#product-slide .carousel-control.left,
#product-slide-bundle .carousel-control.left {
    background-image: none;
}

#product-slide .carousel-control.right,
#product-slide-bundle .carousel-control.right {
    left: auto;
    right: -5%;
    background-image: none;

}

#product-slide .carousel-control.right i,
#product-slide-bundle .carousel-control.right i,
#product-slide .carousel-control.left i,
#product-slide-bundle .carousel-control.left i {
    font-size: 40px;
    color: #333;
    margin-top: 100%;
}

#product-slide .carousel-control,
#product-slide-bundle .carousel-control {
    padding-top: 10.25%;
    width: 5%;
}

#product-slide .product-item-details .btn-cart,
#product-slide-bundle .product-item-details .btn-cart {
    padding: 3px 10px;
}

#product-slide-wapper,
#bundle-product-slide-wapper {
    margin-top: 30px;
}

#product-slide-wapper .product-title-group,
#bundle-product-slide-wapper .product-title-group {
    margin-bottom: 30px;
}

#reviews .ratings {
    width: 100%;
    float: left;
    display: block;
}

#reviews .form-list {
    width: 100%;
    float: left;
}

#reviews h2 {
    font-weight: 700;
    text-transform: none; /*text-transform:uppercase;*/
    font-size: 14px;
}

#reviews h3 span {
    font-weight: 400;
    text-transform: none;
}

/* =============================================================================
   Find Retailer
   ========================================================================== */
.left-col-retailer, .mid-col-retailer, .right-col-retailer {
    margin-bottom: 30px;
}

#find-retailer .page-title h1 {
    font-size: 34px;
}

.mid-col-retailer {
    margin-top: 5px;
}

.email a, .website a {
    color: #333;
}

.email a:hover, .website a:hover {
    color: #666;
}

.retailer-list {
    height: 410px;
}

.retailer-item {
    border-bottom: 1px solid #d7d7d7;
    padding: 5px;
}

.retailer-item:hover {
    background-color: #f1f1f1;
    padding: 5px;
}

.right-col-retailer h2, .select-retailer-title h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    text-transform: none; /*text-transform:uppercase;*/
}

.retailer-item h3 {
    font-weight: bold;
    font-size: 14px;
}

.retailer-item h3 a {
    color: #333;
    font-size: 14px;
}

.retailer-item h3 a:hover {
    color: #666;
}

#dealer-country .btn-default {
    border: 1px solid #d7d7d7;
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #EAE9E9 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #EAE9E9 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EAE9E9 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #EAE9E9 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #EAE9E9 100%);
}

#dealer-country .form-list .input-box {
    width: 100%;
}

#dealer-country .form-list .input-box input {
    width: 100%;
    height: 24px;
    border: 1px solid #ccc;
}

#dealer-country .form-list select {
    width: 100%;
}

#dealer-country .form-list label {
    color: #333;
}

.select-category-content #form-list li {
    width: 100%;
    float: left;
}

.select-category label {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.select-category input {
    float: left;
}

/* =============================================================================
   Retailer
   ========================================================================== */
.retailer_sidebar li {
    display: block;
    width: 100%;
    float: left;
}

.retailer_sidebar li a {
    display: block;
    color: #333;
    padding: 5px;
}

.retailer_sidebar li a:hover {
    color: #333;
    background-color: #dedede;
    display: block;
    padding: 5px;
}

.retailer_sidebar li .retailer_child {
    margin-left: 15px;
}

.retailer_sidebar li.act {
    background: #dedede;
}

.retailer_table table.table-hover tr:first-child td {
    border-top: 0;
}

#find-retailer .right-col-retailer {
    border-left: 1px solid #d7d7d7;
}

#find-retailer .right-col-retailer h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}

#find-retailer .right-col-retailer .listpage li {
    background: url(../images/stick.png) left 5px no-repeat;
    padding-left: 20px;
}

.listpage .download a {
    text-decoration: underline;
}

.img-retailer {
    margin-top: 20px;
}

.img-retailer a {
    display: block;
    max-width: 682px;
    max-height: 476px;
}

/* =============================================================================
   Shopping Cart
   ========================================================================== */
.data-table thead th {
    background: none;
}

.data-table td.last, .data-table th.last {
    border-right: 1px solid #d7d7d7;
}

.data-table tfoot tr {
    background-color: #fff;
}

.cart-table .btn-empty span, .cart-table .btn-continue span, .cart-table .btn-update span, .cart .discount button span, .cart .shipping button span {
    background: none;
    border-color: transparent;
}

.form-list select, .form-list input.input-text, .cart .discount input.input-text {
    width: 100%;
}

.cart .totals {
    width: 100%;
    background: #d7d7d7;
    border: none;
}

.cart .shipping h2 {
    background: none;
}

.cart .discount h2, .cart .shipping h2 {
    color: #333;
    padding: 0;
}

.product-name a {
    color: #333;
}

.data-table thead th {
    color: #333;
    text-transform: none; /*text-transform:uppercase;*/
}

.product-name a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}

#shopping-cart-table .media .thumbnail {
    border: none;
}

#shopping-cart-table .data-table tfoot tr {
    background-color: #fff;
}

.button.btn-checkout span {
    height: 30px;
}

.button.btn-checkout span span {
    background: none;
}

button.btn-checkout span span {
    padding: 3px 10px 0 10px;
}

/* =============================================================================
  Check Out
   ========================================================================== */
.opc .active .step-title {
    background: #dedede;
    border: 1px solid #d7d7d7;
    color: #333;
    text-transform: none; /*text-transform:uppercase;*/
    padding: 6px 8px 6px;
}

.opc .step {
    border: 1px solid #d7d7d7;
}

.opc .allow .step-title {
    border-bottom: 1px solid #d2d2d2;
    background: #d2d2d2;
}

.opc .step-title {
    border-bottom: 1px solid #d7d7d7;
}

.opc .active .step-title h2 {
    color: #333;
}

.opc .allow .step-title h2 {
    color: #333;
    text-transform: none; /*text-transform:uppercase;*/
}

.opc .active .step-title .number {
    background: #FFF;
    color: #333;
    border: 1px solid #ccc;
}

.opc .step {
    background: #fff;
}

#co-billing-form .form-list li.control input.radio, #co-billing-form .form-list li.control input.checkbox {
    float: left;
    padding-top: 5px;
}

#co-billing-form .form-list input.radio {
    margin-top: 0;
}

#co-billing-form .form-list li.control label {
    line-height: 16px;
}

.block-progress .block-title strong {
    color: #333;
}

.block-progress dt {
    background: #f1f1f1;
    border: 1px solid #d7d7d7;
    color: #333;
    padding: 4px 8px;
}

.form-list li.wide .input-box {
    width: 100%;
}

.form-list li.wide select {
    width: 100%;
}

.block-progress dt.complete {
    color: #333;
    text-transform: none; /*text-transform:uppercase;*/
    font-size: 12px;
}

.block-progress dt.complete .changelink {
    text-transform: none;
}

#checkoutSteps .form-list .input-box {
    width: 100%;
}

#checkoutSteps .form-list select {
    width: 100%;
}

/* =============================================================================
  Login & Create Account
   ========================================================================== */
#login-form h2 {
    text-decoration: underline;
}

#login-form h2 i {
    margin-right: 5px;
}

.new-users, .registered-users {
    position: relative;
}

#login-form .new-users .content-user, #login-form .registered-users .content-user {
    border: 1px solid #d7d7d7;
    min-height: 240px;
}

.new-users-inner, .registered-users-inner {
    padding: 20px;
}

.new-users .buttons-set, .registered-users .buttons-set {
    background: #f1f1f1;
    bottom: 0;
    right: 30px;
    padding: 10px;
}

.new-users .buttons-set {
    margin: 80px 0 0 0;
}

.registered-users .buttons-set {
    margin: 0px 0 0 0;
}

.account-create .fieldset {
    background: #fff;
    border: 1px solid #d7d7d7;
    padding: 20px;
}

.account-create .fieldset .legend {
    margin: 0;
    border: none;
    background: none;
    padding: 0;
    font-size: 18px;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333;
    text-decoration: underline;
}

.account-create .fieldset .legend i {
    margin-right: 5px;
}

.customer-name div {
    margin-bottom: 2px;
}

.account-create .form-list .input-box {
    line-height: 30px;
}

.account-create .form-list .input-box .checkbox {
    float: left;
}

.account-create .form-list li {
    margin: 0 0 2px;
}

.account-create .buttons-set {
    padding-left: 15px;
    padding-right: 15px;
}

.account-create .form-list .field {
    margin-bottom: 2px;
}

/* =============================================================================
  My Account
   ========================================================================== */
.dashboard .welcome-msg {
    margin: 0 0 20px 0;
}

.block-account .block-content {
    background: #fff;
}

.block-account .block-content li a {
    color: #333;
}

.block-account .block-content li a:hover {
    color: #999;
}

.block-account .block-content li.current {
    color: #999;
}

.link-reorder {
    color: #555;
}

.subtotal .label {
    font-size: 100%;
    color: #333;
}

.block-account .block-title {
    background: #f1f1f1;
    border-bottom: 1px solid #d7d7d7;
}

.block-account .block-title strong {
    color: #333;
}

.dashboard .box-recent .box-head h2, .dashboard .box-info .box-head h2, .block .block-title strong {
    background: none;
    color: #333;
    padding: 0;
    font-size: 14px;
    text-transform: none; /*text-transform:uppercase;*/
    padding-bottom: 5px;
}

.block .actions {
    background: #fff;
}

.block-cart .subtotal {
    background: #f1f1f1;
}

.block li.odd {
    background: #fff;
}

.my-account .page-title {
    margin: 0 0 10px;
}

.my-account .page-title h1 {
    margin-bottom: 10px;
    font-size: 30px;
}

.box-account {
    border-color: #ccc;
}

#my-tags-table td {
    width: 40px;
}

#form-validate .fieldset .legend {
    border: 1px solid #d7d7d7;
    color: #333;
    background: #f2f2f2;
    font-size: 14px;
}

#form-validate .fieldset {
    border: 1px solid #bbb;
    background: #f3f3f3;
}

.my-account .form-list .field {
    margin-bottom: 10px;
}

.my-account .form-list textarea {
    width: 100%;
}

.form-list select#category_id {
    height: 100px;
}

.box-account .box-head h2 {
    color: #333;
}

/* =============================================================================
   Footer
   ========================================================================== */

.footer {
    width: auto;
    padding: 0;
    background-color: #181818;

}

.footer ul {
    margin: 0
}

.footer a:hover {
    text-decoration: none;
}

#top-footer {
    background: #d7d7d7;
    min-height: 54px;
}

.payment-cards-container, .payment-cards {
    text-align: center;
}

.payment-cards {
    margin-top: 7px;
    display: block;
}

.payment-cards li {
    display: inline;
}

#newsletter {
    margin: 20px 0;
    float: left;
    width: 100%;
}

#newsletter .form-group {
    width: 100%
}

#newsletter h3, #socialconnect h3, .botinfoblock h3, .aboutbot h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    text-transform: none; /*text-transform:uppercase;*/
    margin-bottom: 10px;
}

#newsletter p {
    color: #848484;
}

#socialconnect {
    padding-bottom: 20px;
}

#socialconnect a .fa {
    font-size: 24px;
    color: #808080;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 15px;
}

#socialconnect a:hover .fa {
    color: #FFF;
}

ul.footer-links {
    margin-top: 20px;
    float: left;
    width: 100%
}

.footer-links li a {
    float: left;
    display: block;
    width: 100%;
    font-size: 0.9em;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-transform: none; /*text-transform:uppercase;*/
    line-height: 31px;
    margin-bottom: 5px;

}

.footer-links li a:hover {
    text-decoration: none;
}

.footer-links .arrow-right {
    width: 17px;
    height: 36px;
    float: right;
    display: block;
}

.footer-links li.blue-button a {
    background-color: #23599b;
}

.footer-links li.blue-button a:hover {
    background-color: #1e5291;
}

.footer-links a .blue-arrow {
    background-image: url(../images/blue-arrow-right.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.footer-links a:hover .blue-arrow {
    background-image: url(../images/blue-arrow-right.gif);
    background-repeat: no-repeat;
    background-position: 0 100%;
}


.footer-links li.gray-button a {
    background-color: #666666;
}

.footer-links li.gray-button a:hover {
    background-color: #666660;
}

.footer-links a .gray-arrow {
    background-image: url(../../../backontrack/default/images/gray-arrow-right.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.footer-links a:hover .gray-arrow {
    background-image: url(../../../backontrack/default/images/gray-arrow-right.gif);
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.footer-links li.teal-button a {
    background-color: #129fc2;
}

.footer-links li.teal-button a:hover {
    background-color: #0c92b3;
}

.footer-links a .teal-arrow {
    background: url(../images/teal-arrow-right.gif) right center no-repeat;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.footer-links a:hover .teal-arrow {
    background: url(../images/teal-arrow-right.gif) right center no-repeat;
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.footer-links li.pink-button a {
    background-color: #ff2aa1;
}

.footer-links li.pink-button a:hover {
    background-color: #e91a8d;
}

.footer-links a .pink-arrow {
    background: url(../images/pink-arrow-right.gif) right center no-repeat;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.footer-links a:hover .pink-arrow {
    background: url(../images/pink-arrow-right.gif) right center no-repeat;
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.footer-links li.organe-button a {
    background-color: #d54e33;
}

.footer-links li.organe-button a:hover {
    background-color: #bd3d24;
}

.footer-links a .organe-arrow {
    background: url(../images/organe-arrow-right.gif) right center no-repeat;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.footer-links a:hover .organe-arrow {
    background: url(../images/organe-arrow-right.gif) right center no-repeat;
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.botinfo .row {
    margin: 0;
}

.botinfoblock .bot-infomation li {
    display: block;
    width: 100%;
    float: left;
    color: #808080;
}

.botinfoblock .bot-infomation li a {
    color: #808080;
}

.botinfoblock .bot-infomation li a:hover {
    color: #FFF;
    text-decoration: none;
}

.botinfoblock .bot-infomation li .fa {
    float: left;
    color: #808080;
    text-align: left;
}

.botinfoblock .bot-infomation li.location-maker-icon .fa {
    font-size: 24px;
}

.botinfoblock .bot-infomation li.mobile-icon .fa {
    font-size: 28px;
}

.botinfoblock .bot-infomation li.email-icon .fa {
    font-size: 18px;
}

.botinfoblock .bot-infomation li span {
    display: block;
    padding-left: 26px;
    text-align: left;
    line-height: 24px;
}

.botinfoblock .bot-infomation li.email-icon span {
    line-height: 18px;
}

.aboutbot {
    margin: 20px 0;
}

.aboutbot p {
    color: #808080;
}

.aboutbot .viewmore {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #60a443;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.aboutbot .viewmore:hover {
    background-color: #4a892f;
}

#footer-bottom {
    background: #181818 url(../images/footer-links-line-hoz.gif) left top repeat-x;
}

#footer-bottom .container {
    background: url(../images/bgfooterbottom.gif) center 2px no-repeat;
    max-height: 100px;
    padding: 5px 0
}

#footer-bottom .footer-bottom-links ul {
    margin: 0;
}

#footer-bottom .footer-bottom-links li {
    float: left;
    font-size: 11px;
    padding: 0 10px 0 0;
    line-height: 24px;
}

#footer-bottom .footer-bottom-links li a {
    color: #808080;
}

#footer-bottom .footer-bottom-links li a:hover {
    color: #fff;
}

#footer-bottom .copyright {
    display: block;
    color: #808080;
    font-size: 11px;
    line-height: 24px;
}

/*====Contact======*/
.contacts-index-index .page-title {
    margin: 0px;
}

#contactForm .form-list {
    background: #f1f1f1;
    float: left;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #ddd;
    width: 100%;
}

.location {
    float: left;
}

.location img {
    width: 685px;
    height: 180px;
}

#contactForm .fieldset {
    padding: 0;
    margin: 0;
}

#contactForm .txtcontact {
    padding: 15px 0;
}

#contactForm .location {
    width: 684px;
    height: 180px;
    float: left;
}

.std i {
    font-style: normal;
}

.cms-home .std > p {
    display: none;
}

.contact-infomation {
    margin-top: 20px;
    float: left;
    width: 100%
}

.contact-infomation h4 {
    text-transform: none; /*text-transform:uppercase;*/
    font-weight: 700;
}

.contact-infomation .l_contact {
    line-height: 24px;
    width: 47%;
    float: left;
}

.followus {
    line-height: 24px;
    float: left;
    width: 100%;
}

.followus a {
    margin-right: 20px;
}

.followus a i {
    font-size: 24px;
}

#contactForm .form-list .wide {
    width: 100%;
    float: left;
}

#contactForm .form-list .wide input.input-text {
    width: 100%;
}

#contactForm .form-list .wide textarea {
    width: 100%;
}

#contactForm .form-list .field input.input-text {
    width: 100%;
}

.block-poll .block-subtitle {
    color: #333;
}

.block-poll .label {
    float: left;
}

.block-poll label {
    font-size: 13px;
    color: #333;
    text-align: left;
}

.fieldset.contact-text {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.std address {
    line-height: 20px;
}

/* === News===*/
#newspage h4 {
    margin-bottom: 10px;
}

#newspage h4 a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

#newspage .newslist ul {
    margin: 15px;
}

#newspage .newslist ul li {
    display: block;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0 30px 0;
    overflow: hidden;
}

#newspage .newslist ul li:last-child {
    border: none;
}

.newsphoto {
    width: 160px;
    height: 120px;
    float: left;
    margin-right: 15px;
}

.newsphoto a {
    max-width: 160px;
    max-height: 120px;
}

.newsphoto a img {
}

.newsbody {
    zoom: 1;
    overflow: hidden;
}

.left-right-banner {
    width: 20%;
}

.left-right-banner a img {
    width: 100% !important;
}

.middle-banner {
    width: 60%;
}

.middle-banner a img {
    width: 100% !important;
}

.slit-image-container {
    display: flex;
}

.slit-image-container .two-banner-container img {
    width: 50% !important;
}

.carousel-control {
    width: 10% !important;
}

select.testimonial-select {
    width: 30%;
    height: 32px;
    margin-bottom: 20px;
    font-size: 14px;
}

#map_canvas {
    width: 685px;
    height: 360px;
}

#map-outer {
    height: 440px;
    padding: 20px;
    border: 1px solid #CCC;
    margin-bottom: 20px;
    background-color: #FFF
}

#map-container {
    height: 400px
}

.txtcontact {
    margin-bottom: 20px;
    font-size: 14px;
}

#contactForm .fieldset {
    border: 1px solid #ccc;
}

@media all and (max-width: 992px) {
    #map-outer {
        height: 640px
    }

    .followus {
        margin-bottom: 20px;
    }
}

@media all and (min-width: 993px) {
    .desktop_display_none {
        display: none !important;
    }

    .panel.panel-default:hover .sub-menu-collapse {
        display: block
    }

    .panel.panel-default .sub-menu-collapse {
        display: none;
    }

    #product-menu .row-fluid > .container > .col-sm-3 {
        width: 245px;
    }

    #product-menu .row-fluid > .container > .col-sm-9 {
        width: 555px;
    }

    .yamm .dropdown.yamm-fullwidth .dropdown-menu {
        width: 205px !important;
    }

    #product-menu .category-menu .fa-angle-down:before {

        content: "\f105";

    }

    #product-menu .panel-heading {
        display: block;
    }

    #product-menu .category-menu {
        position: relative;
    }

    #product-menu .sub-category-menu .img-cal-col1 {
        position: absolute;
        right: -377px;
        top: -1px;
    }

    #product-menu .sub-category-menu p {
        position: absolute;
        top: 0;
        right: -374px;
    }

    #product-menu .sub-category-menu .img-cal-col1 img {
        max-width: 270px;
    }

    #product-menu .sub-category-menu {
        position: relative;
    }

    #product-menu .sub-category-menu .viewmore {
        position: absolute;
        right: -377px;
        bottom: -279px;
    }

    .dropdown-menu .panel-group .panel {
        overflow: visible;
    }

    #product-menu .sub-menu-collapse {
        position: absolute !important;
        right: -245px !important;
        top: -1px !important;
        z-index: 9999;

        background: #f5f5f5;
        width: 245px;
        border-right: 1px solid #ccc;
        height: 50px;
    }

    #product-menu .sub-menu-collapse .category-list {
        border-top: 1px solid #ccc;
    }

    .dropdown-menu .panel-group .panel-heading + .panel-collapse .panel-body {
        border: 0;
    }

    #product-menu .sub-menu-collapse .category-entry {
        border-bottom: 1px solid #ccc;
    }

    .mobile_menu {
        display: none;
    }

    .desktop_menu {
        display: block;
    }

    /*.category-menu  .panel-body {*/
    /*display: none;*/
    /*}*/

}

@media all and (max-width: 992px) {
    #map-outer {
        height: 640px;
    }

    /*.category-menu  .panel-body {*/
    /*display: block;*/
    /*}*/
    .followus {
        margin-bottom: 20px;
    }

    .mobile_menu {
        display: block;
    }

    .desktop_menu {
        display: none;
    }
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    #searchbox input.form-control {
        width: 76%;
        float: left;
    }

    .carousel-caption h3 {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        text-shadow: 1px 1px 2px #fff;
        /*text-transform:capitalize;*/
    }

    .carousel-caption p {
        color: #000;
        text-shadow: 1px 1px 1px #fff;
        font-weight: 400;
    }

    .carousel-indicators {
        display: none;
    }

    #newsletter .form-control {
        width: 60%;
        float: left;
    }

    .footer-links, .botinfo {
        background: url(../images/footer-links-line-hoz.gif) left top repeat-x;
        padding: 20px 0;
    }

    .botinfoblock, .aboutbot {
        padding: 0;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    #searchbox input.form-control {
        width: 81%;
        float: left;
    }

    #searchbox .navbar-form .form-group {
        width: 80%;
    }

    .carousel-caption h3 {
        font-size: 2.5em;
        font-weight: 300;
        color: #000;
        text-align: left;
        margin-left: 20px;
        text-shadow: 1px 1px 1px #fff;
        /*text-transform:capitalize;*/
    }

    .carousel-caption p {
        width: 40%;
        margin-left: 30px;
        color: #000;
        text-shadow: 1px 1px 1px #fff;
    }

    #newsletter .form-control {
        width: 70%;
        float: left;
    }

    .botinfoblock, .aboutbot {
        padding: 0;
    }

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

    /*#searchbox .navbar-form{ width:32%;}*/
    #searchbox input.form-control {
        width: 69%;
    }

    .carousel-caption h3 {
        width: 100%;
        font-size: 2.5em;
        font-weight: 300;
        color: #000;
        text-align: left;
        margin-left: 30px;
        text-shadow: 1px 1px 1px #fff;
        /*text-transform:capitalize;*/
    }

    .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        display: block;
    }

    #topmenu.navbar-default .navbar-nav > li > a {
        border-bottom: none;
    }

    #topmenu.navbar-default .navbar-nav > li > a.active {
        color: #333;
    }

    .botinfoblock, .aboutbot {
        padding: 0;
    }

    /* #newsletter{ padding:0 20px 0 0;} */
    #footer-bottom .copyright {
        text-align: right;
    }

    #manual-group {
        top: 30%;
    }

    .manual-image {
        position: relative;
        overflow: hidden;
        width: 280px;
        height: 180px;
        background-color: #fff;
        max-width: 97%;
        max-height: 100%;
        text-align: center;
    }

    .manual-image a {
        max-width: 100%;
        max-height: 100%;
        display: block;
    }

    .manual-image img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        vertical-align: middle;
    }

    /* === Product Category ===*/
    .sort-by {
        float: left;
        padding-right: 20px;
    }

    .limiter {
        float: left;
    }

    .bot-sub-menu-cat {
        max-width: 540px;
        position: absolute;
        left: 126px;
        top: 60px;
        z-index: 200;
    }

    #right-product-cat {
        margin-bottom: 40px;
    }

    #right-product-cat .row {
        margin: 0;
    }

    .product-item-image a.thumbnail {
        border: 1px solid #ebebeb;
    }

    .product-item-image a.thumbnail:hover, .product-item-image a.thumbnail:focus, .product-item-image a.thumbnail.active {
        border: 1px solid #ccc;
    }

    .product-item-image .thumbnail {
        padding: 5px;
    }

    #reviews .form-list .input-box {
        width: 100%;
    }

    #reviews .form-list input.input-text {
        width: 80%;
        height: 24px;
    }

    #reviews #review_field {
        width: 80%;
    }

}

/* === Newsletter===*/
#newsletter-modal .form-group {
    border-radius: 0;
}

#newsletter-modal .modal-content h3 {
    background: #eae9e9;
    color: #333;
    padding: 5px 5px 5px 15px;
    margin: 0;
}

#newsletter-modal > div > h3 > span {
    float: right;
    text-align: right;
}

#newsletter-modal .modal-content h3 span i {
    color: #333;
    width: 16px;
    float: right;
}

#newsletter-modal .modal-inner {
    padding: 15px;
}

#newsletter-modal .modal-inner p {
    color: #333;
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    #searchbox {
        float: right;
    }

    .header_top_search {
        height: auto;
        overflow: hidden;
        width: 400px;
        float: left;
    }

    #searchbox .navbar-form {
        width: 100%;
    }


    #searchbox input.form-control {
        width: 69%;
    }

    #cart-info {
        text-align: right;
    }

    .carousel-caption h3 {
        width: 100%;
        font-size: 2.5em;
        font-weight: 300;
        color: #000;
        text-align: left;
        margin-left: 30px;
        text-shadow: 1px 1px 1px #fff;
        /*text-transform:capitalize;*/
    }

    .carousel-caption p {
        font-size: 14px;
        width: 100%;
        margin-left: 30px;
        color: #000;
        text-shadow: 1px 1px 1px #fff;
    }

    .footer .col-md-4 {
        padding: 0 20px;
        background: url(../images/footer-links-line.gif) right top repeat-y;
        min-height: 340px;
    }

    .footer .col-md-4:last-child {
        background: none;
    }

    .footer-links {
        padding: 0 20px;
        background: none;
    }

    .botinfoblock, .aboutbot {
        padding-left: 20px;
    }

    #footer-bottom .copyright {
        text-align: right;
    }

    #manual-group {
        top: 40%;
    }

    /* === Product Category ===*/
    .sort-by {
        float: right;
        padding-right: 20px;
    }

    .limiter {
        float: right;
    }

    .bot-sub-menu-cat {
        position: absolute;
        left: 210px;
        top: 50px;
        z-index: 200;
        max-width: 780px;
        border: 1px solid #333;
    }

    #right-product-cat .col-md-9 {
        padding: 0;
    }

    .product-item {
        height: 400px;
    }

    #reviews .form-list .input-box {
        width: 100%;
    }

    #reviews .form-list input.input-text {
        width: 80%;
        height: 24px;
    }

    #reviews #review_field {
        width: 80%;
    }

    .product-item-image a.thumbnail {
        border: none;
    }

    .product-item-image a.thumbnail:hover, .product-item-image a.thumbnail:focus, .product-item-image a.thumbnail.active {
        border: none;
    }

    .product-item-image .thumbnail {
        padding: 0;
    }

    #left-product-cat {
        width: 230px;
        /*position: fixed;*/
        z-index: 100;
        margin: 0 0 0 0;
        /*top: 206px;*/
        padding: 0;
    }

    #right-product-cat {
        margin-left: 230px
    }

    .new-users .buttons-set {
        margin: 100px 0 0 0;
    }

    .account-create .fieldset {
        min-height: 292px;
    }

    #bot-sidebar li.active .lux-menu-sub-tail {
        background: #fff;
    }

    .payment-cards li {
        margin: 8px 5%;
    }

    #status-info .delivery-st span,
    #status-info .return-st span,
    #status-info .promo-st span {
        zoom: 1;
        display: block;
        overflow: hidden;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .container {
        width: 990px;
    }

    #searchbox .navbar-form .form-group {
        width: 80%;
    }

    #searchbox input.form-control {
        width: 80%;
    }

    #cart-info {
        text-align: right;
    }

    .carousel-caption h3 {
        width: 80%;
        font-size: 40px;
        font-weight: 300;
        color: #000;
        text-align: left;
        margin-left: 30px;
        text-shadow: 1px 1px 1px #fff;
        /*text-transform:capitalize;*/
    }

    .carousel-caption p {
        width: 70%;
        margin-left: 30px;
        color: #000;
        text-shadow: 1px 1px 1px #fff;
    }

    #right-product-cat {
        margin-bottom: 40px;
    }

    #right-product-cat.col-md-9 {
        padding: 0;
    }

    /* === Footer ===*/
    #newsletter .form-control {
        width: 60%;
        float: left;
    }

    .footer .col-md-4 {
        padding: 0 20px;
        background: url(../images/footer-links-line.gif) right top repeat-y;
        min-height: 340px;
    }

    .footer .col-md-4:last-child {
        background: none;
    }

    .footer-links {
        padding: 0 20px;
    }

    .botinfoblock, .aboutbot {
        padding-left: 20px;
    }

    #footer-bottom .copyright {
        text-align: right;
    }

    #manual-group {
        top: 40%;
    }

    #topmenu .dropdown-menu {
        padding: 0;
        margin: 0;
    }

    /* === Product Category ===*/
    .product-item {
        height: 400px;
    }

    .bot-sub-col3-inner .viewall-link {
        text-align: right;
    }

    #reviews .form-list .input-box {
        width: 100%;
    }

    #reviews .form-list input.input-text {
        width: 60%;
        height: 24px;
    }

    #reviews #review_field {
        width: 60%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    #manual-group {
        top: 20%;
    }

}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    #manual-group {
        display: none;
    }

    .dropdown-menu {
        margin: 0;
        padding: 0;
    }
}

.panel-default .sub-menu-collapse {
    display: none;

}

.panel-default.tablet_display_none .sub-menu-collapse {
    display: none;

}

.panel-default.tablet_display_block .sub-menu-collapse {
    display: block;

}

#bot-sidebar .panel-title .fa {
    position: absolute;
    right: 0px;
    top: 0;
    width: 40px;
    height: 51px;
    line-height: 51px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    #map-outer {
        text-align: center;
    }

    #galleryProduct a {
        margin-right: 7px;
    }

    #header #status-info {
        text-align: center;
    }

    .catalog-product-view .container {
        overflow: hidden;
        clear: both;
    }

    .content-page .product-view-block, .content-page .product-view-inner {
        width: 100%;
        overflow: hidden;
        min-height: 100px;
        float: none;
        max-width: 100%;
    }

    .catalog-product-view .container .col-md-6 {
        max-width: 50%;
        float: left;
    }

    .content-page #imageMedia {
        max-width: 100%;
        max-height: 458px;
        float: none;
        margin-top: 10px;
        clear: both;
    }

    #map-outer #map_canvas {
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    #header #topmenu.navbar-default .navbar-nav > li > a {
        font-size: 10px;
        padding: 8px 4px;
    }

    #topmenu.navbar-default .navbar-nav > li > a {
        padding: 8px 6px;
    }

    .product-item-image {
        height: 280px;
    }

    #product-slide .product-item-image {
        height: 220px;
    }

    .product-item-image .thumbnail {
        height: 280px;
    }

    .payment-cards li {
        margin: 5px 5%;
    }
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .product-item-details .btn-cart {
        padding: 3px 8px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (width: 992px) {
    #left-product-cat.col-md-3 {
        width: 100%;
    }

    .bot-sub-menu-cat {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        border-top: 0;
        border: 1px solid #333;
    }

    .bot-sub-menu-cat .col-sm-3 {
        width: 100%;
    }

    .bot-sub-col3-inner .banner-sub-cat {
        left: 0;
    }

    #right-product-cat.col-md-9 {
        width: 100%;
    }

    .product-item {
        height: 460px;
    }

    .product-banner {
        max-width: 100%;
        text-align: center;
    }

    #left-product-cat {
        margin-bottom: 40px;
    }

    #left-product-cat .navbar-nav.col-md-12 {
        padding-right: 0 !important;
    }

}

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

    #status-info .col-md-4 {
        border-right: none;
    }

    #status-info .col-md-4 .row {
        margin: 0
    }

    #status-info .delivery-st,
    #status-info .return-st,
    #status-info .promo-st {
        width: 100%;
        display: block;
        border-bottom: 1px dotted #ccc;
    }

    #bot-sidebar {
        margin-top: 0;
    }

    #left-product-cat {
        margin-bottom: 40px;
    }

    #right-product-cat {
        clear: both
    }

    .news-list .col-md-6 {
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 10px;
    }

    .news-list .last {
        border: none;
    }

    .bot-sub-col3-inner .viewall-link {
        text-align: left;
        float: left;
    }

    .product-item {
        height: 440px;
    }

    #find-retailer .left-col-retailer {
        border: none;
    }

    .retailer_sidebar {
        background: #f1f1f1;
    }

    #find-retailer .right-col-retailer {
        border: none;
    }

    .retailer_sidebar li a {
        padding: 5px 10px;
    }

    .retailer_sidebar li a:hover {
        background: #fff;
        padding: 5px 10px;
    }

    #checkout-progress-wrapper {
        margin-top: 30px;
    }

    .account-create .fieldset {
        height: auto;
    }

    #bot-sidebar li:hover, #bot-sidebar li.active, #bot-sidebar li.active:hover {
        background: #f1f1f1;
        outline: 1px solid #333;
        position: relative;
        border: none;
    }

    #bot-sidebar li.active .lux-menu-sub-tail {
        background: none;
    }

    #bot-sidebar li:hover, #bot-sidebar li.active, #bot-sidebar li.active:hover {
        top: 0;
        left: 0;
    }

    .klklarna-checkout-index #kl_checkout .checkout-shipping {
        width: 100%;
        min-height: 0px;
    }

    .klklarna-checkout-index #kl_checkout .klarna-checkout-step {
        width: 100%;
    }
}

/* Small Devices, Tablets */

@media only screen and (min-width: 769px) and (max-width: 991px) {
    #bot-sidebar {
        margin-bottom: 0
    }

    .bot-sub-menu-cat {
        position: relative;
        left: 0;
        top: 0;
        max-width: 740px;
        border-top: 0;
    }

    #left-product-cat {
        margin-bottom: 40px;
    }

    #left-product-cat .col-xs-12 {
        width: 100%;
    }

    .bot-sub-col3-inner .banner-sub-cat {
        left: 10px;
    }

    #status-info .col-md-4 {
        border-right: none;
        border-bottom: 1px dotted #d7d7d7;
    }

    #left-product-cat .navbar-nav.col-md-12 {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    #searchbox .navbar-form {
        position: absolute;
        top: 95px;
        left: 30px;
        border: none;
        width: 90%;
        z-index: 100;
        box-shadow: none
    }

    #topmenu.navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #2d2d2d;
        padding: 8px 15px;
        border-right: none;
    }

}

@media only screen and (max-width: 764px) and (min-width: 480px) {
    #product-cat-list .col-xs-12 {
        width: 50%;
    }

    .product-item-image a.thumbnail {
        border: 1px solid #ebebeb;
    }

    #search-result-list .col-xs-12 {
        width: 50%;
    }

}

@media only screen and (width: 768px) {
    #bot-sidebar {
        margin-top: 0;
    }

    .bot-sub-menu-cat {
        top: 0
    }

    #left-product-cat.col-md-3 {
        width: 100%;
    }

    .bot-sub-menu-cat {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        border-top: 0;
    }

    .bot-sub-menu-cat .col-sm-3 {
        width: 100%;
    }

    .bot-sub-col3-inner .banner-sub-cat {
        left: 0;
    }

    #right-product-cat.col-md-9 {
        width: 100%;
    }

    .product-item {
        height: 460px;
    }

    .product-banner {
        max-width: 100%;
        text-align: center;
    }

    #left-product-cat.nav.navbar-nav.col-xs-12.col-sm-12.col-md-12 {
        padding-right: 0;
    }

}

@media only screen and (max-width: 768px) {
    #cart-info {
        border-bottom: none;
        padding: 3px 10px;
    }

    #menulinks {
        padding: 0 10px;
    }

    .carousel-caption h3 {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        text-shadow: 1px 1px 2px #fff;
    }

    .carousel-caption p {
        color: #000;
        text-shadow: 1px 1px 1px #fff;
        font-weight: 400;
    }

    #status-info .col-md-4 {
        border-right: none;
        padding: 0
    }

    #status-info .col-md-4 .row {
        margin: 0
    }

    #status-info .delivery-st,
    #status-info .return-st,
    #status-info .promo-st {
        width: 100%;
        display: block;
        border-bottom: 1px dotted #ccc;
    }

    .navbar-default .navbar-brand {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .navbar-nav > li > .dropdown-menu {
        padding: 0 30px;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 20px;
    }

    .yamm .dropdown-menu > li {
        border-bottom: 1px solid #d7d7d7;
    }

    .product-item {
        padding-bottom: 20px;
        height: 440px;
    }

    .product-item.last {
        border-bottom: none;
    }

    .product-item .thumbnail {
        margin-bottom: 20px;
    }

    #left-product-cat {
        margin-bottom: 40px;
    }

    #left-product-cat .navbar-nav {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #right-product-cat .row {
        margin: 0;
    }

    .bot-sub-col3-inner .banner-sub-cat {
        left: 10px;
    }

    .bot-sub-col3-inner .viewall-link {
        padding: 0;
        text-align: right;
        position: absolute;
        border-bottom: 0
    }

    #bot-sidebar {
        margin-top: 0;
    }

    .left-pager.col-md-6 {
        padding: 0
    }

    .bot-sub-menu-cat {
        border-top: 0
    }

    .product-item-image {
        height: 290px;
        margin: 0 auto;
    }

    .product-item .thumbnail {
        height: 280px;
    }

    #product-slide .carousel-control {
        left: 0;
        width: 15%;
    }

    #product-slide .carousel-control.right {
        right: 0;
    }

    #review-form .form-list .input-box {
        width: 100%;
    }

    #review-form .form-list input.input-text {
        width: 80%;
        height: 24px;
    }

    #review-form #review_field {
        width: 80%;
    }

    #shopping-cart-table .media .thumbnail {
        width: 70px;
        height: 70px;
    }

    .registered-users {
        margin-top: 30px;
    }

    #product-menu .container {
        padding: 0;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

    .carousel-caption h3 {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        text-shadow: 1px 1px 2px #fff;
    }

    .carousel-caption p {
        color: #000;
        text-shadow: 1px 1px 1px #fff;
        font-weight: 400;
    }

    #status-info .col-md-4 {
        border-right: none;
    }

    #status-info .col-md-4 .row {
        margin: 0
    }

    #status-info .delivery-st,
    #status-info .return-st,
    #status-info .promo-st {
        border-bottom: 1px dotted #ccc;
    }

    #topmenu.navbar-default .navbar-nav > li > a {
        border-right: none;
        padding: 8px 15px;
    }

    #searchbox .navbar-form {
        position: absolute;
        top: 95px;
        left: 30px;
        border: none;
        width: 80%;
        z-index: 100;
        box-shadow: none
    }

    .breadcrumb > .active {
        text-overflow: ellipsis;
    }

    .product-item {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

    .pager .right-pager {
        float: right;
    }

    .pager .amount, .pager .sort-by, .pager .limiter label {
        font-size: 12px;
        padding: 5px 0;
    }

    .toolbar .col-md-6 {
        padding: 0
    }

    #bot-sidebar {
        margin-top: 0;
    }

    .product-title-group h2 {
        font-size: 1.85em;
    }

    #review-form .form-list .input-box {
        width: 100%;
    }

    #review-form .form-list input.input-text {
        width: 80%;
        border: 1px solid #d2d2d2;
    }

    #review-form .form-list textarea {
        width: 80%;
        border: 1px solid #d2d2d2;
    }

    .share-social {
        float: left;
        margin-top: 20px;
    }

    .payment-cards li {
        width: 48px;
        height: 20px;
        margin: 10px 0%;
    }

    .product-item-details h5 {
        height: 20px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .payment-cards li {
        margin: 10px 0%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    #searchbox input.form-control {
        width: 69%;
        float: left
    }

    .carousel-caption h3 {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        text-shadow: 1px 1px 2px #fff;
    }

    .carousel-caption p {
        color: #000;
        text-shadow: 1px 1px 1px #fff;
        font-weight: 400;
        height: 95px;
        overflow: hidden;
    }

    .carousel-indicators {
        display: none;
    }

    #newsletter .form-control {
        width: 65%;
        float: left;
    }

    .footer-links {
        background: url(../images/footer-links-line-hoz.gif) left top repeat-x;
        padding: 20px 0;
    }

    #manual-group {
        display: none;
    }

    .pager .right-pager {
        float: left;
    }

    .pager .amount, .pager .sort-by, .pager .limiter label {
        font-size: 12px;
        padding: 5px 0;
    }

    .toolbar .col-md-6 {
        padding: 0
    }

    .product-item {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        height: 480px;
    }

    #product-slide .carousel-control {
        left: 0;
    }

    #product-slide .carousel-control.right {
        right: 0;
    }

    #galleryProduct li {
        overflow: hidden;
    }

    #galleryProduct li a {
        max-width: 80px;
        height: 60px;
        display: block;
    }

    #galleryProduct li a img {
        max-width: 100%;
        max-height: 100%;
    }

    .product-view-block {
        min-height: 400px;
        overflow: hidden;
    }

    #review-form .form-list .input-box {
        width: 100%;
    }

    #review-form .form-list input.input-text {
        width: 90%;
        border: 1px solid #d2d2d2;
    }

    #review-form .form-list textarea {
        width: 90%;
        border: 1px solid #d2d2d2;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    #bot-sidebar {
        margin-top: 70px;
        width: 85%;
    }

    .bot-sub-menu-cat {
        top: 70px;
    }
}

.star {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABQCAYAAAAZQFV3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABOFJREFUeNrsmEFoHFUYx9/MdHfTJRKzUhBaFiL1YghZCFQUIV6UQJuLWCgr8eKpIoiFSqsHQYrmYj14KHqxKAl6MbA5eCgKRVAMBhpCwIJQCETRQzTsNtnO7s74+17fbGc3M7OzZhUsHfjzdvd97/++973vff99Y/m+rwb5WL0Idz60h2nckTc8Nw2hncLmAnhtIB7i3VGan8VD8Dhebh+U8FOaX8Bh4EB48R8TQlai+QnkgMTxD/AYpFt9EULk0EyBD8Dn4BPT9TZ4CrwD6Wos4V+XrUdpXzQk4tUEkAFXwNUu+1fAWWO7anADLDLJTkCYpf0K3DQe3Ui5oUI6B8ShlyBstZfMMiXoX4MV8GZKQgnJcXA6nKPtGJoE/gZ8Cy6mIJPwnIJsL3ZTIB2h+U6WANZjyE6Aj8Cz3WT7TooJ7HUwneDdc+BaFFnc0SuCzQTCTWOT+iwfN6cjWJ6clo9NzOS5Bcb6IZTZj5pU+syEYNV8XzA2Y6lOCptyhGbDeDFPnJa6TlGZ5rxJ/nxkSRPCACR5EUyHf4sCNjOgENVn/ecVe+CEy8vLWgJmZ2fd1IRra2vxSbe5eYlmu1gsXo6zmZycTKcpkEn6vC61kM+FQYiUeDdvauP5Ay0ZjyIlgKVv9bVkiBwQVJRX2YwWkKLxrhxB+qYSPaxUKrESANHVrh2PlQAzqSbskAA6UkkA5B0SICvRSzb5ddrMWu4jh8umSLwckLVjSKClWJ6SwsrM76fwLpCAM4x1I9OGjhrN8+AkAyYSyGTDnhEHjCPxeYhBagmIIvtXJOBQkgSY5Z01/76umAy4lbpiG5IqzQuG6Alz9LLmf+IP5hh+AfmxnoSQdUgAg5a6JuuQgMiSFi7fJHkR9JQAbGbA/SoBi4uLWgLK5XIqCdBpkyQBZne3sTm4BGxsbLQlgM+DkYBsNjucyWQKaSXATvCuZFnWHIQqlxMVUOeMx/0RMsgBWgIgcyBVgqwwIwH0JUvAwsJChwQwuOQ4jrJtO/CsfQBc11We56lWqyXfOySALNgJdlmuWzNSB/P5vBKyyJnxMjxBs9mc2tvbEye+DN1l7uYhuaZvAXg1LaQyOOkRL3d3d8XLishHOEd1DMfHx7UEYLjCrCop2aXP2Mht4QxjoyWADi0BxGddZm80GjpWYSL5TfpkYnHAOBK/yxhoCZAl1et1PbharWrUajX9m/SJBESRJUlAr6fvW0CvZyyxOIQPN4kbnv1mlwQERGPhMbHli/Q5Yv5lSdDnSYelrlLWIQGRJS1cvjk1RdBTArCZAferBPT7IkjvcuP7t3pKADaxEpB5+r10FXv3x3kKqqUlgM+DkQB76OFhKzdycAnAo5KynTlraFTZQ4/gqH3ursd9EjLIAVoC7KGCAxFWNqSjWgLoS5aAfS+C7EzJcrLKOjSkrNwoFu0ToPz6n8pv3dFQXjPyRdA9CbDsk/ZDx5SQxWiAsg4X7vE361NedQsn/P0SELwIgmzaHiZMtpMcKK+pWlUuVF6j0v0iSMcw/+QFLQF+y13xbv/GpF4CWUt5tV+FTEsAY6MlgA4tASxlnaUo362yLGLlh2Lo1iCjj4nFAeNI/H9sDHbYxesEfcK//XvSoq9Fkf0/JCDqDWfV3I+TJGCLne19CzAvgtoS8OBF0APC6OdvAQYAj2xzC/IfXBsAAAAASUVORK5CYII=');
    background-position: left -2px;
    display: block;
    width: 20px;
    height: 16px;
    line-height: 16px;
    float: left;
    cursor: pointer;
    zoom: 1
}

.fullStar {
    background-position: left -59px
}

.stars {
    overflow: hidden
}

.tmp_es {
    background-position: left -21px
}

.tmp_fs {
    background-position: left -40px
}

div.stars {
    overflow: hidden;
}

div.banner-sub-cat img {
    max-width: none;
}

.special-price i {
    text-decoration: line-through;
}

.title-cat-col3 {
    margin-top: 10%;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.contact .row {
    float: left;
    width: 99%;
    clear: both;
    padding: 2px 1px 1px 3px;
}

.contact .dep_name {
    margin-top: 20px;
    width: 100%;
    border-bottom: 4px solid #003f78;
}

.tr_content_container p {
    margin-bottom: 1em;
}

.contact .row .contactBox {
    padding-bottom: 7px;
}

.contact .contactBox {
    width: 48%;
}

.contact .left {
    float: left;
}

.contact .right {
    float: left;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

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

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* .dropdown:hover .dropdown-menu {
    display: block;
 } */
.tr_content_container h2 {
    font-weight: 700;
    font-size: 20px;
}

.tr_content_text a {
    text-decoration: underline;
}

.tr_content_text a:hover {
    text-decoration: none;
}

.tr_content_text td {
    padding: 3px 10px 3px 0;
}

.tr_content_text td img {
    max-width: 100%;
    height: auto;
}

.price-box i {
    text-decoration: line-through;
}

#kl_checkout {
    list-style: none;
    padding: 0
}

#kl_checkout input[type="text"], #kl_checkout input[type="password"], #kl_checkout input[type="email"] {
    width: 91%
}

#kl_checkout .required em {
    display: none
}

#kl_checkout .step {
    position: relative;
    margin-bottom: 10px
}

#kl_checkout ul {
    list-style: none;
    padding: 0
}

#kl_checkout h3 {
    font-size: 1em;
    margin: 0;
    color: #737373
}

#kl_checkout .cart-item-stock {
    margin-top: .7em;
    margin-bottom: .5em
}

#kl_checkout .wrapper-box {
    margin: 0 0 1em;
    clear: none
}

#kl_checkout #checkout-review-table-wrapper1 .please-wait {
    background: transparent
}

#kl_checkout #checkout-review-table-wrapper1 .placing-order {
    background: transparent url(../images/spinner.gif) no-repeat center center;
    margin-top: 35px
}

@media only screen and (max-width: 900px) {
    #kl_checkout td.product-image {
        display: none
    }
}

@media only screen and (max-width: 570px) {
    #kl_checkout .cart-item-stock, #kl_checkout td.item-price, #kl_checkout td.remove {
        display: none
    }
}

#kl_checkout .phone-field {
    width: 24%
}

#kl_checkout .door-code {
    width: 19%;
    margin-left: 4%
}

#kl_checkout .delivery-instructions {
    width: 39%;
    margin-left: 4%
}

#co-shipping-method-form ul, #co-payment-form ul {
    margin: 1em -.5em
}

#co-shipping-method-form ul ul, #co-payment-form ul ul {
    margin: 1em
}

#co-shipping-method-form li, #co-payment-form li {
    margin: 0 0 .5em
}

#co-shipping-method-form li label, #co-payment-form li label {
    margin: 0;
    display: block;
    background: #fefcf9;
    border: 1px solid #f5ede4;
    padding: .8em;
    font-weight: 700;
    color: #777
}

#co-shipping-method-form li label.active, #co-payment-form li label.active {
    border-color: #d7d7d7;
    background: #eae9e9
}

#co-shipping-method-form li input, #co-payment-form li input {
    margin-right: .5em
}

#co-shipping-method-form li div, #co-payment-form li div {
    margin: 1.2em .8em 1.5em;
    line-height: 1.4
}

#co-shipping-method-form li div label, #co-payment-form li div label {
    border: none;
    padding: 0;
    background: none;
    font-weight: 400;
    font-size: 1em
}

#co-shipping-method-form li div input, #co-payment-form li div input {
    margin: 0
}

#co-shipping-method-form li div .validation-advice, #co-payment-form li div .validation-advice {
    font-size: 1em;
    margin: .5em 0 0
}

#co-shipping-method-form .price, #co-payment-form .price {
    float: right
}

#co-payment-form ul {
    margin-top: 0
}

.payment-notice {
    margin-top: 1em;
    padding: 0 1.2em
}

#payment_form_dibs, #payment_form_collector, #payment_form_collector_campaign, #payment_form_paypal_standard {
    display: none
}

.checkout-onepage-payment-additional-customerbalance {
    margin: 1em 0 .5em
}

.checkout-onepage-payment-additional-customerbalance input {
    margin-right: .5em
}

.checkout-onepage-payment-additional-customerbalance label {
    margin: 0;
    border: 1px solid #fff;
    padding: .8em .4em
}

.checkout-shipping li, .checkout-address li {
    clear: both;
    margin-bottom: 1.1em
}

.checkout-shipping li .field, .checkout-address li .field {
    position: relative;
    width: 44%;
    margin: 0 1em 1em 0
}

.checkout-shipping li .flag, .checkout-address li .flag {
    position: absolute;
    top: 2.8em;
    right: 1em;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 2px 6px -2px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 2px 6px -2px;
    box-shadow: inset rgba(0, 0, 0, 0.15) 0px 2px 6px -2px
}

.checkout-shipping .shipping-billing-toggler, .checkout-address .shipping-billing-toggler {
    margin: 1em -.5em -.5em
}

.checkout-shipping .shipping-billing-toggler li, .checkout-address .shipping-billing-toggler li {
    margin: 0 0 .5em
}

.checkout-shipping .shipping-billing-toggler label[for="shipping:use_for_billing_yes"], .checkout-shipping .shipping-billing-toggler label[for="shipping:use_for_billing_no"], .checkout-address .shipping-billing-toggler label[for="shipping:use_for_billing_yes"], .checkout-address .shipping-billing-toggler label[for="shipping:use_for_billing_no"] {
    margin: 0;
    display: block;
    background: #fefcf9;
    border: 1px solid #f5ede4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: .8em;
    font-weight: 700;
    color: #777
}

.checkout-shipping .shipping-billing-toggler label[for="shipping:use_for_billing_yes"].active, .checkout-shipping .shipping-billing-toggler label[for="shipping:use_for_billing_no"].active, .checkout-address .shipping-billing-toggler label[for="shipping:use_for_billing_yes"].active, .checkout-address .shipping-billing-toggler label[for="shipping:use_for_billing_no"].active {
    border-color: #eee5dc;
    background: #f7f2eb
}

.checkout-shipping .shipping-billing-toggler label[for="shipping:use_for_billing_yes"] input, .checkout-shipping .shipping-billing-toggler label[for="shipping:use_for_billing_no"] input, .checkout-address .shipping-billing-toggler label[for="shipping:use_for_billing_yes"] input, .checkout-address .shipping-billing-toggler label[for="shipping:use_for_billing_no"] input {
    margin-right: .5em
}

.checkout-shipping .field, .checkout-address .field {
    width: 40%;
    float: left;
    margin: 0 0 1.2em 1.2em;
    clear: none
}

#co-cart-form {
    padding: .5em;
    text-align: right
}

#deals-toggler {
    float: right;
    font-size: 12px;
    font-weight: 700;
}

#deals-toggler a {
    border: none;
    text-decoration: none
}

.cart-item-stock {
    font-size: .75em;
    text-transform: none; /*text-transform:uppercase;*/
    font-weight: 700
}

.cart-item-stock span {
    margin-right: .4em
}

.cart-item-in-stock {
    color: #8aae4c
}

.cart-item-not-in-stock {
    color: #d86e68
}

.remove-btn {
    border: 0
}

#map_canvas img {
    max-width: none;
}

#kl_checkout .product-image img {
    display: block
}

#kl_checkout .crosssell {
    float: left;
    display: none;
    width: 50%
}

#kl_checkout .crosssell h3 {
    font-size: 1em;
    font-weight: 400;
    margin: .8em 1em 1em
}

#kl_checkout .crosssell ul {
    margin: 0 1em
}

#kl_checkout .crosssell li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;

    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 31%;
    margin: 0 2% 1em 0
}

#kl_checkout .crosssell .product-image {
    border: 0
}

#kl_checkout .crosssell .product-image img {
    max-width: 40%;
    border: 1px solid #e7e7e7
}

#kl_checkout .crosssell h4 {
    margin: 0 0 .5em
}

#kl_checkout .crosssell .price-box {
    display: block;
    margin-bottom: .5em
}

#kl_checkout .crosssell .button span {
    line-height: 1.5em
}

@media only screen and (max-width: 570px) {
    #kl_checkout .crosssell {
        display: none
    }
}

.cart-item-qty {
    text-align: center;
    background: #faf8f5;
    border: 1px solid #efe9e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    padding: 0 3px;
    white-space: nowrap
}

.cart-item-qty input, .cart-item-qty a {
    margin: 4px 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline
}

.cart-item-qty input {
    height: 22px;
    padding: 0 !important;
    border: 0 !important;
    text-align: center;
    font-weight: 700;
    background: transparent;
    min-width: 0;
    background: #fff;
    margin: 0 3px;
    border: 1px solid #efe9e1 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 3em;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 2px 6px -2px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 2px 6px -2px;
    box-shadow: inset rgba(0, 0, 0, 0.15) 0px 2px 6px -2px
}

.cart-item-qty a {
    border: 1px solid #d7d0c3;
    color: #9e9481;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-shadow: #fff 0 1px 0;
    -webkit-box-shadow: #e7e6e3 0 1px 1px;
    -moz-box-shadow: #e7e6e3 0 1px 1px;
    box-shadow: #e7e6e3 0 1px 1px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f9f8f4));
    background-image: -webkit-linear-gradient(#ffffff, #f9f8f4);
    background-image: -moz-linear-gradient(#ffffff, #f9f8f4);
    background-image: -o-linear-gradient(#ffffff, #f9f8f4);
    background-image: linear-gradient(#ffffff, #f9f8f4);
    font-weight: 700;
    font-size: 1.2em;
    text-decoration: none;
    line-height: 22px;
    height: 22px;
    width: 22px
}

#checkout-cart-load .cart-price .price {
    font-weight: 700
}

#checkout-cart-load .price-box {
    font-size: 1.1em
}

#checkout-cart-load .footer {
    background: #fefcf9;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #d9d9d9;
    padding: 1em;
    position: relative;
    overflow: auto
}

#checkout-cart-load .totals {
    float: right
}

@media only screen and (max-width: 570px) {
    #checkout-cart-load .totals {
        float: none
    }
}

#checkout-cart-load .totals .zero, #checkout-cart-load .totals .negative {
    color: #f16929
}

#checkout-cart-load .totals td, #checkout-cart-load .totals th {
    position: relative;
    border: none;
    font-weight: 700;
    vertical-align: text-bottom;
    white-space: normal
}

#checkout-cart-load .totals th:first-child, #checkout-cart-load .totals td:first-child {
    text-align: left;
    font-weight: 200
}

#checkout-cart-load .totals tfoot td .price {
    font-size: 20px;
    line-height: 13px
}

#checkout-cart-load .totals tfoot td:first-child {
    font-size: 13px;
    line-height: 13px
}

#checkout-cart-load .totals tfoot td:first-child strong {
    text-transform: none; /*text-transform:uppercase;*/
}

#checkout-cart-load .totals tfoot .summary-tax .price {
    font-size: 13px;
    font-weight: 400;
    text-transform: none !important
}

#checkout-cart-load .totals a.btn-remove {
    border: none;
    text-decoration: none;
    position: absolute;
    left: -1em
}

.checkout-shipping, .checkout-address {
    float: left
}

.checkout-payment, .checkout-totals {
    float: right
}

.checkout-shipping, .checkout-payment {
    min-height: 301px
}

.checkout-totals .box-content {
    min-height: 225px
}

@media only screen and (max-width: 570px) {
    .checkout-shipping, .checkout-payment, .checkout-totals .box-content {
        min-height: 0
    }
}

.checkout-cart, .checkout-shipping, .checkout-payment, .checkout-address, .checkout-totals {
    margin-bottom: 1em
}

.checkout-shipping, .checkout-payment, .checkout-address, .checkout-totals {
    width: 49.27%
}

@media only screen and (max-width: 570px) {
    .checkout-shipping, .checkout-payment, .checkout-address, .checkout-totals {
        width: auto;
        float: none
    }
}

.cart-table .product-options {
    padding-top: .3em
}

#deals {
    border-bottom: 1px solid #eee;
    padding: .9em 1em 0;
    overflow: hidden
}

#deals #discount-coupon-form, #deals .giftcard {
    width: 48%;
    float: left;
    margin-bottom: 1em
}

#deals .giftcard {
    float: right;
    position: relative
}

#deals .giftcard .check-gc-status {
    border: none;
    font-size: 0.9em;
    float: right;
    padding-right: 5px
}

#deals .giftcard .gift-card-info {
    font-size: 0.8em;
    padding-top: 0.5em;
    padding-right: 0.25em;
    text-align: right
}

@media only screen and (max-width: 570px) {
    #deals #discount-coupon-form, #deals .giftcard {
        width: auto;
        float: none
    }
}

.checkout-address {
    clear: both
}

#collector-address {
    clear: both
}

#collector-address address {
    font-style: normal;
    font-weight: 400
}

#identifyme-please-wait {
    clear: both
}

#identifyme-please-wait img {
    height: 1em;
    width: 1em
}

.checkout-totals .box-content {
    position: relative;
    overflow: hidden
}

.totals-cms {
    float: left
}

@media only screen and (max-width: 570px) {
    .totals-cms {
        display: none
    }
}

#checkout-review-table-wrapper1 {
    margin: 1em .5em 0;
    position: relative
}

#checkout-review-table-wrapper1 .zero, #checkout-review-table-wrapper1 .negative {
    color: #f16929
}

#checkout-review-table-wrapper1 td, #checkout-review-table-wrapper1 th {
    position: relative;
    border: none;
    font-weight: 700;
    vertical-align: text-bottom;
    white-space: normal;
    font-size: .9em;
    color: #8b8b8a
}

#checkout-review-table-wrapper1 th:first-child, #checkout-review-table-wrapper1 td:first-child {
    text-align: left;
    font-weight: 200
}

#checkout-review-table-wrapper1 tbody td, #checkout-review-table-wrapper1 tbody th {
    padding: 0 .5em
}

#checkout-review-table-wrapper1 .summary-subtotal td {
    padding: .8em .5em
}

#checkout-review-table-wrapper1 tfoot td {
    padding-top: 1em;
}

#checkout-review-table-wrapper1 .summary-tax td {
    padding-top: .5em
}

#checkout-review-table-wrapper1 tfoot td .price {
    font-size: 20px;
    line-height: 13px
}

#checkout-review-table-wrapper1 tfoot td:first-child {
    font-size: 13px;
    line-height: 13px
}

#checkout-review-table-wrapper1 tfoot td:first-child strong {
    text-transform: none; /*text-transform:uppercase;*/
}

#checkout-review-table-wrapper1 table strong, #checkout-review-table-wrapper1 table span {
    color: #656565
}

#checkout-review-table-wrapper1 tfoot .summary-tax td .price {
    font-size: 13px;
    font-weight: 400
}

#checkout-review-table-wrapper1 a.btn-remove {
    border: none;
    text-decoration: none;
    position: absolute;
    left: -1em
}

@media only screen and (max-width: 570px) {
    #checkout-review-table-wrapper1 {
        float: none;
        min-width: 0
    }
}

#review-buttons-container {
    clear: both;
    margin: 1.5em .3em 1.2em;
    text-align: right
}

#review-buttons-container .button {
    width: 100%
}

.klklarna-checkout-index[role=navigation], .klklarna-checkout-index .header-cart, .klklarna-checkout-index[role=banner] .account {
    display: none
}

.klklarna-checkout-index #kl_checkout .checkout-shipping .door-code {
    width: 35%
}

.klklarna-checkout-index #kl_checkout .checkout-shipping .delivery-instructions {
    width: 50%
}

.klklarna-checkout-index #kl_checkout .checkout-shipping #co-shipping-method-form p {
    padding: 1em 0 1em
}

.klklarna-checkout-index #kl_checkout .checkout-shipping p {
    margin: 0;
    padding: 0 1em 1em
}

@media only screen and (max-width: 570px) {
    .klklarna-checkout-index #kl_checkout .checkout-shipping, .klklarna-checkout-index #kl_checkout .klarna-checkout-step {
        float: none;
        width: auto
    }
}

#kl-login-modal, #kl-vet-modal {
    position: absolute;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px;
    border: 1px #777 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    z-index: 9999;
    overflow: auto
}

#kl-login-modal, #kl-vet-modal {
    width: 320px;
    top: 50px;
    left: 50%;
    margin-left: -160px;
    position: absolute
}

#kl-login-modal .step, #kl-vet-modal .step {
    margin: 1em
}

#kl-vet-modal {
    width: 500px;
    margin-left: -250px
}

@media only screen and (max-width: 570px) {
    #kl-vet-modal {
        width: 320px;
        margin-left: -160px
    }
}

#vet-dialog {
    margin: 0 1em
}

#shopping-cart-table {
    width: 100%
}

#shopping-cart-table tbody tr {
    border: 1px solid #d9dde3;
}

#shopping-cart-table tbody tr td {
    border-right: 1px solid #d9dde3;
}

input#newsletter-field[type=checkbox] {
    margin: 0;
}

#kl_checkout #deals {
    padding: 0;
}

#deals input#coupon_code {
    width: 91%;
    height: 25px;
    border: 1px solid #d7d7d7;
}

#checkout-step-review #checkout-review-table-wrapper1 {
    margin: 0;
}

#checkout-step-review #review-buttons-container {
    margin: 0;
}

#opc-review .buttons-set {
    border-width: 1px;
}

#kl_checkout .newsletter-subscribe-klarna {
    clear: both;
    text-align: right;
    margin-top: 1em;
}

@media only screen and (min-width: 992px) {
    .klklarna-checkout-index #kl_checkout .checkout-shipping {
        width: 30%;
        float: left;
        min-height: 0;
    }

    #left-product-cat .desktop_menu {
        padding-top: 100px;
        z-index: 999;
        background: #fff;
        width: 215px;
    }

    .content-page {
        position: relative;
    }

    .klklarna-checkout-index #kl_checkout .klarna-checkout-step {

        margin-left: 35%;
    }

    #kl_checkout #kl_shipping .checkout-shipping {
        min-height: 0px;
    }

}

#my-orders-table {
    font-size: 12px;
}

.find-retailer-button {
    width: 240px;
    margin: 40px auto;
    line-height: 31px;
}

.find-retailer-button a {
    display: block;
    background-color: rgba(96, 164, 67, .9);
    padding: 3px 10px;
    text-align: center;
    text-transform: none; /*text-transform:uppercase;*/
    font-size: 0.9em;
    font-weight: 700;
    color: #fff;
}

.find-retailer-button a:hover {
    background-color: rgba(74, 137, 47, .9);
}

.toolbar-top .holder-product-cat-list-pager {
    display: none !important;
}

/*.toolbar-bottom .toolbar{
	display: none !important;
}*/
.share-social li {
    margin-left: 0 !important;
}

.share-social span.chicklets {
    text-indent: -9999px;
}

.nav-category-col3 .img-cal-col3 img {
    max-width: 100%;
    height: 100%;
}

.yamm #product-menu li.dropdown {
    background-color: #f5f5f5;
}

.yamm #product-menu li.dropdown > a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #333;
    display: block;
    width: 100%;
    padding: 5px 10px;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    border-color: #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

#product-menu .panel-heading {
    border-radius: 0;
    padding: 0;
}

#bot-sidebar .panel-heading {
    position: relative;
    background: #fff;
    border-radius: 0;
    padding: 0;
}

#bot-sidebar .panel-default {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-top-color: #ddd;
    border-radius: 0;
    -webkit-border-radius: 0;
}

#bot-sidebar .panel + .panel-default {
    border-top: 1px solid #ddd;
}

#bot-sidebar .panel-title,
#bot-sidebar .panel-title a {
    font-size: 13px;
}

#bot-sidebar .panel-title:hover,
#bot-sidebar .panel-title a:hover {
    background: #F1F1F1;
}

#bot-sidebar .panel {
    margin-top: 0 !important;
}

#product-menu .panel-body,
#bot-sidebar .panel-body {
    padding: 0;
    border-radius: 0;
    background: #fff;
}

#product-menu .panel-body .category-list .category-entry:hover,
#bot-sidebar .panel-body .category-list .category-entry:hover {
    background: #fff;
}

.dropdown-menu .panel-group .panel + .panel {
    margin-top: 0;
}

#product-menu .panel-default {
    min-width: 240px;
    border-color: #eee;
    position: relative;
}

#product-menu .panel-title,
#product-menu .panel-title a {
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

#product-menu .panel-title a,
#bot-sidebar .panel-title a {
    display: block;
    padding: 5px 10px;
    line-height: 40px;
}

#product-menu .panel-title a.open,
#product-menu .panel-title a:hover {
    background: #fff !important;
}

#product-menu .panel-title .fa,
#bot-sidebar .panel-title .fa {
    float: right;
}

#product-menu .panel-title .fa {
    position: absolute;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 52px;
    top: 0;
    text-align: center;
    cursor: pointer;
}

#product-menu .panel-group .panel,
#bot-sidebar .panel-group .panel {
    border-radius: 0 !important;
}

#product-menu .category-list .category-entry {
    margin: 0;
}

#bot-sidebar .category-list .category-entry a {
    padding: 5px 15px;
    width: 100%;
    display: inline-block;
    font-weight: 400;
}

#product-menu .category-list .category-entry a {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

div.zoomContainer {
    z-index: 1000;
}

@media print {
    header {
        display: none;
    }

    .footer {
        display: none;
    }
}