/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*star resault left to right*/
.rmp-icon--half-highlight{
    background: linear-gradient(to right,#ff912c 50%,#ccc 50%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}

/*star rating center*/
.rmp-rating-widget.js-rmp-rating-widget p {
 text-align: center !important;
}

h1.entry-title {
    display: none;
}


/*old style*/

form#snapppay-checkout-form {
    display: flex !important;
    gap: 10px;
}

.entry-header.ast-blog-single-element.ast-blog-meta-container {
    display: none !important;
}

h1.product_title.entry-title {
    display: block !important;
}

.ast-post-format-.single-layout-1 h1 {
    display: block !important;
}

.pi-corw-container form h4 {
    text-align: right !important;
	margin-bottom: 10px;
}

button.mfp-close {
    left: 0 !important;
    right: unset !important;
}

nav.uael-nav-menu__layout-horizontal.uael-nav-menu__submenu-arrow.uael-dropdown.menu-is-active {
    width: 340px !important;
	right: 0;
}

[dir=rtl] .uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-next {
    left: 0 !important;
    right: auto;
}

[dir=rtl] .uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-prev {
    left: auto;
    right: 0 !important;
}

.ast-post-format-.ast-no-thumb.blog-layout-1.ast-article-inner {
    display: none !important;
}

.woolentor_product_tags_info {
    display: none !important;
}

.woolentor-variable-product-status .out-of-stock {
    display: none !important;
}

ul.products li.product.outofstock .price {
    display: none !important;
}

/*checkout page*/
/* p#billing_company_field, p#billing_country_field, .woocommerce-billing-fields p:last-child {
    display: none;
} */

#terms {
    accent-color: #C70100;
}

p#terms_description {
    font-family: 'Iran Yekan X', sans-serif;
}

.woocommerce-terms-and-conditions *{
    font-family: 'Iran Yekan X', sans-serif !important;
}

.woocommerce-terms-and-conditions h1 {
    font-size: 22px !important;
}

.woocommerce-terms-and-conditions h1 {
    font-size: 20px !important;
}

.woocommerce-terms-and-conditions p {
    font-size: 13px !important;
    text-align: justify;
}

#select2-billing_state-container {
    line-height: 31px !important;
}

.ast-container {
    display: flex !important;
    flex-direction: column;
}
/*old style - END*/

/*-product discount*/
.webmastersalam-product-discount {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    background-color: #D32F2F;
    padding: 2px 15px;
    border-radius: 16px;
}

/*button align items*/
.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

/* buttons icon style*/
.custom-btn svg{
    width: 16px;
}
.custom-btn:hover svg path{
    stroke: #fff !important;
    fill: transparent !important;
}

.article-loop-btn svg{
    width: 20px;
    height: 20px;
}

.article-loop-btn:hover svg path{
    fill: #000D33 !important;
}


