/**
 * @Project NUKEVIET 4.x
 * @Author BCB SOLUTIONS <bachdinhcao@gmail.com>
 * @Copyright (C) 2024 BCB SOLUTIONS. All rights reserved
 * @License: Not free read more http://nukeviet.vn/vi/store/modules/nvtools/
 * @Createdate Wed, 04 Dec 2024 17:14:11 GMT
 */

.package-title{
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.package-item{
	position: relative;
	border: 1px solid #d0d0d0;
	padding: 30px 20px;
	border-radius: 15px;
	font-size: 15px;
}

.package-item h3{
	font-size: 20px;
    font-weight: 400;
}

.package-item .package-price{
	font-size: 18px;
    margin-top: 10px;
}

.package-item .price{
	font-size: 20px;
    font-weight: 500;
}

.package-item del{
	margin-left: 5px;
	color: #555;
}

.package-item .btn{
	width: 100%;
    margin: 20px 0 30px;
	padding: 8px;
    font-size: 16px;
}

.package-item table{
	width: 100%;
}

.package-item table tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.package-item table tr:hover {
    background-color: #f6f6f6;
    cursor: pointer;
}

.package-item table tr td{
	padding: 8px;
}

.cart-item .cart-item-inner{
	justify-content: space-between;
}

.cart-item h3{
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}

.cart-item-right{
	text-align: right;
}

.package-price .price{
	font-size: 18px;
    font-weight: 500;
}

.package-price del{
	color: #444;
    font-size: 15px;
    margin-left: 6px;
}

.cart-resum{
	position: -webkit-sticky;
    position: sticky;
	top: 15px;
    background-color: #efefef;
    padding: 20px 25px;
    border-radius: 6px;
}

.price_checkout{
	justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
    padding: 12px 0;
}

.cart-resum .btn{
	width: 100%;
    text-transform: uppercase;
    padding: 12px;
    cursor: pointer;
}

.alert-success h3{
	font-size: 20px;
	margin-bottom: 5px;
}

.body-detail .nav{
	display: flex;
	gap: 20px 0;
    border: solid 1px #d5d5d5;
    padding: 3px;
    border-radius: 15px;
}

.body-detail .nav li{
	position: relative;
	width: 100%;
    text-align: center;
    line-height: 22px;
    border-radius: 15px;
    overflow: hidden;
}

.body-detail .nav li a{
	color: #333;
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px;
}

.body-detail .nav li.active a{
	background-color: #333;
	color: #fff;
}

.groups-detail .btn-orange{
	padding: 16px;
    min-width: 300px;
    text-align: center;
}

.msgshow {
    background: #F5F5F5;
    padding: 20px;
    border: 4px solid #C7C7C7;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 10020 !important;
}

@media (max-width:767px) {
	.services-cart{
		margin-top: 30px;
	}

	.cart-item-right{
		display: flex;
	    align-items: center;
	    justify-content: space-between;
	    width: 100%;
	    margin-top: 5px;
	}
}

