#promocodemodal-new{
	padding: 50px;
	width: 800px !important;
	border-radius: 0px !important;
}
#promocodemodal-new, #promocodemodal-new p{
	color: #000;
}
#promocodemodal-new a{
	color: #000;
	text-decoration: underline;
}
#promocodemodal-new .rectoption{
	width: 200px;
	font-size: 16px !important;
	font-weight: 600;
	border-radius: 47px;
	text-decoration: none;
	padding: 7px 6px !important;
}
#promocodemodal-new .button-col{
	text-align: right;
}
#promocodemodal-new .cartrow:first-child {
	border-top: 1px #CCCCCC solid !important;
	padding-top: 14px !important;
}
#promocodemodal-new .close-new-modal{
	position: absolute;
	right: 18px;
	top: 18px;
}
#promocodemodal-new .close-new-modal .material-icons{
	font-weight: 600 !important;
	font-size: 20px;
}
@media only screen and (max-width: 875px){
	#promocodemodal-new{
		width: 90% !important;
		padding: 50px;
	}
}
@media only screen and (max-width: 851px){
	#promocodemodal-new .button-col{
		text-align: left !important;
		margin-bottom: -10px;
	}
}
#promocodemodal-new .button-col{
	text-align: right;
}
@media only screen and (max-width: 600px){
	#promocodemodal-new{
		padding: 20px;
	}
}
#promocodemodal-new .promo-item-row {
	border-top: 1px #CCCCCC solid;
	margin-top: 10px !important;
	padding: 14px 0 5px 0px !important;
}
#promocodemodal-new .promo-item-row .col{
	padding-left: 0px !important;
}

#thanks-page .bank-details{
	line-height: 25px;
}

#thanks-page a{
	text-decoration: underline;
	color: #222222;
}

#thanks-page ol{
	padding-left: 18px;
    font-size: 18px;
    line-height: 24px;
    color: #222222;
}

#thanks-page ol li{
    margin: 10px 0px;
}

#thanks-col-left{
	text-align: left;
	background-color: #F5F5F5;
}

#thanks-col-left-inner{
	padding: 55px 55px 55px 55px;
}

#check-shipping-address{
	background-color: #F5F5F5;
	padding: 25px 55px 25px 55px;
}

@media only screen and (min-width: 1501px){
.cash-on-pickup {
    margin-left: 3% !important;
	}
}

@media only screen and (min-width: 851px){
	.flex-row {
		display: flex;
		flex-direction: row;
	}
}

.row-centered {
    text-align: center;
}

#thank-you{
	font-size: 48px;
	font-weight: 600;
}

#thanks-page .rectoption{
	width: 400px !important;
	font-size: 18px !important;
	font-weight: 600;
	height: 61px;
    padding: 14px 6px !important;
	border-radius: 47px;
	text-decoration: none;
}

.large-p{
	font-size: 24px !important;
}

.billing-address{
	margin-right: 30px;
}

.checkboxes.check-round{
	font-weight: 300;
    margin: 5px 0px;
}

.checkboxes.check-round .checkmark{
	border-radius: 24px;
	height: 24px;
    width: 24px;
}

.checkboxes.check-round .checkmark:after {
    left: 4px;
    top: 4px;
    border-width: 7px;
    border-radius: 7px;
	width: 8px;
	height: 8px;
}

.mb40 {
	margin-bottom: 40px !important;
}

.pt30 {
    padding-top: 30px!important;
}
.pb30 {
    padding-bottom: 30px!important;
}

.zip-row {
	background-color: #F5F5F5;
}

.zip-row .rectoption {
 	background-color: transparent;
	font-size: 16px;
	font-weight: 600
}


