	/* made by IeTi http://ietipro.ru/  */
@charset "utf-8";
*{
	margin:0;
	padding:0;
	}
div{/* position:relative; */}
.hidden{
opacity:100;
}
.visible{
opacity:1!important;
}
.debug{
    height: 50px;
    width: 50px;
    position: fixed;
    background: white;
    color: black;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
	z-index: 99999999;
	border:1px solid black;
}
.clearfix {
  *zoom: 1;
}
.prod_one {
    background: #ffffffc7;
    width: 100%;
}
.mp_intro{
	display:none;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
ul{
list-style: none;
}

body{
	background:inherit;
	font-family: "ArialNarrowRegular";
	font-size: 16px;
	color: inherit;
 

	}
h1,h2,h3,h4,h5,h6,h7,h8{
font-weight: inherit;
color: inherit;
}
.container{
margin:0 auto;
position:relative;
width:1200px;
}

*::-webkit-scrollbar { width: 0; }

.element { -ms-overflow-style: none; }

.element { overflow: -moz-scrollbars-none; }



*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body{
	background:url(../img/main_bg-77.jpg) no-repeat center top;
	background-size:100%;
  background-attachment: fixed;
}
.mobl{
	display:none;
}
.ohid{
	overflow: scroll;
}
header{
    height: 35px;
    background: black;
    color: white;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
header>section{
	display:none;
}
footer{
	height:280px;	
	text-align:center;
	font-size:40px;
  padding-bottom:-300px;
  margin-bottom:-1000px;
}
.body{
    min-height: calc(100vh - 390px);
    padding-top: 70px;
}
.button{
	font-family: arial narrow;
	text-transform: uppercase;
	font-size: 15px;
	color:white;
	display: inline-block;
	background-color: #F44336;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	padding: 15px 35px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
}

.control-group input {
  height: 22px;
  min-height: 22px !important;
  line-height: 22px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
    box-shadow: none;
    height: 22px;
    line-height: 22px;
    color: #444444;
    border-radius: 4px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    font-size: 18px;
    line-height: 20px;
    color: #666666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

.close {
    color: inherit;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.form-horizontal .control-group {
    margin-bottom: 20px;
}

.button:hover{
	background-color: #ff8080;
}
.maintest{
	position: absolute;
	width: 100%;
	height:calc(100vh - 350px);
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	font-size:40px;
	color: #000;
	line-height:calc(100vh - 350px);
}
.maintest:hover{
	background: rgba(0,0,0,0.5);
	color:white;
}











/* breads */
.bread{
	margin-bottom: 40px;
}
.bread ul li{
	display: inline-block;
	vertical-align: top;
	font-family: arial;
	font-size: 14px;
	padding-right: 13px;
	margin-right: 5px;
	position: relative;
	color: red;
}
.bread ul li:last-of-type:after{
	display: none;
}
.bread ul li a{
	display: block;
	color: #555555;
	text-decoration: none;
}
.bread ul li a:hover{
	text-decoration: underline;
}
.bread ul li:after{
	content: '';
	position: absolute;
	width: 2px;
	height: 17px;
	background-color: #848484;
	top: 0;
	right: 0;
}
.logo_bread a{
	display: block;
}
.logo_bread img{
	position: relative;
	top: -4px;
}







/*preloader*/
.preloader{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	z-index:999999;
	background-repeat:no-repeat;
	background-position:center center;
}


.prod_scroll{
	margin-top:50px;
}









/*product*/
.bx-wrapper .bx-viewport{
	background: transparent!important;
	box-shadow: none!important;
	border:none!important;
	padding-left: 5px;
}
.bx-wrapper{
    overflow: hidden;
}
.prod_item{
	float: left;
}
.prod_left{
	width: 40%;
}
.prod_right{
	width: 55%;
	padding: 20px 10px;
}
.prod_right>img{
	width:100%;
}

.prod_left{
	padding: 0 20px 10px 0;
}


.prod_articul{
	font-family: arial narrow;
	font-weight: bold;
	color: #828282;
	font-size: 18px;
	margin-bottom: 10px;
}
.prod_title{
	font-family: arial narrow;
	font-weight: bold;
	color: black;
	font-size: 36px;
	margin-bottom: 20px;
}
.prod_separator{
	width: 35px;
	height: 3px;
	background-color: #F44336;
	margin-bottom: 30px;
}
.prod_slogon{
	font-size: 26px;
	margin-bottom: 20px;
	color: #F44336;
}
.prod_desc{
	font-size: 18px;
	font-family: arial narrow;
	color: #212121;
	line-height: 1.5em;
}
.prod_size{
	font-size: 16px;
	margin-bottom: 20px;
	font-family: arial narrow;
	color: #F44336;
	margin-bottom: 20px;
}
.prod_size ul{
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
}
.prod_size ul li{
	display: inline-block;	
}
.prod_size ul li a{
	display: block;
	font-size: 17px;
	font-family: arial narrow;
	color: #5f5f5f;
	text-decoration: none;
	margin-right: 10px;
	padding:0 6px;
}
.prod_size ul li a:focus{
	background: red;
	color: white;
}
.button_size{
	display: inline-block;
	padding: 12px;
	font-size: 14px;
	font-family: arial narrow;
	text-transform: uppercase;
	color: #252525;
	text-decoration: none;
	border-bottom:1px dashed;
	margin: 20px 30px 20px 0;
}
.prod_buts{
	display: inline-block;
	text-decoration: none;
	margin-bottom: 90px;	
	background-color: rgba(136, 136, 136, 0.15);
	margin-right: 20px;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 14px;
	color: #333333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.prod_left.prod_item>div{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}
.prod_buts:hover{
	background: rgba(0,0,0,0.15);
}
.prod_buts img{
	display: inline-block!important;
	vertical-align: middle;
	margin-right: 8px;
}
.prod_buts span{
	display: inline-block;
	vertical-align: middle;
}
.prod_links{
	padding-left: 102px;
}
.prod_links a{
	display: inline-block;
	width: 70px;
	height: 58px;
	margin: 0 10px;
	background-color: red;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.prod_links a:first-of-type{
	background: url(../img/prod_links1.png) center top;
}
.prod_links a:last-of-type{
	background: url(../img/prod_links2.png) center top;
}
.prod_links a:hover{
	background-position: center bottom;
}
.prod_likes{
	text-align: center;
	margin-top: 15px;
}
.prod_likes>span img,.prod_likes>span span{
	display: inline-block;
	vertical-align: middle;
	font-size: 21px;
	font-family:Arial;
	font-weight:bold;
	color: red;
	margin:0 5px;
}

.old_price {
font-size: 20px;
text-decoration: line-through;
	font-family: arial narrow;
	color: #888888;
  margin-top: 15px;
}

/*category parent*/
.cat_parent_cont, .cat_child_cont{
	text-align: center;
	margin-bottom: 100px;
}
.items_cat{
	display: inline-block;
	margin:10px;
	position: relative;
	height: 360px;
	opacity: 0.1;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}
.items_cat img{
	height:360px;
	width: auto;
}
.items_cat a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.cat_parent_cont .items_cat a span{
	display: block;
	background-color: rgba(0,0,0,0.5);
	color: white;
	text-transform: uppercase;
	position: absolute;
	bottom: 18px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 98%;
	left: 1%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size:12px;
	font-family: 'Conv_Micra Normal';
}
.cat_parent_cont .items_cat a:hover span{
	color: red;
}

.cat_child_cont .items_cat a>div{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.67);
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
	   -moz-transition: opacity .5s ease-in-out;
	    -ms-transition: opacity .5s ease-in-out;
	     -o-transition: opacity .5s ease-in-out;
	        transition: opacity .5s ease-in-out;
	z-index: 9;
}
.cat_child_cont .items_cat a:hover>div{
	opacity: 0;
}

.items_cat:hover a>div {
    opacity: 0;
}

.cat_child_cont .items_cat a>div>div{
	height: 100%;
	width: initial;
	vertical-align: bottom;
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 10px;
	text-align: left;
}
.cat_child_cont .items_cat a>div>div>span:first-of-type{
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.cat_child_cont .items_cat a>div>div>span:last-of-type{
	font-size: 16px;
	/* color: #FF0007; */
	/* font-family: arial; */
	font-weight:bold;
}
.cat_child_cont .items_cat a>div>div>div{
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	text-align: left;
}
.cat_child_cont .items_cat a>div>div>div>span{
	margin:0 8px;
}
.cat_child_cont .items_cat a>div>div>div>span:first-of-type{
	margin-left: 0;
}
.cat_child_cont .items_cat a>div>div>div>span:last-of-type{
	margin-right: 0;
}




	/* header */

header>div{
	height:100%;
    line-height: 35px;
	position:relative;
}
header>div:first-of-type{
	float:left;
	z-index:50;
	
}
header>div:first-of-type a:first-of-type{
	display: inline-block;
    height: 35px;
    line-height: 53px;
    padding-left: 2px;
	margin-right:30px;
}
header>div:first-of-type a:last-of-type{
    display: inline-block;
    height: 35px;
    line-height: 53px;
    width: 45px;
    text-align: center;
}
header>div:last-of-type{
	float:right;
	z-index:50;
	text-align:right;
	margin-right:30px;
}
header>div:last-of-type li{
	display:inline-block;
	vertical-align:middle;
	margin-left:15px;
	position:relative;
}
header>div:last-of-type li a{
	display:block;
}
.cart_count{
    position: absolute;
    color: black;
    left: 0px;
    width: 33px;
    text-align: center;
    line-height: 42px;
    font-family: "ArialNarrowBold";
    font-size: 13px;
}
header>div:nth-child(2){
    position: absolute;
    width: 100%;
    height: 35px;
    text-align: center;	
}
header>div:nth-child(2)>div{
	display:inline-block;
	margin:0 100px;
}
header>div:nth-child(2)>div a{
    display: block;
    height: 35px;
    line-height: 35px;	
	width: 210px;
}
header>div:nth-child(2)>div a>*{
	display:inline-block;
	vertical-align:middle;
}
header>div:nth-child(2)>div a img{
	margin-right:15px;
}
header>div:nth-child(2)>div a span{
	color:white;
}
header>div:nth-child(2)>div form{
	position:relative;
}
header>div:nth-child(2)>div input[type="submit"]{
	position: absolute;
    border: none;
    color: transparent;
    width: 20px;
    outline: none;
    cursor: pointer;
    top: 11px;
    background: url(../img/search.jpg) no-repeat center center;
    left: 5px;
}
header>div:nth-child(2)>div input[type="search"]{
    width: 240px;
    background: transparent;
    border: 1px solid white;
    outline: none;
    color: white;
    padding: 3px 0 3px 30px;
}


/* menu */
.nav_body{
    background: url(../img/menu_bg.jpg) no-repeat center center;
	background-size:cover;
    position: fixed;
    z-index: 900009;
    width: 100%;
    height: 100%;
	left:-100%;
	transition:all 0.35s ease-in-out;
}
.moduletablenavmenu ul{
	padding:0!important
}
#sbox-content > div > p:nth-child(4) > a{
	color:black;
}
.modal_to_cart a:hover, .modal_checkout a:hover{
    background-color: #ffb100;	
}
.modal_to_cart a, .modal_checkout a{
	font-family: arial narrow;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    display: inline-block;
    background-color: black;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    padding: 2px 15px;
}
#sbox-content > div > a{
	display:none!important
}
#sbox-content p {
    text-align: center;
    line-height: 1.8;
    font-family: "Times New Roman", Times, serif;
    margin: 5px 0px;
    padding: 0;
    color: black;
}
.nav_body>*{
	display:none;
}
.nav_body.active{
	left:0;
}
.menu_top{
    height: 140px;
}
.menu_top a img{
	margin:18px 0 0 13px;
}
.menu_body{
	color:white;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.menu_body>div,.menu_body>section>div{
	display:inline-block;
    text-align: left;
    margin-right: 110px;
	vertical-align:top;
}
.menu_body>section{
	display:inline-block;
    text-align: left;
	vertical-align:top;	
}
.menu_body>div:last-of-type{
	margin-right:0;
}
.menu_body>div>span, .menu_body>section>div>span{
	font-family: 'Conv_Micra Normal';
	font-size:21px;
}
.menu_body>div>span a, .menu_body>section>div>span a{
	color: white;
	text-decoration: none;
}
.menu_body>div>span a:hover, .menu_body>section>div>span a:hover{
	//text-decoration: underline;
	border-bottom:1px solid white;
}
.menu_close{
    position: absolute;
    cursor: pointer;
    top: 35px;
    right: calc(50% - 20px);
    transition: all 0.2s ease-in-out;
}
.menu_close:hover{
	background:rgba(255,255,255,0.1)
}
.menu_body>div ul li a, .menu_body>section ul li a{
	display:block;
	color:#777777;
	text-decoration:none;
	margin:10px 0;
	font-size:20px;
}
.menu_body>div ul li a:hover, .menu_body>section ul li a:hover{
	text-decoration:underline;
	color:white;
}
#mxcpr{
	display:none;
}

#oneStepCheckoutForm {
	background: #ffffffc7;
   padding-right: 20px;
   padding-left: 20px;
  padding-top: 20px;
}


/** footer */
.footer_top{
    padding: 70px 0 40px;
}
.footer_top ul{
	display: block;
	height:60px;
	text-align: center;
}
.footer_top ul li{
	display: inline-block;
	width: 50px;
	height: 60px;
	margin:0 25px;
	background-position: center center;
	background-repeat:no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
}
.footer_top ul li:nth-child(odd){
	border-top:4px solid #6c6c6c;
}
.footer_top ul li:nth-child(even){
	border-bottom:4px solid #6c6c6c;
}
.footer_top ul li a{
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.footer_top ul li:nth-child(1){
	background-image: url(../img/payment/visa.png);
}
.footer_top ul li:nth-child(1):hover{
	background-image: url(../img/payment/visa_act.png);
	border-top:4px solid #0067bc;
}
.footer_top ul li:nth-child(2){
	background-image: url(../img/payment/mc.png);
}
.footer_top ul li:nth-child(2):hover{
	background-image: url(../img/payment/mc_act.png);
	border-bottom:4px solid #ffb300;
}
.footer_top ul li:nth-child(3){
	background-image: url(../img/payment/sber.png);
}
.footer_top ul li:nth-child(3):hover{
	background-image: url(../img/payment/sber_act.png);
	border-top:4px solid #539e27;
}
.footer_top ul li:nth-child(4){
	background-image: url(../img/payment/qiwi.png);
}
.footer_top ul li:nth-child(4):hover{
	background-image: url(../img/payment/qiwi_act.png);
	border-bottom:4px solid #fb7e00;
}
.footer_top ul li:nth-child(5){
	background-image: url(../img/payment/yad.png);
}
.footer_top ul li:nth-child(5):hover{
	background-image: url(../img/payment/yad_act.png);
	border-top:4px solid #ff7500;
}
.footer_top ul li:nth-child(6){
	background-image: url(../img/payment/wm.png);
}
.footer_top ul li:nth-child(6):hover{
	background-image: url(../img/payment/wm_act.png);
	border-bottom:4px solid #0073cd;
}
.prod_size span.input_type_radio {
    display: inline-block;
	position:relative;
}
.prod_size span.input_type_radio.active span{
    background: red;
    color: white;	
}
.prod_size .input_type_radio span	{
    display: block;
    font-size: 16px;
    font-family: arial narrow;
    color: #5f5f5f;
    text-decoration: none;
    margin-right: 10px;
    padding: 0 6px;
}

.prod_size span.input_type_radio input{
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    cursor: pointer;
    opacity: 0;	
}

.prod_size span.input_type_radio input:checked+label .radio_attr_label{
    background: #F44336;
    color: white;
}

.supertest{
	width: 100%;
    margin-top: -42px;
}
.prod_buy .buttons{
	display: inline-block;	
}

.prod_buy .buttons .button{
	border:none;
	outline:none;
	cursor:pointer;
}


.tata a{
	text-decoration: none;
    color: black;
    background: url(../img/cart.jpg) no-repeat center center;
    width: 32px;
    margin-top: -7px;
    text-align: center;
    padding-top: 9px;
}








/*landing*/
.land_wrapper>section{
	position:relative;
  
}

.land_wrapper>section .container{
	position:absolute;
	top:0px;
	left:0px;
	margin-left:20px;
  width:100%;
  height:100%;

  }


.land1{
position:absolute;  
left:0px;	
height:1600px;
width:100%;
  top:60px;
  margin-bottom:-1800px;
  padding-bottom:125%;
	margin-top:1%;
	background:url(http://soab.pro/images/lands/1/bg3.jpg) no-repeat 100% 0;
	background-size:contain;
	
}
.land1 .breads{
	position:absolute;
	margin-top:-55px;	
}
.land2 div .breads{
    position: absolute;
    top: -160px;
    left: 45%;	
  right:5%;
}
.land3 div .breads {
    position: absolute;
    top: -260px;
    left: 0%;
	
}
.land3 .breads span{
	color:#ff7f00;
}
.land4 .breads{
    position: absolute;
    left: 325px;
    top: 52px;	
}

.land4 div .breads{
    position: absolute;
    left: 20%;
    top: 42px;	
  padding-bottom:15px;
}


.land1 .img1{
	position:absolute;
	top:0px;
    left:-40px;
	z-index:10;
  display: block;
    max-width: 65%;
    max-height: 65%;
}
.land1 .img2{
	position:absolute;
	top:7%;
  margin-top:-70px;
	left:7%;
  margin-left:-25px;
  	z-index:20;
  display: block;
    max-width: 40%;
    max-height: 40%;
}
.land1 .img3{
	position:absolute;
	top:30px;
  margin-top:70%;
	z-index:30;
	left:55px;
  display: block;
  max-width: 40%;
  max-height: 40%;
}
.land1 .text{
	position:absolute;
	z-index:40;
 
}
.addtextlend{
	width:400px;
	position:absolute;
}
.addtextlend p{
    line-height: 100%;
    font-size: 17px;
    color: #535353;
    font-family: arial;
  height: 100px;
}
.addtextlend span{
	display:block;
	text-transform:uppercase;
	color:black;
	position:relative;
	font-size:16px;
	margin-bottom:20px;
	font-family: arial;
	font-weight:bold;
}
.addtextlend span:before{
    content: "";
    position: absolute;
    height: 33px;
    width: 33px;
    background: red;
    top: -7px;
    border-radius: 50%;
    left: -45px;
}

.plll3{
    top: 200px;
  margin-top:50%;	
  right:20%;
}
.plll2{
  top: 49%;
  margin-top:100px;
  left:20%;
}
.plll1{
	left: 50%;
    top: -120px;	
  max-width:40%;
    max-height:100px;
  
}





.land2{
	margin-top:450px;
	height:2000px;
	 margin-bottom:-2250px;
  padding-bottom:125%;
	background:url(../img/lands/2/bg1.jpg) no-repeat 100% 0;
	background-size:100% auto;
}

.land2 .img1{
	position:absolute;
	top:-80px;
	right:40px;
	z-index:10;
  max-width: 70%;
  max-height: 70%;
}
.land2 .img2{
	position:absolute;
	top:30px;
  margin-top:50%;
	left:-1%;
	z-index:20;
  max-width: 40%;
    max-height: 40%;
}
.land2 .img3{
	position:absolute;
  top:60px;
  margin-top:65%;
 	bottom:-200px;
	z-index:30;
	left:35%;
  max-width: 55%;
    max-height: 55%;
}
.land2 .text{
	position:absolute;
	z-index:40
}




.land3{
	margin-top:780px;
	height:960px;
     margin-bottom:-550px;
  padding-bottom:145%;
	background:url(../img/lands/3/bg1.jpg) no-repeat 100% 0;
	background-size:100% auto;
}
.land3 .img1{
    position: absolute;
    top: -190px;
    left: -2%;
    z-index: 10;
  max-width: 35%;
    max-height: 35%;
}
.land3 .img2{
	position:absolute;
	top:30px;
  margin-top:40%;
	right:20%;
	z-index:20;
  max-width: 70%;
    max-height: 70%;
}
.land3 .img3{
	position:absolute;
	top:120px;
  margin-top:75%;
	z-index:30;
	left:-2%;
  max-width: 60%;
    max-height: 60%;
}
.land3 .img4{
	position:absolute;
	top:200px;
  margin-top:100%;
	z-index:40;
	right:0px;
  max-width: 70%;
    max-height: 70%;
  padding-bottom:-30%;
}




.land4{
margin-top:-400px;
  top:330%;
height:2075px;
  margin-bottom:-1600px;
  padding-bottom:115%;
	background-size:100% auto;
}
.land4 .img1{
	position:absolute;
	top:150px;
  margin-top:15%;
	left:-3%;
	z-index:10;
  max-width: 70%;
    max-height: 70%;
}
.land4 .img2{
	position:absolute;
	top:100px;
 left:20%;
	z-index:20;
  max-width: 50%;
    max-height: 50%;
}
.land4 .img3{
	position:absolute;
	top:250px;
  margin-top:20%;
	z-index:30;
	right:20px;
  max-width: 60%;
    max-height: 60%;
}
.land4 .img4{
	position:absolute;
	top:380px;
  margin-top:30%;
	z-index:40;
	left:10px;
  max-width: 50%;
    max-height: 50%;
}
.land4 .img5{
	position:absolute;
	top:480px;
  margin-top:40%;
	z-index:50;
	right:60px;
  max-width: 60%;
    max-height: 60%;
}


.land5{
	margin-bottom:50px;
}

.land5 .container{
	position:relative!important;
}

.land5 .breads{
	margin-bottom:50px;
}

.land5 .owl-item{
	text-align:center;
}

.moduletablenavmenu>li{display:none;}

.items_cat.insta{
	width:360px;
	height:360px;
	overflow:hidden;
}
.insta_readmore{
	border:none!important
}

.insta_readmore img{
	height: auto!important;
	    border: 1px solid #868686;
}



.video_wrapper{
	position:absolute;
	top:0;
	right:0;
	z-index:-1
}

iframe#vkwidget1 {
    position: inherit;
}

iframe{
	position:absolute;
	right:0;
	top:0;
	z-index:10;
}

iframe.active{
	z-index:50;
}

.video_wrapper a{
	position:relative;
	top:500px;
}

.youtube_hide {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0px;
    z-index: 99;
}

.land_wrapper .ltext{
    z-index: 90;
    position: absolute;
}


.land1 .ltext{
  position: absolute;
  top:20%;
  margin-top:-200px;	
}

.land1 .ltext img {
    width: 95%;
}

.land2 .ltext{
     position: absolute;
  top:40%;
  margin-top:-670px;
}

.land2 .ltext img {
  width: 95%;
}

.land3 .ltext{
    top: 200px;
}

.land3 .ltext img {
    width: 95%;
}

.breads{
	overflow:hidden;
}
.breads img{
	margin-left: -39px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: text-bottom;
    border-right: 2px solid #555555;
    margin-right: 10px;	
}

 .breads  span{
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 1px;
    color: #555555;
    font-size: 19px;
    text-transform: lowercase;
    font-family: arial;	 
 }   
/*
.showimg {
	opacity:0;
}*/

.testzoom{display: block;}
.testzoom img{
	max-width:100%;
}

/* these styles are for the demo, but are not required for the plugin */
.zoom {
	display:inline-block;
	position: relative;
}

.zoom img {
	display: block;
}

.zoom img::selection { background-color: transparent; }


.insta_one_shop{
    width: 1040px;
    overflow: hidden;
    height: 640px;	 
}
body > div.fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened > div > div.fancybox-outer > div > iframe{
	background: url(http://readingandwritingproject.org/_themes/readingandwritingproject/img/loading.gif) no-repeat center center, rgba(255,255,255,0.8);
    background-size: 35px;
}
.fancybox {
    cursor: url(../img/zoom.png), auto;
}
.insta_one_shop>div{
	float:left;
}

.iosl{
	height: 640px;	
	width:635px;

}
.iosl img{
	width:640px;
}


.iosr {
    height: 622px;
    background: #f0f0f0;
    width: 405px;
    overflow-y: scroll;
    overflow-x: hidden;
    direction: rtl;
    text-align: left;
    padding-bottom: 18px;
}

.fancybox-close {
    top: 15px!important;
    right: 15px!important;
}

.instns_intem{
	margin-top:18px;
	height:185px;
	direction: initial;
	
}

.instns_intem_img{
	float:left;
	height:100%;
	width:125px;
	-webkit-filter: grayscale(100%); 	
	filter: grayscale(100%); 
	        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
		border:2px solid #ccc;

}

.instns_intem_img:hover,.instns_intem_img.hover{
	-webkit-filter: none;	
	filter: none;	
	border:2px solid red;
}

.instns_intem_img a{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	
}
.insta_infoblock{
    position: absolute;
    bottom: 7px;
    left: 7px;	
}
.insta_infoblock img{
	cursor:pointer;
}

.insta_infoblock_inner{
    position: absolute;
    z-index: 99999999;
    background: #aaaaaa;
    font-family: arial;
    font-size: 14px;
    padding: 10px;
    width: 310px;
    top: 28px;
    filter: none!important;
    -webkit-filter: none!important;
	display:none;
}

.insta_infoblock:hover .insta_infoblock_inner{
	display:block!important;
}

.instns_intem:last-of-type .insta_infoblock_inner{
    top: auto!important;
    bottom: 30px!important;	
}

.prod_right.prod_item .testzoom ,.prod_right.prod_item .testzoom img{
	width:100%;
}
.submit_like{
	cursor:pointer;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: none;
    height: 32px;
outline:none;	
}


.div_elem{
	position:absolute;
	height:30px;
	width:30px;
	border:1px solid #999;
	background:rgba(0,0,0,0.5);
        -webkit-border-radius:50%;
        -moz-border-radius:50%;
        border-radius:50%;
	        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;	
		cursor:pointer;
		font-size:18px;
		font-family: 'Conv_Micra Normal';
		text-align:center;
		line-height:30px;
		color:#999;
	
}
.div_elem:hover,.div_elem.hover{
	color:white;
	background:black;
	border:1px solid white;
        -webkit-box-shadow: 0px 0px 6px 1.5px white;
        -moz-box-shadow: 0px 0px 6px 1.5px white;
        box-shadow: 0px 0px 6px 1.5px white;
	
}

.instns_intem_informa{
	float: left;
    width: 255px;
    height: 100%;	
}


.lpbb{
	text-align:center;
	margin-top:100px;
}
.lpbb a{
    display: inline-block;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 30px;	
}


.owlwrp{
    margin-left: -30px;
}

.dadamy_slider a{
    display: block;
    height: 300px;
    background: white;
    width: 100%;
	padding:0 30px;
}


.dadamy_slider img{
	height:100%;
}


.sinnter {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.moduletabledadadadad {
	overflow:hidden;
}


.mychkout{
	width:80%;
}
.mychkout td{
	vertical-align:middle;
	text-align:center;
	padding-bottom:20px;
}
.mychkout tr:first-of-type td{
	padding-top:35px;
}

.mychkout tr td:first-of-type{
    padding-left: 21px;
    padding-right: 21px;
}
.mychkout tr td:last-of-type{
    padding-right: 21px;	
}

.mychkout th{
    font-family: arial;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    margin-bottom: 8px;
    padding-bottom: 14px;
}

.myuk-thumbnail{
	width:80px;
}

.gbg {
    background: #dbdbdb;
    height: 30px;
    padding-top: 15px;
    font-size: 13px!important;
    font-family: arial;
}

.gbglastc{
	padding-right:20px;
}
.gbglastc img{
    position: relative;
    top: -4px;	
}

.mqb {
display: inline-block;
    width: 19px;
    height: 19px;
    cursor: pointer;
    line-height: 18px;
    text-align: center;
    border: 1px solid #cccccc;
    color: #575757;
}

.myqqou{
    height: auto!important;
    width: 15px!important;
    text-align: center!important;
    color: red!important;
    background: transparent!important;
outline:none!important;
font-size: 15px!important;	
}

.mqb.myqminus {
    line-height: 15px;
    position: relative;
    top: -2px;	
}

.myq{
    position: relative;
    top: -6px;
}

.gbg.gbg_title a{
	color:black;
	text-decoration:none;
	text-transform:uppercase;
}
.gbg.gbg_title a:hover{
	text-decoration:underline;
}
.mychohr{
    width: 80%;
    display: block;
    border-color: #ddd;
    margin: 35px 0;
}

.mysteps7{
	width:100%;
	padding:35px 0 60px;
}


.mymaph1{
	display:block;
	text-transform:uppercase;
	font-size:19px;
	font-family:arial;
	margin-bottom:35px;
}

.mymmmitex {
    border: 2px solid black!important;
    border-radius: 0!important;
    padding: 12px 18px!important;
    width: 300px;
    height: 89px!important;
    resize: none;
}

.mysteps8 table{
	width:80%;
}
.mysteps8 table td{
	width:30%;
	padding-right:3%;
}
.mysteps8 table td label{
	display:block;
	font-size:20px;
	font-family:arial;
	font-weight:bold;
	text-transform:uppercase;
	color:#aaaaaa;
	margin-bottom:10px;
}

.mysteps8 table td input, .mysteps8 table td select {
    display: block;
    margin-bottom: 20px;
    height: 40px!important;
    width: 250px!important;
    border-radius: 0!important;
    border: 1px solid #141414!important;
    padding: 0px 8px!important;
    margin: 0 0 20px 0!important;
    background: transparent!important;
}
.mysteps8 table td select {
	width: 268px!important;
}


#button_order_finish{
    position: absolute;
    top: 87.4%;
    right: 60px;
    height: 50px!important;
    color: white!important;
    background: red!important;
    line-height: 50px!important;
    border-radius: 0!important;
    border: none;
    cursor: pointer;
    margin-top: -25px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;		
}
#button_order_finish:hover{
	background:#FF2626!important;
}
.mysteps8 table td input.fielderror, .mysteps8 table td select.fielderror{
	border:1px solid red!important
}

/* .mystotal td {
	display:none;
}

.mystotal .myttlval{
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
	right:20%;
}


 */


.uk-navbar{
	width:80%;
}

.inner_inner_frame{
    width: 100%;
    border: none;
    height: 100%;	
}

.instaprodform>div{
	float:left
}


#step5 > div > table.jshop.jshop_subtotal.mystotal tr{
	display:none!important;
	
}
#step5 > div > table.jshop.jshop_subtotal.mystotal tr:last-of-type{
	display:block!important;
	    position: absolute;
    right: calc(20% + 21px);
}

#step5 > div > table.jshop.jshop_subtotal.mystotal tr td{
	display:inline-block;
}
#step5 > div > table.jshop.jshop_subtotal.mystotal tr td:last-of-type{
    color: black;
    font-weight: bold;
    margin-left: 10px;	
	
}
.mysteps5 input[type=button]{
    display: inline-block;
    height: 45px;
    width: 45px;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    padding: 0;
    border: 2px solid black;
    font-size: 14px;
    color: black;
    text-shadow: none;	
}
.mysteps5 input[type=text]{
    border: none;
    border-bottom: 3px solid black;
    border-radius: 0;
    background: transparent;
    padding: 5px 100px 2px 23px;
    margin-right: 25px;
    width: 222px;
}
.jshop input[type="checkbox"],.jshop input[type="radio"]{
	cursor:pointer;
	outline:none;
	visibility:hidden;
}



