/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v18-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/roboto-condensed-v18-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('../fonts/roboto-condensed-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v18-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/open-sans-v17-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/open-sans-v17-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

.grecaptcha-badge {
	opacity: 0 !important
}

html, body { height: 100% }

body {
    margin: 0;
    padding: 0;
	height: 100%;
    background-color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    color: #575757
}

/* Clearfix */
.clear { clear: both }

iframe, object { margin-bottom: 15px; width: 100%; height: 500px }

/* Color */
:root {
  --main-color: #3D2569 /*#009BDB*/ /*#DF0009*/
}

/* Theme */
.show-mobile { display: none }

p, ul, li { margin: 0; padding: 0; list-style-type: none }

a { text-decoration: none; color: var(--main-color) }
a:hover { text-decoration: underline }

b, strong { font-weight: bold }

.small { font-size: 11px; line-height: 15px }

.red { color: var(--main-color) }
.green { color: #7FBA23 }

.read-more {
	white-space: nowrap;
	color: var(--main-color);
	cursor: pointer
}

h1, h3, h5, h6, .content-title {
    position: relative;
    display: block;
    margin: 0 0 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
    text-transform: none;
    color: #171B26
}
h3, h4 {
    margin: 0 0 10px;
	font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
	color: #171B26
}
h1, .content-title {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase
}
h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #171B26
}
h1 a:hover, h3 a:hover {
    text-decoration: none
}
h4 {
	font-size: 17px;
	line-height: 21px
}
h5, h6 {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 18px
}
h6 {
	font-size: 12px;
	line-height: 16px
}
h3:after,
#blog-page h2:after, #blog_cat-page h2:after {
	content: '';
	display: block;
	margin-top: 8px;
	width: 45px;
	height: 3px;
	background-color: var(--main-color)
}
form h3:after,
#suggest-search h3:after,
.main-nav-sub-content h3:after,
#flash-deal h3:after,
#product-list h3:after,
.content-post-grid > ul h3:after,
#cart h3:after,
#order-page h3:after,
#content-block-comments h3:after,
#tab-description h2:after,
#tab-description h3:after,
.post-block h3:after {
	display: none
}

/* Table */
table,
.table {
    width: 100%
}
.table {
    display: table
}
.table ul {
    display: table-row
}
table td,
table th,
.table li {
    margin: 6px 0;
    padding: 6px 0;
    vertical-align: middle;
    border-top: 1px solid #E1E8ED;
    text-align: left
}
.table li {
    display: table-cell
}
table a,
.table a {
    text-decoration: none
}
table th,
.table-header li {
    border: none
}
table th,
.table-header {
    font-weight: bold;
    color: #171B26
}
.table li:last-child {
    text-align: right
}
/* END: Table */

/* Sticky header */
.sticky-header {
	position: fixed !important;
	top: 0;
	z-index: 99;
	padding: 0 !important;
	width: 100%;
	box-sizing: border-box
}
.sticky-header > ul > li:nth-child(2) {
	display: none
}

/* Back to top */
#scroll-top {
	display: none;
	position: fixed;
	bottom: 110px;
	right: 20px;
	z-index: 998;
	width: 60px;
	height: 60px;
	background: rgba(20,20,20,.7) url('../img/theme/scroll-top.svg') no-repeat center;
	background-size: 24px;
	border-radius: 50%;
	color: #FFF;
	cursor: pointer
}

/* Ajax */
.ajax-loading {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background: url('../img/loading.gif') no-repeat center
}
#ajax-success {
    display: none;
    position: fixed;
    z-index: 9999;
    margin: 10px;
    padding: 15px;
    opacity: 0.8;
    background-color: #171B26;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #FFF
}

/* Warnings */
.ok, .error, .note {
    clear: both;
    margin-bottom: 10px;
    padding: 12px 18px;
    background-color: #F5F5F5;
    border-left: 5px solid;
    color: #171B26 !important
}
.ok, .note {
    border-color: var(--main-color)
}
.ok {
	background-color: #D4EEAA;
    border-color: #7FBA23
}
.error {
    background-color: #FFCDC9;
    border-color: #DB0003
}
.ok a, .note a {
    font-weight: bold;
	color: var(--main-color);
    text-decoration: underline
}
.ok a, .error a {
	color: #171B26
}

#cookies {
    position: fixed;
    z-index: 9999999999;
    right: 10px;
    bottom: 10px;
    padding: 30px;
    width: 100%;
	max-width: 450px;
    box-sizing: border-box;
    background-color: #4C5258;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    color: #FFF
}
#cookies ul {
	display: flex;
	margin-top: 20px
}
#cookies ul:last-of-type {
	margin-top: 15px
}
#cookies li {
	padding-right: 20px
}
#cookies li:last-child {
	padding-right: 0
}
#cookies h5 {
	margin-bottom: 20px;
	font-size: 20px;
    color: #FFF
}
#cookies a {
    white-space: nowrap;
	font-weight: bold;
	text-decoration: underline
}
#cookies label {
	padding: 0;
	width: auto;
	white-space: nowrap;
	font-size: 15px;
	color: #FFF;
	cursor: pointer
}
#cookies .btn-green,
#cookies .btn-white,
#notice input[type="submit"] {
	display: block;
    width: 100%
}
#cookies .btn-green {
	min-width: 170px;
	border: 2px solid transparent
}

#notice {
	position: fixed;
	top: 12px;
	right: 12px;
	z-index: 9999;
	padding: 20px;
	width: 320px;
    box-sizing: border-box;
	min-height: 120px;
	background-color: #222;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	color: #FFF
}
/* END: Warnings */

.price {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 16px;
	color: #171B26
}
.special-price {
	color: #F36
}
.old-price {
	padding: 0 0 0 5px;
	white-space: nowrap;
	font-size: 12px;
    text-decoration: line-through;
	color: #666
}
.euro {
	padding-left: 2px;
	font-size: 80%
}

/* Forms */
form {
	-webkit-appearance: none;
	   -moz-appearance: none;
    	    appearance: none
}
form li {
	margin-bottom: 10px
}
form li:last-child {
	margin-bottom: 0
}
fieldset {
	margin-bottom: 25px;
	padding: 30px 20px;
	background-color: #F5F5F5;
    border: none;
	border-bottom: 5px solid var(--main-color)
}
legend {
	margin: 0 0 0 -20px;
    padding: 10px 12px;
	width: calc(100% + 40px);
	box-sizing: border-box;
    background-color: var(--main-color);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 20px;
    font-weight: bold;
	text-transform: uppercase;
    color: #FFF
}
label, .label {
    display: inline-block;
    padding: 10px 12px 10px 0;
    width: 120px;
    vertical-align: top;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
    line-height: 19px;
    text-align: right;
	color: #171B26
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="range"],
input[type="color"],
input[type="file"],
select,
textarea {
    padding: 10px 12px;
    width: 370px;
    border: 1px solid #BBB;
    background-color: #FFF;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border linear .2s, box-shadow linear .2s;
    font-size: 13px;
    color: #171B26;
	-webkit-appearance: none;
	   -moz-appearance: none;
    	    appearance: none
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="datetime"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="range"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 2px var(--main-color);
	outline: none
}
select {
	padding: 4px 20px 4px 5px;
	height: 38px;
	background: #FFF url("data:image/svg+xml;utf8,<svg fill='black' height='18' viewBox='0 0 24 20' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v20H0z' fill='none'/></svg>")  no-repeat calc(100% - 1px) 6px;
	cursor: pointer
}
option {
	padding: 8px 5px;
	cursor: pointer
}
option.zebra2 {
	background-color: #FBFBFB
}
input[type="submit"], input[type="button"] {
	-webkit-appearance: none;
	   -moz-appearance: none;
    	    appearance: none
}
input[placeholder] {
	color: #333
}
input[disabled], textarea[disabled] {
	background-color: #FDFDFD !important
}
input[type="submit"][disabled], input[type="button"][disabled], button[disabled] {
    background-color: #DDD !important;
    cursor: default
}
.required {
    display: inline-block;
    padding: 5px 0 5px 2px;
    vertical-align: top;
    color: #F36
}
.optional {
    color: var(--main-color)
}
.rgpd {
    margin-top: -25px;
	margin-bottom: 5px;
	padding: 10px 0;
	border-bottom: 1px solid #E1E8ED;
	border-top: none;
	font-size: 11px;
	line-height: 14px;
	text-align: justify
}
#order-page .rgpd {
    margin-top: -10px;
    margin-bottom: 10px;
    border-width: 2px
}
#newsletters .rgpd {
    margin-top: 10px;
    margin-bottom: -25px;
	border-top: 1px solid #E1E8ED;
    border-bottom: none
}
/* END Forms */

/* Buttons */
.buttons-left-right {
    display: table;
    margin: 5px 0;
    width: 100%
}
.buttons-left-right li {
    display: table-cell
}
.buttons-left-right li:last-child {
    text-align: right
}

