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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
html {
    overflow-x: hidden;
}
body {
	font-size: 16px !important;
    color: rgba(12,18,28,.87) !important;
    overflow-x: hidden !important;
    background: #fff !important;
    font-family: 'Open Sans', sans-serif !important;
}
/* font-family: 'Open Sans', sans-serif;
font-family: 'PT Serif', serif; */

.btn,.pt-font,
h1,h2,h3,h4,h5,h6 {
    font-family: 'PT Serif', serif;
}
.noto-m-thin {
    font-weight: 300;
}
.noto-m-bold {
    font-weight: 400;
}
.noto-m {
    font-family: 'Noto Serif Malayalam', serif !important;
}
.section {
    padding: 30px 0;
}
/* .menu-toggle */
.cart-radio-box .custom-control-label::after,
.cart-radio-box .custom-control-label::before {
    top: 14px;
}
.cart-radio-box .custom-control {
    margin-bottom: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.accordion .btn:focus,
.accordion .btn:hover {
    text-decoration: none;
}
#header.menu_fixed {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ba8d57;
}
#header .logo-white {
    display: block;
}
#header .logo-black {
    display: none;
}
/* browser scrollbar */
::-webkit-scrollbar {
	width: 0.5em;
	height:0.5em;
  }
  ::-webkit-scrollbar-track {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }
  
  ::-webkit-scrollbar-thumb {
  background-color: #c8c8c8;
  outline: none;
  border-radius: 5px;
  }
  /* browser scrollbar */
/* transition */
:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/* transition */
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
header, section, article, aside, nav, footer, address {
	display: block;
}
input,textarea,select{
	font-family: Arial, Helvetica, sans-serif;
}
a{
	color: #555;
}
#header {
	position: fixed;
	top: 0;
    left: 0;
    width: 100%;
	z-index: 99;
    padding-top: 10px;
	padding-bottom: 10px;
    background: #f1efea;
}
#privacy-policy {
    margin-top: 100px;
}
#header .navbar {
    padding: 0;
}
#header .navbar-brand .logo {
    width:80px; 
}
ul {
    list-style-position: inside;
}
/* search */
button:focus {
    box-shadow: none !important;
}
/* mobiel view */
@media screen and (max-width: 767px){
    .mob-d-none {
        display: none !important;
    }
    #header .navbar-brand .logo {
        width: 50px;
    }
    .top-nav {
        top: 12px;
    }
    #header .form-inline {
        position: absolute;
        top: 2px;
        right: 0;
    }
}
/* mobiel view */