
/* --------------------------- */
/** WOOCOMMERCE
------------------------------ */

body:not(.woocommerce-page) .show-only-woo {
    display: none;
}

.elementor-editor-active .show-only-woo {
    display: block !important
}

/*** My Account Page */
.section.account--sec .pe-wrapper {
    padding: 0;
    min-height: 60vh;
    border-color: var(--linesColor);
    border-width: 1px;
}

.wrapper-has-bg .section.account--sec .pe-wrapper {
    background: var(--secondaryBackground)
}

.section.account--sec {
    min-height: 60vh;
}

.woocommerce-account .woocommerce-MyAccount-content {
    max-width: 100%;
    background: var(--secondaryBackground);
    border-radius: var(--radius);
    padding: 40px;
    width: 100% !important;
    --radius: 25px;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 1em;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 75%;
    margin: 50px auto;
}

.pe--account--wrap nav.woocommerce-MyAccount-navigation ul {
    margin: 0
}

nav.woocommerce-MyAccount-navigation ul li a {
    font-size: 1em;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
    margin-right: 5%;
}

.pe-col-3.zeyna--account--nav {
    padding: 0;
    gap: 25px;
}


nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: var(--secondaryBackground);
    border-radius: 5px;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding: 0.75em 0.5em 0.75em 1em;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    /* color: var(--mainBackground); */
}

nav.woocommerce-MyAccount-navigation ul li a span.acc--nav--icon {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    margin-right: 0.5em;
}

nav.woocommerce-MyAccount-navigation ul li a span.acc--nav--icon svg {
    width: 1.2em;
    height: 1.2em;
    fill: var(--mainColor);
}



.zeyna--account--details {
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--mainColor);
    border-radius: 15px;
    padding: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    color: var(--mainBackground);
    overflow: hidden;
    min-height: 167px;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.zeyna--user--avatar {
    width: 35%;
    height: 100%;
}

.zeyna--user--details {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 1em;
    position: relative;
}

.zeyna--user--avatar img {
    display: block;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.zeyna--account--details a {
    color: var(--mainBackground);
}

.zeyna--user--details>div:not(.zeyna--user--display--name) {
    font-size: 14px;
    color: var(--secondaryColor);
}

.zeyna--user--details>div:not(.zeyna--user--display--name) a {
    text-decoration: underline;
}

a.zeyna--logout--button {
    position: absolute;
    bottom: 1em;
    left: 1em;
    font-size: 14px;
    border: 1px solid var(--linesColor);
    padding: 0.1em 1em;
    border-radius: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content:has(.zeyna--account--dashboard) {
    background: none;
    padding: 0;
}

.zeyna--account--dashboard .zeyna--account--dashboard--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
}

.zeyna--account--dashboard .zeyna--account--dashboard--head>div {
    padding: 1em;
    background: var(--secondaryBackground);
    border-radius: 15px;
    padding: 2em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.zeyna--account--dashboard .zeyna--account--dashboard--head>div span.user--num {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
}

.zeyna--account--dashboard .zeyna--account--dashboard--head>div span:not(.user--num) {
    font-size: 14px;
    color: var(--secondaryColor);
}

.zeyna--account--dashboard--foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}

.zeyna--account--dashboard--foot>div {
    background: var(--secondaryBackground);
    padding: 1em;
    border-radius: 15px;
}

.zeyna--account--dashboard--foot>div.user--latest--orders {
    width: calc(75% - 4px);
    min-height: 350px;
}

.zeyna--account--dashboard--foot>div.user--favorite--item {
    width: calc(25% - 11px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.mpi--product {
    display: block;
    width: 100%;
}

.mpi--product a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.mpi--product a span {
    position: absolute;
    bottom: 1em;
}


.mpi--product img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

.zeyna--account--dashboard--foot>div.user--favorite--item p {
    position: absolute;
    top: 0.75em;
    left: 0;
    text-align: center;
    width: 100%;
}

.zeyna--account--dashboard--foot>div>p {
    margin: 0;
}

.zeyna--account--dashboard--foot>div.user--latest--orders ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1em;
    gap: 1em;
}

.zeyna--account--dashboard--foot>div.user--latest--orders ul li>a>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--mainBackground);
    padding: 1em 1.5em 1em 1em;
    border-radius: 15px;
    gap: 20px;
}

.zeyna--account--dashboard--foot>div.user--latest--orders ul li>a>div>.lpi--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10%;
}

.zeyna--account--dashboard--foot>div.user--latest--orders ul li>a>div>.lpi--row:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    color: var(--secondaryColor);
    gap: 5px;
    width: 20%;
}

.lpi--row.lpi--images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    width: 60% !important;
}

.lpi--row.lpi--images>div {
    width: 65px;
    height: 65px;
    border-radius: 10px;
    overflow: hidden;
}

.lpi--row.lpi--images>div img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lpi--row:first-child span:first-child {
    font-weight: bold;
    color: var(--mainColor);
}

.zeyna--account--dashboard--foot>div.user--latest--orders ul li>a>div>.lpi--row:last-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.3em 0.5em;
    background: var(--mainColor);
    color: var(--secondaryBackground);
    border-radius: 10px;
    font-size: 10px;
    text-transform: uppercase;
}

.zeyna--account--dashboard--foot>div>p>a {
    font-size: 14px;
    color: var(--secondaryColor);
    float: right;
    text-decoration: underline;
    text-transform: uppercase;
}

.zeyna--account--dashboard--foot>div>p>a:hover {
    color: var(--mainColor);
}

.zeyna--acc--order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--mainBackground);
    padding: 1em;
    border-radius: 15px;
    gap: 40px;
    margin-bottom: 1em;
}

.zeyna--acc--order>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.zeyna--acc--order>div>div:not(:has(*)) {
    display: none;
}

.zeyna--acc--order>div.zeyna--acc--order--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.zeyna--acc--order>div.zeyna--acc--order--bottom .lpi--row.lpi--images {
    width: 50% !important;
}

.woo--oders--table--title p {
    margin: 0;
    margin-bottom: 50px;
}

.section.account--sec form .form-row input.input-text,
.section.account--sec form .form-row textarea {
    padding: 0.75em 1em;
    font-size: 14px;
    border-color: var(--linesColor);
}

.section.account--sec form .form-row label {
    font-size: 14px;
    color: var(--secondaryColor);
}

.section.account--sec form button {
    font-size: 14px;
    border-radius: var(--radius);
    --radius: 10px
}

.section.account--sec .select2-container--default .select2-selection--single {
    border-color: var(--linesColor);
    border-radius: var(--radius);
    --radius: 10px;
    padding: 0.75em 1em;
    font-size: 14px;
    height: auto;
}

.section.account--sec .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

span.select2-dropdown.select2-dropdown--below {
    border: 1px solid var(--linesColor) !important;
    background-color: var(--secondaryBackground);
}

.section.account--sec em {
    font-size: 12px;
    color: var(--secondaryColor);
}

.dashboard-type-user-preview .zeyna--account--nav--top,
.dashboard-type-user-preview .zeyna--user--active--order,
.dashboard-type-user-preview .zeyna--account--dashboard--nav {
    display: none;
}

/* Account Dashboard Style Menu  */
.dashboard-type-navigation .zeyna--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
    gap: 1%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 20px;
    margin-bottom: 0;
}


.dashboard-type-navigation .zeyna--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li {
    width: 32%;
    height: 200px;
    background: var(--secondaryBackground);
    border-radius: var(--radius);
    --radius: 10px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.dashboard-type-navigation .zeyna--account--dashboard--head,
.dashboard-type-navigation .zeyna--account--dashboard--foot {
    display: none;
}

.dashboard-type-navigation .zeyna--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    font-size: 18px;
    padding: 0.2em;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

.zeyna--account--nav--top nav.woocommerce-MyAccount-navigation ul li.is-active,
.dashboard-type-navigation .zeyna--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: var(--mainColor);
}

.zeyna--account--nav--top nav.woocommerce-MyAccount-navigation ul li.is-active a,
.dashboard-type-navigation .zeyna--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--mainBackground);
}

.zeyna--account--nav--top nav.woocommerce-MyAccount-navigation ul li.is-active svg,
.dashboard-type-navigation .zeyna--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li.is-active svg {
    fill: var(--mainBackground);
}

.dashboard-type-navigation .zeyna--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li a span.acc--nav--icon {
    font-size: 1.5em;
}

.zeyna--account--nav--top nav.woocommerce-MyAccount-navigation ul li:hover a,
.dashboard-type-navigation .zeyna--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li:hover a {
    color: var(--mainBackground);
}

.zeyna--account--nav--top nav.woocommerce-MyAccount-navigation ul li:hover,
.dashboard-type-navigation .zeyna--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li:hover {
    background: var(--mainColor);
}

.zeyna--account--nav--top nav.woocommerce-MyAccount-navigation ul li:hover a svg,
.dashboard-type-navigation .zeyna--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li:hover a svg {
    fill: var(--mainBackground);
}

.dashboard-type-navigation .pe-col-3.zeyna--account--nav .woocommerce-MyAccount-navigation {
    display: none;
}

.dashboard-type-navigation .zeyna--account--details {
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--mainColor);
    border-radius: 0;
}

.dashboard-type-navigation .zeyna--account--details a {
    color: var(--mainColor);
}

.dashboard-type-navigation .zeyna--account--details .zeyna--user--details {
    padding: 0;
    margin-top: 2em;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-type-navigation .zeyna--account--details .zeyna--user--avatar {
    width: 75px;
    border-radius: var(--radius);
    --radius: 50%;
    overflow: hidden;
}

.dashboard-type-navigation .zeyna--account--details .zeyna--user--display--name {
    font-size: 20px;
    font-weight: 500;
}

.dashboard-type-navigation .zeyna--account--details a.zeyna--logout--button {
    position: static;
    display: block;
    margin-top: 1em;
}

.zeyna--account--nav--top nav.woocommerce-MyAccount-navigation ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 1em;
}

.zeyna--account--nav--top nav.woocommerce-MyAccount-navigation ul li {
    width: 100%;
    background: var(--secondaryBackground);
    border-radius: var(--radius);
    --radius: 5px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    white-space: nowrap;
    padding-right: 20px;
}

.pe-col-9.zeyna--account--content:has(.zeyna--account--dashboard--nav) .zeyna--account--nav--top {
    display: none;
}

.dashboard-type-navigation .woocommerce-MyAccount-content {
    --radius: 10px;
}

.zeyna--user--active--order {
    display: block;
    border-radius: var(--radius);
    --radius: 10px;
    background: var(--secondaryBackground);
    padding: 1em;
    width: 90%;
    margin-top: auto;
}

.zeyna--user--active--order p {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--secondaryColor);
}

.zeyna--user--active--order .zeyna--latest--products--item {
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.zeyna--user--active--order .zeyna--latest--products--item .lpi--row.lpi--images {
    width: 100% !important;
    margin-top: 1em;

}

.zeyna--user--active--order .zeyna--latest--products--item span.lpi--row.order--status {
    border: 1px solid var(--linesColor);
    padding: 0.5em 1em;
    border-radius: 10px;
    background: var(--mainColor);
    color: var(--secondaryBackground);

}

/* Account Dashboard Style Classic  */

.dashboard-type-classic .pe-col-3.zeyna--account--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
    border-bottom: 1px solid var(--linesColor);
    padding-bottom: 10px;
    width: 100%;
}

.dashboard-type-classic .section.account--sec .pe-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 75%;
}

.dashboard-type-classic .zeyna--user--avatar {
    display: none;
}

.dashboard-type-classic .zeyna--account--details {
    background: none;
    color: var(--mainColor);
    min-height: unset;
    width: auto;
    white-space: nowrap;
}

.dashboard-type-classic .zeyna--account--nav--top,
.dashboard-type-classic .user--favorite--item,
.dashboard-type-classic .zeyna--account--dashboard--head,
.dashboard-type-classic .zeyna--account--dashboard--nav,
.dashboard-type-classic a.zeyna--logout--button,
.dashboard-type-classic .zeyna--user--url,
.dashboard-type-classic .zeyna--user--bio,
.dashboard-type-classic .zeyna--user--active--order,
.dashboard-type-classic .zeyna--account--dets--foot {
    display: none !important;
}


.dashboard-type-classic .zeyna--account--dashboard--foot>div.user--latest--orders {
    width: 100%;
}

.dashboard-type-classic .pe-col-9.zeyna--account--content {
    width: 100%;
    padding: 0
}

.dashboard-type-classic .pe-col-3.zeyna--account--nav nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
}

.dashboard-type-classic .pe-col-3.zeyna--account--nav nav.woocommerce-MyAccount-navigation {
    margin: 0;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;

}

.dashboard-type-classic .pe-col-3.zeyna--account--nav nav.woocommerce-MyAccount-navigation ul li {
    padding: 0;
    white-space: nowrap;
}

.dashboard-type-classic .pe-col-3.zeyna--account--nav nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: none;
    position: relative;
}

.dashboard-type-classic .pe-col-3.zeyna--account--nav nav.woocommerce-MyAccount-navigation ul li:not(:last-child) .acc--nav--icon {
    display: none;
}

.dashboard-type-classic .pe-col-3.zeyna--account--nav nav.woocommerce-MyAccount-navigation ul li:last-child {
    margin-left: 2em;
    font-weight: 500;
}

.dashboard-type-classic .pe-col-3.zeyna--account--nav nav.woocommerce-MyAccount-navigation ul li:last-child svg {
    fill: var(--mainColor);
}

.dashboard-type-classic .pe-col-3.zeyna--account--nav nav.woocommerce-MyAccount-navigation ul li.is-active::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--mainColor);
    position: absolute;
    left: 0;
    bottom: -11px;
}

