/** Bootstrap and Frame modified styles **/
.btn:not(:disabled):hover [class*=kt-icon].darker-on-hover,
a:hover [class*=kt-icon].darker-on-hover {
  filter: none;
}

label.required:after {
  content: "\002A";
  color: var(--danger);
  display: none;
  vertical-align: top;
  line-height: 1.15;
  margin-left: 0.25rem;
}

.btn-block.d-none+.btn-block {
  margin-top: 0rem;
}

.badge {
  padding: 0.5em 0.75em;
  font-size: 85%;
}

.badge.badge-sm {
  padding: 0.25em 0.5em;
  font-size: 75%;
  font-weight: 400;
}

.btn.rounded-pill:focus {
  box-shadow: none;
}

.table th,
.table td {
  cursor: default;
}

.breadcrumb-item::before {
  content: unset !important;
}

.breadcrumb-item:not(:last-child)::after {
  content: "/";
  margin: 0 .5rem;
  color: var(--gray-500)
}

.modal.left .modal-dialog {
  width: 300px
}

.modal.fade.left .modal-dialog {
  transform: translate(-300px, 0)
}

.modal.left.show .modal-dialog {
  transform: none !important
}

.custom-select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23aaa' d='M12 5.83L15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z'/%3E%3C/svg%3E");
  background-position: right .375rem center;
  background-size: 1.275rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

/* additional colors & backgrounds */
html, body {
  font-size: 14px
}

img {
  max-width: 100%
}

body.loading [onclick] {
  pointer-events: none
}

span[class*=col-], span.col {
  display: block
}

svg {
  box-sizing: content-box
}

svg:focus, svg>*:focus {
  outline: none
}

.col-xxl-only {
  max-width: calc(190px + 1.5rem)
}

@media (min-width: 1200px) {
  .col-aside {
    flex: 0 0 18.5rem;
    max-width: 18.5rem
  }
}

.border-bottom-dashed-style {
  border-bottom-style: dashed !important
}

.border-bottom-dotted-style {
  border-bottom-style: dotted !important
}

.t-0 {top: 0;}
.r-0 {right: 0;}
.b-0 {bottom: 0;}
.l-0 {left: 0;}
.t-50,.t-50p {top: 50%;}
.r-50,.r-50p {right: 50%;}
.b-50,.b-50p {bottom: 50%;}
.l-50,.l-50p {left: 50%;}
.t-100 {top: 100%;}
.r-100 {right: 100%;}
.b-100 {bottom: 100%;}
.l-100 {left: 100%;}

.z-index-2 {z-index: 2;}
.z-index-5 {z-index: 5;}
.z-index-10 {z-index: 10;}
.z-index-20 {z-index: 20;}
.z-index-30 {z-index: 30;}
.z-index-40 {z-index: 40;}
.z-index-50 {z-index: 50;}
.z-index-60 {z-index: 60;}
.z-index-70 {z-index: 70;}
.z-index-80 {z-index: 80;}
.z-index-90 {z-index: 90;}
.z-index-100 {z-index: 100;}
.z-index-max {z-index: 9999;}

.rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.cursor-pointer {
  cursor: pointer
}

/* icons */
[class*=kt-icon] {
  fill: currentColor;
  transition: filter .15s ease-in-out;
}

[class*=kt-icon] svg {
  display: block;
}

.kt-icon-10 {
  width: 10px;
  height: 10px;
}

.kt-icon-12 {
  width: 12px;
  height: 12px;
}

.kt-icon-14 {
  width: 14px;
  height: 14px;
}

.kt-icon-16 {
  width: 16px;
  height: 16px;
}

.kt-icon-18 {
  width: 18px;
  height: 18px;
}

.kt-icon-20 {
  width: 20px;
  height: 20px;
}

.kt-icon-22 {
  width: 22px;
  height: 22px;
}

.kt-icon-24 {
  width: 24px;
  height: 24px;
}

.kt-icon-26 {
  width: 26px;
  height: 26px;
}

