/*
Theme Name: Winery
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: Winery 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*----html-5-start-----*/
select {
    
    text-indent: 0.01px;
    text-overflow: '';
    -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}
form input[type='number']::-webkit-outer-spin-button,
form input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/*HTML 5 CSS RESET*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
h3 {
	line-height: 110%;
font-size: 25px;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul, #home-gallery  {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted inherit;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* -----------------------------------*/
/*		00 - Common Elements  		  */
/* -----------------------------------*/
/*----html-5-end-----*/
img{
	display:block;
	 border:0;
    outline:0;
}

/*----------------------------*/

body {
	font-family: courier_newregular;
	color: #7d7d7d;
	text-decoration: none;
	margin:0px;
	padding:0px;
	font-size:12px;
}
.clear{
	clear:both;
}
.sep{
	padding:5px;
}
.wrapper{
	width:1170px;
	margin:0px auto;
}
.header{
	/*background:url(images/headerbg.png) repeat-x center top;*/
	background:url(images/headerbg.png) repeat center top;
	margin:0px;
	padding:0px;
}
.header01{
	/*height:116px;*/
	margin:0px;
	min-height:116px;
}
.logo{
	float:left;
	width:150px;
	padding-top:20px;
	position: absolute; /*new*/
}
.bottles{
	/*
    background:url(images/bottles-bg.png) no-repeat left top;
	width:138px;
	height:37px;
	float:right;
	margin-top:47px;
	margin:47px 0px 0px 0px;
     */
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    font-size: 13px;
    font-weight: bold;
    height: 37px;
    line-height: 18px;
    margin: 47px 0 0;
    text-align: center;
    min-width: 141px;
    padding-right:2px;
}
.numberItemsClass
{
    float:left;
    width:70px;
    color: #C30013;
    height:37px;
}
.totalPriceClass
{
    float:left;
    min-width:68px;
    background:#C30013;
    color:#ffffff;
    height:33px;
    margin-top:2px;
}
.priceTotalVal
{
    margin-top:10px;
}
/*--Menu Start--*/
.menu{
	margin:0px;
	padding:0px;
	/*width:560px;*/
	float:right;
	height:116px;
	line-height:116px;
	font-family:langdonregular;
}
.menu ul{
	margin:0px;
	padding:0px 50px 0px 0px;
	text-align:right;
}
.menu li{
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
	text-transform:uppercase;
	
}
.menu li a{
	padding:0px 22px;
	text-decoration:none;
	font-size:19px;
	color:#ffffff;
	font-weight:normal;
}
.menu li a:hover{
	padding:0px 22px;
	text-decoration:underline;
}
.menu li a.active{
	
	text-decoration:underline;
	font-size:18px;
	color:#ffffff;
}
.current-menu-item{
	
	text-decoration:underline;
	font-size:18px;
	color:#ffffff;
}

/*--Menu End--*/

