#provenir-shop-loader {
    position: absolute;
    background: rgba(255,255,255, 0.7) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='72' height='72' fill='%23729f37'%3E   %3Cpath transform='translate(2)' d='M0 12 V20 H4 V12z'%3E      %3Canimate attributeName='d' values='M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z' dur='1.2s' repeatCount='indefinite' begin='0' keytimes='0;.2;.5;1' keySplines='0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8' calcMode='spline'  /%3E   %3C/path%3E   %3Cpath transform='translate(8)' d='M0 12 V20 H4 V12z'%3E     %3Canimate attributeName='d' values='M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z' dur='1.2s' repeatCount='indefinite' begin='0.2' keytimes='0;.2;.5;1' keySplines='0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8' calcMode='spline'  /%3E   %3C/path%3E   %3Cpath transform='translate(14)' d='M0 12 V20 H4 V12z'%3E     %3Canimate attributeName='d' values='M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z' dur='1.2s' repeatCount='indefinite' begin='0.4' keytimes='0;.2;.5;1' keySplines='0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8' calcMode='spline' /%3E   %3C/path%3E   %3Cpath transform='translate(20)' d='M0 12 V20 H4 V12z'%3E     %3Canimate attributeName='d' values='M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z' dur='1.2s' repeatCount='indefinite' begin='0.6' keytimes='0;.2;.5;1' keySplines='0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8' calcMode='spline' /%3E   %3C/path%3E   %3Cpath transform='translate(26)' d='M0 12 V20 H4 V12z'%3E     %3Canimate attributeName='d' values='M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z' dur='1.2s' repeatCount='indefinite' begin='0.8' keytimes='0;.2;.5;1' keySplines='0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8' calcMode='spline' /%3E   %3C/path%3E %3C/svg%3E") no-repeat center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.provenir-shop--wrapper {
    position: relative;
}

.prov-form-group {
	margin-bottom: 1rem;
}

.prov-form-group label {
	width: 100%;
	margin-bottom: 2px;
	display: block;
}

.prov-form-group .input {
	margin: 0;
}

.prov-form-group .input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	width: 100%;
}

.prov-form-group .input

.prov-form-group .input[type!="submit"]:focus {
    border: solid 2px #729f37;
    box-shadow: 0 0 5px 0 #729f37;
}

.prov-form-group .input[type="checkbox"] + label {
    display: inline;
}

.prov-row {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
}

.prov-row > .prov-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


@media (min-width: 992px) {
	.prov-col {
	    -ms-flex-preferred-size: 0;
	    flex-basis: 0;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	    max-width: 100%;
	}

	.prov-col.col-75 {
	    -ms-flex: 0 0 75%;
	    flex: 0 0 75%;
	    max-width: 75%;
	}

	.prov-col.col-50 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}

	.prov-col.col-three {
		-ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}

	.prov-col.col-25 {
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
}

.prov-form-group input.prov-btn {
    border-radius: 0 !important;

    /*line-height: 43px !important;*/
    font-family: "Roboto", sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    letter-spacing: .5px !important;
    padding: 0.75rem 30px !important;
    display: block;
    text-decoration: none !important;
    outline: none;
}

.prov-btn.btn-block {
	width: 100%;
}

.prov-alert {
	padding: 0.5rem 1rem;
	margin-bottom: 1rem;
	display: block;
	font-size: 1rem;
}

.prov-alert.danger {
	background: #c00;
	color: white;
}

.prov-alert.success {
	background: #079e07;
	color: white;
}

.prov-alert.warning {
	background: #e09917;
    color: white;
}

.prov-alert.info {
    background: #50aedc;
    color: white;
}

.menu-account > a {
    display: block;
    padding: 0.5rem 0.75rem;
}

.menu-account > a:hover,
.menu-account > a.active {
    background: #719f37;
    color: white;
}

/*.menu-account > a.active:after {
    right: -15px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -23px;
    background: #719f37;
    border: solid 15px white;
    width: 45px;
    height: 45px;
    transform: rotate(135deg);
    border-bottom-width: 0;
    border-right-width: 0;
}*/

