.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: 
    hidden; 
    max-width: 100%; 
    height: auto; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
.handl-unmuteme{
	display: block;
	position: absolute;
	/*right:30px;
	top:10px;*/
	right: 0%;
	top: 0%;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	width: 100%;
	height: 100%;
}

.handl-unmuteme{
	padding-top: 3%;
}
.handl-unmuteme p{
	color: red;
	font-weight: bold;
	font-size: 20px;
  text-align: center;
}
.handl-unmuteme-text-wrapper{
	text-align:center;
}

@media screen and (max-width: 480px) {
    .handl-unmuteme img{
        width: 65px;
    }
}
.mnpaymentcc {
	text-align:left !important;
}
.mnpaymentcc label {
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
    font-size:11pt !important;
    text-align:left !important;

}
.mnpaymentcc .row {
	margin: 0px 0px 0px 0px;
}
#cscModal .btn {
	display: inline-block !important;
    padding: 6px 12px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-tomnh-action: manipulation !important;
    tomnh-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important; 
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
}
#cscModal .btn::before {
	display:none !important;
}
#cscModal .btn>span {
	display:inline-block !important;
}
.cal-col {
    float: left;
    width: 50%;
}
.mnpaymentcc .margined {
	margin-bottom:10px;
}
/* Clear floats after the columns */
.cal-row:after {
    content: "";
    display: table;
    clear: both;
}
.coupaddedwrap {
  background: #63984F;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.coupaddedwrap::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}
.coupadded {
	color:#FFF;
}
.coupaddedwrap::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #63984F;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.coupaddedwrap:hover {
  background-color: crimson;
  color: white;
}

.coupaddedwrap:hover::after {
   border-left-color: crimson; 
}
.cbtnwrapper {
	width: 100%;
    border: 1px solid #a9a9a9;
    float: left;
}
.cbtnwrapper input:focus, .cbtnwrapper input:active {
	outline: none;
}
.cbtnwrapper input {
    width: 80% !important;
    float: left !important;
    border: none !important;
}
.cbtnwrapper input:disabled {
	background-color:#ddd;
}
.cbtnwrapper .cbtn {
	float:right !important;
	background-color:#63984F;
	color:#FFF;
	border-radius:2px;
}

.ultracart_item {
	border: 1px solid #EEE;
	background-color: #FDFDFD;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}

.ultracart_item img {
	max-height: 100px;
}

.ultracart_item .btn.medium>span{
	font-size: 16px;
}

.checkout img{
	height: 24px;
	vertical-align: middle;
}

.checkout #cart-summary{
	font-size: 13px;
	padding-left: 5px;
}


.handl_mn_checkoutform #frmCheckout{
	padding: 20px 10px 0 25px;
}

.handl_mn_checkoutform {
  background-color: #DD1B22;
  color: #FFF;
  border-radius: 15px;
  padding-bottom: 10px;
}

.handl_mn_checkoutform2.handl_mn_checkoutform{
	background-color: initial;
}

.handl_mn_checkoutform h3{
  border-bottom: none;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0;
  text-align: center;
  color: #FFEA10;
padding-bottom: 6px;
}

.handl_mn_checkoutform2.handl_mn_checkoutform h3{
	color: #C50000;;
}

.handl_mn_checkoutform input[type="text"],.handl_mn_checkoutform input[type="email"],.handl_mn_checkoutform input[type="password"], .handl_mn_checkoutform select{
	font-size:12px;
	width: 93%;
	height: 20px;
	background: #E9F5FE;
	border: solid 1px #C00;
	margin-bottom: 1px;
	padding: 2px 4px;
	font-size: 12px;
	line-height: 18px;
	border-radius: 4px;
	color: #555;
	margin: 0 0 5px 0;
}

.handl_mn_checkoutform2.handl_mn_checkoutform input[type="text"],.handl_mn_checkoutform2.handl_mn_checkoutform input[type="email"],.handl_mn_checkoutform2.handl_mn_checkoutform input[type="password"], .handl_mn_checkoutform2.handl_mn_checkoutform select{
	background: none;
	border: solid 1px #4C4C4C;
}


.handl_mn_checkoutform .cardlogos{
	text-align: center;
}

.handl_mn_checkoutform select{
	height: 25px;
	width: 96%;
	padding: 2px 0px;
}

