@media (min-width: 992px) {
    .product-meta-wrap-inner {
        position: relative;
        padding-bottom: 25px;
    }

    .product-meta-wrap-inner::before {
        content: '';
        background: linear-gradient(91deg, #6f2d91 0.47%, #43145b 60.81%, #6d2b8e 111.63%);
        background-size: 100% 100%;
        position: absolute;
        top: -100vmax;
        left: -100vmax;
        bottom: 0;
        right: -100vmax;
        z-index: -2;
        overflow: hidden;
    }

    .product-header-back {
        background: unset;
    }

}

#stocknotifyform label,
#stocknotifyform input {
    display: block;
    text-align: right;
    margin: 10px 0;
    font-size: 15px;
    font-variation-settings: var(--fw-400);
}

/* #stocknotifyform input {
  max-width: 300px;
  margin: auto;
} */

#stock-notify-modal #mobile-error {
    position: absolute;
    font-size: 11px;
    color: var(--danger);
    bottom: -26px;
    right: 14px;
}

#stock-notify-modal {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#stock-notify-modal .modal-box {
    width: 100%;
}

#stock-notify-modal .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#stock-notify-modal .modal-content {

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    width: min(550px, 94%);
    flex-direction: column;
    display: flex;
    max-height: 100%;
    overflow-y: auto;
    height: auto;
    margin-inline: auto;
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 8px;
}

#stock-notify-modal .modal-header {
    background: var(--color1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    width: 100%;
}

#stock-notify-modal .modal-header button {
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
    line-height: 1;
    font-size: 25px;
    cursor: pointer;
    transition: 0.3s;
}

#stock-notify-modal .modal-body {
    position: relative;
    flex: 1 1 auto;
    text-align: center;
    padding: 15px;
    width: 100%;
}

#stock-notify-modal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: var(--fs-18);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.stock-notify-modal-btn {
    width: 100%;
    margin-top: 1rem;
}

/* --------------------
Single Product
-------------------- */
.product-main-data {
    padding-top: 22px;
}

.mobile .product-main-data {
    padding-top: 0;
}

/***** Group attributes *****/
table.shop_attributes {
    width: 100%;
    text-align: right;
}

table.shop_attributes * {
    vertical-align: middle;
}

table.shop_attributes.type-1 .attribute-inner-table-wrapper {
    display: none;
}

table.shop_attributes.type-3 .attribute-inner-table-wrapper {
    display: none;
}

table.shop_attributes.type-3 tr:nth-child(2) .attribute-inner-table-wrapper {
    display: block;
}

table.shop_attributes .attribute_group_row th {
    padding: 17px 40px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .4s;
    border-radius: 8px;
    background: var(--3, rgba(52, 53, 54, 0.60));
    color: #fff;
}

tr.attribute_group_row.open th {
    background: var(--2, rgba(46, 46, 47, 0.80));
}

table.shop_attributes .attribute_group_row th:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    display: inline-block;
    transform: rotate(45deg);
    border-top: none;
    border-left: none;
    transition: .4s;
}

table.shop_attributes .attribute_row table {
    width: 100%;
}

table.shop_attributes .attribute_row table th,
table.shop_attributes .attribute_row table td {
    padding: 15px;
}

table.shop_attributes .attribute_row_open .attribute-inner-table-wrapper {
    display: block;
}

table.shop_attributes .attribute_row table th {
    width: 120px;
    color: #8f8f8f;
    ;
}

table.shop_attributes .attribute_row td {
    width: 100%;
    display: block;
}

table.shop_attributes .attribute_row {
    margin-bottom: 25px;
    display: block;
    border-top: none;
}

table.shop_attributes.type-1 .attribute-inner-table-wrapper {
    margin-top: 8px;
    border-radius: 8px;
    background: #F1F1F2;
}

table.shop_attributes .attribute_group_row.open th:after {
    transform: rotate(-135deg);
    border-color: #fff;
}


/***** tabs *****/
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 90px;
    margin-bottom: 20px;
}

.tabs.wc-tabs {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    background: var(--color1);
    flex-wrap: wrap;
    height: 65px;
    position: relative;
    border-radius: 4px;
}

