/*
Theme Name: MSV Theme
Theme URI: http://murraystreet.com.au
Author: Tucker Creative
Author URI: http://tuckercreative.com.au
Description: Tucker minimal starter theme (main)
Version: 1.0.0
Text Domain: wsr
*/

/* //// Custom Styles test /////////////////////////////////////////////////*/
body{
    font-size: 20px;
}

.container{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.paperbg{
    background-image: url('img/bgpattern.jpg');
}

/*#msvlogo{
    max-width: 137px;
    width: 100%;
}*/

.header-contact{
    color: #dcbe88;
    float: right;
    width: 100%;
    font-size: 19px;
    margin-top: 110px;
    margin-bottom: 20px;
}

.header-contact p{
    text-align: right;
    letter-spacing: 1px;
}

.header-contact .social-holder{
    float: right;
}

.navbar-default{
	background-image: url('img/headerbg.jpg');
	background-size: auto 212px;
	background-color: #000;
}

@media(min-width:992px){
	#main-nav:not(.navbar-fixed-top) #navbar{
		float:none;
		width:100% !important;
		margin: 0 auto;
		display: block;
	}
	#main-nav:not(.navbar-fixed-top) #navbar #menu-main{
		position:absolute;
		left:50%;
		float:none;
		display:inline-block;
		margin:0 auto;
		white-space: nowrap;
		transform: translateX(-50%);
	}
	#main-nav:not(.navbar-fixed-top) #navbar #menu-main > li{
		float:none;
		display:inline-block;
	}
	#main-nav:not(.navbar-fixed-top) .navbar-brand{
		position: absolute;
		left: 50%;
		width:400px;
		display: block;
		line-height:normal;
		transform: translateX(-50%);
	}
	#main-nav:not(.navbar-fixed-top) .header-contact{
		position:absolute;
		bottom:0;
		right:0;
	}
}
@media(max-width:992px){
	.navbar-brand{
		position:relative;
		top:75px;
		width:100%;
		text-align:center;
	}
	.navbar-brand img{
		margin:0 auto;
	}
}

.social-holder .social{
    background-image: url('img/social.svg');
    background-size: cover;
}

.social-holder .social{
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.header-contact .social{
    opacity: 0.7;
}

.social-holder .social:hover{
    opacity: 0.5;
}

.social.fb{
    background-position: -5%;
}

.social.insta{
    background-image: url('img/instagram.png');
    background-size:19px 19px;
    background-position:top center;
}

.social.twitter{
    background-position: 13%;
}

.social.pin{
    background-position: 31%;
}

.social.google{
    background-position: 66%;
}

.social.dots{
    background-position: 84%;
}

.social.mail{
    background-position: 103%; 
}

.social.trip{
    background-image: url('img/trip.svg');
    background-size: contain;
    background-position: 0px 3px;
}

.header-contact .login-holder{
    float: right;
    position: relative;
}

.login-holder .dropdown-menu{
    background-color: #d9d8cf;
}

.login-holder .dropdown-menu a{
    color: #4a4949
}

#accountDropdown:hover{
    text-decoration: none;
}


.header-contact .members{
    padding-right: 20px;
}

.header-contact .members,
.cart-contents{
    font-size: 15px;
    color: #ccc;
}

a.cart-contents:hover{
    color: #dcbe88;
    text-decoration: none;
}

.carticon{
    width: 15px;
    display: inline-block;
}

footer{
    background-color: #000;
    background-image: url('img/footerbg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-bottom: 35px;
    padding-top: 35px;
    text-align: center;
}

footer img{
    margin: 0 auto;
}

.halliday{
    margin-top: 65px;
}

.main-content{
    margin-top: 23px;  /*42*/
    margin-bottom: 65px;
}

.rev_slider_wrapper{
	z-index:0 !important;
}

#footer-nav{
    margin-top: 35px;
}

#footer-nav ul{
    list-style-type: none;
    padding: 0;
}

#footer-nav ul li{
    display: block;
}

#footer-nav ul li a{
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 15px;
}

footer .social-holder{
    margin-top: 15px;
}
@media(max-width:992px){
	#footer{
		padding-top:35px !important;
	}
}
.main-content nav{
	z-index: -1 !important;
}

