@font-face {
    font-family: 'iranyekan';
    font-style: normal;
    font-weight: bold;
    src: url('../font/iranyekanwebboldfanum.eot');
    src: url('../font/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../font/iranyekanwebboldfanum.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../font/iranyekanwebboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: 'iranyekan';
    font-style: normal;
    font-weight: normal;
    src: url('../font/iranyekanwebregularfanum.eot');
    src: url('../font/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../font/iranyekanwebregularfanum.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../font/iranyekanwebregularfanum.ttf') format('truetype');
}

@font-face {
    font-family: 'iranyekan';
    font-style: normal;
    font-weight: 500;
    src: url('../font/iranyekanwebmediumfanum.eot');
    src: url('../font/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../font/iranyekanwebmediumfanum.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../font/iranyekanwebmediumfanum.ttf') format('truetype');
}

:root {
    --mainBackground: #F2F2F2;
    --mainGreen: #fa3e6b;
    --mainGrey0: #5D5D5D;
    --mainGrey1: #747474;
    --mainGrey2: #616161;
    --mainGrey3: #515151;
    --mainGrey4: #929292;
    --mainGrey5: #A1A3A8;
    --mainGrey6: #97989A;
    --mainRed: #fa3e6b;


}

* {
    text-align: right;
    direction: rtl;
    padding: 0;


}

body {
    font-family: 'iranyekan';
    background-color: var(--mainBackground);

}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none!important;
    color: initial;
}

.alignItem {
    display: flex;
    justify-content: center;
    align-items: center;
}

header {
    background-color: white;
}

/**logo***/
.logo-picture {
    height: 53px;
}

.logo-name {
    font-size: 15px;
    color: var(--mainGrey0);
    white-space: nowrap;
}

/***** search-box  ****/
.search-box-input {

    background-color: var(--mainBackground);
    border: none;
    border-radius: 0 5px 5px 0 !important;
    font-size: 10px;
    font-weight: 300;
    color: var(--mainGrey1);
    padding: 17px 15px 17px 0px;
    height: 36px;
}

.search-btn {
    background-color: var(--mainBackground);
    border: none;
    border-radius: 5px 0px 0px 5px !important;
    padding: 0 15px 0;

}

.sub-header-icon-list {
    margin: 0;
    padding: 0;
}



.sub-icon-link {
    display: inline-block;

    margin: 0;
    height: 36px;
}

.position-set {
    position: relative;
    bottom: 2px;
}

.enter-btn {
    background-color: var(--mainRed);

    padding: 5px 10px;
    border-radius: 5px;



}

.enter-btn:hover{
    color: white;
}
.enter-btn-link {

    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 0px;




}

.sub-icon-item:not(.sub-icon-item:last-child) {
  
}

.sub-icon-item {

    position: relative;
  
}

.shopping-cart-index-badge {

    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: var(--mainRed);
    padding: 7px;
    position: absolute;
    top: 2px;
    left: 16px;
    z-index: 1;
    font-size: 12px;
    font-weight: 900;
    color: white;
    text-align: center;
}

