/*
Theme Name: Hello Elementor Children
Description: Hello Elementor Children
Author: hello-elementor
Template: hello-elementor
Version: 1.0
*/
@import url("../hello-elementor/style.css");

#wrapper, #main {
  background: transparent;
}

body {
  background: #fff;
}

p {
  margin-bottom: 10px;
}
p:last-child{
  margin-bottom: 0;
}

a {
  color: #013580;
}

b, strong {
  font-weight: 700;
}

.elementor-icon-list-items .elementor-icon-list-item {
  align-items: flex-start !important;
}

.txt-blue {
  color: #013580;
}

.text-left {
  text-align: left;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

header.menu-fixed {
  -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
  background: #fff !important;
  top: 0px;
}
header.menu-fixed .elementor-widget-theme-site-logo img{
  width: 190px !important;
}
header .elementor-nav-menu {
  width: 100%;
}

header .elementor-nav-menu li.current-menu-item a {
  font-weight: 600 !important;
}

header .elementor-nav-menu li .elementor-nav-menu--dropdown {
  min-width: 200px !important;
  padding-bottom: 0px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  background: #fff !important;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.menu-main-header ul.sub-menu > li {
    padding-left: 0px !important;
}
header .elementor-nav-menu li .elementor-nav-menu--dropdown li.current-menu-item,
header .elementor-nav-menu li .elementor-nav-menu--dropdown li:hover{
  border-color: #0C94D5 !important;
}
header .elementor-nav-menu li .elementor-nav-menu--dropdown li.current-menu-item a {
  font-weight: 600 !important;
}

header .elementor-nav-menu li .elementor-nav-menu--dropdown li a {
  border-left: 0;
  font-weight: 400 !important;
}

header .elementor-nav-menu li a:after {
  bottom: 10px !important;
}

header .tel-header {
  background: #013580;
  padding: 40px 15px;
}

header .header-menu > .elementor-element-populated {
  padding-right: 0 !important;
}

header .header-right > .elementor-container {
  margin-right: -1px;
}
.search-header-form {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
}
.search-header-form .e-search-input{
  height: 40px;
  min-height: unset;
  width: 200px;
}
.search-header-form .e-search-submit{
  padding: 5px 15px;
  height: 40px;
  min-height: unset;
  width: 40px;
}
.btn-search-header{
  cursor: pointer;
}
a.elementor-button {
  position: relative;
  padding: 15px 30px;
  border-radius: 0;
}
a.elementor-button svg{
  width: 14px;
  fill: transparent !important;
}
a.elementor-button:hover svg path{
  stroke: #fff !important;
}
.slide-home:before{
  position: absolute;
  content: '';
  left: 30px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #000;
}
.slide-home:after{
  position: absolute;
  content: '';
  left: 0px;
  bottom: 100px;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #000;
}
.collection-home .elementor-image-box-wrapper{
  position: relative;
}
.collection-home .elementor-image-box-content{
  position: absolute;
  bottom: 5px;
  padding: 20px;
}

.collection-home .elementor-swiper-button{
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-space{
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

.single-product .flex-control-thumbs li{
  width: 100% !important;
}
.woocommerce-product-gallery .main-slider{
  height: 600px;
  width: 100%;
}
.woocommerce-product-gallery .main-slider .swiper-slide a img {
  height: 600px !important;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
  border: 1px solid #C3C3C3;
}
.img-cart1 img{
  height: 80px;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;

}
.img-cart1 a{
  width: 80px;
  display: block;
}

.woocommerce-product-gallery  .thumb-slider .swiper-slide{
  height: auto !important;
}
.woocommerce-product-gallery  .thumb-slider .swiper-slide img{
  border-radius: 8px;
  border: 1px solid #C3C3C3;
}
.loop-product-home .elementor-widget-woocommerce-product-add-to-cart{
  display: none !important;
}

.menu-footer ul.sub-menu{
  display: none !important;
}
.menu-footer ul.elementor-nav-menu > li{
  width: 50%;
  float: left;
}
.page-id-580 .elementor-lightbox .elementor-slideshow__title{
  display: none;
}

.menu-product-left .elementor-nav-menu li ul.sub-menu {
  position: unset !important;
  margin: 0 !important;
  display: block !important;
}
.menu-product-left .elementor-nav-menu--dropdown li a {
  padding:6px 5px !important;
}
.gallery-2025 .swiper-slide-inner{
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 130%;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
}
.gallery-2025 .swiper-slide-inner img{
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.wpc-filters-ul-list li a{
  text-transform: capitalize;
}
.filter-reset ul li a{
  font-size: 14px;
}
.wpc-filter-chip.wpc-chip-reset-all a{
  background: #000;
  color: #fff !important;
  font-size: 14px;
  border-color: #000 !important;
  padding: 5px 12px !important;
}
.related-products-custom .box-content{
  position: relative;
  padding-right: 50px;
}
.related-products-custom .custom-add-cart form{
  margin-bottom: 0 !important;
}
.related-products-custom .custom-add-cart {
  position: absolute;
  right: 0;
  top: 5px;
}
.arrow-slide .elementor-swiper-button{
  background: #fff;
  border-radius: 100px;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 30%);
  top: 45%;
}
.arrow-slide .elementor-swiper-button.swiper-button-prev{
  left: -20px;
}
.arrow-slide .elementor-swiper-button.swiper-button-next{
  right: -20px;
}
.arrow-slide .elementor-swiper-button:after{
  font-size: 18px;
  color: #000;
  font-weight: 900;
}
@media (min-width: 1700px){
  .menu-main-header ul > li{
      padding-left: 18px !important;
  }
}
@media (max-width: 1480px) and (min-width: 1200px){
  header .elementor-nav-menu > li > a{
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) {

  header .elementor-nav-menu li.menu-contact{
    display: none;
  }
  /*.woocommerce-product-gallery {
    display: flex;
  }
.woocommerce-product-gallery .flex-viewport {
    border: 1px solid #F4F4F4;
    width: calc(100% - 215px);
}
.woocommerce-product-gallery .flex-control-thumbs {
    order: -1;
    height: 595px;
    overflow-y: scroll !important;
    width: 215px;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    border: 1px solid #F4F4F4;
    width: 190px !important;
    height: 190px !important;
    position: relative;
    height: auto;
    overflow: hidden;
    /*padding-top: 150%;*
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    margin: 5px !important;
    border-radius: 8px;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
    /* width: 100px !important; *
    right: 0;
    width: 100% !important;
    height: 100% !important;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    padding: 0;
}*/
}
/*.wpc-filters-ul-list  {
  height: 200px;
    overflow: auto;
}*/

@media only screen and (max-width: 1199px) {

  header .elementor-nav-menu li .elementor-nav-menu--dropdown {
    padding-bottom: 10px;
  }
  header .elementor-nav-menu li .elementor-nav-menu--dropdown li a {
    border-left: 0;
    padding: 5px 0 !important;
  }
  .menu-slide-left .elementor-nav-menu li ul.sub-menu {
    position: unset !important;
    margin: 0 !important;
  }
  .menu-slide-left .elementor-nav-menu--dropdown li a {
    padding: 8px 15px !important;
  }
/*.woocommerce-product-gallery .flex-viewport {
    border: 1px solid #F4F4F4;
    width: auto;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 98%;
    position: relative;
    height: auto;
    overflow: hidden;
    /*padding-top: 100%;*
    background-position: 50% 50%;
    background-size: cover;
    clear: unset !important;
  }
  .woocommerce-product-gallery .woocommerce-product-gallery__image {
    text-align: center;
    height: 430px;
}

    .woocommerce div.product div.images .flex-control-thumbs{
      margin-top: 10px;
    }
    .woocommerce-product-gallery .flex-control-thumbs li img {
      border-radius: 8px;
    }*/
}
.related-products-custom .box-image img{
      height: 300px;
    object-fit: cover;
    object-position: center center;
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .eicon-menu-bar {
    font-size: 20px;
  }
 
}

@media only screen and (max-width: 848px) {
  .txt-768-break br {
    display: none;
  }

}

@media only screen and (max-width: 767px) {
  .txt-break-550 br {
    display: none;
  }
  .elementor-menu-toggle__icon--close.eicon-close {
    font-size: 20px;
  }
  .is-menu-wrapper {
    right: 50px;
    /*top: 14px !important;*/
  }
  .is-menu-wrapper .astm-search-menu {
    padding-top: 8px;
  }
  .collection-home .elementor-swiper-button{
    width: 30px;
    height: 30px;
  }
  .slide-home1{
    background: transparent !important;
  }
  .slide-home1:before,
  .slide-home1:after{
    display: none;
  }
  .slide-home1 .text-white .elementor-heading-title{
    color: #fff !important;
  }
  .slide-home1 .elementor-button{
    border-color: #fff !important;
    color: #fff !important;
  }
  .slide-home1 .elementor-button svg path{
    stroke: #fff !important;
  }
  .woocommerce-product-gallery  .thumb-slider{
    margin-top: 10px;
  }
  .woocommerce-product-gallery .main-slider .swiper-slide a img,
  .woocommerce-product-gallery .main-slider {
    height: 300px !important;
  }
  .search-header-form {
    right: 100%;
  }
  .slide-home:before {
    left: 15px;
  }
  .slide-home:after {
    bottom: 85px;
  }
  .slideshow .swiper-pagination{
    display: none !important;
  }
    .related-products-custom .box-image img{
      height: 200px;
    
  }
  .arrow-slide .elementor-swiper-button.swiper-button-prev{
    left: -10px;
  }
  .arrow-slide .elementor-swiper-button.swiper-button-next{
    right: -10px;
  }
  .arrow-slide .elementor-swiper-button:after{
    font-size: 14px;
  }
}
