/* ======================================================================================  styles css*/
body .container {
    max-width: 940px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
}
.container a:hover {
    text-decoration: none;
}
.container a:focus,
.container a:active,
.container button:active,
.container button:focus {
    outline-style: none;
    text-decoration: none;
}

.search-shopping .shopping-cart {
    position: relative;
    left: 25%;
}

.search-shopping .top-search {
    height: 50px;
}

.logo {
    position: absolute;
    z-index: 1000;
}

.navbar  .nav .nav-4{
    display: none;
}

.cms-index-index .add-to-cart {
    margin-top: 10px;
    position: relative;
}

.cms-index-index .add-to-cart h4 {
    font-size: 14px;
    margin-right: 11px;
    color: #000;
}
.cms-index-index .btn-add-to-cart {
    width: 90px;
    font-weight: 700;
    border-radius: 0;
    margin-left: 5px;
    border: none;
    height: 35px;
    text-transform: uppercase;
    line-height: 26px;
    background: url('../images/profile-btn.jpg') scroll no-repeat 0 0 transparent;
    color: #fff;
}
.cms-index-index .wrap-buy-btn {
    position: relative;
    float: left;
}
.cms-index-index .btn-shadow-home {
    background: url('../images/profile_btn_shadow.png') scroll no-repeat 0 0 transparent;
    bottom: -11px;
    content: "";
    display: inline-block;
    float: right;
    height: 13px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -10;
}
.cms-index-index .btn-add-to-cart:hover {
    color: #e0e0e0;
}
.cms-index-index .add-to-cart .product-qty {
    position: relative;
    width: 80px;
}

.cms-index-index .add-to-cart .product-qty .qty {
    width: 46px !important;
    height: 35px;
    border: 1px solid #bebfc0;
    font-size: 18px;
    color: #5c5c5c;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    text-align: center;
}

.cms-index-index .add-to-cart .product-qty .plus-minus-qty {
    display: block;
    font-size: 12px;
    height: 35px;
    position: absolute;
    right: 1px;
    left: 45px;
    width: 27px;
    border: 1px solid #bebfc0;
}

.cms-index-index .add-to-cart .product-qty .plus-minus-qty .plus {
    background: url("../images/bg_plus.png") no-repeat scroll center bottom transparent;
}

.cms-index-index .add-to-cart .product-qty .plus-minus-qty .minus {
    background: url("../images/bg_minus.png") no-repeat scroll center top transparent;
}

.cms-index-index .add-to-cart .product-qty .plus-minus-qty input {
    border: medium none;
    box-shadow: none;
    height: 16px;
    padding: 0;
    text-indent: -9999em;
    width: 25px;
}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

/*  ========================================================================================  end of styles css  */
.btn-shadow {
    padding: 10px 30px;
    background: url('../images/btn-bg.png') scroll repeat 0 0 transparent;
    border-radius: 0;
    position: relative;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}

.btn-shadow2 {
    background: url('../images/btn-bg2.png') scroll repeat 0 0 transparent;
}

.btn-shadow:after {
    position: absolute;
    width: 100%;
    height: 15px;
    background: url(../images/btn-shadow.png) no-repeat top right;
    left: 0;
    bottom: -15px;
    content: "";
}

.logo a {
    display: block;
}

html { height:     100%; }
body { min-height: 100%; }

body,
#container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#container,
#main {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main {
    padding: 20px 20px 0;
}

@media (max-width: 980px) {
    .cms-index-index .main .std > .row,
    .cms-index-index .main .container > .row {
        padding: 0 25px;
    }
}

.cms-index-index .main {
    padding: 0;
}

.cms-index-index .main .std > .row.slideshow-row {
    padding: 20px 0;
}

.blo-header {
    color: #fff;
    position: relative;
}

.header-top {
    padding: 0 20px;
    min-height: 33px;
}

.header-top .header-top-right {
    padding-top: 6px;
    padding-left: 30px;
}

.header-top .header-top-right .instagram {
    background: url('../images/icon-instagram.png') repeat 0 0 transparent;
    display: block;
    min-height: 18px;
    width: 18px;
    margin-top: 1px;
}

.header-top .header-top-right .facebook {
    background: url('../images/icon-facebook.png') repeat 0 0 transparent;
    display: block;
    min-height: 18px;
    width: 18px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 1px;
}

.header-top .header-top-right .links {
    padding: 0;
    margin: 0;
    float: right;
}

.header-top-right .links li.first {
    padding: 0 9px 0 0;
    border-color: #b5b2b2;
}

.header-top-right .links li.last {
    padding: 0 0 0 9px;
    border-color: #fff;
}

.header-top-right .links li a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.header-mid {
    min-height: 65px;
    padding: 0 20px;
}

.header-bottom-top {
    height: 5px;
}

.header-bottom-bottom {
    min-height: 10px;
}

.navbar {
    background: url('../images/menu-bg.png') repeat 0 0 transparent;
    color: #fff;
    filter: none;
}

.navbar-nav {
    margin: 0;
    position: absolute;
    top: -115%;
    left: 37%;
}

.blo-header .navbar-inverse .navbar .navbar-nav > li > a {
    text-transform: capitalize;
    font-size: 20px;
}

.navbar {
    min-height: 38px;
    margin-bottom: 0;
}

.navbar-static-top {
    padding: 0 20px;
    border: none;
}

.blo-header .navbar-inverse .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    color: #333 ;
    background-color: transparent;
    text-transform: none;
    font-size: 20px;
}

.blo-header .navbar-inverse .navbar-nav > li > a:hover{
    background-color: transparent;
}

.navbar-nav > li > a {
    font-weight: bold;
}

.container > .navbar-header, .container > .navbar-collapse {
    padding: 0;
    margin: 0;
}

.navbar .mega-menu li.last a {
    padding-right: 0;
}

.footer-top {
    background: url('../images/footer-top-bg.png') repeat 0 0 transparent;
    min-height: 158px;
    color: #fff;
    padding: 20px;
    margin-top: 30px;
}

.footer-top ul {
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
}

.footer-top ul li {
    margin-bottom: 6px;
}

.footer-top ul li:first-child {
    font-size: 18px;
    font-weight: bold;
}

.footer-top ul a {
    color: #fff;
    font-weight: bold;
}

.footer-top .last {
    font-size: 16px;
}

.footer-top .last li:first-child {
    font-size: 22px;
}

