/* Btn Main */
.btn-main,
.layout-search .search-form .btn.search-submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 182px;
    padding: 12px 30px;
    background: var(--color-black);
    color: var(--color-white);
    border: 1px solid var(--color-black);
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: none ;
    outline: none ;
    transition: background 0.3s ease-in, color 0.3s ease-in;
}
.btn-main:hover,
.layout-search .search-form .btn.search-submit:hover {
    background: var(--color-transparent);
    color: var(--color-black);
    border: 1px solid var(--color-black);
    transition: 0.3s ease-in;
}
.btn-main.btn-white {
    background: var(--color-white);
    color: var(--color-black);
    border: 1px solid var(--color-white);
}
.btn-main.btn-white:hover {
    background: var(--color-transparent);
    color: var(--color-white);
    transition: 0.3s ease-in;
}
/* Btn Main End */
/* Btn Buy */
.btn-buy {
    font-size: 1rem !important;
    border: 1px solid var(--color-black) !important;
    border-radius: 10px !important;
    padding: 10px 50px !important;
    background-color: transparent !important;
    color: var(--color-black) !important;
    transition: background 0.3s ease-in, color 0.3s ease-in;
    align-content: center;
    height: 100%;
}
@media (min-width: 1200px) {
    .btn-buy {
        padding: 10px 30px !important;
    }
}
@media (min-width: 1400px) {
    .btn-buy {
        padding: 10px 50px !important;
    }
}

.btn-buy:hover {
    background: var(--color-black) !important;
    color: var(--color-white) !important;

}

.btn-buy.disabled,
.btn-buy:disabled {
    display: none;
    pointer-events: none;
    background: var(--color-grey);
    color: var(--color-black);
}
/* Btn Buy End */
/* Btn Order */
.btn-order {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--color-black);
    border: 1px solid var(--color-black);
    color: var(--color-white);
    border-radius: 16px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    padding: 1.2rem 2.4rem;
    width: 100%;
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.btn-order:hover {
    color: var(--color-black) !important;
    background: var(--color-white);
}
/* Btn Order End */
/* Btn Close & Btn Remove */
.btn-close:focus {
    box-shadow: none;
    outline: none;
}
.woocommerce a.remove {
    color: var(--color-black) !important;
}
.woocommerce a.remove:hover {
    background: var(--color-black) !important;
}
.btn-remove, .btn-close {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px;
    opacity: 1;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.577205' y1='0.53217' x2='22.7452' y2='22.7001' stroke='black' stroke-width='1.5'/%3E%3Cline x1='22.6983' y1='0.612361' x2='0.530331' y2='22.7803' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
    transition: opacity 0.3s ease;
}
.btn-remove {
    width: 13px;
    height: 13px;
    background-size: contain;
}
.btn-remove:hover , .btn-close:hover, button.remove-coupon:hover {
    opacity: 0.4;
}

button.remove-coupon {
    display: inline-block;
    background: transparent;
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    line-height: 0;
    font-size: 0;
    width: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.577205' y1='0.53217' x2='22.7452' y2='22.7001' stroke='black' stroke-width='1.5'/%3E%3Cline x1='22.6983' y1='0.612361' x2='0.530331' y2='22.7803' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
    text-transform: uppercase;
    -webkit-transition: color .5s linear;
    -o-transition: color .5s linear;
    transition: color .5s linear;
    
}

