@font-face {
    font-family:MyriadProBold;
    src: url(../fonts/meriad/MyriadProBold.woff);
}
@font-face {
    font-family:MyriadProBoldItalic;
    src: url(../fonts/meriad/MyriadProBoldItalic.woff);
}
@font-face {
    font-family:MyriadProItalic;
    src: url(../fonts/meriad/MyriadProItalic.woff);
}
@font-face {
    font-family:MyriadProRegular;
    src: url(../fonts/meriad/MyriadProRegular.woff);
}
@font-face {
    font-family:MyriadProSemiBold;
    src: url(../fonts/meriad/MyriadProSemiBold.woff);
}
@font-face {
    font-family:MyriadProSemiBoldItalic;
    src: url(../fonts/meriad/MyriadProSemiBoldItalic.woff);
}
@font-face {
    font-family:MyriadProLight;
    src: url(../fonts/meriad/MyriadProLight.woff);
}



html, body { 
    font-family:MyriadProRegular;
	color:#fff;
	background-color:#000;
	font-size:0px;
	line-height:0px;
}
a{
	font-size:20px;
	color:#fff;
	transition:0.5s;
}
a:hover{
	color:#b8b8b8;
	transition:0.5s;	
}
ul li {
	list-style-type:none;
}
ul{
	margin:0px;
	padding:0px;
}
a:link, a:visited, a:active, a:hover{
	text-decoration:none;
}
input, textarea, button{
	transition:0.5s;
}
input:focus, textarea:focus, button:hover{
	transition:0.5s;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#fff;	
}
::-moz-placeholder { /* Firefox 19+ */
	color:#fff;	
}
:-ms-input-placeholder { /* IE 10+ */
	color:#fff;	
}
:-moz-placeholder { /* Firefox 18- */
	color:#fff;	
}
.new_comment input[type="text"]::-webkit-input-placeholder, 
.new_comment textarea::-webkit-input-placeholder
 { /* Chrome/Opera/Safari */
	color:#000;	
}
.new_comment input[type="text"]::-moz-placeholder,
.new_comment textarea::-moz-placeholder { /* Firefox 19+ */
	color:#000;	
}
.new_comment input[type="text"]:-ms-input-placeholder,
.new_comment textarea:-ms-input-placeholder { /* IE 10+ */
	color:#000;	
}
.new_comment input[type="text"]:-moz-placeholder,
.new_comment textarea:-moz-placeholder { /* Firefox 18- */
	color:#000;	
}
/****/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #000;
  background-color: #fff;
  border-left: 0px solid #dbdbdb;
}
::-webkit-scrollbar {
  width: 7px;
  background-color: #000;
}
::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1) 50%, transparent, transparent);
}
::-webkit-scrollbar-thumb:hover {
  background-color: #6762c6;
}
::-webkit-scrollbar-thumb:active {
  background-color: #6762c6;
}

/**** HEADER ****/
.HeaderBg{
	height:185px;
}
.HeaderWrap{
	height:65px;
}
.SearchInput input{
	width:360px;
	padding:2px 10px;
	font-size:20px;
	line-height:1;
	letter-spacing:normal;
    font-family:MyriadProItalic;
	color:#fff;
	display:inline-block;
	border:0px;
	border-bottom:2px solid #fff;
	margin-right:35px;
	background-color:#000;
	outline:none;
	margin-top:22px;
}
#Search{
	position:relative;
	display:inline-block;
}
#Search button{
	position:absolute;
	right:8px;
	top:22px;
	width:28px;
	height:28px;
	display:block;
	background:none;
	border:0px;
	outline:none;
}
#Search button img{
	width:100%;
	width:28px;
	height:28px;	
}
.HeaderPhone{
	margin-left:10px;
}
.HeaderPhone span, .HeaderPhone a{
	display:inline-block;
	font-size:18px;
	line-height:1;
	letter-spacing:normal;
    font-family:MyriadProSemiBoldItalic;	
}
.HeaderPhone a{
	margin-left:20px;
}
.PadNone{
	padding-left:0px;
	padding-right:0px;
}
.HeaderMenu{
	width:100%;
	text-align:right;
	margin-top:36px;
}
.HeaderMenu > li{
	display:inline-block;
	margin-left:20px;	
}
.HeaderMenu > li > span,
.HeaderMenu > li > a{
	color: #fff;
	font-size: 15px;
    font-family:MyriadProSemiBold;	
	display:inline-block;
}
/**** HeaderCenterMenu ****/
.HeaderCenterMenu{
	width:100%;
	height:120px;
	border:5px solid #fff;
	background-color:#000;
	padding-top:0px;
}
.HeaderCenterMenu > li{
	display:inline-block;
	width:100%;
	padding:6px 10px;
}
.HeaderCenterMenu > li > span,
.HeaderCenterMenu > li > a{
	display:inline-block;
    font-family:MyriadProBold;
	line-height:1;
	letter-spacing:normal;
	font-size:20px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}
.HeaderCenterMenu > li > span:focus, 
.HeaderCenterMenu > li > a:focus{
	color: #fff;
}
.HeaderCenterMenu > li > a:hover, 
.HeaderCenterMenu > li.active > span,
.HeaderCenterMenu > li.active > a{
	border-bottom:2px solid #fff;
	color:#fff;
}
/**/
.HeaderCenterMenu > li > ul{
    position: absolute;
    width: 200px;
    top: 0px;
    left: 190px;
    height: auto;
    border: 5px solid #fff;
    background-color: #000;
    z-index: 2;
    padding-top: 0px;
    display: none;
    transition: 0.5s;	
}
.HeaderCenterMenu > li:hover > ul{
	display:block;
	transition:0.5s;
}
.HeaderCenterMenu > li > ul > li{
	display:inline-block;
	width:100%;
	padding:3px 10px;
	position:relative;
}
.HeaderCenterMenu > li > ul > li > span,
.HeaderCenterMenu > li > ul > li > a{
	display:inline-block;
    font-family:MyriadProRegular;
	line-height:1;
	letter-spacing:normal;
	font-size:17px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}
.HeaderCenterMenu > li > ul > li > a:hover, 
.HeaderCenterMenu > li > ul > li.active > span,
.HeaderCenterMenu > li > ul > li.active > a{
	border-bottom:2px solid #fff;
	color:#fff;
}
/**/
.HeaderCenterMenu > li > ul > li > ul{
    position: absolute;
    width: 200px;
    top: -5px;
    left: 190px;
    height: auto;
    border: 5px solid #fff;
    background-color: #000;
    z-index: 2;
    padding-top: 0px;
    display: none;
    transition: 0.5s;	
}
.HeaderCenterMenu > li > ul > li:hover > ul{
	display:block;
	transition:0.5s;
}
.HeaderCenterMenu > li > ul > li > ul > li{
	display:inline-block;
	width:100%;
	padding:3px 10px;
	position:relative;
}
.HeaderCenterMenu > li > ul > li > ul > li > span,
.HeaderCenterMenu > li > ul > li > ul > li > a{
	display:inline-block;
    font-family:MyriadProRegular;
	line-height:1;
	letter-spacing:normal;
	font-size:17px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}
.HeaderCenterMenu > li > ul > li > ul > li > a:hover, 
.HeaderCenterMenu > li > ul > li > ul > li.active > span,
.HeaderCenterMenu > li > ul > li > ul > li.active > a{
	border-bottom:2px solid #fff;
	color:#fff;
}
.product_review_title_v{
    font-size: 20px;
    text-align: center;
    line-height: 20px;
}
.add_new_comment_c{
    font-size: 22px;
    line-height: 22px;
    float: right;
    background: #00ba58;
    padding: 5px 15px;
    margin-right: -10px;
    color: #fff;
}
.add_new_comment_c:hover{
    color: #fff;
    background: #000;

}
.pwd_thanks_text, .profile_thanks_text, .thanks_text{
	line-height: 24px;
}
/**/
.CenterBgLeft{
	height:120px;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
    display: inline-block;
	width:100%;
	background-size:60px 110px;
	background-position:0px top;
	background-repeat:repeat;
	background-image:url('../img/8.png');
}
.CenterBgRight{
	height:120px;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
    display: inline-block;
	width:100%;
    background-size: 60px 110px;
    background-position: -5px top;
	background-repeat:repeat;
	background-image:url('../img/3.png');	
}
.CenterBgImg img{
    position: absolute;
    right: -55px;
    top: 5px;
    display: block;
    width: 109px;
    height: 110px;
    z-index: 1;
}
.CartMenu{
	width:100%;
	height:120px;
	display:inline-block;
	background-color:#000;
	border:5px solid #fff;
}
.CartMenuTopOne{
	border-right:5px solid #fff;
	width:70px;
	display:inline-block;
	line-height:110px;
	text-align:center;
	position:relative;
	transition:0.5s;
	min-height:110px;	
}
.CartMenuTopTwo{
    border-right: 5px solid #fff;
    line-height: 110px;
    width: 85px;
    display: inline-block;
    text-align: center;
    position: relative;
    transition: 0.5s;
    min-height: 110px;	
}
.CartMenuBottom{
    width: 127px;
    display: inline-block;
    line-height: 110px;
    min-height: 110px;
    text-align: center;
    position: relative;
    transition: 0.5s;	
}
.CartMenuTopOne > a, .CartMenuTopTwo > a, .CartMenuBottom > a{
	display:inline-block;
	color:#fff;
	width:102%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}