.btn-green,
.btn-green-white,
.btn-red,
.btn-gray,
.btn-black,
.btn-white,
.available,
.not-available {
    display: inline-block;
    padding: 11px 18px;
    width: auto;
    border: none;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px !important;
    font-weight: bold;
    line-height: 16px;
    text-align: center !important;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box
}
.btn-green {
    background-color: #7FBA23;
    color: #FFF
}
.btn-green-white {
    background-color: #FFF;
    border: 2px solid #7FBA23;
    color: var(--main-color) !important
}
.btn-red {
    background-color: var(--main-color);
    color: #FFF
}
.btn-gray {
    background-color: #E4E4E4;
    color: #555
}
.btn-black {
    background-color: #171B26;
    color: #FFF
}
.btn-green:hover,
.btn-green-white:hover,
.btn-red:hover,
.btn-gray:hover,
.btn-black:hover {
    text-decoration: none
}
.btn-green:hover {
    background-color: #75AE20
}
.btn-green-white:hover {
    background-color: #7FBA23;
    color: #FFF !important
}
.btn-red:hover {
    background-color: #008DCA
}
.btn-gray:hover {
    background-color: #E0E0E0
}
.btn-black:hover {
    background-color: #171B26
}
.btn-white {
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF !important
}

.btn-mini {
    padding: 5px 10px;
    font-size: 10px !important;
    line-height: 13px
}

.btn-big {
    padding: 12px 18px;
}
.btn-extra {
    padding: 17px 25px;
    font-size: 14px !important
}
.available,
.not-available {
    font-size: 11px !important;
    text-transform: uppercase;
    cursor: default
}
.available {
    background-color: var(--main-color);
    color: #FFF
}
.not-available {
    background-color: #EEE;
    color: #666
}
/* END: Buttons */

/* Dropdown */
.dropdown {
	position: relative
}
.dropdown-btn {
	background: url("data:image/svg+xml;utf8,<svg fill='white' height='30' viewBox='0 0 24 26' width='22' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v26H0z' fill='none'/></svg>")  no-repeat right;
	cursor: pointer
}
#flags {
	margin-left: 15px
}
#flags .dropdown-btn {
    vertical-align: middle;
	background-position: right 8px
}
.flags-inline {
	display: flex;
	gap: 10px;
	margin: 25px 0 0
}
.flags-inline img {
	margin-right: 8px;
	vertical-align: middle
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    z-index: 999;
    min-width: 140px;
    white-space: nowrap;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    background-color: #F9F9F9;
    border: 1px solid #EDEDED;
    text-align: left !important
}
div.dropdown-content {
	padding: 12px;
	min-width: 240px;
	background-color: #F5F5F5
}
.dropdown:hover .dropdown-content {
	display: block
}
.dropdown-content > li {
	border-bottom: 1px solid #EDEDED
}
.dropdown-content > li:hover {
	background-color: #F0F0F0
}
.dropdown-content > li:last-child {
	border-bottom: none
}
.dropdown-content > li.selected {
	background: url('../img/theme/check.svg') no-repeat calc(100% - 10px) 9px;
	background-size: 12px
}
.dropdown-content > li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}
.dropdown-content > li a {
	display: block;
	padding: 8px 12px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	text-decoration: none !important;
	color: #171B26 !important
}
.dropdown-content .btn-red {
	display: block;
	margin-bottom: 5px;
    color: #FFF !important
}
.dropdown-content p {
	font-size: 13px
}
.dropdown-content p a:hover {
	text-decoration: underline !important;
}
.dropdown-content > li.selected a {
	font-weight: 600
}
/* END: Dropdown */

/* Theme */
#mobile-menu {
	display: none
}

#header-top {
	padding: 6px 20px;
	background-color: var(--main-color);
	font-weight: 600;
	text-align: center;
	color: #FFF
}
#header-top img {
	margin-right: 10px;
	vertical-align: middle
}

.page-wrap {
	margin: 0 auto;
	padding: 0 30px;
	width: 100%;
	max-width: 1480px;
	box-sizing: border-box
}
.page-wrap, #header, #main-nav, #footer {
    min-width: 1140px
}

/* #header-min #footer-min pages */
.order-page #header-min,
.order-page #footer-min {
    display: block
}
.order-page header,
.order-page #footer {
    display: none
}
/* END: #header-min pages */

#header-min {
    display: none;
    padding: 10px 0;
	border-bottom: 1px solid #E1E8ED
}
#header,
#header-min {
	background: #FFF
}
#header > ul,
#header-min > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
	padding: 8px 0
}
#header > ul > li:nth-child(1),
#header-min > ul > li:nth-child(1) {
	padding-left: 30px;
	width: 300px
}
#header > ul > li:nth-child(2),
#header-min > ul > li:nth-child(2) {
	flex-grow: 1
}
#header-min > ul > li:nth-child(2) {
	padding-right: 30px;
	text-align: right
}
#header > ul > li:nth-child(3) {
	padding: 0 25px 0 80px;
	white-space: nowrap
}
#header > ul > li:nth-child(3) > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
    align-items: center
}
#header > ul > li:nth-child(3) b {
	font-size: 15px
}
#header > ul > li a {
    text-decoration: none;
	color: #171B26
}

#header-bar {
	padding: 10px 15px;
	background-color: #F9F9F9;
	border-bottom: 1px solid #E1E8ED;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
	color: var(--main-color)
}
.order-page #header-bar {
	margin-bottom: 20px
}
#header-bar a {
	text-decoration: underline
}

#logo img {
	width: 100%;
	max-width: 230px
}
#header-bar a {
	white-space: nowrap
}

#search form {
	position: relative;
	margin: 0 auto;
	width: 100%
}
input.search-input {
	margin: 0;
	padding: 0 45px 0 20px;
	width: 100%;
	height: 42px;
	min-height: 42px;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 16px;
	color: #171B26
}
input.search-input:focus {
	box-shadow: none
}
.search-submit {
	position: absolute;
	top: 0;
	right: 2px;
	padding: 10px;
	width: 46px;
	height: 42px;
	background-color: transparent;
	border-radius: 0 5px 5px 0;
	box-sizing: border-box
}
.search-submit:hover {
	background-color: transparent
}

#ssBlock {
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 9999
}
#suggest-search {
    padding-top: 5px;
    width: calc(100% - 10px);
    background-color: #FFF;
    border: 1px solid var(--main-color);
	border-top: none;
    border-radius: 0 0 5px 5px
}
#suggest-search > ul > li {
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer
}
#suggest-search > ul > li:nth-child(odd) {
    background-color: #F9F9F9
}
#suggest-search > ul > li.ssSelected {
    background-color: #E1E8ED !important
}
#suggest-search > ul > li > ul {
    display: table;
    width: 100%;
    text-align: left
}
#suggest-search > ul > li > ul > li {
    display: table-cell;
    padding: 6px 10px;
    vertical-align: middle
}
#suggest-search > ul > li > ul > li:first-child {
    padding-right: 0;
    width: 40px;
	text-align: center
}
#suggest-search > ul > li > ul > li h3 {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase
}
#suggest-search > ul > li > ul > li a {
    font-size: 12px;
    color: var(--main-color)
}
#suggest-search > ul > li > ul > li a:hover {
    text-decoration: underline
}
#suggest-search #search-all {
    padding: 12px 0;
    background-color: #F9F9F9;
    border-top: 1px solid #EEE
}
#suggest-search #search-all p {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    text-align: center;
    color: #777
}

#customer-header {
    padding: 10px 0;
    background: url('../img/theme/user.svg') no-repeat center right;
	background-size: 30px;
    text-align: right
}
#customer-header p,
#customer-header b {
    display: block;
    padding-right: 40px
}

#cart-header {
    margin-left: 30px
}
#cart-header a {
	text-decoration: none
}
#cart-header b {
	padding-left: 2px;
	font-size: 13px !important;
	color: var(--main-color)
}
#cart-header #totalItems:before {
	content: '('
}
#cart-header #totalItems:after {
	content: ')'
}
#cart-header span {
	font-size: 14px;
	font-weight: bold
}
#cart-header .euro {
	font-size: 12px
}
#cartInfo {
	padding: 10px 44px 10px 0;
	background: url('../img/theme/cart.svg') no-repeat center right;
	background-size: 35px;
	text-align: right;
	color: #171B26;
	cursor: pointer
}

/* Main nav */
#main-nav {
    border-top: 1px solid #E1E8ED;
	border-bottom: 1px solid #E1E8ED;
}
#main-nav > ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center
}
#main-nav > ul > li > a {
	display: block;
	padding: 15px 12px;
	box-sizing: border-box;
    font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
    text-transform: uppercase;
	color: #171B26
}
#main-nav > ul > li:nth-child(1) > a {
	margin-right: 12px;
	padding-left: 40px;
    padding-right: 15px;
	background: #4C5258 url('../img/theme/mobile-menu-w.svg') no-repeat 15px;
    background-size: 14px 14px;
	color: #FFF
}
#main-nav > ul > li:nth-child(3) > a { 
	color: #F36
}
#main-nav-right {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: flex-end;
	text-align: right
}
#main-nav > ul > li#main-nav-right > a {
    padding: 12px 0 12px 15px;
    font-size: 13px;
    font-weight: normal;
	text-transform: none;
    text-decoration: underline
}

