/*
Theme Name: SimpleGreat
Theme URI: http://themeforest.net/user/dedalx/portfolio
Author: dedalx
Author URI: http://themeforest.net/user/dedalx
Description: SimpleGreat - Premium Responsive WordPress WooCommerce Theme
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: light, white, one-column, fluid-layout, fixed-layout, responsive-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options

 SIMPLEGREAT is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
*/

/** 
* Common Theme styles, tags restyle
*/
 a:focus {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style:none;
    outline: 0;
}
html, body {
    font-family: Arial, sans-serif;
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
    color: #000;
    margin-top: 0!important;
}
body {
    background: #FFF;
}
a {
    color: #F2532F;
    display: inline;
}
a:hover, a:focus {
    color: #000;
}
a.link_alt{
	color: #000;
}
a.link_alt:hover{
	color: #F2532F;
}
a:focus {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
h2 {
    font-size: 25px;
}
ul.slides {
    margin: 0;
}
textarea {
    resize: none;
    height: 150px;
    padding: 20px;
    margin-bottom: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
textarea, input {
    box-shadow: none;
    border-radius: 0;
    font-size: 13px;
    color: #080808;
    background: #fff;
    outline: none;
}
textarea:focus, input:focus {
    background: #ffffff;
    outline: none;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    box-shadow: 0 0 10px rgba(225, 20, 50, 0.75);
    color: #aaaaaa;
    outline: none;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #aaaaaa;
    font-size: 13px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #aaaaaa;
    font-size: 13px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #aaaaaa;
    font-size: 13px;
}
.color input:-moz-placeholder, .color textarea:-moz-placeholder {
    color: #aaaaaa;
}
.color input:-ms-input-placeholder, .color textarea:-ms-input-placeholder {
    color: #aaaaaa;
}
.color input::-webkit-input-placeholder, .color textarea::-webkit-input-placeholder {
    color: #aaaaaa;
}
.color textarea, .color input {
    background: #ffffff;
    color: #aaaaaa;
}
input[type="text"], input[type="password"], input[type="email"] {
    font-weight: 300;
    height: 34px;
    padding: 7px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

/* .. Extra .. */
.align_left{
	text-align: left !important;
}
.align_left h2{
	text-align: left !important;
}
.align_left p{
	text-align: left !important;
}

.align_right{
	text-align: right !important;
}
.align_right h2{
	text-align: right !important;
}

.align_right p{
	text-align: right !important;
}
.align_center{
	text-align: center !important;
}

.float_left{
	float: left !important;
}
.float_right{
	float: right !important;
}

#home-page-tabs.nav-tabs-left > li{
	float: left;
}
#home-page-tabs.nav-tabs-right > li{
	float: right;
}



.page-content-block {
    line-height: 36px;
    font-size: 20px;
}
.page-header-title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin: 0 auto 10px;
    padding: 10px;
}
.page-header-title a:hover {
    color: #C2A26F;
}
noindex:-o-prefocus, .bottom {
    bottom: 0;
}

/**
* Pages
*/
 .content-block > .container {
    margin-bottom: 40px;
    padding: 24px;
    background: #fff;
}
.content-block.homepage > .container {
    background: none;
    margin-bottom: 0;
}
/*
* Header menu 
*/
 .header-menu-bg {
    background-color: #4A5456;
    z-index: 100000;
    width: 100%;
}
.header-menu {
}
.header-menu .container {
    padding: 0;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu li {
    display: inline;
}
.header-menu li a {
    display: inline;
    border-right: 1px solid #556163;
    color: #FFFFFF;
    display: block;
    float: left;
    padding: 15px 18px 16px 18px;
    text-decoration: none;
    text-transform: uppercase;
    background: none no-repeat scroll 13px center;
}
.header-menu li a:hover {
    text-decoration: underline;
    color: #C2A26F;
}
.header-menu .link-account a {
    background-image: url("img/menu-link-account.png");
    padding-left: 38px;
}
.header-menu .link-checkout a {
    background-image: url("img/menu-link-checkout.png");
    padding-left: 38px;
}
.header-menu .link-wishlist a {
    background-image: url("img/menu-link-wishlist.png");
    padding-left: 38px;
}
.header-menu .link-shop a {
    background-image: url("img/menu-link-shop.png");
    padding-left: 38px;
}



/* 
*   Shopping cart
*/
 .shopping-cart {
    width: 200px;
    float: right;
}
.shopping-cart .shopping-cart-title {
    background: #C2A26F;
    float: right;
    font-size: 13px;
    padding: 15px 20px 14px;
    height: 48px;
}
.shopping-cart .shopping-cart-title a {
    color: #fff;
}
.shopping-cart .shopping-cart-content {
    display: none;
    position: absolute;
    margin-top: 32px;
    width: 200px;
    background: #fff;
    z-index: 10000;
    border: 4px solid #C2A26F;
    min-width: 300px;
    padding: 8px;
    margin-left: -100px;
    margin-top: 48px;
}
.shopping-cart .shopping-cart-icon {
    background: url("img/cartmini.png") no-repeat scroll center center #3D4445;
    cursor: pointer;
    float: right;
    height: 48px;
    width: 48px;
    display: block;
}
.shopping-cart .shopping-cart-icon:hover {
    background-color: #C2A26F;
}
.shopping-cart .shopping-cart-product {
    border-bottom: 1px solid #EAE9E9;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.shopping-cart .shopping-cart-product-image img {
    width: 32px;
    height: auto;
}
.shopping-cart .shopping-cart-product-image {
    float: left;
    margin-right: 20px;
}
.shopping-cart .view-cart {
    background-color: #C2A26F;
    color: #FFFFFF;
    display: block;
    float: left;
    margin: 0 1px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 49%;
}
.shopping-cart .view-cart:hover {
    background-color: #3D4445;
}
.shopping-cart .empty {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
}
/** 
* Top menu
*/
 .navbar {
    margin-bottom: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    border-bottom: 1px solid #EAE9E9;
    border-top: 1px solid #EAE9E9;
}
.navbar .nav .sub-menu li {
    float: none;
}
.navbar .nav li.link-blog > a {
    color: #C2A26F;
}
.navbar #searchform {
    float: right;
    margin-top: -48px;
}
.navbar #searchform label {
    display: none;
}
.navbar #searchform #s {
    height: 39px;
    padding: 1px 10px;
    text-transform: uppercase;
    width: 165px;
    background-color: #F3F3F3;
    border: 1px solid #E6E9E8;
    color: #AAA8A8;
    font-size: 12px;
    vertical-align: top;
}
.navbar #searchform #searchsubmit {
    background: url("img/button-search.png") no-repeat scroll center center #F3F3F3;
    border: 1px solid #E6E9E8;
    height: 39px;
    padding: 0 19px;
    text-indent: -99999px;
    width: 39px;
    margin-left: -5px;
}
.navbar #searchform #searchsubmit:hover {
    background-color: #fff;
}
.navbar .nav li {
    float: left;
}
.navbar .nav li a {
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 20px 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.navbar .nav > li > a:hover {
    background-color: #4A5456;
    color: #fff;
}
.navbar .container {
    padding: 0;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    box-shadow: none;
}
.navbar {
    background: #fff;
}
.navbar-collapse {
    padding: 0;
    max-height: inherit;
    padding-right: 210px;
}
.navbar .nav ul {
    list-style: none;
}
.navbar-toggle {
    cursor: pointer;
    background-color: #C2A26F;
    color: #fff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 10px;
    margin-right: 10px;
}
.navbar-toggle:hover {
    background-color: #3D4445;
}
.nav .sub-menu, .nav .children {
    display: none;
    position: absolute;
    margin: 0;
    text-align: left;
    z-index: 100000;
    padding: 0;
}
.nav .sub-menu li a, .nav .children li a {
    display: block;
    background: #4A5456;
    color: #A3A8A9;
    font-weight: normal;
    width: 180px;
    text-transform: none;
    padding: 15px;
}
.nav .sub-menu li li a, .nav .children li li a {
    background: #3D4445;
}
.nav .sub-menu li a:hover, .nav .children li a:hover {
    text-decoration: underline;
    color: #C2A26F;
}
.nav .sub-menu li .sub-menu, .nav .children li .children {
    margin-top: -48px;
    right: -100%;
}
.nav .sub-menu li.menu-item-has-children > a, .nav .children li.menu-item-has-children > a {
    background-image: url("img/arrow-right.png");
    background-repeat: no-repeat;
    background-position: right center;
}
li:hover > .sub-menu, .nav li:hover > .children {
    display: block;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
/** 
* Theme header
*/
 header .row #header_logo {
    
}
header .row #header_logo a {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
header .row #header_logo a img{
    display: inline-block;
}

