@charset "utf-8";
@import "fonts.css";

/* MAIN COLORS FOR REPLACE

- kiemelt h1 és link aktiv: #f4965d
- menuvonalak: #3e3e3e
- panelek háttere: rgba(19,17,16,.7)


*/

body, div, span, p, h1, h2, h3, input, textarea {
    font-family: Open sans, tahoma;
}

body, div, span, p {
    font-size: 16px;
    line-height: 26px;
}

img { -ms-interpolation-mode : bicubic; } 
html,
body {
	width:100%;
	height:auto;
    margin: 0;
    background-repeat: no-repeat;
    overflow-x: hidden;
    background-color: rgba(0,0,0,0.9);
    background-blend-mode: lighten;
    background-image:url(../images/el_kell_mondani_assets/char.png); 
    background-position: bottom -100px right -100px; 
    background-attachment: fixed;
}

html{
	overflow-y: scroll;
}


h1 {
    --color1: #f4965d;
    --color2: #283d4e;    
}

.mainwrapper {
	width:725px;
    background-color: transparent;
    margin-left: 15px;
    float: left;       

}

.info-box {
	border: 1px solid #FFF;
	color: #FFF;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
	font-size: .8rem; 
	width: 100%;
	position: relative;
}

::selection {
	background: #000; color:#fff;
	}
::-moz-selection {
	background: #000; color:#fff;
}

/* NOSCRIPT */
#noscript {
	width:100%; padding:10px; background-color:#b82828; text-align:center; color:#fff; z-index:99999999;
	display:block;	
}
#noscript * { color:#fff; }
#noscript a { font-weight:600; }
/* SELECTION */
::selection {
	background: #000; color:#fff;
	}
::-moz-selection {
	background: #000; color:#fff;
}

h1 {
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #540001;
    padding-bottom: 2px;
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #c00307;
}

h2 {
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #540001;
    padding-bottom: 2px;
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #c00307;    
}

h3 {
    text-transform: uppercase;    
    text-align: left;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #540001;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 18px;
    color: #c00307;    
}

h4 {
    text-transform: uppercase;    
    text-align: left;
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 20px;
}

a {
    color: #dddddd;
    -webkit-transition: color .3s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: color .3s ease-out; /* Firefox 4+ */
    -ms-transition: color .3s ease-out; /* IE10+ */
    -o-transition: color .3s ease-out; /* Opera 10.5+ */
    transition: color .3s ease-out;
    text-decoration: none;
}

a:hover, a:focus {
    color: #c00307;
    text-decoration: none;    
}

.smallink {
    font-size:13px;
}

select, 
input[type=text], 
input[type=text]:hover, 
input[type=number], 
input[type=number]:hover, 
input[type=password], 
input[type=password]:hover, 
textarea, 
textarea:hover{
    border: 1px solid #4a4a4a;
    background-color: rgba(255,255,255,.9);
    -webkit-transition: background-color .6s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: background-color .6s ease-out; /* Firefox 4+ */
    -ms-transition: background-color .6s ease-out; /* IE10+ */
    -o-transition: background-color .6s ease-out; /* Opera 10.5+ */
    transition: background-color .6s ease-out;
    
}

select:focus, 
select:hover, 
input:focus, 
input[type=text]:hover, 
input[type=password]:hover, 
textarea:hover {
    border: 1px solid #000000;
    box-shadow: 0 0 10px #000000; 
    background-color: rgb(244,150,93,.2);   
    color: #fff;
}

select#phonePrefix {
	height: 24px;
	border: none;
	top: -1px;
	position: relative;
	border-radius: 2px;
}

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

:-moz-placeholder { /* Firefox 18- */
   color: #484848;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #484848;  
}

:-ms-input-placeholder {  
   color: #484848;  
}

button, button:hover {
    border:0px solid black;
    cursor:pointer;
    -moz-border-radius:4px; 
    -webkit-border-radius: 4px; 
    -khtml-border-radius: 4px;
    border-radius: 4px;
    background-color: rgb(142,12,12,.8);
    color: #f4965d;
    padding:6px 10px 6px 10px;
    margin-top: 5px;
}

