/**
Theme Name: Tijarah Child
Author: ThemeBing
Author URI: http://themeforest.net/user/themebing
Description: A custom WordPress website which is designed and developed to sell digital items online.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tijarah
Template: tijarah
*/

/* Customization CSS Styles */

.breadcrumbs ul li:before {
    top : 2px;
  }
  .quantity .qty {
    margin-bottom: 45px;
  }
  .comment-reply-title{
    line-height: 32px;
  }
  .single-product .woocommerce-tabs ul.tabs li{
    border-right : none;
  }
  .widget-woocommerce .widget-product-details .widget-price p{
      line-height: 35px;
      font-size : 32px;
  }
  .footer-logo {
    display: block;
    margin: 0 auto 0;
  }
  .breadcrumbs li a:hover {
    color: #eee;
  }

.tj-client-reviews {
    width: 100%;
    padding: 90px 0;
}
.tj-heading-style {
    width: 590px;
    margin: 0 auto 70px;
    text-align: center;
}
.tj-heading-style h3 {
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.review-item {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}
.review-item:before {
    content: '\f10e';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    background-color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #333;
}
.review-item .review-info {
    width: 100%;
    background: linear-gradient(to right, #35AA2A, #ff4b2b);
    padding: 35px 35px;
}
.review-quote p {
    color: #fff;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 20px 20px;
}
.review-quote p:before {
    content: '"';
    margin-right: 3px;
}
.review-quote p:after {
    content: '"';
    margin-left: 3px;
}
.client-name {
  color: #fff;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-align: center;
}
.review-reason {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 20px;
}

.client-rating {
    text-align: center;
    display: block;
    font-size: 8px;
    margin-top: 5px;
    color: #ffc600;
}

.tj-client-reviews .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    padding: 0;
    background: linear-gradient(to right, #35AA2A, #ff4b2b);
}

.client-reviews-slider .owl-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f104";
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.client-reviews-slider .owl-next:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.support-file {
  margin-top: 20px;
}
input[type="url"]{
	width: 100%;
}
#tab-description p a.tj-btn {
  background: linear-gradient(to right, #35AA2A, #FF4B2B);
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border-radius: 20px;
}
#tab-description p a.tj-btn .tj-btn:hover{
	color:#fff;
}
#tab-description p a {
  color: #35AA2A;
}
.download-item-image img {
  width: 100%;
  height: auto;
}
.product-sidebar-stats li:first-child,
.widget-product-details table tr:nth-child(2){
  display: none;
}
/* Responsive CSS */
@media( max-width: 767px ){
	.tj-heading-style{
		width: auto;
	}
	.review-item .review-info{
		padding : 35px 15px;	
	}
}