.header02{
	height:85px;
}
.header02 select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
.selecton{
	float:left;
	width:176px;
	padding-top:15px;
}
.selecton-inp{
	/*background:url(images/select-on.png) no-repeat left top;*/
    background:url(images/select-on-drop-on.png) no-repeat 90% 50%;

    border:3px solid #ffffff;
	padding:15px 9px 11px 10px;
	width:176px;
	color:#ffffff;
	font-family: courier_newregular;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.select-rt-arrow{
	padding:30px 12px 0px 12px;
	float:left;
}

.select01{
	float:left;
	width:174px;
	padding-top:15px;
}
.select01-inp{
	/*background:url(images/select01.png) no-repeat left top;*/
    background:url(images/select-on-drop-off.png) no-repeat 90% 50%;
	border:3px solid #C5A0A5;
	padding:13px 9px 12px 10px;
	width:174px;
	color:#bab9b9;
	font-family: courier_newregular;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.select02{
	float:left;
	width:170px;
	padding-top:15px;
}
.select02-inp{
	/*background:url(images/select02.png) no-repeat left top;*/
    background:url(images/select-on-drop-off.png) no-repeat 90% 50%;
	border:3px solid #C5A0A5;
	padding:13px 9px 12px 10px;
	width:170px;
	color:#bab9b9;
	font-family: courier_newregular;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.go-btn{
	float:left;
	width:72px;
	padding:14px 0px 0px 23px;
}
.searchpart{
	width:287px;
	height:39px;
    border:solid 2px #C5A0A5;
	float:right;
	/*background:url(images/searchbg.png) no-repeat left top;*/
	margin-top:18px;
}
.searchpartfocus
{
    border:solid 2px #ffffff;
}
.searchpart-left{
	width:218px;
	float:left;
}
.searchpart-left-inp{
	width:218px;
	background:none;
	border:none;
font-size: 16px;
font-style: normal;
border: none;
color: #ffffff;
padding: 14px 0px 0px 10px;
font-family: courier new;
}
.search-btn{
	width:49px;
	float:right;
	padding:3px 3px 0px 0px;
}
#browseLink {

}

/*--home page--*/
.home{
	background:url(images/homebg1.jpg) no-repeat center top;
	/*min-height:587px;*/
    min-height:587px;
    background-size:cover;
    background-position: center center;

}
.home-contain{
	padding:100px 0px 0px 10px;
	
	font-size:40px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:normal;
	line-height:normal;
	font-family:langdonregular;
}
.home-contain h1{
	padding:0px 0px 45px 0px;
	margin:0px;
	font-size:60px;
	text-transform:lowercase;
	color:#ffffff;
	font-weight:normal;
	font-family:langdonregular;
}
.home-btn{
	border:solid 5px #ffffff;
	width:250px;
	height:63px;
	line-height:65px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
	font-family: courier_newregular;
	margin-top:40px;
	cursor: pointer;
}
.home-btn:hover{
	background-color: white;
	color:red;
	
}
/*--home end--*/

/*--Cntact page--*/

.contact{
	margin:0px;
	font-size:14px;
}
.contact h1{
	margin:7px 0px 85px 0px;
	padding:56px 0px 0px 0px;
	background:url(images/contact-tit.jpg) no-repeat center top;
	font-size:48px;
	font-weight:normal;
	color:#bf1f1f;
	text-align:center;
	
	font-family:langdonregular;
	letter-spacing:1px;
}
.storymain{
	padding:0px 0px 140px 0px;
}
.story-left{
	width:568px;
	float:left;
}
.story-left-cont{
	width:375px;
	float:right;
	min-height:288px;
	line-height:30px;
}
.story-right{
	width:570px;
	float:right;
}
.story-right-cont{
	width:375px;
	min-height:288px;
	line-height:30px;
}

.teammain{
	padding:0px 0px 60px 0px;
}
.team01{
	float:left;
	width:268px;
	margin-right:32px;
}
.mrgnone{
	margin-right:0px;
}
.teammain h2{
	color:#313131;
	font-weight:normal;
	font-size:24px;
	text-transform:uppercase;
	line-height:20px;
	padding:22px 0px 18px 0px;
	margin:0px;
	
	font-family:langdonregular;
}
.teammain h2 span{
	color:#313131;
	font-weight:normal;
	font-size:14px;
	text-transform:none;
	font-family:arvoregular;
}
.teammain p{
	margin:0px;
	padding:0px;
	color:#565656;
	font-size:14px;
	line-height:normal;
}
.you{
	text-align:center;
	color:#313131;
	font-size:14px;
	text-transform:uppercase;
	padding-bottom:20px;
}
.you span{
	color:#b01a1a;
	font-size:24px;
	text-decoration:none;
	font-weight:normal;
	
	font-family:langdonregular;
}


/*--contain--*/

.contain{
	margin:0px;
	padding:0px;
}
.contain h1{
	text-align:center;
	color:#c30013;
	font-size:60px;
	text-transform:uppercase;
	padding:80px 0px 30px 0px;
	line-height:40px;
	font-weight:normal;
	background:url(images/search-tit-sep.jpg) no-repeat center bottom;
	
	font-family:langdonregular;
	letter-spacing:1px;
}
.bgnone{
	background:none!important;
}
.contain h1 span{
	color:#717171;
	font-size:24px;
}

.contain-sub-title{
	color:#7e7e7e;
	font-size:30px;
	text-transform:uppercase;
	padding:40px 0px 0px 0px;
	text-align:center;
	
	font-family:langdonregular;
	letter-spacing:1px;
}
.contain-sub-title-red{
	color:#c30013;
	font-size:30px;
	text-transform:uppercase;
}
.contain-sub-titlesm{
	font-size:24px;
}
.search-results{
	padding:10px 0px 23px 0px;
	text-align:center;
}
.search-results-inp{
	width:310px;
	border:solid 4px #bebebe;
	height:32px;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	color:#9e9e9e;
	font-family: courier_newregular;
}
.search-results-image{
	width:310px;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	color:#9e9e9e;
	font-family: courier_newregular;
}
.search-results-img{
	background:url(images/search-result-img.jpg) no-repeat center top;
    background-size: cover!important;
    background-position-y:bottom!important;
	height:563px;
	padding-bottom:50px;
    background-position:center center!important;
}
.search-results-img:last-child {
	margin-bottom: 25px;
}
.footer, .footer *{
width: 100%;
/*position: inherit;*/
margin: auto;
text-align: center;
color: #fff;
font-size: 12px;
padding-top: 28px;
background: #BD0013 url(images/headerbg.png) repeat center top;
padding-bottom: 28px;
margin-top:-1px; 
}
.footer a {
	text-decoration: underline;
}


.search-results-img-text{
	background-color:#ffffff;
	width:470px;
	float:right;
	/*margin:35px 66px 0px 0px;*/
    margin:35px 35px 0px 0px;
    
	/*padding:29px 30px 16px 34px;*/
    padding:29px 30px 25px 34px;
    
	font-size:14px;
	color:#a7a7a7;
	line-height:30px;
}
.search-results-title{
	height:48px;
	font-size:24px;
	line-height:normal;
	text-transform:uppercase;
	color:#b31414;
	
	font-family:langdonregular;
}


.contain h2{
	text-align:center;
	color:#c30013;
	font-size:47px; /*48px*/
	text-transform:uppercase;
	padding:80px 0px 30px 0px;
	line-height:30px;
	
	font-weight:normal;
	font-family:langdonregular;
	letter-spacing:1px;
}
.contain h2 span{
	font-size:24px;
	font-family: courier_newregular;
	text-transform:none;
}

.producer-cont-txt{
	width:748px;
	margin:0px auto;
	text-align:center;
	font-size:18px;
	line-height:30px;
	color:#787777;
}
.producer-cont3{
	width:568px;
	margin:0px auto;
	font-size:14px;
	color:#353535;
	padding:40px 0px 100px 0px;
}
.producer-cont3 span{
	color:#bd0013;
}
.producer-cont3 a{
	text-decoration:underline;
	color:#353535;
}
.producercon01{
	float:left;
	width:198px;
}
.producercon02{
	float:left;
	width:202px;
}
.producercon03{
	float:left;
	width:165px;
}
.producer-con-sep{
	background:url(images/producer-con-sep.jpg) no-repeat center top;
	padding:20px 18px 0px 20px;	
	margin-top:10px;
}
.bottlesbg{
	background:url(images/bottles-plus-bg.jpg) no-repeat center top;
	width:225px;
	float:left;
	
	font-family: courier_newregular;
	color: #3d3d3d;
	font-size:14px;
	height: 47px;
}
.bottles-minus{
	float:left;
	width:32px;
	text-align:center;
	padding:0px 0px 0px 0px;
}
.bottles-txt{
	float:left;
	width:128px;
	text-align:center;
	
	height:47px;
	line-height:56px;
}
.bottles-plus{
	float:right;
	width:41px;
	
	padding:px 0px 0px 0px;
}
.bottles-order{
	width:196px;
	float:right;
	height: 47px;
}
.bottles-order input,button{
	width:196px;
	border:solid 3px #565555;
	padding:7px 0px;
	height: 47px;
	font-family: courier_newregular;
	color: #4b4b4b;
	font-size:14px;
	cursor:pointer;
}
.producer-title{
	height:48px;
	font-size:24px;
	line-height:normal;
	text-transform:uppercase;
	color:#b31414;
	
	float:left;
	width:380px;
	
	font-weight:normal;
	font-family:langdonregular;
	letter-spacing:1px;;
}
.producer-title-right{	
	float:right;
	width:85px;
	text-align:right;
	font-size:30px;
	color:#565555;
	font-family:arvoregular;
	line-height:15px;
}
.producer-title-right span{	
	font-size:9px;
	color:#565555;

}
.producer-img{
	background:url(images/producer-img.jpg) no-repeat center top;
	height:563px;
	padding-bottom:50px;
}

/*--Browsing Start--*/
.browsing{
	background:url(images/glas.jpg) no-repeat center center;
	min-height:921px;
	background-size: cover;
}
.browsing-contain{
	width:1033px;
	margin:0px auto;
}
.browsing h1{
	padding:60px 0px 0px 0px;
	margin:0px;
	font-size:60px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	line-height:normal;
	height:159px;
	

	font-family:langdonregular;
	letter-spacing:1px;
}
.browse-selecton select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
.browse-selecton select option
{
    background:#ffffff;
}
.browse-selecton{
	float:left;
	width:273px;
	margin-right:28px;
}


.browse-selecton select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}


.browse-selecton-inp{
	/*background:url(images/browse-inpon.png) no-repeat left top;*/
    background:url(images/browse-inpon-arrow.png) no-repeat 90% 50%;
    
	border:3px solid #ffffff;
	color:#ffffff;
	font-family: courier_newregular;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	width:273px;
	padding:21px 18px;
}

.browse-selectoff-inp{
	/*background:url(images/browse-inpoff.png) no-repeat left top;*/
    background:url(images/browse-inpoff-arrow.png) no-repeat 90% 50%;
    border:3px solid #C5A0A5;
	
	color:#a7494b;
	font-family: courier_newregular;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	width:273px;
	padding:21px 18px;
}
.infotext h2 {
	font-size: 25px !important; 
	font-family: langdonregular;
	color: white;
	text-align: center;
	text-transform: uppercase;
	margin-bottom:20px;
}
.infotext {
border: 1px solid gray;
padding: 35px;
text-align: center;
color: white;
}


.browse-gobtn{
	float:left;
	width:100px!important;
    margin-top:11px;
}
.orsearch{
	width:730px;
	margin:0px auto;
	padding:70px 0px 0px 0px;
	font-size: 25px;
font-family: courier new;
margin-top: 10px;
margin-bottom:200px;
}
.orsearch01{
	float:left;
	width:145px;
	margin-right:6px;
	
	color:#ffffff;
	font-size:31px;
	font-weight:normal;
	text-transform:uppercase;
	
	padding-top:20px;
	
	font-family:langdonregular;
	letter-spacing:1px;
}
.orsearch02{
	float:left;
	width:435px;
	margin-right:15px;
}
.orsearch02-inp{
	width:435px;
	background:none;
	border-bottom:solid 1px #ffffff;
	border-top:none;
	border-left:none;
	border-right:none;
	height:45px;
	color:#FFFFFF;
	font-size: 25px;
margin-top: 8px;
font-family: courier new;
}
}
.orsearch03{
	float:left;
	width:88px;
}
/*--Browsing End--*/

