/*
Theme Name: 	Smartphonica
Theme URI: 		https://smartphonica.nl
Author: 		Pascal Dreissen
Author URI: 	https://pascal.dreissen.nl
Description:	Smartphonica
Template:		chucks
Version: 		1.0
*/


/* Theme customization starts here
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&family=Heebo:wght@900&family=Titillium+Web:wght@900&display=swap');

html,
body,
span,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
}

h1 {
    font-size: 32px;
    font-weight: bolder;
}

h3 {
    font-weight: bold;
    font-size: 20px;
}

:root {
    --sp-facet-header-size: 1rem;
    /*--sp-color-base: rgb(121 218 125);*/
    /*--sp-color-base: #008000;*/
    --sp-color-base: #0090e3;
    /*--sp-color-base: #285dab;*/
    --sp-color-font-base: white;
    --sp-color-green: rgb(0, 185, 0);
    --sp-color-dark-green: green;
    --sp-color-red: red;
    --sp-color-orange: rgb(255 120 53);
    --sp-color-yellow: rgb(206, 169, 3);
    --sp-color-white: white;
    --sp-color-black: black;
    --sp-color-gray: gray;
    --sp-color-lightgray: lightgray;
    --sp-color-darkred: darkred;
    --sp-color-button-background: #285dab;
    --sp-color-info-gray: #e2e2e2;
    --sp-background-gradient-green: linear-gradient(90deg, rgba(0,185,0,0) 0%, rgba(0,185,0,1) 50%, rgba(0,185,0,0) 100%);
}

:root {
    --sp-color-warning-red: var(--sp-color-red);
    --sp-color-warning-green: var(--sp-color-green);
    --sp-color-warning-yellow: var(--sp-color-yellow);
    --sp-color-warning-orange: var(--sp-color-orange);
    --sp-color-featured: #cc61121f;
    --sp-color-stars: rgb(255, 196, 0);
    --sp-color-review: rgb(1 185 2);
    --sp-color-we-deliver: rgb(0, 185, 0);
    --sp-color-highlight: var(--sp-color-we-deliver);
    --sp-color-info: #0090e3;
    --sp-icon-family: "FontAweSome";
}

:root {
    --xsmall: 575px;
    --medium: 767px;
    --large: 991px;
    --xlarge: 1199px;
    --xxlarge: 1399px;
}

a:hover {
    color: var(--sp-color-base);
}

table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    background: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.idea_box,
.ui-tabs,
.accordion .question,
.accordion .question.active .title,
.accordion .question .title:before,
.ui-tabs .ui-tabs-nav,
.ui-tabs .ui-tabs-nav li,
.tabs_vertical.ui-tabs .ui-tabs-panel,
table th,
table td,
.list_item .circle,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea,
.promo_box.has_border:after,
dl>dt,
dl>dd,
.article_box .desc_wrapper p,
a.icon_bar,
a.content_link,
.how_it_works .image,
.opening_hours,
.opening_hours .opening_hours_wrapper li,
.icon_box.has_border:after,
.chart_box:before,
.pricing-box,
.team_list .bq_wrapper,
.post-footer .post-links,
.format-link .post-title .icon-link,
.share_wrapper,
.post-header .title_wrapper,
.section-post-related .section-related-adjustment,
#comments> :first-child,
.mcb-sidebar,
.widget:after,
.fixed-nav .desc h6,
.portfolio_group.list .portfolio-item,
.portfolio_group .portfolio-item .desc .details-wrapper,
.Recent_posts ul li .desc h6,
.widget_recent_entries ul li a,
.woocommerce .widget_best_sellers li,
.woocommerce .widget_featured_products li,
.woocommerce .widget_recent_reviews li,
.woocommerce .widget_recent_products li,
.woocommerce .widget_recently_viewed_products li,
.woocommerce .widget_random_products li,
.woocommerce .widget_top_rated_products li,
.woocommerce .widget_onsale li,
.woocommerce .widget_layered_nav li,
.woocommerce .widget_shopping_cart ul.product_list_widget li,
.woocommerce .widget_products li,
.woocommerce .product .related.products,
.woocommerce .product .upsells.products,
.woocommerce .product div.entry-summary h1.product_title:after,
.woocommerce .quantity input.qty,
.header-stack #Top_bar .logo,
.offer_thumb .slider_pagination,
.offer_thumb .slider_pagination a,
.Latest_news ul li .desc_footer,
.Latest_news ul li .photo,
.offer_thumb.bottom .slider_pagination a,
.style-simple .faq .question,
.style-simple #Filters .filters_wrapper ul,
#edd_checkout_cart th,
#edd_checkout_cart td {
    border-color: var(--sp-color-white);
}

table th,
table td {
    padding: 10px;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
}

table tr:nth-child(2n) td {
    /*background: #00000008;*/
    background: unset;
}

.grecaptcha-badge {
    display: none !important;
}

.feature_list ul li .icon i {
    color: var(--sp-color-white) !important;
}

.woocommerce ul.products li.product .desc {
    background: unset !important;
    /*padding: 15px 20px;*/
    padding: unset;
    text-align: center !important;
}

li.product.featured {
    background-color: var(--sp-color-featured);
}

.notice,
div.error,
div.updated {
    display: none !important;
}

.feature_list[data-col="4"] ul li {
    width: 24%;
    background: var(--sp-color-black);
    margin: 5px;
    border-radius: 15px;
}

.feature_list ul li {
    padding: 5px;
}

blockquote {
    font-size: 17px;
    line-height: 31px;
    display: block;
    height: auto;
    margin: 0 0 35px 25px;
    top: 15px;
    position: relative;
    background: none !important;
}

#Content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.widget {
    padding-bottom: 0px;
    margin-top: 0px;
    position: relative;
}

.widget-area {
    margin-top: 30px;
}

.desc {
    height: 200px;
}

.desc h6 {
    font-weight: 500;
    margin-bottom: unset;
    padding-left: 5px;
    padding-right: 5px;
}

.review {
    text-align: center;
}

.extra_info {
    font-size: 0.6em;
    text-align: left;
    margin-top: 15px;
    text-decoration: underline;
    text-decoration-style: dotted;
    color: var(--sp-color-gray);
    cursor: help;
    text-align: center;
    line-height: 15px;
}

