/*
Theme Name: Massagery
*/


@font-face {
    font-family: 'PTSans';
    src: url('fonts/PTSans.eot');
    src: url('fonts/PTSans.eot?#iefix') format('embedded-opentype'), url('fonts/PTSans.woff') format('woff'), url('fonts/PTSans.ttf') format('truetype');
}
@font-face {
    font-family: 'PTSansBold';
    src: url('fonts/PTSansBold.eot');
    src: url('fonts/PTSansBold.eot?#iefix') format('embedded-opentype'), url('fonts/PTSansBold.woff') format('woff'), url('fonts/PTSansBold.ttf') format('truetype');
}
@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamPro.eot');
    src: url('fonts/GothamPro.eot?#iefix') format('embedded-opentype'), url('fonts/GothamPro.woff') format('woff'), url('fonts/GothamPro.ttf') format('truetype');
}
@font-face {
    font-family: 'GothamProBold';
    src: url('fonts/GothamProBold.eot');
    src: url('fonts/GothamProBold.eot?#iefix') format('embedded-opentype'), url('fonts/GothamProBold.woff') format('woff'), url('fonts/GothamProBold.ttf') format('truetype');
}
@font-face {
    font-family: 'GothamProMed';
    src: url('fonts/GothamProMed.eot');
    src: url('fonts/GothamProMed.eot?#iefix') format('embedded-opentype'), url('fonts/GothamProMed.woff') format('woff'), url('fonts/GothamProMed.ttf') format('truetype');
}

/*
-----------------------------------------------------------------------------
*/

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
        height: 100%;
}

body {
        background: #edf1f2;
	/*background: url(images/winter_pattern.png) 0 0 repeat fixed #edf1f2;*/
        height: 100%;
        font-family: PTSans, sans-serif;
        font-size: 14px;
        color: #777;
        font-weight: normal;
	line-height: 1.5;
}

a {
	color: #24890d;
	text-decoration: none;
        outline: none;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 36px 0 12px;
        font-family: GothamProMed, sans-serif;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
        font-family: GothamProBold, sans-serif;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-family: PTSansBold, sans-serif;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-family: PTSansBold, sans-serif;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 15px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

div,
button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
select,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
        font-family: PTSans, sans-serif;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	font-family: PTSansBold, sans-serif;
}

td {

}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}


/*
-----------------------------------------------------------------------------
*/

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
button:focus,
textarea:focus {
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: block;
	border: 0;
	color: #fff;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	color: #fff;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}
:-moz-placeholder {
	color: #939393;
        opacity: 1;
}
:-ms-input-placeholder {
	color: #939393;
}

:focus::-webkit-input-placeholder {
	opacity: 0;
}
:focus:-moz-placeholder {
	opacity: 0;
}
:focus:-ms-input-placeholder {
	opacity: 0;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/*
-----------------------------------------------------------------------------
*/

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-family: PTSansBold, sans-serif;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.clear {
        clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/*
-----------------------------------------------------------------------------
*/

.site {
        position: relative;
	min-width: 1000px;
        margin: 0 auto;
        min-height: 100%;
        height: auto !important;
        height: 100%;
}

.site-main {
    padding: 0 0 292px;
}
.cart-page .site-main {
    padding: 0 0 40px;
}

.main-content {
	width: 100%;
}


/*
-----------------------------------------------------------------------------
*/

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
        padding-top: 75px;
        margin-bottom: 30px;
	position: relative;
        z-index: 9;
}
.cart-page .site-header {
    margin-bottom: 0;
}

.header-main {

}

.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

/* Search in the header */

.search-toggle {
	background-color: #24890d;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #41a62a;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	background-color: #41a62a;
	padding: 12px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}


/*
-----------------------------------------------------------------------------
*/

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {

}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #fff;
	display: block;
}

.site-navigation a:hover {
	color: #41a62a;
}

/* Primary Navigation */

.primary-navigation {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #4f5c62;
        height: 50px;
}

.primary-navigation > ul {
	display: table;
        width: 100%;
}
.primary-navigation ul li {
        display: table-cell;
        font-family: GothamProMed, sans-serif;
}
.primary-navigation ul li div {
        position: relative;
}

.primary-navigation ul li a.main-link {
        display: block;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	line-height: 44px;
        height: 50px;
        white-space: nowrap;
        font-size: 16px;
        color: #fff;
        text-align: center;
        padding: 0 20px;
        border: 3px solid transparent;
}
.primary-navigation ul li.current-parent a.main-link {
        background-color: #333;
}
.primary-navigation ul li a.main-link:hover, .primary-navigation ul li a.main-link.active {
        background-color: #fff;
        border-color: #fdc402;
        color: #4f5c62;
}
.primary-navigation ul li.up-link a.main-link:hover, .primary-navigation ul li.up-link a.main-link.active {
        height: 53px;
}
.primary-navigation ul li.down-link a.main-link:hover, .primary-navigation ul li.down-link a.main-link.active {
        height: 53px;
        border-bottom: 0;
}

.primary-navigation .children {
        display: block;
        background-color: #fff;
        padding: 20px 30px;
        margin: 0;
        position: absolute;
        top: 50px;
        left: 0;
        border: 3px solid transparent;
        box-shadow: 0 10px 30px -10px #000;
        -webkit-box-shadow: 0 10px 30px -10px #000;
        -mox-box-shadow: 0 10px 30px -10px #000;
        display: none;
}
.primary-navigation > ul li:last-child .children {
        right: 0;
        left: auto;
}
.primary-navigation .children.active {
        display: block;
        border-color: #fdc402;
}
.primary-navigation li.up-link .children.active {
        border-top: 0;
        z-index: 2;
}
.primary-navigation .children li {
        display: block;
        text-align: left;
        font-family: PTSans, sans-serif;
}
.primary-navigation .children li.item-odd {
        float: left;
}
.primary-navigation .children li.item-even {
        margin-left: 220px;
}

.primary-navigation .children a {
	line-height: 30px;
        height: 30px;
        white-space: nowrap;
        font-size: 15px;
        color: #4f5c62;
        text-align: left;
        padding: 0;
}
.primary-navigation li.current-parent .children a {
        background-color: transparent;
}
.primary-navigation .children a:hover {
        color: #ed3f1c;
}
.primary-navigation .children li.current-item a {
        font-family: PTSansBold, sans-serif;
        color: #ed3f1c;
}

/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

.menu-toggle {
	background-color: #000;
	border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
	cursor: pointer;
	font-size: 0;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	display: inline;
	margin-top: 16px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #444;
}


/*
-----------------------------------------------------------------------------
*/

.page-content {
	margin-bottom: 48px;
}


/*
-----------------------------------------------------------------------------
*/

.post-thumbnail {
	background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}

/* single-content */
.single-content .single-text a {
    color: #0072bc;
}
.single-content .single-text a:hover {
    color: #333;
}
.single-content .single-date {
    font-family: GothamProMed, sans-serif;
    color: #ed3f1c;
    margin-bottom: 15px;
}
.single-content .single-text img {
    margin: 10px;
}
.single-content .single-text .catalog-button {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    margin: 15px 20px 0 0;
    text-align: center;
    color: #fff;
    font-family: GothamProMed, sans-serif;
    background: #ed3f1c;
}
.single-content .single-text .catalog-button:first-child {
    margin-left: 194px;
}
.single-content .single-text .catalog-button:hover {
    color: #fff;
    background: #fdc402;
}
.single-content h1 {
    display: inline-block;
    font-size: 20px;
    margin: 0 0 10px;
    color: #666;
}
.single-content h2 {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 10px;
    color: #666;
    font-weight: normal;
}
.single-content .single-text {
    color: #666;
}
.single-content table, .description-content table {
    margin: 0;
    border: 0;
    border-collapse: collapse;
}
.single-content table h2 {
    margin: 0;
}
.single-content table td {
    border: 0;
    border-bottom: 1px solid #edf1f2;
    padding: 10px 15px 10px 0;
}
.description-content td {
    border: 0;
    border-bottom: 1px solid #e1e8ea;
    padding: 10px 15px 10px 0;
}
.description-content td h2 {
    margin: 0;
}
.single-content ul, .single-content ol, .description-content ul, .description-content ol {
    margin: 0 0 10px 35px;
}

/*
-----------------------------------------------------------------------------
*/

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #41a62a;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #41a62a;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
        -webkit-border-radius: 0 2px 2px 0;
        -moz-border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/*
-----------------------------------------------------------------------------
*/

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/*
-----------------------------------------------------------------------------
*/

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/*
-----------------------------------------------------------------------------
*/

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}


/*
-----------------------------------------------------------------------------
*/

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}


/*
-----------------------------------------------------------------------------
*/

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


/*
-----------------------------------------------------------------------------
*/

.archive-header,
.page-header {
	margin: 24px auto;
	max-width: 474px;
}

.archive-title,
.page-title {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/*
-----------------------------------------------------------------------------
*/

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}


/*
-----------------------------------------------------------------------------
*/

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/*
-----------------------------------------------------------------------------
*/

.full-width .hentry {
	max-width: 100%;
}


/*
-----------------------------------------------------------------------------
*/

.singular .site-content .hentry.has-post-thumbnail {
	margin-top: -48px;
}


/*
-----------------------------------------------------------------------------
*/

.comments-area {
	margin: 30px 20px 0;
}
.cc .mc-nav-content, .cc .mc-attachimg-cnt, .cc .mc-auth-label, .cc .mc-user, .cc .mc-logo {
        display: none !important;
        visibility: hidden !important;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
    padding: 30px 40px;
    background: #fff;
    font-size: 16px;
}
.comment-respond .comment-form-author .input-block {
    position: relative;
    width: 100%;
    border: 1px solid #e8e8e8;
    background: #f9f9f9;
    margin-bottom: 20px;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}
.comment-respond .comment-form-author .input-block.focused {
    border-color: #cce3f1;
    box-shadow: inset 0 0 0 1px #cce3f1;
    -webkit-box-shadow: inset 0 0 0 1px #cce3f1;
    -mox-box-shadow: inset 0 0 0 1px #cce3f1;
}
.comment-respond .comment-form-author .input-block label {
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    top: 8px;
    left: 14px;
    background: url(images/author.png) 0 0 no-repeat transparent;
}
.comment-respond .comment-form-author .input-block .input-text {
    background: transparent;
    margin: 14px 0;
}
.comment-respond .comment-form-comment .textarea-block {
    position: relative;
    width: 100%;
    border: 1px solid #e8e8e8;
    background: #f9f9f9;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}
.comment-respond .comment-form-comment .textarea-block.focused {
    border-color: #cce3f1;
    box-shadow: inset 0 0 0 1px #cce3f1;
    -webkit-box-shadow: inset 0 0 0 1px #cce3f1;
    -mox-box-shadow: inset 0 0 0 1px #cce3f1;
}
.comment-respond .comment-form-comment .textarea-block label {
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    top: 8px;
    left: 14px;
    background: url(images/comment.png) 0 0 no-repeat transparent;
}
.comment-respond .comment-form-comment .textarea-block .input-textarea {
    background: transparent;
    height: 120px;
    margin: 12px 0;
}
.comment-respond .form-submit {
    margin: 20px 0 0;
    overflow: hidden;
}
.comment-respond .form-submit .comment-submit {
    float: left;
    background: #fdc402;
    line-height: 50px;
    padding: 0 100px;
    margin: 0 50px 0 0;
    font-family: GothamProBold, sans-serif;
    font-size: 16px;
    color: #fff;
}
.comment-respond .form-submit .comment-submit:hover {
    background: #ed3f1c;
}
.comment-respond .form-submit .comment-info {
    display: block;
    line-height: 50px;
    font-size: 14px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #ed3f1c;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}


/*
-----------------------------------------------------------------------------
*/

/* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 48px 10px 0;
}


/*
-----------------------------------------------------------------------------
*/

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
	color: #fff;
}

.widget a:hover {
	color: #41a62a;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget input,
.widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget input:focus,
.widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}

.widget-title,
.widget-title a {
	color: #fff;
}

.widget-title a:hover {
	color: #41a62a;
}

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #24890d;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #41a62a;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Ephemera Widget*/

.widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}

.widget_twentyfourteen_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}

.widget_twentyfourteen_ephemera .entry-title,
.widget_twentyfourteen_ephemera .entry-meta,
.widget_twentyfourteen_ephemera .wp-caption-text,
.widget_twentyfourteen_ephemera .post-format-archive-link,
.widget_twentyfourteen_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}

.widget_twentyfourteen_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}

.widget_twentyfourteen_ephemera .entry-meta {
	margin-bottom: 18px;
}

.widget_twentyfourteen_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.widget_twentyfourteen_ephemera .entry-content ul,
.widget_twentyfourteen_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}

.widget_twentyfourteen_ephemera .entry-content ul {
	list-style: disc;
}

.widget_twentyfourteen_ephemera .entry-content ol {
	list-style: decimal;
}

.widget_twentyfourteen_ephemera .entry-content li > ul,
.widget_twentyfourteen_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}

.widget_twentyfourteen_ephemera .entry-content th,
.widget_twentyfourteen_ephemera .entry-content td {
	padding: 6px;
}

.widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: uppercase;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}


/*
-----------------------------------------------------------------------------
*/

.content-sidebar .widget a {
	color: #24890d;
}

.content-sidebar .widget a:hover {
	color: #41a62a;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	border-top: 5px solid #000;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}

.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #41a62a;
}

/*
-----------------------------------------------------------------------------
*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}

/*
-----------------------------------------------------------------------------
*/

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}


/*
-----------------------------------------------------------------------------
*/

#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {

}

.site-footer {
        position: relative;
        min-width: 1000px;
        margin: -252px auto 0;
        height: 252px;
}

.footer-sidebar {
	padding-top: 48px;
}

.site-info {
	padding: 15px 10px;
}

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info a:hover {
	color: #41a62a;
}


.site-footer .footer-block {
    height: 200px;
    padding: 30px 30px 0;
}
.site-footer .footer-block .footer-title {
    margin: 0 0 20px 10px;
    font-family: GothamProMed, sans-serif;
    text-transform: uppercase;
}
.site-footer .footer-block ul {
    margin: 0;
    list-style-type: none;
    overflow: hidden;
}
.site-footer .footer-block ul li {
    display: inline-block;
    float: left;
    width: 160px;
    line-height: 20px;
    margin: 0 0 16px 10px;
}
.site-footer .footer-block ul li a {
    color: #fff;
    font-family: GothamPro, sans-serif;
    white-space: nowrap;
}
.site-footer .footer-block ul li a:hover {
    color: #fdc402;
}

.site-footer .footer-main-menu {
    float: left;
    width: 400px;
    background: url(images/footer_catalog.png) 0 0 no-repeat #344045;
}
.site-footer .footer-main-menu .footer-title {
    color: #fdc402;
}

.site-footer .footer-page-menu {
    float: left;
    width: 400px;
    background: url(images/footer_menu.png) 50% 0 no-repeat #242e32;
}
.site-footer .footer-page-menu .footer-title {
    color: #2d97dc;
}
.site-footer .footer-page-menu ul li a:hover {
    color: #2d97dc;
}

.site-footer .footer-phone {
    float: right;
    width: 400px;
    background: url(images/footer_contacts.png) 0 0 no-repeat #0072bc;
}
.site-footer .footer-phone .footer-title {
    color: #fff;
}
.site-footer .footer-phone .bottom-phone {
    line-height: 20px;
    margin: 0 0 0 10px;
    font-family: GothamProMed, sans-serif;
    color: #fff;
}
.site-footer .footer-phone .bottom-text {
    line-height: 20px;
    margin: 0 0 20px 10px;
    margin-left: 10px;
    color: #bde4fd;
    font-size: 13px;
}
.site-footer .footer-phone .callback-block {
    display: block;
    width: 180px;
    height: 36px;
    line-height: 34px;
    cursor: pointer;
    color: #2c2c2c;
    padding-left: 12px;
    background-color: #e8e8e8;
    border: 1px solid #d6d6d6;
    white-space: nowrap;
}
.site-footer .footer-phone .callback-block .icon {
    display: block;
    float: left;
    background: url(images/callback.png) 0 0 no-repeat transparent;
    width: 24px;
    height: 24px;
    margin-top: 5px;
}
.site-footer .footer-phone .callback-block .text {
    display: block;
    margin-left: 32px;
    font-family: GothamPro, sans-serif;
}
.site-footer .footer-phone .callback-block:hover {
    color: #fff;
    background-color: #004b7c;
    border-color: #00385c;
}
.site-footer .footer-phone .callback-block:hover .icon {
    background-position: -24px 0;
}

