@charset "utf-8";
/* CSS Document */
/*newsletter*/
.imputwrapper .evenbox {
    width: 48% !important;
    display: inline;
}
.imputbuttonwrapper {
    display: flex;
    -webkit-box-align: start;
    align-items: start;
    margin: 12px 0px;
}
.imputwrapper {
    
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    vertical-align: baseline;
    white-space: normal;
    line-height: 0;
    position: relative;
    z-index: 0;
}
.imputwrapper input, .imputwrapper textarea {
    position: relative;
    background: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.4285;
    resize: none;
    outline: none;
    padding: 9px 8px;
    margin: 0px;
    appearance: none;
    border-radius: 50px;
    width: 100%;
    box-shadow: none;
    box-sizing: border-box;
    border: 1px solid #fff;
}
div.NewsletterSubscription {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 24px 0 0;
}
/*end newsletter*/
#announcementbar {
    clear: both;
}
.quick_search_input{
    max-width:35% !important;
}
.quick_selector{
    width: 25% !important;
    display: inline;
    max-width: 75%;
}
.span_50 {
    width: 48% !important;
    padding: 8px;
    font-size:.967rem;
}
select.selector.quick_selector {
    width: 25% !important;
}
/* mega menu image*/
.products_in_mega_menu .rowdata {
    float: left;
    padding: 20px 8px;
    width: 100%;
}
#SideCategoryList .ProductImage {
    background: transparent none repeat scroll 0 0;
    height: 175px;
    position: relative;
    padding: 3px;
    box-sizing: border-box;
}
#SideCategoryList .ProductImage img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 136px;
    max-width: 80%;
    position: absolute;
    right: 0;
    top: 0;
}
li.custom {
    background: none !important;
}
.custom h1 {
    font-size: 1.3rem !important;
}
/*new add to cart*/
.btn_right {
       margin: 4px 0 !important;
    background: #e3e9ed !important;
    border: 1px solid #e3e9ed !important;
    color: #374957 !important;
display:block;
}
.btn_right:hover {
    background: #f6f6f6 !important;
    color: #333 !important;
    display:block;
}
.points_success::before {
    width: 25px !important;
    height: 25px !important;
    vertical-align: middle;
    display: inline-block;
    background: url("https://www.mozilla.org/media/img/firefox/whatsnew/icon-green-check.02ff8ee214d1.svg") no-repeat;
    content: "";
    background-size: 25px 25px;
    margin: 0 16px;
}
.LoyaltyProductExtra {
    text-align: left;
}
img{
    max-width:100%;
    height:auto;
    }
.shoppingListIcon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}

.shoppingListIcon_icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    color: #774977;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 5px;
    background-color: hsla(0,0%,100%,.8);
}
.shoppingListIcon .fa.fa-heart.fw {
    margin: 0 auto !important;
    line-height: 30px;
    color: #ccc;
}
.shoppingListIcon .fa.fa-heart.fw:hover {
    color: green;
}
.AddToCartArea {
    top: 15%;
    position: absolute !important;
    width: 100%;
    left: 0;
    text-align:center;
    background: rgba(255,255,255,.8);
}
.ProductQuantity {
    text-align: center;
    margin: 0 auto;
}
.ProductActionAdd {
    /*display: flex;*/
    font-size: 0.95em;
    font-weight: 400;
    height: auto;
    margin: 5px 0;
    padding: 2px;
    /*flex-direction: column;*/
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    box-sizing:border-box;
}

.ProductPriceRating strike {
    clear: both;
    color: #999 !important;
    margin: 0 1.4%;
    display: inline-block !important;
    font-weight: 300;
    font-size: .65rem;
}
  #CategoryContent .ProductList em {
    display: initial;
    padding-bottom: 3px;
    min-height: 45px;
    width:100%;
}
.disclaimer{
    padding:15px;
    
    }

/*instock notify */
div#instockalert {
    margin: 5% 0;
}
input#notify_email {
    display: inline;
}
input#btn_notify {
    display: inline-block;
}

