/* CSS Document */
body{margin:0;padding:0;}
.mastertop{
    margin-top: 0px; 
    height: 100vh;
    overflow: auto;
    margin-bottom: 0;
}
.cpoint{
    cursor: pointer;
}
#tggl{
	width:100%;
	height:100%;
	display:none;
	position:fixed;
    padding: 0;
    margin: 0;
	left: 0;
	top:0;
	z-index:100000;
    overflow-y: auto;
}
.fullh{
	height:100%;
}
.foo{
    position: fixed;
    bottom: 0;
    z-index: 9980;
    width: 100%;
}
::i-block-chrome,.mastertop,
::i-block-chrome,#tggl {
	height:100%;
    padding-bottom: 250px;
}
/* =================  ELEMENTS FOR PRODUCT =================== */
.badge-new {
    top: 7px;
    left: 7px;
    position: absolute;
    display: block;
    z-index: 10;
    padding: 2px 7px;
    font-size: 12px;
    background-color: #ef5f5f;
    color: #fff;
    border-radius: 4px;
}
.badge-offer {
    display: block;
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 2;
    width: 60px;
}
.badge-offer b {
    background: #ef5f5f;
    padding: 4px;
    font-family: 'Roboto';
    font-weight: normal;
    text-align: center;
    color: #fff;
    font-size: 1em;
    display: inline-block;
    height: 36px;
    width: 60px;
    position: relative;
}
.badge-offer b:after {
    border-top: 7px solid #ef5f5f;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 36px;
    width: 0;
}
.img-fluid{
    
}
.mt-xl {
    margin-top: 3rem !important;
}
.minh-100{
  height: 100vh;
}
.back{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20%;
    color: white;
    line-height: 0.7rem;
    font-size: 1rem;
    z-index: 1000
}
*|*:not(:root):fullscreen::backdrop {
  background:transparent;
}
.hidden{display: none}