/* Btn Add Input */
.btn-add-input {
    height: 100%;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    border: 1px solid var(--color-black);
    border-radius: 10px;
    padding: 8px 15px;
    gap: 10px;
}
.input-group-btn .btn-quant[data-type="plus"] {
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%229%22%20viewBox%3D%220%200%208%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.79688%203.32031V4.67969H0V3.32031H7.79688ZM4.625%200V8.28125H3.17969V0H4.625Z%22%20fill%3D%22%232B2B2B%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.input-group-btn .btn-quant[data-type="minus"] {
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%226%22%20height%3D%222%22%20viewBox%3D%220%200%206%202%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M5.24023%20-0.000976562V1.63184H-0.00195312V-0.000976562H5.24023Z%22%20fill%3D%22%232B2B2B%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.woo-quantity.disabled .btn-add-input {
    /* pointer-events: none;
    opacity: 0.6; */
    display: none;
}
/* Btn Add Input End */
/* Btn Add Product End */
.disabled-content .btn-add-product {
    pointer-events: none;
}
.btn-add-product {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 182px;
    min-height: 42px;
    padding: 8px 30px;
    background: var(--color-black);
    color: var(--color-white);
    border: 1px solid var(--color-black);
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: none ;
    outline: none ;
    transition: background 0.3s ease-in, color 0.3s ease-in;
}
.btn-add-product:hover {
    background: var(--color-transparent);
    color: var(--color-black);
    border: 1px solid var(--color-black);
    transition: 0.3s ease-in;
}
.btn-add-product.btn-white {
    background: transparent;
    color: var(--color-black);
    border: 1px solid var(--color-black);
}
.btn-add-product.btn-white:hover {
    background: var(--color-black);
    color: var(--color-white);
    transition: 0.3s ease-in;
}
/* Filters Buttons */
/* SHOP Page */

.noUi-connect {
    background: var(--color-black) !important;
}
.noUi-touch-area {
    background: var(--color-black);
}
.facetwp-selections ul {
    padding-left: 0;
}
.facetwp-selections li {
    margin-bottom: 20px;
}
.facetwp-selection-label {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 20px;
}
    /* selected categories buttons */
.facetwp-selections .facetwp-selection-value,
.facetwp-slider-reset,
.facetwp-reset {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    margin-right: 20px !important;
    padding: 13px 16px 10px;
    border: 1px solid var(--color-black) !important;
    border-radius: 10px !important;
    background-image: unset !important;
    transition: background .3s ease, color .3s ease;
    line-height: 1;
}
.facetwp-slider-reset,
.facetwp-reset {
    box-shadow: none !important;
    margin: 10px 10px 10px 0 !important;
    padding: 10px !important;
    background-color: var(--color-white) !important;
}
.facetwp-selections .facetwp-selection-value:hover,
.facetwp-slider-reset:hover,
.facetwp-reset:hover {
    background : var(--color-black);
    color: var(--color-white) !important;
}
.facetwp-selections .facetwp-selection-value::after,
.facetwp-slider-reset::after,
.facetwp-reset::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-bottom: 3px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
    transition: background .3s ease;
}
.facetwp-selections .facetwp-selection-value:hover::after,
.facetwp-slider-reset:hover::after,
.facetwp-reset:hover::after {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

    /* Categories btns */
.facetwp-checkbox {
  background: url("data:image/svg+xml;utf8,<svg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='0.885742' y='0.664062' width='19.1172' height='19.1172' rx='3.5' stroke='%232B2B2B'/></svg>")
              no-repeat 0 50% !important;
  background-size: 21px 21px;
  margin-bottom: 15px !important;
  padding-left: 30px !important;
  cursor: pointer;
}
.facetwp-checkbox.checked {
  background: url("data:image/svg+xml;utf8,<svg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='0.885742' y='0.664062' width='19.1172' height='19.1172' rx='3.5' stroke='%232B2B2B'/><rect x='5.49902' y='5.27734' width='9.89062' height='9.89062' rx='1.5' fill='%23454545' stroke='%232B2B2B'/></svg>")
              no-repeat 0 50% !important;
  background-size: 21px 21px;
}
/* Contact Btns */
.wpcf7-list-item {
    margin: 0 !important;
}
input#terms, .woocommerce-checkout input.input-radio[name="payment_method"], input#ship-to-different-address-checkbox, .wpcf7-form .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"], .woocommerce-checkout .shipping_method[type="radio"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 31px;
    height: 31px;
    margin: 0 8px 0 0 !important;
    border: 0 !important;
    background: url("data:image/svg+xml;utf8,<svg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='0.885742' y='0.664062' width='19.1172' height='19.1172' rx='3.5' stroke='%23D2D2D2'/></svg>") no-repeat 0 50%!important;
    background-size: 21px 21px !important;
    vertical-align: middle;
}
@media (min-width: 1200px ) {
    input#terms, .woocommerce-checkout input.input-radio[name="payment_method"], input#ship-to-different-address-checkbox, .wpcf7-form .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"], .woocommerce-checkout .shipping_method[type="radio"] {
    width: 21px;
    height: 21px;
}
}
input#terms:checked, .woocommerce-checkout input.input-radio[name="payment_method"]:checked, input#ship-to-different-address-checkbox:checked, .wpcf7-form .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked, .woocommerce-checkout .shipping_method[type="radio"]:checked {
  background:
    url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 4.02941L4.18421 8L8.90312 1.01357L9.25 0.5' stroke='%232C2C2C' stroke-linecap='round'/%3E%3C/svg%3E")
      center / 10px 9px no-repeat,
    url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.885742' y='0.664062' width='19.1172' height='19.1172' rx='3.5' stroke='%23D2D2D2'/%3E%3C/svg%3E")
      center / 21px 21px no-repeat !important;
}
.wpcf7-list-item-label {
    align-content: center;
}
/* filter buttons */
.filter-dropdown {
    display: inline-block;
}

