@import url('https://fonts.googleapis.com/css2?family=Cantora+One&display=swap');
main {
    display: block;
    margin-top: 140px;
}
.fancybox__container {
    z-index: 99999999 !important; 
}
.woocomers-custom {
    padding-top: 40px;
}

.woocomers-custom main {
    margin: 0;
}
	
.navbar{
    padding: 0;
}
.navbar-dark{
background-color: #000;
background: #000;
}
 
  .btn-outline-light {
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.9rem;
  }
  .nav-link.active {
    border-bottom: 2px solid white;
  }
  ul.mega-sub-menu li.mega-menu-item,
  .nav-item{
    
    padding: 8px 0 !important;
  }
  
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li {
    margin: 0;
    padding: 0 !important;
}
  .nav-item:hover .dropdown-menu{
    opacity: 1;
    display: block;
  }
  .nav-link {
    color: #ccc !important;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    /* letter-spacing: 0.69px; */
    text-align: center;
    vertical-align: middle;
    padding: 6px 30px !important;
    display: inline-block;
    margin: 0;
  }
  .nav-link:hover {
    color: #fff !important;
  }
  .cart-icon {
    font-size: 1.2rem;
    color: #fff  !important;
        position: relative;
  }
  .cart-icon:hover{
    color: #E37F2E !important;
  }
  
.cart-icon span.cart-count {
    position: absolute;
    top: -4px;
    font-size: 10px;
    width: 16px;
    height: 16px;
    background: red;
    text-align: center;
    line-height: 1;
    padding: 3px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    right: -5px;
    align-items: center;
    justify-content: center;
}
  .navbar .btn {
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.39);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #fff;
    min-width: inherit;
    height: inherit;
    display: inherit;
}
.navbar .btn:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;

}
nav.navbar{
    top: 0;
}
nav.navbar.scrolled .btn {
    padding: 10px;
    font-size: 12px;
}
nav.navbar.scrolled .navbar-brand img {
    width: 120px;
}
.navbar-brand img {
    width: 253px;
    /* height: 56px; */
    transition: all .5s ease-in-out;
}
.contact-bar {
    width: 100%;
    display: flex;
    padding: 12px;
    border-bottom: 1px solid #fff;
}


.logo-icon img {
    transition: all .5s ease-in-out;
}
nav.navbar.scrolled .logo-icon img {
    width: 30px;
    transition: all .5s ease-in-out;
}





.swiper {
  width: 100%;
}
.hero-section .swiper{
height:100vh;
}
.swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}
.overlay-content {
  position: absolute;
  bottom: 25px;
  right: 0px;
  color: white;
/*  width: 100%;*/
  z-index: 99;
}
.overlay-content h2 {
  font-weight: 600;
  font-size: 38px;
  line-height: 1.1;
  text-align: right;
  vertical-align: middle;
  margin-bottom: 18px;
  max-width: 100%;
  color: #fff;
  margin-left: auto;
}
.overlay-content .subtitle {
  font-style: normal;
  font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
  text-align: left;
  color: #fff;
  margin-bottom: 0px;
  max-width: 100%;
/*  margin-left: auto;*/
}
.overlay-content .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  text-align: right;
  color: #fff;
  margin-bottom: 24px;
  max-width: 100%;
  margin-left: auto;
}

.overlay-content .btn {
    margin-left: 0;
    margin-right: auto;
}	
.overlay-content .container{
  display: flex;
  flex-direction: column;
}

.swiper-slide .overlay-content {
  transform: rotate(5deg);
  transition: all .5s cubic-bezier(0.56, 0.5, 0.49, 1.42);
  transition-delay: .5s;
  opacity: 0;
}
.service-section .overlay-content h2,
.swiper-slide .overlay-content h2{

  transform: translate(110px, 10px);
  transition: all .5s cubic-bezier(0.56, 0.5, 0.49, 1.42);
  transition-delay: .5s;
  opacity: 0;
}
.service-section .overlay-content p,
.swiper-slide .overlay-content p{

  transform: translate(150px, 30px);
  transition: all .5s cubic-bezier(0.56, 0.5, 0.49, 1.42);
  transition-delay: .7s;
  opacity: 0;
}
.service-section .overlay-content p.description,
.swiper-slide .overlay-content p.description{
  transition-delay: 1s;
    
}
.swiper-slide .overlay-content .btn{

  /* transform: translate(180px, 30px);
  transition: all .5s cubic-bezier(0.56, 0.5, 0.49, 1.42);
  transition-delay: 1.3s;
  opacity: 0; */
}

.service-section .overlay-content,
.service-section .overlay-content .btn,
.service-section .overlay-content p,
.service-section .overlay-content h2,

.swiper-slide-active.swiper-slide .overlay-content,
.swiper-slide-active.swiper-slide .overlay-content .btn,
.swiper-slide-active.swiper-slide .overlay-content p,
.swiper-slide-active.swiper-slide .overlay-content h2
{
  transform: translate(0px, 0px);
  opacity: 1;

}
section.service-section .overlay-content-box {
    height: 100%;
}