.footer-bottom {
    background: url('../images/footer-bottom-bg.png') repeat 0 0 transparent;
    color: #a5a457;
    padding: 20px;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom a {
    color: #a5a457;
    text-decoration: underline;
}

.header-top-left .top-link .links {
    padding-left: 0;
}

.header-top-left .top-link .links {
    margin: 0;
}

.header-top-left .top-link .item-link:first-child {
    margin-right: 0;
}

.header-top-left .top-link .item-link {
    border: none;
    padding: 0;
    margin-right: 40px;
}

.header-top-left .top-link {
    padding-top: 6px;
}

.header-top-left .top-link .item-link a {
    color: #b5b2b2;
    font-weight: bold;
}

.cart-and-wishlist {
    padding: 0;
    margin: 19px 0 0 32px;
    min-height: 36px;
    padding: 1px 1px 2px 1px;
}

.cart-and-wishlist .link-wishlist {
    min-height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    padding-top: 6px;
}
.cart-and-wishlist .link-wishlist > span {
    color: #fff;
    font-size: 16px;
}
.cart-and-wishlist .skip-cart span {
    color: #fff;
    font-weight: 400;
    margin-left: 12px;
}

.cart-and-wishlist .mini-cart a {
    line-height: 33px;
}

.top-cart-icon {
    background: url('../images/icon-top-cart.png') no-repeat 0 0 transparent;
    min-height: 27px;
    width: 35px;
    display: block;
}

.search-shopping .top-search form {
    display: inline-block;
    min-height: 50px;
}
.search-shopping .form-search {
    display: inline-block;
    padding-top: 35px;
}

.search-shopping .top-search .input-group .form-control {
    border-radius: 0;
    box-shadow: none;
    padding: 7px 40px 7px 12px;
    height: 30px;
    font-weight: normal;
    width: 240px;
    border: 1px solid #b5b2b2;
    background-color: #f8f8f8;
    color: #9a9393;
}

.search-shopping .top-search .btn {
    background: url('../images/button-search-bg.png') repeat 0 0 transparent;
    text-indent: -9999em;
    width: 71px;
    height: 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.new-feeds .item {
    margin-bottom: 11px;
}

.new-feeds .item .img {
    width: 80px;
}

.new-feeds .item .img img {
    border: 1px solid #d6d6d6;
    margin: 0px;
    padding: 3px;
    width: 62px;
    height: 60px;
}

.new-feeds .meta {
    font-size: 12px;
}

.new-feeds .article {
    width: 140px;
}

.new-feeds .new-feeds-line {
    background: url('../images/line.png') repeat 0 0 transparent;
    width: 140px;
    height: 1px;
}

.new-feeds .meta {
    margin-bottom: 0;
}

.new-feeds .excerpt a {
    color: #474848;
    font-size: 14px;
}

.products-grid {
    text-align: center;
}

.products-grid .product-image {
    max-width: 200px;
    max-height: 200px;
}
.products-grid .product-image .ribbonClass{
    background: url(../images/klipp1.png) no-repeat scroll 0 0 ;
    width: 89px;
    height: 59px;
    position: absolute;
    top: 0;
    left: 20px;
}
.products-grid .product-image .ribbonFavorit{
    background: url(../images/favorit.png) no-repeat scroll 0 0 ;
    width: 89px;
    height: 59px;
    position: absolute;
    top: 0;
    left: 20px;
}
.products-grid .product-image .ribbonNyhet{
    background: url(../images/nyhet.png) no-repeat scroll 0 0 ;
    width: 89px;
    height: 59px;
    position: absolute;
    top: 0;
    left: 20px;
}
.products-grid .product-image .img-thumbnail {
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    margin: auto;
    border: 1px solid #dfdfdf;
    position:relative;
}

.products-grid {
    padding: 0;
    margin: 0 -10px;
}

.products-grid li {
    padding: 0 10px;
    margin: 0;
}
.content-detail .product-new-feed {
    margin: 0 -10px;
}
.product-new-feed > .article-left,
.product-new-feed > .product-new {
    padding: 0 10px;
}

.products-grid li.last {
    margin-right: -6px;
}

.new-product-title {
    font-size: 33px;
    margin-top: 12px;
    margin-bottom: 6px;
    font-family: "Palatino LT W01 Light";
    font-weight: bold;
    color: #4b4b4b;
}

.cms-index-index .products-grid{
    margin-left: -30px;
}

.products-grid .a_detail .more-info {
    background: url("../images/bg_sprite.png") no-repeat scroll 0 -35px transparent;
    color: #fff;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    width: 115px;
    margin: 0 auto;
}

.products-grid .item-describe .product-name a {
    color: #474848;
    font-size: 14px;
    font-weight: bold;
}

.products-grid .item-describe .product-name {
    margin-top: 9px;
    line-height: 19px;
    min-height: 40px;
}

.products-grid .item-describe .price-box {
    font-size: 16px;
    font-weight: bold;
    margin-top:  7px;
    color: #303030;
}

.products-grid .item-describe .actions {
    margin-top: 5px;
}

.article-left {
    padding-left: 0;
}

.support .support-image {
    width: 68px;
    height: 68px;
}

.support .title {
    font-size: 33px;
    font-family: "Palatino LT W01 Light";
    font-weight: bold;
    padding-left: 0;
}

.support .item {
    margin-left: 9px;
    margin-right: 9px;
    float: right;
    width: 67px;
}

.support .item.last , .support .item.first {
    margin-left: 0;
    margin-right: 0;
}

.support .item img {
    border: 1px solid #d6d6d6;
}

.support .support-list {
    margin-top: 10px;
}

.category-homepage .col-md-4 {
    padding-right: 0;
}

.category-homepage .category-name {
    color: #3d5f04;
    font-size: 27px;
    font-weight: bold;
    margin-top: 12px;
    display: block;
    font-family: "Palatino LT W01 Light";
}

.category-homepage .category-more {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.category-homepage-line {
    background: url("../images/category-line.png") repeat scroll 0 0 transparent;
    height: 1px;
    margin: 0;
}

.category-homepage-line-horizontal {
    background: url("../images/line-horizontal.png") repeat scroll 0 0 transparent;
    width: 1px;
    min-height: 187px;
    margin-top: 15px;
}

.category-left {
    width: 99%;
}

.category-main {
    min-height: 242px;
    margin-top: 20px;
    text-align: center;
}

.category-main a {
    display: block;
}

.category-main img {
    width: auto;
    max-height: 145px;
}

.homepage-readme .title {
    font-size: 26px;
    color: #3d5f04;
    font-weight: 600;
    font-family: 'Palatino LT W01 Bold';
}

.homepage-readme {
    margin: 20px -15px;
}

.homepage-readme p {
    font-size: 16px;
    color: #000;
    line-height: 19px;
    margin-top: 7px;
}

.homepage-readme-left {
    width: 99%;
    min-height: 227px;
    overflow: hidden;
}

.homepage-readme .homepage-readme-first {
    padding-right: 0;
    overflow: hidden;
}

.homepage-readme > div {
    margin: 20px 0;
}

.homepage-readme img {
    margin-left: 14px;
    margin-top: 8px;
}

.homepage-readme a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.slideshow {
    max-height: 400px;
    overflow: hidden;
}

.extra-banner {
    max-height: 250px;
    overflow: hidden;
}

.slideshow a {
    display: block;
}
.show_html_text {
    bottom: 80px;
    position: absolute;
    margin: 0;
    left: 0;
    padding: 0;
    width: 100%;
}
.show_html_text a {
    color: #fff;
}
.show_html_text:after {
    bottom: 0;
    position: absolute;
    left: 0;
    content:'';
    height: 66px;
    width: 100%;
    background: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.show_html_text h4 {
    margin: 0;
    padding: 3% 3% 3% 6%;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    font-family: "Lato", Geneva, Arial, Helvetica, sans-serif;
    z-index:1;
    position: relative;
}
.home-extra-banner {
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.home-extra-banner .show_html_text {
    width: 95%;
    left: auto;
}
.home-extra-banner .show_html_text h4 {
    padding: 3% 3% 4% 6%;
}
.owl-theme .owl-controls {
    bottom: 10px;
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
}
.owl-theme .owl-controls .owl-page span {
    min-height: 13px;
    width: 13px;
    opacity: 1;
    background: url("../images/owl.png") no-repeat scroll 0 0 transparent;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: url("../images/owl.active.png") no-repeat scroll 0 0 transparent;
}

.slideshow-row .slideshow-row-left {
    padding-right: 0;
}

.slideshow-row .slideshow-row-right {
    padding-left: 10px;
    padding-right: 10px;
}

.homepage-readme-first .col-md-8 {
    padding-left: 12px;
}

.cms-index-index .slideshow .item img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.banner-slideshow .slideshow {
    max-height: 450px;
}
.banner-slideshow .show_html_text {
    bottom: auto;
    top: 100px;
}
.banner-slideshow .show_html_text h1 {
    padding: 4% 3% 1% 6%;
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    font-family: "Lato", Geneva, Arial, Helvetica, sans-serif;
    z-index: 1;
    position: relative;
    text-align: center;
}
.homepage-readme .col-md-8 {
    padding-left: 10px;
}
#search_autocomplete {
    z-index: 2147483647;
    display: block;
    padding: 3px 0 0 0;
    background: #fff;
    box-shadow: 0 0 5px #000;
    border: none;
    top: 110px!important;
}
.topArrowWrap{
    position: relative;
    height: 1px;

}
.topArrowWrap img{
    position: absolute;
    top: -16px;
    left: 40px;
}
.ajaxsearch {
    padding-left: 0;
    border: none!important;
}
.ajaxsearchPrdName{
    line-height: 16px;
    margin-bottom: 5px;
}
.ajaxsearch .preview {
    background: none repeat scroll 0 0 #ffffff;
    display: inline-block;
    float: left;
    height: auto;
    width: 100%;
    padding: 9px 10px;
    font-size: 16px;
}
.ajaxsearch .preview:hover {
    background: #f5f5f5;
}
.ajaxsearch .preview:hover a {
    color: #ac6500;
}
.ajaxsearch .preview:hover a .ajaxsearchPrice {
    color: #ac6500;
}
.ajaxsearch .preview:hover a img {
    border-color: #ac6500;
}
#search_autocomplete .ajaxsearch .suggest {
    background-color: #aba900;
}
#search_autocomplete .ajaxsearch .preview img {
    margin: 2px 8px 0 0;
    padding: 3px;
}
.ajaxsearchPrice{
    font-weight: 600;
    color: #000;
}

.zoomContainer {
    z-index: 9999;
}

.price-box > p {
    float: left;
    margin: 0;
}

.price-box > p > .price-label{
    display: none;
}

.price-box .special-price .price {
    line-height: 22px;

}
.price-box .old-price{
    display: none;
}
.price-box .old-price .price {
    font-size: 16px;
    line-height: 22px;
    text-decoration: line-through;

}

@media screen and (min-width: 800px) and (max-width: 991px) {
    .cms-index-index .btn-add-to-cart {
        margin: 10px 0 0 0;
    }
    .blo-header .navbar-inverse .navbar-nav > li > a {
        font-size: 18px;
    }
    .product-new-feed > .article-left .support {
        margin-top: 11px;
    }
    .product-new-feed > .article-left .new-feeds,
    .product-new-feed > .article-left .support {
        float: left !important;
        padding-left: 10px;
    }
    .slideshow-row .slideshow-row-left {
        height: 368px;
    }
    .cms-index-index .slideshow .item img {
        height: 368px;
    }
    .cms-index-index .support .item {
        margin-top: 7px;
    }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
    .cms-index-index .btn-add-to-cart {
        margin: 10px 0 0 0;
    }

    .blo-header .navbar-inverse .navbar-nav > li > a {
        font-size: 18px;
    }
    .product-new-feed > .article-left .support {
        margin-top: 11px;
    }
    .product-new-feed > .article-left .new-feeds,
    .product-new-feed > .article-left .support {
        float: left !important;
        padding-left: 10px;
    }
    .cms-index-index .slideshow .item img {
        height: 353px;
    }
    .cms-index-index .support .item {
        margin-top: 7px;
    }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .product-new-feed > .article-left,
    .product-new-feed > .product-new {
        overflow: hidden;
    }
    .product-new-feed > .article-left .new-feeds {
        float: left !important;
        padding-left: 10px;
    }
    .footer-top {
        text-align: center;
    }
    .footer-top .row > .col-md-4 {
        overflow: hidden;
        text-align: center;
    }
    .footer-top .row > .col-md-4 .last {
        float: none !important;
    }
    .product-new .item-describe {
        padding-left: 10px;
    }
    .cms-index-index .new-product-title {
        padding-left: 25px;
    }
    .customer-account-index .container {
        overflow: hidden;
    }
    .product-new-feed > .article-left .support {
        margin-top: 11px;
        float: left !important;
    }
    .cms-index-index .slideshow-row-left .slideshow .item img {
        width: 100%;
    }
    .slideshow-row-right .slideshow .item .img-banner {
        text-align: center;
    }
}

@media screen and (max-width: 599px) {
    .slideshow-row-right .owl-carousel .owl-item .item .img-banner {
        text-align: center;
    }
    .cms-index-index .slideshow-row-left .slideshow .item img {
        width: 100%;
    }
    .customer-account-index .container {
        overflow: hidden;
    }
    .product-new-feed > .article-left,
    .product-new-feed > .product-new {
        overflow: hidden;
    }
    .product-new-feed > .article-left .new-feeds {
        float: left !important;
        padding-left: 10px;
    }
    .footer-top {
        text-align: center;
    }
    .footer-top .row > .col-md-4 {
        overflow: hidden;
        text-align: center;
    }
    .footer-top .row > .col-md-4 .last {
        float: none !important;
    }
    .product-new-feed > .article-left .support {
        margin-top: 11px;
        float: left !important;
    }
}

@media screen and (max-width: 567px) {
    .logo {
        width: 25%;
        top: 120px;
        left: 0;
    }
    .slideshow-row-right .owl-carousel .owl-item .item .img-banner {
        text-align: center;
    }
}

.footer-bottom .container p{
    font-weight: bold;
    font-size: 13px;
}

.container .page-title h1, .container .page-title h2{
    font-family: "Lato";
    font-size: 30px;
    color: #474848;
}

.container .std h2{
    font-family: "Lato";
    font-size: 30px;
    color: #474848;
}

.search-autocomplete {
    width: 249px !important;
    border: 1px solid #fff;
}
.cms-index-index .add-to-cart{
    display: none;
}
.catalog-category-view .product-qty .plus-minus-qty, .catalogsearch-result-index .product-qty .plus-minus-qty, .catalogextensions-index-all .product-qty .plus-minus-qty {
    display: block;
    font-size: 12px;
    height: 35px;
    position: absolute;
    right: 1px;
    left: 39px;
    width: 27px;
    border: 0px solid #bebfc0;
    top: 0;
}
.catalog-category-view .product-qty .plus-minus-qty .plus, .catalogsearch-result-index .product-qty .plus-minus-qty .plus, .catalogextensions-index-all .product-qty .plus-minus-qty .plus {
    background: url("../images/bg_plus.png") no-repeat scroll center bottom transparent;
    width: 27px;
    height: 17px;
    float: left;
    border: none;
}
.catalog-category-view .product-qty .plus-minus-qty .minus, .catalogsearch-result-index .product-qty .plus-minus-qty .minus, .catalogextensions-index-all .product-qty .plus-minus-qty .minus {
    background: url("../images/bg_minus.png") no-repeat scroll center top transparent;
    width: 27px;
    height: 17px;
    float: left;
    border: none;
}
.catalog-category-view .product-qty .plus-minus-qty .plusQty, .catalogsearch-result-index .product-qty .plus-minus-qty .plusQty {
    background: url("../images/bg_plus.png") no-repeat scroll center bottom transparent;
}
.catalog-category-view .product-qty .plus-minus-qty .minusQty, .catalogsearch-result-index .product-qty .plus-minus-qty .minusQty {
    background: url("../images/bg_minus.png") no-repeat scroll center top transparent;
}
.catalog-category-view .product-qty, .catalogsearch-result-index .product-qty {
    position: relative;
    width: 80px;
}
.catalog-category-view .product-qty .qty, .catalogsearch-result-index .product-qty .qty, .catalogextensions-index-all .product-qty .qty {
    width: 40px !important;
    height: 35px;
    border: 1px solid #bebfc0;
    font-size: 18px;
    color: #5c5c5c;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    text-align: center;
}
.catalog-category-view .add-to-cart, .catalogsearch-result-index .add-to-cart, .catalogextensions-index-all .add-to-cart {
    margin-top: 10px;
    position: relative;
}
.catalog-category-view .add-to-cart h4, .catalogsearch-result-index .add-to-cart h4, .catalogextensions-index-all .add-to-cart h4 {
    font-size: 14px;
    margin-right: 7px;
    color: #000;
}
.catalog-category-view .btn-add-to-cart, .catalogsearch-result-index .btn-add-to-cart, .catalogextensions-index-all .btn-add-to-cart {
    width: 60px;
    font-weight: 700;
    border-radius: 0;
    margin-left: 5px;
    border: none;
    height: 35px;
    text-transform: uppercase;
    line-height: 22px;
    background: url('../images/profile-btn.jpg') scroll no-repeat 0 0 transparent;
    color: #fff;
}
.catalog-category-view .wrap-buy-btn, .catalogsearch-result-index .wrap-buy-btn, .catalogextensions-index-all .wrap-buy-btn {
    position: relative;
    float: right;
}
.catalog-category-view .btn-shadow-home, .catalogextensions-index-all .btn-shadow-home {
    background: url('../images/profile_btn_shadow.png') scroll no-repeat 0 0 transparent;
    bottom: -11px;
    content: "";
    display: inline-block;
    float: right;
    height: 13px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -10;
}
.catalog-category-view .btn-add-to-cart:hover, .catalogsearch-result-index .btn-add-to-cart:hover, .catalog-category-view .btn-add-to-cart:hover,
.catalogextensions-index-all .btn-add-to-cart:hover, .catalogextensions-index-all .btn-add-to-cart:hover, .catalogextensions-index-all .btn-add-to-cart:hover {
    color: #e0e0e0;
}
.catalog-category-view .add-to-cart .product-qty, .catalogsearch-result-index .add-to-cart .product-qty, .catalogextensions-index-all .add-to-cart .product-qty {
    position: relative;
    width: 70px;
}
.catalog-category-view .add-to-cart .box-qty-list, .catalogextensions-index-all .add-to-cart .box-qty-list {
    position: relative;
    width: 42px;
    color: #5c5c5c;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    padding: 0;
    text-align: left;
}
.catalog-category-view .add-to-cart .box-qty-list span, .catalogextensions-index-all .add-to-cart .box-qty-list span {
    padding: 0 5px 0 0;
    text-transform: lowercase;
    line-height: 32px;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.catalogsearch-result-index .add-to-cart .box-qty-list {
    position: relative;
    width: 42px;
    color: #5c5c5c;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    padding: 0;
    text-align: left;
}
.catalogsearch-result-index .add-to-cart .box-qty-list span {
    padding: 0 5px 0 0;
    text-transform: lowercase;
    line-height: 32px;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.catalog-category-view .product-qty .plus-minus-qty input, .catalogsearch-result-index .product-qty .plus-minus-qty input {
    border: medium none;
    box-shadow: none;
    height: 16px;
    padding: 0;
    text-indent: -9999em;
    width: 25px;
}
.addToCartForm{
    width: 100%;
}
.short-description-for-list-page{
    font-size: 13px;
    line-height: 20px;
}
.product-item .product-price .label {
    display: inline-block;
    padding: 0 12px 0 0;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.viewPageSymbolHolder{
    width: 100%;
    clear: both;
    margin-top: 22px;
}
.viewPageSymbolHolder .viewPageSymbol{
    width: 73px;
    float: left;
    text-align: center;
}
.viewPageSymbolHolder .viewPageSymbol p{
    text-transform: capitalize;
    font-size: 12px;
    color: #5f5f5f;
    margin-top: 10px;
}
.form-heading h2 {
    font-size: 18px !important;
}
.zoomContainer{
    display: none;
}
.checkout-onepage-index .table-bordered > thead{
    background-color: #f5f5f5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.checkout-onepage-index .table-bordered > tbody > tr > td.cell-product-img{
    padding-left: 0;
}
.checkout-onepage-index .table-bordered > thead > tr > th .nobr {
    display: inline-block;
    text-indent: 0.5em;
}
.checkout-onepage-index .table-bordered > thead > tr > th {
    color: #656565;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 6px 9px;
    text-transform: uppercase;
}
.checkout-onepage-index .table-bordered > tbody > tr > td.a-center {
    border-left: 0 none;
    border-top: 0 none;
    text-align: center;
    vertical-align: middle;
    width: 198px;
}
.checkout-onepage-index .cart-table .form-control.qty {
    border-color: #d0d1d1;
    border-radius: 0;
    box-shadow: none;
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    margin: 0;
    padding: 5px 26px 5px 5px;
    text-align: center;
    width: 53px;
}
.checkout-onepage-index .cart-table .product-qty .plus-minus-qty {
    border-left: 1px solid #d0d1d1;
    display: block;
    font-size: 12px;
    height: 30px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 21px;
}
.checkout-onepage-index .cart-table .product-qty .plus-minus-qty .plus-mini {
    background: url("../images/bg_plus.png") no-repeat scroll center bottom transparent;
    width: 21px;
    height: 15px;
    float: left;
    border: none;
}
.checkout-onepage-index .cart-table .product-qty .plus-minus-qty .minus-mini {
    background: url("../images/bg_minus.png") no-repeat scroll center top transparent;
    width: 21px;
    height: 15px;
    float: left;
    border: none;
}
.checkout-onepage-index .cart-table .remove-product-item {
    display: inline-block;
    margin-left: 10px;
    padding-top: 8px;
}
.checkout-onepage-index .cart-table .product-qty {
    display: inline-block;
    position: relative;
}
.checkout-onepage-index .cart-table .remove-item-cart {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-shadow: none;
}
.checkout-onepage-index .cart-table .remove-item-cart i {
    color: #af6407;
    font-size: 18px;
}
.checkout-onepage-index .table-bordered > tbody > tr > td.a-center {
    border-left: 0 none;
    border-top: 0 none;
    text-align: center;
    vertical-align: middle;
    width: 182px;
}
.checkout-onepage-index .col-product-name {
    width: 515px;
}
.checkout-onepage-index .product-information .product-name a {
    color: #adac00;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.checkout-onepage-index .product-information .product-ids {
    color: #474848;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
.checkout-onepage-index .table-bordered > tbody > tr > th, .checkout-onepage-index .table-bordered > tbody > tr > td {
    border-color: #fff;
}
.checkout-onepage-index .table-bordered > tbody > tr > td.a-center.last {
    border-right: 0px none;
    text-align: right;
}
.checkout-onepage-index .table-bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e5e5e5 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
}
.checkout-onepage-index .cart-table .cart-price .price, .custom-checkoutonepage .cart-table .cart-price .price {
    color: #656565;
    font-size: 16px;
    font-weight: 700;
}
.checkout-onepage-index .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}
.checkout-onepage-index .table-bordered > tbody > tr > td.a-center {
    text-align: center;
}
.custom_attribute_view{
    color: #5f5f5f;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}
.leftSideBarMiniCheckout .mini-products-list .product-details{
    width: 72%;
    margin: 0 0 0 10px;

}
.leftSideBarMiniCheckout .mini-products-list .product-image{
    float: left;
}
.leftSideBarMiniCheckout .mini-products-list .product-details .item-detail{
    float: left;
    padding-right: 17px;
    width: 103px;
}
.leftSideBarMiniCheckout .mini-products-list .item .product-details .qty-wrapper{
    float: left;
}
.leftSideBarMiniCheckout .products-minicart .mini-products-list{
    position: relative;
}
.leftSideBarMiniCheckout .products-minicart .mini-products-list li {
    border-bottom: 1px solid #d1d1d1;
    margin: 20px 0 0;
    padding: 0 0 20px;
    position: relative;
}
.left-sidebar .skip-cart{
    display: none;
}
.left-sidebar ul {
    padding: 0;
}
.leftSideBarMiniCheckout .block-content{
    margin-bottom: 22px;
}
.leftSideBarMiniCheckout .item .product-details .product-price{
    font-size: 11px;
}
.leftSideBarMiniCheckout .red{
    color: #d35f5a;
    font-size: 11px;
}
.oldPriceChecout{
    font-weight: 300;
    text-decoration: line-through;
}
.checkout-onepage-index .qty-update-remove{
    width: 116px;
}
.checkout-onepage-index .onePageMulti{
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin: 5px 0 0 4px;
}
.checkout-onepage-index .rightText{
    text-align: right;
}
.checkout-onepage-index .total-and-shipping .total-and-checkout{
    padding: 0;
}
@media (max-width: 767px) {

    .show_html_text:after {
        height: 50px;
    }
    .new-product-title{
        margin-left: -5px;
        margin-right : -5px;
    }
    .cms-index-index .main .std > .row.slideshow-row {
        padding: 0;
        margin: 0;
    }
    .slideshow-row .slideshow-row-left{
        padding-left: 0;
    }
    .homepage-readme{
        margin: 20px 0px
    }
    .category-homepage.row {
        margin-left: 0;
        margin-right : 0;
    }
    .footer-top ul {
        margin-bottom: 30px;
        float : none !important;
        text-align : center !important;
    }
    .footer-top ul  li{
        text-align : center !important;
    }

    .slideshow {
        max-width: none;
    }
    .home-extra-banner .slideshow-row-left {
        padding-left: 0;
        padding-bottom: 10px;
        padding-right: 0;
    }
    .home-extra-banner .slideshow-row-right {
        padding-left: 0;
        padding-bottom: 10px;
        padding-right: 0;
    }
    .home-extra-banner .show_html_text {
        width: 100%;
    }
    .home-extra-banner img {
        width: 100%;
    }
    .header-top-right .links li a {
        color: #b5b2b2;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #b5b2b2;
    }
    .navbar-toggle {
        float: none;
    }
    .logo {
        top: 33px;
        right: 20px;
        left: auto;
        width: 150px !important;
    }
    .homepage-readme .homepage-readme-first:first-child .col-xs-12 {
        padding-left: 0;
    }
    .homepage-readme .homepage-readme-first:first-child img {
        width: 90%;
    }
    .homepage-readme img {
        display: block;
        width: 120px;
        margin: 0 auto !important;
    }

    .homepage-readme .col-xs-3 {
        padding: 0 10px !important;
    }

    .category-homepage-line-horizontal {
        display: none;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-collapse {
        padding: 1em 0 !important;
    }

    .panel-collapse {
        overflow: hidden;
    }

    .panel-collapse.collapse,
    .panel-collapse.collapsing {
        display: block !important;
        height:  auto  !important;
    }

    .panel-collapse.in {
        display: none !important;
        height:  0    !important;
    }

    .panel-filter-group .panel-heading .panel-title .collapse-click {
        background: none;
        line-height: 35px;
        margin-top: 0 !important;
        width: auto;
    }

    .panel-filter-group .panel-heading .panel-title .collapse-click:before {
        content: "+";
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
    }

    .panel-filter-group .panel-heading .panel-title .collapse-click.active:before {
        content: "–";
    }

    .panel-filter-group .panel-heading .panel-title {
        font-size: 16px;
        line-height: 35px;
    }

    .cms-page-view .left-bar-menu {
        margin-top: 0 !important;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 1.5em;
        margin-bottom: 1.5em;
    }

    .cms-page-view .left-bar-menu li {
        margin: 0 !important;
    }

    .cms-page-view .left-bar-menu li a {
        display: block;
        font-size: 14px !important;
        padding: .25em 0;
    }

    .field.pull-left,
    .field.pull-right {
        float: none !important;
    }

    .contact-business, .contact-tele, .contact-email, .contact-city {
        padding-left: 0 !important;
    }

    .contact-tele {
        margin-bottom: 0 !important;
    }

    .customer-account-index .field {
        padding-left: 15px !important;
        margin-bottom: 0 !important;
    }

    .galleryViewMain .leftCol{
        width: 100%;
    }
    .navbar{
        z-index: 910!important;
    }
    .logo-xs{
        width: 150px;
        position: absolute;
        top: 33px;
        right: 15px;
        z-index: 9999;
    }
    .logo-xs img{
        max-width: 100%
    }
    .show_html_text h4 {
        font-size: 20px;
        padding: 3% 3% 3% 6%;
    }    
}

@media (max-width: 736px) {
    .header-top {
        -webkit-overflow-scrolling: touch;
        overflow: scroll;
    }

    .header-top-right .links li a,
    .header-top a {
        font-size: 12px;
    }

    .header-top-right {
        float: left !important;
        padding-left: 20px;
    }

    .header-top-right .links {
        padding-left: 0;
        margin-top: 1em;
        margin-left: -20px;
    }

    .header-top-left .top-link .item-link {
        margin-right: 10px;
    }

    .header-top .container {
        min-width: 600px;
    }
    .search-shopping {
        position: absolute;
        top: 157px;
        left: 0;
        z-index: 901;
        width: 100%;
    }
    .search-shopping .top-search{
        width: 100%;
    }
    .search-shopping .top-search #search_mini_form, .search-shopping .form-search, .search-shopping .form-search .input-group{
        width: 100%;
    }
    .search-shopping .top-search .input-group .form-control{
        width: 100%;
    }
    .search-shopping .top-search .input-group > span.input-group-btn{
        width: 22%;
    }
    .search-shopping .top-search .btn{
        width: 100%;
        background: url('../images/button-search-bg2.png') no-repeat right;
    }
    .homepage-readme p {
        font-size: 14px;
    }

    .category-homepage .category-name {
        font-size: 16px;
    }

    .category-homepage .category-more {
        font-size: 14px;
    }

    .category-main {
        min-height: 200px;
    }

    .category-main img {
        max-height: 100px;
    }

    .product-essential .product-main-info .product-name {
        font-size: 18px;
    }

    .custom-products-list .product-item {
        width: 50%;
    }
    .pp_nav{ display: none!important; }

    .navbar-collapse {
        padding-top: 10px !important;
    }
    .search-shopping > .shopping-cart.pull-right{
        float: left;
    }
    .logo-xs{
        width: 150px;
        position: absolute;
        top: 33px;
        right: 15px;
        z-index: 9999;
    }
    .logo-xs img{
        max-width: 100%
    }
    .banner-slideshow {
        padding-top: 100px;
    }
    .search-shopping .shopping-cart {
        left: 0;
    }

    .search-shopping .top-search {
        height: 0;
    }
}

@media screen and (max-width: 479px) {
    .navbar-collapse .navbar-nav {
        margin: 0;
        overflow: hidden;
    }
    .product-new-feed > .article-left .support {
        float: left !important;
        padding-left: 10px;
    }
    .slideshow-row-right .owl-carousel .owl-item .item .img-banner {
        text-align: center;
    }

    .logo {
        width: auto !important;
    }
    .igallery-index-index .content-detail, .igallery-category-view .content-detail{
        margin-top: 20px;
    }
    .catalog-product-view .main{
        margin-top: 20px;
    }
    .header-minicart{
        padding: 3px 5px;
        float: right;
    }
    .search-shopping .shopping-cart{
        padding-top: 3px;
        width: 100%;
    }
    #main > section.container{
        margin-top: 30px;
    }
}

@media (max-width: 400px) {
    .category-homepage .category-name {
        font-size: 14px;
        padding-top: 15px;
    }

    .category-main img {
        max-height: 75px;
    }

    .image-holder {
        float: left;
        width: 100px;
        padding-right: 20px;
        text-align: center;
    }

    .category-main {
        float: none !important;
        width: auto !important;
        min-height: 0;
        text-align: left;
    }
    .cms-index-index .category-main {
        padding-left: 10px;
        padding-right: 10px;
    }

    .category-main .category-left {
        margin-bottom: 20px;
        width: 100%;
    }
    .slick-prev {
        left: 40px !important;
    }
    .slick-next {
        right: 40px !important;
    }
    .product-media,
    .product-information {
        width: auto;
        float: none;
    }

    .product-information {
        margin-top: 20px;
    }
}
.leftSideBarMiniCheckout .products-minicartcust .mini-products-list li {
    border-bottom: 1px solid #d1d1d1;
    margin: 10px 0 0;
    padding: 0 0 10px;
    position: relative;
}
.minicartcust-wrapper .remove {
    color: #d35f5a;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}
.mini-products-list .item .product-details .product-qty-cust {
    display: inline-block;
    position: relative;
}
.mini-products-list .product-details .product-qty-cust .form-control-cust.qty {
    border: 1px solid #d0d1d1;
    box-shadow: none;
    color: #656565;
    font-family: "Lato",Arial,sans-serif;
    font-size: 11px;
    font-weight: 400;
    height: 32px;
    margin: 0;
    padding: 5px 26px 5px 5px;
    text-align: center;
    width: 53px;
}
.mini-products-list .product-details .product-qty-cust .plus-minus-qty {
    border-left: 1px solid #d0d1d1;
    display: block;
    font-size: 12px;
    height: 30px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 21px;
}
.mini-products-list .product-details .product-qty-cust .plus-minus-qty input.plus-mini-cust {
    background: url("../images/bg_plus.png") no-repeat scroll center bottom transparent;
}
.mini-products-list .product-details .product-qty-cust .plus-minus-qty input {
    border: medium none;
    box-shadow: none;
    height: 15px;
    padding: 0;
    text-indent: -9999em;
    width: 20px;
}
.mini-products-list .product-details .product-qty-cust .plus-minus-qty input.minus-mini-cust {
    background: url("../images/bg_minus.png") no-repeat scroll center top transparent;
}
.mini-products-list .product-details .product-qty-cust .quantity-button-cust {
    display: none;
}
.minicartcust-wrapper .checkout-button {
    background: none repeat scroll 0 0 #aead00;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.minicartcust-title {
    border-bottom: 1px solid #d0d0d0;
    color: #444444;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.min-checkout-config-options {
    color: #474848;
    font-size: 12px;
    width: 100%;
}
.min-checkout-config-options div {
    float: left;
    margin-right: 3px;
    color: #474848;
}
.cart-invoice{
    float: left;
    width: auto;
    color: #656565;
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
}
/* For Product Listing ajax */
.ajax-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity = 50); /* required for opacity to work in IE */
    display: none;
    z-index: 9999;
}
.ajax-loading{
    position: fixed;
    top: 45%;
    left: 50%;
    width: 48px;
    height: 48px;
    background: url(../images/ajax-loader.gif) no-repeat center center;
}
/*================== Lightbox CSS Start =====================*/
#msg-box-info {
    margin: 0;
    padding: 10px;
    position: fixed;
    top: 45%;
    left: 35%;
    height: 50px;
    border: 5px solid #5d5b04;
    width: 400px;
    background: #a7a514;
    z-index: 99999;
    -moz-box-shadow: 0 0 16px 1px #000;
    -webkit-box-shadow: 0 0 16px 1px #000;
    box-shadow: 0 0 16px 1px #000;
    display: none;
}
#msg-box-info p {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    float: left;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    font-family: 'PalatinoLTW01-BoldItali';
    font-size: 20px;
    opacity: 1;
    filter: alpha(opacity = 1); /* required for opacity to work in IE */
}

#reseller-msg-box-info {
    margin: 0;
    padding: 10px;
    position: fixed;
    top: 40%;
    left: 35%;
    height: 150px;
    border: 5px solid #5d5b04;
    width: 500px;
    background: #a7a514;
    z-index: 99999;
    box-shadow: 0 0 16px 1px #000;
    display: none;
}
#reseller-msg-box-info p {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    float: left;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    font-family: 'PalatinoLTW01-BoldItali';
    font-size: 18px;
    opacity: 1;
    filter: alpha(opacity = 1); /* required for opacity to work in IE */
}
#reseller-msg-box-info .msg-yes-btn {
    margin: 20px 0 0 100px;
    padding: 0;
    text-align: center;
    width: 100px;
    height: 32px;
    border: none;
    float: left;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
    font-family: 'PalatinoLTW01-BoldItali';
    font-size: 14px;
    background: #5d5b04;
    box-shadow: 0 0 6px 1px #000;
}
#reseller-msg-box-info .msg-no-btn {
    margin: 20px 100px 0 0;
    padding: 0;
    text-align: center;
    width: 100px;
    height: 32px;
    border: none;
    float: right;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
    font-family: 'PalatinoLTW01-BoldItali';
    font-size: 14px;
    background: #5d5b04;
    box-shadow: 0 0 6px 1px #000;
}

