/* ------------------------------------------------
  Project:   Consulterz - Consulting Finance Accounting
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Border Radius
  7. Banner
  8. Background Position & Size
  9. Countdown
  10. Terms and Conditions
  11. Privacy Policy
  12. Contact
  13. Video
  14. Side Background
  15. List Icon
  16. Nice Select
  17. Timeline
  18. Shop Page
  19. Other

/* ------------------------
    General
------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  color: #5f6368;
  overflow-x: hidden;
  background-size: cover;
}
.page-wrapper {
  overflow-x: hidden;
}
/* ------------------------
    Typography
------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 60px;
  font-style: normal;
  line-height: 70px;
  font-weight: 600;
  color: #081b3a;
  letter-spacing: 0;
}
h2 {
  font-size: 40px;
  font-style: normal;
  line-height: 50px;
  font-weight: 600;
  color: #081b3a;
  margin-bottom: 10px;
  position: relative;
}
h3 {
  font-size: 30px;
  font-style: normal;
  line-height: 40px;
  font-weight: 500;
  color: #081b3a;
}
h4 {
  font-size: 24px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 34px;
  color: #081b3a;
  padding: 10px 0;
}
h5 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 26px;
  color: #081b3a;
}
h6 {
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 10px;
  color: #081b3a;
}
ul {
  margin: 0px;
  padding: 0px;
}

/* ------------------------
    Helper class
------------------------*/
p {
  line-height: 1.7;
}
.lead {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
}
.o-hidden {
  overflow: hidden;
}
.pos-r {
  position: relative;
}
.z-index-0 {
  z-index: 0;
  position: relative;
}
.z-index-1 {
  z-index: 1;
  position: relative;
}
h1 span {
  color: #3143ef;
}
section {
  /* padding: 80px 0; */
}
.align-item-middle {
  display: -webkit-flex; /* Safari */
  -webkit-align-items: center; /* Safari 7.0+ */
  display: flex;
  align-items: center;
}
.align-item-middle > div {
  width: 100%;
}

.font-w-3 {
  font-weight: 300;
}
.font-w-4 {
  font-weight: 400;
}
.font-w-5 {
  font-weight: 500;
}
.font-w-6 {
  font-weight: 600;
}
.font-w-7 {
  font-weight: 700;
}
.font-w-8 {
  font-weight: 800;
}
.font-w-9 {
  font-weight: 900;
}
.line-h-2 {
  line-height: 1.6;
}
.line-h-3 {
  line-height: 1.7;
}
.line-h-4 {
  line-height: 1.8;
}
.line-h-5 {
  line-height: 1.9;
}

.letter-space-1 {
  letter-spacing: 5px;
}
.letter-space-2 {
  letter-spacing: 10px;
}
.letter-space-3 {
  letter-spacing: 15px;
}

/* ------------------------
    Text color
------------------------*/
.text-theme {
  color: #3143ef;
}
.text-black {
  color: #081b3a !important;
}
.text-grey {
  color: #999999;
}
.text-rgba {
  color: rgba(255, 255, 255, 0.8);
}



