/*    --------------------------------------------------
	:: Fonts
	-------------------------------------------------- */
@font-face {
  font-family: 'Repo';
  src: url('/llib/fonts/Repo.woff2') format('woff2'), url('/llib/fonts/Repo.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Repo';
  src: url('/llib/fonts/Repo-ExtraBold.woff2') format('woff2'), url('/llib/fonts/Repo-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Repo';
  src: url('/llib/fonts/Repo-Bold.woff2') format('woff2'), url('/llib/fonts/Repo-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Repo';
  src: url('/llib/fonts/Repo-Medium.woff2') format('woff2'), url('/llib/fonts/Repo-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Repo';
  src: url('/llib/fonts/Repo-ExtraBlack.woff2') format('woff2'), url('/llib/fonts/Repo-ExtraBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Repo';
  src: url('/llib/fonts/Repo-DemiBold.woff2') format('woff2'), url('/llib/fonts/Repo-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Repo';
  src: url('/llib/fonts/Repo-Black.woff2') format('woff2'), url('/llib/fonts/Repo-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Repo';
  src: url('/llib/fonts/Repo-Light.woff2') format('woff2'), url('/llib/fonts/Repo-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*    --------------------------------------------------
	:: Common
	-------------------------------------------------- */
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh);
}
body {
  font-family: 'Repo', sans-serif;
  font-size: 18px;
  font-weight: 400
}
@media (max-width: 1199.98px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 15px;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background: #000;
    color: #fff;
  }
}
a {
  color: #6689A2;
  text-decoration: none
}
/* PDF document links */
a[href$='.pdf']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c1";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* Word Document Links */
a[href$='.doc']:before, a[href$='.docx']:before, a[href$='.rtf']:before, a[href$='.wps']:before, a[href$='.txt']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c2";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* Excel Document Links */
a[href$='.xls']:before, a[href$='.odt']:before, a[href$='.xlsx']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c3";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* PowerPoint Document Links */
a[href$='.ppt']:before, a[href$='.pot']:before, a[href$='.pps']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c4";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
input[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
a[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
span[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
iframe {
  width: 100%;
  display: block;
}
@media(min-width:768px) {
  .container {
    max-width: 760px
  }
}
@media(min-width:992px) {
  .container {
    max-width: 980px
  }
}
@media(min-width:1200px) {
  .container {
    max-width: 1190px
  }
}
@media(min-width:1400px) {
  .container {
    max-width: 1380px
  }
}
@media(min-width:1800px) {
  .container {
    max-width: 1764px
  }
}
.dropdown-menu {
  z-index: 1030;
}
.modal-backdrop.show {
  opacity: .7;
  background-color: #6689A2
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6689A2;
  border: 1px solid #6689A2
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6689A2;
  border: 1px solid #6689A2
}
.breadcrumb {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.breadcrumb .breadcrumb-item {
  display: inline;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: none;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #6689A2 !important;
}
.btn {
  font-size: 18px;
  text-transform: uppercase;
}
.form-control {
  font-size: 18px;
}
@media (prefers-color-scheme: dark) {
  .form-control, .form-select {
    --bs-body-bg: #212529;
    --bs-body-color: #f8f9fa;
    --bs-border-color: #444;
    --bs-form-control-bg: #2a2f33;
    --bs-form-control-color: #f8f9fa;
    --bs-form-control-border-color: #555;
    --bs-form-control-focus-border-color: #86b7fe;
    --bs-form-control-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    color: var(--bs-form-control-color);
    background-color: var(--bs-form-control-bg);
    border-color: var(--bs-form-control-border-color);
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  }
  .form-control:hover, .form-select:hover {
    border-color: #666;
    background-color: #30363b;
  }
  .form-control:focus, .form-select:focus {
    color: var(--bs-form-control-color);
    background-color: #2f3439;
    border-color: var(--bs-form-control-focus-border-color);
    box-shadow: var(--bs-form-control-focus-box-shadow);
  }
  .form-control::placeholder {
    color: #aaa;
    opacity: 1;
  }
  .form-control:disabled, .form-control[readonly], .form-select:disabled {
    background-color: #2a2a2a;
    color: #999;
    border-color: #444;
    opacity: 0.8;
  }
  .form-select {
    background-color: var(--bs-form-control-bg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16' stroke='%23f8f9fa' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
  }
}
@media (max-width: 1199.98px) {
  .btn {
    font-size: 16px;
  }
  .form-control {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .btn {
    font-size: 16px;
  }
  .form-control {
    font-size: 15px;
  }
}
.sale {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 0.85em;
  z-index: 9;
}
@media (prefers-color-scheme: dark) {
  .sale.text-white {
    color: #fff !important;
  }
}
.hometitle {
  border-bottom: 2px solid #6689A2;
}
@media (max-width: 1199.98px) {
  .hometitle {
    border-bottom: 0;
  }
}
@media(max-width:1799px) {
  .h3, h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .h2, h2 {
    font-size: 1.75rem;
  }
  .h3, h3 {
    font-size: 1.5rem;
  }
  legend {
    font-size: 1.2rem;
  }
}
@media (max-width: 575.98px) {
  .h1, h1 {
    font-size: 1.5rem;
  }
  .h2, h2 {
    font-size: 1.3rem;
  }
  .h3, h3 {
    font-size: 1.2rem;
  }
  .h4, h4 {
    font-size: 1.1rem;
  }
  .h5, h5 {
    font-size: 1rem;
  }
  .h6, h6 {
    font-size: .9rem;
  }
  .small, small {
    font-size: 90%;
  }
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #6689a2;
}
.smartphoto {
  z-index: 1030 !important;
}
@media (prefers-color-scheme: dark) {
  .table {
    color: #DEDAD6;
  }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #fff;
    background-color: #282828;
  }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #fff;
    background-color: #383838;
  }
  .list-group-item {
    color: #fff;
    background-color: #212121;
  }
  .modal-content {
    background-color: #000;
  }
  .close {
    color: #fff;
  }
  .card {
    background-color: #1d1d1d;
    border-radius: 0;
  }
  .card-header:first-child {
    border-radius: 0;
  }
}
.nav-link {
  color: #6689A2;
}
@media (prefers-color-scheme: dark) {
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #adb5bd
  }
  .card-body {
    color: #f8f9fa;
  }
    
  .navbar-toggler {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }  
    
  .offcanvas {
    background-color: #212529;
    color: #f8f9fa;
  }   
    
  .offcanvas-header {
    background-color: #2a2f33;
  }

  .btn-close {
    filter: invert(1) grayscale(100%);
  }   
    
    
.dropdown-menu {
  background-color: #2b2f33; 
  color: #f8f9fa;
}

.dropdown-menu .dropdown-item {
  color: #f8f9fa;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: #3a3f44; 
  color: #fff;
}    
}


.form-check-input[type="radio"] {
  border-color: #6689A2;
}

.form-check-input[type="radio"]:checked {
  background-color: #6689A2;
  border-color: #6689A2;
}

.form-check-input[type="radio"]:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 137, 162, 0.25);
}

.form-check-input[type="checkbox"] {
  border-color: #6689A2;
}

.form-check-input[type="checkbox"]:checked {
  background-color: #6689A2;
  border-color: #6689A2;
}

.form-check-input[type="checkbox"]:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 137, 162, 0.25);
}

/*    --------------------------------------------------
	:: header
	-------------------------------------------------- */
.social-icons {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.social-icons li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 0;
}
/*Change icons size here*/
.social-icons .fa-brands {
  font-size: .8em;
}
/*Change icons circle size and color here*/
.social-icons .fa-brands {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icons.icon-circle .fa-brands {
  border-radius: 50%;
}
.social-icons.icon-rounded .fa-brands {
  border-radius: 5px;
}
.social-icons.icon-flat .fa-brands {
  border-radius: 0;
}
.social-icons .fa-brands:hover, .social-icons .fa-brands:active {
  color: #FFF;
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
}
.social-icons.icon-zoom .fa-brands:hover, .social-icons.icon-zoom .fa-brands:active {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.social-icons.icon-rotate .fa-brands:hover, .social-icons.icon-rotate .fa-brands:active {
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}
.social-icons .fa-facebook-f {
  background-color: #3C599F;
}
.social-icons .fa-youtube {
  background-color: #C52F30;
}
.social-icons .fa-instagram {
  background-color: #A1755C;
}
.main-link {
  color: #6689A2;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 .5rem;
  position: relative;
}
.main-link::before {
  content: "";
  background-color: #8ea7c6;
  transition: 0.4s ease-out;
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.main-link:hover::before {
  width: 100%;
}
@media (prefers-color-scheme: dark) {
  .nav-link:focus, .nav-link:hover {
    color: #fff;
  }
}
.headericon {
  width: 36px;
  height: 36px;
  display: inline;
  text-align: center;
  position: relative;
}
.headericon i {
  line-height: 36px;
  font-size: 1.5em;
}
@media(max-width:1799px) {
  .headericon {
    width: 30px;
    height: 30px;
  }
  .headericon i {
    line-height: 30px;
    font-size: 1.2em;
  }
}
.qty {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 0.7em;
  font-weight: bold;
  background-color: #DC3545
}
.headershop .qty {
  top: -10px;
  right: -10px;
}
.navbrand {
  max-width: 160px;
}
.navbrandsmall {
  height: 50px;
}
@media (max-width: 575.98px) {
  .headershop .fa-xl {
    font-size: 1em;
    line-height: 1;
  }
}
.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #B6B6B6;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}
.navbar-toggler {
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  padding-bottom: .5rem;
}
.offcanvas-header .brand {
  width: 140px;
}
/*
.navbar-toggler {
	border: 2px solid #b6b6b6 !important;
	border-radius: 0;
	background: transparent !important;
	padding-bottom: .5rem;
}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
	opacity: 0;
}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}
.navbar-toggler {
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 999;
}

*/
@media (max-width: 1199.98px) {
  .navbar-brand img {
    margin-left: 60px;
    height: 34px;
    margin-top: -2px;
  }
}
@media (max-width: 1199.98px) {
  .basketheader {
    right: 0;
    left: auto;
    position: absolute;
    top: 10px;
    z-index: 1;
    width: 160px;
  }
}
/* products header accordion */
/*    --------------------------------------------------
	:: lefmenu
	-------------------------------------------------- */
#ProdCat .navbar-expand-md .navbar-nav {
  -ms-flex-direction: column;
  flex-direction: column;
}
#ProdCat .navbar-nav {
  width: 100%;
}
#ProdCat {
  background-color: #fff;
}
@media (prefers-color-scheme: dark) {
  #ProdCat {
    background-color: #000 !important;
  }
  #navbarProducts {
    background-color: #4a4b4b !important
  }
}
@media (max-width: 575.98px) {
  #ProdCat {
    background-color: #128BD3;
  }
}
@media (min-width: 768px) {
  #ProdCat .dropdown-menu {
    left: 100%;
    top: 0;
  }
}
#ProdCat .navbar-nav .icon {
  height: 24px;
  margin-right: 5px;
}
#ProdCat .navbar-light .navbar-nav .nav-link {
  padding: .75rem .75rem;
  background-color: transparent;
  text-transform: uppercase;
  color: #666;
  border-bottom: 1px solid #f0f0f0 !important;
  font-weight: normal;
}
@media (prefers-color-scheme: dark) {
  #ProdCat .navbar-light .navbar-nav .nav-link {
    color: #fff;
  }
}
#ProdCat .navbar-light .navbar-nav .nav-link:hover {
  background: #e2f4ff;
}
@media (prefers-color-scheme: dark) {
  #ProdCat .navbar-light .navbar-nav .nav-link:hover {
    background: #000;
  }
}
#ProdCat .navbar-light .navbar-nav .active > .nav-link {
  background: #e2f4ff;
  color: #666;
}
#ProdCat .dropdown-toggle {
  white-space: normal !important;
}
#ProdCat [data-toggle="dropdown"]:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0d7";
  position: absolute;
  top: .8rem;
  right: 1rem;
  z-index: 2;
}
#ProdCat .show [data-toggle="dropdown"]:after {
  content: "\f0da";
}
@media (max-width: 575.98px) {
  #ProdCat [data-toggle="dropdown"]:after {
    display: none;
  }
}
#ProdCat .dropdown-toggle {
  display: flex;
}
#ProdCat .dropdown-toggle:after {
  border: none;
}
#ProdCat .dropdown-menu {
  width: 600px;
}
@media (max-width: 991.98px) {
  #ProdCat .dropdown-menu {
    width: 500px;
  }
}
@media (max-width: 575.98px) {
  #ProdCat .dropdown-menu {
    width: 100%;
  }
}
#ProdCat .dropdown-menu .h4 {
  font-size: 1.2em;
}
#ProdCat .dropdown-menu .promocat strong {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 1.2em;
  display: block;
  text-align: center;
  text-transform: uppercase
}
#ProdCat .dropdown-menu .promocat .prc .actlprice {
  font-size: 24px;
  line-height: 24px;
  color: #128BD3;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  font-weight: bold;
  padding: 9px 17px;
  display: inline-block;
  margin-bottom: 5px;
}
#ProdCat .dropdown-menu .promocat .prc .oldprice {
  font-size: 18px;
  line-height: 18px;
  color: #7C7979;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  font-weight: bold;
  padding: 9px 14px;
  display: inline-block;
  text-decoration: line-through;
}
/*    --------------------------------------------------
	:: header / menu
	-------------------------------------------------- */
