/*Дефолтные настройки*/
@import "default.min.css";

/*Ботстрап*/
@import "bootstrap.min.css";

/*Фанксибокс*/
@import "../plagins/fancybox/source/jquery.fancybox.css?v=2.1.5";

/*Шрифты*/
@import "font-awesome.min.css";

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: normal;
	color: #5a5a5a;
	background-color: #f3f0ea;
}

*::before,
*::after {
	font-family: "FontAwesome";
}

header {
	background: #0A0A0A;/*#45433d;*/
	color: #fff;
}

header .top {
	padding: 21px 0;
}

header .top .col-md-6 {
	position: initial;
}

/*--------------------------------------добавлено-------------------*/
header .top .col-md-6 a:hover {
	text-decoration: none; 
}


/*--------------------------------------добавлено-------------------*/

header .top .col-md-6 + .col-md-6 {
	text-align: right;
}

header .logo {
	position: absolute;
	left: 50%;
	margin-left: -146px;
	top: -10px;
	z-index: 10;
}

header .tel {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #cbcbcb;
	margin-right: 25px;
	line-height: 20px;
}
/*------------------------добавлено---------*/
header .tel a{
	color: #cbcbcb;
	text-decoration: none;
}

header .tel a:hover{
	color: #d1433a;;
}
/*-------------------------------------------------*/


header .tel::before {
	content: "\f095";
	margin-right: 15px;
}

header .price {
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	text-decoration: underline;
	color: #ff4d4d;
	font-size: 14px;
	margin-right: 64px;
}

header .price::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/i1.png);
	vertical-align: middle;
	margin-left: 10px;
}





header .mail {
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	font-size: 14px;
}
/*------------------------добавлено---------------*/
header .mail a {
	color: #cbcbcb;
	text-decoration: none;
}
header .mail a:hover {
	color:#d1433a;;
}
/*----------------------------------------------*/

header .mail::before {
	content: "\f0e0";
	margin-right: 15px;
}

/*Меню===============================*/

.navbar-default {
	border: none;
	background: transparent;
	border-radius: 0;
	margin: 0;
}

#bs-example-navbar-collapse-1 {
	padding: 0;
}

.navbar-nav {
	margin-left: -15px;
	margin-right: -15px;
}

.navbar-default .navbar-nav > li + li {
	margin-left: 10px;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 13px 15px 40px;
	border-bottom: 2px solid transparent
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	background: transparent;
	color: #ff4d4d;
	border-bottom-color: #ff4d4d;
}

/*Меню===============================*/

.baner {
	background: url(../images/5.jpg) no-repeat top / cover;
	color: #fff;

}

.baner .col-md-12 {
	padding: 174px 0 300px 660px;
}

.baner .col-md-12 h1 {
	font-weight: bold;
	font-size: 60px;
	text-transform: uppercase;
	font-family: "Open Sans";
	text-shadow: 0px 0px 10px #000;
	margin-bottom: 17px;
	letter-spacing: 5px;
}

.baner .col-md-12 p {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Open Sans";
	text-shadow: 0px 0px 10px #000;
	padding-left: 5px;
	letter-spacing: 2px;
}

.catalog {
	/*background: url(../images/bg4.jpg) no-repeat bottom, #fff;*/
	background-color: #f3f0ea;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

.catalog.home {
	/*background: url(../images/bg1.jpg) no-repeat bottom, #e6e6e6;*/
	background-color: #f3f0ea;
	padding-bottom: 20px;
}

.catalog h2 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #801818;
}

.catalog .wrapper {
	font-size: 0;
	margin-left: -15px;
	margin-right: -15px;
}

.catalog .wrapper .box {
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 30px);
	margin: 0 15px 30px;
	background: #fff;
	box-shadow: 0px 0px 30px -5px #000;
	border-radius: 5px;
	overflow: hidden;
	font-size: 16px;
}

.catalog .wrapper .box .img {
	position: relative;
}

/*.catalog .wrapper .box .img::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.40);
	opacity: 0;
	z-index: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.catalog .wrapper .box .img:hover::before {
	opacity: 1;
}
*/
.catalog .wrapper .box .img img {
	max-width: 100%;
}
.catalog .wrapper .box .img h3 {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    min-height: 38px;
}

.catalog .wrapper .btn_1 {
	position: absolute;
	z-index: 2;
	top: -44px;
	left: 50%;
	margin-left: -87.5px;
}

.catalog .wrapper .btn_1::after {
	content: "\f178";
	margin-left: 20px;
}