.prov-product {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media (max-width: 991px) {
	.prov-product {
		margin-bottom: 20px;
	}
}

.prov-product .prov-product--image,
.prov-product .prov-product--content {
    text-align: center;
}

.prov-product .prov-product--image img {
    display: block;
}

.prov-product .prov-product--content {
    padding: 1.25rem 1.75rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    flex: 1;
}

.prov-product .prov-product--content .prov-product--description {
    /*font-size: 1rem;*/
}

.prov-product--title {
    color: #719f37;
    line-height: normal;
    margin-bottom: 3px;
    font-size: 1.7em;
}

.prov-product--sub-title {
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 10px;
}

.prov-product .prov-product--select {
    /*border: 1px solid #719f37;*/
    background: #719f37;
    color: white;
    display: block;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 15px;
    line-height: normal;
}

.prov-product .prov-product--select.disabled {
	background: #ccc;
	color: #c00;
}

/*.prov-product--select:hover {
	border-color: #648c30;
    background: #648c30;
    color: white;
}*/

.prov-product--details {
    padding: 15px 1.75rem;
}

.prov-product--details ul {
    list-style:none !important;
}

.prov-product--details ul li::before {
	content: "\2022";
	color: #719f37;
	font-weight: bold;
	display: inline-block;
	width: 0.75em;
	margin-left: -0.7em;
	font-size: 2rem;
	vertical-align: middle;
}

/*.details-handle:after {
    content: '';
}*/

.prov-product--details .details-handle ~ div {
    display: none;
    padding-top: 1.25rem;
}

.details-handle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    color: #719f37;
    cursor: pointer;
}
.details-handle > .handle {
    /*font-size: 2rem;*/
    /*transform: rotate(-90deg);*/
}
.details-handle > .handle.open {
	transform: rotate(180deg);
}

.layout-2 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.layout-2 .prov-product--title {
    padding: 1.2rem 1.75rem;
}

.layout-2 .prov-product--details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.layout-2 .prov-product--select {
    width: auto;
    min-width: 200px;
    margin: 0;
}

.layout-2 .price {
    font-size: 2rem;
    font-weight: bold;
    color: #719f37;
}
.layout-2 .price span {
    color: black;
    font-weight: normal;
}

.layout-2 .prov-product--content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

.layout-2 .prov-product--content > div {
	width: 100%;
}

.prov-frequency--item {
    display: block;
    background: #efefef;
    color: #719f37;
    padding: 1.5em 5px;
    margin: 7px 0;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 1rem;
    font-weight: bold;
    line-height: normal;
    position: relative;
}

.prov-frequency--item:hover {
    border-color: #719f37;
    cursor: pointer;
}

.prov-frequency--item .sub {
    font-size: 0.8em;
    position: absolute;
    width: 100%;
    text-align: center;
}

.prov-frequency--input {
    display: none;
}

.prov-frequency--input:checked ~ .prov-frequency--item {
    background: #719f37;
    border-color: #719f37;
    color: white;
}

