@import url('https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300&display=swap');

/* Globals */
body{
    background: #ffffff;
    font: 14px/21px "Open Sans", Arial, sans-serif !important;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
.text-right{
    text-align: right;
}
strong,
strong *{
    font-weight: bold;
}
img{
    max-width: 100%;
    height: auto;
}
table.page-container{
    width:100%;
}
td.page-body-content > .container{
    background-color:#fff;
}
td.page-column-left,
td.page-column-center{
    padding-top:15px;
    padding-bottom:15px;
}
table.page-body-columns{
    width: 100%;
}
table.page-body-columns td{
    vertical-align: top;
}
a, a:visited {
    text-decoration: underline;
    outline: 0;
    color:#dfc882;
}
a:hover{
    opacity: 0.85;
    color:#0084C9;
    text-decoration: none !important;
}
.fa {
    font: normal normal normal 22px/22px FontAwesome !important;
    color:#dfc882;
    vertical-align: middle;
}
#mobile-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #f1f1f1;
    z-index: 10;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 37px;
    height: 34px;
    position: relative;
    margin: 0px 10px 0 0;
    vertical-align: middle;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
    
    border:solid 1px #DFC882;
    border-radius: 3px;
    padding:5px;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #DFC882;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    margin:0 5px;
    width: 25px
}
.header-mobile .fa {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-top: 2px;
}

.header-mobile .cart-area .fa{
margin-left:8px;
}

.header-mobile{
    position: fixed;
    top: 0;
    left:0;
    width:100%;
    background-color:#2B2B2B;
    padding:5px 0;
    z-index: 9999999999;
    border-bottom:solid 3px #DFC882;
}
#menu .fa {
    float: right;
    font-size: 14px !important;
    line-height: 14px !important;
    color: #A9A9A9;
}
#menu .open .fa {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
#nav-icon1 span:nth-child(2) {
    top: 13px;
}
#nav-icon1 span:nth-child(3) {
    top: 21px;
}
#nav-icon1.open{
    border-color:red;
}
#nav-icon1.open span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: red;
}
#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    background-color: red;
}
#nav-icon1.open span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: red;
}
.login-reg-wrap table{
    width:100% !important;
}
#ctl00_pageContent_loginRegister_leftPane{
    margin-bottom:30px;
}
.login-reg-wrap .label{
    display: block;
    margin-top:20px;
    font-weight: bold;
}
.login-reg-wrap label{
    vertical-align: middle;
}
.login-reg-wrap input[type='password']{
    margin-bottom: 10px;
}
.login-reg-wrap input[type='checkbox']{
    margin-left:5px;
    margin-right: 10px;
}
.login-reg-wrap p{
    margin-top:10px;
}
label[for='ctl00_pageContent_mailingLists_cblMailingLists_0']{
    vertical-align: middle;
    padding-left:10px;
}
#ctl00_pageContent_ctl01_btnSubmit{
    margin-top:15px;
}
td.content-nav{
    text-align: center;
    padding:15px 0;
}
div.account-item, div.account-item-last{
    padding-top:20px;
}
table.prod-detail-qty-disc{
    width:100% !important;
}
table.prod-detail-qty-disc th{
    background-color:#E9ECEF;
    padding:5px;
}
table.prod-detail-qty-disc td{
    padding:5px;
}
.cart-page .register-small-container,
.cart-page .login-small-container{
    display:none;
}

/* Mobile Navigation */
#menu ul ul{display:none;}
#menu{
    margin-bottom: 20px;
    overflow-y: scroll;
}
#menu .custom-col-header a > .fa{
    float: right;
    font-size:14px !important;
    line-height: 14px !important;
    color:#A9A9A9;
    margin-top:4px;
}
#menu .category-nav .custom-col-header{
    border-top: solid 1px #a9a9a9;
}
#menu .category-nav > div:nth-child(2){
    border-top: none !important;
}
#menu ul{
    xdisplay:none;
}
#menu .custom-col-header.open a .fa{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
#menu ul,
#menu li{
    list-style: none;
    margin:0;
    padding:0;
}
#menu > ul > li > a,
#menu > ul > li > a:active,
#menu > ul > li > a:focus,
#menu > ul > li > span{
    display: block;
    padding:6px 10px;
    border-top:solid 1px #DFDFDF;
    color:#0092D7;
    font-weight: bold;
}
#menu > ul > li > span{
    color:#fff;
}
#menu > ul > li > ul a,#menu > ul > li > ul a:active,#menu > ul > li > ul span{
    font-weight: normal;
    display: block;padding:4px 15px;
    color:#fff !important;
}
#menu > ul > li > ul span{
    color:#00A750;
}
#menu > ul > li:first-child > a{
    border-top:none;
}
.btn-primary{color:#fff !important;}

/* Cart Updates */
td.cart-continue{
    padding:10px 0;
}
#ctl00_pageContent_alternateMethods{
    padding:15px 0;
}
#ctl00_pageContent_paypalCheckout{
    text-align: center;
}
.cart tr.cart-header th,
.checkout-cart tr.checkout-cart-header th{
    padding:8px;
    background-color:#f4f4f4;
    font-weight: bold;
}
.cart tr.cart-item td,
.checkout-cart tr.checkout-cart-item td{
    border-top:solid 2px #f4f4f4;
    vertical-align: middle !important;
    padding:8px;
}
.checkout-cart tr td h5{
    font-size:16px; 
    font-weight: bold;
}
tr.checkout-cart-footer td{
    padding-top: 20px;
    font-weight: bold;
}
.cart tr.cart-item td.cart-item-image{
    width:90px !important;
}
.cart tr td.cart-actions *{
    vertical-align: middle;
}
.cart tr td.cart-actions select{
    padding: 5px 5px 6px;
}
.cart tr td.cart-actions{
    border:solid 2px #f4f4f4;
    border-left:none;
    border-right: none;
    padding:10px 0;
}
div.cart-options, 
div.cart-summary{
    padding-top:15px;
    padding-bottom:15px;
}
div.cart-options table{
    float:none !important;
    width:100% !important;
}
.cart tr td.cart-item-quantity input{
    text-align: center;
    padding:3px;
}
table.checkout-shipping tr td{
    padding:10px;
    font-weight: bold;
}