.stars,
.sp_rating_stars {
    color: var(--sp-color-stars);
    display: inline;
    font-size: 10px;
}

.review_text {
    display: inline;
    font-size: 10px;
    /*margin-left: 5px;*/
    color: var(--sp-color-review);
}

a.review_text,
a.review_text:link {
    color: var(--sp-color-review);
}

.price_wrapper {
    bottom: 0px;
    position: absolute;
    margin-bottom: 10px;
    width: 100%;
}

.sp_price_wrapper {
    text-align: left;
    margin-top: 10px;
    color: var(--sp-color-black);
    font-weight: 700;
    position: relative;
    margin-left: 10px;
}

del .amount {
    color: var(--sp-color-lightgray) !important;
}

.stock_notification {
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    margin-top: -10px;
}

.stock_notification .stock_green {
    color: var(--sp-color-warning-green);
}

.stock_notification .stock_yellow {
    color: var(--sp-color-warning-yellow);
}

.stock_notification .stock_orange {
    color: var(--sp-color-warning-orange);
}

.stock_notification .stock_red {
    color: var(--sp-color-warning-red);
}

.add_to_cart {
    background: var(--sp-color-green);
    color: var(--sp-color-white);
    font-size: 15px;
    padding: 13px;
    width: 55px;
    border-radius: 5px;
    margin-left: auto;
    position: absolute;
    height: 50px;
    bottom: 0;
    right: 0;
    text-align: center;
    margin-right: 10px;
}

.add_to_cart a {
    color: white;
}

.products .product {
    margin-bottom: 30px !important;
}

.woocommerce div.product {
    padding: 20px;
}

.product {
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-color: transparent;
    transition: box-shadow 400ms ease-out;
    -moz-transition: box-shadow 400ms ease-out;
    -webkit-transition: box-shadow 400ms ease-out;
    -o-transition: box-shadow 400ms ease-out;
    padding-bottom: 10px;
}

.archive .product:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-color: transparent;
    transition: box-shadow 400ms ease-out, transform 400ms ease-out;
    -moz-transition: box-shadow 400ms ease-out, transform 400ms ease-out;
    -webkit-transition: box-shadow 400ms ease-out, transform 400ms ease-out;
    -o-transition: box-shadow 400ms ease-out, transform 400ms ease-out;
    padding-bottom: 10px;
}

.archive .product:hover {
    transform: scale(1.01);
}

.image_wrapper {
    padding: 10px;
}

.star-rating {
    display: none !important;
}

@media only screen and (max-width: 479px) {
    .woocommerce ul.products.col-4 li.product {
        width: 100% !important;
        margin-right: 10px !important;
    }

    .overflow {
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 18px;
    }

    .overflow_text {
        /*white-space: nowrap;*/
        display: block;
        line-height: 14px;
    }

    .add_to_cart {
        outline: unset;
    }

    .footer-bar .we_deliver {
        font-size: 8px;
    }
}

.social_media,
.payment_providers {
    font-size: 30px;
}

.payment_providers {
    font-size: 40px;
}

.active_categories {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.active_categories .active_item {
    flex-basis: 32%;
    border: 1px solid #000;
    display: inline-block;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-color: transparent;
    transition: box-shadow 400ms ease-out, transform 400ms ease-out;
    -moz-transition: box-shadow 400ms ease-out, transform 400ms ease-out;
    -webkit-transition: box-shadow 400ms ease-out, transform 400ms ease-out;
    -o-transition: box-shadow 400ms ease-out, transform 400ms ease-out;
    flex-grow: 1;
    text-decoration: none;
    min-height: 150px;
    overflow: hidden;
    border-radius: 20px;
    background-color: var(--sp-color-white);
}

.active_categories .active_item:hover {
    color: unset;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.active_categories .active_image {
    width: 44%;
    display: inline-block;
    text-align: right;
    overflow: hidden;
    height: 100%;
    position: relative;
    margin-bottom: -150px;
}

.active_categories .active_image img {
    max-height: 170px;
}

.active_categories .active_content {
    width: 56%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    position: relative;
    height: 100%;
    z-index: 1;
}

.active_categories .active_name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2vw;
    font-family: "Source Sans Pro", sans-serif;
}

@media only screen and (max-width: 840px) {
    .active_categories .active_name {
        font-size: 4vw;
    }

    .active_categories .active_item {
        flex-basis: unset;
    }
}

.active_categories .active_description {
    font-size: 0.7em;
    line-height: 15px;
    margin-top: 3px;
}

.active_categories .active_link {
    text-transform: uppercase;
    background: var(--sp-color-base);
    width: 100px;
    height: 30px;
    padding: 2px;
    text-align: center;
    border-radius: 3px;
    color: var(--sp-color-white);
    font-weight: bold;
    bottom: 0px;
    position: absolute;
    margin-bottom: 10px;
}

.active_categories .active_link:hover {
    background: var(--sp-color-gray);
}

.active_categories .active_link:hover {
    text-decoration: none;
}

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

#Footer {
    margin-top: 50px;
}

#Footer .widget_mfn_menu ul li a:hover {
    background: unset !important;
    text-decoration: underline;
}

.sp_account a span:before {
    font-family: "Font Awesome 6 Free";
    content: "\f007";
    color: var(--sp-color-black);
    margin-right: 10px;
}

.menuo-arrows #Top_bar .menu>li.submenu>a>span:not(.description)::after {
    border-top-color: black;
}

.sp_account.loggedout a span:before {
    font-family: var(--sp-icon-family);
    content: "\f506";
    color: var(--sp-color-black);
    margin-right: 10px;
}

.sp_account.loggedout .sub-menu span:before {
    color: var(--sp-color-black);
}

@media only screen and (max-width: 1239px) {
    .sp_account a span:before {
        color: var(--sp-color-base);
    }
}

@media only screen and (max-width: 740px) {
    .we_deliver {
        flex-wrap: wrap;
        justify-content: center !important;
    }
}

