/*--------------
| Add your custom CSS rules to this file
| Make sure to back this file up before updating your theme!
--------------*/
/*
@font-face {
  font-family: 'Merriweather Sans';
  src: url('../fonts/merriweathersans-regular.ttf');
}
@font-face {
  font-family: 'Merriweather Sans';
  src: url('../fonts/merriweathersans-italic.ttf');
  font-style: italic;
}
@font-face {
  font-family: 'Merriweather Sans';
  src: url('../fonts/merriweathersans-light.ttf');
  font-weight: 100;
}
@font-face {
  font-family: 'Merriweather Sans';
  src: url('../fonts/merriweathersans-lightitalic.ttf');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Merriweather Sans';
  src: url('../fonts/merriweathersans-bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: 'Merriweather Sans';
  src: url('../fonts/merriweathersans-extrabold.ttf');
  font-weight: 900;
}
@font-face {
  font-family: 'Merriweather Sans';
  src: url('../fonts/merriweathersans-bolditalic.ttf');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Merriweather Sans';
  src: url('../fonts/merriweathersans-extrabolditalic.ttf');
  font-weight: 900;
  font-style: italic;
}
*/
body {
	font-family: 'LaCaixaFrutiger','Merriweather Sans', "Helvetica Neue", Arial, Helvetica, sans-serif;
	height: 100%;
	/*background: #ffffff url(/themes/caixabank_2019/img/Fondo1.png);*/
  	background-repeat: no-repeat;
  	background-position: top center;
  	background-attachment: fixed;
  	background-size: cover;
}
* {
	font-family: 'LaCaixaFrutiger','Merriweather Sans', "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'LaCaixaFrutiger','Merriweather Sans', "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.btn,
div.dataTables_paginate ul.pagination li a {
	font-family: 'LaCaixaFrutiger','Merriweather Sans', "Helvetica Neue", Arial, Helvetica, sans-serif;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	font-family: 'LaCaixaFrutiger','Merriweather Sans', "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.main {
	padding: 30px 0 40px;
}

.text-a-right {
	text-align: right;
}
.text-a-left {
	text-align: left;
}
.text-a-center {
	text-align: center;
}

.header .bottom .container {
	height: auto;
}

.header .bottom-shadow {
	height: 8px;
	width: 100%;
	background: transparent url('/themes/caixabank_2019/img/header_bg_shadow.png') repeat-x bottom;
}

.txtColorSpecialBlue {
	color: #262159;
}

.weight900 {
	font-weight: 900;
}
.weight100 {
	font-weight: 100;
}

#login-page {
}

#user-identification-box {
	align-items: center;
    margin-top: 10%;
    position: relative;
    //top: 50%;
    //left: 50%;
    //transform: translateY(-50%) translateX(-50%);
    justify-content: center;
    display: flex;
}
#user-identification-box .box-content {
	text-align: center;
	padding: 20px 0px;
	color: #000000;
}
#user-identification-box .box-content h1 {
	font-weight: 900;
	line-height: 20px;
}
#user-identification-box .box-content h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
}
#user-identification-box .box-content h2 span {
	display: block;
	line-height: 40px;
}
#user-identification-box .box-content h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
}
#user-identification-box .box-footer {
	padding: 8px 15px 0px 15px;
}
@media (max-width: 767px) {
	#user-identification-box .box-footer {
		padding-bottom: 15px;
	}
	#user-identification-box button[type="submit"] i {
		padding-top: 5px;
	}
}
@media (min-width: 1200px) {
	#user-identification-box .box-footer label[for="userID"] {
		padding-top: 4px;
	}
}
@media (min-width: 980px) and (max-width: 1199px), (min-width: 768px) and (max-width: 979px) {
	#user-identification-box .box-footer label[for="userID"] {
		text-align: center;
		margin-top: -6px;
	}
}
#login-registered-header {
	background: url('../../img/login-registered-header.jpg') no-repeat center center;
	height: 46px;
	width: 100%;
}

#user-login-not-registered {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}
#user-login-not-registered h1 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 900;
	margin-top: 5px;
}

