/*------Another font------*/
@import url('https://fonts.googleapis.com/css2?family=Beiruti:wght@200..900&display=swap');

html{
    direction: rtl;
    scroll-behavior: smooth;
    font-family: 'Beiruti', sans-serif;
}

/*-------------*/
/*---Navbar---*/
/*-------------*/
#nav{
    align-items: center;
    width: 100%;
    background: #fff !important;
    font-family: sans-serif;
    padding-top: 0px ;
    padding-bottom: 0px ;
    font-family: 'Beiruti', sans-serif;
    box-shadow: 0px 0px 13px 2px #2c359040;
    display: block;
    /* position: relative; */
}

#nav .container{
    padding: 0px 1rem;
    max-width: 1300px;
}
#logo{
    padding: 0;   
    margin-left: 2rem;
}
#logo img{
    height: 40px;
}
#nav ul.navbar-nav{
    padding-right: 0;
}
#nav li{
    cursor: pointer;
}
#nav-item{
    color: #2c3590;
    font-size: 15px;
    font-weight: 600;
    padding: 0.02rem 1.25rem;
    display: flex;
    transition: 0.5s;
    align-items: center;
    border: 0;
}
#navbarSupportedContent #nav-item{
    color: #fff;
}
#nav-item:hover{
    color: #ffffffa9;
}

.cart-icon sup{
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 60px;
    width: 20px;
    height: 20px;
    background: #2c3590;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}


.div-search-form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
    max-width: 900px;
    width: 100%;
}

.search-form {
    background: #fff !important;
    padding: 3px 45px 3px 10px;
    position: relative;
    display: flex;
    border-radius: 7px;
    border: 1px solid #00000065;
    width: 100%;
    height: 39px;
}

#input-nav {
    padding: 4px 4px 4px 4px;
    width: 100%;
    background: transparent !important;
    color: #2c3590;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none !important;
    box-shadow: none !important;
}
#input-nav::placeholder{
    font-size: 15px;
    font-weight: 400;
    color: #2c3590;
}
#input-nav:focus{
    box-shadow: none;
}
#btn-navSearch {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 20px;
    padding: 0 15px;
    margin: -1px;
    background: transparent !important;
    color: #2c3590;
    transition: 0.3s;
    border-radius: 0 60px 60px 0;
    line-height: 0;
}
#btn-navSearch:focus{
    box-shadow: none;
}
#btn-navSearch i {
    line-height: 0;
}

#nav .dropdown-menu{
    padding: 0;
    border: none;
    box-shadow: 0px 1px 5px #2c3590a2;
    text-align: right;
    top: 150%;
}
#nav .dropdown-menu #nav-item-drop{
    padding: 0.55rem;
    color: #2c3590;
    transition: 0.5s;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    border-top: 1px solid #ebebeb;
}
#nav .dropdown-menu #nav-item-drop:first-child{
    border: none;
}
#nav .dropdown-menu #nav-item-drop:hover{
    background: #2c3590;
    color: #fff;

}
#nav .dropdown-menu #nav-item-drop i{
    margin-left: 0.8rem;
    margin-right: 0;
    font-size: 12px;
}
#nav-item i {
    font-size: 14px;
    margin-right: 5px;
    color: #cecece;
}
#nav-item i::before{
    font-weight: 700 !important;
}
.log-reg{
    background: #1f2a4a;    
    min-width: 205px;
}
#btn-toogle-nav {
    border: 0;
    box-shadow: none !important;
}
#btn-toogle-nav svg{
    fill: #2c3590;
    transform: rotateY(180deg);
}

.log-reg #nav-item{
    color: #fff !important;
}
.log-reg #nav-item:last-child{
    letter-spacing: 2px;
}
.log-reg #nav-item #loginIcon{
    color: #fff;
    font-size: 20px;
}
#search-bar-input {
    padding-right: 2.5rem;
    height: 39px;
    font-size: 17px;
    font-weight: 500;
    color: #4b566bcb;
    font-family: inherit;
}
#search-bar-input:focus {
    color: #4b566b;
    background-color: #fff;
    border-color: #1B7FED80;
    outline: 0;
    box-shadow: none !important;
}
#nav-item.icon-nav{
    /* border-top: 1px solid #000;
    border-bottom: 1px solid #2c3590; */
    border-radius: 100px;
    padding: 0;
    width: 45px;
    height: 45px;
    font-size: 20px;
    margin: 0.75rem 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    position: relative;
    background: transparent;
}
#nav-item.icon-nav i{
    color: #2c3590;
}
#nav-item.icon-nav:hover{
    background: #2c3590;
}
#nav-item.icon-nav:hover i,#nav-item.icon-nav:focus i{
    color: #fff;
}
#nav-item.icon-nav:focus{
    color: #fff;
    background: #2c3590;
}
#nav-item.icon-nav i{
    font-size: 20px;
    padding: 0 15px;
    margin: -1px;
    background: transparent !important;
    transition: 0.3s;
    border-radius: 0 60px 60px 0;
    line-height: 0;
}
#ul-Login{
    min-height: 70px;  
    margin-left: 0 !important;
}

#ul-formAndcart{
    display: flex;
    align-items: center;
    gap: 1.7rem;
    max-width: 900px; 
    width: 100%; 
    min-height: 70px;
}
#ul-formAndcart i.bi-cart3{
    margin: 0.3rem;
    font-size: 20px;
    color: #2c3590;
}
#ul-formAndcart i.bi-cart3::before{
    font-weight: 900 !important;
}
#ul-formAndcart a#nav-item{
    padding: 0;
}

#ul-formAndcart-mobile{
    display: none;
}


/*------responsev nav------*/
#loginENAndcart{
    display: none;
}





/*-----------------------*/
/*------Landing home-----*/
/*-----------------------*/
#landing{
    font-family: 'Beiruti', sans-serif;
    padding: 140px 0 1rem;
    
}
#landing .container{
    max-width: 1300px;
}
#landing #card img{
    width: 100%;
}
#landing #carousel{
    margin-bottom: 10px;
}
#landing #carousel ol li{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
  #landing #carousel img{
    width: 100%;
}
#landing #category .category-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#landing #category .category-head h2{
    font-size: 25px;
    font-weight: bold;
  }
#landing #category .category-head .text a{
    color: #5b6186 ;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none !important;
}
#landing #category .products{
    margin-top: 1rem;
}
#landing #category .products .box-item{
    float: right;
}
#landing #category .products .box-item div{
    position: relative;
}
#landing #category .products .box-item svg{
    height: 100%;
    fill: #f3f5f9;
    width: 80%;
}
#landing #category .products .box-item img{
    width: 54px !important;
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#landing #category .products a{
    text-decoration: none !important;
}
#landing #category .products .box-item p{
    color: black;
    transition: 0.3s;
}
#landing #category .products .box-item p:hover{
    color: #5b6186;
    /* font-weight: bold; */
}
.products #swiper-productUndernav{
    padding: 2rem 0.2rem;
}
.products .mySwiper-productUndernav #title-productUndernav{
    margin-bottom: 0;
    line-height: 1.2em;
    color: #262d34;
    transition: 0.3s;
    font-size: 16px;
    font-family: 'Beiruti', sans-serif;
    /* margin-top: 15px; */
    font-style: normal;
    font-weight: 800;
}
/* .products .swiper-button-next{
    color: black;
} */
.products .swiper-button-next:after,
.products .swiper-button-prev:after{
    font-size: 18px;
    font-weight: 900;
}
.products .swiper-button-prev,
.products .swiper-button-next{
    color: #fff;
}

.products .swiper-button-next,
.products .swiper-button-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: none;
    font-size: 30px;
    background-color: #5b6186;
    transition: 0.3s;
    margin: 0;
}
.products .swiper-button-next{
    left: 0 !important;
}
.products .swiper-button-prev{
    right: 0 !important;
}
.products .swiper-button-next:hover,
.products .swiper-button-prev:hover{
    background-color: #5b6186a4;
}
.products .swiper-button-next::after,
.products .swiper-button-prev::after{
    font-size: 10px;
}
.products .swiper-button-next:hover:after,
.products .swiper-button-prev:hover:after{
    color: white;
}




/*--------------------------------*/
/*-New Product // -أحدث المنتجات-*/
/*--------------------------------*/
#newPro{
    font-family: 'Beiruti', sans-serif;
    padding: 4rem 0;
    scroll-margin-top: 130px;
}
#newPro .container{
    max-width: 1300px;
}
#title-newPro{
    gap: 2rem;
    margin-bottom: 2rem;
}
#title-newPro h2{
    margin-bottom: 0;
    line-height: 1.2em;
    color: #262d34;
    transition: 0.3s;
    font-size: 25px;
    font-family: 'Beiruti', sans-serif;
    font-style: normal;
    font-weight: 800;
}
#title-newPro a{
    /* text-decoration: none !important; */
    color: #5b6186 !important;
    font-size: 18px;
    font-weight: 600;
}
#title-newPro a{
    animation: iconrightToleft 2s ease-in-out infinite alternate-reverse both;
}
@keyframes iconrightToleft {
    0%{
        transform: translateX(-5px);
    }
    100%{
        transform: translateX(5px);
    }
}
#card-newPro{
    border: none !important;
    border-radius: 7px;
    box-shadow: 0px 0px 22px -1px #5761ca47;
    padding: 2rem 0.57rem 0.7rem;
    transition: 0.4s;
    cursor: pointer;
}
#card-newPro:hover{
    box-shadow: none;
    transform: scale(0.99);
}
#card-newPro .ocazion{
    position: absolute;
    text-decoration: none !important;
    min-width: 0;
    min-height: 0;
    padding: 6px 12px;
    margin: 0;
    top: 15px;
    left: 15px;
    right: auto;
    border-radius: 0;
    background-color: #2a338e;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.185em;
    color: #fff;
    z-index: 3;
    backface-visibility: hidden;
}
#card-newPro .ocazion.free-shipping{
    top: 3.5rem;
    background: #041e42;
}
#card-newPro .dinamic-newPro{
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: -50px;
    background: #ffffff09 !important;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
