.modal-open {
	/*overflow: hidden;*/
  }
  .modal {
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5003;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
  }
  .modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
		 -o-transition:      -o-transform .3s ease-out;
			transition:         transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
		-ms-transform: translate(0, -25%);
		 -o-transform: translate(0, -25%);
			transform: translate(0, -25%);
  }
  .modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		 -o-transform: translate(0, 0);
			transform: translate(0, 0);
  }
 /* .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
  }*/
  .modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
  }
  .modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
			background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
			box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  }
  .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5002;
	background-color: #000;
  }
  .modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
  }
  .modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
  }
  .modal-header {
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
  }
  .modal-header .close {
	margin-top: -2px;
  }
  #shopping_cart_container .shopping_cart{
	  float: right;
  }
  .btn-info {
    color: #fff;
    background-color: #262662;
    border-color: #262662;
}
  .modal-title {
	margin: 0;
	line-height: 1.42857143;
  }
  h4.modal-title {
	text-transform: inherit;
    text-align: center;
  }
  .modal-body {
	position: relative;
	padding: 15px;
	
	text-align: center;

  }
  .modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
  }
  .modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
  }
  .modal-dialog {
    height: auto;
    width: auto;
}
  .modal-footer .btn-block + .btn-block {
	margin-left: 0;
  }
  .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
  }
  @media (min-width: 768px) {
	.modal-dialog {
	  width: 600px;
	  margin: 30px auto;
	}
	.modal-content {
	  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
			  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
	.modal-sm {
	  width: 300px;
	}
  }
  @media (min-width: 992px) {
	.modal-lg {
	  width: 300px;
	}
  }
  @media (min-width: 768px) {
  
  #myModal {
  top:3%;
  left:46%;
  outline: none;
  
  }
  
  }
  @media (max-width: 600px) {
  
  #myModal {
  top:9%;
  left:2%;
  outline: none;
  
  }
  
  }
  @media (width: 384px)  {
#myModal {
    top: 9%;
    left: 4%;
    outline: none;
}
}
@media (width: 411px){
	#myModal {
		top: 9%;
		left: 8%;
		outline: none;
	}
	}
	@media (width: 414px){
		#myModal {
			top: 9%;
			left: 8%;
			outline: none;
		}
		}	
	@media (width: 375px){
		#myModal {
			top: 9%;
			left: 4%;
			outline: none;
		}
		}
	@media (width: 320px){
		#myModal {
			top: 9%;
			left: -5%;
			outline: none;
		}
		}
  @media (min-width: 768px) {
  
	  #myModal .modal-dialog  {width:330px;}
  
  }
/* block top user information */

#header_right #header_user {
	clear:both;
	float: right;
	margin-top:8px;
}

#header_right #header_user.header_user_catalog {
	margin-top: 15px;
    min-height: 60px;
}

#header_user #header_nav {
	list-style-type:none;
	float:right;
}

/* cart */
.lt-ie6 #shopping_cart {width: 130px;}
#shopping_cart a{
	height: 15px;
	padding:15px 27px 10px 43px;
	background: url('img/icon/cart.gif') no-repeat 10px 9px #eee;
	min-width: 130px;/* 200 */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;display:block}
#shopping_cart a:hover span{text-decoration: none}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; font-size:18px }
#header_user #shopping_cart .ajax_cart_total { display:none !important; }


/* account */
#header_user #your_account {display:none;}
#header_user #your_account a { background-image: url('img/icon/my-account.gif') }

/* user infos */
#header_user_info {
	clear:both;
	float:right;
	margin-top:10px;
	padding:0;
	font-size:12px
}
#header_user_info a {
	display:inline-block;
	margin:0 0 0 10px;
	padding:3px 0 0 34px;
	line-height: 11px;
	border-left:1px solid #000
}
#header_user_info a.account {
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.header_user_info_mod .user {
    margin: 25px 25px 0px 0px;
    font-size: 18px;
	cursor: pointer;
	color: #fff;
}

  .header_user_info a {
    color: #000;
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 479px) {
     .header_user_info a {
        font-size: 11px; } }
     .header_user_info .header_user_info a:hover, .header_user_info a.active {
      background: #2b2b2b; }
     .header_user_info .btn-link {
    border-color: transparent;
    color: blue;
}
.header_user_info .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    color: #000;
    text-decoration: underline;
}
*:first-child+html #header_user_info a {line-height:14px;}
#header_user_info a.login {background: url('img/icon/login.gif') no-repeat 10px 0}
#header_user_info a.logout {background: url('img/icon/logout.png') no-repeat 10px -1px}
#footer .home_login .btn.btn-info
{
	background: #000;
	border-color: #000;
	color: #fff;
	width: 100%;
	line-height: 37px;
}
#footer .home_login .btn.btn-info:hover
{
	background: #2c2c2c;
	border-color: #2c2c2c;
	color: #fff;
	width: 100%;
	line-height: 37px;
	text-decoration: none;
}
#footer .home_login a.btn.btn-link:hover{
	text-decoration: inherit;
}
#footer .home_login a.btn.btn-link {
    text-align: center;
    padding: 0;
    line-height: 37px;
    width: 48%;
	font-size: 12px;
	margin-top: 25px;
}
#footer .home_login a.btn.btn-link.text-right{
	float: right;
}
#footer .home_login a.btn.btn-link.text-left{
	float: left;
}
#footer .home_login input{
	margin-bottom: 15px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #DBDBDB;
}
#footer .home_login .btn.btn-info{
	margin-bottom: -10px;
}


.dropdown-content {
    display: none;
    transition: display 1s 1s;
    position: absolute;
    background-color: #fff;
    min-width: 276px;
    z-index: 1004;
    float: right;
    top: 52px;
    text-align: start;
    right: 10px;
    font-size: 1.5rem;
    color: #000;
    box-shadow: 0 6px 20px rgb(0 0 0 / 25%);
    padding: 1rem;
}

.dropdown-content.open {
    display: inherit;
}
li.account_click.account_user_info {
    border-bottom: 1px solid #dfdfdf;
    padding: 5px 25px 15px 25px;
    font-size: 15px;
}
li.account_click.top {
    padding-top: 15px;
}
ul.dropdown-content li {
    padding: 7px 25px 7px 25px;
    font-size: 13px;
}
.modal.fade.home_login.in p.submit{
	width: 100%;
}
  @media only screen and (min-width:1200px) and (max-width:1400px){
	.header_user_info_mod .user{
		/* margin: 0;*/
		}
  }
  @media only screen and (min-width:1023px) and (max-width:1199px){
	.header_user_info_mod .user{
		margin-top: 0;
		}
  }
  div#modal-cms .modal-body {
	position: relative;
	padding: 15px;
	text-align: center;
	height: 90vh;
}
  @media (max-width: 768px) {
	div#modal-cms .modal-body {
		position: relative;
		padding: 15px;
		text-align: center;
		height: 90vh;
	}
	}