* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: 0;
}
body{
    background-color: #e1cbb1;
    margin: 0;
    font-family: integralreg;
}

@font-face {
    font-family: integral;
    src: url(fonts/IntegralCF-Bold.woff2);
  }
  @font-face {
    font-family: integralreg;
    src: url(fonts/IntegralCF-Medium.woff2);
  }


    .container {
        display: grid;
        grid-template-columns: 1fr;
        color: #53362D;
    }

    .header {
        width: 100%;
        height: 143px;
        background-color: #e1cbb1;
}
    .header1 {
         width: 100%;
        height: 143px;
        background-color: #e1cbb1;
    }
    .header2 {
        width: 100%;
         height: 143px;
         background-color: #e1cbb1;
    }



/* Banner */

    .img1 {
        position: absolute;
        left: 10px;
        top: 0;

        
    }



/* NAV */

.nav-wrapper {
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    left: 45.5%;
    top: 80px;
    font-family: integralreg;
    font-weight: 600;
    color: #53362D;
}

.left-side {
    display: flex;
    width: 200px;
}

.nav-wrapper > .left-side > div {
    margin-right: 20px;
    font-size: 1em;
}

.nav-link-wrapper {
    height: 22px;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.5s;
}

.nav-link-wrapper a {
    color: #53362D;
    text-decoration: double;
    transition: color 0.5s;
}

.nav-link-wrapper:hover {
    border-bottom: 4px solid white;
    text-decoration: double;
}

.nav-link-wrapper a:hover {
    color: white;
}

.all {
    width: 100%;

}

.select {
    border-bottom: 4px solid white;
    color: white;
    text-decoration: double;
}

/* ICONS */


.snapchat-icon {
    color: #53362D;
    text-decoration: none;
    position: absolute;
    top: 95%;
    left: 37%;
    
}

.snapchat-icon:hover {
    color: rgb(199, 193, 112);
    transition: 0.2s;
}

.instagram-icon {
    color: #53362D;
    text-decoration: none;
    position: absolute;
    top: 95%;
    left: 43.9%;
    
}

.instagram-icon:hover {
    color: magenta;
    transition: 0.2s;
}

.twitter-icon {
    color: #53362D;
    text-decoration: none;
    position: absolute;
    top: 95%;
    left: 57.25%;
    
}

.twitter-icon:hover {
    color: #1DA1F2;
    transition: 0.2s;
}

.tiktok-icon {
    color: #53362D;
    text-decoration: none;
    position: absolute;
    top: 95%;
    left: 63%;
    
}

.tiktok-icon:hover {
    color: #ff0050;
    transition: 0.2s;
}

.discord-icon {
    color: #53362D;
    text-decoration: none;
    position: absolute;
    top: 94.8%;
    left: 50%;
}

.discord-icon:hover {
    color: #738ADB;
    transition: 0.2s;
}

.apple-icon {
    color: #53362D;
    text-decoration: none;
    position: absolute;
    top: 160px;
    left: 10%;
}


.apple-icon:hover {
    color: #cc4950;
    transition: 0.2s;
}

.soundcloud-icon {
    color: #53362D;
    text-decoration: none;
    position: absolute;
    top: 160px;
    left: 48.7%;
    
}

.soundcloud-icon:hover {
    color: #ff7700;
    transition: 0.2s;
}

.spotify-icon {
    color: #53362D;
    text-decoration: none;
    position: absolute;
    top: 160px;
    right: 10%;
    
}

.spotify-icon:hover {
    color: #1DB954;
    transition: 0.2s;
}

.youtube-icon {
    color: #53362D;
    text-decoration: none;
    position: absolute;
    left: 0%;
    padding: 10px 10px;
    bottom: 2%;
}

.youtube-icon:hover {
    color: #FF0000;
    transition: 0.3s;
}

.profile-icon {
    color: white;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    position: absolute;
    top: 85px;
    right: 50px;
    
}

.profile-icon:hover {
    color: grey;
    transition: 0.2s;
}



