@charset "UTF-8";
@import url("https://use.typekit.net/tdd7xtf.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

.flexround {
  margin: 15px;
}

.clear {
  min-height: 1%;
}

body {
  font-size: 14px;
  font-weight: 300;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  color: #000;
  line-height: 22px;
}

strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #4e4e4e;
}

h1 {
  font-size: 37px;
  color: #3f93d1;
  margin-top: 30px;
  font-weight: 400;
  line-height: 45px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-family: filson-soft, sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: bold;
}

h4 {
  font-size: 14px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

a {
  color: #3f93d1;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #004676;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.center {
  text-align: center;
}

fieldset {
  float: left;
  width: 90%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFF;
  border: 2px solid #fff;
  color: #333;
  text-align: center;
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 50px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

fieldset p {
  font-size: 16px;
  color: #333333;
  padding: 10px 0 0 0;
  margin: 0;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1400px !important;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 992px) {
  .footer .container {
    max-width: 740px !important;
  }

  .tabMargin {
    margin-top: 20px !important;
  }

  .hideMeTab {
    display: none !important;
  }

  .tabCenter {
    text-align: center;
  }

  .tabLeft {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .hideMeMobile {
    display: none !important;
  }

  .mobileCenter {
    text-align: center;
  }

  .mobileMarginDouble {
    margin-top: 40px;
  }

  .mobileMargin {
    margin-top: 20px;
  }
}
.newsPadding {
  margin-top: 60px;
}

.stayPadding {
  margin-top: 120px;
  margin-bottom: 120px;
}

.pull-right {
  float: right;
}

.hidden {
  display: none !important;
}

.marginTopten {
  margin-top: 10px !important;
}

.marginTop {
  margin-top: 20px !important;
}

.marginTopDouble {
  margin-top: 40px !important;
}

.marginTopDoubleD {
  margin-top: 80px !important;
}

.marginBottom {
  margin-bottom: 20px !important;
}

.marginBottomDouble {
  margin-bottom: 40px !important;
}

.paddingTop {
  padding-top: 20px !important;
}

.paddingTopDouble {
  padding-top: 40px !important;
}

.paddingBottom {
  padding-bottom: 20px !important;
}

.paddingBottomDouble {
  padding-bottom: 40px !important;
}

.no_row_margin {
  margin-left: 0px;
  margin-right: 0px;
}

.white_bg {
  /*    background-color: #fff;*/
  padding-left: 0px;
  padding-right: 0px;
}

.green {
  color: #42b574 !important;
}

.red {
  color: #db2424 !important;
}

.cursor, .button {
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

.title {
  font-size: 40px;
  color: #3f93d1;
}

.border_green_line {
  padding-bottom: 20px;
  margin-bottom: 10px;
  margin-top: 60px;
}

.grey_bg {
  margin-bottom: 60px;
  margin-top: 20px;
}

.mobile_impact {
  display: none !important;
}

@media only screen and (max-width: 400px) {
  .hide-xs {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  .logo_desktop {
    display: none;
  }
}
body {
  font-family: "Open Sans", sans-serif !important;
}

.newHeader {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  display: flex;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.newHeader .logoLeft {
  flex: 1 0 auto;
  max-width: 330px;
}
.newHeader .logoLeft img {
  width: 100%;
  max-width: 290px;
}
.newHeader .seachTrust {
  flex: 1 0 50%;
  position: relative;
  padding-left: 30px;
}
.newHeader .seachTrust .trustpilot-wrapper {
  width: 765px;
  /* visual width you want */
  overflow: hidden;
  /* crops the widget */
  position: absolute;
  left: -107px;
  top: 30px;
  z-index: 1000;
}
.newHeader .seachTrust .trustpilot-wrapper iframe {
  width: 850px !important;
  /* MUST stay 850 */
  height: 28px !important;
  border: 0;
  display: block;
  z-index: 1001;
}
.newHeader .seachTrust input {
  margin-top: 65px;
  border: 1px solid #43B3FA;
  font-size: 14px;
  padding: 12px 15px;
  box-shadow: 1px 1px 3px #0000001f;
  border-radius: 5px;
  max-width: 650px;
}
.newHeader .seachTrust .searchIcon {
  background-color: transparent !important;
  border: none;
  margin-left: -50px;
  z-index: 9;
  color: #43B3FA;
  font-size: 22px;
  height: 35px;
  margin-top: 72px;
}
.newHeader .seachTrust .searchIcon svg {
  color: #43B3FA !important;
}
.newHeader .loginBasket {
  flex: 1 0 auto;
  width: 100%;
  max-width: 300px;
  display: inline-flex;
  margin-top: 68px;
}
.newHeader .loginBasket a {
  font-size: 18px;
  font-weight: 700;
  color: #707070;
  margin: 0 22px;
}
.newHeader .loginBasket i, .newHeader .loginBasket svg {
  font-size: 16px;
  color: #4FB7FA !important;
  margin-right: 8px;
}

.guidesOverview {
  margin-top: 40px;
}
.guidesOverview .text-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

/* ============================
   GENERAL LAYOUT
============================ */
.mega-nav {
  font-family: "Open Sans", sans-serif !important;
  background: #fff;
  position: relative;
}

/* Mobile toggle button */
.mobile-toggle {
  display: none;
  width: 100%;
  padding: 14px;
  background: #38B6FF;
  color: #fff;
  border: none;
  max-width: 72px;
  font-size: 18px;
  text-align: left;
}

.mobileSearch {
  flex: 1 0 45%;
  max-width: 415px;
  padding-top: 8px;
}

.top-level {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #43B3FA;
  display: flex;
}

.topMenuWrap {
  max-width: 1500px;
  margin: auto;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.menuSellingPointsTrack {
  display: flex;
  flex: 1 0 auto;
}

.menuSellingPoints {
  color: #ffffff;
  flex: 1 0 auto;
  font-size: 17px;
  font-weight: 700;
  padding: 14px 18px;
  text-align: center;
  white-space: nowrap;
}

/* Browse link styling stays normal on desktop */
.menu-trigger {
  text-decoration: none;
}

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

.menuSellingPoints i, svg {
  color: #1B1B1B !important;
  margin: 0 10px;
  font-size: 20px;
}

.top-level > li {
  position: relative;
  width: 100%;
}

/* Top level menu link */
.menu-trigger {
  padding: 14px 18px;
  display: block;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  position: relative;
  /* Ensure the mega menu is positioned correctly */
}

/* ============================
   FULL-WIDTH MEGA MENU
============================ */
.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100vw;
  /* Full browser width */
  background: #fff;
  padding: 30px 40px;
  display: none;
  /* Initially hidden */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 2000;
}

/* Inner container to center the columns */
.mega-menu-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  margin-top: -5px;
}

/* ============================
   COLUMNS
============================ */
.mega-column {
  width: 20%;
  padding: 0 10px;
  min-width: 180px;
}

.mega-column h3 {
  color: #43B3FA;
  font-size: 14px;
  margin: 3px 0 8px;
  font-weight: bold;
  margin-bottom: 2px;
}

.mega-column a {
  display: block;
  font-size: 13px;
  color: #333;
  padding: 1px 0;
  text-decoration: none;
  line-height: 20px;
}

.mega-column a:hover {
  text-decoration: underline;
}

/* ============================
   RESPONSIVE (TABLET + MOBILE)
============================ */
.mobile-drawer {
  display: none;
}

.mobileTopBar {
  display: flex;
  display: none;
  background-color: #38b6ff;
  color: #fff;
}
.mobileTopBar svg {
  color: #fff !important;
  margin-top: 0;
  font-size: 26px;
  margin-right: 12px;
}
.mobileTopBar .cartIcon svg {
  margin-top: 12px !important;
}
.mobileTopBar .cartIcon .price {
  display: none;
}
.mobileTopBar .items {
  display: none !important;
}

.mobile-chevron {
  display: none;
}

@media (max-width: 1400px) {
  .subcategories .subcategory {
    flex: 1 0 18% !important;
    max-width: 18% !important;
  }
}
@media (max-width: 1250px) {
  .subcategories .subcategory {
    flex: 1 0 25% !important;
    max-width: 25% !important;
  }
}
@media (max-width: 1140px) {
  .subcategories .subcategory {
    flex: 1 0 30% !important;
    max-width: 30% !important;
  }

  .menuSellingPoints {
    font-size: 16px;
    padding: 14px 4px;
    text-align: center;
  }

  .loginBasket {
    max-width: 200px !important;
  }

  .moreFromSection .card {
    background-color: #fff;
    width: 33% !important;
  }

  .didyouknow img {
    max-width: 190px;
  }
}
.showMeTab {
  display: none;
}

@media (max-width: 991px) {
  .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .showMeTab {
    display: block;
  }

  .hideMeTab {
    display: none;
  }

  .newHeader .showMeTab {
    display: block;
    margin: 17px auto -3px auto;
  }

  .cartArea {
    flex: 1 0 auto;
    text-align: right;
    padding-right: 25px;
    padding-top: 1px;
  }

  .mega-menu {
    display: none;
  }

  .desktopSearch {
    display: none;
  }

  .mobileTopBar {
    display: flex;
  }

  .searchIcon {
    display: none;
  }

  .mobileSearch .input-group .custom-select:not(:last-child), .mobileSearch .input-group .form-control:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .topMenuItems {
    background-color: #00a9c8;
    color: #fff;
    padding: 18px 14px 12px 14px;
  }
  .topMenuItems a, .topMenuItems svg {
    color: #fff !important;
  }
  .topMenuItems .closeMenuButton {
    float: right;
    font-size: 20px;
    color: #fff !important;
  }

  .mobile-drawer {
    display: inherit;
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: -webkit-fill-available;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    transition: left 0.3s ease;
  }

  .mobile-drawer.active {
    left: 0;
  }

  .mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 9998;
  }

  .mobile-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-section {
    border-bottom: 1px solid #eee;
  }

  .mobile-title {
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    background: #f7f7f7;
  }

  .mobile-section:nth-child(odd) .mobile-title {
    background: #ebebeb;
  }

  .mobile-links {
    display: none;
    padding: 0 15px 10px;
  }

  .mobile-links a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    text-decoration: none;
    color: #333;
  }

  /* Show on mobile */
  .mobile-chevron {
    display: inline-block;
    margin-left: auto;
    transition: transform 0.3s ease;
  }

  .mobile-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }

  /* Rotate when open */
  .mobile-title.open .mobile-chevron {
    transform: rotate(90deg);
  }

  /* Hide desktop trigger, show mobile button */
  .menu-trigger {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }

  .top-level > li {
    display: block;
  }

  /* Mega menu becomes an accordion */
  .mega-menu {
    position: static;
    width: 100%;
    padding: 15px;
    box-shadow: none;
    display: none;
  }

  .mega-nav.open .mega-menu {
    display: block;
  }

  .mega-menu-inner {
    flex-wrap: wrap;
  }

  .mega-column {
    width: 50%;
    padding: 10px;
  }

  .newHeader {
    flex-wrap: wrap;
  }
  .newHeader .logoLeft {
    flex: 1 0 100%;
    max-width: unset;
    text-align: center;
  }
  .newHeader .seachTrust {
    flex: 1 0 100%;
    position: relative;
    padding-left: 30px;
  }
  .newHeader .trustpilot-wrapper {
    position: absolute !important;
    left: unset !important;
  }
  .newHeader .input-group {
    justify-content: center;
  }

  .loginBasket {
    display: none !important;
  }

  /* Hide browse link */
  .menu-trigger {
    display: none;
  }

  /* Kill desktop flex behaviour */
  .topMenuWrap {
    display: block;
    overflow: hidden;
  }

  /* Scrolling track */
  .menuSellingPointsTrack {
    display: flex;
    transform: translateX(0);
    animation: scrollSellingPoints 15s infinite;
  }

  /* Full-width slides */
  .menuSellingPoints {
    flex: 0 0 100%;
    min-width: 100%;
    width: 100%;
    font-size: 15px;
    text-align: center;
  }
}
@keyframes scrollSellingPoints {
  0% {
    transform: translateX(0%);
  }
  30% {
    transform: translateX(0%);
  }
  35% {
    transform: translateX(-100%);
  }
  65% {
    transform: translateX(-100%);
  }
  70% {
    transform: translateX(-200%);
  }
  95% {
    transform: translateX(-200%);
  }
  /* invisible snap back */
  99% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media (max-width: 767px) {
  .moreFromSection .card {
    background-color: #fff;
    width: 100% !important;
  }

  .subcategories .subcategory {
    flex: 1 0 45% !important;
    max-width: 45% !important;
  }
}
/* SMALL MOBILE */
@media (max-width: 600px) {
  .mega-column {
    width: 100%;
  }
}
/* ========== TOP INFO BOXES ========== */
.category-info-boxes {
  max-width: 1550px;
  margin: 0 auto;
  padding: 20px;
  overflow: visible;
}

.info-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.info-box {
  background: #38B6FF;
  padding: 30px 35px 18px 35px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: 1px 3px 7px 3px rgba(0, 0, 0, 0.1);
}

.alt-info-box {
  background: #FFDE59;
  color: #3A1B05;
}

.info-box i,
.info-box svg {
  font-size: 50px;
  margin-bottom: 10px;
  color: #ffffff !important;
}

.info-box h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
  color: #ffffff;
}

.info-box p {
  font-size: 16px;
  margin: 0;
}

.alt-info-box h4,
.alt-info-box i,
.alt-info-box svg {
  color: #3A1B05 !important;
}

/* ========== SECTION TITLE BAR ========== */
.category-title-bar {
  margin: 30px 0 20px;
  background: #0094EA;
  color: #fff;
  padding: 16px 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
}

/* ========== CATEGORY GRID ========== */
.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.category-card {
  display: block;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card:hover {
  transform: translateY(-5px);
  /* Subtle lift on hover */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  /* Stronger shadow on hover */
}

.category-card img {
  width: 100%;
  aspect-ratio: 16/11;
  object-fit: cover;
  background: #ddd;
}

.category-card span {
  display: block;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  background: #F2F2F2;
  transition: background-color 0.3s ease;
  /* Smooth transition for background color */
}

/* Category footer colours for variety (optional) */
.category-card span {
  background: #43B3FA;
  color: #fff;
}

.cat-card-alt span {
  background: #FFDE59;
  color: #131313;
}

.full-bar-blue {
  background-color: #43B3FA;
  width: 100%;
  height: 20px;
  margin-top: 40px;
}

.full-bar-yellow {
  background-color: #FFDE59;
  width: 100%;
  height: 20px;
  margin-top: 40px;
}

.trustPilotCarousel {
  width: 100%;
  max-width: 1500px;
  margin: 80px auto;
}

.moreFromSection {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  background-image: url("../images/bubble-bg.jpg");
  border-radius: 8px;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
}
.moreFromSection .header {
  text-align: center;
  margin: 25px 20px 38px 20px;
}
.moreFromSection .header h3 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 3px;
  line-height: 28px;
}
.moreFromSection .header p {
  font-size: 1.2rem;
  color: #fff;
}
.moreFromSection .cards-container {
  display: flex;
  gap: 22px;
  max-width: 1400px;
  justify-content: center;
  text-align: center;
  margin: auto;
}
.moreFromSection .card {
  background-color: #fff;
  width: 25%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: #333;
}
.moreFromSection .card-header {
  font-size: 18px;
  color: #010121;
  font-weight: bold;
  margin-bottom: 15px;
  background-color: #FFDE59;
}

.card-header h4 {
  font-size: 16px;
  color: #000;
}

.didyouknow {
  margin-top: 15px;
}
.didyouknow p {
  margin-top: 15px;
}

.moreFromSection .card-content {
  font-size: 16px;
  color: #444444;
  padding: 10px 30px 22px 30px;
}

.moreFromSection .card-content a {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #2EA1E9;
  text-decoration: none;
  font-weight: bold;
}

.moreFromSection .card-content a:hover {
  text-decoration: underline;
}

.didYouKnowContainer {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  margin: 20px;
}

.productOfMonth img {
  width: 100% !important;
  max-width: 195px;
  margin-top: -10px;
  margin-bottom: 15px;
}

.productOfMonth h3 {
  font-size: 16px;
}

.productOfMonth a {
  width: 100%;
}

.productOfMonth button {
  background-color: #FFDE59;
  border: none;
  width: 100%;
  padding: 6px 5px;
  font-size: 14px;
  font-weight: 600;
  color: #131313;
  border-radius: 5px;
}

.icon svg {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  fill: none;
  stroke: #3A9DFF;
}

.text h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.didYouKnowContainer .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.didYouKnowContainer .text {
  display: flex;
  align-items: center;
}

.brandLogo {
  /* Logo sizing */
}
.brandLogo .carousel {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}
.brandLogo .track {
  display: flex;
  flex-wrap: nowrap;
  animation: scroll 18s linear infinite;
}
.brandLogo .track img {
  height: 2vw;
  min-height: 50px;
  max-height: 110px;
  margin: 30px 30px 15px 30px;
  flex-shrink: 0;
  object-fit: contain;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .track img {
    height: 10vw;
    margin: 0 20px;
  }

  .track {
    animation: scroll 25s linear infinite;
  }

  .cards-container {
    flex-wrap: wrap;
  }
}
.copyright {
  color: #9B9B9B;
  margin-top: 14px;
  font-size: 16px;
}

.trustLogoWrap {
  display: inline-flex;
  padding-left: 0;
  margin-left: -15px;
}
.trustLogoWrap img {
  width: 100%;
  max-width: 280px;
  height: 100px;
  margin-top: 12px;
}

.footer {
  background-color: #F6F6F6;
}

.subcategories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.subcategories .topBlueBanner {
  background-color: #43b3fa;
  text-align: center;
  padding: 30px 15px;
  border-radius: 5px;
  border: 1px solid #E2E2E2;
  box-shadow: 0px 0px 1px 1px #ffde598c;
  width: 100%;
  margin-top: 22px;
  max-width: 1500px;
}
.subcategories .topBlueBanner h2 {
  color: #FFDE59;
  font-size: 24px;
  font-weight: 700;
  padding-top: 10px;
}
.subcategories .topBlueBanner p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 0;
}
.subcategories .subcatTitle {
  font-weight: 600;
  margin: 6px 0;
}
.subcategories .subcategoryRow {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 25px;
  justify-content: center;
  max-width: 1400px;
}
.subcategories .subcategoryBtn {
  background-color: #ffde59;
  width: 100%;
  max-width: 240px;
  padding: 7px;
  border-radius: 5px;
  margin-top: auto;
  font-weight: 600;
  text-align: center;
}
.subcategories .subcategory:hover {
  transform: translateY(-2px);
  transition: 0.2s ease;
}
.subcategories .subcategory {
  background-color: #43b3fa;
  box-shadow: rgba(108, 108, 108, 0.38) 1px 1px 2px 1px;
  border-radius: 5px;
  margin: 8px 10px;
  padding: 8px;
  text-align: center;
  flex: 1 1 220px;
  max-width: 260px;
  display: flex;
}
.subcategories .subcategory p {
  font-size: 15px;
  font-weight: 500;
  color: #2c2c2c;
  padding: 12px 4px;
  margin: auto;
}
.subcategories .subcategory button {
  background-color: #FFDE59;
  border: none;
  width: 100%;
  border-radius: 5px;
  padding: 7px;
  max-width: 240px;
  margin-bottom: 5px;
}
.subcategories .subcategoryLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  height: 100%;
  width: 100%;
}
.subcategories .subcatimg {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  margin-bottom: 8px;
}

