@font-face {
  font-family: SpaceAge;
  font-style: normal;
  font-weight: normal;
  src: url(/catalog/view/fonts/space-age.spaceage.otf);
}

.spaceage    { font-family: SpaceAge, Verdana, Arial, sans-serif; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  background-color: #000;
  /*overflow-x: hidden;*/
}
main {
  background: transparent;
}
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 h3 {
  color: unset;
}
a {
  color: #557;/*#23a1d1;*/
  text-decoration: none;
}
a:hover {
  color: #77f;
  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;
}
p.center {
  text-align:center;
}
.input-group > .form-control:focus, 
.input-group > .form-select:focus, 
.input-group > .form-floating:focus-within {
  z-index: 1;
}
.input-group .btn {
  z-index: 1;
}
.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;
  }
}
/* top */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  margin: 0 0 20px 0;
  min-height: 44px;
  position: relative;
  display: none;
}
#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: #888;
  text-shadow: 0 1px 0 #FFF;
}
#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}
footer a {
  font-size: 1.2em;
  text-decoration: none;
}
header {
  padding-top: 10px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
transition: all .2s ease-in-out;
background: transparent;
}
header.fixed {
	transition: all .2s ease-in-out;
    background-color: #FFF;
    box-shadow: 0 .05rem 1rem rgba(0,0,0,.15)!important;
	color:#000;
	height:50px;
} header.fixed > .header {
  /*margin-top:8px;*/
	color:#000;
} header.fixed > .header a {
	color:#000;
} header.fixed #logo {
    /*margin:0;*/
    /*margin-top:-20px;*/
    margin-top:-7px;
} header.fixed #logo h3,
  header.fixed #logo a {
    color:#000;
}/* header.fixed #menu .navbar-nav > li > a {
    color:#000;
}*/
#alert {
  /*padding: 0 !important;*/
  margin-top: 42px;
}
/*header .container {
  --bs-gutter-x: 0;
}*/
#alert-bar {
  height: 20px;
}
/* logo */
#logo {
  margin: 0 0 10px 10px;
  font-family: SpaceAge;
  letter-spacing: .7rem;
  color: #000;
}
#logo a {
  color: #FFF;
}
#logo a:hover {
  color: #77F;
}
header.fixed #logo a:hover {
  color: #77D;
}
#logo h1 {
  margin-top: -10px;
  font-size: 42px;
}
#logo h1 img {
  height: 28px;
  margin-left: 20px;
  margin-top: -10px;
}
#logo img {
  /*max-width: 200px;*/
  /*max-width: 100%;*/
}
.html-page-content {
  position: relative;
  width: 100%;
  border: none;
  margin-bottom: 0px; /* 20px;*/
  /*margin-top: 20px;*/
  /*padding-bottom: 20px;*/
  background-color: #222;
  color: #EEE;
}
#product-info .html-page-content {
  /*position: relative;
  width: 100%;*/
  /*margin-bottom: 20px;*/
  /*padding-bottom: 20px;*/
  /*border: 1px solid #333;*/
  /*border: none;*/
  /*background-color: #FFF;*/ /*#DDD;*/
  /*color: #333;*/
}
#common-home .html-page-content {
  /*position: relative;
  width: 100%;*/
  /*margin: 0;*/
  margin-bottom: 20px;
  /*border: 1px solid #CCC;*/
  /*background-color: #222;
  color: #EEE;*/
}
/*#product-info*/ 
.html-page-content p {
  margin: 0;
  margin-bottom: 0;
  /*padding-left: 20px;*/
}
.html-page-content p.html-content {
  position:absolute;
  right:20px;
  top:30px;
  /*padding-left: 20px;*/ 
  font-size: 1rem;
}
/*.html-page-content p img {
  position:relative;
  margin: 0;
}*/
/*#common-home .html-page-content {
  background: transparent;
}*/
#product-category .html-page-content .row,
#product-info .html-page-content .row,
#common-home .html-page-content .row {
  background-color: #222;
  /*margin-bottom: 10px;*/
}
#common-home .html-page-content:last-child {
  margin-bottom: 0;
}
#product-category .row.row-cols-1.row-cols-sm-2.row-cols-md-2.row-cols-lg-3,
#common-home .row.row-cols-1.row-cols-sm-2.row-cols-md-3.row-cols-xl-4 {
  overflow: hidden;
}
#product-category .row.row-cols-1.row-cols-sm-2.row-cols-md-2.row-cols-lg-3 .col,
#common-home .row.row-cols-1.row-cols-sm-2.row-cols-md-3.row-cols-xl-4 .col {
  padding: 0;
}
#product-category .product-thumb,
#common-home .product-thumb {
  border: none;
}
#product-category .product-thumb .content,
#common-home .product-thumb .content {
  border-right: 1px solid #ddd;
}