.site-footer .footer-copy {
    position: relative;
    height: 52px;
    padding-top: 10px;
    line-height: 16px;
    font-size: 13px;
    text-align: center;
    background: #171f22;
    color: #627076;
}
.site-footer .footer-copy p {
    margin: 0;
}
.site-footer .footer-copy p.year {
    color: #0072bc;
}
.site-footer .footer-copy .dev {
    color: #627076;
    display: none;
}
.site-footer .footer-copy .dev a {
    color: #0072bc;
}
.site-footer .footer-copy a.pda-link {
    position: absolute;
    top: 10px;
    left: 40px;
    line-height: 32px;
    color: #2d97dc;
}
.site-footer .footer-copy a.pda-link:hover {
    color: #fff;
}

.site-footer .promo {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #666;
    padding: 0 10px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-family: GothamProMed, sans-serif;
}

/*
-----------------------------------------------------------------------------
*/

.featured-content {
	background: #000 url(images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}

.featured-content a {
	color: #fff;
}

.featured-content a:hover {
	color: #41a62a;
}

.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 700;
}

.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: uppercase;
}


/*
-----------------------------------------------------------------------------
*/

.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}

.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}

.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
	margin-right: 0;
}

.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 44px;
	position: relative;
	text-indent: -999em;
	width: 44px;
}

.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 16px;
	width: 12px;
}

.slider-control-paging a:hover:before {
	background-color: #41a62a;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #24890d;
}

.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	text-align: center;
	width: 50%;
}

.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}

.slider-direction-nav a:hover {
	background-color: #24890d;
}

.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}

.slider-direction-nav .slider-next:before {
	content: "\f429";
}

.slider-direction-nav .slider-disabled {
	display: none;
}

/*
-----------------------------------------------------------------------------
*/

#main-header {
    margin-bottom: 30px;
    height: 70px;
}
#main-header .home-link {
    float: left;
}
#main-header .home-link a {
    display: block;
    width: 267px;
    height: 66px;
}
#main-header .home-link a img {
    width: 267px;
    height: 66px;
}
#main-header .phone-block {
    float: right;
    margin: 12px 30px 0 0;
}
#main-header .phone-block .top-phone {
    font-size: 17px;
    font-family: GothamProMed, sans-serif;
    white-space: nowrap;
    color: #333;
}
#main-header .phone-block .top-phone a {
    color: #333;
}
#main-header .phone-block .top-text {
    color: #666;
    font-size: 13px;
}
#main-header .phone-block .lp-link {
    display: block;
    background: #0072bc;
    text-align: center;
    color: #fff;
    font-family: GothamProMed, sans-serif;
    font-size: 11px;
    line-height: 19px;
}
#main-header .phone-block .lp-link:hover {
    background: #fdc402;
    color: #333;
}

#main-header .cart-block {
    float: right;
    width: 190px;
    height: 70px;
}
#main-header .cart-block a {
    display: block;
    width: 190px;
    height: 70px;
    color: #aeaeae;
}
#main-header .cart-block a .icon {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    background: url(images/cart_head.png) 0 0 no-repeat transparent;
}
#main-header .cart-block a .more {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 110px;
    height: 70px;
    margin-left: 80px;
    padding: 13px 0 0 24px;
    line-height: 44px;
    font-size: 12px;
    background: url(images/cart_more.png) 0 0 no-repeat transparent;
}
#main-header .cart-block a .more span {
    display: block;
    font-family: GothamPro, sans-serif;
}
#main-header .cart-block a .more span.price {
    display: none;
}
#main-header .cart-block a.active:hover .icon {
    background-position: -70px 0;
}
#main-header .cart-block a.active .more {
    line-height: 22px;
    color: #2c2c2c;
}
#main-header .cart-block a.active .more .number {
    font-family: GothamProMed, sans-serif;
}
#main-header .cart-block a .more .count {
    display: inline-block;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #ed3f1c;
    line-height: 16px;
    min-width: 16px;
    text-align: center;
    color: #fff;
    font-family: GothamProMed, sans-serif;
    margin-right: 2px;
}
#main-header .cart-block a.active .more .price {
    display: block;
}

#main-header .compare-block {
    float: right;
    width: 48px;
    height: 48px;
    margin: 11px 20px 0 0;
}
#main-header .compare-block a {
    display: block;
    width: 48px;
    height: 48px;
    background: url(images/compare_head.png) 0 0 no-repeat transparent;
}
#main-header .compare-block a.active:hover {
    background-position: -48px 0;
}
#main-header .compare-block a .count {
    display: block;
    float: right;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #ed3f1c;
    line-height: 16px;
    min-width: 16px;
    text-align: center;
    color: #fff;
    font-family: GothamProMed, sans-serif;
    margin: 5px -4px 0 0;
    display: none;
}
#main-header .compare-block a.active .count {
    display: block;
}

#main-header .search-block {
    margin: 0 520px 0 360px;
    padding-top: 15px;
    padding-right: 40px;
    position: relative;
}
#main-header .search-block .slide-down {
    position: absolute;
    z-index: 2;
    top: 55px;
    background: #d5d9d8;
    width: 100%;
    box-shadow: 0 10px 30px -10px #000;
    -webkit-box-shadow: 0 10px 30px -10px #000;
    -mox-box-shadow: 0 10px 30px -10px #000;
    display: none;
}
#main-header .search-block .search-input {
    height: 40px;
    background: #fff;
    padding: 0 10px;
}
#main-header .search-block input[type=text] {
    width: 100%;
    line-height: 18px;
    height: 18px;
    border: 0;
    margin: 11px 0;
    padding: 0;
    color: #777;
    background: transparent;
}
#main-header .search-block input[type=submit] {
    width: 40px;
    height: 40px;
    border: 0;
    float: right;
    margin-right: -40px;
    background: url(images/search.png) 0 0 no-repeat transparent;
}
#main-header .search-block input[type=submit]:hover {
    background-position: -40px 0;
}

/*
-----------------------------------------------------------------------------
*/

#left-navigation {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    width: 200px;
    height: 399px;
    margin-bottom: 1px;
    padding: 15px 20px;
    position: relative;
}
.double-left-block #left-navigation {
    width: 400px;
}
#left-navigation ul {
    list-style-type: none;
    margin: 0;
}
#left-navigation ul li {
    font-family: GothamProMed, sans-serif;
    line-height: 20px;
    margin-bottom: 20px;
}
#left-navigation.search-navigation ul li {
    margin-bottom: 10px;
    margin-top: 20px;
}
#left-navigation.search-navigation ul li:first-child {
    margin-top: 0;
}
#left-navigation.search-navigation ul li.subcat {
    margin-left: 15px;
    margin-bottom: 5px;
    font-family: GothamPro, sans-serif;
    margin-top: 0;
}
#left-navigation.search-navigation ul li.subcat.subcat-brunch {
    margin-left: 25px;
    font-size: 97%;
}
#left-navigation.search-navigation ul li.subcat.subcat-brunch a {
    display: block;
    color: #777;
}
#left-navigation.search-navigation ul li.subcat.subcat-brunch a:hover {
    color: #333;
}
#left-navigation.search-navigation ul li .cat-count {
    font-size: 90%;
}
#left-navigation ul li a {
    color: #333;
}
#left-navigation ul li a:hover, #left-navigation ul li.current-item a, #left-navigation ul li a.current-link, #left-navigation ul li.current-menu-item a {
    color: #0072bc;
}
#left-navigation ul li.current-menu-item .sub-menu a {
    color: #333;
}
#left-navigation .sub-menu .current-menu-parent a {
    color: #0072bc !important;
}
#left-navigation .children, #left-navigation .sub-menu {
    margin: 10px 0 0 10px;
}
#left-navigation .sub-menu {
    display: none;
}
#left-navigation .current-menu-item .sub-menu, #left-navigation .current-menu-parent .sub-menu {
    display: block;
}
#left-navigation .children li, #left-navigation .sub-menu li {
    margin-bottom: 10px;
}
#left-navigation.catalog-page, #left-navigation.single-page {
    height: auto;
    background: url(images/border.png) 100% 0 repeat-y #fff;
}

#left-navigation .variants-up {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 388px;
    border: 2px solid #e0e0e0;
    line-height: 36px;
    height: 40px;
    padding: 0 10px;
    background: #fff;
    white-space: nowrap;
    display: none;
}
#left-navigation .variants-up button {
    display: inline-block;
    margin-left: 5px;
    padding: 0;
    background: none;
    border: 0;
    font-family: GothamProMed, sans-serif;
    color: #0072bc;
}
#left-navigation .variants-up button:hover {
    color: #333;
}

/*
-----------------------------------------------------------------------------
*/

.left-block {
    float: left;
    width: 200px;
}
.double-left-block {
    float: left;
    width: 400px;
}
.right-block {
    float: right;
    width: 200px;
}
.middle-block {
    margin: 0 200px;
}
.center-block {
    margin: 0 0 0 200px;
    overflow: hidden;
}
.single-content {
    padding: 15px 20px;
    background: #fff;
}
.search-content {
    padding: 15px 20px 5px;
    background: #fff;
    margin-bottom: 1px;
}
.center-block .cat-title {
    clear: both;
    padding: 15px 20px;
    background: #fff;
    margin-bottom: 1px;
    font-family: GothamProMed, sans-serif;
    color: #0072bc;
}
.right-center-block {
    margin: 0 0 0 400px;
}
.single-product .middle-block {
    margin: 0;
}

.center-block .page-block {
    margin: 0 0 1px 1px;
    background: #fff;
    height: 190px;
}
.center-block .page-block .page-block-thumbnail {
    float: left;
    width: 199px;
}
.center-block .page-block .page-block-thumbnail a {
    display: block;
    width: 160px;
    height: 160px;
    margin: 15px auto;
    overflow: hidden;
}
.center-block .page-block .page-block-thumbnail a span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 160px;
    height: 160px;
}
.center-block .page-block .page-block-thumbnail a span img {
    max-width: 160px;
    max-height: 160px;
}
.center-block .page-block .page-block-content {
    padding: 15px 20px;
    margin-left: 179px;
}
.center-block .page-block .page-block-content .page-block-title {
    height: 30px;
    overflow: hidden;
}
.center-block .page-block .page-block-content .page-block-title a {
    display: inline-block;
    font-family: GothamProMed, sans-serif;
    color: #777;
}
.center-block .page-block .page-block-content .page-block-title a:hover {
    color: #333;
}
.center-block .page-block .page-block-content .page-block-title a h2 {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
}
.center-block .page-block .page-block-content .page-block-date {
    font-family: GothamProMed, sans-serif;
    color: #ed3f1c;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}
.center-block .page-block .page-block-content .page-block-text {
    line-height: 18px;
    height: 72px;
    overflow: hidden;
    margin-top: 5px;
}
.center-block .page-block .page-block-content .page-block-more {
    line-height: 20px;
    height: 20px;
    margin-top: 13px;
}
.center-block .page-block .page-block-content .page-block-more a {
    font-family: GothamProMed, sans-serif;
    color: #0072bc;
}
.center-block .page-block .page-block-content .page-block-more a:hover {
    color: #333;
}

.delivery-block {
    background: url(images/delivery.png) 100% 100% no-repeat #e1e8ea;
    border: 1px solid #d9e1e3;
    padding: 15px 20px;
    line-height: 22px;
    width: 200px;
    height: 200px;
    float: left;
}
.right-block .delivery-block {
    height: 349px;
    margin-bottom: 1px;
}
.center-block .delivery-block {
    width: 199px;
    height: 199px;
    margin: 0 0 1px 1px;
}
.center-block .delivery-block.width-400 {
    width: 399px;
}
.delivery-block .delivery-title {
    font-family: GothamProBold, sans-serif;
    color: #333;
    font-size: 16px;
}
.delivery-block .delivery-title.out {
    margin-top: 25px;
    font-size: 14px;
}
.delivery-block .delivery-excerpt {
    margin-top: 12px;
    height: 88px;
    overflow: hidden;
    color: #333;
}
.delivery-block .delivery-link {
    margin-top: 10px;
    font-family: GothamProMed, sans-serif;
}
.delivery-block .delivery-link a {
    color: #0072bc;
}
.delivery-block .delivery-link a:hover {
    color: #333;
}
.delivery-block .delivery-more {
    margin-top: 25px;
    line-height: 16px;
}

.payment-block {
    background: url(images/payment.png) 100% 100% no-repeat #d1dbdf;
    border: 1px solid #d9e1e3;
    padding: 15px 20px;
    line-height: 22px;
    width: 200px;
    height: 200px;
    float: left;
}
.right-block .payment-block {
    height: 200px;
}
.center-block .payment-block {
    width: 199px;
    height: 199px;
    margin: 0 0 1px 1px;
}
.center-block .payment-block.width-400 {
    width: 399px;
}
.payment-block .payment-title {
    font-family: GothamProBold, sans-serif;
    color: #333;
    font-size: 16px;
}
.payment-block .payment-excerpt {
    margin-top: 12px;
    height: 66px;
    overflow: hidden;
    color: #333;
}
.payment-block .payment-methods {
    margin-top: 10px;
    width: 148px;
    height: 22px;
}
.payment-block .payment-methods img {
    width: 148px;
    height: 17px;
}
.payment-block .payment-link {
    margin-top: 15px;
    font-family: GothamProMed, sans-serif
}
.payment-block .payment-link a {
    color: #0072bc;
}
.payment-block .payment-link a:hover {
    color: #333;
}

.about-block {
    background: url(images/about.png) 100% 100% no-repeat #e1e8ea;
    border: 1px solid #d9e1e3;
    margin-top: 1px;
    padding: 15px 20px;
    line-height: 22px;
    width: 200px;
    height: 400px;
    float: left;
}
.right-block .about-block {
    height: 249px;
}
.about-block .about-title {
    font-family: GothamProBold, sans-serif;
    color: #333;
    font-size: 16px;
}
.about-block .about-excerpt {
    margin-top: 12px;
    height: 132px;
    color: #333;
    overflow: hidden;
}
.about-block .about-link {
    margin-top: 26px;
    font-family: GothamProMed, sans-serif;
}
.about-block .about-link a {
    color: #0072bc;
}
.about-block .about-link a:hover {
    color: #333;
}

.article-block {
    float: left;
    line-height: 22px;
    width: 200px;
    height: 400px;
}
.article-block.no-thumb {
    height: 200px;
}
.center-block .article-block {
    width: 199px;
    height: 199px;
    margin: 0 0 1px 1px;
}
.left-block .article-block {
    height: 399px;
    margin-bottom: 1px;
}
.article-block .article-header {
    height: 200px;
    position: relative;
    padding: 15px 20px;
}
.article-block .article-header a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0 0 10px;
    width: 200px;
    height: 200px;
    background: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.article-block .article-header a span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 180px;
    height: 180px;
}
.article-block .article-header a span img {
    max-width: 180px;
    max-height: 180px;
}
.article-block .article-header .title {
    font-size: 16px;
    font-family: GothamProBold, sans-serif;
    color: #333;
    position: relative;
    z-index: 1;
}
.article-block .article-header .triangle {
    position: absolute;
    width: 28px;
    height: 20px;
    bottom: -8px;
    left: 86px;
    background: url(images/triangle.png) 0 0 no-repeat transparent;
}
.article-block .article-date {
    margin: 17px 20px 0;
    font-family: GothamProMed, sans-serif;
    color: #ed3f1c;
}
.article-block .article-title {
    margin: 10px 20px 0;
    height: 88px;
    overflow: hidden;
}
.article-block .article-link {
    margin: 15px 20px 0;
    font-family: GothamProMed, sans-serif;
}
.article-block .article-link a {
    color: #0072bc;
}
.article-block .article-link a:hover {
    color: #333;
}

.product-block {
    float: left;
    width: 199px;
    height: 399px;
    background-color: #fff;
    margin: 0 0 1px 1px;
}
.product-block.present-block {
    height: 309px;
}
.products-double .product-block {
    width: 399px;
}