.CartMenuTopOne > a > span, .CartMenuTopTwo > a > span, .CartMenuBottom > a > span{
	vertical-align:middle;
	line-height:1;
	font-size:18px;
	letter-spacing:normal;	
	display:inline-block;
	margin: 25px auto;
}
.CartMenuTopOne > a > span > span, .CartMenuTopTwo > a > span > span{
	width:100%;
	display:inline-block;
	margin-top:10px;
}
.CartMenuTopOne a:hover, .CartMenuTopTwo a:hover, .CartMenuBottom a:hover{
	color:#000;
	background-color:#fff;
	transition:0.5s;
}
.CartMenuBottom a img{
    width: 95%;
    max-width: 110px;
    margin: 5px auto;
}
.CartMenuBottom a:hover img{
	-webkit-filter: invert(1);
    filter: invert(1);
	transition:0.5s;	
}
.CartBg1{
	width:51px;
	text-align:center;
	line-height:28px;
	display:inline-block;
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
	background-image:url('../img/4.png');
	color:#fff;
	font-size:12px;
}
.CartBg2{
	width:51px;
	height: 33px;
	line-height:33px;
	display:inline-block;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	background-image:url('../img/5q2.png');
	color:#fff;
	font-size:12px;
	position: relative;
}
.CartBg2 span{
    position: absolute;
    top: 5px;
    left: 0px;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
}
/**** HeaderSlider ****/
.HeaderSliderBg{
	height:430px;
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position: relative;
}
.HeaderSlider{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.HeaderSlider .next_button{
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 32px;
    transition: .5s;
    display: inline-block;
    margin: 10px;
    position: absolute;
    top: 50%;
    right: 0px;
}
.HeaderSlider .prev_button{
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 32px;
    transition: .5s;
    display: inline-block;
    margin: 10px;
    position: absolute;
    top: 50%;
    left: 0px;
}
.HeaderSlider .next_button i,
.HeaderSlider .prev_button i{
	line-height: 48px;
}
.HeaderSlider .next_button:hover,
.HeaderSlider .prev_button:hover{
	background: #fff;
	color: #000;
}
.HeaderSlider .HSlide{
    height: 430px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.BannerWrap{
	width:100%;
	text-align:center;
	height:430px;
	display:inline-block;
	position:relative;
}
.BannerBtn{
	margin-top:365px;
}
.BannerBtn a{
    font-family:MyriadProBold;
	letter-spacing:normal;
	font-size:20px;
	line-height:1;
	color:#fff;
	border:2px solid #fff;
	padding:12px 30px;
}
.BannerBtn a:hover{
	background-color:#fff;
	color:#000;
}
#co1{
	margin-bottom:60px;
}
/**** MainFilters ****/
.MainFiltersTitle{
	width:100%;
	text-align:left;
	line-height:43px;
	padding:10px 30px;
	border: 2px solid #fff;
    background: #000;
    color: #fff;
}	
.MainFiltersTitle span{
	display:inline-block;
	line-height:1;
	letter-spacing:normal;
	font-size:18px;
	color:#fff;
    font-family:MyriadProBold;
	vertical-align:middle;
}
.MainFiltersTitle span i{
    background: #fff;
    color: #000;
    padding: 2px 12px;
    margin-left: 6px;
    font-style: normal;
}
.MainFiltersWrap{
	width:100%;
	text-align:center;
	background-color:#fff;
	padding-bottom:20px;
}
.MainFiltersWrapTitle{
	width:100%;
	margin-bottom: 20px;
	text-align:left;
}
.MainFiltersWrapTitle{
    font-family:MyriadProSemiBoldItalic;
	line-height:38px;
	font-size:16px;
	letter-spacing:normal;
	color:#000;
	padding:0px 30px;
}
.MainFiltersWrapImg{
	width:100%;
	text-align:center;
}
.MainFiltersWrapImg > li{
	display:inline-block;
	width:84px;
	height:84px;
	vertical-align:top;
	margin:0px 5px;
	position:relative;
}
.MainFiltersWrapImg > li > a{
	border:2px solid #000;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#000;
	line-height:1;
	letter-spacing:normal;
	font-size:9px;
	padding-top:8px;
	text-align:center;
}
.MainFiltersWrapImg > li > a > img{
	width:46px;
	height:67px;
	display:inline-block;
}
.MainFiltersWrapImg > li > span{
	width:100%;
	display:none;
	margin-top:10px;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    text-align: left;
    top: -44px;
    z-index: 11;
    left: 0px;
    color: #888;
}
.MainFiltersWrapImg > li.active > span,
.MainFiltersWrapImg > li:hover > span{
    display: table;
}
.MainFiltersWrapImg > li > span > span{
	display: table-cell;
	vertical-align: middle;
    height: 36px;
}
.MainFiltersWrapImg > li > a > input{
	display: none;
}
.MainFiltersWrapImg > li > a{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#000;
	line-height:1;
	letter-spacing:normal;
	font-size:9px;
	padding-top:8px;
}
.MainFiltersWrapImg > li.active > a,
.MainFiltersWrapImg > li > a:hover{
	background-color:#000;
	color:#fff;
}
.MainFiltersWrapImg > li.active > a > img,
.MainFiltersWrapImg > li > a:hover > img{
	-webkit-filter: invert(1);
    filter: invert(1);
}
.MainFiltersBottom{
	width:100%;
	text-align:right;
	padding-right:11px;
	margin-top:20px;	
}
.MainFiltersBottom > span{
	display:inline-block;
	font-size:16px;
	color:#000;
	line-height:35px;	
	letter-spacing:normal;
	border:2px solid #fff;
	margin-right:20px;	
}
.FiltersBtn{
	font-size:0px;
	letter-spacing:normal;
	line-height:0px;
	padding-right:15px;
}
.FiltersBtn span{
	display:inline-block;
	line-height:35px;
	color:#000;
	font-size:16px;
    font-family:MyriadProBold;
	letter-spacing:normal;
	width:190px;
	text-align:center;
	border:2px solid #000;
	transition:0.5s;
}
.FiltersBtn:hover span{
	background-color:#000;
	color:#fff;
	transition:0.5s;
}
.FiltersBtn.js_reset_filters span{
	color: #969696;
    border: 2px solid #969696;
}

.FiltersBtn.js_reset_filters:hover span{
	color: #fff;
	border: 2px solid #000;
}
/*Filt*/
label{
	margin-bottom:0px;
	font-weight:normal;
	font-style:italic;
}
.filter_row{
	border-bottom:0px;
	margin-bottom:10px;	
}
.FilterTitle a,.filter_row p{
	color:#52270d;/*brown*/
	display:inline-block;
	width:100%;
	padding:5px 10px;
	position:relative;
	margin-bottom:10px;
	font-size:18px;
	cursor:pointer;
}
.FilterTitle a i,.filter_row p i{
	position:absolute;
	top:5px;
	right:10px;
	font-size:20px;
}
.FilterTitle a:hover,.filter_row p:hover{
	color:#fff;
	background-color:#c47128;/*light brown*/
}
.FiltersParamWrap{
	font-size:16px;	
}
.FiltersParamWrap input{
	height:24px;
	line-height:24px;
	width:65px;
	padding:0px 10px;
	border:1px solid #d8d8d8;
	border-radius:10px;
	text-align:right;
	outline:none;
}
.FiltersParamWrap input:focus{
	border:1px solid #000;
}
.FiltersPrice{
	margin-bottom:15px;
	padding-left:10px;
	line-height:1;
	display:inline-block;
	width:100%;
}
.row_checked, .row_checked2, .row_checked3, .row_checked_pink{
	position:relative;
	margin-left:0px;
}
.row_checked label, .row_checked2 label, .row_checked3 label, .row_checked_pink label{
	padding-left:16px;
	font-size:14px;
	margin-bottom:5px;
}
.row_checked label{
	font-style: normal;
}
.row_checked input[type=checkbox], .row_checked2 input[type=radio], .row_checked3 input[type=checkbox], .row_checked_pink input[type=checkbox] {
    display: none;
}
.row_checked label:before, .row_checked2 label:before{
	content: "";
	display: inline-block;
	width: 10px;
    height: 10px;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	top:2px;
	border-radius: 50%;
	border:1px solid #000;
	background-color:#fff;
	outline:0px;
	/*box-shadow: 0 0 0 1pt #d8d8d8;*/
}

 .row_checked_pink{
	 display:inline-block;
	 width:35px;
	 margin-left:5px;
 }
.row_checked3 label:before, .row_checked_pink label:before {	
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	position: absolute;
	background-color:#fff;
	left: 10px;
	top:-2px;
	border:1px solid #000;
	background-color:#fff;
	outline:0px;
	/*box-shadow: 0 0 0 1pt #d8d8d8;*/
}

.row_checked_pink label:before {
	top:77px;
	transform: rotate(-45deg);	
	width:20px;
	height:20px;
	border:2px solid #d378a9;	
}
.row_checked3{
	width:100%;
	text-align:left;
	padding-left:50px;
	margin-top:30px;
}
.row_checked3 label{
	line-height:20px;
	margin-bottom:0px;
	letter-spacing:normal;
	font-size:22px;
	color:#fff;
    font-family:MyriadProBold;
	font-style:normal;
}
.row_checked input[type=checkbox]:checked + label:before, .row_checked2 input[type=radio]:checked + label:before{
	background-color:#000;
	border:0px solid #fff;	
}
.row_checked3 input[type=checkbox]:checked + label:before{
	background-image:url('../img/pay-ico1.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	width:25px;
	height:25px;	
}

.row_checked label:before{
	border: 1px solid #fff;
    background-color: #000;
}
.row_checked input[type=checkbox]:checked + label:before{
    background-color: #fff;
    border: 0px solid #fff;
}
.row_checked5 input[type=checkbox] + label:before{
	border-radius: 50%;	
}
.row_checked_pink input[type=checkbox]:checked + label:before{
	width:20px;
	height:20px;
	background-color:#d378a9;
}
.row_checked5 label:before{
	background-color:#fff;
	transform:rotate(-45deg);
}
.row_checked4 input[type=checkbox]:checked + label:before{
	background-image:url('../img/pay-ico2.png');	
}
.row_checked5 input[type=checkbox]:checked + label:before{
	background-image:url('../img/pay-ico32.png');	
}
.row_checked_circle label:before{
	border-radius:50%;
}
.row_checked5 label{
    font-family:MyriadProLight;
	font-style:italic;
}
.Filters{
	width:100%;
	text-align:center;
	margin-top: 10px;
}
.Filters > div{
	width:135px;
	color:#000;
	line-height:1;
	text-align:left;
    margin: 0px 3px;
	padding:8px;
	display:inline-block;
	vertical-align:top;
}
.FormTitle{
	width:100%;
	text-align:left;
	font-size:15px;
    line-height: 20px;
	letter-spacing:normal;
    font-family:MyriadProBoldItalic;
	margin-top:10px;
	margin-bottom:10px;
}
.Filters .filter_row.opened{
	background: #000;
	color: #fff;
}
/**** MainCart ****/
.MainCartsBg{
	margin-top:20px;
}
.MainCartWrap{
	width:100%;
	text-align:center;
}
.MainCart{
    width: 280px;
    height: 570px;
    background-color: #fff;
    padding-top: 50px;
    position: relative;
    display: inline-block;
    margin: 5px 6px;
    vertical-align: top;
}
.MainCartTitle{
    padding: 10px 15px;
	width:100%;
	text-align:left;
	line-height:1;
	letter-spacing:normal;
	display: block;
	font-size:20px;
    font-family:MyriadProBold;
	color:#000;
	position:relative;
    min-height: 80px;
}
.MainCartTitle .Text{
	position:absolute;
	z-index:1;
	width:100%;
	line-height:1;
	font-size:22px;
	letter-spacing:normal;
	top:27px;
	left:0px;
	padding-left:15px;
	padding-right:15px;
    font-family:MyriadProRegular;	
}
.MainCartText{
	width:100%;
	height:75px;
	overflow:hidden;
	display:inline-block;
	color:#343536;
	font-size:16px;
	line-height:1.1;
	letter-spacing:normal;
	padding:0px 15px;
	margin-bottom:5px;
}
.MainCartReitN{
	display: block;
	height: 26px;
	width: 100%;

}
.MainCartReit{
	width:100%;
	text-align:left;
}
.MainCartReit .Reit1,.MainCartReit .Reit3{
	width:130px;
	text-align:left;
	display:inline-block;
} 
.MainCartReit .Reit2,.MainCartReit .Reit4{
	width:130px;
	text-align:left;
	display:inline-block;
}
.MainCartReit .Reit1 div,.MainCartReit .Reit1 span, .MainCartReit .Reit3 div,.MainCartReit .Reit3 span{
	display:inline-block;
	line-height:1;
	letter-spacing:normal;
	font-size:12px;
	display:inline-block;
	color:#000;	
	font-style:normal;
}
.MainCartReit .Reit1 div, .MainCartReit .Reit3 div{
	margin-left:5px;
	width:70px;
}
.MainCartReit .Reit2 div,.MainCartReit .Reit2 span, .MainCartReit .Reit4 div,.MainCartReit .Reit4 span{
	display:inline-block;
	line-height:1;
	letter-spacing:normal;
	font-size:12px;
	display:inline-block;
	color:#000;	
	font-style:normal;
}
.MainCartReit .Reit2 div, .MainCartReit .Reit4 div{
	margin-left:5px;
	width:70px;
}
.MainCart .description{
	font-family: 'Roboto';
}
.MainCartReit span{
	width:7px;
	height:7px;
	margin-right:2px;
	border-radius:50%;
}
.GreenCircle{
	border:1px solid #77b769;
}
.GreenCircleActive{
	border:1px solid #77b769;
	background-color:#77b769;
}
.RedCircle{
	border:1px solid #d96f69;/*Red*/
}
.RedCircleActive{
	border:1px solid #d96f69;/*Red*/
	background-color:#d96f69;/*Red*/
}
.PinkCircle{
	border:1px solid #d6589a;/*Pink*/
}
.PinkCircleActive{
	border:1px solid #d6589a;/*Pink*/
	background-color:#d6589a;/*Pink*/
}
.CyanCircle{
	border:1px solid #00eace;/*Cyan*/
}
.CyanCircleActive{
	border:1px solid #00eace;/*Cyan*/
	background-color:#00eace;/*Cyan*/
}
.product_to_wish{
	display: block;
	width: 33px;
	height: 26px;
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
	background: url('../img/4_n2.png');
}
.tpl_cart .product_to_wish{
	top: 25px;
	right: 25px;
	z-index: 12;
}
.product_to_wish.active{
	background: url('../img/4.png');
}
.row_checked2{
	width:129px;
	height:78px;
	display:inline-block;
	line-height:1;
	color:#000;
	position:relative;
}
.row_checked2.full_row{
	width: 258px;

}
.row_checked2.full_row label div:last-child{
	text-align: center;
}
.row_checked2 .price_text{
	display: none;
}
.row_checked2.full_row .price_text{
	display: inline-block;
	margin-right: 5px;
}
.row_checked2.full_row label{
	border: none!important;
}
.row_checked2.full_row label div:first-child{
	display: none;
}
.row_checked2.full_row.full_row_weght_display label div:first-child{
	display: block;
    line-height: 10px;
    margin-top: 5px;
}
.row_checked2.full_row input[type="radio"]:checked+label:before{
	display: none;
}
.row_checked2.full_row label div:last-child{
    font-size: 24px;
    line-height: 32px;
}
.row_checked2 label{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	padding-left:0px;
	/*border:2px solid #000;*/
	border-right:0px;
	text-align:center;
	cursor:pointer;
	font-style: normal;
}
/*
.product_buy_form .mod_holder .row_checked2:last-child label{
	border-right:2px solid #000;
}*/
.product_buy_form .mod_holder .row_checked2.full_row:last-child label{
	padding-top: 25px;
}
.row_checked2 label div:first-child{
	font-size:16px;
	margin-top:24px;
	margin-bottom:3px;
	letter-spacing:normal;
}
.row_checked2 label:before {
	left:58px;
	top:10px;
}
.row_checked2 label div:last-child{
	font-size:21px;
	letter-spacing:normal;	
	font-weight: bold;
}
.MainCartFilter{
	margin-top:10px;
	margin-left:11px;
}
.CartBtn{
	width:100%;
	text-align:center;
	padding:0px 11px;
}
.CartBtn a{
	width:100%;
	line-height:36px;
	text-align:center;
	color:#fff;
	background-color:#000;
	display:inline-block;
	font-size:16px;
	letter-spacing:normal;
	border:2px solid #000;
}
.CartBtn img{
	position:relative;
	top:-3px;
	left:-5px;
	transition:0.5s;	
}
.CartBtn a:active,
.CartBtn a:hover{
    background: #76b668;
	border:2px solid #76b668;
	color:#fff;
}
.CartBtn a:hover img{
	/*
	-webkit-filter: invert(1);
    filter: invert(1);*/
	transition:0.5s;
}
/**/
.MainCartHover{
	width:100%;
	height:295px;
	position:absolute;
	z-index:2;
	left:0px;
	top:40px;
	padding:15px 15px 0px 15px;
	display:inline-block;
	background-color:#fff;
	display:none;
	transition:0.5s;	
}
.MainCartHover a{
    background-color: #000;
    width: 100%;
    height: 100%;
    line-height: 1;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    color: #fff;
    padding: 15px;
}
.MainCartHover img{
	margin-top:140px;
	margin-bottom:40px;
}
.MainCartHover span{
	width:100%;
	text-align:left;
	color:#fff;
    font-family: 'Roboto';
	display:inline-block;
}
/*
.MainCartImg:hover .MainCartHover{
	display:block;
	transition:0.5s;
}*/

/**/
.TopAction{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 80px;
    height: 34px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    letter-spacing: normal;
    font-family: MyriadProSemiBoldItalic;
    padding: 0px 10px 0px 10px;
    z-index: 4;
}
.ColorGreen{
	background-color:#76b668;/*Green*/
}
.ColorRed{
	background-color:#d96f69;/*Red*/
	padding-top:2px!important;	
}
.ColorActionRed{
	background-color:red;/*Red*/
	padding-top:1px!important;
	font-size:32px;
}
.ColorPink{
	background-color:#d6589a;/*Pink*/
}
.ColorCyan{
	background-color:#00eace;/*Cyan*/
	/*padding-top:11px!important;*/
	padding-top:2px!important;	
}
/**** Footer ****/
.FooterBg{
	width:100%;
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
}
.FooterSocial{
	width:100%;
	padding:0px 2px;
	position:relative;
	height:130px;	
}
.FooterSocialInner{
	padding:0px 2px;
	background-color:#fff;	
}
.FooterSocialTop span{
	width:100%;
	display:inline-block;
	line-height:1;
	letter-spacing:normal;
	font-size:18px;
	color:#000;
	background-color:#fff;
	padding:0px;
	text-align:left;
	position:relative;
}
.FooterSocialOneTop{
    line-height: 40px;
    height:40px;
    display:inline-block;
    border-bottom:2px solid #000;	
    background-color:#fff;
    width:100%;
}
.FooterSocialOneTop span{
    font-family:MyriadProBold;
    font-size:18px;	
    display:inline-block;
    margin-top:7px;
    padding-left:8px;
    letter-spacing: normal;
    color:#000;
    width:100%;
    line-height: 0.8;
    text-align: left;
}
.FooterSocialOneBot > ul{
    line-height: 1;
    height:88px;
    background-color:#fff;	
}
.FooterSocialOneBot > ul > li{
	line-height: 1;
	letter-spacing: normal;
	font-size:12px;
	color:#000;
	font-style:italic;
	padding:6px 5px;
	width:100%;
	text-align: left;
	display:inline-block;
}
.FooterSocialOneBot > ul > li > a{
	font-size: 12px;
    color: #000;
}
.FooterSocialOneBot > ul > li > a:hover{
	opacity: 0.8;
}
.BottomArrow{
	position:absolute;
	right:7px;
	bottom:7px;
	display:block;
}
/**/
.FooterSocialTop{
	width:100%;
	text-align: left;
	display:inline-block;
	background-color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
.FooterSocialTop3{
	padding-top: 8px;
}
.FooterSocialTop .FooterSocialImg{
	display:inline-block;
	vertical-align: top;
	width: auto;
}
.FooterSocialTop span:last-child{
	display:inline-block;
	width:120px;
	vertical-align: top;
}
.FooterSocialText div:first-child{
    font-family:MyriadProBold;
    font-size:12px;	
    display:inline-block;
    margin-top:7px;
    padding-left:8px;
    letter-spacing: normal;
    color:#000;
    width:100%;
    line-height: 0.7;
    text-align: left;
}
.FooterSocialText div:last-child{
    font-size:12px;	
    display:inline-block;
    margin-top:15px;
    padding-left:8px;
    letter-spacing: normal;
    color:#000;
    width:100%;
    line-height: 0.7;
    text-align: left;
}
.FooterSocialMiddle{
    text-align: center;
    background-color: #fff;
    margin-top: 0px;
    font-size: 16px;
    color: #000;
    line-height: 24px;
}
.FooterSocialMiddle a span:first-child{
    font-size:8px;	
    display:inline-block;
    padding-left:8px;
    letter-spacing: normal;
    color:#fff;
    line-height: 0.7;
    text-align: left;
    background-color:#000;
    padding:5px 10px;
}
.FooterSocialMiddle a span:last-child{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:10px;
	pointer-events: none;
    font-size:13px;	
    display:inline-block;
    padding-left:8px;
    letter-spacing: normal;
    color:#000;
    line-height: 100%;
    text-align: left;
    background-color:#000;
    padding:5px 10px;
}
.FooterSocialMiddle a span:last-child i{
	position:relative;
	top:-3px;
	left:-2px;
}
.Color1{
	background-color:#2da5df!important;
}
.Color1Text{
	color:#2da5df!important;	
}
.Color2{
	background-color:#d378a9!important;
}
.Color2Text{
	color:#d378a9!important;	
}
.Color3{
	background-color:#49659f!important;
}
.Color3Text{
	color:#49659f!important;	
}
.FooterSocialBottom{
	width:100%;
    text-align: center;
    color: #30a8e4;
    background: #000;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
}
.FooterLine{
	position:absolute;
	right:0px;
	bottom:4px;
	width:2px;
	height:80%;
	background-color:#fff;
}
.SmallFotText{
	position:absolute!important;
	left:10px;
	bottom:-10px;
	width:10px;
	pointer-events: none;
    font-size:10px!important;	
    display:inline-block;
    letter-spacing: normal;
    color:#000;
    line-height: 1;
    text-align: left;	
}
.FooterSocialText2{
	position:relative;
	top:-2px;
}
.FooterSocialText2 > div:last-child{
	font-size:14px;
	margin-top:4px;
}
.FooterSocialMiddle2{
	line-height: 24px;
	display:inline-block;
	width:100%;
	text-align: center;
}
.FooterSocialMiddle3{
	line-height: 13px;
}
.FooterSocialMiddle2 a{
	font-size:11px;
	color:#000;	
	letter-spacing: normal;
	display:inline-block;
	vertical-align: top;
}
.FooterSocialMiddle2 span{
	display:inline-block;
	width: auto;
	vertical-align: top;
}
.FooterSocialBottom2{
	width:100%;
	text-align: center;
	padding-bottom:2px;
}
.FooterSocialBottom2 > a{
	display:inline-block;
	width:98%;
	height:40px;
	background-color:#000;
	line-height: 40px;
	letter-spacing: normal;
	color:#cd4d31;
	font-size:15px;
	text-align: center;
	vertical-align: top;
	margin-top:5px;
	position:relative;
    font-family:MyriadProBold;	
}
.FooterSocialBottom2 > a:hover{
	background-color:#cd4d31;
	color:#fff;
}
.FooterSocialBottom3{
	width:100%;
	text-align: center;
	padding-bottom:2px;
}
.FooterSocialBottom3 > a{
	display:inline-block;
	width:98%;
	height:40px;
	background-color:#000;
	line-height: 40px;
	letter-spacing: normal;
	color:#57549f;
	font-size:15px;
	text-align: center;
	vertical-align: top;
	margin-top:5px;
	position:relative;
    font-family:MyriadProBold;	
}
.FooterSocialBottom3 > a:hover{
	background-color:#57549f;
	color:#fff;
}

.FooterSocialBottom11{
	width:100%;
	text-align: center;
	padding-bottom:2px;
}
.FooterSocialBottom11 > a{
	display:inline-block;
	width:98%;
	height:40px;
	background-color:#000;
	line-height: 40px;
	letter-spacing: normal;
	color:#30a8e4;
	font-size:15px;
	text-align: center;
	vertical-align: top;
	margin-top:5px;
	position:relative;
    font-family:MyriadProBold;	
}
.FooterSocialBottom11 > a:hover{
	background-color:#30a8e4;
	color:#fff;
}

.FooterSocialBottom12{
	width:100%;
	text-align: center;
	padding-bottom:2px;
}
.FooterSocialBottom12 > a{
	display:inline-block;
	width:98%;
	height:40px;
	background-color:#000;
	line-height: 40px;
	letter-spacing: normal;
	color:#d25e9d;
	font-size:15px;
	text-align: center;
	vertical-align: top;
	margin-top:5px;
	position:relative;
    font-family:MyriadProBold;	
}
.FooterSocialBottom12 > a:hover{
	background-color:#d25e9d;
	color:#fff;
}

.FooterSocialBottom13{
	width:100%;
	text-align: center;
	padding-bottom:2px;
}
.FooterSocialBottom13 > a{
	display:inline-block;
	width:98%;
	height:40px;
	background-color:#000;
	line-height: 40px;
	letter-spacing: normal;
	color:#4a649f;
	font-size:15px;
	text-align: center;
	vertical-align: top;
	margin-top:5px;
	position:relative;
    font-family:MyriadProBold;	
}
.FooterSocialBottom13 > a:hover{
	background-color:#4a649f;
	color:#fff;
}

.FormFeedbackBg{
	display: none;
	margin-top:30px;
	text-align:right;
	position: relative;
}

.feedback_block{
    display: block;
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 15;
}
.call_feedback{
    transform: scale(0.6);
    transition: 0.5s;
    display: block;
}
.call_feedback:hover{
	transform: scale(1);
}

.feedback_block.active .call_feedback{
	display: none;
}

.feedback_block #FEEDBACK_FORM{
	display:none;
	width:270px;
	height:161px;
	background-color:#fff;
	position:relative;
	right:124px;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	margin-right:10px;
    box-shadow: 0px 0px 50px 0px #000;
}
.feedback_block.active #FEEDBACK_FORM{
	display: block;
}
.feedback_close{
	font-size: 15px;
    color: #000;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 18px;
    cursor: pointer;
    padding: 5px;
    transition:0.5s;
}
.feedback_close:hover{
	opacity: 0.7;
	color: #000;
	text-decoration: none;
}
.FormPhoneImg{
	position:absolute;
	right:-124px;
	top:0px;
}
.FormFeedbackTitle{
	width:220px;
	display:inline-block;
    font-family:MyriadProSemiBold;
	font-size:14px;
	text-align:center;
	color:#000;
	line-height:1;
	letter-spacing:normal;
	margin-bottom:10px;
}
.FormInput input{
	width:220px;
	padding:4px 10px;
	line-height:1;
	font-size:14px;
	color:#000;
	border:0px;
	border-top:2px solid #fff;
	border-bottom:2px solid #000;
	outline:none;
    font-family:MyriadProItalic;	
}
.FormInput ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#000;	
}
.FormInput ::-moz-placeholder { /* Firefox 19+ */
	color:#000;	
}
.FormInput :-ms-input-placeholder { /* IE 10+ */
	color:#000;	
}
.FormInput :-moz-placeholder { /* Firefox 18- */
	color:#000;	
}
.FeedbackBtn{
	width:220px;
	text-align:center;
	margin-top:18px;
}
.FeedbackBtn button{
	display:inline-block;
	line-height:1;
	font-size:14px;
	letter-spacing:normal;
	border:2px solid #000;
	padding:4px 30px;
	background-color:#000;
}
.FeedbackBtn button:hover{
	background-color:#fff;
	color:#000;
}
/**** PageTitle ****/
.PageTitleBg{
	margin-top:25px;
	margin-bottom:15px;
}
.PageTitleWrap{
	background-color:#fff;
	padding:0px 20px;
	color:#000;	
	font-size:24px;
	line-height:60px;
	letter-spacing:normal;
    font-family:MyriadProLight;
	position:relative;	
}
.PageTitleWrap{
 background: #000;
 border: 2px solid #fff;
 color: #fff;
}
.PageTitleWrapLab{
    background-color: #000;
    border: 2px solid #fff;
    color: #fff;
}
.PageTitleWrap.basket_title{
    background-color: #fff;
    padding: 0px 20px;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    background: #000;
    letter-spacing: normal;
    font-family: MyriadProLight;
    text-transform: uppercase;
    position: relative;
    border: 2px solid #fff;
}
.TitleBold{
    font-family:MyriadProBold;
	font-size:22px;	
}
.PageTitleCart{
	position:absolute;
	top:0px;
	right:0px;
	width:90px;
	height:60px;
	display:block;
}
.PageTitleCart > span{
	width:32px;
	line-height:32px;
	text-align:center;
	position:relative;
	display:inline-block;
	top:-1px;
	left:10px;
	z-index:1;
	font-size:14px;
    font-family:MyriadProSemiBold;
	color:#71ac5e;	
}
.PinkPageTitleCart{
	background-color:#d378a9;
	background-position:center;
	background-repeat:no-repeat;
	width:90px;
	height:60px;
	display:inline-block;
}
.PinkPageTitleCart > span{
	left:50%;
	margin-left:-16px;
	color:#d378a9;
}
/**** PageProduct ****/
.PageProductBg{
	margin-bottom:15px;
}
.PageProductLeftWrap{
	background-color:#fff;
	position:relative;
	min-height:500px;
	padding-right:15px;	
}
.PageProductLeftWrap img{
	width:100%;
}
.PageProductTopMod{
	position:absolute;
	left:20px;
	top:85px;
}
.PageProductBottomMod{
	position:absolute;
	left:20px;
	top:185px;	
}
.PageProductTitleWrap{
	background-color:#fff;
	width:100%;
	height:auto;
	position:relative;
}
.PageProductTitleWrap div{
    font-family:MyriadProBold;
	font-size:36px;
	color:#000;
	line-height:1;
	padding-top:20px;
	padding-bottom:10px;
	letter-spacing:normal;
}
.PageProductTitleWrap span{
    width: 100%;
    line-height: 1;
    letter-spacing: normal;
    font-size: 18px;
    font-family: 'Roboto';
    color: #76b668;
    text-align: right;
    display: block;
    padding: 10px 30px;
}
.ProductInnerLeftWrap{
	background-color:#fff;
	width:100%;
}
.ProductTopText{
    width: 100%;
    height: auto!important;
    background-color: #76b668;
    padding: 15px 22px;
    color: #fff;
    line-height: 24px;
    letter-spacing: normal;
    font-size: 18px;
    font-family: 'Roboto';
}
.ProductTopText b{
    font-family:'Roboto';
    font-weight: bold;	
}
.ProductTopText table{
	max-width: 100%!important;
	width: 100%!important;
}
.RightBottom{
	background-color:#fff;
	padding-bottom: 20px;
}
.ProductBottomText{
	border:2px solid #76b668;/*Green*/
	width:100%;
	height:auto;
	padding-bottom: 20px;
}
.ProductBottomText{
	width:100%;
	text-align:left;
	padding-top:14px;
	padding-left:15px;	
	
}
.BigCircles div:first-child{
	width:200px;
	display:inline-block;
	color:#000;
	font-size:18px;
	line-height:1.25;
    font-family:MyriadProLight;
	font-style:normal;
	letter-spacing:normal;
}
.BigCircles{
	line-height:0px;
	letter-spacing:normal;
	font-size:0px;	
}
.BigCircles span{
	width:14px;
	height:14px;
	margin-right:0px;
	border-radius:50%;
	display:inline-block;
	margin-right:5px;
}
.ProductInnerTableWrap{
	padding-right:30px;
}
.ProductInnerTableWrap table{
	border:2px solid #76b668;/*Green*/
	width:100%;
}
.ProductInnerTableWrap ul{
	margin-left: 20px;
}
.ProductInnerTableWrap li{
     list-style-type: disc;
}
.ProductInnerTableWrap span,
.ProductInnerTableWrap a,
.ProductInnerTableWrap li,
.ProductInnerTableWrap div,
.ProductInnerTableWrap p{
	color: #000;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto';
}
.PadLeftNone{
	padding-left:0px;
}
.ProductRowChecked{
	margin-top:15px;
	position:relative;
}
.ProductRowChecked .CartBtn{
	position:absolute;
	bottom:0px;
	right:15px;
	width:390px;
}
.ProductInnerTableWrap table tr{
	padding:20px;
}
.ProductInnerTableWrap table tr td:first-child{
	font-size:20px;
    font-family:MyriadProBold;
	line-height:1;
	letter-spacing:normal;
	color:#000;
	width:45%;
	border-right:2px solid #76b668;/*Green*/
	text-align:right;
	padding:5px 10px;	
}
.ProductInnerTableWrap table tr td:last-child{
	font-size:20px;
    font-family:MyriadProLight;
	line-height:1;
	letter-spacing:normal;
	color:#000;
	width:55%;
	text-align:left;
	padding:0px 10px;
}
.ProductInnerTableWrap table tr:nth-child(odd){
	background-color:rgba(118,182,104,0.3);
}
/**** Recomend ****/
.RecomendBg{
	height:auto;
	margin-bottom:15px;
}
.RecomendWrap{
	background-color:#fff;
	width:100%;
	height:170px;
	padding:12px 20px;
}
.RecomendTitle{
	width:100%;
	text-align:left;
    font-family:'Roboto';
	font-size:18px;
	line-height:1;
	letter-spacing:normal;
	color:#000;
	margin-bottom:25px;
}
.RecomendText{
	width:100%;
	text-align:left;
	font-style:normal;
	font-size:16px;
	line-height:1.25;
	letter-spacing:normal;
	color:#000;
	font-family: 'Roboto';
}
.RecomendImagesWrap{
	width:100%;
	text-align:center;
	background-color:#fff;
}
.RecomendImg{
	display:inline-block;
	height:170px;
	padding-top:25px;
	width:25%;	
	vertical-align:top;	
}
.RecomendImgText{
	color:#000;	
	line-height:1;
	letter-spacing:normal;
	font-size:18px;
    font-family:MyriadProRegular;
	margin-top:18px;
}
/**** CartCart ****/

