/*
 Theme Name:   Pipette Child
 Theme URI:    https://www.gogreenhaus.com
 Description:  Pipette Child Theme
 Author:       Greenhaus Design Studio
 Author URI:   http://www.gogreenhaus.com
 Template:     understrap
 Version:      0.5.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/



body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    overflow-x: hidden;
    color: #444444;
}

input:focus,
textarea:focus {
    outline: none;
}

a,
input[type="submit"],
button {
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

h2,
h3,
h4,
h5,
h6 {
    color: #0c2050;
}

h1 {
    color: #23acbd;
}

canvas {
    display: block;
    vertical-align: bottom;
}

.mainstage {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    max-height: 600px;
    overflow: hidden;
    background-image: url(/wp-content/uploads/2018/09/HeroBackground2.jpg);
    margin-top: -52px;
    overflow: hidden;
}

.mainstage-image {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    max-height: 600px;
    text-align: center;
    overflow: hidden;
    padding-top: 35px;
}

.mainstage-image img {
    max-height: 700px;
}

#particles-js {
    width: 100%;
    height: 100%;
    max-height: 600px;
    overflow: hidden;
}

#wrapper-footer {
    background-color: #0c2050;
    color: #FFF;
}

.footer-left a.tos {
    font-weight: 600;
    color: #FFF;
}

.footer-left a:hover.tos {
    color: #23acbd;
    text-decoration: none;
}

.pathways-block a.pathway-title {
    display: block;
    background-color: #23acbd;
    color: #FFF;
    padding: 15px;
    text-align: center;
    font-weight: 500;
}

.pathways-block .a-pathway:hover .pathway-title {
    background-color: #0c2050;
    text-decoration: none;
    cursor: pointer;
}

.pathways-block .a-pathway a {
    display: block;
    overflow: hidden;
}

.pathways-block .a-pathway img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.pathways-block .a-pathway:hover img {
    -webkit-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
}

.quick-options {
    padding-bottom: 40px;
}

.quick-options .option-box {
    border: solid 1px #bfbfbf;
    background-color: #FFF;
    padding: 20px;
}

.navbar-nav {
    width: 100%;
}

.wpmenucart-display-right {
    margin-left: auto;
}

/** From YP **/

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-color: #bfbfbf;
}

.featured-products .product,
.products .type-product,
ul.products li.product-category,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding: 15px !important;
    border-color: #bfbfbf;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.featured-products .product:hover,
.products .type-product:hover,
ul.products li.product-category:hover {
    -webkit-box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3);
}

.featured-wrapper {
    background-color: #eeeeee;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.pathways-block {
    padding-top: 50px;
    padding-bottom: 50px;
}

.featured-products .product {
    text-align: center;
    position: relative;
}

.featured-products .product .image img {
    max-height: 200px;
    width: auto;
}

.featured-products .product .title {
    font-family: 'Montserrat', sans-serif;
    color: #25adbd;
    font-size: 16px;
}

.featured-products .product .description {
    color: #5e5e5e;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.featured-products .product .price,
.woocommerce ul.products li.product .price {
    color: #23acbd !important;
    font-size: 24px !important;
    margin: 0 !important;
    padding-bottom: 10px;
}

.featured-products .product .bin-btn a,
.add-to-cart-container a,
#yith-woocompare .add-to-cart-container a {
    background-color: #0c2050 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    display: inline-block !important;
    width: auto !important;
}

.featured-products .product .bin-btn a:hover,
.add-to-cart-container a:hover,
#yith-woocompare .add-to-cart-container a:hover {
    background-color: #fa9b27 !important;
    text-decoration: none !important;
}

.add-to-cart-container,
.featured-products .product .bin-btn {
    text-align: center;
    margin-top: auto;
}

.featured-products .the-details {
    vertical-align: bottom;
    /* align-self: flex-end; */
    margin-top: auto;
}

.woocommerce ul.products li.product .price {
    font-weight: 600 !important;
}

.related.products ul.products li.product a.woocommerce-LoopProduct-link,
.related.products .add-to-cart-container {
    margin-top: auto;
}

.related.products li a.compare,
body.search-results .products li a.compare {
    display: none !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    border-bottom: solid 1px #CCC;
    vertical-align: middle !important;
}

.home-callout {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-callout h3 {
    font-size: 44px;
    color: #FFF;
}

.home-callout h6 {
    font-size: 24px;
    color: #FFF;
}

#main-menu .menu-item a {
    color: #ffffff;
    padding-left: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#wrapper-navbar nav {
    padding-top: 16px;
    padding-bottom: 12px;
    border-bottom: solid 2px #FFF;
}

#main-menu .menu-item a:hover {
    color: #0c2050;
}

body.home #logo-wrapper {
    background-color: #FFF;
}

body:not(.home) #logo-wrapper {
    background-color: #0b2050;
}

