/*
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, #5639E5, #9927E5);
    background: linear-gradient(to right, #5639E5, #9927E5);
}

@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;
}