.component_shopping_lists .modal .modal-body button#shopping-list-popup-create{
  border:.1875rem solid #006241;
  -webkit-border-radius:50px;
  -webkit-border-radius:3.125rem;
     -moz-border-radius:50px;
     -moz-border-radius:3.125rem;
          border-radius:50px;
          border-radius:3.125rem;
  color:#fff;
  line-height:normal;
  overflow:hidden;
  position:relative;
  -webkit-transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  -o-transition:-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  -moz-transition:transform 1s cubic-bezier(.07, .51, .12, 1), -moz-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1),-moz-transform 1s cubic-bezier(.07, .51, .12, 1),-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  z-index:1;
  font-size:1rem;
  padding:.875rem 1.875rem;
}

.component_shopping_lists .modal .modal-body button#shopping-list-popup-create:not(.is-tabbing){
  outline:none;
}

@media (min-width:992px) and (max-width:1199.98px){
  .component_shopping_lists .modal .modal-body button#shopping-list-popup-create{
    font-size:.9375rem;
    padding:.75rem 1.5625rem;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  .component_shopping_lists .modal .modal-body button#shopping-list-popup-create{
    font-size:.9375rem;
    padding:.75rem 1.5625rem;
  }
}

.component_shopping_lists .modal .modal-body button#shopping-list-popup-create:before{
  background:#fff;
  content:"";
  height:100%;
  left:0;
  position:absolute;
  top:0;
  -webkit-transform:translateX(-100%) skew(-45deg);
     -moz-transform:translateX(-100%) skew(-45deg);
       -o-transform:translateX(-100%) skew(-45deg);
          transform:translateX(-100%) skew(-45deg);
  -webkit-transform-origin:0 0;
     -moz-transform-origin:0 0;
       -o-transform-origin:0 0;
          transform-origin:0 0;
  -webkit-transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  -o-transition:-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  -moz-transition:transform 1s cubic-bezier(.07, .51, .12, 1), -moz-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1),-moz-transform 1s cubic-bezier(.07, .51, .12, 1),-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  width:150%;
  z-index:-1;
}

.component_shopping_lists .modal .modal-body button#shopping-list-popup-create:hover,.component_shopping_lists .modal .modal-body button.hover#shopping-list-popup-create{
  color:#006241;
  border-color:#006241;
  background-color:#006241;
}

.component_shopping_lists .modal .modal-body button#shopping-list-popup-create:hover:before,.component_shopping_lists .modal .modal-body button.hover#shopping-list-popup-create:before{
  -webkit-transform:translateX(0) skew(-45deg);
     -moz-transform:translateX(0) skew(-45deg);
       -o-transform:translateX(0) skew(-45deg);
          transform:translateX(0) skew(-45deg);
}

.component_shopping_lists .modal .modal-body button#shopping-list-popup-create:focus{
  color:#006241;
  border-color:#006241;
  background-color:#fff;
}

.component_shopping_lists .modal .modal-body button.shopping-list-popup-cancel{
  border:.125rem solid #fff;
  -webkit-border-radius:50px;
  -webkit-border-radius:3.125rem;
     -moz-border-radius:50px;
     -moz-border-radius:3.125rem;
          border-radius:50px;
          border-radius:3.125rem;
  line-height:normal;
  overflow:hidden;
  position:relative;
  -webkit-transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  -o-transition:-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  -moz-transition:transform 1s cubic-bezier(.07, .51, .12, 1), -moz-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1),-moz-transform 1s cubic-bezier(.07, .51, .12, 1),-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  z-index:1;
}

.component_shopping_lists .modal .modal-body button.shopping-list-popup-cancel:not(.is-tabbing){
  outline:none;
}

