﻿/*Тело сайта*/
@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {

Body{
	font-family: Arial;
	font-style: normal;
	font-size: 14px;
}
/*Шапка*/
.hB{
	margin: 0px auto;
	width: 320px;
}
.hB #logo{
	margin: 0px 0px 0px 7px; 
	position: absolute;
	top:7px;		
}
.hB .links{
	margin: 8px 0 0;
}
.hB .links div{
	float:right;
    margin: 0 7px 0 0;
}
.hB .links div a{
	color: #979797;
    display: block;
    font-size: 14px;
    margin: 0 0 17px;
    text-align: right;
    text-decoration: none;
}
.hB .links div a:hover, .hB .links div a.active{
	color: #3d3d3d;
}
.course-box {
    display: none;
    left: 226px;
    position: absolute;
    top: 40px;
}

    .skiptranslate{

        display: none!important;
    }
    .translated-ltr body{
        top: 0px!important;
    }
    #header .google_language a {
        font-size: 30px;
        text-decoration: none;
        color: #8cbe4f;
    }
    .google_language .language__img {
        opacity: 1;
        font-weight: 700;

    }
    .google_language .language__img:hover{
        cursor: unset;
        opacity: 1;
        font-weight: 700;


    }
    .google_language .language__img.language__img_active {
        cursor: pointer;
        opacity: 0.5;
        font-weight: 400;

    }
    .google_language .language__img.language__img_active:hover {
        cursor: pointer;
        opacity: 1;
        font-weight: 700;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
Body{
	font-size: 16px;
}
.hB{
	margin: 0px auto;
	width: 640px;
}
.hB .links{
	margin: 14px 0 0;
}
.hB .links div{
    margin: 0 14px 0 0;
}
.hB .links div a{
    margin: 0 0 17px;
}
}
@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
/*Корзина*/
.hB #cart {
    float: left;
    margin: 44px 0 14px;
    width: 140px;
 
}
.hB #cart .heading {
}
.hB #cart .heading a {
    color: #979797;
    text-decoration: none;
	cursor: pointer;
}
.hB #cart .heading #cart-total {
  	background-position: 230px 50px;
  	display: block;
  	height: 64px;
 	padding: 12px 0 0 58px;
  	position: relative;  
}
.hB #cart .heading #cart-total b {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #689622;
    border-radius: 50%;
    bottom: -9px;
    height: 25px;
    left: 35px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 25px;
    z-index: 3;
}
.hB #cart .heading #cart-total em {
  	font-size: 14px;
    margin: 0px;
    position: relative;
    top: 33px;
}
.hB #cart .heading #cart-total:after {
  content: '';
  background: url("../image/paket_desktop.png") 0 0 no-repeat;
  height: 64px;
  width: 46px;
  position: absolute;
  left: 8px;
  top: 10px;
}
body .hB #cart .content{
	background: #FFF;
	border: 1px solid #3d3d3d;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	clear: both;
	display: none;
	margin: 10px 0 0;
	position: absolute;
	padding: 8px;
	min-height: 150px;
	min-width: 265px;
	z-index: 100;
}
.hB #cart .content .checkout{
  text-align: center;
  margin: 0 -10px;
  padding: 10px 0 4px;
  border-top: 1px solid #ccc;
}
.hB #cart .content .checkout a{
  color: #979797;
  font-size: 16px;
  text-transform: uppercase;
}
.hB #cart .content .checkout a:hover{
	color:#3d3d3d;
}
.hT #cart .heading div {
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 3px;
}
.hT #cart.active .content {
    display: block;
}
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
.hB #cart {
    width: 210px;
}
.hB #cart .heading {
	padding: 0 0 0 4px;
}
.hB #cart .heading #cart-total em {
  	font-size: 16px;
    margin: 0 0 0 30px;
    position: relative;
    top: 33px;
}
.hB #cart .heading #cart-total b {
    height: 30px;
    line-height: 29px;
    width: 30px;
}
}
@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
/*Конец Корзина*/

.hB #header .callBackBox {
    float: left;
    height: 100px;
    margin: 21px 0 0 7px;
}
.hB #header .callBackBox .callBack {
	color: #3d3d3d;
    cursor: pointer;
    text-decoration: none;
}
.hB #header .callBackBox .callBack:after {
	background:url("../image/fone_desktop.png") no-repeat scroll 0 0;
    content: "";
    height: 63px;
    margin: -44px 0 0;
    position: absolute;
	opacity: 0.8;
    width: 63px;
}
.hB #header .callBackBox .callBack span {
	color: #979797;
 	display: block;
    margin: 0 0 0 70px;
}
.hB #header .callBackBox .callBack:hover span {
	color: #3d3d3d; 
}
.hB #header .callBackBox .callBackText {
    color: #979797;
    font-size: 10px;
    margin: 21px 0 0;
    text-align: center;
}

.phone{
    bottom: 23px;
    clear: both;
    color: #979797;
    font-size: 16px;
    position: relative;
    text-align: left;
}
.phone .textP{
    display: inline-block;
    float: left;
    line-height: 24px;
    margin: 20px 21px 0 28px;
}
.phone p{
    font-size: 18px;
    margin: 0 0 14px;	
}
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
.hB #header .callBackBox {
    clear: left;
    height: 100px;
    margin: 14px 40px 0px 14px;
    position: relative;
    z-index: 1;
}
.hB #header .callBackBox .callBackText {
    font-size: 12px;
	margin: 28px 0 0;
}
.phone{
    font-size: 18px;
    text-align: center;
}
.phone{
    bottom: 0px;
    clear: none;
    font-size: 18px;
    margin: 0 200px;
    text-align: center;
}
.phone .textP{
    display: block;
    float: none;
    line-height: 30px;
    margin: 14px 0;
    padding: 14px 0 0;
}
.phone p{
    font-size: 20px;
    margin: 0 0 28px;	
}
}
@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
/*Обратный звонок*/
.alertW form {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #3d3d3d;
    display: block;
    margin: 50px 2px;
    padding: 10px 0px 0px 4px;
    position: absolute;
    width: 310px;
    z-index: 1500
}
.alertW form #contactSubmit{
    background: #8cbe4f none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 32px;
    vertical-align: top;
}
.alertW form #contactSubmit:hover{
    opacity: 0.8;
}
.cntW .title {
  text-align: left;
}
.cntW p+p {
  margin-top: 15px;
}
.cPW {
  overflow: auto;
  max-height: 400px;
}
.alertW.cb form {
  width: 323px;
}
.alertW div.input {
  margin: 0 0 14px;
}
.alertW div.input label {
    color: #979797;
    display: block;
    margin: 3px 0;
}
.alertW div.input .error {
  border: 1px #F00 dashed;
}
.alertW div.input input[type="text"],
.alertW div.input textarea {
  width: 270px;
  padding: 5px 10px !important;
}
.alertW div.input input[type="submit"] {
  width: auto !important;
}
.alertW div.input textarea {
  height: 80px;
}
.alertW .title {
    border-bottom: 1px solid #81c300;
    color: #979797;
    display: block;
    font-size: 21px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    padding-top: 5px;
    text-align: center;
}
.tc {
  text-align: center;
}
#closeCForm {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: url('../image/closeCB.png') scroll 0 0 no-repeat transparent;
}
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
.alertW form {
    margin: 50px 25%;
    padding: 10px 15px;
}	
.alertW div.input input[type="text"],
.alertW div.input textarea {
  width: 300px;
}
}
@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
/*Конец Обратный звонок*/

/*Поиск*/
.hB #header #search {
    margin: 324px 0 0 82px;
    position: absolute;
}
.hB #header #search .search-primer {
}
.hB #header #search .search-primer b {
  color: #e48825;
  font-size: 12px;
}
.hB #header #search .search-primer a {
  color: #ccc;
  font-size: 12px;
  text-decoration: underline;
}
.hB #header #search .search-primer a:hover {
  text-decoration: none;
}
.hB #header #search input {
	color: #979797;
	border: 1px solid #3d3d3d;
	height: 32px;
	padding: 0 10px;
	width: 210px;
	border-radius: 5px;
}
.hB #header #search .button-search {
	background: url("../image/found.png") no-repeat;
	cursor: pointer;
    height: 26px;
	margin: 4px 0 0 195px;
  	opacity: 0.8;
    position: absolute;
    width: 27px;
}
.hB #header #search .button-search:hover {
  opacity: 1;
}
a.ac {
    display: inline-block;
    width: 274px;
    height: 82px;
    position: absolute;
    right: 0;
    background: url('../image/akciya.png') scroll 0 0 no-repeat transparent;
    top: 65px;
    cursor: default;
}
#header #welcome {
    position: absolute;
    top: 47px;
    right: 0px;
    z-index: 5;
    width: 298px;
    text-align: right;
    color: #999999;
}
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
.hB #header #search {
    margin: 248px 0 0 99px;
}
.hB #header #search input {
	width: 510px;
}
.hB #header #search .button-search {
	margin: 4px 0 0 495px;
}	
}
/*Конец Поиск*/

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
/*Меню категория*/
.menuW {
  	background: #252525;
    left: 0;
	min-height: 100%;
    position: fixed;
    top: 0;
	transition: left 0.3s ease, box-shadow 0.3s ease 0.2s;
	width: 300px;
	z-index: 9999999;
  	-webkit-transition: left 0.3s ease, -webkit-box-shadow 0.3s ease 0.2s;
}
.menuW.closed {
	left: -300px;
	-webkit-box-shadow: 0 0 0 #1abc9c;
	box-shadow: 0 0 0 #1abc9c;
}

