/*
file:	Style Sheet
year:	2018
author: Crew803
email: info@crew803.com
website: www.crew803.com
*/

@charset "utf-8";

/* General HTML Styles */

* {
	box-sizing: border-box;
}

i {
	display: inline;
	font-weight: normal;
	transition: all .3s linear;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-size: inherit !important;
	margin-left: 0 !important;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

div, span, p, a, em, del, time, strong, tr, th, td, label, input, select, textarea, option, iframe, ul, li, font, h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", Arial, Calibri, Verdana, sans-serif;
	font-size: 16px;
	color: #696969;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
}
h1	{
	color: #464646;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h2	{
	color: #464646;
	font-size: 22px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h3	{
	color: #464646;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h4	{
	color: #464646;
	font-size: 19px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h5	{
	color: #464646;
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h6	{
	color: #464646;
	font-size: 17px;
	font-weight: normal;
	display: block;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 20px;
}
em {
	font-size: 18px;
	color: #414141;
	font-weight: 500;
	margin: 0;
	padding: 0 0 20px;
	display: block;
}
a {	
	font-size: 16px;
	color: #2855a5;
	font-weight: 700;
	text-decoration: none !important;
	transition: all .3s linear;
}
a:hover {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
fieldset {
	width: auto;
	border: 0;
}
legend { 
	color: #494949;
	font-size: 16px;
	font-weight: lighter;
	padding: 0 5px;
}
input {
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	font-size: 13px !important;
	margin: 3px 0;
	padding: 5px;
	outline: none !important;
}
input:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
input:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 3px 3px;
	outline: none !important;
}
select:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
option {
	font-size: 13px !important;
	background-color: transparent !important;
	padding: 0 5px;
	outline: none !important;
}
textarea {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 5px;
	height: 150px;
	margin: 3px 0;
	outline: none !important;
}
textarea:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
textarea:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}

/*wrapper*/

.wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.wrapper a, img {
	outline: none !important;
}

a, a:hover, a:focus, a:visited, a:active {
	outline: none !important;
}

input, input:hover, input:focus, input:visited, input:active {
	outline: none !important;
}

/*to top jQuery*/

#toTop {
	background:url("../img/ui.totop.png") no-repeat left top;
	display: none !important;
}

#toTopHover {
	background:url("../img/ui.totop.png") no-repeat left -40px;
}

.slicknav_menu {
	display: none;
}

/*header*/

header {
	width: 97%;
	margin: 0 auto 20px;
	padding: 15px 40px 20px;
	display: table;
	position: relative;
}

header:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #ebebeb;
	border-radius: 5px;
}

/*logo*/

.logo {
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
}

.logo img {
	max-height: 64px;
	display: flex;
}

/*main navigation*/

header nav {
	width: auto;
	float: left;
	margin: 0;
	padding: 21px 0;
}

header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
}

header nav ul li {
	float: left;
	margin: 0 20px 0 0;
}

header nav ul li:last-of-type {
	margin: 0;
}

header nav ul li a {
	font-size: 16px;
	color: #414141;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

header nav ul li a:hover, header nav ul li a.active {
	font-size: 16px;
	color: #000;
}

/*login basket container*/

.login_basket_container {
	width: auto;
	float: right;
	margin: 0;
	padding: 20px 0;
}

/*login cnt*/

.login_cnt {
	width: auto;
	float: left;
	margin: 0 40px 0 0;
}

.login_cnt a {
	font-size: 14px;
	color: rgba(0,0,0,0.60);
	font-weight: 500;
	font-style: italic;
}

.login_cnt a:hover {
	font-size: 14px;
	color: #000;
}

.login_cnt a > i {
	font-size: 14px;
	color: #000;
	background: #ffd714;
	border-radius: 5px;
	padding: 3px 5px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 5px;
}

.login_cnt a:hover > i {
	color: #fff;
	background: #2855a5;
}

/*login container form - SLIDEBARS*/

.login_form_cnt {
	margin: 0;
	padding: 20px;
	background: #2855a5;
}

.login_form_cnt h1 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	padding: 0 0 3px;
}

.login_form_cnt h2 {
	font-size: 14px;
	color: rgba(255,255,255,0.75);
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 15px;
}

.login_form_cnt em,
.login_form_cnt p {
	font-size: 12px;
	color: rgba(255,255,255,0.5);
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.login_form_cnt fieldset div p {
	font-size: 10px;
	padding-bottom: 10px;
}

.login_form_cnt form {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	display: table;
}

.login_form_cnt fieldset {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	display: table;
	position: relative;
}

.login_form_cnt fieldset label {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px 5px;
	display: block;
	cursor: text;
}

.login_form_cnt fieldset input {
	font-size: 12px !important;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 9px 10px;
	background: rgba(255,255,255,0.15);
	border: 1px solid rgba(255,255,255,0.30);
	border-radius: 5px;
	width: 100%;
	max-width: 100%;
	transition: all .3s linear;
}

.login_form_cnt fieldset input:hover {
	border-color: rgba(255,255,255,0.45);
}

.login_form_cnt fieldset input:focus {
	background: rgba(255,255,255,0.30);
	border-color: rgba(255,255,255,0.60);
}

.login_form_cnt fieldset .red_star,
.login_form_cnt fieldset .formInfo {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 !important;
}

.login_form_cnt form input[type="submit"] {
	font-size: 14px !important;
	color: #000;
	font-weight: 700;
	margin: 0;
	padding: 12px 20px;
	display: block;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	transition: all .3s linear;
	opacity: 1;
	width: 100%;
	float: none;
	cursor: pointer;
}

.login_form_cnt form input[type="submit"]:hover,
.login_form_cnt form input[type="submit"]:focus {
	font-size: 14px !important;
	color: #fff;
	background: #2855a5;
}

.login_form_cnt form input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin: 5px 6px 8px 0 !important;
	width: auto;
}

.login_form_cnt form input[name="modules[user_price]"] {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin: 0 10px !important;
}

.login_form_cnt form input[name="ecaptcha"] {
	display: inline-block;
}

.forget_pass_btn {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	margin: 0 auto;
	padding: 10px 0 0;
	display: table;
	float: none;
}

.forget_pass_btn:hover {
	font-size: 13px;
	color: #fff;
}

.sign_up_btn {
	font-size: 12px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	margin: 15px auto 0;
	padding: 8px 20px;
	background: #ffd714;
	border: 1px solid #ffd714;
	border-radius: 5px;
	display: table;
	cursor: pointer;
}

.sign_up_btn:hover {
	font-size: 12px;
	color: #fff;
	background: #2855a5;
	border-color: #ffd714;
}

/*login content - SLIDEBARS*/

.login_content {
	margin: 0;
	padding: 20px;
	background: #2855a5;
}

.login_content nav {
	width: 100%;
	margin: 0;
	padding: 20px 0;
}

.login_content nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.login_content nav ul li:first-of-type {
	border-top: 1px dotted rgba(255,255,255,0.30);
}

.login_content nav ul li {
	border-bottom: 1px dotted rgba(255,255,255,0.30);
}

.login_content nav ul li a {
	font-size: 14px;
	color: rgba(255,255,255,0.75);
	font-weight: 300;
	margin: 0;
	padding: 10px;
	display: block;
}

.login_content nav ul li a:hover, .login_content nav ul li a.active {
	font-size: 14px;
	color: #fff;
}

.login_content nav ul li:last-of-type {
	border: none;
}

.login_content nav ul li:last-of-type a {
	font-size: 12px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin: 20px 0 0;
	padding: 10px;
	background: #ffd714;
	border: 1px solid #ffd714;
	border-radius: 5px;
	display: block;
	cursor: pointer;
}

.login_content nav ul li:last-of-type a:hover {
	font-size: 12px;
	color: #fff;
	background: #2855a5;
	border-color: #ffd714;
}

/*basket cnt*/

.basket_cnt {
	width: auto;
	float: left;
	margin: -2px 0 0;
}

.basket_cnt a {
	font-size: 14px;
	color: rgba(0,0,0,0.60);
	font-weight: 500;
	font-style: italic;
}

.basket_cnt a:hover {
	font-size: 14px;
	color: #000;
}

.basket_cnt a > i {
	font-size: 24px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 5px;
}

.basket_cnt a:hover > i {
	color: #2855a5;
}

/*main container*/

.main_container {
	width: 100%;
	margin: 0;
	padding: 0 0 120px;
	display: table;
}

/*search content*/

.search_content {
	width: 97%;
	margin: 0 auto 40px;
	padding: 0 80px;
	display: table;
}

.search_content > .search_content {
	width: 100%;
	margin: 0;
	padding: 0;
}