header .row .welcome_shopping_cart_language_area .welcome-msg {
    padding: 10px 0px;
    text-align: right;
}
header .row .welcome_shopping_cart_language_area .welcome-msg p{
    text-align: right;
    margin: 0;
}


header {
    padding: 0px 0 0px;
    background: #fff;
    text-align: center;
}
header.title {
    padding: 0;
    background: none;
}
.tagline {
    color: #818181;
    font-size: 12px;
    margin-top: 19px;
}
/**
* Homepage
*/
 .container_inner_other_page {
    background-color: #fff;
    padding-top: 30px;
    overflow: hidden;
}
.homepage > .container {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
}
.homepage .wpb_row:last-child {
    margin-bottom: 40px;
}
.homepage .wpb_revslider_element {
    margin-left: -15px;
    margin-right: -15px;
}
.homepage-promo-block {
    padding-bottom: 30px;
    text-align: center;
}
.homepage-promo-block h1 {
    color: #000000;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 33px;
    margin-top: 7px;
    padding-bottom: 0;
    padding-left: 27px;
    text-transform: uppercase;
    text-align: left;
}
.homepage-promo-block h2 {
    color: #B3B1B1;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 35px;
    padding-left: 27px;
    text-transform: uppercase;
    padding-top: 40px;
    text-align: left;
}
.homepage-promo-block .wpb_column > .wpb_wrapper {
    background-color: #F6F7F8;
}
.homepage-promo-block .wpb_column:first-child > .wpb_wrapper, .homepage-about-block .wpb_column:first-child > .wpb_wrapper {
    margin-left: 15px;
}
.homepage-promo-block .wpb_column:last-child > .wpb_wrapper, .homepage-about-block .wpb_column:last-child > .wpb_wrapper {
    margin-right: 15px;
}
.homepage-about-block {
    padding: 50px 0;
    overflow: hidden;
    max-height: 555px;
}
.homepage-about-block .wpb_posts_slider .flex-direction-nav {
    display: none!important;
}
.homepage-about-block h2 {
    color: #000000;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
}
.homepage-about-block h3 {
    color: #B3B1B1;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 3px;
}
.homepage-about-block h2.post-title {
    margin-top: 10px;
    margin-bottom: 10px;
}
.homepage-about-block h2.post-title a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 30px;
    text-transform: uppercase;
    text-decoration: underline;
}
.homepage-about-block h2.post-title a:hover {
    color: #C2A26F;
}
.homepage-about-block .wpb_posts_slider .flex-caption, .homepage-about-block .wpb_posts_slider .nivo-caption {
    padding: 0;
}
.homepage-about-block .wpb_posts_slider .flex-control-nav {
    display: none;
}
.homepage-about-block .wpb_images_carousel {
    margin-top: 80px;
    overflow: hidden;
}
.homepage-about-block .wpb_column:nth-child(2) .wpb_text_column:nth-child(2) {
    background: #3D4445;
    color: #FFFFFF;
    padding: 35px 28px;
    min-height: 360px;
}
.homepage-about-block .wpb_column:nth-child(2) .wpb_text_column:nth-child(2) a {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 24px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.homepage-about-block .wpb_column:nth-child(2) .wpb_text_column:nth-child(2) a:hover {
    background: none repeat scroll 0 0 #C2A26F;
    border-color: #C2A26F;
}
.products-module {
    padding-top: 35px;
    padding-bottom: 20px;
    display: none;
    padding-left: 30px!important;
    padding-right: 30px!important;
}
.products-module h2 {
    color: #000000;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
}
.products-module h3 {
    color: #B3B1B1;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
}

/** 
* Services
*/
 .content-block.services .service-icon {
    margin-top: 20px;
}
.content-block.services .wpb_row h3 {
    color: #000;
    font-size: 16px;
}
.content-block.services p {
    color: #5e636c;
}
/* Post social share */
 .post-social {
    margin-bottom: 20px;
}
.post-content-wrapper .post-social {
    margin-top: 20px;
    margin-bottom: 0;
}
.post-social a {
    margin-right: 15px;
    font-size: 16px;
    border-right: 1px solid #dce1e3;
    padding-right: 15px;
}
.post-social a:last-child {
    border-right: none;
}
.post-social a:hover {
    text-decoration: none;
    color: #000;
}
.post-social i {
    margin-right: 5px;
}
.post-social .facebook-share {
    color: #338cd0;
}
.post-social .twitter-share {
    color: #34c0d5;
}
.post-social .pinterest-share {
    color: #e61743;
}





/* Navigation for posts */
 .navigation-post, .navigation-paging {
    margin: 30px 0;
    margin-bottom: 40px;
}
.navigation-post .container {
    background: #fff;
    padding: 15px;
}
.navigation-paging .nav-text {
    text-align: center;
    margin-top: 10px;
    color: #A3A3A4;
}
.navigation-paging a {
    border: 1px solid #C2A26F;
    width: 40px;
    height: 40px;
    color: #C2A26F;
    display: block;
    font-size: 0;
}
.navigation-paging a:hover {
    background: #C2A26F;
    color: #fff;
}
.navigation-paging .nav-previous a:before {
    font-family:"FontAwesome";
    font-size: 35px;
    content:'';
    margin-top: -6px;
    margin-left: 11px;
    display: inline-block;
}
.navigation-paging .nav-next a:before {
    font-family:"FontAwesome";
    font-size: 35px;
    content:'';
    margin-top: -6px;
    margin-left: 15px;
    display: inline-block;
}
.navigation-paging .nav-next a {
    float: right;
}


/* Show more button */
 .show-more-button {
    background-color: #F2532F;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    display: none;
}
.show-more-button:hover {
    background-color: #000000;
}
.show-more-button i.icon_show_more{
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/show-more.png) no-repeat scroll 0 0;
}
.hidethisblock {
    display: none;
}

