body {
	margin: 0px;
	padding: 0px;
	color: #464646;
	font-size: 14px;
	font-family: Arial;
}

*:focus {
	outline: 0;
}

.clear {
	clear: both;
}

/* Customize bootstrap */
.btn-primary {
	background: none;
	background-color: #1996e6;
	border: 1px solid #1381c8;
}

.btn-primary, .btn-success, .btn-warning {
	padding: 8px 20px 7px;
	font-weight: 700;
	text-shadow: none;
	font-size: 15px;
}

.btn-white {
	color: #448ccb;
	background: none;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	padding: 7px 20px;
	box-shadow: none;
}

.btn-success {
	background: none;
	background-color: #00b22d;
	border: 1px solid #00a329;
}

.btn-primary:hover, .btn-primary:active {
	background-color: #1788d0;
}

.btn-warning {
	background: none;
	background-color: #ff7300;
	border: 1px solid #ff7300;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* Layout style */
#menu {
	background-color: #f4f4f4;
	border-bottom: 1px solid #e8e8e8;	
}
#menu .wrap {
	height: 85px;
}

#menu > .wrap, #panel, #slider > .wrap, #content > .box > .content,
#footer .content > .wrap, #footer .miritec .wrap, .seoFooter.content {
	width: 980px;
	margin: 0px auto;
}

#content > .box > .content.big {
	width: auto;
	max-width: 1400px;
	margin: 0px auto;
}

#content > .box > .content.normal {
	width: 1100px;
}
@media only screen and (min-width:1100px) {
#content > .box > .content.normal {
	width: 1100px;
}
}
@media only screen and (max-width:1099px) {
#content > .box > .content.normal {
	width: 100%;
}
.header-tpm .head-part .search {
    width: 349px!important;
    }
    
    .header-tpm .inner-wrap {
    width: 980px!important;}

}
@media only screen and (max-width:979px) {
    .header-tpm .inner-wrap {
    width: 100%!important;}
    #menu > .wrap, #panel, #slider > .wrap, #content > .box > .content,
#footer .content > .wrap, #footer .miritec .wrap, .seoFooter.content {
	width: 980px;
	margin: 0px auto;
}
}
@media only screen and (max-width:967px) {
    .support-topmall {
    display: none;}
}


#content > .box > .content.big .center.page {
	width: auto;
	float: none;
	margin-left: 240px;
}

#header .logo {
	float: left;
	width: 224px;
}

#header .logo img {
	margin-top: 20px;
	margin-left: 20px;
}

#header .nav {
	margin-left: 254px;
	padding-top: 23px;
}

#header .nav a {
	color: #959595;
	font-size: 15px;
	text-decoration: none;
	margin-right: 16px;
}

#header .nav a:first-child {
	margin-right: 0px;
}

#header .nav a img {
	margin-right: 3px;
	margin-top: -2px;
}

#header .nav a.right {
	float: right;
}

#footer {
	width: 100%;
}

#footer .content {
	background-color: #34495e;
	width: 100%;
}

#footer a {
	color: #ffffff;
}

#footer .content .rowbox {
	margin-right: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #ffffff;
	float: left;
	width: 222px;
	line-height: 1.8;
}

#footer .content .copyright {
	font-size: 12px;
	margin-top: 28px;
	margin-bottom: 6px;
}

#footer .content .small {
	font-size: 12px;
}

#footer .content .normal {
	font-size: 14px;
}

#footer .content .big {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

#footer .content .grey {
	color: #959595;
}

#footer .content .title {
	font-weight: 700;
	margin-bottom: 12px;
	font-size: 16px;
}

#footer .content input {
	background-color: #495c6e;
	border: 1px solid #ffffff;
	border-radius: 3px;
	padding: 0px 10px;
	margin: 0px;
}

#footer .content button.white {
	background: none;
	background-color: #ffffff;
	font-weight: 700;
	border: none;
	color: #34495e;
	line-height: 1;
	padding: 5px 19px;
	border-radius: 3px;
}

#footer .content .input {
	margin-bottom: 7px;
}

#footer .content .rowbox:nth-child(4n+4) {
	margin-right: 0px;
}

#footer .miritec {
	color: #ffffff;
	background-color: #22313f;
}

#footer .miritec .logo {
	float: left;
	margin-top: 12px;
}

#footer .miritec .text {
	padding: 20px 0px;
	margin-left: 40px;
	font-size: 12px;
}

#footer .miritec .text a {
	text-decoration: underline;
}

#footer .miritec .text.right {
	float: right;
}

#panel {
	padding: 5px 0px;
}

/* Custom categories button */
#panel .categories {
	width: 224px;
	float: left;
}

#panel .categories button, #panel .categories .btn-group {
	width: 100%;
}

#panel .categories button {
	text-align: left;
}

#panel .categories button .caret {
	float: right;
	margin-top: 8px;
}

#panel .categories .dropdown-menu {
	width: 100%;
	padding: 10px 0px;
}

#panel .categories .dropdown-menu a {
	padding: 5px 20px;
	word-wrap: break-word;
	white-space: normal;
}

#panel .search {
	margin-left: 254px;
	position: relative;
	width: 480px;
}

#panel .search input {
	padding: 8px 17px 9px;
	border: 1px solid #ff7300;
	border-radius: 0px 5px 5px 5px;
	position: relative;
	z-index: 2;
	width: 380px
}

#panel .search #vendors {
	position: absolute;
	z-index: 1;
	top: -37px;
	width: 700px;
}

#panel .search #vendors .item {
	padding: 8px 28px;
	margin-right: 4px;
	border: 1px solid #e5e5e5;
	float: left;
	background-color: #ffffff;
	border-radius: 5px 5px 0px 0px;
	color: #464646;
}

#panel .search #vendors .item.active {
	background-color: #ff7300;
	border: 1px solid #ff7300;
	color: #ffffff;
}

#panel .search.minimal #vendors .item {
	padding: 4px 14px;
	border-radius: 5px;
}

#panel .search.minimal #vendors {
	top: -40px;
}

#panel .search.minimal input {
	border-radius: 5px;
}

