/*!
Theme Name: Spare_Parts
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Spare_Parts theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spare_parts
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: spare_parts
Template Id: prod-25518
*/

#toTop {
	cursor: pointer;
}

.jet-woo-product-price .price{
	font-size: 27px;
	font-weight: 600;
}

label[for="wp-comment-cookies-consent"],
input[type="checkbox"]{
	cursor: pointer;
}

.site-content__wrap{
	margin-top: 60px;
	margin-bottom: 60px;
}

.select2-container--default .select2-selection--single{
	border-color: #ebeced;
	height: 34.5px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	padding: 3px 20px 3px 12px;
}

label.checkbox.woocommerce-form__label,
label.inline.woocommerce-form__label{
    padding-top: 2px;
}

.form-row .woocommerce-form-login__submit{
	display: block;
	margin-top: 14px;
}

label.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox{
	display: none;
}

label.woocommerce-form__label-for-checkbox input[type="checkbox"]+span{
    position: relative;
    display: inline-block;
    padding-left: 33px;
	line-height: 22px;
	cursor: pointer;
}

label.woocommerce-form__label-for-checkbox input[type="checkbox"]+span:before{
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #ebeced;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

label.woocommerce-form__label-for-checkbox input[type="checkbox"]+span:after {
	content: "\f00c";
	font-family: FontAwesome;
    opacity: 0;
    font-size: 14px;
    position: absolute;
	left: 3px;
	top: -1px;
	color: #f23534;
}

.checkout label.checkbox input[type="checkbox"] + span::after, 
.checkout label.inline input[type="checkbox"] + span::after {
    top: 3px;
    left:3px;
}

.woocommerce-account .woocommerce input[type=checkbox]:checked ~ span:after{
	opacity: 1;
}

.woocommerce-checkout label.checkbox.woocommerce-form__label, 
.woocommerce-checkout label.inline.woocommerce-form__label{
	padding-left: 0;
}

.comment-respond .comment-reply-title{
	margin-top: 32px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info>.button{
	width: auto !important;
}

input[type='text']:focus, 
input[type='email']:focus, 
input[type='url']:focus, 
input[type='password']:focus, 
input[type='search']:focus, 
input[type='number']:focus, 
input[type='tel']:focus, 
input[type='range']:focus, 
input[type='date']:focus, 
input[type='month']:focus, 
input[type='week']:focus, 
input[type='time']:focus, 
input[type='datetime']:focus, 
input[type='datetime-local']:focus, 
select:focus, 
textarea:focus{
	box-shadow: none !important;
}

.jet-theme-core-document{
	overflow: hidden;
}

#coupon_code{
	height: 41px;
}
@media only screen and (max-width: 1024px) {
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info>.button{
		width: 100% !important;
	}
	.jet-woo-product-price .price{
		font-size: 20px;
	}
}