/* Global Clean Up */
div.register-container .content-head-top-row, .send-password, .personalization-questions, div.checkout-shipping-address, div.checkout-billing-address, div.registration-info, div.registration-email, div.registration-password{padding:0 5px;}div.register-container h5{margin-top:20px;}div.text-error{margin-top:20px;}div.register-container .form-group{margin-bottom:0;}div.register-container .form-row{margin-bottom:1rem;}.text-required,p.text-important{font-weight: bold;color: red;}.form-group > div:last-child .text-required{display:none;}span.text-error{width:100%; margin-top:10px; display: block;}div.checkout-shipping-address{margin-top:20px;}

/* Youtube Fix */
.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
}
.aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* Shell */
#header-top{
    background-color:#2B2B2B;
    padding-top:10px;
    padding-bottom:10px;
    color:#DFC882;
}
#header-top #cart-area ul{
    margin:0; padding:0; list-style: none; display: inline-block; margin-right:20px;
}
#header-top #cart-area ul li{ display:inline-block; padding:0 0px;}
#header-top #cart-area ul a{color:#fff;}
#header-top #cart-area,
#header-top #cart-area a{color:#fff;}
#header-top #cart-area .fa{margin-right: 5px;}
#header-top #shipping-message a{color:#fff;}
#header-mid{
    padding:20px 0;
    background:#191919 url(/themes/nscactus/images/sitedesign/header-mid-bg.png) top center no-repeat;
    background-size: auto 100%;
}


#header-top a,
#header-top a:hover{
    color:#fff;
}
#header-mid #phone-area{
    color:#DFC882;
    text-align: center;
}
#header-mid #phone-area a{
    color:#fff;
    font-weight: 700;
    display: inline-block;
    padding-left:5px;
    font-size:20px;
}
#header-mid #phone-area > .fa{
    font: normal normal normal 20px/15px FontAwesome !important;
    margin-right: 2px;
    vertical-align: initial;
}
#header-mid #phone-area .custom-search{
    border:solid 1px transparent;
    background-color:#fff;
    border-radius: 3px;
    position: relative;
    margin-top:8px;
}
#header-mid #phone-area input[type='search']{
    width:100%;
    padding:8px 10px;
    max-width:100%;
    border:none;
    background:none;
}
#header-mid #phone-area button{
    position: absolute;
    right:0;
    top:5px;
    background:none;
    border:none;
    cursor: pointer;
}
#sc-MonsterNav-menu > ul{
    margin:0;
    padding:0;
    list-style: none;
    display: table;
    width:100%;
    position: relative;
}
#sc-MonsterNav-menu > ul > li{
    display:table-cell;
    margin:0;
    list-style: none;
    text-align: center;
    width:16%;
}
#sc-MonsterNav-menu > ul > li:nth-child(3){
    width:25%;
}
#sc-MonsterNav-menu > ul > li > div,
#sc-MonsterNav-menu > ul > li > ul{
    display:none;
    background-color:#fff;
    position: absolute;
    left:0;
    top:44px;
    width:100%;
    box-shadow:0 0 7px #3d3d3d;
    border:solid 1px #fff;
    border-top: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    z-index: 99998;
    padding:10px;
}
#sc-MonsterNav-menu > ul > li > a,
#sc-MonsterNav-menu > ul > li > span{
    color:#fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size:14px;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    padding:10px 0;
    border:solid 1px transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#sc-MonsterNav-menu > ul > li > span{
color:#C4B26D;
}
#sc-MonsterNav-menu > ul > li:hover > a,
#sc-MonsterNav-menu > ul > li:hover > span{
    background-color:#fff;
    opacity: 1;
    position: relative;
    z-index: 99999;
    color:#2B2B2B;
}
#sc-MonsterNav-menu > ul > li > a > .fa,
#sc-MonsterNav-menu > ul > li > span > .fa{
    margin-left:5px;
    font-size:15px !important;
    vertical-align: baseline;
}
nav{
    background-color:#2B2B2B;
    border-bottom:solid 5px #C4B26D;
}
#sc-MonsterNav-menu > ul > li:hover > div,
#sc-MonsterNav-menu > ul > li:hover > ul{
    display: block;
}
nav .dynamic-sub-section > h4{
    color: #191919;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid;
    display: block;  
    font-size:16px;
    margin:10px;
}
nav .dynamic-sub-section > h4 a{
    color: #191919;
    font-size: 14px;
    text-transform: none;
}
nav .dynamic-sub-section{
    text-align: left;
}
nav .dynamic-sub-section ul{
    list-style: none;
    margin:0 0 0 10px;
    padding:0;
}
nav .dynamic-sub-section ul a{
    color: #191919;
}
nav .dynamic-sub-section ul span{color:#C4B26D; font-weight:bold;}
nav .dynamic-sub-section ul a:hover{
    text-decoration: underline !important;
}
#sc-MonsterNav-menu > ul > li:last-child ul ul{
    display:none;
}
#sc-MonsterNav-menu > ul > li:last-child ul {
    list-style: none;
    width:100%;
    margin:0 10px;
    text-align: left;
}
#sc-MonsterNav-menu > ul > li:last-child > ul > li{
    display:inline-block;
    width:25%;
    text-align: left;
    padding:2px 0;
    float:left;
    padding-right: 1%;
    margin-bottom: 20px;
}
#sc-MonsterNav-menu > ul > li:last-child > ul > li:nth-child(5),
#sc-MonsterNav-menu > ul > li:last-child > ul > li:nth-child(9),
#sc-MonsterNav-menu > ul > li:last-child > ul > li:nth-child(13),
#sc-MonsterNav-menu > ul > li:last-child > ul > li:nth-child(17),
#sc-MonsterNav-menu > ul > li:last-child > ul > li:nth-child(21),
#sc-MonsterNav-menu > ul > li:last-child > ul > li:nth-child(25){
    clear:left;
}
#sc-MonsterNav-menu > ul > li:last-child  > ul > li > a,
#sc-MonsterNav-menu > ul > li:last-child  > ul > li > span{
    color:#191919;
    display: block;
    border-bottom:solid 1px #191919;
    font-weight: bold;
}
#sc-MonsterNav-menu > ul > li:last-child  > ul > li > span{color:#C4B26D; border-bottom:solid 1px #C4B26D;}
#sc-MonsterNav-menu > ul > li:last-child  > ul > li > a.view-all{
    border-bottom:none;
    margin-bottom: 10px;
    font-size:14px;
}
#sc-MonsterNav-menu > ul > li:last-child  > ul > li > a.view-all .fa{
    font-size: 15px !important;
    vertical-align: text-top;
}
#sc-MonsterNav-menu > ul > li:last-child > ul > li > a:hover{
    text-decoration: underline !important;
}