/*text limit*/
.paragraph-limit * {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.title-limit *{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 60px;
}

.article-loop .title-limit *{
	  -webkit-line-clamp: 1;
	  min-height: unset;
}

/*product-price*/
.product-price .price {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.product-price del .woocommerce-Price-amount{
    color: #828282;
    font-weight: 300;
    font-size: 14px;
}

.product-price del{
    text-decoration-color: #828282 !important;
}

.product-price ins .woocommerce-Price-amount{
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.product-price ins{
     text-decoration: none;
}

/*cart-menu variations*/
.elementor-menu-cart__product dt {
    display: none !important;
}

.elementor-menu-cart__product .variation {
    display: flex;
    font-size: 12px;
}

/*side cart*/
.widget_shopping_cart_content div:nth-child(2) {
    margin-top: auto !important;
}

.swiper-wrapper {
    z-index: 0;
}

.side-cart-style .elementor-menu-cart__product.woocommerce-cart-form__cart-item.cart_item {
    padding: 15px 0 0 0;
}

.side-cart-style .elementor-menu-cart__product-name, .elementor-menu-cart__product-price{
        padding-inline-start: 5px !important;
}

.side-cart-style:hover path{
    stroke: #fff !important;
}

/*page numbers*/
.page-numbers {
    border-radius: 6px;
    background: #fff;
    padding: 7px 15px;
    cursor: pointer;
}

.page-numbers:hover, .page-numbers.current{
    background: #002CB0;
	color: #fff !important;
}

@media only screen and (max-width: 480px){
    .page-numbers{
        padding: 6px 12px;
        font-size: 13px;
    }
}

/*single-post-content style*/

.single-post-content p{
	text-align: justify;
}

.single-post-content h2{
	font-size: 22px;
	font-weight: 700;
}

.single-post-content h2 b{
	font-weight: 700;
}

.single-post-content h3{
	font-size: 20px;
	font-weight: 700;
}

@media (max-width: 480px) {	
	.single-post-content h2{
		font-size: 22px !important;
		line-height: 32px !important;
	}

	.single-post-content h3 {
		font-size: 20px !important;
		line-height: 32px !important;
	}
}


/*price*/
.price {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/*out of stock product*/
.outofstock .product-loop {
    opacity: 0.5;
    filter: grayscale(100%);
    position: relative;
}

.product.outofstock .loop-add-to-cart-btn a {
    pointer-events: none;
    opacity: 0.7;
}

.product.outofstock .loop-add-to-cart-btn .elementor-button-text {
    font-size: 0;
}

.product.outofstock .loop-add-to-cart-btn .elementor-button-text:after {
    content: "ناموجود";
    font-size: 14px;
    font-weight: 600;
    visibility: visible;
}

.outofstock .price {
    visibility: hidden;
}

.outofstock .webmastersalam-product-discount {
    display: none;
}


/*scroll-smooth*/
* {
  scroll-behavior: smooth !important;
}

html, body {
    overflow-x: hidden;
}

/*radio buttons*/
input[type=radio] {
    accent-color: red !important;
}

/*variations option*/
.variations .value {
    display: flex;
    align-items: center;
}

.variations tr{
    margin: 0 !important;
}

.value {
    display: flex !important;
    padding: 0;
}

.variations .label label {
    font-size: 13px;
    font-weight: 500 !important;
}

.warranty-buttons {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.warranty-option {
    margin: 0;
    cursor: pointer;
}

.warranty-option input[type="radio"] {
    display: none;
}

.warranty-option span {
    display: inline-block;
    padding: 10px 20px;
    background: #F3F3F3;
    color: #ababab;
    font-size: 12px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.warranty-option.selected span,
.warranty-option input[type="radio"]:checked + span {
    background: #F8E0E0;
    border-color: #F8E0E0;
    color: #D32F2F;
}

/*outline none*/
input {
	outline: none !important;
}

/*variations table gap*/
.variations tbody {
    display: flex;
    gap: 15px !important;
    flex-direction: column;
}

/*product attribiute*/
.webmastersalam-features-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    direction: rtl;
    flex-direction: column;
    width: 100%;
}

.woocommerce-product-attributes-item__value{
	padding-right: 20px;
}

#section-attribiutes, #section-comments, #section-content {
    scroll-margin-top: 130px;
}

.webmastersalam-card {
    width: 100%;
    background: #EFF7FF;
    border-radius: 12px;
    padding: 10px;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.webmastersalam-card-title {
    font-weight: 600;
    color: #2C2823;
    font-size: 13px;
}

.webmastersalam-card-value {
    font-weight: 400;
    color: #656565;
    font-size: 12px;
    line-height: 1.5;
}

.woocommerce table.shop_attributes th{
	width: 40% !important;
}

.woocommerce table.shop_attributes td{
	width: 60% !important;
}


/*comments*/
.woocommerce-verification-required {
    margin: 0 !important;
    font-size: 14px;
}

.woocommerce #reviews #comments h2 {
    clear: none;
    font-size: 18px;
}

/*star comments*/
.stars a:hover {
    color: #0047AB;
}

/*quantity*/
.sp-add-to-cart .quantity {
    position: relative;
    display: inline-block;
}
.sp-add-to-cart .quantity .input-text.qty {
    text-align: center;
    padding: 0 40px;
    -moz-appearance: textfield;
}
.sp-add-to-cart .quantity .input-text.qty::-webkit-outer-spin-button,
.sp-add-to-cart .quantity .input-text.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.sp-add-to-cart .quantity::before {
    content: '−';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 100%;
    border-right: 1px solid #DBDFE4;
    margin: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
    user-select: none;
    color: #DBDFE4;
}
.sp-add-to-cart .quantity::after {
    content: '+';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 100%;
    border-left: 1px solid #DBDFE4;
    margin: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
    user-select: none;
    color: #DBDFE4;
}
.sp-add-to-cart .quantity::before:hover,
.sp-add-to-cart .quantity::after:hover {
    background: #e0e0e0 !important;
    border-color: #999;
}
.sp-add-to-cart .quantity .input-text.qty {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0px;
    width: 80px;
    min-width: 80px;
}


/*out of stock btn*/
.stock.out-of-stock {
    font-size: 14px;
    border-radius: 8px 8px 8px 8px;
    padding: 10px 32px;
    color: #000 !important;
    background-color: #d5d5d5;
    transition: all 0.2s;
    margin: 0;
    text-align: center;
	display: none;
}

.sp-add-to-cart .single-product .quantity,
.sp-add-to-cart .single-product .qty,
.sp-add-to-cart .single-product .woocommerce-quantity {
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}


/*product attributes*/

.product-attributes tr {
    display: flex;
    justify-content: flex-start;
}

.product-attributes th,
.product-attributes td {
    border: none !important;
    background-color: transparent !important;
    font-style: normal !important;
    text-align: right;
    padding: 0 !important;
}

.product-attributes tbody {
	width: 100%
}

.product-attributes td {
    font-size: 14px;
}

.product-attributes th {
    width: 30% !important;
	font-size: 12px;
}

.product-attributes th {
    font-weight: 600 !important;
}

.product-attributes .shop_attributes {
    margin: 0 !important;
    border: none !important;
}

.product-attributes table.woocommerce-product-attributes.shop_attributes {
    display: flex;
}

.product-attributes th.woocommerce-product-attributes-item__label {
    display: flex;
    align-items: center;
}

.product-attributes a {
    color: #000;
}


/*product-content*/
.product-content h1{
    font-size: 26px;
}

.product-content h2{
    font-size: 24px;
}

.product-content h2{
    font-size: 22px;
}

/*cart page*/
.hs-cart-page *{
    font-family: "iran Yekan X", Sans-Serif;
}

.product-name {
    display: flex !important;
    flex-direction: column;
}

.product-name::before,  .product-name a{
	text-align: right;
}

/*cart page responsive*/
@media only screen and (max-width: 768px){
	.hs-cart-page .product-thumbnail{
		display: block !important;
		padding: 0 !important;
	}

	.hs-cart-page .product-thumbnail img{
		width: 80px !important;
		height: 80px !important;
	}
	.hs-cart-page .product-thumbnail:before{
		display: none !important;
	}
}

/*checkout page*/
.hs-checkout-page .product-name {
    max-width: 100% !important;
	padding-inline-end: 0 !important;
}

#tabdeliver {
    font-family: 'iran yekan x', sans-serif;
    margin-bottom: 20px;
}

.tabdeliverday span{
    padding: 10px !important;
}

div#tabdeliver hr {
    border-color: #ddd !important;
}

.tabdeliverday {
    border-top: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    background-color: #fafafa !important;
}

.tabcontentdel {
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
	padding: 15px !important;
}

#tabdeliver hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
	margin-right: 0 !important;
}

.tabdeliverday span.activedel {
    border-top: 3px solid #d32f2f !important;
}

.tabdeliverday {
border-radius: 8px 8px 0 0;
}

.payment_method_WC_ZPal p {
    margin-block-end: 0;
}

.payment_method_WC_ZPal img {
    width: 35px;
}

.payment_method_WC_Gateway_SnappPay img {
    width: 55px;
}

/*header*/
.account-page-icon .elementor-icon-wrapper{
    height: 20px;
}

.account-page-icon:hover path{
    fill: #fff !important;
}


/*my account style*/

.digikala-main-box * {
    font-family: 'iran yekan x', sans-serif;
}

.woocommerce-order-details h2 {
    font-size: 24px;
    margin: 20px 0 !important;
}

.webmastersalam-wishlist-page-wrapper h2 {
    margin: 0 0 20px 0 !important;
	font-size: 22px;
}

.my-account-style .woocommerce-account .woocommerce-MyAccount-navigation-link a:hover svg *,
.my-account-style .woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a svg * {
    stroke: #c9a645 !important;
}

.my-account-style .woocommerce-account .woocommerce-MyAccount-navigation-link a svg * {
    stroke: #3C3D45;
}

.wc-item-meta {
		padding: 0 !important;
	}

.my-account-style svg {
    width: 24px !important;
    height: 24px !important;
}

.my-account-style .woocommerce-MyAccount-content-wrapper {
    border-radius: 8px !important;
}

.my-account-style td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    color: #fff !important;
    font-weight: 500;
}

