/* BASIC css start */
#container { background-color: #fff; }

.shopbrand h2 {text-align:center; font-size: 1.25em; font-weight:bold; padding-top:10px;}
.shopbrand .MK_product_list {background-color:#f8f8f8;position: relative;}
.shopbrand .MK_product_list h3 {padding: 10px; color: #111;}
.shopbrand .MK_product_list .items {padding: 10px 0;}
.shopbrand .MK_product_list .items #MK_best_product li {width:33.33%;}
.shopbrand .MK_product_list .items .paging-num {text-align: center; clear: both; margin:20px 0;}
.shopbrand .MK_product_list .items .paging-num a {background-color:#fff; border:1px solid #393939; padding:5px 10px; margin:0 10px;}
.shopbrand .list_group {padding: 9px;text-align:center;}
.shopbrand .list_group select {width:49%; height:28px;}
.shopbrand .more .more-title {color: #3b3b3b;}
.shopbrand .more .more-num {color: #aaaaaa;}
.shopbrand .shopbrandTitle img {max-width: 100%; width: 100%; }
.shopbrand .list_array .list_arrayRight img {width: 23px; height: auto;}

.shopbrand .layerBtn { border-top: 1px solid #eeeeee; border-left: 1px solid #eeeeee; width: 76px; height: 36px; margin: 15px auto 10px; }
.shopbrand .layerBtn li {float: left; width: 37px; height: 30px; padding-top: 5px; text-align: center; border-right: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; }
.shopbrand .layerBtn li img {width: 23px;}

.recipeList .list_shoppingInfo { margin-top: 0;}
.recipeList .thumb {position:relative;}
.recipeList .thumb .replaceMask {position: absolute;width: 100%;bottom: 0;z-index: 1;background-color:#000;opacity:0.4;height:25px;}
.recipeList .thumb .listReplce {position: absolute;width: 100%;bottom: 0;z-index: 2;color: #fff;font-size: 12px;text-align: center;line-height: 26px;}
.recipeList .list_shoppingInfo .listName { color:#000; font-weight: 700; }
.recipeList .list_shoppingInfo .subName { color:#999999; }

#MS_product {position: relative; overflow: hidden;}
#MS_product .banner-pagination {text-align: center;background-color: #d6000f;width: 60px;height: 20px;color: #fff;line-height: 20px;border-radius: 10px;margin: 10px auto 0;}
#MS_product .banner-button-prev {
    position: absolute;
    top: 50%;
    background-color: #e3cab3;
    color: #fff;
    width: 34px;
    height: 52px;
    margin-top: -45px;
    z-index: 9;
    border-radius: 0 25px 25px 0px;
    font-size: 22px;
    line-height: 52px;
    padding-left: 3px;
    opacity: 0.7;
}
#MS_product .banner-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #e3cab3;
    color: #fff;
    width: 27px;
    text-align: center;
    height: 52px;
    margin-top: -45px;
    z-index: 9;
    border-radius: 25px 0 0 25px;
    font-size: 22px;
    line-height: 52px;
    padding-left: 10px;
    opacity: 0.7;
}



#hdMenu { position: relative; box-shadow: 0px 0px 3px rgba(0,0,0,0.4); background-color: #fff; z-index:10; } 
#hdMenu .hdMid { height: 42px; overflow: hidden; background-color: #d6000f; } 
#hdMenu .hdMid li { float: left; width: 25%; height: 42px; color: #fff; text-align: center; background: url('/design/ezbaking/m/image/top_menu_split.gif') no-repeat right center; background-size: 1px 14px; } 
#hdMenu .hdMid li:last-child { background: none } 
#hdMenu .hdMid li a { display: block; width: 100%; height: 100%; } 
#hdMenu .hdMid li img { width: 22px; margin-top: 4px; } 
#hdMenu .hdMid li span { display: block; font-size: 12px; color: #fff; font-weight: bold; } 
#hdMenu .hdBtm { position: relative; } 
#hdMenu .hdBtm .swiper-container { height: 30px; padding: 0 20px; } 
#hdMenu .hdBtm .swiper-container .swiper-slide { text-align: center; font-size: 12px; color: #555555; background: #fff; /* Center slide text vertically */display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; width: auto !important; padding: 0 5px; } 
#hdMenu .hdBtm .swiper-container .swiper-slide a.on { color: #d6000f; font-weight:bold; display: block; position: relative; line-height: 31px; height: 100%; } 
#hdMenu .hdBtm .swiper-container .swiper-slide a.on::after { content:""; display:block; width: 100%; height: 3px; background-color: #d6000f; position: absolute; bottom: 0px; } 
#hdMenu .hdBtm .swiper-container .swiper-slide span { color: #c70026; font-size: 8px; position: absolute; line-height: 8px; top: 2px; left:10px; font-weight: bold; } 
#hdMenu .hdBtm .swiper-button-prev { background: none #fff; width: 18px; height: 30px; line-height: 30px; font-size: 12px; color: #bbbbbb; top: 0px; left: 0px; text-align: right; margin: 0; } 
#hdMenu .hdBtm .swiper-button-next { background: none #fff; width: 18px; height: 30px; line-height: 30px; font-size: 12px; color: #bbbbbb; right: 0px; top: 0px; margin: 0; } 
#hdMenu .hdBtm .swiper-button-prev i,
#hdMenu .hdBtm .swiper-button-next i { line-height: 30px !important; } 

#bannerAll { display: none } 
.bounce { -webkit-animation: MK_shake_animation 2s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: ease-in-out; } 
@-webkit-keyframes MK_shake_animation { 
 0% { -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg) } 
 10% { -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(-2px) skewX(0deg) skewY(0deg) } 
 20% { -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg) } 
 30% { -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(-2px) skewX(0deg) skewY(0deg) } 
 40% { -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg) } 
 50% { -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(-2px) skewX(0deg) skewY(0deg) } 
 60% { -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg) } 
 100% { -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg) } 
 }

.swiper-button-next, .swiper-button-prev { color: #ddd !important; } 
.swiper-button-next:after, .swiper-button-prev:after { font-size: 18px !important; } 
.swiper-button-next { right: 0 !important; background: rgba(255,255,255,0.8); } 
.swiper-button-prev { left: 0 !important; background: rgba(255,255,255,0.8); } 



#shopbrand_swiper .swiper-button-next, #shopbrand_swiper .swiper-button-prev { background: transparent !important; } 
#shopbrand_swiper .swiper-button-next:after, #shopbrand_swiper .swiper-button-prev:after { content: unset !important; } 
#shopbrand_swiper .swiper-button-next { right:15px !important; } 
#shopbrand_swiper .swiper-button-prev { left:15px !important; } 
#shopbrand_swiper .swiper-button-next img, #shopbrand_swiper .swiper-button-prev img { width: 9px !important; } 
/* BASIC css end */

