@import url("style.css");
/*@import url("fonts/franklingothicdemic.css");
@import url("fonts/franklin_gothic_book.css");
@import url("fonts/FranklinGothicDemiC_regular.css");*/
html {
	min-widows: 0;
	/*overflow-y: scroll;*/
	margin: 0;
	padding: 0;
    width:100%;
    overflow-x: hidden;
}
body {
	background-color: #ededed;
	color: #000000;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 60px 0 0 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:before,
.clearfix:after,
#matrix-box:before,
#matrix-box:after {
	display: table;
	line-height: 0;
	content: '';
}

.clearfix:after,
#matrix-box:after {
	clear: both;
}

.clear {
	clear: both;
}

body, td, th, input, textarea, select, a {
	font-size: 18px;
}
h1, .welcome {
    color: #1d1d1b;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 23px;
    margin-top: 51px;
    text-align: center;
    /*text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);*/
    text-transform: uppercase;
}

h2 {
    color: #1d1d1b;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.4px;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	/*color: #38B0E3;
	text-decoration: underline;
	cursor: pointer;*/
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type="text"], input[type="password"], textarea {
    background: transparent;
    border: 2px solid #1d1d1d;
    margin-left: 0;
    margin-right: 0;
    padding: 3px;
}
select {
	background: #F8F8F8;
	border: 1px solid #959595;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */

#container {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 96%;
    margin-bottom: 36px;
}
.wrapper {
    margin: 0 auto;
    position: relative;
    width: 96%;
}
.cartcontent #container{
    padding-top: 50px;
    border-top: 10px;
    border-left:1px;
    border-right: 1px;
    border-bottom: 1px;
    border-color:#1d1d1b;
    border-style: solid;
    max-width: 1280px;
    
}
.accountcontent #container{
    padding-top: 0px;
}
.cartcontent #container .innercart{
    width:90%;
    margin: auto auto 50px;
}
#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
    position: relative;
}
.accoutn #column-left {
	float: left;
	width: 100%;
}
/*#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}

#column-right + #content {
	margin-right: 195px;
}
*/
/* header */
/*
#header {
	height: 90px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 25px;
	left: 15px;
}
*/
#currency {
/*	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;*/
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header .block-right{
    vertical-align: top;
    white-space: nowrap;
}
#header #cart {
	display: inline-block;
    position: relative;
    vertical-align: top;
/*
	position: absolute;
	top: 0px;
	right: 145px;
	z-index: 9;
	min-width: 300px;
	*/
}
#header #cart .heading {
	position: relative;
	/*
	float: right;
	margin-right: 172px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	position: relative;
	z-index: 1;*/
}
#header #cart .heading h4 {
	display:none;
	/*
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	*/
}

#header #cart .heading a {
	color: #38B0E3;
	text-decoration: none;
}
#header #cart .heading a span {
	cursor: pointer;
	/*background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;*/
}
#header #cart .heading a:hover span,
#welcome a:hover {
    color: #959595;
}
#header #cart .content {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    clear: both;
    margin-top: 0px;
    min-height: 100%;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    /*width: 300px;*/
    width: 320px;
    z-index: 9999;
    /*right: -300px;*/
    right: -320px;
}
#header #cart .content .close{
    
}





#header #cart .content .close {
    background-image: url("../image/close-menu.svg");
    background-position: center center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: 100%;
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 10px;
    position: absolute;
    right: 30px;
    top: 13px;
    width: 20px;
    z-index: 10;
}

#header #cart.active .heading {
	/*
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	*/
}
#header #cart.active .content {
	display: block;
}

.logout-block-wrap {
    font-style: italic;
    margin: 22px;
}

.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 0px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 0px 5px;
	line-height: 13px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.mini-cart-info td.name {
	padding-top: 4px;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	/*border: 1px solid #EEEEEE;*/
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}

.mini-cart-total {
    color: #1d1d1b;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
/*    margin-bottom: 9px;*/
    text-align: left;
/*    padding-left: 15px;
    padding-right: 15px;*/
    box-sizing: border-box;
    width: 300px;
    padding: 5px 0px 9px;
    margin: 0 10px;
    height: 25px;
}


.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 0px;
}

.mini-cart-total td {
    color: #1d1d1b;
    font-size: 12px;
    font-weight: bold;
}

#header #cart .checkout {
	text-align: right;
	clear: both;
	margin: 10px auto;
}
#header #cart .empty#cart-total{

}

#header #cart .full#cart-total {
	text-indent: 0;
}

#header #search {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;
}
#header #welcome {
	display:inline-block;
	/*
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
	*/
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #38B0E3;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu {
	text-align: center;
}

#menu .drop-menu {
	display: block;
	/*height: 1000px;*/
	width: 250px;
	padding: 80px 50px 100px;
	/*position: absolute;*/
	top: 0; left: 0;
	z-index: 9999;
	background: #1d1d1b;
    left: -350px;
}
#menu .drop-menu {
	min-height: 100%;
	position: fixed;
}
#menu .drop-menu .sub {
	display: none;
}

#menu .drop-menu ul li {
	margin: 15px 0 0 0;
}

#menu .drop-menu ul li:first-child {
	margin: 0;
}

#menu .drop-menu ul li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 3px;
	text-decoration: none;
}

#menu .drop-menu ul li a:hover {
	text-decoration: underline;
}


.menu-button {
    background: rgba(0, 0, 0, 0) url("../image/icons/menu.svg") no-repeat scroll 0 0 / contain ;
    display: block;
    height: 18px;
    margin-left: 30px;
    position: relative;
    top: 20px;
    width: 18px;
}
.menu-button {
    margin-left: 0px;
}
.menu-button span{
    display: none;
}
.menu-button:hover span{
    display: block;
    position: absolute;
    left:30px;
    color:#1d1d1b;
    font-size:12px;
    font-weight: 600;
    top:-5px;
}


.close-menu-button {
    background-image: url("../image/close-menu.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 20px;
    position: absolute;
    right: 40px;
    top: 23px;
    width: 20px;
}

/* end menu */

.info-menu {
	display: block;
	padding: 40px 0 0 0;
}

#menu .drop-menu .info-menu li {
	line-height: 21px;
	margin: 0;
}

#menu .drop-menu .info-menu li a {
	font-size: 14px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: bold;
}

.contact-info {
	padding: 40px 0 0;
	color: #c6c6c5;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
}

.contact-info a {
	font-size: 12px;
	color: #c6c6c5;
	text-decoration: none;
}

.contact-info a:hover {
	text-decoration: underline;
}

.contact-info p {
	padding: 0;
	margin: 0;
}

.breadcrumb-wrap{
	text-align:center;
	padding-bottom: 18px;
}