/*--Login Start--*/
.login-contain{
	width:795px;
	margin:0px auto;
}
.login-contain h1{
	padding:100px 0px 0px 0px;
	margin:0px;
	font-size:60px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	line-height:40px;
	height:auto;
}
.login-contain h1 span{
	font-family: courier_newregular;
	font-size:24px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:normal;
	text-align:center;	
}
.login-contain h2{
	padding:0px 0px 20px 0px;
	margin:0px;
	font-size:36px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	line-height:40px;
	height:auto;
	
	font-family:langdonregular;
}
.login-inp{
	float:left;
	width:273px;
	margin-right:16px;
    margin:0px 16px 8px 8px!important;
}
#register_form div div input {
	width: 40% !important;
	
}
.woocommerce .input-text {
	margin-top: 0px;
color: black;
font-style: normal;
font-size: 100%;
font-family: monospace;
}
div#homediv {
	background-position: center center !important;
}
.login-inp-type{
	/*background:url(images/login-inpbg.png) no-repeat left top;*/
    background:none;
	border:5px solid #ffffff;
	color:#ffffff;
	font-family: courier_newregular;
	font-size:18px;
	font-weight:normal;
	width:225px!important;
	padding:0px 18px;
	height:75px;
	line-height:75px;
}
.loginmain{
	padding:70px 0px 0px 0px;
}
.login-subpart{
	padding:120px 0px 0px 0px;
	color:#ffffff;
	font-family: courier_newregular;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
}
.login-subpart a{
	text-decoration:underline;
	color:#ffffff;
}
/*--Login End--*/