/* 404 page */
 .page-404 {
    border:15px solid #e0e5e7;
    margin: 50px auto;
    width: 30%;
    padding: 40px 70px;
    text-align: center;
}
.page-404 h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}
.page-404 h2 {
    font-style: italic;
    margin-bottom: 30px;
}
.page-404 h1 span {
    color: #C2A26F;
}
.page-404 p {
    font-size: 18px;
}
/* Other styles */
 .no-results #searchsubmit {
    margin-bottom: 0;
    padding: 7px 20px;
    text-align: center;
    display: inline-block;
}
.no-results #s {
    margin-bottom: 0;
}
.page-item-title h1 {
    font-size: 24px;
    text-transform: none;
    margin-top: 0;
    border-bottom: 1px solid #DFDCD6;
    color: #000000;
    font-size: 26px;
    font-weight: normal;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.fullwidth-section {
    padding-top:30px;
    padding-bottom: 30px;
}
.fullwidth-section.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: repeat-y!important;
}
.fullwidth-slider .vc-carousel {
    width: 100%!important;
}
.fullwidth-slider .vc-inner img {
    width: 100%;
    height: auto;
}
.vc-carousel-control {
    color: #fff;
}
.vc-carousel-control .icon-prev, .vc-carousel-control .icon-next {
    background: none;
    font-size:36px;
}
.vc-carousel-control .icon-prev:before {
    font-family:"FontAwesome";
    display: inline-block;
    content:''!important;
}
.vc-carousel-control .icon-next:before {
    font-family:"FontAwesome";
    display: inline-block;
    content:''!important;
}
/* ------------------------------------------
    Bootstrap overrides for SIMPLEGREAT theme
-------------------------------------------*/
 .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0!important;
    margin-right: 0!important;
}
.label {
    color: inherit;
    font-size: inherit;
    text-align: inherit;
    line-height: inherit;
    white-space: inherit;
}
.panel {
    box-shadow: none;
    border: none;
}


/*
* Revolution slider overrides
*/

.fullwidthbanner-container{
	top:0px;
}

.rev-perfectum-header {
 color: #000000;
    font-size: 32px;
    text-align: center;
   line-height: 34px;
}
.rev-perfectum-header b {
 color: #f2532f;
    font-weight: normal;
}
.rev-perfectum-text {
 color: #000000;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}
.rev-button {
   background: #F55223;
    color: #ffffff;
    padding: 12px 35px;
   border-radius: 3px;
   text-decoration: none;
}
.rev-button:hover {
   background: #000;
   color: #fff;
   text-decoration: none;
}


 .tp-button.big {
    background: #C2A26F;
    color: #fff;
    text-shadow: none!important;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 15px 40px;
    font-weight: 500;
}
.tp-button.big:hover {
    background: #3D4445;
    text-decoration: none;
    text-transform: uppercase;
}
.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
    background: none repeat scroll 0 0 #F87058;
    /*width: 10px;
    height: 10px;
    border-radius: 10px;*/
    border:2px solid #fff;
    padding: 2.5px;
    margin: -2px 5px 0px;
}
.tp-bullets.simplebullets.round .bullet {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    border-radius: 6px;
    cursor: pointer;
    float: left;
    height: 6px;
    width: 6px;
    margin: 0px 7px 0px;
    position: relative;
    border: 2px solid transparent;
}

.tp-bannertimer {
    display: none!important;
}

.tp-leftarrow.default {
    z-index: 50;
    cursor: pointer;
    position: relative;
    background: url(../img/large_left.png) no-Repeat 0px 0px;
    width: 52px;
    height: 52px;
}
.tp-rightarrow.default {
    z-index: 50;
    cursor: pointer;
    position: relative;
    background: url(../img/large_right.png) no-Repeat 0px 0px;
    width: 52px;
    height: 52px;
}
.tp-leftarrow:hover {
    background: url(../img/large_left.png) no-Repeat 0px -52px;
}
.tp-rightarrow:hover {
    background: url(../img/large_right.png) no-Repeat 0px -52px;
}


.btn.rev-button{
	font-family: inherit;
	min-width: 171px !important;
	display: block;
	text-transform: none;
	text-align: left;
	padding: 0px 0px !important;
	min-height: 45px !important;
	font-size: 13px !important;
}
.btn.rev-button:before{
	content: url(../img/cartmini.png);
	vertical-align: middle;
	padding: 5px 16px;
	border-right: 1px solid #F57356;
	font-size: 0;
	line-height: 0;
	margin: 11px 13px 12px 6px;
	display: inline-block;
}
.btn.rev-button:hover{
	color: #fff !important;
}
.btn.rev-button:hover:before{
	border-color: #fff;
}



.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.shortcode br {
    display: none;
}
.ui-widget-header {
    background: #F2532F;
}
.ui-widget-content {
    background: #232323;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #F2532F;
    border-color: #474747;
}
.block .products-block li .products-block-image {
    border: none;
}
.button.lnk_view span {
    display: none;
}

.box-product-item:hover .box-product-buttons a:not(.buttons-cart) {
    display: block;
}
.box-product-buttons a:hover:not(.buttons-cart) {
    background-color: #f5efed;
}
.box-product-buttons a:not(.buttons-cart) {
    background-color: #F5F5F5;
    display: block;
    float: left;
    height: 32px;
    width: 32px;
    cursor: pointer;
    overflow: hidden;
    color: #F2532F;
    text-align: center;
    border-radius: 3px;
    font-weight: 700;
}



.center_column_inner{
	background-color: #fff;
}
.left_column_inner{
	background-color: #fff;
}
.right_column_inner{
	background-color: #fff;
}




/*#center_column > div, #index .center_column > section{
	background-color: #fff;
}

#left_column > div, #index .center_column > section{
	background-color: #fff;
}*/


.page-heading span.cat-name {
    display: none;
}
span.heading-counter {
    float: none;
    background-color: #F5F5F5;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 3px 7px;
    font-family: inherit;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
}
.promo-block {
    background: none;
    /*margin-bottom: 30px;*/
    overflow: hidden;
}
.promo-block .promo-box {
    background: none repeat scroll 0 0 #F6F7F8;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 300px;
}
.promo-block .promo-box h2 {
    color: #B3B1B1;
    font-size: 12px;
    /*margin-bottom: 0;*/
    margin-top: 35px;
    padding-left: 27px;
    text-transform: uppercase;
    font-weight: 400;
}
.promo-block .promo-box a {
    display: block;
    text-align: center;
}
.promo-block .promo-box a img {
    display: inline-block;
    opacity: 1;
}
.promo-block .promo-box a:hover img {
    opacity: 0.6;
}
.module-box .box-heading, .promo-block .promo-box h1, .shop-about h1 {
    font-size: 23px;
}
.promo-block .promo-box h1, .module-box .box-heading, .block .block-title, .module-box h2, .shop-about h1, .shop-about h2, .shop-newsletter .subscribe-logo, .shop-newsletter .subscribe-form, #footer h3, .idTabs a, .upsell-product-h5, .page-title h1, .page-title h2, .block.left-categorys .block-title, #layered_block_left .layered_subtitle {
    text-transform: uppercase;
}
.promo-block .promo-box h1 {
    color: #000;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 33px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 27px;
    text-transform: uppercase;
}
.products-block-header, .promo-block .promo-box h1, .shop-about h1 {
    border-bottom: none;
}
.home_page_product_item {
    overflow: hidden;
    /*background-color: #FFF;*/
    margin-bottom: 30px;
}

.home_page_block_header {
	border-bottom: 1px solid #ebe5e5;
	text-align: center;
	margin-bottom: 22px;
	padding-bottom: 9px;
}
.home_page_block_header h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.home_page_block_header p {
    text-align: center;
    font-size: 12px;
    color: #928f8f;
    margin: 0px;
    padding: 0;
}
.promo-block .promo-box:nth-child(2) {
    margin: 0 31px;
}
.shop-about .shop-about-news li h2 a:hover {
    color: #C2A26F;
}
.shop-about .shop-about-news li img {

}
.shop-about .shop-about-news .bx-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}
.shop-about {
    /*background: #FFF;*/
    margin-bottom: 30px;
}
.shop-about .shop-about-news {
    /*float: left;
    height: 410px;
    overflow: hidden;*/
}
.shop-about .bxslider {
    margin: 0;
    padding: 0;
}
.shop-about .shop-about-news .item {
   /* min-height: 351px;*/
}

