/*
Theme Name: Tijarah Child
Template: tijarah
*/

@import url("../tijarah/style.css");

/* thumbs buttons remove */
.download-item-overlay ul li:first-child {
  display: none !important;
}

/* footer flex */
.custom-html-widget {
  display: flex;
}

@media (max-width: 768px) {
  .custom-html-widget {
    flex-wrap: wrap;
  }
}

.footer-widgets {
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
  }
}

/* breadcumbs */
.breadcrumb-banner {
  padding: 20px !important;
}

/* view cadt button */
.button.wc-forward {
  display: inline-block;
    padding: 15px 40px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
background: -webkit-linear-gradient(to right, #0004FF, #120749);
    background: linear-gradient(to right, #0004FF, #120749);
}

@media (max-width: 991px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.section-padding {
  padding: 60px 0 !important;
}

#block-4 {
  min-width: 200px;
}

/* product cart */
.elementor-shortcode .product .download-item {
    padding: 10px;
    margin: 10px;
    max-width: 100%;
    box-shadow: none;
    border: 1px solid #eee;
}

.elementor-shortcode .download-item-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.elementor-shortcode .download-item-content h5 {
    font-size: 16px;
    margin: 10px 0 5px;
    line-height: 1.3;
}
.elementor-shortcode .download-item-content p {
    font-size: 14px;
    margin-bottom: 6px;
}

.elementor-shortcode .price {
    font-size: 15px;
}

.elementor-shortcode .woocommerce .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.elementor-shortcode .product {
    width: 22%;
    min-width: 220px;
}

.mini-cart .widget_shopping_cart {
  left: auto !important;
}

@media (max-width: 519px) {
  .elementor-shortcode .woocommerce .row {
    flex-direction: column;
    gap: 16px;
  }

  .elementor-shortcode .product {
    width: 100% !important;
  }

  .entry-content {
    padding: 0 !important;
  }
  .entry-content h2 {
    margin: 0 !important;
  }
 

}
