@-webkit-keyframes rot {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rot {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*--------------------------------------------------------------
# Force LTR Direction
--------------------------------------------------------------*/

body {
  direction: ltr;
  unicode-bidi: embed;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, .navigation-main > li[class*="fa-"],
.mm-listview > li[class*="fa-"],
.widget_nav_menu li[class*="fa-"],
button, input, optgroup, select, textarea {
    font-family: "Cairo", sans-serif;
}
.woocommerce-thankyou-order-details li strong,
.wc-bacs-bank-details li strong,
.woocommerce-EditAccountForm legend {
  font-family: "Cairo", sans-serif;
}

.entry-product-description {
  line-height: 30px;
  font-size: 15px;
}

.navigation-main a {
    font-size: 15px;
    font-weight: bold;
}

.wc-tabs li,
.section-title,
.item-title {
  font-weight: bold;
}
.widget-title {
  font-size: 16px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.entry-summary .product_title {
    font-size: 32px;
    line-height: unset;
}

/*--------------------------------------------------------------
# WooCommerce Specific
--------------------------------------------------------------*/

.woocommerce-Reviews .comment-text p {
    line-height: 22px;
    font-size: 14px;
    color: #000;
}

.shipped_via {
  display: none;
}

.woocommerce-order {
  color: #1c1b1b;
}

.woocommerce-table__product-name {
  width: 70%;
}

#order_review .shop_table tfoot td, #order_review .shop_table tfoot th, .order_details tfoot td, .order_details tfoot th {
    padding: 10px !important;
    border: 1px solid #DDDDDD;
}
.order_details tfoot th,
.order_details tfoot td {
  border: none;
  border-bottom: 1px solid #DDDDDD;
}

.ltr #codplugin_woo_single_form input {
  direction: ltr;
}

