﻿body
{

    margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande","Lucida Sans Unicode", Verdana;
	font-weight: normal;
	font-size: 100%;

}

#christmass {
    cursor: pointer;
    /*position: sticky;*/
    float: left;
    width: 100%;
}

.aktualni_odeslani_div {
    top: 0;
    z-index: 100;
    /*padding-bottom: 10px;*/
    /*background: #ffa851;*/ /*orange*/
    background: #46b04d; /*green*/
    width: inherit;
    text-align: center;
    line-height: 30px;
    color: white;
}

.stromek {
    margin-right: 10px;
    height: 20px;
    vertical-align: middle;
    animation: dostupnost 0.6s cubic-bezier(1, 0, 0, 1) infinite alternate;
}

.kruh {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: green;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
    animation: dostupnost 0.6s cubic-bezier(1, 0, 0, 1) infinite alternate;
}

@keyframes dostupnost {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


#left {
    float: left;
    margin-left: 30px;
}

#mid {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#right {
    float: right;
}

#open_preferences_center {
    position: fixed;
    width: 44px;
    height: 40px;
    bottom: 5px;
    left: 0px;
    background: url(../pictures/cookie.png) center;
    background-size: contain;
}

.menu_close, #banner_cart {
    display: none;
    visibility: hidden;
}

#banner_main_div{
	max-width: 1280px;
	height: 80px;
    width: 250px;
	/*background-image: url(../pictures/3dtoys_logo_2017.png);*/
    background-repeat: no-repeat;
	position: relative;
    margin-left: 550px;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
}

#navigation {
    background-color: #eeeeee;
}

.banner_logo_eshopu {
    /*position: absolute;
    top: 0px;*/

	/*background-image: url(../pictures/3dtoys_logo_2017.png);*/
    background-repeat: no-repeat;
}


.row_add_cart_text {
    width: 185px;
    height: 30px;
    margin-left: 50px;
    color: #ffffff;
    background-color: #00a7cb;
    border-radius: 5px;
    padding: 5px 0;
    text-align: center;
}

.row_add_cart_text:hover {
    background-color: #0089a8;
}


.cart_note_text_list {
    float: left;
    background: #46b04d;
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    color: white;
    margin: 0;
    transition: all 1.0s ease-in;
    border-radius: 0px;
    max-height: 1000px;
    width: 100%;
}

.wrapper {
    overflow: hidden;
}

#reveal-content {
    max-height: 1000px;
    transition: all 0.5s ease-in;
}

.hide {
    max-height: 0 !important;
    transition: all 0.2s ease-out;
    visibility: hidden;
}

.cart_note_text_list h2 {
    margin: 5px 0;
}


.cart_note_text {
    margin-top: 20px;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 20px;
    float: left;
    border: 2px dashed #ff7922;
}

.cart_note_text1 {
    float: left;
    width: 98%;
    margin: 10px;

}

.cart_note_text2 {
    float: right;
    width: inherit;
    margin: 10px;
    text-align: right;
}

.order_navigation_outer {
       
}

.order_navigation_inner {
    margin: 0 auto;
    display: table;
}
.order_navigation_item {
    float: left;
    margin: 0 10px;
}



/* Global definitions */

h1{
    text-align: center;
    font-weight: 100;
}

h2 {
    margin: 0;
    padding: 0;
}

h3{
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.italic {
    font-style: italic;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #FF7922;
}

input {
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #D6D6D6;
    height: 40px;
    font-size: 1.33em;
    background-color: #ffffff;
    vertical-align: middle;
    padding: 0 10px;
}

input:focus, textarea:focus {
    border-color: #ff7922;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 121, 34, 0.6);
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -moz-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 121, 34, 0.6);
    -webkit-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 121, 34, 0.6);
    -webkit-appearance: none;
    outline: none;
}

textarea {
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #D6D6D6;
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana;
    /*font-size: 1.33em;*/
}

select {
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #D6D6D6;
    font-size: 16px;
}