/*author Profile*/
.profile_info {
    width: 100%;
    display: block;
    margin: 2% 0;
    background: #f1f7f7;
    padding: 20px 0;
    border-radius: 3px;
}
.avatar {
    margin: 0.5% 2%;
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: flex;
    flex-display: no-wrap;
    float: left;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
    vertical-align: baseline;
    padding: 15px;
    color: rgb(233, 30, 99);
}
.profile_img{
width: 48px;
height: 48px;
border-radius:100%;

} 
.contributor_header{
font-weight:500;
font-color: #111;
font-size:1em;
}
.Contributor_name{
color:#111;
font-size:1em;
}
.Contributor_name a {
    color: rgb(3, 166, 120);
}
/*Recipe*/
ul.RecipeList li .RecipeImage img {
    width: 100%;
    max-height: 220px;
    background-size: cover;
    object-fit: cover;
    max-width: 100%;
    border-radius: 8px;
}
#RecipeDetails .RecipeMain {
    width: 50%;
    float: left;
    background: #fff;
    padding: 12px;
    margin:0 !important;
    box-sizing: border-box;
}
.RecipeMain h3 {
    color: #333;
}
#RecipeDetails .RecipeThumb {
    float: left;
    width: 50%;
    text-align: center;
}
#RecipeDetails {
    margin: 0 0 20px;
    background: #fff !important;
}
.chef_note{
    padding:20px;
    font-size:16px;
    }
.RecipeDescription h3 {
    color: #111;
    font-weight: 500;
    font-size: 1.4em;
}
.RecipeIngredients h3{
    color: #111;
    font-weight: 500;
    font-size: 1.4em;
    }
.RecipeMain h2 {
    font-size: 2.4em;
    width: 100%;
    font-weight: 600;
}
#RecipeList {
    background: none !important;
    padding:0;
}
ul.RecipeList li {
    list-style: none;
    float: left;
    width: 32.333%;
    margin: 0.44%;
    overflow: hidden;
    min-height: 17em;
    position: relative;
    display: block !important;
    background: #fff;
    padding: 0 0 20px !important;
    border-radius: 4px;
    box-sizing:border-box;
}
.RecipeList .guarantee li {
    min-height: 0;
padding:10px !important;
}

.RecipeList .guarantee .recipe_bold {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: .845rem;
    color: #555;
    text-transform: uppercase;
}
#HomeFeaturedRecipes .RecipeName {
    min-height: 2.576rem;
    position: absolute;
    background-color: rgba(255,255,255,0.85);
    display: table;
    width: 100%;
}
.RecipeName h3 {
    font-weight: 500 !important;
    font-size: 1rem;
}
/*ul.RecipeCategoryList li {
    list-style: none;
    float: left;
    width: 24%;
    margin: 0.5%;
    overflow: hidden;
    min-height: 17em;
    display: flex;
    box-sizing: border-box;
    background:#fff;
    border-radius:3px;
    padding:0 !important;
}*/
ul.RecipeCategoryList .sale_flag_side{
    display:none;
}
.RecipePagination {
    color: #111;
    background: #fff !important;
    text-align: center;
    padding: 5px;
}
ul.RecipeCategoryList li {
    list-style: none;
    float: left;
    width: 32%;
    margin: 0.5% 0.6%;
    overflow: hidden;
    min-height: 17em;
    display: block !important;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    padding: 0 !important;
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
}
ul.RecipeCategoryList {
    list-style: none;
    margin: 0 -12px;
    padding: 0;
    display:flex;
    flex-wrap:wrap;
}
.pname #HomeFeaturedCategories h2 {
    display: none;
}
ul.RecipeCategoryList li img {
    width: 100%;
    min-height: 180px;
    max-height: 180px;
    background-position: 50% 50%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 8px;
}
.CategoryImage {
    max-height: 180px;
    width: 100%;
}
#RecipeSubCategoies {
    background: none !important;
    padding: 0;
    border-bottom: 12px solid #eff3f5 !important;
}
.recipe_bold {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: .925rem;
    color: #555;
    text-transform: uppercase;
    display: block;
}
.guarantee li::before {
    content: "/";
    position: absolute;
    top: .1em;
    right: -.23em;
    font-size: 2.25em;
    font-weight: 400;
    color: #d7d9db;
    padding: 0;
}
.category_header_border {
    border-bottom: 4px solid #333;
    width: 100px;
    margin: 10px auto;
}
.CategoryName {
    padding: 20px 4px;
    box-sizing: border-box;
    text-align: center;
}
.CategoryName h4 {
    color: #9b9b9b;
    font-size: .8976rem;
}
.RecipeCategoryList .CategoryName {
    padding: 20px 24px;
    box-sizing: border-box;
    min-height: 122px;
    max-height: 122px;
    text-align: left !important;
}
/* CART PAGE TABLE HACK FOR SPACING*/
td.CartItemQuantity.Even {
    width: 18%;
}
td.CartItemTotalPrice.Even {
    width: 20%;
}

