/*
 * Webasyst Default 2.0 theme family
 *
 * Core CSS file
 *
 * @link http://www.webasyst.com/
 * @author Webasyst LLC
 * @copyright 2014 Webasyst LLC
 * @package Webasyst
 */

/* Reset
-------- */
* {
    outline: none !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
/* ol, ul, li, */
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
credentials,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

article,
aside,
credentials,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* Common HTML elements, fonts, and colors
------------------------------------------ */

html,
body {
    width: 100%;
    min-height: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    background: #fff
        /* below-the-footer color */
    ;
    line-height: 1.4em;
}

a {
    color: #006bd8;
    outline: 0 none;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -4px;
}


a:hover {
    color: red !important;
    transition: 0.3s;
}

input[type="button"]::-moz-focus-inner {
    border: 0;
}

input[type="submit"]::-moz-focus-inner {
    border: 0;
}

a img {
    border: 0;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
blockquote {
    margin-bottom: 20px;
}

h1 {
    font-size: 2.6em;
}

h1 a {
    text-decoration: none;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.45em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1em;
}

h1,
h2,
h3 {
    line-height: 1.2em;
}

ul,
ol {
    padding-top: 0;
}

ol {
    list-style: decimal;
}

input,
textarea,
select {
    margin: 0;
}

input,
textarea {
    font-size: 1em;
    color: #000;
}

input[type="button"]:focus {
    outline: none;
    outline-offset: -2px;
}

fieldset {
    border: 1px solid #bbb;
    padding: 10px;
    position: relative;
    background: #e9e9e9;
    margin-bottom: 10px;
}

fieldset p label {
    width: 98%;
}

fieldset p input[type="text"] {
    width: 98%;
}

fieldset p select {
    width: 99%;
}

blockquote {
    color: #555;
    font-size: 0.9em;
    padding: 20px;
    background: #f3f3f3;
}

blockquote cite {
    font-size: 0.9em;
}

hr {
    background-color: rgba(0, 0, 0, 0.15);
    height: 1px;
    border: 0;
}

p {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.4em;
}

p a {
    text-decoration: underline;
}

input::-webkit-input-placeholder {
    color: #bbb;
}

input:-moz-placeholder,
input::-moz-placeholder {
    color: #bbb;
}

input:-ms-input-placeholder {
    color: #bbb;
}

/* Misc elements
---------------- */

.block {
    padding: 25px 30px;
}

.inline {
    display: inline !important;
}

.inline-link {
    text-decoration: none !important;
}

.inline-link b {
    border-bottom: 1px dotted;
    font-weight: normal;
    position: relative;
    top: -0.13em;
}

.inline-link b i {
    font-style: normal;
    position: relative;
    top: 0.13em;
}

.small {
    font-size: 0.9em;
}

.large {
    font-size: 1.1em;
}

.bold {
    font-weight: bold;
}

.strike {
    text-decoration: line-through;
}

.highlighted {
    background: #ffc;
}

.hint {
    color: #aaa;
    font-size: 0.9em;
}

.hint a,
.hint:visited,
.hint a:visited {
    color: #888;
}

.gray .dropdown ul .gray a,
.gray:visited,
.gray a:visited {
    color: #888;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

.shadowed {
    -moz-box-shadow: 0 5px 15px #aaa;
    -webkit-box-shadow: 0 5px 15px #aaa;
    box-shadow: 0 5px 15px #aaa;
}

.nowrap {
    white-space: nowrap;
}

.hr {
    border-top: 1px solid #ccc;
    margin-bottom: 15px;
}

.uppercase {
    text-transform: uppercase;
}

.blurred {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.userpic {
    border-radius: 50%;
    background-size: auto;
}



.breadcrumbs {
    padding: 20px 10px;
    font-size: 12px;
}

.breadcrumbs a {
    color: #aaa;
}

.breadcrumbs span.rarr {
    color: #ccc;
    margin: 0 3px;
}

.tags {
    line-height: 1.6em;
}

.tags a {
    color: green !important;
    display: inline !important;
    padding: 0 4px !important;
}

.tags a:hover {
    color: red !important;
}

.welcome {
    text-align: center;
    background: url('img/welcome.png') no-repeat;
    background-position: top center;
    padding-top: 300px;
    background-size: 256px 256px;
    margin-bottom: 30px;
}

.welcome h1 {
    font-weight: normal;
    font-size: 2em;
}

.staff {
    background: #eeb;
    padding: 1px 4px !important;
    color: #345;
    font-size: 0.9em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

/* Buttons
---------- */

input[type=button],
input[type=submit] {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 17px;
    border-width: 0 0 1px 0;
    border-style: solid;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    height: 35px;
    line-height: 34px;
    padding: 0 40px 0 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: rgb(0 0 0 / 30%) 0 1px 1px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: normal;
    border-radius: 2px;
    background-color: #d60057;
    border-color: #d60057;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=button]:active,
input[type=submit]:active {
    opacity: 0.5;
    text-shadow: none;
    box-shadow: none;
}

input[type=button]:disabled,
input[type=submit]:disabled {
    background: #eee;
    color: #999;
    text-shadow: 0 1px 1px #fff;
    cursor: pointer;
}


/* Navigation menus
------------------- */

ul.menu-v {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', 'Trebuchet MS', Arial, sans-serif;
}

ul.menu-v li {
    list-style: none;
    padding: 0;
    line-height: 1.3em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

ul.menu-v li a {
    padding: 13px 30px 13px 16px;
    display: block;
    text-decoration: none;
}

ul.menu-v li.collapsible {
    background: url('img/rarr.png') no-repeat;
    background-position: right center;
    background-size: 32px 16px;
}

ul.menu-v.bottom-padded {
    margin-bottom: 20px;
}

ul.menu-v li .count {
    float: right;
    color: #aaa;
}

ul.menu-v li .count i.icon16 {
    margin: 0 -5px;
}

ul.menu-h {
    margin: 0;
    padding: 0;
}

ul.menu-h.bottom-padded {
    margin-bottom: 15px;
}

ul.menu-h li {
    list-style: none;
    display: inline-block;
    padding: 0 10px 0 0;
    line-height: 1.3em;
    display: block\9;
    float: left\9;
}

ul.menu-h li a {
    display: inline-block;
    padding: 13px 16px 13px 16px;
    display: block\9;
    float: left\9;
    text-decoration: none;
}

ul.menu-h li.collapsible a {
    padding: 13px 30px 13px 16px;
}

ul.menu-h li a img.icon16 {
    position: relative;
    top: 3px;
    left: -3px;
}

ul.menu-h li a i.icon16 {
    margin-top: -0.1em;
}

ul.menu-h li.selected a {
    background: transparent;
}

ul.menu-h li.bold a {
    font-weight: bold;
}

ul.menu-h.compact {
    margin-bottom: 16px;
}

ul.menu-h.compact li {
    padding-right: 5px;
}

ul.menu-h.compact li a {
    padding: 0;
}

.dropdown ul li {
    position: relative;
}

.dropdown ul li.collapsible {
    background: url('img/darr.png') no-repeat;
    background-size: 16px 16px;
    background-position: right center;
    margin-right: 0px !important;
    padding-right: 5px;
}

.dropdown ul li:hover {
    background-color: #ffc !important;
    transition: 0.3s;
}

.dropdown ul li a {
    display: block;
}

.dropdown ul li a:hover {
    background-color: #ffc !important;
    transition: 0.3s;
}

.dropdown ul ul.menu-v {
    opacity: 0;
    position: absolute;
    width: 200px;
    top: -9999em;
    left: -9999em;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0;
    z-index: 13012;
    margin-left: 0;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    margin-top: 0;
}

.dropdown ul ul.menu-v li {
    display: block;
    width: 200px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
}

.dropdown ul ul.menu-v li.collapsible {
    background: url('img/rarr.png') no-repeat;
    background-size: 32px 16px;
    background-position: right center;
    margin-right: 0 !important;
}

.dropdown ul ul.menu-v li a {
    display: block;
    margin: 0;
    font-weight: normal !important;
}

/* .dropdown ul ul.menu-v li i.icon16 { margin-left:-20px; margin-right:4px; } */
.dropdown ul ul.menu-v li ul.menu-v {
    top: -1px;
    left: 100%;
    margin-left: 0;
}

.dropdown ul li:hover ul.menu-v {
    opacity: 1;
    top: 100%;
    left: -1px;
    transition: opacity 0.3s;
}

/* .dropdown ul li:hover ul.menu-v { background-color: rgba(255,255,222,1); } */
.dropdown ul.disabled li:hover ul.menu-v {
    display: none !important;
}

.dropdown ul li:hover ul.menu-v ul.menu-v {
    display: none;
    top: -1px;
}

.dropdown ul li:hover ul.menu-v li:hover ul.menu-v {
    display: block;
}

.dropdown ul li:hover ul.menu-v li:hover ul.menu-v ul.menu-v {
    display: none;
    top: -1px;
}

.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v {
    display: block;
}

.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v ul.menu-v {
    display: none;
    top: -1px;
}

.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v {
    display: block;
}

.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v ul.menu-v {
    display: none;
    top: -1px;
}

.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v {
    display: block;
}

.dropdown ul li .inner {
    opacity: 0;
    top: -9999em;
    left: -9999em;
    width: 300px;
    position: absolute;
    z-index: 13012;
    background: #fff;
}

.dropdown ul li .inner.shadowed {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0;
    margin-left: 0;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    margin-top: 0;
}

.dropdown ul li:hover .inner {
    top: 100%;
    left: -3px;
    opacity: 1;
    transition: opacity 0.3s;
}

.dropdown ul.menu-v {
    margin-bottom: 0;
}

.dropdown ul.menu-v li:hover ul.menu-v {
    top: -1px;
    left: 100%;
}

.dropdown ul.menu-v li.collapsible {
    background-image: url('img/rarr.png');
    background-size: 32px 16px;
    margin-right: 0 !important;
    padding-right: 0;
}

.dropdown ul.menu-v li.collapsible.selected:hover > a {
    background-color: #ffc !important;
}

.dropdown ul.menu-h li:hover {
    background-color: #fff !important;
}

.dropdown ul.menu-h li ul.menu-v li {
    background-position: right 0 center;
}

.dropdown ul.menu-h li.collapsible {
    background-position: right 10px center;
}

.dropdown ul.menu-h li.collapsible:hover {
    background-color: #ffc !important;
}

.dropdown ul.menu-h li ul.menu-v li:hover {
    background-color: #ffc !important;
}

.dropdown ul.menu-h.aux {
    float: right;
    font-size: 1em;
}

.dropdown ul.menu-h.aux li:hover .inner,
.dropdown ul.menu-h.aux li:hover ul {
    left: auto;
    right: 0;
}

ul.tree {
    list-style: none;
    padding-left: 0;
}

ul.tree li {
    border: none;
}

ul.tree li a {
    padding: 5px 16px;
    display: block;
    text-decoration: none;
}

ul.tree li.selected a {
    background: transparent;
}

ul.tree ul {
    padding-left: 20px;
    list-style: none;
}

ul.tree ul a {
    padding: 3px 6px;
    font-size: 90%;
}

.paging-nav {
    text-align: center;
}

.paging-nav ul li a {
    padding: 8px 10px;
}

.paging-nav ul li.selected a {
    background: #eee;
    border-radius: 4px;
}

/* Sign up & Login forms
------------------------ */

.wa-auth-adapters ul {
    padding: 0;
    min-height: 16px;
}

.wa-auth-adapters ul li {
    list-style: none;
    float: left;
    padding: 0 15px 0 0;
}

.wa-auth-adapters ul li a,
.wa-auth-adapters ul li span {
    display: block;
    padding: 0px 5px;
}

.wa-auth-adapters ul li a img,
.wa-auth-adapters ul li span img {
    position: relative;
    top: 4px;
    margin-right: 3px;
}

.wa-auth-adapters p {
    color: #888;
    font-size: 0.9em;
    width: 80%;
}

.wa-auth-adapters.wa-connect {
    margin-top: 20px;
}

.wa-form {
    float: left;
    margin: 10px 0;
    overflow: visible;
}

.wa-form .wa-field {
    clear: left;
    margin: 0;
    padding-top: 3px;
}

.wa-form .wa-field .wa-name {
    float: left;
    width: 155px;
    padding-top: 0.05em;
    padding-bottom: 10px;
    font-size: 0.95em;
    color: #888;
}

.wa-form .wa-field.wa-separator {
    height: 10px;
}

.wa-form .wa-field .wa-value {
    margin-left: 180px;
    margin-bottom: 5px;
    position: relative;
}

.wa-form .wa-field .wa-value input.wa-error {
    border: 2px solid red;
}

.wa-form .wa-field .wa-value .wa-error-msg {
    font-size: 0.9em;
    color: red;
    display: block;
}

.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] {
    width: 30%;
    min-width: 260px;
    margin: 0;
}

.wa-form .wa-field .wa-value textarea {
    min-width: 300px;
    height: 70px;
}

.wa-form .wa-field .wa-value input.wa-captcha-input {
    width: 100px;
    min-width: 0;
}

.wa-form .wa-field .wa-value label {
    display: block;
}

.wa-form .wa-field .wa-value .wa-captcha img {
    margin-left: 0;
}

.wa-form .wa-field .wa-value .errormsg {
    margin-left: 0;
}

.wa-form .wa-field .wa-value.wa-submit {
    margin-top: 10px;
}

.wa-form .wa-field .wa-value p label {
    display: block;
    margin: 0;
}

.wa-form .wa-field .wa-value p {
    line-height: 1.6em;
    margin-bottom: 23px;
    position: relative;
}

.wa-form .wa-field .wa-value p span {
    color: #777;
    font-size: 0.9em;
    display: block;
}

.wa-form .wa-field .wa-value p i.icon16 {
    float: left;
    left: -20px;
    margin-top: 2px;
    position: absolute;
}

.wa-form .wa-field .wa-value p input {
    display: block;
    margin-bottom: 2px;
}

.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] {
    display: inline;
}

.wa-form .wa-field .wa-value p .field.wa-required span:after {
    content: " *";
    color: #faa;
}

.wa-form .wa-field.wa-required .wa-name:after {
    content: " *";
    color: #faa;
}

.wa-signup-form .wa-form .wa-field.wa-field-email {
    margin-top: 20px;
}

.wa-signup-form .wa-form .wa-field.wa-field-email .wa-value input {
    min-width: 300px;
}

.wa-signup-form .wa-form .wa-field.wa-field-password .wa-value input,
.wa-signup-form .wa-form .wa-field.wa-field-password_confirm .wa-value input {
    min-width: 200px;
    width: 200px;
}

.wa-captcha {
    padding: 7px 0 10px;
}

.wa-captcha p {
    margin: 0;
}

.wa-captcha strong {
    font-size: 1.2em;
}

.wa-captcha p img {
    float: left !important;
    margin-right: 5px;
    margin-top: -8px;
}

.wa-captcha .wa-captcha-refresh {
    font-size: 0.8em;
    text-decoration: underline;
    color: #aaa;
}

.wa-captcha .wa-captcha-input {
    display: inline !important;
}

.wa-captcha .errormsg {
    display: inline-block;
    margin-left: 10px;
    display: block\9;
    float: left\9;
}

input.error,
textarea.error {
    border: 2px solid red;
}

.errormsg {
    color: red;
    margin-left: 170px;
    display: block;
}

/* Multi-column layout
---------------------- */

.row {
    clear: both;
    border-top: 1px solid #eee;
    padding: 20px 0;
}

.row.no-border {
    border: none;
}

.col {
    float: left;
}

.col.w1 {
    width: 6%;
}

.col.w2 {
    width: 12%;
}

.col.w3 {
    width: 18%;
}

.col.w4 {
    width: 24%;
}

.col.w5 {
    width: 30%;
}

.col.w6 {
    width: 36%;
}

.col.w7 {
    width: 42%;
}

.col.w8 {
    width: 48%;
}

.col.w9 {
    width: 54%;
}

.col.w10 {
    width: 60%;
}

.col.w11 {
    width: 66%;
}

.col.w12 {
    width: 72%;
}

.col.w13 {
    width: 78%;
}

.col.w14 {
    width: 84%;
}

.col.w15 {
    width: 90%;
}

.col.w16 {
    width: 96%;
}

/* Tables
--------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    color: #aaa;
    padding: 0px 10px 7px;
}

table td {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

table.not-bordered td {
    border: none;
}

table.lined {
    margin-top: 25px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

table.lined th {
    padding-left: 7px;
    padding-right: 7px;
}

table.lined td {
    padding: 15px 7px;
    border-bottom: 1px solid #ddd;
}

table.lined td.min-width {
    width: 1%;
}

table.lined td p {
    margin: 0;
}

table.lined td input.numerical {
    width: 50px;
    margin-right: 5px;
    text-align: right;
}

table.lined tr.no-border td {
    border: none;
}

table.lined tr.thin td {
    padding-top: 13px;
    padding-bottom: 0;
}

table.lined tr.service td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    font-size: 0.8em;
    color: #555;
}

/* Customized search input look
------------------------------- */

.search input::-webkit-input-placeholder,
.search input:-moz-placeholder,
.search input::-moz-placeholder,
.search input:-ms-input-placeholder {
    color: #333;
    font-style: italic;
}


/* Header
--------- */

.container {
    min-width: 650px;
    max-width: 970px;
    margin: 0 auto;
    padding: 0 30px;
}

.container:before,
.container:after {
    content: " ";
    clear: both;
}


.nav-negative.search {
    padding: 0 20px 20px;
    background: #fff;
    height: 32px;
}

header.globalheader {
    background: #fff;
    position: relative;
    z-index: 99;
}

header.globalheader .container {
    position: relative;
}

header a {
    text-decoration: none;
}

header #globalnav {}

header #globalnav.dimmed {
    background: #eee;
}

header .extendednav {
    padding-top: 5px;
    padding-bottom: 5px;
}

header h2 a {
    color: #000 !important;
}

header h2 a span {
    display: none;
}

header #globalnav h2 {
    display: none;
    float: left;
    padding: 12px 13px;
    margin: 0 10px 0 0;
    font-size: 1.0em;
    color: #777;
}

header .extendednav h2 {
    float: left;
    padding: 20px 0;
    margin: 0 20px 0 0;
    font-size: 1.6em;
    color: #000;
    vertical-align: middle;
}


header .apps {
    float: left;
    padding: 0;
    margin: 0 0 0 -13px;
}

header .apps li {
    float: left;
    list-style: none;
}

header .apps li a {
    display: block;
    padding: 8px 13px;
    margin-right: 0px;
    color: #999;
}

header .apps li.selected a {
    font-weight: bold;
    color: #000;
    background: transparent;
}

header .dimmed .apps li.selected a {
    background: #fff;
}

header .dimmed .apps {
    margin-left: 0;
}

header .pages {
    padding: 0;
    margin: 20px 0 20px 20px;
    text-align: center;
}

header .pages li {
    display: inline-block;
    list-style: none;
}

header .pages li a {
    display: block;
    padding: 5px 7px;
    margin-right: 0px;
    font-size: 1.1em;
}


header ul.pages.flyout-nav li.collapsible {
    background: url('img/darr.png') no-repeat;
    background-position: right center;
    background-size: 16px 16px;
}

header ul.pages.flyout-nav li.collapsible a {
    padding-right: 20px;
}

header ul.pages.flyout-nav li .flyout {
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 15px 20px -20px rgba(0, 0, 0, 0.4);
    z-index: 10;
    min-height: 150px;
    padding: 15px 30px;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #ccc;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    /* IE6-9 */
}

header ul.pages.flyout-nav li.submenu-is-shown .flyout {
    visibility: visible;
    height: auto;
    opacity: 1;
}

header ul.pages.flyout-nav li .flyout ul.menu-v li {
    border: none;
    vertical-align: top;
    text-align: left;
    margin: 0 20px 20px 0;
}

header ul.pages.flyout-nav li .flyout ul.menu-v li.collapsible {
    background: none;
}

header ul.pages.flyout-nav li .flyout ul.menu-v li a {
    font-weight: bold;
    padding-left: 0;
    font-size: 1em;
}

/* header ul.pages.flyout-nav li .flyout ul.menu-v li ul.menu-v { display: block; } */
header ul.pages.flyout-nav li .flyout ul.menu-v li ul.menu-v li {
    display: block;
    margin: 0;
    font-size: 0.9em;
}

header ul.pages.flyout-nav li .flyout ul.menu-v li ul.menu-v li a {
    font-weight: normal;
}

header ul.pages.flyout-nav li .flyout ul.menu-v li ul.menu-v li ul {
    display: none;
}

header ul.pages.flyout-nav li .flyout .tags {
    font-size: 120%;
}

header ul.pages.flyout-nav li .flyout ul.menu-v.brands {
    text-align: center;
}

header ul.pages.flyout-nav li .flyout ul.menu-v.brands a {
    font-size: 1.2em;
    font-weight: normal;
}

header #mobile-nav-toggle {
    display: none;
    background: url(img/menu.svg) no-repeat 0px center;
    border: none;
    padding: 0;
    background-size: 30px !important;
    width: 55px;
    border-right: 1px solid #f6f6f6;
    height: 55px;
}

header .offline {
    float: right;
    margin-top: 8px;
}

header .offline b {
    margin-right: 10px;
}

header .auth {
    float: right;
    margin-bottom: 0;
    margin-top: 7px;
}

header .auth li {
    list-style: none;
    float: left;
}

header .auth li a {
    font-style: italic;
    font-size: 0.8em;
    padding: 5px 8px;
}


header .cart.fixed {
    position: fixed;
    top: 0;
    right: 80px;
    min-width: 220px;
    max-width: 320px;
    z-index: 999;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
}

header .cart.fixed a {
    text-align: center;
    border-radius: 0;
    border-top: none;
}

header .cart.fixed .cart-just-added {
    display: block;
    background: #fafaf1;
}

header .cart.fixed a {
    display: block;
    border: none;
    background: #fff;
    text-align:center;
    box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.2);
}

header .cart.fixed a:before {
    position:relative;
    top: auto;
    margin: -2px 5px;
    display: inline-block;
    left: auto;}
    
header .cart.fixed .over-summary{padding:0 5px;}
header .cart.fixed a.cart-to-checkout:hover {
    color: red !important;
}

@media (max-width:767px) {
    .nav-negative {
    display: none;
    /* mobile-only slide-out navigation */
    padding-left: 0;
    margin: -1px 0 0;
    border-bottom: 1px solid #777;
}
    .nav-negative li {
        list-style: none;
        display: block;
        border-top: 1px solid #777;
    }
    
    .nav-negative li a {
        font-size: 1.2em;
        text-decoration: none;
        color: #ddd !important;
        display: block;
        padding: 15px 26px 15px 16px;
    }
    
    
    .nav-negative.offline {
        text-align: center;
        padding: 20px;
        background: #fff;
    }
    
    .nav-negative.auth li {
        background: #666;
    }

}
/* Main
------- */

main.maincontent {
    display: block;
    clear: both;
    margin: 0;
    /* this seems odd, but it fixes FF 1px black border issue for resized backgrounds */
    ;
}

main.custom-background .banner {
    background-size: auto;
}

main.custom-background.stretched .banner {
    background-size: cover;
}

.banner {
    background: #27ba64;
    background-size: cover;
    text-align: center;
    padding: 30px 25px 60px;
    clear: both;
    border: none;
    min-height: 42px;
}

.banner h3 {
    color: #ffe;
    font-size: 1.6em;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.banner .search {
    display: inline-block;
    width: 40%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block\9;
    float: left\9;
}

.banner .search .search-wrapper {
    height: 36px;
    font-size: 1.1em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding-left: 8px;
    background: #fff;
    margin-left: -10px;
    border-radius: 3px 5px 5px 3px;
}

.banner .search .search-wrapper:hover {
    box-shadow: 0 5px 13px -8px rgba(0, 0, 0, 0.4);
    transition: 0.1s;
}

.banner .search input {
    height: 1.3em;
    font-size: 1.1em;
    margin-top: 7px;
    padding-right: 58px;
    padding-top: 1px;
}

.banner .search button {
    width: 52px;
    height: 36px;
    background-color: green;
    background-image: url(img/search20.png);
    background-repeat: no-repeat;
    background-position: 16px 8px;
    background-size: 20px 20px;
}

.banner .search .search-sample {
    display: inline-block;
    margin-top: 12px;
    font-size: 0.8em;
    color: #dec;
}

.banner .search .search-sample a {
    color: #efd;
    text-decoration: underline;
}

.banner ul.menu-h li a {
    color: #ff9;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    font-size: 100%;
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 5px;
    padding-right: 20px;
}

.banner ul.menu-h li.selected a {
    color: #ff0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.banner ul.menu-h li:hover {
    background-color: transparent !important;
}

.banner ul.menu-h li a:hover {
    color: #ff0 !important;
}

.page {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.13);
    top: -43px;
    position: relative;
    z-index: 9;
    background: #fafaf1;
}

.page-nav {}

.page-content {
    background: #fff;
    position: relative;
    min-height: 250px;
}
.simple-page,
.search-page {padding:30px 0;}

.page-content.with-sidebar {
    margin-left: 220px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: -3px 0 8px -8px rgba(0, 0, 0, 0.7);
}

.nav-sidebar {
    float: left;
    width: 220px;
    background: #fafaf1;
}

.nav-sidebar-header {
    DISPLAY: NONE;
    padding: 13px 16px;
    line-height: 1.3em;
    background: #fff url('img/darr.png') no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    text-decoration: none;
    box-shadow: 0 2px 8px -8px rgba(0, 0, 0, 0.7);
    white-space: nowrap;
}

.nav-sidebar-body {}

.nav-sidebar.right {
    float: right;
}

.waSlideMenu-back {
    background: url('img/larr.png') no-repeat;
    background-position: left center;
    background-size: 32px 16px;
    padding-left: 13px !important;
}

.waSlideMenu-back a {
    color: #aaa;
}

.sub-links {
    margin-bottom: 20px;
    padding-left: 0;
}

.sub-links li {
    list-style: none;
    line-height: 1.5em;
}

.sub-links li a {
    text-decoration: none;
}

/* the trick below is for javascript-disabled browsers */
.slidemenu ul.menu-v li ul {
    display: none;
}

.slidemenu.waSlideMenu-nav ul.menu-v li ul {
    display: block;
}

/* Footer
--------- */

footer.globalfooter {
    clear: both;
    position: relative;
    background: #555;
    z-index: 9;
    background: #443849;
    -webkit-box-shadow: inset 0 1px 0 0 #e6e6e6;
    -moz-box-shadow: inset 0 1px 0 0 #e6e6e6;
    box-shadow: inset 0 1px 0 0 #e6e6e6;
    padding-top: 60px;
    min-height: 40px;
    color: #fff;
    font-size: 0.9em;
}

footer a:focus,
footer a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.footer-block {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    margin-bottom: 20px;
    overflow-x: hidden;
    display: block\9;
    float: left\9;
}

.globalfooter .footer-block a {
    display: block;
    font-size: 13px;
    color: #fff;
}

.footer-block a.top {
    line-height: 1.4em;
    font-size: 1.4em;
    padding-bottom: 12px;
    font-family: 'Oswald', sans-serif;
    color: #000;
}

.followus {
    padding: 20px 0;
    color: #fff;
}

.followus .social {
    margin: 0 30px;
}

.followus .social i.icon24 {
    margin-right: 10px;
}

.followus .mailer-subscribe {
    float: right;
    margin-right: 30px;
    color: #aaa;
}

.followus .mailer-subscribe input[type="email"] {
    margin-left: 5px;
}

.followus .mailer-subscribe p {
    margin-top: 5px;
}

.poweredby {
    text-align: center;
    padding: 20px 20px 0;
    background: #888;
    color: #bbb;
}

.poweredby a,
.poweredby a:visited {
    color: #ccc !important;
}

.poweredby .dots {
    font-size: 0.8em;
    text-decoration: none;
    display: block;
    width: 54px;
    height: 9px;
    background: url("/wa-content/img/dots/all-dots-default-order@2x.png") no-repeat 0 3px;
    padding-top: 3px;
    margin: 10px auto;
    background-size: 54px 9px;
}

/* 16x16 Icons
-------------- */

i.icon16 {
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none !important;
    background-image: url("img/icons.png");
    background-size: 260px 160px
        /* 50% of the original size for auto @2x optimization */
    ;
}

* i.icon16 {
    text-decoration: none !important;
    vertical-align: top;
    margin: 0.2em 0.25em 0 0;
}

.icon16.rss {
    background-position: -16px 0;
}

.icon16.facebook {
    background-position: -32px 0;
}

.icon16.twitter {
    background-position: -48px 0;
}

.icon16.vk {
    background-position: -64px 0;
}

.icon16.gplus {
    background-position: -80px 0;
}

.icon16.pinterest {
    background-position: -96px 0;
}

.icon16.youtube {
    background-position: -112px 0;
}

.icon16.instagram {
    background-position: -128px 0;
}

.icon16.userpic20 {
    background-position: -2px -2px;
    border-radius: 50%;
    background-size: 20px 20px;
}

.icon16.color {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 12px;
    height: 12px;
    background-image: none;
}

.icon16.like {
    background-position: 0 -16px;
    margin-top: 0;
}

.icon16.star,
.icon16.star-full {
    background-position: -16px -16px;
}

.icon16.star-half {
    background-position: -32px -16px;
}

.icon16.star-empty {
    background-position: -48px -16px;
}

.icon16.star-hover {
    background-position: -64px -16px;
}

.icon16.remove {
    background-position: -96px -16px;
}

.icon16.saved {
    background-position: -112px -16px;
}

.icon16.stock-red {
    background-position: -128px -16px;
}

.icon16.stock-yellow {
    background-position: -144px -16px;
}

.icon16.stock-green {
    background-position: -160px -16px;
}

.icon16.stock-transparent {
    background-position: -176px -16px;
}

.icon16.checkmark {
    background-position: -192px -16px;
}

.icon16.compare {
    background-position: -208px -16px;
}

.icon16.compare.active {
    background-position: -224px -16px;
}

.icon16.uarr {
    background: url('img/uarr.png');
    background-position: 0 0;
    background-size: 16px 16px;
}

.icon16.loading {
    background-image: url('img/loading16.gif');
    background-position: 0 0;
    background-size: 16px 16px;
}

.icon24.loading {
    background-image: url('img/loading.gif');
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    display: inline-block;
}

.icon32.loading {
    background-image: url('img/loading.gif');
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    display: inline-block;
}

/* 10x10 Icons
-------------- */

i.icon10 {
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none !important;
    background-image: url("img/icons.png");
    background-size: 260px 160px
        /* 50% of the original size for auto @2x optimization */
    ;
}

* i.icon10 {
    text-decoration: none !important;
    vertical-align: top;
    margin: 0.2em 0.1em 0 0;
}

.icon10.darr {
    background-image: url('img/darr.png');
    background-size: 16px 16px;
}

.icon10.star,
.icon10.star-full {
    background-position: 0 -100px;
}

.icon10.star-half {
    background-position: -10px -100px;
}

.icon10.star-empty {
    background-position: -20px -100px;
}

/* 24x24 Icons
-------------- */

i.icon24 {
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none !important;
    background-image: url("img/icons.png");
    background-size: 260px 160px
        /* 50% of the original size for auto @2x optimization */
    ;
}

* i.icon16 {
    text-decoration: none !important;
    vertical-align: top;
    margin: 0.5em 0.5em 0 0;
}

.icon24.rss {
    background-position: 0 -50px;
}

.icon24.facebook {
    background-position: -24px -50px;
}

.icon24.twitter {
    background-position: -48px -50px;
}

.icon24.vk {
    background-position: -72px -50px;
}

.icon24.instagram {
    background-position: -96px -50px;
}

.icon24.youtube {
    background-position: -120px -50px;
}

.icon24.pinterest {
    background-position: -144px -50px;
}

.icon24.gplus {
    background-position: -168px -50px;
}

/* My account (hide core app nav elements)
------------------------------------------ */

html.my ul.menu-h li a {
    padding: 5px 7px;
}

html.my ul.menu-h li.selected a {
    color: #fff;
}

html.my .nav-sidebar {
    display: none;
}

html.my .page-content {
    margin-left: 0;
}

/* Legacy stuff
--------------- */

#poweredby {
    float: right;
    margin: 0 50px;
    color: #888;
}