.handl_mn_checkoutform select#creditCardExpirationMonth, .handl_mn_checkoutform select#creditCardExpirationYear{
	height: 25px;
	width: 90px;
	display: initial;
}

.handl_mn_checkoutform fieldset#total_now{
	  padding: 10px 14px 0 0;
}

.handl_mn_checkoutform .total_now {
  background: #690D10;
  padding: 5px;
}

.handl_mn_checkoutform2.handl_mn_checkoutform .total_now{
	background: #C50000;
}

.handl_mn_checkoutform .total_now .label {
  float: left;
  font-size: 1em;
  font-weight: bold;
  padding: 5px;
  text-align: right;
  width: 30%;
}

.handl_mn_checkoutform .total_now .cart-summary-total {
  float: right;
  background: #FFF;
  font-weight: bold;
  padding: 5px;
  font-size: 1.2em;
  text-align: right;
  width: 60%;
  color: #464646;
}

.handl_mn_checkoutform .finePrint {
  text-align: center;
  color: #800000;
  font-size: 0.7em;
  margin: auto;
  width: 300px;
  line-height: 0.9em;
}

.handl_mn_checkoutform2.handl_mn_checkoutform .finePrint{
	color: #000;
}

.handl_mn_checkoutform .btnFinalize{
	background: url('../images/placeorderv2.png') 0 0;
	height: 56px;
	width: 290px;
	border:none;
}

.handl_mn_checkoutform .btnFinalize:hover {
    background-position: 0 56px;
    cursor: pointer
}

.handl_mn_checkoutform #total{
	text-align: center;
	padding-right: 14px;
	  margin-top: 10px;
}

ul.prodmnt_list li {
  list-style: none;
  color: #FFF;
  font-size: 17px;
  line-height: 21px;
  padding: 0;
  margin: 0;
}

.handl_mn_checkoutform2 ul.prodmnt_list li{
	color: #000;
}

ul.prodmnt_list{
	margin: 0 0 10px 0;
	text-align: center;
	padding: 0;
}

.hidden{
	display:none;
}

.errorContainer{
	text-align:center;
	font-size: 13px;
	line-height: 13px;
	padding: 3px 0 10px 0;
}

.errorContainer p{
	font-size: 15px;
	font-weight:bold;
	color: #F00;
	padding: 0;
	margin: 0;
}

.errorContainer ul{
	padding:0;
}

.errorContainer ul li {
	margin:0;
	padding:3px;
	list-style: none;
}

.center{
	text-align:center;
}

/*Template 3*/
.handl_mn_checkoutform.handl_mn_checkoutform3,
.handl_mn_checkoutform.handl_mn_checkoutform4,
.handl_mn_checkoutform.handl_mn_checkoutformd4{
	background-color: inherit;
	color: #333;
}

.handl_mn_checkoutform.handl_mn_checkoutform3 p,
.handl_mn_checkoutform.handl_mn_checkoutform4 p
.handl_mn_checkoutform.handl_mn_checkoutformd4 p{
	color: #333;
}