.BlockContent.Block_section {
    max-height: 200px !important;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    border-bottom: 12px solid #eff3f5;
}
.Recipes_Shop {
    display: block;
    border: 2px solid #111 !important;
    background-color: #111 !important;
    float: right;
    padding: 10px 15px !important;
    color: #fff !important;
    text-decoration: none;
    margin-bottom: 10px;
    border-radius: 4px !important;
}
.CategoryImage-1 {
    width: 58%;
    float: right;
    height: auto;
}
#RecipeCategoryDetails .CategoryDescription {
    width: 42%;
    float: left;
    padding: 12px;
}
.CategoryDescription {
    width: 100%;
    /* float: left; */
    padding: 12px;
    box-sizing: border-box;
}
.CategoryImage-1 img {
    width: 100%;
    height: auto;
    max-height: 100%;
    box-sizing: border-box;
}
#RecipeCategoryDetails {
    margin: 0 0 12px;
    padding:0;
}
.CategoryDescription h2 {
    color: #111;
    font-size: 24px;
}
.RecipeIngredients {
    width: 33%;
    float: left;
}
#RecipeDescription {
    width: 66%;
    float: right;
    clear: none !important;
}
#RecipeShop {
    background: none !important;
}
#HomeFeaturedRecipes {
    background:#fff;
    border-radius:8px;
}
#HomeFeaturedRecipes h2 {
    text-align:center;
    color:#111;
}
#HomeFeaturedCategories h2 {
    text-align: center;
    color:#222;
}
#HomeFeaturedCategories {
    border-bottom: 1px solid #eff3f5 !important;
}
.free_Pickup_message {
    color: #000;
    text-align: left;
    font-size: .856em;
    margin: 5px 0;
}

.shipping_message {color: #2a8703;font-weight: 700;font-size: 0.85em;text-transform: lowercase;text-align: left;margin: 10px 0 0;}
.ProductShortDescriptionContainer ul li {
padding:3px;
    list-style: outside !important;
    color: #111 !important;
    font-size: .84em;

}

.recipe_banner{
    margin: 0 auto;
    /*max-width: 85.25em;*/
    overflow: hidden;
    width: 100%;
    background: #fff;
    position:relative;
    height: auto;
    max-height:280px !important;
}
.recipe_banner img{
    width:100%;
    height:auto;
    max-width:100%;
}
/*Recipe Search*/
.recipe_search_container{
    background:#fff;
    padding:0;
    margin:0 auto;
    text-align:center;
    }
.recipe_search_middle{
    margin:0 auto;
    /*width:80%;*/
    box-sizing:border-box;
    }
.rcp_search {
    background: #eff3f5;
    color: #888;
    width: 84%;
    line-height: normal;
    margin: 0;
    padding: 12px 18px;
    border: none;
    vertical-align: middle;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.recipe_search_middle .rcp_search {
    background: #f7f7f7;
    color: #444;
    width: 74% !important;
    line-height: normal;
    margin: 0;
    padding: 12px 18px;
    border: none;
    vertical-align: middle;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
}
.rcp_search_submit {
    /*width: 16%;*/
    font-weight: 300;
    letter-spacing: normal;
    padding: 10px 18px;
    text-transform: none;
    background: #154734 !important;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 4px 4px 0;
}
.mask {
    background: #000;
    opacity: .5;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
}
/* Reward Points customer dashboard*/
.selector {
    width: 55% !important;
    display: inline;
    max-width: 75%;
    margin: 0 1rem;
    box-sizing: border-box;
    border-radius: 3px;
    /*! background: #eee !important; */
    border: 1px solid #ccc;
}
.reward_search{
    padding: .9rem 1.5rem;
    background: #154734 !important;
    border: 1px solid #444 !important;
    font-size: .8rem !important;
    color: #fff !important;
    border-radius:3px;
}

.reward_dash {
    width: 100%;
    box-sizing: border-box;
}
.rcp_header_content{
    width:100%;
    max-width:85.25em;
    color:#f3f3f3;
    font-size:1.2em;
    text-align:center;
    }
.rcp_header_content h2{
    color:#fff;
    font-size:23px;
    margin:10px 0;
    text-align:center;
    }
.label {
    display: inline !important;
    width: auto;
}
.points_earned{
     color:#26dad2 !important;
    }
.points_redeemed{
     color:#7460ee !important;
    }
.points_balance{
     color:#ffb22b !important;
    }
.points_display {
    color: #111;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    background: #fff;
    padding: 18px 12px;
}
.points_success {
    color: #000 !important;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    padding: 0 16px !important;
    display: inline-block;
}
#WrapperHome .cart_points {
    max-width:100%;
}
.cart_points {
    text-align: left !important;
    padding: 0.25rem 0.25rem !important;
    color: #000 !important;
    font-weight: 300 !important;
    font-size: .786rem !important;
    clear: both;
    display: flex;
    background: #f7f7f7;
    border-radius: 8px;
    margin: 1% auto 2%;
    max-width: 75rem;
}
.points_display h2 {
    font-size: 1.6rem !important;
    text-align: center;
    color: #111 !important;
}
#AccountRewardPoints .CartContents td{
    padding:12px 10px;
    box-sizing:border-box;
    }