section.service-section {
    background: #E37F2E;
    overflow: visible;
        /* margin-bottom: 60px;*/
}

section.service-section .overlay-content {
    
    bottom: 0;
    margin-top: 70px;position: relative;
}





section.about-section{
  position: relative;
}
.about-wraper {
  height: 100vh;
  width: 100%;
  position: relative;
}
.about-wraper .overlap-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.about-wraper .overlay-content h2{
  text-align: left;
  margin-left: 0;
  margin-bottom: 0;
}
.about-wraper .overlay-content p {
  margin-left: 0;
}
.about-wraper .overlay-content .cta .btn {
  margin-right: 30px;
  margin-left: 0px;
}


section.gem-section .section-title p.description {
    line-height: 1.4;
    font-size: 18px;
    max-width: 900px;
}
.product-card {
  margin-bottom: 20px;
  padding: 10px 10px 25px;
  border-radius: 10px;
  box-shadow:0px 0px 21px rgba(0, 0, 0, 0.21)
;
  transition: all .5s ease-in-out;
}


.product-card.v1 {
    margin-bottom: 40px;
    padding: 20px 20px 25px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 40px);
    /* margin: 0; */
}


.product-card ul {
    padding-left: 18px;
}
.product-card.v1 .product-details a {
    padding: 15px 0 0px;
    margin-top: auto;
}

.product-card.v1 .product-details {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-card .product-thumb.full-min {
    margin: -20px -20px 0 -20px;
    border-radius: 10px;
}
.product-card:hover{
  /* padding: 25px 10px;   */
  box-shadow: 11px 11px 21px #00000021;
      background: #fff;
}
.product-card .product-thumb {
  background: linear-gradient(180deg, #121111 3.85%, #696969 96.63%);
  text-align: center;
  border-radius: 15px;
}
.product-card .product-thumb img{
	height:400px;
	    object-fit: contain;
}
.product-card .product-thumb.bg-transparent{
  background-color: transparent !important;
  background: transparent !important;
}

.product-card .product-thumb.bg-transparent img {
    height: 280px;
}
.product-details{
  margin-top: 15px;
  min-height: 140px;
}

.slit-product-details{
  margin-top: 20px;
   
}
.product-details h4{
min-height:70px;
}

.product-details .full-description {
    font-size: 14px;
    line-height: 20px;
        min-height: 80px;
}
.product-card .product-details a{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  margin: 15px 0 0px;
  color: #000000;
  display: block;
}
.product-card .product-details a p {
    margin: 0;
}


img.wifi_mage {
    position: absolute;
    width:30px;
    left: 29px;
    top: 20px;
    z-index: 9;
}

img.chair_mage {
    position: absolute;
    width:55px;
    left: 29px;
    top: 20px;
    z-index: 9;
}

img.wc_image {
    width: 40px;
    left: 24px;
    top: 14px;
    z-index: 9;
}

img.wc_image1 {
    width: 90px;
    left: 24px;
    top: 24px;
    z-index: 9;
}

.service-card .card-body ul {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 0px 16px 0 ;
    
}


.service-card .card-body ul a {
    text-decoration: underline;
}

.service-card .card-body ul a:hover {
    text-decoration: none;
}

.product-card.bg-light {
    box-shadow: inherit;
}

.product-card.bg-light .product-details {
    min-height: 170px;
}
.overlay-content-box {
    display: block;
    margin-left: auto;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: auto;
    background: rgb(0 0 0 / 70%);
        border: 1px solid #fff;
}

section.single-product-section {
  background: #E37F2E;
}
section.single-product-section *:not(.btn){
color: #fff !important;
}
section.single-product-section .overlay-content{
  position: relative;
  bottom: 0;
}


section.single-product-section .overlay-content h2 {
    line-height: 1.5;
    margin-left: 0;
    width: 100%;
    text-align: left;
}
.single-product-section .product-thumb{
  background: transparent;
}

.mission-box {
  background: #000;
  border-radius: 40px;
  padding: 53px;
  color: #fff;
  height: 100%;
}

.mission-box p{
  color: #fff;
}



.footer {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 40px 0 12px;

  margin-top: 60px;
}
.footer p{
  color: #fff;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer ul li{
  margin-bottom: 10px;
}
.footer a:hover {
  text-decoration: underline;
}
.footer hr {
  border-color: #444;
  margin: 20px 0;
}
.footer .logo img{
  width: 200px;
}
.footer .section-title {
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  margin-bottom: 34px;
}
.footer .social-icons a {
  color: #fff;
  margin: 0 5px;
  font-size: 16px;
}
.footer .copy {
  font-size: 12px;
}
.footer .email-link {
  color: #f2b21b;
}

.footer iframe{
  width: 100%;
  height: auto;
  /* aspect-ratio: 16/9; */
}

.footer .copy a{
padding:0  5px;
}

.wp-block-woocommerce-cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    width: 100%;
}

.wc-block-cart-item__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
    position: relative;
}
.wp-block-woocommerce-cart td.wc-block-cart-item__product a.wc-block-components-product-name {
    margin: 0;
}
button.wc-block-cart-item__remove-link {
    position: absolute;
    bottom: -20px;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {

    margin-top: 20px;
}

.is-large.wc-block-cart .wc-block-components-sidebar {
    margin-left: auto;
    background: #eee;
    padding: 20px 20px 20px;
}
footer.entry-footer {
    text-align: right;
}

.is-large .wc-block-checkout__sidebar.is-sticky {
    top: 150px;
}
.woocommerce ul.order_details {
    background: #eee;
    padding: 30px;
    display: flex;
    align-items: center;
        margin-bottom: 90px;
}

.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
    margin-bottom: 90px;
}
section.woocommerce-order-details, section.woocommerce-customer-details {
    max-width: 60%;
}

