body {
    /* background: linear-gradient(black,white,black); */
    /* direction: ltr; */
}

.product_shadow {
    position: relative;
    border-radius: 22px;
    /* نور دور */
    box-shadow:
        0 0 10px rgba(0, 217, 255, .25),
        0 0 25px rgba(138, 46, 255, .35),
        0 0 45px rgba(138, 46, 255, .15);
}

.single_product_main {
    margin: 100px 0px 40px 0px;
}

.page-wrapper {
    margin: 40px 0px 50px 0px;
}

/* no drags on images */
img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}


.woocommerce-variation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* mahannn */

.woocommerce-breadcrumb {
    display: none;
}

#sidebar {
    display: none;
}

.product_title_h1 {
    text-align: center;
}

.product-short-description ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}



/* === FORCE SHOW VARIATION SWATCHES === */
.variable-items-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
}

.variable-item {
    display: inline-flex !important;
    width: 32px;
    height: 32px;
    /* border-radius: 100% !important; */
    cursor: pointer;
    border: 2px solid #ccc !important;
}

/* 
variable-item color-variable-item color-variable-item-سفید-با-فریم-بژ selected
*/
.variable-item.selected,
.variable-item[aria-checked="true"] {
    border-color: #000;
}

.variable-item-contents,
.variable-item-span {
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
}

.variable-item span {
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    display: block !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.label label {
    color: white;
}

/* ===== Reset Variations Animation ===== */


.stock.in-stock {
    display: none;
}


.griffin-variation-cart {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-direction: column;
    margin-top: 16px;
}

.griffin-qty {
    display: flex;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    display: none;
}

.input-text {
    height: 100%;
}

.griffin-qty input.qty {
    width: 52px;
    text-align: center;
    border: none;
    font-size: 16px;
    outline: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.variable-item {
    padding: 10px;
    border-radius: 999px;
}

.variable-item-span {
    color: black;
}

.quantity {
    background-color: white;
}

.single-product-variable-items {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.woocommerce-variation-price .price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.woocommerce-variation-price .price del {
    color: red;
}

.woocommerce-variation-price .price ins {
    color: #00000000;
}

.griffin-qty button {
    width: 42px;
    width: 42px;
    color: black;
    border: none;
    font-size: 20px;
    cursor: pointer;
    box-shadow: none;
}

.qty-plus,
.qty-minus {
    width: 42px;
    height: 31px;
    border-radius: 0px;
}

.qty-minus {
    background: linear-gradient(90deg, var(--gradient1), var(--gradient2));
}

.qty-plus {
    background: linear-gradient(90deg, var(--gradient2), var(--gradient1));

}


tr .label {
    margin: 0px auto;
}

.reset_variations {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 10px auto;
}

.griffin-add-to-cart {
    background: var(--hover-gradient) !important;
    color: #fff;
    /* padding: 14px 28px; */
    border-radius: 16px;
    border: none;
    font-size: 15px !important;
    cursor: pointer;
    border-radius: 40px !important;
    width: 170px;
    height: 30px;
}

.button-variable-item {
    box-shadow: 10px 10px 1px #9c33ff;
}

/* my stylessssssssssssss */

/* mahannn */
.product-add-to-cart {
    width: 25%;
    padding: 25px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.woo-variation-items-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.variable-item {
    background-color: white !important;
}

.variable-item.selected {
    background-color: var(--hover-color) !important;
    border: none;
}

.variable-item.selected span {
    color: white;
}

.product_page_step1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    direction: ltr;
}

.product_intro_short_description {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
}

.product_intro_image {
    width: 30%;
    overflow: hidden;
}

.variations {
    /* margin: 10px 0px 10px 100px; */
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.variations tbody tr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}


.demo_box button {
    width: 170px;
    height: 30px;
}

.product_page_step2 {
    width: 80%;
    margin: 60px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.product_page_step2_description p {
    text-align: center;
}

.product_page_step2_description h3 {
    position: relative;
    margin: 35px auto;
}

.product_page_step2_description h3::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background: var(--gradient1);
}

.product_page_step2_description h4 {
    position: relative;
    margin: 35px auto;
}

.product_page_step2_description h4::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    height: 2px;
    background: var(--gradient2);
}

.product_page_step2_description_title {
    width: 80%;
    position: relative;
}

.product_page_step2_description_title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: 2px;
    background: var(--gradient1);
}

h5,
p {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-word;
}

.product_price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.product_price del {
    color: var(--gradient2);
}


/* product_boxxxxx */


button a {
    font-size: 18px;
}


/* no radious footer */
.footer {
    border-radius: 0px;
}



/*  */
.after_sale_services {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 50px auto;
    padding: 20px 10px;
    gap: 15px;
}

.service_option_box {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.service_icon {
    width: 50px;
    height: 50px;
}

.service_title {
    width: 100%;
    word-wrap: anywhere;
}

/*            */


.iframe_section {
    width: 90%;
    margin: 50px auto 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
}

.Consultation_section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin: 60px auto;
    gap: 20px;
}

.Consultation_content_box {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.Consultation_image_box {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact_us_link {
    width: 100%;
}

/* mediassssssssssssss */

@media (min-width:1000px) {
    .after_sale_services {
        justify-content: space-evenly;
    }
}

@media (max-width:722px) {

    /* .product_page_step1 {
        flex-direction: column;
    } */
    .product_intro_image {
        width: 40%;
    }

    .product_intro_short_description {
        width: 45%;
    }

    .variations {
        margin: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* .griffin-variation-cart {
        flex-direction: column;
    } */
    .product-add-to-cart {
        width: 80%;
    }

}

@media(max-width:550px) {
    .Consultation_section {
        width: 85%;
    }
}

@media (max-width:422px) {

    .gallery-slider,
    .gallery-main {
        width: 300px;
        height: 300px;
    }

    .product_intro_image {
        width: 42%;
    }
}