.wrapper {
    min-height: auto;
}
.single-product li::marker{
    color: #008ab0;
    font-size: 1.2em;
}
aside#secondary{
    display: none;
}
.product.type-product .breadcrumbs, .product.type-product h5.btn{
    display: none;
}
.related {
    width: 100% !important;
    max-width: 1024px !important;
    margin: 3em auto !important;
}
.product-small-section{
    padding: 1.5em 0;
}
.product-extra-details .video-caption{
    font-style: normal !important;
    color: #008ab0;
    font-family: montserrat, sans-serif;
}
.tutorial-video iframe{
    width: 100% !important;
    height: auto;
}
.two-columns-section{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.three-columns-section{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.image-gallery-section{
    margin-top: 2em;
}
.image-gallery-section .gallery-image{
    display: flex;
}
.image-gallery-section .gallery-image img{
    width: 100%;
}
.brand-info-section .brand-left img{
    max-width: 120px !important;
}
.brand-info-section .brand-left{
        text-align: center;
    position: relative;
}
.brand-two-column{
    display: flex;
    gap: 20px;
}
.brand-heading-stacked span {
  display: block;
  text-align: center;*/
}
.brand-info-section .brand-left::after{
        content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background-image: url('/wp-content/uploads/2025/05/MCP_Ameda_wave.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.brand-info-section .brand-right{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.where-to-buy-section .retailer-logo img{
            max-height: 50px !important;
}
.where-to-buy-section .column{
        display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.where-to-buy-section-wrapper{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    align-items: start !important;
}
.custom-product-description-section{
        background: #ebf6f9;
    border-radius: 10px;
    padding: 1em 2em;
    margin: 1em 0;
}
.product-description-video-link{
        margin: 1em 0;
}

.product-description-video-link a {
    position: relative;
    text-decoration: underline;
    padding-left: 30px;  
    padding-right: 30px; 
    display: inline-block;
}
.product-description-video-link a::before {
content: '\f04b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #2f7396;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.product-description-video-link a::after {
    content: '\f061'; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.custom-product-description-section .small-heading{
    color: #008ab0;
    font-weight: 400;
    font-size: 1.1em;
    margin-bottom: .3em;
}
.woocommerce div.product form.cart .variations{
width: 80% !important;  
}
.woocommerce div.product .product_title{
    margin-top: 10px;}
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled{
    margin-top: 1em;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    line-height: 5px;
    vertical-align: baseline !important;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 400;
}
.woocommerce div.product form.cart {
    margin-bottom: 1em;
    margin-top: 1em;
}
.yith-wcwl-wishlistaddedbrowse {
    align-items: start;
}
.woocommerce .summary .price {
    text-align: start !important;
}
body:not(.our-brands-template-default,.product-guide-template-default) .single-product h5.btn{
    display: none !important;
}
body:is(.our-brands-template-default,.product-guide-template-default) .single-product h5.btn {
    display: inline-block !important;
}
body.our-brands-template-default .post-title,
body.product-guide-template-default .post-title {
    display: none;
}
.aws-container .aws-show-clear .aws-search-field:focus {
    border: 1px solid #accd77;
    border-radius: 50px !important;
}
.woocommerce-product-gallery .slick-next:before, .woocommerce-product-gallery .slick-prev:before {
    border-right: 4px solid #008ab0;
    border-bottom: 4px solid #008ab0;
}
@media(max-width: 768px){
    .product-tutorials .tutorial-video:not(:last-child){
        margin-bottom: 30px;
    }
    .two-columns-section, .three-columns-section{
        grid-template-columns: repeat(1, 1fr);
        gap:0;
    }
    .image-gallery-section.three-columns-section{
        grid-template-columns: repeat(3, 1fr)!important;
        gap: 10px;
    }
    .tutorial-video iframe {
        min-height: 200px;
    }
    .brand-two-column{
    flex-direction: column;
}
    .brand-info-section .brand-left::after{
        content: none;
    }
    .brand-heading-stacked span {
    display: inline;
    }
    .where-to-buy-section .retailer-logo img{
            max-height: 40px !important;
}
}
@media(max-width: 600px){
    .where-to-buy-section-wrapper br{
         display: none;
    }
    .where-to-buy-section .column{
        gap: 10px;
    }
}


@import url("https://use.typekit.net/vnq0bnw.css");
body{
        font-family: "Montserrat",sans-serif;
}
p, h4{
    line-height: 1.4em !important;
}
.header-menu li.btn a, h5.btn a{
    white-space: nowrap;
}
h1, h2, h3, h4, h5{
    font-weight: 500;
}
@media(min-width: 1200px){
    h2 {
        font-size: 32px;
    }
}
h5.btn, p.btn {
    padding:0 !important;
    display: flex !important;
}
h5.btn.blue-button a, p.btn.blue-button a{
    background: #0089AF !important;
    border: 1px solid #0089AF;
}
h5.btn.blue-button:hover a, p.btn.blue-button:hover a{
    color: #0089AF;
    background: none !important;    
}
h5.btn.green-button a, p.btn.green-button a{
    background: #b3ce95 !important;
    border: 1px solid #b3ce95;
}
h5.btn.green-button:hover a, p.btn.green-button:hover a{
    color: #b3ce95;
    background: none !important;    
}
h5.btn.white-button a, p.btn.white-button a{
    background: #FFFFFF !important;
    border: 1px solid #FFFFFF;
    color: #0089AF;
}
h5.btn.white-button:hover a, p.btn.white-button:hover a{
    color: #FFFFFF;
    background: none !important;    
}
h5.btn.white-button:hover a::after, p.btn.white-button:hover a::after{
    border: 1px solid white;
    color: white;
}
.header-menu li.btn.reverse a, h5.btn.reverse a {
    padding: 3px 15px !important;
    border: 1px solid #accd77 !important;
}
h4{
    font-size: 25px;
}
h1, h2, h3, h4, h5{
    font-family: montserrat, sans-serif;
    margin-bottom: .3em;
}
}
h2, h3{
    margin:0.7em 0 0.3em 0;
}
html {
    scroll-behavior: smooth;
}
strong{
    /*  font-family: "Gotham Bold", sans-serif; */
    font-weight: 500 !important;
}
p b{
    font-weight: 500 !important;
}
p {
    margin-bottom: 7px;
}
body, p, li{
    font-size: 17px;
    font-weight: 300;
}
@media(max-width: 600px){
    body, p, li{
        font-size: 16px;
    }
}
li {
    list-style-type: disc;
    line-height: 1.6em !important;
}
ol, ul {
    margin-left: 20px;
}
.container {
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    /*  padding: 0 30px; */
}
.header-menu li.btn a{
    justify-content: center;
}
.pagination li {
    list-style-type: none;
}
.wide-container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}
.hidden{
    display: none !important;
}
.desktop-sorting-products{
    margin-top:1em; 
}
.eb-accordion-rh1752f.eb-accordion-container .eb-accordion-wrapper:not(.eb-accordion-hidden,.for_edit_page) h3.eb-accordion-title{
    color:white !important;
}
@media (max-width: 767px){
    .wide-container {
        padding: 0 15px;
    }
}

#menu-desktop li,
.post-categories li,
.languages.list-unstyled li,
.footer-sci li,
#menu-footer-right li,
#menu-retailer-account li,
#menu-healthcare-account li,
.blog-category-listing li,
#menu-desktop-fr li,
#menu-footer-right-fr li{
    list-style-type:none !important;
}
#menu-desktop,
.post-categories,
.languages.list-unstyled,
.footer-sci,
#menu-footer-right,
#menu-retailer-account,
#menu-healthcare-account,
.blog-category-listing{
    margin:0;
}
.header-menu a:hover {
    font-weight: 400 !important;
}
.justify-content-center{
    justify-content: center;
}
.height-auto img{
    height: auto;
}
h2.woocommerce-loop-product__title{
    line-height: 1.5em;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.ml-0{
    margin-left: 0 !important;
}

.pull-center{
    margin: 0 auto;
}
.section{
    padding: 60px 0 !important;
}
.section-top{
    padding-top: 60px !important;
}
.section-bottom{
    padding-bottom:60px !important;
}
.position-relative{
    position: relative;
}
.max-700{
    max-width:700px;
    margin: 0 auto;
}
.max-600{
    max-width:600px !important;
}
.max-500{
    max-width:500px !important;
}
.max-550{
    max-width:550px !important;
}
.mt-2 {
    margin-top: 1em !important;
}
@media(min-width: 600px){
    .max-450{
        max-width:450px;
        margin: 0 auto;
    }
    .max-400{
        max-width:400px;
    }
}
@media(max-width:600px){
    .s-mb-0{
        margin-bottom:0;
    }
    .section{
        padding: 30px 0 !important;
    }
    .section-top{
        padding-top: 30px !important;
    }
    .section-bottom{
        padding-bottom:30px !important;
    }
}
.large{
    font-size: 18px;
}
@media(min-width:992px){
    .ml-logo img{
        margin-left:90px;
    }
    .large{
        font-size: 24px;
    }
}

.footer-top__left,
.footer-top__middle,
.footer-top__right{
    width: 33.33%;
}
.footer-top__middle h5{
    text-align: center;
}

@media(max-width:820px){
    .footer-top__left{
        width: 38%;!important
    }

    .footer-top__middle,
    .footer-top__right{
        width: 31%;!important
    }
}

.footer-top__middle .footer-cta .wp-block-columns{
    margin-bottom: 0;
}
.footer-top__right .row{
    justify-content: end;
}
h2.widgettitle{
    font-size: 17px;
    text-transform: uppercase;
}
.put-center img{
    margin: 0 auto !important;
}
.hide{
    display: none !important;
}
.valign-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vertical-center{
    display: flex;
    align-items: center !important;
}
@media(max-width:768px){
    h1{
        font-size: 36px !important;
    }
    .wp-block-spacer {
        display: block;
    }
    .form-inner-lp{
        padding: 25px !important;
    }
    .footer-top__left,
    .footer-top__middle,
    .footer-top__right{
        width: 100% !important;
    }
    .footer-top__middle{
        order:-1;
    }
    .footer{
        padding: 20px 0;
    }
}
@media(min-width:768px){
    .form-inner{
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}
.page-id-7580,
.page-id-7578{
    background: url(/wp-content/uploads/2022/04/Green_Shape-465x1024-1.png) no-repeat left center, url(/wp-content/uploads/2022/04/Blue_Shape-650x1024-1.png) no-repeat right center;
    background-size: 250px;
}
.page-id-7580 form .gform_body.gform-body .gfield>*,
.page-id-7578 form .gform_body.gform-body .gfield>*{
    border-bottom: none !important;
}
.page-id-7578 #box p, .page-id-7580 #box p{
    font-size: 1.5em;
}
#box img{
    max-width: 90%;
    margin-top: 20px;
}
.video-container .wp-block-embed__wrapper{
    text-align: center;
}
.btn-header-rent-pump a {
    padding: 3px 15px;
    font-weight: inherit;
    background-color: #accd77;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #accd77;
    border-radius: 25px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    margin: 0 20px;
}
@media(min-width:991px){
    .show-mobile{
        display:none !important;
    }
}
.mobile-top-bar{
    justify-content: space-between;
}
/* Resources dashboard */
.hide{
    display: none;
}
.resources-download-wrapper table tr{
    border: 1px solid #66B8D0;
}
.resources-download-wrapper table td{
    padding: 5px 15px;
    height: 80px;
}
.resources-download-wrapper table td:nth-child(1){
    border-right: 1px solid #66B8D0;
    width: 70px;
    text-align: center;
}
.resources-download-wrapper table td:nth-child(3){
    width: 50px;
    text-align: right;
}
.mb-0{
    margin-bottom:0;
}
@media(min-width:781px){
    div.resources-download-wrapper:nth-child(2n){
        margin-left: 7px;
    }
    .resources-video iframe {
        height: 135px !important;
    }
}
.resources-video iframe {
    height: 240px;
}
/* Dashboards */
.h-dashboard-section2{
    background: rgba(178, 204, 147, .26);
    padding: 35px;
}
.short-p{
    max-width: 700px;
}
@media (min-width: 600px){
    .wp-block-latest-posts.columns-3 li {
        width: calc(18% - 0.3em) !important;
    }
    .wp-block-latest-posts.columns-3 li:nth-child(3n){
        margin: 0 1.25em 1.25em 0;
    }
}
.wp-block-latest-posts.columns-3 li {
    width: calc(45% - 0.3em);
}
h3{
    margin-bottom: 15px;
}
.view-all-btn{
    display: flex;
    align-items: center;
    justify-content: end;
    text-decoration:underline;
}
.resources-single-block{
    background: white;
    border: 2px solid #0089AF;
    color: #0089AF;
    padding: 15px;
    max-width: 180px;
    height: 160px;
    position: relative;
}
.resources-single-block p{
    line-height: 1.3em !important;
    font-size: 14px;
}
.resources-single-block .wp-block-image{
    margin-top:15px;
    margin-bottom:0;
}
.h-dashboard-section2 .wp-container-8{
    justify-content: space-between;
}
.h-dashboard-section4{
    background: rgba(102, 184, 208, .05);
    padding: 35px;
}
.h-dashboard-section4 .gfield_label{
    display: none;
}
.h-dashboard-section4 form .gform_body.gform-body .gfield>*{
    border-bottom: none;
}
.h-dashboard-section4 input::placeholder,
.h-dashboard-section4 textarea::placeholder,
.healthcare-contact-form input::placeholder,
.healthcare-contact-form textarea::placeholder{
    color: rgba(0, 137, 175, 1);
    opacity:1;
}
.h-dashboard-section4 input,
.h-dashboard-section4 textarea,
.healthcare-contact-form input,
.healthcare-contact-form textarea{
    border: 2px solid #0089AF !important;
    padding: 13px;
}
.h-dashboard-section4 input[type="submit"],
.healthcare-contact-form input[type="submit"]{
    color: white !important;
    background: #0089AF !important;
    border-radius: 25px !important;
    padding: 13px 45px !important;
    position: relative !important;
    left:50%;
    transform: translateX(-50%);
}
.healthcare-contact-form li{
    list-style: none;
}
.healthcare-contact-form ul{
    margin-left: 0;
}
.h-dashboard-section5 .inner{
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.h-dashboard-section5 .inner h3{
    max-width: 300px;
}
.h-dashboard-section5 .inner1{
    background:rgba(178, 204, 147, .26);
}
.h-dashboard-section5 .inner2{
    background: rgba(102, 184, 208, .26);
}
.r-dashboard-section2{

}
.block-image-border img{
    border: 2px solid #0089AF;
    width: 150px;
    padding: 35px;
}
.wp-container-6 .block-outer{
    max-width: 170px;
}
.resources-absolute-text{
    position: absolute;
    left: 50%;
    top:170px;
    transform: translateX(-50%);
}
.r-dashboard-section1{
    background:rgba(178, 204, 147, .26);
    padding:35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.r-dashboard-section1 h4{
    font-size: 20px;
}
.r-dashboard-section4{
    background: rgba(102, 184, 208, .05);
    padding:35px;
}
.download-list-wrapper tbody td{
    padding:10px 20px;
}
.download-list-wrapper tbody td a{
    color: #85868A;
    display: flex;
    justify-content: space-between;
}
.download-list-wrapper tbody td a::after{
    content: '';
    background-image: url(/wp-content/uploads/2022/04/MCP_Dashboard_Icons_Download.png);
    width: 22px;
    height: 22px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 10px;
}
.download-list-wrapper tbody tr:nth-child(odd){
    background: rgba(102, 184, 208, 0.05)
}
.news-bg-wrapper{
    background-image: url(/wp-content/uploads/2022/06/simi.webp);
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
}
.healthcare-contact-form form .gform_body.gform-body .gfield>*{
    border-bottom: none;
}
.healthcare-contact-form label{
    display: none;
}
.healthcare-contact-form form .gform_body.gform-body .ginput_container textarea{
    border: 1px solid #f2f3f3;
}
.product-info-submenu{
    display: flex;
    flex-wrap: wrap;
}
.product-info-submenu p{
    color: #0089AF;
    padding: 10px 40px 10px 0;
}
.product-info-submenu a{
    color: #0089AF;
}
.healthcare-template-default .dashboard-top div:nth-child(2).push.icon img{
    display: none;
}
.latest-news-wrapper .wp-block-latest-posts__list li,
.dashboard-contact li{
    list-style: none;
}
.dashboard-contact form ul{
    margin-left:0;
}
.resources-download-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.resources-download-top .tab-title{
    border: 2px solid #0089AF;
    display: flex;
    align-items: center;
    margin: 5px;
    padding: 7px;
    cursor: pointer;
}
.resources-download-top .tab-title img{
    width: 35px;
    margin-right: 3px;
}
.resources-download-top .tab-title p{
    color: #0089AF;
    font-size: 14px;
    max-width: 140px;
}
.active-tab{
    background: rgba(102, 184, 208, 0.14);
}
.news-update-wrapper .post-meta-user,
.news-update-wrapper .tpg-excerpt,
.news-update-wrapper .post-meta,
.news-update-wrapper .tpg-widget-heading-wrapper{
    display: none;
}
.news-update-wrapper .entry-title a{
    color: #2F7396;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-update-wrapper .even-grid-item{
    padding: 7px;
}
.news-update-wrapper h3.entry-title{
    margin-bottom:0 !important;
}
.news-update-wrapper .rt-detail{
    padding: 5px!important;
}
.news-update-wrapper .rt-holder{
    box-shadow: none !important;
}
.rt-pagination .pagination-list>.active>a, .rt-pagination .pagination-list>.active>a:focus, .rt-pagination .pagination-list>.active>a:hover, .rt-pagination .pagination-list>.active>span, .rt-pagination .pagination-list>.active>span:focus, .rt-pagination .pagination-list>.active>span:hover, .rt-pagination .pagination-list>li>a:focus, .rt-pagination .pagination-list>li>a:hover, .rt-pagination .pagination-list>li>span:focus, .rt-pagination .pagination-list>li>span:hover{
    background-color: #307296;
    border-color: #307296;
}
.healthcare-template-default .entry-content > *,
.retailer-template-default .entry-content > *{
    max-width:1200px;
}
/* Related products - Up sell products */
.up-sells.upsells h2:first-child{
    width:300px;
}
.resources-btn-wrapper{
    display: flex;
    align-items: center !important;
}
.resources-btn-wrapper p{
    text-decoration: underline;
    padding-left: 10px;
}
.resources-btn-wrapper figure{
    margin:0;
}
.pwb-brand-description{
    display: none;
}
/* Blog posts */
.center-video{
    text-align: center;
}
.post-title{
    font-size: 40px;
}
.wp-block-uagb-social-share div:last-child{
    margin-right:0 !important;
}
.post-active .post-categories li a{
    color: #66B8D0 !important;
    font-size: 15px;
}
.blog-content .wp-block-cover{
    margin-bottom: 20px
}
.blog-category-listing{
    padding-top: 40px;
    box-shadow: inset 0 -3px 0 0 #dbeff4;
    padding-bottom:0;
}
.blog-category-listing .blog-category-listing__item{
    font-size: 15px;
    padding-bottom: 20px;
}
.blog-category-listing__item:last-child {
    padding-right: 0;
}
.block-quote{
    background: rgba(178, 204, 147, 0.07);
    padding: 5%;
    text-align: center;
    color: #0089AF;
    font-size: 27px;
    margin: 40px 0!important;
}
.valign-bottom{
    align-items: flex-end !important;
}
/* Amenda Platinum Landing Page */
.lang-btn-wrapper a{
    margin: 20px;
}
.page-id-8373 .wrapper,
.page-id-8484 .wrapper{
    min-height:70vh !important;
}
.instruction-section{
    align-items: center !important;
}
.instruction-section a.wp-block-button__link{
    background-color: #0089AF;
    padding: 10px 40px !important;
}
.instruction-section .instructionn-icon img{
    width: 90px;
}
.instruction-section p.blue{
    color: #008ab0;
}
.instruction-image{
    text-align: center;
}
.instruction-image img{
    max-width: 350px;
}
.keep-row{
    flex-wrap: nowrap !important;
}
.instruction-section p{
    margin-bottom: 10px!important;
}
.keep-row.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.icon-col{
    flex-basis: 70px !important;
}
.instruction-section .li-item:before{
    content: '\2b24';
    color: #008ab0;
    font-size: 5px;
    position: absolute;
    left: -15px;
}
.instruction-section .li-item{
    position: relative;
    margin-left:15px;
}
.instructionn-icon{
    margin-bottom:0 !important;
}
.keep-row .text-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.outline-blue a.wp-block-button__link{
    color: #0089AF;
    background: none;
    border: 2px solid #0089AF;
    position:relative;
    padding: 10px 60px 10px 40px !important;
}
.outline-blue a.wp-block-button__link:after{
    content: '';
    background-image: url(/wp-content/uploads/2022/05/MCP_Ameda_Platinum_Icons-Arrow.svg);
    width: 25px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    transform: rotate(180deg);
    position: absolute;
    margin-left: 10px;
}
.backBtn a.wp-block-button__link{
    color: #0089AF;
    background: none;
    position:relative;
    text-decoration: underline;
}
.btn-wrapper{
    display: flex;
}
.breadcrumb-wrapper{
    display: flex;
    justify-content: center;
    margin: 70px 0;
}
.breadcrumb-wrapper p.number{
    border: 2px solid rgba(133, 134, 138, .2);
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: rgba(133, 134, 138, .2);
    cursor: pointer;
}
.breadcrumb-wrapper p.number.passed{
    border: 2px solid #0089AF;
    color: #0089AF;
}
.breadcrumb-wrapper p.spacer{
    display: flex;
    width: 25px;
    height: 35px;
    justify-content: center;
    align-items: center;
    color: rgba(133, 134, 138, .2);
    position: relative;
}
.number.active-block{
    color:white !important;
    background:#0089AF;
}
.spacer:after{
    content: '\2501';
    width: 23px;
    position: absolute;
    font-size: 23px;
}
.spacer.passed:after{
    color:#0089AF;
}
.spacer.arrow:after{
    content: '';
    background-image: url(/wp-content/uploads/2022/05/MCP_Ameda_Platinum_Icons-Arrow.svg);
    width: 30px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    transform: rotate(180deg);
    position: absolute;
}
.page-id-8373 .wrapper,
.instruction-section{
    min-height:50vh;
}
.instruction-section{
    margin-top:100px;
}
@media(max-width:768px){
    .page-id-8373 .wrapper,
    .instruction-section{
        min-height:50vh;
    }
    .instruction-section{
        margin-top:100px;
    }
}
.text-center .wp-block-embed__wrapper{
    text-align: center;
}
.online-logos img{
    max-height: 80px;
    width: 120px;
    margin: 0 20px;
}
.online-logos .wp-block-column{
    display: flex;
    justify-content: center;
}
.display-list-style{
    padding-left: 15px;
}
.display-list-style li{
    list-style-type: disc;
}
/* Lp */
.myajoy-lp-hero .arrow{
    position: absolute;
    top: 30px;
    width: 180px;
    left: 80%;
    z-index: 2;
}
.myajoylp-section2 .card img{
    max-height: 45px;
}
.myajoylp-section2 .card{
    border: 2px solid #7070701A;
    border-radius:10px;
    padding: 20px;
}
.myajoylp-section2 .wp-block-columns{
    gap:1em;
}
.myajoylp-section2 h5{
    padding-bottom: 1em;
}
.learnmore-link{
    cursor: pointer;
    margin-top: 30px;
}
.learnmore-link a{
    color: #9bd1ca;
    text-decoration: underline;
    display: flex;
    justify-content: end;
    align-items: center;
}
.learnmore-link a:after{
    content:'';
    background-image: url(/wp-content/uploads/2022/12/MCP_Mya_Joy_Icons_More_Info.svg);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 7px;
}
.checkmarkbefore{
    transform: translateX(-40px);
}
.checkmarkbefore:before{
    content:'';
    background-image: url(/wp-content/uploads/2022/12/MCP_Mya_Joy_Icons_Checkmark.svg);
    display: inline-block;
    width: 27px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 13px;
}
.logo-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.logo-wrapper .logo img{
    border: 2px solid #008BB0;
    border-radius: 10px;
    padding: 15px 30px;
    max-height: 70px;
    width: auto;
}
.green-heart{
    position: absolute;
    left: -30px;
    bottom: 150px;
}
.battery-label{
    position: absolute;
    top: -10px;
    right: 0;
    max-width: 150px;
}

@media(max-width: 781px){
    .order1{
        order: -1 !important;
    }
    .myajoy-lp-hero .arrow{
        display: none;
    }
    .myajoy-lp-hero .left-img,
    .myajoy-lp-hero .green-heart{
        display: none;
    }
    .myajoy-lp-hero .right-img img{
        width: 100%;
    }
    .checkmarkbefore {
        transform:none;
    }
    .checkmarkbefore:before{
        margin-right: 7px;
    }
    .myajoy-section2 img{
        max-width: 200px;
    }
    .mobile-img img{
        max-width: 220px;
    }

}
/* HEALTHCARE PROFESSIONALS LP */
.full-height-img figure{
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.full-height-img img{
    height: 100%;
    max-width: fit-content;
}
.download-list-wrapper.product-resources{
    margin-bottom:0;
}
.download-list-wrapper.product-resources tbody tr:nth-child(odd) {
    background: none;
}
.download-list-wrapper.product-resources tbody td {
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #efefef;
    width: 100vw;
}
.download-list-wrapper.product-resources tbody td a::after {
    background-image: url(/wp-content/uploads/2023/01/MCP_Dashboard_Icons_Download.png);
}
.download-list-wrapper.product-resources tbody{
    display: flex;
    flex-direction: column;
}
.download-list-wrapper.product-resources .loadMoreBtn-label{
    color: #008AB0;
}
.product-resources-healthcare-lp .tab{
    margin-bottom: 0;
}
.video-row iframe{
    height: 160px;
}
/* TAB */
.tab-wrapper .single-tab{
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    border: 2px solid #008AB0;
    border-radius: 20px;
    padding: 1em 2em;
    margin-bottom: 1em;
}
.single-tab .tab-header{
    position: relative;
    cursor: pointer;
}
.single-tab .tab-header p{
    padding-top: 15px;
}
.single-tab .tab-title{
    display: flex;
    align-items: center;
}
.single-tab .tab-title .title{
    color: #008AB0;
    font-size: 1.3em;
    margin: 0;
}
.single-tab .tab-header figure{
    margin-bottom:0;
    margin-right:10px;
    width: 50px;
}
.single-tab .tab-header img{
    max-height: 40px;
}
.single-tab .tab-header i.chevron{
    position: absolute;
    right: 0;
}
.single-tab .tab-header .fa-chevron-down:before,
.single-tab .tab-header .fa-chevron-up:before{
    color: #008AB0;
    font-size: 1.5em;
}
.single-tab .tab-body img{
    max-height: 150px;
    width: auto;
}
.single-tab .tab-body figure{
    text-align: center;
}
.single-tab .tab-body p{
    color: #008ab0;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
}
.single-tab .tab-body a{
    color: #008ab0;
}
.single-tab .tab-body{
    display: none;
}
.expand-body{
    display: block !important;
}
/* End of Tab */
.resource-btn-wrapper{
    border-radius: 10px;
    padding: 1em;
    display: flex;
    align-items: center;
    margin-right: 1em !important;
}
.resource-btn-wrapper p{
    color: #0089AF;
}
.resource-btn-wrapper figure{
    width: 30px;
    margin: 0 20px 0 0;
}
.width-fit-content{
    width: fit-content;
}
.d-flex{
    display: flex;
}
.slick-next:before, .slick-prev:before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    border-right: 4px solid #0089AF;
    border-bottom: 4px solid #0089AF;
    border-radius: 3px;
}
.slick-next:before {
    transform: rotate(-45deg);
}
.slick-prev:before {
    transform: rotate(135deg);
}
.slick-prev {
    left: 0;
    z-index: 2;
}
.slick-next {
    right: 0;
}
.wp-block-cb-carousel .slick-slide {
    padding-left: 50px;
    padding-right: 50px;
}
/* Form */
.gform_wrapper input:not([type=submit]){
    background-color: #ffffff;
    color: #526364;
    border-style: none;
    border-color: #eeeeee;
    border-width: 1px;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}
.gform_wrapper select {
    background-color: #ffffff;
    border-style: none;
    border-color: #eeeeee;
    border-width: 1px;
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #777777;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
input.gform_button {
    color: #ffffff;
    background-color: #accd77;
    border-color: #accd77;
    border-style: solid;
    border-width: 1px;
    border-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.hidden_label .gfield_label{
    display: none;
}
.ginput_recaptcha{
    border-bottom: none !important;
}
/* Dimpleskin LP */
/* Ameda Pearl Lp */
.h-100{
    height: 100%;
}
.dimpleskin-hero{
    background-image: url(/wp-content/uploads/2022/12/MCP_Hero_21.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    min-height: 500px;
}
.amedapearl-hero{
    background-image: url(/wp-content/uploads/2022/12/MCP_Pearl_Hero.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    min-height: 500px;
}
.dimpleskin-hero .hide-large,
.amedapearl-hero .hide-large{
    display: none;
}
.green-outline-btn{
    color: #9BD1CA;
    border: 2px solid #9BD1CA;
    padding: 1em;
    width: fit-content;
    max-width: 300px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.green-filled-btn{
    color: white;
    background: #9BD1CA;
    border: 2px solid #9BD1CA;
    padding: 1em;
    width: fit-content;
    max-width: 250px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.green-btn-wrapper{
    display: flex;    
    justify-content: center;
    gap: 1em;
}
.bumbum-wrapper{
    padding: 1.5em;
    min-height: 280px;
    position: relative;
    max-width: 500px;
    margin-bottom: 3em !important;
}
.bumbum-wrapper p,
.bumbum-wrapper h3{
    max-width: 250px;
}
.bumbum-wrapper a{
    text-decoration: underline;
    font-size: .9em;
}
@media(max-width: 1360px){
    .bumbum-wrapper{
        max-width: 430px;
    }
}
@media(max-width: 1250px){
    .bumbum-container{
        flex-direction: column;
        gap: 0;
    }
}
@media(max-width: 600px){
    .bumbum-wrapper {
        max-width: 100%;
        width: 100%;
        min-height: auto !important;
        margin-bottom: 1.5em !important;
    }
    .bumbum-image {
        right: -10px !important;
        bottom: -60px;
        top: auto !important;
        width: 100px;
    }
    .bumbum-wrapper p, .bumbum-wrapper h3 {
        max-width: 100%;
    }
}
input[type="submit"]{
    cursor: pointer;
}
h2.gform_submission_error, .gform_validation_errors{
    display: none !important;
}
.gfield_description{
    margin-bottom:0 !important;
    font-size: .9em;
}
.form-on-purple input[type="submit"]:hover{
    color: white;
    background: #8ecec7;
}
.form-on-purple form .gform_body.gform-body .gfield > *{
    border: none;
}
.form-on-purple .validation_message{
    color: rgb(222 208 223) !important;
}
.text-white a{
    color: white
}
.text-blue a,
.text-blue{
    color: #008AB0;
}
.white-btn-blue-text a{
    color: #008AB0;
    background: white;
    border: none !important;
    font-size: .8em;
    width: max-content;
}
.bumbum-image{
    position: absolute;
    right: -150px;
    top: 0;
}
.video-center{
    text-align: center;
}
.pb-7{
    padding-bottom: 7em;
}
.dimpleskins-video-section{
    min-height: 450px;
}
.dimpleskins-video{
    margin-top: -250px;
    text-align: center;
}
.dimpleskins-video iframe,
.lp-video iframe{
    width: 100%;
    height: 500px;
}
@media(max-width: 820px){
    .dimpleskins-video iframe,
    .lp-video iframe{
        height: 300px;
    }
    .dimpleskins-video-section{
        min-height: 350px;
    }
    .dimpleskins-video{
        margin-top: -150px;
        text-align: center;
    }
}
.blue-btn a{
    color: white;
    background: #008AB0;
    border: none !important;
    font-size: 17px;
}
.pearl-row{
    gap: 4em;
}
.peal-block{
    margin-bottom: 0 !important;
}
.peal-block figure{
    height: 50px;
}
.peal-block img{
    height: 50px;
    max-width: 40px;
}
.pearl-info-section .tab-header{
    border-bottom: 2px solid #9BD1CA;
    padding: 20px 0;
}
.pearl-info-section .tab-header a{
    color: #008AB0;
    font-size: 1.1em;
    padding: 18px;
    cursor: pointer;
}
.pearl-info-section .tab-header a.active{
    font-family: "Gotham bold", sans-serif;
    border-bottom: 4px solid #008AB0;
}
.tab-body{
    margin-bottom: 0;
    padding: 40px 0;
}

@media(min-width: 1700px){
    .dimpleskin-hero,
    .amedapearl-hero{
        background-position: 85%;
    }
}
@media(min-width: 781px){
    .peal-block{
        margin-bottom: 40px !important;
    }
}
@media(max-width: 1400px){
    .dimpleskin-hero,
    .amedapearl-hero{
        min-height: 320px;
    }
    .pearl-row{
        gap: 1em;
    }
    .peal-block h4 {
        font-size: 20px;
    }
}

@media(max-width: 950px){
    .dimpleskin-hero,
    .amedapearl-hero{
        min-height: 250px;
    }
}
@media(max-width: 781px){
    .dimpleskin-hero .hide-large,
    .amedapearl-hero .hide-large{
        display: block;
    }
    .dimpleskin-hero,
    .amedapearl-hero{
        background-image: none;
    }
    .tab-header {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }
    .tab-header a {
        font-size: 1.2em;
        padding: 10px;
    }
    .tab-header a.active{
        border-bottom: 3px solid #008AB0;
        margin-bottom: -2px;
    }
    .tab-body td{
        min-width: 100px;
        padding: .2em;
        word-break: normal;
    }
    .pearl-info-section .tab-header{
        padding: 0;
    }
}
@media(max-width: 600px){
    .green-btn-wrapper {
        flex-direction: column;
        align-items: center;
    }
}
.gray-reg{
    color: #707070;
}
.vitamins-wrapper-lp{
    gap:0;
}
.vitamins-wrapper-lp .single-vitamin{
    padding: 20px 0;
}
.vitamins-wrapper-lp .vitamin-title{
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 1.1em;
}
.vitamins-wrapper-lp .vitamin-link a{
    color: white;
    font-size: .8em;
    text-decoration: underline;
}
.vitamins-more-info:not(:last-child){
    border-bottom: 1px solid #9BD1CA;
}
.vitamins-more-info p,
.vitamins-more-info h2{
    max-width: 400px;
    margin: 0 auto;
}
.vitamins-more-info h2{
    padding-bottom:30px;
}
.vitamins-more-info .wp-block-column{
    margin-bottom: 4em;
    margin-top: 4em;
}
.video-tab .inner{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.video-tab .inner iframe{
    height: 160px;
}
.video-tab .inner figure{
    width: 30%;
}
@media(max-width: 781px){
    .vitamins-wrapper-lp.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.single-vitamin{
        flex-basis: 33.3% !important;
        flex-grow: 0;
    }
    .vitamins-more-info .wp-block-column {
        margin-bottom: 1.5em;
        margin-top: 1.5em;
    }
    .vitamins-more-info{
        gap:0;
        border: none;
    }
    .video-tab .inner figure{
        width: 45%;
    }
}
@media(max-width: 600px){
    .vitamins-wrapper-lp.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.single-vitamin{
        flex-basis: 50% !important;
    }
    .video-tab .inner iframe{
        height: 140px;
    }
    .video-tab .inner figure{
        width: 100%;
    }
    .video-tab .inner{
        gap: 10px;
    }
    .tab-wrapper .single-tab{
        padding: 1em;
    }
    .single-tab .tab-header .fa-chevron-down:before, .single-tab .tab-header .fa-chevron-up:before {
        font-size: 1em;
    }
}
/* Midwife Lp */
.gap0{
    gap: 0;
}
.grid-block .text-block{
    padding: 5em;
}
.grid-block .text-block-wide{
    padding: 2em 5em;
}
.uagb-button__wrapper{
    white-space: nowrap;
}
.midwife-video-tab.video-tab .inner iframe {
    height: 200px;
}
.product-wrap {
    border: 2px solid #008AB0;
    border-radius: 20px;
    margin-bottom: 1em;
}
.product-wrap .inner-header{
    background: rgba(0, 138, 176, 0.1);
    border-radius: 20px 20px 0 0;
    padding: 1em 0;
}
.product-wrap .inner-header h4{
    color: #008AB0;
}

.midwife-products .inner-body .single-col figure{
    max-height: 200px;
}
.midwife-products .inner-body .single-col img{
    max-height: 150px;
    width: auto;
}
.midwife-products .inner-body .single-col a{
    text-decoration: underline;
    color: #008AB0;
}

.midwife-products .inner-body .single-col {
    padding: 0 1em;
}
.midwife-products .inner-body .single-col p{
    max-width: 400px;
}
@media(max-width: 1300px){
    .grid-block .text-block,
    .grid-block .text-block-wide{
        padding: 2em 1em;
    }
}
@media(max-width: 600px){
    .grid-block .text-block,
    .grid-block .text-block-wide{
        padding: 2em 0;
    }
    .midwife-products .inner-body .single-col p{
        display: none;
    }
}
/* SHOP */
.woocommerce .entry-summary .product_meta{
    display: none;
}
.woocommerce .entry-summary h4.product-title{
    color: #008ab0;
}
.woocommerce div.product form.cart .button {
    background: #ACCD77;
    border-radius: 25px;
}
.woocommerce .quantity .qty {
    height: 38px;
    width: 60px;
    border: 1px solid #8d8d8d;
    border-radius: 25px;
    margin-right: 20px;
}
.woocommerce .single-product .post-title{
    display: none;
}
.woocommerce ul.products li.product .price , .summary .price{
    text-align: center; 
}
.woocommerce .single-product h5 a{
    color: #ACCD77;
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
}
.woocommerce div.product form.cart .variations select {
    min-height: 35px;
    border-radius: 25px;
    margin-left: 10px;
    padding: 0 10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding-bottom: 15px;
    margin-top:0;
    margin-bottom: 10px;
    margin-left:0;
    margin-right:10px !important;
}

@media(min-width: 1024px){
    .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
        width: 31.8%;
    }
}

.woocommerce ul.products{
    display: flex;
    flex-wrap: wrap;
}
.woocommerce ul.products li.product .button {
    margin-top: 0.2em;
    color: #0089AF;
    background: none;
    border: 1px solid #0089AF;
    border-radius: 50px;
    padding: 0.5em 0.7em;
    font-size: .9em;
    width: fit-content;
    font-weight: 400;
}
.shop-top-section  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.single-cat-block{
    display: flex;
    background: rgba(102, 184, 208, .12);
    padding: 10px 2em;
    border-radius: 10px;
    font-size: .8em;
    align-items: center;
    flex-basis: auto !important;
    flex-grow: 0 !important;
    cursor: pointer;
}
.shop-top-section .single-cat-block figure{
    margin: 0 10px 0 0;
    max-width: 40px;
}
.shop-top-section .single-cat-block p{
    white-space: nowrap;
}
.shop-header-inons-container{
    flex-wrap: wrap !important;
    gap: 1em;
}
.single-product__info .single_add_to_cart_button{
    color: white !important;
    border: none !important;
    background: #B2CC93 !important;
    text-transform: uppercase;
    height: 38px;
}
.variations .value select{
    height: 38px;
}
.aws-container .aws-search-field{
    border: none;
}
.aws-container .aws-search-field::placeholder{
    color: #B2CC93;
    text-decoration: underline;
}
#payment.mcp-payment-wrapper, #payment.mcp-payment-wrapper div.payment_box, #payment.woocommerce-checkout-payment, #payment.woocommerce-checkout-payment div.payment_box {
    background: none;
}
#payment.mcp-payment-wrapper div.payment_box, #payment.woocommerce-checkout-payment div.payment_box{
    padding:0;
}
#payment.mcp-payment-wrapper ul.methods li, #payment.woocommerce-checkout-payment ul.methods li{
    list-style-type: none;
}
#payment.mcp-payment-wrapper ul.methods, #payment.woocommerce-checkout-payment ul.methods{
    border-bottom: none;
}
.woocommerce-checkout #payment.mcp-payment-wrapper div.payment_box::before, .woocommerce-checkout #payment.woocommerce-checkout-payment div.payment_box::before{
    content: none;
}
#wc-moneris-credit-card-checkout-form .content_panel{
    margin:0 !important;
}
#payment.mcp-payment-wrapper #wc-moneris-credit-card-form, #payment.woocommerce-checkout-payment #wc-moneris-credit-card-form{
    border: none;
}
body{
    background: none !important;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: inherit;
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.wpgs-for .slick-arrow::before, .wpgs-nav .slick-prev::before, .wpgs-nav .slick-next::before {
    color: #9c9c9c !important;
}
.flaticon-right-arrow:before {
    content: "\f054";
}
.flaticon-back:before {
    content: "\f053";
}
.related {
    margin-top: 4em;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-login-toggle .woocommerce-info{
    border: none;
    background-color: #E4F3F7;
}
.woocommerce-notices-wrapper .woocommerce-message{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-message::before {
    color: #0089AF;
    top: auto;
    font-size: 1.2em;
}
.woocommerce-message a{
    border-radius: 50px !important;
    padding: 0.5em 0.7em !important;
    color: white !important;
    background-color: #0089AF !important;
    font-weight: 400 !important;
    order: 2 !important;
}
@media(max-width: 820px){
    .shop-header-inons-container{
        flex-wrap: wrap !important;
        gap: .5em;
    }
    .shop-top-section .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.single-cat-block {
        padding: 10px 1.5em;
    }
}

.woocommerce-ordering {
    display: block;
}
.sorting-products form select {
    text-transform: capitalize;
}

.desktop-sorting-products{
    display: block;
    background: #b2cc9342;
    border-radius: 15px;
    padding: 1em 1em 2em 1em;
}
.invisible{
    display: none !important;
}
.category-ordering-form .accordion {
    background: none;
    color: #707070;
    font-weight: 600;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: .9em;
}
.category-ordering-form .accordion::after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f078";
    margin-left: 20px;
}
.category-ordering-form .accordion.active::after{
    content: "\f077";
}
.category-ordering-form .accordion:hover,
.product-list-items .product-single-item:hover{
    color: #979797;
}
.category-ordering-form .panel {
    padding: 0 18px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.category-ordering-form .panel.open{
    max-height: auto !important;
}
.category-ordering-form .panel.close{
    max-height: 0;
}
.product-single-item.active-item{
    text-decoration: underline;
}
.product-list-items .product-single-item{
    list-style-type: none;
    line-height: 2em !important;
}
.product-list-items{
    margin-left:0;
    font-size: 15px;
    cursor: pointer;
    width: max-content;
}
.woocommerce-custom-content-wrapper .mobile-sorting-products{
    display: none;
}
.woocommerce-custom-content-wrapper .desktop-sorting-products{
    display: block;
}
.woocommerce-custom-content-wrapper .woocommerce-ordering select.orderby{
    height: 30px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    padding: 5px 10px;
    color: #6d6e71;
}
@media(min-width: 600px){
    .woocommerce-custom-content-wrapper{
        display: flex;
        align-items: flex-start;
    }
}
@media(max-width: 600px){
    .shop-header-inons-container {
        flex-direction: column;
    }
    .shop-top-section .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.single-cat-block {
        background: none;
        padding: 0 ;
    }
    .shop-top-section .single-cat-block p{
        border-bottom: 1px solid rgba(102, 184, 208);
    }
    .shop-top-section .single-cat-block figure {
        max-width: 20px;
    }
    .woocommerce-custom-content-wrapper .mobile-sorting-products{
        display: flex;
    }
    .woocommerce-custom-content-wrapper .desktop-sorting-products{
        display: none;
    }
}

/* Checkout */
.wc-proceed-to-checkout .btn.btn-blue a{
    text-transform: initial !important;
}
.woocommerce form .form-row input{
    height: 30px;
    border-radius: 5px;
    border: 1px solid #c4c4c4;
    padding: 2px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}
#ship-to-different-address{
    width: 100%;
}
#ship-to-different-address-checkbox{
    width: auto;
}
#ship-to-different-address span{
    color: #008ab0;
    border-bottom: none;
}
.woocommerce table.shop_table td {
    border-bottom: none;
}
form label>* {
    border-bottom: none;
}
.woocommerce ul#shipping_method li label,
.woocommerce ul#shipping_method .amount{
    font-weight: 400;
}
.woocommerce-checkout form .col2-set {
    width: 40%;
    float: left;
    padding-right: 1.5vw;
}
.woocommerce-checkout form .col2-set .col-1, .woocommerce-checkout form .col2-set .col-2 {
    float: none;
    width: 100%;
}
.woocommerce-checkout form[name=checkout] {
    display: table;
    width: 100%;
}
.woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading {
    width: 60%;
    padding-left: 1.5vw;
    float: right;
    clear: right;
}
.woocommerce table thead {
    display: none;
}
.woocommerce form .form-row.place-order {
    height: auto;
}
.woocommerce table.shop_table tfoot td{
    width: 170px;
}
@media(max-width: 1100px){

    .woocommerce-checkout .woocommerce {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20%;
    }
}
@media(max-width: 820px){
    .woocommerce-checkout form .col2-set {
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading {
        width: 100%;
        padding-left: 0;
        float: none;
    }
}
.footer-sci{
    justify-content: start;
}
#policy-wrapper p.large-terq:before {
    content: '';
    background: url(/wp-content/uploads/2023/05/MCP_Privacy_Icon.png);
    position: absolute;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    left: 0;
    top: 3px;
}
#policy-wrapper p.large-terq {
    font-size: 24px !important;
    color: #008ab1 !important;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
    line-height: 30px !important;
}
@media( max-width: 600px){
    #policy-wrapper p.large-terq {
        font-size: 18px !important;
        line-height: 25px !important;
        padding-left: 25px;
    }
    #policy-wrapper p.large-terq:before {
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        top: 0;
    }
}
#thwmscf_wrapper .thwmscf-buttons input[type="button" i],
.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .woocommerce-mini-cart__buttons a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button{
    font-weight: inherit;
    background-color: #0089AF;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #0089AF;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    padding: 0.5em 1em;
    min-width: 100px;
    cursor: pointer;
}
#thwmscf_wrapper .thwmscf-buttons input[type="button" i].button-prev{
    background-color: white;
    border: 1px solid #0089AF;
    color: #0089AF;
}
#thwmscf_wrapper .thwmscf-buttons input[type="button" i]:disabled{
    display: none;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover{
    background-color: white;
    color: #0089AF;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]{
    color: inherit;
    background-color: #ebe9eb;
}
/* Footer */
.footer-wrapper{
    display: flex;
}
.footer-wrapper h5{
    color: #0089AF;
    margin-bottom: .8em;
    text-align: left;
}
.footer-wrapper p{
    white-space: nowrap;
}
.footer-wrapper a{
    color: #526364;
    font-weight: 300;
    font-size: .85em;
}
.footer-wrapper a:hover{
    color: #a7a7a7;
}
.footer-wrapper ul{
    display: flex;
    margin-left: 0;
}
.footer-wrapper ul li{
    list-style-type: none;
    padding-right: 0.3em;
}
.footer-wrapper .footer-inner{
    margin-bottom: 0;
    flex-wrap: nowrap !important;
}
@media(max-width: 1000px){
    .footer-wrapper{
        flex-direction: column;
        gap: 0;
    }
    .footer-social-wrapper{
        text-align: center;
    }
    .footer-wrapper ul {
        justify-content: center;
    }
    .footer-social-wrapper h5{
        text-align: center;
    }
}
@media (max-width: 781px){
    .footer-inner.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: fit-content!important;
    }
}
@media (max-width: 600px){
    .footer-wrapper .footer-inner {
        flex-direction: column !important;
        text-align: center;
        gap:.4em;
        margin-bottom: .4em;
    }
    .adjust-margin{
        margin-bottom: 0 !important;
    }
    .footer-links-wrapper.not-show{
        display: none;
    }
    .footer-wrapper h5.link{
        cursor: pointer;
        margin-bottom: 0;
        text-align: center;
    }
    .footer-wrapper h5.link::after{
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f078";
        margin-left: 10px;
    }
    .footer-wrapper h5.link.expanded::after{
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f077";
        margin-left: 10px;
    }
    .footer-links-wrapper{
        margin-bottom: 15px;
    }
}
.footer-top__middle, .footer-top__right{
    display: none !important;
}
.footer-top__left{
    width: 100% !important;
}
.menu-icon i{
    font-size: 18px;
}
.btn-header {
    min-width: auto !important;
    margin-left: 7%;
}

