* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

body {
    font-size: .8em;
    line-height: 1.35em;
    color: #000;
}

body * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul,
ol {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

a:focus {
    outline: none;
}

a.underline {
    text-decoration: underline;
}

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

h1 {
    font: 27px/30px "Oswald", sans-serif;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h2 {
    font: 23px/26px "Oswald", sans-serif;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h3 {
    font: 20px/24px "Oswald", sans-serif;
    margin: 0 0 25px;
    text-transform: uppercase;
}

h3 a,
h3 a:hover {
    text-decoration: none;
}

h3 span,
h3 a.active {
    color: #606060;
}

h3 [class^="icon-"],
h3 [class*=" icon-"] {
    font-size: 20px;
    display: block;
    float: left;
    margin: -2px 10px 0 0;
}

h3.padding {
    margin: 0 0 15px;
    padding: 0 65px 0 0;
}

h3 small {
    font-size: 11px;
}

h4 {
    font: 16px/22px "Oswald", sans-serif;
    margin: 0 0 20px;
}

h4 [class^="icon-"],
h4 [class*=" icon-"] {
    font-size: 20px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    white-space: nowrap;
    color: #606060;
}

h5 {
    font: 14px/20px "Oswald", sans-serif;
    margin: 0 0 20px;
}

h5 small {
    line-height: 1.85;
}

h6 {
    font: 12px/18px "Oswald", sans-serif;
    margin: 0 0 10px;
}

#wrap {
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

.wrapper {
    overflow: hidden;
    width: 100%;
}

.wrapper_w {
    display: inline-block;
    width: 100%;
}

.padding-1 {
    padding: 25px 0 0 0;
}

.padding-2 {
    padding: 0 0 0 10px;
}

.margin-1 {
    margin-top: 20px;
    margin-bottom: 32px;
}

.margin-2 {
    margin-top: 12px;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.hide {
    display: none;
}

.hover {
    z-index: 1000;
}

.col-1,
.col-2,
.col-3 {
    float: left;
}

.col {
    float: left;
}

p.small {
    font-size: .75em;
    line-height: 1.25em;
}

a.btn {
    font: normal 12px/29px "Oswald", sans-serif;
    display: inline-block;
    margin: 0;
    padding: 3px 10px;
    -webkit-transition: background-color .25s 0s ease;
    -moz-transition: background-color .25s 0s ease;
    -o-transition: background-color .25s 0s ease;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 3px;
    background: #606060;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

a.btn:hover {
    cursor: pointer;
    -webkit-transition: background-color .25s 0s ease;
    -moz-transition: background-color .25s 0s ease;
    -o-transition: background-color .25s 0s ease;
    color: #fff;
    background: #000;
}

.custom_color,
a .custom_color {
    color: #606060;
}

a:hover .custom_color,
a.custom_color:hover {
    text-decoration: underline;
    color: #606060;
}


/*HEADER*/

#header {
    padding: 15px 0 0 0;
}

#logo {
    float: left;
    padding: 15px 0;
}


/*phone*/

#phonedrop .arrow:after,
#phonedrop .arrow:before {
    position: absolute;
    top: -5px;
    left: 50%;
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-left: -4px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 5px solid #fff;
}

#phonedrop .arrow:before {
    top: -6px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.22);
}

#phonedrop h2 {
    font-size: 24px;
    /*padding: 7px 130px 0;*/
    padding: 7px 110px 0;*/
    color: #333745;
}

#phonedrop .line {
    margin: 5px 0;
}

#phonedrop a {
    text-decoration: none;
    color: #333745;
}

#phonedrop a:hover {
    text-decoration: none;
}

#phonedrop .fadelink {
    position: relative;
    z-index: 50005;
    white-space: nowrap;
}

#phonedrop .fadelink .ul_wrapper {
    position: absolute;
    z-index: 100;
    top: 39px;
    display: none;
    width: 100%;
    text-align: left;
}

#phonedrop .fadelink .ul_wrapper ul {
    background-color: #fdfdfd;
    border-radius: 5px;
    color: #606060;
    padding: 8px 14px;
    width: 150px;
    z-index: 100;
    margin: auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.27);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.27);
}

#phonedrop .fadelink li {
    padding: 2px 0;
    font-size: 14px;
}


/*topline*/

#topline {
    line-height: 18px;
    /* padding: 4px 0 4px;
    background: #505050;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.27); */
    color: #fff;
}

#topline a {
    text-decoration: underline;
    color: #fff;
}

#topline a:hover {
    text-decoration: none;
}

#topline .fadelink {
    position: relative;
    z-index: 50005;
    /* display: inline-block; */
    margin: 5px 45px 15px 0;
    text-align: left;
    white-space: nowrap;
}

#topline .fadelink .ul_wrapper {
    position: absolute;
    z-index: 100;
    top: 29px;
    right: 0;
    display: none;
}

#topline .fadelink .ul_wrapper ul {
    width: auto;
    padding: 7px 30px 7px 7px;
    border-radius: 2px;
    background: #f2f2f2;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .27);
}

#topline .fadelink li {
    padding: 2px 0;
}

#topline .fadelink li a,
#topline .fadelink>a {
    text-decoration: none;
    color: #404040;
}

#topline .fadelink li a:hover,
#topline .fadelink>a:hover {
    text-decoration: underline;
}

#topline .fadelink>a {
    font: 12px/17px Arial, Helvetica, sans-serif;
    /* display: block; */
    margin-top: -2px;
    padding: 3px 14px 1px 7px;
    text-decoration: none;
    color: #606060;
    border: 1px solid #606060;
    background: #eee url(../img/arrow_down_inverse.png) no-repeat right 4px;
}

#topline .fadelink>a:hover {
    text-decoration: none;
}

#topline img {
    padding-right: 5px;
    vertical-align: middle;
}

#header .nav-list {
    margin-bottom: 15px;
}


/*navigation mobile*/

.nav-list {
    position: absolute;
    top: -10000px;
    display: block;
    margin: 10px 15px 25px 15px;
    padding: 0;
}

.nav-header>a {
    color: #fff;
    border-radius: 3px;
    background: #606060;
}

.nav-header a>.icon-down {
    display: none;
}

.nav-header a.collapsed>.icon-up {
    display: none;
}

.nav-header a.collapsed>.icon-down {
    display: block;
}

.nav-list ul {
    margin: 0;
    padding: 0;
}

.nav-list #level0 {
    height: 0;
}

.nav-list li {
    position: relative;
    margin: 0;
    padding: 0;
}

.nav-list li:last-child {
    border: none;
}

.nav-list li a {
    font: 18px/20px "Oswald", sans-serif;
    display: block;
    margin: 0;
    padding: 15px 15px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
}

.nav-list li li a {
    border-bottom: 1px solid #dadada;
}

.nav-list li a.icon-collapse {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    border: none;
}

.nav-list li li a:hover {
    color: #606060;
    background: none;
}

.nav-list>li>a:hover {
    background: #606060;
}

.nav-list li li li a {
    padding-left: 35px;
}

.nav-list li li li li a {
    padding-left: 45px;
}

.nav-list [class^="icon-"] {
    color: #000;
}

.nav-list [class^="icon-"]:hover {
    color: #606060;
}

.nav-list .nav-header>a [class^="icon-"],
.nav-list .nav-header>a [class^="icon-"]:hover {
    font-size: 20px;
    color: #fff;
}


/*navigation desktop*/

#nav {
    line-height: 100%;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    padding: 7px 6px 0 0;
}

#nav:hover,
#nav.focus {
    z-index: 100000;
}

#nav li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav>li>a {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    display: block;
    margin: 0;
    padding: 12px 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

#nav>li.hover>a,
#nav>li>a:hover {
    color: #fff;
    background: #606060;
    -webkit-tap-highlight-color: transparent;
}

#nav>li.menu_home_link>a {
    padding: 10px 16px 11px;
}

#nav>li.menu_home_link>a [class^="icon-"] {
    color: #000;
}

#nav>li.menu_home_link>a:hover [class^="icon-"],
#nav>li.menu_home_link:hover>a [class^="icon-"] {
    color: #fff;
}

#nav li.level1>a,
#nav li.level2>a {
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin-bottom: 2px;
    padding: 4px 5px;
    text-decoration: none;
    color: #404040;
}

#nav li.level1>a:hover,
#nav li.level2>a:hover {
    background: #dcdddb;
}

#nav li.hover>ul,
#nav li.hover>ul>li>ul.list_in_column {
    display: block;
}

#nav>li>ul {
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
}

#nav>li>ul.one-column {
    left: auto !important;
    width: auto !important;
}

#nav>li>ul.one-column li.list_column {
    margin: 0;
}

#nav>li>ul {
    width: auto;
    border-top: 5px solid #606060;
    background: #f9f9f9;
}

#nav li.hover .menu_custom_block {
    top: 0;
    width: 100%;
    border-top: none;
    background: #fdfdfd;
}

#nav li ul.shadow,
#nav li .menu_custom_block .shadow {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    box-shadow: 0 0 5px rgba(51, 51, 51, .5);
}

#nav>li>ul.one-column .shadow {
    width: auto;
    padding: 10px !important;
}

#nav .menu_custom_block {
    position: absolute;
    top: 47px;
    display: none;
    float: none;
    margin: 0;
    padding: 0;
    background: #fdfdfd;
}

#nav li .menu_custom_block .shadow {
    padding: 24px 15px 30px;
}

#nav li.hover .menu_custom_block {
    display: block;
}

#nav #menu_custom_block .col-third {
    display: inline;
    float: left;
    overflow: hidden;
    width: 30%;
    margin: 0 1% 0 2%;
}

#nav #menu_custom_block .col-third h1,
#nav .menu_custom_block .col-third h2,
#nav .menu_custom_block .col-third h3 {
    padding: 14px 0;
    color: #4d4d4d;
}

#nav #menu_custom_block .col-third img {
    margin: 0 0 10px;
}

#nav ul {
    margin: 0;
}

#nav li.dropdown {
    position: static;
}

#nav ul li {
    width: 100%;
    margin: 0;
    padding: 0;
}

#nav ul a {
    font-weight: normal;
}

#nav ul ul li {
    position: relative;
}

#nav ul ul ul ul {
    position: relative;
    z-index: 100;
    width: auto;
    padding: 0 0 0 10px;
}

#nav li.list_column,
#nav li.category_desc_in_menu {
    display: inline-block;
    margin: 30px 0;
    border-left: 2px solid #eaeaea;
}

#nav li.list_column,
#nav>li>ul.one-column li.list_column {
    width: 220px;
    margin-left: 10px;
}

#nav ul li.list_column:first-child,
#nav>li>ul.one-column li.list_column:first-child {
    margin-left: 0;
}

#nav li.hover li:first-child {
    border-left: 0;
}

#nav li.hover li.category_desc_in_menu {
    padding: 0 30px;
    _width: 240px;
}

#nav a.custom_category_link,
#nav .menu_custom_block a {
    font-weight: bold;
    display: inline;
}

#nav h1.custom_menu_title {
    font-size: 1.25em;
}

#nav li.list_column {
    z-index: 2;
    display: block;
    float: left !important;
    margin-right: 20px;
    margin-bottom: 40px;
    border: 0;
}

#nav li.hover ul.list_in_column {
    position: relative;
    top: 0;
}

#nav ul.list_in_column li {
    display: block;
    float: none;
}

#nav ul.list_in_column ul {
    display: block;
}

#nav ul.list_in_column li:hover ul {
    display: block;
}

#nav .category_desc_in_menu img,
.custom_menu_img img {
    border: 5px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

#nav .multi_column {
    display: inline-block;
}

#nav #menu_custom_block ul.shadow {
    overflow: hidden;
    padding: 20px;
}

#nav li.category_desc_in_menu {
    z-index: 1;
    display: inline;
    float: none;
    padding: 20px 15px;
    border: 0;
}

#nav.megamenu li {
    float: left;
    margin-right: 12px;
    padding: 7px 0 0;
    list-style: none;
}

#nav.megamenu>li>a {
    font: bold 12px/14px Arial, Helvetica, sans-serif;
    display: block;
    min-width: 170px;
    padding: 15px 20px 15px 10px;
    -webkit-transition: background-color .25s 0s ease;
    -moz-transition: background-color .25s 0s ease;
    -o-transition: background-color .25s 0s ease;
    text-decoration: none;
    text-transform: none;
    color: #000;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff url(../img/arrow_down_1.png) no-repeat right -4px;
    box-shadow: 0 -2px 1px rgba(0, 0, 0, .15);
}

#nav.megamenu>li:hover>a {
    -webkit-transition: background-color .25s 0s ease;
    -webkit-transition: border-color .25s 0s ease;
    -moz-transition: background-color .25s 0s ease;
    -moz-transition: border-color .25s 0s ease;
    -o-transition: background-color .25s 0s ease;
    -o-transition: border-color .25s 0s ease;
    color: #fff;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    background: #333 url(../img/arrow_down_1.png) no-repeat right 20px;
}

#nav.megamenu li.level1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#nav.megamenu li.level1:hover {
    text-indent: -4px;
}

#nav.megamenu li.level1>a,
#nav.megamenu li.level2>a,
#nav.megamenu li.level3>a,
#nav.megamenu li.level4>a,
#nav.megamenu li.level5>a,
#nav.megamenu li.level6>a,
#nav.megamenu li.level7>a,
#nav.megamenu li.level8>a,
#nav.megamenu li.level9>a,
#nav.megamenu li.level10>a #nav.megamenu li.level11>a {
    font-size: 12px;
    line-height: 16px;
    display: block;
    padding: 4px 20px;
    text-decoration: none;
    color: #000;
}

#nav.megamenu li.level1:hover>a,
#nav.megamenu li.level2:hover>a,
#nav.megamenu li.level3:hover>a,
#nav.megamenu li.level4:hover>a,
#nav.megamenu li.level5:hover>a,
#nav.megamenu li.level6:hover>a,
#nav.megamenu li.level7:hover>a,
#nav.megamenu li.level8:hover>a,
#nav.megamenu li.level9:hover>a,
#nav.megamenu li.level10:hover>a,
#nav.megamenu li.level11:hover>a {
    font-weight: bold;
}

#nav.megamenu li:hover>ul,
#nav.megamenu li:hover>ul>li>ul.list_in_column {
    display: block;
}

#nav.megamenu>li>ul {
    top: 58px;
    border-color: #fff;
    border-top-color: #333 !important;
}

#nav.megamenu>li>ul,
#nav.megamenu li:hover .menu_custom_block {
    width: auto;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #fdfdfd;
}

#nav.megamenu>li>ul {
    left: auto;
}

#nav.megamenu li ul.shadow,
#nav.megamenu li .menu_custom_block .shadow {
    display: inline-block;
    padding: 0;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

#nav.megamenu .menu_custom_block {
    position: absolute;
    top: 47px;
    display: none;
    float: none;
    margin: 0;
    padding: 0;
    background: #fdfdfd;
}

#nav.megamenu li .menu_custom_block .shadow {
    padding: 24px 15px 30px;
}

#nav.megamenu li:hover .menu_custom_block {
    display: block;
}

#nav.megamenu .menu_custom_block .col-third {
    display: inline;
    float: left;
    width: 230px;
    margin: 0 14px;
}

#nav.megamenu .menu_custom_block .col-third h1,
#nav.megamenu .menu_custom_block .col-third h2,
#nav.megamenu .menu_custom_block .col-third h3 {
    padding: 14px 0;
}

#nav.megamenu ul li {
    margin: 0;
    padding: 0;
}

#nav.megamenu ul a {
    font-weight: normal;
}

#nav.megamenu ul ul li {
    position: relative;
}

#nav.megamenu ul ul ul ul {
    position: absolute !important;
    z-index: 1000 !important;
    top: -10px;
    left: 150px;
    width: 200px;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #fdfdfd !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

nav>#nav.megamenu ul ul ul li:hover ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
    display: block !important;
}

nav>#nav.megamenu ul ul ul ul,
nav>#nav.megamenu ul ul ul li:hover ul ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul {
    display: none !important;
}

