:root {
	--primary-color:#f37720;
	--primary-color-darken:#da5f0b;
	--height-100:calc(var(--vh, 1vh) * 100);
	--box-shadow-sm:1px 1px 5px -3px #333;
	--border-radius-sm:0.8rem;
	--step:#f37720;
}
body { font-family: 'Kanit', sans-serif;font-weight:300;background:#f0f0f0; }

a, a:hover {text-decoration: none;} a.light{color:rgba(255,255,255,0.8) !important;} a.light:hover{color:#fff !important;}a.dark{color:rgba(0,0,0,0.8) !important;} a.dark:hover{color:#000 !important;}
a.disabled {color: gray;pointer-events: none;}
a:focus, a.focus {
	box-shadow: none!important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-weight: 300;}
label.required:after{ content:'*';color:#e83e8c;margin-left:3px;}
.form-control::placeholder {color: #999999;font-weight:300;}
.iclose{line-height:1;margin:-8px 0 0 0;}

.wh-0{width:0px!important;height:0px!important;}
.custom-switch .custom-control-label::after {top: 4px;}
.custom-control-label::before{top: 2px;}

.cursor{cursor:pointer;}
.lnh-1{line-height: 1;}
.err_report{color:#e83e8c;}
.img_h250_box{ width:100%;height:250px;border:1px solid rgba(0, 0, 0, 0.1); display: flex;justify-content: center;align-items: center; border:0px solid rgba(0, 0, 0, 0.1);}
.img_h250_box img{max-width:calc(100% - 2px - 2px) !important;height:calc(250px - 2px - 2px) !important;object-fit: cover;}
.img_thum_box{ width:80px;height:80px; display: flex;justify-content: center;align-items: center; border:1px solid rgba(0, 0, 0, 0.1);border-radius:4px; }
.img_thum_box img{max-width:calc(80px - 2px - 2px);height:calc(80px - 2px - 2px);object-fit:contain;}
.img_bg_cover{height:300px;background-position:center;background-repeat:no-repeat;background-size:cover;}
.img_bg_contain{height:auto;background-position:center;background-repeat:no-repeat;background-size:contain;}
.img_grayscale{filter: grayscale(100%);}
.img_primaryscale{color: hue-rotate(90deg);}

.img_box_90{width:90px;height: 90px;display: flex;justify-content: center;align-items: center;}
.img_box_90 img{max-width:100%; max-height:100%; object-fit:contain;}

.share_icon{width:24px;height:24px;}

.app_mobile{
	position:absolute;z-index:20004;left:0px;top:0px;background:#fff;display:none;box-shadow: var(--box-shadow-sm);
	width: 100%;
	display:none;
}
.app_mobile_close{font-size:30px;font-weight:400;cursor:pointer;margin-top:-5px;}
.app_mobile_icon{ height:32px;width:32px;background-image:url("../img/icon_128.png");background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:6px; }
.app_mobile_title{font-size:12px;line-height:1;}
.app_mobile_author{font-size:10px;color: #6c757d;line-height:1;}
.app_mobile_description{font-size:10px;color: #6c757d;line-height:1;}
	
.img_fit {
    max-width: 100%;
    max-height: 100%;
    object-fit:cover;
}
.img_person{width:40px;height:40px;}
.img_person img{width:100%;height:auto;}
.img_clock{width:12px;height:12px;}
.img_clock img{width:100%;height:auto;}

.img_review{display:inline-block;margin-left:3px;width:20px;height:20px;background-image: url("../img/star_outline.png");background-repeat:no-repeat;background-size:contain;cursor:pointer;}
.img_review.active{background-image: url("../img/star_active.png");}

/* ced4da e6e9ec */

.brr{ border:1px solid red;} .brg{ border:1px solid green;} .brb{ border:1px solid blue;}
.bgr{ background:red;}

.bgg{ background:green;}
.bgb{ background:blue;}

.bg-light-pink{background-color:#fde4d2;}
.bg-light-gray{background-color:#F0F0F0;}

.btn-outline-light {color: #c2c7cc;border-color: #ced4da;}
.btn-outline-light:hover {color: #212529;background-color: #f8f9fa;border-color: #ced4da;}
.btn-outline-white{border: 1px solid #ced4da;}
.btn-outline-white:hover{border: 1px solid var(--primary-color);}

.text-light-gray{color:#aaaaaa;}
.text-facebook{color:#3e5c9a;}
.text-twitter{color:#52a7e7;}
.text-instagram{color:#bd008b;}
.text-google-plus{color:#d44e43;}
.text-hilight{color:#e83e8c;}
.text-line{text-decoration:line-through;}
.price-not{text-decoration:line-through;color:red;}

.btn-white{background:#fff;color:var(--primary-color);border: 1px solid #dee2e6;}
.btn-white:hover{color:var(--primary-color-darken);border: 1px solid var(--primary-color);}
.btn-white.active{color:#fff;background:var(--primary-color);border: 1px solid var(--primary-color);}

.btn-white2{background:#fff;color:var(--primary-color);border: 1px solid #dee2e6;}
.btn-white2:hover{color:var(--primary-color-darken);border: 1px solid var(--primary-color);}
.btn-white2.active{border: 2px solid var(--primary-color);}

.fz-10{font-size:10px;}
.fz-14{font-size:14px;}
.fz-16{font-size:16px;}
.fz-18{font-size:18px;}
.fz-30{font-size:30px;}
.fz-2x{font-size:2rem;}
.fz-3x{font-size:3rem;}
.fzr-sm{font-size:18px;}
.fzr-1x{font-size:20px;  font-weight: 300}
.fzr-2x{font-size:24px;}
.fzr-3x{font-size:42px;}

.nor_box{padding:15px;box-shadow:var(--box-shadow-sm);}
.nor_shadow{box-shadow:var(--box-shadow-sm);}
.nor_shadow_sd{box-shadow:0px 0px 5px -4px #333;border:1px solid #dae0e6;border-radius:0.2rem;}
.nor_box_sd{padding:15px;box-shadow:0px 0px 5px -4px #333;border:1px solid #dae0e6;border-radius:0.2rem;}

.nor_box_link{padding:15px;box-shadow:0px 0px 5px -4px #333;border-radius:0.2rem;cursor:pointer; border:1px solid #dae0e6;background:#fff;}
.nor_box_link:hover{border:1px solid var(--primary-color);}
.nor_box_link.active{border:2px solid var(--primary-color);}

.pl-8{padding-left:8px;}
.py-10{padding:10px 0px;}
.py-20{padding:20px 0px;}
.ml-minus-8{margin-left:-8px;}
.ml-minus-15{margin-left:-15px;}

.time_cn{display:inline-block;font-size:14px;width:22px;position:relative;}
.time_cn.hv_after:after{content:':';position:absolute;top:-2px;right:-4px;}
.time_icon{width:15px;height:15px;filter: invert(53%) sepia(86%) saturate(2160%) hue-rotate(349deg) brightness(99%) contrast(92%);margin-top:-2px;margin-right:2px;}

/* layout */
.header_row{height:80px;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;transition: height .25s;}
.scrollbar_wrapper{ height:calc(var(--height-100) - 80px);transition: height .25s;}
.header_row_parent{background:var(--primary-color);position:relative;z-index:1;}
.header_row_parent.scrolled .header_row{height:50px;}
.scrollbar_wrapper.scrolled{ height:calc(var(--height-100) - 50px);}

/* header_row */
.header_row i{color:#fff;font-size:16px;}
.header_row .icon-logo-short {font-size:25px!important;}
.header_row .brand_full i{font-size:25px!important;}
.profile{display:flex;justify-content:center;align-items:center;color:#fff;opacity:0.8;width:30px;height:30px;background:#743c18;border-radius:50%;box-shadow:var(--box-shadow-sm);cursor:pointer;}
.profile:hover, .profile:hover i{color:#fff;opacity:1;}
.header_row .icon_tools {margin-top:3px;}
.icon_tools_cate{display:flex;align-items:flex-start;}
.icon_tools_cate img{filter: brightness(0) invert(1);width:15px;height:15px;}
.header_row .icon_tools .badge{width:15px;height:15px;border-radius:50%;background:#743c18;padding:2px 0px 0px 0px;font-size:10px;font-weight:300;color:#fff;vertical-align: top;margin-top:-9px;margin-left:-5px;}

.profile a{font-size:9px;padding:5px;}
.profile i{font-size:12px;padding:5px;}
.profile a img{max-width:100%; max-height:100%; object-fit:contain;border-radius:50%;}

/* search_input */
.search_input{ position:relative;}
.search_input .form-control{border:none !important;}
.search_input .input-group{ border-radius: 6px;border: 1px solid transparent;  }
.search_input .form-control{background:#fff;font-size:14px;height:calc(14px + 20px + 0px);padding:10px 15px;border-radius: 6px;}
.search_input button{background:#fff;border-radius: 6px;padding-left:8px;padding-right:8px;padding-bottom:0px;padding-top:3px;}
.search_input button i{font-size:18px;border-radius: 6px;}
.search_input .form-control:focus, .search_input button:focus {box-shadow: none !important;}
.search_input button:hover i{opacity:1;}

.search_history_panel{position:absolute;left:0px;top:40px;background:#fff;padding:15px 0px;border-radius: 6px;width:100%;display:none;box-shadow: var(--box-shadow-sm);}
.search_history_list a{display:block;}
.search_history_list a.inactive{color:#aaaaaa;cursor:default;padding:0px 15px;}
.search_history_list a.active{color:#343a40;padding:5px 15px;}
.search_history_list a.active:hover{background:#f8f8f8;}

.search_filter_panel{
	position:absolute;z-index:1;background:#fff;border-radius: 6px;box-shadow: var(--box-shadow-sm);
	top:2px;right:15px;transition: width 0.3s;width:0px;visibility:hidden;
}
.search_filter_panel.active{visibility:visible;width:330px;}

.filter_categories_scrollview{max-height:300px;margin:10px 0px;}
.filter_categories{list-style-type: none;margin:0px 5px 0px 0px;padding: 0;}
.filter_categories li{padding:7px 15px;background-color:#F0F0F0;margin-bottom:1px;border-radius: 3px;font-size:12px;transition: background-color0.3s;cursor:pointer;}

.filter_sort_title{list-style-type: none;margin:5px 0px;padding: 0;display:flex;justify-content:space-between;}
.filter_sort_title li{padding:7px 0px;background-color:#F0F0F0;border-radius: 3px;flex: 0 0 48%;text-align:center;font-size:12px;transition: background-color 0.3s;cursor:pointer;}

.filter_price_tag{list-style-type: none;margin:5px 0px;padding: 0;display:flex;justify-content:space-between;}
.filter_price_tag li{padding:7px 0px;background-color:#F0F0F0;border-radius: 3px;flex: 0 0 33%;text-align:center;font-size:12px;transition: background-color 0.3s;cursor:pointer;}

.filter_categories li:hover, .filter_sort_title li:hover, .filter_price_tag li:hover{background-color: #F3F3F3;}
.filter_categories li.active, .filter_sort_title li.active, .filter_price_tag li.active{background-color: #FDE4D2;}

.noti_list{
	position:absolute;z-index:20003;left:0px;top:0px;background:#fff;border-radius: 6px;display:none;box-shadow: var(--box-shadow-sm);
	width: 560px;
	height:calc(var(--height-100) - 100px);
}
.noti_wrapper{height: calc(100% - 80px);}
.noti_content{padding:15px;}

/* navbar toggle */
#navbar_toggle{z-index:300;position:absolute;left:0;top:80px;background:#fff;width:100%;box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.4);}
#navbar_toggle li{position:relative;padding:8px 15px;background:#fefefe;}
#navbar_toggle li:after{content:'';background:rgba(0,0,0,0.1);position:absolute;left:0;top:0px;height:calc(100% - 1px);width:4px;}
#navbar_toggle li.active:after{background:var(--primary-color);}
#navbar_toggle li:first-child{ border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(0,0,0,0.1);}
#navbar_toggle li:not(:first-child){ border-bottom:1px solid rgba(0,0,0,0.1);border-top:1px solid rgba(255,255,255,0.7); }
#navbar_toggle li:hover{background:#ffffff;}
#navbar_toggle.scrolled{top:50px;}

/* profile   */
.profile_body{ width:100%;height:120px;position:relative;background:linear-gradient(180deg, rgba(243,119,32,1) 0%, rgba(255,183,0,1) 80%, rgba(240,240,240,1) 80%);
position:absolute;top:0px;left:0px;z-index:-1;}

.profile_top_row{height:70px;background-image: url("../img/profile_top_row.png");background-position:120px 0px;background-repeat:no-repeat;background-size:auto;border-radius:0 0.2rem 0 0;display:flex;}
.profile_top_row > div:nth-child(1){flex: 0 0 36%; position:relative; }
.profile_top_row > div:nth-child(2){flex: 0 0 4%; }
.profile_top_row > div:nth-child(3){flex: 0 0 15%; }
.profile_top_row > div:nth-child(4){flex: 0 0 15%; }
.profile_top_row > div:nth-child(5){flex: 0 0 15%; }

.product_in_merchant{flex: 0 0 54% !important;}

.profile_top_row_img_box{ position:absolute; top:0px; left: 50%; transform: translateX(-50%); width:70%; margin:0 auto; max-height:100px;}
.profile_person{max-width:100%;max-height:100px;object-fit: cover; display: block;margin:0 auto;}

.profile_box_left{ margin-top:-1px;padding:15px;background:#fff;border-radius:0 0 0.2rem 0.2rem;box-shadow:1px 4px 5px -4px #333; }
.profile_menu a{ padding-left:0px;border-top:1px solid #eee;color:rgba(0,0,0,0.7); }
.profile_menu a:hover{color:var(--primary-color);}
.profile_menu a.active{color:var(--primary-color);}

/* merchant products transparent */
.merchant_top_row_logo_box{
	position:absolute; top:40px; left: 50%; transform: translateX(-50%); border:2px solid #eee; width:100px;height:50px; margin:0 auto;background:#F37720;
	display:flex;justify-content: center;
	box-shadow:1px 4px 5px -4px #333;border-radius:0 0 0.3rem 0.3rem;
}
.merchant_top_row_logo_box:after{
	content:'';width: 0;height: 0;
	position:absolute;left: 50%; transform: translateX(-50%);top:-77px;
	border-top: 48px solid transparent;
	border-left: 48px solid transparent;
	border-right: 48px solid transparent;
	border-bottom: 29px solid #F37720;
}
.merchant_top_row_logo_box:before{
	content:'';width: 0;height: 0;
	position:absolute;left: 50%; transform: translateX(-50%);top:-30px;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-bottom: 28px solid #fff;
}
.merchant_top_row_logo_box .icon{margin-top:1px;}

/*footer*/
.footernew{
	width:100%;padding:15px 0px;border-top:1px solid #eee;background:#F9F9FA;
	position:relative;display:flex;align-items:center;
}
.footer_menu {padding:8px 0;}
.footer_menu i{display:none;}

.copyrightnew i{font-style: normal;font-size:16px;line-height:1;font-family: Verdana,sans-serif;}
.copyrightnew span{font-size:12px;line-height:1;}

/* search */
.search_row{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: center;}
.search_box_icon{width:72px;height:64px;background:#ffffff;margin:8px 10px;cursor:pointer;box-shadow: var(--box-shadow-sm);border-radius:var(--border-radius-sm);
display: flex;justify-content: center;align-items:center;}
.search_box_icon{-webkit-transform: scale(1);transform: scale(1);-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.search_box_icon:hover{-webkit-transform: scale(1.2);transform: scale(1.2);}
.search_box_icon img{width:90%; height:90%; object-fit:contain;}

/* flash sale */
#flash_sale_box{display:none;}
.flash_sale_container{position: relative;}
.flash_sale_icon_animation{position:absolute;top:-23px;left:-20px;}
.flash_sale_title{margin-left:35px;}
.flash_sale_icon_animation svg{}
.flash_sale_icon{width:30px;height:30px;}
.flash_sale_icon img{
	max-width:100%;
	max-height:100%;
	object-fit: scale-down;
}
.flash_sale_countdown{display: flex;align-items:center;}
.flash_sale_countdown_day, .flash_sale_countdown_hour, .flash_sale_countdown_min, .flash_sale_countdown_sec{
	background:#1E1C67;width:22px;height:22px;margin-left:6px;position:relative;border-radius:3px;
	font-size:12px;font-weight:500;color:#fff;text-align:center;padding-top:2px;
}
.flash_sale_countdown_day:after, .flash_sale_countdown_hour:after, .flash_sale_countdown_min:after{content:':';position:absolute;top:-3px;right:-5px;font-size:16px;font-weight:400;color:#1E1C67;}
.flash_sale_slide_box{background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);}
.flash_sale_slide{border:0px solid blue;}
.flash_product_frame{padding:5px 6px 5px 6px;font-size:12px;}
.flash_product_item{width:210px;height:auto;background:#fff;border-radius:var(--border-radius-sm);box-shadow: var(--box-shadow-sm);position: relative;padding:15px 0px;}

/*bigbang*/
.bigbang_tag_containner{position: relative;}
.bigbang_tag_label{
	position:absolute;top:0px;right:6px;
	width:28px;height:70px;
	background: #EA1414;
	border-radius: 0px 0px 3px 3px;
	overflow:hidden;
}
.bigbang_tag_label::before{content:'';position:absolute;width:14px;height:110%;
	background:rgba(255,255,255,0.9);filter:blur(2px);
	left:7px;top:-5px;
	animation: animate 2s linear infinite;
}
@keyframes animate{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}
.flash_product_item .bigbang_tag_label{top:-15px;right:10px;}
.promotion_box .bigbang_tag_label{top:-15px;right:15px;}
.bigbang_tag_content{width:24px;height:66px;background:#EA1414;position:absolute;inset:2px;border-radius: 3px;}
.bigbang_tag_icon{position:absolute;top:-5px;right:-3px;width:30px;height:30px;}
.bigbang_tag_txt{position: relative;color:#fff;font-weight:600;font-size:8px;letter-spacing:0px;line-height:1;writing-mode: vertical-rl;text-orientation: upright;margin-top:20px;margin-left:7px;}
.bigbang_tag_icon img{width:24px;height: auto;margin-left:3px;margin-top:5px;}


/* promotion */
.title_bar_red{
	width:100%;height:52px;background-image: url("../img/title_bar_red.png");background-position:left top;background-repeat:no-repeat;background-size:contain;background-color:#fff;
	display:flex;align-items:center;
}
/* promotion carousel  */
#carousel_promotion{padding:30px 16px;}
/* promotion product */
.promotion_row{display: flex;display: -ms-flexbox;justify-content:space-around;width:100%;height:285px;font-size:12px;border:1px solid red;}
.promotion_box{width:250px;height:320px;background:#fff;border-radius:var(--border-radius-sm);box-shadow: var(--box-shadow-sm);position: relative;padding:15px 0px;margin:5px 20px 5px 15px;}
.promotion_img, .promotion_img a{width:250px;height:220px;display: flex;justify-content:center;cursor:pointer;}
.promotion_img img, .promotion_img a img{
	max-width:100%;
	max-height:100%;
	object-fit: scale-down;
}

.promotion_icon{position: absolute;left:15px;top:15px;}
.promotion_icon i{color:#EA1414;font-size:20px;display:none;}
.promotion_box:hover .promotion_icon i{display:block;}
.promotion_discount{position: absolute;width: 40px;height: 40px;right:15px;top:0px;
background-image: url("../img/sale.png");background-repeat:no-repeat;background-size:contain;background-position:0px -5px;cursor:pointer;}
.promotion_discount span{display:block;position: absolute;width:100%;text-align:center;top:5px;color:#fff;font-size:12px;font-style: normal;font-weight: normal;}
.promotion_txt{font-size:14px;padding:0px 15px;margin-top:5px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;}

.promotion_price{padding:0px 15px;min-height:40px;display: flex;align-items:center;justify-content:space-between;}
.promotion_price_sale{font-size:16px;font-style: normal;font-weight: normal;color:var(--primary-color);cursor:pointer;}
.promotion_price_full{font-size:10px;font-style: normal;font-weight: normal; line-height: 12px;text-decoration-line: line-through;color: #666666;cursor:pointer;}
.promotion_price_full::first-letter, .promotion_price_sale::first-letter{padding-right: 1.5px;}

.promotion_price_cart{width:32px;height:32px;background:var(--primary-color);border-radius:50%;display: flex;align-items:center;justify-content:center;opacity:0.9;cursor:pointer;}
.promotion_price_cart:hover{opacity:1;}
.promotion_price_cart i{color:#fff;font-size:16px;}

/* categories */
.categories_header{height:60px;}
.categories_row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content: center;margin-top:-55px;margin-left:-20px;font-size:12px; }
.categories_box_icon{
	width:72px;height:64px;margin-top:20px;margin-left:20px;background:#fff;box-shadow:var(--box-shadow-sm);border-radius:var(--border-radius-sm);
	text-align:center;cursor:pointer;
	-webkit-transform: scale(1);transform: scale(1);-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;
	padding-top:10px;
}
.categories_box_icon i{color:var(--primary-color);font-size:24px;}
.categories_box_icon:hover {-webkit-transform: scale(1.2);transform: scale(1.2);}

/* product detail */
.product_detail_container{ display: flex;flex-direction: row;flex-wrap: wrap;background:#fff;box-shadow:var(--box-shadow-sm); }
.product_detail_top{flex: 0 0 100%;border:1px solid plink;text-align:right;padding:15px 15px 0px 0px;}
.product_detail_left{flex: 0 0 100%;max-width: 100%;}
.product_detail_right{flex: 0 0 100%;max-width: 100%;position:relative;padding-bottom:calc(84px + 15px);}
.product_detail_top i{color:#EA1414;font-size:18px;}
.product_detail_fav {display: inline-block;width: 15px;height: 15px;background-image: url("../img/star.png");}
.product_detail_fav-2 {width: 30px;}
.product_detail_fav-3 {width: 45px;}
.product_detail_fav-4 {width: 60px;}
.product_detail_fav-5 {width: 75px;}
.product_detail_add_cart_row{
width:100%;height:84px;position:absolute;right:0px;bottom:0px;
display: flex;align-items:center;justify-content:space-between;border-radius: 15px 15px 0 0;
background-color:#fff;border:1px solid #ccc;
background-image: url("../img/add_cart_bg.png");background-position:right top;background-repeat:no-repeat;background-size:auto;}
.product_detail_add_cart_lef{flex: 0 0 50%;font-size:20px;text-align:center;}
.product_detail_add_cart_right{flex: 0 0 50%;text-align:center;font-size:20px;}
.product_inpt_qty{width:60px;display:inline-block;}
.product_detail_discount_tag{background:#DC1313;padding:2px 8px;font-size:12px;border-radius:15px;color:#fff;}
.product_detail_discount_txt{background:#DC1313;padding:2px 8px;font-size:12px;border-radius:15px;color:#fff;}

#product_detail_carousel {padding-bottom:84px;}
#product_detail_carousel .carousel-item {text-align:center;}
#product_detail_carousel .carousel-item img{height:auto;max-width:80%;object-fit: scale-down;}
#product_detail_carousel .carousel-indicators {height:84px;padding:0px;margin:0px;align-items:center;}
#product_detail_carousel .carousel-indicators li {text-indent:initial;opacity:1;width:auto;height:50px;background-color:none;border:1px solid #eee;}
#product_detail_carousel .carousel-indicators li img{width:auto;height:50px;}
#product_detail_carousel .carousel-indicators li.active{ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}

/* product_detail_carousel indicator slick-active */
.product_detail_left{position: relative;}

.img_prod_detail_box{ width:100%;height:270px;display: flex;justify-content: center;align-items: center; }
.img_prod_detail_box img{width:90%; height:90%; object-fit:contain;}

#product_detail_indicators{position: relative; bottom:0px; max-width:100%;background: #fcfcfc;}
#product_detail_indicators .slick-prev:before, #product_detail_indicators .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100px;height: 100px;
}
#product_detail_indicators .slick-prev::before {
	content: '←';
}
#product_detail_indicators  .slick-next::before {
	content: '→';
}

#product_detail_indicators .slick-dots{bottom:-10px;}
#product_detail_indicators .slick-dots li button {background:#000!important;}
.pdc_box_icon{width:72px;height:64px;background:#ffffff;margin:8px 10px;cursor:pointer;
box-shadow: var(--box-shadow-sm);border-radius:var(--border-radius-sm);
display: flex;justify-content: center;align-items:center;}
.pdc_box_icon img{width:90%; height:90%; object-fit:contain;}
#product_detail_indicators .is-active .pdc_box_icon{box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}

/* cart detail */
.cart_right{padding-bottom:calc(50px + 15px);}
.cart_row{
width:100%;height:50px;position:absolute;left:0px;bottom:0px;
display: flex;align-items:center;justify-content:space-between;
background-color:#fff;
background-image: url("../img/add_cart_bg.png");background-position:130% top;background-repeat:no-repeat;background-size:auto;}
.cart_img_box{ width:100%;max-height:200px;cursor:pointer;}
.cart_img{max-width:100%;max-height:195px;object-fit: cover;}
.cart_review_qty{width:100%;position:absolute;left:0px;bottom:60px;}
.cart_price_full{font-size:12px;font-style: normal;font-weight: normal;text-decoration-line: line-through;color: #666666;}

.cartcheck.custom-control-label::before {
  top: 0.20rem;
  left: -1.5rem;
}
.cartcheck.custom-control-label::after {
  top: 0.20rem;
  left: -1.5rem;
}

.discount_row{
width:100%;height:50px;
display: flex;align-items:center;justify-content:space-between;
background-color:#fff;border-top-right-radius:0.2rem;
background-image: url("../img/add_cart_bg.png");background-position:260% top;background-repeat:no-repeat;background-size:auto;}

/* invate modal */
#invateModal .modal_header{
	width:100%;height:200px;display: flex;flex-direction: column;justify-content: center;align-items:center;color:#fff;
	background:linear-gradient(180deg, #F37720 0%, #FFB800 100%);
	border-radius:0.3rem;
}
#refcodeModal .modal_header{
	width:100%;height:200px;display: flex;flex-direction: column;justify-content: center;align-items:center;color:#fff;
	background:linear-gradient(180deg, #F37720 0%, #FFB800 100%);
	border-radius:0.3rem;
}
#locationModal .modal_header, #changeLocationModal .modal_header{
	width:100%;height:200px;display: flex;flex-direction: column;justify-content: center;align-items:center;color:#fff;
	background:linear-gradient(180deg, #F37720 0%, #FFB800 100%);
	border-radius:0.3rem;
}

#successModal .modal_header,
#confirmModal .modal_header,
#alertModal .modal_header
{
	width:100%;height:150px;display: flex;flex-direction: column;justify-content: center;align-items:center;color:#fff;
	background:linear-gradient(180deg, #F37720 0%, #FFB800 100%);
	border-radius: 1.5rem 1.5rem 0.9rem 0.9rem; 
}
#successModal .modal-content,
#confirmModal .modal-content,
#alertModal .modal-content
{ border-radius: 1.5rem; }

.text-alert{color:var(--primary-color);font-weight:500;text-decoration: underline;}


/* payment step 1 */
.locate:after{content: "\2609";position:absolute;top:5px;left:5px;font-size:18px;color:var(--primary-color);}

/* login 348x84*/
.login_wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;min-height:var(--height-100);background:linear-gradient(180deg, rgba(243,110,0,1) 0%, rgba(255,183,0,1) 100%);}
.login_left{background-image: url("../img/login_bg.png");background-position:center;background-repeat:no-repeat;background-size:cover;display: flex;flex-direction: column;justify-content: center;align-items:center;}
.login_right{background:#fff;}

/* register */
.register_left{background:#fff;}
.register_right{background-image: url("../img/login_bg.png");background-position:center;background-repeat:no-repeat;background-size:cover;display: flex;flex-direction: column;justify-content: center;align-items:center;}

/* coming_soon */
.coming_soon_wrapper{
	width:100%;
	background-image: url("../img/login_bg.png");background-position:center;background-repeat:no-repeat;background-size:cover;
	display: flex;flex-direction: column;justify-content: center;align-items:center;
}
#cs_d, #cs_h, #cs_m, #cs_s{width:130px;font-size:90px;}
.cs_sep{font-size:90px;}
@media (max-width: 575px) {
	#cs_d, #cs_h, #cs_m, #cs_s{width:60px;font-size:40px;}
	.cs_sep{font-size:40px;}
}

/* merchant_step  */
.merchant_step{display:flex;}
.merchant_step_item{flex: 0 0 33.333333%;position:relative;border-top:8px solid #F0F0F0;}
.merchant_step_item.active{border-top:8px solid #F37720;}
.merchant_step_item:before{content:'';position:absolute;border-style:solid;border-width:4px;border-color:#F0F0F0 transparent transparent #F0F0F0;top:-8px;left:0px;z-index:2;}
.merchant_step_item:after{content:'';position:absolute;border-style:solid;border-width:4px;border-color:transparent #F0F0F0 #F0F0F0 transparent;top:-8px;right:0px;z-index:3;}
.merchant_step_item:first-child:before{border-color:transparent;}
.merchant_step_item:last-child:after{border-color:transparent;}

.merchant_button_section{height:77px;background:linear-gradient(180deg, #fff 0%, #fff 50%, #F0F0F0 50%);}
.merchant_step_item_3step{flex: 0 0 33.333333%;}

/* breadcrumb */
.product_detail.breadcrumb {background-color:#f0f0f0!important;padding: 1.5rem 1rem 1.5rem 0rem;margin-bottom:0px;}
.breadcrumb-item + .breadcrumb-item::before {content: "»";}
.product_detail.breadcrumb-item:first-child{padding-left: 0rem;}

/* loading */
.loading{ z-index:10000;position:fixed;width:100vw;height:var(--height-100);left:0;top:0;background:rgba(0,0,0,0.1);display:flex;flex-direction: column;justify-content: center;align-items: center;}
.lds-dual-ring { display:inline-block;width:52px;height:52px;}
.lds-dual-ring:after{content: " ";display:block;width:46px;height:46px;margin:1px;border-radius:50%;border:5px solid #000;
border-color: #000 transparent #000 transparent;animation: lds-dual-ring 1.2s linear infinite;}
@keyframes lds-dual-ring { 0% { transform: rotate(0deg);} 100% {transform: rotate(360deg);} }

.close{ font-size:18px;font-weight: 400;line-height: 1;color: #000;opacity: 0.3;padding:15px!important; }
.close-white{ font-size: 2.25rem;font-weight: 400;line-height: 1;color: #fff;opacity: 0.75; vertical-align: .2em;}
.close-white:hover{opacity:1}

/* transfer */
.product_detail_cart_fake{position:absolute;z-index:20000;font-size:20px;top:0;left:0;}
.promotion_price_cart_fake{position:absolute;z-index:2;width:32px;height:32px;background:var(--primary-color);border-radius:50%;display: flex;align-items:center;justify-content:center;opacity:0.9;}
.promotion_price_cart_fake:hover{opacity:1;}
.promotion_price_cart_fake i{color:#fff;font-size:16px;}

.product_like_fake{position:absolute;z-index:20001;}
.product_like_fake i{color:#EA1414;font-size:18px;}

/* drop zone */
.dropzone{border:2px dashed #bbb;border-radius:5px;padding:30px 15px;text-align:center;color:#bbb;background:#fcfcfc;}

/* autocomplete */
.autocomplete-suggestions{border: 1px solid #8ccbfb; background: #FFF; overflow: auto;box-shadow: 0 0 0 0.2rem rgba(17, 148, 246, 0.25);overflow-x: auto;}
.autocomplete-suggestion{ cursor: pointer;padding: 7px 14px; white-space: nowrap;  }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/* addr_list */
#addr_list{
	position: absolute;left:5px;width:320px;z-index:2;
	background:#f0f0f0;border-top:1px solid #ced4da;border-left:1px solid #ced4da;border-right:1px solid #ced4da;
	box-shadow:0px 0px 5px -4px #333;
}
#addr_list .sel_addr{display:flex;border-bottom:1px solid #ced4da;padding:8px;cursor: pointer;}
#addr_list .sel_addr:hover{background:#f5f5f5;}

#addr_list2{
	position: absolute;left:5px;width:320px;z-index:2;
	background:#f0f0f0;border-top:1px solid #ced4da;border-left:1px solid #ced4da;border-right:1px solid #ced4da;
	box-shadow:0px 0px 5px -4px #333;
}
#addr_list2 .sel_addr{display:flex;border-bottom:1px solid #ced4da;padding:8px;cursor: pointer;}
#addr_list2 .sel_addr:hover{background:#f5f5f5;}

/* map height:calc(var(--height-100) - 0px)*/
#map{border:1px solid #ced4da;height:calc(100% - 75px);}

/* stepprogress */
.step_wrapper{
	font-size: 14px;
}
.stepprogress {
  position: relative;
  padding-left: 45px;
  list-style: none;
}
.stepprogress:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 100%;
  border-left: 2px solid #CCC;
}
.stepprogress-item {
  position: relative;
  counter-increment: list;
}
.stepprogress-item:not(:last-child) {
  padding-bottom: 20px;
}
.stepprogress-item:before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -30px;
  height: 100%;
  width: 14px;/*width: 10px;*/
}
.stepprogress-item:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -39px;
  width: 20px;
  height: 20px;
  border: 2px solid #CCC;
  border-radius: 50%;
  background-color: #FFF;
}
.stepprogress-item:last-child:after {
	top: 1px;
}
.stepprogress-item.is-done:before {
  border-left: 2px solid var(--step);
}
.stepprogress-item.is-done:after {
  content: "✔";
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #FFF;
  text-align: center;
  border: 2px solid var(--step);
  background-color: var(--step);
}
.stepprogress-item.is-done-final:before {
   border-left: 2px solid white;
}
.stepprogress-item.is-done-final:after {
  content: "✔";
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #FFF;
  text-align: center;
  border: 2px solid var(--step);
  background-color: var(--step);
}
.stepprogress-item.pass:before {
  border-left: 2px solid var(--step);
}
.stepprogress-item.pass:after {
  content: "";
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #FFF;
  text-align: center;
  border: 2px solid var(--step);
  background-color: var(--step);
}
.stepprogress strong {
  display: block;
}

/* point */
.point_nav .nav-link{font-weight: bolder;border-bottom:2px solid #ddd;color:#666;padding:15px 30px;}
.point_nav .nav-link.active{font-weight: bolder;border-bottom:2px solid #f37720;}
.point_tab_content{margin-top:-2px;border-top:2px solid #ddd;}

/* Coupon */
.coupon_nav .nav-link{font-weight: bolder;border-bottom:2px solid #ddd;color:#666;padding:15px 30px;}
.coupon_nav .nav-link.active{font-weight: bolder;border-bottom:2px solid #f37720;}
.coupon_tab_content{margin-top:-2px;border-top:2px solid #ddd;}
.stamp_row{display:flex;flex-wrap: wrap;margin-left:-0.5rem;}

.couponcheck.custom-control-label:before {
  top: 0.20rem;
  left: -1.5rem;
  border:1px solid #fff;
}
.couponcheck.custom-control-label:after {
  top: 0.20rem;
  left: -1.5rem;
}

.stamp {width:100%;min-height: 60px;padding: 0 10px;position: relative;overflow: hidden;border-radius:4px;box-sizing: border-box;}
.stamp i{position: absolute;left: 20%;top: 45px;width:100%;height:100%;background-color: rgba(255,255,255,.15);transform: rotate(-30deg);}
.stamp01{background: #e1341e;}
.stamp02{background: #aaa;}
.stamp03{background: #888;}

.stamp {color:rgba(255,255,255,.8);}
.stamp span{font-size:10px;}
.stamp span.amt{font-size: 30px;color:#fff;}

/* modal slide */
.modal-dialog-slideout {min-height: 100%; margin: 0 auto 0 0 ;background: #fff;}
.modal-dialog-slideout .modal-content{border: 0;}

.modal.fade .modal-dialog.modal-dialog-slideout	{}
.modal.fade.show .modal-dialog.modal-dialog-slideout {transform-origin: 100% 50%;animation: slide_right .5s;}
@keyframes slide_right { 
	0% { transform: scaleX(0); }
	100% { transform: scaleX(1); }
}

/* popup */
.popup_overlay {position: fixed;top: 0;bottom: 0;left: 0;right: 0;background: rgba(0, 0, 0, 0.7);visibility: hidden;opacity: 0;z-index:99999;
display: flex;align-items: center;justify-content: center;
animation: fadeIn 1s;
}
.popup_overlay.active {visibility: visible;opacity: 1;}
.popup {
	width: 340px;height:567px;
	border-radius: 5px;
	position:relative;
	animation: fadeIn 1s;
}
.popup_close {position: absolute;font-size: 40px;line-height:1;text-decoration: none;color: #aaa; top: 0px;right: 10px;}
.popup_close:hover {color: #000;}
.popup_close_btn{position: absolute;line-height:1;text-decoration: none;color: #aaa; background:rgba(255,255,255,0.9);
width:60px;text-align:center;padding:5px 0px;display:block;left:50%;transform: translateX(-50%);bottom:8px;border-radius:50px;}
.popup_checkbox{position: absolute;width:100%;background:#fff;border-radius:0 0 15px 15px;
display: flex;align-items: center;justify-content: center;padding:5px 0;bottom:-30px;}

.popup_content {height: 100%;width:100%;overflow: hidden;}
.popup_image{height: 100%;width:100%;overflow: hidden;border-radius:15px 15px 0 0;}
.popup_image img{
	max-width:100%;
	max-height:100%;
	object-fit: contain;
	animation: fadeIn 1s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.skeleton_box {display: inline-block;height: 100%;width:100%;position: relative;overflow: hidden;background-color:#f6f6f6;border-radius:15px 15px 0 0;}
.skeleton_box:after {
    content: '';position: absolute; top: 0; right: 0;bottom: 0;left: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(246,246,246,1) 0%, rgba(252,252,252,1) 50%, rgba(246,246,246,1) 100%);
    animation: shimmer 2s infinite;
}
@keyframes shimmer { 100% { transform: translateX(100%); } }

/* call icon */
.call_wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;justify-content: center;align-items: center;min-height:var(--height-100);width:100%;background:#fff;}
.call_icon{ width:128px;height:128px;border-radius:50%;background: rgb(246,246,246);background: linear-gradient(145deg, rgba(246,246,246,1) 0%, rgba(254,254,254,1) 100%);}
.call_icon img{
	max-width:100%;
	max-height:100%;
	object-fit: contain;
	animation: fadeIn 1s;
}

.call_wrapper_home{
	background:#fff;width:320px;height:380px;border-radius:15px;box-shadow:var(--box-shadow-sm);
	position: fixed;right:15px;bottom: 120px;z-index:99998;
	transition: all 600ms;visibility: hidden;opacity: 0;
}
.call_wrapper_home.active {visibility: visible;opacity: 1;}
.call_wrapper_home_close {position: absolute;font-size: 40px;line-height:1;text-decoration: none;color: #aaa; top: 0px;right: 10px;}
.call_wrapper_home_close:hover {color: #000;}
.call_icon_home{
	display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;justify-content: center;align-items: center;
	background:#f37720;width:80px;height:80px;border-radius:50%;box-shadow:var(--box-shadow-sm);
	position: fixed;right:15px;bottom: 30px;z-index:99998;
	visibility: hidden;
}
.call_icon_home.active{
	visibility: visible;
}
.call_txt{font-size:14px;margin-top:-8px;}
.call_icon_home span{color:rgba(255,255,255,0.8);cursor:pointer;}
.call_icon_home span:hover{color:rgba(255,255,255,1);}

/* coupon request */
.coupon_request_wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;justify-content: center;align-items: center; min-height:100vh;width:100%;background:#fff;}
.coupon_container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px;}
.coupon_request_icon{ width:300px;height:200px;}
.coupon_request_icon img{max-width:100%;max-height:100%;object-fit: contain;}

/* --------------------------------------------------------------------------
xs				sm				md			lg				xl
<576px		>=576px 		>=768px 		>=992px 		>=1200px
auto			540px 		720px 		960px 		1140px 
    -------------------------------------------------------------------------- */

.header_row .berger_menu,
.header_row .brand_short,
.header_row .brand_full,
.header_row .search_input,
.header_row .user_profile{display:none;}

.header_row .brand_short, .header_row .brand_full{margin-right:auto;margin-left:15px;}
.header_row .search_input{margin:auto;}
.header_row .icon_tools{margin-left:auto;margin-right:15px;}
.header_row .user_profile{margin-left:auto;}
.header_row .berger_menu{margin-top:-3px;padding:15px 10px 15px 0px;border:0px solid red;}
.header_row .brand_short{margin-left:1px;border:0px solid red;}

.header_row .brand_full{margin-top:5px;}

/*category page*/
.cate_page_content{display:flex;}
.cate_left{flex: 0 0 85px;max-width:85px;}
.cate_right{flex: 0 0 calc(100% - 85px);max-width:calc(100% - 85px);}

.cate_items_scroll{ max-height:600px;}
.cate_items{}
.cate_icon_box{width:85px;padding:10px 5px;cursor:pointer;background:#fff;border-radius:2px;}
.cate_icon_box_txt{text-align:center;margin-top:3px;font-weight: 300;font-size:14px;line-height:1;color:#999;}
.cate_icon_box_img{display: flex;justify-content: center;}
.cate_icon_box_img img{width:85px;height:30px; object-fit:contain; }
.cate_icon_box:hover .cate_icon_box_txt{color:var(--primary-color);}
.cate_icon_box:hover img,
.cate_icon_box.active img{filter: invert(53%) sepia(86%) saturate(2160%) hue-rotate(349deg) brightness(99%) contrast(92%);}
.cate_icon_box.active{color:var(--primary-color);background:#f0f0f0;}
.cate_icon_box.active .cate_icon_box_txt{color:var(--primary-color);}

.cate_sub_box_row{display: flex;flex-wrap: wrap;}
.cate_sub_box_frame{border:1px solid #eee;background:rgba(255,255,255,0.5);padding:8px;border-radius:5px;}
.cate_sub_box{cursor:pointer;}
.cate_sub_box_img{display: flex;justify-content: center;}
.cate_sub_box_img img{width:70px;height:70px; object-fit:fill;}
.cate_sub_box_txt{text-align:center;margin-top:3px;font-weight: 300;font-size:12px;line-height:1;color:#777;}
.cate_sub_box:hover .cate_sub_box_txt{color:var(--primary-color);}	

/* cate_carousel */
.cate_carousel{position:relative;box-shadow:0px 0px 5px -3px #333;border:1px solid rgba(255,255,255,0.6);border-radius:7px;overflow:hidden;}
.cate_carousel .slide_item{border-radius:7px;}
.cate_carousel .slide_item img{width:100%;height:100%; object-fit:fill;border-radius:7px;}

/* banner_carousel */
.banner_carousel{position:relative;box-shadow:0px 0px 5px -3px #333;border:1px solid rgba(255,255,255,0.6);border-radius:7px;overflow:hidden;}
.banner_carousel .slide_item{height:380px;border-radius:7px;}
.banner_carousel .slide_item img{width:100%;height:100%; object-fit:fill;border-radius:7px;}

/* store_carousel */
.store_carousel{position:relative;box-shadow:0px 0px 5px -3px #333;border:1px solid rgba(255,255,255,0.6);border-radius:7px;overflow:hidden;}
.store_carousel .slide_item{border-radius:7px;}
.store_carousel .slide_item img{width:100%;height:100%; object-fit:fill;border-radius:7px;}

/* merchant list */
.merchant_list{display: flex;flex-wrap: wrap;margin-left:-6px;margin-left:-5px;}
.merchant_icon{flex: 0 0 105px; padding:5px 5px;margin-left:6px;margin-top:5px;cursor:pointer;border-radius:5px;}
.merchant_icon_img{width:70px;height:70px;margin:0 auto;}
.merchant_icon_img img{width:100%;height:100%;object-fit:cover;border-radius:50%;}
.merchant_icon_txt{font-size:12px;text-align:center;margin-top:3px;}
.merchant_icon:hover{background:#fafafa;}

/* carousel */
.carousel_main_row{ width:100%;position:relative;background:linear-gradient(180deg, rgba(243,119,32,1) 0%, rgba(255,183,0,1) 80%, rgba(255,255,255,1) 80%);}
#carousel_main .slide_item{background:#666;}
#carousel_main .slide_item img{width:100%; height:100%; object-fit:fill;}
#carousel_main{box-shadow:0px 0px 5px -5px #333;}
#carousel_promotion .promotion_box{display:block;}   

.title1{font-size: 1.25rem;color:var(--primary-color);margin-bottom:1rem;}
.title_link{margin-bottom:1rem;display: flex;justify-content: space-between;align-items: center;}
.title_link h3{font-size: 1.25rem;color:var(--primary-color);margin-bottom:0px;}
.title_link a{color:rgba(0,0,0,0.8) !important;} a.hover{color:#000 !important;}

.all_link_box{text-align: center;margin-bottom:0px;padding:8px 0px;border:0px solid red;}
.all_link_box a{color:rgba(0,0,0,0.8) !important;} a.hover{color:#000 !important;}

.input_group {
	position: relative;
	display: flex;display: -ms-flexbox;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	-ms-flex-align: stretch;align-items: stretch;
	width: 100%;
}
.input_group_prepend{
	position:absolute;left:0px;top:0px;width:32px;height:100%;
	display: flex;justify-content: center;align-items: center;
}
.input_group > .form-control{padding-left:2rem;}

.icon_tel{background-image:url("../img/mobile.png");width:12px;height:20px;}
.icon_mail{display:inline-block;background-image:url("../img/mail.png");width:30px;height:30px;background-size:contain;background-repeat:no-repeat;}
.icon_line{display:inline-block;background-image:url("../img/line.png");width:30px;height:30px;background-size:contain;background-repeat:no-repeat;}
.icon_facebook{display:inline-block;background-image:url("../img/facebook.png");width:30px;height:30px;background-size:contain;background-repeat:no-repeat;}
.icon_google{display:inline-block;background-image:url("../img/google.png");width:30px;height:30px;background-size:contain;background-repeat:no-repeat;}
.icon_apple{display:inline-block;background-image:url("../img/apple.png");width:30px;height:30px;background-size:contain;background-repeat:no-repeat;}

/*product*/
.product_container{ font-size:12px;
display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.product_item{border-radius:var(--border-radius-sm);position: relative;}
.product_shadow{background:#ffffff;padding-bottom:15px;border-radius:var(--border-radius-sm);overflow:hidden;position: relative;
	border:1px solid rgba(0,0,0,0.125);
	box-shadow: 0px 0px 5px -5px #666;
}
.product_img, .product_img a{display: flex;justify-content:center;align-items: center;}
.product_img img, .product_img a img{
	cursor:pointer;
	max-width:100%;
	max-height:100%;
	object-fit: contain;
}

.product_txt{padding:0px 10px;min-height:40px;margin-top:8px;}
.product_txt, .product_txt a{line-height:20px;height:40px;width: 100%;overflow: hidden;white-space: normal; text-overflow: ellipsis;cursor:pointer;}
.product_price{padding:0px 10px;min-height:40px;display: flex;align-items:center;justify-content:space-between;}
.product_icon{position: absolute;left:5px;top:5px;}
.product_icon i{color:#EA1414;font-size:12px;display:none;}
.product_icon .icon-liked-red{display:block;}
.product_item:hover .product_icon i{display:block;}
.product_discount{position: absolute;width: 40px;height: 40px;right:15px;top:0px;
background-image: url("../img/sale.png");background-repeat:no-repeat;background-size:contain;background-position:0px -5px;cursor:pointer;}
.product_discount span{display:block;position: absolute;width:100%;text-align:center;top:5px;color:#fff;font-size:12px;font-style: normal;font-weight: normal;}
.product_price_sale{color:var(--primary-color);cursor:pointer;font-size:16px;}
.product_price_full{font-size:10px;font-style: normal;font-weight: normal; line-height: 12px;text-decoration-line: line-through;color: #666666;cursor:pointer;}
.product_price_full::first-letter, .product_price_sale::first-letter{padding-right: 1.5px;}
.product_price_cart{width:24px;height:24px;background:var(--primary-color);border-radius:50%;display: flex;align-items:center;justify-content:center;opacity:0.9;cursor:pointer;}
.product_price_cart:hover{opacity:1;}
.product_price_cart i{color:#fff;font-size:12px;}
.product_fav {display: inline-block;width: 10px;height: 10px;background-image: url("../img/star2.png");margin-left:15px;}
.product_fav-2 {width: 20px;}
.product_fav-3 {width: 30px;}
.product_fav-4 {width: 40px;}
.product_fav-5 {width: 50px;}

/* opt */
.otp_input{
	margin:8px;width:2.25rem;border-radius: 0rem;
	border-top-width:0px;border-left-width:0px;border-right-width:0px;
	border-bottom-width:2px;border-color:rgba( 243, 119, 32,0.55);
}
.otp_input:focus {
  box-shadow:none;border-color:rgba( 243, 119, 32,1);
}

/* content */
.content_section {}
.sh1 {	display:flex;}
.content_image   { text-align: center;}
.content_image  > img{	 max-width: 120px;}
.content_header_title_icon {	display: none;}
.content_header_image {}
.content_header_text {	padding: 10px;;}
.content_header_title {	font-weight: 300px;font-size: 1.7em;color:#212529;}
.content_header_desciption { font-size: 1.0em;}
.content_footer_image {}

.content_footer_title_icon {	display: none;	width: 30px;}
.content_footer_text {	padding: 10px;}
.content_footer_title {	font-weight: 300px;	font-size: 1.7em;	color:#212529;}
.content_footer_desciption {font-size: 1.0em;}

/* <= 767px */   
@media (max-width: 767px) {
	
	.title1{font-size: 1rem;color:var(--primary-color);margin-bottom:0.5rem;}
	.title_link{margin-bottom:0.5rem;}
	.title_link h3{font-size: 1rem;}

	.header_row .search_input{margin-right:0px;}
	
	.app_mobile.active{display:flex;align-items:center;justify-content: space-between;height:78px;background:#f2f2f2;}

	.footer_menu {border-bottom:1px solid #e6e9ec;}
	.footer_menu a{display:flex;justify-content:space-between;align-items:center;}
	.footer_menu i{display:inline;opacity:0.3;}
	
	.cart_row{height:30px;background-position:60px top;}
	.noti_list{width: calc(100% - 30px);}
	
	.cate_right{padding-top: 1.5rem;padding-left: 1rem;padding-right: 1rem}
	
}

/* <= 575px */   
@media (max-width: 575px) {
	.fzr-sm{font-size:14px;}
	.fzr-1x{font-size:16px;font-weight: 400;}
	.fzr-2x{font-size:18px;}
	.fzr-3x{font-size:30px;}
	.login_left{display:none;}
	.login_right{width:100%;}
	.login_right .login_right_body{width:100%;padding:0 30px;}
	
	.register_left{width:100%;}
	.register_left .register_left_body{width:100%;padding:0 15px;}
	.register_right{display:none;}
	
	.header_row .berger_menu,
	.header_row .brand_short{display:flex;}
	
.header_row .search_input{display:flex;margin:0 10px;}	
.header_row .icon_tools{display:flex;margin-right:1px;}
.header_row .icon_tools .icon_tools_noti{display:none;}
.header_row .icon_tools .icon_tools_item #badge_noti{display:none!important;}
.header_row .icon_tools .icon_tools_like{display:none;}
.header_row .icon_tools .icon_tools_cart{margin-left:15px;}

	.profile_body{ height:270px; }
	
	.product_detail_add_cart_row{background-position:200% top;}
	#map{border:1px solid #ced4da;height:300px;}
	
	.carousel_main_row .container{padding:0px;}
	
	/*248*/
	.product_container{margin-top:-7px;margin-left:-7px;margin-right:-7px;}
	.product_item{flex: 0 0 50%;max-width: 50%;}
	.product_shadow{margin:7px;}
	.product_img, .product_img a{height:248px;}
	
	div[id^='section_categories_'].product_container .product_item:last-child:nth-child(odd){display:none;}
	#component_product_banner_cate.product_container .product_item:last-child:nth-child(odd){display:none;}
	
	#product_recommends.product_container .product_item:last-child:nth-child(odd){display:none;}
	#component_product_sale.product_container .product_item:last-child:nth-child(odd){display:none;}
	
	.cart_review_qty{width:100%;position:absolute;left:0px;bottom:40px;}
	
	#carousel_main .slide_item{height:calc(510px / 2.6);}
	.banner_carousel .slide_item{height:calc((510px - 30px) / 2.6);}
	.store_carousel .slide_item{height:calc((510px - 30px) / 1.31);}
	.cate_carousel .slide_item{height:calc(380px / 2.6);}
	
	.cate_icon_box{width:130px;}
	.cate_sub_box_row{display: flex;flex-wrap: wrap;}
	.cate_sub_box_frame{flex: 0 0 33%;max-width: 33%;}
	.cate_sub_box{}
	.cate_sub_box_img{}
	.cate_sub_box_img img{width:60px;height:60px;}
	
	.profile_real.profile_top_row{background-position:top right;justify-content:flex-end;}
	.profile_real.profile_top_row > div:nth-child(1){flex: 0 0 30%; position:relative;}
	.profile_real.profile_top_row > div:nth-child(2){flex: 0 0 10%; }
	.profile_real.profile_top_row > div:nth-child(3){flex: 0 0 20%; }
	.profile_real.profile_top_row > div:nth-child(4){flex: 0 0 20%; }
	.profile_real.profile_top_row > div:nth-child(5){flex: 0 0 20%; }
	.profile_top_row_txt{font-size:12px;}
	.coupon_nav .nav-link{width:33.333333%;text-align:center;padding:15px 0px;}




}
@media (max-width: 414px) {
	
	.login_right .login_right_body{width:100%;padding:0 50px;}
	
	/*185*/
	.product_container{margin-top:-7px;margin-left:-7px;margin-right:-7px;}
	.product_item{flex: 0 0 50%;max-width: 50%;}
	.product_shadow{margin:7px;}
	.product_img, .product_img a{height:185px;}
	div[id^='section_categories_'].product_container .product_item:last-child:nth-child(odd){display:none;}
	
	
	.merchant_icon{flex: 0 0 122px;}
	
	.cate_icon_box{width:100px;}
	
	#carousel_main .slide_item{height:calc(414px / 2.6);}
	.banner_carousel .slide_item{height:calc((414px - 30px) / 2.6);}
	.store_carousel .slide_item{height:calc((414px - 30px) / 1.31);}
	.cate_carousel .slide_item{height:calc(286px / 2.6);}

 

}
@media (max-width: 375px) {
	
	.login_right .login_right_body{width:100%;padding:0 30px;}
	
	/*165.5*/
	.product_img, .product_img a{height:166px;}
	
	.merchant_icon{flex: 0 0 109px;}
	
	.cate_icon_box{width:90px;}
	
	#carousel_main .slide_item{height:calc(375px / 2.6);}
	.banner_carousel .slide_item{height:calc((375px - 30px) / 2.6);}
	.store_carousel .slide_item{height:calc((375px - 30px) / 1.31);}
	.cate_carousel .slide_item{height:calc(257px / 2.6);}
	.profile_real.profile_top_row{background-position:top right;justify-content:flex-end;}
	.profile_real.profile_top_row > div:nth-child(1){flex: 0 0 29%; position:relative;}
	.profile_real.profile_top_row > div:nth-child(2){flex: 0 0 2%; }
	.profile_real.profile_top_row > div:nth-child(3){flex: 0 0 23%;}
	.profile_real.profile_top_row > div:nth-child(4){flex: 0 0 23%;}
	.profile_real.profile_top_row > div:nth-child(5){flex: 0 0 23%;}
	.profile_top_row_txt{font-size:12px;}
	.coupon_nav .nav-link{width:33.333333%;text-align:center;padding:15px 0px;}

 

}
@media (max-width: 360px) {

	.header_row .search_input{display:flex;margin:0 10px;width:180px;}	

	/*158*/
	.product_img, .product_img a{height:158px;}
	
	.merchant_icon{flex: 0 0 103px;}
	
	.cate_icon_box{width:85px;}
	
	#carousel_main .slide_item{height:calc(360px / 2.6);}
	.banner_carousel .slide_item{height:calc((360px - 30px) / 2.6);}
	.store_carousel .slide_item{height:calc((360px - 30px) / 1.31);}
	.cate_carousel .slide_item{height:calc(245px / 2.6);}



}

/* >= 576px */    
@media (min-width: 576px) {
	.container{ border:0px solid orange; }
	.login_left{flex: 0 0 50%;}
	.login_right{flex: 0 0 50%;}
	.login_right .login_right_body{width:260px;margin:auto;}
	
	.register_left{flex: 0 0 50%;}
	.register_right{flex: 0 0 50%;}
	.register_left .register_left_body{width:260px;margin:auto;}
	
	.header_row .berger_menu,
	.header_row .brand_short,
	.header_row .search_input,
	.header_row .user_profile{
		display:flex;
	}
	
.header_row .search_input{display:flex;margin:0 10px;}	
.header_row .icon_tools{display:flex;margin-right:1px;}
.header_row .icon_tools .icon_tools_noti{display:none;}
.header_row .icon_tools .icon_tools_item #badge_noti{display:none!important;}
.header_row .icon_tools .icon_tools_like{display:none;}
.header_row .icon_tools .icon_tools_cart{margin-left:15px;}

	.footer_row_right a{font-size:15px;padding:10px 0px 10px 35px;}
	
	#carousel_main .slide_item{height:calc(510px / 2.6);}
	.banner_carousel .slide_item{height:calc(510px / 2.6);}
	.store_carousel .slide_item{height:calc((510px - 30px) / 1.31);}
	.cate_carousel .slide_item{height:calc(380px / 2.6);}
	
	.profile_body{ height:270px; }
	.profile_top_row{background-position:top right;}
	
	.profile_real.profile_top_row{background-position:top right;justify-content:flex-end;}
	.profile_real.profile_top_row > div:nth-child(1){flex: 0 0 51%; position:relative;}
	.profile_real.profile_top_row > div:nth-child(2){flex: 0 0 4%;}
	.profile_real.profile_top_row > div:nth-child(3){flex: 0 0 15%;}
	.profile_real.profile_top_row > div:nth-child(4){flex: 0 0 15%;}
	.profile_real.profile_top_row > div:nth-child(5){flex: 0 0 15%;}

	/*248*/
	.product_container{margin-top:-7px;margin-left:-7px;margin-right:-7px;}
	.product_item{flex: 0 0 50%;max-width: 50%;}
	.product_shadow{margin:7px;}
	.product_img, .product_img a{height:248px;}
	
	div[id^='section_categories_'].product_container .product_item:last-child:nth-child(odd){display:none;}
	#component_product_banner_cate.product_container .product_item:last-child:nth-child(odd){display:none;}
	
	.cate_icon_box{width:130px;}
	.cate_sub_box_row{display: flex;flex-wrap: wrap;}
	.cate_sub_box_frame{flex: 0 0 33.33333%;max-width: 33.33333%;}
	.cate_sub_box{}
	.cate_sub_box_img{}
	.cate_sub_box_img img{width:70px;height:70px;}
	
	.coupon_container{width:428px;}
}
/* >= 768px */   
@media (min-width: 768px) {
	.app_mobile.active{display:flex;align-items:center;justify-content: space-between;padding:15px 0px;background:#f2f2f2;}
	.container{ border:0px solid pink; }
	.login_left{flex: 0 0 60%;}
	.login_right{flex: 0 0 40%;}
	.login_right .login_right_body{width:260px;margin:auto;}
	
	.register_left{flex: 0 0 40%;}
	.register_right{flex: 0 0 60%;}
	.register_left .register_left_body{width:260px;margin:auto;}
	
	.header_row .brand_short{display:none;}
	.header_row .berger_menu,
	.header_row .brand_full,
	.header_row .search_input,
	.header_row .user_profile{
		display:flex;
	}

.header_row .search_input{display:flex;margin:0 0px;}	
.header_row .icon_tools{display:flex;margin-right:0px;}
.header_row .icon_tools .icon_tools_noti{display:inline-block;margin:0px 15px;}
.header_row .icon_tools .icon_tools_item #badge_noti{display:inline-block!important;}
.header_row .icon_tools .icon_tools_item #badge_noti:empty {
  display: none!important;
}
.header_row .icon_tools .icon_tools_like{display:inline-block;}
.header_row .icon_tools .icon_tools_cart{margin-left:15px;}

	.footer_row_right a{font-size:17px;padding:10px 0px 10px 65px;}
	
	.profile_body{ height:270px; }
	.profile_top_row{background-position:120px 0px;}
	
	.profile_real.profile_top_row > div:nth-child(1){flex: 0 0 60%; position:relative;}
	.profile_real.profile_top_row > div:nth-child(2){flex: 0 0 4%;}
	.profile_real.profile_top_row > div:nth-child(3){flex: 0 0 12%;}
	.profile_real.profile_top_row > div:nth-child(4){flex: 0 0 12%;}
	.profile_real.profile_top_row > div:nth-child(5){flex: 0 0 12%;}
	#lxlxlxlxlxlxl .merchant_top_row_logo_box{top:40px; left: 20px; transform: none;}
	#lxlxlxlxlxlxl .merchant_top_row_logo_box:after{left: 0px; transform: none;}
	#lxlxlxlxlxlxl .merchant_top_row_logo_box:before{left: -12px; transform: none;}
	#lxlxlxlxlxlxl .profile_top_row_img_box{ left: 20px; transform: none;}
	#lxlxlxlxlxlxl .profile_person{margin:0px 0px 0px 20px;}	
	
	#carousel_main .slide_item{height:calc(690px / 2.6);}
	.banner_carousel .slide_item{height:calc(690px / 2.6);}
	.store_carousel .slide_item{height:calc((690px - 30px) / 1.31);}
	.cate_carousel .slide_item{height:calc(507px / 2.6);}
	
	/*220.65*/
	.product_container{margin-top:-7px;margin-left:-7px;margin-right:-7px;}
	.product_item{flex: 0 0 33.33333%;max-width: 33.33333%;}
	.product_shadow{margin:7px;}
	.product_img, .product_img a{height:221px;}
	
	div[id^='section_categories_'].product_container .product_item:last-child:nth-child(odd){display:block;}
	div[id^='section_categories_'].product_container .product_item:nth-child(-n+2){display:none;}
	
	#component_product_banner_cate.product_container .product_item:last-child:nth-child(odd){display:block;}
	#component_product_banner_cate.product_container .product_item:nth-child(-n+2){display:none;}
	
	#component_product_news.product_container .product_item:last-child{display:none;}
	#component_product_sale.product_container .product_item:last-child{display:none;}
	
	/*180.65*/
	.search_list_content .product_container{margin-top:-7px;margin-left:-7px;margin-right:-7px;}
	.search_list_content .product_item{flex: 0 0 33.33333%;max-width: 33.33333%;}
	.search_list_content .product_shadow{margin:7px;}
	.search_list_content .product_img{height:181px;}
	.search_list_content .product_img a{height:181px;}
	
	.cart_row{height:40px;background-position:60px top;}
	
	.cate_right{padding-top: 1.5rem;padding-left: 1rem;padding-right: 1rem;max-width:calc(768px - 85px);}
	
	.cate_items_scroll{ max-height:none;}
	.cate_items{}
	.cate_icon_box{width:100%;padding:10px 0px;background:transparent;border-radius:2px;display:flex;}
	.cate_icon_box_txt{flex: 0 0 (100% - 30px);display: flex;align-items:center;padding-left:3px;text-align:left;margin-top:0px;}
	.cate_icon_box_img{flex: 0 0 30px;display: flex;justify-content: center;}
	.cate_icon_box_img img{width:30px;height:30px; object-fit:contain; }
	
	.cate_sub_box_row{display: flex;flex-wrap: wrap;}
	.cate_sub_box_frame{flex: 0 0 25%;max-width: 25%;}
	.cate_sub_box{}
	.cate_sub_box_img{}
	.cate_sub_box_img img{width:70px;height:70px;}
	
}
/* >= 992px */   
@media (min-width: 992px) {
	.app_mobile.active{display:none}
	
	.container{ border:0px solid cyan; }
	.login_left{flex: 0 0 60%;}
	.login_right{flex: 0 0 40%;}
	.login_right .login_right_body{width:350px;margin:auto;}
	
	.register_left{flex: 0 0 40%;}
	.register_right{flex: 0 0 60%;}
	.register_left .register_left_body{width:300px;margin:auto;}
	
	.header_row .berger_menu{display:none;}
	.header_row .brand_short{display:none;}
	.header_row .brand_full{margin-right:auto;margin-left:0px;}
	.header_row .brand_full,
	.header_row .search_input,
	.header_row .icon_tools,
	.header_row .user_profile{
		display:flex;
	}
	.header_row .search_input{flex: 0 0 350px;}
	
	.header_row .icon_tools .icon_tools_noti{display:inline-block;margin:0px 0px;}
	.header_row .icon_tools .icon_tools_cart{margin-left:0px;}
	.icon_tools .icon_tools_item{margin-right:30px;}

	.profile_body{ height:270px; }
	
	.profile_real.profile_top_row{background-position:120px 0px;}
	.profile_top_row_txt{font-size:12px;}
	.profile_real.profile_top_row > div:nth-child(1){flex: 0 0 36%; position:relative; }
	.profile_real.profile_top_row > div:nth-child(2){flex: 0 0 4%;}
	.profile_real.profile_top_row > div:nth-child(3){flex: 0 0 25%;}
	.profile_real.profile_top_row > div:nth-child(4){flex: 0 0 15%;}
	.profile_real.profile_top_row > div:nth-child(5){flex: 0 0 20%;}
	
	#lxlxlxlxlxlxl .merchant_top_row_logo_box{top:40px; left: 50%; transform: translateX(-50%);}
	#lxlxlxlxlxlxl .merchant_top_row_logo_box:after{left: 50%; transform: translateX(-50%);top:-77px;}
	#lxlxlxlxlxlxl .merchant_top_row_logo_box:before{left: 50%; transform: translateX(-50%);top:-30px;}
	#lxlxlxlxlxlxl .profile_top_row_img_box{ position:absolute; top:0px; left: 50%; transform: translateX(-50%); width:70%; margin:0 auto; max-height:100px;}
	#lxlxlxlxlxlxl .profile_person{margin:0px 0px 0px 0px;}	
	
	#carousel_main .slide_item{height:calc(930px / 2.6);}
	.banner_carousel .slide_item{height:calc(930px / 2.6);}
	.store_carousel .slide_item{height:calc((930px - 30px) / 1.31);}
	.cate_carousel .slide_item{height:calc(687px / 2.6);}

	/*174.8*/
	.product_container{margin-top:-7px;margin-left:-7px;margin-right:-7px;}
	.product_item{flex: 0 0 20%;max-width: 20%;}
	.product_shadow{margin:7px;}
	.product_img, .product_img a{height:175px;}
	
	div[id^='section_categories_'].product_container .product_item:nth-child(-n+2){display:block;}
	#component_product_banner_cate.product_container .product_item:nth-child(-n+2){display:block;}
	
	#product_recommends.product_container .product_item:last-child{display:block;}
	#component_product_news.product_container .product_item:last-child{display:block;}
	#component_product_sale.product_container .product_item:last-child{display:block;}
	
	/*178*/
	#same_product_list .product_container{margin-top:-7px;margin-left:-7px;margin-right:-7px;}
	#same_product_list .product_item{flex: 0 0 50%;max-width: 50%;}
	#same_product_list .product_shadow{margin:7px;}
	#same_product_list .product_img{height:178px;}
	#same_product_list .product_img a{height:178px;}
	
	/*160*/
	.search_list_content .product_container{margin-top:-7px;margin-left:-7px;margin-right:-7px;}
	.search_list_content .product_item{flex: 0 0 25%;max-width: 25%;}
	.search_list_content .product_shadow{margin:7px;}
	.search_list_content .product_img{height:160px;}
	.search_list_content .product_img a{height:160px;}
	
	.product_detail_left{flex: 0 0 50%;max-width: 50%;}
	.product_detail_right{flex: 0 0 50%;max-width: 50%;}
	#product_detail_indicators{position: absolute;}

	.pddtp.card-columns {
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	    -webkit-column-gap: 1.25rem;
	    -moz-column-gap: 1.25rem;
	    column-gap: 1.25rem;
	    orphans: 1;
	    widows: 1;
	}
	.cart_row{height:50px;background-position:130% top;}
	
	.cate_right{padding-top: 1.5rem;padding-left: 1rem;padding-right: 1rem;max-width:calc(992px - 85px);}
	
	.cate_sub_box_row{display: flex;flex-wrap: wrap;}
	.cate_sub_box_frame{flex: 0 0 20%;max-width: 20%;}
	.cate_sub_box{}
	.cate_sub_box_img{}
	.cate_sub_box_img img{width:70px;height:70px;}
	
	.coupon_request_wrapper .section_color{position:absolute;filter:blur(150px);}
	.coupon_request_wrapper .section_color:nth-child(1){
		top:-350px;width:500px;height:500px;background:#ff359b;
	}
	.coupon_request_wrapper .section_color:nth-child(2){
		bottom:50px;left:100px;width:500px;height:500px;background:#fffd87;
	}
	.coupon_request_wrapper .section_color:nth-child(3){
		bottom:50px;right:100px;width:300px;height:300px;background:#00d2ff;
	}
	
	.coupon_container{
		position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;
		width:550px;min-height:400px;border-radius:10px;
		background:rgba(255,255,255,0.5);
		backdrop-filter:blur(5px);
		box-shadow:0 25px 45px rgba(0,0,0,0.1);
		border:1px solid rgba(255,255,255,0.5);
		border-right:1px solid rgba(255,255,255,0.2);
		border-bottom:1px solid rgba(255,255,255,0.2);
	}

}
/* >= 1200px */   
@media (min-width: 1200px) {
	.container{ border:0px solid blue; }
	
	.header_row .search_input{flex: 0 0 490px;}
	
	#carousel_main .slide_item{height:calc(1110px / 2.6);}
	.banner_carousel .slide_item{height:calc(1110px / 2.6);}
	.store_carousel .slide_item{height:calc((1110px - 30px) / 1.31);}
	.cate_carousel .slide_item{height:calc(822px / 2.6);}
	
	/*210.8*/
	.product_container{margin-top:-7px;margin-left:-7px;margin-right:-7px;}
	.product_item{flex: 0 0 20%;max-width: 20%;}
	.product_shadow{margin:7px;}
	.product_img, .product_img a{height:211px;}
	
	/*215.5*/
	#same_product_list .product_container{margin-top:-7px;margin-left:-7px;margin-right:-7px;}
	#same_product_list .product_item{flex: 0 0 50%;max-width: 50%;}
	#same_product_list .product_shadow{margin:7px;}
	#same_product_list .product_img{height:216px;}
	#same_product_list .product_img a{height:216px;} 
	
	/*193.75*/
	.search_list_content .product_container{margin-top:-7px;margin-left:-7px;margin-right:-7px;}
	.search_list_content .product_item{flex: 0 0 25%;max-width: 25%;}
	.search_list_content .product_shadow{margin:7px;}
	.search_list_content .product_img{height:194px;}
	.search_list_content .product_img a{height:194px;}
	
	.cate_right{padding-top: 1.5rem;padding-left: 1rem;padding-right: 1rem;max-width:calc(1200px - 85px);}
	.cate_sub_box_row{display: flex;flex-wrap: wrap;}
	.cate_sub_box_frame{flex: 0 0 14.28571%;max-width: 14.28571%;}
	.cate_sub_box{}
	.cate_sub_box_img{}
	.cate_sub_box_img img{width:70px;height:70px;}
	
}




@media (max-width: 575px) {
		
	/* content */
	.content_section { }
	.sh1 {	display:block;}
	.content_image  {	display: none;}
	.content_image  > img{	 max-width: 120px;}
	.content_header_title_icon {	display: block;	width: 30px;}

	.content_header_text {	padding: 10px;;}
	.content_header_title {	font-weight: 300px;font-size: 1.7em;	color:#212529;}
	.content_header_desciption {	font-size: 1.0em;}

	.content_footer_title_icon {	display: block;	width: 30px;}
	.content_footer_text {	padding: 10px;;}
	.content_footer_title {	font-weight: 300px;	font-size: 1.7em;	color:#212529;}
	.content_footer_desciption {	font-size: 1.0em;}
}
@media (max-width: 414px) {

	 
	/* content */
	.content_section { }
	.sh1 {	display:block;}
	.content_image  {	display: none;}
	.content_image  > img{	 max-width: 120px;}
	.content_header_title_icon {	display: block;	width: 30px;}

	.content_header_text {	padding: 10px;;}
	.content_header_title {	font-weight: 300px;font-size: 1.7em;	color:#212529;}
	.content_header_desciption {	font-size: 1.0em;}

	.content_footer_title_icon {	display: block;	width: 30px;}
	.content_footer_text {	padding: 10px;;}
	.content_footer_title {	font-weight: 300px;	font-size: 1.7em;	color:#212529;}
	.content_footer_desciption {	font-size: 1.0em;}
}

@media (max-width: 375px) {

	/* content */
	.content_section { }
	.sh1 {	display:block;}
	.content_image  {	display: none;}
	.content_image  > img{	 max-width: 120px;}
	.content_header_title_icon {	display: block;	width: 30px;}

	.content_header_text {	padding: 10px;;}
	.content_header_title {	font-weight: 300px;font-size: 1.7em;	color:#212529;}
	.content_header_desciption {	font-size: 1.0em;}

	.content_footer_title_icon {	display: block;	width: 30px;}
	.content_footer_text {	padding: 10px;;}
	.content_footer_title {	font-weight: 300px;	font-size: 1.7em;	color:#212529;}
	.content_footer_desciption {	font-size: 1.0em;}
}
@media (max-width: 360px) {
	
	/* content */
	.content_section {  }
	.sh1 {	display:block;}
	.content_image  {	display: none;}
	.content_image  > img{	 max-width: 120px;}
	.content_header_title_icon {	display: block;	width: 30px;}

	.content_header_text {	padding: 10px;;}
	.content_header_title {	font-weight: 300px;font-size: 1.7em;	color:#212529;}
	.content_header_desciption {	font-size: 1.0em;}

	.content_footer_title_icon {	display: block;	width: 30px;}
	.content_footer_text {	padding: 10px;;}
	.content_footer_title {	font-weight: 300px;	font-size: 1.7em;	color:#212529;}
	.content_footer_desciption {	font-size: 1.0em;}
}