/* Level 1 */
.main-nav-sub-button {
    display: none;
    position: absolute;
    top: 0;
    width: 0;
    height: 0
}
.main-nav-sub {
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 430px;
    max-width: 1480px;
    background-color: #F5F5F5;
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: center
}
.main-nav-sub > ul {
    margin: 10px;
    width: 240px;
    height: 408px;
    border: 1px solid #E1E8ED;
    background-color: #FFF
}
.main-nav-sub a {
	color: #171B26
}
.main-nav-sub > ul > li > a {
    display: block;
    padding: 10px 12px 10px 45px;
    border-bottom: 1px solid #E1E8ED;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #171B26
}
.main-nav-sub > ul > li:nth-child(1) > a,
#mobile-menu-categories ul li:nth-child(1) a {
    background: url('../img/theme/cat-tv.svg') no-repeat 10px;
    background-size: 25px 25px
}
.main-nav-sub > ul > li:nth-child(2) > a,
#mobile-menu-categories ul li:nth-child(2) a {
    background: url('../img/theme/cat-audio.svg') no-repeat 10px;
    background-size: 25px 25px
}
.main-nav-sub > ul > li:nth-child(3) > a,
#mobile-menu-categories ul li:nth-child(3) a {
    background: url('../img/theme/cat-phone.svg') no-repeat 10px;
    background-size: 25px 25px
}
.main-nav-sub > ul > li:nth-child(4) > a,
#mobile-menu-categories ul li:nth-child(4) a {
    background: url('../img/theme/cat-tablet.svg') no-repeat 10px;
    background-size: 25px 25px
}
.main-nav-sub > ul > li:nth-child(5) > a,
#mobile-menu-categories ul li:nth-child(5) a {
    background: url('../img/theme/cat-pc.svg') no-repeat 10px;
    background-size: 25px 25px
}
.main-nav-sub > ul > li:nth-child(6) > a,
#mobile-menu-categories ul li:nth-child(6) a {
    background: url('../img/theme/cat-games.svg') no-repeat 10px;
    background-size: 25px 25px
}
.main-nav-sub > ul > li:nth-child(7) > a,
#mobile-menu-categories ul li:nth-child(7) a {
    background: url('../img/theme/cat-freetime.svg') no-repeat 10px;
    background-size: 25px 25px
}
.main-nav-sub > ul > li:nth-child(8) > a,
#mobile-menu-categories ul li:nth-child(8) a {
    background: url('../img/theme/cat-home.svg') no-repeat 10px;
    background-size: 25px 25px
}
.main-nav-sub > ul > li:hover > a {
	background-color: #E1E8ED;
	text-decoration: none
}
/* Level 2 */
.main-nav-sub > ul > li > ul {
    display: none;
    position: absolute;
    top: -2px;
    right: 10px;
    z-index: 9999;
    margin: 12px 0 0 210px;
    padding: 15px 10px 12px;
    width: calc(100% - 295px);
    height: 381px;
    border: 1px solid #E1E8ED;
    border-bottom: none;
    background-color: #FFF;
    columns: 3;
    column-fill: auto;
    font-size: 12px
}
.main-nav-sub > ul > li > ul > li {
	display: inline-block;
	width: 100%
}
.main-nav-sub > ul > li > ul > li > a {
    display: inline-block;
    margin: 2px 0 4px 0;
    padding: 4px 6px;
    background-color: var(--main-color);
    font-weight: bold;
	line-height: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    transition: background-color linear 250ms
}
/* Level 3 */
.main-nav-sub > ul > li > ul > li > ul {
    margin-bottom: 10px;
	columns: 2;
    column-fill: auto;
    height: 340px
}
.main-nav-sub > ul > li > ul > li > ul > li > a {
    display: inline-block;
    margin: 2px 0 2px 15px;
    font-size: 13px
}
/* Level 4 */
.main-nav-sub > ul > li > ul > li > ul > li > ul > li {
	display: block;
	margin-left: 30px
}
.main-nav-sub > ul > li > ul > li > ul > li > ul > li:last-child {
	margin-bottom: 10px
}
.main-nav-sub > ul > li > ul > li > ul > li > ul > li > a {
    display: inline-block;
    padding-left: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    color: #575757
}

/* Blocks */
.main-nav-sub-content {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9998;
	padding: 10px;
	width: calc(100% - 295px);
	height: 388px;
	border: 1px solid #E1E8ED;
	background-color: #FFF
}
.main-nav-sub-content h2 {
	margin: 10px 5px 20px;
	padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    color: #171B26
}
.main-nav-sub-content {
    overflow: hidden
}
.main-nav-sub-content > ul {
	display: flex;
	flex-wrap: wrap
}
.main-nav-sub-content > ul > li {
	flex-grow: 1;
	margin: 0 6px 12px 6px;
	padding: 10px;
	width: 300px;
	height: 83px;
	border: 1px solid #E1E8ED
}
.main-nav-sub-content > div {
	flex-grow: 1;
	padding: 0 10px;
	height: 0;
}
.main-nav-sub-content > ul > li > ul {
	display: table;
	width: 100%
}
.main-nav-sub-content > ul > li > ul > li {
	display: table-cell;
	vertical-align: top;
	font-size: 11px
}
.main-nav-sub-content > ul > li > ul > li:first-child {
    padding-right: 10px;
	width: 82px;
    text-align: center
}
.main-nav-sub-content > ul > li > ul > li:first-child img {
	max-width: 82px;
	max-height: 82px;
	object-fit: contain
}
.main-nav-sub-content > ul > li > ul > li > h3 {
	margin: 0 0 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E1E8ED;
	font-size: 13px;
	line-height: 16px
}
.main-nav-sub-content > ul > li > ul > li > h3 a {
	text-decoration: none;
    color: #171B26
}
.main-nav-sub-content > ul > li > ul > li p {
	font-size: 12px
}
.main-nav-sub-content > ul > li > ul > li p a {
	color: var(--main-color)
}
.main-nav-sub-content > ul > li > ul > li > ul {
	display: table;
	width: 100%
}
.main-nav-sub-content > ul > li > ul > li > ul > li {
	display: table-cell;
	height: 50px
}
.main-nav-sub-content > ul > li > ul > li > ul > li:last-child {
	padding-left: 5px;
	vertical-align: bottom;
	text-align: right
}

/*Audio/Hifi*/
.cat-id-12 > ul {
	columns: 4 !important
}

/* END Main nav */

#page-container {
	display: flex;
	flex-direction: column;
	height: 100%
}
#container {
    padding-bottom: 40px
}
#container > ul {
	display: table;
	width: 100%
}
#container > ul > li {
	display: table-cell;
	vertical-align: top
}
#sidebar {
	padding-right: 30px;
	width: 210px
}

#breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E1E8ED
}
#breadcrumb li {
    position: relative;
    padding-right: 24px
}
#breadcrumb li a,
#breadcrumb li:last-child span {
    display: block;
	color: #444
}
#breadcrumb li:first-child a {
    text-transform: uppercase
}
#breadcrumb li:last-child span {
    opacity: .5
}
#breadcrumb li:after {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 9px;
    text-align: center;
	color: var(--main-color);
    content: '>';
	color: #444
}
#breadcrumb li:last-child:after {
    content: ''
}

/* Widget */
.widget {
    margin-bottom: 20px;
}
.widget ul li a,
.widget-title {
    position: relative;
    display: block;
	margin-bottom: 8px;
    padding: 8px 12px;
    background-color: var(--main-color);
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF
}
.widget-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 12px;
    z-index: 1;
    margin-top: -1px;
    width: 0;
    border-width: 8px 14px 0 14px;
    border-style: solid;
    border-color: var(--main-color) transparent
}
/* Level 1 */
.widget ul li a {
	margin: 10px 0 0;
	padding: 5px 10px 0;
    background-color: transparent;
    font-weight: bold;
    color: #171B26
}
.widget ul li a:hover {
	text-decoration: underline;
    color: #171B26
}
.widget ul ul li.active a {
	font-weight: bold;
	color: var(--main-color)
}
/* Level 2 */
.widget ul ul li a {
	margin: 5px 0 0 20px;
	padding: 0;
	background-color: transparent;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    color: #575757
}
.widget ul ul {
	margin: 6px 0 12px
}
.widget .active ul {
    display: block !important
}

/* ADDON: Deploy specific categories */
.pid-229 ul {
    display: none
}

/* Widget list */
#sidebar .widget-list ul:first-of-type {
    margin-top: 15px
}
.widget-list ul {
    display: flex;
    margin-bottom: 10px;
	border-bottom: 1px solid #E1E8ED
}
.widget-list ul li {
    flex-grow: 1
}
.widget-list ul li:first-child {
    flex-grow: 0;
    padding-right: 10px;
	box-sizing: border-box;
    text-align: center
}
.widget-list ul li:first-child img {
	margin: 0 auto;
    max-width: 55px;
	max-height: 55px;
	object-fit: contain
}
.widget-list ul li a {
    margin: 0 0 5px;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
    color: #171B26
}
.widget-list ul li .stars-rate {
	margin-left: -5px
}
.widget-list ul li p a {
    display: inline-block;
    margin-top: 3px;
    font-size: 12px;
    text-transform: none;
    color: var(--main-color);
}
.widget-view-all a {
    display: block;
    padding: 9px 10px;
    font-size: 11px !important
}

/* Widget: Cloud tags */
.widget ul.cloud-tags {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0
}
.widget ul.cloud-tags li {
	margin: 5px 5px 0 0;
	border: 1px solid #E1E8ED;
	border-radius: 15px
}
.widget ul.cloud-tags li:hover {
	background-color: var(--main-color);
    border-color: var(--main-color)
}
.widget ul.cloud-tags li a {
	display: block;
	margin: 0;
	padding: 5px 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none
}
.widget ul.cloud-tags li a:hover {
	color: #FFF
}
.widget ul.cloud-tags li.small-tag a  { font-size: 100% }
.widget ul.cloud-tags li.medium-tag a { font-size: 110% }
.widget ul.cloud-tags li.big-tag a    { font-size: 115% }
.widget ul.cloud-tags li.giga-tag a   { font-size: 120% }