#nav.megamenu li.list_column {
    z-index: auto;
    width: 200px;
    margin: 0 !important;
    padding-top: 10px;
    padding-bottom: 20px;
}

#nav.megamenu li.list_column,
#nav.megamenu li.category_desc_in_menu {
    display: block;
    float: left;
    margin: 30px 0;
    border-left: 2px solid #eaeaea;
}

#nav.megamenu li:hover li:first-child {
    border-left: none;
}

#nav.megamenu li:hover li.category_desc_in_menu {
    width: 240px;
    margin: 0 !important;
    padding: 0 30px;
    padding: 10px 40px 10px 30px;
}

#nav.megamenu a.custom_category_link,
#nav.megamenu .menu_custom_block a {
    font-weight: bold;
    display: inline;
}

#nav.megamenu h1.custom_menu_title {
    font-size: 1.25em;
}

#nav.megamenu li:hover ul.list_in_column {
    position: relative;
    top: 0;
}

#nav.megamenu ul.list_in_column li {
    float: none;
}

#nav.megamenu ul.list_in_column ul {
    display: none;
}

#nav.megamenu ul.list_in_column li:hover ul {
    display: block;
}

#nav.megamenu .category_desc_in_menu img,
.custom_menu_img img {
    border: 5px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

#megamenu {
    position: relative;
}

#megamenu #nav ul.level0 {
    left: 0;
    width: 100%;
}

#megamenu #nav li ul.shadow,
#nav li .menu_custom_block .shadow {
    padding-right: 0;
    padding-left: 0;
}

#megamenu #nav ul.level0>li {
    width: 100%;
}

#megamenu li.row_middle,
#megamenu li.row_top,
#megamenu li.row_bot {
    width: 100%;
    margin: 0;
    padding: 0;
}

#megamenu span.inside {
    font: 14px/18px "Oswald", sans-serif;
    display: block;
    margin: 0 30px;
    padding: 20px 0;
    text-transform: uppercase;
}

#megamenu span.inside i {
    font-size: 18px;
    margin: -2px 5px 0 0;
}

#megamenu li.row_middle>ul {
    display: block;
    margin: 0 30px;
    padding: 30px 0 5px;
}

#megamenu li.row_top .inside {
    border-bottom: 1px solid #e1e1e1;
}

#megamenu li.row_bot .inside {
    border-top: 1px solid #e1e1e1;
}

#megamenu ul.rows_outer {
    float: left;
}

#megamenu ul.rows_outer>li {
    clear: both;
}

#megamenu ul.rows_outer ul {
    position: relative;
    z-index: 99;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    padding: 0;
    border-radius: 0;
    box-shadow: 0;
}

#megamenu ul.rows_outer ul:hover {
    z-index: 100;
}

#megamenu ul.rows_outer ul.menu_row li.col {
    position: relative;
    z-index: 99;
    display: block;
    /* width:175px; */
    float: left;
    width: 266px;
    margin: 0 10px 30px 0;
    padding: 0;
    box-shadow: none;
}

#megamenu ul.rows_outer ul.menu_row li.col:hover {
    z-index: 100;
}

#megamenu ul.rows_outer ul.menu_row li.col ul {
    box-shadow: none;
}

#megamenu ul.rows_outer ul.menu_row li.col li {
    float: none;
    width: auto;
    padding-left: 5px;
}

#megamenu ul.rows_outer ul.menu_row li.col li.title {
    font: 16px/16px "Oswald", sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#megamenu ul.rows_outer ul.menu_row li.col li.title span {
    font: 11px/16px Arial, Helvetica, sans-serif;
    display: inline-block;
    margin: 1px 0 0 5px;
    padding: 0 5px;
    color: #fff;
    border-radius: 3px;
    background-color: #606060;
}

#megamenu ul.rows_outer ul.menu_row li.col li:hover {
    background-color: #dcdddb;
}

#megamenu ul.rows_outer ul.menu_row li.col li.title:hover {
    background-color: transparent !important;
}

#megamenu ul.rows_outer ul.menu_row li.col li a:hover {
    text-decoration: none;
}

#megamenu ul.rows_outer ul.menu_row li.col li ul {
    position: absolute;
    z-index: 1000;
    top: -10px;
    left: 100px;
    display: none;
    width: 200px;
    padding: 10px 0;
    border-radius: 6px;
    background: #f9f9f9;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

#megamenu ul.rows_outer ul.menu_row li.col li:hover ul {
    display: block;
}

#megamenu ul.rows_outer ul.menu_row li.col li ul a {
    padding: 4px 10px;
    color: #404040;
}

#megamenu .custom {
    padding: 20px 15px;
}

#megamenu .custom img {
    margin-bottom: 10px;
    border: 5px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

#megamenu ul.rows_outer a {
    font-size: 12px;
    line-height: 16px;
    display: block;
    padding: 4px 0;
    text-decoration: none;
}


/**/

#megamenu ul.rows_outer ul.menu_row li.col li.title a {
    font: 16px/16px "Oswald", sans-serif;
    display: inline;
    margin-bottom: 10px;
    text-transform: uppercase;
    background: none !important;
}

ul.menu_row>li.col>ul>li a,
#megamenu .inside a {
    background: none !important;
}

#megamenu .inside a {
    display: inline;
    padding-right: 25px;
}

@media (max-width: 1360px) {
    #megamenu ul.rows_outer ul.menu_row li.col {
        width: 155px;
    }
    #phonedrop h2 {
        padding: 7px 80px 0;
    }
}

@media (max-width: 1200px) {
    #megamenu ul.rows_outer ul.menu_row li.col {
        width: 200px/* width: 136px */
        ;
    }
    #phonedrop h2 {
        padding: 7px 20px 0;
    }
}

#megamenu ul.rows_outer ul.menu_row li.col li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
    display: block !important;
}

#megamenu ul.rows_outer ul.menu_row li.col li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul {
    display: none !important;
}


/**/

.login_block {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    text-align: right;
}

.login_block a {
    padding-bottom: 5px;
}

.login_social {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
}

.shoppingcart {
    position: relative;
    z-index: 50001;
    float: right;
    margin-top: 2px;
}

.shoppingcart:hover {
    z-index: 50003;
}

.shoppingcart .badge {
    position: absolute;
    top: -7px;
    right: -10px;
}

.shoppingcart .fadelink {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    padding-bottom: 10px;
}

.shoppingcart .fadelink span a.btn {
    line-height: 20px;
    width: 32px;
    padding: 3px 0;
}

.shoppingcart:hover .fadelink span a {
    cursor: pointer;
    -webkit-transition: background-color .25s 0s ease;
    -moz-transition: background-color .25s 0s ease;
    -o-transition: background-color .25s 0s ease;
    color: #fff;
    background: #404040;
}

.shopping_cart_mini {
    z-index: 100;
    display: none;
    width: 300px;
    margin-top: 38px;
    color: #000;
    border-radius: 5px;
    background-color: #fdfdfd;
    box-shadow: 0 0 4px rgba(0, 0, 0, .27);
}

.shopping_cart_mini .inner-wrapper {
    padding: 10px;
}

.smallcart_item {}

.shopping_cart_mini .item {
    position: relative;
    overflow: hidden;
    width: 256px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.shopping_cart_mini .product-image img {
    width: 52px;
    height: 52px;
}

.shopping_cart_mini .product-image {
    float: left;
    margin-right: 10px;
    border: 1px solid #f3f3f3;
}

.shopping_cart_mini .product-detailes {
    float: left;
    width: 110px;
}

.shopping_cart_mini .product-detailes .product-name {
    font-size: 12px;
    line-height: 1.05em;
    text-decoration: none;
    color: #000;
}

.shopping_cart_mini .product-detailes .product-price {
    font-weight: bold;
    color: #000;
}

.shopping_cart_mini .button {
    float: right;
    margin-left: 5px;
}

.shopping_cart_mini a i {
    font-size: 18px;
    margin-left: 7px;
    color: #000;
}

.shopping_cart_mini .button {
    line-height: 31px;
    float: left;
    margin-right: 5px;
    padding: 0 7px;
    -webkit-transition: background-color .25s 0s ease;
    -moz-transition: background-color .25s 0s ease;
    -o-transition: background-color .25s 0s ease;
    text-decoration: none;
    color: #000;
    border-radius: 3px;
    background: #f0f0f0;
}

.shopping_cart_mini .button:hover {
    -webkit-transition: background-color .25s 0s ease;
    -moz-transition: background-color .25s 0s ease;
    -o-transition: background-color .25s 0s ease;
    color: #fff;
    background: #606060;
}


/*right toolbar*/

#right_toolbar {
    position: fixed;
    z-index: 5000;
    right: 0;
    bottom: 15%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #right_toolbar {
        right: 15px;
    }
}

#right_toolbar .shoppingcart {
    position: relative;
    display: inline-block;
    float: none;
    margin: 15px 0 7px 20px;
    padding: 0;
}

#right_toolbar .shoppingcart:hover {
    margin: 15px 0 7px 0;
    padding: 0 0 0 20px;
}

#right_toolbar .shoppingcart .fadelink {
    position: relative;
    float: left;
}

#right_toolbar .shopping_cart_mini {
    position: absolute;
    right: 0;
    bottom: -110px;
    left: auto;
    margin-right: 38px;
}

.shopping_cart_mini.empty {
    top: -41px !important;
    bottom: auto !important;
}

#right_toolbar .shoppingcart .badge {
    right: -5px;
}

#right_toolbar .search_wrapper {
    position: relative;
    clear: both;
    height: 40px;
}

#right_toolbar .form-search {
    position: static;
}

#right_toolbar .form-search button {
    position: relative;
    z-index: 100;
    margin: -3px 0 0 18px;
}

#right_toolbar .form-search input.search-query {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 20px;
    width: 0;
    height: 22px;
    padding: 2px 10px;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .27);
}

#back-top a {
    font-size: 22px;
    line-height: 22px;
    display: block;
    width: 61px;
    height: 42px;
    margin: 0 0 0 5px;
    padding: 17px 0 0 0;
    text-align: center;
    opacity: 1;
    border: 2px solid #f0f0f0;
    border-radius: 3px;
    background: #f8f8f8;
}


/*CONTENT*/

section.slider {
    margin-bottom: 10px;
    background: url(../img/ajax-loader.gif) no-repeat center 50%;
}

body.home_v_2 section#content {
    padding-top: 22px;
    background: url(../img/home_v_2_body_bg.jpg) no-repeat center 0;
}

section#content>.container.top,
section#content_top {
    padding-top: 25px;
    box-shadow: 0 -5px 5px -4px rgba(0, 0, 0, .1);
}

section#content {
    padding-bottom: 70px;
}

section#content_top {
    padding-bottom: 0;
}

section#content_bot {
    padding-bottom: 70px;
}

#column_left.span3 {
    float: right;
}

#column_right.span9 {
    float: right;
}

.box-wrapper {
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .27);
}

.box-wrapper .inside {
    padding: 20px;
}

.box-wrapper .inside.min-height {
    min-height: 270px;
}

.box-wrapper .line {
    overflow: hidden;
    width: 100%;
    height: 1px;
    margin: 0 0 -6px 0;
    border-top: 5px solid #606060;
}

.box-wrapper a {
    text-decoration: underline;
}

.box-wrapper a:hover,
.box-wrapper .button {
    text-decoration: none;
}

.table.shopping-cart-table th,
.table.shopping-cart-table td {
    font-size: 14px;
    padding: 10px;
    border-bottom: 2px solid #e5e5e5;
}

.table.shopping-cart-table a {
    text-decoration: underline;
}

.table.shopping-cart-table .btn-mini {
    line-height: 1;
    margin: 5px 0;
    padding: 5px 7px;
}

.table.shopping-cart-table a:hover {
    text-decoration: none;
}

.table.shopping-cart-table th {
    padding: 5px 10px;
}

.table th.aligncenter,
.table td.aligncenter {
    text-align: center;
}

.table th.alignright,
.table td.alignright {
    text-align: right;
}

.table.shopping-cart-table td {
    /* border-right: 1px solid #e5e5e5; */
    vertical-align: middle;
}

.table.shopping-cart-table td img {
    width: 68px;
    height: 68px;
}

.table.shopping-cart-table td:first-child {
    width: 68px;
    border-left: 1px solid #e5e5e5;
}

.table.shopping-cart-table td:last-child {
    border-right: 1px solid #e5e5e5;
}

.table.shopping-cart-table th {
    font-weight: normal;
}

.table.shopping-cart-table input.qty {
    width: 26px;
    margin-top: -5px;
    margin-bottom: -5px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
}

.table.shopping-cart-table a[class^="icon-"],
.table.shopping-cart-table a[class*=" icon-"] {
    font-size: 20px;
}

.table.shopping-cart-table .cart-col-name {
    display: none;
}

.table.shopping-cart-table-total {
    border-bottom: 2px solid #e5e5e5;
}

.table.shopping-cart-table-total th,
.table.shopping-cart-table-total td {
    padding: 0 15px;
    border: none;
}

.table.shopping-cart-table-total th h5 {
    /* 2016-03-03 */
    margin: 0;
}

.table.payments th,
.table td {
    line-height: 32px;
    padding: 4px;
}

.payments input[type="radio"],
.payments input[type="checkbox"] {
    margin: -3px 10px 0 10px;
}


/*product block*/

.product {
    position: relative;
    margin-top: 10px;
    margin-bottom: 14px;
    /* border-radius: 8px; */
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .27);
}

.product:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .27);
}

.product a {
    text-decoration: none;
}

.product a:hover {
    text-decoration: underline;
}

.product .product-image-wrapper {
    z-index: 350;
    padding: 20px 20px 0;
    cursor: pointer;
    text-align: center;
}

.product .product-image-wrapper .roll_over_img {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    display: none;
}

.small_with_description .product,
.big_without_description .product,
.small_without_description .product,
.product-listing.product-list .product {
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 0;
    box-shadow: none;
}

.small_with_description .product .product-image-wrapper,
.big_without_description .product .product-image-wrapper,
.small_without_description .product .product-image-wrapper,
.product-listing.product-list .product .product-image-wrapper {
    padding: 20px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .27);
}

@media (min-width: 1201px) {
    .product.hover {
        box-shadow: none;
    }
    .product.hover .product-image-wrapper {
        box-shadow: none;
    }
}

.product .product-image-wrapper img {
    float: none;
}

.product .product-price,
.product .product-price-regular,
.preview .product-price,
.preview .product-price-regular {
    font: 16px/18px Arial, Helvetica, sans-serif;
    padding-top: 3px;
}

.wrapper .product-price {
    /* 2016-03-05 */
    min-height: 30px;
}

.wrapper.list .product-price {
    /* 2016-03-05 */
    min-height: 0;
}

.product .product-price span.old,
.product .product-price-regular span.old,
.preview .product-price span.old,
.preview .product-price-regular span.old {
    font-size: 12px;
    line-height: 18px;
    padding-left: 5px;
    text-decoration: line-through;
    color: #000;
}

.product .product-tocart,
.preview .product-tocart {
    float: right;
    width: 30px;
    height: 35px;
    margin-top: -2px;
    text-align: right;
}

.product .product-tocart a,
.preview .product-tocart a {
    font-size: 25px;
    line-height: 25px;
    -webkit-transition: font-size .25s 0s ease;
    -moz-transition: font-size .25s 0s ease;
    -o-transition: font-size .25s 0s ease;
}

.product .product-tocart a:hover,
.preview .product-tocart a:hover {
    font-size: 30px;
    -webkit-transition: font-size .25s 0s ease;
    -moz-transition: font-size .25s 0s ease;
    -o-transition: font-size .25s 0s ease;
}

.product .product-link,
.preview .product-link {
    line-height: 15px;
    margin-top: 5px;
}

.product .product-name,
.preview .product-name {
    font: 12px/16px Arial, Helvetica, sans-serif;
    overflow: hidden;
    max-height: 35px;
    margin-top: 10px;
    margin-bottom: 7px;
}

.product .wrapper-hover {
    padding: 3px 14px 12px 14px;
}