/* ------------------------
    Background color
------------------------*/
.white-bg {
  background-color: #ffffff !important;
}
.dark-bg {
  background-color: #0d092c;
}
.grey-bg {
  background-color: #fcfcff;
}
.theme-bg {
  background-color: #3143ef;
}
.theme-bg-2 {
  background-color: #fd5b03;
}
.transparent-bg {
  background-color: inherit !important;
}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
  position: relative;
  min-height: 800px;
}
[data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.align-center {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 9;
}
.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-stage-outer,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-item,
.fullscreen-banner .item {
  height: 100%;
}

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.bg-pos-l {
  background-position: left;
}
.bg-pos-r {
  background-position: right;
}
.bg-pos-rt {
  background-position: right top;
}
.bg-pos-lt {
  background-position: left top;
}
.bg-pos-rb {
  background-position: right bottom;
}
.bg-pos-lb {
  background-position: left bottom;
}
.bg-repeat {
  background-repeat: repeat;
}

/* ------------------------
    Countdown
------------------------*/
.countdown {
  margin: 50px 0;
  width: 100%;
}
.countdown > li {
  font-weight: 700;
  list-style-type: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  padding: 10px;
  text-align: center;
}
.countdown > li span {
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  display: inline-block;
  color: #ffffff;
}
.countdown > li p {
  font-size: 20px;
  display: block;
  line-height: 30px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p {
  margin-bottom: 25px;
}
.terms-and-conditions ul.list {
  margin-bottom: 20px;
  display: block;
}
.terms-and-conditions ul.list li i {
  padding-right: 12px;
  font-size: 15px;
}

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p {
  margin-bottom: 25px;
}
.privacy-policy ul.list {
  margin-bottom: 20px;
  display: block;
}
.privacy-policy ul.list li i {
  padding-right: 12px;
  font-size: 15px;
}

/* ------------------------
    Contact
------------------------*/
.contact-media {
  position: relative;
}
.contact-media i {
  line-height: 70px;
  font-size: 70px;
  color: #3143ef;
  margin-bottom: 30px;
  display: inline-block;
}
.contact-media h5 {
  display: block;
  margin-bottom: 15px;
}
.contact-media p {
  margin-bottom: 0;
  line-height: 24px;
}
.contact-media a {
  color: #081b3a;
  display: block;
  margin-bottom: 10px;
}
.contact-media a:hover {
  color: #3143ef;
}
.contact-media.style-2 i {
  line-height: 100px;
  font-size: 100px;
  color: #fff;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1;
}
.contact-media.style-2 p {
  color: rgba(255, 255, 255, 0.7);
}
.contact-media.style-2 h6 {
  color: #ffffff;
}
.contact-media.style-2 a {
  color: #3143ef;
}
.contact-media.style-2 a:hover {
  color: #fd5b03;
}
.contact-media.style-2 span {
  color: rgba(255, 255, 255, 0.8);
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}
/*label { font-size: 14px; color: #081b3a }
.form-control { height: 50px; border-radius: 0; font-size: 13px; color: #081b3a; background: none; border: none; border-bottom: 1px solid #eeeff7; }*/
.theme-bg .form-control,
.dark-bg .form-control {
  background: none;
  border-bottom-color: #ffffff;
}
.dark-bg .form-control,
.theme-bg .form-control {
  color: #ffffff;
}
.grey-bg .form-control {
  background: #ffffff;
}
textarea.form-control {
  height: 150px;
}
.form-control:focus {
  box-shadow: none;
  background: #ffffff;
  border-color: #fd5b03;
}
select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 50px !important;
}
iframe {
  width: 100%;
  border: none;
  pointer-events: auto;
}
.iframe-h {
  height: 500px !important;
}
.iframe-h-2 {
  height: 600px !important;
}
.form-control::-webkit-input-placeholder {
  color: #303231;
}
.form-control::-moz-placeholder {
  color: #303231;
}
.form-control:-ms-input-placeholder {
  color: #303231;
}
.form-control:-moz-placeholder {
  color: #303231;
}
.dark-bg .form-control::-webkit-input-placeholder,
.theme-bg .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.dark-bg .form-control::-moz-placeholder,
.theme-bg .form-control::-moz-placeholder {
  color: #ffffff;
}
.dark-bg .form-control:-ms-input-placeholder,
.theme-bg .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.dark-bg .form-control:-moz-placeholder,
.theme-bg .form-control:-moz-placeholder {
  color: #ffffff;
}
.help-block.with-errors {
  position: absolute;
  color: red;
  right: 15px;
  font-size: 10px;
  line-height: 14px;
}
.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #081b3a !important;
  transition: background-color 5000s ease-in-out 0s;
}
.theme-bg input:-webkit-autofill,
.theme-bg textarea:-webkit-autofill,
.theme-bg select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #3143ef inset !important;
  -webkit-text-fill-color: #ffffff !important;
  transition: background-color 5000s ease-in-out 0s;
}
.dark-bg input:-webkit-autofill,
.dark-bg textarea:-webkit-autofill,
.dark-bg select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #0d092c inset !important;
  -webkit-text-fill-color: #ffffff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.map {
  height: 500px;
}
.map iframe {
  border: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.contact-2 .map {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}

.remember-checkbox label,
.remember-checkbox a {
  color: #ffffff;
}

/* ------------------------
    Video
------------------------*/
.video-btn {
  position: relative;
  display: inline-block;
}
.video-btn-pos {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto !important;
  z-index: 99;
}
.video-btn .play-btn {
  width: 80px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  transition: 0.2s ease-out !important;
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  border: 4px solid rgba(49, 67, 239, 0.3);
  display: inline-block;
  text-align: center;
  line-height: 80px;
  position: relative;
}
.video-btn .play-btn:hover {
  border: 37px solid #fff;
}
.dark-bg .video-btn .play-btn {
  border-color: rgba(255, 255, 255, 0.3);
}
.dark-bg .video-btn .play-btn:hover {
  border-color: #ffffff;
}
.video-btn .play-btn i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.2s ease-out !important;
  transform: translate3d(-50%, -50%, 0);
}
.video-btn .play-btn:hover i {
  transform: translate3d(-50%, -50%, 0) scale(0.75);
  color: #3143ef;
}

