/**
 * Theme Name: Structure
 * Theme URI: http://themehybrid.com/themes/structure
 * Description: A beautifully-crafted blogging theme that is <em>structurally</em> sound in both markup and design, making it a powerful enough tool for any blogger.
 * Version: 2.0
 * Author: Andy Summerton
 * Author URI: http://andysummerton.com
 * Tags: threaded-comments, microformats, translation-ready, rtl-language-support, two-columns, fixed-width
 * Template: hybrid
 * Status: publish
 *
 * Copyright (c) 2007 - 2009 Andy Summerton.  All rights reserved.
 * http://andysummerton.com
 *
 * Structure is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/22px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css'); */

@import url('home.css'); 
@import url('productDetail.css'); 
/**
* Body
************************************************/
body {
	font: 14px/24px Arial;
	color: #333333;
	background: #15191c;
	background: #fff;
	background: #5D6F7D url(http://spoonfedfoods.com.au/shop/wp-content/uploads/2010/06/tile.jpg) repeat 16px 1232px;
        height:100%;
	}

#body-container {
	overflow: hidden;
        min-height: 100%;
        height: 100% !important;
	width: 980px;
	margin: 0 auto;
	/*padding: 0;*/
	background: #ffffff;
	}

/**
* Elements
************************************************/

/* Links */
a {
	color: #933c32;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: none;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal !important;
	}
h1, h2 {
font-weight: normal !important;
	font-size: 26px;
        color: #5E6E7B !important;
	}
h3 {
        text-transform: uppercase;
	font-size: 18px;
	}
.hentry h3 {
	font: italic normal normal 18px/22px Georgia, Times, 'Times New Roman', serif;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 16px;
	}
h6 {
	font-size: 15px;
	}

/* Lists */
li{
       position: relative;
       color: #777777;
       left: 0px;
       list-style: none;
}
ul {
	list-style: none;
	}

/* Blockquotes */
blockquote {
        line-height: 140%;
	padding: 10px 20px 0 20px;
	margin: 10px;
	font-family: Georgia;
        font-style: italic;
	font-size: 16px;
	color: #777777;
	background: #ffffff;
        border-left: 2px solid #ececec;
}

blockquote blockquote {
	margin: 0 0 20px 0;
	background: #ffffff;
}




/* Code */
code {
	padding: 2px 3px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 20px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;

	}
pre code {
	padding: 0;
	}

/* Tables */
table {
	width: 100%;
	background: #fff;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;

	}
td {
	padding: 3px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;

	}
tr.alt td, tr.even td {
	background: #f7f7f7;
	}
th {
	padding: 3px;
	font-weight: normal;
	color: #444;
	background: #eee;

	}

/* Acronyms */
acronym {
	font-size: 13px;
	border: none;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
	}

/* Notes, alerts, and such. */
.note, .warning, .alert, .error, .download {
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 9px;
	background: #fffbbc;
	}

/* Errors */
.error {
	padding: 9px;
	background: #ffebe8;
	}

/* Downloads */
.download {
	padding: 9px;
	background: #e7f7d3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}

/**
* Images
************************************************/

/* Thumbnails */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 10px 0;
	padding: 4px;
	background: #fff;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 10px 0;
	padding: 4px;
	background: #fff;
	}

/* Captions */
.wp-caption {
	max-width: 576px;
	padding: 4px 0 4px 0;
	background: #eee;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #454545;
	}
.wp-caption img {
	max-width: 566px;
	margin: 0;
	padding: 0;
	}

/**
* Page Navigation
************************************************/
#navigation {
	position: absolute;
	top: 50px;
        float: right;
	width: 960px;
	height: 40px;
	margin: 0px 0px 0px 0px;

	}
#page-nav {
	float: right;
	width: 734px;
	margin: 0px 40px 0px 0px;
	background: #ffffff;
	}

#page-nav ul {
float: right;
	list-style: none;
	margin: 0;
	}
