/*...*/
.wn-loader{
  /* background-image: url(static/assets/images/loader.gif);  */
  background-image: url(../images/loader.gif); 
  background-size: cover; background-repeat: no-repeat;
  background-position: center center;
  max-height: 13em; min-height: 13em; width: 20em
}
.loading-sm{
  width: 3em;
  height: 3em;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.loading-md{
  width: 15em;
  height: 8em;
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.sp-page-banner{
  background:linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)),url(../images/page-banner.jpg);
  background-size: contain; background-repeat: no-repeat;
  background-position: center center; max-height: 20em; min-height: 20em;
  }
.sp-wrap{
  /* max-width: 1280px; */
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
	border: #faf9f9 solid 1px;
	box-shadow: 0 0 2px rgba(182, 176, 176, 0.041);
}
.sp-mini-wrap{
  padding-top: 50px;
  padding-bottom: 50px;
  width:860px; 
  margin: 0 auto;
}
.sp-home-pan-left{
  border-radius:5px; 
  /* background-image: url(../images/unsp.jpg);  */
  background-size: cover;
  padding-top:150px;
  padding-bottom:150px;
}
.sp-home-pan-right{
  padding-top:100px;
  padding-bottom:100px;
  padding-left: 0;
}
.sp-forms-one{
  width: 100%;
  
}
.sp-forms-one label{
  font-weight: 100;
  font-size:12px;
  width: 100%;
  text-transform: inherit;
}

.sp-forms-one input{
  width: 100%;
  border-radius:2px;
}

.sp-pan-left-inner{
 padding:30px;
 background:#ffffff; 
 border: #e6ecf0 solid 1px;
}

.sp-main-header{
  width: 100%; background:#ffffff; 
}

.sp-top-header{
  overflow: hidden;
  position: fixed; /* Set the navbar to fixed position */
  /* width:inherit;
  max-width:inherit; */
  width: 80%;
  max-width: 80%;
  display: inline-block; 
  top: 0; /* Position the navbar at the top of the page */
  background: #ffffff;
  z-index: 9000;
  margin: 0;

}
.sp-top-header img{
  width: 6em;
}
.sp-menu-pop-bar{
  float:right;
  padding: 5px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #dddddd;
}
.sp-menu-list li{
  list-style: none;
  border-bottom: #e6e6e6 solid 1px;
  padding: 1em;
}
.sp-body{
  width:100%;
}
.sp-side{
  /* margin-left: 0; */
  /* width: 73.35%; */
  width: 22.35%;
  max-width: 22.35%;
  display: inline-block; 
}
.sp-main{
  /* margin-left: 0; */
  /* width: 73.35%; */
  width: 75.35%;
  max-width: 75.35%;
  display: inline-block; 
  margin: 0;
}
.sp-p-main{
  width: 56.35%;
  max-width: 56.35%;
  display: inline-block; 
  margin: 0;
}
.sp-prd-img-max{
  /* min-height: 100%; min-width: 100%;*/
   max-height: 100%; max-width: 100%; object-fit: cover; 
   /* height: 100%; width: 100%; object-fit: contain;  */
}
.sp-prd-img{
  height: 100%; width: 100%; object-fit: contain;
}
.sp-prd-img-cover{
  height: 100%; width: 100%; object-fit: cover;
}
.sp-business-card{
    min-height: 230px;
    background: #00001C;
    padding: 1.45em;
}
/* upload */
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .upload-btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
  }
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .mobi-on{display: none;}
  .mobi-off{display:block}


  /*medi queries */
  @media only screen 
  and (min-device-width: 640px) 
  and (max-device-width: 1240px){
    
  .sp-side{
    
    width: 24.35%;
    max-width: 24.35%;
    display: inline-block; 
  }
  .sp-main{
    width: 70.35%;
    max-width: 70.35%;
    display: inline-block; 
  }
}
.sp-form-select {
  height: 48px;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  background-color: #fff;
}

