@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Header Main
	3.3 Main Navigation
	3.4 Page Menu
4. Contact
5. Newsletter
6. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900');

/*********************************
2. Body and some general stuff
*********************************/


* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #000000;
}

div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin-bottom: 0px;
}
.single_post ul {
list-style:disc !important;
  margin-bottom: 0px;
  margin-left: 40px !important;
}
.tab-pane ul {
	list-style: circle !important;
}

p {
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 400;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
	display: inline;
	position: relative;
	color: #444;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:hover::after {
	opacity: 0.2;
}

::selection {}

p::selection {}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

.form-control {
	color: #db5246;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.shopper_home_page_title_background{
	background-image: url('../../userfiles/network.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 250px;
	padding-top:5%;
}

.background_title {
	padding: 25px;
	background-color: rgb(255,255,255,0.6);
	border-radius: 10px;
}

.clear {
	clear: both;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
	overflow: hidden;
}

.prlx_parent {
	overflow: hidden;
}

.prlx {
	height: 130% !important;
}

.nopadding {
	padding: 0px !important;
}

.button {
	display: inline-block;
	background: #282d3b;
	border-radius: 5px;
	height: 48px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.button a {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	color: #FFFFFF;
	padding-left: 35px;
	padding-right: 35px;
}

.button:hover {
	opacity: 0.8;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.rating_r i::before {
	font-family: 'FontAwesome';
	content: "\f006";
	font-style: normal;
	font-size: 19px;
	margin-right: 4px;
	color: #f5e211;
}

.rating_r_1 i:first-child::before {
	content: "\f005";
}

.rating_r_2 i:first-child::before {
	content: "\f005";
}

.rating_r_2 i:nth-child(2)::before {
	content: "\f005";
}

.rating_r_3 i:first-child::before {
	content: "\f005";
}

.rating_r_3 i:nth-child(2)::before {
	content: "\f005";
}

.rating_r_3 i:nth-child(3)::before {
	content: "\f005";
}

.rating_r_4 i:first-child::before {
	content: "\f005";
}

.rating_r_4 i:nth-child(2)::before {
	content: "\f005";
}

.rating_r_4 i:nth-child(3)::before {
	content: "\f005";
}

.rating_r_4 i:nth-child(4)::before {
	content: "\f005";
}

.rating_r_5 i:first-child::before {
	content: "\f005";
}

.rating_r_5 i:nth-child(2)::before {
	content: "\f005";
}

.rating_r_5 i:nth-child(3)::before {
	content: "\f005";
}

.rating_r_5 i:nth-child(4)::before {
	content: "\f005";
}

.rating_r_5 i:nth-child(5)::before {
	content: "\f005";
}

/*********************************
3. Header
*********************************/

.header {
	position: relative;
	width: 100%;
	z-index: 10;
}


header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
}

header.sticky+* {
	margin-top: 212px;
}

header.sticky .top_bar,
header.sticky .header_main {
	display: none !important;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar {
	width: 100%;
	height: 56px;
	background: #17bf52;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
	z-index: 2;
}

.header.scrolled .top_bar {
	display: none;
}

.top_bar_contact {
	display: inline-block;
}

.top_bar_contact_item {
	font-size: 16px;
	font-weight: 300;
	line-height: 56px;
	margin-right: 40px;
}

.top_bar_contact_item:not(:first-child) {
	margin-right: 0px;
}

.top_bar_contact_item a {
	font-size: 16px;
	font-weight: 300;
	line-height: 56px;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.top_bar_contact_item a:hover {
	color: #8a8a8a;
}

.top_bar_contact_item:last-child {
	margin-right: 0px;
}

.top_bar_icon {
	display: inline-block;
	margin-right: 14px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.top_bar_menu {
	display: inline-block;
}

.top_bar_dropdown li {
	padding-left: 13px;
	padding-right: 13px;
}

.standard_dropdown li {
	display: inline-block;
	position: relative;
	height: 56px;
}

.standard_dropdown li li {
	display: block;
	width: 33%;
	height: auto;
	text-align: center;
	float: left;
}

.standard_dropdown li li a {
	display: block;
	width: 100%;
	border-bottom: solid 1px #53d17f;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}

.standard_dropdown li:last-child a {
	/* border-bottom: none; */
}

.standard_dropdown li.hassubs>a i {
	display: inline-block;
	margin-left: 5px;
}

.standard_dropdown li a {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	line-height: 56px;
	white-space: nowrap;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.standard_dropdown li a:hover {
	opacity: .6;
}

.standard_dropdown li a i {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
	font-size: 14px;
}

.standard_dropdown li ul.desktopLang {
	width: auto;
}

.standard_dropdown li ul.desktopLang li {
	width: 100%;
}

.standard_dropdown li ul {
	display: block;
	position: absolute;
	top: 120%;
	width: 750px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	background: #17bf52;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}

.standard_dropdown li:hover>ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.standard_dropdown ul ul {
	left: 100%;
	top: 0 !important;
}

.top_bar_user {
	display: inline-block;
	margin-left: 35px;
}

.user_icon {
	display: inline-block;
	margin-right: 7px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	width: 15px;
}

.user_icon img {
	width: 100%;
}

.top_bar_user div {
	display: inline-block;
}

.top_bar_user div:nth-child(2) {
	margin-right: 21px;
}

.top_bar_user div:nth-child(2)::after {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -13px;
	width: 1px;
	height: 17px;
	background: rgba(0, 0, 0, 0.1);
	content: '';
}

.top_bar_user a {
	font-size: 16px;
	font-weight: 300;
	line-height: 56px;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.top_bar_user a:hover {
	color: #8a8a8a;
}

/*********************************
3.2 Header Main
*********************************/

.header_main {
	z-index: 1;
}

.header.scrolled .header_main {
	display: none;
}

.header_main_item {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.logo_container {
	height: 100px;
}

.logo {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.logo a {
	font-size: 36px;
	font-weight: 500;
	color: #282d3b;
}

.header_search {
	height: 100px;
}

.header_search_content {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header_search_form_container {
	width: 100%;
	height: 50px;
	border: solid 1px #e5e5e5;
	border-radius: 5px;
}

.header_search_form {
	width: 100%;
	height: 100%;
}

.header_search_input {
	display: block;
	position: relative;
	width: calc((100% - 50px) * 0.601);
	height: 100%;
	line-height: 50px;
	border: none !important;
	outline: none !important;
	padding-left: 26px;
	color: #7f7f7f;
	float: left;
}

.header_search_input::-webkit-input-placeholder {
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}

.header_search_input:-moz-placeholder

/* older Firefox*/
	{
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}

.header_search_input::-moz-placeholder

/* Firefox 19+ */
	{
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}

.header_search_input:-ms-input-placeholder {
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}

.header_search_input::input-placeholder {
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}

.custom_dropdown {
	width: calc((100% - 50px) * 0.399);
	height: 50px;
	float: left;
	padding-left: 26px;
}

.custom_dropdown::before {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 28px;
	background: #e5e5e5;
	content: '';
}

.custom_dropdown_list i {
	display: inline-block;
	color: #a3a3a3;
	font-size: 10px;
	margin-left: 3px;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}

.custom_dropdown_placeholder {
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: #a3a3a3;
	line-height: 48px;
	cursor: pointer;
}

.custom_dropdown_placeholder i {}

.custom_list {
	text-align: left;
	position: absolute;
	padding: 0;
	top: 75px;
	left: -15px;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: all 0.2s ease;
}

.custom_list.active {
	visibility: visible;
	opacity: 1;
	top: 50px;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}

.custom_list li {
	height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	background: #FFFFFF;
}

.custom_list li a {
	display: block;
	color: #a3a3a3;
	line-height: 35px;
	border-bottom: solid 1px #ededed;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.custom_list li a:hover {
	color: #282d3b;
}

select {
	display: inline;
	border: 0;
	width: auto;
	margin-left: 10px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-bottom: 2px solid #555;
	color: #7b00ff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

select:hover {
	cursor: pointer;
}

select option {
	border: 0;
	border-bottom: 1px solid #555;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.header_search_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background: #282d3b;
	border: none;
	outline: none;
	cursor: pointer;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.wishlist_cart {
	height: 70px;
}

.wishlist {
	margin-right: 50px;
}

.wishlist_icon img {
	width: 100%;
}

.wishlist_content {
	margin-left: 14px;
}

.wishlist_text a {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.wishlist_text a:hover {
	color: #282d3b;
}

.wishlist_count {
	margin-top: -2px;
	color: #a3a3a3;
	font-size: 14px;
}

.cart_count {
	position: absolute;
	top: -1px;
	right: 6px;
	width: 15px;
	height: 15px;
	background: #282d3b;
	border-radius: 50%;
	text-align: center;
}

.cart_count span {
	display: block;
	line-height: 23px;
	font-size: 12px;
	color: #FFFFFF;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	transform: translateY(1px);
}

.cart_icon img {
	width: 100%;
}

.cart_content {
	margin-left: 28px;
}

.cart_text a {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.cart_text a:hover {
	color: #282d3b;
}

.cart_price {
	font-size: 14px;
	color: #a3a3a3;
	margin-top: -2px;
}

/*********************************
3.3 Main Navigation
*********************************/

.main_nav {
	width: 100%;
	border-top: solid 1px #f2f2f2;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	background: #c5a543;
}

.header.scrolled .main_nav {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main_nav_content {
	width: 100%;
	height: 60px;
}

.cat_menu_container {
	width: 293px;
	height: 100%;
	background: #282d3b;
	padding-left: 35px;
	cursor: pointer;
	z-index: 1;
}

.cat_menu_title {
	height: 100%;
}

.cat_burger {
	width: 18px;
	height: 14px;
}

.cat_burger span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
}

.cat_burger span:nth-child(2) {
	top: 6px;
}

.cat_burger span:nth-child(3) {
	top: 12px;
}

.cat_menu_text {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-left: 20px;
}

.cat_menu_container ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	min-width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}

.cat_menu_container>ul {
	padding-top: 13px;
}

.cat_menu_container:hover .cat_menu {
	visibility: visible;
	opacity: 1;
}

.cat_menu li {
	display: block;
	position: relative;
	width: auto;
	height: 46px;
	border-bottom: solid 1px #f2f2f2;
	padding-left: 35px;
	padding-right: 30px;
	white-space: nowrap;
}

.cat_menu li.hassubs>a i {
	display: block;
}

.cat_menu li a {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	line-height: 46px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.cat_menu li a:hover {
	color: #282d3b;
}

.cat_menu li a i {
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	font-size: 12px;
}

.cat_menu li ul {
	display: block;
	position: absolute;
	top: 35px;
	left: 100%;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

.cat_menu li:hover>ul {
	top: 0;
	visibility: visible;
	opacity: 1;
}

.main_nav_dropdown li {
	margin-right: 35px;
}

.main_nav_dropdown li:last-child {
	margin-right: 0px;
}

.main_nav_dropdown li a {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 60px;
}

.main_nav_dropdown li li {
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 0px;
}

.menu_trigger_container {
	display: none;
	width: auto;
	height: 100%;
	padding-right: 25px;
	padding-left: 25px;
	cursor: pointer;
}

.menu_trigger {
	height: 100%;
}

.menu_burger_inner {
	display: inline-block;
}

.menu_trigger_text {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-right: 16px;
}

/*********************************
3.4 Page Menu
*********************************/

.page_menu {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.page_menu_content {
	height: 0px;
	background: #282d3b;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}

.page_menu_search {
	display: none;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page_menu_search_input {
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	border: none;
	outline: none;
	padding-left: 25px;
}

.page_menu_nav {
	padding-top: 15px;
}

.page_menu_item {
	display: block;
	position: relative;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	vertical-align: middle;
}

.page_menu_item>a {
	display: block;
	color: #FFFFFF;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.page_menu_item>a:hover {
	color: #b5aec4;
}

.page_menu_item a i {
	display: none;
	margin-left: 8px;
}

.page_menu_item.has-children>a>i {
	display: inline-block;
}

.page_menu_selection {
	margin: 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	z-index: 1;
}

.page_menu_selection li {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
}

.page_menu_selection li a {
	display: block;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.page_menu_selection li a:hover {
	color: #b5aec4;
}

.page_menu_selection li:last-child a {
	border-bottom: none;
}

.menu_contact_item {
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
	line-height: 56px;
	margin-right: 40px;
	color: #FFFFFF;
}

.menu_contact_item:not(:first-child) {
	margin-right: 30px;
}

.menu_contact_item a {
	font-size: 12px;
	font-weight: 300;
	line-height: 56px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_contact_item a:hover {
	color: #8a8a8a;
}

.menu_contact_item:last-child {
	margin-right: 0px;
}

.menu_contact_icon {
	display: inline-block;
	margin-right: 14px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.newsletter {
	width: 100%;
	background: #17bf52;
	padding-top: 60px;
	padding-bottom: 20px;
}

.newsletter .container {
	padding-bottom: 50px;
	border-bottom: 1px solid #53d17f;
}

.newsletter_container {
	width: 100%;
}

.newsletter_title_container {
	width: 60%;
	padding-left: 95px;
}

.newsletter_icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.newsletter_title {
	font-size: 18px;
	color: #fff;
}

.newsletter_text p {
	margin-bottom: 0;
	color: #fff;
}

.newsletter_icon svg {
	height: 70px;
	width: auto;
	color: #fff;
	stroke-width: .5px;
}

.newsletter_content {
	width: 40%;
}

.newsletter_form {
	position: relative;
	width: 569px;
	float: left;
}

.newsletter_input {
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	border: solid 1px #e5e5e5;
	border-radius: 5px;
	padding-left: 25px;
	font-size: 16px;
	outline: none;
	color: #282d3b;
}

.newsletter_input:focus {
	border: solid 1px rgba(14, 140, 228, 0.3);
	box-shadow: 0px 1px 5px rgba(14, 140, 228, 0.3);
}

.newsletter_input::-webkit-input-placeholder {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
}

.newsletter_input:-moz-placeholder {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
}

.newsletter_input::-moz-placeholder {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
}

.newsletter_input:-ms-input-placeholder {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
}

.newsletter_input::input-placeholder {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
}

.newsletter_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 153px;
	height: 50px;
	background: #2e7c4a;
	color: #FFFFFF;
	line-height: 50px;
	font-size: 18px;
	border: none;
	outline: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
}

.newsletter_button:hover {
	opacity: 0.8;
}

.newsletter_unsubscribe_link {
	float: right;
	text-align: right;
	height: 50px;
}

.newsletter_unsubscribe_link a {
	font-size: 10px;
	color: #282d3b;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 50px;
}

.newsletter_unsubscribe_link a:hover {
	color: #0d82d3;
}

/*********************************
6. Footer
*********************************/

.footer {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #17bf52;
}

.footer .logo_container {
	height: auto;
	margin-bottom: 18px;
	margin-top: -10px;
}

.footer .logo {
	top: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.footer .logo a {
	color: #000000;
}

.footer_title {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	opacity: .8;
}

.footer_phone {
	font-size: 18px;
	font-weight: 500;
	color: #282d3b;
	margin-top: 13px;
}

.footer_phone a {
	color: #fff;
	opacity: .8;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.footer_phone a:hover {
	color: #fff;
	opacity: .4;
}

.footer_contact_text {
	margin-top: 10px;
}

.footer_contact_text p {
	margin-bottom: 0px;
	color: #fff;
	opacity: .8;
}

.footer_social {
	margin-top: 27px;
}

.footer_social ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #fafafa;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	margin-right: 16px;
	text-align: center;
}

.footer_social ul li:hover {
	opacity: .8;
}

.footer_social ul li i {
	color: #000000;
	line-height: 30px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.footer_social ul li:hover i {
	color: #282d3b;
}

.footer_subtitle {
	font-size: 12px;
	color: #000000;
}

.footer_column ul:first-of-type {
	/* margin-top: 21px; */
}

.footer_column ul {
	margin-top: 7px;
}

.footer_list .footer_menu_link {
	margin-bottom: 6px;
}

.footer_list .footer_menu_link a {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	opacity: .8;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.footer_list .footer_menu_link a svg {
	color: #fff;
	stroke-width: .5;
	transform: translate(0px, 3px);
	stroke: 5px;
	height: 16px;
}

.footer_list .footer_menu_link a:hover {
	color: #fff;
	opacity: .4;
}

.footer_list_2 {
	margin-top: 42px !important;
}

.copyright {
	width: 100%;
	background: #fafafa;
}

.copyright_container {
	width: 100%;
	height: 56px;
}

.copyright_content {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.6);
}

.copyright_content p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.copyright_content span {
	font-weight: 500;
}

.logos {}

.logos_list li {
	display: inline-block;
	margin-right: 16px;
}

.logos_list li:last-child {
	margin-right: 0px;
}


/** CUSTOM START **/
/* *:not(.swal2-container *) {
	border-radius: 0px;
} */
.border-r-none {
	border-radius: 0px !important;
}

*::selection {
	background-color: lightblue;
}

.bg-muted {
	background-color: #ececec;
}

.loading {
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 25%;
	text-align: center;
}

.hidden {
	visibility: hidden;
}

.border-left-secondary {
	border-left: 1px solid #e6e6e6;
}

.border-right-secondary {

}

.border-top-secondary {
	border-top: 1px solid #e6e6e6;
}

.border-bottom-secondary {
	border-bottom: 1px solid #e6e6e6;
}

.text-bold {
	font-weight: bolder;
}

#loading-bar-spinner.spinner {
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 19 !important;
	animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
	width: 100px;
	height: 100px;
	border: solid 10px transparent;
	border-top-color: #282d3b !important;
	border-left-color: #282d3b !important;
	border-radius: 50% !important;
}

@keyframes loading-bar-spinner {
	0% {
		transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.newsletter_form {
	width: 100% !important;
}

.form-control {
	color: #495057 !important;
}

.productsBtn{
	border: 1px solid #eee !important;
	border-radius: 15px;
	padding-top: 4px;
	color:#727B84
}

.btnTextProducts{
	color:#727B84
}



.top_bar_user .hassubs ul {
	display: block;
	position: absolute;
	top: 120%;
	left: -30px;
	width: 140px;
	visibility: hidden;
	opacity: 0;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}

.top_bar_user .hassubs ul li {
	padding: 0px 10px !important;
}

.top_bar_user .hassubs:hover>ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.top_bar_user ul ul {
	left: 100%;
	top: 0 !important;
}

.top_bar_user a {
	font-size: 14px !important;
}

.top_bar_contact_item a {
	font-size: 14px !important;
}

.standard_dropdown li a {
	font-size: 14px !important;
	font-weight: 500;
}

.c-pointer {
	cursor: pointer;
}

button {
	cursor: pointer;
}

.table td,
.table th,
.table thead th {
	vertical-align: middle;
}

/** Theme Styles **/
header {
	/* border-bottom: 1px solid #fafafa; */
}

header ul.top-menu {
	list-style: none;
	display: flex;
}

header ul.top-menu li {
	margin-right: 20px;
	font-size: 16px;
	font-weight: 300;
	color: #000;
}

header ul.top-menu li:last-child {
	margin-right: 0px;
}

header ul.top-menu li a {
	color: #fff;
}

header ul.top-menu li:hover a,
header ul.top-menu li:focus a {
	color: #a19a9a;
}

.main_nav_dropdown {
    margin: 0 auto 0 auto;
    width: 100%;
    display: table;
    padding: 0px;
}

.main_nav_dropdown>li {
	/* border-right: 1px solid #e2e2e2; */
	margin: 0px 0px !important;
	padding-top: 20px !important;
	text-align: center;
    display: table-cell;
}

.main_nav_content {
	height: 55px !important;
}

.main_nav_content .main_nav_menu {
	/* overflow-x: scroll;
	overflow-y: hidden; */
}

.main_nav_content .main_nav_menu::-webkit-scrollbar {
	display: none;
}

.main_nav_content .main_nav_menu {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.main_nav_content .main_nav_menu .main_nav_dropdown {
	display: flex;
}

.top_bar {
	display: block !important;
}

.master-shopping-cart-icon {
	font-size: 30px;
}

.cart .cart_count {
	height: 17px !important;
	min-width: 17px !important;
	width: auto;
	padding: 0px 2px;
	margin-right: 10px;
}

.cart .cart_count span {
	line-height: 17px !important;
}

.logo_container .logo img {
	max-width: 100% !important;
}

.mobile-menu {
	display: block;
	position: fixed;
	top: 0px;
	left: -100%;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	background-color: #FFFFFF;
	z-index: 1000000;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.mobile-menu.open {
	left: 0px;
}

.mobile-menu .logo-times-contain {
	height: 80px;
	background-color: #f7f7f7;
	padding: 15px 0px;
}

.mobile-menu .logo img {
	height: 50px !important;
}

.mobile-menu .close-btn a {
	font-size: 35px;
	line-height: 50px;
	color: #000
}

.mobile-menu .top_bar_user {
	margin: 0px !important;
}

.mobile-menu .top_bar_user .hassubs ul {
	left: -15px !important;
}

.mobile-menu .lang-exchange .standard_dropdown i {
	display: inline !important;
	margin-left: 5px !important;
}

.mobile-menu .mobile-category-outer .mobile-categories {
	margin-top: 2px;
}

.mobile-menu .mobile-category-outer .mobile-categories li a {
	color: #000;
	font-size: 16px;
	line-height: 16px;
	width: 100%;
	padding: 10px 15px 10px 15px;
	border-bottom: 1px solid #e6e6e6;
	display: block;
}

.mobile-menu .mobile-category-outer .mobile-categories li a i {
	float: right;
	display: none;
	font-size: 16px;
	line-height: 20px;
}

.mobile-menu .mobile-category-outer .mobile-categories li.hassubs {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}

.mobile-menu .mobile-category-outer .mobile-categories li.hassubs::after {
	content: '';
	display: inline-block;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	width: 11px;
	height: 11px;
	transform: rotate(-45deg);
	position: absolute;
	right: 18px;
	top: 14px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-menu .mobile-category-outer .mobile-categories li.hassubs>a i {
	display: block !important;
}

.mobile-menu .mobile-category-outer .mobile-categories li.hassubs>ul {
	max-height: 0px;
	-webkit-transition: max-height 0.5s;
	-moz-transition: max-height 0.5s;
	-o-transition: max-height 0.5s;
	transition: max-height 0.5s;
	background-color: #f7f7f7;
	overflow: hidden;
}

.mobile-menu .mobile-category-outer .mobile-categories li.hassubs.active>ul {
	max-height: 500px;
	-webkit-transition: max-height 0.5s;
	-moz-transition: max-height 0.5s;
	-o-transition: max-height 0.5s;
	transition: max-height 0.5s;
}

.mobile-menu .mobile-category-outer .mobile-categories li.hassubs.active {
	background-color: #ececec;
}

.mobile-menu .mobile-category-outer .mobile-categories li.hassubs.active::after {
	transform: rotate(45deg);
}

.footer-categories {
	list-style: none;
}

/** Global Search **/
.header-search-container {
	background-color: #fff;
	max-height: 200px;
	overflow-y: scroll;
	width: 100%;
	position: initial;
	border: 1px solid #ececec;
	border-top: none;
}

.header-search-container ul {
	width: 100%;
}

.header-search-container ul li {
	width: 100%;
	border-bottom: 1px solid #ececec;
}

.header-search-container ul li:hover {
	background-color: #fafafa;
}

.header-search-container ul li a {
	width: 100%;
	display: flex;
	height: 50px;
	overflow: hidden;
}

.header-search-container ul li a div.item-icon {
	width: 50px;
	height: 50px;
	text-align: center;
}

.header-search-container ul li a div.item-icon i {
	line-height: 50px;
	vertical-align: middle;
	font-size: 28px;
	color: #000;
}

.header-search-container ul li a div.item-icon img {
	object-fit: cover;
	height: 50px;
	width: 50px;
}

.header-search-container ul li a div.item-name {
	line-height: 50px;
	vertical-align: middle;
	height: 100%;
	padding-left: 20px;
}

.cookie-consent {
	position: fixed;
	bottom: 8px;
	left: 20px;
	width: 260px;
	padding-top: 7px;
	height: 220px;
	color: #fff;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	background: #292929;
	z-index: 120;
	cursor: pointer;
	border-radius: 3px
}

.allow-button {
	height: 20px;
	width: 100%;
	color: #fff;
	font-size: 12px;
	line-height: 10px;
	border-radius: 3px;
	border: 1px solid green;
	background-color: green
}
.header_search_form_container .custom_list {
	max-height: 200px;
	overflow-y: scroll;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.header_search_form_container .custom_list::-webkit-scrollbar {
	display: none;
}

.header-actions {
	height: 100px;
	display: flex;
}

.header-actions .action-item {
	cursor: pointer;
	height: 100px;
	text-align: center;
	display: inline;
	float: right;
	padding: 26px 0px;
	user-select: none;
	flex: auto;
}

.header-actions .action-item i {
	font-size: 24px;
}

.header-actions .action-item span {
	display: block;
	font-size: 14px;
	font-weight: 500;
}

/**Responsive**/
@media only screen and (max-width: 1504px) {

	header ul.top-menu li a,
	.top_bar_contact_item a,
	.standard_dropdown li a,
	.top_bar_user a {
		/**font-size: 12px !important;**/
	}
}

@media only screen and (max-width: 1368px) {

	header ul.top-menu li a,
	.top_bar_contact_item a,
	.standard_dropdown li a,
	.top_bar_user a {
		/**font-size: 11px !important;**/
	}
}

@media only screen and (max-width: 1199px) {



	.standard_dropdown li ul.mobileLang {
		width: auto;
	}

	.standard_dropdown li ul.mobileLang li {
		width: 100%;
	}

	.standard_dropdown li ul.mobileLocation {
		width: auto;
		left: -180px;
	}

	.standard_dropdown li ul.mobileLocation li {
		overflow: hidden;
	}

	
	header ul.top-menu li a,
	.top_bar_contact_item a,
	.standard_dropdown li a,
	.top_bar_user a {
		font-size: 14px !important;
	}

	.standard_dropdown li a {
		color:#000;
	}
	.top_bar_dropdown li a{
		color:#fff;
	}

	.top_bar_menu{
		margin-right: 0px!important;
	}

	header ul.top-menu li {
		margin-right: 15px !important;
	}

	.top_bar_user {
		margin-left: 5px !important;
	}

	.top_bar_icon {
		margin-right: 5px;
	}

	.top_bar_contact_item {
		margin-right: 10px !important;
	}

	.logo_container .logo img {
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 991px) {

	.cart_count {
		right: -2px;
	}

	.top_bar {
		display: none !important;
	}

	.main_nav {
		display: none;
	}

	.mobile-menu-container {
		display: block !important;
	}

	.mobile-menu-container a i {
		color: #000;
		font-size: 30px;
	}

	.header_search_form_container {
		height: 40px !important;
	}

	.header_search_input {
		line-height: 40px !important;
	}

	.header_search_input::-webkit-input-placeholder,
	.header_search_input::-moz-placeholder,
	.header_search_input:-ms-input-placeholder,
	.header_search_input:-moz-placeholder {
		/* Chrome/Opera/Safari */
		font-size: 14px !important;
	}

	.custom_dropdown {
		height: 4px !important;
	}

	.custom_dropdown::before {
		top: 20px !important;
	}

	.custom_dropdown_placeholder {
		line-height: 38px !important;
		font-size: 14px !important;
	}

	header.sticky {
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #fff;
	}

	header.sticky .header_main {
		display: block !important;
	}

	header.sticky+* {
		margin-top: 73px !important;
	}

	.cart_section .cart_title {
		text-align: center !important;
	}

	.tabs {
		padding-top: 0px !important;
	}

	.new_arrivals_title {
		text-align: center !important;
		width: 100% !important;
	}

	.char_col:not(:last-child):not(:nth-child(3)) {
		margin-bottom: 10px !important;
	}

	.characteristics {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.header-actions .action-item {
		padding: 46px 0px;
	}
}

@media only screen and (max-width: 767px) {

	#paymenttablo{
		order:2;
	}

	.standard_dropdown li ul.mobileLang {
		width: auto;
	}

	.standard_dropdown li ul.mobileLang li {
		width: 100%;
	}

	.standard_dropdown li ul.mobileLocation {
		width: auto;
		left: -180px;
	}

	.standard_dropdown li ul.mobileLocation li {
		overflow: hidden;
	}

	.cookie-consent {
		width: 100%;
		left: 0px;
		height: auto;
		padding-bottom: 20px;
		bottom: 0px;
	}

	#addresstablo{
		order:1;
	}

	.cart .cart_count {
		margin-right: 20px !important;
	}

	.main_nav_content_col {
		padding: 0px !important;
	}

	.header-actions {
		height: 70px;
	}

	.header_search {}

	.header_search_content .custom_dropdown {
		display: none !important;
	}

	.header_search_content .header_search_input {
		width: 100% !important;
	}

	.header-actions .action-item {
		padding: 52px 0px;
	}
}

@media only screen and (max-width: 575px) {

	.wishlist_text,
	.cart_text {
		display: none !important;
	}

	.header-actions .action-item {
		padding: 24px 0px;
	}
}

/* share buttons */


.resp-sharing-button__link,
.resp-sharing-button__icon {
	display: inline-block;
}

.resp-sharing-button__link {
	text-decoration: none;
	color: #fff;
	margin: 0.5em
}

.resp-sharing-button {
	border-radius: 5px;
	transition: 25ms ease-out;
	padding: 0.5em 0.75em;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
	width: 1em;
	height: 1em;
	margin-right: 0.4em;
	vertical-align: top
}

.resp-sharing-button--small svg {
	margin: 0;
	vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
	stroke: #fff;
	fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
	fill: #fff;
	stroke: none;
	line-height: 15px;
}

.resp-sharing-button--twitter {
	background-color: #55acee
}

.resp-sharing-button--twitter:hover {
	background-color: #2795e9
}

.resp-sharing-button--pinterest {
	background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
	background-color: #8c0615
}

.resp-sharing-button--facebook {
	background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
	background-color: #2d4373
}

.resp-sharing-button--tumblr {
	background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
	background-color: #222d3c
}

.resp-sharing-button--reddit {
	background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
	background-color: #3a80c1
}

.resp-sharing-button--google {
	background-color: #dd4b39
}

.resp-sharing-button--google:hover {
	background-color: #c23321
}

.resp-sharing-button--linkedin {
	background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
	background-color: #046293
}

.resp-sharing-button--email {
	background-color: #777
}

.resp-sharing-button--email:hover {
	background-color: #5e5e5e
}

.resp-sharing-button--xing {
	background-color: #1a7576
}

.resp-sharing-button--xing:hover {
	background-color: #114c4c
}

.resp-sharing-button--whatsapp {
	background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
	background-color: #1da851
}

.resp-sharing-button--hackernews {
	background-color: #FF6600
}

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
	background-color: #FB6200
}

.resp-sharing-button--vk {
	background-color: #507299
}

.resp-sharing-button--vk:hover {
	background-color: #43648c
}

.resp-sharing-button--facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
	background-color: #2d4373;
	border-color: #2d4373;
}

.resp-sharing-button--twitter {
	background-color: #55acee;
	border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
	background-color: #2795e9;
	border-color: #2795e9;
}

.resp-sharing-button--linkedin {
	background-color: #0077b5;
	border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
	background-color: #046293;
	border-color: #046293;
}

.resp-sharing-button--whatsapp {
	background-color: #25D366;
	border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
	background-color: #1DA851;
	border-color: #1DA851;
}

w .header_search_input {
	width: calc((100% - 60px));
}





table.responsive-table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}

table.responsive {
	table-layout: fixed;
}

table.responsive-table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

table.responsive-table thead {
	background-color: #f8f8f8;
}

table.responsive-table tr {
	border: 1px solid #ddd;
	padding: .35em;
}

table.responsive-table th,
table.responsive-table td {
	padding: .625em;
	text-align: center;
}

table.responsive-table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.mobile-search-icon {
	display: none;
	margin-right: 10px;
}

.mobile-search-icon i {
	font-size: 20px;
}

.footer-social-row {
	border-top: 1px solid #53d17f;
	margin-bottom: 7px;
}

.footer-social-row h4 {
	color: #fff;
	opacity: .8;
}

.swal2-modal .swal2-styled {
	font-size: 13px;
	padding: 10px;
}

@media screen and (max-width: 991px) {
	.header_search {
		display: none;
	}

	.mobile-search-icon {
		display: block;
	}

	.master-shopping-cart-icon {
		font-size: 20px;
	}

	.cart_price {
		display: none;
	}

	table.responsive-table {
		border: 0;
	}

	table.responsive-table caption {
		font-size: 1.3em;
	}

	table.responsive-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table.responsive-table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	table.responsive-table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
	}

	table.responsive-table td::before {
		/*
		* aria-label has no advantage, it won't be read inside a table.responsive-table
		content: attr(aria-label);
		*/
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	table.responsive-table td:last-child {
		border-bottom: 0;
	}
}

#myAccountIcon #myAccountContent {
	position: absolute;
	left: -50px;
	background: #d7ffe4;
	color: #333;
	padding: 0px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
	z-index: 5;
	border-radius: 5px;
}


#myAccountIcon #myAccountContent a {
	color: #333;
}

#myAccountIcon #myAccountContent .not-login {
	width: 170px;
}

#myAccountIcon #myAccountContent hr {
	border-top: 1px solid #333;
}

#myAccountIcon #myAccountContent .not-login div {
	font-size: 15px;
	line-height: 30px;
}

#myAccountIcon #myAccountContent .not-login div i {
	font-size: 14px;
}

#myAccountIcon #myAccountContent .do-login {
	width: max-content;
	text-align: left;
	color: #696969;
}

#myAccountIcon #myAccountContent .do-login {
	font-size: 14px;
	min-width: 170px;
}

#myAccountIcon #myAccountContent .do-login a.title {
	color: #333;
	margin-bottom: 4px;
	display: block;
	text-align: center;
}

#myAccountIcon #myAccountContent .do-login a.title:hover {
	opacity: 0.8;
}

#myAccountIcon #myAccountContent .do-login i {
	font-size: 14px;
	display: inline-block;
	padding: 4px 7px;
	line-height: 20px;
	margin-right: 4px;
}

#myAccountIcon #myAccountContent .do-login ul li {
	border-top: 1px solid #333;
	line-height: 35px;
}

#myAccountIcon #myAccountContent .do-login ul li a {
	color: #333;
}

#myAccountIcon #myAccountContent .do-login ul li a:hover {
	opacity: 0.8;
}

#myAccountIcon:hover #myAccountContent {
	opacity: 1;
	height: auto;
	padding: 12px;
}

#masterMyCartContainer #masterMyCartDropdown {
	position: absolute;
	right: 0px;
	background: #fff;
	padding: 0px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
	z-index: 5;
}

#masterMyCartContainer:hover #masterMyCartDropdown {
	opacity: 1;
	height: auto;
	padding: 12px;
}

#masterMyCartContainer #masterMyCartDropdown .title {
	color: #696969;
	text-align: left;
}

#masterMyCartContainer #masterMyCartDropdown .product-list {}

#masterMyCartContainer #masterMyCartDropdown ul.product-list {}

#masterMyCartContainer #masterMyCartDropdown ul.product-list li {
	display: flex;
	padding-top: 4px;
	border-top: 1px solid #ececec;
	margin-top: 4px;
}

#masterMyCartContainer #masterMyCartDropdown ul.product-list li .image {
	width: 81px;
	height: 80px;
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px solid #ececec;
}

#masterMyCartContainer #masterMyCartDropdown ul.product-list li .image a {
	display: block;
	width: 75px;
	height: 80px;
}

#masterMyCartContainer #masterMyCartDropdown ul.product-list li .image a img {
	width: 75px;
	object-fit: cover;
	height: 80px;
}

#masterMyCartContainer #masterMyCartDropdown ul.product-list li .right-side .category a {
	display: block;
	font-size: 10px;
	text-align: left;
	color: #696969;
}

#masterMyCartContainer #masterMyCartDropdown ul.product-list li .right-side .product-name {
	text-align: left;
	width: 100%;
	min-width: 130px;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	/* number of lines to show */
	-webkit-box-orient: vertical;
}

#masterMyCartContainer #masterMyCartDropdown ul.product-list li .right-side .product-name a {
	color: #696969;

}

#masterMyCartContainer #masterMyCartDropdown ul.product-list li .right-side .product-price {
	display: block;
	text-align: right;
	font-size: 16px;
	color: #282d3b;
	margin-top: 10px;
	font-weight: 600;
	line-height: 28px;
}