#page-nav li {
float: right;
        text-transform: uppercase !important;
        font-style: bold !important;
        font-size: 12px !important;
        border-right: 1px solid #ececec;
	float: left;
	margin: 0;
	padding: 0;
	}
#page-nav a {
	display: block;
	font: Arial, Verdana, sans-serif !important;
        font-style: bold !important;
        text-decoration: none !important;
	color: #888888;
	padding: 13px 20px 13px 20px;
	}
#page-nav a:hover {
	color: #933c32;
	}
#page-nav li.current_page_item {
    color: #933c32 !important;
    background: #ffffff;
    border-bottom: 0px solid #ffffff;
}
#page-nav li.current_page_item a{
    color: #933c32!important;
}

/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 40px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
        color: #ff0000;
	top: -1px;
	}
#page-nav ul ul {
	background: #01203C;
	}
#page-nav li li {
	margin: 0;
	padding: 0;
	}
#page-nav li li a {
	padding: 10px 10px;
	border: none;
	}

/* Search form in navigation bar. */
#navigation form {
	float: right;
	}
#navigation .search-text {
        left: 710px;
        position: absolute;
        top: 20px;
	width: 180px;
	padding: 5px 10px;
	margin: 5px 0;
        font-size:12px;
	font-style: italic;
	color: #777777;
	background: #ffffff;
	border: 0px solid #ffffff;
	}
#navigation .search-submit {
	display: none;
	}

/**
* Header
************************************************/
#header {
	overflow: hidden;
	position: relative;
	top: 4px;
	height: 120px;
	padding: 20px 20px;
	background: #fff;
	}
#site-title {
	font: normal normal bold 25px/25px Arial, Verdana, sans-serif;
	margin: 5px 0;

}
#header #site-title a {
	text-indent: -9999px;
	display: block;
	width: 400px;
	height: 220px;

	background: url(http://spoonfedfoods.com.au/shop/wp-content/uploads/2010/07/logo1.jpg) no-repeat 0px 0px;
}

/* Utility: Header widget area */
#utility-header {
	overflow: hidden;
	float: right;
	width: 468px;
	height: 60px;
	}
#utility-header .widget {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/**
* Containers
************************************************/
#container {
	overflow: hidden;
	float: left;
	width: 920px;
        min-height: 100% !important;
        height: 100% !important;
	margin-top: -1px;
	padding: 20px 20px 20px 20px;
	background: #ffffff;
}

.content {
        position: relative;
	overflow: hidden;
	float: left;
        width: 100%;
        height: 100% !important;
        min-height: 100% !important;
        background: #ffffff;
}

.content, .no-widgets .content, .no-default-widgets .content  {
height: 100% !important;
	width: 980px;
	}
.primary-active .content, .secondary-active .content {
height: 100%;
	width: 620px;
	}

/**
* Content
************************************************/
.breadcrumb {
        font-family: Arial !important;
        font-size: 12px !important;
        font-style: normal;
	margin-bottom: 6px;
        margin-left: 18px;
	color: #666;
        background: #ffffff;
        padding-left: 0px;
        border-top: 1px dotted #ddd7d6;
        border-bottom: 1px dotted #ddd7d6;
        width: 900px;
}

.hentry {
	overflow: hidden;
	margin: 8px 8px 8px 8px;
	padding: 10px 10px 10px 10px;
	background: #ffffff;
        width: 850px;
        height: 100% !important;
}

/* Entry titles. */
.entry-title {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 14px 0;
	}
.page-title, .singular-page-title {
	margin: 0 0 20px 0;
	}

/* Byline */
.byline {
	text-transform: lowercase;
	font-size: 14px;
	font-style: italic;
	color: #666;
	}
.blog .byline, .archive .byline, .search .byline {
	margin-bottom: 10px;
	}

.byline .author, .byline .published {
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	}
.byline a {
	color: #333;
	}

/* Entry meta */
.entry-meta {
	clear: both;
	font-size: 14px;
	font-style: italic;
	color: #666;
	}
.entry-meta a {
	font-style: normal;
	color: #333;
	}

.author-info, .category-info, .date-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	}