.preview .wrapper-hover {
    padding: 3px 9px 12px 9px;
}

.preview.small .wrapper-hover {
    padding: 7px 0 12px 0;
}

.small_with_description .product .wrapper-hover {
    padding: 2px 5px;
}

.product .product_label {
    position: absolute;
    z-index: 101;
    top: 0;
    right: 0;
}

.product-row-divider {
    clear: both;
    height: 0;
}

.style2 .image-wrapper {
    margin: 0 4px;
}

.style2 .image-wrapper img {
    margin-bottom: 65px;
}


/* view as grid  */

.product-listing.product-grid .price-tax,
.product-listing.product-grid .rating-listing,
.product-listing.product-grid .list_description,
.product-listing.product-grid .listing_buttons {
    display: none;
}

.product-listing.product-grid .product .wrapper-hover.hidden_name {
    display: none !important;
}


/* view as list  */

.product-listing.product-list .product {
    float: none !important;
    clear: both !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 95% !important;
    margin-bottom: 20px;
    box-shadow: none;
}

.product-listing.product-list .preview {
    display: none !important;
}

.product-listing.product-list .product .wrapper-hover,
.product-listing.product-list .product .product-image-wrapper {
    margin-bottom: 30px;
}

.product-listing.product-list .product .product-image-wrapper {
    float: left;
    width: 205px;
}

.product-listing.product-list .small_with_description .product .product-image-wrapper {
    width: 160px;
}

.product-listing.product-list .product .countdown_box {
    float: left;
    width: 240px;
}

.product-listing.product-list .product:hover .countdown_box {
    display: none;
}

.product-listing.product-list .product .wrapper-hover {
    margin-left: 270px;
    padding: 0;
    text-align: left;
}

.product-listing.product-list .small_with_description .product .wrapper-hover {
    margin-left: 190px;
}

.product-listing.product-list .product.small .product-image-wrapper {
    float: left;
    width: 140px;
}

.product-listing.product-list .product.small .wrapper-hover {
    margin-left: 180px;
    padding: 0;
    text-align: left;
}

.product-listing.product-list .product .product-image-wrapper {
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, .27);
}

.product-listing.product-list .product .product-name {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.product-listing.product-list .product .product-tocart,
.product-listing.product-list .product .product-link,
.product-listing.product-list .product .rating-grid {
    display: none !important;
}

.product-listing.product-list .rating-listing {
    display: inline-block;
    float: right;
}

.product-listing.product-list .product .product-price {
    display: inline-block;
    float: left;
    padding-top: 7px;
}

.product-listing.product-list .list_description {
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.product-listing.product-list a.btn-cart {
    text-decoration: none;
}

.product-listing.product-list .product_sticker {
    display: block !important;
}

.product-listing.product-list .label_gift_top_right,
.product-listing.product-list .label_new_top_right,
.product-listing.product-list .label_sale_top_right {
    right: auto !important;
    left: 175px;
}

.product-listing.product-list .sale_discount {
    right: auto !important;
    left: 192px;
}

.product-listing.product-list .small_with_description .label_gift_top_right,
.product-listing.product-list .small_with_description .label_new_top_right,
.product-listing.product-list .small_with_description .label_sale_top_right {
    left: 105px;
}

.product-listing.product-list .small_with_description .sale_discount {
    left: 122px;
}

@media (min-width: 480px) and (max-width: 979px) {
    .product-listing.product-list .product {
        width: 90% !important;
    }
    .product-listing.product-list .product .wrapper-hover {
        margin-left: 210px;
    }
    .product-listing.product-list .product .product-image-wrapper {
        width: 160px;
    }
    .product-listing.product-list .product .countdown_box {
        width: 190px;
    }
    .product-listing.product-list .label_gift_top_right,
    .product-listing.product-list .label_new_top_right,
    .product-listing.product-list .label_sale_top_right {
        left: 125px;
    }
    .product-listing.product-list .sale_discount {
        left: 142px;
    }
}

@media (max-width: 479px) {
    .product-listing.product-list .product,
    .product-listing.product-list .small_with_description .product {
        float: none !important;
        clear: both !important;
        width: 100% !important;
        margin: 0;
    }
    .product-listing.product-list .product .wrapper-hover,
    .product-listing.product-list .product.small .wrapper-hover,
    .product-listing.product-list .small_with_description .product .wrapper-hover,
    .product-listing.product-list .small_with_description .product.small .wrapper-hover {
        clear: both;
        margin-left: 0;
    }
    .product-listing.product-list .product .product-image-wrapper,
    .product-listing.product-list .product.small .product-image-wrapper,
    .product-listing.product-list .small_with_description .product .product-image-wrapper,
    .product-listing.product-list .small_with_description .product.small .product-image-wrapper {
        display: inline-block;
        float: none;
        width: 230px !important;
        margin: 0 auto 15px !important;
    }
}

@media (min-width: 480px) and (max-width: 639px) {
    .product-listing.product-list .product {
        width: 90% !important;
    }
    .product-listing.product-list .product {
        margin: 0 0 10px 20px !important;
    }
    .product-listing.product-list .product-name,
    .product-listing.product-list .product-name a {
        font-size: 14px !important;
        line-height: 16px !important;
    }
    .form-search-wrapper {
        margin: -26px 30px 6px;
    }
}


/*product label*/

.label_outer {
    position: relative;
    z-index: 1;
    height: 200px;
}

.label_best_top_left,
.label_gift_top_right,
.label_new_top_left,
.label_new_top_right,
.label_sale_top_left,
.label_sale_top_right {
    font-size: 11px;
    line-height: 12px;
    position: absolute;
    z-index: 351;
    top: 20px;
    left: -3px;
    width: 68px;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
}

.label_best_top_left {
    top: 50px;
}

.label_new_top_right {
    right: -3px;
    left: auto;
}

.label_gift_top_right {
    top: 50px;
    right: -3px;
    left: auto;
}

.label_sale_top_right {
    right: -3px;
    left: auto;
}

.sale_discount {
    font-family: arial;
    font-weight: bold;
    line-height: 26px;
    position: absolute;
    z-index: 351;
    top: 130px;
    right: 9px;
    width: 40px;
    height: 26px;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 0 11px #fff;
    box-shadow: 0 0 11px #fff;
}


/*product hover preview*/

.preview {
    position: absolute;
    z-index: 4000;
    top: 0;
    left: 0;
    display: none;
    /*overflow: hidden;*/
    float: left;
    padding: 5px 5px 10px 5px;
    text-align: left;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 46px 12px rgba(0, 0, 0, .1);
}

.preview .col-1 {
    width: 71px;
    padding-right: 4px;
}

.preview .col-2 {
    width: 260px;
}

.preview .col-1 img {
    margin-bottom: 5px;
}

.preview.small {
    padding-bottom: 5px;
}

.preview.small .col-1 {
    width: 53px;
    padding-right: 4px;
}

.preview.small .col-2 {
    width: 160px;
}

.preview.small .padding {
    padding: 8px 3px 0;
}

.preview .preview_top {
    overflow: hidden;
}

.preview .preview_bot {
    padding: 0;
}

.preview.small .preview_bot {
    margin-top: 0;
    padding: 8px 0 12px 55px;
}

.preview.small img {
    margin-bottom: 4px;
    margin-left: 1px;
}

.preview .big_image {
    text-align: center;
}

.preview.small .big_image {
    left: 62px;
}

.icon {
    float: left;
    width: 30px;
}

.txt {
    margin-bottom: 10px;
    margin-left: 30px;
}

.twit {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 5px 0 15px 0;
    border-bottom: 1px solid rgba(200, 200, 200, .1);
}

.twit a,
.twit .icon {
    color: #606060;
}

.twit .icon {
    font-size: 18px;
    width: 25px;
}

.twit .mess {
    margin-left: 25px;
}

.fb-like-box,
.fb-like-box iframe[style],
.fb-like-box span {
    width: 100% !important;
}

.block {
    margin: 0;
}

#column_left .block {
    margin: 0 0 15px;
    border-bottom: 1px solid #eee;
}

.block.last {
    border: none;
}

#column_left .block:last-child {
    margin: 0;
    border-bottom: none;
}

.block .block-title,
.you-looked .block-title {
    font: 20px/24px "Oswald", sans-serif;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.you-looked .block-title {
    padding-bottom: 15px;
}

.block .block-title strong,
.container .block-title strong {
    font-weight: normal;
    padding-bottom: 10px;
}

.block .block-content {
    padding: 5px 0 15px;
}

.block .block-content #hideman {
    overflow: auto;
    max-height: 270px;
}

.block .block-subtitle {
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.block-layered-nav dt {
    font-weight: bold;
    margin: 0;
    padding: 7px 0 6px;
}

.block-layered-nav dd {
    margin: 0 0 25px;
    padding: 0;
}

.block-layered-nav ol {
    margin: 0;
}

.block-layered-nav dd li {
    margin-bottom: 6px;
    padding: 0 0 0 19px;
    background: url(../img/block-layered-dt.gif) no-repeat scroll 0 9px transparent;
}

.block-layered-nav dd li a {
    text-decoration: none;
}

.block-layered-nav dd li a:hover {
    text-decoration: underline;
}

ul#poll-answers {
    margin-bottom: 15px;
}

ul#poll-answers li {
    line-height: 22px;
}

ul#poll-answers .label {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    padding: 0 4px;
    vertical-align: baseline;
    white-space: nowrap;
    color: #000;
    border-radius: 0;
    background: none;
    text-shadow: none;
}

ul#poll-answers label {
    margin: 0;
}

ul#poll-answers input[type="radio"] {
    margin: -2px 0 0;
}

.line {
    overflow: hidden;
    width: 100%;
    height: 1px;
    margin: 10px 0;
    border-top: 1px solid #ececec;
}

.patriks_day .line {
    height: 40px;
    margin: 5px 0;
    border: none;
    background: url(../img/line_patriks_day.png) repeat-x;
}

.helloween .line {
    height: 40px;
    margin: 5px 0;
    border: none;
    background: url(../img/line_helloween.png) repeat-x;
}

.christmas .line {
    height: 40px;
    margin: 5px 0;
    border: none;
    background: url(../img/line_christmas.png) repeat-x;
}

.thanksgiving .line {
    height: 40px;
    margin: 5px 0;
    border: none;
    background: url(../img/line_thanksgiving.png) repeat-x;
}

.line1 {
    overflow: hidden;
    width: 100%;
    height: 1px;
    margin: 10px 0;
    border-bottom: 1px solid #c7c7c7;
}

.listing_header_row1 {
    line-height: 26px;
    padding: 10px 0 0;
}

.listing_header_row1 .pull-left {
    width: 33%;
}

.listing_header_row1 .pull-right {
    width: 33%;
}

.listing_header_row2 {
    padding: 0 0 30px 0;
}

.listing_header_row1 label {
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    padding-right: 15px;
    cursor: text;
}

.listing_header_row1 label {
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    padding-right: 3px;
    cursor: text;
}

.iphone .listing_header_row1 label {
    padding-right: 5px;
}

.listing_header_row1 a[class^="icon-"],
.listing_header_row1 a[class*=" icon-"] {
    font-size: 26px;
    display: inline-block;
    padding-right: 5px;
    text-decoration: none;
    color: #888;
}

@-moz-document url-prefix() {
    .listing_header_row1 a[class^="icon-"],
    .listing_header_row1 a[class*=" icon-"] {
        margin-top: -2px;
    }
}

.listing_header_row1 a[class^="icon-"].active,
.listing_header_row1 a[class*=" icon-"].active {
    cursor: default;
}

.num {
    text-align: right;
}

.num a {
    line-height: 20px;
    display: inline-block;
    padding-right: 5px;
}

.num a[disabled] {
    font-size: 15px;
    cursor: default;
    text-decoration: none;
}

a.small_icon i {
    font-size: 12px;
    line-height: 20px;
    padding: 0 3px;
    background-color: rgba(236, 236, 236, 1);
}

a.small_icon:hover i {
    background-color: rgba(236, 236, 236, .6);
}

a.small_icon_color i {
    font-size: 12px;
    line-height: 20px;
    margin-top: -2px;
    margin-right: 7px;
    padding: 0 2px;
    color: #fff;
    border-radius: 2px;
    background-color: #606060;
}

a.small_icon_color i.icon-heart {
    text-indent: 1px;
}

.middle_icon_color {
    font-size: 23px;
    line-height: 28px;
    display: block;
    width: 32px;
    height: 29px;
    margin-right: 10px;
    padding: 2px 0 0 0;
    -webkit-transition: background-color .25s 0s ease;
    -moz-transition: background-color .25s 0s ease;
    -o-transition: background-color .25s 0s ease;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: #606060;
}

.icon_product {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    height: 25px;
    margin: 0 9px 10px 0;
    padding: 2px 19px 2px 5px;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .35);
}

.icon_product:before {
    position: absolute;
    top: 0;
    right: -1px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-width: 15px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.iphone .middle_icon_color {
    height: 31px;
    padding: 0;
}

.rating {
    margin-top: 7px;
}

.rating i {
    font-size: 14px;
    color: #ccc;
}

i.stock:before {
    font-size: 16px;
    line-height: 5px;
    content: "■";
}

.short-description i.stock:before {
    font-size: 30px;
    line-height: 10px;
}

.wrapper.list i.stock:before {
    font-size: 26px;
}

.wrapper.list .pull-right {
    padding: 10px 0 0;
}

.sku {
    line-height: 20px;
}

.product-shop {
    display: inline-block;
}

.product-shop h3 {
    padding-right: 0;
}

.product-shop .product_info_left {
    overflow: hidden;
}

.product_info_left .line {
    border-top: 1px solid #d7d7d7;
}

.product_info_left .testimonials {
    border-radius: 6px;
}

.product_info_left .testimonials a {
    margin-right: 6px;
}

.product-shop .product_custom,
.product-shop .product_related {
    float: right;
    width: 170px;
    margin-top: -10px;
    margin-left: 30px;
}

.product-img-box .product-image {
    padding: 8px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .27);
}

.product-img-box .product-image>img {
    width: 100%;
}

.product-shop .product-name h1 {
    font-size: 22px;
    line-height: 26px;
    text-transform: none;
}

.product-shop .availability {
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}

.product-shop .short-description {
    min-height: 18px;
    padding: 5px 0 15px;
    border-bottom: 1px solid #d7d7d7;
}

.product-shop .short-description span {
    margin: 0 20px 0 0;
}

.product-shop h4.short-description {
    margin: -5px 0 -5px 5px;
    border-bottom: none;
}

.product-shop .price-box {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    /* 2016-03-03 */
    padding: 20px 0 10px;
}

.product-listing.product-list .price-box {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    display: inline-block;
    width: 200px;
    color: #4a4a4a;
}

.product-listing.product-list .product-review {
    line-height: 30px;
    display: inline-block;
}

.product-listing.product-list .product-review a {
    text-decoration: underline;
}

.product-listing.product-list .product-review a:hover {
    text-decoration: none;
}

.product-shop .old-price,
.product-shop .special-price,
.product-listing.product-list .old-price,
.product-listing.product-list .special-price {
    display: inline-block;
}

.product-shop .old-price .price,
.product-listing.product-list .old-price .price {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    padding-right: 10px;
    text-decoration: line-through;
    color: #4a4a4a;
}