.dashboard-type-classic .zeyna--user--details {
    padding: 0;
}


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

    .dashboard-type-classic .section.account--sec .pe-wrapper {
        width: 100%;
    }

    .zeyna--account--dashboard--foot>div.user--latest--orders ul li>a>div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 2em;
    }

    .zeyna--account--dashboard--foot>div.user--latest--orders ul li>a>div>.lpi--row {
        width: auto;
    }

    .zeyna--account--dashboard--foot>div.user--latest--orders ul li>a>div>.lpi--row:first-child {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .zeyna--account--dashboard--foot>div.user--latest--orders ul li>a>div>.lpi--row:last-child {
        width: auto !important;
    }

    .zeyna--acc--order>div.zeyna--acc--order--bottom .lpi--row.lpi--images {
        width: 100% !important;
    }

    .zeyna--acc--order>div.zeyna--acc--order--bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        gap: 20px;
    }

    .zeyna--acc--order>div.zeyna--acc--order--bottom>div {
        width: auto !important;
    }

    .dashboard-type-classic .pe-col-3.zeyna--account--nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 1em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 10px;
    }

    .dashboard-type-classic .pe-col-3.zeyna--account--nav nav.woocommerce-MyAccount-navigation ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .dashboard-type-classic .pe-col-3.zeyna--account--nav nav.woocommerce-MyAccount-navigation ul li.is-active::after {
        bottom: 0;
    }

    .dashboard-type-classic .pe-col-3.zeyna--account--nav {
        border-bottom: navajowhite;
    }


    .dashboard-type-navigation .pe-col-3.zeyna--account--nav {
        width: 100%;
        margin: 0;
    }

    .dashboard-type-navigation .zeyna--account--details {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 20px;
        min-height: unset;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .dashboard-type-navigation .zeyna--account--details .zeyna--user--details {
        margin-top: 0;
    }

    .zeyna--user--active--order {
        display: none;
    }

    .dashboard-type-navigation .zeyna--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li {
        width: 49%;
        height: auto;
        min-height: 150px;
    }

    .pe-col-9.zeyna--account--content {
        width: 100%;
        padding: 0;
    }

    .zeyna--account--nav--top nav.woocommerce-MyAccount-navigation ul li {
        white-space: nowrap;
        padding-right: 20px;
    }

    .pe-col-3.zeyna--account--nav {
        width: 100%;
        margin-bottom: 0;
    }

    .dashboard-type-user-preview nav.woocommerce-MyAccount-navigation ul {
        margin: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .dashboard-type-user-preview nav.woocommerce-MyAccount-navigation ul li {
        white-space: nowrap;
        padding-right: 1.5em;
    }

    .zeyna--account--dashboard .zeyna--account--dashboard--head>div span.user--num {
        font-size: 20px;
    }

    .zeyna--account--dashboard .zeyna--account--dashboard--head>div {
        padding: 10px;
        width: 48%;
    }

    .zeyna--account--dashboard .zeyna--account--dashboard--head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 4%;
        row-gap: 10px;
    }

    .zeyna--account--details {
        min-height: unset;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    a.zeyna--logout--button {
        display: none;
    }

    .zeyna--user--avatar {
        width: 40%;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 5px;
        margin-left: 5px;
        margin-bottom: 5px;
        height: 100%;
    }

    .zeyna--user--details {
        gap: 10px;
        width: 75%;
    }

    .zeyna--account--dashboard--foot>div.user--latest--orders {
        width: 100%;
    }

    .zeyna--account--dashboard--foot>div.user--favorite--item {
        width: 100%;
    }

}


.user-url-hide .zeyna--user--url,
.user-bio-hide .zeyna--user--bio,
.user-avatar-hide .zeyna--user--avatar,
.active-order-hide.user-card-hide .pe-col-3.zeyna--account--nav,
.active-order-hide .zeyna--user--active--order,
.user-summary-hide .zeyna--account--dashboard--head,
.most-visited-hide .user--favorite--item,
.user-card-hide .zeyna--account--details {
    display: none !important
}

.active-order-hide.user-card-hide .pe-col-9.zeyna--account--content,
.most-visited-hide .zeyna--account--dashboard--foot>div.user--latest--orders {
    width: 100%;
}


.zeyna--account--dashboard .zeyna--account--dashboard--head>div,
.zeyna--account--dashboard--foot>div,
nav.woocommerce-MyAccount-navigation ul li.is-active,
.zeyna--account--details,
.woocommerce-MyAccount-content,
.dashboard-type-navigation .zeyna--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li,
.zeyna--user--active--order {
    border-width: 1px;
    border-color: var(--linesColor);
}

.pe-wrapper.zeyna--login--page--wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 75vh;
}

/*** Add to Cart */


.zeyna--cart--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: var(--radius);
    overflow: hidden;
    padding: 0.5em 1.5em 0.5em 0.5em;
    position: relative;
    z-index: 1;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
    border-color: var(--linesColor);
    border-width: 1px;
    --radius: 5px;
    gap: 10px;
    justify-content: start;
}

.woocommerce .zeyna--cart--form a.added_to_cart {
    display: none;
}

.zeyna--cart--form .pe--button--wrapper .pb--handle>span.pe--button--icon:has(svg) {
    width: 1.25em;
    height: 1.25em;
}

.zeyna--cart--form .pe--button--wrapper .pb--handle>span.pe--button--icon:has(svg)>span {
    display: block;
    width: 100%;
    height: 100%;
    transform-origin: center center
}


.woocommerce-variation-add-to-cart.variations_button.zeyna--cart--form.woocommerce-variation-add-to-cart-enabled .var--add {
    display: inline-block;
}

.woocommerce-variation-add-to-cart.variations_button.zeyna--cart--form.woocommerce-variation-add-to-cart-enabled .selec--opt {
    display: none;
}

.zeyna--single--product .woocommerce-variation-description {
    display: none;
}

.zeyna--cart--form .single_add_to_cart_button.added span.cart-plus,
.zeyna--cart--form .single_add_to_cart_button.loading span.cart-plus,
.zeyna--cart--form .single_add_to_cart_button svg.cart-loading,
.zeyna--cart--form .single_add_to_cart_button span.cart-done {
    opacity: 0;
}

@-webkit-keyframes cartLoading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes cartLoading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes cartLoadingSingle {
    0% {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg)
    }
}

@keyframes cartLoadingSingle {
    0% {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg)
    }
}

.zeyna--cart--form .single_add_to_cart_button svg.cart-loading {
    -webkit-animation-name: cartLoading;
    animation-name: cartLoading;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;

}

.zeyna--cart--form .single_add_to_cart_button svg.cart-loading {
    -webkit-animation-name: cartLoadingSingle;
    animation-name: cartLoadingSingle;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;

}

.zeyna--cart--form .single_add_to_cart_button.loading svg.cart-loading {
    opacity: 1
}

.zeyna--cart--form .single_add_to_cart_button.added span.cart-done {
    opacity: 1
}

.zeyna--cart--form .single_add_to_cart_button.loading span.cart-done {
    opacity: 0;
}


button.single_add_to_cart_button.external_add_to_cart.button.alt {
    text-align: left;
}

.zeyna--cart--form button.single_add_to_cart_button svg.cart-loading,
.zeyna--cart--form button.single_add_to_cart_button .cart-done {
    position: absolute;
    right: var(--paddingRight);
    display: block !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: var(--mainColor);
    width: 1.25em;
    height: 1.25em;
    z-index: 33;
}

.zeyna--single--view--button {
    display: block;
    float: left;
    width: 100%;
}

.zeyna--single--view--button a {
    padding: 0.8rem;
    display: block;
    width: 100%;
    line-height: 1;
    font-size: 14px;
    border-radius: var(--radius);
    text-transform: uppercase;
    position: relative;
    --radius: 5px;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
    border-width: 1px;
    border-color: var(--linesColor);
}

.zeyna--single--view--button a::before,
.zeyna--single--view--button a::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondaryBackground);
    border-radius: var(--radius);
    top: 0;
    z-index: -2;
}

.zeyna--single--view--button a::before {
    background: var(--mainColor);
    width: 0%;
    z-index: -1;
    -webkit-transition: all .4s cubic-bezier(0.86, 0, 0.1, 1);
    -o-transition: all .4s cubic-bezier(0.86, 0, 0.1, 1);
    transition: all .4s cubic-bezier(0.86, 0, 0.1, 1);
}

.zeyna--single--view--button a:hover::before {
    width: 100%;
}

.zeyna--single--view--button a:hover {
    color: var(--mainBackground);
}

.zeyna--single--view--button .zeyna--svg {
    position: absolute;
    top: 50%;
    right: 0.5em;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.zeyna--single--view--button .zeyna--svg svg {
    -webkit-transition: fill .4s ease .1s;
    -o-transition: fill .4s ease .1s;
    transition: fill .4s ease .1s;
}

.zeyna--single--view--button a:hover .zeyna--svg svg {
    fill: var(--mainBackground);
}

.zeyna--svg svg {
    fill: var(--mainColor)
}

/* Grouped Add To Cart  */

.woocommerce div.product.woocommerce-grouped-product-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.woocommerce div.product.woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__image {
    width: 25%;
    height: 125px;
}

.woocommerce div.product.woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__details {
    width: 75%;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5em 0;
    gap: 10px;
}

.woocommerce-grouped-product-list-item__details__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1rem;
    width: 100%;
}

.woocommerce div.product.woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__image a,
.woocommerce div.product.woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__image img {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    height: 100%;
}

.woocommerce-grouped-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.woocommerce-grouped-product-list-item__variations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.woocommerce-grouped-product-list-item__variations select {
    padding: 7.5px;
    font-size: 14px;
    border-radius: 10px;
}

.woocommerce-grouped-product-list-item__variations label {
    font-size: 14px;
    color: var(--secondaryColor);
}


form#grouped_add_to_cart_form button.single_add_to_cart_button.grouped_add_to_cart_button.button.alt {
    text-align: left;
}

.woocommerce-grouped-product-list-item__details__bottom {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


/* Grouped Add To Cart  */



.zeyna--cart--form button.single_add_to_cart_button svg {
    display: block;
    -webkit-transition: fill .4s ease;
    -o-transition: fill .4s ease;
    transition: fill .4s ease;
    width: 1.25em;
    height: 1.25em;
}


.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    position: fixed !important;
    bottom: 25px !important;
    left: 50% !important;
    background: var(--secondaryBackground) !important;
    z-index: 1 !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    border: 1px solid var(--linesColor) !important;
    border-radius: 15px;
    color: var(--mainColor) !important;
}

.woocommerce-info::before {
    color: var(--secondaryColor) !important;
}

.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center {
    margin-top: 20vh;
    font-size: 30px;
    letter-spacing: normal;
}

h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    text-align: center;
    font-size: 1rem;
}

.zeyna--empty--cart--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 70vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.empty--cart--text {
    max-width: 30%;
    text-align: center;
}

.empty--cart--icon svg polygon {
    stroke: var(--secondaryColor);
}

.zeyna--cart--empty p.return-to-shop {
    margin-top: 3em
}

.zeyna--cart--empty p.return-to-shop a {
    background-color: var(--mainColor);
    color: var(--mainBackground);
    padding: 0.75em 2em;
    border-radius: 10px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.zeyna--cart--empty p.return-to-shop a:hover {
    background-color: var(--secondaryBackground);
}

.woocommerce-info::before {
    color: var(--secondaryColor);
}

.woocommerce-info {
    border-color: var(--secondaryColor);
}

.zeyna--cart--wrapper a.shipping-calculator-button {
    color: var(--secondaryColor);
}

.zeyna--cart--wrapper form.woocommerce-shipping-calculator .form-row select,
.zeyna--cart--wrapper form.woocommerce-shipping-calculator .form-row input.input-text,
.zeyna--cart--wrapper form.woocommerce-shipping-calculator .form-row textarea {
    padding: 0.75em;
    font-size: 14px;
    border-radius: 10px;
    background: none;
    color: var(--secondaryColor);
    border-color: var(--linesColor);
    border-width: 1px
}

.zeyna--cart--wrapper form.woocommerce-shipping-calculator .form-row {
    width: 50%;
    float: left;
    clear: none;
}



button.button[name=calc_shipping] {
    font-size: 14px;
    border: 1px solid var(--linesColor);
    padding: 0.5em 2em;
    float: left;
    margin-top: 1em;
}

/* Cart Page  */
.pe-wrapper.zeyna--cart--wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: 50px;
    padding: 0;
}

.pe-wrapper.zeyna--cart--wrapper::after {
    display: none;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    display: flex;
    flex-direction: column;
    gap: calc(var(--gap) / 2);
    --gap: 25px;
}

.pe-wrapper.zeyna--cart--wrapper>.form--col {
    width: 65%;
}

.pe-wrapper.zeyna--cart--wrapper>.cart--totals--col {
    width: 35%;
}

.woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    border-bottom: 1px solid var(--linesColor);
    padding-bottom: calc(var(--gap) / 2);
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
    width: 20%;
    height: 200px;
}

.woocommerce-cart-form__cart-item.cart_item .product-name {
    width: 60%;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
}

.woocommerce-cart-form__cart-item.cart_item .product-name p.cart--item--price {
    margin-top: auto;
    margin-bottom: 0;
}

.woocommerce-cart-form__cart-item.cart_item .product-name p p.cart--item--price {
    margin-top: auto;
}

.woocommerce-cart-form__cart-item.cart_item .product-name>* {
    width: 100%;
}

.woocommerce-cart-form__cart-item.cart_item .product-name .product-attributes {
    color: var(--secondaryColor);
    font-size: 12px;
}

.woocommerce-cart-form__cart-item.cart_item .product-name .product-attributes:not(:has(*)) {
    display: none;
}

.woocommerce-cart-form__cart-item.cart_item .product-name dl.variation,
.woocommerce-cart-form__cart-item.cart_item .product-name dl.variation dd,
.woocommerce-cart-form__cart-item.cart_item .product-name dl.variation dd p {
    margin: 0;
}

.woocommerce-cart-form__cart-item.cart_item .product-name dl.variation dd p {
    color: var(--secondaryColor);
    font-size: 12px;
}

.woocommerce-cart-form__cart-item.cart_item .product-subtotal {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: stretch;
    padding: 1rem 2rem;
    gap: 10px;
}

.woocommerce-cart-form__cart-item.cart_item .product-subtotal span.woocommerce-Price-amount.amount {
    font-size: 1.25rem;
}

.zeyna--cart--form .quantity {
    display: none;
}

.woocommerce .product-remove {
    display: block;
    font-size: 1rem;
    margin-top: auto;
    margin-left: auto;
}

.woocommerce .product-remove a.remove,
.woocommerce .product-remove a.remove svg {
    width: 1em;
    height: 1em;
    display: block;
    line-height: 1;
    font-weight: normal;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail>a,
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail>a>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pe-wrapper.zeyna--cart--wrapper .cart_totals {
    padding-top: 30px;
    background: var(--secondaryBackground);
    padding-bottom: 0;
}

.pe-wrapper.zeyna--cart--wrapper .cart_totals .cart-summary {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pe-wrapper.zeyna--cart--wrapper .cart_totals .cart-summary .cart-row.cart-subtotal,
.pe-wrapper.zeyna--cart--wrapper .cart_totals .cart-summary .cart-row.cart-tax,
.pe-wrapper.zeyna--cart--wrapper .cart_totals .cart-summary .cart-row.cart-subtotal,
.pe-wrapper.zeyna--cart--wrapper .cart_totals .cart-summary .cart-row.cart-delivery,
.pe-wrapper.zeyna--cart--wrapper .cart_totals .cart-summary .cart-row.cart-subtotal,
.pe-wrapper.zeyna--cart--wrapper .cart_totals .cart-summary .cart-row.order-total {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: normal;
}


.pe-wrapper.zeyna--cart--wrapper .cart_totals .cart-summary .cart-row.cart-subtotal .cart-label,
.pe-wrapper.zeyna--cart--wrapper .cart_totals .cart-summary .cart-row.cart-tax .cart-label,
.pe-wrapper.zeyna--cart--wrapper .cart_totals .cart-summary .cart-row.cart-delivery .cart-label {
    color: var(--secondaryColor)
}

.pe-wrapper.zeyna--cart--wrapper .cart_totals .cart-summary .cart-row.order-total {
    border-top: 1px dashed var(--linesColor);
    font-size: 1.5rem;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pe-wrapper.zeyna--cart--wrapper .cart_totals .cart-summary>div {
    padding-left: 30px;
    padding-right: 30px;
}


.pe-wrapper.zeyna--cart--wrapper .cart_totals .cart-summary .cart-row.order-total .includes_tax {
    display: none;
}

.pe-wrapper.zeyna--cart--wrapper .cart_totals .wc-proceed-to-checkout {
    padding: 0;
    margin-top: 0;
}

.pe-wrapper.zeyna--cart--wrapper .cart_totals .wc-proceed-to-checkout a {
    margin: 0;
    text-align: center;
    width: 100%;
    display: block;
    padding: 1.5em;
    background: var(--mainColor);
    color: var(--secondaryBackground);
    font-size: 1rem;
    line-height: 1;
}

.woocommerce .zeyna--cart--wrapper ul#shipping_method li input {
    appearance: none;
    display: none;
}

.woocommerce .zeyna--cart--wrapper ul#shipping_method {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.woocommerce .zeyna--cart--wrapper ul#shipping_method li {
    width: calc(50% - 5px);
    padding: 20px;
    border: 1px dashed var(--linesColor);
    border-radius: 0;
}

.woocommerce .zeyna--cart--wrapper ul#shipping_method li p.shipping-method-description {
    margin: 0;
    font-size: 12px;
    color: var(--secondaryColor);
    margin-top: 5px;
}