/* menu */
#header #trigger{
	background: url('../image/menu_open.png') no-repeat;
    clear: left;
	cursor: pointer;
	height: 36px;
	margin: 0 21px 21px 7px;
	opacity: 0.8;
	position: relative;
    top: -15px;
    width: 56px;
}
#header #trigger:active{
	opacity: 1;
}
.menuW #close {
	background: url('../image/arrow_closs.png') no-repeat;
    color: #ccc;
	cursor: pointer;
    float: right;
    height: 32px;
	margin: 14px;
    text-align: right;
    width: 32px;
}
#menu>ul>li.parent>a>span {
    position: relative;
}
#menu>ul>li>div {
    display: none !important;
}
.hB #header .menuW #menu > ul > li {
    color: #979797;
}
.hB #header .menuW #menu > ul > li > a {
  color: #7b7b7b;
  font-size: 14px;
  padding: 0 14px;
  text-decoration:none;
}
.hB #header .menuW #menu > ul > li > a span {
  line-height: 40px;
  text-transform:uppercase;
}
.hB #header .menuW #menu > ul > li:hover {
	background: #000;
}
.hB #header .menuW #menu > ul > li:hover > a {
  color: #fff;
  background: none;
}
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
#header #trigger{
	margin: 0 21px 21px 14px;
    top: 14px;
}
.hB #header .menuW #menu > ul > li > a {
  font-size: 16px;
  padding: 0 20px;
}
.menuW {
	width: 400px;
}
.menuW.closed {
	left: -400px;
}	
}
/*Конец Меню категория*/
/*Конец Шапка*/
@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
/*Текст в подкатегориях*/
#content h2, #content h3{
	color: #979797;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
#content p{
    color: #979797;
    font-size: 14px !important;
    line-height: 18px;
    margin: 0 0 7px !important;
}
#content > ul li{
	color: #979797;
	line-height: 18px;
	margin: 0 0 7px 14px;
	list-style-type: disc;	
    width: 92px !important;
}
/*Конец Текст впод категориях*/

.ov-section{
	background: #f5f5f5;
	border-bottom: 1px solid #979797;
	border-top: 1px solid #979797;
    overflow: hidden;
	width: 100%;
}
#container{
	margin: 0px auto;
	width: 320px;
}
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
#content p{
    font-size: 16px !important;
}
#container{
	width: 640px;
}	
}
@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
/*Слайдер*/
.sliderW:not(.ac), .slideshow{
    display: none;
}
/*Конец Слайдер*/

/*Поиск по авто*/
.autoF {
    position: relative;
    z-index: 6;
    margin: 7px -9999px 21px;
    padding: 0 9999px;
    text-align: center;
}
.autoF #preloader{
    display: none !important;
}
.autoF .selectW .b-core-ui-select{
    border: 1px solid #3d3d3d;
    border-radius: 5px;
    box-sizing: border-box;
    height: 29px;
    margin: 0 auto 14px;
    padding: 3px 19px 3px 7px;
    width: 100px;
}
.autoF .selectW .b-core-ui-select__dropdown.show{
    width: 200px !important;
    border:1px solid #3d3d3d;
    border-radius: 5px;
}
.autoF .title {
    color: #3d3d3d;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
    margin: 0 0 7px;
    text-align: center;
    text-transform: uppercase;
}
#goCarButton{
    background: #8CBE4F;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    top: 7px;
    width: 120px;
}
#goCarButton:hover{
    background-position: 0 -65px;
}
.autoF .button {
    position: relative;
}
a.button {
    text-decoration: none;
}
a,a:visited,a b {
    cursor: pointer;
}

.autoF .selectW {
    display: inline-block;
    vertical-align: top;
    width: 310px;
    text-align: left;
}
.autoF .title span {
    display: block;
    font-size: 15px;
}
/*Механизм*/
.b-core-ui-select {
    position: relative;
    font-size: 12px;
    line-height: 21px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    background: url('../image/select.png') repeat-x scroll 0 0 #fff;
}
.product-filter .b-core-ui-select{
	border-color:#fff;
}
.product-filter .sort .b-core-ui-select{
	width: 160px;
	 padding: 3px 10px 3px 5px;
}
.product-filter  .b-core-ui-select__value{
	padding-right: 10px;
}
.b-core-ui-select__select {
    position: static;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
}

.b-core-ui-select__value {
    color: #979797;
    display: block;
    font-size: 12px;
    overflow: hidden;
    padding-right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sort .b-core-ui-select{
	width: 120px;
}
.b-core-ui-select__select_state_hide {
    height: 1px !important;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 1px !important;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    filter: alpha(opacity = 0);
}
.b-core-ui-select:HOVER {
}
.b-core-ui-select.focus {
    
}
.b-core-ui-select.open {
}
.b-core-ui-select.disabled,
.b-core-ui-select.disabled:ACTIVE{
    opacity: .5;
}
.b-core-ui-select__button {
    position: absolute;
    right: -5px;
    display: block;
	top: 0;
    width: 30px;
	height: 29px;
    background: url("../image/selB2.png") no-repeat 50% 50%;
}
.b-core-ui-select__dropdown {
    display: none;
    position: absolute;
    top: 0;
    color: #4c4c4c;
    background-color: #fff;
    margin-top: -1px;
    padding: 5px;
    max-height: 200px;
    font-size: 12px;
    border:1px solid  #626262;
    margin: 0 !important;
    overflow-y: auto;
}
.b-core-ui-select__dropdown__item:hover{
	color: #5e9425;
}
.clear_filter:hover{
	border: none;
}
.b-core-ui-select__dropdown ul{
	padding: 0;
}
.b-core-ui-select__dropdown.hide {
    display: none;
}

.b-core-ui-select__dropdown.show {
    display: block;
}

.b-core-ui-select__dropdown__wrap {
	outline: none;
	background-color: #fff;
}


.j-scroll-pane .b-core-ui-select__dropdown__item {
    margin-right: 20px;
}

.b-core-ui-select__dropdown__list {
    overflow: hidden;
    margin: 0!important;
}

#container .b-core-ui-select__dropdown__item {
    padding: 2px 5px;
    min-height: 18px;
    list-style-type: none;
    margin: 0;
    cursor: pointer;
    color: #4c4c4c;
  font-size: 14px;
}


.b-core-ui-select__dropdown__label {
    padding: 10px;
    min-height: 18px;
    font-style: italic;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}

.b-core-ui-select__dropdown__item.disabled,
.b-core-ui-select__dropdown__item.disabled:HOVER {
    color: #ccc;
    background: none;
}

.b-core-ui-select__dropdown__item.selected,
.b-core-ui-select__dropdown__item.selected:HOVER {
    color: #5e9425;
    
}

.b-core-ui-select__dropdown__item:HOVER {
}
}
/*Конец Механизм*/
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
.autoF {
    margin: 14px -9999px 42px;
}
.autoF .title {
    font-size: 18px;
    margin: 0 0 14px;
    text-align: left;
    padding: 0 0 0 200px;
}
.autoF .selectW .b-core-ui-select{
    border: 1px solid #3d3d3d;
    border-radius: 5px;
    box-sizing: border-box;
    height: 29px;
    margin: 0 7px 0px 0px;
    padding: 3px 25px 3px 15px;
    width: 154px;
}
#goCarButton{
    top: 40px;
}
.autoF .selectW {
    width: 497px;
}
.b-core-ui-select {
    display: inline-block;
}
.b-core-ui-select__value {
    padding-right: 25px;
    font-size: 14px;
}
.b-core-ui-select__button {
    right: -1px;
}	
}
/*Конец Поиск по авто*/

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
/*Категории в боксе*/
.cateOnMain .box-category{
	padding: 0 1px 0px 7px;
}
.cateOnMain .box-category .category{
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    margin: 7px 7px 7px 0px;
    padding: 5px 0 5px 14px;
    width: auto;
}
.cateOnMain .box-category .category:active{
	background:#fff;
}
.cateOnMain .box-category .category a{
	color: #979797;
    text-align: center;
    text-decoration: none;
}
.cateOnMain .box-category .category a:hover{
	color: #3d3d3d;
}
.main .cateOnMain .box-category .category a img{
	display: none;
}
.cateOnMain .box-category .category a span{
    display: block;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    text-transform: uppercase;
	padding: 0;
}
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
.main .cateOnMain .box-category .category a img{
	display: block;
  	margin: 3px 0 0 3px;
}
.cateOnMain .box-category .category{
    display: inline-table;
    height: 233px;
    margin: 0 6px 6px 0;
    padding: 0px;
    width: 199px;
}
.cateOnMain .box-category .category a span{
    text-align: center;
}	
}
/*Конец Категории в боксе*/

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
/*Текст*/
.box-html{
	border-left: 1px solid #fff;
	margin: 14px 7px;
	padding: 0 0 0 7px;
	-webkit-box-shadow: -1px 0px #8CBE4F;
	box-shadow: -1px 0px #8CBE4F;
}
.box-html p{
    color: #979797 !important;
    line-height: 20px;
}
.box-html p span{
	font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}