#logo-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}



#logo-wrapper div {
    align-self: center;
}

#logo-wrapper .phone {
    font-size: 33px;
    text-align: center;
    font-weight: 600;
}

body.home #logo-wrapper .phone {
    color: #0c2050;
}

body:not(.home) #logo-wrapper .phone {
    color: #FFF;
}

#logo-wrapper .account a {
    font-size: 14px;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 500;
}

#logo-wrapper .account a:hover {
    border-color: #23acbd !important;
    color: #23acbd !important;
    text-decoration: none;
}

body.home #logo-wrapper .account a {
    color: #0c2050;
}

body:not(.home) #logo-wrapper .account a {
    color: #FFF;
    border-color: #FFF;
}

#logo-wrapper .search-site input[type=text] {
    background-color: #f2f2f2;
    border-width: 0px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 90%;
    height: 43px;
}

#logo-wrapper .search-site input[type=text]:focus {
    outline: none;
}

.pathways-block .a-pathway.yp_onscreen {
    animation-duration: 1s;
    animation-delay: 0s;
    animation-name: zoomIn;
}

.pathways-block .a-pathway {
    animation-fill-mode: both;
}

#wrapper-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
}

.copyright .right {
    text-align: right;
    font-size: 20px;
}

.quick-options div strong {
    color: #23acbd;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    display: block;
}

.quick-options div select {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    color: #999999;
    font-size: 14px;
    border-width: 0px;
    background-color: #f2f2f2;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    outline: none;
    height: 40px;
}

.quick-options div select:disabled {
    color: #999999;
}

.quick-options div input[type=submit] {
    margin: auto;
}

input[type="text"],
textarea {
    color: #222 !important;
}

/*Checkboxes styles*/
.round-checkbox input[type="checkbox"] {
    display: none;
}

.round-checkbox input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    color: #ddd;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 3px;
}

.round-checkbox input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

.round-checkbox input[type="checkbox"] + label:before {
    content: 'Add';
    display: block;
    width: 36px;
    height: 22px;
    border: 1px solid #fb9b28;
    color: #666;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.round-checkbox input[type="checkbox"]:checked + label:before {
    content: '';
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#page #full-width-page-wrapper .quick-options .row div .option-box select {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.quick-options div input[type=submit],
.woocommerce-form-login .btn-outline-primary,
.woocommerce-form-register .btn-outline-primary {
    display: block;
    background-color: #0c2050;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-width: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-top: 10px;
}

.quick-options div input[type=submit]:hover,
.woocommerce-form-login .btn-outline-primary:hover,
.woocommerce-form-register .btn-outline-primary:hover {
    background-color: #fa9b27;
    cursor: pointer;
}

/*
#page #full-width-page-wrapper .quick-options .row div .option-box input[type=submit]{
	margin-left:auto !important;
	margin-right:auto !important;
	left:50% !important;
	right:50% !important;
}
*/
.quick-options div input[type=text] {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    border-width: 0px;
    color: #999999;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#page #full-width-page-wrapper .quick-options .row div .option-box input[type=text] {
    width: 100%;
}

.quick-order-row {
    height: 50px;
}

.quick-options div .option-box {
    position: relative;
}

#wrapper-footer div .footer-logos {
    padding-top: 25px;
    padding-bottom: 25px;
}

#wrapper-footer div img {
    margin-right: 8px;
}

.social a {
    background-color: #ffffff;
    color: #0c2050;
    font-size: 28px;
    line-height: 52px;
    height: 50px;
    width: 50px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
}

.social a:hover {
    background-color: #23acbd;
    color: #0c2050 !important;
}

.social .love {
    height: 50px;
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
    line-height: 50px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

#wrapper-footer div .social {
    padding-bottom: 15px;
    padding-top: 15px;
}

#wrapper-footer .copyright {
    padding-bottom: 35px;
}

#wrapper-footer div h5 {
    font-size: 14px;
}

#wrapper-footer div ul {
    list-style-type: none;
    padding-left: 0px;
}

#wrapper-footer ul a {
    color: #ffffff;
}

#wrapper-footer ul li {
    padding-bottom: 2px;
}

#wrapper-footer .footer-left {
    padding-right: 40px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #aab1c2;
    margin-right: 0px;
}

#wrapper-footer .footer-right {
    padding-left: 40px;
}

#page #wrapper-navbar .navbar .container #navbarNavDropdown #main-menu #wpmenucartli a {
    height: 100% !important;
}

#wpmenucartli a {
    line-height: 40px;
    text-align: left;
    position: relative;
}

#wpmenucartli i {
    background-color: #0c2050;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-right: 6px;
}

@media (min-width:812px) {

    #main-menu .menu-item a {
        padding-right: 18px;
    }

    .wc-product-table td.col-name {
        min-width: 260px;
    }

}