.woocommerce .zeyna--cart--wrapper ul#shipping_method li:has(input:checked) {
    border: 1px solid var(--mainColor);
}


.pe-wrapper.zeyna--cart--wrapper .cart_totals .cart-summary>div.cart-row.cart-shipping {
    padding-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--linesColor);
}

.cart-row.zeyna--coupon--register {
    width: 100%;
}

.zeyna--coupon {
    position: relative;
    display: flex;
    gap: 0;
    white-space: nowrap;
    border: 1px solid var(--linesColor);
    transition: all .4s ease;
}

.zeyna--coupon input {
    border: none;
    padding: 1em;
}

.zeyna--coupon button.button {
    background: var(--mainColor) !important;
    color: var(--mainBackground) !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    padding: 1em 2em !important;
    border-radius: 0 !important;
}

.zeyna--coupon:has(input:focus) {
    border-color: var(--mainColor) !important;
}

.pe-wrapper.zeyna--cart--wrapper .zeyna--cart--actions {
    display: none;
}

/* Quantity Control  */

.zeyna--products-grid .zeyna--quantity--control {
    display: none;
}

.zeyna--quantity--control {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
}

.quantity {
    display: none;
}

.zeyna--quantity--control>span:not(.current--quantity) {
    padding: 5px 7px;
    border: 1px solid var(--linesColor);
    display: flex;
    line-height: 1;
    --radius: 50px;
    cursor: pointer;
    width: auto;
    height: auto;
    font-size: inherit;
}

.zeyna--quantity--control>span>svg {
    display: block;
    width: 1rem;
    height: 1rem;
    fill: var(--mainColor);
    line-height: 1;
}

/*** Checkout Page */

.pe-wrapper.zeyna--checkout--wrapper,
.pe-wrapper.zeyna--checkout--wrapper>div {
    padding: 0;
    margin: 0;
}

.woocommerce form.zeyna--checkout--form .form-row-first,
.woocommerce form.zeyna--checkout--form .form-row-last,
.woocommerce-page form .zeyna--checkout--wrapper .form-row-first,
.woocommerce-page form .zeyna--checkout--wrapper .form-row-last {
    width: 100%;
}

.woocommerce form.zeyna--checkout--form .form-row {
    padding: 0;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 1em;
    width: 100%;
}



.woocommerce form.zeyna--checkout--form .form-row button[name=woocommerce_checkout_place_order] {
    color: var(--secondaryColor);
}

.woocommerce form.zeyna--checkout--form .form-row label {
    line-height: 1;
    position: absolute !important;
    font-size: 12px;
    top: 2em;
    left: 1.1rem;
    color: var(--secondaryColor);
    z-index: 1;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-clip-path: none;
    clip-path: none;
    width: auto;
    height: auto;
    clip: auto;
}

.woocommerce form.zeyna--checkout--form .form-row label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: block !important;
    width: 100%;
}


.woocommerce form.zeyna--checkout--form .form-row select,
.woocommerce form.zeyna--checkout--form .form-row input.input-text,
.woocommerce form.zeyna--checkout--form .form-row textarea {
    line-height: 1;
    padding: 2em 1em 0.5em 1.25em;
    background: var(--secondaryBackground);
    border: 1px solid var(--linesColor);
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--mainColor);
}

.zeyna--checkout--wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1em;
    font-size: 1em;
    padding: 2.25em 1em 0.5em 1em;
    text-align: left;
    color: var(--mainColor);
}

.zeyna--checkout--wrapper .select2-container--default .select2-selection--single {
    height: auto;
    border-color: var(--linesColor);
    border-radius: 5px;
    background-color: var(--secondaryBackground);
    color: var(--mainColor);
}

.woocommerce form.zeyna--checkout--form .form-row .select2-container {
    line-height: 1em;
    font-size: 1em;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    position: static;
}

.woocommerce form .form-row .required {
    color: var(--wc-red);
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    visibility: inherit !important;
}


.pe-wrapper.zeyna--checkout--wrapper div.order--col {
    padding: 2em;
    background: var(--secondaryBackground);
    text-transform: uppercase;
    font-size: 14px;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    border-radius: 15px;
    padding-right: 1em;
    margin-right: 1em;
    height: calc(100vh - var(--topSpacing));
    --topSpacing: calc(var(--margin-top) * 1.25) - 25px;
    border-color: var(--linesColor);
    border-width: 1px;
}

.pe-section.zeyna--checkout--section.zeyna--checkout--login div.order--col {
    display: none
}



.zeyna--checkout--wrapper .shop_table thead {
    color: var(--secondaryColor);
}

.zeyna--checkout--wrapper .shop_table thead tr {
    border: none;
}

p#order_review_heading {
    color: var(--secondaryColor);
    margin: 0;
    margin-bottom: 1em;
}


span.shp--name {
    font-weight: normal;
    font-size: 10px;
    display: block;
    margin-top: 5px;
}



.checkout--accordion--content {
    overflow: hidden;
}

.checkout--accordion--title {
    padding-bottom: 1em;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    cursor: pointer;
}

.zeyna--checkout--accordion .checkout--accordion--field {
    pointer-events: none;
    width: 100%;
    display: block;
    float: left;
}

.checkout-type-simple .checkout--accordion--field {
    pointer-events: all;
    margin-bottom: 50px;
}

.zeyna--checkout--accordion .checkout--accordion--field.is--filled,
.zeyna--checkout--accordion .checkout--accordion--field.active {
    pointer-events: all;
}

.zeyna--checkout--accordion .checkout--accordion--field.is--filled .checkout--accordion--title,
.zeyna--checkout--accordion .checkout--accordion--field.active .checkout--accordion--title {
    opacity: 1;
}

.zeyna--checkout--accordion .checkout--accordion--field.active .checkout--accordion--content {
    height: auto;
}

.zeyna--woocommerce--mail,
.zeyna--woocommerce--phone {
    width: 49%;
    float: left;
}

.zeyna--woocommerce--mail {
    margin-right: 2%;
}

.woocommerce .zeyna--checkout--wrapper ul#shipping_method li {
    padding: 1em;
    border: none;
    border-radius: 5px;
    width: 49%;
    position: relative;
    background: var(--secondaryBackground);
    border-width: 1px;
    border-color: var(--linesColor);
    margin-top: 1em;
}

.woocommerce .zeyna--checkout--wrapper ul#shipping_method li label {
    text-transform: uppercase;
}

.woocommerce .zeyna--checkout--wrapper ul#shipping_method li label .shipping-method-description {
    text-transform: math-auto;
    font-size: 14px;
    color: var(--secondaryColor);
    max-width: 60%;
    line-height: 25px;
}

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

    .woocommerce ul#shipping_method {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .woocommerce .zeyna--checkout--wrapper ul#shipping_method li {
        width: 100%;
    }

    .woocommerce .zeyna--checkout--wrapper ul#shipping_method li label .shipping-method-description {
        max-width: 80%;
    }
}

.woocommerce .zeyna--checkout--wrapper ul#shipping_method .amount {
    font-weight: normal;
    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index: 1;
    text-transform: uppercase;
}

.woocommerce .zeyna--checkout--wrapper ul#shipping_method .amount {
    left: unset;
    right: 1em;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0 !important;
    border: none;
    display: block;
    float: left;
    width: 100%;
}

.form-row.place-order {
    display: block;
    float: left;
    width: 100%;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: left !important;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    background: var(--secondaryBackground);
    border-radius: 5px;
    margin-bottom: 1em !important;
    padding: 1em;
    border: 1px solid var(--secondaryBackground);
    -webkit-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease;
    border-width: 1px;
    border-color: var(--linesColor);
    width: 100% !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: none !important;
}

.zeyna--woocommerce--payment label {
    display: inline-block;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    width: 100%;
}


.woocommerce-checkout #payment ul.payment_methods li:has(input:checked) {
    border: 1px solid var(--mainColor);
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    max-width: 75%;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-top: 0;
    font-size: 14px;
}

.woocommerce-form-coupon-toggle,
form.checkout_coupon.woocommerce-form-coupon {
    display: none;
}


.checkout--accordion--field:has(.woocommerce-billing-fields) {
    margin-right: 2%
}

.checkout--accordion--field:has(.woocommerce-shipping-fields),
.checkout--accordion--field:has(.woocommerce-billing-fields) {
    width: 49%;
    float: left;
}

.zeyna--checkout--wrapper .woocommerce-billing-fields {
    margin-right: 2%;
}

.zeyna--checkout--wrapper .woocommerce-additional-fields {
    width: 100%;
    float: left
}

.zeyna--checkout--wrapper .woocommerce-additional-fields h3 {
    font-size: 18px
}

.zeyna--checkout--wrapper #billing_address_fields,
.zeyna--checkout--wrapper .shipping_address {
    overflow: hidden;
}

.zeyna--checkout--wrapper .woocommerce-billing-fields:has(.zeyna--address--card) #billing_address_fields,
.zeyna--checkout--wrapper .woocommerce-shipping-fields:has(.zeyna--address--card) .shipping_address {
    height: 0;
    text-align: center;
    padding: 0 1.5em;
}


.checkout--accordion--content:has(.zeyna--address--card) {

    background: var(--secondaryBackground);
    border-width: 1px;
    border-color: var(--linesColor);
    border-radius: 10px;
    margin-bottom: 1em;
}

.zeyna--checkout--wrapper .zeyna--address--card {
    padding: 1.5em;
    position: relative;
}

.zeyna--checkout--wrapper .zeyna--address--card .address-card--edit {
    position: absolute;
    top: 0.5em;
    right: 0em;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 3;
}

.zeyna--checkout--wrapper .zeyna--address--card .address-card--edit.active .edit--edit,
.zeyna--checkout--wrapper .zeyna--address--card .address-card--edit .edit--close {
    display: none;
}

.zeyna--checkout--wrapper .zeyna--address--card .address-card--edit.active .edit--close {
    display: block;
}

.zeyna--checkout--wrapper .zeyna--address--card .address-card--edit svg {
    width: 1em;
    height: 1em;
    fill: var(--secondaryColor);
}

.zeyna--checkout--wrapper .zeyna--address--card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}

.zeyna--checkout--wrapper .zeyna--address--card p.adress-card-name {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
}

.zeyna--checkout--wrapper .zeyna--address--card p.adress-card-phone-email {
    color: var(--secondaryColor);
    margin-bottom: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.zeyna--checkout--wrapper .zeyna--address--card p.address-card-street {
    margin-bottom: 6px;
}

.woocommerce-checkout-review-order .order-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-transform: none;
}

.woocommerce-checkout-review-order .order-items .order-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.woocommerce-checkout-review-order .order-items .order-item .product-thumbnail {
    width: 15%;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-checkout-review-order .order-items .product-info {
    width: 85%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    align-content: start;
    gap: 10px;
}

.woocommerce-checkout-review-order .order-items .product-info span.product-name {
    width: 100%;
    line-height: 1;
}

.woocommerce-checkout-review-order .order-items .product-info span:not(.product-name) {
    color: var(--secondaryColor);
}

.woocommerce-checkout-review-order .order-items .order-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
}

.woocommerce-checkout-review-order .order-summary {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-transform: none;
    width: 100%;
    margin-top: auto;
}

.woocommerce-checkout-review-order .order-summary>div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--linesColor);
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    gap: 50px;
}

.woocommerce-checkout-review-order .checkout-coupon {
    width: 100%;
    border: 1px solid var(--linesColor);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-checkout-review-order button.apply-coupon {
    white-space: nowrap;
    padding: 1em;
}

.woocommerce-checkout-review-order input#zeyna_coupon_code {
    padding: 1em;
}

/* Order Received  */
body:has(.woocommerce-thankyou-order-received) .site-footer,
body:has(.woocommerce-thankyou-order-received) .site-header {
    display: none;
}

.woocommerce-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
}

body.layout--default .woocommerce-order .secondary__logo {
    display: none;
}

body.layout--switched .woocommerce-order .main__logo {
    display: none;
}

.e-con:has(.woocommerce-order) {
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-order-col-6 {
    width: 50%;
    padding: 50px;
}

.order--thankyou-wrap .site-logo {
    width: 120px;
}

.woocommerce-order-col-6:last-child {
    background: var(--secondaryBackground);
}

span.order--completed--icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 1;
    padding: 20px;
    border: 2px solid #00cb00;
    border-radius: 50%;
    margin-right: 50px;
}

span.order--completed--icon svg {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    line-height: 1;
    fill: #00cb00;
}

p.text-h4.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
    margin-top: 1em;
}

.woocommerce-order-col-6 span.order--number {
    display: block;
    font-size: 1.1rem;
    letter-spacing: normal;
    margin-top: 1em;
}

.woocommerce .woocommerce-order ul.order_details {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 100%;
    row-gap: 25px;
}

.woocommerce ul.order_details li {
    text-transform: none;
    font-size: .9em;
    border: none !important;
    text-align: left;
    padding: 0;
    margin: 0;
    color: var(--secondaryColor);
    width: 50%;
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
    display: none;
}

.woocommerce ul.order_details li strong {
    font-size: 1.1rem !important;
    margin-top: 0.5em;
    color: var(--mainColor);
}

section.woocommerce-order-details {
    width: 90% !important;
}

.woocommerce-order-details__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--linesColor);
    padding-bottom: 25px;
}

.woocommerce-order-details .order-details-image {
    width: 150px !important;
    height: 150px !important;
    border: 1px solid var(--linesColor);
}

.woocommerce-order-item__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
}

.order-details-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
}

ul.wc-item-meta li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

a.woocommerde--order--details--title {
    margin-bottom: 1em;
    font-size: 1.1rem;
}

.woocommerce-order-item__total {
    color: var(--secondaryColor);
    font-size: 14px;
}

.woocommerce-order-details__footer {}

.woocommerce-order-details__footer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 0.5rem 0;
    font-size: 1rem;
}

.woocommerce-order-details__footer-label {
    color: var(--secondaryColor);
}

.woocommerce-order-details__footer-value {
    font-weight: bold;
}

.woocommerce .woocommerce-order .woocommerce-order-details__footer-item:last-child {
    border-top: 1px solid var(--linesColor);
    margin-top: 1em;
    padding-top: 1em;
    font-size: 1.1rem;
}

.woocommerce .woocommerce-order .woocommerce-order-details__footer-item:last-child .woocommerce-order-details__footer-label {
    color: var(--mainColor);
}

.woocommerce .woocommerce-order section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.woocommerce .woocommerce-order section.woocommerce-customer-details {
    width: 100%;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 25px;
}

.woocommerce .woocommerce-order section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses::before,
.woocommerce .woocommerce-order section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses::after {
    display: none;
}

.woocommerce .woocommerce-order .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    margin: 0;
}

.woocommerce .woocommerce-order .woocommerce-customer-details address {
    border: none;
    padding: 0;
}

.woocommerce .woocommerce-order .woocommerce-column--shipping-address p,
.woocommerce-column--billing-address p,
section.woocommerce-order-details p {
    font-size: 1rem;
}

/* Checkout Accordion  */

