
          #Collection_Layout{
            max-width: var(--Collection_Layout);   
            
          }
          #Collection_Layout_body{
              margin-top:45px;
              max-width:940px;
              overflow: hidden;
          }
          #Collection_Layout_body_Corup{
             max-width:770px;
             overflow: hidden;
          }
          #contentNewBodycolle{
             overflow: hidden;
          }
          .newContenerIDEwrap{
            overflow: hidden;
            max-width:768px;
            height: auto;
            background-color:var(--NewContener);
            border:1px solid var(--NewBorder);
            border-radius:20px;
          }
          /*  */
          .wrapCruk_i{
             overflow-x:hidden;
             padding:16px 16px 0 16px;
             outline:1px solid var(--NewBorder);
             margin-bottom:20px;
          }
          .contenerDisplayCollectionsWrap_content_wrap_cruk_i{
            margin-bottom:5px;
            overflow: hidden;
            width: auto;
            height: auto;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            gap:10px;
            
          }
          .contenerWrapCrukNew{
            position: relative;
            max-width:139px;
            width:100%;
            height:auto;
            overflow: hidden;
            z-index:1;
            cursor: pointer;
          }
          .contenerWrapCrukNew_iWrapA{
            border: 2px solid var(--NewBorder);
            width:auto;
            height:200px;
            display: block;
            overflow: hidden;
            border-radius: 10px;
          }
          .videoInstores{
             width:100%;
             height:100%;
             overflow: hidden;
          }
          .intoreVideo_i{

              width:100%;
              height:100%;
              border-radius:0;
              object-fit: cover;
          }
          .img_instores_Text{
            overflow: hidden;
            position: absolute;
            top:80%;
            left:50%;
            transform: translate(-50% , -80%);
            width:55.5px;
            height:55.5px;
            border:2.5px solid var(--NewBorder) ;
            border-radius: 55.5px;
          }
          .img_instor{
             width:55.5px;
             height:55.5px;
             border-radius:55.5px;
             object-fit:cover;
          }
          .textCruk{
            width:55.5px;
            overflow: hidden;
            position: absolute;
            top:95%;
            left: 50%;
            transform: translate(-50% , -90%);
            text-align:center;
            /*  */
          }
          /*  */
          .wrapContentCollection{
            padding:0 16px 16px 16px;
            display: flex;
            flex-direction:row;
            flex-wrap: wrap;
            gap:10px;
          }
          .contenerDisplayCollectionsWrap_content_wrap{
             display: flex;
             flex-direction: column;
             max-width:139px;
             width:100%;
             height:auto;
             gap:5px;
             overflow: hidden;
          }
          .wrapContentCollectionImg{
             
             width:auto;
             height:200px;
             border: 3px solid var(--NewBorder);
             border-radius:20px;
          }
          .ContentCollectionImg{
            width: 100%;
            height:100%;
          }
          .check{
             position: fixed;
             right:10%;
             top:46px;
             cursor: pointer;
          }
          .checkInstores{
             font-size:40px;
          }
          .title_H5colections{
            font-size:20px;
            text-align: center;
          }
          .title_Pcolections{
             font-size:15px;
             text-align: center;
          }
          @media  (max-width: 768px) {
            .contenerDisplayCollectionsWrap_content_wrap{
                max-width: none;
            }
            #Collection_Layout_body{
                margin-top: 0;
            }
          }
  