/* twf-c3-wine template style sheet */





* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#map_canvas,
#map_canvas *,
#map_canvas *:before,
#map_canvas *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

html,
body {
  font-size: 14px;
}

body {
  padding: 0;
  background-color: #fff;
  color: #363636;
  font-family: 'Verdana', Arial, sans-serif;
	line-height: 1.6;
  font-style: normal;
  font-weight: 400;
}

a {
  color: #363636;
  font-style: normal;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #565656;
  text-decoration: none;
	outline: none;
}

a[href^="mailto"] {
  -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    -webkit-hyphens: auto;
     	 -moz-hyphens: auto;
            hyphens: auto;
}

p {
  margin: 0 0 1.6rem 0;
}

strong {
  font-weight: 700;
}

em {
	font-style: italic;
}

b {
	font-weight: normal;
}

i {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
	font-weight: 400;
	line-height: 1.6em;
  padding: 0;
  margin: 0;
    font-family:georgia;
}

h1 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
  margin: 0 0 3rem 0;
}

h2 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 1.6rem 0;
}

h3 {
  font-size: 18px;
  margin: 0 0 1.6rem 0;
}

h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 1.6rem 0;
}

h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 1.6rem 0;
}

ul,
ol {
  padding: 0;
  margin: 0 0 1.6rem 0;
}

li {
  line-height: inherit;
}

dl {
  margin-bottom: 1.6rem;
}

dt,
dd {
  line-height: inherit;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 1.6em;
}

hr {
  margin: 1.6rem 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .07);
}

blockquote {
  margin: 0 0 1.6rem 0;
}

address {
  margin-bottom: 1.6rem;
  line-height: inherit;
}





/* tables */

.table th,
.table td {
  padding: 8px 0;
  line-height: 20px;
  border-top: 1px solid rgba(0, 0, 0, .07);
}

.table th {
  border-top: none;
  font-weight: 700;
}

.table th   th,
.table td   td {
  padding-left: 16px;
}

.table-striped {
  border-collapse: separate;
}

.table-striped tbody > tr:nth-child(2n 1) > td,
.table-striped tbody > tr:nth-child(2n 1) > th {
  background-color: rgba(0, 0, 0, .01);
}

.table-striped tbody > tr:nth-child(2n 1) > td,
.table-striped tbody > tr:nth-child(2n 1) > th {
  color: inherit;
}





/* forms */

form {
  margin: 0 0 1.6rem 0;
}

.form-actions {
  background-color: transparent;
  border-top: none;
}

@media (max-width:480px) {
  
  .form-horizontal .form-actions {
    padding-right: 0;
    padding-left: 0;
  }
  
}

