h1, .h1 {
	font-size: 24px;
	color: rgb(25, 25, 25);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.25;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}
h2, .h2 {
	font-size: 20px;
	color: rgb(25, 25, 25);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.25;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}
h3, .h3 {
	font-size: 18px;
	color: rgb(25, 25, 25);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.25;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}


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

p {
	padding: 0 0 0 0;
	margin: 0 0 10px;
}


.btn-1 {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FF6E01;
	text-decoration: none;
}
.btn-2, .button2 {
	width: 156.99px;
	/* height: 51.96px; */
	color: #FFFFFF !important;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	border-radius: 10px;
	border: none;
	padding: 15px 15px;
	display: inline-block;
	text-decoration: none;
	background-color: #30BF39;
	/* box-shadow: 0px 2px 1px 0px rgba(171, 125, 27, 0.75); */
}
.btn-3 {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 36px;
	border-radius: 4px;
	padding: 0 15px;
	display: inline-block;
	text-decoration: none;
	background-color: rgb(194, 20, 21);
	box-shadow: 0px 2px 1px 0px rgba(171, 125, 27, 0.75);
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #dff0d8;
  border: 1px solid #dff0d8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

.form_row {
	margin-bottom: 15px;
	}
.form_row label {
	float: left;
	width: 150px;
	font-weight: bold;
}
.form_row .input_text {
	width: 400px;
}
.form_row .input_textarea {
	width: 400px;
}
.input_text {
	border: 1px solid #999;
	border-radius: 3px;
	outline: none;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	vertical-align: middle;
	margin: 0;
	padding: 5px;
}

.input_textarea {
	padding: 5px;
	margin: 0;
	border-radius: 3px;
	border: 1px solid #999;
	outline: none;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

.form_captcha {
	overflow: hidden;
}
.form_captcha img {
	border-radius: 3px;
	border: 1px solid #DBDBDB;
}
.form_captcha .left {
	overflow: hidden;
	float: left;
	width: 180px;
}
.form_captcha .right {
	overflow: hidden;
	margin-top: 15px;
	margin-left: 180px;
}
.form_captcha .input_text {
	width: 150px !important;
	margin-bottom: 5px;
}
.form_submit {
	margin-top: 20px;
	margin-left: 130px;
}
.form_error {
	color: red;
	border-color: red;
}

strong, b, .strong {
	font-weight: bold !important;
}


.text {
	text-align: justify;
	margin-bottom: 20px;
}
.text ul {
	list-style: disc outside;
	margin: 0 0 15px 20px;
}
.text ul, .text span, .text p {
	background: transparent !important;
}
.yashare-auto-init {
	margin-top: 20px;
}

.clear {
	width: 100%;
	height: 1px;
	clear: both;
}


/*



.line {
	border-bottom: 1px solid #F4B774;
	margin-bottom: 21px;
}


.articles {
	overflow: hidden;
}
.articles_row {
	overflow: hidden;
	clear: both;
	margin: 0 0 20px 0;
}
.articles_image {
	overflow: hidden;
	width: 150px;
	float: left;
}
.articles_image img {
	border-radius: 4px;
	width: 128px;
	height: 90px;
}
.articles_data {
	margin: 0 0 0 150px;
}

.articles_name {
	font-size: 14px;
}
.articles .preview {
	text-align: justify;
}


.category_list {
	margin: 10px 0;
	overflow: hidden;
}
.category_list__item {
	overflow: hidden;
	float: left;
	width: 218px;
	margin: 0 0 20px 0;
	height: 280px;
}
.category_list__image {
	text-align: center;
	margin: 0 0 10px 0;
}
.category_list__name {
	text-align: center;
	margin: 0 15px;
	line-height: 14px;
}
.category_list__name a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #F37E00;
}


.prod_table {
	border-radius: 6px;
	width: 100%;
	background: #fff;
	border: 2px solid #F37E00;
	margin-bottom: 20px;
}
.prod_table th {
	font-weight: bold;
	padding: 5px;
	border: 1px solid #F37E00;
	vertical-align: middle;
}
.prod_table td {
	padding: 5px;
	border: 1px solid #F37E00;
	vertical-align: middle;
}
.prod_table__param {
	text-align: center;
}


.product_slider {
	position: relative;
	width: 343px;
	overflow: hidden;
}
.product_slider img {
	margin-bottom: 15px;
	border: 1px solid #E4E4E4;
	border-radius: 4px;
	box-shadow: #EBEBEB 0px 0px 3px 1px;
	background: #fff;
}
.product_slider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 40px;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.product_slider .bx-wrapper .bx-prev {
	left: 0px;
	background: url(/plugins/bxslider/images/controls.png) no-repeat 0 -32px;
}

.product_slider .bx-wrapper .bx-next {
	right: 0px;
	background: url(/plugins/bxslider/images/controls.png) no-repeat -43px -32px;
}







.price_style {
	font-size: 24px;
	line-height: 24px;
}

.price_style i {
	font-size: 18px;
	text-decoration: line-through;
}

button {
	display: inline-block;
   	font-size:12px !important;
	line-height:14px;
	background:#c6191a;

	text-transform:none;
    background:#ffb929;
	border:none !Important;
	color:#550001 !important;

	text-decoration:none;
	font-weight:bold;
	text-align:center;
    padding:12px 24px 11px 24px;
	border-radius: 5px;
	line-height: 14px;
	margin:0 10px 0 0;
	border-bottom:solid 2px #d4741f !important;
	border-style:solid;

}

.button2 {
	display: inline-block;
   	font-size:12px !important;
	line-height:14px;

	text-transform:none;
    background:#fba208;
	border:none !Important;
	color:#550001 !important;

	text-decoration:none;
	font-weight:bold;
	text-align:center;
    padding:7px 24px 7px 24px;
	border-radius: 5px;
	line-height: 14px;
	margin:0 10px 0 0;
	border-bottom:solid 2px #d4741f !important;
	border-style:solid;

}





.sale_box__name {
	height: 70px;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 14px;
}
.manufacturers_menu {
	width: 240px;
	margin-bottom: 20px;
}
.manufacturers_menu td {
	padding-right: 20px;
}
.manufacturers_menu li {
	margin-bottom: 5px;
}

.delivery___citys {
	list-style:disc;
	margin:0 0 0 15px;
}



.b1 {
	width:280px;
	height:190px;
	display:block;
	background:url('/uploads/files/b1.png?v=1') 0px 0px no-repeat;
	border:solid 1px #c0bfbd
}






.get___click {
	text-decoration:none;
	font-weight:bold;
	float:left;
	outline: none;
	display: inile-block;
	border: none;
	color:#000;
	font-size:14px;
	line-height:14px;
	background:#ffbc32;
	width: 137px;
	height:14px;
	padding:10px 16px 9px 16px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	line-height: 14px;
	margin:0 10px   0 0;
	border-bottom:solid 2px #8b0001;
}

.get___click:hover {
	color:#000;
}


.get___discount {

	float:left;
	text-decoration:none;
	font-weight:bold;
	margin: 0;
	outline: none;
	display: inline-block;
	border: none;
	color:#ffffff;
	font-size:14px;
	line-height:14px;
	background:#c6191a;
	width: 137px;
	height:14px;
	padding:10px 16px 9px 16px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	line-height: 14px;
	margin:0 10px 0 0;
	border-bottom:solid 2px #8b0001;
}

.get___discount:hover {
	color:#fff;
}








 */

.pt___1 td:first-child {
	font-size:26px;
	padding: 10px;
	font-weight:bold;
	color:#c21415;
}
.pt___1 td:last-child {
	font-size:14px;
}

.b17 {
	width:280px;
	height:190px;
	display:block;
	background:url('/templates/site/img/b17.png?v=1') 0px 0px no-repeat;
	border:solid 1px #c0bfbd
}

.pt {
	margin-bottom:15px;
}

.sdek {
	border:dotted 2px red;
	background: #ffeecb;
	font-size:16px;
	font-weight: bold;
	text-align:center;
	padding:20px;
}


 .table_sale {
	width:100%;
}

.table_sale tr td {
	border:solid 1px #ddd;
	padding:5px;
	text-align:center;
}

.sale_td * {
	font-size:16px;
}
.sizetable {
	width: 100% !important;
}

	.sizetable tr td:nth-child(1) {
		width: 50px !important;
	}

	.sizetable tr td {
		padding: 10px 4px;
		text-align: center;
		font-size: 12px;
	}

.bold {
	font-size: 18px;
    display: block;
    margin-bottom: 10px;
}


.text table td {
	border-top: 5px solid #f2f7f8;
	border-bottom: 5px solid #f2f7f8;
	padding: 10px;
}
.text table {
	border: 15px solid #f2f7f8;
	min-width: 400px;
}
.text table tr:first-child, .text thead tr td {
	background: #f2f7f8;
	font-weight: 900;
	border-top: 0;
	border-bottom: 0;
}



.text em {
	font-style: italic;
}

.table {

}
.table tr td {
	padding:10px;
	text-align:center;
	border:solid 1px #ddd
}
.table tr:hover td {
	background:#fbf3ed
}
.table tr:hover td  p {
	background:#fbf3ed !important
}
.table tr td p {
	margin:0 !Important;
}



.breadcrumb {
	margin-bottom: 25px;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	line-height: 20px;
}
.breadcrumb a {
	margin-bottom: 15px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb span {
	display: inline-block;
	width: 6px;
	height: 9px;
	/* background: url(../img/breadcrumb.png) 50% 50% no-repeat; */
}

.pagination {
	clear: both;
	padding: 35px 0 0 0;
	text-align: center;
	margin-bottom: 30px;
}
.pagination ul {
	display: inline-block;
	overflow: hidden;
}
.pagination li {
	display: inline-block;
	float: left;
}
.pagination a, .pagination span {
	background: #D9D9D9;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	padding: 0 3px;
	margin: 0 2px;
	font-size: 18px;
	color: #000;
	text-decoration: none;

	border-radius: 10px;
}
.pagination .active a {
	background: #FF6E01;
	text-decoration: none;
	color: #000;
	border-radius: 10px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	text-decoration: none;
}
.pagination_all {
	width: auto !important;
	padding: 0 10px !important;
	margin-left: 10px !important;
}
.pagination_all:hover {
	color: #4d4d4d !important;
}
.pagination .first {
	margin-right: 10px;
}
.pagination .first a {
	text-decoration: none;
}
.pagination .last  {
	margin-left: 10px;
}
.pagination .last a {
	text-decoration: none;
}

.product_image {
	position: relative;
}

.discount {
	position: absolute;
	top: 30px;
	left: 30px;
	background: url('/templates/site/img/discount.svg') 4px 2px no-repeat #fff;
	padding: 8px 8px 8px 48px;
	display: block;
	z-index: 1000;
	border: 1px solid #FF6E01;
	border-radius: 10px;
	color: #FF6E01;;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
}


.cols {
	overflow: hidden;
}
.cols-left {
	float: left;
	width: 220px;
}
.cols-right {
	margin-left: 315px;
}

.prod_3 .best_price_slider.prod .product_mrgn_slide:nth-child(3n) {
    margin-right: 0px !important;
}
.prod_3 .best_price_slider.prod .product_mrgn_slide:nth-child(4n) {
    margin-right: 19px;
}

.content_cat {
	position: relative;
    overflow: hidden;
    margin: 0px 0 40px 0;
    background-color: rgb(242, 247, 248);
    padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}
.content_cat a {
	font-size: 14px;
	line-height: 1.3;
	position: relative;
	text-decoration: none;
}
.content_cat a:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background:#C81511;
	position: absolute;
	top: 5px;
	left: -15px;
}

.get___discount  {
    font-size: 13px;
    color: #000;
    line-height: 24px;
    border-radius: 4px;
    background-color: #0dda77;
    padding: 0 10px;
    display: inline-block;
    text-decoration: none;
}

.btn-sale {
	margin-bottom: 20px;

}
.btn-sale span{
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	/* text-align: center; */
	color: #000000;
}
.sale_btn {
	box-sizing: border-box;
	background: url(../img/sales.svg) 22px 3px no-repeat, url(../img/sales.svg) 270px 3px no-repeat, #FFF;
  /* padding: 5px 0; */
  text-align: center;
	width: 336px;
	height: 50px;
  position: relative;
  margin-bottom: 10px;
	border: 1px solid #FF6E01;
	border-radius: 10px;
	color: #FF6E01 ;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	padding-left: 80px;
	text-decoration: none;
}



/* .btn-sale .btn-2:before {

	content: '';
	display: inline-block;

	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-right: 5px;
} */
