body {
	font-family: 'Roboto', 'PingFang TC', 'Microsoft JhengHei','Raleway',sans-serif;
	background-color: #fcee09;
}

img {
	max-width: 100%;
	width: auto;
}

a {
    color: #00f0ff;
}

a:hover {
    color: #00f0ff;
}

.form-label-group > label {
    color: #CCC;
}

.main {
	padding-left: 0;
	padding-right: 0;
	/*height: 100vh;*/
}

.modal-dialog {
	border: 2px #f8ea08 solid;
}

.service {
	color: #FFF;
	/*display: none;*/
	position: absolute;
bottom: 10px;
font-size: 11px;
left: 10px;
}

.content {
	clear: both;
	padding-top: 20px;
}

.content h3 {
	font-weight: bold;
	font-size: 22px;
}

.content p {
	
}

.content ul {
	padding-left: 20px;
}

.cover-photo {
	width:60%;
	float: left;
	background: #CCC;
	height: 100vh;
	-webkit-box-flex: 0;
	flex: 0 0 60%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column nowrap;

}

.addtocart {
		border: 1px #000 solid;
		width: 200px;
		height: 60px;
		display: inline-block;
		float: right;
		color: #fcee09;
		background-color: #000;
		border-radius: 0;
}

.btn-description {
	font-size: 11px;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #666;
	background-color:#fcee09;
	border-color:#6c757d;
}

.btn-url {
	border: 1px #000 solid;
	border-radius: 0;
	margin-bottom: 10px;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    color: #fcee09;
	text-shadow: 0 1px 0#fff;
    opacity: 1;
}

.close:hover {
    color: #fcee09;
    text-decoration: none;
}

.addtocart:hover {
    color: #000;
	background-color: transparent;
	border-color: #000;
}


.avatar {
	max-width: 70px;
	position: relative;
	display: inline-block;
	top: -50px;
	right: calc(-50% + 50px);
	border-radius: 50%;
	border: 3px #fcee09 solid;
}

.product-info .avatar {
	max-width: 120px;
	position: relative;
	display: inline-block;
	/*top: -80px;*/
	right: calc(-100% + 140px);
	border-radius: 50%;
	margin-bottom: -220px;
	border: 5px #fcee09 solid;
}



.product {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    background-color: #050a0e;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.cover-photo .product {
    background-image: url(/images/notorious_cover1.jpg?s=1);
}

.cover-nav {
	bottom: 60px;
	position: absolute;
	width: 100%;
	text-align: center;
}


.product__top {
	padding-top: 28vw;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
}


.product__title {
    display: block;
}

.product__title h1 {
    position: relative;
    color: #00f0ff;
    display: inline-block;
    text-align: left;
    font-size: 2vw;
    font-weight: 700;
    font-family: BlenderProBold,sans-serif;
    text-transform: uppercase;
	/*line-height: 86%;*/
	text-shadow: 1px 1px 6px #333;
}

.product__cursor {
    width: 1.37vw;
    height: 3px;
    overflow: hidden;
    display: inline-block;
}

.product__cursor .c-beep {
 width:100%;
 height:3px;
 background-color:#00f0ff;
 display:block;
 opacity:0;
 -webkit-transition:opacity .1s ease-in-out;
 transition:opacity .1s ease-in-out
}
.product__cursor .c-beep--active {
 opacity:1
}

.product__title h1:after {
 content:"";
 position:absolute;
 bottom:-.3vw;
 left:0;
 width:100%;
 background-color:#00f0ff;
 opacity:.55;
 height:1px
}

.product__title-subtitle {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-top: 1vw;
}

.product__title-subtitle-text {
    font-size: 17px;
    color: #00f0ff;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-align: center;
    align-items: center;
	margin-bottom: 5px;
	text-shadow: 1px 1px 6px #333;
}

.product-info {
	padding-top: 20px;
}


.info__razor-line {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background-image: url(/images/side.svg);
    background-repeat: repeat-y;
    background-position: 100% 300px;
    background-size: auto 102%;
	z-index: 10;
}



.info {
 -webkit-box-flex:0;
 flex:0 0 40%;
 position:relative;
 background-color:#fcee09;
 -webkit-box-align:center;
 align-items:center;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 flex-flow:column nowrap;
 -webkit-box-pack:end;
 justify-content:flex-end;
 padding:0 20px;
 display:-webkit-box;
 display:flex;
}

.info .box__label {
    position: relative;
	/*bottom: -50px;*/
	right: calc(-50% + 20px);
	font-size: 8px;
	height: 16px;
	padding: 0 4px;
	background-color:#fcee09;
	display: inline-block;
}

.info__box {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 2;
	
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    width: 100%;
    padding: 0 20px;
}