input[type=text]{background-color:#ffffff}

.cool-form-group{
	margin-bottom: 12px;
}

.cool-field {
  display: block !important;
  width: 100% !important;
  padding: 0px 16px !important;
  line-height: 25px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: inherit !important;
  border-radius: 6px !important;
  -webkit-appearance: none !important;
  color: var(--input-color) !important;
  border: 1px solid var(--input-border) !important;
  background:unset; /*  var(--input-background) !important; */
  -webkit-transition: border .3s ease !important;
  transition: border .3s ease !important;
  background-repeat:no-repeat !important;
  background-position:center right !important;
  border-left: 0px !important;
  height: initial !important;
}
.cool-field::-webkit-input-placeholder {
  color: var(--input-placeholder) !important;
}
.cool-field::-moz-placeholder {
  color: var(--input-placeholder) !important;
}
.cool-field:-ms-input-placeholder {
  color: var(--input-placeholder) !important;
}
.cool-field::-ms-input-placeholder {
  color: var(--input-placeholder) !important;
}
.cool-field::placeholder {
  color: var(--input-placeholder) !important;
}
.cool-field:focus {
  outline: none !important;
  border-color: #c2c2c2 !important;
}

.cool-form-group {
  position: relative !important;
  display: -webkit-box !important;
  display: flex !important;
  width: 100% !important;
}
.cool-form-group > span,
.cool-form-group .cool-field {
  white-space: nowrap !important;
  display: block !important;
}
.cool-form-group > span:not(:first-child):not(:last-child),
.cool-form-group .cool-field:not(:first-child):not(:last-child) {
  border-radius: 0px 6px 6px 0px !important;
}
.cool-form-group > span:first-child,
.cool-form-group .cool-field:first-child {
  border-radius: 6px 0 0 6px !important;
}
.cool-form-group > span:last-child,
.cool-form-group .cool-field:last-child {
  border-radius: 0 6px 6px 0 !important;
}

.cool-form-group .cool-field {
  position: relative !important;
  z-index: 1 !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
  width: 1% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cool-form-group > span {
  text-align: left !important;
  padding:6px 12px 6px 18px !important;
  font-size: 16px !important;
  line-height: 36px !important;
  color: #222222 !important;
  background: #fff !important;
  border: 1px solid var(--group-border) !important;
  -webkit-transition: background .3s ease, border .3s ease, color .3s ease !important;
  transition: background .3s ease, border .3s ease, color .3s ease !important;
  border-right: 0px !important;
}

.cool-form-group .character-counter{display:none !important}
.cool-form-group {
  --input-color: #9a9a9a !important;
  --input-border: #c2c2c2 !important;
  --input-background: #ffffff !important;
  --input-placeholder: #c2c2c2 !important;
  --input-border-focus: #c2c2c2 !important;
  --group-color: var(--input-color) !important;
  --group-border: var(--input-border) !important;
  --group-background: #efefef !important;

  --group-color-focus: #ffffff !important;
  --group-border-focus: var(--input-border-focus) !important;
  --group-background-focus: #aeaeae !important;
}


@media only screen and (max-width:600px) {
	.cool-form-group > span {
	padding: 6px 12px 6px 18px !important;
	font-size: 16px !important;
	}
	.cool-field {
    padding: 8px 6px !important;
	font-size: 16px !important;
	}
}


@media only screen and (max-width:400px) {
	.cool-field {
	background-image:none !important;
	}
}

.cart-text p {
	font-size: 18px;
	line-height: 22px;
	color: #222222;
	margin: 15px 0px;
}

.cart-text label {
	font-size: 18px;
	color: #222222;
	margin: 15px 0px;
}

.payment-tabs .tabs .indicator {
	height: 0px !important;
}

.payment-tabs .tabs, .payment-tabs .tab  {
	min-height: 200px;
}

.payment-tabs .tabs .tab img {
	max-height: 100%;
}

.payment-tabs .tab a{
	border: 1px #CCCCCC solid;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 35px;
	line-height: 15px;
	padding-bottom: 55px;
	color: #000000;
	font-weight: 600;
	position: relative;
}

.payment-tabs .tab a.active::after {
	position: absolute;
	top: 0px;
	right: 0px;
	content: "";
	background-image:url("/img/orange-tick.png");
	background-size: 100% 100%;
	display: inline-block;
	height: 31px;
	width:31px;
}

.payment-tabs .tab a .tab-header-text{
	padding-top: 18px;
}

.payment-tabs .tab.margin-right {
	margin-right: 3% !important;
}

.payment-tabs .tab a.active{
	border: 1px #F66E2E solid;
}

.delivery-tabs .tabs{
    height: 45px;
}

.delivery-tabs .tab-content .accordian_header{
	background-color: #ffffff !important;
	border-bottom: 0px;
	border-top: 1px solid #cccccc;
	padding: 20px 10px 0px 0px;
}

.delivery-tabs .tab-content .accordian_header .material-icons{
    vertical-align: text-bottom;
	float: right;
}

.delivery-tabs .tab-content .accordian_header h4{
	margin: 0px !important;
}

.delivery-tabs .tabs .tab a{
	color: #222222;
	font-size: 18px;
	font-weight: 600;
	background-color: #F5F5F5;
}

.delivery-tabs .tab a.active{
    border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 0px !important;
	background-color: #FFFFFF !important;
}

.delivery-tabs .tab {
	height: 75px;
}

.delivery-tabs .tab a{
	border-bottom: 1px #CCCCCC solid;
	line-height: 75px;
}

.delivery-tabs .tabs .indicator {
    bottom: unset;
	top: 0px;
	background-color: #F66E2E;
	height: 4px;
	margin-left: 1px;
    margin-right: 1px;
    margin-top: -4px;
}

.delivery-tabs .tab-content{
  	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-top: 0px;
	border-bottom: 1px #CCCCCC solid;
	padding: 80px 70px 70px 70px;
}

.cart-summary-lifestyle{
	width: 100%;
}

.mb70{
	margin-bottom: 70px !important;
}

#summary-cart-list{
	max-height: 330px;
	overflow: auto;
	padding-right: 20px;
}

#summary-cart-list::-webkit-scrollbar {
	width: 6px;
}

