/** Shopify CDN: Minification failed

Line 444:0 Unexpected "}"

**/
/* CONTENTS

#FORMS
#SECTIONS
#PAGES

*/

/* #FORMS ===================================== */

/* @group FORMS */

.template-page .page-content .contact-form {
	max-width:  660px;
}

/* @end */

/* @group FORM - SUBSCRIBE */

.pxs-newsletter-content {
	border:  white solid 1px;
}

/* @end */

/* @group FORM - WHOLESALE APPLICATION */

.template-page .contact-form {
    max-width: 600px;
}

.template-suffix-terms .page-content .contact-form {
	margin:  auto;
}

.template-suffix-terms .join-us-success-message {
	text-align: center !important;
	color:  #5fb831 !important;
}

.template-page input[type="text"], 
.template-page input[type="email"], 
.template-page input[type="password"], 
.template-page input[type="telephone"], 
.template-page input[type="tel"], 
.template-page input[type="number"], 
.template-page textarea {
    max-width: 100%;  
}

.template-page .page-content .contact-form label {
	margin: 10px 0 0 0;
}

.field-wrap {
    display: block;
    float: none;
    width: 100%;
}

.field-wrap-half {
    display: inline-block;
    float: left;
    width: 50%;
}

.field-wrap-third {
    display: inline-block;
    float: left;
    width: 33.333333333333333%;
}

.field-wrap-two-thirds {
    display: inline-block;
    float: left;
    width: 66.666666666666666%;
}


h3.contact-from {
    margin-top: 20px;
}

ul.horizintal-list {
    margin: 0 10px;
    padding: 0;
    list-style-type: none;
}

ul.horizintal-list li {
    display: inline-block;
    float: left;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.template-page .contact-form ul.horizintal-list li label {
	margin:  5px 0 0 0;
}

/* @end */

@media only screen and (max-width: 767px) {
	
	.field-wrap-half {
	    display: block;
	    width: 100%;
	}
	
	.field-wrap ul {
	    padding-left:  0;
		margin-left:  0;
	}
	 
}

/* #SECTIONS ===================================== */

/* @group MINI CART */

.mini-cart-footer a.button-disabled {
	cursor: not-allowed;
}

/* @end */

/* #PAGES ===================================== */

/* @group ACCOUNTS - REORDER */

.template-account th, 
.template-account td, 
.template-order th, 
.template-order td {
	padding: 20px 1vw
}

@-webkit-keyframes rotating{
    from{
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes rotating{
    from{
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}


.pt-spinner {
    -webkit-animation: rotating .5s linear infinite;
    animation: rotating .5s linear infinite;
    height: 100%;
  
}

.pt-spinner-container{
  display: none;
  height: 22px;
  margin-top: -4px;
}

.reorder-btn{
  width: 100px;
  height: 38px;
  display: inline-block;
  padding: 12px 14px 9px;
  margin: 0;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 13px;
  background-color: #5fb831;
  color: #000000;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.reorder-btn:hover{
	background-color: #6dcb3c;
}


.reorder-btn.loading .pt-spinner-container{
  display: inline-block;
}

.reorder-btn.loading .pt-reorder-text{
  display: none;
}

/* @end */

/* @group PAGE - JOIN US */

.template-index .main-content #shopify-section-join-us {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.template-index .main-content {
    margin-bottom: 35px;
}

.join-us-col {
    width: 50%;
    display: inline-block;
}

.join-us-left {
    padding-right: 20px;
    float: left;
}

.join-us-right {
    padding-left: 20px;
    float: right;
}

.join-us-left label {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	display: inline-block;
	width: 100px;
	float: left;
	line-height: 43px
}

.join-us-left .input-wrapper {
    margin-bottom: 10px !important;
    width: 100%;
}

.join-us-left input[type="submit"]  {
    margin-right: 0;
    margin-left: 0;
    width:  100%;
    text-align: center;
}

.submit-left {
    display: inline-block;
    float: left;
    width: 80px;
    margin-right: 15px;
}

.submit-right {
    display: inline-block;
    float: left;
    width: calc(100% - 95px);
    margin-right: 0;
    margin-left: 0;
    text-align: left;
    font-size: smaller;
    padding-top: 10px;
}

/* @end */

@media only screen and (max-width: 767px) {
	
	.join-us-col {
	    width: 100%;
	    display: block;
	}
	
	.join-us-left {
	    padding-right: 0;
	     float: left;
	}
	
	.join-us-right {
	    padding-left: 0;
	}
	
	.submit-right {
	    
	}
	 
}

@media only screen and (max-width: 480px) {
	
	.submit-right {
		padding-top: 13px;
	    text-align: center;
	}
	 
}

/* @group PAGE - JOIN US BADGES */

.join-us-badges {
    margin-top: 40px;
}

.join-us-badges li {
    display: inline-block;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
}

.join-us-badges li.join-us-item-bbb {
    width: 45px; 
}

.join-us-badges .bbb-icon-container {
    width: 35px;
	overflow: hidden;
}

.join-us-badges .bbb-icon-container img {
	border: 0;
	width: 70px;
	max-width: 70px;
}

.join-us-badges .bbb-icon-container img:hover {
    position: relative;
	left: -35px;
}

.join-us-badges li.join-us-item-one {
    width: 90px;
    padding-top: 15px;
}

.join-us-badges li.join-us-item-one img {
    width: 80px;
}

.join-us-badges li.join-us-item-cert {
    width: 80px;
}

.join-us-badges li.join-us-item-cert img {
    width: 70px;
}

.join-us-badges li.join-us-item-ceres {
    width: 80px;
}

.join-us-badges li.join-us-item-ceres img {
    width: 70px;
}


.join-us-badges li.join-us-item-b-corp {
    width: 50px;
}

.join-us-badges li.join-us-item-b-corp img {
    width: 40px;
}

/* @end */

/* @group CART */

button[disabled], 
html input[disabled],
button[disabled]:hover, 
html input[disabled]:hover {
	background-color: #cccccc;
	cursor: not-allowed;
}

.carbon-free-message {
	text-align: left !important;
}

.carbon-free-message img {
	width: 100px;
}

.carbon-free-message p {
	font-size: 0.9em;
}

/* @end */

@media (max-width: 770px) {

	
	.template-cart .main-content {
		margin-top:  20px;
	}
	
	.template-cart .cart-form {
		margin-top:  0;
		margin-bottom: 0;
	}
	
	.template-cart .breadcrumbs {
		display:  none;
	}
	
	.template-cart .cart-tools {
		margin-top:  0;
	}
	
	margin-top:  20px;
	}
	
	.carbon-free-message {
		text-align: center;
	}

}

/* @group PRODUCT PAGE - FORM */

.product__form .product-quantity label {
	width: 80px !important;
	margin-right: 10px !important;
}

/* @end */