/* -------Navbar Inverse---------- */

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Montserrat|Raleway|Dancing+Script|Roboto|Rubik');

body {
	font-family: 'Roboto', 'Arial', 'Rubik','Open Sans','Helvatica', sans-serif, cursive;
	text-rendering: optimizeLegibility !important;
	 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clearfix {
	margin: 5px 0px 10px 0px;
	clear: both;
}

.navbar-inverseTop {
	background-color: #e91e63;
	border-color: #e91e63;
	height: 10px;
}

.navbar-brandLogo {
	height: 50px;
	padding: 22px 0px;
	font-size: 20px;
	line-height: 0px;
	position: absolute;
	left: 60px;
}

.navbar-brandLogo a {
	text-align: center;
	color: #ffff;
	text-decoration: none;
}

.navbar-brandLogo a img {
	width: 130px;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 8px 10px;
}

.navbar-toggle {
	position: relative;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 0px !important;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.hiraku-more {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    margin: -2px 0;
    transition: .1s all;
    border-radius: 1px;
    background-image: url('../images/icons/moremenu.png');
}

.hiraku-cart {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    margin: -5px 0;
    transition: .1s all;
    border-radius: 1px;
    background-image: url('../images/icons/cart.png');
}

.cart-badge {
	min-width: 10px;
	padding: 1px 5px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: top;
	background-color: #222;
	border-radius: 10px;
	top: -3px;
	position: relative;
	left: 13px;
	text-decoration: none;
}

/* ---------Search Box ----------- */

.hiraku-search {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    margin: -2px 0;
    transition: .1s all;
    border-radius: 1px;
    background-image: url('../images/icons/search.png');
}

#searchForm {
	width: 90% !important;
	margin-left: 5%;
	margin-bottom: 10px;
}

#searchForm .form-control {
	display: block;
    width: 100%;
    height: 34px;
    padding: 0px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    border-right: 0px solid #E4E4E4;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .075);
}

#searchForm .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

#searchForm .input-group-addon:first-child {
	border-right: 0;
}

#searchForm .input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}

#searchForm .input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: -1px;
}

#searchForm .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #e91e63;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-right: 0px solid #E4E4E4;
	border-left: 0px solid #E4E4E4;
	border-radius: 0px !important;
}

#searchForm .input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

#searchForm .input-group-remove {
	display: table-cell;
	padding: 0px 8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	cursor: pointer;
}

#searchForm .input-group-remove .fa-remove {
	font-size: 15px;
	position: absolute;
	top: 9px;
	right: 9px;
	color: #e91e63;
}


/* --------------Right Sidebar Top Menu-------- */

.right-sidebar-help-menu {
	width: 100%;
}

.need-help-heading {
	background-color: #32c5d2;
	position: relative;
	padding: 1px;
	height: 40px;
	top: 0px;
	display: block;
}

.need-help-heading h3 {
	color: #fff;
	font-size: 20px;
	text-align: center;
	position: relative;
	bottom: 12px;
	font-family: 'Arial';
}

