﻿body {
  background-color: #f4f6f8;
  /* Keep image visible even when extension styles override body background later. */
  background-image: url("/image/catalog/site/backgrounds/body-bg.webp") !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  body {
    /* Fixed backgrounds are expensive on mobile browsers. */
    background-attachment: scroll !important;
    background-position: center center !important;
  }
}
.design-v1 {
  color: #1f2937;
  font-size: 14px;
  line-height: 1.5;
}
.design-v1 main {
  padding-bottom: 24px;
}
.design-v1 #content {
  background-color: rgba(255, 255, 255, 0.96);
  border-radius: 12px;
  padding: 16px;
}
.design-v1 .breadcrumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 8px 12px;
}
.design-v1 .btn {
  border-radius: 10px;
  font-weight: 600;
}
.design-v1 .form-control, .design-v1 .form-select, .design-v1 .input-group-text {
  border-radius: 10px;
  min-height: 42px;
  font-size: 14px;
}
.design-v1 .alert {
  border-radius: 10px;
}
.design-v1 .table {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.design-v1 .product-thumb {
  border-radius: 12px;
  border: 1px solid #d7dee7;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.08);
}
.design-v2 {
  --v2-accent: rgb(79, 218, 247);
  --v2-accent-hover: #39cae8;
  --v2-deep: #112331;
  --v2-text: #eaf7ff;
  --v2-surface: rgba(255, 255, 255, 0.94);
  --v2-radius: 0;
}
.design-v2 a {
  color: var(--v2-accent);
}
.design-v2 #top {
  background-color: transparent;
  border-bottom: none;
}
.design-v2 header {
  background-color: transparent;
}
.design-v2 #content {
  background-color: var(--v2-surface);
  border: 1px solid rgba(79, 218, 247, 0.22);
}
.design-v2 #content, .design-v2 .breadcrumb, .design-v2 .btn, .design-v2 .form-control, .design-v2 .form-select, .design-v2 .input-group-text, .design-v2 .alert, .design-v2 .table, .design-v2 .product-thumb, .design-v2 #menu, .design-v2 #search .form-control, .design-v2 #search .btn, .design-v2 #header-cart .btn-inverse, .design-v2 .dropdown-menu, .design-v2 .list-group-item {
  border-radius: var(--v2-radius);
}
.design-v2 .breadcrumb {
  background-color: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(79, 218, 247, 0.3);
}
.design-v2 .breadcrumb, .design-v2 .breadcrumb a, .design-v2 .breadcrumb .breadcrumb-item, .design-v2 .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #103246;
}
.design-v2 #menu {
  background: rgba(16, 33, 48, 0.72);
  border: 1px solid rgba(79, 218, 247, 0.45);
}
.design-v2 #menu .navbar-nav > li > a {
  color: var(--v2-text);
  text-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.design-v2 #menu .navbar-nav > li > a:hover, .design-v2 #menu .navbar-nav > li > a:focus {
  color: #fff;
  background-color: rgba(79, 218, 247, 0.22);
}
.design-v2 #menu .dropdown-menu {
  background: var(--v2-deep);
  border-color: rgba(79, 218, 247, 0.35);
}
.design-v2 #menu .dropdown-inner a, .design-v2 #menu .see-all {
  color: #d9eff9;
}
.design-v2 #menu .dropdown-inner a:hover, .design-v2 #menu .see-all:hover {
  color: #fff;
  background: rgba(79, 218, 247, 0.24);
}
.design-v2 #menu .see-all {
  border-radius: var(--v2-radius);
}
.design-v2 #search .form-control {
  border-color: rgba(79, 218, 247, 0.32);
}
.design-v2 #search .btn {
  border-color: rgba(79, 218, 247, 0.45);
  color: #eaf7ff;
  background: rgba(17, 35, 49, 0.88);
  background-image: none;
}
.design-v2 .btn, .design-v2 .btn-primary, .design-v2 .btn-secondary, .design-v2 .btn-light, .design-v2 .btn-info, .design-v2 .btn-success, .design-v2 .btn-danger, .design-v2 .btn-warning, .design-v2 .btn-inverse, .design-v2 #header-cart .btn-inverse {
  border-color: rgba(79, 218, 247, 0.45);
  background-color: rgba(17, 35, 49, 0.88);
  background-image: none;
  color: #eaf7ff;
  text-shadow: none;
}
.design-v2 .btn:hover, .design-v2 .btn:focus, .design-v2 .btn:active, .design-v2 .btn.active, .design-v2 .btn-primary:hover, .design-v2 .btn-secondary:hover, .design-v2 .btn-light:hover, .design-v2 .btn-info:hover, .design-v2 .btn-success:hover, .design-v2 .btn-danger:hover, .design-v2 .btn-warning:hover, .design-v2 .btn-inverse:hover, .design-v2 #header-cart .btn-inverse:hover {
  background-color: rgba(25, 53, 73, 0.96);
  border-color: rgba(79, 218, 247, 0.7);
  color: #ffffff;
}
.design-v2 .btn-link, .design-v2 .btn-link:hover, .design-v2 .btn-link:focus {
  background-color: transparent;
  border-color: transparent;
  color: var(--v2-accent);
}
.design-v2 .product-thumb {
  border-color: rgba(79, 218, 247, 0.3);
}
.design-v2 .product-thumb:hover {
  border-color: rgba(79, 218, 247, 0.6);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.14);
}
.layout-content-wrap {
  width: 100%;
}
@media (max-width: 991.98px) {
  .design-v1 #content {
    padding: 12px;
    border-radius: 10px;
  }
  .design-v1 .btn {
    min-height: 40px;
  }
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
footer h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #23a1d1;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
  pointer-events: all;
}
#alert .alert {
  min-width: 400px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
