#id_username{
    height: 50px;
    color: #10142D;
    background-color: #f1f1f1;
    border: 1px solid #E8B43F;
    font-size: 14px;
    padding: 10px 40px;
    width: 100%;
    font-weight: 500;
    border-radius: 0;
    text-align: right;
}
#id_email{
    height: 50px;
    color: #10142D;
    background-color: #f1f1f1;
    border: 1px solid #E8B43F;
    font-size: 14px;
    padding: 10px 40px;
    width: 100%;
    font-weight: 500;
    border-radius: 0;
    text-align: right;
}

#id_phone{
    height: 50px;
    color: #10142D;
    background-color: #f1f1f1;
    border: 1px solid #E8B43F;
    font-size: 14px;
    padding: 10px 40px;
    width: 100%;
    font-weight: 500;
    border-radius: 0;
    text-align: right;
}

#id_password{
    height: 50px;
    color: #10142D;
    background-color: #f1f1f1;
    border: 1px solid #E8B43F;
    font-size: 14px;
    padding: 10px 40px;
    width: 100%;
    font-weight: 500;
    border-radius: 0;
    text-align: right;
}


#id_current_password{
    height: 50px;
    color: #10142D;
    background-color: #f1f1f1;
    border: 1px solid #E8B43F;
    font-size: 14px;
    padding: 10px 40px;
    width: 100%;
    font-weight: 500;
    border-radius: 0;
    text-align: right;
}

#id_confirm_password{
    height: 50px;
    color: #10142D;
    background-color: #f1f1f1;
    border: 1px solid #E8B43F;
    font-size: 14px;
    padding: 10px 40px;
    width: 100%;
    font-weight: 500;
    border-radius: 0;
    text-align: right;

}

/*#id_first_name{*/
/*    height: 50px;*/
/*    color: #10142D;*/
/*    background-color: #f1f1f1;*/
/*    border: 1px solid #E8B43F;*/
/*    font-size: 14px;*/
/*    padding: 10px 40px;*/
/*    width: 100%;*/
/*    font-weight: 500;*/
/*    border-radius: 0;*/
/*    text-align: right;*/
/*}*/



.account-form {
    width: 70%;

}

    .salam {
        margin: 0 0 30px;
        padding: 20px;
        list-style: none;
        background-color: #e8b43f;
    color: #fff;
}
.salam li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #10142d;
    padding: 14px 20px;
    background-color: #fff;
    width: 100%;
}
.salam a {
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
}
.salam a {
    color: #0d6efd;
    text-decoration: underline;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.salam a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
}
.salam li {
    display: block;
    line-height: initial;
    position: relative;
    margin-bottom: 10px;
}

.salam li {
    text-align: -webkit-match-parent;
}
.salam {
    margin: 0 0 30px;
    padding: 20px;
    list-style: none;
    background-color: #f6f6f6;
}

ul {
    list-style-type: disc;
}

.salam li a:hover {
  background-color: #e8b43f;
  color: #fff
}

.salam li a:focus {
  background-color: #e8b43f;
  color: #fff
}

.salam li.active a {
  background-color: #e8b43f;
  color: #fff
}

#start_price {
    margin: 10px;
    border-radius: 10px 10px;
    border-color: gold;
}

#end_price {
    margin: 10px;
    border-radius: 10px 10px;
    border-color: gold;
}

.product-detls-image{

}

#product-image{
width: 100%;

}

#last_product_img{
    height: 300px;
}

.one-line-text {
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 250px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#id_search {
    height: 50px;
    padding: 0 15px;
    border: 1px solid #f26667;
    color: #10142d;
    background-color: #fff;
    font-weight: 400;
    font-size: 15px;
    border-radius: 5px;
    width: 100%;

}

.product-search-form {
    background-color: white;
}


.article ul ul {
	display: none;
    position: absolute;
}

.article ul li:hover > ul {
	display: block;
    position: absolute;

}
.article ul {
	background: #ffffff;
	box-shadow: 10px 10px 9px rgba(0,0,0,0.15);
	padding: 0 30px;
	list-style: none;
	position: relative;
	display: inline-table;
    height: 50px;
    border: solid 1px #545454;
    color: #10142d;

    font-weight: 400;
    font-size: 15px;
    border-radius: 5px;
}

.article ul:after {
	content: "";
	clear: both;
	display: block;

    position: absolute;


}
.article ul li {
	float: right;
	position: relative;
	font-weight: bold;

}




.article ul li a {
	display: block;
	padding: 15px 32px;
	color: #333232;
	text-decoration: none;
}

.article ul li a :hover{
    position: absolute;
}

