

.pinax-main {
    font-family: YekanBakh
}

:root {
    --pinax-stroke: #e0e0e0;
    --pinax-text: #0a0a0a;
    --pinax-gray-light: #f4f4f4;
    --pinax-gray-dark: #737373;
    --pinax-black: #071117
}

.pinax-main {
    padding: 0 16px 32px
}

.pinax-main__group {
    margin: 0 0 36px
}

.pinax-main--sections-tabs .pinax-main__group:first-of-type {
    display: block
}

.pinax-button, .pinax-drawer__cart .pinax-mini-cart__buttons .button.checkout, .pinax-drawer__close {
    display: inline-block;
    border: 2px solid #000;
    background: 0 0;
    padding: 0 24px;
    white-space: nowrap;
    border-radius: 20px;
    color: #000;
    text-transform: none;
    margin: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}


.pinax-button--filled, .pinax-drawer__cart .pinax-mini-cart__buttons .button.checkout {
    color: var(--pinax-main);
    font-size: 16px;
    font-weight: 500;
    border: none
}

.pinax-mini-cart-wrapper ul.pinax-mini-cart button.pinax-edit-cart-item__button:after {
    right: 4px;
    border-top-color: var(--pinax-main);
    border-right-color: var(--pinax-main)
}

.pinax-button.pinax-edit-cart-item__button.pinax-button--filled:hover, .pinax-button.pinax-edit-cart-item__button.pinax-button--filled:focus {
    background-color: transparent;
    color: var(--pinax-main)
}

.pinax-button--full {
    width: 100%
}

.pinax-button--loading {
    position: relative
}

.pinax-button--loading:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    background: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-radius: 100%;
    -webkit-animation: spin .6s ease-out infinite;
    animation: spin .6s ease-out infinite
}

.pinax-quantity-roller__roller .pinax-button--loading:after {
    border-top-color: var(--pinax-main);
    border-right-color: var(--pinax-main);
    right: -7px
}

.pinax-sb-container.pinax-button--loading:after {
    border-top: 2px solid var(--pinax-main);
    border-right: 2px solid var(--pinax-main);
    width: 100px;
    height: 100px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}

.pinax-button.pinax-button--out-of-stock, .pinax-drawer__cart .pinax-mini-cart__buttons .pinax-button--out-of-stock.button.checkout, .pinax-button--out-of-stock.pinax-drawer__close, .pinax-button.pinax-button--out-of-stock.pinax-button--hover, .pinax-drawer__cart .pinax-mini-cart__buttons .pinax-button--out-of-stock.pinax-button--hover.button.checkout, .pinax-button--out-of-stock.pinax-button--hover.pinax-drawer__close, .pinax-button.pinax-button--out-of-stock:hover, .pinax-drawer__cart .pinax-mini-cart__buttons .pinax-button--out-of-stock.button.checkout:hover, .pinax-button--out-of-stock.pinax-drawer__close:hover, .pinax-button.pinax-button--out-of-stock:focus, .pinax-drawer__cart .pinax-mini-cart__buttons .pinax-button--out-of-stock.button.checkout:focus, .pinax-button--out-of-stock.pinax-drawer__close:focus, .pinax-button.pinax-button--out-of-stock:active, .pinax-drawer__cart .pinax-mini-cart__buttons .pinax-button--out-of-stock.button.checkout:active, .pinax-button--out-of-stock.pinax-drawer__close:active {
    cursor: not-allowed;
    color: #a8bdc7
}

.pinax--button-style-square .pinax-button, .pinax--button-style-square .pinax-drawer__cart .pinax-mini-cart__buttons .button.checkout, .pinax-drawer__cart .pinax-mini-cart__buttons .pinax--button-style-square .button.checkout, .pinax--button-style-square .pinax-drawer__close {
    border-radius: 0
}

.pinax-input--select, select.pinax-input--select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 10px;
    border: 2px solid #e6ecef;
    border-radius: 8px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c1cfd7'><polygon points='0,0 100,0 50,50'/></svg>");
    background-size: 16px;
    background-position: calc(100% - (100% - 14px)) 19px;
    background-repeat: no-repeat;
    cursor: pointer
}

.pinax-input--select:focus, select.pinax-input--select:focus {
    outline: none;
    border-color: #000;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>")
}

.pinax-input.pinax-input--text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 10px;
    border: 2px solid #e6ecef;
    border-radius: 8px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pinax-input.pinax-input--text:focus {
    outline: none;
    border-color: #000;
    background-color: #fff
}

.pinax-main__sections h2.pinax-category-heading__title {
    display: none
}

.pinax-products-list {
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pinax-products-list * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pinax-products-list:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 480px) {
    .pinax-products-list .pinax-product__hero {
        width: 200px;
        position: relative
    }
}

@media screen and (min-width: 480px) {
    .pinax-products-list .pinax-product__image {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100% !important;
        height: 100% !important
    }
}

@media screen and (min-width: 480px) {
    .pinax-products-list .pinax-product__content-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.pinax-products-list .pinax-product__actions {
    margin-top: 0px
}

.pinax-products-list.single-column-card-container {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between
}

.pinax-products-list__item {
    width: 100%;
    margin: 0 0 24px
}

.pinax-products-list__item.single-column-card {
    width: calc(50% - 4px);
    margin: 4px 0
}

@media screen and (min-width: 540px) {
    .pinax-products-list--grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -12px;
        margin-left: -12px
    }
}

@media screen and (min-width: 768px) {
    .pinax-products-list--grid .pinax-products-list__item {
        margin: 0 0 24px;
        padding: 0 12px;
        width: 100%
    }

    .pinax-products-list--grid .pinax-products-list__item.single-column-card {
        width: 100%
    }
}

@media screen and (min-width: 992px) {
    .pinax-products-list--grid .pinax-products-list__item.single-column-card {
        width: 50%
    }
}

@media screen and (min-width: 1120px) {
    .pinax-products-list--grid .pinax-products-list__item {
        width: 33.33%
    }

    .pinax-products-list--grid .pinax-products-list__item.single-column-card {
        width: 25%
    }
}

@media screen and (min-width: 768px) {
    .pinax-products-list--grid .pinax-product {
        padding: 0 0 88px;
        display: block;
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

@media screen and (min-width: 768px) {
    .pinax-products-list--grid .pinax-product__hero {
        width: auto
    }

    .pinax-products-list--grid .pinax-product__hero img {
        -o-object-fit: fill;
        object-fit: fill;
        width: 100%;
        height: auto
    }
}

@media screen and (min-width: 768px) {
    .pinax-products-list--grid .pinax-product__content-wrap {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        display: block
    }
}

@media screen and (min-width: 768px) {
    .pinax-products-list--grid .pinax-product__actions {
        padding: 0;
        margin-top: 0
    }
}

@media screen and (max-width: 480px) {
    .pinax-products-list__item .pinax-product.out-of-service {
        cursor: not-allowed;
        pointer-events: none
    }
}

.pinax-product .pinax-product__title {
    font-size: 20px;
    font-weight: 700
}

.pinax-drawer__inner .pinax-product__title {
    text-align: center
}

.pinax-product {
    position: relative
}

.pinax-drawer .pinax-product > div {
    z-index: 2
}

.pinax-product .food-info {
    display: flex;
    justify-content: space-between
}

.pinax-products-list__item.single-column-card .pinax-product .food-info {
    flex-direction: column-reverse;
    align-items: center
}

.pinax-product .pinax-product__hero {
    width: 250px;
    margin: 32px auto 24px auto
}

.pinax-product__hero {
    position: relative
}

.pinax-mini-cart-header {
    display: flex;
    position: absolute;
    top: 8px
}

.shop_table.shop_table_responsive {
    border-radius: 24px;
    background-color: var(--pinax-gray-light);
    margin-top: 24px;
    margin-bottom: 35px
}

.shop_table > div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--pinax-stroke);
    padding: 12px 16px
}

.shop_table .cart-static-sent {
    display: block;
    border-bottom: 1px solid var(--pinax-stroke);
    padding: 12px 16px
}

.cart-static-sent-pay {
    display: inline-block
}

.cart-static-sent-status {
    display: inline-block;
    position: absolute;
    left: 16px
}

.cart-static-sent-discription {
    padding-top: 8px;
    font-size: 14px;
    color: var(--pinax-gray-dark)
}

.shop_table .order-total {
    border-bottom: 0;
    font-size: 16px;
    font-weight: 700
}

.shop_table.shop_table_responsive tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th {
    background-color: var(--pinax-gray-light)
}

.shop_table_responsive tr {
    border-bottom: 1px solid var(--pinax-stroke)
}

.shop_table_responsive td {
    text-align: left;
    border: none
}

.shop_table_responsive th {
    border: none
}

.pinax-mini-cart-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto
}

.pinax-product__hero img:first-child {
    border-radius: 10px;
    margin: 0;
    display: block;
    width: 100%;
    height: 100% !important;
    max-width: none !important;
    position: relative;
    z-index: 2;
    object-fit: cover;
}

.pinax-mini-cart-content .pinax-product__hero img:first-child {
    width: auto
}

ul.pinax-main__tabs > li > a img {
    max-width: 60px;
    height: auto;
    max-height: 60px;
    display: block;
    margin: 5px auto;
    min-width: 60px;
    min-height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.pinax-mini-cart-content img {
    max-height: 140px
}

.pinax-product__content {
    margin-top: 8px;
    padding-left: 16px;
}

.pinax-products-list__item.single-column-card .pinax-product__content {
    padding: 0 8px;
    min-height: 50px;
    margin-bottom: 12px !important
}

.pinax-products-list__item.single-column-card .pinax-product__hero {
    width: 90%;
    min-height: 159px
}

.pinax-product__content :last-child {
    margin-bottom: 0
}

.pinax-products-list__item .pinax-product__description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.pinax-products-list__item.single-column-card .pinax-product__description {
    display: none
}

.pinax-product__title {
    margin: 0 0 12px !important
}

.pinax-product__description {
    margin: 0;
    font-size: 14px
}

.pinax-product__tags {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none none outside
}

img + .pinax-product__tags {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 12px;
    z-index: 20
}

.pinax-product__tags li {
    margin: 6px 0 0
}

.pinax-product__options {
    margin: 12px 0 24px;
    padding: 0;
    border-radius: 6px
}

.pinax-product__options:last-child {
    margin-bottom: 0
}

.pinax-products-list__item.single-column-card .pinax-product .pinax-product__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    margin: 0 !important
}

.pinax-product__options th, .pinax-product__options td {
    background-color: transparent !important;
    padding: 0 0 12px;
    text-align: right;
    display: block;
    margin: 0
}

.pinax-product__options th {
    font-size: 18px;
    line-height: 22px
}

.pinax-product__options td {
    padding-bottom: 24px
}

.pinax-product__options tr {
    padding: 0;
    margin: 0
}

.pinax-product__options tr:last-child td {
    padding-bottom: 0
}

.pinax-product__actions {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between
}

.pinax-products-list__item.single-column-card .pinax-product__actions {
    flex-direction: row-reverse;
    border-top: 1px solid var(--pinax-stroke)
}

.pinax-product__actions.variable {
    flex-direction: column;
    margin-top: 24px
}