.btn-header.last-btn-header {
    margin-left: 10px !important;
}
.btn-header.blue-btn a{
    background-color: #0089af !important;
    border: 1px solid #0089af !important;
}
.btn-header.blue-btn:hover a {
    background-color: #fff !important;
    color: #0089af !important;

}
.top-menu-bar-wrapper{
    background: rgba(102, 184, 208, .17);
    height: 40px;
    display: flex;
    align-items: center;
}
.top-menu-bar {
    margin-top: 0;
}
.top-menu-bar .languages.list-unstyled .lang-item.current-lang{
    border: none;
    background: none;
}
.top-menu-bar .languages.list-unstyled .lang-item.current-lang a{
    color: #e5f3f7;
    line-height: 18px;
    background: #0089ae;
    padding: 4px !important;
}
.top-menu-bar .languages.list-unstyled .lang-item a{
    color: #0089ae;
}
.top-menu-bar .languages.list-unstyled .lang-item:hover{
    border: none;
}
.top-menu-bar .languages.list-unstyled .lang-item:hover a {
    color: #0089ae;
}
@media(max-width: 992px){
    .top-menu-bar-wrapper{
        display: none;
    }
}
.header-menu a.navbar-brand{
    padding: 10px 10px 10px 0 !important;
}
.single-product__navigation{
    display: none;
}
.anniversary-wrapper .anniversary-logo img{
    width: 350px !important;
    height: auto;
}
.slider-one.hero img{
    width: auto;
}
.slider-one.hero .wp-block-image img {
    object-fit: contain;
}
.product-image-slider img{
    max-width: 70%;
    margin: 0 auto !important;
}
.slider-one .slick-track, .slider-one .slick-list {
    background: none;
}
.home-slider-retail-text{
    position: absolute;
    bottom: 5%;
    right: 40%;
    color: white;
    background: #0089AF;
    border-radius: 80px;
    padding: 1em 2em;
    max-width: 350px;
    font-size: 14px !important;
    text-align: center;
    font-weight: 300;
    line-height: 18px !important;
}