.product-block .product-area {
    background-color: #fff;
    border: 1px solid transparent;
    min-height: 399px;
    padding-bottom: 10px;
}
.product-block .product-area:hover {
    border-color: #f0ddbe;
    box-shadow: 0 0 30px -10px #000;
    -webkit-box-shadow: 0 0 30px -10px #000;
    -mox-box-shadow: 0 0 30px -10px #000;
}
.product-block .product-content {
    margin: 25px auto 0;
    width: 176px;
}
.products-double .product-block .product-content {
    margin: 30px auto 20px;
    width: 370px;
}
.product-block .product-content .product-thumbnail {
    width: 160px;
    height: 180px;
    margin: 0 auto;
    position: relative;
}
.products-double .product-block .product-content .product-thumbnail {
    width: 190px;
    height: 190px;
    margin: 0 90px;
}
.product-block .product-content .product-thumbnail a {
    display: block;
    width: 160px;
    height: 180px;
    overflow: hidden;
}
.products-double .product-block .product-content .product-thumbnail a {
    width: 190px;
    height: 190px;
}
.product-block .product-content .product-thumbnail a span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 160px;
    height: 180px;
    font-size: 0;
}
.products-double .product-block .product-content .product-thumbnail a span {
    width: 190px;
    height: 190px;
}
.product-block .product-content .product-thumbnail a span img {
    max-width: 160px;
    max-height: 180px;
}
.products-double .product-block .product-content .product-thumbnail a span img {
    max-width: 190px;
    max-height: 190px;
}
.product-block .product-content .product-thumbnail .leader {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    top: -20px;
    left: -10px;
    background: url(images/leader_icon.png) 0 0 no-repeat transparent;
}
.product-block .product-content .product-thumbnail .novelty {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    top: -20px;
    left: -10px;
    background: url(images/novelty_icon.png) 0 0 no-repeat transparent;
}
.product-block .product-content .product-thumbnail .action {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    top: -20px;
    left: -10px;
    background: url(images/action_icon.png) 0 0 no-repeat transparent;
}
.products-double .product-block .product-content .product-thumbnail .novelty {
    left: -90px;
}
.product-block .product-content .product-thumbnail .sale {
    display: block;
    position: absolute;
    width: 60px;
    height: 42px;
    line-height: 42px;
    top: -20px;
    left: -10px;
    background: url(images/sale_icon.png) 0 0 no-repeat transparent;
    color: #fff;
    font-size: 11px;
    font-family: PTSansBold, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    padding-right: 4px;
    text-align: center;
    cursor: default;
    white-space: nowrap;
}
.product-block .product-content .product-thumbnail .sale.sale_bonus {
    height: 32px;
    top: -12px;
    left: -8px;
    background: url(images/sale_icon9.png) 0 0 no-repeat transparent;
}
.products-double .product-block .product-content .product-thumbnail .sale {
    left: -90px;
    background: url(images/sale_icon_double.png) 0 0 no-repeat transparent;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
}
.product-block .product-content .product-thumbnail.novelty .leader, .product-block .product-content .product-thumbnail.sale .leader, .product-block .product-content .product-thumbnail.novelty .action, .product-block .product-content .product-thumbnail.sale .action {
    left: auto;
    right: -10px;
}
.products-double .product-block .product-content .product-thumbnail.novelty .leader, .products-double .product-block .product-content .product-thumbnail.sale .leader, .products-double .product-block .product-content .product-thumbnail.novelty .action, .products-double .product-block .product-content .product-thumbnail.sale .action  {
    right: -90px;
}
.product-block .product-content .product-thumbnail.sale .novelty, .product-block .product-content .product-thumbnail.action .leader {
    top: 22px;
}
.product-block .product-content .product-thumbnail.sale .novelty.sale_bonus {
    top: 32px;
    left: -2px;
}
.products-double .product-block .product-content .product-thumbnail.sale .novelty, .products-double .product-block .product-content .product-thumbnail.action .leader {
    top: 32px;
}
.product-block .product-content .product-title {
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    height: 66px;
    overflow: hidden;
}
.products-double .product-block .product-content .product-title {
    height: 44px;
    margin-top: 15px;
}
.product-block .product-content .product-title a {
    color: #999;
}
.product-block:hover .product-content .product-title a {
    color: #333;
}
.product-block .product-content .product-price {
    position: relative;
    font-family: GothamProBold, sans-serif;
    font-size: 18px;
    text-align: center;
    margin-top: 6px;
    padding: 10px 0;
    border: 1px solid transparent;
    height: 58px;
    line-height: 36px;
    color: #484848;
    white-space: nowrap;
}
.product-block:hover .product-content .product-price {
    border-color: #d5d5d5;
}
.product-block .product-content .product-price.request-price {
    font-size: 16px;
}
.product-block .product-content .product-price.sale {
    padding-top: 10px;
}
.products-double .product-block .product-content .product-price {
    margin-top: 15px;
}
.product-block .product-content .product-price.sale .old-price {
    font-family: PTSans, sans-serif;
    text-decoration: line-through;
    line-height: 16px;
    font-size: 14px;
}
.product-block .product-content .product-price.sale .new-price {
    line-height: 20px;
    color: #0072bc;
}
.product-block .product-content .product-price .corner {
    position: absolute;
    width: 21px;
    height: 12px;
    left: 77px;
    bottom: -12px;
    background: url(images/corner.png) 0 0 no-repeat transparent;
    margin: 10px auto 0;
    display: none;
}
.product-block:hover .product-content .product-price .corner {
    display: block;
}
.product-block .product-content .product-cart-compare {
    margin-top: 20px;
    display: none;
}
.product-block:hover .product-content .product-cart-compare {
    display: block;
}
.product-block .product-content .product-cart-compare .product-cart {
    text-align: center;
}
.product-block .product-content .product-cart-compare .product-cart a {
    display: block;
    background: url(images/cart_button.png) 8px 0 no-repeat #fdc402;
    border: 2px solid #e6b300;
    padding: 8px 0;
    font-size: 16px;
    line-height: 20px;
    color: #2c2c2c;
    font-family: GothamPro, sans-serif;
}
.product-block .product-content .product-cart-compare .product-cart a:hover, .product-block .product-content .product-cart-compare .product-cart a.hovered {
    background-position: 8px -36px;
    background-color: #ed3f1c;
    border-color: #ed3f1c;
    color: #fff;
}
.product-block .product-content .product-cart-compare .product-cart .no-in-stock {
    display: block;
    border: 1px solid #dee2e3;
    padding: 8px 0;
    font-size: 15px;
    line-height: 22px;
    color: #666;
    font-family: GothamPro, sans-serif;
}
.product-block .product-content .product-cart-compare .product-compare {
    margin-top: 8px;
    text-align: center;
}
.product-block .product-content .product-cart-compare .product-compare a {
    display: block;
    background: url(images/compare_button.png) 7px 0 no-repeat #ecf1f2;
    border: 1px solid #dee2e3;
    padding: 8px 0;
    font-size: 16px;
    line-height: 22px;
    color: #2c2c2c;
    font-family: GothamPro, sans-serif;
}
.product-block .product-content .product-cart-compare .product-compare a:hover, .product-block .product-content .product-cart-compare .product-compare a.hovered {
    background-color: #dee2e3;
}
.product-block .product-content .product-cart-compare .product-compare a.hovered {
    padding-left: 28px;
}
.product-block .product-content .product-cart-compare .product-comments {
    margin: 12px 0 0 16px;
    height: 22px;
    line-height: 22px;
    background: url(images/comments_button.png) 0 50% no-repeat transparent;
    padding-left: 30px;
    white-space: nowrap;
}
.product-block .product-content .product-cart-compare .product-comments a {
    color: #666;
    text-decoration: underline;
}
.product-block .product-content .product-cart-compare .product-comments a:hover {
    text-decoration: none;
}
.product-block .product-content .product-cart-compare .product-comments span {
    color: #ed3f1c;
}

/*
-----------------------------------------------------------------------------
*/

.set-announce {
    text-transform: uppercase;
    font-family: GothamPro, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #777;
    margin: 0 0 10px;
    padding: 0 14px;
}

.set-block {
    display: block;
    float: left;
    width: 160px;
    background-color: #fff;
}
.product-set {
    position: relative;
    float: left;
    width: 160px;
    height: 250px;
}
.product-set .jcarousel {
    position: relative;
    width: 160px;
    height: 250px;
    overflow: hidden;
}
.product-set .jcarousel ul {
    position: relative;
    width: 20000px;
    list-style-type: none;
    margin: 0;
}
.product-set .jcarousel-control {
    display: block;
    position: absolute;
    z-index: 1;
    top: 112px;
    width: 20px;
    height: 20px;
    border: 0;
    cursor: pointer;
    overflow: hidden;
}
.product-set .jcarousel-control-prev {
    background: url(images/l2arrow.png) no-repeat;
    left: 5px;
}
.product-set .jcarousel-control-prev:hover {
    background-position: -20px 0;
}
.product-set .jcarousel-control-next {
    background: url(images/r2arrow.png) no-repeat;
    right: 5px;
}
.product-set .jcarousel-control-next:hover {
    background-position: -20px 0;
}
.set-block .product-content {
    margin: 20px auto 10px;
    width: 132px;
}
.set-block .product-content .product-thumbnail {
    width: 120px;
    height: 120px;
    position: relative;
    margin: 0 6px;
}
.set-block .product-content .product-thumbnail a {
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.set-block .product-content .product-thumbnail span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 120px;
    height: 120px;
}
.set-block .product-content .product-thumbnail span img {
    border: 0;
    max-width: 120px;
    max-height: 120px;
}
.set-block .product-content .product-title {
    margin-top: 10px;
    line-height: 20px;
    text-align: center;
    height: 60px;
    overflow: hidden;
}
.set-block .product-content .product-title a {
    color: #999;
}
.product-set:hover .product-content .product-title a {
    color: #333;
}
.set-block .product-content .product-price {
    font-family: GothamProBold, sans-serif;
    text-align: center;
    margin-top: 10px;
    color: #333;
    line-height: 20px;
}
.product-set .set-block .product-content .product-price {
    color: #777;
}
.product-set:hover .product-content .product-price {
    color: #333;
}

.mplus-block {
    float: left;
    margin: 0 1px;
    width: 57px;
    height: 250px;
    background-color: #fff;
}
.mplus-block .plus-content {
    margin: 96px auto 10px;
    width: 52px;
    height: 52px;
}
.mplus-block .plus-content img {
    border: 0 !important;
    width: 52px;
    height: 52px;
}

.set-cart {
    margin: 15px 0 10px;
}
.set-cart .set-cart-discount {
    float: left;
    line-height: 25px;
    font-size: 16px;
}
.set-cart .set-cart-discount p {
    margin: 0 0 1px;
}
.set-cart .set-cart-discount .set-preview {
    display: inline-block;
    width: 150px;
}
.set-cart .set-cart-discount .set-price {
    font-family: GothamProBold, sans-serif;
    text-decoration: line-through;
}
.set-cart .set-cart-discount .set-discount {
    color: #ed3f1c;
    font-family: GothamProBold, sans-serif;
}
.set-cart .set-cart-button {
    float: right;
    width: 160px;
    text-align: center;
}
.set-cart .set-cart-button a {
    display: block;
    background: #0072bc;
    padding: 15px 0;
    color: #fff;
    font-family: GothamProBold, sans-serif;
}
.set-cart .set-cart-button a:hover, .set-cart .set-cart-button a.hovered {
    background: #fdc402;
    color: #333;
}
.set-cart .set-cart-button a.add_to_cart_disabled:hover {
    background: #0072bc;
    color: #fff;
}

/*
-----------------------------------------------------------------------------
*/

#login {
    display: none;
    width: 320px;
    background: #fff;
    padding-top: 15px;
}
#login .title {
    margin: 0 20px;
    padding-bottom: 10px;
    line-height: 20px;
    height: 20px;
    font-family: GothamProBold, sans-serif;
    text-transform: uppercase;
}
#login .row-input {
    margin: 15px 20px;
    padding: 0 10px;
    border: 1px solid #d5d9d8;
}
#login .row-input.focused {
    border-color: #cce3f1;
}
#login .row-input .input-text {
    width: 100%;
    line-height: 18px;
    height: 18px;
    margin: 9px 0;
    padding: 0;
    border: 0;
    color: #777;
    background: #fff;
}
#login .row-login {
    padding: 15px 0 10px;
    margin: 0 20px;
}
#login .row-login .button {
    float: right;
    margin: -10px 0;
    background: #ed3f1c;
    line-height: 40px;
    height: 40px;
    width: 90px;
    padding: 0;
    font-family: GothamProBold, sans-serif;
    font-size: 16px;
}
#login .row-login .button:hover {
    background: #333;
}
#login .row-login .lost {
    display: inline-block;
    float: left;
    line-height: 20px;
    height: 20px;
    color: #666;
}
#login .row-login .lost:hover {
    color: #333;
}
#login .row-register {
    margin: 35px 0 0;
}
#login .row-register a {
    display: block;
    line-height: 54px;
    height: 54px;
    text-align: center;
    color: #333;
    background: #fdc402;
    font-family: GothamProBold, sans-serif;
    font-size: 16px;
}
#login .row-register a:hover {
    background: #0072bc;
    color: #fff;
}

/*
-----------------------------------------------------------------------------
*/

.special-info-block {
    display: block;
    position: relative;
    float: left;
    height: 399px;
    background-color: #fff;
    margin: 0 0 1px 1px;
}
.special-info-block img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 399px;
}
.special-info-block .info-block-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: GothamProMed, sans-serif;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 399px;
    overflow: hidden;
}
.special-info-block .info-block-content p {
    margin: 0;
}
.special-info-block.image-400-400, .special-info-block.image-400-400 img, .special-info-block.image-400-400 .info-block-content {
    width: 399px;
}
.special-info-block.image-200-400, .special-info-block.image-200-400 img, .special-info-block.image-200-400 .info-block-content {
    width: 199px;
}

/*
-----------------------------------------------------------------------------
*/

/* main-page */

.main-page .main-slider-block {
    height: 400px;
    background-color: #fff;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
}
.main-page .main-slider-block .main-slider {
    float: left;
    width: 800px;
    height: 400px;
    overflow: hidden;
}/*
.main-page .main-slider-block .slider-content {
    position: absolute;
    width: 800px;
    height: 400px;
    top: 0;
    left: 0;
    padding: 40px;
}*/
.main-page .main-slider-block .main-info-block {
    margin-left: 800px;
    height: 400px;
    overflow: hidden;
}
.main-page .main-slider-block .main-info-block .info-block {
    display: block;
    position: relative;
    float: left;
}
.main-page .main-slider-block .main-info-block .info-block img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.main-page .main-slider-block .main-info-block .info-block .info-block-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: GothamProMed, sans-serif;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    overflow: hidden;
}
.main-page .main-slider-block .main-info-block .info-block .info-block-content p {
    margin: 0;
}
.main-page .main-slider-block .main-info-block .info-block.image-400-400, .main-page .main-slider-block .main-info-block .info-block.image-400-400 img, .main-page .main-slider-block .main-info-block .info-block.image-400-400 .info-block-content {
    width: 400px;
    height: 400px;
}
.main-page .main-slider-block .main-info-block .info-block.image-400-200, .main-page .main-slider-block .main-info-block .info-block.image-400-200 img, .main-page .main-slider-block .main-info-block .info-block.image-400-200 .info-block-content {
    width: 400px;
    height: 200px;
}
.main-page .main-slider-block .main-info-block .info-block.image-200-200, .main-page .main-slider-block .main-info-block .info-block.image-200-200 img, .main-page .main-slider-block .main-info-block .info-block.image-200-200 .info-block-content {
    width: 200px;
    height: 200px;
}
.main-page .special-offers-block {
    margin-bottom: 40px;
}
.main-page .special-offers-block .special-link-block {
    height: 400px;
    background: url(images/special.png) 0 0 no-repeat transparent;
}
.main-page .special-offers-block .special-link-block a {
    display: block;
    padding: 30px 20px 0;
    height: 280px;
}
.main-page .special-offers-block .special-link-block .special-title {
    display: block;
    font-size: 32px;
    line-height: 34px;
    height: 136px;
    font-family: GothamProBold, sans-serif;
    color: #666;
}
.main-page .special-offers-block .special-link-block .special-link {
    display: block;
    margin-top: 130px;
    line-height: 20px;
    font-family: GothamProMed, sans-serif;
}
.main-page .special-offers-block .special-link-block .special-link span {
    float: left;
    display: inline-block;
    color: #0072bc;
}
.main-page .special-offers-block .special-link-block .special-link span.icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(images/circlearrow.png);
}
.main-page .special-offers-block .special-link-block a:hover .special-link span {
    color: #333;
}
.main-page .special-offers-block .special-link-block a:hover .special-link span.icon {
    background-position: -20px 0;
}

