/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

.viewCollections{
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.woocommerce .product-wrap .viewCollections{
	top: 40%;
}
.viewCollections span,
.viewCollections a{
	display: inline-block;
    padding: 10px 35px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    background: transparent;
    font-weight: bold;
    letter-spacing: 2px; 
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.viewCollections span:hover,
.viewCollections a:hover{
	background-color: #000;
	border-color: #000;
}
.woocommerce ul.products li.product.product-category:hover {
    opacity: 1;
}
.woocommerce ul.products li.product.product-category:hover > a .viewCollections,
.woocommerce-page ul.products li.product:hover > .product-wrap .viewCollections{
	opacity: 1;
}
.woocommerce ul.products li.product.product-category a:before,
.woocommerce .product-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.5);
    opacity: 0;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.woocommerce ul.products li.product.product-category:hover > a:before,
.woocommerce-page ul.products li.product:hover > .product-wrap:before{
	opacity: 1;
}
.woocommerce-page ul.products li.product:hover{
	opacity: 1 !important;
}

ul.viBreadcrumb {
	width: 100%;
    margin-left: 0;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
ul.viBreadcrumb li{
	padding: 10px 14px;
	list-style-type: none;
	display: block;
	position: relative;
	float: left;
}
/*ul.viBreadcrumb li:first-child{
	padding-left: 0;
}
ul.viBreadcrumb li:last-child{
	padding-right: 0;
}*/
ul.viBreadcrumb li:after{
	position: absolute;
	right: -3px;
	top: 27px;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #444;
}
ul.viBreadcrumb li:last-child:after{
	content: none;
}
ul.viBreadcrumb li a{
	color: #777;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
}
ul.viBreadcrumb li.active a{
	color: #444;
}
.woocommerce table.cart td.actions td{
	text-align: center;
}

.woocommerce-page table.cart a.remove {
    background-color: red;
}
.woocommerce-page table.cart a.remove:hover{
	color: red !important;
}

#inline1{
	position: fixed;
	z-index: 9999;
	padding: 7% 20%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
}
#inline1 .form-wrap{
	background-color: #fff;
	padding: 20px;
	margin: 0 20%;
	position: relative;
}
#inline1 .form-wrap textarea{
	height: 100px;
	font-size: 14px !important;
}
#inline1 .form-wrap input{
	font-size: 14px !important;
}
#inline1 .form-wrap .mfp-close{
	right: -40px;
	top: -40px;
	font-family: 'icomoon'!important;
}
#inline1 .form-wrap .mfp-close:before{
    content: "\e117";
    font-size: 20px;
    display: block;
}
#inline1 .wpcf7 .wpcf7-response-output{
	margin-right: 0;
}
#inline1 .cartcontent.wpcf7-form-control-wrap {
	display: none !important;
}

.woocommerce-ordering, 
.woocommerce-result-count{
	display: none;
}
.woocommerce .products ul, 
.woocommerce ul.products{
	margin-right: -1%;
	margin-left: -1%;
}
html .woocommerce ul.products li.first.classic, 
html .woocommerce-page ul.products li.first.classic{
	/*clear: none;*/
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin-right: 0;
	padding-left: 1%;
	padding-right: 1%;
	width: 25%;
}

.ascend .woocommerce .actions .button{
	border-radius: 0;
	font-family: Montserrat;
}
.filter{
	margin-top: 10px;
	margin-bottom: 10px;
}
.woocommerce .filter button.button, 
.woocommerce-page .filter button.button{
	border-radius: 0;
	margin-right: 5px;
	padding: 15px 25px !important;
	font-family: Montserrat;
}
#header-outer .widget_shopping_cart .woocommerce-mini-cart__buttons a.button{
	background-color:#444 !important;
}
#ajax-content-wrap .actions button.button {
    background-color: #333 !important;
    letter-spacing: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	font-family: Montserrat;
	text-transform: uppercase;
	font-size: 12px;
    letter-spacing: .1em;
    padding: 15px 25px;
}

@media only screen and (max-width: 425px){
	#inline1{
		padding: 10% 0%;
	}
	#inline1 .form-wrap{
		margin-left: 10%;
		margin-right: 10%;
	}
}
.summary .quantity{
	display: none;
}

.goBack{
	font-size: 13px;
	margin-bottom: 20px;
    display: inline-block;
}
.goBack .fa{
	width: auto;
}
.woocommerce div.product .product_title {
    margin-bottom: 20px;
}