@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

.dej_short_attr {
    margin: 10px 0;
    gap:7px !important;
}
.dej_short_attr .attr {
    display: flex;
    flex-direction: column;
    gap: 7px;
    background-color: #0000000f;
    padding: 7px;
    border-radius: var(--dej-min-radius);
    font-size: 12px;
}

.dej_short_attr .values {
    font-weight: 600;
    height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}


.dej_all_attr  {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dej_all_attr a {
    display: flex;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    border: 1px solid #00000024;
    padding: 6px 12px;
    width: 100%;
    border-radius: var(--dej-min-radius);
    white-space: nowrap;
}
.dej_hr {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    height: 2px;
    width: 100%;
}


.update_time {
    display: flex;
    gap: 5px;
    font-size: 13px;
    opacity: 0.7;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}


p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
    color: #ffc107;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
}

p.stars a {
    height: 25px;
    width: 25px;
}

p.stars a:hover ~ a::before,
p.stars.selected a.active ~ a::before {
    content: "\e021"
}

p.stars:hover a::before,
p.stars.selected a.active::before,
p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.col2-set, .woocommerce-page .col2-set {
    width: 100%
}

.u-columns.col2-set {
    display: flex;
    justify-content: space-between;
}

.u-column2.col-2, .u-column1.col-1 {
    width: 49%;
}

.comment-form .comment-form-author {
    width: 49%;
    float: right;
}

.comment-form .comment-form-email {
    width: 49%;
    float: left;
}

.comment-form .comment-form-author input, .comment-form .comment-form-email input, .comment-form .comment-form-cookies-consent {
    width: 100%;
}

#reviews h2 small {
    float: left;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0
}

#reviews h2 small a {
    text-decoration: none;
    color: #767676
}

#reviews h3 {
    margin: 0
}

#reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

#reviews #comment {
    height: 75px
}

#reviews #comments h2 {
    clear: none
}

.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}


#reviews li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    background: 100%;
    border: 0
}

#reviews li .meta {
    color: #767676;
    font-size: .75em
}
.comment_container {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
#reviews li img.avatar {
    padding: 3px;
    background: #e9e6ed;
    border: 1px solid #e1dde7;
    margin: 0;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
}

#reviews li .comment-text {
    padding: 1em 1em 0;
    margin: 0;
    background-color: var(--white-color);
    border: 1px solid rgba(168, 167, 167, 0.40);
    border-radius: var(--dej-max-radius);
    width: 100%;
    font-size: 13px;
}


#reviews li .comment-text p {
    margin: 0 0 1em
}


.commentlist ul.children {
    list-style: none outside;
    margin: 20px 40px 0 0
}
.commentlist ul.children .comment-text {
    background-color: #00000008 !important;
}

.commentlist ul.children .star-rating {
    display: none
}

.commentlist #respond {
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 50px 0 0
}



.woocommerce-product-rating {
    line-height: 2;
    display: block
}



.woocommerce-product-rating .star-rating {
    margin: .5em 0 0 4px;
    float: right
}

.products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.hreview-aggregate .star-rating {
    margin: 10px 0 0
}

#review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    background: transparent none;
    border: 0;
    padding: 10px 0;
}

#review_form #respond p {
    margin: 0 0 10px
}

#review_form #respond .form-submit input {
    right: auto
}

#review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}


.form-row {
    margin-bottom: 6px
}

.form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.form-row label {
    line-height: 2
}

.form-row label.hidden {
    visibility: hidden
}

.form-row label.inline {
    display: inline
}

.form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.form-row .woocommerce-input-wrapper .description::before {
    right: 50%;
    top: 0;
    margin-top: -4px;
    transform: translateX(50%) rotate(-180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #1e85be transparent transparent transparent;
    z-index: 100;
    display: block
}

.form-row select {
    cursor: pointer;
    margin: 0
}

.form-row .required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
}

.form-row .optional {
    visibility: visible
}

.form-row .input-checkbox {
    display: inline;
    margin: -2px 0 0 8px;
    text-align: center;
    vertical-align: middle
}

.form-row input.input-text, .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    border-radius: var(--dej-max-radius) !important;
    line-height: normal
}

.form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}

.form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.form-row.woocommerce-invalid label {
    color: #a00
}

.form-row.woocommerce-invalid .select2-container, .form-row.woocommerce-invalid input.input-text, .form-row.woocommerce-invalid select {
    border-color: #a00
}

.form-row.woocommerce-validated .select2-container, .form-row.woocommerce-validated input.input-text, .form-row.woocommerce-validated select {
    border-color: #6dc22e
}

.form-row ::-webkit-input-placeholder, .form-row :-moz-placeholder, .form-row :-ms-input-placeholder {
    line-height: normal
}

form.checkout_coupon, form.login, form.register {
    border: 1px solid #cfc8d8;
    padding: 15px;
    margin: 2em 0;
    text-align: right;
    border-radius: var(--dej-max-radius);
    min-width: 300px;
    max-width: 100%;
}
form.checkout_coupon .form-row {
    width: 49%;
}

ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside
}

ul#shipping_method li input {
    margin: 3px 0 0 .4375em;
    vertical-align: top
}

ul#shipping_method li label {
    cursor: pointer;
    display: inline
}

ul#shipping_method .amount {
    font-weight: 700
}

p.woocommerce-shipping-contents {
    margin: 0
}

ul.order_details {
    margin: 0 0 3em;
    list-style: none
}


ul.order_details li {
    float: right;
    margin-left: 2em;
    text-transform: uppercase;
    line-height: 1;
    border-left: 1px dashed #cfc8d8;
    padding-left: 2em;
    margin-right: 0;
    padding-right: 0;
    list-style-type: none;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

ul.order_details li:last-of-type {
    border: none
}

table.shop_table.order_details {
    padding: 0 !important;
}

.wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce-customer-details, .woocommerce-order-details, .woocommerce-order-downloads {
    margin-bottom: 2em
}

.woocommerce-customer-details :last-child, .woocommerce-order-details :last-child, .woocommerce-order-downloads :last-child {
    margin-bottom: 0
}

.woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-left-width: 2px;
    text-align: right;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px
}

.woocommerce-customer-details--email, .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-right: 1.5em
}

.woocommerce-customer-details--phone::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e037";
    text-decoration: none;
    margin-right: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce-customer-details--email::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e02d";
    text-decoration: none;
    margin-right: -1.5em;
    line-height: 1.75;
    position: absolute
}

.widget_price_filter .price_slider {
    margin-bottom: 1em
}


.widget_price_filter .ui-slider {
    position: relative;
    text-align: right;
    margin-right: .5em;
    margin-left: .5em
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: rgba(0, 0, 0, 0.2);
    border: 0
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    right: -1px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    left: -1px
}

.widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}


.widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}

.widget_rating_filter ul li.chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}


.woocommerce-form-login__rememberme {
    display: flex;
    padding-bottom: 3px;
    justify-content: flex-start;
    gap: 5px;
}
.woocommerce-form-login .lost_password {
    padding-top: 0;
    margin-bottom: 0;
    font-size: 12px;
}


.woocommerce-no-js form.woocommerce-form-coupon, .woocommerce-no-js form.woocommerce-form-login {
    display: block !important
}

.woocommerce-no-js .showcoupon, .woocommerce-no-js .woocommerce-form-coupon-toggle, .woocommerce-no-js .woocommerce-form-login-toggle {
    display: none !important
}

.woocommerce-account .addresses .title h3 {
    float: right
}

.woocommerce-account .addresses .title .edit {
    float: left
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-right: 0;
    padding-right: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-right: 0;
    padding-right: 0
}

.woocommerce-account ul.digital-downloads li::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e00a";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: left
}

table.cart .product-thumbnail {
    min-width: 32px;
    max-width: 85px;
}

table.cart img {
    min-width: 60px;
    max-width: 60px;
    border-radius: var(--dej-max-radius);
    box-shadow: none;
    object-fit: cover;
}

