@charset "UTF-8";
.zm-loader span{
  padding-left: 30px;
  font-size: 14px;
}

.widget-product-cart,.zip-express-payment-button{
  clear:both;
}

.zm-loader:before{
	height: 1em;
	width: 1em;
	position: absolute;
	content: "";
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url(//gravomaxfitness.co.nz/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: rgba(0,0,0,.75);
	margin-top: 5px;
	margin-left:0px;
}

a.zip-productbuttonlink{
  font-size: 11px;
  cursor: pointer;
  display: inline !important;
  text-decoration:none;
  border:none;
}

a#zipmoney-learn-more{
  cursor: pointer;
  display: inline !important;
}

.zip-overlay {
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6); /* Black background with opacity */
	z-index: 1000; /* Specify a stack order in case you're using a different order for other elements */
	pointer-events: none; /* Add a pointer on hover */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
}

.zip-overlay-text{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.save-zip-account{
	margin-left: 10px;
	display: inline;
}
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


@keyframes woobt-spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes woobt-spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.woobt-wrap {
    display: block;
    clear: both;
    width: 100%;
}

.woobt-wrap.woobt-loading {
    position: relative;
}

.woobt-wrap.woobt-loading:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.woobt-wrap.woobt-loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border-width: 4px;
    border-style: solid;
    border-radius: 100%;
    border-top-color: rgba(0, 0, 0, 0.5);
    border-left-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    animation: woobt-spinner 1s linear infinite;
    -webkit-animation: woobt-spinner 1s linear infinite;
}

.woobt-wrap.woobt-layout-separate .woobt-product > .woobt-thumb, .woobt-wrap.woobt-layout-separate .woobt-product > .woobt-price {
    display: none;
}

.woobt-wrap.woobt-layout-separate .woobt-product .woobt-title .woobt-price {
    margin-left: 10px;
}

.woobt-images {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    overflow-x: auto;
}

.woobt-images .woobt-image {
    width: 100px;
    flex: 0 0 100px;
    margin-right: 20px;
    display: block;
    position: relative;
}

.woobt-images .woobt-image:not(.woobt-image-this):before {
    content: "+";
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate3d(-50%, -50%, 0);
}

.woobt-images .woobt-image:last-child {
    margin-right: 0;
}

.woobt-images .woobt-image.woobt-image-hide {
    opacity: 0.3;
}

.woobt-images .woobt-image.woobt-image-hide img {
    filter: grayscale(100%);
}

.woobt-images .woobt-image img {
    width: 100%;
    height: auto;
}

.woobt-wrap .woobt-text, .woobt-wrap .woobt-products {
    margin: 0 0 15px 0;
}

.woobt-products {
    border-width: 1px 0 0 0;
    border-style: dotted;
    border-color: #e5e5e5;
}

.woobt-products .woobt-product {
    padding: 10px 0;
    margin: 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #e5e5e5;
}

.woobt-products .woobt-product.woobt-hide-this {
    display: none !important;
}

.woobt-products .woobt-product > div {
    padding: 0 5px;
    background-color: transparent;
}

.woobt-products .woobt-product .woobt-thumb {
    width: 50px;
    flex: 0 0 50px;
}

.woobt-products .woobt-product .woobt-thumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.woobt-products .woobt-product .woobt-price {
    width: 100px;
    flex: 0 0 100px;
    max-width: 100px;
    text-align: end;
}

.woobt-products .woobt-product-this .woobt-price .woobt-price-new {
    display: none;
}

.woobt-products .woobt-product .woobt-price del {
    opacity: 0.5;
    text-decoration: line-through;
}

.woobt-products .woobt-product .woobt-price del span {
    text-decoration: line-through;
}

.woobt-products .woobt-product .woobt-price ins {
    font-weight: normal;
}

.woobt-products .woobt-product .woobt-price .amount {
    display: inline-block;
}

.woobt-products .woobt-product .woobt-title {
    flex-grow: 1;
}

.woobt-products .woobt-product .woobt-title a {
    text-decoration: none;
    box-shadow: none;
}

.woobt-products .woobt-product .variations_form {
    margin: 0;
    padding: 0;
}

.woobt-products .woobt-product .woobt-title .woovr-variations-select .woovr-variation-image, .woobt-products .woobt-product .woobt-title .woovr-variations-default .woovr-variation-image, .woobt-products .woobt-product .woobt-title .woovr-variations-select .woovr-variation-price {
    display: none !important;
}

.woobt-products .woobt-product .woobt-quantity {
    text-align: right;
    width: 130px;
    flex: 0 0 130px;
}

.woobt-products .woobt-product .woobt-quantity .quantity {
    float: none !important;
    margin: 0 0 0 0 !important;
}

.woobt-products .woobt-product.woobt-hide .woobt-quantity * {
    opacity: 0.5;
    pointer-events: none;
}

.woobt-checkbox:disabled {
    cursor: not-allowed;
}

.woobt-products .woobt-product .variations_form .variations {
    display: block;
    width: 100%;
    margin-left: -3px;
    margin-right: -3px;
    padding: 0;
}

.woobt-products .woobt-product .variations_form .variations .variation {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    padding: 5px 10px;
    margin: 5px 3px 0 3px;
    max-width: 100%;
    border-radius: 2px;
}