#panel .cart_action {
	float: right;
	width: 250px;
	position: relative;
	display: inline-block;
}


#panel .cart_action .cart-btn span {
	margin-right: 12px;
	position: relative;
}

#panel .cart_action .cart-btn {
	margin-right: 9px;
}

#panel .cart_action .cart-btn span img {
	margin: -9px 0px -9px -10px;
}

#panel .cart_action .cart-btn span b {
	position: absolute;
	top: 0px;
	width: 20px;
	left: 50%;
	margin-left: -11px;
	text-align: center;
	color: #00b22d;
	z-index: 2;
	display: block;
}

#panel .cart_action .currency {
	display: block;
	position: absolute;
	right: 0px;
	top: -43px;
}

#panel .cart_action .currency button.dropdown-toggle, #top .currency button.dropdown-toggle {
	border: none;
	background: #ffffff;
	color: #fb990d;
	padding: 5px 10px;
}

#slider {
	position: relative;	
}

#slider .images {
	max-width: 100%;
}

#slider .images .outer_wrap {
	max-width: 1400px;
	margin: 0 auto;
	overflow-x: hidden;
}

#slider .images .inner_wrap {
	width: 9999px;
	position: relative;
}

#slider .image {
	height: 346px;
	float: left;
	position: relative;
	z-index: 10;
}

#slider .slides {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -141px;
	cursor: pointer;
}

#slider .slides .slide {
	background-color: #ffffff;
	box-shadow: 0px 1px 2px #cccccc;
	border-radius: 5px;
	padding: 3px;
	height: 84px;
	width: 172px;
	position: relative;
	z-index: 11;
}

#slider .slides .slide:hover {
	background-color: #1996e6;
}

#slider .slides .slide.active {
	cursor: default;
}

#slider .slides .slide.active:hover {
	background-color: #ffffff;
}

#slider .slides .slide.active:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 14px 14px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left: -13px;
}

.slide + .slide {
	margin-top: 15px;
}

#slider .slides .slide .image {
	border-radius: 5px;
	width: 100%;
	height: 100%;
}

#slider > .wrap {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -490px;
	height: 100%;
}

#slider  .pager {
	position: absolute;
	bottom: 32px;
	left: 253px;
}

#slider .pager > button {
	width: 26px;
	height: 26px;
	padding: 0px;
	margin-right: 5px;
	position: relative;
	z-index: 11;
}

#content > .box.solid {
	background-color: #f4f4f4;
	border-bottom: 1px solid #e5e5e5;
}

#content > .box.colorize:nth-child(2n+1) {
	background-color: #f4f4f4;
	border-top: 1px solid #e5e5e5;	
}

#content > .box {
	padding-top: 30px;
}

#content > .box.first {
	padding: 0px 0px;
}

#content > .box.first.solid {
	border-top: 1px solid #e5e5e5;	
}

#content > .box > .title {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 22px;
	text-align: center;
}

#content > .box > .subtitle {
	color: #959595;
	margin-bottom: 22px;
	text-align: center;
	font-size: 15px;
}

#content > .box > .content {
	padding-top: 0px;
}

/* Special elements */
.products {
	width: 100%;
	display: inline-block;
}

.products .column, .products.col .item {
	float: left;
	margin-right: 28px;
	width: 222px;
}

.products .column:last-child, .products > .item:last-child {
	margin-right: 0px;
}

.products .item {
	width: 220px;
	border-radius: 5px;
	border: 1px solid #bdc3c7;
	margin-bottom: 30px;
}

.products .item .image {
	width: 100%;
	border-bottom: 1px solid #bdc3c7;
	border-radius: 5px 5px 0px 0px;
	min-height: 150px;
}

.products .item .image > img {
	opacity: 0.001;
}

.products .item .image .image-preloader {
	position: absolute;
	top: 50%;
	margin-top: -80px;
	text-align: center;
	width: 100%;
	left: 0px;
}

.products .item .image .image-preloader img {
	opacity: 0.6;
}

.products .item .image .image-preloader > div {
	margin-top: 20px;
	text-decoration: none;
	color: #919090;
	font-size: 11px;
}

.products .item .name a {
	color: #464646;
}

.products .item .info {
	padding: 12px;
	background-color: #ffffff;
	border-radius: 5px;
}

.products .item .info span.price {
	font-weight: 700;
	color: #26ad62;
}

.products .item .info span.old-price {
	color: red;
	opacity: 0.6;
	font-size: 11px;
}

.products .item .info span.timeleft {
	color: #959595;
	font-weight: 400;
}

.products.col5 .column, .products.col5 .item {
	width: 170px;
	margin-right: 10px;
}

.products .item.effect-eye::after {
	content: "";
	display: inline-block;
	background-image: url(/img/item-bg.png);
	background-position: center center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.001;
	cursor: pointer;
}

.products .item.effect-eye:hover::after {
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	opacity: 1;
}

.products .item.effect-shadow .image, .products .item.effect-shadow {
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.products .item.effect-shadow:hover .image, .products .item.effect-cart:hover .image {
	background-size: 120% !important;
}

.products .item.effect-shadow:hover {
	box-shadow: 0px 5px 15px #a6a6a6;
}

.item-effect-bg {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	background-color: #ffffff;
	border: 3px solid #26c281;
	z-index: 5;
}

.item-effect-bg a.btn.btn-success {
	position: absolute;
	bottom: 20px;
	left: 50%;
}

.breadcrumbs {
	padding: 15px 0px;
}

.breadcrumbs span {
	margin: 0px 5px;
}

.breadcrumbs i {
	font-style: normal;
}

.product-container {
	width: 100%;
}

.product-container > .base {
	width: 760px;
	padding: 21px;
	border: 1px solid #e5e5e5;
	background: #ffffff;
	border-radius: 5px;
	float: left;
}

.product-container > .base .left {
	width: 358px;
	float: left;
}

.product-container > .base .left {
	color: #e5e5e5;
}

.product-container > .base .info {
	margin-left: 388px;
}

.product-container > .base .left .slider {
	margin-top: 20px;
	width: 100%;
	display: none;
	position: relative;
}

.product-container > .base .left .slider .wrap {
	max-width: 288px;
	margin: 0px auto;
	overflow: hidden;
	width: auto;
}

.product-container > .base .left .slider .inner {
	width: 9999px;
}

.product-container > .base .left .slider .inner > div {
	width: 66px;
	height: 66px;
	border: 1px solid #e5e5e5;
	margin-right: 8px;
	float: left;
	cursor: pointer;
	border-radius: 3px;
	padding: 3px;
}

.product-container > .base .left .slider .inner > div:last-child {
	margin-right: 0px;
}

.product-container > .base .left .slider .inner > div:hover {
	border: 1px solid #dbdbdb;
}

.product-container > .base .left .slider .inner > div.active {
	border: 1px solid #ff7300;
}

.product-container > .base .left .slider .next, .product-container > .base .left .slider .prev {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 0px;
}

#seller {
	padding-top: 20px;
	margin-left: 790px;
} 

