/*
Theme Name: Konsept
Theme URI: http://konsept.elated-themes.com
Description: Furniture Store Theme
Author: Elated Themes
Author URI: https://qodeinteractive.com
Text Domain: konsept
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.price del .amount {
	display: block !important;
    font-size: 80%;
}

.price ins .amount {
	padding-left: 15px;
}

.sc_tab_top_item {
    position: relative;
}
.sc_tab_bd {
    height: 100px;
    width: 100px;
    display: inline-block;
    border-radius: 5px;
    /* transform: rotateZ(45deg); */
    /* position: relative; */
    z-index: 10;
    display: none;
}
.sc_tab_top_item:after {
    position: absolute;
    content: '';
    width: 31px;
    height: 20px;
    right: -10px;
    top: 38px;
    background-image: url(../images/icon_right_2.png);
}

.procedure-item .img{
    text-align: center;
    margin-bottom: 15px;
}
.procedure-item .img img{
    width: auto;
    max-width: 100%;
    max-height: 85px;
}
.procedure-item .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
/*    color: #000;*/
}
.procedure-item .content {
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (max-width: 767px)
{
    .sc_tab_top_item{
        display: none;
    }
    .qodef-woo-product-list .product .qodef-woo-product-price-holder{
        font-size: 11px;
    }
}