:root {
  --fonts: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif;
  --color-border: #28303d;
  --color-bg: #28303d;
  --color-bg1: #bebebe;
  --color-bg2: #ebebeb; 
  --color-bg3: #181c25;   
  --color-link: #52c5d8;
  --color-link-h: #ffffff;
  --color-link-invert: #ffffff;
  --color-link-invert-h: #52c5d8;
  --color1: #52c5d8;
  --color1-invert: #ffffff;
  --color2: #28303d;
  --color2-invert: #ffffff;
  --color-ok: #86b349;
  --color-warn: #dab434;
  --color-error: #b23939;

	--color-font: #ffffff;
	--color-font1: #52c5d8; 	
	--bs-body-bg: #28303d;
	--header-bg: rgba(0,0,0,0);
	--header-border: #52c5d8; 
	--box-shadow: 0.0145rem 0.029rem 0.174rem rgba(7, 9, 12, 0.01698), 0.0335rem 0.067rem 0.402rem rgba(7, 9, 12, 0.024), 0.0625rem 0.125rem 0.75rem rgba(7, 9, 12, 0.03), 0.1125rem 0.225rem 1.35rem rgba(7, 9, 12, 0.036), 0.2085rem 0.417rem 2.502rem rgba(7, 9, 12, 0.04302), 0.5rem 1rem 6rem rgba(7, 9, 12, 0.06), 0 0 0 0.0625rem rgba(7, 9, 12, 0.015);
	--q-logo-color-0: #ffffff;
	--q-logo-color-1: #36d4e5;
	--filter-bg: var(--color-bg3);

}


/*main structure*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	overflow-x: hidden;
}

body { 
	font-family: var(--fonts);
	color:  var(--color-font);
	background-color: var(--color-bg);
}
h1,h2,h3,h4,h5,h6 { 
	font-family: var(--fonts);
	color: var(--color-font);
	line-height: 1.3;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

a:link,a:visited { color: var(--color-link); text-decoration: none; outline: none; }
a:active,a:hover { color: var(--color-link-h); text-decoration: none; outline: none; 	text-shadow: 0px 0px 14px var(--color1);}

.c1 { color: var(--color1); }
.c2 { color: var(--color2); }
.c3 { color: var(--color-rebel); }
.c4 { color:  var(--color-empire); }
.err { color:  var(--color-error); }
.ok { color:  var(--color-ok); }
.form-control.err{ background-color: #ffe0e0 !important; }

.aoboxbody { padding: 15px 0px; }
.aoboxbody p { text-align: justify; }


/*ideiglene TODO*/
.inpno {
    border: 0 none;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 0;
}

.form-group.checkbox {
	margin-left: 30px;
	padding: 20px 0px;
}
.form-group.checkbox input[type="checkbox"]{
	margin-top: -5px;
}

.login-center {
    width: 400px;
 	margin: auto;
}

/*ideiglene TODO*/

/*dashboarbtn*/
.funcbtn {
    text-align: center;
    padding: 20px 30px;
    margin: 10px 0px;
    color: var(--color3) !important;
    background: var(--color-bg3);
    border-radius: 4px;	
    min-height: 250px;
}
.funcbtn .icon .fa{
	font-size: 40px;
}
.funcbtn h2{
	color: var(--color1);
}
.funcbtn .desc{
	padding: 10px 10px;
	color: #ffffff;
}

/*topmenu bar*/
#topmenu {
	background-color: #161d1f; 
	color: #7c7f80; 
	height: 50px; 
	margin-bottom: 0; 
	/*border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;	*/
}
#topmenu .toplinks {
	padding: 15px 0px;
}
#topmenu .toplinks ul {
    margin: 0;
    padding: 0;
    position: relative;
}
#topmenu .toplinks ul li {
    display: inline-block;
    margin-left: 30px;
}
#topmenu .toplinks .fa {
	font-size: 18px;
	margin: 0px 10px;
}
#topmenu .toplinks ul li a {
	text-decoration: none;
    color: #7c7f80;
    font-size: 14px;
}
#topmenu .toplinks ul li:hover a {
   /* color: #161d1f;*/
   color: #fff;
}

#topmenu .loginname {
	display: inline-block;
	margin-top: -20px;
	position: relative;
	top: 10px;
}

#topmenu .loginname b { display: block; }

/*topchart*/
#topmenu .topcart {
	min-height: 56px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
#topcart {
	height: 50px;
	/*min-width: 180px;*/
	padding: 8px 15px;	
    position: relative;	
	z-index: 100;
	margin: 0 -50px 0 20px;
}

#topcart .cartdb{
	position: absolute;
	top: 3px;
	right: 3px;
	background-color: #e83b19;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #ffffff;
}

#topmenu #topcart .content {
    background-color: #ffffff;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.176);
    clear: both;
    display: none;
	padding: 10px;
    position: absolute;
    min-height: 150px;
    min-width: 280px;
    right: 0;
    top: 42px;
}
.content {
	background: #161d1f;
	position: absolute;
	right: 0;
	top: 66px;
	color: #fff;
}
#topmenu #topcart > a  > span.fa {
    float: left;
    background-color: #161d1f;
    color: #ffffff;
    display: block;
    font-size: 16px;
	width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
#topmenu #topcart > a  > span.fa:hover {
	background-color: #161d1f;
} 
#topmenu #topcart .carttxt h4 {
    color: #161d1f;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
#topmenu #topcart .carttxt {
    float: left;
	margin: 0;
    padding: 0px 0px 0px 10px;
    position: relative;
	z-index: 1;
	cursor: pointer;
}
#topmenu #topcart .carttxt a {
    color: #999999;
    line-height: 14px;
    text-decoration: none;
	font-size: 12px;
}
#topmenu #topcart .carttxt a .fa {
	font-size: 16px;
    padding-left: 5px;
	cursor: pointer;
}
#topmenu #topcart.active .content {
    display: block;
}
#topmenu #topcart .empty {
    padding-top: 50px;
    text-align: center;
}
#topmenu a { 
	color: #161d1f; 
	text-decoration: none;
}
.topcart, .topsearch { float: right;}


.topsearch {
	position: relative;
}

.topsearch, .topcart {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 70px;
}
.button-search .fa-search {
	/*padding-right: 20px;*/
	margin: 0 0 0 10px;
	/*border-right: 1px solid grey;*/
}
.topcart .topcartbtn {
	max-height: 32px;
}
.button-search .fa-search::before {
	font-size: 26px;
	line-height:30px;
	color: var(--color-font);
}

#search_input {
	background: rgba(255,255,255,0.1);
	padding: 6px 0 6px 10px;
	border: 1px solid var(--color1);
	color: var(--color-font);
	border-radius: 4px;
}
#search_input:focus {
	box-shadow: 0px 0px 14px 0px var(--color1);
}

.dropdown-menu > li.noanchor {
	clear: both;
	color: #333;
	display: block;
	font-weight: normal;
	line-height: 1.42857;
	padding: 3px 20px;
	white-space: nowrap;
}

.dropdown-menu label {
	font-weight: normal;
}

.dropdown-menu {
	top: auto;
	background: rgba(255,255,255,1);
}


/*topcart dropdown*/

