.sbHolder {
	background-color: transparent;
	border: 1px solid #dcdcdc;
	font-size: 15px;
	line-height: 20px;
	height: 38px;
	position: relative;
	width: 100%;
	float:none;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius:3px;
}

.large-selectbox .sbHolder {
	height:47px;
}

.input-group .sbHolder {
	border-radius: 0 3px 3px 0;
}

.input-group .large-selectbox {
	display:table-cell;
}

.input-group .normal-selectbox {
	display:table-cell;
}

.sbSelector {
	display: block;
	height: 38px;
	left: 0;
	line-height: 38px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 20px;
	top: 0;
	width: 100%;
}

.large-selectbox .sbSelector {
	height:47px;
	line-height: 47px;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
	color: #878680;
	outline: none;
	text-decoration: none;
}

.sbToggle {
	background-image: url(../../../skin/frontend/venedor/toogasdev/images/sprites/selectbox.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 38px;
	outline: none;
	position: absolute;
	right: -2px;
	top: -1px;
	height: 38px;
}

.large-selectbox .sbToggle  {
	width: 47px;
	height:47px;
	background-image: url(../../../skin/frontend/venedor/toogasdev/images/sprites/selectbox-large.png);
	background-position: 0 0;
	right:-1px;
}

.sbToggleOpen{
	background-position:  -38px 0;
}

.large-selectbox .sbToggleOpen  {
	background-position:  -47px 0;
}

.sbHolderDisabled{
	background-color: #999;
	border: solid 1px #aeaeae;
}

.sbOptions{
	background-color: #fff;
	border: 1px solid #dcdcdc;
	list-style: none;
	left: -1px;
	margin:1px 0 0 ;
	padding: 0;
	position: absolute;
	top: 44px;
	width: 100%;
	z-index: 800;
	overflow-y: auto;
	box-shadow: 0 1px 2px rgba(0,0,0, 0.045);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0, 0.045);
}

.accordion-panel-body ul.sbOptions {
	padding:0;
}

.sbOptions li{
	padding: 0;
	list-style-type:none !important;
}

.sbOptions a {
	border-bottom: 1px solid #dadada;
	display: block;
	outline: none;
	padding: 8px 0 8px 20px;
	font-size:14px;
}

.sbOptions a:link,
.sbOptions a:visited{
	color: #878680;
	text-decoration: none;
	transition:color 0s;
	-webkit-transition:color 0s;
	-moz-transition:color 0s;
	-ms-transition:color 0s;
	-o-transition:color 0s;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff;
	background: #cfb985;
}

.sbOptions li.last a{
	border-bottom: none;
}

.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}

.sbOptions .sbSub{
	padding-left: 17px;
}

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
/*.page { width:1000px; margin:0 auto; padding:10px 0; text-align:left; }*/
.page { margin:0 auto; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
/* ======================================================================================= */

/* Base Columns */
.col-left { float:left; width:195px; padding:0 0 1px; }
.col-main { float:left; width:685px; padding:0 0 1px; }
.col-right { float:right; width:195px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set,
.col3-set,
.col4-set {
	margin-bottom:20px;
}
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */

/* Global Styles ========================================================================= */
/* Form Elements */
p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */

/* Form lists */
/* Grouped fields */
.form-list,
.form-list ul,
.form-list ol { margin:0; padding:0; list-style:none; }
.form-list li { margin:0 0 25px; position:relative; }
.form-list li.comment { margin-bottom:10px; }
.form-list li.comment p { margin-bottom:0; }
.form-list li.fields { margin-bottom:0; }
.form-list li.control,
.form-list li.has-pretty-child { margin-bottom:10px; }
.form-list label { display:inline; float:left; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { font-style:normal; }
.form-list li.control label,
.form-list li.has-pretty-child label { float:none; vertical-align:top; line-height:1; }
.form-list li.control input.radio,
.form-list li.control input.checkbox,
.form-list li.has-pretty-child input.radio,
.form-list li.has-pretty-child input.checkbox { margin-right:6px; margin-top:-2px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box { display:block; clear:both; margin-bottom:0; }
.form-list .field { position:relative; margin-bottom:25px; }
.form-list input.input-text {  }
.form-list textarea { height:10em; margin-bottom:0; }
.form-list select { }
body.safari .form-list select { -webkit-appearance: textfield; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text {  }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; }
.form-list .customer-dob input.input-text { display:block; }
.form-list .customer-dob label {  }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {  }
.form-list .customer-dob .dob-year { }
.form-list .customer-dob .dob-month input.input-text,
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-year input.input-text { text-align:center; }

.buttons-set { clear:both; margin:20px 0 0; padding:0; }
.buttons-set .back-link { float:left; margin-right:15px; }
.buttons-set button.button { margin-bottom:10px; }
.buttons-set p.required { margin:0 0 5px; display:none; }

.buttons-set-order {}

.fieldset { }
.fieldset .legend { }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 15px; padding-left:17px; font-size:11px; line-height:13px; background:url(../../../skin/frontend/venedor/default/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages li li { margin:0 0 3px; }

/* BreadCrumbs */
.breadcrumbs { padding:15px 0; }
.breadcrumbs ul { padding:0; margin:0 20px; }
.breadcrumbs li { display:inline; }
.breadcrumbs strong { font-weight:normal; }
.breadcrumbs span { margin:0 8px; }

/* Page Heading */
.page-title { padding:0 0 5px; margin:0 0 10px; }
.page-title h1,
.page-title h2 { font-size:18px; color:#000; text-transform: none; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { position:relative; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; margin-right: 30px; }
.title-buttons a,
.title-buttons .separator { margin-top:0; display:inline-block; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager { margin:15px 0; text-align:center; padding:15px 0; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .limiter label { float:left; font-size:13px; padding:6px 0; margin-right:10px; display:inline; }
.pager .pages { margin:0 0; }
.pager .pages ol { display:inline; margin:0; padding:0; float:right; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */
.sorter { padding:0; margin:0; }
.sorter .actions { float:left; }
.sorter .view-mode { float:right; }
.sorter .sort-by { float:left; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { margin-bottom:0; }
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom { margin-top:0; }
.toolbar .pager .pages ol { float:none; }

/* Data Table */
.data-table { width:100%; }
.data-table th { line-height:20px; padding:10px; font-weight:bold; text-transform:uppercase; font-size:15px; }
.data-table td { line-height:20px; padding:10px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; }
.data-table td.value {}
.data-table input, data-table select, data-table textarea { margin:3px;}
.data-table p { margin:10px 0; }
.data-table .description { margin:10px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../../../skin/frontend/venedor/default/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../../../skin/frontend/venedor/default/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-add,
.link-cart,
.link-wishlist,
.link-reorder,
.link-compare { font-weight:bold; font-size:13px; font-family: Arial, sans-serif; }
.link-print { background:url(../../../skin/frontend/venedor/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../../../skin/frontend/venedor/default/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background-position: 0 0; background-repeat: no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background-position: 0 0; background-repeat: no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background-position: 0 0; background-repeat: no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }


.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../../../skin/frontend/venedor/default/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
.global-site-notice p { margin-bottom:0; }

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(../../../skin/frontend/venedor/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container {}
.header {  }
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; font-size:30px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .welcome-msg a {}
.header .links { float:right; }
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */
#nav { list-style:none; margin:0; padding:0; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:998; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; margin:0; padding:0; }
#nav li a { float:left; text-transform:uppercase; padding:13px 25px; }
#nav li a:hover { }
#nav li.over a,
#nav li.active a { }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:25px; left:-10000px; list-style:none; padding:0; margin:0; -webkit-box-shadow:0 3px 5px rgba(0, 0, 0, 0.2); -moz-box-shadow:0 3px 5px rgba(0, 0, 0, 0.2); box-shadow:0 3px 5px rgba(0, 0, 0, 0.2); }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:3px !important; }

#nav ul li { float:none; border-top:1px solid rgba(200, 200, 200, 0.2); border-bottom:1px solid rgba(255, 255, 255, 0.5); }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:8px 10px; background-color:transparent !important; text-transform:uppercase; }
#nav ul li a:hover {  }
#nav ul li.active > a,
#nav ul li.over > a { }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:14em; }

/* CUSTOM LINKS */
#nav-links { list-style:none; margin:0; padding:0; float:left; }
/* All Levels */
#nav-links li { text-align:left; position:relative; }
#nav-links li.over { z-index:998; }
#nav-links li.parent {}
#nav-links li a { display:block; text-decoration:none; }
#nav-links li a:hover { text-decoration:none; }
#nav-links li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav-links li ul a span { white-space:normal; }

/* 1st Level */
#nav-links li { float:left; margin:0; padding:0; }
#nav-links li a { float:left; text-transform:uppercase; padding:13px 25px; }
#nav-links li a:hover { }
#nav-links li.over a,
#nav-links li.active a { }

/* 2nd Level */
#nav-links ul,
#nav-links div { position:absolute; width:15em; top:25px; left:-10000px; list-style:none; padding:0; margin:0; -webkit-box-shadow:0 3px 5px rgba(0, 0, 0, 0.2); -moz-box-shadow:0 3px 5px rgba(0, 0, 0, 0.2); box-shadow:0 3px 5px rgba(0, 0, 0, 0.2); }
#nav-links div ul { position:static; width:auto; border:none; }

/* 3rd+ leven */
#nav-links ul ul,
#nav-links ul div { top:3px !important; }

#nav-links ul li { float:none; border-top:1px solid rgba(200, 200, 200, 0.2); border-bottom:1px solid rgba(255, 255, 255, 0.5); }
#nav-links ul li.last { border-bottom:0; }
#nav-links ul li a { float:none; padding:8px 10px; background-color: transparent !important; text-transform:uppercase; }
#nav-links ul li a:hover {  }
#nav-links ul li.active > a,
#nav-links ul li.over > a { }

/* Show menu */
#nav-links li ul.shown-sub,
#nav-links li div.shown-sub { left:0; z-index:999; }
#nav-links li .shown-sub ul.shown-sub,
#nav-links li .shown-sub li div.shown-sub { left:14em; }

/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0 0 50px; }
.block .block-title { font-size:22px; padding:5px 0; margin-top:0; margin-bottom:10px; line-height:1.2; }
.block .block-title strong { font-weight:normal; }
.block .block-title a { text-decoration:none !important; }
.block .block-content { padding:0; }
.block .block-content .item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:left; padding: 10px 0; }
.block .actions a { float:right; margin-left: 10px; margin-bottom: 10px; font-weight:bold; }
.block .empty {}

.block li.odd {}
.block li.even {}

/* Mini Products List */
.mini-products-list { list-style:none; margin-left:0; padding-left:0; }
.mini-products-list li { padding:0; display:block; margin-bottom:20px; }
.mini-products-list .product-image { /*float:left; width:85px; padding:0; margin:0;*/}
.mini-products-list .product-details { /*margin-left:100px;*/}
.mini-products-list .product-name a { font-size:17px; font-weight:bold;}
.mini-products-list .product-details h4 {/* font-size:1em; font-weight:bold; margin:0; */}
.mini-products-list .item { position:relative; width: 100px; float: left; margin-left: 10px;}
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; padding:16px 50px 16px 20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; position:relative; }
.block-layered-nav dd { margin:0; padding:0; }
.block-layered-nav dd ol { position:relative; }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:right; }

.block-list .price { color: inherit; font-family: inherit; font-size:18px; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { position:absolute; left:85px; top:14px; z-index:10; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }
.block-related .mini-products-list .product-details { margin-left:115px; }
.block-related .mini-products-list .product-image { width:100px; margin:0; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label { margin-bottom:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0 30px; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img { max-width:100%; }
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; position:relative; }
.products-grid .product-image { position:relative; display:block; width:190px; margin:0 auto 10px; }
.products-grid .product-name { margin:0 0 15px; font-size:19px; line-height:24px; }
.products-grid .product-name a { padding:0; }
.products-grid .price-box {}
.products-grid .availability { line-height:21px; }
.products-grid .actions { }
.products-grid .item-inner { padding: 21px; }
.products-grid .item-active .item-inner { padding: 20px; }

/* View Type: List */
.products-list li.item { padding:30px 0 30px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:228px; margin:0 0 10px; position:relative; }
.products-list .product-shop { margin-left:285px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:20px; line-height:25px; }
.products-list .product-name a {}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { padding:6px 0 0; margin:0 0 25px; line-height:1.35; }
.products-list .ratings { float:left; width:100%; }
.products-list .desc .link-learn { font-size:13px; margin-top:5px; display:block; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:10px 0; }

.ratings { font-size:14px; line-height:18px; margin:10px 0; }
.ratings strong { float:left; margin:0 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings .rating-links a { color:#cccccc; }
.ratings dt {}
.ratings dd {}
.rating-box { width:95px; height:18px; font-size:0; line-height:0; background:url(../../../skin/frontend/venedor/default/images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; margin-bottom:5px; }
.rating-box .rating { float:left; height:18px; background:url(../../../skin/frontend/venedor/default/images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:8px; }
.ratings .amount { color:#cccccc; }

.ratings-table th,
.ratings-table td { font-size:13px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability, Brand */
.availability,
.product-brand { margin:0 0 5px; font-weight:bold; }
.availability span,
.product-brand span { font-weight:normal; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(../../../skin/frontend/venedor/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend { margin-left:5px; margin-bottom:20px; float:left; }
.email-friend span { display:none; }

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; }
.price .sub { font-size:75%; position:relative; bottom:0; }

.price-box { margin-bottom: 5px; }
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price {  }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin-bottom:2px; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:5px; }
.price-notice .price { padding-left:5px; font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { display:none; float:left; margin-right:5px; }
.add-to-cart .qty { margin:0; font-size:25px; height:auto; line-height:40px; font-weight:bold; width:80px; padding:4px 40px 4px 15px; text-align:center; }
.add-to-cart button.button { margin-left:5px; }
.add-to-cart .button-up,
.add-to-cart .button-down { position:absolute; left:111px; }
.add-to-cart .button-up { top:0; }
.add-to-cart .button-down { bottom:0; }
.add-to-cart button.btn-cart { font-size:15px; padding:10px 20px; margin-left:15px; }
.add-to-cart button.btn-cart.margin-none { margin-left:0; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:25px 0; }
.add-to-box .add-to-cart,
.product-options-bottom .add-to-cart { margin:0 0 25px; position:relative; }
.product-options-bottom .add-to-cart { margin-bottom:0; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; padding:0; margin:0 0 20px; list-style:none; }
.add-to-box .add-to-links li { display:inline; }
.add-to-links span { display:none; }

.product-view { margin-top:20px; }

.product-essential {}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { }
.col1-layout .product-view .product-shop { }
.col3-layout .product-view .product-shop { }
.product-view .product-name {}
.product-view .short-description {}

/* Product Options */
.product-options { padding:0; margin:0; }
.product-options dt { margin-top:20px; }
.product-options dt label { font-weight:bold; font-size:15px; }
.product-options dt label em { margin-right:3px; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl { margin:5px 0; }
.product-options dl.last dd.last {}
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options .options-list { list-style:none; padding:0; margin:0; }
.product-options .options-list li { margin:12px 0; }
.product-options .options-list input.radio { margin:-2px 10px 0 0; }
.product-options .options-list input.checkbox { margin:-2px 10px 0 0; }
.product-options .options-list .label { display:inline; margin-left:0; padding:0; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:0; display:none; }
.product-options label { display:inline; margin-bottom:0; line-height:17px; }
.product-options .qty-holder { display:block; margin:8px 0; }
.product-options .label,
.product-options .badge { background-color:transparent; text-shadow:none; }
.product-options .qty { margin-bottom:0; width:30px; }

.product-options-bottom { padding:10px 0 25px; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.product-view .grouped-items-table { margin-top:20px; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; line-height:33px; }
.product-view .box-tags .form-add .input-box { float:left; margin:0 0 0 10px; }
.product-view .box-tags .form-add input.input-text { width:200px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin-bottom:5px; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px 10px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; margin-top:20px; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(../../../skin/frontend/venedor/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; list-style:none; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }
.cart-totals .checkout-types { margin-top: 20px; }
/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:15px 20px; text-transform:uppercase; font-weight:bold; }
.cart .totals table th { font-weight:bold; }
.data-table .grand-total th,
.data-table .grand-total td,
.cart .totals table tfoot th,
.cart .totals table tfoot td { padding: 25px 10px; font-size:22px; text-transform:uppercase; }
.data-table .grand-total th .price,
.data-table .grand-total td .price,
.cart .totals table tfoot th .price,
.cart .totals table tfoot td .price { font-size:22px; }

/* Options Tool Tip */
.item-options { margin-bottom:15px; }
.item-options dt { font-weight:normal; float:left; clear:both; }
.item-options dd { float:left; margin-left:0; padding-left:10px; }
.item-options .price { margin-left:5px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:150px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:20px; left:0; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; margin:10px 0; }
.sp-methods dd { margin-left:0; }
.sp-methods dd ul { list-style:none; margin:10px 0; padding:0; }
.sp-methods .price { font-weight:bold; }
.sp-methods select.month { width:350px; margin-right:10px; }
.sp-methods select.year { width:120px; padding-left:15px; }
.sp-methods input.cvv { width:350px !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; white-space:nowrap; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../../../skin/frontend/venedor/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { }
.gift-messages-form { position:relative; }
.gift-messages-form label { }
.gift-messages-form h4 { margin-top:20px; }
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:15px 0 0; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .product-image img { width: 100%; }
.gift-messages-form .item .number { font-size:13px; margin:0; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:15px; font-weight:bold; margin:0 0 15px; }

.gift-message-link { display:block; background:url(../../../skin/frontend/venedor/default/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:15px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
.checkout-agreements .agree label { display:inline; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { position:relative; }
.opc ul,
.opc ol { margin:0; padding:0; list-style:none; }
.opc li.section { border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { position:relative; padding:15px 20px; font-size:18px; font-weight:bold; line-height:1.5; margin-bottom:10px; }
.opc .step-title .number { float:left; margin-right:5px; }
.opc .step-title h2 { float:left; text-transform:uppercase; font-size:18px; font-weight:bold; line-height:1.5; margin:0; padding:0 30px 0 0; cursor:pointer; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.opc .step-title a { }

.opc .allow .step-title {  }

.opc .active {}
.opc .active .step-title {  }

.opc .step { padding:40px 0 70px; position:relative; }
.opc .gift-messages .step { padding-top:0; padding-bottom:0; }
.opc .step form { margin-bottom:0; }
.opc .step .tool-tip { }

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
	0% { -webkit-transform:rotate(0); }
	0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
	0% { -moz-transform:rotate(0); }
	0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
	0% { transform:rotate(0); }
	0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../../../skin/frontend/venedor/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:20000; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:fixed; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:20001; }
.remember-me-popup h3 { margin:10px 10px 0; padding:10px 10px 0; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../../../skin/frontend/venedor/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:14px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:22px; }
.remember-me-popup .remember-me-popup-body a { font-size:15px; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { }
.footer ul { margin:0; padding:0; }
.footer ul li { display:block; }
.footer .icon-ordersandreturns  { display:none; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.button-tabs:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/*
===================================
===================================
	CUSTOM CSS BY TOOGAS	
===================================
===================================
*/



/* 
=============================
GERAL 
=============================
*/


html, body {
	font-family: 'anfFontRegular', Arial, sans-serif;
	font-size: 16px;
	background-color: #fff;
	color: #313131;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main.nobc {
	padding-top: 0;
}

.button:hover,
.button:focus,
button.button,
.animate {
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}


.button,
.btn,
.btn.close,
.button-inverse,
.sidebar .button,
.sidebar .btn,
.dropdown .dropdown-menu .button,
.buttons-set .back-link a,
.scrolltop,
.button-tabs li a {
	font-family: "anfFontBlack",sans-serif;
	letter-spacing: 0.10em;
	box-shadow: none;
}


/* --------------------------- */
.main {
	padding: 0;
}

.main-content {
	padding: 0;
	background-color: white;
}
.main-content .cart {
	float: left;
	margin-right: -15px;
	margin-left: -15px;
}
/*::selection {
    background-color: #a6a6a6;
    color: #fff;
}*/

/*::-moz-selection {
    background-color: #a6a6a6;
    color: #fff;
}*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6  {
	font-family:'anfFontRegular', Arial, sans-serif;
	color:#313131;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.block .block-title a,
.slide-title a {
	color: #313131;
}


h2,
.h2{
	font-size:28px;
}

h5 {
	font-size: 18px;
}

a {
	color:#76bd22;
}

a:active,
a:hover,
a:focus {
	color:#313131;
}

a:focus {
	outline: none!important;
}

button.button {
	background: #76bd22;
	border: 1px solid #76bd22;
	color: #fff;
	font-family: "anfFontBlack", sans-serif;
	font-size: 12px;
	border-radius: 0px;
	border: 0px none;
}

.buttons-set button.button {
	font-size: 12px;
	letter-spacing: 0.10em;
	border-radius: 0px;
	border: 0px none;
	padding: 0px;
	line-height: 35px;
}


.customer-account-login .buttons-set button.button {
	float: left;
}

/* REGISTER / LOGIN FACEBOOK */

.BotaoLink01 .login_facebook,
.BotaoLink01 .register_facebook {
	float: none;
	background: #3B5998 none repeat scroll 0% 0%;
	margin-left: 0px;
	color: #fff;
}

.login_facebook,
.register_facebook {
	float: left;
	margin: 0 20px;
	border-radius: 0;
	border: 0px solid #3b5998;
	color: #fff ;
	background: #3b5998;
	line-height: 35px;
	padding-top: 0;
	padding-bottom: 0;
}

.login_facebook:hover ,
.login_facebook:focus ,
.register_facebook:hover ,
.register_facebook:focus {
	color: #fff ;
	background: #313131;
	border: 0px solid #313131;
}

/* END REGISTER / LOGIN FACEBOOK */

form h2,
form h3,
.section h3 {
	color: #313131;
}

ul li {
	list-style: none;
}

.texto_noticia ul li {
	list-style: initial;
}

.areaEffect {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

	/* IE 5-7 */
	filter: alpha(opacity=0);

	/* Netscape */
	-moz-opacity: 0;

	/* Safari 1.x */
	-khtml-opacity: 0;

	/* Good browsers */
	opacity: 0;
	background: rgba(49,49,49, 0.10);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}



label,
input,
button,
select,
textarea {
	font-family: "anfFontRegular",sans-serif;
}


#banner-homepage {
	margin: 40px 0 0 0;
}

.menuBranco {
	float: left;
}

/* ========= CHANGES BOOTSTRAP ============= */
/*
.modal.fade .modal-dialog { 
	-webkit-transform: translate3d(0, 25%, 0);
	   -moz-transform: translate3d(0, 25%, 0);
	    -ms-transform: translate3d(0, 25%, 0);
	     -o-transform: translate3d(0, 25%, 0);
	        transform: translate3d(0, 25%, 0);
}*/

.modal {
	z-index: 20001;
}
.modal-backdrop.in {
	z-index: 20000;
}


/* ============================= */

.my-account #form-validate .form-list li.control label {
	line-height: 27px;
}
.category-products {
	/*float: left;*/
}

.prod_relacionados_grid ul li {
	padding-top: 0;
}

.products-grid {
	float: left;
	width: 100%;
}
.main .page-title {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.main h2.subtitle,
.main .widget .widget-title h2,
.main .page-title h1,
.footer-banner h2.subtitle {
	border-left: 0;
	font-size: 30px;
	font-family: "anfFontlight",sans-serif;
	font-size: 30px;
	color: #313131;
	padding: 0px;
	margin: 40px 0px 25px;
}

.anf-products .item-inner.left-item {
	min-height: auto;
}

.product-name,
.product-name a {
	color: #313131;
}

.opc .buttons-set .please-wait {
	float: left;
}

.margin40 {
	height: 40px;
	width: 100%;
	float: left;
}
.nopadding {
	margin:0px;
	padding-right:0px;
}

@media (min-width: 768px) {


	.nopadding-left {
		padding-left: 0;
	}

	.nopadding-right {
		padding-right: 0;
	}

	.nopadding-top {
		padding-top: 0;
	}

	/*=========TA QUASE mas.... ======*/
	.main-container.yellowbar {
		padding-right: 20px;
	}
	.yellowbar .nopadding-right {
		padding-left: 0;
		-webkit-transform: translate3d(20px, 0px, 0);
		-moz-transform: translate3d(20px, 0px, 0);
		-ms-transform: translate3d(20px, 0px, 0);
		-o-transform: translate3d(20px, 0px, 0);
		transform: translate3d(20px, 0px, 0);
	}
}

.padding15-right {
	padding-right: 15px;
}


/*
========================
	Especiais toogas
========================
*/

.ToogasComentario {
	display: none;
	border:0px dashed #829c7f;
	border:1px dotted #BFBF9F;
	padding:1px;
	padding-left:8px;
	padding-right:8px;
	color:#313131;
	margin-top:4px;
	margin-bottom:4px;
	font-style:italic;
	font-size:11px;
	font-family: arial;
	/*
	background:#d3e1d1;
	*/
	border-radius:6px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 10px 16px #9C9C9C;
	-webkit-box-shadow: 0 10px 16px #9C9C9C;
	box-shadow: 10px 10px 16px #9C9C9C;
	/*float:left;*/
}

.ToogasComentario  a {
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}



.ToogasAlerta {
	display: none;
	color:red;
	border-left:8px solid red;
	padding-left:6px;
	line-height:0.9em;
	font-style:italic;
	font-size:10px;
	font-family: arial;
}

/*
========================
css templates 'em linha'
========================
*/

.input-group-select .large-selectbox:last-child {
	border-right: 1px solid #a6a6a6;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/* 
======================================
Barra de topo com logos e pouco mais 
======================================
*/

.ANFTopLogos {
	height:95px;
	margin: 0;
}

.ANFTopLogos #Logo_FarmaciasPortuguesas{
	/*width:100px;*/
	border:0px dashed black;
	float:left;
	margin-left: 5px;

}

.ANFTopLogos #Logo_CartaoSauda{
	/*height:50px;*/
	background:#FFFFCC;
	float:right;
	border:0px dashed black;

}

.ANFTopLogos > #logo-sauda {
	width: 100px;
}


/* Botões search */
.ANFTopSearch {
	visibility: hidden;
	position: absolute;
	top: 68px;
	padding: 0;
	height: 0px;
	z-index: 100;
	background: #e1e1e1;
	overflow: hidden;
}
.ANFTopSearch.open {
	position: absolute;
	visibility: visible;
	top: 68px;
}
#search_mini_form {
	float: right;
	margin: 15px 2%;
	width: 96%;
}
#search_mini_form .form-search {
	padding: 0px !important;
	width: 100%;
	float: left;
}

#search_mini_form .button:hover,
#search_mini_form .button:focus,
#search_mini_form button.button {
	background: #313131;
	text-indent: 0;
	border: 0;
	float: right;
}
#search_mini_form button.button {
	color: #fff;
	background: #7BAE23;
	float: left;
	font-family: "anfFontBlack",sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	line-height: 35px;
	display: block;
	height: 100%;
	width: 240px;
	float: right;
}
#search_mini_form button.button span span {
	background: transparent;
	padding: 0;
}
#search_mini_form .form-search .validation-failed {
	border: 0!important;
	background: transparent!important;
}
#search_mini_form .form-search .input-text:focus {
	outline: none;
}
#search_mini_form .form-search .input-text {
	float: left;
	width: calc(100% - 242px)!important;
	left: 0;
	line-height: 35px;
	padding: 0 0 0 40px;
	border: 0;
	background: transparent;
	text-transform: capitalize;
	font-size: 24px!important;
	font-family: "anfFontlight", sans-serif;
	color: #8a8a8a;
}


/* Botões globais */

.BotaoLink01 {

	/*padding:5px;*/
	text-align: center;
}
.BotaoLink01 a {
	font-family: "anfFontBlack",sans-serif;
	color: #313131;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 35px;
	letter-spacing: 0.10em;
	display: inline-block;
	margin-top: 15px;
	width: 100%;
	background: #fff;
}

.BotaoLink01 a:hover{
	color: #FFF;
	background: #313131;
}




/* 
======================================
Barra de opções principais no topo 
======================================
*/
.header-container {
	width: 100%;
	z-index: 1001; /*999*/
	box-shadow: none;
}

.logo-scroll {
	position: absolute;
	z-index: 60;
	left: 0;
	padding-top: 10px;
	height: 100%;
	display: none;
}

.logo-scroll img {
	cursor: pointer;
}

.goToTop {
	top: 0px;
	position: fixed !important;
	width: 100%;
	max-width: 1570px;
	z-index: 20000;
}
@media only screen and ( min-width:1280px){
	.goToTop {
		top: 0px;
		position: fixed !important;
		width: calc(100% - 60px);
		max-width: 1570px;
		z-index: 20000;
	}
}

/* MENU MOBILE 
@media only screen and ( max-width:1199px){
	.ANFTopHeader.goToTop { 
		width: 970px;
		height: 130px;
	}
}*/

.ANFTopHeader {
	border-top:0px dashed #FF9999;
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background: #EF7624;
}

.ANFTopSearch.open,
.ANFTopHeader #TopHeaderUser,
.ANFTopHeader #TopHeaderLoja,
.ANFTopHeader #TopHeaderUser #FraseBoasVindas table,
.ANFTopHeader #TopHeaderTemas {
	height: 65px;
}



.ANFTopHeader #TopHeaderTemas {
	float:left;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding-left: 0px;
	padding-right: 0;
	background: #fff;
}

.ANFTopHeader #TopHeaderTemas .ANFMenu .navbar-default {
	box-shadow: none;
	background: none;
	border: 0;
	margin: 0;
}
.ANFTopHeader #TopHeaderTemas .ANFMenu {
	float: left;
	width: 100%;
}
.ANFTopHeader #TopHeaderTemas .ANFMenu .container-fluid {
	padding: 0;
}
.ANFTopHeader #TopHeaderTemas .ANFMenu .container-fluid > .navbar-collapse {
	padding: 0px;
	border-color: rgb(255, 255, 255);
	background: #fff;
}

.ANFTopHeader #TopHeaderTemas ul {
	margin: 0;
	padding: 0;
	box-shadow: none;
	background: #fff;
	border-radius: 0;
	float: right;
	width: 100%;
}
.ANFTopHeader #TopHeaderTemas li.bt-search {
	/*padding: 0px 15px;*/
	width: 16%;
	border: 0;
}
.ANFTopHeader #TopHeaderTemas li.bt-search a{
	background: #76bd22;
}
.ANFTopHeader #TopHeaderTemas li.bt-search i {
	color: #fff;
}

.ANFTopHeader #TopHeaderTemas li  {
	border-top: 0px solid #efefef;
	border-left: 1px solid #efefef;
	width: auto;
}

.ANFTopHeader #TopHeaderTemas li a  {
	font-family: "anfFontBlack", sans-serif;
	color: #313131;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing: 0.10em;
	line-height: 64px;
	background: #fff;
	box-shadow: none;
	padding: 0 25px;
	text-align: center;
}
.ANFTopHeader #TopHeaderTemas li:hover a,
.ANFTopHeader #TopHeaderTemas li:focus a{
	color: #7BAE23;
}
.ANFTopHeader #TopHeaderTemas li a:focus  {
	outline: none;
}
.ANFTopHeader #TopHeaderLoja {
	background:#ef7624;
	float:left;
}

.ANFTopHeader #TopHeaderLoja #LojaLeft {
	float:left;
	width: 68%;
	padding-top: 18px;
	overflow:hidden;
	border-right: 0px solid #fff;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
}