#copyright {
    color: #fff;
}

#copyright a {
    color: #fff;
    text-decoration: underline;
}

#copyright a:hover {
    text-decoration: none;
}

@media (max-width:767px) {
    #copyright {
        text-align: center;
    }
}

/* Color schemes
---------------- */

.color_scheme_green .bullets,
.color_scheme_green .filters,
.color_scheme_green .product-sidebar {
    background: #ecffe3;
}

.color_scheme_green main {
    background: #efe;
}

.color_scheme_blue #globalnav.dimmed {
    background: #e4f2fc;
}

.color_scheme_blue .price {
    color: #ce0052;
}

.color_scheme_blue .banner h3 {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}

.color_scheme_blue main {
    background: #e4f2fc;
}

.color_scheme_blue .dropdown-sidebar .nav-sidebar-header {
    background-color: #effaff;
}

.color_scheme_blue .page,
.color_scheme_blue .nav-sidebar,
.color_scheme_blue .nav-sidebar-body {
    background-color: #f9fdff;
}

.color_scheme_blue .bullets,
.color_scheme_blue .filters,
.color_scheme_blue .product-sidebar {
    background-color: #effaff;
}

.color_scheme_blue .nav-sidebar-header {
    background-color: #e4f2fc;
}

.color_scheme_blue header .cart a {
    background-color: #f70;
}