/*--Row Start--*/
.rowmain{
	font-family:latoregular;
	color:#767c7e;
	font-size:14px;
	
	padding-top:50px;
}
.rowtxt1{
	font-size:21px;
	text-transform:uppercase;
	color:#000000;
	
	font-family:fjallaoneregular;
	letter-spacing:1px;
}
.rowtxt2lt{
	font-size:20px;
	color:#e84c3d;
	border-top:solid 1px #e7e7e7;
	border-bottom:solid 1px #e7e7e7;
	
	padding:5px 0px;
	margin:30px 0px;
}
.row2leftright{
	width:360px;
	float:left;
	padding:0px 40px 0px 0px;
	line-height:24px;
	
}
.row2leftright h2{
	font-size:16px;
	color:#202628;
	text-decoration:none;
	line-height:normal;
	padding:0px 0px 6px 0px;
	text-align:left;
	
	font-family:latoregular;
	text-transform:none;
	font-weight:bold;
}
.rowmore{
	background:url(images/row-morebtn-bg.png) no-repeat left top;
	width:70px;
	height:37px;
	line-height:37px;
	text-align:center;
	margin-top:30px;
}

.row3main{
	margin:80px 0px 115px 0px;
	background-color:#e84c3d;
	height:129px;
	color:#FFFFFF;
	font-size:16px;
	padding:58px 30px 0px 30px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
}
.row3main01{
	float:left;
	width:100px;
}
.row3main02{
	float:left;
	width:500px;
	line-height:25px;
}
.row3main02 span{
	font-size:14px;
	font-style:italic;
}
.row3main03{
	float:left;
	width:380px;
	
	background:url(images/row3-inpbg.png) no-repeat left top;
	height:41px;
}
.row3main03-inp{
	width:340px;
	height:41px;
	color:#9faaad;
	font-style:italic;
	padding:0px 20px 0px 20px;
	background:none;
	border:none;
}
.row3main04{
	float:left;
	width:120px;
	margin-left:9px;
}