.filters-bar>.filter-dropdown {
    display: none;
}
@media (min-width: 1200px) {
    .filters-bar>.filter-dropdown {
        display: inline-block;
    }
}
.filter.dropdown-toggle {
    position: relative;
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 1.25rem;
    font-size: 1rem;
    font-family: var(--font-b);
    font-weight: 500;
    text-wrap: nowrap;
    text-transform: uppercase;
    color: var(--color-black);
    padding: 0;
    -webkit-transition: background .5s, color .5s, width .5s;
    -o-transition: background .5s, color .5s, width .5s;
    transition: background .5s, color .5s, width .5s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.filter.dropdown-toggle::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 1px solid var(--color-black);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.filter.dropdown-toggle:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    color: var(--color-black) !important;
}
.filter.dropdown-menu {
    max-width: 100%;
    border: 1px solid var(--color-black);
    border-radius: 0.5rem;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    overflow: hidden;
}
#offcanvasFilters .filter.dropdown-menu {
    position: relative;
    width: 100%;
}
.facetwp-selections ul {
    padding: 0;
}
.facet-label {
    font-size: 1rem;
    margin-bottom: 1rem;
    color:var(--color-black);
}
.filter .facetwp-type-checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 1rem;
    max-height: min(80vh, 100cqh);
}
#offcanvasFilters .filter .facetwp-type-checkboxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.filter .facetwp-checkbox {
    position: relative;
    background: none !important;
    margin: 0.5rem 1rem;
    padding-left: 26px;
    font-size: 1rem;
    color: var(--color-green);
}
.filter .facetwp-checkbox::before {
    content: '';
    position: absolute;
    top: calc(50% - 0.5625rem);
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    border: 1px solid var(--color-green);
}
.filter .facetwp-checkbox.checked::before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e") var(--color-green);
}
.filter .facetwp-type-slider {
    margin: 0;
    padding: 1rem 2rem;
    display: block;
    width: 40rem;
    max-width: 100%;
}
.filter .facetwp-type-color {
    margin: 0;
    padding: 1rem;
}
.filter .facetwp-type-color .facetwp-color {
    margin: 0 1rem;
}
.filter .facetwp-type-radio {
    padding: 1rem;
    margin: 0;
}
.active-filters-container {
    display: none;
}
.active-filters-container.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.facetwp-selections {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.facetwp-selections .facetwp-selection-label {
    display: none;
}
#active-facets .facetwp-selections li span.facetwp-selection-value {
    display: inline-block;
    font-size: 0.875rem;
    background: url(/wp-content/uploads/2024/02/icon-close.png) #EAEAEA;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 90% center;
    border-radius: 0.8rem;
    padding: 0.6rem 2.2rem 0.6rem 1rem;
    margin-right: 0.5rem;
    -webkit-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}
#active-facets .facetwp-selections li span.facetwp-selection-value:hover {
    opacity: 0.7;
}

