body {
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  heigth: 100vh;
  */
  background: #000000de;
}



html, body, .Container
{
    /*height: 100%;
	background-color: #000000de;*/
}


.video_box {
    width: 120vw;
    height: 120vh;
	position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.outside {
  position: relative;
	width: 700px;
	height: 450px;
	background: radial-gradient(circle, rgba(212,251,63,0.8858893899356618) 0%, rgba(92,252,70,0.8354692218684349) 100%);
	/*-webkit-clip-path: polygon(50% 12%, 96% 14%, 93.5% 86%, 50% 91%, 6.5% 86%, 4% 14%);
	clip-path: polygon(50% 12%, 96% 14%, 93.5% 86%, 50% 91%, 6.5% 86%, 4% 14%);*/
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	box-shadow: 0 20px 30px -4px rgb(0 0 0 / 60%);
	-webkit-box-shadow: 0 20px 30px -4px rgb(0 0 0 / 60%);
}

.inside {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: white;
  /*-webkit-clip-path: polygon(50% 11%, 96.5% 13.5%, 94% 87%, 50% 92%, 6% 86.5%, 3.5% 13.5%);
  clip-path: polygon(50% 11%, 96.5% 13.5%, 94% 87%, 50% 92%, 6% 86.5%, 3.5% 13.5%);
  */
}


#nilsBoard {
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow: hidden; 
}


#nilsBoard::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

/* other styling */
#nilsBoard {
  
}


.TM-Box {
    position: fixed;
    width: 230px;
    bottom: 0vh;
    height: 27px !important;
	background-color: #24272b;
	pointer-events: none;
}

.TM-Img {
    width: 260px;float: left;transform: rotate(-180deg);position: relative;
}

.TM-Text {
    margin-left: 10px;color: #FFF;font-size: 12px;position: relative;/bottom: 7px;font-family: Arial, sans-serif; bottom: 24px;
}