table.cart td, table.cart th {
    vertical-align: middle
}
table.cart td.actions {
    margin-top: 15px;
}

table.cart .coupon input {
    float: right;
    box-sizing: border-box;
    border: 1px solid #cfc8d8;
    margin: 0 0 0 4px;
    outline: 0;
    padding: 0 10px;
    border-radius: var(--dej-max-radius);
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-weight: 500;
}
table.cart .coupon {
    display: inline-flex;
}
.coupon-error-notice {
    color:red;
}

.coupon .coupon-error-notice {
    padding-right: 15px;
    display: inline-flex;
    align-items: center;
}

.wc-proceed-to-checkout {
    padding-top: 1em
}
.order-actions-button {
    margin: 4px !important;
}

.wc-proceed-to-checkout a.checkout-button {
    display: flex;
    text-align: center;
    max-width: 500px;
}

.shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

.shipping-calculator-button::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e019";
    text-decoration: none
}

.shipping-calculator-form {
    margin: 1em 0 0 0
}
.shipping-calculator-form .form-row {
    margin-bottom: 12px
}
.cart_totals p small {
    color: #767676;
    font-size: .83em
}

.cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

.cart_totals table tr:first-child td {
    border-top: 0
}

.cart_totals table th {
    width: 45%
}

.cart_totals table td, .cart_totals table th {
    vertical-align: top;
    border-right: 0;
    border-left: 0;
    line-height: 1.5em;
    padding-right: 0 !important;
}

.cart_totals table small {
    color: #767676
}

.cart_totals table select {
    width: 100%
}

.cart_totals .discount td {
    color: #b3af54
}

.cart_totals tr td {
    border-top: 1px solid #e9e6ed
}

.cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

.cross-sells ul.products li.product {
    margin-top: 0
}

.checkout .col-2 h3#ship-to-different-address {
    float: right;
    clear: none
}

.checkout .col-2 .notes, .checkout .col-2 .form-row-first {
    clear: right
}

.checkout .create-account small {
    font-size: 11px;
    color: #767676;
    font-weight: 400
}

.checkout .shipping-address {
    padding: 0;
    clear: right;
    width: 100%
}

#payment {
    background: #e9e6ed;
    border-radius: 5px
}
ul.payment_methods {
    text-align: right;
    padding: 1em;
    border-bottom: 1px solid #cfc8d8;
    margin: 0;
    list-style: none outside
}


ul.payment_methods li {
    line-height: 2;
    text-align: right;
    margin: 0;
    font-weight: 400
}


ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px .5em 0 0;
    padding: 0;
    position: relative;
    box-shadow: none
}

ul.payment_methods li img + img {
    margin-right: 2px
}


#payment .form-row {
    padding: 1em;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dcd7e3;
    color: #515151
}

.payment_box input.input-text, .payment_box textarea {
    border-color: #c2b9ce;
    border-top-color: #b5aac3
}

.payment_box ::-webkit-input-placeholder, .payment_box :-moz-placeholder, .payment_box :-ms-input-placeholder {
    color: #b5aac3
}

.woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

.woocommerce-SavedPaymentMethods-new, .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

.woocommerce-SavedPaymentMethods-new label, .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

.woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 0 0 1em;
    position: relative
}

.wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

.wc-credit-card-form-card-cvc, .wc-credit-card-form-card-expiry, .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: left .618em center;
    background-size: 32px 20px
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

table.shop_table, .dejavo_ot_result .order-info {
    text-align: right;
    width: 100%;
    border-collapse: separate;
    border: 1px solid var(--border-color2);
    padding: 10px;
    border-radius: var(--dej-max-radius);
    background-color: white;
    margin:0;
}

table.shop_table th {
    font-weight: 700;
    padding: 10px;
    line-height: 1.5em
}

table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 6px 10px;
    vertical-align: middle;
    line-height: 1.5em
}

table.shop_table td small {
    font-weight: 400
}

table.shop_table td del {
    font-weight: 400
}

table.shop_table tbody:first-child tr:first-child td, table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

table.shop_table tbody th, table.shop_table tfoot td, table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

table.my_account_orders {
    font-size: .85em
}

table.my_account_orders td, table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

table.my_account_orders .button {
    white-space: nowrap
}

table.woocommerce-MyAccount-downloads td, table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

table.woocommerce-MyAccount-downloads td:first-child, table.woocommerce-MyAccount-downloads th:first-child {
    text-align: right
}

table.woocommerce-MyAccount-downloads td:last-child, table.woocommerce-MyAccount-downloads th:last-child {
    text-align: right
}

table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before, table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    content: "↓";
    display: inline-block
}

td.product-name .wc-item-meta, td.product-name dl.variation {
    list-style: none outside
}

td.product-name .wc-item-meta .wc-item-meta-label, td.product-name .wc-item-meta dt,
td.product-name dl.variation .wc-item-meta-label, td.product-name dl.variation dt {
    list-style: none outside
}
td.product-name dl.variation {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    font-size: 13px;
    opacity: 0.8;
}
td.product-name .wc-item-meta dd, td.product-name dl.variation dd {
    margin: 0
}

input.button:disabled[disabled], button.button:disabled {
    cursor: not-allowed !important;
    opacity: .5 !important;
}



#payment #place_order {
    width:100%;
    max-width: 500px;
}

#respond input#submit, a.button, button.button, input.button {
    position: relative;
}

#respond input#submit.loading, a.button.loading,
button.button.loading, input.button.loading {
    opacity: .25;
    padding-left: 2.618em
}

#respond input#submit.loading::after, a.button.loading::after,
button.button.loading::after, input.button.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    left: 1em;
    animation: spin 2s linear infinite
}


@keyframes spin {
    100% {
        transform: rotate(-360deg)
    }
}

#respond input#submit.added::after, a.button.added::after, button.button.added::after, input.button.added::after{
    font-family: WooCommerce;
    content: "\e017";
    margin-right: .53em;
    vertical-align: bottom
}


.dej-product-gallery-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
}

.dej-gallery-for {
    border: 1px solid var(--border-color2);
    border-radius: var(--dej-min-radius);
    position: relative;
    overflow: hidden;
    margin: 0 3px 7px 3px;
    min-height: 380px;
    display: flex;
    align-items: center;
    height: 400px;
    visibility: hidden;
    opacity: 0;
}

.dej-gallery-for img {
    border-radius: var(--dej-min-radius);
}

.dej-gallery-for .slick-track {
    max-height: 600px;
}

