/*
file:	Style Sheet
year:	2017
author:	Boje Brojeva
email:	info@bojebrojeva.hr
site:	www.bojebrojeva.hr
*/

@charset "utf-8";

/* General HTML Styles */

* {
	box-sizing: border-box;
}

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: "Roboto Condensed", 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: 400;
	margin: 0;
	padding: 0 0 20px;
	display: block;
}
a {
	font-size: 16px;
	color: #0083a2;
	font-weight: 700;
	text-decoration: none !important;
	transition: all .3s linear;
}
a:hover {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
i {
	transition: all .3s linear;
}
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%;
	margin: 0 auto;
	padding: 0;
}

.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;
}

#toTopHover {
	background:url("../img/ui.totop.png") no-repeat left -40px;
}

/*intro content home*/

.intro_content_home {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: table-row;
	/*background: url("../img/intro_images/background-image-intro.png") repeat center center;*/
	background: #fff;
}

/*store cnt*/

.store_cnt {
	width: 50%;
	height: 100%;
	display: table-cell;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.store_cnt aside {
	box-sizing: border-box;
	padding: 40px;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	background: rgba(255,255,255,0.8);
	transition: all .3s linear;
}

.store_cnt aside:hover {
	background: #ef5f51;
}

.store_cnt h1 {
	font-size: 14px;
	color: #919191;
	font-weight: 400;
	text-transform: uppercase;
	margin: 15px 0 0;
	padding: 0;
	float: right;
	transition: all .3s linear;
}

.store_cnt img {
	max-height: 32px;
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}

.store_cnt h2 {
	margin: 0;
	padding: 0;
	clear: both;
}

.store_cnt h2, .store_cnt h2 a {
	font-size: 32px;
	color: #191919;
	font-weight: 700;
	text-transform: uppercase;
}

.store_cnt h2 a:hover {
	font-size: 32px;
	color: #fff;
}

.store_cnt h1, .store_cnt h2 {
	text-align: right;
}

.store_cnt aside:hover h1, .store_cnt aside:hover h2, .store_cnt aside:hover h2 a {
	color: #fff;
}

/*webshop cnt*/

.webshop_cnt {
	width: 50%;
	height: 100%;
	display: table-cell;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.webshop_cnt aside {
	box-sizing: border-box;
	padding: 40px;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	background: rgba(255,255,255,0.8);
	transition: all .3s linear;
}

.webshop_cnt aside:hover {
	background: #2ea7e1;
}

.webshop_cnt h1 {
	font-size: 14px;
	color: #919191;
	font-weight: 400;
	text-transform: uppercase;
	margin: 15px 0 0;
	padding: 0;
	float: left;
	transition: all .3s linear;
}

.webshop_cnt img {
	max-height: 32px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

.webshop_cnt h2 {
	margin: 0;
	padding: 0;
	clear: both;
}

.webshop_cnt h2, .webshop_cnt h2 a {
	font-size: 32px;
	color: #191919;
	font-weight: 700;
	text-transform: uppercase;
}

.webshop_cnt h2 a:hover {
	font-size: 32px;
	color: #fff;
}

.webshop_cnt aside:hover h1, .webshop_cnt aside:hover h2, .webshop_cnt aside:hover h2 a {
	color: #fff;
}

.intro_content_home figure {
	width: 100%;
	height: 100%;
	display: table;
	margin: 0;
	padding: 15px;
	box-sizing: border-box;
}

.intro_content_home figure img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.intro_content_home .webshop_cnt figure {
	border-left: 1px solid #d7d7d7;
}

/*top header cnt*/

.top_header_cnt {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	background: #003654;
}

.top_header_cnt aside {
	width: 1300px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

/*basic navigation*/

.top_header_cnt nav {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.top_header_cnt nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top_header_cnt nav ul li {
	float: left;
}

.top_header_cnt nav ul li a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 11px 20px 11px;
	display: block;
}

.top_header_cnt nav ul li a:hover, .top_header_cnt nav ul li a.active {
	font-size: 14px;
	color: #fff;
	background: #0083a2;
}

/*contact data*/

.contact_data {
	width: auto;
	float: right;
	margin: 0;
	padding: 9px 40px;
}

.contact_data p {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
}

.contact_data p:last-of-type {
	margin: 0;
}

.contact_data a {
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	font-weight: 300;
	letter-spacing: 2px;
	margin: 0 0 0 5px;
	padding: 0;
}

.contact_data a:hover {
	font-size: 14px;
	color: #fff;
}

/*wish list btn*/

.wish_list_btn {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 11px 20px 12px;
	float: right;
}

.wish_list_btn:hover {
	font-size: 12px;
	color: #fff;
	background: #0083a2;
}

.wish_list_btn i {
	font-size: 16px;
	color: #fff;
	margin-right: 5px;
	vertical-align: bottom;
}

.wish_list_btn > span {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

/*faq lnk top header*/

.faq_lnk_top_header {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 7px 20px 11px;
	float: right;
}

.faq_lnk_top_header:hover {
	font-size: 14px;
	color: #fff;
	background: #0083a2;
}

.faq_lnk_top_header i {
	font-size: 20px;
	color: #fff;
	margin-left: 5px;
}

/*header*/

header {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	display: table;
	clear: both;
	background: #0083a2;
}

header aside {
	width: 1260px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

/*logo*/

.logo {
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
}

.logo img {
	max-height: 60px;
	display: flex;
	margin: 0;
	padding: 0;
}

/*jquery mega dropdown*/

.cd-dropdown-wrapper {
	width: auto;
	float: left;
	margin: 0;
	padding: 14px 0;
}

.cd-dropdown-wrapper ul {
	list-style: none;
}

/*main navigation*/

.main_navigation_cnt {
	width: auto;
	float: left;
	margin: 0 25px 0 0;
	padding: 14px 0;
}

.main_navigation_cnt nav {
	margin: 0;
	padding: 0;
}

.main_navigation_cnt nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main_navigation_cnt nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.main_navigation_cnt nav ul li:last-of-type {
	border: none;
	margin: 0;
	padding: 0;
}

.main_navigation_cnt nav ul li a {
	font-size: 15px;
	color: rgba(255,255,255,0.7);
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 15px;
	display: block;
}

.main_navigation_cnt nav ul li a:hover, .main_navigation_cnt nav ul li a.active {
	font-size: 15px;
	color: #fff;
}

/*search content*/

.search_content {
	width: 320px;
	float: left;
	margin: 0 40px 0 0;
	padding: 10px 0;
}

.search_content form {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.search_content input[type="search"] {
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 2px;
	background: rgba(255,255,255,0.40);
	border: none;
	border-radius: 5px;
	margin: 0;
	padding: 10px 10px 12px;
	width: 100%;
	max-width: 100%;
	transition: all .3s linear;
}

.search_content input[type="search"]:hover, .search_content input[type="search"]:focus {
	background: rgba(255,255,255,0.50);
}

.search_content input::-webkit-input-placeholder {
	color: #fff;
	transition: all .3s linear;
}
.search_content input:-moz-placeholder {
	color: #fff;
	opacity: 1;
	transition: all .3s linear;
}
.search_content input::-moz-placeholder {
	color: #fff;
	opacity: 1;
	transition: all .3s linear;
}
.search_content input:-ms-input-placeholder {
	color: #fff;
	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 {
	font-size: 16px !important;
	color: #003654;
	position: absolute !important;
	right: 1px !important;
	top: 1px !important;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 5px 5px 0;
	margin: 0 !important;
	padding: 10px 10px 9px !important;
	cursor: pointer;
	transition: all .3s linear;
}

.search_icon:hover, .search_icon:focus {
	color: #fff;
	background: #0083a2 !important;
}

/*autocomplete*/

.autocomplete-suggestion {
	padding: 5px 10px !important;
}

.autocomplete-suggestion b {
	color: #0083a2 !important;
}

/*basket content*/

.basket_content {
	width: auto;
	float: left;
	margin: 0;
	padding: 19px 0;
}

.basket_content a {
	display: flex;
	margin: 0;
	padding: 0;
	position: relative;
}

.basket_content a:hover i {
	color: #003654;
}

.basket_content i {
	font-size: 22px;
	color: #fff;
}

.basket_content a span {
	font-size: 10px;
	color: #fff;
	font-weight: 700;
	width: 15px;
	height: 15px;
	display: table-cell;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background: #003654;
	border-radius: 500em;
	-webkit-border-radius: 500em;
	position: absolute;
	right: -12px;
	top: -8px;
	line-height: 15px;
}

/*cart checkout*/

.cart_view_cnt {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.cart_view_cnt ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	overflow-y: scroll;
	height: 213px;
}

.cart_view_cnt ul li {
	width: 100%;
	display: table;
	padding: 15px 20px;
	margin: 0;
	border-bottom: 1px solid #e1e1e1;
}

.cart_view_cnt ul li figure {
	max-width: 100px;
	max-height: 75px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;

	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

.cart_view_cnt ul li figure img {
	max-width: 100px;
	max-height: 75px;
	vertical-align: middle;
	text-align: center;
}

.cart_view_cnt ul li h1 {
	margin: 0 0 5px;
	padding: 0;
}

.cart_view_cnt ul li h1, .cart_view_cnt ul li h1 a {
	font-size: 18px;
	color: #0083a2;
	font-weight: 400;
}

.cart_view_cnt ul li h1 a:hover {
	font-size: 18px;
	color: #2d2d2d;
}

.cart_view_cnt ul li span:first-of-type:after {
	content: "/";
	font-family: "Roboto Condensed", Arial, Calibri, Verdana, sans-serif;
	font-size: 14px;
	color: #696969;
	font-weight: 300;
	padding: 0 10px;
}

.cart_view_cnt ul li span {
	font-size: 14px;
	color: #696969;
	font-weight: 300;
	float: left;
	margin: 0;
	padding: 0;
}

.cart_view_cnt ul li span strong {
	font-weight: 700;
}

.cart_item_close {
	float: right;
	margin: 0;
}

.cart_item_close i {
	font-size: 14px;
	color: #7d7d7d;
}

.basket_content a.submit_button {
	font-size: 15px !important;
	color: #fff;
	font-weight: 700;
	margin: 0;
	padding: 10px 20px;
	display: block;
	background: rgba(0,131,162,1);
	border: none;
	border-radius: 3px;
	transition: all .3s linear;
	opacity: 1;
	width: 100%;
	float: none;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
}

.basket_content a.submit_button:hover {
	font-size: 15px !important;
	color: #fff;
	font-weight: 700;
	background: rgba(0,54,84,1);
}

.cart_view_cnt em {
	font-size: 16px;
	color: #414141;
	font-weight: 400;
	padding: 0 0 8px;
	text-align: center;
}

.cart_view_cnt em strong {
	font-size: 16px;
	color: rgb(0,131,162);
	font-weight: 700;
}

.cart_view_cnt div.txt-fld {
	width: 100%;
	margin: 0;
	padding: 15px 20px;
	display: table;
	position: relative;
}

/*basket script*/

.gs-btn {
	background-color: #003654 !important;
}

.cb-label {
	font-family: "Roboto Condensed", Arial, Calibri, Verdana, sans-serif !important;
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 700 !important;
}

/*login content*/

.login_content {
	width: auto;
	float: right;
	margin: 0;
	padding: 15px 0;
}

.login_content a {
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	margin: 0 0 0 10px;
	padding: 6px 10px 7px;
	float: left;
}

.login_content a.login {
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 5px;
}

.login_content a.login:hover {
	color: #003654;
	background: rgba(255,255,255,1);
}

.login i {
	font-size: 14px;
	color: #003654;
	opacity: 0;
}

.login:hover i, .login:focus i {
	padding: 0 0 0 15px;
	opacity: 1;
}

.register i {
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
	vertical-align: bottom;
}

/*user account*/

.login_content nav {
	width: auto;
	margin: 0;
	padding: 0;
}

.login_content nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.login_content nav ul li {
	display: block;
	position: relative;
}

.login_content nav ul li a {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	margin: 0;
	padding: 3px 0;
	display: block;
}

.login_content nav ul li a:hover {
	font-size: 14px;
	color: #fff;
}

.login_content nav ul li i {
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
}

.login_content nav ul li ul {
	position: absolute;
	z-index: 99999;
	right: 0;
	top: 25px;
	background: rgba(255,255,255,1);
	opacity: 0;
	display: none;
	width: 100%;
	transition: all .3s linear;
}

.login_content nav ul li:hover ul {
	opacity: 1;
	display: block;
}

.login_content nav ul li ul li {
	display: block;
	border-bottom: 1px solid #d7d7d7;
}

.login_content nav ul li ul li:last-of-type {
	border: none;
}

.login_content nav ul li ul li a {
	font-size: 12px;
	color: #003654;
	font-weight: 700;
	margin: 0;
	padding: 7px 15px;
	float: none;
	display: block;
}

.login_content nav ul li ul li a:hover,
.login_content nav ul li ul li a.active {
	font-size: 12px;
	color: #0083a2;
}

.login_content nav ul li ul li i {
	font-size: 16px;
	color: #fff;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 5px;
}

.login_content nav ul li ul li:last-of-type a {
	background-color: #003654;
	color: #fff;
}

.login_content nav ul li ul li:last-of-type a:hover {
	background-color: #0083a2;
}

/*main container*/

.main_container {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	display: table;
	clear: both;
}

/*slider content*/

.slider_content {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.slider_content .bx-wrapper {
	margin: 0 auto !important;
}

.slider_content .bx-wrapper .bx-pager {
	width: auto !important;
	padding: 0 !important;
	margin: 0 auto !important;
	position: relative;
}

.slider_content .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 50px;
	right: inherit;
	left: inherit;
	height: 20px;
	margin: 0;
	padding: 0;
}

.slider_content .bx-wrapper .bx-viewport {
	border: none;
	background: none;
	left: 0;
	box-shadow: none;
}

.slider_content .bxslider {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.slider_content .bx-wrapper img {
	margin: 0 auto;
	padding: 0;
	/*min-height: 400px;*/
	width: 100%;
	max-width: inherit !important;
	overflow: hidden;
}

.slider_content .bx-wrapper .bx-caption {
	display: none !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #003654;
	border: 2px solid #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	border: 2px solid #fff;
	border-radius: 500em;
	margin: 0 0 0 10px;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
}

.slider_content .bx-controls {
	width: 1260px;
	margin: 0 auto;
	display: table;
}

.slider_content .bx-wrapper .bx-controls-direction a {
	z-index: 99;
	margin: 0;
	bottom: inherit;
	/*top: 42%;*/
	top: 35%;
	transition: none;
}

.slider_content .bx-wrapper .bx-prev {
	width: 48px !important;
	height: 48px !important;
	background: url("../img/controls_slider.png") no-repeat 0 0 !important;
	opacity: 1;
	left: 5%;
}

.slider_content .bx-wrapper .bx-prev:hover {
	background: url("../img/controls_slider.png") no-repeat 0 -48px !important;
	opacity: 0.5;
}

.slider_content .bx-wrapper .bx-next {
	width: 48px !important;
	height: 48px !important;
	background: url("../img/controls_slider.png") no-repeat -48px 0 !important;
	opacity: 1;
	right: 5%;
	left: inherit;
}

.slider_content .bx-wrapper .bx-next:hover {
	background: url("../img/controls_slider.png") no-repeat -48px -48px !important;
	opacity: 0.5;
}

/*background image header cnt*/

.background_image_header_cnt {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.background_image_header_cnt img {
	width: 100%;
	max-height: 300px;
	display: flex;
}

/*slider description*/

.slider_content ul li aside {
	width: 1260px;
	/*width: 320px;*/
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.slider_content ul li section {
	width: 320px;
	min-height: 158px;
	box-sizing: border-box;
	margin: 0;
	padding: 20px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	border-radius: 5px;
	position: absolute;
	right: 0;
	top: 158px;
}

.slider_content ul li section h1 {
	font-size: 22px;
	color: #003654;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

.slider_content ul li section em,
.slider_content ul li section p {
	font-size: 14px;
	color: #696969;
	font-weight: 400;
	margin: 0 0 20px;
	padding: 0;
	line-height: 18px;
	overflow: hidden;
	height: 36px;
}

.slider_btn {
	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;
}

.slider_btn i {
	font-size: 14px;
	color: #696969;
	padding-left: 10px;
}

.slider_btn:hover {
	font-size: 11px;
	color: #000;
	background: #fff;
}

.slider_btn:hover i {
	color: #000;
}

/*checked icons content*/

.checked_icons_content {
	width: auto;
	max-width: 1260px;
	margin: 0 auto;
	padding: 30px 0;
	display: table;
}

.checked_icons_content a {
	display: inline-block;
	vertical-align: middle;
}

.checked_icons_content a {
	font-size: 16px;
	color: #414141;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 40px;
	padding: 0;
}

.checked_icons_content i {
	font-size: 28px;
	color: #0083a2;
	margin: -4px 20px 0 0;
	padding: 9px 10px;
	border: 1px solid #0083a2;
	border-radius: 5px;
	vertical-align: middle;
}

.checked_icons_content i.fa-shield-alt {
	padding: 9px 13px;
}

.checked_icons_content i.fa-truck {
	font-size: 26px;
	padding: 9px 10px 11px;
}

.checked_icons_content i.fa-undo-alt {
	font-size: 24px;
	padding: 11px 13px;
}

.checked_icons_content a:hover {
	font-size: 16px;
	color: #000;
}

.checked_icons_content i:hover,
.checked_icons_content a:hover i {
	color: #fff;
	background: #0083a2;
}

/*categ group content*/

.categ_group_content {
	width: 1260px;
	margin: 0 auto;
	padding: 0;
	display: none;
}

.categ_group_content h1 {
	font-size: 24px;
	color: #003654;
	font-weight: 700;
	margin: 0;
	padding: 0 0 10px;
}

/*main bottom container*/

.main_bottom_container {
	width: 1260px;
	margin: 0 auto;
	padding: 0;
	display: table;
	clear: both;
	position: relative;
	min-height: 1024px;
}

.main_bottom_container section:last-of-type {
	margin: 0;
}

/*main categories menu*/

.left_categories {
	width: 295px;
	margin: 0 0 30px;
	padding: 0;
	float: left;
	clear: left;
}

.fixed_nav_home .smaller {
	position: sticky;
	top: 0;
}

.fixed_nav_home nav {
	position: absolute;
	left: 0;
	top: 0;
}

.main_bottom_container nav {
	position: absolute;
	left: 0;
}

.main_bottom_container nav:nth-of-type(1) {
	z-index: 850 !important;
}

.main_bottom_container nav:nth-of-type(2) {
	z-index: 450 !important;
}

.main_bottom_container nav:nth-of-type(2) {
	top: 439px;
}

.main_bottom_container nav {
	width: 295px;
	margin: 0 0 30px;
	padding: 0;
	float: left;
	clear: left;
	background: linear-gradient(to right, #f5f5f5, #fafafa);
	background: -webkit-linear-gradient(left, #f5f5f5, #fafafa);
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	transition: all .3s linear;
}

.main_bottom_container nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*display: table;*/
	width: 100%;
}

.main_bottom_container nav ul li {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d7d7d7;
	box-shadow: 0 1px 0 #fff;
}

.main_bottom_container nav ul li:last-of-type {
	border: none;
	box-shadow: none;
}

.main_bottom_container nav ul li a {
	font-size: 14px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 20px 16px;
	display: block;
	position: relative;
}

.main_bottom_container nav ul li a:hover,
.main_bottom_container nav ul li a.active {
	font-size: 14px;
	color: #fff;
	background: #0083a2;
}

.main_bottom_container nav ul li a:hover i,
.main_bottom_container nav ul li a.active i {
	color: #fff;
}

.main_bottom_container nav ul li a i.fa-angle-right {
	opacity: 0;
	font-size: 14px;
}

.main_bottom_container nav ul li a:hover i.fa-angle-right,
.main_bottom_container nav ul li a.active i.fa-angle-right {
	opacity: 1;
	padding: 0 10px 0 0;
}

.main_bottom_container nav ul li {
	position: relative;
}

.main_bottom_container nav ul li div {
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.main_bottom_container nav ul li div i {
	font-size: 18px;
	color: #0083a2;
	padding: 15px 21px 15px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	cursor: pointer;
}

.main_bottom_container nav ul li:hover div {
	background: #0083a2;
}

.main_bottom_container nav ul li:hover div i {
	color: #fff;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before {
	font-size: 26px !important;
	margin-left: 0 !important;
}

.font_baby {
	color: #003654;
	position: absolute;
	top: 10px;
	right: 20px;
}

.main_bottom_container nav ul li:first-child a {
	border-radius: 5px 5px 0 0;
}

.main_bottom_container nav ul li:last-child a {
	border-radius: 0 0 5px 5px;
}

/*main subcategories*/

.main_bottom_container nav ul li ul {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	border-top: 1px solid #d7d7d7;
}

.main_bottom_container nav ul li ul li a {
	font-size: 12px;
	text-transform: none;
	padding: 10px 20px;
	border-radius: 0 !important;
}

.main_bottom_container nav ul li ul li a:hover,
.main_bottom_container nav ul li ul li a.active {
	font-size: 12px;
}

.main_bottom_container nav ul li ul li i {
	display: none;
}

/*jquery accordion menu*/

#accordion ul {
	display: none;
}

#accordion a {
	cursor: pointer;
}

/*featured products shop cnt*/

.featured_products_shop_cnt {
	width: 945px;
	float: right;
	margin: 0 0 20px;
	padding: 0;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.20);
	border-radius: 5px;
}

.featured_products_shop_cnt header {
	padding: 0;
	background: #003654;
	border-radius: 5px 5px 0 0;
	position: relative;
}

.featured_products_shop_cnt header h1 {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	padding: 15px 20px 14px;
	height: 48px;
}

.featured_products_shop_cnt header i {
	font-size: 18px;
	color: #fff;
	background: #0083a2;
	border-radius: 0 5px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px;
}

.featured_products_shop_cnt article {
	width: 315px;
	float: left;
	margin: 0;
	padding: 20px;
}

.featured_products_shop_cnt article figure {
	max-width: 275px;
	max-height: 205px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	position: relative;

	float: none;
	margin: 0;
	padding: 0;
}

.featured_products_shop_cnt article figure img {
	max-width: 275px;
	max-height: 205px;
	vertical-align: middle;
	text-align: center;
}

.featured_products_shop_cnt article figure figcaption {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: all .3s linear;
	transform: translateY(100%) translateZ(0px);
}

.featured_products_shop_cnt article:hover figure figcaption {
	opacity: 1;
	transform: translateY(0px) translateZ(0px);
}

.featured_products_shop_cnt article figure figcaption a {
	font-size: 10px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 8px 10px 9px;
	background: #0083a2;
	float: left;
	width: 49.82%;
	position: relative;
}

.featured_products_shop_cnt article figure figcaption a:hover {
	font-size: 10px;
	color: #fff;
	background: #003654;
}

.featured_products_shop_cnt article figure figcaption a:first-of-type {
	border-radius: 5px 0 0 5px;
}

.featured_products_shop_cnt article figure figcaption a:last-of-type {
	float: right;
	border-radius: 0 5px 5px 0;
}
/*
.featured_products_shop_cnt article figure figcaption a i {
	display: none;
}
*/
.featured_products_shop_cnt article figure figcaption a.wishlist_added {
	color: #fff;
	background: #009C29;
	pointer-events: none;
}

.featured_products_shop_cnt article figure figcaption a i {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 8px;
}

.brand_logo_featured {
	display: table;
	margin: 10px auto 0;
	max-width: 96px;
}

.featured_products_shop_cnt article h1 {
	display: none !important;
}

.featured_products_shop_cnt article h1 {
	margin: 15px 0 18px;
	padding: 0;
	overflow: hidden;
	height: 24px;
	line-height: 22px;
}

.featured_products_shop_cnt article h1, .featured_products_shop_cnt article h1 a {
	font-size: 16px;
	color: #2d2d2d;
	font-weight: 700;
}

.featured_products_shop_cnt article h1 a:hover {
	font-size: 16px;
	color: #0083a2;
}

.details_btn {
	font-size: 11px;
	color: #696969;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin: 15px 0 0;
	padding: 6px 20px 7px;
	display: block;
	background: #f0f0f0;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
}

.details_btn i {
	font-size: 14px;
	color: #696969;
	padding-left: 10px;
}

.details_btn:hover {
	font-size: 11px;
	color: #000;
	background: #fff;
}

.details_btn:hover i {
	color: #000;
}

.news_featured_cnt .details_btn {
	display: table;
}

/*news featured cnt*/

.news_featured_cnt {
	width: 945px;
	float: right;
	margin: 0 0 20px;
	padding: 0;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.20);
	border-radius: 5px;
}

.news_featured_cnt article {
	width: 100%;
	margin: 0;
	padding: 20px;
	display: table;
}

.news_featured_cnt article h1 {
	margin: 0 0 20px;
	padding: 0;
}

.news_featured_cnt article h1, .news_featured_cnt article h1 a {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: 700;
}

.news_featured_cnt article h1 a:hover {
	font-size: 20px;
	color: #0083a2;
}

.news_featured_cnt article figure {
	max-width: 275px;
	max-height: 205px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;

	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.news_featured_cnt article figure img {
	max-width: 275px;
	max-height: 205px;
	vertical-align: middle;
	text-align: center;
}

/*categories slider cnt*/

.categories_slider_cnt {
	width: 945px;
	float: right;
	margin: 0 0 20px;
	padding: 0;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.20);
	border-radius: 5px;
}

.categories_slider_cnt header {
	padding: 0;
	background: #003654;
	border-radius: 5px 5px 0 0;
	position: relative;
}

.categories_slider_cnt header h1 {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	padding: 15px 20px 14px;
	height: 48px;
}

.categories_slider_cnt header h1, .categories_slider_cnt header h1 a {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}

.categories_slider_cnt header h1 a:hover {
	font-size: 14px;
	color: #fff;
}

.categories_slider_cnt header i {
	font-size: 18px;
	color: #fff;
	background: #0083a2;
	border-radius: 0 5px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px;
}

/*categories slider*/

.categories_slider_cnt .bx-wrapper {
	margin: 0 !important;
}

.categories_slider_cnt .bx-wrapper .bx-pager {
	padding: 0;
	width: auto;
	display: none;
}

.categories_slider_cnt .bx-wrapper .bx-pager, .categories_slider_cnt .bx-wrapper .bx-controls-auto {
	bottom: -59px;
	right: 20px;
	height: 15px;
	margin: 0;
	padding: 0;
}

.categories_slider_cnt .bx-wrapper .bx-viewport {
	border: none;
	background: none;
	left: 0;
	box-shadow: none;
}

.categories_slider_cnt .bxslider_categories {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.categories_slider_cnt .bx-wrapper .bx-caption {
	display: none !important;
}

.categories_slider_cnt .bx-controls {
	width: 100px;
	margin: 0 auto;
	display: table;
}

.categories_slider_cnt .bx-wrapper .bx-controls-direction a {
	z-index: 99;
	margin: 0;
	bottom: inherit;
	top: 30%;
	transition: none;
}

.categories_slider_cnt .bx-wrapper .bx-prev {
	width: 32px !important;
	height: 32px !important;
	background: url("../img/controls_slider_categ.png") no-repeat 0 0 !important;
	opacity: 1;
	left: 20px;
}

.categories_slider_cnt .bx-wrapper .bx-prev:hover {
	background: url("../img/controls_slider_categ.png") no-repeat 0 -32px !important;
}

.categories_slider_cnt .bx-wrapper .bx-next {
	width: 32px !important;
	height: 32px !important;
	background: url("../img/controls_slider_categ.png") no-repeat -42px 0 !important;
	opacity: 1;
	right: 20px;
	left: inherit;
}

.categories_slider_cnt .bx-wrapper .bx-next:hover {
	background: url("../img/controls_slider_categ.png") no-repeat -42px -32px !important;
}

.bxslider_categories article {
	width: 100%;
	margin: 0;
	padding: 20px;
	transition: all .3s linear;
}

.bxslider_categories article:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.22);
}

.bxslider_categories article figure {
	max-width: 149px;
	max-height: 112px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	position: relative;

	float: none;
	margin: 0;
	padding: 0;
}

.bxslider_categories article figure img {
	max-width: 149px;
	max-height: 112px;
	vertical-align: middle;
	text-align: center;
}

.bxslider_categories article h1 {
	margin: 15px 0 0;
	padding: 0;
	overflow: hidden;
	height: 38px;
}

.bxslider_categories article h1, .bxslider_categories article h1 a {
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 700;
}

.bxslider_categories article h1 a:hover {
	font-size: 14px;
	color: #0083a2;
}

/*shop products single cnt*/

.shop_products_single_cnt {
	width: 945px;
	float: right;
	margin: 0 0 20px;
	padding: 0;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.20);
	border-radius: 5px;
}

.shop_products_single_cnt article {
	width: 100%;
	margin: 0;
	padding: 20px;
	display: table;
}

.shop_products_single_cnt article figure {
	max-width: 275px;
	max-height: 205px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	position: relative;

	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.shop_products_single_cnt article figure img {
	max-width: 275px;
	max-height: 205px;
	vertical-align: middle;
	text-align: center;
}

.shop_products_single_cnt article figure figcaption {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: all .3s linear;
	transform: translateY(100%) translateZ(0px);
}

.shop_products_single_cnt article:hover figure figcaption {
	opacity: 1;
	transform: translateY(0px) translateZ(0px);
}

.shop_products_single_cnt article figure figcaption a {
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 10px;
	background: #0083a2;
	float: left;
	width: 49.82%;
}

.shop_products_single_cnt article figure figcaption a:hover {
	font-size: 12px;
	color: #fff;
	background: #003654;
}

.shop_products_single_cnt article figure figcaption a:first-of-type {
	border-radius: 5px 0 0 5px;
}

.shop_products_single_cnt article figure figcaption a:last-of-type {
	float: right;
	border-radius: 0 5px 5px 0;
}

.shop_products_single_cnt article figure figcaption a:only-of-type {
	width: 100%;
	border-radius: 5px;
}
/*
.shop_products_single_cnt article figure figcaption a i {
	display: none;
}
*/
.shop_products_single_cnt article figure figcaption a.wishlist_added {
	color: #fff;
	background: #009C29;
	pointer-events: none;
}

.shop_products_single_cnt article figure figcaption a i {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 8px;
}

.shop_products_single_cnt article h1 {
	margin: 0;
	padding: 0 0 5px;
}

.shop_products_single_cnt article h1, .shop_products_single_cnt article h1 a {
	font-size: 22px;
	color: #0083a2;
	font-weight: 700;
}

.shop_products_single_cnt article h1 a:hover {
	font-size: 22px;
	color: #003654;
}

.shop_products_single_cnt article em, .shop_products_single_cnt article p {
	font-size: 14px;
	color: #555;
	font-weight: 400;
	margin: 0 0 20px;
	padding: 0;
}

.shop_products_single_cnt article span {
	font-size: 11px;
	color: #000;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 20px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.shop_products_single_cnt article span strong {
	font-size: 16px;
	color: #003654;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
	line-height: 16px;
	display: table;
}

.shop_products_single_cnt article del {
	font-size: 15px;
	color: #000;
	font-weight: 300;
	text-decoration: line-through !important;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	padding: 0;
}

.add_basket_btn {
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	margin: 0 10px 0 0;
	padding: 6px 10px 7px;
	background: rgba(0,131,162,1);
	border: 1px solid rgba(0,131,162,1);
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.add_basket_btn:hover {
	font-size: 13px;
	color: #fff;
	background: rgba(0,54,84,1);
	border: 1px solid rgba(0,54,84,1);
}

.add_basket_btn i {
	opacity: 1;
	font-size: 14px;
	color: #fff;
	padding: 0 0 0 15px;
}

.send_request_button {
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	margin: 0 10px 0 0;
	padding: 6px 10px 7px;
	background: #919191;
	border: 1px solid #919191;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.send_request_button:hover {
	font-size: 13px;
	color: #fff;
	background: #7d7d7d;
	border: 1px solid #7d7d7d;
}

.send_request_button i {
	opacity: 1;
	font-size: 14px;
	color: #fff;
	padding: 0 0 0 15px;
}

.read_more_btn {
	font-size: 13px;
	color: #414141;
	font-weight: 700;
	margin: 0;
	padding: 6px 10px 7px;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
}

.read_more_btn:hover {
	font-size: 13px;
	color: #000;
	background: #ebebeb;
	border: 1px solid #a5a5a5;
}

.read_more_btn i {
	opacity: 0;
	font-size: 14px;
	color: #555;
}

.read_more_btn:hover i, .read_more_btn:focus i {
	opacity: 1;
	padding: 0 0 0 15px;
}

/*product details page*/

.product_details_content {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

/*breadcrumb cnt*/

.breadcrumb_cnt {
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 20px;
	display: table;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.breadcrumb_cnt .home_btn,
.breadcrumb_cnt .fa-chevron-right,
.breadcrumb_cnt ul {
	display: inline-block;
	vertical-align: middle;
}

.home_btn {
	font-size: 16px;
	color: #414141;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.home_btn:hover {
	font-size: 16px;
	color: #003654;
}

.home_btn i {
	font-size: 16px;
	color: #003654;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 10px 0 0;
}

.breadcrumb_cnt .fa-chevron-right {
	font-size: 12px;
	color: #a5a5a5;
	font-weight: normal;
	margin: 0 10px;
}

.breadcrumb_cnt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumb_cnt ul li {
	width: auto;
	margin: 0;
	padding: 0;
	position: relative;
}

.breadcrumb_cnt ul li a {
	font-size: 12px;
	color: #414141;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 10px;
	display: block;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
}

.breadcrumb_cnt ul li a:hover {
	font-size: 12px;
	color: #003654;
	border: 1px solid #003654;
}

.breadcrumb_cnt ul li i {
	font-size: 8px;
	color: #414141;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0 6px !important;
}

.breadcrumb_cnt ul li ul {
	position: absolute;
	z-index: 9999;
	top: 29px;
	left: 0;
	width: 180px;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 0 0 5px 5px;
	transition: all .3s linear;
}

.breadcrumb_cnt ul li ul li {
	border-bottom: 1px solid #d7d7d7;
}

.breadcrumb_cnt ul li ul li:last-of-type {
	border: none;
}

.breadcrumb_cnt ul li ul li a {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	text-transform: none;
	margin: 0;
	padding: 6px 10px;
	display: block;
	border: none;
}

.breadcrumb_cnt ul li ul li a:hover {
	font-size: 13px;
	color: #0083a2;
	border: none;
}

.breadcrumb_cnt ul li ul {
	opacity: 0;
	display: none;
}

.breadcrumb_cnt ul li:hover ul {
	opacity: 1;
	display: block;
}

.breadcrumb_cnt ul li:hover a {
	border-radius: 5px 5px 0 0;
}

/*product details left cnt*/

.product_details_left_cnt {
	width: 720px;
	float: left;
	margin: 0;
	padding: 0;
}

.product_details_content figure {
	max-width: 720px;
	max-height: 540px;
	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 {
	max-width: 720px;
	max-height: 540px;
	vertical-align: middle;
	text-align: center;
}

.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 right cnt*/

.product_details_right_cnt {
	width: 480px;
	float: right;
	margin: 0;
	padding: 20px;
	background: #f0f0f0;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.product_details_right_cnt h1 {
	font-size: 24px;
	color: #003654;
	font-weight: 700;
	margin: 0;
	padding: 0 0 10px;
}

/*product price button cnt*/

.product_price_button_cnt {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.product_price {
	font-size: 22px;
	color: #000;
	font-weight: 700;
	text-align: right;
	display: block;
}

.price_info {
	font-size: 12px;
	color: #7d7d7d;
	font-weight: 400;
	text-align: right;
	display: block;
}

.price_info strong {
	font-weight: 700;
}

.product_price_button_cnt div {
	margin-right: 40px;
	position: relative;
}

.product_price_button_cnt div del {
	font-size: 16px;
	color: rgba(0,0,0,0.75);
	font-weight: 700;
	text-align: right;
	display: block;
	text-decoration: line-through !important;
	margin: 0 0 5px;
}

.product_price_button_cnt div,
.product_price_button_cnt .add_basket_btn,
.product_price_button_cnt .shop_add {
	display: inline-block;
	vertical-align: middle;
}

.shop_add {
	display: inline-block;
	vertical-align: middle;
}

.product_details_content .add_basket_btn {
	font-size: 15px;
	margin: 0;
	padding: 6px 10px 7px;
}

.product_details_content .add_basket_btn:hover {
	font-size: 15px;
}

.product_details_content .add_basket_btn i {
	font-size: 16px;
}

.price_info_cnt {
	margin: 0;
	padding: 0;
	position: absolute;
	right: -20px;
	bottom: -1px;
}

.price_info_cnt i {
	font-size: 16px;
	color: #003654;
}

.price_info_cnt span {
	display: none;
	opacity: 0;
	position: absolute;
	top: -35px;
	left: -155px;
	font-size: 12px;
	color: #000;
	font-weight: 400;
	margin: 0;
	padding: 8px;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
	transition: all .3s linear;
	width: 200px;
}

.price_info_cnt:hover i {
	font-size: 16px;
	color: #0083a2;
}

.price_info_cnt:hover span {
	display: block;
	opacity: 1;
}

/*product colors slider*/

.product_colors_slider {
	width: 100%;
	margin: 15px 0;
	padding: 10px 20px;
	display: table;
	background: rgba(255,255,255,0.45);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
	border-radius: 5px;
}

.product_colors_slider .bx-wrapper {
	margin: 0 auto !important;
}

.product_colors_slider .bx-wrapper .bx-pager {
	padding: 0;
	width: auto;
	display: none;
}

.product_colors_slider .bx-wrapper .bx-pager, .product_colors_slider .bx-wrapper .bx-controls-auto {
	bottom: -59px;
	right: 20px;
	height: 15px;
	margin: 0;
	padding: 0;
}

.product_colors_slider .bx-wrapper .bx-viewport {
	border: none;
	background: none;
	left: 0;
	box-shadow: none;
}

.product_colors_slider .bxslider_product_colors {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.product_colors_slider .bx-wrapper .bx-caption {
	display: none !important;
}

.product_colors_slider .bx-controls {
	width: 100px;
	margin: 0 auto;
	display: table;
}

.product_colors_slider .bx-wrapper .bx-controls-direction a {
	z-index: 99;
	margin: 0;
	bottom: inherit;
	top: 16px;
	transition: none;
}

.product_colors_slider .bx-wrapper .bx-prev {
	width: 32px !important;
	height: 32px !important;
	background: url("../img/controls_slider_categ.png") no-repeat 0 0 !important;
	opacity: 1;
	left: -11px;
}

.product_colors_slider .bx-wrapper .bx-prev:hover {
	background: url("../img/controls_slider_categ.png") no-repeat 0 -32px !important;
	opacity: 0.5;
}

.product_colors_slider .bx-wrapper .bx-next {
	width: 32px !important;
	height: 32px !important;
	background: url("../img/controls_slider_categ.png") no-repeat -32px 0 !important;
	opacity: 1;
	right: -2px;
	left: inherit;
}

.product_colors_slider .bx-wrapper .bx-next:hover {
	background: url("../img/controls_slider_categ.png") no-repeat -32px -32px !important;
	opacity: 0.5;
}

.bxslider_product_colors li div,
.bxslider_product_colors li p {
	display: table;
	margin: 0 auto;
	text-align: center;
}

.bxslider_product_colors li div {
	width: 64px !important;
	height: 64px !important;
	border-radius: 5px !important;
}

.bxslider_product_colors li p {
	font-size: 12px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	padding: 5px 0 0;
}

/*product details datalist*/

.product_details_right_cnt dl {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	display: table;
}

.product_details_right_cnt dl div {
	width: 100%;
	display: table;
	border-bottom: 1px solid #d7d7d7;
}

.product_details_right_cnt dl div:first-of-type {
	border-top: 1px solid #d7d7d7;
}

.product_details_right_cnt dl dt,
.product_details_right_cnt dl dd {
	width: auto;
	float: left;
}

.product_details_right_cnt dl dt,
.product_details_right_cnt dl dd {
	font-size: 12px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 10px;
}

.product_details_right_cnt dl dt {
	width: 20%;
}

.product_details_right_cnt dl dd {
	font-weight: 700;
}

/*product details description*/

.product_details_right_cnt em {
	font-size: 20px;
	padding-bottom: 10px;
}

.product_details_right_cnt p {
	font-size: 16px;
	padding-bottom: 10px;
}

.product_details_right_cnt p strong {
	font-size: 16px;
	font-weight: 700;
}

/*wish list follow cnt*/

.wish_list_follow_cnt {
	width: 100%;
	margin: 0;
	padding: 15px 0;
	display: table;
}

.add_wish_list_btn,
.follow_btn {
	font-size: 12px;
	color: #0083a2;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	border: 1px solid #003654;
	border-radius: 5px;
	float: left;
}

.add_wish_list_btn:hover,
.follow_btn:hover {
	font-size: 12px;
	color: #0083a2;
	border: 1px solid #0083a2;
	background: none;
}

.add_wish_list_btn i,
.follow_btn i {
	font-size: 14px;
	color: #003654;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0;
}

.follow_btn i {
	margin-left: 10px;
}

/*product details tabs cnt*/

.product_details_tabs_cnt {
	width: 100%;
	margin: 0;
	padding: 40px 0 0;
	display: table;
}

.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: 5px 20px;
	cursor: pointer;
	font-size: 18px;
	color: #2d2d2d;
	border-right: 5px solid transparent;
	transition: all .3s linear;
}

.tabs li:hover,
.tabs li.current {
	color: #0083a2;
	border-right: 5px solid #003654;
}

.tab-content {
	width: 75%;
	min-height: 320px;
	float: right;
	margin: 0;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	display: none;
}

.tab-content.current {
	display: block;
}

.tab-content em {
	font-size: 18px;
	padding-bottom: 15px;
}

.tab-content p {
	font-size: 16px;
	padding-bottom: 15px;
}

.tab-content dl {
	width: 100%;
	margin: 0;
	padding: 0;
}

.tab-content dl div {
	width: 100%;
	display: table;
	border-bottom: 1px dotted #d7d7d7;
	margin: 0;
	padding: 0;
}

.tab-content dl div:last-of-type {
	border: none;
}

.tab-content dl dt, .tab-content dl dd {
	float: left;
	margin: 0;
	padding: 10px 20px;
	font-size: 14px;
}

.tab-content dl dt {
	width: 25%;
}

.tab-content dl dd {
	width: 75%;
}

.tab-content dl dt {
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
}

.tab-content dl dd {
	color: #696969;
	font-weight: 300;
}

.tab-content iframe {
	width: 560px;
	height: 315px;
	border: none !important;
	margin: 0;
	padding: 0;
	border-radius: 5px;
}

.tab-content li {
	list-style: none;
	margin: 0 0 15px;
	padding: 5px 0 15px;
	width: 100%;
	display: table;
	border-bottom: 1px dotted #d7d7d7;
}

.tab-content li img {
	max-height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin: -5px 5px 0 0;
}

/*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: 1260px;
	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: 1260px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.footer_bottom_cnt aside section:first-of-type {
	width: 300px;
}

.footer_bottom_cnt aside section {
	width: 240px;
	float: left;
	margin: 0;
	padding: 40px 20px;
}

.footer_bottom_cnt section h1 {
	font-size: 18px;
	color: #414141;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 15px;
	padding: 0;
}

.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: 300;
	margin: 0;
	padding: 13px 0;
	border-bottom: 1px solid #d7d7d7;
}

/*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: 14px;
	color: #003654;
	font-weight: 400;
	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: 14px;
	color: #000;
}

/*footer contacts*/

.footer_contacts a:first-of-type {
	border-top: 1px solid #d7d7d7;
}

.footer_contacts a {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	margin: 0;
	padding: 11px 0;
	display: block;
	border-bottom: 1px solid #d7d7d7;
}

.footer_contacts a:hover {
	font-size: 14px;
	color: #0083a2;
}

/*footer copyright*/

.footer_copyright {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	display: table;
	background: #003654;
}

.footer_copyright aside {
	width: 1260px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.footer_copyright p {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	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: 14px;
	color: #fff;
	font-weight: 700;
}

/*wishlist container*/

.wishlist_container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.wishlist_container h1 {
	font-size: 28px;
	color: #414141;
	font-weight: 300;
	margin: 0;
	padding: 0 0 20px;
}

.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: #696969;
	font-weight: 700;
	text-transform: uppercase;
}

.wishlist_container dl dt {
	width: 72.5%;
}

.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 input,
.wishlist_container ul li figure,
.wishlist_container ul li h1,
.wishlist_container ul li span,
.wishlist_container ul li .add_basket_btn {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin-right: 20px;
}

.remove_item_wishlist i {
	font-size: 22px;
	color: #a5a5a5;
	font-weight: lighter;
}

.wishlist_container ul li figure {
	max-width: 100px;
	max-height: 75px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	position: relative;

	float: none;
	padding: 0;
	margin: 0 20px 0 0;
}

.wishlist_container ul li figure img {
	max-width: 100px;
	max-height: 75px;
	vertical-align: middle;
	text-align: center;
}

.wishlist_container ul li h1 {
	width: 60%;
	padding: 0;
}

.wishlist_container ul li h1, .wishlist_container ul li h1 a {
	font-size: 18px;
	color: #0083a2;
	font-weight: 400;
}

.wishlist_container ul li h1 a:hover {
	font-size: 18px;
	color: #003654;
}

.wishlist_container ul li span {
	font-size: 16px;
	color: #003654;
	font-weight: 700;
}

.wishlist_container em {
	font-size: 16px;
	color: #555;
	font-weight: 300;
	font-style: italic;
	margin: 0 auto;
	padding: 40px 0;
	display: table;
}

/*BASIC CSS*/

.side_navigation {
	width: 295px;
	float: left;
	margin: 0;
	padding: 0;
	background: linear-gradient(to right, #f5f5f5, #fafafa);
	background: -webkit-linear-gradient(left, #f5f5f5, #fafafa);
	border: 1px solid #d7d7d7;
	border-radius: 5px;
}

.side_navigation nav {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.side_navigation nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.side_navigation nav ul li {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d7d7d7;
	box-shadow: 0 1px 0 #fff;
}

.side_navigation nav ul li:last-of-type {
	border: none;
	box-shadow: none;
}

.side_navigation nav ul li a {
	font-size: 14px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 20px 16px;
	display: block;
	position: relative;
}

.side_navigation nav ul li a:hover,
.side_navigation nav ul li a.active {
	font-size: 14px;
	color: #fff;
	background: #0083a2;
}

.side_navigation nav ul li a:hover i,
.side_navigation nav ul li a.active i {
	color: #fff;
}

.side_navigation nav ul li a i.fa-angle-right {
	opacity: 0;
	font-size: 14px;
}

.side_navigation nav ul li a:hover i.fa-angle-right,
.side_navigation nav ul li a.active i.fa-angle-right {
	opacity: 1;
	padding: 0 10px 0 0;
}

.side_navigation nav ul li:first-child a {
	border-radius: 5px 5px 0 0;
}

.side_navigation nav ul li:last-child a {
	border-radius: 0 0 5px 5px;
}

/*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: 270px;
	float: left;
	margin: 0 25px 10px 0;
	padding: 0;
}

.contact_form div.cnt_form_div_note {
	width: 100%;
	float: none;
	margin: 0 0 15px;
}

.contact_form div:nth-of-type(3n) {
	margin: 0 0 10px;
}

.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: 13px;
	color: #555;
	font-weight: 700;
	margin: 0;
	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"] {
	background: #a5a5a5 !important;
	box-shadow: none !important;
	border-radius: 5px 0 0 5px !important;
	border: 1px solid #a5a5a5 !important;
	padding: 7px 10px !important;
	font-size: 11px !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 1px 0 0 !important;
}

.buttons_action input[type="reset"]:hover, .buttons_action input[type="reset"]:focus {
	font-size: 11px !important;
	color: #fff !important;
	background: #a5a5a5 !important;
	border: 1px solid #a5a5a5 !important;
	opacity: 0.80;
}

.buttons_action input[type="submit"] {
	background: #0083a2 !important;
	border: 1px solid #0083a2 !important;
	box-shadow: none !important;
	border-radius: 0 5px 5px 0 !important;
	padding: 7px 10px !important;
	font-size: 11px !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 !important;
}

.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: 11px !important;
	color: #fff !important;
	background: #0083a2 !important;
	border: 1px solid #0083a2 !important;
	opacity: 0.80;
}

.contact_form dl a{
	color: #0083a2;
}

.contact_form dd input, .contact_form dd textarea, .contact_form dd select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 10px 10px 11px;
	margin: 0 !important;

	background: linear-gradient(#ffffff, #fafafa) !important;
	background: -webkit-linear-gradient(#ffffff, #fafafa) !important;
	border-radius: 3px !important;
	border: 1px solid #cdcdcd !important;
	box-shadow: none !important;

	transition: all .2s linear;
	color: #2d2d2d;
	font-size: 12px !important;
	opacity: 1;
}

.contact_form dd input:hover, .contact_form dd input:focus, .contact_form dd input:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd textarea:hover, .contact_form dd textarea:focus, .contact_form dd textarea:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd select:hover, .contact_form dd select:focus, .contact_form dd select:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.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;
}

/*sorter*/

.sorter {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 0;
	clear: both;
	display: table;
}

.sorter form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.sorter form div {
	width: auto;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

.sorter div:last-of-type {
	margin: 0;
	float: right;
}

.sorter form label {
	font-size: 11px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 11px 15px 0 0;
	padding: 0;
	float: left;
}

.sorter div:last-of-type select {
	width: 90px;
	max-width: 90px;
}

.sorter form div select {
	width: 240px !important;
	max-width: 240px !important;
	box-sizing: border-box;
	margin: 0;
	padding: 7px 8px 8px;
	font-size: 11px !important;
	color: #696969;
	font-weight: normal;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #d7d7d7;
}

/*paging content*/

.paging_content {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 40px 20px 20px;
	display: table;
	clear: both;
}

.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: 700;
	margin: 0 -1px 0 0;
	padding: 7px 12px 8px;
	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 75px;
}

.paging_content .paging .paging_right_cnt {
	width: 835px;
	float: left;
}

.basic_site_inner_content_news .paging_content {
	width: 945px;
	float: right;
	clear: none;
}

/*basic site inner content*/

.basic_site_inner_content {
	width: 1260px;
	margin: 0 auto;
	padding: 30px 0;
	display: table;
	clear: both;
}

.basic_site_inner_content article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.basic_site_inner_content h1 {
	font-size: 28px;
	color: #003654;
	font-weight: 700;
	margin: 0;
	padding: 0 0 15px;
}

.basic_site_inner_content h2 {
	font-size: 22px;
	color: #003654;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content h3 {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: 400;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content figure {
	max-width: 320px;
	max-height: 240px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.10);

	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

.basic_site_inner_content figure img {
	max-width: 320px;
	max-height: 240px;
	vertical-align: middle;
	text-align: center;
}

.basic_site_inner_content iframe {
	width: 100%;
	height: 480px;
	margin: 40px 0 0;
	padding: 0;
	border: none !important;
}

/*basic site inner content contact*/

.basic_site_inner_content_contact {
	width: 1260px;
	margin: 0 auto;
	padding: 30px 0;
	display: table;
	clear: both;
}

.basic_site_inner_content_contact article {
	width: 360px;
	float: left;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content_contact h1 {
	font-size: 28px;
	color: #003654;
	font-weight: 700;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content_contact h2 {
	font-size: 22px;
	color: #003654;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content_contact h3 {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: 400;
	margin: 0;
	padding: 0 0 5px;
}

.right_column_contact {
	width: 860px;
	float: right;
	margin: 50px 0 0;
	padding: 0;
}

/*basic site inner content news*/

.basic_site_inner_content_news {
	width: 1260px;
	margin: 0 auto;
	padding: 30px 0;
	clear: both;
	display: table;
}

.basic_site_inner_content_news article {
	width: 945px;
	float: right;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content_news article {
	width: 945px;
	float: right;
	margin: 0 0 20px;
	padding: 20px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.20);
	border-radius: 5px;
}

.basic_site_inner_content_news article figure {
	max-width: 195px;
	max-height: 145px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;

	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.basic_site_inner_content_news article figure img {
	max-width: 195px;
	max-height: 145px;
	vertical-align: middle;
	text-align: center;
}

.basic_site_inner_content_news article h1 {
	margin: 0 0 10px;
	padding: 0;
}

.basic_site_inner_content_news article h1, .basic_site_inner_content_news article h1 a {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: 700;
}

.basic_site_inner_content_news article h1 a:hover {
	font-size: 20px;
	color: #0083a2;
}

.basic_site_inner_content_news article em,
.basic_site_inner_content_news article p {
	font-size: 16px;
	color: #555;
	font-weight: 400;
	padding: 0;
	margin: 0 0 20px;
}

.basic_site_inner_content_news article time {
	font-size: 14px;
	color: #696969;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content_news article time i {
	font-size: 16px;
	color: #003654;
	font-weight: normal;
	margin: 1px 10px 0 0;
}

/*basic site inner content news details*/

.basic_site_inner_content_news_details {
	width: 1260px;
	margin: 0 auto;
	padding: 30px 0;
	display: table;
	clear: both;
}

.basic_site_inner_content_news_details article {
	width: 945px;
	float: right;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content_news_details time {
	font-size: 14px;
	color: #696969;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content_news_details time i {
	font-size: 16px;
	color: #003654;
	font-weight: normal;
	margin: 1px 10px 0 0;
}

.basic_site_inner_content_news_details h1 {
	font-size: 28px;
	color: #003654;
	font-weight: 700;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content_news_details figure {
	max-width: 335px;
	max-height: 250px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;

	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

.basic_site_inner_content_news_details figure img {
	max-width: 335px;
	max-height: 250px;
	vertical-align: middle;
	text-align: center;
}

.basic_site_inner_content_news_details .hist_and_social {
	width: 945px !important;
	float: right !important;
	clear: none !important;
}

/*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: #003654;
	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: #0083a2;
}

/*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;
}

/*brands intro page*/

.brands_intro_cnt {
	width: 945px;
	float: right;
	margin: 0;
	padding: 0;
}

.brands_intro_cnt article {
	width: 100%;
	margin: 0 0 20px;
	padding: 20px;
	display: table;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.20);
	border-radius: 5px;
}

.brands_intro_cnt article figure {
	max-width: 215px;
	max-height: 160px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	position: relative;

	float: left;
	margin: 0;
	padding: 0;
}

.brands_intro_cnt article figure img {
	max-width: 215px;
	max-height: 160px;
	vertical-align: middle;
	text-align: center;
}

.brands_intro_cnt article section {
	width: 670px;
	float: right;
	margin: 0;
	padding: 0;
}

.brands_intro_cnt article h1 {
	margin: 0;
	padding: 0 0 5px;
}

.brands_intro_cnt article h1, .brands_intro_cnt article h1 a {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: 700;
}

.brands_intro_cnt article h1 a:hover {
	font-size: 20px;
	color: #0083a2;
}

.brands_intro_cnt article em,
.brands_intro_cnt article p {
	font-size: 14px;
	color: #555;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.brands_intro_cnt article ul {
	display: none !important;
}

.brands_intro_cnt article ul {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: table;
	width: 100%;
}

.brands_intro_cnt article ul li {
	width: 32.2%;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}

.brands_intro_cnt article ul li:nth-of-type(3n) {
	margin-right: 0;
}

.brands_intro_cnt article ul li a {
	font-size: 13px;
	color: #003654;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 10px 1px 15px;
	box-shadow: 5px 0 0 0 #0083a2 inset;
	display: block;
}

.brands_intro_cnt article ul li a:hover,
.brands_intro_cnt article ul li a.active {
	font-size: 13px;
	color: #0083a2;
}

/*brands groups cnt*/

.brands_groups_cnt {
	width: 945px;
	float: right;
	margin: 0 0 20px;
	padding: 0;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.20);
	border-radius: 5px;
}

.brands_groups_cnt header {
	padding: 0;
	background: #003654;
	border-radius: 5px 5px 0 0;
	position: relative;
}

.brands_groups_cnt header h1 {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	padding: 15px 20px 14px;
	height: 48px;
}

.brands_groups_cnt header i {
	font-size: 18px;
	color: #fff;
	background: #0083a2;
	border-radius: 0 5px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px;
}

.brands_groups_cnt article {
	width: 315px;
	float: left;
	margin: 0;
	padding: 20px;
}

.brands_groups_cnt article figure {
	max-width: 275px;
	max-height: 205px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	position: relative;

	float: none;
	margin: 0;
	padding: 0;
}

.brands_groups_cnt article figure img {
	max-width: 275px;
	max-height: 205px;
	vertical-align: middle;
	text-align: center;
}

.brands_groups_cnt article figure figcaption {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: all .3s linear;
	transform: translateY(100%) translateZ(0px);
}

.brands_groups_cnt article:hover figure figcaption {
	opacity: 1;
	transform: translateY(0px) translateZ(0px);
}

.brands_groups_cnt article figure figcaption a {
	font-size: 10px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 8px 10px 9px;
	background: #0083a2;
	float: left;
	width: 49.82%;
}

.brands_groups_cnt article figure figcaption a:hover {
	font-size: 10px;
	color: #fff;
	background: #003654;
}

.brands_groups_cnt article figure figcaption a:first-of-type {
	border-radius: 5px 0 0 5px;
}

.brands_groups_cnt article figure figcaption a:last-of-type {
	float: right;
	border-radius: 0 5px 5px 0;
}
/*
.brands_groups_cnt article figure figcaption a i {
	display: none;
}
*/
.brands_groups_cnt article figure figcaption a.wishlist_added {
	color: #fff;
	background: #009C29;
	pointer-events: none;
}

.brands_groups_cnt article figure figcaption a i {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 8px;
}

.brands_groups_cnt article h1 {
	display: none !important;
}

.brands_groups_cnt article h1 {
	margin: 15px 0 18px;
	padding: 0;
	overflow: hidden;
	height: 40px;
}

.brands_groups_cnt article h1, .brands_groups_cnt article h1 a {
	font-size: 16px;
	color: #2d2d2d;
	font-weight: 700;
}

.brands_groups_cnt article h1 a:hover {
	font-size: 16px;
	color: #0083a2;
}

/*sale products cnt*/

.sale_products_cnt {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.20);
	border-radius: 5px;
}

.sale_products_cnt header {
	padding: 0;
	background: #003654;
	border-radius: 5px 5px 0 0;
	position: relative;
}

.sale_products_cnt header h1 {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	padding: 15px 20px 14px;
	height: 48px;
}

.sale_products_cnt header i {
	font-size: 18px;
	color: #fff;
	background: #0083a2;
	border-radius: 0 5px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px;
}

.sale_products_cnt article {
	width: 315px;
	float: left;
	margin: 0;
	padding: 20px;
}

.sale_products_cnt article figure {
	max-width: 275px;
	max-height: 205px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	position: relative;

	float: none;
	margin: 0;
	padding: 0;
}

.sale_products_cnt article figure img {
	max-width: 275px;
	max-height: 205px;
	vertical-align: middle;
	text-align: center;
}

.sale_products_cnt article figure figcaption {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: all .3s linear;
	transform: translateY(100%) translateZ(0px);
}

.sale_products_cnt article:hover figure figcaption {
	opacity: 1;
	transform: translateY(0px) translateZ(0px);
}

.sale_products_cnt article figure figcaption a {
	font-size: 10px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 8px 10px 9px;
	background: #0083a2;
	float: left;
	width: 49.82%;
}

.sale_products_cnt article figure figcaption a:hover {
	font-size: 10px;
	color: #fff;
	background: #003654;
}

.sale_products_cnt article figure figcaption a:first-of-type {
	border-radius: 5px 0 0 5px;
}

.sale_products_cnt article figure figcaption a:last-of-type {
	float: right;
	border-radius: 0 5px 5px 0;
}
/*
.sale_products_cnt article figure figcaption a i {
	display: none;
}
*/
.sale_products_cnt article figure figcaption a.wishlist_added {
	color: #fff;
	background: #009C29;
	pointer-events: none;
}

.sale_products_cnt article figure figcaption a i {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 8px;
}

.sale_products_cnt article h1 {
	margin: 15px 0 18px;
	padding: 0;
	overflow: hidden;
	height: 39px;
}

.sale_products_cnt article h1, .sale_products_cnt article h1 a {
	font-size: 16px;
	color: #2d2d2d;
	font-weight: 700;
}

.sale_products_cnt article h1 a:hover {
	font-size: 16px;
	color: #0083a2;
}

/*menu categ icon*/

.menu_categ_icon img {
	max-height: 28px;
	float: right;
}

/*sale ribbon*/

.sale_ribbon:after,
.shop_products_single_cnt article span.sale_ribbon:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #fff;
}

.sale_ribbon,
.shop_products_single_cnt article span.sale_ribbon {
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 25px 8px 15px;
	width: auto;
	background: #0083a2;
	border-radius: 5px 0 0 5px;
	position: absolute;
	right: 0;
	top: 10px;
}

/*search template*/

.search_content_basic {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.20);
	border-radius: 5px;
}

.search_content_basic header {
	padding: 0;
	background: #003654;
	border-radius: 5px 5px 0 0;
	position: relative;
}

.search_content_basic header h1 {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	padding: 15px 20px 14px;
	height: 48px;
}

.search_content_basic header h1 mark {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	padding: 3px 15px;
	background: #0083a2;
	border-radius: 5px;
}

.search_content_basic header i {
	font-size: 18px;
	color: #fff;
	background: #0083a2;
	border-radius: 0 5px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px;
}

.search_content_basic article {
	width: 315px;
	float: left;
	margin: 0;
	padding: 20px;
}

.search_content_basic article figure {
	max-width: 275px;
	max-height: 205px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	position: relative;

	float: none;
	margin: 0;
	padding: 0;
}

.search_content_basic article figure img {
	max-width: 275px;
	max-height: 205px;
	vertical-align: middle;
	text-align: center;
}

.search_content_basic article figure figcaption {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: all .3s linear;
	transform: translateY(100%) translateZ(0px);
}

.search_content_basic article:hover figure figcaption {
	opacity: 1;
	transform: translateY(0px) translateZ(0px);
}

.search_content_basic article figure figcaption a {
	font-size: 10px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 8px 10px 9px;
	background: #0083a2;
	float: left;
	width: 49.82%;
}

.search_content_basic article figure figcaption a:hover {
	font-size: 10px;
	color: #fff;
	background: #003654;
}

.search_content_basic article figure figcaption a:first-of-type {
	border-radius: 5px 0 0 5px;
}

.search_content_basic article figure figcaption a:last-of-type {
	float: right;
	border-radius: 0 5px 5px 0;
}
/*
.search_content_basic article figure figcaption a i {
	display: none;
}
*/
.search_content_basic article figure figcaption a.wishlist_added {
	color: #fff;
	background: #009C29;
	pointer-events: none;
}

.search_content_basic article figure figcaption a i {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 8px;
}

.search_content_basic article h1 {
	margin: 15px 0 18px;
	padding: 0;
	overflow: hidden;
	height: 39px;
}

.search_content_basic article h1, .search_content_basic article h1 a {
	font-size: 16px;
	color: #2d2d2d;
	font-weight: 700;
}

.search_content_basic article h1 a:hover {
	font-size: 16px;
	color: #0083a2;
}

/*search results choose ctn*/

.search_results_choose_ctn {
	width: 100%;
	margin: 0;
	padding: 20px;
	display: table;
	background: linear-gradient(to right, #f5f5f5, #fafafa);
	background: -webkit-linear-gradient(left, #f5f5f5, #fafafa);
	border-bottom: 1px solid #d7d7d7;
}

.search_results_choose_ctn form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.search_results_choose_ctn em {
	font-size: 16px;
	color: #555;
	font-weight: 400;
	padding: 0;
	margin: 0 0 10px;
}

.search_results_choose_ctn label {
	font-size: 14px;
	color: #414141;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

.search_results_choose_ctn input, .search_results_choose_ctn input:hover, .search_results_choose_ctn input:focus {
	width: auto;
	float: left;
	margin: 1px 5px 0 0;
	padding: 0;
}

/*search news*/

#search_news {
	display: none;
}

.search_content_basic ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
	width: 100%;
}

.search_content_basic ul li {
	width: 50%;
	float: left;
	margin: 0;
	padding: 20px;
}

.search_content_basic ul li h1 {
	margin: 0 0 10px;
	padding: 0;
}

.search_content_basic ul li h1, .search_content_basic ul li h1 a {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: 700;
}

.search_content_basic ul li h1 a:hover {
	font-size: 20px;
	color: #0083a2;
}

.search_content_basic ul li em,
.search_content_basic ul li p {
	font-size: 16px;
	color: #555;
	font-weight: 400;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 59px;
}

.search_content_basic ul li time {
	font-size: 14px;
	color: #696969;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.search_content_basic ul li time i {
	font-size: 16px;
	color: #003654;
	font-weight: normal;
	margin: 1px 10px 0 0;
}

.search_content_basic ul mark {
	color: #fff;
	background: #0083a2;
}






/*sale ribbon*/

.sale_ribbon {
	display: none !important;
}


.slicknav_menu {
	display: none;
}




