#sc-MonsterNav-menu > ul > li:last-child > ul > li > ul{
    display:block;
    list-style: none;
    margin:0;
    padding:0;
}
#sc-MonsterNav-menu > ul > li:last-child > ul > li > ul a{
    color:#191919;
}

#sc-MonsterNav-menu > ul > li:last-child > ul > li > ul li{
    display: block;
}

#footer-top{
    background-color:#2B2B2B;
    margin-top:20px;
    border-top:solid 5px #C4B26D;
    padding:15px 0;
    color:#fff;
}
#footer-bot{
    background-color:#191919;
    border-top:solid 1px #3D3D3D;
    border-bottom:solid 20px #2B2B2B;
    padding:15px 0;
    color:#fff;
    
}
#footer-top #badges img{
    margin:10px;
}
#footer-top #links{
    padding:10px 0 20px;
    color:#fff;
}
#footer-top #links a{
    color:#C4B26D;
    display:inline-block;
    padding:0 5px;
}
#footer-top ul{
    margin:0;
    padding:0;
    list-style: none;
    width:100%;
}
#footer-top ul a{
    color:#C4B26D;
}
#footer-top ul li{
    line-height: 30px;
}
#footer-top h2{
    font-size:16px;
    text-transform: uppercase;
    margin-top:5px;
    border-bottom:solid 1px #fff;
    padding-bottom:5px;
}
#footer-top #footer-mid > div:nth-child(even) li{
    width:50%;
    float:left;
}
#footer-bot a{
    color:#fff;
    text-decoration: underline;
    font-size:12px;
    display: inline-block;
    margin:0 5px;
}
#footer-bot{
    font-size:12px;
}
#footer-bot a.footer-facebook-link{
    text-decoration: none !important;
}
#footer-bot a.footer-facebook-link .fa{
    color:#4267B2;
    vertical-align: sub;
}

/* Home Page */
.top-cats{margin:20px 0;}

.top-cats .inner a.category-image,
.category-list-item .cont > a{
	display:block;
	text-align: center;
	padding:8px;
	border:solid 2px #C8C8C8;
	border-radius: 5px;
	margin-bottom:10px;
}
.category-list-item .cont{
	margin-bottom:30px;
}
.category-list-item .cont .category-list-item-head h5 a{
	color: #191919;
    font-size: 16px;
    display: block;
    padding-top: 6px;
    text-decoration: none;
	text-align: center;
}

.category-list-item .cont .category-list-item-body{display:none;}

.top-cats .btn{
	float:right;
	color:#fff;
	display:inline-block;
	padding:5px 10px;
	background:#C4B26D;
	text-transform: uppercase;
	border:solid 1px #C4B26D;
	text-decoration: none;
}
.top-cats .btn:hover{
	background-color:#fff;
	color:#C4B26D;
}
.top-cats .inner a.category-name{
	color: #191919;
    font-size: 16px;
    display: inline-block;
    padding-top: 6px;
	text-decoration: none;
}
.bot-cats{
	margin:30px 0 15px;
	

}

.bot-cats .row {
	border-bottom:solid 2px #ABABAB;
	padding-bottom:15px;
}
.bot-cats .inner{
	border:solid 1px #474747;
	margin:8px 0;
	text-align: center;
}
.bot-cats .inner > a:last-child{
	text-align: center;
	display: block;
	background-color:#474747;
	color:#fff;
	padding:10px 0;
	text-decoration: none;
}

.bot-cats .inner > a:first-child{
	height:100px;
	position: relative;
	display: block;
	text-align: center;
}

.bot-cats .inner > a:first-child img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;	
}

.bot-cats .inner:hover{
	border-color:#C4B26D;
}
.bot-cats .inner:hover > a:last-child{
	background-color:#C4B26D;
}

.caption{
	line-height: 25px;
}

.home-message h1{
	text-align: center;
	font-size:35px;
	margin-top:30px;
	text-transform: uppercase;
}
.ghost-btn {
    border: 1px solid #C4B26D;
    background: #fff;
    color: #c4b26d;
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
	font-size:24px;
	padding:15px 40px;
}

.ghost-btn:hover{
	color:#fff;
	background-color:#C4B26D;
}


/* Section Search */
#right-col #nxt-refines, #right-col .breadcrumb, #right-col #nxt-content > h1 {
    display: none;
}
#nxt-content{
	float:none !important;
	width:100% !important; 
}
.product-list>tbody>tr:before, .product-list>tbody>tr:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.one-third.col:nth-of-type(3n+1) {
    clear: left;
}
.product-list>tbody>tr {
    border-bottom: 1px solid #ababab;
}
.product-list>tbody>tr {
    display: block;
    margin-left: -1rem;
    margin-right: -1rem;
    box-sizing: border-box;
}
.product-list>tbody {
    display: block;
}
.product-list {
    margin-top: 1rem;
    display: block;
}