@media (max-width: 768px) {

    .largest-callout {
        margin-top: 10px !important;
    }

    .wc-product-table-controls div,
    .wc-product-table-controls form {
        width: 100%;
        display: block;
        float: none;
    }

    .wc-product-table-controls .multi-cart-form,
    .wc-product-table-controls .dataTables_filter,
    .wc-product-table-controls .dataTables_info,
    .wc-product-table-controls .dataTables_length,
    .wc-product-table-controls .dataTables_paginate {
        float: none !important;
        text-align: center;
        margin: 0px !important;
    }

    .quick-options {
        padding-top: 40px;
    }

    .quick-options .col-sm-12 {
        margin-bottom: 20px;
    }

    #logo-wrapper .phone,
    #logo-wrapper .account {
        width: 50%;
    }

    #logo-wrapper .phone {
        font-size: 20px;
    }

    #logo-wrapper .account a {
        font-size: 12px;
    }

    #logo-wrapper .header-logo {
        text-align: center;
        padding: 15px;
    }

    #logo-wrapper .search-site {
        padding: 0 15px 0 15px;
    }

    .dgwt-wcas-search-wrapp {
        width: 85%;
    }

    .featured-products .col-sm-12,
    .pathways-block .a-pathway {
        margin-bottom: 20px;
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        border-right: 0px !important;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        width: 37% !important;
    }

    .woocommerce div.product .woocommerce-tabs .panel {
        width: 63% !important;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
        float: none !important;
    }

    section.related.products .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    #wrapper-footer .footer-right {
        padding-left: 15px !important;
        padding-top: 20px;
    }

    body.archive #woocommerce-wrapper #left-sidebar {
        order: 2;
    }

    body.archive #woocommerce-wrapper .content-area {
        order: 1;
    }

    #mega-menu-wrap-primary #mega-menu-primary {
        background: transparent !important;
    }

    .widget.repeater-images {
        text-align: center;
    }

    .page-banner {
        padding-top: 20% !important;
        padding-bottom: 20% !important;
    }

    .mega-sub-menu .alphabet-mobile {
        width: 100% !important;
        float: none !important;
        order: 1;
    }

    .mega-sub-menu .alphabet-list-mobile {
        width: 100% !important;
        float: none !important;
        order: 2;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
        background: #0c2050 !important;
    }

    .utility-navigation-wrapper .bb {
        display: none;
    }

    .mainstage {
        margin-top: 0px !important;
    }

    #particles-js {
        min-height: 239px;
    }

    .pathways-block .a-pathway img {
        width: 100% !important;
        height: auto;
    }

    .woocommerce-checkout .col-12 {
        width: 100% !important;
        float: none !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .mainstage-image {
        padding-top: 0px !important;
        line-height: 0;
        max-height: 239px;
    }

    .mainstage-image img {
        vertical-align: bottom;
    }

    .social .love {
        display: none !important;
    }

    #wrapper-footer {
        text-align: center;
    }

    .pipe-break {
        display: block;
        font-size: 0px;
        line-height: 0px;
    }

    .copyright .right {
        display: none !important;
    }

    body:not(.home) .page-banner {
        margin-top: 0px !important;
    }

    #page-wrapper .page-callout {
        font-size: 26px !important;
        line-height: 36px;
    }

    #wrapper-footer .footer-left {
        padding-right: 15px !important;
    }

}

/* iPad Landscape */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    .social .love {
        display: block !important;
        margin-bottom: 20px;
        margin-left: 5px;
    }

    .register-link {
        display: none;
    }

}

/* iPad Portriat */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    #logo-wrapper .phone,
    #logo-wrapper .account {
        width: 33% !important;
        float: right !important;
    }

    body.archive #woocommerce-wrapper #left-sidebar {
        order: 1;
    }

    body.archive #woocommerce-wrapper .content-area {
        order: 2;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 50% !important;
        float: left !important;
    }

}

/** YP Page **/

.page-banner {
    padding-top: 8%;
    padding-bottom: 8%;
    background-size: cover;
}

#main article {
    padding-bottom: 45px;
    padding-top: 45px;
}

.hentry ul,
.hentry p {
    color: #444444;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.hentry ul {
    padding-left: 1.125rem;
    margin-bottom: 1rem;
}

.hentry ul ul {
    margin-top: 0.3rem;
}

.hentry ul li:not(:last-of-type) {
    margin-bottom: 0.3rem;
}

#page-wrapper .page-callout {
    background-color: #eeeeee;
    text-align: center;
    color: #25adbd;
    font-size: 40px;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 40px;
}

.hentry .entry-header h1 {
    color: #25adbd;
    font-weight: 500;
    padding-bottom: 10px;
}

#right-sidebar {
    padding-top: 55px;
    padding-bottom: 45px;

}