#seller span {
	color: #919191;
}

#info {
	position: relative;
}

#info .title {
	font-size: 18px;
	font-weight: 700;
}

.rating {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}

.rating .stars {
	width: 65px;
	height: 13px;
	background: url(/img/stars.png);
	background-position: 0px 13px;
	float: left;
	margin-top: 3px;
}

.rating.clear {
	border: none;
}

.rating .stars .active {
	background: url(/img/stars.png);
	height: 100%;
}

#info .rating .reviews {
	margin-left: 75px;
}

#info .rating .reviews span {
	color: #919191;
}

#info .price {
	color: #00a651;
	font-weight: 700;
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#info .price span {
	display: block;
	color: #919191;
	font-size: 12px;
	font-weight: 400;
}

#info .stats {
	line-height: 1.8;
}

#info .stats div span {
	color: #919191;
}

#info .actions {
	float: right;
	margin-top: 30px;
}

#info .actions input {	
	padding-top: 8px;
	padding-bottom: 8px;
}

.product-container > .base .left .slider .prev {
	right: auto;
	left: 0px;
}

.button-arrow {
	width: 30px;
	height: 30px;
	background: url(/img/arrows.png);
	background-position: 0px 0px;
	cursor: pointer;
}

.button-arrow.next {
	background-position: 30px 30px;
}

.button-arrow.next.active {
	background-position: 30px 0px;
}

.button-arrow.prev {
	background-position: 0px 0px;
}

.button-arrow.prev.active {
	background-position: 0px 30px;
}

.producte-tab {
	margin: 30px 0px;
}

.tabs .content > div {
	display: none;
}

.tabs .parts {
	width: 100%;
	position: relative;
	z-index: 2;
	margin-bottom: -1px;
}

