/*
	PrestaShop CSS
	18 used colors:
	10 grays: #374853 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #f1f2f4
	4 fushias: #f6dce8 #dd2a81 #971d58 #5d0630
	2 yellows: #f8e1a0 #f9e400
	1 green: #488c40
	1 red: #da0f00
*/

html, body, div, span, object, iframe, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, #header_user span
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  background:transparent;
}

body#index {background: url('../img/Landing.jpg') no-repeat top center;}

#wine_range #left_column, #farms #left_column, #farms_listing #left_column, #tasting_room_rupert #left_column, #tasting_room_terra_del_capo #left_column, #tasting_room_rupert_success #left_column, #tasting_room_terra_del_capo_success #left_column{ display: none;}

@font-face {
    font-family: 'goudytrajanregular';
    src: url('font/goudytrajan-webfont.eot');
    src: url('font/goudytrajan-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/goudytrajan-webfont.woff') format('woff'),
         url('font/goudytrajan-webfont.ttf') format('truetype'),
         url('font/goudytrajan-webfont.svg#goudytrajanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kokilaitalic';
    src: url('font/kokilai-webfont.eot');
    src: url('font/kokilai-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/kokilai-webfont.woff') format('woff'),
         url('font/kokilai-webfont.ttf') format('truetype'),
         url('font/kokilai-webfont.svg#kokilaitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
	padding: 0;
	margin: 0
}
body {
	background-color: #ffffff;
	font-size: 11px;
	font-family: 'kokilaitalic';
	color: #64645a;
	text-align: center
}

/* Useful */
.align_center { text-align: center }
.align_right { text-align: right }
.middle { vertical-align: middle }
.align_justify { text-align: justify }
.uppercase { text-transform: uppercase }
.hidden, .collapsed, .block_hidden_only_for_screen { display: none }
.wrap { white-space: normal }
.bold { font-weight: bold }
.strike { text-decoration: line-through }
.italic { font-style: italic }
.top { vertical-align: top }
.span_link { cursor: pointer }
.span_link:hover { text-decoration: underline }
.clear { clear: both }
br.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0
}
noscript ul { list-style-type: none; background: black; color: white; padding: 10px; border: 1px solid gray }
/* new clearfix */
.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
	content: ".";
}
* html .clearfix { zoom: 1 }
*:first-child+html .clearfix { zoom: 1 }

.footer_links li {
	float: left;
	margin-right: 2em;
	height: 2em
}
.footer_links a { text-decoration: none }
.footer_links a:hover { color: black }
.footer_links img.icon { vertical-align: -2px }

/* transfert effect*/
.transferProduct { border: 2px solid #888 }

/* simple list inline */
.inline_list { list-style-type: none; margin-top: 1em }
.inline_list li { float: left; text-align: center }
.inline_list img { display: block }
ul.half {
	width: 45%;
	margin-right: 1em;
	float: left
}

/* Category tree (i.e. in sitemap) */
div.tree_top {
	background: url('../img/sitemap-top.gif') no-repeat -1px -3px;
	padding-left: 24px;
	padding-bottom: 5px;
	padding-top: 3px
}
ul.tree, ul.tree ul { list-style-type: none }

#farm_content_text1 ul li, #farm_content_text2 ul li{
  background: url("../img/wineclub_bullet.jpg") no-repeat scroll 0 7px transparent;
    list-style: none outside none;
    margin: 0;
    padding-left: 15px;
}

ul.tree li {
}
ul.tree a { padding-left: 0.2em }
ul.tree a.selected { font-weight: bold }
ul.tree li.last {
	border: none
}
span.grower { cursor: pointer }

/* Tabs */
.idTabs {
	list-style-type: none;
	border-bottom: solid 1px #76839b;
	height: 21px;
	margin-top: 1em
}
ul.idTabs li {
	float: left;
	margin-right: 1px
}
.idTabs a {
	background-image: url('../img/tab_bg.jpg');
	display: block;
	width: 173px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	color: #374853
}
.idTabs .selected {
	background-image: url('../img/tab_bg_selected.jpg');
	color: white
}

/* IdTabs Short*/
.idTabsShort a {
	background-image: url('../img/tab_bg_short.jpg');
	width: 138px
}
.idTabsShort .selected {
	background-image: url('../img/tab_bg_selected_short.jpg');
	color: white
}
div.sheets {
	clear: both;
	padding: 1em
}
#more_info_sheets li {
	background-position: 6px 4px;
	margin-bottom: 0.4em
}

/* global style */
a {
	color: #5d717e;
	text-decoration: underline;
	outline: none
}
a:hover { text-decoration: none }
.input:focus { outline: 0 }
a img {
	outline: none;
	border: none;
	text-decoration: none
}
h1 {
	font-family: 'goudytrajanregular';
	font-weight: normal;
	font-size: 15px;
	padding-left: 0.5em;
	margin: 0.5em 0;
	color: #ecd9b1;
	text-shadow: 0 -1.5px 0 #000000;
	letter-spacing:1px;
}
h2, h2 a {
 	color: #4B4D53;
    font-family: 'kokilaitalic';
    font-size: 34px;
    font-style: normal;
    font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
    line-height: normal;
    margin-bottom: 0;
}

h3, h3 a {
	color: #C7AF7D;
    font-family: 'kokilaitalic';
    font-size: 32px;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
	text-decoration: none;
}

h4 {color: #C7AF7D;
    font-family: 'kokilaitalic';
    font-size: 1.3em;
	font-weight: normal;
    margin: 0; }

h5 {
 	color: #4B4D53;
    font-family: 'kokilaitalic';
    font-size: 26px;
    font-weight: normal;
    margin: 0;
}

h6 {
	color: #c7af7d;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
	font-weight: normal;
    margin: 0;
	line-height: 90%;
	}

#identity h6	{
	display: inline-block;
	margin-left: 9px;
	top: -3px;
	position: relative;
}
#identity .text, #address .text{ display: block;
    padding: 12px 0;}

#address input{ width: 300px;}
#address #city, #address #postcode { display: inline;
    margin-right: 21px;
    padding-left: 20px;
    width: 125px; }

#address #alias { padding-left: 30px; }

h3 a:hover, h3 a:visited {
	 color: #C7AF7D;
	 text-decoration: none;}
h7 {
	color: #c7af7d;
    font-family: 'kokilaitalic';
    font-size: 34px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
	}
}
p {
	font-size: 13px;
}

.right { float: right;}
.wine_club_wrapper .left { float: left; width: 100%;}
/* global layout */
#page {
	margin: 0 auto 2px auto;
	text-align: left
}
#header_logo {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 264px;
    z-index: 99;
}
img.logo {
	float: left;
	  top: -33px;
	 position:fixed;
/*	margin-top: 0.5em;
	font-size: 2em;
	font-weight: bold;
	width:100%;
	max-height:67px;
	max-width:88px;*/
	}
#header_right {
	float: right;
    margin-bottom: 15px;
    position: relative;
    right: 50px;
    text-align: right;
    width: 39px;
    z-index: 99;
}


#left_column, #center_column, #right_column { float: left }
#left_column {
	clear: left;
	width: 220px;
	margin-right: 60px;
	/*overflow: hidden;*/
}

#index #left_column { display: none;}

#center_column {
	width: 860px;
	margin: 0 0 30px 0;
	overflow: hidden;
	min-height:700px;
}

#search #center_column {
	margin: 24px 0 30px 0;
}

#category #center_column {
	padding-left: 40px;
	background: url("../img/product-list-border-left.jpg") repeat-y;
}

#index #center_column {
	width: 100%;
	margin: 0 0 22px 0;
	overflow: hidden;
	position:relative;
	z-index:0;
}

#old_center_column { display: none }
#columns { margin: 100px auto; width: 1180px; display: none; }
.ac_results_instant {
	display: none;
	visibility: hidden
}
#instant_search_results a.close {
	background: url("../img/nav-logout.gif") no-repeat scroll right 2px transparent;
	float: right;
	margin-right: 7px;
	padding-right: 21px;
	text-transform: none
}
#right_column {
margin-left: 21px;
    overflow: hidden;
    right: 32px;
    top: 251px;
    width: 191px;
}

/* global RTE fields */
.rte,
 .mceContentBody {
	text-align: left;
	background: white;
	color: black
}
body.mceContentBody {
	margin: 9px 6px;
	width: 556px;
	font-family: Arial, Helvetica, sans-serif
}
.rte html,.rte div,.rte span,.rte applet,.rte object,.rte iframe,.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,.rte p,.rte blockquote,.rte pre,.rte a,.rte abbr,.rte acronym,.rte address,.rte big,.rte cite,.rte code,.rte del, .rte dfn, .rte em,.rte font,.rte img,.rte ins,.rte kbd,.rte q,.rte s,.rte samp,.rte small,.rte strike,.rte strong,.rte sub,.rte sup,.rte tt,.rte var,.rte dl,.rte dt,.rte dd,.rte ol,.rte ul,.rte li,.rte fieldset,.rte form,.rte label,.rte legend,.rte table,.rte caption,.rte tbody,.rte tfoot,.rte thead,.rte tr, .rte th,.rte td,
.mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote, .mceContentBody pre, .mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite, .mceContentBody code, .mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins, .mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp, .mceContentBody small, .mceContentBody strike, .mceContentBody strong, .mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var, .mceContentBody dl, .mceContentBody dt, .mceContentBody dd, .mceContentBody ol, .mceContentBody ul, .mceContentBody li, .mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend, .mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th, .mceContentBody td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline
}
.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,
 .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0.75em 0 0.3em 0;
	color: #374853
}
.rte h1,
 .mceContentBody h1 {
	font-size: 25px;
	font-weight: bold;
	background: inherit
}
.rte h2,
 .mceContentBody h2 {
	background: none;
	text-transform: none;
	height: auto
}
.rte h3, .mceContentBody h3 { font-size: 16px }
.rte h4, .mceContentBody h4 { font-size: 14px }
.rte h5,.mceContentBody h5 { font-size: 12px }
.rte h6, div.rte h6 { font-size: 8px }
.rte ol, .mceContentBody ul, div.rte ol, .mceContentBody ul { }

.rte ul li {
	background: url("../img/wineclub_bullet.jpg") no-repeat scroll 0 7px transparent;
    list-style: none outside none;
    padding-left: 15px;
}

.terms_conditions ul li {
	background: none;

    padding-left: 0px;
}

.rte strong, .mceContentBody strong { font-weight: bold }
.rte em, .mceContentBody em { font-style: italic }

/* tables still need 'cellspacing="0"' in the markup */

#farm_content_maps table, #farm_content_maps table tr, #farm_content_maps table tr td{ border: none;}

.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width: auto
}
.rte caption, .rte th, .rte td, .rte table,
 .mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
	text-align: left;
	font-weight: normal;
	background: none;
	height: inherit;
	border: 1px #e5e6e7 solid;
	text-align: center
}
.rte th, .mceContentBody th {
	padding-left: 1em;
	padding-right: 1em;
	background: #e5e6e7
}
#center_column .rte p,
 .mceContentBody p { padding-left: 0; }
.rte ol, .mceContentBody ol {
	list-style-type: decimal;
	margin-left: 10px;
	color:#818077;
}

/* /global RTE fields */

/* global table style */
div.table_block {
	background: transparent url('../img/table_footer.gif') no-repeat bottom left;
	padding-bottom: 6px;
	margin: 0 auto 2em;
	width: 541px
}
.std {font-size: 11px;}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%
}
/*class table.std */
.std td,.std th { padding: 0.4em 0.5em }
.std th { white-space: nowrap }
.std tr.item td,.std .item th { background-color: white }
.std tr.alternate_item td,
.std tr.alternate_item th { background-color: #f1f2f4 }

.std thead th {
	background-color: fff;

	background-repeat: no-repeat;
	height: 28px;
	color: #374853;
	font-weight: bold;
	text-align: left;
	white-space: nowrap
}
.std th.first_item { background-position: top left }
.std th.last_item { background-position: top right }
.std th.item { background-position: -5px 0 }
.std tfoot td {
	color: #374853;
	text-align: right;
	white-space: nowrap
}

/* /global table style */

/* global form style */
form.std { clear: both; float:left; }
form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em;
	margin: 0 0 0.5em 0
}


form.std fieldset { background-color:#fbf8f2; border: 1px solid #f4ead7; margin-bottom: 1em; padding-bottom: 1em; padding-left: 40px; padding-top:20px;}

.mandatory_wrapper {margin-top: -45px; position: absolute; right: 20px;}
/*
.wine_club_wrapper {border: 1px solid #f4ead7;
	background: url("../img/wine_club_registration_background.jpg") no-repeat scroll 0 0 transparent;
	height: 368px;
	width: 842px;
	margin-bottom: 20px;
	z-index:0;
	position: relative;
}*/
.wine_club_wrapper.af { background: url("../img/wine_club_registration_background_af.jpg") no-repeat scroll 0 0 transparent; height:423px;}
.wine_club_wrapper.af .left { margin: 330px 0 0 40px; }
.wine_club_wrapper h3{ font-size: 30px !important; color: #C7AF7D !important; border: none !important; padding: 40px 0 30px!important;  }


.wine_club_join_button { background: url("../img/wine_club_join_now.gif") no-repeat scroll 0 0 transparent;
    height: 28px;
     margin: 40px 0 55px;
    text-align: center;
    width: 1189px; }

.wine_club_button {
 background: url("../img/wineclub_gradient.gif") repeat scroll 0 0 transparent !important;
    font-size: 38px !important;
    left: -3px;
    padding-top: 5px !important;
    position: relative !important;
    top: -5px !important;
}

.wine_club_wrapper .left {
    /* margin: 275px 0 0 40px; */
    /* position: relative; */
    z-index: 99;
    line-height: 22px;
}




form#account-creation_form {width: 843px;}
#account-creation_form input {
	border-radius: 4px;
	padding-left:15px;
	color:#474747;
	-moz-box-shadow: 1px 1px 1px #8a8a8a;
	-webkit-box-shadow: 1px 1px 1px #8a8a8a;
	box-shadow: 1px 1px 1px #8a8a8a;

	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#8a8a8a')";

	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#8a8a8a');
	}







/*custom styles chris 05 October 2017*/

.page-register .regular-checkbox#wine_club:checked + label:after {
    content: '\2714';
    font-size: 12px;
    position: absolute;
    top: 2px;
    left: 4px;
    color: #ffffff;
}

.page-register form#account-creation_form {
   float: none;
}

.page-register form.std fieldset {
    background-color: #fff;
    border: none;
    padding: 0px 0px;
    margin: 0 auto;
}

.page-register #account-creation_form.std  sup{
        padding: 5px 5px 0px 0px;
}

.page-register #account-creation_form.std  label {
    float: left;
    text-align: right;
    padding: 10px 0px;
    font-size: 13px;
}

.page-register #account-creation_form.std label.club-wine-b {
    padding: 9px;
    top: -3px;
}
.page-register #account-creation_form.std  label.top {
    float: none;
    text-align: left;
    padding: 7px;
}

.page-register #account-creation_form.std input.exclusive.register-button {
    background: url(../img/regform.gif) repeat-x  scroll 0 0 transparent;
    float: right;
    top: 25px;
}

.page-register #account-creation_form.std input {
    width: 239px;
    height: 40px;
    margin: 0 auto;
    background-image: none;
}

.page-register #account-creation_form .city input#city {
    width: 239px;
}


.page-register #account-creation_form.std  td span.required.text.custom {
    float: right;
    width: 66.5%;
}

.page-register #account-creation_form.std  td {
    width: 33%;
    max-width: 260px;
}

.page-register #account-creation_form.std tr.head td, .page-register #account-creation_form.std tr.head h2 {
    padding: 0px;
    line-height: 0px;
}

.page-register #account-creation_form.std tr td span.radio .regular-checkbox + label {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 9px;
}

.page-register #account-creation_form.std tr td span.radio .regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 12px;
    position: absolute;
    top: 2px;
    left: 4px;
    color: #000;
}

.page-register #account-creation_form.std tr td span.radio .regular-checkbox:checked + label {
    color: #000;
}

.page-register #account-creation_form.std tr td span.radio .check_mr {
    line-height: 21px;
}

.page-register #account-creation_form.std tr {
    width: 100%;
}

.page-register #account-creation_form.std label.mendatory {
    font-style: italic;
}

.page-register #account-creation_form.std input#address1 {
    width: 93%;
}

#header_user form.std fieldset {
    background-color: #fbf8f2;
}

.page-register #account-creation_form.std #customer_firstname, #account-creation_form.std #customer_lastname {
    background-position: 9px 7px;
}

.page-register #account-creation_form.std .dob_select {
    height: 40px;
    display: inline-block;
}

.page-register #account-creation_form.std .mystyled-select.month {
    width: 89px;
}

.page-register #account-creation_form.std .mystyled-select {
    float: left;
    margin-right: 10px;
    margin-top: 11px;
    height: 40px;
    width: 76px;
}

.page-register #account-creation_form.std .mystyled-select:last-child {
    margin-right: 0px;
}

.page-register #account-creation_form.std .mystyled-select.country {
    width: 211px;
}

.page-register #account-creation_form.std .mystyled-select select {
    display: inline-block;
    height: 40px;
    padding: 13px;
    margin: 0;
}

.page-register #account-creation_form.std .country_state_select select {
    width: 271px;
    height: 40px;
}

.page-register #account-creation_form.std .country_state_select select#id_state {
    height: 40px;
}

.page-register #account-creation_form.std .img-user {
    float: right;
}

.page-register div.formErrorContent {
    margin: 53px 0 0 -218px;
}


.page-register input.button {
    height: 40px;
    margin-left: 0px;
  /*  margin-top: 10px;*/
}

div.formError.cityformError div.formErrorContent {
    margin: 53px 0 0 -348px;
}

div.formError.postcodeformError div.formErrorContent {
    margin: 53px 0 0 -439px;
}

div.formError.email_createformError div.formErrorContent {
        margin: 52px 0 0 -299px;
}

div.formError.address1formError div.formErrorContent {
    margin: 54px 0 0 -493px;
}

form#create-account_form.std, form#login_form.std {
    margin-bottom: 50px;
}

/*custom styles chris 05 October 2017*/

#account-creation_form input:hover {
color:#6c624c;
	-moz-box-shadow: 1px 1px 1px #474747;
	-webkit-box-shadow: 1px 1px 1px #474747;
	box-shadow: 1px 1px 1px #474747;



	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#474747')";

	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#474747');
 }

#account-creation_form text { border-radius: 4px; height:28px; padding-left:15px; color:#999999; -moz-box-shadow:inset 0px 1px 1px #DDDDDD; -webkit-box-shadow:inset 0px 1px 1px #DDDDDD; box-shadow:inset 0px 1px 1px #DDDDDD; width:329px !important; }

#account-creation_form input.text, #authentication textarea {
   /* width: 310px !important;  border-radius: 4px 4px 4px 4px;*/
    box-shadow: 0 1px 1px #DDDDDD inset;
    color: #999999;
    height: 28px;
    padding-left: 15px;}


 #authentication .text { margin-bottom: 15px; }
 #authentication .select  {position: relative; top: 0px;}
 .styled-select {background: transparent; padding: 5px; font-size: 16px; width: 350px; height: 60px; overflow: hidden; }



.new_account_wineclub_info { background: url("../img/wineclub_account_create_icon.gif") no-repeat scroll 0 0 transparent;  color: #C7AF7D;
   color: #C7AF7D;
    font-weight: bold;
    height: 50px;
    line-height: 18px;
    padding: 19px 20px 0 60px;
    text-align: left;

	}
.existing_account_wineclub_info { background: url("../img/wineclub_account_login_icon.gif") no-repeat scroll 0 5px transparent; color: #C7AF7D;
     color: #C7AF7D;
    font-weight: bold;
    height: 50px;
    line-height: 18px;
    margin-left: 13px;
    padding: 19px 20px 0 88px;
    text-align: left;
	}


#account-creation_form #id_country textarea {
    width: 320px !important; margin-top:18px;   border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px #DDDDDD inset;
    color: #999999;
    height: 28px;
    padding-left: 15px;}

.styled-select select{ width:730px !important;}
#authentication textarea {width:730px !important; height:112px; padding:10px;}
#authentication select, #account-creation_form #id_country { display: inline-block; padding: 4px; margin:0; }

#account-creation_form #golden { color: #C7AF7D;
    font-size: 13px;
    font-style: italic;
    position: relative;
	   margin-left: 13px;
	}
/*#account-creation_form .postcode input { width: 84px !important; padding:0 5px !important;}*/
#account-creation_form .city { }
/*#account-creation_form .city input {margin-right: 15px;  width: 179px !important;  padding:0 5px !important; float:left;}*/
#account-creation_form sup { color: #C7AF7D; font-size: 18px; float:left;}

/*#account-creation_form .radio { margin-left: 15px;}*/

#align_right: { float:right;}

/* cHECK */

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #c7af7d;
	border: 1px solid #c7af7d;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 7px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	margin-right:2px;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #c7af7d;
	border: 1px solid #c7af7d;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 12px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #ffffff;
}
form.std legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both
}
form.std label, form.std p span {
	float: left;
	text-align: right;
}
form.std p span.like_input {
	width: auto;
	margin-left: 0.7em
}
input, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	outline: none
}
input, select { border: 1px solid #bdc2c9; border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px #DDDDDD inset;
    color: #999999; height:28px; }

.filter_sub input, .filter_sub textarea, .filter_sub select {
 height: 13px;
}

input.text {
	height: 18px;
	padding-left: 2px;
	padding-right: 2px
}
.checkbox input, .radio input { border: none }
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left
}
.required sup { color: #c7af7d; }
form.std p.checkbox { padding-left: 0px }
form.std p.submit {
	padding-left: 31%!important;
	margin-bottom: 1.5em
}
#center_column form.std p.submit2 {
	padding-left: 170px;
	margin-bottom: 1.5em
}

/* START OF BUTTONS SECTION
 * -tags: input, a, span
 * -sizes: mini, small, normal, large
 * -types: button, exlusive
 * -status: normal, hover, disabled
 * -rule: the span.button is a a.button disabled
*/
/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	padding-bottom: 2px
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	background-position: left -36px;
	cursor: default;
	color: #888!important
}
/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color: #488c40!important
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	width: 30px;
	background:url(../img/img_button_bg.gif) repeat-x;
	-webkit-border-radius: 5px; border-radius: 5px;
	color:#222222;
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {

	width: 60px;
	background:url(../img/img_button_bg.gif) repeat-x;
	-webkit-border-radius: 5px; border-radius: 5px;
	color:#222222;
}

input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large, span.exclusive_large_disabled {
	width: 180px;
	background:url(../img/img_button_bg.gif) repeat-x;
	-webkit-border-radius: 5px; border-radius: 5px;
	color:#222222;
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background:url(../img/img_button_bg.gif) repeat-x;}
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini{ background:url(../img/img_button_bg.gif) repeat-x;}
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background:url(../img/img_button_bg.gif) repeat-x;}
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled { background-image: url('../img/button-large_exclusive.gif') }

/* inline button */
a.inline_button, input.inline_button{
background: url("../img/inline_arrow.png") no-repeat scroll 0 13px transparent;
    color: #C7AF7D;
    display: inline-block;
    padding: 10px 0 0 13px;
    text-decoration: underline !important;
	cursor: pointer;
	border: none;
	cursor: pointer;
}

 a:visited.inline_button{
	 background: url("../img/inline_arrow.png") no-repeat scroll 0 13px transparent;
	color: #C7AF7D;
}
a:hover.inline_button,  input:hover.inline_button{
	 background: url("../img/inline_arrow_hover.png") no-repeat scroll 0 13px transparent;
	color: #4B4D53;
}



 /* global button */
 a.button {
	 background: url("../img/img_button_bg.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #BB9D62;
    color: #474747;
    font-family: 'kokilaitalic';
    font-size: 22px;
    letter-spacing: 0;
    margin-left: 5px;
    padding: 5px 11px 0;
    position: relative;
    text-decoration: none;
    top: 4px;
	-moz-box-shadow: 1px 1px 1px #8a8a8a;
	-webkit-box-shadow: 1px 1px 1px #8a8a8a;
	box-shadow: 1px 1px 1px #8a8a8a;

	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#8a8a8a')";

	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#8a8a8a');

 }
 .filter_btn_wrapper .button { margin: 2px 0px 0;}
 a:active.button, a:visited.button { color: #474747; }

a:hover.button {
	color: #6c624c;


	-moz-box-shadow: 1px 1px 1px #474747;
	-webkit-box-shadow: 1px 1px 1px #474747;
	box-shadow: 1px 1px 1px #474747;

	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#474747')";

	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#474747');

 }
 input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	background: url("../img/img_button_bg.gif") repeat-x scroll 0 0 transparent;
	border: 1px solid #BB9D62 !important;
	color: #474747;
	font-family: 'kokilaitalic';
	  font-size: 21px;
    height: 40px;
	letter-spacing: 0;
	margin-left: 5px;
	padding: 3px 11px 0;
	position: relative;
	text-decoration: none !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	cursor: pointer;


		-moz-box-shadow: 1px 1px 1px #8a8a8a;
	-webkit-box-shadow: 1px 1px 1px #8a8a8a;
	box-shadow: 1px 1px 1px #8a8a8a;

	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#8a8a8a')";

	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#8a8a8a');

	background-size: contain;
	background-position: center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#add_to_cart input.button,#add_to_cart input.button_disabled,#add_to_cart input.exclusive,#add_to_cart input.exclusive_disabled,#add_to_cart a.button,#add_to_cart a.exclusive,#add_to_cart span.button, #add_to_cart span.exclusive {
	padding: 4px 11px 0;
    height: 29px;
}
}


 input.register-button {
	 margin-top:40px;
	 font-size: 24px;
    height: 34px;
   margin-right: 22px;
	top: -14px;
    width: 135px;
	color:#474747 !important;
}