.color_scheme_blue .banner .search button {
    background-color: #f80;
}

.color_scheme_blue .filters .ui-slider-horizontal .ui-widget-header {
    background: #fc0;
}

.color_scheme_blue .subscribe {
    background: #def;
}

.color_scheme_red #globalnav.dimmed {
    background: #fee;
}

.color_scheme_red .price {
    color: #f00;
}

.color_scheme_red .banner h3 {
    color: #ffd;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.color_scheme_red .banner ul.menu-h li a {
    color: #fdd;
    text-shadow: 0 1px 1px #000;
}

.color_scheme_red .banner ul.menu-h li.selected a {
    color: #fff;
}

.color_scheme_red .banner ul.menu-h li a:hover {
    color: #fcc !important;
}

.color_scheme_red main {
    background: #fee;
}

.color_scheme_red header .cart a {
    background: #e00;
}

.color_scheme_red header .cart a:hover {
    background: #f33 !important;
}

.color_scheme_red header .cart a.cart-to-checkout {
    color: #006bd8 !important;
}

.color_scheme_red header .cart a.cart-to-checkout:hover {
    color: #fff !important;
}

.color_scheme_red .dropdown-sidebar .nav-sidebar-header {
    background-color: #ffefef;
}

.color_scheme_red .page,
.color_scheme_red .nav-sidebar,
.color_scheme_red .nav-sidebar-body {
    background-color: #fff9f9;
}

