@charset "UTF-8";
/*!

Theme Name: WP Lewis

Theme URI: 

Author: Dev lewis Corporation

Author URI:

Description: "WP lewis" là 1 theme wordpress được phát triển và xây dựng bởi đội ngũ kỹ thuật của lewis. Theme được xây dựng dựa trên nền tảng là css boostraps 4 mới nhất. 

Version: 1.0.1

License: GNU General Public License v3 or later

License URI: https://www.gnu.org/licenses/gpl.html

Text Domain: wp-lewis

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



WP lewis is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*BASIC CSS*/
@font-face {
    font-family: "Roboto-Light";
    src: url("assets/fonts/roboto-condensed/RobotoCondensed-Light.ttf");
}
@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/roboto-condensed/RobotoCondensed-Regular.ttf");
}
@font-face {
    font-family: "Roboto-Medium";
    src: url("assets/fonts/roboto-condensed/RobotoCondensed-Bold.ttf");
}
@font-face {
    font-family: "Roboto-Bold";
    src: url("assets/fonts/roboto-condensed/Oswald-Bold.ttf");
}

:root {
    --primary-color: #009CFF;
    --second-color: #D30A04;
    --primary-font: "Roboto";
    --second-font: "Roboto-Medium";
    --title-font: "Roboto-Bold";
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

html {
    font-size: 62.5%;
}

body {
    font-family: var(--primary-font);
    background-color: #f7f7f7;
    font-size: 1.5rem;
    color: #424242;
    -ms-text-size-adjust: 100%;
}


h1, h2, h3, h4, h5, h6, strong {
    font-family: var(--second-font);
    font-weight: normal;
}

.header-main-logo img {
    max-width: 120px;
}

.v-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.header-main-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.v-header-hotline img {
    max-width: 60px;
}

.v-header-hotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.v-header-top {
    background: var(--primary-color);
    color: #fff;
    padding: 5px 0;
}

.v-header-top-left marquee {
    margin-top: 5px;
}

.v-header-top-right p {
    margin-bottom: 0;
    margin-top: 5px;
    text-align: right;
}

.header-main-search form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-main-search form input {
    font-size: 14px;
    height: 45px;
    width: 350px;
    padding-left: 10px;
    border-radius: 0;
}

.header-main-search form button {
    height: 45px;
    width: 85px;
    border: none;
    background: var(--primary-color);
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header-main-search form button:hover {
    background: var(--second-color);
}

.v-header-social a:hover {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}

ul#menu-main>li>ul.sub-menu>li>a:hover {
    background: var(--second-color);
    color: #fff;
}

.v-header-hotline_number {
    margin-left: 10px;
}

.v-header-hotline_number p {
    font-family: var(--second-font);
    font-size: 18px;
    margin-bottom: 0;
}

.v-header-hotline_number span {
    font-family: var(--title-font);
    font-size: 22px;
    color: var(--second-color);
}

.v-header-social {
    margin-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.v-header-social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    margin-left: 8px;
    -webkit-box-shadow: 1px 2px 6px #33333369;
            box-shadow: 1px 2px 6px #33333369;
}

.v-header-social a:nth-of-type(1) {
    background: #007bff;
}

.v-header-social a:nth-of-type(2) {
    background: #09b2ff;
}

.v-header-social a:nth-of-type(3) {
    background: #f75470;
}

.v-header-social a:nth-of-type(4) {
    background: #f20000;
}

section.home-slider {
    margin-top: 1px;
}

.wrapper-menu ul#menu-main>li:hover, .wrapper-menu ul#menu-main>li.current-menu-item {
    background: var(--second-color);
    cursor: pointer;
}


/*FOOTER*/

section.footer {
    background: url(assets/images/home/banner-footer.jpg) no-repeat center center;
    padding: 5rem 0;
    position: relative;
    background-size: cover;
    color: #fff;
}

section.footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000de;
}

.footer-contact-logo img {
    max-width: 70px;
}

.footer-contact-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
}