#client-email-validation {
	position: relative;
}
#login-pass-popup {
	width: 154px;
	height: 154px;
	background: url('../../img/login-pass-popup.png') no-repeat;
	text-align: center;
	color: #fff;
	
	position: absolute;
	top: 70px;
	right: -105px;
	z-index: 1500;
}
#login-pass-popup h1 {
	font-size: 26px;
	line-height: 0px;
	margin-top: 52px;
	font-weight: 900;
}
#login-pass-popup h2 {
	font-size: 24px;
	line-height: 0px;
	font-weight: 100;
	margin-top: 28px;
}
#login-pass-popup h3 {
	font-size: 16px;
	line-height: 0px;
	font-weight: 700;
	margin-top: 25px;
}

.footer {
	padding-top: 20px;
}
.footer h6 {
	margin-bottom: 5px;
}
.footer.bggifts {
	background: #fff url('../../img/regalos-footer.jpg') no-repeat center center;
}
.footer.bggifts .span2.noMarginLeft {
	margin-left: 0px;
}
@media (min-width: 1200px) {
	.footer.bggifts .span4.extraMarginLeft {
		margin-left: 120px;
	}
}
@media (min-width: 980px) and (max-width: 1199px) {
	.footer.bggifts .span4.extraMarginLeft {
		margin-left: 80px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer.bggifts .span4.extraMarginLeft {
		margin-left: 80px;
	}
}

.footer.scroller {
	padding-top: 20px;
}
.footer.scroller .container .span12 {
	margin-left: 0px;
}
#marcas-scroller {
	width: 100%;
}
#marcas-scroller img {
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}
.footer .simply-scroll,
.footer .simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 30px;
}
#marcas-scroller li {
	width: auto;
	text-align: center;
	margin-left: 20px;
}

#pages-container {
	padding: 0px;
}

section#main-breadcrumb {
	margin-top: -30px;
}
section#main-breadcrumb #main-finder {
	padding-top: 11px;
}
@media (max-width: 767px) {
	section#main-breadcrumb #main-finder {
		padding-top: 0px;
	}	
}
input#query {
	background: #fff url('../../img/search-icon-bg.jpg') no-repeat right center;
}

@media (min-width: 768px) {
	#menu-support {
		float: right;
	}
	#menu-cesta {
		float: right;	
	}
}
#menu-cesta a {
	width: 28px;
	height: 24px;
	margin-right: 20px;
	background: url('../../img/cesta.png') no-repeat center center;
}
#menu-cesta span {
	font-size: 20px;
	position: relative;
	left: -20px;
}

/*
aside.sidebar div.widget.profile-widget h3.widget-title {
	margin-left: -30px;
	margin-right: -30px;
}
*/


.noMarginParent {
	margin: -20px;
}
noMarginBottom {
	margin-bottom: 0px;
}
section.category .widget h3.widget-title {
	margin-top: -30px;
	padding-left: 10px;
}
section.category .widget h3.widget-title span {
	font-weight: normal;
	letter-spacing: 0px;
}
section.category .widget h3.widget-title span.points {
	font-weight: bold;
	font-size: 35px;
	margin-top: 15px;
}
section.category .widget h3.widget-title span small {
	font-size: 12px;
}
aside .widget {
	margin-bottom: 33px;
}
aside .widget a {
	text-decoration: none;
	color: #868988;
}
aside .widget a h4.widget-title {
	font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    border-bottom: 1px solid #F0F0F0;
	
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	padding: 10px 20px 10px 20px;
}
aside .widget a h4.widget-title i {
	float: right;
	padding-top: 1px;
}
aside .widget a h4.widget-title.last {
	margin-bottom: -20px;
}

#promos-container {	
	color: #868988;
}
#promos-container h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #474948;
}
#promos-container .promos-text {
	text-align: justify;
	margin-bottom: 40px;
}
#promos-container .promos-table-header {
	padding: 3px 10px;
	font-weight: bold;
	margin-bottom: 3px;
}
#promos-container .promos-table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 60px;
}
#promos-container .promos-table a i {
	text-decoration: none;
}
#promos-container .promos-table a:hover,
#promos-container .promos-table a:active,
#promos-container .promos-table a:focus {
	color: inherit;
}
#promos-container .promos-table thead tr th {
	background-color: #c5c5c5;
	color: #fff;
	text-align: left;
	padding: 0px 5px;
}
#promos-container .promos-table thead tr th.borderLeft,
#promos-container .promos-table tbody tr td.borderLeft {
	border-left: 3px solid #fff;	
}
#promos-container .promos-table tbody tr td {
	padding: 8px 5px;
}
#promos-container .promos-table tbody tr.separator td {
	padding: 0px;
}
#promos-container .promos-table tbody tr.separator td hr {
	border-bottom: 1px solid #c5c5c5;
	margin: 0px 1px;
}
.promos-button {
	text-align: center;
	background: #fff url('../../img/promos/promos-button-bg.png') no-repeat center 30px;
	padding-bottom: 20px;
	color: #c5c5c5;
	font-weight: 800;
}
.promos-button span {
	display: block;
	margin-bottom: 5px;
}
.promos-button a {
	padding: 2px 20px 5px 20px;
	text-decoration: underline;
	font-weight: 900;
	font-size: 16px;
	cursor: pointer;
}
.promos-button a:hover,
.promos-button a:active,
.promos-button a:focus {
	color: inherit;
}
.col-promo-image img {
	max-width: 150px;
}

