
@font-face {
  font-family: 'Roboto-Regular';
  src:url(../fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Calibri';
  src:url(../fonts/Calibri.ttf) format('truetype');
}
html,body{
  background:#fff;
  font-size: 100%;
  font-family: 'Roboto-Regular';
}
body a{
  transition:0.1s all;
  -webkit-transition:0.1s all;
  -moz-transition:0.1s all;
  -o-transition:0.1s all;
  -ms-transition:0.1s all;
}
ul{
  padding: 0;
  margin: 0;
}
h1,h2,h3,h4,h5,h6,label,p{
  margin:0; 
}
/*----*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}



input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}


.center-fixed{
  position: fixed;
  left: 50%;
  top: 50%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
}

.logo span {
  color: #fa03bb;
}
.header-top {
  padding: 15px 0;
  border-bottom: 1px solid #d0d0d0;
}
.header-left{
  margin-top: 4px;
}
.header-left ul li{
  display: inline-block;  
}
.header-left ul li a{
  text-decoration: none;
  color:#fff;
  font-size: 1.1em;
  margin: 0 2em 0 0;
}
.header-left ul li a:hover{
  color:  #EF5F21; 
}
.head-top {
  padding: 0.5em 0;
}
.number p {
  color:#7e7e7e;
  font-size: 0.9em;
}
.number span {
  color:#403b37;
  font-size: 1em;
}
/* start menu */
.navbar-default {
  background-color:#f1b458 !important;
  border-color:#f1b458;
  border-radius: 0px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: 300;
}
.navbar-default .navbar-nav > li > a span{
  display:block;
}
.navbar {
 min-height:100%;
 margin-bottom:0;
}
.navbar-nav {
 margin:0 auto;
 width:100%;
}
.navbar-brand {
  height: 100%;
  padding: 0;
  margin: 20px 0 0 0;
  padding-left: 15px;
  font-size: 45px;
  text-transform: uppercase;
  -webkit-text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-nav > li > a {
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  font-weight: 100;
  font-size: 15px;
}
.dropdown-menu.columns-2 {
  min-width: 400px;
} 
.dropdown-menu.columns-3 {
  min-width:550px;
}
.multi-column-dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
}
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}
.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu li a {
  padding: 2px 13px;
  display: block;
}
.mega-dropdown-menu li a {
  padding: 0px;
  font-weight: 300;
}
.mega-dropdown-menu {
  right: 260px !important;
  left:inherit;
}    
.dropdown-menu {
  text-align: left;
}
.nav_bottom{
  background:none;
}
.nav-tabs {
  display: inline-block;
  border-bottom: none;
  font-weight: bold;
  padding-top:15px;
}
.nav-tabs1{
  display: inline-block;
  border-bottom: none;
  font-weight:500;
  background-color:#f1b458;
  width: 100%;
  padding:0;
}

.text-center{
  text-align: center;
}

.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}