.reorder-btn {
    background: url("../images/profile-btn.jpg") repeat-x scroll 0 0 transparent;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    height: 35px;
    line-height: 22px;
    margin: 0px;
    width: auto;
    padding: 6px 12px;
}
/*================== Lightbox CSS End =====================*/

/* End For Product Listing ajax */

/* Dropdown Login */
.header-top .header-top-right{
    position: relative;
}
.header-top-right .toplinks-desctop {
    float: right;
}
.miniLoginContainer{
    position: relative;
    width: 940px;
    margin: 0 auto;
}
.loginDropdown{
    width: 250px;
    position: absolute;
    z-index: 99999;
    background: #fff;
    top: 20px;
    right: 0;
    height: auto;
    display: none;
}
.loginDropdown:before {
    content: "";
    right: 12px;
    position: absolute;
    top: -13px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
}
.loginDropdown .miniLoginBody{
    width: 100%;
    float: left;
    margin: 0;
    padding: 15px;
    border: 1px solid #c3ced2;
    box-shadow: 0 0 5px 0 #ccc;
}
.loginDropdown .miniLoginTxtBx{
    width: 100%;
    height: 36px;
    border: 1px solid #c3ced2;
    padding: 5px 10px;
    margin: 0 0 15px;
}
.loginDropdown .loginBtn{
    width: 45%;
    height: 30px;
    border: none;
    text-align: center;
    background: url(../images/bg_sprite.png) no-repeat scroll 0 -414px;
    color: #fff;
    font-size: 15px;
    margin: 10px 0 10px;
}
.loginDropdown .registerBtn{
    width: 45%;
    height: 30px;
    border: none;
    text-align: center;
    background: url(../images/bg_sprite.png) no-repeat scroll 0 -240px;
    color: #fff;
    line-height: 30px;
    vertical-align: middle;
    font-size: 15px;
    margin: 10px 0 10px;
}
.loginDropdown .forgetPsw{
    font-size: 12px;
    text-align: center;
    color: #000;
    width: 100%;
    float: left;
}
/* Dropdown Login */