.my-account-style td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:hover {
    background-color: #1B75B4 !important;
    border-color: #1B75B4 !important;
    color: #fff !important;
    font-weight: 500;
}

.my-account-style .woocommerce-MyAccount-content a {
    color: #c9a645;
}

.my-account-style input {
    outline: none !important;
    border-radius: 8px !important;
}

.my-account-style .user-details p {
    direction: ltr;
}

.my-account-style .form-row {
    display: flex;
    align-items: center;
}

.my-account-style address {
    font-style: normal;
}

.my-account-style table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-radius: 8px;
}

.my-account-style tr, 
.my-account-style th, 
.my-account-style td {
    border-color: #E0E0E2 !important;
}

.my-account-style .woo-wallet-sidebar ul li.card {
    box-shadow: none;
    border-radius: 8px;
}

.my-account-style .woo-wallet-sidebar {
    background: #E8F3FB !important;
    border-radius: 8px;
}

.my-account-style .woo-wallet-sidebar ul li.card:hover,  
.my-account-style .woo-wallet-sidebar ul li.card:active {
    box-shadow: 0 0 10px 1px #eaeaea !important;
}

.my-account-style .woo-wallet-sidebar ul {
    padding: 0;
}

.my-account-style .woo-wallet-add-amount input,
.my-account-style .woo-wallet-content input, 
.my-account-style .woo-wallet-content textarea, 
.my-account-style input.select2-search__field {
    border-radius: 8px;
    border-color: #E0E0E2;
    outline: none;
}