/*Конец Текст*/

/*Карусель*/
#carousel0{
    display: none;
}
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
#carousel0{
    display: block;
}
.main .jcarousel-skin-opencart .jcarousel-item img {
    border: 1px solid #8CBE4F;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    width: 92px;
}
.jcarousel-skin-opencart .jcarousel-container {
	margin: 14px 7px;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-opencart .jcarousel-container-horizontal {
	padding: 0px 43px;
}
.jcarousel-skin-opencart .jcarousel-clip {
	overflow: hidden;
	width: 100%;
}
.jcarousel-skin-opencart .jcarousel-clip-horizontal {
}
.jcarousel-skin-opencart .jcarousel-item {
	text-align: center;
}
.jcarousel-skin-opencart .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 10px;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}
.jcarousel-skin-opencart .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-opencart .jcarousel-next-horizontal {
	position: absolute;
	top: 30%;
	right: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url('../image/button-next.png') center no-repeat;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background: url('../image/button-previous.png') center no-repeat;
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:hover, .jcarousel-skin-opencart .jcarousel-next-horizontal:focus {
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:active {
}
.jcarousel-skin-opencart .jcarousel-next-disabled-horizontal, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background: none;
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal {
	position: absolute;
	top: 30%;
	left: 0px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url('../image/button-previous.png') center no-repeat;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 0px;
	background: url('../image/button-next.png') center no-repeat;
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal:hover, .jcarousel-skin-opencart .jcarousel-prev-horizontal:focus {
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal:active {
}
.jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background: none;
}
}
/*Конец Карусель*/

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
/*Подвал*/
.footer{
	background: url(../image/footer_wall.png);
}
.footer .footerTop{
	margin: 0px auto;
	width: 320px;
    border-bottom: 2px solid #8cbe4f;
    height: 342px;
    padding: 14px 0px;
}
.footer .item-2{
	float: left;
}
.footer .item-3{
	float: right;	
}
.footer .footerTop .main .item-1 .title{
    color: #979797;
    display: block;
}
.footer .footerTop .main .item-1 .NameSite{
    color: #8cbe4f;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 14px 0;
}
.footer .footerTop .main .item-1 .Grafic{
    color: #979797;
    font-size: 18px;
}
.footer .footerTop .main .item-1 .Grafic span{
	display: block;
    margin: 14px 0 28px;
}
.footer .footerTop .main .item-1 .home-bread li{
    color: #979797;
    display: inline-block;
    font-size: 14px;
}
.footer .footerTop .main .item-1 .home-bread li a{
    color: #979797;
}
.footer .footerTop .main .item-1{
	margin: 0 0 14px 7px;
}
.footer .footerTop .main [typeof="v:Review-aggregate"]{
	display: none;
}
.footer .footerTop .main .item-2 img{
    display: block;
    margin: 0px 0px 14px 7px;
    width: 140px;
}
.footer .footerTop .main .item-3 span, .footer .footerTop .main .item-4 .title, .footer .footerTop .main .item-4 #soc{
	display: none;
}
.footer .footerTop .main .item-3 ul li{
    margin: 0 7px 10px 0px;
    text-align: right;
}
.footer .footerTop .main .item-3 ul li a{
	color: #979797;
	text-decoration:none;
}
.footer .footerTop .main .item-3 ul li a:hover, .footer .footerTop .main .item-3 ul li a.active, .footer .footerBottom .FMenu ul li a:hover, .footer .footerBottom .FMenu ul li a.active{
	color: #3d3d3d;
}
.footer .footerTop .main .item-4{
    clear: both;
    float: right;
	margin: -10px 14px 0;
}

.footer .footerTop .main .item-4 .powered{
	display: none;
}
.footer .footerBottom{
	margin: 0px auto;
	width: 320px;
}
.footer .footerBottom .FMenu ul li{
    display: inline-block;
    margin: 7px 7px 7px 14px;
}
.footer .footerBottom .FMenu ul li a{
	color: #979797;
}
.footer .footerBottom .copy{
	display: block;
	color: #979797;
    margin: 3px 7px 0px;
    padding: 1px 0 7px;
    text-align: right;
	
}
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
.footer .footerTop{
	width: 640px;
    border-bottom: 3px solid #8cbe4f;
    height: 200px;
    padding: 14px 0px;
}
.footer .footerTop .main .item-1{
	margin: 0 0 0 7px;
}	
.footer .item-1, .footer .item-2, .footer .item-3{
	float: left;
}
.footer .footerTop .main .item-2 img{
    margin: 0 14px 14px;
    width: 147px;
}
.footer .footerTop .main .item-3 ul li{
    margin: 0 0 10px;
}
.footer .footerBottom{
	margin: 0px auto;
	width: 640px;
}
.footer .footerBottom .copy{
	display: inline-block;
    float: right;
	color: #979797;
    margin: -52px 14px 0;
	padding: 0px;
	
}
}
/*Конец Подвал*/

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
/*Левая колонка*/
.clear_filter {
    border-bottom: 1px dashed;
    color: #979797;
    float: right;
    position: relative;
    text-decoration: none;
	z-index: 1;
}
#container .clear_filter:hover{
	border-bottom: 1px solid;
	color:#3d3d3d;
}
#container #column-left {
    margin: 14px 7px;
	display: table-footer-group;
}
#container #column-left .box .box-heading {
    box-sizing: border-box;
    color: #333;
    display: block;
    float: right;
    font-size: 18px;
    margin: 0 0 14px 7px;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
    width: 280px;
}
#container #column-left .box .box-content {
    margin: 0 0 0 3px;
    padding: 0;
    width: 290px;
}
#container #column-left .box .box-content .box-category > ul {
  max-height: 510px;
  overflow: auto;
  list-style: none;
  padding: 0 15px;
  margin: 0;
}
#container #column-left .box .box-content .box-category > ul > li.parent > a:before {
  content: "\f107";
  font: normal normal normal 16px/1 FontAwesome;
  display: inline-block;
  width: 14px;
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -8px;
}
#container #column-left .box .box-content .box-category > ul > li.parent > a:hover {
  text-decoration: none;
  border-bottom: 1px dashed #5E9425;
}
#container #column-left .box .box-content .box-category > ul > li.parent > ul {
  list-style: none;
  padding: 0;
  margin: 4px 0 8px;
  display: none;
}
#container #column-left .box .box-content .box-category > ul > li.parent > ul > li {
  padding: 0 4px 4px;
  margin-left: 26px;
  position: relative;
}
#container #column-left .box .box-content .box-category > ul > li.parent > ul > li:after {
  content: '';
  position: absolute;
  left: -18px;
  width: 10px;
  height: 1px;
  background: #333;
  top: 10px;
  display: block;
}
#container #column-left .box .box-content .box-category > ul > li.parent > ul > li > a {
  color: #333;
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
}
#container #column-left .box .box-content .box-category > ul > li.parent > ul > li > a:hover {
  text-decoration: none;
}
#container #column-left .box .box-content .box-category > ul > li > a {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  margin-left: 16px;
  position: relative;
}
#container #column-left .box .box-content .box-category > ul > li > a:hover {
  color: #5E9425;
  text-decoration: underline;
}
#container #column-left .box.fp{
    width: 300px;
}
#container #column-left .box.fp .price_slider > label {
    color: #979797;
    display: block;
    font-size: 16px;
	font-weight: bold;
    position: relative;
}
#container #column-left .box.fp .option_box {
  display: block;
  width: 100%;
}
#container #column-left .box.fp .option_box .option_name {
    border-bottom: 1px solid #f1f1f1;
    box-sizing: border-box;
    color: #979797;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 7px;
    padding: 0 0 0 32px;
    position: relative;
}
#container #column-left .box.fp .option_box .option_name:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: -2px;
  background: url("../image/filterDrop.png") 0 0 no-repeat;
  width: 23px;
  height: 23px;
}
.option_box tbody label{
	color: #979797;
    line-height: 24px;
}
#container #column-left .box.fp .option_box .option_name.hided:before {
  background-position: -23px 0;
}
#column-left + #content {
    clear: both;
    margin: 14px 7px;
	display: table-header-group;
}
#content p img{	
    height: 220px !important;    
	width: 250px !important;
}
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
#content p img{	
    height: 490px !important;    
	width: 550px !important;
}
}

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
/*Фильтр*/
#filterpro{
	margin: 0px 0px 21px;
}
#filterpro .option_box {
    display: inline-block;
    vertical-align: top;
    margin-top: 32px;
}

#filterpro .price_limit {
    border: 0;
    color: #000;
    width: 64px;
    height: 26px;
    line-height: 26px;
    font-size:14px;
    text-align: center;
	border:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

