.header.style-01 .block-woo.block-wishlist, .header.style-02 .block-woo.block-wishlist, .header.style-04 .block-woo.block-wishlist {
    text-align: right;
}

#yith-wcwl-popup-message {
    display: none !important;
}

.product-item .yith-wcwl-add-to-wishlist a:hover,
.product-item .yith-add-to-wishlist-button-block a:hover {
    color: inherit;
}

.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg,
.yith-wcwl-add-to-wishlist .ajax-loading,
.yith-add-to-wishlist-button-block .ajax-loading,
.yith-add-to-wishlist-button-block .feedback,
.yith-wcwl-add-to-wishlist .feedback,
.yith-add-to-wishlist-button-block .yith-wcwl-icon-svg__wrapper,
.yith-add-to-wishlist-button-block .yith-wcwl-icon,
.yith-add-to-wishlist-button-block:empty,
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button__label {
    display: none !important;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
    gap: 0;
    justify-content: center;
    width: 100%;
}

.yith-wcwl-add-to-wishlist,
.yith-add-to-wishlist-button-block {
    position: relative;
    margin-top: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border-radius: inherit;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: inherit;
}

.yith-wcwl-add-to-wishlist a,
.yith-add-to-wishlist-button-block a {
    font-size: 0;
    display: flex !important;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: inherit;
    width: 100%;
    opacity: 1 !important;
}

.yith-wcwl-add-to-wishlist a,
.yith-add-to-wishlist-button-block button.yith-wcwl-add-to-wishlist-button {
    background-color: inherit;
    border-radius: inherit;
    color: inherit;
    height: inherit;
    line-height: inherit;
}

.add_to_wishlist::before,
.yith-wcwl-add-to-wishlist-button::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f08a';
    font-weight: normal;
    font-size: 18px;
}

.yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-wishlistexistsbrowse a::before,
.yith-wcwl-add-to-wishlist-button--added::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    content: "\f004";
    font-size: 16px;
}

.add_to_wishlist.loading,
.yith-wcwl-add-to-wishlist-button--loading {
    pointer-events: none;
}