.ANFTopHeader #TopHeaderLoja #LojaRight {
	float:right;
	margin-top: 20px;
	position:relative;
	border-left: 0px solid #fff;
	/*width: 40%;*/
	/*padding-left: 5px;*/
}
.ANFTopHeader #TopHeaderLoja #LojaRight .block-cart-items {
	float: left;
	position: relative;
}
.ANFTopHeader #TopHeaderLoja #LojaRight .cart-items {
	text-align: left;
	line-height: 12px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	font-weight: 800;
}
.ANFTopHeader #TopHeaderLoja #LojaRight .cart-items ~ div {
	font-family: "anfFontRegular", sans-serif;
	font-size: 12px;
	letter-spacing: 0.10em;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.ANFTopHeader #TopHeaderLoja #LojaRight #Icon {
	position: relative;
	padding: 0 2px 0 6px;
	border-left: 1px solid #fff;
	float: left;
}

.ANFTopHeader #TopHeaderLoja #LojaRight #NumItems {
	position:absolute;
	top:2px;
	left:45px;
	color:white;
	font-size:14px;
}

#TituloLoja,
#TituloSemLoja {
	font-family: "anfFontBlack", sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.10em;
}

/*#TituloLoja a {
	padding: 20px 70px 20px 0px;
}*/

#TituloSemLoja {
	padding-top: 8px;
}
#TituloSemLoja a {
	color: #fff;
}

.ANFTopHeader #TopHeaderLoja #LojaLeft #NomeFarmacia  {
	color:#fff;
	width: 90%;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.10em;
}

.ANFTopHeader #BlockHeaderUser  {
	padding-right: 0;
	padding-left: 15px;
}

/* Alterado por jorge*/
.ANFTopHeader #TopHeaderUser  {
	background:#f9bf00;
	float:left;
	width: 100%;
	padding: 0 0 0 15px;
}



.ANFTopHeader #TopHeaderUser #FraseBoasVindas {
	/*	color:#669900;*/
	float:left;
	width: 100%;
}

.ANFTopHeader #TopHeaderUser #FraseBoasVindas .loggedin{
	/*	color:#669900;*/
	float:left;
	width: 60%;
}

.ANFTopHeader #TopHeaderUser #FraseBoasVindas a {
	color: #fff;
	font-size: 12px;
	font-family: "anfFontBlack", sans-serif;
	letter-spacing: 0.10em;
	text-transform: uppercase;
}
.ANFTopHeader #TopHeaderUser #FraseBoasVindas a strong {
	font-weight: normal;
	width: 100px;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display: block;
}
.ANFTopHeader #TopHeaderUser  #FraseBoasVindas #ImagemUserFacebook  {
	margin-right: 5px;
	float: left;
}
.ANFTopHeader #TopHeaderUser  #FraseBoasVindas #ImagemUserFacebook img {
	border:0px dashed gray!important;
	float:left;
	width:45px;
	height:45px;
	border-radius: 50%;

}
.ImagemUserFacebookAccount img{
	width:150px;
	height:150px;
	border-radius: 50%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ANFTopHeader #TopHeaderUser #FraseBoasVindas #NotLoginOptions{
	border:0px dotted red;
	width:100%;
	float:left;
	margin: 3px 0 0 0;
	line-height:60px;
}

.ANFTopHeader #TopHeaderUser #FraseBoasVindas #NotLoginOptions a {
	font-family: "anfFontBlack",sans-serif;
	font-size:12px;
	color: #fff;
	padding:4px;
	letter-spacing: 0.10em;
	text-transform: uppercase;

}

.ANFTopHeader #TopHeaderUser  #ResumoCC .resumo_content {
	float: left;
	width: 100%;
	margin: 0 0 5px;

}
.ANFTopHeader #TopHeaderUser  #ResumoCC{
	color: #fff;
	margin-top: 12px;
	font-size:12px;
	float: left;
	text-align: left;
	width: 40%;
}
.ANFTopHeader #TopHeaderUser  #ResumoCC span {
	float: left;
	font-size:18px;
	font-family: "anfFontBlack",sans-serif;
	letter-spacing: 0.05em;
	line-height: 18px;
}
.ANFTopHeader #TopHeaderUser  #ResumoCC span a {
	color: #fff;
	font-size:16px;
	font-family: "anfFontBlack",sans-serif;
	letter-spacing: 0.05em;
	line-height: 18px;

}
.ANFTopHeader #TopHeaderUser  #ResumoCC span.txt {
	font-family: inherit;
	font-size: inherit;
	word-wrap: break-word;
	float: left;
	width: 50px;
	line-height: 18px;
	margin-left: 2px;
}
.ANFTopHeader #TopHeaderUser  #ResumoCC span.txt2 {
	font-family: inherit;
	font-size: inherit;
	word-wrap: break-word;
	float: left;
	width: 45px;
	line-height: 9px;
	margin-left: 2px;

}

/* 
==============================
SLIDESHOW HOME
==============================
*/
.tp-bullets.simplebullets.round .bullet {
	width: 13px;
	height: 13px;
	background: #fff;
}

.tp-bullets.simplebullets.round .bullet.selected {
	background: #76bd22;
}

/* 
==============================
Barra identificadora da zona 
==============================
*/
.ANF_MenuColorBar {
	height: 3px;
	float: left;
	width: 100%;
}

.ANF_MenuColorBar_CE {
	background: #ef7624;
}
.ANF_MenuColorBar_SITE {
	background: #76bd22;
}
.ANF_MenuColorBar_USER {
	background: #f9bf00;
}

/* 
==========================
Zona do footer 
==========================
*/


.ANF_Footer {
	background: #e1e1e1;
}

.ANF_Footer .main-container {
	background: #e1e1e1;
}

.ANF_Footer .FooterColumn{
	margin-top:10px;
	margin-bottom:20px;
	letter-spacing: 0.10em;
	font-size: 12px;
}

.ANF_Footer .FooterColumn:last-child {
	padding-right: 0;
}
.ANF_Footer .FooterColumn:first-child {
	padding-left: 0;
}

.ANF_Footer #Footer_Col5.FooterColumn ul li,
.ANF_Footer .FooterColumn h4 {
	font-family: "anfFontBlack", sans-serif;
	margin-top:10px;
	margin-bottom:15px;
	letter-spacing: 0.10em;
	font-size: 12px;
	text-transform: uppercase;
}
.ANF_Footer .FooterColumn ul {
	padding: 0;
}
.ANF_Footer .FooterColumn ul li {
	list-style: none;
	padding-left: 0;
	margin: 4px 0;
	text-transform: uppercase;
}
.ANF_Footer .FooterColumn ul li a {
	color: #313131;
}
.ANF_Footer .FooterColumn ul li a:hover,
.ANF_Footer .FooterColumn ul li a:focus{
	color: #7BAE23;
}
.ANF_FooterLastBar {
	background: #f5f5f5;
	text-align: right;
	font-size: 11px;
	font-family: "anfFontRegular", sans-serif;
}

.ANF_FooterLastBar .main-container {
	background: #F5F5F5;
}

.ANF_FooterLastBar .ANF_FooterLastBar_Social {
	float:left;
	margin-left: 20px;
	margin-top: 20px;
}
.ANFTopLogos .ANF_FooterLastBar_Social .i_social {
	background: #76bd22;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	float: left;
	margin-right: 5px;
	position: relative;
	text-align: center;
	font-size: 11px;
}
.ANFTopLogos .ANF_FooterLastBar_Social .i_social i{
	float: left;
	color: #fff;
	width: 35px;
	line-height: 35px;
}

.ANF_FooterLastBar .ANF_FooterLastBar_Rights {
	/*float:right;*/
	font-size: 14px;
	margin-top: 20px;
	line-height: 35px;
	display: inline-block;
}

/* Full banner xpto01 */

.Banner_w100 {
	width:100%;
	min-height:160px;
	border:1px dashed #313131;
}

.Banner_w100 img {
	width:100%;
}

.Titlehome {
	font-family: anfFontlight, sans-serif;
	font-size:18px;
	color: #313131;
	/*margin: 30px 0 20px;*/
	margin: 0px 0 20px;
	padding: 0px;
	text-align:left;
	text-transform: uppercase;
	width: 100%;
}

.Titlehome:first-child {
	margin-top: 0;
}


.Title01,
.Title02 {
	font-family: anfFontlight, sans-serif;
	font-size:30px;
	color: #313131;
	margin-bottom: 35px;
	padding:0px;
	text-align:left;
	text-transform: initial;
	width: 100%;
}

.Title02 {
	margin-top: 40px;
}

.TituloZona .Title01 {

}




/*
=========================
PAGINA DE PRODUTO
=========================
*/
.ANFproduct h1 {
	font-family: "anfFontlight", sans-serif;
	font-size: 30px;
	color: #313131;
}
.ANFproduct .prod-marca-dose {
	margin-bottom: 20px;
}
.ANFproduct .prod-marca-dose span {
	padding: 0 5px;
	border-right: 0px solid #313131;
}

.ANFproduct .prod-marca-dose span:nth-child(3):before {
	content: "|";
	display: inline-block;
	padding: 0px 10px 0px 0px;
}

.ANFproduct .prod-marca-dose span:first-child:after {
	content: "|";
	display: inline-block;
	padding: 0px 0px 0px 10px;
}
.ANFproduct .prod-marca-dose span:last-child:before { }

.ANFproduct h2 {
	text-transform: uppercase;
	padding:0px;
	font-family: "anfFontlight", sans-serif;
	font-size:18px;
	color: #313131;
	margin: 40px 0;
	text-align:left;
	text-transform: uppercase;
	float: left;
	width: 100%;
}

.ANFproduct .product-image {

}

.ANFproduct .short-description {
	font-family: "anfFontlight", sans-serif;
	font-size: 18px;
	min-height: 200px;
}

.ANFproduct .prod-cnp label {
	margin-right: 10px;
}

.ANFproduct .prod-cnp label,
.ANFproduct .prod-cnp {
	font-family: "anfFontlight", sans-serif;
	font-size: 18px;
}
.ANFproduct .price-box {
	font-family: "anfFontRegular", sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
}

.ANFproduct .add-to-links {
	float: left;
	padding: 0px;
	margin: 25px 0px;
}

.ANFproduct .add-to-links li {
	list-style: none;
	width: 35px;
	height: 35px;
	float: left;
	overflow: hidden;
	display: block;
}

.ANFproduct .add-to-links li.prod-whish a {
	float: left;
	height: 35px;
	width: 35px;
	border: 2px solid #ef7624;
	overflow: hidden;
	background: #fff;
}

.ANFproduct .add-to-links li.prod-whish a.ANFlink-wishlist i {
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 33px;
	padding: 0px;
	margin: 0px;
	color: #ef7624;
	vertical-align: 0;
}

.ANFproduct .add-to-links li.prod-whish a.in-wishlist i {
	color: #fff;
}
.ANFproduct .add-to-links li.prod-whish a.in-wishlist {
	background: #ef7624;
}
.ANFproduct .add-to-links li.prod-whish a:hover,
.ANFproduct .add-to-links li.prod-whish a:focus {
	background: #ef7624;

}

.ANFproduct .add-to-links li.prod-whish a:hover i,
.ANFproduct .add-to-links li.prod-whish a:focus i {
	color: #fff;
}

.ANFproduct .add-to-links li.prod-compare {
	display: none;
}

.ANFproduct .product-img-box .product-image {
	margin: 0;
	max-width: 340px;
	position: relative;
	display: block;
}

.ANFproduct .product-img-box .product-image #wrap {
	z-index: 10!important;
}


.ANFproduct .product-img-box .more-images {
	display: block;
	width: auto;
	/*width: 100%;*/
	position: relative;
}
.ANFproduct .product-img-box .more-images .normal-list li{
	float: left;
}
.ANFproduct .product-img-box .more-images .elastislide-carousel {
	width: 86%;
	margin-left: auto;
	margin-right: auto;
}

.ANFproduct .product-img-box .more-images ul li {
	margin-right: 1px;
}

.ANFproduct .product-img-box .more-images span.elastislide-next ,
.ANFproduct .product-img-box .more-images span.elastislide-prev  {
	height: 27px;
	width: 32px;
	overflow: hidden;
	box-shadow: none;
	border: 0;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	-moz-transition: background-color 0.3s ease-in-out 0s;
	-o-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
}

.ANFproduct .product-img-box .more-images span.elastislide-next {
	right: -8px;
	background: url(../../../skin/frontend/venedor/toogasdev/images/pix.png) no-repeat;
	background-position: 4px -268px;
}

.ANFproduct .product-img-box .more-images span.elastislide-prev {
	left: -8px;
	background: url(../../../skin/frontend/venedor/toogasdev/images/pix.png) no-repeat;
	background-position: 4px -268px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ANFproduct .product-img-box .more-images span.elastislide-next:hover,
.ANFproduct .product-img-box .more-images span.elastislide-next:focus{
	background-position: -36px -268px;
}

.ANFproduct .product-img-box .more-images span.elastislide-prev:hover,
.ANFproduct .product-img-box .more-images span.elastislide-prev:focus {
	background-position: -36px -268px;
}

.ANFproduct .add-to-box button.btn-cart {
	background: #ef7624;
	border: 2px solid #ef7624;
}
.ANFproduct .add-to-box button.button {
	font-family: "anfFontBlack", sans-serif;
	font-size: 12px;
	line-height: 31px;
	padding: 0 20px;
	letter-spacing: 0.10em;
	margin: 0 0 2px 0;
	border-radius: 0;
	width: 240px;
	/*	border-style: solid;
        border-width: 15px;*/

}



.ANFproduct .ANFadd-cart .btn-cartpoints {
	border: 2px solid #76BD22;
}

.ANFproduct .add-to-box button.button:hover,
.ANFproduct .add-to-box button.button:focus {
	background: #313131;
	border: 2px solid #313131;
	border-radius: 0;
}

.ANFproduct .add-to-box,
.ANFproduct .ANFadd-cart,
.ANFproduct .add-to-box .btn-cart,
.ANFproduct .add-to-box .add-to-cart {
	float: left;
}

.ANFproduct .ANFadd-cart {
	width: 240px;
	margin: 0 20px;
}

.ANFproduct .ANFadd-cart .unavailable_addtocart{
	background-color: #c9c9c9;
	color: #ffffff;
	text-align: center;
	height: 35px;
	line-height: 35px;
}


.ANFproduct .add-to-box .add-to-cart .ANFqty-cart {
	float: left;
}

#menu_star .wishlist-star {
	position: absolute;
	right: 70px;
	top: 4px;
}

#menu_star .wishlist-star.no-items {
	opacity: 0.5;
}

#mini-cart.no-items {
	opacity: .5 !important;
}

#menu_star .wishlist-count {
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	float: right;
	bottom: 32px;
}

#menu_star .wishlist-star .wishlist-star-icon {
	color: #fff;
	font-weight: bold;
}

#shopping-cart-table tbody .add-to-cart{
	width: 100%;
	margin: 0 auto;
}

#shopping-cart-table tbody .add-to-cart,
.ANFproduct .add-to-box .add-to-cart .qty-wrap {
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
	/*background: #ef7624;*/
}

#shopping-cart-table tbody .add-to-cart .qty{
	background: none;
}

#shopping-cart-table tbody .add-to-cart .qty,
.ANFproduct .add-to-box .add-to-cart .qty {
	float: left;
	font-size: 14px;
	line-height: 31px;
	border-radius: 0;
	padding: 0;
	width: 35px;
	color: #313131;
	height: 31px;
	margin: 2px 0;
	background: #ef7624;
}

.ANFproduct .add-to-box .add-to-cart .qty {
	height: 35px;
	background: #fff;
	margin: 0;
	border-radius: 0;
	border: 2px solid #ef7624;
}

#shopping-cart-table tbody .add-to-cart .qty {
	height: 35px;
	background: #fff;
	margin: 0;
	border-radius: 0;
	border: 2px solid #ef7624;
}

#shopping-cart-table tbody .add-to-cart button{
	background: transparent;
}

#shopping-cart-table tbody .add-to-cart button,
.ANFproduct .add-to-box .add-to-cart .qty-wrap button {
	float: left;
	margin: 0!important;
	padding: 0;
	left: 0;
	position: relative;
	height: 35px;
	width: 35px;
	background: #ef7624;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-indent: inherit;
}
.cart-table tbody .ANFdisponivel, /* shopping cart */
.ANFproduct .ANFrecomendado,
.ANFproduct .ANFmedicamento,
.ANFproduct .ANFdisponivel {
	float: left;
	width: 100%;
	font-family: "anfFontRegular", sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

.cart-table tbody .ANFdisponivel span, /* shopping cart */
.ANFproduct .ANFrecomendado span,
.ANFproduct .ANFmedicamento span,
.ANFproduct .ANFdisponivel span {
	display: block;
	font-family: "anfFontRegular", sans-serif;
	font-weight: normal;
	margin-left: 45px;
}

/*.cart-table tbody .ANFdisponivel:before, shopping cart */
/*.ANFproduct .ANFdisponivel:before { */
/*	content: "\f402";
	font-family: Ionicons;
	font-size: 38px;*/
/*content:"";
background: url(../../../skin/frontend/venedor/toogasdev/images/icons/i_available.png) 50% 50% no-repeat;
height: 38px;
width: 38px;
line-height: 38px;
color: #000;
float: left;
margin-right: 5px;
font-style: normal;
font-weight: normal;
border-radius: 50%;
border: 2px solid #313131;
}
*/

.ANFproduct .ANFmedicamento:before {
	/*	content: "\f0f8";
        font-family: FontAwesome;
        font-size: 38px;*/
	/*
	content:"";
	background: url(../../../skin/frontend/venedor/toogasdev/images/icons/i_med.png) 50% 50% no-repeat;
	line-height: 38px;
	height: 38px;
	width: 38px;
	color: #000;
	float: left;
	margin-right: 5px;
	font-style: normal;
	font-weight: normal;
	border-radius: 50%;
	border: 2px solid #313131;
	*/
}
.ANFproduct .ANFrecomendado:before {
	/*	content: "\f405";
        font-family: Ionicons;
        font-size: 38px;*/
	content:"";
	background: url(../../../skin/frontend/venedor/toogasdev/images/icons/i_recommend.png) 50% 50% no-repeat;
	height: 38px;
	width: 38px;
	line-height: 38px;
	color: #000;
	float: left;
	margin-right: 5px;
	font-style: normal;
	font-weight: normal;
	border-radius: 50%;
	border: 2px solid #313131;
}

#Produto .icon-type-prod,
.ANFproduct .icon-type-prod {
	position: absolute;
	top: 25px;
	left: 30px;
	z-index: 999;
	width: auto;
}

.ANFproduct .icon-type-prod .cat-group img {
	width: 43px;
	height: 43px;
}

#Produto .icon-msrm ,
.ANFproduct .icon-msrm {
	display: inline-block;
}

#Produto .icon-msrm ,
.ANFproduct .icon-msrm {
	content:"";
	background-image: url(../../../skin/frontend/venedor/toogasdev/images/icons/i_prod_msrm.png);
	background-size: 100% 100%;
	height: 38px;
	width: 38px;
	line-height: 38px;
	color: #fff;
	float: left;
	margin-right: 5px;
	font-style: normal;
	font-weight: normal;
	border-radius: 50%;
}

.ANFproduct .icon-generico,
.item-inner .icon-generico {
	display: inline-block;
}


.ANFproduct .icon-generico,
.item-inner .icon-generico {
	content:"";
	background-image: url(../../../skin/frontend/venedor/toogasdev/images/icons/i_prod_generico.png);
	background-size: 100% 100%;
	height: 38px;
	width: 38px;
	line-height: 38px;
	color: #fff;
	float: left;
	margin-right: 5px;
	font-style: normal;
	font-weight: normal;
	border-radius: 50%;
}






/*
========================
Coisas já do standard
========================
*/

.product-options dt label,
.box-reviews dt,
.data-table,
.fraction-slider .slide-subtitle {
	font-family: inherit;
}

.products-grid .item-inner {
	padding: 0;
}

.products-grid .item-active .item-inner {
	padding: 0;
	border: 0;
	box-shadow: none;
	cursor: pointer;
}

.ANFgrid-products { }


.anf-products-grid {
	float: left;
	width: 100%;
	padding: 0!important;
	/*	margin: 0 -15px 20px -15px !important;*/
}

.anf-products-grid li {
	list-style-type: none;
	/* background:#B8B894; */
}

.item-inner {
	border: 0px solid #fff;
	min-height: 322px;
	margin-bottom: 20px;
}

.item-inner:hover,
.item-inner:focus {
	border: 0px dashed #313131;
	cursor: pointer;
	/*
	background:#C2C2A3;
	   -moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.1);
  	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.1);
  	        box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.1);
    */
}

.item-inner #Produto {
	border:0px dashed #313131;
	text-align:left;
	position: relative;
}

.item-inner #Produto #TextZone {
	height:75px;
	overflow:hidden;
}

.item-inner #Produto #TextZone #Descricao {
	/*background:#CCFF66; */
	max-height: 48px;
	padding:4px 4px 0 4px;
	overflow:hidden;
}

.item{
	border:none;
}

.blockleft_articles {
	padding-left: 0;
}

.blockright_articles {
	padding-right: 0;
	margin-top: 0px;
}
/*.articles-container { margin: 20px 0 0 0; }*/

.wrapper-article .articles-container.single-lateral .prod_relacionados ul {
	margin-bottom: 0;
}

.wrapper-article .articles-container.single-lateral .prod_relacionados ul li {
	border: 0;
}

.wrapper-article .articles-container.single-lateral .prod_relacionados #Descricao {
	max-height: 48px;
	padding:4px 4px 0 4px;
	overflow: hidden;
}

.wrapper-article .articles-container.single-lateral .prod_relacionados #Descricao a {
	font-family: "anfFontBlack",sans-serif;
	font-size: 18px;
	color: #313131;
	text-decoration: none;
	line-height: 21px;
	display: block;
}

.wrapper-article .articles-container.single-lateral #CartBar #AddCartIcon{
	float: right;
}
.wrapper-article .articles-container.single-lateral #CartBar {
	background: #EF7624 none repeat scroll 0% 0%;
	height: 32px;
	padding: 2px;
	color: #000;
}

.anf_RightColumn .ProdutosFavoritos .Descricao a,
.item-inner #Produto #TextZone #Descricao a {
	font-family: 'anfFontBlack', sans-serif;
	font-size:18px;
	color: #313131;
	text-decoration:none;
	line-height: 21px;
	display: block;
}

.anf_RightColumn .ProdutosFavoritos .Descricao a:hover,
.anf_RightColumn .ProdutosFavoritos .Descricao a:focus,
.item-inner #Produto #TextZone #Descricao a:hover,
.item-inner #Produto #TextZone #Descricao a:focus {
	color: #ef7624;
	text-decoration:none;
}

.anf_RightColumn .ProdutosFavoritos .Dimensoes, /*right block */
.anf_RightColumn .Produto #Dimensoes, /*right block */
.item-inner #Produto #TextZone #Dimensoes {
	/*background:#7575FF; */
	max-height:30px;
	padding: 4px;
	color:#313131;
	font-size:14px;
	line-height: 14px;
	font-family: 'anfFontRegular', sans-serif;
}

#estrelaFav{
	cursor: pointer;
}


@media only screen and (max-width: 767px) {
	#product-attribute-specs-table {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	#product-attribute-specs-table {
		width: 77.4%;
	}
}


#product-attribute-specs-table .label{
	font-weight: 900;font-size: 15px;
}

/*============================*/

.anf_RightColumn .ZonaRegisto .TituloZona:before {
	content: "";
	background: url(../../../skin/frontend/venedor/toogasdev/images/pix.png) no-repeat;
	background-position: -272px -190px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	display: block;
}

.anf_RightColumn .ProdutosFavoritos .TituloZona:before {
	content: "";
	background: url(../../../skin/frontend/venedor/toogasdev/images/pix.png) no-repeat;
	background-position: -130px -190px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	display: block;
}

.anf_RightColumn .ZonaProdutos .TituloZona:before {
	content: "";
	background: url(../../../skin/frontend/venedor/toogasdev/images/pix.png) no-repeat;
	background-position: -204px -190px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	display: block;
}

.anf_RightColumn .ZonaParceiros .TituloZona:before {
	content: "";
	background: url(../../../skin/frontend/venedor/toogasdev/images/pix.png) no-repeat;
	background-position: -65px -190px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	display: block;
}

.anf_RightColumn .ZonaCartaoSauda .TituloZona:before {
	content: "";
	background: url(../../../skin/frontend/venedor/toogasdev/images/pix.png) no-repeat;
	background-position: -340px -190px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	display: block;
}

.anf_RightColumn .ZonaCartaoSauda .cartao_img {
	display: block;
	text-align: center;
}

.anf_RightColumn .ZonaCartaoSauda .cartao_img img {
	max-width: 100%;
	height: auto;
}



/*=======================*/






.item-inner #Produto #Imagem {
	height:264px;
	overflow:hidden;
	background: #f5f5f5;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.item-inner #Produto #Imagem:hover .areaEffect,
.item-inner #Produto #Imagem:focus .areaEffect{
	/*background: rgba(49,49,49, 0.10);*/
	/*	-webkit-filter: grayscale(50%);
        filter: grayscale(50%);*/

	opacity: 1;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* IE 5-7 */
	filter: alpha(opacity=100);

	/* Netscape */
	-moz-opacity: 1;

	/* Safari 1.x */
	-khtml-opacity: 1;

	/* Good browsers */
	opacity: 1;
}

.item-inner #Produto #Imagem a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align: center;
}

.item-inner #Produto #Imagem a:hover {
	/*background-color: rgba(49,49,49,0.10);*/
	opacity: .5;
}

.blockright_articles #Produto #CartBar {
	background:#ef7624;
	width: 100%;
	display: inline-block;
}

.anf_RightColumn .ZonaProdutos #CartBar a, /*right block */
.anf_RightColumn .ProdutosFavoritos #CartBar a, /*right block */
.anf_RightColumn .Produto #CartBar a, /*right block */
.item-inner #Produto #CartBar  a{
	background:#ef7624;
	height:32px;
	padding:2px;
	color:black;
	display: block;
}

.product-item-disabled {
	opacity: .3;
}

.product-item-disabled2 #Produto #CartBar a,
.product-item-disabled .item-inner #Produto #CartBar a{
	background: #c9c9c9;
}

.product-item-disabled2 #Produto #CartBar a:hover,
.product-item-disabled .item-inner #Produto #CartBar a:hover {
	background: #c9c9c9;
}

.label-voucher {
	color: #76bd22;
	font-size: 20px;
	margin: 20px 0px;
}

.anf_RightColumn .ZonaProdutos #CartBar a:hover, /*right block */
.anf_RightColumn .ZonaProdutos #CartBar a:focus, /*right block */
.anf_RightColumn .ProdutosFavoritos #CartBar a:hover, /*right block */
.anf_RightColumn .ProdutosFavoritos #CartBar a:focus, /*right block */
.anf_RightColumn .Produto #CartBar a:hover, /*right block */
.anf_RightColumn .Produto #CartBar a:focus, /*right block */
.item-inner #Produto #CartBarPoints  a:hover,
.item-inner #Produto #CartBarPoints  a:focus,
.item-inner #Produto #CartBar  a:hover,
.item-inner #Produto #CartBar  a:focus {
	background: #313131;
	color: #fff;
}

.anf_RightColumn .ProdutosFavoritos #CartBar #Preco, /*right block */
.anf_RightColumn .Produto #CartBar #Preco, /*right block */
.item-inner #Produto #CartBar #Preco {
	float:left;
	font-size:14px;
	color:white;
	padding:0 15px;
	line-height: 28px;
	font-family: "anfFontBold";
}

.anf_RightColumn .ProdutosFavoritos #CartBar #AddCartIcon, /*right block */
.anf_RightColumn .Produto #CartBar #AddCartIcon { /*right block */
	float:right;
	padding-right: 15px;
}

.anf_RightColumn .out-of-stock {
	font-size:12px;
	line-height: 30px;
	font-family: "anfFontRegular";
	text-transform: uppercase;
	margin: 0px;
	display: block;
}

/*
=================================
	Coluna da direita / SITE
=================================
*/

.anf_RightColumn {
	background:#f9bf00;
	padding:20px 22px;
	min-height:400px;
}

.anf_RightColumnAccount{
	background:#f9bf00;
	padding:20px;
	text-align: center;
}