#notification,
#notification a {
	color: #fff;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-align: center;
}
.success, .warning, .attention, .information {
	padding: 21px;
	margin-bottom: 15px;
	position: relative;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-align: center;
	/*	color: #555555;

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	*/
}
.success {
	background-color: #91c46c;
/*	border: 1px solid #BBDF8D;

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	*/
}
.warning {
	background-color: #ec6766 ;
	/*border: 1px solid #F8ACAC;

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	*/
}
.attention {
	background-color: #ffd34e;
	/*	border: 1px solid #F2DD8C;

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	*/
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;

	position: absolute;
    right: 7px;
    top: 7px;
}
.required {
	color: #959595;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
	min-width: 280px;
    text-align: right;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
    padding-top: 16px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;

}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #e1e1e1;
	cursor: pointer;
}
.pagination {
/*	border-top: 1px solid #EEEEEE;*/
	padding-top: 51px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.pagination .row {
	padding: 20px 0 0 0;
	position: relative;
}

.pagination .links {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.pagination .show-all {
    float: left;
	position: relative;
	z-index: 1;
}
.pagination{
	position: relative;
}
.pagination,
.pagination  a,
.pagination  span,
.pagination .links a,
.pagination .links b{
    color: #000000;
    font-size: 12px;
    letter-spacing: 1.1px;
    text-decoration: none;
    text-transform: uppercase;
	position: relative;
	z-index: 1;
/*	margin-bottom: 36px;*/
}
.pagination .prev-next {
	float: right;
}
.pagination .links a {
	font-size: 14px;
	margin: 0 5px;
}
.pagination .links a:hover {
	text-decoration: underline;
}
.pagination .links b {
	font-size: 14px;
	margin: 0 5px;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button,
.account .form .button{
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	/*background: url('../image/button.png') repeat-x;*/
/*
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	*/
	background-color: #000000;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 2px 0px 2px;
}
a.button:hover, input.button:hover,
.account .form .button:hover {
	/*background-position: 0px -24px;*/
	background-color: #959595;
}
.buttons {
	background: #FFFFFF;
	/*border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;*/
	margin: 0 auto 20px;
    text-align: center;
    background: transparent;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 20px;
    margin-top: 20px;
}
.box .box-heading {
	/*
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;*/
	border-top: 1px solid #959595;
    color: #959595;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 14px;
    padding: 20px 10px 7px 0;
}
.box .box-content {
	/*
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
	*/
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
	display: table;
}
.box-product > div {
	/*
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
	*/
	display: table-cell;
	text-align: center;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	/*border: 1px solid #E7E7E7;*/
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px 8px 8px 0px;
}
ul.box-category > li {
	padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	 border: 2px solid #1d1d1d;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}

/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
/*	border-bottom: 1px solid #EEEEEE;*/
	padding-bottom: 0px;
}
.product-filter .display {
	margin-right: 10px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
/*
.product-filter .sort {
	color: #333;
	background: url(../image/drop_down_arrow.png) no-repeat right #fff;
	border: 1px solid #ccc;
	width: 171px;
   height: 24px;
}
.product-filter .sort select {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    color: #959595;
    font-family: Open Sans;
    font-size: 11px;
    font-style: italic;
    height: 24px;
    padding: 5px;
    text-transform: lowercase;
    width: 195px;
   -webkit-appearance: none;
   }
*/
.product-filter .sort select option:checked,
.product-filter .sort select option:hover{
	background-color:#959595;
	color:#fff;
}



.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: auto;
	margin: 0 -10px 0 0;
}

.box-product .filter {
    min-height: 21px;
}

.box-product .filter > a {
    color: #959595;
    font-family: Open Sans;
    font-size: 11px;
    font-style: italic;
    text-decoration: none;
 letter-spacing: 1.3px;
}

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

.product-grid .filter > a:hover {
	text-decoration: underline;
}
.product-grid .row > div {
	margin-bottom: 15px;
	text-align: center;
}
.product-grid .row > div.last {
	margin-right: 0px;
}
div.product-item div.image a{
	display: inline-block;
}

#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
	position: relative;
}

.product-grid .image:hover .option-wrap {
	display: block;
}

.product-grid .image img {
	display: block;
	width: 100%;
}
/*
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
*/

.box-product .name a {
    color: #111111;
    display: block;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-bottom: -5px;
    text-decoration: none;
    text-transform: uppercase;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price,
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old,
.box-product .price-old {
	color: #959595;
	text-decoration: line-through;
	margin-right: 15px;
}
.product-grid .price-new {
	font-weight: bold;
	margin-right: 15px;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-grid .row {

}
.product-breadcrumb {
    text-align: center;
	position:relative;
}


.product-breadcrumb .currency {
    text-align: left;
position:absolute;
top:0;
right:0;
}

.product-info h1{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
	margin-bottom: 2px;
	margin-top: 0px;
	text-align: left;
	text-transform: none;
}

/*.product-info .options .option{
	display:inline-block;
	height: 24px;
}*/
/*edit 04.03.2016*/
.product-info .options .option {
    display: block;
    height: 40px;
}
.product-info .options div.option:first-child{
	float: left;
	margin-right: 9px;
}
/*.product-info .options div.option:last-child,*/
.product-info .options #option-15{
	float: left;
}
.options .option .jq-selectbox__select{
	/*width:155px;*/
	width:148px;
    padding: 10px 5px 12px 11px;
    color:#000;
    border:none;
    font-size:12px;
    background:#d9d9d9;
    font-weight: bold;
    font-style: normal;
}
.product-info .options .option .jq-selectbox__select {
    padding: 12px 7px 12px 11px;
    height: 15px;
}
.product-info .options .jq-selectbox li.disabled {
	color: #959595;
	text-decoration: line-through;
}
.product-info .options .jq-selectbox li {
    color: #111;
}


.product-info .ui-accordion .ui-accordion-header ,
.product-info .ui-state-default, 
.product-info .ui-widget-content .ui-state-default, 
.product-info .ui-widget-header .ui-state-default,

.product-info .ui-state-active, 
.product-info .ui-widget-content .ui-state-active, 
.product-info .ui-widget-header .ui-state-active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #959595;
    border-style: solid none;
    border-width: 1px 0 0;
	margin-top: 0px;
    color: #555;
    font-family: Open Sans;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1.3px;
    padding-bottom: 6px;
    padding-left: 0px;
    padding-top: 5px;
	padding-right: 0px;
    text-transform: uppercase;
}
.product-info .ui-state-default .ui-icon,
.product-info .ui-state-active .ui-icon {
    float: right;
}
.product-info .ui-accordion .ui-accordion-content {
    color: #000;
    font-family: Open Sans;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-top: 5px;
	padding-right: 0px;
	line-height: 14px;
	border:0;
}
.product-info .ui-icon {
    height: 16px;
    width: 12px;
}
.product-info {
	overflow: auto;
	margin-bottom: 99px;
	margin-top: 12px;
	display: table;
	width: 100%;
}
.product-info .col{
	 vertical-align: top;
	display: table-cell;
}
.product-info .col1{
	width: 300px;
}
.product-info .col2{
/*	min-width: 500px;*/width: 50%;float: left;}
.product-info .col3{
	/*width: 353px;*/
	display: inline-block;
	width: 43.3%;
	float: right;
	padding-right: 15%;
	box-sizing: border-box;
	position: relative;
	top: -6px;
}

.product-info #tabs{
	margin-left: 0px;
/*	width: 346px;
	width: 100%;*/
	display: inline-block;
	width: 100%;
}
.product-info .share {
    margin-left: 0px;
    position: absolute;
    height: auto;
    right: 0px;
    width: 20px;
    top: 0px;
    text-align: center;
}

.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
    margin-bottom: 0px;
    padding: 0px;
    text-align: center;
    width: 80%;
    float: right;
}
.product-info .image img{
    width:100%;
}
.product-info .image-additional {
	/*width: 260px;
	margin-left: -10px;*/
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #fff;
}
.product-info .image-additional a:hover img {
	border: 1px solid #959595;
}
.product-info .image-additional a {
	/*float: left;*/
	display: block;
	/*margin-left: 10px;
	margin-bottom: 10px;*/
}
.product-info .image-additional .image-additional-line {
    display: inline-block;
    height: 500px;
	overflow: hidden;
}
.product-info .description {
	/*border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;*/
	padding: 5px 5px 4px 5px;
	margin-bottom: 7px;
	line-height: 22px;
	color: #959595;
    font-size: 12px;

}
.product-info .description span {
	color: #959595;
	letter-spacing: 1px;
    font-size: 12px;
}
.product-info .description a {
	color: #959595;
	text-decoration: none;
}
.product-info .price,
.favorite-block .product-featured .product-item .price {
    color: #111;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 12px;
    overflow: auto;
    padding: 0 5px 0px;
	letter-spacing: 1px;
	overflow: hidden;
}
.favorite-block .product-featured .product-item .price {
text-align: left;
}
.product-info .price-old,
.favorite-block .product-featured .product-item .price .price-old {
    color: #959595;
    font-size: 16px;
    text-decoration: line-through;
}
.favorite-block .product-featured .product-item .price .price-old {
    display: none;
}
.product-info .price-new,
.favorite-block .product-featured .product-item .price .price-new {
	margin-right: 15px;
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .descr {
    font-family: Open Sans;
    font-size: 12px;
    letter-spacing: 0.11px;
    line-height: 20px;
	color: #111;
	padding-left: 6px;
}
.product-info .options {
	/*border-bottom: 1px solid #E7E7E7;*/
   color: #000000;
    margin-bottom: 25px;
    /*margin-left: 1px;*/
    padding: 3px 0px 16px;
padding-right: 0;
overflow: visible;
width: 345px;
}
.product-info .options .options-wrap{
	width: 500px;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

.product-info .text_manager_help,
.product-info .text_manager_help a {
    color: #959595;
    font-family: Open Sans;
    font-size: 11px;
    font-style: italic;
    letter-spacing: 1.2px;
    line-height: 14px;
    margin-top: 9px;
    text-align: left;
    text-decoration: none;
	padding-bottom: 15px;
}

.product-info .cart {
	/*border-bottom: 1px solid #E7E7E7;*/
	padding: 0px 0px 10px 0px;
	margin-bottom: 55px;
	color: #4D4D4D;
}
.error_cart_add{
    height: 20px;
    margin-bottom: 10px;
    color:#e5332a;
    font-size:11px;
    font-weight: bold;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	float: left;
}
#product-cart  div.btn-incart {
    float: left;
}
.product-info .cart .minimum {
	padding-top: 8px;
	font-size: 11px;
	color: #999;
}
#button-cart {
    height: 42px;
    width: 280px;
    float: left;
    font-size:14px;
    font-weight: bold;
}
.product-info .cart .button.disabled {
    background-color: #959595;
}
.product-info .cart .links > a {
	cursor: pointer;
    border: 2px solid #959595;
    display: inline-block;
    font-family: Open Sans;
    font-size: 11px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    width: 163px;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}

.product-info .sizes-table {
    border-bottom: 2px solid #000;
    color: #000;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
    margin-bottom: 13px;
    margin-top: 7px;
    text-decoration: none;
    text-transform: uppercase;
}
.wish_btn{
    background: #b1b1b1;
    width:47px;
    height: 42px;
    float:left;
    cursor: pointer;
}
.wish_btn:hover{
    background: #1d1d1b;
}
.wish_btn a {
    background: rgba(0, 0, 0, 0) url("../image/icons/like.svg") no-repeat scroll 0 0;
    background-position: center center;
    border: medium none !important;
    display: block !important;
    filter: invert(1) saturate(5) brightness(200%);
    -webkit-filter: invert(1);
    height: 100% !important;
    /*margin: 10px auto 0;*/
    width: 100% !important;
}
.wish_btn a:hover {
    
}
/*end product*/
.inline-color-quantity #option-15{
    margin-right: 47px;
}
.quantity_block {
    /* margin-bottom: 30px; */
    display: inline-block;
    float: left;
}
.option_header{
    font-size:12px;
    color:#9c9b9b;
    text-transform: lowercase;
    font-weight: bold;
    margin-bottom: 2px;
}
.option_header {
    font-weight: 400;
}
.quantity_block .quantity{
    border:2px solid #1d1d1b;
    font-size:14px;
    font-weight: bold;
    width: 37px;
    text-align: center;
    height: 36px;
    padding-top: 5px;
    background: #fff;
    float: left;
    padding: 0;
}