.search_content form {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.search_content input[type="search"] {
	font-size: 12px;
	color: rgba(0,0,0,0.60);
	font-weight: 400;
	font-style: italic;
	background: linear-gradient(#ffffff, #fafafa);
	background: -webkit-linear-gradient(#ffffff, #fafafa);
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	margin: 0;
	padding: 20px 20px 22px;
	width: 100%;
	max-width: 100%;
	transition: all .3s linear;
}

.search_content input[type="search"]:hover {
	border-color: #c3c3c3;
}

.search_content input[type="search"]:focus {
	border-color: #c3c3c3;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
}

.search_content input::-webkit-input-placeholder {
	color: rgba(0,0,0,0.60);
	transition: all .3s linear;
}
.search_content input:-moz-placeholder {
	color: rgba(0,0,0,0.60);
	opacity: 1;
	transition: all .3s linear;
}
.search_content input::-moz-placeholder {
	color: rgba(0,0,0,0.60);
	opacity: 1;
	transition: all .3s linear;
}
.search_content input:-ms-input-placeholder {
	color: rgba(0,0,0,0.60);
	transition: all .3s linear;
}
.search_content input:focus::-webkit-input-placeholder {
	color: transparent;
	transition: all .3s linear;
}
.search_content input:focus:-moz-placeholder {
	color: transparent;
	transition: all .3s linear;
}
.search_content input:focus::-moz-placeholder {
	color: transparent;
	transition: all .3s linear;
}
.search_content input:focus:-ms-input-placeholder {
	color: transparent;
	transition: all .3s linear;
}

.search_icon {
	margin: 0;
	padding: 29px 21px 24px;
	background: #2855a5;
	border: none;
	border-radius: 0 5px 5px 0;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: all .3s linear;
}

.search_icon > i {
	font-size: 18px;
	color: #fff;
}

.search_icon:hover,
.search_icon:focus,
.search_icon:active {
	background: #2d2d2d;
	box-shadow: none !important;
	border: none !important;
}

/*main categories*/

.main_categories {
	width: 97%;
	margin: 0 auto 40px;
	padding: 0 120px;
	display: table;
}

.main_categories nav {
	width: 100%;
	display: table;
}

.main_categories nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.main_categories nav ul li {
	width: 20%;
	float: left;
	margin: 0 0 5px;
	padding: 0;
	position: relative;
}

.main_categories nav ul li a {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

.main_categories nav ul li a:hover {
	font-size: 14px;
	color: #2855a5;
}

.main_categories nav ul li i {
	font-size: 18px;
	color: #000;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 42px;
	height: 42px;
}

.main_categories nav ul li:hover i {
	color: #2855a5;
}

.main_categories nav ul li.active {
	background: #2855a5;
	border-radius: 5px;
}

.main_categories nav ul li a.active {
	font-size: 14px;
	color: #fff;
}

.main_categories nav ul li.active > i {
	color: #fff;
}

/*main categories sub*/

.offer_categs nav ul li {
	width: 100%;
	float: none;
	display: table;
	margin: 0;
}

.offer_categs nav ul li.active {
	border-radius: 5px;
}

.offer_categs nav ul li a {
	font-size: 16px;
	font-weight: 500;
	padding: 15px 0;
	display: inline-block;
	vertical-align: middle;
}

.offer_categs nav ul li a:hover {
	font-size: 16px;
}

.offer_categs nav ul li a.active {
	font-size: 16px;
}

.offer_categs nav ul li i {
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 10px;
}

.main_categories nav ul li ul {
	list-style: none;
	margin: 0;
	padding: 15px 0;
	width: 100%;
	display: table;
	clear: both;
	position: relative;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border-radius: 0 0 5px 5px;
}

.main_categories nav ul li ul li {
	width: 25%;
	float: left;
	margin: 5px 0;
	padding: 0;
	border-right: 1px dotted #b9b9b9;
}

.main_categories nav ul li ul li:nth-of-type(4n) {
	border: none;
}

.main_categories nav ul li ul li a {
	font-size: 12px;
	color: #2d2d2d;
	font-weight: 500;
	text-transform: none;
	margin: 0;
	padding: 5px 20px;
	display: table;
	vertical-align: inherit;
}

.main_categories nav ul li ul li a:hover {
	font-size: 12px;
	color: #2855a5;
}

/*brands container*/

.brands_container {
	width: 97%;
	margin: 0 auto 40px;
	padding: 0 80px;
	display: table;
}

.brands_container aside {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.brands_container article {
	width: 16.35%;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0 0 10px;
	border-right: 1px solid #d7d7d7;
}

.brands_container article:first-of-type,
.brands_container article:nth-of-type(7n) {
	border-left: 1px solid #d7d7d7;
}

.brands_container figure {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 0.8;
	transition: all 0.35s linear;
}

.brands_container article:hover figure {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	opacity: 1;
}

.brands_container figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0 40px;
	float: none;
}

.brands_container figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.brands_container h1 {
	margin: 0;
	padding: 0 10px;
	display: block;
	text-align: center;
}

.brands_container h1, .brands_container h1 a {
	font-size: 16px;
	color: #414141;
	font-weight: 400;
}

.brands_container h1 a:hover {
	font-size: 16px;
	color: #000;
}

/*slider content*/

.slider_content {
	width: 100%;
	display: table;
	padding: 0;
}

.bx-wrapper {
	margin: 0 auto !important;
}

.bx-wrapper .bx-pager {
	padding: 0;
	width: auto;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -20px;
	right: inherit;
	left: inherit;
	height: 16px;
	margin: 0 auto;
	padding: 0;
	display: table;
	position: relative;
}

.bx-wrapper .bx-viewport {
	border: none;
	background: none;
	left: 0;
	box-shadow: none;
}

.bxslider {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.bx-wrapper img {
	margin: 0;
	padding: 0;
	width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #2855a5;
	border: 2px solid #2855a5;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	border: 2px solid #2855a5;
	border-radius: 500em;
	margin: 0 2.5px;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
}

.bx-wrapper .bx-controls-direction a {
	display: none;
}

.bx-clone {
	display: none !important;
}

.bx-controls-auto {
	display: none !important;
}

/*featured products*/

.featured_products {
	width: 97%;
	margin: 0 auto;
	padding: 80px 0;
	display: table;
}

.featured_products article {
	width: 25%;
	float: left;
	margin: 0;
	padding: 20px;
}

.categ_name {
	font-size: 10px;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	background: #ffd714;
	border-radius: 5px;
	padding: 6px 10px 5px;
	margin: 20px 20px 0;
	display: table;
}

.categ_name:hover {
	font-size: 10px;
	color: #fff;
	background: #919191;
}

.featured_products article h1 {
	margin: 5px 20px 0;
	padding: 0;
	line-height: 26px;
	overflow: hidden;
	height: 27px;
}

.featured_products article h1, .featured_products article h1 a {
	font-size: 22px;
	color: #000;
	font-weight: 600;
}

.featured_products article h1 a:hover {
	font-size: 22px;
	color: #2855a5;
}

.featured_products article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 15px 0 30px;
	padding: 0;
	float: none;
	position: relative;
}

.featured_products article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

/*sale button*/

.sale {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	text-align: right;
	display: block !important;
	width: auto !important;
	height: auto !important;
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 5px 15px 4px;
	background: #fff;
	border-radius: 5px;
	z-index: 100;
}

.sale i {
	font-size: 16px;
	color: #ffd714;
	display: inline-block !important;
	vertical-align: middle;
	width: auto !important;
	height: auto !important;
	margin: -3px 0 0;
}

.product_ribbon {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	position: absolute;
	left: 5px;
	bottom: 0;
	padding: 5px 15px 4px;
	background: #ff0000;
	z-index: 100;
}

/*figure img animation*/

.featured_products article figure {
	overflow: hidden;
	width: 100%;
	/*background: #000;*/
	border-radius: 5px;
}

.featured_products article figure a {
	position: relative;
	z-index: 50;
}

.featured_products article figure * {
	-webkit-transition: all 0.45s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.45s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	width: 100%;
	height: 100%;
	display: flex;
}

.featured_products article:hover figure img {
	opacity: 0.8;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/*figure figcaption animation*/

.featured_products article figure figcaption {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	transition: all .3s linear;
}

.featured_products article:hover figure figcaption {
	background: #919191;
}

.featured_products article figure figcaption div {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.35s linear;
	transform: translateY(-100%) translateZ(0px);
	z-index: 100;
}

.featured_products article:hover figure figcaption div {
	opacity: 1;
	transform: translateY(0px) translateZ(0px);
}

.featured_products article figure figcaption div a,
.featured_products article figure figcaption div strong {
	text-align: center;
	margin: 5px;
	padding: 6px 5px;
	background: #fff;
	border-radius: 5px;
	float: left;
	display: block;
	position: relative;
}

.featured_products article figure figcaption div a:hover {
	background: #fff;
}

.featured_products article figure figcaption a i,
.featured_products article figure figcaption strong i {
	font-size: 16px;
	color: #414141;
	display: block;
	text-align: center;
	margin: 0;
	height: auto !important;
}

.featured_products article figure figcaption a:hover i {
	color: #2855a5;
}

.featured_products article figure figcaption a span,
.featured_products article figure figcaption strong span {
	font-size: 11px;
	color: #555;
	font-weight: 500;
	display: block;
	text-align: center;
	transition: all .3s linear;
}

.featured_products article figure figcaption a:hover span {
	font-size: 11px;
	color: #000;
}

.featured_products article figure figcaption div strong.free_delivery_btn {
	background: #D30707;
}

.featured_products article figure figcaption div strong.free_delivery_btn span,
.featured_products article figure figcaption div strong.free_delivery_btn i {
	color: #fff;
}

.featured_products article section:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: #e1e1e1;
	border-radius: 5px;
}

.featured_products article section {
	width: 100%;
	min-height: 130px;
	margin: 0;
	padding: 25px 20px 20px;
	display: table;
	position: relative;
}

.featured_products article section em {
	font-size: 12px;
	color: rgba(0,0,0,0.60);
	font-weight: 500;
	text-transform: uppercase;
	margin: 9px 10px 0 0;
	padding: 0;
	float: right;
}

.featured_products article section strong {
	font-size: 22px;
	color: #000;
	font-weight: 700;
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
}

.featured_products article section del {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	font-style: italic;
	margin: 0;
	padding: 0;
	float: right;
	text-decoration: line-through;
}

.featured_products article section div {
	width: auto;
	float: right;
	clear: right;
	margin: 10px 0 0;
}

.featured_products article section p {
	font-size: 13px;
	color: #373737;
	font-weight: 300;
	margin: 0 5px 0 0;
	padding: 5px 5px 6px 0;
	border-right: 1px solid #d7d7d7;
	float: left;
}

.featured_products article section p:last-of-type {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.featured_products article section p strong {
	font-size: 13px;
	color: #2855a5;
	font-weight: 600;
	float: none;
	margin: 0;
	padding: 0;
}

/*add to basket btn*/

.featured_products article form {
	width: 48.5%;
	float: right;
}

.add_to_basket_btn {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 14px;
	margin: 0;
	padding: 11px 15px 10px;
	display: block;
	cursor: pointer;
	background: #008500;
	border-radius: 5px;
	position: relative;
}

.add_to_basket_btn:hover {
	font-size: 14px;
	color: #fff;
	background: #2d2d2d;
}

.add_to_basket_btn > i {
	font-size: 18px;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 17px;
}

/*quick view btn*/

.quick_view_btn {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 14px;
	margin: 0;
	padding: 11px 15px 10px;
	background: #2855a5;
	border-radius: 5px;
	width: 48.5%;
	float: left;
	position: relative;
}

.quick_view_btn:hover {
	font-size: 14px;
	color: #fff;
	background: #2d2d2d;
}

.quick_view_btn > i {
	font-size: 16px;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 17px;
}

/*send request button*/

.send_request_button {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 14px;
	margin: 0;
	padding: 11px 15px 10px;
	cursor: pointer;
	background: #919191;
	border-radius: 5px;
	position: relative;
	width: 48.5%;
	float: right;
}

.send_request_button:hover {
	font-size: 14px;
	color: #fff;
	background: #2d2d2d;
}

.send_request_button > i {
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 17px;
}

/*free delivery service cnt*/

.free_delivery_service_cnt {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	display: table;
	background: #f0f0f0;
}

.free_delivery_service_cnt article {
	width: 87%;
	margin: 0 auto;
	padding: 40px 20px 40px 0;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	display: table;
}

.free_delivery_service_cnt article aside:first-of-type {
	width: 29%;
	padding-left: 0;
	padding-right: 0;
}

.free_delivery_service_cnt article aside {
	width: 70%;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 40px;
}

.free_delivery_service_cnt article i {
	font-size: 20px;
	color: #fff;
	display: block;
	text-align: center;
	background: #2855a5;
	border-radius: 0 5px 5px 0;
	padding: 12px 20px;
}

.free_delivery_service_cnt article h1,
.free_delivery_service_cnt article em,
.free_delivery_service_cnt article p {
	text-align: left;
}

.free_delivery_service_cnt article h1:before {
	content: "";
	background: url("../img/service-headline-icon.png") no-repeat center left;
	width: 340px;
	height: 48px;
	position: absolute;
	left: -20px;
	top: 0;
}

.free_delivery_service_cnt article h1 {
	font-size: 22px;
	color: #000;
	font-weight: 300;
	margin: 3px 40px 0 20px;
	padding: 63px 0 0;
	position: relative;
	width: 320px;
	float: left;
}

.free_delivery_service_cnt article em {
	font-size: 16px;
	line-height: 19px;
	overflow: hidden;
	height: 58px;
	padding: 0;
	margin: 0 0 20px;
}

.free_delivery_service_cnt article p {
	font-size: 14px;
	padding: 0;
	line-height: 18px;
	overflow: hidden;
	height: 55px;
}

.free_delivery_service_cnt article p:first-of-type {
	display: block;
}

.free_delivery_service_cnt article p {
	display: none;
}

.free_delivery_service_cnt figure {
	display: none;
}

.request_service_btn {
	font-size: 12px;
	color: #414141;
	font-weight: 600;
	margin: 0;
	padding: 9px 20px 10px;
	display: table;
	background: linear-gradient(#f0f0f0, #ebebeb);
	background: -webkit-linear-gradient(#f0f0f0, #ebebeb);
	border: 1px solid #cdcdcd;
	border-radius: 5px;
}

.request_service_btn:hover {
	font-size: 12px;
	color: #2855a5;
	border-color: #2855a5;
}

/*banner cnt*/

.banner_cnt {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.banner_cnt figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.banner_cnt figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

/*footer*/

footer {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.20);
}

/*footer social networks*/

.footer_social_networks {
	width: auto;
	max-width: 97%;
	margin: 0 auto;
	padding: 30px 0;
	display: table;
	list-style: none;
}

.footer_social_networks li {
	float: left;
	padding: 0 10px;
}

.footer_social_networks li a {
	display: flex;
}

.footer_social_networks li img {
	max-height: 32px;
	display: flex;
	transition: all .3s linear;
}

.footer_social_networks li img:hover {
	opacity: 0.75;
}

/*footer bottom cnt*/

.footer_bottom_cnt {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
}

.footer_bottom_cnt aside {
	width: 97%;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.footer_bottom_cnt aside section {
	width: 25%;
	float: left;
	margin: 0;
	padding: 40px 20px;
}

.footer_bottom_cnt section h1 {
	font-size: 16px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 15px;
	padding: 0;
}

.footer_bottom_cnt section h3 {
	display: none;
}

.footer_bottom_cnt section p:first-of-type {
	border-top: 1px solid #d7d7d7;
}

.footer_bottom_cnt section p {
	font-size: 12px;
	color: #696969;
	font-weight: 400;
	margin: 0;
	padding: 13px 0;
	border-bottom: 1px solid #d7d7d7;
}

.footer_bottom_cnt section p a {
	font-size: 12px;
	font-weight: 600;
}

/*footer credit cards*/

.footer_credit_cards {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: table;
}

.footer_credit_cards li {
	 float: left;
	 margin: 0 5px 0 0;
}

.footer_credit_cards li a {
	display: flex;
}

.footer_credit_cards li img {
	max-height: 32px;
	display: flex;
}

/*footer navigation*/

.footer_bottom_cnt section nav {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.footer_bottom_cnt section nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.footer_bottom_cnt section nav ul li:first-of-type {
	border-top: 1px solid #d7d7d7;
}

.footer_bottom_cnt section nav ul li {
	display: block;
	border-bottom: 1px solid #d7d7d7;
}

.footer_bottom_cnt section nav ul li a {
	font-size: 12px;
	color: #2855a5;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 11px 0;
	display: block;
}

.footer_bottom_cnt section nav ul li a:hover,
.footer_bottom_cnt section nav ul li a.active {
	font-size: 12px;
	color: #000;
}

/*footer contacts*/

.footer_contacts a:first-of-type {
	border-top: 1px solid #d7d7d7;
}

.footer_contacts a {
	font-size: 12px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 11px 0;
	display: block;
	border-bottom: 1px solid #d7d7d7;
}

.footer_contacts a:hover {
	font-size: 12px;
	color: #2855a5;
}

/*footer copyright*/

.footer_copyright {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	display: table;
	background: #2d2d2d;
}

.footer_copyright aside {
	width: 97%;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.footer_copyright p {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 0;
	float: left;
}

.footer_copyright p:last-of-type {
	float: right;
}

.footer_copyright p a, .footer_copyright p a:hover {
	font-size: 12px;
	color: #fff;
	font-weight: 700;
}

/*BASIC CSS*/

/*contact form*/

.contact_form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.contact_form dl {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.contact_form div {
	width: 33.33%;
	float: left;
	margin: 0;
	padding: 0 20px 15px 0;
}

.contact_form div.cnt_form_div_note {
	width: 100%;
	float: none;
	margin: 0 0 15px;
	padding-right: 0;
}

.contact_form div:nth-of-type(3n) {
	padding-right: 0;
}

.contact_form dd div {
	width: auto;
	float: none;
	margin: 0;
}

.contact_form dt {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0 !important;
}

.contact_form dt label {
	font-size: 14px;
	color: #414141;
	font-weight: 500;
	padding: 0 0 5px 5px;
	display: block;
	cursor: text;
}

.contact_form dd {
	width: 100% !important;
	display: table;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

.buttons_action input[type="reset"] {
	font-size: 12px !important;
	color: #fff;
	font-weight: 700;
	margin: 0 5px;
	padding: 9px 20px 10px;
	display: block;
	background: #555;
	border: 1px solid #555;
	border-radius: 5px;
	transition: all .3s linear;
	opacity: 1;
	width: auto;
	float: left;
	cursor: pointer;
}

.buttons_action input[type="reset"]:hover, .buttons_action input[type="reset"]:focus {
	font-size: 12px !important;
	color: #000;
	background: #fff;
}

.buttons_action input[type="submit"] {
	font-size: 12px !important;
	color: #fff;
	font-weight: 700;
	margin: 0 5px;
	padding: 9px 20px 10px;
	display: block;
	background: #2855a5;
	border: 1px solid #2855a5;
	border-radius: 5px;
	transition: all .3s linear;
	opacity: 1;
	width: auto;
	float: left;
	cursor: pointer;
}

.buttons_action input[type="submit"]:hover, .buttons_action input[type="submit"]:focus,
.buttons_action input[type="submit"]:valid:hover, .buttons_action input[type="submit"]:valid:focus {
	font-size: 12px !important;
	color: #000;
	background: #fff;
}

.contact_form dl a{
	color: #2855a5;
}

.contact_form dd input, .contact_form dd textarea, .contact_form dd select {
	font-size: 14px !important;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 10px 15px;
	display: table;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	width: 100%;
	max-width: 100%;
	transition: all .3s linear;
}

.contact_form dd input:hover, .contact_form dd textarea:hover, .contact_form dd select:hover {
	font-size: 14px !important;
	color: #000;
	border-color: #b9b9b9;
}

.contact_form dd input:focus, .contact_form dd textarea:focus, .contact_form dd select:focus {
	font-size: 14px !important;
	color: #000;
	background-color: #f5f5f5;
	border-color: #b9b9b9;
}

.contact_form input[name="ecaptcha"] {
	width: auto;
	max-width: inherit;
	display: inline-block;
	vertical-align: middle;
}

.contact_form dd textarea {
	min-height: 120px;
	max-height: 120px;
	resize: none;
}

.contact_form div dd .formInfo:nth-child(2) {
	position: absolute;
	right: 5px;
	top: -22px;
}

.contact_form dd select {
	padding: 8px 10px 10px;
}

.contact_form dd input[type="file"] {
	padding: 7px 10px 7px;
}

/*invalid input*/

.contact_form dd input:invalid:focus, .contact_form dd select:invalid:focus, .contact_form dd textarea:invalid:focus {
	border: 1px solid #e10f0f !important;
}

.contact_form dd input:valid:focus, .contact_form dd select:valid:focus, .contact_form dd textarea:valid:focus {
	border: 1px solid #179d0a !important;
}

.formInfo {
	margin: 0;
	color: #C20E24;
	font-size: 18px;
	cursor: help;
}

.FormButton{
	width: auto!important;
}

.CaptchaInput {
	float:left;
	width:70px !important;
}

#CaptchaImg2 {
	margin: 7px 0 0 5px;
	border: 1px solid #b4b4b4;
}

.contact_form dd img{
	border: none;
}

#reload_ecaptcha_contact{
	border: none;
}

.contact_form dd.buttons_action {
	padding: 20px 0 0 !important;
}

.contact_form dd div p {
	font-size: 13px;
	color: #555;
	font-weight: normal;
	margin: 0 0 8px;
	padding: 0;
	display: block;
}

.error_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}

.msg_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}

/*filter content*/

.filter_content {
	width: 25%;
	float: left;
	margin: 0;
	padding: 23px 40px 23px 0;
}

.filter_content h1 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0;
}

.filter_content h1 > i {
	font-size: 14px;
	color: #000;
	background: #ffd714;
	border-radius: 500em;
	-webkit-border-radius: 500em;
	margin: -5px 0 0;
	padding: 5px 7px;
	float: right;
}

.filter_content form {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	display: table;
}

.filter_content form div {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0 0 20px;
}

.filter_content form div.filter_btns {
	width: auto;
	float: right;
}

.filter_content form label {
	font-size: 12px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0 0 5px 5px;
	display: block;
}

.filter_content form input,
.filter_content form select,
.filter_content form textarea {
	font-size: 14px !important;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 8px 10px;
	display: table;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	width: 100%;
	max-width: 100%;
	transition: all .3s linear;
}

.filter_content form input:hover,
.filter_content form select:hover,
.filter_content form textarea:hover {
	font-size: 14px !important;
	color: #000;
	border-color: #b9b9b9;
}

.filter_content form input:focus,
.filter_content form select:focus,
.filter_content form textarea:focus {
	font-size: 14px !important;
	color: #000;
	background-color: #f5f5f5;
	border-color: #b9b9b9;
}

.filter_content form input.filter_reset {
	font-size: 9px !important;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 15px;
	display: block;
	background: #555;
	border: 1px solid #555;
	border-radius: 5px;
	transition: all .3s linear;
	opacity: 1;
	width: auto;
	float: left;
	cursor: pointer;
}

.filter_content form input.filter_reset:hover,
.filter_content form input.filter_reset:focus {
	font-size: 9px !important;
	color: #000;
	background: #fff;
}

.filter_content form input.filter_submit {
	font-size: 9px !important;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	padding: 8px 15px;
	display: block;
	background: #2855a5;
	border: 1px solid #2855a5;
	border-radius: 5px;
	transition: all .3s linear;
	opacity: 1;
	width: auto;
	float: left;
	cursor: pointer;
}

.filter_content form input.filter_submit:hover,
.filter_content form input.filter_submit:focus {
	font-size: 9px !important;
	color: #000;
	background: #fff;
}

/*filter price range*/

#slider-range {
	width: 100%;
	padding: 0;
	margin: 0 0 10px;
}

.ui-slider .ui-slider-range {
	margin: 0;
	padding: 5px 10px;
	display: table;
	background: #d7d7d7;
	border: 1px solid #d7d7d7;
	box-shadow: none !important;
	border-radius: 5px;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #2855a5;
	border: none;
	box-shadow: none;
	outline: 0;
	cursor: e-resize;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: #2855a5;
	border: none;
	box-shadow: none;
	outline: 0;
}

.filter_content form input[name="min_price"] {
	width: 47.5%;
	float: left;
}

.filter_content form input[name="max_price"] {
	width: 47.5%;
	float: right;
}

/*sorter*/

.sorter {
	width: 25%;
	float: left;
	clear: left;
	margin: 0;
	padding: 0 40px 0 0;
}

.sorter h1 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0;
}

.sorter h1 > i {
	font-size: 14px;
	color: #000;
	background: #ffd714;
	border-radius: 500em;
	-webkit-border-radius: 500em;
	margin: -5px 0 0;
	padding: 5px 7px;
	float: right;
}

.sorter form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.sorter form div {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0 0 20px;
}

.sorter form label {
	font-size: 12px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0 0 5px 5px;
	display: block;
}

.sorter ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.sorter ul li {
	width: auto;
	float: left;
	margin: 0 5px 5px 0;
}

.sorter form div:first-of-type ul li {
	width: 47.9%;
	margin: 0 10px 10px 0;
}

.sorter form div:first-of-type ul li:nth-of-type(2n) {
	margin-right: 0;
}

.sorter form input[type="submit"] {
	font-size: 10px !important;
	color: #2d2d2d;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 10px 7px;
	display: block;
	background: transparent;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	transition: all .3s linear;
	opacity: 1;
	width: 100%;
	display: table;
	cursor: pointer;
}

.sorter form input[type="submit"]:hover,
.sorter form input[type="submit"]:focus,
.sorter form input[type="submit"].active {
	font-size: 10px !important;
	color: #2855a5;
	border: 1px solid #2855a5;
}

/*paging content*/

.paging_content {
	width: 100%;
	margin: 0;
	padding: 40px 0 0 20px;
	display: table;
}

.paging_content .paging, .paging_content .paging_info {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: table;
}

.paging_content .paging p {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	text-transform: uppercase;
	margin: 8px 10px 0 0;
	padding: 0;
	float: left;
}

.paging_content .paging span {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 0;
	padding: 0;
	float: left;
}

.paging_content .paging a, .paging_content .paging span {
	font-size: 11px;
	color: #414141;
	font-weight: 600;
	margin: 0 -1px 0 0;
	padding: 8px 12px;
	float: left;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #d7d7d7;
	cursor: pointer;
	transition: all .3s linear;
}

.paging_content .paging span:first-of-type {
	border-radius: 5px 0 0 5px;
}

.paging_content .paging a:last-of-type {
	border-radius: 0 5px 5px 0;
}

.paging_content .paging a:hover, .paging_content .paging a:focus, .paging_content .paging a.active,
.paging_content .paging span:hover, .paging_content .paging span:focus, .paging_content .paging span.active {
	font-size: 11px;
	color: #000;
	background: #fff;
	border: 1px solid #d7d7d7;
}

.paging_content .paging_info {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	padding: 5px 0 0 10px;
}

/*registration form cnt*/

.registration_form_cnt {
	width: 97%;
	margin: 0 auto;
	padding: 20px 40px 0;
	display: table;
}

.registration_form_cnt h1 {
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0 0 10px;
}

.registration_form_cnt h1 > i {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	background: #2855a5;
	border-radius: 5px;
	padding: 8px 10px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
}

.registration_form_cnt em {
	font-size: 16px;
}

.registration_form_cnt form {
	width: 100%;
	padding: 20px 0;
	display: table;
}

.registration_form_cnt fieldset {
	width: 50%;
	float: left;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	border-right: 1px dotted #cdcdcd;
}

.registration_form_cnt fieldset.captcha_register {
	width: 100%;
	float: none;
	display: table;
	border: none;
}

.registration_form_cnt fieldset:nth-of-type(2n) {
	border: none;
}

.registration_form_cnt label {
	font-size: 14px;
	color: #414141;
	font-weight: 500;
	padding: 0 0 5px 5px;
	display: block;
	cursor: text;
}

.registration_form_cnt input {
	font-size: 14px !important;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 10px 15px;
	display: table;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	width: 100%;
	max-width: 100%;
	transition: all .3s linear;
}

.registration_form_cnt input:hover {
	font-size: 14px !important;
	color: #000;
	border-color: #b9b9b9;
}

.registration_form_cnt input:focus {
	font-size: 14px !important;
	color: #000;
	background-color: #f5f5f5;
	border-color: #b9b9b9;
}

.registration_form_cnt fieldset .red_star,
.registration_form_cnt fieldset .formInfo {
	font-size: 20px;
	color: red;
	font-weight: 300;
	position: absolute;
	right: 45px;
	top: 2px;
	margin: 0 !important;
}

.registration_form_cnt fieldset.captcha_register div {
	width: auto;
	float: none;
	display: table;
	margin: 40px auto 0 !important;
}

.registration_form_cnt fieldset.captcha_register div p {
	font-size: 12px;
	padding: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.registration_form_cnt fieldset input[name="ecaptcha"] {
	display: inline-block;
	vertical-align: middle;
}

.registration_form_cnt fieldset.captcha_register .formInfo {
	right: 32.25%;
	top: 30px;
}

.registration_form_cnt fieldset.btn-fld {
	width: 100%;
	float: none;
	display: table;
	border: none;
}

.registration_form_cnt fieldset.btn-fld div {
	width: auto;
	display: table;
	margin: 0 auto;
}

.registration_form_cnt input[type="reset"] {
	font-size: 12px !important;
	color: #fff;
	font-weight: 700;
	margin: 0 5px;
	padding: 9px 20px 10px;
	display: block;
	background: #555;
	border: 1px solid #555;
	border-radius: 5px;
	transition: all .3s linear;
	opacity: 1;
	width: auto;
	float: left;
	cursor: pointer;
}

.registration_form_cnt input[type="reset"]:hover,
.registration_form_cnt input[type="reset"]:focus {
	font-size: 12px !important;
	color: #000;
	background: #fff;
}

.registration_form_cnt input[type="submit"] {
	font-size: 12px !important;
	color: #fff;
	font-weight: 700;
	margin: 0 5px;
	padding: 9px 20px 10px;
	display: block;
	background: #2855a5;
	border: 1px solid #2855a5;
	border-radius: 5px;
	transition: all .3s linear;
	opacity: 1;
	width: auto;
	float: left;
	cursor: pointer;
}

.registration_form_cnt input[type="submit"]:hover,
.registration_form_cnt input[type="submit"]:focus {
	font-size: 12px !important;
	color: #000;
	background: #fff;
}

.registration_form_cnt fieldset.reset_password_fld {
	width: 100%;
	float: none;
	display: table;
	border: none;
}

/*user data cnt*/

.user_data_cnt {
	width: 97%;
	margin: 0 auto;
	padding: 20px 40px 0;
	display: table;
}

.user_data_cnt h1 {
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0 0 10px;
}

.user_data_cnt h1 > i {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	background: #2855a5;
	border-radius: 5px;
	padding: 8px 10px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
}

.user_data_cnt em {
	font-size: 16px;
}

/*edit userdata btn*/

.edit_userdata_btn {
	font-size: 12px;
	color: #414141;
	font-weight: 600;
	margin: 10px 0 0;
	padding: 9px 15px;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	display: table;
}

.edit_userdata_btn:hover {
	font-size: 12px;
	color: #000;
	border-color: #2855a5;
}

.edit_userdata_btn > i {
	font-size: 12px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 8px 0 0;
}

.edit_userdata_btn:hover > i {
	font-size: 12px;
	color: #2855a5;
}

.user_data_cnt dl {
	width: 100%;
	margin: 20px 0 40px;
	padding: 0 20px;
	display: table;
}

.user_data_cnt dl div {
	width: 16.66%;
	float: left;
	padding: 0;
}

.user_data_cnt dl dt,
.user_data_cnt dl dd {
	margin: 0;
	padding: 5px 10px;
	display: block;
}

.user_data_cnt dl dt {
	font-size: 12px;
	color: #000;
	font-weight: 600;
	border-bottom: 1px dotted #b9b9b9;
}

.user_data_cnt dl dd {
	font-size: 16px;
	color: #000;
	font-weight: 400;
}

.user_data_cnt form {
	width: 100%;
	padding: 20px 0;
	display: table;
}

.user_data_cnt fieldset {
	width: 50%;
	float: left;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	border-right: 1px dotted #cdcdcd;
}

.user_data_cnt fieldset.captcha_register {
	width: 100%;
	float: none;
	display: table;
	border: none;
}

.user_data_cnt fieldset:nth-of-type(2n+1) {
	border: none;
}

.user_data_cnt label {
	font-size: 14px;
	color: #414141;
	font-weight: 500;
	padding: 0 0 5px 5px;
	display: block;
	cursor: text;
}

.user_data_cnt input,
.user_data_cnt select,
.user_data_cnt textarea {
	font-size: 14px !important;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 10px 15px;
	display: table;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	width: 100%;
	max-width: 100%;
	transition: all .3s linear;
}

.user_data_cnt select {
	padding: 9px 15px !important;
}

.user_data_cnt input:hover,
.user_data_cnt select:hover,
.user_data_cnt textarea:hover {
	font-size: 14px !important;
	color: #000;
	border-color: #b9b9b9;
}

.user_data_cnt input:focus,
.user_data_cnt select:focus,
.user_data_cnt textarea:focus {
	font-size: 14px !important;
	color: #000;
	background-color: #f5f5f5;
	border-color: #b9b9b9;
}

.user_data_cnt fieldset .red_star,
.user_data_cnt fieldset .formInfo {
	font-size: 20px;
	color: red;
	font-weight: 300;
	position: absolute;
	right: 45px;
	top: 2px;
	margin: 0 !important;
}

.user_data_cnt fieldset.captcha_register div {
	width: auto;
	float: none;
	display: table;
	margin: 40px auto 0 !important;
}

.user_data_cnt fieldset.captcha_register div p {
	font-size: 12px;
	padding: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.user_data_cnt fieldset input[name="ecaptcha"] {
	display: inline-block;
	vertical-align: middle;
}

.user_data_cnt fieldset.captcha_register .formInfo {
	right: 32.25%;
	top: 30px;
}

.user_data_cnt fieldset.btn-fld {
	width: 100%;
	float: none;
	display: table;
	border: none;
}

.user_data_cnt fieldset.btn-fld div {
	width: auto;
	display: table;
	margin: 0 auto;
}

.user_data_cnt input[type="reset"] {
	font-size: 12px !important;
	color: #fff;
	font-weight: 700;
	margin: 0 5px;
	padding: 9px 20px 10px;
	display: block;
	background: #555;
	border: 1px solid #555;
	border-radius: 5px;
	transition: all .3s linear;
	opacity: 1;
	width: auto;
	float: left;
	cursor: pointer;
}

.user_data_cnt input[type="reset"]:hover,
.user_data_cnt input[type="reset"]:focus {
	font-size: 12px !important;
	color: #000;
	background: #fff;
}

.user_data_cnt input[type="submit"] {
	font-size: 12px !important;
	color: #fff;
	font-weight: 700;
	margin: 0 5px;
	padding: 9px 20px 10px;
	display: block;
	background: #2855a5;
	border: 1px solid #2855a5;
	border-radius: 5px;
	transition: all .3s linear;
	opacity: 1;
	width: auto;
	float: left;
	cursor: pointer;
}

.user_data_cnt input[type="submit"]:hover,
.user_data_cnt input[type="submit"]:focus {
	font-size: 12px !important;
	color: #000;
	background: #fff;
}

.user_data_cnt fieldset.fld_radio_cnt {
	width: 100%;
	float: none;
	display: table;
	border: none;
}

.user_data_cnt fieldset.fld_radio_cnt input[type="radio"] {
	width: auto;
	max-width: inherit;
	display: inline-block;
	vertical-align: middle;
	margin: 1px 3px 0 0;
}

.user_data_cnt fieldset.fld_radio_cnt label {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 20px 0 0;
	cursor: pointer;
}

/*cart view cnt*/

.cart_view_cnt {
	width: 97%;
	margin: 0 auto;
	padding: 20px 40px 0;
	display: table;
}

/*main bottom container offer*/

.main_bottom_container_offer {
	width: 97%;
	margin: 0 auto;
	padding: 40px 40px 0;
	display: table;
}

/*product thumbnails cnt*/

.product_thumbnails_cnt {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	display: table;
}

.product_thumbnails_cnt li {
	width: 23.87%;
	float: left;
	margin: 0 1.5% 1.5% 0;
	padding: 0;
}

.product_thumbnails_cnt li:nth-of-type(4n) {
	margin-right: 0;
}

.product_thumbnails_cnt li a {
	display: flex;
}

.product_thumbnails_cnt li img {
	width: 100%;
	height: 100%;
	display: flex;
	margin: 0;
	padding: 0;
}

.product_details_content figure {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	position: relative;
	
	float: none;
	margin: 0;
	padding: 0;
}

.product_details_content figure img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	text-align: center;
}

/*back button product details page*/

.product_details_content #hist {
	width: auto;
	float: none;
	margin: 0 auto 20px;
	padding: 0;
	display: table;
}

.product_details_content #hist a {
	font-size: 12px;
	color: rgba(0,0,0,0.75);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
	text-align: center;
	margin: 0;
	padding: 7px 15px 8px;
	display: table;
	background: #f0f0f0;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
}

.product_details_content #hist a i {
	font-size: 12px;
	color: #696969;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
	padding: 0;
}

.product_details_content #hist a:hover {
	font-size: 12px;
	color: #000;
	background: #fff;
}

.product_details_content #hist a:hover i {
	color: #000;
}

/*offer products cnt*/

.offer_products_cnt {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.offer_products_cnt article {
	width: 25%;
	float: left;
	margin: 0 0 20px;
	padding: 20px;
}

.offer_products_cnt article .categ_name {
	color: #fff;
	background: #a5a5a5;
	margin: 0 10px;
}

.offer_products_cnt article .categ_name:hover {
	color: #fff;
	background: #696969;
}

.offer_products_cnt article h1 {
	margin: 5px 10px 0;
	padding: 0;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
}

.offer_products_cnt article h1, .offer_products_cnt article h1 a {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

.offer_products_cnt article h1 a:hover {
	font-size: 18px;
	color: #2855a5;
}

.offer_products_cnt article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 15px 0 20px;
	padding: 0;
	float: none;
	position: relative;
}

.offer_products_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

/*figure img animation*/

.offer_products_cnt article figure {
	overflow: hidden;
	width: 100%;
	/*background: #000;*/
	border-radius: 5px;
}

.offer_products_cnt article figure a {
	position: relative;
	z-index: 50;
}

.offer_products_cnt article figure * {
	-webkit-transition: all 0.45s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.45s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	width: 100%;
	height: 100%;
	display: flex;
}

.offer_products_cnt article:hover figure img {
	opacity: 0.8;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/*figure figcaption animation*/

.offer_products_cnt article figure figcaption {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	transition: all .3s linear;
}

.offer_products_cnt article:hover figure figcaption {
	background: #919191;
}

.offer_products_cnt article figure figcaption div {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.35s linear;
	transform: translateY(-100%) translateZ(0px);
	z-index: 100;
}

.offer_products_cnt article:hover figure figcaption div {
	opacity: 1;
	transform: translateY(0px) translateZ(0px);
}

.offer_products_cnt article figure figcaption div a,
.offer_products_cnt article figure figcaption div strong {
	text-align: center;
	margin: 5px;
	padding: 6px 5px;
	background: #fff;
	border-radius: 5px;
	float: left;
	display: block;
	position: relative;
}

.offer_products_cnt article figure figcaption div a:hover {
	background: #fff;
}

.offer_products_cnt article figure figcaption a i,
.offer_products_cnt article figure figcaption strong i {
	font-size: 16px;
	color: #414141;
	display: block;
	text-align: center;
	margin: 0;
}

.offer_products_cnt article figure figcaption a:hover i {
	color: #2855a5;
}

.offer_products_cnt article figure figcaption a span,
.offer_products_cnt article figure figcaption strong span {
	font-size: 11px;
	color: #555;
	font-weight: 500;
	display: block;
	text-align: center;
	transition: all .3s linear;
}

.offer_products_cnt article figure figcaption a:hover span {
	font-size: 11px;
	color: #000;
}

.offer_products_cnt article figure figcaption div strong.free_delivery_btn {
	background: #D30707;
}

.offer_products_cnt article figure figcaption div strong.free_delivery_btn span,
.offer_products_cnt article figure figcaption div strong.free_delivery_btn i {
	color: #fff;
}

.offer_products_cnt article section:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: #e1e1e1;
	border-radius: 5px;
}

.offer_products_cnt article section {
	width: 100%;
	min-height: 125px;
	margin: 0;
	/*padding: 20px 15px 20px;*/
	padding: 20px 13px 20px;
	display: table;
	position: relative;
}

.offer_products_cnt article section em {
	font-size: 12px;
	color: rgba(0,0,0,0.60);
	font-weight: 500;
	text-transform: uppercase;
	margin: 9px 10px 0 0;
	padding: 0;
	float: right;
}

.offer_products_cnt article section strong {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
}

.offer_products_cnt article section del {
	font-size: 14px;
	color: #000;
	font-weight: 600;
	font-style: italic;
	margin: 0;
	padding: 0;
	float: right;
	text-decoration: line-through;
}

.offer_products_cnt article section div {
	width: auto;
	float: right;
	clear: right;
	margin: 10px 0 0;
}

.offer_products_cnt article section p {
	font-size: 13px;
	color: #373737;
	font-weight: 300;
	margin: 0 5px 0 0;
	padding: 5px 5px 6px 0;
	border-right: 1px solid #d7d7d7;
	float: left;
}

.offer_products_cnt article section p:last-of-type {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.offer_products_cnt article section p strong {
	font-size: 13px;
	color: #2855a5;
	font-weight: 600;
	float: none;
	margin: 0;
	padding: 0;
}

/*add to basket btn*/

.offer_products_cnt article form {
	width: 48.5%;
	float: right;
}

/*offer filter*/

.offer_filter .offer_products_cnt {
	width: 75%;
}

.offer_filter .offer_products_cnt article {
	width: 33.33%;
}

/*offer NO filter*/
.offer_filter .extracted_main_categ {
	width: 100%;
}

.offer_filter .extracted_main_categ article {
	width: 25%;
}


/*BASIC PAGES*/

/*basic site inner content*/

.basic_site_inner_content {
	width: 97%;
	margin: 0 auto;
	padding: 20px 40px 0;
	display: table;
}

.basic_site_inner_content article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.basic_site_inner_content h1 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content h2 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content h3 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content em {
	line-height: 26px;
}

.basic_site_inner_content p {
	line-height: 24px;
}

.basic_site_inner_content ul {
	width: 100%;
	margin: 0 0 40px;
	padding: 20px;
	list-style: none;
	display: table;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.basic_site_inner_content ul li:before {
	content: "";
	position: absolute;
	display: list-item;
	list-style-type: circle;
	color: #ffd714;
	top: 0;
}

.basic_site_inner_content ul li {
	font-size: 14px;
	color: #555;
	font-weight: 600;
	margin: 0 0 30px;
	padding: 0 20px 0 14px;
	position: relative;
	/*
	width: 33%;
	display: inline-block;
	vertical-align: middle;
	*/
}

.basic_site_inner_content ul li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.basic_site_inner_content ul li:nth-of-type(4n) {
	clear: left;
}

.basic_site_inner_content iframe {
	width: 100%;
	height: 480px;
	margin: 40px 0 0;
	padding: 0;
	border: none !important;
	border-radius: 5px;
}

/*basic site inner content contact*/

.basic_site_inner_content_contact {
	width: 97%;
	margin: 0 auto;
	padding: 20px 40px 0;
	display: table;
}

.basic_site_inner_content_contact article {
	width: 35%;
	float: left;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content_contact h1 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content_contact h2 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content_contact h3 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content_contact em {
	line-height: 26px;
}

.basic_site_inner_content_contact p {
	line-height: 24px;
}

.right_column_contact {
	width: 60%;
	float: right;
	margin: 40px 0 0;
	padding: 0;
}

/*service page container*/

.service_page_container {
	width: 97%;
	margin: 0 auto;
	padding: 20px 40px 0;
	display: table;
}

.service_page_container article {
	width: 65%;
	float: right;
	margin: 0;
	padding: 0;
}

.service_page_container h1 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
}

.service_page_container h2 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px;
}

.service_page_container h3 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px;
}

.service_page_container em {
	line-height: 26px;
}

.service_page_container p {
	line-height: 24px;
}

.service_page_container figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0 20px 20px 0;
	padding: 0;
	float: left;
	width: 60%;
}

.service_page_container figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

/*service navigation*/

.service_page_container nav {
	width: 30%;
	float: left;
	margin: 0;
	padding: 0;
}

.service_page_container nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
}

