

:root
{
  --gap-desctop:10px;
  --coulm:4;
  --margin-top:10px;
  --width-text:800px;
  --hlf-width:calc(var(--width-text) / 2)

}
#temp_header
{
    border-bottom: 2px solid  #5e5c5c;
}
#search_bar
{
   
    height: 80px;
    display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
}
.input-search  ,.logo  , .cart_section
{
    /* background-color: red !important; */
    
}

body.actave 
{
  overflow: hidden;

}
.logo 
{
    width: calc(100% / 4);
}
.input-search 
{
    width: calc(100% / 2  + 100px);
    position: relative;
}
.input-search .icone 
{
    position: absolute;
    font-size: 1.5rem;
    color: #2980b9;
    cursor: pointer;
    font-weight: bold;
    top: 15px;
 

}
.cart_section
{
    width: calc(100% / 4);
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 30px;
}

form {
    display: flex;
    align-items:center;
    gap: 10px;
}


form input 
{
    background-color: #fafafa;
    position: relative;
    color: #666;
    padding: 20px;
    width: 100% !important;
    border-radius: 5px;
    width: 100%;
    outline: none;
    border: none;
  
    
}
form input::placeholder{
    color: #f1e007 !important;
     /* var(--main-text-color) */
} 


form input:focus
{
    /* border: 2px solid var(--main-text-color); */

}

#search_bar .cart_section a
{
    color: #121213;
    display: block;
    font-size: 1.5rem;
    position: relative;
}
#search_bar .cart_section a::after
{
  
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #f1e007;
  padding: 4px;
  color: #fff;
  border-radius: 50%;
  display: flex
;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  right: -9px !important;
  top: 0px;
  border: 3px solid #fff;
  padding: 9px;
  font-weight: bold;
}
.navgationBar
{
/* background-color: red; */
}
.navgationBar ul
{
  display: flex;
  gap:15px;
  list-style: none;
  padding: 20px 0px;
  
}
.navgationBar ul li
{
  position: relative;
  
}
.navgationBar ul a 
{
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    position: relative;
    text-transform: uppercase;
}

.navgationBar ul a:first-of-type
{
    padding-left:0px ;
} 

.navgationBar ul a::after 
{
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: 0.3s;
  /* background-color: var(--main-text-color) !important; */
  background-color:#f5eb72  !important;


}
.navgationBar ul a:hover::after 
{
    width: 100%;
}


/* class control Mobile */

.show_all
{
    display: block;
}
.hide-sc
{
    display: none;
}

.icone_mob
{
       font-size: 40px;
       cursor: pointer;
}



@media (max-width:700px) {
    .hide_mobile
{
    display: none;
}
.cat_new 
{
      width: 100% !important;
      top: 56px;
}

#search_bar div 
{
  width: calc(100% / 4);
}
.hide-sc
{
    display: block;
}

.nav_class_mobile{
    position: absolute;
    background: #fff;
    width: 80%;
    height: calc(100vh - 121px);
    left: 0;
    top: 150px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    overflow-x: hidden;
    z-index: 5;
    

}
.nav_class_mobile ul 
{
    flex-direction: column;
    margin: 22px 0px;
}
.nav_class_mobile ul li 
{
    background-color: #fafafa;
    padding: 11px;
    border-radius: 5px;
    cursor: pointer;

}

.navgationBar ul a::after 
{
    display: none;
   
}


}