.quantity_block .plus_btn {
    display: inline-block;
    vertical-align: middle;
    background: #fff none repeat scroll 0 0;
    float: left;
    border-color:#1d1d1b;
    border-style: solid solid solid none;
    border-width: 2px 2px 2px 0;
    height: 36px;
    width: 37px;
    cursor: pointer;
}
.quantity_block .plus_btn a {
    background: rgba(0, 0, 0, 0) url("../image/icons/plus.svg") no-repeat scroll 0 0 / contain ;
    border: medium none !important;
    display: block !important;
    filter: invert(1) saturate(5) brightness(200%);
    -webkit-filter: invert(1);
    height: 15px !important;
    margin: 10px auto 0;
    width: 15px !important;
}

.quantity_block .plus_btn:hover a {
    filter: invert(0);
    -webkit-filter: invert(0);
}

.quantity_block .minus_btn {
    display: inline-block;
    vertical-align: middle;
    background: #fff none repeat scroll 0 0;
    float: left;
    border-color:#1d1d1b;
    border-style: solid solid solid none;
    border-width: 2px 2px 2px 0;
    height: 36px;
    width: 37px;
    cursor: pointer;
}

.quantity_block .minus_btn a {
    background: rgba(0, 0, 0, 0) url("../image/icons/minus.svg") no-repeat scroll 0 0 / contain ;
    border: medium none !important;
    display: block !important;
    filter: invert(0);
    -webkit-filter: invert(0);
    height: 15px !important;
    margin: 16px auto 0;
    width: 15px !important;
}
.quantity_block .minus_btn:hover a {
    filter: invert(1) saturate(5) brightness(200%);
    -webkit-filter: invert(1);
}
.cartcontent .quantity_block{
    clear: none;
    float: left;
}
.cartcontent .quantity_text{
    font-size:18px;
    color:#1d1d1b;
    text-transform:lowercase;
    font-weight: normal;
    margin-bottom: 15px;
    float:left;
    display: inline-block;
    margin-right: 20px;
}
.cart_linetext,
.name .cart_linetext{
    font-size:18px;
    margin-right: 20px;
    display: inline-block;
    text-transform:lowercase;
    font-weight: normal;
}

.cartcontent .quantity_block .minus_btn,.cartcontent .quantity_block .plus_btn{
    background: #fff;
}
.cartcontent .quantity_block .quantity{
    background: #fff;
}
.quantity_block .minus_btn:hover,.quantity_block .plus_btn:hover {
    background: #1d1d1b none repeat scroll 0 0;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */

.cart-info table {
    background: #fff none repeat scroll 0 0;
    border-collapse: collapse;
    border-left: 1px solid #1d1d1d;
    border-right: 1px solid #1d1d1d;
    border-top: 1px solid #1d1d1d;
    margin-bottom: 0px;
    width: 100%;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .price,
.cart-info thead .total,
.cart-info thead .remove,
.cart-info thead .quantity {
	text-align: center;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #aeaeae;
	border-spacing: 1px;
}
.cart-info tbody .image img {
	/*border: 1px solid #DDDDDD;*/
	padding-top: 6px;
	padding-bottom: 6px;
}

.cart-info tbody .image {
    padding-left: 40px;
    padding-top: 35px;
    text-align: center;
    width: 195px;
}

.cart-info tbody .name, .cart-info tbody .model {
    min-width: 200px;
    padding-top: 35px;
    text-align: left;
    vertical-align: top;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}


.preload_image{display:none;}

.cart-footer {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #1d1d1d;
    padding: 14px 34px 20px;
    border-top:0px;
}
.cart-footer .button{
	text-align:right;
}
.cart-footer .button a {
	min-width: 143px;
	text-align: center;
	height: 30px;
	font: bold 11px/31px Arial;
}

.cart-info tbody .price,
.cart-info tbody .total,
.cart-info tbody .quantity,
.cart-info tbody .remove {
	text-align: center;
}
.clearfix{
	clear: both;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-info  tbody td  {
	vertical-align: middle;
	border-bottom: 1px solid #1d1d1d;
}
.cart-info .quantity input{
	border: 0px;
	text-align: center;
	background-color: #fff;
}
.cart-footer #coupon-promo{
	float:left;
	color: #1d1d1d;
	margin-top: 14px;
    line-height: 11px;
}
.cart-footer .cart-total{
/*	float:right;*/
}


#coupon-promo .btn-coupon {
    background-color: #1d1d1d;
    font-size: 12px;
    height: 50px;
    text-align: center;
    vertical-align: top;
    width: 85px;
}
#coupon-promo p{
	margin-bottom: 12px;
}

#coupon-promo .input-coupon {
    height: 27px;
    margin-right: 9px;
    padding: 10px;
    width: 252px;
    font-size:12px;
    font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	/*border-top: 1px solid #DDDDDD;*/
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.cart-total table {
    float: right;
    text-align: left;
    width: 100%;
}
.cart-total td {
    font-size: 21px;
    font-weight: bold;
    padding: 3px;
    text-align: right;
}
.cart-total table .price{
    text-align: left;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
/*	padding: 0px 0px 15px 0px;*/
	/*padding: 40px 40px 71px;*/
	display: none;
	overflow: hidden;
}
.checkout-content .wrap{
padding: 0;
}

.checkout-content .left {
	float: left;
	/*width: 49%;*/
	/*width: 98%;*/
	width: 100%;
    min-height: 400px;
    overflow-x: hidden;
}
.checkout-content .right {
	float: right;
	width: 49%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 70%;
	/*border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;*/
	margin-bottom: 20px;
	margin-top: 38px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #1d1d1b;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td,
.cart-info thead td {
    background-color: #959595;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
	font-size: 11px;
	padding: 1px;
}
.cart-info .price{
    font-weight: bold;
}
/* last edits 30.04*/
.cart-info .total{
    font-weight: bold;
    position: relative;
    padding-top: 35px;
    vertical-align: top;
}
.removelink{
    top:0px;
    right: 0px;
    position: absolute;
    cursor: pointer;
}
.checkout-product td.image {
    text-align: center;
    width: 193px;
}

.checkout-product td.name span,
.cart-info tbody td.name span {
 
}

.checkout-product td.name a, .cart-info td.name a {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.tfooter {
    display: table;
    width: 100%;
}
.tfooter .col {
    display: table-cell;
}
.tfooter .col > h3 {
    font-weight: bold;
}
.checkout-product .tfooter tbody .quantity,
.checkout-product .tfooter tbody .price,
.checkout-product .tfooter tbody .total {
    text-align: right;
	text-transform: uppercase;
}

.checkout-product .tfooter tbody td {
    border-bottom: medium none;
    vertical-align: middle;
}
.checkout-product .tfooter table {
    margin-top: 0px;
}


.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: center;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #1d1d1b;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price{
	text-align: left;
}
.checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}

.checkout-product table *{
    font-size:14px;
    color:#1d1d1b;
    font-weight: bold;
}
.checkout-product .name span{
    font-weight: normal;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}









/* footer */
#footer {
	width: 100%;
	background: #ededed;
}

#footer .wrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 96%;
}

.top-footer-line {
	padding: 70px 30px;
	background: #3e606f;
}

.footer-menu {
	width: 71%;
	max-width: 955px;
}

.footer-menu li {
	float:left;
	padding: 0 30px;
	line-height: 52px;
}

#footer .footer-menu li a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 2px solid #3e606f;
}

#footer .footer-menu li a:hover {
	color: #fff;
    border-bottom:2px solid #fff;
	-webkit-transition:all 0.25s ease-in;
	-moz-transition:all 0.25s ease-in;
	-o-transition:all 0.25s ease-in;
	transition:all 0.25s ease-in;
}

#footer .subscribe-button {
	margin: 0 35px 0 0;
}

.subscribe-button,
.white-button,
#footer .subscribe-button,
.black-button {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	border: 2px solid #fff;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.black-button {
	border-color: #1d1d1b;
	color: #1d1d1b;
	padding: 0 80px;
}

.subscribe-button:hover,
.white-button:hover,
#footer .subscribe-button:hover,
.black-button:hover {
	color: #1b1b1b;

	-webkit-transition:all 0.25s ease-in;
	-moz-transition:all 0.25s ease-in;
	-o-transition:all 0.25s ease-in;
	transition:all 0.25s ease-in;

	background: #fff;
}

.black-button:hover {
	color: #fff;
	background: #1d1d1d;
}

.footer-social-line {
	padding: 20px 15px 20px;
	background: #002536;
}

.footer-social-line ul {
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}


.footer-social-line ul li {
    box-sizing: border-box;
    display: inline-block;
    list-style: outside none none;
    padding: 0;
    text-align: left;
    width: 19%;
}
.footer-social-line ul li:last-child {
    float: right;
    margin-right: 30px;
    /*width: 6%;*/
}
.footer-social-line ul li:first-child {
    float: left;
    margin-left: 30px;
    /*width: 2%;*/
}

.footer-social-line ul li a {
    display: block;
    margin: 0 auto;
    /*position: relative;*/
    position: static;
}
.footer-social-line ul li a:hover {
   
}

.footer-social-line ul li .icon1 {
	height: 31px;
	width: 16px;
	background: url("../image/icons/f.svg") no-repeat scroll 0 0 / contain ;
    
}
.footer-social-line ul li .icon1:hover{
	background: url("../image/icons/f-cart.svg") no-repeat scroll 0 0 / contain ;
    
}
.footer-social-line ul li .icon2 {
	height: 21px;
	width: 34px;
	top: -3px;
	background: url("../image/icons/vk.svg") no-repeat scroll 0 0 / contain ;
}
.footer-social-line ul li .icon2:hover{
	background: url("../image/icons/vk-hover.svg") no-repeat scroll 0 0 / contain ;
    
}
.footer-social-line ul li .icon3 {
	height: 27px;
	width: 27px;
	background: url("../image/icons/insta.svg") no-repeat scroll 0 0 / contain ;
}
.footer-social-line ul li .icon3:hover{
	background: url("../image/icons/insta-hover.svg") no-repeat scroll 0 0 / contain ;
    
}
.footer-social-line ul li .icon4 {
	height: 22px;
	width: 31px;
	top: -3px;
	background: url("../image/icons/you.svg") no-repeat scroll 0 0 / contain ;
}
.footer-social-line ul li .icon4:hover{
	background: url("../image/icons/you-hover.svg") no-repeat scroll 0 0 / contain ;
    
}
.footer-social-line ul li .icon5 {
	height: 26px;
	width: 29px;
	top: 0;
	background: url("../image/icons/vimeo.svg") no-repeat scroll 0 0 / contain ;
}
.footer-social-line ul li .icon5:hover{
	background: url("../image/icons/vimeo-hover.svg") no-repeat scroll 0 0 / contain ;
    
}