.catalog .wrapper .box .img:hover .btn_1 {
	top: 50%;
	margin-top: -22px;
}

.catalog .wrapper .box .text {
	padding: 27px 30px 15px;
	min-height: 140px;
}

.catalog .wrapper .box .text h3 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 3px;
	padding-bottom: 8px;
	color: #ff7979;
}
.catalog .wrapper .img a {
		font-weight: bold;
		font-size: 16px;
		margin-top: 0;
		text-transform: uppercase;
	/*	border-bottom: 1px solid #e6e6e6;*/
		margin-bottom: 3px;
		padding-bottom: 8px;
    color: rgba(90, 90, 90, 1);
    position: absolute;
    bottom: -5px;
    width: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

.catalog .wrapper .box .sk {
	display: inline-block;
	color: #ff7979;
}

.catalog .wrapper .box .sk::after {
	content: "";
	display: block;
	margin: 4px auto;
	width: 26px;
	height: 26px;
	background: url(../images/i1.png) no-repeat center / cover;
}

.o_nas {
	background: url(../images/bg2.jpg) no-repeat right / auto 100%, #fff;
	padding-top: 46px;
	padding-bottom: 80px;
}

.o_nas h2 {
	font-weight: bold;
	font-size: 36px;
	color: #ff7979;
	position: relative;
}

.o_nas h2::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	margin-right: 17px;
	border-radius: 50%;
	background: #ff7979;
	position: relative;
	top: -3px;
}

.o_nas h2::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	margin-left: 17px;
	border-radius: 50%;
	background: #ff7979;
	position: relative;
	top: -3px;
}

.o_nas p {
	font-weight: bold;
	margin-bottom: 17px;
}

.o_nas .str {
	font-size: 18px;
	margin-bottom: 44px;
}

.o_nas ul {
	margin-bottom: 60px;
}

.o_nas li {
	padding-left: 24px;
	position: relative;
	margin-bottom: 11px;
}

.o_nas li::before {
	content: "\f00c";
	color: #ff7979;
	position: absolute;
	left: 0;
	top: 3px;
}

.o_nas .btn_1 {
	width: 200px;
}

.o_nas .btn_1::after {
    content: "\f178";
    margin-left: 30px;
}

.news {
	/*background: url(../images/bg3.jpg) no-repeat center / cover;*/
	background-color: #f3f0ea;
	padding-top: 10px;
	padding-bottom: 50px;
}

.news h2 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 35px;
  margin-top: 5px;
	color: #801818;
}

.news .wrapper {
	font-size: 0;
	margin-left: -15px;
	margin-right: -15px;
}

.news .box {
	background: #fff;
	display: inline-block;
	vertical-align: top;
	width: calc(33.3333% - 30px);
	margin: 0 15px 30px;
	border-radius: 5px;
	overflow: hidden;
	font-size: 16px;
	padding-bottom: 16px;
}

.news .box img {
	max-width: 100%;
}

.news .box p {
	padding: 13px 5px 6px;
	margin: 0 14px 6px;
	border-bottom: 1px solid #b4b4b4;
}

.news .box .data {
	display: inline-block;
	vertical-align: top;
	margin-left: 19px;
}

.news .box .more {
	display: inline-block;
	float: right;
	color: #ff7979;
	text-decoration: none;
	margin-right: 19px;
}

.news .box .more::after {
    content: "\f178";
    margin-left: 12px;
}

.breadcrumb {
	border: none;
	background: transparent;
	padding: 45px 0 0;
	margin-top: 0;
	margin-bottom: -10px;
}

.breadcrumb a {
	color: #5a5a5a;
}

.breadcrumb .active {
	color: #ff4d4d;
}

.breadcrumb > li + li::before {
    padding: 0px;
    color: #5a5a5a;
    content: "/\00a0";
}

.content {
	padding-top: 72px;
	padding-bottom: 30px;
}

.content.kategori {
	/*background: url(../images/bg5.jpg) no-repeat bottom, #fff;*/
}

.content .col-md-3 {
	padding-top: 14px;
}

.content .col-md-3 .zag {
	text-align: center;
	font-weight: bold;
	line-height: 45px;
	color: #fff;
	background: #ff7979;
}

.content .col-md-3 ul {
	border: 1px solid #e6e6e6;
	border-top: none;
}

