@charset "utf-8";
/* CSS Document */

@import url('reset.css');
@import url('flexslider.css');
@import url('jcarousel_tango.css');
@import url('base.css');
@import url('responsive.css');
header .language_switch a {  background: trasparent; }
a.men {
  background: url(https://joysexyshop.com/menu.jpg) no-repeat center ;
	margin-top: -4px;
	width: 20px;
	height: 20px;
	margin-left: 10px;
}


.mm-menu {
    min-width: 200px;
    max-width: 220px;
}

.greenbutton{
  text-align: center;
  margin-top: 2rem;
}
a.greenbanner{
    padding: 10px 10px;
    background: #28b71d;
    color: white;
    text-decoration: none;
    font-size: 15px;
    }
a.greenbanner:hover{
  color: #fff !important;
}

html.mm-opening .mm-slideout {
    transform: translate(160px, 0px);
}

#signup, #signupx {

	max-width: 300px;
    padding-bottom: 2px;
    display: none;
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}



 #signup {

	max-width: 800px;
    padding-bottom: 2px;
    display: none;
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}


#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: none repeat scroll 0% 0% #000;
    display: none;
}
#signup, #signupx{
    padding: 0px 25px 25px;
    background: #fff;
    box-shadow:
        0px 0px 0px 5px rgba( 255,255,255,0.4 ),
        0px 4px 20px rgba( 0,0,0,0.33 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    position: static;
}

#signup .header, #signupx .header {
    margin-bottom: 20px;
}

#signup .header h3 , #signupx .header h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

#signup .header p, #signupx .header p {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 300;
}

#signup .sep, #signupx .sep {
    height: 1px;
    background: #e8e8e8;
    width: 300px;
    margin: 0px -25px;
}

#signup .inputs , #signupx .inputs {
    margin-top: 25px;
}

#signup .inputs label, #signupx .inputs label {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 7px;
    display: block;
}

input::-webkit-input-placeholder {
    color:    #b5b5b5;
}

input:-moz-placeholder {
    color:    #b5b5b5;
}

#signup .inputs input[type=email], input[type=password], #signupx .inputs input[type=email], input[type=password], .inputs input[type=text], .step-reg-select {
    background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
    width: 280px;
    margin-bottom: 20px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
}


.step-reg-select {

  background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
    width: 280px;
    margin-bottom: 20px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;

}

#signup .inputs input[type=email]:focus, input[type=password]:focus, #signupx .inputs input[type=email]:focus, input[type=password]:focus ,.inputs input[type=text]:focus {
    background: #fff;
    box-shadow: 0px 0px 0px 3px #fff38e, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 );
    outline: none;
}

#signup .inputs .checkboxy, #signupx .inputs .checkboxy {
    display: block;
    position: static;
    height: 25px;
    margin-top: 10px;
    clear: both;
}

#signup .inputs input[type=checkbox] , #signupx .inputs input[type=checkbox] {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

#signup .inputs label.terms, #signupx .inputs label.terms {
    float: left;
    font-size: 14px;
    font-style: italic;
}

#signup .inputs #submit, #signupx .inputs #submit {
    width: 100%;
    margin-top: 20px;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
        background: -moz-linear-gradient(
        top,
        #b9c5dd 0%,
        #a4b0cb);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#b9c5dd),
        to(#a4b0cb));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #737b8d;
    -moz-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    text-shadow:
        0px 1px 3px rgba(000,000,000,0.3),
        0px 0px 0px rgba(255,255,255,0);
    display: table;
    position: static;
    clear: both;
}

#signup .inputs #submit:hover, #signupx .inputs #submit:hover {
    background: -moz-linear-gradient(
        top,
        #a4b0cb 0%,
        #b9c5dd);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#a4b0cb),
        to(#b9c5dd));
}


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #e184f3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e184f3;
	box-shadow:inset 0px 1px 0px 0px #e184f3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c123de), color-stop(1, #a20dbd));
	background:-moz-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-webkit-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-o-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-ms-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:linear-gradient(to bottom, #c123de 5%, #a20dbd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd',GradientType=0);
	background-color:#c123de;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #a511c0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:28px;
	font-weight:bold;
	padding:11px 54px;
	text-decoration:none;
	text-shadow:0px 1px 0px #9b14b3;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a20dbd), color-stop(1, #c123de));
	background:-moz-linear-gradient(top, #a20dbd 5%, #c123de 100%);
	background:-webkit-linear-gradient(top, #a20dbd 5%, #c123de 100%);
	background:-o-linear-gradient(top, #a20dbd 5%, #c123de 100%);
	background:-ms-linear-gradient(top, #a20dbd 5%, #c123de 100%);
	background:linear-gradient(to bottom, #a20dbd 5%, #c123de 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd', endColorstr='#c123de',GradientType=0);
	background-color:#a20dbd;
}
.myButton:active {
	position:relative;
	top:1px;
}
.title_word a, .title_word a:hover{
  color:#222;
}
.eee{
  background-color: #eee;
}
.super2 {
  color: #ff9400;
  font-weight: 100;
  font-size: 30px;
  background: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 56px;
  position: absolute;
  /* border-radius: 3px; */
  border: #ff9400 2px solid;
}

.super {
  color: Red;
  font-weight: 900;
  font-size: 30px;
  margin-top: 10px;
  margin-left: 20px;
  z-index: 11111;
  position: absolute;
  float: left;
}

.superduper {
color: Red;
font-weight: 900;
font-size: 30px;
margin-top: 10px;
margin-left: 20px;
z-index: 11111;
}

.smallink { color: Gray; padding: 10px; margin-top: 20px; }

#have_promo {
    border-bottom: 1px solid Gray;
    padding: 10px;
    /* border: 1px solid Gray; */
    border-bottom: 1px solid #c123de;
}
#have_promo h1 { font-size: 30px; color: Red; }
#have_promo h3 { font-size: 26px; padding: 6px; }
.cart_byfast { color: #FFF; font-weight: 900; background: #D90000; padding: 10px; text-decoration: none; text-transform: uppercase; margin:30px 0;}