/* ------------------------
    Side Background
------------------------*/
.image-column {
  position: absolute;
  left: 0px;
  top: 50%;
}
.image-column.right {
  left: inherit;
  right: 0;
}

/* ------------------------
    List Icon
------------------------*/
.list-icon li {
  position: relative;
  padding-left: 45px;
}
.list-icon li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #3143ef;
  line-height: 30px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  background: rgba(49, 67, 239, 0.1);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
.theme-bg .list-icon li i {
  color: #ffffff;
}

/* ------------------------
    Nice Select
------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  border: 1px solid #eeeff7;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.75rem;
  border-bottom: 1px solid #eeeff7;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}
.dark-bg .nice-select span,
.theme-bg .nice-select span {
  color: #ffffff;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #3143ef;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: none;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.theme-bg .nice-select:after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 99;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  color: #081b3a;
  width: 100%;
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding: 0 10px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* ------------------------
    Timeline
------------------------*/
.timeline {
  position: relative;
  margin: 0 auto;
}
.timeline:after {
  content: "";
  position: absolute;
  width: 5px;
  background: rgba(49, 67, 239, 0.1);
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -2px;
}
.timeline--first:after {
  top: 20px;
}
.timeline-title {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.timeline-title h2 {
  background: #ffffff;
  color: #3143ef;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0.25rem;
  font-size: 24px;
  line-height: 30px;
}
.timeline-inner {
  padding: 10px 30px 40px 30px;
  width: 50%;
  position: relative;
  background-color: inherit;
}
.timeline-right {
  margin-left: 50%;
}
.timeline-content {
  padding: 20px 30px;
  background: #fcfcff;
  position: relative;
  border-radius: 0.25rem;
}
.timeline-content h3 {
  font-size: 20px;
  color: #081b3a;
  font-weight: bold;
}
.timeline-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -16px;
  border: solid 0.5em #9b59b6;
  border-right-color: rgb(155, 89, 182);
  border-right-color: transparent;
  border-left-color: transparent;
  padding: 0.5em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #3498db;
  background-clip: border-box;
  background-clip: content-box;
  animation: spinDisc 1.5s linear infinite;
}
.timeline-right.timeline-inner::before {
  right: inherit;
  left: -16px;
}

@keyframes spinDisc {
  50% {
    border-top-color: #3498db;
    border-bottom-color: #3498db;
    background-color: #2ecc71;
  }
  100% {
    transform: rotate(1turn);
  }
}

/* ------------------------
    Product
------------------------*/
.product-img {
  overflow: hidden;
  position: relative;
  border-radius: 0.25rem;
}
.product-img img {
  width: 100%;
}
.product-item:hover .product-img img {
  transform: scale(1.08) rotate(1deg);
}
.product-item .product-overlay {
  position: absolute;
  right: 0;
  bottom: 50px;
  transform: translateX(100%);
}
.product-item:hover .product-overlay {
  right: 15px;
  transform: translateX(0px);
}
.product-overlay li {
  margin: 0 5px;
  display: inline-block;
}
.product-overlay ul li a {
  font-size: 18px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  color: #3143ef;
}
.product-overlay ul li a:hover {
  background: #3143ef;
  color: #ffffff;
}
.product-item .product-desc {
  padding: 20px;
  width: 100%;
  color: #081b3a;
  font-weight: 600;
  font-size: 20px;
}
.product-item .product-desc p {
  color: #5f6368;
  font-weight: 400;
  font-size: 15px;
  margin-top: 15px;
}
.product-name {
  font-size: 16px;
  font-weight: normal;
  color: #5f6368;
  display: block;
  margin-bottom: 7px;
}