label[for="min_price"]{
	color:#49751d;
	font-size: 20px;
}
#slider-range{
    background: #cbefa0 !important;
    border: none;
    position: relative;
    border-radius: 4px;
    margin: 25px 8px 0;
}
.ui-widget-content{
	background-color: #fff;
}
#filterpro .ui-widget-header {
    background: #63902c none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    font-weight: bold;
}
.fp .box-content{
	padding: 10px 0;
}
#filterpro select {
    width: 126px;
}

#filterpro .ui-state-hover, #filterpro .ui-state-focus, #filterpro .ui-state-active {
    border: 1px solid #38B0E3;
    background: none repeat scroll 0 0 #d9f2fc;
}

#filterpro .price_slider td{
	text-align: center;
	font-size: 14px;
}
#filterpro .price_slider td:first-child{
    
}
#filterpro .price_slider td span{
    background: #8cbe4f none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 0 0 0 1px;
    text-transform: uppercase;
    width: 53px;
}
#filterpro .price_slider table{
	width: 100%;
	margin: 0 0 0 -7px;
}
#filterpro .option_values {
}
.collapsible td label:hover{
  font-size: 14px;
  color: rgb( 73, 117, 29 );
  text-decoration: underline;
}
/*Конец Фильтр*/
/* checkbox */
.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: url("../image/bg-check.png") no-repeat;
	margin: 0 3px 0 0;
	height: 20px;
	width: 22px;
}
.jcf-checkbox.jcf-checked{
    background: url("../image/bg-check.png") no-repeat 0 -20px;
}
.jcf-checkbox span{
    display: none;
    height: 4px;
    left: 50%;
    margin: -7px 0 0 -6px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    width: 8px;
}
:root .jcf-checkbox span {margin:-4px 0 0 -5px;}
.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}
.jcf-checkbox.jcf-checked span{display:block;}

/*Обратный звонок не нашол товар*/
.callback-section{
	background:url(../image/smile.png) no-repeat left top;
    color: #979797;
    line-height: 20px;
    margin: 0 0 28px;
    width: 289px;
}
.callback-section .title{
    color: #979797;
    display: block;
    font-weight: bold;
    line-height: 32px;
    margin: 0 0 0 45px;
    position: relative;
}
.callback-section img{
	display: none;
}
.callback-section p{
    font-weight: bold;
    margin: 11px 0 10px 45px;
}
.callback-section fieldset{
}
.callback-section input[type="text"]{
    border: medium none;
    color: #818181;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 0 0 13px 38px;
    padding: 2px 15px !important;
    width: 210px;
}
.callback-section input[type="submit"]{
    background: #8cbe4f none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    margin: 0 0 0 152px;
    vertical-align: top;
    width: 125px;
}
.callback-section input[type="submit"]:hover{
    opacity: 0.8;
    border:0;
}
}
/*Конец Обратный звонок не нашол товар*/
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
#container #column-left .box.fp{
    float: right;
}
#container #column-left .box .box-content {
    clear: right;
    float: right;
    margin: 0 0 0 7px;
    width: 280px;
}
.callback-section{
    float: left;
}	
}
/*Конец Левая колонка*/

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
.breadcrumb {
    margin-top: 12px;
    margin-bottom: 10px;
    position: relative; 
}

.breadcrumb+h1 {
  color: #979797;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  padding: 14px 0 6px 7px;
  border-bottom: 1px solid #979797;
  margin-bottom: 15px;
}


.breadcrumb a {
    color: #979797;
    line-height:20px;
}
.breadcrumb a:hover {
    color: #3d3d3d;
}

.breadcrumb a:last-child {
    text-decoration: none;
    color: #3d3d3d;
    pointer-events:none;
}
.category-info{
	border-left: 1px solid #fff;
	margin: 0 0 21px;
	padding: 0 0 0 7px;
	-webkit-box-shadow: -1px 0px #8CBE4F;
	box-shadow: -1px 0px #8CBE4F;
}
#container .category-info p{
    color: #979797;
    line-height: 18px;
    margin: 0 0 7px !important;
}
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
.breadcrumb a {
    color: #979797;
    line-height: 14px;
}
.breadcrumb+h1 {
  font-size: 18px;
  padding: 21px 0 6px 7px;
}	
}

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
/*фильтр продукта*/
.product-filter {
  position: relative;
  margin: 0 0 40px;
}
.product-filter .ovSort {
  height: 36px;
}
.product-filter .ovSort:after {
  content: '';
  display: block;
  clear: both;
}
.product-filter #product_preloader {
  right: 0;
  top: 0;
  position: absolute;
}
.product-filter h1 {
  color: #333;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  padding: 0 0 6px;
  border-bottom: 1px solid #333;
}
.product-filter .limit b,
.product-filter .sort b {
  color: #979797;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  margin: 0 6px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.product-filter .limit {
  float: left;
  margin: 0 20px 0 0;
}
.product-filter .sort {
 	float: left;
    margin: 7px 0;
}
.product-filter .b-core-ui-select {
  vertical-align: middle;
  border-radius: 4px;
  padding: 3px 15px 3px 5px;
}
.product-filter .display {
    display: none;
}
.product-filter .display span {
  border-radius: 4px;
  padding: 16px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
.product-filter .display span.active {
  background: #ebebeb;
  border-radius: 4px;
}
.product-filter .display span.lV:before {
  content: "\f00a";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -7px;
}
.product-filter .display span.gV:before {
  content: "\f00b";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -7px;
}
.lV,.gV {
    display: inline-block;
    height: 11px;
    margin-left: 10px;
    cursor: pointer;
}

.lV:hover,.gV:hover,.lV.active,.gV.active {
    background-color: #6aa636;
}

.lV {
    background: url('../image/list.png') no-repeat scroll 0 0;
    width: 13px;
    background-color: #aaa18f;
}

.gV {
    background: url('../image/grid.png') no-repeat scroll 0 0;
    width: 11px;
    background-color: #aaa18f;
}
/*Конец Фильтр продукта*/

.FourImg{
    display: none;
}
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
.FourImg{
    display: block;
    margin: 0 30px 14px 0;
}
.product-filter .display {
    display: block;
    float: right;
}
.product-filter {
  margin: 0 0 30px;
}
.product-filter .sort {
	float: left;
    margin: 0px;
}
}

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
/*Продукция блоками*/
.box-product{
	
}
.box-product div{
    display: block;
}
.box-product .last{
    width: auto !important;	
}
.box-product .productOvh{
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: 7px 0px;
}
.box-product .productOvh.active{
    background: #fff;
}
.box-product .productOvh .image{
    float: left;
    margin: 3px 7px 3px 3px;
}
.box-product .productOvh .image img{
    width: 100px;
}
.box-product .productOvh .textW{
    margin: 0 9px;
}
.box-product .productOvh .textW .name{
    display: block;
    font-weight: bold;
	height: auto;
    margin: 0 0 7px;
}
.box-product .productOvh .textW .name a{

}
.box-product > div .textW .rew:after{
    content:'';
    position: absolute;
    top: 4px;
    left: -18px;
    background: url("../image/ico-rew.png") no-repeat;
    width: 10px;
    height: 10px;
}
.box-product > div .textW .rew{
    line-height: 13px;
    margin: 0 0 0 18px;
    position: relative;
}
.productOvh .textW a{
	color: #979797;
    text-decoration: none;
}
.productOvh .textW a:hover{
	text-decoration: underline;
}
.box-product > div .textW .price{
    color: #979797;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 14px 0;
    text-align: right;
}
.box-product > div .textW .manufacturer{
    color: #979797;
    display: block;
}
.box-product > div .textW rating{
	
}
.box-product .productOvh .cart{
    display: block;
    margin: 0 0 27px;
    text-align: right;
}
.box-product .productOvh .cart .button{
    background: #8cbe4f;
    color: #fff;
    font-weight: bold;
    margin: 0 9px;
    padding: 7px 14px;
    text-align: right;
}
.box-product .productOvh .cart .button:hover, .product-list .right .cart .button:hover, .pagination .links a:hover{
	opacity: 0.8;
}
.product-list>div {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 0 7px;
}