.promo-breadcrumb a {
	color: #868988;
	font-weight: 100;
}
.promo-breadcrumb a:hover {
	text-decoration: underline;
}
.promo-logo {
	margin-left: -20px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C5C5C5;
	margin-bottom: 20px;
}
.promo-logo img {
	max-width: 200px;
}
.promo-text {
	margin-bottom: 40px;
	text-align: justify;
}
.promo-image {
	margin-bottom: 40px;
}
.promo-image img {
	width: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

label[for="accept_conditions"] {
	font-weight: 100;
}
.dialogConditions {
	width: 90%;
	/*max-height: 80%;*/
	top: 5%;
	left: 5%;
	margin-left: 0px;
}

#mis-puntos {
	min-height: 760px;
}
#mis-puntos .box-header h1 {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 10px;
}
#points-detail-tabs {
	text-align: center;
}
#points-detail-tabs .nav {
	margin: 0 -5px 20px -5px;
}
#points-detail-tabs .nav > li > a:hover,
#points-detail-tabs .nav > li > a:focus {
	color: #474948;
}
#points-detail-tabs .nav > li > a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-left: 0px;
}
#points-detail-tabs .nav > li span {
	display: none;
}
#points-detail-tabs  .nav-pills > li > a {
	margin-right: 1px;
}
/*
#points-detail-tabs .nav > li.active span {
	display: block;
}
*/
#points-detail-tabs .nav > li span img {
	margin-top: 10px;
}

#points-detail-container {
	margin-top: 0px;
}
#points-detail-container .tab-pane {
}
#points-detail-container .tab-pane h5 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: 500;
}

.noDataInMovementsDetail {
	font-size: 20px;
	line-height: 20px;
	padding: 20px;
	margin-bottom: 60px;
}
.noDataInMovementsDetail em {
}

.dataTables_wrapper {
	position: relative;
}
.dataTables_processing {
	position: absolute;
	top: 40%;
	left: 40%;
	z-index: 999;
	padding: 5px 20px;
}

@media (min-width: 1200px) {
	#customers-filter .span5:first-child {
		margin-left: 20px;
	}
}
@media (min-width: 980px) and (max-width: 1199px) {
	#customers-filter .span5:first-child {
		margin-left: 13px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#customers-filter .span5:first-child {
		margin-left: 13px;
	}
}

img.banner-image {
	width: 100%;
	height: 100%;
}

.product-list li, #rechargeable-card {
	background-color: #fff;
}

.product-fav {
	position: relative;
	font-size: 16px
	color: #fff;
	background-color: #eeeeee;
	padding-bottom: 5px;
	margin-bottom: 10px;
	height: 30px;
	cursor: pointer;
	
	-webkit-transition: background-color ease 0.3s;
    -moz-transition: background-color ease 0.3s;
    -o-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;
}
.product-fav:hover {
	background-color: #b1b1b1;
}
.product-fav .product-fav-icon {
	height: 24px;
	width: 30px;
	position: absolute;
	top: 3px;
	right: 10px;
}
.product-fav .product-fav-text {
	position: absolute;
	top: 3px;
	left: 10px;
    height: 24px;
    color: #000000;
}
.product-fav .product-fav-icon .product-fav-icon-top {
	position: absolute;
	z-index: 501;
	top: 0;
	right: 0;
	font-size: 24px;
	color: #000000;
}
.product-fav .product-fav-icon .product-fav-icon-bg {
	position: absolute;
	z-index: 500;
	top: 0;
	right: 0;
	font-size: 24px;
	color: #00adef;
	display: none;
	
	-webkit-transition: display ease 0.3s;
    -moz-transition: display ease 0.3s;
    -o-transition: display ease 0.3s;
    transition: display ease 0.3s;
}