/*
#page-wrapper{
	background-image:url(/wp-content/uploads/2018/08/particle-bg.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:100% 0%;
}
*/

#logo-wrapper .account {
    text-align: center;
}


/** Mega Menu **/

#filtersubmit {
    position: relative;
    z-index: 1;
    left: -25px;
    top: 0;
    color: #7B7B7B;
    cursor: pointer;
    width: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.fa-search:before {
    color: #FFF;
    background-color: #23acbd;
    padding: 14px;
}


#filtersubmit:hover {
    background-color: #0c2050;
}

body:not(.home) #filtersubmit:hover {
    background-color: #666;
}

body:not(.home) .page-banner {
    margin-top: -52px;
    z-index: 1;
}

#mega-menu-wrap-primary #mega-menu-primary,
#mega-menu-wrap-primary {
    width: 100% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    width: auto !important;
}

.mega-sub-menu > .mega-sub-menu {
    -webkit-box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3) !important;
}

#wpmenucartli a {
    color: #FFF !important;
}

#wpmenucartli a:hover {}

.wc-product-table-wrapper .cart-success {
    color: #0b2050;
    background-color: #eee;
    padding: 10px;
    border-radius: 0px;
    -webkit-border-radius: 0px;

}

.wc-product-table .col-add-to-cart .no-cart-button .btn-outline-primary {
    display: none;
}

.wc-product-table .col-add-to-cart {
    text-align: center !important;
}


#page-wrapper a.btn:hover,
.wc-product-table-wrapper .multi-cart-form input[type=submit]:hover,
#place_order:hover {
    background-color: #fb9b28;
    text-decoration: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    font-weight: 300 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a:hover {
    text-decoration: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.btn {
    background-color: #0c2050;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    display: inline-block;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.btn:hover {
    background-color: #fa9b27;
    text-decoration: none;
}

#mega-menu-wrap-primary .box-border {
    border-left: solid 1px #23acbd;
    border-right: solid 1px #23acbd;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 19px;
    text-transform: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
.menu-utility-nav-container ul.utility-nav li a {
    font-weight: 500 !important;
}

@media only screen and (min-width : 768px) {

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link:after,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {
        content: "" !important;
        margin: 0px !important;
    }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    line-height: 16px;
    padding: 5px 0 5px 0 !important;
}

.mega-sub-menu .widget_media_image {
    padding: 0px !important;
    margin-bottom: -15px !important;
}

.mega-sub-menu .widget_media_image img {
    max-height: 150px;
    width: auto;
    margin: auto;
}

.utility-navigation-wrapper {
    border-top: solid 10px #0c2050;
    z-index: 30;
    position: relative;
}

.utility-navigation-wrapper .bb {
    background-color: #0c2050;
    padding: 10px;
    height: 42px;
}

.utility-navigation-wrapper .slide-out {
    padding: 0;
    display: none;

}

.menu-utility-nav-container ul.utility-nav {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.menu-utility-nav-container ul.utility-nav li {
    display: inline-block;
}

.menu-utility-nav-container ul.utility-nav li a {
    color: #FFF;
    font-size: 14px;
    padding: 0 15px 0 10px !important;
}

.menu-utility-nav-container ul.utility-nav li a:hover {
    color: #23acbd;
}

.menu-utility-nav-container ul.dropdown-menu li a {
    color: #0c2050;
}

.menu-utility-nav-container ul.dropdown-menu li a:hover {
    background-color: #FFF !important;
}

.utility-navigation-wrapper .open-nav {
    color: #FFF;
    float: left;
    text-align: center;
    margin-left: 5px;
}

.utility-navigation-wrapper .outter-utility-wrapper {
    width: 100%;
    height: 42px;
    line-height: 32px;
}

.utility-navigation-wrapper .col-md-1 {
    max-width: 60px;
}

#woocommerce-wrapper {
    padding: 25px 0 25px 0;
}

.twitter-typeahead {
    display: initial !important;
}

/*
#logo-wrapper .search-site input[type=text] {
	vertical-align: initial !important;
}
*/

.woocommerce span.onsale {
    background-color: transparent !important;
    background-image: url(/wp-content/uploads/2018/09/saletag.png);
    background-repeat: no-repeat;
    border-radius: 0 !important;
    background-size: contain;
    font-size: 20px !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    padding: 7px !important;
    text-align: left !important;
    line-height: 100% !important;
    text-transform: uppercase !important;
}

body.single-product .woocommerce span.onsale {}

.woocommerce ul.products li.product .onsale {
    left: 0 !important;
    right: auto !important;
    margin: 15px 0 0 -15px !important;
}

.wpmenucart-icon-shopping-cart-0:before {
    font-size: 26px;
    padding-left: 5px;
    line-height: 40px !important;
}

#wpmenucartli i {
    padding: 0px !important;
    border-radius: 100% !important;
    height: 40px;
    width: 40px;
    display: inline-block !important;
}