.dej-gallery-for.slick-initialized {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.dej-gallery-for .slick-slide a, .dej-gallery-for .slick-slide {
    width: 100%;
}

.dej-gallery-for .slick-dots {
    margin: 0 auto;
    width: auto;
    left: 0;
    bottom: 7px;
    z-index: 8;
    right: 0;
    display: flex;
    justify-content: center;
}

.dej-gallery-for .dejavo_prev_Arrow, .dej-gallery-for .dejavo_next_Arrow {
    background: var(--white-color);
    padding: 5px !important;
    border: 1px solid var(--border-color1);
    border-radius: 0;
    box-shadow: unset;
    position: absolute;
    transition: 0.3s;
    color: var(--border-color2);
    opacity: 0.7;
    z-index: 9;
    cursor: pointer;
    min-width: 40px;
    min-height: 45px;
    top: 50%;
    transform: translateY(-50%);
}

.dej-gallery-for .dejavo_next_Arrow {
    right: 0;
    border-radius: 15px 0 0 15px;
}

.dej-gallery-for .dejavo_prev_Arrow {
    left: 0;
    border-radius: 0 15px 15px 0;
}

.dej-gallery-for .dejavo_prev_Arrow:hover, .dej-gallery-nav .dejavo_prev_Arrow:hover,
.dej-gallery-for .dejavo_next_Arrow:hover, .dej-gallery-nav .dejavo_next_Arrow:hover {
    opacity: 1;
}

.dej-gallery-nav .dejavo_prev_Arrow, .dej-gallery-nav .dejavo_next_Arrow {
    background: var(--white-color);
    padding: 5px !important;
    position: absolute;
    transition: 0.3s;
    color: var(--border-color2);
    opacity: 0.7;
    z-index: 9;
    cursor: pointer;
    min-width: 30px;
    min-height: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.dej-gallery-nav {
    opacity: 0;
    visibility: hidden;
}

.dej-gallery-nav.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.dej-gallery-nav .dejavo_next_Arrow {
    border-radius: 15px 0 0 15px;
    right: 3px;
}

.dej-gallery-nav .dejavo_prev_Arrow {
    border-radius: 0 15px 15px 0;
    left: 3px;
}

.dej-gallery-nav .slick-track {
    gap: 7px;
}
.dej-gallery-nav .slick-list {
    padding: 3px;
}
.dej-gallery-nav .slick-slide img {
    opacity: 0.6;
    border: 1px solid #b9b9b9;
    border-radius: var(--dej-min-radius);
    cursor: pointer;
    overflow: hidden;
    max-height: 90px;
    object-fit: cover;
}


.dej-gallery-nav .slick-slide.slick-current.slick-active img {
    opacity: 1;
    border-color: var(--dej-color1);
}

.dej-gallery-for .slick-arrow.slick-disabled, .dej-gallery-nav .slick-arrow.slick-disabled {
    opacity: 0.1;
}

.magnify {
    position: relative;
    width: auto;
    height: auto;
    box-shadow: none;
    display: flex;
    z-index: inherit;
}

.magnify > .magnify-lens {
    /* Magnifying lens */
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.85),
    0 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    cursor: none;
    display: none;
    z-index: 99;
}

.magnify > .magnify-lens.loading {
    background: #333 !important;
    opacity: 0.8;
}

.magnify > .magnify-lens.loading:after {
    /* Loading text */
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: var(--white-color);
    content: "...";
    font: italic normal 16px/1 Calibri, sans-serif;
    letter-spacing: 1px;
    margin-top: -8px;
    text-align: center;
    text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
    text-transform: none;
}

.dej_product_label {
    display: inline-flex;
    gap: 5px;
    flex-wrap: wrap;
}

.dej_product_label .item {
    font-size: 13px;
    color: white;
    padding: 4px 10px;
    border-radius: var(--dej-min-radius);
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: grab;
}

.product_alert {
    padding: 7px 10px;
    border: 1px solid #333;
    border-radius: var(--dej-max-radius);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product_alert i {
    font-size: 20px !important;
    min-width: 25px;
    min-height: 20px;
    display: flex;
    justify-content: center;
}

.product_alert.warranty {
    background-color: #E0FFDC;
    color: #2b6629;
    border-color: #2b6629;
}

.product_alert.send_duration {
    background-color: #F0EDFF;
    color: #296466;
    border-color: #04898c;
}

.product_alert.alarm {
    background-color: #FFE7D3;
    color: #554029;
    border-color: #814205;
}

/*---------------------------------------------------------------------*/

.dej_action_icons {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.dej_action_icons a {
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.dej_action_icons a i {
    transition: transform 0.3s;
}

.dej_action_icons a:hover i {
    transform: scale(1.08);
}

.dej_action_icons_gallery {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.7);
    border: 2px solid white;
    border-radius: var(--dej-max-radius);
    color: #000;
    display: flex;
    flex-direction: column;
}

.dej_action_icons_gallery li a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    height: 35px;
    width: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dej_action_icons_gallery li:hover i {
    color: var(--dej-color2);
}

.dej_action_icons_gallery li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    border-radius: var(--dej-max-radius);
}

.product_meta span {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.woocommerce-notices-wrapper {
    margin: 0 auto;
    padding: 0;
}

.woocommerce-breadcrumb {
    margin: 0;
}

.dejavo_popup.video {
    max-height: 85vh;
    max-width: 70vw;
    align-items: center;
    justify-content: center;
}

.dejavo_popup.video .title {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 7px 15px;
    border-radius: var(--dej-max-radius);
    display: inline-flex;
}

.dejavo_popup.video .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 10px;
}

.dej_video_code {
    display: block;
    width: 100%;
    height: 100%;
}


.dejavo-brand-image, .dejavo-brand-image a img {
    display: inline-flex;
    overflow: hidden;
}

.dej_products {
    width: 100%;
}


.dej_shop_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 6px;
}

.dej_shop_title h1.title {
    font-size: 18px !important;
    font-weight: 500;
}

.dej_shop_wrapper {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.dej_shop_wrapper.loading:before {
    position: absolute;
    z-index: 100;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.5);
    content: "";
    border-radius: var(--dej-max-radius);
}

.dej_shop_wrapper .dej_ajax_loading {
    opacity: 0;
    visibility: hidden;
    z-index: 120;
    position: absolute;
    right: 0;
    left: 0;
    top: 25%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dej_shop_wrapper.loading .dej_ajax_loading {
    opacity: 1;
    visibility: visible;
}


.dej_shop_content {
    flex-basis: 76.9%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 15px;
    background-color: var(--white-color);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
    border-radius: var(--dej-max-radius);
}

.shop_sidebar_btn {
    display: none;
    opacity: 0;
}

.dej_shop_sidebar {
    flex-basis: 23%;
}

.dej_shop_sidebar .sidebar_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    max-height: 100%;
}

.dej_shop_sidebar .dej_header_sidebar {
    display: none;
}

.dej_shop_sidebar .sidebar_content > div {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: var(--white-color);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
    border-radius: var(--dej-max-radius);
    gap: 10px;
}

h3.widget_title {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
    position: relative;
}

h3.widget_title:before {
    position: absolute;
    content: "";
    background: var(--dej-color1) var(--dej-bg1);
    right: -15px;
    width: 3px;
    top: 0;
    height: 20px;
    border-radius: 10px;
}

.dej_before_shop_loop {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.dej_orderby {
    display: flex;
    gap: 5px;
}

.dej_orderby li a {
    background-color: rgba(0, 0, 0, 0.06);
    padding: 0 15px;
    border-radius: var(--dej-min-radius);
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
}

.dej_orderby li.selected a, .dej_orderby li:hover a {
    background: var(--dej-color1) var(--dej-bg1);
    color: white;
}

.dej_orderby li.selected:hover a {
    background: var(--dej-color2) var(--dej-bg2);
}

.woocommerce-ordering, .woocommerce-result-count {
    margin: 0;
}

.dejavo-mail a {
    background: linear-gradient(45deg,
    #faa3de,
    #f67ec6,
    #fc59ae,
    #fa36a6,
    #e1306c,
    #fd1d1d);
}

.dejavo-instagram a {
    background: radial-gradient(circle at 30% 107%, #f8ee82 0%, #fdf280 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)
}

.dejavo-telegam a {
    background: linear-gradient(180deg,
    rgb(110, 195, 247) 0%,
    rgb(12, 123, 192) 100%);
}

.dejavo-whatsapp a {
    background: linear-gradient(180deg,
    rgb(110, 221, 14) 0%,
    rgb(35, 109, 8) 100%);
}

.dejavo-facebook a {
    background: linear-gradient(180deg,
    rgb(81, 93, 225) 0%,
    rgb(11, 37, 132) 100%);
}

.dejavo-twitter a {
    background: linear-gradient(180deg,
    rgb(10, 149, 255) 0%,
    rgb(5, 106, 214) 100%);
}

.social_icons {
    flex-wrap: wrap;
    gap: 5px;
    display: flex;
    align-items: center;
}

.dejavo_popup .social_icons {
    justify-content: center;
}

.social_icons li {
    transition: 0.4s;
}

.social_icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 27px;
    min-height: 27px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 300;
    color: white;
}

#dejavo_share .title {
    text-align: center;
    padding: 20px;
    background-color: #0000000f;
    border-radius: var(--dej-max-radius);
    margin-bottom: 25px;
}

#dejavo_share .content {
    width: 100%;
    min-height: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: var(--dej-max-radius);
}

#dejavo_share .short-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#dejavo_share .DejavoWL-share-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg,
    rgb(255, 175, 84) 0%,
    rgb(211, 74, 3) 100%);
    color: white;
    position: relative;
    z-index: 5;
}

