@import url(https://fonts.googleapis.com/css?family=Lato:300,400);
@import url(https://fonts.googleapis.com/css?family=Spectral:400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Fira+Sans);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900i);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif);

/******
Global
******/
body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	background: #eadcbf;
}

a {
	color: #660000;
	border-bottom: 1 dotted #ccc;
}

a:hover {
	color: #689f1a;
}

.btn-default {
	background: #660000;
	border-radius: 0;
	border: none;
	transition: all 0.5s ease 0s;
	color: white;
}

.btn-default:hover {
	background: #eadcbf;
	color: #660000;
}

.btn-primary {
	background: #689f1a;
	border-bottom: 2px solid green;
	border-radius: 0;
	border: none;
	transition: all 0.5s ease 0s;
}

.btn-primary:hover {
	background: #660000;
}

.pull-left {
	float: left;
}

h1,
h2,
h3,
h4,
select,
input {
	font-family: 'Droid Serif', serif;
	color: #660000;
}

article h1 a,
article h2 a,
article h3 a,
article h4 a
{
	color: #689f1a;
}

.content-container p,
.content-container .bullet-list li {
	font-size: 1.1em;
}

select {
	background-color: #f9f8f7;
    color: #555;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
    border: 1px solid #e4e5e6;
    border-bottom: 2px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    transition: all .3s;
    padding: 0.6em 0.9em;
}

/******
added by TC to remove inconsistency between Safari and google browser when bold or strong are used
******/
p strong,
p b {
  font-weight: 700 !important;
}

/******
shopping-cart-banner
******/
.shopping-cart-banner {
	background:#000;
	font-size: 1em;
}

.shopping-cart-banner a:hover {
	text-decoration: none;
}

/* Telephone Content */
.telephone-container {
	float: left;
	color: #fff;
	margin-left: 2em;
}

.telephone-container p {
	margin: 1.25em 2em;
}

.telephone-container  a {
	color: #fff;
	font-size: 15px;
}

.telephone-container  .fa {
	font-size: 2em;
	position: absolute;
	padding-top: 15px;
}

/* Search Banner */
.search-banner {
	background: #2e3338;
}
#search-field::-webkit-input-placeholder { color: white; }  /* WebKit, Blink, Edge */
#search-field:-moz-placeholder { color: white; }  /* Mozilla Firefox 4 to 18 */
#search-field::-moz-placeholder { color: white; }  /* Mozilla Firefox 19+ */
#search-field:-ms-input-placeholder { color: white; }  /* Internet Explorer 10-11 */
#search-field::-ms-input-placeholder { color: white; }  /* Microsoft Edge */

.search-banner input {
	border: 0;
    background: transparent;
    padding: .75em;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

#search-submit {
	background: transparent;
	border: none;
	padding: 0;
}

#search-submit .fa {
	background: #2e3338;
    color: #fff;
    font-size: 2em;
    border: none;
    padding: .5em;
}

#searchBar {
	/* border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px; */
}
:not(#myCarousel) + .content-container #searchBar {
	margin-top: 15px;
}

#searchBar select {
	background-color: #f9f8f7;
    color: #555;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
    border: 1px solid #e4e5e6;
    border-bottom: 2px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    transition: all .3s;
    padding: 0.9em;
}

#searchBar .btn {
	padding:14px 30px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Playfair Display', serif;
}

/* Shopping Cart Icon */
.shopping-icon-container {
	background: #2e3338;
}

.shopping-icon-container  a {
	text-decoration: none;
	color: #fff;
}

.shopping-icon-container .cart-amount {
	background: #2e3338;
    /*background: linear-gradient(to right, #660000 50%, #2e3338 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    transition:all .6s ease;*/
	display: inline-block;
}

.shopping-icon-container:hover .cart-amount {
	background-position:left bottom;
}

.shopping-icon .fa-shopping-cart {
	background: #2e3338;
	color:#fff;
	font-size: 2em;
	border: none;
	padding: .5em;
}

.cart-amount b {
	color:#fff;
}