.handl_mn_checkoutform3 input[type="text"], .handl_mn_checkoutform3 input[type="email"], .handl_mn_checkoutform3 input[type="password"], .handl_mn_checkoutform3 select, .handl_mn_checkoutform3 textarea,
.handl_mn_checkoutform4 input[type="text"], .handl_mn_checkoutform4 input[type="email"], .handl_mn_checkoutform4 input[type="password"], .handl_mn_checkoutform4 select, .handl_mn_checkoutform4 textarea {
	width: 100%;
	border: solid 1px #CCC;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.handl_mn_checkoutformd4 input[type="text"], .handl_mn_checkoutformd4 input[type="email"], .handl_mn_checkoutformd4 input[type="password"], .handl_mn_checkoutformd4 select, .handl_mn_checkoutformd4 textarea{
	width: 100%;
	border: solid 1px #CCC;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.handl_mn_checkoutform3 textarea,
.handl_mn_checkoutform4 textarea,
.handl_mn_checkoutformd4 textarea{
	height: 150px;
	resize: none;
}

.handl_mn_checkoutform3 .half,
.handl_mn_checkoutform4 .half,
.handl_mn_checkoutformd4 .half{
    width: 25%;
}

.handl_mn_checkoutform3 h4,
.handl_mn_checkoutform4 h4,
.handl_mn_checkoutformd4 h4{
	font-size: 17.5px;
	color: #000;
	font-weight: bold;
}

.handl_mn_checkoutform3 h4.title,
.handl_mn_checkoutform4 h4.title,
.handl_mn_checkoutformd4 h4.title{
	border-bottom: 1px solid #333;
	padding-bottom: 25px;
	text-align:left !important;
}

.handl_mn_checkoutform3 .red,
.handl_mn_checkoutform4 .red,
.handl_mn_checkoutformd4 .red{
    color: #900;
    text-decoration: line-through;
}

.handl_mn_checkoutform3 .green,
.handl_mn_checkoutform4 .green,
.handl_mn_checkoutformd4 .green{
    color: #00853F;
}
.handl_mn_checkoutformd4 .control-label {
	font-size:0.8em;
}
.handl_mn_checkoutform3  .pull-right,
.handl_mn_checkoutform4  .pull-right,
.handl_mn_checkoutformd4  .pull-right{
    float: right;
}

.handl_mn_checkoutform3 .btnFinalize,
.handl_mn_checkoutform4 .btnFinalize,
.handl_mn_checkoutformd4 .btnFinalize{
	background: url('../images/checkout.jpg') 0 0;
	height: 92px;
	width: 300px;
	border:none;
}

.handl_mn_checkoutform3 .btnFinalize:hover,
.handl_mn_checkoutform4 .btnFinalize:hover,
.handl_mn_checkoutformd4 .btnFinalize:hover{
    background-position: 0 0px;
    cursor: pointer
}

.handl_mn_checkoutform3 .errorContent, .handl_mn_checkoutform3 .errorContainer, .handl_mn_checkoutform3 .errorContainer p,
.handl_mn_checkoutform4 .errorContent, .handl_mn_checkoutform4 .errorContainer, .handl_mn_checkoutform4 .errorContainer p,
.handl_mn_checkoutformd4 .errorContent, .handl_mn_checkoutformd4 .errorContainer, .handl_mn_checkoutformd4 .errorContainer p{
	color: #900;
	text-align: left;
}

.handl_mn_checkoutform3 .seals,
.handl_mn_checkoutform4 .seals,
.handl_mn_checkoutformd4 .seals,
.handl_mn_checkoutform5 .seals,
.handl_mn_checkoutform6 .seals{
	text-align: center;
}

.handl_mn_checkoutform3 .seals img,
.handl_mn_checkoutform4 .seals img,
.handl_mn_checkoutformd4 .seals img,
.handl_mn_checkoutform5 .seals img,
.handl_mn_checkoutform6 .seals img{
	width: 100px;
}

h5.coupontext{
	text-align: center;
}

.trial_notice{
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 15px;
}

/*Template 5*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');*/
.handl_mn_checkoutform.handl_mn_checkoutform5, .handl_mn_checkoutform.handl_mn_checkoutform6{
	background-color: initial;
	color: initial;
}

#handl-step-two{
	display: none;
}