#masterMyCartContainer #masterMyCartDropdown .buttons {
	border-top: 1px solid #ececec;
	margin-top: 5px;
	padding-top: 10px;
	display: flex;
}

#masterMyCartContainer #masterMyCartDropdown .buttons .btn-left {
	border: 1px solid #bdbdbd;
	color: #505050;
	padding: 5px 4px;
	font-size: 14px;
	flex: auto;
	margin-right: 5px;
	outline: none !important;
	box-shadow: none;
}

#masterMyCartContainer #masterMyCartDropdown .buttons .btn-right {
	float: right;
	border: 1px solid #bdbdbd;
	color: #fff;
	background-color: #282d3b;
	padding: 5px 4px;
	font-size: 14px;
	flex: auto;
	outline: none !important;
	box-shadow: none;
}

.hover:hover {
	opacity: 0.8;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

.product_item .favorite,
.owl-item .favorite,
.product_description .favorite {
	position: absolute;
	z-index: 5;
	right: 24px;
	top: 33px;
	border: 1px solid #fff;
	height: 36px;
	width: 36px;
	text-align: center;
	line-height: 35px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	justify-content: center;
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	transition: color 200ms ease;
	cursor: pointer;
}
.AddBasket {
	position: absolute;
	z-index: 5;
	right: 24px;
	top: 33px;
	border: 1px solid #fff;
	height: 36px;
	width: 36px;
	text-align: center;
	line-height: 35px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	justify-content: center;
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	transition: color 200ms ease;
	cursor: pointer;
}

.owl-item .favorite {
	top: 18px;
	right: 18px;
}

.product_description .favorite {
	top: 30px;
	right: 30px;
}

.product_item .favorite.active i,
.owl-item .favorite.active i,
.product_description .favorite.active i {
	color: #dc3545 !important;
	font-weight: 900;
}

.product_item .favorite.deactive i,
.owl-item .favorite.deactive i,
.product_description .favorite.deactive i {
	color: #343a40 !important;
	font-weight: 400;
}

.product_item .favorite.active:hover i,
.owl-item .favorite.active:hover i,
.product_description .favorite.active:hover i {
	color: #343a40 !important;
}

.product_item .favorite.deactive:hover i,
.owl-item .favorite.deactive:hover i,
.product_description .favorite.deactive:hover i {
	color: #dc3545 !important;
}

/*
feather :::::: "\e879"
feather famliy :::::: 'feather' !important,




fontawesome ::::: "\f004"

family 'Font Awesome 5 Free' */

#masterMyFavoritesContainer #masterMyFavsDropdown {
	position: absolute;
	right: 0px;
	background: #fff;
	padding: 0px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
	z-index: 5;
}

