/*
Theme Name: Autosoe Child
Template: autosoe
Description: Child theme for Autosoe.
Author: Enigmatio
Version: 1.0.0
Text Domain: autosoe-child
*/

/* Add your custom CSS below */

/* GLOBAL */

.elementor-heading-title {
	font-weight: bold !important;
}


/* BUTTON */

.btn-primary .elementor-button {
	font-size: 15px;
	font-weight: 500;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16);
    padding: 20px 40px 20px 40px;
	background-color: var(--primary) !important;
	background-image: none !important;
	transition: all ease-in-out 0.3s;
}

.btn-primary .elementor-button:hover {
	background-color: var(--accent) !important;
}

.btn-secondary .elementor-button {
	font-size: 15px;
	font-weight: 500 !important;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16);
    padding: 20px 40px 20px 40px;
	background-color: var(--background) !important;
	background-image: none !important;
	transition: all ease-in-out 0.3s;
}

.btn-secondary .elementor-button:hover {
	background-color: var(--primary) !important;
}

.elementor-widget-button .elementor-button .elementor-button-icon i {
	transition: none;
	animation: none;
}

/* TOP BAR */

header .elementor-icon-box-content p {
	font-size: 14px;
	margin: 0px;
}

header p {
	margin: 0 !important;
}

/* MOBILE NAV */

.mobile-navigation ul ul.sub-menu > li.menu-item > a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item > a {
	color: var(--accent) !important;
}

@media (max-width: 767px) {
	.mobile-navigation ul ul.sub-menu > li.menu-item > a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item > a {
		font-size: 15px !important;
    	font-weight: 500 !important;
	}
}

.mobile-navigation ul > li.menu-item > a {
	font-weight: 500 !important;
}

.mobile-navigation .dropdown-toggle, .mobile-navigation-categories .dropdown-toggle {
	color: var(--accent) !important;
}

.menu-mobile-nav-button span {
	background-color: #707070 !important;
}

@media (max-width: 1024px) {
	.site-header-account {
		display: flex !important;
	}
}

/* HOMEPAGE */

.woocommerce-product-search input::placeholder {
	color: #B3B3B3 !important;
}

#homePrecision .elementor-icon {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#homePrecision .elementor-icon > svg {
    height: revert-layer;
    width: 100%;
    margin: auto;
}

@media (max-width: 767px) {
	#homePrecision {
		flex-direction: column;
	}
	
	#homePrecision .elementor-icon {
    height: 70px;
    width: 110px;
	}
	
	#homePrecision .elementor-widget-icon-box .elementor-icon-box-content {
		align-content: center;
	}
}

.product-card-intro {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.contact-section-homepage .elementor-icon-box-content {
	color: #575756;
}


/* CONTACT US */

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-col {
    flex: 1;
}

.form-row.full {
    flex-direction: column;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #9E917E !important;
    border-radius: 8px !important;
    font-size: 14px !important;
}

.wpcf7 textarea {
    min-height: 180px;
    resize: none;
}


.wpcf7 select,
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #B3B3B3 !important;
    opacity: 1;
}


 .elementor-kit-41 input[type="submit"] {
    background: #b8a98f;
    color: #fff;
	font-weight: 500;
    padding: 20px 40px 20px 40px;
    border: none !important;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

/* FOOTER */

.footer-contact a {
	color: var(--e-global-color-white);
}

.footer-contact p {
	margin: 0px;
}

.elementor-element-3dc2308 .elementor-icon-list-text {
	color: var(--e-global-color-background_light) !important;
}

.elementor-151 .elementor-element.elementor-element-69b806a a:hover,
.elementor-element-3dc2308 .elementor-icon-list-text:hover {
	color: var(--e-global-color-primary) !important;
}

.elementor-element-69b806a p {
	margin: 0 !important;
}

@media (max-width: 767px) {
	.elementor-kit-41 a {
		font-size: unset;
	}
	
	.elementor-element.elementor-element-69b806a.elementor-widget.elementor-widget-text-editor {
		display: flex;
		align-items: center;
	}
}

/* PRODUCT */

#page .site-content {
	margin-top: 0px !important;
}