.anf_RightColumn .LineSeparator {
	/*margin-top:20px;*/
	margin: 30px 0;
	border-top: 1px solid white;
}

.TituloZona {
	font-family: "anfFontBlack", sans-serif;
	font-size:14px;
	color: #fff;
	text-transform:uppercase;
	margin: 15px 0;
	letter-spacing: 0.10em;
}

.subTituloZona {
	font-family: "anfFontBlack", sans-serif;
	font-size: 18px;
	color: #313131;
	margin: 15px 0;
}

.anf_RightColumn .ZonaRegisto {
	border-top: 0px solid #fff;
}

.anf_RightColumn .ZonaRegisto ul {
	font-size: 14px;
	padding-left: 1em;
}

.anf_RightColumn .ZonaRegisto ul li {
	list-style-type: disc;
	line-height: 16px;
	margin: 8px 0;
}

.anf_RightColumn .ZonaLogin {
	margin: 20px 0;
}

.anf_RightColumn .ZonaLogin .subTituloZona {
	margin-top: 0;
	margin-bottom: 0;
}
.anf_RightColumn .ZonaLogin form {
	margin-top: 10px;
}
.anf_RightColumn .ZonaLogin form > p {
	margin: 0 0 5px 0;
}

.anf_RightColumn .ZonaLogin form .input-text-login,
.anf_RightColumn_Inf .ZonaLogin form .input-text-login {
	background: #e1e1e1;
	font-family: "anfFontRegular", sans-serif;
	font-size: 14px;
	color: #999;
	border-radius: 0;
	border:0;
	padding: 5px;
	width: 100%;
}

.anf_RightColumn .ZonaLogin a.mini-forgot-password {
	color: #313131;
	font-size: 12px;
	display: block;
	margin: 15px 0;
}

.anf_RightColumn .ZonaLogin a.mini-forgot-password:hover ,
.anf_RightColumn .ZonaLogin a.mini-forgot-password:focus {
	text-decoration: none;
}

.anf_RightColumn .ZonaLogin button,
.anf_RightColumn_Inf .ZonaLogin button {
	font-family: "anfFontBlack",sans-serif;
	color: #313131;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 35px;
	letter-spacing: 0.1em;
	display: block;
	border: 0;
	background: #FFF;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.anf_RightColumn .ZonaLogin button:hover,
.anf_RightColumn .ZonaLogin button:focus,
.anf_RightColumn_Inf .ZonaLogin button:hover,
.anf_RightColumn_Inf .ZonaLogin button:focus {
	color: #FFF;
	background: #313131;
}

/* remover jorge
.MinhaFarmacia .blocoAccount:before ,
.anf_RightColumn .MinhaFarmacia .TituloZona:before {
	content: "";
	background: url(../../../skin/frontend/venedor/toogasdev/images/pix.png) no-repeat;
	background-position: 0 -190px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	display: block;
}*/

.MinhaFarmacia .blocoAccount .titulo-bloco {
	font-family: "anfFontBlack",sans-serif;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	margin: 0px;
	letter-spacing: 0.1em;
}

.anf_RightColumn .MinhaFarmacia {
	border:0px dashed gray;
}

.anf_RightColumn .MinhaFarmacia h4 {
	font-size: 14px;
}
.anf_RightColumn .MinhaFarmacia #FarmNome {
	font-family: "anfFontBlack",sans-serif;
	font-size: 18px;
	line-height: 21px;
	/*	font-size:110%;
        font-weight:bold;*/
}

.anf_RightColumn .MinhaFarmacia #FarmMorada {
	color: #313131;
}

.anf_RightColumn .MinhaFarmacia #FarmLabel {
	margin-top: 20px;
	font-family: "anfFontBlack",sans-serif;
	font-size: 18px;
	line-height: 21px;
	/*	font-weight:bold;
        font-style: italic;*/
}

.anf_RightColumn .MinhaFarmacia #FarmBotaoVer {
	margin-top:10px;
	width:100%;
	background:white;
	padding:5px;
	text-align:center;
}

.anf_RightColumn .MinhaFarmacia #FarmBotaoVer:hover ,
.anf_RightColumn .MinhaFarmacia #FarmBotaoVer:focus {
	background:#FFFF33;
}

.anf_RightColumn .MinhaFarmacia #FarmBotaoVer a {
	color: black;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

.anf_RightColumn .Produto {
	text-align: center;
}

.anf_RightColumn .Produto #TextZone{
	text-align: left;
	margin: 5px 0;
}

.anf_RightColumn .Produto #Descricao {
	font-family: "anfFontBold",sans-serif;
	font-size: 18px;
	color: #313131;
	line-height: 21px;
}

.anf_RightColumn #ImagemBarra {
	margin-bottom: 0px;
	max-width: 100%;
}
.anf_RightColumn .Produto #CartBar {
	margin-bottom: 40px;
}

.anf_RightColumn .Produto #Dimensoes {
	padding: 0 0 4px 0;
}

.anf_RightColumn .ProdutosFavoritos .Dimensoes {
	padding: 4px 0 4px 0;
}

.anf_RightColumn .ProdutosFavoritos #CartBar{
	margin: 4px 0 20px 0;
}

/*
=================================
	Coluna da direita / CE
=================================
*/

.anf_RightColumn_CE {
	/*	border-top:10px solid #66CCFF;
        border-bottom:10px solid #66CCFF;
        background:#ececec;
        margin-top:20px;
        padding:6px 0
        margin-bottom:20px;*/
	min-height:400px;
}

.anf_RightColumn_CE .anf_Categorias .TituloZona a {
	font-family: "anfFontlight", sans-serif;
	font-size:18px;
	color: #313131;
}
.anf_RightColumn_CE .anf_Categorias .TituloZona i {
	padding-right: 10px;
	color: #ef7624;
	font-size: 16px;

	float: left;
	line-height: 36px;
	padding-left: 20px;
}

.anf_RightColumn_CE .anf_Categorias .TituloZona i:hover,
.anf_RightColumn_CE .anf_Categorias .TituloZona i:focus {
	color: #313131
}
.anf_RightColumn_CE .anf_Categorias .TituloZona a:hover
.anf_RightColumn_CE .anf_Categorias .TituloZona a:focus {
	color: #ef7624;
}

.anf_RightColumn_CE .block-layered-nav .filter-title {
	position: relative;
	font-size: 12px;
	background: #EEECED;
	line-height: 35px;
	padding-left: 40px;
	color: #313131;
	margin-top: 40px;
	padding: 4px 4px 4px 40px;
	line-height: 35px;
	text-transform: uppercase;
}

.anf_RightColumn_CE .block-layered-nav .block-order .filter-title {
	font-weight: bold;
}

.anf_RightColumn_CE .block-layered-nav dt {
	font-size: 12px;
	padding-left: 40px;
	color: #313131;
	padding: 20px 50px 20px 40px;
}

.anf_RightColumn_CE .block-layered-nav dt .button-arrow {
	display: none;
}
.anf_RightColumn_CE .block-layered-nav dd ol {
	margin-top: 0px;
	padding-left: 20px;
	list-style: none;
}

.anf_RightColumn_CE .block-layered-nav dd ol .jspPane {
	padding-left: 20!important;
}

.anf_RightColumn_CE .block-layered-nav dd ol .jspVerticalBar {
	right: 22px;
}

.anf_RightColumn_CE .block-layered-nav dd ol li a {
	color: #313131;
	font-size: 14px;
}

.anf_RightColumn_CE .block-layered-nav dd ol li a:hover {
	color: #ef7624;
}

.anf_RightColumn_CE .block-layered-nav dd .price {
	font-weight: normal;
}

/*
=================================
	NEWS PAGES
=================================
*/
.wp-container-news {
	padding: 0;
}

.wp-container-news .titulo_noticia h1 {
	font-family: "anfFontlight",sans-serif;
	font-size: 30px;
	color: #313131;
}

.wp-container-news .subtitulo_noticia h4 {
	font-family: "anfFontBlack",sans-serif;
	font-size: 16px;
	color: #313131;
	margin: 20px 0;
	line-height:21px;
	text-transform: capitalize;
}

.wp-container-news .articles-container .imagem_noticia {
	float: left;
	width: 50%;
}

.wp-container-news .articles-container .imagem_noticia img {
	max-width: 100%;
	height: auto;
}

.wp-container-news .articles-container .resumo_noticia {
	font-family: "anfFontRegular",sans-serif;
	font-size: 14px;
	float: left;
	width: 50%;
	padding: 30px;
}

.wp-container-news .articles-container.single-lateral .resumo_noticia {
	font-family: "anfFontRegular",sans-serif;
	font-size: 14px;
	padding: 15px;
}

.wp-container-news .articles-container .texto_noticia {
	font-family: "anfFontRegular",sans-serif;
	font-size: 14px;
	color: #313131;
	float: left;
	width: 100%;
	padding: 20px 0;
}
/*
      Resumo artigos wordpress no magento (relações com categorias e produtos)
*/
.wpArticlesAreaTitle {
	border-bottom:1px solid #3366CC;
	padding:3px;
	font-size:18px;
	color: #3366CC;
	margin-top: 20px;
}

/* PÁGINA DESTAQUES */
.pagina-destaques {
	padding: 20px;
}

.wpArticlesArea {
	border:0px dotted #3366CC;
	/*float:left; ellipsis na grid de noticias home*/
}

.wpArticlesArea + .main-slider{
	margin-top: 40px;
}

.wpArticlesGrid {
	padding: 0!important;
	margin-left: -15px!important;
	margin-right: -15px!important;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	/*background:#efefef;*/
	/*background:white; backgroundWHITE*/
}

.wpArticlesGridSearch {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.wpArticlesGrid  li {
	list-style-type: none;
}

.wpArticlesGrid .item {
	margin-bottom:0px;
	padding-bottom: 0;
	padding-top: 0;
}

body.category .wpArticlesArea,
body.category .wpArticlesGrid .item{
	margin:0;
	padding:0;
}

.wpArticlesGrid .wpArticleItem  {
	border: 0px solid #fff;
	list-style-type: none;
	background: white;
	/*min-height: 398px;*/
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.wpArticlesGrid .wpArticleItem:hover {
	/*cursor: pointer;
	border: 0px solid rgba(49, 49, 49, 0.10);*/
}

.wpArticlesGrid .wpArticleItem .article-image {
	position: relative;
	/*height: 170px;
	overflow: hidden;
	text-align: center;
	*/
}

.wpArticlesGrid .wpArticleItem .article-image img {
	/* a rever mais tarde com as fotos correctas PB */
	width: 100%;
	max-width: 100%;
	height: auto;
	/*	height: 170px; 	*/
}

/*
===========================
Pagina de Destaques de Artigos
===========================
*/
.wpArticleItem.duoItem .article-image img {
	max-width: 100%;
	height: 300px;
	/* width: 570px; */
}

.noticias-2 .noticias{
	margin-bottom:40px;
}

.noticias-2 .article-image{
	text-align: center;
}

.temas-destaques {
	padding: 0;
}

.wpArticlesGrid .wpArticleItem .article-image a:hover .areaEffect ,
.wpArticlesGrid .wpArticleItem .article-image a:focus .areaEffect {
	background-color: rgba(49,49,49, 0.10);
	opacity: 1;
}

.wpArticlesGrid .wpArticleItem .article-textzone {
	height:200px;
}

.wpArticlesGrid .wpArticleItem .article-name {
	text-align:left;
	margin-bottom: 20px;
}

.noticias-resto .wpArticleItem .article-name,
.noticias-2 .wpArticleItem .article-name {
	margin-bottom:0px;
}

/*
.wpArticlesGrid  .noticias-resto {
	clear: both;
}
*/


.noticias-2 .wpArticleItem .article-image {
	height: auto;
}

.wpArticlesGrid .wpArticleItem .article-name a {
	font-family: "anfFontBlack", sans-serif;
	color:#76bd22;
	font-size:12px;
	line-height: 21px;
	text-transform:uppercase;
	letter-spacing: 0.10em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

div.wpArticlesGrid  div.noticias-resto  div.wpArticleItem  div.article-name a,
.noticias  .wpArticleItem .article-name a {
	font-family: "anfFontBlack", sans-serif;
	color:#313131;
}

div.wpArticlesGrid  div.noticias-resto  div.wpArticleItem {
	padding-top:20px;
}

.wpArticlesGrid .wpArticleItem  .article-name a:hover ,
.wpArticlesGrid .wpArticleItem  .article-name a:focus {
	text-decoration: none;
	color: #313131;
}
.wpArticlesGrid .wpArticleItem  .article-subtitle a {
	font-family: "anfFontBlack", sans-serif;
	color: #313131;
	font-size:16px;
	line-height: 21px;
	display: block;
	margin-top: 10px;
	overflow: hidden;
	height: 46px;
}

.wpArticlesGrid .wpArticleItem  .article-subtitle a:hover,
.wpArticlesGrid .wpArticleItem  .article-subtitle a:focus {
	color:#76bd22;
}

.wpArticlesGrid .wpArticleItem  .article-description {
	font-family: "anfFontRegular", sans-serif;
	color: #313131;
	font-size:14px;
	padding: 0;
	text-align:left;
	display: block;
	height: 64px;
	margin: 0 auto;
	line-height: 21px;
	overflow: hidden;
	margin: 0px 0 20px;
	margin-top: 5px !important;
	text-align: justify;
	/*
	ellipsis grid home;
		text-overflow: ellipsis;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	*/
}


/* CSS DA PÁGINA PESQUISAR-FARMACIAS */
::-webkit-input-placeholder { /* WebKit browsers */
	color:    #a6a6a6;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #a6a6a6;
	opacity:  1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #a6a6a6;
	opacity:  1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #a6a6a6;
}



/* ---------------------------------
------------- 4 Buttons & Badges */
.btn-custom-2 {
	color: #fff !important;
	background-color: #76bd22;
	border-color: #76bd22;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.btn-custom-2:hover,
.btn-custom-2:focus,
.btn-custom-2:active,
.btn-custom-2.active,
.open .dropdown-toggle.btn-custom-2 {
	background-color: #313131;
	border-color: #313131;
	-webkit-box-shadow:none;
	box-shadow:none;
}

/* ---------------------------------
------------- 6 Forms */
.form-control {
	border-color: #E1E1E1;
}

.input-lg {
	height: 47px!important;
	/*border-radius: 3px!important;*/
	padding: 12px 16px!important;
	/*margin-bottom: 10px;*/
}


.input-group.empty {
	height:47px;
}

#feedback-form .input-group-addon .input-text {
	border: 0;
}

.input-group-addon {
	background-color: #fff;
	text-align: left;
	text-transform: uppercase;
	min-width: 150px;
}

#feedback-form .input-lg {
	padding: 12px 16px;
}


.textarea-container textarea {
	padding-top:10px;
	margin-top:0px;
}

/*
.input-group-radio span,
.input-group-select span{
    border-top:none;
    border-bottom:none;
    border-radius:0;
}
*/

.input-group-radio label {
	font-size:13px;
	text-transform: uppercase;
	/*adicionado LG*/
	font-family:"anfFontRegular",sans-serif;
	font-size:14px;
	color:#313131;
	line-height:21px;
	word-break: break-all;
	text-align: center;
}

.input-group-radio .nopaddingright {
	padding-left:15px;
	padding-right:0px;
}

.input-group-radio .nopadding {
	padding-left:0px;
	padding-right:0px;
}

input.error {
	border:solid 1px #a94442 !important;
	color:#a94442 !important;
}

/* =============================================
--------------------  4.Header -----------------
==============================================*/
#header-top {
	background: #76bd22;
	height:47px;
	border-top:none;
}

.header-top-right {
	font-weight: 600;
	font-size:14px;
	color:#fff;
	text-transform: uppercase;
	line-height: 47px;
	height:47px;
}

.header-top-right span.welcomemessage {
	margin-right: 10px;
}

.header-top-right form {
	display: inline;
}

.header-top-right input {
	padding:0;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	border-radius: 3px;
	border: none;
	text-transform: uppercase;
	width: 145px;
	color:#555;
}

.header-top-right a.forgotpassword {
	color:#fff;
	text-decoration: underline;
	margin-left: 10px;
}

.header-top-right a.forgotpassword:hover {
	color:#076324;
}

.header-top-right.logged a {
	color:#fff;
}

.header-top-right .btn-logout {
	border-radius: 3px;
	color: #fff !important;
	background-color: #225b34;
	border-color: #225b34;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.header-text-container {
	position: absolute;
	top:100%;
	right:0;
	margin-top:0px;
	color:#076324;
	z-index: 1000;
	/*line-height:34px;*/
}

.loginmodal-options {
	text-transform: uppercase;
	margin-top: 10px;
}

#header-top .header-link a,
.loginmodal-options a{
	color:#225b34;
}

#header-top .header-link a:hover ,
.loginmodal-options a:hover{
	color:#76bd22;
}

.header-link img {
	vertical-align: top;
	margin-top: 5px;
}

#inner-header {
	/*padding-top:0;*/
	padding-top:27px;
}

#inner-header .logo-container {
	/*width: 35%;*/
	white-space: nowrap;
	/*margin-top: 19px;*/
	/*margin-bottom: 25px;*/
}

#inner-header .logo-container img{
	max-width: 100%;
	vertical-align: top;
}

#inner-header span.logo-sep {
	position: relative;
	left: auto;
	display: inline-block;
	height: 40px;
	width: 1px;
	background-color: #bfbfbf;
	opacity: 1;
	margin-top: 16px;
	margin-left: 5%;
	margin-right: 5%;
	vertical-align: top;
}

#main-nav-container.fixed .logo-container {
	margin-top: 0px;
}

#main-nav-container.fixed span.logo-sep {
	margin-top: 7px;
	height: 20px;
}

#menu-right-side {
	/*margin-top: 67px;*/
	margin-top: 40px;
}

#main-nav-container {
	background-color: #efefef;
}

#main-nav-container #main-nav .menu li a {
	color:#76bd22;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Roboto';
	padding: 13px 0px 13px 25px;
}

#main-nav-container #main-nav .menu li.current-menu-item a,
#main-nav-container #main-nav .menu li:hover > a,
#main-nav-container #main-nav .menu li > ul li > ul li:hover > a {
	color:#225b34;
}

#main-nav-container #main-nav #responsive-nav ul {
	border-top:5px solid #076324;
}

#main-nav-container #main-nav #responsive-nav ul li a:hover {
	color:#076324;
}

#responsive-nav-button {
	font:700 20px/38px 'Roboto', sans-serif;
}

#responsive-nav-button #responsive-nav-button-icon {
	background-color:#076324;
	/*background-image: none;*/
}

#responsive-nav-button:hover #responsive-nav-button-icon,
#responsive-nav-button.active  #responsive-nav-button-icon {
	background-color:#076324;
}

#main-nav-container #main-nav #responsive-nav ul li {
	font:700 17px/25px 'Roboto', sans-serif;
}

#header {
	/* background-color: #efefef; */
	background-color: #fff;
}

#search_autocomplete{
	display: none;
}

#header .btn-login {
	padding: 0;
	color:#fff;
	height: 30px;
	line-height: 30px;
	width: 90px;
	border-radius: 3px;
	background-color: #225b34;
	margin-top: -3px;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-weight: 500;
}
/* =============================================
---------------------  5.Content ---------------
==============================================*/

.titulo_noticia h1,
.TituloPagina,
h1.title{
	font-family:"anfFontlight", sans-serif; /* alterado LG */
	font-size:30px;
	color:#313131;
	/*padding:40px 0 20px;*/
	margin:0px;
}

.titulo_noticia,
.titulo_noticia h1{
	margin:0px;
}

.title {
	padding-left:0;
	border-left:none;
	font-size:35px;
	/* margin-bottom:15px;*/
	font-weight: 300;
}

.title-desc {
	font-family: "Roboto";
	line-height: 21px;
	white-space:normal;
	overflow:visible;
}

.sub-title {
	font-family:"anfFontRegular", sans-serif;
	font-size:25px;
	color:#313131;
	margin:20px 0px;
}

form .row:first-child .sub-title {
	margin-top: 0;
}

/* =============================================
------------------- 6.index.html --------------
==============================================*/
.latestnews-slider {
	margin-top: 65px;
}

.latestnews-slider li:first-child {
	margin-left: 0;
}

.latestnews-slider li {
	width: 31.5%;
	float: left;
	padding: 0;
	margin-left: 2.6%;
}

.latestnews-slider h3,
.relatedlinks-slider h3{
	font-size:20px;
	font-weight: 300;
	font:300 20px/25px "Roboto", sans-serif;
}

.latestnews-slider a,
.relatedlinks-slider a{
	color:#7ac141;
}

.latestnews-slider a:hover,
.relatedlinks-slider a:hover,
.latestnews-slider .latestnews-meta-container .pull-left a:hover{
	color:#076324;
}

.latestnews-slider p {}
.relatedlinks-slider {
	margin-top: 50px;
}

.relatedlinks-slider li:first-child {
	margin-left: 0;
}

.relatedlinks-slider li {
	width: 23%;
	float: left;
	padding: 0;
	margin-left: 2.6%;
}

.relatedlinks-slider h3 {
	text-align: center;
}

.relatedlinks-slider .relatedlinks-media-container {
	margin-bottom: 20px;
	height: 210px;
	position: relative;
}

.relatedlinks-slider .relatedlinks-media-container img {
	max-height: 210px;
	position: absolute;
	bottom: 0;
}

/* =============================================
------------------- 10.Blog.html -----------------
==============================================*/
.article {
	padding-left: 0px;
}

.article .article-content-container {
	line-height: 21px;
}

.article .article-content-container  p{
	font-family:"anfFontRegular", sans-serif;
	font-size:14px;
	margin:20px 0px;
}

.article .article-content-container  p strong{
	font-family:"anfFontBold", sans-serif;
	font-size: 15px;
	letter-spacing:0.1em;
	font-weight:400;
}

.article table td {
	padding:5px;
}

.article ul,
.tab-content .tab-pane ul{
	list-style-type: disc;
	padding-left: 15px;
}

/* ---------------------------------
------------- 13 Tabs */
.tab-container .nav-tabs > li {
	font: 600 15px/22px "anfFontRegular",Arial,sans-serif;
	color: #000;
	border-right: 1px solid #fff;
	border-top: 1px solid #000;
}

.tab-container .nav-tabs > li:first-child {
	border-left:1px solid #000;
}

.tab-container .nav-tabs > li:last-child {
	border-right:1px solid #000;
}

.tab-container .nav-tabs > li > a {
	color:#fff;
	background-color: #76bd22;
	border-bottom-color:transparent;
	padding:20px !important;
}

.tab-container .nav-tabs > li.tab1 > a {
	background-color: #00bbd9;
}

.tab-container .nav-tabs > li.tab1 > a:hover {
	color:#00bbd9;
}

.tab-container .nav-tabs > li.tab2 > a {
	background-color: #2270B5;
}

.tab-container .nav-tabs > li.tab2 > a:hover {
	color:#2270B5;
}

.tab-container .nav-tabs > li.tab3 > a {
	background-color: #ffc20e;
}

.tab-container .nav-tabs > li.tab3 > a:hover {
	color:#ffc20e;
}

.tab-container .nav-tabs > li.tab4 > a {
	background-color: #76BD22;
}

.tab-container .nav-tabs > li.tab4 > a:hover {
	color:#76BD22;
}

.tab-container .nav-tabs > li.tab5 > a {
	background-color: #2270B5;
}

.tab-container .nav-tabs > li.tab5 > a:hover {
	color:#2270B5;
}

.tab-container .nav-tabs > li > a:hover {
	background: #fff;
	color:#313131;
	border-color: #fff;
}

.tab-container .nav-tabs > li.active > a,
.tab-container .nav-tabs > li.active > a:hover,
.tab-container .nav-tabs > li.active > a:focus {
	color: #313131;
	cursor: default;
	background: #ffffff;
	border: 1px solid transparent;
	border-right-color: #fff;
	font-family: "anfFontRegular", sans-serif !important;
}



div.tab-container ul.nav-tabs{
	margin-bottom:0px;
}

.nav-tabs.nav-justified>li>a {
	border-radius:0px;
}

.tab-container .tab-content {
	color: #000;
	border: 1px solid #313131;
	border-top: none;
	font-size: 15px;
	line-height: 21px;
}

.tab-container .tab-content img {
	max-width:100%;
	height:auto;
}

.tab-container .tab-content .tab-pane h2{
	font-family:"anfFontRegular", sans-serif;
	font-size: 28px;
	color: #313131;
	padding: 0px;
	margin: 20px 0;
}

.tab-container .tab-content .tab-pane p{
	font-family: "anfFontRegular", sans-serif;
	font-size: 15px;
	color: #313131;
	line-height: 21px;
}


.tab-container .nav-tabs > li.active > a,
.tab-container .nav-tabs > li.active > a:hover,
.tab-container .nav-tabs > li.active > a:focus {
	color: #2270B5;
}










/* =============================================
--------------------- 17.Footer -----------------
==============================================*/
#footer {
	background-color: #76bd22;
	font:18px/2em 'Roboto', Arial, sans-serif !important;
	font-weight: 500;
}

#inner-footer {
	padding:50px 0 50px;
}

#footer-bottom {
	border-top:none;
	background-color: #225b34;
	font-size:16px;
	font-family: 'Roboto';
	padding: 11.5px 0px;
}

#footer-bottom p {
	color:#fff;
}

.social-links li {
	height: 42px;
	width: 42px;
}

.social-icon {
	background-color: #fff;
	border-radius: 42px;
	width: 100%;
	height: 100%;
}

.icon-facebook {
	background-position:center;
	background-image: url(../../../skin/frontend/venedor/toogasdev/images/icons/facebook.png);
}

.icon-facebook:hover,
.icon-youtube:hover,
.icon-google:hover{
	background-position:center;
	background-color: #76bd22;
}

.icon-youtube {
	background-position:center;
	background-image: url(../../../skin/frontend/venedor/toogasdev/images/icons/youtube.png);
}

.icon-google {
	background-position:center;
	background-image: url(../../../skin/frontend/venedor/toogasdev/images/icons/gplus.png);
}
/* revslider */
.tparrows {
	background-color: #7ac141 !important;
	border:1px solid #7ac141;

}

.tparrows:hover {
	background-color: #7ac141 !important;
	border-color:#7ac141;
	box-shadow:none;
	-webkit-box-shadow:none;
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
	background: #7ac141 !important;
}

.tp-caption.rev-text {
	color:#076324;
	border-left: solid 3px #7ac141;
	padding-left: 15px;
	font-size: 200%;
	line-height: 100%;
	text-align: left;
}

ul.footer-menu {
	font-size: 16px;
	text-transform: uppercase;
}

#footer ul.footer-menu li {
	display: inline-block;
	color:#fff;
}

#footer ul.footer-menu li a{
	color:#fff;
}

#footer ul.footer-menu li a:hover{
	color:#225b34;
}

#footer ul.footer-menu li.sep {
	margin-left: 15px;
	margin-right: 15px;
}

/* ---------------------------------
------------- 12 Collapses */
.accordion-header {
	background:#fff;
	border:1px solid #000;
	cursor:pointer;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	-moz-transition: background-color 0.3s ease-in-out 0s;
	-o-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
}

.accordion-header.opened {
	background-color: #76bd22;
}

.accordion-title {
	/*   font:600 18px/1 "Roboto", Arial, sans-serif;*/
	font-family: "anfFontBlack", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color:#313131;
	width: 90%;
	letter-spacing: 0.10em;
}

.accordion-header.opened .accordion-title {
	color:#fff;
}

.custom-accordion .panel-body {
	padding:0;
	padding-bottom: 30px;
	font-size: 15px;
}

.accordion-btn {
	border:none;
	border-radius:0;
	background:#fff url('../../../skin/frontend/venedor/toogasdev/images/arrow_down.png') no-repeat center;
	box-shadow:none;
}

.accordion-btn:hover,
.accordion-btn.active {
	background-color:#fff;
	border:none;
	background-position: center;
}

.accordion-header.opened .accordion-btn {
	background:#76bd22 url('../../../skin/frontend/venedor/toogasdev/images/arrow_up_white.png') no-repeat center;
}


/*
==============================
	Contact.html
==============================
*/

.contact-details-list > li {
	position: relative;
	padding-left: 56px;
	font-size: 16px;
	line-height: 25px;
	color: #313131;
	margin-bottom: 15px;
}

.contact-icon {
	background-color:#fff;
	border:none;
	border-radius:2px;
	text-align:center;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.contact-icon.contact-icon-phone {
	background-image: url(../../../skin/frontend/venedor/toogasdev/images/icons/phone.png);
	background-position: center;
	left: 17px;
	top: 48%;
	display: block;
	margin-top: -18px;
	width: 34px;
	height: 36px;
	position: absolute;
}

.contact-icon.contact-icon-email {
	background-image: url(../../../skin/frontend/venedor/toogasdev/images/icons/icon-mail.png);
	background-position: center;
	background-size: auto;
	position: absolute;
}

.contact-icon.contact-icon-location {
	background-image: url(../../../skin/frontend/venedor/toogasdev/images/icons/location.png);
	background-position: center;
	position: absolute;
	left: 17px;
	top: 45%;
	display: block;
	margin-top: -18px;
	width: 26px;
	height: 35px;
}

.contact-details-list > li {
	margin-bottom: 15px;
}

.formaddcard .input-group-addon {
	min-width: 210px;
	/*adicionado LG*/
	font-family:"anfFontRegular", sans-serif;
	font-size:14px;
	color:#313131;
}

.formaddcard .checkbox {
	font-size: 13px;
}

.formaddcard .card-birthdate-small {
	width: 95px;
	/*padding-right: 10px;*/
}

.formaddcard .input-group .sbHolder {
	/*border-radius: 3px;*/
	border: none;
}

/* bootstrap custom */
.modal-header {
	border-bottom: none;
}

.modal-footer {
	border-top: none;
}

.modal-footer .btn {
	width: 100%;
}

/* jquery.selectbox */
.sbHolder {
	border-color:#E1E1E1;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color:#3a3a3a;
}

.sbOptions a:link, .sbOptions a:visited {
	color:#3a3a3a;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff;
	background: #7bae23;
}

#askpasswordmodal .input-group-addon {
	min-width: 210px;
}

