@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#333333;
	text-align:center;
	font-family: 'Nunito Sans';
	overflow-x: hidden;
	font-size:14px;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#064870; text-decoration:none;}
a:hover {outline: none; /*color:#6ecddd;*/ text-decoration:none;}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

select{
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	}


/*=========FONTS===========*/

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans-Regular.woff2') format('woff2'),
        url('/fonts/NunitoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans-Bold.woff2') format('woff2'),
        url('/fonts/NunitoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans-SemiBold.woff2') format('woff2'),
        url('/fonts/NunitoSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans-Light.woff2') format('woff2'),
        url('/fonts/NunitoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
	}

/*-----------------------
MAIN CSS START
------------------------*/
.for-desk{display:block;}
.for-mob{display:none;}
html, body {
    margin: 0;
    width: 100%;
    height: 100%;
	}

.header {
	border-bottom: 1px solid rgb(223, 223, 223);
	text-align: center;
	padding: 21px;
}

.header .header-title {
	font-size: 24px;
	font-weight: bold;
}

.chkout-bg, .lft-chk, body{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
	}

.container{
	padding: 0 5%;
    width: 90%;
    max-width: 78.57143em;
	margin:0 auto;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	box-sizing:content-box;
	flex:1;
	}
.frm-main{
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	}
.lft-chk{
	width: 52%;
    padding-right: 6%;
	float:left;
	padding-top: 2em;
	box-sizing:content-box;
	}

.right-chk{
	width: 38%;
	padding-left: 4%;
	float:right;
	padding-top: 2em;
	position:relative;
	box-sizing:content-box;
	}
.right-chk:after{
	content: "";
	display: block;
	width: 300%;
	position: absolute;
	top: 0;
	left:0;
	bottom: 0;
	background: #fafafa !important;
	z-index: -1;
	-webkit-box-shadow: 1px 0 0 #e1e1e1 inset;
	box-shadow: 1px 0 0 #e1e1e1 inset;
	}

/*-----------------------
CSS FOR UPSELL SEC1
-------------------------*/
.logo-box{
	float: left;
	width: 100%;
	}
.logo{
	float:left;
	}
.norton-logo{
	float:left;
	}
ul.brdcrm{
	float:left;
	width:100%;
	margin-top: 1em;
	}
ul.brdcrm li{
	float:left;
	font-size: 0.85714em;
	color: #686868;
	}
