body
{
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
background-color: #F5F8FC ;
margin: 0;
padding: 0;

}

a
{
color: #333;
text-decoration: none;
font-size: 1em;
}

* {box-sizing:border-box}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}


/* Icon
-------------------------------------------------- */
[class^="svg-"], [class*=" svg-"] {
    height: 16px;
    width: 16px;
    display: inline-block;
    fill: currentColor;
}

/* UTILITY
-------------------------------------------------- */
.container
{
max-width: 1169px;
margin-right: auto;
margin-left: auto;
}

.container_fluid
{
width: 100%;
margin-right: auto;
margin-left: auto;
}


.list-inline {
padding-left: 0;
list-style: none;
}

.no-border {
    border: none;
}

.notification
{
display: none;
position:fixed;
right:0px;
top:45px;
width:100%;
text-align: left;
padding: 5px 10px;
color: #fff;
z-index:99999;
font-size: 1em;
}

.success
{
background-color: #03a2de;
}

.error
{
background-color: #d04a4a;
}

.warning
{
background-color: orange;
}

.notification  .icon
{
display: block;
float: left;
}

.notification  .text
{
display: block;
float: left;
margin-top: 10px;
margin-left: 10px;
}

/* COVID 19
-------------------------------------------------- */


.covid19
{
display: block;
float: left;
margin-right: 10px;
background-color: #de2230;
padding: 4px;
}

.covid19 > a
{
font-size: 0.8em;
color: #fff;
}

.overload_announcement
{
display: block;
float: left;
padding: 5px;
background-color: #0a0653;
color: #fff;
margin-top: 10px;
line-height: 22px;
}


/* HEADER & MENU
-------------------------------------------------- */

.navbar
{
display: block;
float: left;
width: 100%;
}

.main-body
{
display: block;
float: left;
width: 100%;
margin-top: 45px;
}

.header
{
display:block;
float: left;
width: 100%;
background-color: #f8f9fa;
position: fixed; /* Set the navbar to fixed position */
 top: 0; /* Position the navbar at the top of the page */
 z-index: 800;
-webkit-box-shadow: 0 6px 12px rgba(15, 15, 15, 0.15);
box-shadow: 0 6px 12px rgba(15, 15, 15, 0.15);
}


.navbar-brand
{
width: 20%;
float: left;
}

.navbar-brand > a > img
{
height: 30px;
width: auto;
margin-top:5px;
}

.navbar-menu
{
width: 60%;
float: left;
}

.navbar-menu ul
{
display: block;
float: left;
margin: 0;
}

.navbar-menu li
{
display: inline-block;
}

.navbar-menu li a
{
display: block;
color: #333;
font-size: 0.9em;
padding: 14px 10px;
}

.parent_active
{
font-weight: bold;
}


.submenu
{
width: 68%;
float: left;
background-color: #91d3ec;
display: none;
}

.submenu ul
{
display: block;
float: left;
margin: 0;
}

.submenu li
{
display: inline-block;
padding: 6px 9px;
}

.submenu li a
{
color: #fff;
font-size: 0.9em;
}

.navbar-right
{
float: left;
text-align: right
}

.navbar-right-wrap
{
display:inline-block;
margin:0;
padding:0;
}

.navbar-right-wrap > ul
{
display: block;
float: left;
margin:0;
padding:0;
margin-top:10px;
}

.navbar-right-wrap > ul > li
{
display: block;
float: left;
}

.menu_bar {
display: none;
float: left;
font-size: 1em;
color: #757575;
padding: 5px 8px;
}
/* Fixed navbar bottom */


.navbar-bottom {
display: none;
overflow: hidden;
background-color: #fff;
position: fixed;
bottom: 0;
width: 100%;
z-index: 20;
-webkit-box-shadow: 0 -6px 12px rgba(15, 15, 15, 0.15);
box-shadow: 0 -6px 12px rgba(15, 15, 15, 0.15);
padding: 4px 0;
border-top: 1px solid #ccc;
}


.navbar-bottom ul
{
list-style: none;
margin: 0;
padding: 0;
}

.navbar-bottom ul li
{
display: block;
float: left;
width: 20%;
text-align: center;

}



.navbar-bottom li a
{
display: block;
float: left;
width: 100%;
text-align: center;
color: #333;
}

.navbar-bottom ul li .active
{
color: red;
}

.navbar-bottom span,  .navbar-bottom i
{
display: block;
float: left;
width: 100%;
}
 


.navbar-bottom i
{
font-size: 1.3em;
}


.navbar-bottom span
{
font-size: 0.7em;
}


