@charset "UTF-8";
/* CSS Document */
a:focus { 
	outline: none;
}
strong {
    font-weight: 600;
}
.btn-primary {
    background-color: #32348b;
    border-color: #32348b;
    color: #FFF;
}
.btn-primary:hover {
    background-color: #232462;
    border-color: #232462;
    color: #FFF;
}
.btn-primary.focus, .btn-primary:focus {
    background-color: #232462!important;
    border-color: #232462!important;
    color: #FFF!important;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #32348b!important;
    border-color: #32348b!important;
    color: #FFF!important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    background-color: #232462!important;
    border-color: #232462!important;
    color: #FFF!important;
}
.btn-secondary {
    background-color: #E72718;
    border-color: #E72718;
    color: #FFF;
}
.btn-secondary:hover {
    background-color: #BE1E13;
    border-color: #BE1E13;
    color: #FFF;
}
.btn-secondary.focus, .btn-secondary:focus {
    background-color: #BE1E13!important;
    border-color: #BE1E13!important;
    color: #FFF!important;
}
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #E72718!important;
    border-color: #E72718!important;
    color: #FFF!important;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    background-color: #BE1E13!important;
    border-color: #BE1E13!important;
    color: #FFF!important;
}
.section {
    overflow-x: hidden;
}
.footer-bg {
    color: #FFF;
    background: #222;
}
.nav-footer {
	list-style: none;
    padding: 0;
}
.nav-footer > li {
	margin-bottom: 5px;
}
.nav-footer li a, footer a {
    color: #FFF;
}
.nav-footer li a:hover, footer a:hover {
    color: #E72718;
}
.footer-logo {
    width: 100px;
}
footer h5 {
    color: #E72718;
}
.social i {
  font-size: 36px;
  color: #FFF;
  padding: 0 10px;
}
.top-navbar .social i {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.65);
    padding: 0 5px;
}
#TopSearch {
    margin: 0;
}
.social i:hover {
  color: #E72718;
}
.cover-image {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.header-image {
    background-size: cover;
    background-position: center;
}
.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    border: 0;
}
.section {
    position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.card-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.card-cover .heading {
    font-size: 2.25rem;
}
.content {
    position: relative;
    z-index: 1;
}
.hidden {
    display: none!important;
}
.form-control::-webkit-input-placeholder {
    color: #AAA;
}
.form-control:-ms-input-placeholder {
    color: #AAA;
}
.form-control::-ms-input-placeholder {
    color: #AAA;
}
.form-select {
    border-radius: 0;
}
header {
    background: #FFF;
}
.img-gallery {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.card, .card-img-top, .card-header:first-child {
    border-radius: 0;
}
.card-img-cover {
    object-fit: cover;
    height: 250px;
}
.navbar-toggler {
	border: none;
	color: #FFF;
    font-size: 20px;
    font-weight: 500;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.modal-link {
    cursor: pointer;
}
.modal-header {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
}
.modal-buttons {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
#modalImage {
  width: 100%;
  aspect-ratio: 1 / 1;  /* Forces the image to be square */
  object-fit: contain;  /* Ensures the image is contained within the square */
}
header .logo {
    height: 100px;
    margin: 1.5rem;
}
header .risqs {
    height: 80px;
    margin: 1.5rem;
}
.reputably {
    height: 75px;
    padding: 5px 0;
    cursor: pointer;
}
.header {
    position: relative;
    background-size: cover;
    background-position: center;
}
.header h1, .no-header h1 {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    padding: 20px;
	color: #FFF;
}
.header-content {
    height: 400px;
}
#MainNav {
    min-height: 60px;
}
.navbar {
    background: #FFF;
    box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, 0.1);
}
.top-navbar {
    font-size: 0.9em;
    background: #EEE;
    height: 40px;
    padding: 0;
    box-shadow: none;
}
.navbar-collapse {
    margin-left: 1rem;
}
.navbar-brand .logo {
    height: 55px;
    cursor: pointer;
}
.navbar-brand .risqs {
    height: 40px;
    cursor: pointer;
}
.navbar-brand {
    padding: 0.5rem;
}
.nav-link:focus, 
.nav-link:active {
    outline: none;
    box-shadow: none;
}
.navbar-dark .nav-link {
    color: #FFF;
}
.navbar-dark .nav-link:focus, .navbar-dark .nav-link:hover {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}
.navbar.bg-transparent {
    background-color: transparent !important;
    transition: background-color 0.3s ease;
    width: 100%;
    z-index: 2;
    box-shadow: none;
}
.navbar.bg-transparent .nav-link {
    color: #FFF;
}
.navbar.bg-transparent:hover, .navbar.bg-transparent.scrolled, .navbar.bg-transparent.navbar-open {
    background-color: white !important;
    transition: background-color 0.3s ease;
    box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, 0.1)
}
.navbar.bg-transparent.scrolled {
    position: fixed;
    top: 0;
    z-index: 1020;
}
.navbar.bg-transparent:hover .nav-link, .navbar.bg-transparent.scrolled .nav-link, .navbar.bg-transparent.navbar-open .nav-link {
    color: rgba(0,0,0,0.8);
}
.navbar.bg-transparent:hover .navbar-toggler, .navbar.bg-transparent.scrolled .navbar-toggler, .navbar.bg-transparent.navbar-open .navbar-toggler {
    color: #000;
}
/* Prevent gap issues between the dropdown trigger and the menu */
.nav-item.dropdown:hover .dropdown-megamenu {
    display: block;
}