ul.brdcrm li span{font-weight:600; color: #333333;}
ul.brdcrm li a{color:#686868;}

ul.brdcrm li svg{
	width: 10px;
    height: 10px;
	display: inline-block;
    vertical-align: middle;
    fill: #737373;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
	margin:0 5px;
	}
.paypal-box{
	float:left;
	width:100%;
	border:1px solid #d7d7d7;
	border-radius:3px;
	/*margin-top:30px;*/
	text-align:center;
	padding:0 15px 15px;
	}
.paypal-box span{
	display:inline-block;
	vertical-align:middle;
	padding:0 12px;
	margin:-13px 0 10px;
	font-size:13px;
	line-height:20px;
	color:#030303;
	font-weight:600;
	text-transform:uppercase;
	background:#fff;
	}
.paypalbtn{
	display:inline-block;
	vertical-align:middle;
	height: 42px;
	background: #ffc439;
	color: #111;
	box-sizing: border-box;
	border-radius:4px;
	width:180px;
	}
.paypalbtn img{height:20px; display:inline-block; vertical-align:middle; margin-top:10px;}

.alternate-payment-opt{
	float:left;
	width:100%;
	text-align:center;
	margin-top:1.5em;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.85714em;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    color: #737373;
	}
.alternate-payment-opt span{
	display: inline-block;
    padding: 0 1em;
	}
.alternate-payment-opt span img{
	display: inline-block;
	vertical-align:middle;
	margin-top:-3px;
	}
.alternate-payment-opt::after, .alternate-payment-opt::before {
	content: '';
	display: inline-block;
	height: 1px;
	background: #e6e6e6;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	}

.cp-contact, .cp-prospect{
	float:left;
	width:100%;
	margin-top:30px;
	}
.cp-prospect{margin-top:40px;}
.heading-box{
	float:left;
	width:100%;
	margin-bottom: 1.4em;
	}
.chk-head{
	/*float: left;*/
	font-weight:400;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	}
.frm-flds{
	float:left;
	width:100%;
	position:relative;
	margin:5px 0;
	}
.frm-flds.fl{float:left;}
.frm-flds.fr{float:right;}
.frm-flds.half-fld{width:49%;}
.frm-flds.drop-fld, .frm-flds.city-fld{width:34%; margin-right:1%;}
.frm-flds.zip-fld{width:30%;}
.frm-flds.exp-flds{width:60%;}
.frm-flds.cvv-flds{width:38%;}

.drop-fld:after,.country-fld:after{
	content:'';
	position:absolute;
	right:0;
	width: 50px;
	top:0;
	bottom:0;
	background:url(../images/select.svg) no-repeat center center;
	z-index:1;
	}

.frm-flds label{
	opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top:8px;
    left: 10px;
    font-size: 0.8571428571em;
    font-weight: 400;
    line-height: 1;
    color: #bbb;
    border-radius-top-left: 3px;
    transition: all .2s ease-in-out;
    z-index: 1;
	-webkit-transform: translateY(3px);
    transform: translateY(3px);
	}
.frm-flds .fl-is-active label{
	opacity: 1;
	visibility: visible;
	transform: none;
	color: #737373;
	}

.input-flds, .selcet-fld{
	float:left;
	width:100%;
	outline:none;
	border:1px solid #d9d9d9;
	height:46px;
	padding:10px;
	border-radius: 5px;
	color: #333;
	font-family: 'Nunito Sans';
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	box-sizing:border-box;
	font-size:13px;
	}
.frm-flds .fl-is-active .input-flds{
	padding-top: 1.5em;
    padding-bottom: 0.35714em;
	}
.input-flds:focus{
	border:1px solid #3c1a3f;
	box-shadow:0 0 0 1px #3c1a3f;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
.frm-flds .fl-is-active .selcet-fld {
    padding-top: 1.5em;
    padding-bottom: 0.3571428571em;
}
.label-checkbox{
	float:left;
	text-align:left;
	cursor:pointer;
	margin-top:10px;
	color: #545454;
	font-size:14px;
	}
.all-checkbox{
	display:inline-block;
	vertical-align:middle;
	-webkit-appearance:none;
	width:18px;
	height:18px;
	border:1px solid #d9d9d9;
	border-radius:3px;
	outline:none;
	position:relative;
	margin-right:7px;
	margin-top:-6px;
	-webkit-box-shadow: 0 0 0 0 #000000 inset;
	box-shadow: 0 0 0 0 #000000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.all-checkbox:checked{
	background:#3c1a3f;
	border:1px solid #3c1a3f;
	}
.all-checkbox:after{
	content:'';
	position:absolute;
	width:16px;
	height:16px;
	background:url(../images/tik.svg) no-repeat center center;
	left:0;
	top:0;
	opacity:0;
	z-index:1;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	}
.all-checkbox:checked:after{
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
	}
.all-sumbit{
	float:left;
	width:100%;
	margin-top:30px;
	}
.frm-submit{
	float:right;
	background:rgb(148, 115, 81);
	padding: 1.4em 1.7em;
	color:#fff;
	-webkit-appearance:none;
	border:none;
	outline:none;
	font-weight:600;
	font-size:14px;
	font-family: 'Nunito Sans';
	text-transform:uppercase;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	}
.frm-submit:hover{
	background:rgb(148, 115, 81);
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	}
a.back-btn{
	float:left;
	color:#3c1a3f;
	font-size:14px;
	margin-top:25px;
	}
a.back-btn svg{fill:#3c1a3f;}

.paypl-btn{
	float:right;
	}
.paypl-btn img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}

.call-qsn{
	position:absolute;
	right:15px;
	top:17px;
	}
.tooltip{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 130%;
    right: -80px;
    width: 180px;
    margin: 0 0 5px 0;
    padding:10px 1em;
    border-radius: 4px;
    white-space: normal;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    color: #fff;
    display: block;
    z-index: 200;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.3, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    background-color: rgba(51,51,51,0.9);
    visibility: hidden;
    opacity: 0;
	}
.call-qsn:hover .tooltip{
	opacity:1;
	visibility:visible;
	}
.tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
	margin-right:-5px;
    width: 0;
    border: 6px solid transparent;
    border-top-color: rgba(51,51,51,0.9);
}

/*RIGHT SIDE*/



.prod-box{
	float:left;
	width:100%;
	min-height:60px;
	display:table;
	vertical-align:middle;
	margin:10px 0;
	}
.ord-lft{
	width:75%;
	position:relative;
	padding-left:75px;
	display:table-cell;
	vertical-align:middle;
	}
.odr-remv{
	position:absolute;
	left:-15px;
	top:20px;
	cursor:pointer;
	}
.prod-img{
	position:absolute;
	width:62px;
	height:62px;
	border:1px solid #dedddd;
	border-radius:4px;
	overflow:hidden;
	background:#fff;
	left:0;
	top:0;
	}
.prod-img img{max-height:100%;}
.prod-count{
	left:50px;
	top:-5px;
	position:absolute;
	background-color: rgba(114,114,114,0.9);
	border-radius: 50%;
	padding:1px 5px;
	color:#fff;
	font-size:14px;
	}
.ord-lft p{
	float:left;
	width:100%;
	text-align:left;
	}
.ord-title{
	color: #323232;
	font-size:15px;
	font-weight:500;
	}
.ord-title span{
	font-size:12px;
	font-weight:normal;
	color:#959595;
	}
.ord-desc{
	color: #717171;
	font-size:13px;
	}
.ord-right{
	display:table-cell;
	vertical-align:middle;
	}
.ord-right p{
	float:right;
	color: #323232;
	font-size:14px;
	text-align:right;
	font-weight:600;
	}
.devider-cp{
	float:left;
	width:100%;
	margin:20px 0;
	height:1px;
	background:#dedede;
	}
.cart-table{
	color: #535353;
	width:100%;
	font-size:14px;
	line-height:30px;
	}
.cart-table span{
	color:#323232;
	font-weight:500;
	}
.tot-txt-l{
	font-size:16px;
	color:#464646;
	}
.total-txt{
	font-size:20px;
	color:#191919;
	font-weight:600;
	}
.total-txt span{font-size:20px; display:inline-block; vertical-align:middle;}
.total-txt span small{
	font-size:12px;
	color:#7c7c7c;
	font-weight:normal;
	}
.qsn{
	display:inline-block;
	vertical-align:middle;
	}
.apply-cuppon {
    float: left;
    width:100%;
	}
.apply-cuppon input{
    float: left;
    width:calc(100% - 105px);
    background: #fff;
    border: 1px solid #d7d7d7;
	font-family: 'Nunito Sans';
    font-size: 13px;
    height:45px;
    color: #000;
    padding: 5px 10px;
	-webkit-appearance:none;
	border-radius:5px;
	outline:none;
	}
.apply-cuppon input::placeholder{ color:#74747c;}
.apply-cuppon button{
    float: right;
    width:90px;
	font-family: 'Nunito Sans';
    height:45px;
    line-height:42px;
    background: #c8c8c8;
    font-size: 14px;
    color: #000000;
	text-align:center;
	border:none;
	outline:none;
	cursor:pointer;
	border-radius:5px;
	}

/*------------------------
CSS FOR SHIPPING PART
-------------------------*/
.contact-editor{
	float:left;
	width:100%;
	border: 1px solid #d9d9d9;
	padding:0 15px;
	border-radius:4px;
	margin-top:30px;
	}
.data-row{
	float:left;
	width:100%;
	border-bottom: 1px solid #d9d9d9;
	padding:12px 0;
	position:relative;
	padding-right:60px;
	}
.data-row:last-child{border-bottom:0;}
.label-type{
	float:left;
	width:25%;
	color: #737373;
	font-size:14px;
	text-align:left;
	}
.get-info{
	float:left;
	width:75%;
	color: #333333;
	font-size:14px;
	text-align:left;
	}
a.change-info{
	position:absolute;
	right:0;
	top:10px;
	color:#3c1a3f;
	font-size:14px;
	}
.cp-shipping{
	float:left;
	width:100%;
	margin-top:35px;
	}
.shippingtypebox{
	float:left;
	width:100%;
	/*border: 1px solid #d9d9d9;*/
	padding:15px;
	/*border-radius:4px;*/
	}
.standrd_ship{
	float:left;
	width:100%;
	text-align:left;
	color: #545454;
	font-size:14px;
	cursor:pointer;
	}
.standrd_ship p{
	display:inline-block;
	vertical-align:middle;
	}
.standrd_ship span{
	float:right;
	font-weight: 600;
	color: #333333;
	}
.shipping-icon{
	float:left;
	width:100%;
	color: #ec5246;
	font-size:18px;
	text-align:left;
	font-weight:600;
	margin:20px 0;
	}
.shipping-icon img{
	width:48px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	}
.chk-subheading{
	float:left;
	width:100%;
	color: #575757;
	font-size:14px;
	text-align:left;
	}

/*------------------------
CSS FOR SHIPPING PART
-------------------------*/
.payoptbox{
	float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
	border-radius: 4px;
	position:relative;
	}
.payment-cards-box{
	float: left;
    width: 100%;
    padding:13px 15px 10px 15px;
	}
.payment-cards-box.open{
	border-bottom: 1px solid #d9d9d9;
	}
.payment-cards-box p{
	float:left;
	font-weight: 600;
    color: #333333;
	font-size:17px;
	}
.payment-cards-box img{
	float:right;
	}
.payment-cards-box small{
	float:right;
	margin:5px 0 0 5px;
	}
.payment-flds-box{
	float: left;
    width: 100%;
    border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
    padding:10px 15px;
	background-color: #fafafa;
	}
.lock-bg, .help-icon{
	color: #919191;
	width:17px;
	position:absolute;
	right:15px;
	top:0px;
	}
.frm-flds.card-nme-fld{
	width:46%;
	}
.frm-flds.card-sm-fld{
	width:25%;
	margin-left:2%;
	}
.billingtogglbtn, .paymybtn{
	float:left;
	width:100%;
	font-weight: 500;
    color: #333333;
	font-size:16px;
	text-align:left;
	cursor:pointer;
	}
.paymybtn{float:left; width:40%;}
.billingtogglbtn input[type=radio], .ship-label-btn input[type=radio], .paymybtn input[type=radio]{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	width: 18px;
	height: 18px;
	-webkit-box-shadow: 0 0 0 0 #000000 inset;
	box-shadow: 0 0 0 0 #000000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:1px solid #d9d9d9;
	border-radius:50%;
	outline:none;
	margin-top:-2px;
	}
.billingtogglbtn input[type=radio]:checked, .ship-label-btn input[type=radio]:checked, .paymybtn input[type=radio]:checked{
	background:#3c1a3f;
	}
.billingtogglbtn input[type=radio]:checked:after, .ship-label-btn input[type=radio]:checked:after, .paymybtn input[type=radio]:checked:after{
	width:6px;
	height:6px;
	border-radius:50%;
	background:#fff;
	position:absolute;
	content:'';
	left:5px;
	top:5px;
	}
.payplsvg{
	display:inline-block;
	vertical-align:middle;
	}
.paypal-txt{
	float:left;
	width:100%;
	padding:0 12%;
	padding-bottom:20px;
	color: #545454;
	font-size:14px;
	line-height:20px;
	}

/*=======BUMP_UPSELL===========*/

.offer-box{
	float:left;
	width:100%;
	border:2px solid #fff;
	background:#fff;
	border-radius:5px;
	margin-top:35px;
	box-shadow:0 2px 9px 1px rgba(0,0,0,0.1);
	position:relative;
	overflow:hidden;
	cursor: pointer;
	padding:20px 20px;
	text-align:left;

	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.offer-box.active{
	border:2px solid #3c1a3f;

	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.offer-box2{ margin-bottom:15px;}
.offer-box input[type=checkbox]{
	position:absolute;
	left:0;
	opacity:0;
	}
.offer-box input[type=checkbox] + span{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	width:20px;
	height:20px;
	border-radius:3px;
	border:1px solid #d9d9d9;
	background:#fff;
	-webkit-appearance:none;
	-webkit-box-shadow: 0 0 0 0 #000000 inset;
	box-shadow: 0 0 0 0 #000000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.offer-box input[type=checkbox]:checked + span{
	background:#3c1a3f;
	border:1px solid #3c1a3f;
	}
.offer-box input[type=checkbox]:checked + span:after{
	content:'';
	position:absolute;
	width:20px;
	height:20px;
	background:url(../images/tik.svg) no-repeat center center;
	left:0;
	top:-1px;
	}
.offr-hdng{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 25px);
	font-size:20px;
	line-height:26px;
	color:#3c1a3f;
	letter-spacing:0.5px;
	font-weight:600;
	padding-left:5px;
	}
.ofrbox-mdl{
	float:left;
	width:100%;
	margin:22px 0 0;
	position:relative;
	display: flex;
    flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
	}
.ofrbx-prod{
	float:left;
	width:100px;
	}
.ofrbox-mdl > div{
	float:right;
	width:calc(100% - 120px);
	text-align:left;
	}
.ofrbox-mdl p{
	font-size:18px;
	line-height:26px;
	color:#141414;
	}
/*-----------------------
CSS FOR FOOTER
-------------------------*/
.footer{
	float:left;
	width:100%;
	padding:1em 0;
	margin-top:4em;
	border-top: 1px solid #e6e6e6;
	}
.footer p {
	float: left;
	width: 100%;
	font-weight:400;
	font-size: 0.85714em;
	line-height:20px;
    color: #3c1a3f;
	text-align:left;
	}
.footer p a{ padding:0 5px;}
#toggle-mob-cart{
	width:100%;
	}



@media only screen and (max-width:999px){
.for-desk{display:none;}
.for-mob{display:block;}

.top-header{
	width:100%;
	padding:1.3em 0;
	}
.mob-logo{
	float:left;
	width:120px;
	}
.norton-logo{max-height: 2.8571428571em;}
.container{
	width:100%;
	padding:0 1em;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	max-width: 40em;
	-webkit-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	box-sizing:border-box;
	}

.lft-chk{width:100%; padding-right:0; float:none; padding-top:10px;}
.right-chk{width:100%; padding-left:0; float:none; padding:0;}
.right-chk:after{left:-100%; box-shadow:none;}

ul.brdcrm li svg{ margin:-3px 5px 0;}
.paypalbtn{width:100%; height:54px; margin-top:5px;}
.paypalbtn img{height:24px; margin-top:16px;}
.devider-cp{margin:10px 0;}
.prod-img{width:55px; height:50px;}
.ord-title{font-size:13px; line-height:16px;}
.prod-box{min-height:50px; padding:0 5px 0 13px;}
.odr-remv{ top:14px;}

.frm-submit{width:100%;}

.summry-toggle-mob{
	background: #fafafa;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 1.25em 0;
	text-align: left;
	width: 100%;
	cursor:pointer;
	}
.summry-toggle{
	float:left;
	width:60%;
	color: #3c1a3f;
	font-size:14px;
	}
.order-summary-toggle__icon{
	fill: #3c1a3f;
	display:inline-block;
	vertical-align:middle;
	margin-right: 0.75em;
	}
.togle-price{
	float:right;
	width:40%;
	font-size: 1.28571em;
	line-height: 1em;
	color: #333333;
	text-align:right;
	}
.order-summary-toggle__dropdown {
	vertical-align: middle;
	-webkit-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out;
	fill: #3c1a3f;
	}
#toggle-mob-cart.isopened{
	height: 0;
	visibility:hidden;
	overflow: hidden;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}
a.back-btn{float:none; display:inline-block; vertical-align:middle;}
.contact-editor{margin-top:15px;}

.tooltip{ right:-15px;}
.tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 24px;
    width: 0;
    border: 6px solid transparent;
    border-top-color: rgba(51,51,51,0.9);
}


}
@media only screen and (max-width:749px){
.frm-flds.half-fld, .frm-flds.drop-fld, .frm-flds.zip-fld,.frm-flds.city-fld {
	width: 100%;
	margin-right: 0;
	}
.alternate-payment-opt{font-size: 0.75714em;}

.shippingtypebox{ padding:12px;}
.standrd_ship p{ width:74%;}


/*=======BUMP_UPSELL===========*/
.offer-box{ padding:15px 10px;margin-top: 30px;}
.offr-hdng{font-size: 16px;line-height: 20px;}
.ofrbox-mdl{margin: 20px 0 0;}
.ofrbx-prod{ width:65px;}
.ofrbox-mdl > div {width: calc(100% - 80px);}
.ofrbox-mdl p {font-size: 15px;line-height: 21px;}
.offer-box2{ margin-bottom:0;}
.payment-cards-box img {width: 125px;}
.payment-cards-box small { margin: 3px 0 0 5px;}



}






/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:2.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}


@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto}}


