/* Custom Style for Product Page */
body #motopress-main.main-holder .content-holder div.product .summary .quantity .qty {
	height: 45.2px;
	font-size: 22px;
}
table.sd-specs-table {
	text-align: left;
}
.sd-specs-table th {
	padding: 6px 25px 6px 10px;
}
.sd-specs-table td {
	padding: 6px 10px;
}
.product-bottom {
	background: #FFFFFF;
	padding: 20px;
	border: 1px solid #515C7D;
	overflow: hidden;
	margin-top: 23px;
	margin-bottom: 10px;
}
.product-bottom img {
	float: left;
	margin-right: 16px;
	max-width: 286px;
}
.product-bottom .heading-product {
	background: #515C7D;
	color: #fff;
	margin: -20px -20px 17px;
	padding: 11px;
	display: block;
}
.p-content {
	padding-top: 8px;
}
.products .product:before {
	content: 'Get The Best Price';
	position: absolute;
	min-height: 30px;
	min-width: 100px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 29px;
	left: 0px !important;
	top: 0px !important;
	margin: 0;
	color: #fff;
	background: #ff5857;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.products .sale:before {
	display: none;
}
.products .product:hover:before {
	top: 0;
	left: 0;
}
.product-coupon {
	font-size: 14px;
	color: #696969;
	font-style: italic;
}
.product .onsale {
	left: 0px !important;
	right: auto !Important;
	top: 0px !important;
}
body #motopress-main.main-holder .content-holder ul.products li.product >a img, 
body #motopress-main.main-holder .content-holder div.product div.images >a img, 
body #motopress-main.main-holder .content-holder div.product div.images .thumbnails >a img {
	background: none !important;
}
body .add_to_cart_button:after {
	content: "\f07a" !important;
	font-size: 23px;
	text-indent: 0 !important;
	display: block !important;
	margin: -19px 0 0 !Important;
}
.add_to_cart_button {
	text-indent: -3000px;
}
.breadcrumb {
float: left !Important;
    font-size: 15px !Important;
    clear: both !important;
}
/* Sidebar */
#sidebar ul.product-categories li:last-child {
	border-bottom: none;
}
.home h1.title-header {
	display: none;
}


.single-product .woocommerce-tabs.wc-tabs-wrapper ul li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    padding-bottom: 5px;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper ul li:before {
    background: #ffe6bf;
    border: 1px solid #ff7900;
    border-radius: 50%;
    content: '';
    height: 6px;
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
}

.type-product .product-link-wrap h3 {
    text-transform: uppercase;
}

.single-product h1.title-header {
    text-transform: uppercase;
}
.button.product_type_simple:after {
    content: 'Order Now';
    font-size: 16px;
    display: block;
    text-indent: 0;
    margin-top: -20px;
    line-height: 1.6;
    padding-bottom: 6px;
}
body .prod-inner-wrap .product_type_simple {
    font-size: 0 !Important;
    display: block !Important;
    text-indent: -3000px;
    line-height: 0 !important;
}
.collapsing a:after, .list li:before  {
    display: none !important;
}
.sym {
    font-size: 0;
}
.collapsing a {
    padding-left: 0 !important;
}
.sym:after {
    display: inline-block;
    margin-right: 5px;
    width: 11px;
    height: 14px;
    content: "\f105";
    font-family: 'FontAwesome';
    line-height: 14px;
    font-size: 20px !important;
    color: #FF5857;
}
.collapse > .sym:after {
      content: "\f107" !important;
}
.collapsing.categories.expandable {
    border-top: 1px solid #e0e0e0;
    padding: 11px 0 !important;
}
.collapsing .collapsing .collapsing.categories.expandable {
    border: none !important;
    padding-left: 20px !Important;
    padding: 15px 20px 0 !Important;
}
#sidebar .widget li {
    line-height: 1.2;
}
.collapsing > div {
    margin-left: 25px;
}