* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	background: #fff;
	height: 100%;
	font-family: 'Montserrat', Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	color: #444;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

p {
	margin: 0 0 15px 0;
}

#topbar {
	background-color: #545454;
	padding: 10px 20px;
}

#topbar:after {
	clear: both;
	display: block;
	content: "";
}

#topbar .social-media {
	padding-right: 50px;
}

#topbar .social-media ul li a {
	color: #FFF;
}

#topbar .social-media ul li a:hover {
	color: #be9c79
}

.social-media ul {
	list-style-type: none;
	margin: 0px;
}

.social-media ul li {
	display: inline-block;
	margin-right: 10px;
}

.social-media ul li:last-child {
	margin-right: 0px;
}

.header {
	background: #fff;
	padding: 15px 15px;
}

.header .pull-right {
	float: right;
	padding-top: 20px;
}

.navigation-wrapper .mobile-nav-btn {
	width: 23px;
	height: 20px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: url(../images/nav-icon.jpg) 0 0px no-repeat;
	display: none;
	margin: auto;
}

.navigation-wrapper .mobile-nav-btn.cross {
	background: url(../images/nav-close.jpg) 0 0px no-repeat;
}

.navigation-wrapper .dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}

.navigation-wrapper .dropdown-menu li:hover .sub-menu {
	visibility: visible;
}

.navigation-wrapper .dropdown:hover .dropdown-menu {
	display: block;
}

.home-kicker {
	position: absolute;
	width: 100%;
	z-index: 100;
	background-color: rgba(238, 238, 238, 0.9);
	bottom: 0px;
	padding: 15px 0px;
}

#banner {
	position: relative;
}

#banner .nivo-controlNav {
	display: none;
}

#banner-heading {}

#banner-heading img {
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1000;
	height: 100%;
	width: 100%;
}

#banner-heading h1 {
	padding: 25px 0px;
	text-align: center;
	margin: 0;
}

#banner-heading h1 span {
	padding: 10px 0px;
}

/*Blog styles starts*/
.blog-contents-wrapper #posts {
	padding-top: 70px;
}

.blog-contents-wrapper .blog-data {
	margin-bottom: 10px;
}

.blog-contents-wrapper .comments-container {
	background-color: #EEE;
	border: solid 1px #CCCCCC;
	margin-top: 15px;
	padding: 15px;
}

.blog-contents-wrapper #posts {
	font-size: 0px;
}

.blog-contents-wrapper #posts .post {
	display: inline-block;
	width: 32%;
	margin: 0px 2% 90px 0px;
	padding: 15px 15px 15px 15px;
	vertical-align: top;
	font-size: 15px;
	border: solid 1px #CCC;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10), 0px 2px 0px #333;
	position: relative;
	background-image: linear-gradient(#FFF, #EEE);
	background-image: -webkit-linear-gradient(#FFF, #EEE);
	background-image: -moz-linear-gradient(#FFF, #EEE);
	background-color: #FFF;
}

.blog-contents-wrapper #posts .post:nth-child(3n) {
	margin-right: 0px;
}

.blog-contents-wrapper #posts .post:hover {
	box-shadow: 0px 2px 0px #333
}

.blog-contents-wrapper #posts .post:hover .authorImageDiv img {
	box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.15);
}

.blog-contents-wrapper #posts .post h2 {
	font-size: 20px;
	margin-top: 42px;
}

.blog-contents-wrapper #posts .post p {
	line-height: normal;
}

.blog-contents-wrapper #posts .post .authorImageDiv {
	position: absolute;
	top: -52px;
	left: 50%;
	transform: translateX(-50%);
}

.blog-contents-wrapper #posts .post .authorImageDiv img {
	width: 90px;
	height: 90px;
	transition: all 0.3s ease;
	border-radius: 100px;
	border: solid 1px #CFCFCF;
	padding: 3px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
}

.blog-contents-wrapper #posts .post .btn-read-more {
	display: inline-block;
	position: absolute;
	left: 15px;
	bottom: 15px;
	background-color: #333;
	transition: all 0.3s ease;
	padding: 4px 15px 4px 0px;
	border-radius: 0px 15px 15px 0px;
	box-shadow: -15px 0px 0px #333, inset -4px 0px 0px rgba(0, 0, 0, 0.15);
	font-size: 13px;
	color: #FFF;
}

