/** Shopify CDN: Minification failed

Line 855:10 Expected identifier but found whitespace
Line 855:11 Unexpected "30px"

**/
ol,
ul {
	padding-left: 2rem;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: 700;
}

sub,
sup {
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	cursor: pointer;
    text-decoration: none;
    color: var(--bs-link-color);
    transition: color 0.15s ease-in-out;
}

a:hover {
	color: var(--bs-link-hover-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

figure {
	margin: 0 0 1rem;
}

img,
svg {
	vertical-align: middle;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
select {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
	display: none !important;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

textarea {
	resize: none;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
	padding: 0;
}

::-webkit-inner-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

::file-selector-button {
	font: inherit;
	-webkit-appearance: button;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
	display: inline-block;
}

iframe {
	border: 0;
    display: block;
}

[hidden] {
	display: none !important;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.container,
.container-fluid,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-container-padding);
    padding-left: var(--bs-container-padding);
    margin-right: auto;
    margin-left: auto;
}

.container {
    max-width: var(--bs-container-width);
}
@media (max-width: 767px){
    .container-px-0{
        padding-inline: 0 !important;
    }
}


/*---------------------------------------------------------------------------------*/

/*  typography.css
/*---------------------------------------------------------------------------------*/

.font-family-base {font-family: var(--bs-body-font-family) !important;}

.font-family-heading {font-family: var(--bs-font-family-heading) !important;}
.font-family-secondary {font-family: var(--bs-font-family-secondary) !important;}
.font-family-body-secondary {font-family: var(--bs-font-family-body-secondary) !important;}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: var(--bs-font-family-heading);
    font-weight: var(--bs-headings-font-weight);
    line-height: var(--bs-line-height-heading);
    font-style: var(--bs-heading-style);
    /* color: var(--bs-heading-color); */
}

h1, .h1 {font-size: var(--bs-h1-font-size-sm); }
h2, .h2 {font-size: var(--bs-h2-font-size-sm); }
h3, .h3 {font-size: var(--bs-h3-font-size-sm); }
h4, .h4 {font-size: var(--bs-h4-font-size-sm); }
h5, .h5 {font-size: var(--bs-h5-font-size-sm); }
h6, .h6 {font-size: var(--bs-h6-font-size-sm); }
.fs-display {font-size: var(--bs-display-font-size-sm);}

@media (min-width: 768px) {
    h1, .h1 {font-size: var(--bs-h1-font-size-md); }
    h2, .h2 {font-size: var(--bs-h2-font-size-md); }
    h3, .h3 {font-size: var(--bs-h3-font-size-md); }
    h4, .h4 {font-size: var(--bs-h4-font-size-md); }
    h5, .h5 {font-size: var(--bs-h5-font-size-md); }
    h6, .h6 {font-size: var(--bs-h6-font-size-md); }
    .fs-display {font-size: var(--bs-display-font-size-md);}
}

@media (min-width: 1200px) {
    h1, .h1 {font-size: var(--bs-h1-font-size); }
    h2, .h2 {font-size: var(--bs-h2-font-size); }
    h3, .h3 {font-size: var(--bs-h3-font-size); }
    h4, .h4 {font-size: var(--bs-h4-font-size); }
    h5, .h5 {font-size: var(--bs-h5-font-size); }
    h6, .h6 {font-size: var(--bs-h6-font-size); }
    .fs-display {font-size: var(--bs-display-font-size);}
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.fs-xs  {font-size: var(--bs-font-size-xs) !important; }
.fs-sm  {font-size: var(--bs-font-size-sm) !important; }
.fs-md  {font-size: var(--bs-font-size-md) !important; }
.fs-base{font-size: var(--bs-body-font-size) !important; }
.fs-lg  {font-size: var(--bs-font-size-lg); }
.fs-xl  {font-size: var(--bs-font-size-xl); }
.small   {font-size: var(--bs-font-size-sm); }
.fs-18  {font-size: 18px; }
.fs-20  {font-size: 20px; }

.fst-italic {font-style: italic !important; }
.fst-normal {font-style: normal !important; }

.fw-lighter {font-weight: lighter !important; }
.fw-light   {font-weight: 300 !important; }
.fw-normal  {font-weight: 400 !important; }
.fw-medium  {font-weight: 500 !important; }
.fw-semibold{font-weight: 600 !important; }
.fw-bold    {font-weight: 700 !important; }
.fw-black  {font-weight: 900 !important; }
.fw-bolder  {font-weight: bolder !important; }

.lh-xxxs   {line-height: 0.72 !important; }
.lh-xxs   {line-height: 0.8 !important; }
.lh-1   {line-height: 1 !important; }
.lh-xs  {line-height: 1.1666666667 !important; }
.lh-16  {line-height: 1.6 !important; }
.lh-12  {line-height: 1.2 !important; }
.lh-13  {line-height: 1.33 !important; }
.lh-sm  {line-height: 1.25 !important; }
.lh-base{line-height: var(--bs-body-line-height) !important; }
.lh-lg  {line-height: 2 !important; }

.ls-03 {letter-spacing: -0.03em !important;}
.ls-05 {letter-spacing: -0.0052em !important;}
.ls-02 {letter-spacing: -0.02em !important;}
.ls-029 {letter-spacing: -0.029em !important;}
.ls-0 {letter-spacing: 0 !important;}

.text-lowercase {text-transform: lowercase !important; }
.text-uppercase {text-transform: uppercase !important; }
.text-capitalize{text-transform: capitalize !important; }
.text-none{text-transform: none !important; }

.text-wrap {white-space: normal !important; }
.text-nowrap {white-space: nowrap !important; }

.text-decoration-none {text-decoration: none !important; }
.text-decoration-underline {text-decoration: underline !important; }

.text-start {text-align: left !important; }
.text-end {text-align: right !important; }
.text-center {text-align: center !important; }

@media (min-width: 576px) {
    .text-sm-start  {text-align: left !important; }
    .text-sm-end    {text-align: right !important; }
    .text-sm-center {text-align: center !important; }
}

@media (min-width: 768px) {
    .text-md-start  {text-align: left !important; }
    .text-md-end    {text-align: right !important; }
    .text-md-center {text-align: center !important; }
}

@media (min-width: 992px) {
    .text-lg-start  {text-align: left !important; }
    .text-lg-end    {text-align: right !important; }
    .text-lg-center {text-align: center !important; }
}

@media (min-width: 1200px) {
    .text-xl-start  {text-align: left !important; }
    .text-xl-end    {text-align: right !important; }
    .text-xl-center {text-align: center !important; }
}

/* .section-spacing-top    {padding-top: 60px;}
.section-spacing-bottom {padding-bottom: 60px;}
.section-content        {padding: 60px 0;}
@media (min-width: 768px) {
    .section-spacing-top    {padding-top: 80px;}
    .section-spacing-bottom {padding-bottom: 80px;}
    .section-content        {padding: 80px 0;}
}
@media (min-width: 992px) {
    .section-spacing-top    {padding-top: 90px;}
    .section-spacing-bottom {padding-bottom: 90px;}
    .section-content        {padding: 90px 0;}
}
@media (min-width: 1200px) {
    .section-spacing-top    {padding-top: 100px;}
    .section-spacing-bottom {padding-bottom: 100px;}
    .section-content        {padding: 100px 0;}
} */


.section-spacing-top-sm {
    padding-top: var(--bs-section-spacing-sm);
}
.section-spacing-top-md {
    padding-top: var(--bs-section-spacing-md);
}
.section-spacing-top-lg {
    padding-top: var(--bs-section-spacing-lg);
}

.section-spacing-bottom-sm {
    padding-bottom: var(--bs-section-spacing-sm);
}
.section-spacing-bottom-md {
    padding-bottom: var(--bs-section-spacing-md);
}
.section-spacing-bottom-lg {
    padding-bottom: var(--bs-section-spacing-lg);
}

.section-spacing-sm {
    padding-block: var(--bs-section-spacing-sm);
}
.section-spacing-md {
    padding-block: var(--bs-section-spacing-md);
}
.section-spacing-lg {
    padding-block: var(--bs-section-spacing-lg);
}

/*=============================================
=                 Other CSS                  =
=============================================*/

.whitespace-nowrap {
    white-space: nowrap;
}
.whitespace-normal {
    white-space: normal;
}


.visually-hidden-skip {
    position: absolute!important;
    overflow: hidden;
    width: 1px;
    height: 0px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal!important;
}

.visually-hidden {
    display: none;
}

.cart-items.updating {
    pointer-events: none;
    opacity: 0.6;
}

.quantity-wrapper{
    max-width: 180px;
}
.quantity-wrapper .form-control:focus{
    border: var(--bs-input-border-width) solid var(--bs-input-border-color);
}

.disabled{
    pointer-events: none !important;
}

[data-touch-moveable]{
    overscroll-behavior-y: contain;  
}

.scroll-fixed{
    position: fixed !important;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    overflow: hidden !important;
}

body:has(.modal.open) {
    position: static !important;
}

@media (min-width: 1200px) {
    .scroll-fixed{
        position: static !important;
    }
}



.overlay--body {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100%;
    background: var(--bs-body-color);
    z-index: 1160;
    opacity: 0.5;
}

.overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}


.social-sharing{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.social-sharing li{
    margin-right: 20px;
    line-height: 1;
    vertical-align: top;
    margin-bottom: 20px;
}
.social-sharing li a{
    line-height: 1;
    vertical-align: top;
    display: inline-block;
    color: var(--bs-color-gray-100);
}
.social-sharing li [class^="icon-"]{
    font-size: 20px;
    line-height: 1;
    vertical-align: top;
}

.placeholder-svg{
    width: 100%;
    height: 100%;
}


/*===============  B2B  =================*/

.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 200px;
    max-height: 235px;
    overflow: auto;
    background-color: var(--bs-body-bg);
    text-align: center;
    padding: 10px;
    position: absolute;
    left: 0;
    box-shadow: 0 1px 6px var(--bs-border-color);
    z-index: 25;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.volume-price-list {
    max-width: 250px;
}
.volume-price-list li:nth-child(even) {
    background-color: var(--bs-color-gray-100);
}
.quantity__rules li {
    position: relative;
}
.quantity__rules li:not(:last-child)::after {
    content: "\2022";
    font-size: 1.5rem;
    line-height: 1;
    vertical-align: middle;
    margin: 0 0.35rem;
}
.tooltip .quantity__rules li::after {
    display: none;
}


.alert ul{
    list-style: none;
    padding-left: 0;
    padding-top: 4px;
}


/* ==================================================================  
    Table  
==================================================================== */

table {
    border-collapse: collapse;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid var(--bs-color-gray-200);
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-bottom: 1px solid var(--bs-color-gray-200);
    text-align: left;
}

.table th {
    font-weight: 400;
    text-transform: uppercase;
}

.modal {
    display: none;
}





/*=============================================
=               Collapsible Panel             =
=============================================*/

.collapsible_panel .panel_toggle{
    display: flex;
    align-items: center;
    padding: 10px 30px 14px 22px;
    cursor: pointer;
}

.toggle-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 350ms ease-in-out;
}

.toggle-content.open {
    grid-template-rows: 1fr;
}

.collapsible_panel.open .panel_toggle svg{
    transform: rotate(180deg);
}

.toggle-content-wrap{
    overflow: hidden;
}

.collapsible_panel{
    border-top: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);
}
.collapsible_panel + .collapsible_panel{
    margin-top: 0 !important;
    border-top: 0 !important;
}

.faq-container .toggle-content {
    padding: 0 20px;
    position: relative;
}
.faq-container .toggle-content:after{
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    height: 1px;
    display: inline-block;
    background-color: transparent;
    opacity: 0; 
    visibility: hidden;
    transition: 350ms ease-in-out;
}
.faq-container .toggle-content.open:after{
    background-color: var(--bs-border-color);
    opacity: 1;
    visibility: visible;
}

/*=============================================
=               Custom Dropdown               =
=============================================*/

.custom-dropdown{
    border: var(--bs-input-border-width) solid var(--bs-input-border-color);
    position: relative;
    border-radius: var(--bs-border-radius-input);
    font-family: var(--bs-font-family-input);
    font-size: var(--bs-font-size-input);
    font-weight: var(--bs-font-weight-input);
    color: var(--bs-input-text-color);
    line-height: var(--bs-line-height-input);
}
.custom-dropdown .tab_toggle{
    padding: var(--bs-y-padding-input) var(--bs-x-padding-input);
    display: flex;
    align-items: center;
    line-height: 23px;
    cursor: pointer;
}

.custom-dropdown.open .tab_toggle svg{
    transform: rotate(180deg);
}

.custom-dropdown .toggle-content{
    position: absolute;
    top: calc(100% + 1px);
    margin: 0 -1px;
    padding: 0;
    list-style: none;
    border: var(--bs-input-border-width) solid transparent;
    border-bottom: none;
    border-radius: 0; 
    background-color: var(--bs-color-gray-100);
    width: calc(100% + 2px);
    z-index: 9;
    /* clip-path: inset(0 0 100% 0); */
    transition: border-color .3s ease-in-out,grid-template-rows .3s ease-in-out;
    border-top: 0;
}
.custom-dropdown .toggle-content.open{
    /* clip-path: inset(0 0 0 0); */
    border-color: var(--bs-input-border-color);
    border-bottom: 1px solid var(--bs-input-border-color);
} 
.custom-dropdown ul li{
    padding-left: calc(var(--bs-form-check-width) + 17px);
    margin-bottom: 0;
    padding-block: 8px;
}
.custom-dropdown .toggle-content  > ul{
    width: calc(100% - 16px);
    margin: 0 auto !important;
    border-top: 0;
}

.custom-dropdown ul li.open ul{
    display: block !important;
}
.custom-dropdown .toggle-content>ul > li:first-child{
   padding-top: 20px;
}
.custom-dropdown .toggle-content>ul > li:last-child{
    padding-bottom: 20px;
 }

/*=============================================
=            Tabs                             =
=============================================*/


.tabs {
    border-bottom: 1px solid var(--bs-border-color);
}

.tabs .tablink {
    padding: 0.75rem 1.2rem;
    position: relative;
}

.tabs .tablink .nav-link {
    transition: ease-in-out 0.25s;
}

.tabs .tablink .nav-link::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: transparent;
    transition: opacity ease-in-out 0.25s;
}