.row4main{
	margin:0px;
}
.row4main01{
	width:370px;
	float:left;
}


.row4main02{
	width:310px;
	float:left;
	color:#767c7e;
	line-height:23px;
	padding:25px 30px 25px 30px;
	
	background:#e7e7e7;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
}
.row4main02-inp{
	width:280px;
	color:#9faaad;
	font-style:italic;
	height:40px;
	border:none;
	padding:0px 15px;
	margin-top:20px;
	
	background:#ffffff;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
}
.row4main02-txtarea{
	width:280px;
	color:#9faaad;
	font-style:italic;
	height:70px;
	border:none;
	padding:10px 15px;
	margin-top:20px;
	
	background:#ffffff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
}

.row4main03{
	width:290px;
	float:left;
	padding:32px 0px 0px 80px;
	
	line-height:22px;
}
.row4main03 h2{
	margin:0px;
	padding:0px 0px 5px 0px;
	
	font-size:16px;
	font-weight:bold;
	color:#e84c3d;
	text-decoration:none;
	line-height:normal;
	text-align:left;
	text-transform:inherit;
	
	font-family:latoregular;
	text-transform:none;
	font-weight:bold;
}
.row4main01thumbtxt{
	padding:0px 0px 60px 0px;
}
.row4main01thumb{
	float:left;
	width:100px;
	padding:0px 0px 0px 0px;
}
.row4main01txt{
	float:left;
	width:260px;
	padding:5px 0px 0px 0px;
	line-height:22px;
}
.row4main01txt a{
	color:#e84c3d;
	text-decoration:none;
}
.row4-frm-btn{
	margin-top:20px;
}