.PageCartImg{
	height:160px;
	background-color:#fff;
}
.PageCartTextWrap{
	background-color:#fff;
}
.PageCartPlusMinus{
	background-color:#fff;
}
.PageCartPrice{
	background-color:#fff;
}

#order .PageCartProductClose{
    width: 20px;
    height: 20px;
    color: #888;
    display: block;
    line-height: 24px;
    font-size: 18px;
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
}
#order .PageCartProductClose:hover{
	color: #000;
}
.wishlist .PageCartProductClose{
	vertical-align: top;
}
.wishlist .PageCartProductClose a{
	margin: 75px auto;
}
.PageCartProductClose a span{
	position:relative;
	top:-1px;
}
.PageCartProductClose a:hover{
	background-color:#fff;
	color:#000;
}
.PageCartImg{
	width:100%;
	text-align:left;
	display:inline-block;
}
.PageCartName{
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: bold;
    margin: 20px auto 5px auto;
    max-height: 36px;
    overflow: hidden;
}
.PageCartImg img{
	display:inline-block;height:100%;
	width:auto;
}
.PageCartImg2{
    max-height: 90px;
    margin-bottom: 10px;
}
.PageCartImg2 img{
	max-height: 90px;
}
.FirstCartWrap{
	width:100%;
	text-align:center;
}
.PageCartTitle{
	width:100%;
	text-align:left;
	font-size:24px;
    font-family:MyriadProBold;	
	color:#000;
	line-height:1;
	padding:15px 5px 2px 5px;
	margin-top: 20px;
}
.wishlist .PageCartTitle{
    margin-top: 30px;
}
.PageCartSmallTitle{
	width:100%;
	text-align:left;
	font-size:24px;
    font-family:MyriadProLight;	
	color:#000;
	line-height:1;
	padding:0px 5px 15px 5px;
}
.PageCartText{
	font-size:18px;
	line-height:1;
	letter-spacing:normal;
	color:#000;
	color:#343536;
	padding-left:5px;
}
.PageCartText i{
	color:#5a5a5a;
	padding-left:5px;
    font-family:MyriadProLight;	
}
.PageCartPlusMinus{
	line-height:180px;
    font-family:MyriadProSemiBold;
	color:#000;
	width:100%;
	text-align:center;
	padding-top:10px;
}
.PageCartPlusMinus span{
	font-size:24px;
	color:#000;
    line-height: 24px;
    vertical-align: middle;
	letter-spacing:normal;
    font-family:MyriadProBold;
}
.PageCartPlusMinus > span{
	display:inline-block;
	width:40px;
}
.Minus, .Plus{
    width: 30px;
    height: 30px;
    background-color: #888;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    text-align: center;
    border: 1px solid #888;
    vertical-align: middle;
}
.Minus:hover, .Plus:hover{
	background-color:#fff;
}
.Minus:hover span, .Plus:hover span{
	color:#000;
}
.Minus{
	margin-right:30px;
}
.Plus{
	margin-left:30px;
}
.Minus span{
    line-height: 1;
    text-align: center;
    color: #fff;
    display: block;
}
.Plus span{
	line-height: 1;
    text-align: center;
    color: #fff;
    display: block;
}
.Numb{
	position:relative;
	top:-4px;
}
.PageCartPrice{
	text-align:center;
    margin: 70px auto;
}
.PageCartPrice span:first-child{
	font-size:22px;
	line-height: 22px;
	letter-spacing:normal;    
	font-family:MyriadProLight;
	color:#000;
	display: block;
}
.PageCartPrice span:nth-child(2){
	font-size:24px;
	line-height:22px;
	letter-spacing:normal;
    font-family:MyriadProBold;	
	color:#000;	
	display: block;
}