.right-sidebar-help-menu {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.right-sidebar-help-menu ul {
	margin: 0;
	padding: 0px;
}

.right-sidebar-help-menu ul li {
	list-style: none;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.right-sidebar-help-menu ul li a {
	margin-left: 5px;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	display: block;
	font-family: 'Roboto'
}


/* ----------Multi Level Menus-------- */

ul,
li,
label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size:15px;
    font-family: 'Roboto';
    font-weight: normal;
    list-style: none;
}

.nav a,
.nav label {
    display: block;
    color: #333;
    background-color: #fff transparent;
    box-shadow: 0px 1px #ddd;
    text-decoration: none;
    padding: 10px 10px 10px 15px;
}

.nav a:focus,
.nav a:hover,
.nav label:focus,
.nav label:hover {
    color: #784797;
    background: #030303 transparent;
    text-decoration: none;
}

.nav label {
    cursor: pointer;
}

.group-list a,
.group-list label {
    padding-left: 2rem;
    background: #F8F8F8;
    box-shadow: 0px -1px #ddd;
    text-decoration: none;
    font-size: 14px;
}

.group-list a:focus,
.group-list a:hover,
.group-list label:focus,
.group-list label:hover {
    background: #F4F4F4;
    text-decoration: none;
}

.sub-group-list a,
.sub-group-list label {
    padding-left: 4rem;
    background: #f8f8ff;
    box-shadow: 0px -1px #ddd;
    text-decoration: none;
    font-size: 13px;
}

.sub-group-list a:focus,
.sub-group-list a:hover,
.sub-group-list label:focus,
.sub-group-list label:hover {
    background: #E9E9E9;
    text-decoration: none;
}

.sub-sub-group-list a,
.sub-sub-group-list label {
    padding-left: 6rem;
    background: #ECECEC;
    box-shadow: 0px -1px #ddd;
    text-decoration: none;
}

.sub-sub-group-list a:focus,
.sub-sub-group-list a:hover,
.sub-sub-group-list label:focus,
.sub-sub-group-list label:hover {
    background: #E9E9E9;
    text-decoration: none;
}

.group-list,
.sub-group-list,
.sub-sub-group-list {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
}

.nav__list input[type=checkbox]:checked + label + ul {
    /* reset the height when checkbox is checked */
    max-height: 1000px;
}

label > span {
    float: right;
    -webkit-transition: -webkit-transform .65s ease;
    transition: transform .65s ease;
    margin-right: 5px;
}

.nav__list input[type=checkbox]:checked + label > span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* -------------- Products Category---------------- */

.product-category {
	width: 100%;
	float: left;
}

.product-category ul {
	list-style: none;
}

.product-category ul li {
	border: 1px solid #efefef;
	display: inline-block;
	float: none;
	margin: 0 0px;
	padding: 5px 0;
	text-align: center;
	width: 32%;
}

.product-category ul li img {
	max-width: 50px;
	clear: both;
	display: table-column;
	float: none;
	margin: 0 auto;
}

.product-category ul li a span{
	clear: both;
	display: inline-block;
	float: none;
	text-align: center;
	font-family: 'Roboto';
	color: #595959;
	font-size: 14px;
	text-decoration: none;
	margin-top: 0px !important;
	position: relative;
	top: 5px;
}
.product-category ul li a span:hover {
	color: #e91e63;
}

/* ----------Category List Slider */

#main-page {
    margin: 0;
    padding: 0;
    background: #fff;
}

#main-page h2 {
    font-size: 20px;
    color: #FF467A;
    font-family: 'Arial';
    text-align: center;
    font-weight: 400;
    border-bottom: 1px solid #F2F2F2;
    line-height: 30px;
    margin: 15px 0;
}

#main-page h2 span {
    color: #242424; 
}


#main-page .frame {
    overflow: auto;
    width: 100%;
}

#main-page .frame ul {
    margin: 0;
    padding: 0;
    font-size: 50px;
    display: table;
    list-style: outside none none;
    white-space: nowrap;
}

.clearfix::before, 
.clearfix::after {
    display: table;
    content: ' ';
}

#main-page .frame ul li {
    width: 150px;
    height: 100%;
    margin: 10px 0.375rem 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

#main-page .frame ul li:hover {
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	-webkit-transition: box-shadow 0.9s; /* Safari */
	-webkit-transition-timing-function: linear; /* Safari */
	transition: box-shadow 0.9s;
	transition-timing-function: linear;
}

.frame .product {
    background: #ffffff;
    /* -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); */
    position: relative;
    margin-bottom: .9375rem;
}

.frame a.u-url {
    color: #130B0B;
    text-decoration: none;
}

.product-image img {
    position: relative;
    text-align: center;
    width: 130px;
    border-bottom: 2px solid #f2f2f2;
}

.product-image span.text-content {
  background: rgba(0,0,0,0.8);
  color: white;
  cursor: pointer;
  display: table;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
  opacity: 0;
}

ul.clearfix li:hover span.text-content {
  opacity: 1;
}

.u-url img {
    width: 150px;
    height: 150px;
}

.product-details {
    position: relative;
}

.product-details {
    padding: 0px;
    font-size: 13px;
    text-align: center;
    margin-left: 0px;
}

.hover-info {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 32%;
    padding-right: 10px;
}