.product-list .right {
    float: right;
    margin: 14px;
}
.product-list .right a{
    background: #8cbe4f none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    padding: 7px 21px;
}
.product-list .image {
    float: left;
    margin: 0px 14px 0px 7px;
}
.product-list .name {
    margin: 7px 0px;
}
.product-list .name a{
    font-size: 14px;
    line-height: 20px;
	font-weight: bold;
	color: #979797;
    text-decoration: none
}
.product-list .name a:hover{
    text-decoration: underline;
}
.product-list .price{
    color: #979797;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding: 21px 0;
}
.product-list .description {
    line-height: 15px;
    color: #979797;
    width: 667px;
    margin: 0 0 10px;
}
.product-list .manufacturer{
    color: #979797;
}
.product-list .rating {
    display: none;
}
/*Список страниц*/
.pagination {
    border-top: 1px solid #979797;
    padding-top: 25px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.pagination .links {
}

.pagination .links a {
	background: #fff;
    color: #979797;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 7px;
    display: inline-block;
    padding: 0 11px;
    text-decoration: none;
}

.pagination .links a:hover {
 	color: #fff;
	background: #8cbe4f;
}

.pagination .links b {
    background: #8cbe4f;
    border: 1px solid #7cae30;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 11px;
    text-decoration: none;
}

.pagination .results {
    color: #979797;
    float: right;
    line-height: 34px;
    padding-top: 3px;
}
}
/*Конец Список страниц*/
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
.box-product div{
    display: inline-table;
}
.box-product .productOvh .image{
    float: none;
    margin: 3px;
}
.box-product .productOvh .image img{
    width: auto;
}
.box-product .productOvh{
    height: 400px;
    margin: 0 5px 5px 0;
    width: 200px;
}
.box-product .productOvh .textW .name{
	height: 77px;
}
.box-product .productOvh .cart{
    margin: 0px;
}	
.pagination .links {
    float: left;
    height: 35px;
}
.pagination .links a {
    margin: 0px;
}
.box-product .productOvh{
    margin: 2px;
}
.box-product .productOvh .cart{
    margin: 0 0 14px;
}
.box-product .last{
    width: 191px !important;	
}
}
/*Конец Продукция блоками*/

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
/*Список категорий*/
.category{
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    cursor: pointer;
    display: block;
    margin: 7px 42px 14px 7px;
}
.category img{
    display: none;
}
.category a span{
    display: block;
    padding: 7px 0 7px 14px;
}
.category a{
    color: #979797;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.category a:hover{
	color: #3d3d3d;
}
.category.active{
	background:#fff;
}
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
.category{
    display: inline-block;
    margin: 14px 2px;
    width: 300px;
}
.category a span{
    display: block;
    padding: 14px 0 14px 21px;
}
.category a{
    font-size: 16px;
}
}
/*Конец Список категорий*/

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
#content .content{
    color: #979797;
    display: block;
    font-size: 16px;
    margin: 0 0 21px 21px;
}
#content .simplecheckout-button-block{
    margin: 0 0 42px;
    text-align: center;
}
#content .simplecheckout-button-block a{
    background: #8cbe4f none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 21px;
}
#content .simplecheckout-button-block a:hover, #feedback_submitter0:hover{
    opacity: 0.8;
}
#content #simplecheckout_form a span{
    display: inline-block;
    padding: 10px;
    width: 131px;
}

/*Обратная связь*/
#sidebar_feedback_div0 tr td{
    color: #979797;
    padding: 7px 0;
}
#sidebar_feedback_div0 tr td input, #sidebar_feedback_div0 tr td textarea{
    border: medium none;
    margin: 3px 0;
    padding: 5px 10px;
    width: 250px;
}
#feedback_submitter0{
    background: #8cbe4f;
    color: #fff;
    font-weight: bold;
    padding: 7px 14px;
}

/*Конец Обратная связь*/

/*Всплывающее окно покупки*/
.success #toCart {
    background: #8cbe4f none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 0 7px;
    padding: 7px 14px;
    position: relative;
    text-transform: uppercase;
}
.success #toCart:hover, .success #toCart:active{
	opacity: 0.8;
}
.success.itemBought{
    text-align: center;
    padding: 10px 7px 14px;
}
.success #toShop{
    background: #979797 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 7px 14px;
    text-transform: uppercase;
}
.success #toShop:hover, .success #toShop:active{
		opacity: 0.8;
}
.success #closeButton{
    cursor: pointer;
    float: right;
    margin: 0 56px 0 0;
}
.success #bProductImage{
    border:1px solid #979797;
	left: 20px;
    position: relative;
}
.section>.left {
}
.itemBought {
    position: absolute;
    background: #FFF;
    top: 50px;
    height: 300px;
    border-color: #888;
    z-index: 222222;
}

.itemBought p {
	color: #979797;
    margin: 15px 71px 28px 30px;
}
.itemBought p a{
	color:#979797;
}
.itemBought p a:hover, .itemBought p a.active{
	color:#3d3d3d;
}
.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}

.mini-cart-info td {
    color: #979797;
    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px solid #EEEEEE;

}
.mini-cart-info td a{
	color: #979797;
}
.mini-cart-info td a:hover{
	color: #3d3d3d;	
}

.mini-cart-info .image {
    width: 1px;
}

.mini-cart-info .image img {
    border: 1px solid #979797;
    text-align: left;
}

.mini-cart-info .name small {
    color: #979797;
}

.mini-cart-info .quantity {
    text-align: right;
}
.mini-cart-info td.total {
    text-align: right;
}

.mini-cart-info .remove {
    text-align: right;
}

.mini-cart-info .remove img {
    cursor: pointer;
	opacity: 0.4;
}
.mini-cart-info .remove img:hover {
	opacity: 1;	
}

.mini-cart-total {
    text-align: right;
}

.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}

.mini-cart-total td {
    color: #979797;
    padding: 4px;
}
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
.success #toCart {
    font-size: 16px;
    margin: 0 30px 0 15px;
}
.success.itemBought{
    padding: 10px 30px 30px;
}
.success #closeButton{
    cursor: pointer;
    float: right;
	margin:0px;
}
.success #toShop{
    font-size: 16px;
    margin: 0 0 0 15px;
}
.itemBought p {
    margin: 15px 0px 28px;
}
.itemBought {
    top: 250px;
    height: 250px;
}
.section>.left {
    float: left;
    width: 452px;
}	
}
/*Конец Всплывающее окно покупки*/

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
/*Подсказки в поиске*/
.ui-corner-all {
    /*width: 296px !important;*/
	background:#fff;
	border:1px solid #3d3d3d;
}
.ui-autocomplete {
	z-index: 9999 !important;
}
.ui-menu-item{
	text-align:left;
	overflow: visible !important;
	background:#fff;
}
.ui-menu-item a {
	overflow: visible !important;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px 4px;
    line-height: 1.4;
}
.ui-autocomplete .product-list .image {
    float: left;
    margin-right: 5px;	
    margin-bottom: 0;
	}
.ui-autocomplete .product-list .image img {
    height: 40px;
    border: 1px solid #E7E7E7;
    padding: 0;
	}
.ui-autocomplete .product-list .name{
    color: #979797;
    font-weight: bold;
    text-decoration: underline;
    /* height: 20px; */
    overflow: visible;    
    margin: 0;
    padding: 0;
    border: 0;
}
.ui-autocomplete .product-list{
	border: none;
}
.ui-autocomplete .product-list:hover{
	background: #F5F5F5;
	border: none;
}
.ui-autocomplete .product-list .name:hover{
    color: #3d3d3d;
}
.ui-autocomplete .product-list .price{
    color: #999;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
}
.ui-autocomplete .product-list	.price-old {
    margin-right: 2px;
  } 
.ui-autocomplete .product-list	.description,
.ui-autocomplete .product-list	.attributes {
    margin: 0;
    padding: 0;
    overflow: visible;
    clear: both;
	
  } 