/* Home */
.index-page #breadcrumb {
	display: block;
	margin: 0;
	padding: 8px 20px;
	font-size: 13px;
	text-align: center
}
.index-page h1 {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase
}
.index-page h3 {
	margin-bottom: 15px
}

.home-cat {
    display: flex;
    margin: 20px 0;
	width: 100%
}
.home-cat li a {
    display: block;
    margin: 0 7px;
    padding: 20px 35px 20px 70px;
    background-color: #FFF !important;
	border: 1px solid #E1E8ED;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #777;
    transition: all linear .1s
}
.home-cat li:first-child a {
    margin-left: 0
}
.home-cat li:last-child a {
    margin-right: 0
}
.home-cat li:nth-child(1) a {
    background: url('../img/theme/cat-tv.svg') no-repeat 20px, url('../img/theme/arrow-right.svg') no-repeat right 15px center;
    background-size: 30px, 12px
}
.home-cat li:nth-child(2) a {
    background: url('../img/theme/cat-sound.svg') no-repeat 20px, url('../img/theme/arrow-right.svg') no-repeat right 15px center;
    background-size: 30px, 12px
}
.home-cat li:nth-child(3) a {
    background: url('../img/theme/cat-phone.svg') no-repeat 20px, url('../img/theme/arrow-right.svg') no-repeat right 15px center;
    background-size: 30px, 12px
}
.home-cat li:nth-child(4) a {
    background: url('../img/theme/cat-apple.svg') no-repeat 20px, url('../img/theme/arrow-right.svg') no-repeat right 15px center;
    background-size: 30px, 12px
}
.home-cat li:nth-child(5) a {
    background: url('../img/theme/cat-xiaomi.svg') no-repeat 20px, url('../img/theme/arrow-right.svg') no-repeat right 15px center;
    background-size: 30px, 12px
}
.home-cat li a:hover {
    background-color: #E1E8ED !important;
	background-position: 20px, right 10px center;
    text-decoration: none
}

.home-slider {
	margin: 20px 0 30px
}

.home-block {
	margin-bottom: 30px
}
.home-block > li {
	width: 50%
}
.home-block > li:first-child {
	min-width: 550px
}
.home-block > li:last-child {
	padding-left: 15px
}

#flash-deal {
	display: flex;
	align-items: center;
	height: 372px;
	box-sizing: border-box;
	border: 1px solid #E1E8ED
}
#flash-deal > li {
    padding: 15px
}
#flash-deal > li:first-child img {
    max-width: 268px;
	height: 268px;
    object-fit: contain
}
#flash-deal > li > ul {
    display: flex
}
#flash-deal h3 {
	margin-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase
}
#flash-deal .jq-ry-container {
    padding: 0 0 20px
}
#flash-deal .price {
    font-size: 28px
}
#flash-deal .old-price {
    display: block;
    margin: 5px 0;
    font-size: 13px
}
#flash-deal .discount {
    margin: -7px 0 0 10px;
    padding: 5px 8px;
    background-color: var(--main-color);
    font-size: 14px;
    font-weight: bold;
    color: #FFF
}
#flash-deal .btn-big {
    margin-top: 8px;
    width: 100%;
	color: 
}
#flash-deal .timer {
	margin: 12px 0 10px -3px
}
#flash-deal .timer li:nth-child(even),
#flash-deal .timer p {
    font-size: 20px;
    line-height: 38px
}
#flash-deal .timer li:nth-child(even) {
	content: ':';
	font-size: 20px
}
#flash-deal .timer p {
    width: 40px;
    height: 38px
}
#flash-deal .stock-bar-block {
	margin: 15px 0 5px
}

.home-block .widget-list {
    overflow: hidden;
    columns: 2;
    column-gap: 1px;
    height: 370px;
    border: 1px solid #E1E8ED
}
.home-block .widget-list ul {
    margin: 0;
    padding: 10px 5px 5px 10px;
	height: 74px;
    box-sizing: border-box;
    border: none
}
.home-block .widget-list ul:nth-child(2n+1) {
    background-color: #F9F9F9
}

/* Content */
#content-header {
	margin: 5px 0 10px
}
#content-header h1 {
	margin-bottom: 20px !important
}
#content-info {
    margin-bottom: 25px;
    color: #7F7F7F
}
#content-info p {
    margin-bottom: 10px
}

.catalog_cat-page .error {
    margin-top: 20px
}

#subcategories {
	margin-bottom: 20px
}
#subcategories ul {
    display: flex;
    flex-wrap: wrap;
	margin-right: -8px
}
#subcategories li {
    flex-basis: calc(25% - 8px);
	width: calc(25% - 8px);
    padding: 0 8px 8px 0;
    white-space: nowrap
}
#subcategories li a {
    display: block;
    padding: 10px;
    background-color: var(--main-color);
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF
}
#subcategories li a:hover {
    background-color: var(--main-color);
    text-decoration: none
}
.subcategories-view-all {
	min-width: 270px;
	text-align: center
}

.content-block-grid,
.content-post-grid {
	display: flex;
	flex-wrap: wrap
}
.content-block-grid h3,
.content-post-grid h3 {
	flex-basis: 100%;
	width: 100%;
    margin-bottom: 20px
}
.content-block-grid > ul, .content-block-grid > div,
.content-post-grid > ul, .content-post-grid > div {
	flex-grow: 1;
	flex-basis: 25%;
	width: 25%;
    min-width: 220px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #E1E8ED;
	margin-bottom: -1px;
	margin-right: -1px
}
.content-block-grid > div,
.content-post-grid > div {
	padding: 15px;
	border-color: transparent
}
.content-block-grid-5 > ul, .content-block-grid-5 > div {
	flex-basis: 20%;
	width: 20%
}
.content-block-grid > ul > li:nth-child(1) {
	position: relative;
	height: 220px;
    cursor: pointer
}
.content-block-grid > ul > li:nth-child(1) img {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 1;
	transform: translate(-50%,-50%);
    width: 100%;
	max-width: 220px
}
.content-block-grid .discount {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    padding: 3px 6px;
    background-color: var(--main-color);
    font-weight: bold;
    color: #FFF
}
.content-block-grid > ul > li a {
	display: block;
	color: #575757
}
.content-block-grid > ul > li:nth-child(2) a {
	margin: 12px 0 6px
}
.content-block-grid .stars-rate {
	margin: 0 0 6px -5px
}

#order-by {
	margin-bottom: 15px;
	text-align: right
}
#order-by a {
	font-weight: bold;
	color: var(--main-color)
}
#order-by span {
    padding: 0 8px;
    color: var(--main-color)
}
#order-by .active {
	color: #F36
}
#order-by .active.asc:after {
	display: inline-block;
	padding-left: 3px;
	font-size: 11px;
	content: '▲';
}
#order-by .active.desc:after {
	display: inline-block;
	padding-left: 3px;
	font-size: 11px;
	content: '▼';
}

/* Product list */
#product-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #E1E8ED
}
#product-list > ul {
	position: relative
}
#product-list > ul, #product-list > div {
	flex-grow: 1;
	flex-basis: calc(20% - 10px);
	width: calc(20% - 10px);
	margin: 10px 10px 0 0;
	padding: 15px 15px 10px;
	min-width: 240px;
	box-sizing: border-box;
	border: 1px solid #FFF;
	text-align: left
}
#product-list > div {
	height: 1px
}
.pl-image {
	position: relative;
	height: 220px;
    cursor: pointer
}
.pl-image a {
	display: block
}
.pl-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    transition: top linear .1s;
    width: 100%;
	max-width: 220px
}
.pl-content h3 {
	margin: 10px 0 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	line-height: 17px
}
.pl-content h3 a {
	color: #171B26
}
.pl-manufacturer a {
	display: block;
	margin: -3px 0 5px;
	font-size: 12px;
	color: #999
}
.pl-description {
	margin-bottom: 5px;
	font-size: 12px
}
#product-list > ul:hover {
	border-color: #E1E8ED
}
#product-list > ul:hover .pl-image img {
    top: calc(50% - 3px);
}
#product-list > ul:hover .product-sales {
	display: block
}
#product-list .product-sales {
	display: none;
	position: absolute;
	left: -16px;
	z-index: 2;
	padding: 10px 15px 15px;
	width: 100%;
	background-color: #FFF;
	border: 1px solid #E1E8ED;
	border-top: none
}
#product-list .product-sales li {
    margin-bottom: 0
}
#product-list .not-available {
	width: 100%
}

#removeOfWishlist {
    float: right;
    margin-top: 10px;
    padding-right: 20px;
    background: url('../img/theme/wishlist.svg') no-repeat right;
    background-size: 14px;
    font-size: 12px;
    font-weight: bold;
    color: var(--main-color)
}

/* Product sales */
.product-sales .price,
.product-sales .old-price,
.show-mobile .old-price,
.show-mobile .price {
    display: block
}
.product-sales .old-price {
    padding-top: 4px;
    font-size: 11px
}
.product-sales select {
    margin-bottom: 10px;
	width: 100%
}
.product-sales input[name="quantity"] {
    margin-right: 10px;
    padding-left: 3px;
    padding-right: 3px;
    width: 40px !important;
    box-sizing: border-box;
    text-align: center
}
.product-sales input[name="addToCart"], .product-sales .btn-green {
    width: calc(100% - 50px);
    line-height: 15px;
    text-transform: uppercase
}
.product-sales .ask-for-price {
	width: 100%
}
.pl-sales {
    position: relative
}
.pl-sales .out-of-stock {
    margin-top: 10px
}
.pl-sales .stars-rate .jq-ry-container {
	margin: 0 0 8px -5px
}