@media only screen and (min-width: 768px) {
    .facetwp-mobile-filter {
        display: none;
    }

    .facetwp-color {
        margin: 0 6px 6px 0 !important;
        width: 20px !important;
        height: 20px !important;
    }

    .facetwp-facet {
        margin-bottom: 0px !important;
    }
}

[slide-in-from] {
    opacity: 0;
    transform: translateY(var(--translateY, 0)) translateX(var(--translateX, 0));
    animation: slideInFrom var(--sif-duration, 500ms) var(--sif-timing, ease-out) var(--sif-delay, 0ms) forwards;
}

[slide-in-from ^="top"] {
    --translateY: -100%
}

[slide-in-from ^="bottom"] {
    --translateY: 100%
}

[slide-in-from $="left"] {
    --translateX: -100%
}

[slide-in-from $="right"] {
    --translateX: 100%
}

@keyframes slideInFrom {
    to {
        transform: unset;
        opacity: unset
    }
}

div.facetwp-color:after {
    padding: 2px;
    display: none;
    position: relative;
    top: -20px;
    right: -30px;
    width: 150px;
    text-align: center;
    background-color: var(--sp-color-base);
    border: 1px solid var(--sp-color-gray);
    border-radius: 2px;
}

div.facetwp-color:hover:after {
    display: block;
    color: var(--sp-color-white);
    position: absolute;
}

div.facetwp-color:after {
    content: attr(data-value);
}

h2.woocommerce-loop-category__title {
    font-size: 1em !important;
    text-align: center;
    background: var(--sp-color-darkred);
    color: var(--sp-color-white);
}

h2.woocommerce-loop-category__title mark {
    display: none;
}

.facetwp-selections ul li {
    background: var(--sp-color-red);
    padding: 5px;
    border-radius: 5px;
    color: var(--sp-color-white);
    margin-bottom: 2px;
    margin-right: 2px;
}

span.facetwp-selection-label {
    font-weight: bold;
    background: rgb(0 0 0 / 50%);
    border-radius: 5px;
    padding: 3px;
}

.facetwp-selections .facetwp-selection-value {
    line-height: 20px;
}

#Subheader .title {
    display: none;
}

.single-post #Subheader h1 {
    display: block !important;
}

.author,
.date .label {
    display: none;
}

.column_blog_teaser {
    margin-top: 20px;
}

.photo-wrapper.scale-with-grid {
    max-width: 350px;
}

#Subheader ul.breadcrumbs {
    width: unset;
    float: unset;
    text-align: unset;
}

span.woocommerce-Price-amount.amount {
    color: var(--sp-color-black);
}

.we_deliver {
    display: flex;
    justify-content: space-between;
    color: var(--sp-color-black);
    font-weight: bold;
}

.deliver_item {
    margin-right: 5px;
    color: var(--sp-color-gray);
}

.woocommerce-content .deliver_item {
    font-size: 12px;
}

.we_deliver_container {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.we_deliver i.fa-solid.fa-circle-check {
    color: var(--sp-color-we-deliver);
}

.we_deliver i.fa-solid.fa-clock {
    color: rgb(255 120 53);
}

span.we_deliver_highlight {
    color: var(--sp-color-highlight);
}

p.stars {
    font-size: 18px;
}

#respond .comment-reply-title {
    font-size: 15px;
    font-weight: bold;
    color: var(--sp-color-darkred);
}

.column,
.columns {
    margin: 0 1% 0;
}

.alert_success .alert_icon {
    background: var(--sp-color-warning-green);
}

.alert_success {
    background: var(--sp-color-warning-green);
    color: #fff;
}

.footer-bar-message {
    text-align: center;
}

.footer-bar-message.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.009);
    }

    100% {
        transform: scale(1);
    }
}

.footer-bar {
    background: var(--sp-color-base);
    color: #fff;
    width: 100%;
    display: block;
    bottom: 0px;
    position: fixed;
    padding: 15px;
    z-index: 99999;
    box-shadow: 0px 0px 15px 1px #000;
    height: 40px;
    transition: bottom 3s;
}

.footer-bar.hidden {
    /*display: none !important;*/
    bottom: -75px;
}

.footer-bar .we_deliver {
    color: #fff;
}

.footer-bar .we_deliver_container {
    width: 80%;
}

.footer-bar span.we_deliver_highlight {
    color: var(--sp-color-white);
}

.footer-bar .deliver_item {
    color: #b0b0b0;
}

.cart_content {
    margin-right: 10px;
    color: #fff;
    font-size: 30px;
    width: 40px;
    height: 40px;
}

.cart_content i.fa-solid.fa-cart-shopping {
    position: relative;
}

span.cart_count {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 15px;
    color: #000;
    font-size: 12px;
    margin-top: 3px;
    display: block;
}

.button-default .button,
.button-flat .button,
.button-round .button {
    background-color: #79da7d;
    color: #ffffff;
}

.wcb-coupon-box-small-icon-position-bottom-right {
    left: 20px;
    right: unset;
}

@media only screen and (max-width: 768px) {
    .wcb-coupon-box-small-icon-position-bottom-right {
        top: 20px;
        left: 50%;
        bottom: unset;
    }
}

.wcb-coupon-box-small-icon-hide-right {
    right: unset !important;
}

.facetwp-page.prev,
.facetwp-page.next {
    white-space: nowrap;
}

.facetwp-facet-page_numbers {
    margin-bottom: unset !important;
}

.facet-label[data-for="reset"] {
    display: none;
}

.facet-label {
    font-size: var(--sp-facet-header-size);
    font-weight: bold;
}

.sp_top_filters {
    display: flex;
    justify-items: center;
}

.woocommerce-result-count,
.woocommerce-result-per-page {
    flex: 50%;
    margin-top: 10px;
}

.woocommerce-shipping-totals .stock_item {
    margin-left: 15px;
}

.woocommerce-shipping-totals .stock_green {
    color: rgb(0, 185, 0);
}

.woocommerce-shipping-totals .stock_yellow {
    color: rgb(206, 169, 3);
}

.woocommerce-shipping-totals .stock_orange {
    color: rgb(255 120 53);
}

.woocommerce-shipping-totals .stock_red {
    color: red;
}

.accordion ul {
    line-height: 12px;
    list-style: none;
}