.pinax-variable__actions {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.variation-name {
    font-weight: 700;
    font-size: 14px
}

.pinax-product__actions:last-child {
    margin-bottom: 0
}

.pinax-product__actions-button {
    width: 100px;
    text-align: center;
    padding: 14px 0 0;
    line-height: 32px
}

ins span.woocommerce-Price-amount {
    color: #000 !important
}

.loop-qty .added_to_cart {
    display: none
}

del {
    color: var(--pinax-gray-dark) !important
}

.pinax-product__actions__update .pinax-product__actions-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 14px 0
}

.pinax-product__actions__update .pinax-product__actions-button__save-update {
    flex-basis: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 8px;
    background-color: var(--pinax-main);
    border-radius: 16px;
    cursor: pointer
}

.pinax-product__actions__update .pinax-product__actions-button__cancel-update {
    flex-basis: 25%;
    text-align: right
}

.pinax-product__actions__update .pinax-product__actions-button__cancel-update .pinax-product__cancel-update {
    height: 100%
}

.pinax-product__actions__update button {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    padding: 12px 24px;
    height: auto
}

.pinax-product__actions__update button.pinax-product__update-cart-item.pinax-button--filled:focus, .pinax-product__actions__update button.pinax-product__update-cart-item.pinax-button--filled:hover {
    background-color: var(--pinax-main)
}

div.pinax-product__actions-price {
    margin-left: 24px;
    padding: 12px 0
}

.pinax-product__actions__update button.pinax-product__cancel-update {
    border: none;
    color: #ea2051;
    background-color: var(--pinax-gray-light)
}

.pinax-product--options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: visible;
    height: 100%
}

.pinax-product--options .pinax-product__actions {
    flex: 0 0 auto;
    margin-bottom: 16px;
    background-color: var(--pinax-main);
    border-radius: 11px;
    align-items: stretch;
    flex-direction: row-reverse;
    cursor: pointer
}

.pinax-product__actions-price {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff
}

.pinax-product__actions-price {
    color: var(--pinax-black);
    padding-right: 0
}

.pinax-product__actions-price {
    padding: 0;
    padding-left: 16px
}

.pinax-products-list__item.single-column-card .pinax-product__actions-button {
    padding: 0;
    height: 60px;
    text-align: right
}

.pinax-products-list__item.single-column-card .pinax-product__actions-button > button {
    height: 100%;
    width: 70%;
    font-size: 0;
    border-radius: 0;
    border-bottom-right-radius: 24px;
    position: relative
}

@media screen and (max-width: 480px) {
    .pinax-products-list__item.single-column-card .pinax-product__actions-button > button {
        display: block !important;
        width: 100% !important
    }
}

.pinax-products-list__item.single-column-card .pinax-product__actions-button > button:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2864_1067)'%3E%3Cpath d='M12 5V19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2864_1067'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    display: inline;
    width: 28px;
    height: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    vertical-align: middle
}

del {
    color: #fff
}

.pinax-product__actions-price span.woocommerce-Price-amount {
    font-weight: 500;
    font-size: 20px
}

.pinax-product__actions-price span.woocommerce-Price-currencySymbol {
    font-weight: 400;
    font-size: 12px
}

.pinax-product__actions-price > del span.woocommerce-Price-amount {
    font-weight: 400;
    font-size: 13px
}

del .woocommerce-Price-currencySymbol {
    display: none
}

ins {
    color: transparent
}

.pinax-product__actions-price > ins span.woocommerce-Price-amount {
    font-weight: 500;
    font-size: 15px;
    color: #fff
}

.pinax-product__actions-price > ins span.woocommerce-Price-currencySymbol {
    font-weight: 400;
    font-size: 12px
}

.pinax-product--clickable {
    cursor: pointer
}

.pinax-product__hero--title {
    overflow: hidden;
    padding: 24px 24px 0;
    margin: -24px -24px 24px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.pinax-product__hero--title:before {
    background: #fff;
    top: auto;
    right: -10px;
    left: -10px;
    bottom: -10px;
    position: absolute;
    height: 24px;
    z-index: 5;
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg)
}

.pinax-product__hero--title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, right bottom, right top, from(rgba(24, 33, 37, .8)), to(rgba(24, 33, 37, .3)));
    background: linear-gradient(0deg, rgba(24, 33, 37, .8), rgba(24, 33, 37, .3));
    z-index: 1;
    mix-blend-mode: multiply
}

.pinax-product__hero--title .pinax-product__image {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100% !important;
    right: 0;
    top: 0
}

.pinax-product__hero--title .pinax-product__title {
    color: #fff;
    position: relative;
    z-index: 10;
    font-size: 20px;
    font-weight: 700
}

.pinax-products-list__item .pinax-product {
    width: 100%;
    border-radius: 24px;
    background-color: #fff;
    padding: 16px;
    border: 1px solid var(--pinax-gray-light);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.pinax-products-list__item.single-column-card .pinax-product {
    padding: 16px 0 0
}

.out-of-service .pinax-button.pinax-product__add-to-order {
    pointer-events: none;
    opacity: .5
}

.pinax-products-list__item .pinax-product.out-of-service {
    cursor: not-allowed
}

@media screen and (max-width: 480px) {
    .pinax-products-list__item .pinax-product__hero {
        width: 100%;
        text-align: center;
        margin: 0
    }
}

@media screen and (max-width: 480px) {
    .pinax-products-list__item .pinax-product__content-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media screen and (max-width: 480px) {
    .pinax-products-list__item .pinax-product__title {
        margin: 0 0 6px !important;
        font-size: 14px;
    }
    .pinax-products-list__item .pinax-product__description {
        font-size: 11px;
        color: #919191;
    }
}

.pinax-tag {
    display: inline-block;
    background: #edf2f6;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    color: #495568;
    padding: 0 12px;
    font-size: 14px
}

body.pinax-drawer-open {
    overflow: hidden
}

.pinax-drawer-overlay {
    height: 100%;
    z-index: 999998;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, .6);
    -webkit-transition: opacity .2s linear, visibility .1s, width 1s ease-in;
    transition: opacity .2s linear, visibility .1s, width 1s ease-in
}

.pinax-drawer {
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 56px -2px rgba(0, 0, 0, .2), 0 3px 6px -1px rgba(0, 0, 0, .4);
    box-shadow: 0 4px 56px -2px rgba(0, 0, 0, .2), 0 3px 6px -1px rgba(0, 0, 0, .4);
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    overflow: hidden;
    padding: 0 12px;
    box-sizing: border-box
}

.pinax-product-drawer-addons {
    width: 100%;
    background-color: transparent;
    height: 120px;
    border: 1px solid gray;
    border-radius: 14px;
    margin-top: 32px
}

@media screen and (min-width: 640px) {
    .pinax-drawer {
        max-width: 600px
    }
}

.pinax-product-fields h4 {
    line-height: 22px;
    line-height: 22px;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: -11px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    background-color: #fff;
    padding: 0 10px
}

.pinax-drawer__inner {
    padding: 0;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pinax-drawer__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pinax-drawer__cart .widget_shopping_cart_content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border-top: 1px solid #e6ecef
}

.pinax-drawer__cart .pinax-mini-cart {
    margin: 24px 0 16px;
    padding: 0;
    list-style: none none outside;
    overflow: hidden
}

.pinax-drawer__cart .pinax-mini-cart-item {
    margin: 0;
    padding: 10px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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;
    border-bottom: 1px solid #e6ecef
}

.pinax-drawer__cart .pinax-mini-cart-item {
    border: 2px solid var(--pinax-gray-light);
    border-radius: 24px;
    margin-bottom: 16px
}

.pinax-mini-cart-item .variation {
    margin: 7.5px 0;
    text-align: center;
    color: var(--pinax-main);
    font-size: 14px;
    font-weight: 500
}

.pinax-mini-cart-item dl.variation > dt, .pinax-mini-cart-item dl.variation br {
    display: none
}

.pinax-mini-cart-item .variation + br {
    display: none
}

.pinax-drawer__cart .pinax-mini-cart-item .variation dt, .pinax-drawer__cart .pinax-mini-cart-item .variation dd, .pinax-drawer__cart .pinax-mini-cart-item .variation p {
    margin: 0 4px
}

.pinax-mini-cart-content dt.variation- {
    display: none
}

.pinax-drawer__cart .pinax-mini-cart-item .blockOverlay {
    background: #fff !important;
    opacity: .8 !important
}

.pinax-drawer__cart .pinax-mini-cart-item__remove {
    position: absolute;
    bottom: 16px;
    left: 0;
    z-index: 20;
    color: #c7d4db;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    width: 40px;
    text-indent: 250%;
    white-space: nowrap;
    font-size: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none
}

.pinax-drawer__cart .pinax-mini-cart-item__remove svg {
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transition: none;
    transition: none;
    fill: #c7d4db;
    margin: -10px -10px 0 0
}

.pinax-drawer__cart .pinax-mini-cart-item__remove:hover svg {
    opacity: .8
}

.pinax--button-style-square .pinax-drawer__cart .pinax-mini-cart-item__remove {
    border-radius: 0
}

.pinax-drawer__cart .quantity {
    font-weight: 700
}

.pinax-drawer__cart .pinax-mini-cart__notices {
    padding: 15px 0;
    border-top: 1px solid #e6ecef
}

.pinax-drawer__cart .pinax-mini-cart__notices .woocommerce-error {
    margin: 0;
    padding: 0;
    list-style: none none outside
}

.pinax-drawer__cart .pinax-mini-cart__notices .woocommerce-error li {
    border: 1px solid #e34f4f;
    background: #fce9e9;
    color: #dc2323;
    padding: 6px 12px;
    text-align: center;
    margin: 0 0 6px;
    display: block;
    border-radius: 8px
}

.pinax-drawer__cart .pinax-mini-cart__notices .woocommerce-error li:last-child {
    margin-bottom: 0
}

.pinax-drawer__cart .pinax-mini-cart__notices .button {
    display: none
}

.pinax-mini-cart-total-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--pinax-main);
    color: #fff;
    border-radius: 16px;
    margin-top: 16px;
    padding: 8px 16px
}

.pinax-drawer__cart .pinax-mini-cart__total, .pinax-drawer__cart .pinax-mini-cart__buttons {
    margin: 0;
    padding: 0;
    text-align: center
}

.pinax-drawer__cart .pinax-mini-cart__total {
    padding: 15px 0
}

.pinax-drawer__cart .pinax-mini-cart__buttons .button {
    display: none
}

.pinax-drawer__cart .pinax-mini-cart__buttons .button.checkout {
    display: block;
    width: 100%
}

.pinax-drawer__cart .pinax-services-selector__selected {
    margin: 0 0 15px
}

.pinax-drawer__cart .pinax-services-selector__lookup {
    margin: 0 0 15px
}

.pinax-drawer__cart .pinax-services-selector__lookup input {
    width: 100%;
    margin: 0 0 8px
}

.pinax-drawer__cart .pinax-services-selector__lookup-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.pinax-drawer__cart .pinax-services-selector__lookup-buttons button {
    display: block;
    width: 100%
}

.pinax-drawer__cart .pinax-services-selector__lookup-buttons button:first-child {
    margin-left: 4px
}

.pinax-drawer__cart .pinax-services-selector__lookup-buttons button:last-child {
    margin-right: 4px
}

.pinax-drawer__actions {
    bottom: -24px;
    margin: auto 0 -24px;
    background: #fff;
    padding: 24px 0;
    right: 0;
    left: 0;
    border-top: 1px solid #f2f2f2
}