.woocommerce ul.products li.product .price del {
    display: none;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none !important;
}

li.wpmenucartli a.wpmenucart-contents span {
    background-color: #fb9b28;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    right: 0;
    margin-top: -10px;
    margin-right: -5px;
    font-size: 12px;
}

body.term-7475.archive #woocommerce-wrapper .content-area {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body.term-7475.archive .listContainer1 {
    display: table;
}

.break {
    display: block;
    overflow: hidden;
    height: 1px;
}

ul.pipette-parts-list {
    background-color: #F2F2F2;
    padding: 25px 0 25px 0;
    list-style-type: none;
    width: 50%;
    display: table-cell;
    vertical-align: top;
    border-left: solid 30px #FFF;

}

ul.pipette-parts-list > li {
    margin-bottom: 30px;
    margin-left: -20px;
}

ul.pipette-parts-list h4 {
    width: 50px;
    vertical-align: top;
    display: inline-block;
}

ul.pipette-parts-list strong {
    background-color: #0c2050;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    display: block;
}

ul.parts-sub-list {
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    max-width: 90%;
}



@media (min-width: 768px) {

    body.blog #index-wrapper #left-sidebar,
    body.archive #woocommerce-wrapper #left-sidebar {
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 0px !important;
    }

    .widget.repeater-images.image1 {
        margin-left: 65px;
    }

    .widget.repeater-images.image2 {
        margin-left: 35px;
    }

    ul#names {
        list-style-type: none;
        padding: 0;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 10px;
        column-gap: 10px;
        -moz-column-gap: 10px;
    }



}



ul#names {
    list-style-type: none;
    padding: 0;
}

ul.trwca-accordion {
    padding-left: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    width: 20%;
    float: left;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 15px !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
    width: 80%;
    float: left;
    border-top: 1px solid #d3ced2;
    border-left: 1px solid #d3ced2;
    padding: 25px;
    min-height: 250px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-right: solid 2px #FFF;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-top: 1px solid #d3ced2;
}

mark.count {
    display: none !important;
}

section.related.products {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-color: #EEE;
    padding: 40px 0 10px 0;
}

body.single-product .understrap-read-more-link {
    display: none !important;
}

.related h2.related-title {
    color: #848383;
    text-transform: capitalize;
    padding-bottom: 20px !important;
    font-size: 30px !important;
}

.woocommerce div.product div.images img {
    max-height: 600px;
    width: auto;
    margin: auto;
}

a.compare {
    padding-top: 10px;
}

.centerme .custom-html-widget p {
    text-align: center !important;
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: 600;
}

.centerme,
.centerme a.mega-menu-link {
    text-align: center !important;
}

.hideme {
    display: none !important;
    visibility: 0 !important;
}

.related.products .woocommerce ul.products li.product a img,
.woocommerce ul.products li.product a img {
    max-height: 250px;
    width: auto;
    margin: auto;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #cccccc;
}

i.vca_icon {
    color: #CCC;
}

i.vca_icon:hover,
i.vca_icon-minus {
    color: #23acbd;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}


.gform_body .field_description_below .ginput_container_text input[type=text] {
    background-color: #fff;
    border: solid 1px #bfbfbf;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.gform_body .field_description_below .ginput_container_email input[type=text] {
    background-color: #fff;
    border: solid 1px #bfbfbf;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.gform_body .field_description_below .textarea {
    background-color: #fff;
    border: solid 1px #bfbfbf;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.gform_button {
    background-color: #0c2050;
    color: #ffffff;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-width: 0px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border: 1px solid #bfbfbf !important;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 15px;
    font-weight: 600;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 15px;
    font-weight: 600;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 15px;
    font-weight: 500;
}


::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::-webkit-input-placeholder {
    font-weight: 500;
    color: #666;
}

ol#alphabet,
ol#alphabet-sidebar {
    list-style-type: none;
    padding: 0;
}

ol#alphabet li,
ol#alphabet-sidebar li {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 8px;
    margin-bottom: 8px;
    line-height: 35px;
}

ol#alphabet li a,
ol#alphabet-sidebar li a {
    display: block;
    background-color: #0c2050;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

ol#alphabet li span.disabled,
ol#alphabet-sidebar li span.disabled {
    display: block;
    background-color: #EEE;
    color: #CCC;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

ol#alphabet li a:hover,
ol#alphabet-sidebar li a:hover {
    background-color: #23acbd;
    text-decoration: none;
}

ul#names li {
    padding-bottom: 8px;
}

ul#names li a {
    display: block;
    line-height: 18px;
    font-size: 14px;
    padding-right: 20px;
    color: #666;
}

ul#names li a:hover {
    color: #0c2050;
    text-decoration: none;
}

.mega-menu .mega-brands li a {
    display: none !important;
}

