@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --theme-bg-color: #18191b; /* #fff */
  --theme-text-primary: #fff;/* #333 */
  --theme-text-secondary: #eee; /* #444 */
  --theme-color-primary: #ff5100;
  --theme-color-primary-hover: #d93204;
  --theme-card-bg: #000;
}


body {
  font-family: "Raleway", Tahoma;
  font-weight: 400;
  color: var(--theme-text-primary);
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  top: 0!important;
  background-color: var(--theme-bg-color);
}
body.common-home {
  background-color: var(--theme-bg-color);
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 20px;
  font-weight: bold;
  color: var(--theme-text-primary);
  margin-bottom: 25px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
#footer h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #23a1d1;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.dropdown-toggle::after{
  content: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  padding: 0px;
  margin-bottom: 20px;
  color: #444;
  font-size: 15px;
  font-weight: bold;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

.section p {
  color: var(--theme-text-primary);
  font-size: 14px;
  line-height: 24px;
}

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

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.9);
	margin-bottom: 0px;
	z-index: 100;
	padding: 15px 0;
}

.select-languages img {
  width: 32px;
}
.select-languages .dropdown-toggle {
  font-size: 14px;
  font-weight: bold;
}
.select-languages .dropdown-toggle > img {
  margin-left: 5px;
}

.header-cart-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #f6f9fc;
  margin-bottom: 10px;
  border-radius: 10px;
}
.header-account-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.top-cart .table-striped {
  border-collapse: separate;
  border-spacing: 0 8px;
 }
.top-cart .table-striped > tbody > tr:nth-of-type(2n) > * {
  box-shadow: none;
  background-color: #f6f9fc;
  border-bottom: none;
}
.top-cart .table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: none;
  background-color: #f6f9fc;
  border-bottom: none;
}
.top-cart .table-striped > tbody > tr > td:first-child {
  border-radius: 0 10px 10px 0;
  border-right: none;
}
.top-cart .table-striped > tbody > tr > td:last-child {
  border-radius: 10px 0 0 10px;
  border-left: none;
}

.top-links-toggle {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  color: #222;
  font-size: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}

@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: #031586;
  padding: 0;
  margin: 0 0 20px 0;
  min-height: 6px;
  position: relative;
}
#header-logo {
  gap: 20px;
  justify-content: space-between;
}
#header-logo > div {
  gap: 20px;
}
#footer a {
  font-size: 1.1em;
  text-decoration: none;
}
/* logo */
#logo {
  display: flex;
  align-items: center;
}
#logo img {
  width: 100%;
  max-width: 160px;
}
@media (max-width: 768px) {
  #logo {
    text-align: center;
    justify-content: center;
  }
}
/* cart */
.header-logo-menu {
	display: flex;
	gap: 20px;
}
.header-account-cart .btn-lg {
  color: #FFF;
  height: 40px;
  padding: 0 1rem;
}
.header-account-cart .btn:hover {
  color: #FFF;
}
.side-dropdown .dropdown-menu {
  display: block;
  background: #fff;
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  border-radius: 0;
  border: none;
  border-right: 1px solid #ddd;
  left: 0 !important;
  inset: 0 auto 0 -500px !important;
  transform: none !important;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  transition: all .3s;
  padding: 10px 0px;
  width: 312px;
}
.side-dropdown .dropdown-menu.show {
  left: 0 !important;
}
.side-dropdown .dropdown-menu > ul {
  list-style: none;
  padding: 0;
}

.side-dropdown .dropdown-menu .dropdown-item {
  padding: .6rem var(--bs-dropdown-item-padding-x);
}
.side-dropdown .dropdown-menu .dropdown-item:hover {
  background: var(--theme-color-primary);
  color: #fff;
}
.side-dropdown .dropdown-menu li {
  width: 100%;
}
/* menu */
#menu {
  background-color: transparent;
  min-height: 40px;
}
#menu.navbar {
  padding: 0 0;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 1.4em;
}
#navbar-menu > .navbar-nav > li > a {
  color: #fff;
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
  font-size: 15px;
}
#navbar-menu > .navbar-nav > li > a:hover {
  color: #ddd;
}

#menu .navbar-nav > li > a:after {
	position: relative;
	font-family: "FontAwesome";
	content: "\f111";
	font-size: 6px;
	margin-left: 20px;
	margin-top: 0px;
	color: #ff5100;
	float: right;
  border: none;
}
#menu .navbar-nav > li > a.parent:after {
  content: "\f0d7";
  font-size: 12px;
}
#menu .navbar-nav > li:last-child > a:not(.parent):after {
  display: none;
}

.dropdown-menu li {
  position: relative;
}

body.has-overlay {
  overflow: hidden;
}

#menu-overlay {
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  inset: 0 0 0 0;
  display: none;
}
body.has-overlay #menu-overlay {
  display: block;
}

#menu-account {
  display: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
