/*
Name: 			theme-shop.css
Written by: 	Okler Themes - (http://www.okler.net)
Version: 		3.4.0
*/
/* Custom Font - Stars (From WooCommerce) */
@font-face {
	font-family: 'star';
  src: url("fonts/star.eot");
  src: url("fonts/star.eot?#iefix") format("embedded-opentype"), url("fonts/star.woff") format("woff"), url("fonts/star.ttf") format("truetype"), url("fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Shop - Mega Menu (Cart) */
#header nav.mega-menu .mega-menu-shop {
	margin-right: -20px;
	padding-left: 0;
	margin-left: 0;
}

#header nav.mega-menu .mega-menu-shop a {
	color: #444;
}

#header nav.mega-menu .mega-menu-shop table {
	width: 100%;
	margin-top: 0px;
}

#header nav.mega-menu .mega-menu-shop .dropdown-menu {
	width: 40%;
	right: 8px;
	border-radius: 6px 0 6px 6px;
}

#header nav.mega-menu .mega-menu-shop .dropdown-menu li table tr td a {
	background-color: transparent !important;
	color: #333;
	padding: 0;
	margin: 0;
	display: block;
}

#header nav.mega-menu .mega-menu-shop .dropdown-menu li table tr td a:hover {
	text-decoration: none;
}

#header nav.mega-menu .mega-menu-shop .fa-shopping-cart {
	margin-right: 5px;
}

#header nav.mega-menu .mega-menu-shop .product-thumbnail {
	width: 120px;
}

#header nav.mega-menu .mega-menu-shop .product-actions {
	text-align: right;
	width: 80px;
}

#header nav.mega-menu .mega-menu-shop .actions-continue {
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #DDD;
	clear: both;
}

/* Shop - Base */
.shop {
	margin-top: -10px;
}

.shop ul.products {
	margin: 0;
	padding: 25px 0;
	list-style: none;
}

.shop ul.products:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.shop ul.products .product {
	position: relative;
	margin-bottom: 30px;
}

.shop ul.products .product a {
	text-decoration: none;
}

.shop ul.products .product .add-to-cart-product {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 6px 6px 0 0;
	padding: 8px 10px 5px;
	font-size: 0.9em;
	color: #FFF;
	background: #222;
	z-index: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
}

.shop ul.products .product .add-to-cart-product .fa {
	margin-right: 3px;
	font-size: 1.1em;
}

.shop ul.products .product:hover .add-to-cart-product {
	filter: alpha(opacity=100);
	opacity: 1;
}

.shop ul.products .product:hover .add-to-cart-product:hover {
	background: #000;
}

.shop ul.products .product .price {
	display: block;
	min-height: 28px;
}

.shop ul.products .product .price del2 {
	color: rgba(145, 145, 145, 0.5);
	font-size: 0.7em;
	margin: -2px 0 0;
}

.shop ul.products .product .price ins {
	text-decoration: none;
}

.shop ul.products .product .price .amount {
	font-size: 1.3em;
}

.shop ul.products .product .onsale {
	position: absolute;
	background-image: none;
	border-radius: 100%;
	left: auto;
	right: 0;
	top: -15px;
	text-shadow: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	z-index: 10;
	box-shadow: none;
	font-size: 0.9em;
	color: #FFF;
	border-bottom: 2px solid transparent;
}

/* Product Info */
.product-info {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	border-radius: 6px;
	padding: 0;
	position: relative;
	border: 1px solid #DDD;
	background: #F7F9FC;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	text-align: center;
	padding: 0;
	text-decoration: none;
}

.product-info:hover {
	background-color: #FFF;
	text-decoration: none;
}

.product-info a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