@media(max-width: 1000px) and (min-width: 768px){
    .home-slider-retail-text{
        display: none !important;
    }
}
.section-side{
    padding-left: 50px !important;
    padding-right: 50px !important;
}
@media(max-width: 600px){
    .slider-one h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .section-side{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .slider-one.hero img {
        height: auto;
    }
    .slider-one.hero .slick-dots {
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
    }
    .home-slider-retail-text{
        bottom: 15%;
    }
    .anniversary-wrapper .anniversary-logo img{
        width: 250px !important;
    }
    .anniversary-logo{
        display: flex;
        justify-content: center;
    }
}
/* Video Library */
.single-video p{
    font-size: 14px;
}
.single-video .title{
    color: #0089AF;
    font-size: 16px;
}

.brand-video-wrapper .single-video iframe{
    height: 100%;
}
.single-video figure {
    margin: 2em 0 0;
}
.video-cat-title{
    color: #0089AF;
    font-size: 1.2em;
    margin-top: 1em;
    font-weight: 700;
}
.brand-video-wrapper{
    flex-direction: column;
}
.brand-video-wrapper .loadMoreBtn {
    color: #B2CC93;
    text-decoration: underline;
}
.single-cat-wrapper, .single-cat-wrapper .wp-block-columns{
    margin-bottom: 0;
}
.sidebar-videos{
    background: #b2cc9342;
    border-radius: 15px;
    padding: 2em;
}

.sidebar-videos p, .sidebar-videos li{
    font-size: 15px;
}
.sidebar-videos p strong{
    /*  font-family: montserrat, sans-serif; */
    font-size: 16px;
}
.single-cat-menu{
    margin-bottom:10px;
}
.main-cat{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.main-cat::after{
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.main-cat.up::after{
    content: "\f077";
}
.sub-cat li {
    list-style-type: none;
}
.sidebar-videos .video-menu-item:hover{
    text-decoration: underline;
    cursor: pointer;
}
.brand-header{
    border-top: 1px solid gray;
    padding-top: 20px;
}
.header-menu .vi-wcaio-menu-cart-icon{
    color: #0089ae;
    font-size: 20px;
}
.header-menu .vi-wcaio-menu-cart-nav-wrap {
    padding: 13px 10px 7px !important;
}
.header-menu__mobile ul li {
    list-style-type: none;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: 500;
}
.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .product_list_widget li img{
    position: relative;
}
.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .product_list_widget li a:not(.remove){
    display: flex;
    align-items: center;
}
button#place_order{
    display: none !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox span{
    margin-left: 20px;
}
.woocommerce-terms-and-conditions-wrapper input.woocommerce-form__input.woocommerce-form__input-checkbox,
.woocommerce form .form-row input[type="checkbox"]{
    position: absolute;
    left: 0;
    width: auto;
    margin-top: 3px !important;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox{
    position: relative;
}
#ship-to-different-address .woocommerce-form__label.woocommerce-form__label-for-checkbox span{
    margin-left: 0;
}
.woocommerce-terms-and-conditions {
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    background: white;
    max-height: 300px !important;
}
.woocommerce-MyAccount-content .dashboard-top .icon img{
    max-width: 50px;
}
.woocommerce-MyAccount-content .dashboard-top .icon span.notice{
    display: none;
}
.woocommerce-MyAccount-content .dashboard-top {
    margin-bottom: 30px;
}
.woocommerce-MyAccount-content .dashboard-top .icon{
    display: inline-block;
}
.single-post .post-categories{
    display: flex;
    gap: 1em;
}
/* Tenscare LP */
.blue-checkmark-before::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: #008AB0;
    margin-right: 10px;
    font-size: 1.1em;
}
.blue-checkmark{
    color: #008AB0;
    margin-right: 10px;
    font-size: 1.3em;
    margin-top: 5px;
}
.blue-outline-btn a{
    color: #008ab0 !important;
    font-size: 14px;
}
#sp-wp-tabs-wrapper_12560.sp-tab__lay-default > ul .sp-tab__nav-item .sp-tab__tab_title{
    font-weight: 400 !important;
}
.green-btn a{
    font-size: 13px;
    border: 1px solid #accd77;
    border-radius: 25px;
    color: #fff;
    background-color: #accd77;
}
.get-machine-wrapper .single-machine img{
    max-height: 220px;
}
.get-machine-wrapper .single-machine{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.get-machine-wrapper{
    border: 2px solid #008AB0;
    border-radius: 15px;
    padding-bottom: 2em;
}
.get-machine-wrapper .header-machine{
    background: #008ab01a;
    padding: 0.4em;
    border-radius: 15px;
    margin-top: 0;
    margin-bottom: 1em;
}
.shopping-logo img{
    border: 2px solid #8ECEC7;
    border-radius: 10px;
    padding: 20px;
    max-height: 80px;
    width: auto;
}
@media(max-width: 820px){
    .get-machine-wrapper .single-machine img{
        max-height: 130px;
    }
}
@media(max-width: 768px){
    .grid-block-tenscare .container{
        gap:0;
    }
}
.grid-block-tenscare .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.left{
    flex-basis: 35px !important;
    flex-grow:0 !important;
}
.grid-block-tenscare .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.right{
    flex-basis: fit-content !important;
}
.shopping-logo-wrapper{
    max-width: 400px;
    margin: 0 auto 30px;
}
.grid-block-tenscare .single-grid{
    flex-wrap: nowrap !important;
}
.slick-dots li button:before {
    font-size: 15px;
}
.white-sqr-btn a{
    background: none;
    border: 1px solid white;
    border-radius: 0;
    font-size: 16px;
    padding: 0.5em 1em;
}
.blue-fill-sqr-btn a{
    background: #008AB0;
    border: none;
    border-radius: 0;
    font-size: 16px;
    padding: 0.5em 1em;
}
.green-link a{
    color: #B3CC81;
    text-decoration: underline;
}
.sterifeed-lp-header-container{
    position: relative;
}
.sterifeed-lp-header-container .abs-img{
    position: absolute;
    right: -40px;
    top: 30px;
}
@media(max-width: 600px){
    .sterifeed-lp-header-container .abs-img{
        right: 0;
    }
    .support-video-featured iframe{
        height: 180px;
    }
    .support-video-featured-vimeo iframe{
        height: 210px;
    }
    .video-container-youtube iframe {
        height: 185px !important;
    }
    .post-purchase-thumbnail {
        width: 100px !important;
    }
}
.gap-0
{ gap:0;
}
.support-video iframe{
    height: 180px;
    /*  border-radius: 20px; */
}
.support-video div{
    padding-left: .2em;
    padding-right: .2em;
}

.support-video-featured iframe{
    width: 80%;
    /*  border-radius: 20px; */
    margin-bottom: 30px;
}
.support-video-featured-vimeo iframe{
    width: 63%;
    /*  border-radius: 20px; */
    margin-bottom: 30px;
}
.support-video figcaption {
    margin-bottom: 2em;
}
.post-purchase-header{
    gap:0;
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap !important;
    margin-bottom: 2em !important;

}
.post-purchase-header figure{
    margin-right: 1em;
}
@media(max-width: 782px){

    .hide-small{ 
        display: none !important;
    }
    .support-video{
        gap:0;
    }
    .support-video-featured iframe{
        width: 100%;
    }
    .support-video-featured-vimeo iframe{
        width: 100%;
    }
    .post-purchase-header h2{
        font-size: 17px;
        line-height: 20px;
    }
    .post-purchase-header img{
        height: 100px;
        width: auto !important;
        min-width: 50px;
    }
}
.video-container-youtube iframe{
    height: 182px;
    border-radius: 20px;
}
.video-container-youtube .inner{
    padding:0;
    gap: .2em;
}
.video-container-youtube .uagb-container-inner-blocks-wrap{
    justify-content: start !important;
}
@media(min-width: 600px){
    .video-container-youtube .inner{
        max-width: 48% !important;
    }
}
.store-link img{
    height: 50px;
}
.stores-link-wrapper{
    margin-bottom: 2em;
    border: 2px solid #B2CC93;
    border-radius: 15px;
    padding: 2em 1em;
}
.stores-logo-wrapper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 1em;
}
.stores-logo-wrapper .store-link{
    margin-right: 5px;
}
.stores-link-wrapper .divider{
    height: 2px;
    background: #B2CC93;
    margin-bottom: 7px;
}
.show-more-div{
    display: flex;
    justify-content: center;
    width: 100%;
}
@media (max-width: 600px) {
    .woocommerce .wt-related-products{
        overflow-x: hidden;
    }
    .woocommerce .wt-related-products ul.products li.product a img {
        max-width: 50vw !important;
    }
    .single-product__image img {
        width: 100%;
    }
    body {
        font-size: 16px;
    }
    .woocommerce-page .woocommerce-ordering {
        float: left;
    }
    .woocommerce-page .woocommerce-custom-content-wrapper .container{
        padding:0 !important;
    }
    .search-bar__search .search-btn__toggler {
        display: none;
    }

}
.shop-top-section{
    padding-bottom: 30px;
}
@media(max-width: 1024px){
    .woocommerce-page .woocommerce{
        padding: 0 20px;
    }
}
@media (max-width: 991px) {
    .top-menu-bar.mobile .search-btn img {
        display: none;
    }
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: .9em;
}
@media (max-width: 786px) {
    .woocommerce .products li.product {
        width: 50% !important;
    }
    .woocommerce .products{
        flex-direction: row !important;
    }

    .woocommerce .products.wt-related-products {
        flex-direction: column !important;
    }
}
.header-menu li.btn, h5.btn, p.btn {
    display: block;
}
h5.btn, p.btn {
    padding: 1em;
}
.single-brands-img img{
    height: auto;
}
.uagb-social-share__layout-horizontal .uagb-ss__wrapper{
    margin-left: 0 !important;
    margin-right: 12px!important;
}
.blog-category-listing__item:last-child::after{
    display: none;
}
.stores-logo-container img{
    width: 170px;
}

.stores-logo-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.stores-logo-container figure{
    margin: 10px 40px;
}
.slider-one.hero {
    background-color: transparent;
    margin-bottom: 40px;
}

.slider-one.hero .wp-block-image .alignright {
    margin: 0;
}

.slider-one.hero .slick-dots {
    bottom: -30px;
    left: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.slider-one.hero .slick-dots li {
    border: 2px solid #9da7a6;
}

.slider-one.hero .slick-dots li.slick-active {
    background-color: #9da7a6;
}

.slider-one.hero .slick-list .slide-logo {
    margin-bottom: 20px;
}

.slider-one.hero .wp-block-image img {
    -o-object-fit: cover;
    object-fit: cover;
}

.slider-one.hero .slide-text {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.slider-one.hero .slide-text .active-buttons.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:not(:first-child) {
    margin-left: 0!important;
}

.slider-one.hero .slide-text .active-buttons .wp-block-column {
    -ms-flex-preferred-size: 50%!important;
    flex-basis: 50%!important;
}

.slider-one.hero .slide-text .active-buttons h5.btn.reverse a {
    padding: 0;
}

.slider-one.hero .slide-image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.slick-dots li {
    width: 17px !important;
    height: 17px !important;
}
.slider-one .slick-track {
    background-color: #f7f7f7;
}
#product-6290 .entry-summary a.product_type_simple{
    display: none !important;
}
.product-line-btn{
    margin-top: 25px !important;
}
.page-id-13837 .main, .page-id-13701 .main{
    display: flex;
}
.rp-shortcode-wrapper{
    flex:1;
    background: #f7f7f7;
}
.rp-sidebar {
    height: 85vh !important;
    max-height: 85vh !important;
}
.rp-map {
    margin-bottom: 0 !important;
}
.rp-sidebar::-webkit-scrollbar-track {
    background: #f7f7f7 !important;
}
.location-website i{
    color: #2f7396;
    margin-right: 5px;
}
.location-phone i{

    margin-right: 5px;
}
@media (max-width: 767px) {
    .rp-sidebar {
        overflow-x: hidden;
    }
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button{
    font-weight: 500;
}
.single-product__info .cart button.single_add_to_cart_button{
    padding: .618em 1em;
}
img.attachment-shop_single{
    height: 400px;
}
.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .product_list_widget{
    display: flex !important;
    flex-direction: column;
    padding: 0 !important;
}
.woocommerce-mini-cart-item a{
    white-space: normal;
    text-transform: lowercase;
    padding: 0 !important;
    font-size: 14px !important;
}
.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .product_list_widget li img{
    position: relative !important;
    width: 45px !important;
    margin-right: 5px !important;
}
.add-to-card-wrapper button{
    color: #ffffff;
    font-size: 16px;
    background: #b3cc81;
    padding: 10px 20px;
    border-radius: 30px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}
.add-to-card-wrapper input{
    border-radius: 30px;
    border: 1px solid black;
    padding: 10px 0 10px 20px;
    width: 80px;
}
.cart-message p{
    margin-top: 1em;
    color: #df6e28;
}
.banner-right-wrapper .logo img{
    width: 200px;
    height: auto;
}
.banner-right-wrapper{
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: center;
}
.banner-right-wrapper .banner-heading{
    color: white;
}
.banner-right-wrapper .banner-flag{
    width: 50px !important;
    height: auto !important;
    margin-right: 5px;
    margin-bottom: 10px;
}
@media(max-width: 768px){
    .banner-right-wrapper {
        align-items: center;
        padding: 2em 0;
    }
}
.woocommerce #payment #place_order {
    display: inline-block !important;
    background: #2f7397;
}
#payment .wc_payment_methods, #payment .form-row.place-order{
    padding-left:0 !important;
    padding-right:0 !important;
}
#payment .payment_box.payment_method_stripe fieldset{
    border: none;
}
#payment .form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated{
    display: flex;
    gap: 20px;
}
.circle-arrow-link a::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    font-size: 14px;
}
.circle-arrow-link.white-button a::after {
    border: 1px solid #0089AF;
    color: #0089AF;
}
.circle-arrow-link.green-button a:hover::after {
    border: 1px solid #b3ce95;
    color: #b3ce95;
}
.circle-arrow-link.blue-button a:hover::after {
    border: 1px solid #0089AF;
    color: #0089AF;
}
.square-btn a{
    border-radius: 5px !important;
}
a:hover{
    opacity:.8 !important;
}
.blue-form form .gform_body.gform-body .gfield>* {
    border: none !important;
}
.blue-form .gform_wrapper input:not([type=submit]), .blue-form .gform_wrapper select, .blue-form .gform_wrapper textarea{
    border: 1px solid #0089AF !important;
    border-radius: 5px !important;
}
form .gform_body.gform-body .ginput_container .gfield_select {
    background-position: 98% 50%;
    background-size: 13px;
}
form .gform-footer{
    min-height: 60px;
}
.entry-content .gform_footer.top_label input[type=submit] {
    left:0;
    right: auto;
}
form .gform_body.gform-body .ginput_container textarea{
    margin-bottom: 0!important;
}
form .gform_body.gform-body textarea.medium{
    height: 100px;
}
body .gform_body .gf_left_half,
body .gform_body .gf_right_half {
    width: 48%;
    float: left;
    box-sizing: border-box;
    margin-right: 4%;
}