button.disabled {
	opacity: .3;
	cursor: not-allowed;
}

button, button.small {
    font-family: Open sans, tahoma;
    background-color: #3e3e3e;
    color: white;
    font-size: 16px;
    cursor: pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    -webkit-transition: color .3s ease-out, background-color .3s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: color .3s ease-out, background-color .3s ease-out; /* Firefox 4+ */
    -ms-transition: color .3s ease-out, background-color .3s ease-out; /* IE10+ */
    -o-transition: color .3s ease-out, background-color .3s ease-out; /* Opera 10.5+ */
    transition: color .3s ease-out, background-color .3s ease-out;
}

button.small {
    font-size: 13px;    
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    padding: 4px 8px 4px 8px;    
}

button:hover, button.small:hover {
    background-color: #2e2c2c;
    color: #c93b44;
}

.cl_b {
    clear:both;
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}
.bg-red {
	background: #d70303;
	color #fff !important;
}
.ml-20 {
	margin-left: 20px;
}
.mt-10 {
	margin-top: 10px;
}
.need-attention {
	padding: 15px;
	background: red;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}
.db {
	display: block;
}
#officialTop, #officialTop span {
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding-top:3px;
    font-weight:700;
    font-size:1.9em;
    z-index: 20;
    position: relative;
    text-shadow: #000 1px 1px 2px;
}

#officialTop span {
    color: #fff;
    font-size:100%;
    text-shadow: #000 1px 1px 2px;
}

#main { position:absolute; left:0px; width:100%; z-index: 30;}


#header {
    height: 364px;
    position: relative;
    width: 100%;
    background-image:url(../images/el_kell_mondani_assets/header_bg.jpg); 
    background-position: bottom; 
    background-repeat: no-repeat;
    background-size: cover;
}

#htop {
    height: 20px; color: white; text-transform: uppercase; font-weight:600; font-size: 18px; background-color: transparent; border-bottom: 0px solid #565656; padding: 10px;
}

#htop_inner
{
    max-width: 1000px; margin-left: auto; margin-right: auto;
} 

#logo {
    position: absolute;
    cursor: pointer; 
    opacity: .9; 
    top: 0;
    background-image: url(../images/depi-official.png); 
    background-position: 0px 0px; 
    background-size: 130px; 
    background-repeat: no-repeat; 
    height: 150px;
    width: 150px;
    z-index: 20;
}

#depilogo {
    position: absolute;
    cursor: pointer;
    opacity: .9;
    bottom: 0;
    background-image: url(../images/el_kell_mondani_assets/depresszio_logo.png);
    background-position: bottom;
    background-size: 500px;
    background-repeat: no-repeat;
    height: 210px;
    width: 100%;
    z-index: 50;
}

#guyz_bg {
    background-image:url(../images/el_kell_mondani_assets/guyz.png);
    background-position-y: bottom;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer; 
    opacity: .9; 
    top: 0;
    position: absolute;
    z-index: 10;
	width: 100%;
	height: inherit;
}

#hbottom {
    max-width: 1000px; margin-left: auto; margin-right: auto; height: inherit; position: relative; margin-top: -30px;
}

div.menu { text-align: center; width:100%; height:40px; background:#1f1f1f; border-bottom:1px solid rgba(255,255,255,.25); z-index:1; box-shadow:0px 10px 10px rgba(0,0,0,.5); }
#line { position:absolute; height:26px; width:100%; background:url(../images/line.png); top: -10px; background-position: top; }

#topmenu-row {
    margin-left: auto; margin-right: auto; padding-top:10px;   
}

.topmenu, .topmenu-sel {
    color:red;
    display: inline-block; 
    *display: inline;
    text-transform:uppercase;
    /*margin:0px 15px 0px 25px;*/
    font-weight:600; font-size: 1.1em; color:#dddddd; 
}