.PageCartPrice2{
	text-align:center;
    margin: 30px auto;
}
.PageCartPrice2 span:first-child{
	font-size:22px;
	line-height:1;
	letter-spacing:normal;    
	font-family:MyriadProBold;
	color:#000;
	display: block;
}
.PageCartPrice2 span:nth-child(2){
	font-size:24px;
	line-height:1;
	letter-spacing:normal;
    font-family:MyriadProBold;	
	color:#000;	
	display: block;
}
.CartCart{
	margin-bottom:10px;
	position: relative;
	background: #fff;
}
.BtnRemoveWish{
	position: absolute;
    top: 10px;
    right: 10px;
    color: #969696;
    z-index: 2;
    cursor: pointer;
    transition:0.5s;
}
.BtnRemoveWish:hover{
	color: #000;
	transform:scale(1.1);
}
.AllTotalText{
	width:100%;
	text-align:left;
	font-size:26px;
	color:#fff;
    font-family:MyriadProBold;
	line-height:1;
	margin-top:25px;
	letter-spacing:normal;	
}
.AllTotalTotal{
	width:370px;
	text-align:center;
	display:inline-block;
	font-size:26px;
	color:#fff;
    font-family:MyriadProBold;
	line-height:1;
	margin-top:25px;	
	letter-spacing:normal;	
}
.AllTotalBtn a{
	width:366px;
	text-align:center;
	display:inline-block;
	font-size:26px;
	color:#fff;
    font-family:MyriadProBold;
	line-height:1;
	margin-top:25px;
	background-color:#71ac5e;/**Green**/	
	letter-spacing:normal;
	line-height:46px;
	border:2px solid #71ac5e;/**Green**/
}
.AllTotalBtn a:hover{
	color:#71ac5e;/**Green**/
	background-color:#fff;
}
.AllTotalBtn{
	margin-bottom:50px;
}
.AllTotalBtn.sumbit_basket_holder{
	margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.AllTotalBtnPink a{
	background-color:#d378a9;/**Pink**/
	border:2px solid #d378a9;/**Pink**/
}
.AllTotalBtnPink a:hover{
	color:#d378a9;/**Pink**/
}
/**** PayForm ****/
.PayFormInput{
	width:100%;
	position:relative;
}
.PayFormInput input,.PayFormInput textarea, .SelectSelect span, .SelectSelect2 span{
    width: 100%;
    text-align: left;
    padding: 5px 20px;
    display: inline-block;
    background-color: #fff;
    color: #000;
    outline: none;
    border: 2px solid #fff;
    font-size: 16px;
    font-style: italic;
    font-family: MyriadProLight;
    margin-bottom: 5px;
    line-height: 1;
    letter-spacing: normal;
}
#PAY_FORM .error_pay .SelectSelect span,
#PAY_FORM .PayFormInput textarea.error_input,
#PAY_FORM .PayFormInput input.error_input{
	background: #ffcece!important;
    border: 2px solid #cc0707!important;
}

.error_pay .SelectSelect span, .error_pay .SelectSelect2 span{
    background: #ffcece!important;
    border: 1px solid #cc0707!important;
}
.SelectSelect span, .SelectSelect2 span{
	color:#a8a8a8;
	position:relative;
	height:auto;
	padding-top:0px;
	padding-bottom:0px;
	line-height:34px;
	cursor:pointer;
}
.PayFormInput input:focus,.PayFormInput textarea:focus{
	border:2px solid #71ac5e;/**Green**/
}
.PayFormInput textarea{
	min-height:50px;
	padding:12px 20px;
	max-width: 100%;
}
.CommentTextarea textarea{
	min-height:50px;
	width:100%;
}
.PayFormInput ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#a8a8a8;	
}
.PayFormInput ::-moz-placeholder { /* Firefox 19+ */
	color:#a8a8a8;	
}
.PayFormInput :-ms-input-placeholder { /* IE 10+ */
	color:#a8a8a8;	
}
.PayFormInput :-moz-placeholder { /* Firefox 18- */
	color:#a8a8a8;	
}
.SelectSelect, .SelectSelect2{
	position:relative;	
}
.PayFormDelivery, .PayFormPay{
	position:absolute;
	top:42px;
	left:0px;
	width:100%;
	text-align:left;
	border:2px solid #71ac5e;/**Green**/
	border-top:0px;
	z-index:1;
	background-color:#f8f8f8;
	display:none;
}
.PayFormDelivery > li > a, .PayFormPay > li > a{
	display:inline-block;
	width:100%;
	padding:15px 20px;
	color:#5a5a5a;
	line-height:30px;
    font-family:MyriadProSemiBoldItalic;
	font-size:22px;	
}
.PayFormDelivery > li > a:hover, .PayFormPay > li > a:hover{
	background-color:rgba(113,172,94, 0.5);
	color:#fff;
}
.SelectSelect i, .SelectSelect2 i{
	position:absolute;
	width:40px;
	text-align:center;
	line-height:40px;
	display:block;
	top:-6px;
	right:5px;
	font-size:34px;
	color:#000;
	transition:0.5s;
}
.SelectSelect.active span, .SelectSelect2.active span{
	border:2px solid #71ac5e;/**Green**/	
}
.Rotate{
	transform:rotate(-180deg);
}
/**** RightPay ****/
.RightPayWrap{
	background-color:#fff;
}
.RightRow{
	padding-left:15px;
	margin-left:0px;
	margin-right:0px;	
}
.RightRow .Minus{
	margin-right:7px;
}
.RightRow .Plus{
	margin-left:7px;
}
.S1, .S2, .S3, .S4{
	vertical-align:sub;
}
.PageCartQuantity{
	font-size: 22px;
    line-height: 22px;
    color: #000;
    font-family:MyriadProLight;
    text-align: center;
    margin: 30px auto;
}
.RightPayWrapTitle{
	width:100%;
	text-align:left;
	font-size:24px;
    font-family:MyriadProBold;
	line-height:1;
	color:#000;
	letter-spacing:normal;
	padding:15px 20px;
	background-color:#fff;
}
.PayTopRight{
	padding-right:15px;
}
.ProductLine{
	width:100%;
	background-color:#fff;
}
.ProductLine span{
	height:3px;
	display:inline-block;
	background-color:#000;
    width: 90%;
    margin: 0px 5%;
}
.ProductLine:last-child span{
	display: none;
}