/* Images */
.safety5 {
    display: flex;
    justify-content: center;
}
.img-1{
    position: absolute;
    top: 275px;
}
 .img-1:hover {
    opacity: 0.75;
    transition: 0.5s;
 }

 .covers {
    position: relative;
    top: 150%;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-left: 340px;
    margin-right: 340px;
    z-index: 1;
    box-shadow: rgb(83, 54, 45) 0px 20px 30px -10px;

 }
 
  .bw {
    filter: grayscale();
  }

  .bw:hover {
    filter: grayscale(0%);
    transition: 1s;
  }

.sig {
    position: absolute;
    color: #53362D;
    right: 1px;
    bottom: 1px;
}

/* TEXT */

.latest-text {
    text-decoration: double;
    color: #53362D;
    font-family: integral;
    font-size: 12px;
    text-align: center;
}



.coming1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
    width: 100%;
    font-family: integral;
    font-size: 30px;
    
}


.drop1 {
    position: relative;
    display: flex;
    justify-content: center;
    top: 165px;
    height: 50px;
    font-family: integral;
    font-size: 30px;
    text-decoration: none;
    color: #252525;
    font-weight: bold;
}

.drop1:hover {
    color: rgb(187, 187, 187);
    transition: 0.2s;
}


.detail {
    display: flex;
    justify-content: center;
}

.tee {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 250px;

}
.tee:hover {
    display: none;
}
.teedesign {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 250px;
    display: none;
}
.teedesign:hover {
    display: contents;
}

.model {
    display: flex;
    position: absolute;
    justify-content: center;
    top: 250px;
}



/* LOGIN */

.dropbtn {
    background-color: white;
    color: #252525;
    padding: 2px;
    font-size: 14px;
    border-color: #252525;
    font-weight: bold;
    font-family: integral;

  }
  
  .dropdown {
    position: relative;
    display: flex;
    justify-content: center;
    top: 650px;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: black(85, 85, 255);
    min-width: 10px;
    z-index: 1;
    font-weight: bold;
    top: 100%;
  }
  
  .dropdown-content a {
    color: rgb(196, 196, 196);
    padding: 6px 3px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: integral;
  }
  
  .dropdown-content a:hover {
    background-color: white;
    color: #252525;

    

}
  
  .dropdown:hover .dropdown-content {
    display: block;

}
  
  .dropdown:hover .dropbtn {
    background-color: white;    

}
.safety3 {
    position: relative;
    display: flex;
    justify-content: center;
    color: #53362D;
}






  /* EXTRA */


  .safety {
    position: relative;
    display: flex;
    justify-content: center;
    color: #252525;
  }

  .ttext {
    position: absolute;
    justify-content: center;
    top:  555px;
    font-family: 'Readex Pro', sans-serif;
    color: #252525;
  }

  .descrip1 {
    position: absolute;
    justify-content: center;
    top: 590px;
    font-size: 11px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #252525;
  }

  .descrip2 {
    position: absolute;
    justify-content: center;
    top: 600px;
    font-size: 10px;
    font-family: 'Readex Pro', sans-serif;
    color: #252525;
  }
  .price {
    position: absolute;
    justify-content: center;
    top:  595px;
    font-family: 'Readex Pro', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #252525;
  }


  .drop2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    color: white;
    
}

.teelarge {
    position: absolute;
    top: 145px;
}

.teelarge:hover {
    z-index: 9999;
    transform: scale(3.3);
    transition: 0.3s;

}

.writing {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 315px;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #252525;
    text-align: center;



}


.safety8{
    display: flex;
    justify-content: center;
    align-items: center;

}