.hover-info div {
    height: 30px;
}

.hover-info span.hover-info-text {
    background: #fff;
    color: #000;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 12px;
}


.product-details p {
    margin-bottom: 5px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 2px;
    position: relative;
    top: 10px;
}

.product-name {
    text-align: center;
    color: #507B73;
    font-weight: 500;
    font-size: 13px;
    margin-top: -5px;
}

.product-details .product-price {
    margin-bottom: 0;
    font-size: 10px;
}

.product-price .sale {
    color: #333333;
    font-size: 14px;
    margin-left: 5%;
    display: inline;
}

.product-price .webprice {
    color: #e91e63;
    font-size: 14px;
    margin-left: 5%;
    display: inline;
    text-decoration: line-through;
}

.product-details .product-cart {
    margin-bottom: 0;
    font-size: 12px;
}

.product-price .offprice {
	color: #2BBD8F;
	text-transform: uppercase;
}

.product-cart {
    color: #333333;
    font-size: 14px;
    display: inline;
}

.product-cart a {
    color: #EF4836;
    font-size: 12px;
    display: inline;
    padding: 5px;
    font-weight: 600;

}

.list-wrapper {
	background-color: #F3F3F3;
	padding: 20px 0px 20px 0px;
}

/* ----------Item Category Page--------- */


.categoryList-heading {
	font-size: 20px;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Roboto';
}

.categoryList {
	width: 100%;
	float: left;
}

.categoryList ul {
	list-style: none;
}

.categoryList ul li {
	border: 1px solid #efefef;
	display: inline-block;
	float: none;
	margin: 3px 0px;
	padding: 3px 0;
	text-align: center;
	width: 48%;
}

.categoryList ul li img {
	max-width: 130px;
	clear: both;
	display: table-column;
	float: none;
	margin: 0 auto;
}

.categoryList ul li a span{
	clear: both;
	display: inline-block;
	float: none;
	text-align: center;
	font-family: 'Roboto';
	color: #595959;
	font-size: 14px;
	text-decoration: none;
	margin-top: 0px !important;
	position: relative;
	top: 5px;
	padding: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.categoryList ul li a span:hover {
	color: #e91e63;
}

#cart-btn .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
	margin-left: -4px !important;
}

#cart-btn .btn-group {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1000;
    margin: 40px auto 0 auto;
    list-style: none;
}

#cart-btn ul li {       
    list-style: none;
    margin: 0;
}

#cart-btn ul li a {
    border-radius:0;
    padding:10px;
    font-size:12px;
    text-align:center;
}

#cart-btn ul li .btn_pink {
    color: #fff;
    background-color: #32C5D2; 
    font-size: 13px;
    text-transform: uppercase;
}

#cart-btn .btn_pink:hover{
    background-color: #29B4B6;
}

#cart-btn ul li .btn_grey {
	color: #fff;
	background-color: #555555 !important; 
	font-size: 13px;
	text-transform: uppercase;
}

#cart-btn .btn_grey:hover{
    background-color: #525E64 !important;
}

#ADDTOCART {
	width: 45% !important;
}

#BUYNOW {
	width: 55% !important;
}

/* -------------Footer------------- */

.footer {
	width: 100%;
	background-color: #4E4E4E;
}

.footer_last {
	width: 100%;
	background-color: #4E4E4E;
	position: relative;
}

.footer_last:before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .15;
    background-image: url('../images/footer.png');
}

.shipping-footer {
	width: 100%;
	background-color: #EAE6E6;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.shipping-footer .shipping-links {
	width: 100%;
	float: left;
}

.shipping-footer .shipping-links ul {
	list-style: none;
}

.shipping-footer .shipping-links ul li {
	display: inline-block;
	float: none;
	margin: 0 0px;
	padding: 5px 0;
	text-align: center;
	width: 32%;
}

.shipping-footer .shipping-links ul li img {
	max-width: 50px;
	clear: both;
	display: table-column;
	float: none;
	margin: 0 auto;
}

.shipping-footer .shipping-links ul li span{
	clear: both;
	display: block;
	float: none;
	text-align: center;
	font-family: 'Roboto';
	color: #595959;
	font-size: 12px;
	text-decoration: none;
	margin-top: 0px !important;
	position: relative;
	top: 5px;
}