.checkout-type-accordion .checkout--accordion--field:has(.woocommerce-shipping-fields),
.checkout-type-accordion .checkout--accordion--field:has(.woocommerce-billing-fields) {
    width: 100%;
}

.checkout-type-accordion .checkout--accordion--content {
    height: 0;
}

.checkout-type-accordion .checkout--accordion--field {
    margin-bottom: 0;
    display: block;
    float: left;
}


.checkout-type-accordion .checkout--accordion--content:has(.zeyna--address--card) {

    margin-bottom: 0;
}

.checkout-type-accordion .checkout--accordion--content .zeyna--address--card {
    margin-bottom: 1em
}

.checkout-type-accordion .checkout--accordion--field .checkout--accordion--title {
    opacity: .4;
}

.is--filled span.field--checked {
    display: inline-block;
}

span.field--checked {
    display: none;
    font-size: .8em;
}

span.field--checked {
    vertical-align: middle;
    line-height: inherit;
}

span.field--checked svg {
    width: 1em;
    line-height: 1;
    fill: #15a825;
}

.checkout-type-accordion .zeyna--woocommerce--mail,
.checkout-type-accordion .zeyna--woocommerce--phone {
    width: 100%;
}

p.zeyna--accordion--button {
    color: var(--mainColor);
    background: var(--secondaryBackground);
    margin: 0;
    padding: 0.5em 0.5em 0.5em 1em;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    padding: 0;
    border: 1px solid var(--linesColor);
    display: inline-block;
    padding: 0.65em 1.5em;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 1.5em;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: none;
}

.checkout-type-tabs p.zeyna--accordion--button,
.checkout-type-accordion p.zeyna--accordion--button {
    display: inline-block;
    vertical-align: middle;
}

.checkout-type-tabs p.zeyna--accordion--button svg {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.checkout--accordion--content:has(.zeyna--address--card) p.zeyna--accordion--button {
    margin-left: 1.5em;
    margin-top: 1em;
}

p.zeyna--accordion--button:hover {
    color: var(--secondaryBackground);
    background: var(--mainColor);
}

p.zeyna--accordion--button:hover svg {
    fill: var(--secondaryBackground);
}

p.zeyna--accordion--button svg {
    fill: var(--mainColor);
    width: 1em;
    height: 1em;
    line-height: 1;
    vertical-align: bottom;
    margin-left: 0.5em;
}

p.zeyna--accordion--button {
    opacity: .5;
    pointer-events: none;
}

.is--filled p.zeyna--accordion--button {
    opacity: 1;
    pointer-events: all;
}


/* Checkout Tabs  */
.checkout-type-tabs .checkout--accordion--field .checkout--accordion--title {
    display: none;
}

.checkout-type-tabs .pe-wrapper.zeyna--checkout--wrapper>.pe-col-8.sm-12.form--col {
    overflow: hidden
}

.zeyna--checkout--tabs--titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 45px;
    margin-bottom: 1em
}


.checkout-type-tabs .checkout--accordion--title {
    opacity: .4;
    position: relative;
}

.checkout-type-tabs .checkout--accordion--title span.field--checked {
    position: absolute;
    line-height: 1em;
    right: 0;
    top: 50%;
    -webkit-transform: translate(120%, -75%);
    -ms-transform: translate(120%, -75%);
    transform: translate(120%, -75%)
}

.checkout-type-tabs .checkout--accordion--content {
    height: 0;
}


.zeyna--checkout--tabs--titles .checkout--accordion--title {
    white-space: nowrap;
    pointer-events: none;
}

.checkout-type-tabs .checkout--accordion--title.is--filled,
.checkout-type-tabs .checkout--accordion--title.active {
    opacity: 1;
    pointer-events: all;
}

.checkout-type-tabs .checkout--accordion--title.active::after {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--linesColor);
    display: block;

}

.checkout-type-tabs .checkout--accordion--field:has(.woocommerce-shipping-fields),
.checkout-type-tabs .checkout--accordion--field:has(.woocommerce-billing-fields) {
    width: 100%;
}


/* Checkout Login Form  */
.pe-col-8.sm-12.form--col.login--form--col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pe-section.zeyna--checkout--section.zeyna--checkout--login {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.elementor-widget-pecheckoutblock:has(.pe-section.zeyna--checkout--section.zeyna--checkout--login) .pe-col-8.sm-12.form--col:not(.login--form--col) {
    opacity: 0;
}

.zeyna--login-sec .zeyna--continue--as--guest.scag--button.login--form--heading {
    display: none;
}

.elementor-widget-pecheckoutblock:has(.pe-section.zeyna--checkout--section.zeyna--checkout--login) .zeyna--continue--as--guest.scag--button.login--form--heading {
    display: block;
    margin-top: 0.5em;
    background: var(--mainColor);
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    cursor: pointer
}

.elementor-widget-pecheckoutblock:has(.pe-section.zeyna--checkout--section.zeyna--checkout--login) .zeyna--continue--as--guest.scag--button.login--form--heading p {
    color: var(--secondaryBackground);
}

.elementor-widget-pecheckoutblock:has(.pe-section.zeyna--checkout--section.zeyna--checkout--login) .zeyna--continue--as--guest.scag--button.login--form--heading:hover {
    opacity: .5
}

.elementor-widget-pecheckoutblock:has(.pe-section.zeyna--checkout--section.zeyna--checkout--login) .register-heading.login--form--heading,
.elementor-widget-pecheckoutblock:has(.pe-section.zeyna--checkout--section.zeyna--checkout--login) .login-heading.login--form--heading {
    margin-top: 10px;
}

/* Checkout Login Form  */

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

    .pe-wrapper.zeyna--checkout--wrapper div.order--col {
        height: auto !important;
    }

    .zeyna--woocommerce--mail,
    .zeyna--woocommerce--phone {
        width: 100%;
    }

    .checkout--accordion--field:has(.woocommerce-shipping-fields),
    .checkout--accordion--field:has(.woocommerce-billing-fields) {
        width: 100%;
        margin-right: 0;
    }


}

.woocommerce-form-login-toggle {
    display: none;
}

/** Archive Page
------------------------------ */
.woocommerce-shop .pe-wrapper .product-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.woocommerce-shop .pe-wrapper .product-acts {
    position: absolute;
    top: 0;
    left: 1em;
    top: 1em;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.woocommerce-shop .pe-wrapper .product-acts a {
    font-weight: normal !important;
    background: var(--mainColor) !important;
    color: var(--mainBackground) !important;
    border-radius: 15px !important;
    font-size: 14px !important;
}

.woocommerce-shop .pe-wrapper .pe-single-product:hover .product-acts {
    opacity: 1;
}

.woocommerce-shop .pe-wrapper img.product-image-back {
    position: absolute;
    top: 0;
}

.sidebar-active .zeyna--single--product {
    -ms-grid-column-span: 4;
    grid-column: span 4;
}

.sidebar-active .zeyna--products-grid.sales_highlighted .zeyna--single--product.sale {
    -ms-grid-column-span: 6;
    grid-column: span 6;
}

.product-price ins {
    background: none !important;
}

.sale--badge {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0;
    z-index: 9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #950101;
    border-radius: 5px;
    line-height: 1;
    display: block;
    padding: 0.5em 1em;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateX(var(--transformX)) translateY(var(--transformY));
    --transformX: 0%;
    --transformY: 0%;
    font-size: 12px;
}

.sale--badge p {
    margin: 0;
    line-height: 1 !important;
    font-size: 0.8em !important;
}


.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    -webkit-appearance: none;
    background-image: -o-linear-gradient(45deg, transparent 50%, gray 50%), -o-linear-gradient(315deg, gray 50%, transparent 50%);
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    padding: 8px 20px;
    font-size: 1em;
    background-color: transparent;
    border-radius: 0;
    border-color: var(--linesColor);
    text-transform: uppercase;
    font-size: 0.9em;
}

form.woocommerce-ordering {
    margin: 0 !important;
}

.woocommerce-notices-wrapper {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 999;
}

.woocommerce-message {
    margin-bottom: 0;
}



h1.woocommerce-products-header__title.page-title {
    margin: 0;
    text-transform: uppercase;
}

.woocommerce-page .page-header-wrap.wrapper-full {
    margin: 0;
    padding: 0;
}

.woocommerce-page .page-header.shop-page-header.section {
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-page .page-header.shop-page-header.section .pe-wrapper .pe-col-12,
.woocommerce-page .page-header.shop-page-header.section .pe-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message {
    position: static !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding: 1.2em 3em 1.2em 3.5em;
    font-size: 0.8rem;
    background-color: var(--secondaryBackground) !important;
    overflow: hidden;
    border-radius: 7px 0px 0px 0px;
    gap: 30px;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
    top: 1.3em;
}

.woocommerce-notices-wrapper .woocommerce-message::after {
    display: none;
}

.woocommerce-notices-wrapper .woocommerce-message a.button:hover {
    color: var(--mainColor);
    background: none !important;
}

.woocommerce-message.zeyna--woo--message a.button {
    display: none;
}

.woocommerce-message.zeyna--woo--message .message--close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background: var(--mainColor);
    line-height: 0;
    border-radius: 10px;
    font-size: 17px;
    padding: 2px;
    cursor: pointer;
    z-index: 1;
    border: 1px solid var(--linesColor);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.woocommerce-message.zeyna--woo--message .message--close svg {
    fill: var(--mainBackground);
    width: 1em;
    height: 1em;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.woocommerce-message.zeyna--woo--message .message--close:hover {
    background: var(--secondaryBackground);
}

.woocommerce-message.zeyna--woo--message .message--close:hover svg {
    fill: var(--mainColor);
}

.woocommerce-message.zeyna--woo--message span.message--timer {
    position: absolute;
    bottom: 1px;
    width: var(--width);
    height: 2px;
    background: var(--mainColor);
    left: 0;
    --width: 1%;
}

.woocommerce-message a.button.zeyna--woo--button.zeyna-view-cart {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    background: var(--mainColor);
    color: var(--mainBackground);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid transparent
}

.woocommerce-message a.button.zeyna--woo--button.zeyna-view-cart svg {
    fill: var(--mainBackground);
    vertical-align: bottom;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.woocommerce-message a.button.zeyna--woo--button.zeyna-view-cart:hover {
    background: var(--mainBackground);
    color: var(--mainColor);
    border: 1px solid var(--linesColor)
}

.woocommerce-message a.button.zeyna--woo--button.zeyna-view-cart:hover svg {
    fill: var(--mainColor);
}

.archive-products-section {
    padding-top: 0;
    display: block;
    float: none;
    width: 100%;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.archive-products-section .pe-wrapper .pe-col-12 {
    padding: 0
}

.shop-page-header .page-title {
    display: inline-block;
    margin-bottom: 100px;
    text-align: center;
    margin-top: 25px;
}

.shop-page-header .page-title>span {
    display: inline-block;
    vertical-align: top;
}


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

    .woocommerce-notices-wrapper .woocommerce-message {
        max-width: 100%;
        flex-direction: column;
        gap: 15px;
        white-space: normal;
        padding-right: 0;
    }

    .woocommerce-notices-wrapper {
        width: calc(100vw - 20px);
        left: 10px;
        bottom: 10px;
    }

    .woocommerce-message a.button.zeyna--woo--button.zeyna-view-cart {
        display: block;
        float: left;
    }

}

.zeyna--products-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(var(--columns), 1fr);
    grid-template-columns: repeat(var(--columns), 1fr);
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    width: 100%;
    float: left;
    row-gap: 25px;
    --columns: 4;
    border-width: 1px;
    border-color: var(--linesColor);
}

.woo-products-archive .zeyna--products-grid {
    --columns: var(--shop_grid_columns);
    --gap: calc(var(--grid_columns_gap) * 1px);
    gap: var(--gap);
}

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

    .woo-products-archive .zeyna--products-grid {
        --columns: 1;
    }
}


.woo-products-archive .actions__orientation-column .zeyna--product--actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.woo-products-archive .zeyna--products--load--more p {
    background: var(--mainColor);
    display: inline-block;
    padding: 0.5em 2em;
    border-radius: 10px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: var(--mainBackground);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid var(--linesColor);
}

.woo-products-archive .zeyna--products--load--more.zeyna--products--pagination.loading p {
    cursor: wait
}

.woo-products-archive .zeyna--products--load--more p:hover {
    color: var(--mainColor);
    background: var(--mainBacjground);
}

.woo-products-archive .pe--product--filters label {
    padding: 0.5em 1em;
    border: 1px solid var(--linesColor);

}

.woo-products-archive .zeyna--products--filter--cats.pe--product--filters label {
    border-radius: 5px;
}

.woo-products-archive .zeyna--products-grid-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.woo-products-archive.products--controls--bordered .products--sorting .pe-select {
    border: 1px solid var(--linesColor);
    border-radius: 10px;

}

.products--sorting .pe-select {
    min-width: 200px;
}

.products--sorting {
    position: relative;
    z-index: 9999;
}

.woo-products-archive .select-items {
    width: 100%;
    border: 1px solid var(--linesColor);
}

.section.woo-products-archive .pe-col-12 {
    padding: 0;
}

.woo-products-archive .pe--product--filters.filters--popup .filters--wrapper {
    --topSpacing: 0;
    --bottomSpacing: 0;
    width: 25vw;
    --leftSpacing: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    --rightSpacing: unset;
    min-width: auto;
    border-radius: 0;
    gap: 25px;
    height: 100vh;
}

.woo-products-archive .pe--product--filters .filters--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid var(--linesColor);
    padding-bottom: 25px;
}

.woo-products-archive .pe--product--filters .terms-list {
    gap: 1em;
}

.woo-products-archive .pe--product--filters .terms-list:has(.terms--terms) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.woo-products-archive .pe--product--filters .terms-list:has(.terms--terms) .terms-list-title {
    text-transform: capitalize;
}

.woo-products-archive .filters--button.pe--pop--button {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 5px;
}

.filters--button.pe--pop--button i {
    font-size: 1em;
}

.woo-products-archive.controls--has--bg .filters--button.pe--pop--button {
    background: var(--mainColor);
    color: var(--mainBackground);
}

.woo-products-archive.products--controls--bordered .filters--button.pe--pop--button {
    border: 1px solid var(--linesColor);
}

.woo-products-archive.controls--has--bg .filters--button.pe--pop--button svg {
    fill: var(--mainBackground);
}

.woo-products-archive.controls--has--bg .filters--button.pe--pop--button:hover {
    color: var(--mainColor);
    border-color: var(--linesColor);
    background: transparent;
}

.woo-products-archive.controls--has--bg .filters--button.pe--pop--button:hover svg {
    fill: var(--mainColor);
}

.woo-products-archive .zeyna--product--image--wrap {
    --radius: var(--border_radius_product_image-padding-top) var(--border_radius_product_image-padding-right) var(--border_radius_product_image-padding-bottom) var(--border_radius_product_image-padding-left);
}

.woo-products-archive .zeyna--single--product {
    border-radius: var(--border_radius_product-padding-top) var(--border_radius_product-padding-right) var(--border_radius_product-padding-bottom) var(--border_radius_product_image-padding-left);
    border-color: var(--linesColor) !important;
}

.woo-products-archive .zeyna--single--product .zeyna--product--meta {
    gap: calc(var(--archive_metas_gap) * 1px);
}

.col--2 .zeyna--products-grid {
    --columns: 2 !important;
}

.col--3 .zeyna--products-grid {
    --columns: 3 !important;
}

.col--4 .zeyna--products-grid {
    --columns: 4 !important;
}

.col--5 .zeyna--products-grid {
    --columns: 5 !important;
}