#card-newPro:hover .dinamic-newPro{
    right: 0;
    opacity: 1;
    visibility: visible;
}
#card-newPro .dinamic-newPro i{
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: #03152e;
    background: #fff;
    border-radius: 100px;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5px;
}
#card-newPro .dinamic-newPro i:hover{
    color: #fff;
    background: #000;
}
#topimg-newPro{
    overflow: hidden;
    position: relative;
    min-height: 230px;
    display: flex;
}
#topimg-newPro img{
    width: 100%;
    transition: 0.5s ease;
    display: block;
    margin: auto;
}
#topimg-newPro img.hiddenImg{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
#card-newPro:hover img.viewImg{
    transform: scale(0.5);
    opacity: 0;
    visibility: visible;
}
#card-newPro img.hiddenImg{
    transform: scale(0.8);
}
#card-newPro:hover img.hiddenImg{
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
#cardbody-newPro{
    text-align: center;
    padding: 0 0.2rem 1rem;
}
#cardbody-newPro a{
    font-size: 18px;
    font-weight: bold;
    color: #1f2a4a;
    text-decoration: none;
    background-color: transparent;
    transition: color 0.25s ease-in-out;
    display: block;
}
#cardbody-newPro a:hover{
    color: #5b6186;
}
.stars-newPro{
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    text-align: center;
}
.stars-newPro span{
    font-weight: 400;  
    margin-left: 0.5rem;
    padding-top: .0625rem;
    font-size: .875rem;
    margin-top: -2px !important;
    background: transparent !important;
    color: black !important;
}
.stars-newPro i.bi-star{
    color: #fea569;
    font-size: .875rem !important;
    cursor: pointer;
}
.newPro-price span{
    color: #1f2a4a;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 16px;
}








/*------------------------------------*/
/*----specialPro-- // -منتجات مميزة--*/
/*------------------------------------*/
#specialPro{
    font-family: 'Beiruti', sans-serif;
    padding: 1rem 0;
}
#specialPro .container{
    max-width: 1400px;
}
#specialPro #swiper-specialPro{
    padding: 2rem 0.2rem;
}
#specialPro .mySwiper-specialPro #title-specialPro{
    margin-bottom: 0;
    line-height: 1.2em;
    color: #262d34;
    transition: 0.3s;
    font-size: 25px;
    font-family: 'Beiruti', sans-serif;
    /* margin-top: 15px; */
    font-style: normal;
    font-weight: 800;
}
#specialPro .swiper-button-next{
    color: black;
}
#specialPro .swiper-button-next:after,
#specialPro .swiper-button-prev:after{
    font-size: 18px;
    font-weight: 900;
}
#specialPro .swiper-button-prev,
#specialPro .swiper-rtl #specialPro .swiper-button-next{
    color: black;
}
#btns-specialPro{
    border: 1px solid #002739;
}
#specialPro .swiper-button-next,
#specialPro .swiper-button-prev{
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: 40px;
    height: 40px;
    border-radius: 0;
    /* border: 1px solid #002739; */
    font-size: 30px;
    background-color: #fff;
    transition: 0.3s;
    margin: 0;
}
#specialPro .swiper-button-next{
    border-right: 1px solid black;
}
#specialPro .swiper-button-next:hover,
#specialPro .swiper-button-prev:hover{
    background-color: black;
}
#specialPro .swiper-button-next::after,
#specialPro .swiper-button-prev::after{
    font-size: 10px;
}
#specialPro .swiper-button-next:hover:after,
#specialPro .swiper-button-prev:hover:after{
    color: white;
}

/* card */

#card-Specialpro{
    border: none !important;
    border-radius: 7px;
    box-shadow: 0px 0px 22px -1px #5761ca47;
    padding: 2rem 0.57rem 0.7rem;
    transition: 0.4s;
    cursor: pointer;
}
#card-Specialpro:hover{
    box-shadow: none;
    transform: scale(0.99);
}
#card-Specialpro .ocazion{
    position: absolute;
    text-decoration: none !important;
    min-width: 0;
    min-height: 0;
    padding: 6px 12px;
    margin: 0;
    top: 15px;
    left: 15px;
    right: auto;
    border-radius: 0;
    background-color: #2a338e;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.185em;
    color: #fff;
    z-index: 3;
    backface-visibility: hidden;
}
#card-Specialpro .ocazion.free-shipping{
    top: 3.5rem;
    background: #041e42;
}
#card-Specialpro .dinamic-specialPro{
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: -50px;
    background: #ffffff09 !important;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
#card-Specialpro:hover .dinamic-specialPro{
    right: 0;
    opacity: 1;
    visibility: visible;
}
#card-Specialpro #topimg-Specialpro i{
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: #03152e;
    background: #fff;
    border-radius: 100px;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5px;
}
#card-Specialpro #topimg-Specialpro i:hover{
    color: #fff;
    background: #000;
}
#topimg-Specialpro{
    overflow: hidden;
    position: relative;
    min-height: 230px;
    display: flex;
}
#topimg-Specialpro img{
    width: 100%;
    transition: 0.5s ease;
    display: block;
    margin: auto;
}
#topimg-Specialpro img.hiddenImg{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
#card-Specialpro:hover img.viewImg{
    transform: scale(0.5);
    opacity: 0;
    visibility: visible;
}
#card-Specialpro img.hiddenImg{
    transform: scale(0.8);
}
#card-Specialpro:hover img.hiddenImg{
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
#cardbody-Specialpro{
    text-align: center;
    padding: 0 0.2rem 1rem;
}
#cardbody-Specialpro a{
    font-size: 18px;
    font-weight: bold;
    color: #1f2a4a;
    text-decoration: none;
    background-color: transparent;
    transition: color 0.25s ease-in-out;
    display: block;
}
#cardbody-Specialpro a:hover{
    color: #5b6186;
}
.stars-specialpro{
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    text-align: center;
}
.stars-specialpro span{
    font-weight: 400;  
    margin-left: 0.5rem;
    padding-top: .0625rem;
    font-size: .875rem;
    margin-top: -2px !important;
    background: transparent !important;
    color: black !important;
}
.stars-specialpro i.bi-star{
    color: #fea569;
    font-size: .875rem !important;
    cursor: pointer;
}
.specialPro-price span{
    color: #1f2a4a;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 17px;
}

/*-------------------------------------*/
/*-----category And ---فئات // باعه---*/
/*-------------------------------------*/
#categoryAndbaaa{
    font-family: 'Beiruti', sans-serif;
    padding: 1rem 0;
}
#categoryAndbaaa .container{
    max-width: 1300px;
}

#cardcategorybaaa{
    box-shadow: 0px 0px 15px -1px #5761ca31;
    padding: 1rem;
    border: 1px solid rgba(143, 143, 143, 0.125);
    transition: 0.4s;
    margin-bottom: 1.5rem;
    height: 100%;
}
#cardcategorybaaa:hover{
    box-shadow: none;
    transform: scale(0.99);
}
#title-categoryAndbaaa{
    gap: 2rem;
    margin-bottom: 2rem;
}
#title-categoryAndbaaa h2{
    margin-bottom: 0;
    line-height: 1.2em;
    color: #262d34;
    transition: 0.3s;
    font-size: 20px;
    font-family: 'Beiruti', sans-serif;
    font-style: normal;
    font-weight: 800;
}
#title-categoryAndbaaa a{
    /* text-decoration: none !important; */
    color: #5b6186 !important;
    font-size: 18px;
    font-weight: 600;
}
#title-categoryAndbaaa a{
    animation: iconrightToleft 2s ease-in-out infinite alternate-reverse both;
}
#categoryandbaa-respon{
    display: flex;
    align-items: center;
    justify-content: start;
    /* flex-wrap: wrap; */
    gap: 2rem;
    flex-direction: row;
    overflow-x: auto;
    padding: 1rem;
}
#categoryandbaa-respon.respon2{
    justify-content: center;
}
#a-cate{
    text-decoration: none !important;
}
#card-smcategory{
    border: none !important;
    padding: 0.3rem;
    text-align: center;
    min-width: 85px;
}

#topimg-smcategory{
    overflow: hidden;
    max-width: 80px;
    width: 100%;
    border: 1px solid #c2c2c236;
    /* padding: 0; */
    margin-bottom: 0.5rem;
}
#card-smcategory img{
    transition: 0.4s;
}
#card-smcategory:hover img{
    transform: scale(1.4);
}
#card-smcategory h2{
    font-size: 16px;
    font-weight: bold;
    color: #1f2a4a;
    text-decoration: none !important;
    background-color: transparent;
    transition: color 0.25s ease-in-out;
    display: block;
}

/*------------------*/
/*------arrivals----*/
/*------------------*/
#arrival{
    font-family: 'Beiruti', sans-serif;
    padding: 1rem 0;
}
#arrival .container{
    max-width: 1400px;
}
#arrival #swiper-arrival{
    padding: 2rem 0.2rem;
}
#arrival .mySwiper-arrival #title-arrival{
    margin-bottom: 0;
    line-height: 1.2em;
    color: #262d34;
    transition: 0.3s;
    font-size: 30px;
    font-family: 'Beiruti', sans-serif;
    /* margin-top: 15px; */
    font-style: normal;
    font-weight: 800;
}
#arrival .swiper-button-next:after,
#arrival .swiper-button-prev:after{
    font-size: 18px;
    font-weight: 900;
}
#arrival .swiper-button-prev,
#arrival .swiper-button-next{
    color: #fff;
}

#arrival .swiper-button-next,
#arrival .swiper-button-prev{
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    bottom: auto;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: none;
    font-size: 30px;
    background-color: #5b6186;
    transition: 0.3s;
    margin: 0;
}
#arrival .swiper-button-next{
    left: 0 !important;
}
#arrival .swiper-button-prev{
    right: 0 !important;
}
#arrival .swiper-button-next:hover,
#arrival .swiper-button-prev:hover{
    background-color: #5b6186a4;
}
#arrival .swiper-button-next::after,
#arrival .swiper-button-prev::after{
    font-size: 10px;
}
#arrival .swiper-button-next:hover:after,
#arrival .swiper-button-prev:hover:after{
    color: white;
}