.footer-bottom .sitemap-links {
	width: 100%;
	text-align: center;
	padding: 10px 0px;
}

.footer-bottom .sitemap-links ul {
	list-style: none;
	white-space: nowrap;
}

.footer-bottom .sitemap-links ul li {
	list-style: none;
	white-space: nowrap;
	display: inline-block;
}

.footer-bottom .sitemap-links ul li a {
	text-decoration: none;
	text-align: center;
	color: #DAD8D8;
	font-size: 13px;
}

.footer-bottom .sitemap-links ul li a:focus,
.footer-bottom .sitemap-links ul li a:hover {
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 13px;
}

/* ---------Login page-------- */

.login-block {
    width: 100%;
    padding: 15px 5px 0px 0px;
    background: #fff transparent;
}

.login-block h4 {
	font-size: 22px;
	font-family: 'Arial';
	color: #333;
	text-align: center;
	margin-top: -15px;
}

.login-block p {
	font-family: inherit;
	font-size: 15px;
	text-align: center;
	color: #555;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Montserrat;
    padding: 0 20px 0 50px;
    outline: none;
}

.login-block input#username {
    background: #fff url('../images/icons/login-icon.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#username:focus {
    background: #fff url('../images/icons/login-icon.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#email {
    background: #fff url('../images/icons/email.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#email:focus {
    background: #fff url('../images/icons/email.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#mobile {
    background: #fff url('../images/icons/mobile.png') 20px top no-repeat;
    background-size: 16px 75px;
}

.login-block input#mobile:focus {
    background: #fff url('../images/icons/mobile.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}


.login-block input#password {
    background: #fff url('../images/icons/lock.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#password:focus {
    background: #fff url('../images/icons/lock.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#cpass {
    background: #fff url('../images/icons/lock.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#cpass:focus {
    background: #fff url('../images/icons/lock.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#trackorder {
    background: #fff url('../images/icons/location.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#trackorder:focus {
    background: #fff url('../images/icons/location.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #FF8BAC;
}

.login-block a {
    width: 100%;
    background: #FF8BAC;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #F97DA0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
    text-align: center;
    padding: 8px;
    display: block;
}

.login-block a:hover {
    background: #F97DA0;
    text-decoration: none;
}

.social-login span {
	font-size: 20px;
}

.social-login ul li {
	list-style: none;
	display: inline-block;
	padding: 5px;
	margin-top: 15px;
}

.social-login ul li a {
	text-decoration: none;
}

.social-login ul li a .facebook {
	background-color: #2e56a2;
	padding: 8px;
	color: #fff;
	border-radius: 4px;  
	font-size: 15px;
	font-family: "Roboto";
}

.social-login ul li a .google {
	background-color: #db4437;
	padding: 8px;
	color: #fff;
	border-radius: 4px;
	font-size: 15px;
	font-family: "Roboto";
}

/* --------Delivery Address Column--------- */

.deliveryAddressColumn {
	width: 100%;
	padding: 10px;
}

.deliveryAddressColumn h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #999;
	margin: 0px 0px 10px 0px;
}

.deliveryAddressColumn h5 {
	font-size: 15px;
	color: #555	;
	font-weight: 600;
	font-family: 'Roboto';
}

.deliveryAddressColumn p {
	font-family: 'Roboto';
	letter-spacing: 0.02em;
}

/* ----------About us page-------- */

.deliveryInfo-heading {
	margin-top: 10px;
	border-bottom: 1px solid #EFECEC;
	line-height: 2em;

}

.deliveryInfo-heading h4 {
	font-size: 20px !important;
	font-weight: 500 !important;
	color: #777 !important;
	text-transform: uppercase !important;
	
}

.deliveryInfo-paragraph p {
	text-align: justify;
	color: #666;
	font-size: 14px;
	font-family: 'Roboto';
}

.delivery-heading {
	font-family: 'Arial';
	font-size: 17px;
	font-weight: 600;
	color: #666;
}


.list-group-item i {
	color: #e91e63;
	font-size: 13px;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}

.notice-info {
    border-color: #36D7B7;
}