.product-content .product-favorite {
	margin: -20px -20px 23px -20px;
}
.product-content .product-fav {
	margin-bottom: 5px;
}


.product-fav.favorite .product-fav-icon .product-fav-icon-bg {
	display: block;
}
.product-fav:hover .product-fav-icon .product-fav-icon-bg {
	display: block;
}


.suggestionsBox_sm {
    position: absolute;
    left: 17px;
    margin: 10px 0px 0px 0px;
    width: 155%;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000; 
    color: #fff;
    top: 20px;
    text-align: left;
    z-index: 9999;
}
.suggestionList_sm {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.suggestionList_sm li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
	font-size: 12px;
	font-weight: 100;
}
.suggestionList_sm li:hover {
    background-color: #659CD8;
}
.sm_form_cont .btn-danger {
	margin-left: 5px;
}
.sm_form_cont button {
	margin-top: 5px;
	font-weight: 100;
}
#client-product-favorites-table {
	font-size: 0.8em;
}
#client-product-favorites-table td.text-center,
#client-product-favorites-table th.text-center {
	text-align: center;
}
#client-product-favorites-table td,
#client-product-favorites-table th {
	padding: 3px 10px;
	vertical-align: middle;
}
#client-product-favorites-table td i,
#client-product-favorites-table th i {
	font-size: 1.3em;
}
#client-product-favorites-table td a,
#client-product-favorites-table th a {
	text-decoration: none;
}
#client-product-favorites-table td a.btn,
#client-product-favorites-table th a.btn {
	font-size: 0.8em;
}
#client-product-favorites-table td.bolded {
	font-size: 1.2em;
	font-weight: bold;
}

#marketing-container {
	margin-top: 0;
}
#marketing-container h1 {
	margin-bottom: 30px;
}

@media (min-width: 980px) {
	#marketing-container .span3 {
		width: 22.38%;
	}
}
@media (min-width: 767px) {
	#marketing-container .span3 {
		width: 22.1%;
	}
}
#marketing-container .marketing-single-option,
#marketing-container .customers-option-button {
	padding: 10px;
	text-align: center;
	min-height: 150px;
	margin-bottom: 30px;
	color: #00a1de;
	
	box-shadow: 0 0 3px #A5A5A5;
	-moz-box-shadow: 0 0 3px #A5A5A5;
	-webkit-box-shadow: 0 0 3px #A5A5A5;
	
	position: relative;
}
#marketing-container .marketing-single-option:hover,
#marketing-container .customers-option-button:hover  {
	cursor: pointer;
}
#marketing-container .marketing-single-option a,
#marketing-container .customers-option-button a {
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
#marketing-container .marketing-single-option a:hover,
#marketing-container .marketing-single-option a:active,
#marketing-container .marketing-single-option:hover a,
#marketing-container .marketing-single-option:active a,
#marketing-container .customers-option-button a:hover,
#marketing-container .customers-option-button a:active,
#marketing-container .customers-option-button:hover a,
#marketing-container .customers-option-button:active a {
	color: #00a1de;	
}
#marketing-container .badge {
	background-color: #00a1de;
	color: #fff;
}
#marketing-container .marketing-single-option a .marketing-single-option-name,
#marketing-container .customers-option-button a .customers-option-button-name {
	font-size: 16px;
}
#marketing-container .marketing-single-option a .marketing-single-option-name small,
#marketing-container .customers-option-button a .customers-option-button-name small {
	display: block;
	font-size: 25px;
}
#marketing-container .marketing-single-option a .marketing-single-option-footer,
#marketing-container .customers-option-button a .customers-option-button-footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 10px 0px;
	background-color: #f5f5f5;
	
	-webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
#marketing-container .marketing-single-option a .marketing-single-option-footer:hover,
#marketing-container .marketing-single-option a .marketing-single-option-footer:active,
#marketing-container .marketing-single-option:hover a .marketing-single-option-footer,
#marketing-container .marketing-single-option:active a .marketing-single-option-footer,
#marketing-container .customers-option-button a .customers-option-button-footer:hover,
#marketing-container .customers-option-button a .customers-option-button-footer:active,
#marketing-container .customers-option-button:hover a .customers-option-button-footer,
#marketing-container .customers-option-button:active a .customers-option-button-footer {
	background-color: #00a1de;
	color: #fff;
}
#marketing-container #customers-table {
	font-size: 12px;
}
#marketing-container #customers-table td {
	font-weight: 100;
}
#marketing-container .customers-option-button {
	text-align: center;
}

