@font-face {
     font-family: 'myriadpro_bold';
    src: url('../fonts/Myriad_Pro/MYRIADPRO-BOLD.OTF');
}
@font-face {
     font-family: 'myriadpro_boldcond';
    src: url('../fonts/Myriad_Pro/MYRIADPRO-BOLDCOND.OTF');
}
@font-face {
     font-family: 'myriadpro_boldcondit';
    src: url('../fonts/Myriad_Pro/MYRIADPRO-BOLDCONDIT.OTF');
}
@font-face {
     font-family: 'myriadpro_boldit';
    src: url('../fonts/Myriad_Pro/MYRIADPRO-BOLDIT.OTF');
}
@font-face {
     font-family: 'myriadpro_cond';
    src: url('../fonts/Myriad_Pro/MYRIADPRO-COND.OTF');
}
@font-face {
     font-family: 'myriadpro_condit';
    src: url('../fonts/Myriad_Pro/MYRIADPRO-CONDIT.OTF');
}
@font-face {
     font-family: 'myriadpro_regular';
    src: url('../fonts/Myriad_Pro/MYRIADPRO-REGULAR.OTF');
}
@font-face {
     font-family: 'myriadpro_semibold';
    src: url('../fonts/Myriad_Pro/MYRIADPRO-SEMIBOLD.OTF');
}
@font-face {
     font-family: 'myriadpro_semiboldit';
    src: url('../fonts/Myriad_Pro/MYRIADPRO-SEMIBOLDIT.OTF');
}

/* HEADER */

.header.container > a {
    float: none !important;
}
.header-container {
    text-align: center;
}
.header-container .logo-head {
    width: 100%;
    height: 50px;
}
.header.container {
    height: 60px;
    padding-top: 20px !important;
}
.header-container .nav-bar li {
    display: inline;
}
.nav-bar a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
.nav-bar a::before {
    color: #6d6e74;
    content: "|";
    font-size: 10px;
    margin: 0 6px;
    position: relative;
    top: -2px;
}
.nav-bar ul li:first-child a::before {
    content: normal;
}
.header-search {
    display: none;
}
.header-container .header.container.f-head {
    width: 100%;
    background: #fff;
    z-index: 999;
    position: fixed;
    top: 0;
}
.header-container .nav-bar.f-nav {
    width: 100%;
    background: #fff;
    z-index: 999;
    position: fixed;
    top: 60px;
}
.main-container.f-main {
    margin-top: 91px;
}
/*.header-container .phone {
    float: right;
    margin: 0 75px 0 0;
}*/
.header-container .phone {
    float: right;
    margin: 0 40px 0 0;
    font-family: 'myriadpro_boldcond';
    font-size: 36px;
    line-height: 40px;
    height: 40px;
}
.header-container .phone .phone-numbers {
    vertical-align: middle;
    display: inline-block;
    line-height: 40px;
    float: left;
}
.header-container .phone .days-hours {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-top: -8px;
    font-family: 'myriadpro_regular';
    margin-left: 10px;
}
.header-container .phone .days-hours > span {
    display: block;
    line-height: 15px;
    font-size: 16px;
}
.header-container .home::before {
    content: none;
}
/*HOME PAGE*/

.brands .row h1 {
    text-align: center;
}
.brands .row li {
    list-style: none;
}
.brands .single-brand {
    height: 250px;
}
.brands .single-brand img {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    padding-bottom: 15px;
}
.single-brand > div {
    text-align: center;
    height: 100%;
    padding-top: 30px;
    background: #efefef none repeat scroll 0 0;
    position: relative;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}