.main-page .novelties-block .novelty-link-block {
    height: 400px;
    background: url(images/novelty.png) 0 0 no-repeat transparent;
}
.main-page .novelties-block .novelty-link-block a {
    display: block;
    padding: 30px 20px 0;
    height: 280px;
}
.main-page .novelties-block .novelty-link-block .novelty-title {
    display: block;
    font-size: 32px;
    line-height: 34px;
    height: 34px;
    margin-top: 50px;
    font-family: GothamProBold, sans-serif;
    color: #666;
}
.main-page .novelties-block .novelty-link-block .novelty-link {
    display: block;
    margin-top: 182px;
    line-height: 20px;
    font-family: GothamProMed, sans-serif;
}
.main-page .novelties-block .novelty-link-block .novelty-link span {
    float: left;
    display: inline-block;
    color: #0072bc;
}
.main-page .novelties-block .novelty-link-block .novelty-link span.icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(images/circlearrow.png);
}
.main-page .novelties-block .novelty-link-block a:hover .novelty-link span {
    color: #333;
}
.main-page .novelties-block .novelty-link-block a:hover .novelty-link span.icon {
    background-position: -20px 0;
}

.novelty-page .novelty-link-block {
    height: 200px;
    background: url(images/novelty_reverse.png) 0 0 no-repeat transparent;
    padding: 30px 20px 0;
}
.novelty-page .novelty-link-block .novelty-title {
    font-size: 32px;
    line-height: 34px;
    height: 34px;
    margin-top: 50px;
    font-family: GothamProBold, sans-serif;
    color: #666;
    cursor: default;
}

.special-page .special-link-block {
    height: 200px;
    background: url(images/special.png) 0 0 no-repeat transparent;
    padding: 30px 20px 0;
}
.special-page .special-link-block .special-title {
    font-size: 32px;
    line-height: 34px;
    height: 136px;
    font-family: GothamProBold, sans-serif;
    color: #666;
    cursor: default;
}

.sale-page .sale-link-block {
    height: 200px;
    background: url(images/sale.png) 0 0 no-repeat transparent;
    padding: 65px 20px 0;
}
.sale-page .sale-link-block .sale-title {
    font-size: 32px;
    line-height: 34px;
    height: 136px;
    font-family: GothamProBold, sans-serif;
    color: #666;
    cursor: default;
}

.main-page .middle-block {
    height: 800px;
    overflow: hidden;
}

.main-page .seo-block {
    margin-top: 30px;
    color: #777;
    line-height: 24px;
    /*text-align: center;*/
    font-family: GothamPro, sans-serif;
    font-size: 14px;
}
.main-page .seo-block p {
    display: inline-block;
    margin: 0;
}
.main-page .seo-block ul {
    margin-top: 5px;
}
.main-page .seo-block a {
    color: #0072bc;
}
.main-page .seo-block a:hover {
    color: #333;
}
.main-page .seo-block .seo-block-left {
    float: left;
    width: 50%;
    padding-right: 20px;
}
.main-page .seo-block .seo-block-right {
    float: right;
    width: 50%;
    padding-left: 20px;
}
.main-page .seo-block h1 {
    font-size: 20px;
}
.main-page .seo-block h3 {
    font-size: 18px;
}

.category-seo-block {
    margin: 30px 0 0 20px;
    color: #777;
    line-height: 24px;
}
.category-seo-block ul, .category-seo-block ol {
    margin: 0 0 10px 35px;
}
.category-seo-block a {
    color: #0072bc;
}
.category-seo-block a:hover {
    color: #333;
}

/*
-----------------------------------------------------------------------------
*/

.products {
    list-style-type: none;
    margin: 0;
}
.products li {
    position: relative;
    float: left;
}

.product-category {
    display: block;
    position: relative;
    float: left;
}
.products li .product-category, .center-block .product-category {
    height: 199px;
    margin: 0 0 1px 1px;
}
.product-category img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 199px;
}
.product-category .cat-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: GothamProMed, sans-serif;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 199px;
    border: 3px solid transparent;
}
.product-category .cat-content p {
    margin: 0;
}
.product-category.image-400-200, .product-category.image-400-200 img, .product-category.image-400-200 .cat-content {
    width: 400px;
    height: 200px;
}
.products li .product-category.image-400-200, .products li .product-category.image-400-200 img, .products li .product-category.image-400-200 .cat-content, .center-block .product-category.image-400-200, .center-block .product-category.image-400-200 img, .center-block .product-category.image-400-200 .cat-content {
    width: 399px;
    height: 199px;
}
.product-category.image-200-200, .product-category.image-200-200 img, .product-category.image-200-200 .cat-content {
    width: 200px;
    height: 200px;
}
.products li .product-category.image-200-200, .products li .product-category.image-200-200 img, .products li .product-category.image-200-200 .cat-content, .center-block .product-category.image-200-200, .center-block .product-category.image-200-200 img, .center-block .product-category.image-200-200 .cat-content {
    width: 199px;
    height: 199px;
}
.products li .product-category:hover .cat-content {
    border-color: #ed3f1c;
}

/*
-----------------------------------------------------------------------------
*/

.woocommerce-breadcrumb {
    margin-bottom: 30px;
    font-family: GothamPro, sans-serif;
    color: #999;
}
.woocommerce-breadcrumb .separator {
    padding: 0 15px;
    font-size: 10px;
}
.woocommerce-breadcrumb a {
    display: inline-block;
    color: #0072bc;
}
.woocommerce-breadcrumb a:hover {
    color: #333;
}
.woocommerce-breadcrumb h1 {
    display: inline-block;
    font-size: 14px;
    color: #4f5c62;
    font-family: GothamProMed, sans-serif;
    font-weight: normal;
}
.woocommerce-breadcrumb h1.product-title {
    color: #333;
    font-size: 18px;
}

/*
-----------------------------------------------------------------------------
*/

.single-attributes {
    font-family: GothamPro, sans-serif;
    font-size: 13px;
    line-height: 20px;
}
.single-attributes .attribute-part {
    width: 50%;
    float: left;
    line-height: 20px;
}
.single-attributes .attribute-part.left {
    padding-right: 2px;
}
.single-attributes .attribute-part.right {
    padding-left: 2px;
}
.single-attributes .attribute-block {
    background: #e1e8ea;
    word-wrap: normal;
}
.single-attributes .attribute-block .odd {
    background: #d1dbdf;
    padding: 0 20px;
    overflow: hidden;
}
.single-attributes .attribute-block .even {
    padding: 0 20px;
    overflow: hidden;
}
.single-attributes .attribute-block .cat-title {
    text-transform: uppercase;
    font-family: GothamProMed, sans-serif;
    color: #333;
    padding-top: 12px;
}
.single-attributes .attribute-block .attribute-title {
    float: left;
    padding: 10px 0;
    color: #666;
    width: 50%;
    padding-right: 35px;
    margin-right: 3px;
    background: url(images/dots.png) 0 22px repeat-x transparent;
    overflow: hidden;
}
.single-attributes .attribute-block .attribute-title .title-bg {
    padding-right: 3px;
    background: #e1e8ea;
}
.single-attributes .attribute-block .odd .attribute-title .title-bg {
    background: #d1dbdf;
}
.single-attributes .attribute-block .attribute-title .more {
    display: inline-block;
    margin: 0 0 -3px 6px;
    width: 14px;
    height: 14px;
    background: url(images/more.png) 0 0 no-repeat transparent;
}
.single-attributes .attribute-block .attribute-data {
    padding: 10px 0;
    color: #666;
    overflow: hidden;
}

.more-data {
    line-height: 20px;
    display: none;
}
.more-data .more-data-title {
    text-transform: uppercase;
    font-family: GothamProMed, sans-serif;
    color: #333;
    padding: 15px 50px 0 20px;
    margin: 0;
}
.more-data .more-data-content {
    color: #666;
    padding: 15px 20px 15px;
    margin: 0;
}

/*
-----------------------------------------------------------------------------
*/

.person-comments {
    margin-top: 40px;
}
.person-comments .person-comment {
    width: 50%;
    height: 200px;
    overflow: hidden;
    background: #fff;
}
.person-comments .person-comment.left {
    float: left;
}
.person-comments .person-comment.right {
    float: right;
}

.other-comments {
    margin-top: 40px;
    height: 400px;
    overflow: hidden;
}
.other-comments .comments-link-block {
    float: left;
    width: 200px;
    height: 399px;
    background: url(images/comments.png) 0 0 no-repeat transparent;
    padding: 50px 20px 30px;
}
.other-comments .comments-link-block .comments-title {
    font-size: 32px;
    line-height: 34px;
    height: 116px;
    font-family: GothamProBold, sans-serif;
    color: #666;
}
.other-comments .comments-link-block .comments-link {
    margin-top: 130px;
    line-height: 24px;
    font-family: GothamProMed, sans-serif;
}
.other-comments .comments-link-block .comments-link a {
    display: inline-block;
    color: #0072bc;
}
.other-comments .comments-link-block .comments-link a span {
    float: left;
    display: inline-block;
}
.other-comments .comments-link-block .comments-link a span.icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(images/circlearrow.png);
}
.other-comments .comments-link-block .comments-link a:hover {
    color: #333;
}
.other-comments .comments-link-block .comments-link a:hover span.icon {
    background-position: -20px 0;
}

.other-comments .comment-block {
    float: left;
    width: 199px;
    height: 399px;
    background-color: #fff;
    margin: 0 0 1px 1px;
    padding: 15px 20px;
}
.other-comments .comment-block .comment-title {
    font-family: GothamProMed, sans-serif;
    color: #333;
    white-space: nowrap;
}
.other-comments .comment-block .comment-rating {
    width: 90px;
    height: 18px;
    overflow: hidden;
    margin-top: 6px;
}
.other-comments .comment-block .comment-rating .star {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background-image: url(images/star.png);
    background-position: 0 0;
    background-color: transparent;
}
.other-comments .comment-block .comment-rating .star.lite {
    background-position: -18px 0;
}
.other-comments .comment-block .comment-excerpt {
    margin-top: 12px;
    height: 264px;
    line-height: 22px;
    overflow: hidden;
}
.other-comments .comment-block .comment-link {
    margin-top: 15px;
    font-family: GothamProMed, sans-serif;
}
.other-comments .comment-block .comment-link a {
    color: #0072bc;
}
.other-comments .comment-block .comment-link a:hover {
    color: #333;
}


/*
-----------------------------------------------------------------------------
*/

#fix-header {
    position: fixed;
    top: 0;
    z-index: 99;
    height: 50px;
    border-bottom: 3px solid transparent;
}
.mobile #fix-header {
    position: absolute !important;
}
#fix-header.fixed {
    border-bottom-color: #fdc402;
    /*background: url(images/line_lights.gif) bottom left repeat-x transparent;*/
}
#fix-header.abs {
    position: absolute;
    left: 0;
    border-bottom-color: transparent;
}
#fix-header .fix-header-content {
    margin: 0 auto;
    min-width: 1000px;
    height: 50px;
    background-color: #fff;
    position: relative;
}
#fix-header .home-link {
    float: left;
    width: 52px;
    height: 50px;
}
#fix-header .home-link .popup {
    width: 52px;
    height: 50px;
    padding-top: 50px;
    overflow: hidden;
}
.cart-page #fix-header .home-link .popup {
    padding-top: 0;
}
#fix-header .home-link a {
    display: block;
    width: 51px;
    height: 50px;
    text-align: center;
    border-right: 1px solid #e8e8e8;
}
#fix-header .home-link a:hover {
    background-color: #e8e8e8;
}
#fix-header .home-link a img {
    width: 26px;
    height: 50px;
}
#fix-header ul {
    list-style-type: none;
    margin: 0;
    float: left;
    position: relative;
    z-index: 2;
}
#fix-header ul li {
    display: block;
    float: left;
    font-family: GothamPro, sans-serif;
    overflow: hidden;
}
#fix-header ul li.menu-item-52, #fix-header ul li.menu-item-53, #fix-header ul li.menu-item-59 {
    display: block;
}
#fix-header.fixed ul li.menu-item-52, #fix-header.fixed ul li.menu-item-53, #fix-header.fixed ul li.menu-item-59 {
    display: none;
}
#fix-header ul li a {
    display: block;
    line-height: 50px;
    height: 50px;
    text-align: center;
    color: #2c2c2c;
    padding: 0 15px;
}
#fix-header ul li a:hover, #fix-header ul li.current-menu-item a, #fix-header ul li.current-menu-parent a {
    background-color: #e8e8e8;
}

#fix-header .phone-block {
    float: right;
    line-height: 50px;
    height: 50px;
    display: none;
}
.cart-page #fix-header .phone-block {
    display: block;
}
#fix-header .phone-block .popup {
    height: 50px;
    margin: 0 20px 0 40px;
    padding-top: 50px;
    overflow: hidden;
}
.cart-page #fix-header .phone-block .popup {
    padding-top: 0;
}
#fix-header .phone-block .top-phone {
    font-size: 17px;
    font-family: GothamProMed, sans-serif;
    white-space: nowrap;
}
#fix-header .phone-block .top-phone a {
    color: #333;
}
#fix-header.fixed .phone-block {
    display: block;
}

#fix-header .compare-block {
    float: right;
    position: relative;
    width: 70px;
    height: 50px;
    margin: 0 6px 0 0;
    display: none;
}
#fix-header .compare-block .popup {
    width: 70px;
    height: 50px;
    padding-top: 50px;
    overflow: hidden;
}
#fix-header .compare-block .popup a {
    display: block;
    width: 60px;
    height: 50px;
    margin: 0 5px;
    background: url(images/compare.png) 50% 50% no-repeat transparent;
}
#fix-header .compare-block .popup a .count {
    display: block;
    float: right;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #ed3f1c;
    line-height: 16px;
    min-width: 16px;
    text-align: center;
    color: #fff;
    font-family: GothamProMed, sans-serif;
    margin: 9px 6px 0 0;
    display: none;
}
#fix-header .compare-block .popup a.active .count {
    display: block;
}
#fix-header .compare-block .popup a.active:hover {
    box-shadow: -4px 0 12px -8px #000, 4px 0 12px -8px #000;
    -webkit-box-shadow: -4px 0 12px -8px #000, 4px 0 12px -8px #000;
    -mox-box-shadow: -4px 0 12px -8px #000, 4px 0 12px -8px #000;
}
#fix-header .compare-block .compare-block-content {
    position: absolute;
    right: 4px;
    top: 50px;
    width: 270px;
    max-width: none;
    background-color: #fff;
    border: 3px solid #fdc402;
    border-top: 0;
    box-shadow: 0 10px 30px -10px #000;
    -webkit-box-shadow: 0 10px 30px -10px #000;
    -mox-box-shadow: 0 10px 30px -10px #000;
    display: none;
}
#fix-header .compare-block.linked .compare-block-content {
    display: block;
}
#fix-header .compare-block .compare-block-content .totals {
    padding: 12px 20px 0;
    line-height: 20px;
    color: #666;
    font-family: GothamPro, sans-serif;
    font-size: 12px;
}
#fix-header .compare-block .compare-block-content .totals p {
    margin: 0;
    white-space: nowrap;
}
#fix-header .compare-block .compare-block-content .totals p span {
    font-family: GothamProMed, sans-serif;
}
#fix-header .compare-block .compare-block-content .link {
    padding: 5px 20px 12px;
    line-height: 20px;
    font-size: 12px;
    font-family: GothamPro, sans-serif;
}
#fix-header .compare-block .compare-block-content .link a {
    display: inline-block;
    background: none;
    width: auto;
    height: 20px;
    white-space: nowrap;
    color: #0072bc;
}
#fix-header .compare-block .compare-block-content .link a .icon {
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    margin: 4px 0;
    background: url(images/rarrow.png) 0 0 no-repeat transparent;
}
#fix-header .compare-block .compare-block-content .link a .text {
    display: block;
    margin-right: 12px;
    padding-right: 10px;
}
#fix-header .compare-block .compare-block-content .link a:hover {
    color: #333;
}
#fix-header .compare-block .compare-block-content .link a:hover .icon {
    background-position: -12px 0;
}
#fix-header.fixed .compare-block {
    display: block;
}