/* Page links <!--nextpage--> */
p.pages {
	font-style: italic;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	}

/**
* Widgets
************************************************/
#primary {
	position: relative;
	float: right;
	width: 300px;
	}

#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 300px;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	}
#primary .widget, #secondary .widget {
	padding: 15px 15px 0 15px;
	}

/* Widget titles */
.widget-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #933c32;
	}

/* Widget content */
.widget ul {
	list-style: none;
	margin-left: 10px;
	}

/**
* Comments
************************************************/
#comments-template {
	overflow: hidden;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
	background: #fff;
	}

.comments-header {
	font-size: 18px;
	font-weight: bold;
	}

/* Comment list */
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0;
	}
.comment-list li, .comment-list li li li, .comment-list li li li li li {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #f7f7f7;
	}
.comment-list li li, .comment-list li li li li, .comment-list li li li li li li {
	background: #fff;
	}

/* Comment avatar */
.comment-list li .avatar {
	float: left;
	width: 37px;
	height: 37px;
	margin: 5px 10px 0 0;
	padding: 2px;
	background: #eee;
	}

/* Comment meta */
#comments .comment-meta-data {
	margin: 5px 0 20px 0;
	font-style: italic;
	color: #666;
	}
#comments cite {
	font-weight: bold;
	font-style: normal;
	}

/* Comment text */
#comments .comment-text {
	clear: left;
	}

/* Comments form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #f7f7f7;
	}
.text-input {
	display: block;
	padding: 5px;
	width: 300px;
	margin:  0 0 20px 0;
	background: #fff;
	}
#respond label {
	font-style: italic;
	}
#respond span.required {
	font-weight: bold;
	color: #01203C;
	}
textarea {
	width: 98%;
	padding: 5px;
	margin: 0 0 20px 0;
	}
.button {
font-smooth: always;
font-family: Georgia;
font-style:italic;
        border: none;
	width: 100px;
	width:auto;
	padding: 6px;
	margin-right: 10px;
	font-weight: normal;
	color: #fff;
	background: #01203C;
	}
.button:hover {
	cursor: pointer;
	background: #5C6267;
	}

/**
* Footer
************************************************/
/* Footer */
#footer {
height: 100px;
float: center;
	clear: both;
	overflow: hidden;
	color: #222222;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
        text-align: center;
	}
#footer a {
        bottom:0px;
        text-align: center !important;
        font-size: 10px;
	color: #222222;
	/*font-style: italic;*/
	}
#footer .copyright {
        position: static;
        top:180px;
        text-align: right !important;
        font-size: 10px;
	display: inline;
	float: right;	
	margin-right: 0px;
        color: #777777;
	}
#minnav {
        position: static;
        top:24px;
        text-align: center !important;
        font-size: 12px;
	display: inline;
	float: left;	
	margin-left: 2px;
height: 21px;
width: 470px;
}
#footer .credit {
        font-size: 10px;
	text-align: right;
	}
/* Footer container */
#footer-container {
        position: relative;
        height: 100%;
        width: 100%;
        background: #ffffff url(http://spoonfedfoods.com.au/shop/wp-content/uploads/2010/07/fruit_bg_extended.jpg) no-repeat;
	clear: both;
	overflow: hidden;
        bottom: 0px;
        text-align: center;

}

/* Subsidiary */
#subsidiary {
	overflow: hidden;
	width: 980px;
	padding: 30px 20px 10px 20px;
	background: #fff;
	}
#subsidiary .widget {
	float: left;
	width: 170px;
	margin: 0 18px 0 0;
	padding: 0;
	border: none;
	}



#yellowTop{
       position: absolute;
       height: 4px;
       width: 980px;
       background: #d8f3fe;
       top: 0px;
       float: center;
}

#contactForm{
    position: absolute;
top: 130px;
right:0px;
float:right;
width: 400px;
height: 100%;
background: #f4f4f4;

}


#two_Column_LC {
list-style:none;
       position: relative;
       float:left;
       width: 180px;
min-height: 100%;
margin-left: 20px;
margin-top: 30px;
margin-right: 60px;
}