.dot {
    display: inline-block;
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 14px;
    margin: 0 15px 0 15px;
}

ul.menu { list-style-type:none; width:100%; z-index:10; top:1px; }
ul.menu li { background:none; padding:0; }
ul.menu > li { padding:0px 15px 0px 25px; float:left; line-height:50px; }
ul.menu > li:before { position:absolute; content:''; width:10px; height:50px; background:url(../images/dot.png) left center no-repeat;left:0px; }
ul.menu > li:first-child:before { background:none; }
ul.menu > li:first-child { padding-left:0px; }
ul.menu a { text-decoration:none; text-transform:uppercase; font-weight:600; color:#dddddd; }
ul.menu a:hover { color:#f4965d; }

ul.menu li > ul { list-style-type:none; position:absolute; visibility:hidden; background-color:#1f1f1f; opacity:0; filter:alpha(opacity=0); left:10px; padding:3px 0px; border:1px solid rgba(255,255,255,.25); border-top:none; margin-top:-1px; }
header.fixed ul.menu li > ul { background:#fff4e9; }
ul.menu > li:hover > ul { visibility:visible; opacity:1; filter:alpha(opacity=100); }
ul.menu li > ul a { white-space:nowrap; display:block; width:100%; padding:3px 15px; }



#wrapper {
    width: 1000px;
    margin: 20px auto 10px auto;
    padding:0;
}


#leftnav {
    width: 200px;
    background-color: rgba(19,17,16,.7); /****/
    min-height: 450px; 
    box-shadow: 0 0 15px black;
    color: white;
    padding: 15px;
    float: left;
}


#content {
    max-width:725px;
    width: inherit;
    background-color: rgba(19,17,16,.7);
    min-height: 600px; 
    box-shadow: 0 0 15px black;
    color: white;
    padding: 15px;
    float: left;       
}

#footer {
    width: contain;
    background-color: rgba(19,17,16,.7); 
    height: 30px; 
    box-shadow: 0 0 15px black;
    padding: 5px 20px 5px 20px;
    margin: 10px 0 0 0;
}

#footer div {
    font-size: .8em;
    color: white;
}

#footer div span {
    margin:0 10px 0 10px;    
}


.starnote
{
    margin: 0px 0 20px 0;
    font-size: 13px;
}  


.field_label
{
    float: left;
    padding-left: 20px;
    font-size: 16px;
    font-family: Open sans, tahoma;        
}

.field_spacer
{
    clear: both;
    height: 5px;
}

.required
{
	background-image: url('../images/star.png');
	background-position: left 7px;
	background-repeat: no-repeat;
}  

label {
    /*text-transform: uppercase;*/    
    text-align: left;
    margin-bottom: 4px;
    font-size: 14px;
}

input, textarea, select {
    font-size: 15px;  
    line-height: 20px;
    border: 1px solid black;
    -moz-border-radius:3px; 
    -webkit-border-radius: 3px; 
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 6px 2px 6px;
    color: black;
}    
      

input[type=text] {
    width: 250px;
}

input.phoneHU {
    width: 200px;
}

label.phoneHUlabel {
    width: 50px;
    text-align: right;
    margin-right: 10px;
}

.readonly {
    border: none;
    background-color: transparent;
    opacity: 0.5;
    cursor: no-drop;
}

.icon, .icon:hover
{
    border: none;
    filter: -moz-opacity:.7; opacity:.7;
    cursor: pointer;
}

.icon:hover
{
    filter: -moz-opacity:1; opacity:1;
}  

#loginbox-separator {
    border-top: 1px solid #3e3e3e; 
    margin: 8px 0 0 4px; 
    padding-top: 3px;    
}  

#categories div, #categories div:hover {
    color: white;
    text-decoration: none;
    background-color: transparent;
    width: 100%;
    padding: 2px 3px 2px 8px;
    border-left: 1px solid transparent;    
}

