body {
  font-family: "Open Sans", sans-serif;
}

/* Button and type –––––––––––––––––––––––––––––––––––––––––––––––––– */

.button {
  border-radius: 4px;
}

.small {
  font-size: 12px;
}

.small p {
  font-size: 11px;
}

.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4,
.section-heading h5,
.section-heading h6 {
  float: left;
  color: #0a7c0f;
}

label.error {
  color: #fe0505;
  font-weight: normal;
  margin-top: 2px;
}

.section-error,
.error {
  color: #fe0505;
  font-size: 16px;
  font-weight: bold;
  margin-top: 2px;
}

.list-inline {
  list-style: none;
}
/* Sections –––––––––––––––––––––––––––––––––––––––––––––––––– */

.section {
  text-align: left;
  text-transform: ;
}

.section-heading,
.section-description {
  text-align: center;
  /*	margin-bottom: 1.2rem;*/
}

.section-hide {
  display: none;
}

.hide-terms {
  display: none;
}

.section .error {
  text-align: center;
}

.section-error {
  text-align: center !important;
}

.offer,
.gift,
.billing,
.payment {
  clear: both;
  border-bottom: 1px solid #666;
}

.inner {
  display: none;
  clear: both;
}

.gift .inner {
  display: block;
}

.gift.addborder {
  border-top: 1px solid #666;
}

h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.plus {
  display: none;
  float: right;
  margin: 10px 20px 0 0;
  cursor: pointer;
}

.plus div {
  width: 22px;
  height: 6px;
  margin: 8px 0;
  position: relative;
  background: #000;
}

.plus div:after {
  content: " ";
  position: absolute;
  width: 6px;
  height: 22px;
  top: -8px;
  left: 8px;
  background: #000;
}

.confirmation .section {
  text-align: left !important;
}

.confirmation li {
  list-style: none;
}

/* Order –––––––––––––––––––––––––––––––––––––––––––––––––– */

.section-border {
  border-bottom: 1px solid #333333;
  margin-top: 10px;
  padding-bottom: 10px;
}

.section-shadow {
  box-shadow: 0px 0px 25px 5px rgba(100, 100, 100, 0.1);
}

.footer {
  text-align: center;
  background-color: #cccccc;
  padding: 25px 30px;
}

.footer a {
  color: #0a7c0f;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  color: #222;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

#terms fieldset label {
  display: none;
}

.form-control.error {
  background-color: #ececec;
  border: 1px solid #fe0505;
}

.recipients {
  margin-top: 20px;
}

/* Button processing –––––––––––––––––––––––––––––––––––––––––––––––––– */

button {
  margin: 0 0 70px 0;
  border: none;
}

#btn_processing {
  display: none;
  font: normal 10px/12px arial, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
  width: 180px;
  height: 50px;
  box-sizing: border-box;
  padding-top: 10px;
  margin: 0 auto;
}

#btn_processing span {
  animation-name: loading;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  font-size: 35px;
  line-height: 20px;
  padding: 0 2px;
  margin-bottom: 50px;
}

#btn_processing span:nth-child(3) {
  animation-delay: 0.2s;
}

#btn_processing span:nth-child(4) {
  animation-delay: 0.4s;
}

#btn_processing span:nth-child(5) {
  animation-delay: 0.6s;
}

#btn_processing span:nth-child(6) {
  animation-delay: 0.8s;
}

/* Padding –––––––––––––––––––––––––––––––––––––––––––––––––– */

.top-pad10 {
  padding-top: 10px;
}

.right-pad10 {
  padding-right: 10px;
}

.bottom-pad10 {
  padding-bottom: 10px;
}

.left-pad10 {
  padding-left: 10px;
}

.top-pad20 {
  padding-top: 20px;
}

.right-pad20 {
  padding-right: 20px;
}

.bottom-pad20 {
  padding-bottom: 20px;
}

.left-pad20 {
  padding-left: 20px;
}

.top-pad30 {
  padding-top: 30px;
}

.right-pad30 {
  padding-right: 30px;
}

.bottom-pad30 {
  padding-bottom: 30px;
}

.left-pad30 {
  padding-left: 30px;
}

.top-pad40 {
  padding-top: 40px;
}

.right-pad40 {
  padding-right: 40px;
}

.bottom-pad40 {
  padding-bottom: 40px;
}

.left-pad40 {
  padding-left: 40px;
}

.top-pad50 {
  padding-top: 50px;
}

.right-pad50 {
  padding-right: 50px;
}

.bottom-pad50 {
  padding-bottom: 50px;
}

.left-pad50 {
  padding-left: 50px;
}

.pad5 {
  padding: 0.5rem;
}

.pad10 {
  padding: 1.5rem;
}

.pad20 {
  padding: 2rem;
}

.pad25 {
  padding: 2.5rem;
}