.accordion ul li:before,
.woocommerce-variation-description ul li:before {
    content: "\f058 ";
    color: green;
    font-family: "FontAwesome";
    margin-right: 5px;
}

.accordion ul {
    margin-left: 15px;
}

.accordion ul li {
    line-height: 20px;
}

.woocommerce-variation-description ul li:before {
    margin-left: 15px;
}

.shipping-calculator-button {
    padding: 10px;
    background: var(--sp-color-base);
    color: white;
    border-radius: 5px;
}

.shipping-calculator-button::after {
    color: white;
}

.shipping-calculator-button:hover {
    text-decoration: none;
    background-color: gray;
    color: black;
}

.found_address {
    background-color: green;
    color: white !important;
}

p.found_address input.input-text {
    background-color: green !important;
}

input:read-only {
    background: unset;
    border: unset;
    box-shadow: unset;
    color: black;
}

.found_adress input:read-only {
    color: white !important;
}

.feature_box {
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-color: transparent;
    transition: box-shadow 400ms ease-out;
    -moz-transition: box-shadow 400ms ease-out;
    -webkit-transition: box-shadow 400ms ease-out;
    -o-transition: box-shadow 400ms ease-out;
    margin-bottom: 20px;
}

.searching {
    /*background: rgb(255, 0, 0, 0.5);*/
    display: none !important;
}

.found_address .input-text {
    color: white !important;
}

.up-sells .products {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.smartphonica_upsell_product,
.smartphonica_crosssell_product {
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-color: transparent;
    transition: box-shadow 400ms ease-out;
    -moz-transition: box-shadow 400ms ease-out;
    -webkit-transition: box-shadow 400ms ease-out;
    -o-transition: box-shadow 400ms ease-out;
    margin: 5px;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.smartphonica_upsell_product {
    width: calc(100%/7);
}

.smartphonica_crosssell_product {
    width: calc(100%/4);
    text-align: center;
}

.cart-collaterals h7 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.current_product {
    width: 20%;
    height: 100%;
    display: inline-flex;
}

.current_product_name {
    text-align: center;
    width: 100% !important;
    font-weight: bold;
}

@media only screen and (max-width: 959px) {
    .smartphonica_crosssell_product {
        width: 100%;
    }

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

    .current_product {
        width: unset;
        height: unset;
        display: inline-flex;
        margin-left: auto;
        margin-right: auto;
    }
}

.products_flex {
    display: flex;
    align-items: center;
}

.products_flex .add_to_cart {
    position: unset !important;
}

.crosssell_product_name {
    text-align: center;
    padding: 10px 10px 0px 10px;
    font-weight: bold;
    display: block;
}

.current_product::after {
    content: "\f055";
    width: auto;
    height: auto;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
    top: -50%;
    font-family: FontAwesome;
    font-size: 2em;
    color: orange;
}

.current_product_image {
    max-width: 40% !important;
}

.smartphonica_upsell_product:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-color: transparent;
    transition: box-shadow 400ms ease-out, transform 400ms ease-out;
    -moz-transition: box-shadow 400ms ease-out, transform 400ms ease-out;
    -webkit-transition: box-shadow 400ms ease-out, transform 400ms ease-out;
    -o-transition: box-shadow 400ms ease-out, transform 400ms ease-out;
    transform: scale(1.2);
}

@media only screen and (max-width: 479px) {
    .smartphonica_upsell_product {
        width: calc(100%/4);
    }
}

h7 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 20px;
    background: unset;
    width: 100%;
    text-align: center;
    color: var(--sp-color-black);
    padding: 5px;
    border-radius: 5px;
}

.shop_slider {
    display: none;
}

.smartphonica_reviews {
    margin-top: 20px;
}

.smartphonica_reviews ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    margin: 0;
}

.smartphonica_reviews h4,
h4.mb--0,
.smartphonica_h4 {
    text-align: center;
    width: 100%;
    /*background: var(--sp-color-info-gray);
    color: var(--sp-color-black);*/
    /*background: var(--sp-color-highlight);
    color: var(--sp-color-white);*/
    background: none;
    color: black;
    padding: 5px;
    border-radius: 5px;
    margin: 10px 0px 10px 0px;
    font-weight: bold;
    font-size: 16px;
}

.smartphonica_reviews ol li,
.smartphonica_reviews ol a {
    width: 32%;
    /*box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-color: transparent;
    transition: box-shadow 400ms ease-out;
    -moz-transition: box-shadow 400ms ease-out;
    -webkit-transition: box-shadow 400ms ease-out;
    -o-transition: box-shadow 400ms ease-out;*/
    display: flex;
    border-radius: 10px;
    border: 1px solid lightgray;
    margin: 5px 5px 10px 5px;
    background-color: var(--sp-color-white);
}

@media only screen and (max-width: 959px) {

    .smartphonica_reviews ol li,
    .smartphonica_reviews ol a {
        width: 100%;
    }
}

.smartphonica_reviews ol a:hover {
    text-decoration: none;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-color: transparent;
    transition: box-shadow 400ms ease-out;
    -moz-transition: box-shadow 400ms ease-out;
    -webkit-transition: box-shadow 400ms ease-out;
    -o-transition: box-shadow 400ms ease-out;
    color: black;
}

.friendly_rating {
    display: none;
}

time[itemprop="datePublished"] {
    display: none;
}

.sp_author_other {
    filter: blur(5px);
}

.review_product_container {
    width: 30%;
    display: flex;
    align-items: center;
}

.review_product_container img {
    padding: 5px;
}

.review_container {
    width: 70%;
    display: inline-block;
    background: var(--sp-color-white);
    padding: 9px;
}

p.stars.selected a {
    color: orange !important;
}

.smartphonica_reviews .description {
    font-style: italic;
    font-size: 0.8em;
}

.smartphonica_reviews .description:before,
.smartphonica_reviews .description:after {
    content: "\"";
}

.review-author {
    font-weight: bold;
    font-size: 1.1em;
}

#ship-to-different-address {
    font-size: 1.2em;
}

h1.product_title.entry-title {
    font-size: 1.3rem !important;
    font-weight: bold;
}

