:root {
	--mauchung: #dd931d;
}

.tbl-pro-detail-child > span {
    margin-bottom: 8px;
    display: block;
}

.tbl-pro-detail-child {
    margin-bottom: 16px;
}

.quantity-pro-detail {
	width: 100%;
	max-width: 125px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
.quantity-pro-detail span {
	padding: 0px;
	width: 30px;
	height: 30px;
	color: #5f5f5f;
	cursor: pointer;
	font-size: 22px;
	border: 1px solid #cccccc;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
	border-right: 0px;
	line-height: 30px;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
	border-left: 0px;
	line-height: 26px;
}
.quantity-pro-detail input {
	height: 20px;
	border: 1px solid #7a7a7a;
	width: calc(100% - 60px);
	text-align: center;
	font-size: 14px;
	padding: 5px;
}
.quantity-pro-detail input::-webkit-outer-spin-button, .quantity-pro-detail input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.cart-pro-detail {
	margin-bottom: 20px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.cart-pro-detail a {
	width: auto;
	text-align: center;
	color: #fff;
	padding: 8px 10px 5px 10px;
	text-transform: uppercase;
	border-radius: 5px;
	background-color: #252a2b;
}
.cart-pro-detail a:first-child {
	margin-right: 10px;
}
.cart-pro-detail a:hover {
	background: var(--mauchung);
}
.cart-pro-detail a i {
	vertical-align: top;
	margin-top: 2px;
	margin-right: 8px;
}



.cart-fixed {
    color: #fff !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background: #4b4f56;
    border-radius: 100%;
    bottom: 50vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 50px;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 10
}

.cart-fixed span {
    background: #ec2d3f;
    border-radius: 100%;
    color: #fff;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: 0;
    width: 25px
}