/*
Theme Name: Vino Child
Theme URI: http://vino.elated-themes.com
Description: A child theme of Vino Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.0
Text Domain: vino
Template: vino
*/

body {
	color: #777;
}
.shop-message {
	text-align: center;
  margin-bottom: 20px;
}
.shop-message h4 {
  background: #bd757c;
  color: #FFF;
  padding: 9px 35px;
  text-align: center;
  font-style: italic;
  font-weight: 500;
}
.eltdf-main-menu ul li a {
	font-size: 15px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	line-height: 1.8 !important;
}
.select2-container--default .select2-results__options {
	padding: 0 !important;
}
.select2-container--default .select2-results__option {
	padding: 5px 10px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #b1af6a !important;
}
/* .eltdf-side-menu-button-opener {
	display: none !important;
} */
.footer-newsletter-email-field,
.footer-newsletter-submit-field {
	display: inline-block !important;
	vertical-align: middle !important;
}
.footer-newsletter-email-field {
	max-width: 200px !important;
	padding: 0 5px !important;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
	color: #111 !important;
}
.footer-newsletter-submit-field {
	padding: 4px 10px !important;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}
.shop-slider {
	margin-bottom: 30px;
}
.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-text, .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-number, .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-date, .cf7_custom_style_2 textarea.wpcf7-form-control.wpcf7-textarea, .cf7_custom_style_2 select.wpcf7-form-control.wpcf7-select, .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-quiz {
	font-style: normal !important;
	font-size: 16px !important;
	color: #000 !important;
	font-family: inherit !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true] {
	color: #FFF !important;
}
.eltdf-woocommerce-page.woocommerce-order-received .woocommerce ul.order_details li strong {
	font-size: 16px;
	font-weight: 500;
}
.eltdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table th {
	font-size: 16px;
	font-weight: 500;
}

.button[name="update_cart"] {
	float: right;
}
@media only screen and (max-width: 680px) {
	.button[name="update_cart"] {
		float: none;
		margin-top: 40px !important;
	}
}

.shop-custom-top {
	margin-top: -60px;
	margin-bottom: 60px;
}
.shop-slider-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 33.08%;
}
.shop-slider-container .bx-wrapper,
.shop-slider-container .bx-viewport,
.shop-slider,
.shop-slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
}
.shop-slider {
	visibility: hidden;
}
.shop-slide {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}