.required em{
    padding-right: 5px;
}
.catalog-category-view .category-products .categoryImageHolder{
    padding: 0;
    margin: 42px 0 0 0;
}
.custom-products-text-holder .product-name a{
    text-transform : uppercase;
}
.custom-products-text-holder .product-item .productImageHolder img{
    border: 1px solid #ccc;
}

@media print{
    header,
    .customer-account-index .left-sidebar,
    .sales-order-history .left-sidebar,
    .catalog-category-view .left-sidebar,
    .reseller-index-index .wrap-heading,
    .reseller-index-index .right_col_content,
    .reseller-index-index .list-order .wrap-top-table{
        display: none;
    }
    span.label{
        border: none;
    }
    .customer-account-index .product-item > .product-link, .product-item > .product-link{
        display: none;
    }
    .customer-account-index .product-item > .product-name, .product-item > .product-name{
        margin-top: 40px;
    }
    a[href]:after {
        content: none !important;
    }
    .custom-products-list .product-item .product-image{
        padding: 10px 0;
    }
    .cms-index-index .products-grid li{
        margin-bottom: 0;
    }
    .custom-products-list .product-item{
        margin-bottom: 0;
    }
    .custom-products-list .product-item .product-name{
        padding-top: 10px;
        margin: 9px auto 0;
        width: 220px;
        height: 52px;
    }
    .print+.print {
        page-break-before: always;
    }
}

/*   ============================================================================================  Catalog Page Css  */

/* ============================================ *
 * Catalog page
 * Author's: Mr Rony <rony@likipe.se>
 * ============================================ */