.shop-about .shop-about-news .item a{
    display: block;
}


.shop-about .shop-about-news .item h2 {
    margin-top: 20px;
    color: #000;
    font-size: 18px;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 15px;
}
.shop-about .shop-about-news .item h2 a {
    color: #000;
}
.shop-about .shop-about-news .item h2 a:hover{
	color: #F2532F;
}
.shop-about .shop-about-news .text {
    margin-bottom: 15px;
    /*color: #000;*/
    text-align: justify;
    line-height: 1.45;
}
.shop-about .shop-about-news .date {
    background: url(../img/news-date-icon.png) left center no-repeat;
    padding-left: 20px;
    color: #928f8f;
    font-size: 12px;
    margin-bottom: 12px;
}

.shop-about .shop-about-news a.more {
    color: #f2532f;
    font-size: 12px;
    margin-bottom: 12px;
    height: 21px;
    display: inline-block;
    padding-top: 3px;
}
.shop-about .shop-about-news a.more:hover {
    color: #000;
}

.shop-about .shop-about-news a.more i{
	width: 28px;
	height: 28px;
	border: 1px solid #f2532f;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	vertical-align: middle;
	margin-left: 10px;
	text-decoration: none;
}
.shop-about .shop-about-news a.more:hover i{
    border-color: #000;
}


.shop-about .shop-about-news .owl-carousel {}

.shop-about .shop-about-news .owl-controls {
	position: absolute;
	right: 0;
	top: -67px;
}
.shop-about .shop-about-news .owl-controls .owl-nav{}

.shop-about .shop-about-news .owl-controls .owl-nav .owl-prev {
	display: inline-block;
	margin-right: 3px;
}
.shop-about .shop-about-news .owl-controls .owl-nav .owl-next {
	display: inline-block;
}


.shop-newsletter .subscribe-logo {
    max-width: 306px;
    font-size: 24px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    background: url("../img/icon-envelope.png") right center no-repeat;
    padding: 20px 0;
}
.shop-newsletter .subscribe-logo a{
    text-decoration: underline;
}
.shop-newsletter .subscribe-form {
    font-size: 24px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-top: 13px;
    float: right;
    display: block;
    margin-right: 50px;
}
.shop-newsletter .subscribe-form input.email {
    padding: 11px;
    border: 1px solid #E3E3E3;
    color: #9D9B9B;
    float: left;
    margin-right: 15px;
    min-width: 265px;
}
.shop-newsletter .subscribe-form label {
    vertical-align: middle;
    margin-right: 25px;
    font-weight: 300;
    margin-bottom: 0;
}
.shop-newsletter {
    background-color: #fff;
    padding-top: 29px;
    padding-bottom: 29px;
    margin-bottom: 30px;
}


/* Footer */

 footer#footer {
}

#footer .block h3 {
    color: #000000;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: bold;
}

#footer .footer_top_area .block h3 {
    font-size: 18px;
    color: #000;
    padding-bottom: 18px;
    border-bottom: 1px solid #d8d5d5;
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
}
#footer .footer_top_area .block h3:after{
	content: " ";
	position: absolute;
	width: 20px;
	height: 1px;
	bottom: -1px;
	left: 0px;
	margin-left:10px;
	background-color: #F2532F;
}

.footer_top_area{
	background-color: #FAFAFA;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer_middle_area{
	background-color: #FFFFFF;
	min-height: 250px;
	padding-top: 50px;
}
.footer_bottom_area{
	background-color: #2E2F33;
	min-height: 66px;
}

.footer_bottom_links{
	margin-top:16px;
}
.footer_bottom_links p{
	color: #fff;
}

.footer_bottom_paymenticons{
	margin-top:14px;
}

.footer_bottom_area ul {
    display: inline;
}
.footer_bottom_area li {
    display: inline-block;
    margin: 0 3px 0 0;
}
.footer_bottom_area li a{
    padding: 0 5px 0 0;

}
.footer_bottom_area li a:hover{
	color: #fff;
}
.footer_bottom_area #paymenticons {
    float: right;
}

#paymenticons img {
    margin-left: 3px;
    margin-bottom: 5px;
}

#top-link {
    display: block;
    bottom: -60px;
    position: fixed;
    right: 40px;
    z-index: 999;
    width: 21px;
    height: 29px;
    background: url(../img/car-next.png) no-repeat scroll center center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#top-link:hover{
	background: url(../img/car-next-hover.png) no-repeat scroll center center;
} 

/*
#top-link:before{
	content: "";
	display: block;
	z-index: 1;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 21px solid #EAEAEA;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
}
#top-link:after{
	content: "";
	display: block;
	z-index: 2;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 10px solid #FFF;
	position: absolute;
	left: 8px;
	bottom: 4px;
	font-size: 0;
	line-height: 0;
}

#top-link:hover:before {
    border-bottom: 21px solid #F2532F;
}


*/

.footer-block{}
.footer-block ul{}
.footer-block ul li{
	margin-bottom: 8px;
}
.footer-block ul li a{
	color: #000;
}
.footer-block ul li a:hover{
	color: #F2532F;
}

.footer-block ul li ul{
	display: none !important;
}




.breadcrumb_area {
    /*background-color: #fff;*/
}

.sidebar a{
	color: #000;
}
.sidebar a:hover{
	color: #F2532F;
}


.sidebar .new-products_block_left ul li.box-mini-product:last-child{
	padding-bottom: 0px;
	margin-bottom: 0;
	border-bottom: 0px solid #d6d4d4;
}

.box-mini-product {
    padding-bottom: 10px;
}
.sidebar .related-sidebar {
    border: 1px solid #DCDDDD;
    margin-bottom: 30px;
    margin-top: 18px;
}
.sidebar .related-sidebar h2 {
    color: #000;
    margin-bottom: 0px;
    margin-top: 0;
    text-transform: uppercase;
    background: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
.sidebar .related-sidebar .bx-wrapper .bx-controls-direction a {
    top: 5%;
    left: 38%;
}
.sidebar .related-sidebar .bx-wrapper .bx-prev {
    margin-left: 34px;
}
.sidebar .related-sidebar .name {
    text-align: center;
}
.sidebar .related-sidebar .price {
    text-align: center;
}
.footer_container ul.tree li > ul {
    display: none !important;
}
#carousemanufacturer .bx-wrapper .bx-controls-direction a {
    width: 46px;
    height: 22px;
    top: 54%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
#carousemanufacturer .bx-wrapper .bx-prev {
    left: -40px;
}
#carousemanufacturer .bx-wrapper .bx-next {
    right: -40px;
}
.slider-skin-opencart_inner {
    
}
#address .center_column .box {
    background: none;
    border: none;
    padding:0;
}
#identity .center_column .box {
    background: none;
    border: none;
    padding:0;
}


.top-bar form#searchbox .form-search {
    margin-top: 40px;
    position: relative;
    max-width: 250px;
    width: 100%;
    height: 35px;
    /*overflow: hidden;*/
    border: 1px solid #EDE9E9;
    background-color: #FFF;
}
.top-bar form#searchbox .form-search .search_query {
    width: 98%;
    border: 0px solid #E6E9E8 !important;
    background-color: transparent;
    padding-left: 7px;
    padding-right: 40px;
}
.top-bar form#searchbox .form-search .search_query:focus {
    outline: none;
}
.top-bar form#searchbox .form-search button[type="submit"] {
    background-color: transparent;
    border: 1px solid transparent;
    border-left: 1px solid #EDE9E9;
    padding: 0;
    margin: 0;
    color: #000;
    width: 42px;
    height: 35px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: -1px -1px 0px 0px;
}

