/*
Theme Name: 3D Web (2023)
Theme URI: https://itechavengers.com/
Author: iTech Avengers Theme
Author URI: http://garrett-gardner.com/
Description:  Based on ecommerce
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 3dweb
Tags: ecommerce

*/
.woocommerce-tabs{
	display:none;
}
.single-product .up-sells.upsells, .entry-summary .product_meta{
	display:none !important;
}
.single_add_to_cart_button:hover{
	background-color:#333 !important;
	color:#fff !important;
}

/*contact form - get a quote*/
.custom-form {
	font-size: 16px;
}
.custom-form .form-group {
	margin-bottom: 1.5rem;
}
.custom-form h6 {
	margin-bottom: 0;
}
.custom-form label{
	margin-bottom: 0;
	font-weight: 600;
}
.custom-form label + br,
.custom-form label + p{
	display: none;
}
.custom-select{
	display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    appearance: none;
	border-radius: 0;
	border: 1px dashed #727272;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	height: 42.22px;
}
.custom-form input.form-control{
	height: 42px;
}
.custom-form .form-control {
	outline: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-radius: 0;
	border: 1px dashed #727272;
	background: transparent;
	z-index: 0;
	position: relative;
}
.form-control:focus,
.custom-select:focus{
	outline: none;
	box-shadow: none;
}
.custom-radio .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 10px;
}
.custom-radio .wpcf7-radio > label {
	flex: 0 0 45%;
	max-width: 45%;
	font-weight: inherit;
}
/* side by side inputs in form */
.group-input {
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
	align-items: flex-end;
}
.group-input > .form-group {
	flex: 1;
	margin: 0 5px;
	margin-bottom: 1.5rem;
}
.group-input > .form-group label{
	display: block;
	font-weight: 500;
}
.group-input.date-group > .form-group label,
.group-input.date-group > .form-group input{
	text-align: center;
}
.custom-checkbox label{
	font-weight: inherit;
}
.custom-checkbox .wpcf7-list-item{
	margin-left: 0;
}
.wpcf7 .wpcf7-submit{
	border: none;
	background: #333333;
	color: white;
	padding: 4px 15px;
}
.wpcf7 .wpcf7-submit:hover{
	background: #262626;
}
.wpcf7 .wpcf7-submit:disabled{
	background: #bebdbd;
}

input[type="checkbox"] { display: none; }

input[type="checkbox"] + span {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

input[type="checkbox"] + span:last-child { margin-bottom: 0; }

input[type="checkbox"] + span:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #24afe6;
	position: absolute;
	left: 0;
	top: 6px;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked + span:before {
	width: 10px;
	top: 5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.custom-form .wpcf7-submit{
	border:0;
	cursor:pointer;
	padding: .5rem 2rem;
	margin-bottom: 20px;
}
.custom-form div.wpcf7-validation-errors, .custom-form div.wpcf7-acceptance-missing {
	margin: 0;
	margin-top: 1rem;
	background: #edc2c226;
	border-color: red;
}
.custom-form div.wpcf7-response-output{
	margin:0;
	font-size:14px;
}
.custom-form .wpcf7-not-valid-tip {
	display: none!important;
}
.custom-form .wpcf7-not-valid {
	border: 1px dashed red!important;
	transition: .5s;
	background-color: #ec4c4c26;
	color: inherit;
}
.custom-form div.wpcf7-mail-sent-ok{
	background: #398f14;
	color:#fff;
	border: 0;
}
.custom-form .div.wpcf7-mail-sent-ok {
	background: rgba(0, 128, 0, 0.22);
}

.wpcf7-form textarea{
    height: 120px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	margin-bottom:10px;
}
.prev-img #my-img-preview{
	width: 50%;
	height:auto
}
.subs-input{
	outline: 2px solid transparent;
    outline-offset: 2px;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    height: 2.5rem;
    max-width: 360px;
    width: 100%;
}
.subs-sub-btn{
	margin-left: 0.5rem;
    height: 2.5rem;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    font-weight: 700;
    background-color: #000000 !important;
    color: #ffffff !important;
}