.footer-social-line ul li .icon7 {
	height: 29px;
	width: 17px;
	background: url("../image/icons/tumblr.svg") no-repeat scroll 0 0 / contain ;
}
.footer-social-line ul li .icon7:hover{
	background: url("../image/icons/tumblr-hover.svg") no-repeat scroll 0 0 / contain ;
    
}


.footer-social-line ul li .icon6 {
	height: 21px;
	width: 46px;
	top: 1px;
	background: url("../image/icons/SoundCloud.svg") no-repeat scroll 0 0 / contain ;
}
.footer-social-line ul li .icon6:hover{
	background: url("../image/icons/SoundCloud-hover.svg") no-repeat scroll 0 0 / contain ;
    
}
.bottom-footer-line {
	padding: 60px 0 35px;
	text-align: center;
}

.bottom-footer-line a {
	display: inline-block;
}

.bottom-footer-line a img {
	display: block;
}

.copyrights {
	padding: 5px 0 0 0;
	font-size: 14px;
	color: #3e606f;
}
/* end footer */








/* new-style */
.location-line {
    background: #1d1d1b none repeat scroll 0 0;
    color: #fff;
    display: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px;
    padding: 17px 0 20px;
    /*position: fixed;*/
    text-align: center;
    width: 100%;
    z-index: 99999;
    top:0px;
}

.inner-block {
	width: 1280px;
	margin: auto;
}
.category-line .inner-block {
	/*width: 94%;*/
	    width: 1835px;
	margin: auto;
}
.location-line .left-side,
.location-line .right-side,
.location-line .title,
.location-line .select-box {
	display: inline-block;
   
}
.location-line .select-box {
     width: 230px;
    text-align: left;
}
#geoip-box{
    display: inline-block;
}
.location-line .left-side {
	margin: 0 50px 0 0;
}

.location-line .title {
	margin: 0 15px 0 0;
}

.location-line .jq-selectbox__select,
.location-line .jq-selectbox__select.opened,
.location-line .jq-selectbox.focused .jq-selectbox__select {
	width: 90px !important;
	height: 26px;
	padding: 0 40px 0 25px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	font-style: normal;
	letter-spacing: 0;
	text-transform: none !important;
	box-shadow: none !important;
}

.location-line .jq-selectbox.focused {

}

.location-line .jq-selectbox__select.opened {

}

.location-line .jq-selectbox__select:hover {
	background: none;
}

.location-line #country-list-option {
	display: block;
	margin: 0;
	padding: 0;
}

.location-line .jq-selectbox__trigger,
.product-filter .sort .jq-selectbox__trigger {
	width: 35px;
	height: 26px;
	background: #fff;
}

.location-line .jq-selectbox__trigger:after,
.location-line .jq-selectbox__trigger:before,
.product-filter .sort .jq-selectbox__trigger:after,
.product-filter .sort .jq-selectbox__trigger:before,
.product-filter .option .jq-selectbox__trigger:after,
.product-filter .option .jq-selectbox__trigger:before {
	display: block;
	content: '';
	height: 12px;
	width: 2px;
	position: absolute;
	top: 8px; right: 12px;

	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);

	background: #1d1d1b;
}

.product-filter .option .jq-selectbox__trigger:after {
	right: 11px !important;
}

.location-line .jq-selectbox__trigger:before,
.product-filter .sort .jq-selectbox__trigger:before,
.product-filter .option .jq-selectbox__trigger:before {
	right: auto; left: 14px;

	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.location-line .jq-selectbox.opened .jq-selectbox__trigger:after,
.location-line .jq-selectbox.opened .jq-selectbox__trigger:before,
.product-filter .option .jq-selectbox.opened .jq-selectbox__trigger:after,
.product-filter .option .jq-selectbox.opened .jq-selectbox__trigger:before,
.product-filter .sort .jq-selectbox.opened .jq-selectbox__trigger:after,
.product-filter .sort .jq-selectbox.opened .jq-selectbox__trigger:before {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.location-line .jq-selectbox.opened .jq-selectbox__trigger:before,
.product-filter .sort .jq-selectbox.opened .jq-selectbox__trigger:before,
.product-filter .option .jq-selectbox.opened .jq-selectbox__trigger:before {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.location-line .jq-selectbox__trigger-arrow {
	display: none;
}

.location-line #country-list-option div.jq-selectbox__dropdown {
	width: 155px !important;
	min-width: 155px !important;
	top: 30px;
	border: 2px solid #fff;
}

.location-line #country-list-option div.jq-selectbox__dropdown ul {
	background: #1d1d1b;
}

.location-line #country-list-option div.jq-selectbox__dropdown ul li {
	padding: 0 25px;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0;
}

.location-line .jq-selectbox li.selected,
.location-line .jq-selectbox li:hover {
	color: #1d1d1b !important;
	background: #fff;
}

.location-line .location-btn {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    color: #1d1d1b;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 29px;
    margin-left: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 45px;
    margin-top: 2px;
}
.location-line .layer{
    
}
.header .wrapper .inner {
	position: relative;
}

.head-right-side {
	position: absolute;
	top: 15px; right: 0;
    margin-right: 30px;
}
.head-right-side {
    margin-right: 0px;
}
.basket {
	padding: 0 0 0 15px;
}

.basket #cart-total {
    display: block;
    height: 26px;
    width: 31px;
    padding: 0 0 0 6px;
    cursor: pointer;
    text-align: center;
    line-height: 21px;
    color: #1d1d1b;
    font-size: 9px;
    font-weight: bold !important;
    box-sizing: border-box;
    background: url("../image/icons/cart.svg") no-repeat scroll 0 0 / contain;
 }

.basket:hover #cart-total,#cart-total.full  {
	color: #fff !important;
}

.basket:hover #cart-total,#cart-total.full {
	background: url("../image/icons/cart-active2.svg")  no-repeat scroll 0 0 / contain;
}


#wishlist-total {
    background: rgba(0, 0, 0, 0) url("../image/icons/like.svg") no-repeat scroll 0 0 / contain ;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 26px;
    line-height: 22px;
    margin: 0 0 0 15px;
    overflow: hidden;
    text-align: center;
    text-indent: -100px;
    width: 29px;
}

#wishlist-total:hover,
#wishlist-total.active {
    background: url("../image/icons/like-hover.svg") no-repeat scroll 0 0 / contain ;
}

.account {
	position: relative;
	

}



.account .main-link {
    border: 2px solid #1d1d1b;
    color: #1d1d1b;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    top: -2px;
}
.account:hover .main-link {
	color: #fff;
	background: #1d1d1b;
}

.account > ul {
	display: none;
	width: 215px;
	padding: 20px 0;
	position: absolute;
	top: 27px; right: 0;
	text-align: left;
	background: #1d1d1b;
}

.account:hover ul {
	display: block;
}

.account ul li {
	list-style: none;
}

.account ul li a {
	display: block;
	padding: 0 30px;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.account ul li a:hover {
	color: #1d1d1b;

	-webkit-transition:all 0.25s ease-in;
	-moz-transition:all 0.25s ease-in;
	-o-transition:all 0.25s ease-in;
	transition:all 0.25s ease-in;

	background: #fff;
}

#language {
	padding: 0 15px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #9c9b9b;
}

#language a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #9c9b9b;
	cursor: pointer;
}

#language a.active,
#language a:hover {
	color: #1d1d1b;
	-webkit-transition:all 0.25s ease-in;
	-moz-transition:all 0.25s ease-in;
	-o-transition:all 0.25s ease-in;
	transition:all 0.25s ease-in;
}

.category-line {
	background: #1d1d1b;
	position: fixed;
    right: 0;
    left: 0;
    top: 60px;
    z-index: 100;
}
.category-lineDubl {
	width: 100%;
	height: 30px;
}
.category-line span {
	display: none;
}

.category-list {

}

.category-list a {
	display: inline-block;
	margin: 0 11px;
	float: left;
	font-size: 12px;
    letter-spacing: 1px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	position: relative;
}

.category-list a:first-child {

}

.category-list a:hover,
.category-list a.active {
	color: #9c9b9b;

	-webkit-transition:all 0.25s ease-in;
	-moz-transition:all 0.25s ease-in;
	-o-transition:all 0.25s ease-in;
	transition:all 0.25s ease-in;
}

/*.category-list a.active:after {
	content: '';
	position: absolute;
	bottom: 0; left: 50%;
	margin: 0 0 0 -7px;
	border: 8px solid transparent;
	border-bottom: 8px solid #fff;
}*/

.breadcrumb {
	max-width: 600px;
	float: left;
	color: #9c9b9b;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
    display: none;
}

.breadcrumb a{
	color: #9c9b9b;
	font-size: 12px;
	text-decoration: none;
    text-transform: uppercase;
}

.breadcrumb a:last-child,
.breadcrumb a:hover {
	color: #1d1d1b;
}

.breadcrumb a:last-child {
	cursor: default;
}

.breadcrumb span:first-child {
	display: none;
}

.breadcrumb span {
	margin: 0 5px 0 3px;
}

.breadcrumb img {
	display: none;
}

