input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.store-font {
	
	font-family: store-font, Arial, Helvetica, sans-serif;
}

@charset "UTF-8";

@font-face {
  font-family: "store-font";
  src:url("../_fonts/store/store-font.eot");
  src:url("../_fonts/store/store-font.eot?#iefix") format("embedded-opentype"),
    url("../_fonts/store/store-font.woff") format("woff"),
    url("../_fonts/store/store-font.ttf") format("truetype"),
    url("../_fonts/store/store-font.svg#store-font") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "store-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="store-font-"]:before,
[class*=" store-font-"]:before {
  font-family: "store-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  position: relative;
  top: 3px;
}

.store-font-cog:before {
  content: "\61";
}
.store-font-logout:before {
  content: "\62";
}
.store-font-user:before {
  content: "\63";
}
.store-font-map-marker:before {
  content: "\64";
}
.store-font-bars:before {
  content: "\65";
}
.store-font-list-thumbnails:before {
  content: "\66";
}
.store-font-hand-frame:before {
  content: "\67";
}
.store-font-slider-arrow-right-v2:before {
  content: "\68";
}
.store-font-credit-card:before {
  content: "\69";
}
.store-font-credit-card-1:before {
  content: "\6a";
}
.store-font-cart-plus:before {
  content: "\6b";
}
.store-font-basket:before {
  content: "\6c";
}
.store-font-slider-arrow-left-v2:before {
  content: "\6d";
}
.store-font-eur:before {
  content: "\6e";
}
.store-font-usd:before {
  content: "\6f";
}
.store-font-paypal:before {
  content: "\70";
}
.store-font-money:before {
  content: "\71";
}
.store-font-wrench:before {
  content: "\72";
}
.store-font-pencil:before {
  content: "\73";
}
.store-font-floppy-o:before {
  content: "\74";
}
.store-font-floppy:before {
  content: "\75";
}
.store-font-login:before {
  content: "\76";
}
.store-font-plus:before {
  content: "\77";
}
.store-font-unlock:before {
  content: "\78";
}

a.store-link {

	color: #777;
	text-decoration: none;
}

a.store-link:hover {
	
	text-decoration: underline;	
}

.store-background:focus,
.store-background:visited,
.store-background {
	
	background-color: #707070;
}

.store-background-hover:hover,
.store-background:hover {

	background-color: #f8bfb4;	
}
.store-active {
	color: #f8bfb4;
}

.secondary:focus,
.secondary:visited,
.secondary {
	
	background-color: #CECECE;
}

.secondary:hover {

	background-color: #333;	
}
.secondary-button a { font-size: 0.8em }

.selected:focus,
.selected:visited,
.selected {
	
	/*background-color: #5da423;*/
}

.selected:hover {

	/*background-color: #376512;	*/
}

.store-misc {
	display: inline-block;
    vertical-align: top;
	border: 1px solid #B0B0B0;
	border-radius: 50%;
	height: 2.4rem;
    width: 2.4rem;
    margin: 2px;
    color: #B0B0B0;
    text-align: center;
    border-radius: 50%;
    font-size: 0.55rem;
    line-height: 2.4rem;
    background-color: white;
}

.store-pattern-img {

	max-width: 50%;
}

#store-buy-animation-stock {

	z-index: 1000000;
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	border-bottom-left-radius: 10px;
	background-color: white;
	padding: 0.5em;
}

#store-buy-animation {
	
	z-index: 1000000;
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	height: 70px;
	width: 200px;
	overflow: hidden;
	border-bottom-left-radius: 10px;
	
}

#store-buy-animation img {

	width: 100%;
	float: left;
}

#store-buy-animation .cart {
	
	background: url(../_img/store/icon_cart_on.png)  50% 50% no-repeat;
	height: 70px;
}

#store-buy-animation .text {

	text-align: center;
	color: white;
}

#store-buy-animation .text img {
	width: 60%;
    margin-top: 5px;
    float: none;
}

#store-cart-breadcrumbs {
	
	margin-bottom: 3rem;
}

#store-cart-cpanel {

}

#store-cart-cpanel .grid-x.title {
	
	background-color: #F6F6F6;
	border-top: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	padding-bottom: 1rem;
}

