/* ############################################################################# */
/* DURA MENU 1.0 CSS STYLES - GENERAL 											 */
/* NOTE: PLEASE REFER TO "RESPONSIVE.CSS" FOR RESPONSIVE OVERRIDE FEATURES 		 */
/* AUTHOR: ISMAIL ONUR ON BEHALF OF BRIENLABS.COM								 */
/* ADDITIONAL INFORMATION: THIS ITEM IS EXCLUSIVELY SOLD @ CODECANYON.NET		 */
/* ############################################################################# */

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:400;
}

.dura-wrapper {
	/* main wrapper for everything */
	position: absolute;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 10000;
}

.dura-container {
	/* override Bootstrap ".container" class properties */
	width: 100%;
	max-width: 980px;
	/*background: #fff;*/
}


.dura-container.border-top {
	border-top: 1px solid #ccc;
}

.dura-container-shadow {
	/* boxed-layout container left & right shadow */
	-webkit-box-shadow: -2px 0px 15px 0px #777, 2px 0px 15px 0px #777;
	-moz-box-shadow: 	-2px 0px 15px 0px #777, 2px 0px 15px 0px #777;
	box-shadow: 		-2px 0px 15px 0px #777, 2px 0px 15px 0px #777;
}

/* SEGMENTS OF NAVIGATION AND CONTENT														*/
/* DURA MENU HAS 3 SEGMENTS (i.e. ROWS) 													*/
/* 1ST ROW --> .header-top-row 		--> call us number, language/account/currency dropdowns */
/* 2ND ROW --> .header-central-row 	--> logo, my cart/sign-in dropdowns 					*/
/* 3RD ROW --> .header-bottom-row 	--> main-navigation 									*/

.header-top-row {
	min-height: 30px;
	max-height: 3px;
	font-size: 12px;
	padding: 0;
	padding-bottom: 0;
	z-index: 10052;
}

.header-central-row {
	height: 60px;
	padding: 0;
	z-index: 10051;
}

.header-bottom-row {
	height: 40px;
	z-index: 10050;
}

.content-container {
	z-index: 10049;
}

/* NAVIGATION */
.nav-container {
	/* main navigation container */
	background: #222;
	height: auto;
	max-height: 50px;
}

.nav-container-fixed {
	/* Fix main navigation container on scroll */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10055;
}

/* TOP ROW, and TOP ROW DROPDOWNS */
.header-top-row,
.header-top-row a,
.header-top-row a:link,
.header-top-row a:focus {
	font-family: 'arimo', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	color: #555;
}

.header-top-row a:hover,
.header-top-row > div > ul > li:hover > a {
	color: #fb486c;
	text-decoration: none;
}

.header-top-row > div > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.header-top-row > div > ul > li {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	font-size: 12px;
}

