@media only screen and (orientation:portrait) {
	
	.container {
	position: relative;
}
#top .CSpJG-box-book {
	position: unset;
}
.dropdown-comm {
	background: #000000;
	border-radius: 0;
	box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
	display: none;
	left: 0;
	margin: 0;
	/* padding: 0 10px; */
	position: absolute;
	text-align: left;
	z-index: 15;
	right: 0;
	width: 100%;
	float: left;
}

.btn-group, .btn-group-vertical {
	position: unset; 
}



#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -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;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
    	  -ms-transform: translate(0px, 0px) scale(1, 1);
	       -o-transform: translate(0px, 0px) scale(1, 1);
	           transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="text"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
  	background: transparent;
  	border-top: 1px solid rgba(255, 255, 255, .8);
  	border-bottom: 2px solid rgba(255, 255, 255, .5);
  	border-left: 0px solid transparent;
  	border-right: 0px solid transparent;
    font-size: 40px;
  	font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
  	padding: 10px;
}
  
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
	  opacity: 1;
	  font-size: 27px;
  	color: #fff;
}

#search .close:hover{
  color: #FC2121;
  cursor: pointer;
}

}
.dropdown-comm {
	background: #000000;
	border-radius: 0;
	box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
	display: none;
	left: 0;
	margin: 0;
	min-width:200px;
	position: absolute;
	text-align: left;
	z-index: 15;
	float: left;
}
.dropdown-comm li a {
	border-top: 1px solid #777777;
	color: #ffffff;
	padding: 10px 15px;
	cursor: pointer;
	display: block;
}
.close-tongle {
	cursor: pointer;
	text-align: center;
}
.close-tongle i {
	margin: 0;
	width: 30px;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 0 2px;
}
/*
header drop cart start
*/
.lCEkp-cart-tips {
  background: white none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  display: none;
  float: left;
  font-size: 14px;
  left: auto;
  list-style: outside none none;
  margin: 0;
  min-width: 160px;
  padding: 20px;
  position: absolute;
  right: -15px;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.gotItemsInCart li {
  margin-bottom: 5px;
}
.gotItemsInCart li.cartItemsDetails {
  display: block;
  margin-bottom: 20px;
}
.gotItemsInCart li a {
  background: #363f4d none repeat scroll 0 0;
  color: #fff;
  display: block;
  padding: 5px 5px 5px 15px;
}
.gotItemsInCart li a:hover {
  background: #FED700 none repeat scroll 0 0;
    color: #000000;
}
/*
header drop cart end
*/


/*
header account drop start
*/
.LinkHeader .HeaderIty::after {
  color: #333333;
  content: "\f110";
  display: inline-block;
  font-family: LineAwesome;
  font-size: 16px;
  margin-left: 5px;
}
.LinkHeader .WouldHeader {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-color: #75bf97;
  border-image: none;
  border-radius: 3px;
  border-style: solid;
  border-width: 3px 1px 1px;
  display: none;
  margin: 10px 0 0;
  padding: 5px;
  position: absolute;
  right: 4px;
  top: 100%;
  transition: all 0.3s ease-out 0s;
  z-index: 50;
}
.LinkHeader .WouldHeader li {
  border-bottom: 1px solid #e5e5e5;
  line-height: 25px;
}
.LinkHeader .WouldHeader li a {
  color: #7e7e7e;
  display: block;
  padding: 0 15px;
  text-align: left;
  white-space: nowrap;
}

/*
header account drop end
*/


/*
header language drop start
*/


/*
header language drop end
*/

/*
header currency drop start
*/
.simble {
	vertical-align: middle;
}
.currency a {
	color: #fff;
	display: block;
	line-height: 25px;
	padding: 10px 0;
	padding-right: 20px;
}



/*
header currency drop end
*/


/*
header language drop start
*/
.language a {
	color: #fff;
	display: block;
	line-height: 25px;
	padding: 10px 0;
	/* width: 70px; */
	padding-right: 20px;
	cursor: pointer;
}



/*
header language drop end
*/


/*
header form search drop start
*/

#search_mini_form {
  background: #000000 none repeat scroll 0 0;
  display: none;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 50;
}

.search-contain {
  cursor: pointer;
  font-size: 25px;
  padding: 0 15px;
}

.search-contain.la.la-search-icon::after {
content:"\f2eb";
font-family:LineAwesome;
  font-size: 30px;
    color: #000;
}
.search-contain.la.la-search-icon.la-close-icon::after {
content:"\f191";
}
.form-search form {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ffffff;
  border-radius: 3px;
  padding: 3px;
}
.form-search input[type="text"] {
  border: medium none;
  box-shadow: none;
  display: inline-block;
  line-height: normal;
  margin: 0;
  width: 250px;
}
.form-search button[type="submit"] {
  margin: 0;
}
/*
header form search drop end
*/