/* تنسيقات اضافة التبرع الإلكتروني */
a {
    /*color: #ffffff;*/
    text-decoration: underline;
}

a:focus, a:hover {
    outline: 0 !important;
    color: #0ab5ab;
}

.color_shop {
	background: #0ab5ab;
	color: #fff;
	width: auto;
	padding: 15px;
	display: block;
	text-decoration: none;
}
.color_shop_price {
	float: right;
	margin-left: 15px;
	color: #687074;
}
.color_shop_price2 {
	float: right;
	margin-left: 15px;
	color: #d01b22;
}

.color_shop_steps {
	background: #117972;
	color: #fff;
	width: auto;
	padding: 15px;
	display: block;
	text-decoration: none;
}

.color_shop_steps_2 {
	background: #fff;
	border: 1px solid #eee;
	color: #117972;
	width: auto;
	padding: 15px;
	display: block;
	text-decoration: none;
}
.color_shop_show_cart {
	color: #117972;
	font-size: 12px;
}

/* -- ¦¦¦product¦¦¦ --*/

.Product {
    margin: 20px 0;
    padding: 30px 0 50px 0;
}

.Product .product-grid {
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 10px 0 30px 0;
}

.Product .product-grid:hover {
    box-shadow: none;
    background: linear-gradient(to top, rgb(53, 155, 94) 0%, rgb(70, 50, 147) 100%);
}

.Product .product-grid .product-image {
    position: relative;
}

.Product .product-grid .product-image a {
    display: block;
}

.Product .product-grid .product-image img {
    width: 100%;
    height: 250px;
}

.Product .product-grid .pic-1 {
    opacity: 1;
    transition: all 0.5s ease-out 0s;
}

.Product .product-grid:hover .pic-1 {
    opacity: 0;
}

.Product .product-grid .pic-2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
}

.Product .product-grid:hover .pic-2 {
    opacity: 1;
}

.Product .product-grid .social {
    width: 180px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}

.Product .product-grid .social li {
    display: inline-block;
    opacity: 0;
    transition: all 0.7s;
}

.Product .product-grid .social li:nth-child(1) {
    transition-delay: 0.15s;
}

.Product .product-grid .social li:nth-child(2) {
    transition-delay: 0.30s;
}

.Product .product-grid .social li:nth-child(3) {
    transition-delay: 0.45s;
}

.Product .product-grid:hover .social li {
    opacity: 1;
}

.Product .product-grid .social li a {
    color: #fff;
    background: #579332;
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    display: block;
    transition: all 0.3s ease 0s;
}

.Product .product-grid .social li a:hover {
    color: #fff;
    background: rgb(17, 121, 114);
}

.Product .product-grid .social li a:before,
.Product .product-grid .social li a:after {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}

.Product .product-grid .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1;
}

.Product .product-grid .social li a:hover:before,
.Product .product-grid .social li a:hover:after {
    opacity: 1;
}

.Product .product-grid .product-new-label,
.Product .product-grid .product-discount-label {
    color: #fff;
    background-color: rgb(17, 121, 114);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 45px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 15px;
    transition: all 0.3s;
}

.Product .product-grid .product-content {
    padding: 25px;
}

.Product .product-grid .title {
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 7px;
    transition: all 0.3s ease 0s;
}

.Product .product-grid .title a {
    color: rgb(19, 120, 114);
    text-decoration: none;
}

.Product .product-grid .title a:hover {
    color: rgb(17, 121, 114);
    text-decoration: none;
}

.Product .product-grid:hover .title a,
.Product .product-grid:hover .price {
    color: #fff;
}

.Product .product-grid .price {
    color: #9d7933;;
    font-size: 25px;
    font-weight: bold;
    margin: 0 2px 15px 0;
    display: block;
}

.Product .product-grid .add-to-cart {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #d0a553;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
}

.Product .product-grid .add-to-cart:hover {
    color: #d0a553;
    background: #fff;
    text-decoration: none;

}