input.button:hover {
color: #6c624c !important;


	-moz-box-shadow: 1px 1px 1px #474747;
	-webkit-box-shadow: 1px 1px 1px #474747;
	box-shadow: 1px 1px 1px #474747;

	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#474747')";

	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#474747');
}
.filter_btn_wrapper {margin-top: 15px;}
.filter_btn_wrapper .inline_button { border: none;  box-shadow: none;}
/* id_state field in managed via JS and is firstly hidden */
form p.id_state { display: none }

/* generic style */

.price-discount { text-decoration: line-through }
.price-pretax { color: gray }
.price-ecotax { color: #488c40 }
img.icon { margin-right: 0.5em; vertical-align: middle }
.weight-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.volume-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.unity-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}






span.titles {
 color: #4B4D53;
    font-family: 'kokilaitalic';
    font-size: 24px;

    font-style: normal;
    font-weight: normal;
	}

.price, .price-shipping, .price-wrapping {
    color: #C7AF7D;
    font-family: 'kokilaitalic';
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    position: relative;
    top: 1px;
}

/* errors */
.error {
	width: 90%;
	color: #da0f00;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em
}
.error p { font-weight: bold }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em
}

/* warning */
.warning {
	color: #818077;
	font-size: 1.2em;
	 background-color: #FBF8F2; border: 1px solid #F4EAD7;
	font-weight: normal;
	padding: 0.6em 1em
}
.warning_inline {
	color: #da0f00;
	font-weight: bold
}

/* success */
.success {
	color: green;
	font-weight: bold;
	 margin: 25px 0;
}
.success_inline {
	color: green;
	font-weight: bold
}

/* breadcrumb.tpl */
.breadcrumb {
	font-size: 1em;
	color: #888;
	display: none;
}
.breadcrumb .navigation-pipe { padding: 0 0.6em }
.breadcrumb a {
	text-decoration: none;
	color: #5d717e
}
.breadcrumb a:hover { text-decoration: underline }

/* pagination.tpl */
div.pagination { padding: 1em 0 }
ul.pagination {
	list-style: none;
	float: left
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em
}
ul.pagination li, ul.pagination a, ul.pagination span {
	font-weight: bold;
	color: #374853
}
ul.pagination a, ul.pagination span {
	border: 1px solid #888;
	padding: 0em 0.4em;
	display: block;
	line-height: 17px;
	background: #bdc2c9 url('../img/pagination_bg.gif') repeat-x top right
}
ul.pagination a { text-decoration: none }
ul.pagination .current span {
	background-color: #595a5e;
	background-image: url('../img/pagination-bg-current.gif');
	color: white;
	border: 1px solid #595a5e
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	background-image: url('../img/pagination-prevnext-bg.gif');
	border: none;
	line-height: 19px;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 0 1px
}
#pagination_previous {
	background: transparent url('../img/pagination-prev-border.gif') no-repeat top left;
	padding-left: 6px
}
#pagination_previous a, #pagination_previous span { border-left: none }
#pagination_next {
	background: transparent url('../img/pagination-next-border.gif') no-repeat top right;
	padding-right: 6px
}
#pagination_next a, #pagination_next span { border-right: none }
li.disabled span {
	color: #888;
	background-color: #f1f2f4
}
form.pagination { text-align: right }
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	float: right;
	margin-left: 0.3em
}
form.pagination select { float: right }
form.pagination select option {
	font-size: 0.9em;
	padding-right: 1em
}
form.pagination input { float: right }

/* product-sort.tpl */
#productsSortForm {
	display: none;
}

#productsSortForm p {
	height: 1em;
	margin: 0.5em 0 0 0
}
#productsSortForm label, #productsSortForm select { float: right }
#productsSortForm select { font-size: 1em }

/* Header */
#header_right ul { list-style: none }
#header_right form {
	border: none;
	margin-bottom: 0!important;
	display: inline
}
#header_right label {
	margin: 0;
	float: none
}

/* Footer */
 #footer {
 background: repeat scroll 0 0 #fff;
    bottom: 0;
    height: 99px;
    position: relative;
    width: 100%;
 font-size:12px;
 float:left;
 background: transparent url('../img/footer_bg.gif') top center repeat-x; white-space:nowrap;
}

 #footer .footer_info {
	 text-align:center;
	height:99px;
	font-size:13px !important; color:#dddddd; margin:0 auto;
	text-shadow: 0px -1.5px 0px rgba(0, 0, 0, 1);}

	.footer_info{white-space:nowrap;}

	#footer_logo {
		position: relative;
		display: inline-block;
		top: 0;
		width:179px;
		height:99px;
	}

	#footer_sign { float: left;
    left: 795px;
    position: relative;
 top: 27px;
    width: 350px;}

#footer_p2p {
	position: relative;
	display: inline-block;
	vertical-align: -2px;
}


#footer .footer_info .footer_links {
	position: relative;
	display: inline-block;
	vertical-align: super;
	list-style-type: none;
	margin: 0 40px;
}

#footer .footer_info .footer_links a:hover{
		color: #999999 !important;

	}

	#footer .footer_info img {padding: 0 5px; }

.footer_info a {
	text-decoration: none !important;
	color: #DDDDDD !important;
	vertical-align: 1px;
}
.footer_info a:hover { text-decoration: none !important;}

/* Default block style */
div.block-cms h1 a { color: #374853; text-decoration: none; }
div.block-cms h1 a:hover { text-decoration: underline; }

#blog_block .block_content li a {

	border-top: 1px solid #C7AF7D;
    color: #C7AF7D;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 1em;
    font-style: normal;
    margin: 0;
    padding: 10px 0;
}
div.block {
	margin-bottom: 1em;
	width: 220px;
	margin: 0 auto 1em;
}
#left_column div.block,ul.tree li
 #right_column div.block {}
div.block h4 {
	font-size: 2em;
	color: #474747;
	font-weight: normal;
}

div.block h4 a{
	text-decoration: none;
}

div.block h4 a { color: #374853 }
div.block ul { list-style: none }
div.block ul.tree li {}
div.block a:hover { text-decoration: underline }
#left_column div.block .block_content a.button_large,
 #right_column div.block .block_content a.button_large { margin: 0 0 0 -3px }
div.block .block_content {
	min-height: 16px
}
div.block li {

	list-style-position: outside
}
div.block a {
	color: #595a5e;
	text-decoration: none
}

#filter_block_left {
	margin-top: 25px;
}

.cuisine .filter_btn_wrapper, .cuisine .brand_btn, .brands .cuisine_btn, .brands .cuisine_btn, #order #nvncategories_block_left, #order #filter_block_left, #search .myaccount, #search #nvncategories_block_left { display: none;}

/* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {}
div.exclusive h4 {}
div.exclusive h4 a {}
div.exclusive li {}
div.exclusive, div.exclusive a {}
div.exclusive .block_content {}

/* block in the center column */

#center_column div.block { width: 74%; margin: auto }
#center_column div.block h4 {
	background: transparent url('../img/block_header_large.png') no-repeat top left;
	height: 17px;
	color: white
}

/* Styles for products blocks */

/* block products (new, features, viewed, etc...) on left and right column */
.products_block li { margin-top: 0.2em }
.products_block li.item img { margin-right: 5px }
.products_block li.last_item { border: none }
.products_block li img {
	float: left;
	margin-right: 0.2em
}
.products_block p img {
	float: none;
	margin: 0 0 0 0.4em
}
.products_block li h5 {
	display: inline;
	font-size: 0.9em
}
.products_block li p a {
	font-weight: bold;
	font-size: 0.8em
}
.products_block dl {
	clear: both;
	border-top: 1px solid #374853;
	padding: 0 4px 4px
}
.products_block dl dt {
	margin-top: 0.3em;
	color: #595a5e
}
.products_block a.button_large { margin: 0.4em 0.4em 0 0.4em }
.products_block ul.product_images li {
	border: none;
	float: left;
	clear: none
}


/* Styles for blog block */

#blog_block {
	display: none;
}

/* Special style for block products in center column */
#center_column .products_block { border: none }
#center_column .products_block { color: #595a5e }
#center_column .products_block h4 { line-height: 1.3em }
#center_column .products_block .block_content {
	background: #d0d3d8 none;
	padding: 0
}
#center_column .products_block ul li:hover { background-color: #bdc2c9 }
#center_column .products_block ul li {
	float: left;
	background-color: #d0d3d8;
	margin-top: 0;
	padding: 0 0 1px;
	width: 133px;
	border-right: 1px solid white;
	border-bottom: 1px solid white
}
#center_column .products_block ul .product_accessories_description {
	margin: 0;
	padding: 0;
	height: 280px
}

/*#center_column .products_block li.last_item { float: none; clear: both }*/
#center_column .products_block li.last_item_of_line { border-right: none }
#center_column .products_block li.first_item_of_line { clear: both }
#center_column .products_block li.last_line { border-bottom: none }
#center_column .products_block p, #center_column .products_block h5 { margin: 0.5em 0.1em }
#center_column div.products_block h5 {
	display: block;
	margin-top: 8px;
	height: 2.57em
}
#center_column div.products_block h5 a {
	color: #374853;
	font-size: 1.1em
}
#center_column div.products_block ul li p {
	margin: 0;
	padding: 0
}
#center_column div.products_block div.product_desc {
	height: 9em;
	color: #595a5e;
	overflow: hidden
}
#center_column div.products_block a.product_image {
	display: block;
	background-color: transparent;
	margin-bottom: 2px;
	margin-left: 2px;
	width: 129px;
	height: 129px
}
#center_column div.products_block .product_accessories_description a.product_image {
	width: 118px;
	height: 85px
}
#center_column div.products_block a.product_description {
	display: block;
	width: 118px;
	height: 50px;
	margin-left: 2px;
	margin-bottom: 8px;
	overflow:hidden
}

#center_column div.products_block a.product_image img {
	float: none;
	margin: 0
}
#center_column div.products_block h5 { margin: 10px 5px 3px 5px }
#center_column div.products_block div.product_desc { margin: 0 5px }
#center_column div.products_block ul li div.product_desc a { font-weight: normal }
#center_column .products_block span.price {
	text-align: center;
	font-size: 1.5em;
	padding: 0.5em 0;
	/*display: block;*/
}
p.price_container { text-align: center }
#center_column .products_block .featured_price { margin-top: 2.5em }
#center_column .products_block a.button,
 #center_column .products_block a.exclusive,
 #center_column .products_block span.exclusive { margin: 0.5em auto }

/* Special style for block accessories in center column (product page) */
#center_column .products_block.accessories_block .block_content { background: none }
#center_column div.products_block.accessories_block div.product_desc {
	margin-right: 0;
	height: 150px;
	border-right: 1px solid #d0d3d8
}
#center_column .products_block.accessories_block .block_content li { background: none; text-align: center }
#center_column .products_block.accessories_block .block_content li h5,
 #center_column .products_block.accessories_block .block_content li a.product_description { text-align:left }
#center_column .products_block.accessories_block .block_content li.last_item a.product_image { border: none }

/* discount.tpl */
td.discount_value { white-space: nowrap }

/* address.tpl */
p.address_navigation {
	padding: 1em 0!important;
	margin-bottom: 1.5em
}
p.address_navigation a.button { float: left; }
body#address p.address_navigation a.button { float: none;}

p.address_navigation input[type=submit].button { float: right }

/* shopping cart */
.cart_last_product {
	width: 300px;
	margin: 0 auto 12px
}
.cart_last_product_header,
.cart_last_product_header .left {
	background: url('../img/table_header.gif') right 0;
}
.cart_last_product_header .left {
	background-color:#fff;
	background-position:0 0;
	margin-bottom:5px;
	padding-left: 27px;
	width: 249px;
	height: 24px;
	line-height: 24px;
	color: #374853;
	font-weight: bold
}
.cart_last_product_img { float:left }
.cart_last_product_img img {
	margin:0 6px;
	border:1px solid #D0D1D5;
	width: 45px;
	height: 45px
}
 .cart_last_product_content {
	float:right;
	width:241px
}
.cart_last_product_content a { text-decoration:none }
.cart_last_product_content h5 { font-size:9px }
.cart_last_product_content h5 a { color:#595A5E }

p.cart_navigation { padding: 1em 0!important }
p.cart_navigation .button,
 p.cart_navigation .button_large { float: left }
p.cart_navigation .exclusive,
 p.cart_navigation .exclusive_large,
 p.cart_navigation .exclusive_large_disabled { float: right }
p.cart_navigation_extra {
	text-align: center;
	width: auto
}
form.std p.cart_navigation span {
	float: none;
	text-align: left;
	width: auto
}
#cart_summary tfoot td {
	border-top: none;
	line-height: 1.5em
}
#order #cart_summary tfoot td {
	line-height: 40px;
}
#cart_summary tfoot tr.cart_total_product td { border-top: 1px solid #bdc2c9 }
#cart_summary tfoot tr.cart_total_price td { border-bottom: 2px solid #bdc2c9 }
#cart_summary .price, #cart_summary .price-discount {
	color: #595A5E;
	font-size: 1em;
	text-decoration: none
}
tr.cart_item td { padding: 0.5em 0; border-bottom:1px solid #efe7d8; vertical-align:middle; }


td.cart_product a { margin: 0 0.6em }
td.cart_product a img {
	border: none;
	width: 45px;
	height: 45px
}
td.cart_product a:hover img { border: none;}
td.cart_description a { text-decoration: none }
td.cart_description a:hover { text-decoration: underline }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #595a5e }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right }
td.cart_availability, td.cart_ref { text-align: center }
td.cart_total .price { font-weight: bold }
tr.cart_item td.cart_unit { padding-right: 1em }
td.cart_quantity {
	width: 111px;
	text-align: right
}
.cart_quantity_input { float: right; margin: 5px 18px 0 0; border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px #DDDDDD inset;
    color: #999999; height:32px; width:25px; padding-left: 4px;}
td.cart_quantity p, td.cart_quantity a {
	float: right;
	display: inline
}
td.cart_quantity p { padding-left: 0.3em }
td.cart_quantity .icon { margin-top: 12px; }
td.cart_quantity a.cart_quantity_up,
 td.cart_quantity a.cart_quantity_down { display: block }
tr.cart_free_shipping { white-space: normal }
tr.cart_total_price { font-weight: bold; border-bottom: 1px solid #F4EAD7;  }
#order tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order #voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em 0.7em 1.4em;
}
#order form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	float:left;
}
#order form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#DD2A81;
	font-weight:bold;
	cursor:pointer;
}
#order form#voucher h4,
 #order form#voucher p,
 #order form#voucher .button { display: inline }
#order form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em
}
#order #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em
}
#order #order_carrier h4 {
	width: 50%;
	display: inline
}
#order #order_carrier img { vertical-align: middle }
#order #order_carrier span { margin: 0 0.2em }
#order #gift_div { display: none }
#order #gift_div label, #order #gift_div textarea {
	display: block;
	width: 100%;
	margin: 1em 0
}

#order-opc tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order-opc tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order-opc #voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em
}
#order-opc form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	float:left;
}
#order-opc form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#DD2A81;
	font-weight:bold;
	cursor:pointer;
}
#order-opc form#voucher h4,
 #order-opc form#voucher p,
 #order-opc form#voucher .button { display: inline }
#order-opc form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em
}
#order-opc #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em
}
#order-opc #order_carrier h4 {
	width: 50%;
	display: inline
}
#order-opc #order_carrier img { vertical-align: middle }
#order-opc #order_carrier span { margin: 0 0.2em }
#order-opc #gift_div label, #order #gift_div textarea {
	display: block;
	width: 100%;
	margin: 1em 0
}

#guest-tracking p.center { width: 100%; text-align: center; }
#guest-tracking p.center input.exclusive_large { display: inline; }

/* views block */
#views_block {
	margin: 0 auto;
	width: 290px
}
#thumbs_list {
	overflow: hidden;
	float: left;
	width: 255px;
}

body#product #image-block #thumbs_list {
	display: none;
}

#thumbs_list ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px
}
#thumbs_list li {
	float: left;
	cursor: pointer;
	width: 80px;
	height: 80px;
	margin-right: 5px
}
#view_scroll_left, #view_scroll_right {
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 30px;
	padding-right: 4px;
	padding-left: 4px
}
#view_scroll_right { background-image: url('../img/thumbs_right.gif') }
span.view_scroll_spacer {
	float: left;
	width: 17px;
	height: 80px
}

/* manufacturers-list.tpl && suppliers-list.tpl */
#manufacturers_list, #suppliers_list {
	margin-top: 2em;
	list-style-type: none
}
#suppliers_list li, #manufacturers_list li {
	background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;
	border: solid 1px #d0d3d8;
	padding: 0.6em;
	margin-bottom: 1.5em;
}
#suppliers_list li a, #manufacturers_list li a {
	text-decoration: none;
	color: #374853
}
#suppliers_list li h3, #manufacturers_list li h3 { margin: 0.4em 0 }
#suppliers_list .left_side, #manufacturers_list .left_side {
	float: left;
	width: 75%
}
#suppliers_list .logo, #manufacturers_list .logo {
	border: solid 1px #d0d3d8;
	float: left;
	margin-right: 0.6em
}
#suppliers_list li p.description,
#manufacturers_list li p.description { font-size: 0.92em }
#suppliers_list li .right_side,
#manufacturers_list li .right_side {
	float: right;
	text-align: right
}
#suppliers_list .right_side span,
#manufacturers_list .right_side span {
	font-size: 1.7em;
	color: #da0f00
}
#suppliers_list li a.button,
#manufacturers_list li a.button { margin-top: 4em }



/* conditions & legal */
ul.shop_info {
	list-style-type: square!important;
	list-style-position: inside;
	padding: 0.6em;
	margin-top: 0.6em;
	margin-left: 2em;
	border: 1px solid #888
}
ul.shop_info li {
	padding-left: 0.5em!important;
	padding-bottom: 0.5em!important
}

/* conditions.tpl */
#conditions #right_column { display: none }
#conditions h2 { background: transparent url('../img/title_bg_large.gif') no-repeat top left }
#conditions #center_column {
	width: 730px;
	text-align: justify
}
#conditions #center_column ul,
 #conditions #center_column ol {
	margin-left: 2em;
	padding: 0.6em
}
#conditions #center_column ul { list-style-type: circle }
#conditions #center_column li { padding-bottom: 0.5em }
#conditions #center_column { line-height: 1.3em }

/* order step 3: PAYMENT */
.payment_module { display: block }
.payment_module img {
	vertical-align: middle;
	margin-right: 1em
}
.payment_module a {
	display: block;
	border: 1px solid #595a5e;
	padding: 0.6em;
	text-decoration: none
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	border: 1px solid #488c40;
	background-color: #e5e6e7;
	color: #374853
}

/* Printable version */
@media print {
	div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
		display: none
	}
	div#center_column { width: 100% }
	input.text { border: 1px solid gray }
	.block_hidden_only_for_screen {
		display: block;
		margin-top: 1em
	}
	#more_info_sheets #idTab1 { width: 530px }
	* {
		background: none!important;
		background-color: white!important;
	}
}

/* Customizable product */
#customization_block { width: 556px }
.customization_block_title { margin: 4px 4px 4px 2px }
#customization_block ul { margin: 6px 6px 0 6px }
.customization_block_input { vertical-align: inherit }
img.customization_delete_icon { margin: 2px }
li.customizationUploadLine {
	text-align: right;
	margin-right: 40px;
	clear: left;
	padding: 4px;
	display: block
}
div.customizationUploadBrowse { float: left }
div.customizationUploadBrowseDescription { padding: 6px }
img.customizationUploaded {
	margin: 2px;
	border: 1px solid #888888
}
ul.customizationUploaded {
	list-style-type: none;
	margin-left: 4px
}
ul.customizationUploaded li { display: inline }
ul.customizationUploaded a { text-decoration: none }
div.customizationUploaded { clear: left }
div.deletePictureUploaded { float: right }
div.deleteCustomizableProduct { float: right }
ul.typedText {
	padding-left: 6px;
	list-style-type: none
}
/* mywishlist */
#mywishlist div#block-order-detail form.wl_send fieldset p input { margin-left: 60px }
#mywishlist div#block-order-detail {
	margin-top: 10px;
	display: block
}
#mywishlist form.std fieldset label { width: 30px }
#mywishlist form.std fieldset input#submitWishlist { display: inline }
#mywishlist table.std thead th.mywishlist_first {
	text-align: center;
	width: 40px
	  background-repeat: no-repeat;
    border: 1px solid #F4EAD7;
    color: #C7AF7D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 41px;
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}
#mywishlist table.std thead th.mywishlist_second {
	text-align: center;
	width: 80px;
	  background-repeat: no-repeat;
    border: 1px solid #F4EAD7;
    color: #C7AF7D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold; vertical-align: middle; text-align:left;
}
#mywishlist table.std thead th.first_item,
#mywishlist table.std tbody tr td { width: 200px; background-color: #FBF8F2;
    background-repeat: no-repeat;
    border: 1px solid #F4EAD7;
    color: #C7AF7D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 41px;
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap; }
#mywishlist div#block-order-detail ul li span.wishlist_product_detail select { margin: 0 }
#mywishlist div#block-order-detail { margin-top: 10px }
#mywishlist #hideBoughtProducts,
#mywishlist #showBoughtProducts {
	float: left;
	margin: -18px 0 0 5px
}
#mywishlist #showBoughtProducts,
#mywishlist #hideBoughtProductsInfos,
#mywishlist #hideSendWishlist { display: none }
#mywishlist #showBoughtProductsInfos,
#mywishlist #hideBoughtProductsInfos { margin-left: 5px }
#mywishlist #showSendWishlist,
#mywishlist #hideSendWishlist,
#mywishlist div#block-order-detail ul li a.exclusive {
	float: right;
	margin: -18px 0 0 0
}
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th { text-align: center }
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item { width: 300px }
#mywishlist div#block-order-detail table.wlp_bought_infos { margin: 0 0 0 10px }
#mywishlist div#block-order-detail ul li img { float: left }

/* View wishlish */
#view_wishlist #featured-products_block_center ul div li a img { float: left }
#view_wishlist #featured-products_block_center ul div li a,
 #view_wishlist #featured-products_block_center ul div li span {
	text-decoration: none;
	float: left
}
#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail,
 div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-left: 30px;
	float: left
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail { margin-bottom: 5px }
#view_wishlist #featured-products_block_center ul div li a.exclusive,
 #view_wishlist #featured-products_block_center ul div li span.exclusive {
	margin-left: 55px
}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	border: 0
}


.account_input {
     border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px #DDDDDD inset;
    color: #999999;
    height: 40px;
   /* margin-top: 18px;*/
    padding-left: 15px;
    width: 320px !important;
}
.lost_password {left: 65px;
    position: relative;
    top: 6px;}
/* module reversoform*/
.account_creation #reverso-form { width: 100% }
.account_creation #reverso-form label {
	width: 250px;
	text-align: left;
	margin-left: 10px
}
.account_creation #reverso-form label#legend_reverso {
	clear: both;
	width: 100%;
	font-size: 10px;
	text-align: left
}
.account_creation #reverso-form input#reverso_form { margin-top: 20px }

/* module productcomments */
.rating {
	cursor: pointer;
	margin: 2em;
	clear: both;
	display: block
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px }
.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0 }
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0
}
div.star_on a { background-position: 0 -16px }
div.star_hover a, div.star a:hover { background-position: 0 -32px }
.pack_content { margin: 10px 0 10px 0 }
.pack_price {
	float: right;
	margin-right: 3px;
	font-size: 12px
}
.confirmation {
	color: #808000;
	font-weight: bold
}
#page .rte { background: transparent none repeat scroll 0 0 }

#page #blog_block { display: block; height:516px;}
#page #blog_block .sponsor { background: url('../img/img_queen.jpg') no-repeat 1px 1px; height:516px; width:215px; margin-top: 40px;}
/* module paypalapi */
.paypalapi_about { text-align: justify }
.paypalapi_about ul { padding-left: 20px }

/* cms pages */
#cms div.content_only {
	text-align: left;
	padding: 10px
}
.live_edit_feed_back_ok {
	color: #374853;
	background-color: #DFFAD3;
	padding: 4px;
	border: 2px solid #72CB67
}
.live_edit_feed_back_ko {
	color: #374853;
	background-color: #FAE2E3;
	padding: 4px;
	border: 2px solid #EC9B9B
}
.add_module_live_edit {
	background-color: #F1F2F4;
	padding: 4px;
	border: 2px solid #D0D3D8;
}

.page404_input { float: left; }

#order #discount_name { height: 25px;
    width: 130px;  border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px #DDDDDD inset;
    color: #999999; }

#carrierTable { display:none;}

/*
	Home Page STyles
*/