#two_Column_RC {
        font-size: 14px;
        color: #454545;
        position: relative;
        float:left;
	width: 560px;
        height: 100%;
        
        margin-left: 78px;
	background: #ffffff;
}
#two_Column_Header_Container {
list-style:none;
       width: 540px;
       height: 100%;
       background: #ffffff; 
       padding-left: 18px;
}
#two_Column_RC_Container {
       width: 540px;
       height: 100%;
       background: #ffffff; 
       margin-top: 20px;
       padding: 10px;
}

#leftCaption{
     position: relative;
     float:left;
     margin-top: 6px;
     line-height: 103%;
     font-family: Georgia;
     font-size: 12px;
     color: #787878 !important;
     font-style: italic !important;
     width: 180px;
     background: #ffffff;
     padding: 4px;
}
#leftImage{
     position: relative;
     float:left;
     width: 100%;
     height: 300px;
     padding: 12px;
}
#leftImageContainer{
    position: relative;
    float:left;
    margin-top: 10px;
    height: 100%;
    width: 100%;
}




#sub-nav {
	float: left;
	width: 480px;
	margin: 0;
	}

#sub-nav ul {
	list-style: none;
	margin: 0;
        list-style-type:none;
	}
#sub-nav li {
        text-transform: uppercase !important;
        font-size: 12px !important;
        font-style: normal !important;
	float: left;
	padding: 0;
	list-style: none;
	margin: 0;
        list-style-type:none;
	}
#sub-nav a {
	display: block;
	font: Arial, Verdana, sans-serif !important;
        text-decoration: none !important;
	color: #111111;
	padding: 0px 3px 0px 3px;
	}
#sub-nav a:hover {
	color: #ececec;
	}
#sub-nav li.current_page_item {
    color: #933c32 !important;
    border-bottom: 1px solid #ffffff;
}
#sub-nav li.current_page_item a{
    color: #933c32 !important;
}


##########################################
######   SUBMENU
##########################################
#subnav{
list-style:none;
      color: #ffffff;
      margin-top: -50px;
      width: 180px;
      height: auto !important;
      background: #ffffff;
      min-height: 900px;
overflow: auto;
}



#productSearch{
margin-top: 20px;
      position:relative;
      /*left: 30px;*/
      float:left;
      top:0px;
      width: 180px;
      height: 120px;
      background: #ffffff;

}
#searchTitle{
        font-family: Arial;
        font-size: 14px !important;
        letter-spacing: -1.6 !important;
        text-decoration: none !important;
        selectable:false !important;
	float: left !important;
	color: #111111 !important;
        font-weight:bold;
        width: 130px;
        height: 30px;
        text-transform: uppercase;
}
#searchBox{
        width: 130px;
        height: 30px;
        background: #3e3e3e;
        float: left;
}
#featureImg{
width: 130px;
height: 130px;
}


#subnav li {
list-style:none;
        float: left;
	margin: 0 0 0 0;
	padding: 0;
        width: 114px;
        text-align: left !important;
        vertical-align:middle;
        text-transform: uppercase !important;
       /* right: 0px;*/
        color: #000000 !important;
}

#subnav li li {
	/*margin: 0*/
        margin-left: 0px;
	}
#subnav li li a{
        color: #999999 !important;
        font-size: 12px !important;
        font-weight:bold;
       border-top: 0px solid #ffffff !important;
        border-bottom: 0px solid #ffffff !important;

	}
#subnav li a {
padding: 4px 2px 2px 2px;
line-height:1;
list-style:none;
    border-top: 1px dotted #ffffff;
border-bottom: 1px dotted #ffffff;
        font-size: 12px !important;
        letter-spacing: -1.6 !important;
        text-decoration: none !important;
        selectable:false !important;
       /* white-space:nowrap !important;*/
	float: left !important;
	color: #2e2e2e !important;
        width: 200px;
	height: 30px;

	}
