body {
    background-color: #f8f9fa;
}
.product-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.slider {
    margin-bottom: 20px;
}
.free-version {
    font-size: 16px;
    font-weight: bold;
}
h3 {
    margin-top: 30px;
}
.purchase-title {
    font-size: 24px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.version-title {
    font-size: 16px;
}
.description {
    font-size: 12px;
    color: #888888;
}
.description br {
    display: none;
}
.price {
    font-size: 24px;
    color: #28a745;
}
.buy-button {
    background-color: #a3be4c;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}
.buy-button:hover {
    background-color: #a3be4cba;
}
.slick-slide img {
    margin: 0 auto;
    /*width: 100%;*/
    height: auto;
}
a.buy-button:hover {
    color: white;
}
.gray-sm {
    color: #8c8c8c;
    font-size: 12px;
}
.gray-sm input.form-control {
    text-align: center;
}
.price {
    font-weight: bold;
    font-size: 18px !important;
}
.price_group {
    margin-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
}
.price_name {
    margin-bottom:20px;
}
.gray-sm p {
    margin-bottom:0px !important;
}
.breadcrumbs ul {
	padding-left:0px;
	margin-bottom: 0px;
}
.breadcrumbs ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}
.breadcrumbs ul li a:after {
    content: '/';
    display: inline-block;
    margin-left: 15px;
}
.breadcrumbs {
    background-color: #8080800f;
    border: 1px dotted #80808038;
    padding: 10px 20px;
}