#offcanvasFilters {
    width: 600px;
}
#offcanvasFilters .offcanvas-body,
#offcanvasBasket .offcanvas-body {
    overflow-x: hidden;
    margin-right: calc(1rem + ((1vw - 0.234375rem) * 1.0984));
    margin-bottom: calc(1rem + ((1vw - 0.234375rem) * 1.0984));
}
/* Btn Filter */
.btn-filters {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: var(--color-white);
    color: var(--color-black);
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    width: 100%;
    min-height: 60px;
    min-width: 135px;
    transition: background .5s linear, color .5s linear;
}
@media (min-width: 992px) {
    .btn-filters {
        width: auto;
    }
}
.btn-filters.dropdown-toggle::after {
    content: "";
    order: 2;
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 16'><path fill='%232B2B2B' d='M11.887 8.50807L7.14201 13.2491L7.14201 0.655942C7.14201 0.298689 6.85277 0.000976026 6.49318 0.000975995C6.13359 0.000975964 5.84436 0.291246 5.84435 0.655942L5.84435 13.2342L1.09933 8.50807C0.974257 8.38154 0.810096 8.322 0.645936 8.322C0.481775 8.322 0.309798 8.38899 0.184723 8.51551C-0.0654272 8.76857 -0.05761 9.18536 0.184722 9.43842L0.200356 9.43842L6.05542 15.2661C6.30557 15.5192 6.71206 15.5117 6.97003 15.2661L12.7938 9.43842C13.044 9.18537 13.0518 8.77601 12.7938 8.51552C12.5359 8.25502 12.1372 8.26246 11.8792 8.51552L11.887 8.50807Z'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    transform-origin: center center;
    background-size: 12px;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: transform .3s ease-out, background .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
}
.btn-filters.dropdown-toggle.show::after {
    background-color: transparent;
    transform: rotate(180deg);
    border: transparent;
}
.filterPin {
    position: fixed;
    width: 60px;
    height: 60px;
    z-index: 5;
    top: 50vh;
    left: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-filters.popover {
    width: 60px;
    height: 60px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}
.btn-filters.popover.active {
    opacity: 1;
    visibility: visible;
}
.btn-filters:hover {
    background-color: var(--color-gray);
}
.btn-filters svg {
    width: 25px;
    margin-left: 10px;
}
.btn-filters.popover svg {
    margin: 0;
}
.btn-filters svg path {
    -webkit-transition: fill .5s linear;
    -o-transition: fill .5s linear;
    transition: fill .5s linear;
}
.btn-clear_filters {
    font-size: 0.875rem;
    border-radius: 0.8rem;
    padding: 0.4rem 1rem;
}
.woocommerce .woocommerce-ordering {
    width: 100%;
    float: none;
    display: inline-block;
}
.woocommerce .woocommerce-ordering .dropdown .btn-main {
    width: 100%;
}
@media(min-width: 1200px) {
    .woocommerce .woocommerce-ordering .dropdown .btn-main {
        width: auto;
    }
}
.woocommerce .woocommerce-ordering select {
    width: 100%;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat transparent;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    /* border: 1px solid var(--color-green); */
    border-radius: 1.25rem;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 1rem;
    font-family: var(--font-b);
    font-weight: 500;
    text-wrap: wrap;
    text-transform: uppercase;
    color: var(--color-green);
    padding: 1rem;
    -webkit-transition: background .5s, color .5s, width .5s;
    -o-transition: background .5s, color .5s, width .5s;
    transition: background .5s, color .5s, width .5s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.woocommerce-ordering .filter.dropdown-menu {
    width: 100%;
}
@media (min-width: 1400px) {
    .woocommerce-ordering .filter.dropdown-menu {
        width: 70%;
    }
}
.woocommerce-ordering .dropdown-item {
    text-align: center;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-black);
}

/* END filter buttons */
/* Carousel Buttons */
.carousel-next,
.carousel-prev {
    width: 43px;
    height: 43px;
    border-radius: 4px;
    border: 1px solid var(--color-ddgray);
    background: transparent;
}
.carousel-prev {
    background-size: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg%20width='6'%20height='11'%20viewBox='0%200%206%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M5.41406%200.355469L0.70818%205.06135L5.41406%209.76723'%20stroke='%232B2B2B'/%3E%3C/svg%3E");

}
.carousel-next {
    background-size: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg%20width='6'%20height='11'%20viewBox='0%200%206%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M0.355469%209.76562L5.06135%205.05974L0.355469%200.353861'%20stroke='%232B2B2B'/%3E%3C/svg%3E");
}

/* Btn View */
.woocommerce-orders-table__cell-order-actions {
    display: flex;
    justify-content: center;
}
.btn-view {
  font-size: 0;
}
.btn-view::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2213%22%20viewBox%3D%220%200%2020%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_2373_2)%22%3E%3Cpath%20d%3D%22M19.8862%206.30677C17.8853%202.64778%2014.0161%200.426583%209.78663%200.500315C5.7468%200.574048%202.03888%202.78603%200.123281%206.27912L0%206.50032L0.123281%206.72151C2.09578%2010.2607%205.95543%2012.5003%2010.0237%2012.5003C10.1375%2012.5003%2010.2608%2012.5003%2010.3746%2012.5003C16.7093%2012.2976%2019.7534%206.97036%2019.8767%206.74916L20%206.52797L19.8767%206.30677H19.8862ZM10.3461%2011.5787C6.5908%2011.7077%202.96823%209.71691%201.08108%206.50032C2.8734%203.43119%206.19251%201.48649%209.8056%201.42197C13.542%201.34824%2017.0507%203.29294%2018.9189%206.50953C18.3025%207.46806%2015.4576%2011.4035%2010.3461%2011.5694V11.5787Z%22%20fill%3D%22black%22/%3E%3Cpath%20d%3D%22M9.9988%203.29248C8.16854%203.29248%206.67969%204.73949%206.67969%206.51829C6.67969%208.29709%208.16854%209.74409%209.9988%209.74409C11.829%209.74409%2013.3179%208.29709%2013.3179%206.51829C13.3179%204.73949%2011.829%203.29248%209.9988%203.29248ZM9.9988%208.81322C8.69012%208.81322%207.628%207.78096%207.628%206.50907C7.628%205.23718%208.69012%204.20492%209.9988%204.20492C11.3075%204.20492%2012.3696%205.23718%2012.3696%206.50907C12.3696%207.78096%2011.3075%208.81322%209.9988%208.81322Z%22%20fill%3D%22black%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_2373_2%22%3E%3Crect%20width%3D%2220%22%20height%3D%2212%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.5)%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
/* Link Edit */
.link.edit {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    cursor: pointer;
}
/* Btn Download */
.download-btn {
    z-index: 2;
    position: absolute;
    left: unset !important;
    right: 20px;
    bottom: 20px;
    font-size: 0px;
    width: 14px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2220%22%20viewBox%3D%220%200%2013%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M11.887%208.50807L7.14201%2013.2491L7.14201%200.655942C7.14201%200.298689%206.85277%200.000976026%206.49318%200.000975995C6.13359%200.000975964%205.84436%200.291246%205.84435%200.655942L5.84435%2013.2342L1.09933%208.50807C0.974257%208.38154%200.810096%208.322%200.645936%208.322C0.481775%208.322%200.309798%208.38899%200.184723%208.51551C-0.0654272%208.76857%20-0.05761%209.18536%200.184722%209.43842L0.200356%209.43842L6.05542%2015.2661C6.30557%2015.5192%206.71206%2015.5117%206.97003%2015.2661L12.7938%209.43842C13.044%209.18537%2013.0518%208.77601%2012.7938%208.51552C12.5359%208.25502%2012.1372%208.26246%2011.8792%208.51552L11.887%208.50807Z%22%20fill%3D%22%232C2C2C%22/%3E%3Cpath%20d%3D%22M12.397%2017.9844H0.587349C0.258434%2017.9844%200%2018.2609%200%2018.5944C0%2018.9278%200.266265%2019.2044%200.587349%2019.2044H12.397C12.7259%2019.2044%2012.9843%2018.9278%2012.9843%2018.5944C12.9843%2018.2609%2012.7181%2017.9844%2012.397%2017.9844Z%22%20fill%3D%22%232C2C2C%22/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
/* Btn Primary overriding */
.btn-primary:focus {
    box-shadow: none !important;
}