/*Controllers*/
.cb.plain {
	position: absolute !important;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}

/* Product Builder */
.product-builder-wrapper .prod-header {
    padding: 20px 0;
}
.product-builder-wrapper .prod-header img {
	width: 100%;
    vertical-align: top;
    max-width: 280px;
    margin: 0px auto 30px;
    display: table;
}
.product-builder-wrapper .prod-header h1 {
	font-size:50px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
}
.product-builder-wrapper .prod-header h2 {
	font-size:22px;
	color:#000;
}
.product-page.pb-block.pb-block-type-accordion .box-container > .box {
	margin: 0;
}
.product-page.pb-block.pb-block-type-accordion .box-container > .box h4 {
	margin: 0;
	cursor: pointer;
	font-weight: 300;
	color: #000;
}
.product-page.pb-block.pb-block-type-accordion .box-container > .box .accordion-inner {
	padding-top: 10px;
}

/* Product builder items */
.product-builder-selector .coltable > .col {
	padding: 20px;
}
.product-builder-selector .coltable > .col > a.bt-wrap img {
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	transition: all 0.2s ease-in-out 0s;
	box-shadow: 5px 5px 10px #DDD;
}
.product-builder-selector .coltable > .col > a.bt-wrap:hover img {
	transform: scale(1.2,1.2);
}
.product-builder-selector .coltable > .col > a.bt-wrap {
	text-decoration: none;
}

/* Panel */
.panel {
    margin-bottom: 40px;
}