fieldset{
    border-radius: 5px;
}

.highlight {
    font-weight: bold;
    color: #00A7CB;
}


/* Texts */

.b {
    font-weight: bold;
}

.text1{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.text2{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.text3{
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

.text4{
	font-size: 19px;
	font-weight: normal;
	text-decoration: none;
}

.text5{
	font-weight: bold;
	text-decoration: underline;
}

.text6 {
    font-size: 30px;
}

.error {
    border: 1px solid red;
    border-radius: 5px;
    padding: 5px;
}

.red_text {
    color: red;
}

.grey_text {
    color: #999;
}

.blue_text {
    color: #2e7da3;
}

.color_text {
    color: #FF7922;
}

.tip {
    font-size: 12px;
    color: #666666;
}

.invisible_text {
    color: #ffffff;
    float: left;
}

.clickable {
   cursor: pointer;
}
.clickable:hover {
   /*background: #efefef;*/
}

.christmass {
    float: left;
    width: 220px;
    text-align: center;
    display: none;
}

.christmass_text {
    margin-left: 1em;
}


.in {
    margin-left: 20px;
}

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right;}
.lh15 { line-height: 1.5em; }
.lh20 { line-height: 2.0em; }


#main{
	padding: 0px;
    min-width: 990px;
    /*margin-top: 30px;*/
	/*border: 1px solid #605040;*/
    /*float: left;*/
    /*box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.7);*/
}

#main_master {
	margin: 0 auto;
    width: 1272px;
}

#main_outer {
    /*background: url("../pictures/dropshadow_sides.png") repeat-y scroll left top rgba(0, 0, 0, 0);*/
    
    
    /*background: url("/files/advertisement_images/AD3_2.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);*/
    width: 140px;
    height: 522px; /*522*/
    float: left;
    margin-top: 110px;
}

#main_outer3 {
    width: 140px;
    height: 522px;
    position: absolute;
    top: 632px;
    z-index: -1;
    /*background: url("/files/advertisement_images/AD3_2.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);*/
    text-align: center;
    /*background: url("../pictures/dropshadow_sides.png") repeat-y scroll right top rgba(0, 0, 0, 0);*/
    /*background: url("/files/advertisement_images/AD3_2.jpg") repeat-y scroll 1122px 0px rgba(0, 0, 0, 0);*/
}

.advert_left {
    float: left;
    visibility: hidden;
    display: none;
}


.advert_right {
    float: right;
    display: none;
    visibility: hidden;
}

#main_inner {
    width: 140px;
    height: 522px;
    float: right;
    margin-top: 110px;
    /*background: url("/files/advertisement_images/AD3_2.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);*/
    text-align: center;
    /*background: url("../pictures/dropshadow_sides.png") repeat-y scroll right top rgba(0, 0, 0, 0);*/
    /*background: url("/files/advertisement_images/AD3_2.jpg") repeat-y scroll 1122px 0px rgba(0, 0, 0, 0);*/
}



#main_inner4 {
    width: 130px;
    height: 522px;
    position: absolute;
    top: 632px;
    z-index: -1;
    /*background: url("/files/advertisement_images/AD3_2.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);*/
    text-align: center;
    /*background: url("../pictures/dropshadow_sides.png") repeat-y scroll right top rgba(0, 0, 0, 0);*/
    /*background: url("/files/advertisement_images/AD3_2.jpg") repeat-y scroll 1122px 0px rgba(0, 0, 0, 0);*/
}

#cover{
    background-color: #ffffff;
}



.banner_news2016 {
    position: absolute;
    top: 0px;
    left: 215px;
	width: 785px;
	height: 80px;
	background-image: url(../pictures/banner_new2.jpg);
    background-repeat: no-repeat;
}

.banner_heureka {
    position: absolute;
    top: 0px;
    left: 510px;
    z-index: 9999;
}

.banner_minecraft {
    position: absolute;
    top: 0px;
	width: 989px;
	height: 80px;
	background-image: url(../pictures/banner.jpg);
    background-repeat: no-repeat;
    z-index: 9999;
    
}