.large-selectbox .sbToggle {
	background-position: center;
	background-image: url(../../../skin/frontend/venedor/toogasdev/images/select_arrow.png);
}

/* pesquisamapapage */
#pharmacy-map {
	width: 100%;
	height: 350px;
}

#pharmacy-map img {
	max-width:none;
}

.pharmacy-map-legend {}
.pharmacy-map-legend li {
	float: left;
	font-size: 14px;
	margin-right: 20px;
}

#content .pharmacy-map-legend li img {
	display: inline-block;
	margin-right: 10px;
}

.pharmacy-details h2 small {
	color:#76bd22;
}

.pharmacy-details h2 small.closed {
	color:red;
}


/*
==============================
	CATEGORIAS
==============================
*/

.anf_Categorias {
	/*padding: 0px;*/
}

.block-layered-nav .block-content .square {
	border: 1px solid #313131;
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.block-layered-nav .block-content .square.active:before {
	content: "\f2d7";
	display: inline-block;
	font-family: "Ionicons";
	line-height: 0px;
	text-align: center;
	width: 22px;
	line-height: 23px;
}


.anf_Artigos li,
.anf_Categorias li.Categoria {
	padding:4px;
	/*border-bottom:1px dotted gray;*/
	list-style-type: none;
	margin: 0 0 10px 0;
	background: #eeeced;
	position: relative;
}

.anf_Categorias li.Categoria:hover {
	/* background:#B8B894; */
}

.anf_Artigos li a,
.anf_Categorias li.Categoria a {
	font-size:12px;
	/*	position: absolute;
        right: 10px;*/
}


.anf_Artigos li a.label-cat,
.anf_Categorias li.Categoria a.label-cat {
	font-size:12px;
	color:#313131;
	font-family: "anfFontBold", sans-serif;
	text-transform:uppercase;
	letter-spacing: 0.10em;
	padding: 9px 5px 6px 20px;
	width:90%;
	display:inline-block;
	position: relative;
	/*	overflow:hidden;
        white-space:nowrap;
        text-overflow: ellipsis;*/
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.anf_Categorias li.Categoria a.label-cat {
	padding: 9px 5px 6px 48px;
}

.anf_Artigos li a.label-cat:hover {
	color: #76bd22;
}
.anf_Categorias li.Categoria a.label-cat:hover {
	color:#ef7624;
}

.anf_Artigos li a:hover,
.anf_Categorias li.Categoria a:hover {
	text-decoration:none;
}

/*.anf_Artigos i
.anf_Categorias i {
	color: #ef7624;
	float: left;
	margin-left: 20px;
	line-height: 35px;
}*/
.anf_Artigos li ul li i {
	line-height: 14px;
	right: 4px;
	position: absolute;
}

.anf_Artigos li i ,
.anf_Categorias li.Categoria i {
	position: absolute;
	color: #ef7624;
	float: right;
	right: 10px;
	line-height: 32px;
	font-size: 18px;
	font-style: normal;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.anf_Artigos li i {
	color: #76bd22;
}
.anf_Artigos li i:hover {
	color: #313131;
}
.anf_Categorias li.Categoria i:hover {
	color: #313131;
}

.anf_Artigos .dropdownmenu,
.anf_Categorias .SubCategorias {
	padding-left: 0;
	margin-top: 0;
}

.anf_Artigos .dropdownmenu .dropdownsubmenu {
	margin: 0;
}

.submenu-3 {
	top: 0 !important;
}

.anf_Artigos .dropdownmenu li ,
.anf_Categorias .SubCategorias li {
	padding: 8px 5px 8px 35px;
	line-height: 14px;
	word-wrap: break-word;
}
.anf_Categorias .SubCategorias li {
	padding-left: 58px;
}

.anf_Artigos .dropdownmenu a,
.anf_Categorias .SubCategorias a {
	font-family: "anfFontRegular",sans-serif!important;
}

.anf_Artigos li .dropdownmenu a ,
.anf_Categorias li.Categoria .SubCategorias a {
	background: #EEECED;
	font-size:12px;
	color:#313131;
	text-transform:uppercase;
	letter-spacing: 0.10em;
	width:100%;
	line-height:14px;
}

.anf_Artigos li .dropdownmenu a:hover {
	color: #76bd22;
}
.anf_Categorias li.Categoria .SubCategorias a:hover {
	color: #ef7624;
}

.anf_Categorias .dropdownmenu::after,
.anf_Categorias .SubCategorias::after{
	height:10px;
}

/*
.block-layered-nav{
	float:left;
}*/

@media only screen and (max-width: 780px){
	.anf_Categorias li.Categoria{
		height: auto;
	}

	.anf_Categorias li.Categoria a.label-cat{
		width:84%;
	}
}
.anf_RightColumn_CE .block-layered-nav .currently .block-subtitle{
	font-family: "anfFontBlack", sans-serif;
	font-size:12px;
	color:#313131;
	text-transform:uppercase;
	letter-spacing: 0.10em;
	background: #eeeced;
	margin: 0 0 10px 0;
	line-height:35px;
	padding: 0px 5px 0px 50px;
	font-weight:normal;
}

.anf_RightColumn_CE .block-layered-nav .currently ol{
	border:none;
	background:transparent;
	border-radius:0;
}

.anf_RightColumn_CE  .block-layered-nav li {
	display: block;
}

.anf_RightColumn_CE  .block-layered-nav .order-elements > li {
	font-size: 14px;
	line-height: 14px;
	padding: 20px 0 0 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.anf_RightColumn_CE  .block-layered-nav .order-elements li:hover{
	color: #ef7624;
	cursor: pointer;
}

.anf_RightColumn_CE  .block-layered-nav .order-elements .active {
	color: #ef7624;
}

.anf_RightColumn_CE .block-layered-nav .label {
	padding:0px;
	color:#313131;
}

.anf_RightColumn_CE .block-layered-nav .value{
	font-family:anfFontRegular, sans-serif;
	font-size:16px;
	font-weight:normal !important;
}

.anf_RightColumn_CE .block-layered-nav .actions a {
	text-transform:uppercase;
	font-weight:normal;
	color: #76bd22;
	letter-spacing:0.10em;
	font-size:14px;
}
.anf_RightColumn_CE.anf_filters {
	clear: both;
}
.anf_RightColumn_CE.anf_filters .filter-title {
	margin-top: 0;
}

/*
==============================
	BANNERS
==============================
*/
.bannerHomePage {

}

.bannerHomePage img {
	max-width:100%;
	height: auto;
}

/*
===============================
	BreadCrumbs WP
===============================
*/
.wp-breadcrumbs {
	color: #313131;
	position: relative;
	width: 100%;
	background: transparent;
	font-size: 14px;
	font-family: "anfFontRegular", sans-serif;
	padding: 0;
}
.wp-breadcrumbs a {
	color: #313131;
	font-size: 14px;
	font-family: "anfFontRegular", sans-serif;

}
.wp-breadcrumbs a:hover {
	color: #313131;
}

.wp-breadcrumbs span:first-child {
	margin-left: 0;
}
.wp-breadcrumbs > span {
	margin: 0 5px;
}

.wp-breadcrumbs span[property="v:title"] {
	color:#76bd22;

}


/*
===============================
	BreadCrumbs MAGENTO
===============================
*/

.breadcrumbs a:hover,
.breadcrumbs a:focus {
	color: #313131;
}

.ANF_breadcrumbs {
	background: transparent;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.ANF_breadcrumbs ul {
	padding: 0;
	margin-bottom: 0;
	float: left;
	/*display: inline-block;*/
	width: 100%;
	/*line-height: 40px;*/
}
.ANF_breadcrumbs li:first-child {
	padding-left: 0!important;
}
.ANF_breadcrumbs li.CrumbItem {
	float:left;
	padding-left: 5px;
	list-style-type: none;
	font-size: 14px;
	font-family: "anfFontRegular", sans-serif;
}

.ANF_breadcrumbs .CrumbItem a {
	color: #313131;
	font-size: 14px;
}

.ANF_breadcrumbs .ANF_ColorBread_CE { color: #ef7624; } /* ZONA LOJA */
.ANF_breadcrumbs .ANF_ColorBread_USER ,
.ANF_breadcrumbs .ANF_ColorBread_USER a { color: #f9bf00; } /* ZONA ACCOUNT */
.ANF_breadcrumbs .ANF_ColorBread_SITE { color: #76bd22; } /* ZONA WP */








/*
===========================
	Tabela básica
===========================
*/
.TabelaBasica01 {

}

.TabelaBasica01 tr {
}

.TabelaBasica01 tr:hover {
	background: #efefef;
}

.TabelaBasica01 td {
	font-size:12px;
	font-family:"anfFontRegular", sans-serif;
	padding: 4px;
	border: 1px solid #e1e1e1;
}


.table-responsive table {
	font-family:"anfFontRegular", sans-serif;
	color:#313131;
	font-size:12px;
	-moz-border-radius: 0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}
.table-responsive table th {
	text-transform: uppercase;
	letter-spacing: 0.10em;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}



/*
===========================
	Mini Cart
===========================
*/

#mini-cart {
	margin: 0;
	z-index: 1;
}
#mini-cart .button {
	background-color: #EF7624;
	color: #FFF;
	width: 100%!important;
	margin: 0 0 5px 0;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#mini-cart.open .button{
	box-shadow: none !important;
}
#mini-cart.open > .button {
	background: transparent!important;
}
/*#mini-cart .button:hover,
#mini-cart .button:focus,
#mini-cart.open .button {
    background-color: #EF7624 !important;
    border: 0px solid #EF7624 !important;
    color: #FFF !important;
    box-shadow: none;
}*/
.mini-products-list .item {
	width: 100%;
}
.mini-products-list .product-details {
	padding-left: 60px;
}

#mini-cart .mini-products-list .product-image {
	float: left;
	margin-right: 5px;
	width: 50px;
	height: auto;
}

.mini-products-list .product-details .product-name {
	font-size: 12px!important;
	font-family: "anfFontRegular", sans-serif;
	letter-spacing: 0.10em;
	font-weight: normal;
	line-height: 18px;
}

.mini-products-list .product-details .product-name a {
	font-size: 12px;
	font-weight: normal;
	color: #313131;
}

.mini-products-list .product-details .product-name a:hover {
	color: #76bd22;
}
.mini-products-list .product-details .btn-edit {
	display: none;
}


#mini-cart .actions-wrap .button.btn-checkout {
	border: 1px solid #EF7624;
	background: #EF7624;
}

#mini-cart.open .actions-wrap .button.btn-inline,
#mini-cart.open .actions-wrap .button.button-inverse {
	background: #EF7624!important;
	border: 1px solid #EF7624!important;
	line-height: 35px;
}

#mini-cart .actions-wrap .button.btn-inline:hover,
#mini-cart .actions-wrap .button.button-inverse:hover,
#mini-cart .actions-wrap .button.button-inverse:focus {
	background: #313131!important;
	border: 1px solid #313131!important;
	color: #fff!important;
}

#mini-cart .actions-wrap .button.btn-checkout:hover,
#mini-cart .actions-wrap .button.btn-checkout:focus {
	background: #313131;
	border: 1px solid #313131;
	color: #fff;
}

#mini-cart .dropdown-menu {
	margin-top: 5px;
	border-top: 0!important;
	width: 335px;
}

#mini-cart .mini-products-list .product-details .price {
	font-size: 14px;
	line-height: 28px;
	font-family: "anfFontRegular",sans-serif;
	letter-spacing: 0.05em;
}

#mini-cart .mini-products-list .product-details .truncated {
	float: right;
	padding-right: 40px;
}

#mini-cart .prices-wrap {
	padding: 5px 0;
	font-weight: normal;
	border-top: 1px solid #efefef;
	font-size: 14px;
}

#mini-cart .prices-wrap .price {
	color: #313131;
}



/*
=============================
MENU
=============================
*/

.ANFTopHeader .navbar-toggle {
	border: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: #f5f5f5;
}


@media only screen and (max-width:767px) {
	.ANFTopHeader #TopHeaderTemas li a {
		line-height: 34px;
	}

	.articles-container .artigo {
		margin-bottom: 40px;
	}

}


/*
=============================
MENU TEMAS
=============================
*/

.artSubmenus .BarraSubMenu {
	background: transparent;
}

/*
.artSubmenus .BarraSubMenu li {
	float:left;
}*/

.artSubmenus ul .dropdownmenu {
	position:absolute;
	left: 0;
	top: 42px;
	display: none;
	z-index: 999;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0, 0.2);
	box-shadow: 0px 2px 3px rgba(0,0,0, 0.2);

}
.artSubmenus .BarraSubMenu > li:hover > .dropdownmenu{
	opacity: 1;
	display:block;
}


.artSubmenus ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

.artSubmenus ul a
{
	display: inline-block;
	color:#333;
	text-decoration:none;
	font-size:12px;
	line-height:60px;
	/*padding:0 10px;*/
}

.artSubmenus ul li
{
	position:relative;
	/*float:left;*/
	margin:0;
	padding:0
}

.artSubmenus ul li:hover
{
	background:#f6f6f6;
}

.artSubmenus ul ul
{
	display: none;
	position: absolute;
	top:100%;
	left: 0!important;
	background: #fff;
	padding: 0;
	min-width: 200px;
}

.artSubmenus ul ul li
{
	float: left;
	width: 100%;
}

.artSubmenus ul ul li:before {
	display: none;
	content: "";
}

.artSubmenus ul ul a
{
	line-height:120%;
	padding:10px 15px;
	display: block;
}

.artSubmenus ul ul ul
{
	top: 0!important;
	left: 100% !important;
}

.artSubmenus ul ul > li:hover > ul {
	opacity: 1;
	display:block;
}

.artSubmenus li:hover > ul {
	display:block;
}

/*
============================
Submenus
============================
*/
.artSubmenus a,
#dTodosSubmenus a {
	font-size: 12px;
	/*display: inline-block;*/
	text-transform: uppercase;
	letter-spacing: 0.10em;
}
#dTodosSubmenus .receita_m {
	margin-left: 20px;
}
#dTodosSubmenus .receita_m:before {
	content: "";
	background: transparent url("../../../skin/frontend/venedor/toogasdev/images/icons/i_receita.png") no-repeat scroll 0 50%;
	width: 24px;
	height: 65px;
	position: absolute;
}
#dTodosSubmenus .receita_m a {
	padding-left: 30px;
}

#dTodosSubmenus > .BarraSubMenu ,
#menu06 {
	line-height: 64px;
	padding-top: 0;
	padding-bottom: 0;
}

.BarraSubMenu {
	width: 100%;
	background-color: #F8F8F8;
	padding: 4px;
	float: left;
	margin: 0;
	/*
	border-bottom:1px dotted #333333;
	*/
}
.BarraSubMenu li {
	display: inline;
}

.BarraSubMenu li a {
	color:#313131;
	font-size:12px;
}

.BarraSubMenu li:before {
	padding: 0px 10px;
	content: "|";
	color: #313131;
	font-size: 14px;
}
.BarraSubMenu li:first-child:before{
	content: "";
	padding: 0;
}

.blocoAccount{
	padding: 20px;
}

.wpArticlesArea .wpArticleItem .ImgResNews{
	height: 100% !important;
}

.ImgResNewSingle{
	max-width: 100%;
}

/* SUBMENU ZONA AMARELA  */
#dTodosSubmenus #menu02 > li a:hover{
	color: #f9bf00;
}

/* SUBMENU ZONA LARANJA */
#dTodosSubmenus #menu03 > li a:hover{
	color: #ef7624;
}

/* SUBMENU ZONA VERDE */

#menu04 li a:hover,
#menu06 li a:hover {
	color: #76bd22;
}


/*
=============================
BANNER / SLIDESHOWS
=============================
*/

.main-slider {
	border: 0;
	background: transparent;
	z-index: 0;
	width: 100%;
}

.cms-home .main-slider img,
#banner-homepage .main-slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

#banner-homepage #CartBar a #Preco{
	float: left;
	font-size: 14px;
	color: #FFF;
	padding: 0px 15px;
	line-height: 28px;
	font-family: "anfFontBold";
}
#banner-homepage #CartBar a{
	background: #EF7624 none repeat scroll 0% 0%;
	height: 32px;
	padding: 2px;
	color: #FFF;
	display: block;
	width: 250px;
}


.ZonaParceiros {
	padding-bottom: 20px;
}

/*.ZonaParceiros .main-slider .revolution-slider {
	min-height: 110px;
}*/

#top-banner-homepage .tp-simpleresponsive {
	/*height: 100%!important;*/
}

/*
================================================
Página Receita médica
================================================
*/
.cms-receita-medica .intro-txt {
	margin-bottom: 20px;
}


.cms-receita-medica input[type="checkbox"]{
	margin-top: 6px;
	margin-left: 6px;
}

.InputReceitaMedica {
	border:0px dashed orange;
}

.InputReceitaMedica .modal-header {
	text-align: right;
}
.InputReceitaMedica .block_img {
	width: 100%;
	height: auto;
}


.InputReceitaMedica .button {
	border: 0px solid #76BD22;
	background: #76bd22;
	color: #fff;
	border-radius: 0;
	font-size: 12px;
	width: 240px;
	line-height: 35px;
	padding: 0;
}

.InputReceitaMedica .button:hover {
	background: #313131;
	color: #FFF;
}

.InputReceitaMedica .AddReceita .button {
	background: #76BD22;
	padding: 0;
	margin: 5px 0 10px 0;
	line-height: 35px;
}
.InputReceitaMedica .AddReceita .button:hover {
	background: #313131;
}

.AddReceita label {
	margin-right: 10px;
}

.InputReceitaMedica .listarPesquisa{
	min-height: 200px;
	margin-top: 20px;
	float: left;
	width: 100%;
}

.InputReceitaMedica .item-inner #Produto #TextZone {
	height: auto;
	margin-bottom: 20px;
}

.InputReceitaMedica .sub-container-product{
	border: 0px dashed #333333;
	margin-bottom: 2px;
	padding:10px;
	margin: 40px 0 0 0;
}

.InputReceitaMedica .AddReceita #imagefile{
	font-family: "anfFontRegular", sans-serif;
	font-size: 12px;
	display: none;
}
.InputReceitaMedica .ImagemReceita {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
}

.InputReceitaMedica .labelCode {
	float: left;
	margin: 0 20px 0 0;
	line-height: 35px;
}
.InputReceitaMedica .inputCode {
	float: left;
	margin-right: 20px;
}
.InputReceitaMedica .btnCode {
	float: left;
}

#resulReceita #AddCartIcon a {
	background: #ef7624;
	color: #FFF;
	text-transform: uppercase;
	float: left;
	margin: 20px 0;
	text-align: center;
	border: 1px solid #ef7624;
	line-height: 33px;
	font-family: "anfFontRegular", sans-serif;
	font-size: 12px;
	padding: 0 20px;
	letter-spacing: 0.10em;
}
#resulReceita #AddCartIcon a:hover {
	border: 1px solid #ef7624;
	background: #fff;
	color: #ef7624;
}
#resulReceita #AddCartIcon img {
	display: none;
}

#resulReceita .NomeProdReceita {
	font-family: "anfFontBlack",sans-serif;
	font-size: 18px;
	color: #313131;
	text-decoration: none;
	line-height: 21px;
	display: block;
}

.ImgClass{
	width: 100%;
	margin-bottom: 20px;
}

.block_receita {
	margin-bottom: 20px;
	display: inline-block;
}

.block_receita .txt-receita {
	padding: 5px 0;
}

.block_receita .ImagemReceita img {
	max-width: 100%;
	height: auto;
}

.block_upload {
	margin: 20px 0 10px 0;
}

.block_upload .modal img {
	max-width: 100%;
	height: auto;
}

.InputReceitaMedica .listarPesquisa .TituloPA,
.InputReceitaMedica .listarPesquisa .pativo,
.containerReceitaMedica h4 {
	margin: 40px 0 20px;
	font-family: "anfFontBlack", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.10em;
}
.containerReceitaMedica .receita-medica-pa {
	font-size: 14px;
	cursor: pointer;
	padding: 5px 0px;
	border-bottom: 1px solid #f5f5f5;
	padding: 5px;
	position: relative;
	vertical-align: middle;
	padding-right: 25px;
}
.containerReceitaMedica .receita-medica-pa:after {
	/*	content: "\f067";
        font-family: FontAwesome;*/
	content: "\f2c7";
	font-family: Ionicons;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	height: 20px;
}
.containerReceitaMedica .receita-medica-pa:hover {
	color: #76bd22;
}
.containerReceitaMedica .label-receita 	{
	padding-bottom: 5px;
}
.containerReceitaMedica #add-to-receita-pa{
	margin-top: 20px;
}

.block_upload .icons-rm {
	margin-left: 20px;
}

.block_upload i {
	cursor: pointer;
	font-size: 30px;
	color: #EF7624;
	font-style: normal;
	margin: 0 20px 0 0;
	-webkit-transition: color 0.45s ease 0s;
	-moz-transition: color 0.45s ease 0s;
	-o-transition: color 0.45s ease 0s;
	transition: color 0.45s ease 0s;

}

.block_upload i:hover {
	color: #313131;
}

.btn-file {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	padding: 6px 25px;
	background: transparent none repeat scroll 0% 0%;
	font-family: "anfFontRegular",sans-serif;
	font-size: 14px !important;
	color: #313131;
	border: 1px solid #A6A6A6;
	line-height: 21px;
	border-radius: 2px !important;
	box-shadow: none;
	text-shadow: none;
	text-transform: capitalize !important;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	background: red;
	cursor: inherit;
	display: block;
}
input[readonly] {
	background-color: white !important;
	cursor: text !important;
}


.btn-file:hover,
.btn-file:focus {
	background: #F5F5F5;
	color: #313131;
	border: 1px solid #A6A6A6;
}

button#product-addtocart-receita {
	margin: 0 0 0 10px;
	display: inline-block;
	border: 1px solid #76BD22;
}
button#product-addtocart-receita:focus,
button#product-addtocart-receita:hover {
	background: #313131;
	border: 1px solid #313131;
}

.space-receita {
	float: left;
	padding: 0px 30px 0px 0px;
}
.upload-rm {
	display: inline-block;
}

.upload-rm label {
	margin-right: 10px;
	float: left;
	padding-top: 6px;
}
.upload-rm div.file-input {
	float: left;
}

.sbToggle {
	background-position: center;
	background-image: url(../../../skin/frontend/venedor/toogasdev/images/select_arrow.png);
}

.block_popover {
	line-height: 35px;
	font-size: 12px;
}

.re-order-class {

}

.re-order-class:before {
	content: " | ";
}

/*.print-order:after {
	content: " | ";
}
*/
/*
================================================
Tabelas standard - ex: atributos ficha artigo
================================================
*/

.data-table {
	border:0px dashed red;
}

#product-attribute-specs-table  th.label {
	min-width: 25%;
}
#product-attribute-specs-table  td.data.last {
	min-width: 75%;
}
.data-table  th.label{
	font-size:12px;
	text-align:right;
	font-weight:normal;
	color: #313131;
	border:0px;
}

.data-table  td{
	color:#313131;
}

#ImagemBarra{
	/*	width:100%;
        height:20%;*/
}

#NomeProdBarra {
	padding-left:5px;
}

#product_addtocart_form .data-table tbody th.last,
#product_addtocart_form .data-table tbody td.last {
	border-right: 0;
}

#homeslider-revolution ul{
	padding: 0px;
	margin: 0;
}

/*
===========================
	Aderir Cartão
===========================
*/

.aderir-cartao {
	float: left;
}
.label-little-text{
	font-family:"anfFontRegular", sans-serif;
	padding:0px;
	color:#313131;
	font-size:12px;
	line-height:21px;
}

.label-info-text{
	font-family: "anfFontRegular", sans-serif;
	padding:0 10px;
	color: #313131;
	font-size: 12px;
	line-height: 21px;
}

input[type="radio"],
input[type="checkbox"]{
	margin-top:4px;
}

select,
textarea,
input.input-text,
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,
.btn-group.open .btn.dropdown-toggle,
.input-group-addon,
.input-group-select .large-selectbox {
	font-family: "anfFontRegular", sans-serif;
	font-size: 14px !important;
	color: #313131;
	border: 1px solid #a6a6a6;
	/*border-radius: 0;*/
	line-height: 21px;
}

.input-group{
	margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
	/*.input-group{
		display:block;
	}*/
	.input-group-radio div label{
		font-size: 10px;
		line-height: 18px;
	}

	.input-group-addon {
		margin:10px 0px;
	}

	.aderir-aceito {
		margin-top:20px;
	}

}

.btn{
	border-radius:0px;
}

.btn-submeter {
	border-radius: 3px;
	font-family:"anfFontRegular",sans-serif;
	font-size: 12px;
	line-height: 35px;
	width: 100%;
	padding:0px;
	text-transform: uppercase;
	margin-top: 20px;
}

@media (min-width: 380px) and (max-width: 600px){
	.formaddcard .card-birthdate-small{
		width:65px;
	}
}

/*
===========================
	Related
===========================
*/
.yarpp-related h3{
	font-family:"anfFontBold", sans-serif;
	font-size:16px !important;
	letter-spacing:0.1em;
	font-weight:400 !important;
	text-transform:uppercase !important;
}

.yarpp-related .yarpp-thumbnail-title{
	font-family:"anfFontBold", sans-serif;
	font-size:14px !important;
	font-weight:400 !important;
	text-transform:uppercase !important;
}

.yarpp-related .yarpp-thumbnail-title:hover,
.yarpp-related .yarpp-thumbnail-title:active,
.yarpp-related .yarpp-thumbnail-title:focus{
	color:#76bd22;
}

/*
===========================
	Toolbar
===========================
*/
.toolbar{
	border-bottom:none;
	padding: 0px;
	background-color:#ef7624;
	float:left;
	width:100%;
	margin-bottom: 40px;
}

.toolbar-bottom {
	margin-top: 20px;
	float: left;
	width: 100%;
}

.toolbar-bottom .toolbar {
	margin: 0;
}

.toolbar .pager .pages {
	float:left;
	margin-left:20px;
}

.pager .pages ol {
	float:left;
	padding-left: 15px;
}

.toolbar .pager .limiter,
.pager .limiter{
	position:relative;
	right:0px;
	line-height: 35px;
	top: 0;
	margin-right: 15px;
}
.pager .limiter .button{
	/*padding: 5px;*/
	line-height: 33px;
}

.pager .button,
.toolbar .button,
.toolbar .btn{
	font-family:"anfFontRegular",sans-serif;
	border:none;
	background:transparent !important;
	color:#fff !important;
	box-shadow:none;
}

.toolbar .dropdown-menu{
	right:25px;
}

.pager,
.toolbar-bottom,
.toolbar .button-arrow,
.toolbar .dropdown .button .arrow{
	border:none;
	background-color:transparent;
}

.toolbar .dropdown-select{
	padding:0px;
	margin:0px;
}

.toolbar  .limiter a {
	color: #fff;
	padding:0px 5px;
	font-size:13px;
}
.toolbar  .limiter a:hover {
	color: #313131;
}

.pager .button{
	padding: 7px 5px;
	height:35px;
}

.pager .limiter .button{
	padding:0px;
}

.pager .limiter label{
	font-family: anfFontRegular,sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
}

.dropdown  .arrow{
	box-shadow:none;
}

.toolbar .dropdown-menu {
	right:15px;
}

.my-account .limiter .dropdown-menu {
	top: 36px;
	margin-left: 10px;
}

.my-account .limiter .dropdown-menu a {
	line-height: 33px;
	padding: 0 10px;
}

.pager .dropdown-menu > li{
	/*width:40px;*/
	width: 35px;
	right:10px;
	display: inline;
	text-align: center;
}

.toolbar .pager{
	/*margin-right:15px;*/
	font-size:13px;
}

.pager .limiter .dropdown-menu {
	float: left;
	width: 35px;
}

.pager .limiter label{
	color:#313131 !important;
	padding-right:5px;
}

.pages li a > .fa {
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
}

.pages li a.i-prev{
	font-family: FontAwesome;
}

.pages li a.i-next{
	font-family: FontAwesome;
}

.pager .button:hover,
.toolbar .button:hover,
.pager .button:active,
.toolbar .button:active{
	color:#313131 !important;
}

.pager .dropdown-toggle{
	width: auto;
	/*width:60px;*/
}

.toolbar .button-dark,
.toolbar .btn-dark,
.pager .button-dark,
.pager .btn-dark{
	color:#313131 !important;
}

.toolbar .pager .limiter .dropdown ul{
	padding-left:0px;
}

.pager li > a,
.dropdown-menu > li > a,
.dropdown-submenu:focus > a{
	border:none;
}

.dropdown-menu > li > a:hover,
.dropdown-submenu:focus > a:hover{
	border:none;
}

.dropdown-select .arrow{
	display:none;
}

.toolbar .dropdown a ,
.pager .dropdown a {
	color: #313131 !important;
	border:none;
	line-height: 33px;
}
.dropdown-menu > li > a:hover,
.toolbar .dropdown a:hover{
	color: #fff !important;
	border:none;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.toolbar .dropdown .dropdown-menu a:hover {
	background: #313131!important;
}

.my-account .dropdown a.dropdown-toggle:after,
.toolbar .dropdown a.dropdown-toggle:after {
	font-family: FontAwesome;
	content:"\f107";
	padding-left: 4px;
}


/* TOOLBAR A VERDE  na pesquisa */

.toolbar-search {
	border-bottom: none;
	padding: 0px;
	background-color: #76bd22;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

@media only screen and (max-width: 990px){
	#menu_star .wishlist-star {
		position: inherit;
		margin-left: 10px;
	}

	#menu_star .wishlist-star a {
		display: inline !important;
		top: 0;
	}

	#menu_star .wishlist-count {
		color: #fff;
		font-size: 12px;
		position: inherit;
		float: none;
		bottom: 0;
	}

	#mini-cart > button {
		border-right: 1px solid #fff;
		padding-right: 10px;
	}

	#side-menu > #commerce-area #mini-cart .anf-cart {
		font-size: 18px;
	}

	#side-menu > #commerce-area #mini-cart > .button > a {
		margin-right: 0 !important;
	}

	#side-menu > #commerce-area #mini-cart > .button > .block-cart-items {
		border-right: 1px solid #fff;
		padding-right: 10px;
		line-height: 35px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 990px){

	.cms-meu-cartao .card-number-item {
		font-size: 70px !important;
		right: 25px !important;
	}

	.cms-meu-cartao .card-nofamily {
		top: 32px !important;
	}

	.cms-meu-cartao .card-name {
		font-size: 14px !important;
	}

}