.kt-icon-28 {
  width: 28px;
  height: 28px;
}

.kt-icon-30 {
  width: 30px;
  height: 30px;
}

.kt-icon-32 {
  width: 32px;
  height: 32px;
}

.kt-icon-34 {
  width: 34px;
  height: 34px;
}

.kt-icon-36 {
  width: 36px;
  height: 36px;
}

.kt-icon-38 {
  width: 38px;
  height: 38px;
}

.kt-icon-40 {
  width: 40px;
  height: 40px;
}

.kt-icon-50 {
  width: 50px;
  height: 50px;
}

.kt-icon-60 {
  width: 60px;
  height: 60px;
}

.kt-icon-75 {
  width: 75px;
  height: 75px;
}

.kt-icon-100 {
  width: 100px;
  height: 100px;
}

.btn:not(:disabled):hover [class*=kt-icon].darker-on-hover, a:hover [class*=kt-icon].darker-on-hover {
  filter: brightness(75%)
}

.btn-cart-add, .btn-cart-add [class*=kt-icon] {
  transition: none !important
}

.btn-cart-add.btn-danger [class*=kt-icon],
.dropdown-toggle.btn-primary [class*=kt-icon],
.dropdown-item:active [class*=kt-icon] {
  color: var(--white) !important;
  filter: none !important;
  transition: none !important
}

.rating-selection label.active, .rating-selection label.hover {
  color: var(--warning) !important
}

.rating-selection label.active.hover {
  filter: brightness(95%)
}

.btn .loading-icon, .btn.loading .static-icon {
  display: none
}

.btn .static-icon, .btn.loading .loading-icon {
  display: block
}

.collapsed>.toggle-hidden, .toggle-shown {
  display: inherit
}

.collapsed>.toggle-shown, .toggle-hidden {
  display: none
}

.copyright:hover svg {
  fill: var(--danger) !important
}

/* custom styles */
[class*=line-clamp-] {
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.line-clamp-1 {
  -webkit-line-clamp: 1
}

.line-clamp-2 {
  -webkit-line-clamp: 2
}

.line-clamp-3 {
  -webkit-line-clamp: 3
}

.required>label:after {
  content: "\00A0\002A";
  color: var(--danger)
}

.has-error .option-error {
  background: rgba(255, 0, 0, .025)
}

.kt-backdrop {
  height: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s linear;
  z-index: 9998;
  transition: opacity .15s linear
}

.nav-pills-light .nav-link.active {
  color: var(--dark);
  background-color: var(--light)
}

/* owl-carousel navigation */
.btn-dot {
  height: .6rem;
  width: .6rem;
  margin: .3rem;
  opacity: .2;
  transition: all ease 0.25s;
}

.btn-dot:hover {
  opacity: .5
}

.btn-dot.active {
  transform: scale(1.5);
  opacity: 1
}

/* fix if the owl-carousel styles were not loaded beforehand */
.owl-carousel {
  display: none
}

.owl-height {
  transition: none !important
}

@media (max-width: 991px) {
  #ktHeaderLinks {
    overflow-x: auto
  }

  #ktHeaderLinks::-webkit-scrollbar {
    height: 0
  }

  #ktHeaderLinks>ul {
    white-space: nowrap
  }

  #ktHeaderLinks a {
    border-bottom: none !important
  }
}

/* category menu */
#ktMenu.show .btn {
  border-bottom-right-radius: 0;
  border-bottom-lekt-radius: 0
}

#ktMenu .category-menu-list {
  border-radius: 0;
  transform: none !important;
  top: 100% !important
}

#ktMenu .category-menu-item {
  border-color: var(--gray-150) !important
}

#ktMenu .category-menu-list>.category-menu-item:first-child {
  border-top-color: transparent !important
}

#ktMenu .mobile-link-holder {
  height: 3rem;
  margin-top: -3rem
}

html:not(.mobile) #ktMenu .mobile-link-holder {
  display: none !important
}