.jshop input[type="checkbox"]:before,.jshop input[type="radio"]:before{
	content:"";
	display:block;
	width:16px;
	height:16px;	
	background:url(../img/unchkd.png) no-repeat center center;
	visibility:visible;
}



.jshop input[type="checkbox"]:checked:before,.jshop input[type="radio"]:checked:before{
	background:url(../img/chkd.png) no-repeat center center
}
.jshop input[type="checkbox"]+label, .jshop input[type="radio"]+b {
    margin-left: 10px;	
	cursor:pointer;
}
.mydelivery {
	position:relative;
	padding:0;
	width:300px;
}
.mydelivery ul{
	position:absolute;
	display:none;
}
.mydelivery>li{
    background: rgba(0,0,0,0.08);
    padding: 20px;
    cursor: pointer;
	text-transform:uppercase;
	font-size:12px;
	font-family:arial;
	transition:all 0.2s ease-in-out;
	    padding-left: 0;
		position:relative
	
}
.mydelivery>li>span{
		transition:padding-left 0.2s ease-in-out
}
.mydelivery>li:hover{
	color:red;
	background:black
}
.mydelivery>li:hover>span{
	padding-left:40px;
	position:relative
}
.mydelivery>li>span:before{
	opacity:0;
    content: '';
    width: 10px;
    height: 9px;
    background: url(../img/arr.png) no-repeat center center;
    display: inline-block;
    margin-right: 10px;
    background-size: contain;	
	transition:all 0.2s ease-in-out
}
.mydelivery>li:hover>span:before{
	opacity:1;
}
.mmmsupr{
    border-bottom: 3px solid black;
    display: inline-block;
    width: 290px;
    padding-bottom: 5px;
    margin-bottom: 2px;
    padding-left: 10px;
    background: url(../img/arrd.png) no-repeat 268px center;
	cursor:pointer;
}