.color_scheme_red .nav-sidebar-header {
    background-color: #fee;
}

.color_scheme_red .bullets,
.color_scheme_red .filters,
.color_scheme_red .product-sidebar {
    background-color: #ffefef;
}

.color_scheme_red input[type="button"],
.color_scheme_red input[type="submit"] {
    background: #d22;
    color: #fff;
    text-shadow: none;
}

.color_scheme_red input[type="button"]:hover,
.color_scheme_red input[type="submit"]:hover {
    background: #e33;
}

.color_scheme_red input[type="button"]:active,
.color_scheme_red input[type="submit"]:active {
    background: #900;
}

.color_scheme_red .banner .search button {
    background-color: #faa;
}

.color_scheme_red .banner .search button:hover {
    background-color: #fbb;
}

.color_scheme_red .filters .ui-slider-horizontal .ui-widget-header {
    background: #fc0;
}

.color_scheme_red .subscribe {
    background: #ffe3e3;
}

.color_scheme_yellow #globalnav.dimmed {
    background: #fff8d2;
}

.color_scheme_yellow a {
    color: #007df1;
}

.color_scheme_yellow a:visited {
    color: #8866aa;
}

.color_scheme_yellow .price {
    color: #ce0052;
}

.color_scheme_yellow .banner h3 {
    color: #000;
    text-shadow: 0 1px 1px #ffc;
}

.color_scheme_yellow .banner ul.menu-h li a {
    color: #e33;
    text-shadow: 0 1px 1px #ffc;
}

.color_scheme_yellow .banner ul.menu-h li.selected a {
    color: #700;
    text-shadow: 0 1px 1px #ffa;
}

.color_scheme_yellow .banner ul.menu-h li a:hover {
    color: red !important;
}

.color_scheme_yellow main {
    background-color: #fff8e2;
}

.color_scheme_yellow header .cart a {
    background: #e00;
}

.color_scheme_yellow header .cart a:hover {
    background: #c00 !important;
}

.color_scheme_yellow .dropdown-sidebar .nav-sidebar-header {
    background-color: #fffae7;
}

.color_scheme_yellow .page,
.color_scheme_yellow .nav-sidebar,
.color_scheme_yellow .nav-sidebar-body,
.color_scheme_yellow .nav-sidebar-hotties,
.color_scheme_yellow .nav-sidebar-header {
    background-color: #fffaee;
}

.color_scheme_yellow .bullets,
.color_scheme_yellow .filters,
.color_scheme_yellow .product-sidebar {
    background-color: #ffc;
}

.color_scheme_yellow .banner .search_wrapper {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.color_scheme_yellow .banner .search button {
    background-color: #fd0;
}

.color_scheme_yellow .subscribe color_scheme_gray .color_scheme_yellow .filters .ui-slider-horizontal .ui-widget-header color_scheme_gray .color_scheme_yellow input[type="button"],
.color_scheme_yellow input[type="submit"] {
    background: #fe0;
}

.color_scheme_yellow input[type="button"].gray,
.color_scheme_yellow input[type="submit"].gray {
    background: #eee;
}

.color_scheme_purple #globalnav.dimmed {
    background: #f3f1f6;
}

.color_scheme_purple .page,
.color_scheme_purple .nav-sidebar,
.color_scheme_purple .nav-sidebar-body {
    background-color: #f3f1f6;
}

.color_scheme_purple .bullets,
.color_scheme_purple .filters,
.color_scheme_purple .product-sidebar {
    background: #f1eef3;
}

.color_scheme_purple .subscribe {
    background: #e3dee6;
}

.color_scheme_purple .nav-sidebar-header {
    background-color: #f3f1f6;
}

.color_scheme_purple .banner .search button {
    background-color: #63356e;
}

.color_scheme_purple .banner .search button:hover {
    background-color: #79348a;
}

.color_scheme_purple header .cart a {
    background: #ff0000;
}

.color_scheme_purple .price {
    color: #d05;
}

.color_scheme_gray main {
    background: #fff;
}

.color_scheme_gray .page,
.color_scheme_gray .nav-sidebar,
.color_scheme_gray .nav-sidebar-body {
    background-color: #f3f3f3;
}