.handl-mn-col-left{
	padding: 0 2% 0 0;
	width: 49%;
	float: left;
	display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.handl-mn-col-right{
	padding: 0 0 0 0;
	width: 49%;
	float: right;
	display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear {
    clear: both;
}

.handl_mn_checkoutform5 .get-start{
	width: 100%;
	font-size: 36px;
	color: #c00;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: bold;
}

.handl_mn_checkoutform5 .get-start span{
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	text-transform: none;
	font-weight: 600;
}

.handl_mn_checkoutform5 .drouparrow {
    float: left;
    margin: 0 0 0 40px;
}

.handl_mn_checkoutform5 .two_fields, .handl_mn_checkoutform6 .two_fields{
	clear: both;
}

.handl_mn_checkoutform5 .field{
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 8px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.handl_mn_checkoutform5 .two_fields .field{

	width: 50%;
	padding-right: 1%;
	padding-left: 1%;
	clear: none;
	float: left;
}

.handl_mn_checkoutform5 .two_fields .field:first-child, .handl_mn_checkoutform6 .two_fields .field:first-child {
	padding-left: 0;
}

.handl_mn_checkoutform5 .two_fields .field:last-child, .handl_mn_checkoutform6 .two_fields .field:last-child {
	padding-right: 0;
}

.handl_mn_checkoutform5 .field label{
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #000;
	line-height: 20px;
	margin: 0 0 0 0;
}

.handl_mn_checkoutform5 input[type="text"],  .handl_mn_checkoutform5 input[type="email"],  .handl_mn_checkoutform5 input[type="password"]{
	float: left;
	width: 98%;
	background: #faffbd;
	height: 40px;
	border: 1px solid #d3d8a0;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	line-height: 38px;
	padding: 0 5px;
	margin: 4px 0 0 0;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.handl_mn_checkoutform5 .two_fields input[type="text"], .handl_mn_checkoutform6 .two_fields input[type="text"]  {
    width: 95.5%;
}

.handl_mn_checkoutform5 input[type="text"]:focus,  .handl_mn_checkoutform5 input[type="email"]:focus, .handl_mn_checkoutform5 input[type="password"]:focus{
    color: rgba(0, 0, 0, .85);
    border-color: rgba(0, 0, 0, .2);
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: .3em 0 0 0 rgba(0, 0, 0, .2)inset;
    box-shadow: .3em 0 0 0 rgba(0, 0, 0, .2)inset;
}

.handl_mn_checkoutform5 #next-button, .handl_mn_checkoutform5 #next-button2{
	float: left;
	width: 98%;
	height: 50px;
	background: url(../images/contenue-butn.gif) no-repeat right #57b66d;
	border: 1px solid #53ad68;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 50px;
	cursor: pointer;
	margin: 15px 0 0 0;
}

.gurrentee {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    color: #000;
    font-weight: 600;
}

.gurrentee-tag {
    float: left;
    margin: 20px 10px 20px 0;
}

.gurrantee-text{
	width: 60%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: 400;
	line-height: 20px;
	margin: 20px 0 0 0;
}

.handl-mn-col-right ul {
    float: left;
    margin: 0 0 0 0px;
}

.handl-mn-col-right ul li {
    float: left;
    background: url(../images/green-tic.png) no-repeat left top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 18px;
    padding: 0 0 0 35px;
    margin: 0 0 12px 0;
list-style: none;
    list-style-image: none;
}

.handl-mn-col-right ul li span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #8b8b8b;
    line-height: 12px;
    display: block;
}

.handl_mn_checkoutform5 select {
	width: 98%;
	margin: 0;
	height: 40px;
	line-height: 16px;
	padding: .65em 1em;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, .15);
	outline: 0;
	color: rgba(0, 0, 0, .7);
	border-radius: .3125em;
	-webkit-transition: background-color .3s ease-out, -webkit-box-shadow .2s ease, border-color .2s ease;
	-moz-transition: background-color .3s ease-out, box-shadow .2s ease, border-color .2s ease;
	transition: background-color .3s ease-out, box-shadow .2s ease, border-color .2s ease;
	-webkit-box-shadow: 0 0 rgba(0, 0, 0, .3)inset;
	box-shadow: 0 0 rgba(0, 0, 0, .3)inset;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.handl_mn_checkoutform5 #back-button, .handl_mn_checkoutform5 #back-button2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin:10px 0;
}
.handl_mn_checkoutform5 #back-button:hover, .handl_mn_checkoutform5 #back-button2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.handl_mn_checkoutform5 #back-button:active, .handl_mn_checkoutform5 #back-button2:active {
	position:relative;
	top:1px;
}

.handl_mn_checkoutform5 h4{
	text-align: center;
}

.handl_mn_checkoutform5 .errorContainer{
	text-align: left;
	padding: 3px 0 10px 30px;

}
.handl_mn_checkoutform5 .errorContainer ul {
	border: 3px dashed red;
	margin: 10px;
}
.handl_mn_checkoutform3 .errorContainer ul, .handl_mn_checkoutform2 .errorContainer ul, .handl_mn_checkoutform4 .errorContainer ul {
	border: 3px dashed red;
	padding:5px 10px 18px;
}
.handl_mn_checkoutform6 .field{
	margin-bottom: 15px;
}

.handl_mn_checkoutform6 input[type="text"],  .handl_mn_checkoutform6 input[type="email"],  .handl_mn_checkoutform6 input[type="password"], .handl_mn_checkoutform6 select{
	background-color: #f1f1f1;
	border-color: #c1c1c1;
	font-size: 14px;
	height: 24px;
	padding: 10px 0px 10px 6px;
	line-height: 1.3333333;
	border-radius: 6px;
	display: block;
	width: 97%;
	line-height: 1.42857143;
	color: #555;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.handl_mn_checkoutform6 input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.handl_mn_checkoutform6 .two_fields input{
	padding: 10px 0px 10px 6px;
}