.pinax-drawer__actions--cart {
    border-top: none;
    padding-top: 10px
}

.pinax-drawer__close {
    position: absolute;
    top: 16px;
    font-size: 0;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    margin: 0;
    z-index: 100;
    border-color: #c7d4db
}

.pinax-drawer .pinax-drawer__close {
    border: none;
    position: absolute;
    left: 12px
}

.pinax-mini-cart-header-icon .pinax-drawer__close {
    position: relative
}

.pinax-mini-cart-header-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px
}

.pinax-mini-cart-header-icon h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.pinax-mini-cart-header-icon button {
    top: auto;
    width: 20px
}

.pinax-drawer__close:focus, .pinax-drawer__close:active, .pinax-drawer__close:hover {
    background-color: transparent;
    border-color: unset
}

.pinax-drawer__close:focus:before, .pinax-drawer__close:focus:after, .pinax-drawer__close:active:before, .pinax-drawer__close:active:after, .pinax-drawer__close:hover:before, .pinax-drawer__close:hover:after {
    background-color: #fff
}

.pinax-drawer .pinax-product__content {
    padding: 15px 0
}

.pinax-drawer-overlay--open {
    -webkit-transition: opacity .2s ease, width 0s;
    transition: opacity .2s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible
}

.pinax-drawer--open {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    font-family: YekanBakh
}

.pinax-drawer.otp.pinax-drawer--open {
    overflow-y: auto
}

a.checkout-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--pinax-main);
    color: #fff !important;
    border-radius: 16px;
    padding: 8px 16px;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px
}

a.checkout-button strong {
    display: block;
    font-weight: 400;
    font-size: 12px
}

a.checkout-button span {
    font-size: 20px;
    font-weight: 400
}

.pinax-floating-cart {
    position: fixed;
    z-index: 70;
    bottom: 5px;
    left: calc(50% - 40px)
}

.pinax-floating-cart__button {
    border: 0;
    border-radius: 100%;
    text-align: center;
    background: var(--pinax-main);
    color: #fff;
    box-shadow: 0px 9px 24px rgba(3, 102, 102, .4);
    width: 80px;
    height: 80px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 700
}

.pinax-floating-cart__button span {
    display: block;
    font-size: 12px;
    font-weight: 400
}

.pinax-floating-cart__button:hover {
    -webkit-animation: wobble-hor-bottom .8s both;
    animation: wobble-hor-bottom .8s both
}

.pinax-floating-cart__button:focus {
    background: var(--pinax-main)
}

.pinax-floating-cart__button svg {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto
}

.pinax-floating-cart__count {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    padding: 0 4px;
    background: #e52c23;
    color: #fff;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    border-radius: 11px;
    min-width: 22px;
    text-align: center
}

.pinax-services-selector__selected p {
    margin: 0
}

.pinax-services-selector__selected-change {
    padding: 0;
    margin: 0;
    font-size: inherit;
    background: 0 0;
    display: inline;
    color: #333;
    -webkit-transition: none;
    transition: none;
    text-transform: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pinax-services-selector__selected-change:hover, .pinax-services-selector__selected-change:focus, .pinax-services-selector__selected-change:active {
    padding: 0;
    margin: 0;
    background: 0 0;
    color: #333;
    text-decoration: underline;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pinax-services-selector--selected .pinax-services-selector__lookup {
    display: none
}

.pinax-open-hours__service, .pinax-open-hours__date {
    margin: 0 6px 0 0;
    padding: 2px 6px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    font-size: 80%
}

.pinax-open-hours__service--closed {
    background-color: #e34f4f;
    display: none
}

.pinax-open-hours__date {
    margin: 0 0 0 4px;
    text-align: center;
    min-width: 30px;
    border: 1px solid #e6ecef;
    background: 0 0;
    color: inherit
}

.pinax-tabs {
    margin: 0 0 24px !important;
    padding: 0 !important;
    list-style: none none outside;
    display: flex
}

.pinax-main__tabs {
    width: calc(100% + 32px);
    display: flex;
    overflow-x: auto;
    margin: 0;
    padding: 20px ;
}
.pinax-main__tabs::-webkit-scrollbar {
    display: none;
}

.pinax-main__tabs.tabs--fixes {
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255);
    border-bottom: 1px solid #eee;
}

.pinax-main__tabs.tabs--fixes + .fix-sticky {
    height: 102px
}

.pinax-main__tabs .pinax-tabs {
    display: flex
}

ul.pinax-main__tabs > li {
    position: relative;
    list-style: none;
    min-width: 70px;
    max-width: 70px;
    background-color: rgba(174, 174, 174, 0.15);
    margin-left: 16px;
    border-radius: 50px;
    opacity: 0.9;
    transform-origin: bottom;
    transition-duration: 0.3s;
}

ul.pinax-main__tabs > li:first-child {
    margin-right: 16px
}
ul.pinax-main__tabs > li.pinax-tabs__item--active {
    background-color: var(--pinax-main);
    opacity: 1;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


ul.pinax-main__tabs > li:first-child a {
    border-radius: 0 12px 12px 0
}

ul.pinax-main__tabs > li:last-child a {
    border-radius: 12px 0 0 12px
}

ul.pinax-main__tabs > li:last-child {
    margin-left: 16px
}

ul.pinax-main__tabs > li > a {
    text-decoration: none !important;
    white-space: nowrap;
    color: #000;
    font-weight: 400;
    -webkit-transition: none;
    transition: none;
    font-size: 11px;
    text-align: center;
    display: block;
    padding-bottom: 14px;
}

ul.pinax-main__tabs > li > a span{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    display: block;
    padding: 0 7px;
}

a.pinax-tabs__link:active, a.pinax-tabs__link:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.pinax-tabs__link:hover, a.pinax-tabs__link:active, a.pinax-tabs__link:focus {
    color: #000;
    text-decoration: none
}

ul.pinax-main__tabs > li.pinax-tabs__item--active > a {
    color: #ffffff;
    font-weight: 500
}

.pinax--button-style-square a.pinax-tabs__link {
    border-radius: 0
}

.pinax-sb-container {
    position: relative;
    overflow-y: auto;
    height: 100%;
    max-height: 100vh;
    scrollbar-width: thin;
    scrollbar-color: var(--pinax-main) #ddd;
    scrollbar-gutter: auto;
    padding-left: 8px;
    margin-left: -8px
}

.pinax-mini-cart-wrapper .pinax-sb-container {
    max-height: 84vh
}

.pinax-quantity-roller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pinax-quantity-roller * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pinax-quantity-roller__roller {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pinax--button-style-square .pinax-quantity-roller__roller {
    border-radius: 0
}

.pinax-quantity-roller__button {
    height: 36px;
    width: 36px;
    background: 0 0;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    text-shadow: none;
    padding: 0;
    box-sizing: content-box;
    position: relative;
    overflow: hidden;
    transition: all .15s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: .8rem;
}


.pinax-quantity-roller__button:hover, .pinax-quantity-roller__button:visited {
    background-color: #c7d4db;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    outline: none
}

.pinax-quantity-roller__button--decrease {
    border: 1px solid var(--pinax-stroke);
    color: var(--pinax-main);
}

.pinax-quantity-roller__button.pinax-quantity-roller__button--increase:hover {
    filter: brightness(1.2);
    background-color: var(--pinax-main)
}

.pinax-quantity-roller__button--decrease.recycle {
    background-image: url('/demo/wp-content/plugins/pinax/assets/icons/trash.svg');
    background-repeat: no-repeat;
    background-position: center
}

.pinax-quantity-roller__button--decrease.recycle:before {
    display: none !important
}

.pinax-quantity-roller__button--decrease:before {
    background-color: var(--pinax-gray-dark)
}

.pinax-quantity-roller__button--decrease:after {
    display: none !important
}

.pinax-quantity-roller__button--increase {
    background-color: var(--pinax-main)
}

.pinax-quantity-roller__button--increase:after .pinax-quantity-roller__button--increase:before {
    color: #fff
}

.pinax-quantity-roller__button--increase:after {
    height: 12px;
    width: 2px;
    margin: -6px -1px 0 0
}

.pinax-quantity-roller__quantity {
    color: #000;
    font-size: 1.1rem;
    font-weight: 500
}

.pinax-quantity-roller__price {
    margin-bottom: 8px
}

.pinax-drawer__cart .pinax-quantity-roller {
    margin: 12px 0 6px;
    display: flex;
    flex-direction: column
}

.pinax-button.pinax-product__add-to-order {
    color: #fff;
    color: var(--pinax-main);
    border-color: var(--pinax-main);
    border-radius: 8px;
    font-size: 13px;
    width: 100%;
    font-family: inherit
}

.pinax-product--options .pinax-product__actions .pinax-button .pinax-product__add-to-order {
    font-size: 22px;
    font-weight: lighter;
    border: none;
    color: #fff
}

.pinax-button.pinax-product__add-to-order:hover {
    background-color: var(--pinax-main) !important;
    border-color: var(--pinax-main) !important;
    color: #fff !important
}

ins .woocommerce-Price-currencySymbol {
    font-size: 12px
}

.pinax-tab-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin: 24px 0;
    position: relative
}

.pinax-tab-title span {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0 16px
}

.pinax-tab-title span img {
    max-width: 35px;
    height: auto;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -5px;
    border-radius: 8px
}

.pinax-tab-title:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: var(--pinax-gray-light);
    margin: 0 auto;
    display: block;
    top: 11px;
    left: 20%;
    right: 20%;
    z-index: 1
}

.pinax-accordion {
    margin: 12px 0 24px;
    font-weight: 400;
    font-size: 16px;
    color: var(--pinax-gray-dark)
}

.pinax-header-top-nav {
    margin: 0 0 24px
}

.pinax-header-top-container {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    background-color: var(--pinax-black);
    position: relative;
    margin: 12px 16px;
    border-radius: 19px;
    flex-direction: column
}

.side-nav-bar {
    display: flex;
    justify-content: space-between;
    padding-right: 12px;
    align-items: center
}

header .my-orders {
    background-color: #fff;
    border-radius: 12px;
    padding: 14px 16px;
    color: var(--pinax-text);
    font-size: 12px
}

header .my-orders svg {
    margin-right: 8px
}

.side-nav {
    max-height: 0;
    transition-duration: .5s;
    opacity: 0;
    visibility: hidden
}

.open .side-nav {
    max-height: 250px;
    overflow-y: auto;
    margin-top: 15px;
    font-size: inherit;
    opacity: 1;
    visibility: visible
}

.pinax-header-top-container .side-nav ul {
    list-style: none;
    padding-right: 16px;
    line-height: 32px
}

.pinax-header-top-container .side-nav li > a {
    color: #fff
}

.pinax-header-top-container p {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    margin-left: 8px;
    margin-bottom: 0
}

.pinax-restaurant-details {
    height: 100px;
    background-color: var(--pinax-main);
    margin: 0 16px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: space-between
}

.pinax-restaurant-details:after {
    content: '';
    width: 235px;
    height: 235px;
    background-color: #ffb901;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: -80px;
    left: -116px;
    overflow: hidden;
    border: 6px solid #fff;
    box-sizing: content-box
}

.pinax-restaurant-details.pinax-restaurant-details-denied:after {
    content: '';
    width: 235px;
    height: 235px;
    background-color: var(--pinax-gray-dark);
    display: block;
    border-radius: 100%;
    position: absolute;
    top: -80px;
    left: -116px;
    overflow: hidden;
    border: 6px solid #fff;
    box-sizing: content-box
}

.pinax-accept-orders, .pinax-denied-orders {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 1;
    text-align: center;
    color: var(--pinax-gray-light);
    font-weight: 700;
    font-size: 12px
}

.pinax-accept-orders svg {
    z-index: 2;
    position: relative
}

.pinax-accept-orders:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    top: 20px;
    animation: animate 3s normal infinite;
    border-radius: 100%;
    z-index: 1
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 #dc9d00, 0 0 0 0 #dc9d00
    }
    40% {
        box-shadow: 0 0 0 50px rgba(255, 0, 64, 0), 0 0 0 0 #dc9d00
    }
    80% {
        box-shadow: 0 0 0 50px rgba(255, 0, 64, 0), 0 0 0 30px rgba(255, 0, 64, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 64, 0), 0 0 0 30px rgba(255, 0, 64, 0)
    }
}