.product h4,
.product h2 {
	color: var(--text);
	font-family: "Gotham", sans-serif;
	font-weight: 500;
}

.woocommerce-breadcrumb {
	font-size: 13px;
	padding: 20px 0px;
}

.breadcrumb-separator{
	margin:0 10px;
	font-size:14px;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
	padding-top: 50px !important;
}

.features-heading{
margin-bottom:40px;
}

.features-grid{
display:grid;
grid-template-columns: 3fr 2fr;
gap: clamp(40px, 8vw, 180px);
align-items:start;
}

.features-image img{
width:100%;
height:auto;
}

.feature-item{
border-bottom:1px solid #CCBEA7;
padding:15px 0;
cursor:pointer;
}

.feature-title{
font-weight:400 !important;
}

.feature-content{
display:none;
margin-top:10px;
color:#555;
}

.feature-title{
font-weight:600;
position:relative;
padding-right:30px;
}

.feature-title::after{
font-family:"Font Awesome 6 Free";
content:"\f078";
	color: #9E917E;
font-weight:900;
position:absolute;
right:0;
top:2px;
transition:transform 0.2s ease;
}

.feature-item.active .feature-title::after{
transform:rotate(180deg);
}

.product_after_title .inventory_status {
	display: none;
}

.single-product div.product p.price {
	display: none !important;
}

.single-product div.product .product_meta {
	display: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: none !important;
}

.single-product div.product .product_title {
	font-family: 'gotham', sans-serif !important;
}

.single-product div.product .product_after_title {
	display: none !important;
}

.entry-summary-inner .product-subtitle {
	margin: 35px 0px;
	font-weight: 500;
}


.entry-summary-inner .product-intro {
	font-size: 17px;
}

.autosoe-product-pagination a {
	display: none !important;
}

@media (max-width: 900px){
	.features-grid {
	grid-template-columns: 1fr;
	gap: 40px;
	}
	
	.features-image img {
	width:80%;
	height:auto;
	justify-self: center;
	}
}

.autosoe-related-products {
	display: none;
}