/* card */

#card-arrival{
    border: none !important;
    border-radius: 7px;
    box-shadow: 0px 0px 22px -1px #5761ca47;
    padding: 2rem 0.57rem 0.7rem;
    transition: 0.4s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}
#card-arrival:hover{
    box-shadow: none;
    transform: scale(0.99);
}

#topimg-arrival{
    overflow: hidden;
    position: relative;
    /* min-height: 230px; */
    max-width: 100px;
    display: flex;
}
#topimg-arrival img{
    width: 100%;
    transition: 0.5s ease;
    display: block;
    margin: auto;
}
#topimg-arrival img.hiddenImg{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
#card-arrival:hover img.viewImg{
    transform: scale(0.5);
    opacity: 0;
    visibility: visible;
}
#card-arrival img.hiddenImg{
    transform: scale(0.8);
}
#card-arrival:hover img.hiddenImg{
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
#cardbody-arrival{
    text-align: right;
    padding: 0 1rem 1rem;
}
#cardbody-arrival a{
    font-size: 18px;
    font-weight: bold;
    color: #1f2a4a;
    text-decoration: none;
    background-color: transparent;
    transition: color 0.25s ease-in-out;
    display: block;
}
#cardbody-arrival a:hover{
    color: #5b6186;
}
.stars-arrival{
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    text-align: center;
}
.stars-arrival span{
    font-weight: 400;  
    margin-left: 0.5rem;
    padding-top: .0625rem;
    font-size: .875rem;
    margin-top: -2px !important;
    background: transparent !important;
    color: black !important;
}
.stars-arrival i.bi-star{
    color: #fea569;
    font-size: .875rem !important;
    cursor: pointer;
}
.arrival-price span{
    color: #1f2a4a;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 17px;
}




/*-------------------------------------------------------------------*/
/*---  Best sellings و Top rated //  افضل المبيعات و ذات التقييم --*/
/*-------------------------------------------------------------------*/
#bestSellandRate{
    font-family: 'Beiruti', sans-serif;
    padding: 1rem 0;
}
#bestSellandRate .container{
    max-width: 1300px;
}

#bestSellandRate-card{
    box-shadow: 0px 0px 15px -1px #5761ca31;
    padding: 1rem;
    padding-bottom: 0rem;
    border: 1px solid rgba(143, 143, 143, 0.125);
    transition: 0.4s;
    margin-bottom: 1.5rem;
    height: 100%;
}

#title-bestSellandRate{
    gap: 2rem;
    margin-bottom: 2rem;
}
#title-bestSellandRate h2{
    margin-bottom: 0;
    line-height: 1.2em;
    color: #262d34;
    transition: 0.3s;
    font-size: 18px;
    font-family: 'Beiruti', sans-serif;
    font-style: normal;
    font-weight: 800;
}
#title-bestSellandRate a{
    /* text-decoration: none !important; */
    color: #5b6186 !important;
    font-size: 18px;
    font-weight: 600;
}
#title-bestSellandRate a{
    animation: iconrightToleft 2s ease-in-out infinite alternate-reverse both;
}




/* card */

#card-bestSellandRate{
    border: none !important;
    border-radius: 7px;
    box-shadow: 0px 0px 22px -1px #5761ca47;
    padding: 2rem 0.57rem 0.7rem;
    transition: 0.4s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

#card-bestSellandRate:hover{
    box-shadow: none;
    transform: scale(0.99);
}

#topimg-bestSellandRate{
    overflow: hidden;
    position: relative;
    width: 30%;
    display: flex;
    background: #1f2a4a10;
    height: 100%;
}
#topimg-bestSellandRate img{
    width: 100%;
    transition: 0.5s ease;
    display: block;
    margin: auto;
}
#topimg-bestSellandRate img.hiddenImg{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
#card-bestSellandRate:hover img.viewImg{
    transform: scale(0.5);
    opacity: 0;
    visibility: visible;
}
#card-bestSellandRate img.hiddenImg{
    transform: scale(0.8);
}
#card-bestSellandRate:hover img.hiddenImg{
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
#cardbody-bestSellandRate{
    text-align: right;
    padding: 0 1rem 1rem;
}
#cardbody-bestSellandRate a{
    font-size: 16px;
    font-weight: bold;
    color: #1f2a4a;
    text-decoration: none;
    background-color: transparent;
    transition: color 0.25s ease-in-out;
    display: block;
}
#cardbody-bestSellandRate a:hover{
    color: #5b6186;
}
.stars-bestSellandRate{
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    text-align: center;
}
.stars-bestSellandRate span{
    font-weight: 400;  
    margin-left: 0.5rem;
    padding-top: .0625rem;
    font-size: .875rem;
    margin-top: -2px !important;
    background: transparent !important;
    color: black !important;
}
.stars-bestSellandRate i.bi-star{
    color: #fea569;
    font-size: .875rem !important;
    cursor: pointer;
}
.bestSellandRate-price span{
    color: #1f2a4a;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 17px;
}



/*--------------------*/
/*-----Fetuers sec-----*/
/*--------------------*/
#ourfetures{
    font-family: 'Beiruti', sans-serif;
    padding: 2rem 0;
}
#ourfetures .container{
    max-width: 1300px;
}
#card-fetures{
    border: none;
    margin-bottom: 1.3rem;
}
#topimgFetures {
    text-align: center;
}
#topimgFetures img{
    height: 60px;
    width: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}
#card-fetures p{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin: 5px;
}


#up-footer{
    padding: 2rem 0 1rem;
    background: #1f2a4a10;
}
#up-footer .container{
    max-width: 1300px;
}
#up-footer a{
    text-decoration: none;
}
#card-footerUp{
    border: none;
    margin-bottom: 1.3rem;
    background: transparent;
}
#topimgfooterUp {
    text-align: center;
}
#topimgfooterUp img{
    height: 60px;
    width: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}
#card-footerUp p{
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 5px;
    color: #000;    
    font-family: 'Beiruti', sans-serif;
}


/*-----------------*/
/*-----Footer------*/
/*-----------------*/
#footer{
    background: #1f2a4a;
    /* min-height: 500px; */
    color: #fff;    
    font-family: 'Beiruti', sans-serif;
    padding-top: 1.5rem !important;
    padding: 1rem 1rem 0;
    overflow: clip;
    scroll-margin-top: 130px;
}
#footer .container{
    max-width: 1300px;
}
.footer-web-logo {
    text-align: center;
}
.footer-web-logo img {
    /* width: 150px; */
    height: 50px;
}
.footer-heder {
    color: #fff;
}
.footer-web-logo a {
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.footer-web-logo a img {
    width: 100%;
    height: 46px;
    object-fit: contain;
    object-position: left center;
}
.store-contents img {
    max-width: 180px;

}
.payment-methods {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-left: 0;
    padding-right: 13px;
}
.payment-methods img {
    width: 60px !important;
    height: auto;
    border-radius: 5px;    
    max-width: 100%;
}
#footer-web-dir {
    text-align: right;
}
#footer-web-dir .footer-padding-bottom {
    text-align: right;
    padding-right: 0 !important;
}
.widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.__pb-10px {
    padding-bottom: 10px;
}
.widget-list-item {
    margin-bottom: .375rem;
    text-transform: capitalize;
}
.widget-list-link {
    display: block;
    transition: color 0.25s ease-in-out;
    font-size: 18px;
    font-weight: 300;
}
.widget-list-link{
    color: #fff !important;
    text-decoration: none !important;
}
.widget-list-link:hover{
    color: #999898 !important;
}
.widget-list-item:last-child {
    margin-bottom: 0;
}
#form-footer{
    display: flex;
    position: relative;
    background: rgba(255, 255, 255, 0.072745098) !important;
}
#input-footer {
    background: rgba(255, 255, 255, 0.0496078431) !important;
    border-color: rgba(255, 255, 255, 0.072745098) !important;
    background: transparent !important;
    border-radius: 5px;
    height: 55px;
    color: #fff;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 500;
}
.subscribe-button {
    position: absolute;
    top: 5px;
    padding: 11px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: capitalize;
    border: none;
    inset-inline-end: 5px !important;
    height: 45px;
    border-radius: 6px !important;
    color: #fff;
    font-weight: 400;
    font-size: 18px !important;
    background: #2c3590 !important;
}
#footer .start_address_under_line , #footer .address_under_line{
    background: rgba(255, 255, 255, 0.1882352941) !important;
    border: none !important;
    height: 1px;
    width: 100% !important;
}
.start_address {
    display: flex;
    justify-content: space-between;
    font-size: 13px !important;
    align-items: center;
    flex-wrap: wrap;
}
.start_address span{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}
.widget-list-link i {
    margin-right: 0 !important;
}
.__text-14px {
    font-size: 17px;
}
footer .fa-map-marker {
    margin-right: 0 !important;
}
#footer-end .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.end-footer {
    display: flex;
    justify-content: space-between;
    font-family: 'Beiruti', sans-serif;
    padding: 1rem;
    align-items: center;
}
.__text-16px {
    font-size: 16px;
    color: #fff;
}
.col-11{
    gap: 0.5rem !important;
}
.social-btn {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 1px solid transparent;
    transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    border-radius: .3125rem;
    background-color: #1f2a4a;
    color: #4b566b;
    font-size: .875rem;
    text-align: center;
    text-decoration: none !important;
}
.social-btn {
    height: 2rem;
    width: 2rem;
    border-radius: 100px;
}
.social-btn.sb-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.social-btn i {
    line-height: 1.9rem;
}
.social-btn.sb-facebook {
    background: #15A4FB;
}





