.zeyna--product--meta {
    padding: 0.5em 1em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* display: none; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.zeyna--product--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.zeyna--product--extras {
    font-size: 14px;
    color: var(--secondaryColor);
    text-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.zeyna--product--main:has(.product-short-desc) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.zeyna--single--product .product-short-desc {
    width: 100%;
    display: block;
    font-size: 14px;
    text-transform: none;
    line-height: 24px;
    color: var(--secondaryColor);
    margin-top: 1em;
}


.zeyna--product--extras>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.zeyna--product--extras>div>span {
    display: inline-block;
}

.zeyna--product--extras>div>span:not(.single--product--attribute--label)::after {
    content: ',';
    display: inline-block;
    margin: 0 0.2em
}

.zeyna--product--extras>div>span:last-child::after {
    display: none;
}

.zeyna--product--extras>div.zeyna--single--product--attributes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}

.zeyna--product--extras>div.zeyna--single--product--attributes .single--product--attributes>span.term--has--color,
.zeyna--product--extras>div.zeyna--single--product--attributes .single--product--attributes.attr--dt--variation_color_only>span {
    font-size: 0;
    width: 1rem;
    height: 1rem;
    background: var(--bg);
    display: block;
    border-radius: var(--radius);
    --radius: 50%;
}

.zeyna--product--extras>div.zeyna--single--product--attributes>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
}

.zeyna--product--extras>div.zeyna--single--product--attributes .single--product--attributes>span {
    line-height: 1;
    font-size: 14px;
    text-align: center;
    border: 1px solid var(--linesColor);
    padding: 0.5em 0.75em;
    border-radius: var(--radius);
    --radius: 5px;
    text-align: center;
}

.zeyna--product--extras>div.zeyna--single--product--attributes .single--product--attributes>span::before {
	z-index: -1
}


.zeyna--single--product--attributes:has(span.single--product--attribute--label) .single--product--attributes {
    opacity: 0;
    transition: opacity .3s ease;
}

.zeyna--product--extras>div>span.single--product--attribute--label {
    position: absolute;
    transition: opacity .3s ease;
    pointer-events: none;
}

.zeyna--single--product--attributes:has(span.single--product--attribute--label):hover .single--product--attributes {
    opacity: 1;
}

.zeyna--single--product--attributes:has(span.single--product--attribute--label):hover span.single--product--attribute--label {
    opacity: 0;
}

.zeyna--product--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.zeyna--product--image,
.zeyna--product--video {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    height: 100%;
    z-index: 1;
}

.product--image--hover {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    border-radius: var(--radius);
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.product--image--hover img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.zeyna--single--product:has(.product--image--hover) .zeyna--product--video,
.zeyna--single--product:has(.product--image--hover) .zeyna--product--image {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.zeyna--product--image>a {
    display: block;
    width: 100%;
    height: 100%;
}

.zeyna--single--product:has(.product--image--hover):hover .zeyna--product--video,
.zeyna--single--product:has(.product--image--hover):hover .zeyna--product--image {
    opacity: 0;
}

.zeyna--single--product:has(.product--image--hover):hover .product--image--hover {
    opacity: 1
}

.zeyna--product--video a {
    width: 100%;
    height: 100%;
    display: block
}

.zeyna--product--image img {
    display: block;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    object-fit: cover;
}

.zeyna--product--image--wrap {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    max-width: 100%;
    --radius: 7.5px;
}


.yith-wcwl-add-to-wishlist-button {
    display: block;
}


.zeyna--single--atc .qty {
    display: none;
}



.zeyna--single--product .zeyna--cart--form {
    color: var(--mainColor);
    padding: 0;
    position: relative;
    margin: 0;
    height: 100%;
    margin-bottom: 0 !important;
}


.zeyna--single--product .zeyna--cart--form button.single_add_to_cart_button svg {
    display: inline-block;
    position: absolute;
    top: 0.2em;
    right: 0.2em;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.zeyna--single--product .zeyna--cart--form button.single_add_to_cart_button svg {
    fill: var(--mainColor);
}


.zeyna--single--product .variations--active .zeyna--cart--form button.single_add_to_cart_button svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.zeyna--single--product .woocommerce-variation-price {
    position: absolute;
    bottom: 0.45em;
    right: 2em;
    z-index: 5;
    color: var(--mainColor);
    font-size: 14px;
}

.yith-wcwl-add-button a {
    font-size: 0;
    width: 2.5rem;
    height: 2.5rem;
}

.yith-wcwl-add-button a i {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
}

.zeyna--single--product .stock {
    display: none;
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0 !important;
}

.yith-wcwl-add-button {
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
}


span.pe--compare--wrap .compare--svg.added {
    display: none;
}

span.pe--compare--wrap:has(a.compare.added) .compare--svg.added {
    display: block;
}

span.compare--svg.added {
    background: var(--mainColor);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 20px;
    height: 20px;
    display: none;
}

span.compare--svg.added svg {
    fill: var(--secondaryColor);
}

.yith-wcwl-add-button a,
.woocommerce.product.compare-button a {
    font-size: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
}

.woocommerce.product.compare-button a:hover {
    background: unset;
    color: unset;
}

.zeyna--product--element a {
    position: relative;
    --radius: 50%;
    --backdropBlur: 10px;
    border-width: 1px;
    border-color: var(--linesColor);
    border-radius: var(--radius);
}

.has--hover.has--bg .zeyna--product--element a {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.has--hover.has--bg .zeyna--product--element a svg {
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
}

.has--hover.has--bg .zeyna--product--element a::before,
.has--bg .zeyna--product--element a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--secondaryBackground);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    border-radius: var(--radius);
}

.has--hover.has--bg .zeyna--product--element a::before {
    width: 0%;
    height: 0%;
    background: var(--mainColor);
    z-index: 1;
    border-radius: var(--radius);
    -webkit-transition: all .4s cubic-bezier(0.86, 0, 0.1, 1);
    -o-transition: all .4s cubic-bezier(0.86, 0, 0.1, 1);
    transition: all .4s cubic-bezier(0.86, 0, 0.1, 1);
}

.has--hover.has--bg .zeyna--product--element a:hover::before {
    width: 100%;
    height: 100%;
}

.has--hover.has--bg .zeyna--product--element a:hover {
    color: var(--mainBackground)
}

.has--hover.has--bg .zeyna--product--element a:hover svg {
    fill: var(--mainBackground)
}

.has--backdrop .zeyna--product--element a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -2;
    border-radius: var(--radius);
    -webkit-backdrop-filter: blur(var(--backdropBlur));
    backdrop-filter: blur(var(--backdropBlur))
}

.yith-wcwl-add-button a.view-wishlist,
.yith-wcwl-add-button .separator {
    display: none
}

.zeyna--products--grid--controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
}


.zeyna--products--filter--cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    flex-wrap: wrap;
    row-gap: 1em;
}

.zeyna--products--filter--cats>div {
    padding: 0.5em 1.5em;
    background: var(--secondaryBackground);
    border-radius: 10px;
}

.zeyna--product--element.element--description h4 {
    margin-bottom: 1em;
}

/* Layout Swithher  */
.pe--grid--switcher svg {
    /* width: 1.5rem; */
    height: 1.5rem;
    fill: var(--mainColor);
}

.pe--grid--switcher>span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1;
    display: block;
    z-index: 2;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.grid--switcher--switch .pe--grid--switcher>span {
    padding: calc(var(--gap) / 2);
}

.grid--switcher--simple .pe--grid--switcher>span {
    opacity: .5
}


.pe--grid--switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: var(--radius);
    position: relative;
    overflow: hidden;
    --radius: 5px;
    --gap: 10px;
    gap: var(--gap);
}

.grid--switcher--switch .pe--grid--switcher {
    background: var(--secondaryBackground);
}

.products--controls--bordered .grid--switcher--switch .pe--grid--switcher {
    border: 1px solid var(--linesColor);
}

@media only screen and (max-width: 576px) {
    .pe--grid--switcher {
        display: none;
    }
}

.pe--grid--switcher>span.switch--follower {
    position: absolute;
    left: 0;
    width: 3.5rem;
    height: 100%;
    background: var(--mainColor);
    top: 0;
    border-radius: var(--radius);
    z-index: 1;
}

.grid--switcher--switch .pe--grid--switcher>span.switch--active svg {
    fill: var(--secondaryBackground);
}

.grid--switcher--simple .pe--grid--switcher>span.switch--active {
    opacity: 1
}

/* Layout Swithher  */

/* List Layout */
.archive-products-section.archive--list .zeyna--products-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.zeyna--single--product.sp--archive--list .zeyna--product--wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.zeyna--single--product.sp--archive--list .zeyna--product--wrap .zeyna--product--image--wrap {
    width: 15%;
}

.zeyna--single--product.sp--archive--list .zeyna--product--actions {
    position: static;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: end !important;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;

}

.zeyna--single--product.sp--archive--list .zeyna--product--actions>div {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.zeyna--single--product.sp--archive--list .zeyna--product--meta {
    text-transform: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
}

.zeyna--single--product.sp--archive--list .list--product--meta--2 {
    padding: 0.5em 1em;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
    color: var(--secondaryColor);
}

.zeyna--single--product.sp--archive--list .list--product--meta--2 .product-short-desc {
    max-width: 70%;
}

.zeyna--single--product.sp--archive--list .zeyna--product--actions {
    width: 15%;
}

.zeyna--single--product.sp--archive--list .product-name.woocommerce-loop-product__title {
    font-size: 25px;
}

.zeyna--single--product.sp--archive--list .zeyna--product--main {
    gap: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.zeyna--single--product.sp--archive--list .zeyna--product--extras {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.zeyna--single--product.sp--archive--list .zeyna--single--product--attributes {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.zeyna--single--product.sp--archive--list .zeyna--product--element.element--stock p {
    margin: 0;
}

.zeyna--single--product.sp--archive--list .zeyna--product--wrap p.discount-badge {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99;
    line-height: 1;
    margin: 0;
}

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

    .zeyna--single--product.sp--archive--list .zeyna--product--wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .zeyna--single--product.sp--archive--list .list--product--meta--2,
    .zeyna--single--product.sp--archive--list .zeyna--product--meta,
    .zeyna--single--product.sp--archive--list .zeyna--product--wrap .zeyna--product--image--wrap {
        width: 100%;
    }

    .zeyna--single--product.sp--archive--list .list--product--meta--2 .product-short-desc {
        max-width: 100%;
    }

    .zeyna--single--product.sp--archive--list .zeyna--product--main {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0.5em;
    }

    .zeyna--single--product.sp--archive--list .zeyna--product--actions {
        width: 100%;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
        padding: 0.5em 1em;
    }

    .pe-select {
        min-width: auto;

    }

    .select-selected {
        padding-right: 2em;
    }

}


/* Masonry Layout */
.archive-products-section.archive--masonry {
    --masonryItemsWidth: 24%;
    --masonryGutter: 1.333333%;
}

.archive-products-section.archive--masonry .zeyna--products-grid {
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
}

.archive-products-section.archive--masonry .zeyna--products-grid:after {
    content: '';
    display: block;
    clear: both;
}

.archive-products-section.archive--masonry .zeyna--single--product,
.archive-products-section.archive--masonry .zeyna--products--masonry--sizer {
    width: var(--masonryItemsWidth);
    display: block;
    float: left;
}

.zeyna--single--product {
    margin-bottom: var(--masonryGutter);
    /* height: 46.5vh; */
    border-color: var(--linesColor);
    border-width: 1px;
}

.elementor-editor-active .archive-products-section.archive--masonry .zeyna--products-grid {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
}

/* .archive-products-section.archive--masonry .zeyna--products-grid .zeyna--single--product.product--highlighted {
    height: 95vh;
} */

.archive-products-section.archive--masonry .zeyna--products--masonry--gutter {
    width: var(--masonryGutter);
    display: block;
}

.archive-products-section.archive--masonry .zeyna--products-grid .zeyna--single--product.product--highlighted {
    width: calc((var(--masonryItemsWidth) * 2) + var(--masonryGutter));
}

.archive-products-section.archive--grid .zeyna--products-grid .zeyna--single--product.product--highlighted {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}


.archive-products-section.archive--masonry .zeyna--single--product {
    display: block;
}

.archive-products-section:has(.filters--sidebar) .zeyna--products-grid {
    width: 75%;
}

.archive-products-section:has(.filters--sidebar) .filters--wrapper {
    float: left;
}

.zeyna--products--wrapper {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
}

.archive-products-section:has(.filters--sidebar) .pe--product--filters:not(.zeyna--products--filter--cats) {
    width: 25%;
}

.sidebar--pos--right .archive-products-section:has(.filters--sidebar) .pe--product--filters:not(.zeyna--products--filter--cats) {
    margin-left: 2%;
    margin-right: 0;
}


.pe--product--filters .filters--wrapper.filters--sidebar {
    margin-top: 1.5em;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    max-height: -webkit-fit-content !important;
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
}

.pe--product--filters .filters--wrapper.filters--sidebar .terms-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
}

.products--controls--bordered .filters--wrapper.filters--sidebar {
    border: 1px solid var(--linesColor);
}

.products--controls--rounded .filters--wrapper.filters--sidebar {
    border-radius: 10px;
}

.controls--has--bg .filters--wrapper.filters--sidebar {
    background: var(--secondaryBackground);
}

.pe--product--filters .filters--wrapper.filters--sidebar .filters--item:first-child {
    margin-top: var(--gap);
}

.pe--product--filters .filters--wrapper.filters--sidebar .filters--item:last-child {
    margin-bottom: var(--gap);
}

.archive-products-section:has(.filters--sidebar) .zeyna--products--load--more {
    width: 75%;
    margin-left: auto;
    float: right;
}

.filters--accordion .filters--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filters--accordion .filters--wrapper .terms-list-title,
.filters--accordion .filters--wrapper .filter--label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.filters--accordion .filters--wrapper>div {
    width: 100%;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.filters--accordion .filters--wrapper>div .terms-list:not(:has(.terms--terms)) {
    height: 0;
    overflow: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.filters--accordion .filters--wrapper>div .terms-list:has(.terms--terms) .terms--terms {
    height: 0;
    width: 100%;
    overflow: hidden;
}

.filters--accordion .filters--wrapper>div.active .terms-list:has(.terms--terms) .terms--terms {
    height: auto;
}

.terms--terms {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--gap);
    --gap: 5px;
    width: 100%;
}

.terms-list:has(.filter-term-color) .terms--terms:has(input:checked) .term--list--item {
    opacity: .5;
}

.terms-list:has(.filter-term-color) .terms--terms:has(input:checked) .term--list--item:has(input:checked):not(.classic--checkbox) {
    opacity: 1;
    border-color: var(--mainColor)
}

.terms-list:has(.filter-term-color) .terms--terms:has(input:checked) .term--list--item:has(input:checked) {
    opacity: 1;
}

.filters--accordion .filters--wrapper>div .terms-list:has(.terms--terms).active .terms--terms {
    height: auto;
    padding-bottom: 1em;
    padding-top: 1em;
}

.filters--accordion .filters--wrapper>div.active .terms-list:not(:has(.terms--terms)) {
    height: auto;
    padding-bottom: 1em;
    padding-top: 1em;
}


.filters--seperated.filters--accordion .filters--item .terms--terms,
.filters--seperated.filters--accordion .filters--item:not(:has(.terms--terms)) {
    border-bottom: 1px solid var(--linesColor);
}


.filters--accordion .pe--product--filters .filter--label svg,
.filters--accordion .pe--product--filters .terms-list svg {
    width: 2em;
    height: 2em;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    fill: var(--mainColor);
}

.filters--accordion .pe--product--filters .filters--item.active svg,
.filters--accordion .pe--product--filters .terms-list.active svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.filters--accordion .pe--product--filters .filter--label,
.filters--accordion .pe--product--filters .terms-list .terms-list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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


    .archive-products-section.archive--grid .zeyna--products-grid .zeyna--single--product.product--highlighted {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }


    .pe--product--filters .filters--wrapper.filters--sidebar {
        margin-top: 0;
    }

    .archive-products-section:has(.filters--sidebar) .pe--product--filters:not(.zeyna--products--filter--cats) {
        width: 100%;
        margin: 0;
        margin-top: 2em;
    }

    .archive-products-section:has(.filters--sidebar) .zeyna--products--load--more,
    .archive-products-section:has(.filters--sidebar) .filters--wrapper,
    .archive-products-section:has(.filters--sidebar) .zeyna--products-grid {
        width: 100%;
        margin-right: 0;
    }

    .archive-products-section.archive--masonry .zeyna--products-grid .zeyna--single--product.product--highlighted,
    .archive-products-section.archive--masonry .zeyna--single--product,
    .archive-products-section.archive--masonry .zeyna--products--masonry--sizer {
        width: 100%;
    }

    .zeyna--products--filter--cats {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .zeyna--products--grid--controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 1em;
    }

    .pe--product--filters .filters--item.filters_attributes {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -ms-flex-line-pack: start;
        align-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .pe--product--filters .terms-list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

}


/** Layout Switcher
------------------------------ */



/** Filters
------------------------------ */
.pe--product--filters .filters--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gap);
    --gap: 0.2em;
    width: 100%;
}

.filters--vertical .pe--product--filters .filters--item.filters_attributes,
.filters--vertical .pe--product--filters .filters--item,
.filters--vertical .pe--product--filters .filters--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.filters--vertical.filters--seperated .pe--product--filters .filters--item.filters_attributes::after,
.filters--vertical.filters--seperated .pe--product--filters .filters--item::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: var(--linesColor);
    opacity: .2
}

