/* Enter Your Custom CSS Here */

/***footer payment***/
.footer-payment-logo .card-item>img {
	padding-top:10px;
}

/***menu style***/
.secondary-nav>.menu-item.red-highlight>a {
	color: #df3737;
  font-weight:bold !important;
}
/***show sale prcie under normal price***/
span.electro-price {
display: flex;
flex-wrap: wrap;
}

.owl-item>.product .price del,
.section-onsale-product .onsale-product .price del,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price del,
li.product .price del {
width: 100%;
order: 1;
}

/***aws***/
.aws-container .aws-search-form .aws-search-clear {
color: #ffffff !important;
}
/***mobile copyright***/
@media (max-width: 768px){
	.copyright-bar .payment {
    display: none;
		
}
}
@media (max-width: 768px){
  .copyright {
    font-size: 11px;
		
}
}
@media (max-width: 768px){
  .copyright-bar {
    text-align: center;
	}
}

#scrollUp{
	bottom:100px;
	right:33px;
}

/***addon***/
.zaddon_data {
   text-align: left;
    margin-bottom: 15px;
}
/***zaddon-open***/
.zaddon-open{
	display:none;
}
/*** zaddon total***/
.zaddon_total .amount{
	font-size:2.5em !important;
}

/*** add order notes***/
#add_order_notes{
	border: 2px solid #333996;
}