/*Product Add*/
.product-add {
  position: relative;
  overflow: hidden;
}
.product-add img {
  transform: translate3d(-5px, 0px, 0px);
  width: calc(100% + 10px);
  max-width: inherit;
}
.product-add:hover img {
  transform: translate3d(0px, 0px, 0px);
}
.product-add .product-add-hover {
  left: 26px;
  position: absolute;
  top: 50%;
  z-index: 99;
}
.product-add h4 {
  text-transform: capitalize;
  font-weight: bold;
  color: #ffffff;
}

.sort-filter .nice-select {
  border: 1px solid #eeeff7;
}
.view-filter a {
  color: #081b3a;
  padding-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.view-filter a.active {
  color: #3143ef;
}

/*Product Color and Size*/
.size-choose input[type="radio"] {
  visibility: hidden;
  position: absolute;
}
.size-choose label {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  color: #1d1d33;
  font-weight: 500;
  cursor: pointer;
  border-radius: 50%;
  line-height: 40px;
  background: #fcfcff;
}
.size-choose input[type="radio"]:checked + label {
  background: #1360ef;
  color: #fff;
}
.filter-color li,
.size-choose li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
}
.filter-color li:last-child,
.size-choose li:last-child {
  margin-right: 0;
}

.form-check-input:checked {
  background-color: #1360ef;
  border-color: #1360ef;
}
.filter-color [type="radio"]:checked,
.filter-color [type="radio"]:not(:checked) {
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.filter-color .form-check-label {
  border-radius: 50%;
  width: 26px;
  height: 26px !important;
  padding: 0 !important;
}
.filter-color .form-check-input[type="radio"]:checked + label,
.filter-color .form-check-input[type="radio"]:not(:checked) + label,
label.btn input[type="radio"]:checked + label,
label.btn input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  transition: 0.28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter-color .form-check-input[type="radio"] + label::after,
.filter-color .form-check-input[type="radio"] + label::before,
label.btn input[type="radio"] + label::after,
label.btn input[type="radio"] + label::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 30px;
  height: 30px;
  z-index: 0;
  transition: 0.28s ease;
  z-index: -1;
}
.filter-color .form-check-input[type="radio"]:checked + label::after,
label.btn input[type="radio"]:checked + label::after {
  border-radius: 50%;
  transform: scale(1.02);
}
.filter-color .form-check-input[type="radio"]:checked + label::after {
  background-color: #1360ef;
}
.size-choose input[type="radio"] {
  visibility: hidden;
  position: absolute;
}
.size-choose label {
  background: #fcfbf7;
  margin-bottom: 0;
  display: inline-block;
  height: 40px;
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 500;
  cursor: pointer;
  line-height: 40px;
}
.size-choose input[type="radio"]:checked + label {
  background: #1360ef;
  color: #fff;
}
.filter-color li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
}
.filter-color li:last-child {
  margin-right: 0;
}
.size-choose li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.size-choose li:nth-child(4n + 4) {
  margin-right: 0;
}

.lSGallery li:last-child {
  margin-right: 0 !important;
}