.topmenu {
  height: 72px;
  width: 100%;
  z-index: 1001 !important;
  background: #e1e7ec
}
@media (prefers-color-scheme: dark) {
  .topmenu {
    background: #1E1813
  }
}
@media (max-width: 575.98px) {
  .topmenu {
    height: 60px;
  }
}
.topmenu .logo {
  float: left;
  margin: 8px 30px auto 20px;
}
@media (max-width: 575.98px) {
  .topmenu .logo {
    margin: 2px 24px auto 14px;
  }
}
.topmenu .logo img {
  height: 50px;
}
@media (max-width: 575.98px) {
  .topmenu .logo img {
    height: 35px;
    margin-top: 10px;
  }
}
.topmenu .booknow {
  text-transform: uppercase;
  font-size: 1.2em;
  height: 72px;
  color: #fff;
  background: #6689A2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .topmenu .booknow {
    height: 60px;
  }
}
.topmenu .booknow:hover {
  color: #fff;
  background: #000000;
}
.hambmenu {
  height: 72px;
  line-height: 72px;
  width: 72px;
  float: left;
  cursor: pointer;
  background-color: #6689A2;
  color: #fff;
  background-image: url(/images/open.svg);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media (max-width: 575.98px) {
  .hambmenu {
    height: 60px;
    width: 60px;
  }
}
.hambmenu img {
  height: 40px;
}
@media (max-width: 575.98px) {
  .hambmenu img {
    height: 35px;
  }
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1002 !important;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  background-color: #6689A2;
}
.sidenav a {
  display: block;
  transition: 0.3s;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 72px;
  width: 72px;
  color: #fff;
  cursor: pointer;
  background-image: url(/images/close.svg);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media (max-width: 575.98px) {
  .sidenav .closebtn {
    height: 60px;
    width: 60px;
  }
}
.sidenav .closebtn img {
  height: 30px;
  border: 1px solid #EF070B;
  display: inline-block !important
}
.sidenav .logo {
  float: left;
  margin: 8px 30px auto 0;
  padding-left: 92px;
}
@media (max-width: 575.98px) {
  .sidenav .logo {
    margin: 2px 24px auto 0;
    padding-left: 74px;
  }
}
.sidenav .logo img {
  height: 50px;
}
@media (max-width: 575.98px) {
  .sidenav .logo img {
    height: 35px;
    margin-top: 10px;
  }
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 72px;
  line-height: 72px;
  width: 72px;
  color: #fff;
  float: left;
  text-align: center;
  font-size: 1.5em;
  cursor: pointer;
  display: block;
}
@media (max-width: 575.98px) {
  .sidenav .closebtn {
    height: 60px;
    line-height: 60px;
  }
}
.menucontent {
  position: absolute;
  top: 100px;
  left: 92px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .menucontent {
    left: 80px;
  }
}
.menucontent .webmenu {
  margin-left: 0;
  padding-left: 0;
}
.menucontent .webmenu li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.menucontent .webmenu li a {
  font-size: 1.5em;
  margin-bottom: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #f8f9fa;
  font-weight: bold;
}
.menucontent .webmenu li a:hover {
  color: #fff;
}
.menucontent .webmenu li .active {
  color: #fff;
}
.lngbkbttn .dropdown {
  margin: 0;
}
.lngbkbttn .dropdown-menu {
  border-radius: 0;
}
.lngbkbttn .dropdown .btn-default {
  background-color: #d4d4d4;
  height: 72px;
  border: 0;
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .lngbkbttn .dropdown .btn-default {
    height: 60px;
  }
}
.lngbkbttn img {
  height: 32px;
  border: 1px solid #6689a2;
}
@media (max-width: 575.98px) {
  .lngbkbttn img {
    height: 20px;
  }
}
/*    --------------------------------------------------
	:: Home
	-------------------------------------------------- */
/* home_slider */
#HomeCarousel .carousel-item {
  height: 70vh;
  background: #000000
}
@media (max-width: 1199.98px) {
  #HomeCarousel .carousel-item {
    height: 60vh;
  }
}
.herocarouselshop #HomeCarousel .carousel-item {
  height: 700px !important;
}
@media (max-width: 1199.98px) {
  .herocarouselshop #HomeCarousel .carousel-item {
    height: 600px !important;
  }
}
@media (max-width: 575.98px) {
  .herocarouselshop #HomeCarousel .carousel-item {
    height: 228px !important;
  }
}
#HomeCarousel .carousel-item img {
  opacity: .9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
