html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	background-image: url(/head2.jpg);
	background-repeat: no-repeat;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	margin-top: 0px !important;
	top: 0px !important;
	padding: 0px;
}

body,
td,
th,
input,
textarea,
select,
a {
	font-size: 14px;
}

h1 {
	color: #000000;
	font: Tahoma, Verdana;
	margin-top: 0px;
	font-size: 26px;
	font-weight: bold;
	text-shadow: 0 0 2px rgba(0, 0, 0, .01);
}

h2 {
	color: #000000;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h3 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h4 {
	font-size: 20px;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}

a,
a:visited,
a b {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}


/* FF 4-18 */

input:focus::-moz-placeholder {
	color: transparent;
}


/* FF 19+ */

input:focus:-ms-input-placeholder {
	color: transparent;
}


/* IE 10+ */

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus:-moz-placeholder {
	color: transparent;
}


/* FF 4-18 */

textarea:focus::-moz-placeholder {
	color: transparent;
}


/* FF 19+ */

textarea:focus:-ms-input-placeholder {
	color: transparent;
}


/* IE 10+ */

[type='text'],
input[type='password'],
textarea {
	background: #F8F8F8;
	padding: 8px;
	border: 1px solid #ccc;
	margin-left: 0px;
	margin-right: 0px;
}

select {
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 2px;
	-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: 2px 2px 2px #DDDDDD;
	-moz-box-shadow: 2px 2px 2px #DDDDDD;
	box-shadow: 0px 1px 12px #DDDDDD;
}

label {
	cursor: pointer;
}

.rating-container {
	width: 120px;
	height: 50px;
}

.rating {
	text-align: center;
}

.rating:not(:checked)>input {
	display: none;
}

.rating:not(:checked)>label {
	float: right;
	width: 22px;
	padding: 1px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 200%;
	color: #ccc;
	text-shadow: 0px 0px #ccc, 0px 0px #ccc, .05em .05em .1em #000;
}

.rating:not(:checked)>label:before {
	content: "\2605";
}

.rating>input:checked~label {
	color: #f70;
	text-shadow: 1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
	color: gold;
	text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
	color: #ea0;
	text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating>label:active {
	position: relative;
	top: 2px;
	left: 2px;
}
@media (min-width:768px) and (max-width:1023px) {
.sort {
	float: right;
	position:absolute;
	right: 10px;
	top: 145px;
}	
.h1-heading3 {
	margin-right: 270px;
	position: relative;
}
}

@media (min-width:1024px) and (max-width:1920px) {
.sort {
	float: right;
	position:absolute;
	right: 10px;
	top: 195px;
}	

.sort2 {
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    /*position:absolute;
    right: 10px;
    top: 195px;
    */
}


.h1-heading3 {
	margin-right: 270px;
	position: relative;
}


}
.sort {
	
	cursor: pointer;
	text-align: right;
	text-decoration: none;
}

.sort a {
	cursor: pointer;
	text-align: right;
	text-decoration: none;
}


/* layout */

.category-filter a h2 {
	color: #3e77aa;
	text-decoration: underline;
}


.category-filter a h2:hover {
	color: #000;
	text-decoration: none;
	
}



#container {
	width: 100%;
	max-width: 1360px;
	min-width: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: left;
}

@media screen and (min-width: 1024px) {
	#container {
		min-width: 980px;
		margin-top: 7px;
	}
}

#column-left {
	float: left;
	margin-top: 0px;
	margin-left: 35px;
	width: 230px;
}

#column-right {
	float: right;
	background: #fff;
	margin-top: 0px;
	margin-right: 10px;
	width: 300px;
	padding: 0px;
}
#column-left+#column-right+#content-main,
#column-left+#content-main {
	margin-left: 270px;
}


@media screen and (min-width:1360px){
	#content-main {
		margin-left: 270px;

	}
	a.button-kt:hover {
	background: #fff;
	color: #fd6502;
	border: 1px solid #fd6502;
}
}

#content-main {
		text-align: center;
	}


@media (min-width:320px) and (max-width:470px) {
	#icon-home {
		margin: -5px auto;
		width: 390px;
	}
	.icon {
		text-align: left;
	}
}

@media (min-width:480px) and (max-width:640px) {
	#icon-home {
		margin: 0 auto;
		width: 465px;
	}
	.icon {
		text-align: left;
	}
}
@media (min-width:641px) and (max-width:820px) {
	#icon-home {
		margin: 0 auto;
		width: 640px;
	}
	.icon {
		text-align: left;
	}
}

@media (min-width:825px) and (max-width:1010px) {
	#icon-home {
		margin: 0 auto;
		width: 810px;
	}
	.icon {
		text-align: left;
	}
}

@media (min-width:1010px) and (max-width:1023px) {
	#icon-home {
		margin: 0 auto;
		width: 990px;
	}
	.icon {
		text-align: left;
	}
}

@media (min-width:1024px) and (max-width:1140px) {
	#icon-home {
		margin: 0 auto;
		width: 680px;
		display: flex
	}
	.icon {
		text-align: left;
	}
}

@media (min-width:1141px) and (max-width:1320px) {
	#icon-home {
		margin: 0 auto;
		width: 990px;
		display: flex
	}
	.icon {
		text-align: left;
	}
}

@media (min-width:1321px) and (max-width:1366px) {
	#icon-home {
		margin: 0 auto;
		width: 890 px;
	}
	.icon {
		text-align: left;
	}
}

@media (min-width:1367px) and (max-width:1920px) {
	#icon-home {
		margin: 0 auto;
		width: 990px;
	}
	.icon {
		text-align: left;
	}
}


#content {
	min-height: 400px;
	margin-bottom: 5px;
	padding: 0px 30px 30px 0px;
}

#content3 {
	min-height: 400px;
	margin-bottom: 5px;
	padding: 0px 30px 0px 35px;
}

#content-home {
	min-height: 400px;
	margin-left: 230px;
	margin-bottom: 5px;
	padding: 15px 5px 25px 25px;
}

#column-left+#column-right+#content,
#column-left+#content {
	margin-left: 265px;
}

#column-right+#content {
	margin-right: 240px;
}

#header {
	max-width: 1230px;
	height: 110px;
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 15px;
	padding-bottom: 0;
	position: relative;
	z-index: 99;
	padding: 0;
}

#superbanner {
	height: 30px;
	width: 100%;
	position: relative;
	margin-bottom: 25px;
}

#header #logo {
	text-align: center;
	width: 220px;
	position: absolute;
	top: 16px;
	margin-left: 0px;
}
#header #logo a {
	font-size: 32px;
    color: #fff;
    text-decoration: none;
}

#header #logo span a {
	position: relative;
    top: 2px;
    font-size: 11.8px;
    color: #c6c6c6;
    text-decoration: none;
}

#header .contact {
	position: absolute;
	font-family: 'Open Sans', sans-serif;
	top: -5px;
	font-size: 18px;
	left: 290px;
	color: #fff;
}

#header .contact2 {
	position: absolute;
	font-family: 'Open Sans', sans-serif;
	top: -5px;
	font-size: 18px;
	float: left;
	left: 510px;
	color: #fff;
}

#header .contact3 {
	position: absolute;
	font-family: 'Open Sans', sans-serif;
	top: -5px;
	font-size: 18px;
	float: left;
	left: 705px;
	color: #fff;
	display: grid;
	grid-template-columns: max-content auto;
	align-items: center;
	grid-gap: 0 7px;
}

#header .contact3 * {
	font-size: inherit;
	font-family: inherit;
	text-decoration: unset;
	color: inherit;
	font-size: inherit;
	display: block;
}

#header .contact3 *:hover {text-decoration: underline;}

#header #text2 {
	position: relative;
	top: 30px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #006
}

#header #address {
	position: absolute;
	top: 62px;
	width: 27%;
	float: left;
	left: 53%;
}

#header #search {
	position: absolute;
	top: 31px;
	width: 50%;
	max-width: 610px;
	float: left;
	left: 305px;
	z-index: 15;
}


#header #search input {
	background: #F4F4F8;
	padding: 0 0 1px 13px;
	width: 100%;
	height: 36px;
    border-radius: 50px;
    border: 0;
    font-size: 13px;
}



#header .button-search {
  position: absolute;
  right: -14px;
  top: 0;
  background: url(/search.png) #DEDEE3 no-repeat center;
  width: 52px;
  height: 37px;
  cursor: pointer;
  border-radius: 50px;
}
#header .button-search:hover {
  background: url(/search.png) #D7D7DB no-repeat center;
}

input::-webkit-input-placeholder {
	color: #a9a9a9;
}

input::-moz-placeholder {
	color: #a9a9a9;
}



a.img-comp {
	display: block;
	width: 60px;
    height: 60px;
    position: absolute;
}


#compare {
    position: absolute;
    top: 27px;
    float: right;
    right: 37px;
    background: url('/comp.svg') no-repeat center;	
    padding: 0px;
    background-color: #292B2E;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}


#compare:hover{
    background-color: #3B3E42;
}

#compare.disabled {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .4;
	cursor: default;
}

#compare span {
  margin-top: -9px;
  margin-right: -10px;
  float: right;
  color: #fff;
  text-decoration: none;
  background: #FF7401;
  font-size: 11px;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50px;
  line-height: 2.2;
}

#compare.disabled span {
	display: none;
}

#header #head-menu {
	background: #979696;
	height: 41px;
	width: 79%;
	position: absolute;
	margin-top: 102px;
	margin-left: 230px;
}


#header #head-menu a {
	width: 16%;
	height: 21px;
	position: relative;
	border-left: 1px solid #fff;
	float: left;
	text-align: center;
	margin-top: 0px;
	padding: 10px 0px 10px 0px;
}

@media screen and (min-width: 1024px) {
	#header #head-menu a span {
		font-size: 12px;
	}
}

#header #head-menu a span {
	text-decoration: none;
	color: #fff;
	text-align: center;
	position: relative;
	margin-top: 12px;
	margin-left: 0px;
	font-size: 14px;	
	height: 0px;
}

#header #head-menu a {
	text-decoration: none;
}


#header #head-menu a:hover {
	background: #ccc;
}

#header #head-menu a img {
	margin-top: 2.5px;
}



#header #cart {
  position: absolute;
  float: right;
  right: -23px;
  z-index: 9999999 !important;
  top: 27px;
  border-radius: 8px;
}

#header #cart img {
	position: relative;
    text-align: center;	
    margin-top: 12px;
}




#header #cart .heading:hover {
	background-color: #3B3E42;
}

#header #cart .heading a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	display: block;
}

#header #cart .heading a span {
  position: absolute;
  background: #FF7401;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  top: -9px;
  left: 35px;
  text-align: center;
  line-height: 2.2;
  font-size: 11px;
}

#header #cart .heading #text-cart {
	position: absolute;
	border: none;
	font-size: 18px;
	color: #000;
	top: 16px;
	left: 72px;
	text-align: center;
}

#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 50px;
	width: 292px !important;
	z-index: 9999999999999999999 !important;
	-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 0px 50px -10px #ccc;
	-moz-box-shadow: 0px 0px 50px -10px #ccc;
	box-shadow: 0px 0px 50px -10px #ccc;
	background: #FFF;
}

#header #cart.active .content {
	display: block;
	min-width: 500px;
	float: right;
	z-index: 99999999;
}

#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}

#header #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}

#header #cart .cart .image {
	width: 1px;
}

#header #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}

#header #cart .cart .name small {
	color: #666;
}

#header #cart .cart .quantity {
	text-align: right;
}

#header #cart .cart td.total {
	text-align: right;
}

#header #cart .cart .remove {
	text-align: right;
}

#header #cart .cart .remove img {
	cursor: pointer;
}

#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}

#header #cart table.total td {
	color: #000;
}

#header #cart .content .checkout {
	text-align: center;
	clear: both;
}

#header #cart .empty {
	padding-top: 0px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#header #welcome {
	position: absolute;
	top: 47px;
	right: 0;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999
}

#header #links {
	position: relative;
	height: 25px;
	width: 100%;
	float: left;
	top: -15px;
}

#header #links a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 00;
	font-family: 'Open Sans', sans-serif
}

#header #links a:hover {
	color: #ccc;
	text-decoration: none
}

#header #links a+a {
	margin-left: 5%;
	font-family: 'Open Sans', sans-serif
}

a.callme {
	bottom: 8px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: #f96603;
	position: relative;
	padding: 7px 16px 7px 14px;
}

a.callme:hover {
	background: #fff;
	border: 1px solid #f96603;
	color: #000;
}

a.callme-kt {
	margin-top: -15px;
	font-weight: normal;
	text-align: center;
	width: auto;
	margin-left: 5px;
	padding: 11px 21px 11px 21px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	line-height: 16px;
	background: #f96603;
}