/*Product Details*/
.product-price {
  font-size: 18px;
  color: #081b3a;
}
.product-price del {
  color: #ccc;
  font-size: 14px;
}
.product-price .review-rating {
  color: #3143ef;
}
input.form-product {
  -moz-appearance: textfield;
  height: 40px;
  border: none;
  background: #ffffff;
  text-align: center;
  width: 150px;
  border-top: 1px solid #eeeff7;
  border-bottom: 1px solid #eeeff7;
  color: #081b3a;
  vertical-align: middle;
}
.btn-product {
  background: none;
  color: #081b3a;
  border: 1px solid #eeeff7;
  height: 40px;
  width: auto;
  padding: 0 10px;
  font-size: 13px;
  cursor: pointer;
}
.review-list .review-rating {
  color: #3143ef;
}
.review-list .media-body p {
  border-top: none;
  padding: 0;
  margin: 15px 0;
}
.total-rating .box-total {
  background: #fcfcff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #eeeff7;
}
.total-rating .box-total h4 {
  color: #3143ef;
  font-size: 48px;
  font-weight: bold;
}
.total-rating .rating-list li a {
  font-size: 14px;
  color: #5f6368;
}
.total-rating .rating-list li a i {
  color: #3143ef;
}
.cart-table.table thead tr th {
  border-top: 0px;
  border-bottom: 0px !important;
  text-align: center;
}
.cart-table.table tbody tr td {
  padding: 30px;
  vertical-align: middle;
  align-self: center;
  text-align: center;
}
.cart-table.table tbody tr td .media .d-flex {
  padding-right: 30px;
}
.cart-table.table tbody tr td .media .media-body {
  vertical-align: middle;
  align-self: center;
  text-align: left;
}
.cart-table.table tbody tr td .media .media-body p {
  margin-bottom: 0px;
}
.cart-table.table tbody tr td h5 {
  font-size: 14px;
  color: #5f6368;
  margin-bottom: 0px;
}
.checkout-box ul li {
  display: flex;
  justify-content: space-between;
}
.cart-total {
  font-size: 16px;
  color: #081b3a;
}
.btn-delet {
  border: none;
  background: none;
}
.checkout-box {
  padding: 30px;
  display: inline-block;
  max-width: 500px;
}
.cart-total {
  font-size: 16px;
  color: #221b1b;
}
.dark-bg .cart-total,
.theme-bg .cart-total {
  color: #ffffff;
}
.checkout-box ul li {
  display: flex;
  justify-content: space-between;
}
.cart-detail li {
  display: flex;
  justify-content: space-between;
}
.cart-action {
  display: flex;
  align-items: center;
}
.product-overlay .list-inline-item:not(:last-child) {
  margin-right: 0;
}

/* ------------------------
    Other
------------------------*/
.ic-2x {
  font-size: 2em;
}
.ic-3x {
  font-size: 3em;
}
.ic-5x {
  font-size: 5em;
}
.ic-7x {
  font-size: 7em;
}
.slider-sec .align-center {
  top: 0;
  transform: inherit;
  height: 100%;
}
.slider-sec .align-center > div,
.slider-sec .align-center > div > div,
.slider-sec .align-center > div > div > div {
  height: 100%;
}
.side-top-bg {
  position: relative;
}
.side-top-bg:before {
  content: "";
  background: #3143ef;
  position: absolute;
  right: 0;
  width: 100%;
  height: 200px;
  top: 0;
  border-radius: 0.25rem;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
ALBERT ZMENY
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.fbButton {
  background: #3b5998 !important;
  padding: 5px 18px 5px 18px !important;
}

.customGGLBtn {
  display: inline-block;
  background: white;
  color: #444;
  border-radius: 5px;
  border: thin solid #888;
  box-shadow: 1px 1px 1px grey;
  white-space: nowrap;
}

#customGGLBtn:hover {
  cursor: pointer;
}
.GGLICON {
  background: url("/assets/images/google_icon.png") transparent 5px 50%
    no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
}
.GGLButtonText {
  display: inline-block;
  vertical-align: middle;
  padding-right: 42px;
  font-size: 14px;
  font-weight: bold;
  /* Use the Roboto font that is loaded in the <head> */
  font-family: "Roboto", sans-serif;
}

/* #cennik h2{
    font-size: 18px;
  } */

/*LOCATOR SEARCH NA UVODNEJ STRANKE*/

.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  top: 51px;
}

.autocomplete-items,
#aleboText {
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  left: 0;
  right: 0;
  position: absolute;
  margin-top: -2px;
  display: block;
}

#aleboText {
  z-index: 0;
  color: white;
  font-size: 16px;
}

#inputTxt {
  height: 40px;
  border-radius: 3px;
  border: none;
  padding-left: 5px;
}

#inputTxt:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 116, 15, 1);
}