/* owl coursel  */
.clear {
    clear: both;
  }
  img {
    max-width: 100%;
    border: 0px;
  }
  ul,
  ol {
    list-style: none;
  }
  a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  a:focus,
  a:active,
  a:visited,
  a:hover {
    text-decoration: none;
    outline: none;
  }
  a:hover {
    color: #e73700;
  }
  h2 {
    margin-bottom: 48px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
  }
  h3 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 36px;
  }
  button {
    outline: none !important;
  }
  /******* Common Element CSS End *********/
  
  /* -------- title style ------- */
  .line-title {
    position: relative;
    width: 400px;
  }
  .line-title::before,
  .line-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    border-radius: 2px;
  }
  .line-title::before {
    width: 100%;
    background: #f2f2f2;
  }
  .line-title::after {
    width: 32px;
    background: #2980b9;
  }
  
  /******* Middle section CSS Start ******/
  /* -------- Landing page ------- */
  .game-section {
    padding: 60px 50px;
  }
  .game-section .owl-stage {
    margin: 15px 0;
    display: flex;
    display: -webkit-flex;
  }
  .game-section .item {
    margin: 0 15px 60px;
    width: 320px;
    height: 400px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    background: #343434 no-repeat center center / cover;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    cursor: pointer;
  }
  .game-section .item.active {
    width: 500px;
    box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  }
  .game-section .item:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  }
  .game-section .item-desc {
    padding: 0 24px 12px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: translateY(calc(100% - 54px));
    -webkit-transform: translateY(calc(100% - 54px));
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  .game-section .item.active .item-desc {
    transform: none;
    -webkit-transform: none;
  }
  .game-section .item-desc p {
    opacity: 0;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
  }
  .game-section .item.active .item-desc p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .game-section .owl-theme.custom-carousel .owl-dots {
    margin-top: -20px;
    position: relative;
    z-index: 5;
  }
  /******** Middle section CSS End *******/
  
  /***** responsive css Start ******/
  
  @media (min-width: 992px) and (max-width: 1199px) {
    h2 {
      margin-bottom: 32px;
    }
    h3 {
      margin: 0 0 8px;
      font-size: 24px;
      line-height: 32px;
    }
  
    /* -------- Landing page ------- */
    .game-section {
      padding: 50px 30px;
    }
    .game-section .item {
      margin: 0 12px 60px;
      width: 260px;
      height: 360px;
    }
    .game-section .item.active {
      width: 400px;
    }
    .game-section .item-desc {
      transform: translateY(calc(100% - 46px));
      -webkit-transform: translateY(calc(100% - 46px));
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    h2 {
      margin-bottom: 32px;
    }
    h3 {
      margin: 0 0 8px;
      font-size: 24px;
      line-height: 32px;
    }
    .line-title {
      width: 330px;
    }
  
    /* -------- Landing page ------- */
    .game-section {
      padding: 50px 30px 40px;
    }
    .game-section .item {
      margin: 0 12px 60px;
      width: 240px;
      height: 330px;
    }
    .game-section .item.active {
      width: 360px;
    }
    .game-section .item-desc {
      transform: translateY(calc(100% - 42px));
      -webkit-transform: translateY(calc(100% - 42px));
    }
  }
  
  @media (max-width: 767px) {
    body {
      font-size: 14px;
    }
    h2 {
      margin-bottom: 20px;
    }
    h3 {
      margin: 0 0 8px;
      font-size: 19px;
      line-height: 24px;
    }
    .line-title {
      width: 250px;
    }
  
    /* -------- Landing page ------- */
    .game-section {
      padding: 30px 15px 20px;
    }
    .game-section .item {
      margin: 0 10px 40px;
      width: 200px;
      height: 280px;
    }
    .game-section .item.active {
      width: 270px;
      box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    }
    .game-section .item-desc {
      padding: 0 14px 5px;
      transform: translateY(calc(100% - 42px));
      -webkit-transform: translateY(calc(100% - 42px));
    }
  }

  

  /* style cursel */

  .game-section .owl-theme.custom-carousel .owl-dots  button
  {
    background-color: red !important;
    display: none !important;
  }

  .con_pro
  {
    display: flex;
    gap: var(--gap-desctop);
    flex-wrap: wrap;
  }
  .card_product
  {
    width: 100%;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */

    width: calc(100% / var(--coulm) - var(--gap-desctop)) !important;
    padding: 2px;
    border-radius: 5px;
    margin-top: var(--margin-top);
  }
  .body-pro
  {
    padding: 10px;
  }


  .card_product img 
  {
    width: 100%;
    height: 100%;
    object-fit: cover;
  
  }


  
  


  @media (max-width:900px) {

    :root
    {
      --gap-desctop:10px !important;
      --coulm:3;
    }
    .cart_panel
    {
      width: 60% !important;
    }
  .card_product
  {
    width: calc(100% / var(--coulm) - var(--gap-desctop)) !important;
  }
    
  }



  @media (max-width:600px) {

    :root
    {
      --gap-desctop:3px !important;
      --coulm:2;
    }
  .card_product
  {
    width: calc(100% / var(--coulm) - var(--gap-desctop)) !important;
  }
  .cart_panel
  {
    width: 80% !important;
  }
    
  }



  
  @media (max-width:400px) {

    :root
    {
      --gap-desctop:3px !important;
      --coulm:1;
    }
  .card_product
  {
    width: calc(100% / var(--coulm) - var(--gap-desctop)) !important;
  }
  .cart_panel
  {
    width: 90% !important;
  }
  }


  
  .AddCart
  {
    border: none;
    outline: none;
    background-color: #2980b9;
    color: #fff;
    display: block !important;
    width: 100%;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 15px;
    margin: 8px;
    width: fit-content;
  }


  /* cart panel */

  .cart_panel.actve 

  {
    clip-path: polygon(100.1% 0%, 0% 0.5%, 0% 100.3%, 100.1% 100.3%)  !important;
  }
  .cart_panel
  {
    position: fixed;
    background-color: #fff;
    height: 100vh;
    z-index: 1;
    width: 30%;
    right: 0px;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    padding: 10px;
    /* clip-path: polygon(100.1% 0%, 100.1% 0%, 100% 100%, 100.1% 100.3%); */
    display: none;
    z-index: 11111111 !important;
    transition: 0.3s ease-in-out;
    top: -3px;



    /* */ 
  }
  .panel_loader.actave 
  {
    display: block !important;
  }

  .panel_loader
  {
    background-color: rgba(1, 1, 1, 0.251);
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    display: none;
    transition: 0.3s;
    cursor: pointer;
  }

  .cart_empty 
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 20px;

  }
  .icone_cart_empty 
  {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
  .icone_cart_empty >  ion-icon 
  {
    font-size: 200px;
  }



  /* Button cart  */
 
  
  /* CSS */
  .button-28 {
    
    appearance: none;
    background-color: transparent;
    border: 2px solid #1A1A1A;
    border-radius: 15px;
    box-sizing: border-box;
    color: #3B3B3B;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
  }
  
  .button-28:disabled {
    pointer-events: none;
  }
  
  .button-28:hover {
    color: #fff;
    background-color: #1A1A1A;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
  }
  
  .button-28:active {
    box-shadow: none;
    transform: translateY(0);
  }






  /* Qunty */
  .quantity {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: fit-content !important;
  }
  
  .quantity button {
    background-color: #3498db;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
  }
  
  .quantity button:hover {
    background-color: #2980b9;
  }
  
  .input-box {
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
  }
  
  /* Hide the number input spin buttons */
  .input-box::-webkit-inner-spin-button,
  .input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .input-box[type="number"] {
    -moz-appearance: textfield;
  }
  

  .prod_detiles{
          display: flex;
           gap: 21px;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        border-top: 1px solid  rgba(17, 17, 26, 0.1) ;

  }
  .prod_detiles div 
  {
  }

  .pro_info 
  {
    font-size: 13px;
  }

  .add_product_card .Delete_icone_cart
  {
    /* position: absolute; */
    /* bottom: -43px; */
    font-size: 25px;
    /* right: 3px; */
   color: #f25766;
    cursor: pointer; 
  }


 


/* CSS */
.button-9 ,.button-9:hover{
  appearance: button;
  backface-visibility: hidden;
  background-color: var(--main-text-color);
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
  font-size: 100%;
  height: 44px;
  line-height: 1.15;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all .2s,box-shadow .08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  /* position: absolute; */
  /* bottom: 20px; */

  /* right: 2%;
  width: 96%;
  margin: 0 auto; */
}

.button-9:disabled {
  cursor: default;

}

.button-9:focus {
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}

.detailes_cont 
{
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;

}
.detailes_cont 
p:first-child 
{
  margin-top: 10px;
} 
.detailes_cont 
p 
{
  margin-top: -15px !important;
}
.card_product_cont
{
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 10px;
}
.img-heading 
{
  height: auto;
  /* background-color: var(--main-text-color); */
  border-radius: 5px;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;

}
.img-heading img 
{
  height: 100%!important;
  width: 100% !important;
  border-radius: 5px;
  object-fit: contain;
}


.card_product_cont 
{
  /* height:400px;
  overflow: hidden;
  position: relative; */
}



.radio-wrapper-20 input[type="radio"]:focus {
  outline: 0;
  border-color: #2260ff;
  box-shadow: 0 0 0 4px #b5c9fc;
}

.radio-wrapper-20 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.radio-wrapper-20 input[type="radio"] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.radio-wrapper-20 input[type="radio"]:checked + span {
  box-shadow: 0 0 0 0.0625em #0043ed;
  background-color: #dee7ff;
  z-index: 1;
  color: #0043ed;
}

.radio-wrapper-20 label span {
  display: block;
  cursor: pointer;
  background-color: #fff;
  padding: 0.375em .75em;
  position: relative;
  margin-left: .0625em;
  box-shadow: 0 0 0 0.0625em #b5bfd9;
  letter-spacing: .05em;
  color: #3e4963;
  text-align: center;
  transition: background-color .5s ease;
}

.radio-wrapper-20 label:first-child span {
  border-radius:  0 .375em .375em  0;
}

.radio-wrapper-20 label:last-child span {
  border-radius:  .375em  0 0 .375em   ;
}   


#plus 
{
  border-radius: 0px ;
}
#plus 
{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}


#minus 
{
  border-radius:0px ;
}
#minus 
{
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.main_cat_txet 
{
  background-color: var(--main-text-color) !important;
  padding: 10px;
  color: #fff;
}

.carousel-control-next-icon, .carousel-control-prev-icon

{
  background: #f1e007;
  /* var(--main-text-color); */
  padding: 24px;
  font-size: 11px !important;
  width: 50px !important;
  height: 50px !important;
  top: 20px !important;
  position: absolute;
}

.text_cour 
{
  position: absolute;
  top: 0;
  z-index: 2222222;
  opacity: 0.9;
  backdrop-filter: blur(20px);
  width: 700px;
  color:#fff;
  font-weight: bold;
  padding: 10px;
  top: 30%;
  border-radius: 5px;
  right: calc(50% - var(--hlf-width));
}
.text_cour 
h3 
{
  text-align: center;
  padding: 10px;
  backdrop-filter: blur(100px);


}
.des_main 
{
  text-align: center;
  backdrop-filter: blur(100px);
  font-size: 22px;
}

@media (max-width:700px) {
  :root 
  {
    --width-text:90% !important;
  }
  .text_cour 
  {
    right: 5% !important;
    width: 90% !important;
    bottom: 10px;
  }

  .des_main 
{
  text-align: center;
  backdrop-filter: blur(100px);
  font-size: 16px;
}
}

#name_store 
{
  color: var(--main-text-color);
  text-decoration: none;
  font-weight: bold;
}


.name_stores  , .name_stores:hover 
{
  color: var(--main-text-color);
  text-decoration: none;
}



  .radio-wrapper-29 {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    position: relative;
    width: 100%;
    height: 50px;
    --number-of-options: 2;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 1.2em;
  }
  .radio-wrapper-29::before {
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    width: calc(100% * (calc(var(--number-of-options) - 1) / var(--number-of-options)));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--main-text-color);;
  }
  .radio-wrapper-29 input, .radio-wrapper-29 label {
    box-sizing: border-box;
    flex: 1;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
  }
  .radio-wrapper-29 label {
    display: inline-block;
    position: relative;
    width: 20%;
    height: 100%;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .radio-wrapper-29 label::before {
    content: attr(data-amount);
    position: absolute;
    left: 50%;
    padding-top: 10px;
    transform: translate(-50%, 45px);
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0.85;
    transition: all 0.15s ease-in-out;
  }
  .radio-wrapper-29 label::after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid var(--main-text-color);;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 1;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
  }
  .radio-wrapper-29 label:hover::after {
    transform: translate(-50%, -50%) scale(1.25);
  }
  .radio-wrapper-29 input {
    display: none;
  }
  .radio-wrapper-29 input:checked + label::before {
    font-weight: 800;
    opacity: 1;
    color: var(--main-text-color);
    font-size: 22px !important ;

  }
  .radio-wrapper-29 input:checked + label::after {
    border-width: 4px;
    transform: translate(-50%, -50%) scale(0.75);
    color: var(--main-text-color);
    font-size: 22px !important ;

  }
  .radio-wrapper-29 input:checked ~ .amount-pos {
    opacity: 1;
  }
  .radio-wrapper-29 input:checked:nth-child(1) ~ .amount-pos {
    left: 25%;
  }
  .radio-wrapper-29 input:checked:nth-child(3) ~ .amount-pos {
    left: 75%;
  }
  .radio-wrapper-29 .amount-pos {
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    background: var(--main-text-color);
    border-radius: 50%;
    transition: all 0.15s ease-in-out;
    transform: translate(-50%, -50%);
    border: 2px solid var(--main-text-color);
    opacity: 0;
    z-index: 2;
    left: 25%;
    pointer-events: none;
  }
  .radio-wrapper-29 input + label::before {
    transform: translate(-50%, 45px) scale(0.9);
    transition: all 0.15s linear;
  }
  .radio-wrapper-29 input:checked + label::before {
    transform: translate(-50%, 45px) scale(1.1);
    transition: all 0.15s linear;
  }



  .loader {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
  }
  .loader::after,
  .loader::before {
    content: '';  
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 10px solid #777;
    position: absolute;
    left: 0;
    top: 0;
    animation: animloader 2s linear infinite;
  }
  .loader::after {
    animation-delay: 1s;
  }
  
  @keyframes animloader {
    0% {
      transform: scale(0);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }


  .Loaders 
  {
    background-color: #fff !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1111111111111111111;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }

  .expired 
  {
    position: absolute;
    top: 79px;
    width: 100%;
    display: none;
}
/* last Edit  */
.cat_new
{
  background-color:#fff !important;
  color: #f5eb72;;
  position: absolute;
  z-index: 1111;
  width: 200px;
  left: 2px;
  right: 2px;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  right: 0px;
  transition: 0.3s;

}
.link_cat_new:hover > .cat_new
{
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.drop_down 
{
  width: 20px;
}