a.callme-kt:hover {
	background: #ffffff;
	color: #000;
	border: 1px solid #f96603;
}


/* menu */

#menu {
	background: #e36615;
	background: linear-gradient(top, #fe7319, #e36615);
	background: -moz-linear-gradient(top, #fe7319, #e36615);
	background: -webkit-linear-gradient(top, #fe7319, #e36615);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe7319", endColorstr="#e36615");
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe7319", endColorstr="#e36615");
	width: 100%;
	box-shadow: 0px 2px 2px #DDDDDD;
	height: 54px;
	z-index: 100;
}

#menu ul {
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

#menu>ul>li {
	float: left;
	width: 12.5%;
}

#menu>ul>li:hover {
	background: #514d48;
}

#menu>ul>li>a.active {}

#menu>ul>li>a {
	border-left: 1px solid #fbdaae;
	border-right: 1px solid #fbdaae;
	padding: 0px 5px 0px 5px;
	color: #fff;
	display: table-cell;
	font: 14px "Arial", sans-serif;
	font-family: 'Open Sans', sans-serif;
	height: 54px;
	text-align: center;
	overflow-wrap: normal;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px 1px #747373;
	vertical-align: middle;
	width: 12.5%;
	z-index: 6;
}

#menu>ul>li>div {
	background: #514d48;
	border-radius: 0px 0px 7px 7px;
	box-shadow: 0px 20px 25px #666666;
	display: none;
	position: absolute;
	padding: 15px;
	z-index: 99;
}

#menu>ul>li:hover>div {
	display: table;
}

#menu>ul>li>div>ul {
	display: table-cell;
}

#menu>ul>li ul+ul {
	padding-left: 20px;
}

#menu>ul>li ul>li>a {
	text-decoration: none;
	padding: 4px;
	color: #e80c89;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}

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

#menu>ul>li>div>ul>li>a {
	background: none;
	color: #fff;
	display: table-cell;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}

.breadcrumb a {
	color: #f96603;
	font-size: 15px;
	text-decoration: none;
}

.success,
.warning,
.attention,
.information,
.rev-success {
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	color: #555;
}

.success a,
.warning a,
.attention a,
.information a {
	color: #333;
}

#cart-success {
	position: fixed;
	z-index: 999999999999999;
}

.success {
	width: 340px;
	/*width of your box*/
	height: 80px;
	/*height of your box*/
	position: fixed;
	left: 45%;
	top: 50%;
	margin-left: -70px;
	/*Half of your width*/
	margin-top: -70px;
	/*Half of your height*/
	z-index: 999999;
	background: #FFF;
	border: 2px solid #fe7319;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	/*border thickness & colour with rounded corners*/
	font-size: 16px;
	/*Size of your text that shows in the box*/
}

.success3 {
	background: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	width: 90%;
	height: 90%;
	position: absolute;
}

.success2 {
	width: 340px;
	/*width of your box*/
	height: 80px;
	/*height of your box*/
	position: fixed;
	left: 5%;
	top: 20%;
	z-index: 999999999;
	background: #fff;
	padding: 5px;
	border: 2px solid #38B0E3;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	/*border thickness & colour with rounded corners*/
	font-size: 12px;
	/*Size of your text that shows in the box*/
}

.success-rev {
	background: #ed093f;
	padding: 20px;
	color: #fff;
	text-align: center;
	width: 500px;
	margin: 0 auto;
	margin: 20px;
	-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;
	-webkit-box-shadow: 0px 1px 10px 2px #444444;
	-moz-box-shadow: 0px 1px 10px 2px #444444;
	box-shadow: 0px 1px 10px 2px #444444;
}


/*End added*/


/*Start changed parts*/

.warning {
	background: #f90634;
	padding: 10px;
	width: 95%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	-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;
}

.warning2 {
	background: #f90634;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	margin: 10px;
	-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;
	-webkit-box-shadow: 0px 1px 40px 2px #fda245;
	-moz-box-shadow: 0px 1px 40px 2px #fda245;
	box-shadow: 0px 1px 40px 2px #fda245;
}

.warning3 {
	position: relative;
	top: 10px;
	height: 20px;
	width: 100px;
	margin: 0 auto;
	left: 29%;
	background: #f90634;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	-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;
	-webkit-box-shadow: 0px 1px 40px 2px #fda245;
	-moz-box-shadow: 0px 1px 40px 2px #fda245;
	box-shadow: 0px 1px 40px 2px #fda245;
}

.attention {
	background: #f90634;
	padding: 20px;
	color: #fff;
	text-align: center;
	width: 500px;
	margin: 0 auto;
	margin: 20px;
	-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;
	-webkit-box-shadow: 0px 1px 40px 2px #fda245;
	-moz-box-shadow: 0px 1px 40px 2px #fda245;
	box-shadow: 0px 1px 40px 2px #fda245;
}

.information {
	background: #E8F6FF url('../image/information.png') left no-repeat;
	border: 1px solid #B8E2FB;
	padding-left: 20px;
}

.success .close,
.warning .close,
.attention .close,
.information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

.error {
	display: block;
	color: #FF0000;
}

.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;
}

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 a {
	text-decoration: underline;
}

table.list tbody td {
	vertical-align: top;
	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.form-forg {
	width: 37%;
	margin-top: 20px;
	margin-bottom: 20px;
	vertical-align: center;
	padding: 20px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	-webkit-box-shadow: 0px 0px 50px -10px #660066;
	-moz-box-shadow: 0px 0px 50px -10px #660066;
	box-shadow: 0px 0px 50px -10px #660066;
}

table.form-for tr td:first-child {
	width: 150px;
}

table.form-for>*>*>td {
	color: #000000;
}

table.form-for 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 a {
	text-decoration: underline;
}

table.list tbody td {
	vertical-align: top;
	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;
}

.pagination {
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.pagination .links {
	text-align: center;
}

.pagination .links a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 4px 10px;
	text-decoration: none;
}

.pagination .links b {
	display: inline-block;
	font-size: 22px;
	color: #fff;
	background: #fd6502;
	border-radius: 5px;
	padding: 5px 15px 8px;
	text-decoration: none;
}

.pagination .results {
	text-align: center;
	margin-top: 15px;
}


/* button */

a.button-kt {
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	padding: 9px 10px 6px 10px;
	text-align: center;
	width: auto;
	margin-left: 5px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	background: #fd6502;
	border: 1px solid #fd6502;
}



#credit {
	position: absolute;
	border: none;
	color: #fff;
	width: auto;
	text-decoration: none;
	cursor: pointer;
	background: #434242;
	font-size: 15px;
	font-weight: normal;
	margin-top: 2px;
	text-decoration: none;
	cursor: pointer;
	padding: 8px 7px 7px 7px;
	border: 1px solid #434242;
}

#credit:hover {
	background: #fff;
	color: #434242;
	border: 1px solid #434242;
}

#credit img {
	float: left;
	/* width: 22px; */
	height: 22px;
	padding: 0px 7px 0px 0px;
}

a.button-kt-provide {
	margin-top: -15px;
	font-weight: normal;
	text-align: center;
	width: auto;
	margin-left: 5px;
	padding: 11px 21px 11px 21px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	line-height: 16px;
	background: #434242;
}

a.button-kt-provide:hover {
	background: #ffffff;
	color: #434242;
	border: 1px solid #434242;
}

a.button {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background: #fd6502;
	border: 1px solid #fd6502;
	padding: 4px 14px 4px 14px;
}

a.button span {
	color: #fff;
	line-height: 2px;
	font-size: 17px;
	display: inline-block;
}

a.button:hover {
	background: #fff;
	box-shadow: 0 1px 2px #888;
}

a.button:hover span {
	color: #fd6502;
}

a.button-addcart {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background: #fd6502;
	border: 1px solid #fd6502;
	position: relative;
	/* top: 9px; */
	height: 32px;
	width: 67px;
	background-image: url(/addcart.png);
	background-repeat: no-repeat;
	background-size: 60px;
}
@media screen and (min-width:767px){
a.button-addcart:hover {
	background: #fff;
	border: 1px solid #fd6502;
	background-image: url(/addcart-inverse2.png);
	background-repeat: no-repeat;
	background-size: 60px;	
}
}
a.button-provide {
	/* bottom: 8px; */
	text-decoration: none;
	cursor: pointer;
	background: #434242;
	position: relative;
	padding: 7px 16px 7px 14px;
}

a.button-provide span {
	color: #fff;
	position: relative;
	font-size: 15px;
	display: inline-block;
}

a.button-provide:hover {
	background: #fff;
	border: 1px solid #434242;
	color: #000;
	box-shadow: 0 1px 2px #888;
}

a.button-provide:hover span {
	color: #434242;
}

a.button-one:hover span {
	color: #FFFFFF;
}

a.button-one {
	/* bottom: 3px; */
	text-decoration: none;
	cursor: pointer;
	background: #434242;
	border: 1px solid #434242;
	position: relative;
	    top: 1px;
    padding: 6px 16px 7px 14px;
}

a.button-one span {
	color: #fff;
	position: relative;
	top: 6px;
	font-size: 11px;
	display: inline-block;
}

a.button-one:hover {
	background: #fff;
	border: 1px solid #434242;
	box-shadow: 0 1px 2px #888;
}

a.button-one:hover span {
	color: #000;
}


/* button */

a.button-filter {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background: #b1b1b2;
	box-shadow: 0 1px 2px #888;
	padding: 8px;
	box-shadow: 0 1px 2px #888;
}

a.button-filter span {
	color: #fff;
	line-height: 2px;
	font-size: 16px;
	text-shadow: 1px 1px 1px #747373;
	display: inline-block;
}

a.button-filter:hover {
	background: #ccc;
	box-shadow: 0 1px 2px #888;
}