#inputTxt2 {
  height: 40px;
  border-radius: 3px;
  border: none;
  padding-left: 12px;
}

#inputTxt2:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 116, 15, 1);
}

#findBtn {
  margin-bottom: 0px;
  border-radius: 0 13px 13px 0;
  padding-left: 26pt;
  padding-right: 26pt;
  -webkit-border-radius: 0 13px 13px 0;
  -moz-border-radius: 0 13px 13px 0;
  -ms-border-radius: 0 13px 13px 0;
  -o-border-radius: 0 13px 13px 0;
}

#findBtn .fas {
margin-left: 3px !important;
}

#findBtn:before {
  content: "";
}

@media only screen and (max-width: 567px) {
  #findBtn {
    padding: 0 0 0 0px !important;
  }

  #banner .btn.btn-submit .fa-search {
    margin-left: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  #findBtn:before {
    content: "";
  }
}

@media only screen and (max-width: 420px) {
  #inputTxt {
    width: 80%;
  }

  #inputTxt2 {
    width: 80%;
  }
}

.col-md-3.col-sm-4.first {
  padding-top: 8px;
}

@media only screen and (max-width: 240px) {
  #inputTxt {
    width: 80%;
  }
  #inputTxt1 {
    width: 80%;
  }
}

#findBtn:focus {
  outline: none;
  box-shadow: none;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  width: 100%;
  margin: auto;
  text-align: initial;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

#esri-widgetLoc {
  margin-bottom: 10px;
}

#banner a {
  margin-top: 30px;
}

#ba-steps-1 {
  border: 1px solid #e2e2e2;
}

.basket_col_header {
  text-align: right;
  vertical-align: middle;
}

#myAlertBody {
  white-space: pre;
}

#platobnaBranaFrame {
  height: 100%;
  width: 100%;
}

.modal-content {
  height: 80%;
}

.flag_img {
  width: 30px;
}

#ba-steps-1 {
  border: 0px solid #e2e2e2;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  height: 90%;
}

@media screen and (max-width: 420px) {
  #ba-steps-1 {
    border: none;
    box-shadow: none;
  }
  #cennik {
    padding: 0 0 15px 0;
  }
  .basket_col_header {
    text-align: left;
  }
  #findBtn {
    padding: 10px 30px !important;
    border-radius: 3px;
    margin: 10px auto -15px;
  }
}

@media screen and (max-width: 577px) {
  .h1RisksTitles {
    padding-bottom: 24px;
  }
  .col-md-3.col-sm-4.first {
    padding-top: 20px;
  }
  .map {
    padding: 15% 15px;
  }
}

@media (max-width: 1200px) {
  .map {
    height: 450px;
  }
}

@media (max-width: 992px) {
  .map {
    height: 30%;
  }
}

@media screen and (max-width: 420px) {
  .map {
    padding: 10% 14px;
  }
}

@media screen and (max-width: 380px) {
  .map {
    padding: 6% 14px;
  }
}

.process .row {
  margin-right: 0px;
}

.btn-primary:focus {
  background-color: #fd5b03;
}

.modal-footer {
  justify-content: space-between;
}

#orderButtons {
  display: flex;
  justify-content: space-between;
}

#orderButtons .btn {
  margin: 20px 10px;
}

#orderButtons .btn:nth-child(2) {
  margin-right: 10px;
}

@media screen and (max-width: 420px) {
  #basketMenu {
    left: -160px;
  }
  #orderDetail-mobile {
    padding: 0.5rem;
  }
  #orderDetail-mobile h1 {
    line-height: 70px;
  }
  #orderDetail-mobile .btn.btn-submit,
  #orderDetail-mobile .btn.btn-login {
    font-size: 1em !important;
  }
  #orderDetailTable {
    padding-top: 12px;
  }
  #orderDetailTable td:last-child {
    text-align: end;
  }
}