.cart_top_blur {
	position: absolute;
    z-index: -1;
    height: 150px;
    border-radius: 55px;
    width: 150px;
    margin: -115px 0px 0px 0px;
    filter: blur(31px);
    background-image: linear-gradient( 30deg , #eee63f, #0d8608 25%, #37e53e);
    opacity: 1;
    transition: opacity .5s;
    animation: spin 4s linear infinite;
}


.cart_top_box {
	right: 2vw;
    width: 50px;
    height: 50px;
    padding: 10px 10px 0px 0px;
    text-align: right;
    cursor: pointer;
    z-index: 320;
    position: fixed;
	margin-top: 0px;
	display:none;
}


.board_logo {
	/*
	position: inherit;
    z-index: 200;
    width: 100vw;
	*/
	position: absolute;
    z-index: 200;
    width: 100vw;
    /*margin-top: 130px;*/
}

.home_icon_box {
    height: 50px;
    position: fixed;
}



.buy_back {
    width: 300px;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    z-index: 30;
    pointer-events: none;
}


.buy_box_back {
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: -120px;
    left: 49%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    z-index: 30;
    background: url(../images/prod_page_bot_back.svg) no-repeat;
    background-position: bottom;
    clip-path: polygon(100% 0%, 100% 71%, 97% 95%, 50% 100%, 3% 94%, 0% 71%, 0% 0%);
}


.buy_box_SColor_ero {
	font-size: 45px;
    color: #F00;
    font-family: 'Staatliches', cursive;
    position: fixed;
    margin: 250px 0px 0px 10px;
    width: 260px;
    height: 30px;
    line-height: 44px;
    z-index: 2000;
	text-shadow: 2px 2px #24272b;
	display:none;
		
	-webkit-animation-name: SColor_ero_anim;
		-webkit-animation-duration: 6s;
		-webkit-animation-delay: 0s;
		-webkit-animation-iteration-count: 1;
		animation-name: SColor_ero_anim;
		animation-duration: 6s;
		animation-delay: 0s;
		animation-iteration-count: 1;
}
	
@-webkit-keyframes SColor_ero_anim {
	0% { opacity: 0; margin: 20vh 0px 0px 15px; }
	10% { opacity: 1; margin: 40vh 0px 0px 15px; }
	95% { opacity: 1; margin: 40vh 0px 0px 15px; }
	100% { opacity: 0; margin: 40vh 0px 0px 15px; display:none; }
}
	
@keyframes SColor_ero_anim {
	0% { opacity: 0; margin: 20vh 0px 0px 15px; }
	10% { opacity: 1; margin: 40vh 0px 0px 15px; }
	95% { opacity: 1; margin: 40vh 0px 0px 15px; }
	100% { opacity: 0; margin: 40vh 0px 0px 15px; display:none; }
}



.buy_box_SSize_ero {
	font-size: 45px;
    color: #F00;
    font-family: 'Staatliches', cursive;
    position: fixed;
    margin: 250px 0px 0px 10px;
    width: 260px;
    height: 30px;
    line-height: 44px;
    z-index: 2000;
	text-shadow: 2px 2px #24272b;
	display:none;
		
	-webkit-animation-name: SSize_ero_anim;
		-webkit-animation-duration: 6s;
		-webkit-animation-delay: 0s;
		-webkit-animation-iteration-count: 1;
		animation-name: SSize_ero_anim;
		animation-duration: 6s;
		animation-delay: 0s;
		animation-iteration-count: 1;
}
	
@-webkit-keyframes SSize_ero_anim {
	0% { opacity: 0; margin: 20vh 0px 0px 115px; }
	10% { opacity: 1; margin: 40vh 0px 0px 115px; }
	95% { opacity: 1; margin: 40vh 0px 0px 115px; }
	100% { opacity: 0; margin: 40vh 0px 0px 115px; display:none; }
}
	
@keyframes SSize_ero_anim {
	0% { opacity: 0; margin: 20vh 0px 0px 115px; }
	10% { opacity: 1; margin: 40vh 0px 0px 115px; }
	95% { opacity: 1; margin: 40vh 0px 0px 115px; }
	100% { opacity: 0; margin: 40vh 0px 0px 115px; display:none; }
}


.cart_add_x {
	font-size: 29px;
    color: #9e9e9e;
    font-family: 'Staatliches', cursive;
    position: fixed;
    margin: -32px 0px 0px -14px;
    width: 260px;
    height: 30px;
    padding-top: 10px;
    cursor: pointer;
}

.cart_add_x:hover {
	color: #00B53E;
}

.cart_add_succ {
	display:none;
}

.cart_add {
    background: #2aaa2200;
    width: 110px;
    height: 35px;
    font-size: 22px;
    color: #fff;
    font-family: 'Staatliches', cursive;
    position: fixed;
    left: 50%;
    top: 175px;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
    pointer-events: all;
    text-shadow: 1px 1px #000000;
}

.cart_add_logo {
    position: fixed;
    margin-left: 113px;
    margin-top: -42px;
    transform: scale(0.8);
	-webkit-transform: scale(0.8);
}



.buy_box {
    width: 280px;
    height: 250px;
    position: absolute;
    bottom: -90px;
    left: 49%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    z-index: 30;
    background-image: linear-gradient(transparent 25%, #000000a1 60%, #000000b5 65%, transparent 50%);
}

.buy_box_text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    position: absolute;
    width: 94%;
    bottom: 73px;
    left: 50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
    line-height: 22px;
    text-shadow: 1px 1px #000000;
    text-align: center;
}

.buy_b_text {
    margin-bottom: 20px;
}

.buy_b_name {
    margin-bottom: 15px;
}

.buy_b_name h1 {
    font-family: 'Staatliches', cursive;
    font-size: 40px;
	text-shadow: 2px 2px #000000;
	font-weight: 100;
	margin: 0px;
}

.cart_price {
    width: 90px;
    position: absolute;
    margin-top: -36px;
    margin-left: 185px;
    font-family: 'Staatliches', cursive;
    font-size: 34px;
    color: #00B53E;
}


.buy_box_button {
    cursor: pointer;
    background: #ffffffd4;
    height: 70px;
    width: 100%;
    text-align: center;
    clip-path: polygon(100% 0%, 97.5% 77%, 50% 92%, 2.5% 73%, 0% 0%);
    font-size: 40px;
    color: #000;
    font-family: 'Staatliches', cursive;
    padding-top: 10px;
    pointer-events: all;
    position: absolute;
    bottom: 0;
}

.fcbgreen {
    font-weight: 600;
    color: #00B53E;
}

.fcgreen {
    color: #00B53E;
}

.fcgray {
    color: #666666;
}

.board_logo_box {
    height: 50px; width: 50vw;
}

.board_logo_box_pic {
    background: url("../images/prod_page_top_back.svg") no-repeat;
	background-position: 0px 0px;
    float: right;
    cursor: pointer;
    position: inherit;
    margin-right: -150px;
    width: 300px;
    height: 130px;
	pointer-events: none;
}







#vid_next_close {
	display:none;
}