#menu-account > a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  padding: 10px 15px 20px;
  color: #ff0000;
  font-weight: bold;
}
.nav-title-text {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  padding: 10px 15px 20px;
  color: var(--theme-color-primary);
  font-weight: bold;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.nav-title-text:hover {
  color: var(--theme-color-primary-hover);
}

@media (min-width: 992px) {
  #header {
    padding: 0;
  }
  #navbar-menu > .navbar-nav > li > a {
    padding: 30px 15px;
  }
  #navbar-menu > .navbar-nav > li.side-dropdown:hover {
    background-color: #ff5100;
    border-radius: 0px;
    
  }
  #navbar-menu > .navbar-nav > li.side-dropdown:hover a {
    color: #222;
    background-color: transparent;
    transition: none;
  }
  #navbar-menu > .navbar-nav > li.side-dropdown a:hover {
    color: #000;
  }
  #navbar-menu > .navbar-nav > li.side-dropdown:hover .nav-title-text {
    display: none;
  }
  #navbar-menu > .navbar-nav > li.side-dropdown:hover .dropdown-menu {
    background-color: #ff5100;
    transition: none;
    border: none;
    display: block;
    position: absolute;
    inset: auto!important;
    border-radius: 0px;
    scrollbar-gutter: auto;
  }
}

@media (max-width: 991px) {
  #menu .navbar-nav > li > a:not(.parent):after {
    display: none;
  }
  .side-dropdown .dropdown-menu {
    top: 60px!important;
    right: -500px!important;
    left: auto!important;
    padding: 10px 15px;
  }
  #menu .dropdown-menu {
    top: 0px!important;
    background-color: #fff;
  }
  .side-dropdown .dropdown-menu.show {
    right: 0px!important;
    left: auto!important;
  }
  #menu .dropdown > a.dropdown-toggle:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0d9";
    font-size: 14px;
    left: 5px;
    top: 10px;
    color: var(--theme-color-primary);
    border: none;
    margin: 0;
  }
  #menu .dropdown > .dropdown-menu.show .nav-title-text:after {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 14px;
    left: 15px;
    top: 20px;
    color: var(--theme-color-primary);
    content: "\f0d8";
  }
  #header-languages {
    position: fixed;
    bottom: 0;
    right: -100%;
    width: 312px;
    border-top: 1px solid #eee;
    transition: all 0.5s;
  }
  #header-languages .dropdown-menu {
    transition: all 0.5s;
  }
  #header-languages .language-hint {
    display: block;
  }
  body.has-overlay #header-languages {
    display: block;
    right: 0;
  }
  #header-languages .dropdown-toggle {
    color: #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 10px 30px;
  }
  #header-languages .dropdown-toggle i {
    display: none;
  }
  #header-languages:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0d9";
    font-size: 14px;
    left: 20px;
    top: 17px;
    color: #444;
  }
  /* #menu .navbar-nav > li > a:after {
    display: none;
  } */
  #menu-account {
    display: block;
  }
  #header {
    background: #000;
    padding: 0 10px;
    height: 60px;
    display: flex;
    align-items: center;
  }
  #header .container {
    max-width: 100%;
    padding: 0 5px;
  }
  .header-logo-menu {
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
  }
  #navbar-menu {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    width: 312px;
    background: #fff;
    padding: 10px 15px;
    transition: all 0.5s;
    transform: translateX(100%);
    height: calc(100vh - 60px) !important;
    display: block;
  }
  #navbar-menu.is-showing {
    display: block;
    transform: translateX(0%);
  }
  #navbar-menu.show {
    transform: translateX(0%);
  }
  #navbar-menu li {
    margin-bottom: 5px;
  }
  .header-account-cart .dropdown-toggle {
    display: none;
  }
  .header-account-cart {
    justify-content: center;
  }
  #navbar-menu > .navbar-nav > li > a {
    color: #444;
  }
  #navbar-menu > .navbar-nav > li > a:hover {
    color: #000;
  }
  #menu .navbar-toggler {
    border: none;
    box-shadow: none;
  }
  #menu .navbar-toggler:not(.collapsed) i:before {
    content: "\f00d";
  }
}