#HomeCarousel .carousel-caption {
  right: auto;
  bottom: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, .75);
  width: 50%;
}
@media (prefers-color-scheme: dark) {
  #HomeCarousel .carousel-caption {
    background-color: rgba(0, 0, 0, .75);
  }
}
@media (max-width: 1199.98px) {
  #HomeCarousel .carousel-caption {
    width: 75%;
  }
}
#HomeCarousel .carousel-indicators {
  right: 1.5em;
  top: 40%;
  bottom: auto;
  left: auto;
  width: 30px;
  margin-right: auto;
  margin-left: auto;
  display: block
}
#HomeCarousel .carousel-indicators li {
  display: block;
  opacity: 1;
  background: rgba(0, 0, 0, .8);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-top: 0;
  border-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: .5rem;
}
#HomeCarousel .carousel-indicators .active {
  background: #6689A2;
  width: 16px;
  height: 16px;
}
/* home_slider END */
/* HeroProducts */
.heroproduct {
  height: 35vh;
  overflow: hidden;
  background: #6689A2;
}
@media (max-width: 1199.98px) {
  .heroproduct {
    height: 30vh;
  }
}
@media (max-width: 991.98px) {
  .heroproduct {
    height: auto;
  }
}
.heroproduct .card-img-top {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.heroproduct .product-caption {
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .75);
  width: 50%;
}
@media (prefers-color-scheme: dark) {
  .heroproduct .product-caption {
    background-color: rgba(0, 0, 0, .75);
  }
}
@media (max-width: 1199.98px) {
  .heroproduct .product-caption {
    width: 75%;
  }
}
@media (max-width: 575.98px) {
  .heroproduct .product-caption {
    width: 95%;
  }
  .heroproduct .product-caption .h5 {
    font-size: .85em;
  }
  .heroproduct .product-caption .h4 {
    font-size: .85em;
  }
}
.heroshopproduct {
  height: 294px;
  overflow: hidden;
  background: #6689A2;
}
@media (max-width: 1199.98px) {
  .heroshopproduct {
    height: 30vh;
  }
}
@media (max-width: 991.98px) {
  .heroshopproduct {
    height: auto;
  }
}
.heroshopproduct .card-img-top {
  object-fit: cover;
  width: auto;
  height: 315px;
  object-position: center;
}
.heroshopproduct .product-caption {
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .75);
  width: 50%;
}
@media (max-width: 1199.98px) {
  .heroshopproduct .product-caption {
    width: 75%;
  }
}
@media (max-width: 575.98px) {
  .heroshopproduct .product-caption {
    width: 95%;
  }
  .heroshopproduct .product-caption .h5 {
    font-size: .85em;
  }
  .heroshopproduct .product-caption .h4 {
    font-size: .85em;
  }
}
/* HomeProductCarousel */
#HomeProductCarousel .carousel-item {
  height: 294px;
  background: #000000
}
@media (max-width: 1199.98px) {
  #HomeProductCarousel .carousel-item {
    height: 228px;
  }
}
#HomeProductCarousel .carousel-item img {
  opacity: .9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