#dejavo_share .DejavoWL-share-link i {
    z-index: 5;
}

#dejavo_share .DejavoWL-share-link input {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    cursor: pointer;
    opacity: 0;
    display: flex;
    padding: 5px !important;
    z-index: 10;
    box-shadow: unset;
}

#dejavo_share .social_icons li a, #dejavo_share .DejavoWL-share-link {
    width: 50px;
    height: 50px;
    border-radius: var(--dej-max-radius);
    font-size: 28px;
}

#dejavo_share .social_icons li:hover {
    transform: translateY(5px);
}

h2.title {
    margin-bottom: 15px;
}

.product_en_title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 20px;
}

.english_title {
    display: flex;
    align-items: center;
    height: 30px;
    padding-left: 7px;
    opacity: 0.6;
    font-size: 12px;
}

.dash_line {
    height: 2px;
    border-bottom: 1px dashed var(--border-color2);
    flex-grow: 1;
}


.dej_product_countdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-radius: var(--dej-max-radius);
}

.dej_product_countdown .head {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

.dej_product_countdown .head .title {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    font-weight: 500;
}

.dej_product_countdown .head .sub_title {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 300;
}

.dej_product_countdown .countdown_box {
    padding: 0;
}

.dej_product_countdown .countdown_box .countdown {
    aspect-ratio: 1;
    width: 50px;
    padding: 0;
}

.product_stock_bar {
    display: flex;
    flex-flow: column wrap;
    border-radius: var(--dej-max-radius);
}

.stock_bar {
    width: 100%;
    height: 11px;
    background-color: rgba(0, 0, 0, 0.14);
    position: relative;
    border-radius: var(--dej-max-radius);
}

.stock_bar_amount {
    position: absolute;
    height: 11px;
    background-color: var(--dej-color1);
    right: 0;
    top: 0;
    color: white;
    text-align: left;
    font-size: 11px;
    border-radius: var(--dej-max-radius);
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.single_product_title {
    display: flex;
}

.single_product_title h1 {
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 1.5;
}


.dejavo-badge-percent {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.dejavo-badge-percent .badge {
    font-size: 13px;
    padding: 0;
}

.dej_single_price .woocommerce-Price-amount, .single_variation_wrap .woocommerce-Price-amount  {
    font-weight: 600;
    font-size: 18px;
}
.single_variation_wrap del .woocommerce-Price-amount {
    font-weight: 400;
}
.dej_single_price del .woocommerce-Price-amount {
    font-weight: 400;
    font-size: 15px;
}
.dej_single_price ins .woocommerce-Price-amount {
    font-weight: 600;
    font-size: 18px;
}


/*----------------------------------------------------*/
.zero_quantity {
    display: flex;
    width: 100%;
    background-color: var(--white-color);
    border: 2px solid #d8d8d8;
    border-radius: var(--dej-max-radius);
    padding: 15px 8px;
    box-sizing: border-box;
    opacity: 0.8;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.zero_quantity .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #cecece;
}

.zero_quantity .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zero_quantity h4 {
    font-size: 14px;
    font-weight: 500;
    color: #171717;
}

.zero_quantity p {
    font-size: 11px;
    font-weight: 400;
    color: #565555;
    margin: 0;
}


/*-------------------------------------- start post product tab------------------------ */


.woocommerce-Reviews-title {
    margin-bottom: 15px;
}


#reviews li .comment-text p.meta {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dejavo_advanced_reviews {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    max-width: 100%;
}

.dejavo_advanced_reviews .right {
    width: 67%;
    overflow: hidden;
}

.dejavo_advanced_reviews .left {
    width: 33%;
    position: sticky;
    top: 100px;
}

.dejavo_recommended_num {
    padding: 8px 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dejavo_recommended_num i {
    color: #0e9a17;
}

.dejavo_ratings, .comment-form-rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.dejavo_ratings .dejavo_rate {
    width: 80%;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    font-size: 13px;
}

.dejavo_ratings .title {
    width: 20%;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.comment-form-rating {
    margin: 4px 0;
    gap: 10px;
}

.comment-form-rating .stars {
    margin: 0 !important;
}

.display_dejavo_rate {
    width: 100%;
    display: flex;
    gap: 5px;
    flex-direction: column;
    border: 1px solid #9f9e9e66;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: var(--dej-max-radius);
    background-color: var(--white-color);
}

.display_dejavo_ratings_product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: #a3a3a31f;
    border: 1px solid #a4a3a366;
    padding: 12px;
    border-radius: var(--dej-max-radius);
    margin-bottom: 10px;
}

.display_dejavo_ratings_product .image img {
    border-radius: var(--dej-max-radius);
}

.display_dejavo_ratings_product .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    line-height: 2;
}

.display_dejavo_rate .title_sec {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.dejavo_progres {
    display: flex;
    width: 100%;
    height: 8px;
    border-radius: var(--dej-max-radius);
    background-color: rgba(0, 0, 0, 0.13);
    overflow: hidden;
    position: relative;
}

.dejavo_progres .bar {
    background: var(--dej-color2) var(--dej-bg2);
}

.dejavo-comment-advantages {
    display: flex;
    gap: 10px;
}

.dejavo-input-comment-form {
    width: 50%;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 4px;
}

.add_text_to_field {
    position: absolute;
    left: 6px;
    top: 5px;
    border-radius: var(--dej-max-radius);
    background-color: rgb(30 168 30 / 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    color: white;
    cursor: pointer;
    font-size: 12px;
}
.add_text_to_field_disadvantage {
    background-color: #ff00009e;
}

.dejavo-input-comment-form input {
    width: 100%;
    padding: 5px 10px;
    text-align: right;
    margin-bottom: 15px;
    border-radius: var(--dej-max-radius) !important;
    min-height: 40px;
}

.dejavo-input-comment-form input:focus {
    box-shadow: unset;
}

.dejavo-input-comment-form input#comment-form-advantages {
    border: 1px solid rgba(20, 114, 5, 0.50);
    background-color: rgba(0, 162, 6, 0.03);
}

.dejavo-input-comment-form input#comment-form-disadvantage {
    border: 1px solid rgba(194, 7, 7, 0.50);
    background-color: rgba(255, 0, 0, 0.03);
}

.item_added_disadvantage, .item_added_advantages {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    padding: 2px 8px;
    border-radius: var(--dej-max-radius);
    font-size: 13px;
}

.item_added_advantages {
    background-color: rgba(23, 130, 45, 0.11);
    color: #186924;
}

.item_added_disadvantage {
    background-color: rgb(255 0 0 / 11%);
    color: #720f0f;
}

.dejavo-input-comment-form .remove_item {
    font-family: "dej-icon-rr";
    cursor: pointer;
}

.dejavo-input-comment-form .remove_item:before {
    content: "\f258";
}

.item_added_disadvantage input {
    color: #26631a;
    font-size: 14px;
    font-weight: 500;
}

.dejavo-recommend-product-reveiw {
    display: flex;
    padding: 10px 0;
    gap: 10px;
    flex-wrap: wrap;
}

.comment-form-rating label, .dejavo-recommend-product-reveiw label, .dejavo-recommend-product-reveiw .text {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dejavo-recommend-product-reveiw .text {
    cursor: pointer;
}

.review_recommend {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dejavo-recommend-product-reveiw input {
    opacity: 0;
    width: 0;
    height: 0;
}

.review_recommend.dejavo_reveiw_recommended, #recommended:checked ~ .text {
    color: #0b8b0b;
}

.review_recommend.dejavo_reveiw_no_idea, #no_idea:checked ~ .text {
    color: #d68903;
}

.review_recommend.dejavo_reveiw_not_recommended, #not_recommended:checked ~ .text {
    color: #cc0010;
}

.woocommerce-review__author {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

.disadvantage_advantage {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
}

.advantage, .disadvantage {
    display: flex;
    gap: 10px;
}

.advantage span {
    color: #04b41c;
    padding-left: 8px;
}

.disadvantage span {
    color: #f55d5d;
}

.advantage ul li, .disadvantage ul li {
    margin: 0 0 5px !important;
    display: flex;
    align-items: center;
}

.disadvantage_advantage .icon {
    font-family: "dej-icon-rr";
    width: 16px;
    height: 16px;
    display: inline-flex;
    font-size: 13px;
}

.advantage .icon:before {
    content: "\f3b8";
    color: #04b41c;
}

.disadvantage .icon:before {
    content: "\f373";
    color: #fa0000;
}

.dejavoRelatedSwiper .product-box-info.three_line h3 {
    height: auto;
}



/*---------------------------------------------------------------------------*/
.DejavoSA-id {
    display: none;
}
.DejavoSA-wrapper {
    z-index: 999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: var(--white-color);
    padding: 7px 0 !important;
    margin: 0;
    opacity: 0;
    transition: all 0.2s;
    transform: translate3d(0, 100%, 0);
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: var(--border-color2);
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.05);
}

.DejavoSA-wrapper.DejavoSA-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.DejavoSA-container {
    width: 100%;
    max-width: var(--dej-wrapper-max-width);
}

.DejavoSA-container > div {
    width: 100%;
    display: flex;
    align-items: center;
}

.DejavoSA-product {
    justify-content: space-between;
}

.DejavoSA-product-info {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.DejavoSA-product-image {
    width: 48px;
    flex: 0 0 48px;
    max-height: 48px;
    overflow: hidden;
    border-radius: var(--dej-min-radius);
}

.DejavoSA-product-image img {
    width: 100%;
    height: auto;
}

.DejavoSA-product-data {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.DejavoSA-product-data > div {
    margin: 0 5px;
}

.DejavoSA-product-name {
    flex-grow: 1;
    font-family: var(--dej-font2);
    line-height: 22px;
}

.DejavoSA-add-to-cart {
    display: flex;
    align-items: center;
}

.DejavoSA-add-to-cart > div {
    margin-right: 6px;
}

.DejavoSA-disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.DejavoSA-product-btn a {
    width: 23px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
}

.DejavoSA-atc .DejavoSA-btn {
    padding: 0 10px !important;
    border-radius: var(--dej-max-radius) !important;
    min-height: 35px !important;
    font-size: 13px !important;
    white-space: nowrap;
}

/*---------------------------------------Start Archive Product----------------------------------*/

.woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce-widget-layered-nav-list__item--chosen a::before {
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

.widget_layered_nav_filters ul li {
    float: right;
    padding: 0 1px 1px 1em;
    list-style: none
}

.widget_layered_nav_filters ul li a {
    text-decoration: none
}

.widget_layered_nav_filters ul li a::before {
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    vertical-align: inherit;
    margin-left: .5em
}


.woocommerce-widget-layered-nav-list__item, .woocommerce-widget-layered-nav-list__item a, .widget_layered_nav_filters ul li a, .widget_dejavo_in_stock_widget a {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: flex-start;
}

.woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none;
    gap: 3px;
}
ul.payment_methods li label, #ship-to-different-address span, .woocommerce-form__label-for-checkbox span {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}


ul.payment_methods li:hover label, #ship-to-different-address span:hover, .woocommerce-form__label-for-checkbox span:hover {
    color:var(--dej-color1)
}

ul.payment_methods li input, #ship-to-different-address input, .woocommerce-form__label-for-checkbox input {
    display: none !important;
}


.woocommerce-widget-layered-nav-list__item a:before, .widget_dejavo_in_stock_widget a:before, ul.payment_methods li label:before, #ship-to-different-address span:before, .woocommerce-form__label-for-checkbox span:before {
    font-family: "dej-icon-rr";
    content: "\f44a";
    font-size: 16px;
    margin-left: 0 !important;
    opacity: 0.5;
}