#store-cart-cpanel .grid-x.title h5,
#store-cart-cpanel .grid-x.title h3 {

	color: black;
	font-size: 1.2em;
	padding: 0.7rem 0.1rem 0.1rem 0.1rem;
    margin: 0;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#store-cart-cpanel .grid-x.info {

	height: 3em;
	line-height: 3em;
	
	background-color: #F6F6F6;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
}
#store-cart-cpanel .grid-x.info.last {
	margin-bottom: 0.25rem;
	border-bottom: 1px solid #CDCDCD;
}

#store-cart-cpanel .grid-x.total {
	
	height: 3em;
	line-height: 3em;
	background-color: #424242;
	color: white;

}

#store-cart-cpanel .subtitle {
	
	color: white;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
}
#store-cart-cpanel .info .subtitle {
	color: black;	
}

#store-cart-cpanel .info.product {

	height: auto;
	line-height: normal;
	color: #999;
	font-size: 0.9em;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
		
}

#store-cart-cpanel .info.product .subtitle {
	color: #999;
} 

#store-cart-cpanel .medium-links {

	margin-top: 5em
}

#store-cart-cpanel .small-links {

	margin-top: 2em;
}

#store-cart-cpanel .small-links a {
	
	font-size: 1.2em;	
}

#store-cart-cpanel em {

	font-style: normal;	
}

#store {
	
	position: relative;
	margin-top: 4em;
	margin-bottom: 4em; 
}

#store .main {
	
	font-size: 2em;
	color: #333;	
}

.store-modal .button,
#store .button {
	
	position: relative;
}

#store .button.active {

	padding-right: 4em;	
}

.store-modal .button:after,
#store .button:after {

	content: '';	
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 4em;
	
	background: url(../_img/store/loader_rec.gif)  50% 50% no-repeat;
}

.store-modal .button.active:after,
#store .button.active:after {

	display: block;	
}

.store-modal .button em { font-style: normal;}
.store-modal .button.active em { visibility: hidden;}
.store-modal .error-msn2,
.store-modal .error-msn {
	display: none; 
	padding-bottom: 1rem;
	font-size: .75rem;
    font-weight: 700;
    color: #c60f13;
}

#store table .store-link {
	margin-bottom: 1rem;
	display: block;
}
#store .store-ref {
	font-size: 0.8em;
	color: black;
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	line-height: 2.6rem;
	margin-left: 1rem;
}
#store .img-container {
	max-height: 135px;
	max-width: 135px;
    overflow: hidden;
}
#store .img-container img {
	width: 100%;	
}

#store #store-modal  {

	padding: 0;	
}

#store #store-modal .header,
#store #store-modal .footer {
	
	background-color: #E1E1E1;
}

#store #store-modal .footer {
	
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#store #store-modal .image {
	
	position: relative;
	min-height: 8em;
	margin
}

#store #store-modal .image em {
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background: url(../_img/store/icon_info.png)  50% 50% no-repeat;
}

#store #store-modal .image em.ok {
	
	background-image: url(../_img/store/icon_ok.png );
}

#store #store-modal .image em.err {

	background-image: url(../_img/store/icon_err.png );	
}

#store #store-modal .text {

	padding-top: 3em;	
	padding-bottom: 3em;
}

#store .form-layout h3 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: black;
}
#store .form-layout label {

	color: #666;	
}
#store .intro {

	margin-top: 1.5rem; 
	margin-bottom: 3rem;
}

#store .intro h1 {
	text-transform: uppercase;
	font-size: 2.3em;	
}

#store .continue-container {
	position: relative;
}
#store .continue-container.loading {
	padding-bottom: 60px; 
	background: transparent url('../_img/store/loader_rec.gif') 50% 100% no-repeat;
}
#store .continue-container .mbref-buy {
	background-color: #FFC439;
	display: block;
	padding: 1.2em 0;
	color: #113984;
	font-family: inherit;
	font-size: 0.9rem;
}
#store-cpanel {
	
	/*
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	height: 3em;
	line-height: 3em;
	background-color: #FFF0F0;
	*/
}
#store-cpanel a { color: black; }
#store-cpanel a:hover { color: #CCC; }

#store {
	color: #333;
}

#store table {

	margin-top: 2em;
	margin-bottom: 0;
}