.buttons {
	background: #FFFFFF;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}

.buttons .left {
	float: left;
	text-align: left;
}

.buttons .right {
	float: left;
	text-align: right;
}

.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/* button */

a.button2 {
	text-decoration: none;
	cursor: pointer;
	background: #b80314;
	background: linear-gradienttop, #e4041a, #b80314);
	background: -moz-linear-gradient(top, #e4041a, #b80314);
	background: -webkit-linear-gradient(top, #e4041a, #b80314);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4041a", endColorstr="#b80314");
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4041a", endColorstr="#b80314");
	padding: 4px 10px 5px 10px;
	border-radius: 5px;
	box-shadow: 0 1px 2px #888;
}

a.button2 span {
	color: #FFFFFF;
	line-height: 12px;
	font-size: 16px;
	display: inline-block;
}

a.button2:hover {
	box-shadow: 0 1px 2px #888;
}

a.button2:hover span {
	color: #ccc;
}

a.button3 {
	text-decoration: none;
	cursor: pointer;
	background: #b80314;
	background: linear-gradienttop(top, #e4041a, #b80314);
	background: -moz-linear-gradient(top, #e4041a, #b80314);
	background: -webkit-linear-gradient(top, #e4041a, #b80314);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4041a", endColorstr="#b80314");
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4041a", endColorstr="#b80314");
	padding: 7px;
	border-radius: 7px;
	box-shadow: 0 1px 2px #888;
}

a.button3 span {
	color: #FFFFFF;
	line-height: 12px;
	font-size: 16px;
	display: inline-block;
}

a.button3:hover {
	background: #b80314;
}

.htabs {
	height: 30px;
	line-height: 16px;
}

.htabs {
	/* padding-top: 15px; */
	padding-left: 400px;
	
	margin-top: 30px;
	height: 25px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}

.htabs a {
	padding: 7px 15px 6px 15px;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}

.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
	border-bottom: 3px solid #fd6502;
}

.tab-content {
	max-width: 1030px;
	margin-right: 240px;
	/* margin-left: 20px; */
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	/* overflow: auto; */
}


/* box */

.box {
	margin-bottom: 20px;
}

.box .box-heading {
	line-height: 30px;
	text-align: center;
	padding: 10px 10px 20px 10px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-size: 33px;
	
	color: #000;
}

.box .box-content {
	margin-top: 10px;
	padding: 0px;
}

.box .box-content-pash {
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	-webkit-box-shadow: 0px 0px 45px 0px #0066CC;
	-moz-box-shadow: 0px 0px 45px 0px #0066CC;
	box-shadow: 0px 0px 45px 0px #0066CC;
	padding: 10px;
}


/* box products */

.box-product {
	width: 100%;
	overflow: auto;
}

.box-product>div {
	width: 110px;
	height: 150px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 10px;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.box-product>div:hover {
	-webkit-box-shadow: 0px 1px 10px 2px #ccc;
	-moz-box-shadow: 0px 1px 10px 2px #ccc;
	box-shadow: 0px 1px 10px 0px #ccc;
}

#column-left+#column-right+#content .box-product>div {
	width: 119px;
}

.box-product>.image {
	padding-top: 5px;
	display: block;
	margin-bottom: 0px;
	text-align: center;
}

.box-product .name a {
	color: #000;
	font-family: Arial, Tahoma;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 60px;
	overflow: hidden;
	margin-bottom: 4px;
}

.box-product .name {
	color: #d6338e;
	font-family: Arial, Tahoma;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-bottom: 4px;
}

.box-product .price {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 4px;
	text-align: center;
}

.box-product .price a {
	color: #f00;
	font-family: Arial, Tahoma;
	font-size: 12px;
	text-decoration: none;
}

.box-product .price-old {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: line-through;
}

.box-product .price-new {
	font-size: 16px;
	color: #ce2125;
	font-weight: bold;
}

.box-product .cart {
	text-align: center;
}


/* box products */

.box-heading-sim {
	text-align: center;
	font-size: 14px;
}

.box-product-sim {
	width: 100%;
	overflow: auto;
	text-align: center;
}

.box-product-sim>div {
	width: 180px;
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
	padding-top: 5px;
}

#column-left+#column-right+#content .box-product-sim>div {
	width: 119px;
}

.box-product-sim>.image {
	padding-top: 5px;
	display: block;
	margin-bottom: 0px;
	text-align: center;
}

.box-product-sim .name a {
	color: #000;
	font-family: Arial, Tahoma;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	height: 45px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-bottom: 4px;
}

.box-product-sim .name {
	color: #d6338e;
	font-family: Arial, Tahoma;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-bottom: 4px;
}

.box-product-sim .price {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #434242;
	margin-bottom: 4px;
	text-align: center;
}

.box-product-sim .price a {
	color: #f00;
	font-family: Arial, Tahoma;
	font-size: 12px;
	text-decoration: none;
}

.box-product-sim .price-old {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: line-through;
}

.box-product-sim .price-new {
	font-size: 16px;
	color: #ce2125;
	font-weight: bold;
}

.box-product-sim .rating {
	display: block;
	margin-bottom: 4px;
}


/* box products-rel */

.box-product-rel {
	overflow: auto;
	padding: 0px;
}

#column-left+#column-right+#content .box-product-rel>div {
	width: 119px;
}

.box-product-rel>div {
	width: 160px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 15px;
}

.box-product-rel .image {
	display: block;
	margin-bottom: 0px;
	text-align: center;
}

.box-product-rel .name a {
	color: #000;
	font-family: Arial, Tahoma;
	width: 190px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 4px;
}

.box-product-rel .name {
	color: #d6338e;
}

.box-product-rel .price {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #434242;
	margin-bottom: 4px;
	text-align: center;
}

.box-product-rel .price-old {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: line-through;
}

.box-product-rel .price-new {
	font-size: 16px;
	color: #ff0000;
	font-weight: bold;
}

.box-product-interest {
	text-align: center;
}

.box-product-interest>div {
	width: 200px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.box-product-interest .image {
	display: block;
	margin-bottom: 0px;
	text-align: center;
}

.box-product-interest .name a {
	color: #000;
	font-family: Arial, Tahoma;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-bottom: 4px;
}

.box-product-interest .name {
	color: #d6338e;
}

.box-product-interest .price {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 4px;
	text-align: center;
}

.box-product-interest .price-old {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: line-through;
}

.box-product-interest .price-new {
	font-size: 16px;
	color: #ff0000;
	font-weight: bold;
}

#wrapper {
	background: none;
	background-color: #FFF;
	padding: 0px;
	width: 100%;
	margin: 0px;
}


/* box products-similar */

.box-product-similar {
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding: 10px;
}

.box-product-similar>div {
	width: 160px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 15px;
}

#column-left+#column-right+#content .box-product-similar>div {
	width: 119px;
}

.box-product-similar .image {
	display: block;
	margin-bottom: 0px;
	text-align: center;
}

.box-product-similar .name a {
	color: #000;
	font-family: Arial, Tahoma;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-bottom: 4px;
}

.box-product-similar .name {
	color: #d6338e;
}

.box-product-similar .price {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 4px;
	text-align: center;
}

.box-product-similar .price-old {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: line-through;
}

.box-product-similar .price-new {
	font-size: 16px;
	color: #ff0000;
	font-weight: bold;
}

#wrapper-similar {
	background: none;
	background-color: #FFF;
	padding: 6px;
	width: 98%;
	margin: 0px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	-webkit-box-shadow: 0px 0px 30px -10px #1E3EA7;
	-moz-box-shadow: 0px 0px 30px -10px #1E3EA7;
	box-shadow: 0px 0px 30px -10px #1E3EA7;
}

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

.d-carousel h4 {
	margin: 5px 0 5px 0;
}

.d-carousel .jcarousel-container {
	display: block;
	overflow: hidden;
	margin-bottom: 0px;
}

.d-carousel .jcarousel-item {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 0 6px;
	width: 160px;
}

.d-carousel .jcarousel-container-horizontal {
	width: 100%;
	padding: 0px;
}

.d-carousel .jcarousel-item-horizontal {
	margin-left: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 11px;
}

.d-carousel .jcarousel-next-horizontal {
	position: absolute;
	top: 114px;
	right: 0;
	margin-right: 0px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url('/carousel/image/right.png');
}

*.d-carousel .jcarousel-next-horizontal:hover {
	*background-position: bottom right;
	*
}

.d-carousel .jcarousel-prev-horizontal {
	position: absolute;
	top: 114px;
	left: 0px;
	margin-left: 0px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url('/carousel/image/left.png');
}

.d-carousel .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url('carousel/image/blog-arrows.jpg');
}

.d-carousel .jcarousel-prev-horizontal:hover {
	background-position: bottom left;
}


/* box category */

.box-category {
	margin-top: 38px;
	margin-bottom: 35px;
	padding: 0px;
	border-right: 1px dotted #EEEEEE;
	display: none;
}

.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.box-category>ul>li {}

.box-category>ul>li+li {}

.box-category>ul>li>a {
	text-decoration: none;
	color: #000;
}

.box-category>ul>li ul {
	display: none;
}

.box-category>ul>li a.active {
	font-weight: bold;
}

.box-category>ul>li a.active+ul {
	display: block;
}

.box-category>ul>li ul>li {
	padding: 5px 5px 0px 10px;
}

.box-category>ul>li ul>li>a {
	text-decoration: none;
	display: block;
}

.box-category>ul>li ul>li>a:hover {
	font-weight: bold;
}

.box-category>ul>li ul>li>a.active {
	font-weight: bold;
}


/* content */

#content.content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
	background: #fff;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

#content .content .left {
	float: left;
	width: 49%;
}

#content .content .right {
	float: right;
	width: 49%;
}

.content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
	background: #fff;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

.content .left {
	float: left;
	width: 49%;
}

.content .right {
	float: right;
	width: 49%;
}


/* menu-catalog-nodes */

figure {
	margin: 0;
	padding: 0;
}

.grid-box {}

.grid-box a {
	text-decoration: none;
	/* font-size: 16px; */
	/* margin-left: 10px; */
}

.menu-catalog-nodes {
	/* border-bottom: 1px solid #ccc; */
	/* text-align: center; */
}

.m-catalog-nodes-item {
	text-align: center;
	width: 138px;
	height: 165px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	
}

.m-catalog-nodes-item:hover {
	-webkit-box-shadow: 0px 1px 10px 2px #ccc;
	-moz-box-shadow: 0px 1px 10px 2px #ccc;
	box-shadow: 0px 1px 10px 0px #ccc;
}



.m-catalog-nodes-item a {
    font-size: 14px;
}

/* category */

.category-info {
	overflow: auto;
	margin-bottom: 20px;
}

.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}

.category-list {
	overflow: auto;
	margin-bottom: 20px;
}

.category-list ul {
	float: left;
	width: 18%;
}

.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}


/* 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: 5px;
	overflow: auto;
}

.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}

.product-filter .display a {
	font-weight: bold;
}

.product-filter .sort {
	float: left;
	margin-top: 9px;
	color: #000;
	font-style: italic;
}

.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-top: 15px;
	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;
	padding: 0px 20px;
}

.product-list .name {
	margin-bottom: 3px;
}

.product-list .name a {
	color: #000;
	font-size: 16px;
	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-grid-home {
	width: 100%;
}

.product-grid-home>div {
	width: 200px;
	height: 270px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 5px;
	margin-bottom: 30px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.product-grid-home>div:hover {
	-webkit-box-shadow: 0px 1px 10px 2px #ccc;
	-moz-box-shadow: 0px 1px 10px 2px #ccc;
	box-shadow: 0px 1px 20px 0px #ccc;
}

.product-grid {
	width: 100%;
	
}




.product-grid>div {
	
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 30px;
	padding: 0px;
}




#column-left+#column-right+#content .product-grid>div {
	width: 125px;
}

.stiker1 {
	position: relative;
	margin: 0px 0px 0px 10px;
	
	text-align: center;
	z-index: 99;
	margin-bottom: -70px;
	width: 100px;
	float: left;
	left: 10px;
	font-size: 17px;
	background: #0dd3dc;
	border-radius: 16px;
	color: #fff;
}


.stiker2 {
	position: relative;
	margin: 0px 0px 0px 10px;
	
	text-align: center;
	z-index: 99;
	margin-bottom: -70px;
	width: 140px;
	float: left;
	left: 10px;
	font-size: 17px;
	background: #f76821;
	border-radius: 16px;
	color: #fff;
}



.stiker3 {
	position: relative;
	margin: 0px 0px 0px 10px;

	
	text-align: center;
	z-index: 99;
	margin-bottom: -70px;
	width: 120px;
	float: left;
	left: 10px;
	font-size: 17px;
	background: #f35253;
	border-radius: 16px;
	color: #fff;
}


.stiker4 {
	position: relative;
	/*position: relative;*/
	margin: 0px 0px 0px 10px;
	
	text-align: center;
	z-index: 99;
	margin-bottom: -70px;
	width: 130px;
	
	float: left;
	left: 10px;
	font-size: 17px;
	background: #6ad846;
	border-radius: 16px;
	color: #fff;
}






.video {
	z-index: 99;
	margin-bottom: -70px;
	width: 85px;
	position: relative;
	float: right;
}



.video img {
	width: 40px;
	height: 30px;
}

.product-grid .image {
	margin-bottom: 0px;
}

.product-grid .name a {

	color: #000;
	font-family: Arial, Tahoma;
	width: 100%!important;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 4px;
}

.product-grid .description {
	display: none;
}

.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}

.product-grid .price {
	font-size: 17px;
	font-weight: bold;
	color: #434242;
	display: block;
	margin-top: 4px;
	margin-bottom: 8px;
}

.product-grid .not-provide {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	display: block;
	margin-top: 4px;
	margin-bottom: 8px;
}

.product-grid .price a {
	color: #000;
	font-family: Arial, Tahoma;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}

.product-grid .price-old {
	font-size: 16px;
	color: #434242;
	font-weight: bold;
	text-decoration: line-through;
}

.product-grid .price-new {
	font-size: 16px;
	color: #ff0000;
	font-weight: bold;
}

.product-grid .price .price-tax {
	display: none;
}

.chasti {
	z-index: 9;
	position: relative;
	float: right;
	text-align: right;
	right: 35px;
	width: 20px;
	height: 20px;
	margin-top: 57px;
}

.product-grid .cart {
	text-align: center;
	background-color: #fff;
	margin-bottom: 20px;
}

.product-grid .wishlist,
.product-grid .compare {
	margin-bottom: 3px;
}

.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
}

.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
}


/* Product */

#headcat {
	position: absolute;
	width: 230px;
	top: 158px;
	margin-left: 35px;
	background: #ffffff;
	color: #f96603;
	z-index: 999;
}

.h1-heading {
	position: relative;
	margin-left: 290px;
}

.h1-heading2 {
	margin-left: 397px;
	height: 70px;
}

.h1-heading3 {
	margin-left: 50px;
}

.product-info {
	min-height: 425px;
	/* margin-bottom: 30px; */
}

.product-info>.left {
	float: left;
	position: relative;
	margin-right: 15px;
}

.product-info>.left+.right {
	min-height: 300px;
}

.product-info2 {
	width: 100%;
	margin-top: 0px;
	overflow: auto;
	margin-bottom: 10px;
}

.product-info2>.left2 {
	position: relative;
	overflow: auto;
	width: 39%;
	float: left;
}

.product-info2>.left2+.right2 {
	width: 60%;
	float: right;
}

.product-info .image {
	float: left;
	width: 380px;
	margin-bottom: 10px;
	margin-top: -10px;
	padding: 0px;
	text-align: center;
}