#masterMyFavoritesContainer:hover #masterMyFavsDropdown {
	opacity: 1;
	height: auto;
	padding: 12px;
}

#masterMyFavoritesContainer #masterMyFavsDropdown .title {
	color: #696969;
	text-align: left;
	display: block;
	white-space: nowrap;
}

#masterMyFavoritesContainer #masterMyFavsDropdown .product-list {}

#masterMyFavoritesContainer #masterMyFavsDropdown ul.product-list {}

#masterMyFavoritesContainer #masterMyFavsDropdown ul.product-list li {
	display: flex;
	padding-top: 4px;
	border-top: 1px solid #ececec;
	margin-top: 4px;
}

#masterMyFavoritesContainer #masterMyFavsDropdown ul.product-list li .image {
	width: 81px;
	height: 80px;
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px solid #ececec;
}

#masterMyFavoritesContainer #masterMyFavsDropdown ul.product-list li .image a {
	display: block;
	width: 75px;
	height: 80px;
}

#masterMyFavoritesContainer #masterMyFavsDropdown ul.product-list li .image a img {
	width: 75px;
	object-fit: cover;
	height: 80px;
}

#masterMyFavoritesContainer #masterMyFavsDropdown ul.product-list li .right-side .category a {
	display: block;
	font-size: 10px;
	text-align: left;
	color: #696969;
}

