@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@200;300;400;500;600;700;800&display=swap');

:root 
{
    --main-color:red;
}
*
{
    font-family: 'Alexandria', sans-serif;
}
body 
{
    font-size: 16px !important;
}
.H_txetx 
{
    font-size: 20px;
    font-weight: bold;
}
#btn_T:hover 
{
  background-color: var(--main-color);
}

.Image_cats 
{
    object-fit: cover;
    height: 400px;
}
.items_Curs 
{
    background-color:#fff;
}
.section-title 
{
    background-color: var(--main-color) !important;
    color: #fff;
    font-size: large !important;

}
.hero-section 
{
    position: relative;
}

*::selection 
{
    background-color: var(--main-color) !important;
    color: #fff !important;
}


.items_Curs  .badge
{
    background-color: var(--main-color);
    font-size: large !important;
    display: block;
    width: 100%;
    white-space: break-spaces;
    line-height: 35px !important;
}
.myheader 
{
    position: relative;
}

.mynav
{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: fixed;
    top: 0;
    padding: 0px 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 111111111111;
    backdrop-filter: blur(30px);
    background-color: rgba(6, 45, 216, 0.479);
    width: 100%;
    
}
.mynav.act
{
    background-color: var(--main-color);
}
.mynav a 
{
    color: #fff;
    font-size: 14px;
}
.iconesearcc 
{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    z-index: -1;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    
    left: 30px;
   
}
.Search 
{
    transition: 0.5s all ease-in-out;
}
.btns 
{
    background-color: var(--main-color) !important;
}
.btns.act 
{
    background-color: #fff !important;
    color: var(--main-color) !important;
    font-weight: bold !important;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

@media (max-width:733px) {
    .mynav a 
    {
        font-size: 14px !important;
    }
}
@media (max-width:690px) {
    .mynav a 
    {
        font-size: 14px !important;
    }
    .Search 
    {
        transition: 0.5s all ease-in-out;
        position: absolute;
        top:-100px;
        width: 90%;
        margin: 0 auto;

    }
    .Search.act 
    {
        top: 15px;
    }
    .iconesearcc 
    {
        opacity: 1;
        z-index: 1111;
        z-index: 111111111111111;
    }
}

@media (max-width:460px) {
    .mynav  
    {
        padding: 0px 11px;
        justify-content: flex-start;
        gap: 13px;
        padding-right: 15px;
    }
    .mynav a 
    {
        font-size: 11px !important;
        font-weight: bold;
    }
    .iconesearcc 
    {
        left: 15px;
    }

    .search-form 
    {
        max-width: 100% !important;
    }
}



.main-title_pro 
{
    font-size: 12px;
    line-height: 25px;
}

.mycart 
{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.like_peo 
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.like_peo  i 
{
    color: var(--main-color);
}
.like_peo  span 
{
    color: #666;
}
.badge.products
{
    padding: 6px 6px;
}
.section-title-wrap::after 
{
    color: var(--main-color) !important;
}

.Btn_pay_my
{
    background-color: var(--main-color) !important;
    color: #fff;
    font-weight: bold;
    padding: 4px 10px;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 14px !important;

}
.Btn_pay_my:hover
{
    color: #fff;
}

footer 
{
    background-color: var(--main-color) !important;
    color: #fff !important;
}
footer h4 , footer h6 , footer p 
{
    color: #fff;
    font-size: 16px;
}   
#cart 
{
    /* position: absolute; */
    top: 25px;
    left: 65px;
    display: flex;
    align-items: center;
}
#cart i 
{
    font-size: 25px;
}

@media (max-width:972px) {

}























/* product */
.card_pro_Last .image img 
{
    max-width: 100%;
    width: 100%;
}
.card_pro_Last 
{
    background-color: var(--main-color);
}

.main_title 
{
    position: relative;
    padding: 10px;
    width: fit-content;
    margin: 42px  auto;
}
.main_title::after 
{
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 2px;
    left: 0;
    border-radius: 50%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
} 

header .Findpro
{
    align-items: center;
}
header .Findpro input 
{
    background-color: #fff;
    padding: 3px 10px;
    color: var(--main-color);
    border: none;
    outline: none;
}
.Search_icone , .toogle
{
    display: none;
    cursor: pointer;
}

.search_form.actave
{
    display: block !important;
    z-index: 111111111111111 !important;
}

 @media (max-width:769px) {
    .Search_icone 
    {
        display: block !important;
    }
 .search_form 
{
    position: absolute;
     left: 50%;
     transform: translateX(-50%) !important;
    top: 60px;
    width: 100%;
    text-align: center;
    display: none;
    z-index: 111111111111111 !important;
}
.search_form.actave
{
    display: block !important;
    z-index: 111111111111111 !important;
}
header nav 
{
    gap: 3px !important;
}
.search_form  input
{
    background: #fff !important;
    color: var(--main-color) !important;

}
.search_form  input::placeholder 
{
    color: var(--main-color) !important;
}
header .Findpro button {
    background-color: var(--main-color) !important;
    color: #fff !important;
}

 }

#Brand 
{
    font-size: 20px; 
    font-weight: bold;
    color: var(--main-color);
    margin-right: 4px;
}
header .Findpro button 
{
    background-color: #fff;
    padding: 3px 10px;
    color: var(--main-color);
    outline: none;
    border: none;
    display: inline-block;
    margin-right: -5px;
    border-top-left-radius:5px ;
    border-bottom-left-radius:5px ;
} 

header .Findpro input::placeholder 
{
    color: var(--main-color);
} 
.upperBar 
{
    padding-top: 5px;
}
.upperBar .container 
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cartShipping
{
  display: flex;
  align-items: center;
  grid: 10px;
}
/* start page product  */
.page_pro 
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.image img
{
    border: 2px solid #e3e3e3;
}
.info_product_page span 
{
     display: block;
}
.info_product_page 
{
    padding: 3px 10px;
}
.qunty 
{
    width: fit-content;
}
.qunty span 
{
    position: absolute;
    background: var(--main-color);
    color: #fff;
    padding: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    right: 3px;
}
.qunty input 
{
    margin-right: 112px;
    padding: 4px;
    border: none;
    background: transparent;
    border: 1px solid var(--main-color);
    font-weight: bold;
    width: 90px;
    text-align: center;
    color: var(--main-color);
    outline: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;

}
.prefix 
{
    position: absolute;
    left: -51px;
    top: -2px;
    cursor: pointer;
    background: var(--main-color);
    height: 34px;
    padding-right: 7px;
    padding-left: 7px;
    color: #fff;
    border-top-left-radius:15px ;
    border-bottom-left-radius:15px ;
    top: 0px;
    display: flex;
    gap: 16px;
    align-items: center;
}


.classes_price 
{
    display: flex;
    gap: 10px;
    color: var(--main-color);
    margin-top: 0px;
    margin-bottom: 3px;
}

.btn_cart 
{
    background-color: var(--main-color);
    color: #fff;
    padding: 4px 10px;
    border: none;
    margin-top: 10px;

}

.card_product
{
    padding: 4px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.info_product 
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.info_product  span 
{
    display: flex;
    align-items: center;
    gap: 10px;
}
.cont_feed 
{
    margin-top: 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto; 
}
.cont_feed::-webkit-scrollbar 
{
    background-color: #fff !important;
}
.cont_feed::-webkit-scrollbar-thumb 

 {
    background-color: #e3e3e3 !important;
    height: 10px !important ;
 }
 .cont_feed::-webkit-scrollbar-corner 
 {
    height: 5px !important;
    background-color: red !important;
 }
.cont_feed .items 
{
    text-align: center;
}
.items_Feed_img 
{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow:0px 0px 1px 4px rgba(137, 43, 226, 0.527);
}

*::-webkit-scrollbar 
{
    background-color:#fff;
    padding: 2px;
    width: 10px;
}
*::-webkit-scrollbar-thumb 
{
    background-color: var(--main-color);
    pad: 2px;
    border-radius: 10px;
} 


.Icone_Scial 
{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left:0;
    background-color: #f1f1f1;
    padding: 5px;
    display: flex;
    align-items: center;
    grid: 20px;
    flex-direction: column;
    z-index: 11111111111111 !important;
}
.Icone_Scial div 
{
 background-color: var(--main-color);
 margin: 10px 0px;
}
.Icone_Scial i 
{
    font-size: 25px;
    color: #fff;
    width:  40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pro_react 
{
    position: relative !important;
}
.pay_pro 
{
    color: var(--main-color);
    border-color: var(--main-color);
    border-radius: 0px;
    padding: 4px 10px;
    margin-top: 10px;
}
.pay_pro:hover 
{
    background-color: var(--main-color);
    border-color: var(--main-color);

} 
.pay_pro:focus , .pay_pro:active
{
    box-shadow: 0px 0px 0px 0px !important;
    
} 

.RButon
{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.parnt_R 
{
    width: 120px;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff;
    gap: 10px;
    border-radius: 5px;

}
@media (max-width:400px) {
    .parnt_R 
    {
        width: 100% !important;
    }
}
.RText 
{
    font-size: 13px;
}

.parnt_R input
{
    padding: 10px;
    font-size: 10px;
}

footer 
{
    background-color: var(--main-color);
    padding: 10px 0px;
}
footer p  , footer a
{
    color: #fff !important;
    font-size: 14px;
} 
footer a:hover 
{
    background-color: transparent;
    color: #fff;
} 

.phone  , .gmail
{
    position: relative;
}
.phone::after ,.gmail::after
{
    content: '';
    position: absolute;
    left: 50px;
    top: 7px;
    color: var(--main-color);
    display: none;

}
.phone:hover::after  , .gmail:hover::after
{
    display: block;
}



/* CSS */
.button-18 {
  align-items: center;
  background-color: var(--main-color);
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  border: 1px solid var(--main-color);

}

.button-18:hover,
.button-18:focus { 
  background-color: #fff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.button-18:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
}

.button-18:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}


 

/* CSS */
.button-90 {
    margin-top: 10px;
  color: #fff;
  padding: 10px 25px;
  border-radius: 100px;
  background-color: var(--main-color);
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 87% at 26% 20%, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  font-weight: bold;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;

  cursor: pointer;
}

.btn_desc 
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    cursor: pointer;
}
.btn_desc  div
{
    background-color: var(--main-color);
    padding: 5px 10px;
    background-color: var(--main-color);
    color: #fff;
}
.btn_desc  div:not(.act)
{
    background-color: #f0f0f0;
    color: var(--main-color);
}

.Des_long,.Des_short
{
    white-space: pre-wrap;
    text-align: center;
    line-height: 35px;
    color: #777;
    font-size: 13px  !important;
}
.Des_short 
{
    display: non;
}
.image 
{
    padding: 5px;
    border-radius: 5px;
    background-color: var(--main-color);
}
.classes_price 
{
    margin-top: 10px !important;
}