/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.site-content{
	margin-top:80px;
}
@media (max-width: 600px){
.site-content{
	margin-top:40px;
}	
.language-box .if-so-add-to-grp-options{
 border-bottom: 1px solid #2c2b30 !important;
 border-radius:0 !important;
}
	
}
/*Ivory Search*/
.is-ajax-search-details a, .is-ajax-search-result a {
  color: #cc0033 !important;
}
.is-title a{
	display:block;
}
.is-ajax-search-result{
  border-top: 1px solid #434246 !important;
  background: #fff !important;
}
.ast-separate-container .ast-archive-description{
 background-color: #2c2b30 !important;
	padding:1em 2em!important;
}
.ast-archive-description .ast-archive-title {
	font-size: 18px!important;
 color: #fff!important;
 line-height: 1.3 !important;
	margin-bottom:0px !important
}
.search .entry-title{
	font-size:16px;
	letter-spacing: inherit !important;
}
.ast-separate-container .ast-article-post{   
 padding: 2.5em 2em !important;
}
.ast-separate-container .entry-meta{
	display:none;
}
@media (min-width:1024px){
 .ast-archive-description .ast-archive-title {
 font-size: 30px!important;
}
 .search .entry-title{
	font-size:21px;
}
}
/*Ivory Search End*/

/* Navbar */

.main-header{
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 10;
}
.elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {   
 margin-top: -5px;
 rotate: -90deg;
 border: none;
}
.elementor-element.elementor-element-56b6abc .elementskit-navbar-nav > li.current-menu-item > a .elementskit-submenu-indicator {
 color: var(--e-global-color-primary);
}
.elementskit-menu-close{
 padding: 0!important;
 width: 25px !important;
 height: 25px!important;
 border-radius:100% !important;
}
#menu-right-menu form{
 border-bottom:1px solid #2c2b30;
 padding-bottom: 5px;
}
#menu-right-menu .is-form-style input.is-search-input{
 background:transparent !important;
 color: #2c2b30 !important;
 padding:0px;
 font-size: 16px!important;
 border:none !important
}
#menu-right-menu .is-search-icon{
	background:transparent !important;
 border:none !important
}
#menu-right-menu .is-search-icon {
 padding-top: 0px!important;
 margin-left: 5px;
}
#menu-right-menu .is-search-icon svg {
 width: 30px;
}
::placeholder {
 color: #2c2b30; opacity: 1;
}
::-ms-input-placeholder {
 color: #2c2b30;
}

@media (max-width: 600px) {
.elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
    font-size: 16px;
}
}

.default-location-override {
	padding-bottom: 0px !important;
}


/* Right Side Nav */
.right-menu .search-img img{
 width:20px;
}
.right-menu .language-img img{
 width:23px;
}
.right-menu .elementskit-submenu-indicator{
 display:none !important;
}
/* Right Side Nav End*/

/*Nav mobile right side*/
@media (max-width: 1024px){
.elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
 left:inherit !important;
 right: -100vw;   
 -webkit-transition: right .6s cubic-bezier(.6,.1,.68,.53);
 transition: right .6s cubic-bezier(.6,.1,.68,.53);
}
.elementskit-menu-offcanvas-elements.active {
 left:inherit !important;
 right: 0;
}
}
/*Nav mobile right side End*/

/* Navbar End*/

.breadcrumb span {
 text-transform: uppercase;
}
.breadcrumb .breadcrumb_last {
 text-transform: capitalize;
	color:#CC0033;
}



/*Home Manufacturing Area*/
.br-icon:hover img{
 animation: spinAround 2s linear infinite;
}
@keyframes spinAround {
 from {
 transform: rotate(0deg)
 }
 to {
 transform: rotate(360deg);
 }
}

.br-icon .elementor-image-box-wrapper:hover p {
 color: #cc0033 !important;
}

@media (max-width:767px){
.br-icon .elementor-image-box-wrapper{
display: flex;
align-items: center;
text-align: left !important;
}
.br-icon .elementor-image-box-img{
    padding-right:10px;
}    
}
/*Home Manufacturing Area End*/