.header-top-row > div > ul > li:hover {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.header-top-row > div > ul > li > a {
	line-height: 30px;
	padding: 0px 10px;
}

.header-top-row > div > ul > li > ul {
	position: absolute;
	top: 30px;
	left: auto;
	width: 150px;
	min-width: 120px;
	padding: 10px 10px;
	border-radius: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #fec7d1;
	font-size: 12px;
	z-index: 10060;
	margin-left: -11px; /* position correction, refer to @ .header-top-row > div > ul > li { padding: 0 10px; } */
}

.header-top-row > div ul li:last-child ul {
	right: 15px;
}

.header-top-row > div > ul > li > ul > li {
	border-bottom: 1px dashed #efefef;
}

.header-top-row > div > ul > li > ul > li:last-child {
	border-bottom: none;
}

.header-top-row > div > ul > li > ul > li > a {
	padding: 5px 10px;
	margin: 0
}

.header-top-row > div > ul > li > ul > li .fa {
	margin-right: 5px;
}

/* CENTRAL ROW, and CENTRAL ROW DROPDOWNS */
.header-central-row > div > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.header-central-row > div > ul > li {
	display: inline-block;
	margin: 0;
	padding: 18px 20px 2px 20px; /* top right bottom left */
	line-height: 60px;
	/*background: #fff; */
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	font-size: 12px;
	margin-left: -1px
}

.header-central-row > div > ul > li:hover,
.header-central-row > div > ul > li:active,
.header-central-row > div > ul > li:focus {
	background: #f7f7f7;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.header-central-row > div > ul > li:last-child {
	padding-right: 30px;
}
.header-central-row > div > ul > li span.dropdown-text {
	position: absolute;
	top: 4px;
	margin-left: 42px
}

.header-central-row > div > ul > li > a .fa {
	color: #990033;
}

.header-central-row > div > ul > li > a {
	color: #555;
}

.header-central-row > div > ul > li > div {
	position: absolute;
	top: 60px;
	left: auto;
	width: 280px;
	min-width: 240px;
	padding: 20px 20px;
	border-radius: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	z-index: 10060;
	margin-left: -21px; /* position correction, refer to @ .header-top-row > div > ul > li { padding: 0 10px; } */
}

.header-central-row > div ul li:last-child > div.dropdown-menu {
	right: 15px;

}

.header-central-row > div > ul > li > div.dropdown-menu div[class^='col'], .header-central-row > div > ul > li > div.dropdown-menu div[class*='col'] {
	padding:0;
}

.header-central-row > div > ul > li > div.dropdown-menu input {
	margin: 10px 0px;
}

.header-central-row > div > ul > li > div.dropdown-menu input:first-child {
	margin: 0px 0px;
}

.header-central-row > div > ul > li > div div.well-statement {
	padding: 10px;
	line-height: 18px;
	color: #666;
	border: 1px dashed #666;
}

/* MAIN NAVIGATION        */
/* NAVIGATION - 1ST LEVEL */
div.nav-container .navbar.navbar-inverse {
	/* no border bottom for Bootstrap .nav-inverse class */
	border-bottom: none;
}

div.nav-container .navbar > ul.nav,
div.nav-container .navbar   ul.navbar-right {
	/* reset bootstrap margin and paddings */
	margin: 0;
	padding: 0;
}

div.nav-container .navbar ul.nav {

}

div.nav-container .navbar ul.nav > li {
	font-family: 'noto-sans', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-shadow: 2px 1px 10px rgba(0, 0, 0, 0.2);
}

div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping > a {
	/* active menu item - shopping categories */
	background: #990033;
	color: #efefef;
}

div.nav-container .navbar.navbar-inverse ul.nav > li:hover > a,
div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping > a:hover,
div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping > a:focus,
div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping.open > a:hover,
div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping.open > a:focus {
	/* active menu item - shopping categories :hover and :focus states */
	color: #fff;
	background-color:  #990033;
}


/* NAVIGATION - 2ND LEVEL */
div.nav-container .navbar ul.nav > li > ul.dropdown-menu {
	/* dropdown position */
	top: 50px;
	width: 220px;
	padding: 5px 0;
}

div.nav-container .navbar ul.nav > li > ul.dropdown-menu > li {
	/* dropdown properties */
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
	text-shadow: none;
}

div.nav-container .navbar ul.nav > li > ul.dropdown-menu > li > a {
	/* dropdown properties */
	padding: 5px 0;
	margin: 0px 15px;
	border-bottom: 1px dashed #efefef;
}

div.nav-container .navbar ul.nav > li > ul.dropdown-menu > li > a:hover {
	background: none;
	color: #fb486c
}

div.nav-container .navbar ul.nav > li > ul.dropdown-menu > li:last-child > a {
	/* remove border bottom from the last child */
	border-bottom: none;
}

div.nav-container .navbar ul.nav > li i.fa {
	/* icons position */
	width: 10px;
	margin-right: 14px;
	text-align:center;
}

div.nav-container .navbar ul.nav > li > ul > li > a:after {
	/* css triangle right-arrows for shopping categories list */
	content: '';
	position: absolute;
	right: 15px;
	margin-top: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #666;
}

div.nav-container .navbar ul.nav > li > ul > li > a:only-child:after,ul.nav > li > ul > li:hover > a:only-child:after {
	/* NO css triangle right-arrows for shopping categories list (which does not have child) */
	border-width: 0px 0 0px 0px;
}


/* NAVIGATION - 3RD LEVEL */
div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping {
	position: absolute;
	left: 100%;
	top: -1px;
	width: 730px;
	height: auto;
	background: #f7f7f7;
	border: 1px solid #ccc;
	border-top: none;
	visibility: hidden;
	opacity: 0;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping.dropdown-menu-1col {
	width: 244px;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping.dropdown-menu-2col {
	width: 487px;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping h3:before {
	content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    left: auto;
    border-bottom: 5px solid #ccc;
	margin-top: 25px;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping h3:after {
	content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    left: 30px;
    border-bottom: 1px solid #ccc;
	margin-top: 27px;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping p {
	margin: 20px 0px;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping ul {
	list-style: none;
	padding: 10px 15px;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping ul > li {
	padding: 3px 0px;

}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping ul > li > a,
div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping ul > li > a:link,
div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping ul > li > a:visited,
div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping ul > li > a:focus {
	color: #555;
}

div.banner-womenswear,
div.banner-menswear,
div.banner-pc-office,
div.banner-smartwatch,
div.banner-consumer-electronics {
	background: url(http://placehold.it/800x80) no-repeat;
	background-size: cover;
	height: 70px
}

div.banner-menswear {
	background: url(http://placehold.it/800x80) no-repeat;
}

div.banner-pc-office {
	background: url(http://placehold.it/800x80) no-repeat;
}

div.banner-smartwatch {
	background-image: url(http://placehold.it/315x582);
    background-repeat: no-repeat;
    background-size: cover;
	height: 395px;
}

div.banner-consumer-electronics {
	background: url(http://placehold.it/800x80) no-repeat;
}

.col-dark {
	background:#585858;
	color: #efefef;
}

.col-dark h3 {
	color: #f7f7f7;
}

.slogan-light {
	font-weight: 300;
	font-family: 'Khula', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #f7f7f7;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.49);
}

span.slogan-light-price {
	position: relative;
	background: #990033;
	color: #fff;
	font-weight: normal;
	padding: 0 10px;
	padding-top: 2px;
	top: 10px;
	border-radius: 2px;
	line-height: 30px;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping .col-dark ul > li > a,
div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping .col-dark ul > li > a:link,
div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping .col-dark ul > li > a:visited,
div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping .col-dark ul > li > a:focus {
	color: #ccc;
}


/* NAVIGATION - 3RD LEVEL --> PRODUCT SLIDER & SINGLE ITEM */
.dropdown-menu-shopping-item-title,
.dropdown-menu-shopping-item-description,
.dropdown-menu-shopping-item-price-not,
.dropdown-menu-shopping-item-price {
	display: block;
	margin: 3px 20px;
}

.dropdown-menu-shopping-item-title {
	font-size: 16px;
	font-weight: bold;
	color: #444;
}

.dropdown-menu-shopping-item-description {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.dropdown-menu-shopping-item-price-not {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-decoration: line-through;
}

.dropdown-menu-shopping-item-price {
	font-size: 17px;
	font-weight: bold;
	color: #990033;
	display: inline;
	margin-right: 10px;
}

.carousel .dropdown-menu-shopping-item-title {
	font-weight: 300;
	font-family: 'Khula', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
}

.carousel .dropdown-menu-shopping-item-price-not {
	display: inline;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	text-decoration: line-through;
	margin:0px;
}

.carousel .dropdown-menu-shopping-item-price {
	font-size: 16px;
	font-weight: bold;
	color: #990033;
	display: inline;
	margin: 0;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping h2.light,
div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping h2.dark {
	position: absolute;
	font-size: 22px;
	font-family: 'Khula', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	line-height: 75px;
	margin: 0;
	padding:0;
	text-transform: uppercase;
	color: #fff;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.49);
	z-index: 10051; /* to make h2 above .gradient-left */
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping h2.dark {
	color: #333;
	text-shadow: -1px 1px 2px rgba(255, 255, 255, 0.49);
}

/* STANDARD MEGA MENU */
li.dropdown-mega {
	position: static;
}

div.dropdown-mega-content {
	position: absolute;
	left: 15px;
	width: 950px;
	height: auto;
	background: #fff;
	border: 1px solid #c5c5c5;
	border-top: none;
	visibility: hidden;
	opacity: 0;
}

/* TABBED MENU */

div.tabbed-height-365 {
	height: 365px;
}

div.nav-container .navbar ul.nav > li > div.tabbed-menu {
	position: absolute;
	width: 630px;
	background:#fff;
	border: 1px solid #c4c4c4;
	border-top: none;
}

div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul {
	float: none;
	margin: 0;
	padding: 15px 0px;
	list-style: none;
	position: absolute;
	/* if you change width, also change "left: 180px" value at "div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content" */
	width: 180px;
	height: 100%;
	background: #f5f5f5;
	border-right: 1px solid #c4c4c4;

}

div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li {
	color: #222;
}

div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li > a { /* category menu items */
	display: block;
	background: #f5f5f5;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	color: #666;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: normal;
	text-shadow: none;
	text-transform: capitalize;
}

div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li:hover > a { /* category menu items:hover */
	background: #fff;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	border-right: 1px solid #fff;
	margin-right: -1px;
}

div.nav-container .navbar ul.nav > li:hover > a { /* enables parent hover effect still active hovering on submenu */
    background: #fc6887;
	color: #fff;
}

div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content { /* category content */
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 448px;
	height: 99%;
	left: 180px; /* dependant property */
	top: 0px;
	padding: 20px;
	background:#fff; /* control bg */
	font-size: 14px;
	font-weight: normal;
}

div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content .row {
	margin-bottom: 20px;
}

div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content a,
div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content a:link,
div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content a:active,
div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content a:visited {
	color: #444;
	text-decoration: none;
	font-weight: normal;
}

div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content a:hover {
	color: #990033;
}

div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li:hover div.tabbed-menu-content,
div.nav-container .navbar ul.nav > li:hover div.active-tab-content {
	visibility: visible;
	opacity: 1;
}

div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li > a.active-tab {
	background: #fff;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	margin-right: -1px;
}

.tabbed-height-375 {
	height: 375px;
}

.tabbed-menu-content, .dropdown-mega-content {
	font-family: 'arimo', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
}

.tabbed-menu-content h3, .dropdown-mega-content h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0 10px;
	line-height: 25px;
	text-shadow: none;
}

.tabbed-menu-content ul, .dropdown-mega-content ul {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	margin-bottom: 20px;

}
.tabbed-menu-content ul li, .dropdown-mega-content ul li {
	margin: 0;
	/*padding: 5px 0px;*/
	/*font-size: 12px;*/
    font-size: 20px;
	font-weight: normal;
	text-transform: none;
}

.CatLevel1 .tabbed-menu-content ul li, .CatLevel1 .dropdown-mega-content ul li {
	margin: 0;
	padding: 5px 0px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

.tabbed-menu-content ul li a, .dropdown-mega-content ul li a {
	color: #444;
}

.tabbed-menu-content ul li a, .dropdown-mega-content ul li a:hover {
	color: #990033;
	text-decoration: none;
}

.tabbed-menu-content .carousel ul, .dropdown-mega-content .carousel ul {
	margin: 0;
	padding: 0;
}

.tabbed-menu-content .carousel ul li, .dropdown-mega-content .carousel ul li {
	padding: 0;
	margin: 0;
}

.tabbed-menu-content .dropdown-menu-shopping-item-title, .dropdown-mega-content .dropdown-shopping-item-title {
	font-family: 'arimo', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}

.tabbed-menu-content .dropdown-menu-shopping-item-price-not, .dropdown-mega-content .dropdown-menu-shopping-item-price-not
.tabbed-menu-content .dropdown-menu-shopping-item-price, .dropdown-mega-content .dropdown-menu-shopping-item-price {
	font-size: 12px;
}

/* TABBED MEGA MENU */
li.tabbed-mega {
	position: static;
}

div.nav-container .navbar ul.nav > li > div.tabbed-mega-menu {
	position: absolute;
	left: 15px;
	width: 950px;
}

div.nav-container .navbar ul.nav > li > div.tabbed-mega-menu > ul > li > div.tabbed-menu-content {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 768px;
	height: 99%;
	left: 180px; /* dependant property */
	top: 0px;
	padding: 20px;
	background:#fff; /* control bg */

	font-size: 14px;
	font-weight: normal;

}

div.nav-container .navbar ul.nav > li:hover div.tabbed-mega-menu div.active-tab-content {
	visibility: visible;
	opacity: 1;
}

/* FOR ALL DROPDOWN-MENU */
.dropdown-menu {
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(204, 204, 204, 1);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

@media (max-width: 767px) {


  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu {
	  background: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #555;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* DURA SEARCH */
.overlay {
	z-index: 10056;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
	visibility: hidden;
	opacity: 0;
}

.overlay-visible {
	visibility: visible;
	opacity: 1;
}

.header-central-row > div > ul > li.dura-search {
	padding: 18px 5px 2px 5px; /* top right bottom left */
}

.header-central-row > div > ul > li.dura-search .dropdown-menu-search {
	position: absolute;
	right: 0px;
	top: 0;
	width: 980px;
	height: 60px;
	border: none;
}

.header-central-row > div > ul > li.dura-search .dropdown-menu-search form {
	margin-top: -12px;
	padding: 0;
}

.header-central-row > div > ul > li.dura-search .dropdown-menu-search .dura-sarch-input {
	width: 100%;
	height: 40px;
	line-height: 20px;
	padding: 0 325px;
	padding-top: 10px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Khula', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
	border: none;
	outline: none;
	margin: 0;
	margin: auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.header-central-row > div > ul > li.dura-search .dropdown-menu-search input:hover,
.header-central-row > div > ul > li.dura-search .dropdown-menu-search input:active,
.header-central-row > div > ul > li.dura-search .dropdown-menu-search input:focus {
    outline:0px !important;
    -webkit-appearance:none;
}

/* NEW, SALE, XX% OFF BADGES */
.badge-color-1, .badge-color-2, .badge-color-3 {
	width: auto;
	height: 15px;
	background: #990033;
	position: absolute;
	margin-left: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	font-size:11px;
	padding: 1px 3px;
	text-transform: uppercase;
	color: #fff;
}

.badge-color-2 {
	background: #0096c1;
}

.badge-color-3 {
	background: #41bf3e;
}

.badge-color-1:before, .badge-color-2:before, .badge-color-3:before {
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	top: 14px;
	left: 0;
	border-style: solid;
	border-width: 8px 6px 0 0;
	border-color: #990033 transparent transparent transparent;
}

.badge-color-2:before {
	border-color: #0096c1 transparent transparent transparent;
}

.badge-color-3:before {
	border-color: #41bf3e transparent transparent transparent;
}

/* DURA BUTTONS */
.btn-dura {
	color: #f6f6f6;
	background-color: #990033;
	border-color: #fc3a61;
}
.btn-dura:focus,
.btn-dura.focus {
	color: #fff;
	background-color: #fb1c48;
	border-color: #fc1f4b;
}
.btn-dura:hover {
	color: #fff;
	background-color: #fb1c48;
	border-color: #fc1f4b;
}
.btn-dura:active,
.btn-dura.active,
.open > .dropdown-toggle.btn-dura {
	color: #fff;
	background-color: #fb1342;
	border-color: #990033;
}
.btn-dura:active:hover,
.btn-dura.active:hover,
.open > .dropdown-toggle.btn-dura:hover,
.btn-dura:active:focus,
.btn-dura.active:focus,
.open > .dropdown-toggle.btn-dura:focus,
.btn-dura:active.focus,
.btn-dura.active.focus,
.open > .dropdown-toggle.btn-dura.focus {
	color: #fff;
	background-color: #fb1c48;
	border-color: #fc1f4b;
}
.btn-dura:active,
.btn-dura.active,
.open > .dropdown-toggle.btn-dura {
	background-image: none;
}
.btn-dura.disabled:hover,
.btn-dura[disabled]:hover,
fieldset[disabled] .btn-dura:hover,
.btn-dura.disabled:focus,
.btn-dura[disabled]:focus,
fieldset[disabled] .btn-dura:focus,
.btn-dura.disabled.focus,
.btn-dura[disabled].focus,
fieldset[disabled] .btn-dura.focus {
	background-color: #fd97ab;
	border-color: #fd8ca3;
}

/* CSS RATING STYLES */
fieldset, label { margin: 0; padding: 0; }

fieldset.rating {
	margin-top: -5px;
}
.rating {
	border: none;
	float: left;
	margin-left: 25px
}

.rating > input { display: none; }
.rating > label:before {
	margin: 5px;
	font-size: 11px;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";

}

.rating > .half:before {
	content: "\f089";
	position: absolute;
}

.rating > label {
	color: #c0c0c0;
	float: right;
}

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }

/* CAROUSEL IMAGE CLASSES */
img.carousel-product-width-120 {
	max-width: 120px;
	margin: 15px auto;
}

img.carousel-product-width-60 {
	max-width: 60px;
	margin: 15px auto;
}

.carousel img:hover {
	opacity: 0.6;
}

/* CAROUSEL CONTROLS */
.carousel-control{
	background: #666;
	border: 0px;
	border-radius: 0px;
	display: inline-block;
	font-size: 18px;
	font-weight: 200;
	line-height: 18px;
	opacity: 0.5;
	padding: 4px 10px 0px;
	position: static;
	height: 30px;
	width: 30px;
}

.carousel-control.left {
	position: absolute;
	left: 0;
	top: 40%;
}

.carousel-control.right {
	position: absolute;
	right: 0;
	top: 40%;
}

a.carousel-control {
	color: #fff;
}
.carousel-control.left {
	background-image: none;
	background-repeat: repeat-x;
	background: #888;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: none;
	background-repeat: repeat-x;
	background: #888;
}
.carousel-control:hover,
.carousel-control:focus {
	color: #e2dfde;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
	top: 57%;
	margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 30px;
	height: 30px;
}

.carousel-control .fa-chevron-left {
	position: absolute;
	left: 7px;
}

.carousel-control .fa-chevron-right {
	position: absolute;
	left: 9px;
}


/* UTILITY CLASSES */
.no-padding {
	/* utility class, no padding */
	padding: 0;
}

.absolute {
	/* utility class, absolute positioning */
	position: absolute;
	top: 0;
	margin: auto;
	left: 0;
	right: 0;
	transition: top 1s ease;
}

.clearance {
	position: relative;
	top: auto;
	height: 30px;
	width: 100%;
	background: #ccc;
	z-index: 10;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+53,ffffff+100&1+0,1+26,0.77+53,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,0.77) 53%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(255,255,255,0.77) 53%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(255,255,255,0.77) 53%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );

}

.clearance-fixed {
	position: fixed;
	top: 50px;
}

.scrollup {
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 5%;
    right: 5%;
    display: none;
    text-indent: -9999px;
    background: url(../img/scroll-to-top-64.png) no-repeat;
	opacity: 0.3;
	z-index: 100060;
}

.margin-left-5 {
	margin-left: 5px;
}

.line-height-30 {
	line-height: 30px;
}

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

.text-bold-c {
	font-weight: bold;
	color: #990033;
}

.badge-item-count {
	position: absolute;
	margin-left: -15px;
	font-size: 10px;
	padding: 3px 5px;
	border: none;
	background: #666;
}

i.font-size-28 {
	font-size: 28px;
}

div.gradient-left {
	width: 400px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10050;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.74+0,0+99 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.74) 0%, rgba(0,0,0,0) 99%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.74) 0%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.74) 0%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

i.search-close {
	font-size: 30px;
	position: absolute;
	left: 610px;
	top: -6px;
	cursor: pointer;
}

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

/* THOMAS */

.categorieimage {
    width:100%;
}

.aufklappencontent, .aufklappencat {
    display:none;
}

.catlistingitem {
    background-color:#eee;
}

.trenner {
border-bottom: 1px solid #CCCCCC;
background-color:#CCCCCC;
height: 1px;
margin-top:20px;
margin-bottom:20px;
clear:both;
}

.trenner-cart {
border-bottom: 1px solid #CCCCCC;
background-color:#CCCCCC;
height: 1px;
margin-top:10px;
margin-bottom:5px;
clear:both;
}

.trenner-cart-position {
border-bottom: 1px solid #000;
background-color:#eee;
height: 1px;
margin-top:20px;
margin-bottom:10px;
clear:both;
}

.trenner-cart-position-top {
border-bottom: 1px solid #000;
background-color:#eee;
height: 1px;
margin-top:5px;
margin-bottom:10px;
clear:both;
}

.catlistingimg {
    margin-right:10px;
}

h1,h2,h3,h4,h5,h6 {
margin:0;
margin-top:5;
    margin-bottom:5;
}

h2,h3 {
font-family: 'Titillium Web', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
}


h1 {
    font-size:2em;
    font-weight:bold;
    margin-bottom: 10px;
     font-family: 'Roboto Condensed', sans-serif;
}

h2 {
    font-size:1.4em;
    font-weight:bold;
}

h6 {
    margin-bottom:5px;
    font-size:22px;
}

h3 {
    font-size:16px;
    font-weight:bold;
    margin-bottom:10;
    line-height:20px;
}

.btn-primary {
    background-color: #eee;
    border-color: #dadada;
    color:#000;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #dadada;
    border-color: #eee;
}

.btn-buy {
    background-color: #5DB116;
    border-color: #dadada;
    color:#fff;
}

.btn-buy:hover {
    background-color: #dadada !important;;
}

.btn-reserve {
    background-color: #ff9000;
    border-color: #dadada;
    color:#fff;
}

.btn-reserve:hover {
    background-color: #dadada !important;;
}

.btn-request {
    background-color: #ff0000;
    border-color: #dadada;
    color:#fff;
}

.btn-request:hover {
    background-color: #dadada !important;;
}

.morebuttoncat {
    margin-top:10px;
}

/*.row ul  {
    margin-left:20px;

}
  */

.unterkategorien ul  {
                   /*margin-left:5px;*/

}

.unterkategorien ul li  {
                    margin-left:5px;
                    font-weight:bold;

}

#categorymenu, #CatNavi {
    padding:0;
}

#CatNavi ul{
           margin:0;
           padding:0;
}

#categorymenu .tabbed-menu-content ul li, ##categorymenu .dropdown-mega-content ul li {
    padding:0;
}



.startlisting {
    margin-top:10px;
}

.productlisting h2{
    font-size:16px;
    line-height:22px;
   margin-bottom:2px;
    height:46px;
    overflow:hidden;
    font-weight:normal;
}

.productlisting {
    border-top:2px solid #eee;
    padding-top:10px;
}

.cross_also {
    padding-top:10px;
}

.box_admin {
    border:2px solid #eee;
    padding:10px;
    margin-bottom:10px;
}

.footer1 {
    background-color:#333;

}

.footer2 {
    background-color:#333;
}

.plistverf {
    margin-bottom:10px;
}

.price {
    font-size:30px;
}

.productinfo {
    margin-top:20px;
}

#productimage {
    width:100%;
    max-width:400px;

}

.offer {
    font-weight:bold;
    color:red;
    margin-top:10px;
}

.qty {
    /*width:20px;*/

}

.form-control {
        display: inline;
        width:50px;
}

.loginform input{
    width:95%;
    margin-top:5px;
}

.pmodel {
    font-size:16px;
}

.bs-example{
    	margin: 20px;

    }

.modal-content {
    padding:20px;
}

.headlincart {
    font-weight: bold;
}

.checkoutbtn {
    margin-top:10px;
    margin-bottom:10ox;
    padding-top:20px;
}

.register-form input, .register-form select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    /* color: #555; */
    background-color: #fff;
     background-image: none;
     border: 1px solid #ccc;
    border-radius: 4px;
     -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
     box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.register-form .gender input {
   width: 150px;
   height: 20px;
   border:0;
       border-radius: 0px;
     -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
     box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
     margin-top:-20px;
}

.register-form .ds-check input {
       width: 16px;
    height: 16px;
    display: inline;
    margin-bottom:-1px;

}

.register-form .code input {
 width: 150px;
  display: inline;

}

.register-form h2 {
    font-size:16px;
    margin-bottom:10px;
}

.footerheadline {
    font-weight: bold;
    font-size:18px;
}

.inputRequirement {
    display:none;
}

.form-group {
    margin-bottom: 0px;
}

.step-ok {
        color:#3aac5d;
}

.ordersteps {
    background-color:#eee;
    padding-top:10px;
        padding-bottom:10px;
}

.shippingblock {
    line-height:40px;
    margin-top:20px;
}

#comments {
    width: 100%;
}

.headline-checkout-art {
font-weight:bold;
}

.checkout-price {
    font-size:12px;
}


.demo-allscreen {
    background: url(../productlisting/row-bg.jpg) no-repeat;
    min-height: 300px;
    background-size: cover;
}

.demo-showcase {
    /* margin: 30px 0; */
    max-height: 300px;
}

h1.startseite {
  margin-top:10px;
}

.productOldPrice {
    font-size:10px;
}

/* Update 2019-10-31 */

.navtrail {
    font-size:12px;
    margin-bottom:10px;
}

.mycatlist {
    margin-bottom:20px;
    height:200px;
}

.mycatlist img {
    margin-bottom:10px;
}

.plisting .buynow, .plisting .ansehen{
    margin-top:10px;
}

h6 {
    font-size:14px;
}

@media(min-width:320px) and (max-width:359px){
.smallrowlist {

    margin-left: 0px;
    margin-right: 0px;
}

.mycatlist {
margin-bottom:10px;
height:125px;
}

.productlisting_name {min-height: 65px; display: block}
.productlisting_price {min-height: 285px;}

    }

@media(min-width:360px) and (max-width:374px){
.smallrowlist {

    margin-left: 0px;
    margin-right: 0px;
}

.mycatlist {
margin-bottom:10px;
height:125px;
}

.productlisting_name {min-height: 45px; display: block}
.productlisting_price {min-height: 300px;}

    }

@media(min-width:375px) and (max-width:424px){
.smallrowlist {

    margin-left: 0px;
    margin-right: 0px;
}

.mycatlist {
margin-bottom:10px;
height:160px;
}

.productlisting_name {min-height: 45px; display: block}
.productlisting_price {min-height: 290px;}

    }

@media(min-width:425px) and (max-width:767px){
.smallrowlist {

    margin-left: 0px;
    margin-right: 0px;
}

.mycatlist {
margin-bottom:10px;
height:180px;
}

.productlisting_name {min-height: 45px; display: block}
.productlisting_price {min-height: 320px;}

    }

@media(min-width:768px) and (max-width:1023px){
.smallrowlist {

    margin-left: 0px;
    margin-right: 0px;
}

.mycatlist {
margin-bottom:10px;
height:180px;
}

.productlisting_name {min-height: 110px; display: block}
.productlisting_price {min-height: 330px;}

    }

@media(min-width:1024px) and (max-width:1439px){
.smallrowlist {
    margin-left: 0px;
    margin-right: 0px;
}

.mycatlist {
margin-bottom:10px;
height:175px;
}

.productlisting_name {min-height: 85px; display: block}
.productlisting_price {min-height: 350px;}

    }

@media(min-width:1440px) and (max-width:1599px){
.smallrowlist {
    margin-left: 0px;
    margin-right: 0px;
}

.mycatlist {
margin-bottom:10px;
height:175px;
}

.productlisting_name {min-height: 65px; display: block}
.productlisting_price {min-height: 360px;}

    }

@media(min-width:1600px){
.smallrowlist {

    margin-left: 0px;
    margin-right: 0px;
}

.mycatlist {
margin-bottom:10px;
height:175px;
}

.productlisting_name {min-height: 65px; display: block}
.productlisting_price {min-height: 360px;}

    }

@media(min-width:1040px){
.smallrowlist {

    margin-left: 0px;
    margin-right: 0px;
}

.mycatlist {
margin-bottom:10px;
height:210px;
}

    }

.price {
    font-size:16px;
}

.price small{
    font-size:12px;
}

@media (min-width: 1200px)
.container {
  width: 100%;
}

.morepics {
    margin-top:10px;
    margin-bottom:20px;
}

.morepics img {
    max-width:280px;
}

.aufklappencontent {
    display: inline;
    }
}


.morecontent {
    display;none;
}
.aufklappencontent {
    display: inline;
    }

.lazyimg {
    opacity: 0;
    transition: opacity 0.5s ease-in;


}

/* DIV SLIDER */
                .swiper-container {
            width: 100%;
            height: 100%;
        }
        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

@media(max-width:767px){
 .video-slide iframe,
 .video-slide object,
 .video-slide embed {
    top: 0;
    left: 0;
    width: 100%;
    height:330px;
}


}

@media(min-width:768px) and (max-width:991px){
 .video-slide iframe,
 .video-slide object,
 .video-slide embed {
    top: 0;
    left: 0;
    width: 100%;
    height:510px;
}
}

@media(min-width:992px) and (max-width:1199px){
    .video-slide iframe,
 .video-slide object,
 .video-slide embed {
    top: 0;
    left: 0;
    width: 100%;
   height:510px;
}
}

@media(min-width:1200px){
    .video-slide iframe,
 .video-slide object,
 .video-slide embed {
    top: 0;
    left: 0;
    width: 100%;
    height:510px;
}
}

.errormessage{border:2px solid;border-color:#ff0000;background-color:#FFCCCC;padding:5px 5px 5px 5px;}
.infomessage{border:2px solid;border-color:#228B22;background-color:#90EE90;padding:5px 5px 5px 5px;}

/* Youtube Video */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Suche */
.search-form {
    width: 100%;
    padding-right: 0;
}

.search-form .form-group {
    padding: 0;
}

.search-input {
    width: 100% !important;
    font-size:
}

.search-form button {
    height:34px;
}

/* product_info.html */
.trenner-product-info {
    border-bottom: 0px solid #eee;
    background-color: #fff;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

.usp ul {
       margin:0;
       padding:0;
}

.usp ul li {
 list-style-type:none;
 line-height:24px;
 font-weight:bold;

}

.usp ul li i {
 color:#b4fa84;
}

.pro-info .buynow {
    margin-top:-3px;

}

.offer {
    background-color:#8f0024;
    font-size:16px;
    color:#fff;
    padding: 10px;
    padding-bottom:3px;
    text-align:center;
    vertical-align: middle;
}

.offer a:link,.offer a:visited {
    color:#fff;
    text-decoration:underline;
}

/* Feld für Versand- und Zahlungsarten */
.radio_field {
    border: 1px solid #000;
    padding:10px;
}

.trenner_black {
border-bottom: 1px solid #CCCCCC;
background-color:#eee;
height: 1px;
margin-top:20px;
margin-bottom:20px;
clear:both;
}

.starttrenner {
    clear:both;
    height:20px;
}

/* Presiformatierung product_info */
.normalPrice{font-size:25px;font-weight:bold;color:#5DB116;}
.productOldPrice{font-size:12px;}
.specialPrice{font-size:16px;font-weight:bold;color:#FF0000;}
.discount{font-size:12px;}

/* Vorlage Packstation u. Postfiliale in der checkout_new_address.html */
.tabreiter{max-width:100%;max-height:100%;position:relative;left:0px;top:-0px;}
.tabreiter ul,
.tabreiter li{margin:0;padding:0;list-style:none;}
.tabreiter,
.tabreiter input[type="radio"]:checked + label{position:relative;}
.tabreiter li,
.tabreiter input[type="radio"] + label{display:inline-block;}
.tabreiter li > div,
.tabreiter input[type="radio"]{position:absolute;}
.tabreiter input[type="radio"] + label{border:solid 1px #ccc;}
.tabreiter{font-family:Arial, Sans-serif;font-size:1em;font-weight:400;color:#000;}
.tabreiter li{vertical-align:top;}
.tabreiter li:first-child{margin-left:8px;}
.tabreiter li > div{top:33px;bottom:0;left:0;width:100%;padding:1px;overflow:auto;background:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.tabreiter input[type="radio"] + label{margin:0 2px 0 0;padding:0 18px;line-height:32px;background:#fff;text-align:center;border-radius:5px 5px 0 0;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;user-select:none;}
.tabreiter input[type="radio"]:checked + label{z-index:1;background:#f1f1f1;border-bottom-color:#fff;cursor:default;}
.tabreiter input[type="radio"]{opacity:0;}
.tabreiter input[type="radio"] ~ div{display:none;}
.tabreiter input[type="radio"]:checked:not(:disabled) ~ div{display:block;}
.tabreiter input[type="radio"]:disabled + label{opacity:.5;cursor:no-drop;}

.checkout-footer {
    min-height:180px;
}

/* Widerrufsformular */
#formabbinder {
	background-color:#f4f4f4;
	border-top:1px solid #e8e8e8;
	padding:10px 20px 10px 0px;
	margin-left:0px;
}

#formwrapper {
padding:10px;
}

.lineclose {
	clear:both;
	margin-bottom:10px;

}

.formleft {
	float:left;
    width:150px;
	text-align:left;
}


.textfield {
	width:247px;
	float:left;
	margin-left:5px;
}

#bekannt {
	width:252px;
}

.formright input {
	width:248px;
}

.form-plz {
	width:50px;
}

.formright input.plz {
	width:60px;
}

.formright input.ort {
	width:178px;
}

#optin {
margin-top:20px;
}

#absenden {
	background-color:#005ca8;
	color:#fff;
	padding:10px;
	padding-bottom:5px;
	padding-top:5px;
	border:1px solid #5388a8;
}

#absenden {
	cursor:pointer;
}

h2.error {
	color:#F00;
	font-size:12px;
}

#formgut {
	display:none;
	padding:20px;
}

#formtop {
	display:none;
}

/* plus/minus Buttons im Warenkorb */
.plus{background-image:url(../img/plus.gif);background-repeat:no-repeat;width:14px;height:14px;border:0px;font-size:0px;cursor:pointer;}
.minus{background-image:url(../img/minus.gif);background-repeat:no-repeat;width:14px;height:14px;border:0px;font-size:0px;cursor:pointer;}

/* Vorschaubild full size für lokale HTML5 Videos */
video[poster] {
    object-fit: fill;
}

.video-slide {
    margin-top:20px;
    margin-bottom:20px;
    border: 1px solid #000;
}

/* box_languages zum Sprachwechsel */
#button_de {
    float:left;
    display:block;
    width:25px;
    height:25px;
    margin-bottom:-10px;
    background:url('/lang/german/german.svg') no-repeat top left;
}

#button_en {
    margin-left:30px;
    float:left;
    display:block;
    width:25px;
    height:25px;
    margin-bottom:-10px;
    background:url('/lang/english/english.svg') no-repeat top left;
}

/* input-radio-Buttons im Checkout und in der create_account.html */
input[type='checkbox'],
input[type='radio'] {
    background: #eee;
    float:left;
    outline:1px solid #000;
    margin-right:5px;
    width:20px;
    height:20px;
    margin-top:-2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type='checkbox']:checked,
input[type='radio']:checked  {
    background: orange;
    float:left;
    outline:1px solid #000;
    margin-right:5px;
    width:20px;
    height:20px;
    /*box-shadow: 0 0 0 3px orange;*/
    margin-top:-2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* input-radio-Buttons gender Registrierung, Anmeldung */
.register-form .gender input {
    width:20px;
    margin-bottom:15px;
}

/* Abstand rechts/links in der box_categories
@media(min-width:768px){
div.categories {
    margin-top: -13px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 8px;
}
}   */

h3 {
    font-weight:bold;
    display:inline;
}