.archive.woocommerce .container-inner.hide-sidebar .site-main {
	width: 100%;
}

.archive.woocommerce ul.products.columns-4 li.product {
	width: 25%;
}

@media (max-width: 1024px) {
	.archive.woocommerce ul.products.columns-4 li.product {
		width: 33.33%;
	}	
}

@media (max-width: 767px) {
	.archive.woocommerce ul.products.columns-4 li.product {
		width: 50%;
	}	
}

/*.woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents td.product-quantity,*/
/*.woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents .product-quantity {*/
/*	display: none;*/
/*}*/

.tipso_bubble {
	z-index: 999999 !important;
}

.wapf-field-container[for="618fd97c64217"],
.wapf-field-container[for="618fd987e2d80"] {
	display: none;
}

textarea.wapf-input {
	height: 100px;
}

.radio-item-group {
	display: flex;
}

.radio-item-group  .wapf-field-container {
	width: 50% !important;
}

.wapf-field-input input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 100%;
	border: 1px solid #0E2843;
	font-size: 15px;
	font-weight: 400;
	padding: 15px 20px;
	outline: 0;
	-webkit-appearance: none;
	border-radius: 0;
	max-width: 70px;
}

.radio-item-group  .wapf-field-label {
	font-weight: 400;
}

.page-sneeze-screens .caption-button {
	display: none;
}

.section-buttons {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.section-content-image .section-buttons .section-button {
	margin: 10px 10px;
}

@media (min-width: 1200px) {
	.section-content-image .section-buttons {
		min-width: 840px;
	}
}

table.variations select {
	padding: 13px 20px;
}

.wapf-field-img.has-conditions .wapf-field-label,
.wapf-field-img.has-conditions .wapf-field-description {
	display: none;
}

/* 
 * Reviews
 *  */

.usps {
	height: 70px;
}

.reviewsio-footer {
    margin-top: 30px;
}

.reviews-footer {
	display: flex;
	justify-content: center;
	background: #f8f8f8;
	margin-top: -15px;
	max-height: 70px;
}

.reviewsio-header {
    background: #ffffff;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
	max-height: 70px;
    overflow: hidden;
}

 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
	color: #0E2843;
 }

@media (max-width: 768px) {
	.usps-wrap {
		min-height: 100px;
	}
	.reviewsio-header {
		display: block;
	}
}

.woocommerce .woocommerce-ordering select, .woocommerce div.product form.cart .variations select {
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 35px;
}

/* fix bug on Android when using filter on header, the reviews.io widget pop out */
.site-header.fixed .reviewsio-header {
    opacity: 0; 
    visibility: hidden;
}

.site-header.fixed #badge-ribbon-header {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* end fix */

@media (max-width: 768px) {
	.section-helpful-tips {
		height: auto !important;
	}	
}
