@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  font-size: 16px;
}
body {
  font-family: "Prompt", sans-serif;
}
.container-fluid {
  padding: 0;
  max-width: 1920px;
}
a {
  text-decoration: none;
}
a, a:hover {
  color: black;
}
h1, h2, h3, h4, h5 {
  text-transform: uppercase;
}
h1:not(.modal-title), h2:not(.modal-title), h3:not(.modal-title), h4:not(.modal-title), h5:not(.modal-title) {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  font-size: 12px;
}
.section-title {
  text-align: center;
  font-weight: 500;
  font-size: 35px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.section-title:after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: black;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.page-title {
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 3rem !important;
}
.swatch-panel .swatch-title {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.swatch-panel ul.list-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 15px;
}
.swatch-panel ul.list-group > li.list-group-item {
  border-radius: 0 !important;
  flex: 0 0 auto;
  margin-right: 5px;
  align-self: center;
  border: 1px solid #dddddd;
}
.swatch-panel .list-group > .list-group-item.active {
  background: linear-gradient(90deg, #088adc, #379cca);
  border-color: #00aaf6;
}
.portfolio-section {
  padding: 70px 0;
  padding-top: 10px;
  margin-top: 100px;
  background-color: #ccc;
}
section.layout-content {
  padding: 3rem 0;
  padding-bottom: 5rem;
}
.breadcrumb {
  text-transform: uppercase;
}
.container {
  max-width: 1200px;
}
header {
  text-transform: uppercase;
}
header a, header a:hover {
  color: white;
}
header .social {
  width: 30px;
  height: auto;
}
header .navbar {
  padding: 0;
  background: #f8f8f8;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 16px;
  font-weight: 300;
}
header .navbar .navbar-brand {
  padding: 11px 0;
}
header .navbar .navbar-brand img {
  height: 70px;
  width: auto;
}
header .navbar .acc-link {
  padding: 0 15px;
  border-left: 1px solid;
  border-right: 1px solid;
  margin-right: 15px;
}
header .navbar .cart-list {
  padding-left: 15px;
}
header .navbar-nav {
  padding: 0;
}
header .navbar-nav > .nav-item:hover .nav-link, header .navbar-nav > .nav-item.active .nav-link {
  color: #008aff;
}
header .navbar-nav > .nav-item > .nav-link {
  padding: 10px 15px;
  transition: unset;
}
header .navbar-nav > .nav-item > .nav-link.has-submenu {
  padding-right: 30px;
}
header .navbar-nav > .nav-item > .nav-link .sub-arrow {
  right: 0px;
}
header .dropdown-menu {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #222;
  box-shadow: 0px 1px 3px -2px;
  border: none;
  padding-left: 10px;
}
header .dropdown-menu .nav-item:hover {
  background: black;
}
header .dropdown-menu .nav-item .nav-link {
  color: white;
  padding: 10px 25px;
}
header .dropdown-menu .nav-item .nav-link.has-submenu {
  padding-right: 40px;
}
header .dropdown-menu .nav-item .nav-link .sub-arrow {
  right: 25px;
}
header .top-nav {
  color: white;
  background: black;
  padding: 3px 0;
}
header .top-nav a, header .top-nav a:hover {
  color: white;
}
header .top-nav .right > a {
  padding: 0 15px;
}
header .social-box {
  text-align: right;
}
header .social-box a {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
header .social-box a .fa-line {
  color: #00c200;
}
header .social-box a .fa-facebook-square {
  color: #4267b2;
}
header .social-box .cart-list {
  display: inline-block;
}
header .cart {
  display: inline-block;
}
header .cart > a {
  vertical-align: sub;
}
header .cart img {
  width: 30px;
  height: auto;
}
header .cart .dropdown-menu {
  right: 0;
  left: auto;
}
header .nav-item {
  position: relative;
}
header .nav-item .nav-link {
  text-transform: uppercase;
  color: white;
}
header form.search-form input {
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  outline: none;
  box-shadow: none !important;
}
header form.search-form button, header .search-btn, header .search-btn:hover {
  border: none !important;
  color: white;
}
form#genericForm {
  max-width: 970px;
  margin: auto;
}
form#genericForm input, form#genericForm textarea {
  border: none;
  box-shadow: 5px 5px 10px -7px;
  height: 50px;
  font-size: 20px;
  border-radius: 10px;
  font-weight: 300;
}
form#genericForm textarea {
  height: 200px;
}
form#genericForm .btn {
  background-color: #01a7e5 !important;
  color: white !important;
  border: none !important;
  padding: 10px 20px;
  font-size: 20px;
}
.search-bar {
  display: flex;
  height: 100%;
  width: 100%;
  position: fixed;
  align-items: start;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}
