.section-4{
  margin-bottom:50px;
} 
.footer font, .footer .text ul li a,.footer strong,.footer p,.footer h2{
  font-family:"SF-Pro-Display-Regular"!important
} 
@media (max-width:480px){
  .footer .footer-top .footer-left .text-contact .text{
    width:100%;
  }
}  
.header .header-right .header-bottom .menu-nav li .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
} 
:root {
  --shop-color-bg: #f5f5f5;
  --shop-color-main: #263b96;
  --shop-color-sub: #b08e42;
  --shop-color-text: #252a2b;
  --shop-color-title: #333333;
  --shop-color-hover: #45c9e3;
  --shop-color-button: #263b96;
  --shop-color-border: #eae4e8;
  --home-category-bg-1: #faf1ff;
  --home-category-bg-2: #faf4eb;
  --home-category-bg-3: #f4e6e5;
  --home-category-bg-4: #e6f2f4;
  --home-category-bg-5: #fff6f6;
  --home-coupon-bg: #ffffff;
  --home-coupon-light: #ffffff;
  --home-coupon-border: #f8d0d3;
  --home-coupon-text: #333333;
  --home-collection1-bg: #831713;
  --home-collection1-icon: #ffe501;
  --home-collection1-color-text: #ffffff;
  --home-categorize-bg: #dee4e9;
  --home-categorize-color: #333333;
  --home-collection2-bg: #adc4d2;
  --home-collection2-title: #ff0000;
  --home-collection3-bg: #e9dabe;
  --footer-bg-color-1: #2a2a2a;
  --footer-bg-color-2: #2a2a2a;
  --footer-bg-color-copyright: #222222;
  --footer-color-title: #ffffff;
  --footer-color-text: #aaaaaa;
  --footer-color-hover: #45c9e3;
  --accentColor1: #929292;
} 
.btn{
	background-color: var(--shop-color-button);
    border-color: var(--shop-color-button);
}
.btn:hover{
	background-color: var(--shop-color-hover);
    border-color: var(--shop-color-hover);
}