@keyframes updatesFade{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
    
}

        .updates {
                position: absolute;
                bottom: 100px;
                animation: updatesFade 7s;
            }


            .enter {
                background-color: #e1cbb1;
                font-family: integral;
                font-weight: bolder;
                border-radius: 10px;
                padding: 2px;
                font-size: 12px;
                border-color: #53362D;
                margin-top: 4px;
                color: #53362D;
                
                


            }
            .outer{
                display: flex;
                justify-content: center;
            }

            .enter:hover {
                background-color: white;
                transition: 0.4s;
            }
            .email{
                font-family: integral;
                font-size: 12px;
            }

            .notifications {
                color: #53362D;
                font-size: 12px;
                font-family: integral;
                text-align: center;
                padding: 10px;

            }

                        /* Responsive */

                        @media only screen and (max-width: 1250px) {

                            .cream1{
                                background-color: #e1cbb1;
                                top:0%;
                                bottom:0%;
                                left:0%;
                                right:0%;
                                z-index: -1;
                                position: absolute;
                                margin: 0px;
                                height: 1500px;
                            }
                            
                            .cream3{
                                background-color: #e1cbb1;
                                top:0%;
                                bottom:0%;
                                left:0%;
                                right:0%;
                                z-index: -1;
                                position: absolute;
                                margin: 0px;
                                height: 1600px;
                            }
                            .bw {
                                filter: grayscale(0%) ;
                               
                            }
            
                            .bw:hover {
                                filter: grayscale();
                                transition: 1s;
                              }
            
                            .profile-icon {
                                color: white;
                                position: absolute;
                                left: 50%;
                                top: 115px;
                                
                            }


                            .updates{
                                position: absolute;
                                top: 165px;
                            }
                            .sig {
                                display: none;
                            }
                            .teelarge:hover {
                                z-index: 9999;
                                transform: scale(3.3);
                                transition: 0.3s;
                            
                            }

                            .safety8{
                                display: flex;
                                justify-content: center;
                            }
                            .outer{
                                display: flex;
                                justify-content: center;
                            }
                            .enter {
                                background-color: #e1cbb1;
                                color: #53362D;
                                font-family: integral;
                                font-weight: bolder;
                                border-radius: 10px;
                                padding: 2px;
                                font-size: 12px;
                                border-color: #53362D;                
                                margin-top: 4px;

                            }
                            .covers{
                                min-width: 315px;
                                left: -25px;
                                margin-left: 70px;
                                margin-right: 70px;
                            }


            
                        }


                          
.original {
    color: #252525;
    text-align: center;
    justify-content: space-evenly;
    font-family: 'Readex Pro', sans-serif;
}
.homediscount{
    text-align: center;
    font-family: integralreg;
    font-size: 10px;
    color: #53362D;
  }
body{
    overflow-x: hidden;
    text-align: center;
    background-color: white;
    text-transform: capitalize;
}
.menu{
    text-align: center;
    font-size: 1rem;
    margin: 3rem 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bolder;
}
.menu a{
    text-decoration: none;
    border-radius: 0.5rem;
    padding: 8px;
    color: #53362D;
}

.menu a:hover{
    color: #e1cbb1;
    border-style: dashed;
    box-shadow: 2px 2px 2px 2px gray;
    transition: 0.3s;
}

.safetywidth {
    display: flex;
    justify-content: center;
    text-align: center;
}

.parent {
    flex-direction: column;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-flex;
    gap: 20px;
}

.product1{
    color: #e1cbb1;
}

.product1:hover {
    box-shadow: 2px 2px 2px 2px gray;
    transition: 0.7s;
}

.product2 {
    font-family: 'Roboto Condensed', sans-serif;
}

.product2:hover {
    box-shadow: 2px 2px 2px 2px gray;
    transition: 0.7s;
}

.encl{
display: flex;
justify-content: center;
text-align: center;
}

.CLOSED {
    position: absolute;
    top: 375px;
    font-family: integral;
    color: #53362D;

}

#preloader {
    background: #e1cbb1 url(image/loader.gif) no-repeat center center;
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.2s linear;
    width: 100%;
    z-index: 9999;
    opacity: 1;
    transform: opacity 1s linear
}
.cream{

    background-color: #e1cbb1;
    top:0%;
    bottom:0%;
    left:0%;
    right:0%;
    z-index: -1;
    position: absolute;
    margin: 0px;
}
.cream1{

    background-color: #e1cbb1;
    top:0%;
    bottom:0%;
    left:0%;
    right:0%;
    z-index: -1;
    position: absolute;
    margin: 0px;
}