.widget_rating_filter ul li.chosen a::before, .widget_layered_nav_filters ul li a::before, .woocommerce-widget-layered-nav-list__item--chosen a::before, ul.payment_methods li input:checked~label:before, #ship-to-different-address input:checked~span:before, .woocommerce-form__label-for-checkbox input:checked~span:before {
    font-family: "dej-icon-rr";
    content: "\f1f1";
    font-size: 16px;
    margin-left: 0 !important;
    color: var(--dej-color1);
    opacity: 1;
}
.woocommerce-terms-and-conditions-checkbox-text {
    flex-wrap: wrap;
    gap: 4px !important;
}

.form-row.validate-required {
    padding: 0 !important;
}
.form-row.validate-required .woocommerce-form__label-for-checkbox {
    display: flex;
}
.dej_shop_sidebar li.cat-item a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
}

.dej_shop_sidebar li.cat-item a:before {
    font-family: "dej-icon-rr";
    content: "\f11f";
    font-size: 14px;
    padding: 0;
    opacity: 0.5;
}

.dejavo_filter_color {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(7, 1fr);
}

.dejavo_filter_color li {
    display: inline-flex;
    width: 27px;
    height: 27px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}

.dejavo_filter_color.rounded li {
    border-radius: 50% !important;
}

.dejavo_filter_color li.active, .dejavo_filter_color li:hover {
    border-color: var(--dej-color1);
}

.dejavo_filter_color li a, .dejavo_filter_brand li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.dejavo_filter_color li a i {
    color: #d7d7d7;
    font-weight: 600;
    font-size: 16px;
}

.dejavo_filter_brand {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(3, 1fr);
}

.dejavo_filter_brand li {
    display: inline-flex;
    background-color: #eee;
    border: 2px solid rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    min-height: 40px;
    border-radius: var(--dej-min-radius);
}

.dejavo_filter_brand li.active, .dejavo_filter_brand li:hover {
    border-color: var(--dej-color1);
}

.dejavo_filter_brand li a img {
    width: 100%;
    max-height: 60px;
}

.woocommerce-no-products-found {
    width: 100%;
}

nav.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 0;
}

nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span {
    margin: 0;
    padding: 15px !important;
    background-color: var(--widget-bg1);
    border-radius: var(--dej-min-radius);
    border: 2px solid var(--border-color1);
    display: flex;
}

nav.woocommerce-pagination ul li {
    border-left: 0;
    padding: 0;
    margin: 4px 2px;
}

nav.woocommerce-pagination ul li a:focus,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li span.current {
    background: white;
    border-color: var(--dej-color1);
    color: var(--dej-color1);
}

.widget_price_filter .price_slider_amount .btn {
    width: 100%;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: 1em;
    display: flex;
    flex-direction: column-reverse;
    font-weight: 500;
}

.widget_price_filter .price_slider_amount .button {
    float: right;
    font-size: 16px;
    padding: 0 10px;
}

.rtl.woocommerce .price_label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
    direction: rtl;
    unicode-bidi: normal;
    text-align: center;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle {
    background: var(--dej-color1) var(--dej-bg1);
}

.widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none;
    font-size: 1.2em;
    display: flex;
    justify-content: space-between;
}


.products ul.product-categories li a:before {
    font-family: "dej-icon-rr";
    content: "\f11f";
    margin-left: 5px;
    font-size: 0.8em;
    color: var(--border-color1);
}

li.cat-item span.count,
li.woocommerce-widget-layered-nav-list__item span.count {
    font-size: 12px;
}

ul.product-categories ul.children {
    padding: 8px;
}