.filters--vertical.filters--seperated .pe--product--filters .filters--item:last-child::after {
    display: none
}

.pe--product--filters .filters--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: var(--gap);
}

.filters--item.filters_brands,
.filters--item.filters_categories {
    flex-direction: column;
}

label.classic--checkbox div {
    display: inline-block;
    margin-left: 0.5em;
    line-height: 1;
}

.pe--product--filters .filters--item.filters_attributes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.pe--product--filters input[type=checkbox] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    display: none;
    vertical-align: middle;
    line-height: 1;
    margin-right: 5px;
}

.filters--item.filters_on-sale input[type=checkbox] {
    display: inline-block;
}

.zeyna--products--filter--cats.pe--product--filters input[type=checkbox] {
    display: none;
}

.pe--product--filters label.classic--checkbox {
    line-height: 1;
}

.pe--product--filters label {
    background: transparent;
    border-radius: var(--radius);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    border-color: var(--linesColor);
    border-width: 1px;
    --radius: 10px;
}

.pe--product--filters label span.filter--count {
    font-size: 0.8em;
    margin-left: 0.5em;
    line-height: 0.8em;
    display: inline-block;
    opacity: .9;
    color: var(--mainColor);
}

.pe--product--filters label:has(.filter-term-color).button--select span.filter--count {
    display: none;
}

.controls--has--bg .zeyna--products--filter--cats label {
    background: var(--secondaryBackground);
}

.products--controls--bordered .zeyna--products--filter--cats label {
    border: 1px solid var(--linesColor);
}

.products--controls--rounded .zeyna--products--filter--cats.pe--product--filters label {
    border-radius: 100px;
}

.pe--product--filters.loading label.term--list--item {
    cursor: wait;
    opacity: .5;
}

.pe--product--filters .terms-list-title p {
    font-size: inherit;
}

.zeyna--products--filter--cats.pe--product--filters label {
    border-radius: 10px;
}

.pe--product--filters label:not(.classic--checkbox):has(input:checked) {
    background: var(--mainColor);
    color: var(--mainBackground)
}

.pe--product--filters label:not(.classic--checkbox):has(input:checked) .filter--count {
    color: var(--mainBackground)
}


.pe--product--filters .terms-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(var(--gap) / 3);
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.pe--product--filters label:has(.filter-term-color) {
    font-size: 0;
    width: 1.4rem;
    height: 1.4rem;
}

.pe--product--filters label:has(.filter-term-color) span:not(.filter--count) {
    width: 100%;
    height: 100%;
    display: block;
}

.pe--product--filters label:has(.filter-term-color) span.filter-term-color {
    border-radius: var(--radius);
}

.pe--product--filters label:has(.filter-term-color) span.term--name {
    font-size: 0.7rem;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    line-height: 1rem;
    background: var(--mainColor);
    color: var(--secondaryBackground);
    padding: 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    width: fit-content;
    line-height: 1.7;
}

.terms--terms:has(.filter-term-color) {
    overflow: visible;
}

.pe--product--filters label:has(.filter-term-color):hover span.term--name {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-110%);
    -ms-transform: translateX(-50%) translateY(-110%);
    transform: translateX(-50%) translateY(-110%);
}

.pe--product--filters label:has(.filter-term-color) {
    border: none;
    padding: 0 !important;
    border-radius: var(--radius);
    --radius: 50%;
    border-color: var(--linesColor);
    border-style: solid;
    position: relative;
    overflow: visible;
}

.pe--product--filters label.classic--checkbox:has(.filter-term-color) span.term--name {
    position: static;
    color: var(--mainColor);
    opacity: 1;
    background: none;
    transform: none;
    padding: 0;
    visibility: visible;
    float: left;
    text-align: left;
    font-size: 0.9rem;
    width: fit-content;
    line-height: normal;
}

.pe--product--filters label.classic--checkbox:has(.filter-term-color) {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: auto;
    height: auto;
    align-content: center;
    align-items: center;
}

.pe--product--filters label.classic--checkbox:has(.filter-term-color) span.filter-term-color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 1;
}

.pe--product--filters .terms-list-title {
    width: auto;
    margin-bottom: 5px;
}

.filters--vertical.filters--seperated .pe--product--filters .terms-list-title,
.filters--vertical.filters--seperated .pe--product--filters .filter--label {
    margin-top: 1em
}

.pe--product--filters .terms-list-title p {
    margin: 0;
}

.pe--product--filters .filters--button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    background: none;
    color: var(--mainColor);
    width: auto;
    padding: 0.5em 1.5em;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;

}

.filters--button--fixed .filters--button.pe--pop--button {
    position: fixed;
    bottom: calc(var(--padding-bottom) * 2);
    left: calc(var(--padding-left) * 2);
    z-index: 2;
    -webkit-transform: translateX(calc(-100% - calc(var(--padding-left) * 2)));
    -ms-transform: translateX(calc(-100% - calc(var(--padding-left) * 2)));
    transform: translateX(calc(-100% - calc(var(--padding-left) * 2)));
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.25, 0, 0.11, 0.96);
    transition: -webkit-transform .4s cubic-bezier(0.25, 0, 0.11, 0.96);
    -o-transition: transform .4s cubic-bezier(0.25, 0, 0.11, 0.96);
    transition: transform .4s cubic-bezier(0.25, 0, 0.11, 0.96);
    transition: transform .4s cubic-bezier(0.25, 0, 0.11, 0.96), -webkit-transform .4s cubic-bezier(0.25, 0, 0.11, 0.96)
}

.filters--button--fixed .filters--button.pe--pop--button.fb--active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.filters--button--fixed .zeyna--product--filters {
    position: absolute;
}

.filters--button--pos--center .filters--button.pe--pop--button {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(calc(100% + (calc(var(--padding-bottom) * 2))));
    -ms-transform: translateX(-50%) translateY(calc(100% + (calc(var(--padding-bottom) * 2))));
    transform: translateX(-50%) translateY(calc(100% + (calc(var(--padding-bottom) * 2))))
}

.filters--button--pos--center .filters--button.pe--pop--button.fb--active {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.filters--button--pos--right .filters--button.pe--pop--button {
    left: unset;
    right: calc(var(--padding-right) * 2);
    -webkit-transform: translateX(calc(100% + calc(var(--padding-right) * 2)));
    -ms-transform: translateX(calc(100% + calc(var(--padding-right) * 2)));
    transform: translateX(calc(100% + calc(var(--padding-right) * 2)));
}

.filters--button--pos--right .filters--button.pe--pop--button.fb--active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.products--controls--rounded .pe--product--filters .filters--button {
    border-radius: 100px;
}

.products--controls--bordered .pe--product--filters .filters--button {
    border: 1px solid var(--secondaryColor)
}

.controls--has--bg .pe--product--filters .filters--button {
    background: var(--mainColor);
    color: var(--mainBackground);
}

.controls--has--bg .pe--product--filters .filters--button svg {
    fill: var(--mainBackground);
    -webkit-transition: -webkit-transform .75s ease-in-out;
    transition: -webkit-transform .75s ease-in-out;
    -o-transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out, -webkit-transform .75s ease-in-out;
    width: 1.2rem;
    height: 1.2rem;
}

.pe--product--filters .filters--button.active svg.filters--default--icon {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.pe--product--filters.filters--dropdown .filters--wrapper {
    height: 0;
    overflow: hidden;
    background: transparent;
    padding: 0;
    margin-top: 0;
    border-top: 1px solid transparent
}

.pe--product--filters.filters--dropdown .filters--wrapper.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    border-top: 1px solid var(--linesColor);
    margin-top: var(--gap);
    padding-top: var(--gap);
    padding-bottom: var(--gap);
}

.filters--button.pe--pop--button {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pe--product--filters.filters--popup .filters--wrapper {
    position: fixed;
    z-index: 9999999;
    background: var(--secondaryBackground);
    --popPadding: 1em;
    padding: var(--popPadding);
    border-radius: 10px;
    --gap: 25px;
    --fontSize: 14px;
    font-size: var(--fontSize);
    gap: var(--gap);
    overflow: auto;
}

.filters--wrapper--inner {
    overflow: auto;
    max-height: var(--contMaxHeight);
}

.filters--seperated .pe--product--filters.filters--popup .filters--wrapper {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.terms-list-title p,
.terms-list-title,
.filter--label {
    font-size: var(--fontSize);
    margin: 0
}

.filters--horizontal .pe--product--filters .filters--wrapper--inner,
.filters--horizontal .pe--product--filters.filters--popup .filters--wrapper--inner {
    max-width: unset;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.products--controls--underlined .zeyna--products--filter--cats label {
    color: var(--secondaryColor);
    position: relative
}

.products--controls--underlined .pe--product--filters label:not(.classic--checkbox)::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--mainColor);
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.products--controls--underlined .zeyna--products--filter--cats label:has(input:checked) {
    background: none;
    color: var(--mainColor)
}

.products--controls--underlined .pe--product--filters label:has(input:checked)::after {
    opacity: 1
}

.zeyna--products--filter--cats>div.filter--cats--images--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: transparent;
    padding: 0;
}

.zeyna--products--filter--cats:has(.filter--cats--images--wrapper) {
    width: auto;
    overflow: hidden;
}

.zeyna--products--filter--cats.pe--product--filters label:has(.archive--cat--image) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 300px;
}


.zeyna--products--filter--cats.pe--product--filters label:has(.archive--cat--image)>div {
    width: 50%;
}

.zeyna--products--filter--cats.pe--product--filters label:has(.archive--cat--image)>div.archive--cats--dets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

.zeyna--products--filter--cats.pe--product--filters label:has(.archive--cat--image)>div.archive--cats--dets p {
    margin: 0;
    max-width: 100%;
    white-space: pre-wrap;
    position: relative;
}

.cat--counts--yes .zeyna--products--filter--cats.pe--product--filters label:has(.archive--cat--image)>div.archive--cats--dets p:first-of-type::after {
    content: '(' attr(data-count) ')';
    margin-left: 5px;
}

.zeyna--products--filter--cats.pe--product--filters label:has(.archive--cat--image)>div.archive--cats--dets p:last-child {
    color: var(--secondaryColor);
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

.filters--wrapper .products--sorting {
    width: 100%;
}

.sorting--behavior--open .select-items.select-hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    border: none;
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.3em;
}

.sorting--behavior--open .select-items div {
    padding: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.sorting--behavior--open .select-selected {
    display: none;
}

.sorting--behavior--open .select-items div:hover,
.sorting--behavior--open .same-as-selected {
    background: none;
}

.sorting--behavior--open .select-items:has(.same-as-selected) div {
    opacity: .5
}

.sorting--behavior--open .select-items:has(.same-as-selected) div.same-as-selected {
    opacity: 1
}


/* Price Range  */
.filter-price-range {
    min-width: 100%;
    width: 100%;
    max-width: 250px;
}

.range-slider {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filter-price-range input[type="number"],
.filter-price-range>label {
    display: none;
}

.range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
}

input[type="range"]::-webkit-slider-runnable-track {
    height: 4px;
    background: var(--linesColor);
    border-radius: 4px;
}

input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 17px;
    height: 17px;
    background: var(--mainColor);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
    border-radius: 50%;
    z-index: 99;
    position: relative;
}

input[type="range"]::-moz-range-track {
    height: 8px;
    background: var(--mainColor);
    border-radius: 4px;
}

input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 16px;
    height: 16px;
    background: var(--mainColor);
    border-radius: 50%;
    cursor: pointer;
}

.filter--range--labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

/* Classic Checkbox  */
.pe--product--filters .classic--checkbox:not(:has(.filter-term-color)) input[type=checkbox] {
    width: 1em;
    height: 1em;
    background: var(--mainBackground);
    border: 1px solid var(--linesColor);
    border-radius: 5px;
    position: relative;
    display: inline-block;
}

