/*
Theme Name:		Welcart Basic Child
Description:	Welcart Carina is child theme for Welcart Basic.
Author:			Collne.Inc
Author URI:		http://www.collne.com/
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/


/**_____________________________    base  ____**/
body {
    font-family: 'Noto Sans JP', sans-serif;
}
.pc_none {
    display: block;
}
@media screen and (min-width: 38.75em) {
    .pc_none {
        display: none;
    }
}

/**______________________________________   header.php  __**/
header {
    margin-bottom: 0;
}
.main-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.incart-btn .total-quant {
    background: #1755d0;
}
@media screen and (min-width: 38.75em) {
    .main-image img {
        height: auto;
    }
}
@media screen and (min-width: 62.5em) {
    .incart-btn a {
        background: #1755d0;
    }
    .incart-btn .total-quant {
        color: #1755d0;
    }
    .incart-btn .total-quant {
        background: #fff;
    }
}

/**______________________________________   widget  __**/
.widget h2 {
    border-bottom: 1px solid #262626;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.widget h2 img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
/**_____________________________    other  ____**/
.breadcrumbs {
    display: flex;
    margin-bottom: 40px;
}
.breadcrumbs li:not(:first-of-type) {
    display: flex;
    align-items: center;
    padding-left: 8px;
}
.breadcrumbs li:not(:first-of-type)::before {
    display: flex;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-right: 8px;
}
#toTop img {
    transition: .3s ease all;
}

/**_____________________________    wc_confirm_page  ____**/

#info-confirm .attention {
    color: #f00;
	text-align: center;
	margin-top: 40px;
    word-break: keep-all;
}