.cart-amount p {
	padding: 20px 20px 6px 20px;
}
/******
Nav col
******/
.navigation {
	background: #660000;
}

.navigation svg {
	height: 98px;
	padding-top: 2em;
}

.navbar {
	margin-bottom: 0;
	min-height: 0;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0 7px 0 6px;
	transition: margin 0.1s;
}

.navbar-inverse .navbar-nav>li>a:hover {
	/* margin-top: -5px; */
}

.navbar-inverse .navbar-nav>.open .plus::after {
	display: none;
}

.nav > li.dropdown.open .dropdown-menu h2 {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	font-size: 1.5em;
}
.nav > li.dropdown.open .dropdown-menu {
    display: table;
    width: 100%;
    text-align: left;
    left: -300px;
    background: #660000;
    padding-bottom: 1.5em;
    border: 1px solid #660000;
}

.nav>li {
	position: inherit;
}

.navbar-nav>li {
	padding-bottom: 1em;
}

.nav>li>a {
	padding: 10px 0 10px 20px;
}

.nav > li.dropdown.open .dropdown-menu a,
.nav > li.dropdown.open .dropdown-menu h2 {
	color: #fff;
}

.nav > li.dropdown.open .dropdown-menu a:hover {
	color: #ccc;
	text-decoration: none;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background: transparent;
	/* margin-top: -5px; */
}
/* Navigation */
.navbar-inverse {
	background: transparent;
	border: none;
	margin-top: 85px;
}

.plus {
 	width: 23px;
    height: 23px;
    position: relative;
    float: left;
    top:-2px;
}
.plus::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    width: 1px;
    margin-left: 0px;
    left: 50%;
    top: 6px;
    bottom: 5px;
    z-index: 9;
}
.plus::before {
     content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    height: 1px;
    margin-top: 0px;
    top: 50%;
    left: 6px;
    right: 5px;
    z-index: 9;
}

.navbar-inverse .navbar-toggle {
	border: none;
}

.navbar-header {
	top: 3em;
	right: 0;
	position: absolute;
	text-align: right;
}

.nav-icon3 {
	height: 45px;
	width: 45px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 35px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


.nav-icon3 span:nth-child(1) {
  top: 0px;
}

.nav-icon3 span:nth-child(2),
.nav-icon3 span:nth-child(3) {
  top: 10px;
}

.nav-icon3 span:nth-child(4) {
  top: 20px;
}

.nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background: none;
}

/* Gold Button added by TC june 2025*/
.gold-button {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(145deg, #bfa14c, #e6c56f);
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 5px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.3s ease, transform 0.2s ease;
}

.gold-button:hover {
  background: linear-gradient(145deg, #d8b754, #f4d67a);
  transform: translateY(-2px);
  text-decoration: none;
}

.button-group {
  text-align: left; /* Change to center if needed */
  margin-top: 15px;
}

/* Call to actions in banner */
.action-buttons-header {
	padding: 0;
}
.action-buttons-header a {
	color: #fff;
    margin: 18px 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.action-buttons-header a:first-child {
	border-left: 1px solid #ccc;
	padding-right: 32px;
	padding-left: 15px;
}

.action-buttons-header a:nth-child(2) {
	padding-right: 15px;
}

.action-buttons-header .btn-primary:hover,
.action-buttons-header .btn-primary:active,
.action-buttons-header .btn-primary:focus {
	background: transparent;
	color: #ccc;
	border-color: none;
}

/******
Header banner image
******/
header.carousel {
    height: 400px;
    text-align: left;
}

header .carousel-indicators .active {
	background: #689f1a;
	border: 0;
}

header .angle-bottom {
	background: url(/images/svg-new/banner-bottom.png) no-repeat top;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
	bottom: -1px;
    z-index: 9;
    width: 100%;
    height: 53px;
}

header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: right;
	background-size: 100%;
	background-repeat: no-repeat;
}

header .carousel-text {
	width: 50%;
}

header .carousel-caption {
	top: 10%;
	left: 6%;
	right: 6%;
	color: #fff;
	text-align: left;
}

header .carousel-caption p {
	font-size: 1.5em;
}

header .carousel-caption h1 {
	color: #fff;
	font-size: 2em;
}

header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
    height: 100%;
    background: #000;
}

header .carousel-indicators {
	bottom: 50px;
}

/* Social Icons */
#social-icons {
	position: fixed;
	top: 45%;
	right:0;
	z-index: 9999;
}