header {
  background-color: rgba(95, 107, 115, 0.7);
  position: relative;
}
header > .container {
  width: 100% !important;
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}
#top > .container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
#header-breadcrumb-slot:empty {
  display: none;
}
#header-breadcrumb-slot .breadcrumb {
  margin: 0 0 0.25rem 0;
}
.header-adapt-v1 {
}
.header-adapt-v1 .row {
  width: 100%;
  align-items: center;
  background-color: rgba(178, 212, 225, 0.4);
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  row-gap: 6px;
}
.header-adapt-v1 #logo {
  margin: 0;
}
.header-adapt-v1 .header-search-col {
  display: flex;
  align-items: center;
}
.header-adapt-v1 #search, .header-adapt-v1 #search .input-group {
  width: 100%;
}
.header-adapt-v1 #header-cart {
  justify-content: flex-end;
}
.header-adapt-v1 #header-cart .dropdown {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .header-adapt-v1 .row {
    row-gap: 4px;
  }
  .header-adapt-v1 .header-logo-col {
    order: 1;
  }
  .header-adapt-v1 .header-cart-col {
    order: 2;
    display: flex;
    justify-content: flex-end;
  }
  .header-adapt-v1 .header-search-col {
    order: 3;
  }
}
/* top */
#top {
  /* TODO(header): Review top-bar spacing/typography across breakpoints for better mobile readability. */
  background-color: transparent;
  border-bottom: none;
  height: 24px;
  padding: 0;
  margin: 0;
  min-height: auto;
  position: relative;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #fff;
  text-shadow: none;
}
#top .btn-link {
  color: #fff;
  text-shadow: none;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #d9eff9;
}
#top a {
  /* TODO(header): Add explicit :focus-visible styles for keyboard navigation links in header top bar. */
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
}
footer a {
  font-size: 1.1em;
  text-decoration: none;
}
/* logo */
#logo {
  /* TODO(header): Add responsive logo sizing rules (mobile/tablet/desktop) instead of a single max width. */
  margin: 0 0 10px 0;
}
#logo img {
  max-width: 200px;
}
/* search */
#search {
  /* TODO(header): Re-check search input/button proportions and wrapping behavior on narrow screens. */
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#header-cart {
  /* TODO(header): Replace hard dropdown width constraints with fluid/max-width behavior. */
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
#header-cart .btn-lg {
  color: #FFF;
  height: 40px;
  padding: 0 1rem;
  width: 100%;
}
#header-cart .btn:hover {
  color: #FFF;
}
#header-cart .dropdown {
  width: 100%;
}
#header-cart .dropdown-menu {
  background: #eee;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
}
@media (max-width: 768px) {
  #header-cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  display: block;
  width: 100%;
  /* TODO(menu): Extract menu colors/gradients/borders into SCSS variables for easier theme updates. */
  /* TODO(menu): Add visible focus states (:focus-visible) for all interactive menu links/buttons. */
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 0;
}
#menu.navbar {
  width: 100%;
  padding: 0;
  margin: 6px 0;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
#menu .navbar-nav {
  /* TODO(menu): Validate horizontal spacing and click area of first-level items on touch devices. */
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    /* TODO(menu): Refactor mobile dropdown styles for clearer hierarchy and more consistent paddings. */
    border-radius: 0;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a {
    /* TODO(menu): Fix selector bug to &:hover (currently ':hover' with a leading space). */
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
main {
  background: #fff;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  overflow-x: clip;
}
main > * {
  width: 100%;
}
main .container, main .container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 575.98px) {
  main {
    margin-top: 6px;
  }
  body.has-header-breadcrumb main {
    margin-top: 6px;
  }
  header > .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  #menu.navbar {
    width: 100%;
  }
  #top > .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  main {
    margin-top: 6px;
  }
  body.has-header-breadcrumb main {
    margin-top: 6px;
  }
  header > .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  #menu.navbar {
    width: 100%;
  }
  #top > .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  main {
    padding-left: 0;
    padding-right: 0;
  }
  body.has-header-breadcrumb main {
    margin-top: 6px;
  }
}
#common-home {
  background-color: #fff !important;
  background-image: none !important;
}
#content {
  /* TODO(content): Define a baseline vertical rhythm (section spacing) for all content pages. */
  /* TODO(content): Add adaptive horizontal paddings/gutters to improve readability on small screens. */
  min-height: 600px;
  overflow-x: hidden;
}
/* footer */
footer {
  /* TODO(footer): Build responsive footer columns layout and spacing rules for mobile/tablet. */
  /* TODO(footer): Add :focus-visible states for links matching accessibility contrast requirements. */
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
}
.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
.rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  width: 20px;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
