html {
    background-color: #1b365d;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

a[type=button] {
    -webkit-appearance: none;
}

h3 {
    color: #1b365d;
}

main.site-main {
    /*padding-left: 0.5rem;*/
    /*padding-right: 0.5rem;*/
    min-height: 250px;
}

input {
    /*border-style: solid;*/
}

.noBorder {
    border-width: 0 !important;
}

/* <img src="/wp-content/themes/ppo/images/dot.png"> */
.n2-ss-control-bullet {
    right: 27px !important;
    bottom: 26px !important;
}

.nextend-bullet-bar .n2-bullet {
    line-height: 0 !important;
}

#homePageTrustPilot {

}

#homePageTrustPilot .vc_column-inner {
}

#homePageTrustPilot .vc_column-inner .wpb_wrapper {
    display: flex;
    justify-content: center;
    background-color: #1b365d;
    color: white !important;
    border-radius: 5px;
    padding: 0 9%;
}

/* product page Reviews IO stars */
.reviewsIoStars {
    position: relative;
    height: 0.5rem;
}

.reviewsIoStars > div {
    position: absolute;
    height: 25px;
    top: -1.4rem;
}


.whyChooseUsWrapper {
    flex-shrink: 0;
    min-height: 50px;
}

/* product detail page layout with "why choose us" on the side */
.addToCartAndWhyChooseUs {
    display: flex;
    justify-content: space-between;
}

.shortDescriptionAndWhyChooseUs {
    display: flex;
    justify-content: space-between;
}

.shortDescriptionAndWhyChooseUs .woocommerce-product-details__short-description {
    padding-right: 20px;
}

.addToCartWrapper {
    width: 55%;
}

@media (max-width: 1024px) {
    .addToCartWrapper {
        width: 100%;
    }
}

.whyChooseUs {
    width: auto;
    padding-right: 25px;
    max-width: 100%;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .whyChooseUs {
        padding-right: 0;
    }
}

.whyChooseUs h3 {
    color: white !important;
    margin: 30px 0 18px;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .whyChooseUs h3 {
        margin: 20px 0 13px;
    }
}

.whyChooseUs .row {
    margin-bottom: 25px;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .whyChooseUs .row {
        margin-bottom: 10px;
    }
}

.whyChooseUs .icon {
    width: 32px;
    flex-shrink: 0;
}

.whyChooseUs .text {
    font-size: 13px;
    padding-left: 8px;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .whyChooseUs .text {
        font-size: 12px;
    }
}

.whyChooseUs .text span {
    font-size: 14px;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .whyChooseUs .text span {
        font-size: 12px;
    }
}

/* why choose us box on product page */

div.product .whyChooseUs {
    border: 1px solid #1b365d;
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 1280px) {
    div.product .whyChooseUs {
        padding-left: 16px;
        padding-right: 20px;
        padding-bottom: 5px;
    }
}

@media (max-width: 1024px) {
    div.product .whyChooseUs {
        display: none;
    }
}

div.product .whyChooseUs h3 {
    color: #1b365d !important;
}

/* reviews.io part of why-choose-us box */

.whyChooseUs .reviewsIo {
    max-width: 238px;
    min-height: 75px;
}

body.home .whyChooseUs .reviewsIo {
    position: relative;
    right: -11px;
}

div.product .whyChooseUs .reviewsIo {
    background-color: #1b365d !important;
    background-image: none !important;
    border-radius: 13px;
    padding: 13px;
}

div.product .whyChooseUs .reviewsIo .RatingBarWidget {
    --bar-bg-start-color: #1b365d !important;
    --bar-bg-end-color: #1b365d !important;
}


#homePageTrustPilot .vc_column-inner .wpb_wrapper,
#homePageTrustPilot .vc_column-inner .wpb_single_image,
#homePageTrustPilot .vc_column-inner .vc_single_image-wrapper {
    width: 100%;
    height: 100%;
}

#homePageTrustPilot .vc_single_image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1b365d;
    border-radius: 6px;
}

@media (max-width: 768px) {
    #homePageTrustPilot .vc_single_image-wrapper {
        margin-top: 20px;
    }

    #homePageTrustPilot .vc_column-inner {
        margin-bottom: 32px;
    }
}

@media (max-width: 1024px) {
    #homePageSlider,
    #homePageTrustPilot {
        width: 100%;
    }
}

/* Reviews IO in header */
.reviewsIoHeaderBar {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    background-color: #1b365d;
}

