.homeslider .splide__slide{
  color:white;
  box-sizing:border-box;
}

.homeslider  .left-content{
  width:55%;
}
span.posted_in { display: none!important; }
.slideRow {
    
    width: 100%;
    display: flex;
    align-items:center;
    justify-content:space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 0;
}
.homeslider  .left-content h1{
    font-size: 48px;
    letter-spacing: 3px;
    color: #fff;
    line-height: 1.2;

}
.homeslider .left-content a:hover { 
    background: #fff; 
    color: #000 !important; 
}
.homeslider .left-content a:hover .homeslider .specs{
    color: #000 !important; 
}
.left-content p{
  font-size:18px;
  color:#ccc;
  margin:20px 0;
}

.homeslider  .specs{
  margin:30px 0;
  font-size:16px;
}

.price{
  font-size:48px;
  font-weight:bold;
  margin-top:30px;
}

.right-image{
  width:45%;
  display:flex;
  justify-content:center;
}

.right-image img{
  width:320px;
  max-width:100%;
  animation: float 4s ease-in-out infinite;
}

/* floating watch */
@keyframes float{
  0%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
  100%{transform:translateY(0)}
}

.fade-in{
  opacity:0;
  transform:translateY(30px);
  transition:.6s;
}

.homeslider  .splide__slide.is-active .fade-in{
  opacity:1;
  transform:translateY(0);
}

/* Modern arrows */
.homeslider  .splide__arrow {
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.homeslider  .splide__arrow svg {
  fill: white;
  width: 22px;
  height: 22px;
}

.homeslider  .splide__arrow:hover {
  background: rgba(255,255,255,0.2);
  transform: scale(1.15);
  box-shadow: 0 0 25px rgba(255,255,255,0.4);
}

/* position */
.homeslider  .splide__arrow--prev {
  left: 30px;
}
.homeslider .left-content a {
background-color: #063068;
    border: 0.5px solid #323935;
    border-radius: 60px;
/*     box-shadow: 3px 3px 0px #fbb606; */
/*     transition: box-shadow 0.1s, font-size 0.1s; */
    padding: 15px 30px;
    text-transform: uppercase;
    color: #ffffff !important;
    transition: background-color 0.3s ease;
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 3px;
}

.homeslider .left-content a:hover {
/*     box-shadow: 3.2px 3.2px 0px #fbb606; */
}
span.attr-pill {
    border: 2px solid #333;
    padding: 6px 16px;
    border-radius: 4px;
}

span.attr-value {
    display: flex;
    margin-top: 6px;
    gap: 10px;
}

.attr-item {
    margin-bottom: 10px;
    align-items: center;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

h1.product_title.entry-title {
    font-size: 35px;
    color: #000;
}

.single-product-category a {
    color: #000;
}

header#masthead {
    background: #fff;
    border-radius: 0px 0px 0px 0px;
}
span.site-title {
    display: none;
}
.homeslider .splide__slide {
    position: relative;
}

.eehomeslider .splide__slide:before {
    content: '';
    display: block;
    background: #21242ce6;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.eehomeslider  .splide__arrow--next {
  right: 30px;
}
span.attr-pill {
    border: 2px solid #333;
    padding: 6px 16px;
    border-radius: 4px;
}
#slider .splide__list{ padding: 0!important; }
#slider img { display: block; width: 100%; }
span.attr-value {
    display: flex;
    margin-top: 6px;
    gap: 10px;
}

.attr-item {
    margin-bottom: 10px;
    align-items: center;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}


/* Grid */
.category-product-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.category-product-slider .cat-slider-cls {
    width: calc(33.333% - 13.33px);
}

/* Card */
.categorybr {
    box-shadow: 0 4px 20px -4px hsl(220 15% 15% / .1);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.categorybr:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px -10px rgba(0,0,0,0.25);
}

/* Wrapper */
.abc {
    position: relative;
}

/* Image */
.himg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.categorybr:hover .himg img {
    transform: scale(1.1);
}

/* Overlay */
.categorybr .catcontent.text-left {
    padding: 10px;
    background-image: linear-gradient(
      to bottom,
      hsl(220 15% 15% / 0),
      hsl(220 15% 15% / 0.85)
    );
    position: absolute;
    inset: 0;
    opacity: 1; /* visible by default */
    transition: all 0.4s ease;
}

/* Text */
.categorybr .catcontent.text-left span {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    transition: transform 0.4s ease;
}

.categorybr:hover .catcontent.text-left span {
    transform: translateY(-5px);
}

.product-card {
    background: #fff;
    border-radius: 16px;
    padding: 0px;
    box-shadow: 0 8px 32px -8px hsl(220 15% 15% / .15);
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    position: relative;
}
.product-card h3.product-title {
    margin: 15px;
}

.product-grid-row.columns-4 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    border-top: 1px solid #cccccc52;
    padding-top: 20px;
    margin-top: 20px;
}
.inner-page-banner img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}
section.related.products { padding-bottom: 50px; }
.ftrt-details h3, h2.widget-title { text-align: left; color: #fff !important; margin-bottom: .7em; }
.inner-page-banner {
    margin-bottom: 40px;
}.row.cartmain {
    display: flex;
    gap: 20px;
}

.row.cartmain .col-sm-8 {
    width: 60%;
}

.row.cartmain .col-sm-4 {
    width: 40%;
}

.row.cartmain .col-sm-4 .cart_totals {
    width: 100%;
}

.row.cartmain .col-sm-4 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 90px;
}

