html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-size: 100%; */
	/* font: inherit; */
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    overflow: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
    background-color: #000000;
    font-family: 'Roboto', sans-serif;
}
#player {
    height: 100vh;
}
#video1{
    display:none;
}
* {
    box-sizing: border-box;
}

.btn {
    width: 180px;
    height: 48px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}
.btn-grey {
    background: #eaeaea;
    border: none;
    color: #000;
}
.btn-grey:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    direction: rtl;
    z-index: -1;
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    transition: all 0.3s ease;
}
.btn-grey:hover {
    color: #000;
}
.btn-grey:hover:after {
    left: auto;
    right: 0;
    width: 100%;
}

.btn-green {
    border: none;
    color: #000;
    background: #eaeaea;
}
.btn-green:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    direction: rtl;
    z-index: -1;
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    transition: all 0.3s ease;
}

#play{
    display: none;
    position: absolute;
    top:50%;
    left:50%;    
    transform: translate(-50%,-50%);
    width:60px;
}
.play-button-wrap {
    position: absolute;
    top: 0%;
    left: 0%;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #cfd8dc;
    z-index: 4;
    
}
.play-button-wrap:before {
    content: "";
    background-image: url('../images/public_imgs_bgimg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
.information-product-wrap {
    z-index: 1;
    position: relative;
}
.play-button-wrap .form-wrap {
    max-width: 440px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.form-row h3 {
    font-size: 26px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 50px;
}
.form-row {
    max-width: 600px;
    width: 100%;
    margin-bottom: 20px;
}
.form-row input {
    display: block;
    height: 48px;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 15px;
    border-radius: 5px;
    outline: none;
    border: none;
    font-size: 18px;
    border: 1px solid transparent;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
}
.form-row input::placeholder{
    color: black;
}
.instruction-wrap {
    top: 0;
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background-image: url('../images/public_imgs_bgimg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 9;

}
.instruction-wrap  img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.content-header img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#information-content{
    /* background-image: url('../images/public_imgs_bgimg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; */
    overflow-y: auto;
    visibility: hidden;
    position: absolute;
    right:0;
    top: 0;
    max-width:650px;
    width: 100%;
    height:100%;
    background-color: rgb(183, 144, 70, 0.53);
    transform: translateX(100%);
    transition: 0.5s ease;
}
#information-content.open {
    visibility: visible;
    transform: translateX(0);
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.2);
    display: none;
}
.content-header{
    position: sticky;
    top: 0;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    background-color: #ebebeb;
    border-bottom: 1px solid #9E9E9E;
    height: 52px;
    z-index: 2;
}
.content-header h1{
    text-align: center;
    font-size: 26px;
    margin: 0;
    color: #000000;
    width: calc(100% - 225px);
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.information-product {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.add-to-cart-button:hover,.buy-now:hover,.visit-site-button{
    transform: scale(1.05);
}
.visit-site-button{
    display: none;
}
.buy-now:hover{
    transform: scale(1.05);
}
.buy-now{
    transition: 0.5s ease;
}
.button-wrap a{
    text-decoration: none;
}
.btn-wrap{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: nowrap;
    margin-left: auto;
    transform-origin: right;
    flex-direction: column;
    width: 160px;
}
.information-product{
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
.cart-product{
    padding: 10px;
}
#add-to-cart{
    position: absolute;
    top: 0;
    right: 0;
    max-width:650px;
    width: 100%;
    height:100%;
    /* background-image: url(../images/public_imgs_bgimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; */
    background-color: rgb(183, 144, 70, 0.53);
    overflow-y: scroll;
    color: white;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.5s ease;
}
#add-to-cart.open {
    visibility: visible;
    transform: translateX(0);
}
.cart-info {
    position: relative;
}
.cart-info .cart-count {
    position: absolute;
    right: -5px;
    top: -5px;
    background: #ffffff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 11px;
    border-radius: 50%;
    border: 1px solid #000000;
    cursor: pointer;

}
.btn-wrap a{
    height: 60px;
    object-fit: cover;
}
.information-product-image{
    width: calc(100% - 160px);
    margin-right: 20px;
}
.media {
    width: 80px;
    display: flex;
    justify-content: space-between;
}

.media a{
    text-decoration: none;
    color:white; 
    vertical-align: middle;
}
.gif-wrap,.notification-wrap{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width:120px;
}
#forward,#backward{
    background-color: rgba(255, 255, 255, 0);
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
}
#forward{
    right: 0;
}#backward{
    left:0;
}
.forward-image,.backward-image{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media only screen and (max-width:1200px){
    #information-content .content-header h1{
        font-size: 26px;
    }
    #add-to-cart .content-header h1{
        font-size: 24px;
    }
}
@media only screen and (max-width: 992px){
    .gif-wrap,.notification-wrap{
        width: 100px;
    }
    #play-button button{
        width:150px;
    }
    #information-content .content-header h1{
        font-size: 24px;
    }
    #add-to-cart .content-header h1{
        font-size: 24px;
    }
    #information-content, #add-to-cart {
        width: 45%;
    }
    .btn-wrap a {
        height: 30px;
    }
    .information-product-image{
        width: calc(100% - 80px);
        margin-right: 10px;
        padding: 0px 45px 0px 0px;
    }
    .btn-wrap{
        width: 80px;
    }
    .media {
        width: 55px;
    }
}
@media only screen and (max-width:767px){
    .cart-info .cart-count{
        right: -3px;
        top: -6px;
        width: 15px;
        height: 15px;
        line-height: 15px;
    }
    #play{
        width: 40px;
    }
    .content-header img{
        width: 20px;
        height: 20px;
    }
    .content-header{
		height: 40px;
	}
    .gif-wrap,.notification-wrap{
        width: 100px;
    }
    #play-button button{
        width:150px;
    }
    #information-content .content-header h1{
        font-size: 20px;
    }
    #add-to-cart .content-header h1{
        font-size: 20px;
    }
    #information-content, #add-to-cart {
        width: 50%;
    }
    .btn-wrap a {
        height: 25px;
    }
    .information-product-image{
        width: calc(100% - 60px);
        margin-right: 10px;
        padding: 0px;
    }
    .btn-wrap{
        width: 60px;
    }
}
@media (orientation: portrait) {
    .instruction-wrap{
        display: block;
    }
    .play-button-wrap {
        display: none;
    }
}
@media (orientation: landscape) {
    .instruction-wrap{
        display: none;
    }
    .play-button-wrap {
        display: block;
    }
}