@media (min-width: 520px) {
    .reviewsIoHeaderBar {
        min-height: 33px;
    }
}


/* search form in header */
.headerSearchForm .aws-container {
    align-items: center;
    appearance: none;
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(43, 40, 109);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1.11111px;
    border-left-color: rgb(43, 40, 109);
    border-left-style: solid;
    border-left-width: 1.11111px;
    border-right-color: rgb(43, 40, 109);
    border-right-style: solid;
    border-right-width: 1.11111px;
    border-top-color: rgb(43, 40, 109);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 1.11111px;
    box-sizing: border-box;
    color: rgb(43, 40, 109);
    cursor: pointer;
    font-size: 14px;
    height: 55.9896px;
    line-height: 17px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-decoration-color: rgb(43, 40, 109);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-size-adjust: 100%;
    transition-duration: 0.15s;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.headerSearchForm .aws-container input[type=search] {
    border-width: 0;
    font-size: 1rem;
    font-family: Nunito, sans-serif;
}

.aws-search-result {
    font-size: 13px;
}

.aws-search-result .aws_result_image img {
    /*width: 75px;*/
}

/* search bar */
#searchBar {

}

@media (max-width: 768px) {
    #searchBarElementsWrapper {
        width: 280px;
    }

    #searchBarElementsWrapper h6 {
        font-size: 1rem;
        margin: 20px 0;
    }

    #searchBarElementsWrapper > div > div {
        margin-bottom: 18px;
    }

    #searchBarElementsWrapper > div > div {
        width: 80%;
    }
}

/* quantity selector on product detail page */
.quantitySelector {
    margin-bottom: 20px !important;
}

/* product flashes on product loop listings */
.productFlash {
    position: absolute;
    border-radius: 10px;
    padding: 5px 17px 4px 17px;
    font-size: 13px;
    line-height: 18px;
}

.productFlash.sale {
    background-color: #FFC629;
}

.productFlash.newProduct {
    background-color: #3C8430;
}

.productFlash.lowStock {
    background-color: #BC212D;
}

.productFlash:nth-child(2) {
    margin-top: 30px;
}

.productFlash:nth-child(3) {
    margin-top: 60px;
}

/* mega menu */
.mega-menu-description {
    display: none !important;
}

#mega-menu-wrap-menu-1 {
    border-radius: 6px 6px 0 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    width: 7.6925%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-last-child(2) {
    border-radius: 0 6px 0 0;
}

@media (max-width: 1024px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
        width: 100%;
        border: 1px solid white;
        border-width: 0 0 1px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-last-child(2),
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-last-child(3) {
        border-width: 0;
        border-radius: 0;
    }
}

/* 2nd level (big) ul */
ul#mega-menu-menu-1 > li > ul {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2) !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:before {
    height: 43px !important;
    background-size: 32px !important;
    background-position: 50% 0 !important;
    flex-grow: 0;
    width: 55px !important;
    margin-right: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    height: 109px;
    line-height: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 19px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link span {
    line-height: 1rem !important;
}

@media (max-width: 1024px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        flex-direction: row;
        height: 60px;
        padding-top: 8px;
    }
}

/* mega menu second-level items */
ul#mega-menu-menu-1 > li > ul > li > ul > li > ul {
    display: flex;
    flex-direction: row;
    margin: 15px 0 15px 15px !important;
}

ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li > ul {
    display: flex;
    flex-direction: column;
}

ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li {
    background-image: url(/wp-content/themes/ppo/images/one-light-grey-pixel.gif) !important;
    background-position: right !important;
    background-repeat: repeat-y !important;
    padding: 0 15px 0 0 !important;
    float: none !important;
}

ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li.noBackgroundImage {
    background-image: none !important;
}

ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li > a:before {
    border: 1px solid #D3D6E0;
    border-radius: 7px;
    flex-shrink: 0;
}


ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li > a.mega-menu-link {
    display: flex !important;
    text-transform: capitalize !important;
    margin-bottom: 10px !important;
}

ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li > a.mega-menu-link,
ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li > a.mega-menu-link span.mega-menu-title {
    line-height: 1.2rem !important;
    color: #1b365d !important;
    display: flex !important;
    align-items: self-start !important;
}

ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li > a.mega-menu-link:hover,
ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li > a.mega-menu-link span.mega-menu-title:hover {
    text-decoration: underline !important;
}