@media only screen and (max-width: 768px){

	.toolbar .pager{
		margin:0px;
		padding:0px;
	}

	.toolbar .sorter {
		padding-bottom:0px;
	}
	.input-group .large-selectbox {
		display: block;
	}
}

/*
===========================
	Barra pontos
===========================
*/

/*#CartBar .CartBarPoints a {
	background:#37b1ca!important;
}*/


/* BACKGROUND COLOR  BTN */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-1 { background:#37b1ca; border: 2px solid #37b1ca; }   /* Saúda Bem-Estar */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-2 { background:#510C76; border: 2px solid #510C76; }   /* Saúda Cuida */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-3 { background:#003A70; border: 2px solid #003A70; }   /* Saúda Família */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-4 { background:#DC0032; border: 2px solid #DC0032; }   /* Saúda Mamã */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-5 { background:#A9AD00; border: 2px solid #A9AD00; }   /* Saúda Nutrição */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-6 { background:#ed7923; border: 2px solid #ed7923; }    /* Saúda SOL */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-7 { background:#F9BF00; border: 2px solid #F9BF00; }   /* Saúda Animal */


/* NOVAS CATEGORIAS */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-8 { background: rgb(88, 198, 164); border: 2px solid rgb(88, 198, 164); }   /* Bebé e Mamã */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-9 { background: rgb(204, 78, 99); border: 2px solid rgb(204, 78, 99); }    /* Beleza */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-10 { background: rgb(67, 27, 109); border: 2px solid rgb(67, 27, 109); }   /* Dispositivos Médicos */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-11 { background: rgb(0, 63, 13); border: 2px solid rgb(0, 63, 13); }   /* Farmácia da Família */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-12 { background: rgb(3, 160, 227); border: 2px solid rgb(3, 160, 227); }   /* Saúde Oral */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-13 { background: rgb(22, 55, 158); border: 2px solid rgb(22, 55, 158); }   /* Saúde Animal */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-14 { background: rgb(67, 27, 109); border: 2px solid rgb(67, 27, 109); }   /* Serviços Farmacêuticos */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-15 { background: rgb(118, 189, 34); border: 2px solid rgb(118, 189, 34); }   /* Suplementos Alimentares */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-16 { background: rgb(133, 158, 18); border: 2px solid rgb(133, 158, 18); }   /* Nutrição */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-17 { background: rgb(234, 234, 6); border: 2px solid rgb(234, 234, 6); }   /* Emagrecimento */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-18 { background: rgb(67, 27, 109); border: 2px solid rgb(67, 27, 109); }   /* Vida Ativa */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-19 { background: rgb(3, 39, 61); border: 2px solid rgb(3, 39, 61); }   /* Homem */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-20 { background: rgb(145, 73, 19); border: 2px solid rgb(145, 73, 19); }   /* Cabelos */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-21 { background: rgb(186, 74, 136); border: 2px solid rgb(186, 74, 136); }   /* Higiene */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-22 { background: rgb(224, 143, 108); border: 2px solid rgb(224, 143, 108); }   /* Pés */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-23 { background: rgb(221, 93, 5); border: 2px solid rgb(221, 93, 5); }   /* Desporto */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-24 { background: rgb(237, 169, 0); border: 2px solid rgb(237, 169, 0); }   /* Solares */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-25 { background: rgb(112, 127, 121); border: 2px solid rgb(112, 127, 121); }   /* Ortopedia */
.ANFproduct .add-to-box .btn-cartpoints.cat-points-26 { background: rgb(61, 61, 61); border: 2px solid rgb(61, 61, 61); }   /* Essencias de Farmácia */


/* BACKGROUND COLOR */
.cat-points-1 a, a.cat-points-1 { background:#37b1ca!important; }   /* Saúda Bem-Estar */
.cat-points-2 a, a.cat-points-2 { background:#510C76!important; }   /* Saúda Cuida */
.cat-points-3 a, a.cat-points-3 { background:#003A70!important; }   /* Saúda Família */
.cat-points-4 a, a.cat-points-4 { background:#DC0032!important; }   /* Saúda Mamã */
.cat-points-5 a, a.cat-points-5 { background:#A9AD00!important; }   /* Saúda Nutrição */
.cat-points-6 a, a.cat-points-6 { background:#ed7923!important; }    /* Saúda SOL */
.cat-points-7 a, a.cat-points-7 { background:#F9BF00!important; }   /* Saúda Animal */

/* NOVAS CATEGORIAS */
.cat-points-8 a, a.cat-points-8 { background: rgb(88, 198, 164)!important; }   /* Bebé e Mamã */
.cat-points-9 a, a.cat-points-9 { background: rgb(204, 78, 99)!important; }    /* Beleza */
.cat-points-10 a, a.cat-points-10 { background: rgb(67, 27, 109)!important; }   /* Dispositivos Médicos */
.cat-points-11 a, a.cat-points-11 { background: rgb(0, 63, 13)!important; }   /* Farmácia da Família */
.cat-points-12 a, a.cat-points-12 { background: rgb(3, 160, 227)!important; }   /* Saúde Oral */
.cat-points-13 a, a.cat-points-13 { background: rgb(22, 55, 158)!important; }   /* Saúde Animal */
.cat-points-14 a, a.cat-points-14 { background: rgb(67, 27, 109)!important; }   /* Serviços Farmacêuticos */
.cat-points-15 a, a.cat-points-15 { background: rgb(118, 189, 34)!important; }   /* Suplementos Alimentares */
.cat-points-16 a, a.cat-points-16 { background: rgb(133, 158, 18)!important; }   /* Nutrição */
.cat-points-17 a, a.cat-points-17 { background: rgb(234, 234, 6)!important; }   /* Emagrecimento */
.cat-points-18 a, a.cat-points-18 { background: rgb(67, 27, 109)!important; }   /* Vida Ativa */
.cat-points-19 a, a.cat-points-19 { background: rgb(3, 39, 61)!important; }   /* Homem */
.cat-points-20 a, a.cat-points-20 { background: rgb(145, 73, 19)!important; }   /* Cabelos */
.cat-points-21 a, a.cat-points-21 { background: rgb(186, 74, 136)!important; }   /* Higiene */
.cat-points-22 a, a.cat-points-22 { background: rgb(224, 143, 108)!important; }   /* Pés */
.cat-points-23 a, a.cat-points-23 { background: rgb(221, 93, 5)!important; }   /* Desporto */
.cat-points-24 a, a.cat-points-24 { background: rgb(237, 169, 0)!important; }   /* Solares */
.cat-points-25 a, a.cat-points-25 { background: rgb(112, 127, 121)!important; }   /* Ortopedia */
.cat-points-26 a, a.cat-points-26 { background: rgb(61, 61, 61)!important; }   /* Essencias de Farmácia */


/*
====================================
	ICONS CATALOGO DE PONTOS
====================================
*/
.anf-products-grid .cat-group {
	margin-bottom: 20px;
	font-family: "anfFontRegular";
}
.anf-products-grid .cat-group img {
	width: 43px;
	height: 43px;
	margin-right: 10px;
}

/* TXT COLOR */
.anf-products-grid .cat-group .cat-points-1 { color: #37b1ca; }   /* Saúda Bem-Estar */
.anf-products-grid .cat-group .cat-points-2 { color: #510C76; }   /* Saúda Cuida */
.anf-products-grid .cat-group .cat-points-3 { color: #003A70; }   /* Saúda Família */
.anf-products-grid .cat-group .cat-points-4 { color: #DC0032; }   /* Saúda Mamã */
.anf-products-grid .cat-group .cat-points-5 { color: #A9AD00; }   /* Saúda Nutrição */
.anf-products-grid .cat-group .cat-points-6 { color: #ed7923; }    /* Saúda SOL */
.anf-products-grid .cat-group .cat-points-7 { color: #F9BF00; }   /* Saúda Animal */


/* NOVAS CATEGORIAS */
.anf-products-grid .cat-group .cat-points-8 { color: rgb(88, 198, 164); }   /* Bebé e Mamã */
.anf-products-grid .cat-group .cat-points-9 { color: rgb(204, 78, 99); }    /* Beleza */
.anf-products-grid .cat-group .cat-points-10 { color: rgb(67, 27, 109); }   /* Dispositivos Médicos */
.anf-products-grid .cat-group .cat-points-11 { color: rgb(0, 63, 13); }   /* Farmácia da Família */
.anf-products-grid .cat-group .cat-points-12 { color: rgb(3, 160, 227); }   /* Saúde Oral */
.anf-products-grid .cat-group .cat-points-13 { color: rgb(22, 55, 158); }   /* Saúde Animal */
.anf-products-grid .cat-group .cat-points-14 { color: rgb(67, 27, 109); }   /* Serviços Farmacêuticos */
.anf-products-grid .cat-group .cat-points-15 { color: rgb(118, 189, 34); }   /* Suplementos Alimentares */
.anf-products-grid .cat-group .cat-points-16 { color: rgb(133, 158, 18); }   /* Nutrição */
.anf-products-grid .cat-group .cat-points-17 { color: rgb(234, 234, 6); }   /* Emagrecimento */
.anf-products-grid .cat-group .cat-points-18 { color: rgb(67, 27, 109); }   /* Vida Ativa */
.anf-products-grid .cat-group .cat-points-19 { color: rgb(3, 39, 61); }   /* Homem */
.anf-products-grid .cat-group .cat-points-20 { color: rgb(145, 73, 19); }   /* Cabelos */
.anf-products-grid .cat-group .cat-points-21 { color: rgb(186, 74, 136); }   /* Higiene */
.anf-products-grid .cat-group .cat-points-22 { color: rgb(224, 143, 108); }   /* Pés */
.anf-products-grid .cat-group .cat-points-23 { color: rgb(221, 93, 5); }   /* Desporto */
.anf-products-grid .cat-group .cat-points-24 { color: rgb(237, 169, 0); }   /* Solares */
.anf-products-grid .cat-group .cat-points-25 { color: rgb(112, 127, 121); }   /* Ortopedia */
.anf-products-grid .cat-group .cat-points-26 { color: rgb(61, 61, 61); }   /* Essencias de Farmácia */



#CartBar .CartBarPoints a:hover {
	background: #313131!important;

}
#CartBarPoints a {
	background:#37b1ca;
	margin-bottom:5px;
	position:absolute;
	bottom: 30px;
	padding:2px;
}

.Cartpoints{
	display: inline-block;
	color:#fff;
	font-size:14px;
	padding:0px 15px;
	line-height:28px;
	font-family:"anfFontBold",sans-serif;
}

/*
===========================
	PÁGINA FAVORITOS
===========================
*/

.wish-btn {
	/*min-width: 150px;*/
	min-width: 100px;
	background-color: #ef7624;
	height: 35px;
	line-height: 35px;
	margin-bottom: 5px;
	display: block;
}

.wish-btn:hover {
	background-color: #313131 !important;
}

.pts-btn {
	background-color: #37b1ca;
}

.wish-btn .anf-cart {
	font-size: 20px !important;
	color: #FFFFFF !important;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

.wish-btn span {
	font-size: 14px;
	float: left;
	margin-left: 10px;
	color: #FFFFFF;
}

/*
===========================
	PAGINA TICKETS
===========================
*/
.cms-mensagens .input-group-addon {
	min-width: 125px;
}
.cms-mensagens .btn-submeter {
	float: right;
}

/*
===========================
	Artigos relacionados
===========================
*/
.artigos_relacionados::before{
	content:"";
	height:28px;
	width:28px;
	display: block;
	background: url("../../../skin/frontend/venedor/toogasdev/images/pix.png") no-repeat 0px -388px;
	margin-top:20px;
}

.prod_relacionados {
	font-size: 27px;
}
.prod_relacionados::before{
	/*	content:"";
        height:28px;
        width:28px;
        display: block;
        background: url("../../../skin/frontend/venedor/toogasdev/images/pix.png") no-repeat -50px 0px;
        margin-top:40px;*/
}

.artigos_relacionados,
.prod_relacionados{
	padding:0px;
}

.prod_relacionados .titulo,
.artigos_relacionados .titulo{
	font-family:anfFontBlack, sans-serif;
	letter-spacing:0.1em;
	text-transform:uppercase;
	margin-bottom:20px;
	font-size:14px;
}

.artigos_relacionados .wpArticleItem {
	padding-bottom:20px;
}

.artigos_relacionados .wpArticleItem .article-name a{
	height: 52px;
	overflow: hidden;
	display: block;
}
.artigos_relacionados .wpArticleItem .article-description {
	max-height: 106px;
	overflow: hidden;
	display: block;
	padding: 0;
	margin: 15px 0;
	text-align: justify;
}
.artigos_relacionados .wpArticleItem .article-image {
	position: relative;
	margin: 10px 0;
	/*	height: 170px;
        overflow: hidden;*/
}
.artigos_relacionados .wpArticleItem .article-image a:hover .areaEffect {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.AreaRelacionados {
	padding:0px;
}

.article-name a {
	font-family:"anfFontBlack", sans-serif;
	color: #313131;
	font-size:18px;
}
.article-name a:hover {
	color: #76bd22;
}

.article-description {
	font-family: "anfFontRegular", sans-serif;
	color:#313131;
	font-size:14px;
	padding:20px 0px;
	text-align:left;
	line-height:21px;
	/* height:210px; */
}

*/
/*
===========================
	Produtos relacionados
===========================
*/

ul.wpArticlesGrid li{
	border:none;
}

.temas{
	margin-top:40px;
}

/*
===========================
 Avisos Footer / Growler
===========================
*/

div.Growler{
	font-family: anfFontBold, sans-serif ;
	font-size: 18px;
	color: #fff !important;
	width:100%;
	padding: 10px 20px;
}

div.Growler-notice{
	font-family: anfFontBlack, sans-serif !important;
	border: none !important;
	width: 100%;
	font-size: 18px !important;
	background:#76bd22 !important;
	color:#fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	-khtml-opacity: 1!important;
	opacity: 1;
}

div.Growler-notice .cart-success {
	font-family: "anfFontBlack", sans-serif !important;
	font-size: 18px !important;
	line-height: 23px;
}

#Growler .button {
	font-family: "anfFontBold", sans-serif !important;
	background:#ffffff !important;
	color:#313131 !important;
	width:240px;
}

#Growler .button:hover{
	background:#313131 !important;
	color:#fff !important;
}

/*
===========================
	User Account
===========================
*/

.my-account .order-info {
	border: 0;
	padding: 0;
}

.my-account .order-info .subtitulos-order {
	font-size: 18px;
	font-family: "anfFontBlack", sans-serif ;
	margin: 20px 0 10px 0;
}

.my-account .order-info a.print-order {
	float: right;
}
.my-account .order-info i {
	cursor: pointer;
	color: #ef7624;
	-webkit-transition: color 0.45s ease 0s;
	-moz-transition: color 0.45s ease 0s;
	-o-transition: color 0.45s ease 0s;
	transition: color 0.45s ease 0s;
}
.my-account .order-info .anf-trash {
	display: none;
}

.my-account .order-info i.fa-print {
	font-size: 25px;
}

.my-account .order-info a.print-order:hover  > i {
	color: #313131;
}

.my-account .title-buttons {
	width: 100%;
}

.my-account .title-buttons .link-print {
	float: right;
	color: #313131;
}

.farm-info-light {
	font-family: "anfFontRegular", sans-serif;
	font-size: 16px;
	float: left;
	width: 100%;
}

.farm-info-light a {
	color: #313131;
}

span.farm-info-light a {
	word-break: break-all;
}

.farm-info-light a:hover,
.farm-info-light a:focus {
	color: #EF7624;
}

.farm-info-strong{
	font-family: "anfFontBlack", sans-serif;
	font-size: 16px;
	line-height: 21px;
	display:block;
}
.blocoAccount .titulo-bloco{
	font-family: "anfFontBlack",sans-serif;
	font-size: 16px;
}

.blocoAccount{
	padding:20px 0px 0;
	text-align: left;
}

.my-account .anf_RightColumnAccount{
	text-align:center;
}

.TituloUserName {
	text-align:center;
	color:#313131;
	text-transform:capitalize;
	margin-bottom: 20px;
	font-family: "anfFontBlack", sans-serif;
	font-size: 18px;
}

/*.my-account span.ImagemUserFacebookAccount img{
	margin-top:60px;
	margin-bottom:0px;
}

.my-account span.ImagemUserFacebookAccount{
	width:100%;
}*/

.buttons-list-account {
	list-style-type: none !important;
	padding: 0px !important;
	margin: 0px 0px 100px 0px!important;
}

li.ac-customer{
	margin-bottom:40px;
}

li.ac-customer a::before{
	content:"";
	background:url("../../../skin/frontend/venedor/toogasdev/images/pix.png") no-repeat scroll 0px -310px;
	width: 22px;
	height: 26px;
	display: inline-block;
	position:relative;
	overflow: hidden;
	vertical-align: middle;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	-moz-transition: background-color 0.3s ease-in-out 0s;
	-o-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
}

li.ac-customer a:hover::before{
	background: url("../../../skin/frontend/venedor/toogasdev/images/pix.png") no-repeat scroll -52px -310px;
}

li.ac-edit a::before{
	content:"";
	background:url("../../../skin/frontend/venedor/toogasdev/images/pix.png") no-repeat scroll 0px -390px;
	height: 26px;
	width: 25px;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	-moz-transition: background-color 0.3s ease-in-out 0s;
	-o-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
}


li.ac-edit a:hover::before{
	background:transparent url("../../../skin/frontend/venedor/toogasdev/images/pix.png") no-repeat scroll -53px -390px;
}

li.ac-pass a::before {
	content:"";
	background:url("../../../skin/frontend/venedor/toogasdev/images/pix.png") no-repeat scroll 0px -350px;
	height: 26px;
	width: 25px;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	-moz-transition: background-color 0.3s ease-in-out 0s;
	-o-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
}
li.ac-pass a:hover::before{
	background:transparent url("../../../skin/frontend/venedor/toogasdev/images/pix.png") no-repeat scroll -52px -350px;
}

/*
===========================
	Artigos
===========================
*/

body.category  .page-header {
	border:none;
}

body.category  .wpArticlesGrid .wpArticleItem .article-name,
body.category  .wpArticlesGrid .wpArticleItem .article-name a{
	margin-bottom:0px;
	font-family:"anfFontBlack", sans-serif;
	color: #313131;
}

body.page-template-pagina-temas .wpArticlesGrid .wpArticleItem,
body.category .wpArticlesGrid .wpArticleItem {
	/*padding-bottom: 20px;
	margin-bottom: 20px;*/

	/*height: 350px;*/
	height: 410px;
}


/*
===========================
	Notícias
===========================
*/
.imagem_noticia > img,
.ImgNoticia {
	margin-bottom: 20px;
	max-height: 400px;
}
.subtitulo_noticia > * {
	margin-bottom: 20px;
}



/*
============================
CONTA FAMILIA
============================
*/

.block-familydetails h4 {
	font-family: "anfFontBold", sans-serif;
}
.block-familydetails ul li {
	list-style: disc;
}
.block-adicionarfamilia {
	text-align: center;
}


/*
===========================
	Meu cartão
===========================
*/
.cms-meu-cartao{
	font-family: "anfFontRegular", sans-serif;
	color:#313131 !important;
}

.cms-meu-cartao h3{
	font-family: "anfFontRegular", sans-serif;
	font-size:22px;
	padding:20px 0px;
	margin:0px;
	color:#313131 !important;
}

.cms-meu-cartao .card {
	position: relative;
}
/*
.cms-meu-cartao img{
	max-width:100%;
}*/

.info .info-firstrow{
	border-bottom:2px solid #e1e1e1;
	padding-bottom: 10px;
	margin-bottom:10px;
}

.info .info-points{
	color:#335c9a;
}

.info .info-title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	display: block;
}

.info .info-value{
	font-size:38px;
	line-height:38px;
	margin-top:-5px;
}

.info .info-pointsexp{
	color:#37b1ca;
}

.info .info-valueexp{
	font-size:22px;
	line-height:22px;
	font-weight:bold;
}

.info .info-vouchers{
	color: #ef7624;
}

.info .info-vouchersexp{
	color: #f9bf00;
}

.info-saved{
	font-size: 25px;
	margin-top:10px;
	display: block;
	font-weight:normal;
	font-family: "anfFontRegular",sans-serif;
	margin-bottom:20px;
}

.info-saved strong{
	font-family: "anfFontRegular",sans-serif;
}

.info .info-value span{
	font-size:19px;
}

.cms-meu-cartao .card [class*=card-][class*=family] {
	position: absolute;
	top: 40px;
	right: 50px;
}

.cms-meu-cartao .card-number-item {
	font-family: "barcode";
	font-size: 100px;
	text-align: center;
	letter-spacing: 0.05em;
	width: 50%;
	height: 34%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/*

.cms-meu-cartao .card-nofamily {
	position: absolute;
	top: 40px;
	right: 50px;
}

.cms-meu-cartao .card-familynumber {
	font-family: "anfFontBold", sans-serif;
	position: absolute;
	bottom: 28px;
	right: 50px;
}

.cms-meu-cartao .card-familynumber img{
	padding: 20px;
}

*/

.cms-meu-cartao .card-name {
	text-transform:capitalize;
	font-size:16px;
	font-family: "anfFontBlack", sans-serif;
	position: absolute;
	bottom: 15%;
	left: 35%;
	right: 5%;
	word-break: break-all;
}



/*
====================

===================

*/

@media only screen and (max-width: 480px) {

	.cms-meu-cartao .card-name {
		font-size: 14px !important;
	}

	.cms-meu-cartao .card [class*="card-"][class*="family"] {
		right: 20px;
		top: 20px;
	}

	.cms-meu-cartao .card-familynumber img {
		width: 50%;
		height: auto;
	}

	.info .info-points,
	.info .info-vouchers{
		padding:20px 0;
		border-bottom:2px solid #e1e1e1;
	}
}

.cf-subtitulo{
	padding:20px 15px;
	text-transform:uppercase;
}

.cf-item{
	margin-bottom:20px;
}

.tabela-cartao{
	padding-top:20px;
	padding-bottom:40px;
}

/*
===========================
	Favoritos
===========================
*/

.sales-order-history .anf_RightColumnAccount,
.wishlist-index-index .anf_RightColumnAccount{
	text-align:center;
}

#wishlist-table {
	border: 1px solid #e1e1e1;
	border-left: 0;
}

.btn-remove2{
	width:11px;
	height:11px;
}

.link-edit{
	background-repeat: no-repeat;
	background-color: #76bd22;
	padding-left:25px;
}

#wishlist-table  textarea{
	display:none;
}

#wishlist-table .qty{
	text-align: center;
}

.my-account .data-table .price,
.my-wishlist .data-table .price{
	color:#313131;
	font-family:anfFontBlack;
}

.add-to-cart-alt .btn-cart,
.data-table .add-to-cart-alt .button{
	width:240px;
	padding:0px;
	line-height:35px;
	margin:0 auto;
}

.cart-cell{
	text-align:center;
	font-family:anfFontBlack,sans-serif;
	font-weight:normal;
}

.cart-cell p{
	background: #ef7624;
	color:#fff;
	line-height:35px;
	padding:0;
	text-transform:uppercase;
	font-size:12px;
	width:240px;
	margin:0 auto;
}

.cart-cell p:hover{
	background: #313131;
}

.my-wishlist .bt-wishlist {
	margin: 20px 0 0;
}



/*
===========================
	Produtos Favoritos
===========================
*/


.wishlist-index-configure .ANFproduct .add-to-links li{
	width:240px;
	height:35px;
	background-color: #ef7624;
	margin-bottom:2px;
	text-align:center;
}

.link-compare{
	background-repeat: no-repeat;
	background-color: #ef7624;
	padding-left:25px;
	font-family:anfFontBlack, sans-serif;
	font-size:12px;
	line-height:35px;
	width:240px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:normal;
}

.link-compare:hover{
	box-shadow:none;
	border:none;
}

/*
===========================
	User History
===========================
*/

#my-orders-table {
	font-size:14px;
	font-family: "anfFontRegular", sans-serif;
	text-align:center;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	border-left: 0;
}

#my-orders-table th {
	font-family: "anfFontBlack",sans-serif;
	color: #313131;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: normal;
	border-radius: 0;
	border-right: 0px solid #e1e1e1;
}
#my-orders-table tbody td {
	text-align: left;
}

#my-orders-table .price{
	color: #313131;
	font-family: "anfFontRegular", sans-serif;
	font-size: 14px;
}

#my-orders-table span.nobr .separator {
	display: none;
}
#my-orders-table .link-reorder {
	font-weight: normal;
	font-family: "anfFontRegular", sans-serif;
	font-size: 14px;
	display: none;
}

.sales-order-view .title-buttons .link-reorder,
.sales-order-view .title-buttons .separator {
	display: none;
}

.sales-order-history .pager{
	background: #ef7624;
	padding:0;
	margin: 20px 0;
}

.add-to-cart-alt{
	margin-bottom:5px;
}

.sales-order-history .pager .amount{
	font-family: "anfFontRegular", sans-serif;
	font-size: 13px;
	margin-left: 20px;
	margin-top: 8px;
	color: #fff;
}

.buttons-set .back-link a{
	font-family:anfFontBlack, sans-serif;
	font-size:12px;
	background:transparent;
	color:#76bd22;
	line-height:35px;
	padding:0px;
	border:none;
	letter-spacing:0.1em;
	border-radius:0px;
	box-shadow: none;;
}

.buttons-set .back-link a:hover,
.buttons-set .back-link a:focus{
	border:none;
	color: #313131;
	background-color:transparent;
}

#my-orders-table-totals {
	position: relative;
	float: right;
	margin: 25px 0;
	text-align: right;
}

#my-orders-table-totals .cart-item-total {
	font-family: "anfFontRegular", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #313131;
	line-height: 25px;
}

#my-orders-table-totals .cart-item-total-value {
	font-family: "anfFontRegular", sans-serif;
	font-size: 25px;
	font-weight: 500;
	color: #313131;
	line-height: 25px;
}


/*#my-orders-table-totals.data-table tbody td {
	border: 0;
	padding: 0;
	line-height: 25px;
	font-size: 18px;
	font-family: "anfFontRegular", sans-serif;
	text-align: right;
	padding-right: 20px;
}


#my-orders-table-totals.data-table tbody .cart-item-total-value td {
	font-family: "anfFontRegular", sans-serif;
	font-size: 25px;
	font-weight: 500;
	color: #313131;
	line-height: 25px;
}*/

/*
===========================
   Categorias - Top
===========================
*/

ul.anf_Categorias  div.TituloZona {
	font-family: "anfFontBlack", sans-serif;
	font-size:12px;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
	padding:4px;
	line-height:35px;
	letter-spacing:0.1em;
	background:#eeeced;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;

}

ul.anf_Categorias  div.TituloZona a {
	font-family: "anfFontBlack", sans-serif !important;
	font-size:12px !important;
	margin-left: 10px;
}


/*
===========================
	Carrinho
===========================
*/

.disclaimer-msrm {
	font-family: anfFontRegular;
	padding-top: 20px;
	float: right;
}

.disclaimer-mnsrm {
	font-family: anfFontRegular;
	padding-top: 20px;
}

.disclaimer-msrm i,
.disclaimer-mnsrm i {
	margin-right: 5px;
	color: #ffb31a;
}

.disclaimer-msrm-icon {
	margin-right: 5px;
	color: #ffb31a;
}

.cart-item-total {
	font-family: anfFontRegular;
	font-size: 18px;
	font-weight: 500;
	color: #313131;
	line-height: 25px;
}

.cart-item-total-value {
	font-family: anfFontRegular;
	font-size: 25px;
	font-weight: 500;
	color: #313131;
	line-height: 25px;
}

body.checkout-cart-index {
	font-family: anfFontRegular;
	font-size: 18px;
	color:#313131;
}

table.cart-table  thead tr.first td{
	font-size:12px;
}

body.checkout-cart-index button.button.btn-update,
button#empty_cart_button.button.btn-empty,
div.discount-form button.button {
	font-family:anfFontBlack, sans-serif;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0.1em;
	background: #ef7624;
	width:240px !important;
	line-height:35px !important;
	padding:0px;
	margin-bottom:2px;
}

div.discount-form button.button:hover {
	background: #313131;
}



.cart-totals .discountcoupon {
	float: left;
	width: 100%;
	margin: 25px 0;
}

h2.cart-product-name{
	line-height:35px;
	padding:0px;
	margin:0px;
}

.name-lastname {
	display: none;
}


/*
============================
Carrinho
============================
*/
body.checkout-cart-index .price {
	font-family: anfFontRegular;
	font-size:18px;
	color:#313131;
	font-weight: normal;
	line-height: 35px;
}

body.checkout-cart-index .data-table .cart-price{
	margin:0;
}


/*	CART CONTINUE BUTTON */
button.button.btn-continue {
	font-family:anfFontBlack, sans-serif;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0.1em;
	/*	color:#ef7624;
        background:#fff;*/
	border: 0px solid #ef7624;
	width:240px;
	line-height:35px;
	padding:0px;
	background: #ef7624;
	color:#fff;

}

button.button.btn-continue:hover{
	color:#fff !important;
	border: 0px solid #313131;
	background: #313131;
}

/*	CART CHECKOUT BUTTON */

.checkout-cart-index button.button.btn-checkout {
	font-family:anfFontBlack, sans-serif;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0.1em;
	background:#ef7624;
	width:240px !important;
	line-height:35px !important;
	padding:0;
	border: 0px solid #ef7624;
	float: right;
}

.checkout-cart-index button.button.btn-checkout:hover{
	background: #313131;
	color: #fff;
	border: 2px solid #313131;
}

#discount-coupon-form .button-clear,
.cart-table .btn-remove,
.cart-table .btn-remove:hover{
	content:" ";
	height:35px !important;
	width:35px !important;
	display: block;
	background: url("../../../skin/frontend/venedor/toogasdev/images/pix.png") !important;
	background-position: 0px -446px !important;
	background-repeat:no-repeat;
	background-color:transparent !important;
	line-height:35px !important;
	border:none;
	margin:0px auto;
}

.cart-table td{
	padding:20px 10px;
}

.cart-table td.column-name{
	padding:20px 10px;
}

.checkout-cart-index a.button-arrow{
	font-family:anfFontBlack, sans-serif;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0.1em;
	background:#ef7624;
	line-height:22px !important;
	color:#fff;
	border-radius:0px;
}

.cart-product-name a{
	font-size:24px;
}

.cart-product-name a:hover,
.cart-product-name a:focus{
	color:#313131;
}

.cart-table .total-price{
	width:auto;
}

.total-price .cart-price span.price{
	font-family: "anfFontRegular", sans-serif;
	font-size: 24px;
	color: #313131;
}

.checkout-cart-index .data-table tbody th,
.checkout-cart-index .data-table tbody td,
.cart-table tbody th,
.cart-table tbody td{
	border-right:0px;
}


.cart-totals .cart-voucher {
	margin-top: 26px;
}
.cart-totals .cart-voucher .data-table tbody td {
	font-size: 14px;
}
.cart-collaterals .cart-totals .cart-subtotal tbody .value_msrm tr:last-child td {
	border-top: 1px solid #DCDCDC;
}
.cart-collaterals .cart-totals .cart-subtotal tbody .value_msrm tr:last-child td ,
.cart-collaterals .cart-totals .cart-subtotal tbody .value_msrm tr:first-child td ,
.cart-collaterals .cart-totals .cart-subtotal tbody tr:last-child .value-item tr:last-child td {
	border-bottom: 0;
	white-space: nowrap;
}
.cart-collaterals .cart-totals .data-table thead th {
	color: #313131;
	font-size: 14px;
}


.cart-collaterals-teste {
	display: block;
}

/*
.ANFdisponivel{
	visibility:hidden;
}
*/
.ANFdisponivel span{
	visibility:visible;
	line-height:21px;
}

body.checkout-cart-index .data-table .add-to-cart .button-down,
body.checkout-cart-index .add-to-cart .button-down {
	left:0;
}

table.cart-table td.a-center .add-to-cart {
	float: left;
	margin: 30% 22% 0 22%;
	padding: 0px;
	display: block;
	background: #ef7624;
	color:#fff;
}

table.cart-table .add-to-cart{
	width:auto;
}

.cart-table .add-to-cart .qty {
	float: left;
	font-size: 14px;
	line-height: 30px;
	border-radius: 0;
	padding: 0;
	width: 35px;
	color: #313131;
	height: 31px;
	margin: 2px 0;
}

.checkout-cart-index .data-table .add-to-cart button,
.checkout-cart-index .add-to-cart button {
	float: left;
	margin: 0!important;
	padding: 8px 0px;
	left: 0px;
	position: relative;
	height: 35px;
	width: 35px;
	background: transparent;
	border: 0;
	box-shadow: none;
	text-indent: inherit;
	color:#fff;
}

.data-table .total-price .price,
.cart .totals table tfoot td .price,
.data-table .grand-total th,
.data-table .grand-total td,
.cart .totals table tfoot th,
.cart .totals table tfoot td{
	font-family: "anfFontRegular", sans-serif;
	font-size: 30px;
	color: #313131;
	text-transform:capitalize;
	line-height:35px;
}

.data-table thead th,
.data-table thead td,
.data-table tfoot th,
.data-table tfoot td,
.cart .totals table th,
.cart .totals table td {
	border-left:none;
	border-right:none;
	color: #313131;
}

.data-table thead tr,
.data-table tfoot tr{
	background-color:transparent;
}


.data-table thead th {
	font-size: 14px;
}

.data-table tbody td.last,
.data-table tbody td {
	border-right: 0;
}

.data-table tfoot .price,
.data-table tbody .price {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}

.data-table .item-options dt,
.data-table .product-name {
	font-size: 16px;
	font-weight: normal;
}

/*
===============================================
tabela de Promoções Ativas / Vales Ativos /
===============================================
*/
.table {
	/*table-layout: fixed;*/
	width: 100%;
	white-space: nowrap;
}

.table td,
.table th {
	text-align: left;
	padding: 5px 10px;
}

/*
.table:not(.tabela-pontos) thead tr th:nth-child(1) { width: 30%; }
.table:not(.tabela-pontos) thead tr th:nth-child(3) { width: 12%; }
.table:not(.tabela-pontos) thead tr th:nth-child(8) { width: 15%; }
*/

.table thead tr th {
	border-bottom: 0;
	font-family: "anfFontBlack",sans-serif;
	color: #313131;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: normal;
	border-radius: 0;
	border-right: 0px solid #e1e1e1;
	line-height: 35px;

}

.table td {
	color: #313131;
	font-size: 14px;
	/*display: table-cell;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.table .buttons-set {
	margin: 0;
}
.table .buttons-set button.button {
	min-width: 120px;
	padding: 0 15px;
	margin: 0;
}
.table button.button:focus {
	background: #313131;
}

.cms-comprar-vales .matrixs {
	margin-bottom: 20px;
}


.card-wrapper{
	display: block;
	text-align: center;
	margin-bottom: 15px;
}


[id^="zona"] .card {
	position: relative;
	height: auto;
	/*width: 527px;*/
	margin: 0px auto;
	display: inline-block;
}

[id^="zona"] .card img{
	max-width: 300px;
	width: 100%;
}

[id^="zona"] .card img.promo{
	max-width: 400px;
	width: 100%;
}

[id^="zona"] .card .promo-title{
	position: absolute;
	left: 8%;
	right: 12%;
	top: 12%;
	color: white;
	font-family: "anfFontRegular", sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 35px;
	text-align: left;
}

[id^="zona"] .card .value{
	position: absolute;
	right: 8%;
	bottom: 28%;
	color: white;
	font-family: "anfFontBold", sans-serif;
	font-size: 70px;
	line-height: 1;
}

@media screen and (max-width: 480px) {

	[id^="zona"] .card .promo-title{
		font-size: 16px;
		line-height: 1.2;
	}

	[id^="zona"] .card .value{
		font-size: 40px;
	}

}

/** TIAGO SAMPAIO **/

#checkout-step-payment .payment-method {
	border-radius: 8px;
	border: 2px solid #CCC;
	padding: 20px;
	width: auto;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}