/* content */
#content {
  font-size: 16px;
  line-height: 30px;
  min-height: 600px;
}
/* footer */
#footer {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 1px;
  color: var(--theme-text-primary);
  position: relative;
  background-color: var(--theme-card-bg);
  font-size: 14px;
  line-height: 24px;
}
#footer li {
  margin-bottom: 5px;
}
#footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #eee;
}
#footer h5 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
}
.footer-block {
  /* background: rgba(0,0,0,0.1); */
  padding: 15px;
  border-radius: 15px;
  height: 100%;
  backdrop-filter: blur(5px);
}
/* breadcrumb */
.breadcrumb-block {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	background-color: #fff;
	font-size: 14px;
	line-height: 20px;
}
@media (max-width: 991px) {
  .breadcrumb-block {
    margin-top: 0px;
  }
}
.breadcrumb {
  margin: 0;
  flex-wrap: nowrap;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  padding: 0 20px 0 0;
  position: relative;
  margin-bottom: 5px;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: #222;
  padding: 2px 10px;
  border-radius: 5px;
}
.breadcrumb > li.breadcrumb-item > a:hover {
  color: #666;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 5px;
  width: 8px;
  height: 0px;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(130deg);
}
.breadcrumb > li.breadcrumb-item:last-child:after {
  border: none;
}
.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: var(--theme-text-primary);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, var(--theme-color-primary), var(--theme-color-primary));
  background-repeat: repeat-x;
  border-color: var(--theme-color-primary);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-image: linear-gradient(to bottom, var(--theme-color-primary-hover), var(--theme-color-primary-hover));
  background-position: 0;
  border-color: var(--theme-color-primary-hover);
}
.btn-primary-outline {
  color: #ff5100;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: none;
  background-repeat: repeat-x;
  border-color: #ff5100;
  /* border-radius: 0px!important; */
}
.btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline:active, .btn-primary-outline.active, .btn-primary-outline.disabled, .btn-primary-outline[disabled] {
  background: #ff5100;
  color: #fff;
  border-color: #ff5100;
}
.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-gold {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ffe600, #ffe600);
  background-repeat: repeat-x;
  border-color: #ffe600 #ffe600 #ffe600;
  color: #222;
}
.btn-gold:hover, .btn-gold:focus, .btn-gold:active, .btn-gold.active, .btn-gold.disabled, .btn-gold[disabled] {
  background-image: linear-gradient(to bottom, #ffc800, #ffc800);
  background-position: 0;
  border-color: #ffc800 #ffc800 #ffc800;
}
.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, #62c462);
  background-repeat: repeat-x;
  border-color: #62c462 #62c462 #62c462;
}
.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);
  border-color: #62c462 #62c462 #62c462;
}
.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);
}
.btn-round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.product-thumb {
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 15px 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 0 5px #a0a7d133;
  background: #fff;
}
.product-thumb .content {
  height: 100%;
}
.product-thumb .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.product-thumb .price {
  flex-flow: row-reverse;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description .product-info-brand {
  font-size: 0.9rem;
}
.product-thumb .description h4 {
  font-size: 0.8rem;
}
.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}
.product-thumb a {
  color: #222;
  line-height: 24px;
}
.product-thumb a:hover {
  color: #444;
}
.product-thumb .price {
  display: flex;
  gap: 5px;
  font-size: 16px;
}
.product-thumb .prices {
	font-size: 16px;
}
.product-thumb .price-percent {
	background: #ff0000;
	padding: 5px;
	font-size: 14px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
@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: 5px;
}
.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: #222;
}
.choices .form-check {
  padding-right: 0;
}
.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;
}

#common-home {
  overflow: hidden;
}

.hidden {
  display: none!important;
}

.modal {
  font-size: 18px;
  line-height: 34px;
}

.section {
  padding: 60px 0;
}

.section .section-description-text {
  font-size: 16px;
  line-height: 26px;
}

#welcome {
  padding: 0px;
  text-align: center;
  background-repeat: no-repeat;
  margin: 0;
}
#welcome .container {
	position: absolute;
	top: 270px;
	left: 0;
	right: 0;
}
#welcome video {
  object-fit: cover;
  background-size: cover;
  opacity: 1;
  width: 100%;
  height: 100vh;
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
}
.video-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 2;
}

.welcome-wrapper {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.section-welcome .tag {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 75px 5px 25px;
  border-radius: 30px;
  margin-bottom: 35px;
  background-color: rgba(0, 0, 0, 0.102);
}
.section-welcome .tag .icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  -webkit-transform: translate(-20px, -50%);
  transform: translate(-20px, -50%);
  color: #ffffff;
  border-radius: 30px;
  background-color: #ef786a;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #faaf97), to(#ef786a));
  background: linear-gradient(90deg, #faaf97 1%, #ef786a 100%);
}
.section-welcome .title {
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 35px;
}
.section-welcome .text {
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 24px;
}

.section-title .tag {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-text-secondary);
  text-transform: capitalize;
  margin-bottom: 15px;
}
.description h2,
.section-title h2 {
  font-size: 28px;
  margin: 0;
  color: var(--theme-text-primary);
  font-family: Raleway;
}
.description h2 {
  margin-bottom: 20px;
}
.description h2 span,
.section-title h2 span {
  color: #ff5100;
}
.section-title p {
  margin-top: 20px;
  margin-bottom: 30px;
  color: var(--theme-text-primary);
  font-size: 14px;
  line-height: 24px;
}
.section-title .title-dark {
  color: #222;
}