.tabs .parts .item {
	padding: 7px 20px;
	background-color: #f5f5f5;
	color: #448ccb;
	border: 1px solid #e5e5e5;
	border-radius: 5px 5px 0px 0px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

.tabs .parts .item.active {
	background-color: #ffffff;
	color: #303030;
	border-bottom: 1px solid #ffffff;
	cursor: default;
}

.tabs .content {
	padding: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}

.tabs .content > div:first-child {
	display: block;
}

.separate {
	width: 100%;
}

.separate .aside {
	width: 224px;
	float: left;
}

.separate .center {
	float: right;
	width: 724px;
}

.droplist.bgbox {
	background-color: #ffffff;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	padding: 8px 0px;
}

.droplist > .item a:hover {
	text-decoration: none;
}

.droplist > .item:first-child {
	margin-top: 15px;
}

.droplist.bgbox > .item:first-child {
	margin-top: 0px;
}

.droplist .item .title {
	padding: 10px 20px;
	position: relative;
	font-size: 13px;
	color: #464646;
}

.droplist > .item > a > .title {
	font-weight: 700;
}

.droplist > .item .title span {
	position: absolute;
	right: 15px;
	top: 15px;
	font-weight: 400;
	font-size: 10px;
}

.droplist .item .title:hover {
	background-color: #f5f5f5;
}

.droplist .item .item {
	padding-left: 15px;
	font-weight: 400;
}

.droplist .item.active > a > .title {
	border-left: 5px solid #26c281;
	color: #464646;
	font-weight: 700;
}

.filters {
	width: 100%;
	padding-bottom: 30px;
}

.filters .filter.left {
	float: left;
}

.filters .filter .title {
	padding: 6px 10px 6px 0px;
	display: inline-block;
	color: #919191;
}

.filters .filter > .group {
	display: inline-block;
}

.filters .filter.right {
	float: right;
}

.pagination {
	margin: 0px;
}

.pagination button {
	width: 32px;
	height: 32px;
	padding: 0px;
	border-radius: 5px;
	margin-right: 5px;
}

.pagination button.next {
	color: #ffffff;
}

.center.page h1, .center.page h2, .center.page h3 {
	margin: 0px;
	line-height: 1.2;
	margin-bottom: 15px;
	font-size:22px;
	font-weight: 700;
}

.center.page {
	margin-bottom: 30px;
}

.center.page > .head {
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.center.page > .head {
	position: relative;
}

.center.page > .head .navigation {
	position: absolute;
	top: 14px;
	right: 15px;
}

.center.page > .head .title {
	line-height: 1;
	font-size: 20px;
	font-weight: 400;	
}

.center.page > .body > .section {
	padding: 20px 20px 0px;
}

.center.page > .body > .section .title, .section .title{
	font-size: 19px;
	font-weight: 400;;
}

.center.page > .body > .section .subtitle,.section .subtitle {
	font-size: 13px;
	color: #959595;
}

.center.page {
	background-color: #ffffff;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
}

.center.page > .body {
	border-radius: 5px;
}

.center.page > .body > .alert {
	margin: 20px 20px 0px;
}

.center.page > .body > .box {
	padding: 20px;
}

.center.page > .body > .box.solid {
	background-color: #f5f5f5;
}

.center.page .span6 {
	width: auto;
}

.page-edit-list {
	display: inline-block;
	width: 100%;
}

.page-edit-list > .item {
	float: left;
	width: 30%;
	margin-right: 3%;
	background-color: #f5f5f5;
	border-radius: 5px;
	padding: 15px;
}

.page-edit-list > .item .title {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 10px;
}

.grid-view {
	max-width: 100%;
	width: 100%;
	overflow-x: auto;
}

.form-vertical label {
	display: block;
}

.form-vertical input {
	margin-bottom: 15px;
}

.variations {
	margin-top: 10px;
}

.variations .item {
	padding-bottom: 10px;
}

.variations .item .name {
	padding-bottom: 5px;
	float: left;
	color: #919191;
	padding-top: 5px;
	padding-right: 10px;
}

.variations .item .value select {
	padding: 5px 8px;
	max-width: 170px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
}

input.input {
	padding: 5px 8px;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
}

.auction-label {
	font-size: 12px;
	margin-right: 5px;
	padding: 5px 7px;
	border-radius: 3px;
}

.shop-block .item {
	box-shadow: 0px 1px 3px #dbdbdb;
	background-color: #ffffff;
	border-radius: 3px;
	padding: 15px;
	position: relative;
}

.shop-block .item .title span.label {
	margin-left: 4px;
}

.shop-block .item .title span.text {
	font-size: 15px;
	font-weight: 700;
}

.shop-block .item .subtitle {
	padding-top: 6px;
	/*opacity:;*/
}

.shop-block .item .actions {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 15px;
}

.shop-block .item .actions a {
	font-size: 13px;
	font-weight: 700;
	padding: 5px 10px;
}

.shop-block .item~.item {
	margin-top: 20px;
}

.aside > .filter-box~.white-box {
	margin-top: 15px;
}

.aside > .white-box {
	background-color: #ffffff;
	margin-bottom: 15px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.filters-group {
	padding: 10px 15px;
}

.filters-group > .filter~.filter {
	margin-top: 10px;
}

.filters-group > .filter > .title {
	font-weight: 700;
	padding-bottom: 10px;
}

.filters-group > button.search {
	margin-top: 10px;
}

input[type=text], textarea, select {
	padding: 5px 10px;
	border-radius: 5px;
	border: 2px solid #cde2ef;
}

.btn-checkbox {
	background-color: #f5f5f5;
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: 400;
	cursor: pointer;
}

@-moz-document url-prefix() {
    button > .caret {
        position: absolute;
        top: 25%;
        right: 10px;
        float: none;
    }
}

.lite_rotator {
	width: 100%;
}

.lite_rotator > .title .buttons {
	float: right;
}

.lite_rotator > .title .buttons .button-arrow {
	display: inline-block;
}

.lite_rotator > .title .text {
	font-size: 22px;
	font-weight: 400;
}

.lite_rotator > .items_wrap {
	padding-top: 15px;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.lite_rotator > .items_wrap > .products {
	width: 9999px;
}

.category_rotator, .category_container {
	padding: 15px;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0px 2px 5px #dbdbdb;
	margin-top: 15px;
}

.category_rotator.sample {
	display: none;
}

.category_rotator > input {
	width: 300px;
}

.box.colorize > .categories {
	border-top: 1px solid #bdc3c7;
	border-bottom: 1px solid #bdc3c7;
	background-color: #f4f4f4;
}

.box.colorize > .categories > .wrap {
	width: 980px;
}

.box.colorize > .categories > .wrap > .category {
	display: inline-block;
	font-weight: 700;
	font-size: 15px;
	padding: 8px 25px 7px;
	border-left: 1px solid #bdc3c7;
	cursor: pointer;
}

.box.colorize > .categories > .wrap > .category:last-child {
	border-right: 1px solid #bdc3c7;
}

.box.colorize > .categories > .wrap > .category.active {
	cursor: default;
	background-color: #ffffff;
}


/* Color category torator */
.box.colorize > .categories.color {
	border: none;
	background-color: none !important;
}

.box.colorize > .categories.color .title {
	float: left;
	font-size: 16px;
	font-weight: 700;
	margin-right: 35px;
}

.box.colorize > .categories.color > .wrap > .category {
	display: inline-block;
	color: #ffffff;
	border-radius: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: 400;
	padding: 6px 15px 5px;
}

.box.colorize > .categories.color > .wrap > .category.active {
	color: #777777;
}


.big_rotator {
	padding-top: 20px;
	position: relative;
}

.big_rotator .button-arrow.next, .big_rotator .button-arrow.prev {
	top: 50%;
	margin-top: -25px;
	right: -15px;
	position: absolute;	
	z-index: 10;
}

.big_rotator .button-arrow.prev {
	left: -15px;
	right: auto;
}

.big_rotator > .inner_wrap {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.big_rotator > .inner_wrap .products {
	width: 9999px;
}

.category_container {
	position: relative;
}

.category_container > .remove {
	position: absolute;
	right: 10px;
	top: 10px;
}

.category_container.base > .remove {
	display: none;
}

.category_container .title {
	padding: 20px 0px 10px;
	font-size: 15px;
	font-weight: 700;
}

.category_container table {
	width: 100%;
}

.category_container table input {
	width: 80%;
}

.category_container table input.small {
	font-size: 12px;
	padding: 3px 10px;
	width: 60%;
}

.category_container table input {
	margin-bottom: 10px;
}

.block_categories {	
	position: relative;
}

.block_categories .outer_wrap {
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.block_categories .inner_wrap {
	width: 9999px;
	display: inline-block;
}

.block_categories .category_block {
	width: 300px;
	margin-right: 36px;
	float: left;
	margin-bottom: 20px;
}
.block_categories .category_block:last-child {
	margin-right: 0px;
}

.block_categories .category_block .image {
	width: 100%;
	height: 112px;
	border-radius: 5px;
}

.block_categories .category_block .title {
	font-weight: 700;
	padding: 15px 0px 10px;
	text-align: center;
	color: #464646;
}

.block_categories table {
	width: 100%;
}
.block_categories table td.sub {
	color: #aaaaaa;
	font-weight: 700;
	padding-bottom: 10px;
}

.block_categories .button-arrow.next, .block_categories .button-arrow.prev {
	top: 50%;
	margin-top: -80px;
	right: -15px;
	position: absolute;	
	z-index: 10;
}

.block_categories .button-arrow.prev {
	left: -15px;
	right: auto;
}

.custom_boxes {
}

.custom_boxes > .inner_box:hover, .custom_boxes > .inner_box.active {
	cursor: pointer;
	background-color: #ffffff;
}

.custom_boxes > .inner_box:hover .bcontainer, .custom_boxes > .inner_box.active .bcontainer {
	background-color: #91b9dd;
}

.custom_boxes > .inner_box {
	display: inline-block;
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 1px 2px #dbdbdb;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.custom_boxes .bcontainer {
	background-color: #dbdbdb;
	height: 180px;
	margin-right: 4%;
	float: left;
	border-radius: 5px;
}

.custom_boxes .bcontainer:last-child {
	margin-right: 0px;
}

.custom_boxes > .inner_box.active .bcontainer {
	cursor: default;
}

.custom_boxes > .inner_box .bcontainer .upload {
	display: none;
	word-wrap: break-word;
}

.custom_boxes > .inner_box.active .bcontainer .upload {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.custom_boxes > .inner_box.active .bcontainer input.upload {
	height: auto;
	margin-top: -30px;
	padding: 5px 10px;
	z-index: 2;
}

.block_boxes {
	width: 100%;
	display: inline-block;
	padding-bottom: 20px;
}

.block_boxes .box_container {
	margin-right: 4%;
	height: 220px;
	float: left;
	cursor: pointer;
	border-radius: 5px;
}

.block_boxes .box_container:last-child {
	margin-right: 0%;
}

.last_watch {
	padding-bottom: 20px;
}

.last_watch .items_wrap {
	float: left;
	width: 50%;
	margin-right: 3%;
}

.last_watch .items_wrap .item {
	margin-bottom: 0px;
}

.last_watch .title {
	position: relative;
}

.last_watch .private_wrap {
	padding-top: 15px;
	margin-left: 53%;
}

.last_watch .buttons {
	position: absolute;
	top: 0px;
	right: 55%;
	margin-right: -33px;
}

.item.fixed {
	height: 300px;
	max-height: 300px;
	overflow: hidden;
	background-color: #ffffff;
}

.item.fixed.part {
	height: 268px;
	max-height: 268px; /*******/
}

.item.fixed .name {
	max-height: 40px;
	overflow: hidden;
}

.item.fixed .image, .products.col5 .item.fixed .image {
	width: 220px;
	height: 220px;
	background-repeat: no-repeat;
	background-position: center center;
}

.item.specx {
    height: 270px;
}

.products.col5 .item.fixed .image {
	width: 170px !important;
	height: 170px !important;
}

.products .item {
	position: relative;
}

.item .discount {
	background: url(/img/discount.png) no-repeat;
	width: 65px;
	height: 36px;
	line-height: 32px;
	color: #fff;
	font-size: 21px;
	display: block;
	position: absolute;
	text-align: center;
	top: -1px;
	right: -5px;
}

.item .comission {
	position: absolute;
	left: 0px;
	background-color: #000000;
	font-size: 13px;
	color: #ffffff;
	padding: 5px 10px;
	opacity: 0.6;
}

@-moz-document url-prefix() {
    .last_watch .private_wrap {
    	margin-top: -1px;
    	position: relative;
    	padding-top: 0px;
    	top: 15px;
    }
}

.seoFooter.content {
    text-align: justify;
    padding: 10px 0;
}

.active-parent-menu > li, .active-menu > li {
	position: relative;
}

.dropdown-menu.active-menu {
	position: absolute;
	width: 200px;
}

.active-parent-menu li .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 10px;
	opacity: 0.7;
}

#box_slider {
	width: 980px;
	max-width: 980px;
	overflow: hidden;
	position: relative;
}

#box_slider .boxes {
	top: 0px;
	height: 100%;
	position: absolute;
	max-width: 50%;
	right: 0px;
}

body .btn-sm {
    padding: 3px 5px;
}

.users-reviews {
	width: 100%;
}

.users-reviews > .review {
	width: 20%;
	float: left;
	margin-left: 5%;
	padding: 10px;
	text-align: center;
}

.users-reviews > .review:first-child {
	margin-left: 2%;
}

.users-reviews > .review .photo {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-bottom: 15px;
	position: relative;
	left: 50%;
	margin-left: -60px;
}

.users-reviews > .review .text {
	color: #898989;
	margin-bottom: 10px;
}

.users-reviews > .review .author {
	color: #448ccb;
	margin-bottom: 5px;
}

.users-reviews > .review .location {
	color: #464646;
}
.counter-icon {
	position: relative;
}
.counter-icon img {
	margin-left: -8px;
	margin-top: -6px;
	margin-bottom: -4px;
	margin-right: -8px;
}
.counter-icon span {
	position: absolute;
	top: 9px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	display: block;
	color: #ff7300;
}

.brands-list {
	padding-top: 15px;
	width: 100%;
}

.brands-list .brand-edit-box:nth-child(3n+4) {
	clear: both;
}

.brands-list .brand-edit-box, .brands-list .brand-add {
	width: 160px;
	padding: 10px;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0px 1px 2px #dbdbdb;
	margin-right: 15px;
	float: left;
	min-height: 140px;
	margin-bottom: 10px;
}

.brands-list .brand-add {
	border: 0px;
}

.brand-edit-box button.image {
	border: none;
	background-color: #f5f5f5;
	border-radius: 3px;
	width: 100%;
	min-height: 60px;
	padding: 0px;
}

.brand-edit-box button.image input {
	z-index: 101;
}

.brand-edit-box button.image img {
	opacity: 0.01;
	position: relative;
	z-index: 100;
	width: 100%;
}

.brand-edit-box button.image div {
	background-color: #ffffff;
	border-radius: 5px;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}

.brand-edit-box input[type=text] {
	width: 100%;
	padding: 3px 5px;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	margin: 5px 0px;
}

.brand-edit-box button.btn-danger {
	padding: 5px 10px;
	width: 100%;
}

.brands {
	width: 100%;
}

.brands .column {
	width: 15%;
	float: left;
}

.brands .column.sz5 {
	width: 20%;
}

.brands .column.sz7 {
	width: 14%;	
}

.brands .column.sz9 {
	width: 11%;
}

.brands .brand .title {
	text-align: center;
	padding: 5px;
	opacity: 0.8;
}

.auto-rotator {
	width: 100%;
	position: relative;
}

.auto-rotator .items {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.auto-rotator .items .wrap {
	width: 9999px;
}

.auto-rotator .items .item {
	width: 140px;
	float: left;
}

.auto-rotator .button-arrow.next, .auto-rotator .button-arrow.prev {
	top: 50%;
	margin-top: -30px;
	right: -15px;
	position: absolute;	
	z-index: 10;
}

.auto-rotator .button-arrow.prev {
	left: -15px;
	right: auto;
}

#top {
	position: relative;
}

#top > .menu {
	position: absolute;
	width: 100%;
	background-color: #3b3b3b;
	color: #ffffff;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 2000;
}

#top > .menu.fixed {
	position: fixed;
}

#top > .menu .wrap {
	width: 980px;
	margin: 0px auto;
	height: 100%;
}

#top .navigation {
	float: left;
}