.tabs.wc-tabs li {
    position: relative;
    min-width: 23.5%;
    font-variation-settings: var(--fw-500);
}

.tabs.wc-tabs li.active a {
    color: #A5D2D8;
}

.tabs.wc-tabs li a {
    padding: 12px 0;
    transition: .4s;
    display: inline-block;
    color: #ffff;
    font-family: 'Morabba-Regular';
    position: relative;
    text-align: center;
    width: 100%;
}

.tabs.wc-tabs li.active a:before {
    transform: scale(1);
}

.tab-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 69px;
    z-index: 99;
    display: flex;
    background: var(--color1);
    height: 65px;
    align-items: center;
    color: #ffff;
    gap: 16px;
    border-radius: 2px;
    padding: 8px;
}

.tab-wrap li {
    flex: 0 0 22%;
    text-align: center;
    height: 100%;
}

.tab-wrap::before {
    content: url(../img/product-frame2.webp);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
    overflow: hidden;
}

.tab-wrap li a:hover {
    color: var(--color2);
}

/*Swatches*/
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 0 !important;
    box-shadow: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):first-of-type {
    margin-right: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 0 5px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color {
    border-radius: 4px;
    box-shadow: inset 0 0 1px 0 rgb(0 0 0);
}

.variations_form.cart .value.woo-variation-items-wrapper:after {
    display: none;
}

.gallery-images .onsale {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 10px;
    color: var(--color1);
    padding: 0 10px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #f9f9f9;
}

.summary .variations tr {
    margin-bottom: 15px !important;
    display: block;
}

.woocommerce-MyAccount-content fieldset {
    border: 1px solid var(--color1);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.woocommerce-MyAccount-content fieldset legend {
    background: var(--color1);
    color: #fff;
    padding: 3px 30px;
    border-radius: 5px;
}

.woocommerce-account.woocommerce-orders .woocommerce-message,
.single-product .woocommerce-message {
    display: flex;
    /*flex-flow: row-reverse;*/
    justify-content: center;
    ;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

/*.woocommerce-message .button {
    margin-right: 25px;
}*/
.summary>.price {
    margin: 24px 0 11px;
}

.product_title.entry-title {
    font-size: 20px;
}

.posted_in a {
    color: #fff;
}

.posted_in a:first-child {
    margin-right: 5px;
}

.posted_in a:hover {
    color: var(--color2);
}

.posted_in a::after {
    content: '';
    display: inline-block;
    margin: 0 5px;
    color: #999 !important;
    pointer-events: none;
    font-size: 8px;
}

.posted_in a:last-child:after {
    display: none;
}

.sku_wrapper {
    display: block;
    color: #2E2E2FCC;
    font-size: 14px;
}

.woocommerce-product-details__short-description {
    margin: 12px 0 46px;
    color: #999;
    color: var(--2, rgba(46, 46, 47, 0.80));
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
}

.entry-summary {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.summary-inner {
    border-radius: 4px;
    border: 1px dashed var(--5, rgba(102, 104, 105, 0.20));
    background: #FFF;
    padding: 10px;
}

.related.products {
    margin: 50px 0;
}

.summary .price {
    min-height: 40px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 20px;
    margin: 24px 0 12px;
}

.summary .price-wrapper {
    display: flex;
    flex-direction: column;
}

.summary .button {
    width: 100%;
    gap: 10px;
    cursor: pointer;
}

.single_add_to_cart_button.button {
    border: 1px solid var(--color1);
}

.single_add_to_cart_button:hover {
    background: #fff;
    color: var(--color1);
}

.wc-tabs-wrapper>.editor-content {
    margin-top: 30px;
}

.product_meta {
    border-radius: 4px;
    background: #F1F1F2;
    height: 65px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    padding: 14px;
    justify-content: space-between;
}

.rating-number {
    display: flex;
    margin-right: auto;
    align-items: baseline;
    color: #2E2E2FCC;
    justify-content: flex-end;
}

.price strong {
    color: #178017;
    line-height: 32px;
}

.rate-num {
    margin-left: 8px;
}

.tagged_as {
    display: block;
    border-top: 2px solid #e3e3e3;
    color: #757577;
    padding-top: 15px;
    font-size: 16px;
    margin-top: 15px;
}

.tagged_as a:last-of-type:after {
    display: none;
}

.tagged_as a:after {
    content: '';
    width: 2px;
    height: 9px;
    background: #dcdcdc;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: -9px;
}

.tagged_as a:hover {
    color: var(--color2);
}

.tagged_as a {
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 10px;
    border-radius: 3px;
    position: relative;
    color: #000;
}

.tagged_as a:hover {
    color: var(--color2);
    border-color: var(--color2);
}

/* Comments */
.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    color: #FFC700;
    font-size: 16px;
}

.woocommerce .stars span {
    display: flex;
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'icomoon';
    text-indent: 0;
    content: "\e929";
    transition: all 0.3s;
}

.woocommerce p.stars a:hover~a::before {
    content: "\e929";
}

.woocommerce p.stars:hover a::before {
    content: "\e92a";
}

.woocommerce p.stars.selected a.active::before {
    content: "\e92a";
}

.woocommerce p.stars.selected a.active~a::before {
    content: "\e929";
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e92a";
}

.comment-form-rating {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin-bottom: 25px;
    gap: 16px;
    overflow: hidden;
}

.comment-form-rating label {
    margin-bottom: 0 !important;
}

.commentlist li {
    padding-right: 0 !important;
}

.commentlist li:before,
.commentlist li:after {
    display: none !important;
}

/* Gallery */
.woocommerce-product-gallery__image {
    text-align: center;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    left: 10px;
    z-index: 1;
    top: 10px;
    font-size: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #f9f9f9;
}

.woocommerce-product-gallery__trigger:before {
    content: "\e918";
    font-family: 'icomoon';
    font-size: 18px;
    color: var(--color1);
    transform: rotate(360deg) scaleX(-1.05);
    display: inline-block;
    transition: all 0.3s;
}

.woocommerce-product-gallery__trigger:hover {
    background: var(--color1);
}

.woocommerce-product-gallery__trigger:hover:before,
.woocommerce-product-gallery__trigger:hover:after {
    color: #fff;
}

.flex-control-thumbs .owl-stage-outer {
    padding: 10px 0;
}

.flex-control-thumbs {
    padding: 0 30px;
}

.woocommerce-product-gallery>figure.woocommerce-product-gallery__wrapper {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.flex-control-thumbs li {
    border-radius: 5px;
    overflow: hidden;
}

.flex-control-thumbs .owl-nav button {
    line-height: 1 !important;
}

.flex-control-thumbs .owl-nav button i {
    font-size: 16px !important;
    color: #d3d3d3;
}

.flex-control-thumbs .owl-nav {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
}

.flex-control-thumbs .owl-nav button {
    pointer-events: auto;
    color: var(--color1);
    transition: all 0.3s;
    font-size: 20px !important;
}

.flex-control-thumbs .owl-nav button:hover {
    color: var(--color2);
}

.pswp__caption__center {
    text-align: center;
}

.gallery-images {
    position: relative;
}

.flex-control-nav li:hover {
    border: 1px solid var(--color2);
}

.flex-control-nav li {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    cursor: pointer;
    transition: .4s;
}




.variations_form.cart select {
    display: block;
}

.variations_form.cart .variations {
    width: 100%;
}

.variations .value {
    display: block;
}

.variations .label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.reset_variations:hover {
    background: white;
    color: var(--color2) !important;
}

.reset_variations {
    margin: 10px 0;
    display: inline-block !important;
    background: var(--color2);
    border: 1px solid var(--color2);
    color: #fff !important;
    border-radius: 5px;
    padding: 0 10px;
    transition: .4s;
}

.variations_form.cart select {
    width: 100%;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-family: inherit;
    border-radius: 5px;
    color: #8b8b8b;
}

.variations_form.cart .value {
    position: relative;
}

.variations_form.cart .value:after {
    content: '';
    border: solid #d5d5d5;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    left: 20px;
    top: 16px;
}

.woocommerce-variation-availability {
    margin: 15px auto;
}

.summary>.stock.in-stock,
.woocommerce-variation-availability .stock.in-stock {
    background: #f9fafb;
    border-radius: 5px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--color1);
}

.summary>.stock.in-stock:before,
.woocommerce-variation-availability .stock.in-stock::before {
    content: 'موجودی:';
    color: #999;
}

.summary .price del {
    color: #999DA1;
    font-size: 12px;
    text-decoration: line-through;
    -webkit-text-decoration-color: #99999966 !important;
    text-decoration-color: #99999966 !important;
    line-height: 2;
    font-variation-settings: var(--fw-500);
    text-align: right;
}

.product-type-variable .summary>.price {
    display: none;
}

.summary .price del .woocommerce-Price-currencySymbol {
    display: none;
}

.summary .cart .button {
    margin-bottom: 10px;
    height: 40px;
}

.summary .price>.woocommerce-Price-amount>bdi,
.summary .price ins {
    color: #2A2D30;
    text-align: center;
    font-size: 15px;
    font-variation-settings: var(--fw-500);
    line-height: 1;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.onsale {
    display: none;
}

form .quantity {
    height: 40px;
    margin-top: -10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
    background: #fff;
    width: 90px;
    flex-shrink: 0;
    border: 1px solid #6F2C91;
    padding: 7px 4px;
}

form .quantity input::-webkit-outer-spin-button,
form .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

form .quantity input {
    -webkit-appearance: none;
    border: none !important;
    text-align: center !important;
    -moz-appearance: textfield;
    width: 30px !important;
    margin: 0 !important;
    height: auto !important;
    font-size: 16px;
    background: none;
}

form .quantity button {
    background: #EAE9ED;
    border: none;
    width: 25px;
    border-radius: 2px;
    font-size: 17px;
    transition: 0.3s;
    flex-shrink: 0;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: var(--color1);
    cursor: pointer;
}

form .quantity button:hover {
    background: var(--color1);
    color: #fff;
}

.product-quantity .quantity {
    max-width: 150px;
    margin: 0 auto;
}

.product-name .variation {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.button.wc-backward {
    margin-top: 15px;
}

.woocommerce-product-gallery {
    position: relative;
}

.product-meta-top {
    font-size: 16px;
    display: flex;
    align-items: center;
    direction: ltr;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.product-meta-top a {
    margin-left: 8px;
}

.product-wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 24px;
}

.product-desc {
    flex: 0 0 calc(55.56% - 12px);
    max-width: calc(55.56% - 12px);
}

.flex-viewport {
    flex: 0 0 calc(44.44% - 12px);
    max-width: calc(44.44% - 12px);
}

#single-product-slider,
.woocommerce-product-gallery__image--placeholder {
    border: 1px solid rgba(102, 104, 105, 0.17);
    background: #FFF;
    border-radius: 8px;
    margin-bottom: 20px;
}

.product_gallery_item a {
    display: block;
    text-align: center;
}

.product-meta-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #FFFFFF33;
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
}

.product-meta-wrap.product-meta-wrap-mobile {
    border-bottom: 1px solid #DCDCDC;
    padding-top: 20px;
    margin-top: 0;
    padding-bottom: 12px;
}

.product-meta-mobile {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-top: 9px;
}

.product-meta-mobile .wishlist-link {
    width: unset;
}

.product-meta-mobile .wishlist-tooltip {
    background: none;
    color: #29166F;
    font-size: 14px;
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: 9px;
    right: 26px;
}

.product-meta-mobile .pr-share {
    flex-direction: row-reverse;
}

.product-meta-mobile .pr-share .share-right {
    padding-left: 5px;
    opacity: 1;
    visibility: visible;
    gap: 6px;
    pointer-events: auto;
}

.product-meta-mobile .share-box.pr-share-box {
    width: unset;
}

.single__product__title {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    padding-top: 20px;
}

.posted_in {
    display: inline-block;
    font-size: 14px;
}

.posted_in i {
    color: #fff;
    margin-left: 10px;
    vertical-align: middle;
}

.product-meta-wrap.product-meta-wrap-mobile .posted_in i {
    color: #6F2C91;
}

.product-meta-wrap.product-meta-wrap-mobile .posted_in a {
    color: #2E2E2FCC
}

.product-meta-wrap.product-meta-wrap-mobile .ctlg {
    color: #2E2E2FCC;
}

.ctlg {
    color: #fff;
    transition: 0.4s ease;
}

.ctlg:hover {
    color: #a5d2d8
}

.pr-btns {
    display: flex;
    gap: 6px;
    padding: 18px 10px;
}

.image-meta {
    position: absolute;
    top: 18px;
    right: 12px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.wishlist-link {
    width: 40px;
    height: 40px;
    color: #29166F;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: 0.4s ease;
}

/*.wishlist-link:hover {
    background: #870707;
    color: #fff;
}*/
.share-box.pr-share-box {
    color: #29166F;
    background: #fff;
    width: 40px;
    height: 40px;
    transition: 0.4s ease;
}

/*.share-box.pr-share-box:hover {*/
/*    background: #29166F;*/
/*    color: #fff;*/
/*}*/
.pr-share {
    display: flex;
}

.pr-share .share-right {
    padding-right: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    pointer-events: none;
}

.pr-share:hover .share-right {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wishlist-link {
    position: relative;
    cursor: pointer;
}

.wishlist-link:hover .wishlist-tooltip {
    opacity: 1;
    visibility: visible;
}

.wishlist-tooltip {
    background: #29166F;
    min-width: 110px;
    height: 22px;
    color: #fff;
    font-size: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    position: absolute;
    top: 8px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    right: 35px;
}

.wishlist-link.wished {
    color: red;
}

.loading-svg circle {
    transform-origin: 50% 50%;
    animation: spinner 2s linear infinite;
    -webkit-animation: spinner 2s linear infinite;
    transform: rotate(-90deg);
    stroke-dasharray: 132;
}

.loding-wishlist circle {
    stroke: var(--color1);
    fill: #3e3e3e00;
}

.wishlist-item svg {
    fill: var(--color1);
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
}

.wishlist-item.wished svg {
    fill: #fff;
}

@-webkit-keyframes spinner {
    0% {
        transform: rotate(-90deg);
        stroke-dashoffset: 132;
    }

    50% {
        transform: rotate(270deg);
        stroke-dashoffset: 28;
    }

    100% {
        transform: rotate(630deg);
        stroke-dashoffset: 132;
    }
}

@keyframes spinner {
    0% {
        transform: rotate(-90deg);
        stroke-dashoffset: 132;
    }

    50% {
        transform: rotate(270deg);
        stroke-dashoffset: 28;
    }

    100% {
        transform: rotate(630deg);
        stroke-dashoffset: 132;
    }
}

.attribute_value p,
.attribute_value a {
    color: var(--Primary1, #6F2C91);
    font-size: 16px;
    line-height: 32px;
}

.attribute_value p:hover {
    color: var(--2);
}

.posted_mobile {
    border-top: 1px solid #66686933;
    display: block;
}

.posted_mobile a {
    color: #2E2E2FCC;
}

.posted_mobile i {
    color: #2E2E2FCC;
}

.product__gallery__item {
    border-radius: 4px;
    border: 1px solid rgba(102, 104, 105, 0.17);
    background: #FFF;
    display: inline-flex;
    cursor: pointer;
}

.woocommerce-Tabs-panel {
    margin-bottom: 50px;
}

.woocommerce-Tabs-panel .title-site .title-heading {
    margin-bottom: 20px;
}

.product__gallery__item::before {
    content: '';
    background: rgba(111, 44, 145, 0.49);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 2px;
    opacity: 0;
    transition: 500ms;
}

.product__gallery__item:hover:before {
    opacity: 1;
}

.product__gallery__item:hover:after {
    opacity: 1;
}

.product__gallery__item::after {
    opacity: 0;
    content: "\e918";
    position: absolute;
    font-family: 'icomoon';
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
    left: 50%;
    TOP: 50%;
    transform: translate(-50%, -50%);
}

.wc-tabs-wrapper .title-heading {
    padding-right: 20px;
}

.wc-tabs-wrapper .title-icon {
    right: 0;
}

.related.products .warning__txt {
    text-align: center;
    font-size: 23px;
    position: relative;
    bottom: 70px;
    color: #ffff;
    z-index: 99;
}

.magnifier-thumb-wrapper {
    position: relative;
    display: block;
    top: 0;
    left: 0
}

.magnifier-lens {
    position: absolute;
    border: solid 1px #ccc;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow: hidden
}

.magnifier-loader {
    position: absolute;
    top: 0;
    left: 0;
    border: solid 1px #ccc;
    color: #fff;
    text-align: center;
    background: transparent;
    background: rgba(50, 50, 50, 0.5);
    z-index: 1000;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232, endColorstr=#7F323232)
}

.magnifier-loader-text {
    font: 13px Arial;
    margin-top: 10px
}

.magnifier-large {
    position: absolute;
    z-index: 100
}

.magnifier-preview {
    padding: 0;
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden
}

.magnifier-preview img {
    position: absolute;
    top: 0;
    left: 0
}

.opaque {
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50)
}

.hidden {
    display: none
}

form .quantity.hidden {
    display: none;
}

.zoomContainer {
    z-index: 99999;
    pointer-events: none;
}

.shop_attributes th.woocommerce-product-attributes-item__label {
    background: #34353699;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

table.shop_attributes tr {
    gap: 20px;
    display: grid;
    grid-template-columns: minmax(150px, auto) 1fr;
    grid-column-gap: 15px;
}

table.shop_attributes tbody {
    display: grid;
    grid-row-gap: 10px;
}

.shop_attributes td.woocommerce-product-attributes-item__value {
    background: #F1F1F2;
    border-radius: 8px;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 14px;
}

.shop_attributes td.woocommerce-product-attributes-item__value p,
.shop_attributes td.woocommerce-product-attributes-item__value a {
    font-size: 13px;
    line-height: 1.5;
}

.shop_attributes td.woocommerce-product-attributes-item__value p {
    color: #222;
}

.shop_attributes td.woocommerce-product-attributes-item__value a {
    border-bottom: 1px dotted var(--color1);
    color: var(--color1);
    font-weight: var(--fw-600);
}

.shop_attributes td.woocommerce-product-attributes-item__value a:hover {
    border-bottom: 1px dotted transparent;
    color: #222;
}

.summary .cart:not(.variations_form),
.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

@media screen and (max-width:1200px) {
    .tab-wrap li {
        flex: 0 0 21%;
    }
}

@media screen and (max-width: 576px) {
    .tabs.wc-tabs li {
        width: 100%;
    }
}

@media screen and (min-width: 576px) {
    .tabs.wc-tabs li a {
        font-size: 17px;
    }




}

@media screen and (max-width: 768px) {
    .tab-wrap {
        display: none;
    }

    .product-header-back::before {
        display: none;
    }

    .product-header-back::after {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    table.shop_attributes .attribute_group_row th {
        padding: 10px 15px;
    }

    .woocommerce-product-details__short-description {
        margin: 0 0 32px 0;
    }
}

@media screen and (max-width: 991px) {
    .flex-viewport {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .product-desc {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .product-wrap {
        flex-direction: column-reverse;
    }

    .posted_desk {
        display: none;
    }

    .single-share {
        width: 100%;
    }

    .product-breadcrumb #breadcrumbs {
        margin-bottom: 20px;
    }

    .single-title-mobile {
        text-align: center;
        margin-bottom: 30px;
        padding-left: 0;
    }

    .summary-desktop {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    table.shop_attributes .attribute_row table th {
        width: 180px;
        padding-right: 35px;
        color: var(--2, rgba(46, 46, 47, 0.80));
        font-size: 16px;
        line-height: 32px;
    }

    .product-meta-top:hover a {
        opacity: 1;
    }

    .product-meta-top a {
        opacity: 0;
    }
}

@media screen and (max-width: 468px) {
    #single-product-thumbnail {
        margin: 0 24px;
    }
}