.brands .single-brand {
    padding: 5px;
}
.brands .single-brand:hover .popup {
    opacity: 10;
    transition: all 0.4s ease 0s;
    transform: scale(1, 1);
}
.brands .single-brand .popup {
    width: 100%;
    background: #3187c5 none repeat scroll 0 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    opacity: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transform: scale(0, 1);
}
.brands .single-brand a {
    display: block;
    text-decoration: none;
}
.brands .single-brand span {
    font-size: 16px;
    font-weight: bold;
}
.brands .single-brand .popup a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 15px 0;
}
#home-filter,
.cms-home .info,
.footer.container,
.cms-home .center {
    max-width: 1140px;
    margin: 0 auto;
}
.cms-home .info {
    padding: 20px 0;
}
.cms-home .info .rechargx {
    font-size: 23px;
    padding-right: 25px;
    margin-right: 25px;
    float: left;
    height: 100px;
    border-right: 3px solid #3187c5;
}
.cms-home .shipping {
    background-color: #aac42e;
    height: 143px;
}
.center > img {
    float: right;
}
.usa {
    float: left;
    margin: 0 30px;
}
.shipping .center div {
    position: relative;
}
.truck {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 220px;
}
.center h3 {
    padding-top: 50px;
    color: #fff;
    text-transform: uppercase;
}
.center p {
    color: #fff;
}
.colored1 div,
.colored3 div,
.colored6 div,
.colored8 div {
    background-color: #f5f5f0;
}
.single-brand {
    font-size: 20px;
}
#home-filter select {
    float: left;
    margin: 0 10px;
}
.toner-filter {
    background-image: url("/media/wysiwyg/home_banner.jpg");
    background-repeat: no-repeat;
    height: 392px;
    background-position: center;
    /*padding-top: 60px;*/
    padding-top: 20px;
    position: relative;
}
.toner-filter img {
    max-width: 420px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    /*bottom: -20px;*/
    bottom: 10px;
}
.filter-item {
    margin: 15px;
    display: inline-block;
}
.chosen-container.chosen-container-single {
    width: 100% !important;
}
.filters .chosen-container-single .chosen-single {
    text-align: center;
    height: 35px;
    line-height: 35px;
}
#home-filter #tabs a {
    text-align: center;
    border-radius: 2px !important;
    border: 1px solid transparent;
}
#home-filter .chosen-single > span {
    font-weight: bold;
    color: #0070be;
}
.toner-filter .title {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
    font-weight: bold;
}
.toner-filter .headline {
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.toner-filter .filters {
    text-align: center;
}
.toner-filter .filters .chosen-single b {
    margin-top: 6px;
}
.toner-filter ul#tabs .active {
    display: none;
}
.toner-filter #tabs {
    position: absolute;
    top: 10px;
    right: 340px;
    /*    background: none;*/
}
.main-container .container-fluid .std .row h1 {
    padding-top: 10px;
}
.toner-filter #tabs > li {
    float: right;
    margin-right: 30px;
    background-color: #eee;
    border-radius: 3px;
    padding: 5px;
}
.toner-filter .nav-tabs > li > a:hover {
    border: none;
    /*    background: none;*/
}
.toner-filter #home-filter .nav-tabs a {
    /*    color: #fff;*/

    padding: 0;
}
.toner-filter #home-filter .nav-tabs a:hover {
    color: #0070be;
    padding: 0;
}
.container-fluid.brands {
    max-width: 1170px;
    margin: 0 auto;
}
.toner-filter #home-filter #tabs a {
    font-size: 14px;
}
.nav.nav-tabs {
    left: 50% !important;
    max-width: 1255px;
    right: auto !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100% !important;
    background: none !important;
}
.testimonials {
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 15px;
}
.testimonials .box-links div > h4 {
    text-align: center;
    margin-top: 0;
}
.testimonials .box-links > div {
    height: 160px;
    padding: 15px;
    background: #efefef;
}
.testimonials .box-links .more {
    position: absolute;
    bottom: 5px;
    right: 30px;
    font-weight: bold;
}
.testimonials .footer-links a {
    color: #428bca;
    font-weight: bold;
}
.testimonials .box-links span {
    font-weight: bold;
}
.testimonials .box-links:nth-child(2) {
    border-right: 3px solid #7e7e7e;
    border-left: 3px solid #7e7e7e;
}
.testimonials .box-links {
    margin-bottom: 15px;
}
/*FOOTER*/