#ktMenu [class*=list-level-].collapse {
  display: none
}

#ktMenu [class*=list-level-],
#ktMenu [class*=list-level-].show {
  display: block
}

#ktMenu .menu-icon-holder>img {
  margin: -2px 0
}

#ktMenu .item-level-1.hover .link-level-1 .has-hover,
#ktMenu .item-level-2:hover .link-level-2 .has-hover,
#ktMenu .hover-icon {
  display: none
}

#ktMenu .item-level-1.hover .link-level-1 .hover-icon,
#ktMenu .item-level-2:hover .link-level-2 .hover-icon,
#ktMenu .has-hover {
  display: block
}

@media (max-width: 991px) {
  #ktMenu .category-menu-item a:active,
  #ktMenu .child-list-toggle:active {
    background: var(--light)
  }

  #ktMenu .list-level-2 {
    border: none !important;
    box-shadow: none !important;
  }
}

@media (min-width: 992px) {
  #ktMenu .category-menu-item .link-level-1 {
    transition: none !important
  }

  #ktMenu .item-level-1.hover .link-level-1.has-child:after {
    content: url("data:image/svg+xml,%3Csvg fill='%23868e96' width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
    background-image: linear-gradient(to right, var(--light) 0%, var(--white) 100%);
    display: block;
    position: absolute;
    top: 0;
    right: 1px;
    height: 100%;
    width: calc(2rem + 2px);
    padding-top: calc((1.5rem - 24px) / 2 + .6rem);
    z-index: 1009;
  }

  #ktMenu .list-level-2 {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-height: calc(100% + .5rem);
    z-index: 1008
  }

  #ktMenu .category-menu-item.hover .list-level-2 {
    display: flex;
    flex-direction: column
  }

  #ktMenu .link-level-2 {
    font-weight: 600
  }

  #ktMenu .list-level-2.cols-1 {
    width: calc(100% + .5rem)
  }

  #ktMenu .list-level-2.cols-2 {
    width: calc((var(--breakpoint-lg) - var(--breakpoint-lg)/4 - 60px) * 2/3)
  }

  #ktMenu .list-level-2.cols-3 {
    width: calc(var(--breakpoint-lg) - var(--breakpoint-lg)/4 - 60px)
  }

  #ktMenu .list-level-2.cols-1 .row-cols-1>.col:nth-child(1)>.category-menu-item,
  #ktMenu .list-level-2.cols-2 .row-cols-1>.col:nth-child(-n+2)>.category-menu-item,
  #ktMenu .list-level-2.cols-3 .row-cols-1>.col:nth-child(-n+3)>.category-menu-item {
    border-top-color: transparent !important
  }

  #ktMenu .list-level-3.collapse {
    display: block
  }

  #ktMenu .list-level-3 .category-menu-item {
    border: none !important
  }

  #ktMenu .list-level-3 .category-menu-item:last-child {
    margin-bottom: 1rem
  }

  #ktMenu.d-show .btn {
    border-bottom-right-radius: 0;
    border-bottom-lekt-radius: 0
  }

  #ktMenu .row.no-gutters.py-1:not(.py-lg-0) {
    padding-top: .1rem !important;
    padding-bottom: .1rem !important
  }

  .mobile #ktMenu .link-all {
    display: block !important
  }

  .category-menu-open #ktMenu+.menu-backdrop {
    visibility: visible;
    opacity: .5;
    height: 100%;
    width: 100%
  }

  .category-menu-open #ktMenu {
    z-index: 9999
  }
}

@media (min-width: 1200px) {
  #ktMenu .list-level-2.cols-1 {
    width: calc(100% + .5rem)
  }

  #ktMenu .list-level-2.cols-2 {
    width: calc((var(--breakpoint-xl) - var(--breakpoint-xl)*.23 - 100px) * 2/3)
  }

  #ktMenu .list-level-2.cols-3 {
    width: calc(var(--breakpoint-xl) - var(--breakpoint-xl)*.23 - 100px)
  }
}