/* --------------------------------------- */
/* ----------product-details page------------- */
/* --------------------------------------- */
#product-details{
    font-family: 'Beiruti', sans-serif;
    padding: 180px 0;
  }
  #product-details #image img{
    max-width: 100%;
  }
  #product-details #image ol{
    flex-direction: column;
    right: -95px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #product-details #image ol li{
    width: 60px;
    height: 60px;
    text-indent: 0;
  }
  #product-details #image ol li img{
    width: 100%;
  }
  #product-details #img-details p.salalry {
    font-size: 18px;
    font-weight: 500;
  }
  #product-details #img-details p del{
    color: #ccc;
    margin-right: 5px;
  }

  #product-details #wishList {
    font-size: 14px;
  }
  #product-details #wishList i{
    cursor: pointer;
  }
  #product-details #share p{
    font-size: 13px;
    font-weight: bold;
    color: #ccc;
  }
  #product-details #share p b{
    color: black;
  }
  #product-details #share #social{
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #product-details #share #social i{
    color: black;
  }
  #product-details #add-cart{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  #product-details #add-cart button{
    background-color: #002739;
    padding: 1em;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    margin: 0;
  }
  #product-details #number{
    width: 10rem;
    margin-bottom: 25px;
  }
  /* info product */
  #info-priduct{
    font-family: 'Beiruti', sans-serif;
    border-top: 1px solid #ccc;
  }
  #info-priduct ul#myTab{
      justify-content: center;
      border: none;
  }
  #info-priduct ul#myTab li{
    padding: 0 15px;
  }
  #info-priduct ul#myTab button{
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
  #info-priduct ul#myTab button::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 2px;
    width: 100%;
    background-color: #041e42;
    transition: 0.3s;
  }
  #info-priduct ul#myTab button:hover::before{
    left: 0;
  }
  #info-priduct ul#myTab button{
    border: none;
  }
  #info-priduct ul#myTab button.active{
    color: #041e42;
    font-weight: 600;
    background-color: transparent;
  }
  #info-priduct ul#myTab button.active::before{
    left: 0;
  }
  #info-priduct #myTabContent #contact h2#h-title{
    font-size: 23px;
    color: #041e42;
    font-weight: 700;
    margin: 0 0 1em;
  }
  #info-priduct #myTabContent #contact p#head{
    margin-bottom: 1.5em;
    font-size: 14px;
  }
  #info-priduct #myTabContent #contact #review-box{
    padding: 35px 40px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: transparent;
  }
  #info-priduct #myTabContent #contact #review-box b{
    font-weight: 700;
  }
  #info-priduct #myTabContent #contact form{
    margin-top: 20px;
    font-size: 16px;
  }
  #info-priduct #myTabContent #contact #stars .rating{
    justify-content: center;
  }
  #info-priduct #myTabContent #contact form p{
    margin: 0;
  }
  #info-priduct #myTabContent #contact #form-content{
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    background-color: transparent;
  }
  #info-priduct #myTabContent #contact #form-content textarea{
    border: none;
    height: 102px;
    position: relative;
    background-color: transparent;
    line-height: 1.5em;
    border-radius: 0;
    transition: 0.3s;
  }
  #info-priduct #myTabContent #contact #form-content textarea:focus{
    border: none;
    box-shadow: none;
    border-bottom: 1px solid black;
  }
  #info-priduct #myTabContent #contact #form-content input{
    border: none;
    height: 60px;
    border-radius: 0;
    transition: 0.3s;
  }
  #info-priduct #myTabContent #contact #form-content input:focus{
    border: none;
    box-shadow: none;
    border-bottom: 1px solid black;
  }
  #info-priduct #myTabContent #contact #chek label{
    margin: 0;
    margin-left: 3px;
  }
  #info-priduct #myTabContent #contact button#Submit{
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #3A3A3A;
    color: #fff;
    margin-bottom: 40px;
    width: fit-content;
  }
  /* more products */
  #more-products{
    padding: 50px 0;
    font-family: 'Beiruti', sans-serif;
  }
  h2#title-h{
    font-size: 33px;
    color: #041e42;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: right;
  }
  #more-products #proDet {
    transition: 0.3s;
    border: 1px solid #ccc;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  
  #more-products #proDet #image {
    position: relative;
    background-color: white;
    box-shadow: 0 0 0 rgba(0, 0, 0, .15);
    overflow: hidden;
    height: auto;
    /* min-height: 13rem; */
    max-height: 100%;
    padding: 10px;
  }
  #more-products #proDet #image img{
    width: 100%;
    transition: 0.3s;
  }
  #more-products #proDet:hover img{
    transform: scale(1.1);
    border-radius: 20px;
  }
  #more-products #proDet #image span {
    position: absolute;
    top: 18px;
    left: 18px;
    background-color: #e82d2d;
    color: white;
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .185em;
  }
  
  #more-products #proDet #image #more-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    right: -18%;
    top: 50%;
    transition: 0.3s;
    transform: translateY(-50%);
  }
  #more-products #proDet #image #more-links i{
    color: white;
  }
  #more-products #proDet #image #more-links i.heart {
    cursor: pointer;
  }
  
  #more-products #proDet:hover #image #more-links {
    right: 17px;
  }
  
  #more-products #proDet #body {
    padding: 10px;
    text-align: center;
  }
  #more-products #proDet #body span{
    color: #ccc;
    font-size: 13px;
  }
  #more-products #proDet #body a.name {
    color: black;
  }
  
  #more-products #proDet #body a.name h2 {
    font-size: 15px;
    font-weight: 700;
  }
  
  #more-products #proDet #body p {
    font-size: 14px;
    transition: 0.3s;
    margin: 0;
    font-weight: 600;
  }
  #more-products #proDet #body a#select{
    color: black;
    background-color: transparent;
    font-size: 15px;
    border: 2px solid #041e42;
    border-radius: 35px;
    transition: 0.2s;
    font-weight: 500;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #more-products #proDet #body a#select:hover{
    color: white;
    background-color: #041e42;
  }
  #more-products #proDet #stars .rating{
    height: inherit;
  }
  #more-products #proDet #stars .rating>label{
    margin: 0;
  }



/* ------------------------------------- */
/* ------------increase number------------- */
/* ------------------------------------- */
#number svg>path {
    fill: #ff9800;
  }
  
  #number label {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    color: #191919;
    margin-bottom: 2rem;
    user-select: none;
  }
  
  #number .custom-number-input {
    /* width: 30rem;
    padding: 2rem; */
    border-radius: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  
  #number .counter-input-group {
    width: 100%;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  #number .button {
    width: 5rem;
    height: 4rem;
    display: inline-block;
    padding: 0.5rem;
    background-color: #f9f9f9;
    border-radius: 0.25rem;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.5s;
  }
  
  #number .button svg {
    width: 2rem;
    height: 2rem;
    pointer-events: none;
  }
  
  #number .button:hover,
  #number .button:focus {
    background-color: #f0f0f0;
  }
  
  #number #custom-input-number {
    text-align: center;
    height: inherit;
    width: 100%;
    border: none;
    outline: none;
    font-size: 1.75rem;
    font-weight: 800;
    color: #2d2d2d;
  }
  
  #number input[type="number"]::-webkit-outer-spin-button,
  #number input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
  }
  
  #number input[type="number"]::-moz-inner-spin-button,
  #number input[type="number"]::-moz-outer-spin-button {
    -moz-appearance: none;
    appearance: none;
  }
  
  #number input[type="number"]::-ms-inner-spin-button,
  #number input[type="number"]::-ms-outer-spin-button {
    -ms-appearance: none;
    appearance: none;
  }




/* /--------------/
/--modalEye---/
/--------------/ */
#modalEye {
    padding: 0;
    font-family: 'Beiruti', sans-serif;
}
#modalEye .modal-dialog{
    max-width: 1000px;
    transform: translate(0, 10%);
}
#modalEye .modal-content{
    border-radius: 0;
    background: transparent !important;
}
#modalEye .modal-body{
    padding: 1rem;
    background: #fff;
    overflow-y: auto;
    max-height: 650px;
}
#modalEye .modal-header{
    padding: 0 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#modalEye .close{
    opacity: 0.9;
    color: #000;
    transition: 0.3s;
    padding: 0;
    margin: 0;
    font-size: 20px;
    cursor: pointer;
    text-shadow: 0 1px 0 #000;
}
#modalEye .close:hover{
    opacity: 1;
}
#modal-slider{
    margin-bottom: 80px;
}
#modal-slider .carousel-indicators{
    bottom: -100px;
    margin-right: 0;
    margin-left: 0;
    justify-content: space-between;
}
#modal-slider .carousel-indicators li{
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: none;
    background-color: transparent;
}
#modal-slider .carousel-indicators li img{
    width: 100%;
}
#modal-slider .carousel-inner div img{ 
    width: 100%;
}
#modal-slider .carousel-inner #main-img {
    display: block;
    margin: 20px auto;  
    border: 1px solid rgba(255,255,255,0.2);
    filter: grayscale(0);
  }
  
  #modal-slider .carousel-inner #zoom-img {
    pointer-events: none;
    position: relative;
    top: 50%;
    left: 50%;
  }
  
  #modal-slider .carousel-inner #zoom {
    position: absolute;
    width: 250px;
    height: 250px;
    box-shadow: 0 0 0 2px rgba(255,0,0,0.5),
      5px 5px 10px 5px rgba(0,0,0,0.2);
    border-radius: 50%;  
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }

/* ----------stars rate---------- */
#stars {
    margin-bottom: 10px;
}
#stars .rating {
    display: flex;
    width: 100%;
    justify-content: start;
    overflow: hidden;
    flex-direction: row-reverse;
    position: relative;
  }
  
  #stars .rating-0 {
    filter: grayscale(100%);
  }
  
  #stars .rating>input {
    display: none;
  }
  
  #stars .rating>label {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
  }
  
  #stars .rating>input:checked~label,
  #stars .rating>input:checked~label~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  }
  
  
  #stars .rating>input:not(:checked)~label:hover,
  #stars .rating>input:not(:checked)~label:hover~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  }
  
  #stars .emoji-wrapper {
    width: 100%;
    text-align: center;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  #stars .emoji-wrapper:before,
  #stars .emoji-wrapper:after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
  }
  
  #stars .emoji-wrapper:before {
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);
  }
  
  #stars .emoji-wrapper:after {
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);
  }
  
  #stars .emoji {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s;
  }
  
  #stars .emoji>svg {
    margin: 15px 0;
    width: 40px;
    height: 70px;
    flex-shrink: 0;
  }
  
  #stars #rating-1:checked~.emoji-wrapper>.emoji {
    transform: translateY(-100px);
  }
  
  #stars #rating-2:checked~.emoji-wrapper>.emoji {
    transform: translateY(-200px);
  }
  
  #stars #rating-3:checked~.emoji-wrapper>.emoji {
    transform: translateY(-300px);
  }
  
  #stars #rating-4:checked~.emoji-wrapper>.emoji {
    transform: translateY(-400px);
  }
  
  #stars #rating-5:checked~.emoji-wrapper>.emoji {
    transform: translateY(-500px);
  }
  
  #stars .feedback {
    /* max-width: 360px; */
    background-color: transparent;
    width: 100%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