.home_title {font-family: 'kokilaitalic'; font-size:25px; color:#4b4d53; font-style:normal;}

#content_holder{ width:1182px; position:relative; margin:0 auto;}

#content_bottles{ width:1190px; height:634px; float:left; text-align:center;}

#bottle_lormarins{ background: url("../img/img_home_lormarins.png") no-repeat center -565px;}
#bottle_cape{ background: url('../img/img_home_cape.png') no-repeat center -565px;}
#bottle_anthon{ background: url('../img/img_home_anthon.png') no-repeat center -565px;}
#bottle_terra{ background: url('../img/img_home_terra.png') no-repeat center -565px;}
#bottle_protea{ background: url('../img/img_home_protea.png') no-repeat center -565px;}
#bottle_sagnac{ background: url('../img/img_home_sagnac.png') no-repeat center -565px;}
#bottle_eau{ background: url('../img/img_home_eau.png') no-repeat center -565px;}

.home_bottle { width:169px; height:539px; float:left; }

#bottle_test { height:73px;}

#bottle_text2 {display:none; position:absolute; text-align:center; top:539px; width:169px;}
#bottle_text {position:absolute; font-size:12px; margin: 0 auto;  padding-left: 0px; width:169px; top:539px; color:#a7a297; font-style:italic;}

#arrow_line { width:1180px; height:14px; background:url("../img/img_line_bg.gif") repeat-x; position:absolute; top:605px;}
#brand_content #arrow_line { width:1180px; height:14px; background:url("../img/img_line_bg.gif") repeat-x; position:absolute; top:365px; margin-left: 12px;}


#home_newsletter { width:293px; height:242px; background:url("../img/join_our_wine_club.jpg") no-repeat;float:left; margin-right:10px; position:relative;background-size: cover;}
#home_in_respect { width:293px; height:242px; background:url("../img/home_in_respect.jpg") no-repeat;float:left; margin-right:10px; position:relative;}
a:hover #home_newsletter { background-position: bottom;}


#home_slider { height:238px; top:650px; float:left; width:572px;
	margin: 0 8px 0 0 !important;
	z-index:0;
	border:1px solid #dad6d0;
	padding:1px; margin-right:10px;}

/* #home_choose {width: 294px; height:242px; background:url("../img/home_shop_button.jpg") no-repeat; top:650px; float:left;} */
#home_choose {width: 294px; height:242px; background:url("../img/img_golf_cta.jpg") no-repeat; top:650px; float:left;}
a:hover #home_choose { background-position:  0px -242px ;}

.home_newsletter { position:absolute; top:187px; height:32px; left:12px;}

.home_form {
background:#fff;
color:#cccccc;
height:28px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #cccccc;
padding-left: 10px;
}

.footer_form {
	background:url(../../../img/img_footer_form.jpg) repeat-x;
color:#fff;
height:32px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: none;
top:24px;
padding-left:10px;
}

a.my_p2p-footer {
    background: url("../../../img/p2p-footer.png") no-repeat scroll center top transparent;
    display: block;
    font-size: 0;
    height: 23px;
    overflow: hidden;
    width: 32px;
}

a.my_p2p-footer:hover {
    background: url("../../../img/p2p-footer.png") no-repeat scroll center bottom transparent;}
.footer_info p {float:left;}



#example {
	width:572px;
	height:242px;
	position:relative;
}



/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:572px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:570px;
	height:270px;
	display:block;
}


/*
	Next/prev buttons
*/

.prev { background:url('../img/arrow-prev.png') no-repeat; height:44px; width:30px; position:absolute;}

.prev:hover { background:url('../img/arrow-prev-hover.png') no-repeat; height:44px; width:30px; position:absolute;}

.next { background:url('../img/arrow-next.png') no-repeat; height:44px; width:30px; position:absolute;}

.next:hover { background:url('../img/arrow-next-hover.png') no-repeat; height:44px; width:30px; position:absolute;}

#slides .next,#slides .prev {
	top:107px;
	left:-2px;
	display:block;
	z-index:101;
}

#slides .next {
	left:544px;
}

/*
	Pagination
*/

.pagination {display:none;}
/*
	Caption
*/

.caption, .caption_longer {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:53px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:572px;
	line-height:1.33;
	color:#fff;
	text-shadow:none;
	top:180px;
}

.caption p{
  bottom: -35px;
    font-family: arial;
    font-size: 14px;
    font-style: italic;
    font-weight: lighter !important;
    height: 53px;
    left: 18px;
    position: absolute;
    top: 23px;
}

.caption_longer p {
  bottom: -35px;
    font-family: arial;
    font-size: 14px;
    font-style: italic;
    font-weight: lighter !important;
    height: 53px;
    left: 18px;
    position: absolute;
    top: 11px;
}

.caption a p, .caption a p:visited{  
color: #ECD9B1 !important;
    font-size: 20px;
    left: 520px;
    position: absolute;  
    text-align: right;
    text-decoration: underline !important;
    }

.caption a p:hover{ color:#dddddd !important;}

/* Filter products block */
.filter_main {
	background: url("../img/category_arrow.jpg") no-repeat scroll 195px 14px transparent;
    border-top: 1px solid #C7AF7D;
    color: #C7AF7D;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 0.9em;
    font-style: normal;
    margin: 0;
    padding: 10px 0;
}

.filter_sub {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #999999;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    font-style: normal;
    margin: -10px 0 8px 3px;
    padding: 10px 0 5px;

	}

.filter_sub input { margin-right: 10px;}



@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:portrait) {

 #columns { margin: 100px 60px; position: relative; width: 1220px !important; }
 #footer {width: 1280px !important; }

 #wine_range #columns, #farms #columns, #wine_club #columns { margin: 100px 60px; position: relative; width: 1280px !important; }
 #wine_range #footer, #farms #footer, #wine_club #footer {width: 1280px !important; }


 #index #columns { margin: 100px 12px; position: relative; width: 1254px !important; }
 #index #footer {width: 1280px !important;  position: relative; }

 #index #columns { margin: 100px 12px; position: relative; width: 1254px !important; }
 #index #footer {width: 1280px !important;  position: relative; }


 #contact_middle { left: -20px;}
	#contact_middle img { width: 40px !important;}

	#right_column {overflow: visible; float: right; position: absolute;}
 #footer_p2p { position: relative; top: 3px; left: -10px;}

 .regular-checkbox + label { display: none;}
 .regular-checkbox { display: inline-block !important;
    float: none !important;
    height: 15px !important;
    width: 15px !important;}

	.check_club {float: left !important; display: inline-block !important;}
}

@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:landscape) {
	#columns { margin: 100px 0; position: relative; width: 1249px !important; }
	#footer { width: 1249px !important; }

	#content_holder_farms, #farm_title .brand_title { margin-left: 10px;  width: 1249px !important;}

	#brand_content { width: 1204px !important;  }
	#brand_content_bottles {position: relative; width: 1204px !important; }

	#left_column, #contact_left { margin-right: 40px; margin-left: 40px; }



	#right_column {overflow: visible; float: right; position: absolute;}

	#contact_middle { left: -20px;}
	#contact_middle img { width: 40px !important;}

	#index #columns { margin: 100px 12px; position: relative; width: 1232px !important; }
	#index #footer {width: 1249px !important;  position: relative; }


	#footer_p2p { position: relative; top: 3px; left: -10px;}

	 .regular-checkbox + label { display: none;}
 .regular-checkbox { display: inline-block !important;
    float: none !important;
    height: 15px !important;
    width: 15px !important;}

	.check_club {float: left !important; display: inline-block !important;}
}




#wine_range_list {width: 100%; float: left;}
.ajax_block_wine_range {width: 20%; float: left;}

#gallery-wrap{margin: 0  10px 0 0; overflow: hidden; width: 732px; position: relative;}
#gallery{position: relative; left: 0; top: 0;}
#gallery li{float: left; margin: 0 20px 15px 0; list-style: none;}

#gallery li a img{margin-left: -42px;
    width: 170px;}

#gallery-controls{margin: 0 auto; width: 732px;}
#gallery-prev{float: left;}
#gallery-next{float: right;}


/* ---- wine range ----  */
body#wine_range #columns, body#wine_range #center_column, body#farms #columns, body#farms #center_column, body#farms_listing #columns, body#farms_listing #center_column, #tasting_room_rupert #columns, #tasting_room_rupert #center_column, #tasting_room_terra_del_capo #columns, #tasting_room_terra_del_capo #center_column, #tasting_room_rupert_success #columns, #tasting_room_rupert_success #center_column, #tasting_room_terra_del_capo_success #columns, #tasting_room_terra_del_capo_success #center_column { width: 100%; margin:-10px auto;}

#brand_content .news_title h2 { font-size: 23px;}
#brand_content .news_summary {line-height: 18px; margin: 5px 0; }
#brand_content .news_date h3 {font-size: 20px; margin: 10px 0;}

#brand_content_bottles .center_block { width: 100%;}
#brand_content_bottles .center_block img{ width: 120%;}
#brand_content_bottles #gallery-wrap{width: 1100px;  margin: 180px 0 0 59px; text-align: center;}
#brand_content_bottles #gallery { margin:  auto;}

#brand_content_bottles #gallery li a img{margin:0 0 15px -8px;}
#brand_content_bottles .brand_bottle_wrapper { width: 100px;}
#brand_content_bottles.goodhope .brand_bottle_wrapper { width: 88px;}
#brand_content_bottles.goodhope .center_block img { width: 80%;}
.goodhope #gallery li { margin: 0 17px 15px 0; }

#brand_content_bottles .list_title {min-height: 55px;}
#brand_content_bottles h3 { font-size: 18px; color: #44454B; line-height: 18px; }

#brand_content_bottles  a.button { background: url("../img/red_img_button_bg.gif") repeat-x scroll 0 0 transparent; border: 1px solid #a22d47 !important; color: #ECD9B1; white-space: nowrap; }
#brand_content_bottles  a.button:hover { background: url("../img/red_img_button_bg.gif") repeat-x scroll 0 0 transparent; border: 1px solid #a22d47 !important; color: #ede7dc;  white-space: nowrap;  }


#content_holder_brands { width:100%; position:relative; margin:0 auto; max-width:100%; float:none; visibility: hidden;}
.rupert_masthead { background: url('../img/brand_rupert_masthead.jpg') no-repeat top center;}
.goodhope_masthead  { background: url('../img/brand_goodhope_masthead.jpg') no-repeat top center;}
.lormarins_masthead  { background: url('../img/brand_lormarins_masthead.jpg') no-repeat top center;}
.delcapo_masthead  { background: url('../img/brand_delcapo_masthead.jpg') no-repeat top center;}

.cock_masthead  { background: url('../img/img_cocktail_header.jpg') no-repeat top center; height:268px; margin-top:55px; margin-bottom:44px;}

.sagnac_masthead {
    background: url('../img/brand_sagnac_masthead.jpg') no-repeat top center;
    background-size: cover;
    height: 592px;
    /* overflow: hidden; */
}
.eau_masthead { background: url('../img/litchi_goodhope_masthead.jpg') no-repeat 50% bottom;    height: 592px;    /* overflow: hidden;background-size: cover; */  }

.protea_masthead  { background: url('../img/brand_protea_masthead.jpg') repeat-x top center; position:relative; height:595px; margin-top:50px;}
.protea_masthead #img_title { position:absolute; bottom:0;}
.protea .button_top_wrapper_winerange { top: 32px; }
.protea #brand_content { margin: -23px auto 0; }
.protea_flower  { background: url('../img/img_protea.png') no-repeat top left; position:absolute; height:534px; left:0; bottom:0; width:542px;}
.protea_btls { background: url('../img/img_protea_btls.png') no-repeat top left; position:absolute; height:534px; right:0; bottom:3px; width:659px; height:491px; z-index:9;}


.protea #brand_content_1,.protea #brand_content_2,.protea #brand_content_3 {
    border: 1px solid #dbd7d1;
    cursor: pointer;
    float: left;
    height: 208px;
    margin-left: 26px;
    margin-top: 94px;
    padding: 1px;
    position: relative;
    width: 257px;
}

.protea .hover-title {
    bottom: 0;
    left: 0;
    padding: 1px;
    position: absolute;
    width: 255px;
    z-index: 2;
}

.protea .brand_title span {background: url('../img/img_protea_h1.png') no-repeat top left; height:72px; width:230px; position:absolute; left:15px; top:-13px;}
.protea #brand_content_blog { background:none; margin-top:63px;}
.tasting_room_rupert_masthead { background: url('../img/tasting_room_rupert_masthead.jpg') no-repeat top center; height: 390px; width: 100%;}
.tasting_room_terra_masthead { background: url('../img/tasting_room_terra_masthead.jpg') no-repeat top center; height: 390px; width: 100%;}

#img_title { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-family: 'goudytrajanregular';
    font-size: 64px;
    height: 210px;
    margin: 0 auto;
    padding-bottom: 40px;
    position: inherit;
    text-align: left;
    text-transform: uppercase;
    top: 342px;
    width: 1920px;
    -moz-box-shadow: 0px 10px 10px #cccccc;
    -webkit-box-shadow: 0px 10px 10px #cccccc;
    box-shadow: 0px 10px 10px #cccccc;
}
.cocktail #title {
    color: #4b4d53;
    font-family: 'goudytrajanregular';
    font-size: 57px;
    text-transform: uppercase;
}
.cocktail #title p { font-size:13px; color:#818077;font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 21px; text-transform:none; }

.cocktail #title .frist_cap { font-size:60px; }
.text_block { width:47%; float:left; clear:left;}
.text_block.right {clear:right; float:right;}
.content_1 { width:33%; display:inline-block; vertical-align:top; }
.cocktail a.button {
    background: url("../img/red_img_button_bg.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #a22d47 !important;
    color: #ECD9B1;
    white-space: nowrap; text-transform:none;
}
.cocktail_content { width: 1182px; margin:0 auto;}
.cocktail_content.border {border-bottom:1px solid #f4efe4; margin-top:30px; margin-bottom:30px; padding-bottom:30px; padding-top:30px;}
.ingredients { width:259px; background-color:#fbf8f2; border:1px solid #f5ebda; margin-top:20px; padding:25px; line-height:35px; float:right;}
.ingredients h2 { font-size:24px; color:#c2a369;}
#img_title .frist_cap { font-size:72px; }
#img_title .brand_title { margin: 0 auto;
    position: relative;
    top: 40px;
    width: 1140px; }

/* ---- body#wine_club #img_title .brand_title, body#wine_range #img_title .brand_title { margin: 0 0 0 115px; }	 ----  */

body#wine_club #img_title, body#wine_range #img_title { width: 100% !important;   max-width: 1920px;}











#visit_heading {
    color: #4b4d53;
    font-family: 'goudytrajanregular';
    font-size: 50px;
    margin: 0 auto;
    padding-bottom: 40px;
    position: inherit;
    text-align: center;
    text-transform: uppercase;
    top: 390px;
    width: 100% !important;
    max-width: 1920px;
}


#visit_heading .frist_cap { font-size:52px; }
#visit_heading .brand_title { margin: 0 auto;
    position: relative;
    top: 40px;
    width: 1140px; }













#range_listing, #farms_listing { position: relative; z-index:0; min-height: 600px;}

#farms_listing #columns { display: block;}

#img_title p { font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 26px;
    position: relative;
    text-transform: none;
    top: 12px; }
#img_title .brand_logo { width:70px; height:77px; float:left; }


#brand_content {height: 971px;
    margin: 290px auto 0;
    position: relative;
    width: 1182px; }
#brand_content_blog {background: url("../img/brand_content_blog_bg.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    height: 209px;
    margin-left: 30px;
    margin-top: 94px;
    padding: 15px 11px 0 0;
    position: relative;
    width: 271px; }

#brand_content_1, #brand_content_2, #brand_content_3 {border: 1px solid #DBD7D1;
    cursor: pointer;
    float: left;
    height: 209px;
    margin-left: 26px;
    margin-top: 94px;
    padding: 1px;
    position: relative;
	width: 258px; }
	
.brand_bottle_wrapper .list_title h3.vintage { display:none; }

#brand_content_1.sagnac,#brand_content_2.sagnac,#brand_content_3.sagnac { width:255px; height:205px;}



#brand_content_bottles { height:600px; position: relative; float:right; width:100%; margin-top:70px; }
.rupert {background:url(../img/img_brand_bottle_borders_rupert.jpg) no-repeat top center;}
.goodhope {background:url(../img/img_brand_bottle_borders_goodhope.jpg) no-repeat top center;}
.lormarins {background:url(../img/img_brand_bottle_borders_lormarins.jpg) no-repeat top center;}
.delcapo {background:url(../img/img_brand_bottle_borders_delcapo.jpg) no-repeat top center;}
.protea {background:url(../img/img_brand_bottle_borders_protea.jpg) no-repeat 8px top ;}

.sagnac {background:url(../img/img_brand_bottle_borders_sagnac.jpg) no-repeat 8px top ;}
.eau {background:url(../img/img_brand_bottle_borders_eau.jpg) no-repeat 8px top ;}



.button_top_wrapper_winerange {background: url("../img/top_button_wrapper_bg.jpg") no-repeat scroll center bottom transparent;
    height: 135px;
    position: relative;
    top: 370px;
    width: 100%;}
.top_button_container_winerange {margin: 0 auto; width: 1200px; padding-top:15px; }
.topmenu_active, .topmenu_hover{ background-position-y: bottom !important;}

#top_menu_rupert_winerange { background: url("../img/img_brand_logo.jpg") no-repeat; height: 61px; width: 176px;  }
#top_menu_lormarins_winerange { background: url("../img/img_brand_logo.jpg") no-repeat;  height: 61px; width: 183px;    background-position: -176px 0px; }
#top_menu_goodhope_winerange { background: url("../img/img_brand_logo.jpg") no-repeat;  height: 61px;width: 191px;     background-position: -355px 0px;}
#top_menu_delcapo_winerange { background: url("../img/img_brand_logo.jpg") no-repeat;  height: 61px; width: 173px;     background-position: -550px 0px; }
#top_menu_protea_winerange { background: url("../img/img_brand_logo.jpg") no-repeat;  height: 61px; width: 165px;       background-position: -716px 0px; }
#top_menu_sagnac_winerange { background: url("../img/img_brand_logo.jpg") no-repeat;  height: 61px; width: 151px;    background-position: -885px 0px;}
#top_menu_eau_winerange { background: url("../img/img_brand_logo.jpg") no-repeat;  height: 61px; width: 159px;  background-position: -1047px 0px;}

#top_menu_rupert_winerange, #top_menu_lormarins_winerange, #top_menu_goodhope_winerange, #top_menu_delcapo_winerange,#top_menu_eau_winerange,#top_menu_sagnac_winerange,#top_menu_protea_winerange { /* margin-right: 47px; */cursor: pointer; float:left;}

.brand_button_hover{ display: none;  }aa
.brand_button_hover button { margin:0px;}
.brand_button_overlay {position: relative; text-align: center; top: -200px;}
.brand_button_overlay_stud {position: relative; text-align: center; top: -196px;}
.brand_button_overlay h2 { font-size: 24px; line-height: 30px; margin: 35px 0 5px 0;}
.brand_button_overlay p { line-height: 17px; margin-bottom: 20px; padding:0px 5px 0px 5px;}
.hover-title, .hover-title p, .hover-title a, .submit {}
.hover-title { bottom: 0;
    left: 0;
    padding: 1px;
    position: absolute;
    width: 258px;
    z-index: 2; }
.hover-title p { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7); color: #ebd3a3; display: block; font-size: 18px; line-height: 40%; margin: 0; width: inherit; z-index:2; }
.hover-title p span { display: block;
    height: 45px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: inherit;}
.hover-title a {color: #EBD3A3;
    display: block;
    font-family: 'kokilaitalic';
    font-size: 24px;
    height: 30px;
    position: relative;
    text-decoration: none;
    top: 21px;}

.hover-title a:hover { color:#4b4d5d;}
.arrow_hover {
    margin: 0 auto;
    width: 152px;
    margin-top: 14px;
    height: 13px;
    display: none;
    background: url(../img/img_bar_hover.jpg) no-repeat;
}
#brand_content_footer { width:100%; height:252px; background:#f6f3ed; position:relative;z-index:1;  float:left;  font-family: 'kokilaitalic'; color: #f5f2ec; font-size:28px; text-decoration:none; text-align:center; background:url(../img/brand_footer_bg.gif) repeat-x;-webkit-box-shadow: inset 0px 9px 18px -9px rgba(92,78,92,0.35);
-moz-box-shadow: inset 0px 9px 18px -9px rgba(92,78,92,0.35);
box-shadow: inset 0px 9px 18px -9px rgba(92,78,92,0.35);}

#brand_content_footer p { margin-top:172px; font-size: 20px;}

#brand_content_footer_holder { width:1164px;  margin: 0 auto; /*width:100%;*/}

#arrow_active {
    background: url(../img/img_brand_active.png) no-repeat;
    width: 41px;
    height: 25px;
    margin: 0 auto;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -20px;
}

#brand_bottle1,#brand_bottle2,#brand_bottle3,#brand_bottle4,#brand_bottle5,#brand_bottle6,#brand_bottle7{ position:relative;  height: 252px; float:left; color: #44454b; cursor: pointer;/* display:inline-block;*/}

#brand_bottle1 {
    background: url(../img/img_brands_hover.png) no-repeat;
    background-position: 0px 0px;
    width: 161px;
}


.brand_bg {/* background-position:0px -281px !important; color:#7b3342 !important;*/}

#brand_bottle2 { background:url(../img/img_brands_hover.png) no-repeat; background-position: -161px 0px;width: 168px;}


#brand_bottle3 { background:url(../img/img_brands_hover.png) no-repeat;background-position: -329px 0px; width: 173px;}


#brand_bottle4 { background:url(../img/img_brands_hover.png) no-repeat;background-position: -501px 0px; width: 167px; }


#brand_bottle5 { background:url(../img/img_brands_hover.png) no-repeat;background-position: -668px 0px; width: 168px;}


#brand_bottle6 {background:url(../img/img_brands_hover.png) no-repeat;background-position: -836px 0px; width: 169px;}


#brand_bottle7 { background:url(../img/img_brands_hover.png) no-repeat;background-position: -1015px 0px; width: 158px;}



/* ----------------------- Farms -------------------- */


#farm_content_footer { width:100%; height:252px; background:#f6f3ed; position:relative;z-index:1;  float:left;  font-family: 'kokilaitalic'; color: #f5f2ec; font-size:28px; text-decoration:none; text-align:center; background:url(../img/brand_footer_bg.gif) repeat-x;}

#farm_content_footer p { margin-top:183px; font-size: 28px;}

#farm_content_footer_holder { width:1184px; margin: 0 auto;}

#farm_content_footer #arrow_active {margin-left:125px;}

#farm_button1,#farm_button2,#farm_button3,#farm_button4,#farm_button5{ width: 294px; height: 251px; float:left; color: #44454b; cursor: pointer;}

#farm_button1 { background:url(../img/img_farm1.jpg) no-repeat; }
#farm_button1:hover { background:url(../img/img_farm1.jpg) no-repeat 0  bottom; }