.product-list .one-third.col{
	text-align: center;
}

.breadcrumb{
	font-size:12px;
}
.breadcrumb a{
	color:#191919;
	text-decoration: underline;
}
.breadcrumb a:hover{
	color:#191919;
	text-decoration: none;
}

.checkout-step-number,
.checkout-step-text,
.checkout-step-inactive{
	display: none;
}


h1.section-header,
h1.page-banner,
.cart-page-type h1{
    font-weight: 700;
	font-size:20px;
}
h1.page-banner{
	margin-bottom:15px;
}
.cart-page-type h3{
	font-size:16px;
	font-weight: bold;
	background-color:#e9ecef;
	margin:10px 0;
	padding:10px;
}
.cat-description h2{
	font-size:16px;
	font-weight: normal;
	margin-bottom: 20px;
}
.cat-description h3{
	font-size:14px;
	font-weight: bold;
}

table.product-list-results-header,
table.product-pager{
	border:solid 1px #ABABAB;
}
table.product-list-results-header{border-bottom:none;}
table.product-list-results-header > tbody > tr:first-child td{
	background-color:#CECECE;
	padding:10px;
	vertical-align: middle;
}
table.product-pager td{padding:10px; vertical-align: middle;}
table.product-list-results-header > tbody > tr:first-child td input,
table.product-list-results-header > tbody > tr:first-child td label,
table.product-list-results-header > tbody > tr:first-child td select{
	vertical-align: middle;
	margin-bottom: 0;
}
table.product-pager td.product-pager-list,
table.product-list-results-header > tbody > tr:first-child td.product-list-sort{
	text-align: right;
}
.product-pager .pager-link {
    color: #000000;
    font-weight: normal;
    padding: 0 2px;
    text-decoration: none;
}
.product-pager .product-pager-list span {
    padding: 0 4px;
}
.product-pager .pager-item-current {
    color: #c4b26d;
    text-decoration: underline;
}
.product-list-item .product-list-options h5 a{
    display: block;
    color: #191919;
    font-size: 14px;
    min-height: 70px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 10px;
    padding: 10px;
    text-decoration: none;
    xbackground-color: #E9ECEF;
    xborder-top: solid 1px #CECECE;
    xborder-bottom: solid 1px #CECECE;
}
.product-list-promo img{
    margin-top:10px;
}
.prod-related h3{
    text-align: center;
    text-transform: uppercase;
    font-size:28px;
    padding-bottom:10px;
    border-bottom:solid 1px #CECECE;
    margin-top:30px !important;
}
.product-list-item .product-list-options h5 a:hover{
	color:#DFC882;
}
.product-list-item{padding:20px 0;}
.product-list-price {
    font-size: .928em;
    margin: 0px 9px 0;
    padding: 0px 0 9px;
}
.product-list-cost, .product-list-sale {
    font-weight: bold;
    display: inline-block;
    padding: 0 1rem;
    color: #34495E;
}
.product-list .product-list-cost-label {
    display: block;
    color: #c51301;
    font-weight: normal;
}
.product-list .product-list-control{
	margin-bottom: 15px;
	display:none;
}
.product-list>tbody>tr:last-child{
	border-bottom: none;
}
.product-list-control{
    text-align: center;
    margin:0 auto;
	display: none;
}
.product-list-control input,
.product-list-control div{
    display:inline-block;
    margin: 0 auto;
    vertical-align: middle;
}
.product-list-item .cont{
    border-bottom:solid 1px #CECECE;
    padding-bottom:15px;
}
#right-col div.nxt-bottom{padding:10px 0; margin-bottom:20px;}
#right-col div.nxt-bottom a{color:#191919; text-decoration: none;}
.page-column-center a{color:#191919; text-decoration: underline;}
.page-column-center a.pager-item-prev,
.page-column-center a.pager-item-next{text-decoration: none;}

#menu > ul > li > a,
#menu > ul > li > a:active,
#menu > ul > li > a:visited,
#menu > ul > li > a:enabled{
	font-weight: 700;
	color:#DFC882;
	display: block;
	padding:10px 15px;
}

#menu > ul > li.selected > span{
	font-color:#fff;
}


/* Item Page */
.back-to-search > a{
    display:inline-block;
    color:#DFC882;
    text-decoration: none;
    border:solid 1px #DFC882;
    border-radius: 5px;
    background-color:#DFC882;
    padding:5px;
    color:#fff;
}
.back-to-search > a .fa{
    color:#fff;
    vertical-align: sub;
    margin-right: 5px;
}
.back-to-search > a:hover{
    background-color:#fff;
    color:#DFC882;
}
.back-to-search > a:hover .fa{
    color:#DFC882;
}

h1.product-name{
    font-size:20px;
    margin:15px 0;
}

h1.product-name > div{
    border-top:solid 1px #ABABAB;
    border-bottom:solid 1px #ABABAB;    
    padding-top:10px;
    padding-bottom:10px;
}
.product-image-gallery{
    text-align: center;
}
a.MagicZoomPlus{
    margin-bottom:15px !important;
}
a.MagicThumb-swap{
    display:inline-block;
    margin:3px;
    border:solid 1px #ABABAB;
    border-radius: 5px;
    position: relative;
    height:100px;
    width:100px;
    padding:5px;
}
a.MagicThumb-swap img{
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    border: 0;
    bottom: 0;
    max-width:93%;
    max-height: 95%;
    width:auto;
    height: auto;
}

.prod-shortdesc{
    margin:15px 0;
    padding:10px 0;
    border:solid 1px #ABABAB;
    border-left:none;
    border-right: none;
}
.prod-social > div{
    display: inline-block;
    margin:0 auto;
}
.prod-social{
    margin-bottom: 20px;
}