.sp-select {
  background-color: #f3f3f3;
}
.sp-input, .sp-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
/* button, select {
  text-transform: none;
} */
  @media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 640px){
    /* #banner{background: url("/static/assets/images/banner-lg.jpg") fixed no-repeat;} */
    .fixed-pan-03{
      /* overflow: hidden;
      position: fixed; 
      display: inline-block; 
      /*top: 10em;  Position the navbar at the top of the page */
     /* background: #ffffff;
      z-index: 12000;
      margin: 0; */
    }
    /* home page and alike*/
    .sp-mini-wrap{
      padding-top: 0;
      padding-bottom: 0;
  }
    .sp-home-pan-left{
        display: none;
    }

    .sp-home-pan-right{
      width:40%;
      padding: 0;
      margin-left:-0.7em;
      border-radius: 5px;
      box-shadow: 0 0 2px rgba(182, 176, 176, 0.041);
    }

    .sp-pan-left-inner{
      padding:30px;
      background: #fafafa;
      border: none;
     }
     
    /* ,,home page and alike*/
    .sp-wrap{ width: 100%; max-width: 100%; box-shadow: 0 0 2px rgba(182, 176, 176, 0.041);}
    .sp-top-header{ width: 100%;max-width: 100%;}
    .sp-shop-bnr{ padding-top:33em;}
    .sp-side{width: 100%;max-width: 100%;}
    .sp-main{width: 100%;max-width: 100%;width: 100%;}
    .sp-p-main{width: 100%;max-width: 100%;width: 100%;}
    .sp-page-banner{
     max-height: 12em; min-height: 12em;
      }
    .mobi-on{display: block;}
    .mobi-off{display:none}
    .mobi-right{float: right;}
  }


  /*merge*/
  a{color: inherit;}
.gw-container{
	margin-top:-8em;
}


.gw-mobile{
	display: none;
}

.gw-block{
	/* min-height:60vh; */
	max-height:60vh;
	/* overflow-x: scroll; */
	overflow-y: auto;
	/* border: #eb4a60 solid; */
}
.gw-mobile{display: none;}
.gw-not-mobile{display: block;}

.gw-form label{font-weight: 700;}
.gw-form input[type=text], .gw-form input[type=number],
.gw-form textarea {
  border: none;
  outline: none;
  border: none;
  width: 100%;
  height: 44px;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 4px;
  background-color: white;
  margin-bottom: 30px;
  padding-left: 10px;
}
.gw-form textarea {
  height: 234px;
  padding-top: 20px;
}
.gw-form button[type=submit] {
  width: 276px;
  border-radius: 4px;
  height: 84px;
  border: none;
  outline: none;
  background-color: #CD000F;
  cursor: pointer;
  font-weight: 500;
  line-height: 84px;
  font-size: 20px;
  color: #FFFFFF;
  transition: all .4s ease;
}
.gw-form button[type=submit]:hover {
  background-color: #273167;
}
.gw-info-wrap{
	background: linear-gradient(to bottom, rgba(211, 214, 235, 0.4), rgb(241, 245, 247) 45%);
	min-height: 88vh;
    /* height: 88vh; */
}
.gw-info-wrap h1, h2, h4, h5, p{
    color: #000000;
}
.gw-info-wrap  p{
    font-size: 16px;
}
.gw-about{
    text-align: center;
}
.gw-contact{
    text-align: right;
}
.post-menu-list{
	text-align: center;
	margin-left: 1em;
}
.post-menu-list, li{
	display: inline-block;
	color: black;
	padding: 5px;
}

.navbar-nav li a{
    color: #fff;
}   

.closebtn {
	position: absolute;
	top: 3em;
	right: 10em;
	font-size: 36px;
	margin-left: 80px;
}
.post-media-set{
	margin: 0.5em 0.8em;
}
.post-media-set li{
	display: inline;
	margin:0.3em;
}
.post-media-list li a{
	cursor:pointer; 
	color: #e4abbe;
}
.post-media-list li a:hover i {
	color: #ff0055;
}


.p-modal{
	margin-top:2em; width:100%;
}
.order-btn{
	background: #f84e0b;
	color: #ffffff;
}
.close span{
	color: #000000;
	font-weight: bolder;
	padding: 4px;
}

.gw-info-banner-img{
	width:50wh;
	height:30vh;
}

@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 640px){
	
	.closebtn {
		position: absolute;
		/* top: 0; */
		margin-top: -8px;
		right: 25px;
		font-size: 36px;
		font-weight: 800;
		margin-left: 50px;
	}
	.gw-mobile{display: block;}
	.gw-not-mobile{display: none;}
	
	.gw-container{
		margin-top:1em;
	}
	.gw-large{
		display: none;
	}
	.gw-mobile{
		display: block;
	}
  .gw-lookbook{
		display: block;
		margin-left: 0;
  }
  .gw-info-banner-img{
	width:100wh;
	height:115px;
	}
}



