@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
}
body, body * {
	color:#666666;
	font-size:15px;
	font-family: 'Heebo', sans-serif;
	font-weight:300;
	box-sizing:border-box;
	direction:ltr;
	text-align:left;
}
form {
	margin:0;
	padding:0;
}

.Yform input::-webkit-input-placeholder { 
	font-family: FontAwesome, 'Heebo', sans-serif;
	font-weight: normal;
	font-size:80%;
	overflow: visible;
	vertical-align: top;
	display: inline-block !important;
	padding-left: 5px;
	padding-top: 2px;
	color: rgba(0, 0, 0, .45);
}

.Yform input::-moz-placeholder  { 
	font-family: FontAwesome, 'Heebo', sans-serif;
	font-weight: normal;
	font-size:80%;
	overflow: visible;
	vertical-align: top;
	display: inline-block !important;
	padding-left: 5px;
	padding-top: 2px;
	color: rgba(0, 0, 0, .45);
}

.Yform input:-ms-input-placeholder  { 
	font-family: FontAwesome, 'Heebo', sans-serif;
	font-weight: normal;
	font-size:80%;
	overflow: visible;
	vertical-align: top;
	display: inline-block !important;
	padding-left: 5px;
	padding-top: 2px;
	color: rgba(0, 0, 0, .45);
}

.siteW {
	width: 100%;
    max-width: 1000px;
    margin-right:auto;
    margin-left:auto;
}

.hideYrec_elmnt {
	display:none;
}

header {
	width:100%;
	background:#f2f2f2;
	border-bottom:1px solid #b0b0b0;
}
.header_inner {
	padding:10px;
	display:table;
}
.header_inner > * {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 5px;
}
.header_inner > *:first-child, .header_inner > *:last-child {
	/*padding:0;*/
}
.header_inner img {
	height:50px;
	vertical-align:middle;
}
.cstmr_name {
	font-weight:bold;
	font-size: 130%;
    line-height: 1.3;
	width:100%;
}

.mainTTL {
	font-size:150%;
	font-weight:bold;
	text-align:center;
	padding:20px 0;
}

.dtls_cont {
	display: table;
	width:100%;
    border-collapse: separate;
    border-spacing: 1px;
    border-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    background: #fbfbfb;
    margin-bottom: 20px;
    padding: 15px 0;
}
.dtls_cell {
	display: table-cell;
    width: 50%;
    padding: 0 2%;
	border-left:1px solid #e9e9e9;
}
.dtls_cell:first-child {
	border:none;
}
.price_cell {
	vertical-align:middle;
	text-align:center;
}
.dtls_ttl {
	font-weight:bold;
	text-align:center;
}
.textbox_3 {
    width:75%;
	text-align:center;
    margin: 10px auto;
	font-size: 250%;
    font-weight: bold;
    color: #000000;
    padding: 5px 0;
    border: 1px solid #e9e9e9;
    background: rgba(255,255,255,.75);
    border-radius: 10px;
	direction: rtl;
}
input#credit-card-input {
    background-position: 90% 50%;
}

.purchased-items-table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #e9e9e9;
	margin-top:10px;
}
.purchased-items-table tr:nth-child(even) {
	background:rgba(255,255,255,.85);
}
.purchased-items-table th {
	background: rgba(0,0,0,.02);
    font-weight: bold;
}
.purchased-items-table th,
.purchased-items-table td {
	padding:5px;
}
.purchased-items-table th + th,
.purchased-items-table td + td { 
	border-right:1px solid #e9e9e9;
}
.price_td {
	white-space:nowrap;
}

/*== form ==*/
.Yform {
	text-align:center;
}

hr {
	border: none;
    border-top: 1px solid #e9e9e9;
}

.part_container {
	display:inline-block;
	vertical-align:top;
    width: 45%;
    margin: 0 2%;
}
.main_fieldset, .wide_fieldset {
	border: none;
    background: #fbfbfb;
    padding: 0;
	padding-bottom:20px;
}
.wide_fieldset {
	display:block;
	margin:2%;
	width:auto;
}

legend {
    background: #f6f6f6;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 4%;
	font-size:120%;
	font-weight:bold;
	border-bottom:1px solid #e9e9e9;
}

label {
	display: block;
	position:relative;
}
label i {
	display:block;
	position:absolute;
	top:100%;
	right:5px;
	margin-top:10px;
	font-size:85%;
	color: rgba(0, 0, 0, .45);
	padding-left:5px;
	border-left:1px solid #e9e9e9;
}

.form_hndlDiv {
	padding:10px 4%;
	margin:0 auto;
	position:relative;
}

.input-text {
	padding: 5px;
	padding-right:30px;
    width: 100%;
    height: 30px;
    border: none;
    outline: none;
    font-size: 18px;
	border:1px solid #ffffff;
}
select.input-text {
	padding:0;
}
select.input-text option {
	padding-top: 0px;
}

.server_err_msg {
	background:#e40525;
	color:#ffffff;
	text-align:center;
	padding:5px;
	margin-bottom:20px;
	display:none;
}
.err_msg {
	color:#e40525;
	display:none;
}


.crdtcrd_cont, .crdtcrd_cont * {
	font-size:90%;
	text-align:center;
}
.crdtcrd_cont img {
	height:20px;
	margin:0 4px;
}