.mega-menu .mega-brands li ul.mega-sub-menu li a {
    display: block !important;
    font-size: 16px !important;
    color: #23acbd !important;
    font-weight: 600 !important;
}

.mega-menu .mega-brands li ul.mega-sub-menu li a:hover {
    color: #0b2050 !important;
}

.gform_wrapper .top_label .gfield_label {
    margin-bottom: 0px !important;
}

#tab-description {
    font-size: 14px;
    font-weight: 300;
}

#tab-description p {
    margin: 0;
}

#tab-description a,
#tab-description span {
    color: #23acbd !important;
}

.trwca-actheme .trwca-accordion a {
    padding-left: 0px !important;
}

.trwca-actheme ul ul.submenu li a {
    padding-left: 20px !important;
}

.widget.repeater-images {
    margin-bottom: 25px;
}

.entry-footer span {
    padding-top: 30px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type=color],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=datetime],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=month],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=search],
.wpcf7 input[type=submit],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=time],
.wpcf7 input[type=url],
.wpcf7 input[type=week],
.wpcf7 select,
.wpcf7 textarea,
.list-group-item {
    border-color: #bfbfbf !important;
    border-radius: 0px !important;
}

.woocommerce table.shop_table,
.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0px !important;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    background: transparent !important;
}


.entry-summary .price .woocommerce-Price-amount {
    font-weight: 600;
}

.product-row .add-to-cart-wrapper .woo_discount_rules_table,
body.single-product .woo_discount_rules_table {
    display: none !important;
    visibility: hidden !important;
}


.bleeper_powered_by {
    display: none !important;
}


.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    flex: 0 0 46%;
    max-width: 46%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    flex: 0 0 48%;
    max-width: 48%;
}

.woocommerce form .form-row {
    min-height: 90px;
}

#shipping_method_tax_exempt_field {
    min-height: auto !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: none !important;
    visibility: none !important;
}

.wc-product-table .multi-cart {
    padding-right: 0px !important;
}

.wc-product-table .multi-cart .multi-cart-check {
    display: none;
}

.wc-product-table-above {

    margin-bottom: 20px;
}

table.dataTable thead .sorting {
    background-image: none !important;
}

table.dataTable thead th {
    padding: 10px 0px !important;
}

.wc-product-table-controls .wc-product-table-select-filters {
    min-width: 50%;
}

.wc-product-table-controls label {
    color: #666;
}

.wc-product-table .cart .quantity .qty {
    border: solid 1px #CCC;
}

.wc-product-table .col-price ins,
.wc-product-table .col-price .sale-price {
    color: #23acbd;
    display: block;
}

.wc-product-table .col-price .regular-price {
    color: #999 !important;
    font-size: 12px !important;
}

.wc-product-table .col-price del {
    color: #999;
}

.entry-summary .price .regular-price,
.entry-summary .price .regular-price .woocommerce-Price-amount {
    color: #999 !important;
    font-size: 20px !important;
    font-weight: normal !important;
}

table.dataTable tbody th.col-price,
table.dataTable tbody td.col-price,
.wc-product-table th.col-price {

    text-align: center !important;
}

.entry-summary .price .regular-price {
    padding-left: 10px;
}

ins {
    text-decoration: none !important;
}

.woocommerce form .form-row .required,
.woocommerce a.remove {
    color: #fb9b28 !important;
}

.woocommerce a.remove:hover {
    background-color: #fb9b28 !important;
}

.aclight .trwca-accordion a {
    border-bottom: solid 1px #CCC;
}

table.wc-product-table.dtr-column > tbody > tr.parent td.control::before,
table.wc-product-table.dtr-column > tbody > tr.parent th.control::before,
table.wc-product-table.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
table.wc-product-table.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
    content: "";
    display: none;
}

table.dataTable > tbody > tr.child {
    font-size: 14px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none !important;
}

.woocommerce-MyAccount-navigation .list-group a:last-child {
    color: #23acbd;
}

#gform_wrapper_3 .gform_footer .gform_button {
    font-weight: 400;
}

.product .compare:hover {
    color: #666;
}

body .wc-product-table .col-sku {
    width: 160px !important;
}

body.home .option-box input[type="text"],
body.home .option-box textarea,
body.home .option-box input[type="text"]::placeholder,
body.home .option-box textarea::placeholder {
    color: #999 !important;
}

hr {
    border-top-width: 2px;
}

.parts-sub-list a:hover {
    text-decoration: none;
    color: #0b2050;
}

.woocommerce-account .addresses .title h3 {
    text-transform: capitalize;
    font-size: 1.5rem;
    color: #25adbd;
}

.woocommerce-account .addresses .title .edit {
    color: #23acbd;
    background-color: transparent;
    background-image: none;
    border: 1px solid #23acbd;
    padding: 2px 7px;
}

