/* Germanos shop stylesheet */
/* version 1.0 */

/**
Primary colors
-------------------
white:#ffffff
dark-blue: #003a63

50% : #7f9cb1;
30% : #b2c4d0;
20% : #ccd8e0;
10% : #e5ebef;
8% : #ebf0f3;
4% : #f5f7f9;


Secondary colors:
----------------------
light-blue: #0981c4;
purple: #7f5399;
red: #ef3e42;
green: #89c409;
orange: #ef953d;


Buttons:
-----------------------
Standard 40 px height (14px font size);
Medium 60 px height (16px font size)
Large 80 px height (20px font size)
Standard Buttons with icons (20px Padding for text and 10px for icons)
Medium Buttons with icons (20px Padding for text and 15px for icons)
Large Buttons with icons (20px Padding for text and 20px for icons)

**/

/**
*
* General
*
**/
 .container {
 	width: 1240px!important;
 }

a {
	color:#0981c4;
}

a:focus, a:hover {
	color:#0981c4;
	opacity: 0.8;
	filter: alpha(opacity=80);
}


.form-control::-moz-placeholder {
  color: #a9bdca;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #a9bdca;
}
.form-control::-webkit-input-placeholder {
  color: #a9bdca;
}

input.form-control {
    color: #003a63;
    font-weight: bold;
    font-size: 1em;
}

/** Color Palette **/
/** Primary **/
.color-primary-white {
    color:#ffffff;
}
.color-primary-dark-blue {
    color:#003a63;
}
.color-primary-dark-blue-50 {
    color:#7f9cb1;
}
.color-primary-dark-blue-30 {
    color:#b2c4d0;
}
.color-primary-dark-blue-20 {
    color:#ccd8e0;
}
.color-primary-dark-blue-10 {
    color:#e5ebef;
}
.color-primary-dark-blue-8 {
    color:#ebf0f3;
}
.color-primary-dark-blue-4 {
    color:#f5f7f9;
}
/** Secondary **/
.color-secondary-light-blue {
    color:#0981c4;
}
.color-secondary-purple {
    color:#7f5399;
}
.color-secondary-purple-important {
    color:#7f5399 !important;
}
.color-secondary-red {
    color:#ef3e42;
}
.color-secondary-green {
    color:#89c409;
}
.color-secondary-orange {
    color:#ef953d;
}
.color-new-green {
    color:#509e2f;
}

/** Primary **/
.background-primary-white {
    background-color:#ffffff;
    color:#003a63;
}
.background-primary-dark-blue {
    background-color:#003a63;
    color:#ffffff;
}
.background-primary-dark-blue-50 {
    background-color:#7f9cb1;
    color:#003a63;
}
.background-primary-dark-blue-30 {
    background-color:#b2c4d0;
    color:#003a63;
}
.background-primary-dark-blue-20 {
    background-color:#ccd8e0;
    color:#003a63;
}
.background-primary-dark-blue-15 {
    background-color:#dbe2e8;
    color:#003a63;
}
.background-primary-dark-blue-10 {
    background-color:#e5ebef;
    color:#003a63;
}
.background-primary-dark-blue-8 {
    background-color:#ebf0f3;
    color:#003a63;
}
.background-primary-dark-blue-4 {
    background-color:#f5f7f9;
    color:#003a63;
}
/** Secondary **/
.background-secondary-light-blue {
    background-color:#0981c4;
    color:#ffffff;
}
.background-secondary-purple {
    background-color:#7f5399;
    color:#ffffff;
}
.background-secondary-red {
    background-color:#ef3e42;
    color:#ffffff;
}
.background-secondary-green {
    background-color:#89c409;
    color:#ffffff;
}
.background-secondary-light-green {
    background-color:#e7f3cf;
    color:#003a63;
}
.background-secondary-orange {
    background-color:#ef953d;
    color:#ffffff;
}

.background-lightgrey {
	background:#ebf0f3;
}


.my-cart-menu-dropdown .background-secondary-light-green {
background-color: #e7f3cf;
color: #72bb67;
font-weight: bold;
}

/*Offsets*/

.offset-top-10 {
	margin-top:10px;
}
.offset-top-20 {
	margin-top:20px;
}
.offset-top-30 {
	margin-top:30px;
}
.offset-top-40 {
	margin-top:40px;
}
.offset-top-50 {
	margin-top:50px;
}

.offset-bottom-10 {
	margin-bottom:10px;
}
.offset-bottom-20 {
	margin-bottom:20px;
}
.offset-bottom-30 {
	margin-bottom:30px;
}
.offset-bottom-40 {
	margin-bottom:40px;
}
.offset-bottom-50 {
	margin-bottom:50px;
}

.padded-top-10 {
	padding-top:10px;
}
.padded-top-20 {
	padding-top:20px;
}
.padded-top-30 {
	padding-top:30px;
}
.padded-top-40 {
	padding-top:40px;
}
.padded-top-50 {
	padding-top:50px;
}

.padded-bottom-10 {
	padding-bottom:10px;
}
.padded-bottom-20 {
	padding-bottom:20px;
}
.padded-bottom-30 {
	padding-bottom:30px;
}
.padded-bottom-40 {
	padding-bottom:40px;
}
.padded-bottom-50 {
	padding-bottom:50px;
}

.padded-10 {
	padding:10px;
}
.padded-20 {
	padding:20px;
}
.padded-30 {
	padding:30px;
}
.padded-40 {
	padding:40px;
}
.padded-50 {
	padding:50px;
}

.grey-line {
	display:block;
    border-top: 2px solid #b2c4d0;
}

/** .truncate can be used as an additional class to a div with specific width to truncate with css any text
     i.e. in case of user generated content **/
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.full-width {
	width:100%;
}
.no-border {
	border:none!important;
}
/** Color Palette **/

body, p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #003a63;
	line-height:20px;
}

.help-text, .help-text p{
    font-size: 12px;
    color: #7F9BB1;
}
/**
* Typography
**/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  padding-left: 20px;
}

h1{
	font-weight: normal;
  font-size: 28px;
  line-height: 34px;
}

h2{
	font-weight: normal;
  font-size: 26px;
    line-height: 32px;
}
h3{
	font-weight: normal;
  font-size: 24px;
    line-height: 30px;
}
h4{
	font-weight: bold;
  font-size: 18px;
    line-height: 24px;
}
h5{
	font-weight: bold;
  font-size: 16px;
    line-height: 22px;
}
h6{
	font-weight: bold;
  font-size: 14px;
    line-height: 20px;
}

body.page {
  font-family: Arial, sans-serif;
}

.navbar-default .navbar-nav > li > a{
	color:#0981c4;
}


/** generic sections theming - **/
.section-placeholder {
    display: block;
    height:100px;
    background-color: #EBF0F3;
    border: 1px dotted #000;
}

.block {
    background-color: #EBF0F3;
}

.padded {
    padding: 20px 0;
}

.repeated-dark-blue-bkg{
    background: url('../images/dark-blue-background.jpg') repeat;
    color: #ffffff;
}

.repeated-pink-bkg{
    background: url('../images/pink-background.jpg') repeat;
}

.repeated-light-green-bkg{
    background: url('../images/light-green-background.jpg') repeat;
}


.fullbanner-bkg {
    background: url('../images/header-bg-blue.png') repeat center center;
    color: #fff;
    min-height: 100px;
}

.white-bkg {
    background-color: #FFFFFF;
}

/** generic sections theming - **/



/** Bootstrap overrides **/

/**
*
* Navbar
*
**/
.navbar {
	margin-bottom:0;
}
.navbar-default {
	background-color:#ffffff;
}


.container {
	width: 1240px;
  padding-right: 20px;
  padding-left: 20px;

}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.product-grid-slider .owl-item .col-xs-4 {
	padding-right: 2px;
	padding-left: 2px;
}

.col-md-180,.col-xs-180 {
	width: 180px;
	float: left;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}

.col-md-250,.col-xs-250 {
	width: 250px;
	float: left;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}

/**** BUTTONS *****/
.btn {
border-radius: 0;
font-size: 14px;
height: 40px;
min-width: 200px;
/*margin-top: 10px; */
color: #ffffff;
background-color: #003a63;
padding: 10px;
}

.btn:hover, .btn:focus {
color: #FFF;
opacity: 0.8;
filter: alpha(opacity=80);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
/* opacity:1; */
filter: alpha(opacity=100);
/*pointer-events: none;
cursor: not-allowed;
filter: alpha(opacity=55);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .55;*/
}

.btn-xs {
	font-size: 12px;
}

.btn-icon {
  /*font-size: 12px;*/
  /*width: 250px;*/
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-icon i {
/*  background: #fff;
  color: #b1cd45;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;*/
  padding: 3px;
}

.btn i.pull-right {
  margin-right: 10px;
  opacity: 0.7;
}

/*  <a href="#0" class="back-to-top">Top</a> */

.back-to-top {
height: 50px;
width: 30px;
background: url(../images/back-to-top.png) no-repeat 0 0 transparent;
position: fixed;
bottom: 50px;
right: 20px;
cursor: pointer;
font-size:0;
display:none;
}

.back-to-top:hover {
background: url(../images/back-to-top.png) no-repeat 0 -53px transparent;
}


.view-my-cart .btn i.pull-right {
	margin-right: 15px;
	padding: 0;
	line-height: 20px;
	font-size: 13px;
}
.btn-trans {
background-color: transparent;
}
.btn-trans:hover, .btn-trans:focus {
/*background-color: #a1d03a;*/
}

.btn-green {
background-color: #89c409;
}
.btn-green:hover, .btn-green:focus {
/*background-color: #a1d03a;*/
}

.btn-light-blue {
background-color: #0981c4;
}
.btn-light-blue:hover, .btn-light-blue:focus {
/*background-color: #3a9ad0;*/
}
.btn-red {
background-color: #ef3e42;
}
.btn-red:hover, .btn-red:focus {
/*background-color: #f26568;*/
}
.btn-orange {
background-color: #ef953d;
}
.btn-orange:hover, .btn-orange:focus {
/*background-color: #f2aa64;*/
}

.btn-purple {
background-color: #7f5399;
}
.btn-purple:hover, .btn-purple:focus {
/*background-color: #9975ad;*/
}
.btn-grey {
background-color: #e5ebef;
color: #0981c4;
}
.btn-grey:hover, .btn-grey:focus {
/*background-color: #f5f7f9;*/
color: #0981c4;
}
.btn-white {
background-color: #FFF;
color: #0981c4;
font-weight: bold;
}
.btn-white:hover, .btn-white:focus {
background-color: #0981c4;
}

.btn-full-width {
width: 100%;
}

.btn-auto-width {
	width: auto;
	min-width: inherit;
	padding-left: 20px;
	padding-right: 20px;
}


.btn-md{
font-size: 16px;
height: 60px;

}

.btn-lg{
font-size: 20px;
height: 80px;
}

.btn-rounded {
    border-radius: 50px;
}

.btn-rounded-hard {
    border-radius: 3px;
}

.btn-round-corners {
	width: auto;
	margin: 0 auto;
	border-radius: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.btn-round-corners.btn-xs {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	width: auto !important;
	min-width: 10px !important;
}

.icon-circle {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	padding: 0px;
}

/**** BUTTONS *****/

/** breadcrumb **/
ol.breadcrumb {
  padding: 0;
  background: none;
  padding-left: 20px;
}

ol.breadcrumb li{
font-size: 14px;
font-family: Arial;
}

ol.breadcrumb li > a {
color: #81a7bf;
}

ol.breadcrumb li.active {
  color: #fff;
}

/*.breadcrumb > li + li:before {
padding: 0 5px;
color: #81a7bf;
content: ">";
background: url('../images/lightblue-chevron.png') no-repeat transparent;
}
*/
.breadcrumb > li + li:before {
content: "";
background: url('../images/lightblue-chevron.png') no-repeat 50% 50% transparent;
padding: 5px;
margin: 0 5px;
display: inherit;
}


.breadcrumb > li:last-child:before {
content: "";
background: url('../images/white-chevron.png') no-repeat 50% 50% transparent;
}

/*
add that in breadcrumb.less

#detailnavigation {
  .list-inline.related {
    .breadcrumb;

    > li+li:before {
      content: "|\00a0";
    }
  }
}*/

/** breadcrumb **/

/** tabs override **/

.buy-bundle {
    border-top: 30px solid #ebf0f3;
    border-bottom: 30px solid #ebf0f3;
}
.product-full-story-tabbed-info {
    background: url('../images/tab-bkg.jpg') repeat-x;
    background-size: 71px 71px;
    border-top: 1px solid #d3dde4;
    margin-top: -1px;
}
.product-full-story-tabbed-info table[data-sortable-initialized="true"] th {
	background-position: right 10px;
	background-position-x: right;
}
.tab-71 {
	height: 71px;
	margin: 0 -12px;
	background-color: #ebf0f3;
}
/** used in suggested products so far **/
.nav-tabs.nav-justified {
background-color: #ebf0f3;
padding: 10px 10px 0;
}

.nav-tabs.nav-justified > li > a {
border-radius: 0;
background-color: #f5f8f9;
color: #0981c4;
border: 1px solid #f5f8f9;
margin-right: 5px;
font-weight: bold;
font-size: 14px;
font-family: Arial;
height: 61px;
text-align: center;
padding: 20px 0;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #fff;
}
.nav-tabs.nav-justified > li.active > a {
border-radius: 0;
background-color: #ffffff;
border: 1px solid #ffffff;
color: #003a63;
}


/** forms **/
.form-control {
display: block;
width: 100%;
height: 40px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #f2f5f7;
background-image: none;
border: 1px solid #d9e2e8;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: none;
-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;
}

.form-control:focus {
border-color: #66afe9;
background-color: #fff;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

.thumbnail {
display: block;
padding: 0;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: none;
border-radius: 0;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}



/*************************/
/** Bootstrap overrides **/




/** Typography **/

/**
* Page sections
**/

body.page {
  background-color: #ebf0f3;
}

section {
  background-color: #fff;
  /*margin-bottom: 20px;*/
}
section.footer-section {
	margin-bottom:0;
}
section.no-gap{
  margin: 0;
}
section.no-bkg{
  background-color: #ebf0f3;
}

.badge.alert-danger {
    background: #ef3e42;
    color: #fff;
}
.badge {
    font-size: 10px;
    padding:2px 5px;
}
.bg-white {
	background:#ffffff;
}
.bg-lightgrey {
	background:#ecf0f3;
}

.list-with-bullets li {
	list-style: disc !important;
}

/*Header navigation*/
	.header-navbar {
		background:#fff;
	}
	.navbar {
		background-color: #fff;
	}
	.navbar .language-switch {
	   padding-left: 20px;
		margin-left: 17px;
	}
	.navbar .language-switch.en {
	    background: url('../images/english-flag.png') no-repeat 0 center !important;
	}
	.navbar .dropdown-menu .language-switch.en {
		background-position-x:5px!important;
	}
	.navbar .dropdown-menu .language-switch.el {
		background: url('../images/greek-flag.png') no-repeat 2px center;
	}
	.navbar a.language-switch:hover {


	}

	.navbar .logo {
		background: url('../images/logo.png') no-repeat 0 0;
		display: block;
		width: 250px;
		margin-top: 7px;
		margin-left: 0!important;
		/*margin-right: 30px;*/
	}
.navbar-primary {
z-index: 1200;
border-bottom: 1px solid #d3dde4;
max-height: 60px;

}
	.navbar-secondary {
	    z-index: 1220;
	    max-height: 60px;
	}

.header-navbar {
z-index: 20000;
position: relative;
}


	.navbar .relative {
	    position:relative;
	}
.navbar .badge-abs {
position: absolute;
margin-top: -5px;
margin-left: -10px;
}
	.navbar-primary li > a {
	    border:none;
	}

.navbar-primary > .navbar-inner > ul > li > a {
color: #003a63;
border-right: 1px solid #d3dde4;
font-size: 14px;
text-align: center;
font-weight: bold;
padding: 16px 20px;
}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	/* border-color: #e7e7e7!important; */
}

.navbar-primary > .navbar-inner > ul > li > a.basket.relative.dropdown-toggle.my-cart-menu-item {
font-size: 12px;
}


	.navbar-primary > .navbar-inner > ul > li > a:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE 8 */
		filter: alpha(opacity=100);/* IE 5-7 */
		-moz-opacity: 1; /* Netscape */
		-khtml-opacity: 1;  /* Safari 1.x */
		opacity: 1;  /* Good browsers */
	}







	.navbar-primary.sticky .navbar-nav > li > a {
		font-weight: bold;
		font-size: 12px;
		line-height: 26px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.navbar-primary .navbar-nav > li > a,
	.navbar-secondary .navbar-nav > li > a {
	    color: #003a63;
	}
	.navbar-secondary .navbar-nav > li > a {
	    line-height:30px;
	    font-size: 12px;
	}
	.navbar-primary .navbar-nav > li > a {
	    font-weight:bold;
	    font-size:12px;
	    line-height: 26px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.navbar-primary .first-group > li > a {
	    /*font-size:14px*/
	}
	.navbar-primary .user-menu-item{
	    padding-bottom: 0!important;
	    height:60px;
	    /*min-width: 150px;*/
	}
	.navbar-primary .user-info {
	    margin-top: -10px;
	    margin-bottom:10px;
	    font-size: 12px;
	    font-weight: normal!important;
	}
	.navbar-primary .user-info .user-name {
	margin-top: -15px;
	font-weight: normal;
	display: block;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;

position: absolute;
right: 0;
padding-top: 5px;
font-weight: bold!important;
}


.navbar-primary a.basket {
		padding-bottom:15px;
		font-weight:normal!important;
	}
	.navbar-primary.navbar-default,
	.navbar-secondary.navbar-default {
	    background: #fff;
	    margin-bottom: 0;
	}
	.navbar-primary ul.search-results-dropdown {
	    width: 851px;
	    margin-top: 5px!important;
	    border-radius: 0;
	    margin-left:-91px;
	    padding:0;
	}


	a.search-hit-item {
		color:#fff!important;
	}

	.navbar-primary .navbar-form .input-group > .form-control {
		width: 328px!important;
		background: transparent!important;
		border: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin-top: 2px;
		margin-bottom: 10px;
	}
	.search-results-dropdown-wrapper .navbar-form {
		padding: 0 5px;
		border: none;
	}
	.navbar-primary form.navbar-form.navbar-left {
	    margin-bottom: 0;
	}
	.navbar-primary .search-navbar.focused > li:first-child > a {
	    color: #fff!important;
	    border: none;
	}
	.navbar-primary ul.navbar-nav.nav.search-navbar {
	    height: 60px;
	}
	.navbar-primary .search-navbar.focused {
	    background: #3a9acf;
	}
	.navbar-nav.nav.search-navbar.focused a#selected-category-a,
	.navbar-nav.nav.search-navbar.focused a#selected-category-a:hover,
	.navbar-nav.nav.search-navbar.focused a#selected-category-a:focus,
	.navbar-nav.nav.search-navbar.focused a#selected-category-a:active{
	  	color: #fff!important;
    	text-decoration: none!important;
    	border-left: 1px solid #fff!important;
	}

	.navbar-primary .search-navbar.focused .search-results-dropdown-wrapper input {
	    background: none;
	    color: #fff;
	    font-weight: bold;
	}
	.navbar-primary .search-navbar.focused ul.navbar-nav.nav.search-navbar.focused li:first-child > a {
	    border-right: none;
	}

	.navbar-primary .search-navbar .search-icon {
		color: #003a63;
		position: absolute;
		right: 20px;
		font-size: 21px;
		top: 50%;
		z-index: 99;
		margin-top: -15px;
		cursor: pointer;
	}
	.navbar-primary .search-navbar.focused  .search-icon {
	    color:#fff;
	}

	.navbar-primary .search-navbar, .search-navbar input:focus {
	    background: #ebf0f3;
	}

	.navbar-primary ul.navbar-nav.nav.search-navbar {
	    width: 480px;
	    display: flex;
	    border-right:1px solid #d3dde4;
	}

	.navbar-primary li.search-filter-dropdown {
	    flex-grow: 3; /* default 0 */
	    -webkit-flex-grow: 3;
	}
	.navbar-primary li.search-results-dropdown-wrapper {
	    flex-grow:120;
	    -webkit-flex-grow:120;
	}
	.navbar-primary li.search-results-dropdown-wrapper .navbar-form {
	    width:100%
	}

	.navbar-primary li.search-results-dropdown-wrapper .input-group {
	    width:100%;
	}
	.navbar-primary .navbar-form .input-group > .form-control {
	    background: transparent!important;
	    border: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	    margin-top: 2px;
	    margin-bottom: 10px;
	    width: 100%!important;
	}


	.navbar-primary .basket {
		padding-bottom: 12px;
	}
	.navbar-primary .user-nav .fa {
		font-size:20px;
	}

	/*Search */

	.search-hits-head {
	    padding: 15px;
	    background: #0981c4;
	    opacity: 0.8;
	    color: #fff;
	}
	.search-hits-results {
	    padding: 15px;
	    background: #0981C4;
	    max-height: 335px;
	    overflow-y: scroll;
    }
	.search-hit-item {
	    color: #fff;
	    margin-bottom:10px;
	}

	.search-hit-item:hover {
		text-decoration: underline;
	}

	.additional {
	    color: #ddd;
	    margin-left: 10px;
	}
	.search-hits-head a {
	    color: #fff;
	}
	.search-product-suggestions-head {
	    padding: 15px;
	}
	.search-product-suggestions {
	    width: 303px;
	}
	.search-product-suggestions-results {
	    padding: 0 20px;
	    max-height: 335px;
	    overflow-y: auto;
	}
	.search-product-suggestion-item {
		border-top: 1px solid #ddd;
		display: block;
		padding:7px;
	}
	.search-ads {
	    background: #0981C4;
	    padding: 5px 0;
	}
	.search-ads img {
	    display: block;
	    max-width: 100%;
	}
	.search-filter-dropdown a.dropdown-toggle {
	    /* width: 90px; */
	    height: 60px;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    padding-right:0!important;
	}
	.search-filter-dropdown ul.dropdown-menu {
	    z-index: 9999!important;
	}	

li.dropdown.search-filter-dropdown.open {
text-decoration: underline;
}

	.navbar-nav.nav.search-navbar > li > a {
	border: none;
	
	}
	.search-filter-dropdown.open > a, .search-filter-dropdown.open > a:hover, .search-filter-dropdown.open > a:focus {

		background: #ebf0f3;
	}
	

.map-marker {
background: url('../images/pin-map-darkblue.png') -2px 4px no-repeat transparent;
font-family: arial!important;
border: none;
padding: 7px 10px 7px 10px;
width: 15px;
height: 25px;
}



	li.dropdown.search-filter-dropdown .caret {
		border: none;
		padding: 0;
		width: 35px;
		height: 30px;
		background: url('../images/caret-darkblue.png') 5px 10px no-repeat transparent;
		/* border-right: 1px solid #d3dde4; */
	}

	.navbar-primary .search-navbar.focused > li.dropdown.search-filter-dropdown .caret {
		background: url('../images/caret-white.png') 5px 10px no-repeat transparent;
	}

	/*Bootstrap overrides*/
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		background:transparent;
		color:#003a63!important;
	}

	/* cart menu item and account should be light blue when open */
	.navbar-default .navbar-nav > .open > a.basket, .navbar-default .navbar-nav > .open > a.user-menu-item{
		background:transparent;
		color:#0981c4!important;
	}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	    background:#fff;
	    color:#003a63!important;
	}

	/*Dropdown menu overrides*/
	.navbar-nav .dropdown-menu{
		min-width:10px;
	}
	.navbar .dropdown-menu .highlighted {
	    padding: 15px 20px;
	    background: #f2f5f7;
	    margin-bottom: -5px;
	    border-top:1px solid #e5e5e5;
	}

	.navbar .dropdown-menu .highlighted input[type="text"] {
		margin-bottom:10px;
	    background: #ebf0f3;
	}

	ul.no-style li {
	    display:block;
	}
	ul.no-style {
	    padding:0;
	}

	.search-filter-dropdown a.dropdown-toggle {
	    max-width: 200px;
	}

.search-hits {
width: 479px;
}


	.navbar-primary ul.search-results-dropdown {
	    width:786px;
	}
/*	.navbar .search-results-dropdown-wrapper {
	    border-right:1px solid #d3dde4;
	}*/
	.navbar-primary ul.navbar-nav.nav.search-navbar {
	    width: 505px;
	    display: flex;
	    border-right:1px solid #d3dde4;
	}
	.navbar-primary.sticky ul.navbar-nav.nav.search-navbar {
	width: 425px;
	}
	.navbar-primary li.search-filter-dropdown {
	    flex-grow: 3; /* default 0 */
	}
	.navbar-primary li.search-results-dropdown-wrapper {
	    flex-grow:120;
	}
	.navbar-primary li.search-results-dropdown-wrapper .navbar-form {
	    width:100%
	}

	.navbar-primary li.search-results-dropdown-wrapper .input-group {
	    width:100%;
	    /* display: block;
    	vertical-align: middle; */
	}
	.navbar-primary .navbar-form .input-group > .form-control {
	    background: transparent!important;
	    border: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	    margin-top: 2px;
	    margin-bottom: 10px;
	    width: 100%!important;
	    z-index: 10;
	}
	/* language switcher */
	.navbar .dropdown-menu a.language-switch {
	    padding-left: 25px;
	}
	.navbar .dropdown-menu a.language-switch:hover {
	    background-color: #e5ebef!important;
	}

	.navbar .search-product-suggestion-item .special-price {
	    font-size: 16px!important;
	    padding-left: 5px;
	}
	/*End bootstrap overrides*/

	.navbar-nav > li > .dropdown-menu,
	.dropdown-with-top-arrow {
	    border-radius: 0;
	}

	.dropdown-with-top-arrow {
		margin-top: 10px;
	}

	.navbar-nav  .dropdown-menu:before,
	.dropdown-with-top-arrow:before,
	.navbar-nav  .dropdown-menu:after,
	.dropdown-with-top-arrow:after {
		content:'';
	    width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -40px;
		top:0;

	}
	.navbar-nav  .dropdown-menu:before,
	.dropdown-with-top-arrow:before {
		border-bottom: 10px solid #fff;
		margin-top: -10px;
		z-index:4;
	}

	.dropdown-menu.search-results-dropdown:before,
	.dropdown-menu.search-results-dropdown:after {
		display:none;
	}

	.navbar-nav  .dropdown-menu:after,
	.dropdown-with-top-arrow:after {
		border-bottom: 10px solid #ccc;
		margin-top: -11px;
		z-index:2;
	}

	.dropdown-with-top-arrow {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.dropdown-with-top-arrow li a {
		border-bottom: 1px solid #d3dde4;
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.dropdown-with-top-arrow li:last-child a {
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-bottom: 0px;
	}

	.navbar-nav .dropdown-menu > li > a,
	.dropdown-with-top-arrow > li > a {
	    color: #0981c4;
	}

	ul.dropdown-menu.orders-dropdown .toggle-login {
	font-weight: bold;
	}


	/*User dropdown */

	.navbar-primary .open .dropdown-menu {
	    position: absolute;
		position: absolute;
		border: 1px solid #ccc;
		background: #fff;
	}

	.navbar-primary .open .dropdown-menu  li.minicart-contents {
		overflow: auto;
		max-height: 403px;
	}

	.navbar-secondary .open .dropdown-menu {
		position: absolute;
		border: 1px solid #ccc;
		background: #fff;
	}
	/* When last child of navbar item, aligh the dropdown right (so it will not exceed container width)*/
	.navbar .navbar-inner > *:last-child .dropdown-menu {
	    left: auto;
	    right: 0;
	}
	ul.dropdown-menu.help-dropdown {
	min-width: 231px;
	}
	.navbar .navbar-inner > *:last-child .my-wishlist-dropdown{
	    min-width: 220px;
	}
	.navbar .navbar-inner > *:last-child .dropdown-menu:before,
	.navbar .navbar-inner > *:last-child .dropdown-menu:after {
	    margin-left:auto;
	    left:auto;
	    right:45%;
	}

	.user-nav .user-dropdown {
		right: 0;
		min-width: 284px!important;
		left: auto;
		padding-top:20px;
		z-index:99999999;
	}

	.sticky .user-nav .user-dropdown {
		min-width: 231px!important
	}
	.user-nav .user-dropdown:after,
	.user-nav .user-dropdown:before {
	    margin-left:auto;
	    left:auto;
	    right:25%!important;
	}
	.user-nav .user-dropdown .login-pane {
		padding:0 20px;
	}

	.sticky ul.dropdown-menu.dropdown-select.user-dropdown {
	right: -107px;
	}

	.sticky .user-nav .user-dropdown:after,
	.sticky .user-nav .user-dropdown:before {
	    margin-left:auto;
	    left:auto;
	    right:56%!important;
	}
	.user-nav .my-cart-menu-dropdown,ul#mini-cart-items {
		right: -145px;
		min-width: 480px;
		left: auto;
		padding: 0px;
		z-index: 99999;
	}

	.sticky ul#mini-cart-items {
	right: -171px;
	}
	.sticky ul#mini-cart-items:after,
	.sticky ul#mini-cart-items:before {
	    margin-left:auto;
	    left:auto;
	    right:40%!important;
	}
	.user-nav .my-cart-menu-dropdown.empty-cart{
		min-width: 0!important;
	}

	.sticky .user-nav .my-cart-menu-dropdown {
		right: -155px;
	}

	.empty-mini-cart {
	background: #ebf0f3;
	color: #7f9cb1;
	padding: 25px 0;
	text-align: center;
	margin: 5px;
	}
	.user-nav .my-cart-menu-dropdown:after,
	.user-nav .my-cart-menu-dropdown:before {
	    margin-left:auto;
	    left:auto;
	    right:36%;
	}
	.user-nav .my-cart-menu-dropdown .login-pane {
		padding:0 20px;
	}

	.user-nav .my-cart-menu-dropdown table th {
		font-weight: normal;
		padding-bottom: 10px;
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 1px solid #d3dde4;
	}

	.user-nav .my-cart-menu-dropdown table td {
		padding-bottom: 10px;
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 1px solid #d3dde4;
		font-size: 12px;
	}

	.user-nav .my-cart-menu-dropdown table td.product-sep {
		padding-left: 5px;
		padding-right: 5px;
		border-bottom: 0px;
	}

	.user-nav .my-cart-menu-dropdown table tr.last-product td {
		border-bottom: 0px;
	}

	.user-nav .my-cart-menu-dropdown table td.product-qty,
	.user-nav .my-cart-menu-dropdown table td.product-image,
	.user-nav .my-cart-menu-dropdown table td.product-price {
		vertical-align: top;
	}

	.user-nav .my-cart-menu-dropdown table td.product-price {
		padding-right: 0px;
		font-weight: bold;
		width: 64px;
	}

	.user-nav .my-cart-menu-dropdown table td .color-secondary-red {
		font-weight: bold;
	}

	.user-nav .my-cart-menu-dropdown table td.product-info a {
	    font-weight: bold;
	}

	.user-nav .my-cart-menu-dropdown table td.product-image {
		padding-left: 0px;
		padding-right: 0px;
	}

	.user-nav .my-cart-menu-dropdown table td.product-info .product-description {
		font-size: 11px;
	}

	.user-nav .my-cart-menu-dropdown table td table td {
		padding: 0px;
		border-bottom: 0px;
	}

	.user-nav .my-cart-menu-dropdown table tr.my-cart-total > td {
		border-top: 1px solid #d3dde4;
	}

	.user-nav .my-cart-menu-dropdown .view-my-cart {
		text-align: right;
	}

	.user-nav .my-cart-menu-dropdown .view-my-cart button {
		margin: 0;
		padding: 0;
	}

	span.my-cart-total {
		font-size: 16px;
		margin-left: 5px;
	}

	/*placeholder color*/
	.navbar-primary *::-webkit-input-placeholder {
	    color: #003a63!important;
	    font-weight:bold
	}
	.navbar-primary *:-moz-placeholder {
	    /* FF 4-18 */
	    color: #003a63!important;
	    font-weight:bold
	}
	.navbar-primary *::-moz-placeholder {
	    /* FF 19+ */
	    color: #003a63!important;
	    font-weight:bold
	}
	.navbar-primary *:-ms-input-placeholder {
	    /* IE 10+ */
	    color: #003a63!important;
	    font-weight:bold
	}


	/*My wishlist dropdown*/
	.navbar .my-wishlist-dropdown {
	    right: 0;
	    left: 0;
	}

ul.dropdown-menu.my-wishlist-dropdown > li > a {
    max-width: 220px;
      white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

	.navbar .my-wishlist-dropdown span {
	    color:#003a63;
	    float:right
	}

	ul.wishlist-actions {
		list-style: none;
		padding: 10px 20px;
		background: #f5f7f9;
		margin-top: -9px;
	}

	.navbar .my-wishlist-dropdown:before,
	.navbar .my-wishlist-dropdown:after {
	    right:50px!important;

	}


/*.navbar-default .navbar-nav > li.open > a,*/ .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #0981c4;
background-color: transparent;
}

a.btn.btn-light-blue.see-more {
    float: left;
    min-width: 120px;
}
a.btn.btn-light-blue.change-store {
    float: left;
    min-width: 120px;
    margin-left: 10px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #e5ebef!important
}

	/*Navbar orders-dropdown*/
	.navbar .orders-dropdown {
	    width:250px
	}
	.navbar .orders-dropdown:before,
	.navbar .orders-dropdown:after {
	    right:50px!important;
	}
	.navbar .orders-pane {
	    padding:15px 20px
	}
	.navbar .orders-pane label {
	    padding:5px 5px 10px 5px;
	    text-align:center;
	    color:#003a63;
	}
	.navbar .orders-pane .form-control {
	    margin-bottom:15px;
	}
	.navbar .orders-dropdown .prompt-signin {
	    padding: 15px 20px;
	    background: #f2f5f7;
	    margin-bottom: -5px;
	    border-top:1px solid #e5e5e5;
	}



	/*help dropdown*/

	.navbar .help-pane {
		padding:12px 20px;
	}
	.navbar .help-dropdown:before,
	.navbar .help-dropdown:after {
	    right:30px!important;

	}


	/**/
	.search-filter-dropdown .dropdown-menu{
	    min-width:300px;
	    padding-bottom:0;
	    padding-top:0
	}
	.search-filter-dropdown .dropdown-menu > li > a {
	    border-bottom:1px solid #e5e5e5;
	    padding:10px;
	}
	.search-filter-dropdown .dropdown-menu > li > a.selected {
	  background: url('../images/green-tick.png') no-repeat 97% 12px #fff;
	}
	.search-filter-dropdown .dropdown-menu:before,
	.search-filter-dropdown .dropdown-menu:after {
	  left:60px;
	  right:auto;
	  margin-right:0;
	}

.block-container {
	position: relative;
}


	/*Products dropdown*/
	.navbar .first-group .dropdown-menu:before,
	.navbar .first-group .dropdown-menu:after {
	    display:none;
	}

	.navbar .first-group .dropdown-menu {
	    padding-top: 30px;
	    padding-bottom: 30px;
	    position: fixed;
	    top: 120px;
	    left: 0;
	    right: 0;
	    box-shadow: 0px 2px 6px -4px inset;
	    min-height: 400px;
	    border-bottom:none;
	    background: #fff;
	}
	.navbar.sticky .first-group .dropdown-menu {
		top: 60px;
	}
	.navbar .first-group .dropdown.open > a,
	.navbar .first-group .dropdown.opened > a {
	    border-color:#d3dde4;
	    position:relative;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE 8 */
		filter: alpha(opacity=100);/* IE 5-7 */
		-moz-opacity: 1; /* Netscape */
		-khtml-opacity: 1;  /* Safari 1.x */
		opacity: 1;  /* Good browsers */
	}
	.navbar .first-group .dropdown.open > a:after,
	.navbar .first-group .dropdown.opened > a:after {
	    display: block;
	    content: '';
	    bottom: -20px;
	    position: absolute;
	    left: 0;
	    right: 0;
	    height: 34px;
	    background: #fff;
	    z-index: 9999;
	}
	.product-dropdown-toggle {
	    border-left:1px solid #ddd;
	}

	/*Tabs left*/
	.tabs-left .nav-tabs {
	    float:left;
	    z-index:10;
	    border-bottom:none;
	}

	.tabs-left .nav-tabs > li {
	    float:none;
	}
	.tabs-left > .nav-tabs > li > a,
	.tabs-left > .nav-tabs > li > a:hover,
	.tabs-left > .nav-tabs > li.active > a:hover,
	.tabs-left > .nav-tabs > li.active > a{
	    border:none;
	    background:none;
	    border-radius:0;
	    border:1px solid #ddd;
	    border-bottom:1px solid #ddd;
	    padding-left:0;
	    font-weight:bold;
	    color:#003a63;
	    font-size:13px;
	    width: 170px;
	    background:#fff;
	    border-left:1px solid #fff;
	      cursor:pointer;
	}
	.tabs-left > .nav-tabs > li.active > a:hover,
	.tabs-left > .nav-tabs > li.active > a{
	    background:none;
	    border-right:none;
	    padding-right:1px;

	}
	.tabs-left > .nav-tabs > li:last-child > a {
	    /*padding-top:35px;*/
	    /*padding-bottom:35px;*/

	}
	.tabs-left > .nav-tabs > li.active:last-child > a {
	    border-bottom:none;
	}
	.tabs-left > .nav-tabs > li > a .glyphicon {
	    color:#ddd!important;
	    position:absolute;
	    right:5px;
	    top:50%;
	    margin-top:-7px
	}
	.tabs-left .nav-tabs > li.active > a,
	.tabs-left .nav-tabs > li.active > a .glyphicon{
	    color:#0981c4!important;
	}


	.tabs-left .tab-pane.active, .navbar .first-group .inner-content {
	    border: 1px solid #ddd;
	    border-right:none;
	    border-left:none;
	    min-height: 420px!important; /*background ad image must be 440px (hanging out by 20px)*/
	    padding-left: 190px;
	    background: #ffffff; /* Old browsers */
	    background: -moz-linear-gradient(left,  #ffffff 0%, #EBF0F3 50%, #EBF0F3 51%, #ffffff 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#EBF0F3), color-stop(51%,#EBF0F3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(left,  #ffffff 0%,#EBF0F3 50%,#EBF0F3 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(left,  #ffffff 0%,#EBF0F3 50%,#EBF0F3 51%,#ffffff 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(left,  #ffffff 0%,#EBF0F3 50%,#EBF0F3 51%,#ffffff 100%); /* IE10+ */
	    background: linear-gradient(to right,  #ffffff 0%,#EBF0F3 50%,#EBF0F3 51%,#ffffff 100%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

	}
	.navbar .first-group .inner-content {
	    padding-left:0;

	}
	.navbar .first-group .inner-content p {
	  color: #86A1B4;
	  font-size:12px;
	}

	.products-tabs-container {
	    position:relative;
	}
	/*.products-tabs-container:before {
	    content:'';
	    display:block;
	    position:absolute;
	    left:1px;
	    top:-35px;
	    height:15px;
	    width:93px;
	    background:#fff

	}*/
	.products-tabs-container .tab-content ul {
	    margin-bottom:20px;
	}
	.products-tabs-container .tab-content li {
	    margin-bottom: 7px;
	}
	.services-dropdown .inner-content .col-xs-3{
	    padding-left:50px;
	}
	.icon-germanos-logo {
	    width: 30px;
	    height: 30px;
	    display:inline-block;
	    background: url('../images/ui-specific-icons.png') no-repeat -655px -2775px transparent;
	    padding: 0px;
	    margin-bottom: -10px;
	    margin-left:-30px;
	}


	.navbar .first-group .shop-find .input-group-addon,
	.navbar .first-group .shop-find .input-group-btn{
	    padding-left:25px;
	    padding-right:25px;
	    white-space: nowrap;
	    vertical-align: middle;
	    color: #fff!important;
	    border: 1px solid #0981c4!important;
	    border-radius: 0!important;
	}
	.navbar .first-group .shop-find .input-search input{
	    background:#fff;
	    margin-bottom:-1px;
	    margin-top:0px;
	}

	.navbar .shop-find-map {
	    padding-top:20px;
	    padding-bottom:20px;
	}
	.navbar .my-shop-view-more {
	    padding-right:30px;
	}


	.products-tabs-container .menu-products-tab-promo-image{
		position:absolute;
		right:-20px;
		bottom:-20px;
	}


	/*Sticky menu*/
	.navbar-primary:not(.sticky) .visible-sticky {
		display:none;
	}
	.navbar-primary.sticky {
	    position: fixed;
	    left: 0;
	    right: 0;
	    top: 0;
	    background: #fff;
	    z-index: 999;
	    box-shadow: 2px -2px 3px 1px #333;
	    --moz-box-shadow:2px -2px 3px 1px #333;
	    -webkit-box-shadow:2px -2px 3px 1px #333;
	}
	.navbar-primary.sticky .visible-sticky {
		display:block;
	}
	.navbar-primary.sticky .hidden-sticky{
		display:none;
	}

	.navbar-primary.sticky a.navbar-brand.logo {
		width: 148px;
		height: 40px;
		border: none;
		margin-top: 16px;
		background-position-x: -1px;
		background-size: contain;
		margin-right: 20px;
	}

	.navbar-primary.sticky .navbar-form .input-group > .form-control {
		width:254px!important;
	}
	.navbar-primary.sticky .search-hits {
		width:431px;
	}
	.navbar-primary.sticky .search-product-suggestions {
		width: 208px;
	}

	.navbar-primary.sticky ul.search-results-dropdown {
		width: 652px;
	}
	
	.navbar-primary.sticky ul.search-results-dropdown.no-search-suggestions{
		width: 431px;
	}
	
	.navbar-primary ul.search-results-dropdown.no-search-suggestions{
		width: 479px;
	}

	.navbar .icon-user {
		font-size: 20px;
		margin-left:-5px;
		margin-top: -4px;
		display: inline-block;
	}

/** footer **/
	.prefooter {
		height: 60px;
		background: #ebf0f3;
		width: 100%;
	}
	.footer{
		min-height:500px;
		/*background:url('../images/dark-blue-background.jpg') repeat;*/
		background:url('../images/footer-bkg.jpg') 50% 50%  no-repeat;
		background-size:cover;
		color:#ffffff;
		/*margin-top: 40px;*/
	}
	div.footer-inner.container {
	    padding-top: 50px;
	}
	.footer-inner .highlighted, .footer-inner h5, .footer-inner h6{
	    color:#829db1;
	}
	.footer-inner ul {
	    list-style: none;
	    padding: 20px 0 0 0;
	}

	.footer-inner ul li {
	    margin-bottom:15px;
	}
	.footer-inner ul li > a{
	    color: #ffffff;
	}

	.large-social {
	height: 50px;
	}

	.footer .large-social a {
		color: #ffffff;
	}
	.footer .social-link a{
	    padding: 10px;
	    width: 85px;
	    text-align: center;
	    height: 41px;
	    font-size: 0;
	    float: left;
	}

	.footer .social-link.facebook a{
	    background:url('../images/ui-specific-icons.png') no-repeat -472px -2605px transparent;
	}

	.footer .social-link.twitter a{
	    background:url('../images/ui-specific-icons.png') no-repeat -557px -2605px transparent;
	}

	.footer .social-link.youtube a{
	    background:url('../images/ui-specific-icons.png') no-repeat -641px -2605px transparent;
	}
	.footer .help-phone{
		color: #fff;
		font-size: 20px;
	}
.footer .social .form-group {
margin-top: 60px;
}
    .footer .copyright{
    	border-top: 1px solid #829db1;
		margin-top: 20px;
		padding-top: 30px;
		color: #829db1;
    }
.footer .payment-methods {
background: url('../images/ui-specific-icons.png') no-repeat -468px -97px transparent;
width: 255px;
height: 40px;
margin: 0 0 40px 0;
}
	.footer .copyright-text {
		text-align: right;
		float: right;
	}

	h5.subheading {
		text-transform: capitalize;
	}
.footer-section h5 {
margin-bottom: 30px;
}

.footer .contact ul {
margin-top: -30px;
margin-bottom: 30px;
}

	.help-block{
		color: #dd2323;
	}
	
.help-payment{
font-size: 12px;
color: #244269;	
font-weight: bold;
}

.help-block ul li {
margin: 0;
padding: 0;
text-align: left;
font-size: 13px;
}

.footer:before {
content: '';
display: block;
background: #EBF0F3;
height: 60px;
}

/** footer **/
/** promo layer **/

.promo-layer.section.background-primary-white {
padding: 0;
border-bottom:1px solid #e5ebef;
}

.promo-layer .promo-image {

}
.promo-layer .promo-text {

}
.promo-layer .promo-text h5,
.promo-layer .promo-text h2{
	padding: 0;
	font-size: 14px;
}
.promo-layer .promo-text h2{
	margin: 10px 0 5px;
	font-weight: bold;
    line-height: 22px;
}

.promo-layer .promo-text p {
    margin: 0;
    padding: 0;
}

.promo-layer .col-xs-12 .more-link{
	/* color: #ffffff;
	background-color:  #0981c4;
	padding: 10px; */
	float: right;
}



.promo-layer .promo-layer-item .col-xs-4{
	background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90px;
}

.promo-layer .promo-layer-item.col-xs-3 .col-xs-4,
.promo-layer .promo-layer-item.col-xs-4 .col-xs-4{
	background-position: center;
	 background-size: contain;
}

.promo-layer .promo-layer-item:after {
    position: absolute;
    top: 15px;
    right: 10px;
    content: "";
    height: 60px;
    border-left: 1px solid #dee4ea;
}

.promo-layer .promo-layer-item:last-child:after {
    border-left: none;
}
/** promo layer **/

/** page-header **/
div.page-header-title {
background: url('../images/header-bg-blue.png') repeat center center;
color: #fff;
min-height: 100px;
}
.page-header-title h1{

	font-size: 28px;
	margin-top: 40px;
}

.page-header-title h1 {

font-size: 28px;
margin-top: 30px;
padding-left: 20px;
color: #ffffff;
}
.sub-menu {
	background-color: #003a63;
	padding: 20px 10px;
	color: #fff;
/*	font-weight: bold;*/
	font-size: 16px;
	font-weight: bold!important;
}
.sub-menu ul {
	list-style-type: none;
	margin: 10px;
	padding: 0;
}
.sub-menu ul li{
	display: inline-block;
	margin-right: 15px;
	position: relative;
}
.sub-menu ul li a{
	color: #ffffff;
	text-decoration: none;
}

.sub-menu ul li.active .arrow-up {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #ebf0f3;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	margin-top: 15px;
}

.results-info {
	background-color: #ebf0f3;
	height: 60px;
	position: relative;

}


a.white{
	color: #FFF;
}
a.white.visited, a.white:hover{
	color: #81a7bf;
}


/** page-header **/

/** page-header search results **/
.results-info {
background-color: #ebf0f3;
position: relative;
color: #94adbe;
font-size: 14px;

}
.results-info a .fa{
    color: #94adbe;
}

.results-info a.active .fa,.results-info a:hover .fa{
	color: #003a63;
}


.results-info a .fa-reorder {
    margin: 0 4px;
}
.results-number {
display: inline-block;
width: 805px;
padding: 20px;
font-weight: bold;
}
.view-style {
	color: #7595ab;
	display: inline-block;
	padding: 13px 12px;
	border-right: 1px solid #d3dde4;
	font-weight: bold;
	margin-left: -20px;
}
.results-sorting {
display: inline-block;
width: 275px;
padding: 20px;
}
.results-sorting .caret{
    margin-top: 7px;

}
.results-sorting a {
	color:#003a63;

}
.results-sorting a.dropdown-toggle {
	font-weight: bold;
}

.results-sorting .caret{
background: url('../images/ui-specific-icons.png') no-repeat -680px -2064px;
width: 0px;
height: 0px;
padding: 10px;
border-radius: 50px;
border: 0;
margin: 0 0 0 20px;
}

a#results-sorting-id {
    display: inline-block;
    margin-left: 10px;
    width: 145px;
}

a#results-sorting-id .caret{
   margin-left:50px;

}

.germanos-caret-next {
background: url('../images/ui-specific-icons.png') no-repeat -526px -2048px;
padding: 4px 11px;
width: 0;
margin: 20px;
border-radius: 100%;
}

.germanos-caret-back {
background: url('../images/ui-specific-icons.png') no-repeat -481px -2047px;
padding: 4px 12px;
width: 0;
margin: 20px;
}


.sub-menu .back-to-list {
	float: left;
	/*margin-top: 10px;*/
}

.back-to-list .text {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.back-to-list > *{
   text-decoration: none!important;
}
/** page-header search results **/



/** registration page **/
.consolidation-block {
background: url(../images/consolidation-background.jpg ) repeat center center;
color: #fff;
min-height: 370px;
width: 590px;
margin-top: 40px;
margin-right: 10px;
float: left;
display: inline-block;
}
.registration-block {
background: url(../images/registration-block-background.jpg ) repeat center center;
color: #fff;
min-height: 370px;
width: 590px;
margin-top: 40px;
margin-left: 10px;
float: left;
display: inline-block;
position: relative;
}

.registration-grid-main {
width: 780px;
margin-right: 40px;
float: left;
margin-top: 20px;
padding-top: 20px;
}
.registration-secondary-sidebar {
    width: 340px;
    float: left;
    margin-top: 20px;
    padding-top: 10px;
}

.registration-form {
padding-left: 20px;
background: #fff;
padding-top: 10px;
}

.registration-form .info-box {
right: 0;
margin-right: -370px;
border: 1px solid #f2f5f7;
width: 350px;
/* height: 185px; */
height: auto;
background-color: #f2f5f7;
margin-top: -60px;
float: right;
padding: 10px;
color: #7997ad;
position: absolute;
}

.registration-form .error .info-box {
margin-top: -105px;
}

.registration-form .form-container {
padding-right: 400px;
padding-top: 20px;
}

.registration-benefits-block {
padding-top: 20px;
}

.consolidation-block p, .registration-block p,.consolidation-block h2, .registration-block h2  {
color: #fff;
padding-left: 0;
}

.consolidation-block button,
.registration-block  button {
	float: right;
}
.consolidation-block ul.green-tick {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.registration-block  ul.green-tick {
	padding-bottom: 0px;
  	margin-bottom: 0px;
}

.consolidation-block ul.green-tick {
  border-bottom: 1px solid #0981c4;
}


.registration-container {
    margin-bottom: 40px;
}

ul.green-tick li {
list-style-image: url(../images/green-tick.png);
background-repeat: no-repeat;
background-position: 0 0px;
margin-bottom: 15px;
margin-left: 30px;
}

ul.green-tick{
  list-style-type: none;
  margin-top: 20px;
  background: transparent;
  cursor: auto;
  display: inherit;
  height: auto;
  padding: 0;
  width: auto;
}


/** registration page **/
.registration-form .radio-inline {
/*	color: #244269;
*/	opacity: 1.0;
	font-weight: bold;
}




/*Banner slider */

/*Banner slider */

.banner-slider .item {
	min-height:460px;
}
.banner-slider .glyphicon {
    padding: 50px;
    width: 50px;
    height: 50px;
    display: block;
    padding-left: 10px;

    padding-top: 10px;
	text-indent:-99999px;
}

.banner-slider .glyphicon-chevron-right {
	background: url('../images/ui-specific-icons.png') no-repeat -90px -2325px;
}

.banner-slider .glyphicon-chevron-left {
	background: url('../images/ui-specific-icons.png') no-repeat -10px -2325px;
}

.banner-slider .carousel-control:hover .glyphicon-chevron-left {
	background: url('../images/ui-specific-icons.png') no-repeat -10px -2405px;
}

.banner-slider .carousel-control:hover .glyphicon-chevron-right {
	background: url('../images/ui-specific-icons.png') no-repeat -90px -2405px;
}

.banner-slider a.carousel-control {
    background: none;
    		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE 8 */
		filter: alpha(opacity=100);/* IE 5-7 */
		-moz-opacity: 1; /* Netscape */
		-khtml-opacity: 1;  /* Safari 1.x */
		opacity: 1;  /* Good browsers */

}

.banner-slider a.carousel-control {
    background: none;
    		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE 8 */
		filter: alpha(opacity=100);/* IE 5-7 */
		-moz-opacity: 1; /* Netscape */
		-khtml-opacity: 1;  /* Safari 1.x */
		opacity: 1;  /* Good browsers */

}

.carousel-indicators li {
    border: 5px solid #003a63;
    width: 20px!important;
    height: 20px!important;
    border-radius: 50%;
    background: #0981c4;
    margin: 1px!important;
}
.banner-slider .carousel-indicators {
    text-align: left;
    bottom: 67px;
    left: 50%;
    margin-left: -500px;
}
.carousel-indicators li.active,
.carousel-indicators.red li.active  {
    background: #fff;
}
.carousel-indicators.red li {
    background: #ef3e42;
    border: 5px solid #b43f48;
}

/*End Banner slider*/
/*End Banner slider*/


.text-center { text-align: center;}
.text-bold { font-weight: bold; }
.text-normal { font-weight: normal !important; }
.text-small { font-size:12px; }
.text-large { font-size:18px; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.no-padding { padding:0 !important; }
.no-margin { margin:0 !important; }

.padding-5 { padding-left: 5px; padding-right: 5px; }

.padding-left-15 { padding-left:15px; }
.padding-top-20 { padding-top:20px; }

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

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

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

.margin-right-20 {
	margin-right: 20px;
}

.padding-15 {
	padding: 15px;
}

.padding-20 {
	padding: 20px;
}

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

.margin-top-2 {
	margin-top: 2px;
}

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

.no-padding-left { padding-left: 0px; }
.no-padding-right { padding-right: 0px; }
.no-padding-top { padding-top: 0px !important; }

.table-full-width { width: 100%; }

.vertical-top {
	vertical-align: top;
}

td.qty {
vertical-align: top;
}

span.req {
	color: red;
	margin-left: 5px;
}

/** ul li inline list that fills the full width of the container **/

ul.full-width-filler { width: 100%; display: table; table-layout: fixed; margin-bottom:0; /* optional */ }
ul.full-width-filler.no-padding { padding:0; }
ul.full-width-filler.align-top li { vertical-align: top; }
ul.full-width-filler.align-middle li { vertical-align: middle; }
ul.full-width-filler.align-bottom li { vertical-align: bottom; }
ul.full-width-filler li { display: table-cell; width: auto; }
ul.full-width-filler.centered li { text-align: center; }


/** Suggested product categories grid section **/
.suggested-categories img.img-responsive { margin: 0 auto; }

.suggested-products img.img-responsive { margin: 0 auto; }

.suggested-categories-block-gallery a:hover {
	opacity: 1!important;
}
ul.suggested-categories-block-gallery {
margin-top: 40px;
text-align: center;
margin-bottom: 0;
}

.suggested-categories-block-gallery li {
display: inline-block;
margin-right: 10px;
}

.section.suggested-products {
    padding-top:20px
}


ul.suggested-gallery-block-6-items li {
    display: inline-block;
    vertical-align: top;
}

ul.suggested-gallery-block-6-items {
padding: 0;
margin: 40px auto;
margin-bottom: 0;
}

ul.suggested-gallery-block-6-items li
.sc-title{
font-weight: bold;
margin-bottom: 20px;
}

.section-suggested-categories  ul.full-width-filler a:hover{
	/*opacity: 1;*/
	text-decoration: none!important;
}

.section-suggested-categories .sc-title {
    font-weight: bold;
}

a:hover .sc-image{
	opacity: 0.8;
	z-index: 1;
}

a:hover .badge-offer, a:hover .badge-under100, a:hover .badge-clearance {
	opacity: 1 !important;
	z-index: 10000;
}

.badge-offer{
background: url('../images/badge-offer.png');
width: 82px;
height: 82px;
position: absolute;
margin-left: 100px;
margin-top: 31px;
}
.badge-under100{
background: url('../images/badge-under100.png');
width: 82px;
height: 82px;
position: absolute;
margin-left: 100px;
margin-top: 31px;
}
.badge-clearance {
background: url('../images/badge-clearance.png');
width: 82px;
height: 82px;
position: absolute;
margin-left: 100px;
margin-top: 31px;
}

/** Suggested product categories grid section **/


/** Product grid slider with tabs **/
.product-grid-slider {
	margin-right: -12px;
	padding-bottom:30px;
}

.product-grid-slider > ul:first-child  {
	padding: 0;
}

.product-grid-slider > ul:first-child > li.first {
	margin-left: 0;
}
.product-grid-slider > ul:first-child > li {
	display: inline-block;
	width: 285px;
	min-height: 465px;
	margin: 8px;
}
.product-grid-slider li {
	list-style:none;
}
.product-grid-item {
	width: 285px;
	min-height: 465px;
	border: 1px solid #e5ebef;
}

.product-grid-item:hover {
	border: 1px solid #b2c4d0;
	box-shadow: 2px 7px 9px #999;
}

.product-grid-item.suggested{
	border: 2px solid #b2c4d0!important;
}

.products-grid.clearfix {
	margin-left:-20px;
}
.products-grid.clearfix.suggested {
	height: 590px;
	border-bottom: 3px solid #b2c4d0;
	margin-bottom: 20px;
}

.product-grid-item.product-teaser .product-color-options {
    /*padding: 20px 0px 0px 0px;*/
	display: none;
}
.product-grid-item.product-teaser .product-color-options label {
    /* float: left; */
    font-weight: normal;
    padding: 2px 0;
    margin-right:10px;
}
/** product badges **/
div.product-promotions {
	margin-top: 10px;
}

ul.product-badges {
    margin: 0;
    padding: 0;
    list-style: none;
    /* position: absolute; (old)*/
    z-index: 990;
}
ul.product-badges li.badge-suggested {
    display: inline-block;
}
ul.product-badges li {
    display: inline;
    font-size: 12px;
    color: #fff;
    background-color: #e1e1e1;
    border-radius: 10px;
    padding: 5px 15px;
    font-style: italic;
    line-height: normal !important;

}
ul.product-badges li.badge-suggested {
background-color: #fdbd17;
}
ul.product-badges li.badge-special-offer {
background-color: #ef3e42;
}
ul.product-badges li.badge-new-product {
background-color: #0981c4;
}
ul.product-badges li.badge-exclusive-product {
background-color: #800080;
}
ul.product-badges li.badge-pre-order{
background-color: #89c409;
}
ul.product-badges li.badge-onSale-product{
background-color: #ff0000;
}
ul.product-badges li.badge-expected-product{
background-color: #1c64aa;
}
ul.product-badges li.badge-webOffer-product{
background-color: #000000;
}
ul.product-badges li.badge-bestBuy-product{
background-color: #ff8e00;
}
ul.product-badges > li:first-child {
    border-radius: 0 10px 10px 0;
}

ul.product-badges > li {
max-height: 24px;
}

.product-fullstory .information-container > .product-promotions {
margin: 20px 0;
height: 25px;
}

.product-fullstory ul.product-badges li.badge-special-offer {
font-size: 14px;
font-style: normal;
margin-right: 400px;
}

/** product badges **/

/*.product-grid-slider .product-teaser {
width: 285px;
height: 464px;
border: 1px solid #e5ebef;
}*/
.product-image-container{
	padding:25px 20px;
	min-height: 300px;
}

.product-grid-item .product-image-container {
padding: 10px 20px 20px 20px;
height: 300px;
width: 280px;
text-align: center;
}

.product-list-item .product-image-container {
padding: 0;
}

.product-image-container img {
/* margin: 20px auto; */
margin: 15px auto;
margin-bottom: 5px;
}

.product-teaser h2 {
font-size: 16px;
font-weight: normal;
height: 41px;
overflow: hidden;
text-overflow: ellipsis;
padding: 0;
line-height: 21px;
margin: 0;
}

.product-promoted-feature.pull-right {
padding-right: 5px;
}

.product-teaser .payment-options{
color: #7f9cb1;
font-size: 14px;
}

.product-teaser .product-info-container {
padding: 20px;
border-top: 1px solid #e5ebef;
margin-top: 0px;
height: 148px;
}

.product-price {
	color: #003a63;
	font-size: 18px;
}

.product-list-item .product-price {
	color: #003a63;
	font-size: 28px;
	font-weight: bold;
}
.product-list-item .list-cta .btn {
    text-align: center;
}
.comp-row 	.product-price {
margin: 10px 0;
}

.special-price {
	color: #ef3e42;
}

.personalization-others-bought-products a:hover {
	text-decoration: none!important;
}

.personalization-others-bought-products a:hover h2 {
	text-decoration: underline!important;
}

.personalization-others-bought-products .suggestion-item a {
	display: block;
}

.product-price .strikethrough {
	text-decoration: line-through;
	font-size: 18px;
}

.product-price .special-price {
	color: #ef3e42;
	font-size: 28px;
	font-weight: bold;
}

.product-price .special-price-bundle {
	color: #ef3e42;
	font-weight: bold;
}

.coming-soon-product-price{
    position: absolute;
    bottom: initial;
    top: 275px;
}

.personalization-others-bought-products .product-price .strikethrough {
	font-size: 14px;
}

.personalization-others-bought-products .product-price .price, .personalization-others-bought-products .product-price .special-price {
	font-size: 18px;
}

.cta {
display: none;
background-color: #fff;
border-bottom: 1px solid #b2c4d0;
border-left: 1px solid #b2c4d0;
border-right: 1px solid #b2c4d0;
z-index: 1200;
box-shadow: 2px 7px 9px #999;
min-width: 285px;
}

.cta .btn {
min-width: 142px;
}
.cta .more {
font-weight: bold;
font-size: 14px;
padding: 10px 10px 0 10px;
text-align: center;
}

.more-button-container {
	margin-top: 10px;
}

.product-teaser .comparison {
	font-size: 14px;
	color: #0981c4;
}
.product-teaser:hover .cta {
display: block;
position: absolute;
margin-top: -2px;
margin-left: -1px;
}

.product-teaser:hover .product-color-options {
display: block;
height: 40px;
padding: 10px 0;
}

.features-group {
	margin-top: 20px;
}

.features-group-description ul {
	/* list-style-type: none; */
	padding: 0;
	list-style-image: url('../images/bullet_grey.png');
	padding-left: 20px;
	text-align: left;
}

.features-group-title {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}
.features-group-title h5 {
    font-size: 24px;
    font-weight: normal;
}

.features-group-description {
	padding: 20px;
}

/*.feature-item .feature-label {
	color:#7C9BB0;
	float: left;
	font-weight: bold;
}
latest change: 2014-11-05
*/
.feature-item .feature-label {
color: #7C9BB0;
float: left;
font-weight: bold;
margin-right: 10px;
white-space: nowrap;
max-width: 250px;
overflow: hidden;
}

.feature-item .value {
float: right;
width: 160px;
text-align: right;
}

.feature-item.row {
	font-size: 12px;
	padding: 0 20px;
}

#programs thead {
border-bottom: 3px solid #e5ebef;
line-height: 30px;
}
#programs th {
/*color: #003a63;
font-size: 14px;
font-weight: normal;*/
	color: #003a63;
	font-size: 14px;
	font-weight: normal;
	padding: 0 20px 0 20px;
}

#programs th:nth-child(2) {
  text-align: right;
}

#programs th:nth-child(2):hover {
  text-decoration: underline;
}

#programs tr {
border-bottom: 1px solid #e1e1e1;
}

#programs tbody tr:hover {
  background: #f5f7f9;
}

#programs td{
    padding: 20px;
    font-weight: bold;
}

#programs td.price-td {
  text-align: right;
}

#programs table {
background-color: transparent;
width: 100%;
padding: 2px;
}
#programs .programs-tab-intro {
margin: 20px 0;
border-bottom: 1px solid #e1e1e1;
padding-bottom: 10px;
}
#programs .tab-overview .row{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.tab-overview .row {
  border-bottom: 1px solid #e5ebef;
  margin-right: 10px;
  margin-top: 20px;
}


.useful-group {
	margin-top: 20px;
}

.useful-group-description ul {
	list-style-type: none;
}

.useful-group-title.first {
	border: none;
}
.useful-group-title {
    border-top: 1px solid #e1e1e1;
    margin-bottom: 20px;
    position: relative;
}

.useful-group-title .see-more-link {
	position: absolute;
	right: 20px;
	top: 10px;
	font-weight: bold;
}

.useful-group-title h5 {
    font-size: 24px;
    font-weight: normal;
	padding-top: 20px;
}

.useful-group-description {
	padding: 20px;
	clear: both;
}

.useful-group-description .link-item, .useful-group-description .download-item {
    padding: 10px 20px;
    border-bottom: 1px solid #e5ebef;
    min-height: 60px;
}

.useful-group.apps .thumb {
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px;
}

.useful-group.apps .thumb:hover{
	border-bottom: 1px solid #f1f1f1;
}


.compatibles-filter {
border-right: 1px solid #f1f1f1;
}

.compatibles-results li {
font-size: 12px;
padding: 10px;
border-bottom: 1px solid #e5ebef;
}

.compatibles-results li a {
  color:#003a63;
}

.useful-group.useful-compatibles .divider {
position: relative;
border-left: 1px solid #e5ebef;
height: 200px;
width: 10px;
padding: 0;
}

.compatibles-results > ul#compatibleProductsList {
padding: 0 10px;
}
.divider > .gt {
   	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 10px solid #DDE4EA;
	border-bottom: 8px solid transparent;
    position: absolute;
    top: 40px;
    left: -1px;
}

.divider > .gt:after {
   display: block;
   content: '';
   border-top: 6px solid transparent;
   border-left: 9px solid #fff;
   border-bottom: 6px solid transparent;
   width: 0;
   height: 0;
   margin-top: -6px;
   margin-left: -10px;
}

.eval-heading {
border-bottom: 1px solid #f1f1f1;
margin-bottom: 10px;
padding: 10px 20px;
min-height: 100px;
}




/** product fullstory tabs reviews **/
a.user-reviews {
	font-size: 14px;
}

span.user-reviews {
color: #0981c4;
}

.review {
    border-bottom: 1px solid #DDE4EA;
}
.reviews-container {
border: 1px solid #DDE4EA;
border-bottom: none;
border-left: none;
}

.pros, .cons {
    padding: 20px;
}
.found-useful-form {
    border-top: 1px solid #DDE4EA;
    text-align: right;
    color: #7F9BB1;
    padding: 20px;
}

.eval-group-description .star-container,.eval-group-description .dtl-container {
    padding: 20px;
}

.review-post {
border-left: 1px solid #DDE4EA;
width: 613px;
padding: 0;
}


.review-post:hover{
	background-color: #F6F7F9;
}
.review-author {
padding: 20px;
width: 280px;
}

.author-image {
    padding: 0;
    width: 60px;
}
.author-info {
    padding: 0;
}
.author-name {
    font-weight: bold;
    font-size: 12px;
}
.authoring-date {
    color: #7F9BB1;
    font-size: 12px;
    margin-bottom: 20px;
}
a.found-useful-btn {
    border: 1px solid #7F9BB1;
    padding: 5px;
    background-color: #fff;
    text-decoration: none;
}
.reviews-form button {
	float: right;
}
.reviews-form{
	background-color: #F6F7F9;
	border-bottom: 1px solid #DDE4EA;
}

.review-post-form{
padding: 20px;
border-left: 1px solid #DDE4EA;
}

textarea {
    border-color: #DDE4EA;
    width: 100%;
    min-height: 150px;
}

.reviews-form h6 {
	color:#7A99AE;
	padding: 0;
}
/** product fullstory tabs reviews **/


/** services **/
.services-content {
    padding: 20px;
}
.services-ticket {
background: url('../images/services-buy-ticket-bkg.jpg') no-repeat #f5f8f9;
width: 100%;
min-height: 100px;
}
.services-list-section .text {
	padding-left: 20px;
	font-size: 16px;
}
.heading-logo {
background: url('../images/ui-specific-icons.png') no-repeat -655px -2775px transparent;
padding-left: 40px!important;
margin-left: -40px;
}

.heading-logo.g-insurance {
background: url('../images/sprite-services.jpg') no-repeat 40px -6px transparent;
margin-left: -40px;
width: 100%;
height: 30px;
font-size: 0;
}
.heading-logo.g-moneyback {
background: url('../images/sprite-services.jpg') no-repeat 40px -6px transparent;
margin-left: -40px;
width: 100%;
height: 30px;
font-size: 0;
}
.heading-logo.g-buyback {
background: url('../images/sprite-services.jpg') no-repeat 40px -6px transparent;
margin-left: -40px;
width: 100%;
height: 30px;
font-size: 0;
}
.heading-logo.g-transferapp {
background: url('../images/sprite-services.jpg') no-repeat 40px -6px transparent;
margin-left: -40px;
width: 100%;
height: 30px;
font-size: 0;
}
.heading-logo.g-emailsetup {
background: url('../images/sprite-services.jpg') no-repeat 40px -6px transparent;
margin-left: -40px;
width: 100%;
height: 30px;
font-size: 0;
}
.heading-logo.g-files {
background: url('../images/sprite-services.jpg') no-repeat 40px -6px transparent;
margin-left: -40px;
width: 100%;
height: 30px;
font-size: 0;
}
.heading-logo.g-tickets {
background: url('../images/sprite-services.jpg') no-repeat 40px -6px transparent;
margin-left: -40px;
width: 100%;
height: 30px;
font-size: 0;
}
.heading-logo.g-service {
background: url('../images/sprite-services.jpg') no-repeat 40px -6px transparent;
margin-left: -40px;
width: 100%;
height: 30px;
font-size: 0;
}
.heading-logo.g-preorder {
background: url('../images/sprite-services.jpg') no-repeat 40px -6px transparent;
margin-left: -40px;
width: 100%;
height: 30px;
font-size: 0;
}
.heading-logo.g-reviews {
background: url('../images/sprite-services.jpg') no-repeat 40px -6px transparent;
margin-left: -40px;
width: 100%;
height: 30px;
font-size: 0;
}
.heading-logo.g-catalogue {
background: url('../images/sprite-services.jpg') no-repeat 40px -6px transparent;
margin-left: -40px;
width: 100%;
height: 30px;
font-size: 0;
}
.heading-logo.g-contests {
background: url('../images/sprite-services.jpg') no-repeat 40px -6px transparent;
margin-left: -40px;
width: 100%;
height: 30px;
font-size: 0;
}




.services-ticket .quote-box {
    margin-left: 148px;
    background: none;
    border-left: 1px dotted;
}


ul.four-columns {
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 4;
	-webkit-column-gap: 20px;
	column-count: 4;
	column-gap: 20px;
	padding: 0;
}

.services-content .four-columns li {
	height: 160px;
	overflow: hidden;
	width: 280px;
}
/** services **/


/** product grid slider with tabs section **/


/*Form elements*/

/*Icheck form elements*/
.label, label {
	color: #889bb0;
	font-size: 12px;
}

.icheck .label, .icheck label {
	padding-left:10px;
}

.icheckbox_flat-blue,
.iradio_flat-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../images/blue-icheck.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-blue.hover .iCheck-helper{
	border:1px solid red;
}

.error .icheckbox_flat-blue,
.error .iradio_flat-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background:url(../images/red.png) no-repeat -22px 0;
    border: none;
    cursor: pointer;
}

/*ddslick select list*/
.dd-options {
    max-height: 400px;
    overflow: auto;
}
.dd-pointer.dd-pointer-down {
    padding: 11px;
    margin-top: -12px;
	background: url('../images/ui-specific-icons.png') no-repeat -680px -2063px;
    /*background: url('../images/ui-specific-icons.png') no-repeat -78px -2063px;*/
    border: none!important;
    border-radius: 50%;
}
.dd-select {
    background: #fff!important;
}

.dd-select:hover .dd-pointer.dd-pointer-down {
	background: url('../images/ui-specific-icons.png') no-repeat -80px -2063px;
}

.disabled .dd-pointer.dd-pointer-down {
background: url('../images/ui-specific-icons.png') no-repeat -680px -2063px;
}

 input {
	border-radius: 0px;
}

.dd-option {
    border-bottom: none!important;
}

ul.dd-options.dd-click-off-close {
    margin-top: 6px;
    border-top: 1px solid#ddd;
	z-index: 99999;
}

.dd-select:hover .dd-pointer.dd-pointer-up,.dd-pointer.dd-pointer-up {
	background: url('../images/ui-specific-icons.png') no-repeat -803px -2033px;
}

.iradio_flat-blue, .icheckbox_flat-blue {
	margin-right: 10px!important;
}
.icheckbox_flat-blue:not(.checked) {
    background: #fff;
    border: 1px solid #ddd;
}

.icheckbox_flat-blue:hover:not(.checked) {
    border: 1px solid #0981c4;
}
.form-group.error .icheckbox_flat-blue:not(.checked) {
    background: none!important;
    border: 2px solid #ef3e42;
    border-radius: 2px;
}
.form-group.error .icheckbox_flat-blue.checked {
    background:url('../images/red.png') no-repeat -22px 0;
}

.form-group.error .iradio_flat-blue:not(.checked) {
    border: 2px solid #ef3e42;
    border-radius: 50%;
    background: none;
}

/* select {
	border-color: #4982c3;
}
*/
.control-group.warning input, .control-group.error input {
	border-color: #dd2323!important;
	margin-bottom: 5px;
	background-color: #fff;
}

.control-group.error span.help, .control-group.error label {
	color: #dd2323;
}

.help-block ul {
    list-style: none;
    padding: 0;
}

/*Color radios*/
ul.color-radios {
	margin:0;
	padding:0;
}
.color-radios li {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    box-shadow: 0px 1px 3px -1px inset;
    -moz-box-shadow: 0px 1px 3px -1px inset;
    border-radius: 50%;
    position:relative;
    margin: 0px;
}
.color-radios li.active {
	    box-shadow: none;
    -moz-box-shadow: none;
}
.color-radios li.selected {
	/*border:  2px solid #f5f7f9;
	box-shadow: 0px 0px 3px #ef3e42!important;
	width: 22px;
	height: 22px;*/
	/*margin: 4px;*/
}
.color-radios li .color-fill {
	position:absolute;
	border-radius:50%;
	left:0;
	right:0;
	top:0;
	bottom:0;
    box-shadow: 0px 1px 3px -1px inset;
    -moz-box-shadow: 0px 1px 3px -1px inset;
}
/*.color-radios li.selected .color-fill {*/
    /*box-shadow: inset 0px 0px 0px 2px #fff;*/
/*	left:3px;
	right:3px;
	top:3px;
	bottom:3px;
    box-shadow:none;
    -moz-box-shadow:none;*/
    /*border: 1px solid red;*/
    /*width: 24px;*/
    /*height: 24px;*/
/*}*/

.color-radios li.selected .color-fill {
	box-shadow: inset 0px 0px 0px 2px #fff;
	border: 1px solid red;
	width: 22px;
	height: 22px;
	margin-top: -1px;
	margin-right: -1px;
}

label.blue {
color: #0981c4;
font-weight: normal;
}

.product-purchase-type label.blue {
font-size: 14px;
}

/*End Color radios*/


/*DTL */



	.dtl {
	    background-image: url('../images/ui-specific-icons.png') no-repeat;
	    height: 28px;
	    width: 240px;
	}
	.dtl-1 {
	    background: url('../images/ui-specific-icons.png') no-repeat -475px -496px;
	}
	.dtl-2 {
	    background: url('../images/ui-specific-icons.png') no-repeat -475px -526px;
	}
	.dtl-3 {
	    background: url('../images/ui-specific-icons.png') no-repeat -475px -556px;
	}

	.dtl-4 {
	    background: url('../images/ui-specific-icons.png') no-repeat -475px -586px;
	}
	.dtl-5 {
	    background: url('../images/ui-specific-icons.png') no-repeat -475px -616px;
	}
	.dtl-6 {
	    background: url('../images/ui-specific-icons.png') no-repeat -475px -646px;
	}
	.dtl-7 {
	    background: url('../images/ui-specific-icons.png') no-repeat -475px -676px;
	}
	.dtl-8 {
	    background: url('../images/ui-specific-icons.png') no-repeat -475px -706px;
	}
	.dtl-9 {
	    background: url('../images/ui-specific-icons.png') no-repeat -475px -736px;
	}
	.dtl-10 {
	    background: url('../images/ui-specific-icons.png') no-repeat -475px -766px;
	}

	.dtl-1.dtl-small  {
	    background: url('../images/ui-specific-icons.png') no-repeat -727px -496px;
	}
	.dtl-2.dtl-small  {
	    background: url('../images/ui-specific-icons.png') no-repeat -727px -526px;
	}
	.dtl-3.dtl-small  {
	    background: url('../images/ui-specific-icons.png') no-repeat -727px -556px;
	}

	.dtl-4.dtl-small  {
	    background: url('../images/ui-specific-icons.png') no-repeat -727px -586px;
	}
	.dtl-5.dtl-small  {
	    background: url('../images/ui-specific-icons.png') no-repeat -727px -616px;
	}
	.dtl-6.dtl-small  {
	    background: url('../images/ui-specific-icons.png') no-repeat -727px -646px;
	}
	.dtl-7.dtl-small  {
	    background: url('../images/ui-specific-icons.png') no-repeat -727px -676px;
	}
	.dtl-8.dtl-small  {
	    background: url('../images/ui-specific-icons.png') no-repeat -727px -706px;
	}
	.dtl-9.dtl-small  {
	    background: url('../images/ui-specific-icons.png') no-repeat -727px -736px;
	}
	.dtl-10.dtl-small  {
	    background: url('../images/ui-specific-icons.png') no-repeat -727px -766px;
	}
	.dtl-small {
		width: 145px;
	}

.product-list-item .dtl.dtl-small.pull-right {
margin-right: 20px;
margin-top: 2px;
}

.product-grid-item .dtl.dtl-small {
width: 110px;
}

.product-grid-item .dtl-rating label.pull-left {
margin-top: 4px;
margin-right: 5px;
color: #003a63;
}

/*End DTL*/

/*star-rate */
	.star-rate-value {
	    font-weight: bold;
	    font-size: 16px;
	    color: #ef3e42;
	    float: right;
	    position: absolute;
	    right: 0;

	    margin-right: -30px;
	    top: 2px;
}

	.star-rate {
	    background-image: url('../images/ui-specific-icons.png') no-repeat;
	    height: 30px;
	    width: 100px;
	    display: inline-block;
	    position: relative;
	}
	.star-rate > img{
		width:16px;
	}
	.star-rate-0 {
	    background: url("../images/ui-specific-icons.png") no-repeat scroll -937px -462px rgba(0, 0, 0, 0);
	}
	.star-rate-1 {
	    background: url('../images/ui-specific-icons.png') no-repeat -937px -496px;
	}
	.star-rate-2 {
	    background: url('../images/ui-specific-icons.png') no-repeat -937px -526px;
	}
	.star-rate-3 {
	    background: url('../images/ui-specific-icons.png') no-repeat -937px -556px;
	}
	.star-rate-4 {
	    background: url('../images/ui-specific-icons.png') no-repeat -937px -586px;
	}
	.star-rate-5 {
	    background: url('../images/ui-specific-icons.png') no-repeat -937px -616px;
	}
	.star-rate a.reviews {
	    padding-left: 105px;
	    line-height: 25px;
	}

	.star-total {
		display: inline-block;
		color: #ef3e42;
		font-weight: bold;
		position: absolute;
		margin-left: 15px;
		margin-top: 2px;
		}

	.star-rate.editable {
		background:none!important;
	}
	.star-container .rate-label {
	    position: absolute;
	    font-size: 12px;
	    color: #CDD8DE;
	    margin-left: 110px;
	    margin-top: 3px;
	}
/*End star-rate*/

/** newsletter registration block **/
.newsletter-form-block h6, .newsletter-form-block label {
	padding: 0;
}

.newsletter-registration-block h2 {
	padding:0
}

.newsletter-registration-block {
	background: url('../images/newsletter-bkg.jpg') no-repeat;
	width: 100%;
	height: 580px;
	padding: 30px 40px;
}

.newsletter-registration-block .feedback-block{
	background-color: #ebf0f3;
	border-radius: 15px;
	padding: 20px 20px 40px 20px;
	margin-left: 20px;
	width: 35%;
}

.newsletter-message-container {
	border-right: 1px solid #ebf0f3;
	margin-left: 40px;
	width: 50%;
	margin-right: 20px;
}

.button-onright-container {
	text-align: right;
	width: 100%;
}
/** newsletter registration block **/

/** error pages **/
.error403-page, .error404-page {
	margin:40px auto;
}

.error500-page {
	margin:200px auto;
}

.error-message{
	background:#e5ebef;
	padding: 40px 50px;
	height: 495px;
}

.error403-page h2, .error404-page h2 {
	padding: 0;
}

.error404-page .error-message h2{
	color: #ef3e42;
}

.error403-page .error-message {
    background-image: url('../images/error-403--background.jpg');
    background-position-y: 42px;
    background-color: #e5ebef;
    background-repeat: no-repeat;
}

.error404-page .error-message {
    background-image: url('../images/error-404--background.jpg');
    background-position-y: 42px;
    background-repeat: no-repeat;
    background-color: #fdebec;
}

/** error pages **/

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left;background: #e5ebef; font-weight: normal;}
.ui-timepicker-div dl dt {
float: left;
clear: left;
padding: 0 0 0 20px;
font-weight: normal;
margin-top: -6px;
}
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
    color: #7f9cb1;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    padding: 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    color: #003a63;
}

.ui-icon, .ui-widget-content .ui-icon {
	/*background-image: url("../../jquery_ui/images/ui-icons_228ef1_256x240.png")!important;*/
}

.gcallback-page .col-xs-6.padded.background-primary-white.ui_tpicker_time_label.ui_tpicker_time {
padding: 40px 10px;
font-size: 24px;
}

.gcallback-page .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
	    background-color: #e5ebef;
}

.gcallback-page span.ui-icon.ui-icon-circle-triangle-w{
padding: 11px;
background: url('../images/ui-specific-icons.png') no-repeat -54px -2048px;
border: none!important;
border-radius: 50%;
}
.gcallback-page span.ui-icon.ui-icon-circle-triangle-e{
padding: 11px;
background: url('../images/ui-specific-icons.png') no-repeat -101px -2048px;
border: none!important;
border-radius: 50%;
}

.gcallback-page  .ui-state-hover{
	border: none;
	background-image: none!important;
	background-color: transparent;
}

.gcallback-page button.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
background: #003a63;
opacity: 1;
color: #fff;
border-radius: 0;
width: 47%;
height: 41px;
}

table[data-sortable-initialized="true"] th {
	background-image: url("../images/table-col-sort-icon.png");
	background-repeat: no-repeat;
	background-position: right 15px top 35px
}

th[data-sortable="false"] {
	background-image: none !important;
}

th[data-sorted="true"] {
	text-decoration: underline;
}

th[data-sorted-direction="ascending"] {
	background-image: url("../images/table-col-sort-icon-ascending.png") !important;
	background-repeat: no-repeat;
	background-position: right 15px top 35px
}

th[data-sorted-direction="descending"] {
	background-image: url("../images/table-col-sort-icon-descending.png") !important;
	background-repeat: no-repeat;
	background-position: right 15px top 35px
}


table.ui-datepicker-calendar {
    background-color: #fff;
}
table.ui-datepicker-calendar thead {
    color: #7f9cb1;
    border-bottom: 1px solid #f1f1f1;
}
table.ui-datepicker-calendar th {
    color: #7f9cb1;
}

.ui-datepicker td {
    padding: 0;
    border: none;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    border: 1px solid #f1f1f1;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-right: none;
    border-top: none;
    color: #7f9cb1;
}
.ui-timepicker-div span.ui-slider-handle.ui-state-default.ui-corner-all {
    border: 2px solid #ccc!important;
    width: 30px!important;
    border-radius: 50px!important;
}
.ui-timepicker-div .ui_tpicker_hour_slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: lightgray!important;
}
.ui-timepicker-div .ui_tpicker_minute_slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: lightgray!important;
}
button.ui-datepicker-close {
    border-radius: 0!important;
    background: #0981c4!important;
    color: #fff!important;
    padding: 10px!important;
    width: 120px!important;
}

/** timepicker **/
.error .form-required label {
	color: #dd2323!important;
}

.error .form-required input.form-control, .error .form-required .dd-selected {
border: 1px solid #dd2323;
}

/** germanos callback **/
a.ui-state-default.ui-state-highlight {
background: #f1f1f1;
}
a.ui-state-default.ui-state-active {
background: #0981c4;
color: #fff;
}

.form-group.error *::-webkit-input-placeholder {
    color: #dd2323!important;
}
.form-group.error *:-moz-placeholder {
    /* FF 4-18 */
    color: #dd2323!important;
}
.form-group.error *::-moz-placeholder {
    /* FF 19+ */
    color: #dd2323!important
}
.form-group.error *:-ms-input-placeholder {
    /* IE 10+ */
    color: #dd2323!important;
}

.gcallback-page {
    width: 340px;
    height: 640px;
    padding: 40px;
    background-color: #e5ebef;
    color:#7f9cb1;
}
.gcallback-page .error{
	color:#dd2323;
}

h2.germanos {
    background: url('../images/ui-specific-icons.png') no-repeat -655px -2775px transparent;
    padding-left: 40px;
    font-size: 18px;
    color: #003a63;
}

.gcallback-page .error input.form-control {
color:#dd2323;
}

.gcallback-page .form-control {
padding: 9px;
}

.gcallback-form-header{
	background: #fff;
	padding: 0 10px;
}

.response {
    background-color: #fff;
    padding: 10px;
    margin: 10px 0;
}
.response h6 {
    padding: 0;
}

/** germanos callback **/
/** germanos chat **/
.gchat-page {
    width: 340px;
    height: 640px;
    padding: 40px;
    background-color: #e5ebef;
    color:#7f9cb1;
}


.gchat-form-header{
	background: #fff;
	padding: 0 10px;
}

/** germanos chat **/

/** support promos **/
.selection-info-box{
    margin-bottom: 20px;
    background-color: #7f5399;
    padding: 20px;
    color: #fff;
}
.selection-info-box p {
    color: #fff;
}

.gafa-question{
	width:82px;
	height:82px;
	background: url('../images/icon-question-82x82.jpg') no-repeat;

}
.gafa-user{
	width:82px;
	height:82px;
	background: url('../images/icon-account-82x82.jpg') no-repeat;
}
.gafa-cube{
	width:82px;
	height:82px;
	background: url('../images/icon-deliveries-82x82.jpg') no-repeat;
}
.gafa-shield{
	width:82px;
	height:82px;
	background: url('../images/icon-shield-82x82.jpg') no-repeat;
}
.gafa-reply{
	width:82px;
	height:82px;
	background: url('../images/icon-returns-82x82.jpg') no-repeat;
}
.gafa-check-circle{
	width:82px;
	height:82px;
	background: url('../images/icon-tick-82x82.jpg') no-repeat;
}
.gafa-wrench{
	width:82px;
	height:82px;
	background: url('../images/icon-techsupport-82x82.jpg') no-repeat;
}

.gafa-tasks{
	width:82px;
	height:82px;
	background: url('../images/icon-deliveries-82x82.jpg') no-repeat;
}

.cc-block {
margin: 40px 0;
}

.cc-form-block label {
	color:#003a63;
}

.communication-header-message {
width: 670px;
}

.newsletter-registration-block{
	margin: 40px auto;
}

.newsletter-registration-block.result {
	margin: 40px auto;
	padding: 150px 0;
}


.support-block {
    border-bottom: 1px dotted #7f9cb1;
}
/*.support-row {
    border-top: 1px dotted #7f9cb1;
}
*/
.support-hub.tab-footer {
    background-color:#ebf0f3;
    min-height:70px;
}

.support-form-description {
    height: 150px;
    border-bottom: 1px dotted #7f9cb1;
    margin-bottom: 20px;
	padding-top: 20px;
}
.support-form-container {
    min-height: 700px;
    padding: 40px;
    background-color: #f2f5f7;
}

.support-row.clearfix {
    border-top: 1px dotted #7f9cb1;
    padding-bottom: 20px;
}

.support-icon-phone {
    display: block;
    width: 70px;
    height: 70px;
    background: url('../images/icon-phone.jpg') no-repeat;
    float: left;
    margin: 40px 20px 20px 20px;
}
.support-icon-chat {
    display: block;
    width: 70px;
    height: 70px;
    background: url('../images/icon-chat.jpg') no-repeat;
    float: left;
    margin: 40px 20px 20px 20px;
}
.support-icon-clock {
    display: block;
    width: 70px;
    height: 70px;
    background: url('../images/icon-clock.jpg') no-repeat;
    float: left;
    margin: 40px 20px 20px 20px;
}
.support-icon-question {
    display: block;
    width: 70px;
    height: 70px;
    background: url('../images/icon-question.jpg') no-repeat;
    float: left;
    margin: 40px 20px 20px 20px;
}
.support-icon-location {
    display: block;
    width: 70px;
    height: 70px;
    background: url('../images/icon-location.jpg') no-repeat;
    float: left;
    margin: 40px 20px 20px 20px;
}
.support-description {
    float: left;
    width: 260px;
    margin-top: 30px;
}
.support-description h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.support-description p {
    font-size: 12px;
}

.support-feedback:after {
	clear:both;
}

.support-feedback .support-icon {
	font-size: 30px;
	background: #f0f0f0;
	width: 82px;
	height: 82px;
	float: left;
	margin-right: 20px;
	text-align: center;
	line-height: 100px;
}

.support-feedback .support-content .radio-inline {
	padding-left: 5px;
	margin-top: 10px;
}

/** support promos **/

/*Range slider + value slider*/
	.range-slider .ui-widget-content,
	.slider-ui .ui-widget-content  {
	    border: none;
	    background: #e2e8ed!important;
	    border-radius: 10px;
	    height: 8px;
	}
	.range-slider .ui-slider .ui-slider-range,
	.slider-ui .ui-slider .ui-slider-range {
	    background:#e2e8ed;
	}
	.range-slider .ui-slider .ui-slider-handle,
	.slider-ui .ui-slider .ui-slider-handle {
	    border-radius:50%;
	    border:5px solid #0981c4;
	    margin-top:-2px
	}
	.range-slider,
	.slider-ui {
	    color: #889bb0;;
	}
	.range-slider .min-amount,
	.slider-ui .min-amount,
	.range-slider .max-amount,
	.slider-ui .max-amount {
	    padding:6px;
	}
	.range-slider .slider-bottom-indicators,
	.slider-ui .slider-bottom-indicators  {
	    text-align: center;
	    padding: 10px 0;
	    font-size: 16px;
	    font-weight: bold;
	}
	.range-slider .slider-bottom-indicators > span,
	.slider-ui .slider-bottom-indicators > span {
	    margin: 10px;
	}

	/*With red handles(on blue background) */
	.slider-ui.red .ui-slider .ui-slider-handle {
	    border: 5px solid #EF3E43;
	}
	.slider-ui.red .ui-widget-content {
	    background: #fff!important;
	}
	.slider-ui.red .ui-slider .ui-slider-range {
	    background: #fff;
	}
	.slider-ui.red {
	    color: #fff;
	}
	.slider-ui.red .amount-value {
	    color: #ddd;
	    font-weight:normal;
	}

/*End Range slider + value slider*/



div.hub-promoted-teaser-boxes{
    padding-top: 40px;
    background:#ebf0f3;


}
.hub-promoted-teaser-boxes-tab.slideshow .carousel-indicators {
    left: 150px!important;
    bottom:50px;
}
.hub-promoted-teaser-boxes .teaser-box-group.last-box-in-row {
    margin-bottom: 35px;
}
.popover.light-blue {
    min-width: 400px;
}

/******************************************************/
/** teaser-boxes as in front/home pge and promotions **/
/** teaser-box elements styles **/

.teaser-absolute-box {
max-width: 280px;
/*    position: absolute;
    z-index: -10;
*/}

.teaser-box.box-2-wide.teaser-absolute-box{
	max-width: 610px;
}

.teaser-box {
    height: 280px;
    overflow: hidden;
    float:left;
}
.teaser-box-group{
    position: relative;
    display: inline-block;
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 15px;
}
.teaser-box-group.box-1-wide {
    width:285px;
    overflow: hidden;
}
.teaser-box-group.box-2-wide {
    width:590px;
}
.teaser-box-group.box-3-wide {
    width:895px;
}
.teaser-box-group.box-4-wide {
    width:1200px;
}

.teaser-box.box-1-wide {
    width:285px;
    overflow: hidden;
}
.teaser-box.box-2-wide {
    width:610px;
}
.teaser-box.box-3-wide {
    width:895px;
}
.teaser-box.box-4-wide {
    width:1200px;
}

.teaser-box-group.last {
    margin-left: 15px;
}

.teaser-box.box-1-wide.image-container {
overflow: visible;
}
.last-box-in-row {
    margin-right: 0;
}

.teaser-box-group.teaser-box-group-2-rows {
width: 590px;
margin-bottom: 0;
/*height: 580px;*/
}

.teaser-box-group.teaser-box-group-2-rows .teaser-box.box-2-wide {
width: 590px;
max-height: 300px;
position: relative;

}
.teaser-box-group.teaser-box-group-2-rows .teaser-box.box-2-wide.image-container {
height: 300px;
}

.box-type-white{
background-color: rgba(255,255,255,1);
}

.box-type-white .arrow {
    color: #ffffff!important;
}

.offer-fullstory-container {
    border-bottom: 1px solid lightgrey;
}

.teaser-seethrough-box,
.teaser-transparent-box {
	position: absolute;
}
.teaser-transparent-box {
	background-color:transparent !important;
}
.teaser-seethrough-box.box-type-dark-blue{
    background-color: rgba(0,58,99,0.8);/*#003a63;*/
}
.box-type-dark-blue{
    background-color: rgba(0,58,99,1);/*#003a63;*/
}
.box-type-dark-blue *{
    color: #fff!important;
}

.teaser-seethrough-box.box-type-purple{
    background-color: rgba(127,83,153,0.8);/*#7f5399;*/
}
.box-type-purple{
    background-color: rgba(127,83,153,1);/*#7f5399;*/
}
.box-type-purple *{
    color: #fff!important;
}

.teaser-seethrough-box.box-type-light-blue{
    background-color: rgba(9,129,196,0.8);/*#0981c4;*/
}
.box-type-light-blue{
    background-color: rgba(9,129,196,1);/*#0981c4;*/
}
.box-type-light-blue *{
    color: #fff!important;
}

.teaser-seethrough-box.box-type-red{
    background-color: rgba(239,62,66,0.8);/*#ef3e42;*/
}
.box-type-red{
    background-color: rgba(239,62,66,1);/*#ef3e42;*/
}
.box-type-red *{
    color: #fff!important;
}

.teaser-seethrough-box.box-type-green{
    background-color: rgba(137,196,9,0.8);/*#89c409;*/
}
.box-type-green{
    background-color: rgba(137,196,9,1);/*#89c409;*/
}
.box-type-green *{
    color: #fff!important;
}

.teaser-seethrough-box.box-type-fb-blue{
    background-color: rgba(59,89,152,0.8);/*#3b5998;*/
}
.box-type-fb-blue{
    background-color: rgba(59,89,152,1);/*#3b5998;*/
}
.box-type-fb-blue *{
    color: #fff!important;
}

.teaser-seethrough-box.box-type-white{
    background-color: rgba(255,255,255,0.8);/*#3b5998;*/
}


/** teaser-box elements styles **/
.teaser-box {
    padding-right: 20px;
}
.teaser-box .image-container {
    padding: 0;
}

.teaser-box h2 {
	padding-left: 20px;
    line-height: 32px;
	font-size: 28px;
	overflow: hidden;

}

/* .home-first-slideshow h2 {
	line-height: 26px;
	padding-left: 20px;
	font-size: 40px;
} */
.teaser-box .teaser-text {
	padding: 0 20px;
	max-height: 115px;
	overflow: hidden;
	font-size: 16px;
	line-height: 25px;
}

.teaser-box-category {
	padding: 15px 20px;
	font-size: 14px;
}

.teaser-box .teaser-text a{
    font-size: 16px
}
.teaser-box-footer {
    padding: 10px 20px 10px 20px;
    min-height:50px;
    position: absolute;
    bottom: 0;
}

.linkable-teaser-box:hover{
	cursor:pointer;
}
.promoted-offer .teaser-text {
padding: 20px;
min-height: 180px;
}

.offer-hub .price .price-number {
    font-size: 22px;
    display: inline;
}

.offer-hub {
	background: #ebf0f3;
}
.offer-hub-white {
	background:#fff;
}

.offer-hub .offer-category{
	color: #7f9cb1;
	font-size: 12px;
	padding: 20px 0 0 20px;
}

.offer-hub h3{
	margin: 0;
}
.offer-hub .teaser-box-footer .price {
font-size: 14px;
color: #ef3e42;
font-weight: bold;
}
.offer-hub .teaser-box-footer {
padding: 0 20px;
font-size: 12px;
position: absolute;
bottom: 5px;
}

.offer-hub .teaser-box-footer.with-button {
	height: 100px;
}


.offer-hub .product-ribbon {
	right: 0;
	/*-ms-transform: rotate(90deg);*/ /* IE 9 */
	/*-webkit-transform: rotate(90deg);*/ /* Chrome, Safari, Opera */
	/*transform: rotate(90deg);*/
}

.offer-hub .product-ribbon.product-ribbon-offer {
    background:url('../images/ui-specific-icons.png') no-repeat -924px -957px;
}
.offer-hub .product-ribbon.product-ribbon-suggested {
    background: url('../images/ui-specific-icons.png') no-repeat -917px -1082px;
}
.offer-hub .product-ribbon.product-ribbon-unavailable {
    background: url('../images/ui-specific-icons.png') no-repeat -774px -957px;
}
.offer-hub .product-ribbon.product-ribbon-purchased {
    background: url('../images/ui-specific-icons.png') no-repeat -775px -1082px;
}

.show-on-hover {
    display: none;
    width:100%;
    height:280px;
    background:rgba(9,129,196,0.5) ;
    position:absolute;
}
.owl-item .show-on-hover {
position: absolute;
top: 0;
left: -40px;
width: 1200px;
background: rgba(255,255,255,0.7);
}

.teaser-filter {
	position: relative;
}
.teaser-filter .tab-label {
font-weight: bold;
position: absolute;
bottom: 28px;
text-align: center;
width: 167px;

}


.teaser-filter:hover .tab-label {
	color:#0981c4;
}

.teaser-filter.active .tab-label {
color:#ffffff;
}

.teaser-box-group:hover .show-on-hover,
li.promotionSliderItem:hover .show-on-hover {
display:block;
}
/* .teaser-box.box-1-wide.ctas {
padding: 100px 50px;
} */

.teaser-box.box-1-wide.ctas button,
.teaser-box.box-2-wide.ctas button{
margin: 10px 0;
}




.teaser-box-footer .price {
    font-size: 30px;
}
.teaser-box-footer .shares {
font-size: 16px;
padding: 5px 0;
/*font-weight: bold;*/
}

.teaser-box .map-marker {
background: url('../images/ui-specific-icons.png') no-repeat -37px -620px;
width: 32px;
height: 35px;
position: relative;
display: inline-block;
}

.teaser-box img.box-teaser-image {
position: absolute;
bottom: 20px;
right: 20px;
}

.box-1-wide .teaser-box{
    width:280px;
}

a.teaser-box-category {
	font-size: 14px!important;
	font-weight: normal;
	line-height: 35px;
}

.carousel-area {
    background-color: #fff;
    width: 908px;
    float: right;
    padding-left: 30px;
	height: 280px;
}


.carousel-area .product-info-container {
height: 45px;
}

/*.suggestion-item-image {
padding: 0 40px;
}*/

li.personalized-promoted-products-item {
display: inline-block;
width: 285px;
padding-left: 20px;
}

.teaser-box .arrow-up {
width: 0;
height: 0;
display: block;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 15px solid;
position: absolute;
margin-top: -15px;
margin-left: 20px;
}

.teaser-box .arrow-left {
width: 0;
height: 0;
border-right: 15px solid;
border-top: 15px solid transparent;
border-left: 15px solid transparent;
display: block;
border-bottom: 15px solid transparent;
position: absolute;
margin-top: 17px;
margin-left: -30px;
}

.teaser-box .arrow-right {
width: 0;
height: 0;
border-left: 15px solid;
border-top: 15px solid transparent;
border-right: 15px solid transparent;
display: block;
border-bottom: 15px solid transparent;
position: absolute;
margin-top: 20px;
right: 275px;
}

.box-type-green .arrow{
    color: #89c409!important;
}
.box-type-dark-blue .arrow{
    color: #003a63!important;
}
.box-type-purple .arrow{
    color: #7f5399!important;
}
.box-type-light-blue .arrow{
    color: #0981c4!important;
}
.box-type-red .arrow{
    color: #3b5998!important;
}

.box-type-fb-blue .arrow{
    color: #3b5998!important;
}
.box-type-orange .arrow{
    color: #ef953d!important;
}

/** teaser-box elements styles **/

/** Personalization and browsing history **/
/** browsing-history-suggestions.tpl **/
.suggestion-basis-title {
    position: absolute;
    margin-top: -20px;
    border-left: 1px solid #e5ebef;
    padding: 0 20px 20px;
    color: #7f9cb1;
}
.browsing-history-suggestions h3 {
    height: 50px;
}
/** browsing-history-suggestions.tpl **/

/** personalization-others-bought.tpl and browsing-history-suggestions.tpl **/
.suggestion-links {
    margin-left: 20px;
}

.suggestion-item {
border-left: 1px solid #e5ebef;
margin-bottom: 40px;
text-align: center;
width: 196px;
}

.title-category-noimage-link.suggestion-item, .title-product-noimage-link.suggestion-item {
	border: none;
	vertical-align: top;
}


.suggestion-item h6 {
font-weight: normal;
padding: 0;
}
.suggestion-item .product-promotions {
height: 40px;
width: 235px;
}

.suggestion-category-title h5 {
color: #7f9cb1;
font-weight: normal;
}

.ideal-suggestions .suggestion-category-title h5 {
color: #7f9cb1;
font-weight: bold;
padding: 0;
min-height:44px;
}

.ideal-suggestions ul.grey-bullets{
 width: 179px;
}

.ideal-suggestions .suggestion-links {
  margin: 0 10px;
  line-height: 16px;
}

.suggestion-item-title{

}
.suggestion-item-price{

}

.suggestion-item h2 {
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
	margin: 5px 0;
	height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 20px;
	text-align: left;
	line-height: 18px;
	width: 100%;
	cursor: pointer;
}

.suggestion-item-image {
height: 180px;
width: 200px;
padding: 0 10px;
margin: 0;
}

.suggestion-item .product-price {
color: #003a63;
font-size: 24px;
text-align: left;
padding: 0 20px;
font-weight: bold; /*issue 15991*/
}

.see-all {
right: 0;
position: absolute;
margin-top: -30px;
}

.see-all a{
	font-weight: bold;
}

.ideal-suggestions ul{
  width:1200px;
  padding-top: 20px;
  margin-bottom:20px;
  overflow:hidden;

}
.in-columns li {  float:left; }
ul.six-columns li { width:16.666%; }


/** personalization-others-bought.tpl and browsing-history-suggestions.tpl **/

/** personalization-recently-viewed-products **/
        .personalization-recently-viewed-products ul li a{
            margin-right: 10px;
        }
		.personalization-cta-login {
		margin-left: 40px;
		}
		.personalization-cta-login .btn {
            width: 245px;
			margin: 20px 0;
        }
		.personalization-history-thumbs .col-xs-7 {
		width: 700px;
		}
        .history-management-block h3 {
            margin-top: 0;
        }

        .personalization-recently-viewed-products h3 {
                color: #88a3b6;
                padding: 0;
				font-size: 18px;
        }
        .personalization-recently-viewed-products h5 {
                font-weight: normal;
                padding: 0;
				font-size: 14px;
        }
        .history-management-block p {
            padding-top: 45px;

        }

        .history-management-block a {
        	font-size: 12px;
        }

        .personalization-recently-viewed-products .container {
            border-bottom: 1px solid #e5ebef;
            padding: 20px;
        }
        .personalization-history-thumbs {
            margin-bottom: 40px;
            margin-top: 40px;
        }
        .personalization-history-thumbs .col-xs-7 a {
            display: block;
    		margin: 20px 0;
        }
/** personalization-recently-viewed-products **/


/** page regions - main content **/
.main-region {
    width: 895px;
}
.primary-sidebar{
    width: 285px;
    margin-right: 20px;
}
.secondary-sidebar{
    width: 285px;
    margin-left: 20px;
    padding: 0 12px;
}

.secondary-sidebar h2 {
font-size: 18px;
padding: 0;
}


.product-full-story-tabbed-info .secondary-sidebar{
    border-left: 1px solid #e5ebef;

}

.product-full-story-tabbed-info .nav-tabs.nav-justified > li a {
  width: 97%!important;
  font-size: 14px;
}

.content-sidebar {
	width: 285px;
	margin-right: 20px;
}

div.center {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

/** page regions - main content **/
/** SUPPORT PAGES, CORPORATE PAGES ETC **/

img.full-width {
width: 100%;
}

img.pull-left {
margin-right: 20px;
margin-bottom: 20px;
}

img.pull-right {
margin-left: 20px;
margin-bottom: 20px;
}
.seriously-padded .content-area, .corporate .content-area {
    padding-left: 100px;
}
.content-list-item .image {
background: url('../images/ui-specific-icons.png') no-repeat -606px -2735px #F4F8F9;
width: 120px;
height: 110px;
float: left;
margin: 20px 20px 0 0;
}

.content-list-item .description {
min-height: 110px;
float: left;
}

.content-list-item .description .title{
    padding: 0;
    margin: 0;
}

.content-list-item .description .category{
    padding: 0;
    margin: 0;
    font-weight: bold;
}
.content-list-item .description .teaser-text {
height: 40px;
overflow: hidden;
width: 600px;
}
.content-list-item .description .date, .content-list-item .description .status{
    color: #7E9DB2;
    font-size: 12px;
}

a.red {
    color:red;
}

.content-list-filters {
background-color: #F4F8F9;
width: 100%;
}

.content-list-results{
    padding: 20px;
}
.content-list-results .results {
color:#7E9DB2;
display: inline-block;
width: 505px;
}

.content-list-results .view-style {
display: inline-block;
padding: 0;
border:none;
}



.sorting.dropdown{
display: inline-block;
width: 275px;
text-align: right;
}
.content-filter {
display: inline-block;
padding: 15px;
border-right: 1px solid #CDD7E0;
}

.content-filter .caret {
background: url('../resources/germanos/images/ui-specific-icons.png') no-repeat -678px -2063px;
width: 0px;
height: 0px;
padding: 11px;
border-radius: 50px;
border: 0;
margin: 0px 30px;
}
.content-main-region {
	width: 895px;
}

.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
    padding: 0;
}

.full-content{
    width: 570px;
    padding-left: 100px;
}

.full-content.no-padding {
	padding-left: 0px;
	width: 670px;
}

.content-text-size{
    width: 100px;
    text-align: right;
}


ul.two-columns {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

ul.grey-bullets {
list-style-image:url('../images/bullet_grey.png');
padding-left: 20px;
text-align: left;
}

ul.grey-bullets li {
display: list-item;
}

.smaller-text{
    font-size: 12px;
}

a.larger-text {
    font-size: 24px;
}
a.smaller-text {
    font-size: 12px;
}
.authoring-info{
    font-size: 12px;
}

.social-banner {
    padding: 20px 0;
}


.post-navigation {
    margin-top: 20px;
    border-top: 1px solid #ecf0f3;
    border-bottom: 1px solid #ecf0f3;
    color: #7F9BB1;
    font-size: 12px;
    display: block;
    min-height: 39px;
}

.post-navigation .previous-post,
.post-navigation .next-post{
        padding: 10px 0;
        position: relative;
}

.download-area {
	vertical-align: top;
	display: flex;
	position: relative;
	margin: 20px 0;
}

.pdf-download {
	background: #f5f8f9;
	padding: 40px 20px;
	display: inline-block;
	border-right: 1px dotted;
	color: #D8E1E8;
	min-width: 135px;
}

.word-download {
	background: #f5f8f9;
	padding: 40px 20px;
	display: inline-block;
	border-right: 1px dotted;
	color: #D8E1E8;
	min-width: 135px;
}

.quote-box {
	background: #f5f8f9;
	padding: 40px 20px;
	color: #7F9BB1;
	font-size: 12px;
	display: inline-block;
	width:100%;
}
.quote-top {
    padding: 20px;
    background: #f5f8f9;
}
.quote-bottom {
    padding: 20px;
    background: #f5f8f9;
}

.quote {
    padding: 20px;
    background: #f5f8f9;
}

.quote-box.form-box button {
	margin-top: 55px;
}

blockquote {
background: #F4F8F9;
margin: 1.5em 0;
quotes: "\201C""\201D""\2018""\2019";
padding: 0;
font-size: 22px;
border-left: 5px solid #F4F8F9;
}

blockquote:before {
  color: #bacad5;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;

}

.quote-box .text {
color: #003a63;
padding: 20px;
font-size: 14px;
}

.pdf-download .icon-mobile {
    font-size: 75px;
}
.pdf-download:hover {
    color: #7f9cb1;
}

/*blockquote:after {
  color: #bacad5;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  text-align: right;
}*/
blockquote p {
  display: inline;
}
blockquote .inner{
	font-size: 14px;
	padding: 0 20px 20px 20px;
}
.download-area .fa {
	display: inline;
	padding: 5px;
}


.steps-list  .step-no{
	background: none;
	width: 120px;
	height: 110px;
	float: left;
	margin: 5px;
	font-size: 16px;
	color: red;
}
.container .banner-slider {
margin-top: -100px;
}


/** CONTENT LIST **/
.content-list-item{
	margin-top: 20px;
}

.content-list-item h3 {
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.content-list-item .image {
	background: url('../images/ui-specific-icons.png') no-repeat -606px -2735px #F4F8F9;
	width: 120px;
	height: 110px;
	float: left;
	margin: 20px 20px 0 0;
}

.content-list-item  .prdate{
	background: none;
	width: 120px;
	height: 110px;
	float: left;
	margin: 25px 20px 0 0;
	font-size: 14px;
}

.content-list-item .description {
	min-height: 110px;
	float: left;
}

.content-list-item .description .title{
    padding: 0;
    margin: 0;
}

.content-list-item .description .category{
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.content-list-item .description .teaser-text {
	height: 40px;
	overflow: hidden;
	width: 600px;
}

.content-list-item .description .date, .content-list-item .description .status{
	color: #7E9DB2;
    font-size: 12px;
}

a.red {
    color:#ef3e42;
}
a.dark-red {
	color:#ef3e42;
}

.content-list-filters {
	background-color: #F4F8F9;
	width: 100%;
}

.content-list-results {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.content-list-results .results {
	color:#7E9DB2;
	display: inline-block;
	width: 505px;
}

.content-list-results .view-style {
	display: inline-block;
	padding: 0;
	border:none;
}

.content-list-results .sorting.dropdown {
	margin-right: 10px;
}

.sorting.dropdown{
	display: inline-block;
	width: 275px;
	text-align: right;
}
.content-filter {
	display: inline-block;
	padding: 15px;
	border-right: 1px solid #CDD7E0;
}

.content-filter .caret {
	background: url('../images/ui-specific-icons.png') no-repeat -678px -2063px;
	width: 0px;
	height: 0px;
	padding: 11px;
	border-radius: 50px;
	border: 0;
	margin: 0px 30px;
}

.row.video-grid .support-hub-video-item {
	margin-bottom: 40px;
}

.row.video-list .support-hub-video-item {
	width: 50% !important;
}

.row.video-list .support-hub-video-item div.icon {
	float: left;
	width: 130px;
	height: 70px;
	line-height: 70px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.row.video-list .support-hub-video-item div.title {
	display: none;
}

.row.video-list .support-hub-video-item div.content {
	max-width: auto !important;
	padding-top: 15px;
}

.video-list-more button {
	width: 100%;
	font-size:28px;
}

.content-list-filters.video-list .view-style {
	border-right: 0px;
	border-left: 1px solid #d3dde4;
	padding-left: 50px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.content-list-filters.video-list .view-style a i {
	font-size: 18px;
	margin-left: 10px;
}

/** Products list/search **/

.search-info-box {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #dce4e9;
    background: #f5f7f9;
    min-height: 300px;
}
.search-info-box .icon-info {
    font-size: 42px;
    padding-top:40px;

}

.search-info-box .icon-germanos {
    margin-top: 40px;
    margin-left: 8px;
}

/** products-grid **/
.suggested-products-results {
	border-top: 2px solid #e5ebef;
	border-bottom: 2px solid #e5ebef;
}

/** pagination **/
.pagination {
    width: 100%;
    display: block;
    border-radius: 0;
    position: relative;
}
.pagination ul {
    list-style: none;
    padding: 0;
    background-color: #f5f7f9;
    text-align: center;
    border-top: 1px solid #e2e8ed;
}
.pagination ul li {
    display: inline-block;
    padding: 20px 19px 20px 20px;
    font-size: 18px;
    border-right: 1px solid #e2e8ed;
    margin: 0;
}

.pagination li:nth-child(1), .pagination li:last-child {
    padding: 0;
}

.pagination .glyphicon.glyphicon-chevron-left,
.pagination .glyphicon.glyphicon-chevron-right {
    padding: 20px 19px 20px 20px;
}

.pagination ul li.disabled {
    background: transparent!important;
}

.pagination ul li:hover {
    background: #fff;
    cursor: pointer;
}

.pagination ul li.active {
    padding: 20px 0;
}

.pagination ul li.active a {
    font-weight: bold;
    color: #003a63;
    border-top: 2px solid #007cc2;
    padding: 18px 20px;
}
.pagination ul li.active {
    background-color: #fff;
    margin: 0;
}

.pagination ul li .glyphicon {
    font-size: normal;
    font-size:14px;
}
.pagination ul li.previous {border-left:1px solid #e2e8ed;}
.pagination ul li.next {border-right:1px solid #e2e8ed;}
/** pagination **/


/** product-list-item **/

.product-list-item h2 {
font-size: 18px;
line-height:20px;
margin-top:10px;
}
/**Requested by Tatiana Bolani,21/9/2015**/

.product-list-item {
    height: 294px;
    border: 1px solid #e5ebef;
}
.product-list-item .payment-options {
    font-size: 12px;
    font-weight: bold;
}
.product-list-item .product-image-container .product-image{
	padding: 10px 30px 0 30px;
}

.product-list-item .promotional-info {
max-height: 100px;
padding: 0;
margin-right: -20px;
margin-top: 10px;
overflow: hidden;
}


.product-list-item .promotional-info ul.product-badges > li:last-child {
border-radius:  10px 0 0 10px;
}


.product-list-item .promotional-info ul.product-badges {
position: relative;
margin-bottom: 10px;
}

.product-list-item .promotional-info .product-promoted-description {
	font-weight: bold;
	padding-right: 20px;
}

.product-list-item .product-info-container {
border-left: 1px solid #e5ebef;
width: 604px;
}

.product-list-item .product-teaser-text {
    float: left;
    padding-left: 20px;
    width: 300px;
}
.product-list-item .product-price-container {
width: 300px;
float: right;
text-align: right;
padding: 20px;
/*old: margin-top:-15px;*/
margin-top: 6px;
}

.product-list-item .product-features {
height: 243px;
overflow: hidden;
}

/*.product-color-options label {
    float: left;
}
*/

.product-list-item .product-features {
    height: 185px;
}
.product-list-item .rate-it label {
    padding: 4px 10px 0 0;
}
.list-cta .more {
	padding: 10px 10px;
	width: 400px;
}

.list-cta .more .more-link {
    float: left;
}
.list-cta .more .comparison {
	float: right;
}

.gsuggested{
	border-top: 2px solid #ccc;
	padding-top: 20px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
}

.gsuggested h2{
	padding: 0;
	margin: 0 0 20px 0;
}

.gsuggested .product-list-item {
	border: 2px solid #b2c4d0!important;
	height: 297px;
}

.product-teaser-text ul{
	list-style-image:url('../images/bullet_grey.png');
	padding-left: 20px;
}


.list-cta {
border-top: 1px solid #e5ebef;
background-color: #f5f7f9;
padding: 0;
height: 41px;
}

.list-cta .btn{
margin: 0;
}

.product-list-item .product-color-options {
padding: 5px 10px;
}


.product-list-item .rate-it {
padding: 0 0 2px 0;
height: 33px;
}

.product-list-item .star-rating {
    padding-left: 20px;
}

.product-list-item .wishlist-notification {
float: right;
padding: 2px 20px;
color: #889bb0;
}

.product-list-item {
height: 295px;
border: 1px solid #e5ebef;
margin-bottom: 20px;
}

.bundle-tag{
	display: none;
}

.bundle-list-item .bundle-tag {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #889bb0;
	background: none;
	font-style: normal;
	position: absolute;
	padding-bottom: 20px;

}

.btn-add-bundle-item {
background-color: #e5ebef;
color: #7F9BB1;
height: 30px;
padding: 5px;
font-size: 12px;
}

.bundle-chosen-price {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}
.bundle-chosen-price .payment-options {
    font-size: 14px;
}

.review-bundle .btn {
	font-size: 12px!important;
	font-weight: bold;
	height: 60px;
}

.review-bundle .btn.addToCartBtn.btn-orange {
	pointer-events: none;
    cursor: default;
}

.bundle-list-item .product-price-container {
    float: none;
    margin: 0;
    text-align: left;
    width: 600px;
}
.bundle-list-item .product-teaser-text {
	float: none;
	width: 600px;
	max-height: 160px;
	overflow: hidden;
}

.bundle-list-item .product-features {
    height: 222px;
}
.bundle-list-item .rate-it.clearfix {
    display: none;
}

.bundle-list-item .payment-options {
    color: #889bb0;
}
.bundle-list-item .special-gains {
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #ef3e42;
}

/*
.product-list-item:hover {
	border: 1px solid #b2c4d0;
	box-shadow: 2px 7px 9px #999;
}
*/

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

/*ul.product-badges li {
display: inline;
font-size: 12px;
color: #fff;
background-color: #e1e1e1;
border-radius: 10px;
padding: 2px 5px;
font-style: italic;
}
*/
.product-price-container .product-promotions ul.product-badges > li:first-child {
border-radius: 10px 0 0 10px;
margin-right: -20px;
}
.product-price-container .product-promotions ul.product-badges > li {
float: right;
margin: 5px;
}

.product-price-container .product-promotions ul.product-badges > li{
float: right;
}
.product-price-container .product-promotions ul.product-badges > li:first-child{
border-radius:10px 0 0 10px;
}

.product-ribbon{
    position: absolute;
    padding: 50px;
    width: 0;
    height: 0;
}

.product-ribbon.product-ribbon-offer {
    background: url('../images/ui-specific-icons.png') no-repeat -14px -939px;
}
.product-ribbon.product-ribbon-suggested {
    background: url('../images/ui-specific-icons.png') no-repeat -138px -945px;
}
.product-ribbon.product-ribbon-unavailable {
    background: url('../images/ui-specific-icons.png') no-repeat -14px -1089px;
}
.product-ribbon.product-ribbon-purchased {
    background: url('../images/ui-specific-icons.png') no-repeat -139px -1089px;
}

/** product-list-item **/


/** filter-banner **/
.filter-banner {
	margin: 20px 0;
}

/*Product filter*/
.product-filter {
    background: #f5f7f9;
}
.product-filter-head {
    padding: 9px 25px 9px 9px;
}
.product-filter-head .title {
    font-weight: bold;
    font-size: 28px;
    color: #003a63;
	padding: 10px;
}
.filter-block {
    border-top: 1px solid #ddd;
    padding:  15px 28px 15px 9px;
}
.filter-clear-all, .clear {
    color: #ef3e42;
	font-size: 12px;
}
.filter-clear-all {
    line-height: 35px;
    padding: 4px 4px 0 0;
}
.filter-block .title {
    color: #003a63;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.filter-block label {
	color: #0981c4;
}
ul.filters-list {
    margin:0;
    padding:0;
}
ul.filters-list li {
    display:block;
    margin-bottom:9px;
    /*text-decoration: none!important   ** 16412 */
}
.filter-block-content {
    padding-left:15px;
}

.filter-rating label {
    padding: 2px;
    font-weight: normal;
}
.filter-rating .star-rate {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -5px;
    margin-right: 6px;
}
.product-filter p {
    font-size: 12px;
    color: #889bb0;
}
.product-filter a.more-toggle {
    color:#7091ba;
    font-weight:bold;
    font-size:11px;
}
.product-filter .icon-germanos-plus-sign-small {
    background: url('../images/ui-specific-icons.png') 285px -2152px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    width: 13px;
    margin-bottom: -3px;
}
.product-filter .dd-container,
.product-filter .dd-container div,
.product-filter .dd-container ul {
    width: 100%!important;
}
/* end Product filter*/



/*General*/

.rotate-left-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.rotate-right-90 {
    -webkit-transform: rotate(90deg)!important;
    -moz-transform: rotate(90deg)!important;
    -o-transform: rotate(90deg)!important;
    -ms-transform: rotate(90deg)!important;
    transform: rotate(90deg)!important;
}


.close-btn {
    width: 20px;
    height: 20px;
    display: block;
    padding: 0;
    background: url('../images/ui-specific-icons.png') no-repeat -84px -334px transparent;
    cursor: pointer;
}


/*Comparison slider*/
.comparison-slider {
    background:#ebf0f3;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    width:0;
    z-index: 1001;
}

/*.comparison-slider.open {
width: 315px;
z-index: 10000;
}*/
.comparison-slider.open {
	width: 285px;
	z-index: 10000;
}
.comparison-slider-container {
    height:100%;
    width:100%;
    position:relative;
    border-left: 4px solid #0981c4;
}
.comparison-slider-content {
    padding:20px;
    z-index: 999;
    height: 640px;
    top: 50%;
    position: absolute;
    margin-top: -320px;
}
.comparison-teasers {
    margin-left:-20px;
    margin-right:-20px;
}
.comparison-title {

}

/*.comparison-teasers td:first-child {
    padding: 15px 20px;
}*/

.comparison-teasers td:first-child {
	padding: 15px 5px 15px 20px;
}

.comparison-teasers .add-new-comparable td{
    border-bottom:1px solid #ddd!important;
}
.comparison-toggle-btn {
position: absolute;
top: 485px;
left: -53px;
padding: 7px;
width: 50px;
height: 200px;
text-align: center;
cursor: pointer;
margin-top: -100px;
}

.comparison-toggle-btn.btn-light-blue {
  background-color: #ebf0f3;
}

.open .comparison-toggle-btn.btn-light-blue {
  background-color: #0981c4;
}


.comparison-toggle-btn button {
    display: block;
    background: none;
    height: 150px;
    text-align: center;
}
.comparison-toggle-btn:hover {
    opacity: 0.9;
}
.comparison-toggle-btn .amount {
background: #0981c4;
padding: 10px;
color: #fff;
font-weight: bold;
width: 40px;
height: 40px;
}

.comparison-toggle-btn .text{
    display: block;
    margin-top: 75px;
    margin-bottom:20px;
    font-size: 18px;
    color: #0981c4;
    height: 15px;
}
.comparison-slider .toggle-icon {
    width: 20px;
    height: 20px;
    display: block;
    padding: 0;
    background: url('../images/ui-specific-icons.png') no-repeat -182px -2049px transparent;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    margin-left: 13px;
}
.open .comparison-toggle-btn .amount, .comparison-toggle-btn:hover .amount {
    background: #003a63;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

.open .comparison-toggle-btn .text, .comparison-toggle-btn:hover .text{
display: block;
margin-top: 75px;
margin-bottom: 24px;
font-size: 18px;
color: #fff;
height: 15px;
}
.open .comparison-slider .toggle-icon, .comparison-toggle-btn:hover .toggle-icon{
    width: 20px;
    height: 20px;
    display: block;
    padding: 0;
    background: url('../images/ui-specific-icons.png') no-repeat -482px -2049px transparent;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    margin-left: 13px;
}
.comparison-slider.open .comparison-toggle-btn .toggle-icon {
    background:url('../images/ui-specific-icons.png') no-repeat -528px -2049px transparent
}
.droppable-square-small {
    border:3px dashed #b2c4d0;
    width: 80px;
    text-align: center;
    background: #fff;
    display: block;
    height: 80px;
}
.add-new-comparable > td:nth-child(2) {
    vertical-align: middle;
}
.add-new-comparable .droppable-square-small {
    background: url('../images/droppable-square-small.png') no-repeat center center;
}

.add-new-comparable a,
.add-new-comparable {
    color:#b2c4d0;
}
.comparison-head > .title{ /*, .comparison-head > .price*/
    color:#003a63;
    font-size:14px;
    font-weight: bold;
}
.comparison-head {
	padding: 20px;
	width: 268px;
}
a.teaser-title {
    padding: 10px 0;
    display: block;
}
.comparison-slider-item a.teaser-title {
    cursor: text;
    text-decoration: none;
    opacity: 1!important;
}
/*End comparison slider*/

/*Left navigation*/
.left-navigation > ul li > ul {
    padding-left:20px;
    display:none;
    background:#f5f7f9;
}

.left-navigation > ul li.active > ul {
    padding: 20px 0 20px 20px;
    display:block!important;
}

.left-navigation > ul,
.left-navigation > ul > li > ul > li > ul {
    padding:0!important;
}

.left-navigation ul li {
    display:block;
}
.left-navigation ul li a {
    display:block;
    font-weight:bold;
    padding:15px;
    border-top:1px solid #ddd;
    cursor:pointer;
    text-decoration:none;

}

.left-navigation ul li a > .icon i {
	opacity: 0.4;
}

.left-navigation ul li > a:hover > .icon i, .left-navigation ul li.active > a > .icon i {
	opacity: 1.0;
}

.left-navigation > ul > li > a:hover {
	color: #2a6496;
}

.left-navigation > ul > li.active > a {
    border-bottom:1px solid #ddd;
}

/* 1st Level */
.left-navigation > ul > li:hover > a,
.left-navigation > ul > li.active > a {
    background:#f5f7f9;
}
/* 2nd Level */
.left-navigation > ul > li > ul > li:hover > a {
/*     background: #003a63; */
/*     border:1px solid #003a63; */
	background: #e9ecf1;
}

.left-navigation > ul > li> ul > li > a {
/*
    background:#0981c4;
    border:1px solid #0981c4;
    color:#ffffff;
*/

	border-top:0px;
    padding:13px
}

.left-navigation > ul > li> ul > li > a:hover {
	/* color: #2a6496; */
	color: #fff;
 	background: #0981c4;
}

/* 3nd Level */
.left-navigation > ul > li > ul > li.active, .left-navigation > ul > li > ul > li > ul {
    background: #e9ecf1;
}
.left-navigation > ul > li > ul > li > ul > li > a {
/*     color:#fff; */
    border:none;
    padding-left: 25px;
}
.left-navigation > ul > li > ul > li > ul > li:hover > a {
/*     background: #003a63; */
	color: #2a6496;
    text-decoration: underline;
}

.left-navigation > ul > li > ul > li > ul > li:hover > a.active {
	color: #fff;
}

/*End left navigation*/

.left-navigation > ul li a.active {
	background: #0981c4;
	color: #fff;
}

/** Product full story **/
/** product-fullstory  ***/

.btn-finalize-order{
	background: url('../images/btn-finalize-order.png') no-repeat #fff;
	min-height: 58px;

}


.icon-pdf-35px,.icon-word-35px {
	background: url('../images/icon-pdf-35px.png') no-repeat #fff;
	height: 35px;
	width: 35px;
	margin: 0 10px;
	display: inline-block;
}
.icon-word-35px {
	background: url('../images/icon-word-35px.png') no-repeat #fff;
}

.icon-pdf-35px.inline-text, .icon-word-35px.inline-text {
width: 100%;
padding-left: 50px;
padding-top: 5px;
}

.btn-addtofavorites-white-md {
	background: url('../images/btn-addtofavorites-white-md.png') no-repeat #fff;
	border-top: 1px solid #e5ebef;
	border-bottom: 1px solid #e5ebef;
	min-height: 52px;
}
.btn-addtofavorites-white-md:hover, .btn-addtofavorites-white-md:focus {
background-color: #FFF;
}
.btn-addtocart-grid {
	background: url('../images/btn-addtocart-grid.png') 0 -5px no-repeat #a1d03a;
}

.btn-addtocart-with-icon {
	background: url('../images/btn-addtocart-icon.png') 0 0 no-repeat #a1d03a
}


.btn-addtocart-md {
	background: url('../images/btn-addtocart-md.png') no-repeat #fff;
}

.btn-addtocart-fullstory {
	background: url('../images/btn-addtocart-fullstory.png') no-repeat #f5f7f9;
}

.product-fullstory {
	border: 1px solid #d3dde4;
    position: relative;
    display: block;
    min-height: 600px;
}

.product-fullstory .images-container{
    width: 400px;

    position: absolute;
    bottom: 0;
}

.product-fullstory .images-container .full-image {
border-bottom: none;
margin-bottom: 0;
}


ul.thumbnails {
margin: 0;
padding: 16px 5px;
list-style: none;
}

.thumbnails li {
width: 68px;
height: 68px;
border: 1px solid #e5ebef;
margin: 0 3px;
display: inline-block;
}
.thumbnails li.active {
border: 1px solid #0981c4;
}

.product-fullstory .information-container{
    width: 515px;
    border-left: 1px solid #e5ebef;
    border-right: 1px solid #e5ebef;
    position: relative;
    margin-left: 400px;
    min-height: 600px;
}

.product-fullstory .product-classes-container {
width: 282px;
min-height: 600px;
background-color: #f5f7f9;
padding: 17px;
position: relative;
}

.product-fullstory .product-class-label {
color: #889bb0;
font-size: 14px;
display: block;
margin-bottom: 10px;
}

.product-fullstory .rating {
margin: 0 20px;
border-top: 1px solid #e5ebef;
padding: 12px 0;
position: absolute;
width: 470px;
bottom: 0;
}

.product-fullstory .product-promoted-info {
/*background-color: #ddf1fc;*/
height: 98px;
padding: 5px 0 20px 0;
border-top: 1px solid #cae3f1;
border-bottom: 1px solid #cae3f1;
}

.product-fullstory .product-promoted-description {
padding: 20px;
font-weight: bold;
margin-top: 20px;
}

.product-fullstory .product-description {
margin: 20px;
border-top: 1px solid #e5ebef;
padding-top: 20px;
}

.product-actions {
color: #0981c4;
padding: 20px 20px 0 20px;
font-size: 13px;
}

.comparison.error {
color: #ef3e42;
}

.product-fullstory button.btn.btn-green.btn-lg.btn-icon {
width: 100%;
margin: 0;
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 20px 60px;
font-size: 20px;
}

.product-fullstory button.btn.btn-red {
width: 100%;
height: 10%;
margin: 0;
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 20px;
font-size: 20px;
}

.product-fullstory.edit button.btn-full-width {
    position:relative;
}

.product-fullstory.edit button.btn-full-width:after,
.product-fullstory.edit button.btn-full-width:before {
    content :'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    top:-1px;
    margin-left:-10px;
    left:50%;
    border-top:10px solid #f5f7f9;
    border-left:10px solid transparent;
    border-right:10px solid transparent;

}

.product-fullstory.edit button.btn-full-width:before {
    top:-1px;
    border-top:11px solid #333;
}

.product-fullstory button.btn.btn-light-blue.btn-lg {
	border-top: 1px solid #333;
}

.product-availability-status {
	font-size: 16px;
	font-weight: bold;
}
.product-availability-status.status-available .fa{
    color: #89c409;
    padding: 2px;
}
.product-availability-status.status-unavailable .fa{
    color: #ef3e42;
    padding: 2px;
}

.product-fullstory .product-purchase-type,.product-fullstory .product-memory-options{
border-top: 1px solid #e5ebef;
padding-top: 20px;
margin-top: 20px;

}

.product-fullstory .product-price {
  border-top: 1px solid #e5ebef;
  padding: 20px 0 6px 0;
  margin-top: 20px;
  color: #003a63;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}


.product-fullstory .product-price {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px 20px;
    bottom: 80px;
    display: block;
    height: 80px;
}

.product-fullstory .coming-soon-configurator {
margin: 0;
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-top: 1px solid #e5ebef;
padding: 20px;
margin-top: 20px;
text-align: center;
}


.product-fullstory .coming-soon{
	border-top: 1px solid #e5ebef;
	padding-top: 20px;
	margin-top: 20px;
	text-align: center;
    position: absolute;
    bottom: 20px;
    width: 248px;
}

.product-fullstory .coming-soon h2, .product-fullstory .coming-soon-configurator h2{
	padding: 0;
}

.product-fullstory .product-availability{
border-top: 1px solid #e5ebef;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px 20px;
    bottom: 159px;
    padding: 7px 0px 10px; /*padding: 20px 0px 13px;*/
    text-align: center;
    height: 54px;
}

.product-availability p.delivery {
    margin-left: 5px;
}

.product-fullstory .price-label {
font-size: 18px;
font-weight: bold;
}

.product-fullstory .product-color-options {
    /*height: 108px;
    padding-top: 13px; */
    margin-top: -9px;
}

.product-fullstory .payment-options{
    font-size: 14px;
    font-weight: bold;
	margin-top: 10px;
}
.product-fullstory small{
    padding: 5px;
    font-weight: normal;
}



/** Product full story modal (quick view)**/
.quick-view .read-more{
	display: block;
}

/** Product full story **/







/*Product comparison full page*/
.product-comparison-container .col {
    border-right: 1px solid #ddd;
    float: left;
    width: 240px;
    /*min-height:900px;*/
    /*padding: 60px;*/
}

.product-comparison-container .droppable-square-small {
    /* margin: 50px auto 10px auto; */
    position: relative;
    top: 50px;
    left: 65px;
    background-color:#ebf0f3;
}

.product-comparison-container .add-products {
	position: relative;
    top: 60px;
}

.comparison-star-ratings .col {
    border-top:1px solid #ddd;
}

.comparison-star-ratings .col .star-rate {
    margin-top:80px;
}
.comparison-star-ratings .col:first-child h5 {
    margin-top:45px;
}


.section-comp-products.sticky-on-scroll.active {
    position: fixed;
    z-index: 999;
    top: 0;
    background: #f5f7f9;
    left: 0;
    right: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.sticky-on-scroll.active .hidden-sticky {
    display:none;
}

.section-comp-products.sticky-on-scroll.active .col {
    height: 200px;
    min-height: 200px!important;
}

.section-comp-products.sticky-on-scroll.active .droppable-square-small{
    margin-top:10px;
}

.product-comparison {
    margin-bottom:0;
}
.product-comparison .sub-menu {
    padding:0;
    font-weight:bold;
}
.product-comparison .sub-menu a {
    color:#fff;
}
.product-comparison .sub-menu > div {
    display:inline-block;
    vertical-align:middle;
    padding:20px 10px;
    min-width: 240px;
    border-right: 1px solid #0D4368;
    float:left;
}

.product-comparison .sub-menu > .back-to-list {
	margin-top:0;
}
.product-comparison .sub-menu > .center {
    width: 720px;

}
.product-comparison .sub-menu > .share {

}

.show-differences > div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
    margin-top:-3px;
}

.share-icons > div {
    background: #0882C3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 33px;
    text-align: center;
    float: left;
    margin-right: 10px;
    color: #fff!important;
    font-size: 19px;
}
.share label, .share .label {
    display: inline-block;
    float: left;
    margin-right: 10px;
    font-size: 14px;
}
.share-icons {
    margin-top:-5px;
}

.product-comparison .germanos-caret-back {
    background-position:-481px -2048px;
    border-radius: 50%;
}
.section-comp-products.sticky-on-scroll.active {
    position: fixed;
    z-index: 999;
    top: 60px;
    background: #f5f7f9;
    left: 0;
    right: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.navbar-primary.sticky {
    z-index: 99999;
}


.product-comparison-wrapper .col .dtl-center{
    color: #ef3e42;
    font-size:14px;
    text-align:center;
    font-weight:bold;
}
.product-comparison-wrapper .col .dtl-center .large{
    color: #ef3e42;
    font-size:40px;
}

.product-comparison-container .col > div:nth-child(n+5) {
	/*min-height: 500px; was 340px before 2015-03-05 bug 15896*/
}

.product-comparison-container .col:not(.col-1) > div:nth-child(n+5) {
padding-top:110px;
}

.dtl-title {
    width: 102px;
    margin-left: 10px;
}
.dtl-title h3 {
    margin-top: 6px;
}

.product-comparison-wrapper .columns.border-top {
    border-top: 1px solid #ddd;
}

.close-btn.no-circle {
    width: 20px;
    height: 20px;
    display: block;
    padding: 0;
    background: url('../images/ui-specific-icons.png') no-repeat -47px -333px transparent;
    cursor: pointer;
    margin:0 auto;
}

.green-tick {
    width: 20px;
    height: 20px;
    display: block;
    padding: 0;
    background: url('../images/green-tick.png') no-repeat 93% 3px transparent;
    cursor: pointer;
    margin:0 auto;
}

.fake-table .green-tick {
	height: 23px;
}

.compare-selected-products .dtl-container {
	height: 324px;
}

.product-comparison-container .col {
    padding-left:0;
    padding-right:0;
}

.product-comparison-container .col-1 {
    border-left:1px solid #ddd;

}
.product-comparison-container .col > .comp-row {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #ddd;
    font-size:14px;
    position:relative;
}
.product-comparison-container .comp-row h3 {
    margin-bottom: 30px;
    padding-top: 20px!important;
    margin-top:0!important;
}
.product-comparison-container .comp-row-2 h3 {
    padding-top:5px!important;
}
/*
.product-comparison-container .col > .comp-row-1 {
    min-height:340px;
}
*/

/*dtl пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ*/
/*
.product-comparison-container .col > .comp-row-2 {
    min-height:650px;
}
*/
.product-comparison-container .col:not(.col-1) > .comp-row-2 {
    padding-top:90px;
}

/* пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ */
/*
.product-comparison-container .col > .comp-row-3 {
    min-height:143px;
}
*/
.product-comparison-container .col-2 > .comp-row-3 {
    padding-top:106px;
}

/* пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅ */
/*
.product-comparison-container .col > .comp-row-4 {
    min-height:700px;
}
*/
/*        .product-comparison-container .col.col-1 > .comp-row-4{
    min-height:280px;
}*/

.product-comparison-container .col:not(.col-1) .comp-row-4 {
    padding-top: 110px;
}



/*пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅ*/
/*
.product-comparison-container .col > .comp-row-5 {
    min-height:120px;
}
*/
.product-comparison-container .col:not(.col-1) > .comp-row-5 {
    padding-top:90px
}



/*пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ C*/
/*
.product-comparison-container .col > .comp-row-6 {
    min-height:460px;
    /*border-bottom:0;*/
}
*/
.product-comparison-container .col-1 > .comp-row-6 {
    min-height:440px;
}
.product-comparison-container .col:not(.col-1) > .comp-row-6 {
    padding-top:110px;
}


/*fake table*/

.product-comparison-container .col > .comp-row-4 .fake-table .td {
    background:#F6F7F9;
}

.product-comparison-container .fake-table .tr {
    padding: 10px 10px 10px 15px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
    height: 38px;
    overflow: hidden;
    line-height: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;    
}

.product-comparison-container .col-1 .fake-table .tr {
	text-overflow: initial;
}

.fake-table-popover {
	border: 1px solid #ccc;
	border-radius: 5px; 
	padding: 10px; 
	width: 240px;
	color: #003a63;
}

/*
.product-comparison-container .fake-table .tr:hover {
    overflow: visible;
}
*/

.product-comparison-container .fake-table .tr.odd {
    background: #f5f7f9;
}

.product-comparison-container .fake-table .tr.even {
    background: #fff;
}

.product-comparison-container .comp-row h3 {
    margin-bottom: 30px;
}

.product-comparison-container .col-1 .comp-row > h3 {
	height: 80px;
	overflow-y: hidden;
}

.product-comparison-container .more-dtl-title {
    margin-top: 80px;
}
.product-comparison-container .dtl-container {
    margin-top: 71px;
}

.product-comparison-container .sticky-on-scroll {
    display:none;
}
.sticky-on-scroll.active .col {
    padding: 15px;
}
.sticky-on-scroll.active {
    display:block;
}
.product-comparison-container .col-1 .comp-row-6 .icon-info-circled {
    color: #0A81C3;
    font-size: 20px;
}

.product-comparison-container .collapse-comp-row {
    position: absolute;
    right: 10px;
    top: 0;
    background: #EBF0F3;
    border-bottom-right-radius: 10px;
    font-size: 17px;
    border-bottom-left-radius: 10px;
    padding: 4px 0;
    cursor: pointer;
}

.product-comparison-container .comp-row.collapsed {
    height: 100px!important;
    min-height: 100px!important;
    overflow: hidden;
}
.product-comparison-container .col .comp-row-2.collapsed {
    height: 80px!important;
    overflow: hidden;
    min-height: 80px!important;
}
.product-comparison-container .col:not(.col-1) .comp-row-3 {
    padding-top: 90px;
}


.product-comparison-container .col:not(.col-1) .comp-row.collapsed {
    overflow: hidden;
    padding:0!important;
}
.product-comparison-container .col:not(.col-1) .comp-row.collapsed *{
    display:none;
}

.product-comparison-container .collapsed .collapse-comp-row {
    background: #0A81C5;
    color: #fff;
}


.product-comparison-container .popover.right {
    min-width: 350px;
}
.product-comparison-container .close-circled {
    font-size: 20px;
    color: #ccd8e0;/*#ebf0f3;*/
    cursor:pointer;
}
.product-comparison-container .product-item:hover .close-circled {
    color:#ED3D41;
}

/*Show differences*/
.show-differences-container .comp-row-4 .fake-table .tr.odd {
    background: #F6EEC7!important;
}
.show-differences-container .comp-row-4 .fake-table .tr.even {
    background: #FFF6CD!important;
}


.show-differences-container .comp-row-6 .fake-table .tr.odd {
    background:#F6F7F9!important;
}
.show-differences-container .comp-row-6 .fake-table .tr.odd.different {
    background:#F6EEC7!important;
}

.show-differences-container .comp-row-6 .fake-table .tr.even {
    background:#FFFFFF!important;
}
.show-differences-container .comp-row-6 .fake-table .tr.even.different {
    background:#FFF6CD!important;
}

.product-comparison-footer .sub-menu {
    padding: 0;
    font-weight: bold;
    background: #F6F7F9;
    color: #0B82C6;
    border:1px solid #ddd;
    margin-top:0px;
	border-top: 0; /*added 2015-03-05 bug */
}
.product-comparison-footer .sub-menu a {

}
.product-comparison-footer .sub-menu a {

}
.product-comparison-footer .sub-menu > div {
    border-right: 1px solid #ddd!important;
    font-size:14px;
    color:#0B80C5;
}
.product-comparison-footer,
.product-comparison-footer a,
.product-comparison-footer label,
.product-comparison-footer .back-to-list .text{
    color:#0B80C5!important;
}
.product-comparison-footer .back-to-list {
    min-width:236px!important;
    width:239px!important;
}
.product-comparison-footer .sub-menu > .share {
text-align: center;
border: none!important;
padding: 20px 0 0 10px;
min-width: 235px;
}
.bottom-text {
    padding:30px!important;
    border-bottom:1px solid #ddd
}
.bottom-text p,
.bottom-text h3 {
    color: #768793!important;
}
.product-comparison-footer .germanos-caret-back {
background-position: -181px -2047px;
border-radius: 50%;
margin: 10px;
}

.close-circled {
	font-size: 20px;
	color: #ebf0f3;
	cursor:pointer;
}
.product-item:hover .close-circled,
.close-circled:hover {
	color:#ED3D41;
}


.product-comparison-footer .back-to-list .text {
    font-size: inherit;
}
.product-comparison-footer .back-to-list {
    margin: 0;
}
/*End product comparison*/


/*Custom slideshow */
.slideshow {
	position:relative;
}


.slideshow-with-controls {
    position:relative;
}

.slideshow-with-controls .controls.next {
    background: url('../images/ui-specific-icons.png') no-repeat -538px -2312px;
}
.slideshow-with-controls .controls.next:hover  {
    background: url('../images/ui-specific-icons.png') no-repeat -538px -2432px;
}
.slideshow-with-controls .controls.previous {
    background: url('../images/ui-specific-icons.png') no-repeat -477px -2312px;
}
.slideshow-with-controls .controls.previous:hover {
    background: url('../images/ui-specific-icons.png') no-repeat -477px -2433px;
}

.slideshow-with-controls .controls {
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -70px;
}
.slideshow-with-controls  .controls{
    margin-top:-25px;
}
.slideshow-with-controls .controls.previous {
    left: 20px;
}
.slideshow-with-controls .controls.next {
    right: 20px;
}


/*01_home slideshows*/
.home-first-slideshow .carousel-indicators {
	top:250px;
}
.home-bottom-slideshow .carousel-indicators {
    width: auto;
    left: 50px;
    bottom: 30px;
    margin: 0;
}


/**
*  Offer - full story
**/
.offer-header {
    width: 100%;
    padding:20px;
}
.offer-duration{
    font-weight: bold;
}
.offer-fullstory .btn-block {
margin: 0;
}

.offer-fullstory .product-price {
  text-align: right;
  padding: 25px;
  font-size: 16px;
  width: 918px;
}

.offer-fullstory .product-price .special-price {
color: #ef3e42;
/*font-size: 22px;*/
}


.offer-product .rating {
	border-top: 1px solid #e5ebef;
	border-bottom: 1px solid #e5ebef;
	padding: 10px 0;
}

.offer-product .product-class-label {
	font-size: 12px;
	color: grey;
}

.offer-body{
	border-left: 1px solid #e5ebef;
    border-right: 1px solid #e5ebef;
}
.offer-body .offer-highlight{
    border-right: 1px solid #e5ebef;
}
.offer-fullstory .offer-image {
	height:400px;
	padding-top: 20px;
}

.offer-plus-icon {
    width: 46px;
    height: 46px;
    position: absolute;
    background:  url('../images/bundle-offer-plus-icon.png') no-repeat center center transparent;
    right: 0;
    top: 200px;
    margin-right: -23px;
    z-index: 1000;
}

.offer-fullstory .offer-body .item{
    border-bottom: 1px solid #e5ebef;

	    padding: 20px;
	    min-height: 100px;
    width: 100%;
}

.offer-fullstory .offer-body .price.item {
  min-height: 47px;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
}

.offer-fullstory .offer-body .price.item {
	border-bottom: none;
}

.offer-usp-icon {
background:  url('../images/bundle-offer-plus-icon.png') no-repeat center center transparent;
width: 46px;
height: 46px;
}
/** Offer - full story **/


/** Support HUB **/
body.support-hub .page-header-section .sub-menu {
	font-size: 12px;
}

body.support-hub .page-header-section .sub-menu a {
	color: #fff;
	margin-right: 15px;
}

body.support-hub .page-header-section .sub-menu i {
	margin-right: 5px;
	font-size: 16px;
	opacity: 0.7;
}

.hub-support-main-header {
	height: 400px;
}

.hub-support-main-header .support-search-wrapper,
.hub-support-header .support-search-wrapper {
	padding: 20px;
	background: #cfd7df;
}

.hub-support-main-header .support-search-wrapper .row, .hub-support-main-header .support-search-wrapper .row > div,
.hub-support-header .support-search-wrapper .row, .hub-support-header .support-search-wrapper .row > div {
	margin: 0px;
	padding: 0px;
}

.hub-support-main-header .support-search-wrapper .search-categories,
.hub-support-header .support-search-wrapper .search-categories {
	border-right: 1px solid #cfd7df;
}

.hub-support-main-header .support-search-wrapper .search-categories a,
.hub-support-header .support-search-wrapper .search-categories a {
	display: block;
	background: #fff;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hub-support-main-header .support-search-wrapper .search-input .input-group-addon,
.hub-support-main-header .support-search-wrapper .search-input input.form-control,
.hub-support-main-header .support-search-wrapper .search-categories .dropdown-menu,
.hub-support-header .support-search-wrapper .search-input .input-group-addon,
.hub-support-header .support-search-wrapper .search-input input.form-control,
.hub-support-header .support-search-wrapper .search-categories .dropdown-menu {
	background: #fff;
	border: 0px;
	border-radius: 0px;
}

.hub-support-main-header .support-search-wrapper .search-categories .dropdown-menu,
.hub-support-header .support-search-wrapper .search-categories .dropdown-menu {
	width: 100%;
	margin-top:1px;
}

.hub-support-main-header .support-search-wrapper .search-input .input-group-addon,
.hub-support-header .support-search-wrapper .search-input .input-group-addon {
	font-size: 20px;
	color: #745797;
}

div.row.support-subjects,
div.row.support-videos,
div.row.support-downloads,
div.row.support-faq {
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

.support-hub-subject-item .icon i {
	background: #f0f0f0;
	font-size: 30px;
	padding: 30px;
}

.support-hub-subject-item .title {
	font-weight: bold;
	font-size: 14px;
	color: #0981c4;
	margin-bottom: 15px;
	margin-top: 15px;
}

.support-hub-subject-item .content a {
	font-size: 12px;
	display: block;
	line-height: 20px;
}

.support-hub-subject-item .content a.more {
	color: #003a63;
	font-weight: bold;
}

.support-hub-subject-item .content a.more i {
	font-size: 8px;
}

.support-hub-video-item .icon {
	background: #f0f0f0;
	font-size: 40px;
	text-align: center;
	vertical-align: middle;
	height: 120px;
	line-height: 120px;
}

.support-hub-video-item .icon i {
	background: #fff;
	border-radius: 50%;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	box-shadow: 0px 0px 2px 0px #aaa;
}

.support-hub-video-item .title {
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}

.support-hub-video-item .content {
	font-size: 13px;
}

.support-hub.tab-headers {
	background: #ebf0f3;
}

.support-hub.tab-headers li a {
	font-weight: normal;
	font-size: 17px;
}

.support-hub-tabs-item .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.support-hub-tabs-item .content a {
	font-size: 12px;
}

.support-hub-tabs-item ul {
	margin: 0;
	padding: 0;
	width: 100%;
	padding-left: 20px;
}

.support-hub-tabs-item ul li {
	width: 50%;
	float: left;
	padding-right: 10px;
	font-size: 13px;
}

.support-downloads .content a.more {
	color: #003a63;
	text-decoration: none;
	border-bottom: 0px;
}

.support-downloads .content a.more i {
	font-size: 8px;
}

.support-hub-page h1.title,
.support-hub-page h2.title {
	margin-bottom: 50px;
	padding-left: 0px;
}

.support-hub-page h1.title i,
.support-hub-page h2.title i {
	background: #f0f0f0;
	padding: 20px;
	margin-right: 20px;
}

.support-hub-page h2 {
	padding-left: 0px;
	margin-bottom: 30px;
}

span.videos-in-category {
	color: #a332a0;
}

.videos-row-wrapper {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 40px;
}

.videos-row-wrapper > .row {
	padding-bottom: 15px;
}

a.under-dotted {
	border-bottom: 1px dotted;
	line-height: 25px;
}

/** CAPTIONED IMAGE && THUMBS FOR GALLERY **/
div.captioned-image .image img {
	background: #f0f0f0;
}

div.captioned-image .caption,
div.gallery-thumbs .caption {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

div.captioned-image .caption strong,
div.gallery-thumbs .caption  strong {
	font-style: normal;
}

div.gallery-thumbs a.thumbnail:hover {
	border: 1px solid #003a63;
}

/** MFP MAGNIFIEUQ POPUP **/
div.mfp-bottom-bar {
	background: #000;
	margin-top: -40px;
	padding: 20px;
}

div.mfp-bottom-bar .image-description {
	margin-top: 5px;
	font-size: 13px;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	border: 0px !important;
}

.mfp-arrow {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;/* IE 8 */
		filter: alpha(opacity=100)!important;/* IE 5-7 */
		-moz-opacity: 1!important; /* Netscape */
		-khtml-opacity: 1!important;  /* Safari 1.x */
 	opacity: 1!important;
 	width: 50px;
 	height: 110px;
 	top: 50%;
}

.mfp-arrow-left {
	left: -65px;
}

.mfp-arrow-right {
	right: -65px;
}

.mfp-s-loading .mfp-arrow {
   display: none;
}

button.mfp-arrow.mfp-arrow-left {
	background: url('../images/magnific-popup-sprite.png') no-repeat 0px 35px;
}

button.mfp-arrow.mfp-arrow-left:hover {
	background: url('../images/magnific-popup-sprite.png') no-repeat 0px -85px;
}

button.mfp-arrow.mfp-arrow-right {
	background: url('../images/magnific-popup-sprite.png') no-repeat -51px 35px;
}

button.mfp-arrow.mfp-arrow-right:hover {
	background: url('../images/magnific-popup-sprite.png') no-repeat -51px -85px;
}

.mfp-close {
	font-size: 12px;
	cursor: pointer !important;
}

.mfp-close i {
	font-size: 20px;
	float: right;
	margin-top: 12px;
	margin-left: 5px;
}

.mfp-description {
	position: absolute;
	background: #000;
	color: #fff;
	font-size: 13px;
	padding: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 100%;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE 8 */
		filter: alpha(opacity=100);/* IE 5-7 */
		-moz-opacity: 1; /* Netscape */
		-khtml-opacity: 1;  /* Safari 1.x */
		opacity: 1;  /* Good browsers */

}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.eshop-usps-mini table td {
	vertical-align: middle;
}

.eshop-usps-mini table td div {
	vertical-align: middle;
	margin-top: 30px;
}

.eshop-usps-mini table td {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
}


/*HOme main tabs(filters)*/
.teaser-filter{
    height: 140px;
    width: 171px;
    background: url('../images/homepage_filters_light.jpg') no-repeat -1px -73px transparent;
    float: left;
    /*border-right: 1px solid #ddd;*/
    margin: 20px 0;
    cursor:pointer;
}
.teaser-boxes-filters .teaser-filter:first-child {
    border-left:1px solid #ddd
}
.teaser-filter.all{
    background-position:-53px -73px;
}
.teaser-filter.mobiles {
    background-position: -223px -73px;
}
.teaser-filter.tablets {
    background-position: -394px -73px;
}
.teaser-filter.telephone {
    background-position: -565px -73px;
}
.teaser-filter.informatics {
    background-position: -736px -73px;
}
.teaser-filter.sound {
    background-position: -907px -73px;
}
.teaser-filter.games {
    background-position: -1078px -73px;
}


.teaser-filter.all:hover {
    background-position:-53px -300px;
}
.teaser-filter.mobiles:hover {
    background-position: -223px -300px;
}
.teaser-filter.tablets:hover {
    background-position: -394px -300px;
}
.teaser-filter.telephone:hover {
    background-position: -565px -300px;
}
.teaser-filter.informatics:hover {
    background-position: -736px -300px;
}
.teaser-filter.sound:hover {
    background-position: -907px -300px;
}
.teaser-filter.games:hover {
    background-position: -1078px -300px;
}


.teaser-filter:hover {
    background-position-y: -300px;
}

.teaser-filter.all.active{
    background-position:-53px -530px;
}
.teaser-filter.mobiles.active {
    background-position: -223px -530px;
}
.teaser-filter.tablets.active {
    background-position: -394px -530px;
}
.teaser-filter.telephone.active {
    background-position: -565px -530px;
}
.teaser-filter.informatics.active {
    background-position: -736px -530px;
}
.teaser-filter.sound.active {
    background-position: -907px -530px;
}
.teaser-filter.games.active {
    background-position: -1078px -530px;
}



.teaser-filter.active {
    background-position-y: -530px;

}

/* Promotions Teaser Filters*/

.promotionFilters.sub-menu{
 float: left;
 width: 100%;
}
.promotionFilters .teaser-boxes-filters{
	margin:10px;
}
.promotionFilters .teaser-filter{
    background: none;
    border: 0 none !important;
    cursor: pointer;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.promotionFilters .teaser-filter .tab-label {
    margin-right: 15px;
    position: relative;
    text-align: center;
    width: auto;
	bottom:auto;
}

.promotionFilters .teaser-filter.active .tab-label{
    color:#81A7BF;
}


/*** MESSAGES BOXES ****/
div.messages {
	padding: 20px;
	padding-top: 30px;
	position: relative;
}

div.messages div.messages-close {
	position: absolute;
	top: 30px;
	right: 20px;
	color: red;
	font-weight: bold;
}

div.messages h3.title {
	margin-top: 0px;
	margin-left: -20px;
}

div.messages h3.title i {
	margin-right: 15px;
}

div.messages div.content {
	padding-left: 65px;
}

div.messages div.content ul {
	margin: 0px;
	padding: 0px;
}

div.messages.warning {
	background: url(../images/yellow-background.jpg) repeat;
	color:#003a63;
}

.content-box {
	padding: 10px;
	margin-bottom: 10px;
}

.content-box > .inner {
	padding: 15px;
}

.my-cart-wrapper-right {
	padding: 0px;
	box-shadow: 0px 2px 5px 2px #ddd;
}
.content-box.my-cart-wrapper-right.floating-box.fixed {
    width: 270px;
    position: fixed;
    top: 0;
    z-index: 99999;
}
.my-cart-free-shipping {
	font-size: 12px;
	border-bottom: 3px solid #c0d7c0;
}

.my-cart-free-shipping i {
	font-size: 35px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	color: #329f46;
}

.my-cart-right table {
	width: 100%;
}

.my-cart-right table td {
	border-bottom: 1px solid #ddd;
	line-height: 25px;
}

.my-cart-right .pprice {
	text-align: right;
	font-weight: bold;
}

.my-cart-right table td.pprice.discount {
	color: red;
}

.my-cart-right table tr:last-child td {
	border-bottom: 3px solid #ddd;
}

.my-cart-right .total {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.my-cart-right .total .pprice {
	font-size: 24px;
}

.my-cart-right .total .vat {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	margin-top: 5px;
}

.my-cart-right .checkout {
	width: 100%;
}

.my-cart-right-coupon {
  border-top: 1px solid #ddd;
  min-height: 160px;
}

.best-seller, .germanos-bestseller {
	color: #bc9d41;
}

.my-cart-right-coupon .input-group {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.my-cart-right-coupon .input-group input.form-control {
	background: #fff;
	border-radius: 0px;
	border-right: 0px;
	font-weight: bold;
	color: #003a63;
	text-align: center;
}

.my-cart-right-coupon .input-group .input-group-btn {
	border-radius: 0px;
	width: 50%;
}

.my-cart-right-coupon .input-group .input-group-btn button {
	background: transparent;
	text-align: center;
	border-radius: 0px;
	width: auto;
	color: #89c409;
	min-width: inherit;
	margin-top: auto;
	border: 1px solid #89c409;
	border-left: 1px solid #89c409;
	z-index: 2;
	width: 100%;
	font-size: 26px;
	line-height: inherit;
	padding: 7px;
}

.my-cart-right-coupon .input-group.coupon-verify .input-group-btn button {
	font-size: 14px;
	color:#0981c4;
	border: 1px solid #0981c4;
	border-left: 1px solid #0981c4;
}

.my-cart-right-coupon .input-group.coupon-verify input.form-control {
	border: 1px solid #0981c4;
}

.my-cart-right-coupon .input-group.coupon-error .input-group-btn button {
	font-size: 14px;
	color:#0981c4;
	border: 1px solid #0981c4;
	border-left: 1px solid #ef3e42;
}

.my-cart-right-coupon .input-group.coupon-error input.form-control {
	border: 1px solid #ef3e42;
}

.my-cart-suggested-wrapper {
width: 655px;/*620px;*/
padding-left: 57px;
border: 1px solid #e5ebef;
border-right: 0px;
padding-right: 60px;
line-height: normal !important;
}


.my-cart-suggested-wrapper .g-collapsible > ul > li > ul > li ul li{
	padding: 0!important;
}

.my-cart-suggested-wrapper .suggestion-item h2, .my-cart-suggested-wrapper .suggestion-item {
	line-height: 1.2em;
}

.my-cart-suggested-wrapper .suggestion-item .suggestion-item-image {
height: 100px;
width: auto;
margin-bottom: 10px;
padding: 0;
}


.my-cart-suggested-wrapper .suggestion-item .btn {
	margin-top: 20px;
}

.my-cart-suggested-wrapper .owl-item li.first {
	padding-left: 0px !important;
}

.my-cart-suggested-wrapper a.controls.previous {
	background: url("../images/ui-specific-icons.png") no-repeat scroll -53px -2047px rgba(0, 0, 0, 0);
	width: 25px;
	height: 25px;
	left: -40px;/*-28px;*/
	margin-top: -12px;
	border-radius: 50%;
}

.my-cart-suggested-wrapper a.controls.next {
	background: url("../images/ui-specific-icons.png") no-repeat scroll -99px -2047px rgba(0, 0, 0, 0);
	width: 25px;
	height: 25px;
	right: -45px;/*-28px;*/
	margin-top: -12px;
	border-radius: 50%;
}

.my-cart-suggested-wrapper a.controls.previous:hover {
	background: url("../images/ui-specific-icons.png") no-repeat scroll -55px -2047px rgba(0, 0, 0, 0);
	width: 25px;
	height: 25px;
	left: -38px;/*-28px;*/
	margin-top: -12px;
	border-radius: 50%;
}

.my-cart-suggested-wrapper a.controls.next:hover {
	background: url("../images/ui-specific-icons.png") no-repeat scroll -98px -2047px rgba(0, 0, 0, 0);
	width: 25px;
	height: 25px;
	right: -44px;/*-28px;*/
	margin-top: -12px;
	border-radius: 50%;
}

.my-cart-suggested-wrapper .owl-wrapper-outer {
	width: 545px;
}

.my-cart-suggested-wrapper .owl-item {
width: 174px!important;
}

.my-cart-suggested-wrapper ul.owl-carousel.owl-theme {
    width: 530px;
}



.cart-item-padding {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.cart-item-padding.sep {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	width:620px;
}

.product-info-container.cross-sell-info {
text-align: left;
}
.product-info-container.cross-sell-info h2{
padding: 0;
margin: 20px 0;
}
.my-cart-continue-shopping-wrapper {
	padding: 20px;
}
.my-cart-continue-shopping-wrapper a {
    color: #fff;
    font-weight: bold!important;
}

.cart-product-error {
	padding: 15px;
}

.cart-product-error {
    border-radius: 0;
}

.cart-product-error {
	margin-top: 10px;
}

.cart-product-error:before {
		content:'';
	    width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		display: block;
		position: absolute;
		right: 30px;
		margin-left: -40px;
		top:0;

	}

/*
.cart-product-error:before {
	border-bottom: 10px solid #ef3e42;
	margin-top: -10px;
	z-index:4;
}
*/

.cart-product-error-wrapper {
	position: relative;
}

#save-cart-popup {
	width: 550px;
	margin: 0 auto;
	position: relative;
}

#save-cart-popup .mfp-close,
#change-product-attributes .mfp-close,
#change-billing-attributes .mfp-close,
.product-details-popup .mfp-close {
	position: absolute;
	right: 10px;
	top: 10px;
    background-color:#ef3e42;
    color:#ffffff;
    width: 20px;
    height: 20px;
    line-height: 21px;
    font-size: 24px;
    border-radius: 2px;
}

#change-product-attributes .mfp-close,
#change-billing-attributes .mfp-close  {
	top: 20px;
	right: 20px;
}

#change-billing-attributes {
	width: 600px;
}

#change-billing-attributes .inner {
	padding-left: 20px;
	padding-right: 20px;
}

#save-cart-popup .save-cart-content,
#save-cart-popup .save-cart-actions,
#change-billing-attributes .save-cart-actions {
	padding: 20px;
}

#change-billing-attributes .save-cart-actions {
	border-top: 1px solid #ddd;
}

#save-cart-popup .save-cart-actions {
	text-align: center;
	border-top: 1px solid #ddd;
}

#save-cart-popup .save-cart-actions button {
	margin-top: 0px;
}

#save-cart-popup .save-cart-email {
	width: 60%;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

#save-cart-popup .save-cart-email .input-group-addon {
	border-radius: 0px;
	background: #F2F5F4;
	border-right: 0px;
	border-color: #d9e2e8;
	font-size: 20px;
}

#save-cart-popup .save-cart-email .input-group-addon.icon-mail-span,
#save-cart-popup .save-cart-email .input-group-addon.icon-info-span {
	float: left;
	height: 40px;
	width: 52.8px;
}

#save-cart-popup .save-cart-email .input-group-addon.icon-mail-span i.icon-mail,
#save-cart-popup .save-cart-email .input-group-addon.icon-info-span i.icon-info {
	position: relative;
	top: 4px;
}

#saveCartFormId .input-email {
	width: 252.8px;
}

#retrieveCartForm input#email,
#retrieveCartForm input#orderId {
	width: 292.8px;
}

#save-cart-popup .save-cart-email .input-group input {
	border-left: 0px;
	padding-left: 0px;
}

#change-product-attributes, #change-billing-attributes { position: relative; }

#change-product-attributes iframe {
	border: 0px;
}

.service-years-select-widget .col-xs-3 {
	width: auto;
}

i.close-icon {
	font-size: 15px;
	line-height: 21px;
	background: red;
	color: #fff;
	background-color:#ef3e42;
	border-radius: 2px;
}

.product-details-popup {
	width: 600px;
	margin: 0 auto;
	padding: 10px;
	position: relative
}

.product-details-popup .product-image-container {
	padding-top: 20px;
}

.product-details-popup .product-details h4 {
	margin-top: 20px;
}

/** G-COLLAPSIBLE **/

/*g-collapsible*/
.g-collapsible > ul li > ul {
    display:none;
}

.g-collapsible > ul li.active > ul {
    display:block !important;
}

.g-collapsible ul li {
    display:block;
}
.g-collapsible ul li a {
    display:block;

}

.g-collapsible > ul > li.active > a,
.g-collapsible > ul > li.primary > a {

}

.g-collapsible ul {
	margin: 0;
	padding: 0;
}

.g-collapsible > ul li {
	line-height: 40px;
}

.g-collapsible > ul > li > a {
	font-size: 14px;
	font-weight: bold;
}

.g-collapsible > ul > li a {
	cursor: pointer;
}

.g-collapsible > ul > li  ul li a {
	font-size: 13px;
}

.g-collapsible > ul > li > ul li a {

}

.g-collapsible > ul > li > ul > li ul li {
	padding-left: 20px;
}

.g-collapsible > ul > li > ul > li > a {
	padding-left: 0px;
}

.g-collapsible > ul > li.parent, .g-collapsible > ul > li ul li.parent {
	border-top: 1px solid #f0f0f0;
}

.g-collapsible > ul > li.with-space {
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}

.g-collapsible li.without-space {
	border-top: 0px !important;
	border-bottom: 0px !important;
}

.g-collapsible > ul > li ul li.active > a {
	border-bottom: 1px solid #f0f0f0;
}

/*transitions in teaser-box-group */
.teaser-box-group {
  -webkit-transition: margin 0.5s;
     -moz-transition: margin 0.5s;
      -ms-transition: margin 0.5s;
       -o-transition: margin 0.5s;
          transition: margin 0.5s;
}
.teaser-box-group-trans {
    /*width:0!important;*/
/*    position:fixed;
    left:50%!important;
    top:50%;*/
    margin-left:1000px;
    margin-right:1000px;
}

.main-section {
	padding-top: 30px;
	padding-bottom:30px;
}

.sep {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

/*Badge radios*/
.badge-radios li {
    display: inline-block;
}
ul.badge-radios {
    padding: 0;
}

/*.badge-radios .badge {
    color: #0981c4;
    border: 1px solid #ddd;
    font-weight: bold;
    font-size: 12px;
    padding: 7px 10px 6px 10px;
    border-radius: 20px;
    margin: 0 5px 5px 0;
    cursor:pointer;
    background:#fff;
}*/ /* Panos: commented out the top and added below because of issue 15039 */

.badge-radios .badge {
color: #0981c4;
border: 1px solid #ddd;
font-size: 12px;
padding: 7px 0;
border-radius: 20px;
margin: 0 4px 5px 0;
cursor: pointer;
background: #fff;
font-size: 16px;
font-weight: normal;
width: 75px;
height: 32px;
}
.badge-radios .badge:hover {
	background: #dce4ea;
}
.badge-radios > li.selected .badge {
    background: #0A81C5!important;
    color: #fff;
    border: 1px solid #0A81C5;
}


.product-memory-options .disabled .badge {
	opacity: 0.4;
	filter: alpha(opacity=40);
}


/* cross selling items - cart */
.cross-sell-item {
width: 180px;
padding: 0 20px;
height: 280px;
margin-top: 20px;
}


.cross-sell-image{
	text-align: left;
}

/* eo cross selling items - cart */


/*Popovers*/
/*Popovers*/
.popover-title {
    background: none;
    border: none;
    padding-bottom: 0;
    font-weight: bold;
}
.popover {
    border: none;
    border-radius: 0;
}


/*Light blue colors*/
.popover.light-blue {
    background:#0A81C5;
    color:#fff
}
.popover.light-blue p {
    color: #fff;
}
.popover.top.light-blue .arrow:after {
    border-top-color:#0A81C5!important;
}

/*dark blue colors*/
.popover.dark-blue {
    background:#003a63;
    color:#fff
}
.popover.dark-blue p {
    color: #fff;
}
.popover.top.dark-blue .arrow:after {
    border-top-color:#0A81C5!important;
}

/*Light grey colors*/
.popover.light-grey {
    background:#f5f7f9;
    color:#003a63;
}
.popover.light-grey p {
    color:#003a63;
}
.popover.top.light-grey .arrow:after {
    border-top-color:#f5f7f9!important;
}

.popover.left.light-grey .arrow:after {
    border-left-color:#f5f7f9!important;
}

.popover.right.light-grey .arrow:after {
    border-right-color:#f5f7f9!important;
}


/*popover orange*/
.popover.orange {
    background-color:#ef953d;
    color:#ffffff;
}

.popover.top.orange .arrow:after {
    border-top-color:#ef953d!important;
}

.popover.right.orange .arrow:after {
    border-right-color:#ef953d!important;
}

/*popover red*/
.popover.red {
    background-color:#ef3e42;
    color:#ffffff;
}

.popover.top.red .arrow:after {
    border-top-color:#ef3e42!important;
}

.popover.right.red .arrow:after {
    border-right-color:#ef3e42!important;
}

/*popover green*/
.popover.green {
    background-color:#89c409;
    color:#ffffff;
}

.popover.top.green .arrow:after {
    border-top-color:#89c409!important;
}

.popover.right.green .arrow:after {
    border-right-color:#89c409!important;
}


/*popover right blue*/
.popover.light-blue .arrow:after {
    border-top-color:transparent!important;
}

.popover.right.light-blue .arrow:after {
    border-right-color: #0A81C5!important;
}

/*popover right dark-blue*/
.popover.dark-blue .arrow:after {
    border-top-color:transparent!important;
}

.popover.right.dark-blue .arrow:after {
    border-right-color: #003a63!important;
}



/*Banner slider  owl carousel*/
.banner-slider {
	position:relative;
}
.banner-slider-item {
    min-height: 460px;
}
[data-slide-link]{
	cursor:pointer;
}

.banner-slider-item h2,
.banner-slider-item h3,
.banner-slider-item p {
	padding:0;
	color:#fff;
	text-shadow:0 1px 2px rgba(0, 0, 0, .6);
	margin-bottom:30px;
}
.banner-slider-item h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 26px;
}
.banner-slider-item h3 {
    font-size: 40px;
    font-weight: lighter!important;
    line-height: 40px;
}
.banner-slider-item p {
    font-size: 18px;
    margin-bottom:5px;
}

.banner-slider-cta {
margin: 50px 0;
}

.banner-slider-text {
height: 305px;
padding-top: 60px;
}

.banner-slider-item .cta-link {
	margin-left:30px;
	margin-top:10px;
}
.banner-slider-item .btn {
	height:auto;
	line-height:23px;

}
.banner-slider .controls.previous {
	background: url('../images/ui-specific-icons.png') no-repeat -10px -2325px;
}
.banner-slider .controls.next {
	background: url('../images/ui-specific-icons.png') no-repeat -90px -2325px;
}
.banner-slider .controls.previous:hover {
	background: url('../images/ui-specific-icons.png') no-repeat -10px -2405px;
}
.banner-slider .controls.next:hover {
	background: url('../images/ui-specific-icons.png') no-repeat -90px -2405px;
}
.banner-slider .controls {
	width: 66px;
	height: 62px;
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -30px;
}
.banner-slider .controls.previous {
left: 50%;
margin-left: -685px;
}
.banner-slider .controls.next {
right: 50%;
margin-right: -685px;
}
.owl-page span{
    border: 5px solid #003a63;
    width: 20px!important;
    height: 20px!important;
    border-radius: 50%;
    background: #0981c4!important;
    margin: 0px!important;
    opacity:1!important;
    margin:2px!important;
}
.owl-page.active span {
    background:#fff!important;
}
div.owl-controls {
text-align: left;
position: absolute;
width: 300px;
left: 50%;
margin-left: -605px;
bottom: 55px;
z-index: 0;
}
div.owl-controls.clickable {
    text-align: left;
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -580px;
    bottom: 60px;
    z-index: 0;
}
.banner-slider .cta-btn {
	display: inline-block;
	line-height: 45px;
	padding: 3px 5px;
	padding-left: 11px;
}
.icon-right-lightblue {
	width: 46px;
	height: 46px;
	display: inline-block;
	background: url('../images/ui-specific-icons.png') no-repeat -540px -2434px;
}


.white-link {
	color:#fff;
}

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

/*** MY CART TABLE ***/
/*table.my-cart-products {
	width: 100%;
	background: #f5f7f9;
}
*/

table.my-cart-products {
width: 910px;
background: #f5f7f9;
}

table.my-cart-products.border-top {
	border-top: 1px solid #dee4ea;
}

table.my-cart-products thead th {
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	font-weight: normal;
	font-size: 13px;
	border-bottom: 3px solid #dee4ea;
}

table.my-cart-products thead th.qty {
	width: 90px;
}

table.my-cart-products thead th.productlist {
	padding-left: 5px;
}

table.my-cart-products .productlist,
table.my-cart-products .qty {
	background: #fff;
}

table.my-cart-products.nobg .productlist,
table.my-cart-products.nobg .qty {
	background: transparent;
}

table.my-cart-products thead th.pprice,
table.my-cart-products tbody td.pprice {
	text-align: right;
	width: 160px;
	min-width: 150px;
}
table.my-cart-products tbody td.pprice {
font-size: 16px;
font-weight: bold;
}


table.my-cart-products tbody td {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

table.my-cart-products tbody td.productlist {
padding-left: 5px;
padding-bottom: 5px;
}


table.my-cart-products tbody td.subproduct {
	border-top: 1px solid #e5ebef;
	padding-left: 0px;
}

table.my-cart-products tbody td.subproduct.padding {
	padding-left: 60px;
}

table.my-cart-products tbody td.pprice.subproduct {
	border-top: 0px;
}

table.my-cart-products tbody td.subproduct .product-image {
	margin-right: 15px;
}

table.my-cart-products th.productlist,
table.my-cart-products td.productlist {
	border-right: 1px solid #e5ebef;
}


table.my-cart-products tr:not(first-child) td {
	border-top: 3px solid #e5ebef;
}

table.my-cart-products tr:not(first-child) td:last-child {
	border: none;
}

table.my-cart-products td.price-cart-item {
	border-bottom: 3px solid #e5ebef!important;
}

table.my-cart-products tr:not(first-child) td.pprice {
border-top: 3px solid #e5ebef;
}


table.my-cart-products tr:not(first-child) td {}


table.my-cart-products tbody td.qty {
vertical-align: top;
padding: 13px;
}
table.my-cart-products tbody td.pprice {
	text-align: right;
	vertical-align: top;
}

table.my-cart-products tbody td.pprice .before-discount {
	color: #ef3e42;
	text-decoration: line-through;
}

table.my-cart-products div.product-type {
	color: #889BAE;
	font-size: 12px;
	font-weight: 300;
}

table.my-cart-products span.free {
	color: #d05146;
	margin-right: 10px;
}

table.my-cart-products h4.product-title {
	padding-left: 0px;
	font-size: 16px;
}

table.my-cart-products div.product-description {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 25px;
}

table.my-cart-products div.germanos-offer {
	color: #d05146;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.my-cart-products td.totals-labels {
	text-align: right;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

table.my-cart-products td.totals-labels table {
	float: right;
}


table.my-cart-products td.totals-labels table td {
	border-top: 1px solid #e5ebef;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}

table.my-cart-products td.totals-labels table tr:first-child td {
	border-top: 0px;
}

table.my-cart-products td.totals-labels {
	border-right: 0px !important;
}

table.my-cart-products td.totals-labels table td.pprice {
	font-size: 16px;
	font-weight: bold;
}

table.my-cart-products td.totals-labels table td.pprice.discount {
	color: #d05146;
}

table.my-cart-products td.totals-labels table td.pprice.grandtotal {
	font-size: 22px;
}

table.my-cart-products td div.you-win {
	margin-top: 10px;
	font-weight: bold;
}

table.my-cart-products tbody td.productlist.product-options {
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 5px;
	background: #f5f7f9;
}

div.accessories-item {
	height: 200px;
	width: 200px;
}

.qty-select-widget .ttl {
	color: #889BAE;
	font-size: 12px;
	font-weight: 300;
	line-height: 30px;
}

.qty-select-widget .widget {
	border: 1px solid #b2c4d0;
	border-radius: 15px;
	padding: 3px;
	margin-left: 10px;
	background: #e5ebef;
}

.qty-select-widget .widget:hover {
	background: #ffffff;
}

.qty-select-widget .widget i {
    background-color:#0981c4;
    color:#ffffff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    cursor: pointer;
}

.qty-select-widget .widget i.inactive {
	opacity: 0.4;
}

.qty-select-widget .widget i:hover {
    opacity:0.8
}

.qty-select-widget .widget .widget-value {
	margin-left: 8px;
	margin-right: 8px;
	font-weight: bold;
}

/*Multiple slider + Product teaser grid slider (with group selector)*/
.slider-multiple,
.gslider-with-controls {
	position:relative;
}

.slider-multiple .controls.next,
.gslider-with-controls .controls.next {
	background: url('../images/ui-specific-icons.png') no-repeat -538px -2312px;
}
.slider-multiple .controls.next:hover,
.gslider-with-controls .controls.next:hover  {
	background: url('../images/ui-specific-icons.png') no-repeat -538px -2432px;
}
.slider-multiple .controls.previous,
.gslider-with-controls .controls.previous {
	background: url('../images/ui-specific-icons.png') no-repeat -477px -2312px;
}
.slider-multiple .controls.previous:hover,
.gslider-with-controls .controls.previous:hover {
	background: url('../images/ui-specific-icons.png') no-repeat -477px -2433px;
}

.hub-promoted-offers .controls.previous {
background: url('../images/ui-specific-icons.png') no-repeat -477px -2375px;
}
.hub-promoted-offers .controls.next {
	background: url('../images/ui-specific-icons.png') no-repeat -538px -2375px;
}


.slider-multiple .controls,
.gslider-with-controls .controls {
	width: 50px;
	height: 50px;
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -70px;
}
.gslider-with-controls  .controls{
	margin-top:-25px;
}
.slider-multiple .controls.previous,
.gslider-with-controls .controls.previous {
    left: -50px;
}
.slider-multiple .controls.next,
.gslider-with-controls .controls.next {
    right: -50px;
}

.product-grid-slider > a.controls.next {
	right: -35px!important;
}

.slider-group-selector.open .dd-select {
background: #0981c4!important;
}

.slider-group-selector.open .dd-select label {
color: #fff!important;
}


.slider-group-selector .dd-select:hover {
border-radius: 50px!important;
padding: 0;
line-height: 4px;
background: #E9F1F4!important;
padding-top: 4px;
border: none!important;
margin-bottom: 10px;
display: inline-block;
width: 240px!important;
}

.slider-group-selector .dd-select {
	border-radius: 50px!important;
	padding: 0;
	line-height: 4px;
	padding-top: 4px;
	border: none!important;
	margin-bottom: 10px;
	display: inline-block;
	width: 240px!important;

}
.slider-group-selector .dd-selected {
	border: none;
}
.slider-group-selector ul.dd-options.dd-click-off-close li a  label{
color: #fff!important;
}

.slider-group-selector ul.dd-options.dd-click-off-close li a{
background: #0981c4!important;
color: #fff!important;
}
.slider-group-selector ul.dd-options.dd-click-off-close li a:hover{
background: #003a63!important;
}
.slider-group-selector label.dd-selected-text {
    font-size: 21px;
    padding-left: 10px;
    color: #0981c4;
}
.slider-group-selector .dd-pointer.dd-pointer-down {
	padding: 11px;
	margin-top: -12px;
	background: url('../images/ui-specific-icons.png') no-repeat -203px -2063px;
	border: none!important;
	border-radius: 50%;
}

.slider-group-selector {
    margin-top: 20px;
    display: inline-block;
    margin-left: 20px;
}

.gslider-pager {
    position: relative;
    background: #EBF0F3;
    padding: 15px;
    border-top:1px solid #e5ebef;
}
.pager-content {
    background: #D9E2E9;
    width: 160px;
    height: 50px;
    border-radius: 100px;
    margin: 0 auto;
    position: relative;
}


.gslider-with-pager .controls.next {
    background: url('../images/ui-specific-icons.png') no-repeat -538px -2372px;
}
.gslider-with-pager .controls.next:hover  {
    background: url('../images/ui-specific-icons.png') no-repeat -538px -2432px;
}
.gslider-with-pager .controls.previous {
    background: url('../images/ui-specific-icons.png') no-repeat -477px -2372px;
}
.gslider-with-pager .controls.previous:hover {
    background: url('../images/ui-specific-icons.png') no-repeat -477px -2433px;
}

.gslider-with-pager .controls {
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
}
.gslider-with-pager  .controls{
    margin-top: 0;
}

.gslider-with-pager .controls.previous {
    left:0;
}

.gslider-with-pager .controls.next {
    right:0;
}

.gslider .pager-indicator {
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -10px;
}



/*login popup*/
.login-popup-content h5 {
color: #fff;
}
.login-popup-overlay {
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background:#000;
    opacity:0.6;
    display:none;
    z-index: 999999;
}

.login-popup-inner-wrapper {
    width: 360px;
    position:fixed;
    left:50%;
    margin-left:-180px;
    height:210px;
    top:100px;
    display:none;
    z-index: 99999999;
}
.login-popup-inner-wrapper a {
    color:#fff;
    margin-bottom:10px;
}
.login-popup-inner-wrapper input {
    background:#fff;
}
.login-popup-content {
    padding: 25px 60px 10px;
    background: #0A81C5;
    color: #fff;
    text-align:center;
    min-height: 330px;
}
.login-popup-content .icon-user {
    font-size:20px;
}
.login-popup-content .form-group.remember-me {
    text-align:left;
}


.login-popup-content .form-group.remember-me label {
    color:#fff;
}
.login-popup-footer {
	background: #003A62;
	padding: 25px 60px;
	width: 100%;
	bottom: 10px;
	border-bottom: 10px solid #0A81C5;
}
.login-popup-inner-wrapper {
height: 505px;
background: #0A81C5;
}
.login-popup-container {
    display:none;
}
.login-popup-container.open,
.login-popup-container.open .login-popup-overlay,
.login-popup-container.open .login-popup-inner-wrapper{
    display:block;
}

.iradio_flat-blue {
    background-color: #fff;
    border-radius: 10px;
}
.iradio_flat-blue.checked {
	background:url(../images/blue-icheck.png) no-repeat -110px 0px transparent!important;
}
.login-popup-content .icheckbox_flat-blue{
    background-color: #fff;
    border-radius: 0;
}


/** top 10 best sellers **/

.top10-product .product-description {
    color: #7f9cb1;
}


.top10-rest .top10-product.product-thumb h6 {
font-weight: normal;
}

.top10-product .cta ,
.top10-product .rate-it ,
.top10-product .product-color-options ,
.top10-product .product-promotions{
	display: none!important;
}

.top10-product .product-image-container {
padding: 22px 0 0 20px;
min-height: 260px;
}
.top10-product.top10-1 {
border-top: 1px solid #e5ebef;
padding-top: 10px;
}

.top10-product .product-teaser .product-info-container {
border-top: none;
margin: 0;
}
.top10-1 .top10-counter {
font-size: 32px;
padding: 13px;
width: 50px;
height: 50px;
text-align: center;
}

.top10-product:hover .top10-counter {
color: #003a63;
border: 2px solid;
}
.top10-counter {
border: 1px solid #ebf0f3;
border-radius: 100px;
position: absolute;
margin-left: -20px;
font-size: 14px;
color: #7f9cb1;
width: 30px;
height: 30px;
text-align: center;
padding-top: 3px;
}

.top10-products-sidebar {
margin-top: 20px;
}

.top10-products-sidebar .top10-product {
border-top: 1px solid #e5ebef;
padding-top: 20px;
margin-top: 20px;
}

.top10-products-sidebar .top10-counter {
margin-left: 5px;
font-size: 14px;
padding: 5px 10px;
z-index: 1000;
background-color: #fff;
margin-top: -10px;
}
.top10-rest {
border-bottom: 1px solid #e5ebef;
}

.top10-rest .top10-product.product-thumb {
    float: left;
    width: 290px;
    border-top: 1px solid #e5ebef;
    margin: 0 10px;
    padding: 15px;
}
/** top 10 **/





/*Slideshow with vertical tabs Example 00_templates/hub-promoted-teaser-boxes-vertical-slideshow.tpl.html*/
.vertical-tabs {
    position: absolute;
    top: 0;
    right: 0;
    width: 305px;
    margin-right: 15px;
}
.vertical-tabs .vertical-tab {
    background: #003A62;
    display: block;
    text-decoration: none;
    padding: 15px 20px;
    margin-left: 0;
    margin-right: 0;
    height: 93px;
    color: #8CA5B7;
    border-bottom: 1px solid #8CA5B7;
    cursor: pointer;
}
.vertical-tabs .vertical-tab:last-child {
    border-bottom:none;
}
.vertical-tabs .vertical-tab:hover {
    color: #fff;
}
.vertical-tabs .vertical-tab.active {
    color: #fff;
    background: #0A81C5;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 30px;
    padding-right: 30px;
}

.vertical-tab h6 {
    margin: 0;
}

.sub-hub .vertical-tab h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.sub-hub .teaser-text > p {
    color: inherit;
}

.sub-hub .vertical-tabs ul.list-unstyled {
    background: #003a62;
    height: 280px;
}

.side-banner {
background-color: #ebf0f3;
padding: 10px;
margin-bottom: 20px;
}

.side-banner .text {
padding: 20px;
font-size: 16px;
}



/** product-full-story related sidebar **/
.fbconnect {
background: url("../images/fbconnect-bkg.jpg") no-repeat #ebf0f3;
height: 365px;
padding: 150px 20px;
margin-bottom: 20px;
background-position: 7px;
margin-top: -60px;
}

.btn-fb {
	width:100%;
	margin-top:20px;
}

.fbtext { text-align: center;}

.fbconnect .help-text{
    font-size: 12px;
    margin-top: 20px;
}

.similar-products {
    border-top: 1px solid #e5ebef;
    padding-top: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #e5ebef;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.similar-product{
    border-top: 1px solid #dce4ea;
    padding-top: 20px;
    margin-top: 20px;
}
.top10-product a, .similar-product a {
    opacity: 0.8;
}

.product-thumb .info h6 {
    font-weight: normal;
	font-size: 16px;
	padding: 0;
}

.product-thumb .info {
	float: left;
	width: 170px;
}
.product-thumb .image {
    float: left;
}

.product-thumb .description {
    height: 35px;
    overflow: hidden;
    color: #7f9cb1;
    font-size: 12px;
    line-height: 16px;
}
.product-thumb .price {
font-size: 18px;
font-weight: bold;
}

.product-thumb .price {
font-size: 16px;
font-weight: bold;
}

.product-thumb .price .strikethrough {
	font-size: 14px;
	text-decoration: line-through;
}
/** product-full-story related sidebar **/


/** buy bundle block **/

.buy-bundle .bundle-title {
    float: left;
    width: 165px;
}
.buy-bundle .bundle-products {
    float: left;
    width: 735px;
}
.buy-bundle .bundle-cta {
    float: right;
    width: 300px;
}

.buy-bundle ul li{
    height: 105px;
}
.buy-bundle-cta{
    min-width: 300px;
}

.buy-bundle-cta .special-price {
	color: #ef3e42;
	font-size: 28px;
}
.buy-bundle-cta .strikethrough {
	text-decoration: line-through;
	font-size: 18px;
}

.buy-bundle-cta .btn {
    width: 250px;
}

.buy-bundle h3, .buy-bundle h5 {
        color: #7f9cb1;
        padding: 0;

}
.buy-bundle .main-product {
position: relative;
}
.buy-bundle .offer-plus-icon {
background: url('../images/ui-specific-icons.png') 981px -2138px;
top: 30px;
right: 50%;
margin-right: -5px;
}

.history-management-block p {
    padding-top: 45px;

}

.buy-bundle .container {
    border-bottom: 1px solid #e5ebef;
    padding: 20px;
}
/** buy bundle block **/


/** title with share **/

.title.clearfix {
	border-bottom: 1px solid #e5ebef;
}

.title .share {
	padding-top: 25px;
	display: block;
	clear: both;
	height: 40px;
	font-weight: normal;
	font-size: 14px;
}
.title .share-icons > div {
	color: #0882C3!important;
	background: #fff!important;
}

/** messagebox **/

.messagebox {
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5ebef;
    font-size: 16px;
}
.messagebox .primary-message {
    font-size: 24px;
    margin-bottom: 10px;
}

.muted {
	color: #889bb0;
}

/******************/
/** offers      ***/
.offer-anonymous {
	padding: 20px;
	background-color:#f5f7f9;
}
.offer-anonymous h2, .offer-anonymous .sidebar-content  {
	padding-left: 0;
	margin-top: 0;
}

.offer-management .form-section {
    border-top: 1px solid #dce4ea;
    padding-top: 20px;
    margin-top: 20px;
    padding-left: 20px;
}
.offer-management .form-section p{
	color:#7f9cb1;
}
.offer-management .form-section.buttons{
	padding-left: 0
}

/*****************/
/** wishlists  **/


.wishlist-management label.radio-inline {
    margin: 10px 0;
}
.wishlist-address-fields {
    border-left: 1px solid #dce4ea;
}
.wishlist-accept-terms {
    background: #f5f7f9;
    padding: 20px;
    color: #dce4ea;
}
.wishlist-management .inner {
    border-top: 1px solid #dce4ea;
    padding-top: 20px;
}
.wishlist-info {
    border-bottom : 1px solid #dce4ea;
    margin-bottom: 20px;
}

.wishlist-info .form-group.control-group.col-xs-3 {
padding: 0;
}

.list-actions .delete {
    color: red;
}


ul.wishlist-menu.list-group {
margin: 0;
}
.button-help-text {
margin-top: 10px;
margin-bottom: 10px;
font-size: 12px;
}
.grey{
    color:#7f9cb1;
}

ul.wishlist-cta {
    margin: 0;
    padding: 20px 10px 10px 10px;
    list-style: none;
    background-color: #f5f7f9;
    border-top: 1px solid #dce4ea;
}
ul.wishlist-cta li {
    margin-bottom: 10px;
}

.sidebar-content{
    padding-left: 20px;
}
.sidebar-block{
    margin-bottom: 20px;
}
.list-group-item .number-of-items{
    background: none;
    color: #0981c4;
    font-weight: normal;
}
.list-group-item.active .number-of-items{
    background: none;
     color:#fff;
}
.list-group-item.active a{
    color:#fff;
}

.list-group-item.active li a{
    color:#0981c4;
}

.list-group-item:hover {
    background-color: #f5f7f9;
}
.list-group-item{
    padding:20px 0;
    border-left: none;
    border-right: none;
}
.list-group-item a{
    padding-left: 20px;
    font-weight: bold;
}
li.list-group-item.active, .list-group-item:last-child, .list-group-item:first-child  {
border-radius: 0;

}

.list-group-item ul.list-group {
    display: none;
}
.list-group-item:hover ul.list-group, пїЅпїЅпїЅпїЅпїЅпїЅ.active ul.list-group {
    display: block;
}

.list-group-item:hover .right-pointer, .active .right-pointer {
display: block;
}
.right-pointer {
display: none;
float: right;
padding-right: 20px;
font-weight: bold;
}

.right-light-blue-pointer-with-circle {
background: url('../images/ui-specific-icons.png') no-repeat -226px -2049px;
padding: 10px;
width: 10px;
border-radius: 15px;
}


/** wishlist sidebar **/

/** myaccount - wishlist **/

.actionbar.clearfix {
margin-bottom: 20px;
}



/** myaccount - wishlist **/


.shopping-cart-bkg {
background: url('../images/ui-specific-icons.png') no-repeat -48px -2802px;
padding: 110px;
position: absolute;
left: 50%;
margin-left: -110px;
opacity: 0.1;
}



/*Best fit sidebar (fixed)*/
.best-fit {
    background: #0773B1;
    position:fixed;
    top: 140px;
    right:-3px;
    bottom: auto;
    width:0;
    z-index: 9999;
    min-height: 270px;
    border-left:5px solid #0A81C5;
}

.best-fit.open {
    width:300px;
}
.best-fit-container {
    height:100%;
    width:100%;
    position:relative;
}
.best-fit-content {
/*    padding:20px;
    z-index: 999;
    height: 640px;
    top: 50%;
    position: absolute;
    margin-top: -320px;*/
    /*max-height:600px;*/ /*comment out because of issue: 16326 .3;*/
    overflow-y:auto;

}


.best-fit-toggle-btn {
position: absolute;
top: 0;
left: -53px;
padding: 20px 5px;
width: 50px;
height: 220px;
text-align: center;
cursor: pointer;
z-index: 1000;
}

.best-fit-toggle-btn button {
    display: block;
    background: none;
    height: 150px;
    text-align: center;
}
.best-fit-toggle-btn .text {
    background: url('../images/best-fit-toggle.png') no-repeat 6px 0;
    height: 50px;
    margin-top: 10px!important;
    min-height: 162px;
    display: block;
}
.best-fit-toggle-btn:hover {
    /*opacity: 0.9; commented out - review requests*/
}
.best-fit-toggle-btn .text{
    display: block;
}
.best-fit .toggle-icon {
	width: 23px;
	height: 20px;
	display: block;
	padding: 0;
	background: url('../images/ui-specific-icons.png') no-repeat -482px -2049px transparent;
	cursor: pointer;
	padding: 10px;
	margin-left: 11px;
}
.best-fit.open .best-fit-toggle-btn .toggle-icon {
background: url('../images/ui-specific-icons.png') no-repeat -528px -2049px transparent;
border-radius: 100px;
}


.best-fit .accordion-item-toggle {
    display: block;
    border-bottom: 1px solid #0981c4;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    border-radius: 0;
    background: #0773B1;
}
.best-fit .accordion-item-toggle:hover {
    color: #fff;
}
.best-fit .accordion-item-toggle .accordion-icon {
    		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE 8 */
		filter: alpha(opacity=100);/* IE 5-7 */
		-moz-opacity: 1; /* Netscape */
		-khtml-opacity: 1;  /* Safari 1.x */
		opacity: 1;  /* Good browsers */

}
.best-fit .accordion-item-toggle.collapsed .accordion-icon {
    opacity: 0.3;
}
.best-fit .accordion-item-toggle:hover .accordion-icon {
    opacity:1;
}
.best-fit .accordion-title {
    font-size:13px;
    line-height:17px;
    /*width: 212px;*/
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.best-fit .accordion-icon {
    font-size:50px;
    padding-right:10px;
    display:inline-block;
}
.best-fit .accordion-icon * {
    margin-top: 2px;
    margin-left: 9px;
}
.best-fit .list-group {
    background: #0773B1;
    border-radius: 0;
}
.best-fit .accordion-item-inner {
    color: #fff;
    /*padding: 20px;*/
    border-bottom: 1px solid #0981c4;
    font-weight:bold;
}
.best-fit .accordion-item-inner > div {
    padding: 20px;
    padding-bottom: 0;
    color: #fff!important;
    border-bottom:1px solid #0981c4;
}
.best-fit .accordion-item-inner > div:last-child {
    padding-bottom: 20px;
}
.best-fit label {
    color: #fff;
    padding-bottom: 10px;
}
.best-fit .accordion-item-toggle .accordion-icon{
    text-align:center;
    min-width:60px;
}
.best-fit .accordion-item-toggle.smartphones .accordion-icon {
    padding-right:10px

}
.best-fit .accordion-item-toggle.tablets .accordion-icon {
    font-size: 40px;

}
.best-fit .accordion-item-toggle.tv .accordion-icon {
    font-size:30px;

}
.best-fit .accordion-item-toggle.laptops .accordion-icon {
    font-size:35px;

}

.compare-now-btn button {
height: 40px;
background: url('../images/button-bres.png') no-repeat;
font-size: 0;
}


/*Best fit section*/
.best-fit-filter-result-preview .right-icon {
    background:url('../images/ui-specific-icons.png') no-repeat -527px -2049px transparent;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    margin-left: 13px;
}

.best-fit-section-block .filter-block {
    position: relative;
    height: 285px;
    color: #fff;
    background: #0773b1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iIzA2NjU5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTZjYTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #087aba 3%, #0773b1 54%, #0981c4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(3%,#087aba), color-stop(54%,#0773b1), color-stop(100%,#0981c4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #087aba 3%,#0773b1 54%,#0981c4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #087aba 3%,#0773b1 54%,#0981c4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #087aba 3%,#0773b1 54%,#0981c4 100%); /* IE10+ */
    background: linear-gradient(to right,  #087aba 3%,#0773b1 54%,#0981c4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087aba', endColorstr='#0981c4',GradientType=1 ); /* IE6-8 */

}

.best-fit-section-block a,
.best-fit-section-block label{
    color: #fff;
}
.best-fit-section-block label {
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
}
.best-fit-section-block .clear-filter {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
}

.best-fit-section-block .filter-value {
    font-size: 30px;
    line-height:30px;
}
.best-fit-section-block .filter-add-value {
    font-size: 50px;
    display:none;
}
.best-fit-filter-result-preview {
	background: #003A62;
	padding: 30px;
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	line-height: 25px;
}
.best-fit-section-block .filter-add-value,
.best-fit-section-block .filter-value {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}
.best-fit-section-block .filter-add-value:hover,
.best-fit-section-block .filter-value:hover {
    opacity:0.8;
}
.best-fit-section-block .company .inner-form {
    background: #003A62;
    /*left: -10px;*/
    position: absolute;
    /*right: -10px;*/
/*    top: -20px;
    bottom: -20px;
*/    padding: 30px;
    display: none;
    text-align: left;
    z-index: 999;
    box-shadow: 2px 9px 12px -7px #000;
    overflow:auto;
}

.best-fit-section-block .inner-form {
    background: #003A62;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px;
    display:none;
    text-align:left;
}
div.best-fist-header {
    padding-left: 20px;
    max-width: 550px;
}
div.best-fist-header p {
    color: #7f9cb1;
}

.best-fit-section-block .filter-block:hover {
   opacity: 0.9;
}

.best-fit-filter-result-preview a {
   color: #fff;
   text-decoration: none;
}
/** info drawer **/


/*Info drawer sidebar (fixed)*/
.info-drawer {
    background: #0773B1;
    position:fixed;
    top: 20px;
    right:-3px;
    bottom: auto;
    width:0;
    z-index: 999;
    min-height: 270px;
    border-left:3px solid #0A81C5;
}

.info-drawer.open {
    width:300px;
}
.info-drawer-container {
    height:100%;
    width:100%;
    position:relative;
    border-left: 4px solid #0981c4;
}
.info-drawer-content {
/*    padding:20px;
    z-index: 999;
    height: 640px;
    top: 50%;
    position: absolute;
    margin-top: -320px;*/
    max-height:600px;
    overflow-y:auto;

}


.info-drawer-toggle-btn {
position: absolute;
top: 0;
left: -67px;
padding: 15px 7px;
width: 60px;
height: 60px;
text-align: center;
cursor: pointer;
}
.info-drawer-toggle-btn button {
    display: block;
    background: none;
    height: 150px;
    text-align: center;
}
.info-drawer-toggle-btn .text {
    background: url('../images/info-drawer-toggle.png') no-repeat 6px 0;
    height: 50px;
    margin-top: 10px!important;
    min-height: 162px;
    display: block;
}
.info-drawer-toggle-btn:hover {
    /*opacity: 0.9; commented out - review requests*/
}
.info-drawer-toggle-btn .text{
    display: block;
}
.info-drawer .toggle-icon {
width: 20px;
height: 20px;
display: block;
padding: 0;
cursor: pointer;
padding: 0;
border-radius: 50%;
margin-left: 13px;
font-size: larger;
color: #fff;
background: none!important;
}
/*.info-drawer.open .info-drawer-toggle-btn .toggle-icon {
    background:url('../images/ui-specific-icons.png') no-repeat -527px -2049px transparent
}*/
.darkblue-placeholder {
	height: 150px;
	width: 250px;
	background-color: #003a63;
	margin: 20px;
}
.info-drawer-text {
	padding: 20px;
	color: #fff;
	font-size: 12px;
}

.info-drawer .accordion-item-toggle {
    display: block;
    border-bottom: 1px solid #0981c4;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    border-radius: 0;
    background: #0773B1;
}

/* infor drawer */


.best-fit-toggle-btn.btn-light-blue:hover {
background: #003a63;
}

.comparison-toggle-btn:hover {
background: #003a63;
}


.slider-indicators-vertical {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 20px;
}

.best-fit-section-block .slider-indicators-vertical {
    position: absolute;
    top: 0;
    margin-top: -20px;
    right: 20px;
    bottom: 0;
    /*border: 1px solid;*/
    text-align: left;
    right: 0;
    min-width: 80px;
}

.slider-bottom-indicators-inner .amount-value.selected {
    font-weight: bold!important;
}

.slider-ui {
    position: relative;
}
.ui-slider-vertical {
    margin-left: 50%;
}

.ui-slider-vertical.ui-widget-content {
    height: 170px;
    width: 8px;
}

/** repair tracking **/
.form-repair-tracking label {
	color: #fff;
}
.repair-tracking .main-content {
    background: url('../images/repair-tracking-bkg.png') no-repeat transparent;
    height: 510px;
    padding-top: 40px;
}
.repair-tracking-info, .repair-tracking-info p{
    color: #fff;
}
.repair-tracking-info {
    width: 500px;
    margin: 0 50px;
}
.repair-tracking-wrapper {
	max-width: 300px;
	margin-left: 205px;
/* max-width: 275px;
margin-left: 215px; */
}
.courier-logo {
    text-align: right;
    position: absolute;
    top: -35px;
    right: 10px;
}

.repair-status {
color: #ef3e42;
font-size: 16px;
text-transform: uppercase;
}
.repair-tracking-results {
    padding: 40px 20px;
}
.repair-tracking .title {
font-size: 24px;
margin-bottom: 22px;
}

.repair-tracking .col-xs-4.pull-right {
    text-align: right;
}
.create-user-cta {
    position: relative;
    margin: 0 auto;
    padding: 0 50px;
}

.repair-row {

font-weight: bold;
margin-bottom: 20px;
}

.repair-ticket-label{
	color: #7f9cb1;
}

.repair-ticket .title{
    font-size: 20px;
}

.repair-ticket-info{
font-weight: bold;
font-size: 16px;
}

.repair-table h2,.repair-table h3,.repair-table h4,.repair-table h5,.repair-table h6{
padding: 0;
}
.repair-table{
    margin: 20px 0 10px 0;

}
td.repair-ticket-label{
	width: 150px;
}

span.repair-tracking-id {
    color: #7f9cb1;
}
.repair-table tr {
    border-bottom: 1px solid #EBF0F3;
}
table.repair-table {
    width: 100%;
}
.repair-table td, .repair-tableпїЅпїЅпїЅпїЅпїЅпїЅth {
    padding: 10px 0;
    font-size: 12px;
    font-weight: bold;
}

ul.privileges{
	padding:0px;
	margin:0px;
}

ul.privileges > li {
    margin-left: 15px;
}
.readOnlyQty .qty-select-widget .widget {
	background-color:#ffffff;
}
.readOnlyQty .fa.fa-minus.inactive,
.readOnlyQty .fa.fa-plus.inactive {
    cursor: default;
}
.repair-table th {
    padding-bottom: 10px;
}
/** repair tracking **/
/** order tracking **/
.order-tracking .main-content {
    background: url('../images/order-tracking-bkg.png') no-repeat scroll #ebf0f3;
    height: 512px;
    padding-top: 40px;
}
.order-tracking-info, .order-tracking-info p{
    color: #fff;
}
.order-tracking-info {
    width: 500px;
    margin: 0 50px;
}
.order-tracking-wrapper {
max-width: 300px;
margin-left: 205px;
}
.order-status {
    padding: 10px;
    background: #ef953d;
    width: 300px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    float: right;
    border-radius: 4px;
}
.order-tracking-results {
    background-color: #EBF0F3;
    padding: 40px;
}
.order-tracking .title {
    font-size: 22px;
    margin-bottom: 22px;
}
.order-tracking .col-xs-4.pull-right {
    text-align: right;
}
.create-user-cta {
    position: relative;
    margin: 0 auto;
    padding: 0 50px;
}

.order-ticket {
    padding: 40px 0;
    background-color: #fff;
    border-radius: 2px;
    margin: 20px 0;
    position: relative;
}
.order-row {
    padding: 10px 0;
    border-bottom: 1px dotted #dbe2e8;
    height: 40px;
}
.order-ticket .title{
    font-size: 20px;
}

.order-ticket-info{
font-weight: bold;
font-size: 16px;
}

.order-table.tracking-right {
	margin-top: 41px;
}

.order-tracking .description{
    margin: 20px 0 10px 0;

}

span.order-tracking-id {
    color: #ef953d;
}



/** order tracking **/

/** registration page **/

.info-box .arrow-left {
	width: 0;
	height: 0;
	border-right: 15px solid;
	border-top: 15px solid transparent;
	border-left: 15px solid transparent;
	display: block;
	border-bottom: 15px solid transparent;
	position: absolute;
	margin-left: -35px;
	color: #f2f5f7;
}


.info-box {
    right: 0;
    margin-right: -200px;
    border: 1px solid #f2f5f7;
    width: 185px;
    height: 185px;
    background-color: #f2f5f7;
    margin-top: -75px;
    float: right;
    padding: 10px;
    color: #003a63;
    /*font-weight:700;*/
}

.registration-form-header {
    background-color: #fff;
    padding: 10px 50px;
}
.registration-page .form-header {
    padding: 0 100px 40px 100px;
}

.registration-wrapper {
	background-color: #fff;
	padding: 20px 200px;
}

.registration-wrapper .inner{

	margin:0 auto;
}

.registration-wrapper .form-container {
    width: 60%;
    margin: 20px auto;
}

.separator {
    border-top: 1px solid #f1f1f1;
    margin-top: 40px;
    padding-top: 20px;
}

/** registration ty (thank you) **/

.registration-ty h3 {
    color: #9BB2C2;
    font-size: 20px;
    text-align: center;
    padding: 0;
}
.registration-ty .col-md-3.item {
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #9BB2C2;
    line-height: 24px;
}
.registration-ty a {
    font-weight: bold;
    font-size: 16px;
}
/** registration ty (thank you) **/

.checkout-footer h3 {
    padding: 0;
}

/** my germanos **/
.my-germanos-profile-section {
	padding: 40px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}

.my-germanos-profile-section.border {
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

.sub-my-germanos {
    background-color:#ebf0f3 !important;
    color:#003a63 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.my-germanos-profile-password-help {
	padding: 15px;
	border-left: 1px solid #dfdfdf;
}

#shipping-information-view.my-germanos-profile-section .tabs-left > .nav-tabs > li:last-child > a {
	padding-top: 10px;
	padding-bottom: 10px;
}

#shipping-information-view.my-germanos-profile-section .tabs-left .tab-pane.active {
	background: transparent;
}

#shipping-information-view.my-germanos-profile-section .tabs-left > .nav-tabs > li > a {
	border-right: 0px;
	border-top-color: #eee;
	font-weight: normal;
	color:#003a63;
	padding-right: 0px;
}

#shipping-information-view.my-germanos-profile-section .tabs-left > .nav-tabs > li i.default { color: #89c409; }

#shipping-information-view.my-germanos-profile-section .tabs-left > .nav-tabs > li span.main-address {
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #ddd;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	margin-top: -2px;
}

#shipping-information-view.my-germanos-profile-section .tabs-left > .nav-tabs > li span.main-address.active { background: #89c409; }

#shipping-information-view.my-germanos-profile-section .tabs-left > .nav-tabs > li > a.new-address {
	border-bottom: 0px;
	color: #0981c4;
	font-size: 12px;
	font-weight: bold;
}

#shipping-information-view.my-germanos-profile-section .tabs-left > .nav-tabs > li.active > a {
	color:#003a63 !important;
	font-weight: bold !important;
}

#shipping-information-view.my-germanos-profile-section .tabs-left ul.nav {
	width: 250px;
	float: left;
}

#shipping-information-view.my-germanos-profile-section .tabs-left ul.nav li.title,
#shipping-information-view.my-germanos-profile-section .tabs-left .tab-content .title {
    font-size: 15px;
    font-weight: normal;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

#shipping-information-view.my-germanos-profile-section .tabs-left .tab-content {
	margin-left: 40px;
	float: left;
	width: 500px;
}

#shipping-information-view.my-germanos-profile-section .tabs-left .tab-content .tab-pane {
	padding-left: 0px;
	border-top-color: #eee;
	padding-top: 10px;
	border-bottom: 0px;
	height: auto;
	min-height: 200px;
}

#shipping-information-view.my-germanos-profile-section .delete-address {
	position: absolute;
	top: -40px;
	right:0px;
	font-weight: bold;
	font-size: 14px;
}

#shipping-information-view.my-germanos-profile-section .delete-address i {
	font-size: 18px;
}

.control-group.password-validate.success input.form-control {
	border: 1px solid #89c409;
}

.pass-strength-wrapper {
	margin: 0;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	background: #afafaf;
	display: none;
}

.pass-strength-wrapper .col-verdict {
	font-size: 12px;
	width: 33%;
	float: left;
	margin: 0px;
}

.pass-strength-wrapper .col-progress {
	font-size: 12px;
	width: 60%;
	float: right;
	margin: 0px;
	margin-right: 16px;
}

#pass-verdict {
	text-indent: 16px;
}

#pass-progress-bar .progress {
	margin-bottom: 0px;
	height: 10px;
	margin-top: 5px;
	background-color: #6f6f6f;
	margin-bottom: 5px;
}

#pass-progress-bar .progress .progress-bar {
	background: #fff !important;
	border-radius: 5px;
}

.pass-strength-wrapper.verdict-level--1, .pass-strength-wrapper.verdict-level-0, .pass-strength-wrapper.verdict-level-1,
.pass-strength-wrapper.verdict-level-2, .pass-strength-wrapper.verdict-level-3, .pass-strength-wrapper.verdict-level-4 {
	display: block;
}

.pass-strength-wrapper.verdict-level--1 {
	background: #ff2b44;
	color: #fff;
}

.pass-strength-wrapper.verdict-level--1 #pass-progress-bar .progress {
	background-color: #ce334a;
}

.pass-strength-wrapper.verdict-level-0, .pass-strength-wrapper.verdict-level-1 {
	background: #fd914b;
	color: #fff;
}

.pass-strength-wrapper.verdict-level-0 #pass-progress-bar .progress,
.pass-strength-wrapper.verdict-level-1 #pass-progress-bar .progress {
	background-color: #c9804d;
}

.pass-strength-wrapper.verdict-level-2, .pass-strength-wrapper.verdict-level-3, .pass-strength-wrapper.verdict-level-4 {
	background: #7dc445;
	color: #fff;
}

.pass-strength-wrapper.verdict-level-2 #pass-progress-bar .progress,
.pass-strength-wrapper.verdict-level-3 #pass-progress-bar .progress,
.pass-strength-wrapper.verdict-level-4 #pass-progress-bar .progress {
	background-color: #60a845;
}

/** login **/

/*** forms **/

.error > input.form-control {
	color: inherit;
	color: #dd2323!important;
}
.control-group .form-control.error input, .error textarea {
	border-color: #dd2323!important;
	margin-bottom: 5px;
}

.control-group .form-control.error span.help, .control-group .form-control.error label {
	color: #dd2323;
}
/*** forms ***/


/*** LOGIN & GUEST WRAPPER ***/
.login-page .login-wrapper, .guest-wrapper {
background-color: #EBF0F3;
min-height: 370px;
width: 590px;
margin-top: 40px;
float: left;
display: inline-block;
}

.login-page .login-wrapper h1.title, .guest-wrapper h1.title {
	font-size: 22px;
	font-weight: normal;
	color: #244269;
	margin-top: 10px;
}

.login-page .login-wrapper span.help, .guest-wrapper span.help {
	font-size: 11px;
	color: #889bb0;
}

.login-page .login-wrapper .form-login, .guest-wrapper .form-login {
	width: 50%;
}

.login-page .login-wrapper label {
	color: #889bb0;
	font-size: 12px;
}

.login-page .login-wrapper input {
	border-radius: 0px;
	border-color: #4982c3;
	width: 50%;
}

.login-page .login-wrapper .form-password.error input {
	border-color: #dd2323;
	margin-bottom: 5px;
}

.login-page .login-wrapper .form-password.error span.help,
.login-page .login-wrapper .form-password.error label,
.login-page .login-wrapper .form-username.error label {
	color: #dd2323;
}


.login-page .login-wrapper .btn {
margin-top: 15px;
position: relative;
}
.login-page .login-wrapper .form-group:last-child {
	margin-bottom: 0px;
}


.login-page h2, .login-page h3 {
	padding: 0;
}

.forgot-action {
    position: absolute;
    left: 50%;
    margin-top: -30px;
    margin-left: 20px;
}
.forgot-action a{
    font-size: 12px;
 }

 .login-page .button-div {
    position: absolute;
    bottom: 0;
    margin-bottom: 15px;
    display: block;
    right: 20px;
}

.login-page .inner {
    min-height: 255px;
    width: 550px;
    border-bottom: 1px solid #fff;
}
/** login **/

/*Alerts*/
.alert.fixed {
    position: fixed;
    max-width: 400px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    border-radius: 0;
    box-shadow: 2px 10px 21px -8px #333;
    min-width:250px;

}
/*Alerts*/
.alert.choice.fixed {
    margin-left: -250px
}
.alert-danger.fixed {
    border:4px solid #CEB4B5;
    background:#FEEBED;
}
.alert-info.fixed {
    border:4px solid #B2C4D0;
    background:#E5F2FA;
}
.alert.fixed .btn {
	border: none;
	min-width: 100px;
	margin-top: 10px;
        margin-right: 20px;
}

.alert.fixed h4 {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    color:#174B6E;
    font-size:16px;
}
.alert.fixed .close {
   opacity:1;
}
.alert.fixed .close .icon-cancel-squared {
    color:#ED3F41;
    opacity:1!important;
}
.alert-danger.fixed .icon-attention {
    color:#ED3F41
}
.alert.fixed .btn-light-blue:hover {
    background:#3a9ad0;
}

.gChoiceButtonContainer {
    text-align: center;
}

/*Create bundle page*/
.product-bundle .product-price {
    text-align: left;
    margin-left:20px;
    margin-right:20px;
}
.product-bundle .info {
    margin-left:20px;
    margin-top:20px;
}
.bundle-chosen-items {
    padding:15px;
}
.product-bundle {
    border:none;
    display:inline-block;
    min-height: 100px;
    border-bottom:1px solid #e5ebef;
}
.bundle-chosen-items-container {
    border-bottom: 2px solid #ddd;
    margin-bottom:30px;
}
.bundle-chosen-items {
float: left;
display: inline-block;
width: 265px;
border-left: 1px solid #e5ebef;
min-height: 100%;
border-right: 1px solid #e5ebef;
margin-left: 20px;
padding-top: 0;
box-shadow: -2px 1px 16px -7px #333;
}

.product-bundle .images-container {
    bottom:auto;
    top:20px;
}
.bundle-chosen-items a.close-btn {
    float: right;
    margin-top: 20px;
    background-position-x: -48px;
}
.bundle-chosen-items .item {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom:15px;

}
.bundle-chosen-items .price {
    color: #ef3e42;
}
.product-fullstory .information-container {
    min-height: 600px;
    /*border-right:none;*/
    position: relative;
}

.product-fullstory.product-bundle .information-container{
	min-height: 440px;
}

.bundle-left-pane, .bundle-right-pane {
    float: left;
    display: inline-block;
    /*max-width: 915px*/
}
.bundle-left-pane {
    width:915px;
    border-left:1px solid #e5ebef;
    border-right: 1px solid #e5ebef;f
}
.bundle-right-pane {

}
.bundle-create-title {
    background: #0A81C5;
    padding: 10px;
    color: #fff;
    padding-bottom: 20px;
}
.standart-with-bundle .product-teaser-text {
    width: 620px;
}
.standart-with-bundle .product-image-container {
    height: auto;
    margin: 0;
    width:225px;
}
.standart-with-bundle .product-list-item {
    height: auto;
    border:none;
    border-bottom:1px solid #e5ebef;
}
.standart-with-bundle .product-badges.pull-left {
    border-left: 1px solid #e5ebef;
    height: 30px;
    padding-top: 8px;
}
.standart-with-bundle .product-list-item .product-info-container {
    border:none;
}
.standart-with-bundle-list {
    padding: 20px;
}

.bundle-left-pane .suggestion-item {
    border-left: 1px solid #e5ebef;
    padding-bottom: 20px;
    margin-bottom:0;
    margin-left:-1px;
}

.bundle-left-pane .product-action {
    margin-left: 20px;
    margin-top: 10px;
	text-align: left;
}

.bundle-left-pane .owl-carousel .owl-wrapper-outer {
    border-right:1px solid #fff;
    border-left:1px solid #fff;
}
.bundle-left-pane .product-list-item .product-features {
    height:auto;
}

.bundle-left-pane .product-action.disabled {
    color:#888;
    pointer-events: none;
    cursor: default;
}

.bundle-left-pane .product-action.disabled .btn .message-plus {
    color:#888;
}

.bundle-left-pane .product-action.disabled .btn .fa {
    color:#888;
}

/*Media modal iframe (popup from product-full story)*/

.mfp-bg {
z-index: 100247!important;
}

.mfp-wrap {
z-index: 100257!important;
}

.modal-frame {
	margin: 0;
	padding: 0;
}

.media-modal {
    max-width: 1200px;
    position: relative;
    margin:0;
    padding: 0;
    height:100%;
    overflow:hidden;
}
.media-modal-head {
	background-color: #fff;
}

.media-modal-large-items {
	margin: 0;
    float: left;
    min-width: 960px;
    text-align: center;
}
.media-thumbnails-container {
    float: right;
    width: 210px;
    background: #EBF0F3;
    padding-left: 16px;
    padding-top: 20px;
    height: 620px;
    position: relative;
    padding-bottom: 150px;
}
.media-thumbnails-container li {
    border: 2px solid #fff;
    height: 84px;
    margin-bottom: 10px;
    width: 84px;
}
.media-thumbnails-container li.active {
    border:2px solid #ef3e42;
}
.media-thumbnails-container ul {
    padding: 0;
}
.media-thumbnails-container .thumb-media {
    padding-top: 10px;
    border-top: 1px solid #e1e1e1;
    margin-right: 10px;
    position: absolute;
    left: 15px;
    bottom: 0;
}
/*        .media-modal .slideshow-item {
    height:600px;
    overflow:hidden;
}*/
.media-modal .mfp-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #ef3e42;
    color: #ffffff;
    width: 20px;
    height: 20px;
    line-height: 21px;
    font-size: 24px;
    border-radius: 2px;
}

.media-modal  .full-image.clearfix.slideshow-item {
    padding-top: 0;
}

.media-modal .slideshow-with-controls .controls.next {
    right: 220px;
}


/*Magnific popup iframe override*/
.mfp-iframe-holder .mfp-content {
    width:1200px!important;
    max-width:1200px!important;
    margin-bottom:100px!important;
}

.mfp-iframe-holder .mfp-close {
  background-color: #ef3e42;
  border-radius: 0;
  color: #ffffff !important;
  font-size: 24px;
  height: 20px;
  line-height: 21px;
  padding: 0 3px !important;
  position: absolute;
  right: 20px !important;
  top: 20px !important;
  width: 20px !important;
}

/*O2_SHOP*/

/*home-main*/
.promoted-product-teasers {
	background:#ebf0f3;
	padding-bottom:40px;
}




/*Isotope*/
.isotope-item {
    float:left!important;
    /*border:1px solid red;*/
    display:block;
    /*overflow:hidden;*/
    margin:10px!important;
    /*width:300px!important;*/
    /*margin:10!important;*/
}
.isotope-item .teaser-box-group {
    margin:0;
    display:block;
    overflow:hidden;
}
.isotope-item .teaser-box-group.teaser-box-group-2-rows,
.isotope-item .teaser-box-group.box-2-wide {
    width:584px;
    /*height:278px;*/

}
.isotope-item .teaser-box-group.box-1-wide {
    width:282px;
    height:280px;
}
.isotope {
    margin-left:-10px;
    margin-right:-10px;
}

.isotope-item .slideshow {
	height:580px;
	overflow: hidden;
}


/** DDSLICK SELECT BOXES **/
.dd-selected {
	max-height: 38px;
	border-bottom: 2px solid #e5ebef;
}

.dd-select {
	border-radius: 0px !important;
}

.ddslick.changed .dd-select {
    border:1px solid #0981c4;
}

.ddslick.changed .dd-select .dd-selected {
	border-bottom: 0px;
}

.ddslick a label, .ddslick a .label {
	color: #003a63;
}

a.dd-option:hover {
	background-color:#0981c4;
}

a.dd-option:hover label, a.dd-option:hover .label {
    color:#ffffff;
}

.small-ddslick-box {
	min-width: 120px;
}

.small-ddslick-box.inline {
	display: inline-block;
	padding-left: 20px;
	position: relative;
	bottom: -15px;
}

.box-relative {
	position: relative;
}


/*Driver downloads*/
/* // example in 00_templates/07_support_hub-driver-downloads.tpl.html */
.driver-downloads-wrapper {
    padding: 30px;
    border: 1px solid #e5e5e5;
}
.driver-downloads-wrapper form .btn {
    margin-top:26px;
    height: 39px;
}
.ddslick.disabled .dd-container {
    opacity: 0.3!important;
/*     z-index: -1!important; */
}
.driver-downloads-wrapper .ddslick label {
    color:#003a63;
}
.driver-downloads-wrapper label {
    color:#003a63;
}

.driver-downloads.search-results-info {
	padding: 20px;
}
ul.results-list {
	padding: 0;
	list-style:none;
}

ul.results-list li a{
	border-bottom: 1px dotted;
	line-height: 25px;
}

.support-hub-video-item.clearfix {
	margin-bottom: 20px;
	vertical-align: middle;
}

.search-results-info {
	margin-bottom: 40px;
	font-size: 14px;
}

.search-results-info.video-results-list .support-hub-video-item .title {
    padding-top: 20px;
}
.search-string {
    font-size: 22px;
    line-height: 30px;
    color: purple;
}
.advice.grey {
    margin: 20px 0;
}
.advice h6 {
    color: purple;
}


.result-item.clearfix a:hover, .result-item.clearfix a:hover h6 {
    color: #0981c4!important;
    text-decoration: none;
}
.result-item {
    color: #7f9cb1;
}
.result-item h6 {
    color: #003a63;
}

.result-item.clearfix a {
    color: inherit;
}
.result-item .search-string {
    font-size: 14px;
    display: inherit;
}
/**
*
* My Profile
*
**/

/*03_my_profile_c*/
.my-profile-container {
    margin-top:30px
}

.profile-personal-information,
.profile-main-content  {
    border:1px solid #ddd;
    padding:40px 60px;
}

.profile-cards-table td {
    font-weight:bold;
}
.profile-cards-table td input[type="password"] {
    font-size:16px;
    border:none;
}
.sub-menu.sub-my-germanos li {
    position:relative;
}
.sub-menu.sub-my-germanos li.active:after {
	content:'';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom:10px solid #ebf0f3 !important;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top:-30px;
}


/*my_account---04_my_profile_d*/
.profile-add-new-device .submit-search {
    margin-top:25px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:100%;
}


/** my account - history **/
.my-germanos-history-orders table {
	width: 100%;
	border-top: 1px solid #dbe2e8;
}

.my-germanos-history-orders table td,
.my-germanos-history-orders table th {
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.my-germanos-history-orders table th {
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-right: 33px;
	white-space: nowrap;
	text-align: right;
}

.my-germanos-history-orders table th:first-child {
text-align: left!important;
}

.my-germanos-history-orders table td.status-td .btn {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	min-width: 180px;
	height: auto;
}

.my-germanos-history-orders table td.total-td {
	font-weight: normal;
	font-size: 18px;
	white-space: nowrap;
}

.my-germanos-history-orders table td.total-td,
.my-germanos-history-orders table td.products-td,
.my-germanos-history-orders table td.details-td,
.my-germanos-history-orders table td.completion-td {
	text-align: right;
	white-space: nowrap;
}

.my-germanos-history-orders table td.products-td a {
	font-size: 20px;
}

.my-germanos-history-orders table td.completion-td {
	min-width: 200px;
}

.my-germanos-history-orders table td.datetime-td,
.my-germanos-history-orders table td.caseid-td {
	min-width: 160px;
}

.my-germanos-history-orders table td.type-td {
	min-width: 120px;
}

.my-germanos-history-orders table td.details-td a {
	font-weight: bold;
	font-size: 14px;
}

.my-germanos-history-orders table td.details-td a:hover {
	text-decoration: none;
}

.my-germanos-history-orders table td.details-td a .icon-right-open {
	background: url('../images/ui-specific-icons.png') no-repeat -225px -2047px;
	opacity: 0.4;
	font-size: 20px;
	width: 100px;
	height: 200px;
	text-indent: -9999px;
}
.my-germanos-history-orders table td.details-td a:hover i {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE 8 */
		filter: alpha(opacity=100);/* IE 5-7 */
		-moz-opacity: 1; /* Netscape */
		-khtml-opacity: 1;  /* Safari 1.x */
		opacity: 1;  /* Good browsers */

 }

.my-germanos-history-orders table td.total-td,
.my-germanos-history-orders table th.total-th {
	border-left: 1px solid #dbe2e8;
	border-right: 1px solid #dbe2e8;
}

.my-germanos-orders-view-products-popup table {
	border-top: 0px;
}

.my-germanos-orders-view-products-popup table th {
	background-image: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbe2e8;
}

.my-germanos-orders-view-products-popup table td,
.my-germanos-orders-view-products-popup table th {
	padding-left: 10px;
	padding-right: 10px;
	font-size:13px;
}
.my-germanos-orders-view-products-popup table .my-cart-total td {
    padding:20px 15px;
}

.my-germanos-orders-view-products-popup table td.product-info,
.my-germanos-orders-view-products-popup table td.product-info a {
	font-size: 12px;
}

.my-germanos-orders-view-products-popup table td.product-image,
.my-germanos-orders-view-products-popup table td.product-qty,
.my-germanos-orders-view-products-popup table td.product-price {
	vertical-align: top;
}

.my-germanos-orders-view-products-popup table td.product-image,
.my-germanos-orders-view-products-popup table td.product-qty,
.my-germanos-orders-view-products-popup table td.product-price,
.my-germanos-orders-view-products-popup table td.product-info {
	border-bottom: 1px solid #dbe2e8;
}

.my-germanos-orders-view-products-popup table td.product-price {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.my-germanos-orders-view-products-popup table td.product-price .strikethrough {
	font-size: 13px;
}

.my-germanos-orders-view-products-popup table td.product-info table.subproducts td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
}

.my-germanos-orders-view-products-popup table td.product-sep {
	padding: 0;
	width: 15px;
}

.popover.orders-view-products-popup {
	min-width: 600px;
}

.popover.orders-view-products-popup .popover-content { padding:0; }

.my-germanos-history-filters {
	margin-bottom: 10px;
}

.my-germanos-history-filters .row .filter-item {
	width: auto !important;
	padding-right: 10px;
	padding-left: 10px;
}

.my-germanos-history-filters .row .filter-item.filter-label {
	padding-right: 0px;
	padding-left: 20px;
}

.my-germanos-history-filters .row .filter-item:first-child {
	padding-left: 40px;
}

.my-devices-table th, .my-devices-table td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px solid #e5ebef;
}

/* my germanos history order view */
.my-germanos-orders-order {
	padding: 20px;
	padding-top: 10px;
}

.my-germanos-orders-order h3.btn-order-status{
	margin-top: 10px;
}

.btn-order-status .btn:hover {
    cursor: default;
    opacity: 1;
}

.border-top-3 {
	border-top: 3px solid #e5ebef;
}

.my-germanos-orders-order .courier-logo {
	top:-20px;
}

.my-germanos-orders-order .order-ticket {
	padding-top: 20px;
	border: 1px solid #ccd8e0;
	padding-bottom: 0px;
}

.my-germanos-orders-order .order-table.tracking-right {
	margin-top: 40px;
}

.my-germanos-orders-order h4.subtitle {
    color: #244269;
    padding: 0;
}

.order-ticket-more {
	border-top: 1px solid #e5ebef;
	margin-top: 20px;
}

.order-ticket-more .inner {
	padding: 20px;
}

.order-ticket-more .inner table td {
	/*padding-left: 10px;*/
	padding-right: 10px;
}

.order-ticket-more .inner table td,
.order-ticket-more .inner table th {
	border-bottom: 1px solid #e5ebef;
	padding-top: 10px;
	padding-bottom: 10px;
}

.order-ticket-more .inner table tr td:first-child {
	padding-left: 0px;
}

.order-ticket-more .inner table tr td:last-child {
	padding-right: 0px;
}

.order-ticket-more .inner table tr:last-child td {
	border-bottom: 0px;
}

.order-ticket-more .open-close {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	border-top: 1px solid #e5ebef;
}

.open-close a {
    padding-right: 10px;
}

.my-order-progress {
	margin-bottom: 20px;
	position: relative;
}

.my-order-progress.pickup {
	/* margin-bottom: 20px; */
	border-bottom: 2px solid #dce3ea;
	position: relative;
	padding-bottom: 25px;
    position: relative;
}

.my-order-progress .progress-item {
	float: left;
	width: 278px;
	text-align: right;
	opacity: 1;
}
.my-order-progress.standardDelivery .progress-item {
	width: 371px;
}
.my-order-progress.standardDelivery .checkout-step-1{
	width: auto;
}

.my-order-progress label {
	font-weight: normal;
	font-size: 12px;
}

.my-order-progress .icon {
	border: 4px solid #ccd8e0;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	background: #f5f7f9;
	text-align: center;
	line-height: 40px;
	font-size: 11px;
	float: right;
	z-index: 2;
	color: #fff;
	position: relative;
}

/*
.my-order-progress .icon:before {
	position:absolute;
	display:block;
	content:'';
	border:3px solid #01365e;
	height:100%;
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius:50%;
}
*/

.my-order-progress .icon i {
	line-height: 40px;
	font-size: 14px;
}

.my-order-progress .progress-item:not(.active) .icon *:not(span) {
	display: none;
}

.my-order-progress .progress-item.current .icon .progress-loading {
	opacity: 1;
	margin-left: 0px;
	margin-top: -2px;
}

.my-order-progress .progress-item.current .icon *:not(.progress-loading) {
	display: none;
}
.my-order-progress .progress-item.cancelled .icon .cancelled-state-icon ,
.my-order-progress .progress-item.returned .icon .cancelled-state-icon {
 opacity: 1;
 margin-left: -4px;
 margin-top: -5px;
}
.my-order-progress .progress-item.cancelled .icon *:not(.cancelled-state-icon),
.my-order-progress .progress-item.returned .icon *:not(.cancelled-state-icon) {
 display: none;
}

.my-order-progress .progress-item.completed .icon *:not(.fa-check) {
	display: none !important;
}

.my-order-progress .progress-item .line {
	height: 4px;
	position: relative;
	top:20px;
	left: 0;
	background: #ccd8e0;
	opacity: 0.78;
	z-index: 1;
}

.my-order-progress .progress-item.cancelled .line,
.my-order-progress .progress-item.completed .line,
.my-order-progress .progress-item.current .line {
	background: #89c409;
}

.my-order-progress .checkout-step-1 {
	width: auto;
	position: relative;
	padding-top: 45px;
}

.my-order-progress .checkout-step-1 label {
	text-align: left;
	position: absolute;
	left:0;
	top:0;
	max-width: 200px;
	width: 200px;
}

.my-order-progress .checkout-step-2 label {
	margin-right: -30px;
}

.my-order-progress .checkout-step-3 label {
	margin-right: -60px;
}

.my-order-progress .checkout-step-4 label {
	margin-right: -80px;
}

.my-order-progress .checkout-step-5:not(.active) .icon {
	background: #f5f7f9 url(../images/icon-truck.png) no-repeat center center;
}

.my-order-progress .checkout-step-2 label {

}

.my-order-progress .progress-item.active {
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE 8 */
		filter: alpha(opacity=100);/* IE 5-7 */
		-moz-opacity: 1; /* Netscape */
		-khtml-opacity: 1;  /* Safari 1.x */
		opacity: 1;  /* Good browsers */

}

.my-order-progress .progress-item.completed .icon {
	background: #89c409;
	border-color: #89c409;
}

.my-order-progress .progress-item.current .icon {
    background-color:#ef953d;
    color:#ffffff;
	border-color: #ef953d;
}

.my-order-progress .progress-item.current .icon {
/* background-color: #ef953d; */
/* color: #ffffff; */
/* border-color: #ef953d; */
border: none;
}

.dropdown-menu {
	font-size: 12px;

}

.results-sorting >ul.dropdown-menu.dropdown-select {
width: 100%;
font-size: 14px;
}

/*action bar*/
.navbar.action-bar .navbar-inner .dropdown-menu {
    min-width:220px;
}
.navbar.action-bar .navbar-inner .dropdown-menu.align-left {
    left: 0!important;
    right:auto!important;
}
.navbar.action-bar .navbar-inner .dropdown-menu.align-left:after,
.navbar.action-bar .navbar-inner .dropdown-menu.align-left:before{
    left:60px!important;
    right:auto;
}
.navbar.action-bar .navbar-inner .dropdown-menu > li > a {
    border-bottom: 1px solid #e5e5e5!important;
    padding-top:8px;
    padding-bottom:8px;
    margin-left:15px;
    margin-right:15px;
    font-size:14px;
}
.navbar.action-bar .navbar-inner .dropdown-menu.align-right {
    right: 0!important;
    left:auto!important;
}
.navbar.action-bar .navbar-inner .dropdown-menu.align-right:after,
.navbar.action-bar .navbar-inner .dropdown-menu.align-right:before{
    right:60px!important;
    left:auto;
}

.navbar.action-bar .navbar-inner .dropdown-menu li:last-child > a {
    border-bottom:1px solid #fff!important;
}

.navbar.action-bar .navbar-inner .dropdown-menu > li > a:hover {
    text-decoration: underline;
    background:url('../images/green-tick.png') no-repeat 97% 12px #fff
}
.navbar.action-bar .dropdown-menu > li > a.red {
    color:#ef3e42!important;
}

.action-bar .label {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-grey {
    background:#f2f5f7;
}
.navbar-grey .label {
    color:#003a63
}
.navbar-grey .navbar-nav > .open > a,
.navbar-grey .navbar-nav > .open > a:hover,
.navbar-grey .navbar-nav > .open > a:focus {
    background: #f2f5f7;
    text-decoration:underline;
}

.action-bar h4,
.action-bar h3,
.action-bar h5,
.action-bar h6 {
    color: #003a63;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    margin-left:-30px;
}




/*Dropdown select lists*/
.select-lists-dropdown-bar {
	background: #f4f8f9;
	z-index: 10;
	border: none;
}
.select-lists-dropdown-bar .dropdown-menu:after,
.select-lists-dropdown-bar .dropdown-menu:before {
    display:none;
}
.select-lists-dropdown-bar .dropdown-menu {
    left:0!important;
    right:0!important;
}
.select-lists-dropdown-bar .dropdown.open a,
.select-lists-dropdown-bar .dropdown.open ul,
.select-lists-dropdown-bar .dropdown.open ul li a {
    background:#087AB9!important;
    color:#fff!important;
}
.select-lists-dropdown-bar .navbar-nav > .dropdown.open > a,
.select-lists-dropdown-bar .navbar-nav > .dropdown.open > a:hover
.select-lists-dropdown-bar .navbar-nav > .dropdown.open > a:focus {
    font-weight:bold;
    color:#fff!important;
    opacity:1;
    border-bottom:none!important;
}
.select-lists-dropdown-bar .navbar-nav > .dropdown > a {
    font-weight: bold;
	font-size: 14px;
	color: #003a63!important;
	border-right: 1px solid #cedae1;
}
.select-lists-dropdown-bar label {
    color: #fff;
}
.select-lists-dropdown-bar .navbar-nav > li.dropdown {
    width:100%;
    padding:0!important;
    position:absolute;
}
.select-lists-dropdown-bar .navbar-nav {
    padding:0;
    border-right:1px solid #e7e7e7;
}
.select-lists-dropdown-bar .navbar-nav:last-child {
	border-right: none;
}
.select-lists-dropdown-bar li.dropdown .pointer {
    padding: 11px;
    background: url('../images/ui-specific-icons.png') no-repeat -678px -2063px transparent;
    border: none!important;
    border-radius: 50%;
    width: 10px;
    float: right;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
}
.select-lists-dropdown-bar li.dropdown.open .pointer {
    background:url('../images/ui-specific-icons.png') no-repeat -505px -2064px transparent!important;
    padding:10px;
}

.select-lists-dropdown-bar .clear-all {
    display:none;
}
.select-lists-dropdown-bar .open a.clear-all {
    display:block;
    position: absolute!important;
    right: 10px;
    bottom: -52px;
    z-index: 9999;
    cursor:pointer;
    font-weight:normal!important;
}
.select-lists-dropdown-bar .open a.clear-all:hover {
    opacity:0.5
}
.select-lists-dropdown-bar .navbar-nav > .dropdown li {
    padding-left:15px
}

.col-border-left {
    border-left: 1px solid #ddd;
}

.col-border-bottom {
	border-bottom: 2px solid #ddd;
}

.dynamic-height-min-125 {
    min-height: 125px;
}

.dynamic-height-min-140 {
    min-height: 140px;
}

.static-height-250 {
    height: 250px;
}

.static-height-125 {
    height: 125px;
}

/*load more button*/
.btn.load-more {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

button.btn.btn-full-width.btn-white.load-more-isotope {
font-size: 2em;
height: 60px;
width: 99%;
}


/*jquery onoff switch*/
.onoffswitch {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: none;
  border-radius: 20px;
}

.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.2s ease-in;
  transition: margin 0.2s ease-in;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left;
  padding: 0;
  width: 50%;
  height: 20px;
  color: white;
  font: bold 14px/26px Trebuchet, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  color: #FFFFFF;
  background-color: #0A80C5;
  line-height: 21px;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  color: #FFF;
  background-color: #ED3D41;
  text-align: right;
  line-height: 21px
}

.onoffswitch-switch {
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 50px;
  height: 22px;
  width: 22px;
  margin: 0;
  background: white;
  border: 2px solid transparent;
  border-radius: 20px;
  -webkit-transition: right 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
  transition: right 0.2s ease-in, box-shadow 0.2s ease-in;
  box-shadow: -1px 3px 3px -3px #333;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}



/*mfp*/
.mfp-ready {
	z-index: 99999;
	/* width: 130%!important; */
	width:auto!important;
	right:0;
	position:fixed!important;
}
.mfp-wrap {
	z-index: 999999;

}



/**
*
* Store locator
*
**/
	.store-locator-wrapper .sub-menu.store-locator {
	    background: #0A81C5;
	    padding-left:20px;
	    padding-right:20px;
	}
	.store-locator-wrapper .store-locator.sub-menu form .ddslick li {
	    display: block;
	}
	.store-locator-wrapper .store-locator.sub-menu form .ddslick ul li {
	    display: block;
	    margin-left: 0;
	    margin-right:0;
	}
	.store-locator-wrapper .store-locator.sub-menu form .ddslick ul {
	    margin: 0;
	}
	.store-locator-wrapper .store-locator.sub-menu form .ddslick.disabled .dd-container {
	    opacity:1!important;
	}
	.store-locator-wrapper .store-locator.sub-menu .or-circled {
	    background: #056AA6;
	    display: block;
	    width: 39px;
	    height: 39px;
	    border-radius: 50%;
	    text-align: center;
	    color: #fff;
	    padding-top: 10px;
	    margin: 0 auto;
	}
	.store-locator-wrapper .btn-block {
	    min-width:100%;
	}

	.store-locator-wrapper .map-canvas {
	    background:#f9f9f9;
	    height:480px;
	}

	.store-locator-wrapper .store-list-item > td:first-child {
	    min-width:30px;
	    padding-left:20px;
	}

	.store-locator-wrapper .relative {
	    position:relative;
	}
	.store-locator-wrapper .store-list-item .address {
	    font-weight:normal;
	}

	.store-locator-wrapper .store-list-item .store-make-favorite,
	.store-locator-wrapper .store-list-item .store-is-favorite {
	    position: absolute;
	    bottom: 18px;
	    right:0;
	}
	.store-locator-wrapper .store-list-item .store-make-favorite {
	    font-weight:bold;
	    min-width:280px;
	    right:10px;
	}

	.store-locator-wrapper .store-list-item a.store-is-favorite {
	    background:#ef3e42;
	    color:#fff;
	    padding:4px 10px;
	    border-top-left-radius:30px;
	    border-bottom-left-radius:30px;
	    right:0;
		font-style: italic;
		font-weight: bold;
	}
	.store-locator-wrapper .store-list-item td{
	    border-top:none!important;
	    padding-top:10px;
	    padding-bottom:10px;
	}

	.store-locator-wrapper .store-marker-popup-item {
	    min-width:320px;
	    min-height:150px;
	    position:relative;
	    padding:0 10px;
	}
	.store-locator-wrapper .store-marker-popup-item .title {
	    /*font-weight:normal;*/
	}
	.store-locator-wrapper .store-marker-popup-item .germanos-logo {
	    position: absolute;
	    right: 26px;
	    bottom: 27px;
	    width: 30px;
	    height: 30px;
	}
	.store-locator-wrapper .store-locator-content {
	    margin-top: -80px;
	    position: relative;
	}
	.store-locator-wrapper .store-locator-content .head h2 {
	    margin: 0;
	    padding: 0;
	}
	.store-locator-wrapper .store-locator-content .head {
	    padding: 24px 20px;
	    background: #fff;
	    position:relative;
	}
	.store-locator-wrapper .back-arrow {
	    padding: 11px;
	    background: url('../images/ui-specific-icons.png') no-repeat -55px -2048px;
	    border: none!important;
	    border-radius: 50%;
	    display: inline-block;
	    margin-bottom:-7px;
	    margin-right:10px;
	}
	.store-locator-wrapper .back-to-store-list {
	    position:absolute;
	    top:30px;
	    left:20px;
	}

	.store-more-info #store-services > .inner-content .row {
	padding-left: 40px;
	}

tr.current-day {
background: #fff;
font-weight: bold;
}

	h4.address {
		font-weight: normal;
	}


.adp-distance {
white-space: nowrap;
color: #a1b6c5;
font-size: 12px;
}

	/* Subhead */
	.store-locator-wrapper .store-directions-wrapper .sub-head i,
	.store-locator-wrapper .store-directions-wrapper .sub-head {
	    font-size:16px
	}

	.store-locator-wrapper .store-directions-wrapper .sub-head {
	    background:#EBF0F3;
	    padding:20px;
	    position:relative;
	}

	.store-locator-wrapper .store-directions-wrapper .directions-mode {
	    position:absolute;
	    left:15px;
	    bottom:0
	}
	.store-locator-wrapper .store-directions-wrapper .directions-mode .tab-item {
	    background:#F4F8F9;
	    padding:10px;
	    display:inline-block;
	    width:40px;
	    text-align:center;
	    cursor:pointer;

	}
	.store-locator-wrapper .store-directions-wrapper .directions-mode .tab-item.active {
	    background:white;
	}

	/*Content*/
	.store-locator-wrapper .directions-content {
	    padding:20px;
	}


	/*Origin destination inputs*/
	.store-locator-wrapper .directions-origin-destination .origin > *,
	.store-locator-wrapper .directions-origin-destination .destination > *{
	    display: inline-block;
	    vertical-align:middle;
	}
	.store-locator-wrapper .directions-origin-destination .origin,
	.store-locator-wrapper .directions-origin-destination .destination{
	    float:left;
	}
	.store-locator-wrapper .directions-revert{
	    padding:10px 18px;
	    display:block;;
	    float:left;
	    font-size:19px;
	}
	.store-locator-wrapper .directions-origin-destination input{
	    width: 356px;
	}

	.store-locator-wrapper .directions-origin-destination .add-on {
	    padding: 9px 14px!important;
	    margin-right: -5px!important;
	    background: #89C40A;
	    border: 1px solid #89C40A;
	    color: #fff;
	    font-weight: bold;
	}

	/*Directions extra + submit*/
	.store-locator-wrapper .directions-extra-settings {

	    padding: 15px 0;
	}
	.store-locator-wrapper .directions-extra-settings label {
	    color:#0981c4;
	    font-weight:normal;
	}

	.store-locator-wrapper .directions-extra-settings .btn-lightblue {
	    background:#0A81C5;
	    font-weight:bold;
	}
	.store-locator-wrapper .directions-extra-settings .pull-left {
	    padding-top: 10px;
	}





	.store-locator-wrapper .select-suggested-route ul {
	    padding:0;
	}

	.store-locator-wrapper .select-suggested-route ul > li {
	    display:block;
	    border-bottom:1px solid #ddd;
	    padding:10px 15px
	}
	.store-locator-wrapper .select-suggested-route ul > li.selected{
	    background:#0A81C5;
	    color:#fff;
	}
	.store-locator-wrapper .select-suggested-route ul > li.selected a,
	.store-locator-wrapper .select-suggested-route ul > li.selected .distance {
	    color:#fff;
	}

	.store-locator-wrapper div.adp-list {
	    position: absolute;
	    top: -310px;
	    left:0;
	    right:0;
	    height:225px;
	    overflow:auto;
	    border:none;
	}
	.store-locator-wrapper div.directions-panel {
	    position: relative;
	}
	.store-locator-wrapper div.directions-panel-start {}
	.store-locator-wrapper div.directions-panel-wrapper {
	    margin-top: 220px;
	}

	.store-locator-wrapper .adp-listheader {
	    font-weight: bold;
	    font-size: 18px;
	    line-height: 24px;
	    padding-left:0;
	    padding-bottom:10px!important;
	    color:#003a63;
	}
	.store-locator-wrapper .adp-listsel {
	    background:#0A81C5;
	    color:#fff;
	    padding:10px 15px;

	}

	.store-locator-wrapper div.directions-panel .adp-list td{
	    border-bottom:1px solid #ddd;
	    padding:10px 15px;
	    text-align:right;
	}
	.store-locator-wrapper div.directions-panel .adp-list tr:first-child td{
	    padding-left:0;
	    border:none;
	    text-align:left;
	}
	.store-locator-wrapper .adp-listinfo b {
	    text-align:left;
	    float:left;
	}



	.store-locator-wrapper .directions-panel .adp-step, .adp-substep {
	    padding: 10px;
	    border:none;
	    border-top:1px solid #ddd;
	    color:#003a63;
	}
	.store-locator-wrapper .directions-panel .adp-step, .adp-substep:first-child {
	    border:none;
	}
	.store-locator-wrapper .directions-panel table.adp-directions {
	    width: 100%;
	}
	.store-locator-wrapper .directions-panel .adp-placemark {
	    display: none;
	}

	.store-locator-wrapper .directions-panel .adp-summary,
	.store-locator-wrapper .directions-panel .adp-legal{
	    display: none;
	}


	.store-locator-wrapper .directions-panel-start {
	    margin-bottom:15px;
	}
	.store-locator-wrapper .directions-panel-start > div,
	.store-locator-wrapper .directions-panel-end > div{
	    display: inline-block;
	    vertical-align: middle;
	}
	.store-locator-wrapper .directions-panel-start .marker-a,
	.store-locator-wrapper .directions-panel-end .marker-b {
	    color:#fff;
	    background:#89C40A;
	    padding:9px 15px;
	    position:relative;
	    font-weight:bold;
	    margin-right:10px;
	}
	.store-locator-wrapper .directions-panel-start .marker-a:after,
	.store-locator-wrapper .directions-panel-end .marker-b:after {
	 content: '';
	  width: 0;
	  height: 0;
	  border-left: 9px solid transparent;
	  border-right: 9px solid transparent;
	  border-top:9px solid #89C40A;
	  display: block;
	  position: absolute;
	  left: 50%;
	  margin-left: -9px;
	  bottom: -7px;
	}

	/*Store read more*/
	.store-locator-wrapper .head .germanos-logo.pull-right {
	    max-width: 40px;
	    margin-top: -5px;
	}

	.store-locator-wrapper .store-main-info {
	    padding-left:20px;
	    padding-right:20px;
	    padding-bottom:20px;
	}

	.store-locator-wrapper .store-main-info a.store-is-favorite {
	    background: #ef3e42;
	    color: #fff;
	    padding: 6px 12px;
	    border-top-left-radius: 30px;
	    border-bottom-left-radius: 30px;
	    font-style:italic;
	}

	.store-locator-wrapper .store-main-info .actions > div {
	    display: inline-block;
	    position:relative;
	    font-weight:bold;
	}

	.store-locator-wrapper .store-main-info .social-actions > a,
	.store-locator-wrapper .store-main-info  .store-make-favorite  {
	    display: block;
	    padding: 4px 7px;
	    color: #fff;
	    background: #0A81C5;
	    text-decoration: none;
	}
	.store-locator-wrapper .store-main-info .social-actions > a {
	    background:#ECF0F3;
	    color:#0A81C5;
	}
	.store-locator-wrapper .store-main-info .open.social-actions > a {
	    color: #fff;
	    background: #0A81C5;
	}


	.store-locator-wrapper .store-main-info .actions .dropdown-menu {
	    border-radius:0!important;
	    right:0;
	    left:auto;
	    width:100%!important;
	    max-width:100%!important;
	    min-width:100%!important;
	    padding:0;
	}

	.store-locator-wrapper .store-main-info .actions .dropdown-menu li {
	    padding:0!important;
	}
	.store-locator-wrapper .store-main-info .actions .dropdown-menu li a {
	    font-weight:bold;
	    font-size:15px;
	    margin-left:-5px!important;
	    margin-right:-5px!important;
	    display:block;
	}
	.store-locator-wrapper .store-main-info .actions .dropdown-menu li a span {
	    float:right;
	}

	.store-locator-wrapper .store-main-info .actions .open .dropdown-menu,
	.store-locator-wrapper .store-main-info .actions .open .dropdown-menu a{
	    background:#0A81C5;
	    color:#fff;
	    text-align:left;
	    padding-left:4px;
	    padding-right:4px;
	}
	.store-locator-wrapper .store-main-info .actions .dropdown-menu > li > a:hover{
	    background:#003A62!important;
	    cursor:pointer;
	}
	/*   .store-locator-wrapper .store-more-info {
	    padding:15px;
	    background: #F6F7F9;
	} */

	.store-locator-wrapper .primary-sidebar {
	    margin-top:-80px
	}
	.store-locator-wrapper .primary-sidebar .my-favorite-store .head {
	    padding: 5px 20px 13px 20px!important;
	    background: #fff;
	    position: relative;
	}
	.store-locator-wrapper .primary-sidebar .my-favorite-store .content {
	    padding:20px!important;
	    background: #F6F7F9;
	}
	.store-locator-wrapper .my-favorite-store td:first-child {
	    vertical-align: top;
	    padding-right:10px;
	}
	.store-locator-wrapper .my-favorite-store h4 {
	    font-weight:normal;
	}
	.store-locator-wrapper  a {
	    cursor:pointer;
	}


	.store-locator-wrapper form.avoid-highways,
	.store-locator-wrapper form.avoid-tolls {
	    display: inline-block;
	    margin-right: 10px;
	}
	.store-locator-wrapper .adp-warnbox {
		display:none;
	}


	.store-locator-wrapper .store-locator-filters > .row > div:first-child {
		width: 170px;
		padding-left: 15px;
		font-size: 14px;
	}
	.store-locator-wrapper .store-locator-filters > .row > div {

	    padding:0 0px;

	}
	.store-locator-wrapper .select-county {
	    margin-right:10px;
	}
	.store-locator-wrapper .select-custom-address {
	  width:280px;
	}
	.store-locator-wrapper .select-city,
	.store-locator-wrapper .select-county {
	  width:245px;
	}

	.store-locator-wrapper .submit-address-search {
	  width:125px;
	  margin-left:10px;
	}
	.store-locator-wrapper .store-locator-initial-content {
	    text-align: center;
	    padding: 20px;
	    color: #7f9cb1;
	}
	.store-locator-wrapper .store-locator-initial-content h2 {
	    font-size: 28px;
	}
	.store-locator-wrapper .store-locator-initial-content h3 {
	    font-size: 18px;
	}



/*========================================
=            unresponsive css            =
========================================*/
body {
  min-width: 1240px;
}
body .container {
  max-width: none !important;
  width: 1240px !important;
}
body [class^="col-"] {
  float: left;
}
body .col-sm-1,
body .col-md-1,
body .col-lg-1 {
  width: 8.33333333% !important;
}
body .col-sm-2,
body .col-md-2,
body .col-lg-2 {
  width: 16.66666667% !important;
}
body .col-sm-3,
body .col-md-3,
body .col-lg-3 {
  width: 25% !important;
}
body .col-sm-4,
body .col-md-4,
body .col-lg-4 {
  width: 33.33333333% !important;
}
body .col-sm-5,
body .col-md-5,
body .col-lg-5 {
  width: 41.66666667% !important;
}
body .col-sm-6,
body .col-md-6,
body .col-lg-6 {
  width: 50% !important;
}
body .col-sm-7,
body .col-md-7,
body .col-lg-7 {
  width: 58.33333333% !important;
}
body .col-sm-8,
body .col-md-8,
body .col-lg-8 {
  width: 66.66666667% !important;
}
body .col-sm-9,
body .col-md-9,
body .col-lg-9 {
  width: 75% !important;
}
body .col-sm-10,
body .col-md-10,
body .col-lg-10 {
  width: 83.33333333% !important;
}
body .col-sm-11,
body .col-md-11,
body .col-lg-11 {
  width: 91.66666667% !important;
}
body .col-sm-12,
body .col-md-12,
body .col-lg-12 {
  width: 100% !important;
}
body .col-sm-offset-0,
body .col-md-offset-0,
body .col-lg-offset-0 {
  margin-left: 0 !important;
}
body .col-sm-offset-1,
body .col-md-offset-1,
body .col-lg-offset-1 {
  margin-left: 8.33333333% !important;
}
body .col-sm-offset-2,
body .col-md-offset-2,
body .col-lg-offset-2 {
  margin-left: 16.66666667% !important;
}
body .col-sm-offset-3,
body .col-md-offset-3,
body .col-lg-offset-3 {
  margin-left: 25% !important;
}
body .col-sm-offset-4,
body .col-md-offset-4,
body .col-lg-offset-4 {
  margin-left: 33.33333333% !important;
}
body .col-sm-offset-5,
body .col-md-offset-5,
body .col-lg-offset-5 {
  margin-left: 41.66666667% !important;
}
body .col-sm-offset-6,
body .col-md-offset-6,
body .col-lg-offset-6 {
  margin-left: 50% !important;
}
body .col-sm-offset-7,
body .col-md-offset-7,
body .col-lg-offset-7 {
  margin-left: 58.33333333% !important;
}
body .col-sm-offset-8,
body .col-md-offset-8,
body .col-lg-offset-8 {
  margin-left: 66.66666667% !important;
}
body .col-sm-offset-9,
body .col-md-offset-9,
body .col-lg-offset-9 {
  margin-left: 75% !important;
}
body .col-sm-offset-10,
body .col-md-offset-10,
body .col-lg-offset-10 {
  margin-left: 83.33333333% !important;
}
body .col-sm-offset-11,
body .col-md-offset-11,
body .col-lg-offset-11 {
  margin-left: 91.66666667% !important;
}
body .col-sm-offset-12,
body .col-md-offset-12,
body .col-lg-offset-12 {
  margin-left: 100% !important;
}
body .visible-xs,
body .visible-xs-block,
body .visible-sm,
body .visible-sm-block {
  display: block !important;
}
body .visible-xs-inline,
body .visible-sm-inline {
  display: inline !important;
}
body .visible-xs-inline-block,
body .visible-sm-inline-block {
  display: inline-block !important;
}
body .hidden-xs,
body .hidden-sm {
  display: block !important;
}
body .container .navbar-header,
body .container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
body .navbar-header {
  float: left;
}
body .navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
body .navbar-toggle {
  display: none;
}
body .navbar-collapse {
  border-top: 0;
}
body .navbar-brand {
  margin-left: -15px;
}
body .navbar-nav {
  float: left;
  margin: 0;
}
body .navbar-nav > li {
  float: left;
}
body .navbar-nav > li > a {
  padding: 15px;
}
body .navbar-nav.navbar-right {
  float: right;
}
/*body .navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  /*float: left;*/
  /*background-color: #fff;*/
  /*border: 1px solid #ccc;*/
  /*border: 1px solid rgba(0, 0, 0, 0.15);*/
  /*border-width: 0 1px 1px;*/
  /*border-radius: 0 0 4px 4px;*/
  /*-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);*/
  /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);*/
}*/
body .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
body .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
body .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
body .navbar .navbar-nav .open .dropdown-menu > .active > a,
body .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
body .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  /*color: #fff !important;*/
  /*background-color: #428bca !important;*/
}
body .navbar .navbar-nav .open .dropdown-menu > .disabled > a,
body .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
body .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  /*color: #999 !important;*/
  /*background-color: transparent !important;*/
}
body .header-container {
  padding-bottom: 6px !important;
}
body .header-container .header {
  padding-bottom: 9px !important;
}
body .header-container .logo {
  width: 18% !important;
}
body .header-container .main-menu {
  border-radius: 0 !important;
  border: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  width: 82% !important;
}
body .header-container .main-menu ul {
  background: transparent !important;
  display: block !important;
  float: left !important;
  padding-bottom: 0 !important;
  width: 100% !important;
}
body .header-container .main-menu ul li {
  width: auto !important;
}
body .header-container .main-menu ul li a {
  font-size: 12px !important;
  padding: 39px 7px 36px 9px !important;
}
body .header-container .menu-collapser {
  display: none !important;
}
body .callus-container .callus-outer {
  padding-top: 0 !important;
  text-align: initial !important;
}
body .callus-container .callus-outer .callus {
  display: block !important;
  float: right !important;
}
body .callus-container .callus-outer .callus .apply-online {
  width: 222px !important;
  background: url(../images/apply-online.png) right top no-repeat !important;
  margin: -24px 0 0 0 !important;
}
body .callus-container .callus-outer .callus .apply-online a {
  margin-top: 5px !important;
  margin-right: 12px !important;
  float: right !important;
}
body .callus-container .callus-outer .callus .call-no {
  margin: 3px 25px 0 0 !important;
  width: auto !important;
}
body .css3-background .head {
  height: 96px !important;
}
body .css3-background .head,
body .css3-background .head-bar,
body .css3-background .main-balls-section {
  min-width: 1240px!important;
}
body .nav-tabs.nav-justified > li {
	display: table-cell!important;
	width: 1%!important;

}

.text-align-center{
    text-align:center;
}

.show-on-hover-button-container{
    padding-top:120px
}
.box-1-wide.ctas .show-on-hover-button-container{
    margin-left:24px
}
.box-2-wide .box-1-wide.ctas .show-on-hover-button-container{
    margin-left:31px
}
.box-2-wide.ctas .show-on-hover-button-container{
	width: auto;
	padding-left: 150px;
    padding-right: 150px;
}

.two-buttons{
    padding-top:92px
}
/*-----  End of unresponsive css  ------*/


.subcat-item {
width: 260px;
}

.subcat-container {
padding-left: 40px;
z-index: 1000;
position: relative;
}

.subcat-item h6 {
margin-top: -3px;
}

a.ad-link, a.ad-link:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.menu-promotion {
	position: absolute;
	right: -20px;
	bottom: -30px;
	z-index: 200;
	width: 1047px;
	height: 502px;
}

.subcat-item>h6>a {
	color: #003a63;
}


/*----- End of menu item css ------*/
.product-color-options ul {
	margin: 0;
	padding: 0;
}

.product-color-options ul li {
	display: inline-block;
	margin-right:2px;
}

.product-color-options ul li.active {
margin-right: 10px;
box-shadow:none!important;
}

.product-color-options ul li:first-child{
    margin-left:5px!important;
}

 .product-color-options ul li img {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.product-color-options ul li.active img {
  border: 2px solid;
  border-radius: 100%;
  width: 28px;
  color: red;
  padding: 3px;
  height: 28px;
}

.product-color-options.grid-view ul li.active img,
.product-color-options.text-center.list-view ul li.active img {
	border: 2px solid;
	color: #ccd8e0;
}

.product-color-options ul li.active img.sku-more-colors {
    border: 2px solid !important;
    width: 30px !important;
}

.product-color-options #navlist li > a:hover,
.product-color-options #navlist li > a:focus {
  text-decoration: none!important;
}

.products-grid-tile .product-price {
	font-size: 18px;
	font-weight: bold;
}

.suggestion-item.cross-sell-item .product-price {
	font-size: 18px;
	padding: 0;
}

.suggestion-item.cross-sell-item .product-price .strikethrough {
	text-decoration: line-through;
	font-size: 16px;
}

.suggestion-item.cross-sell-item .product-price .special-price {
	color: #EF3E42;
    font-size: 18px;
    font-weight: bold;
}

.product-color-options ul li.disabled img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#navlist li {
  display: inline;
  list-style-type: none;
  padding-right: 0px;
}


.product-memory-options ul li div.disabled {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

li.cart-action {
font-size: 12px;
border-left: 1px solid #d1d1d1;
padding-left: 10px;
}
li.cart-action:last-child {
    border: none;
}


.footer .map-marker {
background: url('../images/pin-map-grey.png') -2px 4px no-repeat transparent;
font-family: arial!important;
border: none;
padding: 0px 10px 3px 10px;
width: 15px;
height: 25px;
float: left;
margin-top: -5px;
}


.store-locator-wrapper .footer:before {
   content: '';
   display: block;
   background: #EBF0F3;
   height: 60px;
}

body.store-locator-wrapper.overlay:after {
   content: '';
   position: fixed;
   display: block;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   background: #fff;
   z-index: 99999;
   opacity: 0.8;
}

/*.products-grid-tile.col-xs-4 {
	height: 510px;
}
*/
.pass-strength-wrapper .password-verdict {
	margin-left: -30px;
}

.news-ticks{
	margin-top: 7px;
}

.news-ticks label {
	color: #003a63;
}

legend.registrationTerms{
	margin-top:20px;
}

.registrationTermsText{
	text-align:center;
}

i.fa.fa-plus-circle {
    margin-right: 5px;
}

.product-grid-item .rate-it.clearfix {
    height: 21px;
}

.product-grid-item .cta {
	z-index: 995;
}

.section-comp-products a.product-title {
   height: 43px!important;
   overflow: hidden;
   display: block;
   max-width: 180px;
}

.login-popup-content .icheckbox_flat-blue.checked {
  background-color: #0A81C5;
  border-color: #0A81C5;
  border: 1px solid #0A81C5!important;
}

.comp-row .green-tick {
cursor: default!important;
}

.comp-row .close-btn.no-circle {
cursor: default!important;
}

.comp-row .product-title {
height: 40px;
display: block;
margin: 10px 0;
}

.comp-row .product-price {
  height: 30px;
}

.store-directions-wrapper .actions.pull-right .icon-mail, .store-directions-wrapper .actions.pull-right .icon-print {
  display: none;
}

a.store-learn-more:hover,
a.store-get-directions:hover {
   /*text-decoration:none!important;*/
   opacity: 1;
}

a.store-learn-more,
a.store-get-directions {
   /*text-decoration:none!important;*/
   opacity: 1;
}

.error403-page .inner,
.error404-page .inner {
    border-bottom: 1px dotted #7f9cb1;
}

.product-comparison-container .col .comp-row.ghost-row-1 {
    min-height: 290px;
}

.returnBack a {
	text-decoration: none;
}

.product-image-size a > img {
	height: 225px;
}

.product-color-options a.available-colors > img {
	height: auto;
}

.login-page .create-account-div {
	width: 480px;
}

.login-page .create-account-div a {
	float: right;
}

.login-page .create-account-div .create-account {
    float: left;
    font-weight: bold;
    padding-top: 10px;
}

#iframeLogin i {
position: absolute;
top: -8px;
right: 0;
}

.communication-header-message {
    font-weight: normal;
    font-size: 16pt;
}

.registration-container .registration-block .create-account-div p {
	display: none;
}

.registration-container .registration-block .create-account-div a {
	float: right;
}


.guest-wrapper  .form-group.remember-me label  , .login-wrapper .form-group.remember-me label {
color: #003a63!important;
}

.guest-wrapper  i.fa.fa-chevron-right.pull-right  , .login-wrapper i.fa.fa-chevron-right.pull-right {
width: 20px;
height: 20px;
display: block;
padding: 0;
background: url('../images/ui-specific-icons.png') no-repeat -529px -2049px transparent;
cursor: pointer;
padding: 10px;
border-radius: 50%;
margin-left: 20px;
margin-top: 17px;
content: none;
opacity: 1;
}

/*.guest-wrapper i.fa.fa-chevron-right.pull-right {
    margin-left: 15px;
    margin-top: -20px;
    position: relative;
}
*/

.guest-wrapper a.btn.btn-green.btn-icon {
    position: absolute;
    width: 250px;
}
.guest-wrapper i.fa.fa-chevron-right.pull-right {
    top: -7px;
    right: 0;
    position: absolute;
}

.btn i.fa.fa-chevron-right.pull-right {
	/*background: url('../images/ui-specific-icons.png') no-repeat -528px -2049px transparent;*/
	background: url('../images/ui-specific-icons.png') no-repeat -403px -2049px transparent;
	width:23px;
	padding-left:10px;
	text-align:center;
}

.guest-wrapper .btn:hover, .login-wrapper .btn:hover{
	opacity: 1;
}
.btn:hover i.fa.fa-chevron-right.pull-right {
	background: url('../images/ui-specific-icons.png') no-repeat -528px -2049px transparent;
}
.guest-wrapper  i.fa.fa-chevron-right.pull-right:before  , .login-wrapper i.fa.fa-chevron-right.pull-right:before {
	content: none;
}

.products-list > h2 {
font-weight: bold;
}

.list-cta .more-link > a {
font-weight: bold;
}

.comparison-slider-content .comparison-head .items-comparing {
	margin-left: 5px;
}
.comparison-slider-content .comparison-head .items-comparing,
.comparison-slider-content .comparison-head .amount {
color: #7d9bb0;
}

.comp-row p {
color: #7f9cb1;
}

.comp-row .product-price {
	margin: 10px 0;
}
.comp-row .product-price .price{
	font-size:14px;
}
.comp-row .product-price .special-price{
	font-size:18px;
}

.comp-row h5 {
	font-size: 14px;
}

.product-comparison-container .footer:before{
	margin-top: 40px!important;
}

a.back-to-order-list {
    font-weight:bold;
}
a.back-to-order-list i{
    background: url('../images/ui-specific-icons.png') no-repeat -181px -2047px;
    padding: 3px 11px;
    width: 10px;
    margin-right:5px;
    display:inline-block;
    text-indent:-9999px;
}

.minicart-contents .strikethrough.color-secondary-red{
	font-size: 12px;
}


.configurator-header {
	padding: 20px;
	background: #fff;
	font-size: 16px;
}

.product-classes-container .productToBasketFormButton {
    /*position:relative;*/
}
.product-classes-container .productToBasketFormButton:after {
	content:'';
    width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top:9px;

}
.product-classes-container .productToBasketFormButton:after {
	border-top: 15px solid #f5f7f9;
	margin-top: -10px;
	z-index:4;
}

.save-cart-email .icon-mail {
color: #c4d1db;
}

.registration-form input.btn.btn-green {
height: 60px;
width: 200px;
font-size: 18px;
}



/*
.sub-menu.returnBack:hover .back-to-list{
    background:#0981c4;
    cursor:pointer;
}
*/
.sub-menu.returnBack {
    padding: 0;
}

.returnBack .back-to-list {
    /* border-right: 1px solid #1a4e73; */
    height: 80px;
    padding: 30px 20px;
    width: 234px;
}



.container > div.sub-menu li.active {
    position:relative;
}
.container > div.sub-menu li.active:after {
    content:'';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom:-34px;
}

.container > div.sub-menu li.active:after {
    border-bottom: 15px solid #ebf0f3;
    margin-top: -10px;
    z-index:4;
}



.background-primary-dark-blue.my-cart-continue-shopping-wrapper .fa-trash-o:before, li.cart-action.delete-cart .fa-trash-o:before {
content: none;
}
.background-primary-dark-blue.my-cart-continue-shopping-wrapper .fa-trash-o, li.cart-action.delete-cart .fa-trash-o {
background: url('../images/trash.png') no-repeat transparent;
margin-top: 0;
height: 20px;
width: 20px;
margin-left: 15px;
}


.background-primary-dark-blue.my-cart-continue-shopping-wrapper .fa-save:before, .cart-header-actions .fa-download:before {
content: none;
}
.background-primary-dark-blue.my-cart-continue-shopping-wrapper .fa-save, .cart-header-actions .fa-download {
    background: url("../images/save-cart.png") no-repeat scroll 0 4px transparent;
    margin-top: 0px;
    height: 20px;
    width: 20px;
    margin: 0 5px;
}

.icon-info-circled {
    font-size: 23px;
    color: #0a80c6;
}

.configurator-change-btn {
background: url('/assets/resources/germanos/images/configurator-change-it-btn.jpg') no-repeat;
width: 285px;
height: 80px;
display: block;
position: absolute;
bottom: 0;
padding: 0;
margin: 0;
left: 0;
}

.configurator-buyit-btn {
background: url('/assets/resources/germanos/images/configurator-buy-it-btn.jpg') no-repeat;
width: 285px;
height: 80px;
display: block;
position: absolute;
bottom: 0;
padding: 0;
margin: 0;
left: 0;
}

.order-last-update-date {
 clear:both;
}

.cursorAuto {
 cursor:auto;
}


.section-comp-products .productToBasketFormButton.productToBasketFormButton
/*.comp-row .product-item button.btn.productToBasketFormButton.btn.btn-green.btn-icon.productToBasketFormButton */{
background: url('/assets/resources/germanos/images/compbuybtn.jpg') no-repeat;
width: 198px;
height: 40px;
font-size:0;
}

.product-comparison-wrapper .col .dtl-center a{
	font-weight: normal;
}

.product-comparison-container .dtl-container label {
color: #003a63;
}

.section-comp-products.sticky-on-scroll.active .col .product-price{
    margin:20px 0!important;
}

.background-primary-dark-blue.my-cart-continue-shopping-wrapper .col-md-2.text-center.text-small {
width: 280px!important;
}

.footer .h4, .footer a {
opacity:1!important }

.sub-my-germanos .active .color-primary-dark-blue-50 {
	color: #003863;
}

.breadcrumb > li.active + li.active:before {
padding: 0 5px;
color: #fff;
content: ">";
}

ol.breadcrumb li.active > a {
color: #fff;
}


.product-availability-status {
	text-align: center;
	margin-left: -20px;
}

.configurator-fullstory .product-availability {
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin: 0 20px;
	  padding-top: 90px;
	  bottom: 190px;
}

/** nasia filters **/
.filters-list li:hover {
text-decoration: underline;
color: #0981c4;
}


.filters-list /*.icheckbox_flat-blue.hover*/ .icheckbox_flat-blue:not(.checked).hover
{
background: #0981c4;
}

.filters-list label{
	font-weight: normal;
}

.filters-list a.active, .filters-list label.checked /*.checkbox*/ {
color: #003a63;
font-weight: bold;
opacity:1;
}

.filter-rating label.checked {
  color: #003a63;
font-weight: bold;
}


.star-rate-popover {
   width: 80px;
   height: 50px;
   color: #fff;
/*     background:url('http://192.168.5.102:7003/assets/resources/germanos/images/ui-specific-icons.png') no-repeat -540px -355px transparent; */
   background:url('../images/ui-specific-icons.png') no-repeat -540px -355px transparent;
   position:absolute;
   top:-50px;
   border:1px solid transparent;
   margin:0;
}
.star-rate-popover .inner-value {
   width:20px;
   height:25px;
   background:#ef3e42;
   padding:4px 5px;
   margin:10px auto;
}

.sub-menu.returnBack:hover .back-to-list-no-hover {
    background: #003a63 !important;
    cursor: default !important;
}

.sub-menu.returnBack .back-to-list-no-hover {
    border-right: 0px;
}

.comparison .icheckbox_flat-blue.checked{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background:url(../images/red.png) no-repeat -22px 0;
	border: none;
	cursor: pointer;
}

.comparison span.comparison-label {
	margin-left: -65px;
}

.comparison .checked span.comparison-label {
	color:#ef3e42;
}

/** issue 16312 **/
#search-form-id a {
position: absolute;
margin-top: -10px;
padding: 19px;
right: 9px;
z-index: 10000;
}

.sticky #search-form-id a {
    margin-left: 60px;
}

/****/

.comparison-slider-item .price {
font-weight: bold;
}


.my-cart-free-shipping i.fa.fa-check-circle {
    background: url(../images/green-tick-o.png) no-repeat;
    font-size:0;
    padding:20px
}


.eshop-usps-mini .col-xs-3 .padded-top-20 {
font-weight: bold;
/*width: 295px;*/
}


ul.dropdown-menu.search-results-dropdown {
	border: none!important;
}

a.search-hit-item,  a:hover.search-hit-item, a:focus.search-hit-item {
color: #fff!important;
opacity: 1!important;
}


.select-more,
.selected-all {
	color: #ef3e42;
	float: right;
	padding: 10px;
	font-size: 18px;
	margin-top:-43px;
}

.selected-all .green-tick{
	cursor: default;
	margin:0 0 0 4px;
	float:right;
}
.select-more span.more{
display: none;
}

a.bundle-item-name{
	cursor:default;
	text-decoration: none;
}
.minimun-selected,
.selected-all  {
	color: #89c409;
}

.selected-all {
 display: none;
}

.select-more.minimun-selected span.more{
display: inline;
}


.background-primary-dark-blue.my-cart-continue-shopping-wrapper {
width: 910px;
}

.best-fit-drawer-block .filter-block {
    border-top: none;
}
.cross-sell-item ul.product-badges.pull-left {
margin-left: -20px;
}

div.suggestedItemBundle a {
	text-decoration: none;
}

div.suggestedItemBundle h2 {
	height: 36px;
	cursor: auto;
}

div.suggestedItemBundle h2:hover {
	text-decoration: underline;
}

ol.breadcrumb li.active a {
	text-decoration: none;
	pointer-events: none;
}

#addSkuBundleToCart button.skuBundleAddToCart, .offer-cta .btn.btn-orange.btn-block.btn-lg.btn-icon {
width: 280px;
margin: 0;
bottom: 0;
left: 0;
right: 0;
padding: 20px 60px;
font-size: 20px;
text-align: center;
}

.offer-cta .btn.btn-green.btn-block.btn-lg.btn-icon.disabled {
	width: 280px;
	margin: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 25px 60px;
	font-size: 20px;
	text-align: center;
}

.elta-logo {
    padding-top: 10px;
}

/**
 * my account history order page
 */

.order-ticket-more a {
    cursor:pointer;
}
.order-ticket-more a:nth-child(2) {
    display:none
}
.order-ticket-more.open tr:nth-child(n+0) {
    display: table-row;
}

.order-ticket-more.open .inner {
    display: block;
}

.order-ticket-more .inner {
    display: none;
}

.personalization-others-bought-products h3, .personalization-recently-viewed-products h2 {
	font-size: 28px;
	color: #003a63;
	padding-left: 20px;
}

.personalization-cta-login h5 {
color: #003a63;
margin: 0;
min-width: 245px;
}

.personalization-cta-login .btn {
	background: url('../images/btn-personal-login.png') no-repeat;
	height: 40px;
	width: 245px;
	font-size:0;
}

.useful-group.apps .thumb a {
font-size: 16px;
font-weight: bold;
display: block;
height: 41px;
overflow: hidden;
}
.useful-group.apps .thumb a:hover {
opacity: 1;
}

.useful-group.apps .price{
	font-weight: bold;
}

span.special-price.bundle-total-price.totalPrice {
  font-size: 23px;
}


.optin-form .product-price {
bottom: 285px;
}
.optin-form .coming-soon {
bottom: 20px;
}

.useful-group-description.row.suggested-apps .price {
  font-weight: bold;
}

.useful-group-description.row.suggested-apps p.help-text {
  height: 38px;
  overflow: hidden;
}

.useful-group-description.row.suggested-apps .thumb a {
	font-weight: normal;
}

.search-results-dropdown-wrapper .fa-search:before{
	content: none!important;
}
.search-results-dropdown-wrapper .input-group:after{
  background: url(../images/search-icon.png) -3px -3px no-repeat;
  width:30px;
  height:25px;
  display:block;
  content:" ";
  top:17px;
  right:10px;
  position:absolute;
}

.sticky .search-results-dropdown-wrapper .input-group:after {
     right: 25px!important;
}

.focused .search-results-dropdown-wrapper .input-group:after{
  background: url(../images/search-icon.png) -6px -34px no-repeat!important;
}


.offer-product h4 {
  font-weight: normal;
}

.more-arrow-icon {
  content: "";
  background: url('../images/lightblue-chevron.png') no-repeat 50% 50% transparent;
  padding: 5px;
  margin: 0 5px;
  display: inherit;
}

.product-filter.loading {
 position:relative
}
.product-filter.loading:after {
    content: '.';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 99999;
}

.best-fit-section-block  .filter-block[data-type="check_box"] .inner-form form > label:first-child {
    border-bottom: 1px solid #d3dde4;
    padding-left: 30px;
    padding-bottom: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
}

.best-fit-section-block  .filter-block[data-type="check_box"] .inner-form form {
    margin-top: 20px;
    display: block;
}

.owl-item .viewed {
  height: 40px;
  display: block;
  color: #889bb0;
  border-left: 1px solid #e5ebef;
  padding-left: 20px;
}

.owl-item .also-viewed {
  height: 40px;
    display: block;
  color: #889bb0;
  border-left: 1px solid #e5ebef;
  padding-left: 20px;
  white-space: nowrap;
}

.owl-item .empty-title {
  height: 40px;
  display: block;
}


.personalization-others-bought-products div.product-promotions {
       margin-top: 0;
}

h2.suggested-accessories {
	font-size: 28px;
}

h2.customers-also-bought {
	font-size: 24px;
}

.personalization-others-bought-products h3 {
  font-size: 18px;
  color: #88a3b6;
}

/*
.sub-menu.with-options a .text {
	color:#7f9cb1;
}
*/

span.germanos-caret-back.light-blue {
	  background: url('../images/ui-specific-icons.png') no-repeat -179px -2047px;
	  padding: 4px 12px;
	  width: 30px;
	  margin: 10px;
	  height: 30px;
	  opacity: 0.6;
}

.main-section.container span.back-to-list {
	font-size: 16px;
  	font-weight: bold;
}

table.order-details-table {
	width: 100%;
}

.order-details-table td.totals-labels.productlist {
	position: relative;
  	left: -10px;
}

/**
 * Issue 15896 fix
 */
.cart-header-actions {
    margin-top:-20px!important;
    margin-left:-10px!important;
    height: 96px;
    display:block;
    margin-bottom: -30px!important;
}
.cart-header-actions li{
    line-height:78px;
    padding-left:20px;
    border-color:#0D4368
}
.cart-header-actions li:nth-child(2) {
    border:none;
}
.cart-header-actions li:first-child a{
    border-right:1px solid #0D4368;
    line-height:86px;
    display:inline-block;
    margin-right:-20px;
    padding-right:50px;
}

.my-cart-continue-shopping-wrapper {
    padding:0;
}
.my-cart-continue-shopping-wrapper .row {
    margin:0;
}

.my-cart-continue-shopping-wrapper .row > *{
    display:block;
    width:100px;
    line-height:68px;
    text-align:left;
}
.my-cart-continue-shopping-wrapper .row > a{

    display: inline-block;
    width: 255px;
    float: left;
    line-height: 68px;
    text-decoration:none;
    padding-left:0!important;
}


.my-cart-continue-shopping-wrapper .row > a > .col-md-4 {
    width: 100%!important;
    float: none;
    border-right: 1px solid #0D4368;
    padding-left:0;
}
.my-cart-continue-shopping-wrapper .row > *:last-child{
    float:right;
    text-align:right;
    width:220px!important;
}


/*carousel*/
.my-cart-suggested-wrapper {
	padding-left: 60px;
	padding-right: 60px;
}
.my-cart-suggested-wrapper .owl-wrapper-outer {



}

.my-cart-suggested-wrapper .owl-item {
	width: 177px!important;

}

.suggestion-item {
	width:200px;
}

.g-collapsible .my-cart-suggested-wrapper li {
  padding-left:0
}

.suggestedAccessories .owl-item:last-child .suggestion-item {
    border-right: 1px solid #e5ebef;
    width: 240px;
}

.suggestedAccessories .product-info-container {
	width: 176px;
	height: 65px;
}

.lastViewedContainer .owl-item:last-child .suggestion-item {
    border-right: 1px solid #e5ebef;
    width: 240px;
}

.lastViewedContainer .product-info-container {
	width: 176px;
	height: 65px;
}

.my-cart-suggested-wrapper a.controls.previous {
  left:-44px
 }
.my-cart-suggested-wrapper a.controls.previous:hover {
 left:-42px;
}
.my-cart-suggested-wrapper a.controls.next {
  right:-41px;

}
.my-cart-suggested-wrapper a.controls.next:hover {
 right:-40px;
}
.cross-sell-item {
 margin-bottom: 20px;
}
.my-cart-suggested-wrapper .suggestion-item h2 {
      font-size:14px;
      height:34px;
}
.suggestion-item i.fa.fa-plus-circle {
    margin-right: 5px;
    font-size: 14px;
}
.qty-select-widget .widget i.fa-plus {
    text-indent: -99999px;
    background: url("../images/ui-specific-icons.png") no-repeat scroll -148px -2149px rgba(0, 0, 0, 0);
    /*background: url("http://geratgwebsit.cosmote.gr:8080/assets/resources/germanos/images/ui-specific-icons.png") no-repeat scroll -148px -2149px rgba(0, 0, 0, 0);      */
}

.you-win span {
    float: left;
}

.winPercentage {
    float: right;
}

.compare-selected-products .comp-row .product-price .price,
.compare-selected-products-sticky .product-price .price {
  font-size: 18px;
  font-weight: bold;
}

.compare-selected-products .comp-row .product-price .strikethrough,
.compare-selected-products-sticky .product-price .strikethrough {
	font-weight: bold;
}

.compare-selected-products .comp-row .product-price .special-price,
.compare-selected-products-sticky .product-price .special-price {
	font-size: 28px;
}

.skubundle-offer .more-arrow-icon {
	display: inline;
}

.offer-body.skubundle-offer span.user-rating {
	  color: #889bb0;
	  font-size: 14px;
	  display: block;
	  margin-bottom: 10px;
}

.product-price .proportion {
	font-size: 18px;
	font-weight: normal;
}

.browsing-history h3 {
  font-size: 28px;
  color: #003a63;
}


.filters-list a {
  font-size: 12px!important;
}

.init-hidden{
	display:none;
}
.my-cart-continue-shopping-wrapper a:hover{
	text-decoration: none!important;
}

.suggestedAccessories .suggestion-item {
	  margin-top: 10px;
}

.comparison-slider-item .close-btn {
	margin-top: 3px;
	margin-right: 22px;
}

span.not-found-results,
span.not-found-results + i {
  	color: #889bb0;
  	pointer-events: none;
  	text-decoration: none;
}

span.found-results {
	color: #FFFFFF;
}

#matchme-container-div .matchme-found-results {
	background: #003A62;
	padding: 30px;
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	line-height: 25px;
}

#matchme-container-div .matchme-not-found-results {
	background: #FFFFFF;
	padding: 30px;
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	line-height: 25px;
}

.matchme-results.matchme-found-results:hover {
	background: #0A81C5!important;
}

button.finish-buy {
	text-align: center;
	width: 380px;
	height: 60px;
	margin-top: 10px;
	margin-right: 20px;
}

button.finish-buy > span {
	font-weight: bold;
}

span.user-rating.aligned {
	float: left;
	padding-right: 10px;
}

.product-fullstory.product-bundle {
	border-bottom: none;
}

.choose-accessory span.max-quantity {
	text-decoration: underline;
}

.suggestedItemBundle .product-price {
	font-size: 18px;
}

.bundle-left-pane {
	margin-bottom: 50px;
}

span.maxQuantity {
	font-weight: bold;
}

.bundle-chosen-items-container .text-muted.help-text {
	font-size: 14px;
}

.bundle-chosen-items-container a:hover,
.bundle-chosen-items-container a:focus {
	text-decoration: underline;
	color: #7F9BB1;
}

.suggestedItemBundle .product-info-container > h2 {
    color: #0082cd;
}

.product-teaser-text.product-title a {
	text-decoration: none;
	pointer-events: none;
}

.rating .showRating {
	position: relative;
	top: -60px;
}

.rating .product-class-label.user-rating {
	color: #889bb0;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}

.bundle-pane .bundle-chosen-price {
	height: 62px;
}

form#addByB .information-container.pull-left {
	border-right: none;
}

.pager-indicator .current-page  {
	font-weight:bold;
}


/**
 * Custom scrollbar
 */

.mCSB_container {
    margin-right: 0!important;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    top: 10px!important;
    bottom: 10px!important;
    right:10px!important;
}

.mCSB_draggerRail {
    width: 10px!important;
    display:none;
}

.mCSB_dragger_bar {
    width: 10px!important;
    border-radius: 10px!important;
    background:rgba(0,0,0,0.3)!important;
}

.bundle-right-pane a.bundle-item-name:hover {
	color: #0981c4;
	opacity: 1;
	text-decoration: none;
}

/**
* mini cart add sales
*/

tr.my-cart-total div.discount-amount {
  float: left;
  width: 242px;
}

tr.my-cart-total span.sales {
  font-size: 12px;
  font-weight: bold;
  float: left;
}

tr.my-cart-total span.discount-amount-price {
  float: left;
  padding-left: 5px;
  font-size: 16px;
  color: red;
  font-weight: bold;  
}

.view-my-cart span.vatPrice {
  float: left;
  padding-top: 20px;
  padding-left: 15px;
}

/**/

.store-pickup-container {
	background:#fff;
	color: #7f9cb1; 
	padding:20px; 
	border: 1px solid #d3dde4;
	margin-top:30px;
	height: 240px;
}

.store-pickup-container .store-pickup-title { 
	font-weight:bold;
	margin-bottom:10px;
	color:#003a63; 
	font-size:16px;
}

.store-pickup-container .store-pickup-info {
	color:#7f9cb1;
}

.store-pickup-container .store-pickup-address{
	color:#003a63;
	font-size:14px;
	line-height:22px;
}

.store-pickup-container .store-pickup-more-info-container {
	margin-top:10px;
	font-size:14px;
}

.store-pickup-container .store-pickup-get-directions {
	color: #0981c4;
}

.store-pickup-container .store-pickup-more {
	color: #0981c4;
}

.store-pickup-container:before {
    border-bottom: 15px solid #fff;
    margin-top: -10px;
    z-index: 4;
}
.store-pickup-container:before {
	background-color: transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: 118px;
    width: 0;
}

.store-pickup-container:after {
  	border-bottom: 15px solid #d3dde4;
  	margin-top: -12px;
    z-index: 2;
}

.store-pickup-container:after {
  	border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -14px;
    position: absolute;
    top: 118px;
    width: 0;
}

.store-pickup-container.store-pickup-arrow-step-4:before,
.store-pickup-container.store-pickup-arrow-step-4:after {
	margin-left: 264px;
}

/***/
body.credentials-retrieval-page {
 background:#fff!important;
}

body.no-page.page {
    background-color: #fff;
}

.credentials-retrieval.row{
padding-bottom:20px;	
}

.credentials-retrieval-info h2 {
  color: #fff;
  padding-left: 0;
  margin-top: 1px;
}

.credentials-retrieval-info p {
  color: #fff!important;
}
.credentials-retrieval-info {
  background: url(../images/registration-block-background.jpg ) repeat center center;
  color: #fff!important;
  min-height: 370px;
  width: 580px;
  margin-top: 40px;
  /* margin-left: 10px; */
  float: left;
  display: inline-block;
  position: relative;
  padding:20px;
}

.credentials-registration-retrieval {
  background: url(../images/registration-block-background.jpg ) repeat center center;
  float: right;
  color: #fff!important;
  min-height: 370px;
  width: 580px;
  margin-top: 42px;
  margin-bottom: 20px;
  /* margin-left: 10px; */
  float: right;
  display: inline-block;
  position: relative;
  /* right: 200px; */
  padding:20px;
}

.credentials-registration-retrieval p {
  color: #fff!important;
}

.registration-form-credentials-retrieval {
	background: #ebf0f3;
	margin-top: 42px;
    min-height: 370px;
    padding: 20px;
    width: 580px;
    float: left;
}

.registration-form-credentials-retrieval input.btn-light-blue {
    text-align: left;
}

.registration-form-credentials-retrieval h2 {
    padding-left: 0px;
}

.registration-form-credentials-retrieval .separator {
    border-top: 1px solid #d8dde1;
    padding-top: 10px;
}

.registration-secondary-sidebar.set-new-password {
	float: right;
    margin-top: 42px;
    padding-top: 0;
    width: auto;
}

.credentials-retrieval-form {
 margin-top:40px;
  
 width: 580px;
 background: #EBF0F3;
 padding: 20px;
 min-height: 370px;
}

.credentials-retrieval-form .inner {
  min-height: 255px;
  width: 550px;
  border-bottom: 1px solid #d8dde1;
}

.credentials-retrieval-form .button-div {
  position: absolute;
  bottom: 0;
  margin-bottom: 15px;
  display: block;
  right: 20px;
}

.credentials-retrieval-form.activation-success {
	float: left;
	margin-bottom: 20px;
}

.registration-benefits-block.activation-success-sidebar {
    background: url("../images/registration-block-background.jpg") repeat scroll center center rgba(0, 0, 0, 0);
    color: #fff !important;
    display: inline-block;
    /* float: left; */
    margin-top: 0px;
    min-height: 370px;
    padding: 20px;
    position: relative;
    /* right: 200px; */
    width: 580px;
}

.registration-benefits-block.activation-success-sidebar p {
	color: #fff;
}

.mfp-wrap .mfp-container .mfp-content {
	width: auto;
}

.mfp-content .productInfoContainer {
	width: 916px;
}

.mfp-content .productInfoContainer .container {
  	width: auto!important;
}

.mfp-content .productInfoContainer .information-container {
	border-right: none;
}

.mfp-content .productInfoContainer .container div.rate-review {
	display: none;
}

.mfp-content .productInfoContainer .productItemForCompare {
  display: none;
}

.grey-bottomline {
  border-bottom: 1px solid #d8dde1;
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.btn-white-right-arrow {
  background: url('../images/ui-specific-icons.png') no-repeat -528px -2049px transparent;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 100000;
  margin-right: 35px;
  right: 0;
  margin-top: 10px;
}

.credentials-retrieval-form input.btn-light-blue {
  text-align: left;
}

/* cookies css*/
    div#fancybox-wrap,
    .cookies-lightbox-accept {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 99999;
    }
    
     .cookies-lightbox-accept{
     position:relative;
     }
    
    div#fancybox-wrap{
    background: rgba(0, 0, 0,0.34);
    }
    
    div#fancybox-content {
        background: rgba(0,58,98,0.9);
        margin: 100px auto;
        /*height: 430px;*/
        width: 910px;
        padding: 11px 13px 25px;
        position:relative;
    }
    
    .cookies-lightbox-accept-content  {
        background: rgba(0,58,98,0.9);
        /*height: 430px;*/
        width: 100%;
        position:fixed;
        bottom:0;
        left:0;
        z-index: 1000;
        height:auto;
/*         -webkit-box-shadow: 0px 0px 4px -1px rgba(2,2,36,0.8); */
/* 		-moz-box-shadow: 0px 0px 4px -1px rgba(2,2,36,0.8); */
		box-shadow: 0px 0px 16px -1px rgba(2,2,36,0.8);
    }
    
	.lightbox-cookies .tab-content {
	  width: 580px;
	  padding-right: 100px;
	  height: 277px;
	  float: right;
	  position: relative;
	}
    
    .lightbox-cookies .tabset3 {
        padding: 0;
        margin: 0;
        float: left;
        width: 252px;
    }
    
    .lightbox-cookies .tabset3 li {
        display: block;
        margin-bottom:0;
    }
    
    .lightbox-cookies .tabset3 li a {
        display: block;
        border-bottom: 1px solid rgba(0,58,98,0.9);
        padding: 28px 8px 24px 13px;
		background: #0981c4;
        margin: 0;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        color: white;
        position:relative;
        cursor: pointer;
    }
    
    .lightbox-cookies h5 {
        padding:0;
        font-size: 24px;
	    font-weight: bold;
	    color: white;
	    line-height: 30px;
	    margin-bottom: 20px;
	    margin-top: 30px;
    }
    
    .lightbox-cookies .text {
	    padding: 10px 0 0 0;
	    color: white;
	    font-size: 13px;
    }
    
    .lightbox-cookies .tabset3 li > a:after {
        content: '';
        display: block;
        float: right;
        width: 10px;
        height: 10px;
/*        	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEJGODg2NkFFOUM2MTFFNEIzMENBMzJDMjYxOTE0NTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEJGODg2NkJFOUM2MTFFNEIzMENBMzJDMjYxOTE0NTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQkY4ODY2OEU5QzYxMUU0QjMwQ0EzMkMyNjE5MTQ1MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQkY4ODY2OUU5QzYxMUU0QjMwQ0EzMkMyNjE5MTQ1MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pjq5ZawAAAA/SURBVHjaYvj//78CEBcAsQAQM8AwiJj/HwLWo0sYAPF7qOR8ZAmskgxI2pElG5gYcAF8RuG0HKdzsXoQIMAAo9S0zZ/BPYIAAAAASUVORK5CYII=) no-repeat center center; */
        /*background: url(data:image/gif;base64,R0lGODlhBQAHALMAAPT09Gtra0lJSUpKSmxsbEtLS////4ODg21tbYKCgo6Ojujo6AAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpERTJFRkFCRUE1OTkxMUUxOTA5N0MyNENBMDdGQ0I0NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpERTJFRkFCRkE1OTkxMUUxOTA5N0MyNENBMDdGQ0I0NSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkRFMkVGQUJDQTU5OTExRTE5MDk3QzI0Q0EwN0ZDQjQ1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRFMkVGQUJEQTU5OTExRTE5MDk3QzI0Q0EwN0ZDQjQ1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAUABwAABBbwAFQKAYCMcfNWxiIEWEACgZCgghABADs=) no-repeat center center;*/
    }



  .lightbox-cookies .tabset3 li > a.active::before {
        border-bottom: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid transparent;
        content: "";
        display: inline-block;
        left: -8px;
        position: absolute;
        top: 20px; 
    } 
    
    .lightbox-cookies .tabset3 li > a.active::after {
        border-bottom: 38px solid transparent;
        border-left: 20px solid #0981c4;
        border-top: 35px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
        right: -20px;
        top: 0;
    }
    
    .lightbox-cookies .tabset3 li > a.active:hover::after {
        border-left: 20px solid #3899ce;
    }

    .lightbox-cookies .tabset3 li > a:hover,
    .lightbox-cookies .tabset3 li > a.active {
	    background: #0981c4;
	    color: white;
    }
    
     .lightbox-cookies .tabset3 li > a:hover{
        background: #3899ce;     
     }
    
  /*   .lightbox-cookies .tabset3 li > a:hover:after,
    .lightbox-cookies .tabset3 li > a.active:after {
        background: url(data:image/gif;base64,R0lGODlhBQAHAKIAABAQEM/Pz////6+vryAgIAAAAJ+fnwAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRTIwQTI0MkE1OTkxMUUxOENEOUY2RTE4REI3ODkwQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFRTIwQTI0M0E1OTkxMUUxOENEOUY2RTE4REI3ODkwQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVFMjBBMjQwQTU5OTExRTE4Q0Q5RjZFMThEQjc4OTBDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVFMjBBMjQxQTU5OTExRTE4Q0Q5RjZFMThEQjc4OTBDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAUABwAAAw84ECIBq70oTCEOhskUEwkAOw==) no-repeat center center;
 		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY3NjExREFFOUM2MTFFNDkyNzBCNzg0MTVCM0QyQTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY3NjExREJFOUM2MTFFNDkyNzBCNzg0MTVCM0QyQTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjc2MTFEOEU5QzYxMUU0OTI3MEI3ODQxNUIzRDJBMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjc2MTFEOUU5QzYxMUU0OTI3MEI3ODQxNUIzRDJBMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhUiyMwAAAB1SURBVHjaYmSwSlZgYGAIAOIF/4/O+cAABUxAXA/E/UA8nwEJgCQmAjFIZQCjdQpckgmo/QKQdoRKJsAkGf///w9WARQwAFL7gVgAiBuZGHAAsA401SDXJTICnYshCHNVPlRwA0wQBFhAFgHxRZBqZDsAAgwAv8cnxqvUNG8AAAAASUVORK5CYII=) no-repeat center center;
    } */
    
    .cookies-arrow-right{
    	background:url("../images/white-chevron.png") no-repeat;
    	float:right;
    	width:8px;
    	height:12px;
    	margin-top:6px;
    }
    
    .lightbox-cookies .options-buttons {
	    height: 60px;
	    margin: 20px 0 20px;
	    border-top: 1px solid rgba(228,228,228,0.23);
	    padding-top: 15px;
    }
    
    .lightbox-cookies .green-button {
	  line-height:30px;
	  color: #fff;
	  text-decoration: none;
	  display: inline-block;
	  margin: 17px 20px 0 110px;
	  padding: 10px 77px;
	  font-size: 14px;
	  background: #0981c4;
	  font-weight:bold;
	  float:right;
    }
    
    .lightbox-cookies .green-button:hover{
       background: #3899ce;
    }
    
    
    .lightbox-cookies .check-options {
	    background: transparent;
	    height: 35px;
	    line-height: 35px;
	    width: 520px;
	    padding: 0;
	    position: absolute;
	    bottom: 0px;
    }
    
	.lightbox-cookies .status {
	  float: right;
	  font-size: 13px;
	  color: white;
	  font-weight: bold;
	  padding: 60px 0px 0 0;
	}
	
		    
    .lightbox-cookies .status img {
        display: inline-block;
        vertical-align: middle;
    }
    
    .lightbox-cookies .status .chk-area {
        display: block;
        float: right;
    }
    .lightboxMin .text {
	    color: white;
	    font-size: 12px;
	    margin: 0 auto;
	    text-align: justify;
	    float: left;
	    vertical-align: middle;
	    width: 930px;
	    padding: 5px 15px 0px 23px;
	    height: 71px;
    }
    
    .lightboxMin .text h4 {
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 0px;
    margin: 16px 0px;
    padding-left:0px; }
        
	a#confNo {
		text-decoration: none;
	    color: white;
	    font-size: 11px;
	    font-weight: bold;
	    white-space: nowrap;
	    text-align: center;
	    margin: 0 0 0 0;
        padding: 3px 17px 25px 0px;
	}
	
	.accept-cookies-all-btn .button .r,
	.lightbox-cookies .green-button .r {
	    content:'';
	    width:20px;
	    height:30px;
	    display:block;
	    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5MTRBMDdFOUMzMTFFNEEzRDRGMEE5RjlBREYxNDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5MTRBMDhFOUMzMTFFNEEzRDRGMEE5RjlBREYxNDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjkxNEEwNUU5QzMxMUU0QTNENEYwQTlGOUFERjE0NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjkxNEEwNkU5QzMxMUU0QTNENEYwQTlGOUFERjE0NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkWg2eQAAADSSURBVHjaYvj//z8DGuYB4kIgPgDEb/9DwFsovxAqj6IH3YAoIH7+Hz94DlWH1ZD6/6SBenRDov6TB2JA+hlBfmRgYLgDxOIMpIO3QKzCBCQSCBiQDMT/ccgJA3EMyCu7CDgZpKYNj/wukIKnBAwpBWIOIO7AIf8MZMhPAoZ8BmJNqIuwgZ9M0MDBB5qA+D4Qd+AMXCqEyW6QSzYRcEkiEFfgkd9IlXQCS7HRZKbYWKrnHRgG5YUXBDS/hLkAlyGw8iQXiPeglSd7oOIY5QlAgAEAyycAol4SR9QAAAAASUVORK5CYII=)no-repeat center center transparent;
	    float:right;
	    margin-left:20px;

	}
	.accept-cookies-all-btn .button {
	    line-height: 30px;
	    color: #fff;
	    text-decoration: none;
	    display: inline-block;
	    margin: 15px 25px 0px 7px;
	    padding: 5px 58px;
	    font-size: 14px;
	    background: #0981c4;
	    font-weight: bold;
	}

	.accept-cookies-all-btn .button:hover {
 		/*opacity:0.8!important; */
 		background: #3899ce;
	}
    div#lightbox-confirm {
        text-align:center;
    }

	#fancybox-close {
	    position:absolute;
	    right:5px;
	    top:5px;
	    display: block!important;
	    height: 30px;
	    width:30px;
	    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTQ0QTNFQ0FFOUM1MTFFNDkzOEFDNDA0QzBERUUxNzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTQ0QTNFQ0JFOUM1MTFFNDkzOEFDNDA0QzBERUUxNzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNDRBM0VDOEU5QzUxMUU0OTM4QUM0MDRDMERFRTE3MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNDRBM0VDOUU5QzUxMUU0OTM4QUM0MDRDMERFRTE3MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pjeuxb4AAADMSURBVHjavNWBDYMgEAXQkziAozBB03YDN4DJYANH6ApsUjZosYHmct6JbS+9hGgMvlz4oMP9dD0DwFLGBL9VLmM2ShhUYzFK2Bs1oFwSmMqIO+/FOmdTo4Bd6iKv5RjM16W6lWF7HSaEedJpw1qq6UiHDmH4Su8D0z0L9lAR2wuloYF5LmI9UHXb0ACArGP8FIxMAOEIOh7EHJO05/Yp16FF55tiOKiJbmqpQ1tPQBLSdGjeBhzK9/Dxr5S/BrOil1dwVkJfv4CnAAMAKmktc4d1gY0AAAAASUVORK5CYII=) no-repeat center center;;
	    z-index:99999999;
	    cursor:pointer;
	}
	#fancybox-close:hover {
		opacity:0.8!important;
	}

.content-page h1 {
  	padding: 0;
	margin-bottom: 40px;
	margin-top: 0;
	line-height: 21px;
}

.corporate .footer:before {
	background:none;
}

.labeltab{
      margin-left: 1px;
}

.header-space{
      margin-left: -25px;
       margin-top: 1px;
}


.inner.bg-white.margin-top.checkout-terms .form-group {
  margin-bottom: 0px;
}

.support-hub-page .navbar {
	border: none;
}

.login-failed {
	background: #EF3E42!important;
	margin-bottom: 20px;
	font-size: 13px;
	height: auto!important;
	text-align: left;
	padding: 10px;
	margin-top: 15px;
}

.login-popup-footer ul li {
	margin: 15px 0;
	font-size:13px;
}

.offer-tab{
	margin-left: 190px;
}

.product-list-item .promotional-info .offer-tab {
	margin-left: 165px;
}

.form-group.error .info-box .iradio_flat-blue:not(.checked) {
  border: 2px solid;
}

.info-box .iradio_flat-blue {
	margin-top: 3px;
	margin-bottom: 3px;
}

.product-fullstory .product-promotions.clearfix {
    float: right;
}

.product-fullstory .product-promotions.product-info-container {
	float: initial;
}

#match-me .matchme_scrollbar {
    max-height: 200px !important;
    overflow: auto;
}

.product-info-header.promotions.clearfix {
  height: 34px;
}

/* captcha styles */
.captcha{
	width: 157px;
	height: 71px;
	border: 1px solid #ebebeb;
  	float: left;
  	margin-right: 20px;
}
/*corporate search*/
.corporate-results-list {
    clear: both;
    margin-bottom: 40px;
}

.corporate-results-list .content-list-item {
    padding: 0 0 20px 20px;
    border-bottom: 1px solid #e5ebef;
}

.corporate-results-list .content-list-item h3 {
    font-size: 18px;
    color: #0981c4;
    line-height: 21px;
    margin-bottom: 5px;
    margin-top: 25px;
}

.corporate-results-list .content-list-item .category a {
    font-size:14px;
    color: #7f9cb1;
    font-weight: normal;
}

.corporate-results-list .content-list-item .category {
    margin-bottom: 4px;
        font-size:14px;
    color: #7f9cb1;
    font-weight: normal;
}

.corporate-results-list .content-list-item .teaser-text {
    margin-bottom: 10px;
}

h4.corporate-results {
    font-size: 28px;
    font-weight:normal;
}

h4.corporate-results small {
    font-size: 18px;
    color: #003a63;
}


 .search-categories.left-navigation > ul li.active > ul {
  padding:0;
  display: block!important;
  background-color: #fff;
}

.search-categories.left-navigation ul li.active li {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0 10px 0;
  
}



.product-color-options #navlist li {
  display: inline;
  list-style-type: none;
  padding-right: 10px;
}

.product-color-options.grid-view #navlist li {
	padding-right: 0px;
}

/* fix to display 10 colors */
.product-color-options.grid-view {
    position: relative;
    right: 20px;
    width: 280px;
}

.product-color-options #navlist li.active {
  
  margin:0;
}


.eval-group-title h5 {
  padding-top: 30px;
  padding-bottom: 40px;
}

.logged-in {
  padding: 16px 15px!important;
}

/* captcha UI */

.repair-tracking > label, 
.order-tracking > label {
    white-space: nowrap;
}

.registration-form .error .captcha.info-box {
	margin-top: -65px;
}
.registration-form .captcha.info-box {
	height: 65px;
	right: 800px;
	margin-right: 0;
	width: 200px;
}

.registration-form .captcha.info-box .arrow.arrow-left {
    margin-top: 20px;
}

.captcha-wrapper {
    position: relative;
    float: left;
    background-color: #fff;
    overflow: hidden;
}

.captcha-wrapper:after {
    background-color: #ccd8e0;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    opacity: 0.35;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

.repair-tracking .captcha-wrapper, 
.order-tracking .captcha-wrapper,
.registration-form .captcha-wrapper {
	width: 206px;
	height: 46px;
}

.repair-tracking .captcha.captcha-img,
.order-tracking .captcha.captcha-img,
.registration-form .captcha.captcha-img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -5px;
    height: 55px;
    border: none;
}

.repair-tracking .captcha-img,
.order-tracking .captcha-img,
.registration-form .captcha-img {
	margin-right: 0px;
}

.repair-tracking .captcha-reload-back,
.order-tracking .captcha-reload-back, 
.registration-form .captcha-reload-back {
	border: 1px solid #ccd8e0;
	width: 53px;
	height: 46px;
	float: left;
	cursor: pointer;
	background-color: #0981c4;
}

.captcha-reload {
	background: url("../images/ui-specific-icons.png") no-repeat scroll -495px -1686px #0981c4;
	display: block;
	height: 20px;
	margin: 12px 8px;
	width: 36px;
}

.repair-tracking .arrow-left,
.order-tracking .arrow-left,
.registration-form .form-required.form-group .arrow-left {
	border-color: transparent;
	border-right: 15px solid;
	border-style: solid;
	border-width: 15px;
	color: #0981c4;
	display: block;
	height: 0;
	margin-left: 185px;
	margin-top: 8px;
	position: absolute;
	width: 0;
	z-index: 9999;
}

.repair-tracking.control-group.warning input, 
.repair-tracking.control-group.error input, 
.order-tracking.control-group.warning input, 
.order-tracking.control-group.error input {
	background-color: #fff;
	border-color: none;
	margin-bottom: 0;
}

.repair-tracking .captcha-input,
.order-tracking .captcha-input {
	height: 40px;
	width: 260px;
	margin-top: 5px;
}

.registration-form .captcha-input {
	height: 44px;
	width: 170px;
	margin: 1px 10px;
	border: 1px solid #d9e2e8;
}

.form-required .captcha-info {
	font-weight: normal;
	margin-bottom: 18px;
}

.product-full-story-tabbed-info ul.nav a:focus {
    opacity: 1;
}

.product-grid-item.product-teaser div.product-promotions ul {
	position: relative;
}

.product-color-options label {
	text-align: center!important;
}

.product-grid-item.product-teaser .product-image-container {
	margin-bottom: 10px;
}

.product-grid-item.product-teaser .product-image-container ul {
	clear: both;
	text-align: center;
}

.product-grid-item.product-teaser .product-image-container {
	margin-bottom: 15px;
}

.dropdown-orders-pane label {
	white-space: normal;
	text-align: left!important;
	line-height: 15px;
	padding-left: 0px!important;
	padding-bottom: 0px!important;
	font-weight: normal;
	color: #777!important;
}

.dropdown-orders-pane .captcha-wrapper {
	width: 156px;
}

.dropdown-orders-pane .captcha-reload-back {
	width: 50px;
}

.dropdown-orders-pane .captcha.captcha-img {
	top: 0px;
}

.dropdown-orders-pane .arrow.arrow-left {
	margin-left: 135px;
}

.dropdown-orders-pane .captcha-input {
	border: 1px solid #d9e2e8;
	width: 206px;
}

/** listing fix **/
.product-list-item .product-image-container .product-image {
	padding-top: 0px!important;
}

.product-list-item .product-image-container .product-color-options ul {
	text-align: center;
}

.product-list-item .product-color-options {
	padding-top: 0px!important;
}

.product-list-item .product-color-options label {
	margin-bottom: 0px!important;
}

.product-teaser:hover .product-color-options {
	display: block;
	height: 40px;
	padding: 0px;
}

.border-left{
	border-left: 1px solid #B4C5D1;
	height:290px;
}

.border-right{
	border-right: 1px solid #B4C5D1;
	height:290px;
}

.teaser-box-footer h2{
	
margin-left:-20px;
}

.isotope-item.teaserBoxSize-7.box-2x2 {
	height:580px
}

.coupon-text .coupon-sales-text {
    font-size: 12px;
    color: #7F9CB1;
}

.help.color-primary-dark-blue-60{
	color:#244269!important;
}
#results-sorting-id .caret {
    display:none;
}
#results-sorting-id {
	position:relative;
}
#results-sorting-id:after {
  content: '';
  display: inline-block;
  background: url('../images/ui-specific-icons.png') no-repeat -680px -2064px;
  width: 10px;
  height: 10px;
  padding: 10px;
  border-radius: 50px;
  border: 0;
  margin: 0 0 0 10px;
  float: right;
  margin-top: 0px;
  position:absolute;
  right:0px;
}


/**
 * "Product list dropdown"
 */
.results-sorting {
    position:relative;
}
.results-sorting.open:after {
    content:'';
    position:absolute;
    bottom:-4px;
    z-index:9999;
    border-bottom:15px solid #fff;
    border-right:15px solid transparent;
    border-left:15px solid transparent;
    width:0;
    height:0;
    left:50%;
    margin-left:-10px;
    z-index:9999;
    
}
.results-sorting.open:before {
    content:'';
    position:absolute;
    bottom:-3px;
    z-index:9999;
    border-bottom:15px solid #d3dde4;
    border-right:15px solid transparent;
    border-left:15px solid transparent;
    width:0;
    height:0;
    left:50%;
    margin-left:-10px;
    z-index:9999;
    
}
.results-sorting .dropdown-menu {
    border: 1px solid #d3dde4;
    border-radius: 0;
}
.results-sorting .dropdown-menu li a,В 
.results-sorting .dropdown-menu li a:hover {
    border-bottom: 1px solid #d3dde4;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 10px 10px 0;
    color: #1183c4;
    background-color: transparent!important;
}
.results-sorting .dropdown-menu li a:hover {
   text-decoration: underline;
}
.results-sorting .dropdown-menu li.selected a {
   background: url('../images/green-tick.png') no-repeat right;
}
.results-sorting .dropdown-menu li:last-child a {
    border-bottom: none;
}
/*Main search fix for mobile*/
.search-results-dropdown-wrapper .input-group {
    position: static;
}

a#selected-category-a {
    white-space: nowrap;
    max-width:270px!important;
    margin-right:35px;
    border-left: 1px solid #003a63;
    height: 41px;
    margin-top: 10px;
    padding-top: 6px!important;
}

.sticky a#selected-category-a {
    white-space: nowrap;
    max-width:230px!important;
    margin-right:42px;
    left:-3px;
    top:1px;
}

.navbar-primary.sticky .navbar-form .input-group > .form-control {
    width: 200px!important;
    font-size:13px;
}

.pac-container {
	z-index:999999999999!important;
}

.section.background-primary-white .ideal-suggestions h2 {
    font-size: 18px;
    font-weight: normal;
}

.section.background-primary-white .ideal-suggestions .grey-bullets.small > li {
    margin-top: 2px;
}

.title-category-image-multilink .suggestion-links a {
    position: relative;
    top: -3px;
}

.information-container .product-promoted-info .product-promotions {
    float: left!important;
}

a.cursor-pointer{
	cursor:pointer;
}

/**
 * Navbar search fix
 */
.navbar-primary:not(.sticky) .search-results-dropdown {
    margin-left: 0!important;
}
.search-hits {
    width: 504px;
}
.search-product-suggestions {
    width: 282px;
}
.navbar-primary.sticky .search-results-dropdown {
    margin-left:-0!important;
}
.navbar-primary.sticky .search-hits {
    width: 424px;
}
.navbar-primary.sticky .search-product-suggestions {
    width: 228px;
}

li.dropdown.search-results-dropdown-wrapper {
    position: static;
}
.search-navbar {
    position:relative;
}

.search-results-dropdown-wrapper .input-group:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAA8FBMVEUAAAAFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2MFO2ORAGFzAAAAT3RSTlMAAQIDBAUICQoMDhQXGBofICMkJSYoMjM6Oz0/YWJjZGZoaWxtb3BxdHd4e35/goOGjI6XmJqbnZ6goqOlqKrMz9fZ2ubp7e/x8/X3+fv9lcSQCgAAAXVJREFUOMuNlHlbgkAQxhcCScnEMuyS0kqt7IBO6VaLBGG//7epZ2e5d4H57535we5ci1BsYtuwZ8vlzDbaIuJbbeziyNxzhYNJAx+nLBhILK65wDlbNPPcfoAZFuxmuQPMsQy5Gf7Ps3RVUdSu5VGHv5Hk5G/qHsmRaxTeM5nRGficVvJrzQFvP3atw8FOI32fBpB+LfJM4FMtm6EG/nHUtxXRw3zN4J6uQGUH8pXzoAy5t6k8JspktcsioR5Vr0TpLLBLQlOq5kSpLFAloS+qYLaYQ6WQ0G9V8Kfq0R/lyegk9EbVUVl5DqnaLit4J2yhV9zC1VqoL6H5Lc5QTOIiFI5Zsh4nRYN7nVzpcFWH8SoMw/Wqp5Y6Wi6TLJduetEe2kKS3MN8y5BBVZL1pLBJaZD96U3dZpJIuYhTwKur//oJUzaJxC3jZe46n++9Heib8MwhcyY8VSYfKXmKysgH+q6hUvIeHlVUTt6RYqEKZN8PbsU/She4jgaDHsoAAAAASUVORK5CYII=)no-repeat center center !important;
    background-position: center center;
    background-size: 22px 22px!important;
    right:18px;
}

.focused .search-results-dropdown-wrapper .input-group:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAA8FBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////l1cLhAAAAT3RSTlMAAQIDBAUICQoMDhQXGBofICMkJSYoMjM6Oz0/YWJjZGZoaWxtb3BxdHd4e35/goOGjI6XmJqbnZ6goqOlqKrMz9fZ2ubp7e/x8/X3+fv9lcSQCgAAAXVJREFUOMuNlHlbgkAQxhcCScnEMuyS0kqt7IBO6VaLBGG//7epZ2e5d4H57535we5ci1BsYtuwZ8vlzDbaIuJbbeziyNxzhYNJAx+nLBhILK65wDlbNPPcfoAZFuxmuQPMsQy5Gf7Ps3RVUdSu5VGHv5Hk5G/qHsmRaxTeM5nRGficVvJrzQFvP3atw8FOI32fBpB+LfJM4FMtm6EG/nHUtxXRw3zN4J6uQGUH8pXzoAy5t6k8JspktcsioR5Vr0TpLLBLQlOq5kSpLFAloS+qYLaYQ6WQ0G9V8Kfq0R/lyegk9EbVUVl5DqnaLit4J2yhV9zC1VqoL6H5Lc5QTOIiFI5Zsh4nRYN7nVzpcFWH8SoMw/Wqp5Y6Wi6TLJduetEe2kKS3MN8y5BBVZL1pLBJaZD96U3dZpJIuYhTwKur//oJUzaJxC3jZe46n++9Heib8MwhcyY8VSYfKXmKysgH+q6hUvIeHlVUTt6RYqEKZN8PbsU/She4jgaDHsoAAAAASUVORK5CYII=)no-repeat center center !important;
    background-position: center center;
    background-size: 22px 22px!important;
	right:18px;
}

.search-ads {
    padding: 0;
}

.navbar-primary.sticky ul.search-results-dropdown.no-search-suggestions {
    width: 424px;
}

.search-hits {
    min-height: 380px;
    background-color: #0981C4;
}

.cart-gift-label {
	color: #ef3e42;
}