.form_hndlDiv.short {
	display:inline-block;
}
.form_hndlDiv.short input,
.form_hndlDiv.short select {
	width:100px;
}
.form_hndlDiv.select_cont {
	margin-right: 15px;
	padding:0;
}
.TashfEng {
  margin-left: -1rem;
}
.form_hndlDiv.tokefHndl {
	display:inline-block;
	width:auto;
	vertical-align:top;
	white-space:nowrap;
}
.dbl_cont {
	display:table;
	width:100%;
}
.dbl_cont .form_hndlDiv {
	display:table-cell;
}
.dbl_cont .form_hndlDiv:first-child {
	padding-left:10px;
}
.dbl_cont .form_hndlDiv:last-child {
	padding-right:10px;
}
.dbl_cont .form_hndlDiv:only-child {
	width:100%;
	padding-left:20px;
	padding-right:20px;
}
.dbl_cont .form_hndlDiv select,
.dbl_cont .form_hndlDiv input {
	width:100%;
}
.errNot, .errNot * {
	color:#d42314;
}
.errNot .input-text,
.errNot select.input-text {
	border:1px solid #d42314;
}


.help {
	display:inline-block;
	position:relative;
}
.help_trigger {
	width: 24px;
    height: 24px;
    background: #adadac;
    line-height: 26px;
    text-align: center;
    color: #fafafa;
    border-radius: 50%;
    display: inline-block;
    font-size: 17px;
	cursor:pointer;
}
.help_content {
	padding:2px;
	border:1px solid #adadac;
	position:absolute;
	border-radius:4px;
	right:-20%;
	margin-right:6px;
	top:120%;
	display:none;
	background:#ffffff;
	z-index:99;
}
.help_content:after {
	content:"";
	position:absolute;
	top:-6px;
	right:6px;
	width: 0; 
	height: 0; 
	border-right: 6px solid transparent;
	border-bottom: 6px solid #adadac;
	border-left: 6px solid transparent;
}
        
/*.help:hover .help_content {
	display:block;
	min-width:150px;
}*/

.ccIMG {
	height:15px;
	margin-left:10px;
	vertical-align:top;
	opacity:.3;
}

.cvv_cont,
.pays_cont {
	float:right;
	margin-top:10px;
	padding-right:0;
}
.cvv_img {
	width:150px;
}
.cvv_cont, .select_cont {
	padding-top:0;
}

.pays_cont {
	margin-top:5px;
}
.pays_cont label {
	font-size:85%;
}
.pays_cont input {
	padding-right:5px;
	background: rgba(255,255,255,.5);
}

.cc_gif {
	height:20px;
	position:absolute;
	left:20px;
	bottom:15px;
}

.chcbox_cont label, .chcbox_cont label * {
	font-size:13px;
	vertical-align:middle;
}

.errs {
	margin-bottom:20px;
}

.submit_btn {
	width:100%;
	height:50px;
	line-height:50px;
	margin:20px auto;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	font-size:22px;
	background:#50d050;
	border:none;
	border-radius:5px;
}
.submit_btn:hover {
	background:#20a020;
	cursor:pointer;
}

.footer {
    text-align: center;
	direction:ltr;
	margin: 20px auto;
    padding-top: 20px;
    border-top: 1px solid #e9e9e9;
}
.footer * {
	font-size:80%;
	vertical-align:middle;
}
/*.yaadLogoCont {
	vertical-align:top;
}*/
footer img {
	height:30px;
}

/*====== error popup msg =====*/
.poperr_cont {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	background:rgba(0,0,0,.75);
	text-align:center;
	display:none;
}

.poperr-close {
	margin-top:-10px;
	margin-left:-10px;
}

.poperr_cube {
	width:80%;
	max-width:600px;
	margin:0 auto;
	margin-top:10%;
	background:#ffffff;
	text-align:center;
}

.poperr_cube h6 {
	font-size:34px;
	font-weight:800;
	text-align:center;
	margin:0;
	padding:0;
	color:#000000;
}

.poperr_cube p {
	display: inline-block;
	width:85%;
	max-width:400px;
	text-align:center;
	color:#000000;
}
.poperr_cube .btn_cont {
	width:85%;
	max-width:400px;
	display:inline-block;
	margin:50px 0;
}
.poperr_cube .btn {
	width:100%;
	height:50px;
	background:#d10202;
	color:#ffffff;
	text-align:center;
	font-weight:800;
	font-size:22px;
	box-shadow:3px 3px 13px rgba(0,0,0,.7);
	border:none;
}

.poperr_cube .btn.dbl {
	width:45%;
	max-width:230px;
}
.poperr_cube .btn.dbl:last-child {
	float:left;
}

/*====== loader ======*/
#loadingmsg {
	display:none;
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,.8);
	height:100%;
	width:100%;
	color:#ffffff;
	font-size:250%;
	text-align:center;
	padding:20%;
	z-index:999999;
}
#loadingmsg, #loadingmsg * {
	color:#ffffff;
}
#loadingmsg i,
#loadingmsg svg {
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


/*===== media query ======*/
@media (max-width:680px) {
	.siteW {
		width:auto;
		margin-right:2%;
		margin-left:2%;
	}
	
	.mainTTL {
		padding:0;
	}
	
	.part_container {
		width:96%;
		margin:0 auto;
		margin-bottom:20px;
	}
	
	.dtls_cont {
		display:block;
	}
	.dtls_cell {
		display:block;
		width:100%;
		padding-bottom:15px;
		border-right: 0;
		border-top: 1px solid #e9e9e9;
		padding: 10px 5%;
	}
	.price_cell {
		text-align:center;
	}
	.price_cell .dtls_ttl {
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}
	.dtls_price {
		margin:0;
	}
	
	.submit_btn {
		margin-top:0;
	}
}
div#paypal {
	text-align: center;
}
div#paypal > center {
	text-align: unset;
}
#UserCT {
    width: 240PX;
}
#UserZip {
    width: 120PX;
}