.alert {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

legend {
  display: block;
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

label,
input,
button,
select,
textarea {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;

}

/* !important on form elements to overrule common.css styles */

input,
button,
select,
textarea {
  font-family: 'proxima-nova', Arial, sans-serif;
}

label {
  line-height: 1.6em;
	display: block;
  float: left;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding: 0 1.333em !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #000;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px; 
          border-radius: 2px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 2px 0 0 2px !important;
  	 -moz-border-radius: 2px 0 0 2px !important;
  	 			border-radius: 2px 0 0 2px !important;
}

.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  -webkit-border-radius: 0 2px 2px 0 !important;
     -moz-border-radius: 0 2px 2px 0 !important;
          border-radius: 0 2px 2px 0 !important;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  min-height: 51px !important;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  background-color: #fff;
	border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

select,
input[type="file"] {
  height: 51px;
  line-height: 51px;
}

select {
  background-color: #fafafa;
  border: 1px solid #ccc;
  outline: none !important;
    margin-bottom:0px;
}
.wine-layout__add-to-cart select {width:70px;}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

.btn,
.club-join-btn a {
  color: #fff !important;
  padding: 0 1.618em !important;
  font-family: 'proxima-nova', Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  min-height: 51px !important;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #272727 !important;
  background-image: none;
  border: 1px solid #272727;
  margin-bottom: 0;
  opacity: 1;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.2s opacity ease-in-out;
     -moz-transition: 0.2s opacity ease-in-out;
       -o-transition: 0.2s opacity ease-in-out;
          transition: 0.2s opacity ease-in-out;
}

.input-append .btn {
  margin-left: 0 !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important; 
          border-radius: 0 !important;
}

.input-prepend .btn {
  margin-right: 0 !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important; 
          border-radius: 0 !important;
}

.btn--primary,
.club-join-btn a {
  color: #fff !important;
  background-color: #272727 !important;
  border-color: #272727;
}

.btn.btn--primary:hover,
.btn.btn--primary:focus,
.club-join-btn a:hover,
.club-join-btn a:focus {
  color: #fff !important;
  background-color: #272727 !important;
  border-color: #272727;
}

.btn--secondary,
.btn-default {
  color: #272727 !important;
  background-color: transparent !important;
  border-color: #272727;
}

.btn.btn--secondary:hover,
.btn.btn--secondary:focus,
.btn.btn-default:hover,
.btn.btn-default:focus {
  color: #272727 !important;
  background-color: transparent !important;
  border-color: #272727;
}

.btn--large {
  min-height: 60px !important;
  padding: 0 1.6em !important;
}

.club-join-btn a {
  display: inline-block;
}

a.btn,
.club-join-btn a {
  padding-top: 1.2em !important;
}

a.btn.btn--large {
  padding-top: .8em !important;
}

.buttons .btn {
  margin: 0 0 10px 0 !important;
}

.buttons .btn   .btn {
  margin-left: 10px !important;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff !important;
  background-color: #272727 !important;
}

.btn:hover,
.btn:focus {
  color: #fff !important;
  text-decoration: none;
  background-position: 0 0;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
  opacity: .8;
  filter: alpha(opacity=80);
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}





/* navigation */

.nav {
  margin-bottom: 1.6rem;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  color: rgba(26, 26, 26, .7);
}

.navbar {
	position: static;
	text-align: center;
}
.nav li:first-child {display:none;}

.navbar .nav li { 

  margin: 0;
  vertical-align: top;
}

.navbar .nav > li {
  position: relative;
  margin: 0;
  float: none;
}
.nav li {  display: inline-block; 
padding: 10px 12px 10px 22px;
    
}
.nav li a {
    color: #fff;
}

.navbar .nav a {
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7em;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.navbar .nav > li > a {
      position: relative;
    float: none;
    padding: 20px;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #242424;
    letter-spacing: .24em;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: rgba(26, 26, 26, .7);
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > li > a:focus {
  outline: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: rgba(26, 26, 26, .7);
  text-decoration: none;
}

.navbar .nav > li > a.active {
  color: #f00;
}

.navbar .nav .dropdown-menu a {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #f00;
  background-color: transparent;

}

.nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
  background-color: transparent;
}

/*.navbar .nav > li:first-child {
  display: none;
}*/

.dropdown-menu {
  position: static;
  top: auto;
  left: auto;
  display: none;
  float: none;
  min-width: 0;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.navbar .dropdown-menu li {
  display: block;
  border: none;
  padding: 0 19px;
  width: 100%;
  background: transparent;
}

.navbar .dropdown-menu li   li {
  border-top: 1px solid #f5f5f5;
}

.navbar .dropdown-menu > li > a {
  display: block;
  padding: 12px;
  color: #1a1a1a;
  text-align: center;
  white-space: nowrap;
}

.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a {
  color: rgba(26, 26, 26, .7) !important;
  text-decoration: none;
  background-color: transparent;
}

.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
  color: #f00;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#mobile-btn {
  width: 30px;
  height: 30px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  background: none;
  outline: none;
}

#mobile-btn:before {
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  width: 30px;
  height: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c9";
  color: #1a1a1a;
  margin: 0;
  padding: 6px 0 0 0;
  border: none;
  background: none;
  text-align: center;
  vertical-align: middle;
}

#mobile-btn:hover:before,
#mobile-btn:focus:before {
  color: rgba(26, 26, 26, .7);
}

       
        
 
/* @media (max-width: 940px) {
 .navbar {
  	text-align: left;
  }
    .header__brand {
    position: relative;
    top: 0px;
    left: 0px;
}
    .sitelogo img {
    display: block;
    max-width: 210px;
    margin: 0 auto;}
    
    .sitelogo span {width:inherit !important;}
    
  .header__menu {
    display: inline-block;
    padding: 79px 0 0 0;}
        
    } */
    
@media (max-width: 767px) {
  
  .navbar {
  	text-align: left;
  }

  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 142px;
    left: 0;
  }
  
  .menu-button {
    position: absolute;
    top: 22px;
    right: 20px;
    display: inline-block;
    z-index: 1001;
  }
  
	.menu-text {
	  display: none;
	}

  .nav-collapse .nav {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: #fff;
  }
  
  .nav-collapse .nav > li {
    margin: 0;
  }
  
  .nav-collapse .nav > li   li {
    border-top: 1px solid #f5f5f5;
  }
  
  .nav-collapse .nav > li:last-child {
    border-bottom: 1px solid #f5f5f5;
  }
  
  .nav-collapse .nav > li > a {
    padding: 20px;
    margin-bottom: 0;
    font-weight: 400;
  }
  
  .nav-collapse .nav > li > a.dropdown-toggle:before {
    content: "\002B";
    margin-right: .5em;
  }
  
  .nav-collapse .nav > li.open > a.dropdown-toggle:before {
    content: "\2212";
  }
  
  .dropdown-menu,
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    min-width: 0;
    width: auto;
    margin: 0;
    padding: 1em 0;
    list-style: none;
    text-align: center;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;
  }
  
  .navbar .dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
  }
  
  .navbar .dropdown-menu li   li {
    border-top: none;
  }
  
  .nav-collapse .open > .dropdown-menu {
    display: block;
    padding-top: 0;
    padding-bottom: 2em;
  }

  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }

  .nav-collapse .dropdown-menu .divider {
    display: none;
  }

  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  
}