.woocommerce .woocommerce-order-details thead tr th {
    color: #fff;
}
.woocommerce .woocommerce-order-details table.shop_table {
    border-collapse: collapse;
}
p.woocommerce-customer-details--phone {
    margin-top: 20px;
    margin-bottom: 6px;
}
p.woocommerce-customer-details--phone, p.woocommerce-customer-details--email {
    font-weight: 600;
}


.order-received h1.entry-title {
    text-align: center;
}

.woocommerce-thankyou-order-received {
    background-color: #e9f8ef;
    border-left: 6px solid #28a745;
    color: #155724;
    padding: 50px 24px;
    border-radius: 6px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin: 20px auto;
    position: relative;
    padding-left: 60px;
    text-align: center;
    max-width: 500px;
}
.woocommerce-thankyou-order-received::before {
    content: "✔";
    /* position: absolute; */
    /* left: 12px; */
    /* top: 50%; */
    transform: translateY(-50%);
    font-size: 16px;
    color: #28a745;
    background: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-weight: bold;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    line-height: 35px;
    border: 1px solid #28a745;
}

/* ------------------------------------------ */

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%
  }
  100% {
    top: 100%
  }
}

@-webkit-keyframes snowflakes-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
  }
}

@keyframes snowflakes-fall {
  0% {
    opacity: 1;
    top: -10%
  }
  30%{
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100%
  }
}

@keyframes snowflakes-shake {
  0%,
  100% {
    transform: translateX(0)
  }
  50% {
    transform: translateX(30px)
  }
}

.snowflake {
  position: absolute;
  top: -30%;
  border-radius: 12px;
  padding: 10px;
  background: #fff;
  z-index: 9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running
}
.snowflake img{
  border-radius: 12px;

}

.snowflake:nth-of-type(0) {
  left: 50%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
  left: 55%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
  left: 60%;
  -webkit-animation-delay: 6s, .5s;
  animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
  left: 65%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
  left: 45%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
  left: 90%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s
}

.snowflake:nth-of-type(10) {
  left: 25%;
  -webkit-animation-delay: 2s, 0s;
  animation-delay: 2s, 0s
}

.snowflake:nth-of-type(11) {
  left: 65%;
  -webkit-animation-delay: 4s, 2.5s;
  animation-delay: 4s, 2.5s
}



.inner-banner-section{
  position: relative;
}

.inner-banner-section .banner-content {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  text-align: center;
}
.inner-banner-section .banner-content.top-added{
  bottom: inherit;
  top: 70px;
}

.inner-banner-section .banner-content h1,
.inner-banner-section .banner-content h2,
.inner-banner-section .banner-content h4,
  .inner-banner-section .banner-content p{
    color: #fff;
} 

.inner-banner-section .banner-content h1,
.inner-banner-section .banner-content h2,
  .inner-banner-section .banner-content h4{
    font-family: "Cantora One", sans-serif;
}
section.inner-banner-section.v2{
padding-top: 60px;
    padding-bottom: 20px;
}
section.inner-banner-section.v2 .shop-banner-image {
    min-height: 480px;
    object-fit: contain;
}


.wp-block-woocommerce-empty-cart-block hr.is-style-dots, .wp-block-woocommerce-empty-cart-block hr.is-style-dots + h2.wp-block-heading.has-text-align-center {
    display: none;
}
section.inner-banner-section.v2 ul {
    padding: 0 0 0 20px;
}
.banner-content-v2 {
    color: #fff;
}

.banner-content-v2 .amout {
    font-size: 18px;
    padding: 15px 0;
}
.banner-content-v2 p{
    max-width: 600px;
    color: #fff;
    font-weight: 500;
        font-size: 16px;
}


.testimonial-card {
  border: 1px solid #EC8430;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  text-align: center;
  max-width: 400px;
  margin: 0px auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      height: 100%;
}

.testimonial-logo {
  width: 100px;
  height: 100px;
  margin: -60px auto 10px;
  border-radius: 50%;
  border: 3px solid #EC8430;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-logo img {
  width: 100%;
  height: 100%;
}