.shop_attributes tbody {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.shop_attributes tbody tr {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.shop_attributes tbody tr td,
.shop_attributes tbody tr th {
	border: 0 !important;
	padding-left: 0 !important;
	position: relative;
	word-break: normal;
}

.shop_attributes tbody tr td::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	height: 1px;
	background: #CCBEA7;
}

.single-product .woocommerce-tabs ul.tabs li a {
    font-weight: 400 !important;
    padding: 14px 35px !important;
    color: var(--text) !important;
    border: 1px solid #9E917E !important;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.1) !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
	color: #fff !important;
}

table.shop_attributes th {
	font-weight: 500;
	font-size: 15px;
	padding-bottom: 0px;
}

.product-downloads-table {
	color: #575756;
	table-layout: fixed;
    width: 100%;
}

.product-downloads-table th {
	font-weight: 400;
	white-space: nowrap;
}

.entry-content table:not(.shop_table) td, .entry-content table:not(.shop_table) th {
	border: 0px !important;
}

.product-downloads-table thead tr {
	border-bottom: 1px solid #707070;
}

.product-downloads-table th:nth-child(1),
.product-downloads-table td:nth-child(1) {
    width: 30%;
}

.product-downloads-table th:nth-child(2),
.product-downloads-table td:nth-child(2) {
    width: 35%;
}

.product-downloads-table th:nth-child(3),
.product-downloads-table td:nth-child(3) {
    width: 20%;
}

.product-downloads-table th:nth-child(4),
.product-downloads-table td:nth-child(4) {
    width: 10%;
}

.product-downloads-table th:nth-child(5),
.product-downloads-table td:nth-child(5) {
    width: 5%;
}

/* SHOP */

.elementor-5494 .elementor-element.elementor-element-e7e907d {
	display: none;
}

.rating-stock, 
.autosoe-products-per-page,
.select-selected {
	display: none !important;
}

.autosoe-sorting .woocommerce-result-count {
	color: #B3B3B3 !important;
	font-weight: 400 !important;
}

.autosoe-sorting > * {
	padding: 5px 0px !important;
}

.autosoe-sorting {
	box-shadow: 0 0 0 1px #9E917E !important;
}

.woocommerce-pagination ul.page-numbers {
	box-shadow: 0 0 0 1px #9E917E !important;
}

ul.products-list{
	box-shadow:0 0 0 1px #9E917E !important;
}

.products-list li{
	border-bottom:1px solid #9E917E !important;
}

.products-list li:last-child{
	border-bottom:none !important;
}

ul.products-list li.product-list .product-caption:after {
	background-color: #9E917E !important;
}

.cat-item a {
	color: var(--text) !important;
	font-weight: 500;
}

.widget_product_categories .gamma.widget-title {
	font-family: "Gotham", sans-serif;
	color: var(--text);
	font-weight: 700;
}

.product-right p {
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.product-left div {
	padding-bottom: 15px;
}

.product-left .product-subtitle {
	padding: 0px;
}

.product-left .product-intro,
.product-caption .product-intro {
	font-size: 15px;
}

.product-left a {
	width: 50% !important;
	font-weight: 600;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16);
	white-space: nowrap;
}

.product-left .button.btn-primary::after {
	content:"\f054";
	font-family:"Font Awesome 6 Free";
	font-weight:900;
	margin-left:8px;
	font-size: 12px;
}

.product-left .woocommerce-loop-product__title a {
	font-weight: 700;
	box-shadow: none;
}

.post-type-archive-product ul.autosoe-products li.product.product-style-default {
    border: none;
   box-shadow:0 0 0 1px #9E917E !important;
}

.tax-product_cat ul.autosoe-products li.product.product-style-default {
	box-shadow:0 0 0 1px #9E917E !important;
}

.tax-product_cat ul.autosoe-products.products:not(.products-list) {
	box-shadow:0 0 0 1px #9E917E !important;
}

ul.products-list li.product-list .woocommerce-loop-product__title {
	font-size: 30px !important;
	font-family: "Gotham", sans-serif !important;
}

li.product:not(.product-list):not(.product-block-list):hover {
	z-index: 1 !important;
}

ul.products li.product:hover .product-block .content-product-bg {
	opacity: 0 !important;
}

ul.products li.product .product-caption-bottom {
	position: unset !important;
	opacity: 1 !important;
}

@media (min-width: 568px) and (max-width: 1380px) {
    ul.products-list li.product-list .product-transition {
        max-width: calc(100% - 250px) !important;
        width: 250px !important;
    }
}

.product-caption-bottom .button {
	 padding: 14px 50px !important;
	font-weight: 600;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16);
}

.product-caption-bottom {
	justify-items: left !important;
	padding: 0px !important;
}

.product-caption .product-subtitle{
	font-size:18px;
	font-weight: 500;
}

.product-caption .product-intro{
	margin-top:25px;
	margin-bottom: 15px;
}

.woocommerce-loop-product__title {
	font-size: 30px !important;
	font-family: "Gotham", sans-serif !important;
	line-height: 1 !important;
}

.product-caption-bottom .button.product_type_simple::after {
	content:"\f054";
	font-family:"Font Awesome 6 Free";
	font-weight:900;
	margin-left:8px;
	font-size: 12px;
}

.woocommerce-pagination-wrap .woocommerce-pagination ul.page-numbers li .page-numbers.current {
	background-color: var(--primary);
    box-shadow: 0 0 0 1px var(--primary);
}

.elementor-7161 .elementor-element.elementor-element-075f194 {
	display: none;
}