.pinax-accept-orders p.status-order-accept {
    display: block;
    margin-top: 0
}

.pinax-accept-orders p.status-order-denied {
    display: none
}

.pinax-denied-orders p.status-order-accept {
    display: none
}

.pinax-denied-orders p.status-order-denied {
    display: block;
    margin-top: 0
}

.pinax-restaurant-details-logo {
    position: absolute;
    display: flex;
    background-color: var(--pinax-main);
    align-items: center;
    height: 100%
}

.pinax-restaurant-branch-details p {
    margin: 0
}

.pinax-restaurant-shipping-cost {
    display: inline-block
}

.pinax-restaurant-branch-details {
    color: #fff;
    margin: 28px 0
}

.pinax-restaurant-branch-name {
    font-weight: 700;
    font-size: 14px
}

.pinax-restaurant-details-logo img {
    width: auto;
    height: auto;
    margin: 0 16px;
    max-height: 80px;
    max-width: 50px
}

.pinax-restaurant-branch-name {
    font-weight: 700;
    font-size: 16px
}

.pinax-restaurant-shipping-cost p {
    display: inline-block;
    font-weight: 500;
    font-size: 14px
}

.pinax-restaurant-shipping-cost strong {
    font-weight: 500;
    font-size: 16px
}

.pinax-header-top-nav-logo {
    margin: 12px auto;
    text-align: center
}

.pinax-header-top-nav-logo img {
    width: 110px;
    height: auto
}

.pinax-mini-cart-content .pinax-button--loading {
    font-size: 0;
    margin-bottom: 35px
}

.loop-qty .pinax-button--loading {
    font-size: 0
}

a.checkout-button {
    z-index: 9
}

@media screen and (max-width: 480px) {
    .pinax-product__actions-button {
        width: 100px !important;
    }


    .pinax-main__tabs.tabs--fixes {
        right: 0;
        left: 0;
        width: 100%;
        margin: 0
    }
}

@media screen and (max-width: 768px) {
    .pinax-header-top-nav-logo {
        display: none
    }

    .pinax-product .pinax-product__hero {
        width: 100px;
        height: 100px;
        aspect-ratio: 1/1;
        min-width: 100px;
        min-height: 100px;
    }

    .pinax-product__actions-button {
        width: 100px;
    }

    .pinax-button.pinax-product__add-to-order {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .pinax-main, .page-template-page-pinax .elementor {
        width: calc(100% - 375px);
        margin-right: 375px;
        overflow: hidden
    }

    .page-template-page-pinax .elementor .pinax-main {
        width: 100%;
        margin-right: 0
    }

    .pinax-header-top-nav {
        overflow-y: hidden
    }

    .pinax-restaurant-details-logo img {
        display: none
    }

    .pinax-restaurant-branch-details {
        margin-right: 16px
    }

    .pinax-header-top-nav {
        width: 100%;
        max-width: 375px;
        position: fixed;
        top: 0;
        max-height: 100vh;
        overflow-y: auto;
        height: 100%
    }

    .pinax-products-list--grid .pinax-product__hero {
        width: 100px;
        height: 100px;
        margin: 0
    }

    .pinax-button.pinax-product__add-to-order {
        padding: 0 8px
    }
}

@media screen and (min-width: 992px) {
    .pinax-products-list--grid .pinax-products-list__item {
        margin: 0 0 24px;
        padding: 0 12px;
        width: 50%
    }

    .pinax-product .pinax-product__title {
        font-size: 16px;
        font-weight: 700
    }

    .pinax-product__actions-price span.woocommerce-Price-amount {
        font-weight: 500;
        font-size: 16px
    }




    .pinax-floating-cart {
        left: 0;
        bottom: 0;
        width: 120px;
        height: 120px;
        background-color: #fff;
        border-top-right-radius: 100%;
        box-shadow: 0 0 15px 5px rgba(0, 0, 0, .15);
        padding-right: 10px;
        padding-top: 10px
    }

    .pinax-floating-cart__button {
        border-radius: 16px
    }
}

.pinax-button.pinax-button--out-of-stock {
    filter: grayscale(1)
}

@media screen and (min-width: 1200px) {
    .pinax-product .pinax-product__title {
        font-size: 18px;
        font-weight: 700
    }

    .pinax-product__actions-price span.woocommerce-Price-amount {
        font-weight: 500;
        font-size: 18px
    }



    body.pinax-pages .site-main {
        max-width: 1200px !important;
        margin-right: auto;
        margin-left: auto;
        width: 100%
    }
}

.pinax-drawer p.pinax-mini-cart__empty-message {
    margin: 68px 48px;
    text-align: center;
    background-color: var(--pinax-gray-light);
    padding: 8px;
    border-radius: 8px;
    position: relative;
    color: var(--pinax-gray-dark);
    font-size: 12px;
    font-weight: 500
}

.pinax-drawer p.pinax-mini-cart__empty-message svg {
    position: absolute;
    right: 4px;
    bottom: 5px
}

.pinax-drawer .cart-empty-background {
    text-align: center
}

.pinax-drawer a.empty-cart-btn {
    margin: 26px auto;
    display: block;
    text-align: center;
    background-color: var(--pinax-main);
    width: 80%;
    padding: 18px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer
}

.ryn-footer {
    background-image: url("/demo/wp-content/plugins/pinax/assets/svg/footer-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 12px;
    color: #fff
}

.ryn-footer a {
    color: inherit;
    width: auto;
    height: 100%;
    display: block
}

.ryn-footer .hero {
    display: flex;
    margin: 16px 16px 24px
}

.ryn-footer .hero img {
    width: 97px;
    height: 94px
}

.ryn-footer .location-container {
    margin: 32px 16px 0
}

.ryn-footer .location-container > p {
    margin: 0;
    font-weight: 700;
    font-size: 24px
}

.ryn-footer .location-container .address {
    display: flex;
    align-items: center
}

.ryn-footer .location-container .address p {
    margin: 0 6px;
    font-weight: 400;
    font-size: 15px
}

.ryn-footer .location-container .address a {
    font-weight: 500;
    font-size: 10px;
    opacity: .5
}

.ryn-footer .content {
    display: flex;
    margin: 0 16px;
    justify-content: space-between
}

.content.verification {
    flex-direction: row-reverse
}

.enamad img {
    width: 90px;
    height: auto
}

.ryn-footer .content .social {
    display: flex;
    flex-direction: column;
    padding: 8px 16px;
    position: relative
}

.ryn-footer .content .social a.insta-logo {
    margin-bottom: 28px
}

.ryn-footer .content .social:after {
    content: '';
    width: 89px;
    height: 0;
    border: 1px solid #fff;
    transform: rotate(90deg);
    opacity: .1;
    position: absolute;
    top: 48px
}

.ryn-footer .content .links {
    display: flex;
    flex-direction: column;
    margin: 0 28px;
    justify-content: space-between;
    align-items: center
}

.ryn-footer .content .links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.ryn-footer .content .links a {
    font-weight: 500;
    font-size: 12px
}

.ryn-footer .content .phone {
    width: 135px;
    height: 89px;
    background-color: #1c252a;
    border-radius: 12px;
    position: relative
}

.ryn-footer .content .phone svg {
    position: absolute;
    top: 12px;
    right: 12px
}

.ryn-footer .content .phone svg.bg-line {
    position: absolute;
    top: 0;
    right: 0
}

.ryn-footer .content .phone p {
    direction: ltr;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    position: absolute;
    left: 12px;
    bottom: 12px;
    margin: 0
}

.ryn-footer .copyrights {
    margin: 56px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ryn-footer .copyrights span {
    font-weight: 300;
    font-size: 10px
}

.ryn-footer .copyrights p {
    margin: 0;
    font-weight: 300;
    font-size: 10px;
    opacity: .7;
    display: inline-block;
    margin-left: 8px
}

.copyrights {
    text-align: center
}

@media screen and (min-width: 768px) {
    .ryn-footer {
        background-image: none;
        background-color: #fff;
        color: #000;
        width: 100%;
        max-width: 375px;
        position: fixed;
        bottom: 0;
        max-height: 100vh;
        overflow-y: auto;
        padding-right: 18px
    }

    .ryn-footer:before {
        content: '';
        width: 70%;
        height: 1px;
        background: var(--pinax-stroke);
        display: inline-block;
        margin: 6px auto;
        position: absolute;
        left: 0;
        right: 0
    }

    .ryn-footer .location-container {
        margin: 0 16px
    }

    .ryn-footer .hero img {
        display: none
    }

    .ryn-footer .hero, .ryn-footer .content {
        margin-right: 0
    }

    .ryn-footer .copyrights {
        margin: 0
    }

    .ryn-footer .content .phone {
        background-color: var(--pinax-main);
        color: #fff
    }

    .ryn-footer .content .social a.insta-logo svg path, .ryn-footer .content .social a.insta-logo svg circle {
        fill: #000
    }

    .ryn-footer .content .social a.wap-logo svg path, .ryn-footer .location-container .address svg path {
        stroke: #000
    }

    .pinax-drawer--open {
        width: 450px
    }
}

.pinax-main--sections-tabs_tab .pinax-main__group {
    display: none
}

.pinax-main__tabs-tab {
    display: flex;
    margin: 16px 0;
    overflow-x: auto
}

.pinax-main__tabs-tab > button {
    margin: 0 6px;
    padding: 5px 0 16px;
    border-radius: 41px;
    background-color: var(--pinax-gray-light);
    width: 82px;
    border: 0;
    font-weight: 500;
    font-size: 12px;
    flex-shrink: 0
}

.pinax-main__tabs-tab > button > img {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #fff;
    padding: 14px;
    border-radius: 100%;
    width: 72px;
    height: 72px
}

.pinax-main__tabs-tab > button.pinax-tabs__item--active {
    background-color: var(--pinax-main);
    color: #fff
}

.pinax-main__tabs-tab.tabs-blur-2 > button.pinax-tabs__item--active {
    background-color: var(--pinax-main);
    color: #fff;
    border: unset
}

.pinax-main--sections-tabs_tab .child-group .pinax-products-list {
    display: none
}

.pinax-main--sections-tabs_tab .child-group .pinax-products-list:first-of-type {
    display: block
}

.pinax-main__tabs-tab.tabs-blur {
    padding-top: 40px;
    padding-bottom: 8px
}

.pinax-main__tabs-tab.tabs-blur > button {
    padding: 5px 0 12px;
    border-radius: 16px;
    background-color: rgba(115, 115, 115, .05);
    width: 112px;
    height: 83px;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
    backdrop-filter: blur(8px)
}

.pinax-main__tabs-tab.tabs-blur > button > img {
    margin-top: -48px
}

.pinax-main__tabs-tab.tabs-blur > button.pinax-tabs__item--active {
    color: var(--pinax-main);
    position: relative
}

.pinax-main__tabs-tab.tabs-blur > button.pinax-tabs__item--active:before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: var(--pinax-main);
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 30px
}

.ryn-variations-container {
    display: flex;
    list-style: none
}

.ryn-variations li {
    padding: 16px 24px;
    background: #fff;
    border: 1px solid #ddd8e4;
    border-radius: 12px;
    margin-left: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #10002b;
    cursor: pointer
}

.ryn-variations li[selected=selected] {
    border: 2px solid var(--pinax-main);
    color: var(--pinax-main)
}

.pinax-product__option select {
    display: none
}

.single-product main {
    margin-top: 12px
}

.single-product div.quantity {
    display: none
}

.single-product.woocommerce .button {
    width: 100%;
    background-color: var(--pinax-main) !important;
    padding: 16px;
    border: none;
    border-radius: 12px;
    color: #fff
}

.single-product.woocommerce .button:hover {
    color: #fff
}

.single-product.woocommerce button.button.alt:hover {
    background-color: var(--pinax-main)
}

.single-product ul.tabs > li {
    padding: 0 24px !important
}

.single-product .related.products > ul > li {
    text-align: center
}

.single-product .related.products > ul > li h2.woocommerce-loop-product__title {
    color: var(--pinax-black)
}

.single-product.woocommerce div.woocommerce-product-rating div.star-rating {
    color: var(--pinax-main)
}

.single-product.woocommerce div.woocommerce-product-rating a.woocommerce-review-link {
    color: var(--pinax-gray-dark)
}

form.comment-form p.stars a {
    color: var(--pinax-main)
}

form.comment-form textarea, form.comment-form input {
    border: 1px solid #ddd8e4;
    border-radius: 12px;
    font-size: 16px
}

form.comment-form p.form-submit input {
    background-color: var(--pinax-main) !important;
    color: #fff !important;
    padding: 12px 32px !important;
    border-radius: 8px !important
}

form.comment-form input {
    padding: 12px
}

form.comment-form label {
    display: block;
    margin-bottom: 4px
}

div#comments div.comment_container div.comment-text {
    border-radius: 12px !important
}

div#comments div.comment_container div.star-rating {
    color: var(--pinax-main)
}