.yith-wcwl-add-to-wishlist .blockOverlay,
.yith-add-to-wishlist-button-block .blockOverlay {
    background: inherit !important;
    opacity: 1 !important;
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yith-wcwl-add-to-wishlist .blockOverlay::before,
.yith-add-to-wishlist-button-block .blockOverlay::before,
.add_to_wishlist.loading::before,
.yith-wcwl-add-to-wishlist-button--loading::before {
    content: '';
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    background-color: currentColor;
    border-radius: 50%;
    -webkit-animation: dotPulse 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    animation: dotPulse 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-01 .group-button .yith-add-to-wishlist-button-block {
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff !important;
    color: #000;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    margin: 8px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.product-item.style-01 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-01 .product-inner:hover .group-button .yith-add-to-wishlist-button-block {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-item.style-02 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-02 .group-button .yith-add-to-wishlist-button-block {
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff !important;
    color: #000;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    margin: 8px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.product-item.style-02 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-02 .product-inner:hover .group-button .yith-add-to-wishlist-button-block {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-item.style-04 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-04 .group-button .yith-add-to-wishlist-button-block {
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff !important;
    color: #000;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    margin: 8px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.product-item.style-04 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-04 .product-inner:hover .group-button .yith-add-to-wishlist-button-block {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-05 .group-button .yith-add-to-wishlist-button-block {
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 50%;
    margin: 10px;
    width: 45px;
    height: 45px;
}

.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist a,
.product-item.style-05 .group-button .yith-add-to-wishlist-button-block a {
    height: 45px;
    background-color: transparent;
}

.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist .blockOverlay,
.product-item.style-05 .group-button .yith-add-to-wishlist-button-block .blockOverlay {
    background: #000 !important;
}

.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist:hover,
.product-item.style-05 .group-button .yith-add-to-wishlist-button-block:hover {
    background-color: #000;
}

.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    background-color: transparent;
}

.product-item.style-07 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-07 .group-button .yith-add-to-wishlist-button-block {
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff !important;
    color: #000;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    margin: 8px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.product-item.style-07 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-07 .product-inner:hover .group-button .yith-add-to-wishlist-button-block {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-item.style-10 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-10 .group-button .yith-add-to-wishlist-button-block {
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff !important;
    color: #000;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    margin: 8px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.product-item.style-10 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-10 .product-inner:hover .group-button .yith-add-to-wishlist-button-block {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-item.list .group-button .yith-wcwl-add-to-wishlist,
.product-item.list .group-button .yith-add-to-wishlist-button-block {
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff !important;
    color: #000;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    margin: 10px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.product-item.list .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.list .product-inner:hover .group-button .yith-add-to-wishlist-button-block {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 1024px) {
    .product-item .add_to_wishlist::before,
    .product-item .yith-wcwl-add-to-wishlist-button::before {
        font-size: 16px;
    }

    .product-item .yith-wcwl-add-to-wishlist,
    .product-item .yith-add-to-wishlist-button-block {
        width: 35px;
        height: 35px;
    }

    .product-item.style-05 .group-button .yith-wcwl-add-to-wishlist,
    .product-item.style-05 .group-button .yith-add-to-wishlist-button-block {
        width: 35px;
        height: 35px;
    }

    .product-item.style-05 .group-button .yith-wcwl-add-to-wishlist a,
    .product-item.style-05 .group-button .yith-add-to-wishlist-button-block a {
        height: 35px;
    }

    .product-item.style-01 .group-button .yith-wcwl-add-to-wishlist,
    .product-item.style-01 .group-button .yith-add-to-wishlist-button-block, .product-item.style-02 .group-button .yith-wcwl-add-to-wishlist,
    .product-item.style-02 .group-button .yith-add-to-wishlist-button-block, .product-item.style-04 .group-button .yith-wcwl-add-to-wishlist,
    .product-item.style-04 .group-button .yith-add-to-wishlist-button-block, .product-item.style-07 .group-button .yith-wcwl-add-to-wishlist,
    .product-item.style-07 .group-button .yith-add-to-wishlist-button-block, .product-item.style-10 .group-button .yith-wcwl-add-to-wishlist,
    .product-item.style-10 .group-button .yith-add-to-wishlist-button-block {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.entry-summary .yith-wcwl-add-to-wishlist,
.entry-summary .yith-add-to-wishlist-button-block {
    vertical-align: bottom;
    margin-bottom: 10px;
    margin-right: 5px;
}

.entry-summary .yith-wcwl-add-to-wishlist + .clear,
.entry-summary .yith-add-to-wishlist-button-block + .clear {
    display: none;
}

.entry-summary .yith-wcwl-add-to-wishlist a,
.entry-summary .yith-add-to-wishlist-button-block a {
    border-radius: 50%;
    background-color: var(--draly-blockquote-color);
    justify-content: center !important;
    gap: 0 !important;
}

.entry-summary .yith-wcwl-add-to-wishlist a::before,
.entry-summary .yith-add-to-wishlist-button-block a::before {
    vertical-align: top;
    font-size: 17px;
    color: var(--draly-main-color);
}

.entry-summary .yith-wcwl-add-to-wishlist a:not(:hover),
.entry-summary .yith-add-to-wishlist-button-block a:not(:hover) {
    color: inherit;
}

.entry-summary .yith-wcwl-wishlistaddedbrowse a::before,
.entry-summary .yith-wcwl-wishlistexistsbrowse a::before {
    font-size: 16px;
}

body.single-product .has-sidebar .entry-summary .yith-wcwl-add-to-wishlist,
body.single-product .has-sidebar .entry-summary .yith-add-to-wishlist-button-block {
    width: auto;
    margin-right: 50px;
    background-color: #fff;
}

@media (max-width: 767px) {
    body.single-product .has-sidebar .entry-summary .yith-wcwl-add-to-wishlist,
    body.single-product .has-sidebar .entry-summary .yith-add-to-wishlist-button-block {
        margin-right: 30px;
    }
}

body.single-product .has-sidebar .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist-button__label,
body.single-product .has-sidebar .entry-summary .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button__label {
    display: inline-block;
    font-size: 16px;
}

body.single-product .has-sidebar .entry-summary .yith-wcwl-add-to-wishlist a,
body.single-product .has-sidebar .entry-summary .yith-add-to-wishlist-button-block a {
    color: #000;
    background: #fff;
    width: auto;
    border-radius: 0;
}

body.single-product .has-sidebar .entry-summary .yith-wcwl-add-to-wishlist a::before,
body.single-product .has-sidebar .entry-summary .yith-add-to-wishlist-button-block a::before {
    color: #000;
    margin-right: 7px;
}

body.single-product .has-sidebar .entry-summary form.cart .yith-wcwl-add-to-wishlist a {
    font-size: inherit;
}

/*wishlist page*/
.wishlist-title {
    display: block;
}

.wishlist-title a.show-title-form {
    display: none;
}

.wishlist-title h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 !important;
    padding: 20px 25px 19px;
    background-color: var(--draly-blockquote-color);
    display: block;
    line-height: 23px;
    border-radius: 15px;
}

.wishlist-title-container .hidden-title-form {
    margin: 0;
    width: 100%;
}

.wishlist-title-container .hidden-title-form input {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 25px 19px;
    background-color: var(--draly-blockquote-color);
    display: block;
    border: none;
    height: 62px;
    line-height: 62px;
    width: 100%;
}

.woocommerce .wishlist-title-container {
    display: none;
}

.woocommerce .wishlist-title {
    margin-bottom: 0;
}

.woocommerce table.wishlist_table {
    background-color: #fff;
    border: none;
}

.woocommerce table.wishlist_table .yith-wcqv-button {
    display: none;
}

.woocommerce table.wishlist_table thead {
    background-color: transparent;
    position: relative;
}

.woocommerce table.wishlist_table thead::before {
    content: '';
    background-color: var(--draly-blockquote-color);
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.woocommerce table.wishlist_table thead tr {
    position: relative;
}

.woocommerce table.wishlist_table thead tr th {
    background-color: transparent;
    text-align: left;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    border: none;
}

.woocommerce table.wishlist_table tbody tr td {
    padding: 30px 15px;
    border-bottom: 1px solid #ebebeb;
    background-color: transparent !important;
}

.woocommerce table.wishlist_table tbody tr td.product-add-to-cart {
    padding-right: 50px;
}

.woocommerce table.wishlist_table tbody tr td.product-price {
    font-size: 18px;
    color: #DD2831;
}

.woocommerce table.wishlist_table tbody tr td.product-price del {
    color: #848484;
}

.woocommerce table.wishlist_table tbody tr td.product-price ins {
    color: #DD2831;
}

.woocommerce table.wishlist_table tbody tr td.product-thumbnail {
    padding-left: 0;
}

.woocommerce table.wishlist_table tbody tr td.wishlist-empty {
    font-size: 26px;
    line-height: 1.2;
    padding: 60px 15px;
    color: #999;
    border: none;
}

.woocommerce table.wishlist_table tr td {
    text-align: left;
    border: none;
}

.woocommerce table.wishlist_table tr td.product-thumbnail a {
    display: inline-block;
    max-width: 89px;
}

.woocommerce table.wishlist_table tr .product-remove {
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: auto;
    background-color: transparent !important;
    border: none;
}

.woocommerce table.wishlist_table .wishlist-out-of-stock,
.woocommerce table.wishlist_table .wishlist-in-stock {
    display: inline-block;
    text-align: center;
    padding: 5px 16px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px;
    color: #2b952f;
    background-color: #D3F4D4;
}

.woocommerce table.wishlist_table .wishlist-out-of-stock {
    color: #DD2831;
    background-color: #FFEEEF;
}

.woocommerce table.wishlist_table td.product-add-to-cart a {
    display: inline-block !important;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    border: 1px solid var(--draly-main-color);
    border-radius: 10px;
    color: var(--draly-main-color);
    padding: 0 20px;
    text-align: center;
    margin-bottom: 0 !important;
    white-space: nowrap;
}

.woocommerce table.wishlist_table td.product-add-to-cart a .cart-svg,
.woocommerce table.wishlist_table td.product-add-to-cart a .check-svg {
    display: none;
}

.woocommerce table.wishlist_table td.product-add-to-cart a:hover {
    background-color: var(--draly-main-color);
    color: #fff;
}

.woocommerce table.wishlist_table tfoot td {
    padding: 0;
    border: 0;
}

.woocommerce table.wishlist_table .yith-wcwl-share {
    margin-bottom: 10px;
    padding: 15px 25px;
}

.woocommerce table.wishlist_table .yith-wcwl-share h4.yith-wcwl-share-title {
    font-size: 16px;
}

.wishlist_table.mobile {
    padding-left: 0;
    text-align: center;
}

.wishlist_table.mobile li {
    margin-bottom: 0;
    padding: 20px 0;
    border: 1px solid #ebebeb;
}

.wishlist_table.mobile li:not(:first-child) {
    border-top: none;
}

.wishlist_table.mobile li .item-wrapper {
    width: 100%;
    margin-bottom: 0;
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}

.wishlist_table.mobile li .item-wrapper .item-details {
    width: 100%;
}

.wishlist_table.mobile li .item-details table.item-details-table {
    width: 100%;
}

.wishlist_table.mobile li .item-details table.item-details-table td.label {
    display: none;
}

.wishlist_table.mobile li .item-details table.item-details-table td.value {
    text-align: center;
    font-size: 16px;
    color: #000000;
}

.wishlist_table.mobile li table.additional-info {
    width: 100%;
}

.wishlist_table.mobile li table.additional-info td.label {
    display: none;
}

.wishlist_table.mobile li table.additional-info td.value {
    text-align: center;
}

.wishlist_table.mobile li table.additional-info td.value .wishlist-out-of-stock,
.wishlist_table.mobile li table.additional-info td.value .wishlist-in-stock {
    display: inline-block;
    text-align: center;
    padding: 5px 16px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px;
    color: #2b952f;
    background-color: #D3F4D4;
}

.wishlist_table.mobile li table.additional-info td.value .wishlist-out-of-stock {
    color: #DD2831;
    background-color: #FFEEEF;
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    margin-bottom: 0;
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border: 1px solid var(--draly-main-color);
    font-size: 16px;
    color: var(--draly-main-color);
    padding: 0 25px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 6px;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: center;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove a:not(:hover) {
    color: #bdbdbd;
}

@media (max-width: 1199px) {
    .woocommerce table.wishlist_table tbody tr td.product-remove,
    .woocommerce table.wishlist_table tbody tr td {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .wishlist-title h2 {
        text-align: center;
    }

    .woocommerce table.wishlist_table thead {
        display: none;
    }

    .woocommerce table.wishlist_table tbody tr:first-child td {
        padding-top: 15px;
    }

    .woocommerce table.wishlist_table tbody tr td.product-thumbnail {
        padding-left: 15px;
    }

    .woocommerce table.wishlist_table tr {
        border: 1px solid #ebebeb;
    }

    .woocommerce table.wishlist_table tr .product-remove {
        position: static;
    }
}