.product-listing.product-list .special-price .price {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

.product-shop .add-to-cart {
    /* margin: 0 0 30px; */
}

.product-shop .add-to-cart .qty {
    display: inline-block;
    height: 42px;
    margin-right: -10px;
    margin-bottom: 5px;
    padding: 12px 35px 0 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px;
}

.product-shop .add-to-cart label {
    line-height: 30px;
    float: left;
    margin-right: 12px;
}

.product-shop .add-to-cart .qty input {
    width: 40px;
    height: 30px;
    padding: 0;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 0;
}

.product-shop .add-to-cart button.btn-cart,
.product-listing.product-list a.btn-cart {
    font-size: 18px;
    height: 56px;
    padding-right: 20px;
    vertical-align: middle;
    /* line-height:24px; */
    ;
}

.product-listing.product-list {
    margin-bottom: 20px;
}

.product-listing.product-list a.btn-cart {
    font-size: 16px;
    line-height: 38px;
    height: 38px;
    margin-right: 20px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.product-shop .add-to-cart button.btn-cart i,
.product-listing.product-list a.btn-cart i {
    font-size: 22px;
    margin-top: -10px;
    padding-right: 8px;
}

.product-listing.product-list a.btn-cart i {
    margin-top: 0;
}

.product-shop .add-to-links,
.product-listing.product-list .add-to-links {
    display: inline-block;
}

.product-listing.product-list .add-to-links {
    padding: 10px 0 0 0;
}

.product-shop .add-to-links li,
.product-listing.product-list .add-to-links li {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.product-shop .add-to-links li:last-child,
.product-listing.product-list .add-to-links li:last-child {
    margin-right: 0;
}

.product-shop .no-rating {
    padding: 15px 0 0;
}

.product-shop .no-rating a {
    text-decoration: underline;
}

.product-shop .no-rating a:hover {
    text-decoration: none;
}

.product-listing.product-list .bottom-line,
.product-listing.product-list .product-buttons {
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
}

.product-listing.product-list .product-buttons {
    border: none;
}

.product-listing.product-list .product-name,
.product-listing.product-list .product-name a {
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.product-listing.product-list .product-name a:hover {
    text-decoration: underline;
}

.socialsplugins_wrapper {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 10px;
}

.socialsplugins_wrapper .facebook_button {
    float: left;
    margin-right: 5px;
}

.socialsplugins_wrapper .twitter_button {
    float: left;
    margin-right: -10px;
}

.socialsplugins_wrapper .pinit_button {
    float: left;
}

.promo_box {
    display: table;
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #f2f2f2;
}

.promo_box span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.promo_box:hover div {
    background-color: #000;
}

.nav-tabs>li>a,
.nav-pills>li>a {
    margin-right: 4px;
    padding-right: 20px;
    padding-left: 20px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li {
    margin-bottom: 0;
}

.nav-tabs>li>a {
    font-weight: bold;
    line-height: 24px;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
    border: none;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .27);
}

.nav-tabs>li>a:hover,
.nav-tabs>.active>a,
.nav-tabs>.active>a:hover {
    text-decoration: none;
    color: #fff;
    border: none;
    background-color: #606060;
    box-shadow: 0 0 4px rgba(0, 0, 0, .27);
}

.horizontalTab .nav-tabs>li>a,
.verticalTab .nav-tabs>li>a {
    font: 13px/24px "Oswald", sans-serif;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
    background-color: #f8f8f8;
    box-shadow: none;
}

.verticalTab .nav-tabs>li>a {
    min-width: 35px;
    border-radius: 3px 0 0 3px;
}

.verticalTab.tabs-right .nav-tabs>li>a {
    border-radius: 0 3px 3px 0;
}

.horizontalTab .nav-tabs>li>a:hover,
.horizontalTab .nav-tabs>.active>a,
.horizontalTab .nav-tabs>.active>a:hover,
.verticalTab .nav-tabs>li>a:hover,
.verticalTab .nav-tabs>.active>a,
.verticalTab .nav-tabs>.active>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #606060;
    box-shadow: none;
}

.verticalTab.tabs-left>.nav-tabs {
    margin-top: 0;
    margin-right: 0;
    border: 0;
}

.verticalTab.tabs-right>.nav-tabs {
    margin-left: 0;
}

.tab-content {
    position: relative;
    z-index: 5;
    margin-bottom: 25px;
    padding: 20px;
    border-top: 5px solid #606060;
    background: #fff;
    box-shadow: inset 0 15px 40px rgba(96, 96, 96, .14);
}

.horizontalTab .tab-content,
.verticalTab.tabs-right .tab-content,
.verticalTab.tabs-left .tab-content {
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 0 1px rgba(0, 0, 0, .27);
}

.verticalTab.tabs-right .tab-content,
.verticalTab.tabs-left .tab-content {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .27);
}

.verticalTab.tabs-right .tab-content {
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
}

.content_top {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.breadcrumbs {
    line-height: 14px;
    display: inline-block;
    margin-bottom: 20px;
}

.breadcrumbs a {
    display: block;
    float: left;
}

.breadcrumbs span {
    display: block;
    float: left;
    padding: 0 10px;
    color: #bababa;
}

.direction-nav,
.small_previews {
    position: relative;
    float: right;
    margin-top: -10px;
}

.carousel .small_previews {
    position: absolute !important;
    top: -36px;
    right: 9px;
}

.flexslider.vertical .small_previews {
    position: absolute;
    top: 366px;
    right: 0;
    margin: 0 0 20px 0;
}

.direction-nav a {
    font-size: 24px;
    line-height: 33px;
    display: inline-block;
    width: 34px;
    height: 33px;
    margin-left: 4px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: background-color .25s 0s ease;
    -moz-transition: background-color .25s 0s ease;
    -o-transition: background-color .25s 0s ease;
    text-indent: 2px;
    color: #fff;
    border-radius: 2px;
    background: #e2e2e2;
}

.iphone .direction-nav a {
    height: 31px;
    padding: 2px 0 0;
}

.direction-nav a:hover {
    -webkit-transition: background-color .25s 0s ease;
    -moz-transition: background-color .25s 0s ease;
    -o-transition: background-color .25s 0s ease;
    color: #fff;
}

.small_preview {
    position: absolute;
    z-index: 10000;
    top: 38px;
    display: none;
    width: 65px;
    height: 65px;
    padding: 4px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .27);
}

.small_preview.next {
    right: -40px;
}

.small_preview.prev {
    right: 40px;
}

.small_previews #jcarousel_preview_prev,
.small_previews #jcarousel_preview_next {
    z-index: 100;
    top: 20px;
}

.accordion,
.toggle {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    padding: 0;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .15);
}

.accordion-heading {
    position: relative;
    border-bottom: 0 none;
}

.accordion-heading a {
    font-family: "Oswald", sans-serif;
    margin: 0;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
}

.accordion-faq .accordion-heading a {
    font-family: inherit;
    font-weight: bold;
}

.accordion-heading a span {
    padding-right: 20px;
}

.accordion-heading .accordion-toggle {
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 10px 30px 10px 15px;
    border-radius: 3px;
    background: #606060;
}

.accordion-heading a.collapsed {
    margin: 0;
    color: #fff;
    background: #606060;
}

.accordion-heading a span {
    font-size: 14px;
    position: absolute;
    top: 7px;
    right: -10px;
    text-align: center;
    color: #fff;
}

.accordion-heading a span.number {
    position: relative;
    top: auto;
    right: auto;
    padding-right: 20px;
}

.accordion-heading a span.closed {
    display: none;
}

.accordion-heading a span.open {
    top: 7px;
    display: block;
}

.accordion-heading a.collapsed span.open {
    display: none;
}

.accordion-heading a.collapsed span.closed {
    display: block;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    overflow: hidden;
    padding: 30px 20px;
    border: none;
    background: #fcfcfc;
}

.box-list {
    padding: 10px 30px 20px;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.box-list li {
    padding: 4px 0;
    border-bottom: 1px solid rgba(200, 200, 200, .2);
}

.box-list li:last-child {
    border: none;
}

.custom_blocks {
    display: inline-block;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #f8f8f8;
    box-shadow: 0 0 4px rgba(0, 0, 0, .27);
}

.custom_blocks .box {
    float: left;
    width: 270px;
    padding: 0;
    text-align: center;
    background: none;
}

.custom_blocks .box:first-child {
    padding: 0 30px 0 0;
    background: url(../img/divider.png) no-repeat right 27px;
}

.custom_blocks .pull-left {
    padding: 0;
    background: none;
}

.custom_blocks .pull-left:first-child {
    padding: 0 29px 0 0;
    background: url(../img/divider.png) no-repeat right 27px;
}

.custom_blocks .box a {
    font: 18px/20px "Oswald", sans-serif;
    font-weight: normal;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.custom_blocks .box a:hover {
    text-decoration: none;
}

.custom_blocks .box .inside {
    overflow: hidden;
    margin: 8px 0 0;
    padding: 0 0 8px 0;
    -webkit-transition: all 1s 0s linear;
    -moz-transition: all 1s 0s linear;
    -o-transition: all 1s 0s linear;
    text-align: center;
    border-bottom: 5px solid #606060;
}

.custom_blocks .box .inside:hover {
    -webkit-transition: all .5s 0s linear;
    -moz-transition: all .5s 0s linear;
    -o-transition: all .5s 0s linear;
    border-bottom: 5px solid transparent;
}

.custom_blocks .btn_outer {
    display: inline-block;
    float: left;
    margin: 0 5px 0 15px;
}

.custom_blocks .box .text {
    line-height: 63px;
    display: inline-block;
}

.block_img img {
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition: all .2s 0s linear;
    -moz-transition: all .2s 0s linear;
    -o-transition: all .2s 0s linear;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.block_img img:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.message {
    margin-bottom: 20px;
    padding: 15px 20px 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
}

.message .text {
    font-size: 12px;
    line-height: 28px;
    display: inline-block;
}

.message i {
    font-size: 28px;
    display: inline-block;
    padding-right: 10px;
}

@-moz-document url-prefix() {
    .message i {
        margin-top: -2px;
    }
}

.message.info i {
    font-size: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
}


/*FOOTER*/

#bottom_block {
    margin-bottom: -50px;
    padding: 0 0 25px 0;
}

#push,
#footer {
    clear: both;
    height: 27px;
}

#footer {
    position: relative;
    z-index: 3000;
    bottom: 0;
    margin-top: -27px;
    color: #f8fbff;
}

#footer:hover {
    z-index: 3002;
}

#footer a {
    color: #fff;
}

#footer_line {
    position: relative;
    z-index: 0;
    background-color: #505050;
}

#footer_bottom {
    position: relative;
    z-index: 1;
}

#footer_bottom i {
    font-size: 14px;
    color: #fff;
}

#footer_bottom .pull-right,
#footer_bottom .pull-left {
    max-width: 49%;
}

#footer_bottom .pull-right {
    text-align: right;
}

#footer_bottom .noHover,
#footer_bottom .noHover span {
    line-height: 25px;
    margin: 0 0 1px 0;
    padding: 0;
}

#footer_bottom .noHover img {
    vertical-align: middle;
}

#footer_bottom .noHover span {
    display: inline-block;
}

#footer_bottom .noHover span.text {
    padding-top: 5px;
}

#footer_bottom .noHover span.text,
#footer_bottom .noHover span.text span {
    line-height: 18px;
    display: inline-block;
}

#footer_bottom .noHover span.text span {
    margin: 0;
}

#footer_bottom .pull-right.noHover {
    line-height: 24px;
    padding: 2px 0 0;
}

#footer_bottom .noHover .payment_icons {
    margin-right: 5px;
}

#footer_bottom .payment_icons img {
    margin-right: 4px;
}

#footer_button {
    font-size: 20px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    width: 30px;
    height: 24px;
    margin-left: -20px;
    padding: 3px 0 0 0;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #606060;
}

#footer_popup {
    position: absolute;
    z-index: 0;
    bottom: 0;
    display: none;
    width: 100%;
    padding-bottom: 65px;
    background-color: rgba(80, 80, 80, .85);
}

#footer_popup.footer_bg {
    /*	background-image:url(../img/glyphicons-halflings.png);
    */
    ;
}

#footer_popup h3,
#footer_popup h4 {
    font: 18px/24px "Oswald", sans-serif;
    padding: 10px 0;
    color: #fff;
    border-bottom: 1px solid #444;
}

#footer_popup h4 {
    border: none;
}

#footer_bottom i {
    font-size: 16px;
    height: 24px;
    padding: 0 1px;
    -webkit-transition: all .2s 0s linear;
    -moz-transition: all .2s 0s linear;
    -o-transition: all .2s 0s linear;
    color: #fff;
}

#footer_bottom i:hover {
    -webkit-transition: all .2s 0s linear;
    -moz-transition: all .2s 0s linear;
    -o-transition: all .2s 0s linear;
}

#preloader {
    position: fixed;
    z-index: 100000;
    top: 40%;
    width: 100%;
}

#preloader .message {
    position: absolute;
    left: 32%;
    width: 34%;
    margin-top: 70px;
    padding: 0 1%;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .8);
}

#preloader .loader {
    line-height: 56px;
    position: absolute;
    left: 50%;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    text-align: center;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .8);
}

#preloader .loader img {
    opacity: .9;
}

#preloader .message .inside {
    padding: 20px;
}

#login-box {
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 320px;
    margin-top: -200px;
    margin-left: -160px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .27);
}

#login-box a {
    text-decoration: underline;
}

#login-box a:hover,
#login-box .button {
    text-decoration: none;
}

#login-box .inside {
    padding: 20px;
}

#login-box input {
    margin: 12px 0;
    text-align: center;
    color: #000;
}

#login-box .button {
    position: relative;
    margin-top: 20px;
}

#login-box .line {
    overflow: hidden;
    width: 320px;
    height: 1px;
    margin: 20px -20px 0 -20px;
    border-top: 5px solid #606060;
}

#carousel_tabs a {
    white-space: nowrap;
}


/*form element*/

label,
input,
button,
select,
textarea {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}

.form-search-wrapper {
    position: relative;
    z-index: 50004;
    margin-right: 18px;
}

.form-search {
    position: relative;
    margin-bottom: 0;
}

.form-search input.search-query {
    font-size: 12px;
    line-height: 24px;
    width: 260px;
    height: 24px;
    padding-left: 44px;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .27);
}

select,
select:focus {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding: 6px;
    border-radius: 3px;
    outline: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, .27);
}

.select_wrapper {
    display: inline-block;
    padding-right: 5px;
}

.select_wrapper.width1 {
    width: 90px;
}

.select_wrapper.width2 {
    width: 120px;
}

.select_wrapper.width3 {
    width: 55px;
}

.select_wrapper.fullwidth {
    width: 98%;
}

.width1 select,
.width1 select:focus,
.width3 select,
.width3 select:focus {
    font-size: 12px;
    line-height: 22px;
    width: 95px;
    height: 22px;
    margin-bottom: 2px;
    padding: 0;
    text-indent: 1px;
    border: solid 1px #cfcfcf;
    border-radius: none;
    outline: none;
    box-shadow: none;
}

.width3 select,
.width3 select:focus {
    width: 53px;
}

select.fullwidth,
input.fullwidth,
textarea.fullwidth {
    width: 99%;
}

input.fullwidth,
textarea.fullwidth {
    width: 94%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .27);
    -webkit-appearance: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #707070;
    box-shadow: 0 0 4px rgba(0, 0, 0, .27);
}

#filterForm input[type="radio"],
input[type="checkbox"] {
    line-height: normal;
    margin: -3px 3px 0;
}

#feedback input {
    width: 100%;
}

#feedback input.input-small {
    width: 120px;
    margin-top: 5px;
}

#feedback textarea {
    width: 100%;
    margin-bottom: 20px;
}

.store-info iframe {
    filter: grayscale(100%);
}

.store-info iframe:hover {
    filter: grayscale(0%);
}

button,
.button {
    font: 12px/31px "Oswald", sans-serif;
    margin-bottom: 5px;
    padding: 0 14px;
    white-space: nowrap;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
}

.button {
    display: inline-block;
    text-decoration: none;
}

button:hover,
.button:hover {
    text-decoration: none;
}

.btn-mini {
    font: 12px/35px "Oswald", sans-serif;
    padding: 0 15px;
}

.btn-small {
    font: 16px/51px "Oswald", sans-serif;
    padding: 0 20px;
}

.btn-middle {
    font: 14px/42px "Oswald", sans-serif;
    margin-bottom: 15px;
    padding: 0 15px;
    white-space: nowrap;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
}

.btn-large {
    font: 21px/61px "Oswald", sans-serif;
    padding: 0 35px;
    border-radius: 5px;
}

.btn-xlarge {
    font: 64px/64px "Oswald", sans-serif;
    margin-bottom: 15px;
    padding: 2px 15px 6px 15px;
    white-space: nowrap;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
}