@media (max-width: 600px) {
  .subcategories .subcategory {
    flex: 1 1 45%;
    max-width: none;
  }
}
.has-mega {
  position: relative;
}

.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  background: #fff;
  z-index: 2000;
}

/* ===============================
   CLEANING GUIDES OVERVIEW
   =============================== */
.guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 20px;
}

/* Card */
.guide-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.guide-card:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

/* Image */
.guide-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

/* Content */
.guide-content {
  padding: 16px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Date */
.guide-date {
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 6px;
}

/* Title */
.guide-title {
  margin: 0 0 10px;
  font-size: 1.1rem;
  line-height: 1.3;
}

.guide-title a {
  color: #222;
  text-decoration: none;
}

.guide-title a:hover {
  text-decoration: underline;
}

/* Description */
.guide-description {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 14px;
}

/* CTA */
.guide-link {
  margin-top: auto;
  font-size: 0.9rem;
  font-weight: 600;
  color: #43b3fa;
  text-decoration: none;
}

.guide-link:hover {
  text-decoration: underline;
}

/* ===============================
   GUIDES HERO
   =============================== */
.guides-hero {
  position: relative;
  background-image: url("../images/cleaning-guides.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  padding: 55px 40px;
  margin-bottom: 40px;
  color: #ffffff;
  overflow: hidden;
  margin-top: 20px;
}

/* soft overlay for readability */
.guides-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(231, 231, 231, 0.16);
}

.guides-hero > * {
  position: relative;
  z-index: 1;
}

.guides-title {
  font-size: 31px;
  color: #3f93d1;
  margin-top: 0px;
  font-weight: 400;
  line-height: 45px;
}

/* Subtitle */
.guides-subtitle {
  font-size: 16px;
  max-width: 640px;
  line-height: 18px;
  opacity: 1;
  color: #000;
  font-weight: 500;
}

/* ===============================
   GUIDE DETAIL PAGE
   =============================== */
.guide-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  gap: 16px;
  flex-wrap: wrap;
}