@media (max-width: 1280px) {
    ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li > a.mega-menu-link,
    ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li > a.mega-menu-link span.mega-menu-title {
        font-size: 12px !important;
        line-height: 15px !important;;
    }

    ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li > a.mega-menu-link:before {
        background-size: 44px 44px !important;
        width: 44px !important;
        height: 44px !important;
    }
}

@media (max-width: 1024px) {
    ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li > a.mega-menu-link,
    ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li > a.mega-menu-link span.mega-menu-title {
        font-size: 16px !important;
        line-height: 1.2rem !important;
        align-items: center !important;
    }

    ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li > a.mega-menu-link:before {
        background-size: 50px 50px !important;
        width: 50px !important;
        height: 50px !important;
    }
}

ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li > ul > li.mega-current-menu-item {
    background-image: none !important;
}

ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li > ul > li.mega-current-menu-item a.mega-menu-link {
    font-weight: bold !important;
    color: #3C8430 !important;
}

ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li > ul > li a.mega-menu-link:hover {
    font-weight: bold !important;
    color: #3C8430 !important;
}


ul#mega-menu-menu-1 > li > ul > li > ul > li > ul > li > ul > li > a.mega-menu-link {
    color: #333333 !important;
    line-height: 1.2 !important;
    margin-bottom: 7px !important;
}

@media (max-width: 1024px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        justify-content: normal;
    }
}


ul#mega-menu-menu-1 > li {
    background-position: bottom !important;
    background-repeat: repeat-x !important;
}

@media (min-width: 1023px) {
    ul#mega-menu-menu-1 > li.mega-current-menu-item,
    ul#mega-menu-menu-1 > li:hover {
        background-image: url(/wp-content/themes/ppo/images/mega-menu-current.gif) !important;
    }
}

ul#mega-menu-menu-1 > li:last-child {
    background-color: #BC212D !important;
}

ul#mega-menu-menu-1 > li:nth-last-child(2) {
    background-color: #3C8430 !important;
}

@media (max-width: 1023px) {
    ul#mega-menu-menu-1 > li:last-child {
        background-color: #3C8430 !important;
    }

    ul#mega-menu-menu-1 > li:nth-last-child(2) {
        background-color: #BC212D !important;
    }
}


ul#mega-menu-menu-1 > li:last-child:hover {
    /*background-image: none !important;*/
}

ul#mega-menu-menu-1 > li:nth-last-child(2):hover {
    /*background-image: none !important;*/
}

/* product detail page quantity selector */
/*.quantitySelector input[type="number"] {*/
/*    -webkit-appearance: textfield;*/
/*    -moz-appearance: textfield;*/
/*    appearance: textfield;*/
/*    width: 47px;*/
/*    text-align: center;*/
/*}*/

.quantitySelector input[type=number]::-webkit-inner-spin-button,
.quantitySelector input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.quantitySelector input[type="number"],
.quantitySelector div.minus,
.quantitySelector div.plus {
    border: 1px solid #D3D6E0;
    height: 40px;
    background-color: #F6F8FA;
    font-size: 16px;
    padding: 19px 8px;
    line-height: 0;
}

.quantitySelector div.minus {
    border-width: 1px 0 1px 1px;
    border-radius: 6px 0 0 6px;
    user-select: none;
}

.quantitySelector div.plus {
    border-width: 1px 1px 1px 0;
    border-radius: 0 6px 6px 0;
    user-select: none;
}

.quantitySelector div.minus:hover,
.quantitySelector div.plus:hover {
    background-color: white;
}

.woocommerce-variation.single_variation {
    margin-bottom: 20px;
}

/* add to basket button */
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    background-color: #3C8430 !important;
    color: white !important;
    padding: 15px 26px !important;
    border: 1px solid #3C8430 !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 13px !important;
}

/* product meta data */
.product_meta {
    display: none;
}

/* product-detail page product images */
.woocommerce-product-gallery .flex-viewport {
    border: 1px solid lightgrey;
    border-radius: 10px;
}

.woocommerce-product-gallery figure {
    margin: 0;
}

.woocommerce-product-gallery ol.flex-control-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-product-gallery ol.flex-control-nav li {
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin-bottom: 4%;
}


/* product detail page tabs */

@media (max-width: 770px) {
    .tabsAndTrustpilot {
        flex-direction: column;
        align-items: center;
    }
}

.woocommerce-tabs {
    margin-bottom: 30px;
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
}