.button_small,
#topline a.button_small {
    font: 12px/20px Arial, Helvetica, sans-serif;
    display: inline-block;
    overflow: hidden;
    height: 20px;
    margin: 0;
    margin-right: 5px;
    padding: 0 5px 0 0;
    vertical-align: middle;
    text-decoration: none;
    text-transform: none;
    border-radius: 2px;
    background-image: url(../img/divider1.png);
    background-repeat: no-repeat;
    background-position: 22px 0;
}

.button_small i {
    font-size: 12px;
    line-height: 20px;
    width: 24px;
    height: 20px;
    margin-top: -1px;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.button_small span {
    display: inline-block;
    min-width: 57px;
    text-align: center;
}

.form-search button,
.form-mail button {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 2px 0 0 0;
    -webkit-transition: background-color .25s 0s ease;
    -moz-transition: background-color .25s 0s ease;
    -o-transition: background-color .25s 0s ease;
    border: none;
    border-radius: 3px;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.form-mail button {
    padding: 0 0 2px;
}

.iphone .form-search button {
    padding: 0;
}

.form-search button.btn:hover,
.form-mail button.btn:hover {
    -webkit-transition: background-color .25s 0s ease;
    -moz-transition: background-color .25s 0s ease;
    -o-transition: background-color .25s 0s ease;
}

.form-mail {
    position: relative;
}

.form-mail input {
    line-height: 24px;
    width: auto;
    height: 24px;
    padding-left: 44px;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .27);
}

.form-login-wrapper {
    position: absolute;
    z-index: 50005;
    top: 20px;
    right: 0;
    display: none;
    width: 330px;
    padding: 8px 8px 12px 20px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: rgba(0, 0, 0, .89);
}

.form-login-wrapper:hover {
    display: block;
}

.form-login {
    margin: 0;
}

.form-login input {
    width: 112px;
    height: 22px;
    margin: 0 15px 0 -24px;
    padding-left: 25px;
    border: 2px solid #fff;
    border-radius: 3px;
}

.form-login .pull-left i {
    font-size: 16px;
    position: relative;
    z-index: 100;
    width: 18px;
    height: 32px;
    vertical-align: middle;
    color: #000;
}

.form-login button {
    display: inline-block;
    float: left;
    width: 20px;
    height: 32px;
    margin: 0 0 0 -5px;
    padding: 0;
    color: #fff;
    border: none;
    background: none;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.form-login button i {
    font-size: 20px;
    line-height: 20px;
}

.form-login button.btn:hover {
    background: none;
}

@media (max-width: 1279px) {
    #right_toolbar {
        right: -10000px;
    }
    .hidden-small-desktop {
        display: none;
    }
}

@media (max-width: 1200px) {
    .custom_blocks .box {
        float: left;
        width: 212px;
    }
    .custom_blocks .box a {
        font-size: 16px;
        font-weight: normal;
        text-transform: uppercase;
    }
    #nav .menu_custom_block .col-third {
        float: left;
        width: 190px;
        margin: 0 10px;
    }
}

@media (max-width: 979px) {
    section.slider #layerslider-container-fw {
        margin-right: 7px;
    }
    .accordion-inner>.pull-left,
    .accordion-inner>.pull-right {
        float: none;
    }
    #nav li.hover li.list_column {
        width: 200px;
    }
    #nav li.hover li.category_desc_in_menu {
        width: 200px;
        padding: 0 30px;
    }
    #nav .menu_custom_block .col-third {
        float: left;
        width: 150px;
        margin: 0 5px;
    }
    #logo {
        padding: 26px 0 0;
    }
}

@media (min-width: 1200px) and (max-width: 1360px) {
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 1050px;
    }
    .span12 {
        width: 1050px;
    }
    .span11 {
        width: 960px;
    }
    .span10 {
        width: 870px;
    }
    .span9 {
        width: 780px;
    }
    .span8 {
        width: 690px;
    }
    .span7 {
        width: 600px;
    }
    .span6 {
        width: 510px;
    }
    .span5 {
        width: 420px;
    }
    .span4 {
        width: 330px;
    }
    .span3 {
        width: 240px;
    }
    .span2 {
        width: 150px;
    }
    .span1 {
        width: 60px;
    }
    .preview {
        margin: 0;
        padding: 5px 5px 10px 5px;
    }
    .preview .col-1 {
        width: 75px;
    }
    .preview .col-2 {
        width: 230px;
    }
    .preview.small {
        padding-bottom: 5px;
    }
    .preview.small .col-1 {
        width: 53px;
    }
    .preview.small .col-2 {
        width: 140px;
    }
    .preview .big_image {
        width: 230px;
    }
    .preview.small .big_image {
        width: 140px;
        height: 137px;
    }
    .custom_blocks .box {
        width: 240px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    #hoverfold .span4 {
        width: 400px;
        margin-right: 25px;
        margin-left: 50px;
    }
    .span2.product .product-price,
    .span2.product .product-price-regular,
    .span2.preview .product-price,
    .span2.preview .product-price-regular {
        font: 14px/18px Arial, Helvetica, sans-serif;
        padding-top: 3px;
    }
    .span2.product .product-price span.old,
    .span2.product .product-price-regular span.old,
    .span2.preview .product-price span.old,
    .span2.preview .product-price-regular span.old {
        font-size: 11px;
        line-height: 18px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .custom_blocks .box {
        float: left;
        width: 158px;
        padding: 0;
    }
    .custom_blocks .box a {
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
    }
    .custom_blocks .btn_outer {
        float: none;
        margin: 0 auto;
    }
    .product-box .span4,
    .product-box .span5,
    .product-box .span6,
    .product-box .span7,
    .product-box .span7,
    .product-box .span8 {
        float: left;
        width: 350px;
    }
    .product-box .product-img-box .span1 {
        width: 60px;
        margin-right: 20px;
    }
    .product-box .product-img-box .span3,
    .product-box .product-img-box .span4,
    .product-box .product-img-box .span5 {
        width: 260px;
        margin: 0;
    }
    #hoverfold .span4 {
        float: left;
        width: 330px;
        margin-right: -20px;
        margin-left: 40px;
    }
    .form-mail input {
        width: 70%;
    }
    .product .product-price,
    .product .product-price-regular,
    .preview .product-price,
    .preview .product-price-regular {
        font: 14px/18px Arial, Helvetica, sans-serif;
        padding-top: 3px;
    }
    .product .product-price span.old,
    .product .product-price-regular span.old,
    .preview .product-price span.old,
    .preview .product-price-regular span.old {
        font-size: 11px;
        line-height: 18px;
    }
    .span2.product .product-price,
    .span2.product .product-price-regular,
    .span2.preview .product-price,
    .span2.preview .product-price-regular {
        font: 14px/16px Arial, Helvetica, sans-serif;
        padding-top: 0;
    }
    .span2.product .product-price span.old,
    .span2.product .product-price-regular span.old,
    .span2.preview .product-price span.old,
    .span2.preview .product-price-regular span.old {
        font-size: 11px;
        line-height: 16px;
    }
    .table.shopping-cart-table input.qty {
        float: left;
        height: 56px;
        margin-top: 4px;
    }
    .table.shopping-cart-table .btn-mini {
        float: right;
    }
    .form-search-wrapper {
        margin: -26px 0 6px 0;
    }
    .form-search input.search-query {
        width: 395px;
    }
    .padding-1 {
        padding: 10px 0 10px;
    }
}

@media (max-width: 767px) {
    .aligncenter_tablet {
        text-align: center;
    }
    .flexslider.big .flex-direction-nav {
        display: none;
    }
    .listing_header_row1 .pull-left {
        width: 50%;
    }
    .listing_header_row1 .pull-right {
        width: 49%;
    }
    .tab-content {
        position: relative;
        z-index: 0;
        margin-top: 0;
        margin-bottom: 25px;
        padding: 20px;
        border-top: none;
        background-color: #fff;
    }
    .nav-tabs>li>a,
    .nav-pills>li>a {
        margin-right: 0;
    }
    .mousetrap {
        display: none;
    }
    #footer_popup {
        position: relative !important;
        display: block !important;
        height: auto !important;
        padding-bottom: 20px;
    }
    #nav li.hover li.list_column {
        width: 160px;
    }
    #nav li.hover li.category_desc_in_menu {
        width: 160px;
        padding: 0 20px;
    }
    #footer_button {
        display: none;
    }
    #footer .pull-left.noHover,
    #footer .pull-right.noHover {
        max-width: 100%;
    }
    #nav.megamenu li {
        margin-right: 6px;
    }
    .form-search-wrapper {
        margin: -26px 0 6px;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    body {
        padding: 0;
    }
    .container {
        width: 580px;
        padding: 0 20px;
    }
    .row {
        margin-left: -70px;
    }
    .span12,
    .span11,
    .span10,
    .span9 {
        float: left;
        width: 580px;
        margin-left: 70px;
    }
    .span7,
    .span8 {
        float: left;
        width: 380px;
        margin-right: -50px;
        margin-left: 70px;
    }
    .shop .span8 {
        float: left;
        width: 344px;
        margin-left: 70px;
    }
    .shop .span7 {
        float: left;
        width: 344px;
        margin-left: 70px;
    }
    .span6 {
        float: left;
        width: 275px;
        margin-right: -40px;
        margin-left: 70px;
    }
    .span5 {
        float: left;
        width: 255px;
        margin-left: 70px;
    }
    .span4 {
        float: left;
        width: 180px;
        margin-right: -50px;
        margin-left: 70px;
    }
    #hoverfold .span4 {
        float: none;
        width: 370px;
        margin-left: 170px;
    }
    .shop .span4 {
        float: left;
        width: 280px;
        margin-left: 70px;
        /*width: 255px;*/
        ;
    }
    .span3 {
        float: left;
        width: 276px;
        margin-right: -40px;
        margin-left: 70px;
    }
    #sidenav.span3 {
        float: left;
        width: 580px;
        margin-left: 70px;
    }
    .shop .span3 {
        float: left;
        width: 255px;
        margin-left: 70px;
    }
    .shop .span3.product {
        float: left;
        width: 255px;
        margin-right: 0;
        margin-left: 70px;
    }
    .span2 {
        float: left;
        width: 276px;
        margin-right: -40px;
        margin-left: 70px;
    }
    .shop .span2.product,
    .span2.product {
        float: left;
        width: 123px;
        margin-right: -1px;
        margin-left: 30px;
    }
    .span1 {
        float: left;
        width: 276px;
        margin-right: -40px;
        margin-left: 70px;
    }
    .row.small_without_description,
    .row.small_with_description {
        margin-left: -30px;
    }
    .carousel,
    .es-carousel,
    .es-carousel .row {
        margin: 0;
        padding: 0;
    }
    .carousel.style0 .es-carousel {
        margin: 0 -5px 11px -65px;
    }
    .carousel .span3.product {
        width: 255px;
        margin-right: 5px;
        margin-left: 65px;
    }
    .carousel .span2.product {
        width: 123px;
        margin-right: 11px;
        margin-left: 4px;
    }
    .carousel .span6 {
        float: left;
        width: 580px;
        margin-right: 70px;
        margin-left: -70px;
    }
    #column_left.span3 {
        float: left;
        width: 580px;
    }
    #column_right.span9 {
        float: left;
        width: 580px;
    }
    .product-box .span4,
    .product-box .span5,
    .product-box .span6,
    .product-box .span7,
    .product-box .span8 {
        width: 580px;
        margin-bottom: 25px;
        margin-left: 70px;
    }
    .product-box .product-img-box .span1 {
        float: left;
        width: 60px;
        margin-right: 20px;
        margin-left: 70px;
    }
    .product-box .product-img-box .span3,
    .product-box .product-img-box .span4,
    .product-box .product-img-box .span5 {
        float: left;
        width: 500px;
        margin: 0;
    }
    .nav-tabs li {
        float: none;
    }
    .nav-tabs li a {
        margin-bottom: -2px;
        background: #fff;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .27);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .27);
        box-shadow: 0 0 4px rgba(0, 0, 0, .27);
    }
    .form-mail input,
    .form-search input.search-query {
        width: 250px;
    }
    .custom_blocks .box {
        width: 270px;
    }
    .custom_blocks .box:first-child {
        padding: 0 30px 0 5px;
    }
    .custom_blocks .pull-left:first-child {
        padding: 0;
        background: none;
    }
    .span2.product .product-price span.old,
    .span2.product .product-price-regular span.old {
        display: block;
        padding: 0;
    }
    .span2.product .product-price,
    .span2.product .product-price-regular,
    .span2.preview .product-price,
    .span2.preview .product-price-regular {
        font: 14px/16px Arial, Helvetica, sans-serif;
        padding-top: 0;
    }
    .span2.product .product-price span.old,
    .span2.product .product-price-regular span.old,
    .span2.preview .product-price span.old,
    .span2.preview .product-price-regular span.old {
        font-size: 11px;
        line-height: 16px;
    }
    #logo {
        padding: 34px 0 0;
    }
}

@media (max-width: 640px) {
    #login-box {
        margin-top: -150px;
    }
    #login-box .inside {
        padding: 20px;
    }
    #login-box input {
        margin: 5px 0;
        text-align: center;
        color: #000;
    }
    #login-box .line {
        margin: 5px -20px;
    }
    #login-box .button {
        margin-top: 5px;
    }
    .table th,
    .table td {
        padding: 5px;
    }
}

@media (min-width: 480px) and (max-width: 639px) {
    body {
        padding: 0;
    }
    .container {
        width: 370px;
        padding: 0 40px;
    }
    .row {
        margin-right: -20px;
        margin-left: -20px;
    }
    .span12,
    .span11,
    .span10,
    .span9,
    .span8,
    .span7,
    .span6 {
        float: left;
        width: 370px;
        margin-left: 20px;
    }
    .span5,
    .span4,
    .span3,
    .span2,
    .span1 {
        float: left;
        width: 178px;
        margin-right: -5px;
        margin-left: 20px;
    }
    .span4.slider_outer {
        float: left;
        width: 370px;
        margin-left: 20px;
    }
    #hoverfold .span4 {
        float: left;
        width: 370px;
        margin-left: 20px;
    }
    .shop .span6 {
        float: left;
        width: 370px;
        margin-left: 20px;
    }
    .carousel .span6 {
        float: left;
        width: 370px;
        margin-left: -20px;
    }
    #sidenav.span3 {
        float: left;
        width: 370px;
        margin-left: 20px;
    }
    .shop .span3 {
        float: left;
        width: 270px;
        margin-left: 70px;
    }
    .span2.product {
        float: left;
        width: 160px;
        margin-right: 25px;
        margin-bottom: 10px;
        margin-left: 20px;
    }
    .span3.product {
        float: left;
        width: 270px;
        margin-right: 50px;
        margin-left: 70px;
    }
    .carousel {
        width: 370px;
    }
    .carousel,
    .es-carousel .row {
        margin: 0;
        padding: 0;
    }
    .es-carousel {
        margin: 0 0 11px;
        padding: 0;
    }
    .carousel .span2.product {
        float: left;
        width: 160px;
        margin-right: 20px;
        margin-bottom: 10px;
        margin-left: 5px;
    }
    .carousel .span3.product {
        float: left;
        width: 270px;
        margin-right: 50px;
        margin-left: 50px;
    }
    .nav-tabs li {
        float: none;
    }
    .nav-tabs li a {
        margin-bottom: -2px;
        background: #fff;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .27);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .27);
        box-shadow: 0 0 4px rgba(0, 0, 0, .27);
    }
    #nav,
    .link_label {
        display: none;
    }
    .nav-list {
        position: static;
        top: 0;
        display: block;
    }
    #logo {
        float: none;
        padding: 10px 0 0;
        text-align: center;
    }
    .product-box .span4,
    .product-box .span5,
    .product-box .span6,
    .product-box .span7,
    .product-box .span8 {
        width: 330px;
        margin-bottom: 25px;
        margin-left: 40px;
    }
    .product-box .product-img-box .span1 {
        float: left;
        width: 70px;
        margin-right: 10px;
    }
    .product-box .product-img-box .span3,
    .product-box .product-img-box .span4,
    .product-box .product-img-box .span5 {
        float: left;
        width: 290px;
        margin: 0;
    }
    #column_left.span3 {
        float: left;
        width: 370px;
        margin-left: 20px;
    }
    #column_right.span9 {
        float: left;
        width: 370px;
    }
    .block_img {
        width: 175px;
        margin-left: 20px;
    }
    .form-search input.search-query {
        width: 305px;
    }
    .custom_blocks .box {
        float: left;
        width: 170px;
    }
    .custom_blocks .box a {
        font-size: 16px;
    }
    .custom_blocks .box:first-child {
        padding: 0 30px 0 0;
        background: url(../img/divider.png) no-repeat right 50px;
    }
    .custom_blocks .pull-left:first-child {
        padding: 0;
        background: none;
    }
    .custom_blocks .btn_outer {
        float: none;
        margin: 0 0 0 15px;
    }
    #feedback .span9 {
        width: 390px;
        margin: 0;
    }
    .table.shopping-cart-table th {
        display: none;
    }
    .table.shopping-cart-table,
    .table.shopping-cart-table tr,
    .table.shopping-cart-table td,
    .table.shopping-cart-table td:first-child {
        display: block;
        float: left;
        clear: both;
        width: 100%;
    }
    .table.shopping-cart-table td,
    .table.shopping-cart-table td:first-child,
    .table.shopping-cart-table td:last-child {
        width: 90%;
        min-width: 200px;
        padding: 10px;
        text-align: left;
        border: none;
        border-bottom: 1px solid #e5e5e5;
    }
    .table.shopping-cart-table td.aligncenter {
        text-align: left;
    }
    .table.shopping-cart-table td:first-child {
        text-align: center;
    }
    .table.shopping-cart-table .cart-col-name {
        display: inline-block;
        padding-right: 10px;
    }
    .right-button {
        float: left;
        margin-bottom: 15px;
    }
    .no-box-shadow-639 {
        box-shadow: none;
    }
}