.main-header{
    text-align: center;
}

.slider{
    margin-top: -22px;
}

.wpforms-field{
    clear: both;
}

.wpforms-field ul{
    padding-left: 0;
    margin-top: 10px;
}

.wpforms-field ul li{
    margin-bottom: 5px;
}

.woocommerce .products ul.product-cats{
    text-align: center;
    margin-bottom: 0.5em;
}

.woocommerce .products ul.product-cats li a:hover{
    border-bottom: none;
}

li.subcategory{
    display: inline-block;
    padding: 0 10px;
}

li.subcategory a{
    color: #4a4949;
}

li.subcategory a.active,
li.subcategory a:hover{
    color: #5C071A;
}

li.browseby{
    padding: 10px 15px;
    line-height: 1.42857143;
    font-weight: bold;
}

.product-sub-cats{
    text-align: center;
}

.product-sub-cats li a.active{
    color: #4a4949;
    font-weight: bold;
    text-decoration: underline;
}

.woocommerce .main-content{
    margin-top: 0;
}

.woocommerce.single-product .main-content{
    margin-top: 35px;
}

.product_meta{
    margin-bottom: 5px;
}

.product_meta .posted_in a{
    color: #4a4949;
    text-transform: uppercase;
    font-size: 18px;
}

.product_meta .posted_in a:hover{
    color: #5C071A;
    text-decoration: none;
}



/* Woocommerce*/
.product-cats{
	/*display:none !important;
	visibility:hidden !important;*/
}
.woocommerce-products-header__title{
	margin-bottom:30px;
}
.woocommerce ul.products li.product a{
    color: #4a4949;
}

.woocommerce ul.products li.product a img{
    max-width: 100%;
    width: auto;
    margin-bottom: 0;
    margin: 0 auto;
    position: relative;
    max-height: 177px;
}

.wsr-prod-img{
    width: 50%;
    float: left;
}

.wsr-prod-img img{
    margin: 0 auto;
}

.wsr-content-wrap{
    float: right;
    width: 50%;
    padding-right: 0px;
}

.related .wsr-content-wrap {
    padding-right: 0px;
}

.woocommerce ul.products li.product h3{
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 5px;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    width: 50%;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
    background-color: #5C071A;
    color: #fff!important;
    border-radius: 0;
    font-size: 13px;
}

.excerpt{
    font-size: 15px;
    line-height: 1.15;
}

.page-description p{
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 55px;
    padding: 5px 0;
}

.woocommerce ul.products li.product .price{
    color: #4a4949;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.woocommerce ul.products li.product .price ins{
    text-decoration: none;
}

.woocommerce ul.products li.product .button{
    margin-top: 0;
    padding: 7px 1em 5px 1em;
    font-size: 14px;
}

.wc-memberships-member-discount{
    display: none;
}