.single-product.woocommerce span.onsale {
    top: 0;
    right: 0;
    background-color: var(--pinax-main)
}

:root {
    --color-white-100: #fff;
    --color-white-200: #e4e6e7;
    --color-white-300: #c9cccf;
    --color-white-400: #a1a6aa;
    --color-white-500: #798086;
    --color-black-100: #14191f;
    --color-black-200: #101419;
    --color-black-300: #0c0f13;
    --color-black-400: #0c0f13;
    --color-black-500: #080a0c;
    --color-black-600: #060709;
    --color-black-700: #040506;
    --color-black-800: #020303;
    --color-blue-100: #dcebfe;
    --color-blue-200: #bedbfe;
    --color-blue-300: #91c3fd;
    --color-blue-400: #61a6fa;
    --color-blue-500: #3c83f6;
    --color-blue-600: #2463eb;
    --color-blue-700: #1d4fd7;
    --color-blue-800: #1e3fae;
    --color-blue-900: #1e3b8a;
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

main {
    overflow: hidden
}

.ryn-default-header a {
    color: var(--pinax-black) !important
}

.ryn-default-header ul {
    padding: 0 !important
}

.ryn-default-header li {
    list-style-type: none
}

.ryn-default-header .menu.is-active li {
    list-style-type: none;
    margin-bottom: 12px
}

.ryn-default-header .container {
    max-width: 75rem;
    height: auto;
    margin: 0 auto;
    padding: 0 1.25rem
}

.admin-bar .ryn-default-header {
    margin-top: 32px
}

.ryn-default-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all .35s ease;
    box-shadow: 0 4px 56px -2px rgba(0, 0, 0, .2);
    background-color: #fff
}

.ryn-default-header.on-scroll {
    background: var(--color-black-300);
    box-shadow: var(--shadow-medium)
}

.ryn-default-header .navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 1.25rem;
    width: 100%;
    height: 4.25rem;
    margin: 0 auto
}

.ryn-default-header .brand > img {
    vertical-align: middle;
    max-height: 60px
}

.ryn-default-header .menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 4rem 0 3rem;
    overflow: hidden;
    background-color: #fff;
    box-shadow: var(--shadow-medium);
    transition: all .4s ease-in-out
}

.ryn-default-header .menu ul.menu {
    display: flex;
    justify-content: space-between
}

.ryn-default-header .menu.is-active ul.menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    top: 38px;
    left: 0;
    right: 0
}

.ryn-default-header .menu.is-active {
    top: 0;
    width: 100%;
    height: auto
}

.ryn-default-header .menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1.25rem
}

.ryn-default-header .menu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-white-100);
    text-transform: uppercase;
    transition: all .3s ease
}

.ryn-default-header .menu-block {
    display: inline-block;
    font-family: inherit;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.25;
    user-select: none;
    white-space: nowrap;
    text-align: center;
    margin-left: 0;
    padding: .65rem 1.5rem;
    border-radius: 3rem;
    text-transform: capitalize;
    color: var(--color-white);
    background-color: var(--color-blue-600);
    box-shadow: var(--shadow-medium);
    transition: all .3s ease-in-out
}

@media only screen and (max-width: 480px) {
    .ryn-default-header .brand {
        display: none
    }
}

@media only screen and (min-width: 48rem) {
    .ryn-default-header .menu {
        position: relative;
        top: 0;
        width: auto;
        height: auto;
        padding: 0;
        background: 0 0;
        box-shadow: none;
        flex-basis: 30%
    }

    .ryn-default-header .menu-inner {
        display: flex;
        flex-direction: row;
        column-gap: 2rem;
        margin: 0 auto
    }

    .ryn-default-header .menu-link {
        text-transform: capitalize
    }

    .ryn-default-header .menu-block {
        margin-left: 0
    }
}

.ryn-default-header .burger {
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    order: -1;
    z-index: 10;
    width: 1.6rem;
    height: 1.15rem;
    border: none;
    outline: none;
    background: 0 0;
    visibility: visible;
    transform: rotate(0deg);
    transition: .35s ease
}

@media only screen and (min-width: 48rem) {
    .ryn-default-header .burger {
        display: none;
        visibility: hidden
    }
}

.ryn-default-header .burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1.75px;
    border: none;
    outline: none;
    opacity: 1;
    transform: rotate(0deg);
    background-color: var(--pinax-black);
    transition: .25s ease-in-out
}

.ryn-default-header .burger-line:nth-child(1) {
    top: 0
}

.ryn-default-header .burger-line:nth-child(2) {
    top: .5rem;
    width: 70%
}

.ryn-default-header .burger-line:nth-child(3) {
    top: 1rem
}

.ryn-default-header .burger.is-active .burger-line:nth-child(1) {
    top: .5rem;
    transform: rotate(135deg)
}

.ryn-default-header .burger.is-active .burger-line:nth-child(2) {
    opacity: 0;
    visibility: hidden
}

.ryn-default-header .burger.is-active .burger-line:nth-child(3) {
    top: .5rem;
    transform: rotate(-135deg)
}

div.fixed-header {
    height: 68px
}

.ryn-default-footer {
    padding: 40px 0;
    background-color: var(--pinax-black);
    color: #fff
}

.ryn-default-footer ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
    display: flex;
    justify-content: center
}

.ryn-default-footer li {
    padding: 0 10px;
    margin-bottom: 8px
}

.ryn-default-footer ul a {
    color: inherit;
    text-decoration: none;
    opacity: .8
}

.ryn-default-footer ul a:hover {
    opacity: 1
}

.ryn-default-footer .social {
    text-align: center;
    padding-bottom: 25px
}

.ryn-default-footer .social > a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px
}

.ryn-default-footer .social > a:hover {
    opacity: .9
}

.ryn-default-footer .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0
}

.ryn-default-footer .copyright a.avin {
    display: block
}

.ryn-default-footer .copyright a.avin > p {
    display: inline-block;
    margin-left: 12px;
    color: #fff
}

.blur-background-image-container {
    position: relative;
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
    text-align: center;
    z-index: 9
}

.blur-background-image-container > div {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.blur-background-image-container button {
    background: var(--pinax-main);
    border: 0;
    padding: 16px 32px;
    border-radius: 16px;
    color: #fff;
    font-size: 16px;
    cursor: pointer
}

@media screen and (max-width: 480px) {
    .ryn-default-footer ul {
        flex-direction: column
    }
}

.ryn-toolbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 24px;
    z-index: 69
}

.ryn-toolbar .toolbar-bg:before, .ryn-toolbar .toolbar-bg:after {
    content: ''
}

.ryn-toolbar .toolbar-bg {
    position: absolute;
    inset: 0;
    display: flex;
    filter: drop-shadow(0px 30px 100px rgba(0, 0, 0, .5))
}

.ryn-toolbar .toolbar-bg:before, .ryn-toolbar .toolbar-bg:after {
    content: '';
    width: calc((100vw - 390px) / 2);
    background-color: #fff
}

.ryn-toolbar a {
    color: var(--pinax-black);
    text-align: center;
    z-index: 1;
    flex-basis: 25%
}

.ryn-toolbar span {
    display: block;
    font-weight: 500;
    font-size: 13px
}

.ryn-toolbar .center-circle {
    border-radius: 50%;
    background-color: var(--pinax-main);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 20px 9px;
    text-align: center;
    margin-bottom: 4px;
    box-shadow: 0 3px 10px var(--pinax-main)
}

.ryn-toolbar .center-circle > span {
    font-size: 12px;
    font-weight: 400;
    color: #fff
}

.checkout-back-btn {
    padding: 16px;
    font-weight: 500;
    font-size: 18px;
    color: var(--pinax-black);
    display: block;
    text-decoration: none !important
}

.woocommerce-checkout .fixed-header {
    display: none
}

.onsale.ryh-onsale {
    background: #ff1a34;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 8px 10px 4px;
    border-radius: 20px 8px 8px;
    z-index: 4
}

@media screen and (min-width: 767px) {
    .pinax-product .pinax-product__title {
        font-size: 18px;
        font-weight: 700
    }

    .pinax-product__actions-price span.woocommerce-Price-amount {
        font-weight: 500;
        font-size: 18px
    }



    body.pinax-pages .site-main {
        max-width: 1200px !important;
        margin-right: auto;
        margin-left: auto;
        width: 100%
    }
}

@media screen and (min-width: 540px) {
    .pinax-main--sections-tabs_tab .child-group .pinax-products-list[style*='display: block'] {
        display: flex !important
    }

    .pinax-main--sections-tabs_tab .child-group .pinax-products-list:first-of-type {
        display: flex
    }
}

.single-column-card .loop-qty {
    position: absolute;
    background: #fff;
    right: 0;
    left: 0;
    bottom: 1px;
    height: 60px
}

.single-column-card .loop-qty {
    position: absolute;
    background: #fff;
    right: 0;
    left: 0;
    bottom: 0;
    height: 60px
}