.dej_product_cats li {
    margin-bottom: 20px;
    border: 2px solid #99999940;
    padding: 10px;
    border-radius: var(--dej-max-radius);
    transition: 0.3s;
}

.dej_product_cats li:hover {
    border-color: var(--dej-color1);
    transform: translateY(-4px);
}

.woocommerce-loop-category__title {
    font-size: 14px !important;
    padding-top: 7px;
}

.dej_product_cats li a img {
    border-radius: var(--dej-max-radius);
}

.dej_product_cats mark.count {
    background-color: transparent;
    font-size: 13px;
}

span.onsale {
    max-height: 3.236em;
    max-width: 3.236em;
}




table.cart .qty {
    background-color: transparent;
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: middle
}

.woocommerce-info, .woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner {
    position: relative;
    background-color: #f6f5f8;
    list-style: none outside;
    word-wrap: break-word;
    padding: 15px 40px 15px 10px;
    color: var(--dej-text-color1);
    border: 1px solid;
    border-radius: var(--dej-max-radius) !important;
    margin: 15px auto !important;
    width: 100%;
    max-width: Min(100%, var(--dej-wrapper-max-width, 1140px));
    font-size: .875em;
    font-weight: 400;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
}


.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    float: left
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    list-style: none outside !important;
    padding-right: 0 !important;
    margin-right: 0 !important
}




.wc-block-components-notice-banner {
    padding: 15px;
    display: flex;
    gap: 12px;
    align-items: center;
}



.wc-block-components-notice-banner > svg {
    fill: #fff;
    background-color: #2f2f2f;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 24px;
    padding: 2px;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
    -ms-grid-row-align: center;
    align-self: center;
    flex-basis: 100%;
    gap: 10px;
    white-space: normal;
    display: flex;
    align-items: center;
}

.wc-block-components-notice-banner a.button {
    position: absolute;
    left: 10px;
    min-width: 110px;
    font-size: 12px;
    white-space: nowrap;
    float: left
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
    -moz-appearance: none;
    appearance: none;
    float: left;
    margin: 0;
    opacity: .6;
    padding: 0 !important;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:active, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:focus, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {
    opacity: 1
}

.wc-block-components-notice-banner > svg {
    fill: #fff;
    background-color: #2f2f2f;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    padding: 2px
}

.wc-block-components-notice-banner > .wc-block-components-button {
    background: transparent none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #2f2f2f !important;
    flex: 0 0 16px;
    height: 16px !important;
    margin: 6px auto 0 0 !important;
    min-height: auto !important;
    min-width: 0 !important;
    opacity: .6;
    outline: none !important;
    padding: 0 !important;
    width: 16px !important
}

.wc-block-components-notice-banner > .wc-block-components-button > svg {
    margin: 0 !important
}

.wc-block-components-notice-banner > .wc-block-components-button:active, .wc-block-components-notice-banner > .wc-block-components-button:focus, .wc-block-components-notice-banner > .wc-block-components-button:hover {
    opacity: 1
}




.woocommerce-info::before {
    color: #1e85be
}

.wc-block-components-notice-banner.is-info, .woocommerce-info {
    background-color: #f4f8ff;
    border-color: #007cba;
}

.wc-block-components-notice-banner.is-info a.button {
    background: #007cba;
}

.wc-block-components-notice-banner.is-info > svg {
    background-color: #007cba;
}


.woocommerce-error::before {
    content: "\e016";
    color: #cc1818
}
.wc-block-components-notice-banner.is-error, .woocommerce-error {
    background-color: #fff0f0;
    border-color: #cc1818
}

.wc-block-components-notice-banner.is-error a.button {
    background: #cc1818;
}

.wc-block-components-notice-banner.is-error > svg {
    background-color: #cc1818;
    transform: rotate(-180deg)
}

.wc-block-components-notice-banner.is-warning {
    background-color: #fffbf4;
    border-color: #f0b849
}

.wc-block-components-notice-banner.is-warning a.button {
    background: #f0b849;
}

.wc-block-components-notice-banner.is-warning > svg {
    background-color: #f0b849;
    transform: rotate(-180deg)
}




.woocommerce-message::before {
    content: "\e015";
    color: #4ab866
}

.wc-block-components-notice-banner.is-success, .woocommerce-message {
    background-color: #f4fff7;
    border-color: #4ab866
}

.wc-block-components-notice-banner.is-success a.button {
    background: #4ab866;
}

.wc-block-components-notice-banner.is-success > svg {
    background-color: #4ab866
}


.form-row-first, .form-row-last {
    width: 49%;
    display: inline-block;
}

.form-row-last {
    float: left;
}

.password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.password-input input[type=password] {
    padding-left: 2.5rem
}

.password-input input::-ms-reveal {
    display: none
}

.show-password-input {
    position: absolute;
    left: .7em;
    top: .7em;
    background: unset;
    border: 0;
    cursor: pointer
}

.show-password-input::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e010";
    text-decoration: none
}

.archive_products {
    max-width: var(--dej-wrapper-max-width);
    width: 100%;
    margin: 0 auto !important;
}

.single-product .main-content {
    padding: 25px 0;
}

.archive_product_subcats {
    width: 100%;
    background-color: var(--white-color);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.02);
    margin-bottom: 30px;
    border-radius: var(--dej-max-radius);
    gap: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.archive_product_subcats li {
    padding: 15px;
    width: auto !important;
    max-width: 185px;
}

.archive_product_subcats li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.archive_product_subcats li a h2 {
    font-size: 15px;
    font-weight: 500;
}

.archive_product_subcats li a img {
    border-radius: var(--dej-max-radius);
}

.woocommerce-error a {
    color: var(--dej-color2);
}


.term-description {
    background-color: var(--white-color);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
    padding: 30px 20px 30px;
    margin-top: 30px;
    border-radius: var(--dej-max-radius);
}


/*---------------------------------------END Archive Product----------------------------------*/


/*--------------------------------------CART---------------------------------*/


.dejavo_recent_product {
    background-color: var(--dej-color2);
    padding: 20px;
    border-radius: var(--dej-max-radius);
    margin-top: 20px;
}



.dejavo_recent_product .heading_title h3 {
    color: white;
    padding: 0 0 20px 0;
    font-size: 16px;
}

.dejavo_recent_product .item {
    display: flex;
    gap: 10px;
    background-color: white;
    color: black;
    border-radius: var(--dej-max-radius);
    padding: 10px;
}

.dejavo_recent_product .item .image {
    max-width: 100px;
    border-radius: var(--dej-max-radius);
    width: 23%;
}

.dejavo_recent_product .item .image img {
    border-radius: var(--dej-max-radius);
}

.dejavo_recent_product .item .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    width: 77%;
}


.dejavo_recent_product h4 a {
    font-size: 14px;
    line-height: 19px;
}

.dejavo_recent_product .price {
    font-size: 12px;
}

.dejavo_recent_product .add-to-cart {
    display: inline-flex;
    gap: 5px;
    font-size: 13px;
}

.dejavo_recent_product .add-to-cart:hover {
    color: var(--dej-color2)
}