.star-rating {
  color: #EC8430;
  font-size: 1.25rem;
  margin: 0.5rem 0;
}


.custom-product-tabs td {
/*    color: #666;*/
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    display: table-cell;
    vertical-align: top;
    padding-bottom: 30px;
}


.custom-product-tabs td img:not(.alignnone) {
     width: 200px;
    min-width: 200px;
    height: 160px;
    object-fit: contain;
    margin: 0rem 0;
    height: 160px;
    height: 110px;
    text-align: left;
}

.custom-product-tabs td img:not(.alignnone) {
    border: #ababab solid 1px;
}
.custom-product-tabs div#tab-0 table.feature {
    height: inherit !important;
        display: block;
}

.custom-product-tabs div#tab-0 table.feature tbody{
    display: flex;
        width: 100%;
    flex-direction: column;
}

.custom-product-tabs div#tab-0 table.feature tbody tr{
    height: inherit !important;
        display: flex;
            border-bottom: 1px solid #f1f1f1;
}
.custom-product-tabs div#tab-0 td {
    padding-bottom:  20px  !important;
    padding-top:  20px  !important;
}
.custom-product-tabs .tab-nav li {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 600;
}
.quote {
  font-style: italic;
  color: #333;
  position: relative;
  padding: 0 20px;
}

.quote::before {
  content: "“";
  font-size: 50px;
  color: #000;
  margin-bottom: 0;
  line-height: 10px;
  position: absolute;
  bottom: -8px;
  left: 0;
  top: 0;
}

.quote::after {
  content: "”";
  font-size: 50px;
  color: #000;
  bottom: -20px;
  display: inline-block;
  position: absolute;
  right: 0;
}


nav.tabs-ui {
  background: #EC8430;
  padding: 0;
  margin-bottom: 80px;
}
section#testimonial-id nav.tabs-ui {
    margin-bottom: 0;
}
section#testimonial-id {
    padding-bottom: 0;
}
nav.tabs-ui .nav-tabs .nav-link {
  padding: 30px;
}

nav.tabs-ui .nav-tabs .nav-link {
  padding: 20px !important;
  background: transparent;
  border: 0;
  font-weight: 600;
  color: #fff !important;
  opacity: .7;
  border-bottom: 4px solid #EC8430;
}
nav.tabs-ui .nav-tabs .nav-link.active {
  border-bottom: 4px solid #fff;
  opacity: 1;

}

.git-quote-area {
  background: #000;
  padding: 20px;
  margin-bottom: 4px;
  color: #fff;
}


section.about-us-content {
   margin-top: 50px;
}
section.about-us-content h3{
	font-family: Arial, Helvetica, sans-serif ;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 50px;
  /* identical to box height */
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #000000;


}
section.about-us-content h1,
section.about-us-content h2,
section.about-us-content h3,
section.about-us-content h4,
section.about-us-content h5,
section.about-us-content h6{

	font-family: Arial, Helvetica, sans-serif ;
}
section.about-us-content hr {
  background: linear-gradient(90deg, #EC8430 0%, #000000 100%);
  opacity: 1;
  width: 100%;
  height: 10px;
  margin: 20px 0;
}


.custom-progress {
  height: 8px;
  background-color: #000;
  position: relative;
  border-radius: 4px;
  overflow: visible;
}

.custom-progress-bar {
  background-color: #f7941d;
  height: 100%;
  position: relative;
  border-radius: 4px 0 0 4px;
}

.progress-label {
  position: absolute;
  top: -14px;
  right: 0;
  background-color: #f7941d;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
  transform: translate(50%);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  font-weight: 600;
  min-width: 32px;
}
.step-progress {
  position: relative;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  flex: 1;
}
.step-item.completed{
    background: green;

}
.step-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ccc;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 6px;
}