.color_scheme_gray .bullets,
.color_scheme_gray .filters,
.color_scheme_gray .product-sidebar {
    background: #fff;
}
.column-facets .filters {
    padding:6px 0;
    margin:0;
    width:auto;
    float:none;
}
.arrow-blue:before, .arrow-grey:before, .arrow-black:before, .arrow-red:before {
    content: '› ';
    display: inline;
    position: absolute;
    top: 50%;
    left: 0;
    line-height: 0;
}
.arrow-grey:before {
    color: #b2b2b2;
}
.color_scheme_gray .banner h3 {
    color: #555;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}

.color_scheme_gray .banner ul.menu-h li a {
    color: #444;
    text-shadow: 0 1px 1px #fff;
}

.color_scheme_gray .banner ul.menu-h li.selected a {
    color: #000;
    text-shadow: 0 1px 3px #fff;
}

.color_scheme_gray .banner ul.menu-h li a:hover {
    color: red !important;
}

.color_scheme_gray .subscribe {
    background: #ddd;
}

.color_scheme_gray .nav-sidebar-header {
    background-color: #f3f3f3;
}

.color_scheme_gray .banner .search button {
    background-color: #777;
}

.color_scheme_gray .banner .search button:hover {
    background-color: #555;
}

.banner.green {
    background: #2dcc70 url('img/backgrounds/green.png') center center;
    background-size: 200px 200px;
}

.banner.blue {
    background: #39ade6 url('img/backgrounds/blue.png');
    background-size: 420px 420px;
}

.banner.purple {
    background: #927793 url('img/backgrounds/purple.png');
    background-size: 50px 50px;
}

.banner.gray {
    background: #dfdfdf url('img/backgrounds/gray.png');
    background-size: 31px 31px;
}

.banner.yellow {
    background: #fff748 url('img/backgrounds/yellow.png');
    background-size: 300px 300px;
}

.banner.red {
    background: #e75349 url('img/backgrounds/red.png');
    background-size: 103px 23px;
}

.banner.abstract_blue {
    background: #2174aa url('img/backgrounds/abstract_blue.jpg') center bottom;
    background-size: cover;
    min-height: 100px;
    padding-top: 50px;
}

.banner.abstract_purple {
    background: #654590 url('img/backgrounds/abstract_purple.jpg') center bottom;
    background-size: cover;
    min-height: 100px;
    padding-top: 50px;
}

.banner.abstract_gray {
    background: #8e91a2 url('img/backgrounds/abstract_gray.jpg') center bottom;
    background-size: cover;
    min-height: 100px;
    padding-top: 50px;
}

.banner.abstract_vivid {
    background: #ae527b url('img/backgrounds/abstract_vivid.jpg') center bottom;
    background-size: cover;
    min-height: 100px;
    padding-top: 50px;
}

.banner.abstract_brown {
    background: #81402c url('img/backgrounds/abstract_brown.jpg') center bottom;
    background-size: cover;
    min-height: 100px;
    padding-top: 50px;
}

.banner.abstract_orange {
    background: #e6a21b url('img/backgrounds/abstract_orange.jpg') center bottom;
    background-size: cover;
    min-height: 100px;
    padding-top: 50px;
}

.banner.sky_green {
    background: #92cf29 url('img/backgrounds/sky_green.jpg') center bottom;
    background-size: cover;
    min-height: 100px;
    padding-top: 50px;
}

.banner.sky_red {
    background: #eb4d32 url('img/backgrounds/sky_red.jpg') center bottom;
    background-size: cover;
    min-height: 100px;
    padding-top: 50px;
}

.banner.sky_blue {
    background: #316e9a url('img/backgrounds/sky_blue.jpg') center bottom;
    background-size: cover;
    min-height: 100px;
    padding-top: 50px;
}

.banner.sky_purple {
    background: #9a345b url('img/backgrounds/sky_purple.jpg') center bottom;
    background-size: cover;
    min-height: 100px;
    padding-top: 50px;
}

.banner.sky_nebula {
    background: #b79683 url('img/backgrounds/sky_nebula.jpg') center bottom;
    background-size: cover;
    min-height: 100px;
    padding-top: 50px;
}

.banner.sky_aurora {
    background: #17716f url('img/backgrounds/sky_aurora.jpg') center bottom;
    background-size: cover;
    min-height: 100px;
    padding-top: 50px;
}

.banner.bokeh_green {
    background: #33bc84 url('img/backgrounds/bokeh_green.jpg') center center;
    background-size: cover;
    min-height: 100px;
    padding-top: 50px;
}

.banner.bokeh_blue {
    background: #2272b1 url('img/backgrounds/bokeh_blue.jpg') center center;
    background-size: cover;
    min-height: 100px;
    padding-top: 50px;
}

.banner.bokeh_vivid {
    background: #6054c4 url('img/backgrounds/bokeh_vivid.jpg') center center;
    background-size: cover;
    min-height: 100px;
    padding-top: 50px;
}

.banner.bokeh_orange {
    background: #c07b3e url('img/backgrounds/bokeh_orange.jpg') center center;
    background-size: cover;
    min-height: 100px;
    padding-top: 50px;
}

.banner.bokeh_purple {
    background: #58498e url('img/backgrounds/bokeh_purple.jpg') center center;
    background-size: cover;
    min-height: 100px;
    padding-top: 50px;
}

.banner.bokeh_gray {
    background: #cacdd4 url('img/backgrounds/bokeh_gray.jpg') center center;
    background-size: cover;
    min-height: 100px;
    padding-top: 50px;
}

.color_scheme_special_winter .maincontent {
    background: #d9e6df url('img/backgrounds/special_winter.jpg') repeat-x top center;
    background-size: 750px auto;
}

.color_scheme_special_winter .banner {
    background: transparent;
    min-height: 130px;
}

.color_scheme_special_winter .banner h3 {
    color: #e02;
    text-shadow: 0 2px #fff;
}

.color_scheme_special_winter .banner ul.menu-h li a {
    color: #c03;
    text-shadow: 0 1px #fff;
}

.color_scheme_special_winter .banner ul.menu-h li a:hover {
    color: red !important;
}

.color_scheme_special_winter .banner button {
    background-color: #c03;
}


/* Banner text color schemes for custom backgrounds
--------------------------------------------------- */

.banner.text_scheme_dark h3 {
    color: #666;
}

.banner.text_scheme_dark ul.menu-h li a {
    color: #333;
    text-shadow: 0 1px 1px #fff;
}

.banner.text_scheme_dark ul.menu-h li a:hover {
    color: red !important;
}

.banner.text_scheme_red h3 {
    color: #d55;
}

.banner.text_scheme_red ul.menu-h li a {
    color: #b33;
    text-shadow: 0 1px 1px #fff;
}

.banner.text_scheme_red ul.menu-h li a:hover {
    color: yellow !important;
}

.banner.text_scheme_green h3 {
    color: #292;
}

.banner.text_scheme_green ul.menu-h li a {
    color: #070;
    text-shadow: 0 1px 1px #fff;
}

.banner.text_scheme_green ul.menu-h li a:hover {
    color: yellow !important;
}

.banner.text_scheme_blue h3 {
    color: #38e;
}

.banner.text_scheme_blue ul.menu-h li a {
    color: #35d;
    text-shadow: 0 1px 1px #fff;
}

.banner.text_scheme_blue ul.menu-h li a:hover {
    color: yellow !important;
}

.banner.text_scheme_purple h3 {
    color: #96a;
}

.banner.text_scheme_purple ul.menu-h li a {
    color: #939;
    text-shadow: 0 1px 1px #fff;
}

.banner.text_scheme_purple ul.menu-h li a:hover {
    color: yellow !important;
}

.button-download-header {
    display: block;
    padding-left: 68px;
    line-height: 1.1;
    color: #231f20;
    text-decoration: none;
    position: relative;
    margin-top: -28px;
}

.button-download-header__icon {
    display: block;
    width: 54px;
    height: 55px;
    background: url('img/icons/icon-arrow-1.png') no-repeat 0 0 / 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.button-download-header__title {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.button-download-header__detail {
    font-size: 10px;
    text-decoration: underline;
    margin-top: 4px;
}


@media screen and (max-width: 1300px) {
    .button-download-header__icon {
        width: 50px;
        height: 50px;
    }

    .button-download-header__title {
        font-size: 11px;
    }

}

/* TABLET
========= */

@media screen and (max-width: 1024px) {
    .button-download-header {
        top: 15px;
        left: 50%;
        margin: 0 0 0 -134px;
        padding-left: 30px;
    }

    .button-download-header__icon {
        width: 24px;
        height: 24px;
    }

    .button-download-header__title {}

    .button-download-header__title br {
        display: none;
    }

    .button-download-header__detail {
        margin-top: 2px;
    }
}

@media screen and (min-width: 760px) and (max-width: 1024px) {

    body {
        -webkit-text-size-adjust: 100%;
    }

    .container {
        padding: 0 10px;
    }

    /*     .page-content { overflow-x: hidden; } */
    header .offline span.hint {
        display: none;
    }

}

/* MOBILE
========= */

@media screen and (max-width: 767px) {

    body {
        -webkit-text-size-adjust: 100%;
        padding-top: 55px
            /* fixed #globalnav */
        ;
    }

    #globalnav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: #fff !important;
        opacity: 0.9;
        height: 55px;
    }

    h1 {
        font-size: 1.5em;
    }

    h2 {
        font-size: 1.3em;
    }

    h3 {
        font-size: 1.2em;
    }

    .container {
        min-width: 0;
        padding: 0;
    }

    .breadcrumbs {
        font-size: 1.0em;
        line-height: 2em;
    }

    .page {
        top: 0;
    }

    .page-nav {
        position: static;
        width: 100%;
    }

    .page-nav .nav-sidebar {
        float: none !important;
        width: auto !important;
        padding: 0 !important;
    }

    .page-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow-x: hidden;
    }

    .nav-sidebar-header,
    .dropdown-sidebar .nav-sidebar-header {
        background-color: transparent;
        box-shadow: none;
        border-bottom: none;
    }

    .nav-sidebar-header {
        display: none;
    }

    #hoax-hotties {
        display: none;
    }

    .dropdown ul ul.menu-v {
        width: 100%;
    }

    header h2 {
        margin: 10px 50px 10px 0 !important;
        float: left;
        font-size: 1.1em !important;
        position: fixed;
        top: 7px;
        left: 15px;
        z-index: 9999;
        font-weight: normal !important;
        padding: 0 !important;
        display: block !important;
    }

    header h2 a img {
        display: none;
    }

    header h2 a span {
        display: inline;
    }

    header .extendednav {
        padding: 0;
    }

    header .auth {
        float: left;
        padding-left: 0;
        display: none;
    }

    header .auth li a {
        font-size: 1em;
    }

    header .auth li a i.icon16 {
        margin-top: 0;
    }

    header .apps.unfolded {
        display: block;
    }

    #cart-content {
        display: none !important;
    }

    .offline {
        float: none;
        display: none;
        clear: both;
        text-align: center;
        padding: 10px;
    }

    .offline b {
        display: block;
        font-size: 150%;
    }

    .search-wrapper {
        padding-right: 0;
    }

    .banner {
        padding-bottom: 25px;
    }

    .banner h3 {
        font-size: 1.2em;
    }

    .banner .search {
        width: 100%;
    }

    .banner .search .search-wrapper {
        margin-left: 0;
        padding-right: 0;
    }

    footer.globalfooter {
        top: 0;
        padding-top: 10px;
    }

    .footer-block {
        width: 120px;
        margin: 10px 15px !important;
    }

    .footer-block#copyright {
        width: auto;
        display: block;
    }

    .footer-block a {
        margin-bottom: 3px;
    }

    .followus .mailer-subscribe {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }

    .followus .mailer-subscribe input[type="submit"] {
        display: block;
        margin: 7px auto 20px;
    }

    .followus .social {
        margin: 0;
        text-align: center;
    }

    .followus .social i.icon24 {
        margin-right: 5px;
    }

    .poweredby {
        padding: 10px 15px;
    }

    .wa-form .wa-field .wa-name {
        float: none;
        padding-bottom: 0;
    }

    .wa-form .wa-field .wa-value {
        margin-left: 0;
    }

    .wa-form .wa-field .wa-value p span {
        display: block;
    }

    .wa-form .wa-field .wa-value input[type="text"],
    .wa-form .wa-field .wa-value input[type="email"],
    .wa-form .wa-field .wa-value input[type="password"] {
        min-width: 200px;
    }

    .wa-auth-adapters p {
        width: 80%;
    }

    .wa-captcha input.wa-captcha-input {
        width: 100px;
    }

    .errormsg {
        margin-left: 0;
    }

    table td {
        padding: 5px;
    }

    html.my ul.menu-h li a {
        padding: 10px;
    }

    .comment-form-fields label {
        float: left;
    }

    .sub-links li {
        font-size: 110%;
        margin-bottom: 5px;
    }

    .wa-signup-form .wa-form .wa-field.wa-field-email .wa-value input {
        min-width: 240px;
    }

    .wa-signup-form .wa-form .wa-field.wa-field-password .wa-value input,
    .wa-signup-form .wa-form .wa-field.wa-field-password_confirm .wa-value input {
        min-width: 160px;
        width: 160px;
    }

    .button-download-header {
        position: relative;
        top: 10px;
        left: 0;
        margin-left: 15px;
    }

    .button-download-header__detail {
        margin-top: 0;
    }

}

/* WIDE
========= */

@media screen and (min-width: 1000px) {

    .container {
        max-width: 1000px;
    }

}


@media (max-width: 1000px) {
    .center {
        padding: 0 10px!important;
    }

}

.center {
    margin: 0 auto;
     padding: 0 4%;
    max-width: 1000px;
}

.center:before,
.center:after {
    content: " ";
    display: table;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}


/*menu*/

.bottom-header .pages > li {
    float: left;
    line-height: 24px;
}

.flyout > ul > li:hover > .menu-v,
.bottom-header ul > li:hover > .flyout > ul {
    display: block;
}
.pages .selected>a:after {
    content: '';
    position: absolute;
    height: 3px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    background: #cb2245;
}
.flyout > ul > li:hover,
.menu-v li:hover {
    background: #f7f7f7;
}

.flyout > ul > li a:hover,
.menu-v li a:hover {
    color: #333;
}

.bottom-header .pages > li:hover {
 background:#fff!important;   
}    
.bottom-header .pages > li  .menu-v {border-top:1px solid #fff!important;} 
.bottom-header .pages  li > a:hover,
.bottom-header .pages  li:hover > a{
 color:#000!important;
 text-decoration:none;
}
.bottom-header .pages > li {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: transparent;
    padding: 15px 5px;
    position: relative;
    display: block;
    line-height: 61px;
    z-index: 4;
}

.bottom-header ul ul ul {
    top: 0;
    left: 100%;
}

.bottom-header ul ul {
    border-width: 1px;
    border-style: solid;
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    width: 203px;
    z-index: 5;
    padding: 0;
    border-color: #e6e6e6;
    margin-top: -1px;
        left: -1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bottom-header ul ul > li {
    position: relative;
    padding: 0 15px;
    display: block;
    border: none;
    margin: 0;
}

.bottom-header ul ul > li > a {
    display: block;
    padding-right: 5px;
    text-decoration: none;
    text-align: left;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 5px;
    text-decoration: none;
    line-height: 18px;
    font-size: 13px;
    color: #333;
    font-family: 'Open-sans', sans-serif;
}

.bottom-header .pages > li > a {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
}

.bottom-header .pages {
    float: left;
    margin: 0;
}
@media (min-width:768px) and (max-width:1024px) {
    #header-container.middle-header {padding:0 10px!important;}
}
@media (min-width:768px) and (max-width:991px) {
    .bottom-header .pages > li > a {font-size:12px!important;}
}

@media (min-width:768px) {

    .top-header .basket,
    .top-header .logo {
        display: none !important;
    }

    .bottom-header.nav-negative {
        display: block;
    }
}

@media (max-width:767px) {
    .bottom-header .pages > li {
        float: none;
        padding: 0 15px;
        text-align: left;
    }

    .bottom-header .pages > .collapsible.open {
        color: #000;
        background: #ccc;
    }

    .bottom-header .pages .open > div > ul,
    .bottom-header .pages .open > ul {
        display: block !important;
    }

    .bottom-header .pages > .collapsible.open:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);

    }

    .bottom-header ul ul li > a {
        display: inline-block !important;
    }

    .bottom-header ul ul {
        width: 100%;
        border: none;
    }

    .bottom-header .pages > .collapsible ul {
        position: relative;
        left: 0;
    }

    .bottom-header .pages > .collapsible:before {
        content: '';
        position: absolute;
        right: 10px;
        top: 20px;
        width: 15px;
        height: 15px;
        background: url(img/left-arrow.svg) center no-repeat;
        background-size: 15px;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .bottom-header .pages > li > a {
        display: inline-block;
        color: #000 !important;
    }

    #mobile-nav-toggle {
        display: block !important;
    }

    .middle-header {
        margin: 0 !important;
    }

    .middle-header .search {
        width: 100%;
    }

    .over-summary-number,
    .middle-header .logo,
    .middle-header .basket,
    .top-info,
    .top-action > a {
        display: none !important;
    }

    .top-header {
        border-bottom: 1px solid #e6e6e6;
    }

    .top-hyp + .login {
        border-right-color: #e6e6e6;
    }

    .flexi-row .center,
    .top-header,
    .middle-header {
        padding: 0 15px !important;
    }

    .top-header .logo img {
        max-height: 17px;
        margin: 5px 0 0 15px !important;
    }

    .top-header .top-dropdown {
        width: 55px;
        height: 55px !important;
    }

    .top-header .basket {
        width: 55px !important;
        display: inline-block !important;
        height: 48px;
    }

    header .bottom-header {
        background: #fff !important;
    }

    .bottom-header .pages {
        float: none;
    }
}

