@charset "utf-8";

body{
/*	font-size: 11px;*/
	font-family: 'Montserrat', sans-serif;
}
.container,.disclaimer, .subPricesSection, .footerSection {
	width: 655px;
}
.topHeader{
	padding-top: 1em;c
}


.addGiftButton {
	text-align: center;
	padding-top: 1em;
}

label, .addressOther, #USStates {
	
	color: #000000;
	font-family: georgia, times new roman;
	font-weight: normal;
}
/*
.form-control, select, input[type='text'], input[type='email']{
	height: 26px;
	width: 225px;
	border-radius: initial;
	font-size: 11px;
}
*/
.zipCodebox{
	width: 100px;
}
/*
.form-group{
	padding-left: 15px;
}
*/
.cvr {
	max-width: 200px;
}
.sudoku {
	max-width: 150px;
}
input[name="cds_cc_number"] {
	margin-left: 9px;
}
.addressOther{
	margin-left:28%;
}
.form-group{
	overflow:hidden;
}
.gifteeLabel{
	overflow: hidden;
}
.step {
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 640px;
	background-color: #f2f2f2;
}
.subPricesSection, .footerSection{
	margin: 0 auto;
	clear:both;
}
/*
.footer, .subPricesLang{
	margin-left: 25%;
}
*/
.gifteeLabel .img-responsive{
	float: left;
	padding-right: 30px;
}

.footer{
	padding-bottom: 2em;
}
/*
.orderBar, .footer, .subPricesLang{
	border-left: 5px #c6c6c6 solid;
}
*/
.sideBar{
	padding:0;
}
.offerText{
	font-weight: bold;
	padding-top: 2em;
}
.dnpSection{
	border-top: 1px #cccccc solid;
	padding-top:1em;
	margin-top: 1em;
	margin-left: -5px;
}
.paymentCardInfo .form-group{
	width: 100%;
}
/*
.ccExpire, #cds_cc_number {
	width: 100%;
}
*/
#estCost{
	width: 40%;
	float: left;
}
.totalCost{
	font-size: 12pt;
	clear: right;
}
.errorDetails{
	color:red;
	padding-left: 1em;
	padding-top: 1em;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px #cccccc solid;
	margin-top: 1em;
}
.paymentCardInfo label, .paymentCardInfo div, .paymentCardInfo span{
	float: left;
	padding-left: 5px;
	padding-right: 0px;
}
.paymentCardInfo label, .paymentCardInfo span{
	padding-top: 5px;
}
.paymentCardInfo .col-xs-3{
	width: 80px;
}
.paymentCardInfo{
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.paymentCardInfo{
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.billOptionLabel{
	padding-top: 1.5em;
	font-weight: bold;
	margin-left: -20px;
	padding-bottom: 10px;
}
.calculateCost{
	margin-bottom: 20px;
	padding-left: 14px;
}
.topHeader .col-md-12{
	padding-left:0px;
}
.securityNote span{
	color: #FF3400;
	font-size: small;
}
.giftInformation p{
	padding-left: 15px;
}
footer {
	margin: 0 auto;
	max-width: 655px;
	padding: 15px;
}


/* Changed existing button image to actual html button */
.subscribe-button {
	background-color: #e93f33;
	color: #ffffff;
	border: none;
	padding: 0;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	outline: none;
	font-family: "Helvetica Neue", Arial, sans-serif;
	border-radius: 2px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s ease;
	width: 205px;
	height: 30px;
	margin-bottom: 10px;
	font-weight: 700;
}

.subscribe-button:hover {
  background-color: #d9382e; /* Darker red on hover */
}

button span.loader {
  display: none;
  height: 20px;
  width: 20px;
}
button:disabled span.loader {
  display: inline-block;
}
button:disabled *:not(.loader) {
  display: none;
}

/* Loader */
.loader {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotation 0.75s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@media screen and (max-width: 655px) {
	.container, .disclaimer, .subPricesSection, .footerSection {
	width: 100%;
	}
}


@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation: portrait) {
.card_info {
	padding-right:0px !important;
}
.CC_info {
    width: 160% !important;
}
}