.personalization-questions{
    padding:15px 0 0;
}
.personalization-questions > p.text-important{
    font-size:11px;
    margin-bottom:10px;
}
.personalization-questions > div.personalization-question{
    margin-bottom:10px;
}
.personalization-questions > div.personalization-question .personalization-answers input[type='text'],
.personalization-questions > div.personalization-question .personalization-answers select{
    padding:5px;
    width:100%;
    max-width:100%;
    font-size:14px;
}
.personalization-questions > div.personalization-question .text-required{
    display: inline-block;
    padding-left:5px;
}
.stockmessage > span{font-weight: bold; color:green; text-transform: uppercase;}
.prod-detail-man-name, 
.prod-detail-man-part,
.stockmessage,
.product-molecule{
    padding-bottom: 10px;
}
.product-detail .product-info-table .prod-price .price-regular{
	margin-top:5px;
}
.product-detail .product-info-table .prod-price .price-regular .label {
    font-size: 16px;
    font-weight: normal;
	display: none;
}
.product-detail .product-info-table .prod-price .price-regular .value {
    color: green;
    font-size: 28px;
    font-weight: bold;
}
.prod-price{
    padding: 20px 0 20px;
    border-top:solid 1px #DEE2E6;
    border-bottom:solid 1px #DEE2E6;
    margin-top:20px;
    margin-bottom:20px;
}
.product-detail .product-info-table .prod-detail-purchase .textbox-center {
    padding: 9px;
    height: auto;
    margin-right: 14px;
    width: 48px;
    text-align: center;
    margin-left:8px;
}
.product-detail .product-info-table .prod-detail-purchase label {
    color: #34495E;
}
.product-detail .product-info-table .label {
    font-weight: bold;
}
.prod-addtocart .prod-detail-add {
    height: auto;
    max-width: 100%;
    padding: 1em;
    vertical-align: middle;
}

.prod-page-middle ul.nav-tabs li a,
.prod-page-middle ul.nav-tabs li a:hover{
    display: inline-block;
    background-color:#CECECE;
    padding:10px 15px;
    margin-right:10px;
    border:solid 1px transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    color:#191919;
    position: relative;
    z-index: 2;
}

.prod-page-middle ul.nav-tabs li:last-child a{
    margin-right: 0;
}
.prod-page-middle ul.nav-tabs li a.active{
   background-color:#C9B36E;
    color:#fff;
}
.prod-page-middle ul.nav-tabs{
    width:100%;
    border-bottom:none;

}
.prod-page-middle .tab-content{
        margin-top:-1px;
    padding:15px;
    border:solid 1px #CECECE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 
    border-top-right-radius: 5px;
    width:100%;
    max-width:100%;
}

.prod-page-middle .tab-content table{
    width:100% !important;
}

.prod-page-middle ul.nav-tabs li a.active::after{
content: '';
    position: absolute;
    left: 40%;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #C9B36E;
    clear: both;
}

.product-list-item{
    text-align: center;
}
.cont .product-list-thumb{
    height:150px;
    position: relative;
    border:solid 1px #CECECE;
    border-radius: 5px;
}
.cont .product-list-thumb img{
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    border: 0;
    bottom: 0;
    max-width:95%;
    max-height: 95%;
    width:auto;
    height:auto;
}



@media (min-width: 768px){
	.one-third.col {
		width: 33%;
	}
}



/* Edits */
@media (max-width: 1199px) {
    #shipping-message{
        font-size:13px;
    }
    #sc-MonsterNav-menu > ul > li{
        width:18%;
    }
    #sc-MonsterNav-menu > ul > li:nth-child(1),
    #sc-MonsterNav-menu > ul > li:nth-child(2){
        width:15%;
    }
    #sc-MonsterNav-menu > ul > li:nth-child(3) {
        width: 27%;
    }
    #footer-bot a{margin:0 2px;}
    #footer-about > div,
    #footer-about > ul,
    #footer-about > ul li{display:inline-block; width:auto; }
    #footer-about > div,
    #footer-about > ul li{
        padding-right:40px;
    }
    #footer-about > ul li:last-child{padding-right:0;}
    #footer-about{margin-bottom:30px;}
    
}
@media (max-width: 991px) {
    #shipping-message {
        font-size: 14px;
    }
    #sc-MonsterNav-menu > ul > li > a > .fa,
#sc-MonsterNav-menu > ul > li > span > .fa{
        display: none;
    }
    #sc-MonsterNav-menu > ul > li > a,
#sc-MonsterNav-menu > ul > li > span{
        font-size:12px;
    }
    #sc-MonsterNav-menu > ul > li:nth-child(3) {
        width: 30%;
    }
    #sc-MonsterNav-menu > ul > li {
        width: 21%;
    }
    #footer-about > div{
        padding-right: 0;
        display: block;
        text-align: center;
    }
    #footer-about > ul li {
        padding-right: 33px;
    }
    #footer-bot,
    #footer-bot .text-right{
        text-align: center !important;
    }
    .top-cats .btn{
        float:none;
        margin:0 auto;
        display: block;
    }
    .top-cats .inner a.category-name{
        text-align: center;
        display: block;
        font-size:15px;
        margin-bottom: 10px;
    }
    .home-message h1{
        font-size:25px;
    }
	#left-col{
		display: none;
	}
    .prod-detail-purchase,
    .prod-price{
        text-align: center;
    }
	#right-col #nxt-refines{
		display: block;
	}
}
@media (max-width: 767px) {
	td.page-body-content > .container{
		overflow:hidden;
	}
	.product-list>tbody>tr{
		border:none;
	}
.product-list>tbody>tr {
    display: contents;
	}
.product-list .one-third.col {
    text-align: center;
    width: 49%;
    display: inline-block;
}
	.one-third.col:nth-of-type(3n+1){
		clear: none;
	}
	
	.product-list>tbody>tr:before, .product-list>tbody>tr:after{
		display:inline;
	}
	
	
    #phone-area{display:none;}
    #logo{text-align: center;}
    #logo img{margin:0 auto;}
    .top-cats .btn{
        margin-bottom: 10px;
    }
    body{
        padding-top:45px;
    }
    #phone-area{
        position: fixed;
        top: 45px;
        left: 0;
        width: 100%;
        background-color: #2B2B2B;
        height: 52px;
        z-index: 30;
    }
    .slide-search .fa{
        margin-top:-4px;
    }
	

}
@media (max-width: 575px) {
    #footer-top h2{
        margin-top: 20px;
    }
    #footer-about > ul,
    #footer-about > ul li{
        padding-right:0;
        text-align: center;
        display: block;
        width:100%;
    }
    #footer-about {
        margin-bottom:0px;
    }
    
}	