.m-watchlist-item {
  text-align: right;
}
.watchlist-wrapper .m-watchlist-content {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  background: rgba(255,255,255,0.1);
  padding: 15px 15px 15px 130px;
  border-radius: 10px;
  height: 115px;
  display: flex;
  align-items: center;
  border-radius: 50px 10px 10px 50px;
  position: relative;
}
.watchlist-wrapper .m-watchlist-item .author-img {
	width: 115px;
	height: 115px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.watchlist-wrapper .m-watchlist-item .time-passed {
	display: inline-block;
	padding: 0 10px;
	background: #ff5100;
	margin-top: 10px;
	border-radius: 5px;
	color: #222;
	font-size: 12px;
}

.watchlist-wrapper .carousel-indicators {
  margin-bottom: 0px;
}

.section-banners {
  padding: 70px 0 75px;
}

.winrate {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.winrate-month {
  padding: 5px 5px;
  color: #222;
  font-size: 12px;
  font-weight: bold;
}
.winrate-percentage {
  margin: 5px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.winrate-percentage > div {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    right: 0;
    color: #fff;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.winrate-percentage .winrate-success {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #ff5100, #32CD32);
	background-size: 200% 200%;
	/*animation: gradient 8s ease infinite; */
}

.section-articles {
  background-color: #1e1f22;
  padding: 80px 0 100px;
}
.articles-wrapper .carousel-indicators {
  bottom: -50px;
}


.article-item {
  overflow: hidden;
  color: #ddd;
  height: 100%;
}
.article-content {
  padding: 15px 15px 20px;
}
.article-title {
  font-size: 18px;
  line-height: 26px;
}
.article-info {
  padding: 15px;
  list-style: none;
  font-size: 13px;
}
.article-info li i {
  margin-left: 10px;
}

.stages-content {
	display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px; 
  text-align: center;
}
@media (max-width: 991px) {
  .stages-content {
    grid-template-columns: 1fr 1fr;
  }
}
.stage-image {
  display: inline-block;
  padding: 5px;
  border: 3px solid var(--theme-color-primary);
  border-radius: 10px;
}
.stage-image span {
  display: flex;
  width: 120px;
  height: 120px;
  background-color: var(--theme-color-primary);
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 15px;
  border-radius: 10px;
}
.stage-description {
  text-align: justify;
}

.module-stages-about .stage-image:not(.collapsed) {
  border-color: #fff;
}
.module-stages-about .stage-image:not(.collapsed) span {
  background-color: #fff;
  color: #222;
}
.module-stages-about .stage-description {
  padding: 30px 20px;
}

#banners {
  position: relative;
  overflow: hidden;
}
#banners .background {
	background-image: url(image/catalog/backgrounds/stages-bg.jpg);
  background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
  background-attachment: fixed;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}
#banners .container {
  position: relative;
}

#statistics {
  position: relative;
  overflow: hidden;
  padding: 100px;
  font-size: 20px;
}
@media (max-width: 768px) {
  #statistics {
    padding: 0px;
  }
}
.statistic-icon {
  font-size: 60px;
}
.statistic-number {
  font-size: 40px;
  color: #fff;
}

#hall-of-fame .articles-content {
	display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px; 
  text-align: center;
}
@media (max-width: 991px) {
  #hall-of-fame .articles-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  #hall-of-fame .articles-content {
    grid-template-columns: 1fr;
  }
}

#hall-of-fame .article-item {
	background-color: #000;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.4);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#hall-of-fame .article-buttons {
  padding: 15px;
}

#gallery {
  padding: 100px 0;
}

.gallery-filters {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	list-style: none;
  flex-wrap: wrap;
}
.gallery-filters a {
 padding: 5px 10px;
 border-radius: 10px;
}
.gallery-filters a.selected {
  background-color: var(--theme-color-primary);
  color: #fff;
}
.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

.grid-item {
  margin-bottom: 10px;
}

.grid-sizer,
.grid-item {  width:20%; width: calc(20% - 15px); }

@media (max-width: 768px) {
  .grid-sizer,
  .grid-item { width: calc(50% - 10px) }
}

.g-licences .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.g-licences .item {
  width: 30%;
  text-align: center;
}

.module-customers .item {
  width: 20%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

#banners.ravand-bg .background {
  background-image: url('../../../../../image/catalog/backgrounds/stages-bg.jpg');
}
#banners.about-bg .background {
  background-image: url('../../../../../image/catalog/backgrounds/about-bg-1.jpg');
}