.guide-page {
  max-width: 960px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.guide-breadcrumb {
  margin-top: 24px;
  font-size: 0.85rem;
  color: #777;
}

.guide-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.guide-title {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #222;
  flex: 1;
}

/* Share button */
.guide-share {
  font-size: 0.85rem;
  padding: 6px 14px;
  border: 1px solid #ddd;
  border-radius: 20px;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.guide-share:hover {
  background: #f5f5f5;
  border-color: #ccc;
}

/* ===============================
   ARTICLE PAGE MODERN LAYOUT
   =============================== */
.article-page {
  max-width: 960px;
  margin: 0 auto 80px;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

/* HERO IMAGE */
.article-hero img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 40px;
}

/* TITLE + SHARE */
.article-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.article-title {
  font-size: 2.4rem;
  line-height: 1.25;
  color: #222;
  margin: 0;
  flex: 1;
}

.article-share {
  font-size: 0.85rem;
  padding: 6px 14px;
  border: 1px solid #ddd;
  border-radius: 20px;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.article-share:hover {
  background: #f5f5f5;
  border-color: #ccc;
}

/* ARTICLE CONTENT */
.article-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.article-content {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #333;
}

.article-content p {
  margin-bottom: 20px;
}

.article-content h2, .article-content h3 {
  margin-top: 36px;
  margin-bottom: 12px;
}

.article-content ul, .article-content ol {
  margin: 20px 0 24px 24px;
}

.article-content li {
  margin-bottom: 10px;
}

/* VIDEO GALLERY */
.article-video-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.video-item {
  flex: 1 1 300px;
  min-width: 280px;
}

/* ===============================
   RESPONSIVE
   =============================== */
@media (max-width: 768px) {
  .article-title {
    font-size: 2rem;
  }

  .article-content {
    font-size: 1rem;
  }

  .video-item {
    flex: 1 1 100%;
  }
}
@media (max-width: 480px) {
  .article-title {
    font-size: 1.7rem;
  }
}
/* ===============================
   RESPONSIVE
   =============================== */
@media (max-width: 600px) {
  .guide-title-row {
    align-items: flex-start;
  }

  .guide-title {
    font-size: 1.8rem;
  }

  .guide-share {
    margin-top: 8px;
  }
}
.guide-breadcrumb a {
  color: #0073aa;
  text-decoration: none;
}

.guide-breadcrumb a:hover {
  text-decoration: underline;
}

.guide-breadcrumb span {
  margin: 0 6px;
}

.guide-breadcrumb .current {
  color: #555;
}

/* Header */
.guide-header {
  margin: 60px 0 40px;
}

.guide-title {
  font-size: 2.4rem;
  line-height: 1.25;
  margin: 0;
  color: #222;
}

/* Body */
.guide-body {
  display: flex;
  justify-content: left;
}

.guide-content {
  margin-top: -30px;
  width: 100%;
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #333;
}

/* Typography inside content */
.guide-content h2 {
  font-size: 1.6rem;
  margin: 48px 0 16px;
}

.guide-content h3 {
  font-size: 1.3rem;
  margin: 36px 0 12px;
}

.guide-content p {
  margin-bottom: 20px;
}

.guide-content ul,
.guide-content ol {
  margin: 20px 0 24px 24px;
}

.guide-content li {
  margin-bottom: 10px;
}

/* Images inside content */
.guide-content img {
  max-width: 100%;
  height: auto;
  margin: 32px 0;
  border-radius: 6px;
}

/* Blockquotes */
.guide-content blockquote {
  margin: 32px 0;
  padding: 20px 24px;
  background: #f7f7f7;
  border-left: 4px solid #0073aa;
  font-style: italic;
}

/* Links */
.guide-content a {
  color: #0073aa;
  text-decoration: underline;
}

.guide-content a:hover {
  text-decoration: none;
}

/* ===============================
   RESPONSIVE
   =============================== */
@media (max-width: 768px) {
  .guide-header {
    margin: 40px 0 24px;
  }

  .guide-title {
    font-size: 2rem;
  }

  .guide-content {
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  .guide-title {
    font-size: 1.7rem;
  }

  .guide-page {
    margin-bottom: 60px;
  }
}
/* ===============================
   RESPONSIVE
   =============================== */
@media (max-width: 1024px) {
  .guides-hero {
    padding: 64px 32px;
  }
}
@media (max-width: 768px) {
  .guides-hero {
    padding: 56px 24px;
  }

  .guides-title {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .guides-hero {
    padding: 48px 20px;
    border-radius: 0;
  }

  .guides-title {
    font-size: 1.7rem;
  }

  .guides-subtitle {
    font-size: 0.95rem;
  }
}
/* ===============================
   RESPONSIVE
   =============================== */
@media (max-width: 1024px) {
  .guides-grid {
    gap: 20px;
  }

  .guide-image img {
    height: 180px;
  }
}
@media (max-width: 768px) {
  .guide-title {
    font-size: 1.05rem;
  }

  .guide-description {
    font-size: 0.92rem;
  }
}
@media (max-width: 600px) {
  .guides-grid {
    grid-template-columns: 1fr;
  }

  .guide-image img {
    height: 160px;
  }

  .guide-content {
    padding: 14px 16px 18px;
  }
}
/* ========== RESPONSIVE ========== */
@media (max-width: 1100px) {
  .category-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .info-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .info-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 550px) {
  .category-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 450px) {
  .subcategories .subcategory {
    flex: 1 0 40% !important;
    max-width: 50% !important;
  }
}
/* Wrapper holding grid + side bubbles */
.category-grid-bubbles {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  /* full width */
  z-index: 10;
  /* higher than parent content */
}

/* Side bubble columns */
.side-bubbles {
  position: relative;
  width: 130px;
  overflow: visible;
  /* ensure bubbles aren’t clipped */
  pointer-events: none;
  z-index: 9999999;
  /* on top of other content */
}

/* ============================= */
/* DARKER, MORE VISIBLE BUBBLES  */
/* ============================= */
.side-bubbles::before,
.side-bubbles::after {
  content: "";
  position: absolute;
  bottom: -80px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 99999;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9) 0%, rgba(80, 160, 255, 0.9) 40%, rgba(30, 120, 240, 0.8) 70%, rgba(0, 90, 200, 0.7) 100%);
  box-shadow: 0 0 10px rgba(30, 120, 240, 0.9), 0 0 20px rgba(30, 120, 240, 0.5);
  opacity: 1;
  animation: rise-dark 6s infinite ease-in;
}

/* Add a second bubble for variety */
.side-bubbles::after {
  left: 30px;
  width: 22px;
  height: 22px;
  animation-duration: 8s;
  opacity: 0.9;
  z-index: 99999;
}

/* ============================= */
/* DARKER RISE ANIMATION         */
/* ============================= */
@keyframes rise-dark {
  0% {
    transform: translateY(0) scale(0.8);
    opacity: 0.2;
  }
  25% {
    opacity: 1;
  }
  100% {
    transform: translateY(-380px) scale(1.8);
    opacity: 0;
  }
}
/* Make grid take the main width */
.category-grid {
  flex: 1;
  max-width: 1500px;
}

/* ===== Wrapper ===== */
.category-grid-bubbles {
  position: relative;
  display: flex;
  justify-content: center;
}

/* ===== Side bubble container ===== */
.side-bubbles {
  position: relative;
  width: 130px;
  /* thickness of bubble area */
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  max-width: 130px;
}

.side-bubbles .bubble {
  z-index: 999999999;
  position: absolute;
  border-radius: 50%;
  opacity: 0.8;
  animation-name: rise-iridescent;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9) 0%, rgba(173, 216, 230, 0.6) 30%, rgba(135, 206, 250, 0.5) 60%, rgba(255, 192, 203, 0.2) 100%);
  box-shadow: 0 0 12px rgba(135, 206, 250, 0.6);
}

/* ===== Multiple starting heights ===== */
.side-bubbles .bubble:nth-child(1) {
  left: 10%;
  width: 24px;
  height: 24px;
  bottom: 60%;
  animation-duration: 7s;
  animation-delay: 0s;
}

.side-bubbles .bubble:nth-child(2) {
  left: 30%;
  width: 30px;
  height: 30px;
  bottom: 50%;
  animation-duration: 8s;
  animation-delay: 1s;
}

.side-bubbles .bubble:nth-child(3) {
  left: 50%;
  width: 20px;
  height: 20px;
  bottom: 55%;
  animation-duration: 6s;
  animation-delay: 0.5s;
}

.side-bubbles .bubble:nth-child(4) {
  left: 70%;
  width: 28px;
  height: 28px;
  bottom: 45%;
  animation-duration: 9s;
  animation-delay: 2s;
}

.side-bubbles .bubble:nth-child(5) {
  left: 50%;
  width: 18px;
  height: 18px;
  bottom: 65%;
  animation-duration: 6.5s;
  animation-delay: 1.5s;
}

.side-bubbles .bubble:nth-child(6) {
  left: 20%;
  width: 22px;
  height: 22px;
  bottom: 40%;
  animation-duration: 7.5s;
  animation-delay: 1s;
}

.side-bubbles .bubble:nth-child(7) {
  left: 40%;
  width: 16px;
  height: 16px;
  bottom: 70%;
  animation-duration: 6.8s;
  animation-delay: 0.8s;
}

.side-bubbles .bubble:nth-child(8) {
  left: 60%;
  width: 26px;
  height: 26px;
  bottom: 50%;
  animation-duration: 8.5s;
  animation-delay: 2.2s;
}

.side-bubbles .bubble:nth-child(9) {
  left: 80%;
  width: 20px;
  height: 20px;
  bottom: 60%;
  animation-duration: 7s;
  animation-delay: 1.2s;
}

.side-bubbles .bubble:nth-child(10) {
  left: 90%;
  width: 24px;
  height: 24px;
  bottom: 55%;
  animation-duration: 8s;
  animation-delay: 0.5s;
}

/* ===== Animation ===== */
@keyframes rise-iridescent {
  0% {
    transform: translateY(0) scale(0.8);
    opacity: 0;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(-500px) scale(1.5);
    opacity: 0;
  }
}
a {
  cursor: pointer !important;
}

.button {
  transition: all 0.4s ease-in;
  border-radius: 5px;
  min-width: 200px;
  height: auto;
  line-height: 46px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  border: 2px solid #3f93d1;
  color: #fff;
  background-color: #3f93d1;
  text-align: center;
  font-weight: normal;
}
.button.whatsnew {
  margin-top: 20px;
  width: 60%;
}
.button.subscribeButton {
  margin-top: 15px;
  background-color: #004676;
  border: 1px solid #004676;
}
.button.subButton {
  background-color: #C8C8C8;
  min-width: 120px;
  margin: 0px;
  border: none;
  color: #000;
}
.button.subscirbeButton {
  margin-top: 0;
  background-color: #004676;
  border: 1px solid #004676;
  width: 75%;
  margin-left: 10px;
}
.button.footbutt {
  padding: 5px 17px;
  background-color: #4FAB1F;
  border: #4FAB1F;
}
.button.blogButton {
  border: 3px solid #fff;
  background-color: #905FCF;
  width: 60%;
  margin-bottom: 25px;
}
.button.blogButton.greenB {
  background-color: #009D82;
}
.button.blogButton.greenB:hover {
  border-color: #CEAF73;
}
.button.blogButton.goldB {
  background-color: #CEAF73;
}
.button.floatButton {
  max-width: 250px;
  margin: 20px 5px;
  width: 100%;
}
.button.headButton {
  max-width: 200px;
}
.button.twicePower {
  width: 250px;
  margin: 20px 0px 50px 0px;
}
.button:hover {
  background-color: #004676;
  border-color: #004676;
}

@media only screen and (max-width: 992px) {
  .button.blogButton {
    min-width: 0px;
  }
}
.textcontent h3 {
  margin-top: 12px;
  margin-bottom: -6px;
}

.productDetails .detailPart .detailPartWrap .descriptionArea .description p {
  margin-top: 0px;
  padding: 3px 0;
  line-height: 28px !important;
  font-size: 14px !important;
}
.productDetails .detailPart .detailPartWrap .descriptionArea .description p strong {
  font-weight: bold;
  font-size: 13px;
}

.newhomeanner {
  /*    background-image: url(../images/home/covidban.jpg);
      height: 530px;
      background-repeat: no-repeat;
      background-size: cover;
      width: 1182px;*/
}
.newhomeanner img {
  border-radius: 8px;
  max-width: 1365px;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 1px 4px 5px rgba(106, 106, 106, 0.26);
  -webkit-box-shadow: -2px 6px 9px 3px rgba(106, 106, 106, 0.26);
  display: none;
  transition: 0.3s;
}

.homeban {
  text-align: center;
}

.customspace3 {
  width: 100%;
  overflow: hidden;
}
.customspace3 p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #636363;
}
.customspace3 ul {
  color: #6e6c6d;
  list-style: disc !important;
}
.customspace3 ul li {
  list-style: none;
  margin-top: -5px;
  font-weight: 500;
  padding: 4px 0;
  font-size: 13px;
}
.customspace3 ul li::before {
  content: ".";
  color: #00a9c8;
  font-weight: bold;
  display: inline-block;
  width: 17px;
  margin-left: 5px;
  font-size: 27px;
  position: relative;
  top: -2px;
}