.footer-contact-logo_right span {
    text-transform: uppercase;
    font-size: 18px;
    font-family: var(--second-font);
}

.footer-contact-logo_right h3 {
    font-family: var(--title-font);
    color: var(--primary-color);
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 26px;
}

.footer-contact ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer-contact ul li {
    margin-bottom: 18px;
}

.footer-contact ul li:last-child {
    margin-bottom: 0;
}

.footer-contact ul li svg {
    margin-right: 10px;
    font-size: 18px;
}

.footer-block {
    margin-top: 4rem;
}

h4.title-footer {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 25px;
    color: var(--primary-color);
}

.footer-block ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer-block ul li {
    margin-bottom: 18px;
}

.footer-block ul li:last-child {
    margin-bottom: 0;
}

.copyright {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 0;
}

.copyright p {
    text-align: center;
    margin-bottom: 0;
}

.footer-block ul li a:hover {
    color: var(--primary-color);
}


/*POLICY*/

section.policy {
    padding: 5rem 0;
}

.policy-item {
    background: #fff;
    position: relative;
    padding: 2rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px dashed #009cff6e;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.policy-item img {
    margin-right: 12px;
}

.policy-item-right h4 {
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.policy-item-right p {
    margin-bottom: 0;
    text-transform: capitalize;
}

.policy-item:hover {
    border: 1px solid var(--primary-color);
    cursor: pointer;
}

.policy-item:hover h4 {
    color: var(--primary-color);
}

/*PRODUCT*/

.widget-sidebar h4 {
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    padding: 12px 0;
    text-transform: capitalize;
    font-size: 17px;
    margin-bottom: 1px;
}

.widget-sidebar h4 svg {
    margin-right: 8px;
}

ul.product-cate-list,.widget-sidebar ul.product-categories {
    padding: 0;
    list-style: none;
}

ul.product-cate-list li a, .widget-sidebar ul.product-categories li a {
    display: block;
    background: #fff;
    padding: 10px 0;
    padding-left: 20px;
    text-transform: capitalize;
    border-bottom: 1px solid #3333331f;
}

ul.product-cate-list li a svg {
    margin-right: 8px;
}

ul.product-cate-list li a:hover, .widget-sidebar ul.product-categories li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.widget-sidebar ul.product-categories li a:before {
    font-family: 'FontAwesome';
    content: '\f0a9';
    margin-right: 12px;
    font-size: 16px;
}


.widget-sidebar {
    margin-bottom: 3rem;
}

ul.supported-sidebar, ul.product-hot {
    padding: 0;
    list-style: none;
    margin: 0;
}

ul.supported-sidebar li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #3333331f;
}

ul.supported-sidebar li>span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
}

ul.supported-sidebar li>span img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.supported-sidebar-right {
    padding-left: 8px;
}

.supported-sidebar-right p {
    font-family: var(--second-font);
    text-transform: capitalize;
    margin-bottom: 3px;
}

.supported-sidebar-right strong {
    font-family: var(--title-font);
    color: var(--second-color);
    font-size: 16px;
}

ul.product-hot li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    padding: 8px;
    border-bottom: 1px dashed #3333331f;
}

ul.product-hot li span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    display: block;
    overflow: hidden;
    position: relative;
}

ul.product-hot li span img {
    width: 80px;
    height: 70px;
}

.product-hot-right {
    padding-left: 10px;
}

.product-hot-right h5 {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.product-hot-right span {
    font-size: 14px;
    color: var(--second-color);
}

ul.product-hot li a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
}

ul.product-hot li a:hover h5 {
    color: var(--primary-color);
}


h2.title-home {
    text-align: center;
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 40px;
    position: relative;
}

h2.title-home:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background: #3333;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

h2.title-home:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 4px;
    background: var(--second-color);
    bottom: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.product-item {
    position: relative;
    background: #fff;
    padding: 6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 3rem;
}

.product-item-thumb a {
    display: block;
    overflow: hidden;
    position: relative;
}

.product-item-thumb a img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
}

