/*
Theme Name: KR
Author: Nam Nguyen
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	/*font-weight: normal;*/
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text{
    padding: 6px 10px;
    border-radius: 0;
}
.woocommerce table.shop_table{
    border-radius: 0 !important;
}
/*.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    border-radius: 0 !important;
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #fff !important;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
    color: #fff !important;
    background: #dea39c !important;
    border-color: #dea39c !important;
}*/

.ft-icon-fb{
    font-size: 0;
    background: url(assets/images/footer_f.png);
    width: 33px;
    height: 33px;
    display: inline-block;
    background-repeat: no-repeat;
}
.ft-icon-ins{
    font-size: 0;
    background: url(assets/images/footer_i.png);
    width: 33px;
    height: 33px;
    display: inline-block;
    background-repeat: no-repeat;
}

form.searchform{
    position: relative;
    width: 70%;
    height: 35px;
    margin: 15px auto;
}
form.searchform input[type="submit"],
form.searchform button[type="submit"]{
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 0;
    width: 26px;
    height: 26px;
    background: url(assets/images/search_icon.png);
    background-size: 21px;
    background-repeat: no-repeat;
    border: 0;
}
.searchform input[type="text"],
.searchform input[type="search"]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 35px !important;
    border: 0 !important;
    border-radius: 20px !important;
    padding-right: 40px !important;
    text-indent: 5px;
    background-color: #f6e6e4;
    outline: none;
    box-sizing: border-box;
}
.aligncenter{
	text-align: center;
}
.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}