/*
Theme Name: Jibhali
Template: hello-elementor
Version: 1.0.0
*/

html[lang="ar"] body,
html:lang(ar) body {
  direction: rtl !important;
  text-align: right;
}
a {
    background-color: transparent;
    color: #F67702;
    text-decoration: none;
}
.gt_white_content {
  border-radius: 9px !important;
  border: 5px solid #f67702 !important;
  overflow:hidden !important;
}
.glink.nturl.notranslate span:first-of-type {
  display: none !important;
}

.jibhali-modal-content {
  font-family: 'Cairo';
}
/*fix the problem with wide descriptions*/
.woocommerce div.product .wpr-product-tabs .woocommerce-tabs .panel {
  overflow: hidden !important;
}
/* Make images inside WooCommerce product tabs responsive */
.single-product .woocommerce-tabs .panel img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}
/*coupon wide in checkout*/
label.screen-reader-text {
  width: 100% !important;
}