#modal-PRinfo .price{
    font-size: 20px;
    font-weight: bold;
    color: #091b5e;
    margin-bottom: 15px;
}
#modal-PRinfo .price-all{
    font-weight: 700;
    color: #262d34;
    margin-bottom: 30px;
}
#modal-PRinfo .QTY{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
#modal-PRinfo .QTY span{
    font-weight: 700;
    color: #262d34;
}
#modal-PRinfo .QTY #number{
    width: 10rem;
    margin: 0;
}
#modal-PRinfo .buy-now{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
#modal-PRinfo .buy-now a.buy{
    height: 42px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #5b6186;
    color: white;
    padding: .625rem 1.375rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: .3125rem;
}
#modal-PRinfo .buy-now a.cart{
    height: 42px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #1f2a4a;
    color: white;
    padding: .625rem 1.375rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: .3125rem;
}
#modal-PRinfo .buy-now i{
    cursor: pointer;
    font-size: 23px;
}

/* QTY */
#number .custom-number-input {
    /* width: 30rem;
    padding: 2rem; */
    border-radius: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

#number .counter-input-group {
    width: 100%;
    /* height: 4rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#number .button {
    width: 5rem;
    height: 100%;
    display: inline-block;
    padding: 0.5rem;
    background-color: #f9f9f9;
    border-radius: 0.25rem;
    border: none;
    outline: none;
    /* display: flex; */
    /* justify-content: center;
    align-items: center; */
    cursor: pointer;
    transition: 0.5s;
}

#number .button svg {
    width: 2rem;
    /* height: 2rem; */
    pointer-events: none;
}

#number .button:hover,
#number .button:focus {
    background-color: #f0f0f0;
}

#number #custom-input-number {
    text-align: center;
    height: inherit;
    width: 100%;
    border: none;
    outline: none;
    font-size: 1.75rem;
    font-weight: 800;
    color: #2d2d2d;
}

#number input[type="number"]::-webkit-outer-spin-button,
#number input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

#number input[type="number"]::-moz-inner-spin-button,
#number input[type="number"]::-moz-outer-spin-button {
    -moz-appearance: none;
    appearance: none;
}

#number input[type="number"]::-ms-inner-spin-button,
#number input[type="number"]::-ms-outer-spin-button {
    -ms-appearance: none;
    appearance: none;
}

/* /-------------/
/-Fillter filterPro-/
/-------------/ */
#div-fillter{
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    position: fixed;
    left: -100%;
}
#btn-fillter-filterPro{
    display: none;
}




/* filterPro-area */
#filterPro-area{
    padding: 170px 0;
    font-family: 'Beiruti', sans-serif;
}
#filterPro-area .container{
    max-width: 1320px;
}
#filterPro-area form #shop-widget{
    border: 1px solid #ECECEC;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 25px 30px;
    background: #fff;
    margin-bottom: 30px;
    text-align: right;
}

#filterPro-area h4{
    font-size: 15px;
    font-weight: 600;
    color: #041e42;
    margin: 0 0 20px;
    position: relative;
}
#filterPro-area h4::after{
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 50px;
    background: #041e42;
    margin: 5px 0 0;
}
#filterPro-area form ul.list-wrap{
    margin: 0;
    padding: 0;
}
#filterPro-area form .list-wrap li{
    margin-bottom: 15px;
    list-style: none;
}
#filterPro-area form .list-wrap div.form-check{
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 0;
    padding: 0;
    min-height: inherit;
}
#filterPro-area form .list-wrap div input{
    border-radius: 4px;
    border: 1px solid #B2BDCD;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative;
}
#filterPro-area form .list-wrap div label{ 
    flex-grow: 1;
    font-size: 16px;
    font-weight: 600;
    color: #39557E;
    user-select: none;
    cursor: pointer;
}
#filterPro-area #shop-widget .rating{
    display: flex;
    align-items: center;
}
#filterPro-area #shop-widget .rating ul{
    display: flex;
    align-items: center;
    line-height: 1;
    color: #F8BC24;
    gap: 4px;
}
#filterPro-area #shop-widget .rating ul li{
    margin-bottom: 0;
}
#filterPro-area #shop-widget .rating span{
    color: #5A7093;
    margin-left: 5px;
}
#filterPro-area #shop-course-top {
    margin-bottom: 30px;
}
#shop-course-top .shop-top-left p{
    margin-bottom: 0;
    font-size: 18px;
}

#shop-course-top #myTab {
    gap: 10px;
    border: none;
    margin-left: 10px;
    align-items: center;
    width: 100%;
}
#shop-course-top #myTab span{
    font-size: 1rem;
    color: #041e42;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 1.2;
}
#shop-course-top .filterPro__nav-tabs .nav-item .nav-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #6196EA;
    border-radius: 4px;
    color: #1363DF;
}
#shop-course-top .filterPro__nav-tabs .nav-item .nav-link.active {
    border-color: #1363DF;
    background: #1363DF;
    color: #fff;
}
#shop-course-top .filterPro__nav-tabs .nav-item .nav-link svg {
    flex: 0 0 auto;
}
#shop-course-top .filterPro__nav-tabs .nav-item {
    margin: 0 0;
}

.filterPro_grid-wrap .filterPro_item-two {
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    box-shadow: none;
    padding: 15px;
}
.filterPro_item-two {
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    margin: 0 0 30px;
}
/* .filterPro_item-two.filterPro_item-two{

} */
.filterPro__item-two-thumb {
    position: relative;
}
.shine__animate-link {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.shine__animate-link img{
    width: 100%;
}
.shine__animate-link::before{
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.shine_animate-item:hover .shine_animate-link::before {
    -webkit-animation: hoverShine 1.2s;
    animation: hoverShine 1.2s;
    left: 100%;
}




/* all-category */
#all-category{
    font-family: 'Beiruti', sans-serif;
    padding: 180px 0;
}
/* all-category */
#all-category h4{
  color: #212629;
  text-align: center;
}
#all-category .nav-pills{
  margin-top: 20px;
}
#all-category .nav-pills .nav-link.active,
#all-category .nav-pills .show>.nav-link{
  background-color: transparent;
  color: #041e42;
}
#all-category .nav-pills button div{
  border: 1px solid #ccc;
  background-color: transparent;
  text-align: right;
  transition: 0.3s;
}
#all-category .nav-pills .nav-link.active div{
  border-color: #041e42;
  transform: translateX(10px);
}
#all-category .nav-pills button div img{
  width: 18px;
  height: 18px;
}
#all-category .tab-content{
  text-align: center;
}
#all-category .tab-content #box{
  padding: 10px;
  border: 1px solid #0000001f;
  width: 100%;
  cursor: pointer;
  background: white;
}
#all-category .tab-content #box a{
  color: #373f50;
  font-size: .875rem;
  text-align: center;
}



/* contact us */
#contact-us{
    font-family: 'Beiruti', sans-serif;
    padding: 50px 0;
}
#contact-us h2.head{
    font-size: 25px;
    font-weight: 700;
    margin-top: 2rem;
}
#contact-us #image img{
    width: 100%;  
}
#contact-us #form {
    border: 1px solid rgba(0, 0, 0, 0.085);
    border-radius: .4375rem;
    padding: 1.25rem;
}
#contact-us #form h3{
    margin-bottom: 1.5rem;
}
#contact-us #form #input-box{
    margin-bottom: 1rem;
}
#contact-us #form #input-box label{
    color: #373f50;
    padding-top: .0625rem;
    font-size: .875rem;
    margin-bottom: .375rem;
}
#contact-us #form #input-box input::placeholder{
    font-size: 14px;
}
#contact-us #form #input-box input:focus{
    box-shadow: none;
    border: 1px solid #041e42;
}
#contact-us #form #input-box textarea{
    height: 160px;
}
#contact-us #form #input-box textarea:focus{
    box-shadow: none;
    border: 1px solid #041e42;
}
#contact-us #random-txt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#contact-us #random-txt input{
    width: 50%;
}
#contact-us #random-txt input:focus{
    box-shadow: none;
    border: 1px solid #041e42;
}
#contact-us #random-txt .randomTxt{
    display: flex;
    align-items: center;
}
#contact-us #random-txt .randomTxt span{
    background-color: #002739;
    color: white;
    padding: 5px 15px;
    display: block;
    user-select: none;
    min-width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#contact-us #random-txt .randomTxt i{
    cursor: pointer;
    margin-right: 8px;
}
#contact-us #send{
    width: fit-content;
    background-color: #1f2a4a;
    margin-top: 18px;
    transition: 0.3s;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: .375rem .85rem;
}
#contact-us #send:hover{
    background-color: #002739;
}