#HomeProductCarousel .carousel-caption {
  right: auto;
  bottom: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, .75);
  width: 75%;
}
@media (prefers-color-scheme: dark) {
  #HomeProductCarousel .carousel-caption {
    background-color: rgba(0, 0, 0, .75);
  }
}
#HomeProductCarousel .carousel-indicators {
  right: .5em;
  top: 40%;
  bottom: auto;
  left: auto;
  width: 30px;
  margin-right: auto;
  margin-left: auto;
  display: block
}
#HomeProductCarousel .carousel-indicators li {
  display: block;
  opacity: 1;
  background: rgba(0, 0, 0, .8);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-top: 0;
  border-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: .5rem;
}
#HomeProductCarousel .carousel-indicators .active {
  background: #6689A2;
  width: 16px;
  height: 16px;
}
/* Home Categories */
#homecategories .hcatrow .hcatcol a {
  display: block;
  position: relative;
  overflow: hidden;
}
#homecategories .hcatrow .hcatcol a:after {
  background: rgba(102, 137, 162, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
@media (max-width: 1199px) {
  #homecategories .hcatrow .hcatcol a:after {
    display: none;
  }
}
#homecategories .hcatrow .hcatcol a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#homecategories .btn-default {
  font-weight: 700;
  font-size: 1em;
  line-height: 15px;
  padding: 17px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#homecategories .hcatrow .hcatcol a:hover .btn.btn-default {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#homecategories .hcatrow .hcatcol a:hover .cat-desc {
  top: 30%;
}
#homecategories .hcatrow .hcatcol .cat-desc {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  #homecategories .hcatrow .hcatcol .cat-desc {
    top: 50%;
  }
}
#homecategories .hcatrow .hcatcol img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  #homecategories .hcatrow .hcatcol h3 {
    margin: 0;
  }
}
#homecategories .hcatrow .hcatcol .btn.btn-default {
  border-color: white;
  color: white;
  background: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#homecategories .hcatrow .hcatcol .btn.btn-default:hover, #homecategories .hcatrow .hcatcol .btn.btn-default:active, #homecategories .hcatrow .hcatcol .btn.btn-default:active:focus, #homecategories .hcatrow .hcatcol .btn.btn-default:focus {
  background: white;
  color: #6689a2;
}
@media (max-width: 1199px) {
  #homecategories .hcatrow .hcatcol .btn.btn-default {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@media (max-width: 991px) {
  #homecategories .hcatrow .hcatcol .btn.btn-default {
    display: none;
  }
}
@media (prefers-color-scheme: dark) {
  .cat-desc .text-white {
    color: #fff !important
  }
}
/*    --------------------------------------------------
	:: footer
	-------------------------------------------------- */
