@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&amp;display=swap');

* {
	font-family: 'Quicksand';
}

.woocommerce-loop-product__title {
	font-size: .9em !important;		
}

p {
		font-family: 'Quicksand';
		text-align: left !important;
}

h1, h2, h3, h4, h5, h6 {
		font-family: 'Quicksand';
		text-transform: uppercase;
}

div.portfolio-main-description > p {
		text-align: center !important;
}

.inner-wrap > h3 {
		text-transform: uppercase;
}

.woocommerce-ordering {
		font-family: 'Quicksand';
}

.products {
		font-family: 'Quicksand';
}

button {
		font-family: 'Quicksand';
}

.woocommerce-tabs {
		font-family: 'Quicksand';
}

p, a {
		font-size: 1.1em;
}

.email-text {
		padding: 1em;
		background: black;
		position: relative;
		color: white;
		text-align: center;
		font-weight: bold;
		font-size: 2em;
		text-decoration: underline;
}

.shop_table .price-rules-table {
		font-family: 'Quicksand';
} 

.woocommerce-pagination {
		margin-bottom: 1em;
}

span.woocommerce-Price-amount  {
		font-size: .80em;
		font-weight: bold;
}

.jtg-title {
		display: none;
}

div.xt_woofc-wrapper {
/* 		position: absolute !important; */
		bottom: 10em !important;
/* 		border: 0px; */
}

.woocommerce-product-search {
	height: 75px;
}

input.search-field {
/* 		padding: 0.1em */
		width: 65%;
}

.shipment-advertisement {
		background: teal !important;
		padding: 1em;
		position: relative;
		color: white;
		text-align: center;
		font-weight: bold;
}


.woo_amc_open.left-bottom-fixed {
		bottom: 25px !important;
		z-index: 1
}



@media only screen and (max-width: 768px) {
.woo_amc_open.left-bottom-fixed  {
		bottom: 14px !important;
}
}

