<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


.page-header.type1 .navigation li.level0 {
    margin-right: 3px;
    color: rgb(255,163,0);
}
.navigation .level0 .submenu {
    border: 0 solid  rgb(255,163,0);
}
.page-header.type1 .navigation li.level0.active, .page-header.type1 .navigation li.level0:hover {
    background-color: rgb(255,163,0);
}


/* HEADER */
.page-header {
    background-color: #333;
}
.page-header.type16 .navigation li.level0{
    color: rgb(255,163,0);
}
.sw-megamenu.navigation li &gt; a &gt; span:hover {

    color: #FFF !important;
}
.page-header.header-newskin .navigation .level0 a:hover {
    background-color: #333;
    color: #FFF;
}
.page-header.type19 .panel.wrapper {
    background-color: #363839;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    color: #ccc;
}
.page-header.type19 .navigation li.level0 &gt; .level-top {
    font-weight: normal;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 14px;
}
.page-header.type19 .header.content {
    background-color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.page-header.type19 .panel.header .switcher {
    color: rgba(204, 204, 204, 1);
}
.page-header.type19 .panel.header .header.links {
    color: rgba(204, 204, 204, 1);
}
.page-header.header-newskin .navigation .level0 {
    color: rgba(204, 204, 204, 1);
}



.page-header.type19 .search-area {
    float: right;
}
.page-header.type19 .search-area &gt; a {
    color: #fff !important;
    font-size: 20px;
    margin-right: 30px;
}
.page-header.type19 .minicart-wrapper .action.showcart {
    color: rgba(204, 204, 204, 1) !important;
}
.page-header.type19 .minicart-wrapper .action.showcart:before, .page-header.type19 .minicart-wrapper .action.showcart.active:before{
    color: rgba(204, 204, 204, 1)  !important;
}



.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
}


.page-footer{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #555555 0%, #313131 100%) repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.6);
}
.footer-middle {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #555555 0%, #313131 100%) repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.6);
}






/** Footer
 **************************************************************** **/
.footer {
    color: rgba(255,255,255,0.6);

    background: #313131;
    background: -moz-linear-gradient(top, #555555 0%, #313131 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #313131));
    background: -webkit-linear-gradient(top, #555555 0%, #313131 100%);
    background: -o-linear-gradient(top, #555555 0%, #313131 100%);
    background: -ms-linear-gradient(top, #555555 0%, #313131 100%);
    background: linear-gradient(to bottom, #555555 0%,#313131 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#313131',GradientType=0 );
}
#footer&gt;.container {
    padding-top:60px;
    margin-bottom:60px;
}

#footer&gt;.copyright {
    background-color:rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    padding:25px 0;
    font-size:13px;
    display:block;
}

#footer&gt;.copyright.has-social {
    padding:8px;
}
#footer&gt;.copyright.has-social .social-icon {
    margin-top:8px;
    margin-bottom:0;
    line-height:0;
}
#footer&gt;.copyright .copyright-text {
    margin-top:14px;
}
.footer canvas {
    width:auto !important;
    height:auto !important;
}
/* Footer Logo */
.footer img.footer-logo {
    margin-bottom:20px;
    display:block;
}

.footer .footer-logo.footer-2 {
    float:left;
    margin:0 20px 10px 0;
    border-right:rgba(255,255,255,0.1) 1px solid;
    padding-right:20px;
}

/* Footer Typography */
.footer h2 {
    font-size:26px;
    text-shadow:rgba(0,0,0,0.3) 3px 3px 5px;
}
.footer h3 {
    font-size:18px;
    margin-bottom:25px;
}
.footer h4 {
    font-size:15px;
    margin-bottom:25px;
}

.footer a {
    color: rgba(255,255,255,0.6);
    text-decoration:none;
}
.footer a:hover {
    color: rgba(255,255,255,0.9);
}

.footer  p {
    margin-top:0;
}

.footer ul {
    margin-bottom:0;
}