.textcontent {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 0%;
  margin-bottom: 0px;
}
.textcontent iframe {
  width: 100%;
}
.textcontent img {
  width: auto !important;
  height: auto !important;
  margin-bottom: 0px !important;
  max-width: 100%;
}
.textcontent table {
  width: 100%;
}
.textcontent table th {
  padding: 10px;
  background-color: #eaeaea;
}
.textcontent table td {
  padding: 10px;
  border: none;
  background-color: #eaeaea;
}
.textcontent h1 {
  margin-top: 0px;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: normal;
}
.textcontent h1.reduceMargin {
  margin-bottom: 5px;
  line-height: 18px;
}
.textcontent h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
  margin: 0;
  padding-top: 10px;
  padding-left: 0;
  padding-bottom: 10px;
  display: block;
  float: none;
  font-weight: 600;
}
.textcontent h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000 !important;
  margin: 0;
  padding-top: 10px;
  padding-left: 0;
  padding-bottom: 10px;
  display: block;
  float: none;
}
.textcontent h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000 !important;
  margin: 0;
  padding-top: 10px;
  padding-left: 0;
  padding-bottom: 10px;
  display: block;
  float: none;
}
.textcontent p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333333;
  padding-top: 7px;
  padding-left: 0;
  padding-bottom: 7px;
  padding-right: 0;
  margin: 0;
  margin-bottom: 0px !important;
  line-height: 34px !important;
}
.textcontent ol li, .textcontent ul li {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 14px;
  color: #333333;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0px;
  margin: 0;
  display: list-item;
  margin-left: 43px;
}
.textcontent a {
  color: #0b399a;
}
.textcontent a:hover {
  color: #000;
  text-decoration: underline;
}

.relatedProducts .showProd .block .prodDetail .prices .show:nth-child(1)::after {
  display: none;
}

@media only screen and (max-width: 992px) {
  .topBanners .carousel-cell {
    width: 50% !important;
  }

  .seamless_option_group ul {
    display: none;
  }

  .sog_title.larger {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #3f93d1;
    margin-bottom: 0px !important;
    font-weight: normal;
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
}
.togglem {
  position: relative;
}
.togglem svg {
  position: absolute;
  font-size: 26px;
  right: 17px;
  top: 1px;
}

@media only screen and (max-width: 767px) {
  .topBanners .carousel-cell {
    width: 100% !important;
  }
}
.mobilepricing {
  display: none;
}
.mobilepricing .show {
  width: 100%;
  text-align: center;
  max-width: 100%;
  color: #00a9c8;
  font-size: 20px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 11px;
}

@media only screen and (max-width: 400px) {
  .desktopprices {
    display: none !important;
  }

  .mobilepricing {
    display: block;
  }
}
.topBanners {
  display: none;
}
.topBanners .carousel {
  background: #fff;
}
.topBanners .carousel-cell {
  width: 33%;
  margin-right: 10px;
  border-radius: 5px;
}
.topBanners .carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.pages {
  color: #666666;
}
.pages .title {
  color: #3f93d1;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
}
.pages strong, .pages b {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
}
.pages p {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  color: #666666;
}
.pages hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 4px solid #3f93d1;
  max-width: 300px;
  margin-left: 0;
}

.aboutCompany {
  background-color: #ebebeb;
}
.aboutCompany .blocks {
  max-width: 400px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 10px #dddddd;
  padding: 15px;
  border-radius: 10px;
  margin: 15px auto;
}
.aboutCompany .blocks .iconFilled {
  background-color: #2a76c2;
  border: 1px solid #666666;
  border-radius: 99999px;
  margin: 5px auto 0;
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  padding: 15px 10px 2px;
}
.aboutCompany .blocks .iconFilled .fas {
  font-size: 36px;
}
.aboutCompany .blocks .content {
  margin-top: 15px;
}
.aboutCompany .blocks .content h4 {
  font-size: 17px;
}
.aboutCompany .blocks .content .text {
  margin: 10px auto;
  max-width: 75%;
}

.logoBar {
  /*    background-image: url(../images/bg_01.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #fbfbfb;
  margin-top: -8px;
}
.logoBar .rightBg {
  /*        background-image: url(../images/bg_02.jpg);*/
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.logoBar .logoArea {
  text-align: left;
}
@media (max-width: 768px) {
  .logoBar .logoArea {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .logoBar .searchBarWrapper {
    margin-bottom: 15px;
  }
}
.logoBar .cartArea {
  text-align: right;
}
@media (max-width: 768px) {
  .logoBar .cartArea {
    text-align: center;
  }
}
.logoBar .cartArea .cartIcon {
  color: #3f93d1;
}
.logoBar .cartArea .cartIcon .fs-18 {
  font-size: 18px;
  color: #3f93d1;
}
.logoBar .cartArea .items {
  margin: 15px;
  color: #333333;
}
.logoBar .cartArea .price {
  margin: 15px;
  border-left: 3px solid #989898;
  padding-left: 20px;
  color: #333333;
}

.nav {
  background-color: #3f93d1;
}
.nav .navbar-toggler {
  padding: 10px;
  margin-left: 15px;
  color: #ffffff;
}
.nav #navb .nav-link {
  color: #ffffff;
  padding: 10px;
  white-space: nowrap;
}
.nav #navb .nav-link:hover {
  background-color: #333333;
}
.nav #navb .nav-link.active {
  background-color: #333333;
}

