/*寬度*/
.w-70 {
	width: 70%;
}

/*顏色*/
.text-site-color {
	color: #bda84a !important;
}

.border-site-color {
    border: 1px solid #bda84a !important;
}

.border-left-5-site-color {
	border-left: 5px #bda84a solid;
}

.btn-border-site-color {
    color: #bda84a !important;
    border: 1px solid #bda84a !important;
}

.btn-border-site-color svg {
    fill: #ad921dcc;
}

.btn-site-color, .btn-border-site-color.active {
    color: #fff !important;
    background-color: #ad921dcc !important;
    border-color: #ad921dcc !important;
}

.btn-border-site-color:focus {
	box-shadow: 0 0 0 .25rem #bea94b33;
}

.btn-site-color svg {
    fill: #fff;
}

/*產品詳情*/
.quantity-minus{
	height: 35px;
    width: 35%;
    border: 1px #ccc solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
}

.quantity-minus-30 {
    height: 30px !important;
    width: 25%;
}

.quantity-minus-45 {
    height: 45px !important;
    width: 25%;
}

.quantity-input {
    height: 35px;
    width: 100%;
    padding: 3px 10px;
    border: 1px solid #dddddd;
    color: #151515;
    text-align: center;
    border-left: none;
    border-right: none;
    border-radius: 0px !important;
}

.quantity-input-30 {
    height: 30px !important;
    width: 100%;
}

.quantity-input-45 {
    height: 45px !important;
    width: 100%;
}

.quantity-plus {
    height: 35px;
    width: 35%;
    border: 1px #ccc solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.quantity-plus-30 {
    height: 30px !important;
    width: 25%;
}

.quantity-plus-45 {
    height: 45px !important;
    width: 25%;
}

#desc img {
	max-width: 100%;
}

.fixed-block-mall {
    padding: 1.5rem 1.25rem !important;
    background-color: #fff;
    border-radius: 10px;
    width: 18rem !important;
}