.woocommerce ul.products li.product .quantity{
    display: block;
    font-size: 14px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.woocommerce ul.products li.product .quantity .qty{
    width: 2.6em;
    max-height: 27px;
}

.woocommerce ul.products li.product .product-member-link{
    margin-top: -8px;
    margin-bottom: 2px;
}

.woocommerce ul.products li.product a.product-member-link{
    color: #4a4949;
    /*text-decoration: underline;*/
    display: block;
}

.woocommerce ul.products li.product a.product-member-link:hover{
    color: #5C071A;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images{
    width: 25%;
    float: left;
    padding-right: 15px;
    margin-bottom: 10px;
}

.woocommerce div.product div.images img{
    width: auto;
    margin: 0 auto;
}

.woocommerce div.product div.images{
    width: 35%; 
}

@media (min-width: 768px){
    .shop-wrap {
        height: 280px !important;
    }
}

.woocommerce-products-header__title page-title{
	margin-bottom:30px;
}

.summary.entry-summary{
    font-size: 24px;
}

.summary.entry-summary .posted_in,
.summary.entry-summary .posted_in a{
    color: #6c6c6c;
}


.summary.entry-summary > p{
    padding-bottom: 10px;
}

.product-fields .field-section{
    padding-top: 5px;
    border-bottom: 1px solid #c9c6c6;
}

.product-fields .field-section p{
    font-size: 18px;
}

.product-fields .field-section ul{
    padding-left: 0;
}

.product-fields .field-section table{
    width: 100%;
}

.product-fields .field-section table tr td{
    font-size: 16px;
    padding: 0 0 11px;
}

.tasting-btn{
    border: 2px solid #5C071A;
    padding: 5px 10px;
    margin: 25px 0 60px 0;
    display: inline-block;
}

.tasting-btn:link, .tasting-btn:hover, .tasting-btn:active, .tasting-btn:visited, .tasting-btn:focus {
    text-decoration: none;
	border: 2px solid #5C071A !important;
    padding: 5px 10px !important;
    margin: 25px 0 60px 0 !important;
    display: inline-block !important;	
}

.tasting-btn a, .tasting-btn a:link, .tasting-btn a:hover, .tasting-btn a:active, .tasting-btn a:visited, .tasting-btn a:focus {
	border: 2px solid #5C071A !important;
	padding: 5px 10px !important;
    margin: 25px 0 60px 0 !important;
    display: inline-block !important;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price{
    font-size: 24px;
    color: #4a4949;
    font-weight: 600;
    margin-top: 10px;
}

.woocommerce div.product p.price del, 
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del{
    display: block;
    text-decoration: none;
    opacity: 1;
}

.summary.entry-summary .price ins{
    text-decoration: none;
}

.summary.entry-summary .product-member-link{
    font-size: 20px;
    display: block;
    margin-top: -15px;
    margin-bottom: 0px;
    color: #4a4949;
}

.summary.entry-summary a.product-member-link{
    text-decoration: underline;
}



.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
    background-color: #5C071A;
    font-size: 18px;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
    background-color: #dad8da;
}

form.cart{
    margin-top: 8px;
}

div.woocommerce-info.wc-memberships-member-discount-message{
    display: none;
}


div.related.products{
    clear: both;
    border-top: 1px solid #c9c6c6;
    padding-top: 20px;
}

div.related.products .products{
    margin-top: 35px;
}
.related.products .shop-wrap{
    height:auto !important;
}

.woocommerce div.product div.images, 
.woocommerce div.product div.summary{
    margin-bottom: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border-bottom: 1px solid #DFE2E0;
    border-left: 0px;
    padding: 12px 0px 15px;
    border-collapse: collapse;
    margin: 0;
    margin-top: -1px;
}

.single .related ul.products li.product {
    border: 0px;
}

.single .related ul.products li.product a img {
    left: 5%;
}

/* Mini cart*/
.cart_list.product_list_widget .mini_cart_item{
    padding: 10px;
    position: relative;
}

.cart_list.product_list_widget .mini_cart_item .remove{
    position: absolute;
    right: 15px;
    top: 15px;
    height: 15px;
    width: 15px;
    line-height: 18px;
}

.cart_list.product_list_widget .mini_cart_item a{
    float: left;
    height: 130px;
    line-height: 130px;
    font-weight: 600;
}

.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
    float: left;
    margin-right: 20px;
}

.cart_list.product_list_widget .mini_cart_item span.quantity{
    float: right;
    height: 130px;
    line-height: 130px;
    padding-right: 5px;
}

ul.cart_list.product_list_widget{
    height: 130px;
    overflow: scroll;
    overflow-x: hidden;
}

div#TB_ajaxContent{
    overflow: hidden;
    margin: 0 auto;
    background-color: transparent;
}

#TB_window{
    background-color: #414042!important;
}

#TB_title{
    display: none;
}

.cart_list.product_list_widget{
    background-color: #fff;
}

.widget_shopping_cart_content .total,
.widget_shopping_cart_content .mini-count{
    background-color: #fff;
    border-top: 1px solid #c9c6c6;
    width: 50%;
    padding: 5px 15px!important;
    min-height: 40px;
}

.widget_shopping_cart_content .total{
    float: right;
    text-align: right;
}

.widget_shopping_cart_content .mini-count{
    float: left;
    min-height: 40px;
    white-space: nowrap;
}

.mini-cart-title{
    text-align: center;
    color: #fff;
}