.product-filter {
	padding: 25px 0 20px;
}

.product-filter .sort {

}

.product-filter .sort .jq-selectbox__select,
.product-filter .option .jq-selectbox__select {
	height: 32px;
	width: 155px;
	padding: 0 40px 0 15px;
	font-size: 11px;
	font-weight: bold;
	color: #1d1d1b;
	font-style: normal;
	line-height: 40px;
	border: none;
	background: #d9d9d9;
}

.product-filter .sort .jq-selectbox__trigger,
.product-filter .option .jq-selectbox__trigger {
	height: 32px;
}

.product-filter .sort .jq-selectbox .jq-selectbox__trigger-arrow,
.product-filter .option .jq-selectbox .jq-selectbox__trigger-arrow {
	display: none;
}

.product-filter .sort .jq-selectbox__trigger:after,
.product-filter .sort .jq-selectbox__trigger:before,
.product-filter .option .jq-selectbox__trigger:after,
.product-filter .option .jq-selectbox__trigger:before{
	top: 12px;
}

.product-filter .sort .jq-selectbox__trigger,
.product-filter .option .jq-selectbox__trigger {
	background: #d9d9d9;
}

.product-filter .sort .jq-selectbox__select,
.product-filter .sort .jq-selectbox__select.opened,
.product-filter .sort .jq-selectbox.focused .jq-selectbox__select,
.product-filter .option .jq-selectbox__select,
.product-filter .option .jq-selectbox__select.opened,
.product-filter .option .jq-selectbox.focused .jq-selectbox__select {
	border: none;
}

.product-filter .sort .jq-selectbox__dropdown,
.product-filter .option .jq-selectbox__dropdown {
	width: 210px !important;
	padding: 10px 0;
	top: 32px;
	border: none;
	background: #d9d9d9;
	padding: 0;
	margin: 0;
}
.product-filter .sort .jq-selectbox__select-text,
.product-filter .option .jq-selectbox__select-text {
    line-height: 32px;
}
.product-filter .sort .jq-selectbox__dropdown li,
.product-filter .option .jq-selectbox__dropdown li{
	font-style: normal;
	color: #1d1d1b;
	font-size: 12px;
	font-weight: bold;
}

.product-filter .sort .jq-selectbox__dropdown li.selected,
.product-filter .sort .jq-selectbox__dropdown li:hover,
.product-filter .option .jq-selectbox__dropdown li.selected,
.product-filter .option .jq-selectbox__dropdown li:hover{
	color: #fff !important;
	background: #1d1d1b !important;
}

.product-filter .sort	.jq-selectbox {
	width: 225px;
}

.product-filter .option	.jq-selectbox {
	width: 145px;
}

.product-filter .option .jq-selectbox__select {
	width: 80px;
}

.product-filter .option .jq-selectbox__dropdown {
	width: 135px !important;
}

.product-filter .option {

}

.product-item {
	display: block;
	float: left;
	min-height: 356px;
}

.color-line {
    height: 23px;
    text-align: center;
}
.color-line div {
	display: inline-block;
	height: 14px;
	width: 14px;
	margin: 0 0 0 1px;
    cursor: pointer;
}
.color-line div:first-child {
	margin: 0px !important;
}
.color-line a {
	display: inline-block;
	height: 14px;
	width: 14px;
	margin: 0 0 0 1px;
}
.color-line a:first-child {
	margin: 0px !important;
}
.color-line div.active{
	height: 12px;
	width: 12px;
	border: 1px solid #000;
	background: #fff;
}
.color-line .color1 {
	background: #000;
}

.color-line .color2 {
	height: 12px;
	width: 12px;
	border: 1px solid #000;
	background: #fff;
}

.color-line .color3 {
	background: #e5332a;
}

.color-line .color4 {
	background: #1d70b7;
}

.color-line .color5 {
	background: #008d36;
}

.color-line .color6 {
	background: #ffdd00;
}

.product-item .name {
	color: #1d1d1b;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 0 0;
	letter-spacing: 1px;
}

.product-item .name a {
	color: #1d1d1b;
	font-size: 16px;
	line-height: 14px;
	text-decoration: none;
}

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

.product-item .filter,
.product-item .filter a {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #9c9b9b;
	text-decoration: none;
	line-height: 14px;
	letter-spacing: 1px;
}

.product-grid .price {
	padding: 8px 0 0 0;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	color: #1b1b1b;
	font-weight: bold;
	letter-spacing: 1px;
}

.product-item .sale {
	display: none;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 0; left: 0;
	background: #e5332a;
	z-index: 1;
}

.product-item.sale .sale {
	display: block;
}

#banner0.banner {
	display: none;
}

#slideshow0.slider .wrapper {
	display: none;
}

.box .box-heading {
	display: none;
}

/*news-preview*/
.pavblog-latest {
	margin: 0 -15px 0 0;
}

.pavcol3 {
	width: 33.3%;
}

.pavcol3 .blog-item {
	padding: 0 15px 0 0;
    margin-bottom: 20px;
}

.pavcol3 img {
	display: block;
	width: 100%;
	padding: 0 !important;
	float: none;
}

.pavcol3 .blog-item .inner {
	min-height: 170px;
	padding: 20px;
	color: #1d1d1b;

	background: #fff;
}

.pavcol3 .blog-item .inner .date {
	font-size: 12px;
	line-height: 12px;
}

.pavcol3 .blog-item .inner .tags {
	padding: 5px 0 0 0;
	font-size: 12px;
	line-height: 12px;
}

.pavcol3 .blog-item .inner .tags a {
	color: #1d1d1b;
	font-size: 12px;
	text-decoration: none;
}

.pavcol3 .blog-item .inner .tags a:hover {
	text-decoration: underline;
}

.pavcol3 .blog-item .inner .blog-title {
	padding: 20px 0 0 0;
	font-size: 18px;
	line-height: 27px;
	color: #1d1d1b;
}

.pavcol3 .blog-item .inner .blog-title a {
    color: #1d1d1d;
    font-family: Playfair Display SC;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-decoration: none;
    font-style: italic;
    letter-spacing: 2px;
}

.pavcol3 .blog-item .inner .blog-title a:hover {
	text-decoration: underline;
}
/*end news-preview*/

/*product-menu*/
.product-menu {

}

.product-menu-box {
	width: 50%;
	position: relative;
}

.product-menu-box a {
	display: block;
	text-decoration: none;
}

.product-menu-box a img {
	display: block;
	width: 100%;
}

.product-menu-box a span {
	display: block;
}
.pavblog-latest .blog-body > a{
    display: block;
    position: relative;
}
.product-menu-box a .overlay,.pavblog-latest  .blog-body > a .overlay,
.slideshow .main a .overlay {
	display: block;
	opacity: 0;
	padding: 45% 0 0 0;
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 32px;
	font-family: Gothic;
	letter-spacing: 3px;
	position: absolute;
	top: 0; left: 0;
}

.pavblog-latest .blog-body > a .overlay {
    height: 100%;
    margin-top: 0px;
    padding: 0;
}
.slideshow .main a .overlay {
	padding: 25% 0 0 0;
}

.product-menu-box a:hover .overlay,.pavblog-latest .blog-body > a:hover .overlay,
.slideshow .main a:hover .overlay {
	opacity: 0;

	-webkit-transition:all 0.25s ease-in;
	-moz-transition:all 0.25s ease-in;
	-o-transition:all 0.25s ease-in;
	transition:all 0.25s ease-in;
}
.pavblog-latest .blog-body:hover > a .overlay {
    opacity: 1 !important;
}
.pavblog-latest .blog-body:hover .blog-title a,.pavblog-latest .blog-body:hover .tags a, .pavblog-latest .blog-body:hover .tags, .pavblog-latest .blog-body:hover .date{
    color:#706f6e;
}
/*end product-menu*/

.main-wrapper {
	background: #EDEDED;
}
.product_content{
    margin-bottom: 120px !important;
    overflow: hidden;
    
    
}
.product_content .wrapper{
    height: 100%;
    width: 96%;
    margin-top: 40px;
}
.product_content .wrapper > div{
    /* padding: 20px 40px 40px; */
}
.product_content .box{
    margin: 0px !important;
}
.product_content .black_line{
    background: black;
    height: 3px;
    width:120px;
    margin-bottom: 15px;
    margin-top: 45px;
}
.product_content .product_description *{
    /* font-size:14px !important; */
}
.product_content .details{
    margin-top: 40px;
}
.product_content .details .tab-custom-9 *{
    font-size:12px !important;
    line-height: 20px;
}
.product_content .details h3{
    color:#9c9b9b;
    font-weight: bold;
    text-transform: lowercase;
    font-size:14px;
}