.AllTotalTextPay{
	padding-left:15px;
}
.AllTotalBtnPay{
	margin-bottom:0px;	
}
.AllTotalBtnPay a{
	width:100%;
	font-size:26px;
    font-family:MyriadProRegular;
	line-height:40px;
}
.EnterPromoWrap{
	width:100%;
	text-align:right;
	margin-top:20px;
	position:relative;
}
.EnterPromoWrap span{
	display:inline-block;
	line-height:32px;
	font-size:24px;
	letter-spacing:normal;
	color:#fff;
}
.EnterPromoWrap span:first-child{
	padding-right:40px;
    font-family:MyriadProLight;
	font-style:italic;
	position:absolute;
	left:60px;
	top:5px;
	line-height:1;
}
.PromoInput input{
	width:200px;
	padding:5px 15px;
	color:#fff;
	background-color:#000;
	border:1px solid #000;
	border-bottom:1px solid #fff;
	display:inline-block;
	line-height:1;
	letter-spacing:3px;
	font-size:24px;
	text-align:center;
	outline:none;
	font-style:italic;
}
.PayFormTotalWrap{
	border:2px solid #fff;
	font-size:26px;
	line-height:1;
	color:#fff;
	letter-spacing:normal;
    font-family:MyriadProBold;
	margin-top:25px;
	position:relative;
	text-align:left;
	padding:12px 25px 15px 25px;
}
.PayFormTotalWrap > span{
	position:absolute;
	display:inline-block;
	right:30px;
	top:14px;
}
.PayFormBtn2,
.PayFormBtn{
	width:100%;
	text-align:center;
}
.PayFormBtn2 a,
.PayFormBtn a{
	display:inline-block;
	position:relative;
	height:385px;
	margin-top:115px;
	padding-top:115px;	
}
.PayFormBtn2 a img,
.PayFormBtn a img{
	text-align:center;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-40px;
	display:none;
	transition:0.5s;
}
.PayFormBtn2 a span:first-child,
.PayFormBtn a span:first-child{
	width:270px;
	height:270px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-135px;
	border:3px solid #fff;
	transform: rotate(45deg);
	color:#fff;
	transition:0.5s;	
}
.PayFormBtn2 a span:last-child,
.PayFormBtn a span:last-child{
	font-size:32px;
    font-family:MyriadProBold;
	line-height:1;
	letter-spacing:normal;
}
.PayFormBtn2 a:hover,
.PayFormBtn a:hover{
	color:#fff;
}
.PayFormBtn2 a:hover img,
.PayFormBtn a:hover img{
	transition:0.5s;	
	display:block;
}
/**** Shool ****/
.PageTitleWrap a{
	position:absolute;
	top:10px;
	right:15px;
	line-height:34px;
	padding:0px 30px;
	display:inline-block;
	color:#000;
	border:3px solid #000;
	text-align:center;
    font-family:MyriadProSemiBold;
	font-size:16px;
	letter-spacing:normal;
}
.PageTitleWrap a{
    color: #000;
    border: 2px solid #fff;
    background: #fff;
}
.PageTitleWrap a:hover{
	background-color:#000;
	color:#fff;
}
.ShoolContentRightWrap{
	width:100%;
	padding:25px 15px;
	margin-bottom:70px;
}
.ShoolContentRightWrap p{
	color:#fff;
	font-size:22px;
    font-family:'Roboto';
	line-height:1;
	letter-spacing:normal;
}
.IcosImgWrap{
	width:100%;
	text-align:center;
}
.IcosImgWrap .I1, .IcosImgWrap .I2{
	height:395px;
	width:25%;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	padding-left:2px;
	padding-right:2px;
	position:relative;	
}
.IcosImgWrap .I2{
	height:auto!important;
	margin-bottom:120px;
	padding-top: 20px;
}
.IcoTitle{
	width:100%;
	line-height:150px;
	background-color:#fff;
	text-align:center;
	vertical-align:top;
	display:inline-block;
	border:2px solid #fff;	
	padding-bottom: 20px;
}
.I2 .IcoTitle{
	margin-top:85px;
	padding-top: 20px;
	padding-bottom: 0px;
}
.IcoTitle > span{
	display:table;
	vertical-align:middle;
	line-height:1;
	font-size:44px;
    font-family:MyriadProLight;
	color:#000;
	width: 100%;
	text-align: center;
	letter-spacing:normal;
	min-height: 110px;
	padding-bottom:20px;
	transition:0.5s;	
	text-transform: uppercase;
	padding: 0px 52px;
}
.IcoTitle > span > span{
    display: table-cell;
    vertical-align: middle;
}
.I2 .IcoTitle > span{
	padding-bottom:0px;
	padding-top:20px;
}
.IcosImgWrap .I1 img{
	position:absolute;
	left:50%;
	width:90%;
	margin-left:-45%;
	bottom:30px;
	transition:0.5s;
}
.IcosImgWrap .I2 img{
	position:absolute;
	left:50%;
	width:90%;
	margin-left:-45%;
	top:-130px;
	transition:0.5s;	
}
.I1:hover .IcoTitle, .I2:hover .IcoTitle{
	background-color:#6727d3;
	transition:0.5s;	
}
.I1:hover .IcoTitle > span, .I2:hover .IcoTitle > span{
	color:#fff;
}
.I1:hover img, .I2:hover img{
	transition:0.5s;
	-webkit-filter: invert(1);
    filter: invert(1);	
}
/**** ThanksText ****/
.ThanksTextTitle{
	width:100%;
	text-align:center;
	margin-bottom:70px;	
}
.ThanksTextTitle span{
	font-size:26px;
    font-family:MyriadProLight;	
	letter-spacing:normal;
	line-height:1;
}
.ThanksTextBottomText{
	width:100%;
	text-align:center;
	font-size:26px;
    font-family:MyriadProLight;	
	letter-spacing:normal;
	line-height:1.2;
	margin-top:60px;
}
.ThanksTextBottomText b{
    font-family:MyriadProBold;	
}
.ThanksTextBottomText > span{
	width:690px;
	display:inline-block;
}
#SMALL_FORM{
	width:100%;
	margin-top:30px;
	position:relative;
}
.SmallFormInput{
	margin-bottom:70px;
}
.SmallFormInput input{
	width:100%;
	padding:9px 130px 9px 25px;
	border:1px solid #fff;
	color:#000;
	font-size:26px;
	outline:none;
	font-style:italic;
    font-family:MyriadProLight;	
}
.SmallFormInput input:focus{
	border:1px solid #71ac5e;/**Green**/	
}
.SmallFormInput ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#a8a8a8;	
}
.SmallFormInput ::-moz-placeholder { /* Firefox 19+ */
	color:#a8a8a8;	
}
.SmallFormInput :-ms-input-placeholder { /* IE 10+ */
	color:#a8a8a8;	
}
.SmallFormInput :-moz-placeholder { /* Firefox 18- */
	color:#a8a8a8;	
}
.ThanksText{
	display:none;
}
.ThanksTextWrap button{
	width:100px;
	height:100%;
	position:absolute;
	right:0px;
	top:0px;
	border:0px;
	border-left:10px solid #000;
	outline:none;	
	display:inline-block;
}
.ThanksTextWrap button > span{
	text-align:center;
	border:2px solid #6727d3;
	line-height:100%;
	letter-spacing:normal;
	font-size:36px;
	display:inline-block;
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	color:#fff;
	background-color:#6727d3;
	outline:none;
	transition:0.5s;	
}
.ThanksTextWrap button > span span{
	position:relative;
	top:6px;
}
.ThanksTextWrap button:hover > span{
	background-color:#fff;
	color:#6727d3;	
	transition:0.5s;
}
.ThanksTextText{
	width:100%;
	text-align:center;
}
.ThanksTextText{
	display:inline-block;
	position:relative;
	height:385px;
	margin-top:60px;
	padding-top:95px;	
}
.ThanksTextText img{
	text-align:center;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-40px;
	display:none;
	transition:0.5s;
}
.ThanksTextText span:first-child{
	width:270px;
	height:270px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-135px;
	border:3px solid #fff;
	transform: rotate(45deg);
	color:#fff;
	transition:0.5s;	
}
.ThanksTextText span:last-child{
	font-size:40px;
    font-family:MyriadProBold;
	line-height:1;
	letter-spacing:normal;
}
.ThanksTextWrap > img{
	position:absolute;
	top:130px;
	right:0px;
}
.AllTotalTextPink{
	color:#d378a9;
	line-height:46px;
	letter-spacing:normal;
	font-size:24px;
    font-family:MyriadProLight;
	font-style:italic;
	margin-top:28px;
	width:100%;
	text-align:right;
	padding-right:20px;
}
/**** Spos ****/
.SposImg{
	width:16.66%;
}
.SposImg2{
	width:33.33%;
}
.RecomendImagesWrap a{
	border-right:2px solid #000;
	border-left:2px solid #000;	
	border-bottom:4px solid #000;
	position:relative;
	background-color:#fff;
}
.SposImg > span:first-child{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	z-index:2;
	background-color:#000;
	left:0px;
	top:0px;
	border:2px solid #fff;
	padding-top:25px;
	display:none;
	transition:0.5s;
}
.SposImg:hover > span:first-child{
	display:inline-block;
	transition:0.5s;	
}
.SposImg > span:first-child > img{
	display:inline-block;
	margin-bottom:40px;
}
.SposImg > span:first-child div{
	display:inline-block;
	width:100%;
	color:#fff;
	font-size:18px;
    font-family:MyriadProSemiBold;	
}
.Spos2Tit{
	margin-top:30px;
	margin-bottom:15px;
}
/**** Kemeks ****/
.KemeksBg{
	margin-top:30px;
}
.KemeksRightWrap, .KemeksLeftWrap{
	width:100%;
	min-height:520px;
	display:inline-block;
	border:2px solid #fff;
	background-color:#fff;
	padding:15px;
}
.KemeksRightWrap{
	background-color:#000;
	margin-bottom:30px;	
}
.KemR{
	padding-left:10px;
}
.KemeksLeftTitle,.KemeksRightTitle{
	width:100%;
	text-align:left;
	font-size:24px;
    font-family:MyriadProBold;
	line-height:1;
	letter-spacing:normal;
	color:#000;
	margin-bottom:15px;
}
.KemeksRightTitle{
	color:#fff;
}
.KemeksLeftWrap p{
	font-size:20px;
    font-family:'Roboto';
	line-height:1.15;
	letter-spacing:normal;
	color:#000;
	margin-bottom:0px;
}
.KemeksRightWrap p{
	font-size:20px;
    font-family:'Roboto';
	line-height:1.15;
	letter-spacing:normal;
	color:#fff;	
	margin-bottom:0px;
}
.VideoWrap{
	width:100%;
	height:570px;
	background-color:#a8a8a8;
}
.Title404{
	width:100%;
	text-align:center;
	color:#fff;
	background-color:#000;
	line-height:1;
}
.Ups404{
	width:100%;
	text-align:center;
	position:relative;
}
.Ups404 img{
	display:inline-block;
	margin-top:20px;
	width: 100%;
    max-width: 380px;
    margin-left: 132px;
}

.Ups404 > div{
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 130px;
    left: 50%;
    top: 100px;
    margin-left: -60px;
    color: #fff;
}
.Ups404 > div > div:first-child{
	font-size:54px;
	color:#fff;
	line-height:1;
	letter-spacing:normal;
    font-family:MyriadProBold;	
}
.Ups404 > div > div:last-child{
	font-size:14px;
	color:#fff;
	line-height:1;
	letter-spacing:normal;
    font-family:MyriadProLight;	
	font-weight:bold;
}
/**** Map ****/
.MapBg{
	margin-bottom:100px;
}
.MapWrap{
	width:100%;
	background-color:#a8a8a8;
	height:650px;
}
.MapInput{
	position:absolute;
	width:200px;
	top:10px;
	right:10px;
}
.MapInput > a{
	width:100%;
	line-height:34px;
	border:2px solid #000;
	text-align:left;
	font-size:20px;
	font-style:normal;
	color:#000;
	padding:0px;
	text-align:left;
	padding-left:10px;
	top:0px;
	right:0px;
	background: #fff;
}
.MapInput > a i{
	position:absolute;
	top:8px;
	right:10px;
}
.MapInputUl{
	width:100%;
	position:absolute;
	top:36px;
	left:0px;
	z-index:2;
	border:2px solid #000;
	display:inline-block;
	background-color:#fff;
	line-height:1;
	display:none;
}
.MapInputUl > li{
	width:100%;
	display:inline-block;

}
.MapInputUl > li > a{
	position:static;
	border:0px;
	width:100%;
	line-height:30px;
	letter-spacing:normal;
	font-size:16px;
	color:#000;
	background-color:#fff;
}
/**** About ****/
#AboutClick{
	border:0px;
	font-size:54px;
    top: 4px;
    right: 10px;
}
.About{
	width:100%;
	border:2px solid #fff;
	padding:15px;
	color:#fff;
	background-color:#000;
	font-size:16px;
	line-height:1;
	letter-spacing:normal;
    font-family:MyriadProLight;	
	display:none;
}
.About b{
    font-family:MyriadProBold;
	font-size:16px;
}
.AboutWrap{
	width:100%;
	text-align:center;
}
.AboutWrap > span,
.AboutWrap a{
	display:inline-block;
	width:23%;
	margin: 1%;
	border-left:2px solid #000;
	border-right:2px solid #000;
	margin-bottom:2px;
	height:356px;
	background-color:#000;
	position:relative;
	transition:0.5s;	
}
.AboutCartTitle{
	width:100%;
	text-align:center;
	line-height:70px;
}
.AboutCartTitle span{
	color:#fff;
	width:100%;
	display:inline-block;
	letter-spacing:normal;
	font-size:22px;
    font-family:MyriadProSemiBold;	
	vertical-align:middle;
    max-height: 70px;
    overflow: hidden;
}
.AboutImg{
	width:100%;
	height:286px;
	background-color:#a8a8a8;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.AboutColor1{
	background-color:#95a828; 
}
.AboutColor2{
	background-color:#4981a7; 
}
.AboutColor3{
	background-color:#64b0a9; 
}
.AboutColor4{
	background-color:#e9a756; 
}
.AboutColor5{
	background-color:#edbc78; 
}
.AboutColor6{
	background-color:#df6374; 
}
.AboutColor7{
	background-color:#c060ba; 
}
.AboutColor8{
	background-color:#95a8fb; 
}
.AboutColor9{
	background-color:#6727d3; 
}
.AboutColor10{
	background-color:#26a848; 
} 
.AboutColor11{
	background-color:#e90c84; 
} 
.AboutColor12{
	background-color:#64b0a9; 
}
.AboutHover{
	position:absolute;
	width:100%;
	height:290px;
	line-height:290px;
	font-size:20px;
	letter-spacing:normal;
	bottom:-2px;
	left:0px;
	transition:0.5s;
	display:none;
} 
.AboutWrap > span:hover .AboutHover,
.AboutWrap a:hover .AboutHover{
	display:block;
	color:#fff;
}
.AboutHover > span{
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    margin-top: 25px;
}
.AboutHover .Name{
	font-size:24px;
    font-family:MyriadProBold;	
}
.AboutHover .Text{
    font-family:MyriadProLight;
	padding-left:20px;
	padding-right:20px;
}
.AboutWrap{
	margin-bottom:70px;
}
.RightBarImg{
	width:100%;
	height:660px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
#SignImg1{
	width:148px;
	left:50%;
	margin-left:-74px;
	top:40px;
}
#SignImg2{
	width:36px;
	height:69px;
	left:50%;
	margin-left:-18px;
	top:185px;
}
.success_text_feedback{
	display: none;
    color: #76b668;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
    margin: 45px auto;
}
.no_products_find{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
    background: #fff;
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
}
.gmap{
	display: block;
	width: 100%;
	height: 650px;
}
.MainCartImg{
	width: 100%;
	height: 280px;
	text-align: center;
}
.MainCartImg img{
	max-height: 280px;
	max-width: 100%;
}
.toggle_filters{
	float: right;
	display: block;
	color: #fff;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 5px 15px 5px 5px;
}
.toggle_filters:focus,
.toggle_filters:active{
	color: #fff;
}
.toggle_filters:hover{
	color: #fff;
	opacity: 0.7;
}
.toggle_filters .show_filters{
	display: block;
}
.toggle_filters .hide_filters{
	display: none;
}
.toggle_filters.active .show_filters{
	display: none;
}
.toggle_filters.active .hide_filters{
	display: block;
}
.filter_holder{
	height: 0px;
	overflow: hidden;
    display: block;
    width: 100%;
}
.filter_holder.active{
	height: auto;
}
.BannerPopup2,
.BannerPopup{
    display: none;
    position: absolute;
    top: 270px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    border: 2px solid #fff;
    background: #000;
    z-index: 14;
    box-shadow: 0px 0px 10px 0px #280181;
}
.BannerPopup2{
	position: fixed;
}
.BannerPopup2 input[type="text"],
.BannerPopup input[type="text"]{
    font-size: 20px;
    display: block;
    text-align: center;
    outline: none;
    line-height: 30px;
    padding: 0px 10px;
    margin: 20px auto;
    color: #fff;
    background: #000;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #fff;
    width: 100%;
}
.BannerPopup2 input[type="submit"],
.BannerPopup input[type="submit"]{
	outline: none;
    display: block;
    background: #fff;
    border: none;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    padding: 10px 15px;
    margin: 20px auto 0px auto;
    border-bottom: 2px solid #fff;
    transition:0.5s;
}
.BannerPopup2 input[type="submit"]:hover,
.BannerPopup input[type="submit"]:hover{
    background: #71ac5e;
    color: #fff;
    border-color: #71ac5e;
}
.price_form,
.taste_form{
    padding: 20px 40px;
}
.price_thanks_text,
.taste_thanks_text{
	display: none;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 80px;
}
.BannerPopupTitle{
    line-height: 30px;
    font-size: 22px;
    text-align: center;
}
.BannerPopupClose{
	cursor: pointer;
	z-index: 13;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 10px;
	transition:0.5s;
}
.BannerPopupClose:hover{
	opacity: 0.7;
}
.FooterCopy{
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 18px;
    font-family: 'MyriadProLight';
}
.FooterBaw{
    color: #fff;
    font-size: 16px;
    text-align: right;
    line-height: 18px;
    font-family: 'MyriadProLight';
}
.FooterBaw a{
    color: #fff;
    font-size: 18px;
    transition:0.5s;
}
.FooterBaw a:hover{
	opacity: 0.7;
}
.FooterSCAS{
    margin: 30px auto;
}
.FooterMenu{
    line-height: 20px;
    margin: 15px 5px;
    text-align: left;
}
.m_f_link{
	text-transform: uppercase;
	line-height: 22px;
    margin-bottom: 10px;
    display: inline-block;
	color: #fff;
	font-size: 18px;
    transition:0.5s;
	border-bottom: 2px solid transparent;	
}
.m_f_link:hover{
	color: #fff;
	opacity: 1;
	border-bottom: 2px solid #fff;	
}
.FooterMenu ul li span,
.FooterMenu ul li a{
	color: #fff;
	line-height: 16px;
	font-size: 16px;
	font-weight: normal;
    transition:0.5s;
}
.FooterMenu ul li.active span,
.FooterMenu ul li a:hover{
	border-bottom: 2px solid #fff;
}
.FooterMenu ul.footerBmenu li span,
.FooterMenu ul.footerBmenu li a{
	color: #fff;
	line-height: 18px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}
.FooterContactInfo{
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-family: 'MyriadProLight';
}
.gallery a{
    width: 100%;
    padding: 5px;
    display: block;
    border: 2px solid #fff;
    margin: 10px auto;
    overflow: hidden;
}
.gallery a img{
    display: block;
    width: 100%;
    transition:0.5s;
}
.gallery a:hover img{
	transform:scale(1.1);
}

.FooterMenu .light_menu{
     font-family: 'MyriadProLight';
}