.woobt-products .woobt-product .variations_form .variations .variation > div {
    display: block;
}

.woobt-products .woobt-product .variations_form .variations .reset {
    display: inline-block;
}

.woobt-products .woobt-product .variations_form .variations .variation:last-child {
    margin-bottom: 0;
}

.woobt-products .woobt-product .variations_form .variations .variation .label {
    font-size: 12px;
    line-height: 1;
}

.woobt-products .woobt-product .variations_form .variations .variation .value {
    line-height: 1;
}

.woobt-products .woobt-product .variations_form .variations .variation .value select {
    width: 100%;
    line-height: 1;
    padding: 0 16px 0 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNEQzN0Y2NTY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNEQzN0Y2NjY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY0RDM3RjYzNjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY0RDM3RjY0NjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pzgqpQAAADdJREFUeNpirKioWMDAwBDPgAoWMQGJLCC+hiR4HYgzQRLfgDgUSoNwCIhmgaq6BtXJCNMNEGAAbM0MK7OUU3AAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 50%;
}

.woobt-products .woobt-product .variations_form .variations a.reset_variations {
    margin: 0;
    font-size: 12px;
}

.woobt-products .woobt-product .woobt-title .stock {
    font-size: 14px;
    margin: 0 !important;
}

.woobt-products .woobt-product .woobt-title .stock.in-stock {
    color: green;
}

.woobt-products .woobt-product .woobt-title .stock.available-on-backorder {
    color: orange;
}

.woobt-products .woobt-product .woobt-title .stock.out-of-stock {
    color: red;
}

.woobt-products .woobt-item-text {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px dotted #e5e5e5;
}

.woobt-item-text-type-h1 > h1, .woobt-item-text-type-h2 > h2, .woobt-item-text-type-h3 > h3, .woobt-item-text-type-h4 > h4, .woobt-item-text-type-h5 > h5, .woobt-item-text-type-h6 > h6, .woobt-item-text-type-p > p {
    margin: 0 !important;
}

.woobt-disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.woobt-alert {
    padding: 6px 10px 6px 14px;
    border-left: 4px solid #222;
    background-color: #eeeeee;
    font-size: 14px;
}

/* hidden by default */
.woobt-additional, .woobt-total, .woobt-alert {
    display: none;
}