#store table thead {

	background-color: #F6F6F6;
}
#store table thead th { 
	text-transform: uppercase;
	font-size: 0.8em; 
}
#store table tfoot,
#store table tbody .cart-item-row-subtotal {

	font-size: 1em;	
}

#store table tfoot {
	
	border:none;
	padding-top: 2em;
	background-color: transparent;
}

#store table thead tr {

	height: 3.5em;	
}

#store table input {
	
	min-width: 60px;
	margin: 0;	
}

#store table a.trash img {

	width: auto;	
}
	
#store table tfoot .footer {

	background-color: #F6F6F6;
	border: 1px solid #CCC;
	text-transform: uppercase;
}
#store table tfoot .footer.total {

	background-color: #666;
	color: white;
	font-size: 1.2em;
}
#store table tfoot .footer span {
	float: right;
	text-transform: none;	
}

#store table tfoot td {

	font-weight: normal;	
}
#store table tbody tr:nth-child(even) { background-color: white; }
#store table tbody td{ 
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-right: 1px solid #CCC; 
	border-bottom: 1px solid #CCC; 
	color: black;
	font-size: 0.9em;
}
#store table.checkout {
	margin-bottom: 1rem;
}

#store table.checkout tbody td{
	border: none;
}

#store em.misc-cor {
	
	display: inline-block;
	vertical-align: top;
	width: 4em;
	height: 1.5em;
	border-radius: 2px;
}

#store input.fake[disabled] {
	
	background-color: white;
}

#store label {
	word-break: break-word;
}

#store select,
#store input[type=text],
#store input[type=password]
{	
	outline: none;
}

#store p.h {
	text-transform: uppercase;
	border-bottom: 1px solid #DDDDDD;
	font-size: 1.1em;
	margin: 20px 0px 10px 0px;
	font-weight: bold;
}

#store span.radio-con {
	
	padding: 8px;
	float: left;
	color: #999;
}


#store .method-icon {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#store .method-icon p {
	margin: 0;	
}

#store .tb {

	height: 39px;
	background: url('../_img/store/metodos.png') no-repeat 0 -83px;
	margin-bottom: 1em;	
	
}

#store .ctt {

	height: 50px;
	background: url('../_img/store/metodos.png') no-repeat 0 -122px;	
	margin-bottom: 1em;	
}

#store .mb {

	height: 56px;
	background: url('../_img/store/metodos.png') no-repeat 0 0;	
	margin-bottom: 1em;
}

#store .pp {

	height: 27px;
	background: url('../_img/store/metodos.png') no-repeat 0 -56px;
	margin-bottom: 1em;	
}

#store .mbref {

	height: 76px;
	background: url('../_img/store/metodos.png') no-repeat 0 -172px;
	margin-bottom: 1em;	
}
#store .mbw {

	height: 76px;
	background: url('../_img/store/metodos.png') no-repeat 0 -248px;
	margin-bottom: 1em;	
}
#store .cc {

	height: 60px;
	background: url('../_img/store/metodos.png') no-repeat 0 -324px;
	margin-bottom: 1em;	
}
#store div.method-error {
	
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #A00;
	background-color: #FFF3BF;
	text-align: justify;
}

#store img.hipay {
	
	width: 150px;
	margin-bottom: 1em; 
}

#store div.validar-produtos div.columns {
	
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-bottom: 1px dashed #E1E1E1; 
}


#store p.help {
	font-size: 13px;
	text-shadow: 0px 0px 1px #FFFFFF;
	padding: 5px 15px 5px 15px;
	/*background: url(../_img/ico_help.png) left no-repeat;*/
}

#store span.form {
	float: left;
	font-size: 14px;
	text-align: right;
	display: block;
	width: 170px;
	margin: 7px 5px 0px 0px;
}

#store span.formq {
	color: #453D78;
	cursor: help;
	text-shadow: 0px 0px 1px #EEEEEE;
}

#store em.form {
	padding: 0px 0px 0px 5px;
	vertical-align: text-bottom;
	font-style: normal;
}

#store input {
	
	font-size: 0.9em;
}

#store select,
#store input[type=text],
#store input[type=password]
{	
	outline: none;
}

#store input:focus {
	
}

#store #actionDo {

}



#store div.store-user-info {
	
	width: 60%;
}