@media (max-width: 770px) {
    .woocommerce-tabs ul.tabs {
        display: none;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    content: none !important;
}

.woocommerce-tabs ul.tabs li {
    border: 10px solid transparent !important;
    border-width: 10px 0 0 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    justify-content: center;
    text-align: center;
    display: flex !important;
    align-items: center;
    width: 33.3334%;
    height: 90px;
    background-color: transparent !important;
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    height: 100%;
    color: white !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.woocommerce-tabs ul.tabs li a:focus {
    background-color: #3f3d77;
    outline: none;
}

.woocommerce-tabs ul.tabs li img {
    position: absolute;
    bottom: -13px;
    display: none;
}

.woocommerce-tabs ul.tabs li.active {
    border-top-color: #FFC629 !important;
}

.woocommerce-tabs ul.tabs li.active img {
    display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    content: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    content: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    content: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    content: none !important;
}

.woocommerce-Tabs-panel {
    background-color: #D3D6E0;
    margin: 0 !important;
    padding: 10px 3% !important;
}

@media (max-width: 770px) {
    .woocommerce-Tabs-panel {
        display: block !important;
    }
}

.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel li {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #333333;
}

.woocommerce-Tabs-panel table {
    width: auto;
    border-spacing: 0;
    border-collapse: collapse;
}

.woocommerce-Tabs-panel table th,
.woocommerce-Tabs-panel table td {
    padding: 10px !important;
    text-align: left;
    font-size: 16px;
    line-height: inherit !important;
    border: 1px solid #1b365d !important;
    color: black;
}

@media (max-width: 420px) {
    .woocommerce-Tabs-panel table th,
    .woocommerce-Tabs-panel table td,
    .woocommerce-Tabs-panel p {
        font-size: 12px !important;
    }
}

.woocommerce-Tabs-panel table tr:nth-child(2n+1) {
    background-color: #eeeeee;
}

.woocommerce-Tabs-panel table tr:nth-child(2n+1) {
    /*background-color: #eeeeee;*/
}

.woocommerce-Tabs-panel table th {
    width: auto !important;
    background-color: #1b365d !important;
    line-height: inherit !important;
    color: white;
}

.woocommerce-Tabs-panel table td p {
    padding: 0 !important;
}

.woocommerce-Tabs-panel table td p:last-child {
    margin-bottom: 0;
}

section.related.products {
    margin-bottom: 40px;
}

section.related.products h3 {
    margin-bottom: 20px;
}

section.up-sells.products h3 {
    margin-bottom: 20px;
}

div.trustpilot {
    width: 25%;
}

@media (max-width: 770px) {
    div.trustpilot {
        width: auto;
    }
}

div.trustpilotHeader {
    display: flex;
    justify-content: center;
    position: relative;
    background-image: url(/wp-content/themes/ppo/images/trustpilot-logo.png), url(/wp-content/themes/ppo/images/trustpilot-logo-bg.png);
    background-repeat: no-repeat, repeat;
    background-position: 50% 50%;
    height: 90px;
}

.trustpilotHeader img {
    position: absolute;
    bottom: -10px;
    display: block;
}

.trustpilotBody .trustpilot-widget {
    margin-bottom: 20px;
    min-height: 100px;
}

.trustpilotBody .stars {
    margin: 0 0 -10px;
}

.trustpilotBody hr {
    margin-bottom: 13px;
}


.woocommerce-product-gallery__image > a {
    display: block;
    width: 100%;
    text-align: center;
}

/* archive page */
.woocommerce-products-header .term-description p:last-child {
    margin-bottom: 0;
}

.woocommerce-result-count {
    display: none;
}

/*.quantitySelector input[type="number"],*/
/*.quantitySelector div.minus,*/
/*.quantitySelector div.plus {*/
/*    border: 1px solid #D3D6E0;*/
/*    height: 40px;*/
/*    background-color: #F6F8FA;*/
/*    font-size: 16px;*/
/*    padding: 19px 8px;*/
/*    line-height: 0;*/

/*}*/

/* pagination */
.woocommerce-pagination {
    float: right;
}

.woocommerce-pagination li {
    display: inline;
    float: left;
    font-size: 1rem;
    border-style: solid;
    border-width: 1px 0 1px 1px !important;
    border-color: #D3D6E0;
    line-height: 1rem;
}

.woocommerce-pagination li a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 7px;
    color: #1b365d;
}

.woocommerce-pagination li a:hover {
    background-color: #D3D6E0;
}

.woocommerce-pagination li span {
    display: inline-block;
    text-decoration: none;
    background-color: #D3D6E0;
    color: #1b365d;
    padding: 10px 7px;
    cursor: default;
}

.woocommerce-pagination li:first-child {
    border-width: 1px 0 1px 1px !important;
    border-radius: 6px 0 0 6px;
}

.woocommerce-pagination li:last-child {
    border-width: 1px 1px 1px 1px !important;
    border-radius: 0 6px 6px 0;
}

.woocommerce-pagination li {
    background-color: white;
}

/* breadcrumb */
#breadcrumbWrapper {
    display: block;
}