#social-icons ul {
	list-style: none;
}

.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-instagram {
	font-size: 3em;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.fa-facebook {
	background: #3b5998;
	padding: 20px;
}

.fa-facebook:hover {
	background:#1b4396;
}

.fa-twitter {
	background: #1da1f2;
	padding: 18px 17px 18px 18px;
}

.fa-twitter:hover {
	background: #0c6ba5;
}

.fa-google-plus {
	background: #cb2027;
	padding: 17px 17px 17px 18px;
}

.fa-google-plus:hover {
	background: #9f060d;
}

.fa-instagram {
	color: #fff;
	background: #c72771;
	padding: 17px 18px 17px 18px;
}

.fa-instagram:hover {
	color: #000;
	background: #fff;
}

/******
Intro Homepage
*******/
.intro-homepage {
	padding: 1em 0;
}

.intro-homepage .categories {
	margin-top:2em;
}

.intro-homepage-box {
	text-align: center;
	background: #fff;
    padding: 1em;
    -webkit-box-shadow: 0 8px 6px -6px #999;
	   -moz-box-shadow: 0 8px 6px -6px #999;
	        box-shadow: 0 8px 6px -6px #999;
}

.intro-homepage-box a {
	margin-bottom: 1em;
}

.intro-homepage-box img {
	width: 100%;
	border: 2px solid #000;
}
.intro-homepage-box h2 {
	font-family: 'Spectral', serif;
	color: #660000;
	font-size: 1.5em;
	margin-bottom: .5em;
}

.intro-homepage-box h3 {
	font-size: 1em;
	font-weight: bold;
	margin:0;
	font-family: 'Lato', sans-serif;
	padding-bottom: 5px;
	color: #000;
}


.intro-homepage-box p {
	font-size: 1em;
	color: #333;
	margin:0;
	padding-bottom: 15px;
}

.shop-image img {
	border: 4px solid #660000 !important;
	width: 100%;
	-webkit-box-shadow: 0px 0px 8px 2px #000000;
     -moz-box-shadow: 0px 0px 8px 2px #000000;
          box-shadow: 0px 0px 8px 2px #000000;
}

.intro-homepage img {
	border-radius: 0 !important;
    border: none;
}
.intro-homepage h1 {
	font-weight: 400;
	color: #660000;
	font-size: 3em;
}

div.round {
	background-image:
		radial-gradient(circle at 0 0, rgba(204,0,0,0) 14px, #c00 15px),
		radial-gradient(circle at 100% 0, rgba(204,0,0,0) 14px, #c00 15px),
		radial-gradient(circle at 100% 100%, rgba(204,0,0,0) 14px, #c00 15px),
		radial-gradient(circle at 0 100%, rgba(204,0,0,0) 14px, #c00 15px);

	z-index: 99999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}

.categories>div>div {
	border:1px solid #ccc;
	padding:1em;
}



/******
Shopping Cart
*******/
.shopping-container .shopping-title,
.anniversary-container .shopping-title {
	background: #000;
	color: #fff;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.shopping-container h1,
.anniversary-container h1 {
	margin-bottom: 1em;
	margin-top:0;
}

.shopping-cart-box {
	text-align: center;
	margin-bottom: 1em;
}

.shopping-hover .btn-primary {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	width: 80%;
	margin-top: 2em;
}

.shopping-hover .btn-primary:hover {
	background: transparent;
	border: 2px solid #660000;
	color: #fff;
	background:#660000;

}

.shopping-cart-box .shopping-cart-img .shopping-hover {
	background-color: rgba(0, 0, 0, 0.8);;
    position: absolute;
    z-index: 999999999;
    width: 100%;
    top: 0;
    left: 0;
    height: 250px;
    display: none;
	padding-top: 15%;
}

.shopping-cart-box .shopping-cart-img {
	position: relative;
	height: 250px;
	overflow: hidden;
	border: 2px solid #000;
}

.shopping-cart-box .shopping-cart-img img {
	width: 100%;
}
.shopping.carousel .shopping-cart-box .shopping-cart-img {
	background-color: #fff;
}

.shopping.carousel .shopping-cart-box .shopping-cart-img img {
	width: auto;
	height: 98%;
	margin-top: 1%;
	/* margin-left: 50%;
	transform: translateX(-50%); */
}

.shopping-cart-box .shopping-cart-img p {
	margin-bottom: 0;
}

.shopping-cart-box .shopping-cart-img .new p,
.shopping-cart-box .shopping-cart-img .last p,
.shopping-cart-box .shopping-cart-img .sale p {
	color: #fff;
}

.shopping-cart-box .shopping-cart-img .new,
.shopping-cart-box .shopping-cart-img .last,
.shopping-cart-box .shopping-cart-img .sale {
	color: #fff;
	position: absolute;
	z-index: 9999;
	font-family: 'Spectral', serif;
	text-transform: uppercase;
	padding:10px;
}

.shopping-cart-box .shopping-cart-img .new {
	background: #000;
	top:0;
	left: 0;
}

.shopping-cart-box .shopping-cart-img .sale {
	background: #660000;
	top:0;
	right: 0;
}
.shopping-cart-box .shopping-cart-img .last {
	background: #000;
	bottom:0;
	right: 0;
}

.shopping-cart-box h2 {
	font-family: 'Spectral', serif;
	color: #660000;
	font-size: 1.5em;
	margin-bottom: .5em;
}

.shopping-cart-box h3 {
	font-size: 1em;
	font-weight: bold;
	margin:0;
	font-family: 'Lato', sans-serif;
	padding-bottom: 5px;
	color: #000;
}


.shopping-cart-box p {
	font-size: 1em;
	color: #333;
	margin:0;
	padding-bottom: 5px;
}


.shopping-cart-box p.price {
	color: #660000;
	font-weight: bold;
	font-size: 1em;
}

/******
Anniversary Cart
*******/
.anniversary-cart-box {
	border:5px solid #eeeeee;
	text-align: center;
	padding:0;
}

.anniversary-cart-box .anniversary-cart-content {
	padding:2em;
}

.anniversary-cart-box figure {
	overflow: hidden;
	height: 330px;
}

.anniversary-cart-box figure img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.anniversary-cart-box figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.anniversary-cart-box .btn-primary {
	background: transparent;
    color: #000;
    border:2px solid #cfcdce;
    padding: 1em;
    transition: all 0.5s ease 0s;
}

.anniversary-cart-box .btn-primary:hover {
	background: #660000;
	color: #fff;
	border: 2px solid #660000;
}

.anniversary-cart-box h1 {
	background: #000;
    padding: 10px;

    color: #fff;
    margin-bottom: 0;
}

.anniversary-cart-box p {
	font-weight: bold;
	margin-bottom: 1em;
}

/******
Feature One
*******/
.feature-one {
	background-color: black;
	background: url("/images/banner-new/cellar-image2.jpg") no-repeat top;
	background-size: 100% auto;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	margin: 4em 0;
	padding:2em 0;
	text-align: center;
}

.feature-one .col-sm-8 a {
	color: #fff;
	text-decoration: underline;
}

.feature-one .col-sm-8 a:hover {
	color: #fff;
	text-decoration: none;
}

.feature-one a.btn-primary {
	text-decoration: none;
	margin-top: 1em;
}

.feature-one img {
	border: 2px solid #fff;
	margin-top: 22px;
	width: 100%;
}

.feature-one h1 {
	color: #fff;
	margin-top: 1em;
}

.feature-one .btn-primary {
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
}

.feature-one .btn-primary:hover {
	background: #689f1a;
	border: 2px solid #689f1a;
	color:#fff;
}

/******
Feature two
*******/
.feature-two {
	background-color: black;
	background: url("/images/banner-new/quinta-das-carvalhas.jpg") no-repeat top;
	background-size: 100% auto;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	margin: 4em 0;
	padding:2em 0;
	text-align: center;
}

.feature-two .col-sm-8 a {
	color: #fff;
	text-decoration: underline;
}

.feature-two .col-sm-8 a:hover {
	color: #fff;
	text-decoration: none;
}

.feature-two a.btn-primary {
	text-decoration: none;
	margin-top: 1em;
}

.feature-two img {
	border: 2px solid #fff;
	margin-top: 22px;
	width: 100%;
}

.feature-two h1 {
	color: #fff;
	margin-top: 1em;
}

.feature-two .btn-primary {
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
}

.feature-two .btn-primary:hover {
	background: #689f1a;
	border: 2px solid #689f1a;
	color:#fff;
}

/******
Popular Wines
*******/
.popularWines h1 {
	margin-bottom: 1em;
	margin-top: 0;
}

.popularWines .col-sm-4 {
	margin-bottom: 1em;
}

.popularWines .popular-wines-container {
	position: relative;
	border: 4px solid #fff;
	height: 160px;
	overflow: hidden;
}

.popularWines .popular-wines-container a:hover {
	text-decoration: none;
}

.popularWines .popular-wines-container h2 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 100;
	padding:0 1em;
}

.popularWines .popular-wines-container img {
	width: 100%;
}
.popularWines .popular-wines-container .popular-tag {
	background: #660000;
    position: absolute;
    right: 0;
    z-index: 5;
    color: #fff;
    top: 20%;
    height: 60px;
    transition: all 0.5s ease 0s;
}
.popularWines .popular-wines-container .popular-tag-left {
	left: 0;
	right: unset;
}

.popularWines .popular-wines-container .popular-tag:after {
  	width: 0px;
    height: 0px;
    content: "";
    position: absolute;
    top: 0;
    left: -41px;
    /* border-right: 60px solid red; */
    border-top: 30px solid #660000;
    border-left: 41px solid transparent;
    border-bottom: 30px solid #660000;
    border-top-left-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: all 0.5s ease 0s;
}
.popularWines .popular-wines-container .popular-tag-left:after {
	right: -41px;
	left: unset;
    border-right: 41px solid transparent;
	border-left: unset;
}

.popularWines .popular-wines-container:hover .popular-tag {
	background: #689f1a;
	border-right: 41px solid transparent;

}

.popularWines .popular-wines-container:hover .popular-tag:after {

    border-top: 30px solid #689f1a;
    border-left: 41px solid transparent;
    border-bottom: 30px solid #689f1a;
    border-top-left-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.enter-shop {
	position: absolute;
	bottom: 1em;
	right: 1em;
}
/******
Footer
******/
footer {
	background-color: black;
	background: url("/images/banner-new/footer.jpg") no-repeat bottom;
	background-attachment: fixed;
	margin-top: 4em;
	/*background-size: 100% auto;*/
}

footer img {
	border: 0 !important;
}

footer .top20 {
	padding-top: 3em;
	padding-bottom: 3em;
}

footer h4 {
	color: #fff;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer .footer-address-cont {
	background:#000;
	color: #fff;
	margin-top: 1em;
	padding-top: 3em;
	padding-bottom: 2em;
}

footer .footer-address-cont p {
	line-height: 12px;
}

footer .footer-address-cont a {
	color: #fff;
	text-decoration: underline;
}

footer .footer-address-cont a:hover {
	text-decoration: none;
}
/* carousel */
/* Previous button  */
#media .carousel-control,
div.shopping .controls-carousel .carousel-control,
#events-carousel .carousel-control, 
#port-carousel .carousel-control,
#tasting-carousel .carousel-control,
#port-events-carousel .carousel-control {
	opacity: 10;
	font-size: 3em;
	background:#689f1a;
	color: #fff;
}

#media .carousel-control:hover,
div.shopping .controls-carousel .carousel-control:hover,
#events-carousel .carousel-control:hover,
#port-carousel .carousel-control:hover,
#tasting-carousel .carousel-control:hover,
#port-events-carousel .carousel-control:hover {
	background:#660000;
}
.media-carousel .carousel-control.left,
.media-carousel .carousel-control.right {
	background-image: none;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ddd;
	border-radius: 23px 23px 23px 23px;
	height: 40px;
	width : 40px;
	margin-top: 105px;
	line-height: 29px;
}

.media-carousel .carousel-control.left
{
	left: -60px;
}
/* Next button  */
.media-carousel .carousel-control.right
{
	right: -60px !important;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active
{
  background: #333333;
}
/* End carousel */

/* 2017-07-04 STCR copied from previous version for testing */
.pagination>li>a, .pagination>li>span {
	color: #660000;
	background-color: #fff;
	border-color: #ddd;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #000;
	background-color: #eadcbf;
	border-color: #eadcbf;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	color: #fff;
	background-color: #660000;
	border-color: #660000;
}
.mini-search-results h3 {
	font-size: 18px;
}
.mini-search-results .thumbnail {
	position: relative;
	min-height: 221px;
}
.mini-search-results .thumbnail a {
	line-height: 221px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}
.mini-search-results .thumbnail a img {
	vertical-align: middle;
	display: inline-block;
}
.mini-search-results img.awaiting-photo {
	height: 206px;
}

ul.bullet-list {
	list-style: outside;
	list-style-image: url(/images/site_v2/bullet.png);
	padding-left: 15px;
	margin-left: 15px;
}

ul.bullet-list li {
	padding-left: 10px;
	margin-bottom: 5px;
}

.mini-search-results .caption p.product-name a {
	color: #333;
}

.search-results .search-result {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #660000;
}
.search-results .search-result h2 {
	margin-top: 5px;
}

/* tinybox modal responsive fixes migrated from old site prior to conversion to bootstrap modals */

.tbox {
	width: 900px !important;
	max-width: 99% !important;
}
.tbox .tinner#frameless {
	max-width: 99%;
}
.tbox .tinner .tcontent iframe,
.tbox .tinner .tcontent>img {
	max-width: 99%;
	padding-top: 10px;
	padding-left: 5px;
	border-radius: 5px;
	border-bottom: 1px solid #333;
}

#creammask.tmask {
	/* Prevent unnecessary horizontal scroll occasionally caused
		when there is some wide debug in the footer which tricks the tinybox auto resizing */
	max-width: 100%;
}
#basketTable,
#basketTable tbody th {
	font-weight: normal;
}
#basketTable thead th,
#basketTable th.packaging-options-rowgroup {
	font-weight: bold;
}
#basketTable a {
	color: #660000;
}
#basketTable caption {
	display: none;
}
#basketTable tbody th,
#basketTable tbody td,
#basketTable tfoot th,
#basketTable tfoot td {
	border: 2px solid white;
	/* border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px; */
	background-color: #eadcbf;
}
#basketTable thead th {
	background-color: #680202;
	color: white;
}
#basketTable thead th:first-child {
	border-top-left-radius:4px;
}
#basketTable thead th:last-child {
	border-top-right-radius:4px;
}
.delivery-type-notes ul {
	list-style-position: inside;
	padding-left: 0px;
}
/* Rebellious media queries inside the main css until the basket/order/packaging forms are overhauled. Sorry Sandra ;-) */
@media (max-width: 451px) {
	.tbox {
		left: 1% !important;
		max-width: 99% !important;
		padding-left: 0px !important;
		padding-right:0px !important;
	}
	.tbox .tinner#frameless {
		max-width: 100%;
	}
	.tbox .tinner .tcontent iframe {
		padding-left: 2px;
	}

	#frmUpdateBasket .btn,
	#frmOrderForm .btn {
		padding-left: 10px;
		padding-right: 10px;
	}
	section.row  > article {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (max-width: 400px) {
	section.row  > article.col-sm-12,
	section.row  > article.col-xs-12	{
		padding-left: 0px;
		padding-right: 0px;
	}
	section.row  > article.col-sm-12 .panel-body {
		padding-left: 5px;
		padding-right: 5px;
	}
	#basketTable.table>tbody>tr>td,
	#basketTable.table>tbody>tr>th,
	#basketTable table>tfoot>tr>td,
	#basketTable.table>tfoot>tr>th,
	#basketTable.table>thead>tr>td,
	#basketTable.table>thead>tr>th {
		font-size: 12pz;
		padding: 6px 4px;
	}
}