#fix-header .cart-block {
    float: right;
    position: relative;
    width: 70px;
    height: 50px;
    margin: 0 10px 0 0;
    display: none;
}
#fix-header .cart-block .popup {
    width: 70px;
    height: 50px;
    padding-top: 50px;
    overflow: hidden;
}
#fix-header .cart-block .popup a {
    display: block;
    width: 60px;
    height: 50px;
    margin: 0 5px;
    background: url(images/cart.png) 50% 50% no-repeat transparent;
}
#fix-header .cart-block .popup a .count {
    display: block;
    float: right;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #ed3f1c;
    line-height: 16px;
    min-width: 16px;
    text-align: center;
    color: #fff;
    font-family: GothamProMed, sans-serif;
    margin: 9px 6px 0 0;
    display: none;
}
#fix-header .cart-block .popup a.active .count {
    display: block;
}
#fix-header .cart-block .popup a.active:hover {
    box-shadow: -4px 0 12px -8px #000, 4px 0 12px -8px #000;
    -webkit-box-shadow: -4px 0 12px -8px #000, 4px 0 12px -8px #000;
    -mox-box-shadow: -4px 0 12px -8px #000, 4px 0 12px -8px #000;
}
#fix-header .cart-block .cart-block-content {
    position: absolute;
    right: 4px;
    top: 50px;
    max-width: none;
    background-color: #fff;
    border: 3px solid #fdc402;
    border-top: 0;
    box-shadow: 0 10px 30px -10px #000;
    -webkit-box-shadow: 0 10px 30px -10px #000;
    -mox-box-shadow: 0 10px 30px -10px #000;
    display: none;
}
#fix-header .cart-block.linked .cart-block-content {
    display: block;
}
#fix-header .cart-block .cart-block-content .totals {
    padding: 12px 20px;
    line-height: 20px;
    color: #666;
    font-family: GothamPro, sans-serif;
    font-size: 12px;
}
#fix-header .cart-block .cart-block-content .totals p {
    margin: 0;
    white-space: nowrap;
}
#fix-header .cart-block .cart-block-content .totals p span {
    font-family: GothamProMed, sans-serif;
}
#fix-header .cart-block .cart-block-content .product-line {
    padding: 5px 20px;
}
#fix-header .cart-block .cart-block-content .product-line.alt {
    background-color: #e8e8e8;
}
#fix-header .cart-block .cart-block-content .product-line .thumb {
    float: left;
    position: relative;
}
#fix-header .cart-block .cart-block-content .product-line .thumb a {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    overflow: hidden;
    border: 3px solid #fff;
}
#fix-header .cart-block .cart-block-content .product-line .thumb a span {
    display: table-cell;
    width: 34px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
}
#fix-header .cart-block .cart-block-content .product-line .thumb a span img {
    display: block;
    max-width: 34px;
    max-height: 34px;
}
#fix-header .cart-block .cart-block-content .product-line:hover .thumb a {
    border-color: #fdc402;
}
#fix-header .cart-block .cart-block-content .product-line .thumb .order {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    font-size: 10px;
    line-height: 10px;
    font-family: PTSansBold, sans-serif;
}
#fix-header .cart-block .cart-block-content .product-line .name {
    margin: 2px 0 2px 40px;
    font-family: GothamPro, sans-serif;
    font-size: 13px;
}
#fix-header .cart-block .cart-block-content .product-line .name a {
    display: block;
    background: none;
    width: auto;
    height: 36px;
    line-height: 18px;
    padding-left: 15px;
    color: #666;
}
#fix-header .cart-block .cart-block-content .product-line .name a.wide {
    line-height: 36px;
}
#fix-header .cart-block .cart-block-content .product-line:hover .name a {
    color: #333;
}
#fix-header .cart-block .cart-block-content .product-line .name a span {
    display: block;
    white-space: nowrap;
}
#fix-header .cart-block .cart-block-content .link {
    padding: 12px 20px;
    line-height: 20px;
    font-size: 12px;
    font-family: GothamPro, sans-serif;
}
#fix-header .cart-block .cart-block-content .link a {
    display: inline-block;
    background: none;
    width: auto;
    height: 20px;
    white-space: nowrap;
    color: #0072bc;
}
#fix-header .cart-block .cart-block-content .link a .icon {
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    margin: 4px 0;
    background: url(images/rarrow.png) 0 0 no-repeat transparent;
}
#fix-header .cart-block .cart-block-content .link a .text {
    display: block;
    margin-right: 12px;
    padding-right: 10px;
}
#fix-header .cart-block .cart-block-content .link a:hover {
    color: #333;
}
#fix-header .cart-block .cart-block-content .link a:hover .icon {
    background-position: -12px 0;
}
#fix-header.fixed .cart-block {
    display: block;
}

#fix-header .account-block {
    float: right;
    height: 50px;
    overflow: hidden;
    color: #666;
}
#fix-header .account-block a {
    display: block;
    height: 50px;
    font-family: GothamPro, sans-serif;
    white-space: nowrap;
    color: #666;
}
#fix-header .account-block a .icon {
    display: block;
    float: left;
    background: url(images/account.png) 0 0 no-repeat transparent;
    width: 50px;
    height: 50px;
}
#fix-header .account-block a .text {
    display: block;
    margin-left: 50px;
    line-height: 50px;
    height: 50px;
    padding-right: 15px;
}
#fix-header .account-block a:hover {
    background-color: #fdc402;
}
#fix-header .account-block a:hover .icon {
    background-position: -50px 0;
}

#fix-header .message-block {
    display: block;
    float: right;
    width: 251px;
    height: 36px;
    line-height: 34px;
    cursor: pointer;
    color: #666;
    margin: 7px 7px 0 0;
    padding-left: 24px;
    background-color: #e8e8e8;
    border: 1px solid #d6d6d6;
    white-space: nowrap;
}
#fix-header .message-block .icon {
    display: block;
    float: left;
    background: url(images/message.png) 0 0 no-repeat transparent;
    width: 28px;
    height: 28px;
    margin-top: 3px;
}
#fix-header .message-block .text {
    display: block;
    margin-left: 44px;
    font-family: GothamPro, sans-serif;
}
#fix-header .message-block:hover {
    color: #fff;
    background-color: #ed3f1c;
    border-color: #cf3212;
}
#fix-header.fixed .message-block {
    width: 50px;
    height: 50px;
    margin: 0 6px 0 0;
    padding: 0;
    background-color: transparent;
    border: 0;
}
#fix-header.fixed .message-block:hover {
    box-shadow: -4px 0 12px -8px #000, 4px 0 12px -8px #000;
    -webkit-box-shadow: -4px 0 12px -8px #000, 4px 0 12px -8px #000;
    -mox-box-shadow: -4px 0 12px -8px #000, 4px 0 12px -8px #000;
}
#fix-header.fixed .message-block .icon {
    margin: 11px 0 0 11px;
}
#fix-header.fixed .message-block .text {
    display: none;
}

#fix-header .callback-block {
    display: block;
    float: right;
    width: 192px;
    height: 36px;
    line-height: 34px;
    cursor: pointer;
    color: #666;
    margin: 7px 10px 0 0;
    padding-left: 15px;
    background-color: #e8e8e8;
    border: 1px solid #d6d6d6;
    white-space: nowrap;
}
#fix-header .callback-block .icon {
    display: block;
    float: left;
    background: url(images/callback.png) 0 0 no-repeat transparent;
    width: 24px;
    height: 24px;
    margin-top: 5px;
}
#fix-header .callback-block .text {
    display: block;
    margin-left: 32px;
    font-family: GothamPro, sans-serif;
}
#fix-header .callback-block:hover {
    color: #fff;
    background-color: #ed3f1c;
    border-color: #cf3212;
}
#fix-header .callback-block:hover .icon {
    background-position: -24px 0;
}
#fix-header.fixed .callback-block {
    width: 50px;
    height: 50px;
    margin: 0 6px 0 0;
    padding: 0;
    background-color: transparent;
    border: 0;
}
#fix-header.fixed .callback-block:hover {
    box-shadow: -4px 0 12px -8px #000, 4px 0 12px -8px #000;
    -webkit-box-shadow: -4px 0 12px -8px #000, 4px 0 12px -8px #000;
    -mox-box-shadow: -4px 0 12px -8px #000, 4px 0 12px -8px #000;
}
#fix-header.fixed .callback-block .icon {
    margin: 13px 0 0 13px;
    background-position: 0 0;
}
#fix-header.fixed .callback-block .text {
    display: none;
}

#fix-header .search-block {
    margin: 0 520px 0 360px;
    height: 50px;
    position: relative;
    z-index: 1;
}
#fix-header .search-block .slide-down {
    position: absolute;
    z-index: 1;
    top: 44px;
    background: #d5d9d8;
    width: 100%;
    box-shadow: 0 10px 30px -10px #000;
    -webkit-box-shadow: 0 10px 30px -10px #000;
    -mox-box-shadow: 0 10px 30px -10px #000;
    display: none;
}
#fix-header .search-block .popup {
    height: 50px;
    overflow: hidden;
    padding-top: 50px;
}
#fix-header .search-block form {
    position: relative;
    margin-top: 6px;
}
#fix-header .search-block .search-input {
    border: 1px solid #e8e8e8;
    background: #f9f9f9;
    padding: 0 46px 0 10px;
    box-shadow: inset 0 0 2px 0 #e8e8e8;
    -webkit-box-shadow: inset 0 0 2px 0 #e8e8e8;
    -mox-box-shadow: inset 0 0 2px 0 #e8e8e8;
}
#fix-header .search-block .search-input.focused {
    border-color: #cce3f1;
    box-shadow: inset 0 0 0 1px #cce3f1;
    -webkit-box-shadow: inset 0 0 0 1px #cce3f1;
    -mox-box-shadow: inset 0 0 0 1px #cce3f1;
}
#fix-header .search-block input[type=text] {
    width: 100%;
    line-height: 18px;
    height: 18px;
    margin: 9px 0;
    padding: 0;
    border: 0;
    color: #777;
    background: transparent;
}
#fix-header .search-block input[type=submit] {
    width: 36px;
    height: 36px;
    border: 0;
    background: url(images/search2.png) 0 0 no-repeat transparent;
    position: absolute;
    top: 0;
    right: 0;
}
#fix-header .search-block input[type=submit]:hover {
    background-position: -36px 0;
}

/*
-----------------------------------------------------------------------------
*/

.single-product h1.product-title, .catalog-page-title {
    color: #333;
    font-family: GothamProBold, sans-serif;
    font-size: 26px;
    line-height: 30px;
    margin: -15px 0 30px;
}

.images {
    float: left;
    width: 650px;
}
.images .thumbnail-block {
    position: relative;
    width: 550px;
    height: 550px;
    margin-left: 100px;
    background: #fff;
    padding-top: 75px;
}
.images .thumbnail-block .thumbnail-content {
    width: 400px;
    height: 400px;
    margin: 0 auto;
}
.images .thumbnail-block .thumbnail-content a {
    display: block;
    width: 400px;
    height: 400px;
    overflow: hidden;
}
.images .thumbnail-block .thumbnail-content a span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 400px;
    height: 400px;
    background: #fff;
}
.images .thumbnail-block .thumbnail-content a span img, .images .thumbnail-block .thumbnail-content .image-placeholder {
    max-width: 400px;
    max-height: 400px;
}

.images .thumbnail-block .product-actions {
    position: absolute;
    width: 1px;
    left: 24px;
    top: 20px;
    font-size: 0;
}
.images .thumbnail-block .product-actions .leader {
    display: block;
    width: 42px;
    height: 42px;
    background: url(images/leader_icon.png) 0 0 no-repeat transparent;
    margin-bottom: 15px;
    cursor: help;
}
.images .thumbnail-block .product-actions .novelty {
    display: block;
    width: 42px;
    height: 42px;
    background: url(images/novelty_icon.png) 0 0 no-repeat transparent;
    margin-bottom: 15px;
    cursor: help;
}
.images .thumbnail-block .product-actions .action {
    display: block;
    width: 42px;
    height: 42px;
    background: url(images/action_icon.png) 0 0 no-repeat transparent;
    margin-bottom: 15px;
    cursor: help;
}
.images .thumbnail-block .product-actions .sale {
    display: block;
    width: 60px;
    height: 42px;
    line-height: 42px;
    background: url(images/sale_icon.png) 0 0 no-repeat transparent;
    margin-bottom: 15px;
    color: #fff;
    font-size: 11px;
    font-family: PTSansBold, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    padding-right: 4px;
    text-align: center;
    cursor: help;
    white-space: nowrap;
}
.images .thumbnail-block .product-actions .sale.sale_bonus {
    height: 32px;
    background: url(images/sale_icon9.png) 0 0 no-repeat transparent;
}

.images .thumbnail-block .product-overview {
    position: absolute;
    right: 24px;
    top: 20px;
}
.images .thumbnail-block .product-overview .show-video {
    float: right;
    height: 28px;
    line-height: 28px;
    background: url(images/video.png) 0 0 no-repeat transparent;
    padding-left: 40px;
    margin-left: 35px;
}
.images .thumbnail-block .product-overview .show-video a {
    font-family: GothamProBold, sans-serif;
    color: #333;
    border-bottom: 1px dashed;
}
.images .thumbnail-block .product-overview .show-video a:hover {
    border-color: transparent;
}
.images .thumbnail-block .product-overview .show-comments {
    float: right;
    height: 28px;
    line-height: 28px;
    background: url(images/comments_single.png) 0 0 no-repeat transparent;
    font-family: GothamPro, sans-serif;
    padding-left: 38px;
}
.images .thumbnail-block .product-overview .show-comments a {
    color: #333;
    font-family: GothamProBold, sans-serif;
    border-bottom: 1px dashed;
}
.images .thumbnail-block .product-overview .show-comments a:hover {
    border-color: transparent;
}
.images .thumbnail-block .product-overview .show-comments span {
    color: #ed3f1c;
}

.images .thumbnails {
    float: left;
    position: relative;
    width: 99px;
    height: 550px;
}
.images .thumbnails .thumbnail-slider {
    position: relative;
    width: 99px;
    height: 500px;
    margin: 25px 0;
    overflow: hidden;
}
.images .thumbnails .thumbnail-slider ul {
    position: relative;
    list-style-type: none;
    margin: 0;
}
.images .thumbnails .thumbnail-slider ul li {
    display: block;
    width: 99px;
    height: 99px;
    border-top: 1px solid #edf1f2;
}
.images .thumbnails .thumbnail-image {
    display: block;
    float: left;
    width: 99px;
    height: 99px;
    padding: 8px 0 0 8px;
    text-align: center;
    background: #fff;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    overflow: hidden;
}
.images .thumbnails .thumbnail-image.current {
    border-color: #fdc402;
}
.images .thumbnails .thumbnail-image span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    height: 80px;
}
.images .thumbnails .thumbnail-image span img {
    max-width: 80px;
    max-height: 80px;
}

.images .thumbnails .thumbnail-prev, .images .thumbnails .thumbnail-next {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(images/varrows.png);
    background-repeat: no-repeat;
    background-color: #fff;
    cursor: pointer;
}
.images .thumbnails .thumbnail-prev {
    top: 0;
    background-position: 0 0;
    height: 25px;
    border-bottom: 1px solid #edf1f2;
}
.images .thumbnails .thumbnail-prev:hover {
    background-position: 0 -25px;
    background-color: #fdc402;
}
.images .thumbnails .thumbnail-prev.inactive {
    background-position: 0 -50px !important;
    background-color: #fff !important;
    cursor: default;
}
.images .thumbnails .thumbnail-next {
    bottom: 0;
    background-position: -99px 0;
    height: 24px;
    border-top: 1px solid #edf1f2;
}
.images .thumbnails .thumbnail-next:hover {
    background-position: -99px -25px;
    background-color: #fdc402;
}
.images .thumbnails .thumbnail-next.inactive {
    background-position: -99px -50px !important;
    background-color: #fff !important;
    cursor: default;
}

/*
-----------------------------------------------------------------------------
*/

.info-summary {
    margin-left: 650px;
    margin-right: 200px;
    padding: 0 20px;
}

.info-summary .price-block {
    padding: 10px;
    margin-bottom: 20px;
    background: #fff;
}

.info-summary .info-price {
    padding: 10px 0 0;
    margin-bottom: 30px;
    text-align: center;
    border: 2px solid #d5d5d5;
    line-height: 24px;
}
.info-summary .info-price .old-price {
    display: block;
    color: #666;
    text-decoration: line-through;
    font-size: 16px;
    line-height: 20px;
}
.info-summary .info-price .credit-price {
    display: block;
    color: #666;
    font-family: GothamProBold, sans-serif;
    font-size: 16px;
}
.info-summary .info-price .new-price {
    display: block;
    color: #0072bc;
    font-family: GothamProBold, sans-serif;
    font-size: 22px;
}
.info-summary .info-price .new-price.request-price {
    font-size: 18px;
}
.info-summary .info-price .corner-down {
    width: 32px;
    height: 18px;
    background: url(images/corner-down.png) 0 0 no-repeat transparent;
    margin: 12px auto -18px;
}
.info-summary .no-in-stock {
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #dee2e3;
    padding: 10px 0;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    font-family: GothamProMed, sans-serif;
}
.info-summary .info-add-to-cart {
    margin-bottom: 10px;
    text-align: center;
}
.info-summary .info-add-to-cart .button {
    display: block;
    background: url(images/cart_single.png) 16px 0 no-repeat #fdc402;
    border: 2px solid #e6b300;
    padding: 10px 0;
    font-size: 18px;
    line-height: 30px;
    color: #2c2c2c;
    font-family: GothamProBold, sans-serif;
}
.info-summary .info-add-to-cart .button:hover {
    background-position: 16px -50px;
    background-color: #ed3f1c;
    border-color: #ed3f1c;
    color: #fff;
}
.info-summary .info-add-to-cart .button.hovered {
    padding-left: 48px;
}
.info-summary .info-add-to-cart.credit .button {
    background: #fdc402;
    color: #333;
    cursor: pointer;
}
.info-summary .info-add-to-cart.credit .button:hover {
    background: #8fd400;
    color: #fff;
}