.topic-list-item a {
  display: block;
  padding: 20px 15px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.topic-list-item a.active {
  background-color: var(--theme-color-primary);
  color: var(--theme-text-primary);
}
.topic-list-item a:hover {
  background-color: var(--theme-color-primary-hover);
  color: var(--theme-text-primary);
}
.topic-list-children a {
  padding-right: 30px;
}

@media (max-width:991px) {
  .module-customers .item {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .g-licences .item {
    width: 100%;
  }
  .module-customers .item {
    width: 45%;
  }
}

@media (max-width: 576px) {
  .module-customers .item {
    width: 100%;
  }
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.btn,
img {
  border-radius: 10px;
}

.smooth-edge {
  border-radius: 10px!important;
}

.color-primary {
  color: var(--theme-color-primary);
}
.color-primary:hover {
  color: var(--theme-color-primary-hover);
}
.bg-semi-black {
  background-color: rgba(0,0,0,0.2);
}
.bg-orange {
  background-color: #ee5b61;
  background-image: linear-gradient(145deg, #ee5b61 0%, #f1b463 80%);
}
.bg-blue {
  background-color: #4f5eff;
  background-image: linear-gradient(145deg, #4f5eff 0%, #468dff 80%);
}
.bg-red {
  background-color: #ef6ab4;
  background-image: linear-gradient(145deg, #ef6ab4 0%, #ee7f9c 80%);
}
.bg-purple {
  background-color: #4f5eff;
  background-image: linear-gradient(145deg, #4f5eff 0%, #8a20a2 80%);
}

/* module general */
.module {
  margin-bottom: 40px;
}
.module-title {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	padding: 10px 0;
}

.module img {
  border-radius: 15px;
  padding: 10px;
  background-color: #f6f9fc;
}

.module.theme-2 .module-title {
  border-bottom: 3px solid #f6f9fc;
  margin-bottom: 15px;
  padding: 0;
  text-align: center;
}
.module.theme-2 .module-title span {
  border-bottom: 4px solid #000;
  height: 35px;
  display: inline-block;
  margin-bottom: -3px;
  padding: 0 20px;
}

.module.theme-2.align-r .module-title {
  text-align: right;
}
.module.theme-2.align-r .module-title span {
  padding-right: 0;
}

.mod-multimod-slideshow {
  padding: 10px;
}

.module.theme-3 .module-title {
  margin-bottom: 15px;
  text-align: center;
}
.module.theme-3.align-r .module-title {
  text-align: right;
}
.module.theme-3 .module-title span span {
	padding: 5px 15px;
	font-family: Raleway;
	font-size: 22px;
	background: #031586;
	border-radius: 8px;
	color: #fff;
}
.module.theme-3 .wrapper {
  padding-top: 25px;
  padding-bottom: 30px;
}

/* mod-multimod-block2x */
.mod-multimod-3d .banner-content .banner-title,
.mod-multimod-block2x .banner-title {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	padding: 10px 10px 0;
}

/* mod-multimod-grid */
.mod-multimod-grid .banner-content {
  margin-bottom: 20px;
}

.mod-multimod-grid .banner-content .banner-info {
  position: relative;
  display: block;
}
.mod-multimod-grid .banner-content .banner-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(9, 19, 79, 0.6);
  color: #fff;
  padding: 5px;
  transition: all .3s;
  border-radius: 0 0 10px 10px;
}
.mod-multimod-grid .banner-content .banner-info:hover .banner-title {
  padding: 8px 5px;
}

/* mod-multimod-ed */
.mod-multimod-3d .banner-content.sort-2 {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.mod-multimod-3d .banner-content .banner-title {
	font-size: 16px;
  padding: 15px 15px 0;
}

#footer-icons {
  padding: 50px 0;
  margin: 20px 0 0;
}
#footer-icons .wrapper {
  background: #f6f9fc;
  padding: 20px;
  border-radius: 20px;
}
.footer-icon {
	display: flex;
	text-align: right;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	line-height: 24px;
  justify-content: center;
  color: #000;
}
.footer-icon-image {
  width: 100px;
  height: 100px;
  background-color: #031586;
  border-radius: 20px;
  padding: 15px;
  flex: 0 0 100px;
}
.footer-icon-title {
	font-weight: 700;
	display: block;
  margin-bottom: 10px;
  color: #031586;
}
.footer-icon-description {
  font-size: 14px;
  color: #444;
  margin: 0;
}

.container-parent {
  /* padding-right: 20px;
  padding-left: 20px; */
}

.sidebar ul {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 28px;
  border: none;
  list-style: disc;
  padding-right: 10px;
}
.text-black-color {
  color: #222;
}
.text-black-color:hover {
  color: #555;
}

#product-info .image > div .img-thumbnail {
  border-radius: 10px;
  border: none;
  padding: 0;
} 

.choices {
  display: flex;
  flex-direction: column;
}

.choices input[type="radio"] {
  opacity: 0;
  width: 2rem;
  height: 1em;
  background-color: #fff;
  position: absolute;
}

.product-related-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.product-related {
  max-width: 75px;
  margin-bottom: 15px;
}
.buy-btn {
  text-align: left;
  position: relative;
}
.buy-btn:before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top:-1px;
  background: #ddd;
}
.buy-btn .btn-wrapper {
  background: #fff;
  padding-right: 25px;
  position: relative;
  z-index: 2;
}

.choices .radio {
  background-color: hsl(183, 100%, 15%);
  color: white;
}

.input-options {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.details-option {
  border: solid 1px #e8eff7;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  margin-bottom: 2.5px;
  margin-top: 2.5px;
  box-sizing: border-box;
  border-radius: 8px;
  min-width: 48px;
  padding: 0 12px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .3s;
}
.choices input[type="radio"]:checked+label {
  border: 2px solid #f27a1a !important;
  box-shadow: none !important;
}
.details-option.instock-0 {
  position: relative;
  border-color: #e8eff7;
  color: #999;
  background: linear-gradient(to bottom left,transparent calc(50% - 1px),#e8eff7 calc(50% - 1px),#e8eff7 50%,transparent 50%);
}
.details-option.selected {
  border: 2px solid #f27a1a !important;
  box-shadow: none !important;
}
.details-option.instock-0.selected {
  color: #f27a1a;
  background: linear-gradient(to bottom left,transparent calc(50% - 1px),#f27a1a calc(50% - 1px),#f27a1a 50%,transparent 50%);
}

#details-attributes ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
#details-attributes li {
  width: 23.3%;
  margin: 10px 0px 10px 0;
  padding: 0 14px 1px 15px;
  border-radius: 6px;
  box-shadow: 0 1px 4px #0000000d;
  background-color: #f6f9fc;
  min-height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
#details-attributes li span:first-child {
  font-weight: bold;
}
@media (max-width: 991px) {
  #details-attributes .attribute-type-2 li {
    width: 31.5%;
  }
}
@media (max-width: 768px) {
  #details-attributes .attribute-type-2 li {
    width: 46.6%;
  }
}
#details-attributes .attribute-type-1 li,
#details-attributes .attribute-type-3 li {
  width: 100%;
}
#details-attributes .attribute-type-3 li {
  padding: 0;
}
#details-attributes .attribute-type-3 li span {
  padding: 15px;
}