/* /--------------------------------------------/
/-------------------wishlist-----------------/
/--------------------------------------------/ */
#wisshList{
    padding: 150px 0 50px 0;
    direction: ltr;
    font-family: 'Beiruti', sans-serif;
    text-align: center;
  }
  
  #wisshList h2#head {
    margin: 0 0 .25em;
    font-size: 40px;
    font-weight: 600;
    color: #041e42;
    font-weight: 700;
    margin-bottom: 50px;
  }
  #wisshList h3.MyWish{
    font-size: 28px;
    color: #041e42;
    font-weight: 700;
  }
  #wisshList #resbonsive-tabel{
      overflow-x: auto;
  }
  #wisshList table#product-details-wishlist {
      margin: 0;
      border: none;
      border-radius: 0;
      text-align: left;
      min-width: 300px;
      width: 100%;
      color: #333;
      table-layout: fixed;
  }
  
  #wisshList table#product-details-wishlist thead {
      background-color: #F8F8F8;
      font-size: 16px;
      line-height: 1.5em;
      font-weight: 600;
      letter-spacing: 0.02em;
      color: #000;
  }
  
  #wisshList table#product-details-wishlist th {
      border: none;
      padding: 25px 10px;
      font-size: .8em;
      text-transform: uppercase;
      letter-spacing: .1em;
  }
  
  #wisshList table#product-details-wishlist th:first-of-type {
      padding-inline-start: 28px;
  }
  
  #wisshList table#product-details-wishlist tbody tr:nth-child(even) {
      background-color: #FBFBFB;
  }
  
  #wisshList table#product-details-wishlist tbody td:first-of-type {
      padding-inline-start: 28px;
  }
  
  #wisshList table#product-details-wishlist tbody td {
      border: none;
      padding: 25px 0;
      font-weight: 600;
  }
  
  #wisshList table#product-details-wishlist tbody td.product-img img {
      width: 64px;
      margin-inline-end: 25px;
  }
  
  #wisshList table#product-details-wishlist tbody td.product-name a {
      color: black;
      font-weight: 600;
  }
  
  #wisshList table#product-details-wishlist tbody td.product-remove a {
      color: black;
  }
  #wisshList table#product-details-wishlist tbody td.addCart a{
      display: flex;
      align-items: center;
      gap: 14px;
      color: white;
      background-color: #002739;
      font-size: 12px;
      width: fit-content;
      padding: 5px 20px;
  }
  #wisshList table#product-details-wishlist tbody td.addCart a span{
      font-weight: 700;
  }
  #wisshList #share-now{
      text-align: left;
  }
  #wisshList #share-now h2{
      margin: 10px 0;
      font-weight: 700;
      line-height: 1.2em;
      font-size: 25px;
      color: #041e42;
  }
  #wisshList #share-now #media{
      display: flex;
      align-items: center;
      gap: 10px;
  }
  #wisshList #share-now #media a{
      color: white;
  }
  #wisshList #share-now #media i{
      height: 25px;
      width: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  #wisshList #share-now #media i.face{
      background-color: #39599E;
  }
  #wisshList #share-now #media i.twita{
      background-color: #45AFE2;
  }
  #wisshList #share-now #media i.pine{
      background-color: #AB2E31;
  }
  #wisshList #share-now #media i.mail{
      background-color: #FBB102;
  }
  #wisshList #share-now #media i.whats{
      background-color: #00A901;
  }
  
  #wisshList table#product-details-wishlist tbody td.product-remove {
      margin-left: 1rem;
      margin-right: 1rem;
  }




/*----------------------*/
/*------About page------*/
/*----------------------*/
#about-page{
    color: #364d59;
    background: #fff;
    padding: 200px 0 20px;
    scroll-margin-top: 92px;
    font-family: 'Beiruti', sans-serif;
    overflow: clip;
    direction: ltr;
}
#about-page .container{
    max-width: 1300px;
}
#about-page .about-img img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
#about-page .inner-title {
    font-size: 2.75rem;
    font-weight: 700;
}
#about-page .our-story {
    padding: 40px;
    background-color: color-mix(in srgb, #364d59, transparent 96%);
}
#about-page .our-story h4 {
    text-transform: uppercase;
    font-size: 1.1rem;
    color: color-mix(in srgb, #364d59, transparent 50%);
}
#about-page .our-story h3 {
    font-size: 2.25rem;
    font-weight: 700;
    color: color-mix(in srgb, #364d59, transparent 20%);
}
#about-page ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
#about-page ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}
#about-page ul i {
    font-size: 1.25rem;
    margin-right: 0.5rem;
    line-height: 1.2;
    color: #004aad;
}
#about-page .watch-video i {
    font-size: 2rem;
    transition: 0.3s;
    color: #004aad;
}
#about-page .watch-video a {
    font-weight: 600;
    color: color-mix(in srgb, #364d59, transparent 20%);
    margin-left: 8px;
    transition: 0.3s;
    text-decoration: none;
}
#about-page .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}


#succsessParthers{
    position: relative;
    z-index: 1;
    font-family: 'Beiruti', sans-serif;
    overflow: hidden;
    padding: 60px 0 30px;
}
#succsessParthers .container{
    max-width: 1320px;
}
#succsessParthers .sub-title{
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
    background: #041e42;
    color: #fff;
    max-width: 600px;
    line-height: 1.4;
    padding: 1rem;
    border-radius: 600px;
    margin: auto;
    margin-top: 1rem;
}

/*-------------------*/
/*--partner-section--*/
/*-------------------*/
.partner-section {
    position: relative;
    z-index: 1;
    font-family: 'Beiruti', sans-serif;
    overflow: hidden;
    padding: 60px 0;
}
.partner-section .container{
    max-width: 1320px;
}
.section-title {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 65px;
}
.partner-section .sub-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
    background: #041e42;
    line-height: 1.4;
    color: #fff;
    max-width: 600px;
    padding: 1rem;
    border-radius: 600px;
    margin: auto;
    margin-top: 1rem;
}

.section-title h2 {
    color: #041e42;
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0 0 0;
}
.partner-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    justify-content: center;
}
.partner-list .partner-item {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}
.partner-list .partner-item a {
    position: relative;
    display: block;
    padding: 5px 20px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #ededed;
    margin-bottom: 30px;
}
.partner-list .partner-item a img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}





/*--------------------*/
/*-------Poicy--------*/
/*--------------------*/
#policy{
    color: #364d59;
    background: #fff;
    padding: 200px 0 20px;
    scroll-margin-top: 92px;
    font-family: 'Beiruti', sans-serif;
    overflow: clip;
    direction: ltr;
    text-align: right;
}    
#policy .container{
    max-width: 1300px;
}
.titlepage-policy{
    text-align: center;
}
.titlepage-policy p
#policy h2{
    font-size: 25px;
    font-weight: 700;
}
#policy ul,.titlepage-policy p{
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 600;
}
/*--------------------*/
/*-------terms--------*/
/*--------------------*/
#terms{
    color: #364d59;
    background: #fff;
    padding: 200px 0 20px;
    scroll-margin-top: 92px;
    font-family: 'Beiruti', sans-serif;
    overflow: clip;
    direction: ltr;
    text-align: right;
}    
#terms .container{
    max-width: 1300px;
}
.titlepage-terms{
    text-align: center;
}
.titlepage-terms p
#terms h2{
    font-size: 25px;
    font-weight: 700;
}
#terms ul,.titlepage-terms p{
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 600;
}

/*-----------------------------------*/
/*-------------FAQ Page--------------*/
/*-----------------------------------*/
#faq-page {
    padding: 170px 0;
}

#page-title-b {
    text-align: center;
}

#page-title-b h2 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 0;
}

#page-title-b p {
    font-size: 15px;
    color: #5a5a5a;
    font-weight: 500;
}

#faq-page #faq-content .card {
    border: none;
}

#faq-page #faq-content h2#head {
    font-family: "Archivo", sans-serif;
    margin-bottom: 2em;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-weight: 800;
    text-align: right;
}
#faq-page hr{
    margin-bottom: 3rem;
}

#faq-page #faq-content .card-header {
    background-color: transparent;
    border: none;
    padding-right: 0;
}

#faq-page #faq-content .card-header h2.pluss {
    display: flex;
    align-items: center;
}

#faq-page #faq-content .card-header h2.pluss i {
    font-size: 20px;
    font-weight: 100;
}

#faq-page #faq-content button {
    text-decoration: none;
    color: black;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px;
}

#faq-page #faq-content button:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

#faq-page #faq-content button:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}

#faq-page #faq-content .card-body {
    font-family: "Archivo", sans-serif;
    padding-top: 10px;
    font-size: 15px;
    color: #5a5a5a;
}

/*-------------------------*/
/*-------Login Page--------*/
/*-------------------------*/
#login-page{
    font-family: 'Beiruti', sans-serif;
    padding: 200px 0;

  }
  #login-page .row{
    justify-content: space-between;
  }
  #login-page #form-login{
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
  }
  #login-page #form-login h2.head{
    margin-bottom: 0.25rem;
    font-size: 1.5rem;
    text-align: right;
  }
  #login-page form{
    padding: 1.25rem;
    margin-top: 0.5em;
  }
  #login-page form .form-group label{
    text-align: right;
    color: #373f50;
    font-size: .875rem;
    display: block;
  }
  #login-page form .form-group input:focus{
    box-shadow: none;
    border: 1px solid #041e42;
    outline: none;
  }
  #login-page form .form-group input::placeholder{
    color: #4b566b;
    font-size: 14px;
  }
  #login-page form #check{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #login-page form #check .form-group{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  #login-page form #check .form-group label{
    margin: 0;
  }
  #login-page form #check #forget-pass a{
    font-size: .875rem;
    color: #002739;
    font-weight: 500;
  }
  #login-page form button.login{
    background-color: #1f2a4a;
    color: white;
    font-weight: 600;
  }
  #login-page #sign-up{
    padding: .875rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 calc(.4375rem - 1px) calc(.4375rem - 1px);
  }
  #login-page #sign-up p{
    margin: 0;
  }
  #login-page #sign-up a{
    color: #1f2a4a;
    border-color: #1f2a4a;
    transition: 0.3s;
    font-weight: bold;
  }
  #login-page #sign-up a:hover{
    background-color: #002739;
    color: white;
  }
  
  /* register */
  #login-page.reg-page .row{
    justify-content: center;
  }
  #login-page.reg-page #form-login h2.head{
    margin-bottom: 1rem;
  }