.catalog-category-view .main {
    padding-top: 2px;
}
.catalog-category-view .category-description h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.catalog-category-view .sub-three-categories {
    padding-left: 15px;
}
.container .page-detail {
    margin: 0 -10px;
}
.page-detail .left-sidebar {
    padding: 0 10px;
}
.page-detail .right-content {
    padding: 0 10px;
}
.top-right .breadcrumb {
    background: none transparent;
    border-radius: 0;
    border-bottom: 1px solid #dfdfdf;
    padding: 23px 0 15px 0;
    margin: 0;
}
.breadcrumb .item-breadcrumb {
    color: #474848;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.breadcrumb .item-breadcrumb a {
    color: #919191;
}
.right-content .content-detail .toolbar {
    padding: 17px 0 10px 0;
    width: 100%;
    float: left;
}
.content-detail .limiter .limiter-view {
    margin: 0;
    padding: 0;
}
.content-detail .limiter .limiter-view li:first-child {
    padding-left: 0;
}
.content-detail .limiter .limiter-view li {
    display: inline-block;
    color: #949494;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    padding-left: 5px;
    line-height: 32px;
}
.content-detail .limiter .limiter-view li a {
    color: #949494;
    text-decoration: underline;
}
.content-detail .limiter .limiter-view li .selected {
    color: #5f5f5f;
    text-decoration: none;
    font-weight: 700;
}
.content-detail .pages .custom-pagination {
    margin: 0;
    padding: 0;
}
.content-detail .pages .custom-pagination li:first-child {
    padding-left: 0;
}
.content-detail .pages .custom-pagination li {
    display: inline-block;
    color: #949494;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    padding-left: 3px;
    line-height: 32px;
}
.content-detail .pages .custom-pagination li a,
.content-detail .pages .custom-pagination li a i {
    color: #949494;
}
.content-detail .pages .custom-pagination .current {
    color: #5f5f5f;
    font-weight: 700;
}
.content-detail .toolbar .custom-sort-by {
    margin: 0;
}
.content-detail .toolbar .left-pagination .pagination-view .pages {
    margin-left: 40px;
}
.toolbar .sort-by .selector.focus.active,
.toolbar .sort-by .selector.hover.active,
.toolbar .sort-by .selector.hover,
.toolbar .sort-by .selector.active,
.toolbar .sort-by .selector.focus,
.toolbar .sort-by .selector {
    height: 32px;
    width: 133px !important;
    line-height: 32px;
    overflow: visible;
    padding: 0 0 0 11px;
    background: url("../images/bg_sprite.png") repeat-x scroll 0 0 transparent;
}
.toolbar .sort-by .selector.focus.active span,
.toolbar .sort-by .selector.hover.active span,
.toolbar .sort-by .selector span {
    color: #949494;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    width: 122px !important;
    background: url("../images/bg_sprite.png") repeat-x scroll -11px 0 transparent;
}
.toolbar .sort-by .custom-sort-by {
    height: 32px;
    width: 133px;
}
.toolbar .sort-by .custom-sort-by option {
    color: #949494;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    padding-left: 8px;
}
.content-detail .toolbar-bottom .toolbar .limiter,
.content-detail .toolbar-bottom .toolbar .sort-by {
    display: none;
}
.custom-products-list {
    padding: 0;
    margin: 0 -10px;
}
.custom-products-list .product-item {
    padding: 0 10px;
    margin-bottom: 15px;
}
.product-image-gallery .detailProd {
    position:relative;
    display: block;
}
.product-image-gallery .detailProd .ribbonClass {
    background: url(../images/klipptest.png) no-repeat scroll 0 0 ;
    width: 179px;
    height: 119px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.product-image-gallery .detailProd .ribbonFavorit {
    background: url(../images/bigfavorit.png) no-repeat scroll 0 0 ;
    width: 179px;
    height: 119px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.product-image-gallery .detailProd .ribbonNyhet {
    background: url(../images/bignyhet.png) no-repeat scroll 0 0 ;
    width: 179px;
    height: 119px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.carousel-inner .ribbonClass {
    background: url(../images/klipptest.png) no-repeat scroll 0 0 ;
    width: 179px;
    height: 119px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.custom-products-list .product-item .product-image {
    padding: 0;
    display: block;
    height: 220px;
    position: relative;
}
.custom-products-list .product-item .product-image .ribbonClass{
    background: url(../images/klipp1.png) no-repeat scroll 0 0 ;
    width: 89px;
    height: 59px;
    position: absolute;
    top: 0;
    left: 0;
}
.custom-products-list .product-item .product-image .ribbonFavorit {
    background: url(../images/favorit.png) no-repeat scroll 0 0 ;
    width: 89px;
    height: 59px;
    position: absolute;
    top: 0;
    left: 0;
}
.custom-products-list .product-item .product-image .ribbonNyhet {
    background: url(../images/nyhet.png) no-repeat scroll 0 0 ;
    width: 89px;
    height: 59px;
    position: absolute;
    top: 0;
    left: 0;
}
.custom-products-list .product-item .product-image img {
    margin: auto;
    border: 1px solid #dfdfdf;
}
.custom-products-list .product-item .product-name {
    color: #474848;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin: 9px 0 5px 0;
    height: 42px;
    overflow: hidden;
}
.custom-products-list .product-item .product-name a {
    color: #474848;
}
.custom-products-list .product-item .product-price {
    padding-bottom: 7px;
    position: relative;
}
.prdInfoLoggedIn{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    background: url(../images/infoButton.png) no-repeat center;
    right: 2px;
}
.custom-products-list .product-item .product-price .price-label {
    display: none;
}
.custom-products-list .product-item .product-price .old-price {
    padding-right: 10px;
    text-decoration: line-through;
}
.custom-products-list .product-item .product-price .old-price .price {
    font-size: 14px;
    font-weight: 400;
}
.custom-products-list .product-item .product-price .old-price,
.custom-products-list .product-item .product-price .special-price {
    margin: 0;
    display: inline-block;
}
.custom-products-list .product-item .product-price .old-price{
    display: none;
}
.custom-products-list .product-item .product-price .price {
    color: #303030;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.custom-products-list .product-item .product-link {
    display: block;
    width: 115px;
    height: 48px;
    background: url("../images/bg_sprite.png") no-repeat scroll 0 -35px transparent;
    color: #fff;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
.filter-price .price-product-filter {
    width: 150px;
    margin: 9px 15px 0 5px;
}
.filter-price .max-price span,
.filter-price .min-price span {
    color: #595a5a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.price-product-filter .slider-range {
    background: none repeat scroll 0 0 #595a5a;
    border: medium none;
    border-radius: 0;
    height: 5px;
}
.price-product-filter .slider-range .ui-slider-range {
    background: none repeat scroll 0 0 #595a5a;
    border: medium none;
    border-radius: 0;
}
.price-product-filter .slider-range .ui-slider-handle {
    background: url("../images/bg_sprite.png") no-repeat scroll -135px 0 transparent;
    border: medium none;
    border-radius: 0;
    color: #919191;
    cursor: pointer;
    display: block;
    font-weight: 400;
    height: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 8px;
    top: -3px;
}
.panel-filter-group .panel-heading {
    padding: 0;
    border-radius: 0;
    border: none;
}
.panel-filter-group .panel-heading .panel-title {
    color: #303030;
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.panel-filter-group .panel-heading .panel-title .collapse-click {
    background: url("../images/bg_sprite.png") no-repeat scroll -135px -23px transparent;
    line-height: 50px;
    display: inline-block;
    width: 7px;
    height: 1px;
    margin-top: 24px;
}
.panel-filter-group .panel-heading .panel-title .collapse-click.active {
    background-position: -135px -15px;
    height: 7px;
    margin-top: 21px;
}
.panel-filter-group .panel-heading .panel-title .fa-bars,
.panel-filter-group .panel-heading .panel-title .fa-money {
    padding-right: 5px;
}
.panel-filter-group .panel-body {
    padding: 15px 0;
    border-top: 1px solid #dfdfdf;
}
.panel-filter-group .block-filter .panel-body,
.panel-filter-group .panel-filter-category .panel-body {
    padding: 10px 0 15px 0;
}
.panel-filter-category .list-categories {
    margin: 0;
    padding: 0;
}
.list-categories .category-item > a {
    color: #595a5a;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    display: block;
    text-transform: uppercase;
}
.block-filter .panel-filter-item .panel-body .m-filter-item-list a:hover,
.block-filter .panel-filter-item .panel-body .m-filter-item-list a:active,
.block-filter .panel-filter-item .panel-body .m-filter-item-list a:focus,
.list-categories .category-item > a:hover,
.list-categories .category-item > a:active,
.list-categories .category-item > a:focus,
.list-categories .category-item.category-parent-active > a,
.list-categories .category-item.category-active > a {
    color: #ad6500;
}
.list-categories .category-item .sub-categories {
    margin: 0;
    padding: 0;
    display: none;
}
.list-categories .category-item.category-parent-active .sub-categories,
.list-categories .category-item.category-active .sub-categories {
    display: block;
}
.category-item .sub-categories .sub-category-item a {
    color: #919191;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    display: block;
}
.category-item .sub-categories .sub-category-item a:hover,
.category-item .sub-categories .sub-category-item a:active,
.category-item .sub-categories .sub-category-item a:focus,
.category-item .sub-categories .sub-category-item .sub-category-active {
    color: #303030;
}
.block-filter .panel-filter-item .panel-body .m-filter-item-list {
    margin: 0;
    padding: 0;
}
.block-filter .panel-filter-item .panel-body .m-filter-item-list a {
    color: #595a5a;
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    display: inline-block;
}
.block-filter .panel-filter-item .panel-body .m-filter-item-list a.view-att {
    width: 100%;
}
.panel-filter-group > .panel-filter-item:first-child {
    padding-top: 0;
}
.panel-filter-group .panel-filter-item {
    padding-top: 10px;
}
.block-filter .m-filter-item-list .m-selected-ln-item .m-selected-filter-item {
    color: #ad6500;
    line-height: 36px;
}
.block-filter .m-filter-item-list .m-selected-ln-item .remove-att-item i {
    text-align: right;
}
@media scr@een and (max-width: 991px) {
    .panel-filter-group,
    .category-description {
        padding-left: 10px;
    }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
    .left-pagination {
        float: left !important;
        padding-left: 15%;
    }
    .catalog-category-view .breadcrumb {
        padding-top: 20px;
    }
}
@media screen and (max-width: 599px) {
    .catalog-category-view .breadcrumb {
        padding-top: 20px;
    }
}
@media screen and (max-width: 479px) {
    .toolbar .limiter {
        width: 167px !important;
    }
    .content-detail .toolbar .left-pagination .pagination-view .pages {
        margin-left: 25px;
    }
    .left-pagination {
        float: left !important;
        width: 100%;
    }
    .left-sidebar{
        margin-top: 20px;
    }
    .custom-products-list .product-item .product-image{
        height: auto;
    }
}

/*   ===========================================================================================  Ligin CSS  */

.customer-account-login .main {
    padding-top: 7px;
}
.customer-account-login .breadcrumb {
    background-color: #fff;
    padding: 9px 15px 10px 0;
    margin-top: 0;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
}
.customer-account-login .account-login {
    padding-right: 8px;
}
.customer-account-login .left-login-page {
    font-size: 30px;
    font-weight: bold;
    color: #474848;
}
.customer-account-login .account-login .new-users,
.customer-account-login .account-login .registered-users {
    width: 100%;
    margin-top: 12px;
}
.customer-account-login .content-left-login {
    line-height: 23px;
}
.customer-account-login .form-list {
    padding: 0;
    margin-top: 18px;
}
.customer-account-login .form-list li {
    padding: 0;
    margin-top: 8px;
}
.customer-account-login .form-list .input-text {
    width: 100%;
    padding: 10px 0 10px 10px;
    border: 1px solid #d8dadb;
}
.customer-account-login .wrap-button-login {
    margin-top: 23px;
}

.customer-account-login .wrap-button-login button {
    margin-top: 17px;
    width: 115px;
    height: 57px;
    background: url(../images/bg_sprite.png) scroll no-repeat 0 -85px transparent;
    border-radius: 0;
    position: relative;
    padding: 0;
    border: none;
    box-shadow: none;}
.customer-account-login .wrap-button-login button > span {
    display: block;
    padding-bottom: 15px;
}
.customer-account-login .wrap-button-login button span {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
    font-family: 'Lato', sans-serif;
}
.customer-account-login .wrap-button-login button span:hover {
    color: #eeec27;
}
.customer-account-login .wrap-button-login a {
    color: #727100;
    display: inline-block;
    padding: 0;
}
.customer-account-login .wrap_info {
    margin-top: 30px;
}
.customer-account-login .wrap_info p {
    line-height: 25px;
}
.customer-account-login .wrap_info p:last-child {
    line-height: 22px;
}
.customer-account-login .wrap_info span {
    font-weight: bold;
}
.customer-account-login .form-heading h3 {
    font-size: 30px;
    font-weight: 700;
    color: #474848;
    margin-top: 16px;
    font-family: 'Lato', sans-serif;
}
.customer-account-login .form-heading a {
    color: #474848;
    font-family: Lato;
}
.customer-account-login .form-heading p {
    margin: 0;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
}
.customer-account-login .contact-us-content {
    padding-left: 33px;
}
.customer-account-login .registryForm .form-list {
    margin-top: 0;
}
.customer-account-login .registryForm .form-list label {
    text-transform: uppercase;
    margin-bottom: 4px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.customer-account-login .registryForm .form-list label span {
    margin-left: 3px;
}
.customer-account-login .registryForm .form-list li {
    margin-top: 0;
}
.customer-account-login .registryForm .form-list li .input-box {
    width: 99%;
}
.customer-account-login .registryForm .form-list li {
    margin-bottom: 24px;
}
.contact-business,
.contact-tele,
.contact-email,
.contact-city {
    padding-left: 0;
}
.customer-account-login .form-list .contact-business .input-text,
.customer-account-login .form-list .contact-tele .input-text,
.customer-account-login .form-list .contact-email .input-text,
.customer-account-login .form-list .contact-city .input-text {
    width: 96%;
}
#captcha-input-box-user_register {
    display: inline-block;
    width: 100%;
}
.customer-account-login .wrap-captcha {
    padding-left: 0;
}
.customer-account-login .captcha-image {
    padding: 15px 15px 0 0;
}
.customer-account-login .captcha-reload {
    margin-left: 21px;
}
.customer-account-login .buttons-submit {
    margin: 0 17px 0 0;
}
.customer-account-login .buttons-submit button {
    background: url(../images/bg_sprite.png) scroll no-repeat 0 -414px transparent;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    height: 57px;
    border: none;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 0;
    width: 180px;
}
.customer-account-login .buttons-submit button > span {
    display: block;
    padding-bottom: 15px;
}
.customer-account-login .buttons-submit button span:hover {
    color: #eeec27;
}
@media screen and (max-width: 1023px) {
    .customer-account-login .contact-us-content {
        padding-left: 15px;
    }
    .contact-business, .contact-tele, .contact-email, .contact-city {
        padding-left: 15px;
        margin-top: 20px;
    }
    .customer-account-login .form-list .contact-business .input-text,
    .customer-account-login .form-list .contact-tele .input-text,
    .customer-account-login .form-list .contact-email .input-text,
    .customer-account-login .form-list .contact-city .input-text {
        width: 100%;
    }
    #captcha-input-box-user_register {
        padding-left: 15px;
    }
    .customer-account-login .buttons-submit {
        margin: 50px 0 50px 15px;
    }
    .registryForm {
        margin-top: 40px;
    }
}
@media screen and (min-width: 1023px) and (max-width: 1207px){
    .customer-account-login .form-list .contact-business .input-text,
    .customer-account-login .form-list .contact-tele .input-text,
    .customer-account-login .form-list .contact-email .input-text,
    .customer-account-login .form-list .contact-city .input-text {
        width: 98%;
    }
}

/*  ============================================================================================   Contact Us CSS */
.contacts-index-index .parent-page-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #474848;
    margin: 4px 0 12px 0;
    font-family: 'Lato', sans-serif;
}
.customer-account-login .breadcrumb,
.contacts-index-index .breadcrumb,
.cms-page-view .breadcrumb {
    background-color: #fff;
    padding: 9px 15px 10px 0;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
}
.contacts-index-index .heading-faq {
    margin-bottom: 0;
    color: #5c5f04;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.contacts-index-index .note-faqs {
    margin-bottom: 13px;
    font-size: 14px;
    color: #8e8e8e !important;
    font-weight: 400;
    font-style: italic;
    font-family: 'Lato', sans-serif;
}
.contacts-index-index .breadcrumb {
    margin-top: 13px;
}
.contacts-index-index .left-bar-menu {
    margin-top: 0;
    padding-left: 0;
    font-size: 16px;
}
.contacts-index-index .page-detail .left-sidebar {
    padding-top: 0;
}
.contacts-index-index .faqs-menu dt {
    font-weight: normal;
    color: #474848;
}
.contacts-index-index .faqs-menu .current-question {
    color: #af6407;
}
.contacts-index-index .faqs-menu .wrap-faq {
    color: #474848;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.contacts-index-index .faqs-menu {
    margin: 0;
}
.contacts-index-index .faqs-des {
    margin-bottom: 5px;
    color: #474848;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-style: italic;
}
.contacts-index-index .faqs-menu .wrap-faq {
    padding-bottom: 15px;
}
.customer-account-login .breadcrumb li a,
.contacts-index-index .breadcrumb li a,
.cms-page-view .breadcrumb li a {
    color: #919191;
}
.customer-account-login .breadcrumb > .active ,
.contacts-index-index .breadcrumb > .active ,
.cms-page-view .breadcrumb > .active {
    color: #474848;
}
.cms-page-view .left-bar-menu {
    padding-left: 0;
    margin-top: 7px;
    font-size: 16px;
}
.cms-page-view .left-bar-menu li,
.contacts-index-index .left-bar-menu li {
    margin-bottom: 14px;
}
.cms-page-view .left-bar-menu li a,
.contacts-index-index .left-bar-menu li a {
    color: #474848;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.cms-page-view .left-bar-menu .active a,
.contacts-index-index .left-bar-menu .active a {
    color: #af6407;
}
.contacts-index-index .right-contact-information > h2 {
    font-size: 30px;
    font-weight: 700;
    color: #474848;
    margin: 4px 0 12px 0;
    font-family: 'Lato', sans-serif;
}
.contacts-index-index .form-heading > h2 {
    font-size: 30px;
    font-weight: 700;
    color: #474848;
    margin: 25px 0 18px 0;
    font-family: 'Lato', sans-serif;
}
.contacts-index-index .form-list .input-box label {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 400;
}
.contacts-index-index .input-box label span {
    font-size: 7px;
    color: #af6407;
    margin-left: 3px;
}
.contacts-index-index .form-list {
    padding-left: 0;
}
.contacts-index-index form .form-list input {
    width: 100%;
    height: 42px;
    border: 1px solid #d8dadb;
    padding-left: 10px;
}
.contacts-index-index .contact-name,
.contacts-index-index .contact-email {
    width: 54.7%;
}
.contacts-index-index .contact-tele {
    width: 42.5%;
}
.contacts-index-index #comment {
    width: 100%;
    border: 1px solid #d8dadb;
    padding: 10px 0 0 10px;
    height: 142px;
}
.contacts-index-index .container {
    max-width: 940px;
}
.contacts-index-index .form-list {
    margin-bottom: 40px;
}
.contacts-index-index .buttons-submit {
    margin-right: 15px;
}
.contacts-index-index .buttons-reset .click-reset,
.contacts-index-index .buttons-submit button {
    width: 115px;
    height: 57px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.contacts-index-index .buttons-reset .click-reset {
    background: url(../images/bg_sprite.png) scroll no-repeat 0 -357px transparent;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}
.contacts-index-index .buttons-submit button {
    background: url(../images/bg_sprite.png) scroll no-repeat 0 -85px transparent;
    padding: 0;
}
.contacts-index-index .buttons-submit button > span {
    padding-bottom: 15px;
    display: block;
}
.contacts-index-index .footer-top {
    margin-top: 1066px;
}
.contactusForm .captcha-error {
    display: none;
    color: #f00;
    padding: 10px 0px;
}
.require-icon {
    background: url(../images/require-icon.png) scroll no-repeat left bottom 0 transparent;
    display: inline-block;
    height: 6px;
    width: 6px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .contacts-index-index .left-bar-menu {
        padding-left: 10px;
    }
    .contacts-index-index .contact-name, .contacts-index-index .contact-email {
        width: 48.7%;
    }
    .customer-account-index .contact-tele {
        margin-top: 0;
    }
    .contacts-index-index .contact-tele {
        width: 48.5%;
    }
    .customer-account-index .field {
        padding-left: 0;
    }
    .show_html_text h4 {
        padding: 3% 3% 2% 6%;
    }
    .search-shopping .top-search {
        height: 70px;
    }
    .search-shopping .shopping-cart {
        left: 24%;
    }
    .search-autocomplete {
        width: 190px !important;
    }
}
@media screen and (max-width: 767px) {
    .contacts-index-index .contact-name,
    .contacts-index-index .contact-email {
        width: 100%;
    }
    .loginDropdown{
        top: 48px;
        left: 0;
    }
    .contacts-index-index .contact-tele {
        width: 100%;
        margin-top: 10px;
    }
    .cms-page-view .left-bar-menu,
    .contacts-index-index .left-bar-menu {
        padding-left: 16px;
    }
    .contacts-index-index .field {
        padding-left: 0;
    }
    .contacts-index-index .contact-us-content {
        padding-left: 15px;
    }
}
.lt-ie9 .contacts-index-index form input {
    padding-top: 10px;
}
.cms-page-view .buttons-submit button {
    background: url(../images/bg_sprite.png) scroll no-repeat 0 -85px transparent;
    padding: 0;
}
.cms-page-view .buttons-submit button > span {
    padding-bottom: 15px;
    display: block;
}
.cms-page-view .buttons-reset .click-reset,
.cms-page-view .buttons-submit button {
    width: 115px;
    height: 57px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.cms-page-view .buttons-reset .click-reset {
    background: url(../images/bg_sprite.png) scroll no-repeat 0 -357px transparent;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}
.cms-page-view .buttons-submit {
    margin-right: 15px;
}
.cms-page-view .form-list .input-box label {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 400;
}
/*  =============================================================================================  Custom Account CSS */

.customer-account-index .messages .success-msg,
.customer-account-index .messages .error-msg {
    margin-top: 20px !important;
}
.customer-account-index .profile-btn {
    background: url('../images/profile-btn.jpg') scroll no-repeat 0 0 transparent;
    width: 115px;
    height: 42px;
    border: none;
}
.customer-account-index .profile-btn span {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.customer-account-index .content-detail .dashboard {
    font-family: 'Lato', sans-serif;
}
.customer-account-index .bread-top .breadcrumb {
    border-radius: 0;
    padding-bottom: 10px;
    margin-bottom: 19px;
}
.customer-account-index .page-detail .left-sidebar {
    padding-top: 8px;
}
.customer-account-index .page-title {
    border: none;
    margin-bottom: 0;
    padding: 0;
}
.customer-account-index .page-title > h2 {
    font-size: 30px;
    font-weight: bold;
    color: #474848;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
}
.customer-account-index .wrap-shipping-info {
    padding-left: 10px;
}
.customer-account-index .wrap-contact-info h2,
.customer-account-index .wrap-password-info h2,
.customer-account-index .wrap-shipping-info h2 {
    color: #af6407;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    margin-top: 24px;
}
.customer-account-index .wrap-password-info {
    padding-right: 10px;
}
.customer-account-index .wrap-password-info h2 {
    margin-top: 19px;
}
.customer-account-index .field {
    margin-bottom: 19px;
}
.customer-account-index .wrap-contact-info {
    padding-right: 10px;
}
.customer-account-index .input-box label {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.customer-account-index .input-box label span {
    font-size: 7px;
    color: #af6407;
    margin-left: 3px;
}
.customer-account-index .form-list {
    padding-left: 0;
    padding-top: 8px;
}
.customer-account-index form input {
    width: 100%;
    height: 35px;
    border: 1px solid #d8dadb;
    padding-left: 10px;
}
.customer-account-index form input.second-address {
    margin-top: 10px;
}
.customer-account-index form select {
    width: 100%;
    height: 35px;
    border: 1px solid #d8dadb;
    padding-left: 5px;
}
.customer-account-index #comment {
    width: 100%;
    border: 1px solid #d8dadb;
    padding: 10px 0 0 10px;
    height: 142px;
}
.customer-account-index .container {
    max-width: 940px;
}
.require-icon {
    background: url(../images/require-icon.png) scroll no-repeat left bottom 0 transparent;
    display: inline-block;
    height: 6px;
    width: 6px;
}
.customer-account-index .input-box .required-fields {
    text-transform: inherit;
}
.customer-account-index .wrap-required-fields {
    margin: -3px 0 5px 0;
}
.customer-account-index .buttons-submit {
    position: relative;
    height: 62px;
}
.customer-account-index .btn-shadow-profile {
    display: inline-block;
    width: 112px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../images/profile_btn_shadow.png') scroll no-repeat 0 0 transparent;
}
.customer-account-index .input-box .required-fields span {
    margin-right: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .cms-page-view .left-bar-menu {
        padding-left: 10px;
    }
}
@media screen and (max-width: 767px) {
    .cms-page-view .content-detail {
        padding-left: 10px;
    }
    .customer-account-index .wrap-shipping-info {
        padding-left: 15px;
    }
    .customer-account-index .bread-top .breadcrumb{
        margin-top: 20px;
        margin-bottom: 0;
    }
    .new-feeds .article {
        width: auto;
    }
}
.lt-ie9 .customer-account-index form input {
    padding-top: 10px;
}
@media (max-width: 500px) {
    .pp_pic_holder.facebook {
        width: 100%!important;
        margin-top:0 !important;
        left: 0!important;
        overflow: hidden;
    }
    div.pp_default .pp_content_container .pp_left {
        padding-left: 5px!important;
    }
    div.pp_default .pp_content_container .pp_right {
        padding-right: 5px!important;
    }
    .pp_content {
        width: 100%!important;
        height: auto!important;
    }
    .pp_fade, .pp_hoverContainer,.pp_full_res {
        width: 100%!important;
        height: 100%!important;
    }
    .pp_hoverContainer, .pp_next, .pp_previous {
        display: block!important;
    }
    #pp_full_res img {
        width: 100%!important;
        height: auto!important;
    }
    .pp_details {
        width: 100%!important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 17px;
        padding-bottom: 17px;
        background-color: #fff;
        margin-top: -33px!important;
    }
    a.pp_close {
        right: 10px!important;
        top: 10px!important;
    }
    .pp_expand{
        display: none!important;
    }
    a.pp_next{
        background:url("../images/prettyPhoto/facebook/btnNext.png") no-repeat scroll right center rgba(0, 0, 0, 0)!important;
    }
    a.pp_previous{
        background:url("../images/prettyPhoto/facebook/btnPrevious.png") no-repeat scroll left center rgba(0, 0, 0, 0)!important;
    }
    .pp_fade{
        position: relative;
    }
    .pp_close{
        z-index: 99999;
    }
}

/*  ==============================================================================================  Product Details Page css */

.catalog-product-view .main {
    padding-top: 0;
}
.top-content .breadcrumb {
    background: none transparent;
    border-radius: 0;
    padding: 14px 0 12px 0;
    border-bottom: 1px solid #dfdfdf;
}
/*---------- Product media --------*/
.product-image-gallery {
    position: relative;
    border: 1px solid #dbdada;
    height: auto;
    width: 100%;
    float: left;
}
.product-image-gallery .gallery-image {
    display: none;
    margin: auto;
}
.product-image-gallery .gallery-image.visible {
    display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 500px;
    height: 500px;
    display: none;
}
.product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.product-image-gallery:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.product-image-gallery.loading {
    position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
    display: block;
}
.product-image-thumbs li {
    display: inline-block;
}
.product-image-thumbs li:first-child {
    margin-left: -1px;
}
.product-image-thumbs a {
    display: inline-block;
    border: 1px solid #dbdada;
    width: 75px;
}
.no-touch .product-image-thumbs a:hover {
    border-color: #c7c7c7;
}
.product-essential .more-views .product-image-thumbs {
    margin: 0;
    padding: 0;
}
.product-essential .more-views .product-image-thumbs img {
    margin: auto;
}
.product-essential .more-views .product-image-thumbs li {
    margin: 0;
    height: 100px;
}
/*------------ end ----------*/
.product-media .social-plugins {
    padding-top: 10px;
}
.product-media .social-plugins .fb-like {
    float: left;
    padding-right: 35px;
}
.content-detail .product-view {
    margin: 0;
}
.content-detail .product-view .product-essential {
    margin: 0 -10px;
}
.product-essential .product-media {
    padding: 0 10px;
}
.product-essential .product-information {
    padding: 0 12px;
}
.product-media .product-media-group {
    margin: 0;
}
.product-media .product-media-group .product-image {
    padding: 0 15px 0 0;
}
.product-media .product-media-group .more-views {
    padding: 0;
}
.product-media .product-media-group .more-views-lar {
    margin-top: 15px;
}
.product-media-group .more-views .bx-viewport {
    border: none;
    box-shadow: none;
    left: 0;
}
.product-essential .more-views-lar .bx-wrapper .bx-controls-direction a {
    margin: 0;
    left: 22px;
    z-index: 99;
}
.product-essential .more-views-lar .bx-wrapper .bx-controls-direction .bx-prev {
    top: -15px;
    transform: rotate(90deg);
}
.product-essential .more-views-lar .bx-wrapper .bx-controls-direction .bx-next {
    bottom: -15px;
    transform: rotate(90deg);
    top: auto;
}
.product-essential .product-main-info .product-name {
    color: #2e2e2e;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin: -3px 0 0 0;
}
.product-main-info .product-price {
    padding-top: 14px;
}
.product-main-info .product-price .label {
    display: inline-block;
    padding: 0 12px 0 0;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.product-main-info .product-price .price-box .price-label,
.product-main-info .product-price .availability {
    display: none;
}
.product-main-info .product-price .price-box,
.product-main-info .product-price .price-box p {
    margin: 0;
    display: inline-block;
}
.product-main-info .product-price .price-box p {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.product-main-info .product-price .price-box .old-price {
    color: #ad6500;
    padding-left: 5px;
    display: none;
}
.product-main-info .product-price .price-box .price {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.product-main-info .product-price .price-box .old-price .price {
    color: #ad6500;
    text-decoration: line-through;
}
.product-main-info .product-ids {
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin: 0;
    line-height: 24px;
}
.catalog-product-view .product-main-info .product-ids {
    margin-top: 0px;
}
.product-main-info .product-description {
    font-size: 13px;
    line-height: 20px;
}
.catalog-product-view .product-main-info .product-description {
    font-size: 13px;
    line-height: 20px;
    height: 35px;
}
.catalog-product-view .product-main-info .product-price {
    padding-top: 0px;
    line-height: 16px;
    margin-bottom: 2px;
}
.product-main-info .product-description .title-description {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    line-height: 23px;
}
.product-main-info .product-description p {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin: 0 0 5px 0;
}
.product-main-info .product-description ul {
    margin: 0;
    padding: 0;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.product-main-info .product-description ul li {
    background: url("../images/bg_li.png") no-repeat scroll left 6px transparent;
    padding-left: 20px;
    margin-bottom: 5px;
}
.product-information .product-add-to-box  {
    padding-top: 25px;
}
/*---- Product qty -----*/
.product-add-to-box .add-to-cart .product-qty-holder {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    width: 160px;
}
.product-add-to-box .add-to-cart .product-qty-holder .box-qty-value {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 10px;
    line-height: 34px;
    text-align: center;
    font-size: 22px;
    color: #5c5c5c;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.product-add-to-box .add-to-cart .product-qty-holder .box-qty-value span {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 10px;
    line-height: 32px;
    font-size: 20px;
    color: #5c5c5c;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: lowercase;
}
.product-add-to-box .add-to-cart .product-qty {
    position: relative;
    width: 80px;
    margin-right: 10px;
}
.product-add-to-box .add-to-cart .product-qty .qty {
    width: 52px !important;
    height: 42px;
    border: 1px solid #bebfc0;
    font-size: 18px;
    color: #5c5c5c;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    text-align: center;
}
.product-add-to-box .add-to-cart .product-qty .plus-minus-qty {
    display: block;
    font-size: 12px;
    height: 35px;
    position: absolute;
    right: 1px;
    left: 51px;
    width: 29px;
    border: 1px solid #bebfc0;
    top: 0;
}
.product-add-to-box .add-to-cart .product-qty .plus-minus-qty input {
    border: medium none;
    box-shadow: none;
    height: 17px;
    padding: 0;
    text-indent: -9999em;
    width: 29px;
}
.product-add-to-box .add-to-cart .product-qty .plus-minus-qty .plus {
    background: url("../images/bg_plus.png") no-repeat scroll center bottom transparent;
    float: left;
    height: 17px;
}
.product-add-to-box .add-to-cart .product-qty .plus-minus-qty .minus {
    background: url("../images/bg_minus.png") no-repeat scroll center top transparent;
    float: left;
    height: 17px;
}
/*----- End Product qty -----*/
.product-add-to-box .add-to-cart .btn-add-to-cart {
    background: url("../images/bg_sprite.png") no-repeat scroll 0 -85px transparent;
    color: #fff;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 57px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    width: 115px;
    padding: 0;
    margin: 0;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.product-add-to-box .add-to-wishlist .link-wishlist {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #5f5f5f;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-decoration: underline;
}
.product-add-to-box .stock-status .availability {
    margin: 0;
    line-height: 22px;
    padding-top: 5px;
}
.product-add-to-box .stock-status .availability span {
    font-size: 12px;
    color: #5f5f5f;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.product-add-to-box .stock-status .availability i {
    color: #ad6500;
    font-size: 14px;
    padding-right: 3px;
}
.product-information .attributes-group {
    padding-top: 15px;
}
.attributes-group .specific-attributes {
    margin: 0;
    padding: 0;
}
.specific-attributes .item {
    width: 60px;
    font-size: 12px;
    color: #5f5f5f;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin: 0 10px;
    line-height: 14px;
}
.specific-attributes .item.last {
    margin-right: 0;
}
.specific-attributes .item:first-child {
    margin-left: 0;
}
.specific-attributes .item.halvskuggigt {
    width: 80px;
    margin: 0;
}
.specific-attributes .item .thumb {
    width: 46px;
    height: 46px;
    display: inline-block;
    text-indent: -9999em;
    margin-bottom: 7px;
}
.specific-attributes .item.fler-rig .thumb {
    background: url("../images/bg_sprite.png") no-repeat scroll 0 -142px transparent;
}
.specific-attributes .item.g-dslas-normalt .thumb {
    background: url("../images/bg_sprite.png") no-repeat scroll 0 -190px transparent;
}
.specific-attributes .item.halvskuggigt .thumb {
    background: url("../images/bg_sprite.png") no-repeat scroll -50px -142px transparent;
}
.specific-attributes .item.normal-vattning .thumb {
    background: url("../images/bg_sprite.png") no-repeat scroll -50px -190px transparent;
}
.related-products .title-related {
    margin: 0;
    font-size: 18px;
    color: #474848;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    padding: 20px 0 22px 0;
}
.related-products .custom-products-list .product-item {
    margin-bottom: 0;
}
.content-detail .banner-product-detail {
    padding-top: 60px;
}
.banner-product-detail .list-banners {
    margin: 0;
    padding: 0;
}
.banner-product-detail .list-banners .item-banner {
    border: 1px solid #dfdfdf;
    padding: 10px;
    position: relative;
}
.banner-product-detail .list-banners .item-banner img {
    margin: auto;
}
.banner-product-detail .list-banners .item-banner .description-box {
    position: absolute;
    top: 75px;
    left: 350px;
    padding-right: 55px;
}
.banner-product-detail .description-box .title {
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    line-height: 40px;
    text-transform: uppercase;
}
.banner-product-detail .description-box .description-banner {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 20px;
}
.banner-product-detail .description-box a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    line-height: 20px;
}
.banner-product-detail .description-box i {
    font-size: 16px;
    color: #fff;
    padding-right: 5px;
}

.product-main-info .product-price .price-box {
    vertical-align: bottom;
    width: 50%;
}

.product-main-info .product-price .price-box .old-price .price:after {
    content: ")";
}

.product-main-info .product-price .price-box .old-price .price:before {
    content: "(";
}

.product-main-info .product-price .price-box > p {
    margin: 0 3px;
}

/*   ==================================================================================================  Order History Css*/

.sales-order-history .content-detail {
    color: #919191;
}
.sales-order-history .custom-pagination {
    display: none;
}
.sales-order-history .page-title {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sales-order-history .pager {
    margin: 0 0 6px 0;
}
.sales-order-history .amount {
    padding-top: 15px;
    margin-right: 31px;
}
.sales-order-history .content-detail .limiter .limiter-view {
    padding-top: 9px;
}
.sales-order-history .limiter-view li a {
    border: none;
    padding: 0;
}
.sales-order-history .my-account table thead th {
    text-transform: uppercase;
}
.sales-order-history .my-account table thead th:last-child {
    text-align: center;
}
.sales-order-history .my-account table tbody tr td:first-child {
    color: #3398bb;
}
.sales-order-history .my-account table tbody tr td:nth-child(4) {
    font-weight: bold;
}
.sales-order-history .my-account table tbody tr td:last-child {
    text-align: center;
}
.sales-order-history table .nobr span {
    margin-right: 5px;
    font-size: 12px;
}
.sales-order-history .wrap-bottom-toolbar {
    float: right;
}
.sales-order-history .buttons-set p a {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 16px;
}
.sales-order-history .buttons-set p a small {
    background: url('../images/back-icon.png') scroll no-repeat 0 0  transparent;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -9999em;
    position: absolute;
    left: 0;
    top: 4px;
}
.sales-order-history .back-link {
    padding-top: 9px;
}
@media screen and (max-width: 992px) {
    .sales-order-history .wrap-bottom-toolbar {
        padding-right: 5px;
    }
}
@media screen and (max-width: 480px) {
    .sales-order-history table {
        font-size: 10px;
    }
}

/*  ====================================================================================================    Reseller Css */

.right_col_content {
    overflow: hidden;
    border-bottom: 1px solid #dbdada;
    padding-bottom: 18px;
}
.invalid-address {
    color: #af6407;
    margin-top: 10px;
}
.breadcrumb {
    background-color: #fff;
    padding: 0;
    border-bottom: 1px solid #dbdada;
}
.wrap-left-profile ul {
    padding-left: 0;
}
.wrap-left-profile ul li {
    margin-bottom: 15px;
}
.wrap-left-profile ul li a {
    font-size: 16px;
    color: #474848;
    font-weight: bold;
}
.wrap-left-profile ul .current strong {
    color: #af6407;
    font-size: 16px;
    font-weight: bold;
}
.reseller-index-index .wrap-heading {
    font-size: 30px;
    font-weight: bold;
    color: #474848;
    margin-bottom: 21px;
}
.reseller-index-index .main {
    padding-top: 0;
}
.reseller-index-index .toolbar .sort-by {
    display: none;
}
.reseller-index-index .top-btn-cartreseller {
    float: right;
    position: absolute;
    right: 0;
    top: -15px;
}
.reseller-index-index .number-products {
    padding-top: 19px;
    float: left;
    font-weight: bold;
    margin-bottom: 0;
}
.reseller-index-index .note-description {
    color: #6f6e00;
    padding: 5px 0 0 0;
    line-height: 23px;
}
.reseller-index-index .note-description p {
    margin-bottom: 0;
}
.reseller-index-index .right-content .content-detail .toolbar {
    padding-top: 13px;
}
.reseller-index-index .right-content .content-detail .toolbar button {
    margin-top: -7px;
}
.reseller-index-index .note-description .note-icon {
    background: url('../images/reseller-note-icon.png') scroll no-repeat 0 0 transparent;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding-left: 15px;
    margin: 5px 2px 0 0;
    float: left;
}
.reseller-index-index .wrap-toolbar-reseller {
    overflow: hidden;
    position: relative;
}
.reseller-index-index .number-products span {
    margin-right: 1px;
}
.toolbar {
    width: 65%;
}
.left-pagination {
    width: 100%;
}
.reseller-index-index .toolbar {
    float: left;
    padding-top: 18px;
    margin-left: 0;
}
.reseller-index-index .top-right .breadcrumb {
    padding: 0px 0 6px 0;
}
.reseller-index-index .wrap-heading h1 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-top: 4px;
}
.reseller-index-index .wrap-sub-category,
.reseller-index-index .wrap-select-attribute,
.reseller-index-index .wrap-category {
    border: 1px solid #dbdada;
    overflow: hidden;
    width: 212px;
    margin-right: 8px;
}
.reseller-index-index .wrap-sub-category select,
.reseller-index-index .wrap-select-attribute select,
.reseller-index-index .wrap-category select {
    width: 100%;
    background: url("../images/icon-select.png") scroll no-repeat 101% center transparent;
    border: none;
    outline : medium none;
    display: inline-flex;
    height: 30px;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 4px;
}
.reseller-index-index .wrap-sub-category select:focus,
.reseller-index-index .wrap-select-attribute select:focus,
.reseller-index-index .wrap-category select:focus {
    background: url("../images/icon-select.png") scroll no-repeat right center transparent;
    width: 101%;
}
.reseller-index-index .wrap-select-form {
    padding: 11px 0 18px 0;
    border-bottom: 1px solid #dbdada;
}
.reseller-index-index .search-product {
    padding-top: 7px;
    clear: both;
}
.reseller-index-index .search-product .searchshop {
    height: 32px;
    margin-right: 8px;
    width: 212px;
    border: 1px solid #dbdada;
    padding-left: 7px;
}
.reseller-index-index #btn-search-product{
    display: block;
    width: 105px;
    height: 49px;
    background: url("../images/reseller-buy-btn.png") no-repeat scroll 0 9px transparent;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin: -10px 1px 1px 5px;
    border: none;
}
.reseller-index-index #btn-add-product {
    display: block;
    width: 105px;
    height: 49px;
    background: url("../images/reseller-buy-btn.png") no-repeat scroll 0 9px transparent;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin: -10px 1px 1px 5px;
    border: none;
    padding-top: 17px;
}
.reseller-index-index .description-reseller {
    padding-top: 6px;
    line-height: 22px;
    color: #6f6e00;
}
.reseller-index-index .description-reseller p {
    margin-bottom: 0;
}
.reseller-index-index .description-reseller span {
    float: left;
    margin-right: 5px;
    color: #3398bb;
}
.reseller-index-index .btn-buy-reseller {
    background: url('../images/bg-buy-btn-reseller.png') no-repeat scroll 0 12px transparent;
    width: 112px;
    height: 56px;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    border: none;
    text-transform: uppercase;
    padding-left: 20px;
    float: right;
    margin-top: 11px;
    box-shadow: none;
}
.reseller-index-index #form-reseller table tfoot {
    display: none;
}
.reseller-index-index #form-reseller table {
    margin: 4px 0 -2px 0;
}
.reseller-index-index #form-reseller table th {
    background-color: #f5f5f5;
    padding: 10px;
}
.reseller-index-index #form-reseller table td {
    vertical-align: middle;
}
.reseller-index-index #form-reseller table th:nth-child(3),
.reseller-index-index #form-reseller table th:nth-child(4),
.reseller-index-index #form-reseller table th:nth-child(6) {
    text-align: center;
}
.reseller-index-index #form-reseller table td:nth-child(1) {
    color: #9b9a00;
}
.reseller-index-index #form-reseller table td:nth-child(2) a {
    color: #919191;
}
.reseller-index-index #form-reseller table td:nth-child(3),
.reseller-index-index #form-reseller table td:nth-child(4) {
    font-weight: bold;
}
.reseller-index-index #form-reseller table td:nth-child(5) {
    text-align: left;
}
.reseller-index-index #form-reseller table td:nth-child(5) .out-of-stock,
.reseller-index-index #form-reseller table td:nth-child(5) .non-stock {
    color: #af6407;
}
.reseller-index-index #form-reseller table td:nth-child(5) .in-stock {
    color: #3398bb;
}
.reseller-index-index .list-order .table .product-qty {
    display: inline-block;
    position: relative;
}
.reseller-index-index .list-order .table .product-qty > input {
    width: 81px;
    height: 32px;
    padding-left: 10px;
    border: 1px solid #d0d1d1;
    text-align: left;
}
.reseller-index-index .list-order .table .box-qty {
    font-size: 1.3em;
}
.reseller-index-index .list-order .table .input-qty-prod {
    width: 53px;
    margin: 0;
    text-align: center;
    border-radius: 0;
    border-color: #d0d1d1;
    padding: 5px 26px 5px 5px;
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
    height: 32px;
}
.reseller-index-index .list-order .table .plus-minus-qty {
    width: 31px;
    height: 30px;
    border-left: 1px solid #d0d1d1;
    display: block;
    position: absolute;
    right: 1px;
    top: 1px;
    font-size: 6px;
    padding-top: 8px;
}
.reseller-index-index .list-order .table .plus-minus-qty input {
    border: none;
    box-shadow: none;
    padding: 0;
    width: 20px;
    height: 6px;
    text-indent: -9999em;
    vertical-align: inherit;
    margin-left: 5px;
}
.reseller-index-index .list-order .table .plus-minus-qty .plus-qty {
    background: url('../images/reseller-plus.png') no-repeat center top transparent;
}
.reseller-index-index .list-order .table .plus-minus-qty .minus-qty {
    background: url('../images/reseller-minus.png') no-repeat center bottom transparent;
}
.reseller-index-index .list-order .table .plus-minus-qty .plus-qty:focus,
.reseller-index-index .list-order .table .plus-minus-qty .minus-qty:focus {
    outline: 0px;
}
.reseller-left-content ul {
    padding-left: 0;
}
.reseller-left-content ul li {
    margin-bottom: 13px;
}
.reseller-left-content li a {
    font-size: 16px;
    color: #474848;
    font-weight: bold;
}
.reseller-left-content li a:hover {
    color: #af6407;
}
.reseller-left-content .current a {
    color: #af6407;
}
.reseller-index-index .breadcrumb {
    background: #fff;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #dbdada;
    border-radius: 0;
}
.reseller-index-index .left-sidebar {
    padding-top: 10px;
}
.lt-ie10 .reseller-index-index .wrap-sub-category select,
.lt-ie10 .reseller-index-index .wrap-select-attribute select,
.lt-ie10 .reseller-index-index .wrap-category select {
    width: 110%;
    background-position-x: 90%;
}
.table tbody > tr > td.imgFldReseller{
    padding: 0;
    width: 50px;
    line-height: 100%;
    vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .reseller-index-index #btn-search-product,
    .reseller-index-index #btn-add-product {
        margin-top: 10px;
    }
    .reseller-index-index #btn-search-product {
        margin-left: 0;
    }
    .reseller-index-index #form-reseller table th {
        font-size: 12px;
    }
    .reseller-index-index #form-reseller table td {
        font-size: 12px;
    }
}
@media screen and (max-width: 567px) {
    .reseller-index-index #form-reseller table th {
        font-size: 12px;
    }
    .reseller-index-index #form-reseller table td {
        font-size: 12px;
    }
    .reseller-index-index #btn-search-product,
    .reseller-index-index #btn-add-product {
        margin-top: 10px;
    }
    .reseller-index-index .top-btn-cartreseller {
        position: static;
    }
    .reseller-index-index .product-qty {
        margin-top: 7px;
    }
    .reseller-index-index .wrap-sub-category,
    .reseller-index-index .wrap-select-attribute,
    .reseller-index-index .wrap-category {
        margin-bottom: 10px;
    }
    .reseller-index-index .search-product .searchshop {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 479px) {
    .reseller-index-index #form-reseller table th {
        font-size: 10px;
        padding: 0;
    }
    .reseller-index-index #form-reseller table td {
        padding: 0;
        font-size: 10px;
    }
    .reseller-index-index #form-reseller table td.box-qty {
        font-weight: bold;
        text-align: center;
    }
    .reseller-index-index .product-qty > input {
        width: 60px;
        padding-left: 5px;
    }
    .reseller-index-index .plus-minus-qty {
        width: 27px;
    }
}