#marketing-container h2 {
	font-size: 16px;
	color: #00a1de;
	padding-left: 20px;
}

#customers-table th,
#customers-table td {
	vertical-align: middle;
}
.styled-table tbody td.padd10 {
	padding: 10px;
}
.styled-table tbody td.padd0 {
	padding: 0px;
}

.clearfix {
	clear: both;
}

#form-register {
	
}
#form-register h4 {
	background-color: #00a1de;
	color: #fff;
	padding: 5px 15px;
	margin-top: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
}
#form-register h4.noSeparator,
#form-register h4.noSeparatorGrey {
	font-weight: 100;
	font-style: italic;
	background: none;
	color: #00a1de;
	font-size: 14px;
	text-align: left;
	margin-top: 0px;
}
#form-register h4.noSeparatorGrey,
#form-register label {
	color: #666;
}
#form-register .form-control-description {
	font-weight: 100;
	font-style: italic;
	background: none;
	font-size: 14px;
	text-align: left;
	margin-top: 0px;	
}
#form-register .initHidden {
	display: none;
}
#form-register #lblInfoAddress small {
	color: #fff;
	font-weight: 100;
	font-style: italic;
}

.product-list li .title:before, #rechargeable-card .title:before {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

#client-inbox .panel-heading {
	background-color: rgb(51, 51, 51);
	padding: 5px 5px 3px;
	color: rgb(255, 255, 255);
}

#client-inbox .panel-heading .badge {
	background-color: #00a1de;
}
#client-inbox .panel-body {
	margin: 20px 0px;
	border-bottom: 1px dotted rgb(221, 221, 221);
	border-top: 1px dotted rgb(221, 221, 221);
	padding: 20px 5px;
}
.breadcrumb > li {
	display: inline;
}

#marketing-special-list {
}
ul#marketing-special-list {
	list-style: none;
	padding: 0;
	margin: 40px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
ul#marketing-special-list li {
	border: 1px solid #a6a6a6;
	display: inline-block;
	margin-right: 5px;
	margin-top: 10px;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(115,115,115,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(115,115,115,1);
	box-shadow: 0px 0px 10px 0px rgba(115,115,115,1);
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
ul#marketing-special-list li a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
ul#marketing-special-list li span.marketing-special-list-icon {
	text-align: center;
	display: block;
	font-size: 30px;
	background-color: white;
	padding: 20px 10px;
}
ul#marketing-special-list li a span.marketing-special-list-icon {
	color: #606362;
}
ul#marketing-special-list li span.marketing-special-list-name {
	flex-grow: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 10px 20px;
}
ul#marketing-special-list li span.marketing-special-list-name span.marketing-special-list-name-sub {
	text-align: center;
	display: block;
	font-size: 10px;
	margin-bottom: 0px;
}
ul#marketing-special-list li.not-available span.marketing-special-list-name {
	background-color: #e1e1e1;
}
.product-list li .image .badge-alert, .product-list li .image .badge-alert,
#rechargeable-card .image .badge-alert, #rechargeable-card .image .badge-alert {
	position: absolute;
	right: -10px;
	top: 40px;
	background-color: red;
	font-size: 12px;
	line-height: 12px;
	padding: 4px 8px;
	text-transform: uppercase;
	-webkit-border-radius: 2px 2px 0 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px 2px 0 2px;
	-moz-background-clip: padding;
	border-radius: 2px 2px 0 2px;
	background-clip: padding-box;
}
.product-list li .image .badge-alert:after, .product-list li .image .badge-alert:after,
#rechargeable-card .image .badge-alert:after, #rechargeable-card .image .badge-alert:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: DarkRed transparent transparent transparent;
	position: absolute;
	right: 0;
	bottom: -20px;
	z-index: -10;
}
.detail-product-info span.alert-badge {
	background-color: red;
}

#rechargeable-card-container ul {
	position: relative;
}
#rechargeable-card-container ul #rechargeable-card {
	display: block;
    position: relative;
    margin-left: 34.5%;
}
@media (max-width: 767px) {
	#rechargeable-card-container ul #rechargeable-card {
		margin-left: 28.5%;
	}
}
@media (max-width: 480px) {
	#rechargeable-card-container ul #rechargeable-card {
		margin-left: 0px;
	}
}
.widget {
	border-top: none;
}

.product-bordes {
       -webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.4);}