#AccountRewardPoints .CartContents tr:hover{
    background:#f3f3f3;
    }
#AccountRewardPoints thead th {
    background: #f7f7f7;
    color: #333 !important;
    font-weight: 600;
}
.customer_points {
    margin: 0 0 2%;
    box-sizing: border-box;
    background: #fff;
    padding: 2px 12px;
}
#customer_search_form {
    width: 100%;
    box-sizing: border-box;
    padding: 34px 12px;
    /*! background: #ececec; */
    color: #444;}

.DetailLoyalty {
    background: #eff4f5;
    padding: 18px;
    margin: 12px 0;
    color: #221924;
    text-align: center;
}
.DetailLoyalty .fa{
font-size:14px !important;
padding:2px !important;
margin:0 5px !important
}
.LoyaltyProductPoints {
    color: #008a00;
    text-align: left;
    font-size: .625rem;
    padding:4px;
}
#loyalty_popup_content .loy_popup_signup a {
    background: #25a159 !important;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
}
/* end Reward dash*/
.cart_info_message img {
    max-width: 100%;
    height: auto;
}
.Block.ExpressCheckout {
    width: 100%;
    margin: 15px 0 !important;
}
/*--------labels Flag highlight----------*/
.prod_label{
    position: absolute;
    z-index: 20;
    height: auto;
    padding: .21429rem .78571rem;}


.banner_middle .sale_flag_side {
    display: none;
}
.sale_flag_sash, .sale_flag_side, .featured_flag_side, .new_flag_side, .sale_text_burst, .sold-out {
    display: grid;
    z-index: 20;
    margin: 0 0 3.155%;
    padding: .01429rem .68571rem;
    color: #fff;
    border-radius: 2px;
}
.sale_flag_side {
    transition: .8s ease;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
    height: auto;
    background: rgb(232, 41, 89);
    border: 2px solid rgb(232, 41, 89);
}

.featured_flag_side {
    transition: .8s ease;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
    height: auto;
    background: #f7f7f7;
    border: 2px solid #f7f7f7;
}

.new_flag_side {
    transition: .8s ease;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
    height: auto;
    background: #f7f7f7;
    border: 2px solid #f7f7f7;
}
span.sale_text {
    color: #002E6E;
}
.sold-out {
       
    transition: .8s ease;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
    height: auto;
    background: #e40046;
    border: 2px solid #e40046;
}
/*--------end labels Flag highlight----------*/
.displayitems {
    background: #fff !important;
    border-top: 1px solid rgb(247, 247, 247);
    overflow: hidden;
}
.cart_info_message {
    border: 5px solid #fff;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    display: block;
    margin:20px auto;
}

#main_bg{
    background:#fff !important; 
    }

#ProductShortDescription {
    clear: both;
    padding:12px;
    box-sizing: border-box;
}
.ProductShortDescriptionContainer {
    padding: 12px;
    background: #fff;
}
.SalePrice {
    color: #e40046;
    font-size: 0.8rem;
}
.free_download_tech > a {
    background: #00a0df none repeat scroll 0 0 !important;
    border-radius: 3px !important;
    color: white !important;
    padding: 8px 10px !important;
    text-decoration: none !important;
}

.ProductOptionList .optionSwatches li {
    display: inline-block;
    margin: 2px !important;
}
.optionSwatches li input:checked + label {
    background: #2e5c69 none repeat scroll 0 0;
}
.optionSwatches li label {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #203c70 !important;
    color: #203c70;
    display: inline-block !important;
    font-weight: 600;
    height: 43px !important;
    line-height: 43px;
    margin: 0 3px 3px 0;
    min-width: 58px;
    padding: 0;
    text-align: center !important;
    text-decoration: none;
    /*width: 58px !important;*/
    cursor:pointer !important;
}
.optionSwatches.colorSwatches li input:checked + label {
    border: 3px solid #111 !important;
}
.ProductMain .optionSwatches li input:checked + label {
    border: 1px solid #2e5c69 !important;
    color: #fff !important;
}

.ProductMain .optionSwatches li label {
    background: #fff none repeat scroll 0 0;
    border:1px solid #555 !important;
    color: #555;
    cursor: pointer !important;
    display: inline-block !important;
    font-weight: 400;
    height: 43px !important;
    line-height: 43px;
    margin: 0 3px 3px 0;
    min-width: 58px;
    padding: 0 4px;
    text-align: center !important;
    text-decoration: none;
    border-radius: 8px;
    /*width: 58px !important;*/
}
#Container #Wrapper .Leftpay li .video_link a {
    background: #fc9a25 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 11px;
    margin: 10px 0 5px;
    padding: 8px;
    text-align: center;
}

