body
{
	/* font-family: 'Ubuntu', sans-serif; */
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	background-color: #f8f8f8;
}
.header_top
{
	background: rgba(0, 0, 0, 0.035);
    color: #9ca8ab;
    font-weight: 700;
}
.header_contact
{
	float: left;
	text-align: left;
}
.header_contact li
{
	width: auto;
    float: left;
    padding: .618em 1.387em;
}
.header_contact li a
{
	color: #253134;
	text-decoration: none;
}
.header_contact li:before
{
	font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    speak: none;
    width: 1.5em;
    display: inline-block;
    line-height: 1;
}
.header_contact li.phone_number:before
{
    content: "\f098";	
}
.header_contact li.fax:before
{
	content: "\f02f";
}
.header_contact li.twitter:before
{
	content: "\f081";
    color: #1daced;
}
.header_contact li.facebook:before
{
	content: "\f082";
    color: #3b5a98;
}

.header_menu
{
	float: right;
	text-align: right;
}
.header_menu ul li
{
	display: inline-block;
	width: auto;
    padding: .618em 1.387em;
}
.header_menu ul li a
{
	color: #253134;
	text-decoration: none;
}
.header
{
	background-color: #ec1c24;
	padding: 30px 0px;
}
.header .logo
{
	display: block;
	height: 60px;
	width: 100%;
	text-align: center;
}
.header .logo img
{
	height: 100%;
}
.header input
{
	padding: 15px 0px 15px 25px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 0px;
    border: 2px solid #d2d2d2;
    border-radius: 5px;
    color: #364245;
    /* border: 2px solid #fff; 
    color: #fff;*/
    background-color: #fff;
    font-size: inherit;
    line-height: 1.618;
    -webkit-appearance: none;
    /* background: rgba(0, 0, 0, 0.025); */
    outline: 0;
}
.header select
{
	background-color: #fff;
	border: 2px solid #d2d2d2;
	padding: 8px 0px 7px 25px;
	font-size: 12px;
	color: #364245;
    height: 55px;
	width: 210px;
	border-radius: 5px;
	margin: 2px 0px;
    /* background: rgba(0, 0, 0, 0.025); */
    outline: 0;
}
a.add_button
{
	position: fixed;
	top: 150px;
	left: 0px;
	display: inline-block;
	background-color: #ec1c24;
	border: 2px solid #d2d2d2;
	border-left: none;
	text-transform: uppercase;
	padding: 0px 25px 0px 25px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
    /* background: rgba(0, 0, 0, 0.025); */
    outline: 0;
    text-decoration: none;
    z-index: 99999;
}

