/*
============================================================

	Theme Name: Oxygen - Child Theme
	Author: Mind Vision
	Author URI: http://mindvision.com.au/
	Version: 1.0
	Description: Use this theme if you want to extend features of Oxygen or prevent overwriting the changes you make when new theme update is available.
	Template: oxygen
	Text Domain: oxygen
	
============================================================
*/
.laborator-woocommerce .product-single .product-left-info .product-images .woocommerce-main-image img,
.laborator-woocommerce .items .product .image img,
.shop .shop-grid .quickview-list .quickview-entry .quickview-wrapper .product-gallery a img{
   max-width: 100%!important;
   width: auto!important; 
   display: block;
   margin: 0 auto!important;
}

.shop-grid .item-wrapper{
   background-color: #fff;
}

.shop .items .item-wrapper .item .image{
   min-height: 350px;
}

.shop .items .item-wrapper .item .description{
   min-height: 190px;
}

.single-product .related .items .item-wrapper .item .image{
	background-image: none;
}


/* Show and hide related products in the top and bottom */
.product-left-info .related.products{
	display: none;
}

#footer-related .related.products{
	display: block;
}

@media (min-width: 768px)  {
	.product-left-info .related.products{
		display: block;
	}

	#footer-related .related.products{
		display: none;
	}
}

.woocommerce-order-pay .woocommerce{
	padding: 30px;
	margin-bottom: 20px;
	background: #fff;
}

.woocommerce-order-pay .order_details{
	list-style: none;
	padding-left: 0;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #333333;
}

.woocommerce-order-pay .order_details li{
	padding: 5px 0;
}

.woocommerce-order-pay .order_details li.method{
	font-size: 28px;
	margin-top: 20px;
}

.woocommerce-order-pay .order_details li.method strong{
	display: block;
}

@media (min-width: 768px)  {
	.woocommerce-order-pay .order_details li.method strong{
		display: inline;
	}
}

#eway_credit_card_form label{
	display: block;
	font-size: 18px;
	color: #000
}

#eway_credit_card_form .input-text{
	display: block;
	width: 100%;
	height: 33px;
	padding: 6px 12px;
	font-size: 13.45px;
	line-height: 1.42857143;
	color: #555555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	background: #f4f4f4;
	border: 0;
	margin-bottom: 10px;
	color: #666;
}

#eway_credit_card_form .submit.buy.button{
	color: #fff;
	background-color: black;
	border-color: black;
	border: 0;
	font-weight: 400;
	vertical-align: top;
	margin-top: 30px;
	margin-bottom: 10px;
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #222222;
	padding: 10px;
	font-size: 20px;
	color: #FFF;
	border: 0px;
	width: 100%;
}

#eway_credit_card_form .submit.buy.button:hover{
	background-color: #404040;
}

.video-container{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
}

.video-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 85%;
}

.wine-shop-home{
	cursor: pointer;
}

#main-image-slider .owl-prev,
#main-image-slider .owl-next{
	display: none;
}