.heading-block a{
  display:block;
}

/*Contact Form*/
.contact-form .row{
 display: flex;
 width: 100%;
 gap: 50px;
 margin-bottom: 30px;
}
.contact-form .column{
 width:100%;
}
.contact-form .contact-btn{
 margin-top:50px;
}
.contact-form .contact-btn p{
	display: flex;
	align-items: center;
	}
.contact-form input[type="submit"]{	
	font-weight: normal;
	background:var(--e-global-color-primary);
}
.contact-form input:not([type=submit]), .contact-form select, .contact-form textarea{
 outline: none;
 border: none;
 border-bottom: 1px solid #2c2b30 !important;
 border-radius: 0;
 padding: 0 0 20px;
 background:none;
}
.contact-form input:focus{
 border:none !important;
 border-bottom: 1px solid #2c2b30 !important;
}
.contact-form textarea{
 height:100px;
 resize:none;
}


@media (max-width:760px){
.contact-form .row{
 display: block;
 width: 100%;
 gap: 50px;
 margin-bottom:0px;
}
.contact-form .column{
 margin-bottom:50px;
}	
.contact-form input, 
.contact-form select,.contact-form textarea{ 
	font-size:12px;
}
.contact-form input[type="submit"]{
	font-size:10px;	
	padding:12px 30px;
}
.contact-form .contact-btn p{
	display: flex;
	justify-content: center;
	}
.contact-form .contact-btn .wpcf7-spinner{
 margin: 5px 24px;
 position:absolute;	
 }
	
}

.client-slider .swiper-wrapper {
  transition-timing-function: linear !important; 
}

.company-slider img{
 object-fit:cover;
}
@media (max-width:768px){
.company-slider img{
 height:120px;
}
}

/*Product & Services*/
.products-tabs{
 height: 600px;
}
.nav-tabs .elementkit-nav-link.active .elementskit-tab-title{
 text-decoration: underline;
}
.nav-tabs .elementkit-nav-link{
 text-align: left!important;
}
.nav-tabs .elementkit-nav-link.active:after{
 content: "\e876";
 font-family: elementskit !important;
 font-weight: 600;
 position: absolute;
 right: -10px;
}
.tab-images{
position: absolute;
top:0;
left: 0;
margin-top: 260px;
width: 100%;
}
.tab-images img{
width: 100%;
height: 450px !important;
object-fit: cover;
}
@media (max-width:600px){
.tab-images img{
height: 200px !important;
}
}

@media (max-width:768px){
.products-tabs{
 height: 100%;
}
.tab-images{
position: relative;
margin-top: 30px;
width: 100%;
}
}

.Tab-Content p{
	margin-bottom:0;
}
/*Product & Services End*/

.breadcrumb-arrow{
	font-size:14px;
}

@media (max-width:768px){
 .br-hide{display:none;}
 .breadcrumb-arrow{
	font-size:10px;
}
}

/*gtranslate*/
.elementor-widget-container .ekit-wid-con a {
    display: block;
    margin-bottom: 6px;
}
.gt_selector{
 width:100%;
 color: var(--e-global-color-text);
 font-size: 14px;
	border:none;
	border-bottom:1px solid  var( --e-global-color-text)!important;
 border-radius: 0;
 background-color: transparent;
 padding: 18.5px 0px;
}
select option {
  background: #f5f5f5;
	border: none;
}
.gt_selector:focus {
 background-color: transparent !important;
}
/*gtranslate End*/

/*Location css*/
.mt-40{
	margin-top:40px;
}
.mb-20{
	margin-bottom:20px;
}
.location-area{
 display: flex;
	gap: 170px;
	font-size: 14px;
}
.location-area p{
	margin-bottom:16px;
}
.col-grid{
 display: flex;
 flex-direction: column;
 width: 45%;
}

.location-title {
 color: var(--e-global-color-primary) !important;
 font-size: 20px !important;
 border-bottom: 1px solid var(--e-global-color-text);
 padding-bottom: 15px;
}
.tel-link{
 color: var(--e-global-color-text);
}
.mail-link{
 color: #006666;
}