.orderLoader {
  position: relative;
  width: 33px;
  height: 33px;
  background: #fd5b03a4 !important;
  transform: rotateX(65deg) rotate(45deg);
  transform: perspective(200px) rotateX(65deg) rotate(45deg);
  color: rgb(218, 218, 218);
  animation: layers1 1s linear infinite alternate;
  display: block;
  margin: 3px -15px 2px 10px;
  -webkit-animation: layers1 1s linear infinite alternate;
  -webkit-transform: perspective(200px) rotateX(65deg) rotate(45deg);
  -moz-transform: perspective(200px) rotateX(65deg) rotate(45deg);
  -ms-transform: perspective(200px) rotateX(65deg) rotate(45deg);
  -o-transform: perspective(200px) rotateX(65deg) rotate(45deg);
}

.orderLoader:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #29acb3e1;
  animation: layerTr 1s linear infinite alternate;
  -webkit-animation: layerTr 1s linear infinite alternate;
}

@keyframes layers1 {
  0% {
    box-shadow: 0px 0px 0 0px;
  }
  90%,
  100% {
    box-shadow: 20px 20px 0 -4px;
  }
}
@keyframes layerTr {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(-25px, -25px) scale(1);
  }
}

#orderDetailTable table {
  margin-bottom: 35px;
}

#orderDetailTable a {
  font-weight: 600;
  color: var(--albert-main-color);
}

.downloadText {
  display: inline-block;
  position: relative;
  padding-right: 0px !important;
  color: var(--albert-main-color);
  text-align: end;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.mainColor_h2 {
  font-weight: 600;
  color: var(--albert-main-color);
  text-transform: uppercase;
}

.buttonDownload {
  display: inline-block;
  position: relative;
  padding-right: 0px !important;
  text-decoration: none;
  text-align: end;
  white-space: nowrap;
  font-weight: 600;
  color: var(--albert-main-color);
}

.buttonDownload:before,
.buttonDownload:after {
  content: " ";
  display: block;
  position: absolute;
  left: -25px;
  top: 60%;
}
/* Download box shape  */
.buttonDownload:before {
  width: 16px;
  height: 3px;
  border-style: solid;
  border-width: 0 2px 2px;
}
/* Download arrow shape */
.buttonDownload:after {
  width: 0;
  height: 0;
  margin-left: 4px;
  margin-top: -5px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: transparent;
  border-top-color: inherit;
  animation: downloadArrow 2s linear infinite;
  animation-play-state: running;
}

/* keyframes for the download icon anim */
@keyframes downloadArrow {
  /* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
  0% {
    margin-top: -7px;
    opacity: 1;
  }
  0.001% {
    margin-top: -15px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    margin-top: 0;
    opacity: 0;
  }
}

@media screen and (max-width: 1400px) {
  .orderLoader {
    margin: 3px -10px 2px 10px;
  }
}

@media screen and (max-width: 1200px) {
  .orderLoader {
    margin: 3px -5px 2px 10px;
  }
}

@media screen and (max-width: 991px) {
  .orderLoader {
    margin: 8px 10px 2px 10px;
  }
  .buttonDownload {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .orderLoader {
    margin: 10px 15px 2px 10px;
  }
  .buttonDownload {
    white-space: inherit;
  }
  .buttonDownload:before,
  .buttonDownload:after {
    left: 15px;
  }
}

@media screen and (max-width: 530px) {
  .buttonDownload:before,
  .buttonDownload:after {
    left: 0px;
  }
}

@media screen and (max-width: 460px) {
  .orderLoader {
    margin: 15px 13px 2px 12px;
  }
  .buttonDownload {
    padding-right: 0px !important;
  }
  .buttonDownload:before,
  .buttonDownload:after {
    left: 28px;
  }
}

@media screen and (max-width: 420px) {
  /* .orderLoader {
    margin: 15px -30px 2px 12px;
  }
  .buttonDownload:before, .buttonDownload:after {
    left: 6px;
  } */

  .orderLoader {
    margin: 15px -30px 2px 2px;
  }
  .buttonDownload:before,
  .buttonDownload:after {
    left: 6px;
  }
}

@media screen and (max-width: 380px) {
  .orderLoader {
    left: -15000px;
  }
  .buttonDownload:before,
  .buttonDownload:after {
    left: 10px;
  }
  #orderDetail-mobile h1 {
    line-height: 40px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 360px) {
  .buttonDownload {
    white-space: inherit;
    text-indent: -15px;
  }
  .buttonDownload:before,
  .buttonDownload:after {
    left: -25000px;
  }
}

.questionList {
  width: 75%;
}
.questionList li {
  padding: 7px 0;
}
.questionList li::marker {
  color: var(--albert-main-color);
}
.questionList strong {
  color: #626262;
}

/* CREDIT SYSTEM */

#myB2BModal {
  padding: 0 3% !important;
}