@media (min-width: 768px) {

  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }

  .menu-button {
    display: none;
  }

  .nav-collapse .nav {
    margin-bottom: 0;
  }

  .navbar .nav li {
    display: inline-block;
  }

  .navbar .nav > li {
    margin: 0 1.17em;
    padding: .618em 0;
    color: #242424;
}
  
  .navbar .nav > li:last-child {
    margin-right: 0;
  }

  .navbar .nav > li > a {
    padding: 0 0 30px 0;
    margin-bottom: 0;
    font-weight: 400;
  }

  .navbar .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -21.5px;
    left: auto;
    width: 100%;
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d8";
    color: #f5f5f5;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
  }

  .navbar .nav > li > .dropdown-menu:after {
    display: none;
  }

  .dropdown-menu,
  .nav-collapse .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    background-color: #fff;
    border: none;
  }
  
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }

  .navbar .dropdown-menu li {
    display: inline-block;
    border: none;
    padding: 0 19px;
    width: 100%;
    border: 1px solid #f5f5f5;
    background: transparent;
  }
  
  .navbar .dropdown-menu li   li {
    border-top: none;
  }

  .navbar .dropdown-menu > li > a {
    display: block;
    margin: 0;
    clear: both;
    text-align: center;
    white-space: nowrap;
  }

}





/* modal */

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modal {
  width: 680px;
  margin-left: -340px;
  background-color: #fff;
  border: 1px solid #777;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.modal-header {
  padding: 40px 40px 15px 40px;
  border-bottom: none;
}

.modal-dialog .modal-header h4 {
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin: 0;
}

.modal-body {
  padding: 15px 40px;
}

.modal-body .cart-container-popup {
  border-collapse: separate;
}

.modal-footer {
  padding: 15px 40px 40px 40px;
  background-color: transparent;
  border-top: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.modal-footer .btn {
  min-height: 41px !important;
  padding-right: 1em !important;
  padding-left: 1em !important;
  margin-bottom: 10px;
}

.modal-footer .btn   .btn {
  margin-bottom: 10px;
  margin-left: 10px;

}
.modal-footer .btn + .btn { margin-bottom: 10px !important;}

@media (min-width: 768px) and (max-width: 979px) {
  
  .modal {
    width: 680px;
    margin-left: -340px;
  }
  
}

@media (max-width: 767px) {
  
  .modal-header {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .modal-footer {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  
  .modal {
    width: auto;
    margin-left: 0;
  }
  
}

@media (max-width:440px) {
	
  .modal-footer .btn {
	  margin-bottom: 7px !important;
	}
  
}





/* fancy box */

.fancybox-overlay {
  background: rgba(0, 0, 0, .7);
}

.fancybox-skin {
  background: #fff;
  color: #000001;
	padding: 20px !important;
	border: 1px solid #777;
	-webkit-border-radius: 0;
		 -moz-border-radius: 0;
					border-radius: 0;
}

.fancybox-inner #login-form-wrapper h1,
.fancybox-inner #login-form-wrapper p,
.fancybox-inner #login-form-wrapper li,
.fancybox-inner #login-form-wrapper a {
	color: inherit;
}

.fancybox-inner #login-form-wrapper input[type="text"],
.fancybox-inner #login-form-wrapper input[type="password"] {
	width: 100%;
}


@media screen and (min-width: 580px) {

	.fancybox-wrap.fancybox-desktop {
	    width: 543px !important;
	}

	.fancybox-inner {

		width: 501px !important;
	}
}




/* login form */

#login-form-wrapper .control-group {
	margin: 10px 0 0 0;
}

#login-form-wrapper .control-group .control-label {
	display: block;
	padding: 0;
	width: 100%;
	text-align: left;
}

#login-form-wrapper .control-group .controls {
	width: 100%;
	margin-left: 0;
}





/* quantity fields without spinner ui applied */

input[class*="spinned"],
.cart-container .qty-field {
  width: 3em;
  margin: 0 .5em 0 0;
  padding: 0 .25em !important;
  text-align: center;
  border-color: #ccc;
}

.cart-container .qty-field {
  margin: 0;
}


/* quantity fields with spinner: vertical with angle up angle down increment characters */