.dropdown-megamenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%; /* Align right below the trigger */
    width: 100%;
    z-index: 1050;
    padding: 1rem;
    background-color: #343a40;
    color: #fff;
    display: none; /* Hidden by default */
    transition: all 0.3s ease-in-out; /* Smooth transition for better UX */
}

.nav-item.dropdown {
    position: relative;
}

/* Ensure no gap between the trigger and the menu */
.navbar-nav .nav-item {
    position: relative;
    margin-bottom: -1px; /* Slight overlap to avoid losing hover */
}

.dropdown-menu {
    border-radius: 0;
}

.header-icons {
    font-size: 36px;
}

#navigation a {
    font-size: 26px;
    color: #FFF;
}
#navigation a:hover {
    color: #E72718;
}
#navigation .small {
    font-size: 12px;
}
/* Carousel */
.carousel .ratio-cover {
    height: 468px;
    position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.carousel-control-next i, 
.carousel-control-prev i {
	font-size: 40px;
}
.carousel-item {
  position: relative;
}
.carousel-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.carousel-caption .h1, .carousel-caption .h2, .carousel-caption .h3 {
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,1);
    margin-bottom: 1rem;
}
.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 50px;
}
.carousel-caption.top {
    bottom: auto;
    top: 0;
}
.carousel-caption.middle {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);   
}
.carousel-caption .h1 {
    font-size: 34px;
}
.carousel-caption .h2 {
    font-size: 28px;
}
.carousel-caption .h3 {
    font-size: 22px;
}
.carousel-caption p {
    font-size: 16px;
}
@media (min-width: 576px) {
    .carousel-caption {
        padding: 40px 100px;
    }
}
@media (min-width: 768px) {
    .carousel-caption .h1 {
        font-size: 40px;
    }
    .carousel-caption .h2 {
        font-size: 34px;
    }
    .carousel-caption .h3 {
        font-size: 28px;
    }
    .carousel-caption p {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .carousel .ratio-cover {
        height: 558px;
    }
    .carousel-caption .h1 {
        font-size: 48px;
    }
    .carousel-caption .h2 {
        font-size: 42px;
    }
    .carousel-caption .h3 {
        font-size: 36px;
    }
    .carousel-caption p {
        font-size: 20px;
    }
}
.img-thumbnail {
    border-radius: 0;
}
@media (min-width: 1400px) {
    .carousel .ratio-cover {
        height: 648px;
    }
}
.carousel-fade .review-carousel .carousel-item {
  transition: opacity 0s !important;
}
@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.figure.zoom-effect {
  overflow: hidden;
  display: inline-block;
  line-height: 0;
}
.zoom-effect img {
  animation: zoomEffect 8s ease-in-out infinite alternate;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.overlay-dark {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
}
.overlay-light {
    background-color: rgba(255, 255, 255, 0.6);
}
.section-overlay-dark::before {
    color: #FFF;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}
.section-overlay-light::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 0;
}
.section-overlay-primary::before, .section-overlay-secondary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.lightbox-carousel img {
    border-radius: 0;
	padding: 0;
    object-fit: cover!important;
    width: 100%!important;
}
/* Articles */
ul.article-meta {
	margin: 0 auto;
	padding: 0;
    list-style-type: none;
    margin-bottom: 0;
    font-weight: 400;
}
ul.article-meta li {
    display: inline-block;
	margin-right: 20px;
}
ul.article-meta i {
	margin-right: 5px;
    font-size: 1em;
}
.article-meta-container {
    padding: 15px 0;
    margin-bottom: 15px;
    text-align: center;
}
.list-group-item.active {
    background-color: rgba(0,0,0,.02);
    border-color: rgba(0,0,0,.03);
    color: #005D81;
}
/* Home Page */
.form-control {
    border-radius: 0;
}
.form-control:focus {
    color: #444;
    outline: 0;
    box-shadow: none;
}
.form-label {
    font-weight: 600;
}
#price, .price {
    font-size: 22px;
}
#map_canvas {
    width: 100%;
    height: 500px;
    margin-top: -20px;
}
.image-style-side {
    float: right;
    margin-left: 10px;
    max-width: 50%;
}
.image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.image > figcaption {
    caption-side: bottom;
    text-align: center;
    word-break: break-word;
    color: #333;
    background-color: #F7F7F7;
    padding: .6em;
    font-size: .75em;
}
.image-icon {
    max-width: 100px;
    padding-bottom: 20px;
}
.image-gallery {
    --bs-modal-border-radius: 0;
}
.image-gallery .close i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.image-gallery .close i:hover {
    color: rgba(255, 255, 255, 1);
}