.mydelivery>li:hover ul{
	display: inline-block;
    position: absolute;
    left: 300px;
    padding-left: 0;
    background: black;
    top: 0;
    width: 100%;
    color: white;	
	border-left:1px solid white;
}
.mydelivery>li:hover ul li label{
	display:block;
	padding:10px 20px;
	cursor:pointer;
}

.mydelivery>li:hover ul li:hover{
	color: red;	
}

.mydelivery>li:hover ul li label span {
    float: right;
    line-height: 18px;
	position:relative;
}
.mydelivery>li:hover ul li label span:before{
	opacity:0;
    content: '';
    width: 10px;
    height: 9px;
    background: url(../img/arr.png) no-repeat center center;
    display: inline-block;
    margin-right: 10px;
    background-size: contain;	
	transition:all 0.2s ease-in-out
}
.mydelivery>li:hover ul li:hover label span:before{
	opacity:1;
}

.modal_checkout{
	display:none;
}

#sbox-window{
    border: 7px solid black;	
}


.popup_sizes{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 100;
	display:none;
}

.popup_sizes_inner{
	position:absolute;
	height:500px;
	width:500px;
	background:white;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-250px;
	overflow-y:scroll;
}

.detail-page-conditions .popup_sizes_inner{
    padding: 60px 50px;
    height: auto;
}