/* Quantity discounts */
.qty-discounts {
	margin-top: 15px;
	padding: 0 10px;
	background-color: #FFF;
	border: 1px solid #E1E8ED;
	font-family: 'Roboto Condensed', sans-serif;
	color: #171B26
}
.qty-discounts > li {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #E1E8ED
}
.qty-discounts > li:last-child {
	border-bottom: none
}
.qty-discounts ul {
	display: flex
}
.qty-discounts ul li {
	flex-grow: 1;
	text-align: left
}
.qty-discounts ul li:last-child {
	text-align: right;
}
.qty-discounts span {
	font-weight: bold;
	color: var(--main-color)
}

/* Product page */
#product-page-columns {
    display: table;
    margin: 20px 0 30px;
    padding-bottom: 20px;
    width: 100%;
    height: 400px;
    border-bottom: 1px solid #E1E8ED;
}
#product-page-columns > li {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
}

#product-page-left {
    position: relative;
    padding: 10px 20px 0 80px;
    width: 40%;
    text-align: center
}
#product-page-left img.product-image {
	max-width: 100%;
	min-width: 280px;
	max-height: 420px;
	object-fit: contain
}
#product-extra-images-block {
    position: absolute;
    top: 10px;
    left: 0;
    width: 60px
}
#product-extra-images-block i.slick-prev,
#product-extra-images-block i.slick-next {
    position: absolute;
    left: 26px;
    border: solid var(--main-color);
    border-width: 0 3px 3px 0;
    padding: 5px;
    cursor: pointer
}
#product-extra-images-block i.slick-prev {
    display: none !important;
    bottom: calc(100% + 5px);
    transform: rotate(-135deg)
}
#product-extra-images-block i.slick-next {
    top: 100%;
    transform: rotate(45deg)
}
#product-extra-images-block .active {
    border-color: var(--main-color)
}
#product-extra-images-block li {
    overflow: hidden;
    margin-bottom: 5px;
    padding: 5px 0;
	width: 45px;
	height: 45px;
    background-color: #FFF;
    border: 1px solid #E1E8ED
}
#product-extra-images-block img {
	margin: 0 auto;
    max-width: 45px;
	height: 45px;
	object-fit: contain
}
#product-page-center {
	padding: 5px 30px 0;
	border-left: 1px solid #E1E8ED;
	border-right: 1px solid #E1E8ED;
	width: 40%
}
#product-page-center h1 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 31px
}
#product-page-center h2 {
	margin: 3px 0 8px
}
#product-page-center h2 a {
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    color: #AAA
}
#product-page-center #stars-rate {
	margin: 5px 0 6px -5px
}
#product-page-center #stars-rate a {
    display: block;
	margin: 5px 0 6px 5px;
    color: var(--main-color)
}
#product-page-center #short-description {
    display: block;
	margin: 12px 0 10px;
    padding-top: 12px;
    border-top: 1px solid #E1E8ED
}
#product-page-center #btn-view-description {
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 22px;
	background: url('../img/theme/view.svg') no-repeat left;
	background-size: 17px;
    font-size: 14px;
	text-decoration: underline;
	color: var(--main-color)
}
#product-extra-fields {
	margin: 15px 0 5px
}
#product-extra-fields h4 {
	margin-bottom: 5px
}
#product-extra-fields ul {
	display: table;
	width: 100%;
	border-bottom: 1px solid #E1E8ED
}
#product-extra-fields li {
	display: table-cell;
	padding: 6px 0
}
#product-extra-fields li:first-child {
	width: 30%;
	min-width: 120px;
	font-weight: bold
}
#product-extra-fields li:last-child {
	text-align: right;
	color: #171B26
}
#product-extra-fields img {
	margin-right: 5px;
	width: 18px;
	vertical-align: middle
}
#product-page-right {
	padding: 0 0 0 30px
}

#product-page-right .product-sales {
    min-width: 310px;
    margin-bottom: 15px;
    padding: 15px 15px 6px;
    box-sizing: border-box;
    background-color: #F9F9F9;
    border: 1px solid #E1E8ED;
    text-align: right
}
#product-page-right .product-sales li {
    margin-bottom: 0
}
#product-page-right .product-sales input[name="addToCart"] {
    margin-bottom: 15px;
    line-height: 16px
}
#product-page-right .product-sales .not-available {
	margin-bottom: 12px;
	width: 100%;
	background-color: #EEE
}
#product-page-right .product-sales .product-notifications {
	margin-bottom: 12px;
	width: 100%;
	font-size: 11px !important;
	text-transform: uppercase
}
#product-page-right .product-sales .product-price {
    float: right;
    min-height: 35px
}
#product-page-right .product-sales .price {
    font-size: 22px
}
#product-page-right .product-sales .old-price {
    padding-top: 6px
}
#product-page-right #product-flash-deal {
	float: left;
    margin-top: -10px
}
#product-page-right #product-flash-deal-text {
    padding-top: 6px;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    color: #888
}
#product-page-right #product-extra-options {
    padding: 5px 0 15px
}
#product-page-right #product-extra-options ul ul {
    display: table;
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
    border-top: 1px solid #E1E8ED;
    text-align: left
}
#product-page-right #product-extra-options ul ul li {
    display: table-cell;
    vertical-align: top
}
#product-page-right #product-extra-options ul ul li:last-child {
    padding-left: 10px;
    text-align: right
}
#product-page-right #product-extra-options label {
    display: block;
    padding: 0;
    width: 100%;
    cursor: pointer
}
#product-page-right #product-extra-options input[type="checkbox"] {
    margin: 0 5px 0 0
}
#product-page-right #product-extra-options h4 {
    font-size: 15px;
    text-align: left
}
#product-page-right #product-extra-options h5 {
    margin-bottom: 4px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: var(--main-color)
}
#product-page-right #product-extra-options .eoContent {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-align: left;
    color: #777
}
#product-page-right #product-extra-options .price {
    font-size: 15px
}
#product-page-right #product-help {
    clear: both;
	padding-top: 20px
}
#product-page-right #product-help a {
    display: block;
    padding: 6px 10px;
    background-color: var(--main-color);
    border-radius: 4px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-align: center;
	color: #FFF
}
#product-page-right #trusted-info {
	padding-top: 20px;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
	text-align: left;
	color: #777
}
#product-page-right #trusted-info li {
	padding: 8px 0 8px 20px;
	background: url('../img/theme/check.svg') no-repeat left;
	background-size: 12px;
	border-top: 1px solid #E1E8ED
}
#product-page-right #addToWishlist {
	display: block;
	margin: -5px 0 20px;
	padding-left: 20px;
	background: url('../img/theme/wishlist.svg') no-repeat left center;
    background-size: 14px;
	font-weight: bold;
	color: #F36
}
#product-page-right #manufacturer-info {
    overflow: auto;
    margin-bottom: 20px;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #F9F9F9;
    border: 1px solid #E1E8ED
}
#product-page-right #manufacturer-info li {
    display: inline-block;
    vertical-align: middle
}
#product-page-right #manufacturer-info img {
    margin-right: 10px;
    width: 60px;
    border: 1px solid #E1E8ED
}
#product-page-right #manufacturer-info b {
	font-size: 14px
}
#product-page-right #manufacturer-info a {
  	display: block;
  	margin-top: 6px;
  	font-size: 12px;
  	text-decoration: underline;
  	color: var(--main-color)
}
#product-page .tab {
    margin: 15px 0 30px
}
#product-page .tab div,
#product-page .tab p {
    margin-bottom: 5px
}
#product-page #tab-description {
    padding: 20px;
    background-color: #F9F9F9;
    border-bottom: 1px solid #E1E8ED
}
#product-page #tab-description h2 {
	font-size: 15px
}
#product-page #tab-description ul {
	margin-bottom: 10px
}
#product-page #tab-description img {
	max-width: 100%;
	height: auto !important
}

.starsRate {
    display: inline-block
}
.starsRateText {
    font-size: 12px;
    line-height: 15px;
    color: #171B26
}
.starsRateText span {
    color: #F36
}

.product-delivery-time {
	margin-bottom: 10px;
	padding: 7px 8px 7px 44px;
    font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #444
}
.product-delivery-time.green,
.product-delivery-time.orange {
    background: #FFECF1 url('../img/theme/truck.svg') no-repeat 8px;
    background-size: 26px 26px;
	border: 1px solid #FFCAD8
}
#cart-page .product-delivery-time.green,
#cart-page .product-delivery-time.orange {
    display: inline-block;
    margin-top: 5px;
    padding:  4px 8px 4px 36px;
    background-size: 20px 20px;
    background-position: 8px;
    font-size: 11px;
}

.product-label {
	display: inline-block;
	margin: 0 5px 10px 0;
	padding: 3px 8px;
	background-color: #F36;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	white-space: nowrap
}