/* search */
#ktSearch input[type="search"]::-webkit-search-cancel-button {
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath fill='%23aaa' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E") center no-repeat;
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  right: 0;
  padding: 0.25rem;
  border-radius: 50%;
  opacity: 0.75;
  cursor: pointer;
}

#ktSearch .select-text {
  max-width: 7rem
}

.live-search-open #ktSearch {
  z-index: 9999
}

.live-search-open #ktSearch .form-control:focus {
  box-shadow: none
}

.live-search-open #ktSearch+.search-backdrop {
  visibility: visible;
  opacity: .5;
  height: 100%;
  width: 100%
}

.live-search-open #ktSearch .livesearch {
  display: block !important
}

/* cart */
#kt_cart .loading-icon,
#kt_cart.loading .static-icon {
  display: none
}

#kt_cart .static-icon,
#kt_cart.loading .loading-icon {
  display: block
}

#kt_cart .input-quantity {
  width: 2.7rem
}

#kt_cart.loading .cart-mask {
  display: block !important;
  opacity: .3;
  z-index: 3
}

@media (min-width: 992px) {
  #kt_cart_total {
    margin: -.35rem 0
  }

  #kt_cart_total>span.loading-wrapper {
    display: block;
    margin: .35rem 0
  }

  #kt_cart_total>span:not(.loading-wrapper) {
    display: block;
    line-height: 1.25;
    font-size: .875rem
  }
}

/* products modules */
.products-carousel .owl-item.active+.active {
  border-left: 1px solid var(--gray-150)
}

@media (min-width: 992px) {
  .column-left .products-wall [class*=row-cols]>.col, .column-right .products-wall [class*=row-cols]>.col {
    flex: 0 0 100%;
    min-width: 100%
  }
}

/* news modules */
.article-item .article-name {
  min-height: 4rem
}

@media (min-width: 992px) {
  .column-left .news-wall [class*=row-cols]>.col, .column-right .news-wall [class*=row-cols]>.col {
    flex: 0 0 100%;
    min-width: 100%
  }
}

/* products list view styles */
.list .product-image {
  text-align: left !important
}

.list .product-text {
  display: block !important
}

.list .product-item>.flex-column {
  flex-direction: row !important
}

@media (max-width: 575px) {
  .list .product-item>.flex-column {
    padding: .5rem !important;
    flex-wrap: wrap !important
  }

  .list .product-image {
    flex: 0 0 40%;
    min-width: 40%
  }

  .list .product-description {
    flex: 0 0 60%;
    min-width: 60%
  }

  .list .product-controls {
    flex: 0 0 100%;
    min-width: 100%
  }
}

@media (min-width: 576px) {
  .list .product-image {
    flex: 0 0 18%;
    min-width: 18%;
    padding: 1rem !important
  }

  .list .product-name {
    margin-top: .5rem !important
  }

  .list .product-name a {
    font-weight: 600 !important
  }

  .list .product-controls {
    display: flex;
    flex-direction: column !important;
    flex: 0 0 15rem;
    min-width: 15rem;
    padding: 1rem;
    border-left: 1px solid var(--gray-150);
    margin-left: auto
  }

  .list .product-controls .btn-group {
    display: flex !important;
    margin-top: auto !important
  }
}

/* footer map styles */
#kt_fmap .code-container>* {
  width: 100% !important;
  height: 100% !important
}

/* footer styles */
.category-menu-open #footer-fixed-buttons,
.live-search-open #footer-fixed-buttons,
.modal-open #footer-fixed-buttons,
.psw-open #footer-fixed-buttons {
  z-index: 1040 !important
}

/* product page */
#product-gallery .owl-carousel .animated {
  -webkit-animation-duration: .25s !important;
  animation-duration: .25s !important;
}

.option-image:checked+label {
  border-color: var(--primary) !important;
  border-width: 2px !important;
  margin: -1px !important
}

@media (min-width: 992px) {
  .nav-tabs .flex-fill {
    flex: none !important
  }
}