.local-sales{
 margin-top: 20px;
 padding-bottom: 10px;
 border-bottom: 1px solid var(--e-global-color-text);
}
.local-sales:last-child{
	border-bottom:none;
}
.local-sales p span{
	font-size:20px;
	display:block;
}
@media (max-width:767px){
.location-title {
 font-size: 15px !important;
}
.location-area {
 flex-direction: column;
 gap: 60px;
}
.local-sales {  
 font-size: 13px;
}
.col-grid {
 width: 100%;
}
.dd-button {
 font-size:15px !important;	
}
.location-area p span{
 font-size: 15px !important;
}
.location-area p {
 font-size: 13px;
}
	
}
/*Location css End*/

/*Local Sales Dropdown */
.dropdown {
  position: relative;
}

.dd-button {
	width: 100%;
	font-size:20px;
  border-bottom: 1px solid var(--e-global-color-text);
  padding-bottom: 12px;
  cursor: pointer;
  white-space: nowrap;
	position:relative;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 5px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--e-global-color-text);
}
.dd-input {
  display: none;
}
.dd-menu {
  /*position: absolute;
  top: 100%;*/
	position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.dd-input + .dd-menu {
  display: none;
}
.dd-input:checked + .dd-menu {
  display: block !important;
} 


/*Local Sales Dropdown End*/


/*Responsive owl carousel icons*/
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{
 font-family:elementskit !important;	
}

.owl-carousel .owl-nav .owl-prev:before{
	content: "\e875";
	font-weight: 900;
}
.owl-carousel .owl-nav .owl-next:before{
	content: "\e876";
	font-weight: 900;
}
.owl-carousel .owl-nav .owl-prev:hover:before, .owl-carousel .owl-nav .owl-next:hover:before{
	color:#cc0033;
}
.owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i{
	display:none;
}

.default-location-override select{
	width:100%;
	color:#2c2b30 !important;
	padding: 18.5px 0px;	
  margin: 0 !important;
	background:transparent !important;
 border: none;
 border-bottom: 1px solid;
}
.default-location-override select:focus-visible
{
	outline:none;
}
/*Responsive owl carousel icons end*/

/* Woocommerce Css */
body, h1, h2, h3, h4, h5, h6, .entry-title a, .entry-content :where(h1,h2,h3,h4,h5,h6) {
    letter-spacing: 0;
}
a:focus {
 outline: none !important;
}
ul.products li.product .woocommerce-loop-product__title{
	font-size:18px !important;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
a.button.product_type_grouped:hover {
    background-color: var(--e-global-color-primary);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.woocommerce-js ul.products li.product .price{
	margin-bottom:32px !important;
}
.single-product .site-content{
	background:#fff;
}
.woocommerce.single-product h1.entry-title,
.woocommerce.single-product .product_title {
  display: block !important;
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    padding: 16px 35px !important;
    margin-top: 30px;
	outline:none;
}
.woocommerce-js input[type=number].qty {
    border: 1px solid #ddd !important;
}
.woocommerce .button.single_add_to_cart_button:focus{
	border:none !important;
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button:hover {
	background-color: var(--e-global-color-primary);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.woocommerce-js div.product div.images .woocommerce-product-gallery__wrapper {
    border: 1px solid #eee;
}
.woocommerce.single-product .related.products h2{
    color: #000;
}
.astra-shop-thumbnail-wrap {
    border: 1px solid #eee;
}
.woocommerce-shop .site-content {
    background: #fff;
}

body.woocommerce-cart table.shop_table thead th {
    background-color: var( --e-global-color-primary );
    color: var(--ast-global-color-5);
}

.woocommerce-cart .cart-collaterals .cart_totals>h2{
	background-color: var( --e-global-color-primary );
    color: var(--ast-global-color-5);
}

.ast-on-card-button {    
    display: none;
}
.woocommerce-js ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 0 !important;
}

.quantity .grouped-product-name {
    display: none !important;
}
.woocommerce-js div.product form.cart .group_table td {
	vertical-align: top !important;
	line-height: 1.3;
}