.footer-container {
    background-color: #efefef;
    padding-top: 15px;
    border: none;
}
.footer-container .nav-footer,
.footer-container .copy-right {
    background: none;
}
.copy-right .footer.container {
    border-top: 1px solid #c6c6c6;
}
.footer-container .copy-right {
    margin: 0;
}
.copy-right .footer-text {
    text-align: center;
}
.footer-container .block-subscribe {
    background: none;
    border: none;
}
.footer-container .block-subscribe .block-title {
    border: none;
}
.footer-container .block-subscribe .input-box {
    margin-bottom: 10px;
}
.footer-container .copy-right .methods {
    width: 255px !important;
    float: right;
    margin-right: 15px;
}
.footer-container .copy-right .footer-text {
    float: left;
    margin: 15px 0 0 15px;
}
.footer-container .box-links,
.footer-container .block-subscribe {
    text-align: left;
}
/* MOBILE */

.nav-mobile .skip-links {
    display: block;
    float: left;
    width: 25%;
    position: relative;
}
.nav-mobile {
    width: 100%;
    float: left;
    background: #3f59a5 none repeat scroll 0 0;
}
.nav-mobile a > span {
    color: #fff;
}
.nav-bar-mobile ul {
    position: absolute;
    top: 50px;
    z-index: 9;
    background: #f8f8f8;
    width: 100%;
}
.nav-bar-mobile ul > li {
    text-align: left;
    background-color: #f8f8f8;
}
.nav-bar-mobile ul > li:hover {
    text-align: left;
    background-color: #efefef;
}
.acc-bar-mobile ul {
    position: absolute;
    top: 47px;
    z-index: 9;
    background: #fff;
    width: 100%;
    left: 0;
    display: block;
}
.acc-bar-mobile .links li {
    display: block;
    text-align: left;
}
.nav-mobile .skip-links {
    padding: 15px 0;
    cursor: pointer;
    font-size: 19px;
    color: #fff;
    text-decoration: none;
}
.nav-bar-mobile a,
.acc-bar-mobile a {
    line-height: 35px;
    border-bottom: 1px solid #cccccc;
    display: block;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}
.nav-bar-mobile a:hover,
.acc-bar-mobile a:hover {
    font-weight: bold;
}
.nav-mobile .skip-links:nth-child(2),
.nav-mobile .skip-links:nth-child(4) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.header-container .nav-mobile.f-mobile {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 999;
}
.product-list-add-to-cart {
    float: left
}
.product-image {
    width: 100%;
    padding: 15px;
    margin: 0;
}
.products-list .product-image img {
    width: 50%;
    height: 100%;
}
.product-image:hover {
    opacity: 0.7;
}
.accordionvalue {
    margin: 5px;
}
/* ACCOUNT LOGIN */

.account-login .content > h2 {
    font-size: 13px;
    text-transform: none;
    margin: 0;
}
.account-login .required {
    font-size: 13px;
    font-weight: normal;
}
.account-login .registered-users p.required,
.account-login .new-users p.required {
    font-size: 10px;
    float: left;
    clear: both;
}
.account-login .new-users li.fields .field {
    width: 50%;
    float: left !important;
}
.account-login .new-users .form-list .input-box {
    padding-right: 20px;
}
.account-login .field.name-firstname,
.account-login .registered-users button {
    float: left;
}
.account-login .login-page .button.submit {
    float: left;
    clear: both;
    padding: 0 12px;
}
.account-login .registered-users .form-list,
.account-login .new-users .login-page,
.account-login .amazon-login-button {
    margin-top: 10px;
}
.account-login .registered-users .f-left {
    margin: 10px 0 0 10px;
}
.account-login .form-list label {
    font-weight: normal;
}
.account-login .page-title > h1 {
    text-transform: none;
}
/* MY ACCOUNT */

.my-account .box-account .fa-user,
.my-account .fa-envelope,
.my-account .fa-home,
.my-account .fa-truck {
    border: 2px solid #0070be;
    border-radius: 50%;
    font-size: 20px;
    height: 45px;
    line-height: 38px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 45px;
    color: #0070be;
}
.my-account .page-title .fa-user {
    margin-right: 10px;
    font-size: 35px;
}
.my-account .page-title h1 {
    text-align: center;
    text-transform: none;
}
.my-account .col2-set {
    border-top: 2px solid #0070be;
}
.my-account .data-table .product-name {
    margin-top: 0;
}
.my-account .input-text.qty.validate-not-negative-number {
    width: 25px;
}
.my-account .button.btn-cart {
    margin-top: 10px;
}
.my-account .btn-remove.btn-remove2 {} .my-account .fa.fa-trash {
                                           font-size: 16px;
                                       }