.product-info .largeimage_product {
    bottom: 0;
    height: 610px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.discountsumm {
    float: right;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 15px;
}
.text_discount {
    float: left;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
    display: inline-block;
    min-width: 100px;
}
/* end new-style */
.snd-btn{
    margin-bottom: 90px;
    margin-top: 20px;
    padding: 15px 0 !important;
    text-align: center;
    text-transform: uppercase;
    width: 280px;
    float: right;
}
.cart-info .fullsumm{
    font-size:21px;
    padding-right: 45px;
    text-align: right !important;
}

.continue_shipping a{
    color:#1d1d1b;
    background: #ececec;
    border:2px solid #1d1d1b;
    margin-right: 15px;
    line-height: 10px;
}
.contact_form{
    width:630px;
    margin-top: 30px;
    display: block;
    overflow: hidden;
}

.contact_form input,.contact_form textarea{
    width:100%;
    background: #d8d8d8;
    border:none;
    color:#858585;
    font-size:12px;
    margin-bottom: 25px;
    padding: 20px;
}
.contact_form textarea{
    height: 190px;
}
.contact_form input.name{
    float:left;
    width:40%
}

.contact_form input.email{
    float:right;
    width:40%
}
.contact_form input[type="submit"]{
    background: #ececec none repeat scroll 0 0;
    border: 2px solid #1d1d1b;
    color: #1d1d1b;
    line-height: 10px;
    margin-right: 15px;
    display: inline-block;
    text-decoration: none;
    width: 190px;
    cursor: pointer;
    padding: 17px;
}
.contact-line {
    margin-top: 40px;
    height: 1px;
    width:100%;
    background: #5e5e5d;
    margin-bottom: 40px;
}
.orderbox{
    width:33%;
    float:left;
}

.orderbox input[type="text"],.orderbox input[type="password"],.orderbox input[type="email"]{
    width:240px;
    padding:20px;
    font-size:12px;
    border:none;
    color:#858585;
    background: #d8d8d8;
}
.orderbox input[type="submit"],.orderbox input[type="button"]{
    width:280px;
    padding:10px 0px;
    text-align: center;
    text-transform: uppercase;
    color:#1d1d1b;
    border:2px solid #1d1d1b;
    margin-top: 17px;
    cursor: pointer;
    background: #ececec;
    
}
.register-content .row{
    text-align: left;
    margin-bottom: 18px;
}
.quest_text{
 font-weight: normal;
 color:#000000;
 font-size:14px;
 margin-top: 25px;
 display: block;
 
}
/*start quick-buy*/
#quick-buy-block,
#size-grid-block {
    background: #fff none repeat scroll 0 0;
    display: none;
    height: auto;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
    position: fixed;
    right: 0;
    top: 20%;
    width: 1025px;
    z-index: 151;
    padding-left: 40px;
    padding-right: 40px;
}
#quick-buy-block {
    top: 15%;
    width: 814px;
    height: 548px;
    padding: 30px;
    box-sizing: border-box;
}
#size-grid-block {
    top: 15%;
    width: 895px;
    min-height: 548px;
    height: auto;
    padding: 0 40px;
    box-sizing: border-box;
}
#overlay-quick-buy,
#overlay-size-grid {
    background: #1d1d1d none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 150;
}
#size-grid-block .close {
	display: inline-block;
	float: right;
	height: 15px;
	cursor: pointer;
}
#quick-buy-block .product-info .image {
    width: 100%;
    max-width: 376px;
}
#quick-buy-block .product-info .image img {
    width: 376px;
    height: 477px;
}
#quick-buy-block .product-info .col2 {
    width: 51%;
    max-width: 376px;
}
#quick-buy-block .product-info .col.col3 {
    max-width: 338px;
    min-height: 530px;
    width: 46%;
}
#quick-buy-block #container {
    width: 755px;
}
#quick-buy-block .product_content .wrapper {
    width: 100%;
    margin: 0px;
}
#quick-buy-block .product-info {
    margin-bottom: 0;
    margin-top: 3px;
}
#quick-buy-block .product-info .options {
    margin-top: 59px;
    margin-bottom: 0px;
}
#quick-buy-block .quantity.myMargin {
    margin-bottom: 61px;
}
#quick-buy-block .readMoreNew {
    height: 39px;
    width: 266px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #000;
    text-transform: uppercase;
}
#quick-buy-block .readMoreNew a {
	display: block;
	color: #000;
	text-align: center;
    line-height: 42px;
    font-size: 12px;
    text-decoration: none;
    transition: all,0.5s;
}
#quick-buy-block .readMoreNew a:hover {
	color: #fff;
	background-color: #000;
}
#quick-buy-block .product-info .cart {
    margin-bottom: 0;
    margin-top: 35px;
}
#quick-buy-block .product-info .col3 {
	padding: 0;
}
#quick-buy-block .product-info h1 {
    font-size: 18px;
}
#quick-buy-block .product-info .description span {
    font-size: 10px;
}
#quick-buy-block .product-info .price {
    font-size: 18px;
}
#quick-buy-block .product-info .description {
    margin-bottom: 0px;
}

#quick-buy-block .option-name {
    font-size: 10px;
   	line-height: 24px;
   	margin-bottom: 0px;
}
#quick-buy-block .product-info .sizes-table {
    font-size: 10px;
    line-height: 14px;
    margin-top: 0px;
    margin-bottom: 3px;
}
#quick-buy-block .option_header {
    font-size: 10px;
    line-height: 21px;
}
#quick-buy-block .inline-color-quantity #option-15 {
    margin-right: 35px;
}
#quick-buy-block #button-cart {
    width: 268px;
}
#quick-buy-block .wish_btn {
    width: 44px;
}
#quick-buy-block .wish_btn a {
    background-size: 50%;
}
#quick-buy-block .product-info .price-old {
    font-size: 14px;
}
/*end quick-buy*/
.product-info .options .jq-selectbox__dropdown {
    width:100% !important;
}

.pagecontent h1,
.pav-blog h1 {
    color: #1d1d1d;
    font-family: PlayfairDisplaySC;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 48px;
    text-decoration: none;
}
/*.blog .pav-blog {
	position: relative;
}
.blog .pav-blog h1 {
	top: 445px;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 20;
    color: #fff;
    font-family: PlayfairDisplaySC;
	font-weight: 600;
}
.blog .jornalForPosition {
	top: 360px;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 20;
}*/
.blog .jornalForPosition span,
.blog .jornalForPosition a,
.blog .jornalForPosition div {
    color: #fff;	
}
/*.pav-blog h1 {
      color: #1d1d1d;
    font-family: Playfair Display;
    font-size: 42px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 27px;
    text-decoration: none;  
}*/
.pagecontent .pagedescription > p{
    max-width: 1170px;
    display: block;
    margin: 0px auto;
}
.pagecontent .pagedescription img{
    width: 100%;
}
.pagecontent .pagedescription *{
    font-family: Open Sans;
    font-size: 24px;
}
.collection{
    clear: both;
}
.collection_item{
    width:50%;
    max-width: 915px;
    float:left;
    background-size: cover;
    height: 875px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
}

.login-vertical-line {
    background: #1d1d1b none repeat scroll 0 0;
    height: 100%;
    left: 30%;
    margin: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.cartcontent #container {
   position: relative;
}
.news_popup{
    position: fixed;
    top:10%;
    width:800px;
    height: 600px;
    overflow: hidden;
    left:0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    display: none;
}
.news_popup .left{
    width:50%;
    float: left;
    overflow: hidden;
    background-image:url('/image/data/newdesign_images/newsmail-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.news_popup .right{
    text-align: center;
    width:50%;
    float: right;
    font-size:14px;
    color:#1d1d1b;
    background: #fff;
    height: 100%;
}


.news_popup .right .title {
    color: #1d1d1d;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 65px;
    margin-top: 125px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.news_popup .right .form{
    margin-top: 70px;
}
.news_popup .right .form input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    height: 40px;
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 2px;
}
.news_popup .right .form input[type="submit"]{
    text-transform: uppercase;
    color:#fff;
    border:none;
    background: #1d1d1d;
    cursor: pointer;
}
.news_popup .right .form input[type="email"]{
    color:#9c9b9b;
    border:2px solid #1d1d1d;
    background: #fff;
    font-size:12px;
}
.popup-wrapper{
    width:255px;
    margin: 0px auto;
}
.menu-layer, .news_popup_layer, .cart-layer,.location-layer,.favorite-overlay {
    background: black none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}
.news_popup .close,
#size-grid-block .close {
    width:31px;
    height: 31px;
    background: url('/catalog/view/theme/sndctinvo/image/icons/delete.svg');
    position: absolute;
    top:0px;
    right:0px;
    cursor: pointer;
}
#header #cart .content .empty{
    font-size:12px;
    padding: 20px;
    text-align: center;
}
.tabs_block ul{
    border:2px solid #d9d9d9;
    display: inline-block;
    margin-bottom: 15px;
}
.tabs_block ul li{
    display: inline-block;
    width:96px;
    text-align: center;
    padding: 3px 10px;
    color:#d9d9d9;
    font-size:12px; 
    background: #fff;
    cursor: pointer;
    font-weight: bold;
    text-transform: lowercase;
    height: 24px;
}
.tabs_block ul li.active{
    background: #d9d9d9;
    color:#1d1d1b;
    
}
.tabs_block .tabs-content > div{
	display:none;
	font-size: 11px;
	line-height: 20px;
    height: 120px;
    overflow-y: auto;
}
.tabs_block .tabs-content > div.active{
    display: block;
}
.option-name{
    font-size: 12px;
    color: #9c9b9b;
    text-transform: lowercase;
    font-weight: bold;
    margin-bottom: 3px;
}
.option-name {
    font-weight: 400;
}
.option .jq-selectbox.jqselect,
.sort .jq-selectbox.jqselect {
	z-index: 90 !important;
}
.size-block{
    height: 40px;
    width:100%;
    box-sizing: border-box;
}
/*.size-block .sizes_list{
  display: inline-block;  
}*/
/*edit 04.03.2016*/
.size-block .sizes_list {
    display: block;
    height: 40px;
}
.size-block ul li{
    cursor: pointer;
    box-sizing: border-box;
    width:40px;
    height: 40px;
    float: left;
    margin-left: 10px;
    font-size:14px;
    color:#1d1d1b;
    text-align: center;
    font-weight: bold;
    background: #d9d9d9;
    padding-top: 8px;
}
.size-block ul li:first-child{
    margin-left: 0px;
}
.size-block ul li:hover,.size-block ul li.active{
    color:#fff;
    background: #000000;
}
.images_btns{
    position: absolute;
    left:6%;
    top:20%;
    width:17px;
}
.images_btns {
    top: 0;
    left: 0%;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.images_btns .image-btn{
    border:2px solid #d9d9d9;
    width:17px;
    height: 17px;
    background: #fff;
    cursor: pointer;
    margin-top: 11px;
}
.images_btns .image-btn:hover,.images_btns .image-btn.active{
    background: #000000;
}
#share_show{
    position: relative;
    left:-50px;
}
.related_products_title{
    color:#9c9b9b;
    font-size:12px;
    text-align: left;
    margin-bottom: 50px;
    font-family: Open Sans;
    font-weight: 500;
}

