/*
Theme Name: Trackstar
Description: Trackstar Web Site
Author: BEVIN Creative
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/

.inset .inset-carousel .item .inner .text .item-title {
	padding: 0;
	text-align: center;
	float: none;
}

.inset .inset-carousel .item .inner .text .add_to_cart_inline del,
.inset .inset-carousel .item .inner .text .add_to_cart_inline ins,
.inset .inset-carousel .item .inner .text .add_to_cart_inline .amount {
	display: none !important;
}

.inset .inset-carousel .item .inner .text .add_to_cart_inline .add_to_cart_button:hover {
	background: #f9a132 !important;
	color: white !important;
	border-color: #f9a132;
}

.woocommerce-price-suffix {
	display: none !important;
}

.price del {
	display: block !important;
	margin: 0 !important;
}

.product-single .product-single-right .price del {
	display: inline-block !important;
	margin: 0 0 20px 0 !important;
}

.product-single .product-single-right .price ins {
	margin: 0 0 20px 20px !important;
}

.my-cart-link {
	color: #fff !important;
}

.my-cart-link:hover {
	color: #f8a236 !important;
}

.inset .inset-carousel {
	border-bottom: none !important;
	margin-bottom: 0 !important;
}

.inset {
	padding: 60px 20px 0 !important;
}

.inset--cta {
	padding: 60px 20px !important;
}

.gform_confirmation_message {
	color: white;
	display: block;
	clear: both;
	padding: 5px 0 0;
}

.product-single .product-single-right .quantity input {
	float: left !important;
	height: 38px !important;
}

.qty-changers {
	display: block;
	float: left;
	width: 35px;
	height 38px;
}

.qty-changers a {
	width: 100%;
	height: 19px;
	display: block;
	background: #f8a236;
	text-align: center;
	font-weight: 700;
	line-height: 18px;
	color: white;
	transition: all 0.2s ease-in-out;
	font-size: 18px;
}

.qty-changers a:hover {
	color: #f8a236;
	background: white;
}

.qty-changers a:first-of-type {
	border-bottom: 1px solid white;
}