#masterMyFavoritesContainer #masterMyFavsDropdown ul.product-list li .right-side .product-name {
	text-align: left;
	width: 100%;
	min-width: 130px;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	/* number of lines to show */
	-webkit-box-orient: vertical;
}

#masterMyFavoritesContainer #masterMyFavsDropdown ul.product-list li .right-side .product-name a {
	color: #696969;

}

#masterMyFavoritesContainer #masterMyFavsDropdown ul.product-list li .right-side .product-price {
	display: block;
	text-align: right;
	font-size: 16px;
	color: #282d3b;
	margin-top: 10px;
	font-weight: 600;
	line-height: 28px;
}

#masterMyFavoritesContainer #masterMyFavsDropdown .buttons {
	border-top: 1px solid #ececec;
	margin-top: 5px;
	padding-top: 10px;
	display: flex;
}

#masterMyFavoritesContainer #masterMyFavsDropdown .buttons .btn-left {
	border: 1px solid #bdbdbd;
	color: #505050;
	padding: 5px 4px;
	font-size: 14px;
	flex: auto;
	margin-right: 5px;
	outline: none !important;
	box-shadow: none;
}

#masterMyFavoritesContainer #masterMyFavsDropdown .buttons .btn-right {
	float: right;
	border: 1px solid #bdbdbd;
	color: #fff;
	background-color: #282d3b;
	padding: 5px 4px;
	font-size: 14px;
	flex: auto;
	outline: none !important;
	box-shadow: none;
}