.image-gallery .close {
    background: none;
    border: none;
}
blockquote {
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #CCC;
}
.list-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.col-form-label {
    font-weight: 600;
    text-align: right;
    margin-top: 5px;
}
.text-light .figure-caption {
    color: #EEE;
}
.alert {
    border-radius: 0;
}
.alert p:last-child {
    margin-bottom: 0;
}
.object-fit-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.card i {
    font-size: 40px;
    margin-bottom: 10px;
}
.card-title {
    font-size: 18px;
}
.map {
  width: 100%;
  height: 500px;
}
@media (min-width: 992px) {
    .location-results {
      height: 500px;
      overflow: scroll;
    }
}
.gm-style .gm-style-iw-c {
  border-radius: 0;
  box-shadow: 0 2px 7px 1px rgba(0,0,0,0.1);
}
.gm-ui-hover-effect {
  top: 0!important;
  right: 0!important
}
.info_content {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color: #444;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px;
}
.info_content h4 {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 20px;
  font-weight: 400;
  color: #222;
  margin: 0;
}
.info_content h4:focus {
  outline: none !important;
  box-shadow: none !important;
}
.stars i {
  color: #FED450!important;
  font-size: 24px!important;
  padding-top: 30px!important;
}
.review-logo {
  width: 150px;
  padding: 20px 0;
}
#ScrollTopButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.product .container, .category .container {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}
.product-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.product-container {
    position: relative;
}
.product-gallery {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}
.product-gallery img {
    max-width: 100%;
    height: auto;
}
@media (min-width: 576px) {
    .product-gallery img {
        height: 154px;
        object-fit: cover;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .product-gallery img {
        height: 135px;
    }
}
@media (min-width: 1200px) {
    .product-gallery img {
        height: 163px;
    }
}
@media (min-width: 1400px) {
    .product-gallery img {
        height: 191px;
    }
}
.favourite-container {
    z-index: 2;
}
.product-container .stretched-link {
    z-index: 1;
}
.favourite-button {
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}
.favourite-button i {
    font-size: 30px;
    color: #E72718;
}
.favourite-button:hover {
    animation: pulse 0.5s 3;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.product-container {
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}
.product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1500;
}
.card-content {
    z-index: 10;
    padding: 20px 20px 4px 20px;
}
.feed-title {
    font-size: 20px;
    font-weight: 500;
}
.article-title {
    font-size: 24px;
    font-weight: 600;
}
.feed-item, .article-item {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
}
.article-inner {
    height: 100%!important;
}
.numbers {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}
@media (max-width: 991.98px) {
    #countdown {
        margin-top: 5px;
    }
}
.countdown-box {
    border: none;
    border-radius: 6px;
    width: 75px;
    margin: 0 0.15em;
}
.countdown-label {
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1;
}
.countdown-heading {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.social-link {
    margin: 10px;
}
.dropzone {
    border: 1px solid rgb(222, 226, 230)!important;
}
.dz-progress {
    visibility: hidden!important; 
}
.dropzone .dz-message {
    margin: 3em 0!important;
}

/* Off-Canvas Styles */
.offcanvas {
    width: 300px; /* Adjust menu width */
}

.offcanvas-title {
    font-size: 24px;
}

.offcanvas-body {
    padding: 0;
}

/* Accordion Button Styles */
.accordion-button {
    background-color: #32348b;
    color: #FFF;
    font-weight: 500;
}

.accordion-item {
    border: none;
}

.accordion-item:first-of-type>.accordion-header .accordion-button, .accordion-item:first-of-type, .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed, .accordion-item:last-of-type {
    border-radius: 0;
}

.accordion-button:hover {
    background-color:  #232462;
    color: #FFF;
}
.accordion-button:not(.collapsed) {
    color: #FFF;
    background-color:  #232462;
    box-shadow: none;
}
.accordion-body {
    background-color: #FFF;
    color: #32348b;
}

.accordion-body ul {
    padding-left: 1rem;
}

.accordion-body ul li {
    margin: 0.75rem 0;
}

.accordion-body ul li a {
    color: #32348b;
    text-decoration: none;
}

.accordion-body ul li a:hover {
    color: #E72718;
}

.accordion-button::after {
    content: '';
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin-left: auto;
    border-style: solid;
    border-width: 0.2em 0.2em 0 0;
    transform: rotate(45deg);
    color: inherit;
    border-color: currentColor;
    background-image: none;
    transition: transform 0.3s ease, color 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(135deg);
    background-image: none;
}

/* Position the custom close button to the top-right */
.custom-close-btn {
    position: absolute;
    top: 1.2rem; /* Adjust as needed */
    right: 0.75rem; /* Keep it aligned to the right */
    background-color: transparent; /* No background */
    border: none; /* Remove border */
    width: 1.5rem; /* Adjust size */
    height: 1.5rem; /* Adjust size */
    cursor: pointer;
}

.custom-close-btn:focus {
    outline: none; /* Remove blue outline */
    box-shadow: none; /* Remove any focus shadow */
}

/* Create the "X" using pseudo-elements */
.custom-close-btn::before,
.custom-close-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem; /* Adjust thickness to match arrows */
    height: 0.2rem; /* Line thickness */
    background-color: #ffffff; /* White colour for the "X" */
    transform-origin: center;
    transition: background-color 0.3s ease; /* Smooth transition */
}