.icon-search:before{
	color: #000;
}

.top-bar form#searchbox .form-search button[type="submit"]:hover {
    border-color: #f02;
}

.top-bar form#searchbox .form-search button[type="submit"]:focus{
	outline: none;
}

.cart_avail .label {
    color: #fff;
    border: none;
}
#index .home-page-tab {
    background-color: #fff;
    /*padding-top: 30px;
    padding-bottom: 30px;*/
    margin-bottom: 30px;
}
#home-page-tabs{
	padding-top:0;
}
.socialsharing_product button {
    margin-bottom: 3px;
    border: 1px solid #CCC;
}
#product #more_info_tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 5px solid #F5F5F5;
    /*margin-bottom: 20px;*/
}
#product #more_info_tabs li {
    float: left;
}
#product #more_info_tabs li a {
    color: #7D8184;
    padding: 10px 10px;
    margin-right: 3px;
    display: inline-block;
    font-weight: bold;
    border: 5px solid #F5F5F5;
    border-bottom: 0px;
    text-transform: none;
    font-size: 13px;
}
#product #more_info_tabs li a:hover {
    color: #000;
}
#product #more_info_tabs li a.selected {
    background-color: #fff !important;
    color: #000;
    cursor: default;
    margin-bottom: -5px;
    border-bottom: 0;
    padding-bottom: 15px;
}
#product h3.page-product-heading {
    color: #555454;
    text-transform: uppercase;
    font-family:"Open Sans", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    padding: 14px 0px 14px;
    margin: 0 0 20px;
    position: relative;
    border: none;
    background: none;
    border-bottom: 1px solid #D6D4D4;
}

#product .more_info_tabs_content{
	padding: 15px;
	margin-bottom: 30px;
	border-left: 5px solid #F5F5F5;
	border-right: 5px solid #F5F5F5;
	border-bottom: 5px solid #F5F5F5;
}



/*accessories products*/


.accessories-block .accessories-block-content {
}
.accessories-block .accessories-block-content li {
    margin-bottom: 30px;
}
.accessories-block .accessories-block-content .product-container .product_desc a {
    display: block;
    text-align: center;
}
.accessories-block .accessories-block-content .product-container .product_desc a img {
    display: inline-block;
}
.accessories-block .accessories-block-content .product-container {
    
}
.accessories-block .accessories-block-content .product-container .left-block .product_desc{
    border-bottom: 1px solid #ccc;
}
.accessories-block .accessories-block-content .product-container .right-block{
    padding:15px;
}
.accessories-block .accessories-block-content .product-container .right-block h5{
    margin-top: 0px;
}
.accessories-block .accessories-block-content .product-container .right-block h5{
        
}
.accessories-block .accessories-block-content .product-container:hover {
    
}
#mc-embedded-subscribe {
    margin-left: 10px;
    margin-top:1px;
}
.comment .comment_details p.title_block {
    color: #777;
    padding: 4px 10px;
}
#columns #top_column {
    margin-bottom: 30px;
}

.content_sortPagiBar .sortPagiBar{
    border-top: 1px solid #EBE5E5;
    border-bottom: 1px solid #EBE5E5;
    padding: 10px 10px;
}

.content_sortPagiBar .display, .content_sortPagiBar .display_m{
    margin: 2px 0px 0px 0px;
}

.content_sortPagiBar .sortPagiBar #productsSortForm{
    margin: 2px 10px 0px 0px;
}


.content_sortPagiBar .display li.display-title, .content_sortPagiBar .display_m li.display-title{
    overflow: hidden;
    padding: 5px 10px 0 0;
}
.content_sortPagiBar .sortPagiBar label{
    color: #000;
    font-weight: 400;
    margin-bottom: 0px;
}

.content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span{
    color: #000;
}

div.sortPagiBar div.selector1 > div span{
    
}

.content_sortPagiBar .sortPagiBar #productsSortForm select{
    height: 23px;
}

.top-pagination-content ul.pagination li.pagination_next, .bottom-pagination-content ul.pagination li.pagination_next{
    margin-left: 1px;
}

.top-pagination-content ul.pagination li.pagination_next a, .bottom-pagination-content ul.pagination li.pagination_next a, .top-pagination-content ul.pagination li.pagination_next span, .bottom-pagination-content ul.pagination li.pagination_next span{
    display: block; padding: 0;
}
.top-pagination-content ul.pagination li.pagination_next b, .bottom-pagination-content ul.pagination li.pagination_next b{
    display: none;
}
.top-pagination-content ul.pagination li.pagination_next i, .bottom-pagination-content ul.pagination li.pagination_next i{
    display: block; 
    text-align: center;
    width: 25px;
    height: 31px;
    /*border: 1px solid #ccc;*/
}
.top-pagination-content ul.pagination li.pagination_next i:before, .bottom-pagination-content ul.pagination li.pagination_next i:before{
    /*padding-top: 9px;*/
}

.top-pagination-content ul.pagination li.pagination_previous, .bottom-pagination-content ul.pagination li.pagination_previous{
    margin-right: 1px;
}

.top-pagination-content ul.pagination li.pagination_previous a, .bottom-pagination-content ul.pagination li.pagination_previous a, .top-pagination-content ul.pagination li.pagination_previous span, .bottom-pagination-content ul.pagination li.pagination_previous span{
    display: block; 
    padding: 0;
}

.top-pagination-content ul.pagination li.pagination_previous b, .bottom-pagination-content ul.pagination li.pagination_previous b{
    display: none;
}

.top-pagination-content ul.pagination li.pagination_previous i, .bottom-pagination-content ul.pagination li.pagination_previous i{
    display: block; 
    text-align: center;
    width: 25px;
    height: 31px;
}

.top-pagination-content ul.pagination li.pagination_previous i:before, .bottom-pagination-content ul.pagination li.pagination_previous i:before{
    /*padding-top: 9px;*/
}

.content_sortPagiBar{
    margin: 10px 0px 0px 0px;
}

#stores_block_left .block_content.blockstore{
    text-align: center;
}

#stores_block_left .block_content.blockstore p, #stores_block_left .block_content.blockstore div{
    display: block;
}

.content_sortPagiBar .display li#grid, .content_sortPagiBar .display_m li#grid, .content_sortPagiBar .display li#list, .content_sortPagiBar .display_m li#list{
	border: 1px solid #EDE9E9;
	padding: 2px 10px;
	margin-right: 1px;
}


.content_sortPagiBar .display li#grid.selected, .content_sortPagiBar .display li#list.selected, .content_sortPagiBar .display_m li#grid.selected, .content_sortPagiBar .display_m li#list.selected, .content_sortPagiBar .display li#grid:hover, .content_sortPagiBar .display li#list:hover, .content_sortPagiBar .display_m li#grid:hover, .content_sortPagiBar .display_m li#list:hover{
	border-color: #F2532F;
}


.content_sortPagiBar .display li a i, .content_sortPagiBar .display_m li a i {
    color: #C3BBBB;
    width: 17px;
    height: 22px;
    display: block;
    font-size: 16px;
    line-height: 1.2;
}

.content_sortPagiBar .display li#grid:hover a i, .content_sortPagiBar .display_m li#grid:hover a i, .content_sortPagiBar .display li#list:hover a i, .content_sortPagiBar .display_m li#list:hover a i {
    color: #F2532F;
}


.content_sortPagiBar .display li.selected i, .content_sortPagiBar .display_m li.selected i {
    color: #F2532F;
}

.selectProductSort.form-control{
    background-color: #fff;
}



/*display nav*/

