/*
Theme Name: 	Autusin Child Theme
Theme Uri:  	http://demo.wpthemego.com/themes/sw_autusin/
Description:  	A child theme of SW Autusin
Author:     	magentech
Author Uri: 	https://themeforest.net/user/magentech/
Template:   	autusin
Version:    	2.0.5
License:    	GNU General Public License v2 or later
*/

.hp-card {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 570px;
    align-items: center;
    justify-content: center;
}

.hp-card h2 {
    font-size: 20px;
}

.item-price,
.item-price ins,
.item-price > span > span.amount {
    color: #000;
}

.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span.entry-comment {
    display: none;
}

/* Style for the Special Ribbon */
.product {
    position: relative; /* Ensures the ribbon stays inside the product box */
}

.special-ribbon {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #e74c3c; /* A nice "Special" Red */
    color: #fff;
    padding: 0 12px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    line-height: 35px;
    height: 35px;
    z-index: 1;
}

.item .item-wrap .item-detail .item-content {
    min-height: 78px;
}

.elementor-9592 .elementor-element.elementor-element-43e9aa1 {
	padding-top: 10px;
}

.elementor-9592 .elementor-element.elementor-element-43e9aa1.elementor-section .elementor-container {
	justify-content: space-between;
}

/* Product archive */
.item .item-wrap .item-detail .item-content .item-bottom > a.button {
    display: none;
}

/* Blog */
.mobile-layout .category-contents .blog-content .post .entry .entry-thumb::before {
    content: none;
}

/* Cart */
.woocommerce form table.shop_table.shop_table_responsive tbody tr.cart_item td.product-quantity,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr.cart_item td.product-quantity {
	min-width: 130px;
}

@media (max-width: 480px) {
	.woocommerce form table.shop_table.shop_table_responsive tr td.actions .button, .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .button {
		padding: 7px 3px;
	}
}

/* Checkout */
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    top: -5px;
}

.woocommerce form .form-row label.checkbox {
    line-height: 1;
    display: inline-block;
    padding-left: 0;
}

.select2-container--open .select2-dropdown {
    top: -25px;
}

/* Contact forms */
.wpcf7 label,
.wpcf7 label .wpcf7-form-control-wrap,
.wpcf7 label .wpcf7-form-control-wrap input {
    display: block;
    width: 100%;
}

.wpcf7 input,
.wpcf7 textarea {
    padding: 10px 20px;
    border-radius: 8px;
}

.entry-summary .wpcf7 input,
.entry-summary .wpcf7 textarea {
    padding: 10px 20px !important;
    border-radius: 0;
    font-size: 16px;
}

.wpcf7 .wpcf7-submit {
    background-color: var(--color);
    color: #000;
    border-radius: 8px;
}

.wpcf7 .wpcf7-submit:hover {
    opacity: 0.85;
}

.entry-summary form input[type="submit"] {
    line-height: 1;
}

.footer1 .wpcf7 form .wpcf7-response-output {
    color: #fff;
}

/* Footer */
.footer1 ul li a:hover {
    color: var(--color);
}

#mc4wp-form-1 .frm-email {
    padding: 3px;
}

#mc4wp-form-1 .frm-submit {
    padding: 6px 5px;
}

.mobile-layout .footer-mstyle1 .autusin_search_default .icon-search-mobile h3 {
	font-size: 14px;
	color: #222;
}

/* Filters */
.swg-filter-hierarchical form .select2-container .select2-selection--single,
.select2-container--default .select2-selection--single,
.swg-filter-hierarchical form select {
    border-radius: 8px;
}

.swg-filter-hierarchical form select:disabled {
    background: #EEEEEE;
}

.swg-filter-hierarchical form .item-button-filter button[type="submit"],
.swg-filter-hierarchical form .item-button-filter button {
    background-color: #FF3030;
    border-radius: 4px;
    border: none;
}

aside .swg-filter-hierarchical form .item-button-filter button.filter-reset {
    background-color: #000 !important;
    color: #fff;
}

aside .price_slider_wrapper {
    width: calc(100% - 15px);
}