.Left h2 {
    font-size: 1.25em;
    margin: 5px 0 8px !important;
    width: auto !important;
    text-align:left;
    /*! border-bottom: 1px solid #eee; */
}
.change_image {
    border: 0;
    border-radius: 3px !important;
    cursor: pointer;
    display: inline-block;
    height: 10px !important;
    margin: 5px 2px;
    padding: 1px;
    width: 20px !important;
}

.Content .ProductList li, .fastCartContent .ProductList li {
    /*! border: 0 !important; */
    text-align: center !important;
}

.CartContents .WrappingOptions a {
    padding: 3px 16px;
    text-transform: uppercase;
    background: #fff;
    -moz-border-radius: 2px;
    border-radius: 3px;
    color: #111;
    border: 1px solid;
    font-weight: 300;
}

/*--------------///////////curency converter/////////////-----------*/
#cur_selector_header_child ul {
    list-style: outside none none;
    margin: 0 !important;
    padding: 0 !important;
}
#TopMenu .dd .ddTitle {
    background: #fff none repeat scroll 0 0 !important;
    color: #222 !important;
    padding: 7px;
    border-left: 1px solid #ececec;
    margin: 5px;
    border-radius: 4px;
    border: 1px solid #ececec;
}
.borderRadiusTp {
    border-radius: 0;
}
/*--------////////////////Product Page///////////////-----------*/

.hidden{
    display:none !important;
}

.TinyOuterDiv{
    border:0 !important;
}
.TabNav li a {
    background: #fff;
    color: #0e0e0e;
    font-size: 14px !important;
    padding: 14px;
    text-transform: uppercase;
}
.TabNav {
    font-size: 14px !important;
    margin: 10px 0;
    padding: 2px !important;
}
hr{
    background:none !important;
}
#ProductDetails .ProductTinyImageList ul li {
    border: 0 !important;
    float: left;
    height: 30px;
    margin-left: 3px;
    overflow: hidden;
    width: 40px;
}
#ProductDetails .ProductTinyImageList ul li:active{
    border:1px solid #ececec !important;
}
/*------/////////////////category page//////////////////////---------*/
.SubCategoryListGrid li {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    float: left;
    margin-bottom: 4px;
    margin-left: 0.44% !important;
    padding: 10px;
    text-align: center;
    width: 23% !important;
}
.SubCategoryList, .SubBrandList {
    background: #eef5f9 none repeat scroll 0 0;
}
.SubCategoryListGrid {
    clear: both !important;
    padding: 4px;
}
.ProductDetailsGrid .Label {
    display: inline;
    float: left;
    font-size: .745rem;
    font-weight: 600;
    margin: 0 0 6px -140px;
    padding-top: 1px;
    color:#000;
    position: relative;
    text-align: left;
    width: 130px;
}
#LayoutColumn1 .ui-accordion .ui-accordion-icons {
    border-bottom: 1px solid #fff !important;
    border-radius: 0;
    color: #222 !important;
    font-size: 0.7353rem;
    font-weight: 500 !important;
    margin-bottom: 10px;
    margin-left: 0 !important;
    font-family: 'Poppins', sans-serif;
    padding: 0 0 5px;
    text-transform: uppercase;
}
.SubCategoryList, .SubBrandList {
    background: #fff none repeat scroll 0 0;
}
/*----disable to use new custom checkbox style-----*#LayoutColumn1 ul li input, #LayoutColumn1 ul li label {
    color: #8e969e !important;
    float: left;
    font-size: 0.7333rem !important;
    margin-right: 5px;
}*/
#LayoutColumn1 ul li input, #LayoutColumn1 ul li label {
    color: #111 !important;
    float: left;
    font-size: 0.8233rem !important;
    margin-left: 0px;
    margin-right: 5px;
}

#SideCategoryList .has_megamenu.animated_item .mega_menu.type_3 .mega_menu_item {
    width: 48% !important;
}
#SideCategoryList li.has_megamenu.animated_item .mega_menu_item .list_of_links > li {
    clear: none;
    float: left;
    height: auto;
    line-height: 22px;
    margin-right: 1%;
    min-height: 15px;
    overflow: hidden;
    width: 32%;
}
#SideCategoryList li.has_megamenu.animated_item .mega_menu_item .list_of_links li > a {
    color: #222 !important;
    font-family: 'Poppins', sans-serif;
    font-size: .825rem !important;
    font-weight: 400;
    margin: 0 !important;
}
#SideCategoryList li.has_megamenu.animated_item .mega_menu_item .list_of_links li > a:hover {
    color: #444;
    }
    