.offers .blocks {
  text-align: center;
}
@media (max-width: 768px) {
  .offers .blocks {
    margin-bottom: 15px;
  }
}

.callmebutton {
  background: transparent;
  border: none;
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
  margin-right: 10px;
  display: none;
}

@media only screen and (min-width: 1300px) {
  .hideMeMenu {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .hideMeMenu {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .specialSideMenuMini {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .topBar {
    display: none;
  }

  .shopnow {
    bottom: -45px;
    position: absolute;
    width: 100%;
  }

  .navbarmy {
    position: absolute !important;
    width: 100%;
    top: 0;
  }

  .logoBar {
    margin-top: 48px;
  }

  .navbarmy ul {
    text-align: center;
    width: 100%;
  }

  .callmebutton {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .navbarmy {
    display: flex;
    padding: 5px;
    z-index: 99999;
    position: relative;
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 100%;
  }
}
.boxParcel {
  margin-top: 80px;
}
.boxParcel img {
  width: 100%;
  height: auto;
}
.boxParcel .checkBox {
  margin-top: 30px;
}
.boxParcel .checkBox img {
  float: left;
  width: 69px;
  height: 69px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.boxParcel .checkBox .textCheck .textTitle {
  color: #3f93d1;
  font-size: 18px;
  font-weight: bold;
}
.boxParcel .checkBox .textCheck p {
  color: #3f93d1;
  padding: 10px 0;
  max-width: 325px;
}

.main_bg {
  width: 100%;
}

#sizesWrap {
  width: 100%;
  margin-bottom: 10px;
}
#sizesWrap .variationSelect {
  width: 100%;
  margin-bottom: 10px;
}
#sizesWrap .variationSelect label {
  width: 100%;
  margin-bottom: 0px;
}
#sizesWrap .variationSelect select {
  width: 100%;
  line-height: 46px;
  margin-bottom: 10px;
  height: 46px;
  padding: 10px;
  border: 1px solid #c0c0c0;
}

@media only screen and (max-width: 992px) {
  .boxParcel .checkBox .textCheck p {
    max-width: none;
  }
}
.productsInner {
  display: none;
}

.bubles {
  position: absolute;
  right: 0px;
  bottom: -50px;
}

.cardFootColor {
  background-color: #2B76C3;
  color: #fff;
  border-radius: 10px;
}
.cardFootColor :nth-child(even) {
  background-color: #4E4E4E;
  color: #fff;
}

.titleSC {
  font-size: 24px;
  margin-top: -8px;
  color: #000;
  margin-left: -10px;
}

.subSC {
  color: #676767 !important;
  color: #000;
  margin-left: -10px;
  margin-bottom: 11px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #333333;
  background-color: #ffffff;
  width: 100vw;
  overflow-x: hidden;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

span.phone {
  white-space: nowrap;
}

.container {
  max-width: 1380px;
}

ul {
  list-style: none;
  padding: 0;
}

.topBar {
  background-color: #f1f1f1;
  z-index: 999;
  position: relative;
  padding: 5px;
}
.topBar .leftDiv {
  text-align: left;
}
@media (max-width: 768px) {
  .topBar .leftDiv {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 400px) {
  .topBar .leftDiv ul li {
    padding: 0 5px;
  }
  .topBar .leftDiv ul li a {
    font-size: 12px;
  }
}
.topBar .centerDiv .callusNow {
  white-space: nowrap;
}
@media (max-width: 1050px) {
  .topBar .centerDiv .callusNow {
    white-space: unset;
    display: block;
  }
}
.topBar .rightDiv {
  text-align: right;
}
@media (max-width: 768px) {
  .topBar .rightDiv {
    text-align: center;
  }
}
.topBar ul {
  margin-bottom: 0;
}
.topBar ul li {
  display: inline-block;
  padding: 0 10px;
}

.logoBar {
  /*    background-image: url(../images/bg_01.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.logoBar .rightBg {
  /*        background-image: url(../images/bg_02.jpg);*/
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.logoBar .logoArea {
  text-align: left;
}
@media (max-width: 768px) {
  .logoBar .logoArea {
    text-align: center;
    margin-bottom: 15px;
  }
}
.logoBar .logoArea img {
  margin-bottom: -16px;
  max-width: 312px;
  margin-top: -33px;
  z-index: 0;
}
.logoBar .searchBarWrapper {
  margin-top: 11px;
}
@media (max-width: 768px) {
  .logoBar .searchBarWrapper {
    margin-bottom: 15px;
  }
}
.logoBar .searchBarWrapper input {
  padding: 9px 17px;
}
.logoBar .searchBarWrapper button {
  padding: 13px 23px;
  background-color: #3f93d1;
  border-radius: 0px 5px 5px 0px;
}
.logoBar .cartArea {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .logoBar .cartArea {
    text-align: center;
  }
}
.logoBar .cartArea .cartIcon {
  color: #3f93d1;
}
.logoBar .cartArea .cartIcon .fs-18 {
  font-size: 18px;
  color: #3f93d1;
}
.logoBar .cartArea .items {
  margin: 10px;
  color: #333333;
}
.logoBar .cartArea .price {
  margin: 15px;
  border-left: 3px solid #989898;
  padding-left: 25px;
  color: #333333;
}

.nav {
  background-color: #3f93d1;
}
.nav .navbar-toggler {
  padding: 10px;
  margin-left: 15px;
  color: #ffffff;
}
.nav #navb .nav-link {
  color: #ffffff;
  padding: 14px;
  font-size: 13px;
  white-space: nowrap;
}
.nav #navb .nav-link:hover {
  background-color: #333333;
}
.nav #navb .nav-link.active {
  background-color: #333;
  padding: 15px 11px;
  margin: 0;
  text-align: center;
}

.offers .blocks {
  text-align: center;
}
@media (max-width: 768px) {
  .offers .blocks {
    margin-bottom: 15px;
  }
}

.suggestedTitle {
  font-size: 22px;
  line-height: 34px;
  background-color: #fff;
  padding: 0px 25px;
  text-align: center;
}

.titleBlock {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.titleBlock::before {
  content: "";
  position: absolute;
  height: 5px;
  z-index: -1;
  max-width: 375px;
  background: white;
  top: 17px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}
.titleBlock::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #cfcfcf;
  width: 95%;
  left: 2.5%;
  top: 18px;
  z-index: -2;
}

.mainImage {
  background-image: url(../images/bgImg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 520px;
  background-position: center center;
  display: flex;
  flex-wrap: wrap;
}
.mainImage .centerCenter {
  width: 100%;
  align-self: center;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}
.mainImage .centerCenter h1 {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #666;
}
.mainImage .centerCenter .lookBtnLink {
  display: inline-block;
  margin: 10px auto;
  padding: 10px 70px;
  border-radius: 7px;
}

.overImage .blocks:hover {
  background-color: #f0f0f0;
  transition: 0.3s;
}

.overImage {
  margin-top: 12px;
}
.overImage .blocks {
  max-width: 400px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 10px #666666;
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
  margin: 15px auto;
}
.overImage .blocks .iconFilled {
  background-color: #2a76c2;
  border: 1px solid #666666;
  border-radius: 99999px;
  margin: 5px auto 0;
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  padding: 17px 10px 2px;
  font-size: 32px;
}
.overImage .blocks .iconFilled .fas {
  font-size: 36px;
}
.overImage .blocks .content {
  margin-top: 15px;
}
.overImage .blocks .content h4 {
  font-size: 17px;
}
.overImage .blocks .content .text {
  margin: 10px auto;
  max-width: 75%;
}

.trustPilotReviews .reviews {
  font-size: 24px;
  position: relative;
  top: 8px;
  margin-left: 10px;
}
.trustPilotReviews .reviews .reviewCount {
  font-weight: bold;
}
.trustPilotReviews .reviews p {
  color: black;
  font-weight: 500;
  font-size: 15px;
}
.trustPilotReviews .reviews p i {
  margin-left: 8px;
}

.featuredCats .row .cardWrapper:nth-child(odd) .card-footer {
  background-color: #4e4e4e;
  color: #ffffff;
  transition: 0.2s all ease-in-out;
}
.featuredCats .row .cardWrapper:nth-child(odd) .card-footer:hover {
  background-color: #363636;
}
.featuredCats .row .cardWrapper:nth-child(even) .card-footer {
  background-color: #2a76c2;
  color: #fff;
  transition: 0.2s all ease-in-out;
}
.featuredCats .row .cardWrapper:nth-child(even) .card-footer:hover {
  background-color: #10477f;
}
.featuredCats .setHeight {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  opacity: 1;
}
.featuredCats .setHeight:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.featuredCats .setHeight:hover {
  opacity: 0.7;
}

.newBtn {
  transition: 0.3s all ease-in-out;
  padding: 10px 20px;
}
.newBtn.gray {
  background-color: #373737;
  color: #ffffff;
}
.newBtn.gray:hover {
  background-color: #000000;
}
.newBtn.blue {
  background-color: #2a76c2;
  color: #ffffff;
}
.newBtn.blue:hover {
  background-color: #104a85;
}

.catering .bgColor {
  background-color: #f1f1f1;
}
.catering .square {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.catering .square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.catering .horizontalRect {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.catering .horizontalRect::after {
  content: "";
  display: block;
  padding-bottom: calc(50% - 22px);
}
.catering .verticalRect {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.catering .verticalRect::after {
  content: "";
  display: block;
  padding-bottom: 200%;
}
.catering h3 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 20px;
}
.catering p {
  line-height: 30px;
}
.catering .customBtn {
  background-color: #2a76c2;
  color: #ffffff;
}
.catering .content {
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-shadow: 0 0 5px #000;
  color: #fff;
  font-size: 20px;
}

@media (max-width: 575px) {
  .featuredBrands {
    display: none;
  }
}

.productList .filterPart .triggerMinMax {
  text-align: right;
  max-width: calc(100% - 32px);
  margin: 0 auto 10px;
  display: none;
  cursor: pointer;
  font-weight: 500;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .productList .filterPart .triggerMinMax {
    display: block;
  }
}
.productList .filterPart .minMax {
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 25px;
}
@media (max-width: 768px) {
  .productList .filterPart .minMax {
    display: none;
  }
}
.productList .filterPart .minMax .title {
  font-size: 24px;
  margin-bottom: 20px;
}
.productList .filterPart .minMax .category {
  margin-top: 35px;
}
.productList .filterPart .minMax .category .title {
  font-size: 20px;
  font-weight: bold;
}
.productList .filterPart .minMax .category ul li {
  margin-bottom: 10px;
}
.productList .filterPart .minMax .category ul li .counter {
  color: #808080;
  margin-left: 5px;
}
.productList .filterPart .minMax .category ul li .counter::before {
  content: "(";
}
.productList .filterPart .minMax .category ul li .counter::after {
  content: ")";
}
.productList .productsPart {
  padding: 5px 25px;
}
.productList .productsPart .title {
  font-size: 26px;
}
.productList .productsPart .productsAre .blocks {
  border: 1px solid lightgray;
  border-radius: 4px;
  margin: 5px 3px;
  padding: 11px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.productList .productsPart .productsAre .blocks > a {
  display: block;
}
.productList .productsPart .productsAre .blocks:hover {
  box-shadow: 0 0 5px #99999990;
}
.productList .productsPart .productsAre .blocks .productImg {
  text-align: center;
}
.productList .productsPart .productsAre .blocks .productImg img {
  margin: 0 auto;
  max-width: 100%;
}
.productList .productsPart .productsAre .blocks .prodTitle {
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  min-height: 40px;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.productList .productsPart .productsAre .blocks .unitWeight {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 2px;
  color: #5e5e5e;
}
.productList .productsPart .productsAre .blocks .prices {
  display: flex;
  margin: 8px auto 0;
}
.productList .productsPart .productsAre .blocks .prices .show {
  width: 100%;
  text-align: center;
  max-width: 100%;
  color: #00a9c8;
  font-size: 20px;
  position: relative;
  font-weight: 600;
}
.productList .productsPart .productsAre .blocks .prices .show .taxCaption {
  color: #5e5e5e;
  font-size: 10px;
}
.productList .productsPart .productsAre .blocks .prices .show:nth-child(1)::after {
  content: "";
  height: 60%;
  position: absolute;
  top: 20%;
  /*                            background-color: #9e9e9e;*/
  width: 2px;
  right: 0;
}
.productList .productsPart .productsAre .blocks .prodBtn {
  border: 1px solid #00a9c8;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  width: 80%;
  margin: 0 auto 10px;
  text-align: center;
  padding: 10px;
  box-shadow: 0 0 3px #99999990;
  transition: 0.3s all ease-in-out;
  margin-top: 15px;
}
.productList .productsPart .productsAre .blocks .prodBtn:hover {
  color: #ffffff;
  background-color: #00a9c8;
}

.prodBullets {
  list-style: disc !important;
}
.rangeSlider #amount_ {
  border: 0;
  font-weight: 500;
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
}
.rangeSlider .ui-slider {
  position: relative;
  text-align: left;
}
.rangeSlider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.rangeSlider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.rangeSlider .ui-slider-horizontal {
  height: 0.8em;
}
.rangeSlider .ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  margin-left: -0.6em;
}
.rangeSlider .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.rangeSlider .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.rangeSlider .ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.rangeSlider .ui-widget-header {
  border: 1px solid #dddddd;
  background: #3f93d1;
  font-weight: 500;
}
.rangeSlider .ui-state-default,
.rangeSlider .ui-widget-content .ui-state-default {
  background: #2a76c2;
  font-weight: normal;
}
.rangeSlider .ui-corner-all {
  border-radius: 999px;
}

.ourCategories {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.categoriesList .filterPart .triggerMinMax {
  text-align: right;
  max-width: calc(100% - 32px);
  margin: 0 auto 10px;
  display: none;
  cursor: pointer;
  font-weight: 500;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .categoriesList .filterPart .triggerMinMax {
    display: block;
  }
}
.categoriesList .filterPart .minMax {
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 25px;
}
@media (max-width: 768px) {
  .categoriesList .filterPart .minMax {
    display: none;
  }
}
.categoriesList .filterPart .minMax .title {
  font-size: 24px;
  margin-bottom: 20px;
}
.categoriesList .filterPart .minMax .category {
  margin-top: 35px;
}
.categoriesList .filterPart .minMax .category .title {
  font-size: 20px;
  font-weight: bold;
}
.categoriesList .filterPart .minMax .category ul li {
  margin-bottom: 10px;
}
.categoriesList .filterPart .minMax .category ul li .counter {
  color: #808080;
  margin-left: 5px;
}
.categoriesList .filterPart .minMax .category ul li .counter::before {
  content: "(";
}
.categoriesList .filterPart .minMax .category ul li .counter::after {
  content: ")";
}
.categoriesList .filterPart .minMax .category .rangeSlider label {
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.categoriesList .categoriesPart .row .cardWrapper:nth-child(odd) .card-footer {
  background-color: #4e4e4e;
  color: #ffffff;
  transition: 0.2s all ease-in-out;
}
.categoriesList .categoriesPart .row .cardWrapper:nth-child(odd) .card-footer:hover {
  background-color: #363636;
}
.categoriesList .categoriesPart .row .cardWrapper:nth-child(even) .card-footer {
  background-color: #2a76c2;
  color: #fff;
  transition: 0.2s all ease-in-out;
}
.categoriesList .categoriesPart .row .cardWrapper:nth-child(even) .card-footer:hover {
  background-color: #10477f;
}
.categoriesList .categoriesPart .setHeight {
  width: 100%;
  max-height: 250px;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  opacity: 1;
}
.categoriesList .categoriesPart .setHeight:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.categoriesList .categoriesPart .setHeight:hover {
  opacity: 0.7;
}

.breadCrumb {
  background-color: #f7f7f7;
}
.breadCrumb ul {
  margin-bottom: unset;
}
.breadCrumb ul li {
  display: inline-block;
}
.breadCrumb ul li a {
  margin-right: 10px;
}
.breadCrumb ul li a.main {
  color: #7b7b7b;
  font-weight: bold;
}
.breadCrumb ul li a.sub {
  color: #00a9c8;
}
.breadCrumb ul li a.sub:hover {
  color: #2a76c2;
}
.breadCrumb ul li a.sub::before {
  content: "/";
  margin-right: 10px;
}
.breadCrumb ul li a.targetPage {
  color: #828282;
  text-decoration: none;
  cursor: default;
}
.breadCrumb ul li a.targetPage::before {
  content: "/";
  margin-right: 10px;
}

.row.moreFrom .cardWrapper:nth-child(odd) .card-footer {
  background-color: #4e4e4e;
  color: #ffffff;
  transition: 0.2s all ease-in-out;
}
.row.moreFrom .cardWrapper:nth-child(odd) .card-footer:hover {
  background-color: #363636;
}
.row.moreFrom .cardWrapper:nth-child(even) .card-footer {
  background-color: #2a76c2;
  color: #fff;
  transition: 0.2s all ease-in-out;
}
.row.moreFrom .cardWrapper:nth-child(even) .card-footer:hover {
  background-color: #10477f;
}

.setHeight {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  opacity: 1;
}
.setHeight:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.setHeight:hover {
  opacity: 0.7;
}

.pages {
  color: #666666;
}
.pages .title {
  color: #3f93d1;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
}
.pages strong, .pages b {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
}
.pages p {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  color: #666666;
}
.pages hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 4px solid #3f93d1;
  max-width: 300px;
  margin-left: 0;
}

.aboutCompany {
  background-color: #ebebeb;
}
.aboutCompany .blocks {
  max-width: 400px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 10px #dddddd;
  padding: 15px;
  border-radius: 10px;
  margin: 15px auto;
}
.aboutCompany .blocks .iconFilled {
  background-color: #2a76c2;
  border: 1px solid #2a76c2;
  border-radius: 99999px;
  margin: 5px auto 0;
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  padding: 15px 10px 2px;
  font-size: 33px;
}
.aboutCompany .blocks .iconFilled .fas {
  font-size: 36px;
}
.aboutCompany .blocks .content {
  margin-top: 15px;
}
.aboutCompany .blocks .content h4 {
  font-size: 17px;
}
.aboutCompany .blocks .content .text {
  margin: 10px auto;
  max-width: 75%;
}

.contact {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 400px;
  padding-bottom: 120px;
  margin-bottom: -16px;
}
@media (max-width: 450px) {
  .contact {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.contact .formWrapper {
  margin-top: 40px;
  background-color: #ffffff99;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px #99999950;
  text-align: center;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 550px) {
  .contact .formWrapper {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .contact .formWrapper {
    padding: 5px;
  }
}
.contact .formWrapper .title {
  color: #3f93d1;
  font-size: 30px;
  text-shadow: 0 0 5px #ffffff;
}
.contact .formWrapper p {
  margin-bottom: 23px;
  color: #8f8f8f;
  font-weight: 500;
  font-size: 18px;
  text-shadow: 0 0 5px #ffffff;
}
@media (max-width: 450px) {
  .contact .formWrapper p {
    font-size: 16px;
  }
}
.contact .formWrapper .contactInput,
.contact .formWrapper .contactTextarea {
  width: 90%;
  margin-bottom: 25px;
  padding: 20px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid lightgray;
  box-shadow: 0px 5px 10px #66666650;
}
@media (max-width: 550px) {
  .contact .formWrapper .contactInput,
.contact .formWrapper .contactTextarea {
    width: 95%;
  }
}
@media (max-width: 400px) {
  .contact .formWrapper .contactInput,
.contact .formWrapper .contactTextarea {
    width: 100%;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.contact .formWrapper .contactBtn {
  max-width: 300px;
  background-color: #3f93d1;
  color: #ffffff;
  padding: 20px 18px;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 10px auto 25px;
  border: 0;
  border-radius: 10px;
  font-size: 18px;
}
@media (max-width: 350px) {
  .contact .formWrapper .contactBtn {
    padding: 12px;
  }
}

.productDetails .imagePart .imgBlock {
  width: 90%;
  border: 1px solid #dedadb;
  border-radius: 7px;
  text-align: center;
  padding: 15px 7px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .productDetails .imagePart .imgBlock {
    width: 100%;
  }
}
.productDetails .imagePart .imgBlock img {
  max-width: 500px;
  width: 100%;
}
.productDetails .detailPart .detailPartWrap h1 {
  font-weight: 300;
  font-size: 30px;
  color: #000;
}
.productDetails .detailPart .detailPartWrap .ratingMeasurement {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2px;
}
.productDetails .detailPart .detailPartWrap .ratingMeasurement .rating {
  display: flex;
}
.productDetails .detailPart .detailPartWrap .ratingMeasurement .rating svg {
  max-width: 20px;
  max-height: 20px;
  margin-right: 5px;
  align-self: center;
}
.productDetails .detailPart .detailPartWrap .ratingMeasurement .measurement {
  color: #2a76c2;
  font-size: 20px;
  margin-left: 10px;
  font-weight: 500;
}
.productDetails .detailPart .detailPartWrap .pDetail {
  margin-top: 8px;
  line-height: 28px;
  color: #777777;
  font-size: 14px;
  margin-bottom: 19px;
}
.productDetails .detailPart .detailPartWrap .prices {
  display: flex;
}
.productDetails .detailPart .detailPartWrap .prices .show {
  width: 100%;
  text-align: left;
  max-width: 190px;
  color: #00a9c8;
  font-size: 28px;
  position: relative;
  font-weight: 700;
}
.productDetails .detailPart .detailPartWrap .prices .show .taxCaption {
  color: #5e5e5e;
  font-size: 13px;
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
}
.productDetails .detailPart .detailPartWrap .prices .show:nth-child(1)::after {
  content: "";
  height: 60%;
  position: absolute;
  top: 20%;
  background-color: #9e9e9e;
  width: 1px;
  right: 0;
  margin-right: 10px;
}
@media (max-width: 350px) {
  .productDetails .detailPart .detailPartWrap .prices .show:nth-child(1)::after {
    margin-right: 7px;
  }
}
.productDetails .detailPart .detailPartWrap .qtyAndBtn {
  margin-top: 20px;
}
.productDetails .detailPart .detailPartWrap .qtyAndBtn .qtyField {
  border: 1px solid #a5a5a5;
  border-radius: 5px;
  font-size: 23px;
  text-align: center;
  max-width: 65px;
  max-height: 52px;
  padding: 10px;
  font-weight: 700;
  color: #565656;
  margin-top: 6px;
}
.productDetails .detailPart .detailPartWrap .qtyAndBtn .shopNow {
  margin-left: 11px;
  text-align: center;
  width: 100%;
  max-width: 350px;
  position: relative;
  top: -4px;
  padding: 14px 5px;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .productDetails .detailPart .detailPartWrap .qtyAndBtn .shopNow {
    width: calc(100% - 95px);
  }
}
.productDetails .detailPart .detailPartWrap .descriptionArea {
  border-top: 1px solid #b2b2b2;
  margin-top: 30px;
  padding-top: 20px;
}
.productDetails .detailPart .detailPartWrap .descriptionArea .buttonsPart {
  display: flex;
}
.productDetails .detailPart .detailPartWrap .descriptionArea .buttonsPart .tab {
  width: 100%;
  max-width: 50%;
  margin: 5px;
  background-color: #e7e7e7;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
}
.productDetails .detailPart .detailPartWrap .descriptionArea .buttonsPart .tab.active {
  color: #3f93d1;
}
.productDetails .detailPart .detailPartWrap .descriptionArea .description {
  line-height: 30px;
  color: #777777;
  margin-top: 15px;
  font-size: 14px;
}
.productDetails .detailPart .detailPartWrap .descriptionArea .description strong, .productDetails .detailPart .detailPartWrap .descriptionArea .description b {
  font-weight: 500;
}
.productDetails .detailPart .detailPartWrap .descriptionArea .description p {
  margin-top: 0px;
}

.relatedProducts {
  margin-top: 4rem !important;
}
@media (max-width: 900px) {
  .relatedProducts .showProd .col-md-4 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .relatedProducts .showProd .col-md-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.relatedProducts .showProd .block {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 90%;
  padding: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .relatedProducts .showProd .block {
    max-width: 100%;
  }
}
.relatedProducts .showProd .block a {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.relatedProducts .showProd .block .productImg {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.relatedProducts .showProd .block .productImg img {
  max-width: 100%;
  align-self: center;
}
.relatedProducts .showProd .block .prodDetail {
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
  margin-left: 2%;
  margin-bottom: 48px;
  text-align: center;
}
.relatedProducts .showProd .block .prodDetail .prodTitle {
  font-weight: 500;
  font-size: 14px;
}
.relatedProducts .showProd .block .prodDetail .unitWeight {
  font-size: 13px;
  color: #5b5b5b;
}
.relatedProducts .showProd .block .prodDetail .prices {
  display: flex;
  margin-top: 10px;
  max-width: unset;
  justify-content: center;
}
.relatedProducts .showProd .block .prodDetail .prices .show {
  width: 100%;
  text-align: left;
  max-width: 80%;
  color: #00a9c8;
  font-size: 20px;
  position: relative;
}
.relatedProducts .showProd .block .prodDetail .prices .show .taxCaption {
  color: #5e5e5e;
  margin-left: 10px;
  font-size: 12px;
}
.relatedProducts .showProd .block .prodDetail .prices .show:nth-child(1)::after {
  content: "";
  height: 60%;
  position: absolute;
  top: 20%;
  background-color: #9e9e9e;
  width: 1px;
  right: 0;
  margin-right: 10px;
}
.relatedProducts .showProd .block .prodBtn {
  border: 1px solid #00a9c8;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  width: 80%;
  margin: 0 auto 10px;
  text-align: center;
  padding: 10px;
  box-shadow: 0 0 3px #99999990;
  transition: 0.3s all ease-in-out;
  margin-top: 15px;
}
.relatedProducts .showProd .block .prodBtn:hover {
  color: #ffffff;
  background-color: #00a9c8;
}

.prodBullets {
  margin: 15px 0;
  color: #6e6c6d;
  list-style: disc !important;
}
.prodBullets li {
  list-style: none;
  margin-top: -5px;
  font-weight: 500;
  padding: 4px 0;
  font-size: 13px;
}
.prodBullets li::before {
  content: ".";
  color: #00a9c8;
  font-weight: bold;
  display: inline-block;
  width: 17px;
  margin-left: 20px;
  font-size: 27px;
  position: relative;
  top: -2px;
}

.bgStrip {
  background-color: #353638;
  color: #ffffff;
}
.bgStrip .anyQuestion {
  font-size: 20px;
}
@media (max-width: 675px) {
  .bgStrip .anyQuestion {
    text-align: center;
    max-width: 100%;
    flex: unset;
    margin-bottom: 20px;
  }
}
@media (max-width: 675px) {
  .bgStrip .getInTouchDiv {
    max-width: 100%;
    flex: unset;
    text-align: center !important;
  }
}
.bgStrip .getInTouchDiv .customBtn {
  padding: 10px 100px;
  border-radius: 7px;
  display: inline-block;
}

.add_to_basket button {
  background-color: #2a76c2;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 12px;
  width: 100%;
}

.janTitle {
  margin-top: 30px;
}
.janTitle .model_name {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}

footer .quickLinks .title {
  color: #2a76c2;
  font-size: 20px;
}
footer .quickLinks ul li {
  margin: 15px 0;
}
footer .subscribe .title {
  color: #2a76c2;
  font-size: 20px;
}
footer .subscribe .btn-primary {
  background-color: #FFDE59;
  border: none;
  color: #131313;
}
footer .subscribe .title {
  color: #040404;
  font-size: 15px;
  font-weight: 600;
}
footer .subscribe .form-control {
  font-size: 14px;
}

.relatedPrducts {
  margin-top: 120px;
  margin-bottom: 40px;
}
.relatedPrducts .titleBlock {
  text-align: center;
  font-size: 24px;
  margin-bottom: 14px;
}

.cardWrapper {
  margin-bottom: 23px !important;
}

.navbarmy .dropdown-item:hover {
  background-color: #3f93d1;
  color: #fff;
}

.dropSide {
  margin: 0 15px;
  flex: 1;
}

.flexyRow {
  display: flex;
}

.specialSideMenu {
  left: auto;
  right: 0;
}

.navbarmy {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  z-index: 1000;
  position: relative;
}
.navbarmy .flexyRow {
  flex-wrap: wrap;
}
.navbarmy .dropdown-item {
  display: block;
  width: 100%;
  padding: 18px 17px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #efefef;
}
.navbarmy .dropdown-menu {
  min-width: 350px;
  padding: 25px 15px;
  margin: 3px 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.navbarmy ul {
  width: 100%;
}
.navbarmy ul li {
  flex: 1 auto;
}

@media only screen and (max-width: 992px) {
  .logoBar .logoArea img {
    margin-bottom: -16px;
    max-width: 254px;
    margin-top: -33px;
    z-index: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hideMeForMobile {
    display: block !important;
  }

  .hideMeForMobile img {
    display: block;
  }
}
.hideMeForMobile {
  display: none;
}

@media only screen and (max-width: 500px) {
  .productDetails .detailPart .detailPartWrap .descriptionArea .buttonsPart {
    display: flex;
    flex-wrap: wrap;
  }

  .productDetails .detailPart .detailPartWrap .descriptionArea .buttonsPart .tab {
    width: 100%;
    max-width: 100%;
  }

  .hideMeForMobile {
    display: none !important;
  }

  .hidemexs {
    display: block !important;
  }

  .relatedProducts .showProd .block .prodDetail {
    margin-bottom: 20px;
  }

  .relatedProducts .showProd .block .prodBtn {
    margin-top: 35px;
  }
}
.hidemexs {
  display: none;
}

.productGalleryInline ul li {
  float: left;
  margin-right: 1%;
  margin-top: 1%;
}
.productGalleryInline ul li a {
  padding: 5px 0px;
  height: 150px;
  width: 150px;
  margin-right: 0%;
  display: inline-block;
  background-color: #fff;
  background-size: contain;
  float: left;
  border: 1px solid #dadada;
  margin: 2% 2% 2% 0;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.pohidden {
  margin-top: 8px;
}

.pohide {
  margin-top: 15px;
}

.spendMorePopup {
  text-align: center;
  background-color: #d13f3f;
  color: #fff;
  max-width: 1370px;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 0px;
  padding: 18px;
  font-weight: 500;
  font-size: 16px;
}

.homebans {
  /* cell number */
}
.homebans .carousel {
  background: #FAFAFA;
  height: 530px;
}
.homebans .animateNextImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.homebans .animateNextImage div {
  width: 33.3333%;
  float: left;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -100% 0%;
  transition: background-position 0.5s ease;
}
.homebans .animateNextImage.active div:nth-child(1) {
  transition-delay: 0.4s;
  background-position: 0% 0%;
}
.homebans .animateNextImage.active div:nth-child(2) {
  transition-delay: 0.2s;
  background-position: 50% 0%;
}
.homebans .animateNextImage.active div:nth-child(3) {
  background-position: 100% 0%;
}
.homebans .flickity-viewport {
  height: 530px !important;
}
.homebans .carousel-cell {
  width: 100%;
  /* full width */
  height: 400px;
  margin-right: 10px;
  border-radius: 5px;
}
.homebans img {
  width: 100%;
}
.homebans .carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.tab_option_browsing, .tab_option_recommends, .tab_option_buyers {
  padding-top: 40px;
  float: left;
  width: 100%;
}

.seamless_option_group {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 25px;
}

.seamless_option_group.border_bottom {
  border-bottom: 1px solid #333;
}

.seamless_option_group ul {
  margin-left: 0px;
  float: left;
  padding-left: 0px;
  width: 100%;
}

.tab_option_browsing {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}

.refine_title {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}

.sog_title {
  float: left;
  width: 100%;
  font-family: "lato", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  margin-bottom: 5px;
  font-weight: bold;
}

.sog_title.larger {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #3f93d1;
  margin-bottom: 20px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}

.sog_title_expand {
  cursor: pointer;
}

.sog_filter_choice {
  transition: all 0.3s ease-in;
  list-style: none;
  float: left;
  width: 100%;
  margin-bottom: 6px;
  padding: 15px 15px 15px 20px !important;
  cursor: pointer;
  font-size: 14px;
  border-radius: 10px;
}

.sog_filter_choice.active, .sog_filter_choice.active.subcat, .sog_filter_choice:hover {
  background-color: #3f93d1;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 95% center;
}

.sog_filter_choice.active:hover {
  background-image: url(../images/icons/cross_white.png);
}

.sog_filter_choice.disabled {
  opacity: 0.5;
  display: none;
}

.sog_filter_choice.var_mode.disabled {
  display: none;
}

.sog_filter_choice.subcat {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 2px;
  border-bottom: 1px #ccc solid;
  font-size: 13px;
  background-color: #f7f7f7;
  padding-left: 10%;
}

.sog_filter_choice.subcat:hover {
  background-color: rgba(0, 161, 224, 0.7);
}

.homesquares {
  display: flex;
  width: 100%;
}

.squareItem {
  flex: 1 0 23%;
  -webkit-box-shadow: 1px 5px 23px 7px rgba(88, 88, 88, 0.26);
  box-shadow: 1px 3px 11px -1px rgba(88, 88, 88, 0.26);
  margin: 22px 14px;
  border-radius: 10px;
  text-align: center;
  padding: 37px 8px 16px 8px;
}

.squareItem span {
  background-color: #2B76C3;
  color: #fff;
  padding: 10px;
  font-size: 24px;
  border-radius: 30px;
}

.flickity-page-dots {
  bottom: -22px;
}

.flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}

.sITitle {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  margin-top: 24px;
  color: #525252;
  font-family: "Roboto", sans-serif;
}

.sISub {
  line-height: 20px;
  margin-top: 3px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  padding: 0 27px;
}

@media only screen and (max-width: 1270px) {
  .hbDesktop .mss-slider {
    height: 500px !important;
  }

  .hbDesktop img {
    height: 500px !important;
  }
}
@media only screen and (max-width: 1150px) {
  .hbDesktop .mss-slider {
    height: 400px !important;
  }

  .hbDesktop img {
    height: 400px !important;
  }
}
@media only screen and (max-width: 1190px) {
  .squareItem {
    margin: 22px 8px;
  }

  .sITitle {
    font-size: 15px;
  }
}
.hidemexs {
  display: none !important;
}

.hideMeForMobile {
  display: none !important;
}

@media only screen and (max-width: 992px) {
  .hbDesktop img {
    height: 412px !important;
  }

  .hbTab .mss-slider {
    height: 612px;
  }

  .homesquares {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .squareItem {
    flex: 1 0 48%;
    margin: 8px;
  }
}
.slidesmall {
  display: none;
}

@media only screen and (max-width: 500px) {
  .hbMob {
    display: block !important;
  }

  .hbTab {
    display: none !important;
  }

  .homesquares {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 420px) {
  .homesquares {
    margin-top: 10%;
  }
}
.homebans {
  margin: auto;
  max-width: 1350px;
  overflow: hidden;
  height: 550px;
}

/*.collapse {
    display: none;
    overflow: hidden;
}*/
@media only screen and (max-width: 767px) {
  .hideMeForMobile {
    display: block !important;
  }

  .homesquares {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .hbTab {
    display: block !important;
  }

  .hbDesktop {
    display: none !important;
  }

  .hbTab img {
    height: auto !important;
  }
}
.hbDesktop .mss-slider {
  height: 540px;
}

.hbDesktop img {
  width: 100%;
  border-radius: 8px;
  padding: 0px 15px;
  height: 540px;
}

.hbTab img {
  width: 100%;
  border-radius: 8px;
  padding: 0px 15px;
  height: 720px;
}

.hbTab {
  display: none;
}

.hbMob {
  display: none;
}

@media only screen and (max-width: 650px) {
  .hbTab .mss-slider {
    height: 500px;
  }
}
@media only screen and (max-width: 550px) {
  .hbTab {
    display: none !important;
  }

  .hbMob {
    display: block !important;
  }

  .hbMob .mss-slider {
    height: 600px;
  }
}
@media only screen and (max-width: 480px) {
  .hbMob .mss-slider {
    height: 540px;
  }
}
@media only screen and (max-width: 430px) {
  .hbMob .mss-slider {
    height: 470px;
  }
}
@media only screen and (max-width: 380px) {
  .hbMob .mss-slider {
    height: 400px;
  }
}
/* IMAGE LIGHTBOX SELECTOR */
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 990000;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
}

/* ACTIVITY INDICATION */
#imagelightbox-loading, #imagelightbox-loading div {
  border-radius: 50%;
}

#imagelightbox-loading {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em;
  /* 10 */
  margin: -1.25em 0 0 -1.25em;
  /* 20 */
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  /* 40 */
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  /* 40 */
}

#imagelightbox-loading div {
  width: 1.25em;
  /* 20 */
  height: 1.25em;
  /* 20 */
  background-color: #fff;
  -webkit-animation: imagelightbox-loading 0.5s ease infinite;
  animation: imagelightbox-loading 0.5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
    transform: scale(1);
  }
}
@keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.5;
    transform: scale(0.75);
  }
}
/* OVERLAY */
#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* "CLOSE" BUTTON */
#imagelightbox-close {
  width: 2.8em;
  /* 40 */
  height: 2.8em;
  /* 40 */
  text-align: left;
  background-color: #000;
  border: solid 1px #000;
  border-radius: 40%;
  position: fixed;
  z-index: 10002;
  top: 2.5em;
  /* 40 */
  right: 2.5em;
  /* 40 */
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#imagelightbox-close:hover, #imagelightbox-close:focus {
  background-color: #111;
}

#imagelightbox-close:before, #imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}

#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* CAPTION */
#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background: url(../images/nav-bg.png) left top repeat;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em;
  /* 10 */
}

/* NAVIGATION */
#imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em;
  /* 60 */
  padding: 0.313em;
  /* 5 */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#imagelightbox-nav button {
  width: 1em;
  /* 20 */
  height: 1em;
  /* 20 */
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.313em;
  /* 5 */
}

#imagelightbox-nav button.active {
  background-color: #fff;
}

/* ARROWS */
.imagelightbox-arrow {
  width: 3.75em;
  /* 60 */
  height: 7.5em;
  /* 120 */
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  border: solid 1px #000;
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em;
  /* 60 */
}

.imagelightbox-arrow:hover, .imagelightbox-arrow:focus {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.75);
}

.imagelightbox-arrow:active {
  background-color: #111;
}

.imagelightbox-arrow-left {
  left: 2.5em;
  /* 40 */
}

.imagelightbox-arrow-right {
  right: 2.5em;
  /* 40 */
}

.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  border: 1em solid transparent;
  content: "";
  display: inline-block;
  margin-bottom: -0.125em;
  /* 2 */
}

.imagelightbox-arrow-left:before {
  border-left: none;
  border-right-color: #fff;
  margin-left: -0.313em;
  /* 5 */
}

.imagelightbox-arrow-right:before {
  border-right: none;
  border-left-color: #fff;
  margin-right: -0.313em;
  /* 5 */
}

#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#imageGallery img {
  width: 8.75em;
  height: 8.75em;
  border-color: #eee;
  border: 0.625em solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 0.313em rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0.313em rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-box-shadow 0.3s ease, border-color 0.3s ease;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

/*# sourceMappingURL=site.1.4.4.css.map */