#subnav li a:hover{
border-top: 1px dotted #afafaf;
border-bottom: 1px dotted #afafaf;
background-color: #ffffff;
        letter-spacing: -0.7 !important;
        text-decoration: none !important;
        selectable:false !important;
       /* white-space:nowrap !important;*/
	float: left !important;
	color: #888888 !important;
        color: #C60019 !important;

	}
#subnav li li a:hover{
        letter-spacing: -0.7 !important;
        text-decoration: none !important;
        selectable:false !important;
        white-space:nowrap !important;
	float: left !important;
	color: #888888 !important;
        color: #C60019 !important;

	}
#subnav ul li.current-cat li a{
        color: #0000ff !important;
        background: #ff0000 !important;
}
#subnav ul li.current-cat li{
        color: #0000ff !important;
}
#subnav ul li.current-cat a{
        color: #0000ff !important;
}
#subnav ul li.current_page_item {
        font-size: 13px !important;
        letter-spacing: -0.7 !important;
        text-decoration: none !important;
        selectable:false !important;
        white-space:nowrap !important;
	float: left !important;
	color: #C6001A !important;
	}

#subnav li.current_page_item a {
       color: #ae0f24 !important;
}
#subnav li.current_page_item li a {
       color: #ae0f24 !important;
}

#subnav li.current_page_ancestor a{
       color: #ae0f24 !important;
}
#subnav li.current_page_ancestor li a{
       color: #999999 !important;
}
#subnav li.current_page_ancestor li a:hover{
       color: #ae0f24 !important;
}
#subnav li.current_page_ancestor li.current_page_item a{
       color: #ae0f24 !important;
}
#subnav li.current_page_ancestor li.current_page_parent a{
       color: #ae0f24 !important;
}

/* Hybrid drop-down styles */
#subnav ul ul {
	/*background: #ae0f24;*/
	/*border-bottom: 1px dashed #2e647d;*/
	}
#subnav li li {
	/*border-top: 1px dashed #2e647d;*/
	}
#subnav li li a {
	font-size: 14px;
background: #ffffff !important;
	}
#subnav li:hover ul {
        color: #00ff00;
	top: 30px;
	}
#subnav li:hover ul, li.sfHover ul {
	top: 30px;
	}
#subnav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#subnav ul li.page_item {
        width: 220px;
        /*border-bottom: 1px dashed #2e647d;*/
}


#subnav  ul ul,
#subnav .current_page_item ul ul,
#subnav .current_page_ancestor ul ul,
#subnav .current_page_ancestor .current_page_item ul ul,
#subnav .current_page_ancestor .current_page_ancestor ul ul {
	display: none;
	}

#subnav .current_page_item ul,
#subnav .current_page_ancestor ul,
#subnav .current_page_ancestor .current_page_item ul,
#subnav .current_page_ancestor .current_page_ancestor ul,
#subnav .current_page_ancestor .current_page_ancestor .current_page_item ul,
#subnav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul {
	display: block;
	}


#onlineShop{
	position: absolute;
	top: 0px;
        right: 0;
        float: right;
	width: 140px;
	height: 140px;
	margin: 0px 0px 0px 0px;
        background: transparent url(http://spoonfedfoods.com.au/shop/wp-content/uploads/2010/06/onlineshop.gif) no-repeat;

}



##########################################
######   HOMEPAGE
##########################################

#homeSlideshow{
         position: static;
         width: 980px;
         height: 500px;
         background: #f5f5f5;
         padding: 0px 0px 0px 0px;
         left:0px;
}

#contentPane{
        position: relative; 
         width: 960px;
         height: 290px;
         top: 6px;

}


#home_feature_column{
position: relative;
       float:left;
       width: 477px;
       top: 6px;

}


#home_feature_block{
       float:left;
       width: 477px;

}


#home_testimonials_column{
position: relative;
       float:left;
       width: 477px;
       top: 6px;
}


#home_testimonials_block{
       float:left;
       width: 477px;


}

eshopshipping{
color: #ffffff;
}
#eshopshipping{
color: #ffffff;
}
.eshopshipping{
color: #ffffff;
}