#summary-cart-list::-webkit-scrollbar-track {
	background: #DDDDDD;
	border-radius: 6px;
}

#summary-cart-list::-webkit-scrollbar-thumb {
	background: #111111;
	border-radius: 6px;
}

#summary-cart-list::-webkit-scrollbar-thumb:hover {
	background: #111111;
}

.vatop{
	vertical-align: text-top;
}

.buynowgreen {
    padding: 15px 20px !important;
}

.mt15{
	margin-top: 15px;
}

.checkout-cc-form .col-left{
	padding-right: 6px;
}

.checkout-cc-form .col-right{
	padding-left: 6px;
}

.form-row .l6.col-left{
	padding-right: 6px;
	margin-bottom: 12px;
}

.form-row .col-right{
	padding-left: 6px;
	margin-bottom: 12px;
}

.form-row .l6.col-right{
	padding-left: 6px;
}

.form-row .l3.col-mid{
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 12px;
}

.form-row {
	margin-bottom: 0px !important;
}

.checkout-banner{
	background-color: #F5F5F5;
	margin-top: -1px;
}

.checkout-banner .col{
	border-color: #E0E0E0;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
}

.lh0{
	line-height: 0px;
}

.cart-text h5{
	font-size: 24px;
	color: #222222;
	margin-bottom: 20px;
	line-height: 24px !important;
}

.cart-quantity .qty-btn{
	display: inline-block !important;
	border: 1px solid #dddddd;
	margin: 0px !important;
	padding: 0px !important;
	background-color: #fff !important;
	vertical-align: bottom;
	border-radius: 0px !important;
	-webkit-appearance: none;
}

.qtyplus, .qtyminus{
	width: 42px !important;
    height: 42px !important;
	color: #BBBBBB;
	font-size:24px !important;
}

.qty {
  	width: 40px !important;
    height: 40px !important;
    text-align: center;
	font-size:16px !important;
}

.qty {
	border-left: 0px !important;
	border-right: 0px !important;
}

.gov_funding_bar span, .weekprice span{
	display: inline-block;
}

.dis-ib{
	display: inline-block;
}

#summary_box{
	padding: 40px 40px 40px 40px;
}

@media only screen and (min-width: 851px) and (max-width: 1500px){
	.row .col.m12 {
		width: 100%;
		margin-left: 0;
	}
}

@media only screen and (min-width: 851px) and (max-width: 1500px){
	.row .col.m4 {
		width: 33.33333% !important;
		margin-left: 0;
	}
}

@media only screen and (min-width: 851px) and (max-width: 1500px){
.row .col.m7 {
		width: 58.33333%;
		margin-left: 0;
	}
}

@media only screen and (min-width: 851px) and (max-width: 1500px){
	.row .col.m8{
		width: 66.66667% !important;
		margin-left: 0;
	}
}

@media only screen and (min-width: 851px) and (max-width: 1500px){
.row .col.m5 {
		width: 41.66667%;
		margin-left: 0;
	}
}

@media only screen and (min-width: 851px) and (max-width: 1500px){
	.row .col.m3 {
		width: 25% !important;
		margin-left: 0;
	}
}

