/*
Theme Name: Savory Child
Theme URI: http://savory.elated-themes.com
Description: A child theme of Savory Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.1
Template: savory
Text Domain: savory
*/

html {
	scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

footer a {
  color: #D4D4D4 !important;
}

#sb_instagram .sb_instagram_header h3 {
  color: #D4D4D4 !important;
}

.eltd-woocommerce-page .product, .woocommerce .product {
  padding: 20px !important;
}

.eltd-title .eltd-title-holder .eltd-subtitle a {
  color: #FFFFFF !important;
  text-decoration: underline !important;
}

.text-white {
  color: #FFFFFF !important;
}

.woo_order_tip {
  padding: 10px 25px !important;
  color: #FFFFFF !important;
  font-size: 18px !important;
  background: #355E3B !important;
  border: 0px !important;
  cursor: pointer;
}

.woo_order_tip.active {
  color: #D4AF37 !important;
}