.sales-order-history .content-detail {
    color: #919191;
}
.sales-order-history .custom-pagination {
    display: none;
}
.sales-order-history .page-title {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sales-order-history .pager {
    margin: 0 0 6px 0;
}
.sales-order-history .amount {
    padding-top: 15px;
    margin-right: 31px;
}
.sales-order-history .content-detail .limiter .limiter-view {
    padding-top: 9px;
}
.sales-order-history .limiter-view li a {
    border: none;
    padding: 0;
}
.sales-order-history .my-account table thead th {
    text-transform: uppercase;
}
.sales-order-history .my-account table thead th:last-child {
    text-align: center;
}
.sales-order-history .my-account table tbody tr td:first-child {
    color: #3398bb;
}
.sales-order-history .my-account table tbody tr td:nth-child(4) {
    font-weight: bold;
}
.sales-order-history .my-account table tbody tr td:last-child {
    text-align: center;
}
.sales-order-history table .nobr span {
    margin-right: 5px;
    font-size: 12px;
}
.sales-order-history .wrap-bottom-toolbar {
    float: right;
}
.sales-order-history .buttons-set p a {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 16px;
}
.sales-order-history .buttons-set p a small {
    background: url('../images/back-icon.png') scroll no-repeat 0 0  transparent;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -9999em;
    position: absolute;
    left: 0;
    top: 4px;
}
.sales-order-history .back-link {
    padding-top: 9px;
}
@media screen and (max-width: 992px) {
    .sales-order-history .wrap-bottom-toolbar {
        padding-right: 5px;
    }
}
@media screen and (max-width: 480px) {
    .sales-order-history table {
        font-size: 10px;
    }
}

/*  =====================================================================================================    Additional CSS */

.galleryList, .galleryList ul, .galInfoWrap{
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.galleryList ul{
    margin-bottom: 40px;
}
.galleryList li{
    width: 300px;
    margin: 0;
    padding: 0;
    float: left;
}
.galleryList li.liPosi1{
    margin-right: 20px;
}
.galleryList li.liPosi3{
    float: right;
}

.galleryList li a.galleryMainImg{
    width: 100%;
    float: left;
}
.galleryList li a img{
    margin: 0;
}
.galInfoWrap{
    margin-top: 10px;
}
.galInfoWrap a.galleryName{
    width: 100%;
    float: left;
    line-height: 20px;
    font-size: 20px;
    font-family: 'PalatinoLTW01-BoldItali', 'Lato';
    color: #454545;
    text-align: left;
    margin: 0 0 6px;
    padding: 0;
}
.galInfoWrap p.dtUploadedBy{
    width: 100%;
    float: left;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    color: #b1b1b1;
    margin: 0;
}
.galleryImagesWrapper{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.galleryImagesWrapper .gallery{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.galleryImagesWrapper .gallery li{
    width: 220px;
    margin: 0 0 20px;
    float: left;
}
.galleryImagesWrapper .gallery li.imgLiPosi1{
    margin-right: 20px;
}
.galleryImagesWrapper .gallery li.imgLiPosi3{
    float: right;
}
.galleryImagesWrapper .gallery li a{
    width: 100%;
    float: left;
    text-align: center;
}
.galleryImagesWrapper .gallery li a img{
    margin: 0;
}
.pp_social{
    display: none;
}
.backToGall{
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    text-align: right;
}
.customBreadCrumb{
    width: 100%;
    float: left;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 12px;
}
.customBreadCrumb > ul.breadcrumbs{
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.customBreadCrumb > ul.breadcrumbs li{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 5px 0 0;
    color: #8f8f8f;
}
.customBreadCrumb > ul.breadcrumbs li a{
    color: #8f8f8f;
}
.customBreadCrumb > ul.breadcrumbs li strong{
    color: #000;
    font-weight: normal;
}
.igallery-images{
    width: 100%;
    float: left;
    margin: 40px 0 0 0;
}
.galleryViewMain{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.galleryViewMain .leftCol{
    width: 700px;
    float: left;
    margin: 29px 0 0 0;
    padding: 0;
}
.galleryViewMain .leftCol h1.galName{
    font-family: 'PalatinoLTW01-BoldItali', 'Lato';
    color: #4b4b4b;
    width: 100%;
    float: left;
    margin: 0 0 5px;
    padding: 0;
    font-size: 26px;
}
.galleryViewMain .leftCol p.dtUploadedBy{
    width: 100%;
    float: left;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: #b1b1b1;
    margin: 0;
}
.galleryViewMain .leftCol .galDesc{
    width: 100%;
    float: left;
    margin: 20px 0 30px ;
    padding: 0;
    font-size: 14px;
}
.galleryViewMain .rightCol{
    width: 220px;
    float: right;
    margin: 29px 0 0 0;
    padding: 0;
}
.new-product-title-gal{
    font-family: 'PalatinoLTW01-BoldItali', 'Lato';
    color: #4b4b4b;
    width: 100%;
    float: left;
    margin: 0 0 15px;
    padding: 0;
    font-size: 26px;
    border-bottom: 1px dashed #cbcbcb;
    padding-bottom: 12px;
    line-height: 28px;
}

.galSupport .galHeading{
    font-family: 'PalatinoLTW01-BoldItali', 'Lato';
    color: #4b4b4b;
    width: 100%;
    float: left;
    margin: 20px 0 15px;
    padding: 0;
    font-size: 26px;
    border-bottom: 1px dashed #cbcbcb;
    padding-bottom: 12px;
    line-height: 28px;
    font-weight: normal;
}
.galLatest .excerpt{
    font-family: 'Lato';
    color: #484848;
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}
.galLatest .meta{
    color: #afafaf;
}
/*  checkout page */
#checkoutSteps.opc{
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
}
#checkoutSteps.opc .section{
    float: left;
    width: 20%;
    border: 1px solid #dddddd;
    background: #f5f5f5;

}
#checkoutSteps.opc .section{
    float: left;
    width: 20%;
    border: 1px solid #dddddd;
    background: #f5f5f5;

}
#checkoutSteps.opc .section.allow{
    background: #dfdfdf;
    background-image: none;
}
#checkoutSteps.opc .section .step-title{
    text-align: center;
    width: 100%;
    font-size: 12px;
    float: left;
    margin: 0 0 3px;
    padding: 0;
    background: none;
}
.opc .active .step-title .number{
    background: none;
}
#checkoutSteps.opc .section .step-title .stepTitleLbl{
    color: #656565;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
#checkoutSteps.opc .section .step{
    width: 940px;
    position: absolute;
    top: 45px;
    height: 400px;
    left: 0;
}

