/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

.main-navigation ul.menu>li:not(.full-width) ul.sub-menu {
    width: 250px;
}

.image-feature figcaption {
    top: unset;
    bottom: 30px;
}

img.flag_ro {
    max-width: 16px;
    height: 16px;
    min-height: 16px;
    object-fit: initial;
}

.below-content .widget .widget-title {
    font-size: 19px;
    font-weight: 500;
}

.copyright a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}

.copyright a:hover {
    text-decoration: none !important;
}

.copyright a img {
    max-width: 17px !important;
    margin-right: 10px !important;
}

.copyright a span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.menu-primary-menu-container>ul>li>a {
    padding: 0px 10px;
}

.menu-primary-menu-container a.main-menu-link img {
    max-width: 18px;
    filter: invert(1);
}

ul.products li.product .price {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
}

ul.products li.product .price ins {
    color: rgb(255, 17, 17);
}

ul.products li.product img {
    border-radius: 7px;
}

body ul.products li.product .yith-wcqv-button.button {
    margin: 0 auto;
    background: #3c763d !important;
    color: #ffffff !important;
    font-size: 12px !important;
    text-align: center;
    display: block !important;
}

div.product .product_meta {
    border: none;
    background: transparent;
    text-align: left;
    width: auto;
    margin: 0;
    clear: both;
    left: inherit;
    right: inherit;
    font-size: 13px;
}

div.product .product_meta .posted_in,
div.product .product_meta .sku_wrapper,
div.product .product_meta .tagged_as {
    display: block;
    margin: 0;
}

.cg-main-swiper .swiper-slide img {
    object-fit: cover;
    height: 590px !important;
}

.quantity-nav span.plus,
.quantity-nav span.minus {
    /* width: 100% !important; */
}

span.sku_wrapper {
    font-weight: 600;
}

span.sku {
    background: #ffffff;
    padding: 3px 10px;
    border: 1px solid #ededed;
    border-radius: 4px;
}

.product p.price {
    float: left;
    margin: 0 0 0.5rem;
    color: #222;
    font-size: 30px;
}

.product-details-wrapper .product-label {
    top: 5px;
    font-size: 17px;
    padding: 6px 10px;
    line-height: 20px;
    margin-left: 10px;
}

.menu-primary-menu-container>ul>li>a span:before,
.menu-primary-menu-container>ul>li.nolink>span:before {
    border: none;
}

.social_footer a {
    font-size: 30px;
    margin: 0 5px;
    display: inline-block;
}

.social_footer {
    display: inline-flex;
}

footer.copyright .widget:last-child img {
    width: 17px;
    height: auto;
    margin: unset;
}

footer.copyright {
    padding: 1rem 0;
    background: #0c0c0c !important;
}

.site-footer {
    padding: 4rem 0 6rem 0;
}

.site .elementor-products-grid ul.products.elementor-grid li.product {
    padding-bottom: 20px !important;
    padding-top: 20px;
}

span.cat-image-wrapper {
    border-radius: 7px;
}

.static-cta-buttons ul.products li.product:not(.product-category) {
    margin: 15px 0px;
}

.nc-la-comanda {
    background: #ffeded;
    border: 1px solid #ffaeae;
    padding: 12px 14px;
    border-radius: 10px;
    margin: 12px 0 16px;
    font-size: 14px;
    line-height: 1.3;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nc-la-comanda svg {
    max-width: 20px;
    margin-right: 5px;
}

.cg-thumb-swiper ul.swiper-wrapper li.swiper-slide {
    max-height: 130px;
}

.cg-thumb-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 130px !important;
}

.term-description,
.shoptimizer-category-banner .taxonomy-description {
    border: 1px solid #ededed;
}

ul.product-categories li {
    margin-bottom: 0.4em;
    font-size: 14px;
    line-height: 1.45;
    text-transform: uppercase;
}

ul.children li {
    text-transform: initial;
}

@media (max-width: 768px) {
    span.sub {
        display: none;
    }

    .menu-primary-menu-container>ul>li>a {
        padding: 0.55rem 0;
    }

    footer.copyright .widget:last-child {
    text-align: center;
}

footer.copyright {
    text-align: center;
}


    .menu-primary-menu-container > ul > li {
        transition: 0.2s;
        border-bottom: 1px solid #f0f0f0;
    }

        .menu-primary-menu-container > ul > li:last-child {
        border-bottom: none;
    }

    .main-navigation ul.menu ul li > a, .main-navigation ul.menu ul li.nolink {
        padding: 0.25rem 0;
        display: block;
    }

}