/*
Theme Name: Appliance-pentavirtual
Theme URI: 
Description: A clean base theme to use Twitter Boostrap 5 with Wordpress.
Author: MK
Author URI: 
Version: 1.0.0
Text Domain: appliance-pentavirtual
*/

@font-face {
    font-family: 'Helvetica';
    src: url('dist/fonts/Helvetica-Compressed.eot');
    src: url('dist/fonts/Helvetica-Compressed.eot?#iefix') format('embedded-opentype'),
        url('dist/fonts/Helvetica-Compressed.woff2') format('woff2'),
        url('dist/fonts/Helvetica-Compressed.woff') format('woff'),
        url('dist/fonts/Helvetica-Compressed.ttf') format('truetype'),
        url('dist/fonts/Helvetica-Compressed.svg#Helvetica-Compressed') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('dist/fonts/Helvetica-BoldOblique.eot');
    src: url('dist/fonts/Helvetica-BoldOblique.eot?#iefix') format('embedded-opentype'),
        url('dist/fonts/Helvetica-BoldOblique.woff2') format('woff2'),
        url('dist/fonts/Helvetica-BoldOblique.woff') format('woff'),
        url('dist/fonts/Helvetica-BoldOblique.ttf') format('truetype'),
        url('dist/fonts/Helvetica-BoldOblique.svg#Helvetica-BoldOblique') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('dist/fonts/HelveticaRounded-Bold.eot');
    src: url('dist/fonts/HelveticaRounded-Bold.eot?#iefix') format('embedded-opentype'),
        url('dist/fonts/HelveticaRounded-Bold.woff2') format('woff2'),
        url('dist/fonts/HelveticaRounded-Bold.woff') format('woff'),
        url('dist/fonts/HelveticaRounded-Bold.ttf') format('truetype'),
        url('dist/fonts/HelveticaRounded-Bold.svg#HelveticaRounded-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('dist/fonts/Helvetica-Bold.eot');
    src: url('dist/fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('dist/fonts/Helvetica-Bold.woff2') format('woff2'),
        url('dist/fonts/Helvetica-Bold.woff') format('woff'),
        url('dist/fonts/Helvetica-Bold.ttf') format('truetype'),
        url('dist/fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('dist/fonts/Helvetica-Light.eot');
    src: url('dist/fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
        url('dist/fonts/Helvetica-Light.woff2') format('woff2'),
        url('dist/fonts/Helvetica-Light.woff') format('woff'),
        url('dist/fonts/Helvetica-Light.ttf') format('truetype'),
        url('dist/fonts/Helvetica-Light.svg#Helvetica-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('dist/fonts/Helvetica-Oblique.eot');
    src: url('dist/fonts/Helvetica-Oblique.eot?#iefix') format('embedded-opentype'),
        url('dist/fonts/Helvetica-Oblique.woff2') format('woff2'),
        url('dist/fonts/Helvetica-Oblique.woff') format('woff'),
        url('dist/fonts/Helvetica-Oblique.ttf') format('truetype'),
        url('dist/fonts/Helvetica-Oblique.svg#Helvetica-Oblique') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('dist/fonts/Helvetica.eot');
    src: url('dist/fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('dist/fonts/Helvetica.woff2') format('woff2'),
        url('dist/fonts/Helvetica.woff') format('woff'),
        url('dist/fonts/Helvetica.ttf') format('truetype'),
        url('dist/fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background: #2165b4;
    font-family: 'Helvetica';
}

.innerbody-content {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    padding: 7px 5px 20px;
}

img {
    max-width: 100%;
}

@media screen and (min-width:1250px) {
    .container {
        max-width: 1200px;
    }
}

.header-middle-ship-title {
    font-style: oblique;
    color: #ff0c0c;
    font-size: 13px;
    font-weight: 600;
}

.header-middle-ship-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.shipinfo {
    font-size: 13px;
    overflow: visible;
    line-height: 16px;
    color: #2165b4;
}

a {
    color: #ff0c0c;
    text-decoration: none;
    cursor: pointer;
}

.header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerright-cartmenu a span {
    display: block;
}

.headerright-lastbox a {
    color: #2165b4;
    font-size: 17px;
    font-weight: 600;
    font-style: oblique;
    line-height: 1;
}

.headerright-lastbox {
    text-align: right;
}

.headerright-lastbox p {
    margin-bottom: 0px;
    color: #2165b4;
    font-size: 15px !important;
    line-height: 18px !important;
}

.headerright-cartmenu {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #ff0c0c;
}

.header-middle {
    display: flex;
    justify-content: center;
}

.header-bottom {
    background: #ff0c0c;
    padding: 7px 10px 7px 7px;
    margin-top: 7px;
}

#menu-header-menu {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    display: flex;
}

#menu-header-menu li a {
    color: #fff;
    padding: 4px 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.logo-img-box img {
    max-width: 190px !important;
}

.headermenu-box {
    display: flex;
    align-items: center;
}

.header-searchbox {
    display: flex;
    justify-content: flex-end;
}

.header-searchbox input {
    border: none;
    font-size: 14px;
    height: 30px;
    padding: 0px 10px;
    width: 380px;
    max-width: 100%;
}

.header-right {
    padding-left: 50px;
}

footer#main-footer {
    padding: 0px 10px;
}

#main-footer .container {
    background-color: #2165b4;
    color: #fff;
    padding: 30px 10px;
}

.footer-menubox h3 {
    font-size: 16px;
    overflow: visible;
    line-height: 25px;
    font-weight: 600;
}

.footer-menubox ul {
    margin-bottom: 0px;
    padding: 0px;
    list-style: none;
}

.footer-menubox ul li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
}

a.btn.theme-btn {
    background: #2165b4;
    color: #fff !important;
    padding: 0px 30px;
    height: 45px;
    line-height: 44px;
    outline: none !important;
    box-shadow: none !important;
}
.brandbuttonbox{
    margin-top: 30px;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.footer-menubox {
    width: 20%;
    padding: 0px 10px;
}

.footer-bottom {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}

.footer-app-main {
    background: #fff;
    color: #000;
}

.footerapp-box {
    display: flex;
    justify-content: center;
}

.footer-app-main h4 {
    font-size: 20px;
    text-align: center;
}

.footer-app-main {
    background: #fff;
    color: #000;
    padding: 15px 20px;
    min-width: 400px;
    text-align: center;
}

.themebg {
    background-color: #2165b4;
    color: #fff;
}

.vipemail-inner {
    padding: 25px 20px;
    max-width: 750px;
    margin: auto;
    padding-right: 200px;
    background-image: url(/wp-content/uploads/2025/02/mailbox-money-Photoroom.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: right 70px top 10px;
}

.join-vipemail {
    padding: 40px 0px;
}

.vipemail-inner h2 {
    font-size: 36px;
    overflow: visible;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 25px;
}

.vipemail-inner {
    font-size: 19px;
}

.vipemail-form .wpcf7-email {
    border: none !important;
    border-radius: 0px;
    max-width: 280px;
    height: 45px;
    border-right: 1px solid #000 !important;
}

.form-rowbox>p {
    display: flex;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.vipsbt {
    border: 5px solid #fff;
    background: #ff0c0c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    min-width: 105px;
    height: 45px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-weight: normal;
    display: block;
    position: absolute;
    font-size: 12px !important;
    bottom: 0px;
    right: 5px;
}

.vipemail-form {
    position: relative;
}

.wpcf7-response-output {
    position: absolute;
    font-size: 12px;
    bottom: -48px;
}

.home-service {
    padding-top: 50px;
}

.home-service-headingbox h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.1;
    color: #2165b4;
}

.home-service-inner {
    background: #EEE;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.home-service-inner:hover {
    box-shadow: 0px 4px 10px #aaa;
}

.home-service-inner p {
    margin-bottom: 0px;
}

.home-service-icon {
    width: 90px;
}

.home-service-info {
    width: calc(100% - 90px);
    padding-left: 10px;
}

.home-service-main {
    padding: 0px 7px;
    margin-top: 40px;
}

.home-service-info h3 {
    font-weight: 600;
    font-size: 20px;
    color: #2165b4;
}

.home-service-outer {
    margin-bottom: 10px;
    padding: 0px 5px;
}

.brand-heading h1 {
    color: #2165b4;
    font-size: 26px;
    font-weight: 600;
    margin: 30px 0px;
}

.shopbybrand {
    margin-bottom: 10px;
}

.modelbox-inner a img {
    max-height: 50px;
    object-fit: cover;
    margin: 10px 0px;
}

.modelbox-inner h4,
.brandbox-inner h4 {
    font-size: 16px;
}

.banner-wrapper {
    background: #2165b4;
    max-width: 100%;
    margin: 20px auto;
    padding: 10px 6px 0;
    position: relative;

    .col-sm-7 {
        flex: 0 0 auto;
        width: 54.333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 45.66%;
    }

    img.start-here {
        position: absolute;
        left: -37px;
        top: 20px;
    }

    h4,
    p,
    a {
        color: #fff
    }

    a {
        text-decoration: underline
    }

    h4 {
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
        overflow: visible;
        line-height: 19.8px;
        line-height: 36px;
        color: #fff;
        font-weight: 600;
        margin-top: 10px;


    }

    h3 {
        font-size: 19px;
        font-family: Arial, Helvetica, sans-serif;
        overflow: visible;
        line-height: 27.1429px;
        color: #fff;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    img {
        position: relative;
        bottom: -30px;
        right: -47px;
        max-width: 80% !important
    }

    h2 {
        font-size: 36px;
        font-family: Arial, Helvetica, sans-serif;
        overflow: visible;
        line-height: 36px;
        font-style: oblique;
        font-weight: 600;
        color: #fff;
    }

    .row {
        padding-left: 25px;
    }

    input#searchterm_sh {
        width: 100%;
        height: 45px;
        border: 0px;
        box-shadow: none;
        outline: none;

    }

    p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom:0px
    }

    div#searchForm {
        position: relative;
        display: flex;
        background: #fff;
        height: 45px;
        border: 0px;
        margin-bottom: 20px;
        box-shadow: none;
        outline: none;
        align-items: center;
    }

    .btn {
        position: relative;
        height: 45px;
        top: 7px;
        width: 45px;
        display: flex;
        align-items: center;
        left: -5px;
        box-shadow: none;
        border: 0px;

        &::before {
            content: '';
            display: block;
            position: absolute;
            border: 3px solid #ff0c0c;
            border-radius: 50%;
            height: 18px;
            right: 9px;
            top: 3px;
            width: 18px
        }

        &::after {
            content: '';
            display: block;
            position: absolute;
            background: #ff0c0c;
            -webkit-transform: rotate(-130deg);
            -ms-transform: rotate(-130deg);
            transform: rotate(-130deg);
            border-radius: 6px;
            width: 12px;
            height: 3px;
            top: 20px;
            right: 4px
        }

    }

}

.sidebar-section {
    margin-top: -70px;

    h3 {
        padding: 5px 0 5px 10px;
        font-size: 20px;
        color: #FFF;
        background: #2165b4;
    }

    ul {
        margin: 0;
        padding: 0;
        list-style: none;

        li {
            width: 100%;
            border: 1px solid #EEE;
            margin: 6px 0 0 0;

            &:hover {
                box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .2);
            }

            a {
                display: flex;
                align-items: center;
                margin: 0;

                text-decoration: none;
                color: #2165b4;
                padding: 12px 0;

                h4 {
                    font-size: 15px;
                }
            }
        }
    }

    .norton-security-wrapper {
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }

    .contact-wrapper {
        .contact-title {
            background: #2165b4;

            img {
                margin: 6px 0 3px 4% !important;
                width: 90px;
            }

        }

        p {
            margin: 0 0 5px 4%;
            font-size: 16px !important;
            line-height: 20px !important;
        }

        .contact-content {
            position: relative;

            img.person-image {
                position: absolute;
                top: 0px;
                right: 0;
                height: 14vh;
                margin: 0;
                z-index: 100;
            }

            a {
                display: block;
                color: #ff0c0c;
                margin: 10px 0 0 4% !important;
                font-size: 18px;
                font-weight: 600;
                text-decoration: underline;
                font-family: Arial, Helvetica, sans-serif;
                overflow: visible;
                line-height: 25.7143px;
            }
        }
    }
}

.contact-wrapper .phone-wrapper {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #333;
    margin: 10px 0 5px 3%;
}

.taxonomy-page {
    margin-top: 0px;

    .d-flex.justify-content-between {
        align-items: center;
        margin: 40px 0 0;
    }

    .sidebar-section {
        margin-top: 20px;
    }

    .home-banner-section {
        h2 {
            color: #fff;
        }
    }

    .banner-wrapper {
        max-width: 100%;
        background: #2165b4;
        margin: 20px auto;
        padding: 20px 40px 10px;
        position: relative;

        div#searchForm {
            margin-bottom: 10px;
        }

        p {
            margin-bottom: 10px;
        }

        h3 {
            font-size: 16px;
            font-family: Arial, Helvetica, sans-serif;
            overflow: visible;
            line-height: 27.1429px;
            color: #fff;
            font-weight: 500;
            margin-top: 0px;
            margin-bottom: 5px;
        }

        .row {
            margin-left: 0 !important;
        }

        h4+p,
        h4 {
            display: none;
        }
    }

    h2 {
        font-size: 25px;
        font-family: Arial, Helvetica, sans-serif;
        overflow: hidden;
        line-height: 27.5px;
        font-weight: 600;
        color: #2165b4;
        text-align: left;
    }

    .product-inner {
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 40px 0;
        border-bottom: 1px solid #EEE;

        .postimg-box {
            max-width: 220px;

            img {
                border: 2px solid #2165b4;
            }
        }

        .product-infobox {
            margin: 0 0 0 3%;
            padding: 0;
            width: calc(100% - 220px);

            .full.home-posttitle {
                a {
                    font-size: 22px;
                    font-family: Arial, Helvetica, sans-serif;
                    overflow: visible;
                    line-height: 24.2px;
                    color: #ff0c0c;
                    font-weight: 600;
                }
            }

            .full.home-postdate {
                clear: left;
                font-size: 16px;
                font-weight: 600;
                margin: 0 0 .5em 0;
                line-height: 16px;
                padding: 0;
            }

            .d-flex {
                justify-content: flex-end;

                .tables-section {
                    width: 50%;

                    ul {

                        list-style: none;
                        padding: 0;
                        margin: 0;
                        margin-top: 30px;

                        li {
                            display: flex;
                            font-size: 14px;
                            line-height: 16px;
                            justify-content: space-between;
                            margin-bottom: 10px;

                            .title {
                                font-weight: 600;
                            }

                            .content.stock {
                                text-transform: capitalize;
                                color: #ff0c0c;
                            }

                        }
                    }

                    .btn {
                        text-transform: uppercase;
                        white-space: nowrap;
                        margin: 10px 0 0;
                        color: #FFF;
                        border: 0;
                        border-radius: 0;
                        background-color: #ff0c0c;
                        padding: 10px 0;
                        font-size: 15px;
                        font-family: Arial, Helvetica, sans-serif;
                        overflow: visible;
                        line-height: 21.4286px;
                        display: block;
                        font-weight: 600;
                    }
                }
            }
        }
    }

}
.shop-wrapper-home.first-box{
    .modelbox-inner {
        min-height: 117px;
    } 
}
.shop-wrapper-home{
    margin-top:35px;
    h2 {
        background: #2165b4;
        font-size: 20px;
        padding: 10px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .products-box{
        width:20%;
        text-align: center;
        .modelbox-inner a{
            min-height: 20px;
            display: block;
        }
        .modelbox-inner  h4 a{
            min-height: auto;
        }
        img {
            max-height: 50px;
            object-fit: cover;
            margin: 10px 0px;
        }
    }
    .col-12.col-sm-3.d-flex.justify-content-end {
        padding-right: 50px;
        a{
            position: relative;
            :hover{
                color: #ff0c0c;
                text-decoration: underline
            }
            &:after
                {
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                border: solid #ff0c0c;
                border-width: 0 3px 3px 0;
                content: "";
                display: inline-block;
                padding: 5px;
                margin-left: 5px;
            }
        }
    }
}


.talk-to-me-right-inner ul {
    list-style: none;
    li{
        display: flex;
        margin-bottom: 20px;
        img{
            margin-right: 15px;
            max-width: 20px
        }
    }
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: 5px solid #fff;
    background: #ff0c0c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    min-width: 105px;
    height: 45px;
}
textarea.form-control {
    min-height: calc(1.5em +(.75rem + 2px));
    height: 120px;
    resize: none;
}
iframe {
    width: 100%;
    margin-top: 40px
}
.banner-section.contact-us-banner-section.section {
    padding-top: 20px;
    h1 {
        font-weight: 600;
        font-size: 35px;
        line-height: 1.1;
        color: #2165b4;
        margin: 0px 0 20px
    }
}
.talk-to-me-section{
    h2 {
        background: #2165b4;
        padding: 10px;
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        margin-left: 20px;
        margin-bottom: 25px
    }
}
.banner-section.about-us-banner-section.section {
    height: 450px;
    max-width: calc(100% - 25px);
    margin: auto;

}
.about-section.padding-100 {
    padding: 50px 6px;
    h2{
        font-size: 36px;
        overflow: visible;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 25px;
        color: #2165b4
    }
    .right-section{
        position: relative;
        display: flex;
        justify-content: flex-end;
        .img-1{
            max-width: 70%
        }
        img.img-2 {
            position: absolute;
            bottom: -43px;
            max-width: 370px;
            left: 40px;
            border: 6px solid #006b91;
        }
    }
}
.woocommerce-page #sidebar {
    display: none;
}
.woocommerce-page .mainarea,
.theme-applience .mainarea{
    padding: 20px;
}
body form.vi-woo-orders-tracking-form-search {
    max-width: 500px;
    margin: 15px 0 15px;
    box-shadow: 0 0 3px #ccc;
    padding: 16px;
}
body .woo-orders-tracking-shortcode-timeline-container{
    max-width: 500px;
    margin: 15px 0 15px;   
}
.related.products > h2 {
    background: #2165b4;
    color: #fff;
    font-size: 20px;
    padding: 10px 15px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    color:  #2165b4;
    font-size: 25px;
}
.woocommerce-form.woocommerce-form-login.login {
    max-width: 500px;
    margin-top: 10px;
}
.woocommerce-MyAccount-content {
    padding: 15px;
    box-shadow: 0 0 2px #ccc;
    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        height: 40px;
        margin: 0 0 -4px;
        user-select: none;
        -webkit-user-select: none;
        align-items: center;
        padding-top: 6px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 8px;
        right: 1px;
        width: 20px;
    }
    h2 {
        font-size: 20px;
        color: #2165b4
    }
}
.woocommerce-notices-wrapper + h2 {
    display: none;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    margin-top: 7px;
}
.woocommerce-MyAccount-content .woocommerce-Button.button,
.woocommerce-MyAccount-content .button,
.woocommerce-form.woocommerce-form-login.login .woocommerce-button.button.woocommerce-form-login__submit{
    background: #ff0c0c !important;
    color: #fff !important;
    border: 0px !important;
    margin-top: 5px !important;
    margin-left: 5px !important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #eee;
    padding-left: 10px;
}
.related.products ul {
    margin-top: 20px
}
.related.products ul li {
    box-shadow: 0 1px 5px #ccc;
    padding: 18px !important;
}
.toggle,
.show-mobile{
    display: none;
}
.product_title.entry-title {
    font-size: 25px;
    color: #006B91
}
.woocommerce div.product form.cart .button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce ul.products li.product .button{
    vertical-align: middle;
    float: left;
    color: #fff;
    height:36px;
    background: #a02800;
}
.woocommerce-page .banner-right-img-box {
    display: none;
}
.woocommerce-dashboard .woocommerce {
    margin-top: 10px;
}
.woocommerce-page .pink-over-line,
.theme-applience .pink-over-line{
    font-size: 25px;
    color: #2165B4
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 24%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 72%;
}
.woocommerce-page .wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained{
    background: #ff0c0c;
    color: #fff;
    border:0px
}
.woocommerce-page  .wc-block-components-form.wc-block-checkout__form {
    padding: 20px;
    box-shadow: 0 0 5px #ccc;
}
.woocommerce-page  .wc-blocks-components-select .wc-blocks-components-select__select,
.woocommerce-page input[type="text"], .woocommerce-page input[type="email"], .woocommerce-page input[type="tel"]{
    border: 1px solid hsla(0, 10.4%, 75.5%, 0.8) !important;
}
.woocommerce-page .is-large.wc-block-cart .wc-block-cart__totals-title {
    background: #2165b4;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-size: 18px;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 700;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 8px 16px 8px 16px;
    text-align: left;
    text-decoration: inherit;
    text-transform: inherit;
    text-transform: uppercase;
    vertical-align: baseline;
    color: #fff;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    max-width: 440px;
    resize: none;
}
.woocommerce .quantity .qty {
    height: 36px;
}
.comment-form-comment label {
    display: block;
    margin-bottom: 10px;
}
.brandbox-inner {
    padding: 10px;
    box-shadow: 0 0 3px #ccc;
    margin-bottom: 20px;
}
.modelbox-inner {
    box-shadow: rgb(204, 204, 204) 0px 0px 3px;

    padding: 10px;
    margin:4px
}
.shop-wrapper-home + .shop-wrapper-home {
    margin-top: 20px;
}
.header-middle-ship-info img {
    max-width: 70px !important
}
.col-xs-12.col-sm-3.col-12.model-outer.text-center {
    margin-bottom: 10px;
    padding: 0 5px;
    .modelbox-inner{
        min-height: 114px;
        h4{
            margin-bottom: 0
        }
    }
}
.col-xs-12.col-sm-3.col-12.brandbox-outer.text-center{
    padding: 0 10px
}
.col-xs-12.col-sm-3.col-12.brandbox-outer.text-center .brandbox-inner a h4 {
    margin-bottom: 0;
    margin-top: 5px !important;
}

.col-xs-12.col-sm-3.col-12.brandbox-outer.text-center .brandbox-inner {
    min-height: 90px;

}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    list-style: none;
    margin: 0;
    padding: 0;
    li{
        box-shadow: 0 0 1px #ccc;
        a{
            padding: 10px;
            display: block;
        }
    }
}