/*
Theme Name: Wolmart Child
Theme URI: https://wolmart.org/
Author: D-THEMES
Author URI: https://wolmart.org/about-me/
Description: Wolmart Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: wolmart
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
/* Container */
.wc-cf7-no-price-form {
    margin-top: 30px;
    padding: 30px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Title */
.wc-cf7-no-price-form h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
}

/* Inputs */
.wc-cf7-no-price-form input[type="text"],
.wc-cf7-no-price-form input[type="email"],
.wc-cf7-no-price-form input[type="tel"] {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

/* Focus effect */
.wc-cf7-no-price-form input:focus {
    border-color: #111;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
    outline: none;
}

/* Submit Button */
.wc-cf7-no-price-form input[type="submit"] {
    background: #111;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover Button */
.wc-cf7-no-price-form input[type="submit"]:hover {
    background: #000;
    transform: translateY(-1px);
}
.wpcf7.js  .wpcf7-form .product .wpcf7-form-control {
    height: 46px;
    font-size: inherit;
  
    border-radius: 7px;
    border: 1px solid #dcc1a3;
}
.wpcf7.js .product button.wpcf7-form-control.wpcf7-submit {
    background-color: #273650;
    color: #fff;
      width: 100%;
      cursor: pointer;
}
/* Mobile responsive */
@media (max-width: 768px) {
    .wc-cf7-no-price-form {
        padding: 20px;
    }
}


    .rtl .main-content-wrap > #global-sidebar {
        right: 0;
        left:auto !important;
        top: 0;
        bottom: 0;
    }
   .rtl .page-wrapper {
        margin-right: 31.5rem;
        margin-left: 0 !important;
    }
.rtl .main-content-wrap > #global-sidebar {
    position: absolute;
    margin-right: -31.4rem;
    margin-left: -31.4rem !important;
    padding: 0 2.3rem;
    background: #fff;
    box-shadow: 5px 0 20px 0 rgba(0, 0, 0, 0.1);
}
   .rtl .custom-header-bottom.fixed {
        margin-right: 31.5rem;
         margin-left: 0 !important;
    }
    .rtl .custom-icon-boxes .elementor-icon-box-wrapper{
        display: flex;
    flex-direction: row !important;
    text-align: start;
        
    }
    .rtl .banner .banner-content {
    right: 6%;
    top: 50%;
    padding: 4px 0px 0px 0px;
    left: auto;
}
.rtl #new_letter_banner .banner .banner-content {
    right: 25%;
    top: 50%;
    padding: 4px 0px 0px 0px;
    left: auto;
}
    .rtl #center_baner .banner .banner-content {
    right: 50%;
    left:auto !important;
    top: 50%;
    max-width: 100%;
    width: 100%;
    margin: -2px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
}
.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6,
.rtl p,
.rtl a,
.rtl span,
.rtl li,
.rtl input,
.rtl textarea,
.rtl select,
.rtl option,
.rtl button {
  font-family: 'Cairo', sans-serif;
}
.product-category .woocommerce-loop-category__title{
    font-size: 12px !important;
}
@media(max-width:787px){
     .rtl .page-wrapper {
        margin-right: 0;
        margin-left: 0 !important;
    }
    .rtl #new_letter_banner .banner .banner-content{
            right: 50%;
    top: 50%;
    padding: 4px 0px 0px 0px;
    left: auto;
    }
    .rtl .wpcf7-form span .wpcf7-form-control{
        text-align: right !important;
    }
    .rtl #sale_banner .banner-content.t-none{
        direction: ltr;
        right: 0;
    }
    .rtl #sale_banner h3.banner-item{
        text-align: right;
    }
    .rtl #sale_banner a.banner-item{
        text-align: right;
        float: right;
    margin: 0 30px 30px 0px;
    }
}