.handl_mn_checkoutform6 select{
	height: 46px;
	width: 100%;
}

.handl_mn_checkoutform6 .panel-title-small{
	font-weight: bold;
	font-size: 85%;
}


.handl_mn_checkoutform6 .two_fields .field{
	width: 48.5%;
	padding-right: 1%;
	padding-left: 1%;
	clear: none;
	float: left;
}

.handl_mn_checkoutform6 .step-header{ margin: 0px; padding: 0px; color: #333;background-color: #f5f5f5;border-color: #ddd;}
.handl_mn_checkoutform6 .top-form-1, .handl_mn_checkoutform6 .top-form-2 { border-bottom: 5px solid #1372a8; }
.handl_mn_checkoutform6 .order2StepNumber { float: left; font-size: 40px; line-height: 40px; color: #ffffff; font-weight: bold; padding-left: 4px; padding-right: 10px; }
.handl_mn_checkoutform6 .order2StepHeaderText { color: #ffffff; padding-top: 2px; }
.handl_mn_checkoutform6 .order2StepTitle { text-transform: uppercase; font-size: 14px; font-weight: bold; }
.handl_mn_checkoutform6 .order2StepSubTitle { font-size: 12px; line-height: 2px;}
.handl_mn_checkoutform6 .top-form-1 { background: #353535; padding: 14px 10px; overflow: hidden; }
.handl_mn_checkoutform6 .top-form-1.active { background: #353535 url('../images/panel-heading-arrow.png') no-repeat 50% bottom; }
.handl_mn_checkoutform6 .step-header .twc {width: 100%;}
.handl_mn_checkoutform6 .step-header .twc:first-child {padding: 0;}
.handl_mn_checkoutform6 .step-header .colm {margin-bottom: 0px;} 
.handl_mn_checkoutform6 .top-form-2 { background: #707070; padding: 14px 10px; overflow: hidden;}
.handl_mn_checkoutform6 .top-form-2.active { background: #353535 url('../images/panel-heading-arrow.png') no-repeat 50% bottom; }
.handl_mn_checkoutform6 .panel-body{ padding: 15px;}
.handl_mn_checkoutform6 .active .order2StepTitle {color: #279ceb;}

.handl_mn_checkoutform6 #frmCheckout{ padding: 0;}

.handl_mn_checkoutform6 #next-button/*, .handl_mn_checkoutform6 .btnFinalize*/{
	    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
	    display: block;
    width: 100%;
        padding: 10px 0px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
        font-weight: 400;
	    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    tomnh-action: manipulation;
    cursor: pointer;
        -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

/*.handl_mn_checkoutform6 .btnFinalize{
	height: inherit;
	    font-size: 20px;
    font-weight: bold;
}*/

.handl_mn_checkoutform6 #next-button:hover{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.handl_mn_checkoutform6 .btn-top-txt {
    font-size: 20px;
    font-weight: bold;
}

.handl_mn_checkoutform6 .btn-sub-txt {
    font-size: 16px;
    color: #c8ebfa;
}

.handl_mn_checkoutform6 #edit-shipping-details{
	color: #888888;
	font-size: 14px;
	margin-bottom: 10px;
}

.handl_mn_checkoutform6 #back-button{
	color: #888888;
}

.handl_mn_checkoutform6 .cart-table{
	font-size: 16px;
}

.handl_mn_checkoutform6 .cart-table .colm{
	margin:0;
}

.handl_mn_checkoutform6 .cc-card-fields{
	padding: 19px;
	margin: 20px 0;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	overflow: hidden;
}

.handl_mn_checkoutform6 .checkpro input{
	    vertical-align: middle;
    line-height: normal;
    margin-bottom: 4px;
}

.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}

.form-2-strip{
	background: #c7c7c7;
	height: 1px;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
}

@media screen and (max-width: 1300px) {
	.handl_mn_checkoutform3 .seals img,
	.handl_mn_checkoutform5 .seals img,
	.handl_mn_checkoutform6 .seals img{
		width: 75px;
	}
}
.handl_mn_checkoutform .btnmnFinalize {
	background: url('../images/checkout.jpg') 0 0;
	height: 92px;
	width: 300px;
	border:none;
}

.handl_mn_checkoutform .btnmnFinalize:hover{
    background-position: 0 0px;
    cursor: pointer
}