.dd .ddTitle {
    background: none !important;
    color: #fff !important;
}
.ddcommon {
    cursor: default;
    display: inline-block;
    margin: 0 !important;
    position: relative;
    float:left;
}
.PrimaryProductDetails .ProductThumb {
    float: left;
    height: auto !important;
    padding-top: 20px;
    text-align: center;
    width: 250px;
}
#ProductDetails .ProductThumbImage {
    margin: 0;
    overflow: hidden;
    width: 100% !important;
}
/*.ProductThumbImage img {
    height: auto !important;
    max-width: 100% !important;
}*/

.btn_pack {
    background: #f3bf83 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 7px;
    padding: 3px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

a.btn_pack:hover {
    background: #F0AC64;
    border: medium none;
    border-radius: 3px;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 7px;
    padding: 3px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.float_right_link {
    margin: -29px auto 12px;
    text-align: center;
}


.myProductOptionList, .myProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.myProductOptionList {
    margin-top: 5px;
    margin-bottom: 10px;
}
.myProductOptionList li {
    margin-bottom: 3px;
    margin-left: 2px;
}
.myProductOptionList input {
    vertical-align: middle;
}
.myProductOptionList {
    display: block;
}
.myProductOptionList ul, .myProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.myProductOptionList li {
    margin-bottom: 3px;
}
.myProductOptionList input {
    vertical-align: middle;
}


.color_tc_show {
    border-radius: 100% !important;
    display: inline-block;
    height: 14px !important;
    margin-right: 5px;
    width: 14px !important;
    border:1px solid #ccc;
}
@media only screen and (max-width: 500px) {
    #SideCategoryList li.has_megamenu.animated_item .mega_menu_item .list_of_links > li {
    width: 100%;
}

    
}

.footerterm {
    box-sizing: border-box;
    clear: both;
    color: #8e969e;
    display: block;
    margin: 5px auto 30px;
    max-width: 85.25em;
    overflow: hidden;
    text-align: left;
    width: 100%;
}
/*-----------credit registration form link------------*/
.split_3 {
    float: left;
    width: 16.6667%;
}
.legacy_fw {
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    clear: both;
    display: table;
    margin: 70px auto 20px;
    max-width: 1170px;
    overflow: hidden;
    padding: 20px 0 18px;
    width: 100%;
}
.legacy_Apply_left {
    float: left;
    font-size: 38px;
    font-weight:600;
    line-height: 1;
    text-align: center;
    width: 50%;
}
.legacy-Apply-middle ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.alert-body > p, ul {
    color: #888;
    margin: 0;
    list-style: none;
}

.btn-lg {
    border-radius: 6px;
    line-height: 1.33333;
    padding: 10px 16px;
}

.btn-primary {
    background-color: #acc900;
    border-color: transparent;
    color: #fff;
}
.btn-lg, a.btn-lg, .btn-group-lg > .btn {
    font-size: 1.385em;
    min-width: 170px;
    padding: 9px 30px;
}
.btn-primary, a.btn-primary, a.btn-primary:link, a.btn-primary:visited {
    background-color: #acc900;
    border-color: transparent;
    color: #fff;
}

.btn-lg, .btn-group-lg > .btn {
    border-radius: 6px;
    font-size: 17px;
    line-height: 1.33333;

    max-width: 100%;
    padding: 10px 16px;
    width: auto !important;
}


button, .btn:focus, a.btn:focus, button.btn:focus, input[type="text"]:focus, input[type="password"]:focus, textarea:focus, input.checkout-widget-input[type="text"]:focus, .form-control:focus, .btn-group:focus {
    border: 1px solid #039cda;
    outline: medium none;
}

.CurrentlySoldOut {
    background: #fdd6ce url(../images/error.png) no-repeat scroll 15px center;
    clear: both;
    color: #444;
    font-size: 12px;
    padding: 20px 20px 20px 55px;;
}

.CurrentlySoldOut > p {
    margin-bottom: 3px;
}

.banner_middle .pname middle li {
    float: left !important;
    font-size: 13px;
    list-style: outside none none;
    margin: 2% 1.44% !important;
    text-align: center;
    width: calc(14.66667% - 16px) !important;
}
.LoyaltyProductEarn {
    background: #f7f7f7;
    text-align: left;
    padding: 10px;
    color: #111;
    border-radius: 5px;
}
.LoyaltyProductDetails{
    background:none !important;}
    
.ViewRecipe {
    padding: 10px 18px;
    float: left;
    border: 1px solid;
    margin: 16px 10px;
    border-radius: 4px;
    color: #002E6E;
    box-shadow: 0 .25rem .25rem 0 rgba(66, 66, 66, .04), 0 .0625rem .25rem 0 rgba(0, 0, 0, .08);
}
.LoyaltyProductExtraLabel {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #ffc120 !important;
    color: #fff;
    padding: 3px 10px 4px !important;
    font-weight: 500 !important;
}

/*Shopping List*/
ProductQuantity{
    text-align:center;
}
.ProductQuantity input[type=text]{
    width: 40px !important;
    text-align: center;
    padding: 4px !important;
    border: 1px solid #f5f5f5;
}
.ProductQuantity .change_quantity{
    background-color: #f6f6f6;
    padding: 2px 10px;
    border: 0px;
    color: #111;
    font-weight: 600;
    cursor:pointer;
    /* border-radius: 2px; */
}


ul.ProductList li{
    
    position:relative;
    background: #fff;
    overflow:visible !important;
    border:0px !important;
    z-index:4;
    border-radius: 3px;
}


@media only screen and (min-width: 769px) {
    ul.ProductList li .ProductSwap{
        /*position:absolute;*/
        padding:8px;
    }
}
ul.ProductList li:hover .ProductSwap{
    border-radius: 5px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    /*border:1px solid #ddd;*/
    background-color:#fff;
}

.Content .ProductList li:hover{
    background:none !important;
}

ul.ProductList li .AddToCartArea
{

}
.btnList {
    background: #fff !important;
    border: 2px solid #002E6E !important;
    color: #002E6E !important;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    margin: 15px auto;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50px;
}

.SideRecentlyViewed .withborder{
    border:0 !important;
    }

#wowslider-container a.ws_next, #wowslider-container a.ws_prev{
    background:#111 !important;
    }
