/*!
 * GamudaLand.net UI Framework
 * File: 09-project-detail.css
 * Version: 1.0.0
 * Build for: Flatsome + BatDongSan33
 */

/* ==================================================
   PROJECT DETAIL PAGE
================================================== */

/* Hero */
.single-product .product-main,
.single-product .product-gallery{
    border-radius:28px;
    overflow:hidden;
}

.single-product .product-gallery{
    box-shadow:0 16px 40px rgba(0,0,0,.08);
}

/* Title */
.single-product h1.product-title,
.single-product .product-title{
    font-size:42px;
    line-height:1.2;
    font-weight:700;
    color:#1F2937;
    margin-bottom:18px;
}

/* Price */
.single-product .price,
.single-product .price .amount{
    color:#0F7A5A;
    font-size:34px;
    font-weight:700;
}

/* Summary */
.single-product .summary{
    background:#fff;
    border-radius:24px;
    padding:32px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

/* Buttons */
.single-product .single_add_to_cart_button,
.single-product .button.alt,
.single-product .button.primary{
    background:#C62828;
    border-color:#C62828;
    border-radius:999px;
    min-height:52px;
    padding:0 28px;
    font-weight:700;
    transition:.3s ease;
}

.single-product .single_add_to_cart_button:hover,
.single-product .button.alt:hover,
.single-product .button.primary:hover{
    background:#A91F24;
    border-color:#A91F24;
    transform:translateY(-2px);
}

/* Tabs */
.woocommerce-tabs,
.product-tabs{
    background:#fff;
    border-radius:24px;
    padding:28px;
    box-shadow:0 8px 24px rgba(0,0,0,.05);
    margin-top:36px;
}

.product-tabs .nav>li>a{
    font-weight:600;
}

.product-tabs .active>a{
    color:#C62828;
}

/* Attributes */
.shop_attributes,
.shop_attributes td,
.shop_attributes th{
    border-color:#E5E7EB;
}

.shop_attributes th{
    color:#1F2937;
}

/* Related */
.related-products-wrapper{
    margin-top:64px;
}

.related-products-wrapper h3{
    font-size:30px;
    margin-bottom:30px;
}

/* Mobile */
@media(max-width:849px){

.single-product h1.product-title,
.single-product .product-title{
    font-size:30px;
}

.single-product .summary{
    padding:20px;
    border-radius:18px;
}

.woocommerce-tabs,
.product-tabs{
    padding:18px;
    border-radius:18px;
}

}