.blog_image{
    width:100%;
    height: 800px;
    color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.blog_image *{
    color:#fff;
}
.blog_image >div{
    position: absolute;
    bottom: 0px;
    width:100%;
    text-align: center;
}

/*style for contact page*/
/*start edit select*/
.cont {
    padding-bottom: 39px;
}
.cont .jq-selectbox__select .jq-selectbox__trigger-arrow {
    display: none;
}
.cont .jq-selectbox__select .jq-selectbox__trigger {
    width: 35px;
    height: 42px;
    background: #d9d9d9;
}
.cont .jq-selectbox__trigger:after,
.cont .jq-selectbox__trigger:before {
    display: block;
    content: '';
    height: 12px;
    width: 2px;
    position: absolute;
    top: 15px;
    right: 12px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #1d1d1b;
}
.cont .jq-selectbox__trigger:before {
    right: auto;
    left: 14px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cont .jq-selectbox__select {
    height: 42px;
    width: 290px;
    padding: 0 40px 0 15px;
    font-size: 12px;
    font-weight: bold;
    color: #1d1d1b;
    font-style: normal;
    line-height: 40px;
    border: none;
    background: #d9d9d9;
}
.cont .jq-selectbox__select:hover {
    background-color: #d9d9d9 !important;
}
.cont .jq-selectbox__dropdown {
    margin: 0;
}
.cont .jq-selectbox__trigger {
    height: 42px;
}


.cont .jq-selectbox .jq-selectbox__trigger-arrow {
    display: none;
}


.cont .jq-selectbox__trigger:after,
.cont .jq-selectbox__trigger:before{
    top: 15px;
}


.cont .jq-selectbox__trigger {
    background: #d9d9d9;
}


.cont .jq-selectbox__select,
.cont .jq-selectbox__select.opened,
.cont .jq-selectbox.focused .jq-selectbox__select {
    border: none;
}
.pagecontent .pagedescription .cont .jq-selectbox__select-text {
	font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.cont .jq-selectbox__dropdown {
    width: 345px !important;
    padding: 0;
    top: 43px;
    border: none;
    background: #d9d9d9;
}

.cont .jq-selectbox__dropdown li{
    font-style: normal;
    color: #1d1d1b;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.cont .jq-selectbox__dropdown li.selected,
.cont .jq-selectbox__dropdown li:hover{
    color: #fff !important;
    background: #1d1d1b !important;
}
/*end edit select*/
.mapWrap {
    margin-top: 116px;
    margin-bottom: 40px;
}
.mapWrap iframe {
    width: 100%;
    border: none;
}
.contTextWrap {
    text-align: center;
}
.contTextWrap.withMarg {
	margin-bottom: 169px;
}
.contTextWrap.withMarg .telText {
	text-transform: uppercase;
}
.formWrapper {
	margin-top: 27px;
}
.contact_form.another {
    margin: 0 auto;
    max-width: 637px;
    width: 100%;
}
.form-group input[name="email"],
.form-group input[name="name"] {
    max-width: 267px;
    width: 45%;
}
.form-group:nth-child(2) {
   margin-left: 16px; 
}
.contact_form.another input,
.contact_form.another textarea {
    padding: 10px 20px 9px;
}
.contact_form.another .msender {
    display: inline-block;
    height: 54px;
    line-height: 50px;
    width: 197px;
    border: 2px solid #1d1d1d;
    font-size: 14px;
    color: #1d1d1d;
    font-weight: bold;
    text-decoration: none;
    background: #ededed;
}
.contact_form.another .msender:hover {
    color: #fff;
    -webkit-transition:all 0.25s ease-in;
    -moz-transition:all 0.25s ease-in;
    -o-transition:all 0.25s ease-in;
    transition:all 0.25s ease-in;
    background: #1d1d1d;
}

.pagecontent .pagedescription .contTextWrap p {
    font-size: 14px !important;
    line-height: 27px !important;
}
.pagecontent .pagedescription .contTextWrap .telText {
    font-family: PlayfairDisplay !important;
    font-weight: 400;
    font-size: 36px !important;
    line-height: 48px !important;
}
.pagecontent .pagedescription .contTextWrap p.littleFont {
    font-family: PlayfairDisplay !important;
    font-weight: 400;
    font-size: 36px !important;
    text-transform: uppercase;
    margin-bottom: 99px;
}
.pagecontent .pagedescription .contTextWrap p.littleFont.marg1 {
    margin-bottom: 110px;
}
.pagecontent .pagedescription .contTextWrap p.littleFont.marg2 {
    margin-bottom: 130px;
}
.pagecontent .pagedescription .contTextWrap p.littleFont.marg3 {
    margin-bottom: 160px;
}
.form-group input,
.form-group textarea {
    font-size:12px !important;
    font-size:#858585;
    line-height: 33px;
    font-weight: 600;
}
.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder  {
    font-size:12px;
    font-size:#858585;
    line-height: 33px;
    font-weight: 600;
}
.quantity_block.clearfix.myMargin,
.inline-color-quantity.myMargin {
	margin-bottom: 4px;
}
.options.clearfix.optionChoice.myMarginBot {
	margin-bottom: 0;
    padding-bottom: 0;
}
.product-info .options.clearfix.optionChoice.myMarginBot .option.size-block {
	height: 36px;
}
.product-info .options.clearfix.optionChoice.myMarginBot .option.size-block .sizes_list {
	height: 36px;
}
.pav-blog.pav-blog-cat-id-25 .blog-meta,
.pav-blog.pav-blog-cat-id-25 .blog-tags,
.ad-gallery .ad-image-wrapper,
.ad-gallery .ad-controls,
.ad-gallery .ad-hr {
	display: none !important;
}
.pav-blog.pav-blog-cat-id-25 {
	position: relative;
	overflow: hidden;
}
.blog-body-description.clearfix {
	position: absolute;
	left: 0;
    right: 0;
    top: 45px;
}
.collectText {
	max-width: 710px;
	margin: 0 auto 0; 
}
.collectText p {
	font-family: Open Sans;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 13px;
}
.collectText .collectTitle {
	font-family: PlayfairDisplaySC;
    font-weight: 600;
    font-style: italic;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	letter-spacing: 3px;
	color: #fff;
	width: 390px;
    margin: 0 auto;
}
.pav-blog.pav-blog-cat-id-25 * {
	padding-bottom: 0;
}
.ad-thumbs ul li {
	padding-bottom: 0;
}
.ad-thumbs ul li a {
	display: block;
}
.ad-thumbs ul li a span {
	display: block;
	    line-height: 12px;
}
.pav-blog .blog-content,
.pav-blog .blog-bottom {
    margin-bottom: 0px !important;
}
.blog.blogNoMargin {
	margin-bottom: 0 !important;
}
.blog.blogNoMargin #container {
	margin-bottom: 0;
}
.blogNoMargin .blog-content p {
    margin-bottom: 0px;
    line-height: 0px;
}
#notification .success {
    right: -2px !important;
    top: 42px !important;
    width: 350px;
}
.wrapper > .success {
    right: 0 !important;
    top: 0 !important;
    width: 100%;
}
/*start cart*/
#cart .checkout > a {
    text-transform: uppercase;
    width: 300px;
}
.mini-cart-info .quantity_block .quantity {
    border: 1px solid #1d1d1b;
    font-size: 14px;
    font-weight: bold;
    width: 20px;
    text-align: center;
    height: 17px;
    padding-top: 5px;
    background: #fff;
    float: left;
    padding: 0;
}
.mini-cart-info .quantity_block .minus_btn,
.mini-cart-info .quantity_block .plus_btn {
    display: inline-block;
    vertical-align: middle;
    background: #fff none repeat scroll 0 0;
    float: left;
    border-color: #1d1d1b;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    height: 17px;
    width: 21px;
    cursor: pointer;
}
.mini-cart-info .quantity_block .minus_btn a {
    margin: 7px auto 0;
    height: 13px !important;
    width: 13px !important;
}
.mini-cart-info .quantity_block .minus_btn:hover a {
    filter: invert(0) saturate(5) brightness(100%);
    -webkit-filter: invert(0);
}
.mini-cart-info .quantity_block .plus_btn:hover a {
    filter: invert(1) saturate(5) brightness(100%);
    -webkit-filter: invert(1);  
}
.mini-cart-info .quantity_block .plus_btn a {
    margin: 2px auto 0;
    height: 13px !important;
    width: 13px !important;
}
.mini-cart-info td:last-child {
	padding: 0;
}
.mini-cart-info td.name {
    padding-top: 0px;
}
.mini-cart-info td.name > div {
    margin-top: 4px;
}
#cart .mini-cart-info .image a img {
    width: 100px;
    padding-bottom: 12px;
}
.mini-cart-info .sizeCountn {
	position: relative;
}
.mini-cart-info .sizeCountn p {
	display: inline-block;
	margin-bottom: 5px;
	margin-bottom: 0px;
	font-size: 9px;
	letter-spacing: 1.13px;
}
.mini-cart-info .quantity_block {
    float: none;
    position: absolute;
	top: -2px;
    left: 85px;
}
.mini-cart-info td.name {
    position: relative;
}
.mini-cart-info .cloxe {
    background-image: url(../image/ico-close.png);
    height: 19px;
    position: absolute;
    right: -8px;
    top: -6px;
    width: 14px;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.priceLost {
    padding: 0 10px;
    width: 300px;
    border-top: 1px solid #1d1d1d;
    border-bottom: 1px solid #1d1d1d;
    padding: 5px 0px 9px;
    margin: 0 10px;
}
.priceLost .lostRow {
	clear: both;
	height: 20px;
}
.priceLost .lostRow p {
	margin: 0;
	font-family: Open Sans;
	font-size: 11px;
	color: #1d1d1b;
	line-height: 16px;
	font-weight: 600;
}
.priceLost .lostRow p:first-child {
	float: left;
}
.priceLost .lostRow p:last-child {
	float: right;
}
.cartDisk {
	width: 300px;
    display: block;
    height: 34px;
    margin-top: 3px;
}
.cartDisk * {
	display: inline-block;
	height: 32px;
	box-sizing: border-box;
}
.cartDisk input {
	float: left;
	width: 220px;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 1px;
}
.cartDisk::-webkit-input-placeholder,
.cartDisk::-moz-placeholder,
.cartDisk:-ms-input-placeholder,
.cartDisk:-moz-placeholder { 

}

.cartDisk button {
	float: right;
	width: 67px;
	background: #1d1d1d;
    border: 2px solid #1d1d1d;
    color: #fff;
    font-family: Open Sans;
	font-size: 12px;
	font-weight: 600;
}
.colorInCart {
	font-size: 9px;
	letter-spacing: 1.13px;
}
.small-cart-title {
    height: 55px;
    padding-top: 15px;
}
#header #cart .content .close {
    right: 9px;
    top: 6px;
    width: 14px;
}
.mini-cart-info td {
    line-height: 10px;
    font-size: 9px !important;
}
.mini-cart-info table {
    margin-top: 8px;
}
.mini-cart-info td {
    padding-bottom: 0px;
    padding-top: 0px;
}
.bottomPartCart {
	position: absolute;
	bottom: 20px;
	left: 0;
}
.bottomPartCartDubl {
	height: 222px;
}
/*end cart*/
#cboxContent0 .close {
	display: none;
}
#footer a.WHOLESALE {
	width: 150px;
	font-weight: bold;
	font-family: Open Sans;
	font-size: 10px;
	text-transform: uppercase;
	color: #3e606f;
	padding: 7px 22px;
	background-color: #fff;
	letter-spacing: 2px;
}
#cart .name a,
.name p,
.name span,
#cart span,
span.total,
.mini-cart-info .sizeCountn p {
    line-height: 17px;
}
.smartMobHide {
	display: none;
}
.favorite-block .product-featured .product-item a.remove img {
	-webkit-filter: invert(100%);
    filter: invert(100%);
    display: none;
}
.favorite-block .product-featured .product-item a.remove {
    width: 19px;
    height: 19px;
    background-color: #000;
    background-image: url(../image/crosss.png);
    background-size: 100% 100%;
    padding: 1px;
    right: 5px;
    top: 3px;
}
.favorite-block .product-featured .product-featuredPart {
	overflow-y: auto;
}
/*start favorite block*/
.favorite-block .product-featured .product-item .image img {
        width: 100%;
    max-width: 141px;
}
.favorite-block .product-featured .product-item {
    width: 48%;
    min-width: auto;
    padding: 1%;
}
.favorite-block .product-featured .product-item .name,
.favorite-block .product-featured .product-item .filter {
    max-width: 141px;
    margin: 0 auto;
}
.favorite-block .product-featured .product-item .image .option-wrap {
    display: none;
}
.favorite-block .product-featured .product-item .price {
    font-size: 11px;
}
.favorite-block .product-featured .product-item .price .price-old {
    font-size: 10px;
    display: none;
}
.wishCleaner {
	height: 44px;
	width: 367px;
	border: 2px solid #000;
	margin: 0 auto;
}
.wishCleaner p {
	line-height: 44px;
	text-align: center;
	font-family: Open Sans;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
}
.wishCleaner a {
	text-decoration: none;
}
.wishCleaner {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/*.favorite-block .product-featured {
	position: relative;
}*/
/*end favorite block*/

.favorite-block .content .close {
    background-image: url("../image/close-menu.svg");
    background-position: center center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: 100%;
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 10px;
    position: absolute;
   right: 9px;
    top: 6px;
    width: 14px;
    z-index: 10;
}
.mini-cart-info table {
width: 283px;
}
/*start Scroll Slide Main Page*/
.slide1 {
	position: relative;
}
.scrollNextSlide {
	width: 50px;
	height: 50px;
	position: absolute;
	/*top: 0;*/
/*	bottom: 70px;*/
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../image/icons/arrow.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 90;
}
/* end Scroll Slide Main Page*/
.slide2 a {
	display: block;
    height: 100%;
    width: 100%;
}
.neadLogg {
	width: 95%;
	margin: 40px auto 0;
}
.neadLogg p {
	font-weight: 500;
	font-family: Open Sans;
	font-size: 14px;
	color: #000;
	text-align: left;
}
.neadLogg a {
	width: 100%;
	display: block;
    margin: 0 auto;
    padding: 10px 0px;
    text-align: center;
    text-transform: uppercase;
    color: #1d1d1b;
    border: 2px solid #1d1d1b;
    cursor: pointer;
    text-decoration: none;
}
.showRegion {
	display: none;
	margin-top: 45px;
}
.snd-form .row.newPostHide {
	display: none;
}
#size-grid-block > p {
	font-weight: 600;
	font-family: Open Sans;
	font-size: 14px;
	color: #000;
	text-align: left;
	margin: 5px 0 0 0px;
	
}
#size-grid-block .product-sizes-info p{
	margin-bottom:0px;
}
#size-grid-block{
	font-weight: 600;
	font-family: Open Sans;
	font-size: 14px;
	color: #000;	
}
.forImagesSize {
	text-align: justify;
/*	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;*/
}
.forImagesSize img:first-child {
    max-width: 25%;
}
.forImagesSize img:nth-child(2) {
    max-width: 41%;
}
.forImagesSize img:nth-child(3) {
    max-width: 25%;
}
.forImagesSize span {
	width: 100%;
	display: inline-block;
}
.forTableSize {
}
#size-grid-block .forMobile{
	display: none;
}
.jq-selectbox.jqselect.changed.disabled .jq-selectbox__select-text {
    color: #9C9B9B;
}
#quick-buy-block #container > div.product-info > div.col.col3 > a.sizes-table {
	opacity: 0;
	pointer-events: none;
   cursor: default;
}
.notVisibleGuest {
	display: none;
	color: #FF0000;
}
/*last edits 30.04*/
#cart-info .cart-info .name a {
    font-size: 21px;
}
.snd-box .row label[for="country_id"],
.snd-box .row label[for="zone_id"] {
    float: none; 
    display: block;
}



 .snd-box.registration-block label[for="country_id"] + .jq-selectbox.jqselect .jq-selectbox__select,
 .snd-box.registration-block label[for="zone_id"] + .jq-selectbox.jqselect .jq-selectbox__select,
 .snd-box.registration-block label[for="input-payment-country"] + .jq-selectbox.jqselect .jq-selectbox__select,
 .snd-box.registration-block label[for="input-payment-zone"] + .jq-selectbox.jqselect .jq-selectbox__select {
    padding: 19px 5px 15px 13px;
    height: 20px;
    width: 259px;
    background: #d8d8d8 none repeat scroll 0 0;
    border-color: #d8d8d8;
    color: #858585;
    font-size: 12px;
    font-style: normal;
}
 .snd-box.registration-block label[for="country_id"] + .jq-selectbox.jqselect .jq-selectbox__trigger-arrow,
 .snd-box.registration-block label[for="zone_id"] + .jq-selectbox.jqselect .jq-selectbox__trigger-arrow,
 .snd-box.registration-block label[for="input-payment-country"] + .jq-selectbox.jqselect .jq-selectbox__trigger-arrow,
 .snd-box.registration-block label[for="input-payment-zone"] + .jq-selectbox.jqselect .jq-selectbox__trigger-arrow {
    top: 22px;
}