#top .navigation .item {
	display: inline-block;
	height: 100%;
}

#top .navigation a {
	display: inline-block;
	color: #ffffff;
}

#top .navigation .item:nth-child(1n+2):before {
	content: "|";
	margin: 0px 5px;
	opacity: 0.4;
}

#top .navigation a~a {
	margin-left: 10px;
}

#top .currency {
	top: 50%;
	margin-top: -16px;
	position: relative;
	margin-left: 15px;
}

#top .navigation.right {
	float: right;
	margin-left: 15px;
}

.info-slider {
	width: 1100px;
	margin: 30px auto;
}

.info-slider .content-slider {
	width: 600px;
	margin-right: 30px;
	position: relative;
	float: right;
}

.info-slider .content-slider .base-image {
	width: 100%;
	height: 300px;
	background-size: cover;
	position: relative;
}

.info-slider .content-slider .preview-images {
	width: 100%;
}

.info-slider .content-slider .xslide {
	float: left;
	background-size: cover;
	margin-top: 15px;
	position: relative;
	opacity: 0.8;
	cursor: pointer;
}

.info-slider .content-slider .nav {
	position: absolute;
	padding: 15px 5px;
	background-color: #ffffff;
	color: #000000;
	z-index: 20;
	cursor: pointer;
	opacity: 0.4;
}