.article ul ul {
	background: #ffffff;
    /*border: solid 1px #545454;*/
	border-radius: 5px;
	padding: 0;
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
}
.article ul ul :hover{
    background-color: #464646;
    border-bottom: solid 1px #545454;
	position: relative;
    font-weight: 400;
    font-size: 15px;
    border-radius: 5px;
}
.article ul ul li {
	float: none;
	background: #ffffff;
    /*border: solid 1px #545454;*/
    /*border-bottom: solid 1px #545454;*/
	position: relative;
    font-weight: 400;
    font-size: 15px;
    border-radius: 5px;
}
.article ul ul li a {
	color: #19191c;
}

.article ul ul li a:hover {
	color: #ffffff;
}

.article ul ul ul {
	position: absolute;
	right: 100%;
	top:0;
}

#takhfif {
    padding-top: 10px;
}

#ss{
    background-color: #464646;
}

#ss a{
    color: #ffffff;
}

.article-content p a{
    color: #d3a12b;
    font-weight: bolder;
}

.text_product strong{
    color: black;
    font-weight: bolder;
}

.text_product a{
    color: #d3a12b;
    font-weight: bolder;
}

@media only screen and (max-width: 768px) {
    #arman{
        width: 50%;
    }
}

#inner_arman{
    height:100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.blinking{
    animation:blinkingText 1s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: white; }
    /*50%{    color: cyan; }*/
    /*99%{    color:red;  }*/
    100%{   color: #000;    }
}


.option {
  width: 100%;
  padding: 5px;
  border: none;
  background-color: white;
  text-align: right;
  cursor: pointer;
}

.option a{
    color: black;
}

.option:hover {
    background-color: #e5e3e3;
}

.activee{
    background-color: #e8b43f;
}

.sub-menu {
  display: none;
    margin-right: 17px;
}

.sub-menu a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #333;
}

.sub-menu a:hover {
  background-color: #e5e3e3;
}

#inner_s {
    height:130px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


#floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /*background-color: #0d3367;*/
    /*color: white;*/
    /*padding: 10px 20px;*/
    /*border-radius: 5px;*/
    cursor: pointer;
    z-index: 9998;
}
#info-popup {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 100px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 200px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

#whatsapp_color{
    color: green;
}

#phone_color{
    color: #0d3367;
}


.neonShadow{
  height:50px;
  width:120px;
  border:none;
  border-radius:50px;
  transition:0.3s;
  background-color: rgba(16, 231, 188);
  animation: glow 1s infinite ;
  transition:0.5s;
}
.neonShadow span{
    display: block;
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding-top: 15%;
    padding-right: 2.5%;
    margin-right: 0px;
    font-size: 1.2rem;
    transition: 0.3s;
    opacity: 1;
    }
.neonShadow span:hover{
    transition: 0.3s;
    opacity: 1;
    font-weight: 700;
    }

.neonShadow:hover{
/*   transform:translateX(-20px)rotate(30deg); */
  border-radius:5px;
  background-color:#c3bacc;
  transition:0.5s;
}

@keyframes glow{
  0%{
  box-shadow: 5px 5px 20px rgb(93, 52, 168),-5px -5px 20px rgb(93, 52, 168);}
  
  50%{
  box-shadow: 5px 5px 20px rgb(81, 224, 210),-5px -5px 20px rgb(81, 224, 210)
  }
  100%{
  box-shadow: 5px 5px 20px rgb(93, 52, 168),-5px -5px 20px rgb(93, 52, 168)
  }
}

.side-nav-responsive .shayan {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: 20px;
}

.shayan .nav-other-item .cart-btn-area {
  display: inline-block;
  margin-right: 10px
}

.shayan .nav-other-item .cart-btn-area .cart-btn {
  position: relative;
  font-size: 24px;
  color: #fff;
  top: -8px
}

.shayan .nav-other-item .cart-btn-area span {
  position: absolute;
  top: 5px;
  width: 15px;
  height: 15px;
  right: 10px;
  line-height: 15px;
  background-color: #10142d;
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 50px
}

.shayan .nav-other-item .cart-btn-area:hover .cart-btn {
  color: #e8b43f
}

.shayan .nav-other-item .cart-btn-area:hover span {
  background-color: #10142d;
  color: #fff
}

.side-nav-responsive .shayan2 {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 90px;
  top: 20px;
}

.shayan2 .nav-other-item .cart-btn-area {
  display: inline-block;
  margin-right: 10px
}

.shayan2 .nav-other-item .cart-btn-area .cart-btn {
  position: relative;
  font-size: 24px;
  color: #fff;
  top: -8px
}

.shayan2 .nav-other-item .cart-btn-area span {
  position: absolute;
  top: 10px;
  width: 50px;
  height: 15px;
  right: 25px;
  line-height: 15px;
  background-color: #10142d;
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 50px
}

.shayan2 .nav-other-item .cart-btn-area:hover .cart-btn {
  color: #e8b43f
}

.shayan2 .nav-other-item .cart-btn-area:hover span {
  background-color: #10142d;
  color: #fff
}