.woobt-actions form.cart {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.woobt-quantity-input {
    display: flex;
    align-items: center;
}

.woobt-quantity-plus-minus .plus, .woobt-quantity-plus-minus .minus, .woobt-quantity-plus-minus .minus-btn, .woobt-quantity-plus-minus .plus-btn {
    display: none !important;
}

.woobt-quantity-input-plus, .woobt-quantity-input-minus {
    width: 40px;
    flex: 0 0 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    background-color: #fefefe;
    border: 1px solid #e5e5e5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.woobt-choose label {
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.woobt-choose .checkmark {
    display: none;
}

.woobt-count {
    margin-left: 5px;
}

.woobt-count:before {
    content: "(";
}

.woobt-count:after {
    content: ")";
}

.woobt-qty {
    width: 60px;
    text-align: center;
}

.woobt-product .woobt-quantity-input .qty, .woobt-product .woobt-quantity-input .woobt-qty {
    width: 100%;
    min-width: 40px;
}

.woobt-quantity-input .qty, .woobt-quantity-input .woobt-qty {
    width: 100%;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    box-shadow: none;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e5e5e5;
    border-radius: 0;
    background-color: #fefefe;
    -moz-appearance: textfield;
}

.woobt-product .woobt-quantity-input .qty:focus, .woobt-product .woobt-quantity-input .woobt-qty:focus {
    outline: none;
    outline-color: transparent;
}

.woobt-quantity-input input::-webkit-outer-spin-button, .woobt-quantity-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woobt-quantity-input-plus:hover, .woobt-quantity-input-minus:hover {
    background-color: #f0f0f0;
}

@media only screen and (max-width: 767px) {
    .woobt-wrap-responsive .woobt-products .woobt-product {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 20px 0;
    }

    .woobt-wrap-responsive .woobt-products .woobt-product > div {
        padding: 5px 0 !important;
        width: auto !important;
        flex-basis: 0 !important;
        max-width: 100% !important;
    }

    .woobt-wrap-responsive .woobt-products .woobt-product .woobt-thumb {
        text-align: center;
        flex-basis: 0;
    }

    .woobt-wrap-responsive .woobt-products .woobt-product .woobt-thumb img {
        width: 80px;
        display: block;
        margin: 0 auto;
    }

    .woobt-wrap-responsive .woobt-products .woobt-product .woobt-price {
        width: auto;
        flex-basis: 0;
    }

    .woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations .variation {
        max-width: 100%;
        margin-right: 0 !important;
    }

    .woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations .variation select {
        text-align-last: center;
    }
}

/* Grid */
.woobt-products[class*=woobt-products-layout-grid] {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    border: none;
}

.woobt-products[class*=woobt-products-layout-grid] .woobt-item-text {
    width: 100%;
    margin: 10px;
    padding: 10px 0;
}

.woobt-products[class*=woobt-products-layout-grid] .woobt-product {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 10px;
    border: 1px solid #dddddd;
    font-size: 14px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.woobt-products[class*=woobt-products-layout-grid] .woobt-product:hover {
    border-color: green;
}

.woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-title-inner {
    font-weight: 700;
}

.woobt-products.woobt-products-layout-grid-1 .woobt-product {
    width: calc(100% - 20px);
}

.woobt-products.woobt-products-layout-grid-3 .woobt-product {
    width: calc(33.3333333333% - 20px);
}

.woobt-products.woobt-products-layout-grid-4 .woobt-product {
    width: calc(25% - 20px);
}

.woobt-products[class*=woobt-products-layout-grid] .woobt-product > div {
    width: 100% !important;
    flex: 0 0 auto !important;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
}

.woobt-products[class*=woobt-products-layout-grid] .woobt-product > div:last-child {
    margin-bottom: 0;
}

.woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-quantity-input {
    justify-content: center;
}

.woobt-products[class*=woobt-products-layout-grid] .woobt-product select {
    text-align: center;
}

.woobt-products[class*=woobt-products-layout-grid] .woobt-product .variations_form .variations .reset {
    display: none;
}

@media only screen and (max-width: 767px) {
    .woobt-products[class*=woobt-products-layout-grid] .woobt-product {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 479px) {
    .woobt-products[class*=woobt-products-layout-grid] .woobt-product {
        width: calc(100% - 20px);
    }
}

/* Carousel */
.woobt-products[class*=woobt-products-layout-carousel] {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    border: none;
}

.woobt-products[class*=woobt-products-layout-carousel] .woobt-item-text {
    width: 100%;
    margin: 10px;
    padding: 10px 0;
}

.woobt-products[class*=woobt-products-layout-carousel] .woobt-product {
    width: calc(33% - 20px);
    margin: 10px;
    padding: 10px;
    border: 1px solid #dddddd;
    font-size: 14px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.woobt-products[class*=woobt-products-layout-carousel] .woobt-product:hover {
    border-color: green;
}

.woobt-products[class*=woobt-products-layout-carousel] .woobt-product .woobt-title-inner {
    font-weight: 700;
}

.woobt-products.woobt-products-layout-carousel-1 .woobt-product {
    width: calc(100% - 20px);
}

.woobt-products.woobt-products-layout-carousel-3 .woobt-product {
    width: calc(33.3333333333% - 20px);
}

.woobt-products.woobt-products-layout-carousel-4 .woobt-product {
    width: calc(25% - 20px);
}

.woobt-products[class*=woobt-products-layout-carousel] .woobt-product > div {
    width: 100% !important;
    flex: 0 0 auto !important;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
}

.woobt-products[class*=woobt-products-layout-carousel] .woobt-product > div:last-child {
    margin-bottom: 0;
}

.woobt-products[class*=woobt-products-layout-carousel] .woobt-product .woobt-quantity-input {
    justify-content: center;
}

.woobt-products[class*=woobt-products-layout-carousel] .woobt-product select {
    text-align: center;
}

.woobt-products[class*=woobt-products-layout-carousel] .woobt-product .variations_form .variations .reset {
    display: none;
}

.woobt-products[class*=woobt-products-layout-carousel] {
    display: none !important;
}

.woobt-products[class*=woobt-products-layout-carousel].woobt-carousel, .woobt-products[class*=woobt-products-layout-carousel].woobt-no-carousel {
    display: flex !important;
}

.woobt-carousel .slick-dots {
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.woobt-carousel .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    font-size: 0;
}

.woobt-carousel .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    outline: none;
    overflow: hidden;
}

.woobt-carousel .slick-dots li.slick-active button {
    background-color: rgb(0, 0, 0);
}

.woobt-carousel .slick-arrow {
    width: 44px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    color: #222;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ddd;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
}

.woobt-carousel:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.woobt-carousel .slick-arrow:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.woobt-carousel .slick-arrow:before {
    font-size: 24px;
    line-height: 44px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woobt-carousel .slick-arrow:focus {
    outline: none;
}

.woobt-carousel .slick-arrow.slick-prev {
    left: 10px;
}

.woobt-carousel .slick-arrow.slick-prev:before {
    content: "‹";
}

.woobt-carousel .slick-arrow.slick-next {
    right: 10px;
}

.woobt-carousel .slick-arrow.slick-next:before {
    content: "›";
}

/* Compact */
.woobt-wrap.woobt-layout-compact .woobt-inner {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 0 15px 0;
}

.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-text {
    margin: 0 0 10px 0;
}

.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-alert {
    display: none !important;
}

.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    margin: 0 10px 0 -10px;
    border: none;
}

.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product {
    min-width: 100px;
    max-width: 200px;
    margin: 10px;
    padding: 10px;
    border: 1px solid #dddddd;
    font-size: 14px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:before {
    content: "+";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate3d(-50%, -50%, 0);
}

.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:last-child:before {
    content: "";
    display: none;
}

.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product > div {
    width: 100%;
    flex: 0 0 auto;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
}

.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product .woobt-choose {
    position: absolute;
    width: auto;
    top: 10px;
    right: 10px;
}

body.rtl .woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products {
    margin: 0 -10px 0 10px;
}

body.rtl .woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:first-child:before {
    display: none;
}

body.rtl .woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:last-child:before {
    content: "+";
    display: block;
}

.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-actions .single_add_to_cart_button {
    white-space: nowrap;
    margin: 0 !important;
}

/*# sourceMappingURL=frontend.css.map */
form.cart:has(#yith-wapo-container .yith-wapo-block),
:is(.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart) form.cart.variations_form .woocommerce-variation-add-to-cart {
  display: block !important;
}
.yith-wapo-block *, .yith-wapo-block *:before, .yith-wapo-block *:after {
  box-sizing: border-box;
}
#yith-wapo-container .yith-wapo-block {
  padding: var( --yith-wapo-block-padding );
}
.yith-wapo-block .yith-wapo-addon.empty-title{
  margin-top: 20px;
}
.yith-wapo-block .yith-wapo-addon:not(:first-child):not(.empty-title):not(.toggle-open) {
  margin-top: 20px;
}
.yith-wapo-block .yith-wapo-addon:not(:first-child):not(.empty-title).wapo-toggle.toggle-closed {
  margin-top: initial;
}
.yith-wapo-block .yith-wapo-addon:after {
  content: '';
  display: block;
  clear: both;
}
.yith-wapo-block .yith-wapo-addon .addon-header{
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.yith-wapo-block .yith-wapo-addon .addon-header .title-image{
  max-width: 115px;
  padding: 15px 0px;
}
.yith-wapo-block .yith-wapo-addon .wapo-block-title {
  margin-top: 0;
  clear: none;
}
.yith-wapo-block .yith-wapo-addon.wapo-toggle {
  width: auto;
}
.yith-wapo-block .yith-wapo-addon:not(.empty-title).wapo-toggle .wapo-addon-title {
  display: flex;
  flex: 0 0 100%;
  column-gap: 10px;
  margin-bottom: 25px;
}

.yith-wapo-block .yith-wapo-addon.wapo-toggle .addon-header {
  cursor: pointer;
}
.yith-wapo-block .yith-wapo-addon.wapo-toggle:not(:last-child) {
  margin-bottom: 10px;
}
.yith-wapo-block .yith-wapo-addon.wapo-toggle.toggle-open:not(:last-child) {
  margin-bottom: 20px;
}
.yith-wapo-block .yith-wapo-addon.wapo-toggle .options-container.default-closed{
  display: none;
}
.yith-wapo-block .yith-wapo-addon.wapo-toggle .wapo-addon-title:before {
  content: '\f543';
  font-family: 'dashicons';
}
.yith-wapo-block .yith-wapo-addon.wapo-toggle .wapo-addon-title.toggle-open:before {
  content: '\f460';
  font-family: 'dashicons';
}
.yith-wapo-block .yith-wapo-addon.wapo-toggle .options-container.default-open {
  display: block;
}
.yith-wapo-block .yith-wapo-addon-type-color .yith-wapo-option {
  margin: 0px 5px 5px 0px;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option label, .yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label {
  word-break: normal;
  margin: 0;
  cursor: pointer;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option small del {
  opacity: 0.5;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .description {
  font-size: 12px;
  word-break: break-word;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-separator {
  width: 100%;
  height: 1px;
  margin: 30px 0px;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-separator.simple_border {
  border-bottom: 1px solid;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-separator.double_border {
  height: 5px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-separator.dotted_border {
  border-bottom: 1px dotted;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-separator.dashed_border {
  border-bottom: 1px dashed;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-separator.empty_space {
  width: 100%;
  height: 50px;
  border: 0;
}
/* TOOLTIP */
.yith-wapo-block .yith-wapo-addon .yith-wapo-option {
  word-break: break-all;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip {
  display: block;
  position: absolute;
  left: 0%;
  margin-top: -50px;
  opacity: 1 !important;
  width: 100%;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip img {
  display: inline-block;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip span {
  background-color: #03bfac;
  color: #fff;
  padding: 7px 10px;
  margin-bottom: 7px;
  font-size: 11px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%) translateY(-5px);
  display: none;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip span:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #03bfac;
  margin-left: -7px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -7px;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip.position-bottom {
  margin: 7px 0px 0px 0px;
  top: 100%;
  bottom: auto;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip.position-bottom span{
  bottom: auto;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip.position-bottom span:after {
  border-top: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #03bfac;
  top: -7px;
  bottom: auto;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option:hover .tooltip span {
  display: block;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip:hover span {
  display: block;
}
/* CHECKBOX */
.yith-wapo-addon.yith-wapo-addon-type-checkbox .checkbox-button-container {
  display: flex;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option input {
  margin-right: 10px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option .tooltip span {
  transform: translateX(-50%) translateY(0px);
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option div.label {
  line-height: 20px;
}
.yith-wapo-addon-type-checkbox .options .yith-wapo-option .yith-wapo-addon-label {
  margin-left: 5px;
}
/* COLOR */
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label {
  position: relative;
  margin-bottom: 10px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label .color-container{
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label .color-container small{
  text-align: center;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option div.label, .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option div.label {
  display: flex;
  align-items: center;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label.position-above .option-container, .yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label.position-under .option-container{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label.position-right .option-container{
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 7px;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label.position-left .option-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 7px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option.selected span.color:after, .select_box .select_option.selected:after {
  content: '';
  width: 18px;
  height: 18px;
  background: #03bfac url(//gravomaxfitness.co.nz/wp-content/plugins/yith-woocommerce-product-add-ons/assets/img/icon-check.png) center no-repeat;
  background-size: 50%;
  border-radius: 50%;
  margin: 0;
  display: block;
  position: absolute;
  top: -6px;
  right: -6px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label span.color {
  width: 40px;
  height: 40px;
  border-radius: var( --yith-wapo-color-swatch-style );
  border: 2px solid #dedede;
  position: relative;
  display: flex;
  justify-content: center;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option:not(.rounded) div.label span.color {
  align-items: center;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label span.color img {
  border-radius: var( --yith-wapo-color-swatch-style );
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label:hover span.color {
  border: 2px solid #03bfac;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option.selected div.label span.color {
  border: 2px solid #03bfac;
}
/* DATE */
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-date .yith-wapo-option .date-container input{
  min-width: initial;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-date .yith-wapo-option .label {
  display: flex;
  flex-direction: column;
}
#ui-datepicker-div {
  padding: 20px;
}
#ui-datepicker-div #wapo-datepicker-time {
  height: 60px;
  padding-top: 10px;
}
#ui-datepicker-div #wapo-datepicker-time label {
  width: 43%;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  display: block;
  float: left;
}
#ui-datepicker-div #wapo-datepicker-time select {
  width: 57%;
  background-color: #f7f7f7;
  border: 1px solid #efefef;
  display: block;
  float: left;
  cursor: pointer;
}
#ui-datepicker-div #wapo-datepicker-time select {
  background: #f7f7f7 url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat;
  background-position: 95%;
  background-size: 10px;
  -webkit-appearance: none;
}
#ui-datepicker-div #wapo-datepicker-save button {
  width: 100%;
  border-radius: 0px;
  margin: 0;
}

/* FILE */
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-option input.file {
  display: none;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-option div.label.position-under .option-container, .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-option div.label.position-above .option-container{
  max-width: 100px;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label.file-input{
  cursor: initial;
}
/* LABEL */
.yith-wapo-block .yith-wapo-addon .options.per-row-1 .yith-wapo-option .label_container .image img{
  max-width: 150px;
  max-height: 150px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label .label-container-display {
  border-radius: 5px;
  border: 1px solid #7a7a7a;
  padding: 10px;
  height: 100%;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option.selected div.label .label-container-display {
  border: 1px solid #03bfac;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option.selected div.label .label-container-display:after {
  content: '';
  width: 18px;
  height: 18px;
  background: #03bfac url(//gravomaxfitness.co.nz/wp-content/plugins/yith-woocommerce-product-add-ons/assets/img/icon-check.png) center no-repeat;
  background-size: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 10;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option p {
  margin: 6px 0 0 0;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container:after {
  content: '';
  display: block;
  clear: both;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container .label_price{
  display: flex;
  flex-wrap: wrap;
  word-break: break-all;
  align-items: center;
  column-gap: 5px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container.content-align-left .label_price{
  justify-content: flex-start;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container.content-align-center .label_price{
  justify-content: center;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container.content-align-right .label_price{
  justify-content: flex-end;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container.content-align-left .label-container-display {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container.content-align-center .label-container-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container.content-align-right .label-container-display {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label.position-left .label-container-display {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label.position-right .label-container-display {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* NUMBER */
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-number .yith-wapo-option .tooltip span {
  transform: translateX(-50%) translateY(0px);
}
.single-product div.product .summary.entry-summary form.cart .yith-wapo-block .quantity {
  max-width: 80px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-number.numbers-check .options.error-message{
  border: 1px solid var(--yith-wapo-required-option-color);
  padding: 10px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-number.numbers-check .yith-wapo-numbers-error-message{
  color: var(--yith-wapo-required-option-color);
}
/* PRODUCT */
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-image {
  margin-right: 10px;
  max-width: 100px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-image img{
  display: block;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 20px;
  border-radius: 5px;
  border: 1px solid #7a7a7a;
  padding: 10px;
  font-size: 15px;
  height: 100%;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container .product-info {
  word-break: break-word;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container .product-info .stock-info{
  padding-bottom: 10px;
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .product-container:hover {
  border: 1px solid var(--yith-wapo-accent-color-color);
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected .product-container {
  border: 1px solid var(--yith-wapo-accent-color-color);
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected .product-container:after {
  content: '';
  width: 18px;
  height: 18px;
  background: var(--yith-wapo-accent-color-color) url(//gravomaxfitness.co.nz/wp-content/plugins/yith-woocommerce-product-add-ons/assets/img/icon-check.png) center no-repeat;
  background-size: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -9px;
  right: -9px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container small.option-price {
  margin: 7px 0px 5px 0px;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container .sign.positive {
  display: none;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container .brackets {
  display: none;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container .button {
  margin: 0;
  font-size: 15px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.out-of-stock {
  pointer-events: none;
  opacity:0.5;
  color: #8b8b8b;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.out-of-stock .stock.out-of-stock {
  opacity: initial;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .option-add-to-cart .quantity{
  display: block;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .options.per-row-1{
  gap: 8px;
}
/* RADIO */
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option input {
  margin-top: 0px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .tooltip span {
  transform: translateX(-50%) translateY(0px);
}
/* SELECT */
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-select .image-container img {
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 10px;
}
/* TEXT */
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-text .yith-wapo-option .input-text-container input {
  min-width: initial;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-text .yith-wapo-option .label {
  margin-bottom: 10px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-text .yith-wapo-option .tooltip span {
  transform: translateX(-50%) translateY(0px);
}
/* TEXTAREA */
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-textarea .yith-wapo-option {
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-textarea .yith-wapo-option .label {
  margin-bottom: 10px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-textarea .yith-wapo-option .tooltip span {
  transform: translateX(-50%) translateY(0px);
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-textarea .yith-wapo-option textarea {
  min-height: 200px;
}
/* COLORPICKER */
.yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-container {
  background-color: #FFFFFF;
  min-width: 200px;
  width: auto;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 7px;
}
.yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-container span.wp-picker-input-wrap.hidden {
  display: inline-block !important;
}
.yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-container button.wp-color-result {
  margin: 0 6px 3px 0;
  vertical-align: middle;
  position: relative;
  border-radius: 4px !important;
}
.yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-default-custom:before {
  content: "\e91a";
  text-indent: 0;
  font-family: 'yith-icon';
  color: #d8d8d8;
  font-weight: normal;
  width: 15px;
  background: none;
  line-height: 30px;
  margin-left: 8px;
}
.yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-default-custom {
  padding: 10px;
}
.yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-default-custom.default_color:before {
  color: #5d5d5d;
}
.yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-container .wp-picker-default, .yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-container .wp-picker-clear {
  opacity: 0;
  width: 25px;
  margin-left: -20px;
  padding: 0;
  position: absolute;
  z-index: 2;
}
.yith-wapo-block .yith-wapo-addon-type-colorpicker input[type="text"].wp-color-picker{
  width: 6rem;
  display: initial;
  border: none;
  line-height: 3.0;
}
.yith-wapo-block .yith-wapo-addon-type-colorpicker input[type="text"].wp-color-picker:focus{
  box-shadow: none;
}
.yith-wapo-block .yith-wapo-addon-type-colorpicker span.wp-color-result-text:empty {
  padding: 0px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-colorpicker .yith-wapo-option div.label.position-under .option-container, .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-colorpicker .yith-wapo-option div.label.position-above .option-container{
  max-width: 100px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-colorpicker .yith-wapo-option div.label.position-left .yith-wapo-addon-label{
  margin-left: 10px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-colorpicker .yith-wapo-option div.label.position-right .yith-wapo-addon-label{
  margin-right: 10px;
}


/* START THEME PROTEO SUPPORT */

.theme-yith-proteo .yith-wapo-addon-type-colorpicker .wp-picker-container .button.wp-color-result{
  border: 1px solid #cccccc;
  background: none;
  border-radius: initial;
}
.theme-yith-proteo .yith-wapo-addon-type-colorpicker .wp-picker-container .button.wp-picker-clear{
  border: 1px solid #cccccc;
  border-radius: initial;
  line-height: normal;
}
.theme-yith-proteo .yith-wapo-option .yith-wapo-ajax-uploader .button {
  margin-bottom: 0;
  margin-right: 0;
}
.yith-wapo-block .yith-wapo-addon-type-colorpicker span.wp-picker-custom-placeholder {
  line-height: 3.0;
  font-size: 12px;
}
.yith-wapo-addon .yith-wapo-option .wp-picker-container.yith-wapo-colorpicker-initialized.wp-picker-active .wp-picker-open {
  vertical-align: bottom;
}
.theme-yith-proteo.single-product div.product form.cart .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-number .yith-wapo-option .input-number.quantity input,
.theme-yith-proteo.single-product div.product form.cart .yith-wapo-addon-type-product .quantity input.wapo-product-qty,
.theme-yith-proteo .single-product div.product form.cart .yith-wapo-addon-type-product .quantity input.wapo-product-qty {
  height: 45px;
  width: 70px;
  font-size: 1rem;
}
.theme-yith-proteo #wapo-datepicker-time select {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

body.theme-yith-proteo.yith-wapo-modal-is-open {
  position: fixed;
}

body.theme-yith-proteo.yith-wapo-modal-is-open .single-product div.product .summary.entry-summary {
  padding-left: 50px;
}

.theme-yith-proteo .yith-wapo-edit-product-cart small {
  color: var( --proteo-general_link_color );
}

/** ---- Media Query ---- */
@media only screen and (max-width: 768px) {
  body.theme-yith-proteo.yith-wapo-modal-is-open .single-product div.product .summary.entry-summary {
    padding-left: 0;
  }
}

/* END THEME PROTEO SUPPORT */

/* IMAGE POSITION */
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option {
  line-height: 20px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image {
  display: inline-block;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image.position-left {
  display: block;
  float: left;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image.position-left img {
  width: auto;
  height: 20px;
  margin-right: 10px;
  display: block;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image.position-right {
  margin-left: -15px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image.position-right img {
  width: auto;
  height: 20px;
  margin-left: 10px;
  display: block;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image.position-above {
  display: block;
  margin-bottom: 5px
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image.position-above img {
  width: auto;
  max-height: 100px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image.position-under {
  display: block;
  margin-top: 5px
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image.position-under img {
  width: auto;
  max-height: 100px;
}
/* TOTAL PRICE TABLE */
#wapo-total-price-table{
  margin-top: 40px;
}
#wapo-total-price-table table {
  width: auto;
  font-size: 20px;
  line-height: 40px;
}
#wapo-total-price-table table th {
  padding-right: 10px;
  text-align: left;
}

/* CART CHECKOUT */
.woocommerce-cart-form .yith-wapo-group-title, #order_review .yith-wapo-group-title{
  font-size: 16px;
}
/* Individual addons */
tr.cart_item.yith-wapo-product-has-individual-addons td {
  border-bottom: none !important;
}
tr.cart_item.yith-wapo-product-is-individual-addons td {
  padding-top: 0px !important;
  font-size: 0.9em;
}
/** Add-on type Product as item */
tr.cart_item.yith-wapo-product-as-item td{
  font-size: 0.9em;
}
tr.cart_item.yith-wapo-product-as-item td img{
  transform: scale(.7);
}

/** MIN MAX FEATURE */

/** Required option */
.yith-wapo-addon .yith-wapo-option .required-error .required-message{
  color: var(--yith-wapo-required-option-color);
}
.yith-wapo-block .yith-wapo-addon .min-error{
  font-size: 13px;
  margin-top: 15px;
}
.yith-wapo-block .yith-wapo-addon .min-error *,
.yith-wapo-addon .options-container .max-selected-error{
  color: var(--yith-wapo-required-option-color);
}
.yith-wapo-block .yith-wapo-addon .wapo-error {
  color: var(--yith-wapo-required-option-color);
}
.length-error-message{
  display: none;
  padding: 5px 0px;
  color: var(--yith-wapo-required-option-color);
  word-break: break-word;
}

 /** Price box colors */
#wapo-total-price-table {
  color: var(--yith-wapo-price-box-colors-text);
  background: var(--yith-wapo-price-box-colors-background);
}
/** Uploads **/
.yith-wapo-ajax-uploader .button {
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  overflow: auto;
}
.yith-wapo-ajax-uploader .link {
  color: var(--yith-wapo-uploads-file-colors-border);
  cursor: pointer;
}
.yith-wapo-uploaded-file .remove {
  position: relative;
  top: 2px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 10px;
}
.yith-wapo-uploaded-file-element .yith-wapo-uploaded-file-info .file-size{
  opacity: 0.7;
}
.yith-wapo-uploaded-file-element .yith-wapo-uploaded-file-info .file-name{
  color: #000000;
}
.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-uploaded-file-element.completed span.info label:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: #03bfac url(//gravomaxfitness.co.nz/wp-content/plugins/yith-woocommerce-product-add-ons/assets/img/icon-check.png) center no-repeat;
  background-size: 50%;
  border-radius: 50%;
  z-index: 10;
}
.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-uploaded-file-element.completed span.info .file-name {
   display: flex;
   align-items: center;
   column-gap: 10px;
 }
.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-loader-container{
  position: relative;
  top: 5px;
}
.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-uploaded-file span.info {
  display: flex;
  flex-direction:column;
}
.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-uploaded-file-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-uploaded-file-element {
  margin-bottom: 10px;
}
.yith-wapo-addon .yith-wapo-option.allow-multiple .yith-wapo-uploaded-file-element.completed {
  border-bottom: 1px solid #d1d1d1;
}
.yith-wapo-addon.yith-wapo-addon-type-file hr.upload-separator {
  border-top: 1px solid var(--yith-wapo-uploads-file-colors-border);
  opacity: 0.6;
}
.yith-wapo-addon.yith-wapo-addon-type-file img.yith-wapo-img-uploaded {
  margin: 10px 0px 10px 0px;
  width: 45px;
}
.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-ajax-uploader{
  background: var(--yith-wapo-uploads-file-colors-background);
  border: 1px dashed var(--yith-wapo-uploads-file-colors-border);
  border-radius: 5px;
  padding: 20px;
  margin: 10px 0px;
  font-size: 14px;
}
.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-ajax-uploader .yith-wapo-ajax-uploader-container{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
}
.yith-wapo-addon.yith-wapo-addon-type-file .ui-progressbar {
  position: relative;
  top: 5px;
  height: 10px;
  border: none;
}
.yith-wapo-loader.ui-progressbar.ui-corner-all.ui-widget.ui-widget-content .ui-progressbar-value {
  background-color: var(--yith-wapo-uploads-file-colors-border);
}

/** ERROR */
.yith-wapo-option small.yith-wapo-error {
  word-break: break-word;
}

/** CUSTOM FORM STYLE - start */
/* COLOR */
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label:hover span.color, .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option.selected div.label span.color {
  border: 2px solid var(--yith-wapo-accent-color-color);
}
/* LABEL */
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label .label-container-display,
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .product-container{
  border: 1px solid var(--yith-wapo-form-border-color-color);
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option.selected div.label .label-container-display,
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected .product-container{
  border: 1px solid var(--yith-wapo-accent-color-color);
}
/* PRODUCT */
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option:not(.out-of-stock) label {
  border: 1px solid var(--yith-wapo-form-border-color-color);
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option label:hover, .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected label {
  border: 1px solid var(--yith-wapo-accent-color-color);
}
/* CUSTOM RADIO & CHECKBOX */
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.checkboxbutton {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.checkboxbutton input[type="checkbox"] {
  width: 20px;
  height: 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.checkboxbutton:before {
  content: '';
  background: #ffffff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid var(--yith-wapo-form-border-color-color);
  border-radius: var(--yith-wapo-checkbox-style);
  margin-right: 10px;
  text-align: center;
  font-size: 17px;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 5px;
  transition: background-color ease 0.3s;
  display: inline-block;
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.checkboxbutton.checked:before {
  background-image: url(//gravomaxfitness.co.nz/wp-content/plugins/yith-woocommerce-product-add-ons/assets/img/check.svg) !important;
  background-size: 65%;
  background-repeat: no-repeat !important;
  background-color: var(--yith-wapo-accent-color-color);
  border-color: var(--yith-wapo-accent-color-color);
  color: #ffffff;
  background-position: center;
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.radiobutton {
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px;
  display: block;
  float: left;
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.radiobutton input[type="radio"] {
  width: 20px;
  height: 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.radiobutton:before {
  content: '';
  background: #ffffff;
  background-clip: content-box;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid var(--yith-wapo-form-border-color-color);
  border-radius: 100%;
  padding: 2px;
  margin-bottom: 0px;
  margin-right: 0px;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  float: left;
  cursor: pointer;
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.radiobutton.checked:before {
  border-color: var(--yith-wapo-accent-color-color);
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.radiobutton.checked:before {
  background-color: var(--yith-wapo-accent-color-color);
  background-clip: content-box !important;
}
/* FONT SIZE */
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label label{
  font-size: var(--yith-wapo-label-font-size);
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon .yith-wapo-option .description {
  font-size: var(--yith-wapo-description-font-size);
  overflow-y: auto;
  max-height: 70px;
}
/* ACCENT COLOR */
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option.selected div.label .label-container-display:after, .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected div.label::after, .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option.selected div.label .label-container-display:after {
  background-color: var(--yith-wapo-accent-color-color);
}
/* COLOR SWATCHES */
.yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label span.color {
  width: var(--yith-wapo-color-swatch-size);
  height: var(--yith-wapo-color-swatch-size);
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option.selected span.color:after, .select_box .select_option.selected:after {
  background: var(--yith-wapo-accent-color-color) url(//gravomaxfitness.co.nz/wp-content/plugins/yith-woocommerce-product-add-ons/assets/img/icon-check.png) center no-repeat;
  background-size: 50%;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option *{
  max-width: 100%;
}
/* TOOLTIP */
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip span {
  background-color: var(--yith-wapo-tooltip-colors-background);
  color: var(--yith-wapo-tooltip-colors-text);
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip span:after {
  border-top-color: var(--yith-wapo-tooltip-colors-background);
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip.position-bottom span:after {
  border-bottom-color: var(--yith-wapo-tooltip-colors-background);
}
/** SELECT ADD-ON */
.yith-wapo-addon.yith-wapo-addon-type-select.required-min .select2-selection.select2-selection--single{
  border: 1px solid var( --yith-wapo-required-option-color );
}
#yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-select.required-min {
  border: inherit;
  border-radius: inherit;
}
/** DATE ADD-ON */
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-date .yith-wapo-option .date-container, .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-colorpicker .yith-wapo-option .yith-wapo-colorpicker-container, .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-textarea .yith-wapo-option .textarea-container textarea, .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-text .yith-wapo-option .input-text-container {
  margin-top: 8px;
}

/*GRID SYSTEM */
.yith-wapo-block div.yith-wapo-addon .options.per-row-1 {
  row-gap: 15px;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container {
  height: 100%;
}

.yith-wapo-addon-type-text input.length-error {
  border-color: #ff0000;
}

/** IMAGES - START */
.yith-wapo-addon:not(.yith-wapo-addon-type-label) .yith-wapo-option .image img{
  max-width: 100%;
  max-height: 200px;
}
/** IMAGES - END */

/** MEDIA QUERY - START */
@media only screen and (max-width: 768px) {
  body.theme-yith-proteo.yith-wapo-modal-is-open .single-product div.product .summary.entry-summary {
    padding-left: 0;
  }

  .yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-container button.wp-color-result {
    vertical-align: inherit;
  }

  /* UPLOADS */
  .yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-ajax-uploader-container .button{
    margin-top: 10px;
  }

  /* COLORPICKER */
  .yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-container {
    min-width: auto;
  }
}
@media screen and (min-width: 1024px) {
  /* LABEL */
  .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label .label-container-display:hover {
    border: 1px solid var(--yith-wapo-accent-color-color);
  }
  .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label .label-container-display:hover {
    border: 1px solid #03bfac;
  }
}


/** MEDIA QUERY - END */