/*
Theme Name: Sxsurf Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Sxsurf Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Lunar Digital
Author URI: http://www.lunardigital.com.au
Template: sxsurf
*/



/*Add your own styles here:*/

#top #header_meta{
	background-color: #00303f;
}

#top #header_meta a:hover{
	color: #FDEF00;
}

/*Header*/

#header .avia-menu-text{
	font-size: 20px;
}

/*Product Detail Page*/

.product-top-container{
	overflow: hidden;
}

.product-top-container:after{
	content: '';
	clear: both;
}

.product-addinfo-container{
	margin-top: 50px;
}

.product-bottom-container{

}

.woocommerce-pagination .page-numbers{
	text-align: center;
}

.woocommerce-pagination .page-numbers li{
	display: inline-block;
}

.product-bottom-container:after{
	content: '';
	clear: both;
}

.product-bottom-left{
	width: 66%;
    float: left;
    margin-right: 50px;
    overflow: hidden;
    padding-top: 50px;
}

@media screen and (max-width: 1023px){
	.product-bottom-left{
		width: 100%;
	    float: none;
	    margin-right: 0;
	    overflow: hidden;
	}
	.product-bottom-right{
		display: none;
	}
}

.product-bottom-container{
	border-top: 1px solid #e1e1e1;
}

.sidebar_right .comment_container{
	padding-right: 0;
}

#reviews{
	margin-top: 50px;
}

#top #reviews h2.woocommerce-Reviews-title{
	font-size: 20px;
}

#top .related.products h2, #top .upsells.products h2{
	font-size: 20px;
}

/*Category page*/

#top .inner_product .avia-product-hover{
	background-color: #fff;
}

.av-catalogue-list .av-catalogue-image{
	width: 74px;
}

.av-catalogue-list .av-catalogue-price{
	position: static;
}

.av-catalogue-list .av-catalogue-title{
	padding-right: 0;
}

.av-catalogue-list .image-overlay .image-overlay-inside{
	display: none;
}

#top .avia-product-hover{
	transition: none;
}

.archive .template-page.content{
	height: 360px;
}

#av_product_description .av-parallax{
	top: 0 !important;
	height: 500px !important;
	transform: none !important;
}

.archive #av_product_description h1 p{
	color: #00303f;
}

/*Home Page*/

.home #av-layout-grid-2 .avia-product-hover{
	background-color: #F8F8F8;
}

/*Checkout*/

.cart-collaterals{
	margin-top: 30px;
}

.fp_apply_reward{
	margin-bottom: 30px;
}

p.woocomerce-FormRow.form-row{
	overflow: hidden;
}