@media (max-width:400px){
	.product-list .one-third.col {
    text-align: center;
    width: 100%;
}
}

/* Clean Up */
.MagicThumb-expanded div{
	height:auto !important;
}
.standard-gallery table{
	width:100% !important;
}
.category-page-type .page-column-center > h2{
	font-size:18px;
	font-weight: bold;
}
.cat-description{
	padding-bottom:20px;
}
.cart-checkout .btn-primary{
	margin-top:10px;
	text-decoration: none;
	background-color:#FF0000;
	border-color:#FF0000;
}
.btn-secondary {
    color: #000 !important;
    background-color: #E9ECEF !important;
    border-color: #E9ECEF !important;
	text-decoration: none !important;
}
#ctl00_pageContent_alternateMethods{
	text-align: center;
}


.cart-page-type h5{
	margin:15px 0 10px;
	border-bottom:solid 2px #e9ecef;
	padding-bottom:4px;
}
.cart-page-type input[type='image']{
	vertical-align: sub;
}

td.new-cart{
	border-top:solid 2px #e9ecef;
}

.form-item.checkout-email{
	width:100%;
	margin:15px;
}

.cart-page-type .text-important{font-weight:bold; color:red;}
.cart-page-type .breadcrumb{display:none;}
.cart-page-type .content-head > table > tbody > tr:first-child > td{display:block;}
.cart-page-type .content-head > table > tbody > tr:first-child > td:last-child {
	text-align: right;
	padding:5px 0 10px;
}

.checkout-page .checkout-shipping-address > tbody >  tr:nth-child(1n+2) td div:first-child,
.checkout-page .checkout-shipping-address > tbody >  tr:nth-child(1n+2) td div:nth-child(2),
.checkout-page .checkout-billing-address > tbody >  tr:nth-child(1n+2) td div:first-child,
.checkout-page .checkout-billing-address > tbody >  tr:nth-child(1n+2) td div:nth-child(2){
	display:inline-block;
}


.cart-page-type .checkout-cart-prod-name h5, .cart-page-type .invoice-detail-row h5{
border-bottom:none;	
	font-size:14px;
	margin-top:0;
	font-weight: bold;
}

.invoice-summary > tbody > tr:nth-child(2){
	display:none;
}

#ctl00_pageContent_checkoutWizard_payments_seperator > div:nth-child(2){
	display:none;
}

.checkout-page .checkout-shipping-address > tbody >  tr:nth-child(1n+2) td div:nth-child(3),
.checkout-page .checkout-billing-address > tbody >  tr:nth-child(1n+2) td div:nth-child(3){
	height:45px;
}

.checkout-page .checkout-billing-address input[type='checkbox']{
	margin-right: 5px;
}

#ctl00_pageContent_checkoutWizard_customerInformation_shippingAddress_UpdatePanel table,
#ctl00_pageContent_checkoutWizard_customerInformation_billingAddress_UpdatePanel table{
	width:100%;
}

span.zipCode.notice{
 display: none;
	margin-bottom:10px;
}

.MagicZoomBigImageCont,
a.MagicZoomPlus{
max-width:100% !important;
width:100% !important;
}




.ind_cnt {
    font-size: 9px;
    display: inline-block !important;
    text-align: center;
    width: auto !important;
    vertical-align: bottom;
    padding-left: 10px;
}



@media (min-width: 768px){
	td.page-header{
		position: sticky;
		left: 0;
		top: 0;
		z-index: 2000000;
background-color:#fff;
	}
}

body .nxt-ac-main {
    z-index: 99999999 !important;
}

.MagicThumb-background{z-index: 9999999 !important;}
.MagicThumb-expanded{z-index: 10000000 !important;}





.ncl #mes-cart-wrap{
	margin-top:15px;
}

.ncl #cs{
    border: solid 2px #2B2B2B;
    border-radius: 5px;
    font: 400 15px/30px 'Open Sans', sans-serif;
    margin-bottom: 15px;
	padding-bottom:10px;
}
.ncl #cs > h2 {
    background-color: #2B2B2B;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    font-family: "Open Sans";
}
.ncl #cs table{
	width:100%;
}
.ncl #cs table tr > td:nth-child(2){
	text-align: right;
}
.ncl #cs table tr > td{
	padding:0 10px;
}
.ncl #cs h2 .fa{
	color:#fff;
	vertical-align: baseline;
	margin-right: 8px;
	font-size:21px;
}
.ncl .couponarea {
    border-top: 1px dashed rgba(0, 0, 0, .2);
	text-align: center;
	margin-top:10px;
}
.ncl .couponarea h2{
	font-size:15px;
	font-weight: normal;
	padding-top:8px;
}
.ncl .couponarea .alert{
	padding:5px;
	margin-top:12px;
	margin-bottom:0;
	font-size:13px;
}
.ncl .couponarea .alert tr > td:first-child{
	text-align: left;
}
.ncl .cart-coupon-entry{
	position: relative;
}
.ncl .cart-coupon-entry input[type='text']{
	border:solid 1px #CCCCCC;
	border-radius: 2px;
	outline: none;
	padding:2px 10px;
	width:100%;
	max-width:100%;
	background-color:#fff !important;
}
.ncl .cart-coupon-entry input[type='image']{
    position: absolute;
    right: 5px;
    top: 6px;
}
.ncl .cart-update{
	margin-bottom:5px;
}
.ncl .show-options{
	display: block;
	font-weight: bold;
	font-size:12px;
	text-decoration: none;
}
.ncl .cart-options h5{
border-bottom: none;
    margin-top: 0;
    color: #2B2B2B;
    font-size: 17px;
    font-weight: bold;
}
.ncl .cart-options h5 .fa{
	vertical-align: bottom;
}
.ncl .cart-options .cart-shipping-estimate h5 .fa{
	color:#2B2B2B;
}

