/* Enter Your Custom CSS Here */
.woocommerce .product h2.product_title {
	  font-size: 22px;
    font-weight: 400;
	color: #101010;
}
.woocommerce-product-details__short-description p {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	color: #6e6e6e;
}
.quantity .minus, .quantity .plus {
	background-color: #151515 !important;
}
.quantity .minus:hover, .quantity .plus:hover {
	border-color: #151515 !important;
}
.quantity input.qty {
	font-style: normal !important;
	color: #151515 !important;
}
span.woocommerce-Price-amount.amount {
	color: #151515 !important;
	font-size: 15px !important;
	font-style: normal !important;
	font-family: 'Open Sans', sans-serif !important;
}
del span.woocommerce-Price-amount.amount bdi {
	color: #a6a6a6;
}
.product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as, .product_meta .social_share_title{
    font-size: 14px;
    color: #101010;
}
.product_meta>span span, .product_meta>span a {
	  font-family: Open Sans, sans-serif !important;
    color: #6e6e6e !important;
}
.single.single-product .content.content_top_margin .content_inner .container {
	background-color: #fff;
}
.tabs-nav li.active a {
	background-color: #151515 !important;
}
.q_tabs .tabs-nav li a:hover{
	background-color: #151515 !important;
}
.qodef-product-standard-title h2.woocommerce-loop-product__title {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 4px;
}

@media screen and (min-device-width: 601px) and (max-device-width: 768px) {
.woocommerce-product-details__short-description {
	    padding: 5px 20px 5px 0px !important;
}
}
@media only screen and (max-width: 767px) {
	button#myBtn {
    margin-top: 10px;
}
	.single.single-product .product_meta {
    margin-bottom: 20px;
}
	.nameinputs p {
    width: 47%;
    display: inline-block;
}
 input[type="text"], input[type="email"],  input[type="tel"], textarea {
	width: 94%!important;
		border-bottom:2px solid black!important;
	}
		.inquiry_form input[type="text"], .inquiry_form input[type="email"], .inquiry_form input[type="tel"], textarea {
	width: 94%!important;
		border-bottom:2px solid black!important;
	}
	span.select2.select2-container.select2-container--default.select2-container--above {
    width: 150px !important;
}
}
@media only screen and (max-width: 600px) {
.product.type-product .summary.entry-summary {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.woocommerce-product-details__short-description {
    padding-right: 25px !important;
    text-align: center;
    margin: 0 auto;
}
.home .full_screen_section_slide, .vc_row.full_screen_section {
    padding: 0px 0px !important;
}
	.home .full_width_inner {
		padding-top: 0px !important;
	}
	rs-module-wrap#rev_slider_3_1_wrapper {
    height: 300px !important;
}
}