.panel > .panel-heading {
	border-top-right-radius:20px;
	border-top-left-radius:20px;
	background:#f2b800;
	padding:16px 22px 13px;
}
.panel > .panel-heading p {
	margin:0;
}
.panel > .panel-heading .h3 {
	font-size:26px;
	font-weight:800;
	color:#000;
}
.panel > .panel-heading .coltable .col:last-child {
	text-align:right;
}
.panel > .panel-heading .coltable .col:last-child p {
    font-size: 18px;
	font-weight:400;
}
.panel > .panel-heading .coltable .col:last-child p a {
	font-weight:800;
    margin-left: 5px;
	color:#000;
}
.panel > .panel-heading .coltable .col:last-child p a i {
	position: relative;
    margin-left: 3px;
    top: 1px;
}
.panel > .panel-footer {
	background:#F8F8F8;
	padding:10px 15px;
}
.panel > div:last-child {
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
.panel > .panel-body {
	padding:0px;
	border:3px solid #e3e3e3;
}

/* Product Annealer */
.prod-annealer .col.first {
    width: 40%;
    position: relative;
    overflow: hidden;
}
.prod-annealer .col.first img {
    object-fit: cover;
    font-family: "object-fit: cover";
    max-height: 100%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    width: 100.5%;
    vertical-align: top;
    border-bottom-left-radius: 8px;
}

.prod-annealer .col.last {
    width: 60%;  
    padding: 30px;
    padding-left: 60px;
}
.panel-annealer .col h2 {
    font-size: 42px;
    font-style: italic;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 15px;
}
.panel-annealer .col h3 {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}
.panel-annealer .col h3 a {
    text-decoration: underline;
}

.prod-annealer .col.last p,
.prod-annealer .col.last ul li {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "proxima-nova", sans-serif;
}
.prod-annealer .col.last ul li {
    list-style: none;
    margin: 1px 0;
    font-weight: 400;
}
.prod-annealer hr {
    border-bottom: 1px solid #ddd;
    margin: 30px 0;
}

.title-annealer .col:first-child {width: 70%;}
.title-annealer .col:last-child {width: 30%;}
.title-annealer .col img {
    vertical-align: top;
    width: 100%;
}

/*Price & Order*/
.inline-capsule {
    width: auto;
    display: table;
    margin: 30px 0;
}
.panel-annealer .inline-capsule,
.prod-annealer .inline-capsule {
    margin-bottom: 0px;
}

.inline-capsule .ic-item {
    display: inline-block;
    font-size: 25px;
    font-family: "industry", sans-serif;
    font-style: italic;
    font-weight: 700;
    padding: 15px 25px 13px;
    border-radius: 5px;
}
.inline-capsule .ic-item.lbl-total {
    background-color: #eee;
    padding-right: 40px;
}
.inline-capsule .ic-item.action {
    background-color: #9AC232;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: -20px;
    color: #fff;
}
.inline-capsule .ic-item.ic-item-delete {
	background:#C00;
}
.inline-capsule .ic-item.action:hover {
    background-color: #FBBA00;
    text-decoration: none;
}

.inline-capsule .ic-item.lbl-alt {
    background-color: #000;
    color: #fff;
}
.inline-capsule .ic-item.lbl-alt b {
    font-style: italic;
    font-weight: 300;
    color: #FBBA00;
}

/*Product Pilots*/
.panel-annealer .prod-pilot .col.first {
    padding: 40px;
    width: 40%;
    position: relative;
    background-color: #eee;
}
.panel-annealer .prod-pilot .col.first::after {
    position: absolute;
    content: "";
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    border: 20px solid transparent;
    border-left-color: #eee;
    border-right: 0px;
}
.panel-annealer .prod-pilot .col.last {
    padding: 40px 60px;
    width: 60%;
}

.panel-annealer .prod-pilot .pilot-cart-box {
    overflow-y: scroll;
    border: 2px solid #eee;
    border-radius: 5px;
    height: 180px;
    padding: 2px 12px;
}
.panel-annealer .prod-pilot .pilot-cart-box ul li {
    padding: 7px 0px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    font-weight: 400;
    display: table;
    width: 100%;
    font-family: "proxima-nova", sans-serif;
}

.panel-annealer .prod-pilot .pilot-cart-box ul li span.p-name {
    display: table-cell;
    width: auto;
}
.panel-annealer .prod-pilot .pilot-cart-box ul li span.p-qty {
    display: table-cell;
    width: 100px;
    text-align: center;
}
.panel-annealer .prod-pilot .pilot-cart-box ul li span.p-price {
    display: table-cell;
    width: 120px;
    text-align: center;
    font-weight: 600;
    color: #999;
}
.panel-annealer .prod-pilot .pilot-cart-box ul li span.p-action {
    display: table-cell;
    text-align: center;
    width: 20px;
}
.panel-annealer .prod-pilot .pilot-cart-box ul li span.p-action a {color: #E38E90;}
.panel-annealer .prod-pilot .pilot-cart-box ul li span.p-action a:hover {color: #DA0002;}


.panel-annealer .prod-pilot .form-pilot-selector .field {
    padding: 7px 0;
    margin: 0;
}
.panel-annealer .prod-pilot .form-pilot-selector label {
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #aaa;
}
.panel-annealer .prod-pilot .form-pilot-selector select,
.panel-annealer .prod-pilot .form-pilot-selector input {
    font-family: "proxima-nova", sans-serif;
    font-size: 25px;
    line-height: 25px;
    padding: 12px !important;
    border: 2px solid #ddd;
    border-radius: 5px;
}
.panel-annealer .prod-pilot .form-pilot-selector select:hover,
.panel-annealer .prod-pilot .form-pilot-selector input:hover {
    border-color: #FBBA00;
}
.panel-annealer .prod-pilot .form-pilot-selector select {
    -moz-appearance:none;
    -webkit-appearance:none;
    background-image: url("images/icons/chevron-down.svg");
    background-size: 18px auto;
    background-position: right 15px center;
    background-repeat: no-repeat;
}
.panel-annealer .prod-pilot .form-pilot-selector select:hover {
    background-size: 22px auto;
    background-position: right 13px center;
}
.panel-annealer .prod-pilot .form-pilot-selector select option {
    font-size: 19px;
    line-height: 25px;
}
.panel-annealer .prod-pilot .form-pilot-selector button {
    display: block;
    color: #fff;
    font-size: 20px;
    font-family: "industry", sans-serif;
    font-style: italic;
    font-weight: 700;
    padding: 15px 25px 12px;
    border-radius: 5px;
    border: none;
    background-color: #333;
    width: 100%;
}
.panel-annealer .prod-pilot .form-pilot-selector button:hover {
    background-color: #FBBA00;
    transition: 0.2s ease;
}

.panel-annealer .prod-pilot p.caption {
    font-family: "proxima-nova", sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #aaa;
    margin-top: 15px;
}
.prod-submit-order {
    margin: 60px auto 40px !important;
}

/***Main CSS***/
body {
	background-color:#FFF;
}
.wrapper-content,
body.white-wrapper .body {
	background:#FFF;
}
.wrapper-content > .frame {
	padding: 60px 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
}
h1,.h1 {
	font-size: 42px;
	line-height: 38px;
}

.button {
	background: none;
	border-radius: 0;
	border: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
}
.button:hover {
	background: #888;
	border: 2px solid #888;
	color: #fff;
}

/*Header*/
.navigation {
	border: none;
	border-bottom: 1px solid #aaa;
}
.logo {
	display: inline-block;
	height: 150px;
	max-width: 300px;
	background-position: center;
}
.header {
	padding: 30px 0;
}
.header .logo-wrap {
	text-align: center;
}
.header .head-cart-data .fa {
	color:#9bb700;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title h1 {
	margin: 0;
}
.copyright {
	background-color:#9e46ab;
	color: #FFF;
	border-bottom: none;
}

/*Menu*/
ul.menu ul {
	top:52px;
	left: 0;
	width: 100%;
}
ul.menu ul li {
	text-align: center;
	border-color:#ccc;
	background-color: #ddd;
	width: 100%;
}
ul.menu ul li a {
	color: #999;
	font-size: 12px;
	font-weight: 100px;
	letter-spacing: 0.5px;
}

ul.menu .menulink {
	padding: 11.5px 15px 11px;
	text-transform: uppercase !important;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: none;
	border-color:#7c2789;
	
}
ul.menu .mobile-nav + li {
	border-left:1px solid #7c2789;
}
ul.menu .menulink:hover {
	background-color:#9e46ab;
}

/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:700;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 10px;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .bt .button {
	background-color:rgba(0,0,0,0);
	font-size:18px;
	padding:10px 20px;
	border:2px solid #eee;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.banner .bt .button .fa {
	position: relative;
	top:-2px;
}
.banner .bt .button:hover {
	border:2px solid #FFF;
	background-color:#fff;
	color:#333;
}

.banner .slide .slide-inner {
	background-color: rgba(0,0,0,0.3);
	text-shadow: none;
}
.banner .slider-wrapper {
    box-shadow: none;
}
.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

/*Index Assets*/
.homebox  {
	
}
.homebox .col {
	padding: 10px;
}
.homebox .col img {
	vertical-align: top;
	width: 100%;
}
.homebox .col .hb-text {
	padding: 35px 40px;
	background: linear-gradient(to top, #fff, #f3f3f3);
}
.homebox .col .hb-text h3 {
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 600;
}
.homebox .col .hb-text p {
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
	color: #888;
}
.homebox .col .hb-text p a.button {
	padding: 5px 15px;
	border-radius: 0;
	border-color: #bbb;
}

/* Global Footer */
.global-contact {
	background-color: #EEE;
	padding: 5px;
	font-size: 14px;
}
.global-contact .item {
	overflow: hidden;
}
.global-contact .item li {
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #999;
}
.global-contact .item li a {
	color: #999;
}

/* Footer */
.footer {
	background-color:#9bb700;
	background: url(images/bg-foot-glass-right.png) bottom right, url(images/bg-foot-glass-left.png) bottom left #9bb700;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFF;
	padding:60px 0 70px;
	border-top: 1px solid #9e46ab;
}
.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	font-weight: 300;
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	border-bottom: 1px solid #FFF !important;
}
.footer .h4,
.footer p {
	color:#FFF;
}
.footer .h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #888;
}
.footer .break {
	width: 80px;
	height: 2px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #999;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li a {
	padding: 8px 0;
	border: none;
	font-weight: 400;
	letter-spacing: 1px;
	border-color:#0d63a1;
	font-size: 14px;
	color: #888;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color: #FFF;
}
.footer .foot-product-wrap {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	color: #000;
}
.footer .foot-product-wrap .h4 {
	font-size: 24px;
	color: #9bb700;
}
.footer .foot-product-wrap a {
	color: #068ed0;
	text-decoration: none;
}
.footer .foot-product-wrap p {
	color:#999;
	margin: 0;
}
.copyright a {
	color: #FFF;
}

/* Buttons */
.button {
	padding:8px 20px;
	border-radius: 4px;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
}
.button.bt-outline {
	border-color: #9bb700;
	color:#9bb700;
}
.button.bt-outline:hover {
	border-color: #9bb700 !important;
	background-color:#9bb700 !important;
	color:#FFF !important;
}
input[type="submit"], button {
	background-color: #9bb700;
}
input[type="submit"]:hover, button:hover {
	background-color:#7c9202;
	border-radius: 0;
	color: #FFF;
	box-shadow: none;
}

.hr-mini {
	background-color:#9bb700;
	width:50px;
	height:4px;												
	border-radius:5px;
	margin:10px 0 20px;
}
.feature-box {
	text-align:center;
}
.feature-box h2 {
	font-size:20px;
}
.feature-box img {
	width:80%;
	vertical-align:top;
}
.feature-box:hover {
	transform:scale(1.1,1.1);
	transition:all 0.2s ease-in-out 0s;
}

/*Section*/
.section-feature {
	padding: 80px 0;
}
.section-variant3 {
	background-color:#006cb9;
}
.section-variant2 {
	background-color:#DDD;
}
.section-variant1 {
	background-color:#EEE;
}
.body .frame > *:last-child {
	margin-bottom:0;
}
.section-feature.sf-variant3 * {
	color:#FFF;
}
.section-feature.sf-variant3 .divide {
	background-color:#FFF;
}
.section-contact-form {
	background-color: #068ed0;
	background-image: url(images/bg-contact.jpg);
}
.section-feature .button.bt-outline {
	color: #FFF;
	border-color:#FFF;
	margin: 0;
	border: 2px solid #FFF;
}
.payment-summary {
	border: none;
	background-color: #f2b800;
    background-image: url(images/bg-foot-v2.jpg);
}
.payment-summary .button {
	border: none;
	background-color: #f2b800;
	color: #FFF;
}
.payment-summary .button:hover {
	background-color: #FFF;
	color: #9bb700;
}

/*Element Overrides*/
.zulu-global.global-danger {
	display: none!important;
}
.product-image-container {
	box-shadow: none;	
}
.logo {
	height: 200px;
	max-width: 350px;
	margin-bottom: 5px;
}
.body, body {
	font-family: "industry", "sans-serif";
}
body {
	background-image: url(images/bg-head.jpg);
	background-size: cover;
	background-position: center;
}
.body, .header {
	background-color: transparent;
}
.header {
	padding: 20px 0px 0;
}
.header .navigation {
	background-color: #f2b800;
    background-image: url(images/bg-foot.jpg);
    background-size: cover;
    border-top: 4px solid #000;
	border-bottom: 0px;
}
.header .logo-wrap {
	position: relative;
}
.header .social {
	position: absolute;
    bottom: 0px;
    right: 0px;
    margin-bottom: 10px;
}
.footer .social {
	margin: 20px 0;
	text-align: center;
}
.footer .social a,
.header .social a {
	transition: all 0.1s ease-out 0.0s;
    font-size: 40px;
    color: #f2b800;
}
.header .social a:hover {
	color: #FFF;
}
ul.menu .menulink {
	padding: 15px 15px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
    background-position: 0 50px;
    background-repeat: no-repeat;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
	border: 0px;
	letter-spacing: 0px;
}
ul.menu .menulink:hover {
	text-shadow: 0px 0px 0 rgba(255,255,255,0.4);
    background-color: #000;
    color: #fff;
}
ul.menu li {
	float: left;
}
ul.menu .mobile-nav + li {
	border: 0px;
}
ul.menu ul li {
    background-color: #000 !important;
    padding: 5px;
}
ul.menu ul li a {
	display: block;
    padding: 12px 5px 10px;
    background-color: #000;
    border-radius: 4px;
    border-bottom: 0px solid #EEE;
    font-size: 16px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    font-weight: 400;
    color: #aaa;
}
ul.menu ul li a:hover {
    transition: all 0.1s;
    color: #fff;
	background-color: #333 !important;
}
ul.menu li:nth-last-child(3) ul li:first-child a {
	color: #3b5998;
    font-size: 20px;
}
ul.menu li:nth-last-child(3) ul li:nth-child(2) a {
	color: #F00;
    font-size: 20px;
}
ul.menu li:nth-last-child(3) ul li:last-child a {
	color: #8a3ab9;
    font-size: 20px;
}
.footer {
	background-image: url(images/bg-head.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-top: 4px solid #FFF;
	padding: 60px;
	padding-bottom: 0px;
}
.footer .box {
	border: 0px;
	padding: 0px;
}
.footer .box h5,
.footer .h4{
	font-weight: 600;
    font-size: 28px;
    color: #FFF;
	font-family: "industry", "san-serif";
	letter-spacing: 0px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.footer a, .footer p {
	font-family: proxima-nova, sans-serif;
	font-weight: 200;
}
.footer .talk {
	font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px;
    color: #FFF;
}
.footer .talk a {
    color: #FFF;
}
.fa {
	display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.footer .foot-menu > li a {
	display: block;
    text-decoration: none;
    border-bottom: 2px solid #f2b800;
    transition: all 0.15s ease-in-out 0s;
    padding: 10px 0;
    font-size: 16px;
    color: #FFF;
	font-family: "proxima-nova", "sans-serif";
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0px;
}
.footer .foot-menu > li a:hover {
	background-color: #ffd85e;
    color: #333;
    padding-left: 12px;
	border-bottom: 2px solid #f2b800!important;
}
.footer .button {
    padding: 9px 14px 8px;
    text-decoration: none;
    background-color: #f2b800;
    transition: all 0.2s ease-in-out 0s;
    font-weight: 300;
	background: none;
    border: 1px solid #f2b800;
    color: #f2b800;
	text-transform: capitalize;
	line-height: 18px;
	font-size: 14px;
	font-family: "proxima-nova", "sans-serif";
	border-radius: 0px;
	letter-spacing: 0px;
}
.footer .button:hover {
	color: #FFF;
    border-color: #FFF;
}
.foot-img {
	display: table;
	margin: 0 auto;
	margin-top: 110px;
	max-width:399px;
	width:100%;
}
.footer .copyright {
	background-color: transparent;
}
.footer .copyright p, .footer .copyright a {
	color: #DDD;
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
	font-family: "industry", "sans-serif";
	font-size: 16px;
    margin: 0;
    font-weight: 600;
}
.footer .copyright p:hover, .footer .copyright a:hover {
	color: #FFF;
}
.footer .copyright-link a {
	font-size: 14px;
}
#card-element {
	padding: 10px;
	background:#F8F8F8;
	margin: 10px 0;
}
.navigation-cart {
	background: white;
}
.zulu-product .panel-annealer .prod-pilot .pilot-cart-box,
.navigation-cart .panel-annealer .prod-pilot .pilot-cart-box {
	height: auto;
	padding: 0 15px;
}
.navigation-cart .inline-capsule .ic-item.lbl-alt {
	text-align: center;
}
.navigation-cart .cart-wrapper {
	width: 100%;
	box-sizing: border-box;
}

small {
	font-weight: normal;
}

.box-payment-stripe .card-logos {
    text-align: center;
}
.box-payment-stripe .card-logos img {
    max-width: 50%;
}

.green-banner {
    background-color: #9AC232;
    background-image: url(images/bg-foot-v2.jpg);
}
.yellow-banner {
    background-color: #f2b800;
    background-image: url(images/bg-foot.jpg);
}
.green-banner h4,
.yellow-banner h4 {
    color: #000;
}
.black-friday-banner {
    padding: 20px 0;
}
.black-friday-banner h2 {
    font-size: 30px !important;
    margin: 0;
}
rzr-countdown .card {
    padding: 10px 20px;
    background-color: #FFF;
}
rzr-countdown .card:first-child {
    padding-left: 30px;
}
rzr-countdown .card:nth-child(4) {
    padding-right: 30px;
}
rzr-countdown .card .number {
    background: none !important;
    font-size: 50px !important;
    padding: 0 !important;
    color: red;
}
rzr-countdown .card .label {
    background: none !important;
    font-size: 16px !important;
    color: red;
    padding: 0 !important;
}

.form_subcaption.feature {
    background-color: #f2b800;
    background-image: url(images/bg-foot.jpg);
    background-size: cover;
    border: none;
}
.product-builder-selector .coltable {
	display: flex;
	flex-wrap: wrap;
}
.product-builder-selector .coltable.col5 > .col {
	flex: 0 0 33.33%;
	padding: 40px;
	text-align: center;
}
.product-builder-selector .coltable.col5 > .col .h2 {
	margin-top: 30px;
}

.popup-overlay a.button {
    margin: 0 20px;
    padding: 10px 20px;
    min-width: 80px;
    border-width: 2px;
}
.popup-overlay a.button.green {
    background-color: #18A563;
    border-color: #18A563;
    color: #FFF !important;
}
.popup-overlay a.button.green:hover {
    background-color: #FFF;
    color: #18A563 !important;
}
.popup-overlay a.button.red {
    background-color: #E33838;
    border-color: #E33838;
    color: #FFF !important;
}
.popup-overlay a.button.red:hover {
    background-color: #FFF;
    color: #E33838 !important;
}

/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width:1200px) {
	iframe {
		width:100% !important;
	}
	.section-feature.sf-about,
	.section-feature.sf-gift,
	.section-feature.sf-party {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobi-box {
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
		color: #000;
	}
	.mobi-box .h2,
	.mobi-box .h3,
	.mobi-box a,
	.mobi-box p {
		color: #000 !important;
		text-shadow: none !important;
		border-color:#000 !important;
	}
	.section-feature.sf-party,
	.section-feature.sf-about {
		background-position: left top;
	}
}
@media screen and (max-width:800px) {
	.h2, h2, .h3, h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
		font-size: 32px;
		line-height: 30px;
		color: #9bb700 !important;
	}
	.banner h2, .banner .h2,
	.banner h1, .banner .h1 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.banner .bt {
		transform: scale(0.6,0.6);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}
    
    .black-friday-banner {
        padding: 10px;
    }
    .black-friday-banner h2 {
        font-size: 20px !important;
    }
    .black-friday-banner h4 {
        font-size: 16px !important;
    }
    rzr-countdown .card {
        padding: 5px 10px;
    }
    rzr-countdown .card .number {
        font-size: 30px !important;
    }
    rzr-countdown .card .label {
        font-size: 12px !important;
    }
    rzr-countdown .card:first-child {
        padding-left: 20px;
    }
    rzr-countdown .card:nth-child(4) {
        padding-right: 20px;
    }
}
@media screen and (max-width:600px) {
	.product-builder-selector .coltable > .col  {
		min-height: 400px;
	}
	.product-builder-selector .coltable > .col .h5 {
		font-size: 14px;
	}
	.footer > .frame > .coltable > .col {
		padding: 20px 0;
	}
	.footer .foot-menu {
		padding: 0;
	}
	.panel.panel-annealer {
		margin: 0;
	}
	.panel-annealer .prod-pilot .col.last {
		padding: 30px 0;
	}
	.panel-annealer .prod-pilot .pilot-cart-box {
		border-left: none;
		border-right: none;
		border-radius: none;
	}
	.prod-submit-order {
		margin: 0 0 10px !important;
	}
	.image-container .col {
		width: 33.33% !important;
	}
	.logo {
		height: 150px;
	}
	.pilot-search-form .bt-fn-pilot-add .fa-arrow-right {
		transform: rotate(90deg);
	}
	.product-builder-selector .coltable {
		overflow: hidden;
	}
	.product-builder-selector .coltable > .col:after {
		font-size: 0;
	}
	.product-builder-selector .coltable > .col {
		display: block;
		float: left;
		width: 50% !important;
		min-height: 300px;
	}
	.product-builder-selector .coltable > .col h5 {
		font-size: 14px
	}
	.prod-annealer .col.last {
		padding: 15px;
	}
	.title-annealer .col img {
		display: none !important;
	}
	.footer {
		text-align: center;
	}
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.footer .h4 {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
	.inline-capsule,
	.inline-capsule .ic-item {
		display:block;
		width:100%;
	}
	.inline-capsule .ic-item.action {
		margin:0;
		padding-left:20px;
		padding-right:20px;
		text-align:center;
	}
    #menu li.menu-cart {
        display: none !important;
    }
	.product-builder-selector .coltable.col5 > .col {
		padding: 20px;
		flex: 0 0 50%;
	}
}