button {
	outline: none !important;
}

/*********************************
	7. Brands
	*********************************/

.brands {
	width: 100%;
	padding-top: 90px;
	/*padding-bottom: 90px;*/
}

.brands_slider_container {
	height: 130px;
	border: solid 1px #e8e8e8;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	padding-left: 97px;
	padding-right: 97px;
}

.brands_slider {
	height: 100%;
}

.brands_item {
	height: 100%;
}

.brands_item img {
	max-width: 130px;
}

.brands_nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 5px;
	cursor: pointer;
}

.brands_nav i {
	color: #e5e5e5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.brands_nav:hover i {
	color: #676767;
}

.brands_prev {
	left: 40px;
}

.brands_next {
	right: 40px;
}

.whatsapp {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 160px;
	height: 45px;
	color: #fff;
	z-index: 999999;
	text-align: center;
}

.whatsapp a {
	color: #fff !important;
}

.whatsapp p {
	background: #00d421;
	width: 100px;
	height: 40px;
	padding: 10px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.whatsapp i {
	background: #00d421;
	width: 40px;
	height: 40px;
	padding: 5px;
	float: left;
	line-height: 30px;
	font-size: 25px;
}

.text-iz {
	color: #1C57A1;
}

a.text-iz:hover {
	opacity: .8;
}

.row.equal-cols {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
	display: block;
}

.row.equal-cols>[class*='col-'] {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.row.equal-cols>[class*='col-']>* {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.flex-auto {
	flex: auto;
}

.btn {
	box-shadow: none !important;
	border: none !important;
	outline: none !important;
}

.ls-pagination {
	display: inline-block;
	background-color: #f3f2f2;
	border-radius: 5px;
	margin: auto;
}

.ls-pagination li {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
}

.lang-icon {
	height: 10px;
	margin-right: 5px;
	margin-top: -1px;
}

.table-striped>tbody>tr:nth-child(2n+1)>td,
.table-striped>tbody>tr:nth-child(2n+1)>th {
	background-color: #f8f8f8;
}

.iti {
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="date"] {

}


.bonus_card{
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
	transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
	padding: 50px;
	text-align: center;
	cursor: pointer;
}

.bonus_card:hover{
	transform: scale(1.05);
	box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.bonus_card h3{
	font-weight: 600;
}

.bonus_card p{
font-size: 20px;
}

.bonus_card img{
	position: absolute;
	top: 20px;
	right: 15px;
	max-height: 120px;
}


@media(max-width: 990px){
	.bonus_card{
		margin: 20px;
	}
}