.pagination{
  margin: 20px auto;
  text-align: center;
  width: 100%;
}
.pagination li span,
.pagination li a{
  background: #fff;
  border: 1px solid #76b668;
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-size: 13px;
  text-decoration: none;
  height: 36px;
  margin: 1px;
  line-height: 32px;
  padding: 0px;
  width: 36px;
  text-align: center;
}
.pagination > li > a:hover,
.pagination > .active > a, 
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
  color: #ffffff;
  background: #76b668;
  border: 1px solid #76b668;
  outline: none;
}
.pagination > li > a.load_more{
    display: block;
    line-height: 17px;
    width: 120px;
    font-size: 14px;
    border-radius: 0px!important;
    padding: 0px 10px;
    border: 1px solid #aecc2d!important;
}
.pagination > li > a.load_more:hover{

}
.pagination > li{
  display: inline-block;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
  background: #76b668;
  border: 1px solid #76b668;
  color: #ffffff;
}
.p_empty{
	font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    background: #fff;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
}
.clr{
	display: block;
	width: 100%;
	clear: both;
}
.EnterPromoWrap2 span{
	padding-left: 60px;
    font-family: MyriadProLight;
    font-style: italic;
    line-height: 1;
    display: block;
    font-size: 18px;
}
.edit_basket{
	color: #000;
    font-size: 16px;
    float: right;
    line-height: 24px;
    transition:0.5s;
    font-family: MyriadProLight;
}
.edit_basket{
	opacity: 0.7;
}
.thanks_s_form{
	display: none;
    font-size: 24px;
    text-align: center;
    margin: 30px auto;
    line-height: 26px;
}
#PAY_FORM .checkpromo{
    display: inline-block;
    width: 200px;
    text-transform: none;
    float: right;
}
.main_nav{
	display: none;    
	width: 100%;
    height: 120px;
    border: 5px solid #fff;
    color: #fff;
    background-color: #000;
    padding-top: 0px;
    border-right: none;
    text-align: center;
    line-height: 120px;
    vertical-align: middle;
    transition:0.5s;
}
.main_nav i{
    color: #fff;    
    vertical-align: middle;
    margin: 36px auto;
    font-size: 36px;
    transition:0.5s;
}
.main_nav.active
.main_nav:hover{
	background: #fff;
	color: #fff;
}
.main_nav:hover i{
	color: #000;
}
.oh{
	overflow: hidden;
}
.filter_row .head{
	position: relative;
}
.filter_row .values_holder{
  padding: 0px;
  display: none;
}
.filter_row.opened .values_holder{
  display: block;
}
.filter_row .open_close{
  display: inline-block;
  font-size: 20px;
  line-height: 14px;
  padding: 0px 0px 3px 5px;
  margin: 0px 5px 0px 0px;
  width: 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;

  transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter_row.opened .open_close{
  transform:rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.Content{
	padding: 15px;
}
.Content ul,
.Content span,
.Content a,
.Content li,
.Content i,
.Content p{
    color: #fff;
    font-size: 22px;
    font-family: MyriadProLight;
    line-height: 1;
    letter-spacing: normal;
}
.pay_form{
	display: none;
}
.VideoWrap{
	position: relative;
}
.preview_click{
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
.preview_click img{
    max-width: 100%;
    display: block;
}
.play_icon{
    position: absolute;
    display: block;
    width: 128px;
    background: url(../img/play_icon.png);
    background-size: 128px 128px;
    height: 128px;
    top: 50%;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
}
#breadcrumbs li{
	display: inline-block;
}
#breadcrumbs li a,
#breadcrumbs li span{
    display: block;
    position: relative;
    line-height: 40px;
    padding: 0px 10px;
    color: #f1f1f1;
    font-size: 18px;
}
#breadcrumbs li.active a{
	color: #fff;
	font-weight: bold;
}
#breadcrumbs li .separator i{
    font-size: 18px;
    color: #f1f1f1;
}
.HeaderBgBack{
	display: block;
	width: 100%;
	height: 185px;
}
.HeaderBg{
    position: fixed;
    display: block;
    left: 50%;
    top: 0px;
    margin-left: -585px;
    background: #000;
    z-index: 15;
}
#overflow{
    display: none;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 12;
}
.popup_basket{
	display: none;
    position: fixed;
    top: 220px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    color: #000;
    border: 2px solid #000;
    background: #fff;
    text-align: center;
    z-index: 12;
    box-shadow: 0 0 10px 0 #280181;
    padding: 15px;
}
.BasketPopupTitle{
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin: 10px auto 5px auto;
    line-height: 28px;
}
.BasketPopupProductName{
	font-size: 22px;
    line-height: 24px;
    text-align: center;
    margin-top: 5px;
}
.BasketPopupProductImg {
    display: block;
    width: 100%;
    max-width: 130px;
    margin: 0px auto;
}
.BasketPopupProductImg img{
    display: block;
    max-width: 160px;
    width: 100%;
    margin: 0px auto;
}
.popup_basket .quantity{
	text-align: center;
}
.popup_basket .quantity .btn_minus{
    font-size: 16px;
    display: inline-block;
    width: 40px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.popup_basket .quantity .cart_quantity{
    font-size: 16px;
    display: inline-block;
    width: 40px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #ddd;
}
.popup_basket .quantity .btn_plus{
    font-size: 16px;
    display: inline-block;
    width: 40px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.popup_basket .quantity .btn_minus,
.popup_basket .quantity .btn_plus{
    background: #000;
    color: #fff;
}
.BasketPopupShoppingLink{
    color: #a2a2a2;
    font-size: 17px;
    border-bottom: 2px dashed #a2a2a2;
    line-height: 22px;
    padding-bottom: 3px;
}
.BasketPopupShoppingLink:hover{
	color: #000;
    border-bottom: 2px dashed #000;
}
.BasketPopupBasketLink{
	line-height: 20px;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    display: block;
    max-width: 220px;
    margin: 15px auto 5px auto;
}
.BasketPopupBasketLink:hover{
	background: #76b668;
	color: #fff;
}
.popup_service,
.popup_pay_delivery{
	display: none;
    position: fixed;
    top: 220px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    border: 2px solid #fff;
    background: #000;
    text-align: center;
    z-index: 12;
    box-shadow: 0 0 10px 0 #280181;
    padding: 15px;
}
.BannerPopupTitleSub{
    font-size: 18px;
    text-align: center;
    font-family: 'MyriadProLight';
    line-height: 18px;
}
.BasketPopupClose{
	cursor: pointer;
	z-index: 13;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 10px;
	transition:0.5s;
}
.ServicePopupClose,
.DeliveryPopupClose{
	cursor: pointer;
	z-index: 13;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 10px;
	transition:0.5s;
}
.service_form input[type="text"]{
    width: 280px;
    padding: 6px 10px;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    border: 0px;
    background: none;
    border-bottom: 2px solid #fff;
    outline: none;
    font-family: MyriadProItalic;
    margin-bottom: 5px;
}
.service_form input[type="text"] .error_input {
	background: none!important
    border-bottom: 2px solid #cc0707!important;
}
.service_form input[type="submit"]{
	background: #fff;
    color: #000;
    display: block;
    width: 200px;
    height: 34px;
    margin: 10px auto;
    outline: none;
    border: none;
    font-size: 20px;
}
.service_form input[type="submit"]:hover{
	background: #76b668;
	color: #fff;
}

#thank_service{
	display: none;
	text-align: center;
	font-size: 20px;
	color: #fff;
    line-height: 50px;
    margin: 20px auto;
}
.delivery_text p{
	color: #fff;
	font-size: 15px;
	line-height: 16px;
    font-family: 'MyriadProLight';
}
.delivery_text p img{
    width: 100%;
    display: block;
    max-width: 60px;
    margin: 10px auto;
}
.BannerPopupClose:hover{
	opacity: 0.7;
}
.FooterBg a:hover, .FooterBg a:focus{
	color: #fff;
}
.scroll_to_top{
	background: url('../img/arrow_top.png');
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 40px;
	right: 50px;
    background-size: 50px 50px;
    transition:0.5s;
}
.scroll_to_top:hover{
	transform:scale(1.2);
}
.thanks_info{
	font-size: 22px;
    line-height: 26px;
    text-align: center;
}
table.basket{
    width: 100%;
    font-size: 18px;
    color: #fff!important;
    line-height: 24px;
    max-width: 500px;
    margin: 20px auto;
    border: 1px solid #fff;
}
table.basket tr{
	color: #fff!important;
    border-bottom: 1px solid #fff;
}
table.basket tr td{
	padding: 10px!important;
	text-align: left!important;
}
#co2 .owl-controls{
    position: absolute;
    top: 50%;
    width: 100%;
 	margin-top: -25px;
}
#co2 .owl-controls .prev_button{
    position: absolute;
    top: 0px;
    left: 0px;
}
#co2 .owl-controls .next_button{
    position: absolute;
    top: 0px;
    right: 0px;
}
.MainFiltersWrapStuff{
	display: inline-block;
	width: auto;
    margin: 5px 15px;
}
.MainFiltersWrapStuff .MainFiltersWrapTitle{
    padding: 5px 10px;
}
.product_action_text{
	background: #cd4d31;
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: 34px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    letter-spacing: normal;
    font-family: MyriadProSemiBoldItalic;
    padding: 0px 10px 0px 10px;
    z-index: 4;
}
.logos{
    max-width: 100%;
    display: block;
}
.logos img{
    max-width: 70px;
    margin: 5px;
    display: block;
}
.recall_button{
    background: #00ba58;
    display: block;
    float: right;
    line-height: 30px;
    padding: 5px 12px;
    text-transform: uppercase;
    margin-right: -10px;
    margin-top: 5px;
    font-size: 16px;
}
.recall_button:hover{
	background: #fff;
	color: #000;
	text-decoration: none;
}
.rating_input{
    position: relative;
    border: none;
    overflow: hidden;
    font-size: 16px;
    padding: 0px 5px 0px 5px;
    margin: 0px auto;
    line-height: 44px;
}
.rating_input label{
    display: block;
    float: left;
    max-width: 100%;
    font-weight: normal;
    margin: 0px;
}
.rating_recall {
    position: relative;
    float: left;
    height: 15px;
    margin: 15px 0 0 15px;
}
.new_comment_holder{
    border: 2px solid #fff;
    padding: 20px 25px;
  overflow: hidden;
  text-align: center;
}
.rating_recall span {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../img/stars.png') no-repeat -15px 0;
  float: left;
  margin: 0 3px 0 0;
}

.rating_recall span.yellow {
  background: url('../img/stars.png') no-repeat;  
}

.vote_recall.hov_recall, .vote_recall.hov_recall_click{
  background: url('../img/stars.png') no-repeat;
  cursor: pointer;
}



.vote_title{
  color: #363636;
  font-size: 18px;
  text-align: left;
  margin: 15px 0px;
  display: block;
}

.vote.hov{
  background: url('../img/stars.png') no-repeat;
  cursor: pointer;
}
.vote_text{
  font-size: 11px;
}
.rating_text{
    float: left;
    display: block;
    height: 44px;
    line-height: 44px;
}
.rating_body{
    float: left;
    padding: 3px 0px;
}

.product_review_title{
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}
.comments{
  margin: 0px 0px;
}
.tpl_comment{
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding: 15px 10px;
    border: 2px solid #fff;
}
#new_review_c .col-sm-12,
#new_review_c .col-sm-6,
#new_review .col-sm-12,
#new_review .col-sm-6{
    padding: 0px 5px;
}
.tpl_comment .comment_name{
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    vertical-align: top;
    line-height: 20px;
    float: right;
}

.tpl_comment .rating_recall_stars{
    position: relative;
    display: inline-block;
    float: left;
    height: 15px;
    margin-top: 2px;
}

.comment_date{
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}
.rating_recall_stars span {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../img/stars.png') no-repeat -15px 0;
  float: left;
  margin: 0 3px 0 0;
}

