/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.icon-shopping-cart:before , .nav>li>a>i.icon-menu {
    content: "";
    color: #1f2743;
}
.box-image , img.wp-post-image.ux-skip-lazy , .button.alt, .button.checkout, .checkout-button, .secondary {
    border-radius: 6px;
}
img.attachment-large.size-large {
    border-radius: 12px;
}
.absolute-footer {
    background-color: #1e1e1e;
}
@font-face {
  font-family: 'IranSansXV';
  src: url('https://lumixar.shop/wp-content/fonts/iransans/IRANSansXV.woff2') format('woff2'),
       url('https://lumixar.shop/wp-content/fonts/iransans/IRANSansXV.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'IranSansXV', sans-serif !important;
}


img.attachment-original.size-original {
    border-radius: 12px;
}

.header {
    box-shadow: 0 10px 20px rgb(5 62 255 / 9%) !important;
}
.star-rating span:before {
    color: #ffcd31!important;
}

a.primary.is-small.mb-0.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.is-flat{
    border-radius: 6px !important;
    background-color: #4ecd9f;
}
.product-small.box {
    box-shadow: rgb(52 152 96 / 20%) 0px 0px 25px 0px;
	border-radius:6px;
}

.accordion-title {
    border: none!important;
   box-shadow: 0 0px 14px 0 rgb(5 62 255 / 9%);
    margin-top: 10px;
    padding: 17px;
	border-radius:6px;
}
.accordion .toggle {
    height: 3.5em;
    left: 0px!important;
	    right: unset!important;
	    font-size: 0.9em!important;

}
input[type=submit]{
    border-radius: 23px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #216ef2!important;
 
}
.has-border {
    border: 1px solid var(--fs-color-primary);
  
    border-radius: 8px;
    border-color: #216ef2;
}
input#author {
    border-radius: 6px;
}

input#email {
    border-radius: 6px;
}

textarea#comment {
    border-radius: 6px;
}
.quantity .minus, .quantity .plus
ویژگی: (0,2,0)
 {
    border-radius: 6px!important;
}
.nav-sidebar.nav-vertical>li+li {
    border-top: unset!important;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    padding-right: 20px;
    color: black;
}
.related.related-products-wrapper.product-section {
    border: none!important;
}
.star-rating:before, .woocommerce-page .star-rating:before {
    color: #ffb931!important;
}


/* فیلدهای فرم پرداخت */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fdfdfd;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

/* فیلد در حالت فوکوس */
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border-color: #4c8bf5;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(76, 139, 245, 0.2);
}

/* ارتفاع بهتر برای textarea */
.woocommerce form .form-row textarea {
    min-height: 90px;
    resize: vertical;
}

/* برچسب‌ها (labels) */
.woocommerce form .form-row label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #333;
    font-size: 14px;
}

/* فیلدها در موبایل */
@media screen and (max-width: 600px) {
    .woocommerce form .form-row {
        width: 100% !important;
        float: none;
    }

    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea {
        font-size: 16px;
        padding: 14px;
    }
}
.woocommerce-billing-fields {
    border: none!important;
}

.woocommerce-privacy-policy-text {
    display: none;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    border-radius: 6px !important;
    background-color: #4ecd9f;
    color: white;
}