.tablink.open .nav-link,
.tablink .nav-link:hover .nav-link {
    color: var(--bs-color-primary);
}

.tablink.open .nav-link::after,
.tablink:hover .nav-link::after {
    background: var(--bs-color-primary);
}

.tabcontent {
    display: none;
}

.tabcontent.open {
    display: block;
}

.okeReviews .flickity-button {
    outline: none !important;
}

.okeReviews .flickity-button:focus {
    box-shadow: unset !important;
}

.okeReviews-reviewsCarousel-review-product,
.okeReviews-reviewsCarousel-review-reviewer {
    display: none;
}

.okeReviews-reviewsCarousel-review-content {
    text-align: left;
    margin-bottom: 0 !important;
}

.okeReviews-reviewsCarousel-review {
    padding: 30px 20px !important;
}


    right: 30px;
    left: unset;
}


}

.shopify-policy__container {
    width: 100%;
    max-width: var(--bs-container-width);
    padding-right: var(--bs-container-padding);
    padding-left: var(--bs-container-padding);
    padding-top: 100px;
    padding-bottom: 100px;
}

.shopify-policy__container .shopify-policy__title {
    margin-bottom: 100px;
}

.shopify-policy__body .rte h1, 
.shopify-policy__body .rte h2, 
.shopify-policy__body .rte h3, 
.shopify-policy__body .rte h4, 
.shopify-policy__body .rte h5, 
.shopify-policy__body .rte h6 {
    margin-top: 1em;
    margin-bottom: .75em;
}

.shopify-policy__body a {
    word-break: break-word;
}



span[data-variant-discount] {
    margin-left: 3px;
}

/* Cookie Policy Modal */
#shopify-pc__banner {
    z-index: 9999999999;
}
.shopify-pc__banner__btns button {
    border-radius: 80px !important;
    padding: 10px 24px;
}
#shopify-pc__banner__btn-accept {
    background: #000000;
    color: #ffffff;
}
#shopify-pc__banner__btn-manage-prefs {
    order: 1;
    margin: 0px !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #ffffffde !important;
}

#shopify-pc__banner__btn-decline {
    order: 2;
    display: none !important;
}

#shopify-pc__banner__btn-accept {
    order: 2;
    margin-left: auto;
    font-weight: bold;
    flex: 0 0 auto;
}
#shopify-pc__banner__btn-decline,
#shopify-pc__banner__btn-manage-prefs {
    order: 1;
    flex: 0 0 auto;
    margin-right: 8px;
    font-size: 0.875rem;
}
@media(max-width: 481px) {
    #shopify-pc__banner__btn-accept {
        width: 100%;
    }
    .shopify-pc__banner__btns button {
        padding: 16px 24px;
    }
}