.dej_cart {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.woocommerce-cart-form {
    width: 72%;
}

.cart-collaterals {
    width: 28%;
}

.dej_cart .cart_item .quantity {
    max-width: 90px;
    min-width: 90px;
}

.return-to-shop {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border: 1px solid var(--border-color2);
    padding: 45px;
    border-radius: var(--dej-max-radius);
    background-color: white;
}

.return-to-shop .warning {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.return-to-shop .warning i {
    font-size: 50px;
    opacity: 0.25;
}

.cart_step {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    width: 100%;
}

.step_inner {
    z-index: 3;
    display: flex;
}

.cart_step .steps {
    position: relative;
    height: 38px;
    display: flex;
}

.cart_step .cart {
    justify-content: flex-start;
    width: 25%;
}

.cart_step .checkout {
    justify-content: center;
    width: 51%;
}

.cart_step .thanks {
    justify-content: flex-end;
    width: 25%;
}

.cart_step .step_inner a {
    display: flex;
    align-items: center;
    min-width: 100px;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #5f5f5f;
    z-index: 7;
    border: 3px solid #bebdbd;
    padding: 0 20px;
    border-radius: var(--dej-max-radius);
    background-color: white;
}

.cart_step .steps.active .step_inner a {
    border-color: var(--dej-color1);
    background-color: var(--dej-color1);
    color: white;
}

.cart_step .steps.active .step_inner a:hover {
    background-color: var(--dej-color2);
}

.cart_step .steps.active:before,
.cart_step .steps.active:after {
    background-color: var(--dej-color1);
    color: white;
}

.cart_step .steps:before,
.cart_step .steps:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 100%;
    background-color: #bebdbd;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.cart_step .steps:first-child:before,
.cart_step .steps:last-child:after {
    content: none;
    position: unset;
}


.cart_table {
    margin: 0;
}

.cart_table th,
.cart_table td {
    vertical-align: middle;
    text-align: right;
    font-weight: 500;
    font-size: 1em;
}

.cart_table td.product_thumbnail img {
    max-width: 100px;
}

.cart_table td.product_quantity .minus,
.cart_table td.product_quantity .plus {
    background-color: var(--widget-bg1);
    height: 30px;
    width: 30px;
    border: unset;
    border-radius: 100%;
    vert-align: middle;
    font-size: 1em;
    line-height: 30px;
}

.cart_table td.product_quantity .minus:hover,
.cart_table td.product_quantity .plus:hover {
    background: var(--dej-color1) var(--dej-bg1);
    color: var(--white-color);
}

.cart_table td.product_quantity .qty {
    border-radius: var(--dej-min-radius);
    border: 1px solid var(--border-color2);
    text-align: center;
    height: 30px;
}

.cart_table td.product_remove a i {
    font-size: 1.3em;
    transition: all 300ms;
}

.cart_table td.product_remove,
.cart_table th.product_remove {
    text-align: center;
}

.cart_table .table > :not(caption) > * > * {
    border-bottom-width: 0;
}

.cart_footer {
    margin: 20px 0;
}

.cart_footer .dej_input,
.cart_footer .btn-lg {
    font-size: 1em;
}

.total_cart {
    padding: 15px;
    border: 1px solid var(--border-color1);
    border-radius: var(--dej-min-radius);
}

.total_cart h5 {
    font-size: 1.4em;
    padding: 30px 0;
}

.total_cart td,
.total_cart th {
    padding: 20px 10px;
}

.total_cart button {
    padding: 10px 40px;
    font-size: 1.1em;
}

.dej_empty_cart {
    float: left !important;
    min-width: 135px;
}

/*--------------------------------------END CART---------------------------------*/
/*------------------------------------ START Checkout  ---------------------------------*/


.dej_checkout {
    display: flex;
    flex-direction: column;
}

.dej_checkout .inner {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.dej_checkout_form {
    flex-basis: 65%;
}

.dej_payment_review {
    flex-basis: 35%;
}

.dej_tankyou {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.dej_tankyou i {
    font-size: 50px;
    opacity: 0.5;
    color: green;
}

.woocommerce-thankyou-order-received, .woocommerce-thankyou-order-failed {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    padding-bottom: 30px;
    color: green;
}

.woocommerce-thankyou-order-failed, .dej_tankyou.failed i {
    color: #f68c11;
}

.dej_checkout_form, .dej_payment_review, .dej_tankyou, .woocommerce-customer-details address {
    border: 1px solid var(--border-color2);
    padding: 15px;
    border-radius: var(--dej-max-radius);
    background-color: white;
}

table.shop_table td {
    border-bottom: 0;
}

.order-delivery-title {
    display: flex;
    gap: 6px;
    margin-bottom: 12px;
}

.order-delivery-times {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.order-delivery-times li {
    display: inline-flex;
}

.order-delivery-times li label {
    background-color: rgba(0, 0, 0, 0.06);
    cursor: pointer;
    padding: 7px;
    border-radius: var(--dej-max-radius);
    position: relative;
    border: 2px solid transparent;
    transition: 0.3s;
}

.order-delivery-times input[type=radio] {
    display: none;
}

.order-delivery-times input[type=radio]:checked + label, .order-delivery-times label:hover {
    background-color: #fff;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.06);
    border-color: var(--dej-color1);
    color: var(--dej-color1);
}

table.shop_table.woocommerce-checkout-review-order-table {
    background-color: var(--widget-bg2);
    padding: 5px !important;
    margin-bottom: 20px;
}


#order_review_heading, .woocommerce-billing-fields h3 {
    padding-bottom: 15px;
}

h2.woocommerce-order-details__title, h2.woocommerce-column__title {
    padding: 25px 0;
}

.table > :not(caption) > * > * {
    border-bottom-width: 2px;
    border-color: var(--widget-bg2);
}

.woocommerce-checkout-review-order .form-check-input {
    vertical-align: middle;
}


ul.order_details {
    display: flex;
    justify-content: center;
}

.cart_totals h2 {
    font-weight: 600;
    font-size: 18px;
 }

.cart_totals {
    padding: 15px;
    border: 1px solid var(--border-color2);
    border-radius: var(--dej-max-radius);
    width: 100%;
    background-color: white;
}

.cart_totals table.shop_table {
    border: none;
    margin: 12px 0 0;
    padding:0;
}

td.product-name dl.variation dd p {
    padding: 0;
}
td.product-name dl.variation p {
    margin-bottom: 0 !important;
}
td.product-name > a {
    display: flex;
}
#billing_map_address_field #billing-map {
    border-radius: var(--dej-max-radius);
    height: 350px;
}

ul.payment_methods li img {
    max-width: 200px;
    max-height: 100px;
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
    margin-top: auto !important;
    border-top: 1px solid !important;
}

input.select2-search__field {
    background-color: #ececec !important;
    color: #232323 !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    min-width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

table.shop_table tbody th, table.shop_table tfoot td, table.shop_table tfoot th {
    border-bottom: 0;
}



.woocommerce > .dej_login_form {
    width: 400px;
    box-shadow: 0 0 10px 10px #0000000f;
    padding: 20px;
    margin: 40px auto;
    border-radius: var(--dej-max-radius);
    background-color: white;
}

.woocommerce .dejavo_login form .form-row, .woocommerce .slide-login form .form-row {
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-checkout .dej_login_form {
    display: none;
    height: 0;
    transition: height 1s;
}

.woocommerce-checkout .dej_login_form.show {
    display: flex;
    height: auto;
}

.dej_checkout_just_login {
    text-align: center;
    padding-top: 10px;
}

/*------------------------------------ END Checkout  ---------------------------------*/

.dejavo_buy_alarm {
    display: flex;
    width: 100%;
    padding: 15px;
    border: 1px solid var(--border-color2);
    border-radius: var(--dej-max-radius);
    background-color: var(--white-color);
    color: var(--dej-text-color1);
    flex-direction: column;
    margin-bottom: 15px;
}
.dejavo_buy_alarm ul {
    list-style: circle;
    padding: 8px 14px;
}
.dejavo_buy_alarm li {
    list-style: circle;
}
.dejavo_buy_alarm p, .dejavo_buy_alarm .title {
    color: var(--dej-text-color1);
}

.dej_track_order_page {
    display: flex;
    gap: 15px;
    align-items: center;
}

.dej_track_order_page img {
    width: 22%;
}
.woocommerce-form-track-order {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 73%;
    gap: 10px;
}
.dej_track_form {
    display: flex;
    align-items: flex-end;
    width: 100%;
    gap: 10px;
}
.dej_track_form .dej_status {
    display: inline-flex;
    width: auto;
}
.dejavo_ot_result .order-info {
    display: flex;
    color: white;
    background: var(--dej-color2) var(--dej-bg2);
    gap: 7px;
    align-items: center;
}
.dejavo_ot_result h3 {
    margin: 10px 0;
}
.woocommerce-OrderUpdate {
    background: var(--dej-profile-color1);
}
.woocommerce-OrderUpdate-meta {
    color: wheat;
}
.woocommerce-OrderUpdate-description p {
    color: white;
}
@media (max-width: 992px) {
    .dejavo_breadcrumb h2 {
        white-space: nowrap;
    }
    .dej-product-gallery-slider, .dej_product_countdown {
        max-width: 600px;
        margin: 0 auto;
    }

    .dej_shop_sidebar {
        background-color: white;
        height: 100%;
        max-height: 100%;
        z-index: 1300;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 100%;
        width: 365px;
        max-width: 83vw;
        text-align: start;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 0.5s;

    }

    body.show_shop_sidebar .dej_shop_sidebar, body.show_shop_sidebar .overlay-black {
        opacity: 1;
        visibility: visible;
    }

    .show_shop_sidebar .dej_shop_sidebar {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .dej_shop_sidebar .dej_header_sidebar {
        display: flex;
    }

    .dej_shop_sidebar .sidebar_content {
        padding-bottom: 110px;
    }

    .shop_sidebar_btn {
        display: inline-flex;
        font-size: 15px;
        align-items: center;
        opacity: 1;
        gap: 5px;
        justify-content: flex-start;
        border: 1px solid #00000030;
        padding: 5px 10px;
        border-radius: var(--dej-min-radius);
        background-color: white;
    }

    .woocommerce-ordering select.orderby {
        background-color: white;
    }

    .shop_sidebar_btn i {
        font-size: 20px;
    }

    .dej_shop_sidebar > div {
        box-shadow: unset;
        border-bottom: 2px solid rgba(0, 0, 0, 0.25);
    }

    .dej_orderby {
        gap: 3px;
    }

    .dej_orderby li a {
        padding: 0 8px;
        min-height: 25px;
        font-size: 13px;
    }

    .dej_shop_content {
        flex-basis: 100%;
    }

    .dejavo_popup.video {
        max-width: 96vw;
    }


    .single_product_title {
        margin: 15px 0 !important;
        flex-wrap: wrap;
    }

    .DejavoSA-wrapper .DejavoSA-product-info .DejavoSA-product-data > div {
        max-width: 270px;
    }

    .woocommerce-message .button {
        padding: 8px !important;
        font-weight: 500;
    }

    .dej_cart, .dej_checkout .inner {
        flex-direction: column;
    }

    .woocommerce-cart-form, .cart-collaterals, .dej_checkout_form, .dej_payment_review {
        width: 100%;
        flex-basis: 100%;
    }

}

@media (max-width: 768px) {
    .u-columns.col2-set {
        flex-direction: column;
    }

    .u-column2.col-2, .u-column1.col-1 {
        width: 100%;
    }
    table.shop_table td.product-remove {
        border-top: 0;
    }
    table.shop_table_responsive tr td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: right;
    }

    table.shop_table_responsive tr td.actions::before,
    table.shop_table_responsive tr td.product-remove::before{
        display: none
    }

    table.shop_table_responsive tr {
        display: block;
    }

    table.shop_table_responsive thead, table.cart .product-thumbnail{
        display: none;
    }

    table.shop_table_responsive tr td, table.shop_table_responsive tr td {
        display: block;
        text-align: left;
    }
    .cart_totals table th {
        display: none;
    }
    table.cart .coupon {
        float: right;
    }


    table.cart .button {
        display: block;
        width: 100%;
        font-size: 13px
    }

    .woocommerce-form-coupon button.button {
        white-space: nowrap;
        font-size: 13px;
        width: 100%;
    }

    .dejavo_advanced_reviews {
        flex-direction: column-reverse;
    }

    .dejavo_advanced_reviews .left {
        width: 100%;
        position: unset;
        top: unset;
    }

    .dejavo_advanced_reviews .right {
        width: 100%;
    }

    .DejavoSA-product-btn a {
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
        display: inline-flex;
        margin-right: 5px;
    }

    .DejavoSA-price-ori {
        font-size: 12px;
    }

    .DejavoSA-wrapper .DejavoSA-container .DejavoSA-product {
        flex-direction: row !important;
    }

    .DejavoSA-product-btn,
    .DejavoSA-product-price {
        display: none !important;
    }

    .DejavoSA-wrapper .DejavoSA-container .DejavoSA-product-action {
        margin-top: 10px;
    }


    ul.order_details {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px;
    }

    ul.order_details li {
        margin-left: 10px;
        margin-bottom: 25px;
        border-left: 0;
    }

    .dejavo-recommend-product-reveiw {
        flex-direction: column;
    }

    .display_dejavo_ratings {
        margin-bottom: 20px;
    }

    .dejavo_ratings .title {
        width: auto;
    }

    .dejavo_ratings .dejavo_rate {
        width: 100%;
    }
    .dejavo_ratings .title {
        font-size: 13px;
        line-height: 20px;
    }

    .dejavo_ratings {
        flex-direction: column;
        align-items: flex-start;
    }

    .dejavo-input-comment-form input {
        margin-bottom: 10px;
    }

    .display_dejavo_ratings_product {
        gap: 10px;
        margin-top: 20px;
    }

    .cart_step .step_inner a {
        gap: 5px;
        font-size: 13px;
        border-width: 2px;
        padding: 0 7px;
        white-space: nowrap;
    }

    .order-delivery-times li label {
        padding: 5px;
    }


}

@media (max-width: 576px) {
    ul.wc-item-meta {
        gap: 0;
        flex-direction: column;
    }

    .cart_totals h2 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    #dejavo_share .social_icons li a, #dejavo_share .DejavoWL-share-link {
        width: 45px;
        height: 45px;
    }

    .woocommerce > .dej_login_form {
        width: 99%;
        margin: 20px auto;
    }
    .dejavo_ratings {
        gap: 0;
    }
    .comment_container {
        gap: 5px;
    }
    .dej_shop_content {
        padding: 0;
        background-color: transparent;
        box-shadow: unset;
    }

    .woocommerce-result-count {
        display: none;
    }

    .return-to-shop {
        padding: 40px 20px;
    }

    .pro_single_rating {
        padding: 0;
    }

    nav.woocommerce-pagination ul li a, nav.woocommerce-pagination ul li span {
        padding: 13px !important;
    }

    .dejavo-comment-advantages {
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    .dejavo-input-comment-form {
        width: 100%;
    }
    #reviews .commentlist li img.avatar {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .woocommerce-review__dash {
        display: none;
    }

    #reviews li .comment-text p.meta {
        align-items: flex-start;
        gap: 0;
        flex-direction: column;
        margin-right: 65px;
        min-height: 60px;
    }
    #reviews li .comment-text .star-rating {
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .DejavoSA-atc .DejavoSA-btn {
        padding: 0 6px !important;
        font-size: 12px !important;
    }
    .dej_track_order_page {
        flex-direction: column;
    }
    .dej_track_order_page img {
        width: auto;
        max-height: 200px;
    }
    .woocommerce-form-track-order {
        width: auto;
    }
    .dej_track_form {
        align-items: flex-start;
        flex-direction: column;
    }
    .dejavo_track_order .form-row-first, .dejavo_track_order .form-row-last {
        width: 100%;
    }
    .coupon .coupon-error-notice {
        padding-right: 0;
        display: flex;
    }
    table.cart .coupon {
        display: flex;
        width: 100%;
        margin-bottom: 20px;
        flex-direction: column;
        gap:7px
    }
    table.cart .coupon .button, table.cart .coupon input, form.checkout_coupon .form-row, .dej_empty_cart {
        width: 100%;
    }
    .cart_step .cart, .cart_step .thanks {
        width: 35%;
    }
    .cart_step .checkout {
        width: 40%;
    }
    td.product-name > a {
        padding: 0 5px;
    }

}