#header nav .nav_block_top > div > a{
	color: #716E6E;
	border-right: 1px solid #D6D9D7;
	display: block;
	text-decoration: none;
	line-height: 14px;
	padding: 0px 17px;
	margin-top: 17px;
}
#header nav .nav_block_top > div > a:hover{
	color: #F2532F;
}

.header_nav_home a{
    color: #716E6E;
    border-right: 1px solid #556163;
    display: block;
    float: left;
    text-decoration: none;
    line-height: 14px;
    padding: 0px 17px;
    margin-top: 17px;
}
.header_nav_home a:hover{
    color: #C2A26F;
}

.nav_wishlist_top a{
    color: #716E6E;
    border-right: 1px solid #556163;
    display: block;
    float: left;
    text-decoration: none;
    line-height: 14px;
    padding: 0px 17px;
    margin-top: 17px;
}
.nav_wishlist_top a:hover{
    color: #C2A26F;
}

.header_nav_home{
    display: block;
    float: right;
}

.nav_wishlist_top{
    display: block;
    float: right;
}

span.heading-counter > span.heading-counter{
    padding:0;
    margin: 0;
}

.toggle-footer.store_show{
    /*display: block !important;*/
}

.block .block_content {
    display: block !important;
}

.replae_add_to_cart_catalog_mode{
    width: 134px;
    height: 32px;
    display: inline-block;
}

.nav.stick_nav{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 96;
    top: 0;
    border-bottom: none;
}


/*
* Float blocks
*/

/*  Theme Facebook Likebox  */
 .widget_facebook_right {
    width: 245px;
    height: 389px;
    position: fixed;
    right: -245px;
    top: 174px;
    z-index: 99997;
}
.widget_facebook_right #facebook_icon {
    float: left;
    height: 56px;
    width: 44px;
    left: -44px;
    background: #3b5998;
    cursor: pointer;
    position: relative;
    z-index: 99998;
}
.widget_facebook_right #facebook_icon:before {
    content: url(../img/facebook.png);
    width: 19px;
    height: 19px;
    color: #fff;
    font-size: 0px;
    line-height: 0;
    display: block;
    padding-left: 14px;
    padding-top: 20px;
}
.widget_facebook_right .facebook_box {
    background-color: #FFFFFF;
    border: 4px solid #3B5998;
    float: right;
    top: -56px;
    position: relative;
    z-index: 99999;
}

/*Start Facebook Left*/
.widget_facebook_left {
    width: 245px;
    height: 399px;
    position: fixed;
    left: -245px;
    top: 185px;
    z-index: 99991;
}
.widget_facebook_left #facebook_icon {
    float: right;
    height: 49px;
    width: 44px;
    right: -44px;
    background: #3b5998;
    position: relative;
    z-index: 99992;
    cursor: pointer;
}
.widget_facebook_left #facebook_icon:before {
    content: url(../img/facebook.png);
    width: 19px;
    height: 19px;
    color: #fff;
    font-size: 0px;
    line-height: 0;
    display: block;
    padding-left: 14px;
    padding-top: 16px;
}
.widget_facebook_left .facebook_box {
    background-color: #FFFFFF;
    border: 4px solid #3B5998;
    float: left;
    top: -49px;
    position: relative;
    z-index: 99999;
}

/*end facebook left*/



/*  Theme Custom Box  */


/*  Theme Custom Box common style */
.widget_custom_box {
    width: 245px;
    height: 399px;
    position: fixed;
    /*left: -245px;*/
    top: 174px;
    z-index: 99991;
}
.widget_custom_box img {
    width: 100%;
}
.widget_custom_box h2 {
    margin-top: 0;
    color: #000;
    font-weight: 500;
}
.widget_custom_box #custom_box_icon {
    /*float: right;*/
    height: 56px;
    width: 44px;
    /*right: -44px;*/
    background: #F2532F;
    position: relative;
    z-index: 99992;
    cursor: pointer;
}
.widget_custom_box #custom_box_icon:before {
    content: url(../img/show-more.png);
    width: 14px;
    height: 14px;
    color: #fff;
    font-size: 0px;
    line-height: 0;
    display: block;
    padding-top: 21px;
    padding-left: 14px;
}
.widget_custom_box .custom_box {
    background-color: #FFFFFF;
    float: left;
    width: 245px;
    height: auto;
    top: -56px;
    position: relative;
    z-index: 99993;
    padding: 10px;
    border: 4px solid #C2A26F;
}

/*  Theme Custom Box common style end */


.widget_custom_box_left {
    left: -245px;
}

.widget_custom_box_left #custom_box_icon {
    float: right;
    right: -44px;
}



/*Start Custom widget right*/
.widget_custom_box_right {
    right: -245px;
}

.widget_custom_box_right #custom_box_icon {
    float: left;
    left: -44px;
}

/*End Custom widget right*/





.manufacturer_block_carousel{
	margin-bottom: 30px;
}

#carousemanufacturer ul.slider-skin-opencart{
	margin:0;
	padding: 0;
	position: relative;
}

#carousemanufacturer ul.slider-skin-opencart li{
	display: block;
	text-align: center;
}
#carousemanufacturer ul.slider-skin-opencart li a {
	display: block;
}
#carousemanufacturer ul.slider-skin-opencart li img {
	border: 1px solid #DBDBDB;
}


#carousemanufacturer ul.slider-skin-opencart .owl-carousel {}

#carousemanufacturer ul.slider-skin-opencart .owl-controls {
	position: absolute;
	right: 0;
	top: -67px;
}
#carousemanufacturer ul.slider-skin-opencart .owl-controls .owl-nav{}

#carousemanufacturer ul.slider-skin-opencart .owl-controls .owl-nav .owl-prev {
	display: inline-block;
	margin-right: 3px;
}
#carousemanufacturer ul.slider-skin-opencart .owl-controls .owl-nav .owl-next {
	display: inline-block;
}


.related-sidebar .bx-wrapper img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

body.show_both_column .content_scene_cat .content_scene_cat_bg{
	/*padding: 20px 285px 20px 20px;*/
}

body.show_both_column .top-pagination-content div.pagination, body.show_both_column .bottom-pagination-content div.pagination{
	width: 393px;
	margin-top: 5px;
}



/*Next prev icon*/

.icon_next{
	width: 21px;
	height: 29px;
	display: block;
	background:url(../img/car-next.png) no-repeat scroll center center;
}
.icon_next:hover{
	background:url(../img/car-next-hover.png) no-repeat scroll center center;
}

.icon_prev{
	width: 21px;
	height: 29px;
	display: block;
	background:url(../img/car-prev.png) no-repeat scroll center center;
}
.icon_prev:hover{
	background:url(../img/car-prev-hover.png) no-repeat scroll center center;
}





/*

.icon_next{
	width: 21px;
	height: 29px;
	display: block;
	position: relative;
}

.icon_next:before{
	content: "";
	display: block;
	z-index: 1;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 21px solid #EAEAEA;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
}
.icon_next:after{
	content: "";
	display: block;
	z-index: 2;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #FFF;
	position: absolute;
	top: 8px;
	left: 4px;
	font-size: 0;
	line-height: 0;

}

.icon_prev{
	width: 21px;
	height: 29px;
	display: block;
	position: relative;
}

.icon_prev:before{
	content: "";
	display: block;
	z-index: 1;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 21px solid #EAEAEA;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	line-height: 0;
}
.icon_prev:after{
	content: "";
	display: block;
	z-index: 2;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 10px solid #FFF;
	position: absolute;
	top: 8px;
	right: 4px;
	font-size: 0;
	line-height: 0;
}

.icon_next:hover:before{
	border-left: 21px solid #F2532F;
}
.icon_prev:hover:before{
	border-right: 21px solid #F2532F;
}


.owl-carousel .owl-controls .owl-nav .owl-prev.disable, .owl-carousel .owl-controls .owl-nav .owl-next.disable{
	cursor: default;
}

.owl-carousel .owl-controls .owl-nav .owl-prev.disable .icon_prev:hover:before{
	border-right-color: #EAEAEA;
}
.owl-carousel .owl-controls .owl-nav .owl-next.disable .icon_next:hover:before{
	border-left-color: #EAEAEA;
}


.bx-wrapper .bx-controls-direction a.disabled{
	display: block;
	cursor: default;
}


.bx-wrapper .bx-controls-direction .bx-prev.disabled .icon_prev:hover:before{
	border-right-color: #EAEAEA;
}
.bx-wrapper .bx-controls-direction .bx-next.disabled .icon_next:hover:before{
	border-left-color: #EAEAEA;
}

*/