.pad30 {
  padding: 3rem;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
@keyframes loading {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

/* Hide the browser's default radio button */
.custom_input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.custom_input .checkmark,
.checkmark {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #ececec;
  border-radius: 4px;
  border: 1px solid #0a7c0f;
  cursor: pointer;
  box-sizing: border-box;
}

/* On mouse-over, add a grey background color */
.custom_input:hover input ~ .checkmark {
  background-color: #666666 !important;
  color: #ffffff !important;
  border-width: 1px;
}

/* When the radio button is checked, add a blue background */
.custom_input input:checked ~ .checkmark {
  background-color: #0a7c0f !important;
  border: 2px solid #000000;
  color: #ffffff;
  font-weight: bold;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom_input input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
/*
.custom_input .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	background: white;
}
*/
.offerBG {
  background-color: #cccccc;
  padding: 10px 0px;
  border: 1px solid #000000;
  border-radius: 4px !important;
  margin-top: 10px;
}
.alink:hover {
  color: #0a5f0e !important;
}
#gift_card_info {
  border: 1px solid #cccccc;
  padding: 10px;
  background-color: #ececec;
}
.hidden {
  display: none;
}

hr {
  border-color: #e7e3dc;
}
legend {
  margin-bottom: 0px;
  font-size: inherit;
  line-height: inherit;
  border-bottom: none;
}
.help-block {
  color: #000;
}
.well {
  border-radius: 0px;
}

.four.columns.center {
  text-align: center;
  border: 1px solid #cccccc;
  padding: 10px 0px;
}
.bothoffer {
  background-color: #dcdcdc;
}
.five img {
  margin-top: ;
}

/* Form Styles */
.form-control {
  background-color: #fff;
  border-radius: 2px;
  border-color: #e7e3dc;
  font-size: 12px;
  color: #000;
}
:-ms-input-placeholder.form-control {
  color: #afada6;
}
.select {
  padding: 6px 12px;
}
label {
  font-weight: normal;
  font-weight: normal;
}
.radio label,
.checkbox label {
  font-weight: normal;
  font-weight: 300;
}
.sales_txt {
  margin-bottom: 30px;
}
.gift_sales_txt {
  margin-bottom: 30px;
}
label.error {
  color: red;
  font-weight: normal;
  margin-top: 2px;
}
div.error {
  color: red;
  font-weight: normal;
  margin-top: 2px;
}
.form-control.error {
  background-color: mistyrose !important;
  border-color: #e9967a !important;
}
.carousel-indicators li {
  border-color: #000;
}
.carousel-indicators .active {
  background-color: #000;
}
/* Button Styles */
.submit {
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
}
.btn-custom {
  background-color: #990033;
  border-color: #990033;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #80002a;
  border-color: #80002a;
  color: #fff;
}
.btn-gr {
  background-color: #bababa;
  border-color: #bababa;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
}
.btn-gr:hover,
.btn-gr:focus,
.btn-gr:active,
.btn-gr.active {
  background-color: #adadad;
  border-color: #adadad;
  color: #fff;
}
.btn-lg {
  border-radius: 0px;
  width: 50%;
  padding: 15px 0;
}
.sales_tax {
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
}
#footer {
  text-align: left;
}
#footer p {
  font-size: 11px;
}
/* recipient styles */
#giftTVs input[type="radio"] {
  margin-right: 4px;
}
#gift_card {
  color: #000;
  text-decoration: none;
}
.recipients {
  margin-bottom: -15px;
}
/* remove spinner from number input fields */
input[type="number"] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#card_type,
#paypal {
  vertical-align: top;
}

/* Customization for payment capture loading icon in submit button */
span.helper-processing {
  left: 0;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  top: 4px;
}
div.helper-callout {
  font-size: 14px;
}
@media (max-width: 767px) {
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #tvs label,
  #giftTVs label {
    margin-bottom: 15px;
  }
  #addGift.btn-lg {
    font-size: 14px;
  }
  .center {
    display: block;
    margin: auto;
  }
  .ribbon {
    width: 128px;
    height: 131px;
  }
}

/* For devices larger than 400px –––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (max-width: 500px) {
  .five img {
    margin-top: 0px;
  }
  .mobile-hide {
    display: none;
  }
  .alink {
    display: inline-block !important;
    height: 38px !important;
    padding: 0 30px !important;
    color: #ffffff !important;
    text-align: center !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 38px !important;
    letter-spacing: 0.1rem !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    background-color: #0a7c0f;
    border-radius: 4px !important;
    border: 1px solid #000000;
    cursor: pointer;
    box-sizing: border-box !important;
    margin: 10px !important;
  }
  .alink:hover {
    background-color: #0a5f0e !important;
    color: #ffffff !important;
  }
  .section h1,
  .section h2,
  .section h3,
  .section h4,
  .section h5 {
    text-align: center !important;
  }
}
/* The container */
/*
.custom_input {
	display: block !important;
	position: relative !important;
	padding-left: 0px !important;
	margin-bottom: 12px !important;
	cursor: pointer !important;
	font-size: 14px !important;
	text-transform: uppercase !important;	
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
*/
