@font-face {
	font-family: 'MyriadProSemiCn';
	src: url('/fonts/Myriad-Pro-Semibold-Condensed.eot');
	src: local('☺'), url('/fonts/Myriad-Pro-Semibold-Condensed.woff') format('woff'), url('/fonts/Myriad-Pro-Semibold-Condensed.ttf') format('truetype'), url('/fonts/Myriad-Pro-Semibold-Condensed.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('/fonts/MyriadPro-Regular.eot');
	src: local('☺'), url('/fonts/MyriadPro-Regular.woff') format('woff'), url('/fonts/MyriadPro-Regular.ttf') format('truetype'), url('/fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Bold';
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/MyriadPro-Bold.eot");
  src: url("/fonts/MyriadPro-Bold.eot?#iefix") format('embedded-opentype'), url("/fonts/MyriadPro-Bold.woff") format('woff'), url("/fonts/MyriadPro-Bold.ttf") format('truetype'), url("/fonts/MyriadPro-Bold.svg#MyriadPro-Bold") format('svg');
}
@font-face {
    font-family: 'MyriadProBlack';
    src: url('/fonts/MyriadProBlack.eot');
    src: url('/fonts/MyriadProBlack.eot') format('embedded-opentype'),
         url('/fonts/MyriadProBlack.woff2') format('woff2'),
         url('/fonts/MyriadProBlack.woff') format('woff'),
         url('/fonts/MyriadProBlack.ttf') format('truetype'),
         url('/fonts/MyriadProBlack.svg#MyriadProBlack') format('svg');
}
@font-face {
	font-family: 'MullerExtraBoldDEMO';
	src: 			 url('/fonts/MullerExtraBoldDEMO.eot');
	src: local('☺'), url('/fonts/MullerExtraBoldDEMO.woff') format('woff'),
	                 url('/fonts/MullerExtraBoldDEMO.ttf') format('truetype'),
					 url('/fonts/MullerExtraBoldDEMO.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format('embedded-opentype'), url("/fonts/fontawesome-webfont.woff2?v=4.4.0") format('woff2'), url("/fonts/fontawesome-webfont.woff?v=4.4.0") format('woff'), url("/fonts/fontawesome-webfont.ttf?v=4.4.0") format('truetype'), url("/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
}


html{
}

body{
	margin: 0;
	padding: 0;
	font-family:  'Myriad Pro', sans-serif;
	background: #ffffff;
}

a{
	text-decoration: none;
	color: #000;
}

p,
a{
	font-size: 18px;
}

.container{
	margin: auto;
	width: 950px;
	position: relative;
}

/* ---header--- */
.header{
	background: rgba(0, 0, 0, 0) none no-repeat scroll center top;
	width: 100%;
	position: relative;
	font-size: 12pt;
	font-weight: bold;
}

.top_container{
	padding-top: 8px;
	height: 28px;
	width: 100%;
	position: relative;
	background: #ec8625;
}


.top_container a{
	color: #fff;
}

.top_container p{
	display: inline;
	color: #fff;

}
.h-left-info{
	float: left;
}
.h-right-info{
	padding-left: 20px;
	float: right;
}


/* navigation */

.middle{
	margin-top: 15px;
	height: 37px;
}

.nav{
    display: block;
    list-style: none;
    width: 448px;
    font-size: 0;
    padding-top: 10px;
    text-align: justify;
    position: absolute;
    top: 0px;
    left: 165px;
}
.nav:after {
	height: 0;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    content: " ";
    display: inline-block;
}
.nav li{
	display: inline-block;
}
.nav li a{
	color: #4b4c4e;
	font-weight: 600;
	font-size: 15px;
}
.nav li.active a{
	color: #ec8625;
}
.logo,  .search, .cart{
	display: block;
	float: left;
}
.logo{
	background-image: url('../images/logo.png');
	width: 144px;
	height: 37px;
}
.search{
	display: inline-block;
    color: #535353;
    margin-left: 20px;
    margin-top: 7px;
    width: 130px;
    padding: 3px 5px;
    border: 2px solid #ec8625;
    float: right;
    margin-right: 175px;
}

.cart {
    width: 163px;
    height: 36px;
    margin-top: 3px;
    float: right;
    background: none repeat scroll 0% 0% #FFF;
    position: absolute;
    z-index: 500;
    top: 0px;
    right: 0px;
}

.cart_price{
	width: 91px;
	height: 30px;
	border:3px solid #EC8625;
	float: left;
	line-height: 30px;
	color:#4c4d4f;
	text-align:center;
	font-family: 'MyriadProBlack';
	font-weight: 500;
	overflow: hidden;
}
.cart_but, .cart a.open{
	display: block;
	float: right;
	width: 63px;
	height: 30px;
	background:url(/images/cart.jpg) no-repeat;
	background-size: cover;
	border:3px solid #EC8625;
	border-left:none;
	cursor:pointer;
}
.cart a.open{
	background:url(../images/cart_open.jpg) no-repeat;
	border-bottom:3px solid #ffffff;
	border-left:3px solid #ffffff;
	border:none;
	width: 66px;
	height:36px;
}
.cart_popup{
	display:none;
	width: 390px;
	border:3px solid #EC8625;
	padding:18px 0;
	position:absolute;
	left:0;
	top:33px;
	left:-233px;
	background:#ffffff;
	z-index:5;
}
.w_line{
	display: block;
	width: 63px;
	height: 3px;
	background:#ffffff;
	position:absolute;
	z-index:6;
	top:-3px;
	right:0;
}
.cp_head{
	text-transform:uppercase;
	color:#d48432;
	font-size: 19px;
	font-weight: 400;
	text-align:center;
	padding:0 0 10px;
	font-family: 'MyriadProBlack';
}
.cart_check{
	width: 100%;
	padding:0 35px 0 25px;
	font-weight: 400;
	box-sizing: border-box;
}
.cart_check li{
	margin-bottom: 10px;
    position: relative;
    padding-right: 56px;
    box-sizing: border-box;
    display: block;
}
.cc_text{
	font-size: 17px;
	line-height: 25px;
	background: none repeat scroll 0% 0% #FFF;
	z-index: 1;
	position: relative;
	padding-right: 2px;
}
.cc_dots{
	position:absolute;
	width: 100%;
	height: 3px;
	background:url(../images/dots.png) repeat-x;
	bottom:5px;
	left:0;
	z-index:0;
}
.cc_price{
    color: #D48432;
    background: none repeat scroll 0% 0% #FFF;
    position: absolute;
    right: -18px;
    bottom: 2px;
    z-index: 20;
    padding-left: 2px;
    padding-right: 23px;
}
.cart_total{
	font-size: 17px;
	color:#d48432;
	width: 120px;
	line-height: 25px;
	border-top:1px solid #d48432;
	text-align:right;
	margin:0 0 10px 130px;
	font-weight: 600;
}
.cart_oformit{
	text-transform:uppercase;
	color:#d48432;
	font-size: 17px;
	font-family: 'MullerExtraBoldDEMO';
	text-decoration:underline;
	margin: 0 auto;
	width: 210px;
	text-align: center;
	display:block;
	font-weight: 400;
}
.cart_oformit:hover{
	text-decoration:none;
}

/* categories */

.bottom{
	margin-top: 15px;
	height: 55px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 65;
}


.categories{
	list-style: none;
	width: 950px;
	position:relative;
	z-index:4;
	font-size: 0;
	letter-spacing: 0;
	display: flex;
}

.categories li{
	display: inline-block;
	height: 47px;
	border: 3px solid #ec8625;
	border-right: none;
	position: relative;
	vertical-align: top;
	flex-grow: 1;
}
.categories > li{
	background-position: right center;
	background-repeat: no-repeat;
}
.categories > li:hover{
	background-color: #ec8625;
}
.categories > li:hover a{
	color: #fff;
}
.categories li:last-child {
	border-right: 3px solid #ec8625;
}
.categories li a{
	font-family: 'Muller ExtraBoldDEMO', sans-serif;
	text-align: left;
	line-height:16px;
	font-size: 13pt;
	color:#ec8625;
	font-weight: 900;
	display:block;
}

.category-item-menu-0 a, .category-item-menu-1 a, .category-item-menu-2 a, .category-item-menu-3 a, .category-item-menu-4 a{
	padding-bottom: 19px;
	padding-top: 15px;
	padding-left: 10px;
}

.category-item-menu-5 a{
	padding-bottom: 12px;
	padding-top: 7px;
	margin-left: 10px;
}

.category-item-menu-0, .category-item-menu-1, .category-item-menu-2, .category-item-menu-3, .category-item-menu-4, .category-item-menu-5{
	/*width: 154px;*/
	/*height: 47px;*/
}
.category-item-menu-0, .category-item-menu-1, .category-item-menu-2, .category-item-menu-3{
	/*width: 155px;*/
}

.category-item-menu-0{
	background-image: url('/images/dog.png');
}
.category-item-menu-1{
	background-image: url('../images/cat.png');
}
.category-item-menu-2{
	background-image: url('../images/bird.png');
}
.category-item-menu-3{
	background-image: url('../images/rodents.png');
}
.category-item-menu-4{
	background-image: url('../images/fish.png');
}
.category-item-menu-5{
	background-image: url('../images/accessories.png');
}
.categories .category-item-menu-0:hover
{
	background-image: url('../images/dog_hover.png');
}

.categories .category-item-menu-0.active{
	background: #ec8625;
	background-image: url('../images/dog_hover.png');		
}
.categories .category-item-menu-0.active a{
		color: #fff;
}

.bottom ul .category-item-menu-0.active {color: #fff; background: #EC8625; background-image: url("/images/dog_hover.png");}
.bottom ul .category-item-menu-1.active {color: #fff; background: #EC8625; background-image: url("/images/cat_hover.png");}
.bottom ul .category-item-menu-2.active {color: #fff; background: #EC8625; background-image: url("/images/bird_hover.png");}
.bottom ul .category-item-menu-3.active {color: #fff; background: #EC8625; background-image: url("/images/rodents_hover.png");}
.bottom ul .category-item-menu-4.active {color: #fff; background: #EC8625; background-image: url("/images/fish_hover.png");}
.bottom ul .category-item-menu-5.active {color: #fff; background: #EC8625; background-image: url("/images/accessories_hover.png");}


.categories .category-item-menu-1:hover
{
	background-image: url('../images/cat_hover.png');
}

.categories .category-item-menu-1.active{
	background: #ec8625;
	background-image: url('../images/dog_hover.png');		
}
.categories .category-item-menu-1.active a{
		color: #fff;
}

.categories .category-item-menu-2:hover
{
	background-image: url('../images/bird_hover.png');
}

.categories .category-item-menu-2.active{
	background: #ec8625;
	background-image: url('../images/dog_hover.png');		
}
.categories .category-item-menu-2.active a{
		color: #fff;
}

.categories .category-item-menu-3:hover
{
	background-image: url('../images/rodents_hover.png');
}

.categories .category-item-menu-3.active{
	background: #ec8625;
	background-image: url('../images/dog_hover.png');		
}
.categories .category-item-menu-3.active a{
		color: #fff;
}

.categories .category-item-menu-4:hover
{
	background-image: url('../images/fish_hover.png');
}

.categories .category-item-menu-4.active{
	background: #ec8625;
	background-image: url('../images/dog_hover.png');		
}
.categories .category-item-menu-4.active a{
		color: #fff;
}
.categories .category-item-menu-5:hover
{
	background-image: url('../images/accessories_hover.png');
}

.categories .category-item-menu-5.active{
	background: #ec8625;
	background-image: url('../images/dog_hover.png');		
}
.categories .category-item-menu-5.active a{
		color: #fff;
}
.categories li:hover .second-menu{ 
	display: block;
	z-index: 500;
}
.second-menu{
	display: none;
	border: 3px solid #ec8625;
	background: #fff;
	position: absolute;
	top: 47px;
	left: -3px;
	padding: 15px 11px;
	width: 232px;
}
.categories .category-item-menu-3 .second-menu,
.categories .category-item-menu-4 .second-menu,
.categories .category-item-menu-5 .second-menu {
	left: inherit;
	right: -3px;
}
.categories li ul.columns-2 {
	width: 464px;
}
.categories li ul.columns-3 {
	width: 696px;
}
.categories li ul.columns-4 {
	width: 928px;
}
.second-menu li.column {
	width: 222px;
	display: inline-block;
	border: none;
	padding: 0;
	font-size: 0;
	letter-spacing: 0;
	vertical-align: top;
	height: auto;
	padding-left: 10px;
}
.second-menu li.column a.column-category-item-menu {
	margin:0;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	font-size: 10pt;
	text-decoration: underline;
	color: #2b2b2b;
	padding: 0;
}
.second-menu li.column a.column-category-item-menu:hover {
	color: #ec8625;
}
.second-menu li.column ul.third-menu {
	margin-left: 10px;
	border: none;
	margin-bottom: 15px;
	padding-top: 5px;
}
.second-menu li.column ul.third-menu li {
	border: none;
	height: auto;
	padding: 0;
}
.second-menu li.column ul.third-menu li a{
	font-size: 9pt;
	font-weight: lighter;
	color: #2b2b2b;
	padding: 0;
	margin-bottom: 5px;
}
.second-menu li.column ul.third-menu li a:hover {
	color: #ec8625;
}
.second-menu li.column ul.third-menu li a:before{
	content: "- "
}
/*.second-menu li{	
	display: inline-block;
	background: none;
	border: none;
	vertical-align: top;
	width: 206px;
	padding: 0 10px;
	height: auto;
	margin: 3px 0;
	color: #2b2b2b;
}
.second-menu li:last-child{
	border: none;
}

.second-menu li a{
	padding-bottom: 0px;
	padding-top: 0px;
	text-decoration: underline;	
	color: #000000;
	font-size: 10pt;
	line-height: 1.1;
	font-weight: bold;
	margin: 0;
	text-decoration: underline;
}
.second-menu li a.current, .categories li:hover .second-menu a.current{
	color:#ec8625;
}

.second-menu li:hover{
	background: none;
}
.categories li .second-menu a{
	color: #000000;
	font-size: 10pt;
}
.categories li:hover .second-menu a:hover{
	color: #ec8625;
}*/
/*.second-menu ul{
	display: block;
    margin-left: 10px;
}
.categories li .second-menu li ul li {
	padding: 0;
}
.categories li .second-menu li ul li a{
	font-size: 9pt;
	font-weight: lighter;
}
.categories li .second-menu li ul li a:before{
	content: "- ";
}*/

/* ------------------*/



.banner{
	/*background: rgba(188, 156, 126, 255) url('../images/banners/banner.jpg') no-repeat top center;*/
	position: relative;
	height: 405px;
	width: 100%;
	margin-top: 20px;
}

h1{
	font-family: 'MyriadPro-Bold';
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #ec8625;
	font-weight: 400;
	font-size: 19pt;
}

h2{
	font-family: 'Muller ExtraBoldDEMO', sans-serif;
	font-weight: 900;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	color: #ec8625;
	font-weight: 600;
	font-size: 16pt;
}

h3{
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	color: #ec8625;
	font-weight: 600;
	font-size: 14pt;
}

.h32{
	font-size: 32px;
}

.h24{
	font-size: 24px;
}

.goods_box{
	margin-top: 10px;
}
.buttonH1{
	display: block;
	background: #43b38a;
	width: 300px;
	height: 62px;
	color: #ffffff;
	text-align:center;
	line-height: 62px;
	margin:80px auto 0;
	font-size: 21px;
	font-family: 'MullerExtraBoldDEMO';
}
.buttonH1:hover{
	filter: alpha(Opacity=70);
    opacity: 0.8; 	
	background: #EC8625;
}
.content{
	margin-top: 60px;
}
.tails_news{
	float: left;
	width: 438px;
}

.tails_news h1{
	text-align: left;
}

.clients_reviews{
	float: right;
	width: 400px;
}

.clients_reviews *:not(a) {
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.clients_reviews h1{
	text-align:left;
	margin-bottom:5px;
}


.map{	
	position: relative;
	height: 388px;
	width: 100%;
	margin-top: 20px;
}

.contacts{
	height: 400px;
	color: #545455;
	line-height:25px;
	font-weight: 400;
}

.contacts_box{
	float: left;
	width: 420px;
}

.contacts_box a{
	color: #545455;
}

.feedback_box{
	float: right;
	width: 395px;	
	font-family: Myriad Pro;
	font-weight: 400;
	position: relative;
}

#button-1{
	padding: 5px 10px 5px 10px;
	margin-right: 0px;
	margin-top: -37px;
	background: #43b38a;
	font-size:16px;
	font-weight: 900;
	color: #ffffff;
	display: block;
	border: 0;
	float: right;
	cursor: pointer;
	clear: both;
}

*:-moz-placeholder {
	color: #535353;
	text-align: left;
	opacity: 1;
}

*::-moz-placeholder {
	color: #535353;
	text-align: left;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #535353;
	text-align: left;
	opacity: 1;

}

*::-webkit-input-placeholder {
	color: #535353;
	text-align: left;
	opacity: 1;
}

.contacts_box address {
	width: 100%;
	padding-bottom: 20px;
	font-style: normal;
	
}

.contacts_box h1, .feedback_box h1{
	text-align: left;
}


.formCost h2{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12pt;
	font-weight: 800;
}
.formCost label {
	float: left;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	position: relative;
}

.formCost input {
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	width: 55px;
	height: 16px;
	background: none;
	border: none;
	border-bottom: 2px solid #ec8625;
	margin: 0 15px;
}

.sliderCont {
	margin-top: 30px;
	width: 250px;
	height: 27px;
	float: left;
}	

/* А это правила для скрипта:  */
.pagination-pages:nth-child(2n){
	background:url(../images/pager.png) no-repeat left bottom;
}
.pagination-pages.active:nth-child(2n){
	background:url(../images/pager.png) no-repeat right bottom;
}

#slider {
	width: 100%;
}
.ui-slider {
	position: relative;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 13px;
	height: 13px;
	background: #ec8625;
	cursor: pointer
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	overflow: hidden;
}
.ui-slider-horizontal {
	 height: 3px;
}
.ui-slider-horizontal .ui-slider-handle { 
	top: -5px;
	margin-left: -6px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min { 
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-widget-content { 
	background: #fff;
}
.ui-widget-header { 
	background: #ec8625;
}
.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* ---footer--- */

.footer{
	position: relative;
	width: 100%;
	background: #ec8625;
	margin-top: 85px;
	color: #fff;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer_logo_container{
	width: 100%;
	height: 113px;
	background: url('../images/footer_logo.png') no-repeat top center;
	position: relative;
	top: -53px;
}

.footer .container{
	top: -30px;
	font-weight: 900;
	padding: 0;
}
.footer address {
	width: 100%;
	padding-bottom: 40px;
	text-align: center;
	font-style: normal;
	line-height:25px;
}

.footer .copyright{
	font-weight: 400;
	text-align: center;
	color:#f9e6bd;
}
.copyright a{
	color:#f9e6bd;
	text-decoration:underline;	
}
.copyright a:hover{
	text-decoration:none;
}

.footer-nav{
	text-align: center;
	padding-bottom: 40px;
}

.footer-nav li{
	list-style: none;
	display: inline-block;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 14px;
	font-weight: 300;
}
.footer-auth{
	text-align: center;
	padding-bottom: 10px;
}

.footer-auth li{
	list-style: none;
	display: inline-block;	
	font-size: 17px;
	font-weight: 700;
}
.footer-auth li a{
	margin:0 4px 0 2px;
}



.transportation h1{
	text-align: left;
}

.transportation p{
	color: #545455;
}
 
.review_header{
	margin-top: 15px;
	display: inline-block;
	text-align: left;
	background:url(../images/rew_closed.png) no-repeat right 32px;
	padding-right:30px;
}

.review_header:hover{
	cursor: pointer;
}

.review_form{
	width: 355px;
	display: none;
	padding-bottom: 25px;
	color: #545455;
	padding-right: 35px;
}

.review_form a{
	color: #ec8625;
	cursor: pointer;
}

.name_block h3{
	font-family: 'Muller ExtraBoldDEMO', sans-serif;
	font-size: 12.5pt;
}

.review_list .name_block{
	width: 140px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}

.review_list .text_block{
	margin-left: 20px;
	margin-top: 5px;
	display: inline-block;
	width: 780px;
	margin-bottom: 30px;
}

.review_list .name_block .date {
    color: #535353;
}

.review_list .text_block p{
	color: #535353;
}

.reviews_pagination{
	margin-top: 30px;
}

.reviews_pagination .active{
	color: #ec8625;
}

.reviews_pagination a{
	font-family: 'Muller ExtraBoldDEMO', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 10px;
	color: #545455;
}

.news{
	margin-top: 30px;
	margin-bottom: 30px;
}

.news_list{
	padding-top: 15px;
	padding-bottom: 15px;
}

.news_image_block{
	width: 430px;
	display: inline-block;
}

.news_text_block{

	color: #000;
	margin-left: 30px;
	display: inline-block;
	width: 480px;
}

.data_box{
	position: absolute;
	background: #43b38a;
	width: 179px;
	height: 35px;	
}

.data_box p {
    font-size: 20pt;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding-top: 2px;
}

.news_pagination{
	margin-top: 30px;
}

.news_pagination .active{
	color: #ec8625;
}

.news_pagination a{
	font-family: 'Muller ExtraBoldDEMO', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 10px;
	color: #545455;
}

.news_second{
	margin-top: 10px;
	margin-bottom: 30px;
	color: 	#535353;
}

.news_second p{
	margin-top: 30px;
	margin-bottom: 30px;
}

.news_second h1{
	text-align: left;
	padding-bottom: 0px;
}

.goods_box{
	margin-top: 35px;
	padding-top: 8px;
}
.goods_box .left_col{
	vertical-align: top;
	width: 250px;
	display: inline-block;
	/*position: sticky;
	top: 0;*/
}

.ll_input{
	display:none;
}
.lable_list li label{
	cursor:pointer;
}
.orange{
	color: #ec8625;
}
.left_col h1{
	text-align:left;
	font-size: 16pt;
	padding:0 0 4px 0;
}
.left_col .price_slider {
	width: 250px;
}
.left_col .price_slider .ui-slider {
	width: 219px;
}
.m_20{
	margin-top:20px;
}
.m_left{
	margin:0 0 0 0;
}

.goods_box .right_col{
	width: 670px;
	display: inline-block;
	padding-left: 25px;
}
.good_block_row{
	width: 100%;
	display: block;
	border-bottom:3px solid #ec8625;
	margin-bottom:25px;
	padding-bottom: 25px;
}
.good_block_row:last-child{
	border: none;
}
.good_block{
	width: 200px;
	display: inline-block;
	margin:0 29px 0 0;
	text-align:center;
	vertical-align: top;
}
.good_block_row .good_block:last-child {
	margin-right: 0;
}
.good_block_row .last{
	margin:0;
}
.good_block p.name{
	font-size: 15px;
	font-weight: 600;
	margin-top:6px;
	min-height: 38px;
	margin-bottom: 8px;
}
.good_block img {
	width: 100%;
	min-height: 181px;
}
.good_block p.description{
	font-size: 12px;
	margin-bottom:6px;
}
.good_block p.price{
	font-size: 19px;
	color:#ec8625;
	font-weight: 600;
	float: left;
	line-height: 22px;
	text-align:left;
}
.good_block .pay{
	display: block;
	background:#ec8625;
	text-align-last:center;
	line-height: 22px;
	color:#ffffff;
	text-transform:uppercase;
	float: right;
	font-size: 20px;
	cursor: pointer;
	padding: 3px 5px;
}

.product-recomended h1 {
	margin-bottom: 12px;
	margin-top: -30px;
}

.product-recomended .good_block {
	margin: 0px 14px 0px 14px;	
}

.product-recomended .good_block_row {
	width: 825px;
	float: none;
	margin: 0 auto;
	margin-bottom: 25px;
}

.product-recomended .right_col {
	width: 950px;
	float: none;
	margin: 0 auto;
}

.goods_box ul{
	padding-bottom: 20px;
}
.goods_box ul ul{
	padding-bottom: 0px;
}
.goods_box ul li{
	list-style: none;
}
.goods_box ul ul li{
	padding-left: 15px;
	font-size: 14px;
}
.goods_box ul li a{
	color: #000;
	font-weight: 600;
}
.goods_box ul ul li a{
	font-weight: 400;
}
.goods_box li:hover a{
	text-decoration: underline;
	color: #ec8625;
}
.goods_box  li:hover li a{
	color: #000;
	text-decoration: none;
}
.goods_box  li li:hover a{
	color: #ec8625;
}

/*cart*/
.cart_table{
	width: 950px;
	margin:30px auto;
}
.cart_table tr{
	
}
.cart_table tr th{
	height: 30px;
	text-align:left;
	vertical-align:middle;
	color:#ec8625;
	font-size: 18px;
	font-family: 'MullerExtraBoldDEMO';
	font-weight: 500;
}
.padl_60{
	padding-left: 60px;
}
.cart_table tr td{
	height: 80px;
	text-align:left;
	vertical-align:middle;
	font-size: 16px;
	color:#4b4c4e;	
}
.cart_table_img{
	padding-left:7px;
}
.cart_table_counter, .inner_table_counter{
	width: 130px;
	height: 20px;
	padding-left:50px;
}
.cart_table_input, .inner_table_input{
	display: block;
	float: left;
	width: 52px;
	padding:0 3px;
	height: 18px;
	line-height: 16px;
	font-size: 16px;
	text-align:center;
	color:#706f70;
	border:none;
	border-top:1px solid #b7b6b6;
	border-bottom:1px solid #b7b6b6;
}
form.customer{
	box-sizing: border-box;
    padding-right: 51%;
    width: 100%;
    position: relative;
    display: block;
}
form.customer .textarea{
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 49%;
}
form.customer button{
	float: inherit;
}
form.customer label{
	width: 100%;
	margin-bottom: 15px;
}
.title-cart{
	text-align: center;
    width: 100%;
    color: #ec8625;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'MullerExtraBoldDEMO';
    margin-bottom: 25px;
}
.ctc_minus, .ctc_plus{
	display: block;
	width: 20px;
	height: 20px;
	line-height: 18px;
	float: left;
	background:#43b38a;
	text-align:center;
	color:#ffffff;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.ctc_minus:hover, .ctc_plus:hover{
	filter: alpha(Opacity=70);
    opacity: 0.7; 
}
.cart_table tr td.cart_table_total{
	text-align:right;
	color:#ec8625;
	font-size: 20px;
	font-weight: 800;
	height: 40px;
}
.checkout-cart .make_request{
	display: block;
	width: 224px;
	height: 36px;
	line-height: 36px;
	text-align:center;
	text-transform:uppercase;	
	color:#ffffff;
	font-size: 20px;
	font-weight: 800;
	background:#43b38a;
	margin:0 auto 110px;
}
.make_request:hover{
	filter: alpha(Opacity=70);
    opacity: 0.7; 
}

/*inner*/
.inner_big_img{
	float: left;
	margin:140px 0 0 15px;
}
.inner_right{
	float: right;
	width: 475px;
	margin-top:	-25px;
	margin-bottom: 67px;
}
.inner_right h1{
	text-align:left;
	text-transform:uppercase;
}
.ir_text{
	font-size: 16px;
	color:#4b4c4e;
	margin-bottom: 15px;
}
.ir_text span{
	display: block;
	margin-bottom:3px;
	color:#ec8624;
	font-weight: 600;
}
.attribute{
	font-size: 16px;
	display: block;
	margin-bottom:3px;
	color:#ec8624;
	font-weight: 600;
}

.inner_table{
	margin-bottom:23px;	
}
.inner_table tr th{
	color:#ec8624;
	font-weight: 600;
	text-transform:uppercase;
	text-align: left;
	height: 26px;
	vertical-align:middle;
	font-size: 16px;
}
.inner_table tr td{
	height: 26px;
	vertical-align:middle;
	font-size: 16px;
	color:#4b4c4e;
}
.inner_table_counter{
	padding-left:0;
}
.in_cart{
	display: inline-block;
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align:center;
	color:#ffffff;
	text-transform:uppercase;
	font-size: 20px;
	font-weight: 800;
	background:#43b38a;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.in_cart:hover{
	filter: alpha(Opacity=70);
    opacity: 0.7; 
}
.inner_rew h3.review_header{
	background:none;
	margin-top:30px;
	padding-top: 20px;
    padding-bottom: 20px;
	font-family: 'MyriadPro-Bold';
	font-size: 19pt;
}
.inner_rew form.review_form{	
	display: block;
}
.inner_rew form#reviewform.review_form{
	width: 580px;
}
.inner_rew div.review_list div.name_block{
	width: 100%;
	margin:0 0 5px 0;
}
.inner_rew div.review_list div.name_block h3{
	float: left;
}
.inner_rew div.review_list div.name_block p.date{
	float: left;
	color:#9e9d9e;
	font-size: 16px;
	margin:6px 0 0 6px;
	font-weight: 200;
	line-height: 21px;
}
.inner_rew div.review_list div.text_block{
	margin:0 0 20px 0;
	width: 100%;
}

.inner_rew {
	border: #EC8624 solid 3px;
	margin-top: -3px;
	padding-left: 20px;
	z-index:10;
	background: #ffffff;
	padding-top: 7px;
	display: none;
}

.inner_goods_slider{
	margin-bottom:160px;
}
.inner_goods_slider div.goods h3{
	text-align:left;
	text-transform:uppercase;
	margin-top:20px;
	font-family: 'MyriadPro-Bold';
	font-size: 19pt;
	padding-top: 20px;
    padding-bottom: 20px;
}
main.container h1, main.container h2 {
	text-align: left;
}
article.page p {
	margin-bottom: 20px;
}
nav.page-pagination{
	margin-top: 30px;
}
ul.pagination li {
	list-style: none;
	display: inline;
	font-size: 18px;
	font-family: 'Muller ExtraBoldDEMO', sans-serif;
	color: #545455;
}
ul.pagination li a, ul.pagination li span {
	padding: 0 8px;
	text-decoration: none;
	font-weight: bold;
}

ul.pagination li a:hover, ul.pagination li span:hover {
	color: #ec8625;
}

ul.pagination li a {
	color: #545455;
}

ul.pagination li span {
	color: #ec8625;
}
main.container {
	padding-top: 30px;
}

.switch-button {
	clear: none;
	display: inline-block;
	position: relative;
	border: #EC8624 solid 3px;
	width: 256px; 
	height: 53px;
	text-align: center;
	cursor: pointer;
	margin-right: -6px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 39px;
	box-sizing: border-box;
	background: #EC8624;
}

.active-button{
	border-bottom: 0px;
	z-index: 100;
	background: #ffffff;
	color: #EC8624;
}

.del_in_cart {
	width: 20px;
	height: 20px;
	display: inline-block;
	color: #ffffff;
	cursor: pointer;
	background: #EC8624;
	text-align: center;
	margin-left: 10px;
	padding-right: 2px;
	line-height: 20px;
	font-size: 16px;	
}

.breadcrumbs {
	margin: 35px 0px 40px 0px;
	width: 100%;
	display: block;
	color: #000000;
}

.breadcrumbs a {
	text-decoration: none;
	color: #000000;
}

.breadcrumbs a:visited {
	text-decoration: none;
}

.breadcrumbs .current{
	color: #EC8624;
}

#button-search{
	display: block; 
	width: 35px;
	height: 35px;
	background: #EC8624;
	border: 3px solid #EC8624;
	color: #ffffff;
	margin-bottom: 15px;
	cursor: pointer;
}

#input-search{
	float: left;
	display: block;
	width: 191px;
	height: 27px;
	border: 3px solid #EC8624;
	padding-left: 8px; 
}

#category-sort{
	border: 3px solid #EC8624;
    overflow: hidden;
    height: 28px;
	background: url(/images/pointer2.png) no-repeat right;
    width: 235px;
	cursor: pointer;
	margin-bottom: 15px;
}
/*#category-sort:before{
	content: " ";
	display: block;
	position: absolute;
	background: #EC8624;
	width: 35px; 
	height: 30px;
	margin-left: 202px;
		
}*/

#category-sort select{
	border: 0;
	cursor: pointer;
	padding-left: 4px;
	display: block;
	border-radius: 0;
	background: transparent;
	height: 29px;
	padding: 5px;
	width: 250px;
    /*font-size: 16px;
    line-height: 1;
    -webkit-appearance: none;*/
}

.checkbox{
	display: none;
	position: relative;
	margin-top: 3px;
	margin-left: 4px;
	width: 30px;
	height: 30px;
}

.checkbox-inline{
	width: 6px;
	height: 6px;
	display: block;
	float: left;
	clear: both;
	margin-bottom: 20px;
	cursor: pointer;
}

.checkbox-inline p{
	width: 400px;
	height: 30px;
	display: block;
	padding-left: 0px;
	margin-left: -6px;
}

.input-sort {
    border: 3px solid #EC8624;
    overflow: hidden;
    height: 35px;
    background: url("/images/pointer2.png") no-repeat scroll right center transparent;
    width: 240px;
    cursor: pointer;
    margin-bottom: 15px;
	box-sizing: padding-box;
    box-sizing: border-box;
}

.input-sort select{
	border: 0;
	cursor: pointer;
	padding-left: 4px;
	display: block;
	border-radius: 0;
	background: transparent;
	height: 29px;
	padding: 5px;
	width: 252px;
    /*font-size: 16px;
    line-height: 1;
    -webkit-appearance: none;*/
}

#show{
	border: 3px solid #EC8624;
	overflow: hidden;
	height: 35px;
	background: url("/images/pointer2.png") no-repeat scroll right center transparent;
	width: 90px;
	cursor: pointer;
	margin-bottom: 15px;
	box-sizing: padding-box;
    box-sizing: border-box;
}

#show select {
	border: 0;
	cursor: pointer;
	padding-left: 4px;
	display: block;
	border-radius: 0;
	background: transparent;
	height: 29px;
	padding: 5px;
	width: 103px;
}
.text-right {
	font-size: 20px;
	color: #EC8624;
	font-weight: bold;
	margin-bottom: 9px;
}

/*#contactform {
	width: 600px;
	height: 600px;
}*/

.empty-basket {margin-top: 11px; margin-bottom: 0px;}
.on {display: block !important;}
.checkbox_holder {border: 1px solid #999999; width: 15px; height: 15px; display: block; float: left;}
.checkbox_holder {margin-right: 5px !important;}
.confirm {display: none !important;}

/*---------------------ПРАВИЛА-----------------------*/

.float-box_inset {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
    position: relative;
    width: 1021px;
    padding: 20px 40px;
    background: none repeat scroll 0% 0% #FFF;
    box-sizing: border-box;
    outline: 8px solid rgba(236, 134, 37, 0.6);
    margin: 138px auto 20px;
    color: #111;
}

.float-box_inset p {
    line-height: 22px;
	text-align: left;
}

.float-box_inset a {
  color: #5a7f80;
}

.float-box_inset h2 {
    line-height: 30px;
    text-align: center;
    font-size: 26px;
}

.float-box {
	position: fixed;
	z-index: 1000;
	top: -21px;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	background-color: rgba(0, 0, 0, 0.6);
}
.float-box .agreement {
  border: 1px #000 solid;
}

.float-box p {
	margin: 10px 0;
}

.exit {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url("/images/exit_btn.png") no-repeat scroll center top / 20px 44px transparent;
}
.exit:hover {
    background-position: center bottom;
}

/*--------------------**********---------------------*/

/*--------------------РЕКОМЕНДУЕМЫЕ ТОВАРЫ---------------------*/

.product-recomended .recomended-goods {
    margin: 40px auto 0px;
    display: block;
    width: 950px;
	padding-bottom: 20px;
}

.product-recomended .recomended-goods .good_block {
    margin: 0px 25px 0px 25px;
    width: 184px;
}


/*--------------------********************---------------------*/

/*----------------------ФОРМА В КОНТАКТАХ----------------------*/

.sendler input, .sendler textarea {
	display: block;
    box-sizing: padding-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #555557;
	color: #555557;
	background: transparent;
	padding-left: 8px;
	margin-bottom: 15px;
	font-size: 17px;
	font-family: "Myriad Pro",sans-serif;
}

.sendler textarea {
    height: 82px;
    padding: 8px 0px 0px 8px;
}

.sendler input {
	height: 38px;
}

.sendler button {
    display: inline-block;
    width: 50%;
    color: #FFF;
    border: 0px none;
    background: #72B28B;
    cursor: pointer;
    font-size: 19px;
    font-family: "Myriad Pro",sans-serif;
    text-align: center;
    text-transform: uppercase;
    line-height: 33px;
    box-sizing: border-box;
    vertical-align: top;
	margin-top: 2px;
	float: right;
}

.checkbox {display: none !important;}

.sendler label {
    color: #555557;
    display: inline-block;
    line-height: 20px;
    width: 49%;
    margin: 0px 0px;
    vertical-align: top;
}

.load--agreement {
	color: #EC8625 !important;
	cursor: pointer;
}

.footer-form a:hover {
	text-decoration: underline;
}

.checkbox:not(checked) + label:before {
	content: '';
	position: relative;
	width: 12px;
	height: 12px;
	border: 1px solid #000;
	display: block;
	float: left;
	cursor: pointer;
	margin: 4px 9px 0px 0px;
}

.checkbox:checked + label:before {
    content: "";
    font: 11px 'FontAwesome';
    cursor: pointer;
    color: #000;
    text-align: center;
	display: inline-block;
	line-height: 13px;
}

.checkbox:not(checked).no-filled + label:before {
	border: 1px solid #f00 !important;
}

.no-filled {
	border: 1px solid #f00 !important;
}

.wrong {
	border-color: #f00 !important;
}

.response {
	color: #000;
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -100;
    float: inherit;
    margin: 0;
    opacity: 0;
    transition: opacity 0.5s;
    flex-wrap: wrap;
}
.response.show{
	z-index: 5;
	opacity: 1;
	padding: 5px;
}

.response .vertical-middle{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.response .vertical-middle > *{
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
.response .vertical-middle .h32{
	margin-bottom: 10px;
}

/*----------------------*****************----------------------*/

/*----------------------СТРАНИЦА ОТЗЫВОВ-----------------------*/

.information-reviews .sendler {width: 600px; display: none;}
.information-reviews .sendler button {margin-bottom: 15px;}

.information-reviews .sendler button + .response, .product-review  + .response {
	margin-top: -6px;
}

.information-reviews .sendler .response {
	margin-bottom: 25px; text-align: left;
}

.product-review {
	width: 500px;
	margin-bottom: 25px;
}

.product-review .response {text-align: left; margin-bottom: 15px;}

/*----------------------****************-----------------------*/

/*--------------------------ПАГИНАЦИЯ--------------------------*/

.pagination {
	width: auto;
	display: block;
	text-align: center;
}

.pagination li {
	list-style: none;
	display: inline-block;
	font-size: 18px;
	font-family: 'Muller ExtraBoldDEMO', sans-serif;
	color: #545455;
}

/*--------------------------*********--------------------------*/


.left_col a.active { background: none !important; color: #EC8625 !important;}
.categories .second-menu li a.active {color: #EC8625 !important; background: none;}

.product-search #filter_button {
	margin-top: 45px;
}

#filter_button {width: 100px; height: 30px; background: #EC8625; display: block; position: relative; color: #ffffff; text-align: center; padding-top: 12px; cursor: pointer; margin-bottom: 30px; -moz-user-select: none; -webkit-user-select: none;}
.del {
	width: 15px;
    height: 15px;
    display: block;
    color: #000;
    cursor: pointer;
    top: 4px;
    z-index: 33;
    right: -16px;
    position: absolute;
}
.good_block  .hrefimg {text-decoration: none; color: #000000;}
.good_block  .hrefimg:visited {color: #000000;}

/*++++++++++++++++++++++++++++++++СЛАЙДЕР - ГЛАВНЫЙ+++++++++++++++++++++++++++++++*/

.owl-holder .owl-nav {display: none;}

.owl-holder {
	margin-bottom: 15px;
}

.owl {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
	z-index: 50;
}

.owl .owl-item {
    backface-visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
    margin-bottom: -4px;
	float: left;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl .owl-item img {
    width: 100%;
    cursor: grab;
    -moz-user-select: none;
}

.owl-item {
	cursor: grab;
}

.owl .owl-controls {
	display: none;
}

.owl {
	text-align: center;
}

/*++++++++++++++++++++++++++++++++***********+++++++++++++++++++++++++++++++*/

/*---------------------------------SHARE-42---------------------------------*/

.socseti-label {
	display: inline-block;
	font-size: 19px;
	width: auto;
	vertical-align: middle;
	margin-right: 25px;
	text-transform: uppercase;
	margin-bottom: 7px;
	font-family: "MyriadPro-Bold";
}	

.share42init {text-align: left; margin: 20px 0px; display: inline-block; vertical-align: middle;} 
#share42 {display: inline-block;}

#share42 a {
	display: block;
	width: 41px !important;
	height: 35px !important;
}

.share42-item {margin-right: 25px !important;}
.share42-item:last-child  {margin-right: 0px !important;}

.share42-item:hover {opacity: 0.8;}

.share42-item:nth-child(1) a{background: url("/images/fb-f.png") no-repeat scroll center top transparent !important;}
.share42-item:nth-child(2) a{background: url("/images/odn-f.png") no-repeat scroll center top transparent !important;}
.share42-item:nth-child(3) a{background: url("/images/tw-f.png") no-repeat scroll center top transparent !important;}
.share42-item:nth-child(4) a{background: url("/images/vk-f.png") no-repeat scroll center top transparent !important;}

/*---------------------------------********---------------------------------*/
