/*
Theme Name:   Parsavesta Chid
Theme URI:    https://parsavesta.com
Description:  Parsavesta Chid Theme
Author:       KESHAVARZDEHGHAN
Author URI:   http://parsavesta.com
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  parsavesta
*/

/**/


.dropdown-content {
    background: white;
    padding: 15px;
    position: absolute;
    z-index: 99;
    width: 250px;
    display: grid;
    row-gap: 0;
    font-family: "IRANSansX";
    border: 1px solid #80808017;
    height: 0;
    display: none;
    animation: all 3s linear;
    overflow: hidden;
}

.dropdown-content a:hover {
    background-color: #003566;
    color: #ffffff !important;
}

.dropdown-content a {
    padding: 9px;
}

.dropdown {}

.dropdown:hover .dropdown-content {
    height: auto;
    display: grid;
    animation: all 3s linear;
}

.woocommerce div.product form.cart table td {
    padding: 0;
    margin-top: 9px;
}

.woocommerce div.product span.price del span.woocommerce-Price-currencySymbol {
    display: none;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    text-decoration: none;
    font-size: 16px;
    color: #333;
    position: relative;
}

.woocommerce div.product p.price del:after, .woocommerce div.product span.price del:after {
    content: "";
    height: 1px;
    background: red;
    position: absolute;
    left: 0;
    right: 0;
    transform: rotate(-7deg);
    top: 9px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
    color: #0d3b66;
}
.woo-variation-swatches.wvs-show-label .variations th, a.reset_variations.thwvs-variation-link {
    display: none !important;
}

.archive .woocommerce-variation-price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.woocommerce div.product form.cart .variations select {
    margin: 0;
}