

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.TopArea {

}
.TopInfoBG {
	background-color:#222222;
	color:#ffffff;
	width:100%;
	height:30px;
	border:0px;
	padding-top:8px;
}
.TopBG {
	background-color:#000000;
	width:100%;
	height:57px;
	position:fixed;
	z-index:100;
}

.Top_Icon_Transport {
	border:0px;
	width:30px;
	height:17px;
	background: url('../../IMAGES/V1/Icons.png')  0px -10px;
}
.Top_Icon_Return {
	border:0px;
	width:20px;
	height:17px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat 0px -37px;
}
.TopText {
	font-family:'FuturaBookBT';
	font-size:13px;
	color:#a2a2a2;
}

.cart-badge {
	padding-top:0px;
	width:16px;
	height:16px;
	line-height:16px;
	display: block;
	font-size: 11px;
	font-weight:normal;
	font-family: 'Oswald';
	text-align: center;
	color: #000000;
	border: 2px solid #000000;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
	z-index: 50;
	top:-13px;
	left:-15px;
	position:relative;
}


.Search {
	width:100%;
	height:47px;
	border:0px solid #a2a2a2;
	background-color:#202020;
	position:absolute;
	top:57px;
	left:0px;
	z-index:10001;
	display:none;
	border-bottom:5px solid #000000;
}
.SearchArea {
	width:97%;
	margin-left:2%;
	margin-right:1%;
}
.SearchBox {
	width:75%;
	margin-top:10px;
	float:left;
}
.SearchTextBox {
	width:98%;
	height:30px;
	border:0px;
	border-bottom:1px solid #666666;
	font-family:'FuturaBookBT';
	font-size:14px;
	font-style: italic;
	color:#a2a2a2;
	background:transparent;
	outline:none;
	padding-left:1%;
	padding-right:1%;
}
.SearchBTN {
	float:left;
	width:23px;
	height:23px;
	border:0px;
	margin-top:14px;
	margin-left:10px;
	cursor:pointer;
	background: url('../../IMAGES/V1/Icons.png') no-repeat 0px -120px;
}
.SearchBTN:hover {
	background: url('../../IMAGES/V1/Icons.png') no-repeat -33px -120px;
}



























.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000000;
  top: 57px;
  left: 0%;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.05s;
  padding-top: 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.01s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}






ul,li,nav 
{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: "FuturaBookBT";
  font-size: 16px;
  text-transform: uppercase;
}

nav { display: block; text-align:left; }
ul { list-style: none }
a { text-decoration: none; font-size:16px; }

.nav a, .nav label {
	display: block;
	padding: .85rem;
	color: #fff;
	background-color: #151515;
	box-shadow: inset 0 -1px #1d1d1d;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
	font-size:16px;
}



.nav label { cursor: pointer; }

.group-list a, .group-list label {
  padding-left: 2rem;
  background: #252525;
  box-shadow: inset 0 -1px #373737;

}

.group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover { }

.sub-group-list a, .sub-group-list label {
  padding-left: 4rem;
  background: #353535;
  box-shadow: inset 0 -1px #474747;
}

.sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover {  }

.sub-sub-group-list a, .sub-sub-group-list label {
  padding-left: 6rem;
  background: #454545;
  box-shadow: inset 0 -1px #575757;
}