.farm_bg { background-position:0px bottom !important; color:#7b3342 !important;}

#farm_button2 { background:url(../img/img_farm2.jpg) no-repeat; }
#farm_button2:hover { background:url(../img/img_farm2.jpg) no-repeat 0 bottom;}

#farm_button3 { background:url(../img/img_farm3.jpg) no-repeat;}
#farm_button3:hover { background:url(../img/img_farm3.jpg) no-repeat 0  bottom; }

#farm_button4 { background:url(../img/img_farm4.jpg) no-repeat; }
#farm_button4:hover { background:url(../img/img_farm4.jpg) no-repeat 0  bottom;}


#galleria{ height:100%; display: inline;    -moz-box-shadow: 0px 10px 10px #cccccc; position:relative;
    -webkit-box-shadow: 0px 10px 10px #cccccc;
    box-shadow: 0px 10px 10px #cccccc;}

/* My Account Page */
#myaccount_holder { width:843px; height:625px; border-top:1px solid #efe7d8;}
#login_holder { width:843px; height:100%; border-top:1px solid #efe7d8;    padding-top: 20px; margin-top: 4px;}
#customer_info, #history_acc, #credit_system, #covet {height:325px; background-color: #FBF8F2; border: 1px solid #F4EAD7; margin-bottom: 40px; width: 401px;}




#customer_info, #credit_system { float:left;}
#history_acc, #covet { float:right;}
#welcome_text { height:72px; margin-top:20px;}


.account_heading { width:292px; margin:0 auto; position:inherit; margin-top:34px;}


#myaccount_holder a{background: url("../img/inline_arrow.png") no-repeat scroll 0 13px transparent; color: #C7AF7D; display: inline-block; padding: 10px 0 0 13px; text-decoration: underline !important;}

#myaccount_holder a:hover {color: #595A5E; background: url("../img/inline_arrow_hover.png") no-repeat scroll 0 13px transparent;}

#myaccount_holder ul li { border-bottom:1px solid #efe7d8; width:321px;}

#my-account #myaccount_holder li { list-style: none outside none; margin: 0 3.5em !important; padding-bottom: 20px; padding-top:4px; }

#my-account #myaccount_holder ul { margin: 1em 0px !important; }

#order_confirm {  background-color: #FBF8F2; border: 1px solid #F4EAD7; height:92px; width:836px;}

#thanks_order { background-color: #FBF8F2; border: 1px solid #F4EAD7; height:305px; width:836px;}

#check_order_steps_heading { background-color: #ffffff; border-bottom: 1px solid #F4EAD7; height:45px; width:845px; margin-top: 45px; }
#check_order_steps_heading h7 {  padding-left: 10px; }
#check_order_steps { background-color: #ffffff; height: 155px; width:845px;}

ul.step { background: url("/../img/img_order_steps.gif") no-repeat scroll left bottom transparent; height: 125px; list-style: none outside none; margin: 0; padding-left: 0px; width: 845px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#818077; font-weight:normal; }

ul.step li { float: left; height: 25px; text-align: left; margin-left: 13px; margin-right: -23px; text-align: left; width: 184px; margin-top: 90px; background:none; }

ul.step li#step_end { margin-left: 43px; width: 80px; background:none; }
ul.step li#confirm_li { margin-left:31px; }

a:hover { color:#bcac8b;}
ul.step li.step_current { background-image:none; color:#818077; font-weight:bold; }

#thanks_order_content{ width:776px; height:199px; margin:0 auto; margin-top:25px;}

#thanks_line{ width:776px; height:199px; margin:0 auto;  border-top: 1px solid #F4EAD7; margin-top:25px; padding-top:29px;}

.wlp_bought { margin-top:30px; background-color: #FBF8F2; border-right: 1px solid #F4EAD7;border-left: 1px solid #F4EAD7;}

#wishlist_view {background-color: #FFFFFF;
    border-top: 1px solid #F4EAD7;

    padding-bottom: 15px;
    padding-top: 20px;
    text-align: center;}

.vineyards_info tr { border-bottom: 1px solid #eeeeee; }

 #wishlist_view h3 { padding-left:10px; padding-top:10px;}





/* Contact page */

#contact_4 {width: 264px; height:242px; background:url("../img/contact_shop_button.jpg") no-repeat; top:650px; float:left; }
#contact_4.afr { background:url("../img/contact_shop_button_AFR.jpg") no-repeat; top:650px; float:left; }
a:hover #contact_4 { background-position:  0px -242px ;}

#contact #center_column { width:100%;}
#contact_holder { position: relative; margin:20px auto 0;line-height:18px; }
#contact_heading { border-bottom: 1px solid #efe7d8; width:234px;}
#contact_left { position: relative; float:left; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#818077;  }
.contact_color {color:#64645a;}
#contact_2 { background-color: #FBF8F2;
    border: 1px solid #F4EAD7;
    height: auto;
    padding-bottom: 30px;
    margin-top: 36px;
    width: 257px;}
#contact_2 p { margin-left:27px; margin-top:27px;}

#contact_3 { width:266px; height:330px; background:url(../img/img_contact_club.jpg) no-repeat top center;}
#contact_3.afr {background:url(../img/img_contact_club2_AFR.jpg) no-repeat top center; height:316px;}



#contact_newsletter { width:266px; height:242px; background:url("../img/img_home_newsletter.jpg") no-repeat;float:left; margin-right:10px; position:relative; margin-top:316px;}
#contact_middle {position: relative; float:left; height:100%;}
#contact_right { height:100%; width:834px; position: relative; float:left;}
#contact_heading2 { border-bottom: 1px solid #efe7d8; width:834px;}
#contact_5 { width:503px; font-family:Arial, Helvetica, sans-serif; font-size:13px; margin-top: 20px; float:left;}

#contact_6 { width:401px; font-family:Arial, Helvetica, sans-serif; font-size:13px; margin-top: 30px; float:left;}
#contact .button {margin-left: 0px;}
#contact_pic { float:right; margin-top:20px;}
#contact_map { float:right; margin-top:20px;}
#contact_map_embed { float:right; margin-top:30px;}

#contact_dist { height:100%; width:834px; position: relative; float:left; margin-top:50px;}
#distrub_list { float:right; margin-top:-41px; }

#distrub_list ul { list-style:none;}
#distrub_list ul li { list-style:none; padding-left:40px;float:left;  }

#distrub_list .contact_button_2,
#distrub_list .contact_button_3,
#distrub_list .contact_button_4 { background:url(../img/img_contact_div.gif) no-repeat 12px center; }
#distrub_list .contact_button_1,
#distrub_list .contact_button_2, #distrub_list .contact_button_3, #distrub_list .contact_button_4 { cursor: pointer;}

.active, .hover  { color: #C7AF7D !important;}


#distrub_list ul li#africa { list-style:none; padding-left:40px;  background: none;}
/*#country1, #country4 { width:294px}
#country2, #country5 { width:306px;}
#country1, #country2, #country4, #country5 { float:left;}*/
#distrub_loader {font-family:Arial, Helvetica, sans-serif; font-size:13px;min-height: 50px;}
/*#divider_line { height:1px; border-bottom:1px solid #efe7d8; width:843px; margin-top:9%; margin-bottom:22px;}*/

input:focus, textarea:focus {
    border: 1px solid #c7af7d;
    box-shadow: 0 0 1px #c7af7d, 0 1px 0 #c7af7d inset;
    outline: medium none;
}

#account-creation_form input.text#vat_num {width: 309px !important;}
form.std h4, form.std p { padding:0px; clear: both; }
form.std h4, form.std p{padding: 0.3em 1em; clear: both; padding-left: 0px; }
#customer_firstname, #customer_lastname, #firstname, #lastname { background:url(../img/img_icon_user.gif) no-repeat 8px 2px #ffffff;}

/*#email{ background:url(../img/img_icon_email.gif) no-repeat 8px 2px #ffffff;}*/
 #email_create { padding-left: 30px; /* background:url(../img/img_icon_email.gif) no-repeat 8px 4px #ffffff;*/}
#passwd, #passwd_confirm, #passwd_new, .password_input  {/* background:url(../img/img_icon_lock.gif) no-repeat 8px 2px #ffffff;*/}
#address1, #address2, #alias { background:url(../img/img_icon_address.gif) no-repeat 8px 2px #ffffff;}
#phone { background:url(../img/img_icon_phone.gif) no-repeat 8px 2px #ffffff;}
#phone_mobile { background:url(../img/img_icon_phone.gif) no-repeat 8px 2px #ffffff;}
#phone_mobile
#account-creation_form input, #customer_firstname, #customer_lastname, #firstname, #lastname, #email, #passwd, #passwd_confirm, #address1, #address2, #phone, #phone_mobile, input.text { padding-left: 28px !important; }

.wlp_bought ul { float:left; list-style:none;}
ul .address item { float:left;}
#wish_stack {float:left;}
#wish_stack ul li img {margin-bottom:30px;}


#view_wishlist span.wishlist_product_detail,
 div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-left: 37px;
	float: left
}

body#heritage #left_column { display:none;}


.id_info input { width:250px; }
input #old_passwd { width:270px;}


/* 404 page */

#my404_2 h2, #my404_3 h2, #my404_4 h2, #my404_5 h2, #my404_6 h2, #my404_1 h2 { border-bottom: 1px solid #F4EAD7;}
#my404_2, #my404_3, #my404_4, #my404_5, #my404_6, #my404_1 { width:261px;  background-color: #FFFFFF;  height: 45px; margin-top:45px;  float:left; margin-right:15px;}
#my404_2, #my404_3, #my404_1 { height: 180px;}
#my404_4, #my404_5, #my404_6 { height:255px;} e
#check_order_steps_heading1 { background-color: #ffffff; border-bottom: 1px solid #F4EAD7; width:845px; margin-top:0px; }
#contact_404 { width:832; height:92px; float:left;}
.page-404 #center_column { left: 19%; margin: 0 auto; overflow: hidden; position: relative; width: 860px; }
.page-register #center_column { left: 19%; margin: 0 auto; overflow: hidden; position: relative; width: 843px; }



/* ---- forgot your password ----  */
body#password #center_column { width: 100%;}
body#password #check_order_steps_heading {width: 100%; }
body#password form.std p { clear: none; float: left; padding: 0 !important;}
body#password form.std p.submit { clear: none; padding: 0 !important; float: left; }
body#password form.std fieldset { padding: 20px 0 0 0;}

.forgot_password_wrapper { width: 300px; margin: 0 auto;}

.emptyField { border: 2px solid red; }

/* Registration Page */
.check_club { font-size: 13px; margin-left: 10px; position: absolute; width: 400px; }
.check_mr { font-size: 13px; margin:0px 10px;}
/* Registration Page */
.date_of_birth_identity { top: 7px; position: relative;}
.mystyled-select select { background: transparent; width: 93px; -webkit-appearance: none; border:0;  }

.mystyled-select { width: 68px; overflow: hidden; background: url(../img/img_drop_arrow.gif) no-repeat right #fff; float:left; margin-right:10px; border: 1px solid #BDC2C9; border-radius: 4px 4px 4px 4px; box-shadow: 0 1px 1px #DDDDDD inset;}



#identity .mystyled-select {margin:0 0 0 10px;  }

#address .mystyled-select{margin-left: 9px;
    width: 329px;}

.mystyled-select.month select { width:132px;}
.mystyled-select.month { width:106px;}

.mystyled-select.country select { width:362px;}
.mystyled-select.country { width:340px; margin-left:7px;}

.mystyled-select.state select { width:362px;}
.mystyled-select.state { width:340px; margin-left:7px; height:28px;}

.my_dob { float:left; margin-right:10px;}

#account-creation_form  td, th { padding-bottom:15px; }
#order #account-creation_form  td, th { padding-bottom:0px; }
#authentication #account-creation_form .text { margin-bottom:0;}

.eagle { background-color:#F00;}

/* Shipping Costs */

#shipping_list { float: right;}
#shipping_list h2 { font-size:25px;}
#shipping_list ul { list-style: none outside none; }

#shipping_list ul li { list-style:none; padding-left:33px;float:left; }

#shipping_loader { font-family: Arial,Helvetica,sans-serif; font-size: 13px; margin-top:20px; background-color:#FBF8F2;}
#ship_details { margin:0 auto;}

#shipping_list .contact_button_1, #shipping_list .contact_button_2, #shipping_list .contact_button_3, #shipping_list .contact_button_4 { cursor: pointer; }
#shipping_list .contact_button_2, #shipping_list .contact_button_3, #shipping_list .contact_button_4 { background: url("../img/ship_div.gif") no-repeat scroll 12px center transparent; }

#shipping_heading { width:760px; margin:0 auto; margin-top:35px; }
#shipping_heading h7 { margin:0;}

.ship_img { width:760px; border-top:1px solid #F4EAD7; margin-top:27px; padding-top:0px;}


#shipper {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#818077; line-height:22px; margin-top:25px; width:758px; font-style:italic; }

#shipper td { border-bottom:1px solid #efe7d8; padding:10px;}
tr.topper  { color:#818077; text-align:center; border:none;}

td.topper  {color:#818077; text-align:center; border:none;}

tr.tr_gold { color:#c7af7d; font-weight:bold; font-style:normal;}
#shipping_note {font-family:Arial, Helvetica, sans-serif; color:#c7af7d; font-size:12px; line-height:22px; width:760px; margin:0 auto; margin-top:26px; font-style:italic; margin-bottom:100px;}
.ship_infoL { float:left; }
.ship_infoL.second { margin-left:80px;}
.ship_infoL.third { margin-left:23px;}
.ship_infoR { float:right; text-align:right;}
.euro td { padding:9px !important;}
.usa td { padding:6px !important;}
#shipping_note.usa { margin: 26px auto 140px;}

.shipping_readmore_open { background: url("../img/img_open_rates.png") no-repeat; text-indent:-99999px; width:125px; height:38px; float:right; margin-right:50px; margin-top:-66px; cursor:pointer;}
.shipping_readmore_close { background: url("../img/img_close_rates.png") no-repeat; text-indent:-99999px; width:125px; height:38px; float:right; margin-right:50px; margin-top:-66px; cursor:pointer;}

#shipping_content { width:760px; margin:0 auto;}

#shipping_alert { background: url("../img/img_shipping_alert.gif") no-repeat  top left; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#c7af7d; padding:5px 0px  0px 25px; height:25px;}
.table_bold { font-weight:bold; font-style:normal;}


.display_none { display: none;}


/* Winter Specials 2014 */
#ar_mixed_special { background: url("../img/specials/img_sangoi_bg.jpg") no-repeat; width: 877px; height: 470px; }
#cogh_special { background: url("../img/specials/img_port_bg.jpg") no-repeat; width: 877px; height: 479px; }
#protea_special { background: url("../img/specials/img_redmix_bg.jpg") no-repeat; width: 877px; height: 470px; }

#spring_special { background: url("../img/spring_special.jpg") no-repeat; width: 852px; height: 470px; }


#summer_special_1 { background: url("../img/summer_special1.jpg") no-repeat; width: 852px; height: 470px; }
#summer_special_2 { background: url("../img/img_heritage1.jpg") no-repeat; width: 857px; height: 459px; }
#summer_special_9 { background: url("../img/img_chenin_bg.jpg") no-repeat; width: 871px; height: 489px; }

#summer_special_10 { background: url("../img/img_tdc_bg.jpg") no-repeat; width: 870px; height: 482px; }

#summer_special_3 { background: url("../img/summer_special3.jpg") no-repeat; width: 852px; height: 470px; }
#summer_sippers_1 { background: url("../img/img_summersippers.jpg") no-repeat; width: 852px; height: 553px; }
#summer_savour { background: url("../img/img_savour.jpg") no-repeat; width: 852px; height: 487px; }

/* Festive Specials */
#magicmix { background: url("../img/specials/img_magic_eng.jpg") no-repeat; width: 861px; height: 537px; }
#magicmix_afr { background: url("../img/specials/img_magic_afr.jpg") no-repeat; width: 835px; height: 510px; }

#festive { background: url("../img/specials/img_fees_eng.jpg") no-repeat; width:813px; height: 502px; }
#festive_afr { background: url("../img/specials/img_fees_afr.jpg") no-repeat; width:868px; height: 525px; }

#capeceleb { background: url("../img/specials/img_kaap_eng.jpg") no-repeat; width: 832px; height: 510px; }
#capeceleb_afr { background: url("../img/specials/img_kaap_afr.jpg") no-repeat; width: 837px; height: 515px; }

/* Summer Specials 2015*/
#mixed_special_afr { background: url("../img/specials/img_harvest_special_afr.jpg") no-repeat; width: 869px; height: 562px; }
#mixed_special { background: url("../img/specials/img_harvest_special.jpg") no-repeat; width: 869px; height: 562px; }

#gift_special_afr { background: url("../img/specials/img_gift_afr.jpg") no-repeat; width: 869px; height: 547px; }
#gift_special { background: url("../img/specials/img_gift.jpg") no-repeat; width: 869px; height: 547px; }

#valentine_special_afr { background: url("../img/specials/img_valentine_special_afr.jpg") no-repeat; width: 869px; height: 544px; }
#valentine_special { background: url("../img/specials/img_valentine_special.jpg") no-repeat; width: 869px; height: 544px; }

/* Summer Specials 2015 */


/* Summer Specials December 2015*/
#summer_special1 { background: url("../img/specials/summer_special1.jpg") no-repeat; width: 869px; height: 562px; }
#summer_special1_afr { background: url("../img/specials/summer_special1_afr.jpg") no-repeat; width: 869px; height: 562px; }

#char_afr { background: url("../img/specials/char-afr.jpg") no-repeat; width: 869px; height: 562px; }
#char_eng { background: url("../img/specials/char-eng.jpg") no-repeat; width: 869px; height: 562px; }

#lorma_afr { background: url("../img/specials/lorma-afr.jpg") no-repeat; width: 869px; height: 562px; }
#lorma_eng { background: url("../img/specials/lorma-eng.jpg") no-repeat; width: 874px; height: 520px; }


#pinot_afr { background: url("../img/specials/pinot-afr.jpg") no-repeat; width: 869px; height: 562px; }
#pinot_eng { background: url("../img/specials/pinot-eng.jpg") no-repeat; width: 869px; height: 562px; }

#protea_afr { background: url("../img/specials/protea-afr.jpg") no-repeat; width: 869px; height: 562px; }
#protea_eng { background: url("../img/specials/protea-eng.jpg") no-repeat; width: 869px; height: 562px; }

#semillon_afr { background: url("../img/specials/semillon-afr.jpg") no-repeat; width: 869px; height: 562px; }
#semillon_eng { background: url("../img/specials/semillon_eng.jpg") no-repeat; width: 869px; height: 500px; }


.award_wrapper.afr #thumbnail_330,
.award_wrapper.afr #thumbnail_432,
.award_wrapper.afr #thumbnail_430,.award_wrapper.afr #thumbnail_439,.award_wrapper.afr #thumbnail_438,.award_wrapper.afr #thumbnail_447 { margin-left: 290px; display:block !important; }

.award_wrapper #thumbnail_330,
.award_wrapper #thumbnail_432,
.award_wrapper #thumbnail_430,.award_wrapper #thumbnail_439 ,.award_wrapper #thumbnail_438,.award_wrapper #thumbnail_447{ display:none !important;}

@media only screen and (max-width: 480px) {


#summer_special1,#summer_special1_afr,#pinot_afr,#pinot_eng,#semillon_afr,#semillon_eng,#char_afr,#char_eng,#lorma_afr,#lorma_eng {
		width: 100%;
		height: 210px;
		background-size: 100%;

	}
 #char_afr {
        background: url("../img/specials/char-mob-afr.jpg") no-repeat;
        width: 100%;
        height: auto;
        min-height: 350px;
        background-size: 100%;
    }

 #char_eng {
        background: url("../img/specials/char-mob-eng.jpg") no-repeat;
         width: 100%;
        height: auto;
        min-height: 350px;
        background-size: 100%;
    }

 #lorma_eng {
		width: 100%;
		height: 210px;
		background-size: 100%;

	}
 #lorma_afr {
        background: url("../img/specials/lorma-mob-afr.jpg") no-repeat;
        width: 100%;
        height: auto;
        min-height: 350px;
        background-size: 100%;
    }

 #char_afr,#lorma_eng {
        background: url("../img/specials/lorma-mob-eng.jpg") no-repeat;
         width: 100%;
        height: auto;
        min-height: 350px;
        background-size: 100%;
    }

 #pinot_afr {
        background: url("../img/specials/pinot-mob-afr.jpg") no-repeat;
        width: 100%;
        height: auto;
        min-height: 350px;
        background-size: 100%;
    }

 #pinot_eng {
        background: url("../img/specials/pinot-mob-eng.jpg") no-repeat;
        width: 100%;
        height: auto;
        min-height: 350px;
        background-size: 100%;
    }

 #protea_afr {
        background: url("../img/specials/protea-mob-afr.jpg") no-repeat;
        width: 100%;
        height: auto;
        min-height: 350px;
        background-size: 100%;
    }

 #protea_eng {
        background: url("../img/specials/protea-mob-eng.jpg") no-repeat;
        width: 100%;
        height: auto;
        min-height: 350px;
        background-size: 100%;
    }

 #semillon_afr {
        background: url("../img/specials/semillon-mob-afr.jpg") no-repeat;
        width: 100%;
        height: auto;
        min-height: 350px;
        background-size: 100%;
    }

 #semillon_eng {
        background: url("../img/specials/semillon-mob-eng.jpg") no-repeat;
        width: 100%;
        height: auto;
        min-height: 350px;
        background-size: 100%;
    }
}


/* Summer Specials December 2015*/


/* Winter Specials 2015*/
#cogh_special_afr { background: url("../img/specials/150618/img_cogh_afr.jpg") no-repeat; width: 818px; height: 504px; }
#cogh_special { background: url("../img/specials/150618/img_cogh_eng.jpg") no-repeat; width: 818px; height: 504px; }

#lorma_special_afr { background: url("../img/specials/150618/img_lorma_afr.jpg") no-repeat; width: 818px; height: 490px; }
#lorma_special { background: url("../img/specials/150618/img_lorma.jpg") no-repeat; width: 818px; height: 510px; }

#protea_special_afr { background: url("../img/specials/150618/img_protea_afr.jpg") no-repeat; width: 818px; height: 498px; }
#protea_special { background: url("../img/specials/150618/img_protea_eng.jpg") no-repeat; width: 818px; height: 498px; }

.award_wrapper.afr #thumbnail_408,
.award_wrapper.afr #thumbnail_409,
.award_wrapper.afr #thumbnail_413 { margin-left: 290px; display:block !important; }

.award_wrapper #thumbnail_408,
.award_wrapper #thumbnail_409,
.award_wrapper #thumbnail_413 { display:none !important;}

/*#category .alternate_item .no-stock,#category .last_item .no-stock.first_item .no-stock { display:none;}*/
/* Winter Specials 2015 */


/* Easter Specials 2015*/
#petit_special_afr { background: url("../img/specials/150331/img_arw_afr.jpg") no-repeat; width: 855px; height: 527px; }
#petit_special { background: url("../img/specials/150331/img_arw_eng.jpg") no-repeat; width: 855px; height: 527px; }

#tdc_special_afr { background: url("../img/specials/150331/img_tdc_afr.jpg") no-repeat; width: 869px; height: 555px; }
#tdc_special { background: url("../img/specials/150331/img_tdc_eng.jpg") no-repeat; width: 869px; height: 547px; }

.award_wrapper.afr #thumbnail_391,
.award_wrapper.afr #thumbnail_384,
.award_wrapper.afr #thumbnail_376 { float:right; margin-left: 390px; display:block !important;}

.award_wrapper.afr #thumbnail_382,
.award_wrapper.afr #thumbnail_384,
.award_wrapper.afr #thumbnail_373 { margin-left: 290px; display:block !important; }

.award_wrapper #thumbnail_391,
.award_wrapper #thumbnail_384,
.award_wrapper #thumbnail_376 { display:none !important;}
/* Easter Specials 2015 */



.special-image-block.afr,.award_tag.afr { display:none;}

.award_wrapper.afr #thumbnail_338,.award_wrapper.afr #thumbnail_375,.award_wrapper.afr #thumbnail_376 { float:right; margin-left: 390px; display:block !important;}

.award_wrapper.afr #thumbnail_376,.award_wrapper.afr #thumbnail_375,.award_wrapper.afr #thumbnail_373,.award_wrapper.afr #thumbnail_370,.award_wrapper.afr #thumbnail_367 { margin-left: 290px; display:block !important; }

.award_wrapper #thumbnail_373,.award_wrapper #thumbnail_375,.award_wrapper #thumbnail_376,.award_wrapper #thumbnail_370,.award_wrapper #thumbnail_367 { display:none !important;}
#product_list .award_tag { display:none;}