.vid_x_box {
	width: 30px;
    height: 30px;
    position: fixed;
    top: 160%;
    left: 51%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    pointer-events: all;
    cursor: pointer;
}

.vid_ero_box {
	width: 88vw;
    max-width: 690px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	pointer-events: none;
}

#vid_prev {
	display:none;
}
/*
#video {
  z-index: -1;
  position: fixed; 
  top: 60%;
  left: 50%;
  width: 92%;
  height: 110%;
  overflow: hidden;
  
  transform: translate3d(-50%, -50%, 200px) perspective(1200px);
  transition: transform .4s ease-out;
  
  -webkit-transform: translate3d(-50%, -50%, 200px) perspective(1200px);
  -webkit-transition: transform .4s ease-out;
 
}
*/

.blur {
  position: fixed; 
  z-index: -10;
  top: 50%;
  left: 50%;
  width: 90vw;
  height: 100vh;
  transform: translate(-50%, -60%) scale(1.5, 1.3);
  border-radius: 30%;
  filter: blur(100px) saturate(9);
  opacity: .5;
  
  -webkit-transform: translate(-50%, -60%) scale(1.5, 1.3);
  
}





.prod_size_s_box_off {
	
	display:none !important;
}


.prod_size_s_box {

	width: 30px;
    height: 26px;
    background-color: #fff;
    float: right;
    margin: 5px;
    color: #24272b;
    font-size: 19px;
    text-shadow: 0px 0px #00000000;
    padding-top: 5px;
    font-family: 'Staatliches', cursive;
    border-radius: 3px;
	cursor:pointer;
	border: 2px solid #0F000000;
}


.prod_size_s_box:hover {

	width: 30px;
    height: 26px;
    background-color: #fff;
    float: right;
    margin: 5px;
    color: #24272b;
    font-size: 19px;
    text-shadow: 0px 0px #00000000;
    padding-top: 5px;
    font-family: 'Staatliches', cursive;
    border-radius: 3px;
	border: 2px solid #0F0;
}


.prod_color_s_box {

	width: 30px;
    height: 30px;
    background-color: #fff;
    float: right;
    margin: 5px;
	border-radius: 3px;
	cursor:pointer;
	border: 2px solid #0F000000;
}

.prod_color_s_box:hover {

	width: 30px;
    height: 30px;
    background-color: #fff;
    float: right;
    margin: 5px;
	border-radius: 3px;
	border: 2px solid #0F0;
}


.prod_color_s_box_out {

	width: 30px;
    height: 30px;
    background-color: #fff;
    float: right;
    margin: 5px;
	border-radius: 3px;
	border: 2px solid #0F000000;
	opacity: 0.3;
}






.main_color_box {
	margin-top: -30px !important;
    width: 25px;
    height: 25px;
    background-color: #2e2d2d;
    float: right;
    margin: 3px;
    border-radius: 3px;
    pointer-events: none;
}


.main_size_box {

	margin-top: -29px !important;
    width: 25px;
    height: 23px;
    background-color: #2e2d2d;
    float: right;
    margin: 3px;
    border-radius: 3px;
    pointer-events: none;
    font-family: 'Staatliches', cursive;
    font-size: 16px;
    padding-left: 1px;
    padding-top: 2px;
    text-align: center;
}