.service_page_container nav ul li {
	width: 100%;
	display: table;
	margin: 0 0 5px;
}

.service_page_container nav ul li a {
	font-size: 12px;
	color: #414141;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 10px;
	display: table;
	background: #f0f0f0;
	border-radius: 5px;
}

.service_page_container nav ul li a:hover,
.service_page_container nav ul li a.active {
	font-size: 12px;
	color: #000;
	background: #ffd714;
}

/*service navigation sub*/

.service_page_container nav ul li ul {
	margin: 0 0 -5px;
	padding: 10px 0 20px;
}

.service_page_container nav ul li ul li {
	width: 100%;
	display: table;
	margin: 0;
}

.service_page_container nav ul li ul li a {
	font-size: 13px;
	color: #414141;
	font-weight: 500;
	text-transform: none;
	margin: 0;
	padding: 5px 10px;
	display: block;
	background: none;
	border-radius: inherit;
}

.service_page_container nav ul li ul li a:hover,
.service_page_container nav ul li ul li a.active {
	font-size: 13px;
	color: #000;
	background: inherit;
}

.service_page_container nav ul li ul li a > i {
	font-size: 6px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

/*service table*/

.service_page_container table {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	display: table;
}

.service_page_container table thead,
.service_page_container table tbody {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.service_page_container table tr {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table-row;
}

.service_page_container table th,
.service_page_container table td {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #d7d7d7;
}

.service_page_container table th {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 0;
	padding: 5px 15px;
	text-align: left;
}

.service_page_container table td {
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 500;
	margin: 0;
	padding: 10px 15px;
	text-align: left;
}

/*service form content*/

.service_form_content {
	width: 97%;
	margin: 0 auto;
	padding: 20px 40px 0;
	display: table;
}

.service_form_content article {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	display: table;
}

.service_form_content h1 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
}

.service_form_content h2 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px;
}