/** CUSTOM **/

.checkout-page.lazy-bg-loaded {
    background: none;
}

.package-box:first-of-type {
    margin-left: 0px;
}

.slct-size-bx .select-size {
    display: block;
}

.slct-size-bx .select-size p {
    display: inline-block;
}

.select-size input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #4a4a4a;
}

.checkout-item {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

.checkout-item:first-child {
    padding-top: 15px;
}

.component-product-configurator-special-upgrade {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #1f404f;
    -webkit-box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 15px;
    background: #f2fbff;
    padding-left: 15px;
}

.component-product-configurator-special-upgrade .checkout-checkbox__inner--flex {
    justify-content: normal;
}

.component-product-configurator-special-upgrade .checkout-checkbox__figure {
    width: auto;
}

.component-product-configurator-special-upgrade .checkout-checkbox__figure img {
    width: auto;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

.component-product-configurator-special-upgrade .checkout-checkbox__content {
    padding-left: 15px;
}

.component-product-configurator-special-upgrade .checkout-checkbox__inner {
    margin-top: 0px;
}

.component-product-configurator-special-upgrade .checkout-item__body {
    margin-top: 0px;
}

.component-product-configurator-special-upgrade .checkout-item__title {
    margin-left: 0px;
    background: none;
}

.checkout-item__headline {
    /*background: #e5e5e5;*/
    /*background-position: center;*/
    /*height: 1px;*/
    margin-top: 33px;
    margin-bottom: 33px;
    background: none;
}

.checkout-item__step::before {
    counter-increment: section;
    content: "Step #" counter(section);
    top:50%;
    width:100%;
    background: #fff;
}

.checkout-item__step {
    width: 100px;
    color:#1f404f;
    font-size:24px;
    position:relative;
    letter-spacing:0.5px;
    background:#fff;
}

.checkout-item__title {
    background: #fff;
    margin-left: 0px;
    color: #1f404f;
    font-size: 24px;
}

/*.component-shipping-provider .option-name {*/
/*    display: none;*/
/*}*/

.component-shipping-provider .shipping-provider-label {
    display: none;
}

.component-shipping-provider .shipping-provider-select {
    display: none;
}

.component-shipping-provider .shipping-option-label {
    display: none;
}

.shipping-option-name {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.shipping-component-container br {
    display: none;
}

.component-customer-information .checkout-item__headline {
    display: none;
}

.component-payment-information .checkout-item__headline {
    display: none;
}

.optional-checkout-button .checkout-item__headline {
    padding: var(--addon-section-padding);
    border-bottom: 2px dashed #505050;
    display: flex;
    padding: 9px 25px;

    background: #ffff99;
    padding: 14px 10px 12px;
    text-align: left;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px dashed #4b4b4b;

    border: 1px dashed #4b4b4b;
    border-radius: 10px 10px 0px 0px;
    padding: 8px 10px 6px !important;

    margin-bottom: 0px;
    margin-top: 20px;
    height: auto;
}

.optional-checkout-button .checkout-item__headline label {
    padding-top: 5px;
    margin-right: 5px;
}

.optional-checkout-button .checkout-item__title {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    background: none;
}

.optional-checkout-button .checkout-item__body {
    padding: var(--addon-section-padding);
    background: none !important;
    margin-top: 0px;
    padding-top: 15px;

    border: 1px dashed #4b4b4b;
    border-radius: 0px 0px 10px 10px;
    border-top: 0px;
}

.optional-checkout-button .checkout-item__price {
    display: none;
}

.optional-checkout-button .checkout-checkbox.selected {
    border: none;
}

.optional-checkout-button .checkout-item__body .checkbox__inner {
    /*display: none;*/
}

.optional-checkout-button .checkout-checkbox__col {
    display: none;
}

.optional-checkout-button .checkout-item__body br {
    display: none;
}

.optional-checkout-button .checkout-form__text[presale-type='optional unchecked'],
.optional-checkout-button .checkout-form__text[presale-type='optional checked']
{
    margin-top: 0px;
}

.optional-checkout-button .checkout-form__text
{
    margin-left: 15px;
    margin-right: 15px;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #161616;
}

.optional-checkout-button .checkout-checkbox {
    padding: 0px;
}

.optional-checkout-button .checkout-item--yellow {
    padding: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #fcf8e3 !important;
}

.optional-checkout-button .checkout-item__body {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
}

.optional-checkout-button .checkbox__input {
    width: auto;
    height: auto;
    position: inherit;
    opacity: inherit;
    display: none;
}

.optional-checkout-button .checkout-item__step {
    display: none;
}

.optional-checkout-button .checkbox__checkmark {
    background-color: #fff !important;
}

.checkout-actions__arrow {
    display: none;
}

/*.checkout-form__submit {*/
/*    width: 100%;*/
/*    background: url(images/check.png) no-repeat 20px center #62a011;*/
/*    margin-top: 20px;*/
/*    border-radius: 5px;*/
/*    border: none;*/
/*    border-bottom: 2px solid #49780c;*/
/*    height: 80px;*/
/*    line-height: 78px;*/
/*    color: #fff;*/
/*    font-size: 38px;*/
/*    letter-spacing: 1px;*/
/*    font-weight: 700;*/
/*    text-align: center;*/
/*    padding: 0px;*/
/*    !*padding-right: 65px;*!*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    text-shadow: 1px 1px 1px #000;*/
/*    font-family: 'Nunito Sans', sans-serif;*/
/*    outline: none;*/
/*    cursor: pointer;*/
/*}*/

.checkout-actions__btn span {
    display: none;
}

.checkout-actions__btn span:after {
    display: none;
}

.checkout-actions__inner {
    max-width: 100%;
}

.checkout-actions__security {
    display: none;
}

.additional-fees {
    padding-top: 0px;
}

.prod-slide {
    float: left;
    width: 100%;
    background: #f0eeee;
    padding: 20px 10px;
    border: 1px solid #ececec;
    border-radius: 10px;
}

.checkout-item__discount {
    display: none;
}

.component-payment-summary .checkout-item__discount {
    display: inline-flex;
}

.checkout-item__price {
    background: none;
    text-align: center;
    margin-left: -28px;
}

.checkout-item__price .price {
    font-weight: 800;
    font-size: 27px;
}

.checkout-item__prices {
    align-items: end;
}

.checkout-item__pair {
    padding-bottom: 10px;
    margin-left: -10px;
    font-weight: normal;
    font-size: 18px;
}

.price-before-discount s {
    color: #f00;
}

.slick-slide .prd-nav {
    height: auto;
}

.component-payment-information .checkout-radio {
    padding-bottom: 0px;
}

.component-payment-information .payment-info {
    padding-bottom: 0px;
}

.component-payment-button .checkout-actions__footer {
    padding-top: 0px;
}

.component-product-configurator-special-upgrade .checkout-checkbox__figure {
    align-self: center;
}

.component-product-configurator-special-upgrade .checkout-checkbox__image {
    width: 85px;
}

#paypal-button-container {
    margin-top: 20px;
    width: 400px !important;
}

.component-payment-summary .checkout-item__title {
    visibility: hidden;
    word-spacing: -999px;
    letter-spacing: -999px;
}

.component-payment-summary .checkout-item__title:after {
    content: "Order Summary";
    visibility: visible;
    word-spacing: normal;
    letter-spacing: normal;
}

.component-payment-summary .checkout-item__step_finish {
    display: none;
}

.component-payment-summary .checkout-item__headline {
    background: none;
}

.component-payment-summary .finish-your-order {
    background: none;
}

.payoptbox {
    border: 0px;
}

.component-payment-information label .checkout-form__text {
    text-align: left;
}

.regular-subscription-pricing {
    display: none;
}

.component-payment-button .checkout-actions__text {
    display: none !important;
}

.checkout-actions__text {
    padding-top: 0px;
    display: block !important;
}

.component-payment-button .checkout-actions__footer {
    padding-bottom: 0px;
}

.component-payment-summary .checkout-item__headline {
    display: none;
}

.component-payment-information .checkout-item__body {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

.component-payment-information .checkout-radio__text {
    display: none;
}

.component-payment-information .checkout-radio {
    padding: 13px 15px 10px 15px;
}

.component-payment-information .payment-info__method {
    font-size: 16px;
}

.component-payment-information .payment-info__credit {
    display: none;
}

.component-payment-information .payment-info__paypal {
    width: 75px;
}

.component-payment-information .paypal.payment-info__cards {
    display: none;
}

.component-payment-information .payment-info__body {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 15px;
    background-color: #fafafa;
}

.component-payment-information .payment-info__headline {
    display: none;
}

.component-payment-information .radio-element.selected {
    /*border: 1px solid #d9d9d9;*/
    border: none;
}

.component-payment-information .paypal.payment-info__item {
    border-bottom: 1px solid #d9d9d9;
}

.checkout-item__step {
    display: none;
}

.shipping-option-name {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: none;
    margin-top: -1px;
    padding: 13px 15px 10px 15px;
}

.shipping-option-name p {
    padding: 0px;
    font-size: 16px;
    text-align: left;
    padding-left: 30px;
}

.shipping-option-name.selected {
    background: none;
    border: 1px solid #d9d9d9;
    box-shadow: none;
}

.component-customer-information .checkout-item {
    margin-top: 0px;
    padding-top: 0px;
}

.component-customer-information .checkout-item__body {
    /*margin-top: 0px;*/
    padding-top: 0px;
}

.heading-box {
    margin-bottom: 0px;
}

.shipping-component-container .checkout-item__headline {
    background: none;
}

.shipping-component-container .checkout-item__title {
    font-weight: 400;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}

.shipping-component-container .checkout-item__title {
    visibility: hidden;
    word-spacing: -999px;
    letter-spacing: -999px;
}

.shipping-component-container .checkout-item__title:after {
    content: "Shipping method";
    visibility: visible;
    word-spacing: normal;
    letter-spacing: normal;
}

.payment-button-container {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
	width: 100%;
}

.checkout-actions__footer {
    padding-left: 0px;
    padding-right: 0px;
}

.checkout-form__submit {
    background: rgb(148, 115, 81);
    padding: 1.4em 1.7em;
    color: #fff;
    -webkit-appearance: none;
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Nunito Sans';
    text-transform: uppercase;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    margin-top: 20px;
}

.checkout-cart__badge {
    display: none;
}

.checkout-cart {
    text-align: left;
}

/*.component-product-configurator.optional-checkout-button {*/
/*    box-shadow: 0 2px 9px 1px rgb(0 0 0 / 10%);*/
/*    padding: 20px;*/
/*    margin-top: 40px;*/
/*}*/

/*.component-product-configurator.optional-checkout-button:has(.checkbox__input:checked) {*/
/*    border: 2px solid #3c1a3f;*/
/*}*/

/*.component-product-configurator.optional-checkout-button .checkout-item__headline {*/
/*    background: #fff;*/
/*    border: 0px;*/
/*    margin-top: 0px;*/
/*}*/

/*.component-product-configurator.optional-checkout-button .checkout-item__body {*/
/*    border: 0px;*/
/*}*/

/*.component-product-configurator.optional-checkout-button .checkout-item__body {*/
/*    background: none !important;*/
/*}*/

/*.component-product-configurator.optional-checkout-button .checkout-item--yellow {*/
/*    background: none !important;*/
/*    !*margin-left: 20px;*/
/*    margin-bottom: 20px;*!*/
/*}*/

/*.component-product-configurator.optional-checkout-button .checkout-item__title {*/
/*    display: flex;*/
/*}*/

.component-payment-summary .checkout-cart {
    background: none;
    padding-left: 0px;
    padding-right: 0px;
}

.checkout-cart__img {
    max-width: 60px !important;
}

.component-payment-summary .checkout-cart__name {
    color: #323232;
    font-size: 15px;
    font-weight: 500;
}

.component-payment-summary .checkout-item__price {
    width: 100%;
    display: flex;
    text-align: right;
    justify-content: flex-end;
    padding-right: 0px;
}

.component-payment-summary .checkout-item__discount {
    left: 0px;
    background: transparent;
    color: #535353;
    font-size: 14px;
    line-height: 30px;
}

.component-coupon .checkout-item__title {
    display: none;
}

.component-coupon .checkout-item {
    background: transparent;
}

.component-payment-summary .checkout-cart__figure {
    margin-right: 10px;
}

.component-payment-summary .checkout-cart__figure img {
    border: 1px solid #dedddd;
    border-radius: 4px;
    min-width: 60px;
    max-width: 60px;
}

.gray-body .cart-container {
    background: #f6f5f5 !important;
}

.gray-body .container {
    background: #f6f5f5 !important;
}

.component-shipping-address-information .checkout-item__title {
    font-weight: 400;
    color: #333;
    font-size: 18px;
    line-height: 24px;
}

@media only screen and (max-width: 578px){
    .cart-row {
        display: grid !important;
    }

    /*.checkout-form__submit {*/
    /*    text-align: center;*/
    /*    margin: 19px 0 0 0;*/
    /*    font-size: 26px !important;*/
    /*    padding: 0 0 4px 25px;*/
    /*}*/

    .checkout-actions__btn span {
        display: none !important;
    }

    .checkout-actions__inner {
        max-width: 400px;
    }

    .cp-shipping{
        margin-top:0px;
    }

    .component-shipping-address-information .checkout-item__headline {
        margin-top: 0px;
    }

    .payment-button-container {
        flex-direction: column-reverse;
    }

    .checkout-form__submit {
        padding: 1.4em 1.7em;
        font-weight: 600;
        font-size: 14px;
        font-family: 'Nunito Sans';
        text-transform: uppercase;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all 0.2s ease-in-out 0.1s;
        transition: all 0.2s ease-in-out 0.1s;
    }

    .component-payment-button {
        width: 100%;
    }

    .checkout-item__headline {
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 400px){
    /*.checkout-form__submit {*/
    /*    font-size: 22px !important;*/
    /*    padding: 0 0 4px 40px;*/
    /*}*/
}

@media only screen and (max-width: 280px){
    /*.checkout-form__submit {*/
    /*    font-size: 18px !important;*/
    /*    padding-left: 50px;*/
    /*    line-height: 25px;*/
    /*    padding-top: 14px;*/
    /*}*/
}

@media only screen and (max-width:767px){
    .quantity-picture-price-container {
        float: right;
        width: 50%;
    }

    .checkout-item {
        margin-bottom: 20px;
    }

    .checkout-quantity {
        padding-bottom: 0px;
    }

    .checkout-item__price {
        text-align: left;
        padding-left: 0px;
        display: inline-block;
        margin-left: 0px;
    }

    .checkout-item__pair {
        margin-left: -6px;
    }

    .most-popular-best-value-price {
        display: block;
    }

    .most-popular-best-value-price .stars {
        text-align: left !important;
    }

    .prod-heading {
        text-align: center;
    }

    .low-stock-image {
        display: none !important;
    }

    .prd-rat {
        text-align: center;
    }

    .prd-rat .show-tab {
        display: none;
    }

    /*.checkout-item__headline {*/
    /*    margin-top: 0px;*/
    /*}*/

    .top-right-list {
        margin-bottom: 25px;
    }

    .shipping-component-container {
        margin-top: -20px;
    }

    .shipping-component-container .checkout-item__title {
        /*display: none;*/
    }

    .component-product-configurator-special-upgrade .checkout-checkbox__inner--flex {
        display: flex;
    }

    .component-product-configurator-special-upgrade .checkout-checkbox__content {
        margin-top: 0px;
    }

    .component-customer-information .country-select {
        height: 59px;
        font-size: 0.80rem;
    }

    .component-customer-information input {
        height: 59px;
    }

    /*.checkout-item__step {*/
    /*    margin-top: -20px;*/
    /*}*/

    /*.checkout-item__title {*/
    /*    margin-top: -20px;*/
    /*}*/

    .checkout-item--yellow .checkout-item__title {
        margin-top: 0px;
    }
}





/** CHECKOUT CHECKBOX */

.optional-checkout-button .checkout-item__headline {
	padding: var(--addon-section-padding);
	border-bottom: 2px dashed #505050;
	display: flex;
	padding: 9px 25px;

	background: #ffff99;
	padding: 14px 10px 12px;
	text-align: left;
	border-radius: 10px 10px 0 0;
	border-bottom: 1px dashed #4b4b4b;

	border: 1px dashed #4b4b4b;
	border-radius: 10px 10px 0px 0px;
	padding: 8px 10px 6px !important;

	margin-bottom: 0px;
	margin-top: 20px;
	height: auto;
}

.optional-checkout-button .checkout-item__headline label {
	padding-top: 5px;
	margin-right: 5px;
}

.optional-checkout-button .checkout-item__title {
	color: #000000;
	font-weight: 700;
	font-size: 16px;
	background: none;
}

.optional-checkout-button .checkout-item__body {
	padding: var(--addon-section-padding);
	background: none !important;
	margin-top: 0px;
	padding-top: 15px;

	border: 1px dashed #4b4b4b;
	border-radius: 0px 0px 10px 10px;
	border-top: 0px;
}

.optional-checkout-button .checkout-item__price {
	display: none;
}

.optional-checkout-button .checkout-checkbox.selected {
	border: none;
}

.optional-checkout-button .checkout-item__body .checkbox__inner {
	/*display: none;*/
}

.optional-checkout-button .checkout-checkbox__col {
	display: none;
}

.optional-checkout-button .checkout-item__body br {
	display: none;
}

.optional-checkout-button .checkout-form__text[presale-type='optional unchecked'],
.optional-checkout-button .checkout-form__text[presale-type='optional checked']
{
	margin-top: 0px;
}

.optional-checkout-button .checkout-form__text
{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	margin-bottom: 1rem;
	font-weight: 500;
	color: #161616;
}

.optional-checkout-button .checkout-checkbox {
	padding: 0px;
}

.optional-checkout-button .checkout-item--yellow {
	padding: 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: #fcf8e3 !important;
}

.optional-checkout-button .checkout-item__body {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
}

.optional-checkout-button .checkbox__input {
	width: auto;
	height: auto;
	position: inherit;
	opacity: inherit;
	display: none;
}

.optional-checkout-button .checkout-item__step {
	display: none;
}

.optional-checkout-button .checkbox__checkmark {
	background-color: #fff !important;
}

/** CHECKOUT CHECKBOX */