.info-slider .content-slider .nav:hover {
	opacity: 0.8;
}

.info-slider .content-slider .xslide:hover {
	box-shadow: 0px 5px 15px #6f6f6f;
	opacity: 1;
}

.info-slider .content-slider .xslide.active:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #484848 transparent;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -4px;
}

.info-slider .content-slider .xslide.active {
	border: 1px solid #484848;
	box-shadow: 0px 5px 15px #6f6f6f;
	opacity: 1;
	cursor: default;
}

.info-slider .right-content {
	width: 220px;
	float: right;
}

.special-content-box > .aside {
	width: 220px;
	float: left;
}

.special-content-box > .body {
	margin-left: 250px;
}

.special-content-box > .body > .title {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
}

.stock-list {
	width: 100%;
	margin-top: 10px;
}

.stock-list .stock {
	width: 32%;
	margin-right: 2%;
	float: left;
	border: 1px solid #f5f5f5;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}

.stock-list .stock:nth-child(3n) {
	margin-right: 0px;
}

.stock-list .stock .image {
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
}

.stock-list .stock .title {
	text-align: center;
	background-color: #ffffff;
	padding: 7px 10px;
	color: #464646;
}

.stock-list .stock:hover {
	box-shadow: 0px 1px 15px #858585;
}

.stock-list .stock:hover .title {
	box-shadow: 0px 1px 15px #858585;
	position: relative;
	z-index: 100;
}

.stock-list .stock a:hover {
	text-decoration: none;
}

.stock-list .stock img {
	width: 100%;
	 -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}

.stock-list .stock:hover img {
	-webkit-transform:scale(1.1); /* Safari and Chrome ****/
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

.selection-images-box .col {
	float: left;
}

.selection-images-box .col > div {
	background-color: #f5f5f5;
	border: 1px solid #dbdbdb;
	position: relative;
}

.selection-images-box .col .big {
	width: 200px;
	height: 300px;
}

.selection-images-box .col .medium {
	width: 100px;
	height: 150px;
}

.selection-images-box .col .small {
	width: 70px;
	height: 100px;
}

.selection-images-box.editor .col > div input.link {
	position: absolute;
	z-index: 100;
	bottom: 3px;
	left: 2%;
	width: 96%;
	padding: 2px 3px;
	margin: 0px;
	box-sizing: border-box;
}

.selection-images-box.editor .col button.selection {
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	color: #ffffff;
	text-shadow: 0px 0px 4px #000000;
}

.selection-images-box.editor .col button.selection:hover {
	background-color: #ffffff;
}

.selection-content-box {
	margin-bottom: 20px;
}

.selection-content-box .title {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;	
}

.selection-content-box .categories {
	border-top: 4px solid #000000;
	width: 200px;
	float: left;
	background-color: #f5f5f5;
}

.selection-content-box .categories a {
	display: block;
	padding: 9px 13px;
	color: #222;
	font-size: 12px;
}

.selection-content-box .categories a:hover, .selection-content-box .categories a.active {
	background-color: #ff4b00;
	position: relative;
	color: #ffffff;
	text-decoration: none;
}

.selection-content-box .categories a:hover:after, .selection-content-box .categories a.active:after {
	content: '';
	position: absolute;
	right: -18px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 0 16px 18px;
	border-color: transparent #ff4b00;
	z-index: 2;
}

.selection-content-box .body {
	padding: 30px 0px 0px 30px;
	margin-left: 200px;
}

.selection-content-box .category-box {
	display: none;
}

.selection-images-box.primary .col > div {
	margin: 8px;
}

.selection-images-box.primary {
	float: left;
}

.selection-images-box.primary a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	position: relative;
     z-index: 9;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}

.selection-images-box.primary a:hover {
	-webkit-transform:scale(1.1); /* Safari and Chrome ****/
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
     z-index: 10;
}


.filter-box {
    background-color: #ffffff;
    border-radius: 5px;
}

.filter-box > .head-box {
    background-color: #26c281;
    color: #ffffff;
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
}

.filter-box > .head-box .title .text {
    font-size: 18px;
}

.filter-box > .head-box .title .clear-button {
	color: #ffffff;
	font-size: 12px;
	border-bottom: 1px dotted #ffffff;
	float: right;
	padding: 0px;
	line-height: 1;
	margin-top: 7px;
}

.filter-box > .head-box .title .clear-button:hover {
	text-decoration: none !important;
	border-bottom: none !important;
}

.filter-box .filter-group {
	padding: 15px;
}

.filter-box .filter-group~.filter-group {
	padding-top: 0px;
}

.filter-box .filter-group .title {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
}

.filter-box .filter-group .select-list .item {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}

.filter-box .filter-group .select-list .item~.item {
	margin-top: 5px;
}

.filter-box .filter-group .select-list .item:hover {
	text-decoration: underline;
}

.filter-box .filter-group .select-list .item:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	position: absolute;
	top: 2px;
	left: 0px;
}	