.shipping_image {
    height: 20px !important;
    width: auto;
    display: inline;
    vertical-align: middle;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-track-trace-column {
    text-align: center;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-track-trace-column .shipping_image {
    display: block !important;
}

.woocommerce-orders-table__header.woocommerce-orders-table__header-track-trace-column::before {
    content: "\f48b";
    font-family: FontAwesome;
    margin-right: 5px;
}


#searchform .field {
    width: 100%;
}

/*.home #searchform
{
    position: fixed;
    z-index: 21;
    bottom: 0;
    height: auto;
    margin-bottom: 80px;
    left: 25%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    right: 25%;
    box-shadow: 0px 0px 10px 0px black;
    max-height: 40px;
}*/
@media only screen and (min-width: 768px) {
    /*.home form#searchform.floating {
        position: fixed;
        bottom: 60px;
        right: 25%;
        left: 25%;
        box-shadow: 0px 0px 20px 0px black;
        height: 37px;
        z-index: 3;
    }*/
}

.relevanssi-live-search-results.relevanssi-live-search-results-showing {
    left: unset !important;
    top: unset !important;
    background-color: var(--sp-color-base);
}

.relevanssi-live-search-result p a {
    color: var(--sp-color-base);
}

.relevanssi-live-search-result a {
    text-overflow: unset;
}

.spinner>div>div {
    background: white !important;
}

.relevanssi-live-search-no-min-chars:after {
    color: white;
    font-weight: bold;
}

.relevanssi-live-search-result--focused {
    background: #0286d2
}

.relevanssi-live-search-result:hover {
    background: #0286d2
}

.sp_search_image {
    display: inline-block;
    background-color: gray;
}

.sp_search_title {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    color: var(--sp-color-font-base);
    font-size: 1.3em;
}

body.search-results .active_categories {
    display: none;
}

div.up-sells .add_to_cart_button {
    bottom: 0px;
    position: absolute;
    margin-bottom: 5px;
}

.loader,
.loader:before,
.loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #ffffff;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: rgb(121 218 125);
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.sp_check_positive {
    color: var(--sp-color-dark-green);
}

.sp_check_negative {
    color: lightgray;
}

.positives_negatives h6 {
    font-size: 15px;
    font-weight: bold;
}

.sp_check_positive,
.sp_check_negative {
    font-size: 15px;
    margin-right: 10px;
}

.positives_negatives {
    margin-bottom: 20px;
}

.positive,
.negative {
    display: flex;
}

th.woocommerce-product-attributes-item__label::before {
    content: "\f05a";
    font-family: 'FontAwesome';
    color: var(--sp-color-info);
    margin-right: 10px;
}

.woocommerce table.shop_attributes td {
    font-style: unset;
}

.answer,
.accordion .question .answer {
    padding: unset;
}

.woocommerce-product-attributes-item__label {
    font-weight: unset !important;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes tr {
    border: unset;
    width: 50%;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th,
.woocommerce table.shop_attributes tr:nth-child(odd) td,
.woocommerce table.shop_attributes tr:nth-child(odd) th {
    background: unset;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: #f3f3f3;
}

img.avatar.photo {
    display: none !important;
}

.smartphonica_business_hours {
    max-width: 350px;
}

.smartphonica_business_hours_item {
    display: inline-flex;
    opacity: 0.3;
}

.day {
    width: 100px;
    text-align: right;
}

.status {
    width: 100%;
    margin-left: 10px;
}

.open {
    color: var(--sp-color-base);
}

.closed {
    color: var(--sp-color-red);
}

.current_day {
    font-weight: bold;
    opacity: 1;
}

.ordered_before {
    text-align: center;
    font-size: 10px;
    line-height: 5px;
}

.ordered_before::before {
    content: "(";
}

.ordered_before::after {
    content: ")";
}

/* SEO ENHANCEMENTS BEGIN */
.smartphonica_cat_h1 {
    font-size: 32px;
}

.tax-product-cat h1 {
    font-size: 32px !important;
}

.sp_seo_content_footer {
    margin-top: 30px;
}

@media only screen and (max-width: 479px) {
    .sp_seo_content_header {
        display: none;
    }

    .smartphonica_cat_h1 {
        font-size: 20px;
        text-align: center;
    }

    .tax-product_cat .we_deliver_container {
        display: none;
    }
}

/* SEO ENHANCEMENTS END */

/* REDESIGN */
.header-classic #Top_bar {
    /*background-color: var(--sp-color-gray);*/
    background: var(--sp-color-white);
    /*background: linear-gradient(90deg, rgba(71, 71, 71, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);*/
    /*border-radius: 50px 0px 0px 50px;
    margin-left: 10px;*/
}

#Top_bar.is-sticky {
    background-color: #ddd !important;
}

#Header,
#Wrapper {
    position: relative;
}

#Header,
#Subheader {
    z-index: 10;
}

#Subheader {
    padding: 3px 0;
}

.header-classic #Action_bar {
    background-color: var(--sp-color-base);
    line-height: 5px;
    box-shadow: 0px 0px 15px 0px black;
}

.header-classic #Action_bar:not(.creative) .social-menu a {
    color: white;
}

#Top_bar .menu>li>a,
#Top_bar #menu ul li.submenu .menu-toggle {
    color: black;
}

#Footer {
    background-color: var(--sp-color-base);
    color: var(--sp-color-font-base);
    /*box-shadow: 0px 0px 15px -4px black;*/
    position: fixed;
    width: 100%;
    bottom: 0px;
}

#Content {
    margin-bottom: 300px;
    min-height: calc(100vh);
}

@media only screen and (max-width: 767px) {
    #Content {
        min-height: calc(100vh);
        margin-bottom: 690px;
    }
}

#Footer .widget_mfn_menu ul li a {
    background: unset;
    color: var(--sp-color-font-base);
}

#Footer h4 {
    color: var(--sp-color-font-base);
}

#Footer a {
    color: var(--sp-color-font-base);
}

#Footer a:hover {
    color: var(--sp-color-base);
}

.widget_mfn_menu ul li a {
    display: unset;
    border: unset;
}