/*.page-image {
  width: 100%;
}*/

  /*.information-content p {
    padding: 10px;
  }
  .information-content img {
    margin: 10px;
    margin-right: 20px;
  }*/
  #information-contact h1 {
    position: fixed;
    top: 74px;
    left: 1.5rem;
    color: #999;
    font-size: 23px;
  }
/*  #information-information hr {
    width: 100%;
  }
  #information-information h2 {
    width: 100%;
  }*/
  #information-contact.fixed h1 {
    transition: left .3s ease-out 0s;
    top: 11px;
    left: 25%;
    z-index: 1001;
  }
  @media (max-width: 600px) {
    #information-contact.fixed h1 {
      display: none;
    }
  }

  form .text-end {
    padding-bottom:20px;
  }

.list-unstyled.info {
  text-align: right;
  float: right;
}
.list-unstyled.price {
  float: left;
}
div #product {
  position: relative;
}
#input-quantity {
  max-width: 180px;
}
#button-cart {
  padding: 7px 30px;
}
#button-cart .fa-solid.fa-cart-shopping {
  color: #CCC;
}
.body-back {
  background-image: url(/image/catalog/raylines.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-size: cover; /*contain*/;
  z-index: -1;
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  /*bottom: 0;*/
  left: 0;
  right: 0;
  height: 380px !important;
}
/* carousel */
.carousel {
  height: 368px;
  min-height: 368px;
  margin-top: 0px;
  display: inline-block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  /*background-image: url(/image/catalog/raylines.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background-size: contain;*/
  border: 0px solid #fff;
  border-radius: 0px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
  background: transparent;
  overflow: hidden;
}
/*#product-info .carousel #banner-html-content > h2 {
  margin-top: -10px; / *-2%;* /
  top: -10px; / *-4%;* /
}*/
.carousel-item {
/*  transition: transform 0.1s ease-in-out;
  transition-property: transform;
  display:none;
  opacity: 0; */
}
.carousel-item.active {
/*  transition: transform 0.1s ease-in-out;
  transition-property: transform;
  display: block;
  opacity: 1;*/
}
#content h1 {
  /*margin-top: 7px;*/
  /*text-align: right;*/
}
.privacy-policy-content, 
.delivery-information-content,
.information-content {
  box-sizing: border-box;
  width: 77.7%;
  float: right;
  padding-left: 2%;
}
.privacy-policy,
.delivery-information, 
.block-collapsible-nav {
  box-sizing: border-box;
  width: 22.3%;
  float: left;
}
@media (max-width: 600px) {
  .privacy-policy-content, 
  .delivery-information-content,
  .information-content {
    width: 100%;
  }
  .block-collapsible-nav {
    width: 100%;
    display: none;
  }
}
.block-collapsible-nav 
.content {
  background: #fff; /* #f5f5f5;*/
  padding: 15px 0;
  border-right: 1px solid #eee;
}
.block-collapsible-nav .title, .block-search .label, .modes-label {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong {
  border-color: #c33;/* #ff5501;*/
  color: #000;
  font-weight: 600;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a, .block-collapsible-nav .item > strong {
  border-left: 2px solid transparent;
    border-left-color: transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
/*  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}*/
/*.carousel-item {
  background: transparent;
}
.carousel-inner {
  background: transparent;
}
.carousel.slide {
  background: transparent;
}
#carousel-banner-0 {
  background: transparent;
}*/
.description > .rating {
  display:none;
}
.html-page-content > h2 {
  text-align: center;
  color: #ccc;
  margin-top: 4px;
}
#review-row {
  background-color: #FFF;
} 
#review-row > #review {
  margin-top:5px;
}
#review-row > #review > table {
  min-height: 160px;
}
#banner-html-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#banner-html-content > h2 {
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #333;
  font-style: normal;
  font-weight: 200;

  position: absolute;
  right: 10%;
  top: 35%;
  z-index: 1;
  color: #CCC;
  font-size: 1.4rem;
  text-shadow: -2px -2px 5px rgba(0, 0, 0, 0.9);
}
#product-info .carousel #banner-html-content > h2 {
  top: 84px;
}
#product-info .carousel {
  margin-top: -2%;
}
#main-content {
  background-color: #FFF;
  position: relative; /*absolute;*/
  right: 0;
  left: 0;
  /*padding-left: 3%;
  padding-right: 3%;*/
}
#common-home #content {
  margin-top: 130px;
  transition: ease all .3s;
  transition: all .3s ease-in-out;
}
#product-category #content
/*#product-info #content*/ {
  margin-top: 130px;
  transition: ease all .5s;
}
@media (min-width: 600px) {
  #common-home #content {
    margin-top: 180px;
  }
  #product-category #content {
    margin-top: 180px;
  }
}
@media (min-width: 800px) {
  #common-home #content {
    margin-top: 240px;
  }
  #product-category #content {
    margin-top: 240px;
  }
}
@media (min-width: 1000px) {
  #common-home #content {
    margin-top: 280px;
  }
  #product-category #content {
    margin-top: 280px;
  }
}
@media (min-width: 1200px) {
  #common-home #content {
    margin-top: 320px;
  }
  #product-category #content {
    margin-top: 320px;
  }
}
@media (min-width: 1400px) {
  #common-home #content {
    margin-top: 360px;
  }
  #product-category #content {
    margin-top: 360px;
  }
}
/*@media (min-width: 1800px) {
  #common-home #content {
    margin-top: 420px;
  }
  #product-category #content {
    margin-top: 420px;
  }
}*/