body .gform_body .gf_right_half {
    margin-right: 0;
}
@media(max-width: 600px){
    body .gform_body .gf_left_half,
    body .gform_body .gf_right_half {
        width: 100%;
    }
    body .gform_body .ginput_container{
        margin-bottom:0 !important;
    }
}
.info_video__post-title {
    text-transform: none;
    color: #0089AF;
    font-weight: 500;
}
.info-video-grid{
    max-width: 100%;
}
.info-video__post{
    max-width: 100% !important;
}
.info-video__post-video iframe{
    border-radius: 15px;
}
h5.btn a, p.btn a {
    padding: 7px 22px;
    min-width: 120px;
}
.navbar-brand img {
    max-width: 150px;
}
.page-template-download-page .download-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px 30px;
}
.page-template-download-page .download-list .download-list__item{
    flex-direction: column;
    background: #f2f9fb;
    border-radius: 15px;
    border: none;
    margin-bottom:0;
}
.page-template-download-page .download-list .download-list__item-text {
    margin-left: 0;
    flex-basis: auto !important;
    width: auto !important;
    padding: 2em;
}
.page-template-download-page .download-list .download-list__item img{
    border-radius: 15px;
    max-height: 200px;
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.page-template-download-page p.info-sheet-title{
    padding-bottom: 0;
}
.page-template-download-page p.info-sheet-title a{
    color: #0089af !important;
}
@media( max-width: 900px){
    .page-template-download-page .download-list{
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 767px) {
    .download-list__item-text {
        text-align: left;
    }
}
.blog-listing-section .inner{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.blog-listing-section .blog-tile h2 a {
    font-size: 17px;
    line-height: 0;
}
.blog-listing-section .blog-tile h2{
    line-height: .8em;
}
.blog-listing-section .blog-tile {
    border: none;
    background: #f2f9fb;
    border-radius: 15px;
    position: relative;
    height: 100%;
}
.blog-listing-section .blog-tile__category {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #0089AF;
    background: white;
    border-radius: 25px;
    padding: 3px 7px;
    font-size: 12px;
}
.blog-listing-section .blog-tile__thumbnail img {
    min-height: 200px;
    max-height: 250px;
    border-radius: 15px;
}
.blog-listing-section .blog-tile__content {
    padding: 20px 30px;
}
.blog-listing-section .blog-tile__body p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 990px) {
    .blog-listing-section .inner{
        grid-template-columns: repeat(1, 1fr);
    }
    .blog-listing-section .blog-tile__category {
        left: 20px;
        right: auto;
    }
    .blog-listing-section .blog-tile__thumbnail img {
        max-height: 100%;
    }
}
@media (max-width: 625px) {
    .blog-listing-section .blog-tile__category {
        right: 20px;
        left: auto;
    }
    .blog-listing-section .blog-tile__thumbnail img {
        max-height: 250px;
    }
    .blog-listing-section .blog-tile__content {
        padding: 20px 15px;
    }
}
.blog-category-listing__item a, .blog-category-listing__item {
    color: #0089af;
    font-weight: 500;
}
.blog-category-listing__item a:hover, .blog-category-listing__item.active a, .blog-category-listing__item.active span {
    font-weight: 500;
    transition: 0s;
}
.blog-category-listing .blog-category-listing__item:hover, .blog-category-listing__item.active{
    text-decoration: none;
    box-shadow: inset 0 -3px 0 0 #0089af;
    transition: box-shadow 0.2s;
}
.blog-category-listing__item:last-child:hover .blog-category-listing__more {
    z-index: 3;
}
.blog-listing-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.blog-category-listing__item .blog-category-listing__more-item{
    border-bottom: 1px solid #0089af36;
    padding: 2px 15px;
    background-color: #f2f9fb;
}
.blog-category-listing__item .blog-category-listing__more-item a{
    white-space: nowrap;
    font-weight: 300 !important;
    font-size: 15px;
    text-transform: capitalize;
}
.blog-category-listing__item .blog-category-listing__more{
    width: 180px;
}
.category .pagination, .blog .pagination {
    padding: 0;
}
@media (max-width: 1023px) {
    .blog-category-listing {
        display: none;
    }
    .blog-category-mobile {
        display: inline-flex;
        align-items: flex-start;
    }
    .blog-category-mobile-listing li{
        list-style: none;
        text-align: left;
    }
    .blog-category-mobile-listing {
        margin-left: 0;
    }
}


@media (min-width: 1024px) {
    .blog-category-mobile {
        display: none;
    }
    .blog-category-listing {
        display: inline-flex;
    }
}
.post-template-default.single.single-post .wp-block-cover img{
    border-radius: 15px;
}
.post-template-default.single.single-post .wp-block-cover{
    min-height: 300px;
}
.post-template-default.single .blog-content img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    height: 300px;
    max-height: 300px;
    margin-bottom: 20px;
}
@media(max-width: 768px){
    .post-template-default.single.single-post .wp-block-cover{
        min-height: 100px;
    }
    .blog-content img {
        height: 100px;
    }
}
@media (max-width: 767px) {
    .blog-content .single-product h2, .blog-content .single-product h1{
        font-size: 19px !important;
        line-height: 25px;
    }
    .blog-content .single-product h3{
        font-size: 18px;
        line-height: 24px;
    }
}
.download-list__item-text p {
    padding-bottom:0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.d-none{
    display: none !important;
}
.gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap: 0;
}
form .gform_body.gform-body .gfield>*{
    margin-bottom: 5px;
}
form .gform_body.gform-body .ginput_container input, form .gform_body.gform-body .ginput_container select, form .gform_body.gform-body .ginput_container textarea{
    padding: 12px;
}
.consumer .single-product .add-to-card-wrapper button,
.consumer .single-product .button a{
    color: #0089AF;
    background: none;
    padding: 7px 15px;
    border-radius: 30px;
    border: 1px solid #0089AF;
    font-size: 14px !important;
    text-transform: uppercase;
}
.consumer .single-product .add-to-card-wrapper{
    text-align: center;
}
.consumer .single-product .add-to-card-wrapper input {
    padding: 7px 0 7px 15px;
    width: 50px;
}
.consumer .single-product .landing-product-cart{
    height: auto;
    display: flex;
    align-items: end;
    justify-content: center;
}
.consumer .single-product .cart-message{
    text-align: center;
}
.consumer .single-product img{
    max-height: 250px;
    width: auto;
}
.blog-category-wrapper li[data-cat="blog"]{
    display: none;
}
.consumer .single-product figure{
    text-align: center;
}
.consumer .single-product p.title{
    max-width: 300px;
}
.custom-blog-section .uagb-post__title a{
    font-size: 17px;
    line-height: 0;
    color: #008ab0;
}
.consumer .single-product{
    padding: 30px 0;
    align-items: center;
}
.custom-blog-section .wp-block-button__link{
    font-weight: inherit;
    background-color: #accd77;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #accd77;
    border-radius: 25px;
    color: #fff;
    transition: .3s ease-in-out;
    text-align: center;
    padding: 7px 22px;
    min-width: 120px;
}
.custom-blog-section .uagb-post-grid .uagb-post__image img{
    border-radius: 10px;
    object-fit: cover;
}
.login-form-register{
    text-align: center;
    border: none !important;
    margin-top: 30px;
}
.login-form-lost-password{
    text-align: right;
    border: none !important;
    margin-top: 20px;
}
.login-form-register-link{
    text-align: center;
    border: none !important;
    margin-top: 20px;
}
.login-form-register a, .login-form-lost-password a, .login-form-register-link a{
    text-decoration: underline;
    color: inherit;
}
.clear-form input:not([type="submit"]),
.clear-form form .gform_body.gform-body .ginput_container textarea{
    background: none !important;
}
.clear-form form .gform_body.gform-body .ginput_container .gfield_select{
    background-color: transparent !important;
}
.cat-wrapper-main .title{
    margin-bottom: 20px;
}
.top-menu-bar.mobile-top-bar .btn-header-rent-pump{
    display: none;
}
.mobile-top-bar {
    justify-content: end;
}
.new-footer{
    padding-top: 40px !important;
}
@media (min-width: 767px) {
    .new-footer .footer-bottom {
        padding: 30px 0 !important;
    }
}

.brand-page-features .brand-wrapper {
    border-radius: 7px 0 7px 7px;
        padding: 3px;
}
.brand-page-features .brand-wrapper img{
        border-radius: 7px 0 0 7px;
}
.brand-page-features .inner-content{
    padding: 20px;
}
.mcp-product-guide-cta__icon { margin-right: 5px; vertical-align: middle; }
.mcp-product-guide-cta { margin-top: 1rem; }
.not-found { text-align: center; }
a.woocommerce-product-gallery__trigger { float: right; }
.single-product h1 { font-size: 24px; line-height: 32px; margin-bottom: .3em; }
body.product-guide-template-default h1 { font-size: 2em; line-height: 1.2em; }
.product_meta { display: none; }
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current { background: transparent; }
.header-menu { max-width: 1280px; justify-content: space-around; padding-right: 0; }
body.product-guide-template-default h2 { position: relative; padding-bottom: 20px; }
body.product-guide-template-default h2::after { content: ""; background-image: url('/wp-content/uploads/2024/06/MST_Post_Purchase.png'); margin: 10px auto 0; background-repeat: no-repeat; background-position: center; display: block; width: 200px; height: 22px; background-size: contain; }
:root :where(.wp-element-button, .wp-block-button__link) { 
    padding: 7px 22px;
    font-weight: 500;
    background-color: #accd77;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #accd77;
    border-radius: 25px;
    min-width: 120px;
    color: #fff;
    transition: .3s ease-in-out;
    text-align: center;
}
.wp-block-uagb-faq { max-width: 960px; margin: 0 auto; }
.uagb-faq-item {border-color:#ebf6f9 !important;}
.uagb-faq-questions {background:#ebf6f9;}
.uagb-faq-content {border:0;}
p.address {background:#ebf6f9; border-radius:1em; padding:2em 4em; }
@media (max-width:1024px) {
p.address {padding:1em; }
}
body.product-guide-template-default .mcp-resource-library {
    margin-bottom: 2rem;
}