#content0 {
    /*float: left;*/
    margin: 0 auto;
    width: 90%;
}

.order_ok {
    margin: 50px 50px;
    margin-top: 200px;
    line-height: 2em;
    position: relative;
}

#content{
	/*margin: 25px 5px 0px 5px;*/
    float: left;
    width: 85%;
    /*width: 90%;
    margin: 0 auto;*/
}

#last{
	clear: both;
/*	height: 50px;
	min-width: 670px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
*/
/*	background-image: url(../pictures/search_cart.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	font-size: 12px;*/
}

#footer{
	width: 100%;
    /*height: 120px;*/
	clear: both;
	/*background-color: #5A5A5A;*/
    /*background-color: #414141;*/
    margin-top: 30px;
    text-align: center;
	background: #414141 url(/pictures/3dtoys_footer.jpg) no-repeat center;
    background-size: 100%;
    background-color: #434343;
}

#footer_div {
    width: 400px;
    margin: 0 auto;
    color: #ffffff;
}

.overeno_footer {
    background: none;
    margin-top: 15px;
}

.message_box {
    background: none repeat scroll 0 0 #00A7CB;
    border: 1px solid #999999;
    border-radius: 5px;
    color: #ffffff;
    display: none;
    font-size: 20px;
    left: 35%;
    top: 50%;
    padding: 60px;
    position: absolute;
    text-align: center;

    box-shadow: 2px 2px 4px #666666;
    -moz-box-shadow: 2px 2px 4px #666666;
    -o-box-shadow: 2px 2px 4px #666666;
    -webkit-box-shadow: 2px 2px 4px #666666;
}

.message_box_cart {
    background-color: #ff7922;
    border: 2px solid #ff7922;
    border-radius: 5px;
    padding: 10px;
    color: #FFFFFF;
}

.message_box_cart:hover {
    background-color: #e56e1e;
    color: #ffffff;
    border: 2px solid #e56e1e;
}

#oops_div {
    margin-top: 30px;
}

.loader {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    background: gainsboro;
    opacity: 0.9;
    top: 0;
    left: 0;
}

.loading {
    top: 50%;
    left: 50%;
    position: absolute;
    border: 2px solid #ccc;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border-top-color: #1ecd97;
    border-left-color: #1ecd97;
    text-align: center;
    animation: spin 2s infinite ease-in;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/******************************************LANGUAGES****************************************/

#languages_currencies{
	/*width: 400px;
	height: 65px;*/
	float: right;
	margin-right: 25px;
	margin-top: 2px;
}

#languages{
	clear: both;
	position: relative;
	height: 24px;
}

.language {
    text-transform: uppercase;
    color: #666;
    margin-left: 10px;
}


.language_image{
	width: 24px;
	height: 24px;
	border: 0px;
	float: right;
}

.language_text{
	height: 16px;
	border: 0px;
	margin-top: 6px;
	margin-left: 6px;
	float: right;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
}

/*.language_button{
	font-weight: bold;
	font-size: 14px;
	color: #117DBD;
	border: 0px;
	margin-right: 10px;
	text-decoration: none;
	float: right;
}*/

/******************************************CURRENCIES****************************************/

#currency{
	float: right;
}

/******************************************NAVIGATION****************************************/


#navigation{
	max-width: 1280px;
	height: 35px;

	/*background-image: url(../pictures/menu.jpg);
	background-repeat: repeat-x;
    background-size: 100% 30px;*/
}

#navigation .login_status{
    /*display: none;*/

	float: right;
	margin-right: 10px;
}

.navbutton{
	float: left;
	height: 25px;
	/*color: #2F3131;*/
	color: #666;
	background-repeat: repeat-x;
	margin-left: 20px;
	font-size: 17px;
    margin-top: 3px;
	text-decoration: none;
}