.specials_image_wrapper { /*margin-top: -35px; */}
.special-image-block { top: -74px !important;}
.gold { color: #C7AF7D; }
#special_block { margin-bottom: 15px;}
.category_id_25 a:hover { color: #793c12 !important; }
.category_id_25 a.selected {color: #793c12 !important; }

.award_tag { margin-left: 460px;
    margin-top: 25px;
    overflow: hidden;
    position: absolute;
    width: 102px;}

.lg_grid .award_tag { margin-left: 310px !important;
    margin-top: 45px;}
.cuisine .award_tag { display: none;}


/* Tasting Rooms */
#visit_heading.book { top:220px}
.tasting_room_wrapper {height: 617px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 375px;
    width: 1110px;}
.tasting_room_terra_wrapper { width: 33%; float: left;}
.tasting_room_rupert_wrapper { width: 33%; float: left;}


.tasting_room_wrapper .activity { width:23%; float:none;display: inline-block;}


.tasting_room_wrapper .visit_us { width: 100%; height: 403px;  float: left; clear: right; margin-bottom: 20px;}

.tasting_room_rupert {background: url("../img/img_visit_1.jpg") no-repeat; }
.tasting_room_terra { background: url("../img/img_visit_2.jpg") no-repeat;  float: right; clear: left; }
.tasting_room_terra1 {background: url("../img/img_visit_3.jpg") no-repeat;  float: left; clear: right; }

.afr .tasting_room_rupert {background: url("../img/img_visit_1_afr.jpg") no-repeat; }
.afr .tasting_room_terra { background: url("../img/img_visit_2_afr.jpg") no-repeat; }
.afr .tasting_room_terra1 {background: url("../img/img_visit_3_afr.jpg") no-repeat; }


.tasting_room_wrapper .visit_us_book { /*width: 220px;*/ height: 244px;  /*float: left; clear: right;*/ margin-bottom: 20px;}

.tasting_room_wrapper.two { top:200px;}

.visit_us_book.one {background: url("../img/img_visit_4.jpg") no-repeat 50% 50%; }
.visit_us_book.two { background: url("../img/img_visit_5.jpg") no-repeat 50% 50%; /* float: right; clear: left;*/}
.visit_us_book.four { background: url("../img/img_visit_7.jpg") no-repeat 50% 50%;/*  float: right; clear: left; */}
.visit_us_book.three {background: url("../img/img_visit_6.jpg") no-repeat 50% 50%;  /*float: left; clear: right; */}
/* .visit_us_book.three {background: url("../img/img_visit_truffle.jpg") no-repeat 50% 50%; background-size: contain;  float: left; clear: right;} */

#content_holder_wineclub .cta_p { color: #6a676c; font-family: 'goudytrajanregular'; font-size:18px;}
body#estate #left_column { display: none; }

#wine_club #wineclub_content { margin:0 auto;}

body#estate #center_column,#estate #columns { width: 100%; margin:0 auto; margin-top:16px; }
body#estate #tasting_room_content { margin-top: 80px; margin-bottom:60px; }

.text_box {width:50%;  margin-right:3%; max-width:356px; float:left;}

/*body#estate .estate_holder > div:last-child {margin-right:0%; float:right; width:33%}*/
.esate_content .content_one {float: left; width: 72%;}
.content_one .wineclub_facts_container {width: 50%;}
body#estate .brand_logo_wrapper { margin:0; position:relative; height:80px;}

body#estate .brand_logo_title { float: left; position:absolute; bottom:0px; left:90px;}
.content_one.mapper {max-width:468px; float:right; padding-top:60px;}
body#estate .brand_logo_title h3 { color:#4b4d53; font-size:50px; }
body#estate .frist_cap { font-size:52px;}
body#estate .tasting_room_rupert_masthead { background: url('../img/img_estate_header.jpg') no-repeat top center; height: 272px; width: 100%; }
body#estate .esate_content img { width:100%; height:auto;}
body#estate .esate_content .content_one h2 {margin-bottom:35px;}
body#estate .content_two.mob { width:100%; max-width:100%; margin-top:10px;}
.mob { display:none;}
body#estate .wineclub_facts_container li { padding-bottom:15px;}
body#estate .wineclub_facts_container ul { margin-bottom:40px;}
.content_two { width: 33%; float: right; max-width: 294px; }
body#wine_club .notice { margin:50px 0px;}

.content_one { width: 66%; float: left;}
#new_arrow_line {
    background: url("../img/banners/img_line_bg.gif") repeat-x scroll 0 0 transparent;
    height: 14px;
    margin: 65px auto;
    max-width: 1180px;
    z-index: 0;
}
#visit_heading .smaller .frist_cap { font-size:37px;}
.smaller { font-size:35px;}
.tasting_room_wrapper p { margin-bottom: 20px; }
#arrow_line_tasting_notes { background: url("../img/banners/img_line_bg.gif") repeat-x scroll 0 0 transparent; height: 14px; margin: 65px auto; position: relative; top: 250px; width: 1180px; z-index: 0;}

#tasting_room_content {width:1182px; position: relative; margin:0 auto 0; }
.brand_logo_wrapper { margin-left: -5px;}
.brand_logo {float: left; height: 86px; width: 90px; }
.brand_logo_title { float: left;}
.brand_logo_title h5 {font-family: 'goudytrajanregular'; font-size: 27px; margin-bottom: 17px; text-transform: uppercase;}
.brand_logo_title h3 {font-family: 'goudytrajanregular'; font-size: 63px; text-transform: uppercase;}
.wineclub_facts_container p { margin: 5px 0;}

.tasting_room_rupert_container { color: #818077; float: left; font-size: 13px; line-height: 23px; margin-right: 67px; width: 355px;}
.tasting_room_rupert_facts { margin-top: 20px;}

.tasting_room_rupert_container p { line-height: 18px; margin: 15px 0; }

.tasting_notes_cta_make_a_booking { background: url("../img/tasting_note_make_a_booking.jpg") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 265px;
    left: 885px;
    position: relative;
    top: -101px;
    width: 295px;}

#tasting_room_rupert .tasting_notes_cta_make_a_booking { background: url("../img/tasting_note_make_a_booking.jpg") no-repeat scroll 0 0 transparent;
    height: 265px;
    width: 295px;}



.tasting_notes_cta_make_a_booking.af {background: url("../img/tasting_note_make_a_booking_af.jpg") no-repeat scroll 0 0 transparent;}

.tasting_notes_cta_make_a_booking_terra {background: url("../img/img_visit_cta.jpg") no-repeat scroll 0 0px; transparent;
    height: 263px;
    left: 885px;
    position: relative;
    top: -101px;
    width: 294px;
	cursor: pointer;}

#tasting_room_terra_del_capo .tasting_notes_cta_make_a_booking_terra {
	background: url("../img/img_visit_cta.jpg") no-repeat scroll 0 0px; height: 263px; width: 294px;}

.tasting_notes_cta_make_a_booking_terra.af {background: url("../img/tasting_note_make_a_booking_terra_af.jpg") no-repeat scroll 0 0px; transparent;}
.tasting_notes_cta_make_a_booking:hover {background: url("../img/tasting_note_make_a_booking.jpg") no-repeat scroll 0 bottom transparent;}
.tasting_notes_cta_make_a_booking.af:hover {background: url("../img/tasting_note_make_a_booking_af.jpg") no-repeat scroll 0 bottom transparent;}
/*.tasting_notes_cta_make_a_booking_terra:hover {background: url("../img/tasting_note_make_a_booking_terra.jpg") no-repeat scroll 0 -264px transparent;}*/
.tasting_notes_cta_make_a_booking_terra.af:hover {background: url("../img/tasting_note_make_a_booking_terra_af.jpg") no-repeat scroll 0 -264px transparent;}


.tasting_room_rupert_facts .notice { margin: -10px 0px 20px; color: #818077 !important; font-weight: bold; }
.tasting_room_rupert_facts .notice p{color: #818077 !important; }

#tasting_room_rupert #arrow_line_tasting_notes, #tasting_room_rupert_success #arrow_line_tasting_notes { top: 0px;}


#menu_list {
    float: left;
}

#menu_list ul li {
    float: left;
    list-style: none outside none;
    padding-right: 40px;
	cursor: pointer;
}
#menu_list .tasting_menu_button_1, #menu_list .tasting_menu_button_3{
    background: url("../img/img_contact_div.gif") no-repeat scroll 158px  center transparent;
}


#menu_list .tasting_menu_button_1.af , #menu_list .tasting_menu_button_3.af{
    background: url("../img/img_contact_div.gif") no-repeat scroll 115px  center transparent; text-transform: none !important;
}/*
#menu_list .tasting_menu_button_1.active, #menu_list .tasting_menu_button_3.active {
	background-position: 158px center!important;
}*/
#menu_loader {width: 100%;}
.tasting_menu_left { float: left; width: 710px; margin-top: 15px;}
.tasting_menu_right { float: right; width: 470px;}
.menu_img_ar {background: url("../img/ar_menu_img.jpg") no-repeat scroll 0 0 transparent; width: 453px; height: 515px; float: right;}
.menu_img_terra {background: url("../img/terra_menu_img.jpg") no-repeat scroll 0 0 transparent; width: 453px; height: 515px; float: right;background-size: 100%;}
#tasting_room_rupert .menu_img_terra {background: url("../img/terra_menu_img1.jpg") no-repeat scroll 0 0 transparent; width: 453px; height: 515px; float: right;}


.tasting_menu_item_wrapper {height: 310px; margin: 30px 50px 0 0; width: 303px; float: left;}


.tasting_menu_right .notice {color: #C7AF7D; position: relative; text-align: right; top: 60px; margin: 50px 0;}



.tasting_bottle_price {color: #C7AF7D; font-family: 'kokilaitalic'; font-size: 21px; font-weight: normal; margin: 0; position: relative; float: right; top: 1px;}

.tasting_bottle_description h3 { float: left; font-size: 24px;}
.tasting_bottle_description ul li { list-style: none; line-height: 20px; }

.tasting_menu_item_wrapper_2 {margin: 20px 50px 0 0; width: 680px; float: left;}
.tasting_menu_item_wrapper_2 p { margin-top: 10px;}
.tasting_menu_item_wrapper_2 .tasting_bottle_description {border-bottom: 1px solid #C7AF7D; padding-bottom: 20px;}
.tasting_menu_item_wrapper_2 .notice {color: #C7AF7D; margin: 10px 0 0 0;}

.tasting_menu_item_wrapper_terra_2 {margin: 20px 50px 0 0; width: 305px;}
.tasting_menu_item_wrapper_terra_2 p { margin-top: 10px;}
.tasting_menu_item_wrapper_terra_2 .tasting_bottle_description {border-bottom: 1px solid #C7AF7D; padding-bottom: 20px;}
.tasting_menu_item_wrapper_terra_2 .notice {color: #C7AF7D; margin: 20px 0 0 0;}


.tasting_booking_form_left {/*background: url("../img/form_details_background.jpg") no-repeat scroll 0 0 transparent; width: 417px; height: 820px; float: left;*/}

.booking_instructions_wrapper { /*position: relative; width: 300px;*/}

.booking_instructions_wrapper hr {
    border: none;
    border-left: 1px solid #e0c38c;
    height: 165px;
    width: 5%;
    display: inline-block;
}

.booking_information_container {
    margin: 0px;
    /* border-bottom: 1px solid #efe7d8; */
    padding-bottom: 40px;
    padding-top: 10px;
    display: inline-block;
    width: 28%;
    vertical-align: top;
}
.no_border { border-bottom:0 !important;}
.tasting_directions_icon {background: url("../img/tasting_directions_icon.gif") no-repeat scroll 250px 5px transparent; }
.tasting_booking_icon {background: url("../img/tasting_booking_icon.gif") no-repeat scroll 250px 0px transparent; }

.booking_instructions_wrapper h5 { font-size: 35px;}

#form_loader { float: right; height: 730px;  width: 760px;}
.tasting_booking_form_wrapper {
  background: none repeat scroll 0 0 #FBF8F2;
    border: 1px solid #F4EBD9;
    height: 690px;
    padding: 50px;
    width: 650px;
	color: #C7AF7D;
}
.tasting_room_additional_info { border: 1px solid #BDC2C9;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px #DDDDDD inset;
    padding: 10px;
    width: 620px;
	color: #64645A;
}

#tasting_room_name, #tasting_room_surname {background: url("../img/img_icon_user.gif") no-repeat scroll 8px 2px #FFFFFF;  padding-left: 28px !important;  width: 255px  !important;}

#tasting_room_email { background: url("../img/img_icon_email.gif") no-repeat scroll 8px 2px #FFFFFF; padding-left: 28px !important; width: 255px !important;}
#tasting_room_passport_id { background-color: #FFFFFF; padding-left: 28px !important; width: 255px !important;}

#tasting_room_day, #tasting_room_month, #tasting_room_year {width: 90px; padding: 4px; margin: 0px; }
#number_of_guests { width: 230px;  padding: 4px; margin:0px !important;  }

#tasting_room_telephone { background: url("../img/img_icon_phone.gif") no-repeat scroll 8px 2px #FFFFFF; padding-left: 28px !important;  width: 255px  !important; }
#tasting_room_mobile{ background: url("../img/img_icon_mobile.gif") no-repeat scroll 8px 2px #FFFFFF; padding-left: 28px !important;  width: 255px  !important; }

#tasting_room_rupert .formError .formErrorContent, #tasting_room_terra_del_capo .formError .formErrorContent, #tasting_room_rupert_success .formError .formErrorContent, #tasting_room_terra_del_capo_success .formError .formErrorContent {margin: 43px 0 0 -234px !important; }

#tasting_room_rupert .tasting_room_monthformError .formErrorContent, #tasting_room_rupert .tasting_room_yearformError .formErrorContent, #tasting_room_rupert .tasting_room_dayformError .formErrorContent, #tasting_room_terra_del_capo .tasting_room_monthformError .formErrorContent, #tasting_room_terra_del_capo .tasting_room_yearformError .formErrorContent, #tasting_room_terra_del_capo .tasting_room_dayformError .formErrorContent, #tasting_room_rupert_success .tasting_room_monthformError .formErrorContent, #tasting_room_rupert_success .tasting_room_yearformError .formErrorContent, #tasting_room_rupert_success .tasting_room_dayformError .formErrorContent, #tasting_room_terra_del_capo_success .tasting_room_monthformError .formErrorContent, #tasting_room_terra_del_capo_success .tasting_room_yearformError .formErrorContent, #tasting_room_terra_del_capo_success .tasting_room_dayformError .formErrorContent  {margin: 43px 0 0 -60px !important;}

#tasting_room_rupert .number_of_guestsformError .formErrorContent, #tasting_room_terra_del_capo .number_of_guestsformError .formErrorContent, #tasting_room_rupert_success .number_of_guestsformError .formErrorContent, #tasting_room_terra_del_capo_success .number_of_guestsformError .formErrorContent {margin: 43px 0 0 -198px !important;}

#tasting_room_terra_del_capo .notice, #tasting_room_rupert .notice { font-style: italic;}

#tasting_room_terra_del_capo #arrow_line_tasting_notes, #tasting_room_terra_del_capo_success #arrow_line_tasting_notes { top: -20px;}
#tasting_room_terra_del_capo .tasting_menu_right .notice, #tasting_room_terra_del_capo_success .tasting_menu_right .notice {top: 95px;}
#tasting_room_terra_del_capo .tasting_booking_form, #tasting_room_terra_del_capo_success .tasting_booking_form { margin-top: -160px;
    position: relative;
    top: -60px;}

.tasting_room_megamenu_cta_btn { background: url("../img/img_mm_tasting_hover.jpg") no-repeat top center; width: 322px; height: 128px; margin: 12px 2px 0; cursor: pointer;}
.tasting_room_megamenu_cta_btn:hover { background: url("../img/img_mm_tasting_hover.jpg") no-repeat bottom center; }

.guest_no { width: 160px;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#tasting_room_terra_del_capo .tasting_booking_form, #tasting_room_terra_del_capo_success .tasting_booking_form {
margin-top: -50px;
position: relative;
top: 0;
}
}

.cuisine #view_all_category_left { display: none;}


#blog .entry strong { color: #C7AF7D;
    display: block;
    margin: 20px 0 10px;
	font-style: italic;
	}

#brand_manuals #center_column, #about #center_column, #privacy #center_column, #terms #center_column { width: 100%;} { width: 100%;}
#about_1 { width:100%; font-family:Arial, Helvetica, sans-serif; font-size:13px; margin-top: 20px; float:left;}
#about_1 p, #about_2 p { margin:0 0 20px 0; }
#about_2 { width:475px; font-family:Arial, Helvetica, sans-serif; font-size:13px; margin-top: 30px; float:left;}
#about_pic { float:right; margin: 0 20px;}
#contact_map h2 {width: 302px; font-size: 20px !important;}

#about_left ul li a {
	  border-top: 1px solid #C7AF7D;
    color: #C7AF7D;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 1em;
    font-style: normal;
    margin: 0;
    padding: 12px 0;
	text-decoration: none;
}

#about_left ul li a:hover {
 color: #4b4d53 !important;
}
#about_left ul li a.active {
 color: #4b4d53 !important;
}

#about_left { position: relative; float:left; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#818077;  }

#brand_pic_1 {background: url("../img/ar_brand_manual_sprite.jpg") no-repeat scroll 0px 0px transparent; height: 242px; width: 260px; float:left; margin: 0 20px 20px 0; }
#brand_pic_1:hover { background-position: 0 bottom;}

#brand_pic_2 {background: url("../img/ar_2_brand_manual_sprite.jpg") no-repeat scroll 0px 0px transparent; height: 242px; width: 260px; float:left; margin: 0 20px 20px 0; }
#brand_pic_2:hover {background-position: 0 bottom;}

#brand_pic_3 {background: url("../img/cape_brand_manual_sprite.jpg") no-repeat scroll 0px 0px transparent; height: 242px; width: 260px; float:left; margin:0 0 20px; }
#brand_pic_3:hover { background-position: 0 bottom;}

#brand_pic_4 {background: url("../img/terra_brand_manual_sprite.jpg") no-repeat scroll 0px 0px transparent; height: 242px; width: 260px; float:left; margin: 0 20px 20px 0; }
#brand_pic_4:hover { background-position: 0 bottom;}

#brand_pic_5 {background: url("../img/protea_brand_manual_sprite.jpg") no-repeat scroll 0px 0px transparent; height: 242px; width: 260px; float:left; margin: 0 20px 20px 0; }
#brand_pic_5:hover {background-position: 0 bottom;}

#brand_pic_6 {background: url("../img/lormarins_brand_manual_sprite.jpg") no-repeat scroll 0px 0px transparent; height: 242px; width: 260px; float:left; margin:0 0 20px; }
#brand_pic_6:hover {background-position: 0 bottom;}



#sample_menu_list ul li {
    background: none repeat scroll 0 0 #FBF8F2;
    border: 1px solid #F4EBD9;
    border-right: none;
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 24px;
    list-style: none outside none;
    margin: 0;
  padding: 11px 17px 7px 20px;
}

#sample_menu_list ul li:last-child {
	border-right: 1px solid #F4EBD9;
}

#sample_menu_list ul {
	/*border-right: 1px solid #F4EBD9;
	border-top: 1px solid #F4EBD9; */
	height: 45px;
	width: 671px;
}
#sample_menu_list .active { color: #C7AF7D !important; background:#fff; }
#sample_menu_list ul li.active { border-bottom:none;}
#sample_menu_list { clear: both; margin-top: 15px; position: absolute; width: 675px; }

.tasting_menu_left.first_sample { margin-top: 70px; }
.left { float:left;}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
#sample_menu_list ul li#a1 { width:130px;}
#sample_menu_list ul li#a2 { width:113px;}
#sample_menu_list ul li#a3 { width:48px;}
#sample_menu_list ul li#a4 { width:159px;}
#sample_menu_list ul li#a5 { width:84px;}

#sample_menu_list ul li {}
#sample_menu_list ul { width: 721px; }
}*/


.rw_comments { width:835px; clear:both}
.rw_comments h2 { border-bottom:1px solid #dddddd; margin-bottom:15px;}

.share_icons { margin-top:20px;}
.fb_share { background: url("../img/img_share_icons.png") no-repeat bottom left transparent; height:20px; width:55px; float:left; cursor:pointer; margin-right:10px;}
.fb_share:hover { background: url("../img/img_share_icons.png") no-repeat top left transparent;}
.twitter_share:hover { background: url("../img/img_share_icons.png") no-repeat top right transparent;}
.twitter_share { background: url("../img/img_share_icons.png") no-repeat bottom right transparent;  height:20px; width:55px; float:left; cursor:pointer;}

#footer_social {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	vertical-align: -7px
}
.fb_foot { background: url("../img/img_footer_social.png") no-repeat top left transparent; height:32px; width:32px; float:left; cursor:pointer; margin-right:8px;}
.fb_foot:hover { background: url("../img/img_footer_social.png") no-repeat bottom left transparent;}
.twitter_foot:hover { background: url("../img/img_footer_social.png") no-repeat bottom right transparent;}
.twitter_foot { background: url("../img/img_footer_social.png") no-repeat top right transparent;  height:32px; width:32px; float:left; cursor:pointer;}

.prod_share_icons { margin-top:9px; float:right}

ul.sw_view .prod_share_icons { float: left; position: absolute;  margin-top: 70px; }
ul.sw_view .fb_share { background: url("../img/img_grid_social.png") no-repeat bottom left transparent; height:20px; width:20px; float:left; cursor:pointer; margin:71px 50px 0 170px; position:absolute;}
ul.sw_view .fb_share:hover { background: url("../img/img_grid_social.png") no-repeat top left transparent;}
ul.sw_view .twitter_share:hover { background: url("../img/img_grid_social.png") no-repeat bottom right transparent;}

ul.sw_view .twitter_share { background: url("../img/img_grid_social.png") no-repeat scroll right top rgba(0, 0, 0, 0); cursor: pointer; float: right; height: 20px; margin-left: 198px; margin-top: 71px; position: absolute; width: 20px; }

.lg_grid .listing_add_to_cart .price_container { width: 168px !important; }


.product_title_wrapper .prod_share_icons { float: right; margin-right: 258px; margin-top: -30px; }

.cuisine .prod_share_icons { float: right; margin-right: 245px; margin-top: 0px; }
.award_wrapper { margin-top:15px;}

.brands .award_wrapper { margin-top: -69px !important;}



.cuisine .prod_share_icons {
    float: right;
    margin-right: 28px;
    margin-top: 7px;
}


#product.cuisine .prod_share_icons {
    margin-right: 245px;
    margin-top: 7px;
}

/*Afrikaans Styles*/

#home_newsletter.afr_klub {background:url("../img/join_our_wine_club_afr.jpg") no-repeat;    background-size: cover;}
#home_choose.afr { background: url("../img/home_shop_button_afr.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);}

.afr #bottle_lormarins{background: url("../img/img_home_lormarins_afr.png") no-repeat center -565px;}
.afr #bottle_cape{background: url('../img/img_home_cape_afr.png') no-repeat center -565px;}
.afr #bottle_anthon{background: url('../img/img_home_anthon_afr.png') no-repeat center -565px;}
.afr #bottle_terra{background: url('../img/img_home_terra_afr.png') no-repeat center -565px;}
.afr #bottle_protea{background: url('../img/img_home_protea_afr.png') no-repeat center -565px;}


.afr #bottle_sagnac{background: url('../img/img_home_sagnac_afr.png') no-repeat center -565px;}
.afr #bottle_eau{background: url('../img/img_home_lormaris_litchi_afr.png') no-repeat center -565px;}


.afr .tasting_room_megamenu_cta_btn { background: url("../img/img_mm_tasting_hover_afr.jpg") no-repeat top center; width: 322px; height: 128px; margin: 12px 2px 0; cursor: pointer;}
.afr .tasting_room_megamenu_cta_btn:hover { background: url("../img/img_mm_tasting_hover_afr.jpg") no-repeat bottom center; }

/*Eisen Styles*/
body#eisen #center_column, body#eisen #columns,body#upcycling #center_column, body#upcycling #columns { width: 100%; margin:0;}
#eisen #left_column,#upcycling #left_column { display:none;}
.eisen_masthead h1 { font-size:27px;color:#fff;margin:0; padding:0;}
.eisen_masthead #img_title h1 .frist_cap { font-size:30px; color:#fff; }
.eisen_masthead h2 { font-size:57px;color:#c7af7d; margin:0; text-transform:uppercase;font-family: 'goudytrajanregular';margin:0; padding:0;}
.eisen_masthead #img_title h2 .frist_cap { font-size:60px; color:#c7af7d;}
.eisen_masthead {background: url("../img/img_eisen_bg.jpg") repeat-x scroll center top rgba(0, 0, 0, 0);}
#content_holder_eisen { float: none; margin: 32px auto 0; max-width: 100%; position: relative; width: 100%;}


#eisen #img_title .brand_title { margin: 0 auto; position: relative; top: 120px; width: 1140px;}

#eisen_content { max-width:1188px; margin:0 auto; margin-top:82px; }
#eisen .border { max-width:1188px; margin:0 auto;  border-bottom:1px solid #efe7d8; height:1px; clear:left; padding-top:60px; }
#eisen_content p { line-height:18px;}
#eisen_content .first { width:313px; float:left; margin-right:40px;}
#eisen_content .first p { font-family: 'kokilaitalic'; font-size:20px; color:#4b4d53; line-height:22px;}
#eisen_content .first p span { color:#c7af7d;}
#eisen_content .first img {margin-bottom:43px;}
#eisen_content .second { width:351px; float:left;margin-right:40px;}
#eisen_content .third { width:355px; float:left;}
#eisen_content .fourth { width:47%; float:left;}
#eisen_content .fourth .q  { width:40px; height:35px; float:left; margin-top:4px;}
#eisen_content .fourth p { margin:20px 0 20px 0;}
#eisen_content .fourth span {font-family: 'kokilaitalic'; font-size: 21px; color:#818077;}
#eisen #img_title { box-shadow: 0 10px 10px #cccccc; height: 267px; margin: 0 auto;}
#eisen #img_title { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); box-shadow: 0 10px 10px #cccccc; height: 267px; margin: 0 auto; padding: 0; }
#eisen #arrow_line_tasting_notes {
    background: url("../img/banners/img_line_bg.gif") repeat-x scroll 0 0 transparent;
    clear: left;
    height: 14px;
    margin: 65px auto;
    position: relative;
    top: auto;
    width: 1180px;
    z-index: 0;
}

.prot_bot { width:50%; float:left;}
.prot_bot h2 { margin-top:43px;}
.prot_bot h3 { margin-bottom:25px;}
.prot_bot img { float:left;}
.half .paper { float:right;}


#eisen_content a.button,#upcycling .main-container a.button {
    background: url("../img/red_img_button_bg.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #a22d47 !important;
    color: #ecd9b1;
    white-space: nowrap;
}

#eisen_content a.button:hover,#upcycling .main-container a.button:hover {
    background: url("../img/red_img_button_bg.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #a22d47 !important;
    color: #ede7dc;
    white-space: nowrap;
}


#eisen_content #brand_content_1,#eisen_content #brand_content_2,#eisen_content #brand_content_3 {
    border: 1px solid #dbd7d1;
    cursor: pointer;
    float: left;
    height: 209px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 1px;
    position: relative;
    width: 258px;
	margin-right:40px;
}
#eisen #footer,#upcycling #footer { margin-top:50px;}
#eisen_content #brand_content_1 a:hover,#eisen_content #brand_content_2 a:hover,#eisen_content #brand_content_3 a:hover { text-decoration:underline; color:#FFF;}


#eisen_content .hover-title a { top: 16px;}

/* Upcycle */
.upcycle_masthead {background: url("../img/header_background.jpg") repeat-x scroll center top rgba(0, 0, 0, 0);}
#upcycling .main-container h1 { font-size:27px;color:#4b4d53;margin:0; padding:0; text-shadow:none;}
#upcycling .main-container #img_title h1 .frist_cap { font-size:30px; color:#4b4d53; }
#upcycling .main-container h2 { font-size:57px;color:#c7af7d; margin:0; text-transform:uppercase;font-family: 'goudytrajanregular';margin:0; padding:0; margin-bottom:64px;}

#upcycling .main-container h3 { font-size:34px;color:#4b4d53; margin:0; margin:0; padding:0;}
#upcycling .main-container h4 { font-size:22px;color:#c7af7d; margin:0; margin:0; padding:0; margin-bottom:39px;}