.collapsenavmenu {

    font-size: 20px;
    font-weight: 600;
    color: var(--mainRed);
    border: 1px solid var(--mainRed);
    height: 36px;
    
    padding: 0 10px;


}
.sub-icon-border::before{
content: "";
display: block;
height: 25px;
background: var(--mainGrey0);
position: absolute;
right: 0;
width: 1px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

@media screen and (min-width:991.98px) {
   
    .offer-btn {
        background-color: #F8F8F8;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .offer-btn:hover .offer-btn-link {
        color: #a89898;
    }

    .offer-btn-link {
        font-weight: bold;
        color: #616161;
        font-size: 11px;
        padding: 0px 13px;
    }

 
    .enter-btn {
        background-color: var(--mainRed);
white-space: nowrap;
        padding: 5px 20px;
        border-radius: 5px;



    }

    .enter-btn-link {

        font-size: 12px;
        font-weight: bold;
        color: white;
        padding: 0px;




    }

    .enter-btn-link span svg {
        position: relative;
        bottom: 3px;



    }

   


}
.navbarcollapse{
    position: relative;
    top:9px;
}


.menu-list {
    list-style-type: none;
    margin: 0;
    padding: 0;



}

.menu-item {
    margin-left: 20px;


}

.menu-link {
    color: #616161;
    font-weight: bold;
    font-size: 11px;

}
.menu-link:hover {
    color: #616161;
   

}

.menu-link span {
    position: relative;
    bottom: 3px;

}

.menu-link i {
    position: relative;
    top: 1px;

}

.offer-btn {
    background-color: #FF002E;
    padding: 5px 10px;
    border-radius: 5px;
}

.offer-btn:hover .offer-btn-link {
    color: white;
}

.offer-btn-link {
    font-weight: bold;
    color: white;
    font-size: 11px;
    padding: 0px;
}
.offer-icon svg path{
    fill:white;
}
header {
    position: relative;
}

.dropdown-box {
    display: none;
    
    position: absolute;
    top: 5px;
    right: 0px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    background-color: white;
    border: none;
    border-radius: 8px;
    padding: 5px;
}

.cat-dropdown-menu {
    background-color: #F2F2F2;

}

.sub-cat-list-title {
    color: var(--mainGrey3);
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;

}

.cat-dropdown-menu {
    padding: 10px 0;
}

.cat-dropdown-menu li a {
    color: var(--mainGrey3);
    font-weight: bold;
    font-size: 11px;
    margin: 8px 0;

}

.cat-dropdown-menu li a span {


    padding-left: 2px;

}

.sub-cat-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub-cat-list li a {
    color: var(--mainGrey3);

    font-size: 10px;


}

.sub-cat-list li {

    margin: 10px 0;
}

.sub-category {
    padding: 25px 0 0;
}

.category-photo {
    padding: 25px 0 0px 25px;
}

.carousel-indicators li{
    border-radius: 100%!important;
    width: 8px;
    height: 8px;
    position: relative;
   top:50px;
   background-color: var(--mainGrey0);
}
.carousel-control-prev,.carousel-control-next{
    background-color: white;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    top: 50%;
}
.carousel-control-prev{
left:-50px;
}
.carousel-control-next{
    right:-50px;
    }
.carousel-control-icons{
    font-size: 17px;
    color: var(--mainGrey0);
}
.slider-images,.carousel-item{
    border-radius: 25px !important;
}

.icon-boxes-container {
    background-color: white;
    border-radius: 10px;
    padding: 10px;


}

.icon-boxes-body:hover .icons-img {
    transform: rotate(360deg);
    transition: 2s ease-in-out;
}
.icon-img{
    position: absolute;
    top: 0px;
}
.icon-box-row{
    position: relative;
    right:25%;
}
.icon-heading h5 {
    white-space: nowrap;
    font-size: 13px;
    font-weight: bold;
}

.icon-heading p {
    white-space: nowrap;
    font-size: 11px;
    color: #929292;
    margin-bottom: 0;
   

}


.adv-img-container:hover {
    transform: scale(1.1, 1.1);
    transition: 1s ease-in-out;

}

.banner-image {
    border-radius: 10px;
}

/* offer-product */
.off-tag {
    border-radius: 9px 9px 9px 0;
    background-color: #FF002E;
    position: absolute;
    top: 10px;

    padding: 0px 8px;

}

.offer-product-container:hover .off-tag {
    transform: translate(0px, 10px);
    transition: 0.5s ease-in-out;

}

.off-tag-txt span {
    color: white;


}

.percent {

    font-size: 13px;
    font-weight: bold;
}

.takhfif {

    font-size: 10px;
    font-weight: bold;
}

.offer-product {
    padding: 0px;
}

.offer-product-container {
    background-color: white;
    border-radius: 10px;
    padding: 5px 10px;
    position: relative;



}

.offer-product-heading h4 {
    color: #616161;
    line-height: 30px;
    font-size: 1.143rem;
    font-weight: bold;
    line-height: 30px;
}


.offer-product-heading-link {
    color: #8D8F92;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
}

.offer-product-heading-link:hover {
    color: #8D8F92;

}

.offer-product-heading a span {
    margin-right: 10px;

}

.offer-product-body {
    padding: 40px 5px 10px;
}
.offer-product-title{
    padding: 10px 0 5px;
}
.offer-product-title p {
    text-align: center;
    white-space: nowrap;
}

.offer-product-title h6 {
    text-align: center;
    color: #515151;
    font-size: 12.5px;
    font-weight: bolder;
    margin: 13px 0 13px;


}

.offer-product-title h6 a {

    color: #515151;



}

.first-price {

    text-align: center;
    color: #A1A3A8;
    font-size: 14px;
    font-weight: bold;

    text-decoration: line-through;
    margin-bottom: 0;

}

.last-price {
    color: #616161;
    font-size: 16px;
    font-weight: bold;
}

.toman1 {
    color: #616161;
    font-size: 9px;
    font-weight: bold;
}

.offer-product-btn {
    background-color: #fa3e6b;
    width: 100%;
    padding: 8px 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 11.5px;
    font-weight: bold;
    text-align: center;
    color: white;
    white-space: nowrap;
}
.offer-product-btn span svg {
    position:relative;
    bottom: 1px;
    margin-left: 2px;
}

.offer-product-btn:hover {
    color: white;
    transform: scale(0.9, 0.9);
    transition:transform 0.5s ease-in-out;
}

.offer-product-btn a {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.offer-product-img img {
    height: 134px;
}

/* last-product */


#carouselExampleControls1 {
    position: relative;

}

.next-product,
.prev-product {
    position: absolute;
    z-index: 99;
    background-color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;




}


.next-product a {
    display: inline-block;
    text-align: center;
    vertical-align: center;


}





.product-title {
    color: #515151;
    font-size: 15px;
    font-weight: bold;


}

.last-product-title-txt p {
    color: #97989A;
    font-size: 12px;
    font-weight: bold;
}

.last-product-title-txt a {
    color: #97989A;
    font-size: 12px;
    font-weight: bold;
}

.last-product-box {
    background-color: white;
    border-radius: 10px;
    padding: 5px;


}



.last-product-container-img {
    border-radius: 10px;
    border: 2px solid #F2F2F2;
    padding: 20px 5px;
}

.last-productbody {
    padding: 10px 5px 10px 5px;

}

.last-producttitle {
    color: #515151;
    font-size: 13px;
    font-weight: bold;


}

.last-producttext {
    color: #515151;
    font-size: 15px;
    font-weight: bolder;
}

.price {
    color: #515151;
    font-size: 15px;
    font-weight: bolder;

}

.toman {
    color: #515151;
    font-size: 9px;
    font-weight: bold;

}

.off-price {
    color: #A1A3A8;
    text-decoration: line-through;
    text-decoration-color: #A1A3A8;
}

.new-price span {
    color: #FF0440;
}

/* footer-part1*/
.footer-part1 {
    padding: 20px 0 30px;
    background-color: white;
    
}

.footer-1-title {
    color: #515151;
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0;

}

.footer-1-txt {
    max-width: 90%;
    color: #515151;
    font-size: 11.5px;
    text-align: justify;
margin-bottom: 0;

    line-height: 30px;
    font-weight: 300;



}

.footer-1-lists {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list-styles {

    height: 5px;
    width: 5px;
    margin-left: 5px;
    background-color: #CBCBCB;
    border-radius: 50%;
    display: inline-block;

}


.footer-1-lists li a {

    color: #515151;
    font-size: 11.5px;
    line-height: 30px;


}

.footer-1-lists li a:hover  {
    color: #fa3e6b;
}
.footer-1-lists li a:hover .list-styles{
   background-color: #fa3e6b;
}
.social-icon a {
    display: inline-block;
    margin-right: 20px;
}

/* footer-part2*/
.footer-part2 {
    padding: 10px 0;
    background-color: #fa3e6b;
}

.footer-txt p {
    position: relative;
    top: 2px;
    font-size: 10.5px;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
    white-space: nowrap;
    line-height: 0px;



}

@media screen and (max-width:991.98px) {
    .footer-txt p {
        text-align: center;
        line-height: 22px;
        white-space: normal;
        font-size: 10px;
        margin: 10px;
    }
}

.social-link:hover {
    transform: rotate(360deg);
    transition: 2s ease-in-out;
}

/***  about-us  ***/
.about-us-part-1-img {
    border-radius: 10px;
}

.about-us-part-1-text-box h4 {
    color: #515151;
    line-height: 2.2;
    font-size: 1.2rem;
    font-weight: 700;

    width: 100%;
    
}

.about-us-part-1-text-box p {
    font-size: 13px;
    font-weight: normal;
    color: #4B4B4B;
    line-height: 2.6;
    text-align: justify;

}

.about-us-part-2 {
    background-color: #F6F6F6;
}

.about-us-part-2-img {

    border: 8px solid white;
    border-radius: 25px;

}

.about-us-part-2-text-box h4 {


    color: #515151;
    line-height: 2.2;
    font-size: 1.2rem;
    font-weight: 700;
    max-width: 70%;
    width: 100%;
}

.about-us-part-2-text-box p {
    font-size: 13px;
    font-weight: normal;
    color: #4B4B4B;
    line-height: 2.6;
    text-align: justify;

}

.about-us-part-3-title h4 {
    font-size: 1.2rem;
    font-weight: bolder;
    color: #515151;
    line-height: 30px;
    text-align: center;
}

.about-us-part-3-title p {
    font-size: 13px;
    font-weight: bolder;
    color: #7F8080;
    line-height: 30px;
    text-align: center;
}

.about-us-details {
    background-color: white;
    border-radius: 15px;

    width: 180px;
    height: 170px;

}

.about-us-details h5 {
    font-size: 40px;

    color: #616161;
    text-align: center;
}

.about-us-details p {

    font-size: 11px;
    color: #85888E;
    text-align: center;
}

.active-about-us-box {
    background-color: #fa3e6b;
}

.active-about-us-box h5,
.active-about-us-box p {
    color: white;
}

/*****   contact-us  ****/
.our-location-box {
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}

.location {
    border: none;
    width: 100%;
    height: 400px;
    border-radius: 10px;


}

.contact-us-box {

    background-color: white;
    border-radius: 0 0px 10px 10px;


}

@media screen and (min-width:991.98px) {
    .contact-us-box {


        position: absolute;
        top: 15px;
        left: 100px;

        padding: 30px 30px 5px 70px;
    }
}

.contact-us-box h5 {
    color: #616161;
   
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 10px;

}



.contact-box-item {
    padding: 0 10px;
}

.contact-box-item p:first-child {
    color: #A1A3A8;
    font-size: 14px;
    margin-bottom: 7px;
}

.contact-box-item p:last-child {
    color: #616161;

    font-size: 12px;
}

.numbers:after {
    content: "|";
    margin: 0 10px;
}

.our-address p:last-child {
    font-weight: bold;
    line-height: 25px;
}

.contact-box {
    padding: 30px 60px 40px;
    background-color: white;
    border-radius: 10px;
}

.contact-us-title-text {
    max-width: 50%;
    text-align: center;
}

.contact-title h4 {
    color: #4B4B4B;
    
    font-size: 18px;
    font-size: 1.143rem;
    font-weight: bold;
    line-height: 30px;
}

.contact-title p {

    text-align: center;
    color: #5D5E5E;
    font-weight: bold;
    font-size: 11.5px;
    line-height: 25px;

}

@media screen and (max-width:991.98px) {
    .contact-us-title-text {
        max-width: 80%;
        text-align: center;
    }
}



.contact-input {
    background-color: #F2F2F2;
    border: 1px solid #DEDEDE;
    font-size: 11px;
    color: #616161;
    width: 100%;
    border-radius: 5px;
    height: 40px;
    padding: 0 30px;

}

.contact-text-area {
    background-color: #F2F2F2;
    border: 1px solid #DEDEDE;
    font-size: 11px;
    border-radius: 5px;
    color: #616161;
    padding: 15px 30px;

}

.btn-send-message {
    background-color: #fa3e6b;
    border: 1px solid #fa3e6b;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 30px;
}

/***** login  ******/
.middle-screen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.login-logo img {

    height: 60px;
}

.login-title {
    margin: 12px 0 30px;
}

.login-logo h2 a {
    font-size: 18px;
    font-weight: bolder;
    color: #424750;

}

.login-logo h2 a:hover {

    color: #fa3e6b;
}

.login-box {
    background-color: white;
    border-radius: 15px;

}


.register-link,
.login-link {
    border-bottom: 3px solid #F2F2F2;

}

.register-link a,
.login-link a {
    font-size: 13.5px;
    font-weight: bold;
    color: #616161;
    text-align: center;
    margin: 15px 0;
    padding: 0 65px;
    white-space: nowrap;
}

.active-enter-link {
    border-bottom: 3px solid #fa3e6b;


}

.active-enter-link a {
    color: #fa3e6b !important;


}

.login-header-menu a:hover {
    color: #fa3e6b !important;


}

.login-body {
    padding: 10px 25px 30px;
}

.login-header h5 {
    font-size: 16px;
    font-weight: bold;
    color: #515151;
}

.login-header p {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 25px;
    color: #616161;
}


.login-input {
    width: 100%;
    border-radius: 5px;
    height: 38px;
    background-color: #F2F2F2;
    border: 1px solid #DEDEDE;
    font-size: 11px;
    color: #616161;
}

.login-btn {
    width: 100%;
    background-color: #fa3e6b;
    border: 1px solid #fa3e6b;
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: 600;
    height: 38px;
    border-radius: 8px;

}
.login-btn:hover {
    background-color: #fa3e6b;
    color: white;
}
/**** code ****/
.code-recieve {
    padding: 30px;
    background-color: white;
    border-radius: 15px;
    position: relative;
}

.code-recive-phone-number {
    font-size: 25px;
    font-weight: 300;
    color: #515151;
    


}

.area-code {
    color: #A1A3A8;
}

.change-mobile-number {
    background-color: #F2F2F2;
    border-radius: 50px;
    font-size: 10px;
    color: #616161;
    padding: 5px 12px;
    font-weight: bold;

}

.recieve-text {
    font-size: 10px;
    text-align: center;
    color: #616161;
    line-height: 20px;
}

.send-code-again-txt {
    font-size: 11.5px;
    text-align: center;
    color: #616161;
    font-weight: bold;
}

.code-box {
   text-align: center;
    width: 40px;
    height: 43px;
    background-color: #F2F2F2;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    margin: 0 3px;
    font-size: 12px;
}

.code-box:focus {
   border: none;
   outline: none;
}

.return-register {
    background-color: #F6F6F6;
    border-radius: 25px 0px 200px 0px;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0px;
    margin: 3px;
}

/** shopping-success **/

.success-shopping {
    padding: 20px 25px 15px;
    background-color: white;
    border-radius: 15px;
}

.success-shopping-icon {
    background-color: #fa3e6b;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.success-shopping-icon-text {
    font-size: 13px;
    text-align: center;
    color: #616161;
    font-weight: bold;
}

.success-shopping-tracking {
    background-color: #F6F6F6;
    font-size: 11.5px;
    line-height: 18px;
    text-align: center;
    padding: 13px 0;
}

.Tracking-Code {
    color: #4D4D4D;
}

.Tracking-Code-number {
    color: #6B6B6B;
}

.go-orders {
 
    padding: 10px 20px;
    font-size: 11.5px;


}

/*   pement-1  ***/
.bank-peyment {
    padding: 5px 25px 10px;
    background-color: white;
    border-radius: 15px;
}

.peyment-1-heading h5 {
    font-size: 16px;
    text-align: center;
    color: var(--mainGrey3);
    line-height: 20px;

}

.peyment-1-heading p {
    font-size: 10px;
    text-align: center;
    color: #616161;
    font-weight: bold;

}

.peyment-1-bank-box {
    border: 1px solid #D1D1D1;
    border-radius: 8px;
    padding: 5px 10px;
    min-width: 240px !important;
}


.bank-logo img {
    width: 51px;
    height: 40px;
}

.bank-title {
    font-size: 12px;
line-height: 30px;
    color: #616161;

}

.bank-text {
    font-size: 10px;
    text-align: center;
    color: #616161;
    font-weight: bold;
}

.choosing-option {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #F2F2F2;
    border: 2px solid #D1D1D1;

}

.bank-heading p {
    margin: 0;
}

/******shopping cart *******/
.store-header-container {
    background-color: white;
    padding: 6px 15px;
    border-radius: 5px;
}

.breadcrumb-icon {
    border-left: 1px solid #8B8B8B;
    padding-left: 10px;
    margin: 0;
}

.breadcrumb-icon svg {
    position: relative;
    bottom: 2px;
}

.breadcrumb-menu {
    background-color: white;
    padding: 0 15px;
    margin: 0;
}

.breadcrumbs-item {
    font-size: 10px;
    font-weight: 600;

}

.breadcrumbs-link {

    color: #8B8B8B;

}

.breadcrumbs-link:hover {

    color: #fa3e6b;

}

.breadcrumbs-item::after {
    content: "/";
    color: #8B8B8B;
    margin: 0 5px;
    font-size: 10px;
    font-weight: 600;
}

.breadcrumbs-active {
    color: #fa3e6b;
    font-size: 10px;
    font-weight: 600;
}

.shopping-cart-section,
.send-price-section,
.peyment-section,
.address-choose-section {
    margin-bottom: 100px;
}

.shopping-cart-factor {
    padding: 0px 25px;
    background-color: white;
    border-radius: 10px;
    border: 1.5px dashed #A1A3A8;

}

.total-price-shopping-details {
    border-bottom: 1.5px dashed #A1A3A8;
}

.total-shopping-price-span1,
.total-discount-shopping-span1 {
    font-size: 11px;
    text-align: center;
    color: #616161;
    font-weight: bold;
}

.total-discount-shopping-span2 {
    color: #FF002E;
    font-size: 14.5px;
    position: relative;
    bottom:2px;
}

.total-shopping-price-span2 {
    color: #515151;
    font-size: 14.5px;
    font-weight: bold;
    position: relative;
    bottom:2px;
}

.footer-shopping-factor-span1 {
    color: #616161;
    font-size: 12px;
    white-space: nowrap;

}

.footer-shopping-factor-span2 {
    color: #616161;
    font-size: 17px;
    white-space: nowrap;
    position: relative;
bottom:2px;
}

.shooping-factor-btn {
    background-color: #fa3e6b;
    border: 1px solid #fa3e6b;
    border-radius: 8px;
    text-align: center;
    color: white;
    font-size: 8px;
    font-weight: 600;

    width: 100%;
}

.shooping-factor-warning {
    color: #8B8B8B;
    font-size: 9.3px;
    line-height: 18px;
    text-align: center;

}


.first-price-infavorite-list {
    color: #616161;
    font-size: 10px;
}


.last-price-infavorite-list {
    color: #A1A3A8;
    font-size: 9px;
    text-decoration: line-through;
}



.shopping-cart-number {
    border: none;
    width: 25px;
    font-size: 15px;
    text-align: center;
    outline: none!important;

}

.btn-shooping-cart {
    padding: 5px;


}

.btn-shopping-cart {
    color: white;
    font-size: 8px;
    width: 18px;
    height: 18px;
    display: flex;

}

.btn-plus-shopping-cart {
    background-color: #417930;
}

.btn-minus-shopping-cart {
    background-color: #DE312A;

}

/**** choose address ****/

.remove-item {
    color: #616161;
    font-size: 12px;
    text-align: right;


}

.choose-address-boxes {
    background-color: white;
    border-radius: 10px;
    padding: 16px 20px;
}

.address-btn {
    border: 2px solid white;
    color: #616161;
    font-size: 11px;
    padding: 8px 15px;
    font-weight: bold;
    

}

.address-title {
    color: #515151;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
}

.address-details {
    font-weight: bold;
    color: #A1A3A8;
    font-size: 11px;
}

.address-edit {
    font-weight: bold;
    color: #fa3e6b;
    font-size: 11px;
}

.address-page-body {
    position: relative;
}

.edit-address-box-container {
    display: none;
    position: absolute;
    z-index: 999;
    top: 50px;
    left: 200px;

}
.addres-modal-header{
    border-bottom: none!important;
    padding-top: 2px;
    padding-bottom: 2px;
    position: relative;
    top:8px;
}
.addres-modal-header button span{
    font-size: 25px!important;
}

.added-address-box {
    background-color: white;
    border-radius: 10px;
    padding: 12px;
}

.address-location iframe {
    position: relative;
}

.search-address-box {
    position: absolute;

    right: 0px;
    top: 210px;
}

.addess-inputs {

    background-color: #F2F2F2;
    border: 1px solid #DEDEDE;
    font-size: 10px;
    font-weight: 600;
    color: #616161;
    width: 100%;
    border-radius: 5px;
    height: 35px;
    padding-right: 10px;
}

.address-search-input {
    background-color: white !important;
    border: 1px solid white;
    font-size: 10px;
    font-weight: 600;
    color: #616161;
    width: 100%;
    border-radius: 5px;
    height: 35px;
    padding-right: 10px;
}

.address-search-btn {
    background-color: white !important;
    border: 1px solid white;

}

.address-btn-click {
    background-color: #fa3e6b;
    border: 1px solid #fa3e6b;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 35px;
    width: 50%;
}

.choosing-button {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: white;
    border: 2px solid #D1D1D1;


}

.shopping-cart-factor-address {
    height: auto;
    padding-bottom: 10px;
}

.send-price-boxes {
    background-color: white;
    border-radius: 5px;
    padding: 16px 20px;
    cursor: pointer;

}

.send-price-details-box-body {
    border-bottom: 2px solid #F2F2F2;
}

.send-price-details-box {
    padding-bottom: 0px;
    background-color: white;
    border-radius: 5px;
}

.send-price-details-title {
    padding: 12px 25px;
}

.send-price-details-text {
    padding: 12px 25px;
    width: 100%;
    border: none;
    outline: none;

    font-weight: bold;
    color: #A1A3A8;
    font-size: 10px;

}

.wallet-mangement {
    color: #A1A3A8;
    font-size: 10px;

}

.peyment-method {
    background-color: white;
    padding: 2px 2px 2px 20px;
    border-radius: 5px;
}

.discount-box {
    background-color: #F2F2F2;
    padding: 8px 10px;

}

.discount-box-percent {
    color: #C8C8C8;
}

.discount-box-discount-code {
    color: #616161;
    font-size: 10px;
    white-space: nowrap;
    font-weight: bold;
}
.dicount-box-button{
    border: 1px dashed #707070;
   
    width: 100%;
    border-radius: 3px;
    color: #616161;
    font-size: 10px;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    background-color: #F2F2F2;
    height: 35px;
}
.dicount-box-code-number {
    border: 1px dashed #707070;
    width: 100%;
    border-radius: 3px;
    color: #616161;
    font-size: 11px;
    padding: 5px 25px;
    font-weight: bold;
    text-align: center;
   
    height: 35px;

}


.discount-box-price-number {
    color: #616161;
    font-size: 13px;

    font-weight: bold;
}

.choosing-button-square {
    border-radius: 5px !important;
}

.return-btn-shopping-cart {
    background-color: white;
}

.continue-order span {
    font-size: 12px;
}



.choose-bank-active .choosing-option {
    background-color: #fa3e6b;
    border: 2px solid white;
    position: relative;
}

.choose-bank-active .choosing-option::after {
    content: "\2714";
    color: white;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: 2px;
}

.choose-bank-active {
    border: 1px solid #05E6AD;
}
.pointer-box{
    cursor: pointer;
}
.choose-item-active {
    background-color: #05E6AD;
}

.choose-item-active .panel-user-details-box-body .radiobutton .choosing-button {

    background-color: #fa3e6b;
    border: 2px solid white;
    position: relative;
}

.choose-item-active .radiobutton .choosing-button {
    background-color: #fa3e6b;
    border: 2px solid white;
    position: relative;

}

.choose-item-active .panel-user-details-box-body .radiobutton .choosing-button::after {
    content: "\2714";
    color: white;
    text-align: center;
    font-size: 14px;
    /*position: absolute;*/
    top: 0;
    right: 2px;

}

.choose-item-active .radiobutton .choosing-button::after {
    content: "\2714";
    color: white;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 2px;
}

.choose-item-active .panel-user-details-box-body .radiobutton {

    background-color: #fa3e6b;

}

.choose-item-active .panel-user-details-box-body .media-body .address-title,
.choose-item-active .panel-user-details-box-body .media-body .address-details,
.choose-item-active .panel-user-details-box-body .media-body .address-details span,
.choose-item-active .wallet-mangement-box .wallet-mangement {

    color: white !important;
}
.choose-item-active .wallet-management-box .wallet-mangement{
    color: white !important;
}
.choose-item-active .wallet-management-box .wallet-mangement svg path{
    fill: white !important;
}
.choosing-button-discount {
    width: 18px;
    height: 18px;
    border: 2px solid #fa3e6b;
    position: relative;
}

.choosing-button-discount::after {
    content: "\2714";
    color: #fa3e6b;
    text-align: center;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 2px;
    font-weight: 600;
}


/*************  user panel ********************/
.user-panel-navbar {
    background-color: white;
    padding: 0px;
    position: fixed;
    top: 0;
  z-index: 99;
    height: 100%;
    overflow: auto;
  width: 222px;
 }



    .user-img {
        background-color: #515151;
        width: 40px;
        height: 40px;
        border-radius: 15px;
        margin-left: 20px;
    }

    .user-profile-box-container {
        
        padding: 5px 5px 0;
        position: relative;
    }

    .user-profile-box {
        background-color: #F9F9F9;
        display: block;
        padding: 25px 10px;

    }

    .user-panel-link span svg {

        margin-left: 10px;

    }
    .close-menu-btn{
        display: block;
        cursor: pointer;
        position: absolute;
        left: 15px;
        top: 15px;
        z-index: 10 !important;
        margin: auto;
        color: #515151;
        font-size:22px;
        text-align: center;
        
        border-radius: 100%;
        width: 20px;
        height: 20px;

        padding: 0!important;
        line-height: 0!important;
     
    }
    .user-panel-navbarx {
       padding-top: 5px;
        width: 100%;
        margin-bottom: 10px;
        height:inherit;
       
      }
      .toggle-btn {
      
        cursor: pointer;
        position: absolute;
        left: 20px;
        top: 10px;
        z-index: 10 !important;
        padding: 0px;
        font-size: 20px;
        color: #515151;
        border: 1px solid #515151;
        border-radius: 4px;
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 0!important;
        line-height: 0!important;
    
      }
 
        
      .user-panel-navbarx   .user-profile-box-container {
           padding: 0;
        }
        .user-panel-navbarx    .user-profile-box {
           
    
            padding:5px 10px;
    
        }
    
    


.user-information span {
    color: #5D5E5E;
    display: block;
}

.user-name {
    font-size: 15px;
    margin-bottom: 5px;
}

.user-phone {
    font-size: 12px;
    font-weight: bold;
}

.user-date {
    display: block;

    margin: 20px 20px 0 0;
    font-size: 10px;
    color: #5D5E5E;
}

.user-panel-nav {
    margin: 0;
    padding: 0;
    overflow: hidden;
}


.user-panel-item:hover{
    background-color: #F9F9F9;
    margin: 0px 5px;
}
.user-panel-item:hover .user-panel-link{
    color: #616161;
}
.user-panel-item {
    display: block;
    border-bottom: 1px solid #F2F2F2;

}

.user-panel-link {
    color: #616161;
    font-size: 11.5px;
    display: block;
    margin: 0px 15px;
    padding: 10px 0;

}

.collapse .user-panel-link {
    margin-right: 45px;
}

.order-item-badge {
    background-color: #FF002E;
    color: white;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 3px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
.user-panel-link-icon-open ,.user-panel-link-icon-open0 {
    display: none;
}
.panel-header {
    background-color: #F9F9F9;
    padding-right: 8px;
}
.panel-header-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.panel-header-link1::before {
    content: ">";
    font-size: 12px;
    color: #A1A3A8;
    font-weight: bold;
    margin: 0 8px;


}

.panel-header-link {
    font-size: 10px;
    color: #616161;

    margin-right: 5px;
}



.btn-return-store {
    background-color: white;
    border-radius: 0 0 50px 0;
    color: #444549;
    font-size: 10px;
    font-weight: bold;
    padding: 7px 30px;
}

.panel-box-body {
    background-color: white;
    border-radius: 10px;
    padding: 15px 20px;
}

.panel-box-icon-container {
    position: relative;
}

.panel-box-icon {

    position: absolute;
    top: 50%px;

    z-index: 99;
}

.media-title {
    font-size: 12.5px;
    font-weight: bold;
    color: #4B4B4B;
    margin: 2px 0 10px;
}

.media-txt {
    font-size: 11px;
    font-weight: bold;
    color: #7F8080;

}

.media-span {
    font-size: 16px;
    font-weight: bold;

}

.media-link {
    color: #7F8080;
    font-size: 10.5px;

}

.media-money-span {
    color: #fa3e6b;
}

.media-order-span {
    color: #00AADF;
}

.media-favorite-span {
    color: #DF0000;
}

.my-favorit-list-heading {
    padding: 5px 10px;
}

.my-favorit-list-heading h4 {
    color: #515151;
    font-size: 14px;
    font-weight: bold;
    
}

.my-favorit-list-heading a {
    color: #515151;
    font-size: 11px;

}

.panel-user-details-box {
    background-color: white;
    border-radius: 10px;
    padding: 7px 15px;
}

.panel-user-details-box-body .media-body {
    padding: 2px;
}

.panel-user-details-box-body img {
    width: 70px;
    height: 70px;
}

.panel-user-details-bax-title {
    color: #515151;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;

}



.detail-box-price {
    color: #616161;
    font-size: 15px;
    font-weight: bold;
}

.last-price-infavorite-list {
    color: #A1A3A8;
    font-size: 8px;
    text-decoration: line-through;
}

.detail-box-price-after-off {
    color: #A1A3A8;
    font-size: 14px;
    font-weight: bold;


}

.detail-box-badge {
    background-color: #FF002E;
    color: white;
    font-size: 10px;
    padding: 5px 10px;
    font-weight: bold;
}

.user-profile-card {
    background-color: white;
    border-radius: 10px;
    border: none;
    padding: 40px 65px;
    height: 100%;
}

.user-profile-img {
    width: 95px;
    height: 95px;
}

.card-user-profile-img-container {
    position: relative;
}

.user-profile-photo-icon {
    position: absolute;
    bottom: 8px;
    left: 31px;
    background-color: #fa3e6b;
    width: 32px;
    height: 32px;
    border-radius: 12px;
}

.user-profile-body h4 {
    color: #515151;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;

}

.user-profile-body {
    margin-bottom: 22px;
}

.user-profile-body p {
    color: #5D5E5E;
    font-size: 14px;
    font-weight: bold;
letter-spacing: 1px;


}

.user-profile-edit-btn,.user-profile-edit-btn:hover {
    background-color: #fa3e6b;
    color: white;
    border: none;
    width: 100%;
    padding: 13px;
    border-radius: 8px;
    font-size: 11.5px;
    font-weight:
        bold;
}

/***** order   ****/
.orders-menu {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 0px 30px;
    overflow: hidden;
}

.orders-item {

    margin-left: 0px;
}

.orders-link {
    color: #616161;
    font-weight: bold;
    margin: 13px 9px 10px;
    padding: 0;

    border-radius: 10px;

    font-size: 11.5px;
}
.orders-item .active::after
{
    content: "";
    display: block;
    position: relative;
    top:10px;
    width: 100%;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background-color: #fa3e6b;
}
.orders-item .active ,.orders-link:hover {
  
   color: #fa3e6b;
}



.order-search {
    position: relative;
    color: #515151;
    font-weight: bold;
    font-size: 10px;
    background-color: white !important;
    border: none !important;
    padding: 18px 20px 18px 70px;

    border-radius: 8px;
}

.oorder-search::placeholder {

    color: #515151;
    font-weight: bold;
    font-size: 10px;
}

.order-search-box {
    position: absolute;
    top: 5px;
    left: 40px;
    border: none;
    background-color: transparent;
    outline: none;
}

.base-box {
    background: white;
    border-radius: 10px;

}

.order-factor {
    padding: 5px 0px;
}

.header-order {
    border-bottom: 1px dashed #A1A3A8;
    padding: 5px 40px 5px 30px;

}


.header-details-part1 p {
    margin: 0;
}

.total-price-order,
.total-price-order-toman,
.factor {
    color: #808080;
    font-size: 11px;
    font-weight: bold;
}

.total-price-order-number,
.factor-number {
    color: #616161;
    font-size: 12px;

}

.header-details-link {
    display: block;
    color: #fa3e6b;
    font-size: 10px;
    font-weight: bold;
    margin-top: 10px;
}

.money-status-box {

    border-left: 1px dashed #A1A3A8;
}

.order-date-title,
.money-status-title {
    color: #A1A3A8;
    font-size: 10.5px;
    font-weight: bold;
    margin-bottom: 15px;
}

.money-status,
.order-date {
    color: #616161;
    font-size: 10px;

}

.footer-order {
    padding: 20px 40px 20px 30px;
}

.btn-footer-detail {

    font-size: 10px;

    padding: 7px 10px;
    font-weight: bold;
    border-radius: 10px;
}

.btn-deliver , .btn-delive:hover {
    border: 1px dashed #00A427;
    background-color: #E8FCED;
    color: #00A427 !important;
    font-size: 10px;
    cursor:context-menu;
}

.btn-footer-detail-icon {
    width: 18px;
    height: 18px;
    border-radius: 50px;
}

.btn-deliver-icon {
    background-color: #00A427;

}

.btn-process ,.btn-process:hover{
    border: 1px dashed #FFBA1F;
    background-color: #FEF7E9;
    color: #FFBA1F;
    cursor:context-menu;
}

.btn-cancel , .btn-cancel:hover {
    border: 1px dashed #EB0F33;
    background-color: #FFE4E8;
    color: #EB0F33;
    cursor:context-menu;

}

.btn-cancel-icon {
    background-color: #EB0F33;

}

.order-details-box {
    background-color: white;
    border-radius: 15px;
    border: 1px dashed #A1A3A8;
    padding: 7px;
}

.my-order-details-box {
    background-color: #D9F7DA;
    border-radius: 15px 15px 0 0;
    padding: 35px 0 10px;
}

.my-order-number-title {
    color: #616161;
    font-size: 16px;
}

.my-order-number {
    color: #616161;
    font-size: 17px;
}

.my-order-details-body {
    padding: 25px;
}

.my-order-details-boxes,
.total-prices-my-order {
    background-color: #F2F2F2;
    border-radius: 10px;
}

.total-prices-my-order {
    border: 1px dashed #A1A3A8;
}

.my-order-details-boxes {
    padding: 10px 30px;
    margin-bottom: 8px;
}

.total-prices-my-order {
    margin-top: 30px;
    padding: 35px 0px;
}

.my-order-details-title {
    color: #515151;
    font-size: 12px;

}

.my-order-details-txt {
    color: #515151;
    font-size: 11px;
    font-weight: bold;
}

.factor-total,
.factor-total-price,
.factor-total-toman {
    color: #616161;
}

.factor-total {
    font-size: 12px;
}

.factor-total-price {
    font-size: 17px;
    font-weight: bold;
}

.factor-total-toman {
    font-size: 10px;
}

.btn-base {
    background-color: #fa3e6b;
    color: white;
    border-radius: 10px;
    font-size: 11.5px;
    font-weight: bold;
    padding: 7px 22px;
}

.deliver-btn-plus {
    font-size: 11px;
    border: radius 5px;
    padding: 5px;

    padding: 15px 30px;
    font-weight: bold;
    border-radius: 8px;
}

.myshoppinglist-title {
    color: #515151;
    font-weight: bold;
    font-size: 15px;

}

.my-shopping-number {
    color: #515151;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: -5px;
}

.my-shopping-addad {
    color: #515151;
    font-weight: bold;
    font-size: 10px;
}

/************** wallet  ******/
.wallet-body {
    background-color: white;
    border-radius: 8px;
}

.wallet-menu {
    border-bottom: 1px solid #DBDBDB;

    padding: 0px 30px;
    overflow: hidden;
}

.wallet-increament-box,
.wallet-account-turnover-box {
    padding: 50px 0;
}

.increament-title {
    font-size: 15px;
    font-weight: bold;
    color: #515151;
}

.increament-price {
    color: #fa3e6b;
    font-size: 20px;

}

.favorite-wallet-price {
    direction: ltr;
}

.wallet-number-input {
    background-color: #F2F2F2;
    border: 1px solid #DEDEDE;
    font-size: 10px;
    font-weight: 600;
    color: #616161;
    width: 100%;
    border-radius: 5px;
    height: 38px;
    padding-right: 10px;
    
}

.wallet-input-prepend {

    font-size: 9px;
    font-weight: 600;
    color: #616161;
    padding-left: 20px;
    text-align: center;
}

.wallet-input-txt {
    font-size: 10px;
    text-align: center;
    line-height: 22px;
    color: #A1A3A8;
    text-align: center;
   

}

.wallet-btn {
  

    background-color: #fa3e6b;
    border: 1px solid #fa3e6b;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 60px;
    white-space: nowrap;



}

.wallet-prices-box {
    border: 1px solid #A1A3A8;
    border-radius: 6px;
    padding: 7px 12px;
    cursor: pointer;
}

.wallet-prices-box-title {
    font-size: 14px;
    font-weight: 600;
    color: #616161;
    margin: 0 0 5px 0px;
}

.wallet-prices-box-span {
    font-size: 11px;
    color: #A1A3A8;
    margin: 0;
}

.wallet-prices-box-active {
    border: 1px solid #fa3e6b;
    background-color: #E2FFF7;
}

.turnover-box {
    border: 1px solid #A1A3A8;
    border-radius: 5px;
    padding: 6px 20px;
    margin-bottom: 8px;
    width: 100%;
}

.check-details-title {
    font-size: 11px;
    color: #4D4D4D;
    font-weight: bold;
    padding-bottom: 5px;

}

.check-details-text {
    color: #6B6B6B;
    font-weight: bold;
    font-size: 11px;
    white-space: nowrap;
}

.turnover-price {
    color: #fa3e6b;
    font-weight: bold;
    font-size: 13px;

}

.check-details {
    padding-left: 50px;
    width: 70%;
    border-left: 1px dashed #A1A3A8;

}

.check-date,
.check-balance,
.check-for {
    margin: -5px;
}

.check-turnover {
    padding:0 15px;
    width: 30%;
}

/**********check***********/
.chek-account-body {
    background-color: white;
    border-radius: 8px;


}

.check-form {
    padding: 0 30px 30px;
}

.check-input {
    background-color: #F9F9F9;
    border: 1px solid #DEDEDE;
    font-size: 10px;
    color: #616161;
    width: 100%;
    border-radius: 5px;
    height: 40px;
    padding-right: 10px;
}

.check-input::placeholder,
.check-text-area::placeholder {
    font-weight: 0;
    font-size: 10px;
    color: #616161;

}

.check-text-area {
    background-color: #F9F9F9;
    border: 1px solid #DEDEDE;
    font-size: 10px;
    color: #616161;
    width: 100%;
    border-radius: 5px;
    height: 48px;
    padding-right: 10px;
}

.check-btn {
    background-color: #fa3e6b;
    border: 1px solid #fa3e6b;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 35px;
}

.check-picture-box {
    background-color: #F9F9F9;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    height: auto;
}

.check-picture-title {
    margin: 25px 0px 10px;
    font-size: 15px;
    color: #616161;

}

.check-picture-text {
    font-size: 11px;
    color: #AAAAAA;
    text-align: center;
    line-height: 22px;
}

.check-picture-link {

    color: var(--mainRed);
}

/**** account information  ****/
.account-information-edit {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
}

.account-information-edit-title {
    color: #515151;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
}

.account-information-edit-text {
    color: #515151;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    max-width: 75%;
    line-height: 22px;
}

.user-account-input {
    background-color: #F9F9F9;
    border: 1px solid #DEDEDE;
    font-size: 10px;
    color: #616161;
    width: 100%;
    border-radius: 5px;
    height: 40px;
    padding-right: 10px;
}

.user-account-btn {
    background-color: #fa3e6b;
    border: 1px solid #fa3e6b;
    border-radius: 5px;

    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 60px;
    white-space: nowrap;

}

.change-password {
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 30px;
}

.change-password-title {
    color: #515151;
    font-size: 15px;
    font-weight: 600;
}

.change-password-text {
    color: #515151;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    max-width: 75%;
    line-height: 22px;
}

.change-btn {
    background-color: #616161;
    border: 1px solid #707070;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 35px;
    width: 100%;
}

.page-hover {
    position: absolute;
    z-index: 109;
    background-color: #616161;
    width: 100%;
    height: 100vh;
    opacity: 0.2;
}

/*store*/

.category-filter {
    background-color: white;
    padding: 5px 15px;
    border-radius: 5px;
}

.category-filter-list {
    padding: 0;
    margin: 0;
}

.category-filter-item {
    display: inline-block;


}

.category-filter-link {
    display: inline-block;
    color: #8B8B8B;
    font-size: 11px;
    font-weight: 600;

    padding: 8px 13px;
}

.category-filter-link-header:hover {
    color: #8B8B8B;
}

.category-filter-links:hover {
    background-color: #fa3e6b;
    padding: 8px 13px;
    border-radius: 5px;
    color: white;
}

.category-active {
    background-color: #fa3e6b;
    padding: 8px 13px;
    border-radius: 5px;
    color: white;
}

.category-filter-link svg {

    margin-left: 10px;
}

.product-card-hover {
    padding: 0 4px;
    display: none;

}

.product-container:hover .product-card-hover {
    display: flex;
    position: absolute;
    z-index: 1;
    bottom: 30%;
    transition: 1s ease-in-out;
}

.product-card {
    background-color: white;
    border: none;
    border-radius: 10px;
    padding: 0px;
    position: relative;
}

.product-card-img {
    border-radius: 10px;
    border: 2px solid #F2F2F2;
    padding: 20px 10px;

}

.product-card-body {
    padding-bottom: 10px;
}

.product-card-title {
    color: #515151;
    font-size: 13px;
    font-weight: bold;

}

.product-price0 {
    color: #515151;

    font-size: 15px;
    font-weight:
        bolder;
}

.first-product-price {
    color: #A1A3A8;
    text-decoration: line-through;
    font-size: 12px;
    font-weight: bold;

}

.last-product-price {
    color: #FF0440;
    margin-right: 15px;
    font-size: 15px;
    font-weight: bolder;
}

.product-card-off-percent-badge {
    background-color: #FF0440;
    color: white;
    padding: 5px 10px;
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 11px;
    font-weight: bolder;
}

.product-card-hover {
    padding: 0 20px;
}

.cart-shopping {
    background-color: #fa3e6b;
    padding: 5px 10px;
    border-radius: 5px;

}



.cart-shopping-link {
    color: white;
    font-size: 11px;
    font-weight: bold;
}

.cart-shopping-link:hover {
    color: white;

}

.like-product {
    background-color: #F2F3F5;
    padding: 5px 10px;
    border-radius: 5px;
}


.aside-box {
    background-color: white;
    padding: 20px 20px;
    border-radius: 5px;
}

.category-product0-heading {
    padding: 0 20px 0 20px !important;
}



.catogery-product0 {
    background-color: white;
    padding: 20px 0px;
    border-radius: 5px;
    max-height: 350px;
    overflow-y: scroll;
   
}



.category-list {
    padding: 0;
    margin: 0;
}

.category-item {
    padding: 5px 20px;
    display: block;
}

.category-link {
    color: #515151;

    font-size: 12px;
}
.category-item-active {
    background-color: #F5FFFC;
}
.category-link-active svg rect{
    fill:#fa3e6b;
}
.category-link-active {
    color: #fa3e6b;
}
.category-item:hover {
    background-color: #F5FFFC;
}

.category-item:hover  .category-link{
    color: #fa3e6b;
}

.category-item:hover  .category-link svg rect{
    fill:#fa3e6b;
}
.catogery-product3-heading {
    padding: 0 20px 0 20px !important;
}


.special-box {
    background-color: white;

    border-radius: 5px;
}

.catogery-product1 {
    background-color: white;

    border-radius: 5px;
}
.catogery-product3{
    background-color: white;
    padding: 20px 0px;
    border-radius: 5px;
}



input[type=checkbox] + label {
    display:flex ;
 cursor: pointer;
 color: #515151;
 font-size: 12px;
 padding: 8px 20px;
 margin-bottom: 0!important;
  }
  
  input[type=checkbox] {
    display: none;
  }
  
  input[type=checkbox] + label:before {
    content: "\2714";
    font-size: 11.5px;
    border: 1.9px solid #A1A3A8;
    border-radius: 6.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:16px;
    height: 16px;
    padding-left: 0.2em;
    padding-top: 0.2em;
   
    margin-left: 0.4em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    text-align: center;
  }
  

  input[type=checkbox]:checked + label:before {
      
    background-color: MediumSeaGreen;
    border-color: MediumSeaGreen;
    color: #fff;
  }
  input[type=checkbox]:checked + label{
      color:#fa3e6b;
      background-color: #F5FFFC;
  }

.store-title {

    margin-bottom: 15px;
}

.store-title h4 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #515151;
    


}

.store-title a {
    display: block;
    background-color: #EFEFEF;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    padding: 0;
}

.store-title a svg {
    width: 10px;
    padding: 0;
}
.price-prograss-bar{
    margin-top:30px;
}
.price-range-txt {
    color: #515151;
    font-size: 12px;
   
}

.price-range-txt-span {
    color: #A1A3A8
}

.pagination-box ul li {

    margin: 2px;
}

.pagination-box ul li a {


    background-color: transparent;
    border-radius: 16px !important;
    border: none;
    color: #515151;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 14px;




}

.pagination-box ul li a i {


    color: #515151;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 2px;
    padding: 0;


}

.page-link:hover {
    background-color: #fa3e6b !important;
    color: white !important;




}

.page-link:hover .page-link{
   
    color: white !important;




}
.pagination .active a {
    background-color: #fa3e6b !important;
    color: white;
}





/* product information */
.product-information {
    background-color: white;
    padding: 35px;
    border-radius: 10px;
    margin: 25px 0;

}

.product-information-img {
    border-radius: 10px;
    border: 2px solid #F2F2F2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-information-img1 {

    background-image: url("../image/product-imformation-page-img/chair1.jpg");
    background-color: #cccccc;
    height: 450px;
    position: relative;
    margin-bottom: 30px;


}

.details-box {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 15px;

}

.detail-box-caegory,
.detail-box-brand {
    background-color: #F2F3F5;
    border-radius: 5px;
    padding: 3px 10px;

}

.detail-box-caegory {
    padding: 0px 50px;
}


.detail-box-caegory span,
.detail-box-brand span {
    font-size: 9px;
    font-weight: bold;
    color: #515151;

}

.product-information-img2 {
    background-image: url("../image/product-imformation-page-img/chair2.jpg");
    background-color: #cccccc;
    margin-top: 10px;
    height: 100px;


}

.product-information-img3 {
    background-image: url("../image/product-imformation-page-img/chair3.jpg");
    background-color: #cccccc;
    height: 100px;
    margin-top: 10px;

}

.product-information-img4 {
    background-image: url("../image/product-imformation-page-img/chair4.jpg");
    background-color: #cccccc;
    height: 100px;
    margin-top: 10px;


}

.product-information-img5 {
    background-image: url("../image/product-imformation-page-img/chair5.jpg");
    background-color: #cccccc;
    height: 100px;
    margin-top: 10px;


}

.product-information-title {
  color: #515151;
 
    font-size: 1.143rem;
    font-weight: bold;
    line-height: 27px;


}

.product-information-title-txt {
    font-size: 11.5px;
    font-weight: 400;
    line-height: 32px;
    color: #616161;
    text-align: justify;

}

.valid-date-txts{
    color: #676766;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
    white-space: nowrap;
    line-height: 20px;

}

#validate-warning {
    color: #7D7D7D;
    font-size: 9px;
    font-weight: bold;
    line-height: 0.1!important;
   
}

.date-time-list-item {
    margin-left: 5px;
}

.date-time-num {
    width: 35px;
    height: 32px;
    background-color: #F5F5F5;
    text-align: center;
    border-radius: 13px;
    color: #636363;
    font-size: 12px;
    font-weight: bold;
    margin: 8px 0;
}

.second {
    background-color: #FF0469 !important;
    color: white;
}

.date-time-num:hover {
    background-color: #FF0469 !important;
    color: white;
}

.date-time-txt {

    color: #7D7D7D;
    font-size: 10px;
    font-weight: bold;
}

.color-txt {
    color: #868673;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.color-link {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 3px solid #F2F2F2;
    margin-left: 18px;
    cursor: pointer;

}

.color-link-active {
    border: 4px solid #fa3e6b;
}

.color-link-active:hover {
    border: 4px solid #fa3e6b;

}

.color-1 {
    background-color: #FFFFFF;
}

.color-2 {
    background-color: #FFC813;
}

.color-3 {
    background-color: #13B6FF;
}

.color-4 {
    background-color: #C113FF;
}

.color-5 {
    background-color: #FC4665;
}

.select-size {
    background-color: #F9F9F9;
    border: 1px solid #DEDEDE;
    height: 38px;
    font-size: 12px;
    color: #616161;
    font-weight: bold;



}

.select-size-option {

    font-size: 12px;
    
    color: #616161;
    font-weight: bold;

}



.feature-list li {
    margin: 15px 0;
}

.feature h6 {
    font-size: 12px;
    color: #616161;
    font-weight: bold;
}

.feature-list li {
    font-size: 11px;
    color: #616161;
}

.left-part {
    padding: 10px 0 10px;
    background-color: #F9F9F9;
    border: 2px solid #E7E7E7;
    border-radius: 10px;
    height: auto;
   
}

.product-number {
    border-bottom: 1px dashed #B9B9B9;
    padding: 15px 0 20px;
    margin: 0 10px;
}


.product-number p {
    color: #676565;
    font-size: 11px;
    font-weight: bold;
}

.product-number span {
    color: #B5B5B5;
    font-size: 9px;
}

.product-information-prices {
    margin: 8px 0;
    padding-left: 0;
}

.new-price,
.ex-price {
    color: #616161;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
}

.left-part-first-product-price {
    color: #676565;
    font-size: 10px;
    font-weight: bold;
   
}

.product-information-origin-price {
    border-left: 1px dashed #B9B9B9;
    

}

.product-information-off-price {
    
}

.left-part-first-product-price {
    color: #A1A3A8;
    font-size: 13px;
    font-weight: bold;
    text-decoration: line-through;
    margin-top: 4px;
    white-space: nowrap;
}

.left-part-last-product-price {
    color: #FF0440;
    font-size: 15px;
    font-weight: bolder;
    margin-top: 4px;

}

.badge-add {

    background-color: white;
    font-size: 10px;
    font-weight: 700;
    width: 25px;
    height: 25px;
}



.badge-number {
    font-size: 14px;
    font-weight: bold;
    margin: 0 px;
    border: none;
    outline: none;
    width: 25px;
    background-color: transparent;
    text-align: center;
}

.badge-add:hover {

    background-color: #FF0440;
    color: white;

}



.product-information-cart-shopping {
    margin-bottom: 12px;
    border: none;
    background-color: #fa3e6b;
    padding: 8px 0px;
    border-radius: 5px;


}



.product-information-cart-shopping-link {
white-space: nowrap;
    color: white;
    font-size: 11px;
    font-weight: bold;
}

.product-information-cart-shopping-link:hover {

    color: white;
}

.product-information-like {
    white-space: nowrap;
    border: none;
    background-color: white;
    padding: 8px 0px;
    border-radius: 5px;
}

.product-information-like-link {
    color: #424750;
    font-size: 11px;
    font-weight: bold;
}

.product-information-like-link:hover {
    color: #424750;

}

.description-box {
    margin: 30px 0;
    background-color: white;
    padding: 35px;
    border-radius: 10px;
}

.description-box1-title h4 {
  
    color: #515151;
 
    font-size: 1rem;
    font-weight: bold;
    line-height: 24px;
}



.related-product-title h4 {
    color: #515151;
 
    font-size: 1.143rem;
    font-weight: bold;
    line-height: 27px;
}

.description-box1-txt {
    font-size: 11.5px;
    font-weight: 400;
    line-height: 32px;
    color: #616161;
    text-align: justify;
}


.description-box-list {
    padding: 0;
    margin-bottom: 40px;
}

.description-box-list .nav-item {
    display: inline-block;
    margin-left: 10px;


}

.description-box-list .nav-item .nav-link {
    display: inline-block;
    color: #515151;
    font-size: 12px;
    font-weight: bold;
}

.description-box-list .nav-item .active {
    background-color: #fa3e6b;
    padding: 10px 18px;
    border-radius: 5px;
    color: white;
}

.related-product {
    margin: 40px 0 30px;

    padding: 5px;
    border-radius: 10px;
}

.related-product-title-box {
    margin-bottom: 25px;
    padding-right: 30px;
}


/*****/


.ui-widget.ui-widget-content {
    background-color: #EBEBEB;
    border: none;
    border-radius: 20px;

}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: white;
    font-weight: normal;
    color: #454545;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.ui-slider-horizontal {
    height: .25em;
}

