*,
 ::after,
 ::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

*,
 :focus,
 :focus-visible,
 :hover {
    scrollbar-width: thin;
    scrollbar-color:#CBCBCB transparent;
    -webkit-tap-highlight-color: transparent;
}

:not(body)::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

:not(body)::-webkit-scrollbar-track {
    background: var(--gray);
}

:not(body)::-webkit-scrollbar-thumb {
    background: var(--dark-gray);
}

:not(body)::-webkit-scrollbar-thumb:hover {
    background: var(--dark-gray);
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

blockquote {
    border-left: 2px solid var(--colorTextBody);
    padding-left: 15px;
    margin: 16px 40px;
}

details>summary {
    list-style: none;
}

details>summary::-webkit-details-marker {
    display: none;
}

html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-size-adjust: 100%;
    hanging-punctuation: first;
    -ms-overflow-style: scrollbar;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-kerning: normal;
    font-size: var(--text);
}

body {
    background-color: var(--primaryColorBody);
    color: var(--colorTextBody);
    scroll-behavior: smooth;
    line-height: var(--base_line_height);
    font-family: var(--font-family);
    font-weight: var(--body-font-weight);
    font-size: var(--text);
    letter-spacing: var(--base_spacing);
    word-break: break-word;
}

*:not(a, a *, h1, h2, h3, h4, h5, h6, svg, svg *, .rich-editor-text-content *, .button,font) {
    color: var(--colorTextBody);
}

select option {
    color: #000!important;
}

a img,
fieldset,
img {
    border: none;
}