.pagecontent h1, .pav-blog h1 {
    color: #1d1d1d;
    font-family: PlayfairDisplaySC;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 48px;
    text-decoration: none;
}
.contact_form.another input,
.contact_form.another textarea {
    padding: 10px 20px 9px;
}
.contact_form.another .msender {
    display: inline-block;
    height: 54px;
    line-height: 50px;
    width: 197px;
    border: 2px solid #1d1d1d;
    font-size: 14px;
    color: #1d1d1d;
    font-weight: bold;
    text-decoration: none;
    background: #ededed;
}
.contact_form.another .msender:hover {
    color: #fff;
    -webkit-transition:all 0.25s ease-in;
    -moz-transition:all 0.25s ease-in;
    -o-transition:all 0.25s ease-in;
    transition:all 0.25s ease-in;
    background: #1d1d1d;
}


.pagecontent .contTextWrap .telText {
    font-family: PlayfairDisplay !important;
    font-weight: 400;
    font-size: 36px !important;
    line-height: 48px !important;
}
.pagecontent .contTextWrap p.littleFont {
    font-family: PlayfairDisplay !important;
    font-weight: 400;
    font-size: 36px !important;
    text-transform: uppercase;
    margin-bottom: 99px;
}
.pagecontent .contTextWrap p {
    font-size: 14px !important;
    line-height: 27px !important;
}

.pagecontent .contTextWrap p.littleFont.marg1 {
    margin-bottom: 110px;
}
.pagecontent  .contTextWrap p.littleFont.marg2 {
    margin-bottom: 130px;
}
.pagecontent  .contTextWrap p.littleFont.marg3 {
    margin-bottom: 160px;
}
.pagecontent p {
    margin-bottom: 20px !important;
}