footer {
  margin-top: auto;
  font-size: .9em;
}
@media (prefers-color-scheme: dark) {
  footer .text-dark {
    color: #000 !important
  }
}
/********************* product  **********************/
.product-grid6, .product-grid6 .product-image6 {
  overflow: hidden
}
.product-grid6 {
  text-align: center;
  position: relative;
  transition: all .5s ease 0s
}
.product-grid6:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}
.product-grid6 .product-image6 a {
  display: block;
}
.product-grid6 .product-image6 {
  height: 278px;
}
@media(max-width:1799px) {
  .product-grid6 .product-image6 {
    height: 198px;
  }
}
@media (max-width: 991.98px) {
  .product-grid6 .product-image6 {
    height: 150px;
  }
}
@media (max-width: 479.98px) {
  .product-grid6 .product-image6 {
    height: 110px;
  }
}
.product-grid6 .product-image6 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  transition: all .5s ease 0s
}
.product-grid6:hover .product-image6 img {
  transform: scale(1.1)
}
.product-grid6 .product-content {
  padding: 12px 12px 15px;
  transition: all .5s ease 0s
}
.product-grid6:hover .product-content {
  opacity: 0
}
.product-grid6 .title {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 10px;
  transition: all .3s ease 0s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 575.98px) {
  .product-grid6 .title {
    font-size: 90%;
  }
}
.product-grid6 .title a {
  color: #000
}
.product-grid6 .title a:hover {
  color: #B38A3A
}
@media (prefers-color-scheme: dark) {
  .product-grid6 .title a {
    color: #fff
  }
  .product-grid6 .title a:hover {
    color: #4C75C5
  }
}
.product-grid6 .price {
  font-size: 18px;
  font-weight: 600;
  color: #B38A3A
}
.product-grid6 .price span {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 7px;
  display: inline-block
}
.product-grid6 .social {
  background-color: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: -50%;
  left: 50%;
  z-index: 1;
  transition: all .5s ease 0s
}
@media (prefers-color-scheme: dark) {
  .product-grid6 .social {
    background-color: #414141;
  }
}
.product-grid6:hover .social {
  opacity: 1;
  bottom: 20px
}
.product-grid6 .social li {
  display: inline-block
}
.product-grid6 .social li a {
  color: #909090;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
  margin: 0 7px;
  border: 1px solid #B38A3A;
  border-radius: 50px;
  display: block;
  position: relative;
  transition: all .3s ease-in-out
}
.product-grid6 .social li a:hover {
  color: #fff;
  background-color: #B38A3A;
  width: 80px
}
.product-grid6 .social li a:after, .product-grid6 .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #B38A3A;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 1px 5px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px
}
.product-grid6 .social li a:after {
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -20px;
  z-index: -1
}
.product-grid6 .social li a:hover:after, .product-grid6 .social li a:hover:before {
  opacity: 1
}
/*    --------------------------------------------------
	:: Product Details
	-------------------------------------------------- */