/*#checkout-confirm,*/
.text-end {
  margin-bottom:20px;
}
.container #content {
  background-color: #FFF;
  margin-top: 120px;
  margin-left: 0;
  margin-right: 0;
  /*position: relative;
  left: 0;
  right: 0;*/
  padding-top: 10px;
  /*padding-bottom: 10px;*/
  /*margin-bottom: 20px;*/
}
#common-success.container,
#account-account.container,
#account-register.container,
#account-edit.container,
#account-password.container,
#account-address.container,
#account-wishlist.container,
#account-order.container,
#account-download.container,
#account-subscription.container,
#account-reward.container,
#account-return.container,
#account-transaction.container,
#account-newsletter.container,
#account-affiliate.container,
#account-tracking.container,
#account-forgotten.container {
  margin-top: 180px;
}
#account-account.container #content,
#account-edit.container #content {
  margin-top: 0px;
}
#account-login.container #content {
  background-color: transparent;
  margin-top: 180px;
  min-height: 300px;
}
#column-left .list-group {
  /*border-radius: 7px !important;*/
  border-radius: unset;
  border: unset;
  border-right: 1px solid #ddd;
}
.list-group-item {
  border: unset;
  border-left: 2px solid #fff;
}
.list-group-item.active {
border-color: unset;
  border-left: 2px solid #c33;
color: #000;
background-color:#fff;
z-index: 1;
font-weight: 600;
}
/*.list-group-item:active {
border-color: unset;
  border-left: 2px solid #d77;
color: #000;
background-color:#fff;
}*/