.product-info .image-additional {
	position: absolute;
	text-align: center;
	width: 300px;
	opacity: 0.7;
	margin-top: 365px;
	margin-left: 50px;
	clear: both;
	overflow: hidden;
}

.product-info .image-additional img {
	border: 1px solid #E7E7E7;
	border-radius: 5px;
}

.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
}

@media screen and (min-width:980px){
	.image-mobile{
	display: none;
	}
}

@media screen and (max-width:980px){
	.image-pc{
	display: none;
	}
}




.product-info .description {
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #646161;
	font-size: 18px;
	font-family: Helvetica, Tahoma, Arial;
	font-weight: bold;
}

.product-info .description span {
	color: #000000;
	padding: 5px 5px 10px 55px;
}

.product-info .description a {
	color: #db0d0d;
	font-size: 22px;
	font-family: Helvetica, Tahoma, Arial;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}

.product-info .model {
	padding: 0px 0px 0px 2px;
	margin-bottom: 0px;
	margin-top: -5px;
	margin-bottom: 9px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.product-info .model span {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #515151;
}

.product-info .stock {
	margin-top: 0px;
	margin-bottom: 10px;
}

.product-info .price {
	overflow: auto;
	padding: 0px 5px 10px 0px;
	margin-bottom: 10px;
	margin-top: -18px;
	font-size: 26px;
	font-weight: bold;
	color: #000;
}

.product-info .price-old {
	color: #000;
	text-decoration: line-through;
}

.product-info .price-new {
	color: #ff0000;
}

.manufacturer-info {
	margin-top: 15px;
	padding: 15px;
}

.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}

.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 .cart {
	margin-top: 5px;
	padding: 10px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
}

.product-info .cart div {
	float: left;
	vertical-align: middle;
}

.product-info .cart div>span7 {
	padding-top: 13px;
	display: block;
	color: #999;
}

.product-info .cart div>span8 {
	margin-top: -5px;
	margin-right: 5px;
	display: block;
	color: #999;
}

.product-info .cart .but {
	padding-top: 7px;
	padding: 12px 20px 0px 20px;
	display: block;
	color: #999;
}

.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}

.product-info .review a {
	color: #66CCFF;
	font-size: 15px;
	font-style: italic;
}

.product-info .review>div {
	margin-top: 0px;
	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 .notify {
	margin-top: 20px;
	height: 47px;
	padding: 10px 5px 10px 5px;
	margin-bottom: 20px;
}

.product-info .block {
	bottom: 0px;
}

.product-info .infobox {
	float: left;
	position: relative;
	top: 20px;
	bottom: 10px;
	left: 20px;
	width: 380px;
	height: 120px;
}

.product-info .promo {
	color: #ff0000;
	font-size: 14px;
	margin-bottom: 10px;
}

.product-info .mini {
	font-size: 14px;
	margin-left: 375px;
}

.product-info .mini a {
	color: #3e77aa;
}

.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: left;
	width: 40%;
}

.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: left;
	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-product 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-product td {
	padding: 7px;
}

.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}

.wishlist-product thead .remove,
.wishlist-product thead .image,
.wishlist-product thead .cart {
	text-align: center;
}

.wishlist-product thead .name,
.wishlist-product thead .model,
.wishlist-product thead .stock {
	text-align: left;
}

.wishlist-product thead .quantity,
.wishlist-product thead .price,
.wishlist-product thead .total {
	text-align: right;
}

.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}

.wishlist-product tbody .remove {
	vertical-align: middle;
}

.wishlist-product tbody .remove,
.wishlist-product tbody .image,
.wishlist-product tbody .cart {
	text-align: center;
}

.wishlist-product tbody .name,
.wishlist-product tbody .model,
.wishlist-product tbody .stock {
	text-align: left;
}

.wishlist-product tbody .quantity,
.wishlist-product tbody .price,
.wishlist-product tbody .total {
	text-align: right;
}

.wishlist-product tbody .price s {
	color: #F00;
}

.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: 33.3%;
}

.return-model {
	float: left;
	width: 33.3%;
}

.return-quantity {
	float: left;
	width: 33.3%;
}

.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}

.return-reason {
	float: left;
	width: 33.3%;
}

.return-opened {
	float: left;
	width: 33.3%;
}

.return-opened textarea {
	width: 98%;
	vertical-align: top;
}

.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}

.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}

.return-comment {
	float: left;
	width: 49%;
}

.return-captcha {
	float: right;
	width: 49%;
}

.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 {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	-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: 2px 2px 2px 2px #DDDDDD;
	-moz-box-shadow: 2px 2px 2px 2px #DDDDDD;
	box-shadow: 2px 2px 2px 2px #DDDDDD;
}

.cart-info td {
	padding: 7px;
}

.cart-info thead td {
	color: #000000;
	font-weight: bold;
}

.cart-info thead .remove,
.cart-info thead .image {
	text-align: center;
}

.cart-info thead .name,
.cart-info thead .model {
	text-align: left;
}

.cart-info thead .quantity,
.cart-info thead .price,
.cart-info thead .total {
	text-align: right;
}

.cart-info tbody td {
	vertical-align: top;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.cart-info tbody .remove {
	vertical-align: middle;
}

.cart-info tbody .remove,
.cart-info tbody .image {
	text-align: center;
}

.cart-info tbody .name,
.cart-info tbody .model {
	text-align: left;
}

.cart-info tbody .quantity,
.cart-info tbody .price,
.cart-info tbody .total {
	text-align: right;
}

.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}

.cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}

.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}

.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}

.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}

.cart-total table {
	float: right;
}

.cart-total td {
	padding: 3px;
	text-align: right;
}


/* checkout */

.checkout-heading {
	
	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;
	display: none;
	overflow: auto;
}

.checkout-content .left {
	float: left;
	width: 48%;
}

.checkout-content .right {
	float: left;
	width: 48%;
	margin-left: 80px;
}

.checkout-content .buttons {
	clear: both;
	text-align: center;
}

.checkout-product table {
	width: 100%;
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	-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;
}

.checkout-product td {
	padding: 7px;
}

.checkout-product thead td {
	color: #000;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}

.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: right;
}

.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}

.checkout-product tbody .name,
.checkout-product tbody .model {
	text-align: left;
}

.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
	text-align: right;
}

.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}

.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 {
	clear: both;
	overflow: auto;
	min-height: 50px;
	background: #dcdcdc;
	box-shadow: 0 1px 2px #888;
	padding: 10px;
	line-height: 7px;
}

#footer div p {
	font-size: 12px;
}

#footer a {
	font-size: 12px;
	text-decoration: none;
}

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

#footer .column1 {
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 0px;
	color: #fff;
	font-size: 16px;
}

#footer .column2 {
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 0px;
	color: #fff;
	font-size: 16px;
	line-height: 33px;
}

#footer .column3 {
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 0px;
	color: #fff;
	font-size: 16px;
	line-height: 33px;
}

#footer .column4 {
	color: #f13021;
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 33px;
}


/* banner */

.banner div {
	text-align: center;
	width: 100%;
}

.banner div img {
	margin-bottom: 20px;
}


/*code start */

.banner-square {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 170px;
	position: relative;
}

.banner-square img {}

.product_image {
	list-style: none;
	position: relative;
}

.product_image img {}

.promotags {
	display: block;
	position: absolute;
	z-index: 1;
}

.discount-bullet {
	text-align: center;
	position: absolute;
	background: url('../image/discount_bgred.png') no-repeat;
	z-index: 1;
}

.discount-bullet2 {
	text-align: center;
	position: absolute;
	background: url('../image/discount2.png') no-repeat;
	z-index: 1;
}

.percentage {
	text-align: center;
	font: bold 26px arial;
	color: #ffffff;
	padding-top: 5px;
	line-height: 69px;
	height: 36px;
}

.specification {
	font-size: 17px;
	margin-top: 35px;
	margin-bottom: 25px;
	font-weight: 600;
}

.deletetr {
	display: none;
}

.compare-info {
	border-collapse: collapse;
	width: 100%;
	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: left;
	width: 1%;
	min-width: 170px;
	border-left: 1px solid #DDDDDD;
}

.compare-info tr:first-child td:first-child {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(247, 247, 247, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f7f7f7', GradientType=0);
}

.compare-info tr td:first-child {
	background: rgba(000, 000, 000, 0.03);
}

.compare-info td.compare-attribute {
	background: transparent !important;
}

.compare-info td {
	padding: 10px;
	width: 20%;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	font-size: 13px;
}

.compare-info .image .minus {
	background: url('../image/ico_minus.png') no-repeat;
	background-position: 0px 0px;
	position: absolute;
	right: -20px;
	top: -5px;
	cursor: pointer;
	width: 16px;
	height: 16px;
}

.compare-info .image .minus:hover {
	background-position: -16px 0px;
}

.compare-info tr:hover>td {
	background: rgba(000, 000, 000, 0.03);
}

.compare-info tr:first-child:hover>td {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(247, 247, 247, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f7f7f7', GradientType=0);
}

.compare-info td>.image {
	position: relative;
	margin: 0 auto;
}

.compare-info td .mask {
	background: rgba(000, 000, 000, 0.03);
	height: 70px;
	width: 70px;
	position: absolute;
	top: 0px;
	display: none;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 0%, rgba(000, 000, 000, 0.03) 30%, rgba(000, 000, 000, 0.03) 100%);
}

.compare-info tr:hover>td .mask {
	display: block;
}

.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;
}

label.comp {
	position: absolute;
	margin-top: -20px;
	font-size: 14px;
	font-weight: 100;
	color: #ff6600;
}

.links label.comp {
	margin: 4px 0 4px 0;
	display: block;
}

input.comp {
	margin: 0 3px 0 0;
	vertical-align: middle;
}

#desc-name a {
	position: absolute;
	top: 80%;
	float: left;
	padding: 0px 20px 0px 20px;
	font-size: 14px !important;
	}

label.comp-cat {
	position: absolute;
	top: 210px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: 100;
	color: #ff6600;
}

.links label.comp-cat {
	margin: 4px 0 4px 0;
	display: block;
}

input.comp-cat {
	margin: 0 3px 0 0;
	vertical-align: middle;
}

#fancybox-content #header {
	display: none;
}

#fancybox-content #column-left {
	display: none;
}

#fancybox-content .breadcrumb {
	display: none;
}

#fancybox-content #headcat {
	display: none;
}

#fancybox-content .product-filter {
	display: none;
}

#fancybox-content #menu {
	display: none;
}

#fancybox-content #footer {
	display: none;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

.mfp-zoom-in .mfp-content>div {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.7);
}

.mfp-zoom-in.mfp-ready .mfp-content>div {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-in.mfp-removing .mfp-content>div {
	transform: scale(0.7);
	opacity: 0;
}

a.button-addcart span {
	padding-left: 68px;
	color: #fff;
	display: block;
	padding-top: 5px;
	
}

a.button-addcart:hover span {
	color: #fd6502;
}

.pr_container:hover .button-addcart {
	width: 140px;
	-webkit-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	transition: .4s ease-out;
}



.float-right {
	float: right;
}

.float-left {
	float: left;
}

#mobile-header {
	width: 100%;
	position: fixed;
  top: 0px;
  z-index: 9999;
}
.logo-mobile {
  right: 0 !important;
  margin: -15px 10px 10px 13px !important;
}

.logo-mobile a img {
  max-width: 152px;
}

.logo-mobile span {
  padding-top: 1px;
  display: block;
}

.logo-mobile span a {
  display: block;
  font-size: 8px;
  color: #ffffffa6;
}

.phone-line {
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	margin: 0 auto;
	height: 40px;
}
#mobile-header .header-center-line {
  background: #292B2E;
  height: 61px;
  text-align: center;
}

span.phone-header {
	top: 0px;
	position: fixed;
	font-size: 15px;
  font-weight: 400;
	z-index:9999;
	width: 100%;
	color: #fffffff2;
	background: #363438;
	position: fixed;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 5px 0;
	margin-left: 52px;
	border-bottom: none;
}

.phone-line a {
	position: absolute;
	color: #fff;
	text-decoration: none;
	z-index: 9;
}

.phone-line a:hover {
	color: #888;
}

.mob-s-top {
  position: absolute;
  top: 4px;
  z-index: 9;
  right: 9px;
}

.search-mobile {
  margin: 0 -12px 0 12px !important;
}

.cart-mobile {
  margin: -4px 0 0 0 !important;
}
.cart-mobile span {
  padding: 1px 5px !important;
  font-size: 10px !important;
}

.burger-menu {
  float: right;
  margin: 12px;
  padding: 5px 10px 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #FE9D20;
  border-radius: 3px;
}
.burger-menu span img {
  padding-right: 8px;
}

