#ReturnToShopButton {
    width: 162px;
    height: 32px;
    line-height: 24px;
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    border: black 1px solid;
    background-color: black;
    border-radius: 5px;
    padding: 4px;
}


/* new footer */
/* new footer */
.footer-top-content{
	padding-top: 61px !important;
	padding-bottom: 51px !important;
}
#text-3 > h4:nth-child(1),
#nav_menu-2 > h4:nth-child(1),
.footer-top-content .row-fluid .row .widget_text h4.widget-title{
	color: #E6292F !important;
	font-size:18px;
	line-height: 30px;
	font-family: Impact;
}



.footer-mid-content{
	padding-top: 19px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

.menu-footer-container .menu-primary-container ul.menu li{
	list-style-type: none;
	padding: 0 !important;
	margin-left: 0px !important;
}


.menu-footer-container .menu-primary-container ul.menu li a{
	margin-left: -39px;
	font-family: Helvetica;
	font-size: 16px;
	line-height: 25px;
	color: #2C2C2C;
}
.menu-footer-container .menu-categories-container ul.menu li a{
	font-family: Helvetica;
	font-size: 16px;
	line-height: 25px;
	color: #2C2C2C;
}

.contact {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact .item {
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

#ship-to-different-address-checkbox {
    position: initial !important;
    margin: 0px !important;
}

#ship-to-different-address span {
    margin-left: 10px;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: unset !important;
}

.single-product .custom-sale-badge {
  left: 0;
}

.archive .custom-sale-badge {
  right: 0;
}

.custom-sale-badge {
  display: flex;
  position: absolute;
  top: 0;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #EA2830;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}