.ncl .cart-options input[type='text'],
.ncl .cart-options select{
	padding:5px 10px;
	border:none;
	outline:none;
	width:100%;
	max-width:100%;
}

.ncl .cart-options select{
	margin-top:0;
	border:solid 1px #CCCCCC;
	border-radius: 4px;
	outline: none;
}

.ncl .cart-options .cart-shipping-entry > div{
	border:solid 1px #CCCCCC;
	border-radius: 4px;
	outline: none;
	background-color:#fff !important;
	position: relative;
	margin-bottom:10px;
}

.ncl .cart-options input[type='image']{
	position: absolute;
	right:5px;
	top:3px;
}

.ncl .cart-shipping-estimate.alert{
	padding-left:0;
	padding-right: 0;
}
.ncl .cart-shipping-estimate select{
	border:solid 1px #FF0000;
}


/* Checkout Page */
.cart-page-type .ncheckout h3,
.npayment h3{
    background-color: #e9ecef;
	border:solid 1px transparent;
	border-radius: 4px;
    padding:5px 10px;
	font-size:16px;
}
.ncheckout h5{
	background-color:#2B2B2B;
	color:#fff;
	border-bottom:none;
	padding:5px 10px;
	border:solid 1px transparent;
	border-radius: 4px;
	font-size:18px;
}
.ncheckout h5 .fa{
	color:#fff;
	vertical-align: bottom;
	margin-right:5px;
	font-size:19px !important;
}
.ncheckout .checkout-email h5 .fa{
	margin-right: 0;
}
.ncheckout #cs .row{
	margin-left: 0;
	margin-right: 0;
	font-size:13px;
	line-height: 20px;
}
.ncheckout #cs .row.item-area,
.ncheckout #cs .row.item-subtotal{
	font-weight: bold;
}
.ncheckout #cs .row.item-row{
	margin-bottom:10px;
	border-top: solid 1px #E9ECEF;
	padding-top:5px;
}

#cs .row.item-row a .fa{
	color:#191919;
	vertical-align: bottom;
	font-size: 18px !important;
}

.ncheckout #cs .row.item-cart-edit{
	margin-top:15px;
	margin-bottom:15px;
}
.ncheckout #mes-cart-wrap > div:first-child > div:first-child > h3:first-child{
	margin-top:0;
}
.ncheckout table.checkout-email tr > td:nth-child(2),
.ncheckout table.checkout-email tr > td:last-child .text-required{
	display:none;
}
.ncheckout table.checkout-email tr td.form-group{
    padding-bottom: 0;
    line-height: 1;
}
.ncheckout div.text-error{
	width:100%;
	max-width:90%;
	margin:20px auto;
}
.checkout-page .ncheckout .checkout-shipping-address > tbody > tr:nth-child(1n+2) td div:nth-child(3) > div{
	display:block;
}
.cart-page-type .ncheckout .text-important{
	padding:5px 15px;
}

.ncheckout table.checkout-email input{
	max-width:100% !important;
	width:100% !important;
}

/* Shipping Page */
.nship table.checkout-coupons-container label{display:none;}
.nship table.checkout-coupons-container div.text-error{margin-top:0;}
.nship table.checkout-coupons-container td.content-body > div{
	position: relative;
}
.nship table.checkout-coupons-container input[type="text"]{
	padding:5px 10px;
	width:100%;
	max-width:100%;
	margin-top:0;
	border:solid 1px #CCCCCC;
	border-radius: 4px;
	outline: none;	
}
.nship table.checkout-coupons-container input[type="image"]{
	margin-top:5px;
}
.nship table.checkout-coupons-container div{
	margin-top:0 !important;
}
.nship table#ctl00_pageContent_checkoutWizard td{
	padding-top:20px;
	border:solid 2px #CCCCCC;
}
.nship table.checkout-shipping thead > tr > th:last-child{
	display:none;
}

.nship .alert.alert-success{
	padding:5px;
	font-size:13px;
}

/* Payment Page */
.npayment h1.page-banner,
.npayment #ctl00_pageContent_checkoutWizard_orderInvoiceReview_pnlOrderNotes table label{
    background-color: #2B2B2B;
    color: #fff;
    border-bottom: none;
    padding: 5px 10px;
    border: solid 1px transparent;
    border-radius: 4px;
    font-size: 18px;
	margin-top:0;
}
.npayment h1.page-banner .fa{
	color:#fff;
	vertical-align: bottom;
}
.npayment table.checkout-payment{
	width:75% !important;
}
.npayment table.checkout-payment td{
	vertical-align: middle;
	padding-bottom:10px;
	margin:0 auto;
}
.npayment #ctl00_pageContent_checkoutWizard_payments_payPal,
.npayment #ctl00_pageContent_checkoutWizard_payments_seperator{
	text-align: center
}
.npayment #ctl00_pageContent_checkoutWizard_payments_payPal table,
.npayment #ctl00_pageContent_checkoutWizard_payments_generic table{
	margin:0 auto;
}
.npayment .text-important{
	text-align: center;
	padding-bottom:15px;
}
.npayment tr.invoice-detail-row > td:nth-child(3),
.npayment tr.invoice-detail-row-alt > td:nth-child(3){
	text-align: center;
}
.npayment table.grid-view-invoice h5{
	margin:0;
    border-bottom:none;
    padding-bottom:0;
	font-weight: 700;
	font-size:14px;
}