/*-----------------*/
/*-----Serial------*/
/*-----------------*/
#serial-page {
    font-family: 'Beiruti', sans-serif;
    padding: 200px 0;
}
#serial-page .container{
    max-width: 600px;
}
.serialarea .serial {
    margin-bottom: 35px;
}
.serialarea .serial_search {
    padding: 15px 15px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px 0px #041e42ea;
}
.serialarea .serial_search .search-serialForm {
    position: relative;
}
.serialarea .serial_search .search-serialForm label {
    display: block;
    margin-bottom: 0;
}
.serialarea .serial_search .search-field {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 15px 6px 55px;
    font-weight: 500;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    border-right: 2px solid #041e42;
    background-color: transparent;
    transition: 0.4s;
    box-shadow: none;
    outline: 0;
}
.serialarea .serial_search .search-field:focus{
    border: 1px solid #002739;
    border-right: 2px solid #041e42;
}
.serialarea .serial_search .search-serialForm button {
    color: #ffffff;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-color: #041e42;
    transition: 0.4s;
    border: none;
}
.error-serial{
    padding: 0.7rem 1rem;
    background: rgba(255, 63, 63, 0.438);
    display: flex;
    align-items: center;
    justify-content: end;
    animation: error-serial 0.75s ease-in-out infinite both alternate-reverse;
    margin-bottom: 2rem;
}
.error-serial h2{
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}
@keyframes error-serial {
    0%{
        transform: scale(0.9);
    }
    25%{
        transform: scale(1);
    }
    50%{
        transform: scale(0.9);
    }
    75%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}



/*------------------*/
/*------Blogs-------*/
/*------------------*/
  
  .blog-section{
    background-color: #f7f8f8;   
    font-family: 'Beiruti', sans-serif;
    padding: 180px 0 60px;
    text-align: right;
  }
  .blog-section .container{
    max-width: 1320px;
    padding: 1rem;
  }
  .blog-section .section-title {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 65px;
  }
  .blog-section .sub-title-plog {
    color: #041e42;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
    line-height: 1.4;
    
    margin: 0;
  }
  .blog-section .section-title h2 {
    color: #404040;
    font-size: 40px;
    font-weight: 800;
    margin: 10px 0 0 0;
    line-height: 1.4;
    
    margin: 0;
  }
  .blog-single-item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
    box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 30px;
  }
  .blog-image{
    overflow: hidden;
  }
  .blog-single-item img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
  }
  .blog-single-item .blog-description {
    padding: 20px 25px;
  }
  .blog-single-item .blog-description .blog-info {
    /* -webkit-transition: 0.4s; */
    transition: 0.4s;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .blog-single-item .blog-description .blog-info li {
    color: #041e42;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    list-style-type: none;
    margin-left: 15px;
  }
  .blog-single-item .blog-description .blog-info li:last-child {
    margin-left: 0;
  }
  .blog-single-item .blog-description .blog-info a {
    color: #555;
    text-decoration: none;
    transition: 0.4s;
  }
  .blog-single-item .blog-description .blog-info li i {
    position: relative;
    top: 0px;
    color: #00429b;
    margin-right: 3px;
  }
  .blog-single-item .blog-description .blog-info li i::before {
    font-size: 15px;
  }
  .blog-single-item .blog-description .blog-text {
    /* -webkit-transition: 0.4s; */
    transition: 0.4s;
  }
  .blog-single-item .blog-description .blog-text h3 {
    font-size: 22px;
    /* -webkit-transition: 0.4s; */
    margin: 10px 0px 10px 0px;
    font-weight: 700;
    line-height: 1.4;
    
  }
  .blog-single-item .blog-description .blog-text h3 a{
    transition: 0.4s;
    color: #404040;
  }
  .blog-single-item .blog-description .blog-text h3:hover a{
    color: #041e42;
  }
  .blog-single-item .blog-description .blog-text a {
    text-decoration: none;
  }
  
  .blog-single-item .blog-description .blog-text p {
    color: #6a6c72;
    font-size: 16px;
    font-weight: 400;
    /* margin: 0; */
    line-height: 1.8;
    letter-spacing: 0.2px;
    
  }
  .blog-single-item .blog-description .blog-text .blog-btn {
    margin-top: 15px;
    background: #00429b;
    padding: 0.7rem;
    text-align: center;
  }
  .read-more {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 400ms ease-out;
  }
  .read-more:hover{
    color: #fff;
  }
  .read-more i {
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    margin-right: 5px;
  }
  .read-more:hover i {
    color: #041e42;
    transform: translateX(5px);
    /* -webkit-transition: all 400ms ease-out; */
    transition: all 400ms ease-out;
  }
/*-------------------*/
/*---Blogs Details---*/
/*-------------------*/
.blog-details-area{
    font-family: 'Beiruti', sans-serif;
    padding: 200px 0 50px;
    text-align: right;
}
.blog-details-area a{
    text-decoration: none !important;
}
.blog-details-area .container{
    max-width: 1320px;
}
.article-image{
    overflow: hidden;
}
.blog-details-area img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.blog-details-desc .article-content {
    margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta {
    margin-bottom: -8px;
}
.blog-details-desc .article-content .entry-meta ul {
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.blog-details-desc .article-content .entry-meta ul li {
    position: relative;
    color: #404040;
    display: inline-block;
    margin-right: 20px;
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-right: 0;
}
.blog-details-desc .article-content .entry-meta ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    right: -15px;
    width: 6px;
    height: 1px;
    background-color: #404040;
}
.blog-details-desc .article-content .entry-meta ul li span {
    display: inline-block;
    color: #404040;
    font-size: 16px;
    font-weight: 600;
    margin-right: 3px;
}
.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #041e42;
    font-size: 16px;
    font-weight: 600;
}
.blog-details-desc .article-content .entry-meta ul li a:hover {
    color: #041e42;
}
.blog-details-desc .article-content h3{
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.4;
}
.blog-details-desc .article-content p{
    color: #5f5f5f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
    margin-top: 0;
}
.blog-details-desc .article-content .wp-block-gallery.columns-2 {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}
.blog-details-desc .article-content .wp-block-gallery.columns-2 li {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-2 li figure {
    margin-bottom: 0;
}
.blog-details-desc .article-content h3 {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.4;
}
.blog-details-desc .article-content p:last-child {
    margin-bottom: 0;
}
.blog-details-desc .article-footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    direction: ltr;
    text-align: left;
}
.blog-details-desc .article-footer .article-tags {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    color: #5f5f5f;
}
.blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin-right: 5px;
}
.blog-details-desc .article-footer .article-tags a {
    transition: 0.4s;
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
    color: #041e42;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 15px;
    border-radius: 50px;
    border: 1px solid #041e42;
    background-color: transparent;
    margin-top: 5px;
    margin-right: 5px;
}
.blog-details-desc .article-footer .article-tags a:hover {
    color: #ffffff;
    border-color: #041e42;
    background-color: #041e42;
}

.blog-details-desc .article-footer .article-share {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}
.blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
    margin-left: 5px;
}
.blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin-right: 5px;
}
.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    color: #041e42;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #041e42;
    background-color: transparent;
    text-decoration: none;
    transition: 0.4s;
}
.blog-details-desc .article-footer .article-share .social li a:hover {
    color: #ffffff;
    border: 1px solid #041e42;
    background-color: #041e42;
}
.blog-details-desc .article-footer .article-share .social li a i {
    font-size: 15px;
}

.post-navigation {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.blog-details-desc .post-navigation {
    margin-top: 30px;
    direction: ltr;
    text-align: left;
}
.post-navigation .navigation-links {
    display: flex;
    flex-wrap: wrap;
}
.post-navigation .navigation-links .nav-previous {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.post-navigation .navigation-links div a {
    color: #404040;
    text-decoration: none;
    transition: 0.4s;
    outline: 0 !important;
    display: inline-block;
    font-weight: 600;
}
.post-navigation .navigation-links div a:hover {
    color: #041e42;
    text-decoration: none;
}
.post-navigation .navigation-links .nav-previous a i {
    margin-right: 2px;
    transition: 0.4s;
}
.post-navigation .navigation-links .nav-previous a:hover i {
    margin-right: 0;
}
.post-navigation .navigation-links .nav-next {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}
.post-navigation .navigation-links .nav-next a i {
    transition: 0.4s;
    margin-left: 2px;
}
.post-navigation .navigation-links .nav-next a:hover i {
    margin-left: 0;
}

/*------Comments-----*/
.comments-area {
    padding: 30px 25px;
    background-color: #ffffff;
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    margin-top: 30px;
}
.comments-area .comments-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: initial;
    margin: 0;
    margin-bottom: 30px;
}
.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style: none;
}
.comments-area .comment-body {
    color: #404040;
    font-size: 14px;
    padding-right: 65px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}
.comments-area .comment-author {
    position: relative;
    z-index: 2;
    font-size: 17px;
    margin-bottom: 0.1em;
}
.comments-area .comment-author .avatar {
    position: absolute;
    right: -65px;
    width: 50px;
    height: 50px;
}
.comments-area .comment-author .fn {
    font-weight: 600;
}
.comments-area .comment-author .says {
    display: none;
}
.comments-area .comment-metadata {
    color: #5f5f5f;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: .8em;
}
.comments-area .comment-metadata a {
    color: #5f5f5f;
    text-decoration: none;
    transition: 0.4s;
    outline: 0 !important;
}
.comments-area .comment-metadata a:hover {
    color: #041e42;
}
.comments-area .comment-body .reply {
    margin-top: 15px;
}
.comments-area .comment-body .reply a {
    position: relative;
    text-decoration: none;
    transition: 0.4s;
    outline: 0 !important;
    z-index: 1;
    color: #404040;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #ded9d9;
    text-transform: capitalize;
}
.comments-area .comment-body .reply a:hover {
    color: #ffffff;
    border-color: #041e42;
    background-color: #041e42;
}
.comments-area ol{
    margin: 0;
    list-style-type: none;
    padding: 0;
    list-style: none;
}
.comments-area .comment-respond {
    margin-top: 30px;
}
.comments-area .comment-respond .comment-reply-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 0;
}
.comments-area .comment-respond .comment-form {
    overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
    margin-top: 10px;
    margin-bottom: 0;
    color: #5f5f5f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.2px;
}
.comments-area .comment-respond .comment-form-comment {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.comments-area .comment-respond label {
    display: block;
    color: #404040;
    font-weight: 600;
    margin-bottom: 5px;
}
.comments-area .comment-respond textarea , .comments-area .comment-respond input {
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 0.625em 0.7375em;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    transition: 0.4s;
    outline: 0;
}
.comments-area .comment-respond textarea:focus , .comments-area .comment-respond input:focus{
    border-color: #041e42;
}
.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
    position: relative;
    width: 100%;
    float: left;
    padding-left: 20px;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    top: 4px;
    left: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
    position: relative;
    top: -2px;
    color: #5f5f5f;
    font-weight: normal;
    display: inline-block;
    margin: 0;
}
.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}
.comments-area .comment-respond .form-submit #btn-commentpost {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    background-color: #041e42;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    border: none;
    outline: 0;
}
.comments-area .comment-respond .form-submit #btn-commentpost:hover, .comments-area .comment-respond .form-submit #btn-commentpost:focus {
    color: #ffffff;
    background-color: #041e42;
}