.search-bar .backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.search-bar form {
  width: 500px;
  max-width: 95%;
  margin-top: 30vh;
  box-shadow: 0 0 10px -5px;
}
.search-bar form input {
  height: 80px;
  font-size: 26px;
  outline: none !important;
  box-shadow: none !important;
}
.search-bar form .btn {
  background: white;
  border: 1px solid gainsboro;
  border-left: 0;
  padding: 0 25px;
}
.gallery-list {
  margin-bottom: 15px;
  border: none;
}
.gallery-list .nav-link {
  background: #222 !important;
  border-radius: 0;
  color: white !important;
  padding: 10px 25px;
  margin-right: 10px;
  margin-bottom: 20px;
  border: none;
}
.gallery-list .nav-link.active {
  border-bottom: 4px solid #00BAFF;
}
.locale-picker img {
  width: 35px;
  height: 20px;
}
.locale-picker .btn {
  background-color: transparent;
  border: none;
  padding: 0;
  vertical-align: baseline;
  box-shadow: none !important;
}
.locale-picker .dropdown-menu {
  background: #05192d;
  color: white;
  right: 0;
  left: auto;
}
.locale-picker .dropdown-menu a {
  color: white;
}
.locale-picker .dropdown-menu a:hover {
  color: black;
}
.nav-link {
  position: relative;
}
.sub-arrow {
  position: absolute;
  display: block;
  top: 7.5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.sub-arrow:before {
  content: "+";
}
.brand-tab {
  background: #f8f8f8;
  text-align: center;
}
.brand-tab a {
  padding: 15px;
  display: block;
}
.highlighted .sub-arrow::before {
  content: "-";
}
.side-category .nav-link {
  line-height: 26px;
  font-size: 14px;
}
.cat-sidebar .sub-arrow {
  right: 0;
  height: 100%;
  top: 0;
  line-height: 24px;
}
.cat-sidebar .nav-link {
  padding: 0;
  margin-bottom: 5px;
}
.cat-sidebar .nav-item.active > a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: "";
  color: green;
}
.product-detail .product-name {
  font-size: 24px;
  margin: 0;
  color: #222;
  font-weight: 500;
}
.product-detail .product-caption {
  font-size: 18px;
  margin: 0;
  margin-bottom: 15px;
  font-weight: bold;
}
.product-detail .price-box {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed gainsboro;
}
.product-detail .product-price {
  color: #222;
  font-weight: 500;
  margin: 0;
  font-size: 24px;
}
.product-detail .product-price-prepare {
  opacity: 0.7;
  text-decoration: line-through;
  color: #ccc;
}
.product-detail .product-description {
  border-bottom: 10px solid #f2f2f2;
  padding-bottom: 20px;
}
.product-detail .product-description * {
  font-size: 14px !important;
  max-width: 100%;
}
.qty-input {
  flex: 1 1 auto;
  width: 1%;
  max-width: 100px;
  overflow: hidden;
}
.qty-input [type=number] {
  width: 160px;
  margin-left: -25px;
  text-align: center;
}
.blog-item .card-img-top {
  border-radius: 0;
}
.blog-item .blog-title {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.blog-item .blog-title .post-name {
  color: #0bbbf0;
}
.blog-item .blog-caption {
  margin: 0;
  position: relative;
  height: 70px;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-item .card-footer {
  font-size: 14px;
}
.blog-body img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}
.footer-menu a {
  font-weight: lighter;
  font-size: 14px;
}
footer {
  color: white;
  background-color: #05112d;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 14px;
}
footer .badge {
  font-size: 16px;
  border: 1px solid #947211;
  border-radius: 0;
  margin-bottom: 5px;
  font-weight: 400;
  color: #BC8306;
}
footer .list-group-item {
  border: none;
  background: none;
  padding: 0;
}
footer a, footer a:hover {
  color: #BC8306;
}
footer .social {
  width: 25px;
  height: auto;
}
footer .nav-credit {
  color: white;
  text-align: center;
  padding: 10px;
  font-weight: lighter;
}
footer .fa-line {
  color: #00c200;
}
footer .fa-facebook-square {
  color: #4267b2;
}
.pagination {
  justify-content: flex-end !important;
  flex-wrap: wrap;
}
.pagination > li {
  padding: 5px 10px;
  border: 1px solid #eeeeee;
  margin-left: 10px;
  margin-top: 10px;
  background-color: white;
  min-width: 32px;
  text-align: center;
}
.pagination > li.active {
  background-color: #222;
  color: white;
}
.pagination > li:last-child {
  margin-right: 0;
}
.cat-sidebar .dropdown-menu {
  padding-left: 15px;
  border: none;
}
.product-item {
  text-transform: uppercase;
  position: relative;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px -5px;
  border-radius: 10px;
}
.product-item a, .product-item a:hover {
  color: black;
}
.product-item .img-box {
  position: relative;
  transition: all 0.3s;
}
.product-item .img-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.product-item .img-box .out-of-stock {
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  left: 0;
  color: white;
  right: 0;
}
.product-item .cart-btn-container {
  position: absolute;
  bottom: 10px;
  right: 10px;
  transform: scale(0.7);
}
.product-item:hover .img-box {
  transform: scale(1.1);
}
.product-item:hover .img-box:before {
  opacity: 0.8;
}
.product-item:hover .img-box .cart-btn-container {
  transform: scale(1);
  pointer-events: auto;
}
.product-item .add-to-cart {
  background: transparent;
  border: none;
  font-size: 14px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  height: 100px;
  width: 40px;
  padding-top: 40px;
  margin-top: -40px;
  padding-bottom: 20px;
  margin-bottom: -20px;
  position: relative;
}
.product-item .add-to-cart:hover > .fa-plus {
  top: 40px;
  opacity: 1;
}
.product-item .add-to-cart:hover > .fa-cart-shopping {
  top: 80px;
  opacity: 0;
}
.product-item .add-to-cart > .far, .product-item .add-to-cart > .fa-solid {
  background-color: #f2f2f2;
  border-radius: 50px;
  padding: 5px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background-color: #008dff;
  color: white;
  height: 40px;
  width: 40px;
  padding: 0;
  line-height: 40px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.product-item .add-to-cart > .fa-plus {
  opacity: 0;
  top: 0px;
}
.product-item .add-to-cart > .fa-cart-shopping {
  opacity: 1;
  top: 40px;
}
.product-item .product-image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.product-item .product-text, .product-item .product-name, .product-item .product-caption {
  height: 36px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 4px;
  font-size: 14px;
  white-space: pre-wrap;
  word-break: break-word;
}
.product-item .product-model {
  font-size: 14px;
  margin-bottom: 4px;
}
.product-item .product-name {
  font-weight: 500;
  margin-bottom: 15px;
}
.product-item .product-caption {
  font-size: 12px;
}
.product-item .product-price {
  color: black;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}
.product-item .product-price-prepare {
  text-decoration: line-through;
  opacity: 0.5;
  margin: 0;
  font-size: 12px;
}
.categoryFilter .list-group-item {
  border: none;
  padding: 0;
}
.trait-label {
  color: #222;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  display: block;
}
.trait-label:not(:first-child) {
  border-top: 1px solid gainsboro;
}
.trait-label img {
  display: inline-block;
  width: 30px;
  padding-right: 5px;
}
.trait-label + *:not(.trait-label) {
  padding-left: 30px;
  margin-bottom: 20px;
}
.price-form input {
  border-radius: 10px !important;
}
.price-form span {
  background: transparent;
  border: none;
}
.product-heading {
  background-color: #e6e6e6;
  margin-top: 15px;
  margin-bottom: 0;
}
.product-heading .product-heading-text {
  padding: 15px;
  padding-right: 45px;
  padding-left: 45px;
  font-size: 20px;
  display: inline-flex;
  background-color: #008DFF;
  color: white;
  min-width: 150px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.product-heading .product-heading-text:before, .product-heading .product-heading-text:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 30px;
  top: 0;
  width: 0;
  height: 0;
}
.product-heading .product-heading-text:before {
  left: 0;
  border-top: 37px solid #e6e6e6;
  border-bottom: 60px solid #e6e6e6;
  border-left: 30px solid #008dff;
  transform: rotate(180deg);
}
.product-heading .product-heading-text:after {
  right: 0;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 35px solid transparent;
  border-right: 30px solid #e6e6e6;
}
.cart-list .fa-basket-shopping {
  font-size: 20px;
  height: 28px;
}
.cart-list .badge {
  font-size: 11px;
  padding: 2px 5px;
  position: absolute;
  left: -10px;
  font-weight: lighter;
}
.cart-list .dropdown-menu {
  min-width: 300px;
  padding-left: 0;
  background-color: #05172d;
}
.cart-list .cart-detail > ul > li:last-child a {
  color: #222;
}
.cart-list .list-group {
  border-radius: 0;
}
.cart-list .cart-image {
  padding-top: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  flex: 0 0 50px;
}
.cart-list .cart-item {
  display: flex;
  flex-direction: row;
}
.cart-list .cart-info {
  width: 100%;
  margin-left: 5px;
}
.cart-info .product-name {
  height: 36px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 4px;
  font-size: 14px;
  white-space: pre-wrap;
  word-break: break-word;
  margin: 0;
  font-weight: bold;
}
.cart-info .cart-qty {
  font-size: 14px;
  margin: 0;
}
.cart-info .cart-qty .badge {
  font-weight: bold;
  background-color: #222;
  vertical-align: middle;
  position: static;
}
.cart-info .cart-qty .x-symbol {
  font-size: 6px;
  font-weight: bold;
}
@media (min-width: 768px) {
  header .dropdown-menu {
    padding-left: 0;
  }
  .sub-arrow {
    border: none;
  }
  .sub-arrow:before {
    content: "";
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: none;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    overflow: hidden;
    transition: all 0.3s;
  }
  .highlighted .sub-arrow::before {
    transform: rotate(90deg);
  }
  .cat-sidebar .nav-link {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  header .menu-section {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
  }
  header .menu-bar {
    display: none;
  }
}