/*--Row End--*/

/*--Alert Start--*/
.alertmainbg{
	background-color:#6b6b6b;
	padding:100px;
}
.alertmain{
	width:605px;
	margin:0px auto;

	padding-bottom:48px;
	background-color:#ffffff;
	
	font-size:18px;
	color:#565656;
}
.alert-close{
	padding:10px 20px 0px 0px;
	float:right;
}
.alert-contain{
	padding:95px 0px 0px 0px;
	width:460px;
	margin:0px auto;
	text-align:center;
}
.alert-title{
	padding:0px 0px 38px 0px;
	font-size:30px;
	color:#cf181a;
	
	font-family:langdonregular;
	font-weight:normal;;
}
.alert-btnmain{
	padding-top:70px;
}
.alert-btn{
	padding-top:9px;
}

/*--Alert End--*/

/*-- Contatc Form Start--*/
.wpcf7-text{
	width:280px;
	color:#9faaad;
	font-style:italic;
	height:40px;
	border:none;
	padding:0px 15px;
	margin-top:20px;
	
	background:#ffffff;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
}
.wpcf7-textarea{
	width:280px;
	color:#9faaad;
	font-style:italic;
	height:70px;
	border:none;
	padding:10px 15px;
	margin-top:20px;
	
	background:#ffffff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
}
.wpcf7-submit{
	width:100px;
	color:#fff;
	font-style:italic;
	height:40px;
	border:none;
	padding:0px 15px;
	margin-top:20px;
	font-weight: bold;
	background:#c40014;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	
}
div.wpcf7-validation-errors{
	border: 2px solid #c40014;
} 
.wpcf7-main-form{
	width:310px;
	margin: 0 auto;
	color:#767c7e;
	line-height:23px;
	padding:25px 30px 25px 30px;
	
	background:#e7e7e7;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
}
/*-- Contatc Form End--*/
.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator{width: 86%;}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message{ border-top: 3px solid #c40014;}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before{background-color:#c40014;}

.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button, .woocommerce-page .cart input.button,.woocommerce-page .cart-collaterals .shipping_calculator .button{
 
border:1px solid #C40014; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 7px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #C40014; background-image: -webkit-gradient(linear, left top, left bottom, from(#C40014), to(#C20014));
 background-image: -webkit-linear-gradient(top, #C40014, #C20014);
 background-image: -moz-linear-gradient(top, #C40014, #C20014);
 background-image: -ms-linear-gradient(top, #C40014, #C20014);
 background-image: -o-linear-gradient(top, #C40014, #C20014);
 background-image: linear-gradient(to bottom, #C40014, #C20014);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#C40014, endColorstr=#C20014);
}

.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button, .woocommerce-page .cart input.button,.woocommerce-page .cart-collaterals .shipping_calculator .button:hover{
  border:1px solid #C40014;
 background-color: #E00017; background-image: -webkit-gradient(linear, left top, left bottom, from(#E00017), to(#D60015));
 background-image: -webkit-linear-gradient(top, #E00017, #D60015);
 background-image: -moz-linear-gradient(top, #E00017, #D60015);
 background-image: -ms-linear-gradient(top, #E00017, #D60015);
 background-image: -o-linear-gradient(top, #E00017, #D60015);
 background-image: linear-gradient(to bottom, #E00017, #D60015);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E00017, endColorstr=#D60015);
}

.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button{
 
border:1px solid #C40014; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 7px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #C40014; background-image: -webkit-gradient(linear, left top, left bottom, from(#C40014), to(#C20014));
 background-image: -webkit-linear-gradient(top, #C40014, #C20014);
 background-image: -moz-linear-gradient(top, #C40014, #C20014);
 background-image: -ms-linear-gradient(top, #C40014, #C20014);
 background-image: -o-linear-gradient(top, #C40014, #C20014);
 background-image: linear-gradient(to bottom, #C40014, #C20014);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#C40014, endColorstr=#C20014);
}
.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button:hover{
  border:1px solid #C40014;
 background-color: #E00017; background-image: -webkit-gradient(linear, left top, left bottom, from(#E00017), to(#D60015));
 background-image: -webkit-linear-gradient(top, #E00017, #D60015);
 background-image: -moz-linear-gradient(top, #E00017, #D60015);
 background-image: -ms-linear-gradient(top, #E00017, #D60015);
 background-image: -o-linear-gradient(top, #E00017, #D60015);
 background-image: linear-gradient(to bottom, #E00017, #D60015);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E00017, endColorstr=#D60015);
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button,.woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt{
border:1px solid #C40014; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 7px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #C40014; background-image: -webkit-gradient(linear, left top, left bottom, from(#C40014), to(#C20014));
 background-image: -webkit-linear-gradient(top, #C40014, #C20014);
 background-image: -moz-linear-gradient(top, #C40014, #C20014);
 background-image: -ms-linear-gradient(top, #C40014, #C20014);
 background-image: -o-linear-gradient(top, #C40014, #C20014);
 background-image: linear-gradient(to bottom, #C40014, #C20014);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#C40014, endColorstr=#C20014);
 margin: 4px;	
}
.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover,.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover{
border:1px solid #C40014;
 background-color: #E00017; background-image: -webkit-gradient(linear, left top, left bottom, from(#E00017), to(#D60015));
 background-image: -webkit-linear-gradient(top, #E00017, #D60015);
 background-image: -moz-linear-gradient(top, #E00017, #D60015);
 background-image: -ms-linear-gradient(top, #E00017, #D60015);
 background-image: -o-linear-gradient(top, #E00017, #D60015);
 background-image: linear-gradient(to bottom, #E00017, #D60015);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E00017, endColorstr=#D60015);	
}	

.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info{ border-top: 3px solid #c40014;}
.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before{background-color:#c40014;}

.myaccount_user{font-size: 15px;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea input[type="text"],input[type="password"]{
		width:280px;
	color:#9faaad;
	font-style:italic;
	height:40px;
	
	padding:0px 15px;
	margin-top:20px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{ 
	font-size: 15px;
	}
.account-form{
	/*margin:  auto 442px;*/
	}	
#billing_first_name_field,#billing_last_name_field,#billing_postcode_field,#billing_phone_field,#billing_country_chosen,#shipping_last_name_field,#shipping_postcode_field{
	clear: both;
	float: none;
	width: auto;

}	
.chosen-container-single{ width: 280px !important;}

.loginmain input[type="password"]{
	margin-top: 0px;
	height:74px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
	float: none;
	width: 99.5%;
}

select option{
		background: #8f1514;
	}
	
input[type='number']{
	border: 0;
	margin: 15px 15px 15px 30px;
	width: 15px;
}

*::-webkit-input-placeholder {
    color: #fff;
    font-style: normal;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
    font-style: normal;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
    font-style: normal;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-style: normal;
}

.contain p { font-size: 15px;}
.contain address{ font-size: 15px; }
.woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit{ float: none;margin-left: 20px;font-size: 15px;}
.woocommerce p{font-size: 15px; padding: 0px;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea input[type="text"], input[type="password"]{margin-top:0px;}
.account-form{ margin: 0px 340px;}
.woocommerce { margin:  10px auto;}
.pagingclass
{
color: white;
font-weight: bold;
padding: 8px;
text-decoration: none;
text-align: center;
margin: auto;
font-size: 17px;
background-color: #B31414;
height: 50px;
width: 50px;
border-radius: 13px;
}
.cartWrapper
{
    width:645px;
    margin:0 auto;
}
.calculateshipping h2
{
    font-size:31px;
    padding:13px 0;
    text-align:right;
}
.calculateshipping a
{
    color:#C30013;
}
.shippingclass
{
    width:50%;
    float:right;
    clear:both;
}
.applycoupon
{
    margin-left:5px!important;
}
.websiteDiv
{
    float:left;
    width:33%;

    font-size:14px;
    text-align:center;
}
ins
{
    background:#ffffff;
    
}
del
{
    display:none;
}
.producer-title-right span
{
    font-size:11px;
}
.amount
{
    font-size:18px!important;
}
ins span
{
    font-size:18px!important;
}

.minus
{
background: url(images/minus01.png);
border: none;
background-color: transparent;
width: 53px;
height: 45px;
background-size: 29%;
background-repeat: no-repeat;
background-position: center center;
cursor: pointer;
}

.plus
{
   background: url(images/plus01.png);
border: none;
background-color: transparent;
width: 52px;
height: 47px;
background-size: 30%;
background-repeat: no-repeat;
background-position: center center;
cursor: pointer;
margin-left: -11px;
}

.cart-menu{
	display:none;
	width:100%;
	background-color:#fff;
	text-align:center;
	padding:10px 0px 10px 10px !important;
	border-bottom:0px solid #333333;
	border-top:0px solid #777777;
	text-shadow:1px 1px 1px #333333;
	text-align: left;
	color: #C40014;
	font-size: 18px;
	font-family:courier_newregular;
}
.cartdivmenu
{
	display: none!important;
}
.winerywebsite
{
    color:#7D7D7D;
    text-decoration:underline;
}
.subheadingclass
{
    color:#B31414;font-weight:bold;text-align:center;font-size:20px;margin-bottom:40px;margin-top:-10px;
}
.mainheadingclass
{
    background:none!important;line-height:2px!important;
}
.redoption
{
    color:#8F1514;
}
.page-content
{
    text-align:center;
}
.cart-empty
{
    margin-top:120px;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/*22-5-2014 Start*/
.winemaker-1{
    width: 100%;
    
    float: none;
    text-align: center;
}
.winemaker-2{
    width: 50%;
    
    float: left;
    text-align: center;
}
.winemaker-3{
    width: 33.333333333%;
    
    float: left;
    text-align: center;
}

.item01{
	width: 100%;
	float: none;
	text-align: center;
}

.item02{
	width: 50%;
	float: left;
	text-align: center;
	
}
.item03{
	width: 33.333333333%;
	float: left;
	text-align: center;
}

.item02 p,.item03 p,.item01 p{
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}
.item01 a img,.item02 a img{
    
    margin:auto;
}

p.thankyoumessage {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center
}

/*22-5-2014 End*/


/* 10.7.14*/