.nav-tabs > li > a, 
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-radius: 0;
}
.nav-list { border-bottom: 1px solid #eee; }
.nav-list > li { 
  padding:20px 15px 15px;
  border-left: 1px solid #eee; 
  margin-right: 0 !important;
}
.nav-list > li:last-child { border-right: 1px solid #eee; }
.nav-list > li > a:hover { text-decoration: none; }
.nav-list > li > a{
  text-decoration: none;
}
.nav-list > li > a > img{
  width: 100%;
  max-width: 80px;
  height: auto;
  max-height: 80px;
}
.nav-list > li > a > span {
  display: block;
  font-weight: bold;
}
.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  padding: 20px 15px 15px;
  text-align: center;
  width: 45%;
}

.simpleCart_shelfItem{
  position: relative;
}

.simpleCart_shelfItem .image{
  width: 100%;
  height: 172px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.offer{
  position: absolute;
  display: block;
  width: 130px;
  top: 18px;
  text-align: center;
  right: -33px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/offer.png);
  color: white;
  padding: 3px 23px;
}

ul.nav_1 {
  text-align: center;
}
ul.nav_1 li {
  margin-right: 44px;
  float: none;
  display: inline-block;
}
.navbar-nav>li>.dropdown-menu li{
  margin-right:0px;
}
ul.nav_1 li a {
  color: #7e7e7e;
}
ul.nav_1 li.last{
  margin-right:0;
  /*-- w3layouts --*/ 
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus, .nav>li>a:hover, .nav>li>a:focus{
  background-color:#fff !important;
  border-color:#fff;
  color:#7e7e7e !important;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
ul.nav-list.list-inline li {
  float: left;
}
/*--banner--*/
.up-t {
  padding: 8.2em 0 0;
}
.col-md3 h3 {
  color: #fff;
  font-size: 4em;
  font-family: 'Poiret One', cursive;
  font-weight: 700;
  background: rgba(250, 3, 187, 0.5);
  padding: 0.3em;
}
.tes {
  position: absolute;
  top: 11em;
  left: 20em;
}
.tes h2 {
  font-size: 4em;
  color:#fa03bb;
  margin:0;
  font-family: 'Poiret One', cursive;
  font-weight:700;
}
.tes p {
  font-size: 2em;
  color: #fa03bb;
  margin: 0.5em;
  text-align:right;
}
.tes h3 {
  font-size: 2em;
  color: #ffffff;
  margin: 0.5em;
  /*-- agileits --*/
  text-align:right;
}
.tes h4 {
  font-size: 4em;
  color:#ffffff;
  margin: 1em 0 0;
  text-align:center;
  font-family: 'Poiret One', cursive;
  font-weight:700;
}
/*--header--*/
.logo {
  padding: 0 0em 0 2.5em;
}
.logo h1 a {
  color: #403b37;
  font-size: 1em;
  text-decoration: none;
  font-family: 'Poiret One', cursive;
  font-weight:700;
}
.world h6 {
  color: #fa03bb;
  font-size: 1.2em;
  margin: 0;
  font-family: 'OleoScript-Regular';
}
.world p {
  color: #fa03bb;
  font-size: 0.9em;
  margin: 0;
}
.search {
  text-align: right;
  margin-top: 1%;
}
i.glyphicon.glyphicon-search {
  color:#fa03bb;
  font-size: 1em;
}
.world {
  text-align: center;
}

/*--cart--*/
.itemContainer{
  width:100%;
  /*-- w3layouts --*/
  float:left;
}
.itemContainer div{
  float:left;
  margin: 5px 20px 5px 20px ;
}
.itemContainer a{
  text-decoration:none;
}
.cartHeaders{
  width:100%;
  float:left;
}
.cartHeaders div{
  float:left;
  margin: 5px 20px 5px 20px ;
}
.item_add {
  color: #000;
  border:none;
} 
a.item_add {
 text-decoration: none;
}   
.grid_1 img{
  margin-bottom:1em;
}
.box_1 h3{
  color: #7e7e7e;
  font-size: 1em;
}
.box_1 h3 img{
  margin-left: 5px;
}
.box_1 p a{
  color: #7e7e7e;
  font-size: 0.77em;
}
.total {
  display: inline-block;
}
/*--- slider-css --*/
.slider {
  position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  /*-- agileits --*/
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height: 0px;
  width: 0px;
  display: inline-block;
  background:#403b37;
  border-radius:50px;
}
.callbacks_here a:after{
  background:#fa03bb;
}
.callbacks_tabs a{
  visibility:hidden;
}
.callbacks_tabs li{
  display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
  position: absolute;
  bottom: 14px;
  z-index: 999;
  left: 45%;
}
.banner-mat{
  padding:0;
}
.glyphicon {
  line-height: normal;
}
/*--content--*/
.content-top h1{
  color:#010101;
  font-size: 3em;
  font-family: 'OleoScript-Regular';
  text-align: center;
  margin: 0 0 1em;
}
.col-md1 img{
  margin: 0 auto;
}
.col-md1 h3 {
  font-size: 1.1em;
  line-height: 1.1em;
  text-align: center;
  margin: 1em 0 0.7em;
  color: #000;
  margin-bottom: 3px;
  min-height: 34px;
}
.col-md1 h3 a {
  color: #000;
  text-decoration: none;
  /*font-family: 'Poiret One', cursive;*/
  /*font-weight: 700;*/
}
.price h5 {
  display: inline-block;
  color: #fa03bb;
  font-size: 1.2em;
  margin: 0 0 14px 0;
}
.price_old{
  display: inline-block;
  text-decoration: line-through;
  padding-left: 2px;
  font-size: 0.9em !important;
  margin-top: 0px !important;
  color: grey !important;
}
.price {
  text-align: center;
}
.price a {
  color: #757575;
  font-size: 0.8em;
  display: block;
  background-color: #eeeeee;
  padding: 0.3em 0.6em;
  border-radius: 0px;
  text-decoration: none;
  width: 100%;
  margin: 0 auto;
}
.content-top {
  padding: 2em 0;
}
.content-top1 {
  padding: 1em 0;
}
.col-md1 {
  padding: 0em;
  background-color: #fff;
  overflow:hidden;
}

.col-md2{
  box-shadow: 0 4px 10px #8a8a8a;
  margin-bottom:15px;
  width: calc(25% - 10px);
  padding: 0 0;
  margin: 0 5px 15px 5px;
}

.col-md1:hover .price a {
  background-color:#D3D3D3;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.content-top h4 {
  color: #000;
  font-size: 2em;
  margin: 0;
}
.content-top p {
  font-size: 1em;
  color: #777;
  line-height: 1.8em;
  margin: 2em 0;
}
.col-md3 {
  text-align: center;
}
.col-md3 {
  background: url(../images/11.jpg) no-repeat;
  min-height: 399px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.con-tp-lft {
  padding: 0;
}
.c-btm {
  padding: 4em 0;
}
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #000;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  padding: 0.4em 0.8em;
  font-size: 0.85em;
  color: #fff;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#52D0C4;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
  text-decoration: none;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.more:hover{
  background: #fff;
  color:#000;
}
/*--footer--*/
.top-footer iframe{
  width: 100%;
  min-height:300px;
  border: none;
}
.top-footer1 h3 {
  font-size: 2em;
  color: #fa03bb;
  margin: 0 0 0.5em;
  font-family: 'Poiret One', cursive;
  font-weight:700;
}
.top-footer h3 {
  font-size: 2em;
  color: #fa03bb;
  margin: 0 0 0.5em;
  font-family: 'Poiret One', cursive;
  font-weight:700;
}
.top-footer1 input[type="text"] {
  width: 65%;
  padding: 0.6em;
  outline: none;
  color: #BDBDBD;
  font-size: 1em;
  background: none;
  border: 1px solid #BDBDBD;
}
.top-footer1 input[type="submit"] {
  font-size: 0.9em;
  color: #fff;
  background-color:#403b37;
  border: none;
  padding: 0.8em 0em;
  width: 30%;
  vertical-align: top;
  outline: none;
}
.top-footer1 input[type="submit"]:hover {
  background-color:#fa03bb;
}

.theme-btn {
  font-size: 0.9em;
  color: #fff;
  background-color:#403b37;
  border: none;
  padding: 0.8em 0em;
  width: 30%;
  vertical-align: top;
  outline: none;
}
.theme-btn:hover {
  background-color:#fa03bb;
}


.footer {
  border-top: 1px solid #BDBDBD;
}
.footer-top {
  padding: 3em 0 ;
}
.footer-bottom-cate h6 {
  font-size: 1.6em;
  color: #fa03bb;
  margin: 0 0 1em;
  font-family: 'Poiret One', cursive;
  font-weight:700;
}
.footer-bottom-cate ul{
  padding: 0;
  margin: 0;
}
.footer-bottom-cate ul li{
  list-style: none;
  padding: 0.2em 0;
}
.footer-bottom-cate ul li a {
  text-decoration:none;
  font-size: 0.8em;
  color: #B2B2B2;
}
.footer-bottom-cate ul li a:hover{
  color:#ffffff;
  padding-left: 5px;
}
.cate-bottom ul li  {
  font-size:0.8em;
  color: #B2B2B2;
}
.cate-bottom ul li.phone {
  color:#fa03bb;
  padding: 1em 0 0em;
}
p.footer-class {
  font-size: 1em;
  color:  #B2B2B2;
  margin: 2em 0 0;
  text-align:center;
}
p.footer-class a{
  text-decoration:none;
  color: #fa03bb;
}
p.footer-class a:hover{
  color:  #B2B2B2;
}
.footer-bottom {
  padding: 4em 0;
  background:#252323;
}
/*--//footer--*/
.footer-bottom-cate.cate-bottom ul li i {
  border: 1px solid #999;
  padding: .5em;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  margin-right: 1em;
}
/*-- contact --*/
.contact {
  padding: 4em 0;
}
.contact h3 {
  font-size: 3em;
  color: #fa03bb;
  margin: 0 0px 1em;
  text-align: center;
  font-family: 'Poiret One', cursive;
  font-weight:700;
}
.contact-bottom  span,.contact-bottom-top span{
  font-size:1.2em;
  color:#fff;
  display:block;
  padding:0 0 0.5em;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"]{
  width:100%;
  padding:10px 10px 7px 10px;  
  border:1px solid #bbb;
  -webkit-appearance:none;
  outline:none;
  color:#807979;
  outline-color:#52D0C4;
  background: none;
  border: none;
  border-bottom: 2px solid #a5a5a5;
  /*font-weight: bold;*/
  font-size: 17px;
  margin-top: 12px;
}


select{
  width:100%;
  padding:12px 10px 7px 10px;  
  border:1px solid #bbb;
  outline:none;
  color:#807979;
  outline-color:#52D0C4;
  background: none;
  border: none;
  border-bottom: 2px solid #a5a5a5;
  font-size: 17px;
  margin-top: 12px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, select:focus{
  border-bottom: 2px solid #1D1D1D;
}

span.required:after{
  content:' *';

}

p.error{
  color: #ff4747;
}



.input-info{
  display: block;
  /*font-weight: bold;*/
  color: #505050;
  width: 100%;
  position: absolute;
  top: 4px;
  left: 3px;
  font-size: 12px;
  white-space: nowrap;
}



input.invalid{
  border-bottom:2px solid #E34F4F !important;
  /*color:#E34F4F;*/
}
span.success{
  position: relative;
  display: block;
}
span.success::after{
  right: 4px;
  top: 20px;
  font-size: 17px;
  color: #3fb73f;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 600;
  content: "\f00c";
  position: absolute;
}

span.invalid{
  position: relative;
  display: block;
}
span.invalid::after{
  right: 4px;
  top: 20px;
  font-size: 17px;
  color: #E34F4F;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 600;
  content: "\f00d";
  position: absolute;
}

textarea{
  width:100%;
  padding:1em;  
  border:2px solid #a5a5a5;
  -webkit-appearance:none;
  outline:none;
  color:#7a7272;
  min-height:100px;
  resize:none;
  outline-color:#52D0C4;
  background: none;
  color: #757675;
  font-size:17px;
}
.contact-bottom-top {
 margin: 1em 15px 0;
}
.contact-form input[type="submit"]{
  background: #403b37;
  color: #fff;
  border: none;
  outline: none;
  margin:1em 15px 0;
  padding: 0.3em 1em;
  font-size: 1.2em;
  display: inline-block;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.contact-form input[type="submit"]:hover{
  background: #fa03bb;
}
.address-grid i{
  color:#403b37;
  padding: 5px;
  font-size:2em;
  float: left;
  margin: 0 10px 0 0;
  display: inline-block;
}
.address1{
  float: left;
 margin-top: 0.7em;
}
.address1 p{
  font-size:1em;
  color: #9c9c9c;
  line-height: 1.7em; 
  
}
.address1 p a{
  text-decoration:none;
  color: #9c9c9c;
}
.address1 p a:hover{
  color:#fa03bb;
}
.address-more h2{
  color:#fa03bb;
  font-size:2em;
  margin: 0 15px 0.7em;
  font-family: 'Poiret One', cursive;
  font-weight:700;
}
.address {
  padding: 3em 0 0;
}
.contact span {
  color: #b2b2b2;
  font-size:0.9em;
  padding-bottom: 0.2em;
  display: block;
}
/*--//contact--*/
.breadcrumb1 li span {
  left: 0em;
  padding-right: 1em;
  color: #fa03bb;
}
.breadcrumbs {
  padding: 1em 0 !important; 
  background: #f5f5f5 !important;

}
.breadcrumb {
  padding: 0px 15px;
  margin-bottom: 0 !important;
}
.breadcrumb1 li a {
  color: #fa03bb;
  text-decoration: none;
}
.breadcrumb > .active {
  color: #777;
}
.breadcrumb1 li {
  font-size: 1em;
  color: #999;
}
/*--login--*/
.account h2 {
  color: #fa03bb;
  font-size: 3em;
  margin: 0 0 1em;
  text-align: center;
  font-family: 'Poiret One', cursive;
  font-weight:700;
}
.login-left h4{
  color:#fa03bb;
  font-size: 1.3em;
}
.login-left p {
  color: #b2b2b2;
  display: block;
  font-size: 0.9em;
  margin: 1em 0 1.5em 0;
  line-height: 1.8em;
  width: 95%;
}
.acount-btn {
  background:#403b37;
  color: #FFF;
  font-size: 0.9em;
  padding: 0.4em 1em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  display: inline-block;
  text-transform: uppercase;
  -webkit-text-transform: uppercase;
}
.acount-btn:hover, .login-right input[type="submit"]:hover{
  background:#fa03bb;
  text-decoration:none;
  color:#fff;
}
.login-right form {
  padding: 1em 0;
}
.login-right span {
  color: #b2b2b2;
  font-size:0.9em;
  padding-bottom: 0.4em;
  display: block;
}
.word-in{
  margin: 0.5em 0 0;
}

.login-right input[type="submit"] {
  background:#403b37;
  color: #FFF;
  font-size: 0.9em;
  padding: 0.4em 1em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  display: inline-block;
  text-transform: uppercase;
  -webkit-text-transform: uppercase;
  border:none;
  outline:none;
}
a.forgot {
  font-size: 0.8125em;
 color: #000000;
}
.account {
  padding: 4em 0;
}
/*--register--*/
ul.social li i {
  display: inline-block;
  background: url(../images/img-sprite.png) no-repeat -8px -64px;
  width: 47px;
  height: 47px;
  margin: 0 5px 0 0;
}
ul.social li i:hover {
  background-position: -8px -8px;
}
ul.social li i.facebook {
  background-position: -64px -64px;
}
ul.social li i.facebook:hover {
  background-position: -64px -8px;
}
ul.social li i.linked {
  background-position: -121px -64px;
}
ul.social li i.linked:hover {
  background-position: -121px -8px;
}
ul.social li i.google {
  background-position: -176px -64px;
}
ul.social li i.google:hover {
  background-position: -176px -8px;
}
ul.social li {
  display: inline-block;
}
ul.social {
  padding:0;
}
/*--register--*/
.register h2 {
  color:#fa03bb;
  font-size:3em;
  margin:0 0 1em;
  text-align:center;
  font-family:'Poiret One', cursive;
  font-weight:700;
}

.input-container h2 {
  color:#fa03bb;
  font-size: 2.2em !important;
  padding-bottom: 20px;
  margin:0 0 1em;
  text-align:center;
  font-family:'Poiret One', cursive;
  font-weight:700;
}

.register-top-grid span, .register-bottom-grid span {
  color:#b2b2b2;
  font-size: 0.9em;
  padding-bottom: 0.2em;
  display: block;
}

.register input, .register select, .register textarea{
  margin-bottom:1em;
}

.check-group .checkbox b {
  color:#fa03bb;
}

.check-group .checkbox b:hover {
  text-decoration: underline;
}


.checkbox {
  margin-bottom: 4px;
  padding-left: 27px;
  font-size: 1.2em;
  line-height: 27px;
  cursor: pointer;
}
.checkbox {
  position: relative;
  font-size: 0.9em;
  color:#000;
}
.checkbox:last-child {
  margin-bottom: 0;
}
.check-group {
  color: #000;
  font-size: 1em;
  margin-bottom: 1em;
  display: inline-block;
  text-transform: uppercase;
  -webkit-text-transform: uppercase;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  clear: both;
}
.check-group label{
  display: inline-block;
}


.checkbox i {
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  width:20px;
  height:20px;
  outline: none;
  border: 2px solid #fa03bb;
}
.checkbox input + i:after {
  content: '';
  background: url("../images/check.png") no-repeat 0px 0px;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 15px;
  font: normal 12px/16px FontAwesome;
  text-align: center;
}
.checkbox input + i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
.checkbox input {
  position: absolute;
  left: -9999px;
}
.checkbox input:checked + i:after {
  opacity: 1;
}
.check-group:hover {
  color:#00BFF0;
}
.register-but{
  margin-top:1em;
}

.register-but input[type="submit"]{
  width: 100%;
  float:none !important;
}

.button {
  background:#fa03bb;
  color: #FFF;
  font-size:1em;
  padding: 0.4em 1em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  display: inline-block;
  border:none;
  outline:none;
  border-radius: 3px;
  padding: 10px 30px;
  cursor: pointer:;
}
.button:hover {
  background:#403b37;
  text-decoration: none;
  color: #fff;
}


.button-inverse {
  background:#403b37;
  color: #FFF;
  font-size:1em;
  padding: 0.4em 1em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  display: inline-block;
  border:none;
  outline:none;
  border-radius: 3px;
  padding: 10px 30px;
  cursor: pointer;
}
.button-inverse:hover {
  background:#fa03bb;
  text-decoration: none;
  color: #fff;
}


input.but{
  margin-top:1em;
}
input.but[type="submit"] {
  background:#fa03bb;
  color: #FFF;
  font-size:1em;
  padding: 0.4em 1em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  display: inline-block;
  border:none;
  outline:none;
}
input.but[type="submit"]:hover {
  background:#403b37;
}

.but input[type="submit"] {
  background:#403b37;
  color: #FFF;
  font-size:1em;
  padding: 0.4em 1em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  display: inline-block;
  border:none;
  outline:none;
}
.but input[type="submit"]:hover {
  background:#fa03bb;
}

.mation{
  padding: 1em 0;
}
.register, .input-container {
  padding: 1em 0;
}
/*--product--*/
.products h2{
  color:#fa03bb;
  font-size: 3em;
  text-align: center;
  margin: 0 0 1em;
  font-family: 'Poiret One', cursive;
  font-weight:700;
}
.products {
  padding: 4em 0;
}
/*--menu-drop--*/
h3.cate {
  color: #fa03bb;
  font-size: 1.5em;
  font-family: 'Poiret One', cursive;
  font-weight: 700;
}
ul.kid-menu{
  display: block !important;
}
.rsidebar.span_1_of_left {
  margin-bottom: 2em;
}
.menu-drop {
  width: auto;
  height: auto;
  padding: 0;
  list-style: none;
  margin: 0.5em 0;  
}
.menu-drop > li > a {
  width: 100%;
  margin: 0.3em 0;
  display:inline-block;
  position: relative;
  color: #B2B2B2;
  font-size: 0.9em;
  text-decoration:none;
}
.menu-drop > li > a:hover{
  color:#403b37;
}
.menu-drop ul li a {  
  width: 100%;
  display: inline-block;
  position: relative;
  font-size:0.9em;
  margin:0.3em 0;
  color: #403b37;
  text-decoration:none;
  text-indent: 1.2em;
}
.menu-drop ul li a:hover{
  color:#000;
}


.menu-drop-open {
  width: auto;
  height: auto;
  padding: 0;
  list-style: none;
  margin: 0.5em 0;  
}

.menu-drop-open > li{
  border-right: 1px solid #f5f5f5;
  display: inline-block;
}

.menu-drop-open > li:last-of-type{
  border-right: none;
}
.menu-drop-open > li > ul > li{
  display: block;
}
.menu-drop-open > li > a {
  width: 100%;
  margin: 0.3em 0;
  display:inline-block;
  position: relative;
  color: #B2B2B2;
  font-size: 1em;
  text-decoration:none;
}
.menu-drop-open > li > a:hover{
  color:#403b37;
}
.menu-drop-open ul li a {  
  width: 100%;
  display: inline-block;
  position: relative;
  font-size:0.9em;
  margin:0.3em 0;
  color: #403b37;
  text-decoration:none;
  text-indent: 1.2em;
}
.menu-drop-open ul li a:hover{
  color:#000;
}


.menu-drop ul li a.inverse {  
  width: 100%;
  display: inline-block;
  position: relative;
  font-size:0.9em;
  margin:0.3em 0;
  color: #B4B4B4;
  text-decoration:none;
  text-indent: 1.2em;
}
.menu-drop ul li a.inverse:hover{
  color: #D2D2D2;
}
ul.kid-menu li,ul.cute li, .menu-drop-open > li > ul{
  list-style: none; 
}
/*--//menu-drop--*/
/*----*/
.fashion-grid{
  float:left;
 width: 24%;
}
.fashion-grid1{
  float: right;
 width: 68%;
}
h6.best2 {
  font-size: 0.9em;
  line-height: 1.5em;
}
h6.best2 a{
  color:#B2B2B2;
  text-decoration: none;
}
h6.best2 a:hover{
  color:#403b37;
}
span.price-in1 {
  font-size: 1.3em;
  padding: 0.3em 0 0;
  display: block;
  color:#fa03bb;
}
.product-go {
  padding: 1em 0;
}
/*--tag--*/
.tag {
  padding: 2em 0;
}
.tags {
  padding: 1.5em 0 0;
}
.tags ul li {
  display: inline-block;
  float:left;
  width: 22.8%;
 margin: 0.5em 2% 0 0;
 text-align: center;
}
.tags li a {
  font-size: 0.9em;
  display:block;
  padding: 0.3em 0.4em;
  text-decoration: none;
  color: #B2B2B2;
  border: 1px solid #B2B2B2;
}
.tags li a:hover {
  color: #fff;
  background:#403b37;
  border: 1px solid #403b37;
}
.tags ul li:nth-child(4),.tags ul li:nth-child(8),.tags ul li:nth-child(12){
  margin:0.5em 0 0;
}
/*--typo-single--*/
.thumb-image { width: 305px; }

.thumb-image > img { width: 100%; }
/*--single--*/
.single-para h2 {
  font-size: 1.5em;
  color: #fa03bb;
  line-height: 1.5em;
  font-family: 'Poiret One', cursive;
  font-weight: 700;
}
label.add-to{
  display:block;
  font-size: 2em;
  color:#fa03bb;
}
.single-para p{
  font-size:0.9em;
  color:#B2B2B2;
  line-height:1.8em;
}
a.cart{
  padding: 0.3em 0.7em;
  color: #FFF;
  background: #403b37;
  margin: 0em 0 1em;
  font-size: 1em;
  display:inline-block;
  line-height: 1.6em;
  text-align: center;
  text-decoration:none;
}
a.cart:hover{
  background:#fa03bb;
}
/*----*/
.star-on {
  padding: 1em 0;
}
.star-on ul {
  float:left;
}

.star-on ul li{
  display: inline-block;
}
.star-on ul li i{
  color:#000;
}
.review{
  float:left;
 padding: 0 1em;
}
.star-on a{
  text-decoration:none;
  font-size:1em;
  color:#403b37;
}
.star-on a:hover{
  color:#fa03bb;
}
.single-bottom h4{
  color:#000;
  font-size:1.5em;
  padding:0.5em;
  border-bottom:1px solid #fa7455 ;
}
.single {
  padding: 4em 0;
}
.available h6{
  color:#403b37;
  font-size:1.4em;
  padding: 0 0 1em;
}
.available ul li{
  display:inline-block;
  padding:0 0.5em 0 0;
  padding-top: 4px;
  color:#4c4c4c;
  font-size:0.9em;
}
.available ul li select {
  outline: none;
  padding: 3px;
}
.available {
  padding: 2em 0 1em;
}

/*-- content --*/
.content-lgrid,.content-img-left,.content-rgrid{
  padding:0;
}
.content-lgrid{
  width:66.66%;
}
.content-rgrid {
  width: 33.334%;
}
.content-img-right {
  padding: 104px 50px 0px;
  background: #f7f7f7;
  text-transform: uppercase;
  -webkit-text-transform: uppercase;
  min-height:343px;
}
/* CSS3 Hover Effects */
.img-box, .info-box {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img-box img, .info-box img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.img-box {
  position: relative;
}
.info-box {
  top: 0;
  left: 0;
  position: absolute;
}
.info-box .info-content {
  display: block;
  position: relative;
  padding: 0%;
  float: left;
  left: 50%;
  top: 50%;
  position: relative;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.separator {
  display: block;
  position: relative;
  height: 1px;
  width: 100%;
  margin: 20px auto;
  background: rgba(255, 255, 255, 0.5);
  clear: both;
}
.content-grid-effect {
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}
.content-grid-effect .info-content {
  z-index: 2 !important;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.content-grid-effect .img-box:after, .content-grid-effect .img-box:before, .content-grid-effect .info-box:after, .content-grid-effect .info-box:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -ms-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.content-grid-effect.horizontal .img-box:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.content-grid-effect.horizontal .img-box:after {
  top: 25%;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.content-grid-effect.horizontal .info-box:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.content-grid-effect.horizontal .info-box:before {
  top: 75%;
  left: 0;
  width: 100%;
  height: calc(25% + 1px);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.content-grid-effect.vertical .img-box:before {
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.content-grid-effect.vertical .img-box:after {
  top: 0;
  left: 25%;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.content-grid-effect.vertical .info-box:after {
  top: 0;
  left: 50%;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.content-grid-effect.vertical .info-box:before {
  top: 0;
  left: 75%;
  width: calc(25% + 1px);
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.content-grid-effect:hover .img-box:after, .content-grid-effect:hover .img-box:before, .content-grid-effect:hover .info-box:after, .content-grid-effect:hover .info-box:before {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.content-grid-effect:hover .info-content {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slow-zoom .img-box {
  z-index: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.2s ease-in-out;
  -moz-transition: all 2.2s ease-in-out;
  -ms-transition: all 2.2s ease-in-out;
  -o-transition: all 2.2s ease-in-out;
  transition: all 2.2s ease-in-out;
}
.slow-zoom:hover .img-box {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.slow-zoom {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.content-img-right h3 {
  color: #000;
  font-size: 24px;
}
.content-img-right h3 span {
  color: #FDA30E;
  display: block;
  font-size: 51px;
  margin:15px 0;
}
.info-content h4 {
  font-size: 35px;
  color: #fa03bb;
  text-transform: uppercase;
}
/*-- //content --*/
/*--responsive--*/
@media(max-width:1366px){
  .tes {
    top: 9em;
    left: 13em;
  }
}
@media(max-width:1280px){
  .tes {
    top: 8em;
    left: 10em;
  }
}
@media(max-width:1024px){
  .content-top h1 {
    font-size: 2.5em;
    margin: 0 0 0.3em;
  } 
  .content-top {
    padding: 3em 0;
  }
  .top-footer1 input[type="submit"] {
    width: 33%;
  }
  .banner-mat img {
    height: 256px;
    width: 100%;
  }
  .footer-bottom {
    padding: 3em 0;
  }
  ul.nav_1 li {
    margin-right: 42px;
  }
  .tes h2 {
    font-size: 3em;
  }
  .tes h3 {
    font-size: 1.5em;
  }
  .tes h4 {
    font-size: 3em;
  }
  .tes p {
    font-size: 1.5em;
  }
  .tes {
    top: 7em;
    left: 8em;
  }
  .price a {
    width: 50%;
  }
  .col-md3 {
    min-height: 394px;
  }
  .top-footer h3 {
    font-size: 1.8em;
  }
  .top-footer1 h3 {
    font-size: 1.8em;
  }
  .footer-bottom-cate h6 {
    font-size: 1.5em;
  }
  /*--products--*/
  .products {
    padding: 3em 0;
  }
  .products h2 {
    font-size: 2.5em;
  }
  .tags li a {
    font-size: 0.77em;
  }
  /*--single--*/
  .thumb-image {
    width: 242px;
  }
  /*--contact--*/
  .contact {
    padding: 3em 0;
  }
  .contact h3 {
    font-size: 2.5em;
    margin: 0 0px 0.8em;
  }
  .address1 p {
    font-size: 1em;
  }
  /*--account--*/
  .account h2,.register h2 {
    font-size: 2.5em;
  }
  .account,.register, .input-container {
    padding: 1em 0;
  }
  /*--checkout--*/
  .check-out {
    padding: 3em 0em;
  }
  .check-out h2 {
    font-size: 2.5em;
  }
  /*--typo--*/
  .page {
    padding: 3em 0;
  }
  h1.typo1 {
    font-size: 2.5em;
  }
  .col-md3 h3 {
    font-size: 3.5em;
  }
  ul.nav-list.list-inline li {
    width: 33.33%;
  }
}
@media(max-width:991px){
  .number span {
    font-size: 0.82em;
    margin-top: 0.5em;
  }
  ul.nav_1 li {
    margin-right: 9px;
  }
  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo {
    padding: 0 0em 0 0em;
  }
  .search {
    margin-top: 2%;
  }
  .banner-mat img {
    height: 186px;
  }
  .content-top1 {
    padding: 0em 0;
  }
  .content-top h1 {
    margin: 0 0 1em;
  }
  .content-top {
    padding: 1.4em 0 1em;
  }
  .top-footer1 {
    margin: 2em 0 0;
  }
  .top-footer1 input[type="text"] {
    width: 70%;
  }
  .top-footer1 input[type="submit"] {
    width: 28%;
  }
  .world{
    text-align: right !important;
  }
  .world ,.logo,.header-left{
    width: 33.33%;
    float: left;
  }
  .number ,.search{
    width: 33.33%;
    float: left;
  }
  .h_menu4 {
    float: left;
    width: 66.66%;
  }
  .footer-bottom-cate {
    float: left;
    width: 33.33%;
  }
  .number {
    margin-top: 0%;
    padding: 0;
  }
  .col-md2 {
    float: left;
    width: calc(33.33% - 10px);
    margin:0px 5px 15px 5px;
    padding: 0 0 0 0;
    box-shadow: 0 4px 10px #8a8a8a;
  }
  .col-md3 {
   float:left;
   width: 52%;
   margin: 0 0 2em;
 }
 .col-md3 {
  min-height: 313px;
}
.price a {
  width: 100%;
}
.tes {
  top: 2em;
  left: 5em;
}
.tes h2 {
  font-size: 2.3em;
}
.tes h3 {
  font-size: 1.2em;
}
.tes h4 {
  font-size: 2.3em;
}
.tes p {
  font-size: 1.2em;
}
.col-md1 h3 {
  font-size: 1em;
}
.price h5 {
  font-size: 1.1em;
}
.con-tp-lft {
  float: left;
  width: 33.33%;
}
.top-footer {
  width: 100%
}
.top-footer1 {
  margin: 0em 0 0;
  float: left;
  width: 50%;
}
.top-footer h3 {
  font-size: 1.5em;
}
ul.social {
  padding: 0em 0 0;
}
.footer-bottom-cate h6 {
  font-size: 1.2em;
}
/*--products--*/
.fashion-grid1 {
  width: 85%;
}
.fashion-grid {
  width: 9%;
}
.tags li a {
  font-size: 0.9em;
}
/*--single--*/
.grid {
  width: 50%;
  float: left;
}
.thumb-image {
  width: 305px;
}
.single-top-in {
  width: 50%;
  float: left;
}
.single {
  padding: 3em 0;
}
/*--contact--*/
.in-contact {
  margin: 1em 0 0;
}
.contact h3 {
  margin: 0 0px 0.3em;
}
.address-grid i {
  font-size: 2em;
  margin: 0 5% 0 0;

}
.address1 p {
  font-size: 1em;
  line-height: 1.7em;
}
.address-grid {
  margin: 0 0 1em;
}
/*--account--*/
.account h2 ,.register h2, .input-container h2{
  margin: 0;
}
/*--checkout--*/
.sed p {
  padding: 0.5em 0 0;
}
.check-out {
  padding: 3em 0em;
}
/*--typo--*/
h1.grid2 {
  font-size: 2.3em;
}
.col-md3 h3 {
  font-size: 3em;
}
.up-t {
  padding: 7.2em 0 0;
}
.dropdown-menu {
  right: 170px !important;
}
}
@media (max-width: 736px){
  p.log {
    width: 60%;
  }
  .number span {
    font-size: 0.75em;
  }
  .n-avigation {
    width: 100%;
    float: left;
  }
  .navbar-toggle {
    float: left;
  }
  .header-left {
    width: 14%;
    padding: 0;
  }
  ul.nav_1 li {
    display: block;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    background-color: #fa03bb;
  }
  .nav-list > li {
    padding: 0px 15px 15px;
  }
  .price a {
    width: 76%;
  }
  .col-md3 {
    min-height: 297px;
  }

  .tes {
    padding: 1em;
  }
  .head-top {
    padding: 0;
  }
}
@media (max-width: 667px){
  p.log {
    font-size: 0.77em;
  }
  .info-content h4 {
    font-size: 25px;
  }
  .tes {
    padding: 0.5em;
  }
  .col-md3 h3 {
    font-size: 2em;
  }
}
#imagecol{
  padding-left: 0;
  padding-right: 20px;
}
@media(max-width:640px){
  #imagecol{
    padding-left: 10px;
    padding-right: 10px;
  }
  .price .price_old{
    font-size: 0.7em !important;
  }
  .world {
    width: 42%;
    padding: 0;
  } 
  select.in-drop, select.in-drop1 {
    font-size: 0.8em;
  }
  .box_1 h3 {
    font-size: 0.85em;
  }
  .header-left {
    width: 14%;
    padding: 0;
  }
  .logo {
    width: 38%;
  }
  .logo img{
    width: 80%;
    margin: 0 auto;
  }
  .number {
    padding: 0;
    width: 20%;
  }
  .h_menu4 {
    width: 63%;
  }
  .search {
    padding: 0;
  }
  .banner-mat img {
    height: 152px;
  }
  .content-top h1 {
    font-size: 2em;
  }
  .cate-bottom ul li {
    font-size: 0.9em;
  }
  .search {
    width: 4.66%;
    float: left;
  }
  .tes h2 {
    font-size: 2em;
  }
  .tes h4 {
    font-size: 2em;
  }
  .price a {
    width: 100%;
    border-radius: 0;
  }
  .col-md3 {
    min-height: 270px;
    margin:0 0 1em;
  }
  .top-footer1 h3 {
    font-size: 1.5em;
  }
  .top-footer {
    width: 100%;
  }
  .top-footer1 {
    width: 55%;
  }
  .top-footer1 input[type="submit"] {
    width: 30%;
  }
  .top-footer1 input[type="text"] {
    width: 68%;
  }
  .footer-bottom {
    padding: 3em 0 1em;
  }
  /*--product--*/
  .col-md1 {
    padding: 0px;
    margin-bottom: 0;
  }
  .price h5 {
    font-size: 1.1em;
  }
  .price a {
    padding: 0.3em 0.5em;
  }
  /*--single--*/
  .single-top-in {
    width: 100%;
    float: left;
    margin: 0 0 2em;
  }
  .grid {
    width: 70%;
  }
  .thumb-image {
    width: 257px;
  }
  /*--contact--*/
  .contact {
    padding: 2em 0;
  }
  a.at-in{
    display: none;
  }
  .sed {
    min-width: 120px;
    width: 100% !important;
  /*float: right;
  width: 0;
  display: none;*/
}

.simpleCart_items .item-name{
  width: 32% !important;
}
/*--account--*/
.account,.register, .input-container {
  padding: 1em 0;
}
/*--checkout--*/
th, td {
  padding: 10px 4px;
}
/*--typo--*/
button.btn.btn-lg {
  font-size: 1.1em;
}
h1.grid2 {
  font-size: 2em;
}
h2.grid2 {
  font-size: 1.9em;
}
h3.typo1 {
  font-size: 2.5em;
}
.page {
  margin: 2em 0;
}
}
@media (max-width: 600px){
  select.in-drop, select.in-drop1 {
    font-size: 0.7em;
  }

  .col-md2{
    width: calc(50% - 10px);
    margin: 0 5px 0 5px;
    padding: 0px;
    box-shadow: 0 4px 10px #8a8a8a;
    margin-bottom: 15px;
  }

  .remove-padding{
    padding-left: 11px;
    padding-right: 11px;
  }
}
@media (max-width:568px){
  .search-container .title{
    font-size: 18px;
    padding-top: 6px;
  }

  .search-group{
    padding: 0px 11px 22px 11px;
  }

  .search-container label{
    display: none;
  }

  #select_order{
    float: none;
    display: block;
    width: 100%;
  }

  .world {
    width: 50%;
    padding: 0;
    text-align: right;
  }
  .number {
    width: 50%;
    text-align: left !important;
  }
  .search {
    width: 22%;
  }
  .head-top {
    padding: 0em 0 0;
  }
  .header-left {
    width: 15%;
    padding: 0;
  }
  .header {
    padding: 0em 0 0;
  }

  .logo {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media(max-width:480px){
  html, body{
    font-size: auto;
  }

  .simpleCart_items th{
    font-size: 1em !important;
  }

  .simpleCart_items td{
    font-size: .9em !important;
  }

  .simpleCart_items .sed h5{
    font-size: .9em !important;
  }

  .simpleCart_shelfItem .image{
    height: 100px;
  }

  .out_of_stock{
    top:72px !important;
    font-size: 9px !important;
  }

  .matter-banner,.banner-mat {
    width: 100%;
    padding: 0;
  }
  .banner-mat img {
    display: none;
  } 
  .logo {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .logo img {
    width: 29%;
  }
  .search {
    width: 25%;
  }
  .h_menu4 {
    width: 67%;
  }
  .number {
    width:50%;
  }
  .world {
    width: 50%;
    padding: 0;
    text-align: right;
  }
  .content-top {
    padding: 2em 0 1em;
  }
  .price h5 {
    font-size: 1em;
    margin-top: 6px;
  }
  .footer-top {
    padding: 2em 0;
  }
  .top-footer iframe {
    min-height: 150px;
  }
  .top-footer1 {
    margin: 1em 0 0;
  }
  .top-footer1 h3 {
    font-size: 1.5em;
  }
  .top-footer1 input[type="text"] {
    width: 70%;
  }
  .top-footer1 input[type="submit"] {
    width: 28%;
  }
  .footer-bottom-cate {
    width: 50%;
    margin: 0 0 1em;
  }
  .footer-bottom {
    padding: 2em 0 1em;
  }
  .tes h2 {
    font-size: 1.7em;
  }
  .tes h3 {
    font-size: 1em;
  }
  .tes h4 {
    font-size: 1.7em;
  }
  .tes p {
    font-size: 1em;
  }
  .tes {
    top: 1em;
    left: 1em;
  }
  .col-md2 {
    width: calc(50% - 6px);
    margin: 0 3px 0 3px;
    padding: 0px;
    box-shadow: 0 4px 10px #8a8a8a;
    margin-bottom: 15px;
  }
  .col-md3 {
    display: none;
  }
  .col-md1 {
    padding: 0em;
    margin: 0 0 0px;
  }
  .top-footer {
    width: 100%;
    text-align: center;
  }
  .top-footer1 {
    width: 100%;
    text-align: center;
    margin:1.5em 0 0;
  }
  /*--products--*/
  .products {
    padding: 2em 0;
  }
  .products h2 {
    font-size: 2em;
    margin: 0 0 0.5em;
  }
  .col-md3 {
    padding: 0 3px;
    margin: 0 0 1em;
  }
  .price a {
    font-size: 0.8em;
  }
  .col-md-9 {
    padding: 0;
  }
  .fashion-grid {
    width: 20%;
  }
  .fashion-grid1 {
    width: 76%;
  }
  .product-bottom{
   padding: 0;
 }
 .product-go {
  padding: 0.5em 0;
}
.tag {
  padding: 1em 0;
}
.tags {
  padding: 1em 0 0;
}
.grid {
  width: 100%;
}
/*--contact--*/
.contact h3 {
  font-size: 2em;
}
.address-more h2 {
  font-size: 1.7em;
}
.address-grid i {
  font-size: 2em;
}
.address1 p {
  font-size: 1em;
}
.address {
  padding: 2em 0 0;
}
/*--account--*/
.account h2, .register h2, .input-container h2 {
  font-size: 2em;
}
/*--checkout--*/
.check-out h2 {
  font-size: 2em;
  margin: 0 0 0.4em;
}
.check-out {
  padding: 2em 0em;
}

.sed {
  min-width: 120px;
  width: 100% !important;
  /*float: right;
  width: 0;
  display: none;*/
}
a.at-in {
  display: none;
  float: left;
  width: 76%;
}
.ring-in {
  width: 20%;
}
th, td {
  padding: 7px 0px;
}
th {
  font-size: 1em;
}
td {
  font-size: 0.8em;
}
a.to-buy {
  margin: 0;
  font-size: 0.8em;
}
.single {
  padding: 2em 0;
}
/*--typo--*/
.page-header h3 {
  font-size: 2em; 
}
button.btn.btn-lg {
  font-size: 1em;
  padding: 7px;
}
button.btn.btn-1 {
  font-size: 0.9em;
  padding: 8px;
}
button.btn.btn-sm {
  font-size: 0.8em;
  padding: 9px;
}
h1#h1-bootstrap-heading {
  font-size: 2.2em;
}
h2#h2-bootstrap-heading {
  font-size: 2em;
}
h1.grid2 {
  font-size: 1.45em;
}
h2.grid2 {
  font-size: 1.35em;
}
h3.grid2 {
  font-size: 1.3em;
}
h4.grid2 {
  font-size: 1.2em;
}
h3.typo1 {
  font-size: 2em;
}
.page {
  margin: 2em 0;
}
h1.typo1 {
  font-size: 2em;
  margin: 0 0 0.8em;
}
}
@media (max-width:460px){
  .simpleCart_items .item-price{
    display: none !important;
  }

  .simpleCart_items .item-name > .sed > p{
    /*display: none !important;*/
  }

  .simpleCart_items .item-quantity{
    /*position: absolute;*/
  }
}
@media (max-width:414px){
  .h_menu4 {
    width: 60%;
  }
  .number {
    width: 50%;
  }
  .world {
    width: 50%;
    text-align: right;
  }
  .search {
    width: 26%;
  }
  .header-left {
    width: 24%;
    padding: 0;
  }
  .tes h4 {
    margin: 0.5em 0 0;
  }
  ul.callbacks_tabs.callbacks1_tabs {
    left: 50%;
  }
  .con-tp-lft {
    float: left;
    width: 100%;
    margin-bottom:0.8em;
  }
  .navbar {
    min-height: 40px;
  }

}

@media (max-width:380px){

}
@media(max-width:320px){
  .col-md2{
    width:100%;
  }
  .logo {
    width: 100%;  
  }
  .logo h1 a {
    font-size: 0.85em;
  }
  .world h6 {
    font-size: 0.9em;
  }
  .world p {
    font-size: 0.9em;
  }
  .world {
    width: 50%;
    padding: 0;
    text-align:right;
  }
  .logo img {
    width: 46%;
  }
  .number p {
    color: #403b37;
    font-size: 0.85em;
  }
  .number {
    width: 50%;
  }
  .logo {
    width: 100%;
    text-align: center;
  }
  .box_1 h3 {
    font-size: 0.8em;
  }
  p.log {
    margin-top: 7%;
    font-size: 0.9em;
  }
  .number span {
    font-size: 0.8em;
  }
  .header-left {
    width: 30%;
    padding: 0;
  }
  .tes h2 {
    font-size: 1.3em;
  }
  .tes h3 {
    font-size: 0.85em;
  }
  .tes h4 {
    font-size: 1.3em;
    margin: 0.5em 0 0;
  }
  .tes p {
    font-size: 0.85em;
  }
  .tes {
    top: 1em;
    left: 0.5em;
  }
  .search {
    width: 24%;
  }
  .h_menu4 {
    width: 62%;
  }
  .number {
    margin-top: 0%;
  }
  .search {
    margin-top: 4%;
  }
  .head-top {
    padding: 0;
  }
  .content-top h1 {
    font-size: 1.5em;
    margin: 0 0 0.7em;
  }
  .content-top {
    padding: 1.5em 0 0.5em;
  }
  .col-md2 {
    padding: 0 0px;
    margin-bottom: 1em;
  }
  .col-md1 h3 {
    font-size: 1.1em;
  }
  .price a {
    font-size: 0.7em;
    display: inline-block;
    float: none;
    padding: 0.3em 0.6em;
  }
  .col-md1 {
    padding: 0.3em;
  }
  .price h5 {
    font-size: 1em;
    margin: 0.4em 0;
    float: none;
  }
  .price {
    text-align: center;
  }
  .footer-top {
    padding: 1.5em 0;
  }
  .top-footer {
    padding: 0;
  }
  .top-footer1 {
    padding: 0;
  }
  .top-footer1 h3 {
    font-size: 1.3em;
  }
  .top-footer1 input[type="text"] {
    width: 65%;
    padding: 0.4em;
  }
  .top-footer1 input[type="submit"] {
    font-size: 0.85em;
    padding: 0.6em 0em;
    width: 33%;
  }
  .footer-bottom-cate {
    padding: 0;
  }
  p.footer-class {
    font-size: 0.9em;
    margin: 0em 0 1em;
    line-height: 1.5em;
  }
  ul.callbacks_tabs.callbacks1_tabs {
    left: 47%;
    bottom:1px;
  }
  .callbacks_tabs a:after {
    height: 0px;
    width: 0px;
  }
  .col-md1 h3 {
    font-size: 1em;
  }
  .c-btm {
    padding: 4em 0 0;
  }
  .footer-bottom-cate h6 {
    font-size: 1.1em;
  }
  /*--product--*/
  .products h2 {
    font-size: 1.8em;
  }
  .products {
    padding: 1.5em 0;
  }
  h3.cate {
    font-size: 1.2em;
  }
  .contact h3 {
    font-size: 1.7em;
    margin: 0;
  }
  .in-contact {
    padding: 0;
    margin: 0.5em 0 0;
  }
  .contact-bottom input[type="text"] {
    padding: 0.5em;
  }
  .contact-bottom-top {
    margin: 0.5em 0 0;
  }
  .contact-bottom-top textarea {
    min-height: 120px;
  }
  .contact-form input[type="submit"] {
    margin: 0.5em 0px 0;
    padding: 0.3em 0.5em;
    font-size: 1em;
  }
  .address {
    padding: 1em 0 0;
  }
  .address-more h2 {
    font-size: 1.5em;
    margin: 0 0 0.5em;
  }
  .address-grid {
    padding: 0;
  }
  .address-grid i {
    font-size: 2em;
  }
  .address1 p {
    font-size: 1em;
  }
  .address1 {
    margin-top: 0;
  }
  .contact {
    padding: 1.5em 0 0.5em;
  }
  .product-bottom {
    padding: 0;
  }
  .single {
    padding: 1.5em 0 0.5em;
  }
  /*--account--*/
  .account, .register, .input-container {
    padding: 1em 0;
  }
  .account h2, .register h2, .input-container h2 {
    font-size: 1.7em;
  }
  .login-right ,.login-left,.register-top-grid,.register-bottom-grid{
    padding: 0;
  }
  .login-left p {
    width: 100%;
  }
  .login-right span {
    padding-bottom: 0em;
  }
  .register-but {
    margin-top: 0em;
  }
  .mation {
    padding: 0 0 0.5em;
  }
  td {
    font-size: 0.75em;
  }
  table {
    margin: 0em 0 1em;
  }
  .check-out h2 {
    font-size: 1.7em;
    margin: 0 0 0.4em;
  }
  .check-out {
    padding: 1.5em 0em;
  }
  /*--single--*/
  .thumb-image {
    width: 260px;
  }
  .grid {
    width: 100%;
  }
  .single-top-in {
    padding: 0;
    margin: 0 0 1em;
  }
  .single-para h2 {
    font-size: 1.2em;
  }
  .star-on a {
    font-size: 0.8em;
  }
  .available {
    padding: 1em 0 1em;
  }
  label.add-to {
    font-size: 1.5em;
  }
  a.cart {
    padding: 0.2em 0.5em;
    margin: 0.5em 0 0;
  }
  .h_nav h4 {
    font-size: 1.1em;
  }
  /*--typo--*/
  h1#h1-bootstrap-heading {
    font-size: 1.5em;
  }
  h2#h2-bootstrap-heading {
    font-size: 1.4em;
  }
  h3#h3-bootstrap-heading {
    font-size: 1.3em;
  }
  button.btn.btn-lg {
    font-size: 0.9em;
    margin: 0 0 0.5em 0px;
    padding: 9px;
  }
  .grid1 {
    margin: 0.7em 0 0;
  }
  button.btn.btn-1 {
    font-size: 0.8em;
    margin: 0 0 0.5em;
  }
  button.btn.btn-sm {
    font-size: 0.7em;
    padding: 5px;
    margin: 0 0 0.5em;
  }
  button.btn.btn-xs {
    font-size: 0.7em;
  }
  ul.nav.nav-pills a{
   padding: 0.5em;
   font-size: 0.9em;
 }
 span.label {
  margin: 0 0 0.5em;
  display: inline-block;
}
.page {
  padding: 0em;
  margin: 1.7em 0;
}
.page-header {
  margin: 16px 0 9px;
}
.grid2 {
  margin: 0.4em 0 0;
}
h3.typo1 {
  font-size: 1.7em;
}
.page-header h3 {
  font-size: 1.8em;
} 
h1.typo1 {
  font-size: 1.7em;
  margin: 0 0 0.5em;
}
th {
  font-size: 0.875em;
}
}



.no-padding{
  padding:0px;
}





/* SIMPLE CART */





/*--checkout--*/
.check-out{
  padding:4em 0em;
}
.simpleCart_items table{
  width:100%;
  margin: 0em 0 2em;
}
.simpleCart_items tr{
  /*box-shadow: 0px 1px 0px #6b6b6b;*/
}
.simpleCart_items th{
  color: #403b37;
  font-size: 1.2em;
  font-weight: 400; 
}
.simpleCart_items th, td {
  padding: 10px;
}
.simpleCart_items td{
  color:#5f5f5f;
  font-size: 1em;
  vertical-align: middle;
  background: #f5f5f5;
  border-bottom: 8px solid #fff;
}
.simpleCart_items a.at-in {
  float: left;
  width: 34%;
}
.simpleCart_items .sed {
  float: right;
  width:60%;
  cursor:pointer;
}
.simpleCart_items .sed h5{
 color: #403b37;
 font-size: 1.1em;
}
.simpleCart_items .sed p{
  color:#b2b2b2;
  font-size:0.8em;
  line-height:1.8em;
  padding:.4em 0 0;
}

.simpleCart_items .sed label{
  font-size: .8em;
}
.simpleCart_items .item-quantity input[type="number"]{
  padding: 0.3em 0em;
  margin: 1em 3px;
  width: 30px;
  /*background: #fff;*/
  background: transparent;
  outline: none;
  text-align: center;
  border: 1px solid transparent;
}
.simpleCart_items .item-quantity input[type="number"]:focus, .simpleCart_items .item-quantity input[type="number"]:hover{
  border-color:#000;
}
.simpleCart_items .item-quantity{
  width:110px;
  /*position: absolute;*/
}
.simpleCart_items .item-name{
  width:43%;
}

.simpleCart_items .item-total{
  font-weight: bold;
}

.check-out h2 {
  font-size: 2.5em;
  font-family: 'Poiret One', cursive;
  font-weight: 700;
  color: #fa03bb;
  margin: 0 0px 1em;
  text-align: center;
}
a.to-buy{
  padding: 0.3em 0.7em;
  color: #FFF;
  background: #403b37;
  margin: 0.5em 0 0;
  font-size: 1em;
  display: inline-block;
  line-height: 1.6em;
  text-align: center;
  text-decoration: none;
  float:right;
}
a.to-buy:hover{
  background: #fa03bb;
}
/*--//checkout--*/

.simpleCart_items .item-price, .simpleCart_items .item-total{
  text-align: right;
}


.border-top{
  border-top: 1px solid #BDBDBD;
}

.theme-title{
  font-size: 2em;
  color: #fa03bb;
  margin: 0 0 0.5em;
  font-family: 'Poiret One', cursive;
  font-weight: 700;
}

.theme-padding{
  padding: 2.5em 0em;
}


.out_of_stock{
  font-size: 13px;
  font-weight: bold;
  color: #8e8c8c;
  position: absolute;
  width: 100%;
  background: #ebebeb;
  top: 92px;
  left: 50%;
  /* transform: rotate(45deg); */
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.old_price{
  text-decoration: line-through;
  color: #929292;
}


.ale{
  position: absolute;
  top: 20px;
  right: 20px;
  /* background: yellow; */
  font-weight: bold;
  color: #ffffff;
  background: #2d2d2d;
  padding: 3px 12px;
}

#notify{
  display: none;
  background: white;
  z-index: 999999999;
  padding: 10px 20px;
  border: 1px solid #fa03bb;
  width: 300px;
  position: fixed;
  box-shadow: 0px 1px 7px #9c9c9c;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 5px;
}

#notify .title{
  font-size: 13px;
  font-weight: bold;
  color: #a3a3a3;
  font-family: 'Poiret One', cursive;
}

#notify .body{
  padding: 2px 0px 0px 6px;
  font-size: 14px;
  font-weight: bold;
  color: #8a8a8a;
  font-family: 'Arial', cursive;
}

.available input, .available select{
  border: 1px solid #ccc;
  padding: 5px !important;
  background: white;
}

.search-container{
  display: block;
}

.search-container .title{
  display: inline-block;
  color: #fa03bb;
  text-decoration: none;
  font-family: 'Poiret One', cursive;
  font-weight: 700;
  margin: 0em 0em 1.5em 0em;
}

.search-container label{
  float:right;
  padding: 6px 8px;
  font-weight: normal;
  color: #676767;
}

.search-container select{
  float:right;
  width: auto;
  padding: 5px 10px; 
  border:1px solid #bbb;
  -webkit-appearance:none;
  outline:none;
  color:#6b6b6b;
  outline-color:#52D0C4;
  background: none;
}

.stock_none{
  font-weight: bold;
  text-align: center;
  font-size: 17px;
}

.search-group{
  position: relative;
  max-width: 350px;
  padding-bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.search-group a{
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 22px;
  color: #fa03bb;
}

.change-count{
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 6px 8px;
  background-color: white;
  color: #909090;
  border-radius: 20px;
}

.change-count .glyphicon-plus{
  padding-left: 2px;
}

.change-count .glyphicon-minus{
  padding-left: 1px;
  padding-right: 1px;
}


.rslides > li {
  position:relative;
  max-height: 530px;
  overflow-y: hidden;
}

.popup-container{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.63);
  z-index: 9999;
}


.popup{
  border-radius: 4px;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
  background: white;
  z-index: 99999;
  border: 1px solid #ccc;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2px;
}

.popup iframe{
  width: 100%;
}

.popup span{
  float:right;
  color:#ABABAB;
  padding:10px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}




.popup2-container{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.63);
  z-index: 9999;
}


.popup2{
  position: fixed;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
  background: white;
  z-index: 99999;
  border: 1px solid #ccc;
  max-height: 100vh;
  overflow-y: auto;
  /*padding: 2px;*/
}

.popup2-large{
  top: 0px;
  left:0px;
  transform: none;
  -webkit-transform: none;
  max-width: 100%;
  height: 100vh;
}

.popup2 iframe{
  width: 100%;
  height: calc(100vh - 56px);
}

.popup2 .header{
  background: #fff;
  /* height: 39px; */
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  color: #fa03bb;
  font-weight: bold;
  cursor: pointer;
}

.popup2 .header span{
  /*float:right;*/
  color:#fa03bb;
  padding:10px;
  padding-right: 3px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}


input:read-only{
  color: #a7a7a7;
}

.box{
  padding: 42px 13px 13px 13px;
  margin-bottom: 15px;
  /* margin: 10px; */
  background: #ffffff;
  /* border: 1px solid #ccc; */
  border-radius: 4px;
  /* box-shadow: 0px 0px 3px #000; */
  border: 1px solid #dcdcdc;
  position: relative;
}


.box .header{
  border-bottom: none;
  display: inline-block;
  text-align: center;
  padding: 2px 10px;
  font-weight: bold;
  color: #212121;
  /* margin-bottom: 11px; */
  /* margin-top: -5px; */
  /* border: 1px solid #ccc; */
  /*background: #635f5f;*/
  top: 6px;
  position: absolute;
  /*background-color: #75747400;*/
}

.box .header-right{
  display: inline-block;
  text-align: center;
  padding: 2px 10px;
  font-weight: bold;
  color: #212121;
  /* margin-bottom: 11px; */
  /* margin-top: -5px; */
  right: 30px;
  /* border: 1px solid #ccc; */
  /* background: white; */
  top: 6px;
  position: absolute;
  /* background-color: white; */
}



.input-container input[type=number], .input-container input[type=text], .input-container input[type=password], .input-container select, .input-container textarea{
  width: 100%;
}


.input-container input, .input-container textarea, .input-container select{
  margin-bottom:16px;
}


.input-container input[type=checkbox]{
  margin-bottom: 0px !important;
}

.input-container  table input{
  padding-bottom: 0;
  margin-bottom: 0 !important;
  padding:0px 8px;
  outline: none;
  border:1px solid #ccc;
  border-radius: 4px;
}

.input-container  table tr td{
  text-align: left !important;
}




.pagination>.active>a, .pagination>.active>a:hover{
  background-color: #fa03bb;
  border-color: #fa03bb;
}


.pagination>li>a{
  border-radius: 3px !important;
  background: #eee;
  color: black;
  border:none;
  margin:4px;
  cursor: pointer;
}

.pagination>li>a:hover{
  background: #BCBCBC;
  color: black;
}


.item-quantity .input-group button{
  border-radius: 20px !important;
  padding: 3px 7px;
}

.item-quantity .input-group button span.glyphicon-plus{
  margin-right: -1px;
  padding: 0px 1px;
}


.tagbutton{
  background: #f0f0f0;
  padding: 5px 14px;
  display: inline-block;
  border-radius: 20px;
  color: #0e0e0e;
  font-size: 17px;
  margin: 0 2px 4px;
  /*font-variant: all-small-caps;*/
}

.tagbutton:hover, .tagbutton:focus{
  text-decoration: none;
  background: #808080;
  color: white;
}

@media screen and (max-width: 900px){
  .tagbutton{
    font-size: 13px;
  }
}


@keyframes fromleft{
  0% {transform: scale(.2);}
  100% {transform: scale(1);}
}

.preloader{
  z-index: 10000000000000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: white;
}