#account-account #column-left .list-group,
#account-edit #column-left .list-group,
#column-left .list-group {
  margin-top: 12px !important;
}
#account-account #main-content,
#account-edit #main-content {
  /*margin-top: 180px;*/
}
.container #content #tab-description p {
  font-size: 1.1rem;
}
#account-login .carousel,
#common-success .carousel,
#account-register .carousel,
#account-account .carousel,
#account-edit .carousel,
#account-password .carousel,
#account-address .carousel,
#account-wishlist .carousel,
#account-order .carousel,
#account-download .carousel,
#account-subscription .carousel,
#account-reward .carousel,
#account-return .carousel,
#account-transaction .carousel,
#account-newsletter .carousel,
#account-affiliate .carousel,
#account-tracking .carousel,
#account-forgotten .carousel {
  position: fixed;
  height: unset;
  min-height: unset;
}
#common-success.container #column-left .list-group,
#common-success.container #column-left .list-group,
#account-register.container #column-left .list-group,
/*#account-edit.container #column-left .list-group,*/
#account-password.container #column-left .list-group,
/*#account-address.container #column-left .list-group,
#account-wishlist.container #column-left .list-group,
#account-order.container #column-left .list-group,*/
#account-download.container #column-left .list-group,
#account-subscription.container #column-left .list-group,
#account-reward.container #column-left .list-group,
#account-return.container #column-left .list-group,
#account-transaction.container #column-left .list-group/*,
#account-newsletter.container #column-left .list-group*/ {
  border-radius: 7px;
}
#common-success.container #content,
#account-account.container #content,
#account-register.container #content,
#account-edit.container #content,
#account-password.container #content,
#account-address.container #content,
#account-wishlist.container #content,
#account-order.container #content,
#account-download.container #content,
#account-subscription.container #content,
#account-reward.container #content,
#account-return.container #content,
#account-transaction.container #content,
#account-newsletter.container #content,
#account-affiliate.container #content,
#account-tracking.container #content,
#account-forgotten.container #content {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  min-height: 300px;
  margin-top: 12px;
}

#account-login .card-body {
  min-height: 340px;
}

@media (max-width: 580px) {
  #account-login .card-body {
    min-height: unset;
  }
  #account-login.container #content {
    margin-top: 110px;
  }
  #account-account #main-content {
    margin-top: 110px;
  }
  #account-account.container,
#common-success.container,
#account-account.container,
#account-register.container,
#account-edit.container,
#account-password.container,
#account-address.container,
#account-wishlist.container,
#account-order.container,
#account-download.container,
#account-subscription.container,
#account-reward.container,
#account-return.container,
#account-transaction.container,
#account-newsletter.container,
#account-affiliate.container,
#account-tracking.container,
#account-forgotten.container {
    margin-top: 110px;
  }
#common-success.container #content {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 60px;
}

}
/*@media (max-width: 1200px) {
  #account-login .card.mb-3 {
    max-width: 300px;
  }
}*/

/*#account-login.container #content {
  background-color: transparent;
}*/

.content-heading h3 {
  text-align: center;
  font-size: 1.8rem;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  /*color: #333;*/
  font-style: normal;
  font-weight: 200;
  line-height: .5;
  margin-top: 1rem;
  letter-spacing: .5rem;
  position: relative;
  z-index: 1;
}
.content-heading h4 {
  text-align: center;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #333;
  font-style: normal;
  font-weight: 200;
  position: relative;
  z-index: 1;
}