.home_slider
{
	width: 100%;
	margin-bottom: 30px;
}
.home_slider .item
{
	width: 100%;
	position: relative;
}
.home_slider .item img
{
	width: 100%;
}
.home_slider .item .caption
{
	position: absolute;
	bottom: 2px;
	left: 10%;
	background: rgba(0, 0, 0, 0.8);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.home_slider .item .caption a
{
    color: #fff;
    padding: 20px 40px;
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

.home_item
{
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.home_item a
{
	text-decoration: none;
}
.home_item img
{
	width: 100%;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.home_item a:hover img
{
	opacity: 0.6;
}
.home_item h1
{
	position: absolute;
	display: block;
	max-width: calc(100% - 30px);
    top: 100px;
    left: 0;
    margin-right: 10%;
    background: #2ab6d6;
    color: #f8f8f8;
    font-weight: 700;
    padding: 9px 15px;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.home_item h1:before
{
	font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    speak: none;
    width: 1.5em;
    display: inline-block;
    line-height: 1;
    content: "\f179";
    content: "\f07c";
}
.home_item a:hover h1
{
	left:  -100%;
}
.home_item p
{
	background: #fff;
    padding: 1em;
    line-height: 24px;
    font-size: 16px;
    -webkit-border-bottom-left-radius: 0.382em;
    -webkit-border-bottom-right-radius: 0.382em;
    border-bottom-left-radius: 0.382em;
    border-bottom-right-radius: 0.382em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #364245;
    font-weight: 400;
}

.footer_top
{
	background: #253134;
    border-top: 4px solid #ec1c24;
    padding: 20px 0px;
}
.footer_top h2
{
	color: #b5c2c5;
	font-weight: 700;
	font-size: 20px;
    float: left;
    clear: none;
}
.footer_top h2 i
{
	display: inline-block;
	width: 40px;
	line-height: 40px;
	margin-right: 10px;
	border-radius: 50%;
	background: #142023;
    color: #f8f8f8;
    text-align: center;
}
.footer_top h2 a
{
	color: #b5c2c5;
	text-decoration: none;
}
.footer
{
	background: #364245;
    color: #7d9398;
    padding: 30px 0px;
}
.footer h4
{
	color: #f8f8f8;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
}
.footer h5
{
	color: #7d9398;
	margin-bottom: 10px;
	font-size: 16px;
}
.footer h5 b
{
	font-weight: 700;
}
.footer ul li
{
	margin-bottom: 10px;
	list-style-position: inside;
	list-style-type: disc;
}
.footer ul li a
{
	color: #b5c2c5;
	text-decoration: none;
	font-size: 16px;
}
.footer_bottom
{
	margin-top: 35px;
	padding-top: 25px;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.footer_bottom h3
{
	color: #7d9398;
	font-size: 16px;
}

.footer label
{
	display: block;
	margin-bottom: 5px;
}
.footer input[type="text"],
.footer textarea
{
	padding: .382em .5em;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 0.236em;
    border-radius: 0.236em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 12px;
    line-height: 1.618em;
    font-family: inherit;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 10px;
}
.footer input[type="submit"]
{
	display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    cursor: pointer;
    overflow: visible;
    width: auto;
    line-height: 1.618em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #253134;
    color: #f8f8f8;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    font-weight: 700;
    white-space: nowrap;
    font-size: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
}
.footer .feedback_error
{
	font-size: 12px;
	color: #ec1c24;
	margin-bottom: 5px;
}

.breadcrump
{
	width: 100%;
	padding: 30px 0px 20px;
	border-bottom: 0.236em solid #f0f0f0;
	margin-bottom: 30px;
}
.breadcrump ul li
{
	display: inline-block;
	color: #697578;
	font-size: 14px;
	margin-right: 15px;
}
.breadcrump ul li a
{
	color: #697578;
	text-decoration: none;
	font-weight: 700;
}

.category_left
{
	padding: 1.618em;
    background: #e5e5e5;
    -webkit-border-radius: 0.382em;
    border-radius: 0.382em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.category_left h3,
.category_left h4
{
	font-size: 1em;
    text-transform: uppercase;
    color: #364245;
    font-weight: 700;
    margin-bottom: 15px;
}
.category_left select
{
	max-width: 100%;
}
.category_left ul li
{
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 5px;
}
.category_left ul li a
{
	color: #586467;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}
.category_left ul li a:hover,
.category_left ul li a.active
{
	color: #2ab6d6;
}
.category_body
{
	margin-bottom: 30px;
}
.category_body h1
{
	color: #090b0c;
    margin: 0 0 25px;
    font-weight: 700;
    font-size: 30px;
}
.category_body article
{
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #364245;
}
.category_body article p
{
	margin-bottom: 20px;
}

.category_filter
{
	width: 100%;
	text-align: right;
	margin-bottom: 30px;
}
.category_filter select
{
	margin-left: 20px;
}
.category_items
{
	margin-bottom: 50px;
}
.category_item
{
	position: relative;
	background-color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
	padding-bottom: 1em;
    border-bottom: 0.202em solid rgba(0, 0, 0, 0.075);
    text-align: center;
    margin-bottom: 30px;
}
.category_item a
{
	text-decoration: none;
}
.category_item img
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.category_item a:hover img
{
	opacity: 0.6;
}
.category_item .price
{
	position: absolute;
    top: 40%;
    left: -0.58em;
    background: #ec1c24;
    padding: 8px 15px;
    font-size: 18px;
    color: #fff;
    display: block;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-weight: 700;
}
.category_item .price:after
{
	content: "";
    display: block;
    border-width: .618em 0 0 .618em;
    border-color: #ec1c24 transparent transparent transparent;
    border-style: solid;
    position: absolute;
    left: 0;
    bottom: -0.58em;
}
.category_item h3
{
	color: #090b0c;
	font-size: 18px;
	margin-top: 10px;
	padding: 0px 10px;
	font-weight: 700;
	text-transform: lowercase;
	transition: all 0.2s ease-in-out;
}
.category_item h3:first-letter
{
	text-transform: uppercase;
}
.category_item a:hover h3
{
	color: #ec1c24;
}
.category_item .category_item_hover
{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('/frontend/assets/images/category_item_hover.png');
	background-repeat: no-repeat;
	background-position: center 30%;
	background-size: 0px 0px;
	top: 0px;
	left: 0px;
	transition: all 0.2s ease-in-out;
}
.category_item a:hover .category_item_hover
{
	background-position: center 30%;
	background-size: 93px 93px;
}

.product
{
	padding: 0px 0px;
}
.product_detail, .product_slider
{
	margin-bottom: 50px;
}
.product_detail h1
{
	color: #090b0c;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 24px;
}
.product_detail h2
{
	font-size: 24px;
    line-height: 28px;
    color: #f37324;
    margin-bottom: 40px;
}
.product_detail ul li
{
	display: inline-block;
}
.product_detail ul li a
{
	position: relative;
    background: #f3f3f3;
    color: #2ab6d6;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 15px;
}
.product_detail ul li a.active
{
	color: #364245;
	background-color: #fff;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.product_detail article
{
	font-size: 14px;
	line-height: 24px;
}
.product_detail article b,
.product_detail article strong
{
	font-weight: 700;
}
.company_description, .product_description
{
	display: block;
	padding: 30px;
	background-color: #fff;
	margin-bottom: 30px;
}
.company_description
{
	display: none;
}
.company_description h3
{
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
}
.company_description p, 
.product_description p
{
	padding: 5px 0px;
}
.related_items
{
	border-top: 2px solid #f0f0f0;
	padding-top: 30px;
}
.related_items h1
{
	color: #090b0c;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}

.single
{
	margin-bottom: 50px;
}
.single h1
{
	color: #090b0c;
	font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.single article
{
	font-size: 14px;
	line-height: 22px;
	color: #2a2a2a;
}
.single article ul
{
	list-style: inside;
    list-style-type: disc;
}
.single label
{
	display: block;
    padding: .236em 0;
    font-weight: 700;
    margin-bottom: 10px;
}
.single input[type="text"],
.single textarea,
.single select
{
	padding: .382em .5em;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 0.236em;
    border-radius: 0.236em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 1em;
    line-height: 1.618em;
    font-family: inherit;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 10px;
}
.single select
{
	width: 40%;
}
.single textarea
{
	height: 200px;
}
.single input[type="file"]
{
	margin-bottom: 10px;
}
.single button
{
	display: inline-block;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    cursor: pointer;
    overflow: visible;
    width: auto;
    line-height: 1.618em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #364245;
    color: #f8f8f8;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    font-weight: 700;
    white-space: nowrap;
    font-size: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
}

.single .add_error
{
	font-size: 12px;
	color: #ec1c24;
	margin-bottom: 5px;
}

.pagination
{
	margin-top: 0px;
	padding: 20px 0px;
	border-top: 2px solid #dddddd;
	text-align: left;
}
.pagination ul li
{
	display: inline-block;
}
.pagination ul li a,
.pagination ul li span
{
	display: block;
	width: 30px;
	padding: 10px 0px;
	border: 1px solid #c9c9c9;
	background-color: #fff;
	font-size: 12px;
	color: #5e5e5e;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	text-align: center;
	margin-right: 5px;
}
.pagination ul li.active span,
.pagination ul li a:hover
{
	background-color: #ed2024;
	border-color: #ce0f12;
	color: #fff;
}