/*
Theme Name: Papirus
Theme URI: http://tokokoodemo.us/papirus/books
Author: Tokokoo
Author URI: http://tokokoo.com/
Description: Premium WooCommerce WordPress Theme from Tokokoo
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, theme-options, translation-ready
Text Domain: tokoo

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.
*/

.widget_shopping_cart a.remove{
    height:18px !important;
    font-size: 13px;
}

.right_section a{
    font-size: 22px !important;
}

.cart-icon-container{
    position: relative;
}

.item-count {
    display:inline-block;
    line-height:0px;
    border-radius:50%;
    font-size:14px;
    background-color: red;
    color:white;
    position: absolute;
    top: -12px;
    right: -12px;
}

.item-count span {
    display:inline-block;
    padding-top:50%;
    padding-bottom:50%;
    margin-left:5px;
    margin-right:5px;
}

.many-items{
    margin-left: 3px !important;
    margin-right: 3px !important;
}
