body {
    background-color: #f4f6f9;
}

.intro_layers .nav-tabs a.nav-link {
    padding: 10px 30px;
}

.intro_layers .nav-tabs a.nav-link:not(.active) {
    color: #06182d
}

.intro_layers .tab-content {
    background: #ffed00;
    padding: 20px;
}

.intro_layers .tab-content h6 {
    color: #06182d;
}

#box_wrapper {
    height: 186px;
}

.soap-search {
    margin-top: 30px;
    margin-bottom: 100px;
}
.soap-search.soap-search-index {
    margin-bottom: 30px;
}

.featured-search {
    margin-bottom: 130px;
}
.featured-search a {
    font-weight: bold;
    color: #343a40;
}

.soap-search.soap-search-page {
    margin-top: 30px;
}

.soap-search.soap-search-results {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 30px;
    margin-top: 20px;
}

.soap-search div [class*="col-"] {
    padding-bottom: 20px;
}

.soap-search h6 {
    font-size: 15px;
    white-space: nowrap;
}

.soap-search .tab-pane {
    font-size: 14px;
}

.soap-search .select_container:before {
    top: 5px;
    right: 10px;
}

.soap-search select {
    height: 35px;
    padding-left: 15px;
    font-size: 14px;
}

.container.soap-search-results {
    padding-top: 30px;
}

.choose-us-section .plan-content {
    margin-top: -80px;
}

.columns-4 #products li.product img {
    max-width: 170px;
}

.columns-4 #products li.product h2 {
    font-size: 14px;
}

.product .quantity.single select {
    padding-right: 35px;
}

#customer_details p.form-row label {
    display: block;
}

.product-inner {
    position: relative;
}
.product-inner .label-container {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
.product-inner .label-container .label {
    display: block;
    margin: 5px;
    padding: 2px 5px;
    background: #ffed00;
    color: #666;
    border-radius: 5px;
    font-weight: bold;
    font-size: 10px;
}
.product-inner .label-container .label.season {
    background: none;
    text-align: right;
}
.product-inner .label-container .label.season img {
    width: 36px;
}

#order_review_heading {
  margin-bottom: -10px;
}

.woocommerce-pagination li.page-numbers.current a {
  background-color: #ffed00;
}

#widget_newsletter button::before {
  content: "\f1d8";
}

#rate a.selected::before {
    content: "\f005";
    color: #000;
}

.testimonials-section .quote-rate .rate {
    color: #ffe93f;
    font-weight: bold;
    font-size: 48px;
}

.wc_payment_method.payment_method_paypal label span {
    font-weight: bold;
    background-color: #ffed00;
}