.burger-menu span {
  position: relative;
  top: 1px;
}

.header-center-line {
	background: #434142;
	height: 70px;
	text-align: center;
}


.menu-mobile,
.search-mobile,
.compare-mobile,
.cart-mobile {
	min-width: 35px;
	display: inline-block;
	color: #fff;
}

.logo {
	display: inline-block;
	margin: 13px 0;
}

.logo a {
	font-size: 30px;
	color: #fff;
	text-decoration: none;
}

.header-bottom-line {
	height: 50px;
	text-align: center;
	background: #eb890e;
	position: relative;
	z-index: 200;
}

span.catalog-name {
	display: block;
	
	
}

.width-block {
	margin: 10px 5px 0 1px;
	position: relative;
}

span.phone-header img {
	width: 12px;
	margin: 7px;
}

a.list-group-item.accordion-toggle i {
	font-size: 20px;
	line-height: 0px;
}

span.number {
	background: #fd6502;
	border-radius: 50px;
	padding: 1px 7px;
	position: absolute;
	/* bottom: -10px; */
	right: -4px;
}

.xs-hide {
	display: none;
}

span.catalog-name {
	cursor: pointer;
}

.header-mobile-slise {
	position: fixed;
	top: 0;
	z-index: 1000000;
}

div#info {
	background: #000;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000000000;
	display: none;
}

.list-group {
	position: absolute;
	width: 100%;
}

ul.ul-header-mobile {
	width: 100%;
	text-align: center;
	padding: 0;
	padding: 20px 0;
}

ul.ul-header-mobile li a {
	font-size: 20px;
	color: #fff;
}

ul.ul-header-mobile li {
	margin: 20px 0;
}

.close-div span {
	color: #fff;
	position: absolute;
	right: 32px;
	top: 4px;
	font-size: 30px;
	cursor: pointer;
}

.white-line {
	position: relative;
}

.cart i {
	display: none;
}

.acc-header {
	position: fixed;
	top: 0;
	z-index: 9999;
	background-color: #fff;
}

.white-line {
	height: 40px;
	background: #fff;
}

span.close-cat {
	position: absolute;
	right: 12px;
  top: 22px;
	font-size: 22px;
	cursor: pointer;
}

.search-header {
    padding: 10px;
}

span.search-icon {
    background: #eb890e;
    padding: 11px;
}

input#search-header {
    width: calc(100% - 65px);
}

span.search-icon i {
	color: #fff;
}

.search-header {
	display: none;
}



@media screen and (max-width: 1023px) {
	#header {
		display: none;
	}
	body {
		background-image: none;
		overflow-x: hidden;
	}
	
	
	#column-left+#content-main {
	margin-left: 0px;
	}
	#column-right+#content {
	margin-right: 0px;
	}
	#content {
	padding: 0px 0px 30px 0px;
	}
	div#headcat {
		display: none;
	}
	.top-mn {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
	.margin25 {
		display: none;
	}
	#mobile-header {
		display: none;
	}
	.header-bottom-line {
		display: none;
	}
}




@media screen and (max-width: 460px) {
	.logo img {
		max-width: 180px;
		margin-top: 7px;
	}
}

@media screen and (max-width: 410px) {
	.width-block {
		margin: 10px 1px 0 1px;
	}
}

@media screen and (max-width: 376px) {
	.width-block {
		margin: 10px 0px 0px 0px;
	}

	.logo {
	margin-top: 14px;
	}

	.logo a {
	
	font-size: 27px;
	color: #fff;
	}
	
	.logo img {
		width: 150px;
		margin-top: 5px; 
	}
} 
 

@media screen and (max-width: 340px) {
	.width-block {
		margin: 10px 0px 0px 0px;
	}

	.logo {
	margin-top: 20px;
	}

	.logo a {
	
	font-size: 20px;
	color: #fff;
	}
	
	.logo img {
		width: 150px;
		margin-top: 5px; 
	}
} 
 


 

* {
	-webkit-box-sizing: inherit!important;
	-moz-box-sizing: inherit!important;
}

div#countedResults {
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}
/*Ps4z custom*/
@media (max-width:1320px){
	a.button-addcart{
		height:34px;
	}
	.pr_container:hover .button-addcart{
		    width: 120px;
	}
}
@media (max-width:1320px) and (min-width:1151px) {
	.product-grid>div {
    width: 25%;
	}
}
@media (max-width:1150px) and (min-width:1024px) {
	.product-grid>div {
    width:33%;
	}
}
@media (max-width:1023px) and (min-width:900px) {
	.product-grid>div {
    width:33%;
	}
}
@media (max-width:900px) and (min-width:768px) {
	.product-grid>div {
    width:50%;
	}
}
@media (max-width:767px) and (min-width:661px) {
	.product-grid>div {
    width:50%;
	}
}
@media (max-width:660px) {
	.product-grid>div {
    width:100%;
	}
}

@media screen and (max-width:1023px) {
	#column-main {
		display: none;
	}
}



#cont-desc a {
			font-size: 12px!important;
}

		
#cont-desc li {
			font-size: 12px!important;
}

		



/**/
@media screen and (max-width:1920px) {
	#content .product-grid .description{

		width: 99%;
		top: 0px;
		padding-top: 0px;
		height: 248px;
		position: absolute;
		background: #fff;
		opacity: 0.9;
		
		}


		#cont-desc {
			margin-top: 60px;
			font-size: 1px!important;
		}


}		
@media screen and (max-width:1320px) {
	#content .product-grid .description{

		width: 99%;
		top: 0px;
		padding-top: 0px;
		height: 248px;
		position: absolute;
		background: #fff;
		opacity: 0.9;
		
		}


		#cont-desc {
			margin-top: 60px;
		}



	#footer  table{
		width:100%!important;
	}
	.product-grid .name a{
		/* height:60px; */
		overflow:hidden;
		width:100%!important;
		padding-left:3px;
		padding-right: 3px;
	}

	
.product-grid .name{
	padding: 0 5px 0 5px;
	text-align: center;
	height:85px!important;
	overflow:hidden;
	
}

	
	.product-grid div.pr_wrapper{
		/*width: 100%!important;*/
		width: 90%!important;
		min-width: 212px;
		height: auto!important;
	}
	.product-grid>div {
		display: block;
		float: left;
		text-align: center;
		vertical-align: top;
		margin-right: 0%;
		margin-left: 0px;
		margin-top: 5px;
		margin-bottom: 10px;
		padding: 0px;
	}
	.product-grid{
		box-sizing: border-box;
	}
	.product-grid:before,.product-grid:after{
		content: ""; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; margin: 0; padding: 0;
	}
	#column-left+#column-right+#content, #column-left+#content {
		margin-left: 0px;
		width: 75%;
		padding: 0 20px 0 0;
		float: left;
		box-sizing: border-box!important;
	}
	#column-left {
		float: left;
		margin-top: -60px;
		margin-left: 0px;
		width: 25%;
		max-width: 230px;
		padding-left:20px;
		box-sizing: border-box!important;
	}
}

@media screen and (max-width:1023px) {
#cat_description{
	padding:10px;
}
}
@media screen and (max-width:1100px) {
/*start-preim*/
.winner img{
	width:100%!important;
	height:100%!important;
	max-width: 100px;
}
.winner td{
	width:100%!important;
	display: block;
	float: left;
	/* margin-bottom:50px; */
}
.img-preim{
	float:left;
}
.preim-descr{
	position:absolute;
	left:120px;
	top:20px;
	    text-align: left;
}
.preim-cont{
	position:relative;
}
.winner .box .box-heading{
	line-height:32px;
}
/*end preim*/
}

@media screen and (min-width:767px) {
	.mobile-h1 {
		display: none;
		
	}
}
.mobile-h1 {
		/* position: relative; */
		/* display: block; */
		padding: 0px 10px 0px 10px;
		border-bottom: 2px solid #ccc;
	}

@media screen and (max-width:767px) {
	span.number{
		right:0!important;
	}
	#footer td{
		padding-top:20px!important;
	}
	
#footer tr>td{
	width:100%!important;
	display:block;
	text-align: center;
}
#footer .heading-footer{
	line-height:30px!important;
	font-size:24px;
	font-weight:normal;
}
.heading-footer+.footer-info{
	display:none;
}
.heading-footer.active+.footer-info{
	display:block!important;
}
#footer{
	padding-top:30px;
}

}
@media screen and (max-width:767px) {

	.search-header {
    padding: 10px;
    margin-top: 105px;
    margin-left: 12px;
    margin-bottom: -109px;
  }
  input#search-header {
    padding: 10px 10px 9px;
  }

	#content-main, #content {
    margin-top: 120px !important;
  }

  .m-catalog-nodes-item {
    padding: 5px 0;
  }

  .breadcrumb {
    display: none;
  }
	
	.product-grid .not-provide{
		margin:0;
		line-height:42px;
	}
	
	.name-mob{
		/* height:50px; */
		overflow:hidden;
	}
	.promo{
	margin-top: 10px;
	color: #ff0000;
    clear: both;
	}
	/*sticker*/
	.product-grid div.pr_container .image{
		position:relative;
	}
	.product-grid div.pr_container .video{
	    position: absolute;
    left: 0;
    bottom: -50px;
    margin-top: 0;
    margin-bottom: 0;
	}
	#content .product-grid .image .promo{
		text-align:left!important;
		font-size:11px;
	}
	/*.pr_container:hover .button-addcart{
		width:70%;
	}*/
	/**/
	#column-left{
		display:none;
	}
	#content{
		width:100%!important;
		padding: 0!important;
	}
/*start filter*/
	#column-left.open{
		display:block!important;
		position:absolute;
		top: 0;
		z-index: 10000000;
		width:100%;
		background:#F4F4F8;
		overflow: hidden;
		margin-top: 0;
		padding-left:0;
		border-bottom: 1px solid #ccc;
	}
	.ocfilter-option {
    background-color: #F4F4F8;
  }
	#column-left br+.box{
		display:none;
	}
	#column-left .ocfilter{
		margin-top: 15px !important;
		padding:0 10px;
	}
	#column-left .white-line{
		border-bottom: 1px solid #dbdbdb;
    background-color: #F4F4F8;
	}
	.ocfilter-option .option-values {
    padding: 10px 3px!important;
}
	.ocfilter .box-content{
		border-right:0px!important;
		border-top:0px!important;
	}
	#column-left .box-category,#column-left .box .box-content{
		margin-top:0px;
	}
	span.close-filter {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 22px;
    cursor: pointer;
    color: #888888;
  }
	.show-filter,.show-filter+.sort{
		cursor: pointer;
		width:50%;
		display:inline-block;
		float:left;
		height:48px;
		line-height:48px;
		text-align:center;
		text-transform:uppercase;
		font-size:16px;
		font-weight:bold;
		border-bottom: 3px solid #f0f3f2;
		margin-bottom: 10px;
		font-size: 15px;
	}
	.show-filter:before{
		content: '';
    width: 17px;
	position:relative;
	top:3px;
	margin-right:10px;
    display: inline-block;
    height: 19px;
    background: url(../image/ico_filter.png) no-repeat;
	}
	.show-sort:before{

		content: '';
    width: 26px;
	position:relative;
	top:3px;
	margin-right:10px;
    display: inline-block;
    height: 18px;
    background: url(../image/ico_sort.png) no-repeat;
	}
	.show-filter+.sort b{
		display:none;
	}
	.button-filter{
		width:100%;
		display:block;
		text-align:center;
	}
	.button-filter span{margin-right:8px;}
	.sort{
		position:relative;
	}
	.sort select{
		position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height:48px;
    opacity: 0;
	}
	.popup-mask.active {
    background: #000;
    opacity: .5;
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
	/*end filter*/
	.product-grid div.pr_wrapper:hover div.pr_container,
	.product-grid div.pr_wrapper div.pr_container{
		border:0px!important;
		box-shadow:none!important;
	}
	.product-grid div.pr_wrapper:before{
		height: 0px!important;
		content:none;
	}
	.category-page .h1-heading3{
		margin-left: 15px;
    font-size: 11px;
	}

	#katalog-mob {
    margin: 0 12px;
  }
  .h1-heading3 h1 {
    margin-bottom: 0;
    margin-top: 70px;
  }
		
	.cat-grid{
		border-bottom:1px solid #eaeaea;
	}
	.product-grid div.pr_wrapper{
		padding:0 5px;
		min-width: 100%;
	}

	
	.chasti img{
		margin-top:0;
	}
	.cat-grid .image{
		width:40%;
		float:left;
	}
	.img-cat{
		width:100%;
		max-width:120px;
	}
	.description-mob{
		width: 60%;
		float: left;
		box-sizing: border-box!important;
		padding-bottom: 10px;
	}
	.description-mob ul,.description-mob .mini-descr{
		margin-left:0;
		padding-left:0;
		margin-top: 2px;
		text-align:left;
		height: 148px;
		overflow:hidden;
	}
	.description-mob ul span,.description-mob ul li{
		font-size:12px;
		color:#000;
	}
	.description-mob ul li{
		margin-bottom:3px;
	}
	.cat-grid .pr_wrapper{
		text-align:left;
	}
	.name-mob a{
		font-size:20px;
		text-decoration: none;
		
		font-weight: bold;
		color:#000;
	}
	.rating-star,.rating-zero{
		margin-top: 5px;
		margin-bottom:10px;
	}
	.mob-compare input{
		margin:0!important;
	}
	.mob-compare span{
		color:#ff6600;
		font-size:14px;
		font-weight:normal;
	}
	.price-mob{
	margin-top: 22px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	}
	.button-one-mob{
		color:#000;
		font-weight:bold;
	}
	.description-mob+.button-addcart:hover{
		background-image:none;
		
	}
	.description-mob+.button-addcart:hover b{
		color:#fd6502;
	}
	.description-mob+.button-addcart:hover:before{
	background-image: url(/addcart-inverse.png);
	}
	

	.pr_container .callme,.pr_container .button-provide{
	    display: block;
    width:100%;
    margin-left:0%;
    clear: both;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    text-transform: uppercase;
	margin-top:25px;
	    padding: 0;
	}
	a.button-provide span{
		 font-size: 12px;
	}
	.description-mob+.button-addcart:before{
		content:'';
		
		
		display:inline-block;
	}
	a.button-addcart{
		background-image:none;
	}
	.button-addcart b{
		color:#fff;
		display:inline-block;
		text-decoration:none;
		vertical-align:top;
		font-weight:normal;
	}
}
#footer td{
	padding-top:30px;
	vertical-align: top;
}
.heading-footer{
	font-size:18px;
	color:#000;
	font-weight:bold;
	line-height:18px;
}
#content .product-grid .image .promo{
	/* height:40px; */
}
.rating-zero{
	height:20px;
}
.product-grid .name a{
	text-align: center;
	/* height:40px; */
	overflow:hidden;
	
}