.ui-spinner.ui-widget.ui-widget-content {
  font-family: inherit;
  font-size: 1em;
  margin: 0 .5em 0 0;
  padding: 0 32px 0 0;
  background: none;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

td .ui-spinner.ui-widget.ui-widget-content {
  margin-right: 0;
}

.ui-spinner.ui-widget.ui-widget-content #qty,
.ui-spinner.ui-widget.ui-widget-content .qty-field {
  width: 3em;
  margin: 0;
  text-align: center;
  padding: 0 .25em !important;
  height: auto;
  line-height: normal;
  background-color: #fafafa;
  border-color: #ccc;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.ui-spinner.ui-widget.ui-widget-content .ui-spinner-button {
  width: 32px;
  height: 50%;
  font-size: .75em;
  padding: 0;
  margin: 0;
  background-color: #fafafa;
  text-align: center;
  text-decoration: none;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
}

.ui-spinner.ui-widget.ui-widget-content .ui-spinner-up {
  right: 0;
  top: 0;
  border: 1px solid #ccc;
  border-left: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.ui-spinner.ui-widget.ui-widget-content .ui-spinner-down {
  right: 0;
  bottom: 0;
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.ui-spinner.ui-widget.ui-widget-content .ui-spinner-button span {
  margin: 0;
  display: block;
  height: 100%;
  background-position: 0 0;
  background-image: none;
  width: 100%;
  text-indent: -99999px;
}

.ui-spinner.ui-widget.ui-widget-content .ui-spinner-button span:hover {
  background-color: transparent;
  cursor: pointer;
}

.ui-spinner.ui-widget.ui-widget-content .ui-spinner-up span:before,
.ui-spinner.ui-widget.ui-widget-content .ui-spinner-down span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  display: block;
  color: #999 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
}

.ui-spinner.ui-widget.ui-widget-content .ui-spinner-up span:before {
  content: "\f106";
}

.ui-spinner.ui-widget.ui-widget-content .ui-spinner-down span:after {
  content: "\f107";
}





/* shopping cart modal (wines) */

#shoppingCartModal .modal-content {
  color: inherit;
}

#shoppingCartModal .modal-content .modal-header .close {
  margin: 0;
}

#shoppingCartModal .modal-content .cart-container-popup td,
#shoppingCartModal .modal-content .cart-container-popup th {
  padding: 5px 0;
  border-bottom: none;
  background-color: transparent;
  color: inherit;
}

#shoppingCartModal .modal-content .cart-container-popup th {
  font-weight: 700;
}

#shoppingCartModal .modal-content .cart-container-popup td {
  border-top: 1px solid rgba(0, 0, 0, .07);
}

#shoppingCartModal .modal-content .cart-container-popup th   th,
#shoppingCartModal .modal-content .cart-container-popup td   td {
  text-align: right;
  padding-left: 10px;
}

@media (max-width: 480px) {
	
  #shoppingCartModal .modal-content .modal-header .close {
	  padding: 0;
	}
  
}





/* shopping cart portlet (template: checkout.php) */

.portlet #shopping-cart-content .table td.cart-right:first-child:not(.discount),
.portlet #shopping-cart-content .table td.cart-right:first-child:not(.discount)   td {
  border-top: none;
}

.portlet #shopping-cart-content .table td:nth-child(n 3) {
  text-align: right;
}

.portlet #shopping-cart-content .table-striped tbody > tr:nth-child(2n 1) > th,
.portlet #shopping-cart-content .table-striped tbody > tr:nth-child(2n 1) > td {
  background-color: inherit;
  color: inherit;
}

@media (max-width: 550px) {
  
  .portlet #shopping-cart-content .cart-container td:nth-child(2) {
    padding-left: 0;
  }
  
  .portlet #shopping-cart-content .cart-container img {
    display: none;
  }
  
  .portlet #shopping-cart-content .promo-code-section input[type="text"] {
    width: 11em;
  }
  
}





/* shopping cart (template: cart.php) */

#shopping-cart-content #cart_internal_contents .table th   th,
#shopping-cart-content #cart_internal_contents .table td:nth-child(n 3) {
  text-align: right;
}

#shopping-cart-content #cart_internal_contents .table-striped tbody > tr:nth-child(2n 1) > th,
#shopping-cart-content #cart_internal_contents .table-striped tbody > tr:nth-child(2n 1) > td {
  background-color: inherit;
  color: inherit;
}

#shopping-cart-content #cart_internal_contents .table-striped tbody > tr:nth-child(2n 1) > th,
#shopping-cart-content #cart_internal_contents .table-striped tbody > tr:nth-child(2n 1) > td {
  color: inherit;
}

#shopping-cart-content #cart_internal_contents .table td.discount {
  padding-top: 16px;
}

#shopping-cart-content #cart_internal_contents .cart-container {
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  border-collapse: separate;
}

#shopping-cart-content #cart_internal_contents .sub_total_container p,
#shopping-cart-content #cart_internal_contents .rates-container p:not(:last-child) {
  margin-bottom: 0;
}

#shopping-cart-content #cart_internal_contents .discount_container .discount {
  margin-bottom: 0;
}

#shopping-cart-content #cart_internal_contents .discount_container .pull-right {
  text-align: right;
}

#shopping-cart-content #cart_internal_contents .shipping_tax_container {
  border: 1px solid rgba(0, 0, 0, .025);
  background-color: rgba(0, 0, 0, .025);
  padding: 16px;
  margin: 1rem 0;
  text-align: right;
  width: auto;
}

#shopping-cart-content #cart_internal_contents .shipping_tax_container p {
  color: inherit;
}

#shopping-cart-content #cart_internal_contents .shipping_tax_container p:first-child {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

#shopping-cart-content #cart_internal_contents .shipping_tax_container p:first-child   p {
  font-size: .875em;
  line-height: 1.2em;
}