/*------SidePar-----*/
.widget-area .widget_search {
    padding: 15px 15px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}
.widget-area .widget {
    margin-bottom: 35px;
}
.widget-area .widget_search form {
    position: relative;
}
.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}
.widget-area .widget_search form .search-field {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 15px 6px 55px;
    font-weight: 500;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    border-right: 2px solid #041e42;
    background-color: transparent;
    transition: 0.4s;
    outline: 0;
}
.widget-area .widget_search form button {
    color: #ffffff;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-color: #041e42;
    transition: 0.4s;
    border: none;
}
.widget-area .widget_techvio_posts_thumb {
    position: relative;
    overflow: hidden;
}
.widget-area .widget .widget-title {
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    font-size: 22px;
    padding-bottom: 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
}
.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 50px;
    height: 1px;
    background-color: #041e42;
}
.widget-area .widget_techvio_posts_thumb .item {
    display: flex;
    align-items: center;
    justify-content: right;
    overflow: hidden;
    margin-bottom: 15px;
}
.widget-area .widget_techvio_posts_thumb .item .thumb {
    position: relative;
    width: 100px;
    height: auto;
    overflow: hidden;
    margin-left: 15px;
}
.widget-area .widget_techvio_posts_thumb .item .thumb img{
    max-width: 100px;
    width: 100%;
}
.widget-area .widget_techvio_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}
.widget-area .widget_techvio_posts_thumb .item .info span {
    display: block;
    color: #5f5f5f;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 3px;
}
.widget-area .widget_techvio_posts_thumb .item .info .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    margin: 0;
}
.widget-area .widget_techvio_posts_thumb .item .info .title a {
    display: inline-block;
    color: #404040;
    text-decoration: none;
    transition: 0.4s;
    outline: 0 !important;
}
.widget-area .widget_techvio_posts_thumb .item .info .title a:hover {
    color: #041e42;
    text-decoration: none;
}
.widget-area .widget_techvio_posts_thumb .item:last-child {
    margin-bottom: 0;
}
.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding: 0;
    list-style: none;
    margin: 0;
}
.widget-area .widget_categories ul li {
    position: relative;
    color: #5f5f5f;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}
.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
}
.widget-area .widget_categories ul li a {
    padding: 10px 15px;
    color: #404040;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    background-color: #f5f5f5;
    transition: 0.4s;
}
.widget-area .widget_categories ul li a:hover {
    color: #ffffff;
    background-color: #041e42;
}
.widget-area .widget:last-child {
    margin-bottom: 0;
}
.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 12px;
}
.widget-area .tagcloud a {
    display: inline-block;
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    margin-top: 8px;
    margin-right: 5px;
    transition: 0.4s;
    outline: 0 !important;
}
.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
    color: #ffffff;
    border-color: #041e42;
    background-color: #041e42;
}


/*----------------------*/
/*-----Animation------*/
/*----------------------*/
@keyframes iconrightToleft {
    0%{
        transform: translateX(-5px);
    }
    100%{
        transform: translateX(5px);
    }
}


/*---------------*/
/*--Media Query--*/
/*---------------*/
@media only screen and (max-width: 1200px) {
    #footer .start_address_under_line, .address_under_line {
        display: none;
    } 
}

@media (min-width: 991px) {
    #nav::before{
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        height: 51%;
        width: 100%;
        background: #1f2a4a;
        z-index: -1;
    }
    #about-page .about-img {
        position: absolute;
        top: 0;
        right: 0;
        min-height: 600px;
    }
    #about-page .inner-title {
        max-width: 65%;
        margin: 0 0 50px 0;
    }
    #about-page p {
        padding-right: 35%;
    }
}
@media (min-width: 768px) {
    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;        
        margin-top: 1rem !important;
    }
}

@media (max-width:991px) {
    #nav{
        padding: 1rem 0;
        background: #fff;
    }
    #nav .container{
        padding: 0 1rem;
        max-width: 800px;
        justify-content: initial;
    }
    #logo img{
        height: 30px;
        margin-right: -10px;
    }
    #navbarSupportedContent{
        padding: 1.7rem 0px 0;
    }
    #nav #nav-item{
        color: #292929;
        padding: 0.75rem;
        border-top: 1px solid #d5d5d5;
    }
    #nav .log-reg #nav-item{
        border: 0;
    }
    #nav #nav-item:hover{
        color: #2c3590;
    }
    #nav #nav-item i{
        margin-right: auto;
        width: 25px;
        height: 25px;
        background: #2c3590;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #fff;
    }
    #nav .dropdown-menu #nav-item-drop{
        padding-right: 1.2rem;
    }
    /* #nav .div-search-form{
        position: relative;
        top: 0;
        opacity: 1;
        visibility: visible;
        margin-bottom: 1.5rem;
    } */
    #search-bar{
        display: none;
    }

    #ul-Login{
        display: none;
    }
    #ul-formAndcart{
        display: none;
    }
    #ul-formAndcart .div-search-form{
        display: none;
    }
    #ul-formAndcart i.bi-cart3,#ul-formAndcart #nav-item{
        display: none;
    }
    #ul-formAndcart-mobile i.bi-cart3,#ul-formAndcart-mobile #nav-item{
        display: none;
    }
    #ul-formAndcart-mobile{
        display: block;
    }
    #loginENAndcart{
        display: block;
    } 
    #loginENAndcart{
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: end;
        gap: 1rem;
    }
    #loginENAndcart i{
        font-size: 25px;
        color: #2c3590;
    }
    #loginENAndcart i::before{
        font-weight: 700 !important;
    }
    #loginENAndcart #En{
        font-weight: 600;
    }

    #landing{
        padding: 50px 0;
    }
    #filterPro-area{
        padding: 95px 0;
    }
    #product-details{
        padding: 120px;
    }
    #all-category{
        padding: 100px 0;
    }
    #about-page{
        padding: 100px 0 20px;
    }
    #policy,#terms{
        padding: 100px 0 20px;
    }
    .blog-details-area{
        padding: 100px 0;
    }
    .blog-section{
        padding: 100px 0 50px;
    }
    #faq-page{
        padding: 70px 0;
    }
    .partner-list .partner-item {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 33%;
        max-width: 33%;
    }
    /* /---------------------/
    /---Fillter filterPro---/
    /---------------------/ */
    #fillter-filterPro{
        display: none;
    }
    #btn-fillter-filterPro{
        display: block;
        color: #fff;
        background: #3e57d0;
    }
    #div-fillter.fillter-filterPro-fillter{
        /* display: block; */
        max-width: 400px;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transition: 0.5s;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        /* margin-top: 64px; */
        background: #fff;
        border: 0;
        border-left: 3px solid #00429b;
        padding: 4rem 1rem 2rem;
        max-height: 100vh;
        height: 100%;
        transition: 0.5s;
        overflow: auto;
    }
    #close-fillter{
        padding: 0.5rem 0.5rem 0.5rem 1.5rem;
        background: #00429b;
        border-radius: 0;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        margin-bottom: 2rem;
    }
    #div-fillter.fillter-filterPro-fillter .fa-xmark{
        color: #fff;
        font-size: 25px;
        cursor: pointer;
    }
  
    
}
@media (max-width: 768px) {
    #wisshList table#product-details-wishlist thead tr {
        display: none;
    }

    #wisshList .container {
        max-width: 725px;
    }

    #wisshList table#product-details-wishlist tbody td.product-price {
        display: none;
    }

    #wisshList table#product-details-wishlist tbody td:first-of-type {
        padding-inline-start: 0;
        grid-area: image;
    }

    #wisshList table#product-details-wishlist tbody tr {
        display: grid;
        grid-template-areas:
            'image info price remove'
            'image qty price remove';
        grid-template-columns: auto 1fr repeat(2, auto);
        align-items: center;
        padding: 20px 0;
        position: relative;
    }

    #wisshList table#product-details-wishlist tbody td {
        padding: 0 !important;
        text-align: inherit !important;
    }

    #wisshList table#product-details-wishlist tbody td.product-total {
        grid-area: price;
    }

    #wisshList table#product-details-wishlist tbody td.product-remove {
        grid-area: remove;
    }

    /* #wisshList table#product-details-wishlist tbody td.product-name {
        grid-area: info;
    } */
    #wisshList .product-price{
        display: none;
    }
    #wisshList table#product-details-wishlist tbody td.product-quantity {
        grid-area: qty;
        margin-top: 10px;
    }
    .partner-list .partner-item {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 479px) {
    .partner-list .partner-item {
        padding-left: 7px;
        padding-right: 7px;
    }
}
@media (max-width:425px){
    #nav .container{
        padding: 0 0.5rem;
    }
}
@media (max-width: 400px) {
    #contact-us #random-txt{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #contact-us #random-txt input{
        order: 2;
    }
    #contact-us #random-txt .randomTxt{
        margin-bottom: 10px;
    }
}