/*=================Uniform Style================*/
@font-face {
 font-family: avenirbook;
 src:url('../fonts/AVENIR_LT_45_BOOK.TTF');
}

@font-face {
 font-family:avenirheavy;
 src:url('../fonts/AVENIR_LT_85_HEAVY.TTF');
}

@font-face {
 font-family:pristina;
 src:url('../fonts/PRISTINA.TTF');
}
body {
    font-family: avenirbook, verdana, arial, helvetica, sans-serif;
    font-size: 14px; 
    color: #333;
    line-height:1.42857143;
    background-color:#fff;
}
.clearBoth {
    clear: both;
}
.boldFONT, strong {
    font-family: Century Gothic;
    font-weight: bold;
}
.btn-default{
    text-shadow:none;
    background-image: none;
    border-color: #000;
}
.navbar-default{
    background-image: none;
    background-color: #fff;
}
.navbar-collapse{
    padding-left:0px;
    padding-right:0px;
}
label{
    margin-bottom: 10px;
}
textarea{
    width: 100%;
}
.alert-necessary{
    color: #d43f3a;
    font-size: 13px;
    padding-left: 5px;
}
.larger{
    color: #fff;
    padding:3px 6px;
    margin-bottom: 10px;
}
.messageStackError{
    background-color: #d43f3a;
}
.messageStackWarning{
    background-color: #f0ad4e;
}
.messageStackSuccess{
    background-color: #5cb85c;
}
.messageStackCaution{
    background-color: #ccc;
}
.success{
    background-color: #5cb85c;
    color: #fff;
    padding:3px 6px;
    margin-bottom: 10px;
}
.information{
    margin-bottom:10px;
}
.hiddenField{
    display: none;
}
.buttonRow{
    margin:5px 0 10px 0;
}
/*=================Uniform Style================*/
/*==================Header======================*/
#headerWrapper{
	/*padding-top: 15px;*/
}
.navbar{
    margin-bottom: 0px;
}
.nomargin {margin:0}
.nopadding {padding:0}
@media (min-width: 992px){
    .navbar-nav>li>a{padding:15px 19px;}
}
.navbar-nav>li:nth-child(1)>a {padding-left: 0}
.navbar-nav>li:nth-child(9)>a {padding: 15px 0}
.navbar-nav>li:nth-child(3)>a img,.navbar-nav>li:nth-child(4)>a img,.navbar-nav>li:nth-child(5)>a img,.menu-shop>div>li:nth-child(3)>a img,.menu-shop>div>li:nth-child(4)>a img {vertical-align: baseline;}
.navbar-nav>li:nth-child(8)>a img {vertical-align: top;}
.navbar-nav>li:nth-child(7)>ul {padding: 20px 0;}
.navbar-nav>li:nth-child(7)>ul li a{line-height: 2;font-weight: bold;}
.menu-shop {width: 870px;padding: 20px 5px 50px;left: 0;top:100%;}
.menu-shop li a{color: #333;font-size: 13px;line-height: 2.5}
.menu-shop li a:hover{color: #999}
.menu-review {width: 330px;padding: 20px 0;left: -85px;top:100%;}
.menu-review div li a{line-height: 2;text-transform: uppercase;}
@media (min-width: 768px){
    .mainadfirst{
        height: 613px;
    }
    .mainadfirst > .item > img, .mainadfirst > .item > a > img {
        max-width: 1920px;
        position: relative;
        left: 50%;
        margin-left: -960px;
    }
}
#navBreadCrumb{
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    margin:10px 0 15px 0;
}
#navBreadCrumb a{
    color: #999;
    font-weight: bold;
}
.logo{
    text-align: center;
    margin: 80px auto 50px auto;
}
.phone-show .menu-style{
    border-right:1px solid #ddd;
    border-left: 1px solid #ddd;
}
.phone-show .navbar-toggle{
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    border-color: transparent;
    border-right: 1px solid #ddd;
}
.phone-show .nav>li>a{
    padding: 17px 20px;
}
.swiper-same-style{
    width: 100%;
    position: relative;
}
.swiper-same-style .arrow-left,.swiper-same-style .arrow-left1,.swiper-same-style .arrow-left2,.swiper-same-style .arrow-left3,.swiper-same-style .arrow-left4,.swiper-same-style .arrow-left5 {
    position: absolute;
    left: 0px;
    top: 42%;
    z-index: 10;
}
.swiper-same-style .arrow-right,.swiper-same-style .arrow-right1,.swiper-same-style .arrow-right2,.swiper-same-style .arrow-right3,.swiper-same-style .arrow-right4,.swiper-same-style .arrow-right5 {
    position: absolute;
    right: 0px;
    top: 42%;
    z-index: 10;
}
.swiper-same-style .swiper-button-disabled{
    color: #ddd;
}
.swiper-same-style .swiper-container {
    margin:0 25px;
}
/*==================Header======================*/
/*==================Account Header==============*/
.account-content{
    background-color: #f1f2f4;
    margin-bottom:15px;
    padding:15px 0;
}
.account_header_right{
    border-left: 1px solid #d1d2d4;
}
.account_header_right a:hover{
    text-decoration: none;
}
.account_top_btn{
    height:30px;
    line-height:30px;
    border-radius:20px;
    color:#13151b;
    margin-bottom: 8px;
    width: 80%;
    padding-left: 15px;
}
.account_top_btn:hover{
    -moz-box-shadow:1px 1px 1px #13151b inset;              
    -webkit-box-shadow:1px 1px 1px #13151b inset;           
    box-shadow:1px 1px 1px #13151b inset; 
    background-color: #fff;  
}
.isMe{
    color:#337ab7;
    -moz-box-shadow:1px 1px 1px #13151b inset;              
    -webkit-box-shadow:1px 1px 1px #13151b inset;           
    box-shadow:1px 1px 1px #13151b inset; 
    background-color: #fff;
}
/*=============Account Header===================*/
/*================Footer========================*/
#footerWrapper{
	padding: 30px 0;
	color: #333;
    margin-top: 20px;
}
.f-center{
    display: none;
}
@media (min-width: 768px){
    .footer-left{
        padding-left: 90px;
    }
    .f-center{
        display: block;
    }
}
.f-box h4{
    font-family: Century Gothic;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
    font-size: 14px;
}
.f-box ul li{
	padding-bottom: 5px;
}
.f-box a{
	color:#333;
}
.f-box a:hover,.f-box a:focus{
	color: #333;
    text-decoration: none;
}
.Social-plug a{
	width: 30px;
	height: 30px;
	background-color: #333;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
}
.Social-plug i{
	line-height: 30px;
}
.Social-plug-f:hover{
	background-color: #4a73bd;	
}
.Social-plug-p:hover{
	background-color: #cc2127;	
}
.Social-plug-y:hover{
	background-color: #990000;	
}
.Social-plug-i:hover{
	background-color: #b16b4f;	
}
.legalCopyright,.paymentAccept,.f-last{
    text-align: center;
}
.f-last input[type="email"]{
    width: 200px;
    height: 34px;
    text-indent: 10px;
}
.f-last button[type="submit"]{
    padding:5px 8px;
}
@media (min-width: 768px){
    .f-last{
        text-align: left;
        padding-left: 80px;
    }
}
.legalCopyright{
	margin-top:30px;
}
.paymentAccept{
	margin-top: 10px;
}
.paymentAccept i{
	padding-right: 8px;
}
#toTop {
    display: none;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 120px;
    z-index: 10000;
    padding-top: 10px;
}
#toTop:hover{
    background-color: #ccc;
}
/*================Footer========================*/
/*====================category==================*/
#categoryImgListing{
    margin-bottom: 20px;
}
#indexProductListCatDescription,#categoryDescription{ 
    line-height: 24px;
}
.toolbar{
    padding: 10px 0;
    margin: 5px 0;
}
.sort-inputLabel,#sortSelect{
    padding-right: 10px;
}
#viewControl{
    margin-top: 1px;
}
.navSplitPagesLinks{
    padding-left: 10px; 
}
.navSplitPagesLinks .current{
    border:1px solid #ccc;
    background-color: #fff;
    padding: 2px 7px;
}
.centerBoxContentsProducts{
    text-align: center;
}
.product-row{
    margin-bottom: 15px;
}
.productPrice{
    font-size: 18px;
    margin-bottom: 15px;
}
.normalprice{
    color: #000;
    text-decoration: line-through;
}
.productSpecialPrice, .productPriceDiscount{
    color: #990000;
}
.itemTitle{
    font-size: 14px;
}
.itemTitle a:hover {
    color: #FF0000;
    text-decoration: none;
}
.img-back{
    display: none;
}
@media (min-width: 768px){
    .centerBoxContentsProducts a:hover img.img-front{
        z-index: 0;
        display: block;
    }
    .centerBoxContentsProducts a:hover .img-back{
        display: block;
        z-index: 1;
    }
    .centerBoxContentsProducts a .img-back{
        position: absolute;
        top: 0;
        display: none;
        padding-right: 15px;
    }
}
/*====================category==================*/
/*===================product====================*/
#product_info,#product_images {width: 100%}
@media (min-width: 768px){
    #product_info {width: 62%;padding-left: 5px;}
    #product_images{
        width: 38%;
        margin-bottom: 20px;
    }
}
#pricetotalpro{font-size: 26px;font-family: Century Gothic;font-weight: bold;}
#products_tab{
    margin:20px 0;
}
#products_tab .tab-content{
    border: none;
    padding:0;
}
#products_tab .swiper-container{
    margin: 0 25px 0 35px;
}
#products_tab .nav-tabs>li>a{
    font-size: 17px;
}
#products_tab .nav>li>a{
    padding: 8px 40px;
}
#products_tab .nav-tabs>li{
    margin-right: 8px;
}
.additionalImages{
    margin-bottom: 30px;
}
#totalPriceSpecial{
    text-decoration: line-through;
}
.product_title{
    margin-top: 0;
    font-size: 20px;
}
.m_product_title{
    margin:5px 0 10px 0;
    font-size: 16px;
}
.product_price{
    font-size: 20px;
    margin-top: 0;
}
.product_prev{
    font-size: 20px;
}
#productAttributes {border: 1px solid #ccc;padding: 10px 20px;}
.wrapperAttribsOptions {padding: 5px 0;}
.wrapperAttribsOptions h4 {margin: 0}
.wrapperAttribsOptions LABEL,.wrapperAttribsOptions .optionName {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    margin: 0;
}
/*===================product====================*/
pre.prettyprint{
    background-color: #1d2129;
    border: 1px solid #90949c;
    color: #fff;
    border-radius:3px;
    font-family:Menlo, Consolas, Monaco, monospace;
    font-size:14px;
    line-height:20px;
    margin:20px 0;
    overflow:auto;
    padding:12px;
    word-wrap:normal
}
.prettyprint .pln{color:#fff}
.prettyprint .str{color:#8fdc33}
.prettyprint .kwd{color:#f8963e}
.prettyprint .com{color: #4267b2;}
.prettyprint .typ{color:#fff}
.prettyprint .lit{color:#60c2ee}
.prettyprint .pun,.opn,.clo{color:#fff}
.prettyprint .tag {color: #89bdff;}
.prettyprint .atn {color: #bdb76b;}
.prettyprint .atv {color: #65b042;}

.prettyprint .rcc{color:#f92672;}
.prettyprint .lcc{color:#66d9ef;}
.prettyprint .ycc{color:#e6db74;}
.prettyprint .pcc{color:#ae81ff;}
.prettyprint .bcc{color:#a6e22e;}

#header-top{
    background-color: #333;
    height:30px;
    line-height: 30px;
    /*margin-bottom: 30px;*/
    font-size: 13px;
    color: #fff;
    padding: 0;
}
#header-top a{color: #fff;}
#header-top a:hover,#header-top a:focus{text-decoration:none;background: none;outline: none;}
.header-top-country {padding: 6px 0 0 0;width: 4%;}
.header-top-currency {padding: 0 2px;width: 5%;}
.header-top-search {padding: 0}
.menu-country {background-color: #333;min-width: 25px;padding:5px 10px;left: -11px;}
.menu-country li {padding: 5px 0}
.menu-country li a {padding: 0}
.menu-currency {background-color: #333;min-width: 50px;padding:5px 10px;left: -9px;}
.menu-currency li {padding: 3px 0}
.menu-currency li a {padding: 0}
.ship-worldwide {width: 13%;}
.header-top-contact {width:7%;padding: 0}
.menu-info {background-color: #333;width: 185px;left: -11px;}
.menu-info li{line-height: 1.8;text-indent: 10px;font-size: 13px;}
.header-top-login {padding: 0;}

#navMainSearch .navbar-form{margin: 4px 0;padding: 0;}
#navMainSearch .form-control {font-size: 12px;text-transform: uppercase;color: #ccc;height: 22px;padding: 1px 5px;}
#navMainSearch button{margin: 1px 0 0 -20px;position: absolute;z-index: 10;border: none;padding: 3px;color: #333;background-color: #fff;}
.colored_collection{padding:30px 0 20px;}

.nameDescription{
    background-color: #f9f9f9;
    padding: 15px 120px;
}
.nameDescription h1{
    font-family: Century Gothic;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}
.nameDescription hr{
    width: 60px;
    margin:10px auto;
    border-top: 1px solid #333;
}
.cate274 {background-color: #eee;margin: 50px 0;}
.cate274_main {width: 1000px;margin: 0 auto;background: url(/images/hair_artist/wholesale-products.jpg);height: 500px;}
.cate274_body {width: 563px;float: right;line-height: 34px;text-transform: uppercase;margin-top: 210px;}
.cate274_body_head {width: 166px;margin: 20px auto;color: #fff;background-color: #474b4e;text-align: center;}
.cate274_body_head a {color: #fff;text-decoration: none;}
.cate274_body_con {}
.cate274_body_con ul,.cate283_body_con ul {margin: 0;padding: 0;list-style: none;}
.cate274_body_con ul li,.cate283_body_con ul li {float:left;margin: 10px;border:1px solid #808080;}
.cate274_body_con ul li a,.cate283_body_con ul li a {padding: 9px 22px;}
.cate274_body_con ul li a:link,.cate283_body_con ul li a:link {color: #333;}
.cate274_body_con ul li a:hover,.cate283_body_con ul li a:hover {background-color: #474b4e;color: #fff;text-decoration: none;}
.cate283_main {width: 1000px;margin: 0 auto;background: url(/images/1_03.jpg);height: 296px;}
.cate283_body {width: 563px;float: right;line-height: 34px;text-transform: uppercase;margin-top: 130px;}
#productListing {margin-top: 20px;}

.wrapperAttribsOptions a{color: #990000;text-decoration: underline;line-height: 25px;}
.attribWord{margin-top: 6px;}
.attribWord2{position: absolute;padding-left: 15px;margin-top: -20px;}
.attribWord2 a {color: #990000;text-decoration: underline;}
.attribsTextarea_head{display: none;}
.backGrey{
    background-color: #f4f4f4;
    padding: 7px 0;
    text-align: right;
    margin:5px 0;
}
.newbackGrey{background-color: #f4f4f4;padding: 7px 15px;color: #990000;text-align: justify;}
.thinsec{
    background-color: #f4f4f4;
    padding: 7px 15px;
    margin:5px 0 0;
    line-height: 20px;
}
.thinsec b{
    font-family:avenirheavy; 
    font-size: 16px;
}
.noinventoryNote{
    background-color: #f4f4f4;
    padding: 10px 0 7px 0;
    margin-top: 5px;
}
.previewer {
    float: left;
    width: 78px;
    height: 78px;
    margin: 0 15px;
}
.colorselections img{margin: 0px 2px 7px 0px;}
#cartAdd {
    font-size:12px;
    text-align: right;
    padding-top: 7px;
}
#cartAdd #min,#cartAdd #add,#cartAdd #text_box{
    width: 24px;
    /*font-family: Century Gothic;font-weight: bold;*/
    height: 24px;
    border:1px solid #ccc;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    line-height: 22px;
}
#cartAdd #text_box{
    width: 60px;
    margin:0 5px;
    font-weight: normal;
}
.pointWord {
    font-size: 14px;
    line-height: 25px;
}
.qtyback {font-size: 20px;padding-right: 0;width: 63%;}
.qty {width: 37%;display: flex;}
.add_cart_cur {position: relative;left: 120px;top: -124px;width: 70px;}
.label_on{
    border: 2px solid #ccc !important;
    box-shadow: 1px 1px 15px #000;
    border-radius: 15px;
}
.in_save .fa-heart-o{
    color:#900;
    font-weight:bold;
}
#products_des_tab b,.descTips b{
    font-family: Century Gothic;
    font-weight: bold;
}
.returnLink a{
    color: #990000;
    text-decoration: underline;
}
.returnLink span{
    color: #990000;
    font-weight: bold;
}
.descScroll{
    height: 400px;
    overflow-y: hidden;
    line-height: 25px;
}
.descTips b{
    font-size: 16px;
}
.descTips span{
    color: #ff0000;
}
.descTips{
    width: 95%;
    float: left;
    max-height: 1500px;
    position: relative;
}
.descScroll .slider {
    background-color: #f3f4f6;
    cursor: pointer;
    float: left;
    height: 400px;
    margin: 3px 8px;
    position: relative;
    width: 5px;
}
.descScroll .progress {
    background-color: #f3f4f6;
    height: 3px;
    position: absolute;
    width: 0;
}
.descScroll .handle {
    background-color: #999;
    cursor: move;
    display: block;
    height: 20px;
    left: -7px;
    position: absolute;
    width: 20px;
}
.descScroll .handle:active {
    background: #999 none repeat scroll 0 0;
}
.descScroll .range {
    display: none;
}
.nextTitle{
    border:1px solid #ccc;
    border-bottom: none;
    text-transform: uppercase;
    font-size: 17px;
    padding: 8px 40px;
    width: 330px;
    text-align:center;
}
.photoTitle{
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #7d7d7d;
    font-size: 24px;
    text-transform: uppercase;
}
.beforeDetail{
    line-height: 25px;
    font-size: 18px;
    margin-top: 7px;
}
.review-title {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 28px;
}
.review-title span {
    font-size: 13px;
    color: #999;
    text-transform: capitalize;
}
#reviewsWrite {
    margin: 10px 0 20px 0;
}
#reviewsWrite hr{
    border-top: 1px dashed #ccc;
}
.write-review {
    font-size: 13px;
    text-decoration: underline;
}
.write-review i{
    font-size: 20px;
    vertical-align: middle;
}
#reviewOrder {
    font-size: 13px;
    width: 190px;
}
.ratingRow img {vertical-align: unset;}
#reviewsSearch label{font-weight: normal;}
#reviewsSearch .col-md-1,#reviewsSearch .col-md-2,#reviewsSearch .col-md-3 {width: auto;float: left;padding: 0 13px;}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay {
    padding: 25px 10px;
}
.shoppingSuccess{
    color: #333333;
}
.shoppingSuccess .coupon_words {
    color: #ef6ea8;
    font-size: 20px;
    line-height: 70px;
}
.shoppingSuccess .coupon_words font {
    color: #333333;
}
.cartTotalsDisplay{
    font-size: 18px;
    padding: 25px 10px;
    border-bottom: 2px solid #dadada;
    color: #333;
    font-family: Century Gothic;
    font-weight: bold;
}
table>tbody>tr.tableHeading>th {
    border-bottom: 1px solid #dadada;
    text-transform: uppercase;
    text-align: center;
    font-family: Century Gothic;
    font-weight: bold;
    background-color: #fff;
    padding: 12px 0px;
    font-size: 17px;
}
#cartProdTitle{
    font-size: 16px;
    color:#333;
}
.cartAttribsList{
    margin-top: 10px;
}
.cartAttribsList ul{
    padding: 0px;
    margin: 0px;
}
.cartAttribsList ul li{
    list-style-type: none;
    line-height: 25px;
}
#lookup-discount-coupon, #redeem_points {
    float: left;
    margin: 0;
    border: 1px solid #abadb3;
    width: 200px;
    height: 34px;
    box-sizing: border-box;
}
#cartTotal{
    font-family: Century Gothic;
    font-weight: bold;
    line-height: 2.2em;
    font-size: 16px;
    color: #333;
}
#checkoutShipping h2, #checkoutPayment h2, #checkoutConfirmDefault h2{
    font-family: Century Gothic; 
    font-weight:bold;
    font-size:20px;
    color:#333;
    font-weight:normal;
    margin:25px 0 20px 0;
}
#checkoutShippingAddress, #checkoutShippingContentChoose, #checkoutBillingAddress, #otsubtotal, #otshipping, #ottotal, #confirmBillAddress, #confirmShippingAddress, #checkoutConfirmDefaultPaymentTitle, #checkoutConfirmDefaultShipmentTitle, #confirmComments, #pField font{
    font-size:16px;
    line-height:24px;
    padding-left:0;
    color:#333;
    font-weight:normal;
}
#checkoutShippingHeading, #checkoutPaymentHeading, #checkoutConfirmDefaultHeading{
    font-size:24px;
    font-weight:normal;
    color:#333;
    padding: 16px 0;
    border-bottom:1px solid #dadada;
}
#checkoutInfo{
    font-size:16px;
    color:#666;
    border-top:1px solid #dadada;
    border-bottom:1px solid #dadada;
    line-height:28px;
    padding:10px 0;
}
#checkoutInfo b{
    font-family: Century Gothic; font-weight:bold;
}
.checkEnsure{
    font-family: Century Gothic; font-weight:bold;color:#c33;padding-bottom:15px;
}
#comments legend {border-bottom: none;}
.pay_info {
    padding: 10px 10px 15px;
    width: 580px;
    color: #990000;
    line-height: 25px;
    font-weight: bold;
}
.pay_paypal_img {height: 50px;vertical-align: middle;}
#cartContentsDisplay tr{
    background-color:transparent;
}
#cartContentsDisplay td{
    border-bottom:1px solid #dadada;
}
#cartContentsDisplay .tableHeading{
    height: 50px;
    font-size: 16px;
    color:#333;
}
#cartContentsDisplay .tableHeading th{
    border-bottom:1px solid #dadada;
    text-transform:uppercase;
    text-align:center;
    font-family: Century Gothic; font-weight:bold;
}
#cartImage img{
    width:100px;
    height:134px;
}
#cartImage {
    margin: 0em 1em;
}
.shop_option_right{padding: 25px 0;}
.cartUnitDisplay, .cartTotalDisplay, #checkoutConfirmDefault .cartQuantity {
    text-align: center;
    font-size:16px;
}
.cartProductDisplay{
    text-align: center;
}
#mc_embed_signup hr{width:70%;margin: 15px auto;}
#mc_embed_signup h2{font-size: 24px;}
#mc_embed_signup h3{font-size: 18px;}
#mc_embed_signup p{font-size: 15px;margin: 0px 0px 15px;}
#mc_embed_signup table{margin: 0 auto;font-size: 13px;}

#mc_embed_signup div,#mc_embed_signup p{text-align: center;}
#mc_embed_signup h2,#mc_embed_signup h3 {text-align: center;margin: 5px 0;font-weight: bold;}
#mc-embedded-subscribe{background-color:black;color: white; border: black solid 1px;padding: 7px 16px;border-radius: unset;font-weight: normal;}
#mce-EMAIL,#mce-EMAIL2{padding: 6px;}

#mc_embed_signup input.mce_inline_error{border-color:#6B0505;}
#mc_embed_signup div.mce_inline_error{margin: 2px 0; padding: 5px 10px; background-color:#6B0505; font-weight: bold; z-index: 1; color:#fff;}

#mc_embed_signup{position:fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,.8);display:none;z-index:10000; text-align: center;}
#mc_embed_signup form{position:fixed; top:10%; left:34%; min-width:380px;width:410px; min-height: 320px; max-height:400px;font:normal 100% 'Century Gothic'
,Helvetica,Arial,sans-serif; font-size:14px; padding:10px 20px; background-color:#f8f8f8; color:#000; text-align:left;overflow:hidden;}
#mc_embed_signup a.mc_embed_close{background:transparent url(/images/close.jpg) no-repeat; height:28px; width:27px; text-indent:-999em; position:absolute; cursor: pointer; top:0;right: 0;}
.mc-merges li{ display: inline-block; }
.mc-merges label {font-weight: normal;margin: 5px 0;}
.mc-merges input {margin: 3px 3px 3px 10px;vertical-align: middle;}
.nav-fixed{position:fixed; top:0;z-index: 1000;width: 100% !important;}

.inputLabelPayment {width: 155px;}
#masapay-cc-expires-month {width: 153px;}

.wrapperAttribsOneTime{
	display:none;
}
#attri-5 #optionMenu5 input{
    float: left;
}
#optionMenu5 label{
    font-size: 15px;
    margin-right: 20px;
    width:93%; 
}