.service_form_content h3 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px;
}

.service_form_content em {
	line-height: 26px;
}

.service_form_content p {
	line-height: 24px;
}

.service_form_content .contact_form div {
	width: 50%;
}

.service_form_content .contact_form div:nth-of-type(2n) {
	padding-right: 0;
}

.service_form_content .contact_form div:nth-of-type(3n) {
	padding-right: 20px;
}

.service_form_content .contact_form div.cnt_form_div_note {
	width: 100%;
}

/*brands page container*/

.brands_page_container {
	width: 97%;
	margin: 0 auto 40px;
	padding: 20px 80px 0;
	display: table;
}

.brands_page_container aside {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.brands_page_container article {
	width: 24.7%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 40px;
	padding: 0 0 20px;
	border-right: 1px solid #d7d7d7;
}

.brands_page_container article:first-of-type,
.brands_page_container article:nth-of-type(4n+1) {
	border-left: 1px solid #d7d7d7;
}

.brands_page_container figure {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 0.8;
	transition: all 0.35s linear;
}

.brands_page_container article:hover figure {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	opacity: 1;
}

.brands_page_container figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0 40px;
	float: none;
}

.brands_page_container figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.brands_page_container h1,
.brands_page_container em {
	text-align: left;
}

.brands_page_container h1 {
	margin: 20px 0 5px;
	padding: 0 20px;
}