/*Личный кабинет*/
#column-right{
    background: #f5f5f5;
    display: block;
    padding: 14px 7px;
    text-align: right;
}
#column-right .box-heading{
    color: #979797;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 7px;
}
#column-right .box-content{
	
}
#column-right .box-content ul li{
    margin: 0 0 7px;
}
#column-right .box-content ul li a{
	color: #979797;
}
#column-right .box-content ul li a:hover{
	color: #3d3d3d;
}
.login-content .left{
    display: inline-block;
    float: left;
    padding: 0 14px 0 7px;
    width: 350px;
}
.login-content .left .content{
    margin: 0 0 21px !important;
}
.login-content .left .content p{
    font-size: 14px;
}
.login-content .left .content .button{
    background: #8cbe4f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin: 14px 0;
    padding: 7px 14px;
}
.login-content .left .content .button:hover{
	opacity:0.8;
}
.login-content .right{
    clear: left;
    display: block;
    margin: 0 0 0 7px;
}
.login-content .right .content{
    margin: 0 0 21px !important;
}
.login-content .right .content p{
    font-size: 14px;
}
.login-content .right .content b{
    font-size: 14px;
    font-weight: bold;
}
.login-content .right .content input{
	border: none;
    margin: 7px 0;
    padding: 3px 0 3px 10px;
}
.login-content .right .content a{
    color: #979797;
    font-size: 14px;
}
.login-content .right .content a:hover{
    color: #3d3d3d;
}
.login-content .right .content .button{
    background: #8cbe4f none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 14px;
}
.login-content .right .content .button:hover{
	opacity:0.8;
}
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
#column-right{
    display: inline-block;
    float: right;
    padding: 50px 7px 0 21px;
}	
}
/*Конец Личный кабинет*/

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
/*Карточка товара*/
.productTitle h1{
    border-bottom: 1px solid #979797;
    color: #979797;
    font-size: 18px;
    font-weight: bold;
    margin: 21px 0 14px;
    padding: 0 0 7px 7px;
}
.product-info{
	
}
.product-info .section{
	
}
.product-info .section .left{
    margin: 0px;
}
.product-info .section .left .image img{
    width: 304px;
}
.product-info .section .left .jcarousel-container-horizontal{
    display: none !important;
}
.product-info .section .right{
	
}
.product-info .section .right .description{
    color: #979797;
    margin: 3px 0px;
}
.product-info .section .right span a{
	color: #979797;
}
.product-info .section .right span a:hover{
	color: #3d3d3d;
}
.product-info .section .right > span{
    color: #979797;
    display: block;
}
.product-info .section .right .itemD{
    color: #979797;
    line-height: 18px;
    padding: 14px 0;
}
.product-info .section .right h2{
}
.op-holder{
    display: inline-block;
}
.op-holder:after{
    content:'';
    display: inline-block;
    clear:both;
}
.summary-box{
    float: left;
    margin: 0 27px 0 0;
}
.summary-box label{
    height: 29px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    top: 0 !important;
}
.summary-box input[type="text"]{
    border:none;
    background: #fff;
    text-align: center;
    font-size: 15px;
    height: 29px;
    color: #525253;
    line-height: 29px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 -5px 0 -4px;
}
.summary-box label:hover img{
    margin: -29px 0 0;
}
.op-holder .options{
    float: left;
    margin: 0 0 14px;
}
.op-holder .options .b-core-ui-select {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 23px;
    line-height: 21px;
    padding: 3px 30px 3px 5px;
    position: relative;
    width: 105px;
}
.op-holder .options .b-core-ui-select__value {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 25px;
}
.op-holder .options .b-core-ui-select__button {
    position: absolute;
    display: block;
    width: 30px;
	height: 29px;
	background: url('../image/selB.png') no-repeat scroll 0 0 transparent;
}
.product-info .section .right .cart{
    float: right;
    margin: 10px 0 0;
}
.product-info .section .right .cart .price{
    color: #3d3d3d;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 43px;
}
.product-info .section .right .cart #button-cart{
    background: #8cbe4f none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 21px;
    padding: 7px 14px;
}
.product-info .section .right .cart #button-cart:hover{
	opacity:0.8;
}
.product-info .section .right .one-click{
    clear: right;
    float: right;
    margin: 42px 0;
}
.product-info .section .right .one-click form{
    display: inline-block;
    float: right;
}
.product-info .section .right .one-click form span{
    color: #979797;
    font-size: 12px;
}
.product-info .section .right .one-click #fast-order-submit{
    background: #8cbe4f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: right;
    font-weight: bold;
    margin: 14px 0 0 42px;
    padding: 7px 14px;
    text-decoration: none;
    vertical-align: top;
}
.product-info .section .right .one-click #fast-order-submit:hover{
	opacity:0.8;
}
.product-info .section .right .one-click input{
    border: medium none;
    color: #979797;
    margin: 3px 0;
    padding: 4px;
}
.garBlock{
    clear: both;
    margin: 0 0 21px;
}
.garBlock .title-section{
    border-bottom: 1px solid;
    color: #979797;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 14px;
    padding: 10px 0;
}
.intro-holder > div{
    font-size: 14px;
    line-height: 18px;
    color: #989898;
    margin: 14px 0;
}
.intro-holder > div ul{
    margin:0;
    padding:0;
    list-style:none;
}
.intro-holder > div ul li{
    position: relative;
    padding: 0 0 0 10px;
}
.intro-holder .title{
    text-transform: uppercase;
    font-size: 14px;
    color: #363636;
    display: block;
    margin: 0 0 10px;
}
.garBlock b{
    color:#175400;
    display: block;
    margin-bottom: 2px;
}
.garBlock .delivery-box{
    width: 220px;
    margin: 0 28px 14px 0;
}
.garBlock .delivery-box .title{
    background: url("../image/t-ico-1.png") no-repeat;
    padding: 2px 0 5px 53px;
}
.garBlock .payment-box .title{
    background: url("../image/t-ico-2.png") no-repeat;
    padding: 2px 0 5px 35px;
}
.garBlock .garant .title{
    background: url("../image/t-ico-3.png") no-repeat;
    padding: 2px 0 5px 27px;
}
.garBlock .work-box .title{
    background: url("../image/t-ico-4.png") no-repeat;
    padding: 2px 0 5px 32px;
}

.garBlock .special-box .title{
    background: url("../image/t-ico-5.png") no-repeat;
    padding: 2px 0 5px 32px;
}
.garBlock .client-box .title{
    background: url("../image/t-ico-6.png") no-repeat;
    padding: 0 0 5px 90px;
}
.garBlock .assort-box .title{
    background: url("../image/t-ico-7.png") no-repeat;
    padding: 2px 0 5px 42px;
}
.garBlock .pay-box .title{
    background: url("../image/t-ico-8.png") no-repeat 0 7px;
    padding: 0 0 5px 39px;
}

.reviewW{
    clear: both;
    margin: 0 0 28px;
}
.revH span {
    color: #979797;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}
.revH {
    border-bottom: 1px solid #979797;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 0 10px;
}
.intro-holder{
    overflow: hidden;
}
.revH a {
    color: #979797;
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
}
.revH a:hover {
	color:#3d3d3d;
}
.revH a b {

}
.reviewW h2{
    background: #fff none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    margin: 14px 0;
    padding: 3px 7px;
}
.reviewW h2:hover{
    background: #979797 none repeat scroll 0 0;
	color:#fff !important;
}
div.input .entry-b,
#review-form .entry-rating{
    display: block;
    float: left;
    width: 112px;
    font-size: 14px;
    color: #8e8e8e;
    font-weight: normal;
}
#review-form .entry-rating{
    width: auto !important;
    margin: 0 5px 0 0;
}
.reviewW .row-box{
    margin: 0 0 23px;
}
.reviewW .row-box:after{
    content:'';
    display:block;
    clear:both;
}
.row-box .input{
    float: left;
    margin: 0 30px 0 0;
}
#review-form .ppc{
	display:none;
}
#review-form .revToggle{
    display: block !important;
}
#review-form .bm-holder .right{
    margin: 14px 0 0;
    text-align: center;
}
#review-form .bm-holder #button-review{
    background: #8cbe4f none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 14px;
}
#review-form .bm-holder #button-review:hover{
	opacity:0.8;	
}
.row-box .input input, #review-form textarea{
    border: none;
    margin: 0 0 14px;
    width: 300px;
} 
.row-box .rating{
    float: left;
    padding: 2px 0 0;
}
#review .entry-b {
    display: block;
    float: left;
    width: 150px;
    padding: 47px 0 53px 0;
}

#review textarea {
    height: 108px;
    min-height: 108px;
    min-width: 306px;
    max-width: 540px;
    margin-left: 40px;
}

#review textarea:focus,input:focus {
    outline: none;
}

#review #captcha {
    margin-top: 2px;
    margin-left: -4px;
}

#review-form .radio-div {
    width: 104px;
    float: left;
    margin-left: 5px;
}

#review-form .radio-div input[type='radio'] {
    position: relative;
    margin: 0 0 0 -2px;
    padding: 0;
    width: 19px;
    height: 19px;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity = 0);
}

#review-form .star-div {
    height: 18px;
    float: left;
    margin: -2px 0 0 -108px;
}

#review-form .entry-rating {
    cursor: default;
    float: left;
    width: 150px;
    font-weight: bold;
}
.star-div span {
    width: 104px;
    height: 18px;
    display: inline-block;
    background: url(../image/stars-icons.png) no-repeat;
}

span.icstars-0 {
    background-position: 0 0
}

span.icstars-1 {
    background-position: 0 -18px
}

span.icstars-2 {
    background-position: 0 -36px
}

span.icstars-3 {
    background-position: 0 -54px
}

span.icstars-4 {
    background-position: 0 -72px
}