/*header*/
.logo img {
    margin: 0 !important;
}

header .bottom-header {
    background: #000;
    position: relative;
    z-index: 99;
    min-height: 63px;
}

.top-header,
.middle-header {
    padding: 0 4%;
}

.middle-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 63px;
    margin: 15px auto 10px;
    max-width: 1000px;
    z-index: 102;
    padding: 0 !important;
}

.top-hyp {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
    vertical-align: top;
    padding: 0 15px;
    font-size: 12px;
    color: #333 !important;
    border-left: 1px solid #e6e6e6;
}

.top-hyp:hover,
.top-hyp:focus,
.top-hyp:active {
    text-decoration: underline;
}

.top-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
    z-index: 999;
}

.top-info {
    font-size: 12px;
    color: #333;
}

.top-info a {
    color: #333;
}

.top-hyp + .login {
    border-left-color: #e6e6e6;
}

.top-dropdown {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: transparent;
    display: inline-block;
    height: 20px;
    position: relative;
    line-height: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
    vertical-align: top;
    white-space: normal;
    z-index: 14;
}

.login .opener {
    min-width: 61px;
}

.top-dropdown .opener {
    background: transparent;
    height: 100%;
    padding-bottom: 1px;
}

.login .opener:before {
    background: url(img/man-user.svg) center no-repeat;
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    margin: auto;
    height: 18px;
    width: 16px;
    vertical-align: middle;
    background-size: 15px;
}

.mob-account-btn:after,
.opener:after {
    background: url(img/down-arrow.svg) center no-repeat;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    height: 5px;
    width: 11px;
    background-size: 10px;
}

.top-dropdown:hover .opener,
.top-dropdown.hover .opener {
    height: 34px;
    z-index: 12;
}

.top-dropdown:hover,
.top-dropdown.hover {
    margin-top: 0;
    margin-bottom: 0;
    height: 34px;
}

.top-dropdown:hover .summary,
.top-dropdown.hover .summary {
    z-index: 11;
    visibility: visible;
}

.login .hyp {
    display: block;
    padding-left: 20px;
    line-height: 40px;
    border: none;
}

.login.top-dropdown .summary {
    right: -1px;
    width: 218px;
}

header .top-dropdown:hover,
header .top-dropdown.hover,
header .top-dropdown .summary {
    border-color: #e6e6e6;
}

.top-dropdown:hover .opener,
.top-dropdown.hover .opener,
.top-dropdown .summary {
    background: #fff;
}

.top-dropdown .summary {
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 100%;
    z-index: -1;
    display: block;
    visibility: hidden;
}

/*search*/
header.sticky-mode .logo,
header.sticky-mode .search {
    margin: 0 5px;
}

.search {
    position: relative;
    margin: 0 10px;
    width: 55%;
}

.search form {
    width: 100%;
    margin: 0;
}

.search-wrapper {
    position: relative;
    z-index: 100;
}

