/*
Theme Name: ChapterOne
Theme URI: http://chapterone.mikado-themes.com
Description: Bookstore and Publisher Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: chapterone
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.3
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
#upsells-left, #upsells-right {
    width: 50%;
    position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
}
#upsells-left {
    float: left;
    padding-right: 10px;
}

#upsells-right {
    float: right;
    padding-left: 10px;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-stores-holder {
    border-top: 1px solid #e1e1e1;
    margin-top: 12px;
}

#your-message {
    text-transform: none;
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text {
    background-color: rgba(229, 0, 114, 0.95) !important;
}
ul.products > .product .mkdf-pl-inner .mkdf-pl-text {
    background-color: rgba(229, 0, 114, 0.95) !important;
}

#mkdf-back-to-top > span {
    background-color: #6f0ad3 !important;
    border: 1px solid #6f0ad3 !important;
}
.mkdf-archive-author-url a {
    font-weight: 400;
    font-size: 24px;
}

div span.subtitle {
    letter-spacing: .35em;
    font-family: "Josefin Sans",sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #999;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    display: inline-block;    
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-new-product {
    width: 142px !important;
    background-color: #6f0ad3 !important;
}

.woocommerce .mkdf-new-product {
    width: 142px !important;
    background-color: #6f0ad3 !important;
}