/*
Theme Name: Quoviz Child
Template: Quoviz
Version: 1.0
Author: Quoviz Consulting Ltd.
*/

/* Fonts */
@font-face { font-family: 'Sarah Script'; src: url('fonts/SARAHSCRIPT.eot'); src: url('fonts/SARAHSCRIPT.eot?#iefix') format('embedded-opentype'),  url('fonts/SARAHSCRIPT.woff2') format('woff2'),  url('fonts/SARAHSCRIPT.woff') format('woff'),  url('fonts/SARAHSCRIPT.ttf') format('truetype'),  url('fonts/SARAHSCRIPT.svg#SARAHSCRIPT') format('svg'); font-weight: normal; font-style: normal; }

.woocommerce-checkout iframe {
opacity: 1 !important;
}
.woocommerce .payment_methods iframe {
opacity: 1 !important;
}
.wc-braintree-hosted-field iframe {
opacity: 1!important;
}
.bottom-logo{
	position:relative !important;
	padding: 10px !important;
}
.footer-logo{
	position:relative !important;
	text-align: center;
	padding: 20px;
	bottom:inherit;
}
.shopping-button a{
	background: #8c226a none repeat scroll 0 0;
	
	width: 100%;
}
.woocommerce a.button {line-height:39px}
.us-woo-cart_compact .woocommerce .shop_table.cart{
width: 100%;
}
.woocommerce-cart-form{ 
      position: relative;
      display: inline-block;
      width:100%;
    }
@media only screen and (min-width: 1024px) {
	.woocommerce-cart-form{ 
      position: relative;
      display: inline-block;
      width: 63%;
    }
	.shopping-button{
    bottom: 52px;
    position: absolute;
    right: 140px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.shopping-button {
    bottom: 18px;
    position: absolute;
    right: 140px;
}
}

.eb-scrollbarcnt .scrollbar, .eb-scrollbarcnt-short .scrollbar{
    z-index:9 !important;
}