.topcart-info .quantity {
    text-align: right;
}
.topcart-info .name a {
	font-weight: 700;
	color: #fff;
}
.topcart-checkout a {
	color: #fff;
}
.topcart-info .name small {
    color: #7c7f80;
}
.topcart-info td {
    border-bottom: 1px solid #dddddd;
    color: #7c7f80;
    padding: 10px 5px;
    vertical-align: top;
}
.topcart-info table {
    border-collapse: collapse;
    margin-bottom: 5px;
    width: 100%;
}
.topcart-info .image {
    width: 1px;
}
.topcart-info .image img {
    
    text-align: left;
    width: 120px;
}
.topcart-info .del {
    text-align: right;

}
.topcart-info .del img {
    cursor: pointer;
}
.topcart-info td.total {
    text-align: right;
}
.topcart-total {
    text-align: right;
}
.topcart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.topcart-total td {
    color: #7c7f80;
    padding: 2px 5px;
}
.topcart-checkout {
    clear: both;
    text-align: right;
}

.topcart-bubble {
	position: absolute;
	top: 75px;
	min-width: 150px;
	padding: 5px;
	background: #ffd6a0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #ffd6a0 solid 2px;
	z-index: 100;
	right: -100px;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.topcart-bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 10px 9px;
	border-color: #ffd6a0 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -10px;
	top: -9px;
	left: 50%;
}

.topcart-bubble:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 11px 10px;
	border-color: #ffd6a0 transparent;
	display: block;
	width: 0;
	z-index: 0;
	margin-left: -11px;
	top: -12px;
	left: 50%;
}

.topcart-bubble.affix {
	position:fixed;
	top: 15px;
}

/*devicesn*/
.snform {
	width: 100%;
}
.snform .form-group{
	width: 100%;
	text-align: center;
}
.snform .form-control{
	display: inline-block;
}
.snform .submitbtn,.snform .resetbtn .btn {
	margin: 10px;
}
#devicesn { 
	width: 300px;
	margin: auto;
 }
 #videocont video{
 	height: 200px;
 	width: 500px;
	max-width:100%;
	border: 1px solid var(--color1); 
	object-fit:cover; 	
 }


/*topsearch*/
#topmenu .topsearch {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    /*border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;*/
    margin: 10px;
    padding: 3px 8px;
	min-width: 150px;
}
#topmenu .topsearch:focus {
	border: 2px solid #161d1f;
}
#topmenu .topsearch input {
    background-color: #ffffff;
    border: none;
	width: 125px;
	color: #28544B;
}

#main { margin: 0 auto; }

/*default anim*/
#main,#ddsrespmenu,#topcart,#header,#topmenu,.header-wrap,.wrap-logo{
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

/*header-main*/
#header { 
	margin-bottom: 0px;
	/*margin-bottom: 15px; - ures hely */
}
#headerinner { 
	margin-bottom: 0px;
}
#header-main {
    background-color: transparent;
    left: 0;
    right: 0;	
    z-index: 99999;
	clear: both;
	margin-bottom: 20px;
}
#header-main .header-wrap {
    height: 70px;
	border-bottom: 1px solid var(--header-border);
}
#header-main .header-wrap .wrap-logo {
    padding: 0px 0px;
	/*width: 275px;*/
}
#header-main .header-wrap .wrap-menu .nav > li > a {
	padding: 32px 15px;
} 

#logo { margin: 0px; padding: 3px;}
#logo img {
	max-height: 55px;
}
#shopdesc { 
	display: inline-block;
	color: var(--color1);
	font-size: 20px;
	line-height: 26px;
	padding: 5px 5px 5px 10px;
}
#shopdesc .cool { 
	color: var(--color-sw);
}
#shopdesc a {
color: var(--color-rebel);
}

/*responsive menu*/
.navbar-default .navbar-toggle .icon-bar {
    background-color: #161d1f;
}
.navbar {
	margin-bottom: 0px;
	/*min-height: 80px;*/
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.navbar .navbar-nav .home .fa{
	font-size: 20px;
}

.navbar .navbar-nav > li > a:hover,.navbar .navbar-nav > li > a:focus{
	/*color: #161d1f;
	border-top: 5px solid #161d1f;
	padding-top: 27px;
	background-color: #ffffff;*/
	color: var(--color-link);
	text-shadow: 0px 0px 14px var(--color1);
}
.navbar .navbar-nav > li > a {
}
.navbar .navbar-nav > li > a {
    color: var(--color-link);
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}
.navbar .navbar-nav > li > .dropdown-menu {
	border: none;
	-webkit-box-shadow: 0 10px 12px rgba(0,0,0,0.176);
	box-shadow: 0 10px 12px rgba(0,0,0,0.176);
	background: #f7f7f7;
}
.navbar .navbar-nav .dropdown a:hover,
.navbar .navbar-nav .dropdown a:focus {
	color: #1a677d;
}
.navbar .navbar-nav .dropdown a:hover .caret,
.navbar .navbar-nav .dropdown a:focus .caret {
	border-top-color: #1a677d;
	border-bottom-color: #1a677d;
}
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
	color: #1a677d;
	background-color: #ffffff;
	padding-top: 27px;
}

.navbar .navbar-nav > .open > a:hover .caret,
.navbar .navbar-nav > .open > a:focus .caret {
	border-top-color: #161d1f;
	border-bottom-color: #161d1f;
}

.navbar-nav .fa.addon {
	margin-right: 10px;
}
.navbar-nav .separator {
}

.navbar .dropdown-menu {
	border-top: none;
}
.navbar .dropdown:hover > .dropdown-menu {
	display: block;
}
.navbar .dropdown:hover > a {
	color: #161d1f;
}
.navbar .dropdown:hover > a .caret {
	border-top-color: #161d1f;
	border-bottom-color: #161d1f;
}
.navbar-toggle {
	float: left;
}
.navbar-default {
	border: none;
	background: none;
}
.navbar-toggle {
	float: right;
	width: 45px;
	height: 35px;
	background-color: #ffffff;
	border-color: #161d1f;
	margin-left: 10px;
}
.navbar-toggle:focus,
.navbar-toggle:hover {
	background-color: #ffd6a0;
	border-color: #161d1f;
}
.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
	background-color: #161d1f;
}

/*dds responsive menu small
.navbar-collapse.in { 
	display: block; 
	position: absolute;
	background-color: #ffffff;
	left: -300px;
	top: 0px;
	z-index: 1;
	height: 500px;
}
.navbar-collapse.in .navbar-nav { display: block; }
*/

/*dds responsive menu xs*/
#ddsrespmenuxs > ul {
	margin: 0px;
	padding: 0px;
}
#ddsrespmenuxs > ul > li {
	width: 35px;
	height: 35px;
	border: 1px solid #ffffff;
	text-align: center;
	display: inline-block;
	margin: 5px 10px;
	position: relative;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;     
}
#ddsrespmenuxs > ul > li > a {
	line-height: 1.5em;
	font-size: 20px;
	text-decoration: none;
	color: #ffffff;
}
#ddsrespmenuxs > ul > li:hover {
	border-color: #ffd6a0;
}
#ddsrespmenuxs > ul > li:hover >a {
	color: #ffd6a0;
}
#ddsrespmenuxs > ul > li .dropdown-menu {
	right: -10px;
	left: auto;
	padding: 6px 15px;
	border-top: none;
	height: 0;
	display: none;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;  
}
#ddsrespmenuxs > ul > li.open .dropdown-menu {
	height: auto;
	opacity: 1;
	display: block;
}
#ddsrespmenuxs > ul > li.search .dropdown-menu {
	width: 250px;
}
#ddsrespmenuxs .changelang {
	display: none; /*hide only this page*/
}

/*flags*/
.flags { 
	padding: 20px 0px;
	float: right;
}
.flaghu,.flagen, .flags select option { 
	display:inline-block; 
	overflow:hidden;
	margin:0px 3px;
	padding:0px;
	background: transparent url(/images/sprites.png) no-repeat scroll;  
	/*display: none; /*hide only this page*/
}
.flagen {
	filter: grayscale(100%);
	cursor: default;
}