.stickers {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 9;
}
.stickers img {
  height: 50px;
}
.subpactive {
  border: 4px solid #6689A2;
  cursor: pointer;
  width: auto;
  text-align: center;
  display: inline-block;
  padding: .5rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
}
.subpnoactive {
  border: 4px solid #C7C7C7;
  cursor: pointer;
  width: auto;
  text-align: center;
  display: inline-block;
  padding: .5rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
}
.subpimg img {
  max-width: 120px;
}
.pattactive {
  border: 4px solid #6689A2;
  height: 60px;
  cursor: pointer
}
.pattnoactive {
  border: 4px solid #C7C7C7;
  height: 60px;
  cursor: pointer
}
/* accordion tabs details */
.prdetailaccordion .accordion-button {
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #F2F2F2
}
/* accordion tabs details end */
[data-toggle="collapse"] .fa-solid:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f068";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
[data-toggle="collapse"].collapsed .fa-solid:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f067";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* reviews opinions details */
.col-item .info .rating {
  color: #777;
}
.col-item .rating {
  /*width: 50%;*/
  float: left;
  font-size: 17px;
  text-align: right;
  line-height: 52px;
  margin-bottom: 10px;
  height: 52px;
}
.positive {
  color: #279002;
  display: block;
  font-weight: 700
}
.negative {
  color: #ef0637;
  display: block;
  font-weight: 700
}
.rating-box-hidden .rating:after, .rating-box .rating:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f005 \f005 \f005 \f005 \f005 \f005 \f005 \f005 \f005 \f005";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 0px;
  vertical-align: top;
  line-height: 20px !important;
}
.rating-box {
  background: none;
  color: rgba(0, 0, 0, .3);
  position: absolute;
  left: 0;
  height: 20px;
  overflow: hidden;
}
.rating {
  color: #ff8400;
  float: left;
  overflow: hidden;
}
.disabled {
  color: rgba(0, 0, 0, .3);
}
.rating-parent {
  position: relative;
  width: 100%;
}
.rating-box-hidden {
  float: left;
}
.rating-box-hidden .rating {
  color: rgba(0, 0, 0, .3);
}
.fotorama__caption {
  font-family: 'Repo' !important;
}
.navbarproduct {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 575.98px) {
  .shrink {
    display: block;
  }
}
/*    --------------------------------------------------
	:: Pr Details | CMS Page | News Item common
	-------------------------------------------------- */