#shopping-cart-content #cart_internal_contents .shipping_tax_container .add_zip_container input {
  width: 70%;
}

.upsell-msg {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #d6e9c6;
    border: 1px solid #d6e9c6;
    color: #468847;
}
ul.credit_cards {text-align: center;}
@media (max-width: 550px) {    
	
  #shopping-cart-content #cart_internal_contents .table-responsive table {
	  max-width: 100%;
	  width: 100%;
	}
  
	#shopping-cart-content #cart_internal_contents .table-responsive table th,
	#shopping-cart-content #cart_internal_contents .table-responsive table td {
	  padding: 8px 0;
	  font-size: inherit;
	  -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word; /* non-standard for webkit */
      -webkit-hyphens: auto;
       	 -moz-hyphens: auto;
              hyphens: auto;
	}
  
	#shopping-cart-content #cart_internal_contents .table-responsive table th   th,
  	#shopping-cart-content #cart_internal_contents .table-responsive table td   td {
    padding-left: 8px;
  }
	
  #shopping-cart-content #cart_internal_contents .table-responsive table td:first-child img {
	  display: none;
	}
  
	#shopping-cart-content #cart_internal_contents .table-responsive table td:nth-child(2) {
	  padding-left: 0;
	}
  
	#shopping-cart-content #cart_internal_contents .table-responsive table th:nth-child(2),
	#shopping-cart-content #cart_internal_contents .table-responsive table td:nth-child(3) {
	  display: none; /* remove price column */
	}
  
  #shopping-cart-content #cart_internal_contents .discount_container input[type="text"] {
    width: 70%;
  }
  
}





/* order checkout */

.checkout-detail {
  margin-top: 60px;
}

.checkout-detail .checkout-left,
.checkout-detail .checkout-right {
  width: 46%;
}

.checkout-detail .checkout-right {
  margin-left: 8%;
}

.checkout-detail legend {
  line-height: normal;
  padding-top: 14px;
  padding-bottom: 6px;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, .07);
  box-shadow: none;
  color: inherit;
}

.checkout-detail #delivery_information {
  margin-top: 10px;
  margin-bottom: 20px;
  clear: both;
}

.checkout-detail .gift-note {
  clear: both;
}

.checkout-detail .checkout-left .dob label {
  margin-bottom: 5px !important;
  padding-top: .71em !important;
}

.checkout-detail .cart-container {
  border-collapse: separate;
}

.checkout-detail .cart-container img {
  min-width: 24px;
}

.checkout-detail .discount {
  font-weight: 700;
  padding-top: 30px;
}

.checkout-detail #shipping_alert {
  clear: both;
}

.checkout-detail #toggle_delivery,
.checkout-detail #add_gift_note,
.checkout-detail #create_account {
  float: none !important;
}

.checkout-detail legend   .control-group {
  margin-top: 0;
}

.checkout-detail .checkout-left #s {
  margin-top: 15px;
}

.checkout-detail .checkout-left #s #shipping_printed ul { 
  margin-bottom: 1rem;
}

.checkout-detail .checkout-left #s #shipping_printed ul li {
  margin-bottom: 0;
}

.checkout-detail .gift-note textarea {
  display: block;
  width: 100%;
}

.checkout-detail .checkout-right h3 {
  margin: -.33em 0 1.2952em 0 !important;
  line-height: normal !important;
  padding: 0 !important;
  font-size: 22px !important;
}

.checkout-detail .cart-container td[class*="price"] {
  white-space: nowrap;
}

.cart-container .fa-times {
  color: #B20000;
}

.cart-container .fa-times:hover {
  color: #888888;
}

.promo-code-section .input-append {
  margin-bottom: 0;
}