.step-label {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.step-item.completed .step-circle {
  background-color: #f7941d;
}

.step-item.active .step-circle {
  background-color: #f7941d;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #f7941d;
}

.step-line {
  height: 4px;
  background-color: #f7941d;
  position: absolute;
  top: 14px;
  left: 25%;
  right: 25%;
  z-index: 0;
}

.form-control,
label {
  font-family: "Cantora One", sans-serif;
  font-size: 16px;
    line-height: 17px;
}

.form-control{
  padding: 12px;
  margin-bottom: 15px;
}
.font-family2 {
  font-family: "Cantora One", sans-serif;
}

.table-wrapper{
  padding: 16px 16px 1px;
  border-radius: 0px;
  background: #f1f1f1;
}

.order-header {
  background: linear-gradient(90deg, #EC8430 0%, #000000 100%);
  border-radius: 0px;
  padding: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  font-family: "Cantora One", sans-serif;
}


.build-ur-quote .product-card {
  border-radius: 20px;
  box-shadow: 0px 0px 21px rgb(0 0 0 / 11%);
  padding: 15px 25px;
  background-color: #fff;
      border: 1px solid #f37021;
}

.build-ur-quote .product-card img {
    width: 150px;
        border-radius: 20px;
    height: 150px;
        object-fit: contain;
            background: #f1f1f1;
}
.build-ur-quote  .product-img {
    width: 140px;
    border-radius: 20px;
    height: 160px;
    object-fit: cover;
}
p.badge {
    font-size: 14px;
}


.product-title {

	font-family: Arial, Helvetica, sans-serif ;
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 42px;
/* identical to box height */
display: flex;
align-items: center;
letter-spacing: 0.03em;

color: #000000;


}

.product-card ul {
    padding-left: 18px;
    border: 1px solid #000;
    margin: 10px 0;
    padding: 10px 30px;
    display: block;
}

.build-ur-quote .product-card ul {
    border: 0;
    padding: 0;
    max-width: 400px;
    margin:  0;
}
section.build-ur-quote .product-card ul li{
    width: 100%;
    display: inline-block;
    margin: 0 0 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

section.build-ur-quote .product-card ul li i{
    margin-right: 10px;
}


.product-card.v1 .product-details h5 {
    font-size: 16px;
    margin: 20px 0;
}
.build-ur-quote .product-card  .qty:focus {
  border-color: #00a2a9;
  box-shadow: 0 0 0 2px rgba(0, 162, 169, 0.2);
  outline: none;
}

.build-ur-quote .product-card  div:last-child {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.build-ur-quote .product-card .line-total {
  color: #EC8430;
}

.build-ur-quote .product-card .text-end > div:last-child {
    display: flex;
    min-width: 220px;
    justify-content: start;
}
.build-ur-quote .product-card .qty {
  width: 70px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 6px;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  appearance: textfield; /* hides arrows in some browsers */
}

.build-ur-quote .product-card .qty:focus {
  border-color: #00a2a9;
  box-shadow: 0 0 0 3px rgba(0, 162, 169, 0.2);
}

/* Optional: Remove number input spinner (Chrome, Safari, Edge) */
.build-ur-quote .product-card .qty::-webkit-outer-spin-button,
.build-ur-quote .product-card .qty::-webkit-inner-spin-button {
 
  margin: 0;
}

/* Optional: Remove number input spinner (Firefox) */
.build-ur-quote .product-card .qty[type=number] {
  -moz-appearance: textfield;
}

.billing-section,
.shipping-section {
  background: #f9f9f9;
  padding: 40px 30px;
  border-radius: 10px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  max-width: 800px;
  margin: 0 auto;
}

.billing-section .form-row,
.shipping-section .form-row {
  margin-bottom: 20px;
}
.billing-section label,
.shipping-section label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.billing-section input.input-text,
.billing-section select ,
.shipping-section input.input-text,
.shipping-section select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
  background-color: #fff;
}
.billing-section input.input-text:focus,
.billing-section select:focus ,
.shipping-section input.input-text:focus,
.shipping-section select:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}
.billing-section .form-row-first,
.billing-section .form-row-last,
.shipping-section .form-row-first,
.shipping-section .form-row-last {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.billing-section .form-row-first,
.shipping-section .form-row-first {
  margin-right: 4%;
}
.billing-section .required,
.shipping-section .required {
  color: #dc3545;
  font-size: 14px;
}
.billing-section .woocommerce-input-wrapper ,
.shipping-section .woocommerce-input-wrapper {
  display: block;
}

.shipping-section select {
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
  padding-right: 36px;
}
.company-adress {
  text-align: right;
  background-color: #f5f7fa;
  padding: 20px 25px;
  border-radius: 8px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #333;
  max-width: 320px;
  margin-left: auto;
}

.company-adress strong {
  font-size: 18px;
  color: #2c3e50;
  display: block;
  margin-bottom: 8px;
}

.company-adress br {
  line-height: 1.8;
}

.company-adress a,
.company-adress a[href^="mailto:"],
.company-adress a[href^="tel:"] {
  color: #007bff;
  text-decoration: none;
}

.company-adress a:hover {
  text-decoration: underline;
}
.form-row.place-order {
    margin: 0;
    padding-left: 40px !important;
}
div#payment {
    margin-bottom: 80px;
}


@media (max-width: 767px) {
  .shipping-section .form-row-first,
  .shipping-section .form-row-last {
    width: 100%;
    margin-right: 0;
  }
  
  
  

}

.product-price {
  font-weight: 600;
  font-size: 18px;
}
.bg-primary{
  background-color: #EC8430 !important;
}


div#mega-menu-wrap-menu-1 {
    margin: auto;
  background-color: transparent !important;
  background: transparent !important;
}

.navbar-expand-lg .navbar-collapse .ms-3.ms-auto {
    margin-left: 0 !important;
}


.top-bar-header {
    background: #f38116;
    text-align: center;
    padding: 10px;
        margin: 0;
    transition: all .5s ease-in-out;
}
.top-bar-header .container-fluid,
.top-bar-header .container {
    display: flex;
    justify-content: center;
        align-items: center;	
}

.top-bar-header p {
    width: 100%;
    margin: 0;
    vertical-align: middle;
        padding: 1px 0 0;
            font-weight: 600;
}
.hide_top_bar{
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: #000;
    background: url('data:image/svg+xml,<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 20L4 4.00003M20 4L4.00002 20" stroke="%23000000" stroke-width="2" stroke-linecap="round"/></svg>');
    border-radius: 0.25rem;
    opacity: .7;
    background-size: contain;
    border: 0;
    cursor: pointer;
}

nav.navbar {
    position: fixed;
    z-index: 9999;
    width: 100%;
        display: block;
}

nav.navbar h1 {
    color: #fff;
    font-size: 28px;
    margin: 0;
    line-height: 1;
    padding: 15px 0px 0px 0px;
     min-width: 395px;
     font-family: Arial, Helvetica, sans-serif ;
  font-weight: 800;
  font-style: normal;
}

nav.navbar h1 sup {
    font-size: 50%;
    margin: 0 0 0 5px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 3px #fff;
}
nav.navbar.scrolled .navbar-brand img {
    width: 135px;
}

nav.navbar.scrolled h1 {
    min-width: 10px;
}
nav.navbar.scrolled .top-bar-header{
margin-top: -44px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
/*    color: rgba(255, 255, 255, 0.71);*/
    padding: 0 30px;
       background: transparent !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background: transparent;
    border-bottom: 3px solid;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 100vw;
    transform: translate(-50%, 0px) !important;
    left: 50% !important;
    margin-left: 8px;
        padding: 30px;
        background: #000;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu *{
	color:#fff;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0;
    width: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu ul {
    margin: 0;
    list-style: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu ul a {
    margin: 0;
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    /* display: flex; */
    /* align-items: center; */
    /* text-align: center; */
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.71);
    /* padding: 0 30px; */
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard h4.mega-block-title, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
     color: #fff;
    font-size: 20px;
    margin: 10px 0px;
    border-bottom: 1px solid #fff;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row{
margin-bottom:0px;
}



#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    padding: 15px;
    background: #000;
    border-radius: 0 0 20px 20px;
    margin-top: -10px;
        width: 340px;
    
    
    
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
   
    list-style: none;
    font-style: normal;
        font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.71);
    color: #fff;
    background: #000 !important;
    margin: 5px 0 10px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
    color: #fff;
    text-decoration: underline;
}