.subtitle
    {
       width: 612px;
       margin: 0 auto;
       left: 0px;
       background-color:black;
       border: 2px solid grey;
       position:absolute;
       display:inline;
       padding: 10px 0px 10px 10px; 
       top: 765px;
       right: 0px;
       font-family:"Myriad Pro";
       z-index:10;
    }            
/*Menu CSS */
    /* mainnav bar list */
    ul.mainNav {
        padding: 0px;
		margin: 0px;
		list-style: none;
		height: 43px;
		z-index: 25;
		pointer-events: all;
		width: 210px;
    }

    /* mainnav links */
    ul.mainNav li {
        text-align: left;
		float: left;
		width: 80px;
		margin-right: 20px;
		padding-left: 0px;
		position: relative;
		text-decoration: none;
		font-size: 14px;
		z-index: 25;
    }

    ul.mainNav li a {
        display: block;
		width: 67px;
		height: 23px;
		color: #d3d2d2;
		background-color: #4f4d4d;
		border-radius: 6px;
		padding: 4px 4px 4px 7px;
		text-decoration: none;
		z-index: 25;
		font-size: 14px;
		border: 2px solid #4f4d4d;
		line-height: 21px;
    }

    ul.mainNav li a:hover {
        background-color: black;
        color:white;
        z-index:25;
		border: 2px solid #000;
    }
	
	
	/* subnav layer */
    ul.subNavS {
        padding:0px;
        margin:0px;
        list-style:none;
        position: absolute;
        display: none;
        z-index:30;
    }

    ul.subNavS li {
        display: block;
        padding-left: none;
        float: left;
        text-align: center;
        background-color: black;
        border-bottom: ridge 1px #4F0000;
        z-index:30;
    }

    /* subnav links */
    ul.subNavS li a {
        float: left;
        display: block;
        width: 50px;
        height: 20px;
        padding-top: 9px;
        background-color: black;
        color: cyan;
        font-size: 11pt;
        z-index:30;

    }

    ul.subNavS li a:hover {
        background-color: black;
        color: white;
        z-index:30;
    }	
	
    /* subnav layer */
    ul.subNav {
        padding:0px;
        margin:0px;
        list-style:none;
        position: absolute;
        display: none;
        z-index:30;
    }

    ul.subNav li {
        display: block;
		float: left;
		text-align: center;
		z-index: 30;
		width: 40px;
		height: 30px;
		margin-bottom: 9px;
		margin-top: -11px;
		margin-left: 46px;
		border-bottom: 10px solid #33333300;
    }

    /* subnav links */
    ul.subNav li a {
        float: left;
        display: block;
        width: 100px;
        height: 20px;
        padding-top: 9px;
        background-color: black;
        color: cyan;
        font-size: 11pt;
        z-index:30;

    }

    ul.subNav li a:hover {
        background-color: black;
        color: white;
        z-index:30;
    }
li:hover ul {
  display:block;
  bottom:30px;
}


.shoes_size_s_box {
	width: 73px;
    float: left;
    margin: 16px 6px 0px 5px;
    padding: 0px 0px 2px 0px;
    background-color: #fff;
    color: #24272b;
    font-size: 19px;
    text-shadow: 0px 0px #00000000;
    padding-top: 5px;
    font-family: 'Staatliches', cursive;
    border-radius: 3px;
    cursor: pointer;
    border: 2px solid #0F000000;
	
}

.shoes_size_s_box:hover  {
	border: 2px solid #00ff00;
	
}

.shoesSize_box {
	position: absolute;
    width: 280px;
    height: 350px;
    border-radius: 10px 10px 0px 0px;
    margin-left: 10px;
}

.cIdShoesSize {
	background: linear-gradient(180deg, #000000 30%, #0e0e0fe0 97%, #0e0e0f57 100%);
    width: 279px !important;
    height: 340px !important;
    margin-left: -108px !important;
	border-radius: 10px 10px 0px 0px;
}