.hr hr{
	margin: 10px 0px;
	border-color: #F5F5F5;
}


.footer_social_block ul li.facebook a{background-color: #395c8c}
.footer_social_block ul li.twitter a{background-color: #5ACEEF}
.footer_social_block ul li.rss a{background-color: #FEA501}
.footer_social_block ul li.youtube a{background-color: #FB5255}
.footer_social_block ul li.google_plus a{background-color: #F2532F}
.footer_social_block ul li.pinterest a{background-color: #EC1414}
.footer_social_block ul li.vimeo a{background-color: #5BC8FF}
.footer_social_block ul li.flickr a{background-color: #FF0084}
.footer_social_block ul li.tumblr a{background-color: #475B74}
.footer_social_block ul li.instagram a{background-color: #DDCCBA}





/* ..... Other Modules ...... */

/*Auto Load*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.replace-2x {
		font-size: 1px;
	}
	.example {
		background-image: url(../images/example2x.png);
		-webkit-background-size:13px 13px;
		-moz-background-size:13px 13px;
		-o-background-size:13px 13px;
		background-size:13px 13px;
	}
}


/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

table th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

/* Mobile */
@media only screen and (max-width: 767px) {
	
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
	
}


/*Block contact infos footer*/



.footer_contact_infos{}
.footer_contact_infos ul.store_show{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_contact_infos ul.store_show li{
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	display: block;
	min-height: 27px;
}
.footer_contact_infos ul.store_show li i{
	color: #fff;
	border-radius: 3px;
	width: 27px;
	height: 27px;
	position: absolute;
	left:0;
	top: -3px;
	background-color: #F2532F;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 27px;
}


/* Block Viewed Products */
#viewed-products_block_left li.last_item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }




/*  Home Advertiser  */

.home_advertiser{
	margin-bottom: 30px;
}

.homeadvertiser-container{}

.homeadvertiser-item{
	position: relative;
	text-align: center;
}
.homeadvertiser-item a{
	display: block;
	opacity: 1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.homeadvertiser-item a:hover{
	opacity: 0.6;
}
.homeadvertiser-item img{
	display: inline-block;
	width: 100%;
}

.homeadvertiser-description{
	position: absolute;
	left: 0;
	top: 0;
}


/*Smart block facebook*/

.facebook-fanbox {
	overflow-x : hidden;
}

.footer_facebook_block{}


/*Block tags*/

.tags_block .block_content {
  overflow: hidden; }
  .tags_block .block_content a {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    padding: 4px 9px 5px 9px;
    border: 1px solid #d6d4d4;
    float: left;
    margin: 0 3px 3px 0; }
    .tags_block .block_content a:hover {
      color: #333333;
      background: #f6f6f6; }




/*
*  Smart Twitter block
*/
 .twitter-posts {
    overflow:hidden;
    
}

#twitter_update_list {
    color: #000000;
    font-size: 12px;
    list-style: none;
    padding: 0px;
}

.tweet_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#twitter_update_list li {
	margin:0;
    clear: both;
    padding-bottom: 10px;
    position: relative;
    display: block;
}
#twitter_update_list li .icon-twitter {
    border-radius: 3px;
    width: 27px;
    height: 27px;
    background-color: #F2532F;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}
#twitter_update_list li .text{
	padding-left: 40px;
	line-height: 1.3;
}
#twitter_update_list li .text a{
	display: block;
}
#twitter_update_list li .created a {
	padding-left: 40px;
	color: #a7a5a5;
	text-decoration: none;
}

#twitter_update_list + .follow-link {
	padding-left: 40px;
}

/*Smart block social*/


.footer_social_block{
	margin: 25px 0px 20px;
}
.footer_social_block ul{
	margin: 0; 
	padding: 0; 
	list-style: none;
}
.footer_social_block ul li{
	display: block;
	float: left;
}
.footer_social_block ul li a{
	color: #fff;
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 39px;
	margin-right: 4px;
	margin-bottom: 4px;
	border-radius: 3px;
	text-align: center;
	background-color: #F2532F;
}

#social_block.footer_social_block ul li a:hover{
	color: #fff;
	background-color: #000;
}


/* Smart Block newsletter */

.newsletter_shopnews_area{
	margin-bottom: 30px;
}

.smart_newsletter_block{}
.smart_newsletter_block .block_content{

}

#newsletter_block_left {
	
}
#newsletter_block_left .title_block, #newsletter_block_left h4  {
	color: #393232;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 300;
	line-height: 1.2;
}
#newsletter_block_left p {padding:0;}

#newsletter_block_left p.success_inline {
	color: #418B19;
	text-align: center;
	font-weight: bold;
}
#newsletter_block_left p.warning_inline {
	color: #DA0F00;
	text-align: center;
	font-weight: bold;
}

#newsletter_block_left input.inputNew {
	width: 100%;
	margin-top: 30px;
	border-right: 0;
	padding: 0;
	padding-left: 8px;
	float: left;
	height: 29px;
	line-height: 27px;
	border: 1px solid #F5F5F5;
	display: block;
	margin-bottom: 30px;
	background-color: #fff;
}

*:first-child+html #newsletter_block_left input.inputNew {position:static;}/* hack ie 7 */

#newsletter_block_left input.button_mini {
	position:relative;
	left:-2px;
	height:23px;
	width:24px;
	border:0;
	text-indent:-5000px;
	background:url(img/bg_bt_newsletter_ok.png) no-repeat 0 0;
	cursor:pointer
}
*:first-child+html #newsletter_block_left input.button_mini {padding-left:24px !important;}/* hack ie 7 */



/*Block catogories*/

#categories_block_top {
    clear: both;
    position: relative;
    top: 30px;
}
#categories_block_top .sf-menu {
    position: relative;
}
#categories_block_top .sf-menu > li {
    position: static;
}
#categories_block_top .sf-menu > li > ul {
    width: 100%;
    top: 60px;
    margin: 0 20px;
}
#categories_block_top .sf-menu > li > ul > li {
    display: block;
    float: left;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}
