/* Restricted content css*/
.suremembers-main-container {
	width: 100%;
}

.suremembers-container-div {
	margin: 3em 0;
	padding: 3em;
	background-color: #fff;
	width: 100%;
	max-width: -webkit-fill-available;
	text-align: center;
}

.suremembers-unauthorized-container {
	margin-top: 1em;
}

.suremembers-logout-button {
	cursor: pointer;
	margin-left: 20px;
	text-decoration: none !important;
}.tp-woo-hidden {
	display: none !important;
	visibility: hidden !important;
}

.tp-woo-swatches {
	padding: 0;
}

.tp-woo-swatches .tp-swatches:not(.tp-swatches-image),.tp-woo-swatches .tp-swatches img {
	position: relative;
	display: inline-flex;
	width: 28px;
	height: 28px;
	text-align: center;
    align-items: center;
	margin-right: 20px;
	cursor: pointer;
	border: 2px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	white-space: nowrap;
	list-style: none;
}

.tp-woo-swatches .tp-swatches.selected:not(.tp-swatches-image),.tp-woo-swatches .tp-swatches.selected img {
	border-color: #a79898;
}

.tp-woo-swatches .tp-swatches.disabled {
	cursor: default;
	opacity: 0.1 !important;
}
.tp-woo-swatches .tp-swatches-color {
	text-indent: -999999em;
	border: 2px solid #928282;
}

.tp-woo-swatches .tp-swatches-color.selected {
	border-color: #312e2e;
}
.tp-woo-swatches .tp-swatches-label {
	font-size: 14px;
	background-color: #f1f1f1;
}

.tp-woo-swatches .tp-swatches-image {
	font-size: 0;
}