.textcontent iframe {
  display: block;
  margin: 1.5rem auto;
  width: 50%;
  height: 400px
}
@media (max-width: 1199.98px) {
  .textcontent iframe {
    width: 75%;
  }
}
@media (max-width: 991.98px) {
  .textcontent iframe {
    height: 300px
  }
}
@media (max-width: 575.98px) {
  .textcontent iframe {
    width: 100%;
    height: 250px;
    margin: .5rem auto;
  }
}
.textcontent img {
  display: block;
  margin: 1.5rem auto;
  max-width: 100%;
  height: auto
}
@media (max-width: 575.98px) {
  .textcontent img {
    margin: .5rem auto;
  }
}
.textcontent ul {
  margin: 1rem 0;
}
.textcontent li {
  padding-left: 0;
  list-style: none;
}
.textcontent li:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  margin-left: -1em;
  width: 1em;
}
/*    --------------------------------------------------
	:: NEWS 
	-------------------------------------------------- */
.newscontent iframe {
  display: block;
  margin: 1.5rem auto;
  width: 100%;
  height: 400px
}
@media (max-width: 991.98px) {
  .newscontent iframe {
    height: 300px
  }
}
@media (max-width: 575.98px) {
  .newscontent iframe {
    height: 250px;
    margin: .5rem auto;
  }
}
.newscontent img {
  display: block;
  margin: 1.5rem auto;
  max-width: 100%;
  height: auto
}
@media (max-width: 575.98px) {
  .newscontent img {
    margin: .5rem auto;
  }
}
.newscontent ul {
  margin: 1rem 0;
}
.newscontent li {
  padding-left: 0;
  list-style: none;
}
.newscontent li:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  margin-left: -1em;
  width: 1em;
}
.news-card {
  position: relative;
  height: 12rem;
  overflow: hidden;
  flex: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (min-width: 900px) {
  .news-card {
    height: 20rem
  }
}
.news-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
  ;
  z-index: 0;
}
.news-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: -1;
}
.news-card__text-wrapper {
  position: absolute;
  bottom: 0rem;
  padding: 1rem;
  color: white;
  /*     background-color: rgba(0, 0, 0, 0.4); */
  transition: background-color 1.5s ease;
}
.news-card__title {
  transition: color 1s ease;
  margin-bottom: .5rem;
}
.news-card__post-date {
  font-size: .7rem;
  margin-bottom: .5rem;
  color: #CCC;
}
.news-card__details-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1.5s ease, opacity 1s ease;
}
@media (min-width: 900px) {
  .news-card:hover .news-card__details-wrapper {
    max-height: 20rem;
    opacity: 1;
  }
  .news-card:hover .news-card__text-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .news-card:hover .news-card__title {
    color: #869ba0;
  }
  .news-card:hover .news-card__image {
    transform: scale(1.2);
    z-index: -1;
  }
}
.news-card__excerpt {
  font-weight: 300;
}
/*    --------------------------------------------------
	:: Basket Table Reponsive 
	-------------------------------------------------- */