#showComments {
    height: 0
}
#content-block-comments {
    margin-top: -10px
}
#content-block-comments > ul {
    display: table;
	width: 100%
}
#content-block-comments > ul > li {
    display: table-cell;
    vertical-align: top
}
#content-block-comments > ul > li:first-child {
    padding-right: 30px;
    width: 300px
}
#content-block-comments > ul > li:first-child .starsRate {
    margin: 8px 0 0 -5px
}
#content-block-comments > ul > li:first-child .starsRateText {
    display: block;
    padding: 8px 0 14px
}
#content-block-comments > ul > li:last-child {
    max-width: 750px
}
#form-comment textarea,
.comment-content textarea {
    display: block;
    margin: 5px 0;
    width: 100%;
    height: 90px;
    box-sizing: border-box
}
#form-comment .small {
    margin-bottom: 5px
}
.comment {
    padding: 15px 0 8px;
    border-top: 1px solid #E1E8ED
}
.comment-info {
    margin-bottom: 10px
}
.comment-info img {
    margin-right: 7px;
    width: 35px;
	height: 35px;
	object-fit: cover;
    vertical-align: middle
}
.comment-info b {
    margin-right: 4px
}
.comment-info span {
    white-space: nowrap;
    font-size: 12px;
    color: #BBB
}
.comment-content {
    width: 100%
}
.comment-content textarea {
    margin-top: 10px;
    height: 50px
}
.write-reply {
    float: right
}
.total-replies {
    margin-left: 40px;
    padding: 8px 0 5px;
    font-size: 15px;
    font-weight: bold;
    color: var(--main-color)
}
.comment-replies {
    margin-left: 40px;
    padding: 12px 0 10px;
    border-top: 1px solid #E1E8ED;
    font-size: 12px
}
.comment-replies .comment-info img {
    width: 25px;
	height: 25px
}
/* END: Product page */

/* Products pack */
.product-sales li ul.products-pack-group {
    margin: 0 0 10px
}
.product-sales li ul.products-pack-group li.pp-group-name {
    padding: 6px 10px 6px 12px;
    background-color: var(--main-color);
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF
}
.product-sales li ul.products-pack-group li {
    text-align: left
}
.product-sales li ul.products-pack-group li ul.pp-group-product {
    display: table;
    position: relative;
    padding: 0;
    width: 100%;
    height: 35px;
    border-top: 1px solid #E1E8ED
}
.product-sales li ul.products-pack-group li ul.pp-group-product li {
    display: table-cell;
    padding: 5px 8px 2px 10px;
    vertical-align: middle
}
.product-sales li ul.products-pack-group li ul.pp-group-product li:last-child {
    text-align: right
}
.product-sales li ul.products-pack-group li ul.pp-group-product li:last-child img:hover {
    opacity: .8
}
.product-sales li.pp-product-input {
    padding-right: 0 !important;
    padding-left: 8px !important;
    width: 0
}
.product-sales ul.pp-product-checked {
    background-color: #E1E8ED
}
.product-sales li ul.products-pack-group label {
    display: block;
    padding: 0;
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    text-align: left;
    color: #575757;
    cursor: pointer
}
.product-sales li ul.products-pack-group li ul.pp-attributes {
    margin-top: -2px;
    margin-left: -7px
}
.product-sales li ul.products-pack-group li ul.pp-attributes li {
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
    color: var(--main-color)
}
.product-sales li ul.products-pack-group li ul.pp-attributes li b {
    font-weight: normal;
    color: #575757
}
.product-sales li ul.products-pack-group li ul.pp-group-product .pp-view-product {
    visibility: hidden;
    position: absolute;
    left: -348px;
    z-index: 9999;
    margin-top: -5px;
    padding: 10px;
    width: 320px;
    background-color: #FFF;
    border: 1px solid rgba(240,240,240,240)
}
.pp-view-product:after,
.pp-view-product:before {
    position: absolute;
    top: 18px;
    left: 100%;
    height: 0;
    width: 0;
    content: '';
    border: solid transparent
}
.pp-view-product:after {
    margin-top: -10px;
    border-color: rgba(240,240,240,0);
    border-left-color: #FFF;
    border-width: 10px 2px 10px 10px
}
.pp-view-product:before {
    margin-top: -11px;
    border-color: rgba(221,221,221,0);
    border-left-color: #DDD;
    border-width: 11px
}
.pp-view-product h3 {
    margin-bottom: 5px;
    padding-bottom: 7px;
    border-bottom: 1px solid #E1E8ED;
    font-size: 15px;
    line-height: 19px
}
.product-sales li ul.products-pack-group li ul.pp-group-product:hover .pp-view-product {
    visibility: visible
}
.product-sales li ul.products-pack-group li ul.pp-group-product .pp-view-product li {
    vertical-align: top;
    font-size: 11px;
    text-align: left
}
.product-sales li ul.products-pack-group li ul.pp-group-product .pp-view-product img {
    margin-right: 10px
}
.product-sales li ul.products-pack-group li ul.pp-group-product .pp-view-product .price {
    margin: 10px 5px 0 0;
    font-size: 20px !important;
    color: var(--main-color)
}
/* END: Products pack */

/* Cart page */
#cart-recovery {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #F5F5F5
}
#cart-page h1 {
	margin-bottom: 15px !important
}
#cart {
    display: flex;
}
#cart > li:first-child {
	flex-grow: 1;
    margin: -1px 40px 0 0;
}
#cart > li:last-child {
    display: flex;
    flex-flow: column;
	width: 410px;
    min-width: 410px
}
#cart > li:last-child .block {
    margin-bottom: 15px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #F9F9F9;
    border: 1px solid #E1E8ED;
	color: #171B26
}
#cart > li:last-child .block .btn-view-gifts {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline
}
#cart > li:last-child .block #availableVouchers {
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid #E1E8ED;
}
#cart > li:last-child .block #availableVouchers p {
    margin-bottom: 8px;
    font-size: 12px
}
#cart > li:last-child .block .small {
    margin-top: 12px;
    padding-top: 8px;
    border-top: 1px solid #E1E8ED;
    color: #575757
}
#cart > li:last-child .block .error {
    margin: 0;
    padding: 5px 10px
}
#cart > li:last-child h2,
#order-page > li:last-child h2 {
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid #E1E8ED;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase
}
#cart > li:last-child h3 {
    font-size: 18px;
    line-height: 22px
}
#cart > li:last-child h4 {
    font-size: 15px;
    line-height: 20px
}
#cart form[name="loginForm"] {
    margin-bottom: 14px;
    padding-bottom: 17px;
    border-bottom: 1px solid #E1E8ED
}
#cart > li:last-child input[type="email"],
#cart > li:last-child input[type="password"],
#cart > li:last-child input[type="text"] {
    width: 100%
}
#cart-totals {
    margin-bottom: 12px;
    border-bottom: 2px solid #E1E8ED;
    text-align: right
}
#cart-totals li {
    margin-bottom: 5px
}
#cart-totals li ul {
    display: flex;
    flex-wrap: wrap
}
#cart-totals li ul li:last-child {
    flex-grow: 1;
    text-align: right
}
#cart-totals li ul li.price:first-child {
    font-size: 18px;
    line-height: 26px
}
#cart-totals .price {
    font-size: 21px;
    line-height: 25px
}

#cart-item-header {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E1E8ED;
    font-size: 14px;
    font-weight: bold;
    text-align: right
}
.cart-item {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E1E8ED
}
.cart-item:last-of-type {
    border-width: 2px
}
.cart-item > li {
    flex-grow: 1
}
.cart-item > li:first-child {
    flex-grow: 0;
    padding-right: 15px;
    width: 115px;
    min-width: 115px;
	box-sizing: border-box;
    text-align: center
}
.cart-item > li:first-child img {
	margin: 0 auto;
    max-width: 90px;
	height: 90px;
	object-fit: contain
}
.cart-item > li:last-child {
    position: relative;
    display: flex;
    flex-grow: 0;
    align-items: flex-start;
	justify-content: flex-end;
	min-width: 300px;
    text-align: right
}
.cart-item > li:last-child ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}
.cart-item h3 {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase
}
.cart-item h3 a {
    color: #171B26
}
.cart-item h3 a:hover {
    text-decoration: underline
}
.cart-item p {
    margin-bottom: 2px;
    font-size: 11px
}
.cart-item p,
.cart-item p a {
    color: var(--main-color)
}
.cart-item p a {
    white-space: nowrap
}
.cart-item b {
    font-weight: normal;
    color: #171B26
}
.cart-item .removeItem {
	margin-left: 15px
}
.cart-item .removeItem img {
    width: 11px
}
.cart-item .price {
	margin-left: 15px;
	min-width: 60px;
    font-size: 15px;
    color: #171B26
}
.cart-item .cart-item-qty {
    position: relative;
    display: flex;
    justify-content: flex-end
}
.cart-item .addQty,
.cart-item .removeQty {
    padding: 3px 0;
    width: 25px;
    height: 26px;
    box-sizing: border-box;
    border: 1px solid #BBB;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    color: #171B26;
    cursor: pointer
}
.cart-item .addQty {
    border-left: none;
    border-radius: 0 4px 4px 0
}
.cart-item .removeQty {
    border-right: none;
    border-radius: 4px 0 0 4px
}
.cart-item .qty-input {
    margin: 0;
    padding: 5px;
    width: 40px !important;
    height: 26px;
    border-radius: 0;
    font-size: 12px;
    text-align: center
}
.cart-item .bubble {
    position: absolute;
    top: 0;
    right: calc(100% + 7px);
    padding: 4px 10px;
    white-space: nowrap;
    background-color: var(--main-color);
    border-radius: 4px;
    font-size: 11px;
    text-align: center;
    color: #FFF
}
.cart-item .bubble:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: -5px;
    width: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent var(--main-color)
}
.cart-item-extra-options {
    display: table;
    margin: 5px 0;
    font-style: italic;
    color: #000
}
.cart-item-extra-options ul {
    display: table-row 
}
.cart-item-extra-options ul li {
    display: table-cell;
    padding: 2px 0
}
.cart-item-extra-options ul li:first-child {
    padding-right: 5px
}
.cart-item-extra-options b {
    font-weight: bold;
    font-style: normal;
    color: var(--main-color)
}
.cart-item-extra-options .price {
    font-size: 14px;
    font-style: normal
}
/* END: Cart page */