#categories div:hover {
    color: #c00307;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .4); 
    width: 100%;
    border-left: 1px solid #c00307;
}

#categories a, #categories a:hover {
    color: white;
    text-decoration: none;
    background-color: black;
    width: 100%;
}

#categories .special-category,
#categories a .special-category {
    color: orange !important;
    font-weight: 900 !important;
    border: 1px solid !important;
}

#categories .special-category:hover,
#categories a .special-category:hover {
    color: #0e0c0c !important;
	background: orange !important;
	border-color: orange !important;
}
#toplist {
    padding-left: 10px;
}

#toplist div {
    font-size: 13px;
    padding: 1px 0 1px 0;
}

#toplist div span {
    font-size: 13px;
    color:#229fc3; 
}


/* SLIDER */
#slider {
    width: 724px;
    margin-top: 20px;
    border: 1px solid black;
}

#slider .item {
    display: flex;
    justify-content: center;
    width: 725px;
    height: 400px;
    position: relative;
    background-position-x: center !important;
}

#slider .itemdesc {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 10px 15px 10px;
    position: absolute;     
    left: 400px;
    right: 0;
    bottom: 10px;   
    min-width: 200px;
    min-height: 30px;
}

#slider .itemdesc p {
    margin-top: 0px;
    margin-bottom: 15px;
    color: white;
    text-align:left;
    font-size: 20px;
    font-weight:600;
    line-height: 24px;
}

#slider .itemdesc .price{
    color: #f4965d;
    background-color: black;
    padding: 3px 10px 3px 10px;
    text-align:left;
    font-size: 24px;
    font-weight:600;
    margin-bottom:10px;
}

#slider .itemdesc .price-new{
    color: red;
    background-color: black;
    padding: 3px 10px 3px 10px;
    text-align:left;
    font-size: 24px;
    font-weight:600;
    margin-bottom:10px;
}

.prod_box, .prod_box:hover {
    width: 340px;
    float: left;
    cursor: pointer;
    background-color: rgba(115, 115, 115, .3); 
    height:230px;
    margin-bottom: 30px;
    opacity:.6;
    border: 1px solid black;
    box-shadow: 0 0 10px black;   
    overflow: hidden; 
    -webkit-transition: background-color .6s ease-out, opacity .6s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: background-color .6s ease-out, opacity .6s ease-out; /* Firefox 4+ */
    -ms-transition: background-color .6s ease-out, opacity .6s ease-out; /* IE10+ */
    -o-transition: background-color .6s ease-out, opacity .6s ease-out; /* Opera 10.5+ */
    transition: background-color .6s ease-out, opacity .6s ease-out;
}

.prod_box:hover, .prod_box:focus {
    box-shadow: 0 0 15px black;
    opacity:1;
    background-color: #c93b44;
}

.prod_name_text_div {
    background-color: rgba(115, 115, 115, .5);
    padding: 5px 0 5px 10px;
    color: white;
}

.prod_name {
    font-size: 15px;
}

.prod_price {
    font-size:1.5em;
    font-weight: 600;
    color: white;
    margin: 30px 0 0 15px;
}

.productPageImage {
    border: 1px solid #229fc3;
}

.prodDetailsPrice {
    font-size:1.8em;
    font-weight: 600;
    margin: 20px 0 20px 0;
    color: #c93b44;
}

.prodDescription {
    width: inherit;
}

.prodDetailsToCart {
    margin-bottom: 20px;    
}

.prodDetailsCartButton {
    font-size: 1.2em;
}


.prodDetailsPreorder {
    color: orange;
    font-weight: 600;
    margin-top: 10px;
    font-size: 110%;
    text-align: justify;
}

#prodSize {
    font-size: 1.2em;
    margin-right: 10px;
}

#cartIcon  {
    background-image:url('../images/cart.png');
    background-size: 33px;
    background-repeat: no-repeat;
    position: absolute;
    width:50px;
    height:50px;
    float: left;
    /*margin-left: 30px;*/
    padding-top:-5px;
    top: 8px;
}