.accountHomeBox {border: 1px solid #999999; border-radius: 5px; margin-bottom: 20px; display:table;}
.accountHomeBox .boxTitle {background-color: #EEEEEE; border-top-left-radius: 5px; border-bottom-left-radius: 5px; display:table-cell; height:100%;}
.accountHomeBox .boxTitle, .accountHomeBox .boxDetails, .accountHomeBox .boxSpanned {padding: 5px 5px 5px 5px; }
.accountHomeBox .boxDetails {/* float: left; */ display:table-cell; width:50%; height:100%;}
.accountHomeBox .boxTitle, .accountHomeBox .boxSpanned a {font-size: 10pt; font-weight: bold;}


.breadcrumbs ul li {
    display: inline-block;
}
/* */
#frmAddProduct select {
	padding: 0.4em 0.9em;
}

#frmAddProduct .btn {
	margin-left: 1em;
}

.product_info {
	margin-top: 1em;
}

/* Blog */
.blog-homepage .blog-image {
	height: 250px;
	overflow: hidden;
	margin-bottom: 1em;
}
.blog-homepage .blog-image img {
	width: 100%;
}	

.blog-homepage .panel {
	-webkit-box-shadow: 0 8px 6px -6px #999;
	   -moz-box-shadow: 0 8px 6px -6px #999;
	        box-shadow: 0 8px 6px -6px #999;
}