.swatchesstyletooltip .tp-woo-swatches .tp-swatches-tooltip{
    position: absolute;
    margin: 0;
    margin-top: -10px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 400;
    top: 0;
    left: 50%;
    color: #fff;
    background: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 10;
    text-indent: initial;
    opacity: 0;
    visibility: hidden;
    user-select: none;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.swatchesstyletooltip .tp-woo-swatches .tp-swatches-tooltip:after {	
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #000;
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.swatchesstyletooltip .tp-woo-swatches .tp-swatches:hover .tp-swatches-tooltip{
    opacity: 1;
    visibility: visible;
    user-select: auto;
}
.swatchesstylewithtitle .tp-woo-swatches .tp-swatches-tooltip{
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-indent: initial;
    bottom: -30px;
}
.tp-woo-swatches .tp-swatches.tp-swatches-image {
    display: inline-block;
	margin-right: 15px;
}
.tp-woo-swatches .tp-swatches.tp-swatches-image {
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    list-style: none;
}
.tp-woo-swatches .tp-swatches img {
    margin-right: 0;
}
.swatchesstylewithtitle .tp-woo-swatches .tp-swatches-image .tp-swatches-tooltip {
    bottom: 15px;
    text-align: center;
}
.swatcheslayoutdefault .variations tr {
    display: flex;
    flex-direction: column;
}
.swatchesstyledefault .variations .value .tp-swatches.tp-swatches-color,
.swatchesstyletooltip .variations .value .tp-swatches.tp-swatches-color{
    margin-bottom: 15px;
}
.swatchesstylewithtitle .variations .value .tp-swatches.tp-swatches-color {
    margin-bottom: 30px;
}
.tp-woo-add-to-cart.variable.swatchesstyledefault li.tp-swatches.tp-swatches-button .tp-swatches-tooltip {
    margin-right: 5px;
}
.tp-woo-add-to-cart.variable.swatcheslayoutinline.swatchesstylewithtitle .tp-swatches.tp-swatches-button{
    flex-direction: column;
}
.tp-woo-add-to-cart.variable.swatchesstylewithtitle .tp-swatches.tp-swatches-button .tp-swatches-tooltip {
    bottom: -10px;
}
.tp-woo-add-to-cart.variable.swatcheslayoutdefault.swatchesstylewithtitle .tp-swatches.tp-swatches-button.tp-swatches.tp-swatches-button {
    display: inline-block;
}
.tp-woo-add-to-cart.variable.swatchesstyledefault .tp-woo-swatches .tp-swatches:not(.tp-swatches-image){
    font-size: 12px;
    justify-content: center;
}

.tp-woo-add-to-cart.variable.swatchesstyledefault .tp-woo-swatches .tp-swatches:not(.tp-swatches-image) span {
    display: none;
}

.tp-woo-swatches .tp-swatches.tp-swatches-button {border-color: #a798984d;}
.tp-woo-add-to-cart.variable.swatchesstyletooltip .tp-swatches.tp-swatches-button {
    justify-content: center;
}

.tp-woo-add-to-cart.variable.swatchesstylewithtitle .tp-swatches.tp-swatches-button{
    line-height:1.5;
}
body.page .tp-woo-single-pricing .tp-woo-add-to-cart.variable .variations_form .variations tbody tr th{
    vertical-align: text-bottom;
    min-width: 50px;
}.swp-flex--col{display:flex;flex-direction:column;flex-grow:1}form.searchwp-form .swp-flex--row{align-items:center;display:flex;flex-direction:row;flex-grow:1;flex-wrap:nowrap;justify-content:flex-start}form.searchwp-form .swp-flex--wrap{flex-wrap:wrap}form.searchwp-form .swp-flex--gap-sm{gap:.25em}form.searchwp-form .swp-flex--gap-md{gap:.5em}form.searchwp-form .swp-items-stretch{align-items:stretch}form.searchwp-form .swp-margin-l-auto{margin-left:auto}form.searchwp-form input.swp-input,form.searchwp-form select.swp-select{color:rgba(14,33,33,.8)}form.searchwp-form select.swp-select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='11' fill='none'%3E%3Cpath fill='%230e2121' fill-opacity='.8' d='M14.292.814 8.096 6.958 1.903.814 0 2.706l8.097 8.049 8.097-8.05z'/%3E%3C/svg%3E");background-position:right 12px top 50%;background-repeat:no-repeat;background-size:12px auto;min-height:2em;min-width:fit-content;padding:0 33px 0 .7em}form.searchwp-form input.swp-input--search{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none'%3E%3Cpath fill='%23cfcfcf' d='M6.068 12.136c1.31 0 2.533-.426 3.527-1.136l3.74 3.74c.174.173.402.26.64.26.512 0 .883-.395.883-.9a.87.87 0 0 0-.253-.63L10.89 9.744a6.04 6.04 0 0 0 1.247-3.677C12.136 2.73 9.406 0 6.068 0 2.722 0 0 2.73 0 6.068s2.722 6.068 6.068 6.068m0-1.31c-2.612 0-4.758-2.154-4.758-4.758S3.456 1.31 6.068 1.31c2.604 0 4.758 2.154 4.758 4.758s-2.154 4.758-4.758 4.758'/%3E%3C/svg%3E");background-position:right 12px top 50%;background-repeat:no-repeat;background-size:15px auto;padding-left:.7em;padding-right:38px}form.searchwp-form .swp-voice-search-button{align-items:center;background:none;border:none;color:rgba(14,33,33,.6);cursor:pointer;display:none;height:auto;justify-content:center;line-height:1;padding:0;position:absolute;right:45px;top:50%;transform:translateY(-50%);transition:color .2s ease}form.searchwp-form .swp-voice-search-button.swp-voice-search-button--supported{display:flex}form.searchwp-form .swp-voice-search-button:hover{color:rgba(14,33,33,.8)}form.searchwp-form .swp-voice-search-button:focus{outline:none}form.searchwp-form .swp-voice-search-button:focus-visible{outline:2px solid rgba(14,33,33,.4);outline-offset:2px}form.searchwp-form .swp-voice-search-button .swp-voice-search-button__icon,form.searchwp-form .swp-voice-search-button svg{height:1.25em;width:auto}form.searchwp-form .swp-voice-search-button .swp-voice-search-button__circle{border-radius:50%;height:1.75em;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease;width:1.75em}form.searchwp-form .swp-voice-search-button.swp-voice-listening .swp-voice-search-button__circle{animation:swp-voice-circle-pulse 1.5s ease-in-out infinite;background-color:#1976d2;opacity:.35}form.searchwp-form .swp-voice-search-button.swp-voice-processing .swp-voice-search-button__circle{animation:swp-voice-circle-pulse 1.5s ease-in-out infinite;background-color:#388e3c;opacity:.35}form.searchwp-form .swp-voice-search-button.swp-voice-listening,form.searchwp-form .swp-voice-search-button.swp-voice-processing{color:rgba(14,33,33,.8)}@keyframes swp-voice-circle-pulse{0%,to{opacity:.2;transform:translate(-50%,-50%) scale(.95)}50%{opacity:.45;transform:translate(-50%,-50%) scale(1.05)}}form.searchwp-form[data-voice-search-enabled="1"] input.swp-input--search{padding-right:70px}form.searchwp-form .swp-voice-search-tooltip{background-color:#1a1a1a;border-radius:6px;bottom:calc(100% + 8px);box-shadow:0 4px 12px rgba(0,0,0,.15);color:#fff;cursor:pointer;font-size:13px;line-height:1.4;max-width:280px;opacity:0;padding:8px 12px;position:absolute;right:0;transition:opacity .2s ease,visibility .2s ease,transform .2s ease;visibility:hidden;white-space:normal;z-index:1000}form.searchwp-form .swp-voice-search-tooltip:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #1a1a1a;bottom:-6px;content:"";height:0;position:absolute;right:45px;width:0}form.searchwp-form .swp-voice-search-tooltip--visible{opacity:1;visibility:visible}form.searchwp-form .swp-voice-search-tooltip--below{bottom:auto;top:calc(100% + 8px)}form.searchwp-form .swp-voice-search-tooltip--below:after{border-bottom:6px solid #1a1a1a;border-top:none;bottom:auto;top:-6px}form.searchwp-form .searchwp-form-input-container{display:flex;flex-direction:row;flex-grow:1;flex-wrap:nowrap;justify-content:flex-start;position:relative}form.searchwp-form .searchwp-form-input-container .swp-input{margin:0;width:100%}form.searchwp-form .searchwp-form-input-container .swp-select{border-right:0}form.searchwp-form .searchwp-form-input-container .swp-select+.swp-input{flex-grow:1}form.searchwp-form .searchwp-form-advanced-filters-toggle{text-align:right}form.searchwp-form .searchwp-form-advanced-filters select{flex:1}form.searchwp-form .swp-toggle{cursor:pointer;margin-bottom:0}form.searchwp-form .swp-toggle-switch{background-color:rgba(14,33,33,.14);border-radius:20px;height:22px;position:relative;transition:background-color .25s;width:40px}form.searchwp-form .swp-toggle-switch:not(.swp-toggle-switch--mini):hover{background-color:rgba(14,33,33,.2)}form.searchwp-form .swp-toggle-switch--mini{height:15px;width:25px}form.searchwp-form .swp-toggle-switch:after,form.searchwp-form .swp-toggle-switch:before{content:""}form.searchwp-form .swp-toggle-switch:before{background:#fff;border-radius:50%;display:block;height:18px;left:2px;position:absolute;top:2px;-webkit-transition:left .25s;-o-transition:left .25s;transition:left .25s;width:18px}form.searchwp-form .swp-toggle-switch--mini:before{height:11px;left:2px;top:2px;width:11px}form.searchwp-form .swp-toggle-checkbox:checked+.swp-toggle-switch,form.searchwp-form .swp-toggle-switch--checked{background:currentcolor}form.searchwp-form .swp-toggle-checkbox:checked+.swp-toggle-switch:before{left:20px}form.searchwp-form .swp-toggle-checkbox:checked+.swp-toggle-switch--mini:before,form.searchwp-form .swp-toggle-switch--checked.swp-toggle-switch--mini:before{left:12px}form.searchwp-form input.swp-toggle-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;height:0;overflow:hidden;position:absolute;width:0}form.searchwp-form input.swp-toggle-checkbox:focus{border:none;box-shadow:none;outline:none}form.searchwp-form .swp-toggle .swp-label{display:block;margin-top:21px}form.searchwp-form input.swp-toggle-checkbox:active+.swp-toggle-switch,form.searchwp-form input.swp-toggle-checkbox:focus+.swp-toggle-switch{border:none;-webkit-box-shadow:0 0 1px 1px rgba(14,33,33,.14);box-shadow:0 0 1px 1px rgba(14,33,33,.14)}