#categories_block_top .sf-menu > li > ul > .category_thumb {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
}
#categories_block_top .sf-menu > li > ul > .category_thumb img {
    display: inline-block;
    width: 33%;
}
#categories_block_top .sf-menu > li h4 a {
    font-size: 1.1em;
}
#categories_block_top .sf-menu > li h4 a:before {
    display: none;
}
#categories_block_top .sf-menu > li .main-level-submenus {
    position: relative;
    display: block !important;
    visibility: visible !important;
    top: 0;
    background: none;
    box-shadow: none;
    padding: 0;
    left: 0;
}
#categories_block_top .sf-menu .category_thumb {
    display: none;
}
#categories_block_left .block_content > ul {
    /*border-top: 1px solid #d6d4d4;*/
}
#categories_block_left li {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}
#categories_block_left li a {
    color: #353535;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 10px 8px 0;
    text-transform: uppercase;
}
#categories_block_left li span.grower {
    display: block;
    /*background: #f6f6f6;*/
    position: absolute;
    right: 0;
    top: 2px;
    cursor: pointer;
    font-family:"FontAwesome";
    font-size: 14px;
    width: 25px;
    height: 25px;
    text-align: center;
}
#categories_block_left li span:hover{
    /*background-color: #C2A26F;*/
}
#categories_block_left li span.grower.OPEN:before, #categories_block_left li span.grower.CLOSE:before {
    content:"\2212";
    display: inline;
    vertical-align: middle;
    color: #C4C0BF;
    line-height: 25px;
    text-align: center;
    
}
#categories_block_left li span.grower.CLOSE:before {
    content:"\2b";
    color: silver;
}
#categories_block_left li span.grower:hover + a, #categories_block_left li a:hover /*, #categories_block_left li a.selected*/ {
    color: #F2532F;
}
#categories_block_left li li a {
    font-weight: normal;
    color: #777777;
}
#categories_block_left li li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    line-height: 17px;
    padding: 0px 7px;
    color: #F2532F;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #F2532F;
    display: inline-block;
    font-size: 8px;
    margin-right: 7px;
}

#categories_block_left li ul li a{
    font-size: 12px;
    padding: 4px 26px 4px 0px;
    text-transform: none;
}

#categories_block_left li ul li ul{
    margin-left: 12px;
}



/* Smart Block new products */

#new-products_block_right ul {list-style-type:none;}
#new-products_block_right li {
	float:left;
	margin-right:20px;
	padding:10px 0;
}
#new-products_block_right li.first {margin-left:30px;}

#new-products_block_right dl {
	list-style-type:none;
}
#new-products_block_right dt {
	padding:10px 0 0 0;
	font-weight:bold;
	font-size:12px;
	color:#333;
}
#new-products_block_right dd,
#new-products_block_right dd a {
	color:#666;
}
#new-products_block_right dd {
	padding:0 0 10px 0;
	border-bottom:1px dotted #ccc;

}
#new-products_block_right dd.last_item {border:none;}
#new-products_block_right dd a.lnk_more {
	padding-right: 10px;
	font-weight:bold;
	color:#0088cc;
	background:url(img/arrow_right_1.png) no-repeat 100% 4px;
}

#new-products_block_right p {
	padding:0;
	text-align:left;
}
#new-products_block_right .button_large {
	padding:0;
	border:none;
	background:none;
	color:#333;
}
#new-products_block_right .button_large:hover {text-decoration:underline;}


.smart_new_products.carousel  ul.product_list.grid{
	margin:0;
	padding: 0;
}

.smart_new_products.carousel  ul.product_list.grid li.ajax_block_product{
	clear: none;
	padding: 0;
	width: 100% !important;
}


.smart_new_products .owl-carousel {

}

.smart_new_products .owl-controls {
	position: absolute;
	right: 0;
	top: -67px;
}
.smart_new_products .owl-controls .owl-nav{

}

.smart_new_products .owl-controls .owl-nav .owl-prev {
	display: inline-block;
	margin-right: 3px;
}
.smart_new_products .owl-controls .owl-nav .owl-next {
	display: inline-block;
}





/*Smart Ajax Search*/

#buttn-search{
	float:left;
}
.ac_results {
	text-align: left;
	padding: 0px;
	border: 1px solid #dcdddd;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	margin-left: -4px;
	margin-top: -1px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	cursor: pointer;
	padding:0px 0px;
	display: block;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	font-family: inherit;
	overflow: hidden;
	border-bottom: 1px solid #dcdddd;
}
.ac_results li:last-child{
	border-bottom: none;
}
.ac_results li img {
    float: left;
    height:48px;
    overflow: hidden;
    width:48px;
}
/*
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
*/
.prname{
    float:left; 
    padding:15px 0 0 10px; 
    width:80%;
        
}
.prname strong{
    font-weight: normal;
        
}
.ac_even {
	background-color: #fff;
	color: #C2A26F;
}
.ac_odd {
	background-color: #fff;	
	color: #C2A26F;
}

.ac_over {
	background-color: #F5F5F5;
	color: #000 !important;
}


/*Smart Block Top Menu*/

#block_top_menu {
	padding-top: 0px;
}

.menu_area{
	min-height: 56px;
}



/*Smart block Special*/

.home_page_special_product{
    
}

.home_page_special_product.carousel  ul.product_list.grid{
	margin:0;
	padding: 0;
}

.home_page_special_product.carousel  ul.product_list.grid li.ajax_block_product{
	clear: none;
	padding: 0;
	width: 100% !important;
}


.home_page_special_product .owl-carousel {}

.home_page_special_product .owl-controls {
	position: absolute;
	right: 0;
	top: -67px;
}
.home_page_special_product .owl-controls .owl-nav{}

.home_page_special_product .owl-controls .owl-nav .owl-prev {
	display: inline-block;
	margin-right: 3px;
}
.home_page_special_product .owl-controls .owl-nav .owl-next {
	display: inline-block;
}


.count_holder_small{
	display: none;
}


/*Products page right Block Special */

.product_sidebar_right_special{}


.product_sidebar_right_special .owl-carousel {

}

.product_sidebar_right_special .owl-controls {
	position: absolute;
	right: 0;
	top: -48px;
}
.product_sidebar_right_special .owl-controls .owl-nav{

}

.product_sidebar_right_special .owl-controls .owl-nav .owl-prev {
	display: inline-block;
	margin-right: 3px;
}
.product_sidebar_right_special .owl-controls .owl-nav .owl-next {
	display: inline-block;
}


.product_right_sidebar .advertising_block{}
.product_right_sidebar .advertising_block a{
	display: block;
	margin: 0 auto;
}
.product_right_sidebar .advertising_block img{
	display: block;
	width: 99.9%;
	height: auto;
	opacity: 1;
	transition: opacity 0.3s ease 0s;
}

.product_right_sidebar .advertising_block:hover img{
	opacity: 0.7;
}

.addthis_default_style{
	margin-bottom: 20px; 
}
.addthis_default_style > a{
	display: inline-block !important;
	vertical-align: top;
	margin: 0px 10px 0px 0px;
	padding: 0;
}


/* Module smart best seller */

.smart_best_products{
    
}

.smart_best_products.carousel  ul.product_list.grid{
	margin:0;
	padding: 0;
}

.smart_best_products.carousel  ul.product_list.grid li.ajax_block_product{
	clear: none;
	padding: 0;
	width: 100% !important;
}


.smart_best_products .owl-carousel {}

.smart_best_products .owl-controls {
	position: absolute;
	right: 0;
	top: -67px;
}
.smart_best_products .owl-controls .owl-nav{}

.smart_best_products .owl-controls .owl-nav .owl-prev {
	display: inline-block;
	margin-right: 3px;
}
.smart_best_products .owl-controls .owl-nav .owl-next {
	display: inline-block;
}

.owl-carousel{
	margin: 0;
	padding: 0;
}


/*Extra Mod*/

.homeblockadvertiser-item a {
    display: block;
}

#layer_cart .layer_cart_cart{
	background:none;
}

.sidebar .block_content ul.recentComments{}
.sidebar .block_content ul.recentComments li{
	margin-bottom: 8px;
	display: block;
	overflow: hidden;
}
.sidebar .block_content ul.recentComments li img.image{
	float: left;
	margin:0px 10px 10px 0px;
	border: 1px solid #F5F5F5;
}