@media only screen and (min-width: 851px) and (max-width: 1500px){
	.row .col.m2 {
		width: 16.66667% !important;
		margin-left: 0;
	}
}

@media only screen and (min-width: 851px) and (max-width: 1500px){
	.row .col.m10 {
		width: 83.33333% !important;
		margin-left: 0;
	}
}

@media only screen and (min-width: 851px) and (max-width: 1500px){
	.row .col.m1 {
		width: 8.33333%;
		margin-left: 0;
	}
}

@media only screen and (min-width: 1500px) and (max-width: 1500px){
	.row .col.l8 {
		width: 66.66667%;
		margin-left: 0;
	}
}

@media only screen and (min-width: 851px) and (max-width: 1500px){
	.row .col.m5 {
		width: 41.66667%;
		margin-left: 0;
	}
}

@media only screen and (min-width: 851px) and (max-width: 1500px){
	.row .col.m9 {
		width: 75%;
		margin-left: 0;
	}
}

@media only screen and (min-width: 851px) and (max-width: 1500px){
	.row .col.m11 {
		width: 91.66667%;
		margin-left: 0;
	}
}

@media only screen and (min-width: 851px) and (max-width: 1500px){
	.row .col.m6 {
		width: 50%;
		margin-left: 0;
	}
}


@media only screen and (min-width: 1500px){
	.row .col.l6 {
		width: 50% !important;
		margin-left: 0;
	}
}

@media only screen and (min-width: 1500px){
	.row .col.l3 {
		width: 25% !important;
		margin-left: 0;
	}
}

@media only screen and (min-width: 1500px){
	.row .col.l9 {
		width: 75%;
		margin-left: 0;
	}
}

.cart-text .buynowgreen
{
	font-size: 18px;
}

.fullwidth{
	width: 100%;
}

.input-group .form-field {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
	border-left: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-field {
    display: block;
    width: 100%;
    height: 50px !important;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-appearance: none;

}

.input-group .field-has-nobutton{
	border-right: 1px solid #c2c2c2;
	border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.form-field  {
    padding-left: 22px !important;
}

.form-field.field-has-label {
    padding-left: 10px !important;
}

.input-group input {
	box-sizing: border-box;
	font-size: 16px;
	color:#999999;
}

.input-group input::placeholder {
    font-size: 16px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    text-align: center;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 6px;
	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
	border-left: 0 !important;
	width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-label {
    padding: 6px 12px 6px 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #222222;
    text-align: left;
    background-color: #fff;
    border-radius: 6px;
	width: 120px;
    white-space: nowrap;
    vertical-align: middle;
    border-left: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cart-form .input-group-label{
	width: 60px;
}

.input-group .form-field.field-has-label{
	border-left: 0px;
    border-top: 1px solid #c2c2c2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-field, .input-group-addon, .input-group-label {
    display: table-cell;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
	width: 100%;
}

.black-form-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;color: #FFF;
    background-color: #000;
	min-width: 75px;
}

.black-form-btn:focus {
    background-color: #000000;
}

.cart-text{
	color: #111111 !important;
	font-size: 16px !important;
}

.small-cart-text{
	font-size: 14px !important;
}

.dark-text{
	color: #111111 !important;
}

.cart-prod-head{
	font-size: 24px !important;
	font-weight: 600 !important;
	line-height: 0px;
}

.grey-text{
	color: #999999 !important;
}

.hovbor:hover{
	outline: 2px solid #cccccc;outline-offset: -3px;
}

.cartrow .material-icons{
	color: #000;
	display: inline-block;
	border-radius: 50%;
	box-shadow: 0px 0px 2px #666666;
	padding: 0.6em;
	font-size: 16px;
}

.dark-grey-text{
	color: #666666 !important;
}

#itms_in_your_cart, #summary_heading, #cart_total_price, .checkout-heading {
	font-size:1.7rem;
	font-weight: 700 !important;
	color: #111111 !important;
	line-height: 1.7rem;
}

#summary_heading_cart {
	font-size:1.5rem;
	font-weight: 700 !important;
	color: #111111 !important;
}

.pd0{
	padding: 0px !important;
}

.mg0{
	margin: 0px !important;
}

.pt35{
	padding-top: 35px !important;
}

.mb35{
	margin-bottom: 35px !important;
}

.pt40{
	padding-top: 40px !important;
}

.cart_img_slide_box{height:290px}

.gov_funding_bar {
	border-color: #E0E0E0;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
}

.gov_funding_bar p, #continue_shopping {
	font-size: 16px !important;
	color: #222222;
}