#checkout-step-payment .payment-method.active {
	border: 2px solid #ef7624;
}

#checkout-step-payment .payment-method:hover {
	opacity: .9;
}

#checkout-step-payment .payment-method img{
	width: auto;
	height: 27px;
}

.card-wrapper{
	display: block;
	text-align: center;
	margin-bottom: 15px;
}


.itemVale .card {
	position: relative;
	height: auto;
	margin: 0px auto;
	display: inline-block;
}

.itemVale .card img{
	max-width: 300px;
	width: 100%;
}

.itemVale .card img.promo{
	max-width: 400px;
	width: 100%;
}

.itemVale .card .promo-title{
	position: absolute;
	left: 8%;
	right: 12%;
	top: 12%;
	color: white;
	font-family: "anfFontRegular", sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 35px;
	text-align: left;
}

.itemVale .card .value{
	position: absolute;
	right: 8%;
	bottom: 28%;
	color: white;
	font-family: "anfFontBold", sans-serif;
	font-size: 70px;
	line-height: 1;
}

@media screen and (max-width: 480px) {

	.itemVale .card .promo-title{
		font-size: 16px;
		line-height: 1.2;
	}

	.itemVale .card .value{
		font-size: 40px;
	}

}

.ANFTopHeader #TopHeaderLoja #LojaLeft span,
.ANFTopHeader #TopHeaderLoja #LojaLeft a {
	font-family: "anfFontBlack", sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.10em;
}

.ANFTopHeader #TopHeaderLoja #LojaLeft .promoLinkCountClasse {
	font-family: "anfFontBlack", sans-serif;
	color: #ef7624;
	font-size: 11px;
	text-transform: uppercase;
	bottom: 40px;
	position: absolute;
	border: 1px solid #003262;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background: #003262;
	text-align: center;
	line-height: 18px;
}

.ANFTopHeader #TopHeaderLoja #LojaLeft .promoLink a,
.promoLink {
	color: #003262 !important;
}

#side-menu .promoLinkCountClasse {
	font-family: "anfFontBlack", sans-serif;
	color: #ef7624;
	font-size: 11px;
	text-transform: uppercase;
	top: 260px;
	position: absolute;
	border: 1px solid #003262;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background: #003262;
	text-align: center;
	line-height: 18px;
}

.promosList {
	margin-bottom: 30px;
}

.itemPromo .content {
	margin-bottom: 30px;
}

.itemPromo .content-center {
	cursor: pointer;
}

.itemPromo:hover {
	background-color: grey:
}

.itemPromo .content-top,
.itemPromo .content-bottom {
	min-height: 40px;
	width: 100%;
}

.itemPromo .content-bottom {
	clear: both;
}

.itemPromo .imagem {
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}

.itemPromo .imagem-e-texto .imagem {
	/* background-size: contain; */
}


.itemPromo .content-top,
.itemPromo .modal-title .titlePromo {
	font-weight: bold;
	font-size: 14px;
}

.itemPromo .modal-content .imagePromo {
	margin-bottom: 30px;
}

.itemPromo .content-bottom .buttonPromo a {
	height: 100%;
	width: 100%;
	display: block;
}

.itemPromo .content-center {
	min-height: 150px;
	width: 100%;
}

.itemPromo .content-center .imagem img {
	width: 100%;
}

.itemPromo .content-center .imagem-e-texto .imagem,
.itemPromo .content-center .imagem-e-texto .texto,
.itemPromo .content-bottom .button-e-texto .texto,
.itemPromo .content-bottom .button-e-texto .buttonPromo {
	width: 50%;
	float: left;
}

.itemPromo .content-center .texto {
	font-size: 12px;
}

.itemPromo .content-bottom .texto {
	font-size: 12px;
	color: #ef7624;
}

.itemPromo .has-padding {
	padding: 5px;
	min-height: 30px;
}

.itemPromo .button {
	font-weight: bold;
	border-color: #ef7624;
}

.itemPromo .button:hover {
	border-color: black;
}

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


/*
[id^="zona"] .card .date-expira {
	position: absolute;
	right: 50px;
	top: 15px;
	line-height: 21px;
}

[id^="zona"] .card .date-expira label {
	font-family: "anfFontRegular", sans-serif;
	font-size: 24px;
	color: #999;
}

[id^="zona"] .card .date-expira .expire {
	font-family: "anfFontBold", sans-serif;
	font-size: 24px;
	color: #76bd22;
}*/




[id^="zona"] .card .bottom {
	position: absolute;
	left: 50px;
	top: 15px;
	line-height: 21px;
}

[id^="zona"] .card .bottom label {
	font-family: "anfFontRegular", sans-serif;
	font-size: 24px;
	color: #999;
}

[id^="zona"] .card .bottom .value {
	font-family: "anfFontBold", sans-serif;
	font-size: 60px;
	color: #76bd22;
	letter-spacing: -4px;
	line-height: 40px;
}

[id^="zona"] .card .bottom .reference,
.reference-voucher {
	font-family: "barcode";
	font-size: 100px;
	line-height: 100px;
	margin: 20px 10px;
}





[id^="zona"] .expire,
.expire-voucher {
	font-family: "anfFontlight",sans-serif;
	color: #a6a6a6;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	text-align: center;
}

[id^="zona"] .expire .expire-date,
.expire-voucher .expire-date {
	line-height: 42px;
	font-weight: 600;
}


[id^="zona"] .reference,
.reference-voucher {
	font-family: "barcode";
	font-size: 48px;
	line-height: 1;
	margin: 0 10px;
	text-align: center;
}

.referece-block-voucher {
	margin-top: 90px;
	text-align: left;
}

.button.button-add-voucher {
	width: 100%;
	color: #FFF;
	background: #76bd22;
	border: 0px none;
	border-radius: 0;
	font-size: 12px;
}

.button.button-add-voucher:hover {
	background: #313131;
}

.button.button-add-voucher.disabled {
	width: 100%;
	color: #FFF;
	background: #313131;
	border: 0px none;
	border-radius: 0;
	font-size: 12px;
	cursor: default;
}

.button.button-add-voucher.disabled:hover {
	background: #313131;
}

.referece-block-voucher {
	margin-top: 0;
	position: relative;
	max-width: 400px;
}
.referece-block-voucher img {
	width: 100%;
}
.referece-block-voucher .overlay-reference {
	position: absolute;
	text-align:center;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.expire-voucher {
	margin-bottom: 0
}

.pharmacy-exclusive {
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 20px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	font-weight: 600;
}

.pharmacy-exclusive span {
	color: #76bd22;
}

@media only screen and (max-width:500px) {

	[id^="zona"] .reference,
	.reference-voucher
	{
		font-size: 56px;
		margin-bottom: 20px;
	}

	.card-wrapper{
		margin-bottom: 15px;
	}

	.modal-header-heading{
		font-size: 24px;
	}

}


[id^="zona"] .descritivo {
	padding: 0 15px;
}

[id^="zona"] .descritivo label {
	font-family: "anfFontRegular", sans-serif;
	font-size: 22px;
	line-height: 1;
	font-weight: 500;
	color: #76bd22;
}

.modal-header-heading{
	font-family: "anfFontRegular", sans-serif;
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	color: #76bd22;
	text-align: center;
	margin-bottom: 0;
}


[id^="zona"] .descritivo .text {
	font-family: "anfFontlight", sans-serif;
	color: #a6a6a6;
	font-weight: 400;
	/*line-height: 42px;
	font-size: 30px;*/
}



/*
=================================
   CHECKOUT
=================================
*/

.block_switch {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.block_switch .switch {
	margin:  0 15px;
}
.block_switch span {
	line-height: 35px;
}
.block_switch span ,
.block_switch .switch {
	float: left;
}

.cmn-toggle {
	position: absolute;
	margin-left: -9999px;

}

#shopping-cart-table tbody .switch a + label,
input.cmn-toggle-round + label {
	padding: 2px;
	width: 60px;
	height: 30px;
	background-color: #DDD;
	border-radius: 30px;
}

.cmn-toggle + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: medium none;
	-moz-user-select: none;
}

#shopping-cart-table tbody .switch-all > *{
	display: inline-block;
	vertical-align: middle;
}

#shopping-cart-table tbody .switch {
	position: relative;
	display: inline-block;
	margin: 0;
	width: auto;
}

#shopping-cart-table tbody .switch a.btn_value { left:0 ; }
#shopping-cart-table tbody .switch a.btn_points { right:0 ;  }
#shopping-cart-table tbody .switch a {
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}
#shopping-cart-table tbody .switch span {
	font-size: 14px;
}

#shopping-cart-table tbody .switch a + label,
input.cmn-toggle-round:checked + label::before {
	background-color: #76BD22;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;

}
input.cmn-toggle-round + label::before {
	right: 1px;
	background-color: #76BD22;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	border-radius: 30px;
	-webkit-transition: background 0.4s ease 0s;
	-moz-transition: background 0.4s ease 0s;
	-o-transition: background 0.4s ease 0s;
	transition: background 0.4s ease 0s;
}

input.cmn-toggle-round:checked + label::after {
	margin-left: 20px;
}

#shopping-cart-table tbody .switch a,
input.cmn-toggle-round + label::after {
	width: 40px;
	height: 40px;
	margin-top: -5px;
	background-color: #76BD22;
	border-radius: 100%;
	-webkit-transition: margin 0.4s ease 0s;
	-moz-transition: margin 0.4s ease 0s;
	-o-transition: margin 0.4s ease 0s;
	transition: margin 0.4s ease 0s;
}

.switch-small input.cmn-toggle-round + label::after {
	width: 20px;
	height: 20px;
	margin-top: -3px;
}

.switch-small {
	display: inline-flex;
}
.switch-small label {
	width: 40px !important;
	height: 15px !important;
	margin: 0px 10px !important;
}

.switch-small span.active {
	color: #77bd25;
	font-weight: bold;
}

.switch-small span {
	font-size: 14px;
}

.hide-googlemaps {
	position: absolute !important;
	left: -100% !important;
	opacity: 0 !important;
}

#pharmacy-list .fa-chevron-right {
	font-style: initial;
	color: #c0c0c0;
	font-weight: lighter;
}

#pharmacy-list #menuTodasFarmacias,
#pharmacy-list #menuDeServico,
#pharmacy-list #menuHorarioAlargado {
	margin-top: -20px;
}

#pharmacy-list table > span{

}

#pharmacy-list table td:nth-child(3) span {
	color: grey;
}

#pharmacy-list table td:nth-child(4) {
	color: #76bd22;
}
#pharmacy-list table td .closed {
	color: #ddd;
}

#pharmacy-list table td:hover {
	cursor: pointer;
}

#pharmacy-list .table>tbody>tr>td {
	vertical-align: initial;
}

#pharmacy-list .nav>li>a {
	text-decoration: none;
	background-color: #eee;
	color: #555;
	font-size: 14px;
}

#pharmacy-list .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color: #fff;
}

.pharmacy-details-list.fixed {
	position: fixed;
	top: 70px;
}

input.cmn-toggle-round + label::before,
input.cmn-toggle-round + label::after {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	content: "";

}

#pharmacy-list {
	margin-top: 20px;
}

#billing-new-address-form-anf .field-region {
	display: none;
}

#checkout-step-shipping #shipping-buttons-container {
	float: right;
	margin-top: 40px;

}

#checkoutSteps .form-list .field {
	margin-bottom: 0px;
}

#checkoutSteps .form-list .wide ,
#checkoutSteps.opc ul li, #checkoutSteps.opc ol li {
	margin-bottom: 18px;
}

/*
=================================
   LAYER NAVIGATION
=================================
*/

.block-layered-nav .block-promotion {
	padding-left: 20px;
}

.block-layered-nav .block-promotion > * {
	display: inline-block;
	vertical-align: middle;
}

.block-layered-nav .block-promotion {
	font-size: 14px;
}

.block-layered-nav .block-promotion .switch {
	position: relative;
	display: inline-block;
	margin: 0px;
	width: auto;
}

.block-layered-nav input.cmn-toggle-round + label {
	padding: 2px;
	width: 50px;
	height: 24px;
	border-radius: 30px;
	background: #fff
}

.block-layered-nav .cmn-toggle {
	margin-left: 5px;
}

.block-layered-nav  input.cmn-toggle-round:checked + label::before {
	background-color: #ef7624;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.block-layered-nav input.cmn-toggle-round + label::before {
	right: 1px;
	background-color: #ef7624;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	border-radius: 30px;
	-webkit-transition: background 0.4s ease 0s;
	-moz-transition: background 0.4s ease 0s;
	-o-transition: background 0.4s ease 0s;
	transition: background 0.4s ease 0s;
}

.block-layered-nav input.cmn-toggle-round + label::after {
	width: 32px;
	height: 32px;
	margin-top: -5px;
	background-color: #EF7624;
	border-radius: 100%;
	margin-left: 16px;
	-webkit-transition: margin 0.4s ease 0s;
	-moz-transition: margin 0.4s ease 0s;
	-o-transition: margin 0.4s ease 0s;
	transition: margin 0.4s ease 0s;
}

.block-layered-nav input.cmn-toggle-round:checked + label::after {
	margin-left: 0px;
}


.block-layered-nav .btnCode {
	margin-top: 20px;
}
.block-layered-nav .btnCode .button{
	border-radius: 0;
}

/*
=============================
PAG. ARTIGOS RELACIONADOS
=============================
*/

.wrapper-article .articles-container.single-lateral .prod_relacionados,
.wrapper-article .articles-container.single-lateral .artigos_relacionados {
	float: left;
	width: 100%;
}

.wrapper-article .articles-container.single-lateral .prod_relacionados {
	margin-bottom: 40px;
}

.wrapper-article .articles-container.single-lateral .artigos_relacionados ul {
	margin: 0;
}

.wrapper-article .articles-container.single-lateral .artigos_relacionados .article-name {
	height: 52px;
	overflow: hidden;
}

.wrapper-article .articles-container.single-lateral img {
	max-width: 100%;
}

.main-catalog .slider {
	margin-top: 0px;
	width: 100%;
	float: left;
}

.main-catalog .product-listing {
	float: left;
	width: 100%;
}

.main-container .ver-todos,
.main-catalog .product-listing input.ver-todos  {
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
	padding: 0;
	background: #EF7624;
	line-height: 33px;
	color: #fff;
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid #fff;
	text-align: center;
	font-size: 12px;
	font-family: "anfFontBlack",sans-serif;
	letter-spacing: 0.10em;

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.main-catalog .product-listing input.ver-todos {
	float: left;
}

.main-container .ver-todos:hover,
.main-catalog .product-listing input.ver-todos:hover  {
	border: 1px solid #313131;
	color: #fff;
	background: #313131;
}
.main-catalog .product-listing ul {
	padding: 0;
}

#product-attribute-specs-table {
	float: left;
}

#product-attribute-specs-table tbody tr.last th {
	border: 0;
}

.cms-pagina-da-farmacia .product-listing {
	padding: 0;
}

/*
============================
MINI CART
============================
*/
#mini-cart > .button:hover,
#mini-cart > .button:focus,
#mini-cart.open > .button {
	background-color: transparent!important;
	border: 0!important;
	box-shadow: none;
}


/*
============================
BOX ALERTAS
============================
*/
.messages {
	position: fixed;
	top: 0px;
	z-index: 999999;
	width: 100%;
	margin: 0 auto;
	left: 0px;
	text-align: center;
}

/*
============================
HOVER
============================
*/

a.prod_img_bk{
	display:block;
	background:rgba(255,255,255,1);
	position: relative;
}

div#prod_img:hover .areaEffect {
	/*background:rgba(49,49,49,0.1);*/
	opacity: 1;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* IE 5-7 */
	filter: alpha(opacity=100);

	/* Netscape */
	-moz-opacity: 1;

	/* Safari 1.x */
	-khtml-opacity: 1;

	/* Good browsers */
	opacity: 1;
}

.anf_RightColumn .Produto a#Descricao:hover{
	color:#fff;
}

.anf_RightColumn .Produto div#Dimensoes:hover{
	color:#fff;
}

/*
============================
Carrinho
============================
*/
table.cart-table{
	width: 100%;
	text-align: center;
}

.cartbutton {
	float: right;
	padding-right: 0;
}

.cartbutton button.button {
	margin: 5px 0 0 20px;
}

.data-table .total-price .cart-price{
	padding-right: 0;
}

.cart-table tr{
	vertical-align: none;
	border-top: 1px solid #e1e1e1;
}

tr.cabecas{
	display: none;
}

.cart-table tbody .dosagem,
.cart-table tbody .marca {
	line-height: 24px;
	display: block;
	margin: 0;
}
.cart-table tbody .marca { }
.cart-table tbody .codigo {
	margin: 25px 0 10px 0;
	display: block;
	position: relative;
}
.cart-table tbody img {
	background: #fff;
}

.cart-col1{
	width: 20%;
}

.cart-col2{
	width: 40%;
	text-align: left;
}

.cart-col3{
	width: 15%;
}

.cart-table tbody  span.cart-price .price::after{
	content:' /un ';
	display: inline-block;
}

.cart-table tbody span.cart-price .points{
	display: block;
}

.cart-col4{
	width: 20%;
}

.cart-col5{
	width: 5%;
}

.cart-collaterals .cart-tabs{
	display: none;
}

tr.#shopping-cart-totals-table > tbody{
	border: none;
}

.data-table tfoot td, .cart .totals table td{
	border: none;
}

#shopping-cart-totals-table > tfoot > tr > td:nth-child(1) > strong::after{
	content:': ';
}

body.checkout-cart-index .data-table .between-price {
	font-size: 12px;
	line-height: 14px;
}
body.checkout-cart-index .data-table .cart-price{
	line-height:35px;
}

/*adicionar em 3965*/
.total-price .cart-price span.price{
	line-height: 35px;
}

.data-table .grand-total td,
.cart .totals table tfoot td{
	padding: 0px 10px;
}

body.checkout-cart-index .main .page-title h1{
	margin: 20px 0px 40px;
}

body.checkout-cart-index ul.checkout-types  li .btn-checkout{
	display: none;
}

/*
=================================================
SHOPPING CART
=================================================
*/
#shopping-cart-table thead,
#shopping-cart-table tfoot {
	display: none;
}

.cart-table tbody .first td {
	border-top: 1px solid #e1e1e1;
}
.data-table tbody tr.last td {
	border-bottom: 1px solid #e1e1e1;
}
.cart-table tbody td {
	border-bottom: 1px solid #e1e1e1;
}

#shopping-cart-table tbody .points ,
#shopping-cart-table tbody .prod_price {
	font-size: 24px;
	line-height: 33px;
	font-family: "anfFontRegular", sans-serif;
	white-space: nowrap;
}

/*#shopping-cart-table tbody .switch a {
	background: #f5f5f5;
	display: inline-block;
	margin: 10px 0;*/
/*	line-height: 25px;*/
/*	padding: 5px;
	color: #313131;
	font-size: 12px;
	letter-spacing: 0.10em;
	font-family: "anfFontBlack", sans-serif;
	text-transform: uppercase;
}*/

/*#shopping-cart-table tbody .switch a:hover{
	color: #fff;
	background: #313131;
}*/

#shopping-cart-table tbody .switch a:before {
	/*font-size: 20px;*/
	content: "";
}

#shopping-cart-table .total-price .points{
	display: block;
	height: 20px;
	color: #37b1ca;
}

.cart .totals table td {
	color: #313131;
}
.cart-totals {
	padding-right: 0;
}
.cart-totals .totals {
	float: left;
	width: 100%;
}

.cart-totals .cart-subtotal .label-item {
	font-weight: 500;
}

.cart-totals .cart-subtotal table {
	width: 100%;
}

.cart-collaterals .cart-totals .cart-subtotal table {
	text-align: right;
}

.cart-totals .cart-subtotal table tfoot .value-item ,
.cart-totals .cart-subtotal table tfoot .label-item {
	font-size: 20px;
	font-weight: bold;
	color: #313131;
}




/* BLOCK INFORMAÇAO COMPLEMENTAR CARRINHO*/
.Block_information {
	border-top: 1px solid rgb(225, 225, 225);
	padding: 40px 0 0 0;
}
.Block_information .information {
	margin: 0 0px 25px 0;
}
.Block_information .information > div {
	font-size: 14px;
}
.Block_information h4{
	font-family: "anfFontBold", sans-serif;
}




/*
============================
toolbar histórico compras
============================
*/

/*.sales-order-history .pager .limiter label{
	padding: 9px 0px !important;
}*/

.sales-order-history  .pager .dropdown-toggle{
	padding: 2px 10px !important;
}
.sales-order-history .header-container .dropdown-menu,
.sales-order-history .footer-container .dropdown-menu{
	right: 19px;
}

.sales-order-history .dropdown-select {
	margin-right: 15px;
}


/*
============================
Página de Pontos
============================
*/
.tabela-pontos .tipo_movimento {
	font-family: "anfFontBlack",sans-serif;
}

/*
============================
Página da Farmácia
============================
*/

.banners-farmacia {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}

.banners-farmacia .tp-simpleresponsive {
	max-height: 200px;
	height: 200px!important;
}

.banners-farmacia .tp-bgimg {
	max-width: 100%;
	height: auto;
	background-size: contain!important;
	background-position: 0 0 !important;
}

.ZonaParceiros .Parceiros .tp-simpleresponsive {
	max-height: 600px !important;
}

.tp-bannertimer {
	display: none !important;
}

.slider1{
	padding-right: 10px !important;
}

.slider2{
	padding-left: 10px !important;
}

.anf_RightColumn_Inf{
	background: #F9BF00 ;
	padding: 20px 22px;
}

.cms-pagina-da-farmacia .std ul.anf_Categorias{
	padding: 20px 0px;
}

.anf_RightColumn.ficha-farmacia {
	float: right;
}

.Categoria.cat-destaque {
	background-color: #ef7624 !important;
}

.Categoria.cat-destaque > a,
.Categoria.cat-destaque > a i {
	color: #fff !important;
}

.Categoria.cat-destaque > a:hover,
.Categoria.cat-destaque > a:hover i {
	color: #313131 !important;
}

.Categoria.cat-destaque ul li > a {
	background-color: transparent !important;
	color: #fff !important;
}

.Categoria.cat-destaque ul li > a:hover {
	color: #313131 !important;
}

.carousel-ficha {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #E4E4E4;
}

.owl-carousel,
.owl-item {
	height: 300px;
}

.ficha-farmacia .TituloZona {
	float: left;
	width: 100%;
}

.farm-page-bar{
	padding: 0px;
}

.block-pad{
	margin-top: 20px;
	float: left;
	width: 100%;
}

.anf_RightColumn_Inf .TituloZona::before{
	content:"";
	background: transparent url("../../../skin/frontend/venedor/toogasdev/images/pix.png") no-repeat 0px -190px;
	width:42px;
	height: 42px;
	overflow: hidden;
	display: block;
}

/*
============================
Ficha da Farmácia
============================
*/

.fichafarmacia .image-ficha-top {

}
.fichafarmacia .image-ficha-top img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.fichafarmacia .image-ficha {
	float: left;
	width: 44%;
	margin: 25px 3%;
}
/*
@media only screen and (min-width: 768px) {
	.farmacia_img {
		position: relative;
		overflow: hidden;
		height: 350px;
		width: 100%;
	}
}
*/