@media (max-width: 1024px) {
    #breadcrumbWrapper {
        display: none;
    }
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
    font-size: 0.9rem;
}

/* "Hide Filters" button on mobile */
.hideFiltersButton .button {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .hideFiltersButton {
        display: none;
    }
}

.WOOF_Widget {
    display: none;
}

@media (min-width: 768px) {
    .WOOF_Widget {
        display: block !important;
    }
}

/* filter slider colours */
.irs-from, .irs-to, .irs-bar, .irs-slider.from, .irs-slider.to {
    background-color: #0000004d !important;
    background-image: none !important;
}

.irs-slider.from, .irs-slider.to {
    background: #999 !important;
    border-radius: 9rem;
}

/* woocommerce messages */

.woocommerce-message,
.woocommerce-info {
    background-color: #59a94b !important;
    clear: both;
    padding: 10px 15px;
    border-radius: 0.4rem;
    margin: 2.5rem 0 0 0;
    color: white;
}

.woocommerce-message:before,
.woocommerce-info:before {
    content: none;
}

.woocommerce-error {
    background-color: #bc212d !important;
    clear: both;
    padding: 10px 15px;
    border-radius: 0.4rem;
    margin: 2.5rem 0 0 0;
    color: white;
}

.woocommerce-error {
    background-color: #BC212D !important;
    clear: both;
    padding: 10px 15px;
    border-radius: 0.4rem;
    margin: 2.5rem 0 0 0;
    color: white;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: 0 !important;
}

.woocommerce-message:before,
.woocommerce-error:before {
    content: none;
}

.woocommerce-error li {
    list-style: none;
}

.woocommerce-message a,
.woocommerce-error a {
    color: white;
}

.wc-no-matching-variations.woocommerce-info {
    font-size: 1rem;
    background-color: white;
    color: white;
    margin-bottom: 2rem;
}

p.woocommerce-thankyou-order-received {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 2rem;
    color: black;
}

/* mobile logo */
.mobileLogo img {
    height: 73px;
    margin-bottom: -10px;
    margin-top: -4px;
}

/* mobile menu */
#mobileMenuButton {
    background-image: url(/wp-content/themes/ppo/images/mobile-menu-button-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50% 50%;
}

#mobileMenuButton.hover {
    background-image: url(/wp-content/themes/ppo/images/mobile-menu-button-bg-white.png);
    background-color: #1b365d;
}

li.mobileSearchBox {
    display: none;
    padding: 10px
}

.mobileSearchBox .aws-container {
    background-color: white;
    border-radius: 5px !important;
}

.mobileSearchBox .aws-container .aws-search-form .aws-wrapper,
.mobileSearchBox .aws-container .aws-search-form .aws-wrapper input[type=search] {
    border-radius: 5px !important;
    border-width: 0;
}

.aws-container .aws-search-form .aws-form-btn {
    background-color: transparent !important;
    border-width: 0;
}

@media (max-width: 1024px) {
    #mega-menu-wrap-menu-1,
    .mega-menu-toggle {
        height: 0 !important;
    }

    li.mobileSearchBox {
        display: block;
    }
}

.mega-menu-toggle {
    visibility: hidden;
}


/* cart button */
.cartButton {
    /*padding-left: 9px;*/
    /*padding-right: 9px;*/
}

.mobileNumCartItems {
    position: absolute;
    color: white;
    background-color: #BC212D;
    border-radius: 10px;
    top: 13px;
    right: 8px;
    font-size: 10px;
    padding: 2px 3px;
    line-height: 10px;
}

@media (min-width: 1024px) {
    .mobileNumCartItems {
        top: 13px;
        right: auto;
        left: 39px;
    }
}