@-webkit-keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}

@keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}

table.dash-seperator tr {
  border-bottom: 2px dashed #ddd;
}
table.dash-seperator tr:last-child {
  border-bottom: none;
}

.color-card {
  padding: 15px;
  border-radius: 15px;
  background: #f6f9fc;
}

.list-group-theme-2 .list-group-item {
  border-radius: 10px !important;
  border: none;
  font-weight: bold;
  background: none;
  margin-bottom: 8px;
  padding: 0;
}

.color-card .color-card {
  padding: 0;
  background: none;
  border-radius: 0;
}

.link,
.color-card .link {
  color: var(--theme-color-primary);
}
.link:hover,
.color-card .link:hover {
  color: var(--theme-color-primary-hover);
}

.link-white {
  color: #fff;
}
.link-white:hover {
  color: var(--theme-color-primary);
}

.color-card .accordion-item {
  border: none;
  background: none;
}

.font-table {
  font-size: 14px;
  line-height: 22px;
}

.font-table thead td {
  font-weight: bold;
}

.font-table select,
.font-table .form-control {
  border: none
}

#product-category h1,
#product-block h1 {
  font-size: 1.1rem;
  line-height: 32px;
}

.filter-title--toggle-btn {
  position: relative;
}
.filter-title--toggle-btn:before {
  font-family: "Font Awesome 6 Free";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "\f078";
  font-size: 12px;
  font-weight: 900;
  color: #ff0000;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter-title.collapsed .filter-title--toggle-btn:before {
  content: "\f077";
}
.filter-title {
  width: 100%;
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f6f9fc;
  padding: 3px 10px;
  border-radius: 5px;
}
.dummy .filter-title {
  background: none;
  padding: 0;
}
.filter-title--label {
  font-size: 14px;
  font-weight: bold;
}
.dummy .filter-title--label {
  width: 100%;
  max-width: 80%;
  margin: 0;
  padding: 0;
  height: 2.5em;
  border-bottom: 0;
  position: relative;
  border-radius: 5px;
  display: block;
  background-color: #e8eff7;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  -webkit-animation: shine 1s ease infinite;
  animation: shine 1s ease infinite;
}
.filter-body {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  overflow-y: auto;
  max-width: 90%;
  max-height: 20em;
}
.dummy .filter-body {
  max-height: auto;
  margin: 0 0 40px 0;
}
.filter-item {
  margin: 0 0 10px 0;
  padding: 0;
}
.dummy .filter-item {
  margin: 0 0 20px 0;
  max-width: 100px;
  height: 0.5em;
  border-bottom: 0;
  position: relative;
  border-radius: 5px;
  display: block;
  background-color: #e8eff7;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  -webkit-animation: shine 1s ease infinite;
  animation: shine 1s ease infinite;
}
.filter-item a {
  position: relative;
  color: #222;
  padding-right: 25px;
  font-weight: bold;
}
.filter-item a:before {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  color: #222;
  font-size: 1rem;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  text-align: center;
  text-indent: 1px;
  line-height: 1.3em;
}
.filter-item.is-active-true a:before {
  content: "\f14a";
  background-color: #fff;
  width: 18px;
  height: 20px;
  color: #f00;
  border-radius: 3px;
  right: 1px;
  padding-top: 0px;
  font-weight: 600;
  border: none;
  font-size: 20px;
  top: 8px;
}
.dummy .filter-item a:before {
  display: none;
}

.dummy-info-block,
.product-dummy-block .img-thumbnail,
.product-dummy {
    /* height: 400px; */
    aspect-ratio: 2 / 3;
    background-color: #e8eff7;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    -webkit-animation: shine 1s ease infinite;
    animation: shine 1s ease infinite;
    border-radius: 10px;
}
.dummy-hint {
  color: #666;
  background: none;
  font-size: 14px;
}
@supports not (aspect-ratio: 2 / 3) {
  .product-dummy {
    height: 400px;
  }
}
.dummy-info-block {
	height: 40px;
	margin-bottom: 10px;
  aspect-ratio: auto;
}
.product-dummy-block .img-thumbnail {
  /* height: 600px; */
}
.product-dummy-block .thumbnails {
  display: flex;
  gap: 20px;
  
}
.product-dummy-block .img-sm-thumbnail {
  height: 100px;
  width: 100%;
}

.manufacturer-icon {
  margin-bottom: 1rem;
}
.manufacturer-icon .link {
	background-color: #e8eff7;
	border-radius: 10px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	text-align: center;
	line-height: 20px;
}

.secondary-title {
  font-size: 1rem;
}

#product-block .titles,
.manufacturer-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.manufacturer-wrapper {
  align-items: center;
  height: 140px;
}

#product-block .titles {

}

#product-block #form-product {

}
.stock-status span,
#product-block #form-product .form-label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #666;
}

.review-wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .footer-icon {
    flex-direction: column;
    text-align: center;
    margin-bottom: 15px;
  }
}