.pe--product--filters .classic--checkbox:not(:has(.filter-term-color)) input[type=checkbox]::after {
    content: "\e90e";
    font-family: eicons;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0.75em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: var(--mainColor);
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.pe--product--filters .classic--checkbox:not(:has(.filter-term-color)) input[type=checkbox]:checked::after {
    opacity: 1;
    visibility: visible;
}

.products--controls--bordered .pe--product--filters .filters--item label.classic--checkbox:not(:has(.filter-term-color)) {
    border: none;
    padding: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em;
    font-size: 1em;
    line-height: 1em;
}

/*  Pagination  */
.zeyna--products--load--more {
    display: block;
    text-align: center;
    margin: 50px 0;
    width: 100%;
    float: left;
}

.zeyna--products--load--more.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.zeyna--products--infinite--scroll {
    font-size: 40px;
    text-align: center;
    width: 1em;
    height: 1em;
    margin: 50px 0;
    display: block;
    width: 100%;
    float: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.zeyna--products--infinite--scroll.hidden,
.zeyna--products--infinite--scroll.hidden.loading {
    opacity: 0;
    visibility: hidden;
}

.zeyna--products--infinite--scroll.loading {
    opacity: 1;
    visibility: visible
}

.zeyna--products--infinite--scroll svg {
    -webkit-animation-name: cartLoading;
    animation-name: cartLoading;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

/******* Single Product Metro ********/

.zeyna--single--product.metro .zeyna--product--meta {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1em 1.5em;
    z-index: 3;
    pointer-events: none;
}

.zeyna--single--product.metro .zeyna--product--meta > div {
    pointer-events: none
}

.zeyna--single--product.metro .zeyna--product--meta > div.zeyna--product--actions > * {
    pointer-events: all
}


.zeyna--single--product.metro .zeyna--single--atc {
    width: 100%;
}

.zeyna--single--product.metro form.variations_form.cart {
    position: static;
}



/******* Single Product Card ********/

.zeyna--single--product.card .zeyna--product--wrap {
    padding: 0.5em 0.5em 0.5em 0.5em;
    background: var(--secondaryBackground);
    border-radius: 7.5px;
}

.zeyna--single--product.card .zeyna--product--meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.zeyna--single--product.card .zeyna--product--image {
    border-radius: 5px
}


.image-hover-zoom-out .zeyna--product--image:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}


.image-hover-zoom-in .zeyna--product--image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.image-hover-zoom-out .zeyna--product--image img,
.image-hover-zoom-in .zeyna--product--image img {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.54, 0.57, 0, 0.98);
    transition: -webkit-transform 1s cubic-bezier(0.54, 0.57, 0, 0.98);
    -o-transition: transform 1s cubic-bezier(0.54, 0.57, 0, 0.98);
    transition: transform 1s cubic-bezier(0.54, 0.57, 0, 0.98);
    transition: transform 1s cubic-bezier(0.54, 0.57, 0, 0.98), -webkit-transform 1s cubic-bezier(0.54, 0.57, 0, 0.98);
}

/******* Single Product Sharp ********/
.zeyna--single--product.sharp .zeyna--product--image--wrap,
.zeyna--single--product.sharp .zeyna--cart--form,
.zeyna--single--product.sharp .zeyna--product--image,
.zeyna--single--product.sharp .zeyna--product--video {
    --radius: 0;
}

.zeyna--single--product.sharp .zeyna--product--meta {
    padding: 0.5em 1em 2em 1em;
    background: var(--secondaryBackground);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.zeyna--single--product.sharp:has(.product-short-desc) .zeyna--product--meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    text-transform: unset;
}

.zeyna--single--product.sharp .product-short-desc {
    max-width: 90%;
    color: var(--secondaryColor)
}


/******* Single Product Box ********/

.zeyna--product--wrap.product--box--wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: stretch;
    background: var(--secondaryBackground);
}

.zeyna--product--wrap.product--box--wrap .zeyna--product--image--wrap {
    width: 100%;
    height: auto;
}