.content-heading > hr {
  content: '';
  display: block;
  height: 1px;
  /*width: 100%;*/
  background: -moz-radial-gradient(center, ellipse cover, #fff 15%, #cecece 100%);
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(15%, #fff), color-stop(100%, #cecece));
  background: -webkit-radial-gradient(center, ellipse cover, #fff 15%, #cecece 100%);
  background: -ms-radial-gradient(center, ellipse cover, #fff 15%, #cecece 100%);
  background: radial-gradient(ellipse at center, #fff 15%, #cecece 100%);
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  z-index: 0;
  border: none;
  opacity: 1;
}

#column-right .list-group,
#column-left .list-group {
  margin-top: 120px;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  margin-right:-10;
  right:0;
}
#account-login #column-right,
#account-login #column-left {
  display: none !important;
}


/*.content-heading::before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: -moz-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(25%, #fff), color-stop(100%, #cecece));
  background: -webkit-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
  background: -ms-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
  background: radial-gradient(ellipse at center, #fff 25%, #cecece 100%);
  position: absolute;
  top: 50%;
  z-index: 0;
}*/
#content h4 {
  text-align: center;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #333;
  font-style: normal;
  font-weight: 300;
}
.product-thumb .description h4 {
  font-weight: 200;
}
.product-thumb .price {
  text-align: right;
}
.product-thumb .price-tax {
  display: none !important;
}
.product-thumb .description p {
  display: none !important;
}
/*.product-thumb .button-group {
  display: none !important;
} */
.button-group.hide {
  display: none !important;
}
.button-group.show {
  display: flex !important;
}
/*#common-home > .product-thumb > .button-group > .show {
  display: none !important;
}*/

.img-thumbnail {
  padding: 0; /*0.25rem;*/
  background-color: #fff;
  border: 0; /*1px solid var(--bs-border-color);*/
  border-radius: 0; /*0.25rem;*/
  width: auto;
  /*width: 100%;*/
  height: auto;
  /*min-width: 100%;*/
  min-height: 64px;
}
.img-thumbnail.mb-3 {
  width: 100%;
  /*height: auto;*/
}
.image.magnific-popup > div {
  font-size: 3px;
}
#category {
  display: none !important;
}
#search, #header-cart {
  display: none;
}
.navbar-expand-lg .navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  margin-top: 0;
  text-align: right;
}
@media (max-width: 992px) { /* 1000 992 */
.collapse:not(.show) {
  display: none !important;
}
.navbar-expand-lg .navbar-collapse {
  /*margin-top: 40px;*/
  background-color: rgba(0,0,0,.7); /*rgba(255,255,255,.5);*/
  margin-right: 42px;
  border-radius: 4px;
}
}
.navbar-collapse {
  width: auto;
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*padding: 2px;*/  
/*padding-right: 15px;
  padding-left: 15px;*/
/*position: absolute;
top: 40px;
right: 20px;*/
}
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar {
  --bs-navbar-toggler-focus-width: 0;
}
#menu#narbar-menu {
  /*position: fixed;*/
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 1000;
  background-image: linear-gradient(to bottom, rgba(0,0,0,.0), rgba(0,0,0,.9));
  min-height: 38px;
  max-height: 38px;
  margin-bottom: 0px;
  border: none;
}
.navbar-toggler { /*.collapsed {*/
  color: #CCC;
  right: 0px;
  font-size: 22px;
  position: absolute;
  border: 0;
}
.navbar-toggler:hover,
.navbar-toggler:active {
  color: #CCF;
}
.progress-bar {
  height: 4px;
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
  border-top-left-radius: 20px;
  /*border-bottom-left-radius: 20px;*/
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
  /*border-top-right-radius: 20px;*/
  border-bottom-right-radius: 20px;
}
#menu {
  display: none;
}
/* main */
#header-menu #main-menu {
  margin-right: 72px;
}
/*#header-cart #main-menu button {
  margin-top: 3px;
}*/
/*#header-cart #main-menu button i {
  font-size: 22px;
}*/
#header-cart .fa-cart-shopping {
  font-size: 20px;
}
#header-menu .fa-user { 
  font-size: 20px;
}
#header-menu .fa-bars { 
  font-size: 24px;
  margin-top: 3px;
}

#header-menu #main-menu .dropdown-menu li {
  min-width: unset;
}
/* user */
#header-menu #user-menu {
  margin-right: 36px;
}
#header-menu #user-menu .dropdown-menu li {
  min-width: unset;
}
/* cart */
#header-cart, 
#header-menu {
  display: inline-block;
  /*margin-bottom: 10px;*/
  text-align: right;
  float: right;
  margin-top: -4px;
  position: absolute;
  right: 10px;
  top: 10px;
}
#header-cart .btn-lg, 
#header-menu .btn-lg {
  color: #CCC;
  height: 40px;
  padding: 0 1rem;
  border: 0;
  position: absolute;
  right: -10px;
  top: 0;
}
#header-cart .btn:hover, 
#header-menu .btn:hover {
  color: #77F;
}
#header-cart.open > .btn,
#header-cart.menu > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
#header-cart.open > .btn:hover,
#header-menu.open > .btn:hover {
  color: #444;
}
.fixed #header-cart .btn-lg,
.fixed #header-menu .btn-lg {
  color: #444;
}
.fixed #header-cart .btn-lg:hover,
.fixed #header-menu .btn-lg:hover {
  color: #77d;
}