/* footer */
.footnotes a,
.footnotes a:visited {
    color: white;
    text-decoration: none;
}

.footnotes a:hover {
    text-decoration: underline;
}

.footerLinks li {
    margin-bottom: 10px;
    font-size: 13px;
}

.footerLinks a {
    color: white;
    text-decoration: none;
}

.footerLinks a:hover {
    color: white;
    text-decoration: underline;
}

.socialLinks a,
.socialLinks a:visited {
    background-color: #3D398F;
    color: white;
}

.socialLinks a:hover {
    background-color: white;
    color: #3D398F;
}

#footerTopItems {
    overflow-x: hidden;
}

@media (max-width: 767px) {
    #footerTopItems {
        padding-left: 50%;
    }

    #footerTopItems > div {
        margin-left: -120px;
        width: 150%;
    }
}

#footerTopItems .reviewsIo {
    background-color: transparent !important;
    position: relative;
    top: -5px;
    left: -30px;
    max-width: 232px;
}

#footerTopItems .reviewsIo .RatingBarWidget {
    --bar-bg-start-color: transparent !important;
    --bar-bg-end-color: transparent !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #footerTopItems .reviewsIo {
        position: relative;
        top: -2px;
        left: 0px;
    }

    #footerTopItems .reviewsIo .R-TextBody {
        display: none;
    }
}

@media (max-width: 767px) {
    #footerTopItems .reviewsIo {
        position: static;
    }
}

/* 404 page */
.error-404 p {
    font-size: 1rem;
}

.error-404 input.aws-search-field {
    font-size: 0.8rem;
}

.woof_childs_list_opener span.woof_is_opened,
.woof_childs_list_opener span.woof_is_closed {
    background-size: auto !important;
    background-position: bottom !important;
}

.widget-woof h4 {
    position: relative;
    margin: 21px 0 0px;
    padding-right: 18px;
    cursor: pointer;
}

a.woof_front_toggle {
    position: absolute;
    top: 0%;
    right: 0;
}