.navbutton:hover{
	float: left;
	height: 30px;
	color: #2F3131;
    margin-top: 3px;
	background-image: url(../pictures/menu_up.png);
	background-repeat: repeat-x;
	margin-left: 20px;

}

#nav_date {
    float: right;
    margin-top: 3px;
    margin-right: 30px;
}

.logged{
	float: left;
	color: #2F3131;
	/*background-image: url(../pictures/menu.jpg);
	background-repeat: repeat-x;*/
    border-bottom: 1px solid #ff7922;
	padding-top: 4px;
	text-decoration: none;
}

.collapsein{
    display: none;
}

.icon-login {
    width: 26px;
    height: 26px;
    float: left;
    margin-right: 5px;
}

.login_menu {
    border-bottom: 1px solid #ff7922;
    padding-bottom: 3px;

}

.login_status ul {
    list-style: none;
    padding: 0;
}

.login_status li {
    list-style: none;
    text-align: right;
}

.login_menu {
    float: left;
}


.menu_icon {
    float: left;
    height: 30px;
    width: 40px;
    color: #333;
    background-image: url(../pictures/menu_icon.png);
    background-size: 30px;
	background-repeat: no-repeat;
    margin-top: 6px;
}


/******************************************SEARCH****************************************/

#search_div_main {
    width: 100%;
    float: left;
    /*border: 1px solid #D9DDE0;*/
    /*border-radius: 5px;*/
    /*margin-right: 30px;
    margin-left: 30px;*/
    margin-bottom: 30px;
    /*border-bottom: 1px solid #D9DDE0;*/
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    /*background-color: #B9BDC0;*/
}

#search_cart{
	margin-right: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
}

#search{
	float: left;
	height: 45px;
    border-radius: 0px 5px 5px 0px;
    /*background-color: #00A7CB;*/
    background-color: #fff;
    /*background-color: #D8DDE1;*/
}

.textbox_search{
	width: 280px;
	margin-top: 6px;
	margin-left: 10px;
    font-size: 1.33em;
    height: 1.33em;
	float: left;
}

.textbox_search input {
    border: 0px;
    border-bottom: 1px solid #D6D6D6 !important;
}

.textbox_search:focus {
    border-color: transparent;
}

#search .button_search{
	background-image: url(../pictures/search_icon.png);
    background-position: left center;
    background-size: 30px;
    background-repeat: no-repeat;
	float: right;
	width: 50px;
	height: 44px;
    margin-left: 5px;
}



/******************************************CART****************************************/

.cart{
	width: 38px;
	height: 38px;
	float: right;
	/*background-image: url("../pictures/cart_e.jpg");*/
   	background-image: url("../pictures/cart_empty.png");
    background-size: 100% auto;
    margin-left: 15px;
    margin-top: 0px;

    /*background-color: #d8dde1;*/
	background-repeat: no-repeat;
    border-radius: 5px;

}

.cart_a{
	width: 80px;
	height: 40px;
	float: right;
    border-radius: 5px;
   	background-image: url("../pictures/cart.png");
    /*background-image: url("../pictures/cart_a.jpg");*/
    background-color: #00a7cb;
	background-repeat: no-repeat;
    background-position: 5px;
    margin-left: 10px;
}

.cart_preview{
    margin-left: 55px;
	margin-top: 8px;
}

.cart_preview_a{
	margin-top: 8px;
    margin-left: 55px;
    color: #ffffff;
    font-size: 1.75em;
}

.cart_empty_icon {
    
}

.cart_empty {
    width: 200px;
    margin-left: 60px;
    line-height: 50px;
    font-size: 20px;
    color: #666;
}

.to_cart{
	float: left;
	width: 100%;
	height: 100%;
	background-color: Transparent;
}



/******************************************TIP****************************************/
#tip_div_main{
    float: right;
}

.tip_div_gifts_title {
    float: left;
    line-height: 43px;
    color: #00A7CB;
    font-weight: bold;
    margin-left: 5px;
}