@media (max-width: 479px) {
    body {
        padding: 0;
    }
    #phonedrop h2 {
        padding: 7px 10px 0;
    }
    .container {
        width: 300px;
        margin: 0 auto;
        padding: 0;
    }
    .row {
        margin-left: 0;
    }
    .span12 {
        float: left;
        width: 300px;
        margin-left: 0;
    }
    .span9 {
        float: left;
        width: 300px;
        margin-left: 0;
    }
    .span6 {
        float: left;
        width: 300px;
        margin-left: 0;
    }
    .span4 {
        float: left;
        width: 300px;
        margin-left: 0;
    }
    #hoverfold .span4 {
        float: left;
        width: 300px;
        margin-left: 0;
    }
    .span3 {
        float: left;
        width: 260px;
        margin-left: 20px;
    }
    .span3.product {
        float: left;
        width: 260px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .span2.product {
        float: left;
        width: 135px;
        margin-right: 7px;
        margin-bottom: 10px;
        margin-left: 8px;
        padding: 0;
    }
    .carousel {
        width: 300px;
    }
    .es-carousel {
        margin: 0 0 11px;
        padding: 0;
    }
    .nav-tabs li {
        float: none;
    }
    .nav-tabs li a {
        margin-bottom: -2px;
        background: #fff;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .27);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .27);
        box-shadow: 0 0 4px rgba(0, 0, 0, .27);
    }
    #nav,
    .link_label {
        display: none;
    }
    .nav-list {
        position: static;
        top: 0;
        display: block;
    }
    #topline .pull-right {
        float: none;
    }
    #topline .pull-right .alignright {
        text-align: center;
    }
    #topline .fadelink>a {
        padding: 2px 20px 1px 5px;
    }
    #topline .fadelink .ul_wrapper ul {
        padding: 5px 12px 5px 5px;
    }
    #logo {
        float: none;
        padding: 10px 0 0;
        text-align: center;
    }
    #column_left.span3 {
        float: left;
        width: 300px;
        margin: 0;
    }
    #column_right.span9 {
        float: left;
        width: 300px;
        margin: 0;
    }
    #feedback .span9,
    #feedback .span4 {
        width: 280px;
        margin: 0;
    }
    #feedback .span4.pull-right {
        float: none;
    }
    .product-box .span4,
    .product-box .span5,
    .product-box .span6,
    .product-box .span7,
    .product-box .span8 {
        float: left;
        width: 300px;
        margin-bottom: 25px;
    }
    .product-box .product-img-box .span1 {
        float: left;
        width: 60px;
        margin-right: 10px;
        margin-left: 5px;
    }
    .product-box .product-img-box .span3,
    .product-box .product-img-box .span4,
    .product-box .product-img-box .span5 {
        float: left;
        width: 215px;
        margin: 0;
    }
    .product-shop .product_related,
    .product-shop .product_custom {
        float: none;
        width: 170px;
        margin: 0 0 50px 0;
    }
    .block_img {
        width: 260px;
        margin-left: 20px;
    }
    .form-search-wrapper {
        margin: -16px 0 0;
    }
    .form-mail input,
    .form-search input.search-query {
        width: 235px;
    }
    .custom_blocks {
        width: 256px;
        margin-left: 20px;
    }
    .custom_blocks .box,
    .custom_blocks .box:first-child {
        float: none;
        width: 250px;
        margin: 0 3px;
        padding: 0;
        background: none;
    }
    .custom_blocks .box .inside>a {
        float: left;
        padding-left: 10px;
        text-align: left;
    }
    .custom_blocks .pull-left,
    .custom_blocks .pull-left:first-child {
        float: none;
        padding: 0;
        background: none;
    }
    .shoppingcart .badge {
        position: absolute;
        top: -7px;
        right: auto;
        left: -10px;
    }
    #footer .pull-left.noHover,
    #footer .pull-right.noHover {
        float: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .select_wrapper.width1 {
        width: 80px;
    }
    .direction-nav {
        margin-bottom: 8px;
    }
    .table.shopping-cart-table,
    .table.shopping-cart-table tr,
    .table.shopping-cart-table td,
    .table.shopping-cart-table td:first-child {
        display: block;
        float: left;
        clear: both;
        width: 100%;
    }
    .table.shopping-cart-table th {
        display: none;
    }
    .table.shopping-cart-table td,
    .table.shopping-cart-table td:first-child,
    .table.shopping-cart-table td:last-child {
        width: 90%;
        padding: 10px;
        text-align: left;
        border: none;
        border-bottom: 1px solid #e5e5e5;
    }
    .table.shopping-cart-table td.aligncenter {
        text-align: left;
    }
    .table.shopping-cart-table td:first-child {
        text-align: center;
    }
    .table.shopping-cart-table .cart-col-name {
        display: inline-block;
        padding-right: 10px;
        vertical-align: middle;
    }
    .right-button {
        float: left;
        margin-bottom: 15px;
    }
    #login-box {
        left: 50%;
        width: 280px;
        margin-left: -140px;
    }
    #login-box .line {
        width: 280px;
        margin: 5px -20px;
    }
    .span2.product .product-price,
    .span2.product .product-price-regular,
    .span2.preview .product-price,
    .span2.preview .product-price-regular {
        font: 14px/16px Arial, Helvetica, sans-serif;
        padding-top: 0;
    }
    .span2.product .product-price span.old,
    .span2.product .product-price-regular span.old,
    .span2.preview .product-price span.old,
    .span2.preview .product-price-regular span.old {
        font-size: 11px;
        line-height: 16px;
    }
    .no-box-shadow-639 {
        box-shadow: none;
    }
}

.product .product-tocart a:hover i,
.preview .product-tocart a:hover i,
.btn:hover i.icon-right-thin,
.btn:hover i.icon-left-thin,
.next:hover i.icon-right-thin,
.prev:hover i.icon-left-thin,
.flex-next:hover i.icon-right-thin,
.flex-prev:hover i.icon-left-thin,
i.icon-star:hover,
a.icon-trash-2:hover,
i.icon-trash-3:hover,
i.icon-edit-1:hover,
.ls-nav-prev:hover i,
.ls-nav-next:hover i {
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.block .tab-content {
    border-top-width: 3px;
}

.block .nav-tabs {
    border-bottom: 0;
}

.block .nav-tabs>li>a {
    padding: 8px 16px;
}

@media (max-width: 1200px) {
    .span3 .nav-tabs>li {
        display: block;
        float: none;
        margin: 0;
        padding: 0;
    }
    .span3 .nav-tabs>li>a {
        margin: 0;
        border-radius: 0;
    }
    .span3 .tab-content {
        border-top: 0;
        border-radius: 0;
    }
}

.box-list {
    padding: 10px 30px 20px;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.box-list li {
    padding: 4px 0;
    border-bottom: 1px solid rgba(200, 200, 200, .2);
}

.box-list li:last-child {
    border: none;
}

.custom_blocks .box {
    margin-bottom: 2px;
    padding: 0;
}

.custom_blocks .box,
.custom_blocks .box a {
    text-transform: uppercase;
}

.custom_blocks .box a:hover {
    text-decoration: none;
}

.custom_blocks .box .inside {
    overflow: hidden;
    width: 100%;
    padding: 18px 0;
}

.custom_blocks .box .text {
    text-align: center;
}

.color-box {
    margin-bottom: 10px;
    padding: 20px 10px;
    color: #fff;
    border-radius: 10px;
    background: #606060;
}

.color-box a[class^="icon-"],
.color-box a[class*=" icon-"] {
    margin-bottom: 15px;
}

.color-box h1,
.color-box h3,
.color-box h3,
.color-box h4,
.color-box h5,
.color-box h6 {
    margin-bottom: 10px;
    color: #fff;
}

.block_img img {
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition: all .2s 0s linear;
    -moz-transition: all .2s 0s linear;
    -o-transition: all .2s 0s linear;
}

.block_img img:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.message {
    margin-bottom: 20px;
    padding: 15px 20px 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
}

.message .text {
    font-size: 12px;
    line-height: 28px;
    display: inline-block;
}

.message i {
    font-size: 28px;
    display: inline-block;
    padding-right: 10px;
}

@-moz-document url-prefix() {
    .message i {
        margin-top: -2px;
    }
}

.message.info i {
    font-size: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.icon_wrapper {
    margin: 0 0 15px;
    text-align: center;
}

.progress {
    overflow: visible;
    height: 33px;
    margin-bottom: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px rgba(0, 0, 0, .15);
}

.progress .bar {
    font-size: 12px;
    position: relative;
    top: -1px;
    left: -1px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 0;
    height: 34px;
    color: #fff;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    background-color: #606060;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.progress-label {
    margin-bottom: 5px;
}

.post-preview {
    margin: 25px 0 0;
    padding: 0 0 15px;
}

.post-preview h3 {
    text-transform: none;
}

.post-preview .image {
    margin-top: 20px;
}

.post-preview .image img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
}

.post-meta {
    overflow: hidden;
    width: 100%;
    margin: 10px 0 25px;
    color: #000;
}

.post-meta span[class^="meta-"],
.post-tags {
    line-height: 15px;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 12px 15px;
    background: #f8f8f8;
}

.post-meta a {
    color: #000;
}

.post-tags {
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.post-meta span [class^="icon-"],
.post-meta span [class*=" icon-"],
.post-tags [class^="icon-"],
.post-tags [class*=" icon-"] {
    font-size: 14px;
    display: block;
    float: left;
    margin-top: -3px;
    padding-right: 8px;
    padding-left: 1px;
    color: #595959;
}

.post-tags a {
    text-decoration: underline;
    color: #606060;
}

.post-tags a:hover {
    text-decoration: none;
}

.post-navigation {
    font: 15px/20px "Oswald", sans-serif;
    display: inline-block;
    width: 100%;
    margin: 25px 0 15px;
}

.post-navigation [class^="icon-"],
.post-navigation [class*=" icon-"] {
    font-size: 12px;
}

.post-preview-small {
    margin-top: 3px;
    margin-bottom: 12px;
    background: #f8f8f8;
}

.post-preview-small .inside {
    padding: 15px;
}

.post-preview-small .image {
    background: #fff;
}

.post-preview-small .image img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
}

.post-preview-small h3 {
    margin-bottom: 5px;
    text-transform: none;
}

.post-preview-small .post-meta {
    margin: 0;
}

.post-preview-small .text {
    padding: 15px 0 0;
    border-top: 1px solid #dfdfdf;
}

.post-preview-small .post-meta span[class^="meta-"] {
    line-height: 14px;
    display: block;
    float: left;
    margin-right: 20px;
    padding: 10px 0;
    background: none;
}

.paginator {
    display: inline-block;
    margin: 15px 0 25px;
}

#pagination li {
    font-size: 12px;
    float: left;
    margin: 0;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
    border: 0;
}

#pagination .next,
#pagination .previous {
    margin-bottom: 7px;
}

#pagination a,
#pagination span {
    line-height: 29px;
    display: block;
    float: left;
    width: 30px;
    -webkit-transition: all .25s 0s ease;
    -moz-transition: all .25s 0s ease;
    -o-transition: all .25s 0s ease;
    transition: all .25s 0s ease;
    text-align: center;
    text-decoration: none;
    color: #484848;
    background: #f3f3f3;
}

#pagination .next a:hover,
#pagination .previous a:hover {
    border: none;
}

#pagination .next a,
#pagination .previous a {
    font-size: 20px;
    line-height: 32px;
    float: left;
    width: 34px;
    height: 33px;
    margin: -2px 4px 0 0;
    -webkit-transition: all .25s 0s ease;
    -moz-transition: all .25s 0s ease;
    -o-transition: all .25s 0s ease;
    transition: all .25s 0s ease;
    text-align: center;
    color: #fff;
    border: none;
    background: #8e8e8e;
}

#pagination .next a:hover,
#pagination .previous a:hover {
    background-color: #6a6a6a;
}

#pagination .next a {
    margin-left: 4px;
}

.comment {
    padding: 10px 0 30px;
}

.comment .user_pic {
    float: left;
    margin: 0 15px 0 0;
}

.comment .username {
    font-weight: bold;
    margin-bottom: 5px;
}

.comment .date {
    margin-bottom: 5px;
}

.comment.sub {
    margin-left: 10%;
    padding: 25px 0 30px;
    border-top: 1px solid #ececec;
}

ul.categories {
    margin: 0;
    padding: 0;
}

ul.categories li {
    line-height: 16px;
    margin: 0;
    padding: 12px 0;
    border-top: 1px solid #ededed;
}

ul.categories li:first-child {
    border: none;
}

ul.categories li a {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
}

ul.categories li a:hover {
    text-decoration: underline;
}

ul.categories li [class^="icon-"],
ul.categories li [class*=" icon-"] {
    font-size: 7px;
    margin-top: -1px;
    padding-right: 7px;
    color: #606060;
}

ul.marked {
    margin: 0;
    padding: 0;
}

ul.marked li {
    line-height: 16px;
    margin: 0;
    padding: 5px 0;
}

ul.marked li:first-child {
    border: none;
}

ul.marked li a {
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
}

ul.marked li a:hover {
    text-decoration: underline;
}

ul.marked li [class^="icon-"],
ul.marked li [class*=" icon-"] {
    font-size: 13px;
    padding-right: 7px;
    color: #606060;
}

.filters {
    margin: 0 0 40px;
}

.filters a {
    font: 12px/35px "Oswald", sans-serif;
    display: inline-block;
    margin: 0 5px 5px;
    padding: 0 18px;
    -webkit-transition: background .25s 0s ease;
    -moz-transition: background .25s 0s ease;
    -o-transition: background .25s 0s ease;
    transition: background .25s 0s ease;
    text-decoration: none;
    text-transform: uppercase;
    color: #484848;
    background: #f3f3f3;
}

.social_icons a {
    margin-right: 5px;
}

.map-outer {
    margin-bottom: 20px;
}

#filters {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
}

#filters.nomargin {
    margin: 0;
}

#filters li {
    display: inline-block;
    margin: 0;
    padding: 0 0 4px;
}

