.mns {
    visibility: inherit;
    opacity: 1;
    margin-top: -200px;
    display: block;
    height: 400px;
    margin: auto;
}
input
textarea,
button,
select {
	margin: 0;
	padding: 0;
	outline: -webkit-focus-ring-color auto 0;
}

/* placeholder */
::-webkit-input-placeholder{color: #999;font-size: 13px;font-family: Arial, Helvetica, sans-serif;}
::-moz-placeholder{color: #999;font-size: 13px;font-family: Arial, Helvetica, sans-serif;}
:-ms-input-placeholder{color: #999;font-size: 13px;font-family: Arial, Helvetica, sans-serif;}
input:-moz-placeholder{color: #999;font-size: 13px;font-family: Arial, Helvetica, sans-serif;}

.none1{
	height: 1px;
	left: -10000px;
	position: absolute;
	width: 1px;
}
.none2{display: none;}
.nowrap{white-space: nowrap;}

/* global styles - a links */

.click_protection{
	cursor: default;
}
/* global styles - prices */


/* global styles - backgrounds */
a.multimage_icons{
	cursor: pointer;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}
.timer_bg{background-image: url('assets/img/timer_bg.png');}

/* disable selection */
.disableSelection{
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}


/* /header */

/*====global====*/
input:focus{
	outline: none;
}

.rs_gallery-text,
.rs_gallery-thumbs {
	float: right;
	width: 25%;
}

.rs_gallery-text {
	max-height: 112px;
	margin-bottom: 16px;
    overflow: hidden;
}

.rs_gallery-thumbs {
	clear: right;
	max-height: 428px;
	overflow-x: hidden;
	overflow-y: auto;
}

.rs_gallery-thumb {
	border: 1px solid #D1D1D1;
	border-radius: 6px;
	box-sizing: border-box;
	float: left;
	height: 90px;
	margin-bottom: 16px;
	margin-right: 5%;
	position: relative;
	width: 45%;
}

.rs_gallery-thumb.checked {
	border-color: #FD3232;
}

.rs_gallery-thumb.checked .rs_overlay {
	display: block;
}

.rs_preview {
    bottom: 0;
    left: 0;
	margin: auto;
    max-height: 100%;
    position: absolute;
	right: 0;
    top: 0;
}

.rs_overlay-wrap {
	position: relative;
}

.rs_overlay {
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#80FFFFFF', endColorstr='#80FFFFFF');
	background-color: rgba(255, 255, 255, 0.5);
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.rs_gallery-pic {
	max-height: 446px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.rs_gallery-detal {
	cursor: pointer;
	max-height: 446px;
}

.rs_gallery-prev,
.rs_gallery-next {
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0;
	position: absolute;
	top: 43%;
	transition: all 0.2s ease-in-out 0s;
	width: 24px;
}

.rs_gallery-prev {
	background-position: 0 -223px;
	left: 15px;
	
}
.rs_gallery-next {
	background-position: 0 -191px;
	right: 15px;
}

.rs_gallery-pic:hover .rs_gallery-prev,
.rs_gallery-pic:hover .rs_gallery-next {
	opacity: .5;
}

.rs_cart .data-table tr{
	border-bottom: 1px solid #EAEAEA;
}
.rs_cart .data-table tr:last-child{
	border: none;
}
.rs_cart .data-table td{
	padding: 15px 25px 25px 5px;
	vertical-align: middle;
}
.rs_cart .data-table td.center_td,
.rs_cart .data-table td.col_price{
	padding-right: 0;
}
.rs_cart .data-table td.col_price{
	vertical-align: top;
	width: 20%;
}
.data-table .rs_product-name a{
	font-size: 15px;
	text-decoration: none;
}
.data-table .rs_product-name a:hover{
	text-decoration: underline;
}
.data-table .prop_item{
	clear: left;
	margin-bottom: 8px;
}
.data-table .prop_name{
	float: left;
	margin-right: 50px;
	width: 120px;
}
.data-table .prop_item.quantity .prop_name{
	line-height: 20px;
}
.data-table .prop_value{
	margin-left: 170px;
}
.rs_cart-items .basket-article,
.rs_cart-items .discount,
.rs_cart-items .prod_weight{
	color: #666;
	font-size: 11px;
}
.data-table .price, .all_price{
	color: #FD3232;
	font-size: 20px;
}

.rs_cart-items .delete{
	background-position: 0 -514px;
	height: 10px;
	margin-right: 4px;
	width: 10px;
}
.rs_cart-items .refresher{
	background-position: 0 -543px;
	height: 17px;
	margin-right: 4px;
	width: 12px;
}
.rs_cart-items .set-aside{
	background-position: 0 -527px;
	height: 17px;
	margin: -1px 4px -1px 0;
	width: 12px;
}

.rs_cart-items .rs_prices {
	margin-bottom: 16px;
}

.rs_cart-links {
	clear: left;
	float: left;
	margin-bottom: 8px;
	text-decoration: none;
}

.rs_cart-total_table {
	float: right;
	margin-left: 1em;
}
.rs_cart-total_table td {
	padding: 0 .5em;
}

.rs_form-btn,
.rs_form input,
.rs_form textarea,
.rs_form .rs_select,
.rs_input-wrap .rs_input-text {
    box-sizing: border-box;
    display: block;
    margin-bottom: 16px;
    resize: none;
    width: 100%;
}

.rs_form .context-wrap input {
	margin: 0;
}
.rs_input-wrap .rs_input-btn {
	float: right;
	margin-left: .5em;
	min-width: 0;
	width: auto;
}

.main-top-banners {
  overflow: hidden;
  margin: 10px 0;
}

#gir {
  position:fixed;
  top:0;
  left:0;
  background-image:url('https://lh5.googleusercontent.com/-obNunPiVVd4/VJOuk2f29_I/AAAAAAAAE3Y/SOoFIrFTTkk/s800/gerljanda1.png');
  height:36px;
  width:100%;
  overflow:hidden;
  z-index:9999
}  
#nums_1 {padding:100px}  
.gir_1 {background-position: 0 0}  
.gir_2 {background-position: 0 -36px}  
.gir_3 {background-position: 0 -72px}