.mini-products-list .product-details .product-name a {
    font-size: 14px;
}
.mini-products-list .product-image {
    padding: 5px 0;
}
.my-account .add-to-cart-alt {
    float: left;
    clear: both;
    margin: 10px 0;
}
.my-account .my-wishlist .truncated .details {
    float: left;
    margin-top: 10px;
}
.my-account .my-wishlist .add-to-cart-alt > span {
    float: left;
    margin: 3px 3px 0 0;
}
.my-account .my-wishlist .data-table tr {
    border-bottom: 2px solid #f5f5f5;
}
.my-account .data-table .price-box,
.my-account .data-table .price-box .regular-price,
.my-account .data-table .price-box .price {
    float: left !important;
}
.my-account .plus-product,
.minus-product,
.input-text.qty {
    float: left;
    /*    margin-right: 10px;*/
}
.customer-account-index #cart-sidebar-reorder .product-name > a {
    font-size: 14px;
}
.customer-account-index #cart-sidebar-reorder .product-name {
    padding-left: 20px;
}
/* CHECKOUT */

.checkout-cart-index .data-table.cart-table tbody .button.btn-update {
    height: 20px !important;
}
#shopping-cart-table .bsmobilehidemobile {
    display: none;
}
.#shopping-cart-table .fa-pencil-square-o {
    font-size: 18px;
    color: #000;
}
.checkout-cart-index #AmazonPayButtonMethod > img {
    width: 165px;
}
.checkout-cart-index .button.btn-proceed-checkout.btn-checkout {
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .footer-container .footer-links.show-on-xs {
        display: block;
    }
    .bsmobilehide {
        display: none;
    }
    .footer-container .footer-links {
        display: none;
    }
    .footer-container .col-xs-6 {
        width: 100%;
    }
    .footer-container .box-links h3 {
        background-color: #f8f8f8;
        padding-left: 10px !important;
        padding-right: 15px !important;
        margin-bottom: 2px;
    }
    .footer-container .box-links h3:before {
        content: "\f107";
        font-family: "fontawesome";
        color: #000;
        float: right;
    }
    .footer-container .box-links h3.opened:before {
        content: "\f106";
    }
    .footer-container .box-links ul {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .footer-container .block-subscribe .block-title,
    .footer-container .block-subscribe .block-content {
        background-color: #f8f8f8;
    }
    .f-con {
        /* margin-top: 45px !important;*/
    }
    #shopping-cart-table thead {
        display: none;
    }
    #shopping-cart-table tbody tr td.pr-name {
        padding-left: 100px !important;
    }
    #shopping-cart-table tbody tr td {
        clear: none !important;
        height: auto !important;
        display: block !important;
        width: auto !important;
        padding-left: 100px !important;
    }
    #shopping-cart-table tbody tr td:first-child {
        float: left;
        padding-left: 0 !important;
    }
    #shopping-cart-table tbody tr td.bsmobileshow,
    #shopping-cart-table .link-wishlist.use-ajax {
        display: none !important;
    }
    #shopping-cart-table .a-center {
        text-align: left !important;
    }
    #shopping-cart-table .input-text.qty {
        float: none;
    }
    #shopping-cart-table .item-options {
        margin: 0;
    }
    #shopping-cart-table .a-center.update {
        float: left;
    }
    /*    .cms-home .toner-filter > img {

        display: none;

    }*/

    #shopping-cart-table .fa-pencil-square-o {
        background: #428bca;
        color: #fff !important;
        padding: 5px 10px;
    }
    #shopping-cart-table .update.bsmobileshow {
        color: #fff !important;
        font-family: Arial;
    }
    #shopping-cart-table .fa-trash-o {
        margin: 0 5px;
        padding: 1px 10px;
    }
    .toner-filter {
        padding-top: 10px;
    }
    ..toner-filter .headline {
        margin-top: 10px;
    }
    .toner-filter #home-filter .filter-item {
        margin: 0 0 10px 0;
    }
    .toner-filter img {
        max-width: 300px;
    }
    .wishlist-index-index .data-table td {
        display: block;
        clear: none;
    }
    .wishlist-index-index .data-table thead {
        display: none;
    }
    .wishlist-index-index .cart-cell > p {
        clear: none !important;
        margin-top: 41px!important;
        padding: 7px 0 8px 0!important;
        background-color: #428bca;
        color: #fff !important;
        width: 50%;
        text-align: center;
    }
    .wishlist-index-index .add-to-cart-alt .button.btn-cart,
    .wishlist-index-index .add-to-cart-alt .button.btn-cart span {
        width: 100%;
    }
    .wishlist-index-index .add-to-cart-alt {
        width: 50%;
        padding-right: 5px;
    }
    .wishlist-index-index .cart-cell .link-edit {
        color: #fff;
        padding: 5px 55px;
    }
    .wishlist-index-index .button.btn-cart {
        clear: left;
    }
    .wishlist-index-index .data-table .truncated .details {
        display: none;
    }
    .wishlist-index-index .data-table .last {
        float: right;
    }
    .wishlist-index-index .minimal-price-link {
        clear: left;
    }
    .wishlist-index-index .data-table .label {
        color: #000;
        float: left;
        margin-top: 5px;
    }
    .wishlist-index-index .minimal-price-link .price {
        margin-left: 19px;
    }
    .wishlist-index-index .add-to-cart-alt > span {
        font-size: 75%;
        font-weight: bold;
        padding: 3px 6px;
    }
    .wishlist-index-index .price {
        font-size: 20px;
    }
    .wishlist-index-index .btn-remove.btn-remove2 {
        height: 20px;
    }
    .wishlist-index-index .btn-remove.btn-remove2 .fa-trash {
        font-size: 20px;
    }
}
/* Product list */