.product-enquiry-form h3 { font-size: 22px; text-transform: uppercase; }
.product-enquiry-form p { margin-bottom: 7px; }
.product-enquiry-form p label { margin-bottom: 5px; }

input.wpcf7-form-control.wpcf7-submit  {
    background-color: #00f092;
    border: 0.5px solid #323935;
    border-radius: 8px;
/*     box-shadow: 3px 3px 0px #fbb606; */
    transition: box-shadow 0.1s, font-size 0.1s;
    padding: 15px 40px;
    text-transform: uppercase;
    color: #333 !important;
    font-weight: bold;
    transition: background-color 0.3s ease;
}.cart_totals  h2 { display: none; }
.product-name a {
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    display: block;
}

dl.variation {
    font-size: 12px;
}
.inner-page-banner {
    position: relative;
}

.inner-page-banner:after {
    content: '';
    display: block;
    background: #21242ce6;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#primary {
    margin-top: 30px;
}

h1.woocommerce-products-header__title.page-title {
    margin: 0;
    margin-bottom: 10px;
}

.woocommerce-js .woocommerce-breadcrumb {
    margin: 0;
    padding: 0;
}

p.woocommerce-result-count {
    padding: 0!important;
    margin: 0!important;
}

.woocommerce .woocommerce-ordering {
    margin: 0!important;
}
.product-grid-item.ast-grid-common-col {
    padding: 0!important;
}

.product-card h3.product-title {
    -webkit-line-clamp: 2;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
}

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