.my-account-style .woo-wallet-content input:hover, 
.my-account-style .woo-wallet-content textarea:hover, 
.my-account-style .woo-wallet-content input:active, 
.my-account-style .woo-wallet-content textarea:active,
.my-account-style .woo-wallet-content input:focus, 
.my-account-style .woo-wallet-content textarea:focus {
    border-color: #248ED8;
}

.my-account-style .woo-wallet-add-amount {
    padding-top: 20px;
}

.my-account-style span.select2-dropdown.select2-dropdown--below {
    border: none;
    border-radius: 8px;
}

.my-account-style span.select2-dropdown.select2-dropdown--below * {
    font-family: "Iran Yekan X", Sans-serif;
}

.my-account-style .woo-wallet-field-container.form-row .button {
    background-color: #248ED8 !important;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 500;
}

.my-account-style .woo-wallet-field-container.form-row .button:hover {
    background-color: #1B75B4 !important;
}

.my-account-style .woo-add-to-wallet {
    background-color: #248ED8 !important;
    color: #fff;
    padding: 8px 30px;
    border-radius: 8px;
    font-weight: 500;
}

.my-account-style .woo-add-to-wallet:hover {
    background-color: #1B75B4 !important;
}

.my-account-style .dataTables_length label,
.my-account-style .dataTables_filter label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.my-account-style div#wc-wallet-transaction-details_wrapper {
    margin-top: 20px;
}

.my-account-style .woo-wallet-content hr {
    display: none;
}


.my-account-style .woocommerce-MyAccount-navigation-link a[href$="/my-account/my-wallet/"] span {
    padding-left: 35px;
}


.my-account-style .woocommerce-MyAccount-navigation-link a[href$="/my-account/payment-methods/"] span {
    padding-left: 35px;
}

.my-account-style .digcon {
    width: 100%;
}

/* فرم‌ها و تغییرات اکانت */
.my-account-style .woocommerce-FormRow.woocommerce-FormRow--wide.form-row.form-row-wide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.my-account-style form.woocommerce-EditAccountForm.edit-account {
    display: flex;
    flex-direction: column;
}

.my-account-style p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    order: 1 !important;
    width: 100%;
}

.my-account-style p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
    order: 2 !important;
    width: 100%;
}

.my-account-style p.woocommerce-FormRow.woocommerce-FormRow--wide.form-row.form-row-wide {
    order: 3;
}

.my-account-style p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    order: 4;
}

.my-account-style fieldset {
    order: 5;
}

.my-account-style .woocommerce-EditAccountForm p:has(button[name="save_account_details"]) {
    order: 7;
}

