﻿/*
Theme Name: Site catalog Child
Theme URI: http://site-catalog.com/
Author: Site catalog
Author URI: http://site-catalog.com/
Template: site-catalog
Version: 1.0.0
*/


.enable_responsive_wrap table {
    width: 100%;
    margin: 55px 0;
}

.card-slider-container .swiper-slide {
    background: #ffeadb;
}

.card-slider--type-product .card-slider__title {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0088ce), to(#0088ce));
    background-image: linear-gradient(#0088ce, #0088ce);
    background-repeat: no-repeat;
    background-size: 35% .5em;
    background-position: 0 90%;
}

.card-slider--type-category .card-slider__title {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0088ce), to(#0088ce));
    background-image: linear-gradient(#0088ce, #0088ce);
    background-repeat: no-repeat;
    background-size: 35% .5em;
    background-position: 0 90%;
}

.card-slider__title+.card-slider__price {
    display: none;
}

.product-category a {
    padding: 10px;
    font-weight: 700;
    margin-bottom: .35em;
    line-height: 1.4;
    text-decoration: none;
    color: #111;
    background: #f5f5f5;
    border-radius: 8px;
    transition: all .3s linear;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.product-category a:hover {
    background: #efefef;
    transition: all .3s linear;
}

.shop-item__price {
    display: none;
}

.woocommerce-ordering {
    display: none;
}