#header-cart .dropdown-menu,
#header-menu .dropdown-menu {
  background: rgba(0,0,0,.7); /*#eee;*/
  z-index: 1001;
  min-width: 100%;
  color: #eee;
  border: 1px solid #556;
}
#header-cart .dropdown-menu li a,
#header-menu .dropdown-menu li a {
  color: #eee;
  font-size: medium;
}
#header-cart .dropdown-menu table,
#header-menu .dropdown-menu table {
  min-width: 350px;
  margin-bottom: 10px;
  background: #eee;
}
#header-cart .dropdown-menu li .table a,
#header-menu .dropdown-menu li .table a {
  color: #009 !important;
  font-size: .8rem;
}
#header-cart .dropdown-menu li .table button,
#header-menu .dropdown-menu li .table button {
  padding: 0px 4px 0px 4px;
}
#header-cart .dropdown-menu li,
#header-menu .dropdown-menu li {
  /*min-width: 247px;*/
  padding: 0 10px;
}
#header-cart .dropdown-menu li p,
#header-menu .dropdown-menu li p {
  margin: 20px 0;
}
#header-cart .dropdown-item,
#header-menu .dropdown-item {
  padding: 10px 15px 10px 15px;
  border-left: 2px solid transparent;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  background-color: rgba(180, 180, 200, 0.5);
  border-left: 2px solid #c33;
}
#header-cart .dropdown-item:hover,
#header-menu .dropdown-item:hover  {
  background-color: rgba(180, 180, 200, 0.5);
  border-left: 2px solid #c33; /*#b33;*/
}
.accordion-button:hover {
  z-index: 1;
}
small, .small {
  font-size: 0.675em;
}
@media (max-width: 478px) {
  #header-cart .dropdown-menu {
    width: 100%;
  }
  #header-cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#header-cart .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.carousel-indicators {
  display: none;
}
#content h3 {
  /*padding-top: 10px;*/
  text-align: center;
}
#content h4 {
  text-align: center;
}

/* menu */
#menu {
 /* 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;
*/
  position: fixed;
  /*top: 48px;*/
  right: 0;
  z-index: 1000;
  /*background-image: linear-gradient(to bottom, rgba(0,0,0,.0), rgba(0,0,0,.9));*/
  min-height: 38px;
  max-height: 38px;
  margin-bottom: 0px;
  border: none;

  border-radius: 4px;
}
#menu.bg-primary {
  --bs-bg-opacity: 0;
  background-color: transparent !important; 
/*rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;*/
}
#menu.navbar {
  /*padding: 0 1rem;*/
  /*margin-bottom: 20px;*/
  right: 98px; /*76px;*/ /*54px;*/
  /*position: absolute;*/
  margin-top: 7px;
  /*text-align: right;*/
  top: 0;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 300px;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
  color: #FFF;
  /*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
  background-color: rgba(180, 180, 200, 0.5);
}
#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: #CCC;*/
  /*border-color: #fff;*/
  font-size: 0.9em;
}
#menu .navbar-nav > li > a {
  color: #eee;
  /*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(180, 180, 200, 0.5); /*background-color: rgba(0, 0, 0, 0.1);*/
  color: #fff;
}

#menu.fixed .navbar-nav > li > a {
    color:#222;
}
#menu.fixed .navbar-collapse.collapse.show .navbar-nav > li > a {
    color:#eee;
}


@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #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 :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
}
/*#account-login #column-right {
  display: none !important;
}*/
/* footer */
footer {
  /*margin-top: 30px;*/ /*10px;*/ /*30px;*/
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #303030; /*#303030;*/ /*#f4f4ff;*/ /*#303030*/
  border-top: 1px solid #aaa; /* #ddd;*/
  color: #e2e2e2;
  font-size: 10px;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #ddd;
}
footer a {
  color: #ccc; /*#575757;*/ /*#ccc*/
}
footer a:hover {
  color: #fff; /*#5757FF;*/ /*#fff*/
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em; /*0.9rem;*/
  font-weight: bold;
  color: #ddd; /*#333;*/ /*#fff*/
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #aaa;
}
footer p.center {
 /* background-color: #000;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 0;*/
  margin-top:-10px;
  margin-bottom: 4px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  display: none;
}
.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;
  /*border-radius: 20px;
  overflow: hidden;*/
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
  background-color: #447; /*#ddf;*/
}
.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;
  margin-top: -42px;
}
.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;
  position: absolute;
  right: 40px;
  top: 10px;
  z-index: 2;
}
.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;
}

.html-page-content div.col-sm-6 {
  padding: 0;
}
.html-page-content div.col-sm-6 .html-content { 
  padding: 30px;
  width: 92%;
  position: relative;
  right: 0;
  top: 0;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    /*width: 50%;*/
    width: 33.3333333333%;
    /*width: 100%;*/
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    /*width: 50%;*/
    width: 33.3333333333%;
    /*width: 100%;*/
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
    /*width: 100%;*/
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
    /*width: 25%;*/
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    /*width: 25%;*/
    width: 33.3333333333%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