.base li.withborder {
    background: none !important;
}
.withborder {
}
/********************Blog*******************/
#Wrapper .Left .BlogView {
    width: 70%;
}

.newsheadings {
    text-align: left !important;
    text-transform: none !important;
    font-size: 2em !important;
    font-weight: 500 !important;
}
.NewsDate {
    text-align: left;
}
.RecipeShare {
    text-align: center;
}
#Wrapper .Left .BlogImage {
    width: 30%;
}
#NewsContent {
    padding: 6px;
    box-sizing:border-box;
}

#NewsContent h2 {
    font-size: 1.5em;
    color: #000;
    padding:10px 0 10px;
    text-transform: uppercase;
}
ul.BlogList li .BlogDesc .blogReadMore {
    font-weight: 500 !important;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    padding: 7px 0px;
    margin: 12px 0;
    text-align: center;
    box-sizing: border-box;
    max-width: 150px;
    color: #111;
    background: #fff;
    border: 1px solid #111;
}
#NewsContent h3 {
    display: inline-block;
}
#NewsContent h3 {
    color: #000;
    }

.BlogName {
    color: #374957;
    margin:8px 0;
    font-size:.945rem;
}
.BlogName a {
    font-weight: 600;
}
.BlogCategoryDesc {
    margin: 12px 0;
}

.BlogList {
}

.BlogCategory h2 {
    color: #111;
    font-weight: 600;
    font-size: 1.1rem;
}
.BlogList .Blog{
     
    list-style: none;
    float: left;
    width: 32.333%;
    margin: 0.44%;
    overflow: hidden;
    /*min-height: 17em;*/
    position: relative;
    
    background: #fff;
    padding: 0 0 20px !important;
    border-radius: 0;
    box-sizing: border-box;

}

.FeaturedCategories h3 {

    color: #222;

}
.sf-menu li {
    background: none !important;}

.BlogDate {
    color: #111;
    font-size: 12px;
}
.BlockImage {

    text-align: center;

}
.footer_text #Logo {
    width: 100%;
}

#WrapperHome .BlogName {
    text-align: left;
    min-height: 40px;
    font-weight: 600;
}

.BlogLeft{
    float:right!important;
    }

.BlogLeft .BlogDesc {
    display: none;
}
#NewsShop .ProductList li{
    border-radius: 8px;
    float: left;
    font-size: 0.95em;
    list-style: outside none none;
    margin: 1% 1.05%;
    min-height: 26em !important;
    overflow: hidden;
    padding: 4px;
    text-align: center;
    width: 21.9589% !important;
    background: #fff !important;
}
ul.BlogCategoryList li {
    list-style: none;
    width: 18.666% !important;
    padding: 0px;
    margin: 0.44%;
    float: left;
}
.Left h3.BlogName a {
    font-size: 13px !important;
    color: #000;
    font-weight: 500;
}
.CategoryName strong {
    color: #333;
    font-weight: 400;
}
.blog_titlebold {
    text-align: center;
    max-width: 82.25em;
    margin: 0 auto;
    display:none;
}
.blog_titlebold h2 {

    font-size: 1.5rem;
    font-weight: 600;
    padding: 20px 0;

}
/*homepage blog featured and New list*/
#WrapperHome .BlogList li .BlogImage img {
    max-height: 392px;
    width: 100%;
}
#WrapperHome .BlogDesc {
    min-height: 60px;