/* contact page */
@media (max-width: 1024px) {
    .contactPageLeftSide {
        width: 100% !important;
    }

    .contactPageRightSideBox {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.contactFormLayout {
    display: flex;
    flex-wrap: wrap;
}

.contactFormLayout label {
    width: 50%;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    line-height: 1.7rem;
}

@media (max-width: 768px) {
    .contactFormLayout label {
        width: 100%;
    }
}

.contactFormLayout label:nth-of-type(5) {
    width: 100%;
}

.contactFormLayout label .wpcf7-form-control-wrap {
    width: 74%;
    padding-right: 2rem;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .contactFormLayout label .wpcf7-form-control-wrap {
        padding-right: 0;
    }
}

.contactFormLayout label:nth-of-type(5) .wpcf7-form-control-wrap {
    width: 87%;
    padding-right: 2rem;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .contactFormLayout label:nth-of-type(5) .wpcf7-form-control-wrap {
        width: 74%;
        padding-right: 0;
    }
}

span.mathcaptcha-0 span {
    display: none;
}

.contactFormLayout label input,
.contactFormLayout label textarea {
    width: 100%;
    padding: 5px 7px;
    background-color: #F6F8FA;
    border: 1px solid #D3D6E0;
    border-radius: 5px;
    font-size: 1rem;
}

.contactFormLayout label textarea {
    height: 125px;
    resize: vertical;
}

div.submitButtonWrapper {
    width: 100%;
    padding: 15px 0 50px 13%;
}

.contactFormLayout input[type=submit] {
    background-color: #3C8430 !important;
    color: white !important;
    padding: 15px 26px !important;
    border: 1px solid #3C8430 !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 13px !important;
}

.contactPageRightSideBox {
    margin-bottom: 80px;
    padding-right: 15px !important;
}

.contactPageRightSideBox .iconColumn {
    max-width: 67px;
}

.contactPageRightSideBox h3,
.contactPageRightSideBox h5,
.contactPageRightSideBox p,
.contactPageRightSideBox a {
    color: white !important;
}

.contactPageRightSideBox a {
    text-decoration: none;
}

.contactPageRightSideBox a:hover {
    text-decoration: underline;
}

.contactPageRightSideBox h5 {
    margin: 3px 0 0;
}

.contactPageRightSideBox p {
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin: 5px 0;
}

/* form messages and validation */
.contactFormLayout label input.wpcf7-not-valid {
    border: 1px solid #BC212D;
}

.wpcf7 form .wpcf7-response-output {
    border-width: 0;
    background-color: #3C8430;
    color: white;
    padding: 20px;
    border-radius: 5px;
    margin: 0 0 60px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background-color: #BC212D;
}

.wpcf7-not-valid-tip {
    color: #BC212D;
}

/* custom mailing bags page */
.customMailingBags input[type=text],
.customMailingBags input[type=tel],
.customMailingBags input[type=email],
.customMailingBags textarea,
.customMailingBags select {
    width: 100%;
    padding: 5px 7px;
    background-color: #F6F8FA;
    border: 1px solid #D3D6E0;
    border-radius: 5px;
    font-size: 1rem;
}

.customMailingBags input[type=submit] {
    background-color: #3C8430 !important;
    color: white !important;
    padding: 15px 26px !important;
    border: 1px solid #3C8430 !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 13px !important;
    float: right;
    margin-top: 9px;
}


/* home page featured content */
.homePageFeaturedHeading h3 {
    margin: -20px 0 20px 0 !important;
}

.featuredContent {
    background-size: contain;
    background-position: bottom center; /* default for low-stock one */
    background-repeat: no-repeat;
}

.featuredContent.text_top_image_bottom {
    background-position: bottom center;
}

@media (max-width: 768px) {
    .featuredContent.text_top_image_bottom {
        /*background-position: bottom right;*/
        background-position: 100% 29%;
        background-size: 62%;
    }
}

.featuredContent.text_bottom_image_top {
    background-position: top center;
}

@media (max-width: 768px) {
    .featuredContent.text_bottom_image_top {
        background-position: top right;
    }
}

.featuredContent.text_left_image_right {
    background-position: right center;
}

@media (max-width: 1279px) {
    .featuredContent.text_left_image_right {
        background-position: right bottom;
        background-size: 60%;
    }
}

.featuredContent.text_right_image_left {
    background-position: left center;
}

@media (max-width: 1279px) {
    .featuredContent.text_right_image_left {
        background-size: auto 100%;
        background-position: 90% 0;
    }
}

.flashAndTextContent {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.lowStock .flashAndTextContent {
    justify-content: space-between;
}

.flashAndTextContent h4 {
    line-height: 22px;
    margin: 15px 0;
}

.flashAndTextContent h5 {
    line-height: 22px;
    margin: 15px 0;
}

.flashAndTextContent.noFlash {
    justify-content: center;
}

.flashAndTextContent .productFlash {
    position: static;
}

.featuredContent.text_top_image_bottom .flashAndTextContent {
    flex-direction: column-reverse;
}

.featuredContent.text_right_image_left .flashAndTextContent {
    align-items: flex-end;
}

.featuredContent .textContent h1,
.featuredContent .textContent h2,
.featuredContent .textContent h3,
.featuredContent .textContent h4,
.featuredContent .textContent h5,
.featuredContent .textContent h6,
.featuredContent .textContent p {
    margin: 0;
}

.featuredContent.text_right_image_left .flashAndTextContent .textContent {
    width: 50%;
    text-align: right;
}

.featuredContent.text_left_image_right .flashAndTextContent .textContent {
    width: 50%;
    text-align: left;
}

@media (max-width: 1024px) {
    .featuredContent.text_right_image_left .flashAndTextContent .textContent,
    .featuredContent.text_left_image_right .flashAndTextContent .textContent {
        width: 75%;
    }
}

.vc_col-sm-3 .featuredContentWrapper {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .vc_col-sm-3 .featuredContentWrapper {
        margin-bottom: 30px;
    }
}

.vc_col-sm-3 .featuredContent {
    height: 300px;
}

.vc_col-sm-6 .featuredContent {
    height: 135px;
}

.vc_col-sm-6 .featuredContentWrapper {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .vc_col-sm-3 .featuredContent,
    .vc_col-sm-6 .featuredContent {
        height: 150px;
    }
}

.vc_col-sm-6 .featuredContentWrapper:nth-child(2) {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .vc_col-sm-6 .featuredContentWrapper:nth-child(2) {
        margin-bottom: 30px;
    }
}

.featuredContent.bg-ppo-blue-lighter .textContent,
.featuredContent.bg-ppo-blue-lighter .textContent * {
    color: #1b365d !important;
}

.featuredContent.bg-ppo-green-light .textContent,
.featuredContent.bg-ppo-green-light .textContent * {
    color: #3C8430 !important;
}

.featuredContent.bg-ppo-yellow-lighter .textContent,
.featuredContent.bg-ppo-yellow-lighter .textContent * {
    color: #FFC629 !important;
}

.featuredContent.bg-ppo-red-light .textContent,
.featuredContent.bg-ppo-red-light .textContent * {
    color: #BC212D !important;
}

span.shopNow {
    position: absolute;
    border-radius: 10px;
    padding: 12px 17px;
    font-size: 13px;
    color: white;
    line-height: 18px;
    background-color: #BC212D;
    bottom: 16px;
}

span.shopNow:hover {
    filter: brightness(85%);
}

@media (max-width: 768px) {
    .vc_col-sm-3 .featuredContentWrapper {
        margin-bottom: 30px;
    }

    span.shopNow {
        display: none;
    }
}

.categoryPageDescription {
    display: flex;
    align-items: start;
    border: 1px solid #D7D6FF;
}

@media (max-width: 550px) {
    .categoryPageDescription {
        flex-wrap: wrap;
    }
}

.categoryPageDescription img {
    width: 20%;
    height: auto;
    margin-right: 20px;
    min-width: 85px;
    flex-shrink: 0;
}

.categoryPageDescription .text {

}

.categoryPageDescriptionTitle {
    display: inline-block;
    color: white;
    background-color: #1b365d;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 13px 5px;
    line-height: 1;
    border-radius: 9px;
    margin-top: 0;
    margin-bottom: 13px;
}

.debugWindow {
    position: fixed;
    top: 50px;
    right: 0;
    border: 5px solid greenyellow;
    border-radius: 10px 0 0 10px;
    border-width: 5px 0 5px 5px;
    padding: 10px;
    background: white;
}

/* basket page and review-order page order summary table */
.cart_totals table.shop_table th:first-child,
#order_review table.shop_table th:first-child {
    width: 78% !important;
}

.cart_totals table.shop_table th.product-total,
.cart_totals table.shop_table td:nth-child(2),
#order_review table.shop_table th.product-total,
#order_review table.shop_table td:nth-child(2) {
    text-align: right;
}

.cart_totals table.shop_table th.product-total,
#order_review table.shop_table th.product-total {
    /*white-space:nowrap;*/
}