@media (max-width: 979px) {
  
  .checkout-detail .checkout-left,
  .checkout-detail .checkout-right {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
  
  .checkout-detail .checkout-left {
    margin-bottom: 80px;
  }
  
}

@media (max-width: 767px) {
  
  .checkout-detail .checkout-left .dob label {
    padding-top: 0 !important;
  }
  
}





/* suppress default club heading */

.club-contents-wrapper h1 {
/*  display: none;*/
}


/* club */

.club-contents-wrapper .club-listing .items .club-item {
  margin-bottom: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  box-shadow: none;
}

.club-contents-wrapper .club-listing .items .club-item:last-child {
  margin-top: 2rem;
  border-bottom: none;
}

.club-contents-wrapper .club-item   .club-item {
  margin-top: 2rem;
}

.club-contents-wrapper .simply-club-seleted-option {
  margin-top: 2rem;
}

.club-contents-wrapper .club-options {
  margin-top: 1.6rem;
}

.club-contents-wrapper .club-options ul {
  list-style: none;
}

.club-contents-wrapper .club-options ul:after {
  content: "";
  display: table;
  clear: both;
}

.club-contents-wrapper .join-club {
  clear: both;
}


/* club customization */

.club-customization .cart {background-color: #ffffff;
padding: 5px 20px;
border: 1px solid #333;
border-radius: 3px;
margin-bottom: 15px;}

.club-customization .shipment-details .product-container {background-color: #E3E3E3;
margin: 15px 0;}

.club-customization .add-product-section .control-group #ClubShipmentCustomOrders_customer_note {width:100%;}

.club-customization .right-bar .shipment-type, .club-customization .right-bar #credit-card, .club-customization .right-bar #billing-address {margin-bottom: 35px;}

.club-customization .lbl-header {width:100%;}
.club-customization .ui-spinner-input {margin:0;}


/* header */

.header {
	position: relative;
	min-height: 153px;
  background: #323232;
}

.navigationmenu {
     background: rgba(0,0,0,.92); 
    text-align:center;
}

.header__container {
  position: relative;
  padding: 25px 80px;
}

/*.header__brand {
  position: absolute;
	top: 58px;
  left: 80px;
}*/

.header__menu {
	display: inline-block;
  padding: 9px 0 0 0;
}

.header__login {

  top: 115px;
  right: 82px;
}

@media (min-width: 768px) and (max-width: 1024px) { 
  
  .header__container {
    padding-left: 5%;
    padding-right: 5%;
  }
  
  .header__menu {
    padding-right: 0;
  }
  
  .header__login {
    right: 5.25%;
  }

}

@media (max-width: 767px) {
  
  .header {
  	min-height: 142px;
  }
  
  .header__container {
  	padding: 20px;
  }
  
  .header__brand {
    position: relative;
  	top: 0px;
    left: 0px;
  }
  
  .header__login {
    top: 106px;
    right: 27px;
  }
  
}


/* logo and tagline */

.sitelogo {
	display: block;
}

.sitelogo span {
  display: block;
}

.sitelogo img {
  max-width:550px;
    margin-top: 15px;
}


/* login area */

.login {
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  color: #1a1a1a;
}
.login ul {
	list-style: none;
	margin: 0;
}

.login ul,
.login li,
.login .userprofile,
.login .shopping-cart,
.login .user-logout,
.login .user-welcomemsg {
	display: inline-block;
}

.login div   div,
.login li   li {
	margin-left: 1.5em;
}




@media (max-width: 640px) {

  .login .user-welcomemsg {
    position: absolute;
    top: -30px;
    right: 0;
  }

}





/* banner */

.banner {
  position: relative;
}

.banner__container {
  background-image: none;
  background-position: left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  padding: 80px;
  min-height: 450px;
  text-align: left;
}

.banner__caption {
  display: inline-block;
  padding: 15px 20px;

}

.banner__caption-content h1 {
  margin: 0;
    color:#fff;
  font-size: 39.2px;
  letter-spacing: 0.179487em;
}


@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .banner__container {
    padding: 5%;
    min-height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .banner__container {
    padding: 20px;
    min-height: 180px;
  }
}





/* main content area */

.main {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.main__container {
  padding: 60px 8%;
}

.main__column {
  float: left;
  padding: 0 30px;
}

.main__primary-column {
  width: 70%;
}

.main__secondary-column {
  width: 30%;
}

.main__primary-column--product {
  width: 60%;
}

.main__secondary-column--product {
  float: right;
  width: 40%;
}

.main__secondary-column ul {
  list-style: none;
  margin-left: 0;
}

@media (max-width: 800px) {
  
  .main__column {
    float: none;
    width: 100%;
  }
  
  .main__primary-column {
    padding-top: 90px;
  }
  
  .main__primary-column--product {
    padding-top: 30px;
  }
  
}

@media (max-width: 767px) {
  
  .main__column {
    padding-left: 0;
    padding-right: 0;
  }
  
}

@media (max-width: 640px) {
  
  .main__container {
    padding: 40px 20px;
  }
  
  .main__primary-column {
    padding-top: 60px;
  }
  
  .main__primary-column--product {
    padding-top: 25px;
  }
  
}


/* product detail layout */

.price-inactive {
    color: red;
    text-decoration: line-through;
    margin-left: 10px;
}


.details-wrapper{width:1200px; margin:auto; text-align:center;}
		
		.product-details *{box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
		.product-details p{margin:0px; padding:0px; margin-bottom:13px; color:#A0A0A0;}
		.product-details ul{margin:0px; padding:0px; margin-bottom:13px; color:#A0A0A0;}
		.product-details ul li{list-style-type:none; color:#A0A0A0;}
		.product-details .left{width:447px; float:left;}
		.product-details .left .image{margin-bottom:14px;}
		.product-details .left ul.thumbs li{float:left; margin-right:15px;}
		.product-details .left ul.thumbs li:last-child{margin-right:0px;}
		.product-details .right{width:715px; float:right; text-align:left;}
		.product-details .right h2{font-size:32px; padding:0px; margin:0px; margin-bottom:5px; line-height:normal; font-weight:400;}
		.product-details .right p.price{font-size:18px; color:#666;}
		.product-details .right ul.options{margin-bottom:30px;}
		.product-details .right ul.options li{margin-bottom:4px;}
		.product-details .right ul.options li span{font-weight:600; color:#999;}
		.product-details .right ul.options li:last-child{margin-bottom:0px;}
		.product-details .right ul.options li a{color:#A0A0A0;}
		.product-details .right ul.tabs{margin-bottom:30px;}
		.product-details .right ul.tabs li{float:left; height:52px; margin-right:8px; line-height:52px; background-color:#EAEAEA; text-transform:uppercase;}
		.product-details .right ul.tabs li:last-child{margin-right:0px;}
		.product-details .right ul.tabs li a{color:#FFF; text-decoration:none; display:block; padding:0px 20px;}
		.product-details .right ul.tabs li a:hover{background-color:#9F9F9F;}
		.product-details .right ul.tabs li.selected a{background-color:#9F9F9F;}
		.product-details .right .cart-area{margin-bottom:15px;}
		.product-details .right ul.np{height:30px; float:left; margin:6px 22px 0px 0px;}
		.product-details .right ul.np li{height:30px; width:30px; line-height:30px; float:left; background-color:#9F9F9F; color:#FFF; text-align:center;}
		.product-details .right ul.np li a:hover{background-color:#333;}
		.product-details .right ul.np li a{display:block; color:#FFF; text-decoration:none;}
		.product-details .right ul.np li.tf{width:40px; line-height:normal;}
		.product-details .right ul.np li.tf input{height:30px; width:100%; margin:0px; text-align:center; background-color:#F5F5F5; border:0px;}
		.product-details .right .cart-area .add-to-cart{float:left; padding:10px 15px; border:solid 1px #000000; background-color:#FFF; border-radius:0px;}
		.product-details .right .cart-area .add-to-cart:hover{background-color:#333; color:#FFF; cursor:pointer;}
		.product-details .tabs-contents > div{display:none;}
		.product-details .tabs-contents > div.active{display:block;}
		.product-details .table-data{display:table; width:100%;}
		.product-details .table-data ul{display:table-row; width:100%;}
		.product-details .table-data ul:last-child li{padding-bottom:0px;}
		.product-details .table-data ul li{display:table-cell; color:#A0A0A0; padding-bottom:7px;}
		.product-details .table-data ul li:first-child{font-weight:600; width:20%; padding-right:10px;}

@media (max-width: 800px) {
    .details-wrapper{width:90%; }
    .product-details .left{width:90%; float:none;}
    .product-details .right{width:90%; float:none; text-align:left;}
}


@media (max-width: 640px) {
    .details-wrapper{width:90%; }
    .product-details .left{width:90%; float:none;}
    .product-details .right{width:90%; float:none; text-align:left;}
}

@media (max-width: 500px) {
    .details-wrapper{width:90%; }
    .product-details .left{width:90%; float:none;}
    .product-details .right{width:90%; float:none; text-align:left;}
}


/* suppress default product heading */

.products-contents-wrapper h1 {
  display: none;
}


/* reset default wine-listing styles from common.css */

.wines-listing div.items div.view {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}

.wines-listing div.items div.view:nth-child(3n 1) {
  clear: none;
}

@media (max-width:767px) {
	
  .wines-listing div.items div.view {
    width: auto;
    border-bottom: none;
    box-shadow: none;
		margin-bottom: 0;
    padding-bottom: 0;
	}
  
}







/* wine list */

.wines-listing div.items div.view {
  width: 33.3333%;
  margin: 0;
  padding: 30px;
  float: left;
  min-height: 425px;
  text-align: center;
}

.wines-listing div.items div.view:nth-child(3n 1) {
  clear: both;
}

.wines-listing div.items div.view .image {
 
  max-width: none;
}

.wines-listing div.items div.view .product-detail h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 0;
}

.wines-listing div.items div.view .product-detail .product-overview-description {
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 14px;
  margin-bottom: 10px;
    text-align:justify;
}

.wines-listing div.items div.view .product-options .product_variation {
  text-align: center;
}

.product-options .control-label {display:none;}

.wines-listing div.items div.view .product-options .lbl-header {
  display: block;
  margin: 1rem 0 1.6rem 0;
  width: 100%;
  float: none;
}

@media (max-width: 979px) {
	
  .wines-listing div.items div.view {
	  width: 50%;
	}
  
	.wines-listing div.items div.view:nth-child(2n 1) {
    clear: both;
  }
  
	.wines-listing div.items div.view:nth-child(3n 1) {
    clear: none;
  }
  
}

@media (max-width: 767px) {
  
  .wines-listing div.items div.view {
	  width: 100%;
	  min-height: inherit;
	  border-bottom: 1px solid rgba(0, 0, 0, .05);
    box-shadow: none;
	}
  
	.wines-listing div.items div.view:nth-child(2n 1) {
    clear: none;
  }
  
  .wines-listing div.items div.view:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  
  .wines-listing div.items div.view .image {
    max-width: 100px;
  }
  
}

@media (max-width: 480px) {
  
  .wines-listing div.items div.view {
    padding-left: 0;
    padding-right: 0;
  }
  
} 





/* wine and non-wine layout (product detail) */

.product-layout-image {
  max-width: 280px;
  margin: 0 auto;
}

.product-layout-add-to-cart p {
  margin-bottom: 1.6rem;
}

.product-layout-add-to-cart .control-label {
  float: none;
}

.product-layout-add-to-cart .select2-container {
  margin-right: .5em;
}

@media (max-width: 800px) {
  
  .product-layout-image {
    max-width: 200px;
  }
  
}

@media (max-width: 640px) {
  
  .product-layout-image {
    max-width: 135px;
  }
  
  .product-layout-add-to-cart .select2-container {
    margin-right: 0;
    margin-bottom: .5em;
    display: block;
  }
  
}





/* footer: html and css from wineweb */

.podarea4 {
  background: #323232;
  color: #fff;
  padding: 141px 0 80px 0;
}
.podarea4:after {
  content: "";
  display: table;
  clear: both;
}
.podarea4content {
  max-width: 1000px;
  margin: 0 auto;
}
.podarea4 a {
  color: #AAA;
  text-decoration: underline;
}
.podarea4 h2 {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
}
.podarea4 h2:first-child {
  margin-top: 0;
}
#pod40 .podcontent,
#pod41 .podcontent {
  float: left;
}
#pod40 .podcontent {
  width: 100%;
}
#pod40 .podcontent > div {
  float: left;
  width: 50%;
  padding-left: 17px;
  padding-right: 17px;
}
#pod40 .podcontent > div:nth-of-type(1) {
  width: 33%;
}
#pod40 .podcontent > div:nth-of-type(2) {
  width: 33%
}
#pod40 .podcontent > div:nth-of-type(3) {

  width: 33%;
}
#pod41 .podcontent {
  width: 41.6667%;
}
#pod41 .podcontent > div {
  padding-left: 17px;
  padding-right: 17px;
}
.footer-social {
    display: block;
    list-style: none;
    padding: 17px 0;
    font-size: 20px;
    margin-left: 0px;
}
.footer-social li,
.footer-social li a {
    width: 36px;
    height: 36px;
    display: inline-block;
}
.footer-social li {
    background: #fff;
    margin: 0px;
    border-radius: 50%;
    text-align: center;
}
.footer-social li   li {
    margin-left: 5px;
}
.footer-social li a {
    color: #171717;
    border-bottom: none;
    padding: 0px;
    text-decoration: none;
}
.footer-social li i {
    position: relative;
    left: 50%;
    margin-top: 7px;
    margin-left: -30px;
}
.podarea4 blockquote {
  padding: 0;
  margin: 1em 2.5em;
  border-left: none;
}
@media only screen and (max-width: 768px) {
  .podarea4 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  #pod40 .podcontent,
  #pod41 .podcontent {
    float: left;
    width: 100%;
  }
  #pod40 .podcontent > div:nth-of-type(1) {
    width: 100%;
  }
  #pod40 .podcontent > div:nth-of-type(2) {
    width: 100%;
  }
  #pod40 .podcontent > div:nth-of-type(3) {
    clear: left;
    margin-top: 0px;
    width: 100%;
  }
  #pod41 .podcontent {
    margin-top: 42px;
  }
}





/* announcements */

.announcement-wrapper {
  background-color: #000;
}

.announcement-wrapper .alert.website_messages {
  margin: 0px;
  background-color: #000;
  border: 0px;
  font-size: 15px;
  font-weight: 700;
}

.announcement-wrapper .alert.website_messages:after {
  clear:both;
  display:block;
  content:"";
}

.announcement-wrapper .alert.website_messages p.title {
  color: #FFF;
  text-shadow: none;
  float: left;
  margin-bottom: 1em;
}

.announcement-wrapper .alert.website_messages p {
  color: #fff;
  margin-bottom: 1em;
}

.announcement-wrapper .alert.website_messages p:last-child {
  margin-bottom: 1em;
}

.announcement-wrapper .alert.website_messages > div {
  float: right;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-shadow: none;
  border-left: solid 1px #555555;
  padding-left: 20px;
}

.announcement-wrapper .alert.website_messages > div:after {
  font-family: 'FontAwesome';
  content: "\f08b";
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin-left: 5px;
}

.announcement-wrapper .alert.website_messages .close {
  opacity: 0.8;
}

.announcement-wrapper .alert.website_messages .close:hover {
  opacity: 1;
}

.announcement-wrapper .alert.website_messages .close .sr-only {
  display: none;
}

.announcement-wrapper .alert.website_messages .close span:first-child {
  width: 28px;
  height: 28px; 
  line-height: 22px;
  text-align: center; 
  font-style: normal;
  font-size: 20px;
  border-radius: 100px;
  display: block;
  background-color: #343333;
  color: #EEE;
}

#c7-cart > a, #c7-cart > a:hover, #c7-login > a, #c7-login > a:hover {color:#fff;}
.c7-product__variant__add-to-cart input[type="text"] {width: 4rem;}
.c7-form > div {width: 100%; position: inherit}
.forms legend {display:none;}