.content .col-md-3 ul li {
	padding-left: 16px;
	padding-right: 18px;
	border-left: 3px solid transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.content .col-md-3 ul li:hover,
.content .col-md-3 ul li.active {
	border-left-color: #ff7979;
}

.content .col-md-3 ul li a {
	display: block;
	color: #5a5a5a;
	text-decoration: none;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: -1px;
	padding: 11.5px 7px;
}

.content .col-md-3 ul li a:hover,
.content .col-md-3 ul li.activ a {
	color: #ff7979;
}

.content h1 {
	font-size: 36px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 23px;
}

.content .fll {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

.content p {
	margin-bottom: 14px;
	line-height: 25px;
}

.content .assort {
	clear: both;
	padding-top: 56px;
}

.content .assort h2 {
	font-weight: normal;
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 23px;
}

.content .assort .wrapper {
	font-size: 0;
	margin-left: -15px;
	margin-right: -15px;
}

.content .assort .wrapper .box {
	display: inline-block;
	vertical-align: top;
	width: calc(33.333% - 30px);
	margin: 0 15px 30px;
	text-align: center;
	font-size: 18px;
	color: #5a5a5a;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 15px;
}

.content .assort .wrapper .box img {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	margin-bottom: 11px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.content .assort .wrapper .box:hover {
	color: #ff7979;
}

.content .assort .wrapper .box:hover img {
	border-color: #ff7979;
	box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.56);
}

.content.kartocka .col-md-9 {
	padding-top: 14px;
}

.content.kartocka h1 {
	font-size: 24px;
  border-bottom: 1px solid #e6e6e6;
  display: inline;
  padding-bottom: 5px;
  margin-bottom: 16px;
  line-height: 1.5em;
}

.content.kartocka .galer {
	padding: 43px 0 130px;
}

.content.kartocka .galer h2 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 25px;
}

.content.kartocka .galer .wrapper {
	margin-left: -15px;
	margin-right: -15px;
	font-size: 0;
}

.content.kartocka .galer .wrapper .box {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: calc(25% - 30px);
	margin: 0 15px 30px;
}

.content.kartocka .galer .wrapper .box img {
	max-width: 100%;
}

.content.kartocka .galer .wrapper .box::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.40);
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.content.kartocka .galer .wrapper .box::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 3;
	width: 52px;
	height: 52px;
	margin-left: -26px;
	margin-top: -26px;
	background: url(../images/pl.png);
	left: 50%;
	top: 50%;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.content.kartocka .galer .wrapper .box:hover::before,
.content.kartocka .galer .wrapper .box:hover::after {
	opacity: 1;
}

.contacts {
	padding-top: 41px;
	padding-bottom: 70px;
	/*background: url(../images/bg6.jpg) no-repeat bottom;*/
}

.contacts h2 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 70px;
}

.contacts .map {
	display: inline-block;
	vertical-align: top;
	width: 585px;
	margin-right: 98px;
}

.contacts #imap {
	height: 334px;
}

.contacts .ck {
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	margin-right: 20px;
}

.contacts .ck2 {
	position: absolute;
    right: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
}

.contacts .ck + .ck {
	margin-left: 30px;
}

.contacts .ck .zag {
	font-weight: bold;
	margin-bottom: 13px;
}

.contacts .ck .tel::before {
	content: "\f095";
	margin-right: 10px;
	color: #000;
}

.contacts .ck .name {
	border-top: 1px solid #e6e6e6;
	margin-top: 3px;
	padding-top: 4px;
	padding-bottom: 27px;
}

.contacts .ck .tel + .zag {
	margin-top: 30px;
}

.contacts .ck .mail::before {
	content: "\f0e0";
	margin-right: 10px;
	color: #000;
}

.contacts.news_v {
	padding-bottom: 90px;
	/*background: url(../images/bg7.jpg) no-repeat bottom;*/
}

.contacts.news_v .box {
	margin-bottom: 40px;
	line-height: 24px;
}

.contacts.news_v .box .img {
	float: left;
	margin-right: 30px;
	position: relative;
	max-width: 262px;
}

.contacts.news_v .box .img img {
	border-radius: 5px;
}

.contacts.news_v .box .img .data {
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 0 0 5px;
	line-height: 38px;
	padding: 0 12px;
	font-weight: bold;
}

.contacts.news_v .box .h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 30px;
	margin-bottom: 14px;
}

.contacts.news_v .box p {
	position: relative;
	padding-bottom: 8px;
	max-height: 78px;
	overflow: hidden;
	margin-bottom: 2px;
}

.contacts.news_v .box p::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 50%;
	left: 0px;
	height: 1px;
	background: #e6e6e6;
}

.contacts.news_v .box .more {
	color: #ff4d4d;
	font-size: 12px;
}