.cart_totals table.shop_table h6,
#order_review table.shop_table h6 {
    color: #4F5665;
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0 5px;
}

.cart_totals table.shop_table small.includes_tax,
#order_review table.shop_table small.includes_tax {
    display: block;
}


/* Order details page in my account */
p.order-again {
    margin: 0 20px 0 0;
}

/* Orders page in my account */
.woocommerce-orders-table__cell-order-actions {
    white-space: nowrap;
}

.categoryTabbedContent {
    clear: both;
    margin-bottom: 4rem;

    ul.tabbedSection {
        position: relative;
        z-index: 5;
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    ul.tabbedSection li {
        display: flex;
        background-color: transparent;
    }

    ul.tabbedSection li a {
        background-color: #1b365d;
        padding: 10px 20px 5px;
        border: solid #1b365d;
        border-width: 0 0 5px;
        color: white;
        cursor: pointer;
        text-decoration: none;
    }

    ul.tabbedSection li a:focus {
        outline: none;
    }

    ul.tabbedSection li a:focus-visible {
        outline: solid 2px deepskyblue;
    }


    ul.tabbedSection li:first-child a {
        border-top-left-radius: 5px;
    }

    ul.tabbedSection li:last-child a {
        border-top-right-radius: 5px;
    }

    ul.tabbedSection li.is-active a, ul.tabbedSection li:hover a {
        border-color: #ffc629;
    }

    @media (max-width: 1024px) {
        ul.tabbedSection {
            flex-direction: column;
        }

        ul.tabbedSection li {
            border: solid rgba(0, 0, 0, .1);
            border-width: 0 0 1px;
        }

        ul.tabbedSection li a {
            padding: 10px;
            border-radius: 0 !important;
            width: 100%;
            border-width: 0 0 0 10px;
        }
    }

    .tabs-content {
        position: relative;
        top: -1px;
        z-index: 3;
        border: 1px solid rgba(0, 0, 0, .1);
        border-radius: 0 0 5px 5px;
    }

    .tabs-panel {
        padding: 20px;
        display: none;
    }

    .tabs-panel.is-active {
        display: block;
    }
}