.footer hr {
    border:0;
    margin:20px 0;
    border-bottom:rgba(255,255,255,0.1) 1px solid;
    border-top:rgba(0,0,0,0.4) 1px solid;
}

.footer address {
    margin-bottom:0;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: rgba(255,255,255,0.8);
    font-weight:600;
}

/* footer form */
.footer form input,
.footer form textarea {
    color: #999;
    background-color: rgba(0,0,0,.2);
    border-color: rgba(0,0,0,.25);
    margin-bottom:6px;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.footer form input[type="submit"]:hover,
.footer form input:focus,
.footer form textarea:focus {
    background-color: rgba(0,0,0,.3);
}
.footer form .input-group-addon {
    color: #999;
    background-color: rgba(0,0,0,.4);
    border-color: rgba(0,0,0,.25);
}
.footer form .input-group input,
.footer form .input-group textarea {
    margin-bottom:0;
}



@media only screen and (max-width: 480px) {
    .footer h4 {
        margin-top:30px;
        display:block;
    }
    .footer .mobile-block {
        margin-bottom:25px !important;
    }
    #footer.footer-fixed .mobile-block {
        margin-bottom:0 !important;
    }
    .footer .copyright {
        text-align:center;
    }
}

/* footer list links */
.footer ul.footer-links&gt;li {
    padding-bottom:10px;
    font-weight:400;
}
.footer ul.footer-links&gt;li&gt;a {
    /*color: rgba(255,255,255,0.6);*/
    background-color: transparent;
}

.footer ul.footer-links&gt;li&gt;a:hover {
    /*color: rgba(255,255,255,0.9);*/
    background-color: transparent;
}
.footer ul.footer-links&gt;li&gt;a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-right:10px;
}

/* footer news list */
.footer ul.footer-list li {
    padding:10px 0;
    border-bottom:rgba(0,0,0,0.2) 1px solid;
}
.footer ul.footer-list li small {
    display:block;
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
    color:#ddd;
}

.footer ul.footer-list.half-paddings li {
    padding:6px 0;
}
.footer ul.footer-list.half-paddings.noborder li {
    border:0;
}

/* footer posts */
.footer ul.footer-posts&gt;li {
    padding: 15px 0;
    border-bottom:rgba(255,255,255,0.07) 1px solid;
}
.footer ul.footer-posts&gt;li:first-child {
    padding-top:0;
}
.footer ul.footer-posts&gt;li:last-child {
    border-bottom:0;
}
.footer ul.footer-posts&gt;li&gt;small {
    display:block;
}

/* footer contact text */
.footer address {
    background:url('../images/world-map.png') no-repeat center;
}
.footer address .footer-sprite {
    margin-bottom:20px;
    padding-left:30px;
    background:url('../images/footer_sprite.png') no-repeat 0 0;
}
.footer address .footer-sprite:last-child {
    margin-bottom:0;
}
.footer p {
    line-height:18px;
}
.footer p.contact-desc {
    margin:0 0 30px 0;
    padding:0 0 10px 0;
    border-bottom:#403E44 1px dashed;
}
.footer address .footer-sprite.address {
    background-position:0 0;
}
.footer address .footer-sprite.phone {
    background-position:0 -138px;
    line-height:30px;
}
.footer address .footer-sprite.email {
    background-position:0 -247px;
}


/* footer links - breadcrumbs like */
.footer ul.inline-links&gt;li+li:before {
    padding: 0 5px 0 0;
    content: "/\00a0";
    color:rgba(255,255,255,0.3);
}


/* footer images gallery */
.footer .footer-gallery&gt;a {
    display:inline-block;
    margin-bottom:3px;
    margin-right:3px;
    float:left;
}
.footer .footer-gallery&gt;a:hover {
    opacity:0.8;
}


@media only screen and (max-width: 768px) {
    .footer .footer-gallery {
        text-align:center;
    }
    .footer .footer-gallery&gt;a,
    .footer .footer-gallery&gt;img {
        float:none;
        margin-right:0;
    }

    .footer .row&gt;div {
        margin-bottom:60px;
    }
}