.bg-back {
  position: relative;
}
.bg-back:before {
  content: '';
  width: 50%;
  height: 100%;
  background-color: #f6f9fc;
  position: absolute;
}
.bg-back-right:before {
  right: 0;
}
.bg-back-left:before {
  left: 0;
}
.bg-back .wrapper {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f6f9fc;
}
.bg-back-right .wrapper {
  padding-left: 20px;
  border-radius: 20px 0 0 20px;
}
.bg-back-left .wrapper {
  padding-right: 20px;
  border-radius: 0 20px 20px 0;
} 
@media (max-width: 991px) {
  .bg-back {
    position: relative;
    background-color: #f6f9fc;
  }
  .bg-back .wrapper {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f6f9fc;
  }

  .bg-back-right .wrapper,
  .bg-back-left .wrapper {
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0;
  }
}

.no-padding-img img {
  padding: 0;
}
.no-radius-img img {
  border-radius: 0;
}

.transition {
  transition: all .5s;
}
.hover:hover {
  transform: scale(1.05);
}
.radius-img {
  border-radius: 15px;
}

.pair-item {
	display: flex;
	gap: 20px;
	justify-content: space-between;
  align-items: center;
}

.contact-center-box {
	max-width: 1200px;
	margin: 50px auto 0px;
	position: relative;
	z-index: 2;
}
.contact-center-box-r,
.contact-center-box-l {
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.contact-center-box-r {
  font-size: 14px;
	line-height: 24px;
	color: #fff;
  background-color: var(--theme-bg-color);
}
.contact-center-box-r {
  background-color: var(--theme-card-bg);
}
.contact-center-box-l .section-title h2 {
  color: var(--theme-text-primary);
  font-size: 20px;
}
.contact-center-box .pair-item--value {
  text-align: left;
  direction: ltr;
}
.contact-center-box-r > div > * {
  margin-bottom: 20px;
}
.contact-center-box-r > div > p {
  margin-bottom: 30px;
}
.contact-center-box h2 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
}
.contact-center-box .form-control {
  padding: .75rem .75rem;
  border: none;
  background-color: #f3f3f3;
}

#categories ul {
  padding: 0;
  margin: 0;
}
#categories li {
  list-style: none;
  margin-bottom: 20px;
}
#categories li a span {
	display: block;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}

#categories a:hover img {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.block-has-error {
  border: 1px solid #f00;
  background: #fff9f9;
}

.flip-box {
  background-color: transparent;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

.relative.banner-title {
	display: block;
	color: #222;
	margin: -10px 0px 15px;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side */
.flip-box-front {
  position: relative;
}

/* Style the back side */
.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
}
.back-blur {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(2px) grayscale(90%);
  backdrop-filter: blur(2px) grayscale(90%);
}


.section-faq .accordion .accordion-item {
  padding: 20px 25px;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.1);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(78, 76, 76, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(78, 76, 76, 0.1);
  border: none;
  margin-bottom: 20px;
  overflow: hidden;
}
.section-faq .accordion .accordion-button {
  background: none;
  box-shadow: none;
  font-weight: bold;
  padding: 0;
  color: var(--theme-text-primary);
}
.section-faq .accordion .accordion-button:not(.collapsed),
.section-faq .accordion .accordion-button:not(.collapsed):after {
  color: #ff5100;
}
.section-faq .accordion .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.section-faq .accordion .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff5100'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.section-faq .accordion .accordion-body {
	font-size: 14px;
	line-height: 24px;
  color: var(--theme-text-primary);
}

.footer-about {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.toastify {
  font-size: 14px;
  line-height: 20px;
}
.toastify a {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 576px) {
  .toastify {
    left: 15px;
    right: 15px;
    max-width: calc(100% - 20px);
    bottom: 70px!important;
  }
}
@media (max-width: 991px) {
  .toastify {
    bottom: 70px!important;
  }
}

.font-14 {
  font-size: 14px;
  line-height: 20px;
}

#product-rules {
    background: #fcf6f6;
    padding: 10px;
    border-radius: 10px;
}
.product-rule {
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
}
.product-rule--icon {
  font-size: 30px;
}
.product-rule--title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.product-rule--description {
  font-size: 12px;
  line-height: 18px;
}
@-webkit-keyframes shine2 {
  to {
    background-position: right -80px top 0;
  }
}

@keyframes shine2 {
  to {
    background-position: right -80px top 0;
  }
}
#fixed-whatsapp-icon {
  position: fixed;
	bottom: 48px;
	right: -10px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 5px;
}
#fixed-whatsapp-icon a {
	background-color: #25d366;
	color: #fff;
	padding: 10px 20px;
	font-size: 15px;
	border-radius: 10px;
  transition: all .3s;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-size: 80px 100%;
  background-repeat: no-repeat;
  background-position: left -80px top 0;
  -webkit-animation: shine2 2s ease infinite;
  animation: shine2 2s ease infinite;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