.rating_recall_stars span.yellow {
  background: url('../img/stars.png') no-repeat;  
}
.comment_text{
    color: #fff;
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 22px;

}
.recall_separator{
    display: inline-block;
    float: right;
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 6px;
    vertical-align: top;
}
.new_comment input[type="text"]{
	display: block;
    font-size: 16px;
    border: 1px solid #fff;
    width: 100%;
    color: #000;
    padding: 5px 5px;
    margin: 5px 0px;
}
.new_comment textarea{
	display: block;
    font-size: 16px;
    border: 1px solid #fff;
    width: 100%;
    color: #000;
    padding: 5px 5px;
    margin: 5px 0px;
    line-height: 20px;
    min-width: 100%;
    min-height: 120px;
}
.product_review_title{
    border: 2px solid #fff;
    line-height: 34px;
    font-size: 18px;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.comment_name_admin{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    margin-left: 20px;
}
.comment_text_admin{
    color: #fff;
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 22px;
    margin-left: 20px;
}
.no_recalls{
	font-size: 22px;
    text-align: left;
    margin: 10px;
}
.coffee_type{
    display: block;
    width: 100%;
}
.coffee_type select{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #000;
    border: 1px solid #fff;
    outline: none;
    border-bottom: 1px solid #000;
    margin: 5px auto;
}

/*FIX VIDEO*/
.preview_click{
	pointer-events: none;
    cursor: default;
}
.preview_click .play_icon{
	display: none;
}
.HeaderMenu .last{
	display: none;
}
.HeaderCenterMenu .parent_menu > span svg,
.HeaderCenterMenu .parent_menu > a svg{
  display: none;
}
.MainFiltersBg{
	display: none;
}
.icon_price_c{
    display: inline-block;
    vertical-align: middle;
    position:relative;
}
.icon_price_c svg{
    fill: #000000;
}
.icon_price_c:hover svg{
    fill: #c5003e;
}

.icon_price_c_popup{
    position: absolute;
    bottom: 40px;
    left: -85px;
    background: #000;
    color: #fff;
    border: 1px solid #ddd;
    z-index: 1;
    border-radius: 20px;
    padding: 5px 10px;
    width: 200px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    display: none;
}
.icon_price_c:hover .icon_price_c_popup{
	display: block;
}
.icon_price_c_popup span{
    background: #000;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}


.lang_holder{
  display: flex;
  position: relative;
  width: 50px;
  height: 40px;
  align-items: center;
  justify-content: center;
  z-index: 5;
  float: right;
  margin-top: 16px;
}
.h_lang_list{
  display: none;
  position: absolute;
  top: 40px;
  right: 0px;
  z-index: 2;
  background: #fff;
  flex-direction: column;
  width: 50px;
  border: 1px solid #000;
  padding: 5px;
  text-align: center;
}
.lang_active{
  font-size: 16px;
  color: #fff;
}
.lang_holder:hover .h_lang_list{
  display: flex;
}
.h_lang_list li a{
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #000;
}
.h_lang_list li a:hover{
  color: #76b668;
}

@media (max-width: 1199px){
	.HeaderBg{
    	margin-left: -485px;
	}
	.FooterSocialOneBot > ul > li{
 	   padding: 3px 5px;
	}
	.SearchInput input{
		width:210px;
	}
	.CartMenuBottom img{
		width:90%;
	}
	.HeaderMenu > li{
		margin-left:25px;
	}
	.CenterBgLeft, .CenterBgRight{
		background-size:62px 110px;
	}
	.MainFiltersWrapImg > li{
		width:75px;
		margin:0px 2px;
	}
	.CartMenuBottom{
		width: 77px;
	}
	.CartMenuBottom a img{
    	margin: 15px auto;
	}
	.MainFiltersWrapImg > li > a{
		padding-top:5px;
	}
	.MainFiltersWrapImg > li > a > span{
		margin-top:5px;
	}
	.Filters > div{
		width:115px;
	}
	.MainCart{
		width:230px;
	}
	.MainCartImg img{
		max-width: 100%;
		max-height:230px;
	}
	.MainCartTitle{
		padding-left:10px;
		font-size:18px;
        max-height: 80px;
	}
	.MainCartTitle .Text{
		font-size:22px;
		padding-left:10px;
		padding-right:10px;
	}
	.MainCartText{
		padding:0px 10px;
	}
	.MainCartHover{
		padding:10px 10px 0px 10px;
	}
	.MainCartReit .Reit1, .MainCartReit .Reit3{
		width:110px;
	}	
	.MainCartReit .Reit1 div, .MainCartReit .Reit3 div {
		margin-left: 5px;
    	width: 55px;
    	margin-right: 5px;
	}
	.MainCartReit .Reit2, .MainCartReit .Reit4 {
		width: 110px;
	}
	.MainCartReit .Reit2 div, .MainCartReit .Reit4 div{
		margin-left:0px;
    	width: 60px;
	}
	.MainCartReit span{
		margin-right:2px;
	}
	.MainCartReit .Reit1 div, .MainCartReit .Reit2 div, .MainCartReit .Reit3 div, .MainCartReit .Reit4 div {
		font-size:10px;
	}	
	.MainCartHover{
		height:236px;
	}
	.MainCartFilter{
		margin-left:10px;
	}
	.row_checked2{
		width:105px;
	}
	.CartBtn{
		padding:0px 10px;
	}
	.MainCart{
		height:520px;
	}
	form .row_checked2:last-child{
		width:105px;
	}
	form .row_checked2.full_row{
		width: 210px;
	}
	.row_checked2 label:before {
		left: 46px;
	}
	.BannerBtn{
		margin-top:360px;
	}
	.BigCircles div:first-child {
		width: 170px;
	}
	.ProductTopText{
		font-size:20px;
	}
	.ProductInnerTableWrap table tr td:first-child, .ProductInnerTableWrap table tr td:last-child {
		font-size: 18px;
	}
	.BigCircles div:first-child{
		font-size:18px;
	}
	.ProductBottomText{
		padding-top:17px;
	}
	.ProductRowChecked .CartBtn {
		right: 20px;
		width: 315px;
	}
	.row_checked label, .row_checked2 label, .row_checked3 label {
		padding-left: 10px;
	}
	.row_checked label{
		padding-left: 14px;
		font-size: 12px;
	}
	.product_buy_form .row_checked2 label{
		padding-left: 0px;
	}
	.EnterPromoWrap span:first-child {
		left:30px;
	}	
	.PromoInput input{
		width:200px;
	}
	.IcosImgWrap .I1, .IcosImgWrap .I2 {
		height: 355px;
	}
	.IcoTitle > span{
    	padding: 0px 27px;
	}
	.I2 .IcoTitle {
		margin-top: 45px;
	}
	.KemeksRightWrap p, .KemeksLeftWrap p {
		font-size:18px;
	}
	.FooterSocialTop span:last-child {
		width:100px;
	}
	.FooterSocialTop{
		padding-left:5px;
		padding-right:5px;
	}
	.FooterSocialText div:last-child {
		padding-left:5px;
		font-size:10px;
	}
	.FooterSocialText div:first-child {
		padding-left:5px;
	}
	.SmallFotText{
		left:5px;
	}
	.FooterSocialText2 div:last-child {
	    padding-left: 5px;
	    font-size: 12px;
	}
	.FooterSocialOneBot > li{
		font-size:11px;
		padding:3px 5px 2px 5px;
	}
	.FooterSocialMiddle a {
		width:70px;
		margin:0px 2px;
	}
	.FooterSocialMiddle a span:first-child {
		padding-left:4px;
	}
	.FooterSocialMiddle a span:last-child {
		padding:5px 8px;
	}
	.FooterSocialMiddle2 a {
		font-size:12px;
	}
	.FooterSocialBottom2 > a, .FooterSocialBottom3 > a {
		font-size:13px;
	}	
	.PageCartTextWrap{
		height: 180px;
	}
	.PageCartPlusMinus{
	    height: 140px;
	    line-height: 140px;
	}
	.PageCartPrice{
		margin: 55px auto;
	}
	.row_checked2 label div:last-child{
		font-size: 16px;
	}
	.FormTitle{
		font-size: 12px;
	}
	.MainCartImg{
		height: 230px;
	}
}
@media (max-width: 991px){
	.HeaderPhone a{
    	margin-left: 10px;
	}
	.HeaderBg{
    	margin-left: -375px;
	}
	#breadcrumbs li a,
	#breadcrumbs li span{
		display: none;
	}
	#breadcrumbs li.active a{
		display: block;
	}
	.MainCartImg{
		height: 300px;
	}
	.FooterSCAS{
		display: none;
	}
	.MapTitle{
		font-size: 16px;
	}
	.BannerPopup2,
	.BannerPopup{
	    top: 50px;
	    left: 50%;
    	width: 300px;
    	margin-left: -150px;
	}
	.popup_service,
	.popup_pay_delivery{
	    width: 300px;
    	margin-left: -150px;
    	bottom: 10px;
	}

	.HeaderMenu > li{
		margin-left:30px;
	}
	.SearchInput input{
		width:175px;
	}
	.CenterBgLeft, .CenterBgRight {
		background-size: 70px 110px;
	}	
	.CenterBgRight{
	    background-position: -15px top;
	}
	.CenterBgImg img{
		right:-55px;
	}
	.MainFiltersWrapImg > li {
		width: 105px;
		margin: 5px 8px 0px 8px;
	}	
	.Filters > div{
		padding-left:30px;
		width:150px;
	}
	.MainCart{
		width:360px;
		text-align:center;
		height:auto;
		padding-bottom:15px;
		margin-bottom:10px;
	}
	.MainCartImg{
		width:100%;
		text-align:center;
	}
	.MainCart img{
		width:auto;
		height:auto;
		max-width: 100%;
		max-height: 300px;
		display:inline-block;
	}
	.MainCartText{
		text-align:left;
		font-size:18px;
	} 
	.FooterSocial{
		margin-bottom:10px;
	}
	.MainCartReit .Reit1, .MainCartReit .Reit3 {
		width: 50%;
	}
	.FormTitle{
		font-size: 14px;
	}
	.row_checked2 label{
		position:static;
	}	
	.MainCart{
		text-align:left;
	}
	.row_checked2{
		width:170px;
	}
	form .row_checked2:last-child{
		width:170px;
	}
	form .row_checked2.full_row{
		width: 258px;
	}
	.row_checked2 label:before {
		left: 78px;
	}
	.MainCartHover{
		height:310px;
	}
	.ProductInnerTableWrap, .ProductInnerLeftWrap{
		padding-right:15px;
	}
	.ProductInnerTableWrap{
		margin-top:10px;
	}	
	.PadLeftNone{
		padding-left:15px;
	}
	.RightBottom{
		height:auto;
	}
	.CartMenuBottom{
		width: 85px;
	}
	.PageProductTitleWrap{
		height:auto;
	}
	.PageProductLeftWrap{
		height:auto;
	}

	.ProductRowChecked .CartBtn{
		position:relative;
		margin-bottom:15px;
		width:100%;
	}
	.ProductRowChecked .CartBtn a{
		width:351px;
		left:10px;
		display:inline-block;
		position:relative;
	}
	.ProductRowChecked{
		padding-left:5px;
	}
	.RecomendWrap{
		padding-right:0px;
	}
	.RecomendTitle{
		margin-bottom:15px;
	}
	.RecomendText{
		line-height:1.1;		
	}
	.BigCircles div:first-child {
		width: 185px;
	}
	.PageCartTextWrap{
		padding-left:20px;
		padding-right: 20px;
	}
	.PayFormInput input, .PayFormInput textarea, .SelectSelect span, .SelectSelect2 span {
		padding-left:10px;
		padding-right:10px;
		font-size:20px;
	}
	.EnterPromoWrap span:first-child {
		left: 30px;
		padding-right:0px;
	}	
	.EnterPromoWrap span{
		font-size:20px;
	}
	.PromoInput input{
		padding:3px 15px;
	}
	.row_checked3 label{
		font-size:18px;
	}
	.AllTotalBtnPay a{
		font-size:22px;
	}
	.AllTotalBtn a{
		margin-top:20px;
	}
	.PromoInput input{
		width:195px;
	}
	.Select i, .Select2 i{
		top:-7px;
		right:5px;
	}
	.AllTotalText, .AllTotalTotal{
		font-size:28px;
	}
	.IcoTitle{
		line-height:130px;
	}
	.IcoTitle > span{
		padding-bottom:15px;
		font-size:36px;
	}
	.I2 .IcoTitle > span {
		padding-top:15px;
	}
	.IcosImgWrap .I1 img {
		bottom:60px;
	}
	.IcosImgWrap .I1, .IcosImgWrap .I2 {
		height: 330px;
	}
	.IcoTitle > span{
    	padding: 0px 18px;
	}
	.I2 .IcoTitle {
		margin-top: -10px;
	}
	.row_checked_pink label:before {
		top: 28px;
	}
	.SposImg > span:first-child > img {
		width: 90px;
	}
	.SposImg, .SposImg2{
		padding-top:15px;
	}
	.RecomendImagesWrap .SposImg, .RecomendImagesWrap .SposImg2{
		height: 170px;
	}
	.KemeksRightWrap p, .KemeksLeftWrap p {
		font-size: 16px;
	}
	.MapInput {
		top:12px;
		right:15px;
		position:absolute;
		display:inline-block;
	}
	.AboutWrap a{
		display:inline-block;
		width:33.33%;
	}
	.FooterSocialMiddle a{
		width:85px;
	}
	.FooterSocialMiddle a span:first-child {
	    padding-left: 8px;
	}
	.FooterSocialOneBot > li {
	    font-size: 11px;
	    padding: 5px 5px 5px 5px;
	}
	.FooterSocialMiddle2 a {
	    font-size: 12px;
	}		
	.HeaderMenu > li{
		margin-left: 15px;
	}
	.HeaderMenu > li > span, .HeaderMenu > li > a{
		font-size: 13px;
	}
}	
@media (max-width: 767px){
	.HeaderMenu>li>span, .HeaderMenu>li>a{
    	font-size: 11px;
	}
	.HeaderMenu>li{
		padding-right: 10px;
	}
	.HeaderMenu .last{
    	display: inline-block;
	}
	.Ups404 img{
	    margin-top: 50px;
	    width: 250px;
	    margin-left: 0px;
	}
	.Ups404 > div{
	    width: 130px;
	    left: 50%;
	    top: 105px;
	    margin-left: -105px;
	}
	.HeaderBgBack{
		display: none;
	}
	.HeaderBg{
	    margin: 0px;
	    top: auto;
	    left: auto;
	    height: auto;
	    position: relative;
	}
	.scroll_to_top{
		background: url(../img/arrow_top.png);
	    display: block;
	    width: 55px;
	    height: 55px;
	    background-size: 55px 55px;
	    bottom: 65px;
	    right: 5px;
	}
	.feedback_block{
	    right: 5px;
	    bottom: 5px;
	    width: 55px;
	    height: 55px;
	}
	.call_feedback{
    	transform: scale(1);
	}
	.feedback_block.active{
		width: auto!important;
		height: auto!important;
	}
	.feedback_block a{
		display: block;
		width: 100%;
	}
	.feedback_block a img{
		display: block;
		width: 100%;
	}
	.HeaderCenterMenu{
		display: block!important;
	    width: 100%;
	    position: fixed;
	    height: 100%;
	    top: 0px;
	    left: 0px;
	    z-index: 100;
	    background: rgba(0, 0, 0, 0.65);
	    text-align: center;
        padding: 10px;
	    max-height: 100%;
	    transition:1s!important;
	    transform: translatex(100%);
	}
	.HeaderCenterMenu.active{
		padding-top: 50px;
	    transform: translatex(0px);
	}
	.HeaderCenterMenu.fly_l{
	    transform: translatex(-100%);
	    border: none;

	}

	.HeaderCenterMenu .parent_menu > span svg,
	.HeaderCenterMenu .parent_menu > a svg{
	    display: block;
	    padding: 5px 10px;
	    position: relative;
	    height: 24px;
	    width: 40px;
	    transition: 0.5s;
	    margin-left: 10px;
	    transform: rotate(-90deg);
	}
	.HeaderCenterMenu > li > ul > li > span, .HeaderCenterMenu > li > ul > li > a,
	.HeaderCenterMenu > li > ul > li > ul > li > span, .HeaderCenterMenu > li > ul > li > ul > li > a,
	.HeaderCenterMenu > li > span, .HeaderCenterMenu > li > a{
	    width: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
    	padding-left: 30px;
		font-size: 24px;
		line-height: 36px;
	}
	.HeaderCenterMenu > .fly_l_close{
	    content: '<';
	    display: block;
	    width: 50px;
	    height: 50px;
	    font-size: 30px;
	    color: #fff;
	    position: absolute;
	    top: 5px;
	    left: 5px;
	    line-height: 50px;
	    font-weight: bold;
	    cursor: pointer;
	}
	.HeaderCenterMenu > .fly_l_close i{
 	   line-height: 46px;
	}

	.HeaderCenterMenu.fly_l ul .fly_l_close{
	    content: '<';
	    display: block;
	    width: 50px;
	    height: 50px;
	    font-size: 30px;
	    color: #fff;
	    position: absolute;
	    top: 5px;
	    left: 5px;
	    line-height: 50px;
	    font-weight: bold;
	    cursor: pointer;
	}
	.HeaderCenterMenu.fly_l ul .fly_l_close i{
 	   line-height: 46px;
	}


	.HeaderCenterMenu > li > ul{
		display: block!important;
	    width: 100%;
     	padding: 10px;
	    position: fixed;
	    height: 100%;
	    left: 0px;
	    top: 0px;    
        left: 100%;
	    transform: translatex(100%);
	    background: rgba(0, 0, 0, 0.65);
	    transition:1s!important;
	}

	.HeaderCenterMenu.fly_l > li.show > ul{
		padding-top: 50px;
	    transform: translatex(0px);
	}
	.HeaderCenterMenu.fly_l > li > ul.fly_l{
	    transform: translatex(-100%);
	    border: none;
	}

	.HeaderCenterMenu > li > ul.fly_l > li > ul .fly_l_close{
	    content: '<';
	    display: block;
	    width: 50px;
	    height: 50px;
	    font-size: 30px;
	    color: #fff;
	    position: absolute;
	    top: 5px;
	    left: 5px;
	    line-height: 50px;
	    font-weight: bold;
	    cursor: pointer;
	}
	.HeaderCenterMenu > li > ul.fly_l > li > ul .fly_l_close i{
    	line-height: 46px;
	}
	.HeaderCenterMenu > li > ul > li > ul{
		display: block!important;
	    width: 100%;
     	padding: 10px;
	    position: fixed;
	    height: 100%;
	    left: 0px;
	    top: 0px;    
        left: 100%;
	    transform: translatex(100%);
	    background: rgba(0, 0, 0, 0.65);
	    transition:1s!important;
	}


	.HeaderCenterMenu.fly_l > li > ul.fly_l > li.show > ul{
		padding-top: 50px;
	    transform: translatex(0px);
	}

	.main_nav{
		display: block;
	}
	.CartMenuTopOne{
     	min-height: 55px;
        line-height: 55px;   
        width: 50%;
	}
	.CartMenuTopTwo{
		width: 50%;
     	min-height: 55px;
        line-height: 55px;  
        border-right: none;
	}
	.CartMenuBottom{
		width: 100%;
     	min-height: 55px;
        line-height: 55px;
        border-top: 5px solid #fff;  

	}
	.CartMenuTopOne > a > span > span{
	    margin-top: 5px;
	}
	.CartMenuTopTwo > a > span > span{
	    margin-top: 1px!important;
	}
	.CartMenuBottom a img{
	    margin: 5px auto;
     	max-width: 95px;
	}
	.CartMenuTopOne > a > span, .CartMenuTopTwo > a > span, .CartMenuBottom > a > span{
		margin: 2px auto;
	}
	.FormTitle{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#PAY_FORM .checkpromo{
		float: left;
	}
	.HeaderPhone a{
	    margin-left: 20px;
	}
	.PageTitleWrap .train_btn{
	    top: 24px;
	    font-size: 14px;
	    left: 50%;
	    width: 260px;
	    padding: 0px 10px;
	    margin-left: -130px;
	}
	.FooterSocialOneBot > ul > li{
		padding: 4px 5px;
	}
	.FooterSCAS,
	.FooterMenu{
		display: none;
	}
	.logos{
		max-width: 33%;
	    display: block;
	    float: left;
	}
	.FooterMenu_mobv{
		display: block;
	}
	.FooterSocialTop{
		text-align: center;
	    padding-top: 5px;
    	padding-bottom: 0px;
	}
	.MapTitle{
	    font-size: 16px;
	    line-height: 22px;
	    padding-bottom: 45px;
	    display: block;
	    text-align: center;
	}
	.MapInput{
	    top: 45px;
	    left: 50%;
	    margin-left: -100px;
	}
	.PageCartImg2 img{
   		max-height: 80px;
	}
	.basket_m{
		display: none;
	}
	.PageCartPlusMinus{
		height: 40px;
   		line-height: 40px;
	}
	.PageCartTextWrap{
		height: 100px;
	}
	.PageCartImg{
		height: 130px;
	}
	.PageCartTitle{
		font-size: 18px;
	}
	.AboutWrap > span, .AboutWrap a{
		width: 48%;
	}
	.FooterBaw,
	.FooterCopy{
		text-align: center;
	}


	.wishlist .PageCartText{
		display: none;
	}
	.lang_holder{
		margin-top: -15px;
	}
	#Search{
		width:100%;
   		max-width: 230px;
	}
	.SearchInput{
		width:100%;
		display:inline-block;
	}
	.SearchInput input{
		width:100%;
		margin-top:10px;
	}
	#Search button{
		top:8px;
	}
	.HeaderWrap{
		height:auto;
	}
	.HeaderPhone{
		width:100%;
		margin-top:10px;
		margin-bottom:10px;
		display:inline-block;
	}
	.HeaderMenu{
		margin-top:15px;
	}
	.HeaderMenu > li{
		display:inline-block;
		line-height:20px;
		padding-right:5px;
		width:100%;
		margin-left:0px;
	}
	.HeaderMobileLogo{
		width:100%;
		max-width:70px;
		text-align:center;
		margin-top:5px;
		margin-bottom:5px;
	}
	.HeaderMobileLogo img{
		border:1px solid #fff;
	}
	.HeaderMobileLogo img{
		width:100%;
	}
	.HeaderPhone{
		width:220px;		
	}
	.HeaderPhone a, .HeaderPhone span{
		font-size:16px;
	}
	.BannerBtn a{
		font-size:16px;
		padding:12px 20px;
	}
	.HeaderSlider .HSlide,
	.HeaderSlider,
	.HeaderSliderBg{
		height:200px;
	}
	.BannerBtn{
		margin-top:165px;
	}
	.BannerWrap{
		height:auto;
	}
	#co1{
		margin-bottom:30px;
	}
	.Filters > div{
		width:120px;
		padding-left:20px;
	}
	.MainFiltersBottom{
		text-align:center;
		padding-right:0px;
		width:100%;
	}
	.MainFiltersBottom > span{
		width:100%;
		text-align:right;
		padding-right:15px;
		margin-right:0px;
	}
	.MainFiltersBottom a{
		display:inline-block;
	}
	.FiltersBtn{
		padding-left:15px;
	}
	.FiltersBtn span{
		width:auto;
		padding-left:15px;
		padding-right:15px;
	}
	.MainCartsWrap{
		text-align:center;
	}
	#FEEDBACK_FORM{
		width:245px;
	}
	.PageProductLeftWrap{
		padding-left:15px;
		text-align:center;
	}
	.PageProductLeftWrap > img{
		width:100%;
		max-width:380px;
		display:inline-block;
	}	
	.PageProductTitleWrap{
		padding-left:10px;
		padding-right:10px;
	}
	.RightBottom .row{
		margin-left:0px;
		margin-right:0px;
	}
	.RightBottom .row .col-xs-12{
		padding-left:10px;
		padding-right:10px;
	}	
	.PageTitleWrap{
		padding-left:10px;
		padding-right:10px;
	}
	.ProductRowChecked{
		padding-left:0px;
		text-align:center;
	}
	.ProductInnerLeftWrap, .ProductInnerTableWrap{
		padding-right:0px;
	}
	.ProductRowChecked .CartBtn {
		display:inline-block;
		left:0px;
	}	
	.RecomendWrap{
		padding-left:10px;
		padding-right:10px;
		height:auto;
	}
	.RecomendImg{
		padding-top:0px;
		height:auto;
		padding-bottom:15px;
	}
	.ProductRowChecked .CartBtn a{
		left:0px;
	}
	.PageCartPrice {
		height: 40px;
		line-height: 40px;
      	margin: 10px auto;
	}	
	.PageCartImg{
		padding-top:10px;
	}
	.PageCartImg img{
		width:auto;
		max-width:190px;
		height:auto;
		display:inline-block;
		vertical-align:top;
		max-height:120px;
	}
	.AllTotalText{
		padding:0px 10px;
		font-size:24px;
	}	
	.AllTotalTotal{
		font-size:24px;		
		width:100%;
		text-align:left;
		padding:0px 10px;
		margin-top:25px;
		text-align:center;
	}
	.AllTotalBtn{
		padding:0px 10px;
	}
	.AllTotalBtn a{
		width:100%;
	}
	.PayTopRight{
		margin-left:15px;
	}
	.RightPayWrapTitle{
		margin-top:20px;
	}
	.RightRow{
		padding-left:0px;
	}
	.PageCartImg{
		padding-top:0px;
	}
	.S2 {
	    height: 80px;
	    line-height: 80px;
		vertical-align: top;
	}
	.PageCartName{
		margin: 32px auto 10px auto;
	}
	.PageCartPrice2,
	.PageCartQuantity{
		margin: 15px auto;
	}
	.EnterPromoWrap{
		padding-right:10px;
		padding-left:10px;
		text-align:left;
	}
	.EnterPromoWrap span:first-child {
		left: 10px;
		padding-right: 0px;
		position:static;
		width:100%;
	}	
	.PayFormTotalWrap{
		font-size:20px;
		padding-left:10px;
		padding-right:10px;
	}
	.PayFormTotalWrap > span {
		right: 10px;
	}
	.IcosImgWrap .I1, .IcosImgWrap .I2 {
		width:50%;
		height:230px;
	}
	.IcosImgWrap .I1 img, .IcosImgWrap .I2 img {
		position:relative;
		left:0px;
		display:inline-block;
		margin-left:0px;
		width:140px;
		bottom:20px;
		top:auto;
	}
	.IcoTitle > span{
		min-height: 80px;
		font-size:24px;
	}
	.IcoTitle > span{
		padding: 0px 10px;
	}
	.I2 .IcoTitle > span {
		padding-top: 0px;
		padding-bottom:15px;
	}	
	.IcoTitle{
		line-height:100px;
	}
	.IcosImgWrap .I2 {
		margin-bottom: 0px;
	}
	.ShoolContentRightWrap {
		margin-bottom:50px;
	}
	.ThanksTextWrap > img{
		width:50%;
		right:10px;
	}
	.ThanksTextBottomText > span {
		width:100%;
		padding:0px 10px;
	}	
	#SMALL_FORM{
		padding-left:10px;
		padding-right:10px;
	}
	.ThanksTextWrap button{
		right:10px;
	}
	.SmallFormInput input{
		padding-left:10px;
		padding-right:115px;
	}
	.row_checked_pink label:before {
		top: 9px;
	}
	.AllTotalTextPink{
		padding-right:10px;
	}
	.SposImg, .SposImg2{
		width:33.33%;
		padding-top:15px;
	}
	.KemeksRightWrap, .KemeksLeftWrap{
		height:auto;
	}	
	.KemeksLeftWrap{
		margin-bottom:15px;
	}
	.KemR, .KemL{
		padding-left:10px;
		padding-right:10px;
	}
	.VideoWrap{
		height:400px;
	}
	.VideoWrap iframe{
		height:400px!important;
	}
	.Ups404 > div > div:first-child{
		font-size:20px;	
	}
	.Ups404 > div > div:last-child{
		font-size:10px;
	}
	.Ups404 {
		height: 310px;
	}
	.AboutWrap a{
		display:inline-block;
		width:50%;
	}
	.AboutHover{
		font-size:18px;
	}
	.RightBarImg{
		margin-top:30px;
	}
	.RightPadNone{
		padding:0px 15px;
	}
}
@media (max-width: 399px){
	.HeaderPhone {
    	width: 185px;
	}
	#Search{		
    	overflow: hidden;
    	max-width: 200px;
	}
	.Xs100{
		width:100%;
	}
	.FooterSocial{
		margin-bottom:2px;
	}
	.Xxs1{
		width:20%;
	}
	.Xxs2{
		width:80%
	}
	.Xxs3{
		width:100%;
	}
	.HeaderMenu > li{
		width:auto;
		padding-right:10px;
	}
	.HeaderMenu{
		margin-top:0px;
	}

	.BannerBtn a{
		font-size:12px;
	}
	.Filters > div{
		padding-left:10px;
	}
	.FiltersBtn span{
		font-size:12px;
	}
	.FiltersBtn{
		padding-left:10px;
		padding-right:10px;
	}
	.MainCartsBg{
		width:100%;
	}
	.MainCart{
		width:300px;
	}
	.MainFiltersBg{
		width:100%;
	}
	.row_checked2{
		width:140px;
	}
	form .row_checked2:last-child{
		width:140px;
	}
	form .row_checked2.full_row{
		width: 258px;
	}
	.row_checked2 label:before {
		left: 64px;
	}	
	.SearchInput input{
	    width: 220px;
	    margin-left: 15px;
	}
	.MainCartText{
		font-size:17px;
	}
	.FooterBg{
		margin-bottom:15px;
	}
	.FormPhoneImg{
		display:none;
	}
	#FEEDBACK_FORM{
		width:300px;
		left:0px;
		margin-right:0px;
		padding-right:10px;
	}
	.FormFeedbackBg{
		text-align:center;
	}
	.FormFeedbackTitle{
		width:100%;
	}
	.FormInput input{
		width:100%;
	}
	.FeedbackBtn{
		width:100%;
	}
	.ProductRowChecked .CartBtn a{
		width:279px;
	}
	.PageProductTitleWrap div{
		font-size:32px;
	}
	.ProductTopText{
		padding:15px 10px;
	}
	.BigCircles div:first-child{
		font-size:16px;
		width:150px;	
	}
	.RecomendImg{
		width:50%;
	}
	.PageProductLeftWrap{
		padding-left:10px;
		padding-right:10px;
	}

	.AllTotalText{
		font-size:20px;
	}
	.AllTotalTotal{
		margin-top:23px;
	}
	.PayFormTotalWrap{
		font-size:18px;
	}
	.PayFormTotalWrap > span{
		top:12px;
	}
	.PayFormBtn2 a span:first-child,
	.PayFormBtn a span:first-child {
		width:200px;
		height:200px;
		margin-left:-100px;
	}
	.ThanksTextText{
		padding-top:75px;
	}
	.ThanksTextText span:first-child{
		width:200px;
		height:200px;
		margin-left:-100px;
		font-size:30px;
	}
	.ThanksTextText span:last-child{
		font-size:30px;		
	}	
	.PayFormBtn2 a img,
	.PayFormBtn a img {
		width:60px;
		height:60px;
		margin-left:-30px;
		top:10px;
	}
	.PayFormBtn2 a span:last-child,
	.PayFormBtn a span:last-child {
		font-size:30px;
	}
	.PayFormBtn2 a,
	.PayFormBtn a{
		padding-top:90px;
		height:310px;
	}
	.PayFormInput input, .PayFormInput textarea, .SelectSelect span, .SelectSelect2 span {
		font-size: 18px;
	}
	.ThanksTextWrap > img {
		top: 165px;
	}	
	.ThanksTextText{
		height:250px;
	}
	.PageCartTextWrap{
		padding-left:10px;
	}
	.PageCartText{
		font-size:16px;
	}
	.MapInputUl{
		top:49px;
	}
	.AboutHover{
		font-size:20px;
	}
	.AboutWrap a{
		display:inline-block;
		width:100%;
	}	
	#AboutClick{
		position:absolute;
		text-align:center;
		right:10px;
		left:auto;
	}
	#AboutClick i{
		width:40px;
		position:relative;
		left:0px;
	}
	#SignImg1{
		width:120px;
		height:auto;
		left:50%;
		margin-left:-60px;
		top:35px;
	}
	#SignImg2{
		width:36px;
		height:69px;
		left:50%;
		margin-left:-18px;
		top:135px;
	}	
}