#upcycling .main-container #img_title h2 .frist_cap { font-size:60px; color:#c7af7d;}
#upcycling p { line-height:18px;}
#upcycling #img_title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 10px 10px #cccccc;
    height: 267px;
    margin: 0 auto;
    padding: 0;
}

.wpo-block { background:#fbf8f2; height:364px; width:504px; float:left;}
		#upcycling .main-container {
				position: relative;
				width: 1394px;
				margin: 0 auto;
				margin-top:80px;
			}

			#upcycling .block-section-1 {
    display: block;
    height: 500px;
    margin: -23px auto;
    position: relative;
    width: 1190px;
}

#upcycling #arrow_line_tasting_notes {
    background: url("../img/banners/img_line_bg.gif") repeat-x scroll 0 0 transparent;
    height: 14px;
    margin: 65px auto;
    position: relative;
    top: auto;
    width: 1180px;
    z-index: 0;
}

			#upcycling .block-section-1 .upcycling-text {
				float: left;
				display: block;
				width: 586px;
			}

			#upcycling .block-section-1 .upcycling-image {
				float: right;
				display: block;
			}

			#upcycling .gift-your-protea {
				position: relative;
				display: block;
				width: 1190px;
				margin: 0 auto;
			}

			#upcycling .gift-your-protea .design-block {
				display: block;
				float: left;
				width:507px;
				margin-right:88px;
				margin-bottom:57px;
			}


			#upcycling .gift-your-protea .design-block .design-image {
				display: block; border:1px solid #e5e5e5; margin-bottom:36px;
			}

			#upcycling .gift-your-protea .design-block .design-desc {
				position: relative;
				display: block;
			}

			#upcycling .gift-your-protea .design-block .design-desc h3 {
				float: left;
			}
			#upcycling .gift-your-protea .design-block .design-desc .align_center {
				float: right;
			}

			#upcycling .block-section-2 {
				position: relative;
				display: block;
				width: 1190px;
				margin: 0 auto;
			}

			#upcycling .block-section-2 .link-to-wines {
				display: block;
				float: left;
			}

			#upcycling .block-section-2 .link-to-wines img {
				float: left;
				display: block;
			}

			#upcycling .block-section-2 .link-to-wines p {
				float: left;
				display: block;
				width: 252px;
			}

			#upcycling .block-section-2 .section-mark {
				display: block;
				float: left;
			}

			#upcycling .block-section-2 .section-mark img {
				float: left;
				display: block;
			}

			#upcycling .block-section-2 .section-mark p {
				float: left;
				display: block;
				width: 252px;
			}



/*
* 07 October 2014 - Winston
*/
#distrub_loader .country {
	float: left;
	width: 278px;
}

#distrub_loader .divider_line {
	position: relative;
	float: left;
	width: 100%;
	height: 1px;
	border-bottom:1px solid #efe7d8;
	margin: 40px 0;
}

.video-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -34px;
	margin-top: -34px;
}

/* October 28, 2014
*  Mobile Responsive
*/
.mobile-shopping-cart-container {
	display: none;
	position: absolute;
	width: 30%;
	height: 50px;
	top: 0px;
	transition: all 0.2s ease;
	height: 100vh;
	right: -100vw;
	z-index: 1000;

	/*background: #fbf8f2;*/
}
.mobile-shopping-cart-container.expanded {
	width: 100%;
	  transition: all 0.2s ease;
	right: 0;
	z-index: 1200;
}
.mobile-shopping-cart-container a.trigger_cart,
.mobile-shopping-cart-container a.trigger_cart:hover,
.mobile-shopping-cart-container a.trigger_cart.active{
	position: fixed;
	top: 0;
	right: 0;
	background: none;
	height: 23px;
	width: 28px;
	margin: 10px;
	opacity: 1;
	transition: all 0.2s ease;
}
.mobile-shopping-cart-container.expanded a.trigger_cart {
	opacity: 0;
	right: 0;
	transition: all 0.2s ease;
}
.mobile-shopping-cart-container .cart_quantity_wrapper {
	font-size: 12px;
	font-weight: bold;
	right: -5px;
	left: auto;
	position: relative;
	text-align: center;
	top: -40px;
	text-decoration: none;
	color: #c4a666;
}
.mobile-shopping-cart-container .cart_icon {
	position: relative;
}

.mobile-shopping-cart-container #display_cart{
  display:none;
  padding: 15px;
  box-sizing: border-box;
  transition: all 0.2s ease;
  height: auto;
}
.mobile-shopping-cart-container #cart_block a.ajax_cart_block_remove_link {
	margin-top: 5px;
	background: transparent url('../img/icon/delete@2x.png') no-repeat left bottom;
	background-size: contain;
}
.mobile-shopping-cart-container .panel_3 .cart_close {
    display:block;
    position: absolute;
    top: 2px;
    right: 0;
	height: auto;
	width: 15px;
}

.mobile-shopping-cart-container #right_column {
  float: right;
  margin: 0;
  overflow: auto;
  top:auto;
  width: 100%;
}
/*.mobile-shopping-cart-container #right_column .trigger_cart{
  display: none;
}*/
.mobile-shopping-cart-container #cart_block {
  width: 100%;
}

.mobile-shopping-cart-container .panel_3 {
  width: 100%;
  z-index: none;
  box-shadow: none;
  box-sizing: border-box;
  top: 0;
  padding: 0;
  display: block !important;
  border: 0;
  position: relative;
}
.mobile-shopping-cart-container .panel_3 a.inline_button {
  padding-top: 3px;
	background: url("/img/inline_arrow@2x.png") no-repeat scroll 0 13px transparent;
	background-size: 6px 10px;
}
.panel_3 .cart_close,
.panel_3 h3 img {
  display: none;
}
.mobile-shopping-cart-container .panel_3 h3 img {
  display: inline-block;
	width: 20px;
	height: auto;
}
.mobile-shopping-cart-container .ajax_cart_quantity {
  margin: 0;
}

.mobile-shopping-cart-container.expanded #display_cart {
  display:block;
	overflow-y: auto;
	height: 100vh;
}
#content_bottles_mobile,.mobile_spirits {
  display: none;
  padding: 4px;
}
#content_bottles_mobile .bottle_text_container {
  margin-top: 6px;
}
#content_bottles_mobile .bottle_text_container .bottle_text{
  display: inline-block;
  width: 58px;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1;
}
#category #center_column {
  padding: 15px;
}
#content_bottles_mobile .bottle_text .home_title{
    font-family: "kokilaitalic";
    font-size: 15px;
}
#content_bottles_mobile .bottles img {
  max-width: 110%;
}

#content_bottles_mobile .bottles {
  display: inline-block;
  width: 58px;
  vertical-align: bottom;
}

#content_bottles_mobile .arrow-separator {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
	height: 5px;
}
.shop-all-wine, .shop-all-wine:hover {
  width: 212px;
  font: 27px/60px "kokilaitalic";
  color: #C7AF7D;
  text-align: center;
  text-decoration: none;
  height: 55px;
  background: url(/img/shop-all-wine-btn.png) no-repeat center center;
  background-size: contain;
  display: block;
  margin: 10px auto;
}

#nvncategories_block_left_mobile {
    display: none;
}

#filter_block_left_mobile {
  display: none;
}

.farm-content-image-mobile {
  display:none;
}

.empty-wishlist {
	display: none;
	background-color: #FBF8F2;
	border: 1px solid #F4EAD7;
	color: #818077;
	padding: 10px;
	font: 12px/ 1.1em Arial;
}

.my-account-mobile {
	/*padding: 0 15px;*/
	display: none;
	box-sizing: border-box;
	clear: both;
	margin-top: 40px;
}

.my-account-mobile li{
	border-bottom: 1px solid #EFE7D8;
	padding-bottom: 20px;
	padding-top: 4px;
}
.my-account-mobile ul {
	list-style: none;
}
.my-account-mobile a {
    background: url('../img/inline_arrow.png') no-repeat scroll 0px 13px transparent;
    color: #C7AF7D;
    display: inline-block;
    padding: 10px 0px 0px 13px;
    text-decoration: none !important;
}

.mobile-description {
	display: none;
}
.mandatory_wrapper.mobile {
	display: none;
	margin: 0;
	position: relative;
	right: auto;
}
#contact_map .mobile-img,
.mobile-terms-header {
	display: none;
}

.show-mobile,
.show-mobile-table,
#galleria.show-mobile{
	display: none;
}

@media only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1) {
.hide-mobile {display:none;}
	.shop-all-wine, .shop-all-wine:hover {
		width: 156px;
		font-size: 20px;
		line-height: 50px;
		height: 46px;
	}
	h2, h2 a, h7 {
		font-size: 27px;
	}
	img.logo {
		height: auto;
	}
  body#index {
    background: url(/img/mobile-landing-bg.jpg) no-repeat  center 60px;
    background-size: 120%;
  }
	#columns,
	#content_holder,
	#content_bottles {
		width: 100%;
	}
 #columns {
    padding: 100px 0 0px;
    margin: 0;
  }
	#content_bottles {
		height: 300px;
	}

	#center_column {
		float: none;
	}

	#header_right,
  a.trigger_wishlist,
 #content_bottles,
 #arrow_line,
 .caption p br,
 .caption_longer p br,
 #nvncategories_block_left,
 #filter_block_left,
 #my-account #left_column {
		display: none;
	}

	td.cart_product a {
		margin: 0 auto;
	}

	#galleria.show-mobile {
		display: block;
	}
	#myaccount_holder {
		width: 100%;
		height: auto;
	}
	#myaccount_holder > span{
		display: none;
	}
	#customer_info {
		float: none;
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
		margin-bottom: 0;
		height: auto;
	}

	#my-account #center_column {
		min-height: 100%;
		margin-bottom: 0;
	}
	.mobile-shopping-cart-container,
 #content_bottles_mobile,.mobile_spirits {
    display:block;
  }
 #home_newsletter, a:hover #home_newsletter {
    width: 100%;
    height: 240px;
    margin: 10px auto;
    float: none;
    /* background: url('/img/Mobile-Notice-Eng.gif') no-repeat scroll 0% 0% transparent ;*/
    background: url('/img/wine-club-mobile.jpg') no-repeat scroll 0% 0% transparent;
    background-size: contain;
    background-position: center center !important;
  }

 #home_newsletter.afr_klub {
  	/*background: url('/img/wine-club-mobile-afr.gif') no-repeat scroll 0% 0% transparent ;*/
  	background: url('../img/wine-club-mobile-afr.jpg') no-repeat scroll 0% 0% transparent ;
    background-size: contain;
    background-position: center center !important;
  }
	#content_bottles_mobile .bottles,
	#content_bottles_mobile .bottle_text_container .bottle_text {
		width: 19%;
	}
 .account_heading {
  	width: 100%;
  	margin: 0;
  }

 #myaccount_holder a {
  	text-decoration: none !important;
  }

 #my-account #myaccount_holder li,
 .my-account-mobile #customer_info li {
  	margin: 0 !important;
  	width: 100%;
	  padding-bottom: 15px;
  }

 #content_bottles_mobile .bottle_text .home_title {
      font-size: 18px;
      display: block;
      text-align: center;
  }
	#mywishlist:after {
		content: "";
		clear: both;
		display: block;
	}

	#mywishlist #block-history{
		margin-bottom: 40px;
	}

 #home_slider {
    height: 242px;
    width: 100%;
    float: none;
    margin: 10px auto !important;
    box-sizing: border-box;
    overflow: hidden;
  }
 #example {
    height: 240px;
    width: 446px;
  }

 .slides_container,
 .slides_container div.slide {
    width: 446px;
    height: 240px;
  }

.slide a img {
	width: 130%;
	height: auto;
	margin-left: -15%;
}

 .caption,
 .caption_longer {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    top: 75%;
  }
  input[name="processCarrier"] {
  	padding: 3px 20px;
  }

 .caption p,
 .caption_longer p {
    top: 0;
    left: 0px;
	  font-size: 13px;
    height: 43px;
    position: relative;
  }
	#footer #footer_logo img {
		height: auto;
	}
 #slides .next {
      left: 418px;
  }
	a.my_p2p-footer,
	a.my_p2p-footer:active,
	a.my_p2p-footer:focus,
	a.my_p2p-footer:hover{
		 background: url("/img/p2p-footer@2x.png") no-repeat scroll center top transparent;
		 background-size: contain;
		 height: 30px;
		 width: 39px;
	 }

	.twitter_foot,
	.twitter_foot:active,
	.twitter_foot:hover,
	.twitter_foot:focus{
		background: url("/img/img_footer_social@2x.png") no-repeat top right transparent;
		background-size: contain;
		height: 30px;
		width: 30px;
	}
	.fb_foot,
	.fb_foot:hover,
	.fb_foot:active,
	.fb_foot:focus{
		background: url("/img/img_footer_social_fb@2x.png") no-repeat top right transparent;
		background-size: contain;
		height: 30px;
		width: 30px;
	}
	.banner_link, .banner_link:hover {
		text-decoration: none;
	}
	#home_choose {
		float: none;
		width: 100%;
		margin: 10px auto;
		/*background: url('/img/home_shop_button_mobile.jpg') no-repeat scroll 0% 0% transparent;*/
		/* background: url('../img/home_special_button_mobile_eng.jpg') no-repeat scroll 0% 0% transparent; */
		background: url('../img/img_golf_cta_mobile.jpg') no-repeat scroll 0% 0% transparent;
		background-size: contain;
	}

	#home_choose.afr {
		/*background: url('/img/home_shop_button_mobile_afr.jpg') no-repeat scroll 0% 0% transparent;*/
		/* background: url('../img/home_special_button_mobile_afr.jpg') no-repeat scroll 0% 0% transparent; */
		background: url('../img/img_golf_cta_mobile.jpg') no-repeat scroll 0% 0% transparent;
		background-size: contain;
	}

	a:hover #home_choose {
		background-position: 0 0;
	}

	.forgot_password_wrapper {
		width: 100%;
		float: none;
	}
	body#password #center_column {
		min-height: 100%;

	}

	body#password form.std p.submit {
		margin-bottom: 0;
	}
	body#password form.std fieldset {
		padding: 20px 15px;
		text-align: center;
	}
	body#password form.std p {
		float: none;
		display: block;
		padding: 0 !important;
	}
	body#password form.std p.submit {
		float: none;
	}
	body#password #email{
		margin-left: 0 !important;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 15px;
	}
	body#password form.std p.submit .button{
		width: 100%;
		margin: 0;
	}
	body#password form.std {
		width: 100% !important;
	}
	#order #center_column > p.clear {display: none;}
	#footer {
		height: auto;
		background: url('/img/footer_background_mobile.jpg') repeat-x scroll center top transparent;
		background-size: contain;
		padding: 20px 60px 30px;
		box-sizing: border-box;
		text-align: center;
	}

	#module-blockwishlist-mywishlist #left_column,
	#addresses #left_column, #address #left_column,
	#identity #left_column,
	#history #left_column,
	#authentication #left_column,
	#about #left_column,
	#brand_manuals #left_column,
	#terms #left_column,
	#privacy #left_column,
	#order #left_column,
	#order-confirmation #left_column,
	.page-404 #left_column,
	#password #left_column
	{
		display: none;
	}

	#about #about_left, #about #contact_middle,
	#brand_manuals #about_left, #brand_manuals #contact_middle,
	#terms #about_left, #terms #contact_middle,
	#privacy #about_left, #privacy #contact_middle {
		display: none;
	}
	#about_pic {
	    margin: 0px 0px 0px 20px;
	    float: right;
	    text-align: right;
	    width: 50%;
	}
	#about_pic img {
		max-width: 100%;
		height: auto;
	}
	#contact_right,
	#about_1,
	#about_2 {
	    height: auto;
	    width: 100%;
	    position: relative;
	    float: none;
	}

	#contact_map {
		float: none;
	}

	#contact_right:after,
	#contact_right::after {
		display: block;
		content: " ";
		clear: both;
	}
	#contact_heading2 {
		width: 100%;
	}
 #module-blockwishlist-mywishlist #center_column  {
  	min-height: 100%;
  }

	#module-blockwishlist-mywishlist {
		display: block;
	}
	.wine_club_join_button {
		background-position: center center;
		background-size: 200% 100%;
	}

	.wine_club_join_button.afr {
		background-size: 250% 100%;
	}


	.tasting_bottle_description span {
		margin-top: 10px;
		display: block;
	}
	.page-404 #center_column {
		width: 100%;
		left: auto;
		min-height: 100%;
	}
	#holder_404 p {
		margin-bottom: 20px;
	}
	#holder_404 br{
		display: none;
	}
	#my404_2, #my404_3, #my404_4, #my404_5, #my404_6, #my404_1 {
		float:none;
		width: 100%;
		margin: 0;
		height: auto;
		max-height: 30px;
		-webkit-transition: max-height 0.5s ease;
		transition: max-height 0.5s ease;
		overflow: hidden;
		padding: 5px 0 2px;
	}

	div[id*="my404"] a {
		display: block;

	}
	div[id*="my404"] h2 {
		background: url("/img/new_img_select_arrow-black.png") no-repeat center right 10px;
		background-size: 10px auto;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	div[id*="my404"].expanded h2 {
		background: url("/img/new_img_select_arrow_up.png") no-repeat center right 10px;
		background-size: 10px auto;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#my404_2.expanded,
	#my404_3.expanded,
	#my404_4.expanded,
	#my404_5.expanded,
	#my404_6.expanded,
	#my404_1.expanded{
		max-height: 300px;
		-webkit-transition: max-height 0.5s ease;
		transition: max-height 0.5s ease;
		padding-bottom: 15px;
		border-bottom: 1px solid #F4EAD7;
	}

	div[id="contact_404"] {
		margin-top: 20px;
	}
	div[id="contact_404"] span{
		 display: inline-block;
		 width: 49%;
		margin-bottom: 20px;
	 }

	div[id="contact_404"] span img{
		width: auto;
		height: auto;
		transform: scale(0.75);
		vertical-align: bottom;
	}

/*
	div[id="contact_404"] .contact-tel {
		width: auto;
		height: auto;
	}
	div[id="contact_404"] .contact-tasting {
		width: 11px;
		height: auto;
	}

	div[id="contact_404"] .contact-truck {
		width: 11px;
		height: auto;
	}
*/

	body:not(#my-account) #customer_info{
  	box-sizing: border-box;

  }
 #check_order_steps_heading{
  	width: 100%;
  	margin: 0;
  }
 #footer .footer_info {
    height: auto;
    width: 100%;
    white-space: normal;
    margin-bottom: 20px;
  }

 #footer_logo {
    float: none;
    position: relative;
    top: auto;
    width: 100%;
    height: 85px;
  }

 #footer .footer_info .footer_links {
    float: none;
    left: auto;
    margin: 0 0 20px  ;
    height: auto;
    text-align: center;
  }
 #footer .footer_info .footer_links img {
    padding: 0 15px !important;
  }

 #footer .footer_info .footer_links img:nth-child(4){
    display: block;
    opacity: 0;

  }

 #footer_social {
    margin: 0;
    position: relative;
    float: none;
    right: auto;
    display: inline-block;
    vertical-align: middle;
  }

 #footer_p2p {
    margin-top: 0px;
    position: relative;
    width: 37px;
    right: auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }

  iframe[name="google_conversion_frame"] {
    position: absolute;
    display:none;
  }

 #index #center_column {
    margin-bottom: 0;
  }



 .fb_foot {
    margin-right: 10px;
  }

 #left_column {
    float: none;
    clear: none;
    width: 100%;
    margin-right: 0;
    padding: 15px;
    box-sizing: border-box;
    overflow: visible;
    box-shadow: 0 9px 10px -5px #CCC;

  }
 #filter_block_left {
    width: 100%;
  }
 #nvncategories_block_left_mobile,
 #filter_block_left_mobile {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }

 #nvncategories_block_left_mobile .dropdown,
 #filter_block_left_mobile .dropdown {
    text-align: left;
    width: 100%;
    height: 30px;
    padding: 5px 8px;
    background: url('/img/category_arrow.jpg') no-repeat right 10px center;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #818077;
    cursor: pointer;
  }
 #nvncategories_block_left_mobile .options,
 #filter_block_left_mobile .options{
      border: 1px solid #ccc;
      border-radius: 5px;
      width: 100%;
      position: absolute;
      list-style: none;
      top: 29px;
      box-sizing: border-box;
      background: #fff;
      display: none;
      z-index: 1;
  }
 #nvncategories_block_left_mobile .options li,
 #filter_block_left_mobile .options li{
      padding: 5px 8px;
      height: 30px;
      border-bottom: 1px solid #ccc;
      box-sizing: border-box;
  }

 #nvncategories_block_left_mobile .options li a,
 #filter_block_left_mobile .options li a{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #818077;
  }
 #nvncategories_block_left_mobile .options li:last-child,
 #filter_block_left_mobile .options li:last-child{
    border: 0;
  }
 #center_column {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

 #farms_listing {
     margin: 0 -15px;

   }
 .empty-wishlist,
 .my-account-mobile {
   		display: block;
   }

	.galleria-container {
		height: 375px !important;
		z-index: 0;
	}

	#tasting_room_terra_del_capo .galleria-container,
	#tasting_room_rupert .galleria-container,
	#tasting_room_terra_del_capo_success .galleria-container,
	#tasting_room_rupert_success .galleria-container {
		margin-left: -15px;
		margin-right: -15px;
	}

	#farms #columns,
	#tasting_room_terra_del_capo #columns,
	#tasting_room_rupert #columns,
	#tasting_room_terra_del_capo_success #columns {
		padding-top: 55px;
		margin-bottom: 20px;
	}
	.footer-payment-gateways > div {
		width: 90% !important;
		text-align: center;
	}
	.footer-payment-gateways img {
		height: auto;
	}
 .brand_logo, .brand_logo img {
		width: 60px;
		display: inline-block;
		height: auto;
		float: none;
		vertical-align: bottom;
	}
	#img_title .brand_logo, .brand_logo {
		width: 50px;
	}

	.brand_button_overlay {
		text-align: center;
		height: 130px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		top: 0px;
		margin: auto;
		position: absolute;
		width: 180px;
	}

	.hover-title {
		z-index: 2;
		width: 100%;
		left: 0;
		position: absolute;
		padding: 0;
		bottom: 0;
	}

	.hover-title p {
		box-sizing: border-box;
		width: 100%;
	}

	.hover-title p span {
		padding: 10px;
		height: 35px;
		box-sizing: border-box;
	}

	.hover-title a {
		text-decoration: none;
		width: 100%;
		height: auto;
		top: auto;
		line-height: 21px;
	}

	#quicklink_content_2:after,
	#quicklink_content_3:after,
	#farm_content_footer_holder:after {
		clear: both;
		display: block;
		height: 1px;
		content: "";
		padding: 10px;
	}

	#farm_content_footer_holder:after {
		padding: 5px 0 0 0;
		box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.4);

	}
	#farm_content_footer_holder {
		margin: 0px auto;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.wishlist-delete-button {
		text-align: center;
		display: block;
	}

	#farm_content_footer {
		height: auto;
		background-size: 20%;
		background-position: 0 0;
	}

	#farm_button1, #farm_button2, #farm_button3, #farm_button4, #farm_button5,
	#farm_button1:hover, #farm_button2:hover, #farm_button3:hover, #farm_button4:hover, #farm_button5:hover {
		width: 25%;
		background: none;
		height: auto;
	}

	.farm-content-image-mobile {
		display: block;
		max-width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #d5c8b2;
		border-bottom: 1px solid #d5c8b2;
		padding: 1px 0;
	}

	#farm_content_footer p {
		margin-top: 35px;
		font-size: 25px;
		padding-bottom: 15px;

	}

	#farm_content_footer_holder > div:hover > p,
	#farm_content_footer_holder > div.farm_bg > p {
		background: url(/img/farms-footer-hover.png) no-repeat bottom center !important;
	}

	#farm_content_footer #arrow_active {
		margin-left: 38px;
	}

	body#wine_club #img_title {
		top: auto;
		height: 161px;
		font-size: 35px;
		z-index: 1;
	}

	body#wine_club #img_title .brand_title {
		box-sizing: border-box;
		padding: 15px 10px;
		width: 100%;
		top: 0;
	}

	body#wine_club #img_title .frist_cap {
		font-size: 40px;
	}

	.wineclub_content {
		float: left;
		width: 80%;
	}

	.tasting_room_wrapper {
		top: 205px;
		width: 100%;
		padding: 35px 15px 0;
		box-sizing: border-box;
		height: auto;
		top: 0px;
		margin-top: 0;
		background: #fff;
	}

 .tasting_room_terra_wrapper,
 .tasting_room_rupert_wrapper{
      width: 100%;
      float: none;
      margin-bottom: 42px;
  }


