/**************
* COLORS ******
*	
*	Body Text:			#666;
*	Yellow:				#d9bc46;
*	Gray:				#cac9c5;
*	Light-Gray-Blue: 	#e3e7f0;
*	Light-Gray:			#efefef;
*	Green:				#32a43a;
*	Green-Hover:		#259b2d;
*	White:				#ffffff;
*/
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,700,600);

body {
	color: #666;
	background-color: #ffffff;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

body::after {
	content: "";
	background: url('../images/bg.jpg') no-repeat left top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: -1; 

}

img {
	max-width: 100%;
	vertical-align: top;
}

a {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.03em;
}
h2.sub {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: 400;
}
.logo a {
	text-decoration: none;
}

/**********************************************
******************* GRID **********************
**********************************************/

.full {
	width: auto;
	float: none;
	clear: both;
	overflow: hidden;
	position: relative;
	margin-bottom: 24px;
}

.half {
	width: 50%;
	float: left;
	position: relative;
}


.sm,
.md,
.lg,
.xl {
	margin-bottom: 12px;
	padding-left: 1%;
	padding-right: 1%;
}

.inline {
	float: left;
}

.xl {
	width: 98%;
}

.lg {
	width: 64%;
}

.md {
	width: 48%;
}

.sm {
	width: 31%;
}

/*********************
**** FORM STYLES *****
*********************/

input, select {
	outline: none;
	height: 38px;
	background-color: #efefef;
	border: 1px solid #efefef;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
input[type='radio'] {
	background-color: #333;
	border: 1px solid #333;
}
select {
	-webkit-appearance: none;
}
input.error, select.error {
	background: #fbc759;
	border-color: #fb5207;
}
/* ===== jQuery UI Select Element Styling ===== */
.ui-widget-content {
	color: #324a6e;
}

.ui-state-default .ui-icon,
.ui-icon, .ui-widget-content .ui-icon {
	background: url('../images/select-arrow.png') no-repeat;
	background-size: 14px;
	background-position-y: 2px;
}

.ui-selectmenu-button {
	width: 100% !important;
	height: 34px;
	outline: none;
	border: 1px solid #666;
	background-color: #efefef;
}

.ui-selectmenu-button span.ui-selectmenu-text {
	padding: 7px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.ui-selectmenu-menu .ui-menu {
	max-height: 350px !important;
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	color: #222222 !important;
}

.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus,
 .ui-widget-header .ui-state-focus {
 	background: #e3e3e3;
 	color: #666;
 }
/* ==== END jQuery UI Select Element Styling ==== */

input[type="text"] {
	text-indent: 7px;
}

input:focus, select:focus {
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
}

input[type="radio"], input[type="checkbox"] {
	height: auto;
}

.box-cta input {
	width: 100%;
	float: left;
	margin: 0;
}
.box-cta input[type="text"] {   
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Then Style */
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  padding: 2px;
  line-height: 38px;
  background: #fff;
  outline: none;    
}
ul.options-list .options-cta .button {
  padding: 0 12px;
  margin-top: 5px;
  letter-spacing: 1px;
  font-size: 17px;
}

select {
	width: 100%;
}
/* jQuery UI Date Picker Styles */
.date-picker label {
	position: relative;
	overflow: hidden;
	margin: 10px 0;
	display: inline-block;
	float: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 27px;
  cursor: pointer;
}

.date-picker img {
	position: absolute;
	width: 26px;
	top: 4px;
  left: 6px;
}

.date-picker input[type="text"].hasDatepicker {
	background-color: #ffffff;
	cursor: pointer;
	max-width: 100px;
    padding-left: 32px;
}

.date-picker input[type="text"].hasDatepicker::-webkit-input-placeholder {
   color: #324a6e; 
}

.date-picker input[type="text"].hasDatepicker:-moz-placeholder { 
   color: #324a6e;   
}

.date-picker input[type="text"].hasDatepicker::-moz-placeholder {  
   color: #324a6e;   
}

.date-picker input[type="text"].hasDatepicker:-ms-input-placeholder {  
   color: #324a6e;   
}  

.ui-widget {
	font-family: 'Montserrat', sans-serif;
}

.ui-widget-header {
	background-color: #555555;
    background: #555555;
    border: none;
    color: #ffffff;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-next {
	right: 5px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 5px;
}
 
.ui-datepicker .ui-datepicker-prev .ui-icon {
    background: url('../images/arrow-prev.png') no-repeat !important;
    background-size: 14px !important;
    background-position: 0 1px !important;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
	background: url('../images/arrow-next.png') no-repeat !important;
    background-size: 14px !important;
    background-position: 2px 1px !important;
}

.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 4px;
    width: 28px;
    height: 28px;
    background: #efefef;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev-hover, 
.ui-datepicker .ui-datepicker-next-hover {
	top: 4px;
	background: #ffffff !important;
}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
	background: #efefef;
	border: 1px solid #666;
}

.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover {
	background: #efefef;
	border: 1px solid #666;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight {
	background: #ffffff;
	color: #222222;
	border: 1px solid #666;
}
/* END jQuery UI Date Picker Styles */

/*********************
* GENERAL STYLES *****
*********************/

.wrapper {
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

.general-width {
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

.clearfix {
	float: none;
	clear: both;
}
header, .header, .main-header {
	text-transform: uppercase;
	position: relative;
}
.main-header {
	border-bottom-width: 3px ;
	border-bottom-style: solid;
	padding-bottom: 3px;

}

.header-inner {
	padding: 30px 20px;
}

.copyright {
	text-align: center;
	margin: 80px auto;
}

/***********************************************
*************** START PAGE *********************
***********************************************/

h1.select-title {
	font-size: 26px;
	text-align: center;
	padding: 0 20px;
	margin: 30px auto 20px auto;
}

.boxes {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
}

.box {
	position: relative;
	padding: 30px 20px 110px 20px;
	overflow: hidden;
	float: left;
	width: 30%;
	margin: 1%;
}

.boxes.double .box {
	width: 46%;
}
> article {
	padding: 0 20px;
	overflow: hidden;
}

.close {
	display: none;
}

.box header h2 {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.box header img {
	display: block;
	margin: 5px auto;
}

ul {
	list-style-type: none;
	overflow: hidden;
}

li {
	padding: 5px;
	overflow: hidden;
}

.box .box-list {
	padding: 5px;
	margin-bottom: 0;
}

.box .box-list li {
	border-bottom: 2px solid #efefef;
	padding: 15px 20px;
	overflow: hidden;
	position: relative;
	min-height: 20px;
	background-image: none;
}
.box .box-list li:last-child {
	margin-bottom: 10px;
}

.box .box-list li:last-child {
	border-bottom: none;
}

.box-cta h4 {
	text-align: center;
	text-transform: uppercase;
	margin: 10px;
}

.box-cta {
  position: absolute;
  bottom: 30px;
  left: 10.5%;
	overflow: hidden;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	width: 80%;
}

.box-cta  input[type="text"].snug {
	width: 60%;
	border-right: none;
	margin-left: 0;
	border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
.box-cta .loose {
	width: 60%;
	margin-right: 5px;
}
.box-cta input[type="text"].snug.pair, .box-cta .loose.pair  {
	width: 30%;
} 
.box-cta input[type="text"].snug.midlength, .box-cta .loose.midlenth  {
	width: 37%;
} 
.button {
	color: #ffffff;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	line-height: 42px;
	height: 44px;
	font-family: 'Montserrat', sans-serif;
}
a.button {
	display: inline-block;
	width: 99%;
	max-width: 200px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover, 
.button:focus, 
.button:active {
	border-width: 1px;
	border-style: solid;
}

.box-cta .button.cap {
	width: 33%;
	border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
}
.box-cta .button.cap.short {
	width: 23%;
}
.box footer {
	display: none;
}

.box footer h2 {
	text-transform: uppercase;
}

/**********************************************
********* DELIVERY OPTIONS PAGE ***************
**********************************************/
.promocode {
	overflow: hidden;
	font-size: 14px;
	margin: 0;
	padding: 0 40px 0 0;
	color: #bab9b9;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.promocode {
		margin: -10px auto 20px auto;
		text-align: center;
		padding: 0 40px;
	}
}
.options {
	width: 100%;
	max-width: 900px;
	padding: 0;
	margin: 0 auto;
	margin-top: 70px;
	background-color: #ffffff;
}

.options .title-box {
	position: relative;
}

.options .title-box img {
	float: left;
	margin-right: 16px;
	position: relative;
	z-index: 200;
}

.options .title-box h1 {
	font-size: 16px;
	font-weight: 300;
	margin: 0px;
	padding: 30px 0 0 0;
}

.options .title-box h1 span {
	font-size: 22px;
	line-height: 40px;
}

ul.options-list {
	clear:both;
	margin: 40px auto;
	padding: 0 15px;
	max-width: 780px;
}

ul.options-list li {
	padding: 0;
	padding-left: 100px;
	padding-right: 10px;
	position: relative;
}

ul.options-list li > div {
	border-bottom: 2px solid #efefef;
	padding-left: 0;
	padding: 15px 10px 15px 20px;
	overflow: hidden;
}

ul.options-list li:last-child > div {
	border-bottom: none;
}

ul.options-list img.options-icon {
	position: absolute;
	left: 20px;
	top: 22px;
}
ul.options-list .option-outer {
	position: relative;
	padding-right: 160px;
}
ul.options-list .options-text {
	float: left;
	line-height: 25px;
}

ul.options-list .options-text h2 {
	margin: 0;
	font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}

ul.options-list .options-cta {
	width: 138px;
	position: absolute;
	right: 0px;
	top: 12px;
}

/**********************************************
*************** CHECKOUT PAGE *****************
**********************************************/
.payment-label {
	float: left;
	width: 190px;
	font-size: 14px;
}
.pay-helpers {
	clear: both;
}
.ez-pay {
  float: left;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
}

.cc-logos {
	clear: none;
  margin: 0 0 10px 0px;
  float: none;
  overflow: hidden;
}
.cc-logos ul {
	margin: 0;
}
.cc-logos ul li {
  width: auto;
  max-width: 25%;
  float: left;
  padding: 0;
  margin: 0;
}

.checkout .tooltip a.tip {
  background-color: #324a6e;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.checkout-options ul.row input[type="radio"] {
	position: absolute;
	left: 5%;
	top: 40%;
}

.checkout-options ul.row label {
	position: absolute;
	display: block;
	left: 4%;
	top: 30%;
}

.checkout-form input[type="radio"] {
	margin: 5px 10px 15px 0;
	float: left;
}

.checkout-form header span {
	display: block;
  float: left;
  margin-right: 20px;
  height: 40px;
  width: 40px;
  letter-spacing: -1px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.checkout-form h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #222222;
	margin-bottom: 8px;
	margin-top: 5px;
}
.checkout a.tip {
	font-size: 14px;
	display: inline-block;
	padding: 0 25px;
}
.checkout input[type="text"] {
	height: 34px;
	width: 98%;
	/* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Then Style */
  border-radius: 5px;
  border: 1px solid #666;
  padding: 0;
  line-height: 38px;
  background: #efefef;
  outline: none;    
}

.checkout select {
	height: 36px;
}

.checkout input[type="text"], 
.checkout select {
	background-color: #efefef;
	border: 1px solid #666;
	padding: 0;
}

.checkout input[type="text"]:focus, 
.checkout select:focus {
	background-color: #ffffff;
	border: 1px solid #222;
}
.checkout input.error, .checkout select.error {
	background: #fbc759;
	border-color: #fb5207;
}

/* jQuery UI Radio Buttons for Checkout Options */
.checkout-options ul.row .ui-state-default, 
.checkout-options ul.row .ui-widget-content .ui-state-default,
.checkout-options ul.row .ui-widget-header .ui-state-default {
 	background: url('../images/icon-check-inactive.png') no-repeat;
}

.checkout-options ul.row .ui-state-active, 
.checkout-options ul.row .ui-widget-content .ui-state-active, 
.checkout-options ul.row .ui-widget-header .ui-state-active {
	background: url('../images/icon-check-active.png') no-repeat;
}

.checkout-options ul.row .ui-state-default, 
.checkout-options ul.row .ui-widget-content .ui-state-default,
.checkout-options ul.row .ui-widget-header .ui-state-default,
.checkout-options ul.row .ui-state-active, 
.checkout-options ul.row .ui-widget-content .ui-state-active, 
.checkout-options ul.row .ui-widget-header .ui-state-active {
	background-position: -1px -1px;
 	height: 34px;
 	width: 34px;
}
.error-list {
	background: #fbc759;
	 border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
  padding: 10px;
  margin: 10px 10px 0 10px;
}
.error-list ul {
	margin: 0;
	padding: 0;
}
.error-list li {
	padding: 2px 0;
	font-weight: bold;
	font-size: 14px;
	color: #db3603;
}
/* END jQuery UI Radio Buttons for Checkout Options */
.title-box .heading-title-text {
	overflow: hidden;
}
.options.checkout .title-box img {
	margin: 0 16px;
}

.date-picker input[type="text"] {
	padding-left: 32px;
	max-width: 115px;
}

/*--- removed --------
.options.checkout .title-box h1, 
.options.checkout .title-box h2, 
.options.checkout .title-box h3 {
	margin-left: 29%;
}
--------------------*/
.options.checkout .title-box h1 {
	display: inline-block;
  margin: 12px 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding: 0 0 8px 0;
}
.options.checkout .title-box h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}
.options.checkout .title-box h3 {
	margin-top: 5px;
	font-weight: normal;
	text-transform: uppercase;
}
.checkout ul {
	padding: 0;
}
.checkout ul li {
	box-sizing: border-box;
}
.checkout-options {
	display: table;
	margin: 0;
	overflow: hidden;
	width: 100%;
}
.checkout-options ul {
	padding: 0;
	overflow: hidden;
	border-bottom: 2px solid #efefef;
}
.checkout-options ul.row:nth-child(even) {
	background-color: #ffffff;
}
.checkout-options ul.row:nth-child(odd) {
	background-color: #efefef;
}

.checkout-options ul.row.head {
	display: table-header-group;
	background-color: #dadbdb;
}

.checkout-options ul.row {
	margin: 0;
	padding: 10px 0 20px 0;
	position: relative;
} 

.checkout-options ul.head.row li {
	font-size: 14px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
}

.checkout-options ul.row li {
	float: left;
	font-size: 18px;
	font-weight: 700;
	width: 25%;
  margin: 0;
  padding: 8px 15px;
  text-align: center;
}
.checkout-options.nodiscount ul.row li {
	width: 33%;
}
.checkout-options.nodiscount ul.row li.phrase {
	width: 100%;
}
.checkout-options ul.row li.total {
	float: right;
}
.checkout-options ul.row li span:not(.plus-tax) {
	display: none;
}
.checkout-options ul.row li span.plus-tax {
	color: #324a6e;
	font-size: 12px;
	font-weight: normal;
	display: block;
	text-transform: lowercase;
}
.checkout-options ul.row li.your-price span { 
	display: inline;
	font-size: 14px;
	text-transform: none;
}
.checkout-options ul.row.head li:first-child, 
.checkout-options ul.row li.duration {
	padding-left: 90px;
}

.checkout-options ul.row.head li:last-child, 
.checkout-options ul.row li.total-price {
	padding-right: 70px;
}
.checkout-options.nodiscount ul.row li.total-price {
		float: right;
	}
.checkout-options ul.row label input:checked {
	background-color: #e3e7f0;
}

.checkout-options ul.row li.duration {
	text-transform: uppercase;
}

.checkout-options ul.row .phrase {
	float: none;
	width: 100%;
	padding: 0px 90px 10px 100px;
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
	color: #324a6e;
}
.checkout-options ul.row .fee-text {
	position: absolute;
	font-size: 12px;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 3px 15px;
	text-align: center;
	background-color: #cffabc;
	border-top: 1px dotted #c4c5c5;
	border-bottom: 1px solid #999;
}
.checkout-form {
	margin: 0 46px;
	overflow: hidden;
}

.checkout section {
	margin-top: 0;
	margin-bottom: 12px;
}

.checkout section.checkout-options {
	margin-bottom: 40px;
}
.checkout-options ul.row.no-discount li.discount {
		display: none;
}
.checkout-options ul.row.no-discount li.total-price {
		float: right;
}
.checkout-form header {
	line-height: 39px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.checkout-form section:not(.half) {
	padding: 0 15px;
	position: relative;
}

.checkout-form .start-select {
	padding: 8px 30px 8px 0;
	font-size: 14px;
	color: #324a6e;
}

.checkout-form .payment .full label {
    float: left;
    margin-right: 15px;
    padding-left: 5px;
}

.mobile-sm {
	display: none;
}

img.safe-secure {
	margin: 34px auto;
	display: block;
}
ul.checklist {
	padding: 8px 0;
}

ul.checklist li {
	position: relative;
	font-size: 14px;
	padding: 8px 30px 8px 30px;
}

ul.checklist li::before {
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	top: 8px;
	left: 0;
	background: url('../images/icon-info.png') no-repeat;
	background-size: 20px 20px;
}

.billing-check-group {
	position: absolute;
	top: 0px;
	left: 10px;
	line-height: 14px;
	font-size: 12px;
}

input.check {
	margin: 0 5px 22px 0;
	width: 15px;
  height: 15px;
  float: left;
}

.check-label {
	color: #324a6e;
}

.checkout section.disclaimer.scrollbox {
	background-color: #eeeeee;
	color: #324a6e;
  height: 130px;
  margin: 30px 5px;
  padding: 0 0 0 8px !important;
  font-size: 12px;
  overflow: auto;
}

/*----- DISCLAIMER SCROLLBAR-----------*/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #324a6e;
	width: 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.disclaimer-scrollbox-wrapper input[type="checkbox"] {
	margin-left: 15px;
}

.disclaimer-scrollbox-wrapper label {
	padding-left: 8px;
	font-size: 12px;
}

section.submit-form {
	margin-top: 0;
	margin-bottom: 80px;
}

.submit-form .button.form-submit {
	margin-top: 40px;
	border: 0;
	height: 50px;
	width: 230px;
}

.submit-form .button.form-submit:hover,
.submit-form .button.form-submit:focus,
.submit-form .button.form-submit:active {
	border: 0;
}

section.disclaimer-no-scroll {
	font-size: 12px;
	margin-bottom: 80px;
}

/**********************************************************
--------------- SINGLE THEME -----------------------------
**********************************************************/

.single .boxes {
	width: 100%;
  max-width: 900px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
	margin-top: 80px;
}

.single .box {
	background-color: #ffffff;
	border-bottom: 5px solid #cac9c5;
	width: 98%;
  padding: 60px 1%;
  overflow: hidden;
  float: none;
  margin: 0 auto; 
}

.single .box > img {
	float: left;
	margin-top: 30px;
	width: 45%;
	position: relative;
}
.single .box.digital > img {
	margin-left: 20px;
	margin-right: 5px;
	width: 40%;
}
.single .box header h2 {
	text-align: left;
	font-size: 24px;
}

.single .box header div {
	display: none;
}
.single .box p.subtext {
	margin: 0 20px -20px 0;
}
.single .box section {
	display: block !important;
}

.single .box .box-list  {
	padding: 0;
	margin: 50px auto;
	
}

.single .box .box-list li {
	border-bottom: none;
	padding: 6px 19px;
	font-size: 18px;
	line-height: 20px;
}
.box .box-list li:before {
	position: absolute;
	content: '';
	top: 12px;
	width: 0; 
	height: 0; 
	background-color: transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #32a43a;
}


.single .box-cta {
	position: inherit;
	float: none;
	clear: both;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.single .box-cta h4 {
	font-size: 18px;
	display: block;
}

.single .box-cta div {
	width: 100%;
	margin: 0 auto;
	max-width: 470px;
	overflow: hidden;
}

.single .box-cta .snug {
	width: 60%;
  border-right: 1px solid #e3e3e3;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
}

.single .box-cta .snug:focus {
	border-right-style: solid;
	border-right-width: 1px;
}
.single a.button {
  display: inline-block;
  text-align: center;
  width: 32%;
  height: auto;
  line-height: 24px;
  padding: 10px 20px;
  margin: 0 auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
.single .box-cta input[type="submit"].button {
  border: 0;
  display: inline-block;
  float: left;
  width: 32%;
  margin: 0 8px;
}
.single .box-cta input[type="submit"].cap {
  border: 0;
  display: inline-block;
  float: left;
  width: 32%;
  margin: 0 8px 0 0;
}
.single .box-cta input[type="submit"].button:hover,
.single .box-cta input[type="submit"].button:active,
.single .box-cta input[type="submit"].button:focus {
	border: 0;
}

.single .box-cta input[type="submit"].button.dt {
	display: inline-block;
}

.single .box-cta input[type="submit"].button.mbl {
	display: none;
}
.single .options .title-box {
	position: relative;
	padding: 15px;
	overflow: visible;
}

.single .checkout-form header {
	color: #222222;
}

.single .checkout-form header span {
  color: #ffffff;
}

.options .title-box:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 170px 220px 0 0;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
@media screen and (max-width: 400px) {
	.options .title-box:before {
		border-width: 130px 180px 0 0;
	}
}
.single .options.checkout .title-box h1 {
	display: inline-block;
	margin: 12px 0;
}

/********************************************************
********************* DOUBLE THEME **********************
********************************************************/
.boxes .double.box {
	width: 46%;
}
	@media screen and (max-width: 620px) {
		.boxes .double.box {
			width: 100%;
			margin: 0 auto;
		}
	}

/********************************************************
********************* MULTI PAPER ***********************
********************************************************/

.multi .options {
	max-width: 900px;
}

.multi .options .close {
	display: none;
}

.multi .options .title-box {
	position: relative;
	overflow: visible;
	padding: 4% 0 3% 28%;
	min-height: 110px;
}

.multi .options .title-box > img{
	position: absolute;
  width: 25%;
  left: 15px;
  top: 5px;
}

.multi .options .title-box h1 {
	margin-top: 0;
}

.multi .options section > h2 {
	display: none;
}

.multi ul.options-list {
	border-bottom: 4px solid #e6e7e7;
	width: 70%;
  padding: 0px 0 0 33%;
  max-width: 900px;
  position: relative;
}

.multi ul.options-list li.multi-paper {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -36px;
	padding: 0;
	width: 30%;
	overflow: hidden;
	float: left;
}

.multi ul.options-list li.multi-paper > img {
	min-width: 175px;
	display: block;
	margin: 0 auto;
}

.multi ul.options-list li {
	padding-left: 0;
	width: 85%;
}

.multi ul.options-list:last-child {
	border-bottom: none;
}

.multi .copyright {
	margin: 30px auto;
}

/********************************************************
***************** CUSTOM LANDING PAGE *******************
********************************************************/

body.custom {
	background-color: #ffffff;
}

body.custom:after {
	background: #ffffff;
}

.custom .general-width {
	max-width: 900px;
}

.custom .main_header {
	background-color: #ffffff;
	margin: 0 auto;
}

.custom .header-inner {
	background-color: #ffffff;
	padding: 0;
}

.custom .options {
	margin-top: 0;
}

.custom .options.checkout .title-box img {
    margin: 20px 15px;
}

.custom .options.checkout .title-box > div {
	float: left;
	width: auto;
	margin-left: 40px;
}
.custom .options.checkout .title-box h1,
.custom .options.checkout .title-box h2,
.custom .options.checkout .title-box h3 {
	width: auto;
	margin: 5px 0;
	text-transform: uppercase;
}

.custom .options.checkout .title-box h2,
.custom .options.checkout .title-box h3 {
	margin-left: 6px;
}

.custom .options.checkout .title-box h1 {
	text-transform: none;
	font-size: 36px;
	margin: 20px 0 0 0;
	padding: 0;
	border-bottom: none;
}

.custom .options.checkout .title-box h2 {
	font-size: 20px;
	margin-bottom: 0;
}

.custom .options.checkout .title-box h3 {
	border-top: 2px solid #efefef;
	margin-top: 0;
	padding-top: 5px;
}

.custom .custom-checkout-form {
	max-width: 880px;
	margin: 0 auto;
}

.custom ul.row.head li {
	padding: 5px 15px;
}

.custom .checkout-options ul.row.head {
	background-color: #e3e3e3;
}

.custom .checkout-form header {
	margin-bottom: 20px;
	color: #222222;
}

.custom .checkout-form header h2 {
	padding-bottom: 5px;
	border-bottom: 2px solid #efefef;
}

.custom .copyright {
	margin: 30px auto;
}
/********************************************************
********************* THANK YOU ***********************
********************************************************/

ul.order-info {
	margin: 20px;
	padding: 0;
	overflow: hidden;
}
ul.order-info li {
	border-bottom: 1px solid #eeeeee;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 400;
}
ul.order-info li strong {
	display: inline-block;
	width: 120px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}
p.total-price-calculated {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	margin: 10px 0;
	font-size: 24px;
	line-height: 28px;
	padding: 15px;
}
.delivery-details {
	padding: 20px 0px 0 0;
	
}
.delivery-details h4 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	margin: 10px 0 20px 0;
}
@media screen and (max-width: 600px) {
	ul.order-info {
		margin-left: 0;
	}
	ul.order-info li strong.mc {
		display: block;
		font-size: 12px;
	}
}
/********************************************************
********************* LIGHT THEME ***********************
********************************************************/
.light .main-header {
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.light .box {
	background-color: #ffffff;
}

.light .box header div {
	display: none;
}
.light .box header.bg-d {
	background: #fff;
}

.light .options .title-box {
	overflow: hidden;
	padding: 20px 12px;
}

.light .checkout-form header span {
    color: #ffffff;
}
.light .box .box-cta .snug:focus {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-right: none;
}
.light .box footer h2 {

	color: #ffffff;
}
.light .options .title-box {

}

/********************************************************
********************* DARK THEME ************************
********************************************************/
.main-header {
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.dark .box {
	background-color: #e3e3e3;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #cac9c5;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.dark .box header {
	position: relative;
	padding: 10px 0;
}
.dark .box header div:not(.close) {
	display: block;
	margin: 0 0 15px 0;
	height: 50px;
	background-color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

.dark .box header h2 {
	color: #ffffff;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 23px;
	left: 0;
}

.dark .box section {
	margin: 0;
}

.dark .box .box-list {
	margin: 0;
	padding: 0 5px 0 0;
	border-top: 2px solid #ffffff;
}


.single .box .box-list.ck li:before {
	top: 10px;
}
.box .box-list li:last-child {
	border-bottom: none;
}
.dark .box-cta {
	bottom: 25px;
    border-top: 2px solid #ffffff;
    width: 82%;
    padding: 3px 9%;
    left: 0;
}

.dark .box-cta input:not(.button) {
	background-color: #ffffff;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
}
.dark .box-cta input.error {
	background: #fbc759;
	border-color: #f37707;
}
.dark .box-cta input:not(.button):focus {
	border-style: solid;
	border-width: 1px;
}

.options .title-box {
	overflow: hidden;
	padding: 20px 12px;
}

.dark .checkout-form header {
	color: #222222;
}

.dark .checkout-form header span {
	color: #ffffff;
}
.dark .box .box-cta .snug:focus {
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
}
.dark .box footer h2 {
	color: #ffffff;
}

.dark .box.open,
.light .box.open,
.double .box.open,
.single .box.open,
.multi .box.open {
	padding: 0;
}

/********************************************************
********************* OTHER PAGES ***********************
********************************************************/

.box .box-content {
	padding: 0 40px;
}
.box .box-content h1 {
	text-transform: uppercase;
}

/********************************************************
********************* REMODAL ***********************
********************************************************/

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 10% 6%;

  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}
.remodal ul li {
	font-size: 14px;
	border-bottom: 1px solid #efefef;
}
/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media screen and (max-width: 600px) {

	.light .box {
		border-bottom: 1px solid #666;
		background-color: #ffffff;
		padding: 0;
	}

	.light .box:active {
		background-color: #efefef;
	}

	.light .box.open:active {
		background-color: #ffffff;
	}

	.light .box:first-child {
		border-top: 1px solid #666;
	}

	.light .box header {
		cursor: pointer;
		padding: 10px 0;
	}

	.light .box.open section {
		visibility: visible;
		height: auto;
	}

	.light .box.open header, 
	.light .box.open header:hover,
	.light .box.open header:active {
		background-color: #ffffff;
		cursor: default;
	}

	.light .box header div:not(.close) {
		display: none;
	}

	.light .box header h2 {
		position: relative;
		top: auto;
		left: auto;
		line-height: 32px;
		margin: 0;
	}

	.light .box .box-list {
		margin: 0;
	}

	.light .box .box-list li {
		padding: 8px 5px 8px 45px;
		border-bottom: 0;
	}

	.light .box .box-list li:before {
		top: 7px;
	}

	.light .box .box-cta .snug {
		background-color: #efefef;
		border: 1px solid #efefef;
	}

	.light .box footer h2:hover,
	.light .box footer h2:active {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
		filter: alpha(opacity=95);
		-moz-opacity: 0.95;
		-khtml-opacity: 0.95;
		opacity: 0.95;
	}

	.light .options {
		margin-top: 0;
	}
} /*-- ends media query---*/

@media screen and (max-width: 600px) {

	.dark .rd, .light .rd {
			-webkit-border-radius: 0; 
		  /* Firefox 1-3.6 */
		  -moz-border-radius: 0; 
		  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
		  border-radius: 0; 
	}
.dark .box {
		border-bottom: 1px solid #cac9c5;
		background-color: #ffffff;
	}

	.dark .box:first-child {
		border-top: none;
	}

	.dark .box header {
		cursor: pointer;
	}

	.dark .box.open section {
		visibility: visible;
		height: auto;
	}
	.dark .box header:hover,
	.dark .box header:active,
	.dark .box footer h2:hover,
	.dark .box footer h2:active {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
		filter: alpha(opacity=95);
		-moz-opacity: 0.95;
		-khtml-opacity: 0.95;
		opacity: 0.95;
	}

	.dark .box.open header, 
	.dark .box.open header:hover,
	.dark .box.open header:active {
		background-color: #ffffff;
		cursor: default;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.dark .box header div:not(.close) {
		display: none;
	}

	.dark .box header h2 {
		position: relative;
		top: auto;
		left: auto;
		line-height: 32px;
		margin: 0;
	}

	/*.dark .box .box-list li {
		padding: 8px 5px 8px 45px;
	}

	.dark .box .box-list li:before {
		top: 7px;
	}
*/
	.dark .box .box-cta .snug, .dark .box .box-cta .loose {
		background-color: #efefef;
		border-color: #efefef;
		border-style: solid;
		border-width: 1px;
	}

	.dark .box .box-cta .snug:focus, .dark .box .box-cta .loose:focus {
		border-style: solid;
		border-width: 1px;
	}
}  /*-- ends media query---*/

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}
/* --- Max Width 900px --------------------- */
@media screen and (max-width: 900px) {
	
	.box {
	    position: relative;
	    background-color: #ffffff;
	    padding: 20px 1% 110px;
	    overflow: hidden;
	    float: left;
	}

	ul.box-list li {
	    font-size: 14px;
	    line-height: 1.5;
	    padding: 10px 5px 10px 20px;
	}

	ul.box-list li:before {
		height: 15px;
		top: 15px;
	}

	.copyright {
		margin: 100px auto;
	}
}

/* --- Max Width 890px --------------------- */
@media screen and (min-width: 768px) and (max-width: 899px) {
	.box-cta h4{
		height: 38px;
	}

}
@media screen and (min-width: 600px) and (max-width: 899px) {
	.boxes.double .box-cta h4 {
		height: 38px;
	}
	.dark .box, .light .box {
		padding-bottom: 150px;
	}
}

/* --- Max Width 800px -------------------- */
@media screen and (max-width: 899px) {

	.checkout-options ul.row li {
		font-size: 15px;
	}

	.checkout-options ul.row .phrase {
		font-size: 14px;
	}

}
/* --- Max Width 767px -------------------- */
@media screen and (max-width: 767px) {

	h1.select-title {
		font-size: 24px;
		padding: 0 30px;
	}

	.light .options {
		margin-top: 40px;
	}

	.boxes {
		flex-wrap: wrap;
	}

	.box {
		width: 45%;
		margin: 1.5% auto;
	}
	.boxes.double .box {
		margin: 0 auto;
	}
	.dark .box {
		width: 48%;
	}

	.centered-box {
		float: none;
		margin: 1% auto !important;
		clear: both;
	}
	.checkout.options .title-box {
		border-bottom: 1px solid #666;
		overflow: hidden;
		padding-top: 20px;

	}
	.checkout.options {
		margin-top: 20px;
	}

	.checkout-options ul.head.row {
		display: none;
	}

	/*.checkout-options ul.row {
		width: 49.8%;
		float: left;
		min-height: 220px;
		padding: 20px 0;
	}
*/
	.checkout-options ul.row label {
		top: 20%;
	}

	.checkout-options ul.row input[type="radio"] {
		top: 20%;
	}

	.checkout-options ul.row:nth-child(even) ,
	.checkout-options ul.row:nth-child(odd) {
		background-color: #efefef;
	}

	.checkout-options ul:nth-child(even) {
		border-left: none;
	}

	.checkout-options ul {
		border-bottom: 1px solid #fff;
		border-top: 1px solid #fff;
	}

	.checkout-options ul:first-child {
		border-left: none;
	}

	.centered-option {
		float: none !important;
		margin: 0 auto !important;
		display: block;
	}

	.checkout-options ul.row li, .checkout-options.nodiscount ul.row li {
		width: 50%;
	}
	.checkout-options.nodiscount ul.row li.duration {
		width: 60%;
		padding-top: 20px;
	}
	.checkout-options.nodiscount ul.row li.your-price {
		width: 65%;
		clear: left;
		padding-left: 20%;
		padding-top: 0;
		
	}
	.checkout-options.nodiscount ul.row li.total-price {
		width: 40%;
    margin-top: -60px;
		padding: 8px 15px;
  }
	.checkout-options ul.row li span:not(.plus-tax) {
		display: block;
		text-transform: uppercase;
		font-weight: 300;
		color: #666;
		font-size: 12px;
	}
	.checkout-options ul.row li.duration,
	.checkout-options ul.row li.discount {
		padding-left: 20%;
	}

	.checkout-options ul.row li.your-price {
		padding-right: 15px;
	}
	.checkout-options ul.row li.your-price span {
		display: inline;
		font-size: 14px;
		text-transform: none;
	}
	
	.checkout-options ul.row input[type="radio"] {
		left: 8%;
		top: 30%;
	}

	.checkout-options ul.row .phrase {
	    font-size: 12px;
	    padding: 10px;
	    height: auto;
	    margin-bottom: 16px;
	}

	.checkout-form {
		margin: 0 5px;
	}

	.options.checkout .title-box h1 {
		border-bottom: 0;
		margin-bottom: 0;
	}

	.single .box header h2 {
		font-size: 18px;
	}

	.single .box .box-list li {
		font-size: 16px;
	}

	.multi .options {
		margin-top: 30px;
	}

	.multi .options .title-box {
		padding: 6% 0 5% 34%;
	}

	.multi .options .title-box > img {
		width: 30%;
	}

	.multi ul.options-list {
		width: auto;
		padding: 0 3%;
	}

	.multi ul.options-list li.multi-paper {
	    position: relative;
	    left: auto;
	    top: auto;
	    margin-top: 0;
	    width: auto;
	    float: none;
	}

	.multi ul.options-list li {
		margin: 0 auto;
		width: auto;
	}

	.custom .options.checkout .title-box > div {
		margin-left: 20px;
	}

	.custom .options.checkout .title-box h1 {
		font-size: 28px;
	}

	.custom .options.checkout .title-box h2 {
		font-size: 18px;
	}

	.custom .options.checkout .title-box h3 {
		font-size: 16px;
	}
}


/* Max Width 600px */
@media screen and (max-width: 600px) {

	.main-header {
		padding-bottom: 0;
	}

	.header-inner {
		padding: 15px 20px;
	}

	.logo {
		margin: 5px auto;
		padding: 0;
		text-align: center;
	}

	.copyright {
	    margin: 0;
	    font-size: 12px;
	    text-align: center;
	    width: 100%;
	}


/***********************************************
*************** START PAGE *********************
***********************************************/
	h1.select-title {
		max-width: 320px;
		padding: 0 20px;
		margin: 20px auto;
		font-size: 16px;
	}

	.light {
		padding: 0;
	}

	.boxes {
		display: block;
	}

	.box-cta, .dark .box-cta {
		position: relative;
		bottom: auto;
		left: auto;
		margin-bottom: 20px;
	}

	.box, .light .box, .dark .box, .boxes.double .box {
		width: 100%;
		margin: 0;
	}

	.light .box {
		border-bottom: 1px solid #cac9c5;
		padding: 20px 0;
	}

	.dark .box {
		padding: 0;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		z-index: 1;
	}

	.centered-box {
		margin: 0 !important;
	}

	.box:first-child, 
	.dark .box:first-child,
	.light .box:first-child {
		border-top: 1px solid #cac9c5;
	}

	.box img {
		width: 30%;
	}

	.box .close {
		display: none;
	}

	.box.open .close {
		display: block;
		width: 20px;
		position: absolute;
		top: 15px;
		right: 15px;
		z-index: 5;
		cursor: pointer;
	}

	.box .close:hover,
	.box .close:active {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
	}

	.box.open .close img {
		width: 100%;
		display: block !important;
	}

	.box section {
		display: block;
	}

	ul.box-list {
		padding: 0 15px;
	}

	ul.box-list li {
		padding: 8px 10px 8px 15px;
	}

	ul.box-list li:before {
		top: 10px;
	}

	.box footer {
		display: block;
		margin: 0;
		padding: 0;
	}

	.box footer h2 {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    line-height: 32px;
    font-size: 20px;
    padding: 10px 0;
		border-top: 1px solid #cac9c5;
		cursor: pointer;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	}

	.box footer h2:last-child {
		border-bottom: none;
	}

/**********************************************
********* DELIVERY OPTIONS PAGE ***************
**********************************************/
	.options {
		margin-top: 0;
	}

	.options .title-box {
		padding: 20px 0 0 0;
	}

	.options .title-box img {	
		float: none;
	    margin-right: 0;
	    display: block;
	    margin: auto;
	}

	.options .title-box h1 {
		text-align: center;
		padding: 20px 0;
	}

	ul.options-list {
		padding: 0;
		text-align: center;
	}

	ul.options-list li {
		padding-right: 0;
		padding-left: 0;
	}

	ul.options-list li > div {
		padding: 15px;
	}
	ul.options-list .option-outer {
		padding-right: 15px;
	}
	ul.options-list img.options-icon {
		display: none;
	}

	ul.options-list .options-text {
		float: none;
		font-size: 14px;
	}

	ul.options-list .options-cta {
		position: relative;
		float: none;
		width: 100%;
		right: auto;
		top: auto;
	}

/***********************************************
*************** CHECKOUT PAGE ******************
***********************************************/
	.checkout.options {
		margin-top: 0;
	}

	.light .checkout.options .title-box {
		padding-top: 20px;
	}

	.dark .checkout.options .title-box {

		padding-top: 0;
	}

	.checkout.options .title-box img {
		margin: 0 auto 10px auto;
	}

	.checkout.options .title-box h1, .single .checkout.options .title-box h1 {
		display: block;
		border-bottom: none;
		margin: 5px auto 0 auto;
		text-align: center;
	}

	.options.checkout .title-box h2 {
		font-size: 20px;
		text-align: center;
	}

	.options.checkout .title-box h3 {
	    margin: 5px auto 20px auto;
	    text-align: center;
	}

	.checkout-options ul.row {
	    width: 100%;
	    float: none;
	    border-left: none;
	    border-bottom: 1px solid #666;
	    padding: 0;
	    min-height: 60px;
	}

	.checkout-options ul.row:nth-child(even) {
		background-color: #ffffff;
	}

	.checkout-options ul.row:nth-child(odd) {
		background-color: #efefef;
	}

	.checkout-options label ul {
		border-left: none;
	}

	.centered-option {
		border-left: none !important;
		border-right: none;
	}

	section.checkout-options {
		border-bottom: 1px solid #666;
		padding-bottom: 3px;
		position: relative;
		overflow: visible;
	}

	.checkout-options::after {
		position: absolute;
		bottom: -21px;
		left: 50%;
		margin-left: -14px;
		content: '';
		width: 0; 
		height: 0; 
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
		border-top: 24px solid #666;
	}
	.checkout-options ul.row .phrase {
	    padding: 10px;
	    height: auto;
	}
	.checkout-form {
		margin: 0 5px;
	}

	.checkout-form section:not(.half) {
		padding: 5px;
	}

	.checkout-form input[type="radio"] {
	    margin: 5px 15px 15px 0;
	}

	.checkout-form .start-select {
	    padding: 8px 15px 8px 0;
	}

	#ui-datepicker-div.ui-datepicker {
		left: 5px !important;
	}

	.half {
		width: 100%;
		float: none;
		clear: both;
	}

	.mobile-sm {
		display: block;
	}

	.billing-check-group {
		top: -8px;
	}

	section.submit-form {
		margin-bottom: 80px;
	}

	.submit-form .button.form-submit {
		width: 100%; 
	}

	/***********************************************
	*************** SINGLE *************************
	***********************************************/
	.single .boxes {
		margin-top: 0;
	}

	.single .box {
		width: 100%;
		padding: 30px 0;
		border-bottom: 1px solid #cac9c5;
	}

	.single .box.centered-box {
		margin: 0 auto !important;
	}

	.single .box > img, .single .box.digital > img {
		float: none;
		margin: 5px auto;
		width: 55%;
		display: block;
	}

	.single .box header h2 {
		text-align: center;
	}
	.single .box p.subtext {
		margin: 0 auto -20px auto;
		text-align: center;
	}
	.single .box-cta {
		width: 90%;
	}

	.single .box-cta h4 {
		display: none;
	}

	.single .box-cta input[type="submit"].button.dt {
		display: none;
	}

	.single .box-cta input[type="submit"].button.mbl {
		display: inline-block;
		width: 35%;
		margin: 0 0 0 2%;
	}
	.single .box-cta input[type="submit"].button.cap {
		margin: 0;
	}
	.multi .options {
		margin-top: 0;
		overflow: visible;
	}

	.multi .options .title-box {
		overflow: visible;
		padding: 150px 10px 10px 10px;
		border-bottom: 5px solid;
	}

	.multi .options .title-box:after {
		position: absolute;
	    bottom: -18px;
	    left: 50%;
	    margin-left: -5px;
	    content: '';
	    width: 0;
	    height: 0;
	    border-left-width: 10px;
	    border-left-style: solid;
	    border-left-color: transparent;
	    border-right-width: 10px;
	    border-right-style: solid;
	    border-right-color: transparent;
	    border-top-width: 18px;
	    border-top-style: solid;
	}

	.multi .options .title-box > img {
		position: absolute;
		top: 5px;
		left: 50%;
		margin-left: -115px;
		z-index: 100;
		width: auto;
		min-width: 229px;
	}

	.options .title-box h1 span {
		font-size: 18px;
	}

	.multi .options section > h2 {
		display: block;
	    color: #222222;
	    font-size: 18px;
	    letter-spacing: 1px;
	    text-align: center;
	    margin: 40px 0 0 0;
	}

	.multi ul.options-list {
		width: auto;
		padding: 15px 0;
		margin: 0;
	}

	.multi .options .close {
		cursor: pointer;
	    z-index: 100;
	    width: 20px;
	    border: none;
	    position: absolute;
	    top: 105px;
	    right: 10px;
	    padding: 0;
	    display: none;
	}

	.multi .options .close img {
		width: 100%;
	}

	.multi ul.options-list:not(.open) {
		cursor: pointer;
	}

	.multi ul.options-list.open .close {
		display: block;
	}

	.multi ul.options-list:not(.open) li:not(.multi-paper) {
		display: none;
	}

	.multi ul.options-list.open li.multi-paper {
		border-bottom-width: 5px;
		border-bottom-style: solid;
		margin-bottom: 15px;
		position: relative;
		overflow: visible;
	}

	.multi ul.options-list.open li.multi-paper:after {
		position: absolute;
	    bottom: -18px;
	    left: 50%;
	    margin-left: -5px;
	    content: '';
	    width: 0;
	    height: 0;
	    border-left-width: 10px;
	    border-left-style: solid;
	    border-left-color: transparent;
	    border-right-width: 10px;
	    border-right-style: solid;
	    border-right-color: transparent;
	    border-top-width: 18px;
	    border-top-style: solid;
	}

	.multi ul.options-list.open li:not(.multi-paper) {
		display: none;
		margin: 0 auto;
		width: auto;
	}

	.multi ul.options-list li > div {
	    padding: 15px 0 15px 0;
	}
	.custom .options.checkout .title-box img {
	    margin: 0 auto;
	}

	.custom .options.checkout .title-box > div {
	    margin-left: 0;
	    float: none;
	}

	.custom .options .title-box {
		padding: 20px 0;
	}

	.custom .options.checkout .title-box h1 {
		font-size: 24px;
	}

	.custom .options.checkout .title-box h2 {
		font-size: 16px;
		margin-left: 0;
	}

	.custom .options.checkout .title-box h3 {
		font-size: 14px;
		margin-left: 0;
	}
}
/* --- Max Width 480px ------------------------ */
@media screen and (max-width: 480px) {

	ul.options-list .options-text {
		font-size: 12px;
	}

}