/* sticky footer */
footer.sticky {
    width: 100%;
}
@media only screen and (max-width: 768px) {
    footer.sticky {
        top:auto !important;
        position:relative !important;
    }
}

.footer .btn,
.footer .form-control {
    height:36px;
}
.footer .btn-sm,
.footer .btn-xs,
.footer .btn-lg,
.footer .btn-xlg {
    height:auto;
}

.footer .copyright ul.list-social-icons {
    height:30px;
}
.footer .copyright ul.list-social-icons a.social-icon {
    margin:0;
}


.recent-posts .item .post-image .post-date {
    background-color: rgba(255,163,0,1);
}

/* PRODUCT PAGE */


/*.page-layout-1column .product-info-main {
    width: 100%!important;
}
/*.page-layout-1column .product.media {
    width: 100%!important;
}*/


.page-title-wrapper.product &gt; h1.page-title span{
    line-height: 30px;
    color: #414141;
    font-family: 'Raleway','Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
}
/*.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
    font-size: 18px;
    font-weight: 400 !important;
    letter-spacing: 0.005em;
    color: #777 !important;
}*/
.fotorama__nav--thumbs .fotorama__thumb,
.fotorama__nav .fotorama__thumb-border {
    border-radius: 4px !important;
    border-width: 1px;
}
.fotorama__nav .fotorama__thumb-border{
    border-color: #f6a400;
}
.fotorama .fotorama-sprite, .fotorama__fullscreen .fotorama .fotorama__zoom-out, .fotorama__fullscreen .fotorama .fotorama__zoom-in, .fotorama .fotorama__arr .fotorama__arr__arr, .fotorama .fotorama__fullscreen-icon, .fotorama .fotorama__thumb__arr {
    background: none;
    color: #f6a400 !important;
}


.box-tocart .action.tocart {
    background: #000;
    border: 1px solid #000;
}




/*
.columns {
    max-width: 100%;
        padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
        margin-top: 40px;
}
@media (min-width: 1200px) {
        .columns {
                width: 1170px;
        }
}
@media (min-width:992px) and (max-width:1199px) {
        .columns {
                width: 970px;
        }
}
*/

section.product-bc{
    padding: 20px 0px 0px 0px;
}
.product-info-main .page-title-wrapper h1 {
    margin: 3px 0 0px !important;
    font-family: 'Raleway','Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 36px !important;
    color: #414141 !important;
    margin: 0 0 5px 0 !important;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
}
h2.product-subtitle{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 24px;
}

.product-info-main .product-info-price {
    margin-top: 40px !important;
    border-bottom: 0px #ebebeb solid;
}



.product.data.items &gt; .item.title &gt; .switch {
    color: #666!important;
    font-weight: bold!important;
    text-transform: none !important;
}
.product.data.items&gt;.item.content {
    margin-top: 45px !important;
    border: 1px solid #ddd;
    border-width: 1px 0px 0px 0px!important;
    box-shadow: 0 0px 0px #eee!important;
}

.product.data.items&gt;.item.title&gt;.switch{
    position: relative;
    border: 0px solid #ddd!important;
    border-bottom: none;
    border-bottom-color: transparent !important;
    border-top: #fff 3px solid !important;
    cursor: pointer;
    background-color: #fff!important;
    padding: 0px 20px;
    border-radius: 0px!important;
    background: none!important;
}
.product.data.items &gt; .item.title.active &gt; .switch,
.product.data.items &gt; .item.title.active &gt; .switch:focus,
.product.data.items &gt; .item.title.active &gt; .switch:hover {
    color: #333!important;
    position: relative;
    border: 1px solid #ddd !important;
    border-bottom: none;
    border-bottom-color: transparent !important;
    border-top: #f6a400 3px solid !important;
    cursor: pointer;
    background-color: #F8F8F8!important;
    text-transform: none !important;
}