.product-item-content {
    padding: 12px 6px;
    min-height: 11.7rem;
}

.product-item-content h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
}

.product-item-content h3 a {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-item-content-btn {
    text-align: center;
}

.product-item-content-btn span.title-price {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 50%;
    background: var(--second-color);
    color: #fff;
    padding: 6px 0;
    font-size: 14px;
    border-radius: 4px;
}

.product-block {
    margin-bottom: 2rem;
}

.product-item:hover {
    -webkit-box-shadow: 1px 2px 18px #3333;
            box-shadow: 1px 2px 18px #3333;
}

.product-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
}

.product-item:hover h3>a {
    color: var(--primary-color);
}


/*PROJECT*/

.header-title {
    text-align: center;
    text-transform: uppercase;
}

.header-title h2 {
    position: relative;
    font-family: var(--title-font);
    font-size: 26px;
    color: var(--primary-color);
    margin-bottom: 6rem;
}

.header-title h2 span {
    position: relative;
}

.header-title h2:before {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background: #3333339c;
    bottom: -21px;
    left: 44%;
}

.header-title h2:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background: #3333339c;
    bottom: -21px;
    right: 44%;
}

.header-title h2 span:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background: var(--second-color);
    bottom: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
}

.project-item-thumb a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
}

.project-item-thumb a img {
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
}

.project-item-content h3 {
    text-align: center;
    margin-top: 15px;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 0;
}

section.project {
    margin-bottom: 4rem;
}

.project-item:hover h3 {
    color: var(--primary-color);
}

.project-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
}


/*REVIEW*/
div#owl-review {
    max-width: 85%;
    margin: 0 auto;
}

.review-item {
    background: #fff;
    padding: 35px;
    position: relative;
    border-radius: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.review-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
}

.review-item-info span img {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 2px 6px #3333;
            box-shadow: 1px 2px 6px #3333;
}

.review-item-info-right {
    padding-left: 15px;
}

.review-item-info-right h5 {
    font-size: 17px;
    margin-bottom: 8px;
}

.review-item-info-right p {
    margin-bottom: 0;
    font-size: 15px;
}

.review-item svg {
    font-size: 30px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.review-item>p {
    margin-bottom: 30px;
    font-style: italic;
}

div#owl-review .owl-nav button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 42px;
    height: 42px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 6px #3333;
            box-shadow: 1px 2px 6px #3333;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
}

div#owl-review .owl-nav button svg {
    font-size: 28px;
}

div#owl-review .owl-nav button.owl-prev {
    bottom: -40px;
    left: 43.8%;
}

div#owl-review .owl-nav button.owl-next {
    bottom: -40px;
    right: 43.8%;
}

div#owl-review .owl-nav button:hover {
    background: var(--primary-color);
    color: #fff;
}

section.review {
    padding-bottom: 9rem;
}


/*BLOGS*/

.blogs-item-thumb a {
    display: block;
    overflow: hidden;
    position: relative;
}

.blogs-item-thumb a img {
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
}

.blogs-item-content {
    background: #fff;
    padding: 20px;
    min-height: 22rem;
}

.blogs-item-content-meta span {
    font-size: 14px;
    margin-right: 30px;
    color: #6e6e6e;
}

.blogs-item-content-meta span svg {
    color: var(--primary-color);
    margin-right: 5px;
}

.blogs-item-contenth3 {
    margin: 25px 0;
}

.blogs-item-content h3 {
    margin: 12px 0;
    text-transform: capitalize;
    line-height: 23px;
}

.blogs-item-content h3 a {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blogs-item-content p {
    margin-bottom: 0;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.owl-news .owl-nav button {
    position: absolute;
    top: 38%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff !important;
    -webkit-box-shadow: 1px 2px 6px #3333;
            box-shadow: 1px 2px 6px #3333;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.owl-news .owl-nav button svg {
    font-size: 28px;
}

.owl-news .owl-nav button.owl-next {
    right: -60px;
}

.owl-news .owl-nav button.owl-prev {
    left: -60px;
}

.owl-news .owl-nav button:hover {
    background: var(--primary-color) !important;
    color: #fff;
}

section.blogs {
    padding-bottom: 4rem;
}

.project-item:hover h3 {
    color: var(--primary-color);
}

.project-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
}

.blogs-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6);
}