#store div#cart-cpanel {
	
	position: absolute;
	top: 0;
	right: 0;
	
	width: 20%;
	
}

#store div#cart-cpanel p {
	
	padding: 5px;
	height: 25px;
	line-height: 25px;
	
}

#store div#cart-cpanel p.title {
	
	background-color: #191514;
	color: #FFF;
	text-align: center;
		
}

#store div#cart-cpanel p.info {
	
	background-color: #E1E1E1;
	border-bottom: 1px solid #999;
	
}

#store div#cart-cpanel p.info em {
	
	font-style: normal;  
}

#store div#cart-cpanel p.info span.left {
	
	float: left;
	margin-left: 10px;
	
}

#store div#cart-cpanel p.info span.right {
	
	float: right;
	margin-right: 10px;
	
}

#store div#cart-cpanel p.continue {

	background-color: #CCC;
	height: 45px;
	
}

#store div#cart-cpanel div.cart-panel-links {
	
	margin-top: 50px;
	padding: 10px;
	background-color: #E1E1E1;
}

#store div#cart-cpanel div.cart-panel-links a {
	
	position: relative;
	display: block;
	padding: 2pt;
	text-indent: 20px;
}

#store div#cart-cpanel div.cart-panel-links span.cart-panel-links-icon {

	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 100%;
	background-image: url(../_img/icon_store.png);
	background-repeat: no-repeat;
}

#store div#cart-cpanel div.cart-panel-links span.carrinho { background-position: 0 50%; }
#store div#cart-cpanel div.cart-panel-links span.titular { background-position: -16px 50%; }
#store div#cart-cpanel div.cart-panel-links span.morada { background-position: -32px 50%; }
#store div#cart-cpanel div.cart-panel-links span.metodo { background-position: -48px 50%; }

#store .titular-group-buttons .input-group-button .button {
	
	display: inline-block;
    vertical-align: middle;
    font-family: inherit;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
}

#store div.store-final-item {
	
	border-bottom: 1px dashed #E1E1E1;
	margin-bottom: 5pt; 
}

#store div.store-final-item span {

	float: right;		
}

#store div.store-final-item.info {
	
	border-bottom: none;
}

#store div.store-final-item.info span {
	
	display: block;
	float: none;
	text-align: right;	
}

#store span.final-step {
	
	text-indent: 70px;
	white-space: nowrap;
}

#store a.final-button {
	
	padding-top: 0;
	padding-bottom: 0;
	height: 90%;

}

#store a.final-button span {

	display: block;
	padding-top: 8px;	
}

#store a.final-button:hover {
	
	background: none;
	background-color: #E56464;
	color: #FFF;
}

#store a.final-button.loading {
	
	background: url(../_img/store-loader.gif) 50% 50% no-repeat;
	background-color: #E56464; 	
	
}

#store a.final-button.loading span {
	
	display: none;	
}

#store #store-terms {
	
	text-align: justify;
}

#store #store-terms p {

	margin: 10pt 0;	
}

#store #store-terms p.h {

	margin-top: 25pt;	
}

#store #store-terms table {
	
	margin: 0 auto 150px auto;
	width: 50%;
	text-align: center;
}

#store #store-terms table th,
#store #store-terms table td {
	
	height: 25pt;
	width: 50%;
	border: 1px solid black;
}

#store #store-terms table th {
	
	background-color: #425579;
	color: #FFF;
	text-shadow: 0 0 1px #FFF;
}

#store #store-terms table tbody tr:nth-child(even) td {
	
	background-color: #EFEFEF;
}
#store #store-terms table td.perKg span {
	
	font-size: 0.8em;
	color: #666;
}
#store #store-terms table td.alert {
	
	padding-top: 10pt; 
	border: none;
	color: #666;
	font-size: 0.8em;
}

#store #order-success > img {

	float: left;	
}

#store #order-success > div {

	float: left;
	margin-left: 2em;
	margin-top: 1em;
}

#store .entity-reference { 	border: 1px solid black; background-color: #F1F1F1;}
#store .entity-reference p { margin: 0.5rem 0; }

.store-bemvindo {
	
	position: relative;
	z-index: 5;
}

.store-bemvindo .store-bemvindo-cpanel {
	
	position: absolute;
	top: 0;
	right: 0;
	width: 300%;
	background-color: white;
	border: 1px solid #E1E1E1;
	display: none;
}