.product.data.items &gt; .item.title {
    padding: 10px 0px 10px 0px !important;
}
.product.data.items &gt; .item.title &gt; .switch{
    padding: 0 16px !important;
}
.product.data.items &gt; .item.title.active &gt; .switch,
.product.data.items &gt; .item.title.active &gt; .switch:focus,
.product.data.items &gt; .item.title.active &gt; .switch:hover
{
    padding: 0px 15px !important;
}



.action.tocompare {
    display:none !important;
}
a.action.mailto.friend{
    display:none !important;
}

.at-resp-share-element {
    float: right;
}

.grouped-pretitle{
    margin-bottom:0.5em;
}
table.grouped{
    background-color: #f8f8f8;
}
table.grouped &gt; tbody &gt; tr &gt; td {
    /*line-height: 1 !important;*/
}
table.grouped .container-sku-diffs {
    float:left;
    display: inline-block;
    width: 75%;
}
table.grouped .price-box {
    margin: 0px 0px 0px 5% !important;
    /*width: 100%;*/
    display: inline-block;
    float: right;
    text-align: right;
    padding-top: 9px;
}
table.grouped .product-item-sku{
    float:left;
    /*width: 15%;*/
    width: 20%;
    display: inline-block;
}
table.grouped .product-item-name{
  /*  float:left;
    width: 60%;
    display: inline-block;
    margin-bottom: 0px;*/
}
table.grouped .properties {
   /* width: 80%;
    display: block;

    margin-left: 20%;

    float: left;
    margin-top: -5px;*/
	clear: both;
}
table.grouped div[class^="sectionGroupedToggle"] {
    /*margin-left: 15%;*/
    margin-left: 20%;
    width: 77%;
    display: inline-block;
    margin-top: 5px;
}
table.grouped div[class^="btn-toggle-grp"]{
    text-decoration: none;
    margin-bottom: 20px;
}
.btn-toggle-grp.undropped::before {
    content: "+";
    border: 0px solid #fff;
    font-size: 10px;
    padding: 2px 4px;
    background-color: #666;
    color: #fff;
    line-height: 6px;
    border-radius: 4px;
}
.btn-toggle-grp.dropped::before {
    content: "-";
    border: 0px solid #fff;
    font-size: 10px;
    padding: 0px 5px;
    background-color: #666;
    color: #fff;
    line-height: 6px;
    border-radius: 4px;
}
table.grouped .grp-semaphore{
    float:left;
    display:inline-block
        ;padding:10px 10px 0px 0px;
}
.table.grouped .col.qty {
    min-width: 115px !important;
}

.prices-tier .price-container .price {
    font-size: 13px;
}
table.grouped .price-box .price {
    color: #777777 !important;
    font-size: 14px;
    font-weight: 400 !important;
}

.prices-tier .item {
    font-size: 13px;
    color: #777777 !important;
}
.prices-tier strong.benefit &gt; span.percent:after {
    content: "";
    padding-left: 0px;
    font-size: 0px;
}
/*
span.old-price span.price{
    color: #aaa !important;
}

span.old-price {
    display:none;
}
*/
.prev-next-products{
    display: none;
}

.product-info-main .product.sku {
    display: none !important;
}


/*
.moved-add-to-links {
    display: none !important;
}*/
.product-info-main .box-tocart .actions {
    margin-right: 0px !important;
}
.product-social-links {
    border-top: 0px solid #fff !important;
}



svg.at-icon.at-icon-twitter,
svg.at-icon.at-icon-tumblr,
svg.at-icon.at-icon-facebook,
svg.at-icon.at-icon-print,
svg.at-icon.at-icon-addthis,
svg.at-icon.at-icon-google_plusone_share,
svg.at-icon.at-svc-messenger,
svg.at-icon.at-icon-messenger
{
    fill: #656565 !important;
}
a.at-svc-twitter,
a.at-svc-tumblr,
a.at-svc-facebook,
a.at-svc-print,
a.at-svc-compact,
a.at-svc-google_plusone_share,
a.at-svc-messenger
{
    background-color: #fff !important;
}
svg.at-icon.at-icon-twitter:hover,
svg.at-icon.at-icon-tumblr:hover,
svg.at-icon.at-icon-facebook:hover,
svg.at-icon.at-icon-print:hover,
svg.at-icon.at-icon-addthis:hover,
svg.at-svc-google_plusone_share:hover,
svg.at-svc-messenger:hover,
svg.at-icon-messenger:hover
{
    fill: #000 !important;
}

