/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.0
*/


.header-widget-region {
    background-color: #65a4d9;
}

.header-widget-region a,.header-widget-region a:hover,  {
    color: #fff;
}

.site-header .site-header-cart a.cart-contents .count {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    margin-left: 5px;
    padding: 3px;
    border: 1px solid #65a4d9;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #65a4d9;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -.7px;
    transition: all .2s;
}

.site-header .site-header-cart a.cart-contents .count:after {
    position: absolute;
    bottom: 90%;
    left: 50%;
    width: 10px;
    height: 6px;
    margin-bottom: 1px;
    margin-left: -6px;
    border: 1px solid #65a4d9 !important;
    border-bottom: 0;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    content: "";
    transition: all .2s;
    pointer-events: none;
}

.elementor-widget-image .widget-image-caption {
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}

.image-feature figcaption span {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    background-color: #65a4d9 !important;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
}


@media (min-width: 993px) {
    .shoptimizer-primary-navigation {
        background-color: #252525;
    }
}

@media (max-width: 992px)
.shoptimizer-primary-navigation {
    flex: 0 0 100%;
    order: 5;
    padding-top: 2em;
}


.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    /*padding: 50px !important;*/
    background: #f2f2f2;
}