@media only screen and (max-width:990px) {
    .Product .product-grid {
        margin-bottom: 30px;
    }
}
.title-section.color-1 {
    color: rgb(19, 120, 114);
}
.title-section {
    margin: 40px 0;
    padding-bottom: 10px;
    font-size: 30px;
    position: relative;
    text-align: center;
    font-weight: 600;
}
.title-section span::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%);
    width: 70%;
    height: 2px;
    background: #e1e1e1;
}
.title-section span::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(17, 154, 147);
    border: 3px solid #fff;
}
/* -- ¦¦¦product¦¦¦ --*/

.tab-v5 .nav-tabs > li.active > a, 
.tab-v5 .nav-tabs > li.active > a:hover, 
.tab-v5 .nav-tabs > li.active > a:focus {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #13784f;
}

.tab-v5 .nav-tabs > li > a:hover {
  border-bottom: 1px solid #117972;
}

/*Plus Toggle*/
.accordion-v2.plus-toggle .panel-heading a:before {
  color: #fff;
  width: 20px;
  height: 20px;
  padding: 5px 0;
  font-size: 10px;
  content: "\f068";
  line-height: 12px;
  margin-left: 10px;
  text-align: center;
  background: #13784f;
  display: inline-block;
  font-family: FontAwesome;
}

.breadcrumb-v5 li.active,
.breadcrumb-v5 li a:hover {
  color: #13784f;
  text-decoration: none;
}

.shop-green {
  color: #13784f;
}

/*----------------------------------*/ 
.shop-bg-green {
  background: #13784f;
}

/*Button Sea Shop*/
.btn-u.btn-u-sea-shop {
   background: #13784f;
}
.btn-u.btn-u-sea-shop:hover, 
.btn-u.btn-u-sea-shop:focus, 
.btn-u.btn-u-sea-shop:active, 
.btn-u.btn-u-sea-shop.active, 
.open .dropdown-toggle.btn-u.btn-u-sea-shop {
   background: #13784f;
}
.btn-u.btn-u-split-sea.dropdown-toggle {
   border-right: solid 1px #13784f;
}

/*Button Bordered Sea Shop*/
.btn-u.btn-brd.btn-u-sea-shop {
  color: #13784f;
  background: none;
  border-color: #13784f;
}
.btn-u.btn-brd.btn-u-sea-shop:hover {
  color: #13784f;
  border-color: #13784f;
}
.btn-u.btn-brd.btn-u-sea-shop.btn-brd-hover:hover {
  background: #13784f;
}
.product-ratings li .rating {
	color: #117972;
	font-size: 14px;
}

.product-ratings li.like-icon a {
	color: #117972;
}

.product-service:hover .product-service-heading {
	background: #117972;
	-webkit-transition: all 0.3s ease-in-out;
   	-moz-transition: all 0.3s ease-in-out;
   	-o-transition: all 0.3s ease-in-out;
   	transition: all 0.3s ease-in-out;
}

.illustration-v4 .thumb-product-purchase a {
	color: #117972;
}

.add-to-wishlist i {
	color: #117972;
	font-size: 16px;
	margin-left: 7px;
}

.stars-ratings label {
	color: #117972;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.grid-list-icons i:hover {
	background: #117972;
	text-decoration: none;
}