.zeyna--product--wrap.product--box--wrap .zeyna--product--main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.zeyna--product--wrap.product--box--wrap .zeyna--product--actions>div {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.zeyna--product--wrap.product--box--wrap .zeyna--product--actions {
    position: static;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-top: auto;
}

.zeyna--product--wrap.product--box--wrap .zeyna--product--meta {
    border-radius: var(--radius);
    padding: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 2rem;
    --radius: 50px;
}

.zeyna--single--product:has(.zeyna--product--wrap.product--box--wrap) {
    border: 1px solid var(--linesColor);
    border-radius: var(--radius);
    --radius: 50px;
}

.zeyna--product--wrap.product--box--wrap .product-price {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

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

    .zeyna--product--wrap.product--box--wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/********** Single Product Actions  **********/
.zeyna--product--actions {
    position: absolute;
    bottom: 1em;
    left: 1em;
    right: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: center;
    z-index: 2;
    pointer-events: none;
}

.actions__orientation-column .zeyna--product--actions {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.zeyna--product--actions>div {
    pointer-events: all;
    -webkit-transform: translateY(calc(100% + 1.1em));
    -ms-transform: translateY(calc(100% + 1.1em));
    transform: translateY(calc(100% + 1.1em));
    -webkit-transition: background .4s ease, -webkit-transform .65s cubic-bezier(0.42, 0, 0.08, 0.98) 0s;
    transition: background .4s ease, -webkit-transform .65s cubic-bezier(0.42, 0, 0.08, 0.98) 0s;
    -o-transition: transform .65s cubic-bezier(0.42, 0, 0.08, 0.98) 0s, background .4s ease;
    transition: transform .65s cubic-bezier(0.42, 0, 0.08, 0.98) 0s, background .4s ease;
    transition: transform .65s cubic-bezier(0.42, 0, 0.08, 0.98) 0s, background .4s ease, -webkit-transform .65s cubic-bezier(0.42, 0, 0.08, 0.98) 0s
}

.actions--visiblity--show-on-image .zeyna--product--actions {
    bottom: unset;
    top: 1em;
    left: 1em;
}

.actions--visiblity--show-on-image .zeyna--product--actions>div {
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.zeyna--product-quick-action>a {
    line-height: 0;
}

.zeyna--product-quick-action svg {
    fill: var(--mainColor);
}

.actions__orientation-column .zeyna--product--actions>div {
    -webkit-transform: translateX(calc(-100% - 1.1em)) !important;
    -ms-transform: translateX(calc(-100% - 1.1em)) !important;
    transform: translateX(calc(-100% - 1.1em)) !important;
}

.zeyna--product--actions>div:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.zeyna--product--actions>div:nth-child(2) {
    -webkit-transition-delay: 0.07s;
    -o-transition-delay: 0.07s;
    transition-delay: 0.07s
}

.zeyna--product--actions>div:nth-child(3) {
    -webkit-transition-delay: 0.14s;
    -o-transition-delay: 0.14s;
    transition-delay: 0.14s
}

.zeyna--product--actions>div:nth-child(4) {
    -webkit-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s
}

.zeyna--product--actions>div:nth-child(5) {
    -webkit-transition-delay: 0.28s;
    -o-transition-delay: 0.28s;
    transition-delay: 0.28s
}

.zeyna--single--product:hover .zeyna--product--actions>div {
    -webkit-transform: translateY(0) translateX(0) !important;
    -ms-transform: translateY(0) translateX(0) !important;
    transform: translateY(0) translateX(0) !important;
}



.zeyna--single--product.metro .zeyna--product--actions {
    bottom: unset;
    top: 1em;
}

.zeyna--product--actions .zeyna--single--atc {
    width: 100%;
}

.zeyna--single--atc form.cart {
    margin-bottom: 0 !important;
}

.zeyna--single--product.metro .zeyna--product--actions>div {
    -webkit-transform: translateY(calc(-100% - 1.1em));
    -ms-transform: translateY(calc(-100% - 1.1em));
    transform: translateY(calc(-100% - 1.1em));
}

.zeyna--product-quick-action {
    padding: 0.75em;
    background: var(--secondaryBackground);
    border-radius: var(--radius);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    line-height: 1;
    --radius: 5px;
    border-width: 1px;
    border-color: var(--linesColor);
}

.zeyna--single--product.sharp .zeyna--product-quick-action {
    border-radius: 0;
}


.zeyna--product-quick-action svg,
.yith-wcwl-add-to-wishlist-button svg.yith-wcwl-icon-svg,
.yith-wcwl-add-to-wishlist-button svg {
    width: 1.1rem !important;
    height: 1.1rem !important;
    max-width: unset !important;
    line-height: 1;
}

.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg,
.yith-wcwl-add-to-wishlist .add_to_wishlist img,
.yith-wcwl-add-to-wishlist-button svg.yith-wcwl-add-to-wishlist-button-icon {
    color: var(--mainColor) !important;
}

.woocommerce.product.compare-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

svg#yith-wcwl-icon-bookmark-outline {
    fill: transparent;
    stroke: var(--mainColor);
}

.zeyna--product-quick-action span {
    line-height: 0;
}

.add--to--cart--style--icon .zeyna--product-quick-action button.single_add_to_cart_button {
    font-size: 1rem;
}

.add--to--cart--style--icon .zeyna--single--atc {
    width: auto !important;
}

.add--to--cart--style--icon .zeyna--product-quick-action span.card-add-icon {
    display: block;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.zeyna--cart--form .single_add_to_cart_button.loading span.card-add-icon,
.zeyna--cart--form .single_add_to_cart_button.added span.card-add-icon {
    opacity: 0;
}

.add--to--cart--style--icon .zeyna--product-quick-action span.cart-done,
.add--to--cart--style--icon .zeyna--product-quick-action svg.cart-loading {
    width: 1.1rem;
    height: 1.1rem;
    line-height: 0;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes cartLoadingIcon {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes cartLoadingIcon {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.add--to--cart--style--icon .zeyna--product-quick-action svg.cart-loading {
    -webkit-animation-name: cartLoadingIcon !important;
    animation-name: cartLoadingIcon !important;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.add--to--cart--style--icon .zeyna--product-quick-action span.card-add-icon svg {
    width: 1.1rem;
    height: 1.1rem;
    position: static !important;
    line-height: 0;
    fill: var(--mainColor);
}

.add--to--cart--style--icon .zeyna--product-quick-action span.cart-done i,
.add--to--cart--style--icon .zeyna--product-quick-action span.card-add-icon i {
    font-size: 1rem;
    display: block;
    line-height: 1;
    color: var(--mainColor);
}

span.card-add-icon {
    display: none;
    width: 1em;
}

.add--to--cart--style--icon .zeyna--product-quick-action .zeyna--cart--form button.single_add_to_cart_button {
    padding: 0;
    cursor: pointer;
}

.zeyna--product--meta:has(.zeyna--product--actions) {
    position: relative;
}

.zeyna--product--meta .zeyna--product--actions {
    position: absolute;
    right: 1em;
    top: 1em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: unset;
}

.zeyna--product--meta .zeyna--product--actions>div {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 0;
    margin: 0;
    --radius: 0;
    background: none;
}

/** Fast Add to Cart **/
div.zeyna--fast--add {
    width: 100%;
    left: 0;
    -webkit-transform: translateY(150%) !important;
    -ms-transform: translateY(150%) !important;
    transform: translateY(150%) !important;
    bottom: 0;
    z-index: 3;
    position: absolute;
    padding: 1em;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.fast--vars--has--bg--yes div.zeyna--fast--add {
    background: var(--secondaryBackground);
}

.zeyna--single--product:hover div.zeyna--fast--add {
    -webkit-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
}

.zeyna--fast--add--vars {
    text-align: center;
}

.single--product--vars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.2em;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    list-style: none;
}

.single--product--vars li {
    cursor: pointer;
    text-align: center;
    padding: 0.5em;
    width: 15%;
    border: 1px solid transparent;
    position: relative;
}

.fast--vars--items--has--bg--yes .single--product--vars li {
    background: var(--secondaryBackground)
}

.single--product--vars li:not([data-stock="1"]) {
    pointer-events: none;
    opacity: .5;
}

.single--product--vars li:not([data-stock="1"])::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30%;
    height: 1px;
    background: var(--mainColor);
}

.single--product--vars li:hover {
    border-color: var(--linesColor);
}

span.fast--var--name {
    font-size: 12px;
    color: var(--secondaryColor);
    margin-bottom: 1em;
    display: block;
    margin-top: 1em;
}

.single--product--vars:has(.loading) {
    opacity: .5;
}

.single--product--vars li svg {
    width: 1em;
    height: 1em;
    fill: var(--mainColor);
    position: absolute;
    right: 0.25em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.single--product--vars:has(.loading) li.loading svg.cart-loading {
    opacity: 1;
    -webkit-animation-name: cartLoadingSingle;
    animation-name: cartLoadingSingle;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.single--product--vars:has(.added) li.added svg.cart-loading {
    opacity: 0;
}

.single--product--vars:has(.added) li.added span.cart-done {
    opacity: 1;
}

/** Sticky Add to Cart **/
.zeyna--sticky--add--to--cart {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 19;
    transform: translateY(100%);
    width: 100%;
    display: flex;
    justify-content: start;
}

.zeyna--sticky--add--to--cart .zeyna--sticky--atc--wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: var(--secondaryBackground);
    padding: 15px;
    border-width: 1px;
    border-color: var(--linesColor);
    color: var(--mainColor);
    align-items: center;
}


.zeyna--sticky--atc--product {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.zeyna--sticky--atc--image {
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
}

.zeyna--sticky--atc--image img {
    display: block;
    width: 100%;
    height: 100%;
}

.zeyna--sticky--atc--meta p {
    margin: 0;
}

.zeyna--sticky--atc--meta {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

form.variations_form.zeyna--sticky--atc {
    display: flex;
    flex-direction: row;
    gap: 1em;
    align-items: end;
    justify-content: end;
}

form.variations_form.zeyna--sticky--atc label {
    font-size: 12px;
    color: var(--mainColor);
    border-radius: 0;
}

form.variations_form.zeyna--sticky--atc>div>div {
    border: 1px solid var(--linesColor);
    top: unset;
    bottom: calc(100% - 2em);
    border-radius: 0;
}

form.variations_form.zeyna--sticky--atc .zeyna--cart--form {
    padding: 12px 3em !important;
    min-width: 250px;
    border-radius: 0;
}


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

    .zeyna--sticky--atc--meta h6 {
        font-size: 1rem;
        line-height: 1.5;
    }

    .zeyna--sticky--add--to--cart .zeyna--sticky--atc--wrap {
        flex-direction: column;
        align-items: start;
        padding: 10px;
    }

    form.variations_form.zeyna--sticky--atc {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pe-select {
        width: 47%;
    }

    form.variations_form.zeyna--sticky--atc label {
        display: none;
    }


}

/** Quick Add to Cart Popup **/

.quick-add-to-cart-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
}

.quick-add-to-cart-popup span.pop--close {
    display: block;
}

.quick-add-to-cart-popup span.pop--close svg {
    width: 25px;
    height: 25px;
}

.zeyna--popup--cart-product-form {
    margin-top: 35px;
}

.quick-add-to-cart-popup.quick-add-to-cart-popup .pe--styled--popup {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 40vw;
}

.quick-add-to-cart-popup.quick-add-to-cart-popup .pe--styled--popup button.single_add_to_cart_button {
    font-size: 0.8rem !important;
}

.zeyna--popup--cart--product {
    width: auto;
    height: auto;
    display: flex;
    gap: 2em;
    flex-direction: row;
}

.zeyna--popup--cart-product-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 35px;
}


.zeyna--popup--cart-product-image {
    width: 70%;
    border-radius: 15px;
    overflow: hidden;

}

.zeyna--popup--cart-product-image img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.zeyna--popup--cart--product .variations tr {
    margin-bottom: 20px;
}

.zeyna--popup--cart--product tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 35px;
}

.zeyna--popup--cart--product .variations tbody tr {
    width: auto;
    display: block;
    margin-bottom: 0
}

.zeyna--popup--cart--product .variations tbody tr td .zeyna--file--upload,
.zeyna--popup--cart--product .variations tbody tr td {
    width: 100%;
}

.zeyna--popup--cart--product .variations tbody tr td .zeyna--file--upload {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    padding: 0.3em 0;
}

button.quick-add-to-cart-btn {
    background: none;
    padding: 0;
}

.quick-add-to-cart-popup span.pop--overlay {
    opacity: .5;
    visibility: visible;
    display: block;
}


.quick-add-to-cart-btn svg.cart-loading {
    position: absolute;
    opacity: 0;
}

.quick-add-to-cart-btn.loading .card-add-icon {
    opacity: 0;
}

.quick-add-to-cart-btn.loading svg.cart-loading {
    opacity: 1
}

.zeyna--product-quick-action:has(button.quick-add-to-cart-btn) {
    padding: 0;
}

.zeyna--product-quick-action:has(button.quick-add-to-cart-btn) {
    padding: 0.75em;
}

.add--to--cart--style--wide span.quick--text {
    color: var(--mainColor);
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.add--to--cart--style--wide .zeyna--product-quick-action:has(button.quick-add-to-cart-btn) {
    width: 100%;
}

.add--to--cart--style--wide button.quick-add-to-cart-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.add--to--cart--style--wide button.quick-add-to-cart-btn span.card-add-icon {
    display: block;
    fill: var(--mainColor);
}

.add--to--cart--style--wide button.quick-add-to-cart-btn:hover span {
    color: var(--secondaryBackground)
}

.add--to--cart--style--wide button.quick-add-to-cart-btn svg.cart-loading {
    left: unset;
    right: 0.75em;
}

.add--to--cart--style--wide button.quick-add-to-cart-btn svg.cart-loading {
    -webkit-animation-name: cartLoading;
    animation-name: cartLoading;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.zeyna--popup--cart--product table.variations th.label {
    margin-bottom: 1em;
    color: var(--secondaryColor)
}

.quick-add-to-cart-popup .woocommerce-variation-add-to-cart.variations_button.zeyna--cart--form {
    margin-top: 2em;
    border: 1px solid var(--linesColor);
    padding-right: 2em;
}

.zeyna--popup--cart--product .zeyna--cart--form button.single_add_to_cart_button svg {
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute !important;
}


p.spcp--desc {
    margin-top: 1.5em;
    color: var(--secondaryColor);
}

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

    .quick-add-to-cart-popup.quick-add-to-cart-popup .pe--styled--popup {
        width: 95vw;
    }

    .zeyna--popup--cart-product-cont,
    .zeyna--popup--cart-product-meta .zeyna--popup--cart-product-image {
        width: 100%;
    }

    h6.spcp--price {
        font-size: 1rem;
    }

    h4.spcp--title {
        font-size: 1.2rem;
        letter-spacing: normal;
    }

    p.spcp--desc {
        max-width: 100%;
    }

    .zeyna--popup--cart--product .variations tbody tr {
        width: 100%;
    }

}

/* Single icons handle  */

.add--to--cart--style--icon .button.single_add_to_cart_button.button.alt span.single--add--text {
    display: none;
}

.add--to--cart--style--icon .button.single_add_to_cart_button.button.alt span.card-add-icon {
    display: block;
}

.add--to--cart--style--icon .button.single_add_to_cart_button.button.alt span.cart-plus {
    display: none !important;
}

.add--to--cart--style--icon .button.single_add_to_cart_button.button.alt span.card-add-icon svg {
    width: 1.1rem;
    height: 1.1rem;
    position: static;
}

.add--to--cart--style--icon .zeyna--single--product.product-type-simple .zeyna--cart--form button.single_add_to_cart_button svg.cart-loading,
.add--to--cart--style--icon .zeyna--single--product.product-type-simple .zeyna--cart--form button.single_add_to_cart_button span.cart-done {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
}

.add--to--cart--style--icon .zeyna--single--product.product-type-simple .zeyna--cart--form button.single_add_to_cart_button svg.cart-loading {
    -webkit-animation-name: cartLoadingIcon;
    animation-name: cartLoadingIcon
}


/** Product Page **/

form.variations_form.cart {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}


form.variations_form.cart.variation--images--loading {
    opacity: .5;
    cursor: wait;
}

form.variations_form.cart.variation--images--loading .attr--label {
    cursor: wait;
}

.variation--gallery--img {
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.variation--single--img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.zeyna--single--product--attributes.has--swatches .attr--dt--variation_color_only span.active {
    border: 1px solid var(--mainColor);
}

label.radio--parent:not([data-stock="1"]) {
    pointer-events: none;
    opacity: .5;
}

label.radio--parent:not([data-stock="1"])::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30%;
    height: 1px;
    background: var(--mainColor);
}

.zeyna--single--product--attributes.has--swatches span {
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.zeyna--single--product--attributes.has--swatches span.active {
    color: var(--mainColor);
    background: var(--mainBackground);
}

a.reset_variations {
    display: none !important;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
    font-size: 1rem;
    margin-top: 20px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-bottom: 50px;
}

.pe--product-head>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
    overflow: visible;
}

.pe--product-head.img-masonry .product-gallery-image {
    height: auto;
    margin-bottom: .5%
}

.pe--product-head.img-masonry .product-gallery-wrap {
    display: block;
}

.pe--product-head.img-masonry .product-gallery-image,
.pe--product-head.img-masonry .grid-sizer {
    width: 49.5%;
}

.pe--product-head.img-masonry .grid-gutter {
    width: 1%
}


.product-gallery-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 20px;
}

.pe--product-head.gal-col-1 .product-gallery-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
}

:root {
    --pgal-image-height: 50;
    --pgal-mobile-width: 100;
}

.product-gallery-image {
    display: block;
    float: left;
    width: 30vw;
    height: calc(100vh / 100 * var(--pgal-image-height));
    overflow: hidden;
}

.product-gallery-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.pe--product-head>div.product-info {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.related-products .zeyna--single--product {
    -ms-grid-column-span: 3 !important;
    grid-column: span 3 !important;
}

section.related-products {
    padding: 0 25px;
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.product-price {
    margin-bottom: 0;
    font-size: 14px;
}

.product-description {
    max-width: 60%;
}

.product-detail-tabs {
    display: block;
    float: left;
    width: 100%;
    margin-top: 100px;
}

.product-detail-tabs>div {
    display: block;
    float: left;
    width: 50%;
}

.product-detail-tabs>div .tab-title {
    margin-bottom: 0.5em;
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
}

.tab-title-clone .anim_char span,
.tab-title-clone .anim_word span,
.tab-title-clone .anim_line span {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.product-detail-tabs>div .tab-title.active {
    opacity: 1;
}

.product-detail-tabs>div .tab-content {
    display: none;
}

.product-detail-tabs>div .tab-content.active {
    display: block
}

.zeyna-related-products.wrapper-full>.zeyna--single--product {
    width: 31%;
    margin-right: 2.3333333%;
}


.woocommerce .pe--product-head p.woocommerce-review-link,
.woocommerce .pe--product-head .star-rating {
    display: inline-block;
    margin: 0;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    float: none;
}

.woocommerce .pe--product-head p.woocommerce-review-link {
    opacity: .65
}

.product-attributes>span {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 1em;
    opacity: 1;
}

table.variations th.label {
    padding: 0;
    display: block;
    float: left;
    border: none;

    line-height: 4em
}

table.variations td {
    border: none;
}



.woocommerce .pe--product-head .product-add-to-cart {
    display: block;
    float: left;
    margin-top: 35px;
    position: relative;
}

.pe--product-head.pe-wrapper {
    padding-top: 100px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 50px;
}

.pe--product-head.pe-wrapper::after {
    display: none;
}

.pe--product-head .product--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pe--product-head .product-name {
    text-transform: uppercase;
}

.pe--product-head .product-name h1.text-h3.product_title.entry-title {
    margin: 0;
}

.pe--product-head .product--aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pe--product-head .product-attributes,
.product-attributes a {
    margin-left: auto;
    color: var(--secondaryColor);
}

.pe--product-head .product-description p {
    margin: 0;
    width: 80%;
    margin-bottom: 3em;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}


/* Login/Register  */

.pe--account--login--popup.pe--styled--popup {
    min-width: 25vw;
}

.pe--account--login--popup .woocommerce-privacy-policy-text {
    max-width: 30vw;
}

.zeyna--login-sec {
    display: block;
    width: 100%;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.zeyna--login-sec .lost--password--col,
.zeyna--login-sec .login--col,
.zeyna--login-sec .register--col {
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.zeyna--login-sec .lost--password--col,
.zeyna--login-sec .login--col,
.zeyna--login-sec .register--col {
    display: none;
}

.zeyna--login-sec.login--active .login--col {
    display: block;
}

.zeyna--login-sec.register--active .register--col {
    display: block;
}

.zeyna--login-sec.lost--password--active .lost--password--col {
    display: block;
}

.zeyna--login-sec form.woocommerce-form.woocommerce-form-login.login {
    width: 100%;
    margin: 0;
    border: none;
    padding: unset;
    text-align: unset;
    border-radius: unset;
}

.lost--password--col input[type="submit"] {
    display: block;
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
}

.zeyna--login-sec .lost--password--col p,
.zeyna--login-sec .register--col p,
.zeyna--login-sec .login--col p {
    text-transform: uppercase;
    margin: 0;
    position: relative;
    display: block;
    margin-bottom: 1em;
    width: 100% !important;
    text-align: left;
}

.zeyna--login-sec .login--form--heading {
    background: var(--secondaryBackground);
    padding: 0.75em;
    text-align: center;
    border-radius: var(--radius);
    bottom: 30px;
    width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    --radius: 10px;
}



.zeyna--login-sec .register-heading.login--form--heading,
.zeyna--login-sec .login-heading.login--form--heading {
    margin-top: 100px
}

.zeyna--login-sec.register--active .register-heading.login--form--heading {
    display: none;
}

.zeyna--login-sec.lost--password--active .login-heading.login--form--heading,
.zeyna--login-sec.login--active .login-heading.login--form--heading {
    display: none;
}

.zeyna--login-sec .login--form--heading.lost--password-heading.login--form--heading {
    position: relative;
    width: 100%;
    font-size: 12px;
    bottom: 0;
    background: none;
}

.zeyna--login-sec .login--form--heading.lost--password-heading.login--form--heading p {
    font-size: 12px;
    line-height: 1.4;
}

p.lost_password {
    display: none !important;
}

.zeyna--login-sec .login--form--heading p {
    margin: 0;
}

.zeyna--login-sec.login--active .login-heading,
.zeyna--login-sec.register--active .register-heading {
    opacity: 0;
    pointer-events: none;
}

.zeyna--login-sec form label {
    position: absolute;
    top: 0.5em;
    left: 14px;
    font-size: 12px;
    color: var(--secondaryColor);
    -webkit-transform: translateX(var(--transformX)) translateY(var(--transformY));
    -ms-transform: translateX(var(--transformX)) translateY(var(--transformY));
    transform: translateX(var(--transformX)) translateY(var(--transformY));
    z-index: 2;
    white-space: nowrap;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    text-transform: none;
}

.zeyna--login-sec form input[type="email"],
.zeyna--login-sec form input[type=password],
.zeyna--login-sec form input[type=text] {
    min-width: 300px;
    background: var(--secondaryBackground);
    padding: 2em 1em 0.5em 1em;
    border: none;
    border-color: var(--linesColor);
    border-width: 1px;
    border-radius: var(--radius);
    --radius: 7px;
}

.zeyna--login-sec button.woocommerce-Button,
.zeyna--login-sec button.woocommerce-button {
    display: block !important;
    width: 100%;
    border-radius: var(--radius) !important;
    --radius: 5px;
    background: var(--mainColor) !important;
    color: var(--secondaryBackground) !important;
    font-weight: normal !important;
    font-size: 1rem !important;
    padding: 0.75em !important;
}

.zeyna--login-sec label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    position: static;
    text-align: left;
    margin-bottom: 1em;
}

p.lost_password a {
    font-size: 14px;
    color: var(--secondaryColor);
}

.woocommerce-privacy-policy-text p {
    font-size: 12px;
    color: var(--secondaryColor);
    text-align: left;
    text-transform: none !important;
    line-height: 1.3;
}

.zeyna--login-sec .login--form--heading p {
    font-size: 14px;
    color: var(--secondaryColor);
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

.zeyna--login-sec .login--form--heading:hover p {
    color: var(--mainColor);
}


/* Phones  */

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


    .text-h1,
    h1 {
        font-size: 4.61rem;
        line-height: 1;
    }


    .text-h1.big-title,
    h1.big-title {
        font-size: 7.47rem;
        line-height: 7.47rem;
        margin-top: 0
    }


    .text-h2,
    h2 {
        font-size: 2.209rem;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        line-height: 1.2;
    }

    .text-h3,
    h3 {
        font-size: 2.157rem;
        line-height: 3rem;

    }

    .text-h4,
    h4 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .text-h5,
    h5 {
        font-size: 1.333rem;
        font-weight: normal;
        line-height: 1.5;
    }

    .text-h6,
    h6 {
        font-size: 1.333rem;
        font-weight: normal;
        line-height: 1.4;
    }



    h1,
    h2,
    h3,
    h4,
    .text-h1,
    .text-h2,
    .text-h3,
    .text-h4 {
        letter-spacing: -0.022em;
    }

    .p-large {
        font-size: 1rem
    }



    .pe--single--post.psp--elementor.post_horizontal {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .pe--single--post.psp--elementor.post_horizontal .thmb {
        width: 100% !important;
    }

    .pe--single--post.psp--elementor.post_horizontal .post-details {
        max-width: 100% !important;
    }

    .hide-br-mobile br {
        display: none;
    }

    span.inserted--ls--hold:has(.hide--on--mobile),
    .hide--on--mobile {
        display: none !important;
    }

    p.text-h6.cart-product-title.product-name {
        font-size: 1em;
        line-height: 1em;
    }

    .cart-product-details {
        padding-left: 0;
    }

    .cart-product-remove {
        display: none;
    }

    .cart-product-details {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cpq-acts {
        width: 60%;
    }


    .main-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: var(--gap);
    }

    div#mouseCursor {
        display: none;
    }

    .zeyna--products-grid-controls {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    form.woocommerce-ordering {
        width: 45%;
    }

    .pe-wrapper.zeyna--checkout--wrapper {
        flex-direction: column;
    }

    .pe-wrapper {
        padding-left: 12.5px;
        padding-right: 12.5px;
    }

    .pe-wrapper .pe-wrapper,
    .pe-col-12 .pe-col-12 {
        padding: 0;
    }

    .pe-col-1,
    .pe-col-2,
    .pe-col-3,
    .pe-col-4,
    .pe-col-5,
    .pe-col-6,
    .pe-col-7,
    .pe-col-8,
    .pe-col-9,
    .pe-col-10,
    .pe-col-11,
    .pe-col-12 {
        padding: 10px
    }

    .zeyna--single--product .product-image {
        border-radius: 25px;
    }

    .site-main.shop-page,
    body main {
        padding-top: 0;
    }

    .fullscreen_menu ul.menu.main-menu .sub-menu li {
        font-size: 30px;
        letter-spacing: -0.04em;
    }

    .woocommerce table.shop_attributes th {
        font-size: 1rem !important;
    }

    .woocommerce table.shop_attributes td {
        font-size: 1rem;

    }

    .related-products .zeyna-products-grid {
        -ms-grid-columns: 1fr 25px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }

    .related-products .zeyna-products-grid .zeyna-single-product {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }

    .pe--product-head>div {
        width: 100%;
        padding-top: 0;
        overflow: visible;
        max-width: 100vw;
    }

    .pe--product-head.img-masonry .product-gallery-wrap,
    .product-gallery-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        grid-gap: 25px;
    }

    .grid-sizer,
    .grid-gutter {
        display: none
    }

    .pe--product-head.img-masonry .product-gallery-image,
    .product-gallery-wrap .product-gallery-image {
        width: calc(100vw / 100 * var(--pgal-mobile-width));
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .product-gallery-wrap .product-gallery-image:first-child {
        padding-left: 0;
    }

    .pe--product-head>div.product-info {
        width: 100%;
        margin-bottom: 0;
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .product-detail-tabs>div {
        width: 100%;
        font-size: 30px;
        line-height: 35px;
    }

    .zeyna-product-details.wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }

    .product-description {
        max-width: 100%;
    }

    .pe--product-details h5 {
        font-size: 1rem;
        line-height: 1.6;
    }

    .product-price {
        margin-bottom: 0;
    }

}

a.added_to_cart.wc-forward {
    display: none;
}