/* Rotate the lines to form the "X" */
.custom-close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.custom-close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
/* Main carousel images: square with object-fit */
.carousel-item img.main-image {
  width: 100%;
  aspect-ratio: 1 / 1;  /* Ensures a square ratio */
  object-fit: contain;
}
/* The viewport that clips the thumbnails */
.thumbnails-viewport {
  width: 100%;
  overflow: hidden; /* This hides any overflow from the inner container */
}

/* The inner container that holds all the thumbnails and will be translated */
.thumbnails {
  display: flex;
  transition: transform 0.3s ease; /* Smooth sliding effect */
}

/* Style each thumbnail image */
.thumbnails img {
  flex: 0 0 25%;      /* Four thumbnails per row */
  max-width: 24.5%;
  aspect-ratio: 1 / 1; /* Ensures the image remains square */
  object-fit: contain;
  cursor: pointer;
  margin-right: 5px;  /* Adjust this value if you need more or less spacing */
}

/* Optionally remove the right margin from the last thumbnail */
.thumbnails img:last-child {
  margin-right: 0;
}

/* Style the thumbnail arrow buttons */
.thumbnail-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  padding: 0.5rem;
  cursor: pointer;
}

.thumbnail-arrow.prev {
  left: 0;
}

.thumbnail-arrow.next {
  right: 0;
}
.breadcrumb {
    background: #EEE;
    padding: 10px;
}
.highlight {
    background: #EEE;
    padding: 10px;
    font-size: 0.9em;
}
.basket-thumbnail {
    width: 100px; /* Fixed width */
    height: 100px; /* Fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: none;
}

.basket-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Keeps aspect ratio without cropping */
}

.step i {
	font-size: 30px;
	color: #E72718;
}
div.dt-container .dt-paging .dt-paging-button {
    padding: 0!important;
}
div.dt-container .dt-paging .dt-paging-button:hover {
    background: none!important;
    border-color: transparent!important;
}
div.dt-container .dt-paging .ellipsis {
    height: 38px;
}
.page-link {
    color: #32348b!important;
}
.active>.page-link, .page-link.active {
    background-color: #32348b!important;
    border-color: #32348b!important;
    color: #FFF!important;
}