.gov_funding_bar a, #continue_shopping a{
	text-decoration: underline;
}

#continue_shopping{
	text-align: right;
}

.thin_grey_btm_border{
	border-style: solid !important;
	color: #999999 !important;
	border-width: 0px 0px 1px 0px;
}

.black_btm_border{
	border-style: solid !important;
	color: #000 !important;
	border-width: 0px 0px 2px 0px;
}

.cartrow {
    border-bottom: 1px #CCCCCC solid;
	border-top: 0px;
}

.cartrow:last-child {
	border-bottom: 0px !important;
}

.cartrow .row{
	margin: 0px !important;
	margin-top: 5px !important;
    padding-bottom: 20px !important;
}

.cartrow .row .col, .headings-row .col{
	padding-left: 0px !important;
}

.grey-border{
	border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
}

.cart-thumb-div{
	border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
	max-width: 90%;
	padding: 10px;
    display: flex;
    justify-content: center;
}
.weekprice{font-size:0.9rem}

.mt30 {
	margin-top: 30px!important;
}

.align-right{
	text-align: right;
}

@media only screen and (max-width: 1550px){
	.cart_img_slide_box{height:240px}
	.weekprice{font-size:0.6rem}
}

@media only screen and (max-width: 1300px){
	.cart_img_slide_box{height:200px}
}

@media only screen and (max-width: 1100px){
	.cart_img_slide_box{height:170px}
}

@media only screen and (max-width: 850px){
	.cart_img_slide_box{height:220px}
	.weekprice{font-size:1rem}
}

@media only screen and (max-width: 700px){
	.cart_img_slide_box{height:280px}
}

@media only screen and (max-width: 600px){
	.cart_img_slide_box{height:260px}
}

@media only screen and (max-width: 500px){
	.cart_img_slide_box{height:240px}
}

@media only screen and (max-width: 400px){
	.cart_img_slide_box{height:220px}
}




@media only screen and (min-width: 850px){
	.right-on-med-and-up{
		text-align: right;
	}
	.cart-list{
		padding-right: 65px !important;
	}
}

@media only screen and (max-width: 850px)
{
	.accordian_body {
		padding: 15px !important;
	}
	#extra_free_accessory{
		font-size:1rem;padding:0.8rem 1.2rem
	}
	.s7grey{
		color:#999999;
	}
	.cart-thumb{
		max-height:80px;
	}
	.cartrow{
		padding: 10px 0px 0px 0px !important;
	}
}

.remove-item span{
	color: #111111 !important;
	text-decoration: underline;
}

#zip_tot_desktop img{
	max-width: 122px;
}

@media only screen and (min-width: 851px){
	.remove-item span{
			display: none;
		}
}

.cc-form-wrapper{
	padding-right: 6px !important;
}

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

	/* This section disables 4 payment method boxes in a row on mobile */
	.payment-tabs .tabs {
		display: block !important;
	}
	.tab-content{
		margin-top: 30px;
	}
	.payment-tabs .tab.margin-right {
    	margin-right: 0% !important;
	}
	.payment-tabs .tab {
    	padding-top: 10px !important;
	}
	.payment-tabs .tab:nth-child(odd){
		padding-right: 5px !important;
	}
	.payment-tabs .tab:nth-child(even){
		padding-left: 5px !important;
	}
	/* End section */

	#thanks-page h5{
		font-size: 18px !important;
	}

	#thanks-col-left{
		background-color: #FFFFFF;
	}

	#thanks-col-left-inner{
		padding: 35px 25px 35px 25px;
		background-color: #F5F5F5;
	}

	#check-shipping-address{
		padding: 35px 25px 35px 25px;
	}

	.cool-form-group > span {
		min-width: 125px !important;
	}

	.cc-form-wrapper {
		padding: 0 .75rem !important;
	}

	.payment-tabs .tabs, .payment-tabs .tab {
    	min-height: 180px !important;
	}

	.payment-tabs .tab a .tab-header-text {
    	padding-top: 9px;
	}
	.payment-tabs .tab a .tab-header-text {
   		font-size: 14px !important;
	}
	.delivery-tabs .tab-content{
		padding: 40px 30px 30px 30px;
	}
	.form-row .col-left{
		padding: 0 .75rem !important;
	}
	.form-row .col-mid{
		padding: 0 .75rem !important;
	}
	.form-row .col-right{
		padding: 0 .75rem !important;
	}
	.checkout-cc-form .col-left{
		padding: 0 .75rem !important;
	}
	.checkout-cc-form .col-right{
		padding: 0 .75rem !important;
	}
	.vertCenterContainer {
		display: block ;
	}
	.cart-quantity{
		text-align: left !important;
		margin-top: 10px;
		min-width: 135px;
	}
	.remove-item .material-icons{
		display: none;
	}
	.remove-item {
	margin-top: 16px;
	margin-left: 18px !important;
	}
	.cart-prod-head{
		line-height: 0;
	}
	.cart-thumb-div{
		margin-bottom: 20px;
	}
	.mb0-mobile{
		margin-bottom: 0px;
	}
	#continue_shopping{
		margin-top: 10px;
	}
	#summary_box{
		padding: 0px;
		border-width: 0px !important;
		margin-top: 40px;
	}
	#zip_tot_desktop img{
		max-width: 110px;
	}
}