.tip_div {
    width: auto;
    float: right;
    margin: 2px 10px 2px 10px;
    letter-spacing: -1px;
    /*border: 1px solid #999DA0;*/
    /*border-radius: 15px;
    background-color: #eeeeee;*/
}

.tip_div_price {
    /*border: 1px solid #999DA0;*/
    border-radius: 25px;
    background-color: #ffd9b3;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
}

    .tip_div_price a {
        color: #00A7CB;
/*        font-weight: bold;
*/    }

.tip_div_header {
    color: #ffffff;
    width: 100%;
    line-height: 40px;
    float: left;
    font-size: 30px;
    font-family: 'Comic Sans MS';
}

.tip_image {
    width: 20px;
    height: auto;
    margin: 9px;
    float: left;
}

.tip_link {
    /*color: #00A7CB;*/
    float: left;
    font-size: 0.925em;
    line-height: 38px;
    text-transform: uppercase;
    /*width: 69%;*/
}


/******************************************MENU****************************************/
#menu0 {
    float: left;
    width: 180px;
    text-align: center;
    display: block;
}


#menu{
	width: 170px;
	/*min-height: 50px;*/
    font-size: 14px;
	background-color: #B9BDC0;
	float: left;
    text-align: left;
    border-radius: 0 5px 5px 0;
}

#menu_inner_div{
}

.menu_item{
	text-decoration: none;
	color: #2F3131;
	font-weight: normal;
    float: left;
    line-height: 22px;
}

.menu_item_active {
    /*color: #FF7922;
    background-color: #2F3131;*/
    width: 103%;
    border-radius: 5px 5px 5px 5px;
    color: #2F3131;
    background-color: #ffa851;
}

.first_cat{
	font-weight: bold;
}

.last_cat{
	font-weight: normal;
}

.tabs-menu {
    width: 172px;
    height: 30px;
    /*float: left;*/
    clear: both;
    list-style-type: none;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 5px;
}

.tabs-menu li {
    width: 85px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    background-color: #B9BDC0;
}

.tabs-menu li.current {
    position: relative;
    background-color: #D9DDE0;
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 5px 5px 0px 0px;
}

.tabs-menu li a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    float: left;
    width: auto;
    margin-top: -5px;
}

#tabs-container {
    
}

.tab-content {
    background-color: #D9DDE0;
    display: none;   
}

#tab-1 {
    background-color: #D9DDE0;
    display: block;   
}

.menu_treeview {
    width: 170px;
    margin-top: 5px;
}

.menu_treeview table {
    margin-bottom: 3px;
}

#tips {
    float: left;
    margin-top: 20px;
    width: 98%;
    background-color: #D9DDE0;
    border-radius: 0px 5px 5px 0px;
}

#tips_menu {
    background-color: #B9BDC0;
    float: left;
    margin-bottom: 5px;
}

#tips_header {
    line-height: 50px;
    color: #2E7DA3;
}

.tips_item {
    float: left;
    width: 100%;
    line-height: 30px;
    border-radius: 0px;
}

.tip_menu_item_a {
    width: 100%;
    float: left;
}

.menu_payu_logo {
    width: 150px;
    margin-top: 20px;
}

/******************************************CLASSES****************************************/


.fl{
	float: left;
}

.fr{
	float: right;
}

.cl{
	visibility: hidden;
	clear: both;
	height: 1px;
	margin: -1em 0 0 0;
	line-height: 0;
	font-size: 0;
	border: 0;
}

.cl_only {
    clear: both;
}

.ct {
    text-align: center;
}

.validator {
    font-size: 2em;
    color: orange;
}

.form_row {
    width: 100%;
    float: left;
    margin-bottom: 3px;
}

.final {
    font-size: 1.66em;
}

.display {
    display: block;
}

.bold {
    font-weight: bold;
}

.hidden {
    display: none !important;
}

.active_text {
    color: #f27b2b;
}

.green_text {
    color: #228C22;
}

.inactive_text {
    color: #666666;
}

.white_text {
    color: white;
}

.is_paid {
    background-color: green !important;
    color: #fff !important;
}


