article{
    max-width: 1140px;
    margin: 0 auto;
    padding: 8rem 20px !important
}
article .single-product * {
    font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 1.1666em
}
article .single-product *.icon {
    width: 16px;
    margin-left: 0;
    transform: none;
    position: relative;
}
article .single-product *.icon:before {
    content: "";
    width: 55%;
    height: 1px;
    background: #2f2f2f;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(35deg);
}
.accordion-item.open .icon {
    transform: rotate(180deg) !important;
}
article .single-product *.icon:after {
    content: "";
    width: 55%;
    height: 1px;
    background: #2f2f2f;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(-35deg);
}
article .priceOuter .woocommerce-Price-amount {
    color: #575757 !important
}
article .priceOuter {
    margin-top: 10px;
    margin-bottom: 30px;
}
article .priceOuter .price  {
    color: #CECECE !important;
}
article hr {
    background-color: #2F2F2F;
    margin: 4rem 0
}
.woocommerce-page div.product div.summary {
    width: 50%;
    max-width: 370px;
}
article .product{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wp-block-woocommerce-checkout {
    margin: 0 auto !important;
}
#wpadminbar {
    display: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 0 !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 12px;
    height: 12px;
    border: 1px solid #4D4D4D;
    border-radius: 100%;
    transition: 0.3s;
    position:relative;
    overflow: hidden
}
.woocommerce-page div.product div.images {
    max-width: 500px;
}
.woocommerce-page div.product .flex-viewport {
    border-radius: 66px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.woocommerce-product-gallery__image a,
.woocommerce-product-gallery__image{
    border-radius: 66px;
    display: flex !important;
    align-items: center;
    overflow: hidden;
}
.woocommerce div.product div.images .flex-control-thumbs li:has(> img.flex-active) {
    border-color: #D9D9D9;
    background-color: #D9D9D9;
}
.woocommerce-product-gallery__trigger {
    display: none;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 20px;
    gap: 35px;
    display: flex;
    justify-content: center;
}
.articleOptionsOuter {
    margin-bottom: 40px;
}
.articleOptions {
    display: flex;
    justify-content: center;
}
.articleOptions.articleOptionsColors {
    gap: 35px;
    margin-top: 0;
}
.articleOptions .colorpickOuter {
    width: 1.2rem;
    position: relative;
    height: 1.2rem;
    border-radius: 100%;
}
.articleOptions .colorpickOuter * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.articleOptions .colorpickOuter label {
    border-radius: 100%;
    pointer-events: none;
    border: 1px solid #4D4D4D;
    transition: 0.3s;
}
.articleOptions .colorpickOuter input {
    opacity: 0;
    cursor: pointer;
}
.articleOptions .colorpickOuter input:checked + label {
    border-color: #D9D9D9
}
.articleOptions .option {
    position: relative;
}
.articleOptions .option label {
    color: #575757;
    border-color: #575757;
    padding: 10px 30px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}
.articleOptions .option label:hover {
    background: rgba(87,87,87,0.2);
}
.articleOptions .option input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    left: 0;
}
.articleOptions .option input:checked + label {
    border-color: #2F2F2F;
}
.selectableOptions {
    margin-top: 20px;
    padding-top: 40px;
    margin-bottom: 20px;
    border-top: 1px solid #2F2F2F;
}
#colorLabel {
    text-align: center;
    margin-bottom: 20px;
}
#variationsTable,
#variationPrice,
.xoo-wsc-markup .xoo-wsc-basket{
    display: none !important;
    pointer-events: none;
}

.accordion {
    width: 100%;
}

.accordion-item {
    border-top: 1px solid #2F2F2F;
}
.accordion-header {
    cursor: pointer;
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}
.accordion-content .accordion-content-inner {
    padding-bottom: 20px;
}
.icon {
    font-size: 20px;
    margin-left: auto;
    transform: rotate(90deg);
    transition: all 0.2s ease;
}