.tasting_room_wrapper .activity { width: 100%;}

	.tasting_room_rupert,
	.tasting_room_terra,.tasting_room_terra1 {
		width: 100%;
		height: 350px;
		float: none;
		background-size: contain;
		background-position: center center;
	}

	.wheelchair {
		height: auto;
	}

	#tasting_room_terra_del_capo #arrow_line_tasting_notes,
	#tasting_room_terra_del_capo_success #arrow_line_tasting_notes,
	#arrow_line_tasting_notes {
		width: 100%;
		top: auto;
		margin: 20px auto !important;
	}

	.maps_info_right img {
		max-width: 100%;
		height: 400px;
	}

	#farm_content_text2, .mobile-read-less {
		display: none;
	}

	#tasting_room_content {
		width: 100%;
		margin-top: 50px;
	}

	#tasting_room_terra_del_capo .brand_logo_title,
	#tasting_room_rupert .brand_logo_title,
	#tasting_room_terra_del_capo_success .brand_logo_title,
	#tasting_room_rupert_success .brand_logo_title {
		float: none;
		display: inline-block;
		width: 85%;
		vertical-align: bottom;
	}

	#tasting_room_terra_del_capo .brand_logo_title h3,
	#tasting_room_rupert .brand_logo_title h3,
	#tasting_room_terra_del_capo_success .brand_logo_title h3,
	#tasting_room_rupert_success .brand_logo_title h3 {
		font-size: 49px;
	}

	#tasting_room_terra_del_capo .brand_logo_title h5,
	#tasting_room_rupert .brand_logo_title h5,
	#tasting_room_terra_del_capo_success .brand_logo_title h5,
	#tasting_room_rupert_success .brand_logo_title h5 {
		font-size: 20px;
		margin-bottom: 5px;
	}
 #tasting_room_terra_del_capo .brand_logo,
	#tasting_room_rupert .brand_logo,
	#tasting_room_terra_del_capo_success .brand_logo,
	#tasting_room_rupert_success .brand_logo,
	.brand_logo img {
        width: 48px;
    }

 .tasting_room_rupert_container {
      float: none;
      width: 100% !important;
      margin: 0;
    }

	.tasting_room_rupert_container br {
		display: none
	}

	.tasting_notes_cta_make_a_booking_terra, .tasting_notes_cta_make_a_booking_terra:hover,
	.tasting_notes_cta_make_a_booking, .tasting_notes_cta_make_a_booking:hover {
		background: url('/img/tasting_note_make_a_booking_terra_mobile.jpg') no-repeat center center;
		background-size: contain;
		left: auto;
		top: auto;
		width: 100%;
		height: 240px;
	}

	.tasting_notes_cta_make_a_booking, .tasting_notes_cta_make_a_booking:hover {
		background: url('/img/tasting_note_make_a_booking_mobile.jpg') no-repeat center center;
		background-size: contain;
	}
	.tasting_notes_cta_make_a_booking_terra.af, .tasting_notes_cta_make_a_booking_terra.af:hover,
	.tasting_notes_cta_make_a_booking.af, .tasting_notes_cta_make_a_booking.af:hover {
		background: url('/img/tasting_note_make_a_booking_terra_mobile_af.jpg') no-repeat center center;
		background-size: contain;
	}
	.tasting_notes_cta_make_a_booking.af, .tasting_notes_cta_make_a_booking.af:hover {
		background: url('/img/tasting_note_make_a_booking_mobile_af.jpg') no-repeat center center;
		background-size: contain;
	}

	#tasting_room_terra_del_capo #arrow_line_tasting_notes, #tasting_room_terra_del_capo_success #arrow_line_tasting_notes
	#tasting_room_rupert #arrow_line_tasting_notes, #tasting_room_rupert_success #arrow_line_tasting_notes {
		top: 0;
	}

 #address_form,
 #personal_info {
    	width: 100%;
    	box-sizing: border-box;
    }
 #address_form fieldset,
 #personal_info fieldset {
    	width: 100% !important;
    	padding: 15px;
    	box-sizing: border-box;
    	margin-bottom: 40px;
    }
 #address_form table,
 #personal_info table {
    	margin: 0 !important;
    }
 #address_form textarea ,
 #address_form table,
 #address_form tr,
 #address_form tbody,
 #address_form td,
 #address_form thead,
 #personal_info textarea ,
 #personal_info table,
 #personal_info tr,
 #personal_info tbody,
 #personal_info td,
 #personal_info thead {
    	display: block;
    	box-sizing: border-box;
    	width: 100% !important;
    }

 #address_form input,
 .id_info input {
	    width: 95%;
	    box-sizing: border-box;
	    margin: 0px 0px 0px 8px;
	    height: 30px;
	}
	#account-creation_form input.text, #authentication textarea {
		width: 95% !important;
		box-sizing: border-box;
		margin: 0px 0px 0px 10px;
		height: 30px;
	}
	#page {
	    margin: 0;
	}

	#authentication .wine_club_wrapper {
    width: 100%;
    background: url(/img/wine_club_registration_background_mobile.jpg) no-repeat;
    background-size: contain;
    /* height: 361px; */
    box-sizing: border-box;
    padding-top: 262px;
    /* top: 50px; */
    /* margin-bottom: 50px; */
    /* position: relative; */
	}

	#authentication .wine_club_wrapper.af {
		background: url(/img/wine_club_registration_background_mobile_af.jpg) no-repeat;
		background-size: contain;
	}

	#authentication .wine_club_wrapper .left {
    /* position: absolute; */
    /* z-index: 99; */
    /* bottom: 30px; */
    /* left: 20px; */
    /* right: 0px; */
    /* float: none; */
    /* width: 290px; */
    margin: 0;
    /* margin-top: 200px; */
	}

	.my_dob {
		float: none;
		margin-left: 19px;
	}

	.my_dob> .text.dob {
		top: auto !important;
	}
	#authentication #account-creation_form #address2 {
		margin-left: 12px !important;
	}
	.wine_club_wrapper .check_club {
		width: auto;
	}

	.dob_select {
		margin-top: 15px;
		margin-left: 17px !important;
	}
	.dob_select .mystyled-select {
	    width: 31%;
	    margin-right: 9px;
	}
	.dob_select .mystyled-select:last-child {
	    margin-right: 0px;
	}
	/*#account-creation_form #city {
		width: 65% !important;
		margin-right: 20px;
	}*/

	#tasting_room_booking_form .dob td[width="221"] span {
		display: inline-block;
		margin: 0 0px 0 -9px;
	}
	.show-mobile {
		display: block;
	}
	.country_state_select .mystyled-select{
		width: 95%;
		float:none;
		margin-left: 17px;
		box-sizing: border-box;
	}

	/*#account-creation_form .contact_numbers_container #phone_mobile{
		margin-left: 17px;
	}*/

/*
	#account-creation_form #postcode {
	    width: 85px !important;
	}*/
	#address_form select{
	    width: 100% !important;
	    box-sizing: border-box;
	    height: 30px !important;
	}
	.date_of_birth_identity {
		top: auto;
		padding-bottom: 10px;
	}

	.date_of_birth_identity > span {
		float: none !important;
		top: auto !important;
	}

	.date_of_birth_identity:after {
	    content: " ";
	    display: block;
	    clear: both;
	}
	#identity .mystyled-select {
	    margin: 0px 0px 0px 15px;
	    height: 30px;
	    width: 29% !important;
	    padding-left: 5px;
		box-sizing: border-box;
	}
	#identity .mystyled-select select {
		height: 30px !important;
		width: 100% !important;
	}
	#address_form p.text {
		margin: 0 !important;
	}
	#personal_info tr:first-child > td {
	    width: 49% !important;
	    display: inline-block;
	    box-sizing: border-box;
	}
	#address .mystyled-select{
		width: 95%;
		box-sizing: border-box;
		margin: 0 0 22px 8px;
	}
	#address .mystyled-select.class_state {
		margin-left: 12px !important;
		margin-top: 10px;
	}
	#address_form p.text #address2 {
		margin-left: 12px;
	}
	#address_form #city {
		width: 50%;
		margin-right: 9px;
	}

	#address input#phone, #address input#phone_mobile {
		margin-left: 12px;
	}
	#address #postcode  {
		margin-right: 0;
		width: 39%;
	}
	.formError {
		display: none !important;
	}
	#address .formError .formErrorContent {
		margin: 45px 0px 0px -335px;
	}
	#address .postcodeformError .formErrorContent{
		margin: 45px 0 0 -260px;
		min-width: 220px;
	}

	#address .cityformError .formErrorContent{
		margin: 45px 0 0 -358px;
		min-width: 220px;
	}
	#address_form textarea {
		width: 95% !important;
		border: 1px solid #BDC2C9;
		border-radius: 4px;
		box-shadow: 0px 1px 1px #DDD inset;
		color: #999;
	}
	#address_form input[type="submit"] {
		width: 80px !important;
		float: right;
		margin-right: 10px;
	}

	#address_form a[title="Previous"]{
		font-size: 15px;
		margin-left: 13px;
		display: inline-block;
		top: -15px !important;
		position: relative;
	}

	#identity .formError .formErrorContent {
	    margin: 51px 0px 0px -335px;
	}

	.id_info input[type="submit"] {
		width: 100px !important;
		float: right;
		margin-right: 7px;
	}
	.id_info .inline_button {
		float: left;
		margin-top: -12px;
	}
	.page-register #center_column {
		left: auto;
		width: 100%;

	}
	#login_holder {
		width: 100%;
	}
	#login_holder > table {
		display: none;
	}

	.mobile-description {
		display: block;
		text-align: center;
		padding: 20px 40px;
		clear: both;
	}
	.mobile-description p {
		margin-bottom: 1em;
	}

	.new_account_wineclub_info {
		padding-left: 50px;
		width:	310px !important;
		box-sizing: border-box;
		margin: 10px auto;
		height: 60px;
	}
	.existing_account_wineclub_info {
		width: 335px;
		box-sizing: border-box;
		padding-left: 70px;
		margin: 10px auto;
		height: 60px;
	}

	.mandatory_wrapper , div span.mandatory_wrapper.mobile{
		display: none;
	}

	.mandatory_wrapper.mobile {
		display: block;
	}
	#authentication .mystyled-select.country select {
		width: 100%;
	}
	.dob_select:after {
	    display: block;
	    content: " ";
	    clear: both;
	}
	#about #contact_map img {
		display: none;
	}
	#about #contact_map .mobile-img {
		display: block;
		max-width: 100%;
		height: auto;
	}
	#about #contact_map h2 {
		width: 100%;
	}

	#brand_pic_1,
	#brand_pic_2,
	#brand_pic_3,
	#brand_pic_4,
	#brand_pic_5,
	#brand_pic_6 {
		background: url("../img/ar_brand_manual_sprite_mobile.jpg") no-repeat scroll 0px 0px transparent;
		background-size: contain;
		height: 216px;
		width: 100%;
		float:none;
		margin: 15px 0;
		padding: 0 0 15px;
		border-bottom: 1px solid #EFE7D8;
	}
	#brand_pic_1:hover,
	#brand_pic_2:hover,
	#brand_pic_3:hover,
	#brand_pic_4:hover,
	#brand_pic_5:hover,
	#brand_pic_6:hover {
		background-position: 0 0;
	}

	#brand_pic_2 {
		background: url("../img/ar_2_brand_manual_sprite_mobile.jpg") no-repeat scroll 0px 0px transparent;
		background-size: contain;
	}

	#brand_pic_3 {
		background: url("../img/cape_brand_manual_sprite_mobile.jpg") no-repeat scroll 0px 0px transparent;
		background-size: contain;
	}

	#brand_pic_4 {
		background: url("../img/terra_brand_manual_sprite_mobile.jpg") no-repeat scroll 0px 0px transparent;
		background-size: contain;
	}

	#brand_pic_5 {
		background: url("../img/protea_brand_manual_sprite_mobile.jpg") no-repeat scroll 0px 0px transparent;
		background-size: contain;
	}

	#brand_pic_6 {
		background: url("../img/lormarins_brand_manual_sprite_mobile.jpg") no-repeat scroll 0px 0px transparent;
		background-size: contain;
	}
	/*.hide-mobile {
		display: none;
	}*/

	.mobile-terms-header {
		display: block;
		border: 1px solid #EFE7D8;
		background-color: #FBF8F2;
		padding: 5px 10px;
		box-sizing: border-box;
		height: 40px;
		font-size: 30px;
		cursor: pointer;
		position: relative;
	}
	.mobile-terms-header:after {
	    content: " ";
	    display: block;
	    background: url('/img/new_img_select_arrow.png') no-repeat scroll center center transparent;
	    width: 20px;
	    height: 30px;
	    position: absolute;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.mobile-terms-header.expanded:after {
	    background: url('/img/new_img_select_arrow_up.png') no-repeat scroll center center transparent;
	}
	.mobile-terms-container {
		padding: 10px 0;
	}
	.tasting_room_menu_wrapper {
		margin: 0 !important;
		position: relative !important;
	}
	#menu_list {
		float: none;
	}
	#menu_list .tasting_menu_button_1, #menu_list .tasting_menu_button_3,
	#menu_list .tasting_menu_button_1.active, #menu_list .tasting_menu_button_3.active {
	    background-position: right 15px center!important
	}

	#sample_menu_list {
		position: relative;
		margin-top: 10px;
		width: 100%;
	}

	#sample_menu_list ul,
	.tasting_menu_left{
		height: auto;
		width: 100%;

	}

	#sample_menu_list ul li {
		position: relative;
	    float: none !important;
	    width: 100% !important;
	    display: block;
	    padding: 7px 15px 0px;
	    box-sizing: border-box;
	}

	#sample_menu_list ul li:after {
		background: url(/img/new_img_select_arrow.png) no-repeat center center;
		background-size: contain;
		padding: 6px;
		position: absolute;
		right: 15px;
		top: 15px;
		content: " ";
		display: block;
	}

	#sample_menu_list ul li.active:after {
		background: url(/img/new_img_select_arrow_up.png) no-repeat center center;
		background-size: contain;
	}

	#sample_menu_list ul li.active {
		color: #4B4D53 !important;
		background: #FBF8F2;
		border-bottom: 1px solid #F4EBD9;
	}
	/*#sample_menu_loader {
		display: none;
	}*/
	#sample_menu_list ul li > div  {
		display: none;
		overflow: hidden;
		margin-left: -15px;
		margin-right: -15px;
		background: #fff;
		padding: 15px;
		margin-top: 5px;
		box-sizing: border-box;
		border-top: 1px solid #F4EBD9;
	}
	#sample_menu_list ul li.active div {
		display: block;
		height: auto;
	}
	.tasting_menu_left.first_sample {
		margin-top: 0;
	}

	.tasting_menu_item_wrapper_terra_2 {
		float: none;
		margin: 0px 0 15px;
		width: 100%;
	}

	.tasting_menu_item_wrapper {
		height: auto;
		margin: 10px 0;
		width: 100%;
		float: none;
	}
	.tasting_bottle_container {
	    overflow: hidden;
	    height: 120px;
	    border-bottom: 1px solid #e0c48e;
	    margin-bottom: 10px;
	}

	.menu_img_terra {
		display: none;
	}
		.tasting_menu_right {
			height: auto !important;
			width: 100%;
		}
	#tasting_room_terra_del_capo .tasting_booking_form,
	#tasting_room_terra_del_capo_success .tasting_booking_form {
		margin: 0;
		top: auto;
	}
	#tasting_room_terra_del_capo .tasting_menu_right .notice, #tasting_room_terra_del_capo_success .tasting_menu_right .notice {
		top: auto !important;
		margin: 10px 0;
		text-align: left;
	}
	 .booking_instructions_wrapper {
	 	width: 100%;
	 }
	.tasting_booking_form_left {
	    height: auto;
	    float: none;
	    width: 100%;
	    background: none;
	    margin-bottom: 20px;
	}
	.tasting_directions_icon {
		background-position: right 15px;
	}
	.tasting_booking_icon {
		background-position: right 15px;
	}
	.booking_information_container {
	    margin: 10px 0px;
	    padding-bottom: 25px;
	    padding-right: 70px;
	}

	#tasting_room_rupert .tasting_menu_right,
	#tasting_room_rupert_success .tasting_menu_right{
		display: none;
	}
	.tasting_menu_item_wrapper_terra_2 p,
	#tasting_room_terra_del_capo .notice, #tasting_room_rupert .notice,
	#tasting_room_terra_del_capo_success .notice, #tasting_room_rupert_success .notice{
		font: normal normal 13px Arial;   
	}
	#tasting_room_terra_del_capo .notice, #tasting_room_rupert .notice{ margin-top: 15px;}
	}

	#tasting_room_rupert #menu_loader .notice,
	#tasting_room_rupert_success #menu_loader .notice{
		top: auto !important;
	}
	.tasting_menu_item_wrapper_2 {
		width: 100%;
		float: none;
		margin: 10px 0;
	}
	#tasting_room_rupert .tasting_room_rupert_facts .notice,
	#tasting_room_rupert_success .tasting_room_rupert_facts .notice{
		font-weight: bold;
	}
	#form_loader {
	    float: none;
	    height: 100%;
	    width: 100%;
	}
	.tasting_booking_form_wrapper {
		height: 100%;
		padding: 25px 15px 10px;
		width: 100%;
		box-sizing: border-box;
	}
	.tasting_thankyou {
		top: auto !important;
	}
	#tasting_room_rupert_success .tasting_booking_form_wrapper,
	#tasting_room_terra_del_capo_success .tasting_booking_form_wrapper {
		padding: 50px 15px;
		margin-bottom: 10px;
	}
	#tasting_room_booking_form h2 {
		margin-bottom: 10px;
	}
	#tasting_room_booking_form table,
	#tasting_room_booking_form tbody,
	#tasting_room_booking_form tfoot,
	#tasting_room_booking_form thead,
	#tasting_room_booking_form tr,
	#tasting_room_booking_form td {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
	}
	#tasting_room_booking_form td {
		max-width: 100%;
		margin-bottom: 20px;
	}

	#tasting_room_booking_form .dob td {
	    float: left;
	    width: 32.4%;
	}
	#tasting_room_booking_form .dob td:last-child {
		width: 66%;
	}
	.tasting_room_additional_info {
	    width: 95%;
	    box-sizing: border-box;
	    margin-left: 10px;
	}
	#tasting_room_booking_form .dob td span{
		display: none;
	}

	#tasting_room_booking_form .dob .mystyled-select {
		width: 95%;
		box-sizing: border-box;
	}
	td.gender_wrapper {
		padding-left: 15px;
	}

	#tasting_room_name, #tasting_room_surname,
	#tasting_room_email {
		width: 89% !important;
	}
	#tasting_room_mobile, #tasting_room_telephone {
		width: 88% !important;
	}
	#tasting_room_telephone{
		margin-left: 13px;
	}
	#tasting_room_booking_form i {
		width: 100%;
		clear: both;
		display: block;
	}
	#menu_list ul li:last-child {
		padding-right: 0;
	}
	#defaultReal {
		margin: 0;
	}
	.fb_share {
		background: url("/img/img_share_fb@2x.png") no-repeat center center;
		background-size: contain;
		width: 73px;
		height: 30px;
	}
	.twitter_share {
		background: url("/img/img_share_twitter@2x.png") no-repeat center center;
		background-size: contain;
		width: 79px;
		height: 30px;
	}
	#contact_2 p {
		margin: 15px;
	}
	#wishlist_view {
		border-top: 0;
	}
	#mywishlist table.std tbody tr td,
	#mywishlist table.std thead tr th{
		background: #fff;
	}

	#mywishlist table.std tbody tr td:first-child	{
		background: #FBF8F2;
	}
	img.logo {
	/*	top:0; */
	}

	#footer .footer_info .footer_links.afr_move {
		left: auto;
	}

	#footer .footer_info .footer_links.afr_move img:nth-child(8) {
		display: block;
		opacity: 0;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 480px) {


	#footer_logo {
		padding: 25px 0;
		box-sizing: border-box;
	}

	#nvncategories_block_left_mobile .dropdown,
	#filter_block_left_mobile .dropdown {
		background: url('/img/category_arrow@2x.png') no-repeat right 10px center;
		background-size: 10px 7px;
	}

	.prev, .next, .next:hover, .next:active, .prev:hover, .prev:active {
		background: url('/img/arrow-prev@2x.png') no-repeat;
		background-size: contain;
		width: 25px;
		height: 34px;
	}
	.prev:hover, .prev:active {
		background: url('/img/arrow-prev-hover@2x.png') no-repeat;
		background-size: contain;
	}
	.next{
		background: url('/img/arrow-next@2x.png') no-repeat;
		background-size: contain;
	}
	.next:hover, .next:active {
		background: url('/img/arrow-next-hover@2x.png') no-repeat;
		background-size: contain;
	}

	#farm_content_footer_holder > div:hover > p,
	#farm_content_footer_holder > div.farm_bg > p {
		background: url(/img/farms-footer-hover@2x.png) no-repeat bottom center !important;
		background-size: contain !important;
	}

	#payment_selection_wrapper {
		margin-bottom: 20px;
	}
}
@media (max-width: 640px) {
.wineclub_facts_container .button {  
    height: auto;
}
}
@media (min-width: 414px) {
	.entry img {float:left; margin-right:39px;}
	.mobile_only { display:none}
	.desktop_only { display:block}
}
@media (max-width: 414px) {
	#blog_block select {
		
		width: 100%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.desktop_only { display:none}
	.mobile_only { display:block}
	#blog fieldset{
		min-width: 0;
	}
#page #blog .blog_tags,#page #blog .entrydate,#blog h2 a { margin:0px;}
#page #blog .entry_summary { padding-bottom:0px; margin:0px;}
img.logo { top: 0; }
.entry_summary img,.entry img { width:100%;margin-bottom: 15px;}
#page #blog_block { height:auto;}
.sponsor { display:none;}
#page #blog_block { width:100%;margin-top: -15px;}
#wine_club .mobile-arrow-line-container { display:none;}
#tasting_room_rupert .booking_information_container,
#tasting_room_terra_del_capo .booking_information_container { width:100%;}
#tasting_room_rupert .tasting_booking_form_left hr,
#tasting_room_terra_del_capo .tasting_booking_form_left hr { display:none;}

#tasting_room_terra_del_capo .tasting_notes_cta_make_a_booking_terra { margin: 0 auto; }
#wine_club #visit_heading.book { top:145px;}
#visit_heading { margin-top: 50px; padding-bottom: 0px; top: auto; }

#wine_club .tasting_room_wrapper.two { top: 0px;	}

	.brand_button_overlay {
		width: 100%;
	}
	.shop-all-wine, .shop-all-wine:hover {
		width: 135px;
		font-size: 18px;
		line-height: 44px;
		height: 40px;
	}
	#content_bottles_mobile .bottle_text .home_title {
		font-size: 19px;
	}

	#home_newsletter,
	a:hover #home_newsletter,
	#home_choose {
		height: 205px;
	}
	#home_slider {
		height: 209px;
	}

	.footer-payment-gateways {
		width: 80%;
	}
	.footer-payment-gateways img {
		max-width: 100%;
		height: auto;
		width: 100%;
	}
	.slides_container,
	.slides_container div.slide {
		width: 380px;
		height: 205px;
	}

	#slides .next {
		left: auto;
		right: -2px;
	}

	#slides .next, #slides .prev {
		top: 85px;
	}

	.caption, .caption_longer {
		width: 100%;
		padding: 5px 10px 0px;
	}

	#footer {
		padding: 20px 20px 30px;
	}

	#example {
		height: 205px;
		width: 100%;
	}

	#address_form #city {
		width: 44%;
		margin-right: 8px;
	}

	#address .formError .formErrorContent {
	    margin: 45px 0px 0px -275px;
	}

	#address .cityformError .formErrorContent {
	    margin: 45px 0px 0px -320px;
	}

 #farm_button1, #farm_button2, #farm_button3, #farm_button4, #farm_button5,
 #farm_button1:hover, #farm_button2:hover, #farm_button3:hover, #farm_button4:hover, #farm_button5:hover {
    /*width: 25%;*/
  }
 #farm_content_footer p {
    font-size: 22px;
  }

 .farm-content-image-mobile {
    margin-bottom: 10px;
  }

 #farm_content_footer #arrow_active {
      margin-left: 27px;
  }

 .hover-title a {
    font-size: 23px;
  }
  body#wine_club #img_title .frist_cap {
      font-size: 35px;
  }
  body#wine_club #img_title {
      font-size: 29px;
      padding: 0;
  }

 #identity .mystyled-select {
	    margin: 0px 0px 0px 14px;
	    height: 30px;
	    width: 28.4% !important;
	}

	#authentication .wine_club_wrapper {
		height: 310px;
	}

	.dob_select .mystyled-select {
		margin-right: 8px;
	}

	/*#account-creation_form #city {
	    width: 62% !important;
	    margin-right: 10px;
	}*/

	#authentication .wine_club_wrapper {
	    height: 380px;
	}
	#brand_pic_1,
	#brand_pic_2,
	#brand_pic_3,
	#brand_pic_4,
	#brand_pic_5,
	#brand_pic_6 {
		height: 184px;
	}
	.mobile-terms-header {
		height: 35px;
		font-size: 25px;
	}
 #tasting_room_terra_del_capo .brand_logo_title h3,
	#tasting_room_rupert .brand_logo_title h3,
	#tasting_room_terra_del_capo_success .brand_logo_title h3,
	#tasting_room_rupert_success .brand_logo_title h3{
        font-size: 42px;
    }
 .tasting_notes_cta_make_a_booking_terra, .tasting_notes_cta_make_a_booking_terra:hover,
	.tasting_notes_cta_make_a_booking, .tasting_notes_cta_make_a_booking:hover{
    	height: 206px;
    }
 #tasting_room_name, #tasting_room_surname, #tasting_room_email, #tasting_room_mobile, #tasting_room_telephone {
    	width:86% !important;
    }
	.galleria-container {
		height: 323px !important;
	}
	.fb_share {
		width: 63px;
		height: 26px;
	}
	.twitter_share {
		width: 68px;
		height: 26px;
	}
	#address #postcode {
		width: 44%;
	}
}
@media (max-width: 376px) {
	.tasting_room_wrapper { top:145px;}
	#visit_heading { top: 145px; }
	#wine_club #visit_heading.brand_title .frist_cap { font-size: 52px; }
	#wine_club .tasting_room_wrapper.two { top: 170px;	}
}
@media (max-width: 384px) {
	#content_bottles_mobile .bottle_text .home_title {
		font-size: 18px;
	}
 .slides_container, .slides_container div.slide {
      width: 350px;
  }

 #example {
    width: 350px;
  }