.breadcrumb {
    margin: 0;
}

.tab-content {
    margin-top: 50px;
}

.custom-product-tabs hr {
    border: 0;
    border-top: 5px solid;
    border-image: linear-gradient(90deg, #EC8430 23.56%, #000000 83.65%);
    border-image-slice: 1;
    opacity: 1;
    margin: 30px 0;
}
.custom-product-tabs h3{
	
    margin-top: 14px;
    margin-bottom: 18px;
}
.custom-product-tabs p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 24px;
}


 .shop-banner-image {
  width: 100%;
  height: auto;
  display: block;
}

.banner-content h1 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
}

.breadcrumb-wrapper {
  margin-top: 30px;
}

.parent-category-title {
    font-size: 32px;
    font-weight: 600;
  border-bottom: 2px solid #000;
  border-image: linear-gradient(90deg, #EC8430 23.56%, #000000 83.65%);
    border-image-slice: 1;
  padding-bottom: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #000;
}

.child-category-title {
  font-size: 28px;
  font-weight: 600;
  padding-left: 10px;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #000;
}

.custom-product-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.custom-product-item {
    flex: 0 0 31.3%;
    margin: 15px 1% 50px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px 15px 25px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 5px 24px -1px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    position: relative;
        overflow: hidden;
            display: flex;
            text-align: left;
    flex-direction: column;
}


.custom-product-item> a {
    display: block;
    margin: -18px;
    margin-bottom: 0;
}
.price-bage {
    position: absolute;
    left: 0;
    top: 256px;
    background: #E37F2E;
    border-radius: 0px 10px 10px 0px;
    padding: 6px 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
       font-family: 'Satoshi', sans-serif;
}
.custom-product-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border-color: #EC8430;
}

.custom-product-item img {
width: 100%;
    height: 340px;
    object-fit: contain;
    border-radius: 6px;
    background: #f1f1f1;
    padding: 0px;
}

.custom-product-item h3,
.custom-product-item h4 {
  font-weight: 600;
  font-size: 16x;
  margin: 12px 0 8px;
     font-family: 'Satoshi', sans-serif;
         text-align: left;
}

.custom-product-item h5{
         text-align: left;

}
.custom-product-item ul {
    margin-left: 19px;
}
.custom-product-item p {
color:#fff;
    font-size: 16px;
}
p.product-short-desc {
    font-family: 'Satoshi', sans-serif;
}
.no-products {
  margin-top: 10px;
  color: #999;
  font-style: italic;
}

.product-buttons {
    display: flex;
    padding-top: 10px;
    flex-wrap: wrap;
        justify-content: space-between;
            margin-top: auto;
}

.product-buttons .btn {
   width:47%;
}


