@font-face {
    font-family: "Assistant";
    /* font-weight: 400; */
    src: url("../fonts/Assistant-Regular.ttf");
}

header{
	width: 100%;
	/* height: 350px; */
	background-size: cover;
    background-position: center;
}

.top-header .connect_header_btn, .top-header .logout_header_btn{
    color: #fff;
    font-family: "Assistant";
    cursor: pointer;
}

.products{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
}
.single-product-hp{
	height: 190px;
    width: 190px;
    margin: 15px 10px;
	padding: 10px 2px;
    display: flex;
	align-items: center;
    flex-direction: column;
    border-radius: 16px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.single-product-hp:hover{
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}
.single-product-hp .img{
	height: 160px;
    width: 160px;
    margin: auto;
    background-size: cover;
    background-position: center;
}

.single-product-hp h3{
	font-size: 18px;
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page{
    background: #fff !important;
    font-family: "Assistant" !important;
}

.top-header{
    /* width: 80%;
    max-width: 1200px; */
    margin: auto;
    padding: 10px 10%;
    display: flex;
    justify-content: space-between;
    background-color: #25275e;
    align-items: center;
}

.heder_btns{
    display: flex;
}

.top-header .search_input{
    border-radius: 25px;
    width: 250px;
    font-family: "Assistant"; 
    /* padding: 0 20px; */
}

.top-header .head-btn{
    font-family: "Assistant";
    border-radius: 25px;
    background-color: transparent;
    border: 2px solid #fff;
    font-size: 25px !important;
    color: #fff;
    padding: 8px 20px;
    margin-left: 15px;
}
.top-header .head-btn:hover{
    background-color: #fff;
    border: 2px solid #fff;
    color: #25275e;
}

.logo_heder_img{
    height: 278px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.menu-menu-1-container{
    background-color: #25275e;
}

.new-main-menue, .new-footer-menue{
    font-family: "Assistant";
    list-style: none;
    display: flex;
    justify-content: center;
    margin: auto;
}

.new-main-menue li, .new-footer-menue li{
    margin: 10px;
}

.new-main-menue li a, .new-footer-menue li a{
    color: #fff;
    font-size: 18px;
}

.site-content{
    width: 85%;
    margin: auto;
}

/* ////////////// product ///////////// */
.product{
    width: 100%;
    display: flex;
    color: #25275e;
    font-family: "Assistant" !important;
    margin: 50px 0 !important;
}

.product_images_slider {
    max-width: 450px;
    min-width: 450px;
}

.product .img{
    max-width: 450px;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.product h2{
    font-size: 25px;
}

.product .pro_des_p{
    margin: 15px 0 30px 0;
}

.product .content{
    margin: 0 30px 0 0;
    display: flex;
    flex-direction: column;
}

.slick-arrow{
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.slick-prev.slick-arrow{
    top: 51%;
    right: 4%;
}

.slick-next.slick-arrow{  
    top: -46%;
    right: 95%;
}

.get_num_btn{
    font-family: "Assistant";
    background-color: #80438e;
    color: #f7f8f9;
    text-decoration: none;
    border-radius: 20px;
    padding: 7px 15px;
    width: max-content;
    align-self: flex-end;
    margin: 15px 0 0 0;
}

/* add new product page */
.register_conect_form{
    margin: 50px 0;
}

.add_product_form, .add_new_stock_form{
    width: 500px;
    flex-direction: column;
    margin: 70px 0;
    font-family: "Assistant" !important;
}

.add_new_stock_form{
    display: flex;
    margin: 0;
    font-size: 16px !important;
}

.more_img{
    display: none;
    width: 100px;
    padding: 5px;
    font-family: "Assistant";
    font-size: 16px;
    cursor: pointer;
    background-color: #80438e;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    
}

.add_product_form input, .add_product_form textarea{
    margin: 10px 0;
    font-family: "Assistant" !important;
    font-size: 16px !important;
}

.register_conect_form input{
    font-family: "Assistant" !important;
}

.add_product_form .add_product_msg{
    display: none;
}
/* loader */
.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #0ba2bc;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    margin: auto;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* footer */
.new-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 58px;
    background-color: #25275e;
}

.new-footer .new-footer-content{
    
    color: #fff;
    /* padding: 10px 0; */
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#get_phone_form{
    display: flex;
    flex-direction: column;
    font-family: "Assistant";
}

#get_phone_form input{
    font-family: "Assistant";
    margin: 5px 0;
}

/* personal account */
.products-account{
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.products-account .product-section{
    border-radius: 25px;
    background-color: #ded1e7;
    color: #25275e;
    padding: 20px;
    display: flex;
    margin: 15px 0;
}

.products-account .product-section .img{
    width: 150px;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.products-account .product-section .img span{
    background-color: #fff;
    padding: 1px 4px;
    border-radius: 5px;
}

.products-account .product-section .img .change_main_image{
    width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.change_main_image label {
    font-weight: 700;
    color: #25275e;
    background-color: #fff;
    display: inline-block;
    padding: 3px 6px !important;
    border-radius: 5px;
    font-size: 14px;
}

.change_main_image label {
	cursor: pointer;
}

.products-account .product-section .details{
    display: flex;
    flex-direction: column;
    width: 80%;
}

.products-account .product-section .edit_item {
    padding: 0 10px;
    margin: 3px 0;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products-account .product-section .edit_item input,
.products-account .product-section .edit_item textarea,
.products-account .product-section .edit_item button.update{
    display: none;
}

.products-account .product-section .edit_item input,
.products-account .product-section .edit_item textarea{
    background-color: #ded1e7;
    border: none;
    color: #25275e;
    font-family: "Assistant";
    border: none;
    border-radius: 10px;
    margin: 5px 0;
}

.products-account .product-section .details .des{
    display: flex;
    flex-direction: column;
}

.products-account .product-section .edit_item button{
    align-self: flex-end;
    background-color: transparent;
    color: #25275e;
    width: min-content;
}

.products-account .product-section .details .des .update_pro_des_btn{
    display: none;
    background-color: transparent;
    color: #25275e;
    font-family: "Assistant";
    width: min-content;
}

.products-account .product-section .details a{
    font-size: 20px;
    font-weight: 800;
    color: #25275e;
}

.products-account .product-section .details a:hover{
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.products-account .product-section .details button{
   border-radius: 3px; 
   margin-top: 5px;
   font-family: "Assistant";
   cursor: pointer;
   align-self: flex-end;
}

.personal-account-section{
    padding: 100px 0;
}

.personal-account-section p a{
    text-decoration: underline;
}

/* mobile style */
@media only screen and (max-width: 700px){
    .top-header{
        flex-direction: column;
    }

    .top-header .heder_btns a.head-btn,
    .top-header .heder_btns form{
        width: 45%;
        font-size: 18px !important;
        text-align: center;
    
    }

    .connect_header_btn{
        position: absolute;
        left: 45px;
        margin-top: 11px;
    }

    .menu-menu-1-container{
        align-self: flex-start;
    }

    .new-footer .new-footer-content{
        width: 95%;
    }

    .single-product-hp{
        height: 170px;
        width: 145px;
    }

    .site-content{
        width: 95%;
    }

    .product{
        flex-direction: column;
        align-items: center;
        margin: 50px 0 70px 0 !important;
    }

    .product .img{
        max-width: 300px;
        height: 300px;
    }

    .product_images_slider {
        max-width: 300px;
        min-width: 300px;
    }

    .slick-arrow{
        width: min-content;
    }

    .slick-next.slick-arrow{
        top: -150px;
        right: 105%;
    }

    .slick-prev.slick-arrow{
        top: 165px;
        right: -25px;
    }

    .product .content{
        margin: 0 30px !important;
    }

    .add_product_form, .add_new_stock_form{
        width: 100%;
    }
    
    .products-account .product-section{
        flex-direction: column;
    }

    .products-account .product-section .details{
        width: 100%;
    }

    .products-account .product-section .img{
        margin: auto;
    }

    .top-header .head-btn{
        margin-left: 5px;
    }
}