.widget_shopping_cart_content a.button.wc-forward{
    float: left;
    font-size: 16px;
    background-color: transparent;
    padding: 15px 15px;
}

.widget_shopping_cart_content a.button.checkout.wc-forward{
    float: right;
    font-size: 22px;
    background-color: #5C071A;
    text-transform: uppercase;
    padding: .618em 1em;
}

.mini_cart_item .quantity del{
    display: none;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message,
.woocommerce .blockUI.blockOverlay{
    background-color: transparent;
    border-top-color: #dcbe88
}

.woocommerce .blockUI.blockOverlay {
    opacity: 0.3!important;
} 

.wsr-subpage{
    text-align: center;
    border-bottom: 1px solid #ddd;
    min-height: 42px;
    margin-bottom: 60px;
}

.wsr-subpage li{
    display: inline-block;
    float: none;
}

.wsr-subpage li a{
    color: #4a4949;
}

.wsr-subpage li a:hover,
.wsr-subpage li a.active{
    color: #5C071A;
    background-color: transparent;
}

.summary.entry-summary .quantity{
    display: inline-block;
    vertical-align: middle;
    min-height: 40px;
}

.summary.entry-summary .ajax_add_to_cart{
    font-size: 22px;
    padding: 10px 25px 8px 25px;
    display: inline-block;
    vertical-align: middle;
}

a.added_to_cart.wc-forward{
    display: block;
    font-size: 16px;
}

.archive-thumb{
    float: left;
    padding-right: 15px;
}

.blog-archive-title{
    margin-bottom: 5px;
}

.archive-section{
    margin-bottom: 50px;
}

#menu-main .current-menu-item > a:hover,
#menu-main .current_page_parent > a:hover{
    background-color: #5C071A;
    color: #fff;
}

#menu-main .dropdown-menu .current-menu-item > a:hover{
    background-color: transparent;
}

.navbar-default .navbar-nav .dropdown-menu .current-page-parent>a{
    border: 0;
}

.term-description{
    margin-bottom: 50px;
    margin-top: 25px;
}

.select2-search input, .select2-search-choice-close, 
.select2-container .select2-choice abbr, 
.select2-container .select2-choice .select2-arrow b{
    background-size: 60px 50px !important;
}

h3#ship-to-different-address label{
    font-weight: 500;
    font-family: 'Crimson Text', serif;
    display: inline-block;
    vertical-align: middle;
}

#ship-to-different-address-checkbox{
    display: inline-block;
    vertical-align: middle;
}

.woocommerce .inline .woocommerce-Input--checkbox{
    width: auto;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.woocommerce-account .login input.button{
    font-size: 18px;
}

.woocommerce table.my_account_orders .order-actions .button{
    padding-bottom: 6px;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
    background-color: #313133;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a{
    border: 1px solid transparent;
}

ul.dropdown-menu{
    border: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    border-color: transparent;
}

.shop-wrap{
    width: 100%;
    height: 275px;
}

.wsr-content-wrap{
    position: relative;
    height: 100%;
}

.wsr-price-wrap{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.related.products .wsr-price-wrap{
    position: static;
}

.woocommerce div.product div.images{
    width: 35%;
}

.woocommerce div.product div.summary{
    width: 100%;
    float: none;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary{
    padding-bottom: 50px;
}

.shop-wrap .wsr-price-wrap .price:nth-child(2){
    margin-top: 0px;
}

span.oversixmessage{
    display: block;
    font-style: italic;
    margin-top: -6px;
    line-height: 0.95;
    padding: 7px 20px 5px 0px;
    font-size: 14px;
}

.product-member-newLink {
    text-decoration: underline;
}

.single-product .entry-summary span.oversixmessage{
    font-size: 18px;
    padding-top: 10px;
}

.woocommerce ul.products li.product a img{
	min-height:260px;
	width:auto;
	padding-top:10px;
}

.related.products{
	display:block;
	clear:both;
}
.related.products ul{
	display:block;
}
.related.products:after,
.related.products ul:after,
.related.products ul li:after{
  content: "";
  display: table;
  clear: both;
}
.related.products .wsr-prod-img{
	vertical-align:middle;
}
.related.products .wsr-prod-img a{
	display:block;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
}
.related.products .wsr-prod-img img{
	width:auto !important;
	max-width:none !important;
	height:auto !important;
	max-height:169px !important;
	min-height:inherit !important;
}
.related.products span.oversixmessage{
    font-size: 14px;
}

.summary.entry-summary .product-member-link.ismember{
    margin-top: -15px;
}

.woocommerce a.remove:hover{
    background: transparent;
    color: rgb(151, 0, 0)!important;
}

#createaccount{
    width: auto;
    height: 15px;
}

.social-holder a,
.social-holder a:active{
    text-decoration: none;
}

.trust{
    float: none;
    width: 70px;
}

.fivestar{
    float: none;
}

.wsr-price-wrap{
	position:relative;
}
.wsr-price-wrap .added_to_cart.wc-forward{
    position: absolute;
}

.singup-to-purchase {
    font-size: 17px;
    text-decoration: underline!important;
}

.mustlogin{
    color: #5C071A!important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 1.2em;
}

.members-benefits-table .table-yes {
    background-color: #8caf5c;
}

.members-benefits-table .table-no {
    background-color: #b4b4b4;
}

.members-benefits-table table th {
    text-align: center;
}

.members-benefits-table table td {
    width: 33.333333%;
    font-size: 18px;
    border: 1px solid #f0f3f5;
    border-collapse: collapse;
    min-height: 60px;
    padding: 10px 0px;
    vertical-align: middle !important;
}

.members-benefits-table table .title {
    text-align: right;
    padding-right: 20px;
    border: 0px;
}

.modal-header .close {
    float: right;
}

#tandc-link {
    text-decoration: underline;
    font-weight: 600;
}

#tandc-link:hover {
    cursor: pointer;
}