.my-account-style fieldset p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.my-account-style fieldset label {
    width: 45%;
}

.my-account-style .password-input {
    width: 50% !important;
}

/* .my-account-style button.woocommerce-Button.button {
    border-radius: 8px !important;
    background-color: #248ED8 !important;
    color: #fff !important;
}
 */
/* .my-account-style button.woocommerce-Button.button:hover {
    background-color: #1B75B4 !important;
} */

.my-account-style label {
    width: 100%;
}

.my-account-style select,
.my-account-style textarea {
    border-radius: 8px !important;
    border-color: #E0E0E2 !important;
}

/* .my-account-style a.woocommerce-button.button {
    background-color: #0047AB !important;
    border-color: #0047AB !important;
    border-radius: 4px !important;
}

.my-account-style a.woocommerce-button.button.pay {
    color: #fff !important;
}

.my-account-style a.woocommerce-button.button.cancel {
    color: #0047AB !important;
    background-color: transparent !important;
    font-weight: 500;
} */

.my-account-style td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
     display: flex;
     gap: 10px;
}

#account_display_name_description {
    display: none;
}

.my-account-style * {
	font-family: 'iran yekan x',sans-serif;
}

.my-account-style .woocommerce-button.button.view_msg {
    margin: 0 !important;
}

.my-account-style #zarinpal img {
    display: none;
}

@media only screen and (max-width: 768px) {
    .my-account-style td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a{
        margin: 0 5px;
    }
}

@media only screen and (max-width: 480px) {
    .my-account-style fieldset label {
        width: 100%;
    }
        
    .my-account-style .password-input {
        width: 100% !important;
    }
    
    .my-account-style fieldset p {
        flex-direction: column;
    }
    
    .my-account-style td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
        width: 130px;
        margin: 5px 0 !important;
        text-align: center;
    }
}

/* ============================================================================
   WEBMASTERSALAM WISHLIST STYLES
   ============================================================================ */
/* ============================================================================
   webmastersalam WISHLIST SYSTEM - Styles
   ============================================================================ */

/* دکمه قلب */
.webmastersalam-wishlist-btn {
    cursor: pointer;
    border-radius: 50%;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease;
    border: none;
}

.webmastersalam-wishlist-btn svg {
    width: 20px;
}

.webmastersalam-wishlist-btn.webmastersalam-disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

/* صفحه لیست علاقه‌مندی‌ها */
.webmastersalam-wishlist-page-wrapper h2 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
}

.webmastersalam-wishlist-products {
    width: 100%;
}

.webmastersalam-wishlist-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
	
	
    margin-top: 20px;
}

@media (max-width: 480px) {	
	.webmastersalam-wishlist-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}


.webmastersalam-wishlist-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    transition: all 0.3s ease;
}


.webmastersalam-wishlist-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}

.webmastersalam-wishlist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webmastersalam-wishlist-details h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 500;
}

.webmastersalam-wishlist-details h4 a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
	line-height: 22px;
}

.webmastersalam-wishlist-details h4 a:hover {
    color: #0047ab;
}