.product-grid .name{
	padding: 0 5px 0 5px;
	text-align: center;
	height:65px;
	overflow:hidden;
	
}



/*custom product.tpl*/
.manufacturer-info{
	margin-top:0!important;
	padding:0 15px 15px 15px!important;
}
.product-page .breadcrumb{
	margin-bottom:5px!important;
}
#column-right.prod{
	    margin-top:-5px; 
}
.product-page .h1-heading2{
	margin-top: 30px;
	height:auto!important;
}
.product-page .right{
	float:left;
}
.product-info .mini{
	margin-left:0!important;
}
.product-page .right {
    float: left;
}
.mini ul{
	padding-left:20px;
}
@media screen and (min-width:1241px){
	.product-page .right {
		width:38%;
	}
	.show-sm{
		display:none; 
	}
}
@media screen and (min-width:1101px){
	#content.product-page{
		padding-left:10px!important;
		padding:0 10px 0 10px!important;
	}
}
@media (max-width:1101px) and (min-width:1024px) {
.astickers_main>div,.astickers_main>img{
	width:300px!important;
	height:300px!important;
}
.product-info .image{
	width:300px!important;
}
.product-info .image-additional{
	margin-left:10px!important;
}
.product-page .h1-heading2 {
    margin-left: 310px;
}
}
@media (max-width:1240px) and (min-width:1024px) {
	.show-sm{
		display:block;
		height:0px;
	}
	a.button-kt{
		margin-left:0px;
	}
}
@media screen and (max-width:1023px)and (min-width:768px){
	#content.product-page{
		margin-top:0px!important;
		padding: 0 5px 0 5px!important;
	}
	.product-info .image{
		margin-top:-80px!important;
	}
	.product-info .image-additional{
		margin-top:300px!important;
	}

	.product-page .htabs,.product-page .tab-content{
		margin-right:0px!important;
	}
}
@media screen and (max-width:767px){
    .product-page .promo{
		    color: #ff0000;
    clear: both;
	}
	.product-page .htabs,.product-page .tab-content{
		margin-right:0px!important;
	}
	.product-page .htabs{
		height:42px!important;
	}
	.h1-heading2{
		margin-left:0!important;
	}
	#content.product-page{
		padding: 0 10px 0 10px!important;
		box-sizing: border-box!important;
	}
	.product-page .product-info .image,.product-info>.left{
		width:100%;
	}
	.product-info .image-additional{
		position: static;
		margin-top: 0px;
		margin-left: auto!important;
		margin-right: auto;
	}
	.product-page .htabs{
		width:100%!important;
		float:left;
	}
	.product-page .htabs{
		padding: 0px;
		margin-top:0px;
	}
	.product-info .model{
		    margin-top: 0px!important;
	}
	.product-page .box-form legend{
		border-bottom:0px;
		color: #000 !important;
	}
	.product-page #button-cart{
		margin-left:0;
	}
	.product-info .image{
		margin-top:10px!important;
	}
	.model span{
		font-size: 18px;
    padding-left: 2px;
	}
	
	.product-page .product-info,.product-page .product-info .right .price,.product-page .product-info .right fieldset{
		margin-bottom:0px!important;
		padding-bottom:0px!important;
	}
	.product-page .descr-info-prod {
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		margin-bottom:15px;
		padding-top:10px;
		padding-bottom:10px;
	}
	.product-page .descr-info-prod ul{
		padding-left:0;
		margin-left:0;
		list-style-type:none;
	}
	.product-page .descr-info-prod .comp{
		margin-top:0;
		margin-right:3px;
	}
	#tab-description iframe{
		width:100%!important;
		height:auto!important;
	}
	.product-page .asticker{
		width:100%!important;
		left:0!important;
		margin-left:0!important;
	}
}
@media screen and (max-width:767px) and (min-width:560px){
	.product-page .right{
		width:50%!important;
		float:left;
		margin-left:25%;
		margin-right:25%;
	}
}
@media screen and (max-width:560px){
	.product-page .right{
		width:100%!important;
		float:none;
		margin-left:0%;
		margin-right:0%;
	}
	
	.product-page .htabs{
		height:auto!important;
	}
	.product-page .htabs a{
		    display: block!important;
			text-decoration:none!important;
    width: auto;
    padding: 0;
    line-height: 42px;
    border: 1px solid #fd6502;
    box-sizing: border-box!important;
    margin-bottom: 10px;
	font-size:22px;
	}
	.product-page .htabs a.selected span{
	color:#fff!important;
	}
	.product-page .htabs a.selected{
		color:#fff!important;
		background:#fd6502;
	}
	#tab-review input[type='text'],#tab-review textarea,#tab-review #button-review{
		width:100%!important;
	}
	#tab-review #button-review{
		text-align: center;
    line-height: 45px;
    padding: 0;
	}
	#tab-review #button-review span{
    font-size: 22px!important;
	line-height:45px;
	}
	.rating:not(:checked)>label{
		width:24px!important;
	}
}

#owl-demo .item{
  padding: 1px 1px;
  margin: 1px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-buttons .owl-prev{
left:1px !important;
opacity: 0.2 !important;
}
.owl-carousel .owl-buttons .owl-next{
right:1px !important;
opacity: 0.2 !important;
}
.owl-carousel:hover .owl-buttons div{
opacity:0.7 !important;
}

#carouseldop {
	text-align: center;
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	/* padding: 0px 30px 0px 30px; */
}

#carouseldop .owl-wrapper-outer{
	text-align: center;
	border:none;
	box-shadow:none;
}

#carouseldop .item {
	border: 2px solid #ccc;
	width: 230px;
	height: 340px;
	margin: 0 auto;
	text-align:center;
}

#carouseldop .item:hover {
	border: 2px solid #ff6600;
}



#carouseldop .image {
	margin-top: 10px;
}

#carouseldop .price-rek{
	font-size:20px;
	margin-bottom: 10px;
}

#carouseldop .price-old {
	font-size: 20px;
	color: #000;
	
	text-decoration: line-through;
}

#carouseldop .price-new-rek {
	font-size: 20px;
	color: #ff0000;
	
}




#carouseldop .caption p a{
	text-align: center;
	padding: 0px 10px 0px 10px ;
	display: block;
	color:#000;
	text-decoration: none;
}
#carouseldop .owl-item,#carouseldop .image a{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}
#carouseldop .image a img{
	display:inline-block;
}





#carouseldop2 {
	text-align: center;
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	/* padding: 0px 30px 0px 30px; */
}

#carouseldop2 .owl-wrapper-outer{
	text-align: center;
	border:none;
	box-shadow:none;
}

#carouseldop2 .item {
	border: 2px solid #ccc;
	width: 230px;
	height: 340px;
	margin: 0 auto;
	text-align:center;
}

#carouseldop2 .item:hover {
	border: 2px solid #ff6600;
}



#carouseldop2 .image {
	margin-top: 10px;
}

#carouseldop2 .price-rek{
	font-size:20px;
	margin-bottom: 10px;
}

#carouseldop2 .price-old{
	color: #000;
	text-decoration: line-through;
}

#carouseldop2 .price-new-rek{
	color: #ff0000;}




#carouseldop2 .caption p a{
	text-align: center;
	padding: 0px 10px 0px 10px ;
	display: block;
	color:#000;
	text-decoration: none;
}
#carouseldop2 .owl-item,#carouseldop2 .image a{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}
#carouseldop2 .image a img{
	display:inline-block;
}







#ToTop{
	z-index:999;
}
.htabs,.tab-content{
	margin-right:0!important;
}
/**/
.about-delivery-popup{
		line-height:42px;
		border:1px solid #000;
		
		color:#000;
		text-align:center;
		font-size:18px;
		margin-bottom:20px;
}
@media screen and (min-width:981px){
	.about-delivery-popup{
	display:none;
	}
}
@media screen and (max-width:980px){
	.about-delivery-popup{
	display:block;
	clear:both;
	text-transform:uppercase;
	height:44px;
	width:100%;
	cursor:pointer;
	}
	.right+#column-right.prod{
		display:none;
	}
	
	#column-right.prod{
		
		z-index:9999;
		width:99%;
		padding: 20px 0;
	}
}
@media screen and (min-width:767px) and (max-width:1030px){
	.product-page #column-right{
	width:100%;
	float:none;
	}
}
@media screen and (max-width:767px) and (min-width:560px){
	.product-page .mini,.product-page .promo{
		width:50%;
		margin-left:25%;
	}
	.product-page .descr-info-prod{
		padding-left:0;
	}
}

@media screen and (max-width:559px)and (min-width:420px){
.product-page .right ,.product-page .mini,.product-page .promo{
    width:70%!important;
    float:none;
    margin-left: 15%;
	margin-right:15%;
}
}
@media screen and (max-width:420px){
.product-page .right ,.product-page .mini,.product-page .promo{
	width:90%!important;
	 margin-left:5%;
}
}
.owl-carousel .owl-buttons div{
	opacity:1!important;
}
/**/
.cat-grid .asticker{
	left:10px !important;
	top:0!important;
	margin-left:0!important;
}