.mini-cart-message {
    clear: both;
    font-size: 14px; 
    color: #fff;
    margin-bottom: 20px;
    line-height:1.25em;
    text-align:center;
}

.mini-cart-message a {
    color: #fff;
    text-decoration: underline;
}

#tandc-modal .modal-body {
    overflow-y: scroll;
    max-height: 600px;
}

#billing_phone_field,
#billing_email_field{
    float: none;
    width: 100%;
}

.error {
    border-color: #a00 !important;
}

label.error {
    color: #a00 !important;
}

/*News and Events*/
.news-full-width .archive-section{
	width:100% !important;
}
.news-full-width .archive-section .post-thumbnail{
	width:100%;
	margin-bottom:10px;
}
.news-full-width .archive-section .post-thumbnail img{
	width:100% !important;
}

.news-two-column .archive-section{
	clear:none !important;
	float:left !important;
	width:48% !important;
	margin-right:4% !important;
}
.news-two-column .archive-section:nth-child(odd){
	margin-right:0 !important;
}
.news-two-column .archive-section .post-thumbnail{
	width:100%;
	margin-bottom:10px;
}
.news-two-column .archive-section .post-thumbnail img{
	width:100% !important;
}

/*Two-column styles
.col-xs-12 .archive-section{
	float:left;
	width:49%;
}
.col-xs-12 .archive-section:nth-child(even){
	margin-right:2%;
}

.col-xs-12 .archive-section{
	width:31%;
	margin:0 1%;
}
.col-xs-12 .archive-section .archive-thumb{
	float:none;
	width:100%;
	height:auto;
}*/
 