.woocommerce-account .addresses .title .edit:hover {
    color: #fff;
    background-color: #23acbd;
    text-decoration: none;
}

#wcmca_custom_addresses {
    padding-top: 30px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-weight: 600;
}

a.cancel-edit-payment-method:hover {
    text-decoration: none;
    color: #999;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    font-weight: 500;
}

.woocommerce-EditAccountForm fieldset {
    margin-top: 30px;
}

ul#names li a {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

ul#names li a:hover {
    color: #0c2050;
}

.related.products li.product > a:hover h2 {
    color: #23acbd;
}

.related.products .product .woocommerce-LoopProduct-link .sku_wrapper,
.product .woocommerce-LoopProduct-link .sku_wrapper {
    color: #777 !important;
    font-weight: 500 !important;
}

.widget_recently_viewed_products ul.product_list_widget .price {
    display: none !important;
}

.widget_recently_viewed_products ul.product_list_widget img {
    max-height: 32px !important;
}

.related.products li.product {
    display: flex;
    flex-direction: column;
}

.related.products li.product > a.woocommerce-loop-product__link {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.related.products li.product > a.woocommerce-loop-product__link .woocommerce-loop-product__title {
    flex-grow: 1;
}

.summary.entry-summary .sku,
.summary.entry-summary .sku_wrapper {
    color: #777;
}

.woocommerce-product-details__short-description {
    color: #777;
}

#gform_wrapper_1 .field_description_below label,
#gform_wrapper_2 .field_description_below label {
    font-weight: 400;
}

body .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label {
    font-size: 16px;
    margin-top: 0 !important;
}

body .gform_wrapper ul.gfield_radio li {
    display: flex;
    align-items: center;
}

.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0 !important;
}

.horizontal_radios .gfield_radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.gform_wrapper .horizontal_radios ul.gfield_radio li {
    padding-right: 20px !important;
}

body #gform_fields_1 .field_description_below .textarea,
#gform_fields_1 .field_description_below .ginput_container_text input[type=text],
#gform_fields_1 .field_description_below .ginput_container_email input[type=text] {
    background-color: #fff;
    border-width: 1px;
}

#gform_submit_button_1:hover {
    background-color: #fb9b28;
    cursor: pointer;
}

@media(max-width:500px) {
    #logo-wrapper .phone {
        font-size: 16px !important;
    }
}

@media(max-width:750px) {
    .navbar-brand {
        margin-right: 0;
    }
    .utility-navigation-wrapper {
        display: none;
    }
}

@media(min-width:1000px) {

    body.search-results ul.products li.product {
        width: 22% !important;
        margin-right: 4% !important;
    }

    body.search-results ul.products li:nth-child(3n+3),
    body.search-results ul.products li.last,
    body.search-results ul.products li.last {
        margin-right: 4% !important;
    }

    body.search-results ul.products li:nth-child(3n-8) {
        clear: none !important
    }

    body.search-results ul.products li:nth-child(4n+1) {
        clear: left !important
    }

    body.search-results ul.products li:nth-child(4n) {
        margin-right: 0 !important
    }
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
    color: #23acbd !important;
}

.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover {
    text-decoration: none !important;
}

.cart_item .product-sku,
.cart_item .product-price,
.cart_item .product-subtotal {
    color: #777;
}

.cart_item .product-name a:hover {
    color: #0b2050;
    text-decoration: none;
}

.cart_totals h2 {
    text-transform: capitalize;
    font-size: 1.5rem;
    color: #25adbd;
}

.cart th {
    color: #0b2050;
}

.cart_totals th {
    color: #0b2050;
}

.cart .actions .btn {
    background-color: #777;
    opacity: 1;
}

.cart .actions .btn:hover {
    cursor: pointer;
    background-color: #444;
}

.cart-subtotal .amount,
.shipping .amount {
    color: #777;
}

.order-total .amount {
    color: #25adbd;
}

.checkout .cart-item .amount {
    color: #777;
}

.cart-subtotal th,
.shipping th,
.order-total th {
    color: #0b2050;
}

.woocommerce-billing-fields h3,
#order_review_heading {
    text-transform: capitalize;
}

.woocommerce table.shop_table td.product-name {
    color: #25adbd;
}

.shop_table.woocommerce-checkout-review-order-table {
    color: #777;
}

.wc-product-table thead .col-sku,
.wc-product-table thead .col-name,
.wc-product-table thead .col-price,
.wc-product-table thead .col-add-to-cart {
    color: #0b2050 !important;
}

.wc-product-table tbody .col-sku {
    color: #777;
}

.product-quantity {
    color: #777 !important;
}