.filter-box .filter-group .select-list .item.checked:before {
	background-color: #26c281;
	border: none;
}

.filter-box .filter-group .select-list .item:hover:before {
	background-color: #dbdbdb;
}

.filter-box .selected {
	margin-top: 10px;
}

.filter-box .selected .select-box~.select-box {
	margin-top: 15px;
}

.filter-box .selected .select-box .title {
	font-weight: 700;
	font-size: 14px;
}

.filter-box .selected .select-box .values a {
	color: #ffffff;
	display: block;
	position: relative;
	padding-left: 14px;
}

.filter-box .selected .select-box .values a:before {
	content: "x";
	display: block;
	position: absolute;
	margin-top: 2px;
	font-size: 16px;
	line-height: 1;
	left: 0px;
}

.filter-box~.filter-box {
	margin-top: 15px;
}

.filter-box .price-slider {
	margin: 10px 0px 5px;
}

.filter-box .price-slider .ptitle {
	text-align: center;
	margin-top: 10px;
	font-weight: 400;
}

.filter-box .price-slider .ptitle input {
	width: 80px;
	border-radius: 3px;
	border: 1px solid #f5f5f5;
	padding: 0px 5px;
	text-align: center;
}

.price-slider .btn.button-accept {
	font-size: 12px;
	padding: 3px 5px;
	margin-top: 10px;
	border: none;
	display: none;
}

#price-slider-object {
	margin: 0px 10px;
}

.filter-active-buttons {
	margin-bottom: 10px;
}

.filter-active-buttons button {
	margin-right: 10px;
	background-color: #ffffff;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	color: #448ccb;
	padding: 5px 10px;
	box-sizing: border-box;
}

.filter-active-buttons button:hover {
	background-color: #f5f5f5;
}

.filter-active-buttons button.active {
	border: 2px solid #448ccb;
}

.category-list-box {
	width: 100%;
	margin: 15px 0px;
}

.category-list-box h2 {
	font-size: 13px;
	font-weight: 700;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.category-list-box h2 a {
	color: #4d4d4d;
}

.category-list-box h2 img {
	margin-right: 5px;
	width: 16px;
	height: 16px;
}

.category-list-box > .column {
	width: 24%;
	margin-right: 2%;
	float: left;
}

.category-list-box > .column:nth-child(4) {
	float: right;
	margin-right: -2% !important;
}

.category-list-box > .column .item {
	padding: 15px;
	background-color: #ffffff;
	box-shadow: 0px 1px 2px #dbdbdb;
	border-radius: 3px;
	margin-bottom: 15px;
}

.category-list-box > .column .item a.sub {
	font-size: 13px;
	color: #4d4d4d;
	display: block;
	line-height: 1.6;
	padding-left: 10px;
	position: relative;
}

.category-list-box > .column .item a.sub::before {
	content: '•';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

#boxModal {
	position: fixed;
	width: 100%;
	height: 100%;	
	z-index: 99999;
	left: 0px;
	top: 0px;
	display: none;
}

#boxModal .boxModal-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
	opacity: 0.6;
	z-index: 100;
}

#boxModal .boxModal-body {
	z-index: 101;
	width: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -200px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 1px 5px #000000;
}

#boxModal .boxModal-body h2 {
	font-size: 16px;
	font-weight: 700;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 1;
}

#boxModal .boxModal-body .boxModal-content {
	padding: 20px;
	position: relative;
}

#boxModal .boxModal-body .boxModal-content .close {
	position: absolute;
	top: 6px;
	right: 6px;
	padding: 7px 12px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 700;
	opacity: 0.8;
}

#boxModal .boxModal-body .boxModal-content .close:hover {
	background-color: #dbdbdb;
}

#boxModal .boxModal-footer {
	padding: 20px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #dbdbdb;
	border-radius: 0px 0px 5px 5px;
}

.tires-selection  {
	padding-bottom: 20px;
}

.tires-selection .inner-col {
	width: 14% !important;
}

.tires-selection .section {
	font-size: 15px;
	margin-bottom: 10px;
}

.tires-selection .row~.section {
	margin-top: 25px;
}

.tires-selection .title {
	padding-left: 5px;
	font-weight: 700;
	padding-bottom: 3px;
}

.tires-selection button.btn {
	margin: 0px;
	position: relative;
	bottom: -15px;
}

.tires-selection .actions {
	float: right;
}

.breadcrumbs span:last-child {
	display: none;
}

.activeCategoryList .active-icon {
	padding-left: 35px !important;
	position: relative;
}

.activeCategoryList .active-icon img {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 10px;
	top: 8px;
}

.horizontal-category-list {
	padding: 10px 0px;
}

.horizontal-category-list > .outer_wrap {
	width: 980px;
	margin: 0px auto;
	position: relative;
}

.horizontal-category-list > .outer_wrap > .inner_wrap {
	display: inline-block;
}

.horizontal-category-list > .outer_wrap.drop-buttons {
	border: 1px solid #f5f5f5;
	border-radius: 3px;
}

