/* app base styles */
body,button,input,select,textarea {font-family: 'Roboto', sans-serif; font-weight: 400;color: #212121}
h1,h2,h3,h4,h5,h6,b{font-weight: normal; font-family: 'Roboto', sans-serif;}
body {
    background-image: url(../imgs/main-bg.jpg);
    background-repeat: repeat;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    color: #4d4d4d;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
}
::-webkit-scrollbar { width: 10px;}
::-webkit-scrollbar-track { background: #f1f1f1;}
::-webkit-scrollbar-thumb { background: #888;}
::-webkit-scrollbar-thumb:hover {background: #555;}
.toggle-password {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    z-index: 2;
}
.globalLoader {
    background-color: #f8f9fad9;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    z-index: 3;
	display:none;
}
.globalLoader div {
    background-image: url(../imgs/loader_m.gif);
    width: 31px;
    height: 31px;
    background-position: center;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.comm-btn {
    background-color: #f69524;
    cursor: pointer;
    border-radius: 3px;
    padding: 10px 0;
    margin: 35px 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    color: #FFF;
    border: none;
}
.disabled {
    opacity: 0.6;
	cursor:not-allowed;
}
.register-card-body small{ color:#000 !important}
.keep-hidden{ display:none}
.spl-input{border-top: none;border-left: none;border-right: none;padding: 5px 0px !important; height: calc(2.25rem + 1px) !important;}
.spl-input:focus{ border-bottom:solid 1px #ffc107 !important}
.spl-head {font-weight: 600;font-size: 15px;}

.number-rows input::-webkit-outer-spin-button,
.number-rows input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-rows input[type=number] {
  -moz-appearance: textfield;
}

input { outline: none;}
a{color:#4d4d4d;}
.breadcrumb{ font-size:14px !important}
.page-title{ font-size:22px; font-weight:500; color:#333}

.top-sub-child{ width:170px !important}
.top-sub-child li{padding: 3px 10px !important;}
.menu-arrow-down {
    background-image: url(../imgs/down-arrow.png);
    width: 16px;
    height: 9px;
    background-size: cover;
    background-position: center;
}
.font-14{ font-size:14px;}
.div404 {
    background-image: url(../imgs/404.png);
    width: 300px;
    height: 300px;
    position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	cursor:pointer;
}

.socialicons-login {
    overflow: hidden;
}
.fb-login {
    margin-right: 4%;
}
.social-login {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    cursor: pointer;
    text-align: left;
    width: 100%;
    padding: 7px 5px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.imgspan {
    padding-right: 11px;
    margin-left: 59px;
}
.social-login img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.R13_42 {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #424242;
    line-height: 18px;
}


.theme_text_perple { color: #4f3d79 !important;}
.theme_text_yellow { color: #f69524 !important;}
.theme_text_dgreen { color: #1aab9c !important;}
.theme_text_green { color: #8dc643 !important;}
.theme_text_dark { color: #4d4d4d !important;}

.theme_bg_perple { background-color: #4f3d79 !important;}
.theme_bg_yellow { background-color: #f69524 !important;}
.theme_bg_dgreen { background-color: #1aab9c !important;}
.theme_bg_green { background-color: #8dc643 !important;}
.theme_bg_dark { background-color: #4d4d4d !important;}

.containers {
    width: 1240px !important;
    margin: auto;
    padding: 0 15px;
}
.top-cart{ width:30px}
.main-menu-wrapper{
	height: 50px;
    width: 100%;
    background-color: #4f3d79;
	position:relative;
    z-index: 9;
	text-align:center;
	overflow:hidden;
	box-shadow: 0px 5px 5px #b3b1b194;
	}
.main-menu-wrapper ul li {
    display: inline-block;	
}
.main-menu-wrapper ul li a {
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500;
	font-size:14px;
	padding:12px 9px 15px;
}
.main-menu-wrapper ul li:last-child a {
    padding: 10px 0 15px;
}
.main-menu-wrapper ul li a:hover { background-color:#FFF; text-decoration:none; color:#4d4d4d}
.main-menu-wrapper:hover + .child-menu{ display:block !important;}
.child-menu{ width:100%; padding:25px 0; background-color:#FFF; min-height:150px; display: none; z-index:5; position:absolute; opacity:1;}	
.mycart-items {
    background-image: url(../imgs/cart-icon.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    background-position: center center;
    text-align: center;
    font-size: 1.1em !important;
    color: #ff7043 !important;
	font-weight:bold !important;
	position: absolute;
    top: -5px;
}
.float-panel {
    transform: translateZ(0);
    transition:all 0.5s;
	width:100%;
	z-index:10;
	position: relative;
}
.fixed {
    animation:slide-down 0.7s;
    opacity:1;    
}                  
@keyframes slide-down {
  0% {
	  opacity: 1;
	  transform: translateY(-100%);
  } 
  100% {
	  opacity: 1;
	  transform: translateY(0);
  } 
}
#go-to-top {
    position: fixed;
    font-size: 23px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    background: #f1d932;
    text-align: center;
    line-height: 1px;
    right: 15px;
    cursor: pointer;
    color: #4f3d79;
    border-radius: 4px;
	opacity:0.6; z-index:999;
    border: solid 2px #FFF;
    padding-top: 13px;
}
#go-to-top:hover {opacity:1;}
#go-to-top span{font-size: 12px;}
.fa-sort-up{line-height: 5px !important;}

ul { padding: 0; margin: 0;}
ul li { list-style: none;}
.topblock {
 padding: 10px 25px;
 background-color: #fff;
}
.brand-logo{ width: 150px; height: 46px;}
.searchloader{ 
  background-image: url(../imgs/loader_m.gif);
   background-position: right center;
   background-repeat: no-repeat;
   font-size: 14px;
   display: none;
   padding: 5px 15px;
  }
  .main-search{position:relative;padding-left: 75px;}
  .input-search-field {
    height: 35px;
    text-align: left;
    color: #676767;
    line-height: 30px;
    padding: 5px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin: 2px;
    font-size: 13px;
    width: 100%;
}
.input-search-field-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: small;
    padding: 2px;
    line-height: 10px;
	color: #f69524;
}
.input-search-field:focus{
  border: 1px solid #f69524;
}
/* top menu start */
.top-menus {
  padding: 10px 10px 0;
}
.top-menus ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float:right;
}
.top-menus ul li {
  color: #4d4d4d;
  display: block;
  float: left;
  padding: 2px 7px;
  position: relative;
  text-decoration: none;
  transition-duration: 0.15s;
  border-right: solid 1px #e3dede;
  line-height: 14px;
}
.top-menus ul li:last-child { border-right: none;}  
.top-menus ul li a {
  font-size: 13px;color: #4d4d4d; text-decoration: none;line-height: 17px; font-weight:400;
}
.top-menus ul li:hover,
.top-menus ul li:focus-within {
  background: #f5f5f5;
  cursor: pointer;
}
.top-menus ul li:focus-within a { outline: none;}
.top-menus ul li ul {
  background: #f5f5f5;
  opacity: 0;
  min-width: 13px;
  position: absolute;
  transition: all 0.10s ease;
  margin-top: 0;
  left: 0;
  box-shadow: 0px 1px 2px #ccc;
  display: none;
  z-index:10;
}
.top-menus ul li:hover > ul,
.top-menus ul li:focus-within > ul,
.top-menus ul li ul:hover,
.top-menus ul li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
}
.top-menus ul li ul li {
  clear: both;
  width: 100%;
  padding: 4px 10px;
  border-right: none;
}
.top-menus ul li ul li:hover { background-color: #FFF;}
/* top menu end */




.footer{
  background-color: #172337;
  min-width: 100%;
  border-top: 6px solid #fff;
  margin-top: 25px;
}

.sprite-footer .sprite-block {
    width: 20%;
    color: #CCC;
    display: block;
    float: left;
    text-align: center;
    padding: 30px 0 55px;
}
.sprite-footer .sprite-block:nth-child(1) div{ 
    background-image:url(../imgs/foo-icons.png); 
	background-repeat:no-repeat;
    background-position: 0px 0px;
    height: 32px;
    margin-left: 86px;
    text-align: center;
    width: 37px;margin-bottom: 10px;
}
.sprite-footer .sprite-block:nth-child(2) div{ 
    background-image:url(../imgs/foo-icons.png); 
	background-repeat:no-repeat;
    background-position: -42px 0px;
    height: 32px;
    margin-left: 86px;
    text-align: center;
    width: 37px;margin-bottom: 10px;
}
.sprite-footer .sprite-block:nth-child(3) div{ 
    background-image:url(../imgs/foo-icons.png); 
	background-repeat:no-repeat;
    background-position: -85px 0px;
    height: 32px;
    margin-left: 86px;
    text-align: center;
    width: 37px;margin-bottom: 10px;
}
.sprite-footer .sprite-block:nth-child(4) div{ 
    background-image:url(../imgs/foo-icons.png); 
	background-repeat:no-repeat;
    background-position: -127px 0px;
    height: 32px;
    margin-left: 86px;
    text-align: center;
    width: 37px;margin-bottom: 10px;
}
.sprite-footer .sprite-block:nth-child(5) div{ 
    background-image:url(../imgs/foo-icons.png); 
	background-repeat:no-repeat;
    background-position: -170px 0px;
    height: 32px;
    margin-left: 86px;
    text-align: center;
    width: 37px;margin-bottom: 10px;
}


.footer_kid_store {
    background-position: -163px -88px;
    display: inline;
    height: 43px;
    margin-top: 9px;
    position: absolute;
    right: 40px;
    width: 383px;
    z-index: 10;
}
.footer-ct {
    background-color: #d9f3f4;
    width: auto;
    text-align: center;
    height: auto;
    clear: both;
    padding-bottom: 28px;
}
.footer-ct .tic {
    background-color: #fff;
    border-radius: 50px;
    clear: both;
    height: 70px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: -31px;
    width: 290px;
    z-index: 3;
    box-shadow: 0 0 3px #e0e0e0;
	padding:5px;
}
.foo_brand_store{
  background: url(../imgs/mft-logo-eng.png);
  width:197px;
  height:60px;
  margin:auto;
}

.foo-credits {
    background-color: #d9f3f4;
    color: rgb(53, 52, 52);
    font-size: 12px;
    text-align: center;
    padding: 15px;
    border-bottom: solid 5px #4f3d79;
}
.foo-menu-tabs {
    border-bottom: solid 1px #b3cfd7;
    text-align: left;
    padding: 0 0 5px 0;
	font-size:12px;
	font-weight:bold;
	color:#4d4d4d;
	margin-bottom:10px;
}

.foo-credits ul {
    padding: 0;
    margin: 0;
}
.foo-credits ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: solid 1px #9b9595;
    margin: 5px 0;
    line-height: 10px;
}
.foo-credits ul li:last-child { border-right:none}
.foo-credits ul li a{ color:rgb(53, 52, 52); text-decoration:underline}
.foo-credits ul li a:hover{ color:#fff; text-decoration:none}

ul.foomenus li {
    text-align: left;
    line-height: 24px;
	font-size:14px;
	color:#4d4d4d;	
}
ul.foomenus li a{color:#4d4d4d;	}
.emi-cards{ display:none}
.social-icon {
    text-align: left;
    margin: 0;
    padding: 0;
}
.social-icon li {
    display: inline-block;
    margin-right: 7px;
	font-size: 1.2em !important;
}
.foo-intro{ text-align:left;color:#4d4d4d; font-size:12px}
.foo-intro a{color:#4d4d4d;}
.foo-intro h1, .foo-intro h2{font-size:14px; text-align:left; font-weight:bold;}

.fc-footer .fctr .frace {
    background-color: #fff;
    box-shadow: 2px 2px 2px 0 #b7cecf;
    float: right;
    width: 370px;
    height: 85px;
}
.house_img_footer {
    float: left;
    height: 98px;
    margin-left: 41px;
    margin-top: -22px;
    width: 103px;
}
.sprite_footer_bg {
    background: url(../imgs/sprite-footer1.1.png);
}
.fc-footer .fctr .frace .frat {
    width: 203px;
    float: right;
}
.frace {
    background-color: #fff;
    box-shadow: 2px 2px 2px 0 #b7cecf;
    float: right;
    width: 350px;
    height: auto;
}
.frace .frat .text {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 17px;
    margin-bottom: 8px;
    padding-top: 17px;
    cursor: pointer;
}
.frace .know-more input {
    width: 77px;
    height: 14px;
    font-size: 10px;
    background-color: #6fc341;
    border: none;
    color: #fff;
    cursor: pointer;
}


/* homepage product */
.premium-boutiques {
    padding: 15px 0;
}
.premium-boutiques h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 26px;
	color:#4d4d4d;
}
.category-list .category {
    width: 32.66%;
    float: left;
    margin-right: 1%;
    margin-bottom: 25px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
	box-shadow: 0px 0px 3px #b9b7b7;	
}
.category-list .category:hover {top: -10px;}
.category-list .category:last-child { margin-right:0;}
.category-list .category img{ width:100%;}
.category .cat-description{ background-color:#FFF;padding: 10px 5px;}
.category .cat-description .cat-title {
    font-size: 14px;
    padding: 2px 5px;
}
.category .cat-description .cat-keyword {
	font-size: 12px;
	color:#999;
	padding:2px 5px;
}
.link-shop-now{text-align: right;padding: 10px;}
.link-shop-now .btn-shop-now{
    background: #CCC;
    width: 100px;
    padding: 5px;
}
.link-shop-now .btn-shop-now {
    background: #fff;
    width: 100px;
    padding: 5px;
    border: solid 1px #CCC;
    color: #4d4d4d;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	-webkit-transition: background 1s;
	transition: background 1s;
}
.link-shop-now .btn-shop-now:hover {
    background:#4f3d79; color:#FFF;border: solid 1px #4f3d79;
}
.border-btn{ border:solid 1px #e9e8e8 !important;}
.btn-view-all{position: relative; right: 0; transition: right ease 0.15s;}
.btn-view-all:hover{right:-10px}

.section-category-block{ background:#eee; border-top:solid 6px #FFF; padding-bottom:25px;}
.cat-by-age-block{ background:#FFF; padding:20px 0}
.block-heading{ text-align:center; padding:15px;}
.block-heading h2{    font-size: 22px; text-transform:uppercase;
    text-align: center;
	color:#4d4d4d;}