/* SIGN IN STYLE */
.tabular {
    position: absolute;
    top: 0;
    right: 3px;
    width: 100px;
    display: grid;
    grid-template-columns: auto auto;
}

.user1-icon {
        color: #53362D;
        text-decoration: none !important;
        position: absolute;
        right: 5%;
        padding: 10px 10px;
        grid-column: 1/2;
    } 
    .user1-iconselect {
        color: white;
        text-decoration: none !important;
        position: absolute;
        right: 5%;
        padding: 10px 10px;
        grid-column: 1/2;
    }
    .scart1 {
        text-decoration: none !important;
        color: #53362D;
        position: absolute;
        right: 5%;
        padding: 10px 10px;
        grid-column: 2/2;

    }
    .scartselect {
        text-decoration: none !important;
        color: white;
        position: absolute;
        right: 5%;
        padding: 10px 10px;
        grid-column: 2/2;

    }
    .scart1:hover{
        color: white;
    }
    .user1-icon{
        color: white;
    }
    .user1-icon, a:link, a:visited {
        color: #53362D;

    } 
    .scart1 , a:link, a:visited {
        color: #53362D;


    }

    .ddown {
        position: relative;
        display: inline-block;
      }
      
      /* Dropdown Content (Hidden by Default) */
      .ddcon {
        display: none;
        position: absolute;
        background-color: #53362D;
        min-width: 10px;
        z-index: 200;
        right: 43px;
        border-radius: 10px;
        font-size: 13px;
      }
      
      /* Links inside the dropdown */
      .ddcon a {
        color: white;
        padding: 6px 8px;
        text-decoration: none;
        display: block;
        font-family: integralreg;

      }
      
      /* Change color of dropdown links on hover */
      .ddcon a:hover {background-color: #ddd;}
      
      /* Show the dropdown menu on hover */
      .ddown:hover .ddcon {display: block;
    }
      
      /* Change the background color of the dropdown button when the dropdown content is shown */
      .ddown:hover .user-icon {background-color: white;}



/* NEWSHOP STYLES INCLUDING OLD FASHION */

.cartvsshop{
    background-color: #e1cbb1;
    position: absolute;
    top: 10px;
    width: 100%;
    bottom: 0;
    z-index: -3;
}

.options{
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
    justify-content: center;
    align-content: center;
    grid-auto-flow: column;
    gap: 5px;
}
.shopdisplay{
    width: 75px;
    height: 35px;
    display: inline-block;
    border-radius: 5px;
    border: #53362d 5px solid;
    box-shadow: 1px 1px 16px #53362D;
    background-color: #e1cbb1;
}
.cartdisplay{
    width: 75px;
    height: 35px;
    display: inline-block;
    border-radius: 5px;
    border: #53362d 5px solid;
    box-shadow: 1px 1px 16px #53362D;
    background-color: #e1cbb1;
}

.BTN1 {
    align-items: center;
    font-family: integral;
    color: #53362d;
    font-size: 1.45rem;
    height: 35px;
    width: 75px;

}
.BTN2 {
    align-items: center;
    font-family: integral;
    color: #53362d;
    font-size: 1.45rem;
    height: 35px;
    width: 75px;
}
.shopdisplay:hover {
    width: 75px;
    height: 35px;
    background-color: #53362D;
    box-shadow: 1px 1px 25px white;
    transition: 0.3s;
}
.cartdisplay:hover{
    width: 75px;
    height: 35px;
    background-color: #53362D;
    box-shadow: 1px 1px 25px white;
    transition: 0.3s;
}
.BTN1:hover {
    color: white;
    transition: 0.3s;
}
.BTN2:hover {
    color: white;
    transition: 0.3s;
}

.shopcontent {
    position: absolute;
    bottom: 0;
    background-color: #e1cbb1;
    width: 100%;
    margin-bottom: 0;
}
.selectedshopdisplay{
    width: 75px;
    height: 35px;
    display: inline-block;
    border-radius: 5px;
    border: #53362d 5px solid;
    background-color: #53362D;
    box-shadow: 1px 1px 25px white;
}
.selectedcartdisplay{
    width: 75px;
    height: 35px;
    display: inline-block;
    border-radius: 5px;
    border: #53362d 5px solid;
    background-color: #53362D;
    box-shadow: 1px 1px 25px white;
}

.selectedbtn1display {
    align-items: center;
    font-family: integral;
    color: white;
    font-size: 1.45rem;
    height: 35px;
    width: 75px;
}
.selectedbtn2display {
    align-items: center;
    font-family: integral;
    color: white;
    font-size: 1.45rem;
    height: 35px;
    width: 75px;
}
    /*LOGIN SIGNUP USER MOBILE*/
    .logsin{
        display: grid;
        justify-content: center;
        align-content: center;
        grid-auto-flow: column;
        gap: 10px;
        margin-top: 300px;

    }
    .loginbtn{
        width: 75px;
        height: 25px;
        border-radius: 5px;
        border: #53362d 3px solid;
        background-color: #e1cbb1;
        color: #53362D;
        padding: 0px;
    }

    .signupbtn{
        width: 75px;
        height: 25px;
        border-radius: 5px;
        border: #53362d 3px solid;
        background-color: #e1cbb1;
        color: #53362D;
        padding: 0px;
    }
    .loginbtn:hover{
        padding: 2px;
        transition: 0.3s;
    }

    .signupbtn:hover{
        padding: 2px;
        transition: 0.3s;
    }

    .shopcontent{
        z-index: -1;
        background-color: transparent;
        top: 135px;
        color: #53362D;
    }
    .shoptent {
        display: grid;
        justify-content: center;
        align-content: center;
        grid-auto-flow: column;
        gap: 50px;
        margin-top: 70px;
    }
    
    .shopitem1content{
        width: 300px;
        height: 415px;
        border-radius: 5px;
        border: #53362d 5px solid;
        background-color: #e1cbb1;
    }
    .shopitem2content{
        width: 300px;
        height: 415px;
        border-radius: 5px;
        border: #53362d 5px solid;
        background-color: #e1cbb1;
    }
    .shopitem3content{
        width: 300px;
        height: 415px;
        border-radius: 5px;
        border: #53362d 5px solid;
        background-color: #e1cbb1;
    }
    .firstproductimage {
        border: #53362d 5px solid;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 5px;
        height: 250px;
    }
    .firstimg {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
    }
    .secondproductimage {
        border: #53362d 5px solid;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 5px;
        height: 250px;
    }
    .thirdproductimage {
        border: #53362d 5px solid;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 5px;
        height: 250px;
    }
    .selectsize{
        width: 125px;
        height: 20px;
        border-radius: 5px;
        border: #53362d 5px solid;
        margin-left: 82.5px;
        margin-right: 82.5px;
        display: grid;
        grid-template-columns: auto auto auto auto;

    }
    .size1 {
        border-radius: 10px;
    }
    .size2 {
        border-radius: 10px;
    }
    .size3 {
        border-radius: 10px;
    }
    .size4 {
        border-radius: 10px;
    }
    .size1:hover {
        background-color: #53362D;
        color: #e1cbb1;
    }
    .size2:hover {
        background-color: #53362D;
        color: #e1cbb1;
    }
    .size3:hover {
        background-color: #53362D;
        color: #e1cbb1;
    }
    .size4:hover {
        background-color: #53362D;
        color: #e1cbb1;
    }
    .cartadd {
        width: 275px;
        height: 22.5px;
        border-radius: 5px;
        border: #53362d 2px solid;
        margin-left: 14px;
        margin-right: 14px;
        margin-top: 8px;
        background-color: #53362D;
        color: #e1cbb1;
    }
    .minor{
        font-size: 12px;
    }
    .major {
        font-size: 23px;
        height: 30px;
    }
    .tit {
        margin-top: 50px;
    }
    
    .endate{
        height: 20px;
        margin-top: 50px;
    }
    .shoptent {
        animation: productsLoad 1s;
    }
    
    @keyframes productsLoad {
        from {
                gap: 5px;
                margin-top: 10px;
                opacity: 0.2;
        }
    
        to {
            gap: 50px;
            margin-top: 70px;
            opacity: 1;
        }
    }
    
    @keyframes productsLoadM {
        from {
                gap: 5px;
                margin-top: 2px;
                opacity: 0.2;
        }
    
        to {
            gap: 20px;
            margin-top: 20px;
            opacity: 1;
        }
    }

@media only screen and (max-width: 1250px) {
    .shopcontent{
        z-index: -1;
        background-color: transparent;
        top: 135px;
        gap: 20px;
        color: #53362D;
    }
    .shoptent {
        display: grid;
        justify-content: center;
        align-content: center;
        grid-auto-flow: row;
        gap: 20px;
        margin-top: 20px;
    }
    
    
    .shopitem1content{
        width: 300px;
        height: 415px;
        border-radius: 5px;
        border: #53362d 5px solid;
        background-color: #e1cbb1;
    }
    .shopitem2content{
        width: 300px;
        height: 415px;
        border-radius: 5px;
        border: #53362d 5px solid;
        background-color: #e1cbb1;
    }
    .shopitem3content{
        width: 300px;
        height: 415px;
        border-radius: 5px;
        border: #53362d 5px solid;
        background-color: #e1cbb1;
    }
    .firstproductimage {
        border: #53362d 5px solid;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 5px;
        height: 250px;
    }
    .firstimg{
        display: block;
        margin: 25px;
        margin-left: auto;
        margin-right: auto;
    }
    .secondproductimage {
        border: #53362d 5px solid;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 5px;
        height: 250px;
    }
    .thirdproductimage {
        border: #53362d 5px solid;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 5px;
        height: 250px;
    }
    .selectsize{
        width: 125px;
        height: 20px;
        border-radius: 5px;
        border: #53362d 5px solid;
        margin-left: 82.5px;
        margin-right: 82.5px;
        display: grid;
        grid-template-columns: auto auto auto auto;
        padding-bottom: 2px;
        padding-top: 2px;
    }
    .size1 {
        border-radius: 10px;
    }
    .size2 {
        border-radius: 10px;
    }
    .size3 {
        border-radius: 10px;
    }
    .size4 {
        border-radius: 10px;
    }
    .cartadd {
        width: 275px;
        height: 22.5px;
        border-radius: 5px;
        border: #53362d 2px solid;
        margin-left: 14px;
        margin-right: 14px;
        margin-top: 8px;
        background-color: #53362D;
        color: #e1cbb1;
    }
    .minor{
        font-size: 12px;
    }
    .major {
        font-size: 23px;
    }

    .ibruhcon{
        z-index: 10000000;
        font-family: integral;
        border: #53362D 5px solid;
        height: 500px;
        width: 325px;
        border-radius: 5px;
        margin: auto;
        margin-top: 150px;
        display: grid;
    }
    .ibruhc{
        display: grid;
        grid-auto-flow: column;
    }

    .ibruht{
        position: absolute;
        padding: 10px;
        color: #53362D;
        font-weight: bold;
    }

    .ibruha{
        color: grey;
        text-decoration: none;
        text-decoration: underline;
        
        
    }

    .ibru{
        display: grid;
        grid-template-rows: auto auto auto;
        width: 300px;
        margin: auto;
        height: 400px;
        margin-top: 75px;
        background-color: rgb(226, 222, 222);
        opacity: 0.8;
        border-radius: 5px;
        box-shadow: 1px 1px 5px #53362D;
    }

    .ibr{
        color: #53362D;
        position: absolute;
        margin-left: 20px;
        margin-top: 15px;
        border: #53362D 2px solid;
        width: 250px;
        text-align: left;
        padding: 4px;
        grid-row: 1/3;

    }

    .ib{
        color: #53362D;
        position: absolute;
        border: #53362D 2px solid;
        width: 250px;
        height: 50px;
        text-align: left;
        padding: 4px;
        grid-row: 2/3;

    }
    .tit {
        margin-top: 0px;
    }
    
    .endate{
        height: 20px;
        margin-top: 5px;
    }
    .shoptent {
        animation: productsLoadM 1.7s;
    }

}


/* TRANSITIONS ON LOAD */
