File: D:/web/hyperflight/! bs5/css/prev/styles-bs3-legacy.css
@charset "utf-8";
/* CSS Document */
.product-list-item {
border: 1px solid #CCC;
text-align: center;
padding: 10px;
margin-top: 15px;
margin-bottom: 15px;
/* background: white; */
}
/* centres image if smaller than column width */
.product-list-item .img-responsive {
margin: 0 auto;
}
.product-list-item-image {
}
.product-list-item-review {
}
.product-list-item-name-section {
height: 4.5em;
}
.product-list-item-name {
/* padding: 4px 8px 4px 8px; */
/*height: 45px; */
line-height: 1.5em;
height: 3em;
overflow: hidden;
}
.product-list-item-price {
padding-bottom: 0px;
/* height: 30px; */
}
.product-list-item-stock-info, .product-list-item-stock-info-out {
padding-bottom: 2px;
}
.product-list-item-stock-info {
color: #5cb85c; /* same color as text-success in bootstrap 4 */
font-weight: bold;
}
/* to highlight the "new" added to new product news */
.new-product {
/* font-style: italic; */
color: red;
}
/* following used by apputils for ShowProductPriceV2 */
/* (SS,15/5/26) modified for Bootstrap 5 */
.price-std,
.price-sale {
font-weight: bold;
font-size: 1.05rem;
}
.price-std {
color: #212529;
}
.price-sale {
color: #dc3545;
}
.price-std-crossed-out {
color: #6c757d;
font-size: 0.95rem;
text-decoration: line-through;
}
/* subcategory list styles */
.subcategory-list-item {
text-align: center;
}
.subcategory-list-item-title {
/* padding: 4px 8px 4px 8px; */
/*height: 45px; */
/*
line-height: 1.5em;
height: 3em;
overflow: hidden; */
}
/* subcategory list styles */
/* (SS,6/6/24 various additions, before it only had: text-align: center */
.subcategory-list-item {
text-align: center;
border: 1px solid #ccc;
border-radius: 15px;
padding: 5px;
margin: 0px;
/* following from https://getcssscan.com/css-box-shadow-examples */
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
/* (SS,6/6/24 */
.subcategory-list-item-image {
margin: 0 auto;
}
.subcategory-list-item-title {
/* padding: 4px 8px 4px 8px; */
/*height: 45px; */
/*
line-height: 1.5em;
height: 3em;
overflow: hidden; */
border-top: 1px solid #ccc;
font-size: 20px;
padding-top: 5px;
}
/* basket styles */
table.basket {
border-collapse: collapse;
width: 100%;
}
table.basket th, table.basket td {
font-weight: bold;
padding: 4px;
}
table.basket th {
/* color: #fff; */
/* background-color: #999; */
}
table.basket td {
/* color: #000; */
/* background-color: #E0E0E0; */
border-bottom: 1px solid #B5B5B5;
}
.bsk-thumbnail {
border: 1px solid #B5B5B5;
width: 75px;
height: 75px;
}
.bsk-prod-name {
text-decoration: none; /* underline; */
font-weight: normal; /* bold; */
}
.bsk-options-list {
font-size: 11px;
margin-top: 3px;
}
.bsk-prod-code {
font-weight: normal;
margin-top: 10px;
}
#basket-info {
float: left;
width: 75%; /* 600px */
}
#basket-info p {
margin: 10px 5px 10px 5px;
}
#basket-totals {
float: right;
margin-top: 10px;
}
table.basket-totals {
width: 100%;
border-spacing: 5px;
text-align: right;
}
table.basket-totals th {
font-weight: normal;
}
table.basket-totals td {
font-weight: bold;
}
/* end of basket styles */
/* for custom specification table */
.table-specification td, .table-specification th {
text-align: left;
/* text-align: center; */
}
/* for checkout order details table */
.table-order-master th {
width: 0%;
}
.table-order-master td {
width: 100%;
}
.table-order-detail th {
}
.table-order-detail td {
}
/* recent reviews (22/5/12) */
/* modified to make similar to new trustpilot versions below */
#recent-reviews {
margin-top: 0px;
/*border: 1px solid #BBB; */
}
#recent-reviews a {
/*color: #000; */ /* to override the default anchor color */
}
#recent-reviews-header {
padding: 0px;
font-weight: bold;
margin-bottom: 0px;
}
.recent-reviews-item {
margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
}
.recent-reviews-title {
font-size: 18px;
padding-top: 5px;
padding-bottom: 10px;
font-weight: bold;
}
.recent-reviews-text {
margin-bottom: 2px;
}
.recent-reviews-date {
color: #777;
padding-left: 3px;
float: right;
}
.recent-reviews-name, .recent-reviews-name a {
padding-left: 0px;
margin-top: 10px;
margin-bottom: 5px;
font-size: 12px;
}
#recent-reviews-footer {
padding-bottom: 0px;
font-weight: normal;
margin-bottom: 0px;
}
/* (SS,2/3/15) added #latest-news-footer */
#latest-news-footer {
margin-top: 15px;
}
/* reviews (SS,1/3/15) */
.review {
}
.review-header {
}
.review-date {
}
.review-title {
/* (SS,31/10/19) removed italic to make reply distinctive */
/* font-style: italic; */
font-weight: bold;
}
.review-body {
/* (SS,31/10/19) removed italic to make reply distinctive */
/* font-style: italic; */
}
/* (SS,14/6/24) */
.review-footer {
margin-top: -20px;
}
.product-list-nav {
margin-top: 10px;
margin-bottom: 10px;
/*
margin-left: 0px;
margin-right: 0px;
border: 1px solid #CCC;
*/
}
/* (SS,17/8/15) review stars */
.star-rating {
display: inline-block;
line-height: 1em;
padding: 4px;
border-radius: 4px;
margin: 0 0px 0 0;
background: #c8c8c8;
}
.star-rating-s {
}
.star-rating-m {
}
.star-rating-l {
margin: 2px;
}
.star-image-s {
width: 18px;
}
.star-image-m {
width: 20px;
}
.star-image-l {
width: 30px;
}
.star-rating-1 {
background: #e22027;
}
.star-rating-2 {
background: #f47324;
}
.star-rating-3 {
background: #f8cc18;
}
.star-rating-4 {
background: #73b143;
}
.star-rating-5 {
background: #007f4e;
}
/* (SS,21/2/24) added following for larger glyphicon star size used in reviews */
/* (SS,25/4/24) replaced 1.7 with 1.5 in Bootstrap 5 */
/* (SS,15/5/26) added following Bootstrap 5 for HF */
.review-rating-text-big {
font-size: 1.3em;
vertical-align: bottom; /* (SS,25/4/24) changed from top to bottom */
}
.review-stars-full {
/*color: var(--bs-orange); */
color: #FFA41C; /* from Amazon */
margin-right: 0.1em;
}
.review-stars-empty {
color: var(--bs-gray-300);
margin-right: 0.1em;
}
/* (SS,17/8/15) */
.reviews-page-item-title {
font-size: 18px;
padding-top: 10px;
padding-bottom: 10px;
}
.reviews-page-item-review-by {
color: #aaa;
}
.reviews-page-item-body {
}
.top-section {
/* background: white; */
}
/* (SS,1/2/16) */
.main-section {
padding-bottom: 10px;
}
.bottom-section {
padding-top: 15px;
background-color: #D9EFFD !important; /* (SS,25/5/17) */
}
.page-title {
margin-top: 15px;
}
#other-pages, #other-pages2 {
margin-top: 15px;
}
/* (SS,26/8/15) set body background */
body {
/* background-color: #EBF7FE; */
/* background-color: #D9EFFD; */
/* background-color: #A5D8FA; */
background-color: #BEE3FC;
}
/* (SS,28/8/15) */
#product-detail-sharing {
margin-top: 10px;
margin-bottom: 10px;
}
.usp2 {
}
.usp2 li {
display: block;
/*font-size: 18px;
font-size: 18px;
line-height: 2em; */
margin: 10px 0;
}
.usp2 li:before {
/*Using a Bootstrap glyphicon as the bullet point*/
content: "\e013";
font-family: 'Glyphicons Halflings';
font-size: 18px;
float: left;
margin-top: 0px;
margin-left: -25px;
color: #5cb85c; /*#a3c942; */
}
/* (SS,7/6/17) set max product description table width to 600 pixels */
.table-description {
max-width: 600px;
}
.product-option {
padding-left: 0px;
padding-right: 0px;
border-bottom: 1px solid silver;
margin-bottom: 10px
}
.option-row {
margin-left: 0px;
margin-right: 0px;
}
/* product options styles added below */
/* (SS,19/12/13) new div to improve things to IE */
.option-radio-div {
/*
float: left;
width: 235px;
*/
/*
float: left;
min-width: 300px;
*/
/* border-bottom: 1px dashed lightblue; */
/* border: 1px dashed lightgrey; */
border: 1px solid silver;
border-bottom: 0;
/* margin-left: 15px;*/
/*
margin-right: 15px;
*/
padding-left: 0px;
padding-right: 2px;
/* (SS,28/7/17) */
padding-top: 2px;
padding-bottom: 2px;
}
.option-radio-text {
/*vertical-align: middle;*/
/*
float: left;
margin-left: 5px;
*/
/*vertical-align: middle; */
/*float: left; */
/*
position: relative;
margin-left: 20px;
display: block;
margin-bottom: 5px;
*/
/* (SS,19/12/13) replaced above with following */
/*
float: left;
width: 215px;
margin-left: 6px;
margin-top: 2px;
*/
height: 60px;
display: table-cell;
vertical-align: middle;
margin-bottom: 0px;
}
.option-radio-label {
padding: 0px;
/*float: left; */
}
.option-radio-control {
/* height: 60px; */
display: table-cell;
/*float: left; */
/*padding: 5px; */
vertical-align: middle;
margin-top: 20px;
/*margin-bottom: 0px; */
/*
margin-left: -5px;
margin-right: 5px;
*/
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
.option-radio-image-div {
padding: 0px;
width: 60px;
/* border: 1px solid lightgrey; */
}
.option-radio-image {
/*float: left; */
/*width: 60px; */
}
/* (SS,13/6/17) */
.product-detail-thumbnail {
width: 82px;
height: 82px;
/*margin: 5px; */
margin-top: 3px !important;
padding: 4px;
border: 1px solid #ddd;
border-radius: 4px;
}
/* (SS,29/6/17) */
#product-detail-files-header {
padding-top: 20px;
}
/* (SS,24/7/17) */
.bank-transfer-button-width {
width: 130px;
}
/* (SS,22/4/26) with help from ChatGTP */
.home-notices {
margin-top: 12px;
margin-bottom: 14px;
font-size: 18px;
line-height: 1.45;
}
.home-notices .alert {
font-size: 17px;
margin-bottom: 12px;
padding: 14px 16px;
}
.home-intro {
margin-top: 14px;
margin-bottom: 6px;
font-size: 18px;
line-height: 1.45;
}
.home-intro p {
margin: 0 0 10px 0;
}
.home-intro p:last-child {
margin-bottom: 0;
}
.home-intro + hr {
margin-top: 12px;
margin-bottom: 14px;
}
/* (SS,15/5/26) main footer */
.footer-main {
background-color: #c7ebff;
border-top: 1px solid #aee0fb;
}
.footer-main .container {
background-color: #c7ebff;
}
.footer-main h5 {
color: #111;
font-weight: 700;
}
.footer-main a {
color: #0d6efd;
text-decoration: none;
}
.footer-main a:hover,
.footer-main a:focus {
color: #0a58ca;
text-decoration: underline;
}
/* (SS,18/5/26) links in footer */
.footer-link-list {
align-items: flex-start;
line-height: 1.35;
}
.footer-link-list .nav-item {
margin-bottom: 0.35rem;
}
.footer-link-list .nav-item:last-child {
margin-bottom: 0;
}