@media(max-width:1200px) {
    ul.pipette-parts-list {
        width: 100%;
        display: block;
        margin-left: 0;
        border-left: 0;
    }

    ul.pipette-parts-list > li {
        margin-left: 0;
    }

    ul.pipette-parts-list h4 {
        display: block;
        margin: 0 auto;
    }

    ul.parts-sub-list {
        padding: 0 15px;
        margin: 0 auto;
        text-align: left;
        display: block;
    }
}

@media(max-width:768px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
        width: 100%;
        float: none;
    }

    .particles-js-canvas-el {
        display: none;
    }

    .mainstage-image {
        position: relative;
    }

    #particles-js {
        min-height: 0;
    }

    .mega-sub-menu li.mega-centerme li.widget_media_image,
    .mega-sub-menu li.mega-centerme .custom-html-widget {
        text-align: center !important;
    }

    .dtr-details .price,
    .dtr-details .sale-price {
        color: #23acbd !important;
        font-weight: 500 !important;
    }

    .dtr-details .price .regular-price {
        color: #666666 !important;
    }
}

h1.page-title {
    line-height: 1;
}

#yith-ywrq-table-list .product-quantity {
    color: #0b2050 !important;
}

.woocommerce ul.product_list_widget li .price {
    display: none !important;
}

img.product-table-image {}

.trwca-actheme .trwca-accordion li {
    position: relative;
}

.trwca-actheme .trwca-accordion a {
    padding-right: 15px;
}

i.vca_icon {
    float: none !important;
    position: absolute;
    right: 0;
    top: 10px;
}



body.yith-woocompare-popup {
    font-family: 'Montserrat', sans-serif !important;
}

body.yith-woocompare-popup h1 {
    background-color: #23acbd !important;
    color: #FFF !important;
    font-size: 20px !important;
    text-transform: capitalize !important;
}

table.compare-list .product_title {
    color: #23acbd !important;
    font-size: 14px !important;
}

table.compare-list tr.price .sale-price {
    color: #23acbd !important;
    font-weight: bold !important;
}

table.compare-list tr.price .regular-price {
    color: #666 !important;
}

table.compare-list .add-to-cart-container a {
    background-color: #0c2050 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    display: inline-block !important;
    width: auto !important;
}

table.compare-list .add-to-cart-container a:hover {
    background-color: #fa9b27 !important;
    text-decoration: none !important;
}

table.compare-list .remove a {
    color: #ff0000;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2;
    height: 1.2em;
    width: 1.2em;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    outline: none;
}

table.compare-list .remove a:hover {
    background-color: #ff0000;
    color: #ffffff;
}


#wcmca_address_form_fieldset_billing .select2-container,
#wcmca_address_form_fieldset_shipping .select2-container {
    width: 100% !important;
}

.woocommerce-products-header .term-description p:empty {
    display: none;
}

.woocommerce img.category-img {
    float: left;
    margin: 15px 15px 15px 0px;
    max-width: 250px;
    height: auto;
    max-height: 250px;
    min-height: 250px;
    width: auto;
}

.dashboard-quotes-hide {
    display: none;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
    content: '\f0c9' !important;
    font-family: 'FontAwesome' !important;
}

.yith-woocompare-widget {
    margin-bottom: 35px;
}

#left-sidebar div:nth-of-type(2) {
    padding: 15px;
    border: solid 1px #CCC;
}

#left-sidebar div:nth-of-type(2) h3 {
    font-size: 1.30rem !important;
    text-align: center !important;
}

#left-sidebar .yith-woocompare-widget a.compare-widget {
    background-color: #CCC !important;
}

#left-sidebar .yith-woocompare-widget a.compare-widget:hover {
    background-color: #0b2050 !important;
}


section.cat-display-mason {
    width: 100%;
    display: block;
    margin-top: 3.375rem;
}

ul.blog-cats {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}

li.blog-category.single-category {
    text-align: center;
    padding: 15px !important;
    border-color: #bfbfbf;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    width: 30.75%;
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    margin-left: 0;
    list-style: none outside;
    transition: all 300ms ease-in-out;
}
li.blog-category.single-category:hover {
    box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.3);
}

li.blog-category.single-category:nth-of-type(3n) {
    margin-right: 0;
}
li.blog-category img {
    height: auto;
    display: block;
    box-shadow: none;
    max-height: 250px;
    width: auto;
    margin: auto;
}

.blog-loop-category__title {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
}

.blog-loop-category__title a {
    color: #0c2050;
    text-decoration: none;
}
.ywcca_widget_container_style_1 {
    border: none !important;
}
.ywcca_widget_container_style_1 .ywcca_category_accordion_widget li.cat-item {
    line-height: 24px !important;
    padding: 12px 0px !important;
}
.ywcca_widget_container_style_1 .ywcca_category_accordion_widget li.cat-item.current-cat a {
    font-weight: bold !important;
}
.ywcca_widget_title, .ywcca_widget_container_style_1 .ywcca_category_accordion_widget li.cat-item a{
    font-weight: 500 !important;
}