.basket-thumb {
  width: 120px;
}
.midprice {
  font-size: 1.6em;
  color: #45aba9;
  white-space: nowrap
}
.card-summary {
  border: none;
}
.heading-summary {
  font-size: 2em;
  line-height: 1.4em;
}
@media (max-width: 575.98px) {
  .heading-summary {
    font-size: 24px;
    margin-top: 20px;
  }
}
.totalprice {
  font-size: 2.5em;
  color: #45aba9;
  white-space: nowrap
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .totalprice {
    font-size: 1.5em;
  }
}
@media (max-width: 575.98px) {
  .totalprice {
    font-size: 1.8em;
  }
}
.baskettitle {
  font-weight: 700;
  background: #F5F5F5
}
@media (prefers-color-scheme: dark) {
  .baskettitle {
    background: #414141
  }
}
@media(max-width:1799px) {
  .baskettitle {
    font-size: .85em;
  }
}
@media only screen and (max-width : 768px) {
  .basketformquantity .form-control {
    width: auto;
    display: inline
  }
}
@media (max-width: 991.98px) {
  .btn-toshop {
    display: block;
    width: 100% !important
  }
}
@media only screen and (max-width : 768px) {
  table#cart thead th {
    font-weight: 100;
    white-space: nowrap;
    font-size: 0.9em;
  }
  table#cart tbody {
    font-size: 0.9em;
  }
}
@media only screen and (max-width : 480px) {
  table#cart tbody {
    font-size: inherit;
  }
}
@media only screen and (max-width : 480px) {
  table#cart tbody td .form-control {
    display: inline !important;
  }
  .actions .btn {
    width: 36%;
    margin: 1.5em 0;
  }
  .actions .btn-info {
    float: left;
  }
  .actions .btn-danger {
    float: right;
  }
  table#cart thead {
    display: none;
  }
  table#cart tbody td {
    display: block;
    padding: .6rem;
    min-width: 320px;
  }
  table#cart tbody tr td:first-child {
    background: #aee5e4;
    color: #000;
    margin-top: 10px;
  }
  table#cart tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: auto;
  }
  table#cart tfoot td {
    display: block;
  }
  table#cart tfoot td .btn {
    display: block;
  }
  table#cart .totalprice {
    display: block;
    margin: 10px 0;
    padding: 5px;
    background: #333;
    border-radius: 3px;
    color: #fff;
  }
  table#cart .buttons .btn {
    display: block;
  }
}
.basketsummary .sticky-top {
  z-index: 1019;
}
@media (prefers-color-scheme: dark) {
  .table-striped {
    --bs-table-color: #f8f9fa;
    --bs-table-bg: #212529;
    --bs-table-border-color: #444;
    --bs-table-striped-bg: rgba(255, 255, 255, 0.05);
    --bs-table-striped-color: #f8f9fa;
    --bs-table-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-table-hover-color: #fff;
    --bs-table-active-bg: rgba(255, 255, 255, 0.25);
    --bs-table-active-color: #fff;
  }
  .table-striped > thead {
    color: #fff;
    background-color: #343a40;
  }
  .table-hover.table-striped > tbody > tr {
    transition: background-color 0.2s ease-in-out;
  }
  .table-hover.table-striped > tbody > tr:hover > * {
    color: var(--bs-table-hover-color);
  }
  .table-striped thead th {
    border-bottom-color: #555;
  }
  .accordion {
    --bs-accordion-color: #f8f9fa;
    --bs-accordion-bg: #212529;
    --bs-accordion-border-color: #444;
    --bs-accordion-btn-color: #f8f9fa;
    --bs-accordion-btn-bg: #2a2f33;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23f8f9fa' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-active-color: #fff;
    --bs-accordion-active-bg: #343a40;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
  }
  .accordion-button {
    color: var(--bs-accordion-btn-color);
    background-color: var(--bs-accordion-btn-bg);
    border-color: var(--bs-accordion-border-color);
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
  }
  .accordion-button:focus {
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  }
  .accordion-body {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border-top: 1px solid var(--bs-accordion-border-color);
  }
  .accordion-item {
    border-bottom: 1px solid #555;
  }
  .prdetailaccordion .accordion-button {
    background-color: #2a2f33;
    font-size: 1.2rem;
    font-weight: bold;
    color: #f8f9fa;
  }
  .prdetailaccordion .accordion-button:not(.collapsed) {
    background-color: #343a40;
    color: #fff;
  }
    
  .form-text {
    color: #ced4da;
  }    
    
}
}