.accordion-item.open .icon {
    transform: rotate(0);
}
.accordion-item.open .accordion-content{
    max-height: 300px;
}
.access-accordion .accordion-content-inner{
    padding-bottom: 0 !important
}
.access-accordion .accordion-content-inner .accessBox{
    padding: 12px 20px;
    border: 1px solid #2F2F2F;
    background: rgba(15, 15, 15, 0.6);
    border-bottom: none;
}
.access-accordion .accordion-content-inner .accessBox #accessError {
    font-size: 10px;
    color: rgba(204,24,24,1);
    margin-bottom: 0;

    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.access-accordion .accordion-content-inner .accessBox #accessError a {
    font-size: 10px !important;
    color: rgba(204,24,24,1) !important;
    text-decoration: none !important;
}
.access-accordion .accordion-content-inner .accessBox #accessError a:hover {
    text-decoration: underline !important;
}
.access-accordion .accordion-content-inner .accessBox #passcode-control.error {
    border-color: rgba(204,24,24,0.5) !important
}
.access-accordion .accordion-content-inner .accessBox #accessError.error {
    max-height: 80px;
}
.access-accordion .accordion-content-inner .accessBox .input-outer {
    position: relative;
    margin-bottom: 10px;
}
.access-accordion .accordion-content-inner .accessBox .input-outer input {
    padding: 1.5em .5em .5em;
    min-height: 0;
    height: 3.125em;
    width: 100%;
    font-size: 12px !important;
    border: 1px solid #2F2F2F !important;
    text-transform: none !important;
    transition: 0.3s;
    outline: none !important;
    background-color: #000 !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    max-height: 60px !important;
    line-height: 1.5em !important;
}
.access-accordion .accordion-content-inner .accessBox .input-outer input:hover{
    border-color: #575757 !important;
}
.access-accordion .accordion-content-inner .accessBox .input-outer label {
    cursor: text;
    font-size: 1em;
    pointer-events: none;
    font-style: inherit;
    font-weight: inherit;
    left: .5625em;
    letter-spacing: inherit;
    line-height: 1.5;
    margin: 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    top: 1.562em;
    transform: translateY(-50%);
    transform-origin: top left;
    transition: all .2s ease;
    color: #575757 !important;
    text-transform: uppercase !important;
}
.access-accordion .accordion-content-inner .accessBox .input-outer.valid label {
    top: 0;
    transform: translateY(4px) scale(.75);
}
.access-accordion .accordion-content-inner .accessBox h2 {
    font-weight: 400;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button,
.woocommerce div.product .cart .button.single-make-an-inquiry,
.wpcf7-form .button.send-inquiry,
.woocommerce .woocommerce-check-passcode{
    font-weight: normal;
    background: #000 !important;
    border: 1px solid #2F2F2F !important;
    color: #575757 !important;
    border-radius: 4px;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
    padding: 14px 30px;
    font-size: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button + .added_to_cart {
    white-space: nowrap;
}
.wpcf7-form .woocommerce-variation-send-inquiry {
    padding: 0 15px;
}
.woocommerce div.product .cart .woocommerce-variation-make-an-inquiry,
.woocommerce div.product .cart .woocommerce-variation-make-an-inquiry .button.single-make-an-inquiry,
.wpcf7-form .button.send-inquiry {
    width: 100% !important;
}
.woocommerce div.product .cart .woocommerce-variation-make-an-inquiry{
    overflow: hidden;
}
.woocommerce div.product .cart .woocommerce-variation-make-an-inquiry + .accordion {
    margin-top: 20px;
    clear: both;
}
.woocommerce div.product .cart .woocommerce-variation-make-an-inquiry + .accordion .accordion-item {
    border-bottom: 1px solid #2F2F2F;
    border-top: none;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover,
.woocommerce div.product .cart .button.single-make-an-inquiry:hover,
.wpcf7-form .button.send-inquiry:hover,
.woocommerce .woocommerce-check-passcode:hover{
    background: rgba(87,87,87,0.2) !important;
}
.input-text.qty,
.edit-link{
    display: none;
}
.wc-block-cart {
    max-width: 590px;
    padding: 9rem 0 !important;
    margin: 0 auto;

}
.wc-block-components-notice-banner.wc-block-components-notice-snackbar,
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner {
    background: #000 !important;
    border: 1px solid #575757 !important;
    color: #575757 !important;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 14px;
    color: #575757;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none !important;
}
.wc-block-cart__submit-button {
    font-weight: normal !important;
    border: none !important;
    outline: none !important;
    color: #232323 !important;
    font-size: 18px !important;
    border-radius: 15px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    background: #868686 !important;
    padding: 27px 30px !important;
    width: 100% !important;
}
.wc-block-cart-item__prices,
.wc-block-components-product-details__name{
    display: none !important;
}
.wc-block-components-totals-footer-item,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount{
    font-weight: 400 !important;
    user-select: all;
    color: #575757;
    display: flex;
}
.wc-block-components-totals-wrapper {
    padding: 10px 0 !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    margin: 0 0 16px 0 !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
}
.wc-block-components-checkout-order-summary__content .wc-block-components-order-summary.is-large {
    padding: 0 !important;
}
.wp-block-woocommerce-cart-order-summary-totals-block {
    padding-bottom: 0 !important
}
.wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-totals-block + .wc-block-components-totals-wrapper,
.wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block + .wc-block-components-totals-wrapper {
    padding-top: 20px !important;
    margin-top: 10px;
    padding-bottom: 20px !important;
    border-top: 1px dashed #2f2f2f !important;
}
.woocommerce-page div.product .flex-viewport {
    overflow: hidden;
}
.woocommerce-product-gallery__wrapper {
    display: flex;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label{
    font-weight: 400 !important;
    color: transparent;
    user-select: none;
    font-size: 16px !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    color: #575757 !important;
    user-select: all !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value *:not(span) {
    display: none;
}
.wc-block-components-totals-wrapper:empty {
    border-width: 0 !important;
    padding: 0 !important;
}
.wc-block-components-product-details {
    display: flex;
}
.wc-block-components-product-metadata {
    font-size: 12px !important;
    text-transform: uppercase;
}
.wc-block-components-product-details > li:not(:nth-child(1)):before {
    content: "/";
    margin: 0 0.1em;
}
.wc-block-components-quantity-selector{
    font-size: 16px !important;
    margin-bottom: 0 !important
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    font-size: 30px !important
}
.wc-block-cart-item__quantity {
    display: flex;
    align-items: center;
}
.wc-block-cart-item__remove-link {
    font-size: 12px !important;
    color: #575757 !important;
    text-decoration: none !important;
    margin-left: 10px !important;
    text-transform: uppercase !important;
}
.wc-block-components-formatted-money-amount {
    font-size: 16px !important
}
.wc-block-cart-items__row {
    border-bottom: 1px solid #2F2F2F
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    border-radius: 10px !important
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
    margin-bottom: 5px !important
}
.wc-block-components-product-metadata {
    margin-bottom: 0 !important
}
.wc-block-components-totals-item {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}
.wc-block-components-totals-item__value {
    font-weight: normal !important
}
.xoo-wsc-opac,
.xoo-wsch-top .xoo-wsch-basket {
    display: none;
}
#productPrice {
    color: #CECECE;
}
.xoo-wsc-sc-count-outer {
    color: #575757
}
.xoo-wsc-header,
.xoo-wsc-container, .xoo-wsc-slider,
.xoo-wsc-body,
.xoo-wsc-footer{
    color: #575757;
    background: transparent;
}
.xoo-wsc-container {
    backdrop-filter: blur(8px);
    border-left: 1px solid #2F2F2F;
    background: rgba(15,15,15,0.6)
}
.xoo-wsc-products > *:nth-child(1){
    border-top: 1px solid #2f2f2f;
}
.xoo-wsc-product {
    padding: 15px 0 !important;
    border-bottom: 1px solid #2f2f2f;
    background-color: transparent;
}
.xoo-wsc-ftx-row {
    margin-bottom: 4px;
    border-color: #2f2f2f;
}
.xoo-wsc-ft-amt-total {
    padding-top: 4px !important;
    border-color: #2f2f2f;
    margin-bottom: 20px;
}
.xoo-wsc-header {
    padding: 0;
    border-bottom: none
}
.xoo-wsc-header > * {
    padding: 5px 10px 30px 15px;
    height: 100px;
}
.xoo-wsch-close {
    position: relative;
    width: 45px;
    height: 45px;
}

.wc-block-checkout__order-notes + div > .wp-block-woocommerce-checkout-order-summary-block {
    display: none !important
}
.xoo-wsch-close:before,
.xoo-wsch-close:after {
    content: "";
    width: calc(100% + 16px);
    height: 1px;
    background: #2f2f2f;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.xoo-wsch-close:hover:before,
.xoo-wsch-close:hover:after {
    background: #fff;
}
.xoo-wsch-close:after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
span.xoo-wsc-pname, span.xoo-wsc-pname a {
    font-weight: normal;
    color: #575757;
    padding-bottom: 0 !important;
    text-transform: uppercase;
}
.xoo-wsc-body, .xoo-wsc-body span.amount, .xoo-wsc-body a {
    color: #575757;
}
.xoo-wsc-product dl.variation dd p:after{
    content: " /"
}
.xoo-wsc-product dl.variation dd:nth-last-child(1) p:after {
    display: none;
}
.xoo-wsc-product dl.variation dd, .xoo-wsc-product dl.variation dt {
    font-style: normal;
}
.xoo-wsc-product dl.variation {
    font-size: 12px;
    text-transform: uppercase;
}
.qtyOuter {
    display: flex;
    gap: 10px;
    align-items: center
}
.xoo-wsc-sm-info {
    align-items: flex-start;
}
.xoo-wsc-img-col img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.xoo-wsc-img-col a {
    border-radius: 10px;
    background: #fff;
    aspect-ratio: 1/1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden !important;
}
.xoo-wsc-ft-amt {
    font-weight: normal;
    text-transform: uppercase;
    display: flex;
    padding: 0;
}
span.xoo-wsc-ft-amt-label {
    font-weight: normal;
}
span.xoo-wsc-footer-txt {
    text-transform: uppercase;
    text-align: left;
    font-size: 12px;
    margin: 0 0 20px 0;
    max-width: 280px;
}
.xoo-wsc-ft-totals {
    padding: 0 0 5px 0;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wc-block-components-button:not(.is-link),
.woocommerce a.added_to_cart{
    font-weight: normal;
    background: transparent;
    border: 1px solid #2F2F2F !important;
    color: #575757;
    border-radius: 4px;
    transition: 0.3s;
    padding: 14px 30px;
    font-size: 12px;
    text-transform: uppercase;
}
.wc-block-components-button:not(.is-link).wc-block-cart__submit-button,
.wc-block-components-button:not(.is-link).wc-block-components-checkout-place-order-button{
    font-weight: normal !important;
    background: transparent !important;
    color: #575757 !important;
    border-radius: 4px !important;
    padding: 14px 30px !important;
    font-size: 12px !important;
    transition: 0.3s;
    text-transform: uppercase !important;
}
.woocommerce a.added_to_cart,
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout{
    padding: 14px 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    background: rgba(87,87,87,0.2) !important;
}
.woocommerce a.added_to_cart:hover,
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout:hover,
.wc-block-components-button:not(.is-link).wc-block-cart__submit-button:hover,
.wc-block-components-button:not(.is-link).wc-block-components-checkout-place-order-button:hover {
    background: rgba(87,87,87,0.6) !important;
    color: rgba(255,255,255,0.8) !important;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    font-size: 16px;
    border: none;
    width: 100% !important;
    padding: 28px 20px !important;
}

a.xoo-wsc-ft-btn-checkout .amount {
    color: #575757;
    font-style: normal;
    font-size: 12px;
}
a.xoo-wsc-ft-btn-checkout:hover .amount {
    color: rgba(255,255,255,0.8) !important
}
.span.xoo-wsc-del-txt {
    margin-top: 0;
    transition: 0.3s;
}
span.xoo-wsc-smr-del {
    margin-top: 0;
}
span.xoo-wsc-ecl {
    font-weight: normal;
    background: transparent;
    color: #575757;
    text-transform: uppercase;
    border-radius: 4px;
    transition: 0.3s;
    margin: 0 auto;
    margin-bottom: 20px;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn:hover {
    color: #575757 !important;
    background-color: rgba(87,87,87,0.2) !important
}
.xoo-wsc-ft-amt-shipping .xoo-wsc-toggle-slider {
    cursor: text;
}
.xoo-wsc-ft-amt-shipping,
.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-cart__payment-options,
.wc-block-components-totals-shipping__collaterals,
.wc-block-checkout__shipping-option{
    display: none;
}
span.xoo-wsc-del-txt:hover {
    color: #fff;
}
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-block-components-text-input textarea,
.wc-block-components-textarea,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{
    background-color: #000 !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    border: 1px solid #575757 !important;
    color: #ffffff !important;
    max-height: 60px !important;
    line-height: 1.5em !important
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label,
.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{
    color: #575757 !important;
    text-transform: uppercase !important;
}
.wc-block-components-title.wc-block-components-title {
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: normal !important
}
.wc-block-components-checkout-step__description,
.wc-block-components-checkbox label{
    font-size: 12px !important;
    text-transform: uppercase;
}
.wc-block-components-checkout-return-to-cart-button,
.xoo-wsc-sc-bki{
    display: none !important;
}
.wc-block-components-validation-error {
    font-size: 1em !important
}
span.xoo-wsc-sc-count {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > * {
    margin-right: 0;
}
.xoo-wsc-container .xoo-wsc-sc-cont .xoo-wsc-sc-subt,
header .xoo-wsc-sc-subt{
    display: none;
}
.xoo-wsc-container .xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
    position: absolute;
    text-transform: uppercase;
    left: 15px;
    color: #fff !important;
    top: 5px;
}
.xoo-wsc-container .xoo-wsc-sc-count-outer {
    color: #fff;
    cursor: default;
}
.wc-block-components-notice-banner {
    color: #fff !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
    border-radius: 4px !important;
}
.wc-block-components-notice-banner.is-error {
    background-color: rgba(204,24,24,0.2) !important;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control__option,
.wc-block-checkout__shipping-option .wc-block-components-radio-control__option{
    padding-left: 5.5em !important
}
.wc-block-components-radio-control__label, .wc-block-components-radio-control__secondary-label {
    font-size: 14px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}
.entry-header .entry-title {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
.woocommerce-notice {
    font-size: 12px;
    text-transform: uppercase;
}
.woocommerce ul.order_details {
    padding: 0;
}
.woocommerce ul.order_details li {
    border-right: 1px solid #575757;
    font-size: 10px;
}
.woocommerce ul.order_details li > span {
    font-size: 12px;
    display: inline-block;
    width: 100%;
    margin-top: 4px;
}
.woocommerce-message {
    display: none !important
}
body.xoo-wsc-cart-active, html.xoo-wsc-cart-active {
    overflow: visible !important
}
span.xoo-wsc-del-txt {
    transition: 0.3s !important
}
.xoo-wsc-qty-price span:nth-child(4),
.xoo-wsc-qty-price span:nth-child(5) {
    display: none !important;
}
.xoo-wsc-qtb-square input[type="number"].xoo-wsc-qty{
    outline: none !important;
    border: none !important;
    transition: 0.3s;
    border-radius: 4px;
}
.xoo-wsc-qtb-square input[type="number"].xoo-wsc-qty:hover,
.xoo-wsc-qtb-square input[type="number"].xoo-wsc-qty:focus {
    background: rgba(87,87,87,0.2);
}
.xoo-wsc-qty-box {
    margin-top: 0;
}
span.xoo-wsc-chng {
    color: transparent;
    min-width: 24px;
    position: relative;
}
.xoo-wsc-qty-box{
    max-width: 100px;
}
.xoo-wsc-minus:before,
.xoo-wsc-plus:before,
.xoo-wsc-plus:after{
    content: "";
    width: 18px;
    background: #2F2F2F;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.3s;
    transform: translateX(-50%) translateY(-50%);
}
.xoo-wsc-plus:after {
    height: 18px;
    width: 1px;
}
.xoo-wsc-minus:hover:before,
.xoo-wsc-plus:hover:before,
.xoo-wsc-plus:hover:after {
    background: #575757
}
button[name="wc-quick-buy-now"]{
    background: #868686 !important;
    color: #232323 !important
}
.woocommerce-variation-add-to-cart{
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
}
.wc-block-components-address-card,
.wc-block-components-radio-control-accordion-option,
.wc-block-components-radio-control__option,
.wc-block-checkout__shipping-option .wc-block-components-radio-control__option{
    border: 1px solid #575757 !important;
    border-radius: 4px;
    transition: 0.3s;
}
.wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control__option-checked {
    background: rgba(87,87,87,0.2)
}
.wc-block-components-radio-control > *:not(&:nth-last-child(1)){
    margin-bottom: 10px;
}
.wc-block-components-radio-control--highlight-checked:after,
.wc-block-components-order-summary-item__individual-prices {
    display: none !important;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: none !important;
}
.wc-block-components-radio-control__option {
    border: none !important;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator{
    margin: 0 0 40px !important;
    border: none !important;
    padding-top: 0 !important;
    text-transform: uppercase;
    font-size: 12px;
}
.wc-block-components-address-card__edit{
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input {
    background: transparent !important;
    transition: 0.3s;
    border: 1px solid #575757 !important
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:hover {
    background: rgba(87,87,87,0.2)
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #fff !important
}
.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding: 0 !important;
}
.wc-block-components-order-summary .wc-block-components-panel__button{
    border: 1px solid rgba(87,87,87,0.6) !important;
    border-radius: 4px;
    transition: 0.3s;
    padding: .5em 32px .5em .5em !important;
    font-size: 12px !important;
}
.wc-block-components-panel__button, .wc-block-components-panel__button:active, .wc-block-components-panel__button:focus, .wc-block-components-panel__button:hover{
    border: 1px solid rgba(87,87,87,0.6) !important;
    border-radius: 4px;
    transition: 0.3s;
    padding: .5em 32px .5em .5em !important;
    font-size: 12px !important;
}
.wc-block-components-totals-coupon .wc-block-components-panel__button,
.wc-block-components-totals-shipping-panel .wc-block-components-panel__button,
.wc-block-components-totals-coupon .wc-block-components-panel__button:active,
.wc-block-components-totals-coupon .wc-block-components-panel__button:focus,
.wc-block-components-totals-coupon .wc-block-components-panel__button:hover,
.wc-block-components-totals-shipping-panel .wc-block-components-panel__button:active,
.wc-block-components-totals-shipping-panel .wc-block-components-panel__button:focus,
.wc-block-components-totals-shipping-panel .wc-block-components-panel__button:hover{
    padding-left: .5em !important;
}
.wc-block-components-totals-coupon .wc-block-components-panel__button:hover,
.wc-block-components-totals-shipping-panel .wc-block-components-panel__button:hover {
    border-color: rgba(87,87,87, 1)  !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description,
.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    padding-bottom: 0 !important
}
.wc-block-checkout__sidebar .wc-block-components-product-name{
    font-size: 12px !important;
    text-transform: uppercase !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image{
    margin-top: 0 !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image img {
    border-radius: 10px !important;
}
.wc-block-components-product-details.wc-block-components-product-details,
.wc-block-components-product-metadata{
    margin-top: 0 !important
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    min-width: 20px !important;
    min-height: 20px !important;
    background: #000 !important;
    border: 1px solid #272727 !important;
    box-shadow: none !important;
    color: #fff !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary__content {
    padding-top: 10px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item{
    padding-bottom: 14px !important;
    border-bottom: 1px solid #272727 !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price,
.wc-block-components-totals-shipping .wc-block-components-totals-item strong{
    font-weight: normal !important
}
.wc-block-components-shipping-address {
    font-size: 12px !important;
    display: none !important;
}
.woocommerce-order-details__title {
    font-weight: normal !important;
    text-transform: uppercase;
}
.woocommerce table.shop_table {
    border: none;
}
.woocommerce table.shop_table th {
    padding: 0 0 10px 0;
    text-transform: uppercase;
}
.woocommerce table.shop_table td {
    border-top: 1px solid #575757
}
.woocommerce table.shop_table {
    border-spacing: 0;
}
.woocommerce table.shop_table td:first-child {
    padding-left: 0;
}
.woocommerce table.shop_table td:last-child {
    padding-right: 0;
}
.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
    margin-left: 0;
    padding-left: 0;
}
.wc-item-meta-label {
    font-weight: normal;
}
.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
    margin-top: 0 !important
}
.woocommerce table.shop_table td a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.woocommerce table.shop_table th:last-child {
    padding-left: 12px;
}

.woocommerce table.shop_table tfoot tr th,
.woocommerce table.shop_table tfoot tr td {
    padding-bottom: 0 !important;
    border-top: none !important;
    padding-top: 0 !important;
}
.woocommerce table.shop_table tfoot tr:first-child th, .woocommerce table.shop_table tfoot tr:first-child td {
    border-top: 1px solid #575757 !important;
    padding-top: 10px !important;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title{
    font-weight: normal;
    text-transform: uppercase;
}
.woocommerce .woocommerce-customer-details address {
    border: 1px solid #575757;
    border-radius: 4px;
}
.editor-styles-wrapper .wc-block-cart__empty-cart__title, .wc-block-cart__empty-cart__title {
    font-size: 16px !important;
    font-weight: normal !important;
    text-transform: uppercase;
}
.wc-block-cart__empty-cart__title ~ * {
    display: none !important
}
.xoo-wsc-sm-right {
    max-width: 140px !important;
}
span.xoo-wsc-pname, span.xoo-wsc-pname a {
    line-height: 120%;
}
.xoo-wsc-sc-count-outer {
    white-space: nowrap;
}
.site-header {
    gap: 10px;
}
.site-header .logo {
    text-decoration: none;
    color: var(--primary);
}
.xoo-wsc-ft-buttons-cont {
    grid-template-columns: none;
}
.wp-block-woocommerce-checkout-order-summary-totals-block {
    padding: 16px 0 0 0 !important
}

.is-large .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type{
    padding-top: 0 !important
}
.woocommerce table.shop_table td .contentInner {
    position: relative;
    padding-left: 100px;
    min-height: 80px;
}
.woocommerce table.shop_table td .contentInner .imageOuter {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 80px;
    overflow: hidden;
    max-height: 80px;
}
.woocommerce .woocommerce-order {
    font-size: 12px;
}
.woocommerce table.shop_table td .contentInner .imageOuter span {
    max-height: 100%;
    max-width: 100%;
    display: inline;
}
.woocommerce table.shop_table td .contentInner .imageOuter span img {
    max-width: 80px;
    max-height: 80px;
    aspect-ratio: inherit;
    width: 100%;
    height: 100%;
}
.wc-blocks-components-select {
    width: 100%;
}
.wpcf7-form {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    right: -400px;
    backdrop-filter: blur(8px);
    border-left: 1px solid #2F2F2F;
    background: rgba(15, 15, 15, 0.6);
    z-index: 1000;
    transition: 0.5s ease-out;
}
.wpcf7-form.show-inquiry-container {
    right: 0;
}
.wpcf7-form .wc-block-components-inquiry-form {
    padding: 0 15px;
    margin-bottom: 20px;
}
.wpcf7-form .inquiry-container-text a{
    color: #575757
}
.wpcf7-form .inquiry-container-text {
    padding: 0 15px;
    margin-bottom: 20px;
}
.wpcf7-form .inquiry-container-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px 30px 15px;
    height: 100px;
}
.wpcf7-form .inquiry-container-header p {
    font-size: 20px;
    margin: 0 auto;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper {
    transition: all .3s ease-in-out;
    width: 100%;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
    justify-content: space-between;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-validation-error.hide-error {
    height: 0;
    overflow: hidden;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .validate-error {
    color: #cc1818;
    margin-bottom: 0 !important;
    margin-top: 5px !important;
    font-size: 10px !important;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-text-input {
    margin-top: 16px;
    position: relative;
    flex: 0 0 100%;
    white-space: nowrap;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-text-input input,
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-text-input textarea {
    min-height: 0;
    padding: 1em .5em;
    width: 100%;
    height: 3.125em;
    background-color: transparent;
    border-radius: 4px;
    font-size: 12px !important;
    border: 1px solid #2F2F2F !important;
    color: #ffffff;
    max-height: 60px;
    line-height: 1.5em;
    text-transform: none !important;
    transition: 0.3s;
    outline: none !important;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-text-input textarea{
    resize: none;
    height: 100px;
    max-height: initial;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-text-input input:focus,
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-text-input textarea:focus,
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-text-input input:not(:placeholder-shown),
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-text-input textarea:not(:placeholder-shown) {
    padding: 1.5em .5em .5em;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-text-input input:hover {
    border-color: #575757 !important;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-text-input label {
    color: #575757;
    text-transform: uppercase;
    cursor: text;
    font-size: 1em;
    pointer-events: none;
    font-style: inherit;
    font-weight: inherit;
    left: .5625em;
    letter-spacing: inherit;
    line-height: 1.5;
    margin: 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    top: 1.562em;
    transform: translateY(-50%);
    transform-origin: top left;
    transition: all .2s ease;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-text-input.valid label {
    top: 0;
    transform: translateY(4px) scale(.75);
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-text-input input.wpcf7-not-valid,
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-text-input textarea.wpcf7-not-valid {
    border-color: rgba(220, 50, 50, 0.4) !important;
}
.wpcf7 form .wpcf7-response-output {
    border: 1px solid rgba(255, 255, 255, 0.75) !important;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper p {
    margin: 0 !important;
    display: block;
    position: relative;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper p > br {
    display: none;
}
.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    position: relative;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-input {
    flex: 0 0 100%;
    margin-top: 16px;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-input.wc-block-components-input-phone {
    display: flex;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-input.wc-block-components-input-phone > * {
    margin-top: 0 !important;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-input.wc-block-components-input-phone > .wc-blocks-components-select {
    width: 20%;
    flex: 0 0 25%;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-input.wc-block-components-input-phone > .wc-block-components-text-input {
    width: calc(75% - 10px);
    flex: 0 0 calc(75% - 10px);
    margin-left: 10px;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-input:first-child {
    margin-top: 0;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-blocks-components-select__container select{
    border-radius: 4px;
    box-sizing: border-box;
    height: 3.125em;
    position: relative;
    width: 100%;
    text-transform: none !important;
}
.woocommerce-variation-send-inquiry {
    position: relative;
}
.woocommerce-variation-send-inquiry .wpcf7-spinner{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-blocks-components-select__container label {
    color: #575757;
    font-family: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: .5em;
    letter-spacing: inherit;
    line-height: 1.25;
    margin: 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    pointer-events: none !important;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 2px;
    transform: translateY(15%) scale(.75);
    transform-origin: top left;
    transition: all .2s ease;
    white-space: nowrap;
    z-index: 1;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-blocks-components-select__container .wc-blocks-components-select__expand {
    fill: #2b2d2f;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-blocks-components-select__container select {
    appearance: none;
    cursor: pointer;
    transition: 0.3s;
    background: #000 !important;
    border: 1px solid #2F2F2F;
    border-radius: 4px;
    color: #575757;
    font-family: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 1em .5em 0;
    outline: none !important;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%;
}
.xoo-wsc-sp-container,
.xoo-wsc-footer-txt{
    display: none !important;
}
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-text-input input:is(:-webkit-autofill, :autofill),
.wpcf7-form .wc-block-components-inquiry-form-wrapper .wc-block-components-inquiry-form .wc-block-components-text-input textarea:is(:-webkit-autofill, :autofill) {
    -webkit-box-shadow: 0 0 0 30px #000 inset !important;
    -webkit-text-fill-color: #575757 !important;
}
span.xoo-wsch-text {
    text-transform: uppercase;
}
@media only screen and (max-width: 1199px){
    .xoo-wsc-container {
        background: rgba(0,0,0,0.95)
    }
}
@media only screen and (max-width: 1199px){
    .xoo-wsc-container {
        background: rgba(0,0,0,0.95)
    }
    .woocommerce ul.order_details li {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 10px;
        border-right: none;
    }
}
@media only screen and (max-width: 900px){
    .woocommerce-page div.product div.summary {
        max-width: 300px
    }
    .site-header .col {
        gap: 10vw;
    }
}
@media only screen and (max-width: 767px){
    .woocommerce-column--shipping-address {
        margin-top: 20px;
    }
    .is-mobile .wc-block-components-form .wc-block-components-checkout-step, .is-small .wc-block-components-form .wc-block-components-checkout-step {
        padding-top: 20px !important
    }
    .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn,
    .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
        border-radius: 4px;
        min-height: 0 !important;
        transition: 0.3s;
        padding: 14px 30px !important;
        font-size: 12px;
    }

    .site-header .col:nth-child(2){
        display: none;
    }
    .xoo-wsc-img-col {
        width: 140px;
    }

    .xoo-wscdh-close {
        position: relative;
        width: auto;
        height: auto;
        font-size: 1em;
        right: auto;
    }


    article {
        overflow: hidden;
    }
    article .product {
        display: block;
    }
    .woocommerce-page div.product div.images {
        max-width: 100%;
    }
    .woocommerce div.product div.images.woocommerce-product-gallery {
        padding: 0 60px;
        overflow: visible !important;
    }
    .woocommerce-page div.product .flex-viewport {
        overflow: visible !important;
        display: inline-block !important;
    }
    article{
        padding: 4rem 0 !important
    }
    article:not(.product) {
        padding: 4rem 20px !important
    }
    .woocommerce-product-gallery__image a {
        border-radius: 0;
        width: 100%;
        padding: 0 20px;
    }
    .woocommerce-product-gallery__image a img{
        border-radius: 66px;
    }
    .woocommerce-product-gallery__image {
        transition: 0.3s opacity;
    }
    .woocommerce-product-gallery__image:not(.flex-active-slide){
        opacity: 0.3
    }
    .woocommerce div.product div.images .flex-control-thumbs {
        display: none;
    }
    .woocommerce-page div.product div.summary {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
        margin-top: 40px;
    }

}
@media only screen and (max-width: 540px){
    .woocommerce div.product div.images.woocommerce-product-gallery {
        padding: 0 40px;
    }
    .woocommerce-product-gallery__image a {
        padding: 0 15px;
    }
    .woocommerce div.product form.cart .button.single_add_to_cart_button {
        padding: 14px 20px;
    }
    .articleOptions .option label {
        padding: 10px 25px;
    }
}