/* Dropdown button */
.dropbtn {
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

.navbar-menu .dropdown:hover .dropbtn {
    background: #007bff;
	color: #fff;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  max-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}

.dropdown-content ul li
{
display: block;
float: left;
width: 100%;
}

.navbar-menu .dropdown-content a:hover {
  background-color: #ddd;
}



.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}


.shopping-cart {
	float: left;
    background: #007bff;
    background: -moz-linear-gradient(left,#007bff 0%,#005ec2 100%);
    background: -webkit-linear-gradient(left,#007bff 0%,#005ec2 100%);
    background: linear-gradient(to right,#007bff 0%,#005ec2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff',endColorstr='#005ec2',GradientType=1);
    border-radius: 3px;
	cursor: pointer;
	font-size: 0.9em;
    box-shadow: 0 0 23px rgba(69,102,173,0.23);
	margin-right: 10px;
}

.shopping-cart-delete
{
background: red;
}

.shopping-cart a
{
	display: block;
	width: 100%;
	padding: 3px;
	color: #fff;
}

.shopping-cart > i
{
display: inline-block;
padding-top: 5px;
}

.shopping-cart-value {
    background: #fe4949 none repeat scroll 0 0;
    border-radius: 8px;
	font-size: 0.7em;
    font-weight: 700;
    color: #ffffff;
    padding: 3px;
    position: absolute;
    top: 2px;
	margin-left: 75px;
}

.navbar-right  .dropdown-content
{
background-color:#fff;
}

.member_panel_link
{
width: 160px;
}


.member_panel_link li
{
border-bottom: 1px solid #ccc;
}


.member_panel_link li a
{
display: block;
float: left;
padding: 10px;
color: #000;
}

.promotion_header
{
display: block;
float: left;
width: 100%;
background-color: #fff;
}

.promotion_header > .text
{
display: block;
float: left;
width: 100%;
padding: 5px;
line-height: 25px;
}

.promotion_footer
{
display: block;
float: left;
width: 100%;
background-color: #f5f5f5;
padding: 10px;
}

.promotion-button {
	display: inline-block;
    background: #fff;
	border: 1px solid #fff;
    border-radius: 3px;
	cursor: pointer;
	font-size: 0.9em;
    box-shadow: 0 0 23px rgba(69,102,173,0.23);
	margin-right: 10px;
	padding: 5px 5px;
}

.promotion-button b
{
	display: inline-block;
	color: #333;
	font-weight: 100;
	font-size: 0.8em;
}


.promotion-button-value {
	display: inline-block;
    background: #fe4949 none repeat scroll 0 0;
    border-radius: 8px;
	font-size: 0.8em;
    font-weight: 700;
    min-height: 15px;
    min-width: 15px;
    color: #ffffff;
    padding: 5px;
}


/* CUSTOMER
--------------------------------------------*/
.ucp_bar
{
display: block;
float: left;
width: 100%;
}

.ucp_bar > .welcome_user
{
display: block;
float: left;
width: 100%;	
}

.user_link
{
display: block;
float: left;
width: 100%;	
}

.user_link > ul
{
display: block;
float: left;
width: 100%;		
padding:0;
margin:0	
}

.user_link > ul > li
{
display: block;
float: left;
width: 100%;		
border-bottom: 1px solid #dbdbdb;	
}

.user_link > ul > li:last-child
{
	border:0;
}

.user_link > ul > li > a
{
display: block;
float: left;
width: 100%;	
padding: 5px 0;	
}

.user_link > ul > li > a::before {
    color: #333;
    content: '\67';
    font-family: 'web-font';
    padding: 0 7px 0 0;
}

.phone_submit
{
display: block;
float: left;
width: 100%;
text-align: left;
padding: 10px 0;
}

.phone_field > input[type=text]
{
width: 100%;
padding: 10px;
border: 1px solid #ccc;
}

.thongtin_khachhang
{
display: block;
float: left;
width: 100%;	
}

.thongtin_khachhang > .item
{
display: block;
float: left;
width: 100%;	
border-bottom: 1px solid #ccc;
padding: 8px;	
}

.thongtin_khachhang > .item > .title
{
display: block;
float: left;
width: 100%;	
font-weight: bold;
font-size: 9px;
margin-bottom: 3px;
}



.label-tinhtrang
{
border-radius: 5px;
padding: 3px;
font-size: 0.7em;
}

.label-online {background-color: #ff8888; color: #fff; }
.label-dangxuly {background-color: #ffa500; color: #fff; }
.label-chogiao {background-color: #ff0081; color: #fff; }
.label-danggiao {background-color: #007bff; color: #fff; }
.label-giaoxong {background-color: #5cb85c; color: #fff; }

.label-chuaphathanh {background-color: #ffa500; color: #fff; }
.label-phathanh {background-color: #5cb85c; color: #fff; }


/* SLIDE BAR
--------------------------------------------*/
.sidenav_left {
height: 100%;
width: 0;
position: fixed;
z-index: 999;
overflow-x: hidden;
background-color: rgb(0,0,0); 
background-color: rgba(0,0,0,0.4); 
}

.leftside_expand
{
width: 100%;
}

.left1
{
display: block;
float: right;
width: 70%;
height: 100%;
background-color: #fff;
transition: 0.2s;
right: 0;
}


.left1 > ul
{
display: block;
float: left;
width: 100%;
margin:0;
padding: 0;
list-style-type: none;

}

.left1 > ul > li
{
display: block;
float: left;
width: 100%;
}



.left1 > ul > li > a
{
display: block;
float: left;
width: 100%;
padding: 10px 10px;
border-bottom: 1px solid #ccc;
text-align: left;
font-size: 0.9em;
}

.left1 > ul > li > a > .more_icon
{
display: block;
float: right;
width: 16px;
}



.sidenav_right {
height: 100%;
width: 0;
position: fixed;
z-index: 15;
overflow-x: hidden;
background-color: rgb(0,0,0); 
background-color: rgba(0,0,0,0.4); 	
}

.rightside_expand
{
width: 100%;
}



.rightside_expand > .content
{
display: block;
float: right;
width: 30%;
height: 100%;
background-color: #fff;
right: 0;
padding: 0 10px;
}


.option_block
{
display: block;
float: left;
width: 100%;
padding: 5px 0;
}

.option_block ul
{
display: block;
float: left;
margin: 0;
width: 100%;
}

.option_block ul li
{
display: block;
float: left;
margin: 0;
width: 50%;
padding: 8px 0px;
font-size: 0.9em;
}

.sidenav .label
{
display: block;
float: left;
margin: 0;
width: 100%;
text-align: left;
}

.sidenav .label::after {
    background: rgba(0,0,0,0) linear-gradient(to right,#007bff 0%,#005ec2 100%) repeat scroll 0 0;
    border-radius: 12px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -13px;
    width: 29px;
}

.option_button
{
display: block;
margin: 0;
width: 100%;
text-align: center;
left: 0;
bottom:0px;
}

.option_button button
{
background: #007bff;
color: #fff!important;
font-weight: 600;
padding: 5px;
border: 0;
}

/* SLIDE BAR SUB
--------------------------------------------*/
.sidenav_left_sub {
height: 100%;
width: 0;
position: fixed;
z-index: 1001;
right: 0;
overflow-x: hidden;
transition: 0.2s;
}

.sidenav_left_sub_expand {
width: 100%;
}


.left1 .brand_rating_menu
{
display: block;
float: right;
}

.left1 .khuyenmai
{
display: inline-block;
background-color: #007bff;
border: 1px solid #fff;
border-radius: 5px;
padding: 1px 3px;
font-size: 0.8em;
color: #fff;
}


.left1 .thanhtrung
{
display: inline-block;
background-color: #12bec3;
border: 1px solid #fff;
border-radius: 5px;
padding: 1px 3px;
font-size: 0.8em;
color: #fff;
}


/* CART FORM
-------------------------------------------------- */
.slideup {
position: fixed; 
height: 100%;
width: 0;
position: fixed;
z-index: 900;
overflow: auto;
background-color: rgb(0,0,0); 
background-color: rgba(0,0,0,0.4); 
}

.slideup_expand
{
width: 100%;
}



.slideup > .content
{
display: block;
position: fixed;
float: left;
width: 100%;
transition: 1s bottom;
bottom: 0;
left: 0;
right: 0;
}




/* SLIDE DOWN
-------------------------------------------------- */
.slidedown {
position: fixed; 
height: 100%;
width: 0;
position: fixed;
z-index: 998;
overflow: auto;
background-color: rgb(0,0,0); 
background-color: rgba(0,0,0,0.4); 
}

.slidedown_expand
{
width: 100%;
}


.slidedown > .content
{
display: block;
float: left;
width: 100%;
background-color: #fefefe;
padding: 10px 0;
transition: 0.2s top;
right: 0;
left: 0;
}


.slidedown > .content > .item
{
display: block;
float: left;
width: 100%;
border-radius: 5px;
background-color: #f1eeee;
padding: 10px;
margin-bottom: 20px;
} 

.slidedown > .content > .item > .sponsor_header
{
display: block;
float: left;
width: 100%;
}

.slidedown > .content > .item > .sponsor_header > .logo, .slidedown > .content > .item > .sponsor_header > .title
{
display: block;
float: left;
}

 .sponsor_header > .logo > img
 {
 height: 16px;
 width: auto;
 }

.slidedown > .content > .item > .sponsor_header > .title
{
padding-left: 10px;
font-size: 0.8em;
color: #676464;
text-transform: uppercase;
}


.slidedown > .content > .item > .sponsor_content
{
display: block;
float: left;
width: 100%;
font-size: 0.9em;
margin-top:5px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.homepage-banner
{
display: block;
float: left;
width: 100%;
position: relative; 
overflow: auto; 
overflow-y: hidden;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
height: 300px;
}


.homepage-banner .item
{
display: block;
float: left;
width: 100%;
height: 300px;
}


.category-banner
{
width: 100%;
display: block;
float: left;
overflow: hidden;
}

.category-banner ul li
{
display: block;
float: left;
width: 100%;
overflow: hidden;
height: 300px;
background-size: cover;
}

/* Caption text */
.caption-text {
width: 100%;
color: #f2f2f2;
font-size: 15px;
bottom: 8px;
text-align: center;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.caption-text h1
{
margin-bottom: 10px;
}


.caption-text
{
padding-top: 80px;
}



/* HOMEPAGE BRAND
-------------------------------------------------- */
.brand_wrap
{
display: block;
float: left;
width: 100%; 
position: relative;
background-color: #fff;
border-radius: 10px;
margin-top:10px;
}


.homepage-brand
{
display: block;
float: left;
width: 100%; 
position: relative; 
padding: 10px;
background-color: #fff;
}

.brand_wrap .owl-carousel .nav-btn
{
	top: 70px !important;
}

.brand_wrap .owl-theme .owl-nav
{
	margin: 0;
}

.choose_brand_title
{
display: block;
float: left;
width: 100%; 
padding: 10px;
font-size: 14px;
text-transform: uppercase;
}


.homepage-brand-item
{
display: inline-block;
width: 133px;
margin-right: 10px;
background-color: #fff;
text-align: center;
padding: 10px 0;
border: 1px solid #ccc;
}

.brand_logo, .brand_name
{
display: block;
float: left;
width: 100%;
}

.brand_country
{
display: block;
float: left;
width: 100%;
font-size: 0.8em;
color: #c8c8c8;
margin-top:3px;
}

.brand_country b
{
	font-weight: 100;
}


.brand_country .ah-words-wrapper
{
	text-align:center;
}

.brand_rating
{
display: block;
float: left;
width: 100%;
text-align: center;
}

.brand_min_price
{
display: block;
float: left;
width: 100%;
font-size: 0.8em;
color: #c8c8c8;
margin-top:3px;
}

.brand_min_price > span
{
display: inline;
background-color: #2196F3;
color: #fff;
font-size: 11px;
padding: 0 3px;
}



.brand_tag_ribbon {
    line-height: 12px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    position: absolute;
    top: 10px;
    padding: 2px 12px;
    clear: both;
    background: rgb(43, 217, 130);
    left: -5px;
}

.brand_tag_ribbon > .bottom {
    display: block;
    height: 0px;
    position: absolute;
    bottom: -10px;
    border-bottom: 10px solid transparent;
    z-index: 1;
    left: 0px;
    border-right: 5px solid rgb(28 167 97);
}

.brand_tag_ribbon > .text
{
	color: #fff;
	text-transform: uppercase;
}


.brand_tag_ribbon2 {
    display: block;
    position: relative;
    line-height: 12px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    top: -80px;
    padding: 2px 12px;
    clear: both;
    background: rgb(43, 217, 130);
    left: -10px;
}

.brand_tag_ribbon2 > .bottom {
    display: block;
    height: 0px;
    position: absolute;
    bottom: -10px;
    border-bottom: 10px solid transparent;
    z-index: 1;
    left: 0px;
    border-right: 5px solid rgb(28 167 97);
}

.brand_tag_ribbon2 > .text
{
	color: #fff;
	text-transform: uppercase;
}

/* HOMEPAGE COUNTRY
-------------------------------------------------- */
.homepage-country
{
display: block;
float: left;
width: 100%; 
position: relative; 
overflow: auto; 
overflow-y: hidden;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
margin-bottom: 10px;
background-color:#fff;
padding: 10px 10px;
}

.homepage-country-item
{
display: inline-block;
width: 176px;
margin-right: 10px;
margin-left: 5px;
margin-top:5px;
border: 1px solid #eee;
}

.homepage-country-item > a
{
display: block;
float: left;
width: 100%;
text-align: center;
padding: 10px 0;
}

.homepage-country-item > a > img
{
width: 64px;
}


.homepage-country-item > a > span
{
display: block;
float: left;
width: 100%;
color: #333;
text-transform: uppercase;
font-size: 11px;
text-align: center;
}

.global_milk
{
display: block;
float: left;
width: 100%;
background-color: #fff;
margin-top:10px;
}


.title_milk_around_the_world
{
display: block;
float: left;
width: 100%;
text-align: left;
padding-top:10px;
padding-left: 10px;
font-size: 15px;
font-weight:bold;
}

/* HOMEPAGE SUB-CATE
-------------------------------------------------- */
.homepage-sub-cat
{
display: block;
float: left;
width: 100%; 
position: relative; 
overflow: auto; 
overflow-y: hidden;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
background-color: #f8f8f8;
padding: 11px 0;
padding-left: 5px;
}


.sub-cat-item
{
display: inline-block;
margin-right: 3px;
background-color: #fff;
text-align: center;
overflow: hidden;
box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);
padding: 5px 0;
}

.lowfat-badge
{
display: inline-block;
padding: 3px;
border-radius: 5px;
background-color: #fff;
font-size: 0.6em;
}

.brand_country
{
font-size: 0.8em;
color: #c8c8c8;
}

/* HOMEPAGE SLIDE BOX
-------------------------------------------------- */
.hotsales_wrap
{
display: block;
width: 100%;
float: left;
background-color: #ff9393;
margin-top:10px;
padding: 10px 5px;
}

.slide-box-title
{
display: block;
width: 100%;
float: left;
padding: 10px;
padding-top:0;
font-size: 15px;
text-transform: uppercase;
color: #fff;
}

.slide-box-title > h2
{
display: block;
float: left;
font-size: 1.1em;
}

.hotsales-box {
display: block;
float: left;
position: relative;
width: 100%;
overflow: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;

}

.hotsales-box .flash
{
    box-shadow: 2px 2px 2px rgb(255 110 7);
}


.hot-item
{
display: block;
float: left;
width: 190px;
background-color: #fff;
margin-right: 5px;
padding: 10px;

}


.hot-item > .hot_features
{
width: 50px;
right: 10px;
white-space: break-spaces;
}


.hot-item > .product-footer
{
margin-top: 0;
}

.hot-product-desc
{
display: block;
float: left;
width: 100%;
margin-top: 10px;
height: 50px;
}

.hot-product-desc > .product_name
{
font-size: 12px;	
}


.hot-item > .photobox
{
text-align: center;
}

.hot-item > .photobox > a > img
{
width: 150px;
}

.hot-item .discount_percent
{
	color: red;
	font-size: 13px;
}


.hot-label {
overflow: hidden;
display: block;
top: 200px;
width: 150px;
z-index: 2;
padding: 0 5px;
height: 18px;
font-size: 0.8em;
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.lable_discount {
display: inline-block;
position: fixed;
color: #fff;
background-image: linear-gradient(-90deg,#ec1f1f 0%,#ff9c00 100%);
font-size: 0.8em;
padding: 3px;
}

.hot-item-list .price-box
{
width: 50%;
}

 */



/* PRODUCT LISTING
-------------------------------------------------- */
.brand_announcement
{
display: block;
float: left;
padding: 5px 0;
width: 100%;
}


.brand_announcement > .left
{
display: block;
float: left;
width: 5%;
text-align: center;
}

.brand_announcement > .right
{
display: block;
float: left;
width: 95%;
}

.brand_announcement > .left > .spinner
{
display: block;
width: 20px;
height: 20px;
background-color: red;
}

.brand_announcement >  .right > .text
{
display: block;

}


.content-box {
    background: #ffffff;
    display: block;
	float: left;
    width: 100%;
    margin-bottom: 20px;
}


.box-title {
	display: block;
	width: 100%;
	float: left;
    border-bottom: solid 1px #ddd;
    text-align: left;
	padding: 15px;
}

.box-title h2 {
	display: block;
	float: left;
    font-size: 0.9em;
    line-height: normal;
    font-weight: 500;
    text-transform: uppercase;
}


.box-title a
{
text-align:right
}

.box-title > .rating-status
{
	display: block;
	float: right;
}

.khuyenmai_title
{
font-size: 1em;
font-weight: bold;
}


.hot_features
{
right: 5px;
position: absolute;
width: 50px;
overflow: hidden;
font-size: 0.8em;
}

.hot_features ul
{
margin: 0;
padding: 0
}

.hot_features ul li
{
display: block;
float: left;
width: 100%;
margin-bottom: 5px;
padding: 2px;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
text-align: center;
}

.hot_features0 {background-color: #5cc3ff; color: #fff;}
.hot_features1 {background-color: #ffaf80; color: #fff;}
.hot_features2 {background-color: #eccd63; color: #fff}


.available_size
{
position: absolute;
width: 35px;
overflow: hidden;
font-size: 0.8em;
}

.available_size > ul
{
	display: block;
	float: left;
	list-style-type:none;
}


.available_size > ul > li
{
	display: block;
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 0.8em;
	margin-bottom: 5px;
	padding: 1px 0;
}

.available_size > ul > li:last-child
{
	margin:0;
}
.available_size > ul > li .thumb, .available_size > ul > li .size_text
{
	display: block;
	float: left;
	width: 100%;
}

.available_size > ul > li .thumb > img
{
	width: 32px;
}

.out_of_stock_ribbon {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
	left: -1px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 120px;
    width: 100%;
	padding: 5px 0;
    z-index: 3;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	text-align: center;
	background-color: #ccc;
	font-size: 0.8em;
}


.cornerRibbons {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    left: -40px;
    overflow: hidden;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 20px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 150px;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	text-align: center;
}

.ribbon_khuyenmai {     background: #FB8D17; }
.ribbon_giamgiasoc {     background: #ddd; }
.cornerRibbons span { text-align: center; }


/* HOMEPAGE  CATEGORY
--------------------------------------------------*/
.category_wrap
{
display: block;
float:left;
width: 100%;
margin-top:20px;
background: url(/images/category_bg.png);
background-size: cover;
}

.category_wrap .top_header
{
display: block;
float:left;
width: 100%;
padding: 15px 10px;
border-bottom: 1px solid #fff;
color: #fff;
}

.category_wrap .top_header h3
{
	display:block;
	float: left;
	font-size: 15px;
	text-transform: uppercase;
}

.category_wrap .top_header a
{
	display:block;
	float: right;
	color: #fff;
}

.homepage-category
{
display: block;
float: left;
width: 100%;
position: relative; 
overflow: auto; 
overflow-y: hidden;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
padding: 10px;
}

.category_wrap .owl-carousel .nav-btn {
top: 170px !important;
}


.item-list {
display: block;
float: left;
width: 220px;
padding: 7px;
background-color: #fff;
margin-right: 10px;
}


.item-list  .photobox  img, .item-list2  .photobox  img, .item-list3  .photobox  img
{
height: 200px;
}

.item-list2 {
	width: 33.33%;
	float: left;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 7px;
	display: block;
	position: relative;
	overflow: hidden;
}



.item-list-special 
{
display: block;
float: left;
width:24%;
position: relative;
overflow: hidden;
height: 440px;
border-bottom: solid 1px #ddd;
border-right: solid 1px #ddd;
}

.homepage-category .product-sub-desc ul li {
    width: 48%;
}


.product-special-image
{
display: block;
float: left;
width: 100%;
height: 350px;
overflow: hidden;
}

.product-special-image img
{
	width: 100%;
}

.item-list-special .product-footer
{
padding: 0 10px;
margin-top:5px;
}



.item-list-special h5
{
display: block;
float: left;
width: 100%;
padding: 5px 0;
}

.photobox
{
display:block;
float: left;
width: 100%;	
text-align: center;
}

.product-desc
{
display: block;
float: left;
width: 100%;
height: 70px;
overflow: hidden;
margin-top: 5px;
}

.product-desc h5 a
{
font-size: 1em;
}



.product-desc-title
{
color: #4e575d;
font-size:  0.8em;
}

.product-exp-title
{
display: block;
color: #4e575d;
font-size:  0.8em;
}

.product-review-status
{
display: block;
float: left;
width: 100%;
font-size: 0.8em;
}

.rating-status
{
display: inline-block;
width: 49px;
height: 8px;
font-size: 0;
line-height: 0;
background: url(/images/element/rating_01.png);
background-size: cover;
overflow: hidden;
}

.current_rating {
float: left;
height: 8px;
background: url(/images/element/rating_02.png);
background-size: cover;
}

.review-status
{
display: inline-block;
color: #333;
}

.product-sub-desc
{
display: block;
float: left;
width: 100%;
background-color: #f0f0f0;
}

.product-sub-desc ul
{
display: block;
float: left;
width: 100%;
}


.product-sub-desc ul li
{
width: 33%;
float: left;
border-right: 2px solid #fff;
padding: 10px 0;
text-align: center;
color: #9a9a9a;
font-size: 0.9em;
}

.product-sub-desc li:last-child
{
border: 0;
}


.product-sub-desc li span, .product-sub-desc li h7
{
display: block;
float: left;
width: 100%;
}

 .product-sub-desc li h7
 {
 margin-bottom: 5px;
 }

.product-sub-desc li span
{
color: #000;
font-size: 0.9em;
}

.product-footer
{
display: block;
float: left;
width: 100%;
margin-top: 10px;
}

.price-box
{
float: left;
}

.price-old-box
{
float: left;
width: 100%;
height: 20px;
margin-bottom: 5px;
}

.cart-box
{
display: block;
float: left;
width: 100%;
border: 1px solid rgb(0 105 217);
text-align: center;
margin-top:5px;
border-radius: 3px;
}

.cart-box a
{
	display:block;
	float: left;
	width: 100%;
	font-size: 12px;
	color: blue;
	padding: 6px 0;
}

.cart-box a:hover
{
	background-color: #4f4fff;
	color: #fff;
}

.price-old-box > a
{
display: inline-block;
font-size: 0.8em;
}



.item-price {color: red; font-size: 1em;}
.item-price u {text-decoration: none;}

.item-old-price
{
font-size: 0.8em;
color: black;
text-decoration: line-through;
margin-right: 5px;
}


.item-status label, .item-status a
{
display: block;
float: left;
margin: 0;
font-size: 0.7em;
padding: 1px 5px;
margin-top: 1px;
margin-right: 2px;
}


.label-saving
{
background-color: #ffe31a;
color: red;
width: 50px;
text-align:center;
cursor: pointer;
}


.feature_text1
{
display: inline-block;
border: 1px solid #13abff;
border-radius: 5px;
font-size: 0.8em;
padding: 0px 5px;
color: #007bff;
}


.product-stock-status {
margin: 0;
padding: 1px 5px;
margin-top: 1px;
margin-right: 5px;
}
.product-unit-price { background-color: #2196F3; color: #fff; width: 88px;}
.product-in-stock { background-color: #289ef5; color: #fff}
.product-out-of-stock { background-color: #9e9e9e; color: #fff}
.product-related { background-color: #3ad36b; color: #fff}
.product-gift-included { 
background: rgba(248,80,50,1);
background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
background-color: red; color: #fff; margin: 0px 5px;}


.price-box a
{
display: block;

}

.btn-icon-cart-plus {
    background: #007bff;
    background: -moz-linear-gradient(left,#007bff 0%,#005ec2 100%);
    background: -webkit-linear-gradient(left,#007bff 0%,#005ec2 100%);
    background: linear-gradient(to right,#007bff 0%,#005ec2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff',endColorstr='#005ec2',GradientType=1);
    border-radius: 3px;
    color: #fff!important;
    font-weight: 600;
    box-shadow: 0 0 23px rgba(69,102,173,0.23);
	cursor: pointer;
}

.btn-icon-bullhorn
{
background: rgba(255,175,75,1);
background: -moz-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
background: -webkit-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -o-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -ms-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: linear-gradient(to right, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=1 );
cursor: pointer;
}

.btn-check-phone {
    background: #ec364e;
    border-radius: 3px;
    color: #fff!important;
    box-shadow: 0 0 23px rgba(69,102,173,0.23);
	padding: 5px;
	font-size: 0.8em;
	cursor: pointer;
}



.item-list-special .top_title
{
display: block;
float: left;
width: 100%;
margin-bottom: 3px;
}

.item-list-special .top_title > .left, .item-list-special .top_title > .right
{
display: block;
float: left;
width: 40%;
}

.item-list-special .top_title > .right
{
display: block;
float: left;
width: 60%;
}


.item-list-special .top_title .product-sub-desc img
{
width: 16px;
}


.item-list-special .top_title .product-sub-desc ul li
{
padding: 5px 0;
color: #333
}

/*VIEW BY CATEGORY
-------------------------------------------------- */
.item-list3 {
	width: 25%;
	float: left;
	border-right: 2px solid #f5f8fc;
	border-bottom: 2px solid #f5f8fc;
	padding: 7px;
	display: block;
	position: relative;
	overflow: hidden;
}




/* OUR PARNTER
-------------------------------------------------- */
.intro-milk-category
{
padding: 30px 10px;
display: block;
float: left;
width: 100%;
background-position: center center;  
background-size:cover;
height: 140px;
}



.intro-milk-category-col
{
width: 33%;
float: left;
padding: 10px;
}

.iconbox-wrap
{
display: block;
float: left;
width: 100%;
color: #fff;
}


.iconbox-wrap-icon
{
display: block;
float: left;
}

.iconbox-wrap-icon {
    display: block;
	float: left;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 26px;
	padding-right: 10px
}

.iconbox-wrap-content
{
display: block;
float: left;
padding-left: 10px;
}

.iconbox-wrap-content span
{
font-size: 1.4em;
}

.iconbox-wrap-text
{
color: #aaa;
}

.intro-milk-category-small
{
padding: 10px 10px;
display: block;
float: left;
width: 100%;
background-position: center center;  
background-size:cover;
color: #000;
background-color: #0d55b9;
}

.intro-milk-category-small .iconbox-wrap-text 
{
color: #fff;
}


/*  BRAND INDEX
-------------------------------------------------- */
.breadcrumb
{
display: block;
float: left;
width: 100%;
font-size: 0.8em;
padding: 10px 0;
}

.breadcrumb ul {
    list-style: none;

}
.breadcrumb ul li {display: inline;}
.breadcrumb li+li:before {
    padding: 3px;
    color: #868e96;
    content: "\67";
	font-family: "web-font";
}
.breadcrumb ul li a {color:  #007bff  ; font-size: 0.93em;}


.brand-list-brand
{
display: none;
float: left;
width: 100%; 
position: relative; 
overflow: auto; 
overflow-y: hidden;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
margin-bottom: 10px;
}

.brand-item
{
display: inline-block;
background-color: #fff;
text-align: center;
padding: 5px;
margin-right: 10px;
font-size: 0.8em;
}

.brand-active
{
box-shadow: inset 0px 0px 3px #5a656b;
}

.homepage-brand-item .brand_logo img
{
display: inline-block;
width: 80px;
height: auto;
}


.brand_list_wrap
{
display: block;
float: left;
width: 100%;
}

.col_left
{
display: block;
float: right;
width: 75%;
}


.col_right
{
display: block;
float: left;
width: 23%;
margin-right: 2%;
}

.card-header
{
    background: #fff;
    position: relative;
    border-bottom: solid 1px #ddd;
    font-size: 16px;
    padding: 15px 20px;
}

.manufacture-logo
{
text-align: center;
padding: 10px 0;
}

.manufacture-logo > img
{
width: 200px;
}

.manufacture-desc
{
display: block;
float: left;
width: 100%;
text-align: center;
margin-bottom: 20px;
padding: 0px 10px;
}
.manufacture-desc h5, .manufacture-desc h6
{
padding: 5px 0;
font-weight: 1;
font-size: 0.9em;
}

.manufacture-spec
{
padding: 10px;
}

.manufacture-spec ul
{
display: block;
float: left;
width: 100%;
}

.manufacture-spec ul li
{
display: block;
float: left;
width: 100%;
padding: 5px 0;
border-bottom: 1px solid #ccc;
font-size: 0.9em;
}

.manufacture-spec ul li:last-child
{
border: 0;
}

.manufacture-spec > ul > li > .icon
{
display: block;
float: left;
}

.manufacture-spec > ul > li > .icon > img
{
width: 24px;
height: 24px;
} 


.manufacture-spec > ul > li > .title
{
display: block;
float: left;
padding: 7px 0;
margin-left:10px;
}

.manufacture-spec > ul > li > .content
{
display: block;
float: right;
padding: 7px 0;
}

.manufacture-action
{
display: block;
float: left;
width: 100%;
padding: 10px;
}

.manufacture-action a
{
display: block;
float: left;
width: 100%;
color: #fff;
background-color: #e74c3c;
}


.same_importer
{
display: block;
float: left;
width: 100%;
padding: 5px 0;

}

.same_importer .title
{
display: block;
float: left;
width: 90%;
margin-left:5%;
margin-right: 5%;
text-align: center;
font-size: 11px;
text-transform: uppercase;
padding: 10px 0;
border-top: 1px solid #ccc;
}

.same_importer .list_sub_logo
{
display: block;
float: left;
width: 100%;
}

.same_importer .list_sub_logo ul
{
display: block;
float: left;
width: 100%;
list-style: none;
padding:0;
margin: 0;
}


.same_importer .list_sub_logo ul li
{
display: block;
float: left;
width: 50%;
}

.same_importer .list_sub_logo ul li a
{
display: block;
float: left;
width: 100%;
text-align: center;
}

.same_importer .list_sub_logo ul li a img
{
 width: 50%;
}


.b_corp_cert_wrap
{
display: block;
float: left;
width: 100%;
text-align: center;	
}


.brand-info
{
text-align: center;
padding: 10px;
background-color: #dc3545;
color: #fff;
font-size: 0.9em;
}

.brand_info_logo_circle
{
display: inline-block;
border-radius: 50%;
width: 100px;
height: 100px;
background-color: #fff;
text-align: center;
}


.brand_info_logo img {
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	width: 100px;
	height: auto;
}

.brand_info_intro
{
font-style: italic;
margin-bottom: 10px;
}
/*  PRODUCT INDEX
-------------------------------------------------- */

.organic_label
{
display: inline-block;
padding: 1px;
background-color: #70d841;
color: #fff;
font-size: 0.8em;
border-radius: 3px;
}


.product_slider
{
display: block;
width: 35%;
float: left;
padding: 10px 0;
}

.product_image_show .item
{
display: block;
float: left;
width: 100%;
text-align: center;
}

.product_image_show img
{
width: 250px;
}

.product_slider .product_image_notice
{
display: block;
float: left;
width: 100%;
text-align: center;
font-size: 0.6em
}

.product_central_block
{
float: left; 
width: 65%; 
padding: 10px;
}


.product_central_block h1
{
font-size: 1.2em;
}

.product_central_block p
{
line-height: 25px;
}

.product_in_vn
{
	font-size: 13px;
}

.price_of_product
{
	display:block;
	float: left;
	font-size: 17px;
	color: rgb(20, 53, 195);
	font-weight: bold;
}



.price_per_item
{
display: block;
float: left;
background-color: #ccc;
color: #fff;
font-size: 12px;
padding: 0px 10px;
margin-left: 10px;
}

.product_rating_main
{
	display:block;
	float: left;
	margin-left: 10px;
}


.red_price
{
color: red;
}

.product_central_block > .price_box
{
display: block;
float: left;
width: 100%;
margin: 10px 0;
}

.product_main_origin
{
display: block;
width: 100%;
float: left;
color: #333;
margin-top:10px;
margin-bottom:10px;
}

.product_main_origin ul
{
list-style: none;
}

.product_main_origin ul li
{
display: block;
float: left;
padding: 6px 0px;
font-size: 0.9em;
border-bottom: 1px solid #f3ecec;
}


.product_main_origin ul li:nth-child(odd) {
    width: 48%;
	margin-right: 2%;
}
.product_main_origin ul li:nth-child(even) {
    width: 50%;
}

.product_main_origin li a
{
color: #007FF0;
}

.product_main_origin > ul > li > .icon
{
display: block;
float: left;

}

.product_main_origin > ul > li > .icon > img
{
width: 24px;
height: 24px;
}

.product_main_origin > ul > li > .title
{
display: block;
float: left;
padding: 6px 0;
margin-left: 5px;
}

.product_main_origin > ul > li > .content
{
display: block;
float: right;
padding: 6px 0;
}


.shipping_fee_wrap
{
display: block;
float: left;
width: 100%;
margin-top:3px;
}


.shipping_fee_wrap > .freeship
{
display: block;
float: left;
width: 50%;
padding: 3px 6px;
border: 1px solid #192bff;
font-size: 0.8em;
color: #0070e9;
border-radius: 3px;
}


.shipping_fee_wrap > .shipping_fee_notice
{
display: block;
float: left;
width: 48%;
margin-left: 2%;
padding: 3px 6px;
border: 1px solid #ccc;
font-size: 0.8em;
color: #bbb8b8;
border-radius: 3px;
}

.btn-add-to-cart-big
{
display: block;
float: left;
width: 100%;
margin-bottom: 10px;
}

.btn-add-to-cart-big > a
{
display: block;
float: left;
width: 100%;
padding: 5px;
text-align: center;
border: 1px solid #021b36;
border-radius: 5px;
background: #007bff;
color: #fff;
}


.product_left_col
{
display: block;
float: left;
width: 75%;
float: left;
}

.product_right_col
{
display: block;
float: left;
width: 23%;
float: left;
margin-left: 2%;
}

.product-include
{
display: block;
float: left;
width: 100%;
padding-bottom: 10px;
border-bottom: 1px solid #ececec
}

.product-include ul
{
display: block;
float: left;
width: 100%;
list-style-type: disc;
margin-top: 5px;
margin-bottom: 10px;
}
.product-include ul li
{
display: block;
float: left;
width: 50%;
}

.product-include ul li::before {
    content: '\67';
    font-family: 'web-font';
    padding: 0 7px 0 0;
}

.product-buying-limit
{
display: block;
float: left;
width: 100%;
background-color: #ff780b;
padding: 10px 5px;
border-bottom: 1px solid #ececec;
color: #fff;
}

.disable-flash-sales
{
visibility: hidden;
}

.product-price-block
{
display: block;
float: left;
border: 1px solid #ccc;
padding: 5px;
margin-right: 10px;
margin-bottom: 10px;
font-size: 1.1em;
text-align: center;
}

.price_desc
{
display: block;
float: left;
width: 100%;
font-size: 0.7em;
border-top: 1px solid #ccc;
padding: 3px 0;
background-color: #ccc;
color: #fff;
}

.promobox_1
{
display: block;
float: left;
width: 100%;
border: 1px solid #ccc;
border-radius: 5px;
font-size: 0.9em;
padding: 5px;
background: #fff;

}

.promobox_2
{
display: block;
float: left;
width: 100%;
border: 1px solid #e8dd58;
border-radius: 5px;
font-size: 0.9em;
padding: 5px;
background: #fff9b4;
}


.promobox_1 ul, .promobox_2 ul
{
display: block;
width: 100%;
float: left;
}

.promobox_1 ul li, .promobox_2 ul li
{
display: block;
width: 100%;
float: left;
border-bottom: 1px solid #eaeaea;
padding: 10px 5px;
}

.promobox_2 ul li
{
border-bottom: 1px solid #fff;
}

.promobox_1 ul li:last-child, .promobox_2 ul li:last-child
{
border: 0;
}

.promobox_icon
{
display: block;
float: left;
width: 10%;
padding-top: 5px;
color: #e01a22;
}
.promobox_text
{
display: block;
float: left;
width: 90%;
font-size: 1em;
}

.product-main-text
{
display: block;
width: 100%;
float: left;
}



.heading-h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
    text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	float: left;
	color: #363636;
}

.heading-h5 {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
    text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	float: left;
	color: #363636;
}

.heading-h5::after {
    background: rgba(0,0,0,0) linear-gradient(to right,#007bff 0%,#005ec2 100%) repeat scroll 0 0;
    border-radius: 12px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -5px;
    width: 59px;
}

.my_rightside_wrap > .right2 > form > .heading-h5
{
margin-bottom: 5px;
}

.nutrition_wrap
{
display: block;
float: left;
width: 100%;
padding: 10px;
}

.nutrition_wrap h5
{
text-transform: uppercase;
font-weight: bold;
text-align: center;
font-size: 16px;
margin-bottom: 15px;
background-color: #ccc;
padding: 5px 0;

}


.nutrition_table
{
display: block;
float: left;
width: 100%;
margin-top: 10px;
border-top: 5px solid #000;
border-bottom: 5px solid #000;
}

.nutrition_table ul
{
margin:0;
display: block;
float: left;
width: 100%;
border-bottom: 1px solid #ccc;
}

.nutrition_table ul li
{
display: block;
float: left;
width: 100%;
border-bottom: 1px solid #333;
padding: 6px;
}

.nutrition_table ul li:last-child
{
	border-bottom: 0;
}

.nutrition_table  li span
{
display: block;
float: left;
width: 49%;
}

.nutrion_header
{
font-weight: bold;
}

.download_cbcl
{
display: block;
float: left;
width: 100%;
border-radius: 10px;
border:1px solid #33358b;
padding: 10px;
text-align: center;
font-size: 12px;
color: blue;
margin-top:10px;
text-transform: uppercase;
}



.hdsd-box
{
display: block;
float: left;
width: 100%;
border-radius: 10px;
border:1px solid #eee;
margin-bottom: 15px;
background-color:#def1ff;
box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);
}

.hdsd_title
{
display: block;
float: left;
width: 100%;
background-color: #22229f;
color:#fff;
padding: 8px 0;
text-align: center;
text-transform: uppercase;
border-top-left-radius:10px;
border-top-right-radius:10px;
font-size: 13px;
}

.hdsd_wrap
{
display: block;
float: left;
width: 100%;
padding: 10px;
}

.product_hightlight
{
display: block;
width: 100%;
float: left;
margin-top: 10px;
}

.product_hightlight ul
{
display: block;
float: left;
width: 100%;
}

.product_hightlight ul li
{
display: block;
float: left;
width: 100%;
padding: 2px 0px;
}

.product_hightlight ul li::before
{
    content: '\79';
    font-family: 'web-font';
    padding: 0 7px 0 0;
}

.company_highlight
{
display: block;
width: 100%;
float: left;
margin-top: 10px;
}

.company_highlight ul
{
display: block;
float: left;
width: 100%;
}

.company_highlight ul li
{
display: block;
float: left;
width: 100%;
padding: 2px 0px;
}

.company_highlight ul li::before
{
    content: '\4c';
    font-family: 'web-font';
    padding: 0 7px 0 0;
}

.nutrition_hightlight
{
display: block;
width: 100%;
float: left;
margin-top: 10px;
line-height: 12px;
font-size: 0.8em;
}

.nutrition_hightlight ul
{
display: block;
float: left;
width: 100%;
}

.nutrition_hightlight ul li
{
display: block;
float: left;
width: 100%;
padding: 2px 0px;
}

.nutrition_hightlight ul li::before
{
    content: '\67';
    font-family: 'web-font';
    padding: 0 7px 0 0;
	float: left;
}

.nutrition_note
{
display: block;
float: left;
width: 90%;
}

.price_box_unit
{
display: block;
float: left;
width: 100%;
font-size: 0.8em;
text-align: left;
}

.temphu_note
{
display: block;
float: left;
width: 100%;
font-size: 12px;
font-style: italic;	
padding-bottom: 10px;
}


/* Style the tab */
.tab {
display:block;
float: left;
width: 100%;
border-bottom: 1px solid #ccc;
font-size: 0.9em;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 10px;
  transition: 0.1s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #fff;
  color: #006adc;
  border-bottom: 3px solid #006adc;
  margin-bottom: -2px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 12px 12px;
  border-top: none;
  line-height: 22px;
}

.tabcontent p
{
display: block;
float: left;
width: 100%;
padding: 5px 0;
}


.paygate_promotion
{
display: block;
float: left;
width: 100%;
background-color: #fff;
margin-bottom: 10px;
border: 1px solid #efefef;
}

.paygate_promotion > .logo
{
display: block;
float: left;
}

.paygate_promotion > .promotion
{
display: block;
float: left;
padding-top: 10px;
padding-left: 10px;
color: #016ccc;
font-size: 0.9em;
}

.paygate_promotion > .promotion .bold
{
color: red;
}

.paygate_promotion > .logo > img
{
height: 32px;
}



/*  HOMEPAGE NEWS LISTING
-------------------------------------------------- */
.homepage-news
{
margin-top:15px;	
}

.news_wrap
{
display: block;
float: left;
width: 100%;
position: relative;
padding: 10px;
}

.news_item
{
display: inline-block;
width: 290px;
height: 200px;
text-align: center;
}

.news_item .image img
{
width: 250px;
height: 150px;
border-radius: 15px;
}

.news_item .title
{
display: block;
float: left;
width: 100%;
font-size: 14px;
padding: 5px 5px;
}



/*  PRODUCT RATING
-------------------------------------------------- */
.middle-title
{
display: block;
float: left;
width: 100%;
margin-top: 15px;
color: #444;
}

.product_rating
{
display: block;
float: left;
width: 100%;
text-align: center;
}

.product_rating h5
{
font-size: 1em;
padding: 10px 0;
font-weight: 1;
}

.total-review-point
{
font-size: 1.9em;
color: red;
padding: 10px 0;
}

.rating-status2
{
display: inline-block;
width: 96px;
height: 16px;
font-size: 0;
line-height: 0;
background: url(/images/element/rating_01.png);
overflow: hidden;
background-size: cover;
}

.current_rating2 {
float: left;
height: 16px;
background: url(/images/element/rating_02.png);
background-size: cover;
}

.product_rating_list
{
display: block;
float: left;
width: 100%;
text-align: center;
padding: 10px 20px;
}


.rating_spec
{
display: block;
float: left;
width: 100%;
text-align: right;
margin-top: 7px;
margin-bottom: 7px;
font-size: 0.8em;
}

.spec-title {
display: block;
float: left;
width: 50%;
text-align: left;
}

.rating-num-total
{
font-weight: bold
}

.progress
{
display: inline-block;
width: 100%;
height: 16px;
font-size: 0;
line-height: 0;
overflow: hidden;
background-color: #ccc;
}

.progress_status {
float: left;
height: 16px;
background-color: #5cb85c;
}

/*  MILK BY CATEGORY INDEX BRAND ALL
-------------------------------------------------- */
.brand_sub_intro
{
display: block;
float: left;
width: 100%;
padding: 10px; 
background-position: center center;  
background-size:cover;
color: #fff;
border: 1px solid #fff;
}


.brand_sub_intro ul
{
margin: 0;
padding: 0;
}


.brand_sub_intro ul li
{
display: block;
float: left;
width: 25%;
font-size: 0.8em;
text-align: center;
padding: 20px 0;
}

.brand_sub_intro li span
{
color: red;
display: block;
float: left;
width: 100%;
font-size: 1.3em;
margin-top: 10px;
}



.view_category > h2
{
padding-top:8px;
width: 45%;
}

.view_category > h2 > span
{
display: block;
float: left;
width: 100%;
}


.category_available_size
{
display: block;
float: right;
}

.category_available_size > ul
{
display: block;
float: left;
width: 100%;
list-style-type: none;
margin: 0;
padding: 0;
}


.category_available_size > ul > li
{
display: inline-block;
margin-left: 5px;
}

.category_available_size > ul > li:first-child
{
margin:0;
}

.category_available_size > ul > li > a
{
display: inline-block;
padding: 3px;
border: 1px solid #ddd;
font-size: 0.7em;
text-transform: uppercase;
border-radius: 5px
}

.category_available_size > ul > li > .active
{
border: 1px solid #333;
}

.category_available_size > ul > li > a > img
{
 width: 16px;
}

/*  SUBPAGE INDEX
-------------------------------------------------- */
.subpagewrap {

    background-color: #fff;
    border-radius: 4px;
    display: block;
	float: left;
	width: 100%;
    padding: 15px;
    position: relative;
    width: 100%;
	font-size: 0.95em;
	line-height: 20px;
	margin-bottom: 10px;
}
.subpagewrap p
{
display: block;
float: left;
width: 100%;
margin-bottom: 10px;
}

.subpagewrap h6
{
font-size: 1em;
}

.subpagewrap_popup
{
    background-color: #fff;
    border-radius: 4px;
    display: block;
	float: left;
	width: 100%;
    position: relative;
    width: 100%;
	font-size: 0.95em;
	line-height: 20px;
}

.subpagewrap_popup p
{
display: block;
float: left;
width: 100%;
margin: 2px 0;
}


.para-intro
{

font-size: 1em;
color: #7E7E7E;
}

.delivery-highlights
{
display: block;
float: left;
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
width: 100%;
}



.hightlights2
{
display: block;
float: left;
width: 100%;
list-style: disc;
margin-top: 10px;
}


.highlights3
{
display: block;
float: left;
margin-top: 10px;
margin-bottom: 10px;
width: 100%;
}

.highlights3 li
{
display: block;
width: 100%;
float: left;
padding: 5px;
padding-left: 0;
}

.highlights3 li::before {
    content: '\67';
    font-family: 'web-font';
    padding: 0 3px 0 0;
}

.highlights3 a
{
color: #2d89ea;
}

.danhsachtk
{
display: block;
float: left;
width: 100%;
}

.danhsachtk span
{
display: block;
float: left;
width: 100%;
padding: 5px;
}

.danhsachtk ul li
{
display: block;
width: 100%;
float: left;
margin-bottom: 5px;
margin-top: 5px;
padding: 5px;
margin-right: 1%;
}

.nganhang_logo
{
float: left;
width: 100%;
background: rgb(32,63,154);
background: linear-gradient(90deg, rgba(32,63,154,1) 0%, rgba(9,9,121,1) 41%, rgba(0,0,80,1) 100%);
}

.nganhang_logo > img
{
width: 200px;
height: auto;
}

.nganhang_info
{
float: left;
width: 100%;
text-align: left;
font-size: 0.85em;
padding: 10px 0;
}

.nganhang_ten, .nganhang_stk, .nganhang_ctk
{
float: left;
width: 100%;
}

.nganhang_ten
{
font-weight: bold;
}


.nganhang_qrcode
{
float: left;
width: 100%;
}

.nganhang_qrcode > img
{
width: 200px;
height: auto;
}



/*  FAQ
-------------------------------------------------- */
.faq_q
{
font-size: 0.9em;
padding-bottom: 10px;
}

.faq_q a
{
color: blue;
}

.faq_a
{
background-color: #fff;
display: none;
margin-bottom: 10px;
}

.faq-expand
{
display: block;
float: left;
width: 100%;
}

.faq_a ol, .faq_a1 ol
{
display: block;
float: left;
width: 100%;
list-style: disc;
margin: 0;
padding: 10px;
}

.faq_a ol li , .faq_a1 ol li
{
display: block;
float: left;
width: 100%;
margin: 0;
}

.faq_a ol li::before , .faq_a1 ol li::before {
    content: '\67';
    font-family: 'web-font';
    padding: 0 3px 0 0;
}


/*  ABOUT US
-------------------------------------------------- */
.subpagewrap2
{
display: block;
width: 100%;
float: left;
padding: 10px 10px;
}

.section-header
{
display: block;
width: 100%;
float: left;
text-align: center;
}

.heading-h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px;
    position: relative;
    text-transform: uppercase;
}

.heading-h3::after {
    background: rgba(0,0,0,0) linear-gradient(to right,#007bff 0%,#005ec2 100%) repeat scroll 0 0;
    border-radius: 12px;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -16px;
    width: 49px;
}




.about_page_widget {
    color: #333;
    text-align: center;
}
.widget_wrap
{
display: block;
width: 900px;
margin-left: auto;
margin-right: auto;
}


.widget {
    background-color: #fff;
    border-radius: 4px;
    display: block;
    padding: 20px;
    position: relative;
    width: 30%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;
	height: 250px;
	float: left;
	overflow: hidden;
}

.widget2 {
    background-color: #fff;
    border-radius: 4px;
    display: block;
    padding: 30px 10px;
    position: relative;
    width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;
	height: 250px;
	float: left;
	overflow: hidden;
}

.widget2 h5
{
font-size: 1em;
}


.about_page_widget i
{
font-size: 4em;
color: #177de8;
}

.about_page_widget p {
    color: #333;
    opacity: 0.7;
}
.about_page_widget h2
{
padding: 5px 0;
font-size: 1.2em;
}

.about_page_widget h5 {
padding: 5px 0;
font-size: 1em;
}

.founder-section
{
display: block;
float: left;
width: 100%;
padding: 20px 10px;
margin-top: 10px;
margin-bottom: 20px;
line-height: 25px;
background-color: #fff;
}

.section-header-small
{
width: 800px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.founder-image
{
display: block;
float: left;
width: 100%;
margin-top: 10px;
}

.founder-image img
{
border-radius: 50%;
}

.gallery
{
display: block;
float: left;
width: 100%;
}



.gallery img
{
width: 300px;
}

/*  CONTACT
-------------------------------------------------- */
.map
{
display: block;
width: 100%;
float: left;
background-position: center center;  
background-size: 100%;
height: 500px;
overflow: hidden;
}

.contact_wrap
{
display: block;
float: left;
width: 100%;
}

.contact_left_col
{
display: block;
float: left;
width: 48%;
margin-right: 2%;
}

.contact_right_col
{
display: block;
float: left;
width: 50%;
}

.contact_page_widget {
    background: #007bff;
    background: -moz-linear-gradient(left,#007bff 0%,#005ec2 100%);
    background: -webkit-linear-gradient(left,#007bff 0%,#005ec2 100%);
    background: linear-gradient(to right,#007bff 0%,#005ec2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff',endColorstr='#005ec2',GradientType=1);
    color: #ffffff;
    text-align: center;
}

.contact_page_widget i
{
font-size: 4em;
color: #fff;
}

.contact_page_widget p {
    color: #fff;
    opacity: 0.7;
	font-size: 0.8em;
}
.contact_page_widget h2
{
padding: 2px 0;
font-size: 0.9em;
}

.contact_page_widget h5 {
padding: 5px 0;
font-size: 1.2em;
}

.contact_section
{
display: block;
float: left;
width: 100%;
padding: 10px 0;
}

.form_wrap
{
display: block;
float: left;
width: 100%;
}

.contact-form
{
width: 100%;
height: 500px;
}

.contact-form .widget
{
width: 100%;
height: 420px;
box-shadow: 0 0 6px rgba(193,193,193,0.62);
}

.contact-form label, .contact-form input, .contact-form textarea
{
display: block;
float: left;
width: 100%;
margin-bottom: 10px;
padding: 5px;
}

.contact-form label
{
font-size: 1em;
color: #333;
font-weight: bold;
}

.contact-form button
{
background-color: #28a745;
color: #fff;
}

.feedback_result
{
padding-left: 10px;
color: blue;
}


/*  DOWNLOAD
-------------------------------------------------- */
.download_col
{
display: block;
float: left;
width: 33%;
min-height: 200px;
margin-top: 10px;
}

/*  CART
-------------------------------------------------- */
.choose_title
{
display: block;
float: left;
width: 100%;
}

.choose_title h2
{
font-size: 0.9em;
color: #0065d0;
padding-bottom: 10px;

}


.choose_quality
{
display: block;
float: left;
text-align: left;
width: 100%;
padding: 10px 0;
}

.choose_pack
{
display: block;
float: left;
text-align: left;
width: 100%;
padding: 10px 0;
}

.choose_discount
{
display: block;
float: left;
width: 100%;
margin-top: 10px;
font-size: 0.8em;
}

.choose_discount > .discount_line
{
display: block;
float: left;
width: 100%;
margin:0;
padding: 5px 10px;
}

.choose_discount > .discount_line > .discount_value
{
color: red;
}


.limit_buying
{
font-size: 0.8em;
text-decoration: italic;
color: red;
}


.choose_button
{
display: inline-block;
text-align: right;
cursor: pointer;
}

.choose_button .shopping-cart
{
border: 0;
color: #fff;
padding: 5px;
}

.choose_summary
{
display: block;
float: left;
width: 100%;
text-align: left;
padding: 10px 0;
}

.choose_summary .total
{
color: red;
}

.price_diffrence_notice
{
display: block;
float: left;
width: 100%;
padding: 5px;
border: 1px solid red;
margin-top: 10px;
font-size: 0.8em;
}

.server_result
{
display: none;
float: left;
width: 100%;
text-align: center;
font-size: 0.8em;
background-color: #fff;
border: 1px solid #ccc;
padding: 10px;
margin-top: 10px;
}

.multi_product_wrap
{
display: block;
float: left;
width: 100%;
}

.multi_product_wrap .product_option_radio
{
display: inline-block;
border: 1px solid #ccc;
margin-right: 10px;
padding: 5px;
margin-bottom: 10px;
}

.cart_item_wrap
{
display: block;
float: left;
width: 100%;
max-height: 300px;
overflow-y:scroll;
overflow-x:hidden;
}

.cart_item
{
display: block;
float: left;
width: 100%;
padding: 10px 0;
font-size: 0.8em;
border-bottom: 1px solid #ccc;
}

.cart_item:first-child
{
padding-top:0;
}


.cart_footer
{
display: block;
float: left;
width: 100%;
}

.cart_footer > .left
{
display: block;
float: left;
width: 70%;
padding-top:20px;
}

.cart_footer > .right
{
display: block;
float: left;
width: 30%;
text-align: right;
padding-top: 30px;
}


.cart_footer > .left > .item_summary
{
color: #ccc;
font-size: 0.8em;
}
 
 .cart_footer > .left > .money_summary
{
font-size: 0.9em;
padding-top:5px;
}
 
  .cart_footer > .left > .money_summary > .left
{
display: inline-block;
width: 80px;
}

.item_block
{
display: block;
float: left;
}

.cart_item .item_images
{
width: 30%;
text-align: center;
}

.item_images
{
width: 100%;
height: auto;
}


.cart_item .item_right
{
width: 70%;
}

.cart_item_top
{
display: block;
float: left;
width: 100%;
}

.cart_item_top > .item_name
{
display: block;
float: left;
width: 100%;
font-weight: bold;
font-size: 1em;
}

.cart_item_top > .item_remove
{
display: block;
float: right;
width: 10%;
text-align: right;
}

.cart_item_bottom
{
display: block;
float: left;
width: 100%;
}

.cart_item_bottom .item_desc
{
width: 70%;
}

.cart_item_bottom .item_total
{
width: 30%;
color: #007bff;
font-size: 1.2em;
padding:25px 0;
}

.cart_item_bottom .item_remove
{
width: 10%;
padding: 25px 0;
}

.cart_item_top h2
{
font-size: 1em;
}

.cart_item .item_images img
{
width: 100px;
height: auto;
}

.item_desc_list
{
display: block;
float: left;
width: 100%;
margin-top: 5px;
}

.item_desc_list ul
{
display: block;
float: left;
width: 100%;
margin: 0;
padding: 0;
}

.item_desc_list ul li
{
display: block;
float: left;
width: 100%;
padding: 5px 0;
}

.item_desc_list ul li > .left
{
display: inline-block;
width: 70px;
}

.item_desc_list a
{
display: inline-block;
border-bottom: 1px solid #0a70dc;
cursor: pointer;
}

.item_desc_list a > i
{
color: #b1b1b1;
}

/***********CART GENERAL****************/
.left_cart
{
display: block;
float: left;
width: 65%;
}

.right_cart
{
display: block;
float: left;
width: 33%;
margin-left: 2%;
}

.heading_title_cart
{
margin-bottom: 10px;
text-transform: uppercase;
font-size: 12px;
color: #0077f7;
}

.customer_wrap
{
display: block;
float: left;
width: 100%;
background-color: #fff;
margin-top:10px;
padding: 10px 0;
}

.cart_customer_info
{
display: block;
float: left;
width: 100%;
padding: 10px 0;
}

.cart_customer_info .left
{
display: block;
float: left;
}

.cart_customer_info .left .icon
{
display: block;
width: 50px;
text-align: center;
}

.cart_customer_info .right
{
display: block;
float: left;
width: 85%;
cursor: pointer;
}


.multi_color_line
{
display: block;
float: left;
width: 100%;
height: 5px;
background: url(/images/multi_color_line.png) repeat-x; 
margin-bottom: 10px;
}


.product_wrap
{
display: block;
float: left;
width: 100%;
background-color: #fff;
padding: 10px 10px;
margin-top:10px;
}

.product_wrap .product_item
{
display: block;
float: left;
width: 100%;
border: 1px solid #49d0ad;
padding: 5px 0;
margin-bottom:10px;
border-radius: 10px;
}

.product_wrap .product_item:last-child
{
margin-bottom:0;
}

.product_wrap .product_item .image, .product_wrap .product_item .info,  .product_wrap .product_item .sum_money
{
	display: block;
	float: left;
}

.product_wrap .product_item .left
{
display: block;
float:left;
text-align: center;
padding: 5px 0;
width:25%;
}

.product_wrap .product_item .left img
{
width: 60px;
}


.product_wrap .product_item .right
{
display: block;
float:left;
width:75%;
}


.product_wrap .product_item .info
{
margin-top:5px;
width: 450px;
font-size: 14px;
}


.product_wrap .product_item  .name
{
display: inline-block;
font-size: 13px;
padding-top:5px;
}

.product_wrap .product_item .info .product_detail
{
padding: 3px 0;
}

.product_wrap .product_item .info .label
{
display: inline-block;
color: #8f8f8f;
width: 90px;
}


.product_wrap .product_item .sum_money
{
padding-top:30px;
font-size: 13px;
text-align:right;
color: red;
}

.product_wrap .discount_total
{
display: block;
float: left;
width: 100%;
padding: 10px;
text-align:right;
color: #333;
font-size: 14px;
}

.product_wrap .discount_total span
{
color: blue;
}

.ship_option_wrap
{
display: block;
float: left;
width: 100%;
padding: 10px;
margin-top:20px;
font-size: 14px;
background-color: #fff;
}

.ship_option_wrap .label
{
display: inline-block;
color:#8f8f8f;
width: 120px;
}

.shipping_company
{
font-size: 15px;
font-weight: bold;
margin-bottom: 5px;
}

.instant_delivery
{
color: #ff005c;
}

.express_delivery
{
color:blue;
}

.shipper_detail
{
display: block;
float: left;
width: 100%;
padding: 3px 0;
}

.shipper_detail a
{
display: inline-block;
color: blue;
border-bottom: 1px dashed #333;
width: 140px;
}



.shipping_advantage
{
display: block;
float: left;
width: 100%;
margin-top:10px;
}

.shipping_advantage .item
{
display: block;
width: 90px;
float: left;
text-align: center;
padding: 5px 0px;
border: 1px solid #d9d9d9;
margin-right: 10px;
font-size: 11px;
}

.shipping_change_option
{
display: block;
float: right;
}

.shipping_change_option a
{
color: blue;
padding: 0 5px;
}

.payment_wrap
{
display: block;
float: left;
width: 100%;
padding: 10px 0;
background-color: #fff;
margin-top:10px;
padding: 10px;
}

.payment_wrap .payment_option
{
display: block;
float: left;
width: 100%;
padding: 8px 0;

border-bottom: 1px solid #ccc;
}

.payment_wrap .payment_option .name
{
display: block;
float: left;
width: 30%;
}

.payment_wrap .payment_option .text
{
display: block;
float: left;
width: 70%;
text-align: right;
}

.default_input_text
{
color: #d9d9d9
}

.payment_final
{
display: block;
float: left;
width: 100%;
background-color: #fff;
margin-top: 10px;
padding: 10px 5px
}

.payment_final .left
{
display: block;
float: left;
width: 70%;
padding: 0 10px;
font-size: 12px
}

.payment_final .right
{
display: block;
float: left;
width: 30%;
text-align: center;
}

.payment_final .policy a
{
color: blue;
text-decoration: underline;
}

.cart_hidden_field input
{
border: 0;
padding:0;
margin: 0;
background-color: #fff;
width: 250px;

}

.cart_hidden_field input:focus
{
outline: none;
}

.required_field
{
color: red;
font-size: 9px;
}

.cart_payment_wrap
{
display: block;
float: left;
width: 100%;
padding: 10px;
}

.form-group
{
display: block;
float: left;
width: 48%;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 5px;
}

.form-group-full
{
display: block;
float: left;
width: 100%;
margin-bottom: 15px;

}

.form-group-full > .form-inline
{
display: inline-block;
margin-right: 5px;
}

.form-group-full > .form-inline > input
{
min-width: 200px;
width: 100%;
}


.form_notice
{
display: block;
float: left;
width: 100%;
padding: 10px 0;
font-size: 0.8em;
}

.cart_address_box
{
	display: block;
    float: left;
	width: 100%;
    position: relative;

}

.cart_address_box label
{
display: block;
float: left;
width: 100%;
font-size: 10px;
margin-bottom: 5px;
color: #8c8c8c;
}

.cart_address_box span
{
display: block;
float: left;
width: 100%;
}

.cart_address_box input, .cart_address_box select
{
display: block;
float: left;
width: 100%;
margin: 0;
height: 30px;
border: 1px solid #ced4da;
border-radius: .25rem;
font-size: 1rem;
line-height: 1.5;
padding: 5px;
}


.cart_finish
{
display: block;
float: left;
width: 100%;
}

.order_number
{
	font-size: 14px;
}

.order_complete_notice
{
background-color: #d6f6ff;
padding: 15px;
border-radius: 5px;
margin-top: 10px;
font-size: 12px;
text-align: center;
}
	
/* TOGETHER
-------------------------------------------------- */
.subpage_proud_of
{
    background: url(/images/background/page/together2.jpg) center center  ;
    background-size: cover;
    padding: 80px 0;
    display: block;
    clear: both;
	text-align: center;

}

.proud_text
{
display: inline-block;
padding: 10px;
font-size: 3em;
background-color: #ccc;
opacity: 0.5;
border-radius: 10px;
}

.proud_text span
{
display: inline-block;
background-color: #ef1f1f;
padding: 20px;
color: #fff;
}

.join_us
{
display: inline-block;
background-color: #19c1ff;
padding: 10px;
color: #fff;
font-size: 1.5em;
}

/*  PAYMENT
-------------------------------------------------- */
.paygate_result
{
float: left;
width: 100%;
background-color: #fff;
padding: 15px;
font-size: 0.9em;
margin-bottom: 10px;
color: red;
}


.payment_block
{
float: left;
width: 100%;
background-color: #fff;
padding: 15px;
font-size: 0.9em;
}

.payment_block ul
{
list-style: none;
padding: 0;
margin: 0;
}

.payment_block ul li
{
display: block;
width: 100%;
padding: 10px 5px;
}


.payment_provider
{
float: left;
width: 100%;
margin-top:10px;
margin-bottom: 10px;
background-color: #fff;
padding: 15px;
text-align: left;
font-size: 0.8em;
overflow: auto;
overflow-y: hidden;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}

.payment_provider a
{
color: blue;
font-size: 0.9em;
}


.payment_block a 
{
color: blue;
font-size: 0.8em;
}


.voucher_wrap
{
display: block;
float: left;
width: 100%;
padding: 10px;
background-color: #fff;
box-shadow: 0 1px 1px rgb(180 180 180 / 50%);
margin-top:10px;
margin-bottom:10px;
}

.voucher_wrap > .left
{
display: block;
float: left;
width: 30%;
}

.voucher_suggest
{
display: inline-block;
color: #ccc;
font-size: 0.9em;
}


.voucher_wrap > .right
{
display: block;
float: left;
width: 70%;
text-align: right;
}


.voucher_wrap > .right > button
{
background-color: #f1f1f1;
border: 1px solid #ccc;
border-radius: 0;
padding: 5px;
font-size: 0.8em;
}

/*  QRCODE PAYMENT PAGE
-------------------------------------------------- */

.qr_image, .qr_result, .qr_image_download, .qr_guide
{
display: block;
float: left;
width: 100%;
text-align: center;
}

.qr_guide
{
margin-top: 5px;
margin-bottom: 10px;
}


.qr_image_download
{
margin-top: 5px;
}

.qr_image_download > a
{
display: inline-block;
padding: 3px; 
border: 1px solid #ccc;
}


.qr_result
{
margin-top: 10px;
margin-bottom: 10px;
}

/*  NEWS INDEX
-------------------------------------------------- */

.news-frame
{
display: block;
width: 100%;
float: left;
}


.news-left-col
{
display: block;
width: 23%;
float: left;
margin-right: 2%;
}

.news-right-col
{
display: block;
width: 75%;
float: left;
}

.news-category-box
{
display: block;
width: 100%;
float: left;
background-color: #fff;
padding: 15px 15px;
}

.news_search_box
{
display: block;
width: 100%;
float: left;
margin-bottom: 20px;
}


.border-form-control {
    background: #f1f2f7 none repeat scroll 0 0;
    border: 1px solid #e6e7ec;
    border-radius: 2px;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
	height: 35px;
}

.btn-theme-round {
    background: #007bff;
    background: -moz-linear-gradient(left,#007bff 0%,#005ec2 100%);
    background: -webkit-linear-gradient(left,#007bff 0%,#005ec2 100%);
    background: linear-gradient(to right,#007bff 0%,#005ec2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff',endColorstr='#005ec2',GradientType=1);
    border-radius: 3px;
    color: #fff!important;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 0 23px rgba(69,102,173,0.23);
}

.btn-red {
    background: #ff0052;
}


.news_category
{
display: block;
width: 100%;
float: left;
margin-bottom: 20px;
}

.news_category ul
{
list-style: none;
padding: 0;
margin: 0;
}

.news_category ul li
{
display: block;
float: left;
width: 100%;
border-bottom: 1px dashed #ccc;
padding: 8px 0;
}

.news_category li a
{
font-size: 0.9em;
color: #656565;
}


.news_category li::before {
    color: #fff;
    content: '\67';
    font-family: 'web-font';
    padding: 0 2px 0 0;
	background-color: #007bff;
	margin-right: 5px;
	font-size: 0.8em;
}

.news_category ul li:last-child
{
border: 0;
}

.news_category_desc
{
font-size: 0.9em;
color: gray;
}

.hot-news-item
{
display:block;
float: left;
width: 100%;
margin-bottom: 20px;
color: #656565;
font-size: 0.9em;
}

.hot-news-item-img, .hot-news-item-title, .hot-news-item-extra
{
margin-bottom: 5px;
}

.hot-news-item-title a
{
font-size: 1.1em;
color: blue;
}


.hot-news-item-img img
{
width: 100%;
height: auto;
border-radius: 5px;
}

.hot-news-item-extra ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

.hot-news-item-extra ul li
{
display: inline-block;
margin-right: 10px;
}


.news_tag_list ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

.news_tag_list ul li
{
display: inline-block;
margin-right: 5px;
}

.news_tag_list li a
{
    background: #007bff none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    display: ruby;
    float: left;
	font-size: 0.8em;
    margin: 0 5px 5px 0;
    padding: 4px 10px;
}

.news-content-box
{
display: block;
float: left;
width: 100%;
background-color: #fff;
margin-bottom: 15px;
padding: 10px;
}

.news-left
{
display: block;
float: left;
width: 32%;
margin-right: 3%;
}

.news-image img
{
width: 270px;
height: 200px;
}

.news-right
{
display: block;
float: left;
width: 65%;
}

.news-title, .news-info, .news-description
{
display: block;
float: left;
width: 100%;
margin-bottom: 5px;
}

.news-title a
{
font-size: 1.3em;
font-weight: bold;
}

.news-info
{
color: #ccc;
font-size: 0.9em;
}


.news-info ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

.news-info ul li
{
display: inline-block;
margin-right: 10px;

}

.news-description
{
margin-top: 10px;
line-height: 20px;
}


.news-body
{
display: block;
float: left;
width: 100%;
overflow: hidden;
padding: 15px 8px;
background-color: #fff;
line-height: 30px;
}

.news-body ol, .news-body ul
{
display: block;
float: left;
width: 100%;
list-style-type: none;
margin: 5px;
padding: 0;
}

.news-body li::before {
    content: '\67';
    font-family: 'web-font';
    padding: 0 7px 0 0;
}

.news-body li
{
display: block;
float: left;
width: 100%;
}


.news-body p {line-height: 30px;}


.news-body table
{
	  border-collapse: collapse;
}

.published_date
{
color: #000;
}

.news_heading
{
margin-bottom: 10px;
}

.pager
{
display: block;
float: left;
width: 100%;
text-align: center;
margin-bottom: 10px;
}

.pagination
{
list-style: none;
padding: 0;
margin: 0;
}

.pagination li
{
display: inline-block;
padding: 5px;
}

.pagination .active
{
font-weight: bold;
}

/* CHON THANH TOAN
-------------------------------------------------- */

.data_content > .chonthanhtoan
{
display: block;
float: left;
width: 100%;
padding: 10px 0;
}

.chonthanhtoan > .item
{
display: block;
float: left;
width: 100%;
border: 1px solid #ececec;
border-radius: 5px;
padding: 5px;
margin-bottom:10px;
cursor: pointer;
}

.chonthanhtoan > .selected
{
border: 1px solid #FFB400;
}

.chonthanhtoan > .item > .logo
{
display: block;
float: left;
width: 15%;
padding-top:10px;
}

.chonthanhtoan > .item > .logo > img
{
width: 48px;
}


.chonthanhtoan > .item > .paygate
{
display: block;
float: left;
width: 60%;
}


.chonthanhtoan > .item > .promotion
{
display: block;
float: left;
width: 25%;
color:red;
padding-top:12px;
text-align:right
}


.chonthanhtoan > .item > .paygate > .intro
{
font-size: 0.8em;
color: #ccc;
padding-top:2px;
}

.thanhtoan_button
{
display: block;
float: left;
width: 100%;
background-color: #ccc;
padding: 10px 0;
text-align:center;
color: #fff;
border-radius: 5px;
cursor: pointer;
}

.chonthanhtoan .process
{
background-color: #1DCC70;
}

.chonthanhtoan > button
{
	border: 1px solid #00411f;
}

.text-success, a.text-success {
    color: #036cd8 !important;
}

.text-danger, a.text-danger {
    color: #FF396F !important;
}

.spinner_wrap
{
text-align: center;
}

/*  PROMOTION INDEX
-------------------------------------------------- */
.promotion_brand {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}


.filterdown {
  position: relative;
  display: block;
  float: right;
  color: #333;
  cursor: pointer;
  font-size: 1em;
}


.filter_content {
	display: none;
	position: absolute;
	margin-top: 15px;
	right: 10px;
	background-color: #fff;
	width: 130px;
	overflow: hidden;
	z-index: 20;
}

.filter_content ul
{
margin: 0;
padding: 0;
list-style:none;
}

.filter_content ul li
{
display: block;
float: left;
width: 100%;
padding: 5px 3px;
border-bottom: 1px solid #e4e4e4;
font-size: 0.9em;
}

.filter_content li a
{
display: block;
float: left;
width: 100%;
text-align: left;
}

.filter_content li span
{
display: block;
float: left;
width: 100%;
text-align: center;
background-color: #fe4949 ;
color: #fff;
padding: 2px 0;
}

.filter_content a::before {
    color: blue;
    content: '\67';
    font-family: 'web-font';
    padding: 0 2px 0 0;
}

.filterdown a:hover {background-color: #ddd;}

.show {display: block;}

/*  MEMBER LOGIN FORM
-------------------------------------------------- */




/*** COMPLAIN ORDER
------------------------------------------------*/
.complain_wrap
{
display: block;
float: left;
width: 100%;
text-align: center;
padding: 10px;
}

.complain_wrap a
{
display: inline-block;
padding: 5px;
background-color: red;
color: #fff;
}

.complain_form ul
{
list-style: none;
padding: 0;
margin: 0;
}

.complain_form ul li
{
display: block;
float: left;
width: 100%;
padding: 8px 0;
}

.send_complain
{
display: inline-block;
padding: 5px;
margin-top: 20px;
background-color: #3b3bff;
color: #fff;
cursor: pointer;
}


/*** OOS
------------------------------------------------*/
.oos_wrap
{
display: block;
float: left;
width: 100%;
background-color: #fff;
padding: 10px;
}


.oos_wrap h1
{
font-size: 1em;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
padding: 10px 0;
color: red;
}


.oos_wrap p
{
font-size: 0.8em;
margin-bottom: 10px;
}


.oos_wrap ul
{
list-style: none;
padding: 0;
margin: 0;
}

.oos_wrap ul li
{
display: block;
float: left;
width: 100%;
padding: 8px 0;
}

.send_oos_signup
{
display: inline-block;
padding: 5px;
margin-top: 20px;
background-color: #3b3bff;
color: #fff;
cursor: pointer;
}

/*  HOA DON
-------------------------------------------------- */
.hoadon_chitiet
{
display: block;
float: left;
width: 100%;
margin-bottom: 10px;
border-bottom: 1px solid #eaeaea;
}

.hoadon_chitiet > .hoadon_header
{
display: block;
float: left;
width: 100%;
}


.hoadon_chitiet > .hoadon_header > h3
{
display: block;
float: left;
color: blue;
}


.hoadon_chitiet > .hoadon_header > .download
{
display: block;
float: right;
font-size: 1em;
}


.hoadon_chitiet > .hoadon_header > .download > a
{
display: block;
float: left;
width: 100%;
border: 1px solid #ccc;
border-radius: 3px;
padding: 0px 10px;
}

.hoadon_chitiet > ul
{
display: block;
float: left;
padding: 10px 0;
}



.hoadon_chitiet > ul > li > .title
{
font-size: 1em;
display: inline-block;
width: 110px;
}

/*  CSKH RATING
-------------------------------------------------- */
.cskh_rating_wrap
{
display: block;
float: left;
width: 100%;
padding: 10px;
border: 10px solid #fff;
}

.cskh_rating_wrap > h1
{
display: block;
float: left;
width: 100%;
text-align: center;
font-size: 1em;
}

.cskh_rating_wrap > .cskh_image
{
display: block;
float: left;
width: 100%;
text-align: center;
margin-top:10px;
}


.cskh_image > img
{
width: 64px;
}

.support_channel
{
display: block;
float: left;
width: 100%;
text-align: center;
font-size: 0.9em;
padding: 5px 0;
}

.support_channel .channel_name
{
text-transform: uppercase;
}


.rating_complete
{
display: block;
float: left;
width: 100%;
text-align: center;
padding: 20px 0;
}

.rating_complete .icon
{
font-size: 2em;
color: blue;
}

/*  FOOTER
-------------------------------------------------- */



.footer-Content {
	width: 100%;
	float: left;
    background: #007bff;
    background: -moz-linear-gradient(left,#007bff 0%,#005ec2 100%);
    background: -webkit-linear-gradient(left,#007bff 0%,#005ec2 100%);
    background: linear-gradient(to right,#007bff 0%,#005ec2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff',endColorstr='#005ec2',GradientType=1);
    margin: 0;
    color: rgba(255,255,255,0.97);
	margin-top: 10px;
	font-size: 0.9em;
}


.footer-Content  .left
{
display: block;
float:left;
width: 32%;
}

.footer-Content  .right
{
display: block;
float:left;
width: 68%;
}


.footer_col1
{
width: 100%;
float: left;
padding: 20px 0;
}

.footer_col2
{
width: 25%;
float: left;
padding: 20px 0;
}


.footer_col3
{
width: 50%;
float: left;
padding: 20px 0;
}


.sitemap_link
{
	display: block;
	width: 100%;
	float: left;	
}


.shipping_info
{
display: block;
width: 100%;
float: left;	
}

.freeship_item
{
display: inline-block;	
padding: 5px 10px;	
background-color: #fff;
margin-right: 10px;
border-radius: 10px;
}

.freeship_item > .icon
{
display: block;
float: left;	
margin-right: 5px;
}

.freeship_item > .icon > img
{
	width: 32px;
}

.freeship_item > .text
{
display: block;
float: left;	
padding-top:7px;
color: #333;
}

.footer-widget
{
display: block;
width: 100%;
float: left;
}





.footer-widget .block-title {

    color: #ffffff;
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
    text-transform: uppercase;
	padding-bottom: 10px;
}

.footer-widget h3
{
display: block;
float: left;
}

.expandfooter
{
display: none;
float: right;
color: #fff;
width: 10%;
text-align: center;
}

.expandfooter i
{
font-size: 1.5em;
}


.footer-widget .block-title::after {
    background: #007bff;
    background: -moz-linear-gradient(left,#007bff 0%,#005ec2 100%);
    background: -webkit-linear-gradient(left,#007bff 0%,#005ec2 100%);
    background: linear-gradient(to right,#007bff 0%,#005ec2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff',endColorstr='#005ec2',GradientType=1);
    border-radius: 12px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 24px;
    width: 48px;
}

.footer-widget .menu li {
    float: left;
    line-height: 25px;
    width: 100%;
}

#menu-brands
{
    float: left;
    width: 100%;
}

#menu-brands li {
    float: left;
    line-height: 25px;
    width: 50%;
}


.footer-widget .menu a::before {
    color: rgba(255,255,255,0.97);
    content: '\67'; 
    font-family: 'web-font';
    padding: 0 7px 0 0;
}


.footer-widget .menu li a {
    color: rgba(255,255,255,0.97);
}

.footer-widget .menu li a:hover {
    text-decoration: none;
}

.footer-widget .blog-footer li {
    line-height: 24px;
    margin: 0 0 9px;
    padding: 0 0 0 15px;
    position: relative;
}


.footer-widget .blog-footer li a {
    color: rgba(255,255,255,0.97);
	font-size: 0.9em;
}

.footer-widget .blog-footer a::before {
    color: rgba(255,255,255,0.97);
    content: '\67'; 
    font-family: web-font;
    left: 0;
    padding: 0 7px 0 0;
    position: absolute;
}


.textwidget
{
display: block;
float: left;
width: 100%;
}

.textwidget ul li
{
display: block;
float: left;
width: 100%;
padding: 5px 0;
}

.textwidget li a
{

color: #fff;
}

.textwidget li a::before {
    color: rgba(255,255,255,0.97);
    content: '\67';
    font-family: 'web-font';
    padding: 0 7px 0 0;
}

.social_network
{
display: block;
float: left;
width: 100%;
margin-top: 5px;
}

.social_network ul
{
list-style: none;
padding: 0;
margin: 0;
}

.social_network ul li
{
display: inline-block;
background-color: #fff;
border-radius: 30px;
padding: 4px 8px;
}

.social_network li a
{
font-size: 0.8em;
color: black;

}

.social-icon
{
display: block;
float: left;
width: 100%;
margin-top: 10px;
}

.social-icon a i {
    border-radius: 50px;
    display: block;
	float: left;
    margin: 0 5px 0 0px;
	border: 1px solid #fff;
    text-align: center;
	color: #fff;
	font-size: 1.1em;
	padding: 8px;
}


.social-icon a i:hover {
    box-shadow: 0 0 9px 0 rgba(77,73,112,0.12);
    background: #fff none repeat scroll 0 0;
    color: blue;
}


.post-date
{
font-size: 0.9em;
}


.wrap_hotline
{
display: block;
float: left;
width: 100%;
margin-top: 10px;
padding-right:10px;
}

.hotline_block
{
display: block;
float: left;
width: 160px;
padding: 10px;
color: #fff;
border: 1px solid #5aa7fb;
margin-right: 5px;
}

.hotline1
{
float: left;
margin-right: 2%;
margin-left: 2%;
width: 96%;
}


.hotline2
{
float: left;
}

.hotline_block span
{
display: block;
float: left;
width: 100%;
}

.hotline_header
{
font-size: 0.9em;
}

.hotline_number, .hotline_number a
{
font-weight: bold;
color: yellow;
padding: 5px 0;

}

.hotline_number a
{
font-size: 1.3em;
}

.hotline_desc
{
font-size: 0.7em;
}


.footer_tos 
{
display: block;
float: left;
width: 100%;
margin-top: 10px;
}


.footer_tos ul
{
list-style: none;
margin: 0;
padding: 0;
}

.footer_tos ul li
{
display:block;
float: left;
font-size: 0.8em;
padding: 0px 5px;
padding-left: 0;
} 

.footer_tos li a::before {
    content: '\67';
    font-family: 'web-font';
    padding: 0 1px 0 0;
}

.payment_method
{
display: block;
float: left;
width: 100%;
margin-top: 10px;
padding: 10px 0;
border-top: 1px solid #eaeaea;
}

.payment_method p
{
display: block;
float: left;
padding-right: 10px;
}

.payment_method ul
{
display: block;
float: left;
width: 100%;
list-style: none;
margin: 0;
padding: 0;
}

.payment_method ul li
{
display:block;
float: left;
font-size: 0.8em;
background-color: #f3eeee;
margin-right: 1%;
border-radius: 10px;
padding: 5px 0;
}

.payment_method img
{
width: 60px;

}

.love_children ul
{
display: block;
float: left;
list-style: none;
margin: 0;
padding: 0;
}

.love_children ul li
{
display:block;
float: left;
margin-right: 5px;
text-align: center;
padding: 3px 5px;
height: 50px;
}

.love_children_dedicated
{
background-color: #d6f9ff;
color: #f90000;
text-transform: uppercase;
border-radius: 10px;
font-size: 0.7em;

}


.bct_stamp
{
background-color: #006cdf;
color: #fff;
text-transform: uppercase;
font-size: 0.67em;
border-radius: 10px;
}

.bct_stamp hr
{
border-top: 1px solid #fff;
padding: 1px 0;
height: 2px;
margin: 0;
}

.bct_stamp a
{
color: #fff;
}



.join_together
{
background-color: #613da3;
color: #fff;
text-transform: uppercase;
font-size: 0.67em;
border-radius: 10px;
}

.join_together hr
{
border-top: 1px solid #fff;
padding: 1px 0;
height: 2px;
margin: 0;
}

.join_together a
{
color: #fff;
}


.ncsc_logo
{
background-color: #030020;
color: #fff;
text-transform: uppercase;
font-size: 0.6em;
border-radius: 10px;
}

.ncsc_logo hr
{
border-top: 1px solid #fff;
padding: 1px 0;
height: 2px;
margin: 0;
}

.ncsc_logo a
{
color: #fff;
}

.countdown_block
{
	display: inline;
	color: #fff;
}

/*  FOOTER_ STICKY_NEWS
-------------------------------------------------- */
.sticky_news
{
display: block;
float: left;
width: 100%;
background-color: #f8f9fa;
position: fixed;
bottom: 0;
z-index: 800;
box-shadow: 0px 0px 20px 15px rgba(15, 15, 15, 0.15);
}

.sticky_news_wrap
{
display: block;
float: left;
width: 100%;
background-color: #fff;
padding: 5px;
text-align: center;
}

.sticky_news_wrap a
{
font-size: 12px;
color: #ff0505;
}

/*  GIFT
-------------------------------------------------- */
.gift_desc_popup
{
font-size: 0.9em;
}

/*  COPYRIGHT FOOTER
-------------------------------------------------- */
.footer
{
display: block;
width: 100%;
background-color: #fff;
float: left;
font-size: 1em;
padding-bottom: 40px;
padding-top: 20px;
}


.copyright_col1
{
width: 70%;
float: left;
}

.copyright_col2
{
width: 30%;
float: left;

}

.gpkd
{
color: gray;
}

.footer-links p {font-size: 0.9em}

.copyright p {
    font-size: 0.8em;
    line-height: 17px;
}

#heart {
	display: inline-block;
	margin-top: 5px;
	color: red;
    animation: heartbeat 1s infinite;
	font-size: 1.3em;
}


@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  50%
  {
    transform: scale( 1 );
  }
  100%
  {
    transform: scale( .75 );
  }
}


.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 10px;
}
.lds-ellipsis div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #2f6cde;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/*  VOUCHER BOX
-------------------------------------------------- */
.voucher_box
{
display: block;
float:left;
width: 100%;
background-color:#fff;
padding: 10px;
}

.voucher_box > .title
{
display: block;
float:left;
width: 100%;
padding: 3px 0;
color: #797979;
margin-bottom: 5px;
}

.voucher_box > .title > .left
{
display: block;
float:left;
width: 70%;
}

.voucher_box > .title > .right
{
display: block;
float:left;
width: 30%;
color: #333;
text-align: right;
}


.voucher_public_wrap
{
display: block;
float: left;
width: 100%;
max-height: 200px;
overflow-y: scroll;
overflow-x: hidden;
}

.voucher_detail
{
display: inline-block;
padding: 3px;
border: 1px solid #ffd400;
text-transform: uppercase;
font-size: 0.8em;
color: #005ec2;
}

.voucher_box > .voucher_manual_wrap
{
display: block;
float:left;
width: 100%;
padding: 10px 0;
margin-top:10px;
}

.voucher_box > .voucher_manual_wrap > input
{
width: 100%;
text-transform: uppercase;
border: 1px solid #333;
}

.voucher_manual_wrap  label
{
	display:block;
	float: left;
	width: 100%;
	font-size: 12px;
	padding-bottom:10px;
}

.voucher_public_wrap > .item
{
display: block;
float: left;
width: 100%;
border: 1px solid #ececec;
border-radius: 5px;
padding: 10px;
margin-bottom:10px;
}

.voucher_public_wrap > .selected
{
border: 1px solid #FFB400;
}

.voucher_public_wrap > .item > .left
{
display: block;
float: left;
width: 80%;
}

.voucher_public_wrap > .item > .right
{
display: block;
float: left;
width: 20%;
background-color: #fff941;
padding: 4px;
text-align: center;
margin-top:10px;
font-size: 0.8em
}

.voucher_public_wrap > .item > .left > div
{
display: block;
float: left;
width: 100%;
margin-bottom: 10px;
font-size: 0.9em;
color: #333;
}


.voucher_public_wrap > .item > .left > .tieude
{
font-weight: bold;

}

.voucher_public_wrap > .item > .left .title
{
color:#ccc;
display: inline-block;
}


.apply_button
{
display: block;
float: left;
width: 100%;
background-color: #1e7de0;
padding: 10px 0;
text-align:center;
color: #fff;
border-radius: 5px;
}

.revert_voucher_button
{
display: block;
float: left;
width: 100%;
text-align: center;
padding: 5px 0;
background-color: #ccc;
cursor: pointer;
}


/*  MODAL
-------------------------------------------------- */

.blocker {
position: fixed;
top: 0; right: 0; bottom: 0; left: 0;
width: 100%; height: 100%;
overflow: auto;
z-index: 999;
box-sizing: border-box;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 1000;
  max-width: 1100px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
position: absolute;
top: 0;
right: 0;
display: block;
padding: 5px;
color: #818181;
font-size: 1.2em;
text-align: center;
}
.modal a.close-modal:hover
{
background-color: #ccc;
color: #fafafa;
}


.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.modal_cart
{
display: block;
width: 100%;
transition: 1s bottom;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
min-height: 100px;
}

.modal_cart_add
{
display: block;
float: left;
width: 100%;
margin-right: auto;
margin-left: auto;
background-color: #fff;
padding: 10px;
padding-bottom:0;
}

.modal_bank_transfer_policy
{
display: block;
float: left;
width: 350px;
background-color: #fff;
padding: 10px;
}

.modal_bank
{
width: 330px;
background-color: #fff;
padding: 10px;
}

.modal_partner_payment_promotion
{
display: block;
float: left;
width: 330px;
background-color: #fff;
}



.modal_discount
{
display: block;
float: left;
width: 330px;
background-color: #fff;
padding: 5px;
line-height: 30px;
}

.modal_cart_address
{
display: block;
width: 330px;
transition: 1s bottom;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
min-height: 100px;
}

.modal_cart_payment
{
display: block;
width: 450px;
transition: 1s bottom;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
min-height: 100px;
}



.discount_promotion_detail
{
padding: 5px;
font-size: 13px;
}
/*  Wall notice
-------------------------------------------------- */


.wall_notice
{
display: block;
float: left;
width: 100%;
background-color: #eeeeee;
padding: 15px;
}

.wall_danger
{
border-left: 5px solid #ff1515;
}

.wall_success
{
border-left: 5px solid green;
}


.wall_warning
{
border-left: 5px solid orange;
}


.compare_table
{
	width: 100%;
	border-collapse: collapse;
}

.compare_table td {
border: 5px solid #fff;
padding: 10px 0;
text-align:center;
background-color: #f3fffb;
}

.compare_table .conventional_milk
{
	color: red;
	font-weight:bold;
}

.compare_table .organic_milk
{
	color: blue;
	font-weight:bold;
}


.compare_table .conventional_milk_field
{
	background-color: red;
	font-size: 25px;
}

.compare_table .organic_milk_field
{
	background-color: #ccffbb;
	font-size: 25px;
}

/* UCP LOGIN
-------------------------------------------------- */

.otp_prompt
{
display: block;
float: left;
width: 100%;
font-size: 0.8em;
padding: 5px 0;
margin-top:5px;
}

.otp_prompt > span
{
font-weight: bold;
}

.digit-group > input {
width: 40px;
height: 40px;
background-color: lighten($BaseBG, 5%);
border: none;
text-align: center;
font-size: 20px;
font-weight: 200;
color: #333;
margin-right:5px;
border: 1px solid #ccc;
}

/* LOADER
-------------------------------------------------- */
#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}