.webmastersalam-wishlist-price {
    margin-bottom: 15px;
    font-weight: 600;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.webmastersalam-wishlist-price ins {
    font-weight: 700;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.webmastersalam-wishlist-remove-btn {
    width: 100%;
    padding: 10px;
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.webmastersalam-wishlist-remove-btn:hover {
    background: #c82333;
}

.webmastersalam-wishlist-remove-btn.webmastersalam-disabled {
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}

/* لیست خالی */
.webmastersalam-empty-wishlist {
    text-align: center;
    padding: 60px 20px;
}

.webmastersalam-empty-wishlist svg {
    margin: 0 auto 20px;
    display: block;
}

.webmastersalam-empty-wishlist p {
    color: #999;
    font-size: 16px;
    margin: 0;
}

/*woocommerce notice*/
.woocommerce-error:before{
	margin-right: 0 !important;
}

/*single product variations*/
.variations .value select {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    font-size: 14px;
	margin: 0 !important;
	outline: none !important;
}

.variations tr td {
    width: 80%;
}
.variations tr th {
    width: 20%;
}

.variations .label {
    text-align: right;
}

.woocommerce-variation-availability p {
    font-size: 13px !important;
}

/*notify me*/
.notify-me-container {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: unset !important;
    transition: all var(--transition-duration) ease;
}

.notify-me-product-notice {
    display: none !important;
}

.notify-me-trigger {
    margin: 10px 0 0 0 !important;
    padding: 8px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

.notify-me-trigger:hover {
    transform: translateY(0) !important;
}

.notify-me-icon, .notify-me-submit-icon {
    height: 24px;
}

.notify-submit {
    padding: 10px !important;
}

.notify-me-modal-close {
    padding: 0 !important;
    background: transparent !important;
}

.notify-me-modal-close svg{
	stroke: #000;
}

/*menu category*/
.menu-category a{
    color: #000;
}

.menu-category a:hover{
    color: #d32f2f;
}

.menu-category li{
    list-style: none;
    font-size: 14px;
	font-weight: 500;
}

.menu-category ul{
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/*product discount style*/
@media (max-width: 480px) {	
	.product-loop .price,
    .product-loop .price .amount,
    .product-loop .price ins,
    .product-loop .price ins .amount {
        font-size: 16px !important;
		font-weight: 700 !important;
		text-decoration: none !important;
    }

    .product-loop .price del,
    .product-loop .price del .amount {
        font-size: 12px !important;
    }
}


@media (max-width: 480px) {	
	.woocommerce-orders-table__cell-order-actions {
		display: flex !important;
		flex-direction: column;
		flex-wrap: wrap;
	}
	
	.woocommerce-orders-table__cell-order-actions:before{
		text-align: right;
	}
	
	.woocommerce-orders-table__cell-order-actions a {
    	width: 100% !important;
	}
	
	.custom-btn-wrapper .elementor-divider-separator {
		display: none;
	}
		.custom-btn a{
		padding: 10px;
		font-size: 12px !important;
	}
}

/*custom-title*/
.custom-title{
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
}

.custom-subtitle{
    color: #567B9F;
    font-size: 15px;
    font-weight: 400;
}

/*elementor prev and next carousel*/
.elementor-swiper-button-prev:hover rect, .elementor-swiper-button-next:hover rect{
    fill: #000D33 !important;
	fill-opacity: 1;
}
/* ========================================
   Product Hover Image - CSS for style.css
   ======================================== */
.prd-feature-img {
    position: relative;
    overflow: hidden;
}
.prd-feature-img a {
    display: block;
    position: relative;
}
.prd-feature-img img {
    width: 100%;
    display: block;
    transition: opacity 0.5s ease-in-out;
}
.prd-feature-img .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
    z-index: 2;
}

/* فقط اگر تصویر دوم وجود داشته باشه */
.prd-feature-img.has-second-image:hover .hover-img {
    opacity: 1;
}
.prd-feature-img.has-second-image:hover img:not(.hover-img) {
    opacity: 0;
}

/* ========================================
   Back to Top Button - CSS for style.css
   ======================================== */

/* دکمه Back to Top */
.back-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 35px;
    height: 35px;
    background: transparent;
    border: 1.5px solid #000D33;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0px);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 13, 51, 0.2);
}

/* SVG رنگ */
.back-to-top svg {
    width: 20px;
    height: 12px;
}

.back-to-top svg path {
    fill: #000D33;
    transition: fill 0.3s ease;
}

/* وقتی به فوتر رسید - تغییر استایل */
.back-to-top.in-footer {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* موبایل */
@media (max-width: 768px) {
    .back-to-top {
        bottom: 20px;
        left: 20px;
        width: 45px;
        height: 45px;
    }
	
	.back-to-top {
    	background: #000D33;
    	border-color: #000D33;
	}
    
    .back-to-top svg {
        width: 20px;
        height: 10px;
		stroke: #fff;
    }
	
	.back-to-top.in-footer svg{
		stroke: #000D33;
	}
}

/*arrow of tabledelivery*/
div#tabdeliver .tabdeliverday .novin-right, div#tabdeliver .tabdeliverday .novin-left {
    display: none !important;
}

.woocommerce-Price-currencySymbol {
    padding-right: 2px;
}

/* ====================================
   Product Badges Styles - style.css
   ==================================== */

.product-badges-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.badge-new {
    display: inline-block;
    background: #4CAF50;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .product-badges-wrapper {
        gap: 5px;
    }
    
    .badge-new {
        font-size: 11px;
        padding: 4px 10px;
    }
}