.step__title-detail {
    background-image: url(/images/detail-header.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100%;
    height: .5vw;
    border-top: 2px solid #050a0e;
    display: block;
    margin-top: 1.8vh;
}


.info .boxes {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    width: 100%;
    max-width: 570px;
    margin: 0 auto 14.6vh;
    padding-bottom: 5px;
}

.box {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	margin: 5px;
	/*border: 2px solid #050a0e;*/
	text-align: center;
	/*min-height: 360px;*/
	background-color: #000;
	background-image: url(/images/deg.png?s=2);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 3%;
}


.box-info {
	/*background-color: #000;*/
	color: #FCEE09;
	height: 70px;
	font-size: 12px;
	padding: 0 0 0 10px;
	text-align: left;
	font-weight: 200;
}

.infotext {
	margin-bottom: 10px;
	padding-top: 5px;
}





.box-info h3{
	font-size: 20px;
	font-weight: 300;
}

.box .meta {
	font-size: 13px;
	font-weight: 200;
}


.btn-2077 {
    color: #fcee09;
	border-color: #fcee09;
    font-weight: 200;
	border-radius: 0;
	background-color: rgba(0,0,0, .5);
}

.btn-2077:hover {
    color: #fcee09;
	background-color: #000;
	border-color: #000;
}

.btn-2077-buy {
    color: #fcee09;
	background-color: transparent;
	border-color: #fcee09;
    font-weight: 200;
	border-radius: 0;
	min-width: 180px;
}

.btn-2077-buy:hover {
    color: #000;
	background-color: #fcee09;
	border-color: #fcee09;
}

.btn-primary {
    color: #000;
	background-color:#f8ea08;
	border-color:#f4e607;
	border-radius: 0;
}

.btn-primary:hover {
    color: #fcee09;
	background-color: #000;
	border-color: #f4e607;
}



.footer {
	padding: 20px 0;
}

.footer .logo {
	width: 70px;
	display: inline-block;
	margin: 0 3px;
}

.logo-loop {
	width: 82%;
	margin: -100px auto;
}

.copyright {
	text-align: left;
	font-size: 9px;
	padding: 0 10px;
}

.modal-content {
    border-radius: 0;
	background-color: #000;
}

.modal-header {
	color: #fcee09;
	border-bottom: 1px solid #fcee09;
}

.modal-title {
    font-weight: 400;
}


.modal-body {
    color: #faec08;
	font-weight: 400;
}


.form-control {
	border-radius: 0;
}

.my-product {
	display: block;
	width: 100%;
	/*height: 145px;*/
	border: 2px #000 solid;
}

.open-cart {
	border: 1px #f8ed07 solid;
	cursor: pointer;
	width: 33.33333%;
}

@media only screen and (max-width: 1719px) {
	.logo-loop {
		width: 86%;
	}
	
	.footer .logo {
		width: 60px;
	}
	
}

@media only screen and (max-width: 1639px) {
	.logo-loop {
		width: 88%;
	}
	
}

@media only screen and (max-width: 1403px) {
	.logo-loop {
		width: 90%;
	}
	.footer .logo {
		width: 54px;
	}
	
}

@media only screen and (max-width: 1280px) {
	
	.cover-photo {
		width: 55%;
	}
	
	.box-info p{
		
	}
	
	.logo-loop {
		width: 92%;
	}
	.footer .logo {
		width: 50px;
	}
}

@media only screen and (max-width: 1024px) {
	.footer .logo {
		width: 40px;
		margin: 0;
	}
	
}



@media only screen and (max-width: 767px) {
	.logo-loop {
		width: 96%;
	}
	
	.footer .logo {
		width: 35px;

	}
	
}






/* RWD */
@media only screen and (max-width: 480px) {
	.product-info {
		padding-top: 20px;
		width: 100%;
	}

	.service {
	bottom: 30px;
	}

	.content {
		clear: both;
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
		}


	.product__bottom-line {
		background-image: url(/images/mobile-razor-top-yellow.svg);
		background-size: cover;
		background-position: bottom;
		height: 10.3vw;
		bottom: -.2vw;
		z-index: 10;
		width: 100%;
		position: absolute;
	}
	
	.product-info .avatar {
		max-width: 90px;
		position: relative;
		display: inline-block;
		/*top: -80px;*/
		right: calc(-100% + 110px);
		border-radius: 50%;
		margin-bottom: -160px;
		border: 5px #fcee09 solid;
	}

	.info__razor-line {
		display: none;
	}
	.cover-photo {
		width: 100%;
		float: none;
		flex: 0 0 60%;
		height: 65vh;
	}
	
	.cover-photo.sticky-top {
		position: relative;
	}
	
	.product__top {
		padding-top: 5vw;
		padding-left: 10px;
	}
	
	.product__title h1 {
		font-size: 6vw;
	}
	
	.box {
		flex: 0 0 100%;
		margin: 10px 5px;
		min-height: 310px;
	}


		
	
	.content h3 {
		font-size: 18px;
	}
	
	.addtocart {
		width: 100%;
		margin-top: 20px;
	}

	.info .box__label {
		bottom: -30px;
	}

	.infotext {
		margin-bottom: 0;
	}

	.open-cart {
		width: 100%;
	}
	
}

@media only screen and (max-width: 375px) {
	.cover-photo {
		height: 80vh;
	}
	.info .box__label {
		bottom: -40px;
	}

	.product__top {
		padding-top: 5vw;
		padding-left: 10px;
	}

	.product__title-subtitle-text {
		font-size: 12px;
	}
	

}

@media only screen and (max-width: 414px) {
	.cover-photo {
		height: 80vh;
	}

}