.sub-sub-group-list a:focus, .sub-sub-group-list a:hover, .sub-sub-group-list label:focus, .sub-sub-group-list label:hover { background: #333333; }

.group-list, .sub-group-list, .sub-sub-group-list {

  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.nav_list input[type=checkbox]:checked + label + ul {
max-height: 2000px; }

label > span {
  float: right;
  -webkit-transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
}

.nav_list input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 Ronoto;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-angle-right:before {
	display:block;
	margin-top:5px;
	margin-right:5px;
    content: url(https://www.trauringe123.de/IMAGES/V1/MOBILE/ArrowRight.png);
}


.TabActive {
	display:inline-block;
	padding:12px 15px 12px 15px;
	font-family:'FuturaBookBT';
	font-size:14px;
	color:#ffffff;
	border-radius:10px 10px 0px 0px;
	background-color:#464646;
	border:0px;
	cursor:pointer;
	margin:0px;
}
.TabPassive {
	display:inline-block;
	padding:12px 15px 12px 15px;
	font-family:'FuturaBookBT';
	font-size:14px;
	color:#a2a2a2;
	border-radius:10px 10px 0px 0px;
	background:transparent;
	border:0px;
	cursor:pointer;
	margin:0px;
}

.TabActiveUser {
	display:inline-block;
	padding:12px 15px 16px 15px;
	border-radius:10px 10px 0px 0px;
	background-color:#464646;
	border:0px;
	cursor:pointer;
	margin:0px;
}
.TabPassiveUser {
	display:inline-block;
	padding:12px 15px 16px 15px;
	border-radius:10px 10px 0px 0px;
	background:transparent;
	border:0px solid #464646;
	cursor:pointer;
	margin:0px;
}


.BenefitArea
{
	margin-top:20px;
}
.BenefitIconBox {
	width:50px;
	height:50px;
	border:0px solid #b9b9b9;
	background-position: center;
}
.BenefitTextTitle {
	font-family:'FuturaBookBT';
	font-size:11px;
	color:#636165;
	margin-top:0px;
}
.BenefitLine
{
	border:0px;
	border-right:1px solid #8d8d8d;
	height:50px;
	width:1px;
}

.TopAngebote {
	width:100%;
	height:40px;
	border:0px;
	border-top:1px solid #b9b9b9;
	border-bottom:1px solid #b9b9b9;
	line-height:40px;
	font-family:'FuturaBookBT';
	font-size:16px;
	margin-top:30px;
	padding-top:3px;
}

.topangebote-grid-container {
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 50% 50%;
  width:100%;
  margin-top:0px;
  padding:0%;
}
.topangebote-grid-item {
	width:100%;
	height:auto;
	border:0px solid #b9b9b9;;
	border-left:1px solid #b9b9b9;
	border-bottom:1px solid #b9b9b9;
	font-family:'FuturaBookBT';
	font-size:16px;
	text-align: center;
	overflow:hidden;
	margin-left:-1px;
	padding-bottom:10px;
}



.NewsletterTitleText {
	width:90%;
	font-family:'FuturaBookBT';
	font-size:14px;
	color:#a2a2a2;
	padding-bottom:5px;
	margin-top:5px;
}
.NewsletterArea {
	border:1px solid #222222;
	width:65%;
	height:38px;
	background-color:#2d2d2e;
	float:left;
}
.NewsletterTextBox {
	border:0px;
	padding:3px 10px 0px 10px;
	width:100%;
	height:38px;
	line-height:38px;
	color:#a2a2a2;
	background:transparent;
	outline:none;
	text-align:left;
}
.NewsletterButton {
	border:1px solid #a2a2a2;
	width:25%;
	height:38px;
	background-color:#414141;
	float:left;
	cursor:pointer;
	font-family:'FuturaBookBT';
	font-size:14px;
	color:#a2a2a2;
	line-height:38px;
	text-align:center;
	margin-left:5%;
	transition: all .3s ease-in-out .05s;
}
.NewsletterButton:hover {
	background-color:#2d2d2e;
}

.LinkArea {
	width:100%;
	Margin-top:30px;
}
.LinkAreaColumn {
	width:90%;

	font-family:'FuturaBookBT';
	font-size:14px;
	text-align:left;
}
.LinkAreaTitle {
	font-size:16px;
	color:#ffffff;
	display:block;
	margin-bottom:15px;
}
.LinkAreaLink {
	color:#a2a2a2;
	cursor:pointer;
	padding-bottom:10px;
	display:block;
	text-decoration:none;
	width:auto;
}
.LinkAreaLink:hover {
	color:#ffffff;
	text-decoration:underline;
}


.Footer {
	width:100%;
	min-height:560px;
	position:relative;
	margin-top:30px;
	background-color:#414141;
	padding:0px;
	text-align:center !important;
}
.Copyright {
	width:100%;
	position:relative;
	background-color:#2d2d2e;
	color:#a2a2a2;
	text-align:center;
}
.CopyrightArea {
	width:100%;
	height:40px;
	line-height:40px;
	background-color:#2d2d2e;
	font-family:'FuturaBookBT';
	font-size:13px;
	display:table;
	margin: 0 auto;
}

.Social_Area {
	width:227px;
	margin-top:0px;
}
.Social_Facebook {
	width:15px;
	height:30px;
	float:left;
	border:0px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat 0 -538px;
	cursor:pointer;
	transition: all .3s ease-in-out .05s;
}
.Social_Facebook:hover {
	background: url('../../IMAGES/V1/Icons.png') no-repeat 0 -578px;
}
.Social_Twitter {
	width:31px;
	height:22px;
	float:left;
	margin-left:20px;
	margin-top:5px;
	border:0px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat -20px -542px;
	cursor:pointer;
	transition: all .3s ease-in-out .05s;
}
.Social_Twitter:hover {
	background: url('../../IMAGES/V1/Icons.png') no-repeat -20px -582px;
}
.Social_Instagram {
	width:26px;
	height:25px;
	float:left;
	margin-left:20px;
	margin-top:2px;
	border:0px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat -58px -540px;
	cursor:pointer;
	transition: all .3s ease-in-out .05s;
}
.Social_Instagram:hover {
	background: url('../../IMAGES/V1/Icons.png') no-repeat -58px -580px;
}
.Social_GooglePlus {
	width:39px;
	height:25px;
	float:left;
	margin-left:20px;
	margin-top:2px;
	border:0px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat -93px -540px;
	cursor:pointer;
	transition: all .3s ease-in-out .05s;
}
.Social_GooglePlus:hover {
	background: url('../../IMAGES/V1/Icons.png') no-repeat -93px -580px;
}
.Social_Whatsapp {
	width:26px;
	height:25px;
	float:left;
	margin-left:20px;
	margin-top:2px;
	border:0px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat -138px -540px;
	cursor:pointer;
	transition: all .3s ease-in-out .05s;
}
.Social_Whatsapp:hover {
	background: url('../../IMAGES/V1/Icons.png') no-repeat -138px -580px;
}


.DesignedByLogo {
	width:168px;
	height:34px;
	cursor:pointer;
	background: url('../../IMAGES/V1/Icons.png') no-repeat 0 -884px;
	margin-top:35px;

}
.DesignedByLogo:hover {
	background: url('../../IMAGES/V1/Icons.png') no-repeat 0 -924px;
}
.DesignedByText {
	width:180px;
	font-family:'FuturaBookBT';
	font-size:14px;
	color:#a2a2a2;
	font-style:italic;
	text-align:left;
	margin-left:80px;

}






.fnav a, .fnav label {
	display: block;
	padding: .85rem;
	color: #fff;
	background-color: #414141;
	-webkit-transition: all .25s ease-in
	transition: all .25s ease-in;
	font-size:16px;
	border-bottom:1px dotted #aaaaaa;
}



.fnav label { cursor: pointer; }

.fgroup-list a, .fgroup-list label {
  padding-left: 2rem;
  background: #515151;
}

.fgroup-list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.fgroup-list > a {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
  width:100%;
}

.fnav_list input[type=checkbox]:checked + label + ul {
max-height: 2000px; }

label > span {
  float: right;
  -webkit-transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
}

.fnav_list input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ffa {
    display: inline-block;
    font: normal normal normal 14px/1 Ronoto;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.ffa-angle-right:before {
	display:block;
	margin-top:5px;
	margin-right:5px;
    content: url(https://www.trauringe123.de/IMAGES/V1/MOBILE/ArrowRight.png);
}


.LinkAreaTitle {
	font-size:16px;
	color:#ffffff;
	display:block;
	font-family:'FuturaBookBT';
	font-size:14px;
	margin-bottom:15px;
}
.LinkAreaLink {
	color:#a2a2a2;
	cursor:pointer;
	padding-bottom:10px;
	display:block;
	text-decoration:none;
	font-family:'FuturaBookBT';
	font-size:14px;
	width:auto;
}
.LinkAreaLink:hover {
	color:#ffffff;
	text-decoration:underline;
}


.CategoryDetailDirectory {
	width:100%;
	font-family: 'SourceSansProRegular';
	font-size: 11px;
	color:#666666;
	text-align:left;
	height:auto;
	line-height:24px;
	padding-top:5px;

	float:left;
	text-transform: uppercase;
}
.CategoryDetailTitle {
	float:left;
	width:48%;
	font-family:'FuturaBookBT';
	font-size:16px;
	height:24px;
	line-height:24px;
	color:#000000;
	text-align:right;
	text-transform: uppercase;
	padding-right:2%;
}



.CategoryTopImageArea {
	display:block;
	width:100%;
	height:200px;
	border:0px solid #dbdbdb;
	/*padding:1px 0px 10px 0px;*/
	background-color:#f6f6f6;
	margin:0px;
	padding:0px;
}
.CategoryDescriptionContainer {
	width:80%;
	height:120px;
	overflow:hidden;
	border-radius:10px 0px 0px 10px;
	padding:20px 10px 20px 20px;
	background: url('../../IMAGES/V1/WhiteTransparentBG40.png');
	position: relative;
	display: block;
}
.CategoryDescriptionArea {
	height:120px;
	color:#212121;
	font-family:'FuturaBookBT';
	font-size:13px;
	text-align:left;
    overflow-y:auto;
    overflow-x:hidden;
	padding-right:10px;
}
.CategoryDescriptionArea::-webkit-scrollbar {
    width:5px;
    margin-right:3px;
}
.CategoryDescriptionArea::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px black; 
    border-radius:0px;
}
.CategoryDescriptionArea::-webkit-scrollbar-thumb {
    background: #212121; 
    border-radius:10px;
}
.CategoryDescriptionArea::-webkit-scrollbar-thumb:hover {
    background:#000000; 
}





.ProductListCategoryContainer {
	width:100%;
	border:0px solid #dbdbdb;
	border-top:1px solid #b9b9b9;
	border-bottom:1px solid #b9b9b9;
	background-color:#ffffff;
	margin-top:0px;
	font-family:'FuturaBookBT';
	font-size:16px;
	height:45px;
	line-height:45px;
}

.ProductListCategoryTitle {
	width:63%;
	text-align:left;
	padding-left:2%;
	float:left;
	height:45px;
	line-height:45px;
	text-transform: Uppercase;
}
.ProductListCategoryProductQuantity {
	font-family:'SourceSansProRegular';
	font-size:12px;
	color: #666666;
	margin-left:10px;
	text-transform: none;
}
.ProductListOrderByDropdown {
	width:96%;
	background:transparent;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	border: 0px solid #e2e2e2;
	font-family: 'SourceSansProRegular';
	font-size: 14px;
	color: #4a4a4a;
	text-align:right;
	padding-right:20%;
	background: url('../../IMAGES/V1/DropDownArrow.png') #fff 93% center no-repeat;
	background-size: 10px 4px;
	outline:none;
	float:left;
	height:45px;
	line-height:45px;
	cursor:pointer;
	margin-right:2%;
}
select>option:hover
{
    color: #1B517E;
    cursor: pointer;
}

.ProductListOrderByDropdown option {
  width:100px;
  text-align-last:right;
}

.FilterButton
{
	width:100%;
	height:45px;
	border:0px;
	background-color:#ffffff;
	background: url('../../IMAGES/V1/DropDownArrow.png') #fff 93% center no-repeat;
}


.Filter-grid-container {
	display: grid;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	grid-template-columns: 50% 50%;
	padding: 0px;
	width:100%;
	margin-top:0px;
	float:left;
}
.Filter-grid-item {
	width:100%;
	height:auto;
	border:0px solid #dbdbdb; /* #b9b9b9 */
	border-left:1px solid #b9b9b9;
	border-bottom:1px solid #b9b9b9;
	font-family:'FuturaBookBT';
	font-size:16px;
	text-align: center;
	overflow:hidden;
	background-color:#ffffff;
	margin-left:-1px;
	padding-bottom:0px;
}


.Product-grid-container {
	display: grid;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	grid-template-columns: 50% 50%;
	padding: 0px;
	width:100%;
	margin-top:0px;
	float:left;
}
.Product-grid-item {
	width:100%;
	height:auto;
	border:0px solid #dbdbdb; /* #b9b9b9 */
	border-left:1px solid #b9b9b9;
	border-bottom:1px solid #b9b9b9;
	font-family:'FuturaBookBT';
	font-size:16px;
	text-align: center;
	overflow:hidden;
	background-color:#ffffff;
	margin-left:-1px;
	padding-bottom:10px;
}

.PaginateActive
{
	float:left;
	width:20px;
	height:20px;
	font-family:'FuturaBookBT';
	font-size:16px;
	background-color:#c10003;
	color:#ffffff;
	cursor:pointer;
	border:1px solid #dbdbdb;
	padding:7px 10px 7px 10px;
	margin-right:10px;
	margin-top:10px;
}
.PaginateNormal
{
	float:left;
	width:20px;
	height:20px;
	font-family:'FuturaBookBT';
	font-size:16px;
	background-color:#ffffff;
	color:#666666;
	cursor:pointer;
	border:1px solid #dbdbdb;
	padding:7px 10px 7px 10px;
	margin-right:10px;
	margin-top:10px;
}


.FilterArea {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000000;
  top: 57px;
  left: 0%;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.05s;
  padding-top: 20px;
}

.FilterArea a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.01s;
}

.FilterArea a:hover {
  color: #f1f1f1;
}

.FilterArea .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}






.NavigationCategoryArea {
	width:100%;
	border:0px solid #dbdbdb;
	margin-top:0px;
	font-family:'FuturaBookBT';
	font-size:16px;
	background-color:#ffffff;
	padding:0px;
}

.FilterTitle {
	height:40px;
	line-height:40px;
	font-family:'FuturaBookBT';
	font-size:14px;
	padding-left:15px;
	padding-right:15px;
	margin-top:10px;
	cursor:pointer;
}
.FilterDownIcon {
	width:11px;
	height:7px;
	margin-top:12px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat -81px -171px;
}
.FilterUpIcon {
	width:11px;
	height:7px;
	margin-top:12px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat -97px -171px;
	display:none;
}
.FilterContent {
	display:none;
	width:100%;
}

.NavigationFilterFirst {
	width:100%;
	border:0px;
	border-bottom:0px solid #dbdbdb;
	height:42px;
	line-height:42px;
	padding-top:3px;
	padding-left:15px;
	font-family:'FuturaBookBT';
	font-size:16px;
}

.FilterItemList
{
	list-style-type:none;
	padding:0px;
	width:98%;
	overflow-x:hidden;
	overflow-y:auto;
	max-height:120px;

}
.FilterItemList::-webkit-scrollbar {
    width:5px;
    margin-right:3px;
    cursor:pointer;
}
.FilterItemList::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px black; 
    border-radius:0px;
}
.FilterItemList::-webkit-scrollbar-thumb {
    background: #666666; 
    border-radius:10px;
}
.FilterItemList::-webkit-scrollbar-thumb:hover {
    background:#000000;
    
}

.LabelItem {
	display: inline;
	font-family:'SourceSansProRegular';
	font-size:14px;
	margin-left:15px;
	cursor:pointer;
	line-height:20px;
	padding-top:2px;
}


.FilterTextBox {
	width:248px;
	border:0px solid #dbdbdb;
	height:30px;
	line-height:30px;
	font-family:'FuturaBookBT';
	font-size:14px;
	outline:none;
	padding-left:10px;
	padding-right:30px;
	padding-top:2px;
	/*background-position: right;*/
	background: url('../../IMAGES/V1/Icons.png') no-repeat 0 -961px;
	
}


.FilterCheckBox {
	height:30px;
}
.FilterCheckBox input[type="checkbox"] {
	display: none;
}
.FilterCheckBox input[type="checkbox"]+label {
	background: url('../../IMAGES/V1/Icons.png') no-repeat -170px -134px;
	width: 20px;
	height: 25px;
	padding-left:30px;
	margin-left:0;
	border:0px;
	padding-bottom:4px;
}
.FilterCheckBox input[type="checkbox"]:checked + label {
	background: url('../../IMAGES/V1/Icons.png') no-repeat -170px -169px;
	width: 20px;
	height: 25px;
}


.FilterOptionBox {
	height:30px;
}
.FilterOptionBox input[type="radio"] {
	display: none;
}
.FilterOptionBox input[type="radio"]+label {
	background: url('../../IMAGES/V1/Icons.png') no-repeat -170px -134px;
	width: 20px;
	height: 25px;
	padding-left:30px;
	margin-left:0;
	border:0px;
	padding-bottom:4px;
}
.FilterOptionBox input[type="radio"]:checked + label {
	background: url('../../IMAGES/V1/Icons.png') no-repeat -170px -169px;
	width: 20px;
	height: 25px;
}

.TagBTN {
	float: left;
	position: relative;
	height: 16px;
	line-height: 17px;
	border-radius: 3px;
	background-color: #ffffff;
	border: solid 1px #dedede;
	padding: 7px 35px 7px 12px;
	margin-left:10px;
	margin-top:10px;
	font-size: 14px;
	color: #1b1b1b;
	cursor: default;
	font-family:'SourceSansProRegular';
}
.TagX {
	position: absolute;
	width: 25px;
	top: 0px;
	height: 30px;
	right: 0px;
	border-left: 1px solid #dedede;
	cursor: pointer;
	font-family:'SourceSansProRegular';
}
.TagX:hover {
	background-color: #dedede;
}
.TagX::before {
	position: absolute;
	left: 8px;
	color: #2e2e2e;
	content: 'x';
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	font-family:'SourceSansProRegular';
}
.TagGreyBG {
	background-color:#f8f8f8 !important;
}




/*Product Style  */
.FavoriteEmpty {
	width:27px;
	height:23px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat -81px -10px;
	position:relative;
	top:10px;
	right:10px;
	cursor:pointer;
}
.FavoriteEmpty:hover {
	background: url('../../IMAGES/V1/Icons.png') no-repeat -81px -41px;
}

.FavoriteFilled {
	width:27px;
	height:23px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat -81px -72px;
	position:relative;
	top:10px;
	right:10px;
	cursor:pointer;
}
.FavoriteFilled:hover {
	background: url('../../IMAGES/V1/Icons.png') no-repeat -81px -103px;
}


.FavoriteEmptyDetail {
	width:27px;
	height:23px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat -81px -10px;
	position:relative;
	top:10px;
	right:10px;
	cursor:pointer;
}
.FavoriteEmptyDetail:hover {
	background: url('../../IMAGES/V1/Icons.png') no-repeat -81px -41px;
}

.FavoriteFilledDetail {
	width:27px;
	height:23px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat -81px -72px;
	position:relative;
	top:10px;
	right:10px;
	cursor:pointer;
}
.FavoriteFilledDetail:hover {
	background: url('../../IMAGES/V1/Icons.png') no-repeat -81px -103px;
}

.ImageBorderActive
{
	border-top:0px solid #666666;
}
.Image-grid-container {
	display: grid;
	grid-column-gap: 1%;
	grid-row-gap: 1%;
	grid-template-columns: 24% 24% 24% 24%;
	padding: 0px;
	width:100%;
	margin-top:1%;
}
.Image-grid-item {
	width:100%;
	border:1px solid #dbdbdb;
	overflow:hidden;
	background-color:#ffffff;
	cursor:pointer;
	margin-top:1%;
}
.Image-grid-item::selected {
	border:1px solid #666666;
	/*box-shadow: 0px 0px 10px 2px #b9b9b9;*/
}

.QuestionTitle {
	min-height:30px;
	font-family:'FuturaBookBT';
	font-size:16px;
	text-align:left;
	cursor:pointer;
}
.QuestionDownIcon {
	width:11px;
	height:7px;
	margin-top:12px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat -81px -171px;
}
.QuestionUpIcon {
	width:11px;
	height:7px;
	margin-top:12px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat -97px -171px;
	display:none;
}
.QuestionContent {
	display:none;
}



.RingMess {
    cursor:pointer;
    float:right;
}
.RingMessIcon {
	width:38px;
	height:30px;
	float:left;
	background: url('../../IMAGES/V1/Icons.png') no-repeat -189px -510px;
	text-decoration:none;
}
.RingMessLink {
	float:left;
	margin-left:0px;
	font-family:'FuturaBookBT';
	font-size:14px;
	color:#666666;
	margin-top:1px;
	text-decoration:none;
	outline:none;
	
}
.RingMess:hover .RingMessIcon {
    background: url('../../IMAGES/V1/Icons.png') no-repeat -189px -550px;
}
.RingMess:hover .RingMessLink {
    color: #c10003;
}



.AddToBasket
{
	width:100%;
	height:50px;
	background: url('../../IMAGES/V1/Icon_BasketBTN.png') no-repeat 5px;
	line-height:50px;
	font-family:'FuturaBookBT';
	font-size:16px;
	color:#ffffff;
	background-color:#c10003;
	text-align:center;
	padding-top:3px;
	padding-left:40px;
	cursor:pointer;
}

.BackBTN
{
	width:60px;
	height:50px;
	line-height:50px;
	font-family:'FuturaBookBT';
	font-size:16px;
	color:#ffffff;
	background-color:#000000;
	text-align:center;
	padding-top:3px;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;
}

.Product-Description-Grid-Container {
	display: grid;
	grid-column-gap: 44px;
	grid-row-gap: 15px;
	grid-template-columns: 100%;
	padding: 0px;
	width:100%;
	margin-top:10px;
}
.Product-Description-Grid-Item {
	width:100%;
	height:28px;
	border-bottom:1px dotted #dbdbdb;
	overflow:hidden;
	background-color:#ffffff;
	cursor:pointer;
	font-size:13px;
	color:#666666;
	padding-bottom:5px;
}


.ProductOptionSelectBox
{
	max-width:200px;
	font-family:'SourceSansProRegular';
	outline:none;
	margin-top:0px;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #b9b9b9;
	padding: 5px;
	background-color:#ffffff;
}

.GravurCheckBox {
	height:20px;
}
.GravurCheckBox input[type="checkbox"] {
	display: none;
}
.GravurCheckBox input[type="checkbox"]+label {
	background: url('../../IMAGES/V1/Icons.png') no-repeat -190px -593px;
	width: 20px;
	height: 20px;
	padding-left:30px;
	margin-left:0;
	border:0px;
	padding-bottom:4px;
	line-height:30px;
	cursor:pointer;
	padding-top:3px;
	color:#c10003;
	font-size:14px;
}
.GravurCheckBox input[type="checkbox"]:checked + label {
	background: url('../../IMAGES/V1/Icons.png') no-repeat -190px -628px;
	width: 20px;
	height: 20px;
}
.NoSelect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.Color-Female-Grid-Container {
	display: grid;
	/*grid-gap: 20px;*/
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	grid-template-columns: 28px 28px 28px 28px 28px;
	padding: 0px;
	width:198px;
	margin-top:0px;
	float:left;
}
.Color-Female-Grid-Item {
	width:28px;
	height:28px;
	border:2px solid #dbdbdb;
	overflow:hidden;
	background-color:#ffffff;
	cursor:pointer;
}


.Color-Male-Grid-Container {
	display: grid;
	/*grid-gap: 20px;*/
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	grid-template-columns: 28px 28px 28px 28px 28px;
	padding: 0px;
	width:198px;
	margin-top:0px;
	float:left;
}
.Color-Male-Grid-Item {
	width:28px;
	height:28px;
	border:2px solid #dbdbdb;
	overflow:hidden;
	background-color:#ffffff;
	cursor:pointer;
}

.Color-One-Grid-Container {
	display: grid;
	/*grid-gap: 20px;*/
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	grid-template-columns: 28px 28px 28px 28px 28px;
	padding: 0px;
	width:198px;
	margin-top:0px;
	float:left;
}
.Color-One-Grid-Item {
	width:28px;
	height:28px;
	border:2px solid #dbdbdb;
	overflow:hidden;
	background-color:#ffffff;
	cursor:pointer;
}


.GeneralTitleDirectory {
	width:50%;
	font-family: 'SourceSansProRegular';
	font-size: 11px;
	color:#666666;
	text-align:left;
	height:auto;
	line-height:24px;
	padding-top:5px;
	float:left;
	text-transform: uppercase;
}

.GeneralTitle {
	float:left;
	width:48%;
	font-family:'FuturaBookBT';
	font-size:18px;
	line-height:24px;
	color:#000000;
	text-align:right;
	padding-top:5px;
	text-transform: uppercase;
}

.BasketProductContainer {
	width:100%;
	border:0px solid #dbdbdb;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	background-color:#ffffff;
	margin-top:0px;
	font-family:'FuturaBookBT';
	font-size:16px;
	
	/*line-height:45px;*/
	margin-bottom:20px;
	padding-top:2%;
	padding-bottom:2%;
}

.BasketDetailContent2 {
	/*display:none;*/
	margin-bottom:10px;
	color:#666666;
	font-size:14px;
	margin-top:10px;
}

.BasketBTN
{
	width:150px;
	height:50px;
	line-height:50px;
	font-family:'FuturaBookBT';
	font-size:16px;
	color:#ffffff;
	background-color:#c10003;
	text-align:center;
	padding-top:3px;
	cursor:pointer;
}

.BasketBackBTN
{
	width:190px;
	height:50px;
	line-height:50px;
	font-family:'FuturaBookBT';
	font-size:16px;
	color:#ffffff;
	background-color:#000000;
	text-align:center;
	padding-top:3px;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;
}

.OrderContainer {
	width:100%;
	margin-left:0%;
	border:0px solid #dbdbdb;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	background-color:#ffffff;
	font-family:'FuturaBookBT';
	font-size:16px;
	min-height:300px;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
}



.AccountContainer {
	width:100%;
	border:0px solid #dbdbdb;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	background-color:#ffffff;
	margin-top:0px;
	font-family:'FuturaBookBT';
	font-size:16px;
	height:45px;
	line-height:45px;
}

.AccountTitle {
	width:88%;
	color:#c10003;
	text-align:left;
	padding-left:2%;
	float:left;
	height:45px;
	line-height:45px;
	text-transform: Uppercase;
	font-size:16px;
}









































































































































































@font-face {
    font-family: 'FuturaBookBT';
    src: url('../../font/futura_bk_bt_book-webfont.eot');
    src: url('../../font/futura_bk_bt_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../font/futura_bk_bt_book-webfont.woff2') format('woff2'),
         url('../../font/futura_bk_bt_book-webfont.woff') format('woff'),
         url('../../font/futura_bk_bt_book-webfont.ttf') format('truetype'),
         url('../../font/futura_bk_bt_book-webfont.svg#futura_bk_btbook') format('svg');
    font-weight: normal; 
    font-style: normal;
}

@font-face { 
    font-family: 'FuturaBookBTBold'; 
    src: url('../../font/FuturaBT-Bold.eot'); 
    src: url('../../font/FuturaBT-Bold.eot?#iefix') format('embedded-opentype'), 
         url('../../font/FuturaBT-Bold.svg#FuturaBT-Medium') format('svg'), 
         url('../../font/FuturaBT-Bold.woff') format('woff'), 
         url('../../font/FuturaBT-Bold.ttf') format('truetype'); 
    font-weight: normal; 
    font-style: normal;
}

@font-face { 
    font-family: 'SourceSansProRegular'; 
    src: url('../../font/sourcesanspro-regular-webfont.eot'); 
    src: url('../../font/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), 
         url('../../font/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg'), 
         url('../../font/sourcesanspro-regular-webfont.woff') format('woff'), 
         url('../../font/sourcesanspro-regular-webfont.ttf') format('truetype'); 
    font-weight: normal; 
    font-style: normal;
}

@font-face { 
    font-family: 'Helvetica'; 
    src: url('../../font/Helvetica.eot'); 
    src: url('../../font/Helvetica.eot?#iefix') format('embedded-opentype'), 
         url('../../font/Helvetica.svg#source_sans_proregular') format('svg'), 
         url('../../font/Helvetica.woff') format('woff'), 
         url('../../font/Helvetica.ttf') format('truetype'); 
    font-weight: normal; 
    font-style: normal;
}






@font-face { 
	font-family: 'Font01-Bauhaus93'; 
	src: url('../../font/gravur/Font01-Bauhaus93.eot'); 
	src: url('../../font/gravur/Font01-Bauhaus93.ttf') format('truetype'); 
}
@font-face { 
	font-family: 'Font02-LaoUI'; 
	src: url('../../font/gravur/Font02-LaoUI.eot'); 
	src: url('../../font/gravur/Font02-LaoUI.ttf') format('truetype'); 
}
@font-face {
	font-family: 'Font03-ChopinScript';
	src: url("../../font/gravur/Font03-ChopinScript.eot");
	src: url("../../font/gravur/Font03-ChopinScript.ttf") format('truetype'); 
}
@font-face {
	font-family: 'Font04-TektonPro';
	src: url("../../font/gravur/Font04-TektonPro.eot");
	src: url("../../font/gravur/Font04-TektonPro.ttf") format('truetype');
}
@font-face {
	font-family: 'Font05-Broadway';
	src: url("../../font/gravur/Font05-Broadway.eot");
	src: url("../../font/gravur/Font05-Broadway.ttf") format('truetype');
}
@font-face {
	font-family: 'Font06-EdwardianScriptITC';
	src: url("../../font/gravur/Font06-EdwardianScriptITC.eot");
	src: url("../../font/gravur/Font06-EdwardianScriptITC.ttf") format('truetype');
}
@font-face {
	font-family: 'Font07-OldEnglishTextMT';
	src: url("../../font/gravur/Font07-OldEnglishTextMT.eot");
	src: url("../../font/gravur/Font07-OldEnglishTextMT.ttf") format('truetype');
}
@font-face {
	font-family: 'Font08-SegoeScript';
	src: url("../../font/gravur/Font08-SegoeScript.eot");
	src: url("../../font/gravur/Font08-SegoeScript.ttf") format('truetype');
}
@font-face {
	font-family: 'Font09-Vivaldi';
	src: url("../../font/gravur/Font09-Vivaldi.eot");
	src: url("../../font/gravur/Font09-Vivaldi.ttf") format('truetype');
}
@font-face {
	font-family: 'Font10-TimesNewRoman';
	src: url("../../font/gravur/Font10-TimesNewRoman.eot");
	src: url("../../font/gravur/Font10-TimesNewRoman.ttf") format('truetype');
}

.Payment_Visa {
	width:73px;
	height:23px;
	float:left;
	margin-top:10px;
	border:0px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat 0 -618px;
	cursor:pointer;
	transition: all .3s ease-in-out .05s;
}
.Payment_Visa:hover {
	background: url('../../IMAGES/V1/Icons.png') no-repeat 0 -669px;
}
.Payment_Master {
	width:73px;
	height:44px;
	float:left;
	margin-left:20px;
	border:0px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat -86px -618px;
	cursor:pointer;
	transition: all .3s ease-in-out .05s;
}
.Payment_Master:hover {
	background: url('../../IMAGES/V1/Icons.png') no-repeat -86px -669px;
}
.Payment_Amex {
	width:88px;
	height:29px;
	float:left;
	margin-top:10px;
	margin-left:25px;
	border:0px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat 0 -724px;
	cursor:pointer;
	transition: all .3s ease-in-out .05s;
}
.Payment_Amex:hover {
	background: url('../../IMAGES/V1/Icons.png') no-repeat 0 -774px;
}
.Payment_Cash {
	width:38px;
	height:41px;
	float:left;
	margin-left:20px;
	border:0px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat -112px -723px;
	cursor:pointer;
	transition: all .3s ease-in-out .05s;
}
.Payment_Cash:hover {
	background: url('../../IMAGES/V1/Icons.png') no-repeat -112px -773px;
}
.Payment_Paypal {
	width:77px;
	height:22px;
	float:left;
	margin-top:10px;
	margin-left:30px;
	border:0px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat 0 -826px;
	cursor:pointer;
	transition: all .3s ease-in-out .05s;
}
.Payment_Paypal:hover {
	background: url('../../IMAGES/V1/Icons.png') no-repeat 0 -855px;
}
.Payment_Sofort {
	width:96px;
	height:18px;
	float:left;
	margin-top:10px;
	margin-left:20px;
	border:0px;
	background: url('../../IMAGES/V1/Icons.png') no-repeat -92px -826px;
	cursor:pointer;
	transition: all .3s ease-in-out .05s;
}
.Payment_Sofort:hover {
	background: url('../../IMAGES/V1/Icons.png') no-repeat -92px -855px;
}