.detail-page-conditions .title {
    color: #212121;
    diaplay: block;
    text-transform: uppercase;
    font-family: Times New Roman;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}
.detail-page-conditions p {
    color: #515151;
    font-family: Times New Roman;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0 0 20px;
    margin: 0;
}
.video .popup_sizes_inner{
	overflow:hidden;
	height: 325px;
    margin-top: -162.5px;
}
.popup_sizes_inner img{
	width:100%;
}
.cls{
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px!important;
}

.popup_sizes_inner video{
    width: 100%;
    position: absolute;
    bottom: 0;
	    max-height: 281px;
}
.pagination {
	text-align:right
}
.pagination ul li{
	display:inline-block;
	margin:0 3px;
	
}
.tooltip{
	display:none!important
}

.pagination ul li a{
	color:#555;
}

.pagination ul li>span{
	font-weight:bold;
}

.alert-heading, #system-message > div > a{
	display:none
}



._wc-container {
	z-index: 99999999:
}

#webconsult {
	z-index: 99999999;
}


.hidden {
     display: inherit!important; 
}


.items_cat button {
    position: absolute;
 
    bottom: 10px;
    right: 10px;
    padding: 5px 10px;
    color: white;
    border: none;
    background: #D32F2F;
    border-radius: 7px;
    z-index: 999;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: background .3s ease-in-out;
       -moz-transition: background .3s ease-in-out;
        -ms-transition: background .3s ease-in-out;
         -o-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out;
}

.items_cat button:hover {
    background: #F44336;
}

.bx-pager-count-8 .bx-pager-item{
    width: calc(100%/8)!important;
}
.bx-pager-count-7 .bx-pager-item{
    width: calc(100%/7)!important;
}
.bx-pager-count-6 .bx-pager-item{
    width: calc(100%/6)!important;
}
.bx-pager-count-5 .bx-pager-item{
    width: calc(100%/5)!important;
}
.bx-pager-count-4 .bx-pager-item{
    width: calc(100%/4)!important;
}
.bx-pager-count-3 .bx-pager-item{
    width: calc(100%/3)!important;
}
.bx-pager-count-2 .bx-pager-item{
    width: calc(100%/2)!important;
}
.bx-pager-count-1 .bx-pager-item{
    width: calc(100%/1)!important;
}