span.icstars-5 {
    background-position: 0 -90px
}
#tab-related .box-heading{
    border-bottom: 1px solid #979797;
    color: #979797;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 14px 0;
}
#tab-related .box-product div .productOvh .button{
    position: relative;
    top: 14px;	
}
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
.row-box .input input, #review-form textarea{
    width: auto;
}
.product-info .section .left .image img{
    width: auto;
}
.product-info .section .left{
    margin: 21px 0px 0px 86px;
}
.product-info .section .left .jcarousel-container-horizontal{
    display: block !important;
    padding: 0 39px;
    margin: 14px 0;
}
.product-info .section .right .description{
    float: left;
    margin: 0 0 0 86px;
    position: absolute;
    width: 286px;
}
.product-info .section .right .description span{
    display: inline;
    float: none;
    margin: 0;
    position: relative;
}
.product-info .section .right > span{
    float: left;
    margin: 0 0 0 300px;
    position: absolute;
}
.product-info .section .right .itemD{
    clear: both;
    padding: 21px 7px;
}
.product-info .section .right .cart{
    margin: -10px 0 0;
}
.product-info .section .right .one-click form{
    display: inline-block;
    float: none;
}
.product-info .section .right .one-click #fast-order-submit{
    float: none;
}
.garBlock{
    margin: 0 0 35px;
}
.garBlock .title-section{
    margin: 0 0 42px;
}
.intro-holder > div{
    float: left;
    min-height: 90px;
    margin: 0px;
}
.garBlock .payment-box{
    width: 150px;
    margin: 0 28px 42px 0;
}
.garBlock .garant{
    width: 159px;
    margin: 0 28px 95px 0;
}
.garBlock .work-box{
    width: 250px;
    margin: 0 28px 42px 0px;
}
.garBlock .special-box{
    width: 185px;
    margin: 0 28px 42px 0;
}
.garBlock .client-box{
    width: 259px;
    margin: 0 28px 42px 0;
}
.garBlock .assort-box{
    width: 225px;
    margin: 0 28px 42px 0;
}
.garBlock .pay-box{
    width: 221px;
}
#tab-related .box-product div .productOvh{
    width: 198px;
}
}
/*Конец Карточка товара*/

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
/*Страница поиска*/
.search-block{
	padding: 0px 14px;
}
.search-block b{
	color: #979797;
}
.search-block .content p > span{
    font-size: 14px;
}
.search-block .content p > input{
    border: medium none;
    margin: 14px 7px;
    padding: 3px 7px;
}
.search-block .content .b-core-ui-select{
    padding: 2px 30px;
    top: 6px;
}
.search-block .content .box label{
    font-size: 14px;
    margin: 0 60px 0 0;
	cursor: pointer;
}
.search-block .content .box label:hover{
	color:3d3d3d;
}
.search-block .buttons #button-search{
    background: #8cbe4f none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 14px 0;
    padding: 4px 14px;
}
.search-block .product-filter{
	 margin: 0 0 60px;
	
}
.search-block .box-product .productOvh{
    margin: 0 1px 5px 0;
}
.search-block .box-product .productOvh .cart .button{
	border: none;
}
.search-block .product-list .right .button{
	background: #8cbe4f;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 14px;
}
/*Конец Страница поиска*/

#content p[align="right"] .button{
    background: #8cbe4f none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 14px;
    padding: 7px 14px;
}
#content p[align="right"] .button:hover{
	opacity:0.8;
}

/*Новости*/
.news-view-list{
    margin: 0 14px;
}
#news-date {
		font-size: 11px;
		color: rgb(153, 153, 153);
		line-height: 1.4em;
}
/* full list */
.box-content .news-view-list,
.box-content .news-view-table {
		display: table;
}
.news-view-list .news-view-row {
		display: table-row;
}
.news-view-list .news-view-cell {
		display: table-cell;
		vertical-align: top;
}
.news-view-list .news-view-cell img {
		padding: 0px 8px 0px 0px;
}
.news-view-list .news-view-cell .news-caption {
		margin-bottom: 8px;
}
.news-view-list .news-view-cell .news-caption a {
	color: #979797;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 10px;
}
.news-view-list .news-view-cell .news-date {
		font-size: 11px;
		color: rgb(153, 153, 153);
		line-height: 1.4em;
}
.news-view-list .news-view-cell .news-description p {
		margin: 0px 0 15px 0;
}
.clear-hr{
	border-top:1px dashed #000;
	margin:20px 0;
	clear:both;
}
/* table view */
.news-view-table .news-view-cell {
		display: table-cell;
		vertical-align: top;
		width: 25%;
}
.news-view-table .news-view-cell img {
		float: left;
		padding: 0px 6px 0px 6px;
}
.news-view-table .news-view-cell .news-date {
		font-size: 11px;
		color: rgb(153, 153, 153);
		line-height: 1.4em;
}
/* short list */
.news-view-short .news-date {
		color: #999999;
        line-height: 1.2em;	
}
.news-view-short {
		margin-bottom: 8px;
}
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
.search-block .content .b-core-ui-select{
    padding: 0 7px;
}
.search-block .content .box label{
    margin: 0 14px 0 0;
}
.search-block .box-product .productOvh{
    width: 198px;
}	
}

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
.simple-content {
    margin: 0px 1px;
	position:relative;
}
#simplecheckout_customer{
    margin: 1px;
}
.simplecheckout-left-column+.simplecheckout-left-column{
    display: none;
}
#simplecheckout_cart{
}
.simple-content label {
    float: none !important;
    width: auto !important;
}
.simple-content .buttons {
    border: none;
    margin: 0px 0px 15px 0px;
}
#simplecheckout_login .buttons {
    border: none;
    margin: 0;
    padding: 0;
}
.simplecheckout {
    overflow:hidden;
    width:100%;
}
.simplecheckout-three-column {
    float:left;
    width:32%;
    margin-right:10px;
    min-width: 200px;
    max-width: 500px;
}
.simplecheckout-left-column {
    width:100%;
    min-width: 280px;
}
.simplecheckout-right-column {
    float:right;
    width:48%;
    min-width: 280px;
    max-width: 500px;
}
}
@media only screen and (max-width:768px) {
    .simplecheckout-left-column {
        display:block;
        width: 100%;
        min-width: auto !important;
        max-width: 1900px !important;
        float: none;
    }
    .simplecheckout-right-column {
        display:block;
        width: 100%;
        min-width: auto !important;
        max-width: 1900px !important;
        float: none;
    }
}

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
.simplecheckout-block {
    margin-bottom: 20px;
}
.simplecheckout-block-heading {
    background: #fff;
    color: #979797;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 8px;
}
.simplecheckout-block-heading-button {
    float:right;
}
.simplecheckout-block-heading-button a {
    display:inline-block;
    color: #979797;
}
.simplecheckout-block-heading-button a:hover {
	color:#3d3d3d;
}
.simplecheckout-block-content {
    overflow:hidden;
    border: 1px solid #EEEEEE;
    padding: 0px;
}
.simpleregister {
    margin-bottom: 5px;
}
.simpleregister-block-content {
    overflow:hidden;
    margin-bottom: 10px;
    border: 1px solid #EEEEEE;
    padding: 10px;
}
.simpleregister-block-content .simplecheckout-customer {
    width: 50%;
}
}
@media only screen and (max-width:600px) {
    .simpleregister-block-content .simplecheckout-customer {
        width: 100%;
    }
}

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
.simpleregister-button-block {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE !important;
    margin-bottom: 20px;
    overflow: auto;
    padding: 6px;
    text-align:right;
}
.simpleregister-button-right {
    float: right;
    text-align: right;
}
.simpleregister-button-left {
    float: left;
    text-align: left;
}
.simplecheckout-methods-table {
    width: 100%;
}
.simplecheckout-methods-table td.code {
    width: 1px;
}
.simplecheckout-methods-table td.title {
    padding: 5px;    
}
.simplecheckout-methods-table td.title label {
    display: block !important;   
}
.simplecheckout-methods-table td.quote {
    text-align: right;
    width: 15%;
}
.simplecheckout-required {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-button-block {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    float: right;
}
.simplecheckout-button-right {
    float: right;
    text-align: right;
}
.simplecheckout-button-left {
    float: left;
    text-align: left;
}
.simplecheckout-button {
    display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
    cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url('../image/button.png') top left repeat-x;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}
.simplecheckout-button-left .button {
    margin: 0;
}
}
@media only screen and (max-width:780px) {
    .simplecheckout-button-left {
        display: none;
    }
}

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
.simplecheckout-button:hover {
   background: url('../image/button-active.png') repeat-x;
}

#simplecheckout_customer .simplecheckout-block-content {
    text-align: center;
}
.simplecheckout-login {
    display: inline-block;
}
.simplecheckout-login-left {
	color: #979797;
    width:50%;
    text-align: left;
}
.simplecheckout-login-right {
	padding: 0 0 10px 10px;
    width:50%;
    text-align:left;
}
.simplecheckout-login-right  a{
    color: #979797;
}
.simplecheckout-login-right  a:hover{
    color: #3d3d3d;
}
.simplecheckout-login-right .button {
    background: #8cbe4f none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-weight: bold;
    margin: 0;
    padding: 7px 14px;
}
.simplecheckout-login-right .button:hover {
	color: #fff;
	opacity: 0.8;
}
.simplecheckout-login-right input {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #979797;
    max-width: 160px !important;
    padding: 3px 0 3px 10px;
    text-align: left;
}
.simplecheckout-customer-block {
    overflow: hidden;
    padding: 5px;
}
.simplecheckout-company-header {
    font-weight:bold;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}