#filters li a {
    font: 12px/35px "Oswald", sans-serif;
    display: inline-block;
    margin: 0 2px 5px;
    padding: 0 18px;
    -webkit-transition: background .25s 0s ease;
    -moz-transition: background .25s 0s ease;
    -o-transition: background .25s 0s ease;
    transition: background .25s 0s ease;
    text-decoration: none;
    text-transform: uppercase;
    color: #484848;
    background: #f3f3f3;
}

img.img-responsive {
    width: 100%;
    max-width: 100%;
}

img.pull-left {
    margin: 0 15px 25px 0;
}

img.pull-right {
    margin: 0 0 25px 15px;
}

img.border {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

input.full-width,
textarea.full-width {
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
}

textarea.full-width {
    height: 200px;
}

.the-icons {
    font-size: 12px;
    line-height: 26px;
}

.the-icons [class^="icon-"],
.the-icons [class*=" icon-"] {
    font-size: 14px;
    padding-right: 15px;
}

.blockquote {
    position: relative;
    margin: 15px 0 25px;
}

.blockquote.style1 {
    margin-top: 25px;
    margin-left: 20px;
    padding: 0 0 0 32px;
    border-left: 5px solid #606060;
}

.blockquote.style2 {
    padding: 18px 23px 12px 85px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #fcfcfc;
}

.blockquote .quote {
    position: absolute;
    top: 20px;
    left: 23px;
}

.blockquote .color-light {
    color: #6e6e6e;
}

.blockquote p,
.testimonials p,
.infobox p {
    margin: 0 0 7px;
}

.testimonials,
.infobox {
    position: relative;
    margin: 0 0 7px;
    padding: 15px;
    border: 1px solid #ddd;
    background: none;
}

.gagbox {
    padding: 5px 0 5px 60px;
    margin: -7px 0 23px;
    position: relative;
    border-radius: 3px;
}

.infobox .icon {
    font-size: 55px;
    position: absolute;
    top: 10px;
    left: 18px;
    color: #606060;
}

.gagbox .icon {
    font-size: 45px;
    position: absolute;
    left: 16px;
}

.gagbox p {
    margin: 5px;
    font-size: 16px;
    font-family: "Oswald";
    font-weight: normal;
}

.testimonials:after {
    position: absolute;
    bottom: -25px;
    left: 30px;
    display: block;
    width: 25px;
    height: 25px;
    content: "";
    background: url(../img/testimonials_arrow.png) no-repeat 0 0;
}

.testimonials_author {
    padding-left: 67px;
}

.dropcap {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.1em;
    display: block;
    float: left;
    margin: -2px 5px 0 0;
    padding: 0 10px;
    color: #313538;
}

.brand.dropcap {
    float: none;
}

.table-bordered {
    border: 1px solid #ddd;
    border-bottom: 0;
    border-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.table-bordered th,
.table-bordered td {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.tags_cloud a {
    display: inline-block;
    margin: 0 3px 3px 0;
    padding: 8px 6px;
    text-decoration: none;
    color: #222;
    background: #f8f8f8;
}

.brand.tags_cloud a {
    width: 15.171%;
}

.tags_cloud a:hover {
    color: #fff;
    background: #757575;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    border: 3px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
}

.image-wrapper a {
    text-decoration: none;
}

.noGutter .image-wrapper {
    margin-bottom: 0;
}

.image-wrapper img {
    display: block;
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
}

.noGutter .image-wrapper img {
    border: 0;
    box-shadow: none;
}

.image-title {
    font-size: 14px;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    /* border-radius: 0 7px 0 7px; */
    background: url(../img/black-transparent.png) repeat 0 0;
}

.noGutter .image-title {
    right: 0;
    bottom: 10px;
    left: 0;
    margin: 0;
    text-align: center;
    opacity: 0;
    background: none;
}

.noGutter .image-wrapper:hover .image-title {
    opacity: 1;
}

.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
    border-radius: 7px;
    background: rgba(0, 0, 0, 0);
}

.noGutter .image-hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.image-hover i[class*="icon-"] {
    font-size: 42px;
    line-height: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    margin: -20px 0 0 -20px;
    -webkit-transition: opacity-color .5s ease;
    -moz-transition: opacity-color .5s ease;
    transition: opacity-color .5s ease;
    opacity: 0;
    color: #fff;
}

.pretty-photo-item:hover .image-hover i[class*="icon-"] {
    opacity: 1;
}

.pretty-photo-item:hover .image-hover {
    background: rgba(0, 0, 0, .15);
}

.noupper {
    text-transform: none;
}

.upper {
    text-transform: uppercase;
}

.mark {
    background: #d9d9d9;
}

.color,
.color:hover {
    color: #606060;
}

.font-404 {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    line-height: 89px;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    border-radius: 5px;
    background: #606060;
}


/* side navigation */

ul.sidenav li {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .27);
}

ul.sidenav li a {
    font: 14px/20px "Oswald", sans-serif;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 10px 18px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    text-transform: uppercase;
    color: #000;
    border-radius: 4px;
}


/* end side navigation */


/* alerts */

.alert {
    margin-bottom: 15px;
    padding: 20px 25px;
    box-shadow: none;
}

.alert h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.alert-success button.close {
    color: #9ab091;
}

.alert-success,
.alert-success h3,
.alert-success button.close:hover {
    color: #516c46;
}

.alert-warning,
.alert-warning h3,
.alert-warning button.close:hover {
    color: #998937;
}

.alert-info,
.alert-info h3,
.alert-info button.close:hover {
    color: #2c6f90;
}

.alert-error,
.alert-error h3,
.alert-error button.close:hover {
    color: #833333;
}

.alert button.close {
    font-size: 40px;
    line-height: 40px;
    top: 0;
    right: 0;
    opacity: 1;
    background: none;
}

.alert-warning button.close {
    color: #d5c98b;
}

.alert-info button.close {
    color: #91b1c1;
}

.alert-error button.close {
    color: #c99;
}


/* promo box*/

.promo-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.promo-box .pull-right>button {
    margin: 0 0 15px 25px;
}

@media (max-width: 479px) {
    .promo-box {
        padding-bottom: 81px;
    }
    .promo-box .pull-right>button {
        position: absolute;
        right: 0;
        bottom: 30px;
        left: 0;
        margin: 0;
        text-align: center;
    }
}

.promo-box.style1,
.promo-box.style2 {
    padding: 25px;
    text-align: center;
    border: 1px solid #606060;
    border-radius: 10px;
}

.promo-box.style2 {
    border-color: #ededed;
}

.promo-box.style3,
.promo-box.style4 {
    padding: 22px 22px 10px;
    border-radius: 10px;
    background: #f7f7f7;
}

.promo-box.style4 .title {
    font-size: 28px;
    line-height: 28px;
    margin: 15px 0;
}


/* price box*/

.price-table {
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

.price-table.active {
    margin-top: -22px;
    padding: 20px 0;
    border: 3px solid #606060;
    border-radius: 5px;
}

.price-table-title {
    font: 25px/25px "Oswald", sans-serif;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
}

.price-table.active .price-table-title {
    padding: 15px 0 35px;
}

.price-table-price {
    font-size: 18px;
    padding: 17px 0;
    background: #f7f7f7;
}

.price-table.active .price-table-price {
    color: #fff;
    background: #606060;
}

.price-table-info li {
    line-height: 18px;
    padding: 10px 10px;
}

.price-table-info li:hover {
    background: #f9fbfc;
}

.price-table-info li,
.price-table-title,
.price-table-price {
    border-bottom: 1px solid #e4e4e4;
}

.price-table button {
    margin: 18px 0;
}


/*icon box*/

.icon-box {
    margin-bottom: 15px;
}

.icon-box .icon-big {
    float: left;
    margin-bottom: 10px;
    padding-right: 8px;
}

.icon-box h2,
.icon-box h3,
.icon-box h4 {
    margin-bottom: 10px;
}

@media (min-width: 640px) and (max-width: 1199px) {
    .icon-box h2,
    .icon-box h3,
    .icon-box h4 {
        font-size: 18px;
    }
}

@media (min-width: 640px) and (max-width: 979px) {
    .icon-box .icon-big {
        float: none;
        padding: 0;
    }
    .icon-box {
        text-align: center;
    }
    .range-slider-value {
        font-size: 1.1em;
    }
}

@media (max-width: 639px) and (min-width: 480px) {
    .icon-box {
        width: 370px;
        margin-left: 20px;
    }
}


/* team member box*/

.thumbnail.team-member-box {
    margin: 0;
    margin-bottom: 35px;
    padding: 0;
    border-color: #e5e5e5;
}

.thumbnail.team-member-box .info {
    padding: 15px;
}

.thumbnail.team-member-box .info .name {
    font: 18px/18px "Oswald", sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.thumbnail.team-member-box .info .position {
    font-size: 13px;
    font-style: italic;
    color: #010101;
}

.thumbnail.team-member-box .divider {
    height: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e1e1e1;
}

.thumbnail.team-member-box img.border {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}


/* list */

.styled-list {
    line-height: 18px;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.styled-list li {
    margin-bottom: 6px;
    padding-left: 15px;
    text-indent: -15px;
}

.styled-list li span {
    display: block;
    overflow: hidden;
}

.styled-list li i {
    font-size: 14px;
    float: left;
    width: 16px;
    margin-right: 10px;
    text-align: center;
    color: #444;
}

.styled-list li:before {
    float: left;
}

.styled-list.circle li {
    margin-left: 0;
    text-indent: 0;
}

.styled-list.circle li:before {
    font-size: 12px;
    margin: -1px 15px 0 0;
    content: "\25CF";
}

.std h2,
.std h3 {
    font: 19px/23px "Oswald", sans-serif;
    margin: 0 0 10px;
}

.std h4 {
    font: 18px/22px "Oswald", sans-serif;
    margin: 0 0 10px;
}

.std p {
    color: #444;
}

.std ul {
    padding: 0 0 10px;
}

.std li {
    margin-left: 10px;
    text-indent: 0;
    color: #222;
}

.std li div,
.std li p {
    margin: -20px 0 0 12px;
    /* only RuMidi */
}

.std li:before {
    font: 8px "andepict";
    margin: 6px 10px 0 0;
    content: "\e75e";
}

.styled-list.arrow li {
    margin-left: 0;
    text-indent: 0;
}

.styled-list.arrow li:before {
    font: 8px "andepict";
    margin: 6px 10px 0 0;
    content: "\e75e";
}

.styled-list.star li {
    margin-left: -15px;
    text-indent: 0;
}

.styled-list.star li:before {
    font: 12px "andepict";
    margin: 0 10px 0 0;
    content: "\2605";
}

.styled-list.square li {
    margin-left: -15px;
    text-indent: 0;
}

.styled-list.square li:before {
    font-size: 15px;
    margin: -2px 10px 0 0;
    content: "\25A0";
}

.styled-list.dash li {
    margin-left: -15px;
    text-indent: 0;
}

.styled-list.dash li:before {
    font: 12px "andepict";
    margin: 2px 10px 0 0;
    content: "\2d";
}

.styled-list ul {
    margin-left: 16px;
    padding-top: 5px;
}

.styled-list.circle ul li:before {
    content: "\25CB";
}

ul.sitemap.styled-list.circle ul li:before {
    content: "\25CF";
}

ul.sitemap.styled-list.circle ul ul li:before {
    content: "\25CB";
}

.styled-list.decimal {
    margin-left: 15px;
    list-style: decimal outside;
}

.styled-list.decimal li {
    padding-left: 0;
    text-indent: 0;
}


/* video */

.videoWrapperFull {
    position: relative;
    overflow: hidden;
    height: auto;
    max-height: 575px;
    margin-bottom: 35px;
}

.videoWrapper {
    position: relative;
    height: 0;
    margin-bottom: 35px;
    /* 16:9 */
    padding-top: 25px;
    padding-bottom: 56.25%;
}

.videoWrapper iframe,
.videoWrapperFull iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-hover-color {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
}

.video-hover {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/video-hover.png) repeat transparent;
}

.video-text {
    position: absolute;
    z-index: 102;
    top: 40%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}

.video-text .title {
    font: 36px/36px "Oswald", sans-serif;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .video-text {
        top: 30%;
        left: 5%;
        width: 90%;
    }
    .video-text .title {
        font: 26px/26px "Oswald", sans-serif;
        margin-bottom: 25px;
    }
}

@media (max-width: 479px) {
    .video-text {
        top: 20%;
        left: 5%;
        width: 90%;
    }
    .video-text .title {
        font: 20px/20px "Oswald", sans-serif;
        margin-bottom: 25px;
    }
}

@media (max-width: 359px) {
    .video-text {
        top: 10%;
        left: 5%;
        width: 90%;
    }
    .video-text .title {
        font: 20px/20px "Oswald", sans-serif;
        margin-bottom: 15px;
    }
}


/* spy panel */

#spy .spy_logo img {
    max-width: 176px;
    max-height: 40px;
}

#spy {
    position: fixed;
    top: -500px;
    width: 100%;
    padding: 5px 0 15px;
    background: #fff;
}

#spy.fix {
    z-index: 100000;
    top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .27);
}

#spy ul#nav {
    padding-top: 5px;
    padding-left: 180px;
}

#spy .menu_home_link {
    display: none;
}

#spy .form-search-wrapper {
    float: right;
}

#spy .form-search {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

#spy .form-search input.search-query {
    float: left;
    width: 88px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

#spy .form-search input.search-query:focus {
    width: 260px !important;
}

#spy .spy-right {
    float: right;
    margin-top: -40px;
}

#spy .spy-left {
    float: left;
    width: 176px;
    margin-top: -36px;
    padding-left: 20px;
}

#spy #nav {
    top: 5px;
}

#spy #nav>li>a {
    font-size: 16px;
    padding: 12px;
}

@media (max-width: 980px) {
    #spy #nav>li>a {
        font-size: 14px;
        line-height: 16px;
        padding: 12px 4px 12px 5px;
    }
}

#spy #nav>li>ul {
    top: 45px;
}

.spyshop_search,
.spyshop {
    display: inline-block;
}

.spyshop_search {
    margin-top: 7px;
    padding-right: 40px;
}

.spyshop {
    margin-top: 7px;
}

#spy.fix {
    visibility: visible !important;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@keyframes slideDown {
    0 {
        transform: translateY(-100%);
    }
    50 % {
        transform: translateY(8%);
    }
    100 % {
        transform: translateY(0);
        animation-duration: 300ms;
    }
}

@-webkit-keyframes slideDown {
    0 {
        -webkit-transform: translateY(-100%);
    }
    50 % {
        -webkit-transform: translateY(8%);
    }
    100 % {
        -webkit-transform: translateY(0);
        -webkit-animation-duration: 300ms;
    }
}


/* end spy panel */

.product-more-views {
    position: relative;
    margin-top: -3px;
    border: none;
    background: transparent;
    box-shadow: none;
}

.jcarousel-skin-previews .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-previews .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-previews .jcarousel-list.jcarousel-list-vertical {
    overflow: visible !important;
}

.jcarousel-skin-previews .jcarousel-clip-vertical {
    width: 72px;
    height: 360px;
}

.jcarousel-skin-previews .jcarousel-item {
    width: 72px;
    height: 72px;
}

.jcarousel-skin-previews .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.product-img-box .jcarousel-item i {
    font-size: 40px;
    line-height: 59px;
    width: 100%;
    height: 59px;
    margin: 0;
    padding: 3px 0 0;
    text-align: center;
    vertical-align: middle;
    text-indent: 2px;
    color: #606060;
}

@media (max-width: 780px) {
    .product-more-views {
        margin-bottom: 80px;
    }
}

.product-more-views .jcarousel-skin-previews {
    display: block;
    list-style: none;
}

.product-more-views .jcarousel-skin-previews .jcarousel-item {
    width: 62px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.product-more-views .jcarousel-skin-previews .jcarousel-item img {
    display: block;
    float: none;
    margin: 3px;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .27);
}

