:root {
  --mainBlack: #151515;
  --mainWhite: #fff;
  --mainRed: red;
  --mainHighlight: #03263a;
  --mainHighlight2: #0f5a9b;
  --mainGrey: #f7f7f7;
  --mainBorderColor: #e1e1e1;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #151515;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body main {
  flex: 1;
}
body h1, body h2, body h3 {
  font-family: "Oswald", sans-serif;
}
body a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body a:hover {
  text-decoration: none;
}
body img {
  height: auto;
}

.image-holder img, .main-image img {
  border-radius: 6px;
}

.btn {
  border: 2px solid #0f5a9b;
  border-radius: 6px;
  background: #0f5a9b;
  color: #fff;
  padding: 19px 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.btn:hover {
  background: #03263a;
  border-color: #03263a;
  color: #fff;
}

.error-message {
  color: red;
}

.initial-hidden {
  display: none;
}

.top-header .contact-icon {
  color: #151515;
  font-size: 24px;
}
.top-header .contact-icon:hover {
  color: #03263a;
}
.top-header .cta-button {
  padding: 11px 30px;
  border: 2px solid #03263a;
  border-radius: 3px;
  background: none;
  color: #151515;
}
.top-header .cta-button:hover {
  background: #03263a;
  color: #fff;
}

header {
  position: sticky;
  z-index: 50;
  padding: 0;
  top: 0;
  background: #fff;
  border-top: 1px solid #e1e1e1;
  color: #03263a;
}
header .nav-link {
  font-size: 24px;
  color: #151515;
}
header .nav-link:hover {
  color: #03263a;
}
header .navbar {
  left: 0;
  padding: 30px;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 100%;
  z-index: 1;
}
header .navbar ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .navbar ul > li {
  position: relative;
  margin: 0;
}
header .navbar ul > li a {
  color: #151515;
  text-decoration: none;
  padding: 20px 20px;
  display: block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .navbar ul > li a::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  height: 8px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .navbar ul > li a.active::before, header .navbar ul > li a:hover::before {
  background-color: #03263a;
}
@media (min-width: 1200px) {
  header .navbar {
    background: initial;
    position: static;
    width: auto;
    text-align: right;
  }
  header .navbar ul > li a {
    padding: 25px 20px;
  }
}
header.scrolled {
  box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.19);
}
header .search-form-header {
  padding: 18px 0;
}

.header-logo {
  height: 90px;
  width: auto;
}

.logo-holder {
  padding: 10px 0;
}
.logo-holder a {
  text-decoration: none;
  display: inline-block;
}
.logo-holder a .logo-text {
  text-align: center;
  color: #03263a;
  font-size: 28px;
  font-weight: 700;
  margin-top: 10px;
  font-family: "Technolab", sans-serif;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

footer {
  border-top: 1px solid #e1e1e1;
}
footer .hyperfocus img {
  height: 30px;
  filter: invert(1);
}
footer .footer-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3.6px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer .footer-logo {
  height: 90px;
  width: auto;
}
footer .logo-text {
  font-family: "Technolab", sans-serif;
}
footer .top {
  color: #151515;
  border-bottom: 1px solid #e1e1e1;
}
footer .top i {
  width: 16px;
  text-align: center;
}
footer .top a {
  color: #151515;
}
footer .top a:hover {
  color: #03263a;
}

#toTop {
  background: #03263a;
  border: none;
  bottom: 30px;
  color: #fff;
  font-size: 28px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 50px;
  z-index: 100;
}
@media (min-width: 768px) {
  #toTop {
    bottom: 60px;
    right: 40px;
  }
}
@media (min-width: 992px) {
  #toTop {
    bottom: 60px;
    right: 40px;
  }
}
#toTop:focus {
  outline: none;
}

.error {
  margin-top: 200px;
  margin-bottom: 200px;
}
.error .clip {
  display: inline-block;
  margin: 20px;
  font-size: 50px;
}
.error .clip .shadow {
  width: 90px;
  height: 90px;
  background-color: #03263a;
  border-radius: 50%;
  color: #fff;
  line-height: 90px;
}

.breadcrumb {
  margin: 20px 0;
  font-size: 12px;
}
@media (min-width: 992px) {
  .breadcrumb {
    font-size: 14px;
  }
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105" !important;
  display: inline-block;
  font-family: Font Awesome\ 6 Pro, sans-serif;
  font-weight: 300;
  padding: 0 4px;
  color: #ccc;
}
@media (min-width: 992px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 16px;
  }
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  opacity: 1;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}
.carousel-indicators [data-bs-target]:hover, .carousel-indicators [data-bs-target].active {
  background-color: #03263a;
}

.checkbox-input-holder {
  padding-left: 30px;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 2rem;
  padding: 0.1rem;
  height: 24px;
  width: 24px;
  border: 2px solid #03263a;
  border-radius: 2px !important;
  position: absolute;
  left: 0;
  margin-left: 0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type=checkbox]:checked {
  background-color: #03263a;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

input.form-control, select.form-control, textarea.form-control, .flagstrap button {
  border-radius: 3px;
  margin-bottom: 15px;
}

textarea.form-control {
  min-height: 120px;
  max-height: 300px;
}

.page-0:not(.page-home) section.top, .product-index:not(.page-home) section.top {
  padding: 0;
  position: relative;
}
.page-0:not(.page-home) section.top:before, .product-index:not(.page-home) section.top:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(3, 38, 58, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
  content: "";
  z-index: 0;
}
.page-0:not(.page-home) section.top img, .product-index:not(.page-home) section.top img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.page-0:not(.page-home) section.top .title, .product-index:not(.page-home) section.top .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.page-0:not(.page-home) section.top .title h1, .page-0:not(.page-home) section.top .title h2, .product-index:not(.page-home) section.top .title h1, .product-index:not(.page-home) section.top .title h2 {
  font-size: 50px;
  font-weight: 700;
}

/**
Section styles
 */
section {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 18px;
}
@media (min-width: 992px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
section .box .inner h2, section .title-block h2, section .title-block, section .product-list-title h2, section .product-list-title h1 {
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

section.slider-container {
  padding: 0 !important;
}
section.slider-container .row, section.slider-container .col-12 {
  padding: 0;
  margin: 0;
}
section.slider-container #slider {
  height: clamp(500px, 65vh, 800px);
}
section.slider-container #slider .carousel-caption {
  z-index: 1;
  bottom: auto;
  transform: translateY(-50%);
  top: 60%;
  left: 10%;
  right: 10%;
}
@media (min-width: 992px) {
  section.slider-container #slider .carousel-caption {
    top: 50%;
    left: 15%;
    right: 15%;
  }
}
section.slider-container #slider .carousel-caption h1, section.slider-container #slider .carousel-caption h2 {
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 54px;
}
@media (min-width: 992px) {
  section.slider-container #slider .carousel-caption h1, section.slider-container #slider .carousel-caption h2 {
    font-size: 80px;
    line-height: 104px;
  }
}
section.slider-container #slider .carousel-caption .carousel-caption-lead {
  margin-bottom: 21px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