.info-summary .info-add-to-compare {
    text-align: center;
}
.info-summary .info-add-to-compare a {
    display: block;
    border: 1px solid #dee2e3;
    background: url(images/compare_single.png) 14px 0 no-repeat #ecf1f2;
    padding: 10px 0;
    font-size: 18px;
    line-height: 30px;
    color: #2c2c2c;
    font-family: GothamProBold, sans-serif;
}
.info-summary .info-add-to-compare a:hover {
    background-color: #dee2e3;
}

.info-summary .information-block {
    background: #e1e8ea;
    border: 1px solid #dee2e3;
    color: #2c2c2c;
    font-family: GothamPro, sans-serif;
}
.info-summary .information-block .even {
    background: #d1dbdf;
}

.info-summary .info-stock {
    padding: 12px 25px;
}
.info-summary .info-stock span {
    display: block;
    line-height: 28px;
    padding-left: 40px;
    background: url(images/stock.png) 0 0 no-repeat transparent;
}
.info-summary .info-stock.inactive span {
    background-position: 0 -28px;
}

.info-summary .info-colors {
    padding: 12px 25px;
    overflow: hidden;
}
.info-summary .info-colors .colors-title {
    float: left;
    height: 36px;
    line-height: 18px;
    padding-left: 40px;
    font-family: GothamProMed, sans-serif;
    background: url(images/colors.png) 0 0 no-repeat transparent;
}
.info-summary .info-colors .color {
    float: right;
    margin: 6px 0 0 4px;
}
.info-summary .info-colors .color.not-available {
    opacity: 0.5;
}
.info-summary .info-colors .color span {
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
}
.info-summary .info-colors .order-color {
    float: right;
    line-height: 22px;
    margin: 6px 0 0 4px;
    color: #0072bc;
}

.select-color-popup {
    display: none;
}
.select-color-popup .info-colors {
    margin-right: 40px;
}
.select-color-popup .info-colors .colors-title {
    text-transform: uppercase;
    font-family: GothamProBold, sans-serif;
    color: #333;
    float: left;
    line-height: 34px;
    margin-right: 10px;
}
.select-color-popup .info-colors .color {
    float: left;
    width: 34px;
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bec8cc;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    background: #fff;
    padding: 2px;
    margin-left: 5px;
}
.select-color-popup .info-colors .color.current {
    border-color: #fdc402;
    box-shadow: inset 0 0 0 1px #fdc402;
    -webkit-box-shadow: inset 0 0 0 1px #fdc402;
    -moz-box-shadow: inset 0 0 0 1px #fdc402;
}
.select-color-popup .info-colors .color span {
    display: block;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.select-color-popup p {
    text-align: center;
    margin: 20px 0 0;
}
.select-color-popup p .button {
    display: inline-block;
    background: #0072bc;
    padding: 15px 20px;
    color: #fff;
    font-family: GothamProMed, sans-serif;
    cursor: pointer;
}
.select-color-popup .button:hover {
    background: #fdc402;
    color: #333;
}
.select-color-popup p .button.disabled {
    background: #bfbfbf;
    color: #fff;
    cursor: default;
}

.info-summary .info-warranty {
    padding: 12px 25px;
    overflow: hidden;
}
.info-summary .info-warranty .brief-warranty-title {
    float: left;
    line-height: 28px;
    padding-left: 40px;
    font-family: GothamProMed, sans-serif;
    background: url(images/warranty.png) 0 0 no-repeat transparent;
}
.info-summary .info-warranty .brief-warranty {
    float: right;
    line-height: 28px;
}

.info-summary .info-region, .info-summary .info-brend {
    padding: 4px 25px;
    overflow: hidden;
}
.info-summary .info-region .brief-region, .info-summary .info-brend .brief-brend {
    float: left;
    height: 36px;
    line-height: 18px;
    margin: 6px 0;
}
.info-summary .info-region .brief-region span, .info-summary .info-brend .brief-brend span {
    font-family: GothamProMed, sans-serif;
}
.info-summary .info-region .brief-flag {
    float: right;
    width: 48px;
    height: 48px;
}
.info-summary .info-region .brief-flag img {
    width: 48px;
    height: 48px;
}

.info-summary .info-brend {
    padding: 12px 25px;
    overflow: hidden;
}
.info-summary .info-brend .brief-brend {
    float: left;
    height: 36px;
    line-height: 18px;
    margin: 6px 0;
}
.info-summary .info-brend .brief-brend span {
    font-family: GothamProMed, sans-serif;
}
.info-summary .info-brend .brief-thumb {
    float: right;
    height: 48px;
    padding: 4px;
    background: #fff;
    box-shadow: 0 1px 2px 0px #666;
    -webkit-box-shadow: 0 1px 2px 0px #666;
    -moz-box-shadow: 0 1px 2px 0px #666;
}
.info-summary .info-brend .brief-thumb span {
    display: table-cell;
    height: 40px;
    font-size: 0;
    text-align: center;
    vertical-align: middle;
}
.info-summary .info-brend .brief-thumb img {
    width: auto;
    max-width: 72px;
    max-height: 40px;
}

.info-3dvideo {
    overflow: hidden;
    margin-top: 1px;
}
.info-3dvideo .view-3d {
    display: block;
    float: left;
    width: 199px;
    padding: 15px 0;
    background: #ed3f1c;
    text-align: center;
    font-family: GothamProMed, sans-serif;
    color: #fff;
}
.info-3dvideo .view-3d span {
    background: url(images/icon3d.png) 0 50% no-repeat transparent;
    padding-left: 30px;
}
.info-3dvideo .view-video {
    display: block;
    margin-left: 200px;
    width: 199px;
    padding: 15px 0;
    background: #ed3f1c;
    text-align: center;
    font-family: GothamProMed, sans-serif;
    color: #fff;
}
.info-3dvideo .view-video span {
    background: url(images/iconvideo.png) 0 50% no-repeat transparent;
    padding-left: 30px;
}
.more-view {
    line-height: 20px;
    display: none;
}
.more-view .more-data-title {
    text-transform: uppercase;
    font-family: GothamPro, sans-serif;
    color: #99a5aa;
    padding: 15px 50px 0 20px;
    margin: 0;
}
.more-view .more-data-content {
    color: #666;
    padding: 15px 20px 15px;
    margin: 0;
}

/*
-----------------------------------------------------------------------------
*/

.entry-summary {
    margin-top: 15px;
}

.entry-bonus-set {
    margin-bottom: 20px;
    padding: 15px 20px 5px;
    width: 642px;
    background: #edf1f2;
    border: 1px solid #d9e1e3;
}

.entry-description {
    margin: 0 20px;
}
.single-product .entry-description {
    margin: 0;
}
.entry-description .description-nav {
    padding-top: 10px;
    height: 70px;
    overflow: hidden;
}
.entry-description h2 {
    float: left;
    font-family: GothamProBold, sans-serif;
    font-size: 22px;
    line-height: 60px;
    color: #2c2c2c;
    margin: 0 20px 0 0;
    padding: 0 60px;
    background: #fff;
}
.entry-description .entry-subtitle {
    font-family: GothamProBold, sans-serif;
    font-size: 22px;
    line-height: 60px;
    color: #2c2c2c;
    margin-top: 25px;
    padding: 0 40px;
    background: #fff;
}
.entry-description .description-nav a {
    display: block;
    float: left;
    font-family: GothamProMed, sans-serif;
    line-height: 24px;
    font-size: 20px;
    color: #2c2c2c;
    border-bottom: 1px dashed;
    margin: 18px 40px 0;
}
.entry-description .description-nav a:hover {
    border-color: transparent;
}
.entry-description .description-content {
    background: #fff;
    padding: 20px 20px 35px;
}
.entry-description .description-content, .entry-description .description-content p, .entry-description .description-content ul, .entry-description .description-content ol {
    color: #666 !important;
}
.entry-description .description-content img {
    border: 1px solid #d5d9d8;
}
.entry-description .description-content .entry-video .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.entry-description .description-content .entry-video iframe, .entry-description .description-content .entry-video embed, .entry-description .description-content .entry-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entry-attributes .attributes-nav {
    height: 60px;
    margin-bottom: 25px;
    overflow: hidden;
}
.entry-attributes h2 {
    float: left;
    font-family: GothamProBold, sans-serif;
    font-size: 22px;
    line-height: 60px;
    color: #2c2c2c;
    margin: 0 50px 0 0;
    padding: 0 60px;
    background: #fff;
}
.entry-attributes .attributes-nav span {
    display: block;
    float: left;
    font-family: GothamProMed, sans-serif;
    line-height: 24px;
    font-size: 18px;
    color: #2c2c2c;
    margin-top: 20px;
}

/*
-----------------------------------------------------------------------------
*/
/* variation-colors */

.cart .variation-colors {
    margin: 10px 0;
    overflow: hidden;
}
.cart .variation-colors .colors-title {
    float: left;
    color: #666;
    margin: 0 5px 0 0;
    display: none;
}
.cart .variation-colors .color {
    float: left;
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    border: 1px solid #dadedf;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    background: #fff;
    padding: 2px;
    cursor: pointer;
    margin-right: 5px;
}
.cart .variation-colors .color span {
    display: block;
    width: 12px;
    height: 12px;
}
.cart .variation-colors .color.current {
    border-color: #fdc402;
}

/* content-cart */
.content-cart {
    width: 800px;
    margin: 0 auto;
    background: #fff;
}
.content-cart.cart-empty {
    padding: 15px 20px 5px;
}
.content-cart .checkout-order {
    padding: 15px 20px;
}
.content-cart .checkout-order .button {
    margin: 0 auto;
    background: #0072bc;
    padding: 15px 20px;
    color: #fff;
    font-family: GothamProMed, sans-serif;
}
.content-cart .checkout-order .button:hover {
    background: #fdc402;
    color: #333;
}
.content-cart .cart-table {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    border-bottom: 2px solid #edf1f2;
}
.content-cart .cart-table td {
    border: 0;
    padding: 15px 20px;
}
.content-cart .cart-table .cart-item td {
    border-bottom: 1px solid #edf1f2;
    height: 160px;
}
.content-cart .cart-table .cart-item .title a {
    display: inline-block;
    font-family: GothamProMed, sans-serif;
    font-size: 16px;
    color: #0072bc;
}
.content-cart .cart-table .cart-item .title a:hover {
    color: #333;
}
.content-cart .cart-table td.item-thumbnail {
    width: 160px;
    text-align: center;
    vertical-align: middle;
}
.content-cart .cart-table td.item-thumbnail img {
    max-width: 160px;
    max-height: 160px;
}
.content-cart .cart-table td.item-content .remove {
    float: right;
    height: 30px;
}
.content-cart .cart-table td.item-content .remove a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px 0;
    background-image: url('css/close.png');
    background-color: transparent;
    background-position: 0 0;
}
.content-cart .cart-table td.item-content .remove a:hover {
    background-position: -20px 0;
}
.content-cart .cart-table td.item-content .title {
    margin-right: 30px;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.content-cart .cart-table td.item-content .row-type {
    line-height: 18px;
    height: 18px;
    margin: 11px 0;
    overflow: hidden;
}
.content-cart .cart-table td.item-content .row-colors {
    height: 36px;
}
.content-cart .cart-table td.item-content .info-colors {
    display: inline-block;
    margin-left: -6px;
    padding: 5px;
    border: 1px solid transparent;
}
.content-cart .cart-table td.item-content .info-colors.error {
    border-color: #ed3f1c;
}
.content-cart .cart-table td.item-content .info-colors .colors-title {
    float: left;
    line-height: 26px;
    height: 26px;
    color: #666;
    margin-right: 5px;
}
.content-cart .cart-table td.item-content .info-colors .order-color {
    float: left;
    height: 26px;
    line-height: 26px;
    margin-left: 5px;
}
.content-cart .cart-table td.item-content .info-colors .order-color label {
    display: block;
}
.content-cart .cart-table td.item-content .info-colors .order-color input {
    display: none;
}
.content-cart .cart-table td.item-content .info-colors .color {
    float: left;
    border: 2px solid #bec8cc;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    margin-left: 5px;
}
.content-cart .cart-table td.item-content .info-colors .color.not-available {
    border-color: #e0e0e0;
    opacity: 0.5;
}
.content-cart .cart-table td.item-content .info-colors .color input {
    display: none;
}
.content-cart .cart-table td.item-content .info-colors .color label, .content-cart .cart-table td.item-content .info-colors .color span {
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
}
.content-cart .cart-table td.item-content .info-colors .color.current {
    border-color: #fdc402;
}
.content-cart .cart-table td.item-content .info-colors .color label {
    cursor: pointer;
}
.content-cart .cart-table td.item-content .row-price {
    margin-top: 15px;
    overflow: hidden;
}
.content-cart .cart-table td.item-content .row-price .price, .content-cart .cart-table td.item-content .row-price .subtotal {
    line-height: 38px;
}
.content-cart .cart-table td.item-content .row-price .quantity  {
    margin-left: 20px;
}
.content-cart .cart-table td.item-content .row-price .quantity .input-block {
    padding: 0 5px;
}
.content-cart .cart-table td.item-content .row-price .quantity .input-block .input-text {
    width: 40px;
    text-align: center;
}
.content-cart .cart-table td.item-content .row-price .quantity .button {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 20px;
    background: #d5d9d8;
    color: #fff;
    font-family: GothamProMed, sans-serif;
    line-height: 38px;
    height: 38px;
}
.content-cart .cart-table td.item-content .row-price .quantity .button.minus {
    float: left;
}
.content-cart .cart-table td.item-content .row-price .quantity .button.plus {
    float: right;
}
.content-cart .cart-table td.item-content .price {
    float: left;
    width: 80px;
}
.content-cart .cart-table td.item-content .price.request-price {
    width: 110px;
}
.content-cart .cart-table td.item-content .x-qty {
    display: inline-block;
    font-family: GothamProBold, sans-serif;
    margin-left: 5px;
    color: #333;
    font-size: 16px;
}
.content-cart .cart-table td.item-content .quantity {
    float: left;
}
.content-cart .cart-table td.item-content .subtotal {
    text-align: right;
    font-family: GothamProBold, sans-serif;
}
.content-cart .cart-table .cart-actions .cart-discount {
    float: right;
    width: 100px;
    text-align: right;
    font-family: GothamProBold, sans-serif;
    color: #ed3f1c;
    display: none;
}
.content-cart .cart-table .cart-actions .cart-totals {
    float: right;
    width: 100px;
    text-align: right;
    font-family: GothamProBold, sans-serif;
    color: #333;
}
.content-cart .cart-table .cart-actions .cart-discount-title, .content-cart .cart-table .cart-actions .cart-totals-title {
    float: right;
    width: 70px;
    font-family: GothamProMed, sans-serif;
    display: none;
}
.content-cart .cart-table .cart-actions.active .cart-discount, .content-cart .cart-table .cart-actions.active .cart-discount-title, .content-cart .cart-table .cart-actions.active .cart-totals-title {
    display: block;
}

.content-block.compare-empty {
    width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 15px 20px 5px;
}

/* content-checkout */
.content-checkout {
    width: 800px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 5px;
}
.content-checkout.thankyou {
    padding-bottom: 0;
}
.content-checkout .review-thx {
    padding: 15px 20px 5px;
    border-bottom: 2px solid #edf1f2;
}
.content-checkout .review-thx h1 {
    margin: 0 0 10px 0;
    font-size: 20px;
}
.content-checkout .review-thx a {
    color: #0072bc;
}
.content-checkout .review-thx a:hover {
    color: #333;
}
.content-checkout .review-table {
    border: 0;
    margin: 0;
    border-collapse: collapse;
}
.content-checkout .review-table td {
    border: 0;
    padding: 15px 20px;
}
.content-checkout .review-table .cart-item td {
    border-bottom: 1px solid #edf1f2;
    height: 100px;
    vertical-align: middle;
}
.content-checkout .review-table .cart-item .title a {
    display: inline-block;
    font-family: GothamProMed, sans-serif;
    font-size: 18px;
    color: #0072bc;
}
.content-checkout .review-table .cart-item .title a:hover {
    color: #333;
}
.content-checkout .review-table .cart-item .info-colors {
    margin-top: 5px;
    height: 26px;
}
.content-checkout .review-table .cart-item .colors-title {
    float: left;
    color: #666;
    line-height: 26px;
    height: 26px;
    margin-right: 5px;
}
.content-checkout .review-table .cart-item .order-color {
    float: left;
    height: 26px;
    line-height: 26px;
    margin-left: 5px;
}
.content-checkout .review-table .cart-item .order-color span {
    display: block;
}
.content-checkout .review-table .cart-item .color {
    float: left;
    border: 2px solid #bec8cc;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    margin-left: 5px;
}
.content-checkout .review-table .cart-item .color span {
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
}
.content-checkout .review-table .cart-item .title span {
    display: inline-block;
    font-family: GothamProMed, sans-serif;
    margin-left: 5px;
    color: #333;
}
.content-checkout .review-table .cart-item .product-subtotal {
    text-align: right;
    font-family: GothamProBold, sans-serif;
}
.content-checkout .review-table .order-total td .order-discount {
    float: right;
    width: 100px;
    color: #ed3f1c;
    display: none;
}
.content-checkout .review-table .order-total td .order-discount.active {
    /*display: block;*/
}
.content-checkout .review-table .order-total td .order-discount-title {
    float: right;
    color: #777;
    display: none;
}
.content-checkout .review-table .order-total td .order-discount-title.active {
    /*display: block;*/
}
.content-checkout .review-table .order-total td .order-totals {
    float: right;
    width: 100px;
}
.content-checkout .review-table .order-total td .order-totals-title {
    float: right;
    color: #777;
    display: none;
}
.content-checkout .review-table .order-total td {
    border-bottom: 2px solid #edf1f2;
    text-align: right;
    font-family: GothamProBold, sans-serif;
    color: #333;
}
.content-checkout .review-table td.item-thumbnail {
    width: 100px;
    text-align: center;
    vertical-align: middle;
}
.content-checkout .review-table td.item-thumbnail img {
    max-width: 100px;
    max-height: 100px;
}
.content-checkout.thankyou .review-table td {
    padding: 10px 15px;
}
.content-checkout.thankyou .review-table .cart-item td {
    height: 80px;
}
.content-checkout.thankyou .review-table td.item-thumbnail {
    width: 80px;
}
.content-checkout.thankyou .review-table td.item-thumbnail img {
    max-width: 80px;
    max-height: 80px;
}
.content-checkout .review-details .details-block {
    padding: 15px 20px 5px;
    border-bottom: 2px solid #edf1f2;
}
.content-checkout .review-details .details-block .details-block-title, .content-checkout .order-payment .order-payment-title {
    text-transform: uppercase;
    font-family: GothamProMed, sans-serif;
    color: #333;
    margin-bottom: 15px;
}
.content-checkout .review-details label {
    display: inline-block;
    width: 160px;
    margin-right: 20px;
    text-align: right;
    color: #333;
}
.content-checkout .review-details #billing_phone_field label {
    display: block;
    float: left;
    line-height: 38px;
}
.input-block {
    display: inline-block;
    border: 1px solid #d5d9d8;
    background: #fff;
    padding: 0 10px;
}
.input-block.focused {
    border-color: #cce3f1;
    box-shadow: inset 0 0 0 1px #cce3f1;
    -webkit-box-shadow: inset 0 0 0 1px #cce3f1;
    -moz-box-shadow: inset 0 0 0 1px #cce3f1;

}
.input-block.error {
    border-color: #ed3f1c !important;
}
.content-checkout .review-details .input-block {
    width: 400px;
}
.input-text {
    width: 100%;
    line-height: 18px;
    height: 18px;
    margin: 9px 0;
    padding: 0;
    border: 0;
    color: #777;
    background: #fff;
}
.input-text:focus {
    border: 0;
}
.textarea-block {
    display: inline-block;
    border: 1px solid #d5d9d8;
    background: #fff;
    padding: 0 10px;
}
.textarea-block.error {
    border-color: #ed3f1c !important;
}
.textarea-block.focused {
    border-color: #cce3f1;
    box-shadow: inset 0 0 0 1px #cce3f1;
    -webkit-box-shadow: inset 0 0 0 1px #cce3f1;
    -moz-box-shadow: inset 0 0 0 1px #cce3f1;
}
.textarea-block .input-text {
    width: 100%;
    line-height: 18px;
    height: 18px;
    margin: 9px 0;
    padding: 0;
    border: 0;
    color: #777;
    background: #fff;
    resize: none;
    height: 54px;
}