.blog-contents-wrapper #posts .post .btn-read-more:hover {
	text-decoration: underline;
	padding-right: 25px;
	text-align: right;
}

@media (max-width:767px) {
	.blog-contents-wrapper #posts .post:nth-child(3n) {
		margin-right: 2%;
	}

	.blog-contents-wrapper #posts .post:nth-child(2n) {
		margin-right: 0px;
	}

	.blog-contents-wrapper #posts .post {
		width: 49%;
	}
}

@media (max-width:500px) {
	.blog-contents-wrapper #posts .post {
		width: 100%;
		display: block;
		margin: 0px 0px 90px 0px;
	}
}

/*Blog styles end*/
.help-text {
	color: #1b4d6d
}

.inner-page-contents {
	padding: 10px 0px 30px 0px;
	background-color: #fff !important;
}

.user-welcomemsg {
	color: #fff !important;
}

.wine-details-custom {
	color: #a0a0a0;
}

.wine-details-custom p {
	color: #a0a0a0;
}

.wine-details-custom .row-fluid>.span4 {
	background-color: #CCC;
	padding: 15px;
	text-align: center;
}

.wine-details-custom h2 {
	margin-bottom: 20px;
	color: #000;
	font-size: 32px;
}

.wine-details-custom .tabs {
	margin-top: 20px;
}

.wine-details-custom .tabs ul {
	margin: 0px;
	padding: 0px;
	height: 50px;
}

.wine-details-custom .tabs ul li {
	width: 49%;
	overflow: hidden;
	margin-right: 2%;
	list-style-type: none;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	float: left;
	padding: 0px 10px;
	text-align: center;
	font-size: 15px;
	background-color: #CCC;
	color: #000;
}

.wine-details-custom .tabs ul li:last-child {
	margin-right: 0px;
}

.wine-details-custom .tabs ul li.active {
	background-color: #545454;
	color: #FFF;
}

.wine-details-custom .tabs-contents {
	padding: 15px 0 0 0;
}

.wine-details-custom .tabs-contents .tab-view {
	display: none;
}

.wine-details-custom .tabs-contents .tab-view:first-child {
	display: block;
}

.wine-details-custom .tecknical-info ul {
	margin: 0px;
	padding-left: 10px;
}

.wine-details-custom .tecknical-info ul li {
	margin-bottom: 5px;
	line-height: normal;
	list-style-type: none;
	color: #a0a0a0
}

.wine-details-custom .tecknical-info ul li:last-child {
	margin-bottom: 0px;
}

.wine-details-custom .tecknical-info ul li:before {
	content: "-";
	margin-right: 5px;
}

.wine-details-custom .lbl-header {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.wine-details-custom .lbl-header span {
	font-size: 15px;
}

/* Float four columns side by side */
.club-listing .column {
	float: left;
	width: 25%;
	padding: 10px 10px;
}

/* Remove extra left and right margins, due to padding in columns */
.club-listing .row {
	margin: 0 -5px;
}

/* Clear floats after the columns */
.club-listing .row:after {
	content: "";
	display: table;
	clear: both;
}

.club-options ul {
	line-height: 20px;
	list-style: none;
	margin-left: 0px;
	padding: 10px 0px;
}

/* Style the counter cards */
.club-listing .card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	/* this adds the "card" effect */
	padding: 16px;
	text-align: left;
	background-color: #f1f1f1;
	min-height: 375px;

}

.club-listing .card .title {
	border-bottom: 1px solid #e4e4e4;
	padding: 5px;
}

@media (max-width:767px) {
	.wine-details-custom .row-fluid>.span4 {
		margin-bottom: 20px;
	}
}

#subscribe-widget input[type='text'] {
	width: 100%;
	display: block;
}

#subscribe-widget #no-spam {
	margin-top: 10px;
}


#footer ul.nav-pills {
	margin: 20px 0 0;
	display: flex;
	justify-content: center;
	gap: 12px;
	font-size: 12px;
}

#footer ul.nav-pills li a::after {
	content: "|";
	color: #fff;
	display: inline-flex;
	margin-left: 12px;
}

#footer ul.nav-pills li:last-child a::after {
	display: none;
}

a {
	font-style: normal !important;
}

.prop65warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.information-text {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	padding: 5px;
}