@media screen and (min-width:768px){
/*.mini-cart-info1,.modal_cart{
	height:auto!important;
	    top: 0!important; 
		
}
.modal_cart{
	position: fixed!important;
}
body{
	overflow-y:auto!important;
}*/
}
@media screen and (max-width:768px){
.info-mb {
    margin-top: 87px;
}
#icon-home .box-product>div {
    width: 101px;
    border-radius: 7px !important;
    border: 4px solid #dee3e270 !important;
    padding: 10px 5px;
}
#icon-home .box-product a {
    line-height: 1.2em;
    width: 100%;
    word-wrap: break-word;
    font-size: 13px;
    font-weight: 600;
}
#myModal.bt_modal{
	width:100%!important;
	left:0!important;
	margin:0 0 0 0!important; 
	top:30%!important;
	border:none!important;
}
}
@media screen and (max-width:400px){
#myModal.bt_modal .bt_modal-body{
	padding:15px 5px;
}
#myModal.bt_modal .btn-warning{
	    padding: 4px 6px 4px 6px;
}
#myModal #user_phone{
	width:170px;
}
}
@media screen and (max-width:880px){
.modal_cart{
	margin-left: 0px!important;
    width:100%!important;
    left: 0%!important;
    box-sizing: border-box!important;
 height: 100vh!important;
    border: none!important;
	padding-top:10px;
}
.modal_cart .close{
	margin-top:30px;
}
}
@media screen and (max-width:560px){
	/*.mini-cart-info1,
	.mini-cart-info1 table,.mini-cart-info1 tbody,.mini-cart-info1 tr,.mini-cart-info1 td{
		display:block;
		text-align:center;
	}
	.mini-cart-info1 td{
	border-bottom:0px!important;
	width:33%;
	display:inline-block;
	}
	.mini-cart-info1 .image,.mini-cart-info1 .name,.mini-cart-info1 .name+td{
		display:inline-block;
		width:30%!important;
	}*/
	.mini-cart-info1 td{
		padding:10px 2px!important;
	}
	#tr_product .name,.mini-cart-info1 .kolvo,.mini-cart-info1 td.total{
		width:80px!important;
	}
	.cart_popup1{
		    padding: 0px 0!important;
	}
	.mini-cart-info1 td,.mini-cart-info1 .name a{
		font-size:13px!important;
	}
	.mini-cart-info1 .image img{
		max-width:50px;
	}
	.modal_cart a.button-continue,.modal_cart a.button{
		display:block;
		width:100%;
		text-align:center;
	}
	.mini-cart-total1{
		text-align:center!important;
	}
}
/*compare*/
.compare-container{
	overflow:auto;
}
@media screen and (max-width:768px){
.compare-content{
	margin-left:0!important; 
}
.compare-content .htabs>a.selected {
    color: #fff!important;
    background: #fd6502;
}
.compare-content .htabs a {
    display: block!important;
    text-decoration: none!important;
    width: auto;
    padding: 0;
    line-height: 42px;
    border: 1px solid #fd6502;
    box-sizing: border-box!important;
    margin-bottom: 10px;
    font-size: 22px;
}
.compare-content .htabs{
	width: 100%!important;
    float:none;
	    height: auto!important;
}
.language-block .pull-left .btn-group .form-control {
    width: 42px !important;
    padding: 7px 5px !important;
}
/* Специфично для iOS Safari */
  @supports (-webkit-overflow-scrolling: touch) {
    .language-block .pull-left .btn-group .form-control {
      height: 40px !important;
    }
  }
}

#myModal .close {
    margin-top:0px;
    margin-right: 0px;
    width: 20px;
    height: 20px;
    text-align: right;
    float: right;
    background-image: url(/img/close.png);
    cursor: pointer;font-size:0px;
}
/**/

.cart .callme,.cart .button-provide{  
	line-height:34px;
	height: 36px;
	padding:0;
	width:70%;
	margin: 0 auto;
	display:block;
	bottom:0!important;
	top: 5px;
}
.cart .callme:hover,.cart .button-provide:hover,.button-addcart:hover{
	text-decoration:none;
}
.not-provide{
margin-bottom:8px;
margin-top:4px;
min-height:24px;
}
.product-grid .price{
	min-height:24px;
}


#menu-text {
	padding: 0px 10px 10px 10px;
} 


#menu-text p {
	font-size: 16px;
	color:#000;
	text-decoration:none;
} 


#menu-text .link  {
	 color: #3b6d9a;
	 font-size: 16px;
	 font-weight: bold;
	 text-decoration: underline;
	 }

#menu-text a {
	
	font-size: 14px;
	color:#3b6d9a;
	text-decoration:none;
}

#menu-text a:hover {
	
	text-decoration:underline;
	color: #ff6600;
}
@media screen and (max-width:768px){
.mob-buttons{
	width:100%;
	float:left;
}
.mob.button-addcart{
	 color: #fff;
}
.mob.button-addcart,.mob-buttons .button-podr {
      width: 46%;
    margin-left: 0%;
    display: inline-block!important;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 25px;
    padding: 0;
    float: left;
    margin: 10px 2%;
    text-decoration: none;
}
.pr_container:hover .button-addcart{
	  width: 46%!important;
}
.mob-buttons .button-podr{
	border: 1px solid #fd6502;
	color:#fd6502;
}
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    max-width: 600px;
    position:absolute;
}
@media screen and (max-width:768px){
/**/
.product-info a.button-kt{
	background-image: url(/addcart.png);
	    background-repeat: no-repeat;
    background-size: 60px;
	    padding-left: 70px;
    background-position: top 5px left 0px;
}

}
@media screen and (max-width:420px){
	#credit,.product-info a.button-kt{
		position:static;
		display:block;
	}
	.product-info a.button-kt{
		padding-left:0;
		    background-position: top 5px left 10px;
			margin-bottom:15px;
				margin-top:15px;
	}
	#credit{
		text-align:center;
	}
	#credit img{
	padding: 0px 0px 0px 35px;
	}
}
.accordion-toggle+i{
	  font-size: 25px;
	  position: absolute;
    right:0px;
    top: 0;
    height: 38px;
    line-height: 38px!important;
    text-align: center!important;
    width: 38px;
    z-index: 9999;
    margin-top: 0!important;
}
.main-cat {
    list-style-type: none;
    background: #F4F4F8;
    position: relative;
    margin: 3px 12px;
    border-radius: 4px;
}
.main-cat a{
	border-radius:0px!important;
	margin-right: 40px;
	border:none!important;
	background:transparent;
}
.white-line{
	border-bottom: 1px solid #ddd;
}
.list-group-item{
	border:none;
	border-bottom: 1px solid #ddd;
	margin-bottom:0px;
}
.fa-angle-right.active:before{
	content: "\f107";
}
.fa-angle-right.active+.accordion-content{
	display:block!important;
}
#accordion{
	overflow-y:auto;
	height:100vh;
}
/**/
@media (min-width: 1151px){
	.product-grid .cart{
		height:40px;
	}
	.product-grid {
		border-top:1px solid #eaeaea;
	}
	.category-page .product-grid div.pr_wrapper{
		width:100%!important;
		height: 425px;
		
	}
	.product-grid>div{
		float:left;
		margin-bottom: 0;
		width:25%;
		margin-top: 0;
	}
	.product-grid{
		float:left;
	}
	.product-grid div.pr_container{
		border-right:none!important;
		margin-top:-1px;
	}
	.product-grid>div:last-child .pr_container{
		border-right: 1px solid #eaeaea!important;
	}
	.product-grid>div:nth-child(4n) .pr_container{
		    border: 1px solid #eaeaea!important;
	}
	.product-grid>div:nth-child(4n+1){
		clear:both;
	}
}
@media (max-width: 1150px) and (min-width:901px){
	.product-grid .cart{
		height:40px;
	}
	.product-grid {
		border-top:1px solid #eaeaea;
	}
	.category-page .product-grid div.pr_wrapper{
		width:100%!important;
		height: 425px;
		
	}
	.product-grid>div{
		float:left;
		margin-bottom: 0;
		width:33.33%;
		margin-top: 0;
	}
	.product-grid{
		float:left;
	}
	.product-grid div.pr_container{
		border-right:none!important;
		margin-top:-1px;
	}
	.product-grid>div:last-child .pr_container{
		border-right: 1px solid #eaeaea!important;
	}
	.product-grid>div:nth-child(3n) .pr_container{
		    border: 1px solid #eaeaea!important;
	}
	.product-grid>div:nth-child(3n+1){
		clear:both;
	}
}
@media (max-width:900px) and (min-width:768px){
	.product-grid .cart{
		height:40px;
	}
	.product-grid {
		border-top:1px solid #eaeaea;
	}
	.category-page .product-grid div.pr_wrapper{
		width:100%!important;
		height: 425px;
		
	}
	.product-grid>div{
		float:left;
		margin-bottom: 0;
		width:50%;
		margin-top: 0;
	}
	.product-grid{
		float:left;
	}
	.product-grid div.pr_container{
		border-right:none!important;
		margin-top:-1px;
	}
	.product-grid>div:last-child .pr_container{
		border-right: 1px solid #eaeaea!important;
	}
	.product-grid>div:nth-child(2n) .pr_container{
		    border: 1px solid #eaeaea!important;
	}
	.product-grid>div:nth-child(2n+1){
		clear:both;
	}
} 


/*Hover-products*/


@media screen and (min-width:768px) {
.product-grid div.pr_wrapper {
	text-align: center;
	margin: 0 auto;
	width: 240px;
	/* width: 250px; */
	background: #fff;
	z-index: 5;
	overflow: hidden;
	height: 430px;
}
}

.product-grid div.pr_wrapper:before {
	position: absolute;
	
	bottom: 0;
	
	z-index: 6;
	display: block;
	height: 20px;
	content: '';
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255,255,255,0)),color-stop(80%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
	background: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
}

.product-grid div.pr_wrapper:hover {
	position: relative;
	z-index: 999;
	overflow: visible;
}

.product-grid div.pr_wrapper:hover:before {
	display: none;
}

.product-grid div.pr_container {
		border: 1px solid #eaeaea;
}



.product-grid div.pr_wrapper:hover div.pr_container {
	-webkit-box-shadow: 0px 1px 10px 2px #ccc;
	-moz-box-shadow: 0px 1px 10px 2px #ccc;
	box-shadow: 0px 1px 20px 0px #ccc;
	background: #fff;
	background-clip: padding-box;
}



.product-grid div.pr_wrapper:hover div.pr_container .description {
	display: block;
}
#content .product-grid .description {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	/* padding: 0px 15px 0px 0px; */
	text-align: left;
}

#content .product-grid .description a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
} 


#content .product-grid .image {
	
	margin-top: 8px;
	text-align: center;
}

#content .product-grid .image .promo {
	
	color: #ff0000;
	text-align: center;
}


@media (max-width:1150px){
#katalog {
	display: none;
}
}


@media (min-width:1151px){
#katalog-mob {
	display: none;
}
}

.middle__order_item:hover {
	box-shadow: 0px 0px 10px 1px #eb880e;
}
.modal_cart .button.button-gray {
	background: #979696;
	border: 1px solid #ccc;
}
.modal_cart .button.button-gray:hover {
	background: #ccc;
	border: 1px solid #ccc;
	color: #fff;
}

.fm-toggle {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  text-align: left;
  background: #FE9D20;
  position: relative;
  padding: 16px 35px 17px 55px;
  cursor: pointer;
  border-radius: 6px;
  margin-bottom: 2px;
}

.fm-toggle:hover
{   background: #FF9309;
}

.fm-toggle > span:after
{
    position: absolute;
    top: 50%;
    left: 35px;
    width: 26px;
    height: 2px;
    margin-top: -12px;
    margin-left: -19px;
    content: url('/menu-cat.png');
}


.fm-toggle:hover > span:after
{
   
}



ul.yo-fm,
ul.yo-fm ul
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;

}
ul.yo-fm li
{
   /* position: relative;*/
    line-height: 20px;
    display: block;
    float: none;
    margin: 1px 0px;
    padding: 0;
    border: none;
    background: #F4F4F8;
    border-radius: 6px;
}
ul.yo-fm li > a
{
  position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 7px 1.2em;
    cursor: pointer;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    text-decoration: none;
    color: #555;
    border: none;
    outline: none;
}
ul.yo-fm > li + li > a
{
    }
ul.yo-fm li:hover > a
{
    color: #000;
    background: #E7E7EC;
    border-radius: 6px;
}
ul.yo-fm li a.active
{
   
}
ul.yo-fm .fm-image a
{
    display: block;
    padding: 4px !important;
    text-align: center;
}
ul.yo-fm img
{
    overflow: hidden;
    max-width: 100% !important;
    height: auto;
    vertical-align: middle;
    border: 0;
}
ul.yo-fm img.fm-icon
{
    margin-right: .7em;
}
ul.yo-fm li a.fm-parent.fm-item,
ul.yo-fm li a.fm-item
{
    padding-right: 2.6em;
}
ul.yo-fm li a.fm-parent
{
    padding-right: 1.5em;
}
ul.yo-fm li a.fm-parent:after
{
    position: absolute;
    top: 50%;
    right: 5px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    content: '';
    background: transparent url('../yo-menu/image/arrow.png') -35px -65px no-repeat;
}
ul.yo-fm li:hover > a.fm-parent:after
{
    background-position: -5px -65px;
}
ul.yo-fm li a span
{
    vertical-align: middle;
    color: #292B2E;
}
ul.yo-fm li a span.fm-badge
{
    font-size: 85%;
    float: right;
    min-width: 1.2em;
    margin-left: .4em;
    padding: 0 .4em;
    text-align: center;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: rgba(0, 0, 0, .03);
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
       -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
            box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
}
ul.yo-fm.fm-one ul,
ul.yo-fm .fm-container
{
    position: absolute;
    z-index: 777;
    top: 0;
    left: 100%;
    display: none;
}
ul.yo-fm.fm-one.column_right ul,
ul.yo-fm.column_right .fm-container
{
    right: 100%;
    left: auto;
}
ul.yo-fm.fm-one ul
{
    top: -1px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

	
    padding: 0px;
}
ul.yo-fm.fm-one li
{
    position: relative;
    background:		#fff;
	border-top: 1px solid #fff;
}