.active_header {
    color: #2E7DA3;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 5px;
}


.input_disabled {
    background-color: #eee !important;
}

.div_center_parent {
    width: 100%;
    float: left;
    text-align: center;
}

.div_center_child {
    width: auto;
    display: inline-block;
    margin-bottom: 50px;
}

/******************************************BUTTONS****************************************/

.shop_button {
    width: auto;
    padding: 5px 20px 5px 20px;
    background-color: #d8dde1;
    border-radius: 5px;
    color: #333333;
    margin: 5px;
    font-size: 16px;
    float: left;
    margin-left: 10px;
}

.shop_button:hover {
    background-color: #a2a5a8;
    color: #333333;
}

.shop_button_active {
    width: auto;
    padding: 5px 20px 5px 20px;
    background-color: #00a7cb;
    border-radius: 5px;
    color: #ffffff;
    margin: 5px;
    font-size: 16px;
    /*float: right;*/
    display: inline-block;
}

.shop_button_active:hover {
    background-color: #0089a8;
    color: #ffffff;
}


.bigger_button {
    font-size: 20px;
    padding: 12px 25px;
}



.buton_add_cart {
	height: 30px;
    margin: 5px;
    background-image: url(../pictures/cart_add_small.png);
    background-repeat: no-repeat;
    
}

.row_add_cart{
	float: left;
    margin: 5px;
    clear: both;
    /*display: none;*/
    /*background-image: url(../pictures/to_cart.jpg);*/
}


.row_add_cart_text2 {
    margin-top: 2px;
    font-size: 20px;
}

.add_cart{
	height: 40px;
	float: left;
	background-image: url(../pictures/to_cart.jpg);
	background-repeat: no-repeat;
    background-size: 40px;
    background-position-y: center;
}

.sales_points {
    width: 49%;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

.loading_icon {
    background: url("/pictures/loading.gif") no-repeat right center;
}

.loading_icon_left {
    background-image: url("/pictures/loading.gif");
    background-position: left center;
    background-repeat: no-repeat;
}




/***************************************************************************************************/


                                        /*                                  */
                                        /*         IPHONE 4 - BEGIN         */
                                        /*                                  */


                        /* ALL ORIENTATION */
/* for SMALL devices - smaller than 767px - iPhone 4 - iPhone 6s */
@media screen and (max-device-width : 767px) {
    body {
        font-size: 1em;
    }

    #left {
        display: none;
    }

    #mid {
        margin-top: 10px;
    }

    #right {
        margin-top: 40px;
    }

    .advert_right, .advert_left, #banner_main_div,
    #tips, .menu_payu_logo, .menu_payu_logo2, #menu0, .banner_news2016,
    .shoproku-sticky-widget2, .shoproku-sticky-widget, #cart, .christmass, #free_shipping, .menu_icon, .overeno_circle,
    .banner_minecraft_uvodka_2017, #buttons_top {
        display: none;
        visibility: hidden;
    }

    .shoproku-sticky-widget2 {
        display: none !important;
        visibility: hidden !important;
    }
        /*    .shoproku-sticky-widget {
        top: 250px !important;
        position: fixed !important;
    }
*/
        #heurekaTableft {
            margin-top: 250px !important;
        }

    .menu_close {
        font-size: 2em;
        color: #666666;
    }

    #banner_main_div {
        max-width: 400px;
        height: 40px;
        float: left;
        background-repeat: no-repeat;
        /*position: relative;*/
        border: 1px solid white;
        background-image: none;
        margin-left: 0;
        margin-top: 10px;
    }

    #banner_main_div a{
        float: left;
        margin-left: 10px;
    }

    
    .banner_logo_eshopu {
/*        background-image: url("../pictures/banner_mobile.jpg") !important;
*/        background-repeat: no-repeat;
        height: auto !important;
        width: 130px !important;
        /*margin-left: 25%;*/
    }
  

    #main_master {
        /*width: 767px;*/
        width: 100%;
        /*background-color: red !important;*/
    }

    #main {
        width: 100%;
        min-width: inherit;
        /*margin-top: 50px;*/
    }

    #menu0 {
        float: none;
        width: 95%;
    }

    #content {
        margin: 0;
        width: 100%;
    }

    #cover {
        /*margin-top: 50px;*/
    }

    .menu_close {
        display: block;
        visibility: visible;
        
    }

    #banner_cart {
        width: 50px;
        height: 50px;
        float: right;
        border-radius: 5px;
        display: block;
        visibility: visible;
        margin-top: 10px;
    }

    .banner_cart_empty {
        background-image: url("../pictures/cart.png");
        background-color: #B9BDC0;
        background-repeat: no-repeat;
        background-position: 5px;
    }

    .banner_cart_a {
        background-image: url("../pictures/cart.png");
        background-color: #00A7CB;
        background-repeat: no-repeat;
        background-position: 5px;
    }


    .ui-widget {
        font-size: 3em;
    }

    .textbox_search {
        width: 70%;
    }

    #footer, #footer_div {
        width: 100%;
        background-color: #666666;
    }

    #navigation {
        float: left;
        width: 100%;
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
        background: none;
        height: auto;
    }

    #search_cart {
        margin-top: -50px;
    }


    .navbutton {
        font-size: 0.825em;
    }

    #tip_div_main {
        width: 100%;
    }

    .tip_div {
        width: 85px;
        margin: 0 auto;
        float: right;
        text-align: center;
        margin-right: 5px;
        margin-bottom: 5px;
        letter-spacing: -1px;
    }

    .tip_div a{
        width: 100%;
/*        line-height: 1em;
*/
    }


    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1em;
    }

    h3 {
        font-size: 0.875em;
    }

    .text6 {
        font-size: 1em;
    }