.pagination {
	font-size: 0px;
	margin: -10px 0 0 0;
	display: block;
	float: none;
}

.pagination li {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	margin: 0;
	border: none;
	background: transparent;
}

.pagination li a {
	display: block;
	padding: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #5a5a5a;
	background: transparent;
	border: none;
	border-radius: 4px;
	font-size: 18px;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a {
	border: none;
	background: #ff4d4d;
	color: #fff !important;
}

.pagination li:last-child a {
	color: #ff4d4d;
}

.contacts.news_v.single {
/*	background: url(../images/bg8.jpg) no-repeat bottom;*/
	padding-bottom: 50px;
}

.contacts.news_v.single .post img {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}

.contacts.news_v.single .post .data {
	font-weight: bold;
	color: #ff4d4d;
	margin-bottom: 19px;
}

.contacts.news_v.single.about {
/*	background: url(../images/bg9.jpg) no-repeat bottom;*/
	padding-bottom: 50px;
}

.contacts.news_v.single p {
	margin-bottom: 30px;
}

.contacts.news_v.single h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
}

.contacts.news_v.single li {
	margin-bottom: 17px;
}

/*Кнопки=============================*/

.btn_1 {
	display: block;
	width: 175px;
	height: 44px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	border: none;
	line-height: 44px;
	background: #ff7979;
}

.btn_1:hover,
.btn_1:focus {
	text-decoration: none;
	color: #fff;
	background: #ff5a5a;
}

/*Кнопки=============================*/

/*Всплывашки=========================*/

.popup {
	display: none;
}

footer {
	width: 100%;
	background: #0A0A0A;
	line-height: 24px;
	color: #fff;
	padding-top: 65px;
	padding-bottom: 50px;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer .box {
	display: inline-block;
	vertical-align: top;
}

footer .box .tel {
	display: inline-block;
	vertical-align: top;
	margin-right: 46px;
}

/*------------------------добавлено-----------------*/
footer .tel a{
	color: #cbcbcb;
	text-decoration: none;
}

footer .tel a:hover{
	color: #d1433a;;
}
/*-------------------------------------------------------*/


footer .box .tel::before {
    content: "\f095";
    margin-right: 16px;
}

footer .box .mail {
	padding-top: 18px;
}

/*------------------------добавлено-----------------*/
footer .mail a{
	color: #cbcbcb;
	text-decoration: none;
}

footer .mail a:hover{
	color: #d1433a;;
}
/*-------------------------------------------------------*/

footer .box .mail::before {
    content: "\f0e0";
    margin-right: 16px;
}

footer .box_1 {
	margin-right: 48px;
}

footer .box_2 {
	text-align: center;
	margin-right: 126px;
}

footer .box_2 .logo {
	margin-top: -15px;
}

footer .box_3 {
	float: right;
}

footer .box_3 ul {
	display: inline-block;
	width: calc(50% - 5px);
	padding-right: 78px;
}

footer .box_3 ul li {
	margin-bottom: 7px;
}

footer .box_3 ul li a:hover,
footer .box_3 ul li a:focus {
	text-decoration: none;
	color: #ff4d4d;
}

footer .st a {
	color: #ff4d4d;
}

footer hr {
	border: none;
	height: 1px;
	background: #6a6964;
	margin-top: 7px;
	margin-bottom: 39px;
}

footer .st {
	display: inline-block;
}

footer .cop {
	float: right;
}

.fancybox-skin {
	padding: 0 !important;
}
.content-tovar{
	min-height:284px;
	
}

/*==================27.03.2018===============================*/

.form_order {
    max-width: 100%;
    margin:150px;
}
.form_line{
	display: flex;
	flex-direction:row;
	justify-content:space-between;
}
.form_line input{
	width:47%;
	height:35px;
	margin-top:10px;
	color:#cbcbcb;
}
.submit_order{
	width:47%;
	height:35px;
	margin-top:10px;
	text-align:center;
	background: #ff4d4d;
	border: #ff4d4d;
	color:white;
}
.form_line select{
	width:47%;
	height:35px;
	margin-top:10px;
}
.ajax_form textarea{
	width:100%;
	height:250px;
	margin-top:10px;
}

.ajax_form{
	text-align:center;
	
}

.table-order{
	border: 0px;
  width: 100%;
  border-spacing: 7px 11px;
}
.table-order td {
    padding: 5px;
    border: 0px ; 
   }
.cleaner_backet{
	text-align:right;
	margin-bottom:20px;
}
.sum{
	text-align:right;
	margin-top:20px;
}
/*===========================================================*/


/* redaction by 30.03 */
.shop-cart-mini {
	position: relative;
	margin-top: 10px;
	padding-right: 25px;
}

.shop-cart-mini a{
	color: white;
}

.shop-cart-mini a:hover{
	color: #ff4d4d;
}

.shk-but-card {
	display: block;
	margin: 5px auto !important;
	padding: 10px;
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
	background: #ff4d4d;
	border: none;
	color: white;
} 

.shk-but-card:hover {
	box-shadow: 0 0 5px rgba(0,0,0,.8);
} 

.shop-cart-mini:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "\f07a";
}