.store-bemvindo .store-bemvindo-cpanel li {
	
	padding: 0.2rem;
	display: block !important;
	font-size: 1rem;
}

.store-bemvindo .store-bemvindo-cpanel li a {

	font-size: 1rem;
}

.store-bemvindo .store-bemvindo-cpanel li em {

	font-style: normal;
	word-break: break-all;
	padding-right: 0.5rem;
}

.store-bemvindo .store-bemvindo-cpanel li.tab {

	border-bottom: 1px solid #E1E1E1;	
}

.store-bemvindo .store-bemvindo-evt .cog {
	
	padding-left: 0.5rem;
}

#store-table-basket .item {
	background-color: #F8F7F7;
	margin-bottom: 0.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#store-table-basket .item .title {
	font-size: 1.4em;
	padding-top: 0.5rem;
}
#store-table-basket .item .title-container {
	padding-bottom: 1rem;
}
#store-table-basket .item .image-prd { }
#store-table-basket .item  .misc-container {
	padding: 1rem;
}
#store-table-basket .item  .store-ref {

	font-size: 1em;
	color: black;
	font-style: normal;
	display: inline-block;
	line-height: inherit;
	margin-left: 0;
}
#store-table-basket .item  .store-ref { margin-bottom: 1.2rem; }
#store-table-basket .item  .misc { margin-bottom: 1.2rem; }

#store-table-basket .item  .flex {

	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;	
}
#store-table-basket .item  .flex > div {
	width: 100%;	
}

#store-table-basket .qtt-input > input {
	width: 55px;
	margin: auto;
	text-align: center;
}

#store-table-basket .basket-total { margin-top: 0rem; }
#store-table-basket .basket-total .text { text-transform: uppercase; }
#store-table-basket .basket-total .cell { background-color: #F6F6F6; padding-top: 0.5rem; padding-bottom: 0.5rem; }
#store-table-basket .basket-total .total { color: white; font-size: 1.2em; }
#store-table-basket .basket-total .total .cell { background-color: #666;  }

#store-table-basket .empty {
	height: 10rem;
	line-height: 10rem;
}

#feedback-buy  h3 {font-size:1.6em;}
#feedback-buy .standby,
#feedback-buy .error h3,
#feedback-buy .preloader,
#feedback-buy .error .ctn,
#feedback-buy .loading .ctn,
#feedback-buy .loading .ok { display: none; }
#feedback-buy .loading .standby,
#feedback-buy .loading .preloader { display: block; }
#feedback-buy .product-name { clear:both;padding: 2rem 0.5rem;font-size: 1.6em; }
#feedback-buy .img-container img { max-height: 125px;}

.store-modal h3 { font-size: 1.8em; }
.store-modal h3 button{ float: right; }

@media screen and (max-width: 1200px) {

	#store-table-basket .item .image-prd {
		padding: 0;
	}		
}

@media screen and (max-width: 1100px) {
	
	.column-tabel-pic {}
	
	.column-tabel-name {}
	
	.column-tabel-price,
	.column-tabel-qtd,
	.column-tabel-total { 
		
		width: 86px;
	}
	.column-tabel-remove {}
	
	#store-table-basket .basket-total .total { font-size: 1em; }
}
@media screen and (max-width: 1050px) {
	
	.store-ref {
		display: block !important;
		margin-left: 0 !important;	
		line-height: 1rem !important;
		margin-top: 1rem !important;
	}
}
@media screen and (max-width: 940px) {
	
	.column-tabel-pic {}
	
	.column-tabel-name {}
	
	.column-tabel-price,
	.column-tabel-qtd,
	.column-tabel-total { 
		
		width: 70px;
	}
	.column-tabel-remove {}
}
@media screen and (max-width: 940px) {
	
	.column-tabel-pic {
		width: 100px;
	}

}


/* Small only */
@media screen and (max-width: 49.9375em) {
	
	#store table input {
    	font-size: 1.3em;
	}
	
	#store-cart-cpanel {
		margin-bottom: 4rem;
	}
	#store-cpanel { display: none !important; }
}


@media screen and (min-width: 50em) and (max-width: 86.9375em) {
	
	#store-cart-cpanel {

		font-size: 1.35vw;
	}	
}