.yearSelect{
	font-size: 16px;
	font-weight: 700;
}


/* Search results */

.product_info .new p,
.product_info .last p,
.product_info .sale p {
	color: #fff;
	margin: 1px 4px 1px;
}

.product_info .new,
.product_info .last,
.product_info .sale {
	color: #fff;
	position: absolute;
	z-index: 9999;
	font-family: 'Spectral', serif;
	text-transform: uppercase;
	padding:5px;
}

.product_info .new {
	background: #000;
	top:0;
	right: 60px;
}

.product_info .sale {
	background: #660000;
	top:0;
	right: 0;
}
.product_info .last {
	background: #000;
	bottom:0;
	right: 0;
}



/* Product Detail */

.panel-heading .new p,
.panel-heading .last p,
.panel-heading .sale p {
	color: #fff;
	margin: 2px 4px 3px;
}

.panel-heading .new,
.panel-heading .last,
.panel-heading .sale {
	color: #fff;
	position: absolute;
	z-index: 9999;
	font-family: 'Spectral', serif;
	text-transform: uppercase;
	padding:5px;
}

.panel-heading .new {
	background: #000;
	top:0;
	right: 80px;
}

.panel-heading .sale {
	background: #660000;
	top:0;
	right: 16px;
}
.panel-heading .last {
	background: #000;
	bottom:0;
	right: 0;
}
.panel-heading h1 {
	margin-top: 3px;
	margin-bottom: 2px;
}
.panel-body > h3:first-child,
.panel-body > h2:first-child,
.panel-body > h1:first-child {
	margin-top: 0px;
}



/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
	margin: 0px 0px 30px 0px;
    max-height: 500px;
	overflow:auto;

}
.basket-panel-body{
	background-color: #fff;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 10vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.Quickmarg{
 margin: 10px 0 10px 0;	
}



.product-pricebox{
	margin:125px 0 125px 0;
	border-radius: 10px;
	border: 2px solid #cccccc;
	background-color: #f1f1f1;
	padding: 15px;
	
}

.search-blurb {
	margin: 20px 0px;
}

a.currency-link {
	padding-left:0px;
	padding-right:10px;
	margin:16px 10px 16px 0px;
	border-right:1px solid #ccc;
	font-size: 17px;
}