.blogs-item:hover h3>a {
    color: var(--primary-color);
}


.woocommerce div.product .woocommerce-tabs .panel {
    background: #fff;
    padding: 2rem;
    border-radius: 3px;
}

h2.v-title-widget span {
    text-transform: capitalize;
}

.single-product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 3rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.woocommerce div.product div.images {
    margin-bottom: 0;
    padding-bottom: 0;
}

.product_action_btn {
    margin: 20px 0;
}

.product_action_btn > a {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    display: block;
    box-shadow: 1px 2px 6px #b5b5b5;
}

.product_action_btn > a:first-child {
    background: var(--second-color);
}

.product_action_btn > a:last-child {
    background: var(--primary-color);
}

.product_action_btn > a > svg {
    margin-right: 6px;
}

.summary.entry-summary p.price span {
    color: var(--second-color);
    font-size: 18px;
    font-family: 'Roboto-Medium';
}

.summary.entry-summary p.price span.amount:before {
    content: "Giá: ";
    color: #000;
}

.summary.entry-summary p.price span strong {
    color: var(--second-color);
    font-size: 22px;
}

.product_meta span a {
    color: #007bff;
    font-style: italic;
    font-size: 14px;
}

.product-item-content-btn-atc {
    display: flex;
    align-items: center;
    justify-content: center;
        margin-top: 8px;
}

.product-item-content-btn-atc>a {
    margin: 0 5px;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
}

.product-item-content-btn-atc>a:first-child {
/*    background-color: var(--primary-color);*/
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.product-item-content-btn-atc>a.v-btn.js_add_to_cart {
/*    background-color: var(--second-color);*/
    border: 1px solid var(--second-color);
    color: var(--second-color);
}

.product-item-content-btn-atc>a:first-child:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.product-item-content-btn-atc>a.v-btn.js_add_to_cart:hover {
    background-color: var(--second-color);
    color: #fff;
}

.product-item-content-btn>span.amount {
    color: var(--second-color);
    font-family: var(--second-font);
    font-size: 16px;
}

.summary.entry-summary form.cart {
    border-top: 1px solid #ababab33;
    padding-top: 20px;
    margin-top: 20px;
}

a.added_to_cart.wc-forward {
    display: none;
}

.product-item-content-btn>ins {
    text-decoration: none;
}

.product-item-content-btn>ins>span {
    font-family: var(--second-font);
    color: var(--second-color);
    margin-left: 5px;
}

.product-item-content-btn>del {
    font-size: 14px;
    color: #1b1b1b85;
}

.summary.entry-summary p.price ins>span.amount:before {
    display: none;
}

.summary.entry-summary p.price del span {
    color: #464646;
    font-size: 16px;
}

.woocommerce span.onsale {
    width: 35px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    min-height: auto;
    min-width: auto;
    background-color: var(--second-color);
    top: 12px;
    left: 12px;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Roboto-Medium';
}

.payment_box.payment_method_bacs img {
    margin-left: 0 !important;
    margin-top: 12px !important;
}
.payment_box.payment_method_bacs>p {
    line-height: 1.6;
}

span.woocommerce-Price-amount.amount {
    color: var(--second-color);
}

section.woocommerce-bacs-bank-details {
    border: 1px solid #3333;
    border-radius: 0;
    margin-bottom: 3rem;
}

h2.wc-bacs-bank-details-heading {
    text-align: center;
    text-transform: uppercase;
    background: #eee;
    padding: 18px 0;
    font-size: 18px;
}

h3.wc-bacs-bank-details-account-name {
    padding-left: 6.5rem;
    margin-top: 3rem;
}

p.number-sale-product {
    margin-bottom: 5px;
    font-style: italic;
    font-size: 16px;
    color: dodgerblue;
}