.widget_mfn_menu ul li a:hover,
.widget_mfn_menu ul li.current-menu-item:not(.current-menu-ancestor)>a,
.widget_mfn_menu ul li.current_page_item:not(.current_page_ancestor)>a {
    text-decoration: none;
}

#Top_bar .menu>li.current-menu-item>a,
#Top_bar .menu>li.current_page_item>a,
#Top_bar .menu>li.current-menu-parent>a,
#Top_bar .menu>li.current-page-parent>a,
#Top_bar .menu>li.current-menu-ancestor>a,
#Top_bar .menu>li.current-page-ancestor>a,
#Top_bar .menu>li.current_page_ancestor>a,
#Top_bar .menu>li.hover>a {
    color: var(--sp-color-base);
}

.themebg,
#comments .commentlist>li .reply a.comment-reply-link,
#Filters .filters_wrapper ul li a:hover,
#Filters .filters_wrapper ul li.current-cat a,
.fixed-nav .arrow,
.offer_thumb .slider_pagination a:before,
.offer_thumb .slider_pagination a.selected:after,
.pager .pages a:hover,
.pager .pages a.active,
.pager .pages span.page-numbers.current,
.pager-single span:after,
.portfolio_group.exposure .portfolio-item .desc-inner .line,
.Recent_posts ul li .desc:after,
.Recent_posts ul li .photo .c,
.slider_pagination a.selected,
.slider_pagination .slick-active a,
.slider_pagination a.selected:after,
.slider_pagination .slick-active a:after,
.testimonials_slider .slider_images,
.testimonials_slider .slider_images a:after,
.testimonials_slider .slider_images:before,
#Top_bar a#header_cart span,
.widget_categories ul,
.widget_mfn_menu ul li a:hover,
.widget_mfn_menu ul li.current-menu-item:not(.current-menu-ancestor)>a,
.widget_mfn_menu ul li.current_page_item:not(.current_page_ancestor)>a,
.widget_product_categories ul,
.widget_recent_entries ul li:after,
.woocommerce-account table.my_account_orders .order-number a,
.woocommerce-MyAccount-navigation ul li.is-active a,
.style-simple .accordion .question:after,
.style-simple .faq .question:after,
.style-simple .icon_box .desc_wrapper .title:before,
.style-simple #Filters .filters_wrapper ul li a:after,
.style-simple .article_box .desc_wrapper p:after,
.style-simple .sliding_box .desc_wrapper:after,
.style-simple .trailer_box:hover .desc,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet.selected:after,
.tparrows.default,
.tp-bullets.tp-thumbs .bullet.selected:after {
    background-color: var(--sp-color-base);
}

#Top_bar .top_bar_right a:not(.action_button) {
    color: black;
}

#Subheader {
    background-color: var(--sp-color-base);
}

#Subheader ul.breadcrumbs li,
#Subheader ul.breadcrumbs li a {
    color: white;
}

#Background_Wrapper {
    background: white;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 50px 1px black;
    margin-top: 35px;
}

#Background_Shadow_Wrapper {
    box-shadow: 0px 0px 20px 0px black;
    z-index: 1;
    position: relative;
    height: 50px;
    background: black;
    width: 100%;
}

#menu-main .menu-item a span {
    /*background-color: var(--sp-color-base);*/
    border-radius: 3px;
    color: var(--sp-color-black);
    margin-right: 5px;
    padding: 0px 20px 0px 20px !important;
}

#menu-main .menu-item a span:hover {
    background-color: var(--sp-color-base);
    color: var(--sp-color-font-base);
}

#Top_bar .menu>li>a span:not(.description) {
    line-height: 30px;
}

#Top_bar .menu>li a::after {
    background: var(--sp-color-base);
}

.get_in_touch,
.infobox {
    background-color: var(--sp-color-base);
    color: var(--sp-color-font-base);
}

.button-default .button_theme,
.button-default button,
.button-default input[type="button"],
.button-default input[type="reset"],
.button-default input[type="submit"],
.button-flat .button_theme,
.button-flat button,
.button-flat input[type="button"],
.button-flat input[type="reset"],
.button-flat input[type="submit"],
.button-round .button_theme,
.button-round button,
.button-round input[type="button"],
.button-round input[type="reset"],
.button-round input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button:not(.default),
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:not(.default):hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--sp-color-base);
    color: var(--sp-color-font-base);
}

.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title:after,
.masonry.tiles .post-item.no-img,
.masonry.tiles .post-item.format-quote,
.blog-teaser li .desc-wrapper .desc .post-title:after,
.blog-teaser li.no-img,
.blog-teaser li.format-quote {
    background: var(--sp-color-base);
}

.home .hentry.category-blog {
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-color: transparent;
    transition: box-shadow 400ms ease-out;
    -moz-transition: box-shadow 400ms ease-out;
    -webkit-transition: box-shadow 400ms ease-out;
    margin: 5px 5px 20px 5px;
    border-radius: 40px;
}

.teaser-wrapper {
    display: flex;
    flex-wrap: wrap;
    float: unset !important;
    justify-content: space-between;
}

.blog-teaser.margin-no li:not(:first-child) {
    float: unset;
    width: 32%;
}

.blog-teaser.margin-no li:first-child {
    width: unset;
    float: unset;
}

.blog-teaser.margin-no li:first-child {
    width: 64.65%;
}

.teaser-wrapper>* {
    flex: 0 0 auto;
}

.active_image img {
    filter: grayscale(1);
    transition: transform 400ms ease-out;

}

.active_item:hover>.active_image img {
    filter: grayscale(0);
    transform: scale(1.1);
}

.review_item .review_product_container img {
    filter: grayscale(1);
    transition: transform 400ms ease-out;
}

.review_item:hover>.review_product_container img {
    filter: grayscale(0);
    transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
    #Top_bar {
        background-color: var(--sp-color-white) !important;
    }
}

#Top_bar .responsive-menu-toggle,
#Header_creative .creative-menu-toggle,
#Header_creative .responsive-menu-toggle {
    color: var(--sp-color-white);
}

#Side_slide #menu ul li a {
    margin-right: unset;
}