.product-info a:hover {
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

.product-info img {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	border-radius: 6px 6px 0 0;
}

.product-info h4 {
	color: #404751;
	letter-spacing: -1px;
	font-weight: 600;
	font-size: 1.4em;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}

.product-info + .product-info {
	border-radius: 0 0 6px 6px;
	margin-top: -5px;
}

.product-info .product-info-image {
	display: block;
	position: relative;
}

.product-info .product-info-image:before {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
	border-radius: 6px 6px 0 0;
}

.product-info:hover .product-info-image:before {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.product-info .product-info-act {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
}

.product-info .product-info-act em {
	font-style: normal;
	position: relative;
	font-size: 1.2em;
	font-weight: 100;
}

.product-info .product-info-act-left, .product-info .product-info-act-right {
	float: left;
	overflow: hidden;
}

.product-info .product-info-act-left {
	text-align: right;
	width: 45%;
}

.product-info .product-info-act-left em {
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	left: 0%;
	filter: alpha(opacity=0);
	opacity: 0;
}

.product-info .product-info-act-right {
	text-align: left;
	margin-left: 2%;
	width: 53%;
}

.product-info .product-info-act-right em {
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	right: 0%;
	font-weight: 600;
	filter: alpha(opacity=0);
	opacity: 0;
}

.product-info:hover .product-info-act-left em {
	filter: alpha(opacity=100);
	opacity: 1;
}

.product-info:hover .product-info-act-right em {
	filter: alpha(opacity=100);
	opacity: 1;
}

.product-info .product-info-content {
	padding: 15px;
	text-align: left;
	display: block;
}

.product-info .product-info-caption {
	padding: 0 15px 15px;
	text-align: left;
	display: block;
}

.product-info .product-info-caption p {
	margin: 0;
	padding: 0 0 10px;
}

.product-info .product-info-extra {
	clear: both;
	padding: 10px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #EBEBF4;
	display: block;
}

.product-info .product-info-extra.social {
	text-align: center;
}

.product-info .product-info-extra.social a {
	border-right: 1px solid #EBEBF4;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 0.9em;
	color: #ACACAC;
	width: auto;
}

.product-info .product-info-extra.social a:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.product-info .date {
	color: #9AA1AB;
	font-size: 0.9em;
}

.product-info.secundary .product-info-content {
	text-align: center;
}

.product-info.secundary .product-info-content h4 {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	color: #FFF;
	position: relative;
	top: -25%;
	filter: alpha(opacity=0);
	opacity: 0;
}

.product-info.secundary .product-info-content .date {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	top: 25%;
	display: block;
	filter: alpha(opacity=0);
	opacity: 0;
}

.product-info.secundary .product-info-act {
	top: 30%;
}

.product-info.secundary .label {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	clear: both;
	display: inline-block;
	margin-top: 15px;
	filter: alpha(opacity=0);
	opacity: 0;
}

.product-info.secundary:hover .label {
	filter: alpha(opacity=100);
	opacity: 1;
}

.product-info.secundary:hover .product-info-content h4 {
	top: 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

.product-info.secundary:hover .product-info-content .date {
	top: 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Rating */
.shop .review_num {
	margin-right: 10px;
	float: left;
	position: relative;
	top: -1px;
}

.shop .star-rating {
	float: none;
	position: relative;
	top: 2px;
	font-family: 'star';
	font-size: 1em;
	height: 1.2em;
	line-height: 1em;
	overflow: hidden;
	position: relative;
	width: 5.4em;
	margin-bottom: 25px;
}

.shop .star-rating:before {
	color: #E0DADF;
	content: "SSSSS";
	float: left;
	left: 0;
	position: absolute;
	top: 0;
}

.shop .star-rating span {
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}

.shop .star-rating span:before {
	content: "SSSSS";
	left: 0;
	position: absolute;
	top: 0;
}

.shop .summary .price {
	color: #444;
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 30px;
	margin-top: 20px;
}

.shop .quantity {
	margin: 0 15px 25px 0;
	overflow: hidden;
	position: relative;
	width: 125px;
	height: 35px;
	float: left;
}

.shop .quantity .minus {
	background: #f4f4f4;
	border: 1px solid #C8BFC6;
	border-radius: 2px;
	box-shadow: none;
	color: #5E5E5E;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	line-height: 13px;
	margin: 0;
	overflow: visible;
	outline: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	vertical-align: text-top;
	width: 35px;
}

.shop .quantity .plus {
	background: #f4f4f4;
	border: 1px solid #C8BFC6;
	border-radius: 2px;
	box-shadow: none;
	color: #5E5E5E;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	line-height: 13px;
	margin: 0;
	overflow: visible;
	outline: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	vertical-align: text-top;
	width: 35px;
	right: 0;
	top: 0;
}

.shop .quantity .qty {
	border: 1px solid #CCC;
	box-shadow: none;
	float: left;
	height: 35px;
	padding: 0 39px;
	text-align: center;
	width: 125px;
	font-size: 1em;
}

.shop .quantity .qty::-webkit-inner-spin-button, .shop .quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.shop .quantity .qty::-ms-clear {
	display: none;
}

.shop .product_meta {
	clear: both;
}

.shop .tabs-product {
	margin-top: 35px;
}


.shop ul.comments .comment-arrow {
	border-right-color: #F5F7F7;
}

.shop ul.comments .comment-block {
	background: #F5F7F7;
}

.shop table.cart {
	width: 100%;
	margin: 0;
	text-align: left;
}

.shop table.cart img {
	height: auto;

}

.shop table.cart th {
	padding: 8px 10px;
}

.shop table.cart td {
	border-top: 1px solid #DCDCDC;
	padding: 8px 10px;
}

.shop table.cart td.actions {
	padding: 20px 10px;
}

.shop table.cart .remove .fa {
	font-size: 1.5em;
}

.shop table.cart .coupon {
	float: left;
}

.shop table.cart .product-remove {
	width: 1%;
}

.shop table.cart .product-thumbnail {
	width: 2%;
}




.shop table.cart .product-price {
	width: 20%;
}




.shop table.cart .quantity {
	top: 10px;
	position: relative;
}

.shop .actions-continue {
	float: right;
}

.shop .cart-totals {
	width: 100%;
}

.shop .cart-totals th, .shop .cart-totals td {
	border-top: 1px solid #DCDCDC;
	padding: 8px 10px;
}

.shop .cart-totals tr.total .amount {
	font-size: 2em;
	display: block;
	padding-top: 10px;
}

.shop ul.simple-post-list li {
	border: 0;
}

/* Product Thumb Info */
.product-thumb-info {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	border-radius: 6px;
	padding: 0;
	position: relative;
	border: 0;
	border-bottom: 3px solid #E3E4E8;
	background: #F7F9FC;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	text-align: center;
	border: 1px solid #DDD;
	text-decoration: none;
}

.product-thumb-info:hover {
	background-color: #FFF;
	text-decoration: none;
}

.product-thumb-info a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

.product-thumb-info a:hover {
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

.product-thumb-info img {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	border-radius: 6px 6px 0 0;
}

.product-thumb-info h4 {
	color: #404751;
	letter-spacing: -1px;
	font-weight: 600;
	font-size: 1.4em;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}

.product-thumb-info + .product-thumb-info {
	border-radius: 0 0 6px 6px;
	margin-top: -5px;
}

.product-thumb-info .product-thumb-info-touch-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	background-color: transparent;
}

.product-thumb-info.hover .product-thumb-info-touch-hover {
	display: block;
}

.product-thumb-info .product-thumb-info-image {
	display: block;
	position: relative;
}

.product-thumb-info .product-thumb-info-image:before {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #171717;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
	border-radius: 6px 6px 0 0;
}

.product-thumb-info:hover .product-thumb-info-image:before {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.product-thumb-info .product-thumb-info-act {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
	filter: alpha(opacity=0);
	opacity: 0;
}

.product-thumb-info:hover .product-thumb-info-act {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 50%;
}

.product-thumb-info .product-thumb-info-act em {
	font-style: normal;
}

.product-thumb-info .product-thumb-info-content {
	padding: 15px;
	text-align: right;
	display: block;
}

.product-thumb-info .product-thumb-info-caption {
	padding: 0 15px 15px;
	text-align: right;
	display: block;
}

.product-thumb-info .product-thumb-info-caption p {
	margin: 0;
	padding: 0 0 10px;
}

.product-thumb-info .product-thumb-info-extra {
	clear: both;
	padding: 10px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #EBEBF4;
	display: block;
}

.product-thumb-info .product-thumb-info-extra.social a:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

/* Product Thumb Info - Full Width */
.full-width .product-thumb-info .product-thumb-info-image:before {
	border-radius: 0;
}

/* Responsive */
@media (max-width: 991px) {
	.shop .actions-continue {
		float: none;
	}

	.shop table.cart th.product-price, .shop table.cart td.product-price, .shop table.cart th.product-quantity, .shop table.cart td.product-quantity {
		display: none;
	}

	#header nav.mega-menu .mega-menu-shop a {
		color: #FFF;
	}

	#header nav.mega-menu .mega-menu-shop a .fa-angle-down {
		display: none !important;
	}

	#header nav.mega-menu .mega-menu-shop > ul.dropdown-menu {
		display: none !important;
	}
}




#divMakeAdifference
{
    
    background-color: #ecedf0;
}

    #divMakeAdifference ul
    {
        padding: 0px;
        margin: 0px;
        width: 100%;
        list-style: none outside none;
        text-align: left;
        margin-bottom: 12px;
        background-color: #ecedf0;
    }


    #divMakeAdifference li
    {
        border-top: 1px solid black;
        padding-left: 10px;
        font-size: 14px;
        cursor: pointer;
       
        padding-top: 10px;
        padding-right: 10px;
    }

        #divMakeAdifference li:first-child
        {
            border-top: 0px solid black;
        }

        #divMakeAdifference li:hover
        {
            background-color: Gray;
            color: White;
        }


.graystrip
{
    background: url("http://my.israelgives.org/images/black_bar.png") no-repeat;
    height: 61px;
    width: 216px;
    margin-left: -3px;
}


.donationinfostrip
{
    margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

.doinfotext
{
    margin-left: 0px;
    padding: 15px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-align: left;
}

#divMakeAdifference #dvDoantionInfoStrip
{
    height: 60px;
    margin-top: -1px;
}

.content-right
{
    width: 900px;
    float: right;
}

.content-box
{
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 0 auto 15px;
    position: relative;
}

.content-title
{
    color: #40849E;
    display: block;
    font-size: 18px;
    margin: 5px auto 12px;
    text-align: left;
}

.box-title, .box-title-big
{
    background: none repeat scroll 0 0 #729DB1;
    border-radius: 10px 10px 0 0;
    color: #FFFFFF;
    font: 20px/1.5 'Open Sans';
	font-weight: bold;
    padding: 14px 20px 8px;
    text-transform: uppercase;
    text-align: left;
}

.box-title-big
{
    font-size: 21px;
}

.box-content
{
    padding: 15px;
    position: relative;
}

.thermometer-small
{
    float: right;
    padding-right: 15px;
    padding-left: 15px;
}

.box-content img
{
    float: left;
    margin: 0 0px 5px 0;
}

.box-content p
{
    text-align: justify;
}

/* 7.0 - Widgets
================================================== */
.widget.widget_campaign_updates_widget, 
.widget.widget_campaign_video_widget, 
.widget.widget_pledge_levels_widget {
	padding: 0;	
	background-color: transparent;	
	border: none;
}

.widget_pledge_levels_widget .campaign-pledge-levels, 
.widget.widget_campaign_video_widget .campaign-video, 
.widget.widget_campaign_video_widget .fit-video {
	margin-bottom: 0;
}

.widget_crowdfunding_stats_widget li span {
	font-size: 20px; font-size: 2rem;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	font-style: normal;
}

.widget_crowdfunding_stats_widget li {
	font-size: 13px; font-size: 1.3rem;
	margin-bottom: 12px; margin-bottom: 1.2rem;
	font-style: italic;
	font-weight: 300;
}

.widget_crowdfunding_stats_widget li:last-child {
	border: none;
}

.sidebar .widget_crowdfunding_stats_widget li {
	float: left;
	padding-right: 1%;
	width: 32.65%;
	text-align: center;
}

.sidebar .widget_crowdfunding_stats_widget li:last-child {
	padding-right: 0;
}


/* 3.0 Pledge form
================================================== */
.edd_download_purchase_form {
	float: left;
	width: 100%;
	padding-bottom: 36px; padding-bottom: 3.6rem;
	text-align: center;	
}

.campaign-price-input .price-wrapper {		
	margin-bottom: 12px; margin-bottom: 1.2rem;
	width: 100%;
	border-radius: 2px 0 0 2px;
}

.price-wrapper .currency {
	width: 10%;
	float: left;
	padding: 9px 0 6px; padding-top: 0.9rem; padding-bottom: 0.6rem;
}

.campaign-price-input .price-wrapper input {	
	width: 88%;
	padding-left: 1%;
	padding-right: 1%;
	border-radius-top-left: 0;
	border-radius-bottom-left: 0;
}

.edd_purchase_submit_wrapper .edd-add-to-cart {
	padding: 0;
	margin-left: 5px; margin-left: 0.5rem;
	width: 93.75%;
	width: -moz-calc( 100% - 1rem );
	width: -webkit-calc( 100% - 1rem );
	width: calc( 100% - 1rem );
	background-image: none;
}

.campaign-pledge-levels {
	padding: 12px 0 36px; padding-top: 1.2rem; padding-bottom: 3.6rem;
	list-style: none;
	text-align: left;	
}

.pledge-level {
	margin-bottom: 12px;
}

.pledge-level input {
	position: relative;
	bottom: 4px;
}

.pledge-title {
	display: inline;
	text-transform: uppercase;
	letter-spacing: 1px; letter-spacing: 0.1rem;
	font-weight: 300;	
}

.pledge-title strong {
	font-weight: 400;
}

.pledge-description {
	margin-left: 22px; margin-left: 2.2rem;
}

.pledge-limit {
	float: right;
	margin-top: 12px; margin-top: 1.2rem;
	text-align: right;
	font-style: italic;	
}

.pledge-level.not-available .pledge-description {
	margin-left: 0;
}

.edd-cart-ajax-alert {
	float: left;
	width: 100%;
	padding-top: 24px; padding-top: 2.4rem;
	font-style: italic;
}

/* 4.0 - Pledges accordion 
================================================== */
.campaign-pledge-levels.accordion {
	margin-bottom: 36px; margin-bottom: 3.6rem;	
	padding-top: 0;
}

.campaign-pledge-levels.accordion h3 {
	border-top: 1px solid;
}

.campaign-pledge-levels .ui-accordion-header-active {
	border-radius: 0.4rem 0.4rem 0 0;
}

.campaign-pledge-levels.accordion h3:first-of-type {
	margin-top: 0;
}

.campaign-pledge-levels.accordion .pledge-level {	
	padding: 12px 4%; padding-top: 1.2rem; padding-bottom: 1.2rem;
	border-width: 0 1px 1px 1px; border-width-right: 0.1rem; border-bottom: 0.1rem; border-left: 0.1rem;
	border-style: solid;
	border-radius: 0 0 0.4rem 0.4rem;	
}

.campaign-pledge-levels.accordion .pledge-description {
	margin-left: 0;
}

.campaign-pledge-levels.accordion .pledge-limit {
	display: block;
	float: none;	
	margin-bottom: 12px; margin-bottom: 1.2rem;	
	text-align: left;
}

.campaign-pledge-levels.accordion .pledge-button {
	display: block;
	margin: 3px auto; margin-top: 0.3rem; margin-bottom: 0.3rem;
	text-align: center;
}

.campaign-pledge-levels.accordion .pledge-button .button {
	display: inline-block;
	max-width: 100%;
}


/* jQuery effects
================================================== */
.accordion h3 {	
	position: relative;
	display: block;
	margin-top: 12px; 
	/* margin-top: 1.2rem; */
	margin-bottom: 0;
	padding: 24px 4%; 
	padding-top: 2.4rem; padding-bottom: 2.4rem;
	line-height: 1em;
	border-radius: 0.4rem;
	outline: 0;	
	cursor: pointer;
}

.accordion h3::before {
	float: right;
	margin-right: 4%;
}

.accordion h3:active {
	outline: 0;
}

.posted_in {
	font-size:14px;
	padding-bottom: 10px;
}

.amutaname {
	
	margin-bottom: 20px;
	    direction: rtl;
    text-align: right;
}

.financialdocs {
	
	
	padding-bottom: 20px;
}

.financialdocsicon {
	
	font-size: 22px;
	color: red;
	
}

.financialdocstext {
	
	text-align:top;
	
}

.carttotal {

color: #0088cc;
font-size: 2em;
display: block;
padding-top: 10px;
font-weight: bold;
text-align: right;
}

.carttotaltext {


font-size: 1.4em;
display: block;
padding-top: 10px;
font-weight: bold;
text-align: right;
}

.carttotaltextcurrency {


font-size: 1em;
display: block;
padding-top: 10px;

text-align: right;
}



.textalignright {

text-align: right;
text-transform: uppercase;
font-weight: 700;
color: #0088cc;
}