/* //// Media Queries /////////////////////////////////////////////////*/
@media (max-width: 767px)  {

     .navbar-brand{
        padding: 10px 15px;
    }

    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product, 
    .woocommerce-page[class*=columns-] ul.products li.product, 
    .woocommerce[class*=columns-] ul.products li.product{
        width: 100%!important;
    }

    .woocommerce ul.products li.product{
        width: 98%;
        margin:1%;
    }

    .product_meta .posted_in a{
        font-size: 14px;
    }

    .product_title.entry-title{
        font-size: 42px;
    }

    div#TB_ajaxContent{
        width: 100%!important;
        height: 410px !important;
    }

    div#TB_window.thickbox-loading{
        width: 100%!important;
        margin-left: 0!important;
        left: 0!important;
        margin-top: -250px !important;
    }

    .navbar-brand{
        height: 100px;
    }

    .navbar-brand img{
        max-height: 100%;
    }

    .shop-wrap {
        height: 340px;
    }

}
@media (min-width: 768px)  {
    .clearfix:after, .clearfix:before, .container:after, .container:before, .row:after, .row:before{
        content: " ";
        display: table;
    }

    .clearfix:after, .container:after, .row:after{
        clear: both;
    }

    .header-contact{
        width: 50%;
        margin-top: 75px;
    }

    #footer-nav ul li{
        display: inline-block;
    }

    .main-content{
        max-width: 950px;
        min-height: 300px;
    }

    .woocommerce #content div.product div.images, 
    .woocommerce div.product div.images, 
    .woocommerce-page #content div.product div.images, 
    .woocommerce-page div.product div.images{
        width: 32%;
        
    }

    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary{
        width: 68%;
    }

    .woocommerce div.product div.summary{
        float: left;
    }

    /* Collapsed header*/
    .navbar-fixed-top{
        min-height: 60px;
        height: 60px;
        -webkit-box-shadow: rgb(136, 136, 136) 0px 0px 30px 0px;
                box-shadow: rgb(136, 136, 136) 0px 0px 30px 0px;
    }

    .navbar-fixed-top .navbar-brand{
        height: 60px;
        padding: 10px 15px;
    }

    .navbar-fixed-top .navbar-brand>img{
        height: 100%;
        max-width: auto;
    }

    .navbar-fixed-top .header-contact p{
        display: none;
    }

    .navbar-fixed-top #menu-main > li{
        padding-top: 10px;
        padding-bottom: 14px;
    }

    .navbar-fixed-top .header-contact{
        margin-top: 10px;
    }

    .navbar-fixed-top .header-contact{
        margin-top: 5px;
    }

    .navbar-fixed-top .login-holder{
        margin-top: -10px;
    }

    .page-id-62 .main-content .table>tbody>tr>td{
        padding: 5px 10px 5px 0;
    }

    .mprice{
        display: none;
    }

    #wpforms-45.wpforms-container input.wpforms-field-medium, 
    #wpforms-45.wpforms-container select.wpforms-field-medium, 
    #wpforms-45.wpforms-container .wpforms-field-row.wpforms-field-medium {
        max-width: 48%;
    }

    div.related.products .products > li{
        margin-bottom: 0px;
    }

    div.related.products ul.products li.product img{
        margin-bottom: 0px;
    }

    .footer50{
        width: 50%;
        float: left;
    }

    .footer50{
        width: 100%;
        float: none;
        text-align: center;
    }

    .trust{
        float: right;
        width: 70px;
        margin-right: 50px;
    }

    .fivestar{
       /*  float: left; */
    }

    .woocommerce-LostPassword,
    .notamember{
        display: inline;
        padding-right: 15px;
    }

    .archive .page-description,
    .term-description {
        text-align: center;
    }

    .archive .main-content {
        width: 100% !important;
        max-width: inherit;
        padding-left: 0px;
        padding-right: 0px;
    }

    .wsr-content-wrap{
        float: right;
        width: 50%;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        border: 1px solid #DFE2E0;
        border-left: 0px;
    }

    .wpforms-container .member-choice ul li {
        width: 12%;
    }

    .shop-wrap {
        height: 320px;
    }

    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 50%;
    }
}