.single-column-card .pinax-quantity-roller__button {
    height: 100%;
    font-size: 0;
    border-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-right-radius: 24px;
    position: relative;
    padding: 0 6px
}

.single-column-card .pinax-quantity-roller__button--decrease {
    border-radius: 0;
    border-bottom-left-radius: 24px
}

.pinax-product__content.pinax-button--loading * {
    opacity: .2
}

.pinax-product__content.pinax-button--loading:after {
    border-color: var(--pinax-main) var(--pinax-main) transparent transparent;
    top: 50%;
    left: 53%
}

.pinax-mini-cart-content .pinax-product__hero img {
    width: auto
}

.pinax-main__tabs-tab.tabs-blur-2 > button {
    padding: 0 4px 16px;
    border-radius: 16px;
    width: 100px;
    border: 1px solid var(--pinax-stroke);
    background-color: transparent
}

.pinax-main__tabs-tab.tabs-blur-2 > button > img {
    margin-bottom: 12px;
    background-color: transparent;
    padding: 4px;
    border-radius: 0
}

.pinax-products-list__item.style-3 {
    margin: 0 0 12px
}

@media screen and (min-width: 992px) {
    .pinax-products-list--grid .pinax-products-list__item.style-3 {
        margin: 0 0 12px;
        padding: 0 6px
    }
}

.pinax-products-list__item.style-3 .pinax-product {
    background-color: var(--pinax-gray-light)
}

.style-3 .pinax-product__actions-price span.woocommerce-Price-amount {
    font-weight: 600
}

.style-3 .pinax-product__hero img:first-child {
    border-radius: 16px
}

.style-3 .pinax-floating-cart__button {
    box-shadow: 0px 9px 24px #6d45b7ad
}

.style-3 .pinax-button.pinax-product__add-to-order {
    color: var(--pinax-main);
    background-color: transparent;
    border-color: var(--pinax-main);
    font-weight: 500
}

.pinax-product-fields-group {
    margin: 0 0 24px
}

.pinax-product-fields {
    margin: 32px 0 24px;
    position: relative
}

.pinax-product-fields:last-child {
    margin-bottom: 0
}

.pinax-product-fields__title {
    margin: 0 0 12px
}

.pinax-product-option__label-text {
    flex-basis: 40%;
    font-size: 17px;
    font-weight: 400
}

.pinax-product-option__label-data {
    flex-basis: 50%;
    text-align: left
}

.pinax-product-fields--required .pinax-product-fields__title:after {
    content: "*";
    display: inline-block;
    margin: 0 0 0 4px;
    color: #b33b3f
}

.pinax-product-fields--visual .pinax-product-fields__field {
    border: 2px solid #e6ecef;
    border-radius: 14px;
    overflow: hidden
}

.pinax-product-option {
    background: #fff;
    padding: 32px 16px 0 0;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto
}

.pinax-product-option__state-lable-container {
    width: 100%
}

.pinax-product-option:last-child {
    border-bottom: none;
    padding-bottom: 16px
}

.pinax-product-option__swatch {
    width: 40px;
    min-width: 40px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 10px 0 0
}

.pinax-product-option__swatch-graphic {
    max-width: 100%;
    width: 100%;
    height: auto
}

.pinax-product-option__swatch-graphic--color {
    padding: 0 0 100%
}

.pinax-product-option__hidden-field {
    display: none
}

.pinax-product-option__label {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    justify-content: space-between
}

.pinax-product-option__label-data {
    white-space: nowrap
}

div.pinax-product-fields div.pinax-product-fields__field span.pinax-product-option__label-data {
    position: relative
}

div.pinax-product-fields div.pinax-product-fields__field span.pinax-product-option__label-data span.woocommerce-Price-amount.amount.amount > bdi {
    font-weight: 500;
    font-size: 16px
}

div.pinax-product-fields div.pinax-product-fields__field span.pinax-product-option__label-data span.woocommerce-Price-amount.amount.amount > bdi > span.woocommerce-Price-currencySymbol {
    font-weight: 400;
    font-size: 12px
}

.pinax-product-fields__field--visual_checkbox .pinax-product-option__label-state {
    border-radius: 5px
}

.pinax-product-fields__field--visual_checkbox .pinax-product-option--checked .pinax-product-option__label-state {
    border: none;
    background-color: transparent;
    background-image: url(/demo/wp-content/plugins/pinax-pro/inc/modules/addons-pro/assets/images/tick.svg);
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    background-position: center
}

.pinax-product-option__label-fee {
    background: var(--pinax-gray-light);
    padding: 4px 10px;
    display: inline-block;
    border-radius: 8px;
    margin: 0 0 0 10px;
    position: relative
}

.pinax-product-option__label-state {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px 0 12px;
    border: 2px solid var(--pinax-main);
    border-radius: 50%;
    vertical-align: middle
}

.pinax-product-option:hover .pinax-product-option__label-state {
    opacity: 1
}

.pinax-product-option--checked .pinax-product-option__label-state {
    background-color: var(--pinax-main);
    border: 3px solid #fff;
    box-shadow: 0px 0 0px 2px var(--pinax-main)
}

.pinax-cart-bumps {
    background: 0 0;
    border-radius: 8px;
    padding: 0 12px;
    margin: 24px 0
}

.pinax-cart-bumps__heading {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 12px
}

.pinax-cart-bumps__contents {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    padding: 8px 0 24px
}

.pinax-cart-bumps__bump {
    width: 125px;
    text-align: center;
    border: 1px solid var(--pinax-stroke);
    border-radius: 12px;
    background-color: #fff;
    flex-shrink: 0;
    margin-left: 12px
}

.pinax-cart-bumps__bump:first-of-type {
    display: block
}

.pinax-cart-bumps__bump-image {
    width: 75px;
    height: 75px;
    margin: 12px
}

@media screen and (min-width: 410px) {
    .pinax-cart-bumps__bump-image {
        display: block
    }
}

@media screen and (min-width: 550px) {
    .pinax-cart-bumps__bump-image {
        width: 100px;
        height: auto
    }
}

.pinax-cart-bumps__bump-data {
    margin: 0 24px;
    font-weight: 400;
    font-size: 12px
}

.pinax-button.pinax-cart-bumps__bump-button {
    width: 40px;
    height: 40px;
    background-color: var(--pinax-black);
    color: #fff;
    border-radius: 12px;
    padding: 0 !important;
    top: 20px;
    position: relative
}

.pinax-cart-bumps__bump-button.pinax-button--loading:after {
    width: 20px;
    height: 20px;
    background: 0 0;
    right: calc(50% - 10px);
    position: absolute;
    top: calc(50% - 5px)
}

.pinax-cart-bumps__bump-title {
    margin: 0;
    font-weight: 600
}

.pinax-cart-bumps__bump-price {
    margin: 0
}

.pinax-cart-bumps-slider-control-nav {
    list-style: none none outside;
    margin: 15px auto 0;
    padding: 0;
    display: block;
    text-align: center
}

.pinax-cart-bumps-slider-control-nav li {
    display: inline-block;
    margin: 0
}

.pinax-cart-bumps-slider-control-nav a {
    display: block;
    text-indent: 250%;
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    height: 22px;
    width: 22px;
    position: relative;
    cursor: pointer
}

.pinax-cart-bumps-slider-control-nav a:before {
    content: '';
    background: #6a8d9f;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    opacity: .2
}

.pinax-cart-bumps-slider-control-nav a:hover:before {
    opacity: .5
}

.pinax-cart-bumps-slider-control-nav a.pinax-cart-bumps-slider-active:before {
    opacity: 1
}