@media only screen and (min-width: 851px) and (max-width: 1500px){

	/* This section disables 4 payment method boxes in a row on tablet size screens */
	.payment-tabs .tabs {
		    display: block !important;
	}
	.tab-content{
		margin-top: 30px;
	}
	.payment-tabs .tab.margin-right {
   		margin-right: 0% !important;
	}
	.payment-tabs .tab {
    	padding-top: 10px !important;
	}
	.payment-tabs .tab:nth-child(odd){
		padding-right: 5px !important;
	}
	.payment-tabs .tab:nth-child(even){
		padding-left: 5px !important;
	}
	/* End section */

	.zip-row {
		display: inline-block !important;
		text-align: center !important;
	}
	.cc-form-wrapper{
		padding-right: 12px !important;
	}
	.payment-tabs .tabs, .payment-tabs .tab {
   		min-height: 180px !important;
	}
	.payment-tabs .tab a .tab-header-text {
    	padding-top: 14px;
	}
	.payment-tabs .tab a .tab-header-text {
   		font-size: 14px !important;
	}
	.delivery-tabs .tab-content{
		padding: 60px 30px 30px 30px;
	}
	.qty {
		border-left: 1px solid #dddddd !important;
		border-right: 1px solid #dddddd !important;
		border-top: 0px  !important;
		border-bottom: 0px !important;
	}
	.remove-item{
		padding-right: 0px !important;
	}
	.input-group-label {
		width: 50px;
		padding: 6px 3px 6px 10px;
	}
	.cool-form-group > span {
    	padding: 6px 3px 6px 10px !important;
	}
	.form-row .m12.col-left{
		padding: 0 .75rem !important;
	}
	.form-row .m12.col-right{
    padding: 0 .75rem !important;
	}
	.form-row .m6.col-right{
		padding-left: 6px !important;
		margin-bottom: 12px !important;
	}
	.form-row .col-mid{
		padding: 0 .75rem !important;
		padding-right: 6px !important;
	}
	#zip_tot_desktop img {
    	max-width: 90px;
	}
}

@media only screen and (min-width: 1500px) and (max-width: 1750px){
	#summary_heading, #cart_total_price, .checkout-heading{
		font-size: 1.4rem !important;
	}
	#zip_tot_desktop img {
		max-width: 100px;
	}
}

@media only screen and (min-width: 1145px) and (max-width: 1500px){
	.cart-quantity .qty-btn{
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
}

@media only screen and (min-width: 851px) and (max-width: 1140px){
	.cartrow .row .col.remove-item {
		padding-left: 10px !important;
	}
}


/* The checkboxes container */
.checkboxes {
 	display: inline-block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxes input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}


/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ffffff;
	border: 1px #000000 solid;
}

/* On mouse-over, add an orange background color */
.checkboxes:hover input ~ .checkmark {
	background-color: #fffffff;
	border: 1px #F66E2E solid;
}

/* When the checkbox is checked, add a orange background */
.checkboxes input:checked ~ .checkmark {
	border: 1px #F66E2E solid;
}

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

/* Show the checkmark when checked */
.checkboxes input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkboxes .checkmark:after {
	left: 8px;
	top: 2px;
	width: 8px;
	height: 16px;
	border: solid #F66E2E;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cart_stock_img{
	max-width: 20px;
}