a.at-icon-wrapper.at-share-btn.at-svc-messenger
{
    fill: #656565 !important;
}


.attribute-title {
    font-weight: bold;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #f6a400;
    margin-bottom:20px;
}

.product.data.items &gt; .item.content p {
    line-height: 1.5;
}

.product.data.items &gt; .item.content li {
    margin-bottom: 8px;
    line-height: 1.5;
}
/*
.products-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
    display: none !important;
}
.rating-result{
        display: none !important;
}
*/

/*
.page-layout-1column .toolbar-products{
    position: relative !important;
    margin-bottom: 20px;
}
/*
.products-grid.products.grid.flex-grid .product-item {
    border: 0px !important;
    margin-top: 0px !important;
}
*/
/*
.limiter .label {
    display: inline-block !important;
    font-size: 13px !important;
}
.sorter-label {
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: normal !important;
    color: #777777 !important;

}
.toolbar-amount {
    position: relative !important;
    width: 100px !important;
    color: #999 !important;
    font-weight: 600 !important;
    margin-top:5px;
}
.toolbar select {
    font-size: 13px !important;
}
.search.results  p.toolbar-amount{
    display: inline-block !important;
}

#layer-product-list .special-price .price {
    font-size: 14px !important;
}
*/
.product-info-main .product.overview {
    border-bottom: 0px !important;
    margin: 0px 0px 20px 0px !important;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    line-height: normal !important;
}

.product-info-main .product.overview {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 27px;
    border-bottom: solid 1px #dae2e6;
}


@media (min-width: 768px)
{
    .page-header.type19 .header.content {
        display: block;
        vertical-align: middle;
        padding: 0px 15px;
    }
    .page-header.type19 .logo {
        float: left;
        display: block;
        margin: 10px 25px 0 0;
    }
    .page-header.type19 .block-search input {
        height: 45px;
        border-radius: 0px;
        border: 10px solid #333;
        background-color: rgba(0,0,0,0.9);
    }
    .block-search {
        margin-left: 40px;
        width: 250px;
    }
    .page-header.type19 .block-search .action.search {
        right: 10px;
        height: 25px;
        border-left: 0px solid #ccc;
        width: 30px;
        top: 10px;
        background-color: rgba(255,163,0,1);
    }

    .block-search .action.search:before {
        color: #fff !important;
        content: '\f818';
        margin-top: -8px !important;
    }
    .page-header.type19 .custom-block {
        border-right: solid 0px #dde0e2;
    }
    .page-header.type19 .block-search{
        right: 10px;
    }
    .navigation {
        text-align: right;
    }

    .sw-megamenu.navigation li.level0.classic .submenu,
    .sw-megamenu.navigation li.level0.classic .subchildmenu,
    .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu,
    .sw-megamenu.navigation li.level0 .submenu,
    .sw-megamenu.navigation li.level0 .subchildmenu,
    .sw-megamenu.navigation li.level0 .subchildmenu .subchildmenu{
        background-color: #363839 !important;
    }

    .page-header.header-newskin .navigation li.level0.fullwidth .submenu a,
    .page-header.header-newskin .navigation li.level0.classic .submenu a,
    .page-header.header-newskin .navigation li.level0.staticwidth .submenu a {
        color: rgba(204, 204, 204, 1);
    }

    .page-header.header-newskin .navigation li.level0.fullwidth .submenu a:hover,
    .page-header.header-newskin .navigation li.level0.classic .submenu a:hover,
    .page-header.header-newskin .navigation li.level0.staticwidth .submenu a:hover {
        background: rgba(0,0,0,0.3) !important;
    }

    .level0.active &gt; .level-top{
        background: rgba(0,0,0,0.3);
    }

}