@media (max-width: 1024px)  {
    navbar-fixed-top{
        display: none;
    }

    #navbar{
        width: 100%;
    }

    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product, 
    .woocommerce-page[class*=columns-] ul.products li.product, 
    .woocommerce[class*=columns-] ul.products li.product{
        width: 50%;
    }

    .navbar-default .navbar-nav .current-page-parent>a,
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover
    #menu-main .current-menu-item > a:hover, #menu-main .current_page_parent > a:hover{
        background-color: transparent;
    }

    .navbar-fixed-top{
        display: none;
    }

}
@media (min-width: 1024px)  {
    .header-contact{
        width: 33%;
        margin-top: 48px;
        padding-right: 30px;
    }

    .navbar-default{
        background-size: auto 100%;
        background-position: top center;
    }

    ul#menu-main li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    #navbar .open>.dropdown-menu{
        display: none;
    }

    #menu-main{
        position: relative;
    }

	nav,
	nav *{
		z-index:9999 !important;
	}
	nav #magic-line{
		z-index:1 !important;
	}

    .navbar-nav>li>a{
        padding: 10px 10px;
        font-size: 16px;
    }

    .navbar-default #navbar .navbar-nav>.open>a{
        background: transparent;
        color: #fff;
    }

    .navbar-default #navbar .navbar-nav>.current_page_parent.open>a{
        background-color: #5C071A;
    }

    #magic-line { 
        position: absolute; 
        width: 0;
        bottom: 29px;  
        height: 2px; 
        background: #736d73;
        z-index: 0;
    }

    .navbar-fixed-top #magic-line{
        bottom: 15px;
    }

    .navbar-default .navbar-nav .current_page_ancestor>a{
        border: 1px solid #fff;
        color: #fff;
        background-color: #5C071A
    }

    .mprice{
        display: inline;
    }

    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 33.3333333333333%;
    }

    .page-id-5 .elementor-widget-wrap{
        z-index: 0;
    }

    #menu-main{
        top:134px !Important;
    }

    .navbar-nav>li{
        padding-top: 0;
    }

    .navbar-fixed-top #menu-main{
        top: 5px !important;
    }

    .navbar-fixed-top #menu-main.navbar-nav>li a{
        font-size: 12px;
    }

}

@media (min-width: 1200px)  {
    .header-contact{
        font-size: 20px;
        margin-top: 32px;
    }

    .navbar-nav>li>a{
        padding: 10px 15px;
        font-size: 18px;
    }

    .archive .page-description,
    .term-description {
        padding: 0px 250px;
    }

    .releated .shop-wrap {
        min-height: 320px;
    }

}

@media (min-width: 1500px) {
    .container{
        width: 1500px;
    }
}


/* Retina Styles
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .btn-lg, .single_add_to_cart_button{
        padding: 10px 16px 5px 16px;
    }

    .tasting-btn{
        padding: 7px 10px 2px 10px;
    }

    .woocommerce ul.products li.product .quantity{
        margin-top: 0px;
    }
}

@media 
only screen and ( -webkit-min-device-pixel-ratio: 2) and (min-width: 992px),
only screen and ( min-resolution: 192dpi) and (min-width: 992px){
    .navbar-nav>li>a{
        padding-bottom: 3px;
    }
}
*/

/* AG addition */
.woocommerce ul.products li.product .product-member-link{
    line-height:1em;
}

.widget_shopping_cart_content .total{
    font-size:18px;
}

.widget_shopping_cart_content .mini-count{
    font-size:18px;
}

.widget_shopping_cart_content .buttons{
    font-size:18px;
}


/* NB maintenance tweaks 08/11/2018 */
.woocommerce-form-login-toggle{
    display: none!important;
}


.woocommerce-form-login .woocommerce-Button,
.woocommerce-form-login .button{
    font-size: 18px;
    text-transform: inherit;
    width: 100%;
}

.woocommerce-form-login .woocommerce-form__input-checkbox{
    width: auto;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}


.product-cats.nav.nav-tabs{
    text-align: center;
    margin-bottom: 0.5em;
}

.archive .woocommerce-products-header .woocommerce-products-header__title{
    text-align: center;
}

.related.products {
	visibility:hidden !important;
	display:none !important;
	
}

/* Custom Styles 2020 */

.woocommerce div.product p.price, .woocommerce div.product span.price {margin-top:0;}
.summary.entry-summary > p {
    padding-bottom: 0px;
	margin-bottom: 5px;
}
.price {font-size:0.85em !important;font-family:'Crimson Text',serif;font-weight:400;padding-bottom:0;margin-bottom:0;}
.product-member-link {font-size:1.0em !important; margin-top:0;}
.ismember {font-size:1.0em !important;margin-top:0;}
.col-xs-12 .tab-content {margin: 0 auto;max-width:920px;text-align:center;}
.awards-table {padding:0px 0 20px 0;}
.awards-table td {font-size:16px;padding:0px 10px 0 0;vertical-align:baseline;}

.in-stock {font-size:16px !important;color:#999999 !important;display:none;}