.prov-extra-product {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media (max-width: 991px) {
	.prov-extras .prov-col {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;	
	}
}

.prov-extras--title {
	text-align: left;
}

.prov-extra-product img {
    display: block;
}

.prov-extra-product .title {
    color: #719f37;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    line-height: normal;
    padding: 0.5rem;
    height: 100%;
}

.prov-extra-product--details {
    font-size: 1rem;
    font-weight: bold;
    padding: 0.5rem;
    display: flex;
    align-items:center;
    justify-content: space-between;
}

.prov-extra-product--details .price {
    font-size: 1rem;
    color: black;
}

.prov-extra-product--details input[type="number"] {
    padding: 0;
    width: 2.5rem;
    line-height: normal;
    height: auto;
    margin: 0;
}

.prov-extra-product .action .button {
    width: 100%;
    padding: 0.75rem 0.5rem;
    border-radius: 0 0 4px 4px;
    display: block;
}
.prov-extra-product .action .disabled {
	background: #ccc !important;
}

.prov-shop-terms {
	font-size: 11px;
	line-height: normal;
}

.table-summary {
    box-sizing: border-box !important;
    max-width: 100%;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 2.5rem !important;
    border: 0 !important;
    line-height: normal;
}

.table-summary .remove-product {
    background: #555;
    color: white;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    line-height: 1;
    display: inline-block;
    font-size: 12px;
    padding: 1px;
    text-align: center;
}

.table-summary input[type="number"] {
    padding: 2px 4px;
    width: 2.75rem;
    line-height: normal;
    height: auto;
    margin: 0;
}

.table-summary td {
    border: 0 !important;
}

.table-summary .price {
    font-size: 1rem;
    text-align: right;
    color: black;
}

.table-summary .prov-cart-total {
	font-weight: bold;
	border-top: 1px solid #ddd;
}

.table-summary .prov-cart-total label {
	color: #719f37;
}

.table-summary .prov-cart-total .price {
	font-size: 1.2rem;
}

.prov-product--content.prov-checkout {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 1rem;
}

.prov-product--content.prov-preferences h3,
.prov-product--content.prov-checkout h3 {
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

#billing_cb:checked ~ .billing-wrapper {
    display: none;
}

.billing-wrapper {
    margin-top: 15px;
}

.prov-preferences {
    text-align: left !important;
}
.prov-preferences label {
    font-size: 1rem;
    font-weight: bold;
    color: #719f37;
}
.prov-preferences select {
    
}

.mini-login.drop {
    position: relative;
}

.mini-login.drop > a + div {
    display: none;
    border: 1px solid #ddd;
    position: absolute;
    width: 99%;
    background: white;
    margin-top: -1px;
}

.mini-login.drop > a + div a {
    display: block;
    font-weight: normal;
    padding: 7px;
}

.mini-login.drop > a + div a:hover {
    background: #719f37;
    color: white;
}

.mini-login.drop:hover > a + div {
    display: block;
}

/* CSS FOR TAB ADDED (NOT COMPILED) */

.shop-tab ul {
    display: flex;
    list-style: none!important;
    justify-content: center;
    align-items: center;
    margin: 0!important;
}

.shop-tab {
    width: 86%;
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
    margin-bottom: 60px;
}

.shop-tab ul li {
    flex: 0 0 20%;
    max-width: 20%;
    border-right: solid 2px #ddd;
}


ul.shop-tab-list li a {
    margin: 0 auto;
    text-align: center;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #333;
    padding: 12px 0;
}

ul.shop-tab-list li:last-child {
    border: none;
}

.shop-tab ul li:first-child a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.shop-tab ul li.active a {
    background: #719f37;
    color: #fff;
    cursor: unset
}

.shop-tab ul li.clickable:not(.active) a {
    color: #719f37;
}

.shop-tab ul li:not(.clickable) a {
    cursor: unset
}

@media (max-width:920px){

ul.shop-tab-list li a{
    font-size:0.8em;
}

.shop-tab {
    width: 100%;
}


}

@media (max-width:620px){

ul.shop-tab-list li a {
    font-size: 0.6em;
    padding: 5px 0;
}

}


.woocommerce-button {
    margin: 0 2px 2px 2px;
}

.my-account {
    font-size: 1rem;
    width: 100%;
}

.table-summary .content .woocommerce-checkout-review-order-table.table-summary td {
    display: table-cell;
    white-space: nowrap;
}
.table-summary .woocommerce-shipping-totals td {
    width: 100%;
}

.table-summary .woocommerce-Price-amount.amount {
    display: block;
}

.table-summary .prov-cart-total.order-total td {
    display: table-cell;
    width: 100%;
}

.table-summary .prov-cart-total.order-total td  span.woocommerce-Price-amount.amount {
    white-space: nowrap;
}
.table-summary span.woocommerce-Price-amount.amount {
    display: block;
}

.table-summary tr.prov-cart-total.order-total td {
    display: table-cell;
    width: 100%;
}

.table-summary tr.prov-cart-total.order-total td  span.woocommerce-Price-amount.amount {
    white-space: nowrap;
}

.table-summary tr.cart_item * {
    color: black !important;
}

.table-summary td.product-total,
.table-summary td.product-total * {
    font-weight: 500 !important;
    text-align: right;
}

.table-summary td.product-name .product-quantity {
    display: block;
}

.table-summary tr.cart_item td {
    width: 100%;
}

.table-summary .woocommerce-Price-amount.amount {
    display: block;
}

.table-summary tr.prov-cart-total td:first-child {
    font-weight: bold;
    color: #729f37;
}

.table-summary .woocommerce-shipping-methods label {
    display: block;
}

.table-summary td {
    width: 100% !important;
    display: table-cell !important;
}

.table-summary span.price_time_opt {
    white-space: nowrap;
}

.table-summary .woocommerce-shipping-methods li {
    display: block;
    white-space: nowrap;
}

form.woocommerce-checkout .prov-checkout  .form-row {
    padding-bottom: 0 !important;
}

.prov-checkout .woocommerce-shipping-fields {
    margin-bottom: 25px;
}
.prov-checkout #order_comments_field {
    margin-top: 0;
}

#shipping_state,
#billing_email {
    width: 100%;
}

/*#place_order {
    display: none;
}*/

div#provenir-shop:empty:before {
    content: 'An error has occured please refresh page.';
    text-align: center;
    display: block;
}