.f-fix {
    width: 100%;
    clear: both;
}
.list-price,
.price-custom {
    float: left;
}
.tier-prices.pt-gct-pricing {
    clear: both;
}
.f-fix-right > span {
    float: right;
}
.product-name {
    padding: 0;
}
.product-number {
    width: 150px;
    height: 45px;
}
.minus-product > a,
.plus-product > a,
.product-number .input-text.qty {
    width: 45px;
    height: 45px;
    border: 1px solid silver;
}
.fa.fa-minus,
.fa.fa-plus {
    margin-left: 15px;
    margin-top: 15px;
    color: #428bca;
}
.add-to-cart-btn {
    width: 175px;
}
.products-list .button.btn-cart {
    height: 45px;
    text-transform: uppercase;
    font-weight: bold;
}
.product-number .input-text.qty {
    margin: 0;
}
.fa.fa-shopping-bag {
    padding-right: 10px;
    font-size: 16px;
}
.add-to-links {
    float: right;
}
.f-fix .add-to-links a {
    font-size: 14px;
    color: #428bca;
    font-weight: bold;
    font-family: "Roboto";
}
.f-fix .link-wishlist {
    padding-right: 10px;
    border-right: 1px solid #3f59a5;
    margin-right: 10px;
    padding-left: 5px;
}
.toner-index-engine .link-wishlist:hover i,
.toner-index-engine .link-compare:hover i {
    color: #fff;
}
.toner-index-engine .fa-heart,
.toner-index-engine .fa-random {
    margin-top: 15px;
    font-size: 16px;
    color: #428bca;
}
.toner-index-engine .category-image img {
    width: 170px;
}
.products-list .add-to-links .separator {
    display: none;
}
.slide-neo li .cat-item:hover {
    box-shadow: 0 0 2px #3f59a5;
}
a:hover,
a:focus {
    text-decoration: none;
}
.fa.fa-search-plus {
    padding-top: 15px;
    font-size: 22px;
}
.products-list .button.btn-cart:hover {
    background-color: #fff;
    border: 2px solid #428bca;
}
.products-list .button.btn-cart:hover span {
    color: #428bca;
}
.products-list .tier-prices {
    width: 200px;
}
.products-list .product-number,
.products-list .add-to-links {
    margin-bottom: 10px;
}
/* CHECKOUT */