#Side_slide,
#Side_slide .search-wrapper input.field,
#Side_slide a:not(.action_button),
#Side_slide #menu ul li.submenu .menu-toggle {
    color: var(--sp-color-black);
}

.product_index_table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 240px;
    overflow: hidden;
}

span.index_letter {
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    margin-top: 10px;
}

a.index_item {
    display: block;
}

.index.index_a {
    margin-right: 30px;
}

.letter_index {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
}

.product_index_table .read-more {
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(255, 255, 255, 1));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}

.product_index_table_shadow {
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(255, 255, 255, 1));
    display: block;
    height: 70px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

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

    #Top_bar .top_bar_left,
    #Top_bar .top_bar_right {
        position: absolute !important;
        display: inline-block;
    }

    .menuo-right #Top_bar .menu_wrapper {
        float: none;
        right: 0;
    }
}

.header-classic #Top_bar .top_bar_right {
    right: 15px;
}

#Top_bar .logo,
#Top_bar .menu_wrapper {
    float: none;
    display: inline-block;
    position: absolute;
}

#Top_bar .menu_wrapper {
    right: 30px;
}

@media only screen and (min-width: 1240px) {
    .mm-vertical #Top_bar .container {
        position: relative;
        height: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .we_deliver_container {
        display: none;
    }

    .mobile-header-mini #Top_bar .container {
        margin-bottom: 30px;
    }

    #Top_bar {
        height: 60px;
    }
}

#Top_bar a.responsive-menu-toggle {
    right: unset;
    top: 45px;
    margin-top: unset;
}

@media only screen and (min-width: 960px) and (max-width: 1239px) {

    .section_wrapper,
    .container,
    .with_aside .content_wrapper {
        max-width: 1200px;
    }
}

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

    .section_wrapper,
    .container,
    .with_aside .content_wrapper {
        max-width: 955px;
    }
}

.with_aside .sections_group {
    width: 75%;
}

.with_aside .sidebar.columns {
    width: 25%;
}

/* USP TICKER */
#usp-ticker {
    font-weight: bold;
    display: block;
    font-size: 15px;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    #usp-ticker {
        display: none;
    }
}

#usp-ticker .ticker-title {
    display: inline-block;
    margin-right: 12px;
}

#usp-ticker ul {
    display: inline-block;
    position: relative;
    margin: 0;
}

#usp-ticker li a {
    text-decoration: none;
}

#usp-ticker li a:hover {
    text-decoration: underline;
}

#usp-ticker li {
    position: absolute;
    left: 0;
    width: 0;
    overflow: hidden;
    height: 2em;
    word-wrap: break-word;
    opacity: 0
}

#usp-ticker li.tick {
    -webkit-animation: tick 2s linear;
    animation: tick 2s linear;

}

@keyframes tick {
    0% {
        width: 0;
    }

    5% {
        opacity: 1;
    }

    90% {
        width: 550px;
        opacity: 1;
    }

    100% {
        opacity: 0
    }
}

@media only screen and (max-width: 767px) {
    .section_wrapper .column {
        margin: 0 0 0px;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-header-mini #Top_bar a.responsive-menu-toggle {
        right: 30px;
    }

    center.facetwp-mobile-filter {
        position: fixed;
        bottom: 0;
        margin-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
        left: 25%;
        right: 25%;
        z-index: 100000;
    }

    button.facetwp-flyout-open {
        box-shadow: 0px 0px 2px 0px black;
        width: 120px;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
    }

    button.facetwp-flyout-open::before {
        content: "\f0b0\ \ ";
        font-family: "FontAwesome";
    }
}

.photo-wrapper.scale-with-grid {
    max-width: unset;
    max-height: 236px;
}

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

.cta_item_wrapper {
    margin-bottom: 10px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    border-color: transparent;
    transition: box-shadow 400ms ease-out, transform 100ms ease-out;
    -moz-transition: box-shadow 400ms ease-out, transform 100ms ease-out;
    -webkit-transition: box-shadow 400ms ease-out, transform 100ms ease-out;
    -o-transition: box-shadow 400ms ease-out, transform 100ms ease-out;
    flex: 1 0 32%;
    margin-right: 5px;
    filter: saturate(1.5);
}

.cta_sub_slogan,
.cta_slogan {
    transition: box-shadow 400ms ease-out, transform 100ms ease-out;
    -moz-transition: box-shadow 400ms ease-out, transform 100ms ease-out;
    -webkit-transition: box-shadow 400ms ease-out, transform 100ms ease-out;
    -o-transition: box-shadow 400ms ease-out, transform 100ms ease-out;
}

.cta_item_wrapper:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
}

.cta_item_wrapper:hover>.cta_slogan,
.cta_item_wrapper:hover>.cta_sub_slogan {
    transform: scale(1.03);
}

/*.cta_item_wrapper.third {
    width: 32%;
}

.cta_item_wrapper.half {
    width: 49%;
}

.cta_item_wrapper.full {
    width: 100%;
}*/

@media only screen and (max-width: 1199px) {

    .cta_item_wrapper.third,
    .cta_item_wrapper.half,
    .cta_item_wrapper.cta_item_wrapper.full {
        flex: 1 0 48%;
    }
}

@media only screen and (max-width: 767px) {

    .cta_item_wrapper.third,
    .cta_item_wrapper.half,
    .cta_item_wrapper.cta_item_wrapper.full {
        flex: 1 0 100%;
    }
}

.cta_background_image {
    display: block;
    width: auto;
    height: 250px;
    background-size: cover;
    background-position: center;
}

.cta_background_color {
    position: absolute;
    width: 100%;
    height: 100%;
}

.cta_slogan,
.cta_sub_slogan {
    position: absolute;
}

.cta_sub_slogan {
    top: 50%
}

.cta_slogan {
    margin-top: 20px;
}

.cta_slogan_text,
.cta_sub_slogan_text {
    font-family: 'Heebo', sans-serif;
    display: table-cell;
    text-align: center;
    text-shadow: 0px 0px 8px black;
}

.cta_sub_slogan_text {
    vertical-align: unset;
    line-height: 35px;
    display: inline-block;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px black;
    text-shadow: unset;
}

.cta_slogan_text {
    line-height: 55px;
    vertical-align: middle;
}