.cartIconActive, .cartIconActive:hover {
    cursor:pointer;
    opacity:.6;
    -webkit-transition: opacity .6s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: opacity .6s ease-out; /* Firefox 4+ */
    -ms-transition: opacity .6s ease-out; /* IE10+ */
    -o-transition: opacity .6s ease-out; /* Opera 10.5+ */
    transition: opacity .6s ease-out;
}

.cartIconActive:hover {
    opacity: 1;
}


.cartIconInactive {
    opacity:.2;
}


#cartNum {
    -moz-border-radius:12px; 
    -webkit-border-radius: 12px; 
    -khtml-border-radius: 12px;
    border-radius: 12px;
    background-color: rgba(168, 13, 14, .9);
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding:0 4px 1px 4px;
    margin-left: 24px;
    opacity:1;
}

.cartItem, .cartItemHeader {
    -moz-border-radius:3px; 
    -webkit-border-radius: 3px; 
    -khtml-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 10px #000000;   
    background-color: rgba(134, 156, 177, .2);
    padding: 8px;
    margin-bottom:4px;
}

.cartItemHeader {
    background-color: rgba(98, 117, 134, .5);
}

.cartItemElement, .cartItemElementHeader {
    display:inline-block;
    font-size: .9em;
    vertical-align:top;
}

.cartItemElementHeader {
     font-weight:600;
     font-size:100%;
}

.orderSumItem {
    -moz-border-radius:3px; 
    -webkit-border-radius: 3px; 
    -khtml-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 10px #000000;   
    padding: 8px;
    margin-bottom:4px;
    color: white;
    margin-top: 20px;
    font-size:1.2em;
    background-color: rgba(134, 156, 177, .2);
}

.shipmentModeItem {
    -moz-border-radius:3px; 
    -webkit-border-radius: 3px; 
    -khtml-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 10px #000000;   
    background-color: rgba(134, 156, 177, .4);
    padding: 8px;
    margin-bottom:4px;
}

.paymentModeItem {
    -moz-border-radius:3px; 
    -webkit-border-radius: 3px; 
    -khtml-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 10px #000000;   
    background-color: rgba(134, 156, 177, .4);
    padding: 8px;
    margin-bottom:4px;
}

.note {
    margin-top:8px;
    font-size:.8em;
    text-align: justify;
}

.sizetable {
    color: white;
    width: 100%;

}

.sizetable th {
    font-weight: bold;
    color: #f4965d;
    text-align: center;
    border-bottom: 1px solid #283d4e;  
    padding: 4px;     
}

.sizetable td {
    text-align: center;    
    border-bottom: 1px solid #283d4e;    
    border-left: 1px solid #283d4e;
    border-right: 1px solid #283d4e;
    padding: 4px;
}

.sizePic {
  border: 1px solid #283d4e;
  margin-top: 15px;
}

.bubble
{
    font-size: 13px;
    line-height: 16px;
    max-width: 230px;
    text-align: justify;
}

.clothesIcon {
    float:right;
    margin: 0 15px 15px 0;
    height:24px;
}

.soon_main {
	background: url('/images/depresszio_nehez_szo.jpg');
	background-size: cover;
	height: 100%;	
	display: block;	
	left: 50%;	
	position: relative;	
	transform: translate(-50%);	
	margin: auto;	
	background-position: center;
	max-height: 100%;
	top: 0;
}
.soon_main .soon_box {
	top: 50%;
	left: 50%;	
	transform: translate(-50%, -50%);
	background: #fff;
	position: absolute;
	opacity: .8;
	border-radius: 5px;
	padding: 20px;
	text-align: center;	
}
.soon_main .soon_box h1 {
	color: #2c873f;
	text-align: center;
}
.soon_main .logo {
	background: url('/themes/5/images/depi-official.png') no-repeat;
	background-size: contain;
	width: 130px;
	height: 130px;
    position: absolute;
}

#foxposts {
	width: 100%;
}