section.explore-more-product-section {
    background: #000;
    padding: 80px 0;
    margin-bottom:-60px;
        margin-top: 80px;
}

.inner-banner-section + section.explore-more-product-section {
    margin: 0 0 0;
}
section.explore-more-product-section h2,
section.explore-more-product-section p{
    color:#fff;
}

.inner-banner-section + section.explore-more-product-section .explore-content p {
    font-size: 16px;
}

section.explore-more-product-section img {
    width: 300px;
    height: 300px;
    object-fit: contain;
}

section.explore-more-product-section .explore-content {
    padding: 0 30px;
}
section.explore-more-product-section .explore-content p {
    font-size: 22px;
    font-weight: 600;
    margin: auto 0 !important;
}
section.explore-more-product-section .explore-content .btn {
    margin: 0 10px;
}

.pdf-wrapper{
padding:  15px 0;
}
.pdf-wrapper .color-white{
color: #FFFFFF !important;
}
.pdf-wrapper h3.color-white {
    text-align: center;
}
.tab-content {
    padding: 40px 0 10px !important;
    margin: 0 !important;
}

.tab-nav {
    margin: 0 !important;
}
.is-large.wc-block-cart .wc-block-cart-items th {
    font-size: 14px;
}

.competitive-analysis {
    background: #000;
}
.competitive-analysis h3.color-white {
    color: #fff;
}
.competitive-analysis {
    background: #000;
    padding-bottom: 50px !important;
}

.competitive-analysis h3.color-white {
    color: #fff;
}

.competitive-analysis table {
border-radius: 20px;
background:  #EDEDED;
padding: 50px 26px;
display: block;
    height: inherit !important;
    }

.competitive-analysis table tr:nth-child(odd) {
    background: #cecece;
}

.competitive-analysis table td {
    padding: 10px 15px;
}
.competitive-analysis table tr {
    text-align: left;
}

.a2-step-tower-slit-lamp .custom-product-tabs .competitive-analysis table tr td {
    padding: 10px !important;
}
.competitive-analysis table tr.full-color {
    color: #fff;
    background: #000;
    border-top: 8px solid #ededed;
}

.competitive-analysis table td img.aligncenter {
    height: 260px;
    width: 100%;
/*    object-fit: cover;*/
}

.competitive-analysis table tr:first-child td:first-child {
    vertical-align: middle;
}

.competitive-analysis table tr:first-child td {
    vertical-align: top;
}
.tech-specs {
    background: #000;
    color: #fff;
}
.tech-specs {
    background: #000;
    color: #fff;
}

.tech-specs td strong {
    padding: 40px 0 6px;
    display: block;
    font-size: 125%;
}

.tech-specs td {
    padding: 3px 60px 2px 0px;
}
.second-section .container,
.product-imaging-layout .first-section {
    display: flex;
    align-items: flex-start;
}

.product-imaging-layout  h4 {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #000000;
    margin: 20px 0 5px;
}
.second-section .section-images,
.product-imaging-layout .first-section .section-images {min-width: 25%;}

.product-imaging-layout p {
    font-style: normal;
    font-weight: 400;
       font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #000000;
}
.second-section .section-content,
.product-imaging-layout .first-section .section-content {
    padding-right: 70px;
}
.second-section {
    background: #000;
    color: #fff;
}

.first-section.born-content {
    background: #EC8430;
    color: #fff;
        padding: 60px 0;
}

.first-section.born-content .container {
    display: flex;
    align-items: flex-start;
}

.first-section.born-content p {
    color: #fff;
}

.efficient-section p {
    margin-top: 20px;
    margin-bottom: 30px;
}
.efficient-section h3 ,
.efficient-section h2 ,
.efficient-section h5 ,
.efficient-section h4 
{
    margin-top: 30px;
    margin-bottom: 10px;
}
.second-section .section-images a, .product-imaging-layout .first-section .section-images a {
    display: block;
    text-align: center;
}
.second-section *{
    color: #fff !important;
}

.efficient-section a {
    background: #EC8430;
    padding: 8px 30px;
    display: inline-block;
    margin: 20px 0 0;
        width: 450px;
        max-width: 100%;
        border-radius: 5px;
        font-size: 14px;
}
section.our-mission-section.section-gap {
    padding-bottom: 0;
}
.efficient-section {
    color: #fff;
    background: #000;
    padding: 60px 0;
}

.efficient-section * {
    color: #fff !important;
    text-align: center;
    justify-content: center;
}

.product-imaging-layout .gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
}
.product-imaging-layout .gallery a {
    width: 25%;
    padding: 0 10px;
    margin: 0 0 30px 0;
}

.product-imaging-layout .gallery a img {
    margin: 0;
    border: 1px solid #000;
    aspect-ratio: 1 / 1;
    object-fit: contain;
        background: #eee;
}

.comprehensive-section {
    background: #000;
    color: #fff;
    text-align: center;
}