.farmacia_img img {
	max-width:100%;
	width: 100%;
	height: auto;
}
.fichafarmacia .image-ficha img {
	max-width:100%;
	height: auto;
}

div.farm-corpo{
	padding: 20px 0px;
}

.FichaFarmaciaRight{
	padding:0px;
}

ul.btn-list{
	padding-left:0px;
	padding-bottom: 20px;
}

.BotaoLinkLr{
	font-family: anfFontBlack, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 35px;
	letter-spacing: 0.1em;
	margin-top: 15px;
	background: #ef7624;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding:0px;
	border-radius: 0px;
}

.BotaoLinkVd{
	font-family: anfFontBlack, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 35px;
	letter-spacing: 0.1em;
	margin-top: 15px;
	width:100%;
	background: #76bd22 !important;
	border: none;
	padding:0px;
	border-radius: 0px;
	color: #fff;
	text-transform: uppercase;
}

/*.BotaoLinkLr:hover,
.BotaoLinkVd:hover{
	background: #313131;
}*/

.ficha-farmacia .BotaoLinkVd,
.ficha-farmacia .BotaoLinkLr{
	margin-bottom: 20px;
}

#pharmacy-map{
	/*	width: 100%;
        display: block;
        height: auto;*/
}

#frmPharmacySearch h5 {
	margin-top: 15px;
}



.add-fav a::before {
	content: "";
	background: transparent url("../../../skin/frontend/venedor/toogasdev/images/pix.png") no-repeat scroll 0px -590px;
	height: 27px;
	width: 27px;
	display: inline-block;
	transition: background-color 0.3s ease-in-out 0s;
	vertical-align: middle;
}

.add-fav a:hover::before{
	background: transparent url("../../../skin/frontend/venedor/toogasdev/images/pix.png") no-repeat scroll -52px -590px;
}

.ob-directions a::before {
	content: "";
	background: transparent url("../../../skin/frontend/venedor/toogasdev/images/pix.png") no-repeat scroll 0px -635px;
	height: 27px;
	width: 27px;
	display: inline-block;
	transition: background-color 0.3s ease-in-out 0s;
	vertical-align: middle;
}

.ob-directions a:hover::before{
	background: transparent url("../../../skin/frontend/venedor/toogasdev/images/pix.png") no-repeat scroll -52px -635px;
}

/*
============================
Botões
============================
*/
.btn-update,
.btn-share{
	background: #ef7624 !important;
}

.btn-update:hover,
.btn-share:hover{
	background: #313131 !important;
}

.btn-cart{
	line-height: 35px;
	padding:0;
	font-family: anfFontRegular, sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	width: 240px;
	border-radius: 0px !important;
	background: #ef7624 !important;
}

.btn-cart:hover{
	background: #313131 !important;
}

.buttons-set button{
	background: #ef7624;
	color: #fff;
}

.btn-cart,
.buttons-set button:hover{
	background: #313131;
}

.fa-minus,
.fa-plus{
	color:#fff;
}

.edit-prod-btn{
	margin: 0px 20px !important;
}

/*
============================
Pesquisar farmácia
============================
*/

body.cms-pesquisar-farmacias ul{
	padding-left: 0px;
}

body.cms-pesquisar-farmacias li#pharmacy-phone a{
	color: #313131 !important;
}

.cms-por-localidade .btn.btn-custom-2.md-margin,
.cms-perto-mim .btn.btn-custom-2.md-margin,
.cms-pesquisar-farmacias .btn.btn-custom-2.md-margin {
	margin: 20px 0px;
}

.pharmacy-details #pharmacy_name{
	font-family: anfFontBlack, sans-serif !important;
	font-size: 18px !important;
	line-height: 21px !important;
}

.pharmacy-details #pharmacy-address{
	line-height: 21px;
}
.pharmacy-details #pharmacy-ficha .button ,
.pharmacy-details #pharmacy-select .button {
	/*width: 240px;*/
	width: 100%;
	color: #FFF;
	background: #76bd22;
	font-family: "anfFontBlack",sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 15px 0 0 0;
	border: 0px none;
	border-radius: 0;
	line-height: 35px;
	padding: 0;
}

.pharmacy-details #pharmacy-ficha .button:hover ,
.pharmacy-details #pharmacy-select .button:hover {
	background: #313131;
}

/*
============================
User address
============================
*/

body.customer-address-index  button{
	float: right;
	margin-top: 40px !important;
}

body.customer-address-index  button{
	font-family: anfFontBlack, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 35px;
	letter-spacing: 0.1em;
	margin-top: 15px;
	width:240px;
	background: #ef7624;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding:0px;
	border-radius: 0px;
}

body.customer-address-index  button:hover{
	background: #313131;
}

.pharmacy-details h2 small{
	text-transform: uppercase;
}

/*
============================
User address
============================
*/

body.customer-account-edit .buttons-set button{
	float: right;
}


#checkout-step-shipping_method {
	display: none;
}
.opc .step {
	padding:  40px 30px 0px 20px;
	float: left;
	width: 48%;
	margin: 0 1%;
}


#checkoutSteps {
	z-index: 0;
}

#opc-payment {
	float: left;
	width: 100%;
}

#checkout-step-review {
	width: 100%;
}
#checkout-review-table thead §{
	color: #313131;
}


.matrix {
	text-align:center;
	/*padding-top:20px;*/
	/*padding-bottom:40px;*/
	padding:0;
	margin-bottom: 30px;
	/*border-right:solid 2px #e1e1e1;*/
	display: none;
}

.matrix.enabled{
	cursor:pointer;
}




.matrix.value-2,
.matrix.value-5,
.matrix.value-10,
.matrix.value-20
{
	display: block;
}



.matrix img.vale{
	width: 100%;
	max-width: 487px;
	position: relative;
	transition: 0.2s opacity;
	-webkit-transition: 0.2s opacity;
	z-index: 2;
}





.matrix-points{
	color: #a6a6a6;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	background-image: url(../img/icons-setas.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: center left;
}

.matrix-points span{
	font-weight: 700;
}

.matrix:nth-child(odd) .matrix-inner{
	padding-right: 15px;
}

.matrix:nth-child(even) .matrix-inner{
	padding-left: 14px;
}

.matrix-inner .inner-wrapper{
	display: inline-block;
}

.matrix-img-wrapper{
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}

/*
.matrix-img-wrapper{
    border: 4px solid transparent;
    border-radius: 6%;
}*/


.matrixs.selection-exists .enabled.selected .matrix-img-wrapper:after{
	content:"";
	display: block;
	position: absolute;
	left: -4px;
	right: -4px;
	top: -4px;
	bottom: -4px;
	border: 4px solid #a6a6a6;
	border-radius: 6%;
	z-index: 2;
}

.matrixs .matrix-img-wrapper:before{
	display: block;
	content: "";
	position: absolute;
	bottom: -9%;
	left: -10%;
	right: -10%;
	background-image: url(../img/shadow.png);
	background-repeat: no-repeat;
	z-index: 1;
	height: 50%;
	background-size: 100% 100%;
}


.matrixs.selection-exists .enabled img.vale{
	opacity: 0.7;
}

.matrixs .disabled .matrix-img-wrapper:before{
	opacity: 0.7;
}


.matrixs.selection-exists .enabled .matrix-img-wrapper:before{
	opacity: 0.7;
}

.matrixs.selection-exists .enabled.selected .matrix-img-wrapper:before{
	opacity: 1;
}


.matrixs.selection-exists .enabled.selected .matrix-img-wrapper img.vale{
	opacity: 1;
}

.matrixs.selection-exists .enabled.selected .matrix-img-wrapper:before{
	bottom: -10%;
}







/*
.matrix .matrix-inner {
   padding-top:20px;
   padding-bottom:30px;
}


.matrix.selected .matrix-inner {
   background-color: #ffc20e;
}


.matrix.selected .matrix-inner .matrix-points,
.matrix.selected .matrix-inner .matrix-value{
   color: #fff;
}
.matrix.disabled .matrix-inner {
    opacity:0.3;
    cursor:default;
}
.matrix:nth-child(1),
.matrix:nth-child(2),
.matrix:nth-child(3) {
    border-bottom:solid 2px #e1e1e1;
}
.matrix:nth-child(3n+0) {
    border-right:solid 2px #fff;
}
.matrix  .matrix-points {
    font-size:22px;
    line-height:22px;
}
.matrix  .matrix-value {
    font-size:60px;
    line-height:60px;
    color:#76bd22;
    font-weight:bold;
} */

/* OUTRAS gerais ao site */
.title-buttons {
	position: relative;
}

.cart-delete:hover {
	cursor: pointer;
}

.catalogsearch-result-index .Title01 span {
	font-family: "anfFontBold",sans-serif;
}



/*
=================================
	LOADER
=================================
*/

.loader {
	margin: 10px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 5px solid rgba(255, 255, 255, 0.2);
	border-right: 5px solid rgba(255, 255, 255, 0.2);
	border-bottom: 5px solid rgba(255, 255, 255, 0.2);
	border-left: 5px solid #CCC;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.full-loader {
	display: none;
	background-color: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 100000000;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
	padding-top: 25%;
}


/*
================================================
PAGINA HEADER
================================================
*/

#NotLoginOptions .line{
	border: 1px solid white;
}

/* */
#menu-color-bar.menu-destaques-active.ANF_MenuColorBar_SITE:after {
	left: 32%;
}

#menu-color-bar.menu-pesquisar-farmacias-active.ANF_MenuColorBar_SITE:after {
	left: 22%;
}

#menu-color-bar.menu-sauda-active.ANF_MenuColorBar_SITE:after {
	left: 12%;
}

#menu-color-bar.menu-app-active.ANF_MenuColorBar_SITE:after {
	left: 42%;
}

.ANFTopHeader #TopHeaderUser #FraseBoasVindas a {
	letter-spacing: 0;
}
.menuBranco{
	width: calc(100% - 100px);
	display:inline-block;
}
.ANFTopHeader #TopHeaderTemas li{
	width: calc(100% / 4 - 5px);
	float: left;
	text-align: center;
}

.menuBranco li.menu-pesquisar-farmacias a {
	line-height: 21px !important;
	vertical-align: middle;
	height: 65px;
	display: table-cell;
}

.menuBranco li.menu-site a {
	padding: 7px !important;
}

.titulo_noticia h1, .TituloPagina, h1.title {
	font-size: 30px;
}

.wpArticlesGrid .wpArticleItem .article-subtitle a, .anf_RightColumn .ProdutosFavoritos .Descricao a, .item-inner #Produto #TextZone #Descricao a {
	font-size: 18px;
	line-height: 22px;
}

.content-title .title {
	font-size: 30px !important;
}

h2, .h2 {
	font-size: 18px !important;
	font-family: "anfFontBlack", sans-serif !important;
}

.wp-breadcrumbs a,
.wp-breadcrumbs {
	font-size: 12px;
}

.input-group {
	margin-bottom: 5px !important;
}

.large-selectbox {
	height: 47px;
	margin-bottom: 5px;
}

#content .content-title {
	margin-bottom: 10px;
}

.anf_RightColumn_CE {
	padding-right: 0;
	margin-left: 15px;
}

.anf_Artigos .dropdownmenu li, .anf_Categorias .SubCategorias li {
	padding-left: 20px;
}

.anf_Artigos .dropdownmenu, .anf_Categorias .SubCategorias {
	padding-top: 10px;
}

.anf_Artigos li i {
	font-size: 15px;
}

.resumo_noticia,
.texto_noticia p {
	font-family: 'anfFontLight';
	line-height: 27px;
	color: #3a3a3a;
}

.a2a_default_style {
	margin: 20px 0 40px 0;
}

.map-farmacias img {
	width: 100%;
}

.anf_RightColumn {
	padding-left: 30px;
	padding-right: 30px;
}

input {
	padding-left: 8px !important;
}

.wpArticlesGrid .wpArticleItem .article-description, .anf_RightColumn .ProdutosFavoritos .Dimensoes, .anf_RightColumn .Produto #Dimensoes, .item-inner #Produto #TextZone #Dimensoes {
	margin-bottom: 15px;
	/* margin-top: 10px; */
}

.item-inner #Produto #TextZone #Descricao {
	min-height: 48px;
}

.artSubmenus ul ul a {
	padding-left: 30px;
	padding-top: 10px;
}

.ANF_FooterLastBar .main-container {
	padding-top: 0px;
	padding-bottom: 15px;
	text-align: center;
}

input.btn.btn-submeter.btn-custom-2.md-margin {
	margin-top: 0;
}

#pharmacy-map {
	margin-top: 20px;
}

.contact-icon.contact-icon-location,
.contact-icon.contact-icon-phone {
	left: 5px;
}

.contact-details-list > li {
	padding-left: 50px;
	padding-top: 5px;
}

.contact-details-list {
	/*min-height: 165px;*/
}
.main-container {
	padding-bottom: 100px;
}

#menu-color-bar.ANF_MenuColorBar_SITE.no-triangle:after {
	border-top-color: transparent;
}





/*
=================================
	MOBILE
=================================
*/

@media only screen and ( min-width:1280px) and (max-width:1600px) {
	body {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width:1400px) {
	.wpArticleItem.duoItem .article-image img {
		height: 100% !important;
	}
}

@media only screen and (min-width:900px) and (max-width: 1395px){
	.input-group-radio div label{
		font-size: 10px;
		line-height: 18px;
		padding-right: 0px !important;
	}

	.formaddcard .input-group-addon{
		min-width: 190px;
	}
	.aderir_identification {
		padding-right: 0;
	}
}

@media only screen and (min-width:768px){

}

@media only screen and (max-width:767px) {
	/*
	.anf_RightColumn {
		margin: 40px 0 0 0;
	}*/
	.main-container .anf_RightColumn_CE .anf_Categorias {
		padding: 0;
	}

	.ANFTopHeader #BlockHeaderUser  {
		padding: 0;
	}
	.ANFTopHeader #TopHeaderTemas {
		border: 0;
		height: auto;
		background: #fff;
	}
	.ANFTopHeader #TopHeaderTemas li  {
		border: 0;
	}
	.ANFTopHeader #TopHeaderLoja {
		/*height: auto;*/
	}
	.ANFTopHeader #TopHeaderLoja #LojaLeft {
		border: 0;
		width: 50%;
	}
	.ANFTopHeader #TopHeaderLoja #LojaRight {
		width: 35%;
	}
	.ANFTopHeader #TopHeaderLoja #LojaRight #mini-cart {
		float: right;
		margin: 0;
	}
	.ANFTopHeader #TopHeaderLoja .SeparadorVertical {
		display: none;
	}
	.ANFTopHeader #TopHeaderTemas ul {
		padding: 0 15px;
		width: 100%;
	}

	/*
	.nopadding-left {
		padding-left: 15px!important;
	}
	.nopadding-right{
		padding-right: 15px!important;
	}
	*/
}


@media only screen and (max-width : 600px) {
	.cms-meu-cartao .card-number-item {
		font-size: 50px;
	}

	.anf_Artigos {
		padding-left: 0;
	}

	.content-right {
		padding: 0 15px !important;
	}
}

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

.ANFTopHeader.goToTop {
	width: 100%;
}

.main .std > .row {
	margin: 0;
	margin-top: 20px;
}

.wp-breadcrumbs {
	padding: 0 15px;
	margin-top: 30px;
}

.cloud-zoom-big {
	border: none !important;
	margin: 0 !important;
}
*/

body {
	max-width: 1570px;
	margin: auto;
}

@media only screen and ( min-width:1570px){
	#side-menu {
		display: none;
	}
}

header .ANFTopLogos {
	position: relative;
	border-bottom: 1px solid #e1e1e1;
}

header .ANFTopLogos > * {
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	-o-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

header .ANFTopLogos > #logo-farmacias {
	left: 40px;
	height: 65px;
}

header .ANFTopLogos > #logo-farmacias > img {
	height: 100%;
}

header .ANFTopLogos > #logo-sauda {
	right: 40px;
}

header .ANFTopLogos > #google_translate_wrapper {
	right: 200px;
}

header #nav-container .ANFTopHeader #TopHeaderTemas,
header #nav-container .ANFTopHeader #TopHeaderTemas nav {
	border: none;
}

header #nav-container .ANFTopHeader #TopHeaderTemas nav {
	margin: 0;
	box-shadow: none;
	border-radius: 0;
}

header #nav-container .ANFTopHeader #TopHeaderTemas nav .navbar-collapse {
	padding: 0;
}

header #nav-container .ANFTopHeader #TopHeaderTemas nav .navbar-collapse ul.nav.navbar-nav > * {
	height: 65px;
}

header #nav-container .ANFTopHeader #TopHeaderTemas li.bt-search {
	width: 95px;
}

header #nav-container .ANFTopHeader #TopHeaderTemas li.bt-search a {
	height: 100%;
	width: 100%;
	color: white;
}

header #nav-container .ANFTopHeader #TopHeaderTemas li.bt-search a i {
	font-size: 20px;
	vertical-align: middle;
	margin-left: 25px;
}

header #nav-container .ANFTopHeader #TopHeaderTemas li.bt-search + li {
	border-left: none;
}

header #nav-container .ANFTopHeader #TopHeaderLoja #LojaRight #mini-cart div > a {
	display: block;
	float: left;
	font-size: 27px;
}

#breadcrumb_container {
	margin-bottom: 30px;
}

.main-container {
	padding: 40px;
	padding-top: 20px;
	background-color: white;
}

.main-container:after {
	content: '';
	display: block;
	clear: both;
}

.product-listing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.Titlehome {
	margin-bottom: 7px;
}
.separator {
	border-left: 1px solid #fff;
}

.Title01, .Title02 {
	margin-bottom: 15px;
}

.anf_RightColumn_CE .block-layered-nav .filter-title {
	font-family: "anfFontBlack", sans-serif;
	margin-bottom: 10px;
	padding-left: 55px;
}

.success-msg {
	font-size: 14px;
	margin-top: 20px;
}

.block-order .order-elements {
	padding-left: 55px;
}

.anf_RightColumn_CE .block-layered-nav dt {
	padding: 10px 0 10px 55px;
}

.anf_RightColumn_CE .block-layered-nav .order-elements > li {
	padding-top: 10px;
}

.block-layered-nav .btnCode .button {
	width: 100%;
}

.article-title {
	font-family: "anfFontBlack", sans-serif;
	color: #313131;
	font-size: 12px;
	text-transform: uppercase;
}

.anf_RightColumn_Inf {
	padding-top: 1px;
}

.blocoAccount {
	padding-top: 10px;
}

.anf_Categorias{
	padding-left: 0;
}

.anf_Categorias .SubCategorias li {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.anf_Categorias li.Categoria a.label-cat {
	padding-left: 10px;
}

.accordion-title,
.mini-products-list .product-details .product-name {
	letter-spacing: 0;
}

.anf_Artigos li a.label-cat, .anf_Categorias li.Categoria a.label-cat {
	font-family: "anfFontBlack", sans-serif;
	font-size: 12px;
	text-transform: uppercase;

}

.wpArticlesGrid .wpArticleItem .article-subtitle a,
.anf_RightColumn .ProdutosFavoritos .Descricao a,
.item-inner #Produto #TextZone #Descricao a {
	font-size: 14px;
}

.wpArticlesGrid .wpArticleItem .article-description,
.anf_RightColumn .ProdutosFavoritos .Dimensoes,
.anf_RightColumn .Produto #Dimensoes,
.item-inner #Produto #TextZone #Dimensoes {
	font-size: 12px;
	margin-bottom: 10px;
	text-align: inherit;
}

#banner-homepage {
	margin-top: 0;
}

.item-inner #Produto #TextZone {
	height: auto;
}

.wpArticlesGrid .wpArticleItem {
	margin-bottom: 40px;
}

.customer-account-login .buttons-set button.button {
	float: none;
}

.buttons-set button.button {
	padding-left: 15px;
	padding-right: 15px;
}

.login_facebook, .register_facebook {
	float: none;
	margin: 0;
}

.anf_RightColumn .MinhaFarmacia #FarmNome,
.anf_RightColumn .MinhaFarmacia #FarmLabel,
.subTituloZona,
.anf_RightColumn .ZonaLogin .subTituloZona,
.anf_RightColumn_Inf .ZonaLogin .subTituloZona {
	font-size: 16px;
}

.anf_RightColumn .MinhaFarmacia #FarmLabel {
	margin-top: 10px;
}

.anf_RightColumn .MinhaFarmacia #FarmMorada,
.anf_RightColumn .MinhaFarmacia #FarmTelefone,
.anf_RightColumn .MinhaFarmacia #FarmHorario {
	font-size: 14px;
}

.mini-products-list .item {
	margin-left: 0;
}

.wpArticlesGrid .wpArticleItem .article-description, .anf_RightColumn .ProdutosFavoritos .Dimensoes, .anf_RightColumn .Produto #Dimensoes, .item-inner #Produto #TextZone #Dimensoes {
	min-height: 22px;
}

.buttons-set .back-link a {
	font-family: anfFontBlack, sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	border-radius: 0px;
	line-height: 35px;
	background-color: #76bd22;
	border: 2px solid #76bd22;
	color: #FFFFFF;
	padding: 0px 15px;
	width: 240px !important;
	text-transform: uppercase;
}

.pager {
	font-size: 13px !important;
}

.pager .amount strong {
	font-weight: 500;
}

.buttons-set .back-link a:hover, .buttons-set .back-link a:focus {
	background: #313131;
	border: 2px solid #313131;
	color: #FFFFFF;
}

button.button.btn-continue {
	background: #FFFFFF;
	border: 2px solid #ef7624;
	color: #ef7624 !important;
}

button.button.btn-continue:hover {
	background-color: #313131 !important;
	color: #FFFFFF !important;
	border: 2px solid #313131 !important;
}

button.button.btn-checkout {
	background-color: #ef7624 !important;
	color: #FFFFFF !important;
	border: 2px solid #ef7624 !important;
}

button.button.btn-checkout:hover {
	background-color: #313131 !important;
	color: #FFFFFF !important;
	border: 2px solid #313131 !important;
}


/*  BOTÃO VER GENÉRICOS  */

a.btn-generico,
a.btn-generico-list {
	background: #FFFFFF;
	border: 2px solid #ef7624;
	color: #ef7624 !important;
	border-radius: 0;
}

a.btn-generico-list {
	width: 100%;
	font-size: 12px;
	position: absolute;
	bottom: 33px;
}

a.btn-generico:hover,
a.btn-generico-list:hover {
	background-color: #313131 !important;
	color: #FFFFFF !important;
	border: 2px solid #313131 !important;
}

/* ---------------- */

.input-text.qty {
	text-align: center !important;
	padding-left: 0 !important;
}

.footer-container {
	padding-bottom: 15px !important;
}

#mini-cart .dropdown-menu {
	margin-top: 5px;
	background-color: #FFFFFF;
}

.como-funciona{text-align: justify;}

.faturacaoTitle {
	min-width: 220px;
}

.entregaTitle {
	min-width: 130px;
}

.product-listing .row .item:not(:last-child) {
	margin-bottom: 40px;
}

#mini-cart .product-name a {
	font-size: 14 !important;
}

.anf_RightColumn_CE {
	margin-left: 0 !important;
}

#pharmacy-name,
#pharmacy-local {
	margin-top: 5px;
}

.item-inner {
	margin-bottom: 40px;
}

.cms-pagina-da-farmacia .banners-farmacia {
	margin-top: 40px;
}

@media (min-width: 1270px) {
	.customer-account-login .buttons-set button.button {
		min-width: 240px;
	}

	.login_facebook, .register_facebook {
		min-width: 240px;
	}
}

@media (min-width: 998px) and (max-width: 1280px) {
	.customer-account-login .buttons-set button.button {
		width: 100%;
	}

	.login_facebook, .register_facebook {
		width: 100%;
	}
}

@media (max-width: 998px) {
	.customer-account-login .buttons-set button.button {
		min-width: 240px;
	}

	.login_facebook, .register_facebook {
		min-width: 240px;
	}
}

@media (max-width: 768px) {
	.customer-account-login .buttons-set button.button {
		min-width: 240px;
	}

	.login_facebook, .register_facebook {
		min-width: 240px;
	}

	.main-container.col-sm-9 {
		padding-right: 10px;
		padding-top: 45px;
		padding-bottom: 0px;
	}

	/*SIDEBAR HACK
	.cms-alterar-password .anf_RightColumnAccount {
		margin-top: -59px;
	}
	*/

	.registered-users {
		margin-top: 20px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1)  {
	.customer-account-login .buttons-set button.button {
		min-width: 200px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
	.customer-account-login .buttons-set button.button {
		min-width: 240px;
	}

	.login_facebook, .register_facebook {
		min-width: 240px;
	}
}

/*
footer {
	margin-top: 40px;
}*/

.pharmacy-map-legend {
	margin-bottom: 0 !important;
}

/*section#content {
	margin-top: 40px;
}*/

.sbHolder {
	border-color: #a6a6a6;
}

.sbHolder ul {
	padding: 0 !important;
}

.input-group-select .large-selectbox {
	border-right: none;
	display: table-cell;
}


.selectbox-group > div {
	/*float: left;*/
	/*display: block;*/
	width: calc(100% / 3) !important;
	float: left;
	margin-bottom: 0;
}

#menu-color-bar {
	position: relative;
}

#menu-color-bar:after {
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
	position: absolute;
	bottom: -8px;
	z-index: 101;
}

#menu-color-bar.ANF_MenuColorBar_SITE:after {
	border-top-color: #76bd22;
	left: 13%;
}

#menu-color-bar.ANF_MenuColorBar_CE:after {
	border-top-color: #ef7624;
	left: 52%;
}

#menu-color-bar.ANF_MenuColorBar_USER:after {
	border-top-color: #f9bf00;
	left: 78%;
}

#menu-color-bar.ANF_MenuColorBar_SITE.search:after {
	border-top-color: #76bd22;
	left: 5%;
}

.visible-1024 {
	display: none;
}
.limiter a.active{
	color: #313131;
	float: left;
	line-height: 35px;
}

.limiter .limits a{
	color: #fff;
	float: left;
	line-height: 35px;
}
.limiter a{
	padding: 2px 10px 0px 5px !important;
}


.limiter .limits {
	float: left;
}

.limiter .limits a:active,
.limiter .limits a:focus,
.limiter .limits a:hover{
	color: #313131;
}

.title-faqs{
	padding: 40px 0px 20px;
}


@media (min-width: 991px) and (max-width: 1200px) {
	.ANFTopHeader #TopHeaderTemas li {
		height: 65px;
		white-space: normal;
	}
	.ANFTopHeader #TopHeaderTemas li.menu-pesquisar-farmacias a,
	.ANFTopHeader #TopHeaderTemas li.menu-sauda a{
		line-height: 21px;
		vertical-align: middle;
		height: 65px;
		display: table-cell;
	}
	.ANFTopHeader #TopHeaderTemas li.menu-pesquisar-farmacias {
		padding: 0px 10px;
	}
	.ANFTopHeader #TopHeaderTemas li.menu-sauda {
		padding-left: 5%;
	}

	.menuBranco li:first-child a {
		text-align: center;
	}

	.menuBranco li:first-child,
	.menuBranco li:last-child {
		width: 20% !important;
	}

	.menuBranco li:nth-child(2),
	.menuBranco li:nth-child(3) {
		width: 30% !important;
	}

	.menuBranco li.menu-site a {
		padding: 0px !important;
	}
}

@media (min-width: 769px) {
	#ajax-vales .modal-content {
		overflow: scroll;
		width: 100%;
	}

	#ajax-vales .modal-dialog {
		height: 90%;
	}
}

@media (min-width: 769px) and (max-width: 991px) {

	.cart .cart-totals {
		padding-top: 20px;
		margin-left: 0;
	}

	#switch-search {
		display: none;
	}

	.visible-1024{
		display:block;
	}
	.hidden-1024{
		display:none;
	}
	body.side-menu-open nav#mobile-nav{
		transform: translate3d(calc(50%), 0px, 0px) !important;
	}
	#side-menu {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 50%;
		bottom: 0px;
		z-index: 999999;
		font-size: 12px;
		letter-spacing: 0.1em;
		background-color: #F9BF00;
		overflow: auto;
		transition: transform 0.2s ease 0s;
		transform: translate3d(-100%, 0px, 0px);
	}
	#body-content {
		top: 50px;
	}

	#body-content.sub-menu {
		top: 100px;
	}

	html, body {
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
	}

	body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;

		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-box-orient: vertical;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	#body-content {
		overflow-x: hidden;
		width: 100%;

		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-ms-box-flex: 1;
		-ms-flex: 1;
		-webkit-flex: 1;
		flex: 1;
	}

	body.side-menu-open {
		position: absolute;
		left: 0; width: 100%;
		bottom: 0; top: 0;
	}

	body.side-menu-open #side-menu {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);

		box-shadow: 0 0 20px rgba(0,0,0,.5);
	}

	#body-content {
		-webkit-transition: -webkit-transform .2s;
		-moz-transition: -moz-transform .2s;
		-ms-transition: -ms-transform .2s;
		-o-transition: -o-transform .2s;
		transition: transform .2s;
	}

	body.side-menu-open #body-content {
		-webkit-transform: translate3d(calc(50%), 0, 0);
		transform: translate3d(calc(50%), 0, 0);
	}

}

#content .content-title {
	display: block;
	clear: both;
	height: auto !important;
	margin-bottom: 10px;
}

#content .content-title h1 {
	float: left;
	margin-bottom: 15px;
}

#content .content-title button {
	display: none;
	float: right;
}

@media (max-width: 586px) {

	#content .content-title h1 {
		width: 100%;
		display: block;
	}

	#content .content-title button {
		display: none;
		margin-bottom: 10px;
		width: 100% !important;
	}

	.cart-totals {
		float: none !important;
		margin-top: 10px;
		display: block;
		clear: both;
	}

	.cart .cart-collaterals {
		margin-bottom: 20px;
	}

	.cart-subtotal {
		width: 100%;
	}

	#encomendarButton {
		width: 100% !important;
	}

	#lista-de-vales button {
		width: 100% !important;
	}
}

.cart div:first-child {
	padding: 0 !important;
}