.flaghu, .flags select option[value="1"] { width:30px; height:18px; background-position: 0px 0px; }
.flagen, .flags select option[value="2"] { width:30px; height:18px; background-position: -44px 0px; }

.currencypicker {
	background-color: #000;
	display: inline-block;
	padding: 0;
	height: 30px;
	overflow: hidden;
	transition: all .3s ease;
	margin: 10px 0 0 0;
	vertical-align: top;
	float: left;
	position: absolute;
	z-index: 1;
}

.currencypicker:hover {
	/* don't forget the 1px border */
	height: 121px;
}

.currencypicker a{
	color: #000;
	text-decoration: none;
}

.currencypicker li {
	display: block;
	padding: 0px 10px;
	line-height: 30px;
	border-top: 1px solid #121212;
	color: #7c7f80;
	font-size: 11px;
	text-transform: uppercase;
}

.currencypicker li:hover{
	background-color: #121212;
}

.currencypicker a:first-child li {
	border: none;
	background: #000 !important;
}

.languagepicker {
	background-color: #000;
	display: inline-block;
	padding: 0;
	height: 30px;
	overflow: hidden;
	transition: all .3s ease;
	margin: 10px 0 0 0;
	vertical-align: top;
	float: left;
	position: absolute;
	z-index: 1;
	margin-left: 70px;
}

.languagepicker:hover {
	/* don't forget the 1px border */
	height: 61px;
}

.languagepicker a{
	color: #000;
	text-decoration: none;
}

.languagepicker li {
	display: block;
	padding: 0px 10px;
	line-height: 30px;
	border-top: 1px solid #121212;
	color: #7c7f80;
	font-size: 11px;
	text-transform: uppercase;
}

.languagepicker li:hover{
	background-color: #121212;
}

.languagepicker a:first-child li {
	border: none;
	background: #000 !important;
}

.languagepicker li img {
	margin-right: 5px;
	margin-top: -2px;
}
.languagepicker li i {
	margin-top: -3px;
}

/*filter*/
.panel-group .panel, .panel {
  border-radius: 0;
}

.panel-group .panel .panel-heading, .panel .panel-heading {
  border-radius: 0;
}

.panel-default {
background-color: transparent;
  border: none;
  margin-bottom: 1px;
}

.panel-default .panel-title:hover {
	box-shadow: 0px 0px 14px var(--color1);
}


.panel-default .panel-title{
	/*background-color: #2d2707;
	border: 1px solid #969383;*/
	background-color: var(--color-bg3);
	border-radius: 4px;
	font-size: 14px;
}

.panel-default .panel-heading {
  background: #000;
  padding: 0;
}

.panel-default .panel-heading a {
  color: #fff;
  padding: 8px;
  display: block;
  text-decoration: none;
}
.panel-default > .panel-heading .badge {
background-color: var(--color-rebel);
}

.panel-default .panel-heading a:hover {
  /*color: #d92727;*/
}

.panel-default .panel-heading a:after {
  font-family: FontAwesome;
  content: "\f068";
  float: right;
}

.panel-default .panel-heading a.collapsed:after {
  content: "\f067";
}
.panel-group .panel-heading + .panel-collapse > .list-group {
	border: none;
}

.panel-default .list-group {
  margin-bottom: 1px !important;
    border: none;
}

.panel-default .list-group > .list-group-item {
  background-color: transparent;
  padding: 5px 10px;
  border: none;
}

.panel-default .list-group .checkbox {
  margin: 0;
}

.panel-default .list-group.list-group-inverse {
  margin-bottom: 0 !important;
}

.panel-default .list-group.list-group-inverse > .list-group-item {
  background: #000;
  color: #fff;
}

.panel-default .list-group.twocolumn {
	float: left;
	width: 50%;
}

/*panel*/
.panel .panel-title a {
	text-transform: capitalize;
}

.panel-collapse .checkbox > a {
	display: block;
	text-decoration: none;
}

.panel-collapse .checkbox > a:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f096";
  letter-spacing: 10px;
  width: 20px;
}
.panel-collapse .checkbox > a.checked:before {
  color: var(--color-rebel);
  content: "\f14a";
}
.panel-collapse .checkbox span {
	padding-left: 0px;
}
.panel-collapse .checkbox span.disabled {
	color: #99a4ac;
}
.panel-collapse .checkbox span.disabled:before {
	color: #99a4ac;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f096";
  letter-spacing: 10px;
  width: 20px;	
}


.panel.panel-default .list-group-inverse .checkbox a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}

.panel.panel-default .list-group-inverse .checkbox > a:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f096";
  letter-spacing: 10px;
  width: 20px;
}

.panel.panel-default .list-group-inverse .checkbox > a.checked:before {
  content: "\f14a";
}

.panel.panel-default .list-group-inverse .checkbox span {
	padding-left: 0px;
}
/****panel*****/

/*content styles*/
#cont {
	margin-left: -15px;
	margin-right: -15px;
}

#side, #productlist {
	/*margin-top: 25px;*/
}

#content {
	margin-top: 20px;
	background: #f7f7f7;
	padding-bottom: 20px;
}
#contentinner {
	margin: 30px 0px;
}
#content h1,#contentinner h1 { 
	margin-top: 0px;
	font-size: 24px;
	font-weight: normal;
}
#content h2,#contentinner h2 { 
	font-size: 20px;
	font-weight: normal;
}

.contbox {
	margin-left: 15px;
	margin-right: -15px;
}

.contbox h2 {
	color: #585e65 !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}


.contboxinner { 
	font-size: 14px; 
	margin: 30px 0 20px 0px;
	/*border: 1px solid #dddddd;
	/*border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
}
.contbox h1,.contbox h3,.contboxinner h1,.contboxinner h2,.contboxinner h3{ 	
}
.contboxinner h1 { 
	font-size: 25px !important;  
}
.contboxinner h2 { 
	font-size: 18px !important; 
}
.contboxinner h3 { 
	font-size: 16px !important; 
}

#openblock { margin-bottom: 0px; /*margin-top: 25px; - blokkos */ }
#bannerchanger { bottom: 10px; height: 20px; position: absolute; left: 678px; z-index: 12; bottom: 15px; }
#bannerchanger .bcicon { font-size: 18px; color: #ffffff; cursor: pointer; display: inline-block; margin-left: 3px; overflow: hidden; /*text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.5);*/}
#bannerchanger .bcicon.active { color: #161d1f;}
#bigbanners { /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/ margin-left: -30px; height: 288px; white-space: nowrap; overflow: hidden; width: 100%; max-width: 765px; max-height: 360px; margin-top: 20px; font-size: 0px; line-height: 0px; position: relative; }
#bigbanners > * { display: inline-block; width: 100%; max-width: 1160px; position:relative }
#bigbanners .title { background-color: #161d1f; top: 50px; color: #ffffff; font-size: 28px; height: auto; line-height: 50px; padding: 5px 20px; position: absolute;}
#bigbanners .desc { background-color: rgba(222, 222, 222, 0.5); color: #333333; font-size: 13px; height: auto; line-height: 1.4; max-width: 330px; padding: 5px 20px; position: absolute; top: 120px; white-space: normal;}
#bigbanners div.right .title, #bigbanners div.right .desc {right: 0; text-align: right;} 
#bigbanners img { height: 330px; max-width: auto; }
.banner_h2 { /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/ margin: 20px 0 10px 0; margin-right: -15px;}
.banner_h3 { margin-right: -15px; }

.contboxititle {
	font-size: 16px; 
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0px;
	margin-bottom: 10px;
	background-color: #161d1f;	
}

/*product menu*/
#productmenu .nav a { color: #333333;}
#productmenu .nav .count { color: #999999; font-weight: normal;}
#productmenu .nav  ul.tree  { padding-left: 20px; }
#productmenu .nav > li > a {
	display: block;
	padding: 8px 5px;
    position: relative;
	font-weight: normal;
	cursor: pointer;
	
}	
#productmenu .nav > li > a:hover {
	color: #161d1f;
	border-right: 5px solid #161d1f;
	background-color: #f5f5f5;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;		
}
#productmenu .nav > li > a.active{ 
	color: #161d1f;
	font-weight: bold;
}
/*elso szint kiemeles*/
#productmenu .contbox > .nav.tree  > li > a { 
	font-weight: normal;
	background-color: #c6e087;
	color: #333333;
	font-size: 15px;
	margin-bottom: 5px;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;	
}
#productmenu .contbox > .nav.tree  > li > a.active { 
	background-color: #161d1f;
}
#productmenu .contbox > .nav.tree  > li > a:hover { border-right: 5px solid #161d1f; background-color: #f5f5f5; color: #161d1f; }
#productmenu .contbox > .nav.tree  .fa { margin: 0px 8px; }