.slide a img {
	width: 140%;
	height: auto;
	margin-left: -20%;
}
 .caption p, .caption_longer p {
    top: 0;
  }

 #home_newsletter, a:hover #home_newsletter, #home_choose {
      height: 189px;
  }
 .hover-title a {
      font-size: 21px;
  }

 #farm_button1, #farm_button2, #farm_button3, #farm_button4, #farm_button5, #farm_button1:hover, #farm_button2:hover, #farm_button3:hover, #farm_button4:hover, #farm_button5:hover {
    /*width: 91px;*/
  }

 #farm_content_footer p {
      font-size: 18px;
  }
  body#wine_club #img_title .frist_cap {
      font-size: 35px;
  }
  body#wine_club #img_title {
      font-size: 29px;
      padding: 0;
  }
	#address_form #city {
		width: 44%;
		margin-right: 7px;
	}

	#address .formError .formErrorContent {
	    margin: 45px 0px 0px -245px;
	}
	#address .cityformError .formErrorContent {
	    margin: 45px 0px 0px -280px;
	}

	#identity .mystyled-select {
	    width: 28.1% !important;
	}
	.id_info input[type="submit"] {
	    margin-right: 0px;
	}
	#authentication .wine_club_wrapper {
		height: 284px;
	}
	#account-creation_form input.text, #authentication textarea {
		margin-left: 8px;
	}

	#account-creation_form #city {
	  /*  width: 60% !important;*/
	    margin-right: 9px;
	}

	#authentication #account-creation_form #address2 {
	    margin-left: 10px !important;
	}
	.dob_select .mystyled-select {
	    margin-right: 7px;
	}
	#brand_pic_1,
	#brand_pic_2,
	#brand_pic_3,
	#brand_pic_4,
	#brand_pic_5,
	#brand_pic_6 {
		height: 170px;
	}

	.mobile-terms-header {
		font-size: 24px;
	}
	.galleria-container {
		height: 300px !important;
	}
	#tasting_room_terra_del_capo .brand_logo_title h3,
	#tasting_room_terra_del_capo_success .brand_logo_title h3,
	#tasting_room_rupert .brand_logo_title h3,
	#tasting_room_rupert_success .brand_logo_title h3{
		font-size: 39px;
	}

	.fb_share {
		width: 58px;
		height: 24px;
	}
	.twitter_share {
		width: 63px;
		height: 24px;
	}
}

@media (max-width: 375px) {

 #content_bottles_mobile .bottles,
 #content_bottles_mobile .bottle_text_container .bottle_text {
      width: 18.9%;
  }
 #content_bottles_mobile .bottle_text .home_title {
      font-size: 17px;
  }

 .slides_container, .slides_container div.slide {
      width: 341px;
  }
 .caption, .caption_longer {
      padding: 5px;
  }

 #footer {
      padding: 20px 15px 30px;
  }

 #home_newsletter, a:hover #home_newsletter, #home_choose {
      height: 184px;
  }


.slide a img {
		width: 145%;
	}
 .caption p, .caption_longer p {
      top: 0px;
	  font-size: 11px;
	  height: 30px;
  }
 .brand_button_overlay p {
    margin-bottom: 10px;
    font-size: 11px;
  }

 #farm_button1,
 #farm_button2,
 #farm_button3,
 #farm_button4,
 #farm_button5,
 #farm_button1:hover,
 #farm_button2:hover,
 #farm_button3:hover,
 #farm_button4:hover,
 #farm_button5:hover {
    /*width: 88px;*/
  }
  body#wine_club #img_title .frist_cap {
      font-size: 35px;
  }
  body#wine_club #img_title {
      font-size: 29px;
      padding: 0;
  }
 #address_form #postcode {
    width: 44%;
	}
	#address_form #city {
		margin-right: 6px;
	}

	#address .formError .formErrorContent {
	    margin: 45px 0px 0px -235px;
	}
	#address .cityformError .formErrorContent {
	    margin: 45px 0px 0px -260px;
	}
	#identity .mystyled-select {

	    width: 28% !important;
	}

	.dob_select .mystyled-select {
	    margin-right: 6px;
	}
	#account-creation_form #city {
	   /* width: 58% !important;*/
	    margin-right: 11px;
	}
	#account-creation_form .contact_numbers_container #phone_mobile,
	.country_state_select .mystyled-select {
	    margin-left: 15px;
	}
 #authentication	#account-creation_form .contact_numbers_container #phone_mobile, .country_state_select .mystyled-select {
	    margin-left: 0px;
	}
	#authentication .wine_club_wrapper {
	    height: 368px;
	}

	#brand_pic_1,
	#brand_pic_2,
	#brand_pic_3,
	#brand_pic_4,
	#brand_pic_5,
	#brand_pic_6 {
		height: 166px;
	}

	#tasting_room_terra_del_capo .brand_logo_title h3,
	#tasting_room_terra_del_capo_success .brand_logo_title h3,
	#tasting_room_rupert .brand_logo_title h3,
	#tasting_room_rupert_success .brand_logo_title h3{
		font-size: 38px;
	}
	.tasting_notes_cta_make_a_booking_terra, .tasting_notes_cta_make_a_booking_terra:hover,
	.tasting_notes_cta_make_a_booking, .tasting_notes_cta_make_a_booking:hover{
		height: 184px;
	}
	#defaultReal {
		margin: 0;
		width: 45%;
	}
	.galleria-container {
		height: 293px !important;
	}

	.fb_share {
		width: 58px;
		height: 24px;
	}
	.twitter_share {
		width: 63px;
		height: 24px;
	}

	tr.cart_item td,
	#cart_summary .price,
	#cart_summary .price-discount{
		font-size: 12px;
	}
}

@media (max-width: 360px) {
 #home_newsletter, a:hover #home_newsletter, #home_choose {
      height: 176px;
  }
	#content_bottles_mobile .bottles, #content_bottles_mobile .bottle_text_container .bottle_text {
		width: 18.8%;
	}
 .slides_container, .slides_container div.slide {
      width: 326px;
      height: 175px;
  }
 #home_newsletter, a:hover #home_newsletter, #home_choose, #slides,  {
      height: 175px;
  }
	 #slides .next, #slides .prev {
	    top: 65px;
	}
	 #footer .footer_info .footer_links img {
	      padding: 0px 8px !important;
	  }
	 #home_slider {
	    height: 179px;
	  }
	 #example {
	    height: 175px;
	  }
	 .caption, .caption_longer {
	      padding: 5px;
	  }

	 .hover-title a {
	      font-size: 20px;
	  }

	 #farm_content_footer #arrow_active {
	      margin-left: 23px;
	  }
	  body#wine_club #img_title .frist_cap {
	      font-size: 35px;
	  }
	  body#wine_club #img_title {
	      font-size: 26px;
	      padding: 0;
	  }
	#identity input {
		margin-left: 9px;
	}

  	#address_form #postcode {
	    width: 44%;
	}
	#address .formError .formErrorContent {
	    margin: 45px 0px 0px -223px;
	}
	#address .cityformError .formErrorContent {
		margin: 45px 0px 0px -255px;
	}

	#address .postcodeformError .formErrorContent {
	    margin: 45px 0px 0px -245px;
	}

	#identity .mystyled-select {
	    width: 27.7% !important;
	}
	.my_dob {
	    margin-left: 14px;
	}
	.dob_select {
	    margin-left: 14px !important;
	}
	#account-creation_form input.text, #authentication textarea {
	    margin-left: 7px;
	}
	#authentication #account-creation_form #address2 {
	    margin-left: 9px !important;
	}
	#account-creation_form #city {
	   /* width: 58% !important;*/
	    margin-right: 7px;
	}
	#account-creation_form .contact_numbers_container #phone_mobile, .country_state_select .mystyled-select {
	    margin-left: 14px;
	}
 #authentication	#account-creation_form .contact_numbers_container #phone_mobile, .country_state_select .mystyled-select {
	    margin-left: 0px;
	}
	#authentication .wine_club_wrapper {
	    height: 265px;
	}
	#brand_pic_1,
	#brand_pic_2,
	#brand_pic_3,
	#brand_pic_4,
	#brand_pic_5,
	#brand_pic_6 {
		height: 158px;
	}

	.mobile-terms-header {
		font-size: 22px;
	}
	.footer-payment-gateways > div {
		width: 90% !important;
		height: 25px;
	}
	.footer-payment-gateways {
		height: 40px !important;
	}
	#tasting_room_terra_del_capo .brand_logo_title,
	#tasting_room_rupert .brand_logo_title,
	#tasting_room_terra_del_capo_success .brand_logo_title,
	#tasting_room_rupert_success .brand_logo_title {
		width: 84%;
	}
	#tasting_room_terra_del_capo .brand_logo_title h3,
	#tasting_room_terra_del_capo_success .brand_logo_title h3,
	#tasting_room_rupert .brand_logo_title h3,
	#tasting_room_rupert_success .brand_logo_title h3{
		font-size: 36px;
	}
	.tasting_notes_cta_make_a_booking_terra, .tasting_notes_cta_make_a_booking_terra:hover,
	.tasting_notes_cta_make_a_booking, .tasting_notes_cta_make_a_booking:hover{
		height: 176px;
	}
	#tasting_room_name, #tasting_room_surname, #tasting_room_email, #tasting_room_mobile, #tasting_room_telephone {
		width: 85% !important;
	}
	#defaultReal {
		width: 44%;
	}
	.galleria-container {
		height: 281px !important;
	}

	.fb_share {
		width: 49px;
		height: 20px;
	}
	.twitter_share {
		width: 53px;
		height: 20px;
	}
	#address_form p.text #address2 {
		margin-left: 12px;
	}
	#address .mystyled-select {
		margin-left: 8px;
	}
	#address .mystyled-select.class_state {
		margin-left: 12px !important;
	}
	#address input#phone, #address input#phone_mobile {
		margin-left: 12px;
	}
}

@media (max-width: 320px) {

	#content_bottles_mobile .bottle_text .home_title {
		font-size: 14px;
	}
	.shop-all-wine, .shop-all-wine:hover {
		width: 150px;
	}

 .slides_container, .slides_container div.slide {
      width: 286px;
      height: 155px;
  }

 #footer {
      padding: 20px 10px 30px;
  }
 #footer .footer_info .footer_links img {
    padding: 0px 3px !important;
  }
 #home_newsletter, a:hover #home_newsletter, #home_choose {
      height: 155px;
  }
 #home_slider {
    height: 159px;
  }
 #example {
    height: 155px;
  }
 .caption, .caption_longer {
      padding: 5px;
  }
 #slides .next, #slides .prev {
    top: 60px;
  }

 #farm_button1,
 #farm_button2,
 #farm_button3,
 #farm_button4,
 #farm_button5,
 #farm_button1:hover,
 #farm_button2:hover,
 #farm_button3:hover,
 #farm_button4:hover,
 #farm_button5:hover {
      /*width: 75px;*/
  }

  	#mywishlist table.std thead th.first_item,
	#mywishlist table.std tbody tr td,
	#mywishlist table.std thead th.mywishlist_first,
	#mywishlist table.std thead th.mywishlist_second {
		font-size: 11px;
	}
 #farm_content_footer p {
      font-size: 15px;
  }
 .hover-title a {
      font-size: 17px;
  }
 .brand_button_overlay p {
      margin-bottom: 5px;
      font-size: 9px;
      padding: 0;
  }
 .quick_button_hover {
      height: 122px;
  }
 #farm_content_footer #arrow_active {
      margin-left: 15px;
  }

  body#wine_club #img_title {
    font-size: 22px;
    padding:0;
  }
  body#wine_club #img_title .frist_cap {
      font-size: 28px;
  }
 #img_title .brand_logo {
    width: 60px;
  }
  h7 {
  	font-size: 30px;
  }
 #address_form input {
  	margin: 0px 0px 0px 8px;
  }
 #address .mystyled-select {
    margin: 0px 0px 22px 8px;
}
 #address_form p.text #address2 {
	    margin-left: 12px;
	}
 #address_form #postcode {
	    width: 42%;
	}
	#address .formError .formErrorContent {
	    margin: 45px 0px 0px -185px;
	}
	#address .cityformError .formErrorContent {
		margin: 45px 0px 0px -255px;
	}

	#address .postcodeformError .formErrorContent {
	    margin: 45px 0px 0px -116px;
	}

	#identity .mystyled-select {
		width: 31% !important;
		margin-left: 9px;
	}
	#identity input {
	    margin-left: 7px;
	}
	#identity .mystyled-select:nth-child(2) {
	    width: 18% !important;
	    margin-left: 14px;
	}
	#identity .mystyled-select.month {
	    width: 38% !important;
	}
	#identity .check_p {
		font-size: 11px;
	}

	#account-creation_form input.text, #authentication textarea {
	    margin-left: 5px;
	}
	.dob_select .mystyled-select:first-child {
		width: 23%;
	}
	.dob_select .mystyled-select.month {
	    width: 43%;
	}
	.dob_select .mystyled-select:last-child {
	    width: 26%;
	}
	#authentication #account-creation_form #address2 {
	    margin-left: 7px !important;
	}
	#account-creation_form #city {
	    width: 53% !important;
	    margin-right: 7px;
	}
	#account-creation_form .contact_numbers_container #phone_mobile, .country_state_select .mystyled-select {
	    margin-left: 13px;
	}
	#authentication .wine_club_wrapper {
	    height: 328px;
	}
	#authentication .wine_club_wrapper .left {
		left: 5px;
	}
	#brand_pic_1,
	#brand_pic_2,
	#brand_pic_3,
	#brand_pic_4,
	#brand_pic_5,
	#brand_pic_6 {
		height: 139px;
	}
	.mobile-terms-header:after,
	.mobile-terms-header.expanded:after {
		background-size: contain;
		width: 15px;
	}
	.mobile-terms-header {
	    height: 33px;
	    font-size: 20px;
	}
	#tasting_room_terra_del_capo .brand_logo_title, #tasting_room_rupert .brand_logo_title,
	#tasting_room_terra_del_capo_success .brand_logo_title, #tasting_room_rupert_success .brand_logo_title{
		width: 82%;
	}
	#tasting_room_terra_del_capo .brand_logo_title h3,
	#tasting_room_terra_del_capo_success .brand_logo_title h3,
	#tasting_room_rupert .brand_logo_title h3,
	#tasting_room_rupert_success .brand_logo_title h3{
		font-size: 31px;
	}
	.tasting_notes_cta_make_a_booking_terra, .tasting_notes_cta_make_a_booking_terra:hover,
	.tasting_notes_cta_make_a_booking, .tasting_notes_cta_make_a_booking:hover{
		height: 155px;
	}

	#menu_list .tasting_menu_button_1, #menu_list .tasting_menu_button_3,
	#menu_list .tasting_menu_button_1.active, #menu_list .tasting_menu_button_3.active {
	    background-position: right 2px center!important
	}
	#defaultReal {
		width: 35%;
	}

	#tasting_room_name, #tasting_room_surname, #tasting_room_email, #tasting_room_mobile, #tasting_room_telephone {
		width: 83% !important;
	}
	#menu_list ul li {
		font-size: 25px;
		padding-right: 15px;
		line-height: 1;
	}
	#menu_list .tasting_menu_button_1, #menu_list .tasting_menu_button_3 {
		background-position: 107px center !important;
	}
	.galleria-container {
		height: 250px !important;
	}

	.brand_button_overlay {
		height: 100px;
	}

	#farm_content_footer {
		background-size: 20%;
	}
	#address_form #city {
		margin-right: 5px;
	}
}


#product_list .center_block_cuisine{
	float: left;
	width: 30%;
	margin: 0;
	height: auto;
}


#product_list li.cuisine_listing .right_block_cuisine{
	margin: 15px 0 0 20px;
	width: 65%;
	text-align: left;
	float: left;
}

#product_list li.cuisine_listing .right_block_cuisine .cuisineother{
	display: none;
}

#product_list .center_block_cuisine .cuisine_img_wrapper {
	height: auto;
	width: auto;
}

#product_list .center_block_cuisine .cuisine_img_wrapper img{
	width: 100%;
}

@media only screen and (max-width: 480px) {

	#magicmix {
		background: url("../img/specials/img_magic_eng.jpg") no-repeat;
		width: 100%;
		height: 320px;
		background-size: 100%;
	}

	#cogh_special,#cogh_special_afr,#lorma_special_afr,#lorma_special,#protea_special_afr,#protea_special,#valentine_special,#petit_special_afr,#petit_special,#tdc_special_afr,#tdc_special {
		width: 100%;
		height: 210px;
		background-size: 100%;
	}


	#order .languageselect,
 #authentication .languageselect,
 #about .languageselect,
 #brand_manuals .languageselect,
 #privacy .languageselect,
 #terms .languageselect
    {
        display: none;
    }

 #product_list .center_block_cuisine .cuisine_img_wrapper img {
		width: 145px;
	}

	#product_list .center_block_cuisine {
		width: 100%;
		padding: 30px 10px;
		background: none repeat scroll 0px 0px #FBF8F2;
		border: 1px solid #F1E2D1;
		padding: 30px 10px;
		box-sizing: border-box;
	}

	.right_block_cuisine h2.cuisine_title_container {
		font-size: 30px;
		text-align: center;
	}

	#product_list .center_block_cuisine .cuisine_img_wrapper {
		float: none;
	}

	ul#product_list li div.right_block_cuisine .right_block_left_section {
		margin-top: 0 !important;
	}
}


@media only screen and (max-width: 360px) {
	#product_list .center_block_cuisine .cuisine_img_wrapper img {
		width: 138px;
	}
}

@media only screen and (max-width: 320px) {
	#product_list .center_block_cuisine .cuisine_img_wrapper img {
		width: 115px !important;
	}

	.right_block_cuisine h2.cuisine_title_container {
		font-size: 20px !important;
	}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#product .award_wrapper.afr { display:none;}
}

.mobile-shopping-cart-container.expanded #display_cart {
	background: #fbf8f2;
}

.mobile-menu-list-container {
	margin-top: 48px;
}

@media all and (max-width: 480px) {
	#sample_menu_list ul li {
		border: 1px solid #F4EBD9;
		border-bottom: none;
	}

	#sample_menu_list ul li:last-child {
		border-bottom: 1px solid #F4EBD9;
	}
}

#newsletterSubFooter {
	display: inline-block;
	vertical-align: -6px;
	margin-right: 30px;
	min-width: 256px;
}

.thankyou-msg {
	padding-bottom: 24px;
}

#newsletterSubFooter input[type="email"] {
	background-color: #1a1a1a;
	color: white;
	padding-left: 10px;
	border: none;
	box-shadow: 0px 1px 1px #000 inset;
	height: 30px;
	margin-right: 10px;
}

#newsletterSubFooter button {
	background: url(../img/img_button_bg.gif) repeat-x scroll center center / contain transparent;
	border: 1px solid #BB9D62 !important;
	color: #474747;
	font-family: "kokilaitalic";
	font-size: 21px;
	height: 30px;
	letter-spacing: 0px;
	padding: 3px 9px 0px;
	position: relative;
	text-decoration: none !important;
	border-radius: 3px;
	cursor: pointer;
}

@media all and (max-width: 640px) {
	#newsletterSubFooter {
		margin-top: 13px;
		margin-bottom: 40px;
		margin-right: 0;
		width: 100%;
	}

	.thankyou-msg {
		padding: 0;

	}

	.thankyou-msg p {
		width: 100%;
		text-align: center;
	}

	.sub-item-container {
		position: relative;
		display: inherit;
	}

	#newsletterSubFooter input[type="email"] {
		margin-left: 0;
	}
}

.no_stock { right:0px;}

#wine_range.cocktail #new_arrow_line { margin-top:5px;}
#wine_range.cocktail .brand_title { margin-bottom:25px;}
.mobile_spirits {
    background: url(../img/img_mobile_spirits.jpg) no-repeat scroll center center / contain transparent;
    width: 100%;
    min-height: 220px;
    float: none;
}
.mobile_spirits div { width:50%; height:auto; min-height:220px; float:left;}
#farms_listing .active,#farms_listing .hover { background-position: bottom !important;}


.vintage-chart #cintage-shop-chart {
    background: url(../img/vintage-chart-shop3.jpg) no-repeat scroll;
    height: 242px;
    width: 100%;
    display: block;
    margin-top: 33px;
}
/*.vintage-chart #cintage-shop-chart:hover {
     background: url(../img/vintage-chart-shop2.jpg) 0px -242px no-repeat scroll;
    height: 242px;
    width: 100%;
    display: block;
    margin-top: 33px;
}*/
.vintage-chart {
    width: 242px;
}



/* Int Shop Listing */
#int_shop { background: url(../img/img_shop_list.png) no-repeat scroll top center / contain #fbf8f2; padding:38px; padding-bottom:30px; }
.int_shop_divider {border-top: 1px solid #efe7d8; clear: both; height: auto; min-height: 10px; margin-top:25px; padding-bottom:25px;}
#int_shop select { width:203px;}
#category #int_shop h2 { color:#c4a666; margin-bottom:17px;}
#category #int_shop .right h2 { color:#333;}
.info_block { width:33%; float:left;}
.info_holder { display: inline-block; width: 100%; }
.country_detect { color:#af8742; font-weight:bold; font-style:italic;}

#nvncategories_block_left .tree li.active li.category_id_25,
#top_menu_04,.trigger_user,
.trigger_wishlist,.trigger_cart,
.sf-menu.mobile li.dark-nav { display:none; }

.sf-menu.mobile li.dark-nav.selected_language,.sf-menu.mobile li.darknav.languageselect {display:block;}


/*FROM ON CONTACT PAGE*/

.form_container {
    display: inline-block;
    background-color: #fbf8f2;
    border: 1px solid #f4ead7;
    padding: 15px;
}
.form_container h2 {
    color: #b89451;
    padding: 0px 10px;
}
.form_container form p{
    width: 47%;
    padding: 10px 10px 10px 0px;
    display: inline-flex;
    float: left;
    color: #b89451;
}
.form_container form p input{
    min-width: 89%;
    padding: 2px 10px;
}
.form_container textarea {
    resize: vertical;
    border: 1px solid rgb(189, 194, 201);
    border-radius: 4px;
    box-shadow: rgb(221, 221, 221) 0px 1px 1px inset;
    color: rgb(153, 153, 153);
    height: 105px;
    width: 90%;
    padding: 10px;
    margin: 12.9972px 0px 12.9972px 13px;
}

.form_container textarea, .form_container form input{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: capitalize;
}
.form_container p.user input {
    background: url(../img/img_icon_user.gif) no-repeat scroll 9px 2px;
    padding-left: 29px;
    background-color: #fff;
    min-width: 85%;
}
.form_container form input.button_large.frm {
    background: url(../img/img_button_bg.gif) repeat-x scroll center center / contain transparent;
    border: 1px solid #BB9D62 !important;
    color: #474747;
    font-family: "kokilaitalic";
    font-size: 21px;
    height: 30px;
    letter-spacing: 0px;
    padding: 3px 9px 0px;
    position: relative;
    text-decoration: none !important;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 20px;
    width: 106px;
}
.form_container select {
    width: 746px;
    height: 34px;
    margin: 8px 13px;
}

/*Mobile Form*/
div.form_container.mobile p.user input {
    background: none;
    background-color: #fff;
}
div.form_container.mobile select {
    width: 81%; 
}
div.form_container.mobile {
    width: 92%;  
}
div.form_container.mobile form p input {
    min-width: 75%;
    padding: 2px 10px;
}
div.form_container.mobile textarea {
    width: 75%;
}
div.form_container.mobile form p {
    width: 100%;
}

/* #capeofgoodhopewineseries #about_left, */
#capeofgoodhopewineseries #filter_block_left,
#capeofgoodhopewineseries #blog_block,
#capeofgoodhopewineseries #nvncategories_block_left,
#capeofgoodhopewineseries #filter_block_left_mobile { display:none;}

#capeofgoodhopewineseries #about_1 img { margin-bottom:15px;}

#capeofgoodhopewineseries #arrow_line { width:100%}

#capeofgoodhopewineseries #contact_middle {/* margin-right:15px;*/}
#capeofgoodhopewineseries ul li { margin-left:35px !important;}
#capeofgoodhopewineseries #contact_heading2 { width:100%;padding-bottom: 7px;}
#capeofgoodhopewineseries #center_column { width: 100%; }
#capeofgoodhopewineseries #about_1 {     padding-top: 40px;
float: none;
overflow: hidden;
max-width: 800px;}

#capeofgoodhopewineseries #about_1 p { line-height: 20px; }


@media (max-width: 640px) {
	#capeofgoodhopewineseries #contact_middle,
	#capeofgoodhopewineseries #nvncategories_block_left_mobile {display:none;}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-width: 480px) {
	#capeofgoodhopewineseries #columns { padding: 20px 0 0px; }
}