.brands_page_container h1, .brands_page_container h1 a {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

.brands_page_container h1 a:hover {
	font-size: 18px;
	color: #000;
}

.brands_page_container em {
	font-size: 14px;
	color: #555;
	font-weight: 400;
	margin: 0;
	padding: 0 20px;
	line-height: 18px;
	overflow: hidden;
	height: 74px;
}

/*brands page container group*/

.brands_page_container_group {
	width: 97%;
	margin: 0 auto;
	padding: 0 80px;
	display: table;
}

.brand_group_info {
	width: 100%;
	margin: 0 0 80px;
	padding: 0;
	display: table;
}

.brand_group_info article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.brand_group_info article figure,
.brand_group_info article section {
	display: inline-block;
	vertical-align: middle;
}

.brand_group_info article figure {
	max-width: 100%;
	max-height: 100%;
	/*display: list-item;*/
	list-style: none;

	margin: 0;
	padding: 0 20px;
	width: 25%;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}

.brand_group_info article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.brand_group_info article section {
	width: 70%;
	padding-left: 20px;
}

.brand_group_info article h1,
.brand_group_info article em {
	text-align: left;
}

.brand_group_info article h1 {
	margin: 0 0 5px;
	padding: 0;
}

.brand_group_info article h1, .brand_group_info article h1 a {
	font-size: 20px;
	color: #000;
	font-weight: 600;
}

.brand_group_info article h1 a:hover {
	font-size: 20px;
	color: #000;
}

.brand_group_info article em {
	font-size: 14px;
	color: #555;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

/*brands group offer page*/

.brands_page_container_group .categ_name {
	display: none !important;
}

.brands_page_container_group .offer_products_cnt article section p {
	font-size: 13px;
}

.brands_page_container_group .offer_products_cnt article section p strong {
	font-size: 13px;
}

/*searched cnt container*/

.searched_cnt_container {
	width: 97%;
	margin: 0 auto 40px;
	padding: 0 80px;
	display: table;
}

.searched_cnt_container header {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
}

.searched_cnt_container header:after {
	display: none;
}

.searched_cnt_container header h1 {
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0 0 10px;
}

.searched_cnt_container header h1 > i {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	background: #2855a5;
	border-radius: 5px;
	padding: 8px 10px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
}

/*brands group offer page*/

.searched_cnt_container .categ_name {
	display: none !important;
}

.searched_cnt_container .offer_products_cnt article section {
	padding-left: 10px;
	padding-right: 10px;
}

.searched_cnt_container .offer_products_cnt article section p {
	font-size: 13px;
}

.searched_cnt_container .offer_products_cnt article section p strong {
	font-size: 13px;
}

/*search autocomplete*/

.ui-autocomplete {
	margin: 0 !important;
	padding: 20px !important;
	border: 1px solid #d7d7d7 !important;
	border-radius: 5px !important;
	box-shadow: 0px 0px 0px 500em rgba(0,0,0,0.10) !important;
}

.ui-menu .ui-menu-item {
	margin: 0 !important;
	padding: 0 !important;
}

.ui-menu .ui-menu-item a,
.ui-menu .ui-menu-item div {
	padding: 7px 10px !important;
	margin: 0 !important;
	line-height: inherit !important;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item div.ui-state-focus,
.ui-menu .ui-menu-item div.ui-state-active {
	background: #2855a5 !important;
	border: none !important;
	border-radius: 5px !important;
	color: #fff !important;
}

/*wishlist container*/

.wishlist_container {
	width: 97%;
	margin: 0 auto;
	padding: 0 80px;
	display: table;
}

.wishlist_container h1 {
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0 0 10px;
}

.wishlist_container dl {
	width: 100%;
	display: table;
}

.wishlist_container dl div {
	width: 100%;
	display: table;
	border-bottom: 1px solid #d7d7d7;
}

.wishlist_container dl dt,
.wishlist_container dl dd {
	float: left;
	margin: 0;
	padding: 15px 20px;
	font-size: 12px;
	color: #414141;
	font-weight: 500;
	text-transform: uppercase;
}

.wishlist_container dl dt {
	width: 70%;
}

.wishlist_container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.wishlist_container ul li {
	width: 100%;
	margin: 0;
	padding: 10px 20px;
	display: table;
	border-bottom: 1px solid #d7d7d7;
}

.wishlist_container ul li form,
.wishlist_container ul li .remove_item_wishlist,
.wishlist_container ul li input,
.wishlist_container ul li figure,
.wishlist_container ul li h1,
.wishlist_container ul li strong,
.wishlist_container ul li .add_basket_btn {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin-right: 20px;
}

.remove_item_wishlist i {
	font-size: 18px;
	color: #919191;
	margin-right: 8px;
}

.wishlist_container ul li figure {
	max-width: 212px;
	max-height: 160px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	position: relative;
	border-radius: 5px;

	float: none;
	padding: 0;
	margin: 0 20px 0 0;
}

.wishlist_container ul li figure img {
	max-width: 212px;
	max-height: 160px;
	vertical-align: middle;
	text-align: center;
}

.wishlist_container ul li h1 {
	margin: 0;
	padding: 0;
	width: 50%;
}

.wishlist_container ul li h1, .wishlist_container ul li h1 a {
	font-size: 20px;
	color: #000;
	font-weight: 500;
}

.wishlist_container ul li h1 a:hover {
	font-size: 20px;
	color: #2855a5;
}

.wishlist_container ul li strong {
	font-size: 16px;
	color: #2855a5;
	font-weight: 700;
}

.wishlist_container ul li form.shop_add {
	width: 125px;
	margin: 0 !important;
}

.wishlist_container em {
	font-size: 16px;
	color: #555;
	font-weight: 300;
	font-style: italic;
	margin: 0 auto;
	padding: 40px 0;
	display: table;
}

/*product details content*/

.product_details_content {
	width: 97%;
	margin: 0 auto;
	padding: 20px 40px 0;
	display: table;
}

/*product det left column*/

.product_det_left_column {
	width: 480px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.product_det_left_column ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
}

.product_det_left_column ul li {
	display: block;
}

.product_det_left_column ul li img {
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0;
}

.lSSlideOuter .lSPager.lSGallery {
	margin: 10px 0 0 !important;
	padding: 0 !important;
}

.product_det_left_column .free_delivery_btn {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-align: right;
	display: block !important;
	width: auto !important;
	height: auto !important;
	position: absolute;
	left: 0;
	top: 5px;
	padding: 5px 15px 4px;
	background: #D30707;
	border-radius: 5px;
}

.product_det_left_column .free_delivery_btn i {
	font-size: 16px;
	color: #fff;
	display: inline-block !important;
	vertical-align: middle;
	width: auto !important;
	height: auto !important;
	margin: -1px 5px 0 0;
}

.product_det_left_column .sale {
	color: #000;
	right: 0;
	bottom: inherit;
	top: 5px;
	background: #ffd714;
	padding-top: 6px;
}

.product_det_left_column .sale i {
	color: #000;
}

.product_det_left_column .product_ribbon {
	font-weight: 600;
	text-transform: uppercase;

	position: absolute;
	width: 100%;
	color: #fff;
	left: 0;
	bottom: 23px;
	background: #ff0000;
	padding: 6px 0;
}

/*product det right column*/

.product_det_right_column {
	width: 57.5%;
	float: right;
	margin: 0;
	padding: 0;
}

/*brand logo product details*/

.brand_logo_details {
	max-height: 64px;
	display: flex;
	margin: 0;
	padding: 0;
}

/*product main headline*/

.product_det_right_column header {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.product_det_right_column header:before,
.product_det_right_column header:after {
	display: none !important;
}

.product_det_right_column h1 {
	margin: 0;
	padding: 0 0 10px;
}

.product_det_right_column h1, .product_det_right_column h1 a {
	font-size: 26px;
	color: #000;
	font-weight: 600;
}

.product_det_right_column h1 a:hover {
	font-size: 26px;
	color: #2855a5;
}

.product_det_right_column em {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	position: relative;
}

.product_det_right_column em a.exp {
	position: relative;
	margin: 0 auto;
	display: table;
	clear: both;
	width: 100%;
}

.product_det_right_column em a.exp:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 1px;
	background: #d7d7d7;
}

.product_det_right_column em i {
	font-size: 10px;
	color: #2855a5;
	padding: 0 20px;
	background: #fff;
	margin: 0 auto;
	display: table;
	position: relative;
	z-index: 150;
}

.product_det_right_column em a.exp:hover > i {
	color: #000;
}

/*product specs*/

.product_specs {
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	display: table;
}

.product_specs dl {
	width: 100%;
	display: table;
}

.product_specs dl div {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
}

.product_specs dl div:first-of-type {
	width: 100%;
	display: table;
	margin: 0 0 10px;
}

.product_specs dl div:last-of-type {
	margin: 0;
}

.product_specs dl div dt,
.product_specs dl div dd {
	font-size: 14px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.product_specs dl div dd {
	font-weight: 500;
	padding: 5px 10px 6px;
	background: #f0f0f0;
	border-radius: 5px;
	margin-left: 5px;
}

.product_specs dl div dd.available {
	color: #fff;
	background-color: green;
}

.product_specs dl div dd.not_available {
	color: #fff;
	background-color: red;
}

/*product pricing*/

.product_pricing {
	width: 100%;
	margin: 40px 0 10px;
	padding: 0;
	display: table;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border-radius: 5px;
}

.product_pricing div {
	width: 30%;
	float: left;
	margin: 0;
	padding: 15px 15px;
	position: relative;
}

.product_pricing div:nth-of-type(1) {
	border-radius: 5px 0 0 5px;
	border-right: 1px solid #d7d7d7;
}

.product_pricing div del {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	font-style: italic;
	margin: 0;
	padding: 0;
	float: right;
	text-decoration: line-through;
}

.product_pricing div strong {
	font-size: 22px;
	color: #000;
	font-weight: 700;
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
}

.product_pricing div p {
	font-size: 11px;
	color: rgba(0,0,0,0.60);
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
}

/*product details add to cart*/

.product_pricing form {
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.product_pricing form .add_to_basket_btn {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 17px;
	margin: 0;
	padding: 28px 15px;
	display: block;
	cursor: pointer;
	background: #008500;
	border-radius: 0;
	position: relative;
}

.product_pricing form .add_to_basket_btn:hover {
	font-size: 16px;
	color: #fff;
	background: #2d2d2d;
}

.product_pricing form .add_to_basket_btn > i {
	font-size: 22px;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 36px;
}

/*better product price*/

.product_pricing .better_price_btn {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 17px;
	margin: 0;
	padding: 19px 15px 20px;
	cursor: pointer;
	background: #2855a5;
	border-radius: 0 5px 5px 0;
	position: relative;
	width: 20%;
	float: left;
}

.product_pricing .better_price_btn:hover {
	font-size: 16px;
	color: #fff;
	background: #2d2d2d;
}

.product_pricing .better_price_btn > i {
	font-size: 19px;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 35px;
}

/*product pricing send request*/

.product_pricing .send_request_button {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 17px;
	margin: 0;
	padding: 28px 15px;
	display: block;
	cursor: pointer;
	background: #919191;
	border-radius: 0;
	position: relative;
	width: 100%;
	float: none;
}

.product_pricing .send_request_button:hover {
	font-size: 16px;
	color: #fff;
	background: #2d2d2d;
}

.product_pricing .send_request_button > i {
	font-size: 15px;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 36px;
}

/*grenke leasing*/
/* old style..... 
.grenke_leasing {
	width: auto;
	margin: 0 20px 15px;
	padding: 0 0 0 90px;
	display: table;
	background: url("../img/grenke-logo-atel.png") no-repeat center left;
}

.grenke_leasing em {
	font-size: 14px;
	color: rgba(0,0,0,0.85);
	font-weight: 600;
	margin: 0 0 1px;
	padding: 0;
}

.grenke_leasing p {
	font-size: 13px;
	color: rgba(0,0,0,0.85);
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.grenke_leasing p a {
	font-size: 13px;
	color: #2855a5;
	font-weight: 500;
	text-decoration: underline !important;
}

.grenke_leasing p a:hover {
	font-size: 13px;
	color: #000;
}

.grenke_leasing div {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	margin: 10px 0 0;
	padding: 0;
}

.contact_form div:only-of-type {
	width: 100%;
	float: none;
	display: table;
	margin-right: 0;
}

.contact_form dd input#service_name {
	width: 65% !important;
	max-width: 65% !important;
	float: left;
}

.contact_form div:only-of-type dd p {
	font-size: 12px;
	color: rgba(0,0,0,0.75);
	font-weight: 600;
	margin: 0;
	padding: 7px 90px 7px 0;
	background: url("../img/grenke-logo-atel.png") no-repeat center right;
	float: right;
}

.contact_form div:only-of-type dd p:empty {
	display: none !important;
}
*/

.grenke_leasing {
	width: 100%;
	margin: 20px 0 15px;
	padding: 20px 20px 20px 110px;
	display: table;
	background: url("../img/grenke-logo-atel.png") no-repeat center left #004293;
	border-radius: 5px;
}

.grenke_leasing em {
	font-size: 16px;
	color: rgba(255,255,255,0.85);
	font-weight: 700;
	margin: 0 0 1px;
	padding: 0;
}

.grenke_leasing p {
	font-size: 15px;
	color: rgba(255,255,255,0.85);
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.grenke_leasing p a {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	text-decoration: underline !important;
}

.grenke_leasing p a:hover {
	font-size: 15px;
	color: #fff;
}

.grenke_leasing div {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	margin: 10px 0 0;
	padding: 0;
}

.contact_form div.grenke_service {
	width: 78%;
}

.contact_form dd input#service_name {
	width: 60% !important;
	max-width: 60% !important;
	float: left;
}

.contact_form div.grenke_service dd p {
	font-size: 12px;
	color: rgba(0,0,0,0.75);
	font-weight: 600;
	margin: 0;
	padding: 7px 90px 7px 0;
	background: url("../img/grenke-logo-atel-contact.png") no-repeat center right;
	float: right;
}

.contact_form div.grenke_service dd p:empty {
	display: none !important;
}

.contact_form div.grenke_oib {
	width: 22%;
	padding-right: 0;
}

/*product price rate*/

.rate_pricing {
	width: auto;
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	box-shadow: none;
}

.rate_pricing p {
	font-size: 12px;
	color: rgba(0,0,0,0.60);
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 7px 0 0;
	float: left;
}

.rate_pricing span {
	font-size: 16px;
	color: #373737;
	font-weight: 400;
	margin: 0;
	padding: 5px 10px 3px;
	border-right: 1px solid #cdcdcd;
	float: left;
}

.rate_pricing span:last-of-type {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.rate_pricing span strong {
	font-size: 16px;
	color: #2855a5;
	font-weight: 600;
	float: none;
	margin: 0;
	padding: 0;
}

/*credit cards pricing*/

.credit_cards_pricing {
	width: 100%;
	margin: 0;
	padding: 40px 0 0;
	display: table;
	clear: both;
}

.credit_cards_pricing dl {
	width: 100%;
	display: table;
	padding: 0 20px;
}

.credit_cards_pricing dl div:first-of-type {
	border-top: 1px dashed #cdcdcd;
}

.credit_cards_pricing dl div {
	width: 100%;
	display: table;
	padding: 10px;
	border-bottom: 1px dashed #cdcdcd;
}

.credit_cards_pricing dl dt {
	float: left;
}

.credit_cards_pricing dl dd {
	float: right;
}

.credit_cards_pricing dl dt img,
.credit_cards_pricing dl dt span {
	display: inline-block;
	vertical-align: middle;
}

.credit_cards_pricing dl dt img {
	max-height: 24px;
	border-radius: 3px;
}

.credit_cards_pricing dl dt span {
	font-size: 14px;
	color: #414141;
	font-weight: 400;
	margin: 0 0 0 5px;
	padding: 0;
}

.credit_cards_pricing dl dd {
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 600;
	margin: 3px 0 0;
}

/*product dtl labels*/

.product_dtl_labels {
	width: auto;
	float: left;
	margin: 0;
	padding: 40px 0;
}

.product_dtl_labels a {
	width: auto;
	float: left;
	margin: 0;
	padding: 0 20px;
}

.product_dtl_labels a > i,
.product_dtl_labels a > span {
	display: inline-block;
	vertical-align: middle;
}

.product_dtl_labels a > i {
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #D30707;
	border-radius: 500em;
	-webkit-border-radius: 500em;
	padding: 8px 9px;
	margin: 0 5px 0 0;
}

.product_dtl_labels a > span {
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 500;
	margin: 0;
	padding: 0;
	line-height: 15px;
	transition: all .3s linear;
	width: 25%;
}

.product_dtl_labels a:hover > span {
	font-size: 14px;
	color: #2855a5;
}

/*item share ntws*/

.item_share_ntws {
	width: auto;
	float: right;
	margin: 0;
	padding: 45px 0;
}

.item_share_ntws p,
.item_share_ntws ul {
	display: inline-block;
	vertical-align: middle;
}

.item_share_ntws p {
	font-size: 12px;
	color: #2d2d2d;
	font-weight: 600;
	margin: 0;
	padding: 1px 5px 0 0;
}

.item_share_ntws ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.item_share_ntws ul li {
	float: left;
	margin: 0 5px 0 0;
}

.item_share_ntws ul li:last-of-type {
	margin: 0;
}

.item_share_ntws ul li a {
	display: flex;
}

.item_share_ntws ul li img {
	max-height: 24px;
	display: flex;
	margin: 0;
	padding: 0;
	border-radius: 500em;
	-webkit-border-radius: 500em;
	transition: all .3s linear;
}

.item_share_ntws ul li img:hover {
	opacity: 0.75;
}

/*product details tabs cnt*/

.product_details_tabs_cnt {
	width: 100%;
	margin: 0;
	padding: 40px 0 0;
	display: table;
	clear: both;
}

.container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.tabs {
	list-style: none;
	margin: 0;
	padding: 20px 0;
	width: 25%;
	float: left;
}

.tabs li {
	width: 100%;
	display: block;
	margin: 0;
	padding: 8px 20px;
	cursor: pointer;
	font-size: 16px;
	color: #2d2d2d;
	font-weight: 500;
	border-right: 5px solid transparent;
	transition: all .3s linear;
}

.tabs li:hover,
.tabs li.current {
	color: #2855a5;
	border-right: 5px solid #2855a5;
}

.tab-content {
	width: 75%;
	min-height: 320px;
	float: right;
	margin: 0;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	display: none;
}

.tab-content.current {
	display: block;
}

.tab-content dl {
	width: 100%;
	margin: 0;
	padding: 0;
}

.tab-content dl div {
	width: 100%;
	display: table;
	border-bottom: 1px dotted #cdcdcd;
	margin: 0;
	padding: 0;
}

.tab-content dl div:last-of-type {
	border: none;
}

.tab-content dl dt, .tab-content dl dd {
	margin: 0;
	padding: 0;
	float: left;
}

.tab-content dl dt {
	width: 35%;
}

.tab-content dl dd {
	width: 65%;
}

.tab-content dl dt {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	text-transform: uppercase;
	padding: 12px 10px;
}

.tab-content dl dd {
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 500;
	padding: 10px 10px;
}

.tab-content iframe {
	width: 100%;
	border: none !important;
	margin: 0;
	padding: 0;
	border-radius: 5px;
}











/*ecms gallery box*/

.ecms_gallery_box {
	width: 100%;
	float: none;
	display: table;
	box-sizing: border-box;
	margin: 20px 0 0;
	padding: 30px 0 0;
	border-top: 1px dotted #cdcdcd;
}

.ecms_gallery_box h1 {
	font-size: 18px;
	color: #2855a5;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.ecms_gallery_box p {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.ecms_gallery_box a {
	width: 15.34%;
	float: left;
	margin: 20px 20px 0 0;
	padding: 0;
	position: relative;
}

.ecms_gallery_box a:nth-of-type(6n) {
	margin: 20px 0 0;
}

.ecms_gallery_box a img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: flex;
	background: #fff;
	border: none;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.10);
	border-radius: 0;
}

.ecms_gallery_box em {
	font-size: 14px;
	color: #555;
	font-weight: 700;
	margin: 10px 0;
	padding: 0;

	line-height: 18px;
	overflow: hidden;
	height: 39px;
	min-height: 39px;
}

/*download*/

.document_category {
	width: 100%;
	box-sizing: border-box;
	margin: 40px 0 0;
	padding: 15px 20px 0 20px;
	clear: both;
	display: table;
	background: linear-gradient(transparent 0%, rgba(0,0,0,0.04) 100%);
	background: -webkit-linear-gradient(transparent 0%, rgba(0,0,0,0.04) 100%);
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 5px;
}

.document_category h1 {
	font-size: 18px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
	letter-spacing: inherit;
}

.document_category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.document_category ul li {
	width: 32.2%;
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
}

.document_category ul li:nth-of-type(3n) {
	margin: 0 0 15px;
}

.document_category ul li img, .document_category ul li a {
	display: inline-block;
	vertical-align: middle;
}

.document_category ul li img {
	max-height: 48px;
	margin: 0 10px 0 0;
	padding: 0;
}

.document_category ul li a {
	font-size: 15px;
	color: #414141;
	font-weight: 400;
	margin: -2px 0 0;
	padding: 0;
}

.document_category ul li a:hover {
	font-size: 15px;
	color: #2855a5;
}

/*hist and social*/

.hist_and_social {
	width: 100% !important;
	box-sizing: border-box;
	margin: 40px 0 0 !important;
	padding: 0 !important;
	clear: both;
	display: table;
	background: none !important;
	border-radius: 0 !important;
}

.hist_and_social .social_toolbar_inside {
	width: auto;
	float: right;
	margin: 3px 0;
	padding: 0;
}

.social_toolbar_inside ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.social_toolbar_inside ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.social_toolbar_inside ul li.label {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 4px 10px 0 !important;
}

.social_toolbar_inside ul li:last-of-type {
	margin: 0;
}

.social_toolbar_inside ul li a {
	display: flex;
}

.social_toolbar_inside ul li img {
	max-height: 24px;
	margin: 0;
	padding: 0;
	transition: all .2s linear;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	opacity: 1;
}

.social_toolbar_inside ul li img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 1;
}

#hist {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

#hist a {
	font-size: 11px;
	color: #696969;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin: 0;
	padding: 6px 20px 7px;
	display: block;
	background: #f0f0f0;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
}

#hist a i {
	font-size: 14px;
	color: #696969;
	padding-left: 10px;
}

#hist a:hover {
	font-size: 11px;
	color: #000;
	background: #fff;
}