/* Gifts */
#cart .content-block-grid {
    margin-top: 25px
}
#cart .content-block-grid > ul, #cart .content-block-grid > div {
    position: relative;
    flex-basis: 14.285714%;
	width: 14.285714%;
    min-width: 160px;
    padding: 10px 10px 40px
}
#cart .content-block-grid > div {
    padding-top: 0;
    padding-bottom: 0;
    height: 0
}
#cart .content-block-grid > ul > li:nth-child(1) {
    height: 120px
}
#cart .content-block-grid > ul > li:nth-child(1) img {
    top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}
#cart .content-block-grid .small {
    padding: 10px 0;
    text-align: center
}
#cart .content-block-grid .btn-select-gift {
    bottom: 10px;
    position: absolute;
	padding: 8px;
    width: calc(100% - 20px);
	font-size: 11px !important;
}
/* END: Gifts */

/* Order page */
.order-page {
	background-color: #F5F5F5
}
.order-page h1 {
	margin: 0;
	font-size: 25px;
	line-height: 28px
}
#order-page h3 {
    margin: 0 0 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase
}
#order-page a {
	text-decoration: underline
}
#order-page,
#order-page #order-address,
.order-method ul {
	display: flex;
	flex-wrap: wrap
}
#order-page > li:first-child {
	flex-grow: 1;
	padding-right: 30px
}
#order-page > li:last-child {
	width: 500px
}
#order-page > li:last-child .block {
    padding: 20px;
    box-sizing: border-box;
    background-color: #FFF
}
#order-page label {
    margin: 0;
	padding: 0;
	width: 100%;
	text-align: left
}
#order-page label[for="privacy"] {
	margin-bottom: 10px
}
#order-page textarea,
#order-page input[type="submit"] {
	width: 100%
}
#order-page  #order-address {
    margin-top: 2px;
    padding: 15px 20px 0;
	background-color: #FFF
}
#order-page #order-address > li {
    margin: 0 60px 15px 0
}
.order-method {
	position: relative;
    margin: 20px 0 10px;
	padding: 15px 20px;
	background-color: #FFF
}
.order-method ul {
	position: relative;
	flex-wrap: nowrap;
    margin: 5px 0;
    padding: 8px 10px;
	background-color: #FFF;
    border: 1px solid #E1E8ED
}
.order-method ul,
#selectMethod ul label,
#selectMethod ul input {
	cursor: pointer
}
#selectMethod ul ul {
	padding: 10px 0 0;
	border: none
}
.order-method li:nth-child(1) {
	padding-right: 10px
}
.order-method li:nth-child(2) {
	flex-grow: 1
}
.order-method li.price {
    padding-left: 20px;
	width: 100px;
	text-align: right
}
form .order-method li {
    margin: 0
}
.order-method h3 {
    padding-left: 25px;
    background: url('../img/theme/uncheck-circle.svg') no-repeat left;
    background-size: 18px
}
.order-method h3.check {
    background: url('../img/theme/check-circle.svg') no-repeat left;
    background-size: 18px
}
.order-method h5 {
    margin-bottom: 2px
}
.order-method .price {
    font-size: 16px;
    line-height: 20px
}
.order-method img {
    max-width: 85px;
    height: 35px;
    object-fit: contain
}
.order-method p {
    font-size: 12px;
    color: var(--main-color)
}
.order-method .active {
    background-color: #F5F5F5
}
.order-method .active img {
    filter: brightness(0.96)
}
.order-method .active #selectMethod .active {
	background-color: #FFF
}
.change-method {
	position: absolute;
	top: 15px;
	right: 20px
}
#order-notes {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 2px solid #E1E8ED
}
#order-notes p {
	margin-bottom: 5px
}

#order-success-page {
	margin: 0 auto;
	max-width: 600px;
	text-align: center
}
#order-success-page img {
	margin-bottom: 15px;
	width: 160px
}
#order-success-page .btn-extra {
	margin: 20px 0;
	width: 100%;
	font-size: 16px !important
}
/* END: Order page */

/* Customer account */
#create-account-page,
#customer-login-page,
#forgot-password-page,
#customer-account-page,
#customer-edit-page {
	margin: 0 auto;
	max-width: 600px
}
#create-account-page p,
#customer-login-page p {
    margin: -5px 0 10px;
    font-size: 14px
}
#customer-account-page {
	max-width: 800px
}
#create-account-page a,
#customer-login-page a,
form[name="loginForm"] a,
.dropdown-content p a {
    font-weight: bold;
    text-decoration: underline;
	color: var(--main-color) !important
}
form[name="loginForm"] a {
    color: #333 !important
}
form[name="loginForm"] span {
    display: inline-block;
    padding: 8px 0;
    white-space: nowrap
}

#customer-info-block {
    display: table;
    margin-bottom: 20px;
    width: 100%
}
#customer-info-block li {
    display: table-cell;
    vertical-align: middle
}
#customer-info-block li:first-child {
    width: 110px
}
#customer-info-block img, #avatar {
    width: 90px;
	height: 90px;
	object-fit: cover;
    vertical-align: middle
}
#customer-info-block p {
    margin-top: 5px;
    font-size: 14px
}
#customer-info-block b {
    color: #171B26
}
#header-customer-menu li {
	background-repeat: no-repeat;
    background-position: 12px;
	background-size: 14px
}
#header-customer-menu li a {
	padding-left: 35px
}
#customer-account-links {
	display: flex;
	flex-wrap: wrap
}
#customer-account-links li {
    margin: 0 10px 10px 0;
	width: 100%;
	box-sizing: border-box;
    background-color: #F9F9F9;
    background-repeat: no-repeat;
    background-position: 12px;
	background-size: 18px;
	border: 1px solid #E1E8ED
}
#customer-account-links li:hover {
    background-color: #F5F5F5
}
.customer-account-link-orders {
	background-image: url('../img/theme/customer-orders.svg');
}
.customer-account-link-edit {
	background-image: url('../img/theme/customer-edit.svg');
}
.customer-account-link-discounts {
	background-image: url('../img/theme/customer-discounts.svg');
}
.customer-account-link-discounts-stats {
	background-image: url('../img/theme/customer-discounts-stats.svg');
}
.customer-account-link-sponsored {
	background-image: url('../img/theme/customer-sponsored.svg');
}
.customer-account-link-wishlist {
	background-image: url('../img/theme/customer-wishlist.svg');
}
.customer-account-link-logout {
	background-image: url('../img/theme/customer-logout.svg');
}
#customer-account-links li a {
	display: block;
	padding: 15px 10px;
	padding-left: 40px;
	background: url('../img/theme/arrow-right.svg') no-repeat right 10px center;
	background-size: 14px;
	font-size: 15px;
	color: #171B26
}
#customer-account-links li a:hover {
	text-decoration: none
}

#customer-orders-page fieldset {
    background-color: #F9F9F9;
    border-bottom: 1px solid #E1E8ED
}
#order-info {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #E1E8ED
}
#order-address {
    margin-top: 15px
}
#order-methods span,
#order-address span {
    font-weight: bold;
    color: #171B26
}
#order-products,
#order-comments {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 2px solid #E1E8ED
}
#order-products li {
    text-align: right
}
#order-products li:first-child {
    text-align: left
}
#order-products li:first-child span {
    font-weight: bold
}
#order-totals {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 2px solid #E1E8ED;
    font-weight: bold;
    text-align: right
}
#order-totals label {
    padding: 2px 0 2px 2px;
    width: 70px
}
.order-comments-info {
    margin-top: 8px;
    padding-top: 8px;
    color: var(--main-color)
}

/* Shipping/Payment rates */
#shippingRatesBlock {
    margin-top: 30px;
    max-width: 900px
}
#shippingRatesBlock h2 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 31px;
    text-transform: uppercase;
    color: #171B26
}
#shippingRatesBlock h3 {
    margin-top: 25px
}
#shippingRatesBlock .shippingRatesInfo {
    padding-bottom: 15px;
    color: var(--main-color)
}
#shippingRatesBlock label {
    float: left;
    margin: 0;
    padding: 0;
    width: 100px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: var(--main-color)
}
#shippingRatesBlock .price {
    font-size: 14px
}
.shippingRates {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: #F9F9F9;
    border: 1px solid #E1E8ED;
    color: #171B26
}
.shippingRates .zoneName {
    display: block;
    padding: 12px 15px;
    background: url('../img/theme/arrow-down.svg') no-repeat right 10px center;
    background-size: 14px;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    cursor: pointer
}
.shippingRates li {
    padding: 12px 15px;
    border-top: 1px dotted #E1E8ED;
    text-align: right
}
.shippingRates li:hover {
    background-color: #F5F5F5
}
p.freeShipping {
    text-align: left;
    color: var(--main-color)
}