@media (min-width: 768px), print
{
    .block-search {
        width: 250px !important;
        left: -200px !important;
    }

}


@media (min-width: 640px)
{

    .catalog-category-view .infinite-loader + .toolbar.toolbar-products .limiter {
        text-align: right !important;
    }
    .products.wrapper ~ .toolbar .limiter {
        float: right !important;
    }



    /* TABS */
    /*
    div[aria-controls="product.info.description"] {
            display: none !important;
    }
    */

    #tab-label-additional,
    #tab-label-product.info.description-title {
        display: none !important;
    }



    /* DESTACADOS */
   /* #new_product .price-box,
    .search.results .price-box {
        display:none !important;
    }*/


  /*  .skus-gama {
        width: 310px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }*/

    /* HACK para azules */
    /*.login-container, .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage {
       border: 1px solid #f6a400 !important;
            margin-bottom: 50px;
    }
    .action.primary, .action.primary:hover {
        background: #f6a400 !important;
        border: 1px solid #f6a400 !important;
    }*/
    .fieldset&gt;.legend {
        color: #f6a400 !important;
    }
    .block.block-new-customer {
        display:none;
    }
    span.base {
        color: #414141 ;
        font-weight: 600;
        font-size: 24px;
    }


    /* BOTON  EN BUSQUEDAS */
    .resultados-busqueda .product-item-inner .actions-primary {
        display: none !important;
    }
    div.toggle {
        margin: 10px 0 0;
        position: relative;
        clear: both;
    }


    /* CARRITO Y PROCESO DE COMPRA */
    tbody.cart.item .product-image-container{
        width: 60px !important;
    }
    /*#block-shipping{
            display:none;
    }
    tr.totals.shipping.excl{
            display:none;
    }
    #opc-shipping_method div.step-title,
    #opc-shipping_method div#checkout-shipping-method-load{
            display:none;
    }
    #checkout-step-shipping_method &gt; div.no-quotes-block{
            display:none !important;
    }
    .opc-block-shipping-information .ship-via{
            display:none;
    }
    #co-payment-form &gt; fieldset &gt; div.payment-option._collapsible.opc-payment-additional.discount-code{
            display:none;
    }
    */

    td.col a{
        color: #f6a400;
    }
    td.col a:hover{
        color: #414141;
    }
    td a.download:after{
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        line-height: 15px;
        color: #f6a400;
        content: '\f807';
        font-family: 'porto-icons';
        margin: 0 5px 0 5px;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    td a.download:after:hover{
        color: #414141;
    }

    /*DataTables*/
    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #000 !important;
        border: 1px solid #f6a400 !important;
        background-color: #f6a400 !important;
        background: #f6a400 !important;
    }
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #000 !important;
    border: 1px solid #f6a400 !important;
    background-color: #f6a400 !important;
    background: #f6a400 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 1em;
    padding: 0.2em 0.6em;
    margin-left: 2px;
    color: #fff !important;
    border: 1px solid #000 !important;
    background-color: #000 !important;
    border-radius: 0px !important;
    background: #000 !important;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 8px;
    border-bottom: 2px solid #ddd;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
    border-bottom-color: #ddd !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next{
    color:#666 !important;;
    background: #fff !important;
    border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled{
    color:#ccc !important;;
    background: #fff !important;
    border: none !important;
}
.dataTables_info,
.dataTables_length,
.dataTables_filter,
.dataTables_paginate{
    font-size: 12px;
}
.dataTables_length select{
    height: inherit;
    padding: 8px;
}
.dataTables_filter input{
    height: inherit;
    padding: 8px;
    border: 2px solid #E5E7E9;
}



.block.block-new-customer {
    display:none;
}
</pre></body></html>