/* dimage-share謹製cssから関係のあるところだけ抜粋したもの */
.d-none {
    display: none !important;
}
.fixed-cart-footer {
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 90000;
}
.fixed-cart-footer a{
	display: block;
	padding: 0;
}

.fixed-cart-footer span {
	position: absolute;
	right: 15px;
	top: 35%;
	background: #fff;
	border-radius: 50px;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 3px 0;
	color: #333;
	text-align: center;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
	margin: .5rem 0;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out;
}
.col-12{
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
}
@media (max-width: 991.98px) {
    .sp-fixed-footer {
        position: fixed;
        top: 0;
        background-color: #fff;
        width: 100%;
        z-index: 99;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    .sp-fixed-footer .to-cart-btn {
        border-radius: 10px;
        width: 98%;
        background-color: #ffd814;
        border-color: #fcd200;
    }
}
@media (min-width: 576px) {
	.d-sm-block {
		display: block !important;
	}
	.d-sm-none {
		display: none !important;
	}
}