﻿html {
  margin-top: 0 !important;
}

.herovideo {
  position: relative;
  height: 600px;
}

@media screen and (max-width: 575px) {
    .herovideo {
        height: 250px;
    }
}

.herovideo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.herovideo .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.herovideo .content .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.herovideo .content h1 {
  color: #fff;
  margin-bottom: 20px;
}
.herovideo .content p {
  color: #fff;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail a img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.product-thumb img {
    width: 266px;
    aspect-ratio: 1/1;
    object-fit: cover;
    
}

.cart_totals h2 {
  margin-bottom: 20px;
}

#loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* Make sure it stays on top of other elements */
}

.loader {
  border: 6px solid #f3f3f3;
  /* Light grey */
  border-top: 6px solid #007abf;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.star-rating-wrap {
  white-space: nowrap;
}

.star-rating-wrap [type=radio] {
  appearance: none;
}

.star-rating-wrap i {
  font-size: 1.2em;
  transition: 0.3s;
}

.star-rating-wrap label:is(:hover, :has(~ :hover)) i {
  transform: scale(1.35);
  color: #fffdba;
  animation: jump 0.5s calc(0.3s + (var(--i) - 1) * 0.15s) alternate infinite;
}

.star-rating-wrap label:has(~ :checked) i {
  color: #faec1b;
  text-shadow: 0 0 2px #ffffff, 0 0 10px #ffee58;
}

@keyframes jump {
  0%, 50% {
    transform: translatey(0) scale(1.35);
  }
  100% {
    transform: translatey(-15%) scale(1.35);
  }
}
.bg-light-danger {
  background-color: rgba(220, 53, 69, 0.44) !important;
  border: 1px solid #dc3545;
  color: #dc3545;
}

.bg-light-success {
  background-color: rgba(25, 135, 84, 0.34) !important;
  border: 1px solid #198754;
  color: #198754;
}

.input-text {
  border: 1px solid #d4d4d4;
  padding: 10px;
  border-radius: 5px;
}

.contact-message label {
  width: 100%;
}

.category figure a {
  text-align: center;
}
.category figure a img {
  width: 50%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  margin: auto;
}
.category figure a img.sec-img {
  right: 0;
}

#wpadminbar {
  display: none;
}

.banner-statistics .banner-item .banner-thumb a img {
  height: 280px;
  object-fit: cover;
  object-position: bottom;
}
@media screen and (max-width: 575px) {
  .banner-statistics .banner-item .banner-thumb a .dynamic {
    height: 280px;
    object-fit: cover;
    object-position: bottom;
  }
}

iframe.skiptranslate {
  display: none;
}

div.skiptranslate {
  display: none;
}

.notranslate {
  translate: no !important; /* Modern browsers */
}

li.has-dropdown .dropdown {
  width: 700px !important;
}
li.has-dropdown .dropdown li {
  max-width: 30% !important;
}
li.has-dropdown .dropdown li a {
  text-transform: capitalize;
}

.logo img, .mobile-logo img {
  height: 80px;
}

.single-choose-item i {
  opacity: 0.5;
  color: #007abf;
}

.footer-widget-body ul li a {
  text-transform: lowercase;
}

.welcome-message p {
  color: #fff;
}

.header-top {
  background-color: #007abf;
}/*# sourceMappingURL=custom.css.map */
/* GS Micro Tech brand */
.gs-brand{display:inline-flex;align-items:center;gap:.38em;color:#102a43;font-size:24px;font-weight:600;letter-spacing:-.03em;white-space:nowrap}.gs-brand strong{display:inline-grid;place-items:center;background:#006ee6;color:#fff;border-radius:8px;padding:.2em .35em;font-weight:800;letter-spacing:-.06em}.gs-brand--light{color:#fff}.gs-brand--light strong{background:#fff;color:#006ee6}.logo a,.mobile-logo a,.footer-widget-logo a{text-decoration:none}.footer-wrapper{background:linear-gradient(135deg,#071b33,#063d73)!important}


.gs-brand-logo{display:block;width:auto;max-width:100%;height:68px;object-fit:contain}.mobile-logo .gs-brand-logo{height:52px;max-width:190px}.gs-brand-logo--footer{height:auto;width:230px;max-width:100%;filter:drop-shadow(0 2px 8px rgba(0,0,0,.25))}@media(max-width:1199px){.gs-brand-logo{height:56px}}