.rh-otp-phone-button-toggle {
    width: 100%;
    color: #212121;
    border-color: #e6e6e6;
    background: #e6e6e6;
    cursor: pointer;
    height: 48px;
    padding: 15px 28px;
    line-height: 1;
    font-family: inherit;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.rh-otp-phone-button-toggle .otp-btn-icon {
    pointer-events: none;
    margin-right: 8px
}

.rh-otp-phone-button-toggle .otp-btn-icon svg {
    width: 18px;
    height: 18px
}

.rh-otp-phone-button-toggle .otp-btn-text {
    pointer-events: none
}

.rh-otp-modal {
    max-width: 410px;
    width: 100%;
    padding: 24px 25px 20px;
    border-radius: 12px;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width: 420px) {
    .rh-otp-modal {
        max-width: 340px;
        padding: 20px 20px 10px
    }
}

.rh-otp-modal a.close-modal {
    display: none
}

.otp-phone-wrapper .iti input.otp-phone-input {
    color: #212121;
    border: 1px solid #ccc;
    border-radius: 6px;
    min-height: 44px;
    font-size: 15px;
    box-shadow: none;
    font-weight: 400;
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
    -webkit-appearance: none
}

.otp-phone-wrapper .iti input.otp-phone-input:focus {
    outline: 0;
    color: #212121;
    border-color: #212121;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .08)
}

.otp-phone-wrapper .iti input.otp-phone-input::-webkit-input-placeholder {
    color: #a2a2a2;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.otp-phone-wrapper .iti input.otp-phone-input::-moz-placeholder {
    color: #a2a2a2;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.otp-phone-wrapper .iti input.otp-phone-input:-ms-input-placeholder {
    color: #a2a2a2;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.otp-phone-wrapper .iti input.otp-phone-input::-ms-input-placeholder {
    color: #a2a2a2;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.otp-phone-wrapper .iti input.otp-phone-input::placeholder {
    color: #a2a2a2;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.rh-otp-modal ul.iti__country-list:not(.wp-block-gallery) {
    margin: 1px 0 0;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (min-width: 320px) {
    .rh-otp-modal ul.iti__country-list:not(.wp-block-gallery) {
        width: 280px;
        white-space: normal
    }
}

@media screen and (min-width: 360px) {
    .rh-otp-modal ul.iti__country-list:not(.wp-block-gallery) {
        width: 300px
    }
}

@media screen and (min-width: 440px) {
    .rh-otp-modal ul.iti__country-list:not(.wp-block-gallery) {
        width: 360px
    }
}

.rh-otp-modal li.iti__country {
    margin: 0;
    font-size: 14px
}

.rh-otp-modal .iti__country-name, .rh-otp-modal .iti__flag-box {
    margin-right: 8px
}

.rh-otp-modal .iti__divider {
    margin-top: 0;
    border-color: #e0e0e0
}

.rh-otp-modal .rh-otp-recaptcha-container {
    margin: 10px 0
}

.rh-otp-modal .rh-otp-recaptcha-container .grecaptcha-badge {
    z-index: 1
}

.rh-otp-modal .otp-phone-input, .rh-otp-modal .iti, .rh-otp-modal .iti__country-list {
    width: 100%
}

.rh-otp-modal .pinax-send-otp, .otp-verify-section .code-submit {
    width: 100%;
    cursor: pointer;
    height: 48px;
    padding: 15px 28px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid #212121;
    border-radius: 6px;
    background: #212121;
    margin-top: 5px;
    transition: all .2s ease
}

.rh-otp-modal .pinax-send-otp:hover, .rh-otp-modal .pinax-send-otp:focus, .otp-verify-section .code-submit:hover, .otp-verify-section .code-submit:focus {
    outline: none;
    border-color: #3a3a3a;
    background: #3a3a3a
}

.rh-otp-modal .pinax-send-otp span {
    pointer-events: none
}

.otp-verify-button span {
    pointer-events: none
}

.rh-otp-modal .pinax-send-otp .otp-mini-loader span {
    width: 8px;
    height: 8px
}

.otp-error:empty {
    display: none
}

.otp-code-wrapper .otp-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.otp-code-wrapper .letter {
    height: 54px;
    text-align: center;
    -ms-flex-preferred-size: calc(100% / 6);
    flex-basis: calc(100% / 6);
    max-width: calc((100% / 6) - 8px);
    outline-style: none;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #e6e6e6;
    background-color: #e6e6e6;
    box-shadow: none
}

@media only screen and (max-width: 420px) {
    .otp-code-wrapper .letter {
        height: 52px
    }
}

.otp-code-wrapper .letter:focus {
    border-color: #212121;
    background-color: #fff
}

.otp-code-wrapper .letter::-webkit-input-placeholder {
    font-size: 24px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.otp-code-wrapper .letter::-moz-placeholder {
    font-size: 24px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.otp-code-wrapper .letter:-ms-input-placeholder {
    font-size: 24px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.otp-code-wrapper .letter::-ms-input-placeholder {
    font-size: 24px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.otp-code-wrapper .letter::placeholder {
    font-size: 24px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.otp-code-wrapper .letter:focus::-webkit-input-placeholder, .otp-code-wrapper .letter:focus + input::-webkit-input-placeholder, .otp-code-wrapper .letter:focus + input + input::-webkit-input-placeholder, .otp-code-wrapper .letter:focus + input + input + input::-webkit-input-placeholder, .otp-code-wrapper .letter:focus + input + input + input + input::-webkit-input-placeholder, .otp-code-wrapper .letter:focus + input + input + input + input + input::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.otp-code-wrapper .letter:focus::-moz-placeholder, .otp-code-wrapper .letter:focus + input::-moz-placeholder, .otp-code-wrapper .letter:focus + input + input::-moz-placeholder, .otp-code-wrapper .letter:focus + input + input + input::-moz-placeholder, .otp-code-wrapper .letter:focus + input + input + input + input::-moz-placeholder, .otp-code-wrapper .letter:focus + input + input + input + input + input::-moz-placeholder {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.otp-code-wrapper .letter:focus:-ms-input-placeholder, .otp-code-wrapper .letter:focus + input:-ms-input-placeholder, .otp-code-wrapper .letter:focus + input + input:-ms-input-placeholder, .otp-code-wrapper .letter:focus + input + input + input:-ms-input-placeholder, .otp-code-wrapper .letter:focus + input + input + input + input:-ms-input-placeholder, .otp-code-wrapper .letter:focus + input + input + input + input + input:-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.otp-code-wrapper .letter:focus::-ms-input-placeholder, .otp-code-wrapper .letter:focus + input::-ms-input-placeholder, .otp-code-wrapper .letter:focus + input + input::-ms-input-placeholder, .otp-code-wrapper .letter:focus + input + input + input::-ms-input-placeholder, .otp-code-wrapper .letter:focus + input + input + input + input::-ms-input-placeholder, .otp-code-wrapper .letter:focus + input + input + input + input + input::-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.otp-code-wrapper .letter:focus::placeholder, .otp-code-wrapper .letter:focus + input::placeholder, .otp-code-wrapper .letter:focus + input + input::placeholder, .otp-code-wrapper .letter:focus + input + input + input::placeholder, .otp-code-wrapper .letter:focus + input + input + input + input::placeholder, .otp-code-wrapper .letter:focus + input + input + input + input + input::placeholder {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.otp-verify-section {
    margin-top: 12px
}

.rh-otp-close-modal {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    z-index: 9999
}

.rh-otp-close-custom-modal {
    display: inline-block;
    cursor: pointer
}

.rh-otp-close-modal svg {
    fill: #fff;
    width: 16px;
    height: 16px
}

.rh-otp-modal .otp-success-feedback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -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: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    display: none
}

.rh-otp-modal .otp-success-feedback.otp-success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rh-otp-modal .otp-success-feedback h3 {
    color: #212121;
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 0
}

.otp-mini-loader {
    width: 70px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.otp-btn.has-spinner .otp-mini-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.otp-btn .otp-mini-loader .otp-btn-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.otp-btn.has-spinner .otp-btn-text {
    display: none
}

.otp-btn .otp-mini-loader span {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 3px;
    -webkit-animation: pulse 1s infinite ease-in-out both;
    animation: pulse 1s infinite ease-in-out both
}

.otp-btn .otp-mini-loader span.dot2 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.otp-btn .otp-mini-loader span.dot3 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes pulse {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.success-check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 4px solid #4caf50;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.success-check-icon:before {
    top: -2px;
    left: -2px;
    width: 30px;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px
}

.success-check-icon:after {
    top: 0;
    left: 30px;
    width: 60px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    -webkit-animation: rotate-circle 4.25s ease-in;
    animation: rotate-circle 4.25s ease-in
}

.success-check-icon:before, .success-check-icon:after {
    content: '';
    height: 100px;
    position: absolute;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.success-check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10
}

.success-check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: icon-line-tip .75s;
    animation: icon-line-tip .75s
}

.success-check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: icon-line-long .75s;
    animation: icon-line-long .75s
}

.success-check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, .5)
}

.success-check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff
}

.iti-mobile .iti--container {
    z-index: 99999
}

@-webkit-keyframes rotate-circle {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes rotate-circle {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@-webkit-keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

.rh-hide {
    display: none
}

.rh-show {
    display: block
}

body.rh-wfotp-custom-modal-open {
    overflow: hidden
}

.rh-custom-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    z-index: 999999;
    border-radius: 0;
    background: rgba(0, 0, 0, .75);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out
}

.rh-custom-modal.open-custom-modal {
    opacity: 1;
    visibility: visible
}

.rh-custom-modal-content {
    max-width: 410px;
    width: 100%;
    padding: 24px 25px 20px;
    border-radius: 12px;
    background-color: #fff
}

@media screen and (max-width: 420px) {
    .rh-custom-modal {
        padding: 16px 16px 10px
    }

    .rh-custom-modal-content {
        padding: 20px 20px 16px
    }
}

.pinax-drawer.otp.pinax-drawer--open {
    padding: 0
}

.pinax-otp-header {
    overflow: hidden;
    position: relative;
    margin-bottom: 32px
}

.pinax-otp-header h2 {
    margin-top: 85px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: var(--pinax-black)
}

.pinax-otp-header:before {
    content: '';
    width: 420px;
    height: 420px;
    background-color: var(--pinax-main);
    display: block;
    position: absolute;
    border-radius: 100%;
    top: -310px;
    right: -245px
}

.pinax-otp-header:after {
    content: '';
    width: 155px;
    height: 155px;
    background-color: #ffb901;
    display: block;
    position: absolute;
    border-radius: 100%;
    top: -100px;
    left: -42px
}

.otp .pinax-drawer__inner {
    padding: 0 40px
}

.otp-user-name-wrapper, .otp-phone-wrapper {
    margin-bottom: 24px;
    position: relative
}

.otp-user-name-wrapper h3, .otp-phone-wrapper h3 {
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 13px;
    color: var(--pinax-black)
}

.pinax-drawer__inner .otp-user-name-input, .pinax-drawer__inner .otp-phone-input {
    border: 1px solid var(--pinax-stroke);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    color: var(--pinax-black);
    padding: 8px 16px;
    width: 100%
}

.otp-user-name-input:focus, .otp-phone-input:focus {
    outline: none
}

.pinax-drawer__inner .otp-phone-input {
    margin-bottom: 8px
}

.otp-btn.pinax-send-otp, .otp-btn.pinax-send-otp.has-spinner {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 8px;
    background-color: var(--pinax-main);
    color: #fff;
    margin-top: 32px;
    font-size: 16px;
    font-weight: 400
}

.otp-btn.pinax-send-otp:hover, .otp-btn.pinax-send-otp.has-spinner:hover {
    background-color: var(--pinax-main)
}

.otp-btn.pinax-send-otp:focus, .otp-btn.pinax-send-otp.has-spinner:focus {
    background-color: var(--pinax-main)
}

.pinax-drawer__close.register-later, .pinax-drawer__close.register-later:hover, .pinax-drawer__close.register-later:focus {
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--pinax-gray-dark);
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    top: unset;
    width: 100%;
    height: 0
}

.otp-code-wrapper.rh-show h3 {
    font-weight: 400;
    font-size: 16px;
    color: var(--pinax-black);
    text-align: center
}

.otp-code-wrapper.rh-show h2 {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: var(--pinax-black)
}

.otp-code-wrapper.rh-show h2 button {
    border: none;
    padding: 0;
    margin-left: 8px;
    color: var(--pinax-main)
}

.otp-code-wrapper.rh-show h2 button:hover, .otp-code-wrapper.rh-show h2 button:focus {
    background-color: transparent
}

.otp-form-group {
    direction: ltr
}

.otp-form-group .letter.inputPassCode {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid var(--pinax-stroke);
    border-radius: 0;
    font-weight: 500;
    font-size: 24px;
    color: #000
}

.otp-form-group .letter.inputPassCode:focus {
    border-bottom: 2px solid #000
}

.otp-verify-section {
    margin-top: 48px
}

.otp-verify-section .otp-verify-button, .otp-verify-section .otp-verify-button:hover, .otp-verify-section .otp-verify-button:focus {
    background-color: var(--pinax-main);
    border: none
}

.otp-resend-code-container {
    margin-top: 24px;
    text-align: center
}

.otp-resend-code-container button {
    border: none;
    color: var(--pinax-main)
}

.otp-modal-success.otp-success-feedback {
    display: none
}

.otp-modal-success.otp-success-feedback.otp-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff
}

.otp-modal-success.otp-success-feedback .success-check-icon {
    margin-bottom: 12px
}

.otp-modal-success.otp-success-feedback h3 {
    font-size: 16px;
    font-weight: 700
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 79;
    display: none
}

#ryn-popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    width: 100%;
    text-align: center;
    z-index: 80;
    max-width: 380px;
    display: none
}

#ryn-popup-container .ryn-popup:first-child {
    display: block
}

.ryn-popup {
    width: 100%;
    background-color: #fff;
    border-radius: 32px;
    margin: 0 auto;
    color: var(--pinax-black);
    display: none
}

.ryn-popup-img > svg {
    margin-top: -60px
}

.ryn-popup-img > svg path:first-child {
    fill: var(--pinax-main)
}

.ryn-popup .popup-title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--pinax-black);
    border-bottom: 1px solid var(--pinax-gray-light);
    padding-bottom: 16px
}

.ryn-popup .popup-content {
    padding: 16px
}

.ryn-popup .popup-content > span {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: block
}

.ryn-popup .popup-content > div {
    border-radius: 12px;
    border: 1px solid var(--pinax-gray-light);
    margin: 20px 0 0;
    font-size: 14px;
    padding: 12px
}

.ryn-popup .popup-content > div > h3 {
    font-weight: 500;
    margin: 0
}

.ryn-popup .popup-content > div > span {
    font-weight: 700;
    margin-top: 4px
}

.ryn-popup button.main-action {
    background-color: var(--pinax-main);
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    width: calc(100% - 32px);
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    border: unset
}

.ryn-popup.popup .popup-content > span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.ryn-popup button.second-action {
    color: var(--pinax-gray-dark);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    display: block;
    background: unset;
    border: unset
}

