body {
    overflow-y: hidden;
}
body, .mainWrapper, .showDtlwrap {
    background: transparent !important;
}
.showDtlwrap {
    margin: 0 auto;
}

.orderBtn {
    background: #c22328;
    width: 127px !important;
    height: 71px;
    border-radius: 0;
    position: relative;
    color: #fff;
    font-weight: bold;
}
.orderBtn:after {
    content: "לרכישה";
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 30%;
    font-size: 1.5em;
}
.orderBtn img { display: none; }

.showDtlBox .boxTitle p {
    color: #c22328 !important;
}

.titleExtra .titleRow {
    background: #c22328;
    border-color: #c22328;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ticketAmountBlock button.ticketAmount:first-child {
    background: #c22328;
    border-color: #c22328;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
}
.ticketAmountBlock button.ticketAmount:last-child {
    background: #c22328;
    border-color: #c22328;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
}
.ticketAmountBlock input {
    border-color: #d4b475;
    background: transparent;
    color: #000;
}
.titleExtra .titleRow h3 {
    color: #fff;
}
.titleExtraBorder,
.showSidebarBox {
    border-color: #c22328;
}
.moreEvents,
.moreShows,
.articleData {
    display: none;
}
.agreeTerms p  a {
    color: #707070;
}

.showDescTitle h3,
.showSidebarBoxTitle p,
.showSidebarBoxSub p,
.choose table th {
    color: #c22328;
}

.showSidebarBoxdataT,
.headInfo,
.tailInfo,
.tailInfolong,
.choose table td
{
    color: #000;
}

.showDtlBox .boxTitle,
.showDtlBox .boxDtl,
.mobileOnly + .showDtlBox,
.choose thead:before {
    background: rgba(255,255,255,0.2);
    border: none;
}
.choose table th{
	vertical-align: top;
}

.showDtlBox .boxDtl p { 
    color: #000;
}

.showDesctext p {
    background: transparent !important;
    color: #000 !important;
}

.showSep {
    display: none;
}

.moreShows ul li {
    border: none;
    clear: both;
}

.couponCode input {
    border: 1px solid #c22328;
    line-height: 27px;
    height: 27px;
}
.checkCop,
.closePayment {
    background: #c22328 !important;
    border-color: #c22328 !important;
    color: #fff !important;
    border-radius: 0;
}

.closePayment {
    padding: 0 !important;
    line-height: 2.2em !important;
    height: 40px !important;
    border-radius: 0 !important;
    font-size: 1.1em !important;
}

.toggle_gift, .gift_row a.sel{
    background: #c22328 !important;
    border-radius: 0 !important;
}

.gift_row a{
    color:  #c22328;
    border: 1px  #c22328 solid;
    border-radius: 0 !important;
    margin-left: 0;
    margin-right: 10px;
}

.credBG {
    background: #c22328 !important;
    border-color: #c22328;
    color: #fff;
    width: 278px;
    height: 40px;
    border-radius: 0;
    text-indent: 0 !important;
    font-size: 1.1em;
}
.credBG img {
    display: none;
}

.mobileOnly.showDetails p {
    color: #000;
}

@media (max-width: 960px) {
    .showDetails p { border: none }
    .choose table tbody tr,
    .choose table tbody { border: none; }
    .showDtlBox .choose tfoot tr {
        border-color: #000 !important;
    }

	.choose table th:nth-child(3):after{
		content: "נא להוסיף כרטיסים";
		margin-top: 5px; 
		display: block;
		font-weight: bold;
		animation:myfirst 5s;
		-moz-animation:myfirst 5s infinite; /* Firefox */
		-webkit-animation:myfirst 5s infinite; /* Safari and Chrome */
	}
	@-moz-keyframes myfirst /* Firefox */ {
		0% {color:#c22328;}
		50% {color:#50bf22;}
		100% {color:#c22328;}
	}

	@-webkit-keyframes myfirst /* Safari and Chrome */ {
		0% {color:#c22328;}
		50% {color:#50bf22;}
		100% {color:#c22328;}
	}
}

.closeContent .description{
    margin-bottom: 15px;
}

.closeShow ul li .showInn{
    background: none;
}

.moreShows{
    display: block;
}

.liShowFb a{
    padding-top: 32px;
}

a.more-shows{
    background: #c22328 url(https://www.goshow.co.il/media/images/resultArrow.png) no-repeat scroll center center;
    width: 121px;
    height: 38px;
    display: block;
}
a.more-shows img{
    opacity: 0;
}

.liShowDesc .descDate, .liShowDesc .descTime, .liShowDesc .descPlace, .liShowDesc .descPrice{
    color: #000;
}

.liShowDesc .descPlace b{
    color: #000 !important;
}

.liShowDesc .descPlace{
    width: 260px;
}