.ui-slider-horizontal {
    width: 100%;
}

.ui-widget-header {
    background: #fa3e6b;
}

.price-range-field {
    width: 60px;
    background-color: white;
    border: none;
    outline: none;
    color: black;
    font-size: 13px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    
   

}

.remove-drop-menu {
    min-width: 130px !important;
    height: 40px;

    border: 1px solid #F2F2F2;

}

.remove-link {
    font-size: 11px;
    text-align: right;




}

.remove-link:hover {
    color: white;
    background-color: var(--mainRed);

}

.check-drop-box {
    position: absolute;
    z-index: 99999;
    top: 210px;
    right: 40px;
    min-width: 130px !important;
    height: 70px;
    border: 1px solid #F2F2F2;
    background-color: white;
    display: none;
}

.wallet-drop-box {
    position: absolute;
    z-index: 99999;
    top: 156px;
    right: 40px;
    min-width: 130px !important;
    height: 70px;
    border: 1px solid #F2F2F2;
    background-color: white;
    display: none;
}

.panel-drop-down-item {

    text-align: right;
    padding: 8px 5px;
    color: #616161;
    font-size: 11px;

}

.panel-drop-down-item:not(.panel-drop-down-item:last-child) {


    border-bottom: 1px solid #F2F2F2;
}

.owl-dots{
    display: none!important;
}
.owl-nav{
    position: relative;
    top:-90px;
}
.owl-nav .owl-prev{
    position: absolute;
    top: -120px;
    right: -50px;
    border-radius :50% !important; ;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white!important;

}
.owl-nav .owl-next{
  
    position: absolute;
    top: -120px;
    left: -50px;
    width: 30px;
    height: 30px;
    border-radius :50% !important; ;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white!important;
   
}
.owl-theme .owl-nav [class*=owl-] {
    color: black!important;
    font-size: 20px!important;
    font-weight: bold;
}