.content-checkout .review-details .textarea-block {
    width: 400px;
}
.content-checkout .review-details .description {
    display: block;
    width: 400px;
    margin-left: 180px;
    color: #b9b9b9;
    font-size: 13px;
}
.content-checkout .review-details textarea:focus {
    border-color: #cce3f1;
}
.content-checkout .review-details .small-field {
    float: left;
    margin-right: 18px;
}
.content-checkout .review-details .small-field#billing_address_2_field {
    margin-left: 180px;
}
.content-checkout .review-details .small-field label {
    display: block;
    width: 90px;
    text-align: left;
    margin: 0;
}
.content-checkout .review-details .small-field .input-block {
    width: 70px;
}
.content-checkout .order-payment {
    padding: 15px 20px 5px;
    border-bottom: 2px solid #edf1f2;
}
.content-checkout .order-payment .payment-methods {
    list-style-type: none;
    width: 422px;
    margin: 0 0 10px 180px;
}
.content-checkout .order-payment .payment-methods li {
    display: block;
    margin: 0;
}
.content-checkout .order-payment .payment-methods li.payment_method_cod {
    float: left;
}
.content-checkout .order-payment .payment-methods li.payment_method_bacs {
    float: right;
    /*display: none;*/
}
/*li.payment_method_bacs:not(.showed) { display: none!important; }*/
.content-checkout .order-payment .payment-methods li.payment_method_cheque {
    margin: 0 145px;
}
.content-checkout .order-payment .payment-methods li label {
    cursor: pointer;
    text-align: center;
    border: 1px solid #bec8cc;
    line-height: 20px;
    display: block;
    padding: 10px 15px;
    width: 100px;
}
.content-checkout .order-payment .payment-methods li input[type=radio] {
    display: none;
}
.content-checkout .order-payment .payment-methods li input[type=radio]:checked + label, .content-checkout .order-payment .payment-methods li.current label {
    border-color: #cce3f1;
    box-shadow: inset 0 0 0 1px #cce3f1;
    -webkit-box-shadow: inset 0 0 0 1px #cce3f1;
    -moz-box-shadow: inset 0 0 0 1px #cce3f1;
}

.content-checkout .order-payment .payment-systems {
    list-style-type: none;
    width: 405px;
    margin: 0 0 10px 180px;
    border: 1px solid #bec8cc;
    background: #edf1f2;
    padding: 0 15px 10px 0;
}
.content-checkout .order-payment .payment-systems.error {
    border-color: #ed3f1c;
}
.content-checkout .order-payment .payment-systems .p-systems-title {
    display: block;
    margin: 10px 0 0 15px;
}
.content-checkout .order-payment .payment-systems .p-system {
    display: block;
    float: left;
    width: 120px;
    margin: 10px 0 0 15px;
}
.content-checkout .order-payment .payment-systems .p-system input[type=radio] {
    display: none;
}
.content-checkout .order-payment .payment-systems .p-system input[type=radio]:checked + label, .content-checkout .order-payment .payment-systems .p-system.current label {
    border-color: #fdc402;
    box-shadow: inset 0 0 0 1px #fdc402;
    -webkit-box-shadow: inset 0 0 0 1px #fdc402;
    -moz-box-shadow: inset 0 0 0 1px #fdc402;
}
.content-checkout .order-payment .payment-systems .p-system label {
    cursor: pointer;
    text-align: center;
    border: 1px solid #bec8cc;
    background: #fff;
    display: block;
    width: 118px;
    height: 56px;
}
.content-checkout .order-payment .payment-systems .p-system label img {
    max-width: 118px;
    max-height: 56px;
}

.content-checkout .comment-details {
    padding: 15px 20px 5px;
    border-bottom: 2px solid #edf1f2;
}
.content-checkout .place-order {
    margin: 15px 20px 10px;
}
.content-checkout .place-order .button {
    margin: 0 auto;
    background: #0072bc;
    padding: 15px 20px;
    color: #fff;
    font-family: GothamProMed, sans-serif;
}
.content-checkout .place-order .button:hover {
    background: #fdc402;
    color: #333;
}

/* paged-navigation */
.paged-navigation {
    padding: 15px 20px;
    background: #fff;
    margin-left: 1px;
    text-align: center;
}
.paged-navigation span, .paged-navigation a {
    display: inline-block;
    line-height: 18px;
    height: 18px;
    margin: 0 8px;
}
.paged-navigation .prev {
    width: 12px;
    height: 12px;
    background-color: transparent;
    background-image: url(images/larrow.png);
    background-position: 0 0;
    margin-left: 0;
}
.paged-navigation span.prev, .paged-navigation a.prev:hover {
    background-position: -12px 0;
}
.paged-navigation .next {
    width: 12px;
    height: 12px;
    background-color: transparent;
    background-image: url(images/rarrow.png);
    background-position: 0 0;
    margin-right: 0;
}
.paged-navigation span.next, .paged-navigation a.next:hover {
    background-position: -12px 0;
}
.paged-navigation .page-numbers {
    font-family: GothamProMed, sans-serif;
}
.paged-navigation a.page-numbers {
    color: #0072bc;
}
.paged-navigation a.page-numbers:hover {
    color: #333;
}

.catalog-pagination {
    clear: both;
    text-align: center;
}
.products-more {
    display: inline-block;
    background: #0072bc;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    font-family: GothamProMed, sans-serif;
    cursor: pointer;
}
.products-more:hover {
    background: #fdc402;
    color: #2c2c2c;
}

/* compare-table */
.compare-table {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    width: initial;
}
.compare-table td {
    border: 0;
    width: 200px;
    padding: 0;
}
.compare-table td.change-output {
    vertical-align: bottom;
    padding-bottom: 24px;
}
.compare-table td.change-output p span {
    color: #0072bc;
    cursor: pointer;
    border-bottom: 1px dashed #0072bc;
}
.compare-table td.change-output p span:hover {
    color: #333;
}
.compare-table td.change-output p.selected span {
    color: #333;
    cursor: default;
    border-bottom: 0;
}
.compare-table td h3 {
    font-family: GothamProMed, sans-serif;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    padding: 5px 10px;
    color: #333;
    border: 0 0 1px 1px;
    border-color: #edf1f2;
}
.compare-table td p {
    margin: 0;
    width: 179px;
    line-height: 18px;
    padding: 6px 10px;
    color: #666;
}
.compare-table td .info-colors {
    display: inline-block;
}
.compare-table td .info-colors .color {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dadedf;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    background: #fff;
    padding: 2px;
    margin-right: 5px;
}
.compare-table td .info-colors .color.not-available {
    border-color: #e0e0e0;
    opacity: 0.7;
}
.compare-table td .info-colors .color span {
    display: block;
    width: 12px;
    height: 12px;
}
.compare-table td.attributes-cat, .compare-table td.attributes {
    background: #e1e8ea;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #edf1f2;
    vertical-align: top;
}
.compare-table td.attribute-value {
    background: #fff;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #edf1f2;
    vertical-align: top;
}

.scroll-compare-block {
    overflow: hidden;
}
.scroll-compare-block.scroll {
    overflow-x: scroll;
}