.npayment tr.invoice-detail-row > td:nth-child(1) > div,
.npayment tr.invoice-detail-row-alt > td:nth-child(1) > div{
	margin-top:5px;
	font-size:13px;
}

.npayment table.invoice-summary{
	width:100%;
}

.npayment table.invoice-summary td.invoice-summary-text{
	width:75%;
	font-weight: 700;
}
.npayment table.invoice-summary td{
	text-align: right;
}

.npayment table.invoice-summary td.invoice-summary-item{
	padding-right: 20px;
}

.npayment #ctl00_pageContent_checkoutWizard_orderInvoiceReview_pnlOrderNotes table{
	width:100%;
}
.npayment #ctl00_pageContent_checkoutWizard_orderInvoiceReview_pnlOrderNotes table label{
	display:block;
	margin-bottom:0;
	margin-top:20px;
	font-weight: 700;
	padding-bottom:7px;
}
.npayment #ctl00_pageContent_checkoutWizard_orderInvoiceReview_pnlOrderNotes table label .fa{
	color:#fff;
	vertical-align: bottom;
	margin-right: 5px;
}
.npayment .invoice-summary > tbody > tr:nth-child(2){
	display:table-row;
}


@media (max-width: 991px){
	.npayment #ctl00_pageContent_checkoutWizard > tbody > tr:last-child table tr > td, table.checkout-email td{
		display:block;
		text-align: center !important;
		width:100%;
		
	}
	table.checkout-email td,
	table.checkout-email,
	table.checkout-email tr{
		text-align: left !important;
		width:100% !important;
		max-width:100% !important;
	}
	.ncl input[type='image']{
		max-width:100%;
		height: auto;
	}
	.ncl table.cart > tbody > tr.cart-header th:first-child, 
	.ncl table.cart > tbody > tr.cart-item > td:first-child,
	.ncl table.cart > tbody > tr.cart-header th:nth-child(4), 
	.ncl table.cart > tbody > tr.cart-item > td:nth-child(4),
	.ncl .cart tr td.cart-actions{
		display:none;
	}
	
	.ncl table.cart > tbody > tr.cart-item > td:nth-child(3) .cart-update,
	.ncl table.cart > tbody > tr.cart-item > td:nth-child(3) .cart-remove{
		display:inline-block;
		margin-right: 10px;
		vertical-align: top;
		margin-top:10px;
	}
	.ncl table.cart > tbody > tr.cart-item > td:nth-child(3) .cart-remove{
		margin-top:11px;
	}
	.npayment table.checkout-payment{
		width:100% !important;
	}
	.ncheckout table.checkout-email{
		max-width:100%;
	}
	
}
@media (min-width: 992px){
	.ncl table.cart > tbody > tr.cart-item > td:nth-child(3) .cart-update,
	.ncl table.cart > tbody > tr.cart-item > td:nth-child(3) .cart-remove{
		display:none;
	}
}
@media (max-width: 400px){
	.npayment table.grid-view-invoice tr > th:nth-child(3),
	.npayment table.grid-view-invoice tr > td:nth-child(3){
		display:none;
	}
	.npayment table.checkout-payment td{
		display:block !important;
	}
}



.form-c-page input[type=checkbox]:not(old),
.form-c-page input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

.form-c-page input[type=checkbox]:not(old) + label,
.form-c-page input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}

.form-c-page input[type=checkbox]:not(old) + label > span,
.form-c-page input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 15px;
  height           : 15px;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid #2B2B2B;
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}

.form-c-page input[type=checkbox]:not(old):checked + label > span,
.form-c-page input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

.form-c-page input[type=checkbox]:not(old):checked + label > span:before{
    content: '✓';
    display: block;
    width: 15px;
    color: #000;
    font-size: 23px;
    line-height: 10px;
    text-align: center;
    text-shadow: 0 0 0.0714em rgb(115,153,77);
    font-weight: bold;
}

.form-c-page input[type=radio]:not(old):checked + label > span > span{
  display          : block;
    width: 9px;
    height: 9px;
    margin: 3px 2px 2px 3px;
  border           : 1px solid #2B2B2B;
  border-radius    : 0.125em;
  background       : #DFC882;
  background-image :    -moz-linear-gradient(#DFC882,#DFC882);
  background-image :     -ms-linear-gradient(#DFC882,#DFC882);
  background-image :      -o-linear-gradient(#DFC882,#DFC882);
  background-image : -webkit-linear-gradient(#DFC882,#DFC882);
  background-image :         linear-gradient(#DFC882,#DFC882);
}

.ip-2020 select{
	max-width:99% !important;
	width:99%;
}
.ip-2020 .personalization-answer.select-answer img{
	margin-top:12px;
}

.ip-2020 .personalization-answer.check-answer input[type='checkbox']{
	margin:4px 8px 8px 0;
	float:left;
}
.ip-2020 .personalization-answer.check-answer label{
    display: inline-block;
    float: left;
    width: calc(100% - 30px);
}

.ip-2020 .personalization-question-label{
font-weight: bold;
    margin-bottom: 8px;
    display: inline-block;
}

.ip-2020 input[type=radio]{
	margin-right: 5px;
}


.map-info{
margin-top:15px;
display:none;
}

.map-price .value{color:red; font-weight:bold;}
.map-price a .fa{color:#C9B36E;}

.map-2020 .price-comparison{
color:#999999;
font-size:28px;
	margin-top:5px;
}
.map-2020 .price-comparison .label{
	display:none;
}



.prod-promos-area a{
	text-decoration: none;

}

.prod-promos-area{
	border-top: solid 1px #DEE2E6;
	margin-top:10px;
	padding-top:15px;	
}


.no-padding{padding:0 !important;}
.no-left-padding{padding-left:0 !important}
.no-right-padding{padding-right:0 !important;}
.no-margin{margin:0 !important;}


.prod-promos-area .fa,
.product-options .fa{
	font-size:27px !important;
	line-height: 27px !important;
}