.main {
    background-image: url(../img/bg-card-product.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
}

.nav-link {
	display: flex
}

.nav-link a.active-link {
	color: #a6a5a5;
	font-weight: 400
}

.nav-link span {
	color: #a0366b;
	font-weight: 400
}

.nav-link span:first-child {
	padding-left: 5px;
	padding-right: 5px
}

.section-product-detail {
    padding-top: 140px
}
.section-product-detail header {
    background: unset;
}

.section-product-detail .product_meta {
    display: none;
}

.section-product-detail .price .woocommerce-Price-amount bdi{
    color: #f56958;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    font-family: 'Cocon-Bold', sans-serif;
    margin-bottom: 26px;
}
.section-product-detail .price .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
    color: #f56958;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    font-family: 'Cocon-Bold', sans-serif;
}


.section-product-detail .quantity .qty {
    width: 3.631em;
    text-align: center;
    border: 2px solid #f56958;
    height: 55px;
    border-radius: 50px;
    font-size: 24px;
}
.section-product-detail .single_add_to_cart_button.button{
    box-shadow: 0 16px 51px rgba(43,43,43,0.19);
    border-radius: 30px;
    background-image: linear-gradient(57deg, #d86859 0%, #e8a467 100%);
    background-repeat: no-repeat;
    border: none;
    color: #fff;
    position: relative;
    font-family: 'Cocon-Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.45px;
    z-index: 1;
    padding: 18px 41px;
    text-transform: uppercase;
    transition: all 0.6s;
}