#hist a:hover i {
	color: #000;
}

/*EUVISIBILITY CNT*/

.euvisibility_cnt {
	width: auto;
	max-width: 97%;
	margin: 0 auto;
	padding: 0 0 40px;
	display: table;
}

.euvisibility_cnt img {
	display: inline-block;
	vertical-align: middle;
	max-width: 160px;
	margin: 0 20px;
}

.euvisibility_cnt img:nth-of-type(1) {
	max-width: 96px;
}

.euvisibility_cnt img:nth-of-type(2) {
	max-width: 192px;
}

/*EURO prices*/

.featured_products article section div {
	width: 100%;
	margin: 5px 0 0 !important;
}

.featured_products article section div:first-of-type {
	height: 98px;
}

.featured_products article section div div:first-of-type {
	height: auto;
}

.featured_products article section strong.euro_price {
	font-size: 20px;
}

.featured_products article section del.euro_oldprice {
	font-size: 14px;
}

.featured_products article section p {
	width: 31.8%;
}

.featured_products article section {
	min-height: 196px;
}

/*euro prices akcija*/

.offer_products_cnt article section div {
	width: 100%;
	margin: 5px 0 0 !important;
}

.offer_products_cnt article section div:first-of-type {
	height: 89px;
}

.offer_products_cnt article section div div:first-of-type {
	height: auto;
}