#ajax-vales .modal-content {
	padding: 40px !important;
	max-height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.messages .alert.success-msg {
	margin: 0 !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
	#side-menu {
		width: 40% !important;
	}

	body.side-menu-open nav#mobile-nav {
		-webkit-transform: translate3d(calc(0%), 0, 0) !important;
		-moz-transform: translate3d(calc(0%), 0, 0) !important;
		-ms-transform: translate3d(calc(0%), 0, 0) !important;
		-o-transform: translate3d(calc(0%), 0, 0) !important;
		transform: translate3d(calc(0%), 0, 0) !important;
	}

	body.side-menu-open #body-content {
		-webkit-transform: translate3d(calc(0%), 0, 0) !important;
		transform: translate3d(calc(0%), 0, 0) !important;
	}

	body.side-menu-open nav#mobile-nav > #nav-bar > i {
		left: 40%;
		position: absolute;
		transition: all 0.75s;

	}
}

#lista-de-vales {
	float: left;
}

@media (max-width: 768px) {

	.telephoneDiv,
	.cart-totals {
		padding-left: 0 !important;
	}

	.cart .cart-totals {
		padding-top: 20px;
		margin-left: 0;
	}

	.cart .cart-totals #checkout-review-submit {
		padding-top: 20px !important;
	}

	#switch-search {
		display: none;
	}

	#lista-de-vales {
		z-index: 3;
	}

	#ajax-vales .modal-dialog {
		height: 100%;
	}

	#ajax-vales .modal-content {
		padding: 40px !important;
		overflow-x: scroll;
		overflow-y: scroll;
		height: 50%;
	}

	.cart .cart-collaterals {
		display: block;
		clear: both;
		width: 100%;

	}

	#shopping-cart-table td:nth-child(1) {
		width: 40%;
		float: left;
		clear: none;
	}

	#shopping-cart-table td:nth-child(2) {
		width: 60%;
		float: left;
		line-height: 0;
		clear: none;
		padding-top: 20px !important;
	}

	#shopping-cart-table tbody .add-to-cart {
		width: 105px;
		margin: 0 auto;
		float: none;
	}

	.cartbutton {
		padding-left: 0;
	}

	.cartbutton button.button,
	.checkout-cart-index button.button.btn-proceed-checkout,
	#updateCart2 {
		display: block;
		width: 100% !important;
	}

	.visible-1024{
		display:block;
	}
	.hidden-1024{
		display:none;
	}
	#side-menu {
		width: auto;
		right: 50px;
	}

	body.side-menu-open #side-menu {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	body.side-menu-open nav#mobile-nav {
		transform: translate3d(0%, 0px, 0px);
	}

	body.side-menu-open #body-content {
		-webkit-transform: translate3d(calc(0%), 0, 0);
		transform: translate3d(calc(0%), 0, 0);
	}

	body.side-menu-open nav#mobile-nav > #nav-bar > i {
		left: calc(100% - 50px);
		position: absolute;
		transition: all 0.75s;
	}

	body.side-menu-open nav#mobile-nav .ANF_MenuColorBar_SITE > i {
		background: #76bd22 !important;
	}

	body.side-menu-open nav#mobile-nav .ANF_MenuColorBar_CE > i {
		background: #ef7624 !important;
	}

	body.side-menu-open nav#mobile-nav .ANF_MenuColorBar_USER > i {
		background: #f9bf00 !important;
	}
}

.background-horarios,
.background-horarios table {
	background: transparent !important;
	padding: 0 20px 10px 0px;
}

.horarios-ajax,
.horarios-ajax table {
	background: #f2f2f2;
}
table.horarios-ajax{
	width: 100%;
	padding: 0px 20px 10px 0px;
}
.horario-title{
	font-weight: 700;
	font-size: 16px;
	font-family: "anfFontRegular", sans-serif;
	padding: 10px 10px;
	position: relative;
	text-transform: uppercase;
}
.hour_title{
	font-weight: 700;
	font-size: 14px;
	padding: 0px 10px;
	font-family: "anfFontRegular", sans-serif;
	width: 40%;
	float: left;
	text-align: right;
}

.hour_label{
	width: 60%;
	float: left;
	font-size: 14px;
	font-weight: 500;
	font-family: "anfFontRegular", sans-serif;
}

@media screen and (min-width: 1200px) and (max-width: 1420px){

	.hour_title {
		width: 50%;
	}
	.hour_label {
		width: 50%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1024px){

	.hour_title {
		width: 45%;
	}
	.hour_label {
		width: 55%;
	}
}
@media screen and (min-width: 769px) and (max-width: 820px){

	.hour_title {
		width: 45%;
	}
	.hour_label {
		width: 55%;
	}
}

@media screen and (max-width: 360px){

	.hour_title {
		width: 50%;
	}
	.hour_label {
		width: 50%;
	}
}

.row_inatividade {
	font-family: "anfFontRegular", sans-serif;
	font-size: 14px;
	padding-left: 20px;
}

#productPanels .panel-group {
	margin-bottom: 5px;
}

.map-farmacia {
	margin-top: 40px;
}

.block-pad {
	margin-top: 0;
	font-family: 'anfFontLight';
	line-height: 27px;
}

#productPanels .panel a.collapsed .panel-heading {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #000000;
	padding: 15px;
}

#productPanels .panel a.collapsed .panel-heading h4 i {
	color: #ef7624;
}

#productPanels .panel a .panel-heading h4 i {
	color: #FFFFFF;
}

#productPanels .panel a .panel-heading {
	border: 1px solid #ef7624;
	background-color: #ef7624;
	color: #FFFFFF;
	padding: 15px;
}

#productPanels .panel a i.fa-chevron-down {
	display: none;
}

#productPanels .panel a i.fa-chevron-up {
	display: block
}

#productPanels .panel a.collapsed i.fa-chevron-up {
	display: none;
}

#productPanels .panel a.collapsed i.fa-chevron-down {
	display: block;
}

#productPanels .panel-body {
	opacity: .8;
}

#productPanels .panel h4 {
	font-family: anfFontBlack, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

#productPanels .panel h4 i {
	float: right;
}

#productPanels .panel a:focus {
	color: #FFFFFF;
}

.payment-method {
	margin-bottom: 10px;
}

.cart-totals {
	display: block;
	clear: both;
}

@media (max-width: 481px) {

	.cart-totals {
		padding-right: 0;
		display: block;
		clear: both;
		width: 100%;
	}

	.cart div:first-child {
		z-index: 3;
	}

	#shopping-cart-table td {
		float: none;
		width: 100%;
	}

	#shopping-cart-table td:nth-child(1) {
		width: 100%;
		display: block;
		clear: both;
		border: none;
	}

	#shopping-cart-table td:nth-child(2) {
		width: 100%;
		display: block;
		clear: both;
		border: none;
	}
}

@media (max-width: 767px) {
	.formaddcard .input-group-addon {
		min-width: inherit;
	}

	.formaddcard .card-birthdate-small {
		width: auto;
	}

	#menu-color-bar:after {
		display: none;
	}

	.col-sm-9.col-xs-12.nopadding-right {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.FooterColumn {
		padding: 0;
	}

	.main-catalog,
	.toolbar-search {
		margin-bottom: 20px;
	}

	.toolbar-bottom {
		display: none;
	}

	.main-container > .nopadding-left,
	.main-container > .nopadding-right,
	.main-container > .nopadding-right > .anf_RightColumn_CE {
		padding: 0;
	}

	.anf_RightColumn,
	.anf_RightColumnAccount {
		margin-bottom: 20px;
	}

	.main-container .anf_RightColumn {
		margin-bottom: 0;
	}

	.articles-container .artigo {
		margin-bottom: 20px;
	}

	.data-table {
		border-right: none !important;
	}

	.Title01 {
		margin-bottom: 20px;
	}

	h2:first-child {
		margin-top: 0;
	}

	.input-group {
		width: 100%;
	}

	.input-group .input-group-addon {
		display: block;
		border: none;
		padding: 0;
	}

	.input-group .input-group-addon > input {
		border-radius: 4px !important;
	}
}

.product-listing ul {
	margin-bottom: 0;
}

.product-listing .row .item:not(:last-child) {
	margin-bottom: 20px;
}

.product-listing .row .item .item-inner {
	margin-bottom: 0px;
}

@media (max-width: 569px) {
	.input-group-select .sbToggle {
		display: none;
	}

	.input-group-select .sbSelector {
		text-indent: 0;
		text-align: center;
	}
}

body.category .wpArticleItem {
	margin-bottom: 40px;
}

body.cms-pagina-da-farmacia .main-container > .row {
	margin-top: 40px;
}

#CartBar {
	position: relative;
}

#CartBarPoints .AddCartpoints,
#CartBar #AddCartIcon {
	font-size: 20px;
	color: white;
}

#CartBarPoints a {
	padding: 2px 15px;
	height: 32px;
}

#CartBarPoints a .Cartpoints {
	padding: 0;
}

#CartBarPoints a > * {
	display: block;
	float: left;
	line-height: 28px;
}

#CartBarPoints a > .AddCartpoints {
	margin-left: 20px;
}

#CartBar #AddCartIcon {
	position: absolute;
	right: 15px;
	top: 50%;
	line-height: 1;

	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	-o-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

#CartBarPoints .AddCartpoints i,
#CartBar #AddCartIcon i {
	font-style: normal;
}

.cms-receita-medica table thead tr th {
	width: auto !important;
}

.InputReceitaMedica > div > .row > div:first-child {
	line-height: 35px;
}

#dTodosSubmenus i {
	font-size: 26px;
	vertical-align: middle;
	margin-right: 7px;
}

.cart-delete {
	font-size: 31px;
	color: #ef7624;
}

.cart-delete:hover {
	color: #313131;
}

.ANFdisponivel i,
.ANFmedicamento i {
	float: left;
	margin-right: 5px;
}

[class^="anf-"].circle, [class*=" anf-"].circle {
	border: 2px solid #313131;
	border-radius: 100%;
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
}

.anf-clock-hands.circle {
	font-size: 22px;
	line-height: 36px;
}

.anf-prescription.circle {
	font-size: 22px;
	line-height: 34px;
}

.anf-no-prescription.circle {
	font-size: 22px;
	line-height: 36px;
}

.anf-simple-icon.circle {
	border: 2px solid #313131;
	border-radius: 100%;
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
	font-size: 22px;
	line-height: 36px;
}

@media (max-width: 767px) {

	.main-container {
		padding: 20px;
		padding-bottom: 30px;
	}

	#breadcrumb_container {
		display: none;
	}

	.bv3 .std .row {
		margin: 0 -15px;
	}

	.bv3 .std .row > div {
		padding: 0 15px;
	}

	.InputReceitaMedica > div > .row > div:first-child {
		margin-bottom: 20px;
	}
}

/*MEU CARTÃO*/

.cms-meu-cartao .card > img {
	width: 100%;
}

.cms-meu-cartao .card > .card-familynumber > img {
	margin-right: 10px;
	vertical-align: baseline;
}

.cms-meu-cartao .card > .card-familynumber > span {
	font-size: 28px;
	font-weight: 600;
}

@media (max-width: 767px) {
	.cms-meu-cartao .card {
		padding-right: 0;
	}

	.cms-meu-cartao .info .row:not(:last-child) {
		margin-bottom: 15px;
	}
}

/*END MEU CARTÃO*/

/*MOBILE NAV STYLES*/
#side-menu {
	position: absolute;
	top: 0;
	left: 0;
	right: 50px;
	bottom: 0;
	background-color: white;
	z-index: 999999;
	font-size: 12px;
	letter-spacing: .1em;
	background-color: #f9bf00;
	overflow: auto;

	-webkit-transition: -webkit-transform .2s;
	-moz-transition: -moz-transform .2s;
	-ms-transition: -ms-transform .2s;
	-o-transition: -o-transform .2s;
	transition: transform .2s;

	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

#side-menu ul {
	margin-bottom: 0;
	padding-left: 0;
}

#side-menu light {
	font-family: 'anfFontLight';
}

#side-menu > #search_mini_form {
	position: relative;
	bottom: auto;
	margin: auto;
	float: none;
	width: 100%;
}

#side-menu > #search_mini_form > .form-search {
	height: 50px;
	background-color: #e1e1e1;
}

#side-menu > #search_mini_form > .form-search > input {
	line-height: 50px;
	margin: 0;
	width: calc(100% - 50px) !important;
	padding-left: 20px;
}

#side-menu > #search_mini_form > .form-search > button {
	background-color: transparent;
	width: 50px;
	margin: 0 !important;
}

#side-menu > #search_mini_form > .form-search > button:after {
	content: '\e601';
	font-family: 'anf-icons';
	color: black;
	font-size: 25px;
	line-height: 50px;
}

#side-menu > #search_mini_form > .form-search > button > span {
	display: none;
}

#side-menu .side-menu-option,
#side-menu .side-menu-flex-option {
	font-family: 'anfFontBlack';
	text-align: left;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 12px;
	color: black;
	width: 100%;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#side-menu .side-menu-option > a,
#side-menu .side-menu-flex-option > a {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

#side-menu .side-menu-flex-option > a {
	padding: 20px 0;
}

#side-menu .side-menu-option > button,
#side-menu .side-menu-flex-option > button {
	padding: 0 20px;
	font-size: 25px;
	background-color: transparent;
	border: none;
	position: relative;
	outline: none;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-box-align: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;

	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-box-pack: end;
	-ms-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

#side-menu .side-menu-option > button:after,
#side-menu .side-menu-flex-option > button:after {
	content: '';
	width: 1px;
	left: 0;
	top: 10px; bottom: 10px;
	background-color: black;
	opacity: 0.1;
	position: absolute;
}

#side-menu .side-menu-option > button:not(.collapsed):before,
#side-menu .side-menu-flex-option > button:not(.collapsed):before {
	content: '\f106';
}

#side-menu .side-menu-option {
	height: 50px;
	line-height: 50px;
}

#side-menu .side-menu-flex-option {
	min-height: 50px;
}

#side-menu .side-menu-option > a {
	color: black;
}

#side-menu .sub-menu {
	background-color: rgba(0,0,0,0.04);
	box-shadow: inset 0 10px 10px -10px rgba(0,0,0,.1), inset 0 -3px 10px -10px black;
}

#side-menu .sub-menu > * {
	padding-left: 40px;
}

#side-menu .sub-menu > :hover {
	background-color: rgba(255,255,255,.1);
}

#side-menu .sub-menu a {
	opacity: 0.8;
}

#side-menu .sub-menu > :not(:first-child) {
	border-top: 1px solid rgba(255,255,255,.05);
}

#side-menu .sub-menu > :not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,.02);
}

#side-menu > #content-area {
	background-color: white;
}


#side-menu > #content-area > .side-menu-option:not(:last-child) {
	border-bottom: 1px solid #e1e1e1;
}

#side-menu a:hover {
	opacity: 1;
}

#side-menu > #content-area a:hover {
	color: #76bd22;
}

#side-menu > #commerce-area {
	background-color: #EF7624;
}

#side-menu > #commerce-area .sub-menu {
	background-color: rgba(0,0,0,.1);
}

#side-menu > #commerce-area > :not(:last-child),
#side-menu > #user-area > :not(:last-child) {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

#side-menu > #commerce-area a,
#side-menu > #commerce-area button {
	color: white;
	display: block;
}
#side-menu > #commerce-area button:after {
	background-color: white;
}

#side-menu > #commerce-area #name {
	font-family: 'anfFontLight';
}

#side-menu > #commerce-area #mini-cart {
	float: none;
}

#side-menu > #commerce-area #mini-cart > .button {
	margin: 0;
	text-align: left;
}

#side-menu > #commerce-area #mini-cart > .button * {
	display: inline-block;
}

#side-menu > #commerce-area #mini-cart > .button > a {
	font-size: 25px;
	vertical-align: middle;
	margin-right: 10px;
}

#side-menu > #commerce-area #mini-cart > .button > .block-cart-items {
	font-size: inherit !important;
}

#side-menu > #commerce-area #mini-cart > .dropdown-menu {
	display: none;
}

#side-menu > #user-area .side-menu-option {
	color: white;
}

#side-menu > #user-area a,
#side-menu > #user-area button {
	color: white;
	cursor: pointer;
}
#side-menu > #user-area button:after {
	background-color: white;
}

#side-menu > #user-area > #user > a > * {
	display: inline-block;
	vertical-align: middle;
}

#side-menu > #user-area > #user > a > img {
	height: 45px;
	border-radius: 100%;
	margin-right: 10px;
}

#side-menu > #user-area #logo-sauda {
	width: 45px;
	margin-right: 15px;
}

nav#mobile-nav {
	-webkit-transition: -webkit-transform .2s;
	-moz-transition: -moz-transform .2s;
	-ms-transition: -ms-transform .2s;
	-o-transition: -o-transform .2s;
	transition: transform .2s;
}

body.side-menu-open nav#mobile-nav {
	-webkit-transform: translate3d(calc(0%), 0, 0);
	-moz-transform: translate3d(calc(0%), 0, 0);
	-ms-transform: translate3d(calc(0%), 0, 0);
	-o-transform: translate3d(calc(0%), 0, 0);
	transform: translate3d(calc(0%), 0, 0);
}

nav#mobile-nav > #nav-bar {
	height: 50px;
	position: relative;
	color: white;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-box-align: center;
	box-align: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

nav#mobile-nav > #nav-bar > i {
	width: 50px;
	font-size: 25px;
	text-align: center;
	line-height: 50px;
}

nav#mobile-nav > #nav-bar > i:hover {
	background-color: rgba(255,255,255,0.2);
}

nav#mobile-nav > #nav-bar > #title {
	line-height: 50px;
	font-size: 15px;
	font-family: 'anfFontLight';
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 10px;

	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

/** Google translate **/
nav#mobile-nav > #nav-bar > #m_google_translate_wrapper {
	font-family: 'anfFontLight';
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 10px;

	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

@media (max-width: 997px) {
	#google_translate_element .goog-te-gadget .goog-logo-link,
	#google_translate_element .goog-te-gadget {
		font-size: 9px;
	}

	#google_translate_element .goog-te-gadget .goog-logo-link > img {
		height: 12px;
	}

	#google_translate_element .goog-te-gadget .goog-te-combo {
		font-size: 11px !important;
	}
}

/** End Google translate **/

nav#mobile-nav > #nav-bar > a {
	height: 100%;
	float: right;
}

nav#mobile-nav > #nav-bar > a > img {
	height: 100%;
	padding: 10px;
}
/*END MOBILE NAV SYLES*/

/*PESQUISAR FARMACIAS*/
.cms-pesquisar-farmacias #filter_search h5 {
	margin: 20px 0;
}
/*END PESQUISAR FARMACIAS*/

/*FICHA FARMACIA*/

.cms-ficha-farmacia .ficha-farmacia .btn-list .BotaoLinkLr:first-child {
	width: 100%;
}

/*END FICHA FARMACIA*/

/*POSTS*/

@media (max-width: 767px) {
	.single section#content .main-container .video iframe {
		max-width: 100%;
		height: auto;
	}

	.formaddcard .card-birthdate-small,
	.formaddcard .card-birthdate-year {
		width: calc(100% / 3) !important;
		display: table !important;
		float: left;
	}
}

/*END POSTS*/


/* ADERIR CARTÃO / Editar Dados */

.aderir-dados-pessoais .input-group-radio div,
.cms-aderir-cartao .input-group-radio div,
.cms-aderir-cartao-sauda .input-group-radio div {
	border: 1px solid #a6a6a6;
	border-right: none;
}

.aderir-dados-pessoais .input-group-radio div:last-child ,
.cms-aderir-cartao .input-group-radio div:last-child ,
.cms-aderir-cartao-sauda .input-group-radio div:last-child {
	border-right: 1px solid #a6a6a6;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/*END ADERIR CARTÃO / Editar Dados */

/*FAVORITOS*/
#wishlist-table i {
	cursor: pointer;
	font-size: 30px;
	color: #ef7624;

	-webkit-transition: color .45s;
	-moz-transition: color .45s;
	-ms-transition: color .45s;
	-o-transition: color .45s;
	transition: color .45s;
}

#wishlist-table i:hover {
	color: #313131;
}

@media (max-width: 767px) {
	#wishlist-table {
		border-top: none;
	}

	#wishlist-table tr {
		border-bottom: 1px solid #dcdcdc;
		padding: 0 !important;
		padding-bottom: 10px !important;
		position: relative;
	}

	#wishlist-table tr:not(:last-child) {
		margin-bottom: 10px;
	}

	#wishlist-table td {
		padding: 0 !important;
		display: table-cell;
		vertical-align: top;
	}

	#wishlist-table td i {
		font-size: 1.5em !important;
	}

	#wishlist-table td,
	#wishlist-table td * {
		text-align: left !important;
	}

	#wishlist-table td:nth-child(2) {
		margin-right: 40px;
		/*padding-right: 40px !important;*/
	}

	#wishlist-table td:nth-child(3),
	#wishlist-table td:last-child {
		position: absolute;
		right: 10px;
	}

	#wishlist-table td:nth-child(3) {
		top: 10px;
	}

	#wishlist-table td:last-child {
		bottom: 10px;
	}

	#wishlist-table td .product-image,
	#wishlist-table td .cart-product-name {
		margin: 0;
	}

	#wishlist-table td .cart-product-name {
		text-transform: none;
	}

	#wishlist-table td .cart-product-name a {
		font-size: 0.6em;
	}

	#wishlist-table td .product-image {
		width: 70px;
		margin-right: 10px;
	}

	#wishlist-table td .product-image img {
		width: 100%;
		height: auto;
	}

	#wishlist-table td.last {
		border-bottom: none;
	}

	.bt-wishlist {
		width: 100%;
	}
}
/*END FAVORITOS*/

/*MEU CARTÃO*/
@media (max-width: 767px) {
	.cms-meu-cartao .card {
		padding-left: 0;
	}


	.matrix:nth-child(odd) .matrix-inner{
		padding-right: 0;
	}

	.matrix:nth-child(even) .matrix-inner{
		padding-left: 0;
	}


}
/*END MEU CARTÃO*/


#productPanels {
	margin-top: 15px;
}

#showGenericos .modal-title {
	margin-top: 0;
}

#showGenericos .produto-generico {
	overflow: hidden;
	clear: both;
	display: block;
	margin-bottom: 10px;
}

#showGenericos .produto-generico #Imagem,
#showGenericos .produto-generico .nome {
	height: 50px;
	float: left;
}

#showGenericos .produto-generico .nome {
	margin: 0 10px;
	width: 50%;
	font-family: "anfFontLight", sans-serif;
}

#showGenericos .produto-generico .valor {
	overflow: hidden;
	float: right;
}

#showGenericos .produto-generico .valor #CartBarPoints a,
#showGenericos .produto-generico .valor #CartBar a {
	position: relative;
}

#showGenericos .produto-generico .valor #CartBarPoints,
#showGenericos .produto-generico .valor #CartBar {
	float: left;
}

#showGenericos .produto-generico .btn-generico-buy {
	background: #ef7624;
	border: 2px solid #ef7624;
	color: #FFFFFF;
	border-radius: 0;
}

#showGenericos .produto-generico .btn-generico-buy:hover {
	background-color: #313131;
	color: #FFFFFF !important;
	border: 2px solid #313131;
}

#showGenericos .produto-generico .btn-generico-points {
	background: #FFFFFF;
	border: 2px solid #ef7624;
	color: #ef7624;
	border-radius: 0;
}

#showGenericos .produto-generico .btn-generico-buy a {
	font-size: 18px;
	color: #FFFFFF;
}

#showGenericos .produto-generico .btn-generico-buy #AddCartIcon {
	float: right;
}

﻿.main-container-with-sidebar {
	padding: 0;
	width: 100% !important;
}
.content-left{
	padding: 0px 40px;
}
.content-right{
	padding: 0px 0px 0px 15px;
}

.archive #breadcrumb_container .breadcrumbs.wp-breadcrumbs{
	padding: 20px 0px 0px 40px;
}

@media only screen and (max-width: 767px) {
	.main-container-with-sidebar .content-left {
		padding: 0 20px;
	}
}

article .article-content-container img{
	max-width: 100%;
	height: auto;
}

.std .yellowbar .anf_RightColumn_CE ul {
	padding-left: 0px;
}

.category-products .products-grid li.item {
	padding-left: 15px;
	padding-right: 15px;
}

.back-link small{
	display: none;
}

.anf_RightColumn.ficha-farmacia{
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (min-width: 768px) {
	.table-promo tr td:first-child{
		width: 490px;
	}
}

@media only screen and (min-width: 768px) {
	.table-history tr td:first-child{
		width: 375px;
	}
}
@media only screen and (max-width: 545px){
	body.page-template-pagina-temas .wpArticlesGrid .wpArticleItem{
		height: auto;
	}
}
@media only screen and (min-width: 545px) and (max-width: 767px){
	.wpArticleItem.duoItem .article-image img{
		width: 485px;
	}

}


/*
** FONTS CSS by Toogas **
*/

@font-face {
	font-family: 'anfFontlight';
	src: url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Light-webfont.eot');
	src: url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Light-webfont.woff') format('woff'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Light-webfont.ttf') format('truetype'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'anfFontRegular';
	src: url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Regular-webfont.eot');
	src: url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Regular-webfont.woff') format('woff'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'anfFontBold';
	src: url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Bold-webfont.eot');
	src: url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Bold-webfont.woff') format('woff'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Bold-webfont.ttf') format('truetype'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'anfFontBlack';
	src: url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Black-webfont.eot');
	src: url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Black-webfont.woff') format('woff'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Black-webfont.ttf') format('truetype'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/Roboto-Black-webfont.svg#robotoblack') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'barcodeNormal';
	src: url('../../../skin/frontend/venedor/toogasdev/fonts/barcode-webfont.eot');
	src: url('../../../skin/frontend/venedor/toogasdev/fonts/barcode-webfont.eot?#iefix') format('embedded-opentype'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/barcode-webfont.woff2') format('woff2'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/barcode-webfont.woff') format('woff'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/barcode-webfont.ttf') format('truetype'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/barcode-webfont.svg#c39hrp48dhttnormal') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'barcode';
	src: url('../../../skin/frontend/venedor/toogasdev/fonts/barcode2-webfont.eot');
	src: url('../../../skin/frontend/venedor/toogasdev/fonts/barcode2-webfont.eot?#iefix') format('embedded-opentype'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/barcode2-webfont.woff2') format('woff2'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/barcode2-webfont.woff') format('woff'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/barcode2-webfont.ttf') format('truetype'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/barcode2-webfont.svg#c39hrp24dhttnormal') format('svg');
	font-weight: normal;
	font-style: normal;

}






@font-face {
	font-family: 'anf-icons';
	src:url('../../../skin/frontend/venedor/toogasdev/fonts/anf-icons/fonts/anf-icons.eot?-qwuyvj');
	src:url('../../../skin/frontend/venedor/toogasdev/fonts/anf-icons/fonts/anf-icons.eot?#iefix-qwuyvj') format('embedded-opentype'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/anf-icons/fonts/anf-icons.ttf?-qwuyvj') format('truetype'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/anf-icons/fonts/anf-icons.woff?-qwuyvj') format('woff'),
	url('../../../skin/frontend/venedor/toogasdev/fonts/anf-icons/fonts/anf-icons.svg?-qwuyvj#anf-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="anf-"], [class*=" anf-"] {
	font-family: 'anf-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.anf-clock-hands:before {
	content: "\e604";
}
.anf-cart:before {
	content: "\e600";
}
.anf-search:before {
	content: "\e601";
}
.anf-prescription:before {
	content: "\e602";
}
.anf-no-prescription:before {
	content: "\e605";
}
.anf-trash:before {
	content: "\e603";
}


@media screen and (min-width: 1280px) {
	.page-edp-partners {
		margin: 0px -40px;
	}
}

.page-edp-partners .banner-partner img {
	width: 100%;
	padding-bottom: 15px;
}

.page-edp-partners .coluna-direita h2 {
	text-transform: uppercase;
	color: #76bd22;
	font-size: 25px !important;
}

.page-edp-partners .coluna-direita h4 {
	margin-bottom: 25px;
}

.page-edp-partners .coluna-esquerda {
	background-color: #dddddd6b;
	padding: 15px 15px 5px 15px;
}

.page-edp-partners form label {
	font-weight: bold;
}

.page-edp-partners form label:last-child {
	font-weight: initial;
}

.page-edp-partners form label:last-child a {
	text-decoration: underline;
}

.page-edp-partners .iniciar-sessao,
.page-edp-partners .associar-cartao,
.page-edp-partners .ja-tem-campanha {
	text-align: center;
	padding: 50px 0px;
}

.page-edp-partners .ja-tem-campanha {
	text-align: center;
	padding: 80px 0px;
}

.page-edp-partners .iniciar-sessao h3,
.page-edp-partners .associar-cartao h3,
.page-edp-partners .ja-tem-campanha h3  {
	text-transform: uppercase;
	color: #76bd22;
	font-size: 18px;
}


.page-edp-partners .button-partners {
	width: 150px;
}


/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../../skin/frontend/venedor/toogasdev/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../../../skin/frontend/venedor/toogasdev/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../../../skin/frontend/venedor/toogasdev/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../../../skin/frontend/venedor/toogasdev/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../../../skin/frontend/venedor/toogasdev/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../../../skin/frontend/venedor/toogasdev/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}

@charset "UTF-8";/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("../../../skin/frontend/venedor/toogasdev/css/ionicons/fonts/ionicons.eot?v=2.0.0");src:url("../../../skin/frontend/venedor/toogasdev/css/ionicons/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("../../../skin/frontend/venedor/toogasdev/css/ionicons/fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("../../../skin/frontend/venedor/toogasdev/css/ionicons/fonts/ionicons.woff?v=2.0.0") format("woff"),url("../../../skin/frontend/venedor/toogasdev/css/ionicons/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}

#google_translate_wrapper {
	margin-left: 15px;
}

.logoUE {
	float: right;
}

.ANF_FooterLastBar_Social {
	right: 150px;
}