.shop-cart-mini b:last-child {
	color: #ff4d4d;
	margin-left: 10px;
}

.content.kartocka h1 {
	display: inline-block;
	margin-bottom: 20px;
	font-weight: bold;
	max-width: 500px;
}


.product-price {
	font-size: 24px;
	margin-bottom: 20px;
} 

.product-c {
	font-size: 18px;
	margin-bottom: 20px;
}

.product-c input {
	text-align: center;
	height: 40px;
	width: 100px;
	padding-left: 10px;
	margin-left: 10px;
} 

.product-w {
	font-size: 18px;
	margin-bottom: 20px;
}

.product-but {
	display: block;
	padding: 10px;
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
	background: #ff4d4d;
	border: none;
	color: white;
	margin-bottom: 50px !important;
} 

.catalog .wrapper .img a {
	position: initial;
}

.catalog .wrapper .img a img{
	filter: grayscale(.3);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: block;
}

.catalog .wrapper .img a:hover img{
	filter: grayscale(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-o-transform: scale(1.01);
} 

.catalog .wrapper .box:hover {
	
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.product-but:hover {
	box-shadow: 0 0 5px rgba(0,0,0,.8);
} 

.product-w span {
	font-weight: bold;
	font-size: 20px;
	margin: 0 10px;
}

.product-price .shk-price {
	color: #ff4d4d;
	font-size: 30px;
	margin: 0 10px;
	font-weight: bold;
}
.soc {
	display: inline-block;
  font-size: 25px;
  margin-top: -5px;
  z-index: 10;
  position: relative;
}
.soc a {
	color: #cbcbcb;
  margin-right: 5px;
}
.soc a:hover {
	color: #ff4d4d;
}
.top_slider .slide {
	position: relative;
}
.top_slider .slide .slide_text{
	position: absolute;
	width: calc(100% - 30px);
	left: 15px;
	bottom: 30px;
	padding: 5px 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
}
.slider-arrow {
		position: absolute;
		top: 0;
    width: 150px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
    cursor: pointer;
}
.slider-left {
	left: 0;
}
.slider-right {
	right: 0;
}
.slider-arrow i {
		font-size: 54px;
    position: absolute;
    top: calc(50% - 27px);
}
.slider-left i {
    left: calc(50% - 10px);
}
.slider-right i {
    right: calc(50% - 10px);
}

.top_slider .slick-dots {
	position: absolute;
	bottom: 0;
}
.top_slider .slick-dots li button {
    border: 1px solid white;
    border-radius: 20px;
    width: 14px;
    height: 14px;
}
.top_slider .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 15px;
    background: white;
    left: 2px;
    top: 2px;
}

h2 {
	font-family: "Comic Sans MS" !important;
}
.table-features {
  width: 100%;
}
.table-features td {
padding: 15px 20px;
font-size: 16px;
line-height: 20px;
border: 1px solid #e3d8c2;
background-color: #fff;
}
.table-features .tr-head td {
background-color: #f5eedf;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #857249;
}
.product-image {
  width: 100%;
  margin-bottom: 25px;
}
.meat-type {
  position: relative;
}
.meat-type+.meat-type:before {
  content: '+';
  position: absolute;
  top: -10px;
  left: 10px;
  font-family: arial;
  z-index: 3;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  background: #cd9929;
  line-height: 20px;
  text-align: center;
  width: 20px;
  font-weight: bold;
}
.meat-type .w-icon-left {
  position: relative;
  padding: 12px 0 12px 50px;
}
.meat-type .w-icon-left .w-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 3px;
  border-radius: 4px;
  background-color: #f9f9f9;
  border: 2px solid #cdcdcd;
  top: calc(50% - 20px);
  left: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.meat-type .w-icon-left .w-icon .icon {
  position: relative;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  opacity: 0.8;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.w-icon-left.decorate {
  position: relative;
  padding: 5px 0;
  padding-left: 40px;
}
.w-icon-left.decorate .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: calc(50% - 15px);
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8  
}