/* Flash deal */
.flash-deal {
    margin-top: 10px
}
.timer li {
    display: inline-block;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    color: #575757
}
.timer li:nth-child(even),
.timer p {
    font-size: 15px;
    line-height: 28px;
	text-align: center;
    color: #FFF
}
.timer li:nth-child(even) {
    padding-top: 0;
    vertical-align: top;
	content: ':';
	font-size: 15px;
	font-weight: bold;
	color: #171B26
}
.timer p {
    margin: 0 3px 3px 3px;
    width: 32px;
    height: 28px;
    background: #171B26;
    border-radius: 4px;
    font-weight: bold
}

/* Stock bar */
.stock-bar-block {
	margin: 5px 0
}
.stock-bar-wrap {
	margin-top: 5px;
	width: 100%;
	height: 5px;
	background-color: #EEE
}
.stock-bar {
	width: 0%;
	max-width: 100%;
	height: 5px;
	background-color: #F36
}

/* Blog */
#blog-page #sidebar,
#blog_cat-page #sidebar,
#post-page #sidebar,
#search-blog-page #sidebar {
	padding-right: 0;
	padding-left: 40px;
	width: 280px
}
#blog-page h2,
#blog_cat-page h2 {
	margin: 10px 0 20px;
    font-size: 22px;
    line-height: 26px;
	color: #171B26
}
#post-page article {
	margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E8ED
}
#post-page h1 {
	margin-bottom: 10px
}
#post-page h6 {
	margin-top: 15px
}
#post-page #content-block-comments {
	margin-top: 20px
}
.post-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E1E8ED
}
.post-block:first-of-type {
    margin-top: 0
}
.post-block > li {
    flex-grow: 1;
    flex-basis: 50%;
    width: 50%;
    min-width: 300px
}
.post-block > li:last-child {
    padding-left: 30px;
    box-sizing: border-box
}
.post-block > li:last-child img {
    width: 100%
}
.post-block .post-info {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: 0
}
.post-block .btn-read-more {
    display: block;
    margin-top: 10px;
    width: 140px
}
.post-cover img {
	margin-bottom: 15px;
	width: 100%
}
.post-info {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E1E8ED
}
.post-info li {
    margin-right: 15px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    color: #888
}
.post-info img {
    margin: -3px 1px 0 0;
    vertical-align: middle;
    opacity: .4
}
.post-info a {
    color: #888
}
.post-labels {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
	padding-top: 10px;
    border-top: 1px solid #E1E8ED
}
.post-labels li {
    margin: 10px 15px 0 0;
    padding-left: 14px;
    background: url('../img/theme/blog-labels.svg') no-repeat left;
	background-size: 12px
}
.post-labels a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #171B26
}
.content-post-grid {
    margin-right: -30px
}
.content-post-grid > ul, .content-post-grid > div {
	flex-grow: 1;
	flex-basis: calc(33.333333% - 30px);
	width: calc(33.333333% - 30px);
    min-width: 300px;
    margin: 0 30px 30px 0;
	padding: 0;
	border: none;
	box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 1px 1px 0 rgba(0,0,0,.1)
}
.content-post-grid > ul {
    position: relative;
    padding-bottom: 35px
}
.content-post-grid > div {
    margin-bottom: 0;
	box-shadow: none
}
.content-post-grid > ul > li:first-child img {
	margin: -1px;
    width: calc(100% + 2px)
}
.content-post-grid > ul > li:last-child {
	padding: 5px 15px 15px
}
.content-post-grid > ul h3 {
    margin: 5px 0 8px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px
}
.content-post-grid .post-info {
    margin-bottom: 8px;
	padding-bottom: 0;
	border: none
}
.content-post-grid .btn-read-more {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 140px
}

/* Contact page */
#contact-page > ul {
    display: flex;
    flex-wrap: wrap
}
#contact-page > ul > li {
    flex-grow: 1;
    margin-bottom: 30px
}
#contact-page > ul > li:last-child {
    flex-grow: 0;
    width: 700px
}
#contact-page > ul > li h2,
#contact-page > ul > li h3,
#contact-page > ul > li h4,
#contact-schedule p {
    margin: 0 0 8px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #171B26
}
#contact-page > ul > li h2 {
    margin-top: 6px;
    font-size: 22px;
    line-height: 26px;
}
#contact-page > ul > li #contact-link h2,
#contact-schedule p {
    margin-bottom: 5px;
    padding-left: 24px;
    background: url('../img/theme/check.svg') no-repeat left;
    background-size: 14px;
    font-size: 17px;
    font-weight: normal;
    text-transform: none
}
#contact-link,
#contact-schedule {
    margin: 0 60px 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #E1E8ED
}
#contact-phone,
#contact-schedule {
    margin-top: 15px
}
#contact-phone p {
    margin-top: -6px;
    margin-left: 10px
}
#contact-phone a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: var(--main-color)
}
#contact-schedule p {
    margin-top: -2px;
    padding: 0;
    background: none;
    font-size: 15px
}
#contact-social {
    margin-top: 40px
}
#contact-social ul {
    display: flex;
    flex-wrap: wrap
}
#contact-social a {
    position: relative;
    display: block;
    margin-right: 10px;
    width: 42px;
    height: 42px
}
#contact-social img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
#contact-page input[type="text"],
#contact-page input[type="tel"],
#contact-page input[type="email"],
#contact-page input[type="file"],
#contact-page select,
#contact-page textarea {
    width: 400px
}

/* Footer */
#newsletters { 
    padding-top: 30px;
    padding-bottom: 40px;
	background-color: #FFF;
	border-top: 1px solid #E1E8ED;
    color: #3a3a3a
}
#newsletters .page-wrap {
	display: flex;
    flex-wrap: wrap;
	align-items: center
}
#newsletters .banner,
#newsletters form {
    width: 50%;
	box-sizing: border-box
}
#newsletters .banner {
	padding-right: 20px
}
#newsletters .banner img {
	width: 100%
}
#newsletters h3,
#newslettersSuccess {
    margin-bottom: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
    font-weight: bold;
	text-transform: uppercase
}
#newsletters p {
    padding-top: 15px;
	max-width: 650px
}
#newsletters a {
	text-decoration: underline !important;
	color: var(--main-color) !important
}
#newsletters label {
    margin-top: 5px;
    width: 100%;
    text-align: left;
    cursor: pointer
}
#newsletters input[type="checkbox"] {
    margin-left: 0
}
#newsletters input[type="email"] {
	padding: 14px 10px;
	width: 65% !important
}
#newsletters input[type="submit"] {
	float: right;
	padding: 15px 15px 14px;
	width: calc(35% - 10px) !important
}
#footer-min {
    display: none;
	margin-top: auto;
    padding-bottom: 20px;
	background-color: #F9F9F9;
    text-align: center;
    color: #AAA
}
#footer-min p {
	padding-top: 20px;
	border-top: 1px solid #E1E8ED
}
#footer {
	margin-top: auto;
    background-color: #171B26;
    color: #FFF
}
#footer > ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 55px;
	margin-bottom: 45px
}
#footer > ul > li {
    flex-grow: 1;
    min-width: 250px
}
#footer ul ul li {
    display: block;
    padding-bottom: 12px;
    width: auto
}
#footer ul.columns-2 {
    columns: 2
}
#footer ul.columns-2 li:last-child a {
    display: inline-block;
    margin-top: 5px;
    padding: 5px 20px;
    background-color: var(--main-color);
    border-radius: 12px;
    color: #FFF;
}
.footer-title {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold
}
#footer a {
    color: #DEDEDE
}
#footer a:hover {
    text-decoration: none;
    color: #FFF
}
#footer-logo {
    max-width: 160px
}
#footer-contact li {
    color: #FFF
}
#footer-contact li p {
    margin-bottom: 3px
}
#footer-contact li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #FFF
}
#footer-contact li:last-child {
    font-size: 13px
}
#footer-contact h4 {
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: normal !important;
    text-transform: uppercase;
    color: #DEDEDE
}
#footer-social {
    padding-top: 8px;
	display: flex
}
#footer-social li {
	margin-right: 10px;
	padding: 0 !important;
	background-color: #3D3D3D;
	border-radius: 3px;
    transition: background-color linear .2s
}
#footer-social li:hover {
	background-color: #444;
}
#footer-social li a {
	position: relative;
	display: block;
	width: 36px;
	height: 36px
}
#footer-social img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}
#footer > ul > li:last-child {
    max-width: 250px
}
#footer-payments {
	padding-top: 15px;
	background-color: #F9F9F9;
	border-top: 1px solid #E1E8ED
}
#footer-payments > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0
}
#footer-payments li {
	flex: 1;
	text-align: left
}
#footer-payments img {
	margin: 0 5px 15px 5px;
	max-height: 30px
}
#footer-bottom {
    display: flex;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #666;
    font-size: 12px;
    color: #999
}

#img-404 {
	width: 100%;
	height: 100%;
	max-width: 550px;
	object-fit: contain
}

/* CMS */
#cms-page {
	max-width: 1000px
}

/* Fancybox */
.fancybox-is-open .fancybox-bg {
	opacity: .5 !important
}
.fancybox-thumbs__list a:before {
	border-color: var(--main-color) !important
}

@media only screen and (max-width: 1530px)
{
	#footer-bottom div {
		padding-right: 45px
	}
    
    #img-404 {
	    max-height: 400px;
    }
    
    #product-page-left,
    #product-page-center {
        width: 40%
    }
}