.firecheckout-index-index .product-image {
    width: auto;
}
.firecheckout-index-index .short-description,
.firecheckout-index-index .data-table .item-options > dt,
.firecheckout-index-index .firecheckout-section .block-title .num {
    display: none;
}
.firecheckout-index-index .data-table .product-name > a {
    font-size: 15px;
    line-height: 1;
}
.firecheckout-index-index .data-table .price {
    font-weight: bold;
}
.firecheckout-index-index .data-table .item-options > dd {
    font-size: 10px;
}
.firecheckout-index-index .data-table .a-right,
.firecheckout-index-index .data-table .a-center,
.checkout-cart-index .data-table .a-center {
    vertical-align: middle;
    float: none;
}
.firecheckout-index-index .data-table .product-name {
    margin-top: 10px;
}
.firecheckout-index-index .data-table tr {
    border-bottom: 1px solid silver;
}
.firecheckout-index-index .data-table .input-text.qty {
    margin-left: 10px;
    text-align: center;
    font-weight: bold;
}
.firecheckout-index-index .firecheckout-section,
.firecheckout-index-index .firecheckout-section .block-title {
    background: none;
}
.firecheckout-index-index .firecheckout-section {
    border-radius: 3px;
}
.firecheckout-index-index .data-table td {
    padding: 5px;
}
/* shopping cart */

#shopping-cart-table .a-center.remove a {
    font-size: 20px;
}
@media only screen and (min-width: 769px) {
    .nav-mobile,
    .nav-bar-mobile,
    .acc-bar-mobile {
        display: none;
    }
    .checkout-cart-index .bsmobileshow {
        display: none;
    }
}
@media only screen and (max-width: 890px) {
    .shipping .truck {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .testimonials .box-links:nth-child(2) {
        border: none;
    }
    .header-container .phone {
        display: none;
    }
}
@media only screen and (max-width: 414px) {
    .cms-home .toner-filter .headline,
    .cms-home .toner-filter .title {
        font-size: 18px;
        /*      font-family: "Neucha";*/
    }
    .toner-filter {
        /*background: none;*/
    }
    .toner-filter .headline {
        color: #fff;
    }
    .cms-home .brands .row > h1 {
        font-size: 20px;
    }
    .single-brand > div {
        padding-top: 15px;
    }
    .single-brand.colored1 a {
        font-size: 18px;
    }
}
#cart-sidebar-reorder .product-name {
    width: auto;
}
.nav-bar-mobile ul,
.nav-mobile .top-link-cart,
.nav-mobile .links .last {
    display: none;
}
.nav-bar-mobile {
    position: relative;
}
.nav-bar-mobile ul,
.nav-mobile .top-link-cart,
.nav-mobile .links .last,
.acc-bar-mobile ul {
    display: none;
}
.nav-mobile .nav-bar-mobile .links {
    top: 47px !important;
}
.shop-by-brands a {
    font-weight: bold;
    color: #2a6496;
}
.shop-by-brands:hover {
    background: #f8f8f8 !important;
}
.live-chat a {
    color: #ff0000;
}
#checkout-additional > .block-title {
    display: none;
}
.form-comment li.wide label {
    text-transform: uppercase;
}
.form-comment li.wide,
#checkout-additional {
    margin-bottom: 0;
}
#checkout-review .block-title,
#checkout-additional .block-content,
#checkout-review .block-subtitle,
#checkout-review #addresses-review,
#checkout-review #checkout-review-submit {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
#checkout-additional > .block-content {
    padding-bottom: 0 !important;
}
#firecheckout-form #checkout-review .col2-set .col-1,
#firecheckout-form #checkout-review .col2-set .col-2 {
    width: 50%;
}
.firecheckout-index-index .data-table .input-text.qty {
    float: none !important;
    margin: 0 auto !important;
    width: 23px !important;
    height: 21px;
    border-radius: 0;
}
.qty-wrapper .qty-less,
.qty-wrapper .qty-more {
    border: 1px solid #ccc;
}
#checkout-review-table .qty-wrapper {
    width: 65px;
}
.firecheckout-set .form-list.same-as-billing {
    padding: 0 10px;
}
.firecheckout-index-index #billing-address li.control {
    display: none;
}
.header-top .links li {padding-left: 10px; padding-right: 10px;}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .header-container .phone {font-size: 21px; margin-right: 15px;}
    .header-container .phone .days-hours {margin-top: -4px;}
    .header-container .phone .days-hours > span {font-size: 12px;}
}