.comprehensive-section *{ 
    color: #fff;
}
.comprehensive-section p{ 
    color: #fff !important;
   margin: 10px 0 20px;
}
section.product-imaging-layout .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.quote-empty-message {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 500px;
  margin: 40px auto;
  font-family: sans-serif;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.quote-empty-message p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.quote-empty-message a {
  color: #0c5460;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 6px;
  transition: color 0.2s ease;
}

.quote-empty-message a:hover {
  color: #063940;
}

.imaging-card *, .imaging-card p {
    color: #fff !important;
        font-size: 14px;
}
.imaging-card h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.imaging-card button{
    color: #000;
}

.product-imaging-layout .imaging-card h4 {
    color: #fff;
    margin-top: 70px;
}
.potec-automated-products .specifications  table td{
border:1px solid;
}
.wc-block-cart-item__wrap .wc-block-cart-item__prices {
    padding: 0 20px;
}




.potec-automated-products .product-description td {
    padding: 0 30px !important;
}


.potec-automated-products .product-description td:first-child {
    width: 230px;
    max-width: 230px;
    min-width: 230px;
    padding:0 0 20px 0px !important;
        display: block;
}


.potec-automated-products table tr {
    height: inherit !important;
}

.potec-automated-products table tr:nth-child(odd) {
    /* background: #f1f1f1; */
}
.potec-automated-products table td {
    border: 0px solid;
    padding: 20px 10px ;
    vertical-align: top;
    height: inherit !important;
}

.potec-automated-products table td h4 {
    color: #000;
    font-size: 18px;
    line-height: 1.3;
}
.potec-automated-products table th {
    padding:8px 14px;
    border: 1px solid;
    background: #333;
    color: #fff;
        border-bottom: 1px solid #fff;
}

.potec-automated-products table th[colspan="2"] {
    font-weight: 800;
    font-size: 18px;
    padding: 14px 14px;
}


.wc-block-cart-items tr td {
    vertical-align: middle !important;
}
.is-large.wc-block-cart .wc-block-cart-items tr:nth-child(even) {
    background: #f1f1f1;
}

.wc-block-cart-items .wc-block-components-product-metadata {
    width: 50%;
    padding: 0 10px;
}

.wc-block-cart-items a.wc-block-components-product-name {
    width: 200px;
}

@media (max-width: 1199px) {

    table, tbody, td, tfoot, th, thead, tr {
        display: block !important;
        padding: 5px !important;
        margin: 0 !important;
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        height: inherit !important;
    }


.tab-nav {
    white-space: nowrap;
    overflow: auto;
            white-space: nowrap;
        overflow: auto;
        justify-content: inherit !important;
        align-items: inherit !important;
}

.build-ur-quote .product-card {
    flex-wrap: wrap;
}
}

@media (max-width: 1024px) {




.product-buttons .btn {
    width: 100%;
    margin: 10px 0 !important;
}


  .custom-product-item {
    flex: 0 0 48%;
  }
	.explore-more-product-section {
	    background: #000;
	    padding: 50px 0;
	}

}

@media (max-width: 600px) {
  .custom-product-item {
    flex: 0 0 100%;
        margin: 15px 0% 15px;
  }
}
@media (max-width: 767px) {



.build-ur-quote .product-card h5 {
    margin: 10px 0;
} 

.step-wrapper {
    flex-wrap: wrap;
}


.step-wrapper .step {
    clip-path: none;
    margin: 10px 0;
}

.build-ur-quote .product-card img {
    width: 100%;
}
.build-ur-quote .product-card .d-flex {
    display: block !important;
    margin: 8px 0;
}

.build-ur-quote .product-card {
    flex-wrap: wrap;
    gap: 0 !important;
}

.product-details {
    min-height: 0;
}
section.service-section{
	overflow: hidden;

}
.second-section .section-content, .product-imaging-layout .first-section .section-content {
    padding-right: 0px;
}
	main {
	    display: block;
	    margin-top: 60px;
	}
	.first-section.born-content .container,
	.second-section .container, .product-imaging-layout .first-section {
	    display: block;
	}
	
	
}

section.product-tab-section+section.explore-more-product-section {
    margin-top: 0;
}

.fancybox__content{
      background-color:rgb(41 44 49) !important;
      border-radius: 10px !important;
}



.about-product img {
width: 300px !important;
    height: 200px !important;
    min-width: 300px !important;
    object-fit: contain;
    background: #cecece;
    border: #ababab solid 1px;
}


a.battery-notification img {
    width: 200px;
    width: 200px !important;
    height: 200px !important;
    min-width: 145px !important;
}


.halo-tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
}

.halo-tooltip .halo-tooltip-text {
  visibility: hidden;
  width: 220px;
  background-color: #333;
  color: #fff;
  text-align: left;
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  z-index: 999;
  bottom: 125%; /* position above */
  left: 50%;
  margin-left: -110px;
  opacity: 0;
  transition: opacity 0.3s;
}

.halo-tooltip:hover .halo-tooltip-text {
  visibility: visible;
  opacity: 1;
}
.wp-block-woocommerce-product-new {
display:none !important;
}