/*  Billing PHTML */

#co-billing-form > fieldset > ul, #co-shipping-form > fieldset > ul{
    margin: 8px 0 0 0;
    padding: 0;
    width: 100%;
    float: left;
}
#checkout-step-billing .form-control, #co-shipping-form .form-control{
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 8px;
}
#checkout-step-billing label, #co-shipping-form label{
    font-weight: 400;
}
#checkout-step-billing label.required em, #co-shipping-form label.required em{
    padding-right: 3px;
}
#co-billing-form > fieldset > ul > li, #co-shipping-form > fieldset > ul > li{
    margin: 0 10%;
    padding: 0;
    width: 80%;
    float: left;
}
#co-billing-form > fieldset > ul > li .fieldset > ul, #co-shipping-form > fieldset > ul > li .fieldset > ul{
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
#billing-new-address-form .fieldset > ul .nameFlds .name-firstname, #co-shipping-form .fieldset > ul .nameFlds .name-firstname{
    width: 48%;
    margin: 0 2% 0 0;
    float: left;
}
#billing-new-address-form .fieldset > ul .nameFlds .name-lastname, #co-shipping-form .fieldset > ul .nameFlds .name-lastname{
    width: 48%;
    margin: 0 0 0 2%;
    float: left;
}
.companyFld, .addressFld, .nameFlds, .cityStateFlds, .zipCountryFld, .teleFaxFlds, .sameAsBillingLi{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.cityFld, .zipCountryFld .zipFld, .teleFld{
    width: 48%;
    margin: 0 2% 0 0;
    float: left;
}
.stateFld, .zipCountryFld .countryFld, .faxFld{
    width: 48%;
    margin: 0 0 0 2%;
    float: left;
}
#co-billing-form > fieldset > ul li.form-group .radio{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
#co-billing-form > fieldset > ul li.form-group .radio .shipToSameAddr, #co-billing-form > fieldset > ul li.form-group .radio .shipToDiffAddr{
    margin: 2px 5px 0 0;
    width: 18px;
    height: 18px;
    opacity: 100;
}
#co-billing-form > fieldset > ul li.shipToSameAddrLi{
    width: 40%;
    margin-right: 1.5%;
}
#co-billing-form > fieldset > ul li.shipToDiffAddrLi{
    width: 40%;
    margin: 0;
}
.buttonsWrap{
    width: 80%;
    margin: 8px 10% 0;
    float: left;
}
.buttonsWrap2{
    width: 100%;
    margin: 8px 0 0;
}
.buttonsWrap button span, .buttonsWrap button span span, .buttonsWrap2 button span, .buttonsWrap2 button span span{
    background: none;
    background-image: none;
    border: 0;
    border-radius: 0;
    line-height: 42px;
    vertical-align: middle;
    height: 57px;
    padding: 0;
    marging: 0;
    float: left;
    text-align: center;
    width: 100%;
}
.buttonsWrap button, .buttonsWrap2 button{
    background: url("../images/bg_sprite.png") no-repeat scroll 0 -300px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 165px;
    height:57px;
    line-height: 42px;
    vertical-align: middle;
    padding: 0;
    color: #fff;
}
.buttonsWrap button:hover, .buttonsWrap button:active, #shipping-buttons-container button:hover, #shipping-buttons-container button:active,
.buttonsWrap2 button:hover, .buttonsWrap2 button:active{
    background: url("../images/bg_sprite.png") no-repeat scroll 0 -300px;
    background-color: #fff;
}
.buttonsWrap #billing-buttons-container, #shipping-buttons-container{
    float: right;
}
.buttonsWrap p{
    line-height: 42px;
    vertical-align: middle;
}
#co-shipping-form > fieldset .sameAsBillingLi .sameAsBilling{
    float: left;
    margin: 0;
    padding: 0;
}
#co-shipping-form > fieldset .sameAsBillingLi .sameAsBilling input.checkbox{
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    width: 18px;
    height: 18px;
}
/*  shipping method */

