header .header-search-form input[type=search] {
  border-radius: 5px 0 0 5px;
  border: 1px solid rgba(95, 95, 95, 0.1411764706);
  box-shadow: none;
}
header .header-search-form button[type=submit] {
  border-radius: 0 5px 5px 0;
}
header ul.header-nav li.menu-item.menu-item-has-block .col {
  padding-bottom: 0px;
}
header ul.header-nav li.menu-item.menu-item-has-block .sub-menu .ux-menu .ux-menu-title {
  font-size: 16px;
  color: #28487c;
  line-height: 1;
  min-height: unset;
  padding-bottom: 8px;
  border-bottom: 1px solid #F1F1F1;
}
header ul.header-nav li.menu-item.menu-item-has-block .sub-menu .ux-menu .ux-menu-link {
  font-size: 14px;
  color: #000;
}
header ul.header-nav li.menu-item.menu-item-has-block .sub-menu .ux-menu .ux-menu-link a.ux-menu-link__link {
  border-bottom: none;
}
header .widget_shopping_cart {
  width: 400px;
}
header .widget_shopping_cart ul.woocommerce-mini-cart li.woocommerce-mini-cart-item a {
  font-size: 14px;
  color: #28487c;
  font-weight: bold;
}
header .widget_shopping_cart ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation {
  margin-bottom: 0px;
}
header .widget_shopping_cart a.button {
  border-radius: 5px;
}

footer .ft-heading {
  margin-bottom: 15px;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  padding: 15px 0;
  line-height: 1;
  text-transform: uppercase;
}
footer .ft-map {
  overflow: hidden;
}
footer .ft-map iframe {
  margin: 0;
  position: relative;
}

.box.product-small {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.3294117647);
}
.box.product-small .box-text {
  padding: 10px;
  font-size: 80%;
}
@media screen and (max-width: 576px) {
  .box.product-small .box-text {
    font-size: 70%;
  }
}
.box.product-small .box-text .kk-star-ratings {
  margin-bottom: 5px;
  background: linear-gradient(180deg, #28487c, #142e59);
  padding: 4px 10px;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
}
.box.product-small .box-text .title-wrapper {
  margin-bottom: 5px;
}
.box.product-small .box-text .title-wrapper .product-title a {
  font-size: 110%;
  color: #262b38;
  font-weight: bold;
  text-transform: uppercase;
}
.box.product-small .box-text .price-wrapper .price {
  font-size: 120%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 576px) {
  .box.product-small .box-text .price-wrapper .price {
    gap: 0;
    justify-content: space-between;
  }
}
.box.product-small .box-text .price-wrapper .price del, .box.product-small .box-text .price-wrapper .price del .amount {
  font-size: 90%;
  color: #909195;
  opacity: 1;
  order: 2;
}
.box.product-small .box-text .price-wrapper .price ins, .box.product-small .box-text .price-wrapper .price ins .amount {
  order: 1;
  color: #da2a29;
}
.box.product-small .box-text .price-wrapper .price .amount {
  color: #da2a29;
}
.box.product-small .box-text .sale-line {
  display: none;
}
.box.product-small .box-text .size-total {
  display: block;
  width: fit-content;
  line-height: 1;
  padding: 4px 10px;
  background: #ee4a06;
  color: #FFF;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.box.product-small .box-text .sale-line {
  background: rgba(207, 6, 22, 0.1);
  border-radius: 100px;
  height: 9px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
.box.product-small .box-text .sale-line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #ff0014 1.51%, #f6a733);
  border-radius: 100px;
  width: 80%;
  height: 100%;
}
.box.product-small .box-text .total-sale {
  color: #333;
}
.box.product-small .box-text .total-sale span.icon {
  animation-name: blind;
  animation-duration: 1s;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
}
.box.product-small .box-text .total-sale span {
  color: #ee4a06;
  font-weight: bold;
}

@keyframes blind {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@media screen and (max-width: 576px) {
  .row.mobile-swiper, .mobile-swiper {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }
  .row.mobile-swiper > .col, .mobile-swiper > .col {
    width: 75%;
    flex-basis: 75%;
    min-width: 75%;
    scroll-snap-align: start;
    white-space: nowrap;
  }
  .row.mobile-swiper > .col .text, .mobile-swiper > .col .text {
    white-space: wrap;
  }
  .row.mobile-swiper > .col .icon-box, .mobile-swiper > .col .icon-box {
    border: 1px solid #F1F1F1;
    border-radius: 10px;
  }
  .row.mobile-swiper > .col .box, .mobile-swiper > .col .box {
    white-space: normal;
  }
}
.pum .pum-container {
  background: linear-gradient(0deg, #0c1e3c, #0055de);
}
.pum .pum-container p {
  margin-bottom: 0;
}
.pum .pum-container img {
  margin: 10px 0 !important;
}
.pum .pum-container h1, .pum .pum-container h2, .pum .pum-container h3, .pum .pum-container h4, .pum .pum-container h5, .pum .pum-container h6, .pum .pum-container p, .pum .pum-container strong, .pum .pum-container span, .pum .pum-container label {
  color: #FFF;
}
.pum .pum-container form {
  position: relative;
}
.pum .pum-container form .wpcf7-not-valid-tip {
  color: #F00;
  font-size: 90%;
}
.pum .pum-container form input.wpcf7-form-control {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  margin-bottom: 5px;
  box-shadow: none;
}
.pum .pum-container form input.wpcf7-form-control.wpcf7-text {
  background: rgba(255, 255, 255, 0.1294117647);
  color: #FFF;
}
.pum .pum-container form input.wpcf7-form-control::placeholder {
  color: #CCC;
}
.pum .pum-container form .wpcf7-submit {
  margin-top: 15px;
  display: block;
  width: 100%;
}
.pum .pum-container form .wpcf7-response-output {
  margin: 0;
  color: #FFF;
  background: transparent;
  border-radius: 5px;
  margin-top: 15px;
}
.pum .pum-container form .wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pum .pum-container form.sent .wpcf7-response-output {
  border-color: #30d38a;
  background: #30d38a;
  color: #000;
}
.pum .pum-container form.invalid .wpcf7-response-output {
  border-color: #ffe8aa;
  background: #ffe8aa;
  color: #000;
}

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