/* DOWNLOADS */

.filter-toggle {
	padding: 7px 20px !important;
	display: flex;
}

.downloads-table.dataTable.no-footer {
	max-width: 1392px;
}

.hidden-col {
	display: none;
}

table.dataTable.no-footer.downloads-table {
	border-bottom: 0px;
}

.downloads-table.dataTable thead th {
 	border-bottom: 1px solid #9E917E !important;
}

.downloads-table.dataTable.no-footer {
	color: #575756;
}

table.dataTable tbody th, table.dataTable tbody td {
	padding: 17px 10px;
}

.search-filters select:not([size]):not([multiple]) {
	color: #575756;
	border-radius: 9px !important;
	border-color: var(--primary);
	font-family: 'Gotham', sans-serif;
}

.search-filters input[type=text] {
	border-radius: 9px !important;
	border-color: var(--primary);
	color: #575756;
	font-family: 'Gotham', sans-serif;
	font-size: 18px;
}

.search-filters input[type=text]::placeholder {
	color: #575756;
	font-family: 'Gotham', sans-serif;
	font-size: 18px;
}

.downloads-search input[type=text] {
	padding: 0.63em 28px 0.63em 1.41575em !important;
	width: 100%;
}

.downloads-length {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

select.downloads-length {
	width: auto !important;
}

.downloads-length span {
	align-self: center;
	white-space: nowrap;
	color: #575756;
}

.downloads-table table.dataTable tbody th, table.dataTable tbody td {
	padding: 15px 10px !important;
}

.downloads-table input[type=checkbox], input[type=radio] {
	color: #707070;
}

.downloads-search-wrapper {
    position: relative;
}

.downloads-search {
    padding-right: 35px;
}

.downloads-search-wrapper::after {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
	font-size: 20px;
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #9D9D9C;
    pointer-events: none;
}

.downloads-table tbody img {
	padding-left: 25%;
	padding-top: 3%;
}

/* TIMELINE */

.timeline {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0 20px;
  position: relative;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.timeline-item {
  text-align: center;
  grid-auto-flow: row;
}
.timeline-item:nth-of-type(1) {
  grid-row: 1/2;
}
.timeline-item:nth-of-type(2) {
  grid-row: 2/3;
}
.timeline-item:nth-of-type(3) {
  grid-row: 3/4;
}
.timeline-item:nth-of-type(4) {
  grid-row: 4/5;
}
.timeline-item:nth-of-type(5) {
  grid-row: 5/6;
}
.timeline-item:nth-of-type(6) {
  grid-row: 6/7;
}
.timeline-item:nth-of-type(7) {
  grid-row: 7/8;
}
.timeline-item:nth-of-type(8) {
  grid-row: 8/9;
}
.timeline-item:nth-of-type(9) {
  grid-row: 9/10;
}
.timeline-item:nth-of-type(10) {
  grid-row: 10/11;
}
.timeline-item:nth-of-type(11) {
  grid-row: 11/12;
}
.timeline-item:nth-of-type(12) {
  grid-row: 12/13;
}
.timeline-item:nth-of-type(13) {
  grid-row: 13/14;
}
.timeline-item:nth-of-type(14) {
  grid-row: 14/15;
}
.timeline-item:nth-of-type(15) {
  grid-row: 15/16;
}
.timeline-item:nth-of-type(16) {
  grid-row: 16/17;
}
.timeline-item:nth-of-type(17) {
  grid-row: 17/18;
}
.timeline-item:nth-of-type(18) {
  grid-row: 18/19;
}
.timeline-item:nth-of-type(19) {
  grid-row: 19/20;
}
.timeline-item:nth-of-type(20) {
  grid-row: 20/21;
}
.timeline-item-bottom {
  position: relative;
  height: 100%;
}
.timeline-item-bottom > .dots {
  position: absolute;
  width: 24px;
  z-index: -1;
  height: calc(100% - 35px);
  top: 4px;
  left: -22px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
  align-items: center;
  flex-flow: wrap;
  flex-wrap: wrap;
}
.timeline-item-bottom > .dots .dot {
  display: block;
  width: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 15px;
  background: #cbbda5;
  border-radius: 100%;
}
.timeline-item:last-of-type .timeline-item-bottom .dots {
  display: none;
}
.timeline-item-title {
  position: relative;
  color: #585857;
	font-family: 'Gotham', sans-serif;
  font-weight: 700;
  font-size: 45px;
  border-bottom: 6px solid #9E917E;
  padding-bottom: 4px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.timeline-item-title:before {
  content: "";
  background: white;
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  border: 6px solid #9E917E;
  border-radius: 100%;
  top: 45px;
  left: -27px;
}
.timeline-item-title:after {
  content: "";
  background: #9E917E;
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #9E917E;
  border-radius: 100%;
  top: 55px;
  left: -17px;
}
.timeline-item-text {
  font-size: 18px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
	
  .timeline {
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
  }
  .timeline-item:nth-of-type(1) {
    grid-row: 1/2;
  }
  .timeline-item:nth-of-type(2) {
    grid-row: 2/3;
  }
  .timeline-item:nth-of-type(3) {
    grid-row: 3/4;
  }
  .timeline-item:nth-of-type(4) {
    grid-row: 4/5;
  }
  .timeline-item:nth-of-type(5) {
    grid-row: 5/6;
  }
  .timeline-item:nth-of-type(6) {
    grid-row: 6/7;
  }
  .timeline-item:nth-of-type(7) {
    grid-row: 7/8;
  }
  .timeline-item:nth-of-type(8) {
    grid-row: 8/9;
  }
  .timeline-item:nth-of-type(9) {
    grid-row: 9/10;
  }
  .timeline-item:nth-of-type(10) {
    grid-row: 10/11;
  }
  .timeline-item:nth-of-type(11) {
    grid-row: 11/12;
  }
  .timeline-item:nth-of-type(12) {
    grid-row: 12/13;
  }
  .timeline-item:nth-of-type(13) {
    grid-row: 13/14;
  }
  .timeline-item:nth-of-type(14) {
    grid-row: 14/15;
  }
  .timeline-item:nth-of-type(15) {
    grid-row: 15/16;
  }
  .timeline-item:nth-of-type(16) {
    grid-row: 16/17;
  }
  .timeline-item:nth-of-type(17) {
    grid-row: 17/18;
  }
  .timeline-item:nth-of-type(18) {
    grid-row: 18/19;
  }
  .timeline-item:nth-of-type(19) {
    grid-row: 19/20;
  }
  .timeline-item:nth-of-type(20) {
    grid-row: 20/21;
  }
  .timeline-item:nth-of-type(even) {
    grid-column: 1/2;
  }
  .timeline-item:nth-of-type(odd) {
    grid-column: 2/3;
  }
  .timeline-item:nth-of-type(odd) .timeline-item-title::before {
    right: auto;
    left: -27px;
  }
  .timeline-item:nth-of-type(odd) .timeline-item-title::after {
    right: auto;
    left: -17px;
  }
  .timeline-item:nth-of-type(even) .timeline-item-title::before {
    left: auto;
    right: -27px;
  }
  .timeline-item:nth-of-type(even) .timeline-item-title::after {
    left: auto;
    right: -17px;
  }
  .timeline-item:nth-of-type(even) .timeline-item-bottom .dots {
    left: auto;
    right: -23px;
  }
  .timeline-item .timeline-item-bottom {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
		.timeline-item-text {
		font-size: 15px !important;
	}
	
	.timeline-item-title {
		font-size: 35px !important;
	}
	
	.timeline-item-bottom > .dots {
		height: calc(100% - 35px);
	}
	
	.timeline-item-title:before {
		top: 34px;
	}
	
	.timeline-item-title:after {
		top: 44px;
	}
}