#myB2BModal .modal-lg,
.modal-xl {
  max-width: 600px;
}

#myB2BModal .modal-footer {
  max-height: 75px;
  padding: 10px 12px 12px 12px;
}

#myB2BModal .btn {
  min-height: 53px;
  margin: 0 4px;
  padding: 2px 7px 3px 7px;
  font-size: 0.9rem !important;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}

#myB2BModal .btn:nth-child(2) {
  padding: 5px 10px 5px 10px;
}

#myB2BModal .btn:nth-child(1) {
  padding: 0 10px;
}

.creditSystem_header {
  font-size: 33px;
  padding: 15px 0;
  white-space: nowrap;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.creditSystem_bg {
  background-color: #219399;
  height: 70px;
  margin: -16px -16px 16px -16px;
  border-radius: 3px 3px 0px 0px;
  /* box-shadow: 0px 2px 2px #e1e1e1; */
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -ms-border-radius: 3px 3px 0px 0px;
  -o-border-radius: 3px 3px 0px 0px;
}

.creditSystem_content {
  padding: 35px 14% 40px 20%;
  /* background-color: #f0f0f0; */
  /* background-color: #ffffff; */
  border-radius: 15px;
  width: 100%;
  margin: 0 auto;
  line-height: 21px;
}

.missingCredits {
  margin: -95px auto -35px auto;
}

.missingCredits p {
  margin-left: -35px;
}

.creditSystem_content .row div {
  padding: 5px 3px;
  max-width: 75%;
  text-align: left;
  display: inline-flex;
}

.creditSystem_content .row div:nth-child(2) {
  width: 25%;
  padding-right: 8%;
  text-align: left;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
}

.creditSystem_content .row:last-child {
  font-weight: 600;
}

#myB2BModal .modal-content {
  height: auto;
}

@media screen and (max-width: 578px) {
  .creditSystem_header {
    padding: 22px 0;
    font-size: 1.6rem;
  }

  .missingCredits p {
    margin-left: -25px;
    line-height: 22px;
  }
}

@media screen and (max-width: 460px) {
  .creditSystem_content {
    padding: 20px 15%;
    width: 100%;
    margin: 0 auto;
    line-height: 21px;
  }
}

@media screen and (max-width: 465px) {
  .creditSystem_content {
    padding: 10px 0% 10px 15%;
    width: 100%;
    margin: 0 auto;
    line-height: 17px;
  }

  #myB2BModal .btn {
    min-height: 53px;
    padding: 2px 7px 3px 7px;
    margin: 0 4px;
    font-size: 0.8rem !important;
    font-weight: 400;
  }

  .creditSystem_content .row div {
    width: 35%;
    display: inline-flex;
    text-align: left;
  }

  .creditSystem_content .row div:nth-child(2) {
    width: 65%;
    padding-left: 15%;
    display: inline-flex;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
    font-weight: 600;
  }

  .missingCredits {
    margin: -35px auto -30px auto;
  }
  .creditSystem_content .row:last-child {
    font-weight: 300;
  }
  .missingCredits div:last-child {
    width: 100%;
  }
  .missingCredits #minus_credit {
    margin-left: -7px;
  }

  .creditSystem_content {
    padding: 15px 0% 20px 15%;
  }
}

@media screen and (max-width: 365px) {
  .creditSystem_header {
    font-size: 1.4rem;
  }
}

.help-question {
  font-weight: 700;
  font-size: 1.2rem;
}

.carousel-indicators [data-bs-target] {
  border: 1.3pt solid #29abb3;
  margin-bottom: 0.7rem;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#cconsent-bar {
  background-color: #2e4883;
  color: #FFF;
  padding: 15px;
  text-align: right;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 18px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  transform: translateY(0);
  transition: transform .6s ease-in-out;
  transition-delay: .3s;
}