.checkbox-list .checkbox i {
    border-color: #117972;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

.breadcrumbs-v4 .breadcrumb-v4-in li.active,
.breadcrumbs-v4 .breadcrumb-v4-in li a:hover {
color: #117972;
text-decoration: none;
}

/*----------------------------------*/ 


/*------------------------------------*/

.product-ratings li .rating-selected {
	color: #1aa098;
	font-size: 14px;
}

.product-description-v2 h4.title-price a:hover {
	color: #1aa098;
}

.product-description h4.title-price a:hover {
	color: #1aa098;
}

.product-ratings li.like-icon a:hover {
	color: #1aa098;
	text-decoration: none;
}

/*Reply*/
.product-ratings li.reply a {
	color: #1aa098;
}

.twitter-block .item a {
	color: #1aa098;
}

.product-service .product-service-heading {
	padding: 10px 0;
	text-align: center;
	background: #1aa098;
}

.illustration-v4 .thumb-product-in h4 a:hover {
	color: #1aa098;
}

.illustration-v4 .thumb-product-purchase a:hover {
	color: #1aa098;
	text-decoration: none;
}

.shop-subscribe {
	padding: 20px 0;
	background: #1aa098;
}

.shop-product .shop-product-social li i:hover {
	color: #1aa098;
	text-decoration: none;
}

.shop-product .product-review-list a:hover {
	color: #1aa098;
}

.shop-product .product-size label:hover {
	color: #1aa098;
	cursor: pointer;
	border-color: #1aa098;
}

.shop-product .product-size input:checked ~ label {
	color: #1aa098;
	border-color: #1aa098;
}

.shop-product .product-color label:hover {
	cursor: pointer;
	border: 2px solid #1aa098;
}

.shop-product .product-color input:checked ~ label {
	border: 2px solid #1aa098;
}

.add-to-wishlist a:hover,
.add-to-wishlist .wishlist-in:hover i,
.add-to-wishlist .compare-in:hover i {
	color: #1aa098;
	text-decoration: none;
}

.wishlist-category a {
	color: #1aa098;
}

.stars-ratings input + label:hover,
.stars-ratings input + label:hover ~ label {
	color: #1aa098;
}

.stars-ratings input:checked ~ label {
	color: #1aa098;
}

.owl-slider-v3.owl-theme .owl-controls .owl-page.active span,
.owl-slider-v3.owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	background: #1aa098;
	filter: Alpha(Opacity=100);/*IE7 fix*/
}

/*Panel Group*/
.filter-by-block h1 {
	color: #fff;
	width: 100%;
	font-size: 24px;
	padding: 7px 10px;
	text-align: center;
	margin-bottom: 5px;
	background: #1aa098;
	text-transform: uppercase;
}

.checkbox-list .checkbox:hover i {
	border-color: #1aa098;
}

.checkbox-list .checkbox input:focus + i {
	border-color: #1aa098;
}

.checkbox-list .checkbox input + i:after {
	color: #1aa098;
}
.checkbox-list .checkbox input:checked + i {
	border-color: #1aa098;	
}

.checkbox-list .checkbox small a {
	color: #1aa098;
	font-size: 12px;
}

.slider-snap.noUi-connect {
	background: #1aa098;
}

.pagination.pagination-v2 > li > a:hover,
.pagination.pagination-v2 > .active > a, 
.pagination.pagination-v2 > .active > span, 
.pagination.pagination-v2 > .active > a:hover, 
.pagination.pagination-v2 > .active > span:hover, 
.pagination.pagination-v2 > .active > a:focus, 
.pagination.pagination-v2 > .active > span:focus {
	background: #1aa098;
	border-color: #1aa098;
}

.info-block-v2 i {
	float: right;
	color: #1aa098;
	font-size: 30px;
	margin: 7px 0 0 15px;
}

.cus-form-horizontal .input-small-field a {
	top: 5px;
	color: #1aa098;
	position: relative;
	text-decoration: underline;
}

.cus-form-horizontal .input-small-field a:hover {
	color: #1aa098;
	text-decoration: none;
}

.shop_project_price {
	font-size: 23px;
	color: #1aa098;
	padding: 10px;
}

.grid-list-icons i {
	color: #fff;
	width: 30px;
	height: 30px;
	padding: 6px;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	background: #1aa098;
	display: inline-block;
}
.marketing_block .project_price {
    background: #d0b66be0;
}
.marketing_block .project_price {
    position: absolute;
    bottom: 0px;
    left: 10px;
    padding: 10px;
    width: 90px;
    text-align: center;
	/* background: #505050c8;*/
    border-radius: 5px 5px 0px 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    color: white;
}
/*-----------------------------------*/