@media (min-width:992px) and (max-width:1199.98px){
  .component_shopping_lists .modal .modal-body button.shopping-list-popup-cancel{
    font-size:.9375rem;
    padding:.75rem 1.5625rem;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  .component_shopping_lists .modal .modal-body button.shopping-list-popup-cancel{
    font-size:.9375rem;
    padding:.75rem 1.5625rem;
  }
}

.component_shopping_lists .modal .modal-body button.shopping-list-popup-cancel:before{
  background:#006241;
  content:"";
  height:100%;
  left:0;
  position:absolute;
  top:0;
  -webkit-transform:translateX(-100%) skew(-45deg);
     -moz-transform:translateX(-100%) skew(-45deg);
       -o-transform:translateX(-100%) skew(-45deg);
          transform:translateX(-100%) skew(-45deg);
  -webkit-transform-origin:0 0;
     -moz-transform-origin:0 0;
       -o-transform-origin:0 0;
          transform-origin:0 0;
  -webkit-transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  -o-transition:-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  -moz-transition:transform 1s cubic-bezier(.07, .51, .12, 1), -moz-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1),-moz-transform 1s cubic-bezier(.07, .51, .12, 1),-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  width:150%;
  z-index:-1;
}

.component_shopping_lists .modal .modal-body button.hover.shopping-list-popup-cancel,.component_shopping_lists .modal .modal-body button.shopping-list-popup-cancel:hover{
  color:#fff;
}

.component_shopping_lists .modal .modal-body button.hover.shopping-list-popup-cancel:before,.component_shopping_lists .modal .modal-body button.shopping-list-popup-cancel:hover:before{
  -webkit-transform:translateX(0) skew(-45deg);
     -moz-transform:translateX(0) skew(-45deg);
       -o-transform:translateX(0) skew(-45deg);
          transform:translateX(0) skew(-45deg);
}

.component_shopping_lists .modal .modal-body button.shopping-list-popup-cancel:focus{
  color:#006241;
  background:#fff;
}

h1,h2,h3,h4,h5,h6,p{
  -webkit-font-feature-settings:normal;
     -moz-font-feature-settings:normal;
          font-feature-settings:normal;
}

.serving-up-value-header-banner .serving-up-banner-heading .fl-heading{
  font-family:GT-Eesti-Pro-Display-Bold;
}

.serving-up-value-header-banner .serving-up-banner-heading p{
  font-family:GT-Eesti-Pro-Display-Regular;
}

@media (min-width:1850px){
  .serving-up-value-header-banner .serving-up-banner-heading .fl-col-content{
    padding-left:6.25rem;
    min-height:37.5rem;
  }
}

.sv-recipe-card-btn a.fl-button:focus{
  color:#006241;
}

.sv-recipe-card-btn a.fl-button:focus span{
  color:#006241 !important;
}

.sv-voila-row .voila-row{
  position:relative;
}

.sv-voila-row .voila-row a.fl-button{
  color:#025436;
  background-color:#fff !important;
  border:.125rem solid #fff !important;
}

.sv-voila-row .voila-row a.fl-button:before{
  background:#025436;
}

.sv-voila-row .voila-row a.fl-button.hover,.sv-voila-row .voila-row a.fl-button.hover span,.sv-voila-row .voila-row a.fl-button:hover,.sv-voila-row .voila-row a.fl-button:hover span{
  color:#fff;
}

.sv-voila-row .voila-row a.fl-button:focus{
  color:#025436;
  background:#fff;
}

.sv-voila-row .voila-row a.fl-button:focus span{
  color:#025436;
}

.sv-voila-row .voila-row a.fl-button:hover:focus,.sv-voila-row .voila-row a.fl-button:hover:focus span{
  color:#fff;
}

.sv-recipe-facts .component_recipe_nutrition_facts dl.nutrition_info_nutrition_description dt{
  font-weight:400;
}

.sv-recipe-facts .component_recipe_nutrition_facts dl.nutrition_info_nutrition_description dt strong{
  font-weight:400 !important;
}

.sv-recipe-facts .component_recipe_nutrition_facts dl dd,.sv-recipe-facts .component_recipe_nutrition_facts dl dt{
  font-weight:300;
}

.sv-recipe-facts .component_recipe_nutrition_facts dl dt strong{
  font-weight:300 !important;
}

.sv-hero-section .bbmodule-sv-recipe-hero .bbmodule-sv-recipe-hero-info{
  min-height:37.5rem;
}

@media (max-width:991.98px){
  .sv-hero-section .bbmodule-sv-recipe-hero .bbmodule-sv-recipe-hero-info{
    min-height:auto;
  }
}

.sv-hero-section .bbmodule-sv-recipe-hero .bbmodule-sv-recipe-hero-info .pricing{
  min-height:13.75rem;
}