#co-shipping-method-form, #co-payment-form, #checkout-review-table-wrapper{
    width: 80%;
    float: left;
    margin: 8px 10% 0;
    padding: 0
}
.availSpMethodsWrap, .availSpMethodsWrap > li{
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
.no-display{
    display: none;
}
.availSpMethodsWrap div.radio, .availSpMethodsWrap .well, .availSpMethodsWrap div.well-sm, .availSpMethodsWrap div.radio span, .availSpMethodsWrap div.radio input{
    width: auto;
    height: auto;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.radio .sMethodLbl{
    width: auto;
    background: none;
    float: left;
}
.radio .sMethodLbl span{
    width: auto;
    background: none;
}
#checkout-shipping-method-load{
    width: 100%;
    float: left;
    margin: 0 0 8px;
    padding: 0;

}
#shipping-method-buttons-container button{
    float: right;
}
#co-payment-form fieldset, #checkout-payment-method-load.sp-methods{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

#checkout-payment-method-load.sp-methods dt .well,
#checkout-payment-method-load.sp-methods dt .well-sm,
#checkout-payment-method-load.sp-methods dt .checkbox{
    margin: 0;
    padding: 0;
    width: auto;
    background: none;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
}
#checkout-payment-method-load.sp-methods dt, #checkout-payment-method-load.sp-methods dd{
    float: left;
    width: 100%;
}
#checkout-payment-method-load.sp-methods dt{
    float: left;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 10px;
}
#checkout-payment-method-load.sp-methods dt input{
    float: left;
    margin: 0 8px 0 0;
    padding: 0;
    width: 18px;
    height: 18px;
}
#checkout-payment-method-load.sp-methods dd > ul{
    float: left;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
}
#checkout-payment-method-load.sp-methods dd > ul li{
    float: left;
    margin: 0 2.5%;
    padding: 0;
    width: 45%;
}
#checkout-payment-method-load.sp-methods dd > ul li label{
    font-weight: 400;
}
#checkout-payment-method-load.sp-methods dd > ul li .form-control{
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 8px;
}
#checkout-payment-method-load.sp-methods dd > ul li div.v-fix{
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}
#payment-buttons-container{
    float: right;
}
#opc-review #checkout-step-review{
    padding: 0;
}
.buttonsWrap3{
    float: right;
}
#review-buttons-container p{
    float: left;
    width: auto;
}
.shippingChkBx{
    width: 100%;
    float: left;
}
.shippingChkBx > .checkbox {
    margin: 0;
    padding: 0;
}
.shippingChkBx > .checkbox > input, .chkbx2 > .checkbox > input{
    float: left;
    width: 18px;
    height: 18px;
    margin: 3px 5px 0 0;
}
.chkbx2, .chkbx2 > .checkbox{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.options-container-small.product-add-to-box .product-options-bottom{
    background: none;
}
.options-container-small.product-add-to-box{
    padding-top: 2px;
}
.faqWrap .qaSet .answer{
    display: none;
    padding-bottom: 12px;
    padding-left: 5px;
}
.faqWrap .qaSet .question{
    padding-bottom: 4px;
    font-weight: 500;
    cursor: pointer;
}
.socialLinksList, .socialLinksList li{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.socialLinksList li{
    width: 90px;
    overflow: hidden;
}
.item-options div, .min-cart-customer-config-options div{
    float: left;
    margin-right: 5px;
}
.products-minicartcust .item-options div, .min-cart-customer-config-options div{
    font-size: 12px;
}
.cart-table .item-options div, .min-cart-customer-config-options div{
    font-size: 13px;
}
.paginationWrapper{
    width: 65%;
    float: right;
}
.paginationWrapper .limiter{
    margin-left: 29px;
}
.checkout-agreements{
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
    float: right;
    text-align: right;
}
.checkout-agreements input.agree-checkbox{
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    float: right;
    border: none;
}
.checkout-agreements .agreement-content{
    margin: 0;
    padding: 0 0 0 8px;
    width: auto;
    height: 14px;
    float: right;
    text-align: right;
    color: #5a5a5a  ;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
}
.order-comment-holder{
    margin: 0;
    padding: 0 0 15px 0;
    width: 100%;
    height: 120px;
    float: left;
    text-align: left;
}
.order-comment-holder textarea.textarea-box{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 70px;
    float: left;
    border: 1px solid #aaa;
}
.order-comment-holder p{
    line-height: 18px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
}
.confirmPurchase{
    padding: 10px;
    position: fixed;
    top: 43%;
    left: 35%;
    height: 117px;
    border: 5px solid #5d5b04;
    width: 400px;
    background: #a7a514;
    z-index: 99999;
    -moz-box-shadow: 0 0 16px 1px #000;
    -webkit-box-shadow: 0 0 16px 1px #000;
    box-shadow: 0 0 16px 1px #000;
    display: none;
}
.confirmMsg{
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
    text-align: center;
}

.sepa, .chkOutLink{
    color: #333;
    display: inline-block;
    font-family: "Lato",Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    padding-left: 5px;
}
.chkOutLink:hover{
    opacity: 0.8;
    color: #fff;
}
.mobOrderTblWrap{
    margin: 0;
    padding: 0;
    width: 100%;
}

/*Filter category */
.lvl-2 > li > a {
    color: #595a5a;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    display: block;
    text-transform: uppercase;
}

.lvl-2 > li > a:hover,
.lvl-2 > li.active > a {
    color: #ad6500;
}

.lvl-3 li {
    display: none;
}

.lvl-3 > li a {
    color: #919191;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    display: block;
}

.lvl-3 > li a:before {
    content: "-";
    margin-right: 5px;
}

#collapse-filter-category li.active,
#collapse-filter-category li.active ~ li,
#collapse-filter-category li.active > ul > li {
    display: block;
}

.lvl-3 li.active > a {
    color: #303030;
}

.lvl-4 > li a:before {
    margin-left: 15px;
}

.panel-filter-characteristics li {
    text-transform: uppercase;
}
.catalogsearch-result-index .custom-products-list .product-item:nth-child(3n+1) {
    clear: both;
}

.toolbar.infinite .pagination-view,
.category-products .ias-spinner {
    display: none !important;
}
.category-products.infinite .ias-spinner {
    display: block !important;
}

@media (max-width: 767px) {
    .catalogsearch-result-index .custom-products-list .product-item:nth-child(3n+1) {
        clear: none;
    }
    .catalogsearch-result-index .custom-products-list .product-item:nth-child(2n+1) {
        clear: none;
    }
    .galleryViewMain .leftCol, .galleryViewMain .rightCol{
        width: 100%;
    }
    .galleryImagesWrapper .gallery li, .galleryImagesWrapper .gallery li.imgLiPosi1{
        width: 50%;
        margin-right: 0;
        float: left;
    }
    .galleryList li.liPosi3{
        float: left;
    }
    .galleryList ul{
        margin-bottom: 0
    }
    .galleryList ul li{
        margin-bottom: 15px;
        width: 100%;
        margin-right: 0;
    }
    .paginationWrapper{
        width: 100%
    }
    .paginationWrapper > .pull-left{
        float: right!important;
    }

}
@media screen and (max-width: 479px){
    .galleryImagesWrapper .gallery li,  .galleryImagesWrapper .gallery li.imgLiPosi1{
        width: 100%;
        margin-right: 0;
    }
    .mobOrderTblWrap{
        overflow-x: scroll;
        overflow-y: auto;
    }
    .reseller-index-index .number-products{
        float: right;
    }

}
@media screen and (max-width: 900px) {
    .miniLoginContainer{
        width: 100%;
    }
    .new-feeds .article {
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .new-feeds .item .img{
        width: 30%;
    }
    .new-feeds .article {
        width: 70%;
    }
}
.link-changing-store {
    margin-right: 10px;
}
.link-changing-store a:link, .link-changing-store a:hover, .link-changing-store a:visited {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.name-product-order-history {
    margin-top:0;
}
@media screen and (min-width: 768px) {
    .navbar .mega-menu li.all-propducts-menu a {
        padding-left: 15px;
    }
    #slideshow-main-left {
        margin-bottom: 25px;
    }
}
.minicart_ajax_text {
    white-space: nowrap;
}
.contact_by_email_wrapper {
    margin-top: 10px;
}
.contact_by_email_wrapper .contact_by_email_checkbox {
    float: left;
    margin-right: 5px;
    width: auto;
    height: auto;
}
.form-search-by-name {
    width: 40%;
    margin-top: 20px;
    margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
    .form-search-by-name {
        width: 60%;
    }
}
@media screen and (max-width: 768px) {
    .form-search-by-name {
        width: 100%;
    }
}
.customer-account-index .form-search-by-name input[type="text"] {
    width: 76%;
}
.customer-account-index .form-search-by-name input[type="submit"] {
    width: 23%;
}
@media screen and (max-width: 736px) {
    .banner-slideshow .show_html_text {
        top: 10px;
    }
    .navbar-nav {
        position: inherit;
        top: 0;
        left: 0;
    }
    .header-top-left {
        float: left;
    }
    .header-top-right .links li a {
        color: #b5b2b2;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #b5b2b2;
    }
    .link-changing-store a:link, .link-changing-store a:hover, .link-changing-store a:visited {
        color: #b5b2b2;
        font-size: 12px;
        font-weight: bold;
    }
}
@media screen and (min-width: 602px) and (max-width: 767px) {
    .search-shopping {
        float: left !important;
    }
    .logo-xs {
        right: 0;
    }
    .search-shopping .top-search .input-group .form-control {
        width: 100%;
    }
    .navbar-nav {
        position: inherit;
        left: 0;
        top: 0;
    }
    .header-top-left {
        float: left;
    }
}
@media screen and (min-width: 737px) and (max-width: 880px) {
    .navbar-nav {
        left: 28%;
    }
    .search-shopping .top-search .input-group .form-control {
        width: 180px;
    }
}
.navbar,
.logo img {
    -webkit-box-shadow: none; 
    box-shadow: none;
    -moz-box-shadow: none;
}
.catalogextensions-index-all .search-shopping .shopping-cart {
    left: 0;
}
@media screen and (width: 768px) {
    .home-extra-banner .show_html_text {
        width: 92%;
    }
}
@media screen and (max-width: 320px) {
    .products-grid .a_detail .more-info {
        width: 90px;
    }
}
@media screen and (max-width: 736px) {
    .cms-index-index .products-grid {
        margin-left: -20px;
    }
    .support .title {
        padding-left: 35px;
    }
    .footer-top {
        margin-top: 0;
    }
}
/*calendar*/
#wrapper-checkoutcart .custom-checkoutonepage .date-note {
    padding: 30px 0px;
}
#wrapper-checkoutcart .custom-checkoutonepage .date-note .date-delivery-value {
    position: relative;
}
#wrapper-checkoutcart .custom-checkoutonepage .date-note .date-delivery-value .v-middle {
    position: absolute;
    right: 5px;
    top: 8px;
}
#wrapper-checkoutcart .custom-checkoutonepage .order-note {
    padding-right: 10px;
}
#wrapper-checkoutcart .custom-checkoutonepage .date-delivery-value input {
    width: 180px;
    height: 30px;
    border: 1px solid #939393;
    background: #fff;
}
#wrapper-checkoutcart .custom-checkoutonepag label {
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.calendar {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.calendar table {
    border: none;
}
.calendar table thead tr:first-child td {
    border: none;
}
.calendar tr td.button {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #000;
    border-left: none;
    cursor: pointer;
}
.calendar tr td.button:last-child {
    border-right: none;
}
.calendar tr td.button.hilite {
    padding-top: 6px;
    padding-bottom: 4px;
}
.calendar tr td.title {
    vertical-align: middle;
    background-color: #000;
}
.calendar table, .calendar .daysrow, .calendar .daysrow.rowhilite, .calendar tbody .emptycell {
    background-color: #fff;
}
.calendar tr td.day {
    font-weight: normal;
}
.calendar .daynames .day {
    border: none;
    border-bottom: 1px solid #000;
    font-weight: bold;
    background-color: #fff;
    padding: 5px;
    cursor: pointer;
}
.calendar .daynames .day:last-child {
    border-right: 1px solid #000;
}
.calendar .daynames .day.hilite {
    padding-top: 6px;
    padding-bottom: 4px;
}
.calendar .daynames .wn {
    padding: 5px;
    background-color: #000;
    color: #fff;
}
.calendar tfoot .ttip {
    background-color: #fff;
    color: #000;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.calendar .daysrow .day {
    background-color: #fff;
    padding: 5px 10px 5px 5px;
    border: none;
    cursor: pointer;
}
.calendar .daysrow .day:first-child {
    border-right: 1px solid #000;
    cursor: inherit;
}
.calendar .daysrow .day.selected {
    background-color: #000;
    color: #fff;
    border: none;
}
.calendar .daysrow .day.hilite {
    border: none;
    padding-top: 6px;
    padding-bottom: 4px;
}
.required-delivery {
    color: red;
    display: none;
}
/*end calendar*/
.cat-popup {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    background: #06060621;
}
.cat-popup .panel-body {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    height: auto;
    max-width: 600px;
    max-height: 350px;
    background: #fff;
    text-align: center;
}
.cat-popup .panel-body ul {
    padding: 0px;
}
.cat-popup .panel-body ul .cat-item a {
    font-size: 22px;
}