.offer_products_cnt article section strong.euro_price {
	font-size: 18px;
}

.offer_products_cnt article section del.euro_oldprice {
	font-size: 12px;
}

.offer_products_cnt article section p {
	width: 31.8%;
}

.offer_products_cnt article section {
	min-height: 182px;
}

/*euro prices detalji proizvoda*/

.product_pricing div {
	width: 33.33%;
	display: inherit;
	height: 118px;
}

.product_pricing div {
	border-right: 1px solid #d7d7d7;
}

.product_pricing div:last-of-type {
	border: none;
}

.product_pricing div:nth-of-type(1) {
	border-radius: 0;
}

.product_pricing div div {
	width: 100%;
	float: none;
	display: table-cell;
	height: auto;
	vertical-align: bottom;
	border: none;
	margin: 0;
	padding: 0;
}

.product_pricing form {
	width: 50%;
	clear: left;
	border-radius: 5px 0 0 5px;
}

.product_pricing .better_price_btn {
	width: 50%;
}

.product_pricing div.item_price_div_two_clmns {
	width: 50%;
}



/*CONVERSION_RATE_EURO*/

.conversion_rate_euro {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin: 0 auto;
	display: table;
	padding: 0 0 40px;
}

.conversion_rate_euro strong {
	font-size: 14px;
	font-weight: bold;
}
.buttons_action div{
	
}