.cta_slogan,
.cta_sub_slogan {
    width: 100%;
    height: 50%;
    font-size: 4em;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: table;
    text-align: center;

}

.cta_sub_slogan {
    font-size: 3em;
    text-align: center;

}

@media only screen and (max-width: 1090px) {
    .cta_slogan {
        font-size: 3em;
    }

    .cta_sub_slogan {
        font-size: 2em;
    }
}

.rating_wrapper {
    width: 100%;
    background-color: white;
    position: absolute;
    text-align: center;
    display: flex;
}

.fa-solid.fa-star.disabled {
    color: gray;
}

.rating_wrapper .sp_rating_logo,
.rating_wrapper .sp_rating_name,
.rating_wrapper .sp_rating {
    margin: auto 10px auto 0px;
}

.sp_rating {
    margin-left: 10px;
}

.sp_rating_current {
    font-weight: bold;
    color: green;
}

a.sp_rating_item {
    height: 100%;
    justify-content: space-between;
    flex: 1;
}

@media only screen and (max-width: 1000px) {
    .sp_usps {
        display: none;
    }
}

.blog_item {
    flex: 1 0 auto;
    background-size: cover;
    padding: 10px;
    width: calc(33% - 4em);
    margin: 0.2em;
    border: 1px solid black;
    border-radius: 10px;
    position: relative;
    transition: opacity ease 500ms;
    min-height: 185px;
}


.blog_item h1 {
    font-size: 1.3em;
    color: var(--sp-color-font-base);
    text-shadow: 0px 0px 5px #000;
    z-index: 2;
    position: relative;
}

.blog_item:hover {
    text-decoration: none;
}

.blog_content {
    position: relative;
    color: var(--sp-color-font-base);
    z-index: 2;
}

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

.blog_background {
    background: var(--sp-color-base);
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: 0.8;
    border-radius: 10px;
    top: 0;
    left: 0;
    z-index: 1;
}

a.blog_item.featured_item {
    flex: 1 0 45%;
}

.blog_button {
    position: absolute;
    width: 100%;
    height: 60px;
    z-index: 1;
    bottom: 0;
    right: 10px;
}

.blog_button button {
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog_item:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 767px) {

    .blog_item,
    a.blog_item.featured_item {
        flex: 1 0 100%;
        margin: 1em 0 1em 0;
    }
}

img.scale-with-grid.wp-post-image {
    max-height: 300px !important;
    width: auto;
}

li.sale {
    overflow: hidden;
}

div.sp_onsale {
    background: red;
    display: block;
    position: absolute;
    top: 10px;
    left: -45px;
    height: 40px;
    width: 150px;
    transform: rotate(-45deg);
}

span.sp_onsale_text {
    position: absolute;
    color: white;
    font-size: 0.9em;
    text-align: center;
    width: 100%;
    margin: 20px auto;
    font-weight: bold;
    text-transform: uppercase;
}

#Background_Wrapper video#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    display: none;
}

div#Background_Overlay_Video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: black;
    display: none;
}

.woocommerce .shop_table .product-thumbnail {
    width: 35px;
}

.woocommerce .shop_table .product-name a,
.woocommerce table.shop_table th {
    font-weight: unset;
}

.woocommerce table.shop_table {
    border: unset;
}

.shop_table th {
    background-color: unset;
}

.shop_table tr {
    border: unset;
}

.woocommerce-cart #Content {
    max-width: unset;
}

.woocommerce .shop_table .product-name a,
.woocommerce .shop_table .product-name,
.woocommerce .shop_table .product-price,
.woocommerce .shop_table .product-subtotal,
.woocommerce .shop_table .product-quantity {
    font-size: 12px;
}

.woocommerce-cart .review,
.woocommerce-cart .stock_notification {
    display: none;
}

.button-default .single_add_to_cart_button,
.button-flat .single_add_to_cart_button,
.button-round .single_add_to_cart_button,
.button-default .woocommerce .button:disabled,
.button-flat .woocommerce .button:disabled,
.button-round .woocommerce .button:disabled,
.button-default .woocommerce .button.alt,
.button-flat .woocommerce .button.alt,
.button-round .woocommerce .button.alt {
    background-color: var(--sp-color-base) !important;
}

@media(min-width: 1100px) {
    .woocommerce-cart .woocommerce {
        display: flex;
        flex-wrap: wrap;
    }

    /* The table containing the list of products and our custom elements */
    .woocommerce-cart .woocommerce-cart-form {
        flex: 1 0 50%;
        /* 100% at small screens; 70% on larger screens */
        margin-right: 30px;
        /*border: 1px solid black;*/
        border-radius: 10px;
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        border-color: transparent;
        transition: box-shadow 400ms ease-out;
        -moz-transition: box-shadow 400ms ease-out;
        -webkit-transition: box-shadow 400ms ease-out;
        -o-transition: box-shadow 400ms ease-out;
    }

    /* The element that contains the cart totals */
    .woocommerce-cart .cart-collaterals {
        flex: 1 0 40%;
        /* 100% at small screens; 30% on larger screens */
        border-radius: 10px;
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        border-color: transparent;
        transition: box-shadow 400ms ease-out;
        -moz-transition: box-shadow 400ms ease-out;
        -webkit-transition: box-shadow 400ms ease-out;
        -o-transition: box-shadow 400ms ease-out;
        border-radius: 10px;
    }

    /* Some minor tweak to make sure the cart totals fill the space */
    .woocommerce-cart .cart-collaterals .cart_totals {
        width: 100% !important;
        padding: 10px 0px 70px;
    }

    .woocommerce-notices-wrapper {
        flex: 1 0 100%;
    }

    .cart-empty.alert.alert_warning {
        flex: 1 0 100%;
        max-width: 1120px;
    }

    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .cross-sells {
        width: unset;
    }

    .cart-collaterals h2 {
        padding: 0px 10px 0px 10px;
        font-size: 16px;
    }

    .woocommerce-cart .wc-proceed-to-checkout {
        padding: 1em 1em;
    }
}

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

    .section_wrapper,
    .container {
        max-width: 1220px;
    }
}
#Subheader
{
    display: none;
}