form button[type="submit"]:not([name="checkout"]) {
    position: relative;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="text"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

button,
input[type="submit"] {
    cursor: pointer;
}

button[disabled] {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
input {
    margin: 0;
    padding: 0;
    border: 0;
}

button {
    background-color: transparent;
    font-family: var(--buttonFontFamily);
}

textarea {
    resize: none;
    min-height: 100px;
    overflow: auto;
}

a,
a:focus:not(:focus-visible),
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
span,
textarea {
    outline: 0;
}

ul:not(.list-unstyled),
ol:not(.list-unstyled) {
    padding-left: 1rem;
}

.list-unstyled {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-style {
    font-style: var(--heading-font-style);
    letter-spacing: var(--heading_spacing);
    color: var(--heading_color);
    font-family: var(--heading-font-family);
    line-height: var(--heading_line_height);
    font-weight: var(--heading-font-weight);
    text-transform: var(--headingTextTransform);
}

h1,
.h1 {
    font-size: calc( var(--heading_base_size) * 36px);
}

h2,
.h2 {
    font-size: calc( var(--heading_base_size) * 26px);
}

h3,
.h3 {
    font-size: calc( var(--heading_base_size) * 24px);
}

h4,
.h4 {
    font-size: calc( var(--heading_base_size) * 22px);
}

h5,
.h5 {
    font-size: calc( var(--heading_base_size) * 20px);
}

h6,
.h6 {
    font-size: calc( var(--heading_base_size) * 18px);
}

.text-xsmall {
    font-size: var(--xsmallText);
}

.text-small {
    font-size: var(--smallText);
}

.text {
    font-size: var(--text);
}

.text-medium {
    font-size: var(--mediumText)!important;
}

.text-large {
    font-size: var(--largeText)!important;
}

.text-xlarge {
    font-size: var(--xlargeText)!important;
}

a {
    text-decoration: none;
    color: var(--theme-color);
    cursor: pointer;
}

small,
sub,
sup {
    font-size: 95%;
}

iframe,
img {
    max-width: 100%;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid var(--colorXXlightTextBody);
}

tbody:not([data-cart-items]) tr th {
    border: 1px solid var(--colorXXlightTextBody);
}

table thead {
    border-bottom: 1px solid var(--colorXXlightTextBody);
    background-color: var(--theme-light-color);
}

tr th { 
    padding: 16px 20px;
    text-align: left;
}

tr td {
    line-height: 1;
    border: none;
    padding: 22px;
    text-align: left;
    font-size: var(--text);
    vertical-align: middle;
    border: 1px solid var(--colorXXlightTextBody);
}
  html.no-js .no-js-visible{
    display:block !important;
  }

.hidden {
    display: none !important;
}

.visually-hidden {
    display: none !important;
}

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

.cursor-pointer {
    cursor: pointer;
}

.white-text {
    color: #fff;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.container,
.container-fluid,
.custom-container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

label {
    padding-bottom: 4px;
    display: inline-block;
    font-family: var(--heading-font-family);
    text-transform: uppercase;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: flex;
    width: 100%;
}

.form-control,
.product_custom_liquid input,
.rich-text-description input,
textarea {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--colorXlightTextBody);
    padding: 12px 15px;
    min-height: 49px;
    font-size: var(--text);
    color: var(--colorTextBody);
    font-family: var(--font-family);
    border-radius: var(--layoutRadius);
}

.form-control::placeholder,
.product_custom_liquid input::placeholder {
    color: #6c757d;
    position: relative;
}

.form-control:focus,
.form-control:focus-visible,
.product_custom_liquid input:focus,
.product_custom_liquid input:focus-visible,
select:focus,
select:focus-visible {
    outline: 0;
    border-color: var(--colorTextBody) !important;
}

select {
    padding: 12px;
    padding-right: 30px;
    min-height: 30px;
    font-size: var(--text);
    letter-spacing: 0.5px;
    font-family: var(--font-family);
    border-radius: var(--layoutRadius);
    min-width: 140px;
    color: var(--colorTextBody);
    cursor: pointer;
    font-family: var(--font-family);
    border-color: var(--colorLightTextBody);
    -webkit-appearance: none;
    background: transparent url(https://cdn.shopify.com/s/files/1/0597/9668/5009/files/select-arrow-black.png?v=1649157281) no-repeat 91% 50%/9px;
}

.error-text {
    color: red;
    font-size: var(--smallText);
    margin-top: 5px;
    display: block;
}

.success-text {
    background-color: #e4f3ef;
    padding: 4px 13px 4px;
    color: var(--green);
    display: inline-block;
    font-size: var(--smallText);
    margin-bottom: 10px;
    border-radius: var(--layoutRadius);
}

.yv-page-description-wrapper {
    padding: 50px 0;
}

.page-description {
    margin-bottom: 20px;
}

.page-description p {
    margin-bottom: 15px;
}

.page-description img {
    display: block;
    max-width: 100%;
    float: none;
}

.banner-placeholder {
    height: 100%;
}

.banner-placeholder .placeholder-svg {
    fill: var(--theme-color);
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
}

.yv-banner-image .placeholder-svg {
    opacity: 0.15;
}

.placeholder-svg {
    fill: var(--theme-color);
    width: 100%;
    height: 100%;
    opacity: 0.35;
}
.image-wrapper .placeholder-svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.placeholder-svg-custom {
    width: 40%;
    height: 40%;
    display: block;
    margin: 0 auto;
    fill: var(--theme-color);
    opacity: 0.35;
}

.custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 0;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: var(--gray);
    border-radius: var(--layoutRadius);
}

.custom-checkbox input:checked~.checkmark {
    background-color: var(--colorTextBody);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked~.checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid var(--primaryColorBody);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.flickity-button:focus,
*:focus-visible {
    outline: 2px solid var(--colorTextBody);
    outline-offset: 2px;
    transition: unset !important;
    z-index: 1;
}

.focus-inside:focus-visible {
    outline-offset: -2px;
}

.pdp-action-container .shopify-payment-button__button:focus-visible {
    z-index: unset;
}

*:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: none;
}

.quantity input:focus,
.quantity input:focus-visible,
textarea:focus,
textarea:focus-visible {
    outline: 0;
    border: 1px solid var(--colorTextBody) !important;
}

input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
    outline: 0;
}

.skip-to-content-link:focus,
.skip-to-content-link:focus-visible {
    width: auto;
    height: auto;
    clip: auto;
    z-index: 9;
    top: 10px;
    left: 10px;
    outline-color: #fff;
}

.d-pt-5 {
    padding-top: 5px;
}

.d-pt-10 {
    padding-top: 10px;
}

.d-pt-15 {
    padding-top: 15px;
}

.d-pt-20 {
    padding-top: 20px;
}

.d-pt-25 {
    padding-top: 25px;
}

.d-pt-30 {
    padding-top: 30px;
}

.d-pt-35 {
    padding-top: 35px;
}

.d-pt-40 {
    padding-top: 40px;
}

.d-pt-45 {
    padding-top: 45px;
}

.d-pt-50 {
    padding-top: 50px;
}

.d-pt-55 {
    padding-top: 55px;
}

.d-pt-60 {
    padding-top: 60px;
}

.d-pt-65 {
    padding-top: 65px;
}

.d-pt-70 {
    padding-top: 70px;
}

.d-pt-75 {
    padding-top: 75px;
}

.d-pt-80 {
    padding-top: 80px;
}

.d-pt-85 {
    padding-top: 85px;
}

.d-pt-90 {
    padding-top: 90px;
}

.d-pt-95 {
    padding-top: 95px;
}

.d-pt-100 {
    padding-top: 100px;
}

.d-pb-5 {
    padding-top: 5px;
}

.d-pb-10 {
    padding-top: 10px;
}

.d-pb-15 {
    padding-top: 15px;
}

.d-pb-20 {
    padding-top: 20px;
}

.d-pb-25 {
    padding-top: 25px;
}

.d-pb-30 {
    padding-top: 30px;
}

.d-pb-35 {
    padding-top: 35px;
}

.d-pb-40 {
    padding-top: 40px;
}

.d-pb-45 {
    padding-top: 45px;
}

.d-pb-50 {
    padding-top: 50px;
}

.d-pb-55 {
    padding-top: 55px;
}

.d-pb-60 {
    padding-top: 60px;
}

.d-pb-65 {
    padding-top: 65px;
}

.d-pb-70 {
    padding-top: 70px;
}

.d-pb-75 {
    padding-top: 75px;
}

.d-pb-80 {
    padding-top: 80px;
}

.d-pb-85 {
    padding-top: 85px;
}

.d-pb-90 {
    padding-top: 90px;
}

.d-pb-95 {
    padding-top: 95px;
}

.d-pb-100 {
    padding-top: 100px;
}

.m-pt-5 {
    padding-top: 5px;
}

.m-pt-10 {
    padding-top: 10px;
}

.m-pt-15 {
    padding-top: 15px;
}

.m-pt-20 {
    padding-top: 20px;
}

.m-pt-25 {
    padding-top: 25px;
}

.m-pt-30 {
    padding-top: 30px;
}

.m-pt-35 {
    padding-top: 35px;
}

.m-pt-40 {
    padding-top: 40px;
}

.m-pt-45 {
    padding-top: 45px;
}

.m-pt-50 {
    padding-top: 50px;
}

.m-pt-55 {
    padding-top: 55px;
}

.m-pt-60 {
    padding-top: 60px;
}

.m-pt-65 {
    padding-top: 65px;
}

.m-pt-70 {
    padding-top: 70px;
}

.m-pt-75 {
    padding-top: 75px;
}

.m-pt-80 {
    padding-top: 80px;
}

.m-pt-85 {
    padding-top: 85px;
}

.m-pt-90 {
    padding-top: 90px;
}

.m-pt-95 {
    padding-top: 95px;
}

.m-pt-100 {
    padding-top: 100px;
}

.m-pb-5 {
    padding-top: 5px;
}

.m-pb-10 {
    padding-top: 10px;
}

.m-pb-15 {
    padding-top: 15px;
}

.m-pb-20 {
    padding-top: 20px;
}

.m-pb-25 {
    padding-top: 25px;
}

.m-pb-30 {
    padding-top: 30px;
}

.m-pb-35 {
    padding-top: 35px;
}

.m-pb-40 {
    padding-top: 40px;
}

.m-pb-45 {
    padding-top: 45px;
}

.m-pb-50 {
    padding-top: 50px;
}

.m-pb-55 {
    padding-top: 55px;
}

.m-pb-60 {
    padding-top: 60px;
}

.m-pb-65 {
    padding-top: 65px;
}

.m-pb-70 {
    padding-top: 70px;
}

.m-pb-75 {
    padding-top: 75px;
}

.m-pb-80 {
    padding-top: 80px;
}

.m-pb-85 {
    padding-top: 85px;
}

.m-pb-90 {
    padding-top: 90px;
}

.m-pb-95 {
    padding-top: 95px;
}

.m-pb-100 {
    padding-top: 100px;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.top-left {
    top: 17px;
    left: 17px;
}

.top-center {
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
}

.top-right {
    top: 17px;
    right: 17px;
}

.center-left {
    top: 50%;
    left: 17px;
    transform: translateY(-50%);
}

.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-right {
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
}

.bottom-left {
    bottom: 17px;
    left: 17px;
}

.bottom-center {
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
}

.bottom-right {
    bottom: 17px;
    right: 17px;
}

.primary-bg {
    background: var(--primaryColorBody);
}

.secondary-bg {
    background: var(--secondaryColorBody);
}

.tertiary-bg {
    background: var(--tertiaryColorBody);
}

.gradient-bg {
    background: var(--gradientColorBody);
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}

ul.yv-product-meta,.yv-content-body ul.yv-product-meta {
    padding-left: 0;
}


@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .container,
    .container-fluid,
    .custom-container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .container-fluid {
        max-width: 95%;
    }
    .container {
        max-width: 950px;
    }
    .container.sm-container {
        max-width: 740px;
    }
    h1,
    .h1 {
        font-size: calc( var(--heading_base_size) * 45px);
    }
    h2,
    .h2 {
        font-size: calc( var(--heading_base_size) * 30px);
    }
    h3,
    .h3 {
        font-size: calc( var(--heading_base_size) * 28px);
    }
    h4,
    .h4 {
        font-size: calc( var(--heading_base_size) * 26px);
    }
    h5,
    .h5 {
        font-size: calc( var(--heading_base_size) * 22px);
    }
    h6,
    .h6 {
        font-size: calc( var(--heading_base_size) * 20px);
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .container {
        max-width: 1120px;
    }
    .container.sm-container {
        max-width: 900px;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .container {
        max-width: 1170px;
    }
  .container.md-container {
        max-width: 1080px;
    }
    .container.sm-container {
        max-width: 1000px;
    }
    
    h1,
    .h1 {
        font-size: calc( var(--heading_base_size) * 55px);
    }
    h2,
    .h2 {
        font-size: calc( var(--heading_base_size) * 34px);
    }
    h3,
    .h3 {
        font-size: calc( var(--heading_base_size) * 30px);
    }
    h4,
    .h4 {
        font-size: calc( var(--heading_base_size) * 28px);
    }
    h5,
    .h5 {
        font-size: calc( var(--heading_base_size) * 24px);
    }
    h6,
    .h6 {
        font-size: calc( var(--heading_base_size) * 20px);
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1300px;
    }
    .container.md-container {
        max-width: 1300px;
    }
}

@media (min-width: 1441px) {
    .container {
        max-width: 1400px;
    }
    .container.md-container {
        max-width: 1400px;
    }
    .container.sm-container {
        max-width: 1250px;
    }
}

@media (min-width: 1800px) {
    .container {
       max-width: 1400px;
    }
    .container.md-container {
         max-width: 1400px;
    }
    .container.sm-container {
        max-width: 1250px;
    }
}

@media (max-width: 1024px) {
     :focus,
     :focus-visible {
        outline-color: transparent !important;
    }
}

@media (max-width:991px) {
    tr th {
        padding: 13px 20px;
    }
    tr td {
        padding: 16px 20px;
    }
    .form-group {
        margin-bottom: 15px
    }
    .form-control {
        padding: 7px 15px;
    }
}

@media (max-width:767px) {
    input,
    select,
    textarea {
        font-size: 16px!important
    }
}




/* custom css  */

.infinite-text-subheading div { display:flex; align-items:center; padding:0 20px; }

.infinite-text-subheading div p { margin:0px; padding:0 40px 0 20px; }

h1, h2, h3, h4, h5, h6, .heading-style,
body { font-family: "elza",sans-serif;  }


.yv-multicolumn-item { position:relative; }

.yv-multicolumn-item svg { position:absolute; top:0; left:0; z-index:1; transform: translate(-25%, -25%); }

.yv-multicolumn-cnt {     position: absolute;
    bottom:40px;
    left: 0;
    right: 0; }

.link-full:after {  
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
 }




.yv-collection-slider-wrapper .yv-collection-list.is-selected .yv-collection-item {
    transform: scale(1);
}

.accordion-heading .icons { margin-right:15px; max-width:40px; vertical-align:middle; }

.img-position-left .tabbed-collage-content {  padding-left:30px; }

.img-position-right .tabbed-collage-content {  padding-right:30px; }

.tabbed-collage-content .yv-accordion-header span { border:none !important; }



.trouble-sec .text-content { padding-top:80px; background:#F4F4F4; border-radius:30px; padding-left:190px; padding-bottom:80px; }


.trouble-sec .yv-img-content { background:transparent; right:-220px; left:220px; position:relative; z-index:1; }

 
/* after before  */

.left-columan-part .before-after-wrapper { float:right; width:76%;   }

.left-columan-part .section-heading { float:left; width:24%; padding-right:4%; text-align:left; }
  
.left-columan-part .section-heading .button { margin:10px 0; }

.left-columan-part .section-heading .button {
    margin: 10px 0;
    display: block;
    min-height: 30px;
}

.account-pages-section,
.contact-section { background:#F4F4F4; }


.yv-contact-form .col-lg-6 {   padding-right:90px;  padding-left:90px; }

.yv-contact-form .col-lg-6:nth-child(1) { border-right:1px solid #ccc; padding-left:40px; }

 




.gallery-section-wrapper .section-heading   {    margin:auto; text-align:left; padding:0; }

.header__icons .header-img a { display:flex !important;      align-items: center; }

.header__icons .header-img img { width:30px !important; margin-right:10px;  }

.announcement-bar-background { display:none; }

.announcement-bar-main-wrapper .social-links ul li { margin:0px; }
.announcement-bar-main-wrapper .social-links ul li a {
    width: 35px;
    height: 35px;
}
.announcement-bar-main-wrapper .social-links ul li svg {
    fill: #fff;
    width: 100%;
    height: 100%;
}
.announcement-bar-section .announcement-bar-main-wrapper  a { color:#fff; }
.announcement-bar-section .announcement-bar-main-wrapper  {  align-items: center;
    justify-content: space-between; }

.announcement-bar-main-wrapper .announcement-bar { width:70%; padding:0px; }

.announcement_icon svg { width:30px; }
.announcement_icon svg * { fill:#fff; }

 /* .banner-fullwidth-slides   .arrow { position: unset;  transform: translateY(0%); } */

/* bar code  */

.video-secs { overflow: hidden;  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px; }

 .bar-code-img { width:200px; position:absolute; top:50%; z-index: 1;
    left: -100px;
    margin-top: -100px;  }

.bar-code .text-content { padding:60px 150px 60px 60px; background:#F1F1F4; border-radius:30px; margin-right:-40px; }


.player.p-a-0 { margin-bottom:40px; }




#start {      cursor: pointer;
    font-size: 0;
    width:60px !important;
    height:60px !important;
    border-radius: 50%;
    min-width: 0 !important;
    position: relative;
    background: #000;
    display:block !important;
  
}






.trackbar {
        background-image: url(Audio-Difference.png);
    width: 90%;     margin-left: auto;
    height: 250px;
   background-repeat:no-repeat;
  background-size:cover;
}
.trackprogress{  background-image: url(Audiono.png);
    width:0%;
    height: 250px;
   background-repeat:no-repeat;
  background-size:cover;
   background-color:#fff;}

.tracktime{display:none;}

#start::after {
    content: "";
    width: 0;
    height: 0;
    border-top:15px solid #000;
    border-left:20px solid #fff;
    border-bottom:15px solid #000;
    z-index: 9;
    position: absolute;
    top: 25%;
    left:40%;
}

.playbar {
    display: flex;
    align-items: center;
    gap: 20px;
}
/* ****** */
input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}
input:checked+#san:after {
    left: calc(100% - 5px);
    transform: translate(-100%);
}
#san:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width:50px;
    height:25px;
    background: #fff;
    border-radius: 90px;
    transition: .5s;
}
input:checked+#san {
    background: #0d2241;
}
#san {
    cursor: pointer;
    text-indent: -9999px;
    width:90px;
    height:35px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

  
.center-text{position:relative; margin:auto; max-width:400px; }

.center-text::after{
  content:"85dB";
  position:absolute;
  top:50%;
  left:0;
  
}
.center-text::before{
  content:" 20dB Luxpanels";
  position:absolute;
  top:50%;
  right:-40px;
  color:#BA9A58;
 
  
}
.currenttrack{display:none;}
.accordion-heading {
    display: flex;
    gap: 25px;
    align-items: center; width:100%;
}

.tabbed-collage-content .yv-accordion-header .numbers {
    border: 2px solid #BA9A58 !important;
    color: #BA9A58 !important;
    min-width: 50px;
    min-height: 50px;
    font-size: 25px;
      line-height:1;

}
.tabbed-collage-content .yv-accordion-header span svg {
    width: 24px;
}
.tabbed-collage-content .yv-accordion-header{padding:25px 0px !important;}
.audio{
    padding: 50px 0;
}
.audio .section-heading-title{padding-bottom:20px;}

.price-save {
    background: #111525;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 25px 0;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    right:20%;
    top: 15%; z-index:9;
    color: #ffffff;
}


 #ContactForm .form-control { background:#fff; }



.video-secs {    position: relative;   height: 100%; }

 

.yv-gallery-outer { overflow:hidden; }
 
.gallery-section-wrapper { position:inherit !important; }

.yv-gallery-outer:after{ background:url(slider-shadow.png) repeat;  content:" "; width:300px; background-size:100%; bottom:20px;  position:absolute; top:80px; right:0px;  }

.before-after-main-image .before-after-label { left:400px; }

.before-after-main-image .before-after-label,
.before-after-overlay-image .before-after-label { font-size:18px; }


.top-header .container, 
.announcement-bar-section .container  { max-width:100%; }

.announcement-bar-section .announcement-bar-main-wrapper a { padding-right:15px; }


#stockist-widget .stockist-icon-search::before {  color:#fff; }

#stockist-widget { background:#FFF7ED; padding:15px; }

 


/* new css 25/01 */

 
.accordion--main { padding:0 30px; }
.yv-main-product-detail.slider-product-detail { padding-bottom:0px !important; }
.yv-product-accordion { margin-top:0px !important; }

.banner-btn-box.fade-animate .secondary-button{background:none; border:1px solid #fff;}
.banner-btn-box.fade-animate .m-med-btn{border:1px solid #fff;}

.yv-get-in-touch {    max-width: 550px;}



.option___name {    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; max-width:100px;
    padding-bottom: 0;
    font-size: 12px !important;
    color: #CBCBCB;
  
}

.color_option .option___name  { order:2; }
.color_option .option   { order:1; }

.product__pickup-availabilities {
    display: none;
}

.text__part {
    background: #f2f2f2;
    border-radius: 20px;
    padding: 25px !important;
  margin-bottom:30px;
}
.text__part h2 {
    font-size: 24px;
}
.text__part p {
    
    padding: 15px 0;
}
.input__button {
    display: flex;
    align-items: center;
    gap: 15px;
}
.input__button input {
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
    border: 2px solid #DFDFDF;
  width:150px;
}
.input__button input:nth-child(3){
  background:#000;
}

.input__button input:nth-child(3)::placeholder{color:#fff; border-color:#000;}

.Sd_addProduct.add_to_cart.button.med-btn {
    /* margin-top: -80px; */
    max-width: 270px;
    margin-left:auto;
    border-radius: 50px;
}

.yv_side_drawer_wrapper .Sd_addProduct.add_to_cart.button.med-btn { margin:0px 10px 0 0; }

.quantity input {
    border-radius: 50px !important;
    border-color: #DFDFDF !important;
}
.theme-layout-rounded .quantity-button.quantity-down {
  background: #fff;
  border: 1px solid #000;
}
.theme-layout-rounded .quantity-button.quantity-up {
    border: 1px solid #000;
    background: #fff;
}
details.yv-accordion-card h6 {
    font-size: 14px;
    font-weight: 100;
}

.product-section .yv-product-accordion:not(.sidebar-content), .product-section .yv-product-detail-tabs:not(.sidebar-content) {
    padding:0px 20px 20px !important;
}
.theme-layout-rounded .quantity-button {
    width: 20px !important;
    height: 20px !important;}
.quantity-button {padding:0px !important;}


.product-loop-variants .variant_option.color_option input:checked + .option, 
.product-loop-variants .variant_option.variantImageOption input:checked + .option {  }

.form__part { display:flex; padding:0 80px; }
.form__part div { width:100%; } 
.form__part .form__item { display:block; width:100%; border-left:1px solid #ccc; padding:25px 80px 0px 80px; margin-left:80px; }



.form__part .pxFormGenerator { width:100%; }

.form__part iframe { outline:none; border:none; }

.template_product-samples-kit  .pdp-action-container.yv-checkout-btn-full-width   { display:block; margin-top:0px; }

.template_product-samples-kit  .pdp-action-container.yv-checkout-btn-full-width  .Sd_addProduct.add_to_cart.button.med-btn { margin:0px; width:100%; max-width:100%;  }

.avp-productoptionswatchwrapper .swatch-variant-title { border:2px solid #B2B2B2;  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color:#B2B2B2;
  padding-bottom: 0; margin:0px !important; 
  font-size: 12px !important; text-transform:none; padding:10px 10px 10px 40px; border-radius:20px; display:block; }

.avpoptions-container__v2 .avp-productoptionswatch-box { position:absolute !important; margin:5px; top:0px; left:0px; }


.avpoptions-container__v2 .avp-productoptionswatch
{  box-shadow:none !important;
  width:30px !important;
  height:30px !important;
}


#avpoptions-container__v2 .avp-productoptionswatch, #avpoptions-container .avp-productoptionswatch {
	              -webkit-border-radius: 100px !important;
-moz-border-radius: 100px !important;
border-radius: 100px !important;
 
}


input[type="checkbox"]:checked + .avp-productoptionswatch-box + .swatch-variant-title { border:2px solid #000; color:#000; }  

 

.select-color .product-loop-variants .variant_option:hover input + .option { background-color:transparent; } 
 
.select-color .product-loop-variants .color_option .option { padding:8px 8px 8px 40px !important; margin-right:10px;  color:#B2B2B2;    border:2px solid #B2B2B2;  
                       min-height:40px;                                     -webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px; background-size:28px;
  background-position: 6px;
  background-repeat: no-repeat; }

.select-color .variant_option { margin-right:0px !important; }

.select-color .product-loop-variants .option::after {  width:30px !important;  height:30px !important; margin:3px; display:none; }

.select-color .custom-bg-option { width:30px !important;  height:30px !important; margin:3px; border:1px solid #B2B2B2; position:absolute; left:0px; top:0px;     -webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px; background-size:cover; }


/* .select-color .product-loop-variants .variant_option:hover input + .option, */
.select-color .product-loop-variants .variant_option input:checked + .option  { color:#000 !important; border:2px solid #000;  }


.newsletter-section .container { display:flex; align-items: center; }
.newsletter-section .section-heading {
	margin-bottom: 0 !important;
	width: 37%; padding-right:30px;
	text-align: left;
}

.newsletter-section .newsletter-content { width:100%; }


 @media only screen and (max-width:1024px) {

.tabbed-collage-content .yv-accordion-header {
    padding: 15px 0px !important;
}
.trouble-sec .text-content { padding-left:90px; }
   .trouble-sec .yv-img-content { left:100px; right:-100px; }

   .bar-code .text-content {
    padding: 30px 112px 1px 28px;
   }

  body .yv-contact-information { padding:0px; }
   .yv-contact-form .col-lg-6 { padding-right:30px; padding-left:30px; }

   .yv-gallery-outer::after { display:none; }

   .newsletter-section .section-heading {  width:70%; padding-right:10px; }
 

 }

 @media only screen and (max-width:767px) {

.yv-contact-form .col-lg-6:nth-child(1) { border:none; }
#shopify-section-template--16374512844951__main .yv-contact-information .yv-form-heading.h3 { min-height:0px !important; }

   .social-links,
.announcement-bar-section .announcement-bar-main-wrapper a { display:none; }

   .announcement-bar-main-wrapper .announcement-bar {
    width: 100%;
 
}
 body  .announcement_icon svg { width:25px; }
.video-secs {
    
    border-radius: 30px;
    overflow: hidden;
}

   .left-columan-part .section-heading { display:none; }
   .left-columan-part .before-after-wrapper { width:100%; }

   
   .bar-code-img { display:none; }
  .bar-code .text-content { margin-right:0px; padding-right:28px;       margin-bottom: -25px;
    padding-bottom: 25px;  text-align: center;  }

  .template_index .tabbed-collage-section .row .tabbed-collage-image {  display:none !important; }
  .template_index .yv-product-accordion yv-faq-accordion { margin-top:0px; }

   
   
.accordion-heading .icons { max-width:30px; }

   .img-position-left .tabbed-collage-content, .img-position-right .tabbed-collage-content {  padding:0px; }
   
 

  .template_index .trouble-sec .text-content { padding:40px 40px 0 40px; text-align:center; }

   .trouble-sec .yv-img-content { right:0; left:0px;      width: 120%; }

     .trouble-sec .image-position-left .yv-imgbox-container { margin-bottom:-54px;    background: #F4F4F4;     border-radius: 30px;  }

   .audio {
    padding: 29px 0;
}
   
.player.p-a-0 {
    margin-bottom: 16px;
}
   .center-text::before { right:0px; width:80px; top:10px; }


  .announcement-bar-section .container { padding:0px; }
 .announcement-bar-section .announce-btn { display:block !important; font-size:12px !important; margin:0px; }


.text__part { margin:15px 15px 15px 15px !important; padding:15px !important;  }
   
   .product-option-selector, body div .yv-product-quantity { border:none !important;  padding-top:0px !important; margin:0px !important; }

.form__part { display:block; }
.form__part .form__item { display:block; width:100%; border-left:none; padding:0; }

   
.form__part {  padding:0 0px; }

.form__part .form__item {   margin-left:0px; }

#avpoptions-container__v2 { padding:0 20px; }

   .newsletter-section .section-heading {  width:100%; padding-right:0px; }
   .newsletter-section .container {  display:block; }
   
 }






 @media only screen and (max-width:479px) {
.yv-contact-form .col-lg-6:nth-child(1) { padding-left:0px; }
   .yv-contact-form .col-lg-6 { padding:0px; }

.accordion-heading { padding:0px; gap:10px; }
.input__button { gap:7px; }
.input__button input { padding:10px 0; width:100px; }
#_jsPanelNeeded { min-width: 100px; }

   .complementary_products {
	margin: 0 !important;
}
   #yv-product-accordion { border:none; }

   .avpoptions-container__v2 label.avp-productoptionswatchwrapper { width:42% !important; }
.select-color .product-loop-variants .color_option .option  { font-size:12px; }
   
/*==============new product css ============== */

   
.select-panel.shape.product-option-selector.no-js-hidden {
    padding-top: 0px !important;
}
.trouble-sec .text-content {
    padding:40px 20px 0px 20px;
}
.yv-main-product-detail.slider-product-detail .yv-product-quantity{padding-top:0 !important;    }
   
   
 }


.color_option .not-available,
.color_option .not-available + .option { display:none !important; }

.template_index .yv-multi-column-desc {
    font-size: 16px;
    max-width: 500px;
    margin: auto;
    padding-bottom:30px;
}

.template_index .rich-text-description {
    max-width: 500px;
    margin: auto;
  font-size:16px;
}

.template_index .yv-collections-desc {
    max-width: 500px;
    font-size: 16px;
    margin: auto;
}


#uid-30865668-882c-44d3-94c8-d08c496d4b88 input[type=checkbox] {
  visibility: visible;
}



/*  <button class="button med-btn m-med-btn mt-3" onclick="$('.wizart-product-page').trigger('click'); "> Try Visualiser </button>  kvm5iKheB6whr4UOoU5LXv7D7wlCkWcFvhP0iXs6wENHCv9md2yUbl8xKQSJ  */
.wizart-homepage,
.yv-page-banner { display:none !important; }

.iframe-popup { display:none; }
.visual_popup .iframe-popup   {position:fixed; width:100%; height:100%; border:none; z-index:999999; left: 0;
  right: 0;
  top: 0;
  bottom: 0;  display:block;                        
                              }

.iframe-popup iframe { width:100%; height:100%; border:none; z-index:999999; left: 0;
  right: 0;
  top: 0;
  bottom: 0;  display:block; }


.common-button {
	border: 0;
	border-radius: 52px;
	background: #ffffff; position:absolute; top:14px; left:15px;
	display:flex;   
}

 
.wizart-product-page *,
.w-glitter * { color:#fff; font-weight: normal; font-family: "Nunito Sans", sans-serif; }

.wizart-product-page,
.w-glitter  {  width: 100% !important;
  margin: 20px 0 50px 0;  
  box-shadow: none !important; }
 
.wizart-product-page  { display:inline-flex !important; }


.nationwide-delivery-icon .bar-code-img {
    top: 0;
    left: unset;
    right: -100px;
}

.bar-code.indoor p {
    max-width: 300px;
}
.bar-code.indoor .bar-code-img {
    top: 35px;
}

.bar-code.outdoor .yv-img-content {
    background-color: unset;
}

@media screen and (min-width: 768px) {
    .bar-code.outdoor .text-content {
        padding: 30px 60px 30px 100px;
    }
    
    .bar-code.outdoor .yv-img-content {
        right: -60px;
        z-index: 2;
    }
}

.bar-code.outdoor a.button {
    z-index: 3;
}

.list-unstyled.product-loop-variants.circle {
    gap: 10px;
}

.select-color .product-loop-variants .variant_option {
    margin-bottom: 0;
}

.select-color .product-loop-variants .variant_option .option {
    border: none;
    padding: 18px!important;
    margin-right: 0;
}

.select-color .product-loop-variants .variant_option .option .variant-label {
    display: none;
}

.select-color .product-loop-variants .variant_option input:checked + .option {
    padding: 8px 8px 8px 40px !important;
}

.select-color .product-loop-variants .variant_option input:checked + .option .variant-label {
    display: block;
}

.custom-bg-option {
    position: relative;
}

.custom-bg-option::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid black; 
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.select-color .product-loop-variants .variant_option:hover input:checked + .option .custom-bg-option::before {
    transition: opacity 0s
}

.select-color .product-loop-variants .variant_option:hover input:not(:checked) + .option .custom-bg-option::before {
    opacity: 1;
}

.shopify-payment-button {
    display: none;
}

.custom-hr {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #10142B;
}

.select-panel.product-option-selector, .select-color.product-option-selector, .yv-product-quantity {
    /* display: grid; */
    /* grid-template-columns: 170px 1fr; */
    /* gap: 1rem; */
}
.select-panel.product-option-selector .yv-variant-title, .select-color.product-option-selector .yv-variant-title {
    /* padding-bottom: 0; */
    /* margin-bottom: 0; */
    /* margin-top: 6px; */
}

.yv-product-quantity {
    /* align-items: center; */
}

.yv-main-product-detail .kooee-average-block > span {
    display: none;
}

.yv-main-product-detail .yv-product-detail-title {
    width: fit-content;
    float: left;
}

.yv-main-product-detail .yv-product-detail-title + .shopify-app-block {
    width: fit-content;
    float: right;
}

.yv-main-product-detail .yv-pricebox-outer {
    clear:both;
}

@media screen and (max-width: 1200px) {
    .yv-main-product-detail .yv-product-detail-title + .shopify-app-block {
        float: unset;
        clear: both;
        margin-bottom: 20px;
        margin-left: -4.2px;
    }

    .yv-main-product-detail .kooee-average-block > span {
        /* display: block; */
        margin-left: 4.2px;
        margin-top: 10px;
    }
}

.link-products-g-plank::after,
.link-products-batten::after,
.link-products-snap-fit-batten::after {
/* .link-pages-aluminium-panels::after {  */
    content: "NEW";
    display: inline-block;
    background-color: #BA9A58;
    color: white;
    font-size: 0.7em;
    padding: 6px 12px 4px;
    margin-left: 5px;
    text-transform: uppercase;
    border-radius: 4px;
    position: relative;
    top: -2px;
}

.main-link-pages-aluminium-panels span::after {
    content: "NEW";
    display: inline-block;
    background-color: #BA9A58;
    color: white;
    font-size: 0.7em;
    padding: 2px;
    margin-left: 5px;
    text-transform: uppercase;
    border-radius: 4px;
    position: relative;
    line-height: 1;
    top: -2px;
}