.horizontal-category-list > .outer_wrap.drop-buttons > .inner_wrap button {
	margin: 0px;
	display: inline-block;
	background: none;
	background-image: none;
	background-color: #ffffff;
	border: none;
	box-shadow: none !important;
	height: 50px;
}

.horizontal-category-list > .outer_wrap.drop-buttons > .inner_wrap button:hover {
	background-color: #dbdbdb;
}

.horizontal-category-list .dd-category-list {
	position: absolute;
	width: 200px;
	top: 50px;
	background-color: #ffffff;
	text-align: left;
	z-index: 100;
	display: none;
	border: 1px solid #f5f5f5;
	border-top: none;
}

.horizontal-category-list .dd-category-list a {
	display: block;
	color: #585858;
	padding: 6px 10px;
}

.horizontal-category-list .dd-category-list a:hover {
	text-decoration: none;
	background-color: #f5f5f5;
}

.horizontal-category-list > .outer_wrap.icons {
	border: 1px solid #f5f5f5;
	padding: 10px;
}

.horizontal-category-list > .outer_wrap.icons > .inner_wrap a {
	display: inline-block;
	margin-right: 3px;
	background: none;
}

.horizontal-category-list > .outer_wrap.icons > .inner_wrap a img {
	width: 20px;
	display: inline-block;
}

.horizontal-category-list > .outer_wrap.icons > .inner_wrap a span {
	display: inline-block;
	word-wrap: break-word;
	white-space: normal;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 4px;
	margin-left: 4px;
}

.horizontal-category-list .all-cat {
	word-wrap: break-word;
	white-space: normal;
	font-size: 11px;
}

.custom-options-list {
	background-color: #f5f5f5;
	box-shadow: 0px 1px 2px #dbdbdb;
	border-radius: 5px;
}

.custom-options-list .block-option, .custom-options-list .ins-box {
	margin-bottom: 15px;
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 15px;
}

.custom-options-list .block-option label, .custom-options-list .ins-box label {
	margin-bottom: 10px;
	font-size: 13px !important;
	font-weight: 700 !important;
}

.header-tpm .default-hidden {
	display: none;
}

.breadcrumbs+.white-container {
	margin-top: 30px;
}

.white-container {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 15px 20px;
}

.white-container:last-child {
	margin-bottom: 15px;
}

.white-container .table {
	margin: 0px;
}

.white-container .table thead th {
	text-align: center;
	font-weight: 400;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}

.white-container .table thead th.head-title {
	font-size: 19px;
	text-align: left;
}

.white-container .table .head-title i {
	font-style: normal;
	color: #00b22d;
}

.white-container.disabled-box {
	background: none;
	border: none;
}

.white-container.disabled-box .cart-actions, .white-container.disabled-box .cart-sum {
	display: none;
}

.cart-box .cart-item .image {
	width: 180px;
	padding: 15px 0px;
}

.cart-box .cart-item .image img {
	width: 100%;
}

.cart-box .cart-item .title {
	width: 380px;
	padding: 15px 20px;
	position: relative;
}

.cart-box .cart-item .title span {
	font-weight: 700;
	font-size: 15px;
}

.cart-box .cart-item .title .remove {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.cart-box .cart-item .title .remove i {
	color: #e71e31;
}

.cart-box .cart-item .price-once, .cart-box .cart-item .count, .cart-box .cart-item .price-full {
	vertical-align: middle;
}

.cart-box .cart-item .price-once, .cart-box .cart-item .price-full, .cart-box .cart-sum .price {
	color: #00a651;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
}

.cart-box .cart-item .count input {
	width: 40px;
	text-align: center;
	margin: 0px auto;
}

.cart-box .cart-item .price-full {
	width: 120px;
}

.cart-box .cart-sum .text {
	font-size: 15px;
}

.cart-box .cart-sum .text, .cart-box .cart-sum .price {
	padding: 15px 0px;
	text-align: center;
	vertical-align: middle;
}

.cart-box .cart-actions td {
	padding: 15px 0px 0px;
}

.cart-box .cart-actions a {
	margin: 0px;
}

.cart-order .order-price span {
	display: block;
	text-align: right;
	font-weight: 700;
	color: #959595;
	padding: 0px;
	line-height: 30px;
	padding-right: 15px;
	font-size: 15px;
}

.cart-order table.table tbody td {
	padding: 20px 0px;
}

.cart-order .tlabel {
	color: #959595;
	font-size: 16px;
	width: 220px;
}

.cart-order .select-list {
	width: 250px;
	line-height: 30px;
	padding: 0px;
}

.cart-order .select-list input {
	margin: 0px;
}

.cart-order .select-list label {
	display: inline;
}

.cart-order .price-result {
	font-size: 17px;
	width: 200px;
	text-align: center;
}

.cart-order .price-result span {
	color: #00a651;
	font-weight: 700;
	margin-left: 10px;
}

.adress-list .adress-table .list-item {
	padding: 10px;
	width: 220px;
	position: relative;
}

.adress-list .adress-table .list-item .checked-icon {
	display: none;
}

.adress-list .adress-table .list-item.checked {
	padding-left: 35px;
	background-color: #e8f6f0;
}

.adress-list .adress-table .list-item.checked .checked-icon {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #00a651;
}

.adress-list .list-item:hover {
	cursor: pointer;
	background-color: #f5f5f5;
}

.adress-list .adress-table .list-create {
	text-align: center;
	color: #1faa70;
	font-weight: 700;
	padding: 10px 20px;
}

@-moz-document url-prefix() { 
  #panel .cart_action .currency button.dropdown-toggle {
  	padding-right: 30px;
  }

  #panel .cart_action .currency button.dropdown-toggle .caret {
  	top: 15px;
  	display: block;
  	right: 15px;
  }
}

.panel-wrapper {
	padding: 0px 30px;
}

.panel-wrapper .panel-name h3 {
	font-weight: 400;
	font-size: 28px;
}

#content > div > div > div.separate > div.center.page > div.body > div > iframe
{ height: 650px!important; }

#footer .logo img {
    max-width: 220px;
}