.tbx-main-search {
    background: #fff;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.blog-search input[type=search],
.tbx-main-search input {
    height: 42px;
    padding-left: 16px;
    padding-right: 65px;
    font-size: 14px;
}
.blog-search input[type=search],
.tbx input,
.tar textarea {
    font-style: italic;
    display: block;
    border: 0 none;
    background: transparent;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    padding: 0 14px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}
.blog-search {width:86%;}
.blog-search button,
.btn-search {
    border: none;
    border-radius: 0 2px 2px 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    min-width: 55px;
    background: #d60057 url(img/loupe.svg) center no-repeat;
    border-color: #d60057;
    background-size: 20px !important;
    padding-right: 14px;
}

tbx,
.tar {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 3px;
    position: relative;
}

/*basket*/
.fixed.cart.basket {background:#fff;}
.cart.basket {
    right:0!important;
    display: inline-block;
    position: relative;
    height: 50px;
    vertical-align: top;
    white-space: normal;
}

.over-summary {
    background: transparent;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: transparent;
    padding: 0 15px 0 46px;
    position: relative;
    height: 40px;
    line-height: 48px;
}

.over-summary.is-empty .hyp {
    color: #999;
}

.over-summary .hyp {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    color: #333;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.over-summary .hyp:before {
    background: url(img/shopping-cart.svg) no-repeat scroll 0 0 transparent;
    content: '';
    position: absolute;
    top: 16px;
    left: 15px;
    margin: auto;
    height: 17px;
    width: 20px;
    background-size: 17px !important;
}

@media (max-width:767px) {
    .over-summary a:before {
        top: 28px !important;
    }

    .over-summary {
        padding: 31px 15px 0 46px;
    }
}

/*homeslider*/

.homeslider2 {
    z-index: -100;
    position: fixed;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
    top: 0;
    left: 0px;
    width: 100%;
}

.homeslider2 .home-slider-item.slick-slide>div {background-size:cover!important;}

.homeslider__bg,
.homeslider2,
.homeslider2 .home-slider-item.slick-slide {height:900px;}




.home_slider .home-slider-item.slick-slide {position:relative;}

.homeslider,
.homeslider_bg,
.home_slider .home-slider-item,
.homeparalax .homeslider_bg>div {
    min-height: 700px;
}
.homeparalax>div>div {
    background-size:cover!important;
    background-attachment:fixed!important;
}

@media (max-width:767px) {
   .homeslider,
    .homeslider_bg,
    .home_slider .home-slider-item,
    .homeparalax .homeslider_bg>div {
        min-height: 240px;
    }
.homeslider2 {top:60px!important;}
.homeslider__bg,
.homeslider2,
.homeslider2 .home-slider-item.slick-slide {height:360px;} 

}

@media (min-width:768px) and (max-width:1100px) {
   .homeslider,
.homeslider_bg,
.home_slider .home-slider-item,
.homeparalax .homeslider_bg>div {
    min-height: 440px;
}


.homeslider__bg,
.homeslider2,
.homeslider2 .home-slider-item.slick-slide {height:620px;} 

}

.homeslider__bg {
    max-width:none;
    min-width:100%;
}

.homeslider_wp {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    word-break: break-word;
}

.homeslider_wp p {
    display: block;
    padding: 2.4em 0 0.3em;
    margin-bottom: 5px;
    text-shadow: 0 2px 2px rgb(0 0 0 / 80%);
    font-size: 6em;
    line-height: 1.2;
    color: #FFF;
    text-align: center;
    font-family: 'Bad Script', cursive;
}

.color-flame-pea {
    background-color: #d60057;
    border-color: #d60057;
}

.new-btn.new-btn-big.color-flame-pea:hover,
.color-flame-pea:hover {
    color: #fff !important;
    opacity: 0.6;
}
.new-btn input {padding:0;}
.new-btn.new-btn-big {
    height: 45px;
    line-height: 44px;
    color: #fff;
    font-size: 17px;
    text-shadow: 0 1px 0 rgb(0 0 0 / 30%);
    border-bottom-width: 2px;
    padding: 0 54px 0 18px;
}

.new-btn {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 12px;
    border-width: 0 0 1px 0;
    border-style: solid;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    height: 35px;
    line-height: 34px;
    padding: 0 40px 0 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: rgb(0 0 0 / 30%) 0 1px 1px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: normal;
    border-radius: 2px;
}

.new-btn.new-btn-big:after,
.new-btn-big .btn-cnt:after {
    width: 38px;
    height: 45px;
}

.new-btn:after {
    content: '';
    display: block;
    width: 27px;
    height: 35px;
    background: url(https://webshop.magneticnaildesign.com/content/files/icons/btn-bg-right-bottom.png) left top no-repeat, url(https://webshop.magneticnaildesign.com/content/files/icons/btn-arrow-right.png) center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.text-center {
    text-align: center;
}

.cat_t {
    font-size: 3.4em;
    color: #000;
    margin: 43px 0 9px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    line-height: 1.4em;
    font-weight: normal;
    text-align: center;
}

.cat_subt {
    font-size: 1.4em;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.cat_t > a {
    color: #000;
}

.new-page.page {
    background: #fff;
    box-shadow: none;
    top: 0;
    padding: 0;
}

.new-container {
    max-width: 1000px;
    padding: 0 4%;
}

.new-main.maincontent {
    background: #fff;
}
@media (min-width:768px) and (max-width:1024px) {
    .new-btn {
        font-size:11px;
    }
    #product-list .columns-general > .column {
    flex: 1 0 29%;
    padding: 0 1.85%;
    max-width: 29%;
    }
    #product-list .product-tile {padding:0;}
    .facet.filter-param .slider {font-size:11px;}
}
@media (max-width:767px) {
    .homeslider_bg > div {
        background-attachment: inherit !important;
    }

    .homeslider_wp p {
        font-size: 3em;
    }
}

.hyp-toggle .collapse,
.facets ul.menu-v li {display:none;}

.facets ul.menu-v li:first-child,
.facets ul.menu-v li:nth-child(2),
.facets ul.menu-v li:nth-child(3),
.facets ul.menu-v li:nth-child(4),
.facets ul.menu-v li:nth-child(5),
.facets ul.menu-v li:nth-child(6),
.facets ul.menu-v li:nth-child(7),
.facets ul.menu-v li:nth-child(8),
.facets ul.menu-v li:nth-child(9){
    display:block!important;
}
.facet .collapsed,
.facet .expanded {
    cursor:pointer;
}
.facet .hyp-toggle {
    display: inline-block;
    font-weight: bold;
}
.facet .hdr {
    font-size:1.1em;
    text-transform: uppercase;
    line-height: 1.1em;
    font-weight: normal;
    margin: 0;
    position:relative;
    padding:10px 0;
font-family: 'Oswald',sans-serif;
    color: #000;}
    .facet .hdr.expanded:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
    right:5px;
    }
    .facet .hdr:before {
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    transition:0.3s;
        content: '› ';
    display: inline;
    position: absolute;
    top: 50%;
        right: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 24px;
    line-height: 0;
    color:#000;
    }
    .facet li:hover {background:none;}
    .facet li {
        background:none!important;
    padding-right: 20px;
    }
    .facets ul.menu-v li {
    list-style: none;
    padding: 0;
    line-height: 1.2;
    border-bottom: none;
    }
    .facet {
    margin-bottom: 37px;
    word-break: break-all;
}
.facet-list .menu-v {display:none;}
    .facets .hyp-toggle span {
        font-size:13px;
        padding:5px 0 5px 7px;
        font-family:'Open Sans',sans-serif;
        color:#000;
        cursor:pointer;
    }
    .facet-item input {margin:-3px 0 0;}
    .facet .category-tree .selected>a {background:none;}
    .facet .category-tree li>a,
    .facet-item,
    .facet-item input {
    color: #4c4c4c;
        display: inline-block;
    vertical-align: middle;
    font-size:13px;
    padding:5px 0 5px 7px;
    font-family:'Open Sans',sans-serif;
    max-width: 100%;
    }
    /* cat header - sorting*/
    .lbl,.counter-inside {
    line-height: 18px;
    padding: 0 10px 4px 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    color: gray;
}
.wide .product-description h4 {font-size:14px;}
.column-facets.wide .panel-header {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 11px;
    width: 100%;
}
.sorter-inside {
    white-space: nowrap;
    order: 9;
}
.ddlb-sorting ul.sorting {
    display:inline-block;
    position:absolute;
    width:100%;
    top:0;
    left:0;
    height:35px;
    margin:0;
    background: #f2f2f2;
    border-color: #c2c2c2;
}
.ddlb-sorting ul.sorting:hover {
    height:auto;    
padding-top:35px;
}
.ddlb-sorting ul.sorting:hover li {display:block;}

.filter-title {
    display: none;
    max-width: 100%;
    box-sizing: border-box;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.ddlb.ddlb-sorting {
    position:relative;
    width:180px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 100%;
    height:35px;
    background: #f2f2f2;
    border-color: #c2c2c2;
    z-index: 9;
    color:#333;
}
.ddlb-sorting .sorting li.selected a {
    display: inline-block;
    padding: 8px 0 9px;
    background: none;
}
.ddlb-sorting .sorting li {
    width:100%;
    color:#333;
     height:35px;
    text-align:center;
    display:none;
}
.ddlb-sorting li.selected {
        display:block;
    position:absolute;
    top:0;
    left:0;
    font-weight:700;
}
.ddlb select {
    border: none;
    height: 100%;
}
.filter-title, .ui-selectmenu-button, .ui-menu, .ddlb select {
    background: #f2f2f2;
    border-color: #c2c2c2;
}
/*product carousel*/

.ecb-productsetcarousel-container {
    width: 100%;
    justify-content: flex-start;
    display: flex;
    flex-flow: wrap
}

.product-tile {
    box-sizing: border-box;
    padding: 0;
    margin: 20px 0;
    position: relative;
    text-align: center;
}

.ecb-productsetcarousel-container .product-tile {
    height: auto;
    border-radius: 3px;
    padding: 2em 15px;
    margin: 1em;
    min-height: 250px;
    text-align: center
}

.ecb-productsetcarousel-container .product-tile.slick-slide {
    display: block;
    height: auto
}

.ecb-productsetcarousel-container .product-tile.slick-slide .product-details {
    display: flex;
    height: 100%;
    flex-direction: column
}

.ecb-productsetcarousel-container .product_inner {
    height: 160px;
    vertical-align: top;
    flex-shrink: 0
}

.ecb-productsetcarousel-container .product-details .product-description {
    cursor: default;
    margin-bottom: 5px
}

.ecb-productsetcarousel-container .product-details .product-description .prices .list-price,
.ecb-productsetcarousel-container .product-details .prices span {
    display: block;
    margin-right: 0;
    line-height: 16px;
}

.ecb-productsetcarousel-container .product-details .product-description h4 > a {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: block;
    height: auto;
    display: -webkit-box;
    font-size: 14px;
    -webkit-box-orient: vertical
}

.ui-tablet .ecb-productsetcarousel-container .product-details .product-description .prices .list-prices,
.ui-touch-device.ui-desktop .ecb-productsetcarousel-container .product-details .product-description .prices .list-prices {
    width: 100%;
    display: flex;
    padding: 8px 0
}

.ui-tablet .ecb-productsetcarousel-container .product-details .product-description .prices .list-price,
.ui-touch-device.ui-desktop .ecb-productsetcarousel-container .product-details .product-description .prices .list-price {
    width: 100%;
    text-align: center
}

.ecb-productsetcarousel-container .product-details .prices .list-prices {
    margin-bottom: 10px
}

.ecb-productsetcarousel-container .product-tile .prices {
    margin-bottom: 15px
}

.ecb-productsetcarousel-container .thumbnail {
    position: relative;
}

.ecb-productsetcarousel-container .thumbnail .badge {
    right: -45px;
    top: -15px;
    z-index: 99;
}

.ecb-productsetcarousel-container .thumbnail img {
    position: relative !important;
    margin: 0 auto 10px;
    max-height: 150px !important;
    width: auto;
    height: auto
}

.ecb-productsetcarousel-container {
    padding: 0;
}

.ecb-productsetcarousel-container h5 {
    margin: 0;
    cursor: default
}

.ecb-productsetcarousel-container .slick-next,
.ecb-productsetcarousel-container .slick-prev {
    height: 40px !important;
    width: 40px !important;
    box-shadow: 0 6px 12px 0 #f2f2f2;
    border-radius: 3px;
    background-color: #fff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1;
    background: url(img/left-arrow.svg) center no-repeat;
    background-size: 20px !important;
}

.ecb-productsetcarousel-container .slick-next {
    right: -20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ecb-productsetcarousel-container .slick-prev {
    left: -20px;
}

.ecb-productsetcarousel-container .slick-track {
    display: flex
}

.ecb-productsetcarousel-container .slick-arrow.slick-disabled {
    opacity: .3
}


a,
.font-a,
.font-btn,
.btn-like-link,
.btn.btn-white {
    color: #000;
}

.product-tile .product-id,
.product-tile .product-attributes {
    color: #999;
    font-size: 13px;
    line-height: 20px;
}

.flexi-row .row {
    border: none;
    padding: 0;
}
@media (min-width:768px) and (max-width:1024px) {
.ecb-productsetcarousel-container .slick-prev {
    left:-5px;
}
.ecb-productsetcarousel-container .slick-next {
    right:-5px;
}    

}

@media (max-width:767px) {
    .ecb-productsetcarousel-container .slick-prev {
        left: 5px;
    }

    .ecb-productsetcarousel-container .slick-next {
        right: 5px;
    }

    .ecb-productsetcarousel-container .product-tile {
        padding: 0;
        margin: 1em 5em;
    }
}

/* CATEGORY BOXES */
.cat-section {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-around;
    margin: 40px 0 40px 0;
    text-color: #000000;
}

.cat-box {
    text-align: center;
    margin: 0 15px;
    flex: 1 0 15%;

}

.cat-box a.box-link {
    display: block;
    padding: 40px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-decoration: none;
    transition: box-shadow .2s ease-in;
}

.cat-box a.box-link:hover {
    box-shadow: 0px 4px 16px #ddd;
}

.cat-box .box-img {
    display: block;
    margin: 0 auto 10px auto;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    line-height: 45px;
}

.cat-box .box-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #9F1F63;
}

.video-title {
    font-size: 36px;
    color: rgb(255, 255, 255);
    width: 50%;
    line-height: 46px;
    margin-bottom: 20px;
}

/* FEATURETTE FULL-WIDTH */
.featurette-block {
    margin-bottom: 40px;
}

.featurette-block .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.featurette-block .column {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 500px;
    background: #f9f4f2;
    flex: 1;
    align-items: center;
    max-width: 50%;
}

.featurette-block .image-column {
    height: inherit;
    width: 100%;
}

.featurette-block .image-column img {
    width: 100%;
    height: inherit;
    object-fit: cover;
}

.featurette-block .text-column {
    padding-left: 40px;
    width: 70%;
}

.featurette-block .text-column h3 {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
    line-height: 32px;
    margin-bottom: 50px;
}

.featurette-subt {
    font-size: 2.8em;
    margin: 0 0 25px;
    line-height: 1.3;
    font-family: 'Bad Script', cursive;
}

.featurette-block .text-column p {
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    color: #333;
    margin: 0 0 30px 0;
}

/* FOR TABLET AND MOBILE */
@media screen and (max-width: 767px) {
    .cat-box {
        margin: 20px 15px 0;
        max-width: 45%;
        flex: 1 0 39%;
    }

    .featurette-subt {
        font-size: 1.7em;
    }

    .featurette-block .text-column {
        padding-left: 30px;
        width: 85%;
    }

    .cat-box:nth-child(3),
    .cat-box:nth-child(4) {
        margin-bottom: 0;
    }

    .with-video .featurette-block .column {
        max-width: 60%;
    }

    .with-video .featurette-block .column + .column {
        max-width: 40%;
    }

    .featurette-block .column {
        max-width: 40%;
    }

    .featurette-block .column + .column {
        max-width: 60%;
    }

    .ecb-video-wrapper .ecb-video .video-text-overlay {
        margin-left: 20px;
        margin-right: 20px;
    }

    .ecb-video .video-title {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
    }
}

/*video*/
.ecb-video-wrapper {
    height: 600px;
}
.youtube-background {height:600px!important;}

.ecb-video .video-wrapper:not(.fixed-width) {
    position: absolute;
    left: 0;
    width: 100%;
    height: 600px;
    z-index: 1;
    overflow: hidden
}

.ecb-video .video-wrapper:not(.fixed-width) iframe {
    width: 100vw;
    height: 750px;
    min-height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.ecb-video .video-wrapper.fixed-width {
    position: relative;
    overflow: hidden
}

.ecb-video .video-wrapper.full-width,
.ecb-video .video-wrapper.fixed-width,
.ecb-video .video-wrapper.full-screen.External {
    background: #000
}

.ecb-video.fixed-width-video .placeHolder-wrapper,
.ecb-video .video-wrapper.External .video-thumbnail.mobile-view-thumb {
    display: none !important
}

.ecb-video.full-width-video video {
    height: auto
}

.ecb-video .video-wrapper.fixed-width .no-pointers {
    height: 100%
}

.ecb-video .video-text-overlay {
    position: absolute;
    word-break: break-word;
    word-wrap: break-word;
    z-index: 2;
    top: 50%;
    right: 0;
    left: 50%;
    margin-right: -50%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    overflow: hidden;
    transform: translate(-50%, -50%)
}

.ecb-video .video-text-overlay.wrapper-text-left {
    text-align: left
}

.ecb-video .video-text-overlay.wrapper-text-center {
    text-align: center
}

.ecb-video .video-text-overlay.wrapper-text-right {
    text-align: right
}

.ecb-video .video-text-overlay .header-text {
    margin-bottom: 10px
}

.ecb-video .video-text-overlay .subheader-text {
    margin-bottom: 20px
}

.ecb-video-full-height header:not(.sticky-mode),
.ecb-video-full-height .bottom-header:not(.sticky-mode) {
    background: transparent !important
}

.ecb-video-full-height nav .hyp-top-lvl,
.ecb-video-full-height header .font-smaller,
.ecb-video-full-height header .over-summary-lbl,
.ecb-video-full-height header .over-summary-number {
    color: #fff
}

.ecb-video .video-thumbnail {
    width: 100%
}

.ecb-video .video-thumbnail-hide {
    display: none
}

.ecb-video .video-thumbnail-show,
.ecb-video .video-wrapper.External video {
    display: block
}

.ecb-video video {
    height: 100%;
    width: 100%
}

.ecb-video-full-height .ecb-video video.no-pointers {
    object-fit: cover
}

.ecb-video .no-pointers {
    pointer-events: none
}

@media (max-width:767px) {

    .ecb-video .video-wrapper:not(.fixed-width),
    .ecb-video-wrapper {
        height: 290px;
    }

}

/*coolslider*/
.cool-slider-item {
    height: 300px !important;
    overflow: hidden;
    position: relative;
    border: 2px solid #fff;
}

.cool-slider-item img {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    position: absolute;
    left: 50%;
    max-width: inherit
}

/*cat*/
.bnr {
    height: 455px;
    text-align: right;
    background-size: cover !important;
}

.bnr img {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    position: absolute;
    left: 50%;
    max-width: inherit
}

.bnr-full-width {
    position: absolute;
    left: 0;
    right: 0;
    height: 455px;
    overflow: hidden
}

.bnr-content {
    position: relative;
    padding-top: 11em;
}
.cat-hdr {background-color: #f2f2f2;}
.main-cat-name {
    font-size: 4.5em;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-family: 'Oswald', sans-seriif;
}

.bnr h1,
.bnr h2 {
    text-shadow: 0 3px 2px #000;
    font-size: 4.5em;
    font-weight: 400;
    padding: 0 15px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Oswald', sans-seriif;
}

.flow-img-tiles .column {
    margin-bottom: 20px;
}

.columns-general {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%;
    padding: 12px 0;
}

.columns-general > .column {
    flex: 1 0 21%;
    padding: 0 1.85%;
    max-width: 21%;
}
.wide > .column,
.columns-general > .column {
-webkit-transition:0.3s;
-moz-transition:0.3s;
transition:0.3s;
list-style: none;
border: 1px solid transparent;
}
.columns-general > .column:hover,
.wide > .column:hover {
border: 1px solid #e6e6e6;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 5px -2px rgb(0 0 0 / 50%);
box-shadow: 0px 0px 5px -2px rgb(0 0 0 / 50%);
box-shadow: 0px 0px 5px -2px rgb(0 0 0 / 50%);
    }

.product-details .product-info {
    margin-right: 0;
    text-align: center;
}

img {
    max-width: 100%;
}

.cats-list-main {
    padding: 40px 0;
}

.cats-list-main .cat-name {
    font-size: 1.8em;
    margin: 1em 0 0;
}

.cats-list-main .cat-name > a {
    text-transform: uppercase;
    line-height: 1.4em;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    color: #000;
}

.cats-list-main .noimg {
    border: 1px solid #f6f6f6;
}

.cats-list-main img {
        object-fit: contain;
    max-height:200px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    margin-top: 20px;
}

.cats-list-man img:hover {
    opacity: 0.6;
}

.cats-list-main p {
    margin: 19px 0;
    line-height: 23px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: gray;
}

@media (max-width:480px) {
    .columns-general > .column {
        flex: 1 0 100% !important;
        max-width: 105% !important;
    }
}
@media (min-width:768px) {
    .columns-compact {
width: 104.4%;
    margin: 0 -2.3%;
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    padding: 12px 0;
    height: 100%;
}
.wide .cats-list-main {
    margin:0!important;
}
.columns-compact>.column-facets {
    box-sizing: border-box;
    display: table-cell;
    height: 100%;
    outline: none;
    vertical-align: top;
    padding: 0 2.2%;
    width: auto;
}
.columns-compact>.wide {
    width: 73%;
    border-left: solid 1px #e6e6e6;
}
}
@media (max-width:767px) {
    .filters.ajax {
        display:none;
    }
    .column-facets.wide.border-simple-left {padding:0 12px;}
    .main-cat-name {
    padding: 0 12px;
    font-size: 2.5em;
    }
    .columns-general > .column {
        flex: 1 0 45%;
        max-width: 45%;
    }

    .bnr h1,
    .bnr h2 {
        font-size: 3.5em;
    }

}

@media (max-width:1000px) {
    .columns-general {
        margin: auto;
        padding: 40px 15px;
    }

    .cats-list-main .cat-name > a {
        font-size: 16px;
    }
}
#BackTop .BackTopText {
    width: 10px!important;
    height: 10px;
    display: block!important;
    margin: 19px auto;
    color: transparent!important;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
     transform: rotate(-45deg);
}

#BackTop {
        right: 20px!important;
    bottom: 100px!important;
    background: #d60057!important;
    border-color: #d60057!important;
    width: 45px!important;
    height: 45px!important;
    border-width: 0 0 1px 0;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important;
    z-index: 2;
}

/*login*/

.wa-login-form-wrapper {
    max-width: 300px;
    margin: 20px auto 50px;
}

/*magnific popup*/

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

/*product carousels*/
.carousel-image-m-wrapper {
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}

.carousel-image-m .zoomImg {
    display: none;
}

.carousel-image-m-wrapper img {
    max-height: 400px;
}

.carousel-image-m-wrapper .badge {
    top: 10px;
    right: 40px;
    z-index: 99;
}

.carousel-image-m-wrapper img {
    max-height: 100%;
    max-width: 90%;
    margin: 0 auto
}

.carousel-image-m-item img[data-zoom-image] {
    cursor: progress
}

.carousel-image-m-item.slick-slide:not(.slick-active) {
    visibility: hidden
}

.carousel-legend {
    padding: 10px 0;
    text-align: center
}

.carousel-image-s-wrapper {
    margin: 25px 30px;
    padding: 0 15px
}

.carousel-image-s .hyp-thumbnail {
    display: block;
    height: 84px;
    width: 84px;
    margin: 0 auto
}

.carousel-image-s .thumbnail {
    display: block
}

.carousel-image-s .hyp-thumbnail:hover .thumbnail:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px
}

.carousel-image-s .slick-prev {
    left: -15px
}

.carousel-image-s .slick-next {
    right: -15px
}

.zoomContainer {
    z-index: 1
}

.carousel-image-l,
.carousel-image-l .slick-list,
.carousel-image-l .slick-track {
    height: 100%
}

.carousel-image-l .carousel-image-l-item {
    position: relative
}

.carousel-image-l .carousel-image-l-item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 95%;
    max-width: 95%
}

.carousel-image-l .slick-prev {
    left: 25px
}

.carousel-image-l .slick-next {
    right: 25px
}

.carousel-image-l.slick-dotted.slick-slider {
    margin-bottom: 0
}

.carousel-image-l .slick-dots {
    bottom: 25px
}

.details-info .description {
    display: inline-block;
    margin-top: 22px;
    width: 100%;
    word-wrap: break-word
}

.hyp-read-description + .hyp-print-preview {
    margin-left: 50px
}

.details-info .product-id .name {
    display: inline-block;
    padding-right: 3px;
    min-width: 70px
}

.rating-reviews {
    margin-top: 10px
}

.rating-reviews .hyp {
    margin-left: 10px
}

.rating-reviews .hyp + .hyp {
    padding-left: 15px
}

.rating {
    display: inline-block;
    vertical-align: middle
}

.rating-cancel,
.star-rating {
    background: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    float: left;
    height: 16px;
    overflow: hidden;
    text-indent: -999em;
    width: 16px
}

.rating-cancel,
.rating-cancel a {
    background: url(../files/icons/rating-cancel.png) no-repeat scroll 0 0 transparent !important
}

.rating-cancel a,
.star-rating a {
    border: 0;
    display: block;
    height: 100%;
    width: 16px
}

.star-rating a {
    background: url(../files/icons/rating-star.png) no-repeat scroll 0 0 transparent
}

.star-rating-on a {
    background: url(../files/icons/rating-star-on.png) no-repeat scroll 0 0 transparent
}

.star-rating-hover a {
    background: url(../files/icons/rating-star-on.png) no-repeat scroll 0 0 transparent
}

.star-rating-readonly a {
    cursor: default !important
}

.star-rating {
    background: transparent !important;
    overflow: hidden !important
}

.no-aside .details-img {
    width: 54%;
}

.no-aside .details-info {
    margin-left: 56%;
}

.details-img {
    float: left;
}

.no-aside {
    width: 100%;
    overflow: hidden;

}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.font-product-title {
    font-size: 2.8em;
    margin: 0 0 10px;
    font-family: 'Oswald', sans-serif;
}

.font-lighter {
    color: #b2b2b2;
    margin: 10px 0;
    display: block;
}

.details-info .description {
    display: inline-block;
    margin-top: 22px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: gray;
    word-wrap: break-word;
}

.arrow-blue,
.arrow-grey,
.arrow-black,
.arrow-red {
    display: inline-block;
    padding-left: 7px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #000;
    cursor: pointer;
    line-height: 1;
}

.arrow-blue:before {
    color: #1f7bc9;
}

.arrow-blue:before,
.arrow-grey:before,
.arrow-black:before,
.arrow-red:before {
    content: '› ';
    display: inline;
    position: absolute;
    top: 48%;
    left: -5px;
    font-size:14px;
    line-height: 0;
}

.form-row.stocks,
.form-button {
    margin-bottom: 20px;
    margin-top: 20px;
}

.btn-action {
    border-color: #ac5c00 !important;
    background-color: #f78400 !important;
    margin-right: 10px;
}

.empty-list {
    min-height: 200px;
    padding: 30px 0;
}

.purchase .add2cart {
    font-size: inherit;
}

.product-page {
    padding: 50px 0 0;
}

.add2cart .price {
    display: block;
}

@media (min-width:768px) {
    .product-bottom-info > .column:first-child {
        max-width: 60% !important;
    }

    .product-bottom-info.columns-general > .column {
        flex: 1 0 36%;
        padding: 0 1%;
        max-width: 36%;
    }
}

@media (max-width:767px) {
    .no-aside .details-img {
        width: 100%;
    }

    .details-info {
        margin-left: 0 !important;
    }

    .no-aside {
        padding: 0 15px;
    }

    .product-bottom-info > .column:first-child {
        max-width: 100%;
    }

    .product-bottom-info.columns-general > .column {
        flex: 1 0 100%;
        padding: 0 1%;
        max-width: 100%;
    }
}

/*tabs*/

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0 10px;
    overflow: hidden;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 0px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

#description.tab-pane {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: gray;
}

.ui-tabs-anchor:hover:after,
.ui-tabs-active .ui-tabs-anchor:after {
    background: #1f7bc9;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    text-transform: uppercase;
    padding: 0;
    float: left;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

#myTabContent .tab-pane {
    opacity: 0;
    display: none;
}

#myTabContent .tab-pane.active {
    opacity: 1;
    display: block;
}