/* search-all-results */
.search-all-results .search-results-content .cats {
    padding: 12px 20px;
}
.search-all-results .search-results-content .cats p {
    line-height: 20px;
    font-family: GothamProMed, sans-serif;
    margin: 0;
}
.search-all-results .search-results-content .cats p a {
    display: block;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
    color: #666;
}
.search-all-results .search-results-content .cats p a:hover {
    color: #333;
}
.search-all-results .search-results-content .cats p a .key {
    background: #fff;
}
.search-all-results .search-results-content .cats p a .cat-count {
    font-family: GothamPro, sans-serif;
    font-size: 80%;
}
.search-all-results .search-results-content .product-line {
    padding: 5px 20px;
}
.search-all-results .search-results-content .product-line.alt {
    background-color: #bfc3c2;
}
.search-all-results .search-results-content .product-line .thumb {
    float: left;
    position: relative;
}
.search-all-results .search-results-content .product-line .thumb a {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border: 3px solid #fff;
}
.search-all-results .search-results-content .product-line:hover .thumb a {
    border-color: #fdc402;
}
.search-all-results .search-results-content .product-line .thumb a span {
    display: table-cell;
    width: 34px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
}
.search-all-results .search-results-content .product-line .thumb a span img {
    max-width: 34px;
    max-height: 34px;
}
.search-all-results .search-results-content .product-line .info {
    float: right;
    position: relative;
    margin: 2px 0;
}
.search-all-results .search-results-content .product-line .info a {
    display: block;
    width: 76px;
    height: 36px;
}
.search-all-results .search-results-content .product-line .info a .colors {
    float: right;
    height: 18px;
    overflow: hidden;
}
.search-all-results .search-results-content .product-line .info a .colors .color {
    float: left;
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #efefef;
    background: #fff;
    margin-left: 1px;
}
.search-all-results .search-results-content .product-line .info a .colors .color span {
    display: block;
    width: 16px;
    height: 16px;
}
.search-all-results .search-results-content .product-line .info a .price {
    clear: both;
    line-height: 18px;
    color: #666;
    text-align: right;
}
.search-all-results .search-results-content .product-line .info a.wide .price {
    line-height: 36px;
}
.search-all-results .search-results-content .product-line .name {
    margin: 2px 84px 2px 40px;
    font-family: GothamPro, sans-serif;
    font-size: 13px;
    overflow: hidden;
}
.search-all-results .search-results-content .product-line .name a {
    display: block;
    position: relative;
    background: none;
    width: auto;
    height: 36px;
    line-height: 18px;
    padding-left: 15px;
    color: #666;
}
.search-all-results .search-results-content .product-line .name a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 40px;
    background: -moz-linear-gradient(left,  rgba(191,195,194,0) 0%, rgba(213,217,216,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(191,195,194,0) 0%,rgba(213,217,216,1) 100%);
    background: linear-gradient(to right,  rgba(191,195,194,0) 0%,rgba(213,217,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfc3c2', endColorstr='#d5d9d8',GradientType=1 );
}
.search-all-results .search-results-content .product-line.alt .name a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 40px;
    background: -moz-linear-gradient(left,  rgba(191,195,194,0) 0%, rgba(191,195,194,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(191,195,194,0) 0%,rgba(191,195,194,1) 100%);
    background: linear-gradient(to right,  rgba(191,195,194,0) 0%,rgba(191,195,194,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfc3c2', endColorstr='#bfc3c2',GradientType=1 );
}
.search-all-results .search-results-content .product-line .name a.wide {
    line-height: 36px;
}
.search-all-results .search-results-content .product-line:hover .name a {
    color: #333;
}
.search-all-results .search-results-content .product-line .name a span {
    display: block;
    white-space: nowrap;
}
.search-all-results .search-results-content .product-line .name a span.key {
    display: inline-block;
    background: #fff;
}
.search-all-results .search-results-content .link {
    padding: 12px 20px;
    line-height: 20px;
    font-family: GothamProMed, sans-serif;
}
.search-all-results .search-results-content .link a {
    display: inline-block;
    background: none;
    width: auto;
    height: 20px;
    white-space: nowrap;
    color: #0072bc;
}
.search-all-results .search-results-content .link a .icon {
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    margin: 4px 0;
    background: url(images/rarrow.png) 0 0 no-repeat transparent;
}
.search-all-results .search-results-content .link a .text {
    display: block;
    margin-right: 12px;
    padding-right: 10px;
}

/* announce */
.announce {
    font-size: 18px;
    height: 50px;
    color: #b2e1ff;
    line-height: 50px;
    background: #0072bc;
    margin-bottom: 1px;
    padding: 0 20px;
}
.announce .price {
    font-family: PTSansBold, sans-serif;
    color: #fff;
}
.gifts {
    font-size: 18px;
    height: 50px;
    color: #fdc402;
    line-height: 50px;
    background: #ed3f1c;
    margin-bottom: 1px;
    padding: 0 20px;
}

/* plus-block */
.plus-block {
    float: left;
    width: 199px;
    height: 309px;
    margin: 0 0 1px 1px;
    background-color: #fff;
}
.plus-block .plus-content {
    margin: 40px auto 20px;
    width: 170px;
    height: 150px;
}
.plus-block .plus-content .plus-thumbnail {
    width: 150px;
    height: 150px;
    margin: 0 10px;
}
.plus-block .plus-content .plus-thumbnail img {
    width: 150px;
    height: 150px;
}

/* page-404 */
.page-404 h1 {
    display: block;
    font-size: 200px;
    line-height: 200px;
    height: 200px;
    text-align: center;
}
.page-404 p {
    text-align: center;
}

/* pmwidget */
.pmwidget {
    margin: 20px auto !important;
}
label.pmpaymenttype {
    display: inline !important;
    width: auto !important;
    margin: 0 !important;
    text-align: left !important;
    color: #595757 !important;
}

.content-checkout .review-details .waiting {
    padding-left: 5px;
    color: #ed3f1c;
}
.content-checkout .review-details .ready {
    padding-left: 5px;
    color: #3fed1c;
}

/* filter */
.filter {
    margin: 20px 0;
}
.filter.buttons {
    margin: 30px 0 0;
}
.filter .filter-title {
    text-transform: uppercase;
    font-family: GothamProBold, sans-serif;
    color: #333;
    margin-bottom: 10px;
    line-height: 20px;
}
.filter .filter-attributes .param {
    float: left;
    width: 160px;
    margin-right: 20px;
}
.filter .filter-attributes .param.wide {
    width: 340px;
}
.filter .filter-attributes .param input[type=checkbox] {
    float: left;
    width: 22px;
    height: 22px;
}
.filter .filter-attributes .param input[type=radio] {
    float: left;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.filter .filter-attributes .param-value input, .filter .filter-attributes .param-list input, .filter .filter-attributes .param-bool input, .filter .filter-attributes .param-radio input {
    display: none;
}
.filter .filter-attributes .param label {
    display: inline-block;
    line-height: 22px;
    color: #333;
    cursor: pointer;
}
.filter .filter-attributes .param.disabled label {
    cursor: default;
}
.filter .filter-attributes .param-value label, .filter .filter-attributes .param-list label {
    padding-left: 30px;
    background-color: transparent;
    background-image: url(images/checkbox.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.filter.bonus_sale .filter-attributes .param-value label {
    font-family: PTSansBold, sans-serif;
    color: #ed3f1c;
}
.filter .filter-attributes .param-bool label, .filter .filter-attributes .param-radio label {
    padding-left: 30px;
    background-color: transparent;
    background-image: url(images/radiobutton.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.filter .filter-attributes .param-value label.checked, .filter .filter-attributes .param-list label.checked, .filter .filter-attributes .param-bool label.checked, .filter .filter-attributes .param-radio label.checked {
    background-position: 0 -22px;
}
.filter .filter-attributes .param-value.disabled label, .filter .filter-attributes .param-list.disabled label, .filter .filter-attributes .param-bool.disabled label, .filter .filter-attributes .param-radio.disabled label {
    background-position: 0 -44px;
    color: #999;
}
.filter .filter-toggle-title {
    line-height: 20px;
    height: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
}
.filter .filter-toggle-title .angle {
    display: inline-block;
    float: left;
    color: #333;
    width: 20px;
    font-size: 20px;
    cursor: pointer;
}
.filter .filter-toggle-title .toggle-title {
    display: inline-block;
    font-family: GothamProMed, sans-serif;
    color: #0072bc;
    cursor: pointer;
}
.filter .filter-toggle-title .toggle-title:hover {
    color: #333;
}
.filter .filter-attributes .param-range .param-range-from {
    float: left;
    width: 160px;
}
.filter .filter-attributes .param-range .param-range-sign {
    float: right;
    width: 20px;
    margin-right: -20px;
    text-align: right;
    padding-top: 27px;
    line-height: 36px;
}
.filter .filter-attributes .param-range .param-range-to {
    margin: 0 0 0 180px;
}
.filter .filter-attributes .param-range .param-range-from input, .filter .filter-attributes .param-range .param-range-to input {
    height: 32px;
    border: 2px solid #e0e0e0;
    padding: 8px 8px;
}
.filter .filter-attributes .param-range label {
    margin-left: 0;
    margin-bottom: 5px;
    color: #777;
}
.filter .filter-attributes .param span.cat-line {
    color: #333;
}
.filter .filter-attributes .param a.cat-line {
    color: #0072bc;
}
.filter .filter-attributes .param a.cat-line:hover {
    color: #333;
}

.filter.filter-toggle.closed .filter-attributes {
    display: none;
}
.filter .filter-attributes .param-button button {
    width: 160px;
    background: #bfbfbf;
    line-height: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    font-family: GothamProMed, sans-serif;
}
.filter .filter-attributes .param-button button.apply {
    background: #ed3f1c;
}
.filter .filter-attributes .param-button button.apply:hover {
    background: #fdc402;
}
.filter .filter-attributes .param-button button.apply[disabled=disabled] {
    background: #bfbfbf;
}

.noUi-range-grid {
    margin: 10px 0;
    cursor: default;
    display: none;
}
.noUi-range-grid .step-1, .noUi-range-grid .step-2 {
    float: left;
    width: 80px;
    text-align: left;
}
.noUi-range-grid .step-2 {
    margin-left: 10px;
}
.noUi-range-grid .step-4, .noUi-range-grid .step-3 {
    float: right;
    width: 80px;
    text-align: right;
}
.noUi-range-grid .step-3 {
    margin-right: 10px;
}
.filter-block-title {
    text-transform: uppercase;
    font-family: GothamProBold, sans-serif;
    color: #333;
    margin-bottom: 10px;
    line-height: 20px;
}

/* vvc-widget-main-pane */
.vvc-widget-main-pane, .vvc-widget-main-pane div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing:    content-box;
    box-sizing:         content-box;
}
.vvc-widget-main-pane input[type=text], .vvc-widget-main-pane textarea {
    display: inline-block !important;
}
.vvc-widget-main-pane table {
    margin: 0 !important;
}
.vvc-widget-main-pane th, .vvc-widget-main-pane td {
    font-weight: normal;
    vertical-align: middle;
    border: 0;
}

#comments {
    margin-top: 20px;
}
#comments .comments-nav {
    height: 60px;
    overflow: hidden;
}
#comments h2 {
    float: left;
    font-family: GothamProBold, sans-serif;
    font-size: 22px;
    line-height: 60px;
    color: #2c2c2c;
    margin: 0;
    padding: 0 10px 0 60px;
}
#comments .comments-nav span {
    display: block;
    float: left;
    font-family: GothamProMed, sans-serif;
    line-height: 24px;
    font-size: 18px;
    color: #2c2c2c;
    margin-top: 20px;
}
#comments .comments-nav span.count {
    display: inline;
    float: none;
    color: #ed3f1c;
    font-family: GothamPro, sans-serif;
    padding-right: 30px;
}
#comments .comments-nav.rev {
    margin: 15px 0 10px;
}
#comments .comments-nav.rev span {
    padding-left: 30px;
}

#comments .commentlist {
    list-style-type: none;
    margin: 0;
}
#comments .commentlist li {
    position: relative;
    float: left;
    width: 50%;
    height: 200px;
    margin: 20px 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}
#comments .commentlist li:nth-child(odd) {
    padding-right: 15px;
}
#comments .commentlist li:nth-child(even) {
    padding-left: 15px;
}
#comments .commentlist li.active {
    z-index: 1;
}
#comments .commentlist li .comment-review-block {
    position: relative;
    height: 200px;
    background: #fff;
}
#comments .commentlist li.active .comment-review-block {
    height: auto;
    box-shadow: 0 5px 35px -10px #666;
    -webkit-box-shadow: 0 5px 35px -10px #666;
    -moz-box-shadow: 0 5px 35px -10px #666;
}
#comments .commentlist li .comment-review-name {
    float: left;
    width: 200px;
    min-height: 200px;
    height: 100%;
    background: url(images/comment_name.png) -200px 0 no-repeat #fff;
    text-align: center;
    padding: 105px 20px 0;
    line-height: 20px;
    font-family: GothamPro, sans-serif;
    color: #fff;
}
#comments .commentlist li.active .comment-review-name {
    background-position: 0 0;
    color: #7f6714;
}
#comments .commentlist li .comment-review-content {
    margin-left: 200px;
    padding: 15px 30px 50px;
    line-height: 20px;
}
#comments .commentlist li .comment-review-content .review-date {
    text-align: right;
    color: #ed3f1c;
    font-family: GothamPro, sans-serif;
    margin-bottom: 15px;
}
#comments .commentlist li .comment-review-content .comment-review-text {
    height: 100px;
    margin-bottom: 0;
    overflow: hidden;
}
#comments .commentlist li.active .comment-review-content .comment-review-text {
    height: auto;
}
#comments .commentlist li .comment-review-more {
    display: block;
    position: absolute;
    width: 230px;
    height: 40px;
    bottom: -20px;
    right: 30px;
    line-height: 40px;
    text-align: center;
    font-family: GothamProBold, sans-serif;
    color: #fff;
    background: #ed3f1c;
    cursor: pointer;
}
#comments .commentlist li .comment-review-more:hover {
    background: #c52e0f;
}
#comments .commentlist li .comment-review-more .updown {
    display: block;
    position: absolute;
    width: 16px;
    height: 10px;
    top: 15px;
    right: 15px;
    background: url(images/updown.png) 0 0 no-repeat transparent;
}
#comments .commentlist li.active .comment-review-more .updown {
    background-position: -16px 0;
}

.development-block {
    float: right;
    width: 700px;
}

#jivo-label div {
    max-width: initial !important;
}

/* payment-page */
.payment-page h2 {
    text-transform: uppercase;
    font-family: GothamProBold, sans-serif;
    color: #333;
    margin: 0;
    font-size: 14px;
}
.payment-page table {
    margin-bottom: 20px;
}
.payment-page table td {
    vertical-align: top;
    padding: 10px 0;
}
.payment-page img.alignleft {
    margin: 10px 15px 10px 0;
}
.payment-page table td img {
    width: 100px !important;
    margin: 0 15px 0 0 !important;
}

/* delivery-page */
.delivery-page h2 {
    text-transform: uppercase;
    font-family: GothamProBold, sans-serif;
    color: #333;
    margin: 0 0 12px;
    font-size: 14px;
}
.delivery-page h2.no-margin {
    margin: 0;
}
.delivery-page table {
    margin-bottom: 20px;
}
.delivery-page table td {
    vertical-align: top;
    padding: 10px 0 10px 10px;
}
.delivery-page table td.p-cat {
    padding-left: 0;
    width: 13%;
}
.delivery-page table td.t-cat {
    width: 29%;
}
.delivery-page table td img {
    width: 70px !important;
    margin: 0 15px 0 0 !important;
}
.delivery-page table td .delcomp {
    font-family: PTSansBold, sans-serif;
    text-transform: uppercase;
}

/*widget-block*/
.widget-block {
    position: relative;
    width: 400px;
    height: 400px;
}
.widget-block.widget-margin {
    margin-top: 30px;
}
.widget-title {
    margin: 30px 20px 10px;
    text-transform: uppercase;
    font-family: GothamPro, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}
.widget-slider {
    position: relative;
    width: 400px;
    height: 400px;
    overflow: hidden;
}
.widget-slider ul {
    list-style-type: none;
    margin: 0;
    width: 20000em;
    position: relative;
}
.widget-block .widget-nav {
    position: absolute;
    top: 10px;
    left: 220px;
    width: 74px;
    height: 36px;
}
.widget-block .widget-nav span {
    display: block;
    width: 36px;
    height: 36px;
    background: url(css/arrows.png) no-repeat;
    border: 0;
    cursor: pointer;
}
.widget-block .widget-nav .nav-prev {
    float: left;
}
.widget-block .widget-nav .nav-prev:hover {
    background-position: 0 -36px;
}
.widget-block .widget-nav .nav-next {
    background-position: -36px 0;
    margin-left: 38px;
}
.widget-block .widget-nav .nav-next:hover {
    background-position: -36px -36px;
}
.widget-block .widget-control {
    position: absolute;
    height: 20px;
    bottom: 2px;
    left: 220px;
}
.widget-block .widget-control .nivo-control {
    display: inline-block;
    width: 22px;
    height: 20px;
    background: url(images/bullets.png) no-repeat;
    border: 0;
    margin: 0 -2px;
}
.widget-block .widget-control .nivo-control.active {
    background-position: 0 -20px;
}
.widget-slide {
    float: left;
    width: 400px;
    height: 400px;
    line-height: 22px;
}
.widget-slide .widget-thumb {
    width: 200px;
    height: 200px;
    float: left;
    position: relative;
    background: #fff;
    padding: 10px;
}
.widget-slide .widget-thumb a {
    display: block;
    width: 180px;
    height: 180px;
}
.widget-slide .widget-thumb span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 180px;
    height: 180px;
}
.widget-slide .widget-thumb span img {
    max-width: 180px;
    max-height: 180px;
}
.widget-slide .widget-thumb .triangle {
    position: absolute;
    width: 28px;
    height: 20px;
    bottom: -8px;
    left: 86px;
    background: url(images/triangle.png) 0 0 no-repeat transparent;
}
.widget-slide .widget-header {
    width: 200px;
    height: 200px;
    float: right;
    padding: 10px 20px;
}
.widget-slide .widget-header .widget-header-title {
    font-family: PTSansBold, sans-serif;
    margin-top: 70px;
    height: 110px;
    overflow: hidden;
}
.widget-slide .widget-header .widget-header-title .container {
    display: table-cell;
    width: 160px;
    height: 110px;
    text-align: left;
    vertical-align: bottom;
}
.widget-slide .widget-header .widget-header-title a {
    color: #333;
}
.widget-slide .widget-preview {
    clear: both;
    height: 166px;
    overflow: hidden;
    margin: 0 20px 12px;
    padding-top: 12px;
}
.widget-slide .widget-link {
    font-family: GothamProMed, sans-serif;
    margin-left: 20px;
}
.widget-slide .widget-link a {
    color: #0072bc;
}
.widget-slide .widget-link a:hover {
    color: #333;
}

/* maps */

#contacts-map {
    width: 100%;
    height: 400px;
}

/*
-----------------------------------------------------------------------------
*/

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 1199px) {
        .site, .site-footer, .fix-header-content {
            width: 1000px;
        }
        #main-header .search-block {
            margin: 0 480px 0 300px;
        }
        #fix-header .search-block {
            margin: 0 504px 0 340px;
        }
        .main-slider-block .show-high-only, .main-slider-block .hide-low-only, #fix-header .menu .menu-item-59, #fix-header.no-logged .menu .menu-item-53, #fix-header.no-logged .menu .menu-item-52 {
            display: none !important;
        }
        .single-product .right-block {
            display: none !important;
        }
        .info-summary {
            margin-right: 0;
            padding-right: 0;
        }
        .primary-navigation > ul li a {
            font-size: 14px !important;
        }
        .site-footer .footer-phone {
            width: 200px;
            padding: 30px 10px 0;
        }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
        .site, .site-footer, .fix-header-content {
            width: 1200px;
        }
        .hide-low-2, .hide-low-3, .hide-low-x, .main-slider-block .show-high-only {
            display: none !important;
        }
        .development-block {
            width: 900px;
        }
}
@media screen and (min-width: 1400px) {
        .site, .site-footer, .fix-header-content {
            width: 1400px;
        }
        .hide-low-3, .hide-low-x, .main-slider-block .show-high-only {
            display: none !important;
        }
        .single-product .double-left-block {
            width: 600px !important;
        }
        .development-block {
            width: 1100px;
        }
        .site-footer .footer-main-menu {
            width: 600px;
        }
}


.info-summary .info-add-to-cart .button.button-credit {
	display: block;
	background: url(images/cart_credit_single.png) 16px 0 no-repeat #17a1ff;
	border: 2px solid #0084db;
	padding: 10px 0;
	font-size: 18px;
	line-height: 30px;
	color: #2c2c2c;
	font-family: GothamProBold, sans-serif;
}
.info-summary .info-add-to-cart .button.button-credit:hover {
	background: url(images/cart_credit_single.png) 16px -50px no-repeat #ed3f1c;
	border: 2px solid #ed3f1c;
}