.sv-hero-section .bbmodule-sv-recipe-hero .bbmodule-sv-recipe-hero-info .pricing:before{
  font-size:12.5rem;
  top:5.3125rem;
  -webkit-transform:scaleX(-1);
     -moz-transform:scaleX(-1);
       -o-transform:scaleX(-1);
          transform:scaleX(-1);
}

.sv-hero-section .bbmodule-sv-recipe-hero .bbmodule-sv-recipe-hero-info .pricing .price{
  font-size:4.6875rem;
  padding-left:2.8125rem;
}

.sv-hero-section .bbmodule-sv-recipe-hero .bbmodule-sv-recipe-hero-info .pricing .price-text{
  font-size:1.25rem;
  display:inline-block;
  width:5%;
  padding-left:.3125rem;
  line-height:1;
}

.sv-hero-section .bbmodule-sv-recipe-hero .bbmodule-sv-recipe-hero-info .pricing .pricing_text:before{
  background:url(/wp-content/themes/sobeys/assets/img/Serving.svg);
  width:5.625rem;
  height:2.8125rem;
  bottom:-4.6875rem;
  left:-3.125rem;
  -moz-background-size:contain;
       background-size:contain;
  background-repeat:no-repeat;
}

@media (min-width:1600px){
  .sv-hero-section .bbmodule-sv-recipe-hero .bbmodule-sv-recipe-hero-info .pricing .pricing_text:before{
    left:-3.75rem;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  .sv-hero-section .bbmodule-sv-recipe-hero .bbmodule-sv-recipe-hero-info .pricing .pricing_text:before{
    left:-3.75rem;
  }
}

@media (max-width:767.98px){
  .sv-hero-section .bbmodule-sv-recipe-hero .bbmodule-sv-recipe-hero-info .pricing .pricing_text:before{
    left:-2.6875rem;
  }
}

.sv-hero-section .bbmodule-sv-recipe-hero .bbmodule-sv-recipe-hero-info .card-title{
  margin-top:1.25rem;
}

@media (max-width:767.98px){
  .sv-recipe-section .card-deck.sure-value-deck{
    margin:0;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
       -moz-box-orient:vertical;
       -moz-box-direction:normal;
            flex-direction:column;
  }
}

.sv-recipe-section .card-deck.sure-value-deck .recipe-card{
  background:transparent;
}

@media (min-width:768px) and (max-width:991.98px){
  .sv-recipe-section .card-deck.sure-value-deck .recipe-card{
    min-width:25%;
    max-width:25%;
  }
}

.sv-recipe-section .card-deck.sure-value-deck .recipe-card .card-body{
  border:.0625rem solid #ddd;
  border-top:0;
}

@media (min-width:768px) and (max-width:991.98px){
  .sv-recipe-section .card-deck.sure-value-deck .recipe-card .card-body .row .container .button:before{
    right:1.3125rem;
  }
}

.component_shopping_lists #shopping-lists-table tbody tr td i{
  cursor:pointer;
}

.component_shopping_lists .modal .modal-body button#shopping-list-popup-create{
  border:.125rem solid #006241;
  background-color:#006241;
  margin:0;
}

.component_shopping_lists .modal .modal-body button#shopping-list-popup-create:hover{
  color:#006241 !important;
}

.component_shopping_lists .modal .modal-body button.shopping-list-popup-cancel{
  border:.125rem solid #006241;
  background-color:#fff;
  color:#006241;
}

.component_shopping_lists .modal .modal-body button.shopping-list-popup-cancel:before{
  background-color:#006241;
}

.component_shopping_lists .modal .modal-body button.shopping-list-popup-cancel:hover:focus{
  color:#fff;
}

.component_shopping_lists .modal .modal-body button:last-child{
  margin:0;
}

.component_shopping_lists .modal .modal-body button:focus{
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
}

.component_shopping_lists .modal .modal-body button:active{
  border:.125rem solid #006241;
  background-color:#006241;
}

.component_shopping_lists .modal .modal-body button:active:focus{
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
}

@media (max-width:767.98px){
  .component_shopping_lists #shopping-list-create button{
    width:100%;
  }
}

.component_shopping_list #shopping-list-header #shopping-list-header-details .shopping-list-controls i,.component_shopping_list #shopping-list-table tbody i{
  cursor:pointer;
}