.jcarousel-skin-previews a.btn {
    font-size: 24px;
    line-height: 28px;
    position: absolute;
    bottom: -38px;
    width: 34px;
    height: 33px;
    padding: 0;
    transition: background-color .25s ease 0s;
    border-radius: 2px;
    background-color: #e2e2e2;
}

.jcarousel-skin-previews a.btn:hover {
    transition: background-color .25s ease 0s;
}

.jcarousel-skin-previews a.jcarousel-next-disabled,
.jcarousel-skin-previews a.jcarousel-prev-disabled {
    opacity: .3;
    color: #fff;
}

.jcarousel-skin-previews a.jcarousel-next-disabled:hover,
.jcarousel-skin-previews a.jcarousel-prev-disabled:hover {
    background-color: #e2e2e2;
}

.jcarousel-skin-previews a.btn.jcarousel-next {
    left: 35px;
}

.jcarousel-skin-previews a.btn.jcarousel-prev {
    left: 0;
}

.jcarousel-skin-brands .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-brands .jcarousel-container-horizontal {
    padding: 0;
}

.jcarousel-skin-brands .jcarousel-clip {
    overflow: hidden;
    width: 100%;
}

.jcarousel-skin-brands .jcarousel-item {
    text-align: center;
}

.jcarousel-skin-brands .jcarousel-item-horizontal {
    margin-right: 10px;
    margin-left: 0;
}

.jcarousel-skin-brands .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-right: 0;
    margin-left: 10px;
}

.jcarousel-skin-brands .jcarousel-item-placeholder {
    color: #000;
    background: #fff;
}

.jcarousel-skin-brands .jcarousel-next-horizontal {
    position: absolute !important;
    top: -45px !important;
    right: 0 !important;
    cursor: pointer;
}

.jcarousel-skin-brands .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0 !important;
}

.jcarousel-skin-brands .jcarousel-next-disabled-horizontal,
.jcarousel-skin-brands .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-brands .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-brands .jcarousel-next-disabled-horizontal:active {
    cursor: default !important;
}

.jcarousel-skin-brands .jcarousel-prev-horizontal {
    position: absolute !important;
    top: -45px !important;
    right: 40px !important;
    cursor: pointer;
}

.jcarousel-skin-brands .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: 40px !important;
}

.jcarousel-skin-brands .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-brands .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-brands .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-brands .jcarousel-prev-disabled-horizontal:active {
    cursor: default !important;
}

.jcarousel-skin-brands .jcarousel-clip,
.jcarousel-skin-brands .jcarousel-clip ul {
    overflow: visible !important;
}

.jcarousel-skin-brands a.btn {
    position: absolute;
    right: 50px;
    width: 34px;
    height: 26px;
    padding: 4px 0;
    transition: background-color .25s ease 0s;
    border-radius: 2px;
    background-color: #e2e2e2;
}

.jcarousel-skin-brands a.btn:hover {
    transition: background-color .25s ease 0s;
}

.jcarousel-skin-brands a.jcarousel-next-disabled,
.jcarousel-skin-brands a.jcarousel-prev-disabled {
    opacity: .3;
    color: #fff;
}

.jcarousel-skin-brands a.jcarousel-next-disabled:hover,
.jcarousel-skin-brands a.jcarousel-prev-disabled:hover {
    background-color: #e2e2e2;
}

@media (min-width: 480px) and (max-width: 639px) {
    .jcarousel-skin-brands .jcarousel-item-horizontal {
        width: 175px !important;
    }
    .jcarousel-skin-brands .jcarousel-prev-horizontal {
        right: 60px !important;
    }
    .jcarousel-skin-brands .jcarousel-next-horizontal {
        right: 20px !important;
    }
}

@media (max-width: 479px) {
    .jcarousel-skin-brands .jcarousel-item-horizontal {
        width: 145px !important;
    }
}

.brands_block {
    clear: both;
    overflow: hidden;
    margin-top: -55px;
    padding-top: 55px;
    padding-bottom: 25px;
}

.brands_block img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.brands_block a {
    display: block;
}

.brands_active {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    -p-transition-timing-function: ease-out;
    -ms-transform-duration: 500ms;
    -ms-transform-timing-function: ease-out;
}

.brands_n_active {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    opacity: .4;
    -p-transition-timing-function: ease-out;
    -ms-transform-duration: 500ms;
    -ms-transform-timing-function: ease-out;
}

.from-blog img {
    margin-bottom: 15px;
}


/* jQuery Countdown styles 2.0.0. */

.countdown_sale_price {
    margin: 10px 0 0;
}

.sale_price_label {
    font-weight: bold;
    margin: 0 0 7px 0;
}

.is-countdown {
    padding: 3px 0 14px;
}

.countdown-rtl {
    direction: rtl;
}

.countdown-holding span {
    color: #888;
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0 2px;
    text-align: center;
}

.countdown-show1 .countdown-section {
    width: 98%;
}

.countdown-show2 .countdown-section {
    width: 48%;
}

.countdown-show3 .countdown-section {
    width: 32.5%;
}

.countdown-show4 .countdown-section {
    width: 24.5%;
}

.countdown-show5 .countdown-section {
    width: 19.5%;
}

.countdown-show6 .countdown-section {
    width: 16.25%;
}

.countdown-show7 .countdown-section {
    width: 14%;
}

.countdown-section {
    font-size: 75%;
    display: block;
    float: left;
    text-align: center;
}

.countdown-amount {
    font-size: 200%;
}

.countdown-period {
    display: block;
}

.countdown-descr {
    display: block;
    width: 100%;
}


/**/

.countdown_box {
    font-family: arial;
    line-height: 18px;
    position: absolute;
    z-index: 999;
    top: 70px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.countdown_inner {
    margin: 0 8px;
    padding: 16px 0 21px;
    border: 5px solid #fff;
    background-color: #606060;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

.countdown_inner .title {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-shop .countdown_box {
    position: inherit !important;
}

.product-shop .countdown_inner {
    margin: 10px 5px 0 !important;
}


/*LEFT COLLAPSED MENU*/

#collapsed-menu {
    position: relative;
    margin-bottom: 20px;
}

#collapsed-menu .nav-header {
    position: relative;
    margin: 0;
}

#collapsed-menu .nav-header a,
#collapsed-menu a {
    font: 12px/16px Arial, Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 6px 0;
    text-transform: none;
    background: none;
}

#collapsed-menu .nav-header span.collapse_button {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    position: absolute;
    top: 3px;
    right: 0;
    width: 22px;
    height: 22px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #d1e1f0;
    border-radius: 2px;
    background: #fff;
}

#collapsed-menu span.badge {
    font-size: 12px;
    margin: 4px 0 0 5px;
    text-transform: none;
    color: #fff;
    border-radius: 2px;
    text-shadow: none;
}

#collapsed-menu .nav-list {
    position: relative;
    margin: 0;
    padding: 0;
}

#collapsed-menu .nav-list>li>a,
#collapsed-menu .nav-list .nav-header {
    margin: 0;
}

#collapsed-menu .nav-list {
    position: relative;
    top: 0;
    display: none;
    padding: 0;
    border-top: 1px solid #eee;
}

#collapsed-menu li {
    line-height: 16px;
    position: relative;
    padding: 0;
    cursor: default;
    border: none;
    border-bottom: 1px solid #eee;
}

#collapsed-menu .nav-header {
    padding: 0;
    cursor: default;
}

#collapsed-menu .nav-list li:last-child {
    border: none;
}

#collapsed-menu a {
    color: #000;
    border-bottom: none;
}

#collapsed-menu a:hover {
    text-decoration: none;
}

#collapsed-menu .nav-list li li a:hover {
    color: #606060;
    background: none;
}

#collapsed-menu .nav-list>li>a:hover {
    background: none;
}

#collapsed-menu .nav-list li a,
#collapsed-menu .nav-list li .nav-header a {
    padding-left: 16px;
}

#collapsed-menu .nav-list li li a,
#collapsed-menu .nav-list li li .nav-header a {
    padding-left: 32px;
}

#collapsed-menu .nav-list li li li a,
#collapsed-menu .nav-list li li li .nav-header a {
    padding-left: 48px;
}

#collapsed-menu .nav-list li li li li a,
#collapsed-menu .nav-list li li li li .nav-header a {
    padding-left: 64px;
}

#collapsed-menu li.active>label>a,
#collapsed-menu .nav-list li.active>a {
    font-weight: bold;
    text-shadow: none;
}

#collapsed-menu li.current>label>a,
#collapsed-menu .nav-list li.current>a {
    font-weight: bold;
    text-shadow: none;
}

#collapsed-menu label {
    text-shadow: none;
}

.block.leftmenu {
    margin-bottom: 10px;
    border-bottom: 0;
}

#collapsed-menu li.active>ul {
    display: block;
}

.in.collapse li {
    padding-left: 15px !important;
}

.in.collapse li>a {
    padding-left: 0 !important;
}

#collapsed-menu li.strong>label a {
    font-weight: bold;
}

.modal {
    z-index: 100001 !important;
    top: 30%;
    left: 50%;
    display: none;
    width: 560px;
    margin-left: -280px;
}

.modal-sm {
    width: 300px;
    margin-left: -150px;
}

.modal-backdrop {
    position: fixed;
    z-index: 100000 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}

.modal .modal-header .close,
.modal .close {
    font-size: 28px;
    margin-top: -3px;
    opacity: .8;
    color: #000;
    background: none !important;
    text-shadow: none;
}

.modal .modal-header .close:hover,
.modal .close:hover {
    opacity: .6;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
        margin-left: -450px;
    }
}

@media (max-width: 780px) {
    .modal,
    .modal-lg {
        width: 360px;
        margin-left: -180px;
    }
    .modal-sm {
        width: 300px;
        margin-left: -150px;
    }
    .padding-1 {
        padding: 15px 0 8px;
    }
}

@media (max-width: 359px) {
    .modal,
    .modal-lg {
        width: 300px;
        margin-left: -150px;
    }
}


/* filters by category */

.filters-by-category {
    display: inline-block;
    width: 100%;
    margin: 30px 0 20px;
    text-align: center;
}

.filters-by-category.nomargin {
    margin: 0;
}

.filters-by-category ul {
    margin: 0;
    padding: 0;
}

.filters-by-category li {
    display: inline-block;
    height: 26px;
    margin: 0 0 10px;
    border-left: 1px solid #e7e7e7;
}

.filters-by-category ul li:first-child {
    border: none;
}

.filters-by-category li a {
    font: 1.23em "Oswald", sans-serif;
    display: block;
    margin: -9px 12px 9px;
    padding: 12px 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #2b2b2b !important;
    border: 2px solid transparent;
    border-radius: 3px;
}

.filters-by-category li a.selected,
.filters-by-category li a:hover {
    border-color: #606060;
}

.filters-by-category li a.selected {
    color: #fff !important;
    background: #606060;
}

.parallax-block {
    overflow: hidden;
    margin: 15px 0 25px;
    padding: 80px 0 95px;
    background: url(../img/parallax-bg.jpg) no-repeat 50% 0 #303d47;
    -webkit-backface-visibility: visible;
}

.parallax-block h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
    color: #fff;
}


/*PREVENT SEARCH*/

.searchlayer {
    position: absolute;
    z-index: 100000;
    display: block;
    width: auto;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.finded_element {
    font-size: 13px;
    display: block;
    clear: both;
    padding: 2px;
    text-align: left;
}

.finded_element a:hover {
    margin-left: 5px;
    color: #333;
}

.itemPreFilterCount span {
    float: left;
}

.itemPreFilterCount a:hover {
    color: #606060;
}

.ItemCountValue {
    font-size: 30px;
}

#filter-by-price .range-slider {
    padding: 5px 9px 0 7px;
}


/* CSS Spinner */

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.spinner {
    min-width: 24px;
    min-height: 24px;
}

.spinner:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -10px;
    margin-left: -10px;
    content: "Загружаю…";
}

.spinner:not(:required):before {
    content: "";
    -webkit-animation: spinner .6s linear infinite;
    animation: spinner .6s linear infinite;
    border-top: 2px solid #606060;
    border-right: 2px solid transparent;
    border-radius: 50%;
}

.loading-message {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
    padding: 10px;
    width: 310px;
}

.loading-message-boxed h4 {
    margin: 10px;
}

.loading-message-boxed .btn-mini.grey {
    background-color: #eee;
    color: #000;
}

.loading-message-boxed span {
    font-size: 1.4em;
}

.loading-message-boxed img {
    display: inline-block;
}

#minicartfly {
    display: none;
    min-width: 125px;
    margin: 0 auto;
    text-align: center;
    color: #000 !important;
}

label.valid {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: default;
    text-indent: -9999px;
    background: url("../img/valid.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

label.error {
    font-weight: bold;
    margin-top: 2px;
    padding: 2px 8px;
}

.error {
    border: 1px solid #b94a48 !important;
    background-color: #fee !important;
}

.viewed-products li {
    float: left;
    width: 95%;
    margin: 0 0 10px 0;
    /* 18-03-2016 */
    padding: 5px;
    border: 1px dotted #ccc;
}

.you-looked .viewed-products li {
    max-width: 270px;
    min-height: 76px;
    /* 18-03-2016 */
    margin: 0 10px 10px 0;
}

.viewed-products .content_img {
    float: left;
    width: 65px;
    height: 65px;
}

.you-looked .viewed-products .content_img {
    width: 75px;
    height: 75px;
}

.viewed-products .text_desc {
    float: left;
    max-width: 175px;
    margin-top: 10px;
    margin-left: 8px;
}

.viewed-products li .text_desc .s_title_block,
.viewed-products li .text_desc h5 {
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

.viewed-products li .text_desc .s_title_block a,
.viewed-products li .text_desc h5 a {
    color: #333;
}

.viewed-products li .text_desc p,
.viewed-products li .text_desc p a {
    line-height: 14px;
    margin: 0 0 5px;
    color: #666;
}


/* CSS Ballon */

.bubble {
    position: absolute;
    z-index: 100;
    right: 255px;
    display: block;
    width: 140px;
    height: auto;
    padding: 5px 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.bubble>.arrow {
    position: absolute;
    top: 50%;
    left: -10px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -10px;
}

.bubbleItemsLoading span {
    position: absolute;
    margin: 3px 20px;
}

.bubbleItemsResult .bubble-close {
    position: absolute;
    top: 2px;
    padding-left: 84px;
}

.hiddenControl {
    text-decoration: line-through;
}


/* CSS Ballon end */


/* Hover Side Menu  */

.sh-menu-content {
    padding-top: 8px;
}

.sh-menu {
    position: relative;
    margin: 0 auto;
}

.sh-menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.sh-menu li {
    display: block;
    padding: 0;
    border-top: 1px solid #ededed;
}

.sh-menu li:first-child {
    border: medium none;
}

.sh-menu a {
    display: block;
    overflow: hidden;
    padding: .5em 1em;
    text-decoration: none;
    color: #333;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sh-menu>ul>li>a {
        padding: .5em .3em;
        white-space: nowrap;
        text-overflow: clip;
    }
}

.sh-menu ul>li [class^="icon-"] {
    font-size: 10px;
    margin-top: 6px;
    padding-right: 14px;
    color: #a6a6a6;
}

.sh-menu ul>li>ul>li [class^="icon-"] {
    padding-right: 14px !important;
    color: #a6a6a6 !important;
}

.sh-menu ul>li:hover [class^="icon-"] {
    padding-right: 7px;
}

.sh-menu ul>li>ul>li:hover [class^="icon-"] {
    padding-right: 7px !important;
}

.sh-menu a.hover,
.sh-menu a:hover {
    color: #222;
    background: #f0f0f0;
}

.sh-menu ul ul {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 100%;
    display: none;
    width: 220px;
    height: 337px;
}


/* Hover Side Menu End */

.item_kinds {
  padding-top:25px;
}

.item_kinds li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content:  flex-start;
  align-items: center;
  flex-grow: 2;
}

.kind_product_image {
  width:150px;
  max-height:150px;
  overflow:hidden;
}

.kind_product_image img{
  width:150px;
}

.kind_product_title {
  padding-left:10px;
}