ul.yo-fm.fm-one li li > a
{
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
     background:		#faf9f9;
	
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .085);
       -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .085);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .085);
}

ul.yo-fm.fm-one li li > a:hover
{
     background: #e7e7e7;
	}
ul.yo-fm.fm-one li li + li > a
{
}
ul.yo-fm.fm-multi
{
    position: relative;
}
ul.yo-fm .fm-container
{
	
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: auto;
    padding: 20px 10px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
ul.yo-fm .fm-container .fm-brand-info
{
    overflow: hidden;
    margin: 0 10px;
}
ul.yo-fm .fm-container .fm-title
{
    margin-bottom: 20px;
}
ul.yo-fm .fm-container .fm-title a
{
    font-size: 18px;
    display: block;
    padding: .6em 1.2em;
    text-decoration: none;
    color: #111;
    background-color: #f7f7f7;
}
ul.yo-fm .fm-container .fm-brand-info .fm-image
{
    /*    float: left;
    margin-right: 20px;*/
    margin-bottom: 15px;
    text-align: center;
}
ul.yo-fm .fm-container .fm-descr
{
    font-style: italic;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 5px;
}
ul.yo-fm .fm-container > ul
{
    display: block;
    float: left;
    width: 50%;
}
ul.yo-fm .fm-container > ul > li
{
    overflow: hidden;
    margin: 0 10px;
}
ul.yo-fm .fm-container > ul > li + li
{
    margin-top: 20px;
}
ul.yo-fm ul.fm-list
{
    overflow: hidden;
    width: auto;
    padding: 2%;
}
ul.yo-fm ul.fm-list li
{
    display: inline-block;
    vertical-align: top;
}
ul.yo-fm ul.fm-list li a
{
    font-size: 12px;
    line-height: 1;
    padding: 0;
    background: transparent;
}
ul.yo-fm ul.fm-list li a span:before
{
    font-size: 2em;
    line-height: 0;
    margin-right: .1em;
    content: '\00B7';
    vertical-align: middle;
    color: #08c;
}
ul.yo-fm .fm-container .fm-image-center
{
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    border: 1px solid #f3f3f3;
}
ul.yo-fm .fm-container .fm-image-center:hover
{
    border: 1px solid #e7e7e7;
}
ul.yo-fm .fm-container .fm-image-center > a
{
    font-weight: bold;
    text-align: center;
    background-color: #f7f7f7;
}
ul.yo-fm .fm-container .fm-image-center a.fm-pr-name
{
    text-align: left;
}
ul.yo-fm .fm-container .fm-image-center .fm-image
{
    position: relative;
}
ul.yo-fm .fm-container .fm-image-left .fm-image
{
    float: left;
    width: 30%;
    margin-right: 5%;
    border: 1px solid #eee;
}
ul.yo-fm .fm-container .fm-image-left > a
{
    font-size: 110%;
    font-weight: bold;
    background-color: #f7f7f7;
}
ul.yo-fm .fm-price
{
    font-size: 85%;
    float: right;
    margin-left: .4em;
    padding: 0 .6em;
    text-align: center;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: rgba(0, 0, 0, .03);
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
       -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
            box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
}
ul.yo-fm .fm-container .fm-image-center .fm-price
{
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
       -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
            box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
}
ul.yo-fm .fm-rating
{
    float: right;
    margin: 5px 0;
}
ul.yo-fm .fm-price-left
{
    display: inline-block;
    float: none;
    overflow: hidden;
    margin: .6em 0;
}
ul.yo-fm .fm-rating-center
{
    position: absolute;
    bottom: 11%;
    left: 5%;
}
ul.yo-fm .fm-cart-center
{
    position: absolute;
    right: 5%;
    bottom: 10%;
    visibility: hidden;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    opacity: 0;
}
ul.yo-fm li:hover > .fm-image .fm-cart-center
{
    visibility: visible;
    opacity: 1;
}


.language-block {
    position: absolute;
    top: 39px;
    float: right;
    right: 227px;
}

a.active-lang {
    color: #eb880c !important;
}

div#langmark a {
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
}

a.active-lang {
    text-align: center;
}


@media (max-width: 768px) {

	div#langmark {
		display: flex;
		flex-direction: column;
	}
	
	.logo {
		position: relative;
		right: 6px;
	}
	.language-block {
        position: fixed !important;
        top: 0px !important;
        left: 0px !important;
        z-index: 8 !important;
    }
}


/*custom*/
@media (min-width: 768px){
	ul.yo-fm .fm-container{
		min-height: calc(100% - 42px);
	}
	.nofullwidth{
		width:auto!important;
	}
	.tr-table>td{
		padding-right:40px;
		white-space:nowrap;
	}
}

#myButtonx {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background: #fd6502;
  border: 1px solid #fd6502;
  color: #fff;
  padding: 4px 14px 4px 14px;
}
#myButtonx:hover {
  background: #fff;
  color: #fd6502;;
  box-shadow: 0 1px 2px #888;
}
#account {
  position: absolute;
  top: 26px;
  float: right;
  right: 131px;
  width: 75px;
  height: 60px;
  padding: 1px;
}
#account .heading {
  padding: 0px;
  background: #292B2E;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
#account .heading a img {
  padding-top: 13px;
}
#account .heading:hover {
	background: #3B3E42;
}

.acc-m a img {
    margin-top: 7px;
}
#head-menu .fly {
  color: #d3d3d3;
  border-right: 1px dashed #7b7b7b;
  text-decoration: none;
  padding-right: 15px;
  margin-right: 10px;
  font-size: 13.5px;
}
#head-menu .fly:hover {
  color: #fff;
}
#head-menu {
  display: inline-block;
}
.contact, .contact2, .contact3 {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-left: 42px;
  vertical-align:middle;
}
.lang-top {
  background-color: #000;
  position: relative;
  top: -7px;
  height: 40px;
  float: right;
  right: 30px;
}
.lang-top a {
  color: #fff;
  margin: -12px 35px 20px 20px;
  position: relative;
  display: block;
  text-decoration: none;
}
.lang-top ul li a::after {
  content: "ᨆ";
  color: #c6c6c6;
  position: absolute;
  right: -15px;
  top: -3px;
  height: 3px;
}
.lang-top ul li {
  list-style: none;
}
.lang-top ul {
  position: relative;
  display: inline;
  text-align: center;
}
.contact img {
  margin: -3px 8px 0 0;
}
.viber-top, .tg-top {
  display: inline-block;
  margin: -3px 0 0 5px;
}
.top-mn {
  margin-left: auto;
  margin-right: auto;
  max-width: 1296px;
}
#whishes {
  position: absolute;
  top: 26px;
  float: right;
  right: 71px;
  width: 75px;
  height: 60px;
  padding: 1px;
}
#whishes .heading {
  padding: 0px;
  background: #292B2E;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
#whishes .heading a img {
  padding-top: 13px;
}
#whishes .heading:hover {
	background: #3B3E42;
}
#cart .heading {
  padding: 0px;
  background: #292B2E;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.language-block {
    position: relative;
    top: -7px;
    left: -30px;
}
.language-block .pull-left .btn-group .form-control {
    color: #b9b9b9;
    background-color: #000;
    border: 0;
    border-radius: 0;
    height: 26px;
    width: 41px;
    padding: 7px 17px;
    box-shadow: none !important;
    cursor: pointer;
}
.language-block .pull-left .btn-group .form-control:hover {
    background-color: #181818;
}
ul.yo-fm li a.fm-parent::after {
  content: url('/arrow-r.png');
  right: 0px;
  margin-top: -8px;
}
#column-left .ocfilter {
	margin-top: 75px;
}
.ocfilter .box-content {
  border-right: none !important;
  border-top: none !important;
}
.acbn {
  text-decoration: none;
}
.acbn:hover {
  text-decoration: underline;
}
.modal_cart {
  min-height: 400px !important;
}
.acc-header .white-line {
  border-bottom: 0;
  background-color: #363438;
  min-height: 80px;
  margin-bottom: 9px;
}
.close-button {
    width: 30px;
    height: 30px;
    color: #ffffff40;
    font-size: 27px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ffffff40;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
}
.tt-menu-mb {
    padding: 27px 0px 29px 45px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}
.back-bt {
    float: left;
    color: #fff;
    padding: 18px 0 25px 10px;
    font-size: 26px;
}
.kt-mob {
    display: block !important;
    margin-top: -21px;
}
.kt-mob .catalog-list .owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 2rem;
}
.kt-mob .catalog-list {
    padding: 5px 15px;
    box-sizing: border-box;
    max-height: 190px;
}
.kt-mob .catalog-list .owl-carousel .owl-buttons .owl-prev {
    left: -10px !important;
    font-size: 36px;
    background-color: #fe9d20d9;
    padding: 0px 12px;
    opacity: 0.7 !important;
    text-shadow: none;
    top: 38%;
    line-height: 30px;
    height: 35px;
    border-radius: 4px;
    color: #292B2E;
}
.kt-mob .catalog-list .owl-carousel .owl-buttons .owl-next {
    right: -10px !important;
    font-size: 36px;
    background-color: #fe9d20d9;
    padding: 0px 12px;
    opacity: 0.7 !important;
    text-shadow: none;
    top: 38%;
    line-height: 30px;
    height: 35px;
    border-radius: 4px;
    color: #292B2E;
}

.kt-mob .catalog-list .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.kt-mob .catalog-list .owl-carousel .owl-dots button.owl-dot {
    background: #ddd;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 5px;
}

.kt-mob .catalog-list .owl-carousel .owl-dots button.owl-dot.active {
    background: #333;
}
.kt-mob .catalog-list .menu-catalog-nodes .m-catalog-nodes-item {
    border-radius: 7px !important;
    border: 4px solid #dee3e270 !important;
}
.kt-mob .catalog-list .menu-catalog-nodes .owl-wrapper-outer .owl-wrapper .owl-item .m-catalog-nodes-item a .m-catalog-nodes-i-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
    height: 2.4em;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
    word-wrap: break-word;
    font-size: 13px;
    font-weight: 600;
}
.kt-mob .catalog-list .menu-catalog-nodes .owl-wrapper-outer .owl-wrapper .owl-item .m-catalog-nodes-item a {
    text-decoration: none;
}
.mmcv {
    margin-top: 20px;
    position: relative;
    display: inline-block;
}
.mmcv .burger-menu {
    padding: 16px 40px 16px 16px;
    margin: 10px;
    font-size: 14px;
    border-radius: 6px;
}
.btus-ac a {
    display: inline-block !important;
    padding: 20px 3px !important;
}
.custom-dropdown {
    position: relative;
    float: right;
    top: 12px;
    margin: 0 12px 0 -6px;
}

.custom-dropdown-button {
    background: none;
    cursor: pointer;
    position: relative;
    border: 1px solid #FE9D20;
    border-radius: 3px;
    padding: 4px 8px 3px;
}

.custom-dropdown-button .bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #FE9D20;
    margin: 5px 0;
}

.custom-dropdown-button.open .bar:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
}

.custom-dropdown-button.open .bar:nth-child(2) {
    opacity: 0;
}

.custom-dropdown-button.open .bar:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
}

.custom-dropdown-content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #363438;
    z-index: 1000;
    overflow-y: auto;
}

.custom-dropdown-header {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #363438;
    position: relative;
}
.custom-dropdown-header span a {
    font-size: 8px;
    color: #ffffffa6;
    float: left;
    padding: 0;
    margin: -5px 27px;
}

.custom-dropdown-logo {
    max-width: 152px;
    margin-bottom: 10px;
}

.custom-dropdown-close {
    background: none;
    color: #ffffff40;
    font-size: 27px;
    cursor: pointer;
    position: absolute;
    top: 22px;
    right: 12px;
    border: 1px solid #ffffff40;
    border-radius: 3px;
    line-height: 28px;
    width: 18px;
    height: 28px;
}

.custom-dropdown-content a {
    color: white;
    display: block;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    font-size: 17px;
}

.custom-dropdown-content a:hover {
    background-color: #363438;
}

.custom-dropdown.show .custom-dropdown-content {
    display: block;
}

.toggle-phone {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: underline;
    margin-top: 9px;
    z-index: 999;
    position: absolute;
    left: 225px;
}
.additional-phones {
    margin-top: 30px;
    position: absolute;
    width: 100%;
    margin-left: 75px;
    font-size: 20px;
}
.additional-phones a {
    text-decoration: none;
    color: #fff;
    background-color: #363438;
    padding: 10px 7px;
    font-size: 15px;
}