.ryn-popup-action {
    padding-bottom: 32px
}

.ryn-popup-img {
    padding-bottom: 20px
}

.ryn-popup .popup-title:empty {
    display: none
}

.pwa .ryn-popup-img {
    position: absolute;
    width: 80px;
    height: 80px;
    right: calc(50% - 40px);
    top: 0;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden
}

.ryn-popup.pwa .popup-title {
    padding-top: 50px
}

.pwa .ryn-popup-img img {
    padding: 5px
}

#ryn-popup-container:empty {
    display: none
}
.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;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;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;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;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}


.pinax-product__hero .gallery {
    position: absolute;
    z-index: 9;
    inset: 0;
}

.pinax-product__hero a.glightbox {
    display: none;
}

.pinax-product__hero a.glightbox:first-child {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .glightbox-clean .gnext {
        top: 46%;
        right: 0;
    }

    .glightbox-clean .gprev {
        top: 46%;
        left: 0px;
    }
}
.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.alignwide{margin-left:-80px;margin-right:-80px}.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-bottom:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{margin:20px auto}.sticky{position:relative;display:block}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form p{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.post-password-form [type=submit]{margin-left:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.site-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:1rem;padding-bottom:1rem;position:relative}.site-header .site-navigation{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.site-header .site-branding{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:center;-ms-flex-pack:center;justify-content:center}.site-header .header-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.site-header .header-inner .custom-logo-link{display:block}.site-header .header-inner .site-branding .site-description,.site-header .header-inner .site-branding .site-title{margin:0}.site-header .header-inner .site-branding.show-logo .site-title,.site-header .header-inner .site-branding.show-title .site-logo{display:none!important}.site-header:not(.header-stacked) .header-inner .site-branding{max-width:30%}.site-header:not(.header-stacked) .header-inner .site-navigation{max-width:70%}.site-header.header-inverted .header-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.site-header.header-inverted .header-inner .site-branding{text-align:right}.site-header.header-inverted .header-inner .site-navigation{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.site-header.header-stacked .header-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}@media (max-width:576px){.site-header .header-inner:not(.header-stacked) .site-branding{max-width:80%}}.site-footer{padding-top:1rem;padding-bottom:1rem;position:relative}.site-footer .footer-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.site-footer .footer-inner .custom-logo-link{display:block}.site-footer .footer-inner .site-navigation{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.site-footer .footer-inner .site-branding{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:center;-ms-flex-pack:center;justify-content:center}.site-footer .footer-inner .site-branding .site-description,.site-footer .footer-inner .site-branding .site-title{margin:0}.site-footer .footer-inner .site-branding.show-logo .site-title,.site-footer .footer-inner .site-branding.show-title .site-logo{display:none!important}.site-footer .footer-inner .copyright{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.site-footer .footer-inner .copyright p{margin:0}.site-footer.footer-inverted .footer-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.site-footer.footer-inverted .footer-inner .site-branding{text-align:right}.site-footer.footer-inverted .footer-inner .site-navigation{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.site-footer.footer-has-copyright .footer-inner .site-navigation{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.site-footer.footer-stacked .footer-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.site-footer.footer-stacked .footer-inner .site-branding h4.site-title{text-align:center}.site-footer.footer-stacked .footer-inner .site-navigation .menu{padding:0}.site-footer:not(.footer-stacked) .footer-inner .site-branding{max-width:20%}.site-footer:not(.footer-stacked) .footer-inner .site-navigation{max-width:60%}.site-footer:not(.footer-stacked) .footer-inner .copyright{max-width:20%}@media (max-width:576px){.site-footer:not(.footer-stacked) .footer-inner .copyright,.site-footer:not(.footer-stacked) .footer-inner .site-branding,.site-footer:not(.footer-stacked) .footer-inner .site-navigation{display:block;text-align:center;width:100%;max-width:none}.site-footer .footer-inner .site-navigation ul.menu{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.site-footer .footer-inner .site-navigation ul.menu li{display:inline-block}}.post .entry-title a{text-decoration:none}.post .wp-post-image{width:100%;max-height:500px;-o-object-fit:cover;object-fit:cover}@media (max-width:991px){.post .wp-post-image{max-height:400px}}@media (max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{margin:0;padding:0;list-style:none;font-size:.9em}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px 0 30px 60px;border-bottom:1px solid #ccc}body.rtl #comments .comment .comment-body,body.rtl #comments .pingback .comment-body{padding:30px 60px 30px 0}#comments .comment .avatar,#comments .pingback .avatar{position:absolute;left:0;border-radius:50%;margin-right:10px}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar{left:auto;right:0;margin-right:0;margin-left:10px}#comments .comment-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{position:relative;list-style:none;margin:0;padding-left:30px}body.rtl #comments .children{padding-left:0;padding-right:30px}#comments .children li:last-child{padding-bottom:0}#comments ol.comment-list .children:before{display:inline-block;font-size:1em;font-weight:400;line-height:100%;content:"\21AA";position:absolute;top:45px;left:0;width:auto}body.rtl #comments ol.comment-list .children:before{content:"\21A9";left:auto;right:0}@media (min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media (max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-left:20px}#comments .comment .avatar{position:inherit;float:left}body.rtl #comments .comment .avatar{float:right}}.site-header.header-inverted .site-navigation-toggle-holder{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.site-header.header-stacked .site-navigation-toggle-holder{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:100%}.site-header.menu-layout-dropdown .site-navigation{display:none}.site-navigation-toggle-holder{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:20%;padding:8px 15px}.site-navigation-toggle-holder,.site-navigation-toggle-holder .site-navigation-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-navigation-toggle-holder .site-navigation-toggle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:22px;padding:.25em;cursor:pointer;border:0 solid;border-radius:3px;background-color:rgba(0,0,0,.05);color:#494c4f}.site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:before{content:"\e87f"}.site-navigation{grid-area:nav-menu;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.site-navigation ul.menu,.site-navigation ul.menu ul{list-style-type:none;padding:0}.site-navigation ul.menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.site-navigation ul.menu li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.site-navigation ul.menu li a{display:block;padding:8px 15px}.site-navigation ul.menu li.menu-item-has-children{padding-right:15px}.site-navigation ul.menu li.menu-item-has-children:after{display:block;content:"\25BE";font-size:1.5em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#666;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-decoration:none}.site-navigation ul.menu li.menu-item-has-children:focus-within>ul{display:block}.site-navigation ul.menu li ul{background:#fff;display:none;min-width:150px;position:absolute;z-index:2;left:0;top:100%}.site-navigation ul.menu li ul li{border-bottom:1px solid #eee}.site-navigation ul.menu li ul li:last-child{border-bottom:none}.site-navigation ul.menu li ul li.menu-item-has-children a{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.site-navigation ul.menu li ul li.menu-item-has-children:after{-webkit-transform:translateY(-50%) rotate(-90deg);-ms-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg)}.site-navigation ul.menu li ul ul{left:100%;top:0}.site-navigation ul.menu li:hover>ul{display:block}footer .site-navigation ul.menu li ul{top:auto;bottom:100%}footer .site-navigation ul.menu li ul ul{bottom:0}footer .site-navigation ul.menu a{padding:5px 15px}.site-navigation-dropdown{margin-top:10px;-webkit-transition:max-height .3s,-webkit-transform .3s;transition:max-height .3s,-webkit-transform .3s;-o-transition:max-height .3s,transform .3s;transition:max-height .3s,transform .3s;transition:max-height .3s,transform .3s,-webkit-transform .3s;-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;position:absolute;bottom:0;left:0;z-index:10000;width:100%}.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown{-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);max-height:0}.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);max-height:100vh}.site-navigation-dropdown ul{padding:0}.site-navigation-dropdown ul.menu{position:absolute;width:100%;padding:0;margin:0;background:#fff}.site-navigation-dropdown ul.menu li{display:block;width:100%;position:relative}.site-navigation-dropdown ul.menu li a{display:block;padding:20px;background:#fff;color:#55595c;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.10196078431372549);box-shadow:inset 0 -1px 0 rgba(0,0,0,.10196078431372549)}.site-navigation-dropdown ul.menu li.current-menu-item a{color:#fff;background:#55595c}.site-navigation-dropdown ul.menu>li li{-webkit-transition:max-height .3s,-webkit-transform .3s;transition:max-height .3s,-webkit-transform .3s;-o-transition:max-height .3s,transform .3s;transition:max-height .3s,transform .3s;transition:max-height .3s,transform .3s,-webkit-transform .3s;-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);max-height:0}.site-navigation-dropdown ul.menu li.elementor-active>ul>li{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);max-height:100vh}@media (max-width:576px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media (min-width:768px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media (min-width:576px) and (max-width:767px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media (min-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media (max-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation{display:none!important}}.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-right:auto;margin-left:auto;width:100%}@media (max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-right:10px;padding-left:10px}}@media (min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media (min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media (min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media (min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}

body.blog .page-header {
    display: none;
}
body.blog .page-content {
    column-count: 3;
    column-gap: 32px;
}

@media (max-width:1024px) {
    body.blog .page-content {
        column-count: 2;
        column-gap: 32px;
    }
}

@media (max-width:768px) {
    body.blog .page-content {
        column-count: 1;
        column-gap: 32px;
    }
}


body.blog .page-content article.post {
    display: inline-block;
    border: 1px solid var(--pinax-stroke);
    padding: 16px;
    border-radius: 24px;
    margin-bottom: 32px;
    transition-duration: 0.3s;
}
body.blog .page-content article.post > h2 > a {
    color: var(--pinax-text);
    font-size: 20px;
}
body.blog .page-content article.post img {
    max-height: 170px;
    object-fit: contain;
    border-radius: 16px;
    width: auto;
    margin: 32px auto;
    display: block;
}
body.blog .page-content article.post p {
    font-size: 17px;
    color: var(--pinax-text);
    font-weight: 400;
}


body.single-post .page-header {
    text-align: center;
    margin-bottom: 32px;
}
body.single-post img {
    border-radius: 24px;
    display: block;
    margin: 0 auto;
}
body.single-post #content {
    padding: 24px !important;
    width: auto;
}

.pinax-main__tabs.tabs--fixes + .fix-sticky {
    height: 102px;
}

.btn-add-to-cart{
    border:2px solid var(--pinax-main);
    color: var(--pinax-main);
    border-radius: 10px;
    font-size: 1rem;
    width: 100px;
    padding: 5px 0;
}
@media (max-width:768px) {
    #viewProduct.show{

    }
    .modal .modal-dialog{
        margin: 0;
    }
    .modal .modal-content{
        position: absolute;
        transform: translateY(100%);
        bottom: -20px;
        transition: all .5s;
        max-height: 100%;
    }
    .modal .modal-body{
        height: 100%;
        overflow-y: scroll;
    }
    .modal.show .modal-content{
        transform: translateY(0%);
    }
}

.searchInputProduct{
    width: 0;
    display: none;
    transition: width .5s;
}
.searchInputProduct a{
    padding-left: 25px !important;
    padding-right: 0!important;
    display: flex;
    align-items: center;
}
.searchInputProduct input{
    background: transparent;
    line-height: normal;
    width: 100%;
    padding: 16px 0;
}
.searchInputProduct.show{
    width: 200px;
    display: block;
}

@media (max-width:768px) {
    .searchInputProduct.show{
        width: 100%;
    }


}