.header {
	background-image: url(../images/wines.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 49% 16%;
}

#login-link {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
}

#login-link .nav-link {
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

#login-link .nav-link:hover {
	color: #b7524e;
}

.tinte-logo {
	background-image: url(../images/logo-white.png);
	border-right: 1px solid gray;
	display: inline-block;
	width: 163px;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	height: 45px;
	padding-right: 37px;
	box-sizing: border-box;
	overflow: hidden;
	text-indent: -9999px;
}

.header-holder .container {
	display: flex;
	align-items: center;
	padding-top: 20px;
}

.header-holder .nav {
	text-transform: uppercase;
	padding: 0 0 0 45px;
	gap: 16px;
}

.header-holder .nav li a {
	font-weight: 600;
	color: #fff;
}

.header-holder .nav li a:hover {
	color: #b7524e;
	text-decoration: none;
}

#footer {
	background-color: #275062;
	position: relative;
	padding-top: 51px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
}

.first-row {
	max-width: 1024px;
	padding: 25px 0;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
}

.last-row:after,
.first-row:after {
	display: table;
	content: "";
	clear: both;
}

.column-left {
	width: 29.66%;
	margin-right: 5.5%;
	float: left;
	position: relative;
	z-index: 9;
}

.image-wrapper {
	max-width: 175px;
	margin-left: 0;
	margin-bottom: 9.27%;
	margin-right: auto;
}

.address-wrapper p {
	color: #fff;
	line-height: 1.8em;
	font-size: 15px;
}

.image-wrapper span img {
	max-width: 175px;
}

.column-right {
	width: 64.833%;
	float: left;
	position: relative;
	box-sizing: border-box;
	z-index: 9;
	color: #fff
}

.last-row {
	box-sizing: border-box;
	padding: 20.5px 0;
	max-width: 1024px;
	margin: 0 auto;
}

.first-row hr {
	opacity: .3;
	margin: 7.5px 0;
}

.first-row .column-left p {
	line-height: 1.8em;
}

.first-row .column-right p {
	padding-bottom: 15px;
	margin: 0;
}

.first-row .column-right p:first-child {
	padding-bottom: 20px;
	font-size: 20px;
	font-family: 'Libre Baskerville', serif;
}

.first-row .column-right p:last-child {
	padding-bottom: 0;
}

.first-row .column-right .inner-text {
	padding-left: 33px;
	border-left: 1px solid #fff;
}

.last-row .column-right {
	text-align: right;
}

.last-row .column-right p>strong a,
.last-row .column-right p>strong {
	color: #b7524e;
}

.last-row .column-right p>span {
	font-size: 12px;
}

.last-row .column-left ul li {
	display: inline-block;
	margin: 0 8px 8px 0;
	position: relative;
}

.last-row .column-left ul li a {
	border-radius: 20px 20px 20px 20px;
	box-sizing: content-box;
	width: 32px;
	height: 32px;
	background-color: #b7524f;
}

.last-row .column-left ul li a:before {
	display: block;
	position: relative;
	z-index: 10;
	width: 32px;
	height: 32px;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	background-color: #b7524f;
	border-radius: 20px 20px 20px 20px;
	text-align: center;
}

.product-card {
	padding: 15px;
	border: 1px solid #ededed;
	transition: border 0.5s ease-in-out;
}

.product-card:hover {
	border: 1px solid #b7524e;
	transition: border 0.5s ease-in-out;
}

.product-card h3.plp-product-name {
	margin: 15px 0 10px !important;
}

.product-card h3.plp-product-name:hover a {
	text-decoration: none;
	color: #b7524e;
}

.product-card:hover .product-image-plp {
	animation: pulseProduct 2.5s infinite;
}

.product-card .price-bottle-group {
	margin-bottom: 15px;
}

.product-card .btn-primary {
	height: 36px;
}

.modal-open .modal {
	max-width: 100%;
}

.btn-primary {
	background-color: #b7524f;
	transition: background-color 0.4s ease-in-out;
}

.btn-primary:hover {
	background-color: #8d3632;
	transition: background-color 0.4s ease-in-out;
}

.modal-footer .btn-primary {
	font-size: 14px;
}
.user-links {
	line-height: 26px;
}
.hamburger {
	width: 30px;
	height: 20px;
	position: relative;
	cursor: pointer;
	transition: 0.3s ease;
	display: none;
}