/*    .product_top_sale {
        font-size: 0.7em !important;
    }
*/
    .message_box {
        top: 33%;
        left: 10%;
        right: 10%;
    }

    .message_box_cart {
        padding: 0;
    }


    .div_button {
       display: table;
       margin: 20px auto;
        float: none;
   }

    .order_ok {
        margin: 0 !important;
    }

    .sales_points {
        width: 99%;
    }

    #content0 {
        /*float: left;*/
        /*margin: 0;*/
        clear: both;
    }



    .category_header {
        font-size: 1.75em !important;
    }

    .aktualni_odeslani_div {
        overflow: hidden;
    }




}

                                /* PORTRAIT */
/* for SMALL devices - smaller than 767px - iPhone 4 - iPhone 6s */
@media screen and (max-device-width : 767px) and (orientation: portrait) {
    /*#master_left_menu {
        font-size: 3em;
        line-height: 1.5em;
    }*/

    #languages_currencies {
        /*display: none;
        visibility: hidden;*/
    }
    
    .category {
        /*width: 48% !important;
        height: auto !important;*/

        width: 48% !important;
        /*padding-bottom: 48%;*/
        position: relative;
        display: block;
        height: 150px !important;

    }

    .category_name {
        height: 20px;
    }

    .category_image {
        width: 79% !important;
        height: auto !important;
        /*background-size: 49% !important;*/
    }


  
}

                                /* LANDSCAPE */
/* for SMALL devices - smaller than 767px - iPhone 4 - iPhone 6s */
@media screen and (max-device-width : 767px) and (orientation: landscape) {
    /*#master_left_menu {
        font-size: 2em;
        line-height: 1.5em;
    }*/
    
    .category {
        /*width: 48% !important;
        height: auto !important;*/

        width: 32% !important;
        /*padding-bottom: 48%;*/
        position: relative;
        display: block;
        height: 170px !important;

    }

    .category_name {
        height: 20px;
    }

    .category_image {
        width: 79% !important;
        height: auto !important;
        /*background-size: 49% !important;*/
    }



}


                                        /*                                  */
                                        /*         IPHONE 4 - THE END       */
                                        /*                                  */


/***************************************************************************************************/

