.addtocart-button {
    width: 100%;
    height: 40px;
    font-size: 16px;
    display: flex;
    justify-content: center;
}
.hasTooltip {
	display:none;
}
#sp-header .logo {
    height: 100px;
    display: inline-flex;
    margin: 0;
    align-items: center;
}
#sp-header {
    height: 100px;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    animation: spFadeIn 0.5s;
}
#sp-main-body {
    padding: 10px 0;
}
.helix-social-share {
    float: right;
    display: none;
}
#sp-top-bar {
    background-color: #fff !important;
    color: #000 !important;
}
#sp-top2 {
	float:right;
	text-align:right;
}
#sp-top2 .total_products {
	display:none;
}
.virtuemart_search {
    padding-top: 15px;
    border-top: 1px solid #ddd;
    display: none;
}
.vm-order-list {
	display:none;
}
.display-number {
	display:none;
}
h3 {
    font-family: Open Sans, sans-serif;
    font-weight: normal;
	font-size:16px !important;
	color:#ffffff;
	margin:10px 0px;
}
.quantity-input {
	max-width:50px !important;
}
.product .thumbnail {
    padding: 15px;
    min-height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    border: solid 1px #ccc;
}
span.PricesalesPrice {
    font-size: 100%;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
    max-width: 250px !important;
    height: 38px;
}
.h5, h5 {
    font-size: 20px;
	font-weight:600;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
    font-size: 16px;
}
.PricediscountAmount {
	color:#dddddd;
}
.cart-summary {
	table-layout:fixed;
}
.vm-cart-item-name {
max-width:150px !important;
}
.vm-customfield-cart td {
	max-width:250px;
}

.vm-cart-item-basicprice {
		max-width:50px;
}
.vm-cart-item-discount {
		max-width:50px;
		text-align:center;
}
.vm-cart-item-total {
		max-width:50px;
		text-align:center;
}
fieldset {
    border: 0px solid #c0c0c0 !important;
    margin: 0 2px;
    padding: 3px;
}
.additional-images {
	display:none;
}
.productDisplayShipment {
	display:none;
}
.vm-price-desc + span {
    display: inline-block;
    text-align: left;
    width: 70%;
	font-size:18px;
	font-weight:bold;
}
.vm-price-desc {
    display: inline-block;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
	font-size:18px;
	font-weight:bold;
}
.product-price {
	margin-top:10px;
}
.spacer-buy-area .addtocart-area {
    margin-top: 30px;
    width: 40%;
}
.product-description {
	margin-top:25px;
}

.vm2-remove_from_cart {
    background-position: 0 -212px !important;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    vertical-align: top;
    width: 24px;
}
.vm2-add_quantity_cart {
    background-position: 0 0;
    width: 24px;
    height: 24px;
    border: 0px;
    cursor: pointer;
}

.vmicon, .vmiconFE {
    background: url(../images/vm2-sprite.png) no-repeat top left;
}
.fancybox-title-inside {
	display:none !important;
}