#fixed-whatsapp-icon a i {
  font-size: 30px;
}
#fixed-whatsapp-icon a:hover {
  transform: scale(1.1);
}
#fixed-whatsapp-icon.inactive a {
  padding-left: 10px;
}
#fixed-whatsapp-icon.inactive span {
  display: none;
}
#fixed-whatsapp-icon .close-icon {
  display: flex;
  align-items: center;
  justify-content: center;
	content: "\f00d";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  transition: all .3s;
  cursor: pointer;
  color: #222;
  font-size: 20px;
  background-color: #ffffff55;
  backdrop-filter: blur(10px);
}
#fixed-whatsapp-icon .close-icon:hover {
  transform: scale(1.2);
}
#fixed-whatsapp-icon.inactive .close-icon {
  display: none;
}

.single-col .row {
  flex-direction: column-reverse;
}
.single-col .row > div {
  width: 100%;
}

.font-bold {
  font-weight: bold;
}
.text-with-space {
  letter-spacing: 3px;
}
.mt-n20 {
	margin-top: -20px;
}
.mh-0 {
  min-height: 0!important;
}

.input-group .mobile-hint {
  direction: ltr;
  border: none;
  background: #ddb77b;
  font-weight: bold;
}
.powered {
  text-align: left;
  margin: 70px 0 0 !important;
  color: #fff;
}

.footer-logo {
    max-width: 260px;
    border-radius: 10px;
    margin: 0 0 15px 0;
}

.page-title-area {
	position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 140px 0 50px;
  margin: 0px 0 25px;
  background-color: var(--theme-bg-color);
  background-image: url(../image/bg-3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title-area h1 {
  font-size: 28px;
  color: #fff;
}
.page-title-area ul {
  justify-content: center;
}
.page-title-area .breadcrumb > li.breadcrumb-item::after,
.page-title-area .breadcrumb > li.breadcrumb-item > a {
  color: #fff;
  font-size: 16px;
  border-color: #fff;
}
.page-title-area .breadcrumb > li.breadcrumb-item:last-child > a {
  color: #00b4ff;
}
.page-title-area .breadcrumb > li.breadcrumb-item:last-child {
  padding: 0;
}

.google-map {
  position: relative;
  z-index: 2;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
}

.main-article-image {
  width: 100%;
	max-width: 400px;
	display: block;
	/* margin-top: -70px; */
	margin-bottom: 15px;
  margin-right: 20px;
	z-index: 2;
	position: relative;
  float: left;
}

.article {
  box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.05);
  background:  var(--theme-card-bg);
}
.article .wrapper {
  box-shadow: 0 0 #0000,0 0 #0000,0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px; 
  overflow: hidden;
  height: 100%;
}
.article .article-image img {
  height: 100%;
  background: #d1d1d1;
}
.article .article-info {
	border-top: 1px solid #222;
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
  display: none;
}
.article .article-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 15px 0
}
.article .title {
  font-size: 18px;
}
.article p {
  font-size: 14px;
  line-height: 24px;
}

.error-area,
.article-info-area {
  padding: 15px;
  background-color:  var(--theme-card-bg);
  box-shadow: 0 0 #0000,0 0 #0000,0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
  min-height: 600px;
}
.error-area {
  min-height: auto;
}
.article-info-area .article-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.article-info-area .article-info {
	font-size: 14px;
	padding: 0;
}

.profile-info-area {
  padding: 0;
  overflow: hidden;
}
.profile-info-area .profile-image {
  background-color:  var(--theme-card-bg);
}
.profile-info-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.profile-info-item-l {
  padding: 15px;
}
.profile-balance {
  display: flex;
  align-items: center;
  gap: 20px;
}
.profile-balance strong {
	font-size: 18px;
	letter-spacing: 1px;
  border: 1px dashed #ccc;
  background-color: #f7f7f7;
}

.profile-info-block h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
.list-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px; 
}
.list-blocks a {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px; 
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 10px;
  color: #222;
  font-size: 16px;
  box-shadow: 0 0 #0000,0 0 #0000,0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
}
.list-blocks a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #eee;
  border-radius: 10px;
  font-size:30px;
  color: var(--theme-bg-color);
}

.module-account {
  padding: 15px 5px;
}
.module-account .list-group-item {
  border: none;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.module-account .list-group-item i {
  color: var(--theme-bg-color);
}

@media (max-width: 991px) {
  #footer {
    padding-bottom: 55px;
  }
  #fixed-whatsapp-icon {
    bottom: 70px;
  }
  .headerfull {
    height: auto;
  }

  #product-block .image > .row {
    flex-flow: column-reverse;
  }
  #product-block .image > .row + .row {
    flex-flow: row;
  }
}

@media (max-width: 768px) {
  #footer {
    padding-bottom: 115px;
  }
  .powered {
    text-align: center;
  }
  .contact-center-box {
    margin-top: 0px;
  }
  .contact-center-box-r {
    padding-left: 20px;
  }
}

@media (max-width: 575px) {
  .product-thumb {
    flex-direction: row;
    gap: 20px;
    background: #fff;
  }
  .product-thumb .image {
    width: 40%;
    margin: 0;
    flex: 0 0 40%;
  }
  #carousel-banner-0 {
    --bs-gutter-x: 1.5rem;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
  #carousel-banner-0 .carousel-inner {
    --bs-gutter-x: 1.5rem;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
  }
  .module {
    margin-bottom: 30px;
  }
}