.inner-page-banner:after {
    content: '';
    display: block;
    background: #21242ce6;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
div#testimonials-slider-track { padding: 10px; }
.splide__list { padding-bottom: 15px !important; }
.product-img {
    position: relative;
    text-align: center;
}

.product-img img {
    width: 100%;
    border-radius: 12px;
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: orange;
    color: #000;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 20px;
    z-index: 2;
}

.hover-actions {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: 0.3s;
}

.product-img:hover .hover-actions {
    opacity: 1;
}

.btn-view, .btn-quote {
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
}

.btn-view {
    background: #fff;
    color: #000;
}

.btn-quote {
    background: orange;
    color: #000;
}

.product-title {
    font-size: 16px;
    margin: 10px 0 5px;
}

.price-box .price {
    color: orange;
    font-weight: bold;
    font-size: 18px;
}

.price-box del {
    color: #aaa;
    margin-left: 5px;
}

.min-qty {
    font-size: 13px;
    color: orange;
}
.hover-actions a {
    display: flex;
    padding: 10px 26px;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.hover-actions a.btn-quote {
    color: #fff;
}
.hover-actions a:hover {  background:#f99e1f; color:#fff;}

.hover-actions a.btn-quote:hover {
    color: #f99e1f;
    background: #fff;
}
button.splide__arrow {
    background: #f2a60d;
    color: #fff;
    opacity: 1;
}

button.splide__arrow svg {
    fill: #fff;
    opacity: 1;
}
/*.product-card {
    background: #fff;
    border-radius: 16px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}*/

/* Image Wrapper */
.product-img {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 12px;
}

/* Image */
.product-img img {
    width: 100%;
    border-radius: 12px;
    transition: transform 0.5s ease;
}

/* Dark overlay */
.product-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    opacity: 0;
    transition: 0.4s ease;
    z-index: 1;
}

/* Zoom image */
.product-card:hover .product-img img {
    transform: scale(1.12);
}

/* Show overlay */
.product-card:hover .product-img::after {
    opacity: 1;
}

/* Badge */
.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: orange;
    color: #000;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 20px;
    z-index: 3;
}

/* Buttons */
.hover-actions {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: 0.4s ease;
    z-index: 2;
}

.product-card:hover .hover-actions {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.hover-actions a {
    display: flex;
    padding: 10px 26px;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
}

.btn-view {
    background: #fff;
    color: #000;
}

.btn-quote {
    background: orange;
    color: #fff;
}

.hover-actions a:hover {
    background:#f99e1f;
    color:#fff;
}

.hover-actions a.btn-quote:hover {
    color: #f99e1f;
    background: #fff;
}

/* Text */
.product-title {
    font-size: 16px;
    margin: 10px 0 5px;
}

.min-qty {
    font-size: 13px;
    color: orange;
}

/* Splide arrows */
button.splide__arrow {
    background: #f2a60d;
    color: #fff;
    opacity: 1;
}

button.splide__arrow svg {
    fill: #fff;
}

.boxixon .elementor-icon-box-wrapper {
    background: #fafafa0d;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #fafafa1a;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.boxixon .elementor-icon-box-wrapper:hover {
    background: #fafafa1a;
}
a.menu-link {
    line-height: 1;
}
.HighLightBtn {
   background-color: #cb2026;
        border: 0.5px solid #cb2026;
    border-radius: 60px;
/*     transition: box-shadow 0.1s, font-size 0.1s; */
        padding: 1px 12px;
    text-transform: uppercase;
    color: #fff !important;
    transition: background-color 0.3s ease;
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 400;
    letter-spacing: 3px;
}

.HighLightBtn a.menu-link:hover {
    background: #fff;
    color: #000 !important;
}
.exploreproducts a.elementor-button:hover  {
/*     box-shadow: 3.2px 3.2px 0px #fbb606; */
    background: #fff;
    color: #000!important;
}

.exploreproducts a.elementor-button {
    background-color: #063068;
    border: 0.5px solid #323935;
    border-radius: 60px;
/*     box-shadow: 3px 3px 0px #fbb606; */
    transition: box-shadow 0.1s, font-size 0.1s;
    padding: 15px 30px;
    text-transform: uppercase;
    color: #ffffff !important;
    transition: background-color 0.3s ease;
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 3px;
}
.wcus .elementor-icon-box-wrapper {
    border: 2px solid #f4f2f1;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}
.wcus span.elementor-icon {
    background: #f4f2f1;
    border-radius: 1rem;
    padding: 10px 12px;
}
.wcus .elementor-icon-box-wrapper:hover {
    box-shadow: rgba(0, 0, 0, 0.035) 0px 3.46015px 20.7609px 0px;
}
.content_test {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px 0px;
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    height: 100%;
}
.product-card a.morequote {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.bgroundcard svg {
    color: #f99e1f;
    opacity: .2;
}

.bgroundcard {}

.bgroundx {
    display: flex;
    justify-content: space-between;
}

p.des_namepost {
    padding: 0;
    margin: 0;
    color: #333;
    font-weight: 700;
}

.des_email {
    font-size: 14px;
    margin: 0;
    color: #676f7e;
}.des_email p {
    padding: 0;
    margin: 0;
}
.bgroundx svg {
    fill: #f99e1f;
    color: #f99e1f;
}
.splide__pagination__page.is-active {
    background: #f99e1f;
    opacity: 1;
}
.splide__pagination__page {
    background: #f99e1f;
}
#testimonials-slider { padding: 50px 0; }
.site-primary-footer-wrap .ast-builder-grid-row-container-inner {
    position: relative;
    z-index: 99;
}




.site-below-footer-wrap {
    border: none!important;
}
.site-footer {
    background-color: #21242c;
    background-image: none;
}

.ast-hfb-header .site-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
}

/* .site-primary-footer-wrap {
 background: #1d5290!important;
     border-bottom-left-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
 border: none!important;
} */

.right-image img { background: #d7700d;     border-bottom-right-radius: 40px !important;
    border-top-left-radius: 40px !important; }
.site-primary-footer-wrap:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background-image: url(https://kitpro.site/printees/wp-content/uploads/sites/250/2024/05/7.png)!important;
    opacity:0.08;
    z-index: 9;
}

.site-primary-footer-wrap {
    position: relative;
}

.site-primary-footer-wrap ul li a {
    color: #fff;
}

.site-primary-footer-wrap ul {
    list-style: none;
    text-align: left;
    margin: 0;
}

footer#colophon {
    padding: 0!important;
}

.site-primary-footer-wrap .linktr {
    color: #fff;
}

.ast-footer-social-1-wrap .ast-builder-social-element svg {
    fill: #fff;
    background: transparent;
    font-size: 30px;
    width: 30px!important;
    height: 30px!important;
}
button.single_add_to_cart_button.button.alt {
    background-color: #063068;
    border: 0.5px solid #323935;
    border-radius: 8px;
    Padding: 12px 25px;
    border-radius: 30px;
/*     box-shadow: 3px 3px 0px #fbb606; */
    padding: 15px 40px;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.single-product.ast-theme-transparent-header div#content { padding-top: 50px; }

/*cart css*/
.ast-addon-cart-wrap.ast-desktop-cart-position-.ast-cart-mobile-position-.ast-cart-tablet-position- {
    background-color: #fff;
/*     border: 0.5px solid #323935; */
    border-radius: 60px;
/*     box-shadow: 3px 3px 0px #fbb606; */
    padding: 15px 20px !important;
    text-transform: uppercase;
    color: #333 !important;
    
    transition: background-color 0.3s ease;

}


/* .ast-addon-cart-wrap.ast-desktop-cart-position-.ast-cart-mobile-position-.ast-cart-tablet-position-:hover  {
    background-color: #063068;
        color: #fff !important;

} */
/* .ast-addon-cart-wrap.ast-desktop-cart-position-.ast-cart-mobile-position-.ast-cart-tablet-position-:hover span.ast-woo-header-cart-info-wrap{
        color: #fff !important;
} */

.desktop-position- span.ast-woo-header-cart-info-wrap{
    font-size: 16px !important;
    font-weight: 400 !important;
}

span.ast-woo-header-cart-info-wrap {
    color: #000!important;
}
.hover-actions-mobile {
    display: none;
}
.allProdDetails { display: none; }
/* Responsive */
@media (max-width: 991px) {
    .category-product-slider .cat-slider-cls {
        width: calc(50% - 10px);
    }
}

@media (max-width: 575px) {
    .category-product-slider .cat-slider-cls {
        width: 100%;
    }

    .categorybr .catcontent.text-left span {
        font-size: 22px;
    }
}

/* mobile size */
@media(max-width:768px){
 .homeslider   .splide__arrow{
    width:45px;
    height:45px;
  }
}

/* ================= MOBILE ================= */
@media(max-width: 768px){
  .homeslider  .splide__slide{
    flex-direction:column;
    justify-content:center;
    text-align:center;
    padding:30px 20px;
  }

  .left-content,
  .right-image{
    width:100%;
  }

  .left-content h1{
    font-size:36px;
  }

  .left-content p{
    font-size:16px;
  }

  .specs{
    font-size:14px;
  }

  .price{
    font-size:32px;
  }

  .right-image{
    margin-top:30px;
  }

  .right-image img{
    width:220px;
  }


  .ast-site-header-cart-li {}

.ast-site-header-cart-li span.ast-woo-header-cart-info-wrap {
    display: none;
}

svg.ast-mobile-svg.ast-menu-svg {
    fill: #fff!important;
}

.slideRow {
    flex-direction: column;
    flex-direction: column-reverse;
}

.homeslider .left-content {
    width: 100%;
    padding-bottom: 10px;
}

.homeslider .left-content h1 {
    font-size: 30px;
    letter-spacing: 0;
    font-weight: bold;
}

.left-content p {
    margin-top: 5px;
}

.right-image.fade-in {
    padding-top: 50px;
}

.category-product-slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

footer#colophon .site-primary-footer-wrap {
    padding: 20px !important;
    padding-bottom: 40px!important;
    border-bottom-left-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
}

.site-footer img {
    max-width: 160px;
}

.ftrt-details h3, h2.widget-title {
    text-align: center;
}

.widget_nav_menu li {
    text-align: center;
}

.site-primary-footer-wrap ul {
    text-align: center;
}
.inner-page-banner img {
    height: 180px;
}

.product-grid-row.columns-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.product-card h3.product-title {
    font-size: 12px;
}

.hover-actions {
    display: none!important;
}

.hover-actions-mobile {
    display: block;
}

.hover-actions-mobile {
    display: block;
}

img.custom-logo {
    max-width: 150px!important;
}

.hover-actions-mobile a.btn-quote {
    background-color: #063068;
    border: 0.5px solid #323935;
    border-radius: 8px;
/*     box-shadow: 3px 3px 0px #fbb606; */
    transition: box-shadow 0.1s, font-size 0.1s;
    padding: 8px 20px;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: flex;
    margin: 12px;
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.inner-page-banner {
    margin-bottom: 0;
}
h1.product_title.entry-title {
    font-size: 20px;
}
.row.cartmain {
    display: block;
}

.row.cartmain .col-sm-8 {
    width: 100%;
}

.row.cartmain .col-sm-4 {
    width: 100%;
}

.page page-id-16  h1.entry-title {
    margin-top: 20px;
}
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link { font-size: 18px; line-height: 1.2; padding: 20px; }
}

/*  new  */

.page-id-159 .product-enquiry-form p label {
    display: none !important;
}
.page-id-159 span.wpcf7-form-control-wrap {
    margin-bottom: 16px;
}
.page-id-159 .product-enquiry-form h3{
    display: none !important;
}

.form-step {
  background: #f9f7f5;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.form-step h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.form-step label {
  display: block;
  margin-top: 10px;
}

.form-step input,
.form-step textarea {
  width: 100%;
  padding: 8px 10px;
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

//* Force custom style on multi-step form buttons */
.form-step button.next-step,
.form-step button.prev-step,
.form-step input[type="submit"] {
    background-color: #00f092 !important;
    border: 0.5px solid #323935 !important;
    border-radius: 8px !important;
/*     box-shadow: 3px 3px 0px #fbb606 !important; */
    padding: 15px 40px !important;
    text-transform: uppercase !important;
    color: #333 !important;
    font-weight: bold !important;
    transition: box-shadow 0.1s, font-size 0.1s, background-color 0.3s ease !important;
    cursor: pointer !important;
    display: inline-block !important;
}

/* Hover effect */
.form-step button.next-step:hover,
.form-step button.prev-step:hover,
.form-step input[type="submit"]:hover {
    box-shadow: 5px 5px 0px #fbb606 !important;
}



/* new */



.top-contact {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
}

.top-contact a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 24px;
}
.utagline { color: #fff; }
.top-contact .icon {
    margin-right: 6px;
    font-size: 16px;
}

.top-contact .divider {
    color: #999;
}

.contact-item {
    display: flex;
}

/* .main-navigation ul li:last-child {
    position: absolute;
    top: -87px;
    right: -365px;
} */
.product-img img {
    object-position: top;
    height: 300px !important;
    object-fit: cover;
}
button.single_add_to_cart_button.button.alt {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 16px;
/*     font-family: 'Poppins'; */
    letter-spacing: 3px;
}
.top-contact, p {
    margin-bottom: 0px !important;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"]{
        background-color: #1d5290 !important;
}


    img.alignnone.size-medium.wp-image-1699 {
    background-color: #fff;
    border-radius: 16px;
    padding: 10px 8px 3px;
}

}
    .site-primary-footer-wrap ul li {
        text-align: left;
    }

.ast-builder-html-element p:first-child {
    margin-top: 0;
    text-align: left;
}
[data-section="section-fb-social-icons-1"] .footer-social-inner-wrap{
    text-align: left !important;
}

.ast-site-header-cart .ast-woo-header-cart-info-wrap, .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap{
    font-weight: 400px !important;
}

.whatsapp-contact.HighLightBtn a {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
}

.whatsapp-icon svg {
    width: 30px;
    height: 22px;
    fill: #fff;
}
.ast-logo-title-inline .ast-site-identity{
    padding:0px;
}
.whatsapp-btn{
    margin-top:10px;
    background:#cb2026;
    color:#fff;
    padding: 8px 14px;
    border-radius: 30px;
    text-decoration:none;
    font-weight:600;
    display: block;
    clear: both;
    max-width: fit-content;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.whatsapp-btn:hover{
    background:#1ebe5d;
    color:#fff;
}

@media(max-width: 768px){
ul#featured-slider-list li {
    width: 100% !important;
}

    .ftrt-details h3, h2.widget-title {
    text-align: left;
}
    .ast-builder-html-element p:first-child {
    margin-top: 0;
    text-align: left;
}
    .footer-social-inner-wrap {
    text-align: left !important;
}
    .exploreproducts a.elementor-button{
        
    }
    span.elementor-button-text {
    font-size: 15px;
    font-weight: 800;
}
        .specs a {
        font-size: 14px !important;
        font-weight: 900 !important;
    }
    
    
    
}