section.slider-container #slider img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
section.slider-container #slider .image-container:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151515;
  opacity: 0.6;
  z-index: 0;
}

section.cta-block {
  padding: 150px 0;
  background: url(/theme_ajandekx/img/cta.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
section.cta-block h2, section.cta-block h2 a {
  font-weight: 500;
  margin-bottom: 30px;
  color: #fff;
}
section.cta-block p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
section.cta-block .more {
  border: 2px solid #0f5a9b;
  border-radius: 6px;
  background: #0f5a9b;
  color: #fff;
  padding: 19px 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
section.cta-block .more:hover {
  background: #03263a;
  border-color: #03263a;
  color: #fff;
}

.row.owl-carousel .col-12 {
  width: 100% !important;
}

/**
PageBox styles
 */
.bg-grey {
  background: #f7f7f7;
}

.page-contact .button-holder {
  margin-top: 30px;
}

.post-item .main-image {
  display: block;
  overflow: hidden;
}
.post-item .main-image img {
  -webkit-transition: all, 0.3s, ease;
  -moz-transition: all, 0.3s, ease;
  -o-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
  border-radius: 0;
}
.post-item .main-image img:hover {
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.post-item .post-item-content {
  padding: 15px;
  background: #f9faf9;
}
.post-item .post-item-content .post-date {
  color: #777;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 24px;
}
.post-item .post-item-content .post-title {
  margin-top: 20px;
}
.post-item .post-item-content .post-title a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 30px;
  text-decoration: none;
  color: #151515;
}
.post-item .post-item-content .post-title a:hover {
  color: #0f5a9b;
}
.post-item .post-item-content .post-lead {
  font-size: 15px;
  font-weight: 400;
  margin-top: 18px;
  letter-spacing: 0.75px;
  line-height: 26.1px;
  color: #777;
}
@media (min-width: 768px) {
  .post-item .post-item-content {
    padding: 25px 7% 30px;
  }
}
@media (min-width: 992px) {
  .post-item .post-item-content {
    padding: 34px 10% 45px;
  }
}

.last-posts .title-block {
  text-align: center;
  margin-bottom: 50px;
}

.page-post .post-view .side-posts {
  margin-top: 0;
}
.page-post .post-view .main-image-holder {
  position: relative;
  margin-bottom: 50px;
}
.page-post .post-view .main-image-holder img {
  width: 100%;
  max-height: 765px;
  height: auto;
}
.page-post .post-view .main-image-holder .post-date {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #03263a;
  color: #fff;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page-post .post-view h1 {
  font-size: 22px;
  font-weight: 500;
  line-height: 24.2px;
  margin-bottom: 60px;
  position: relative;
}
.page-post .post-view h1:after {
  position: absolute;
  background-color: #03263a;
  width: 80px;
  bottom: -25px;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
}
.page-post .post-view .lead {
  margin-bottom: 20px;
  font-size: 18px;
}
.page-post .post-view .lead, .page-post .post-view .post-body {
  color: #72797e;
  line-height: 28px;
}
.page-post .post-view .lead h2, .page-post .post-view .post-body h2 {
  font-size: 20px;
  color: #151515;
  font-weight: bold;
}
.page-post .post-view .lead h3, .page-post .post-view .post-body h3 {
  font-size: 18px;
  text-transform: uppercase;
}
.page-post .post-view blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  font-style: italic;
  border-left: 5px solid #72797e;
}

.side-posts {
  margin-top: 50px;
}
.side-posts .posts-title {
  padding: 0 26px;
}
.side-posts .posts-title:before {
  display: none;
}
@media (min-width: 768px) {
  .side-posts .post-item:not(:last-of-type) .post-item-inner {
    border-bottom: 1px solid #72797e;
  }
}
.side-posts .post-item-inner {
  padding: 10px 25px;
}
.side-posts .post-item-inner:not(:last-of-type) {
  margin-bottom: 30px;
}
.side-posts .post-item-inner .main-image {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .side-posts .post-item-inner .main-image {
    width: 95px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.side-posts .post-item-inner .post-item-content {
  margin-top: 5px;
  background: none;
}
@media (min-width: 1400px) {
  .side-posts .post-item-inner .post-item-content {
    margin-top: 0;
  }
}
.side-posts .post-item-inner .post-item-content .post-title {
  color: #292e32;
  font-size: 16px;
  display: block;
}
.side-posts .post-item-inner .post-item-content .post-date {
  color: #72797e;
  font-size: 14px;
}

.call-us {
  color: #fff;
}

.side-categories, .side-posts, .side-products {
  border: 2px solid #a3a3a3;
  margin-right: 5px;
  border-radius: 12px;
}
.side-categories h3, .side-posts h3, .side-products h3 {
  position: relative;
  height: 70px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #f7f7f7;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 0 26px;
  text-align: left;
  color: #151515;
  font-weight: 500;
  font-size: 14px;
  line-height: 70px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.side-categories h3 span, .side-posts h3 span, .side-products h3 span {
  display: inline-block;
  width: 18px;
  margin-right: 20px;
}
.side-categories h3 span b, .side-posts h3 span b, .side-products h3 span b {
  display: block;
  background-color: #151515;
  height: 2px;
  margin-bottom: 3px;
}
.side-categories h3 span b:nth-child(2), .side-posts h3 span b:nth-child(2), .side-products h3 span b:nth-child(2) {
  width: 12px;
}
.side-categories h3 span b:nth-child(3), .side-posts h3 span b:nth-child(3), .side-products h3 span b:nth-child(3) {
  width: 6px;
}
.side-categories .category-list, .side-posts .category-list, .side-products .category-list {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.side-categories ul, .side-posts ul, .side-products ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.side-categories ul.collapsable-tree, .side-posts ul.collapsable-tree, .side-products ul.collapsable-tree {
  position: relative;
}
.side-categories ul.collapsable-tree > li > .has-subcategory, .side-posts ul.collapsable-tree > li > .has-subcategory, .side-products ul.collapsable-tree > li > .has-subcategory {
  padding-right: 20px;
}
.side-categories ul.collapsable-tree > li > .has-subcategory:after, .side-posts ul.collapsable-tree > li > .has-subcategory:after, .side-products ul.collapsable-tree > li > .has-subcategory:after {
  font-size: 10px;
  opacity: 0.9;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f054" !important;
  display: inline-block;
  font-family: Font Awesome\ 6 Pro, sans-serif;
  font-weight: 900;
}
.side-categories ul.collapsable-tree li.active > a, .side-posts ul.collapsable-tree li.active > a, .side-products ul.collapsable-tree li.active > a {
  color: #03263a;
}
.side-categories ul.collapsable-tree > li, .side-posts ul.collapsable-tree > li, .side-products ul.collapsable-tree > li {
  padding: 0 10px 0 24px;
  position: relative;
}
.side-categories ul.collapsable-tree > li:not(:last-of-type), .side-posts ul.collapsable-tree > li:not(:last-of-type), .side-products ul.collapsable-tree > li:not(:last-of-type) {
  border-bottom: 1px solid #e1e1e1;
}
.side-categories ul.collapsable-tree > li a, .side-posts ul.collapsable-tree > li a, .side-products ul.collapsable-tree > li a {
  color: #777;
  font-weight: 400;
  display: block;
  padding: 16px 0 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  line-height: 100%;
  font-size: 14px;
}
.side-categories ul.collapsable-tree > li a:hover, .side-posts ul.collapsable-tree > li a:hover, .side-products ul.collapsable-tree > li a:hover {
  color: #03263a;
}
.side-categories ul.collapsable-tree > li > ul, .side-posts ul.collapsable-tree > li > ul, .side-products ul.collapsable-tree > li > ul {
  z-index: 11;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  display: unset;
  left: calc(100% + 11px);
  opacity: 0;
  position: absolute;
  text-align: left;
  top: -3px;
  visibility: hidden;
  width: 257px;
  border: 1px solid #ebebeb;
  min-width: 257px;
  padding: 30px;
}
.side-categories ul.collapsable-tree > li > ul > li > a, .side-posts ul.collapsable-tree > li > ul > li > a, .side-products ul.collapsable-tree > li > ul > li > a {
  position: relative;
  color: #151515;
}
.side-categories ul.collapsable-tree > li > ul > li > a:after, .side-posts ul.collapsable-tree > li > ul > li > a:after, .side-products ul.collapsable-tree > li > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  border-bottom: 1px solid #03263a;
}
.side-categories ul.collapsable-tree > li > ul > li ul, .side-posts ul.collapsable-tree > li > ul > li ul, .side-products ul.collapsable-tree > li > ul > li ul {
  margin-top: 10px;
  margin-left: 10px;
}
.side-categories ul.collapsable-tree > li > ul > li ul li, .side-posts ul.collapsable-tree > li > ul > li ul li, .side-products ul.collapsable-tree > li > ul > li ul li {
  padding: 0 5px;
}
.side-categories ul.collapsable-tree > li > ul > li ul li a, .side-posts ul.collapsable-tree > li > ul > li ul li a, .side-products ul.collapsable-tree > li > ul > li ul li a {
  padding: 7px 0 5px;
}
.side-categories ul.collapsable-tree > li:hover:before, .side-posts ul.collapsable-tree > li:hover:before, .side-products ul.collapsable-tree > li:hover:before {
  content: "";
  width: 15px;
  height: 100%;
  right: -13px;
  top: 0;
  display: block;
  position: absolute;
}
.side-categories ul.collapsable-tree > li:hover ul, .side-posts ul.collapsable-tree > li:hover ul, .side-products ul.collapsable-tree > li:hover ul {
  display: block;
  visibility: visible;
  opacity: 1;
  background: #fff;
}

@media (max-width: 990px) {
  .side-categories {
    position: fixed;
    z-index: 55;
    width: calc(100vw - 24px);
    top: 15px;
    left: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .side-categories ul {
    border: 1px solid #e1e1e1;
  }
  .side-categories:after {
    content: "";
    position: absolute;
    top: -17px;
    left: -14px;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: -1;
  }
  .side-categories.active {
    left: 12px;
  }
  .side-categories .categ-closer {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

.category-toggler span {
  background: #03263a;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 9px;
}
.category-toggler span:hover {
  cursor: pointer;
}

.side-auctions {
  border: 2px solid #a3a3a3;
  margin-right: 5px;
  border-radius: 12px;
  margin-top: 50px;
}
.side-auctions .auctions-title {
  background: #f7f7f7;
  padding: 0 26px;
  font-weight: 500;
  font-size: 14px;
  line-height: 70px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.side-auctions .auctions-title:before {
  content: "\f0e3" !important;
  display: inline-block;
  font-family: Font Awesome\ 6 Pro, sans-serif;
  font-weight: 900;
  margin-right: 10px;
}
.side-auctions .auctions-content {
  padding: 10px 25px;
  position: relative;
}
.side-auctions img {
  max-width: 100%;
  border-radius: 9px;
  margin-bottom: 10px;
}
.side-auctions p {
  color: #292e32;
  font-size: 16px;
  display: block;
}

.sort-holder select {
  max-width: 120px;
}
@media (min-width: 992px) {
  .sort-holder select {
    max-width: none;
  }
}

.product-list-title {
  margin-bottom: 30px;
}

.category-item {
  margin-bottom: 25px;
}
.category-item .inner {
  background: #03263a;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  display: block;
  border-radius: 12px;
  padding: 10px;
  height: 100%;
  text-align: center;
  border: 2px solid #03263a;
}
.category-item:hover .inner {
  background: #151515;
}
.category-item .image-wrap {
  margin: 5px;
  border-radius: 9px;
}

.product-item {
  box-shadow: 0 0 10px rgba(21, 21, 21, 0.1);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.product-item .sale {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  width: 11rem;
  height: 1.5rem;
  transform: rotate(45deg);
  text-align: center;
  line-height: 1.5rem;
  background: #03263a;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  top: 1.2rem;
  right: -3.6rem;
}
.product-item .new {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  width: 11rem;
  height: 1.5rem;
  transform: rotate(-45deg);
  text-align: center;
  line-height: 1.5rem;
  background: red;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  top: 1.2rem;
  left: -3.6rem;
}
.product-item .list-tag {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  width: 11rem;
  height: 1.5rem;
  transform: rotate(45deg);
  text-align: center;
  line-height: 1.5rem;
  background: #03263a;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  top: 1.2rem;
  right: -3.6rem;
}
.product-item .item-content {
  padding: 1rem 2rem 0;
}
.product-item .image-wrap {
  border-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  position: relative;
}
.product-item .image-wrap img {
  border-radius: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-item .bottom-buttons {
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-item .bottom-buttons .item-bottom {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-item .bottom-buttons .item-bottom.product-btn-cart, .product-item .bottom-buttons .item-bottom.product-btn-view {
  background: #03263a;
}
.product-item .bottom-buttons .item-bottom a {
  font-size: 18px;
  line-height: 40px;
  display: block;
  width: 100%;
  height: 100%;
}
.product-item .bottom-buttons .item-bottom a i {
  color: #fff;
}
.product-item .bottom-buttons .item-bottom:hover.product-btn-view {
  background: #0f5a9b;
}
.product-item .bottom-buttons .item-bottom:hover.product-btn-cart {
  background: green;
}
.product-item:hover img {
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.product-item .product-title {
  letter-spacing: 0.02em;
  padding-top: 1rem;
  margin-bottom: 0.3rem;
  color: #151515;
  font-weight: 500;
  text-transform: uppercase;
}
.product-item .product-title:hover {
  color: rgba(21, 21, 21, 0.7);
}
.product-item .product-price {
  font-size: 15px;
  text-align: center;
  color: #03263a;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
.product-item .product-price .product-price-old {
  color: #a3a3a3 !important;
  margin-left: 6px;
}

.recently-viewed {
  padding-bottom: 60px;
  margin-top: 30px;
}
.recently-viewed .recently-viewed-title {
  border-bottom: 1px solid #e8edf2;
  text-align: center;
  margin-bottom: 60px;
}
.recently-viewed .recently-viewed-title h5 {
  padding: 12px 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.recently-viewed .recently-viewed-title h5:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 3px;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-color: #151515;
}
.recently-viewed p {
  color: #a3a3a3;
}
.recently-viewed .product-item .item-content {
  padding: 1rem 1rem 0;
}
.recently-viewed .product-item .product-title {
  font-size: 14px;
}
.recently-viewed .product-price {
  font-size: 18px;
  color: #03263a;
}
.recently-viewed .product-price .product-price-old {
  margin-left: 6px;
  color: #a3a3a3 !important;
}

.carrier-alert {
  padding: 20px;
  background-color: #f7f7f7;
}
.carrier-alert.carrier-alert-ok {
  background-color: green;
  color: #fff;
}
.carrier-alert.carrier-alert-ok:before {
  content: "\f00c" !important;
  display: inline-block;
  font-family: Font Awesome\ 6 Pro, sans-serif;
  font-weight: 900;
  margin-right: 20px;
}

.product-view h1 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 26.4px;
  margin-bottom: 20px;
}
.product-view .main-image {
  position: relative;
  border-radius: 24px;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
}
.product-view .main-image img {
  border-radius: 24px;
}
.product-view .main-image .new {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  background: red;
  color: #fff;
  padding: 5px 20px;
  border-radius: 11px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.product-view .main-image .sale {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  background: #03263a;
  color: #fff;
  padding: 5px 20px;
  border-radius: 11px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.product-view .product-thumb img, .product-view .main-image img {
  transition: all 0.3s;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
}
.product-view .product-price {
  color: #03263a;
  font-size: 26px;
  line-height: 28px;
}
.product-view .product-price-old {
  margin-left: 6px;
  color: #a3a3a3 !important;
}
.product-view .add-to-cart a {
  padding: 13px 20px 11px;
  width: 100%;
  border-radius: 12px;
  border: 2px solid #0f5a9b;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  line-height: 28px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-view .add-to-cart a:hover {
  border-color: #151515;
  background: #151515;
}
.product-view .add-to-cart .qty {
  position: relative;
}
.product-view .add-to-cart .qty .form-group {
  margin: 0;
}
.product-view .add-to-cart .qty .number {
  max-width: 120px;
}
.product-view .add-to-cart .qty .number input {
  -webkit-appearance: none;
  margin: 0;
  border-radius: 12px;
  -moz-appearance: textfield;
}
.product-view .add-to-cart .qty .fal {
  position: absolute;
  right: 20px;
  top: 2px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}
.product-view .add-to-cart .qty .fal:hover {
  color: #03263a;
}
.product-view .add-to-cart .qty .fal.fa-minus {
  top: auto;
  bottom: 3px;
}
.product-view .details .value {
  color: #151515;
  font-weight: 700;
}
.product-view .details .price {
  margin-bottom: 20px;
}
.product-view .details .product-availability .value {
  color: green;
}
.product-view .details .product-attr {
  margin-bottom: 15px;
  font-weight: 500;
}
.product-view .details .product-attr p {
  font-weight: 400;
}
.product-view .details .product-lead a {
  color: #03263a;
}
.product-view .details .product-lead a span {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.product-view .details .product-tags {
  margin-top: 30px;
}
.product-view .details .product-tags a {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.product-view .details .reg-info {
  font-size: 12px;
  background: #e4ff14;
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 20px 10px 20px 50px;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .product-view .details .reg-info {
    max-width: 300px;
    padding: 5px 10px 5px 50px;
  }
}
.product-view .details .reg-info span {
  position: absolute;
  top: 50%;
  left: 10px;
  background-color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  transform: translateY(-50%);
}
.product-view .side-contact-box {
  background-color: #151515;
  color: #fff;
  padding: 40px;
  border-radius: 24px;
  position: relative;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
  font-size: 18px;
}
.product-view .side-contact-box:after {
  position: absolute;
  top: 50%;
  right: 50px;
  font-size: 60px;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
  content: "\f095" !important;
  display: inline-block;
  font-family: Font Awesome\ 6 Pro, sans-serif;
  font-weight: 900;
}
.product-view .side-contact-box:hover:after {
  opacity: 1;
  color: #03263a;
}
.product-view .side-contact-box h2 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: bold;
}
.product-view .side-contact-box strong {
  display: block;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}
.product-view .side-contact-box p {
  margin-bottom: 0;
}
.product-view .side-contact-box a {
  color: #fff;
}
.product-view .side-contact-box a:hover {
  color: #03263a;
}
.product-view .description-box {
  padding-bottom: 60px;
  margin-top: 30px;
}
.product-view .description-box .description-title {
  border-bottom: 1px solid #e8edf2;
  text-align: center;
  margin-bottom: 60px;
}
.product-view .description-box .description-title h5 {
  padding: 12px 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.product-view .description-box .description-title h5:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 3px;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-color: #151515;
}
.product-view .description-box p {
  color: #a3a3a3;
}
.product-view .offers, .product-view .recently-viewed {
  padding-bottom: 60px;
  margin-top: 30px;
}
.product-view .offers .offers-title, .product-view .recently-viewed .offers-title {
  border-bottom: 1px solid #e8edf2;
  text-align: center;
  margin-bottom: 60px;
}
.product-view .offers .offers-title h5, .product-view .recently-viewed .offers-title h5 {
  padding: 12px 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.product-view .offers .offers-title h5:after, .product-view .recently-viewed .offers-title h5:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 3px;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-color: #151515;
}
.product-view .offers p, .product-view .recently-viewed p {
  color: #a3a3a3;
}
.product-view .offers .product-price, .product-view .recently-viewed .product-price {
  font-size: 18px;
  color: #03263a;
}
.product-view .offers .product-price .product-price-old, .product-view .recently-viewed .product-price .product-price-old {
  margin-left: 6px;
  color: #a3a3a3 !important;
}
.product-view .side-info-box {
  padding: 30px 15px 20px 83px;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  border: 2px solid #f0f0f0;
}
.product-view .side-info-box:not(.last) {
  border-bottom: none;
}
.product-view .side-info-box h3 {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 15.4px;
  margin-bottom: 7px;
}
.product-view .side-info-box i {
  color: #333;
  position: absolute;
  left: 23px;
  font-size: 36px;
  top: calc(50% - 6px);
}
.product-view .product-images img {
  border-radius: 15px;
}

.cart-page .summary-side {
  position: relative;
}
.cart-page .summary-fixed {
  position: sticky;
  top: 40px;
}
.cart-page .mobile-next {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
}
@media (min-width: 992px) {
  .cart-page .mobile-next {
    display: none;
  }
}
.cart-page .cart-product {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  padding-top: 20px;
}
.cart-page .cart-product h2 {
  font-size: 16px;
  line-height: 24px;
}
.cart-page .cart-product h2 a {
  color: #151515;
}
.cart-page .cart-product h2 a:hover {
  color: #03263a;
}
.cart-page .cart-product .qty .pc {
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.cart-page .cart-product .qty a {
  color: #151515;
}
.cart-page .cart-product .qty a:hover {
  color: #03263a;
}
.cart-page .cart-product .qty .cart-item-delete {
  margin-left: 40px;
}
.cart-page .cart-product .price {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .cart-page .cart-product .price {
    padding-left: 60px;
  }
}
.cart-page .cart-product img {
  border-radius: 9px;
}
.cart-page .cart-product.attached-child {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -10px;
}
.cart-page .cart-product.attached-child h2 {
  margin-bottom: 6px;
}
.cart-page .cart-product.attached-parent {
  border-bottom: none;
}
.cart-page .cart-product.attached-last-child {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0;
}
.cart-page .coupon .form-group {
  display: inline-block;
}
.cart-page .coupon .form-group .form-control {
  min-width: 250px;
  height: 50px;
  width: 100%;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.cart-page .coupon .btn-primary {
  height: 50px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-color: #151515;
  border: 2px solid #151515;
  margin-top: -3px;
  padding: 0 40px;
}
.cart-page .coupon .btn-primary:hover {
  background-color: #03263a;
  border-color: #03263a;
}
.cart-page .total .sum {
  font-weight: bold;
  font-size: 20px;
}

.fa-eye {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  top: 20px !important;
}

.far.fa-clock {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300 !important;
}

.order-finish-page {
  background-color: #FFFFFF !important;
}

.order-page {
  background-color: #F5F5F5;
  padding-top: 0;
}
.order-page header .inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.order-page header .call-us {
  font-family: "Oswald", sans-serif;
  font-weight: 800;
}
.order-page header .call-us span {
  display: block;
  font-size: 20px;
}
.order-page main {
  padding: 0 15px;
}
.order-page .left-side {
  background-color: #fff;
  padding: 15px 10px;
}
@media (min-width: 1200px) {
  .order-page .left-side {
    padding: 42px 42px 42px 0;
    position: relative;
    border-right: 1px solid #e1e1e1;
  }
}
.order-page .left-side:before {
  content: "";
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  pointer-events: none;
  top: 0;
}
.order-page .left-side .box {
  margin-bottom: 30px;
}
.order-page .left-side .box h2 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 25.2px;
}
.order-page .left-side .box h2 .login-link {
  font-weight: normal;
  font-style: normal;
  float: right;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  max-width: 70%;
}
@media (min-width: 992px) {
  .order-page .left-side .box h2 .login-link {
    max-width: 50%;
    margin-top: 4px;
  }
}
.order-page .left-side .no-payment {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 12px;
}
.order-page .left-side .accordion-item {
  border: 1px solid #e1e1e1;
  border-radius: 12px;
}
.order-page .left-side .accordion-item .accordion-header {
  position: relative;
}
.order-page .left-side .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  cursor: pointer;
  border-radius: 12px;
  padding-left: 50px;
  position: relative;
}
.order-page .left-side .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.order-page .left-side .accordion-item .accordion-header .accordion-button:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  display: block;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.order-page .left-side .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #03263a;
  background-color: #fff;
}
.order-page .left-side .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.order-page .left-side .accordion-item .accordion-header .price {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.order-page .left-side .accordion-item .accordion-body {
  background-color: #f7f7f7;
  border-radius: 12px;
}
.order-page .left-side .accordion-item.active .accordion-button:before {
  border: 6px solid #03263a;
}
.order-page .left-side #mpl_all-holder .submitBtn.mpl-open {
  padding: 12px 0;
}
.order-page .left-side #mpl_all-holder #mpl-all-selected {
  margin-bottom: 0;
}
.order-page .summary-side {
  padding: 20px;
  position: sticky;
  top: 90px;
}
@media (min-width: 1200px) {
  .order-page .summary-side {
    padding: 42px 0 42px 42px;
  }
}
.order-page .summary-side .products {
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.order-page .summary-side .total {
  font-weight: bold;
  font-size: 20px;
}
.order-page .summary-side .font-weight-bold {
  font-weight: bold;
}
.order-page .summary-side .submitBtn {
  width: 100%;
}
.order-page .summary-side .submitBtn .fa {
  margin-left: 10px;
}
.order-page .summary-side .picture-holder {
  position: relative;
}
.order-page .summary-side .picture-holder .qty {
  position: absolute;
  top: -3px;
  right: 2px;
  background: #03263a;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
}
.order-page .summary-side .picture-holder img {
  border-radius: 9px;
}

.order-finish-page .inner {
  margin-bottom: 100px;
}
.order-finish-page .thanks {
  background-color: green;
  margin-top: 20px;
  padding: 20px;
  border-radius: 15px;
  color: #fff;
}
.order-finish-page .thanks .fas {
  font-size: 30px;
}

.cart-holder .offcanvas-header {
  border-bottom: 1px solid #e4e9ef;
  background-color: #f1f4f6;
  padding-left: 50px;
}
.cart-holder .offcanvas-header .offcanvas-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 54px;
  height: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cart-holder .offcanvas-header .btn-close {
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 20px;
  width: 45px;
  height: 45px;
  color: #acb5bb !important;
  border: 1px solid #dedede;
  font-size: 18px;
  text-align: center;
  line-height: 41px;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cart-holder .offcanvas-header .btn-close:hover {
  transform: rotate(360deg);
}
.cart-holder .offcanvas-body {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
  background-color: #f1f4f6;
}
.cart-holder .offcanvas-body .webshop-cart {
  height: 100%;
}
.cart-holder .offcanvas-body .webshop-cart-products-list {
  max-height: calc(100% - 100px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.cart-holder .offcanvas-body .webshop-cart-products-list .product-row {
  position: relative;
}
.cart-holder .offcanvas-body .webshop-cart-products-list .product-row .mini-product-image {
  border-radius: 9px;
  overflow: hidden;
}
.cart-holder .offcanvas-body .side-cart-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.cart-holder .offcanvas-body .side-cart-bottom .total-price {
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  color: #28334f;
  padding: 0 40px;
}
.cart-holder .offcanvas-body .side-cart-bottom .total-price .title-total {
  float: left;
  font-size: 16px;
}
.cart-holder .offcanvas-body .side-cart-bottom .total-price .price-total {
  float: right;
  width: auto;
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.cart-holder .offcanvas-body .side-cart-bottom .btn {
  border-radius: 0;
  border: none;
  display: block;
  float: left;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  color: #fff;
  background: #2a2a2a;
  width: 50%;
}
.cart-holder .offcanvas-body .side-cart-bottom .btn:hover, .cart-holder .offcanvas-body .side-cart-bottom .btn.finalize {
  background: green;
}
.cart-holder .offcanvas-body .side-cart-bottom .btn:first-of-type:hover {
  background: #03263a;
}
.cart-holder .product-row {
  padding: 20px 80px 20px 40px;
  margin-bottom: 23px;
  border-bottom: 1px solid #e4e9ef;
}
.cart-holder .product-row .c-qty {
  background-color: #03263a;
  color: #fff;
  text-align: center;
  line-height: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart-holder .product-row .cart-qty {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #151515;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cart-holder .product-row .cart-price {
  line-height: 18px;
  color: #5b5a5a;
  font-size: 16px;
  font-weight: 400;
}
.cart-holder .product-row .product-link {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
.cart-holder .product-row .cart-action-delete {
  top: 20px;
  right: 35px;
  position: absolute;
}
.cart-holder .product-row .cart-action-delete:after {
  content: "\f00d" !important;
  display: inline-block;
  font-family: Font Awesome\ 6 Pro, sans-serif;
  font-weight: 900;
  color: #acb5bb;
}
.cart-holder .product-row .cart-action-delete:hover:after {
  color: #03263a;
}

.login-page .card, .reg-page .card {
  border-radius: 0;
}
.login-page .card .card-header, .reg-page .card .card-header {
  padding: 25px 0;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
  text-transform: uppercase;
  color: #151515;
  font-size: 18px;
  letter-spacing: 1px;
  background: #f7f7f7;
}
.login-page .card .card-header .card-title, .reg-page .card .card-header .card-title {
  margin-bottom: 0;
}
.login-page .card .card-body, .reg-page .card .card-body {
  background: #f7f7f7;
  padding: 25px 30px;
}
.login-page .card .card-body .control-label, .reg-page .card .card-body .control-label {
  font-weight: 700;
  color: #333;
  margin-bottom: 17px;
}
.login-page .card .card-body .control-label .req, .reg-page .card .card-body .control-label .req {
  color: red;
}
.login-page .card .card-body .form-control, .reg-page .card .card-body .form-control {
  display: block;
  width: 100%;
  height: 54px;
  padding: 6px 12px 6px 33px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.login-page .card .card-body .lost-pass, .reg-page .card .card-body .lost-pass {
  color: #999;
  display: block;
  position: relative;
  text-decoration: underline;
}
.login-page .card .card-body .lost-pass:hover, .reg-page .card .card-body .lost-pass:hover {
  color: #03263a;
  text-decoration: none;
}
.login-page .card .card-body .fa-eye, .reg-page .card .card-body .fa-eye {
  top: auto !important;
  bottom: 20px;
}
.login-page .card .card-body .reg-holder, .login-page .card .card-body .login-holder, .reg-page .card .card-body .reg-holder, .reg-page .card .card-body .login-holder {
  color: #999;
  border-top: 1px solid #e1e1e1;
  text-align: center;
}

.form-control {
  border-radius: 0;
  height: 54px;
}

.profile-page h1, .webshop-orders h1, .cart-page h1 {
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 0;
}

.cart-page.profile-cart .summary-box {
  background: #03263a;
  color: #fff;
  padding: 24px;
  border-radius: 21px;
}

.profile-page .address-box .select-box {
  border: 1px solid #e1e1e1;
  padding: 24px;
  border-radius: 12px;
}
.profile-page .address-box .select-box h3 {
  font-size: 22px;
}
.profile-page .address-box .select-box h4 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .profile-page.profile-edit a.w-100 {
    width: auto !important;
  }
}
.profile-page .profile-icon {
  border: none;
  display: inline-block;
  background: #151515;
  text-align: center;
  padding: 80px 20px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
}
.profile-page .profile-icon:hover {
  background: #03263a;
}

.new-address {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.new-address:hover {
  background: #151515;
  color: #fff;
}

.thanks p {
  margin-bottom: 0;
}

.side-products {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .side-products {
    position: sticky;
    top: 130px;
  }
}
.side-products .posts-title {
  padding: 0 26px;
}
.side-products .posts-title:before {
  display: none;
}
@media (min-width: 768px) {
  .side-products .post-item:not(:last-of-type) .post-item-inner {
    border-bottom: 1px solid #e1e1e1;
  }
}
.side-products .side-products-inner {
  padding: 10px 25px;
}
.side-products .side-products-inner .image-wrap {
  width: 95px;
  margin-right: 7px;
  margin-bottom: 0;
}
.side-products .side-products-inner .product-item .item-name a {
  margin: 0 0 10px;
}

.mobile-search-form {
  width: 100%;
}

.mobile-search-form .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.mobile-search-form .form-control:focus {
  border-color: #03263a;
  box-shadow: 0 0 0 0.2rem rgba(3, 38, 58, 0.25);
  outline: none;
}

@media (min-width: 992px) {
  .mobile-search-form {
    display: none;
  }
}
/* Engraving Planner Styles */
.engraving-planner-container {
  padding: 20px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  min-height: 100vh;
}

.engraving-controls {
  background: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 20px;
}

.engraving-controls h4 {
  color: #2c3e50;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
}

.control-section {
  margin-bottom: 25px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #007bff;
}

.control-section h5 {
  color: #495057;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.1rem;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-weight: 500;
  color: #495057;
  margin-bottom: 8px;
  display: block;
}

.form-control, .form-range {
  border-radius: 6px;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Custom range slider styling */
.form-range {
  height: 6px;
  background: linear-gradient(to right, #007bff 0%, #007bff 50%, #e9ecef 50%, #e9ecef 100%);
  border-radius: 3px;
  outline: none;
}

.form-range::-webkit-slider-thumb {
  appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #007bff;
  border: 2px solid white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-range::-webkit-slider-thumb:hover {
  background: #0056b3;
  transform: scale(1.1);
}

.preview-info {
  background: white;
  padding: 15px;
  border-radius: 8px;
  margin-top: 15px;
}

.preview-info p {
  margin-bottom: 8px;
  color: #495057;
}

.action-buttons .btn {
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-success {
  background: linear-gradient(45deg, #28a745, #20c997);
  border: none;
}

.btn-success:hover {
  background: linear-gradient(45deg, #218838, #1ea080);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8;
}
.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(23, 162, 184, 0.3);
}
.btn-outline-info i {
  margin-right: 8px;
}

/* Preview area */
.engraving-preview {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.preview-header h3 {
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: 600;
}

.preview-container {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-preview {
  position: relative;
  display: inline-block;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.no-image-placeholder {
  width: 400px;
  height: 300px;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #dee2e6;
  border-radius: 12px;
  color: #6c757d;
}

.no-image-placeholder i {
  font-size: 3rem;
  margin-bottom: 10px;
}

/* Engraving overlay and text effects */
.engraving-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.engraving-text {
  /* Realistic engraving text effects */
  font-family: "lubalin-graph", "Arial", "Segoe UI Symbol", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  /* Engraved effect with shadows */
  color: transparent;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 0 rgba(0, 0, 0, 0.8), 1px 0 0 rgba(0, 0, 0, 0.3), -1px 0 0 rgba(255, 255, 255, 0.2);
  /* Text styling */
  white-space: pre-line;
  font-variant: no-contextual;
  /* text-transform: uppercase; */ /* Removed to preserve original casing */
  letter-spacing: 1px;
  /* Position and transform */
  position: absolute;
  transform-origin: center;
  transition: all 0.3s ease;
  /* Ensure text is visible */
  z-index: 10;
  /* Add slight backdrop for better visibility */
  backdrop-filter: blur(0.5px);
  /* Make draggable */
  pointer-events: auto;
  cursor: move;
  user-select: none;
}
.engraving-text:hover {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 -1px 0 rgba(0, 0, 0, 0.9), 1px 0 0 rgba(0, 0, 0, 0.4), -1px 0 0 rgba(255, 255, 255, 0.3), 0 0 2px rgba(0, 123, 255, 0.5);
}
.engraving-text.dragging {
  cursor: grabbing;
  transition: none;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.7), 0 -2px 0 rgb(0, 0, 0), 2px 0 0 rgba(0, 0, 0, 0.5), -2px 0 0 rgba(255, 255, 255, 0.4), 0 0 4px rgba(0, 123, 255, 0.7);
}

/* Enhanced engraving effect variations */
.engraving-text.deep-engrave {
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.5), 0 -2px 0 rgba(0, 0, 0, 0.9), 2px 0 0 rgba(0, 0, 0, 0.4), -2px 0 0 rgba(255, 255, 255, 0.3), 0 0 3px rgba(0, 0, 0, 0.5);
}

.engraving-text.light-engrave {
  text-shadow: 0 0.5px 0 rgba(255, 255, 255, 0.3), 0 -0.5px 0 rgba(0, 0, 0, 0.6), 0.5px 0 0 rgba(0, 0, 0, 0.2), -0.5px 0 0 rgba(255, 255, 255, 0.1);
}

/* Tips and info section */
.engraving-tips {
  margin-top: 30px;
}

.alert-info {
  background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
  border: 1px solid #bee5eb;
  border-radius: 8px;
  padding: 20px;
}

.alert-info h6 {
  color: #0c5460;
  font-weight: 600;
  margin-bottom: 10px;
}

.progress-indicator {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}

.progress-indicator p {
  margin: 0;
  color: #495057;
}

.text-success {
  color: #28a745 !important;
}

/* Responsive design */
@media (max-width: 768px) {
  .engraving-planner-container {
    padding: 10px 0;
  }
  .engraving-controls {
    position: static;
    margin-bottom: 20px;
    max-height: none;
  }
  .preview-container {
    margin: 20px 0;
  }
  .product-preview {
    max-width: 100%;
  }
  .engraving-text {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .engraving-controls {
    padding: 15px;
  }
  .engraving-preview {
    padding: 20px;
  }
  .control-section {
    padding: 15px;
  }
  .engraving-text {
    font-size: 12px;
  }
}
/* Animation for loading states */
.loading {
  opacity: 0.6;
  pointer-events: none;
}

.btn.loading {
  position: relative;
}

.btn.loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  margin: auto;
  border: 2px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Success and error messages */
.success-message {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  color: #155724;
  border: 1px solid #c3e6cb;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 15px;
  font-weight: 500;
  animation: slideIn 0.3s ease;
}

.error-message {
  background: linear-gradient(135deg, #f8d7da 0%, #f1c0c7 100%);
  color: #721c24;
  border: 1px solid #f1c0c7;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 15px;
  font-weight: 500;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Clean Interact.js Styles Override with Engraved Effect */
#preview-text {
  /* Engraved effect with shadows - similar to original */
  color: transparent !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 0 rgba(0, 0, 0, 0.8), 1px 0 0 rgba(0, 0, 0, 0.3), -1px 0 0 rgba(255, 255, 255, 0.2) !important;
  /* text-transform: uppercase !important; */ /* Removed to preserve original casing */
  letter-spacing: 1px !important;
  white-space: pre-line !important; /* Changed from nowrap to pre-line to allow line breaks */
  font-weight: 600 !important;
  backdrop-filter: none !important;
  /* Interact.js positioning - REMOVE transform override! */
  transition: none !important;
  /* DO NOT override transform - let JavaScript control it */
  top: auto !important;
  left: auto !important;
  position: absolute !important;
  z-index: 1000 !important;
  cursor: move !important;
  user-select: none !important;
  pointer-events: auto !important;
}

#preview-text.dragging {
  opacity: 0.9 !important;
  z-index: 1001 !important;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.7), 0 -2px 0 rgb(0, 0, 0), 2px 0 0 rgba(0, 0, 0, 0.5), -2px 0 0 rgba(255, 255, 255, 0.4), 0 0 4px rgba(0, 123, 255, 0.7) !important;
}

#preview-text:hover {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 -1px 0 rgba(0, 0, 0, 0.9), 1px 0 0 rgba(0, 0, 0, 0.4), -1px 0 0 rgba(255, 255, 255, 0.3), 0 0 2px rgba(0, 123, 255, 0.5) !important;
}

/*# sourceMappingURL=style.css.map */