.related-t,
.ui-tabs-anchor:hover,
.active.ui-tabs-anchor,
.hidden-tabs-name {
    color: #333 !important;
}

.ui-tabs-anchor {
    color: #b2b2b2 !important;
}

.related-t,
.ui-tabs-anchor,
.hidden-tabs-name {
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
}

.ui-tabs-anchor:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.related-t {
    text-transform: uppercase;
    padding: 0 0 24px;
    display: block;
    width: 100%;
    line-height: 1.2;
}

.related-info.related {
    border: none;
    padding: 0;
    margin: 18px 0 0;
}


/*msg*/
.msg-block {
    font-style: italic;
    margin: 45px 0;
    font-size: 15px;
    color: gray;
    background: #f2f2f2;
    padding: 15px 0;
    line-height: 30px;
    text-align: center;
}


/*blog*/
.blog-sidebar,
.blog-page {
    margin-top:30px!important;
}
.blog-page #post-stream {margin-bottom:30px;}
.blog-page.page-content {border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
@media (max-width:767px) {
    .blog-sidebar {margin-top:0!important;}
    .middle-header .search {display:block;}
}


/*cart*/
.page-content .checkout,
.cart-page {padding:30px 0;}

/*sign up*/
.wa-signup-form-wrapper {
    text-align:center;
    padding:0 0 30px;
}
.wa-signup-form-wrapper form {
    display: inline-block;
    margin: auto;
    width: 300px;
}

.wa-signup-form-wrapper .wa-field .wa-name {
    text-align: left;
}


.wa-signup-form-wrapper input[type="text"], .wa-signup-form-wrapper input[type="email"], .wa-signup-form-wrapper input[type="password"] {
    width:100%!important;
}



/*cabinet*/
.menu-h.bottom-padded li>a {color:#000;}
.page-profile,
.page-orders {padding:0 0 30px;overflow:hidden;}

.s-product-image.s-image img {height:200px;width:auto!important;}