.simplecheckout-customer-left {
    color: #979797;
    width: 40%;
    text-align: left;
    vertical-align: middle;
    padding-right: 10px;  
}
.simplecheckout-customer-right {
    padding: 7px 0;
    width: 60%;
    text-align: left;
}
.simplecheckout-customer-right input[type=text],.simplecheckout-customer-right input[type=password],.simplecheckout-customer-right textarea,.simplecheckout-customer-right select {
    border: none;
	width: 99%;
    height: 30px;
    resize:vertical;
}
.simplecheckout-customer-one-column {
    width: 98%;
    text-align: left;
    margin-bottom: 0px;
}
.simplecheckout-customer-one-column .simplecheckout-customer-right input[type=text], .simplecheckout-customer-one-column .simplecheckout-customer-right textarea[type=text] {
    border: 1px solid #d2d2d2;
}
.simplecheckout-customer-two-column-left {
    width: 48%;
    text-align: left;
    margin-right: 20px;
    float: left;
    margin-bottom: 0px;
}
.simplecheckout-customer-two-column-right {
    width: 48%;
    text-align: left;
    float: left;
    margin-bottom: 0px;
}
}
@media only screen and (max-width:640px) {
.simplecheckout-customer-two-column-left {
    width: 98%;
    text-align: left;
    margin-bottom: 0px;
}
.simplecheckout-customer-two-column-right {
    width: 98%;
    text-align: left;
    margin-bottom: 0px;
}
}

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
.simplecheckout-customer-type-select {
    text-align: left;
    margin-bottom: 10px;
}
.simplecheckout-customer-address {
    text-align: left;
    margin-bottom: 10px;
}
.simplecheckout-cart {
    border-collapse: collapse;
    border-left: 1px solid #979797;
    border-right: 1px solid #979797;
    border-top: 1px solid #979797;
    margin: 0px !important;
    width: 100%;
}
.simplecheckout-cart-total {
    text-align: right;
    padding: 14px 0px;
    border-left: 1px solid #979797;
    border-right: 1px solid #979797;
    border-bottom: 1px solid #979797;
	color: #979797;
    overflow: hidden;
}
.simplecheckout-cart-total input {
    border: none;
    margin-right: 0px !important;
    max-width: 100px;
}
.simplecheckout-cart-total span.inputs {
    margin-right: 3px;
    font-size: 16px;
}
.simplecheckout-cart-total span.inputs a{
    font-weight: bold;
}
.simplecheckout-cart-total span.inputs a:hover{
	color:#3d3d3d;
}
.simplecheckout-cart-total span.inputs input[type=text]{
    margin: 0px;
}
.simplecheckout-cart-total-value {
    min-width: 60px;
    margin: 0px 3px;
    display: inline-block;
	font-weight: bold;
}
.simplecheckout-cart-total-remove {
    width: 18px;
    text-align: center;
    display: inline-block;
}
.simplecheckout-cart-total-remove img {
    vertical-align: -2px;
    cursor: pointer;
}
.simplecheckout-cart col.image {
    width: 5%;
}
.simplecheckout-cart col.name {

}
.simplecheckout-cart col.model {
    width: 10%;
}
.simplecheckout-cart col.quantity {

}
.simplecheckout-cart col.price {
    width: 10%;
}
.simplecheckout-cart col.total {
    width: 10%;
}
.simplecheckout-cart col.remove {
    width: 7px;
}
.simplecheckout-cart th {
    background-color: #fff;
    border-bottom: 1px solid #979797;
    color: #979797;
    font-weight: bold;
    padding: 8px;
}
.simplecheckout-cart th.image {
    text-align: center;
    width: 1px;
}
.simplecheckout-cart th.name {
    text-align: center;
}
.simplecheckout-cart th.model {
    text-align: center;
}
.simplecheckout-cart th.quantity {
    text-align: center;
}
.simplecheckout-cart th.price {
    text-align: right;
}
.simplecheckout-cart th.total {
    text-align: right;
}
.simplecheckout-cart th.remove {
    text-align: center;
    width: 7px;
}
.simplecheckout-cart td {
    border-bottom: 1px solid #979797;
	color: #979797;
    vertical-align: top;
    padding: 7px;
}
.simplecheckout-cart td.image {
    text-align: center;
}
.simplecheckout-cart td.name {
    text-align: center;
}
.simplecheckout-cart td.name  a{
    color: #979797;
}
.simplecheckout-cart td.name  a:hover{
    color: #3d3d3d;
}
.simplecheckout-cart td.name div.image {
    display: none;
}
.simplecheckout-cart td.model {
    text-align: center;
}
.simplecheckout-cart td.quantity {
    text-align: center;
    vertical-align:top;
    min-width:80px;
}
.simplecheckout-cart td.quantity input[type=text] {
    border: none;
    padding:0;
    margin:0;
    padding: 2px 0px;
    text-align:right;
    vertical-align:top;
    width:20px;
}
.simplecheckout-cart td.quantity img {
    border: 0px;
    cursor:pointer;
    display:inline-block;
	width: 22px;
}
.simplecheckout-cart td.price {
    text-align: right;
}
.simplecheckout-cart td.total {
    text-align: right;
}
.simplecheckout-cart td.remove {
    text-align: center;
    width: 7px;
    vertical-align: top;
    padding-left: 3px;
    padding-right: 3px;
}
.simplecheckout-cart td.remove img {
    max-width: 30px !important;
}
.simplecheckout-cart td.product-warning {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-cart td.right {
    text-align: right;
    vertical-align: middle;
}
}
@media only screen and (max-width:640px) {
    .simplecheckout-cart col.image,.simplecheckout-cart th.image,.simplecheckout-cart td.image {
        display: none;
    }
    .simplecheckout-cart col.model,.simplecheckout-cart th.model,.simplecheckout-cart td.model {
        display: none;
    }
    .simplecheckout-cart col.price,.simplecheckout-cart th.price,.simplecheckout-cart td.price {
        display: none;
    }
    .simplecheckout-cart td.name div.image {
        display: block;
    }
    .simplecheckout-cart td.name div.options {
        display: none;
    }
}

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
.simplecheckout-three-column .simplecheckout-cart col.image,
.simplecheckout-three-column .simplecheckout-cart th.image,
.simplecheckout-three-column .simplecheckout-cart td.image,
.simplecheckout-three-column .simplecheckout-cart col.price,
.simplecheckout-three-column .simplecheckout-cart th.price,
.simplecheckout-three-column .simplecheckout-cart td.price,
.simplecheckout-three-column .simplecheckout-cart col.model,
.simplecheckout-three-column .simplecheckout-cart th.model,
.simplecheckout-three-column .simplecheckout-cart td.model {
    display: none;
}
.simplecheckout-three-column .simplecheckout-cart td.name .image {
    display: block;
}
.simplecheckout-scroll{
    max-height:300px;
    overflow-y:scroll;
}
.simplecheckout-error-text {
    color: #FF0000;
    margin-top: 3px;
    display: block;
}
.simplecheckout-warning-text {
    font-weight: bold;
    margin: 5px 0;
}
.simplecheckout-warning-block {
    text-align: left;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    background: url("../image/warning.png") no-repeat scroll 10px center #FFD1D1;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    clear: both;
}
.simpleregister-warning-block {
    text-align: left;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    background: url("../image/warning.png") no-repeat scroll 10px center #FFD1D1;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
}
.simplecheckout-proceed-payment {
    text-align: center;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
    display: none;
}
#simple_payment_address_block {
    margin-top: 15px;
}
.simplecheckout-customer-same-address {
    text-align: left;
}
#simplecheckout_login {
    padding:30px;
    margin: auto;
    text-align: center;
}
.simplecheckout-customer-same-address {
    margin: 15px 0px;
}
.simplecheckout-company {
    margin: 15px 0px 0px 0px;
}
#simplecheckout_payment_form {
    padding: 5px;
}
#simplecheckout_payment_form .checkout-content {
    display: block;
}
#simplecheckout_payment_form div.buttons {
    display: none;
}
.simplecheckout-red-border {
    
}
#simple_login_layer {
    width:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:99990;
    background-color:#000000;
    display:none;
}
#simple_login {
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #FFD9FF;
    -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;
    height:250px;
    overflow:hidden;
    padding:5px;
    position:fixed;
    width:300px;
    z-index:99991;
    display: none;
}    
#simple_login_header {
    text-align: right;
    padding: 0px 0px;
}
#simple_login_header img {
    margin: 0 0 0 auto;
}
.you-will-be-registered {
    font-weight: bold;
}
.simplecheckout-customer-right label input {
    margin-right:3px;
}
.simplecheckout label, .simpleregister label {
    display: inline-block !important;
    margin: 0;
	color: #979797;
}
/* Top Arror Css */
#topon a:active span  { background-position:bottom;display: block;margin-bottom: 7px;width:32px;}
#topon a:active span { background-position: 0 -33px;}
#topon span { background: url("../image/upload_mini.png") 0 0 no-repeat transparent;display: block;height: 32px;margin-bottom: 7px;width: 32px;}
#topon { bottom: 21px;right: 10%;margin-left: 590px;position: fixed;z-index: 9999;}
#topon p { margin-bottom: 20px;margin-top: 0;}

.warning {
    background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 0 7px;
    padding: 7px 35px;
}
}
@media only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-device-width: 641px) and (max-device-width: 1023px){
.simple-content {
    margin: 0px 14px;
}
.simplecheckout-left-column {
    margin-right:10px;
}
#simplecheckout_customer{
    margin: 14px;
}
.simplecheckout-block-content {
    padding: 10px;
}
.simplecheckout-block-content {
    padding: 10px;
}
#topon a:active span  { width:64px;}
#topon a:active span { background-position: 0 -65px;}
#topon span { background: url("../image/upload.png") 0 0 no-repeat transparent;display: block;height: 64px;margin-bottom: 7px;width: 64px;}
.warning {
    margin: 0 21px;
}
}
/*Конец Новости*/