/*extra elements*/
#productmenu .nav.menuhome > li > a { 
	display: none;
}
#productmenu .nav.tree.menuact > li > a { 
	background-color: #161d1f;
	color: #ffffff;
}


/*sidemenu */
.nav > li > a {
    display: block;
    padding: 5px;
    position: relative;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #ffffff;
    text-decoration: none;
	color: #161d1f;
}

/* hirek 1.65 20140305*/
.cikkkepl, .cikkkepr, .cikkkepc { margin: 5px 10px;  text-align: center; position: relative; line-height: 1em;  display: block;}
.cikkkepl img, .cikkkepr img, .cikkkepc img { display: inline-block; height: auto; max-width: 100%; }
.cikkkepl{ float: left; margin-left: 0;}
.cikkkepr{ float: right; margin-right: 0;}
.cikkkepc { margin: 5px 0px;}
.cikkkepb img { border: 5px solid #f5f5f5;}
.cikkkepala { font-size: 11px; font-weight: normal; text-align: center; color: #333333; display: block; padding: 5px 5px;}
.cikkkepfo { margin: 10px 0px; padding: 3px 0px; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; text-align: center;}
.contbox .hirbox { }
.contboxinner .hirbox { }
.hirekcim, .hirekcimfo{ color: #333333; font-weight: bold; font-size: 16px; }
.hirekcimfo{}
.hirekcim a:link,.hirekcim a:visited,.hirekcimfo a:link,.hirekcimfo a:visited { color: #333333; text-decoration: none; }
.hirekcim a:active,.hirekcim a:hover,.hirekcimfo a:active,.hirekcimfo a:hover { color: #161d1f;  text-decoration: none; }
.hirdatum { color: #161d1f; font-weight: normal;}
.hirlead { font-weight: bold; margin-top: 20px; text-align: justify;  }
.hireklead,.hirleadfo { margin-bottom: 5px; text-align: justify; }
.hirtovabb { text-align: right;}
.hirbody { margin: 20px 0px; text-align: justify;  }
.hirforras { text-align: right; }
.hirlink { padding: 10px 30px;}
.hirajanlo,.hirkat { border-top: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; text-align: center; padding:5px;}
.hirajanlo a,.hirkat a { padding: 0px 30px;}
@media (max-width: 480px) {
	.cikkkepl, .cikkkepr, .cikkkepc { margin: 5px 0px; text-align: center; float: none; display: block; }
	.cikkkepl img, .cikkkepr img, .cikkkepc img { display: inline-block; height: auto; max-width: 100%;  }
}

/*productlist*/
/*productlist uppernav*/
.searchnavi {  
	font-size: 14px;
	/*background-color: #f5f5f5; */
	padding: 5px 15px; 
	color: var(--font-color);
	text-align: right;
}
.searchnavi .listsumm { line-height: 30px; }
.searchnavi .searchsel,.searchnavi .searchsel1 { 
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 1px solid var(--color1);
	height: 37px;
	background: #fff url(/images/select-bg.svg) no-repeat 100% 48%;
	background-size: auto auto;
	background-size: 20px 15px;
	text-indent: .01em;
	text-overflow: '';	
	color: #777;
	font-size: 13px;
	padding: 2px 20px 2px 10px;
	/*min-width: 120px;*/
	margin: 0 5px;
	border-radius: 4px;
}
.searchpagerinp {
	background: transparent;
	border: 1px solid var(--color-border);
	border-radius: 4px;
	padding: 5px 10px;
}
.searchnavi .searchsel1 { width: 50px; }
.searchnavi .row div.col-md-4 { margin-left: -15px; margin-right: 15px; }
.searchnavi .row div.col-md-8 { margin-right: -15px; margin-left: 15px; }
.searchnavi1 { 
	border-top: 1px solid var(--color-rebel); 
	margin-bottom: 20px; 
	padding: 5px 10px;
}
.searchnavi2 { 
	border-top: 1px solid var(--color-rebel); 
	margin-top: 20px;
	padding: 5px 0px;
}

/*lapozo*/
.searchpager{ 
	text-align: center;
	padding: 10px 0px;
	margin: 10px 0px;
	color: var(--color3) !important;
	background: var(--color-bg3);
	border-radius: 4px;
}
.searchpagerprev,.searchpagernext { 
	background-color: transparent; 
	color: var(--font-color);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0em;
	padding: 10px 10px; 
	text-align: center;
	/*text-transform: uppercase;*/
}
.searchpagerprev .fa,.searchpagernext .fa {
	font-size: 14px;
	color: var(--font-color);
	padding: 0px 10px;
}
.searchpagerprev:hover,.searchpagernext:hover,.searchpagerprev:hover .fa,.searchpagernext:hover .fa{ 
	color: var(--font-color1);
}

.searchpagerprev.off,.searchpagernext.off,.searchpagerprev.off .fa,.searchpagernext.off .fa {
	color: var(--color3) !important;
}

.searchpagersel { 
	padding: 0px 10px;  	
}
.searchpagersel a {
	background-color: #ffffff; 
	color:#222931;
	border: 1px solid #e6e8e8;
	font-weight: 600;
	font-size: 14px;
	font-family: Hind, sans-serif;
	letter-spacing: 0em;
	padding: 10px 20px; 
	text-align: center;
	text-transform: uppercase;	
}
.searchpagersel a.pcurr {
	background-color: #ffd6a0;
	color: #161d1f !important;
}
.searchpagersel a:hover {
	background-color: #ffd6a0; 
}

/*product dir*/
.productsdirdesc { padding: 15px 30px; color: #333333; font-size: 14px; }
.productsdirdesc img{ 
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
}
.productsdir .item { 
	position: relative;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin: 10px 0px;
	overflow: hidden;
	box-shadow: 0 0 9px -2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 9px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 9px -2px rgba(0,0,0,0.2);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
 }
.productsdir .name {
	background-color: #161d1f;
	padding: 15px;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	color: #ffffff; 
	border-top: 1px solid #ffffff;
	/*
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	*/
}
.productsdir .name a:link,.productsdir .name a:visited { color: #ffffff; text-decoration: none; }
.productsdir .name a:active,.productsdir .name a:hover { color: #f5f5f5; text-decoration: none; }
.productsdir .pic { text-align: center; overflow: hidden;}

/*product item*/
.products { margin-top: 15px; }
.products a:link,.products a:visited { color: #161d1f; text-decoration: none; }
.products a:active,.products a:hover { color: #161d1f; text-decoration: none; }
.products .item {
	position: relative;
	background-color: transparent;
	/*border: 1px solid #dddddd;*/
	margin: 5px 0px;
	padding: 10px;
    /*box-shadow: 0 0 9px -2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 9px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 9px -2px rgba(0,0,0,0.2);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; */
}
.contbox .products .item {
		background-color: #ffffff;
}
.products .pic { text-align: center; margin: 0px 0px 10px 0px;}
.products .pic img { /*height: 180px;*/ object-fit: cover;  box-shadow: 0px 0px 14px 0px var(--color1); }
.products .item .eq img { height: 250px; }
.products .name { font-size: 15px; text-align: left; font-weight: normal; color:  var(--color-font); }
.products .name a:link,.products .name a:visited { color: var(--color-link); text-decoration: none; white-space: wrap; text-overflow: ellipsis; overflow: hidden; }
.products .name a:active,.products .name a:hover { color: var(--color-link-h); text-decoration: none; }
.products .prices { text-align: left; }
.products .price { font-size: 20px;color:  var(--color-font); padding: 5px 0px; font-weight: 600; }
.products .oldprice { font-size: 13px; color:  var(--color-font1); margin: 5px; display: inline-block; position: relative; /*position: absolute; bottom: 35px; right: 5px; */}
.products .oldprice:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px; 
  background-color: #999999; 
}
.products .vatp { font-size: 10px; color: #333333; text-align: right;}
.products .id { font-size: 13px; color: var(--color3); text-align: right; }
.products .included { font-size: 10px;}
.products .rate  {text-align: center; }
.products .rate .fa { font-weight: bold; font-size: 14px; color: #ffcc00; cursor: pointer; padding: 0px 2px;}
.products .rate .fa.off { color: #cccccc;}
.products .rate .fa:hover { color: #161d1f;}
.products .stock { color: #555555; text-align: center; cursor: default; font-size: 11px; padding: 2px;}
.products .stock .fa, .productmain .stock .fa { color: #cccccc; margin: 1px}
.products .stock .fa.act, .productmain .stock .fa.act { color: #33aa33;}



/*productlist sticker triangle
.prodsticker {
    display: block;
    position: absolute;
    right: -5px;
    top: -5px;
	height:0px;
    width: 30px;
	border-color: transparent #161d1f transparent transparent;
	border-style: solid;
	border-width: 0 40px 40px 0;
    box-shadow: 4px -4px 4px -4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 4px -4px 4px -4px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px -4px 4px -4px rgba(0,0,0,0.2);	
	
}
.prodsticker.type1 { border-color: transparent #161d1f transparent transparent; }
.prodsticker.type2 { border-color: transparent #333333 transparent transparent; }
.prodsticker .fa { display: block; color: #ffffff; font-size: 18px; position: absolute; top: 4px; left: 20px;}
*/

/*productlist sticker rectangle*/
.moreproductview  .prodsticker, .products .prodsticker {
	left: 10px;
	top: 10px;
}
.prodsticker {
    display: block;
    position: absolute;
    left: 16px;
    top: 16px;
	height:50px;
    width: 50px;
	font-size: 16px; 
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 14px 0px;
	background-color: var(--color-rebel);	
}
.prodsticker.type1 { background-color: #161d1f; }
.prodsticker.type2 { background-color: #333333; }

/*product*/
/*product navi*/
.prodnavi { 
	float: right; 
	color: var(--color3);
}
.prodnavi .fa { 
	font-size: 16px; 
}
.prodnavi .disabled.btn{ 
	background-color: #f7f7f7;
	border-color: #777777;
}
.prodnavi .disabled .fa{ 
	color: #cccccc;
}
.prodnavi .btn {
	border: none;
	background-color: #ffd6a0;
}

.prodnavi a:link,.prodnavi a:visited { color: var(--color-link); text-decoration: none; }
.prodnavi a:active,.prodnavi a:hover { color: var(--color-link-h); text-decoration: none; }


.termkep { }
.termkinfo {}
.termkinfo h1 {
	/*font-family: 'Open Sans', sans-serif;
	font-family: 'Domine', serif;	
	font-family: 'Lora', serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	border: none;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
}

#product-gallery { margin-top: 15px; }
dl.container {
    font-size: 0;
    position: relative;
	width: 100%;
    /*height: 488px;*/
    padding: 270px 0 0;
    white-space: nowrap;
	overflow:hidden;
}
dt,
dd {
    margin: 0;
    padding: 0 !important;
}
dl img {
    max-width: 100%;
}
dd img {
    border: 2px #fff solid;
}
dt {
    border: 1px #ccc solid;
    display: inline-block;
    /*height: 100px;*/
    width: 25%;
    border: 2px #fff solid;
	float:left;
}
dt:last-of-type,
dt:first-of-type {
    border-color: transparent;
}
dd {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0s opacity;
	width: 100%;
}
dt:hover + dd,
dd:target {
    opacity: 1;
	pointer-events: none;
}
#img0 { opacity: 1; }

/*product main data*/
.productmain .prodsticker { right: 15px; }
.productmain .prices { text-align: left; padding: 10px 0px;  margin-bottom: 2rem;  }
.productmain .price { font-size: 24px; color: #000; font-weight: 600; }
.productmain .oldprice { font-size: 18px; color: #999999; margin: 5px; display: inline-block; position: relative; }
.productmain .oldprice:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px; 
  background-color: #999999; 
}
.productmain .vatp { font-size: 12px; color: #333333; padding: 0px 5px;}
.productmain .id { font-size: 12px; color: #333333; text-align: right; }
.productmain .included { font-size: 10px;}
.productmain .priceincluded { padding: 5px 0px; margin: 30px 0px; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd;}

.productitem h1 { 
	font-size: 28px; 
	font-weight: normal; 
	color: var(--color-sw); 
	margin: 10px 0px 5px 0px;
	
}

.productitem h3 {
	font-weight: normal; 
	color: var(--color-rebel); 
}

.productmain .infolead { padding: 0px 0px 15px 0px; text-align: justify; line-height: 24px; color: #777; /*border-bottom: 1px solid #ccc; */margin-bottom: 10px; }
.productmain .infodelivery { color: #333333; text-align: right; clear: both; padding: 2rem 0 1rem 0; } 
.productmain .infodelivery .fa { font-size:18px; color: #333333;}
.productsummimg { cursor: pointer; width: 100%; border: 1px solid #ccc; /*margin: 15px 0;*/}

/*product image*/
.product .flickity-prev-next-button {
  background: transparent;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.product .flickity-prev-next-button.previous {
  left: -5px;
}
.product .flickity-prev-next-button.next {
  right: -5px;
}
.product:hover .flickity-prev-next-button {
  opacity: 0.5;
}
.carousel-cell, .product-cell {
  width: 100%;
}
.product-nav .product-cell {
  width: 100px;
  height: 100px;
  margin: 5px;
}



.sociallinks { text-align: center; }
.sociallinks .fb-share .fa { color: #2f5aad; font-size: 20px; }
#topmenu .sociallinks { border-right: 1px solid #dddddd; }
#topmenu .fb-share {margin: 15px 15px 15px -15px;}
#topmenu .fb-share .fa { font-size: 24px;}

/*product properties*/
.productinfos { margin-top: 30px;}
#productprop, #csomag { 
	margin: 0px 0px 20px 0px;
	padding: 20px 0;
	background-color: #ffffff;
	text-align: justify;
	line-height: 24px;
	border: none;
	color: #777;
}
.prodprop { }
.prodprop .proditems { margin: 5px 0px;}
.prodprop .prodlabel { font-weight: normal; } 
.prodprop .prodvalue {  display: inline-block; }

/*product cart touchspin*/
.cartbox  { float: right;}
.cartbox .cartinp { float: left; margin: 3px 0px;}
.cartbox .cartinp input { width: 50px; display: inline-block; }
.cartbox .bootstrap-touchspin { width: 50px; float: left; margin: 3px 0px;}
.bootstrap-touchspin-prefix:empty, .bootstrap-touchspin-postfix:empty { display: none;}
.cartbox .bootstrap-touchspin input,.cartbox  .btn-default { border-color: #eee;}
.cartbox .cartbtn { margin: 3px 10px; /* width: 100%; */ height: 35px; padding: 5px 20px; float: left; border: 1px solid #000; background: #000; font-size: 15px;}
.cartbox .cartbtn:hover, .cartbox .cartbtn:focus { background: #000; border: 1px solid #000; opacity: 0.9; }

/*product tabs*/
.nav-tabs > li > a { padding: 10px 20px;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	 font-size: 15px;
 }

/*atnezni TODO*/
#productmain { }
#productpicdata { }
#prodmainimg { }
#prodmainimg img{ cursor:pointer; }
#prodsubimg { overflow: auto;}
#prodsubimg img{ cursor:pointer; margin: 5px 5px; border: 1px solid #d3d7db; vertical-align: middle; }
#productsubp { }

#productaddons { background-color: #f3f4f4; margin-top: 10px;}
#productaddons .morecolorspic { float: left; border: 1px solid #d3d7db; margin: 0px 0px 3px 5px;}
#productbrandimg { }
#productbrandimg  img{ background-color: #ffffff; border: 1px solid #d3d7db; }
#productbrandimg span{ border: 5px solid #ffffff; }
#producttul { }
#producttul ul { margin: 0px;}
#productdim { }
#productdimimg { width: 180px; height: 140px; background: transparent url(//images/productdims.png) no-repeat scroll top center; }
#productdimtxt {}
#productdimtxt .sign { font-size: 16px; font-weight: normal; color: #b90000;}
#productdimtxt ul { margin: 0px;}
#productdimtxt ul li { list-style: none; clear: both; }
#productmoreinfo { /*margin: 15px 0px;*/}
.productproptxt { padding: 0px 15px; }

 
.prodpack .form-control {
	display: inline-block;
	height: auto;
	line-height: 1;
	padding: 2px 3px;
}

.prodpack .prodnp {
	margin: 0 0 5px 0;
}


.prodpack .prodname {
	color: #161d1f;
	font-size: 15px;
}

.prodpack .ajandek {
	display: inline-block;
	font-size: 120%;
	margin: 5px 0;
}

.prodpack .pprice {
	background-color: #FFFFFF;
	border-radius: 2px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	margin-left: 10px;
	padding: 0 5px;
}

/*atnezni TODO*/

/* rating */
.sratebox { margin: 10px; }
.sratebox .ratestars { color: #ffaa00; font-size: 20px; margin:1px;}
.sratediv .fa {	font-size: 14px;}
.sratediv .fa-star { color: #ffaa00;}
.sratediv .fa-star-o, .sratediv .fa-star.temp {	color: #333333;}
.sratehead { background-color: #333333; line-height: 20px; font-size: 15px; padding: 10px 20px; color: #ffffff; text-transform: uppercase; font-weight: normal; }
.srates { background-color: #f1f2f2; padding: 5px 30px 10px 30px; margin: 2px;} 
.srates.full { margin-top: 20px; }
.sratescim { padding: 5px 0px; font-size: 14px;}
.sratescim .sratename { color: #161d1f; font-weight: bold; }
.sratescim .sratedate { color: #ffffff;   }
.sratescim .fa { font-size: 16px; margin:1px; }
.sratestxt { padding: 5px 20px 5px 0px; border-right: 5px solid #161d1f; }

/*shop table*/
.stbl { width: 95%; margin: 20px auto;}
.twocols td { width: 50%; text-align: right;}
.twocols td  + td {  width: 50%; text-align: left;}
.stbl th { background-color: #f5f5f5; }
.stbl td { vertical-align: middle !important; border-bottom: 1px solid #dddddd; }
.stbl td .active{  background-color: #f5f5f5;}
.stbl .fa:hover { color: #161d1f; }
.stbl tr.sumlines td { border: none; padding: 4px 8px;}

/*kupon and extra points*/
.discounts { 
	padding: 10px 20px; 
	margin: 0px 30px; 
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.couponbox { width: 80%; padding: 20px 0px; margin: 0px auto; clear: both; }
.couponbox td.del { cursor: pointer; vertical-align: middle; text-align: center;}
.couponbox .fa { font-size: 22px; color: #333333;}
.couponbox .fa:hover,.couponbox td.del:hover .fa { font-size: 22px; color: #ff0000; }

/*profile*/
.profilebt {
	border: 1px solid #161d1f;
	background-color: #f5f5f5;
    box-shadow: 0 0 9px -2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 9px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 9px -2px rgba(0,0,0,0.2);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;   
	text-align: center;
	padding: 10px 5px;
	margin: 5px auto;
	width: 120px;
	min-height: 100px;
 }
.profilebt:hover .fa  { color: #161d1f; }
.profilebt > span { display: block; }
.profilebt .fa  { color: #161d1f; font-size: 35px; }
.profilebt .title  { color: #161d1f; font-weight: bold; }

/*breadcrumb*/
.breadcrumb {
	background: transparent;
	padding: 5px 0px;
	margin-bottom: 0px;
	list-style: none;
	color: var(--color-font); 
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;  
	float: left;
}
.breadcrumb > li { display: inline-block; }
.breadcrumb > li + li:before {
	padding: 0 10px;
	color: var(--color-font);
	content: "\203A";
	font-size: 17px;
}
.breadcrumb > .active {color: var(--color-font); }
.breadcrumb .fa { padding: 0px 5px; }
.breadcrumb a:link,.breadcrumb a:visited { color: var(--color-link); text-decoration: none; }
.breadcrumb a:active,.breadcrumb a:hover { color: var(--color-link-h); text-decoration: none; }


.ajandek {
	background-color: #161d1f;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	padding: 0 3px;
	text-transform: uppercase;
}


/*gallery*/
.galleylistbox { }
.galleylistbox .item { 
	position: relative;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin: 10px 0px;
	padding: 15px 0px;
    box-shadow: 0 0 9px -2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 9px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 9px -2px rgba(0,0,0,0.2);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
 }
.galleylistbox .pic { text-align: center; margin: 10px 0px; }
.galleylistbox .name {
	background-color: #161d1f;
	padding: 15px;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	color: #ffffff; 
}
.galleylistbox .name a:link,.galleylistbox .name a:visited { color: #ffffff; text-decoration: none; }
.galleylistbox .name a:active,.galleylistbox .name a:hover { color: #f5f5f5; text-decoration: none; }
.galleylistbox .desc { padding: 15px 30px; color: #333333; font-size: 12px; text-align: justify; }
.galleydesc { padding: 15px 0px; color: #333333; font-size: 14px; text-align: justify; }
.gallerythumb img { float: left; cursor: pointer; margin: 10px 1px; }
/*lbg.css addon*/
.lb_title span,.lb_info span{ border: 2px solid #ffffff; 
	background-color: #161d1f;
}
.lb_close,.lb_prev,.lb_next { color: #161d1f; }
.lb_close:hover,.lb_prev:hover,.lb_next:hover { color: #161d1f;}


.pager{ 
	font-size: 13px;
	text-align: center;
	padding: 3px 0px;
	color: #e1e1e1;
	padding: 5px 0px;
	clear: both;
}
.pagerprev,.pagernext,.pagerfirst,.pagerlast { 
	padding: 5px 10px; 
	border: 1px solid #eeeeee; 
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.pagerprev:hover,.pagernext:hover,.pagerfirst:hover,.pagerlast:hover { background-color: #f5f5f5;}
.pagerprev,.pagernext,.pagerfirst,.pagerlast { background-color: #ffffff; }
.pagersel { 
	padding: 0px 20px;  	
}
.pagerinp { 
	color: #333333; 
	background-color: #ffffff; 
	border: 2px solid #eeeeee; 
	padding: 2px 3px;
	width: 50px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;  
 }
.pager a:link,.pager a:visited { color: #333333; text-decoration: none; }
.pager a:active,.pager a:hover { color: #161d1f; text-decoration: none; }	
	
	
/*testimonial*/
#testimonialbox .text { font-size: 12px; text-align: justify; }
#testimonialbox .name { color: #161d1f; }
#testimonialbox .company { font-size: 12px; }

/*footerblock*/
.sideblock { background-color: #161d1f; color: #ffffff; margin: 15px 0px; font-size: 13px; /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/}
.footerblock { background-color: #161d1f; color: #ffffff; margin: 15px 0px 0px 0px; font-size: 13px; }
.footerblock .fa,.sideblock .fa  {
	float: left;
    font-size: 36px;
    margin: 25px 0 25px 15px;
}
.footerblock h3,.sideblock h3  {
    font-size: 15px;
    line-height: 20px;
    margin: 25px 0 0 !important;
    text-transform: uppercase;
	color: #ffffff;
}
.footerblock > div {
	border-right: 1px solid #C6E087;
}
.footerblock > div:last-child {
	border: none;
}
.footerblock a:link,.footerblock a:visited,.sideblock a:link,.sideblock a:visited  { color: #ffffff; text-decoration: none; }
.footerblock a:active,.footerblock a:hover,.sideblock a:active,.sideblock a:hover { color: #ffd6a0; text-decoration: none; }

/*footer*/
.footer { 
	padding-top: 10px;
	min-height: 240px;
	color:  var(--color-font);
	font-size: 14px;
	line-height: 1.7em;
}
/*.footer a:link,.footer a:visited { color:  var(--color-link); text-decoration: none; }
.footer a:active.footer a:hover { color:  var(--color-link-h); text-decoration: none; }*/
.footer h4 {
	font-size: 16px;
	color:  var(--color-font);
	padding: 15px 0px;
	margin-bottom: 20px;
	border-bottom: 3px solid var(--color-border);
}
.footer .container {
	padding: 10px 10px;
	border-top: 1px solid var(--header-border);
}

.footer1  { 
	border-top: 1px solid #ffffff;
	min-height: 50px; 
}
.footercopyr { 
	color: #ffffff; 
	font-size: 13px;
	padding: 15px 0px;
}
.footercopyr1 { 
	color: #ffffff; 
	font-size: 13px;
	padding: 15px 0px;
	text-align: right;
}
.footerlogo { 
	padding: 10px 0px; 
	text-align: right;
}

.footermenu .fa { font-size: 12px; }
.footermenu .fa-li { top: 0.4em; }
.footeraddress .fa { width: 1em; margin-right: 0.7em; }
.footeraddress .flogo { margin-left: 15%; }

/*form*/
.form-control { 
	background: rgba(255,255,255,0.1);
	padding: 6px 0 6px 10px;
	border: 1px solid var(--color1);
	color: var(--color-font);
	border-radius: 4px;
}
.form-control:focus {
    border: 1px solid var(--color1);
    box-shadow: 0px 0px 14px 0px rgba(0, 128, 255, 1);
}
.control-label { font-weight: normal; }
.form-group .disfield {
    display: inline-block;
    padding-top: 7px;
	font-size: 14px;
	font-weight: bold;
}
.btn {
	padding: 5px 20px;
	border-radius: 4px;
}
.btn-default {
    background-color: #f5f5f5;
    border-color: #909090;
    color: #161d1f;
}

/*media query*/

@media (min-width: 768px) {
  .container {
  }
   .navbar .navbar-toggle { /*.navbar-inverse */
	margin: 25px 10px;
   }
	#menu-close, #menu-toggle {
		display: none;
	}   
}
@media (min-width: 992px) {
  .container {
  }
}
@media (min-width: 1200px) {
  .container {
  }
}

@media (max-width: 990px) {
  .container {
  }
}
@media only screen and (max-width: 480px) {
	.searchpagerfirst,.searchpagerlast { 
		display: none;
	}
	.contboxinner { padding: 0px; }
	
	#devicesn { 
		width: 250px;
		margin: auto;
 	}

	.login-center {
    	width: 300px;
	}	
}

@media only screen and (max-width: 767px) {
	#header-main .container { padding: 0px;}
	#header-main .header-wrap .wrap-logo {
		display: block;
		margin: 0px;
		text-align: center;
		float: none !important;
		width: auto;
		padding: 0px;
		background-color: rgba(0,128,255,0.2);
	}
	
	#header-main .header-wrap .wrap-logo {
		background-color: transparent;
	}

	#header-main .header-wrap {
		height: auto;
	/*background-color: rgba(0,128,255,0.2);*/
	}	

	.topsearch {
		margin: 0px auto;
	}
	.topsearch, .topcart {
		float: none;
	}
	.navbar {
		min-height: 0;
	}
	
	.navbar-nav {
		margin: 0;
	}
	.navbar .navbar-toggle { /*.navbar-inverse */
		margin: 5px 15px;
	}

	
	.navbar .navbar-toggle { 
		/*margin: 25px 10px;*/
	}
	#ddsrespmenu .navbar-nav {
		/*display: none;*/
	}
	.navbar-collapse.collapse {
		right: -800px;
		display:none;
	}
	.navbar-toggle { 
		display: block;
	}

	.navbar, .navbar-header {
		position: static;
	}
	.navbar-collapse {
		background-color: #ffffff;
		position: relative;
		max-width: 100%;
		width: 400px;
		transition: right 250ms ease;
		z-index:100;
		height: auto;
	}
	.navbar-collapse.in {
		right: 0;
		box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.3);
		padding: 10px 0;
		display: block;
	}
	
	.navbar-nav {
		float: none;
	}
	
	.navbar-nav > li {
		float: none;
	}	
	
	#topmenu {
		margin-bottom: 0px;
		position: fixed;
		top: -50px;
		right: 0;
		z-index: -9;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.15);
		box-shadow: 0 6px 12px rgba(0,0,0,0.15);
	}
	#topmenu.showdiv {
		top: 0px;
		z-index: 99999;
	}	
	#topmenu .topsearch {
		margin-top: 8px;
		margin-bottom: 8px;
		width: 250px;
	}
	#topmenu .topsearch input {
		width: 220px;
	}
	
	.productmain .infolead { padding: 20px 0px 15px 0px; }
	.productmain .prodsticker { top: -50px;}
	
	#logo .visible-xs { display: inline-block !important;}	


	.button-search .fa-search {
		border: none !important;
	}
	
	 #filterpanel-wrapper {
    margin-right: -250px;
    right: 0;
    width: 250px;
    /*background: rgb(0,0,0);*/
	background: rgb(255,255,255);
    position: fixed;
    height: 72%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
	margin-top: 37px;
	background: #000;
  }
  
   .filterpanel-nav {
    position: absolute;
    top: 0;
    width: 100%; /*250px;*/
    list-style: none;
    margin: 0;
    padding: 0;
	/*padding-right: 10px;*/
  }

  #filterpanel-wrapper.active {
    right: 250px;
    width: 250px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
	box-shadow: 0px 5px 10px #333333;
	-ms-box-shadow: 0px 5px 10px #333333;
	-webkit-box-shadow: 0px 5px 10px #333333;
  }
  
  #filterpanel-wrapper .filterpanel-nav #menu-close {
	 display: none; 
  }
  
  #filterpanel-wrapper.active .filterpanel-nav #menu-close {
    /*bottom: 10px;*/
    left: 10px;
    position: fixed;
    z-index: 1;
	display: block;
	background: #d92727;
	color: #ffffff;
	border: 1px solid #d92727;
	-webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
	box-shadow: 0px 5px 10px #333333;
	-ms-box-shadow: 0px 5px 10px #333333;
	-webkit-box-shadow: 0px 5px 10px #333333;
  }
  #filterpanel-wrapper.active .filterpanel-nav #menu-close:hover {
	  background: #b01d1d;
	  border: 1px solid #b01d1d;
  }
	.panel-group .panel+.panel {
		margin-top: 0px;
	}
	.panel-default {
		/*border: none;*/
	}
	
	  #menu-toggle {
	  position: fixed;
	  right: 20px;
	  z-index: 10;
	  font-size: 14px;
	  text-transform: uppercase;
	  font-weight: 600;
	 /*background-color: rgba(0,128,255,0.2);*/
	 background: var(--color2);
	 border-radius: 4px;
	 paddind: 5px 20px;	  
	 color: #ffffff;
	  
  }
  #menu-toggle i {
	  font-size: 12px;
  }
	
}

@media only screen and (max-width: 990px) {
	
	#topmenu .loginname {
		margin-top: 0;
		top: 0;
	}
	
	/* nav menü */
	body {
		overflow-x: hidden;
	}
	#logo { margin-left: 0px;}

	.topsearch, .topcart {
		height: 60px !important;
	}

	#header-main .header-wrap .wrap-menu .nav > li > a {
		padding: 20px 10px;
	}
	
	#header-main .header-wrap .wrap-logo {
		padding: 4px 0px;
	}
	.navbar .navbar-nav > li > a {
	font-size: 13px;	
	}	
	
	#ddsrespmenu .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
		background-color: #FFFFFF;
		border-top: 0;
		border-left: 5px solid #161d1f;
		color: #161d1f;
		padding-top: 10px;
		padding-left: 10px;
	
	}
	
	#header-main {
		margin-bottom: 0px;
	}
	#topmenu .toplinks {
		padding: 8px 0px;
	}	
	.footerblock > div {
		border-right: none;
		border-bottom: 1px solid #c6e087;
	}
	.footerblock .fa {
		margin: 0;
	}
	.contboxinner { margin-top: 20px; }	
}
  
@media only screen and (max-width: 1199px) {
	/*.contboxinner { padding: 15px; }*/
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

/*xm bs patch*/
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; }
 
@media (max-width: 480px) {
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11 {
float: left; }
 
.col-ms-1 {
width: 8.33333%; }
 
.col-ms-2 {
width: 16.66667%; }
 
.col-ms-3 {
width: 25%; }
 
.col-ms-4 {
width: 33.33333%; }
 
.col-ms-5 {
width: 41.66667%; }
 
.col-ms-6 {
width: 50%; }
 
.col-ms-7 {
width: 58.33333%; }
 
.col-ms-8 {
width: 66.66667%; }
 
.col-ms-9 {
width: 75%; }
 
.col-ms-10 {
width: 83.33333%; }
 
.col-ms-11 {
width: 91.66667%; }
 
.col-ms-12 {
width: 100%; }
 
.col-ms-push-1 {
left: 8.33333%; }
 
.col-ms-push-2 {
left: 16.66667%; }
 
.col-ms-push-3 {
left: 25%; }
 
.col-ms-push-4 {
left: 33.33333%; }
 
.col-ms-push-5 {
left: 41.66667%; }
 
.col-ms-push-6 {
left: 50%; }
 
.col-ms-push-7 {
left: 58.33333%; }
 
.col-ms-push-8 {
left: 66.66667%; }
 
.col-ms-push-9 {
left: 75%; }
 
.col-ms-push-10 {
left: 83.33333%; }
 
.col-ms-push-11 {
left: 91.66667%; }
 
.col-ms-pull-1 {
right: 8.33333%; }
 
.col-ms-pull-2 {
right: 16.66667%; }
 
.col-ms-pull-3 {
right: 25%; }
 
.col-ms-pull-4 {
right: 33.33333%; }
 
.col-ms-pull-5 {
right: 41.66667%; }
 
.col-ms-pull-6 {
right: 50%; }
 
.col-ms-pull-7 {
right: 58.33333%; }
 
.col-ms-pull-8 {
right: 66.66667%; }
 
.col-ms-pull-9 {
right: 75%; }
 
.col-ms-pull-10 {
right: 83.33333%; }
 
.col-ms-pull-11 {
right: 91.66667%; }
 
.col-ms-offset-1 {
margin-left: 8.33333%; }
 
.col-ms-offset-2 {
margin-left: 16.66667%; }
 
.col-ms-offset-3 {
margin-left: 25%; }
 
.col-ms-offset-4 {
margin-left: 33.33333%; }
 
.col-ms-offset-5 {
margin-left: 41.66667%; }
 
.col-ms-offset-6 {
margin-left: 50%; }
 
.col-ms-offset-7 {
margin-left: 58.33333%; }
 
.col-ms-offset-8 {
margin-left: 66.66667%; }
 
.col-ms-offset-9 {
margin-left: 75%; }
 
.col-ms-offset-10 {
margin-left: 83.33333%; }
 
.col-ms-offset-11 {
margin-left: 91.66667%; } }

@media (min-width: 480px) and (max-width: 768px) {
.container {
	max-width: 748px; } 
}

.footer-logo img {
	padding: 0;
	margin: 5px -15px;
}

.footer-social {
	text-align: right;
}

.footer-social i {
	font-size: 36px;
	margin: 20px 10px;
	color: #dedede;
}

.footer-newsletter {
	text-align: right;
	padding: 20px 0;
}

.footer-newsletter input[type="text"] {
	padding: 6px 38px;
	margin: 2px 5px;
	border-radius: 5px;
}
.footer-newsletter input[type="button"] {
	margin-top: -4px;
	padding: 8px 12px;
}

.footer-menu hr {
	margin-bottom: 5px;
}

.moreproductview {
	margin: 0 -9999rem;
	/* add back negative margin value */
	padding: 0.25rem 9999rem;
	background: #f4f4f4;
}
.moreproductview h2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: -5px;
	text-transform: uppercase;
}
.moreproductview > div:first-of-type {
	padding: 0 0px;
}
.nav-tabs > li {
	text-transform: uppercase;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-bottom: 2px solid #222;
	padding: 10px 0;
	border-top: none;
	border-right: none;
	border-left: none;
	text-transform: uppercase;
}

.bootstrap-touchspin input {
	width: 45px!important;
	font-size: 14px;
	height: 35px;
	font-weight: 400;
	border-right: none;
	border-top: none;
	margin-right: -10px;
}

.bootstrap-touchspin-up, .bootstrap-touchspin-down {
	width: 40px;
	border: 1px solid #eee;
	font-size: 11px;
	line-height: 21px;
	color: #8798a1;
	font-size: 20px;
}
.bootstrap-touchspin-up:hover, .bootstrap-touchspin-down:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.bootstrap-touchspin-postfix {
	border: 1px solid #eee;
	background: #fff;
	border-left: none;
	padding-top: 7px;
	padding-bottom: 5px;
}

.removed { display: none; }

#cartcontent {
	display: none;
}
#cartcontent.active {
	display: block;
}

.merettbl {
	margin: 30px 20px;
}
.merettbl td{
	padding: 14px 8px;
}

.merettblimg {
	max-width: 120px;
}
.gmap {
	float: right;
}