text-align:left;
}
.BlogView {text-align: left;padding: 10px;}
.blogReadMore {
    padding: 10px 18px;
    border: 1px solid;
    margin: 10px 0;
    text-align: center;
    width: 100%;
    display:none;
}

.Banner_Restrict{
    max-height:300px;
    display:table;
    }
  input[type="radio"], input[type="checkbox"] {
    width: 1.3rem;
    height: 1.3rem;
    accent-color: rgb(0, 162, 0);
}  
.rcp__mask {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.6);
    pointer-events: none;
    filter: alpha(opacity=0);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 99;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.cartme {
    background: rgb(232, 41, 89);
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 11px;
    width: 1.1rem;
    height: 1.1rem;
    align-items: center;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    position: absolute;
    margin-top: -1.5rem;
    margin-left: 4.5rem;
}
.global_btn {
    padding: 6px 10px;
    text-align: center;
    border: 1px solid #111;
    border-radius: 0;
    min-width: 120px;
    color:#111;
    font-size: 100%;
    background: #fff;
}
.global_btnsave {
    padding: 6px 10px;
    text-align: center;
    border: 1px solid rgb(3, 166, 120) none repeat scroll 0 0 !important;
    border-radius: 0;
    min-width: 120px;
    font-size: 100%;
    color:#fff !important;
    background: rgb(3, 166, 120) none repeat scroll 0 0 !important;
}
/*shopping List*/

.sl_AddAll {
    float: right;
    display: block;
    position: relative;
    background: #333;
    color: #fff;
    padding: 10px 12px;
    border-radius: 3px;
}
.sl_RemoveAll {
    float: right;
    background: #fff;
    padding: 8px 12px;
    color: #111;
    border:1px solid #111;
}
a.sl_AddAll:hover {
    color:#fff;
    }



#shoppingListContainer {
    text-align: center;
}
.footer_text .headsocial {
    width: 100%;
}
/***category quick links******/

.banner_container .pname .middle ul li{
    display: inline-block !important;
    float:none !important;
    }
.border{
    /* border:1px solid #d4d4d4; */
    padding:14px;
    }


.theme_menu.cats.dropdown.find.active.visible {
    max-height: calc(100vh - 215px);
    overflow-y: scroll;
    background: #fff !important;
    border: 1px solid #ececec;
    border-radius: 0 0 9px 8px;
    position:initial;
}
/*** applied filters**/
.SelectedFilters .remove-filter {
    max-width: 100%;
    margin-right: 10px !important;
    margin-bottom: 10px;
    background: rgb(214, 214, 214);
    padding: 8px;
    vertical-align: middle;
    display: inline-flex;
    border-radius: 4px;
    justify-content: center;
}

/***-input hack**
input[type="checkbox"]:checked + label::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 6px;
  background: rgba(0,0,0,0);
  top: 4px;
  left: 6px;
  border: 1px solid white;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type="checkbox"] {
  line-height: 2.1ex;
}

input[type="radio"],
input[type="checkbox"] {
   position: absolute;
   left: -999em;
}

input[type="checkbox"] + label {
   position: relative;
   overflow: hidden;
   cursor: pointer;
}

input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: 1%;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 8px;
  border: 2px solid #ddd;
}
input[type="checkbox"]:checked + label::before {
  background-color: rgb(0, 162, 0);
  border: 2px solid rgb(0, 162, 0);
}
**/
.purple{
    background: fff !important;
    color: #444;
    }
.home_bold{
    color: #000;
    font-weight: 600;
    font-size: 1rem !important;
    margin: 1%;
    clear: both;
    display: block;
    }
.listcontent{
    padding: 10px;
    }
.top_promo{
    }
.top_promo li {
    border-top: 6px solid #53565a !important;
    border-radius: 4px !important;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 3px 4px, rgba(0, 0, 0, 0.06) 0px 1px 2px, rgba(0, 0, 0, 0.06) 0px -1px 2px;
}
.top_promo img {
    height: 68px;
    min-height: 48px;
    width: 68px;
    border-radius: 0 !important;
}

.display_large {
  font-size: clamp(21px, -2.4px + 4vw, 47px);
}