.hamburger span {
	position: absolute;
	height: 3px;
	width: 100%;
	background: #f1c36d;
	left: 0;
	transition: 0.3s ease;
}

.menu-opner:hover .hamburger span {
	background: #fff;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	top: 8px;
}

.hamburger span:nth-child(3) {
	top: 16px;
}

.hamburger.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 8px;
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg);
	top: 8px;
}
@keyframes pulseProduct {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.08);
	}

	100% {
		transform: scale(1);
	}
}

@media (min-width: 992px){
	.header-holder .nav {
		display: flex !important;
	}
}
@media (max-width:1200px) {
	.container {
		width: auto;
		padding: 0px 15px;
	}
}

@media (max-width:1150px) {
	.navbar .nav>li>a {
		padding: 10px 15px;
	}
}

@media (max-width: 991.5px) {
	.menu-open {
		overflow: hidden;
	}
	.menu-open .category{
		position: static;
	}
	.menu-open .header {
		position: relative;
		z-index: 9999;
	}
	.tinte-logo {
		padding-right: 0;
		border: 0;
	}
	.header-holder .container {
		justify-content: space-between;
	}
	#login-link {
		justify-content: center;
	}
	.header-holder .nav{
		display: none;
		position: absolute;
		top: 114px;
		left: 0;
		right: 0;
		height: 100vh;
		overflow-y: auto;
		width: 100%;
		background: #000;
		flex-direction: column;
		/* justify-content: center; */
		padding: 30px;
		/* z-index: 9999; */
		flex-wrap: nowrap;
		flex: 100%;
	}
		.header-holder .nav li a {
			display: block;
			padding: 10px 0;
		}
	#footer * {
		box-sizing: border-box;
	}

	#footer .column-left,
	#footer .column-right {
		float: none;
		width: 100%;
		text-align: left;
		padding: 0 25px;
	}

	.image-wrapper {
		margin: 0 auto;

		padding-bottom: 25px;
	}

	.first-row .column-right .inner-text {
		border-color: transparent;
		padding: 0;
	}

	ul.category-tree>li a:after {
		display: none;
	}

	ul.category-tree li a {
		display: block;
		padding: 10px;
	}
	.hamburger {
		display: inline-flex;
		flex: 0 0 30px;
	}
}

@media (max-width: 979px) {
	.header .pull-left {
		float: none;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}

	.header .pull-right {
		float: none;
		width: 100%;
		text-align: center;
	}

	.navigation-wrapper .mobile-nav-btn {
		display: block;
	}

	.navigation-wrapper .nav-collapse>ul li ul {
		background-color: #DDD;
	}

	.navigation-wrapper .nav-collapse>ul li ul li a {
		color: #333;
		padding: 7px 10px;
	}
}

@media (max-width: 767px) {
	.inner-page-contents>.container {
		padding: 0px 15px;
	}

	.home-kicker .container {
		padding: 0px;
	}

	#banner-heading h1 {
		padding: 25px 15px;
	}

	h1 {
		font-size: 20px;
		font-weight: normal;
	}

	h2 {
		font-size: 19px;
		font-weight: normal;
	}

	h3 {
		font-size: 18px;
		font-weight: normal;
	}

	h4 {
		font-size: 17px;
		font-weight: normal;
	}

	h5 {
		font-size: 16px;
		font-weight: normal;
	}

	.home-kicker {
		position: relative;
		padding: 15px;
	}

	.home-kicker .span4 {
		margin-bottom: 20px;
	}

	.home-kicker .span4 h1 {
		margin-bottom: 10px;
	}

	.home-kicker .span4:last-child {
		margin-bottom: 0px;
	}

	#topbar .pull-left {
		text-align: center;
		float: none;
		width: auto;
		padding-bottom: 10px;
	}

	#topbar .pull-right {
		text-align: center;
		float: none;
		width: auto;
	}

	#topbar .social-media {
		padding-right: 0px;
	}

	.social-media ul {
		margin: 0px;
	}
}

@media (max-width: 360px) {
	.sitelogo {
		display: block;
		text-align: center;
	}
}

.errorMessage,
.errorSummary {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
}
.copyrights,.credits {
	font-size: 12px;
}
