@font-face {
    font-family: "Vazir";
    src: url("../assets/fonts/Vazir.ttf") format("truetype");
}

body{
    font-family: "Vazir" !important;
    background-color: #f7f6f6 !important;
    font-size: 18px !important;
    /* background-color: #474e55 !important; */
    /* background-color: #949fa9 !important; */
}

a{text-decoration: none !important;}

p{margin: 0px;}

td, th{
    vertical-align: middle !important;
    text-align: center !important;
}

label{
    font-size: 17px;
    font-weight: bold;
    margin: 15px 6px 0px 0px !important;
}

.text-justify{text-align: justify !important;}
.cursor-pointer{cursor: pointer !important;}
.line-height-0{line-height: 0 !important;}
.shadow-1{box-shadow:0px 0px 7px 0px rgba(0,0,0,0.4);}
.shadow-1-1{box-shadow:0px 0px 4px 1px rgba(0,0,0,0.6);}
.shadow-2{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.6);}
.shadow-1-gold{box-shadow:0px 0px 7px 0px rgba(255, 217, 0, 0.8);}
.shadow-2-darkgold{box-shadow:0px 0px 10px 0px rgba(184, 134, 11, 0.8);}
.shadow-1-purple{box-shadow:0px 0px 7px 0px rgba(198, 0, 198, 0.8);}
.shadow-2-darkpurple{box-shadow:0px 0px 10px 0px rgba(120, 0, 120, 0.8);}

.fs-10px{font-size: 10px !important;}
.fs-12px{font-size: 12px !important;}
.fs-14px{font-size: 14px !important;}
.fs-16px{font-size: 16px !important;}
.fs-18px{font-size: 18px !important;}
.fs-20px{font-size: 20px !important;}
.fs-22px{font-size: 22px !important;}
.fs-24px{font-size: 24px !important;}
.fs-26px{font-size: 26px !important;}
.fs-28px{font-size: 28px !important;}
.fs-30px{font-size: 30px !important;}
.fs-32px{font-size: 32px !important;}
.fs-36px{font-size: 36px !important;}
.fs-40px{font-size: 40px !important;}

.navbar{transition: all .8s;}
.navbar-scroll{
    /* background-color: #212529; */
    background-color: #191D21;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}

#loading-ico{
    top: 0 !important;
    position: fixed !important;
    z-index: 1100 !important;
    width: 100% !important;
    height: 100% !important;
    /* display: flex !important; */
    flex-direction: column !important;
    align-items: center;
    background-color: white !important;
    opacity: 70% !important;
    direction: rtl !important;
}

header{background-color: unset in !important;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p{line-height:1.8 !important;}

.bg-inherit{background-color: inherit !important;}
.bg-white{background-color: #ffffff !important;}
.bg-lprimary{background-color: #2db6fa !important;}
.bg-lsuccess{background-color: #08da4e !important;}
.bg-lwarning{background-color: #f68c09 !important;}
.bg-ldanger{background-color:#ff00002b !important;}
.bg-lightWarning{background-color: #ffbf0040 !important;}
.bg-lightPurple{background-color: #C743EE40 !important;}
.bg-lightDarkgold{background-color: #B5840B40 !important;}
.bg-lightSuccess{background-color: #19875740 !important;}
.bg-lightPrimary{background-color: #0D6EFD40 !important;}
.bg-lightSecondary{background-color: #6C757D40 !important;}
.bg-gold{background-color:gold !important;}
.bg-middlegold{background-color:#eaa826 !important;}
.bg-darkgold{background-color:darkgoldenrod !important;}
.bg-veryLighteBlue{background-color: #eaeaff !important;}
.bg-veryLighteGreen{background-color: #daffda !important;}

.text-lprimary{color: #2db6fa !important;}
.text-lsuccess{color: #08da4e !important;}
.text-lwarning{color: #f68c09 !important;}
.text-purple{color:#C743EE !important;}
.text-darkpurple{color:#430755 !important;}
.text-gold{color:gold !important;}
.text-middlegold{color:#eaa826 !important;}
.text-darkgold{color:darkgoldenrod !important;}

.btn-purple{background-color:#C743EE !important;}
.btn-darkpurple{background-color:#430755 !important;}
.btn-gold{background-color:gold !important;}
.btn-darkgold{background-color:darkgoldenrod !important;}

.uuuu a{
    font-size:15px;
    word-spacing:-4px;
}
.uuuu .nav-link{
    font-weight:bold;
    color: #eaa826;
}

/* remove dropdowns after */
.dropdown-toggle::after{display: none !important;}

/* moment alerts */
.momentAlertBox{
     padding:10px !important;
     position:fixed;
     top:0;
     left:0;
     right:0;
     z-index:2000;
}
/* alerts */
.alertBox{
     padding:10px !important;
     position:fixed;
     top:0;
     left:0;
     right:0;
     z-index:1030;
}

/* header */
header{
    direction: rtl;
    /*box-shadow:0px 5px 10px 0px rgba(0,0,0,0.2);*/
    height:60px;
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:1029;
}


/* header btn */
.btn-custom-hover:hover {
    color: black !important;
    background-color: gold !important;
}
.btn-custom-hover:active {
    color: white !important;
    background-color: darkgoldenrod !important;
}

/* comments */
.comments p{margin: 0;}

/* faqs */
.faqs a{
    text-decoration: none;
    border-radius: 3rem 3rem 0 0 !important;
}

.accordion-button:not(.collapsed){
    color: inherit;
    cursor: pointer;
}
.accordion-button:not(.collapsed)::after{
    color: inherit;
    cursor: pointer;
}

.accordion-button:not(.collapsed){
    background-color: white;
    border-radius: 1rem 1rem 0 0;
}

/* Footer */
.footer td i{
    color: darkgoldenrod;
    margin-top: 0.4rem;
    margin-left: 0.5rem;
}
.footer td a{
    text-decoration: none;
    color: white;
}
.footer hr{
    border-bottom:3px solid #0dcaf0;
    margin:0px;
    margin-bottom:10px;
}
.ulli i{margin:0 !important;}

.footer-social > a{padding:5px;}
.footer-social > a > img{width:35px;}

/* Mini Category */
.index-mini-cat{ margin:10px 0px;}
.index-mini-cat div{
    background: linear-gradient(#c13584,#e1306c,#fd1d1d,#f56040,#f77737);
    border-radius: 50%;
    padding: 3px;
    margin: auto;
    width: 100% !important;
    height: 100% !important;
}
/*@media (max-width: 768px) {*/
/*    .index-mini-cat div{*/
/*        background: linear-gradient(#c13584,#e1306c,#fd1d1d,#f56040,#f77737);*/
/*        border-radius: 50%;*/
/*    }*/
/*}*/
.index-mini-cat div a{
    display: block;
    position: relative;
    width: 100% !important;
    height: 100% !important;
    padding: 3px;
    background-color: white;
    border-radius: 50%;
}
.index-mini-cat div a img{
    width: 100% !important;
    height: 100% !important;
    /*min-height: 145px !important;*/
    /* border-radius: 50% !important; */
}
@media (max-width:768px){
    .index-mini-cat div a img{
        /*min-height: 100px !important;*/
    }
}
.index-mini-cat p{
    line-height: 20px !important;
    text-align: center;
    margin: 5px 0px 0px 0px;
    font-weight: bold;
    font-size: 15px;
    color: #0f0f68;
}

/* product card */
.product-card{
    display: flex !important;
    min-height: 320px;
    flex-direction: column !important;
    position: relative !important;
    align-items: center !important;
    justify-content: space-between;
    background-color:white !important;
    box-shadow:0px 0px 10px 0 black !important;
    border-radius:15px !important;
    margin:0px 5px 25px 5px !important;
}
.swiper-slide .product-card{
    margin-bottom: 0px !important;
}
.product-card .product-badge-danger, .product-card .product-badge-purple{
    position:absolute !important;
    text-align:center !important;
    padding-top: 1px !important;
    color: white;
    border-radius: 5px;
}
.product-card .product-badge-danger{
    top: 0;
    left: -4px;
}
.product-card .product-badge-purple{
    top: 0;
    right: -4px;
}
.product-card > .product-badge-purple > span{
    background-color: #be29eb;
    border-radius: 0px 15px 0px 15px;
    padding: 0px 5px;
}
.product-card > .product-badge-danger > span{
    background-color: orangered;
    border-radius: 15px 0px 15px 0px;
    padding: 0px 5px;
}
.product-card  .product-name{
    display: flex !important;
    align-items: center !important;
    font-size:15px !important;
    font-weight: bold !important;
    text-align: center;
    margin-bottom:5px !important;
    line-height:1.4 !important;
    height:75px !important;
    overflow-y: hidden;
    padding: 0px 5px;
}
.product-card .imagecolor{
    width: 100%;
    text-align: center;
    height: 175px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5px 5px 5px;
}
.swiper-slide .product-card .imagecolor{
    justify-content: center;
}
.product-card > .imagecolor > a{
    width: 90% !important;
    height: 100% !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}
.product-card > .imagecolor > a > img{
    max-width: 100% ;
    max-height: 100%;
}
.product-card > .imagecolor > .color{
    display: flex !important;
    flex-direction: column !important;
    position: absolute !important;
    left: 0px !important;
}
.product-card > .imagecolor > .color > a{
    margin: 3px 0px;
}
.product-card .product-p-price{
    margin:5px 0px 0px 0px;
    font-size:16px;
    color:#edc800;
    display: flex;
    align-items: end;
}
.product-card .product-p-price span{
    font-weight:bold;
}
.product-card .product-p-price .bdg{
    font-weight: bold !important;
    font-size: 13px !important;
    background-color:red !important;
    color:white !important;
    border-radius:50% !important;
    padding: 6px 2px 4px 2px !important;
    margin-right: 5px !important;
    text-decoration: none !important;
    display: block;
    min-width: 32px;
    text-align: center;
}
.product-card .product-p-discount{
    direction: rtl !important;
    color:red;
    font-weight: bold;
    margin: -7px 0px 0px 0px;;
    min-height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px !important;
    padding-bottom: 10px;
}
.product-card .slider-dis{
    box-shadow: 0px 3px 10px 2px rgba(0,0,0,0.1) !important;
}
.product-card > .product-discount{
    direction: ltr !important;
    color:gray;
    margin: 0px;
    min-height: 30px;
    text-align: center;
}
.product-card > .product-discount > .bdg{
    font-weight:bold;
    font-size:10px;
    background-color:red;
    color:white;
    border-radius:50%;
    padding: 6px 5px 4px 5px;
    margin-right: 10px;
}
.product-card > .product-price{
    margin:0px 0px 0px 0px;
    font-size:15px;
    color:#edc800;
}
.product-card > .product-price > span{
    font-weight:bold;
    font-size: 20px;
}
.product-mini-details{
    position: relative !important;
    align-items: center !important;
    background-color:white !important;
    box-shadow:0px 0px 10px 0 rgba(0,0,0,0.3) !important;
    border-radius:20px !important;
    margin:20px 0px !important;
}

/* Product Slider Card */
.s-product-card{
    display: flex !important;
    min-height: 320px;
    flex-direction: column !important;
    position: relative !important;
    align-items: center !important;
    justify-content: space-between;
    background-color:white !important;
    box-shadow:0px 0px 10px 0 black !important;
    border-radius:15px !important;
    margin:0px 5px 25px 5px !important;
}
.swiper-slide .s-product-card{
    margin-bottom: 0px !important;
}
.s-product-card > .product-badge-danger, .s-product-card > .product-badge-purple{
    position:absolute !important;
    text-align:center !important;
    padding-top: 1px !important;
    color: white;
    border-radius: 5px;
}
.s-product-card > .product-badge-danger{
    top: 0;
    left: -4px;
}
.s-product-card > .product-badge-purple{
    top: 0;
    right: -4px;
}
.s-product-card > .product-badge-purple > span{
    background-color: #be29eb;
    border-radius: 0px 15px 0px 15px;
    padding: 0px 5px;
}
.s-product-card > .product-badge-danger > span{
    background-color: orangered;
    border-radius: 15px 0px 15px 0px;
    padding: 0px 5px;
}
.s-product-card > .product-name{
    display: flex !important;
    align-items: center !important;
    font-size:15px !important;
    font-weight: bold !important;
    text-align: center;
    margin-bottom:5px !important;
    line-height:1.4 !important;
    height:60px !important;
    overflow-y: hidden;
    padding: 0px 5px;
}
.s-product-card > .imagecolor{
    width: 100%;
    text-align: center;
    height: 175px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5px 5px 5px;
}
.swiper-slide > .s-product-card > .imagecolor{
    justify-content: center;
}
.s-product-card > .imagecolor > a{
    width: 90% !important;
    height: 100% !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}
.s-product-card > .imagecolor > a > img{
    max-width: 100% ;
    max-height: 100%;
}
.s-product-card > .imagecolor > .color{
    display: flex !important;
    flex-direction: column !important;
    position: absolute !important;
    left: 0px !important;
}
.s-product-card > .imagecolor > .color > a{
    margin: 3px 0px;
}
.s-product-card > .product-p-price{
    margin:5px 0px 0px 0px;
    font-size:16px;
    color:#edc800;
    display: flex;
    align-items: end;
}
.s-product-card > .product-p-price span{
    font-weight:bold;
}
.s-product-card > .product-p-price .bdg{
    font-weight: bold !important;
    font-size: 13px !important;
    background-color:red !important;
    color:white !important;
    border-radius:50% !important;
    padding: 6px 2px 4px 2px !important;
    margin-right: 5px !important;
    text-decoration: none !important;
    display: block;
    min-width: 32px;
    text-align: center;
}
.s-product-card > .product-p-discount{
    direction: rtl !important;
    color:red;
    font-weight: bold;
    margin: -7px 0px 0px 0px;;
    min-height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px !important;
    padding-bottom: 10px;
}
.s-product-card > .slider-dis{
    box-shadow: 0px 3px 10px 2px rgba(0,0,0,0.1) !important;
}
.s-product-card > .product-discount{
    direction: ltr !important;
    color:gray;
    margin: 0px;
    min-height: 30px;
    text-align: center;
}
.s-product-card > .product-discount > .bdg{
    font-weight:bold;
    font-size:10px;
    background-color:red;
    color:white;
    border-radius:50%;
    padding: 6px 5px 4px 5px;
    margin-right: 10px;
}
.s-product-card > .product-price{
    margin:0px 0px 0px 0px;
    font-size:15px;
    color:#edc800;
}
.s-product-card > .product-price > span{
    font-weight:bold;
    font-size: 20px;
}

/* slider products card */
/* .slider-pc{
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    align-items: center !important;
    height:370px;
    width: 225px;
    justify-content: space-between;
    background-color:white !important;
    box-shadow:0px 0px 10px 0 rgba(0,0,0,0.3) !important;
    border-radius:20px 20px 10px 10px !important;
    margin:20px auto 20px auto !important;
}
.slider-pc .product-badge{
    position:absolute !important;
    text-align:center !important;
    padding-top: 2px !important;
}
.slider-pc .product-badge > span{
    padding: 1px 10px !important;
    border-radius: 0 0 10px 10px !important;
    font-weight: bold !important;
}
.slider-pc .slider-p-badge{
    position:absolute !important;
    text-align:center !important;
    padding-top: 1px !important;
    font-size: 14px !important;
}
.slider-pc .slider-p-badge > span{
    background-color: #be29eb !important;
    width: fit-content !important;
    padding: 1px 10px !important;
    border-radius: 0 0 10px 10px !important;
}
.slider-pc .slider-p-name{
    font-size:16px !important;
    font-weight: bold !important;
    text-align: center;
    margin-top:35px !important;
    margin-bottom:10px !important;
    line-height:1.4 !important;
    min-height:45px !important;
    padding: 0px 15px !important;
    display: flex;
    align-items: center;
}
.slider-pc a img{
    width:auto !important;
    height:140px !important;
    border-radius: 5px;
}
.slider-pc .slider-p-colors{
    margin-top:5px;
    min-height:15px;
}
.slider-icons{
    display: flex !important;
    justify-content: center !important;
    background-color: unset !important;
    width:100% !important;
    height:42px !important;
    margin:3px 0px 0px 0px !important;
    padding:0px !important;
}
.slider-icons-div{
    background-color:#faeaff !important;
    display: flex !important;
    justify-content: center !important;
    width:100% !important;
    margin:0px !important;
    padding:3px 0px 4px 0px !important;
}
.slider-icons span{
    line-height:33px !important;
    padding:0px 10px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slider-icons span img{
    max-width:20px !important;
    max-height:20px !important
}
.slider-icons span p{
    font-size:9px !important;
    font-weight:unset !important;
    margin:3px 0 0 0 !important;
}
.slider-icons i{
    border-left:1px solid gray !important;
    margin:6px 0px !important;
}
.slider-pc .slider-p-discount{
    direction: rtl !important;
    color:red;
    font-weight: bold;
    margin: -7px 0px 0px 0px;;
    min-height: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 33px !important;
}
.slider-pc .slider-p-discount .bdg{
    font-weight: bold !important;
    font-size: 13px !important;
    background-color:red !important;
    color:white !important;
    border-radius:50% !important;
    padding: 6px 2px 4px 2px !important;
    margin-right: 5px !important;
    text-decoration: none !important;
}
.slider-pc .slider-p-price{
    margin:5px 0px 0px 0px;
    font-size:16px;
    color:#edc800;
}
.slider-pc .slider-p-price > span{
    font-weight:bold;
} */

.slider-dis{
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    --bs-gutter-x: 0px;
    width: 100%;
    min-height:55px;
    text-align: center;
    box-shadow: 0px 2px 5px 3px green;
    /* border-radius: 0px 0px 10px 10px !important; */
    overflow: hidden;
}
.p1tt{
    position: relative;
    background-color:#98ff98;
    min-height: inherit;
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    font-weight: bold;
}
.p1tt .span1{
    color:red !important;
    font-size:13px !important;
    position: absolute;
    top: 4px;
    left: 0px;
    background-color: #fff654;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #ff3b3b;
    padding: 7px 1px 1px 1px;
}
.p1tt .span2{
    color:darkblue !important;
    line-height:17px !important;
}
.p2tt{
    background-color:#f87878;
    background-color:#98ff98;
    padding: 10px 10px;
    min-height:inherit;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    align-items: end;
}
.ttt{
    display: flex;
    flex-direction: column;
    margin-left: 1px;
    margin-right: 1px;
}
.p1ttt{
    color: white;
    font-size: 16px !important;
    background-color: red;
    border-radius: 50%;
    padding: 9px 9px 3px 9px;
}

/* slider products card */
/* .slider-pc2{
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    align-items: center !important;
    height: 360px;
    width: 170px;
    justify-content: space-between;
    background-color: white !important;
    box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 30%) !important;
    border-radius: 35px !important;
    margin: 20px auto 20px auto !important;
}
.slider-pc2 > .slider-p-badge2{
    position:absolute !important;
    text-align:center !important;
    padding-top: 1px !important;
    font-size: 14px !important;
}
.slider-pc2 > .slider-p-badge2 > span{
    background-color: #be29eb !important;
    width: fit-content !important;
    padding: 1px 10px !important;
    border-radius: 0 0 10px 10px !important;
}
.slider-pc2 > .slider-p-name2{
    font-size:16px !important;
    font-weight: bold !important;
    text-align: center;
    margin-top:30px !important;
    margin-bottom:5px !important;
    line-height:1.05 !important;
    min-height:30px !important;
    padding: 0px 15px !important;
}
.slider-pc2 > a > img{
    width:auto !important;
    height:150px !important;
    border-radius: 5px;
}
.slider-pc2 .slider-p-colors2{
    margin-top:5px;
    min-height:15px;
}
.slider-icons2{
    display: flex !important;
    justify-content: center !important;
    background-color:#faeaff !important;
    width:100% !important;
    height:40px !important;
    margin:0px !important;
    padding:4px 0px !important;
}
.slider-icons2 > span{
    line-height:33px !important;
    padding:0px 10px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slider-icons2 > span > img{
    max-width:20px !important;
    max-height:20px !important
}
.slider-icons2 > span > p{
    font-size:9px !important;
    font-weight:unset !important;
    margin:3px 0 0 0 !important;
}
.slider-icons2 > i{
    border-left:1px solid gray !important;
    margin:6px 0px !important;
}
.slider-pc2 > .slider-p-discount2{
    direction: ltr !important;
    color:gray;
    margin: 5px 0px 0px 0px;;
    min-height: 30px;
    text-align: center;
    font-size: 12px;
}
.slider-pc2 > .slider-p-discount2 > .bdg{
    font-weight: bold !important;
    font-size: 13px !important;
    background-color:red !important;
    color:white !important;
    border-radius:50% !important;
    padding: 6px 2px 4px 2px !important;
    margin-right: 5px !important;
    text-decoration: none !important;
}
.slider-pc2 > .slider-p-price2{
    margin:-12px 0px 5px 0px;
    font-size:16px;
    color:#edc800;
}
.slider-pc2 > .slider-p-price2 > span{
    font-weight:bold;
} 
*/

/* use in register.php */
.regLog form, .regLog .fildsBox{
    background-color: white;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 40%);
    border-radius: 20px;
    margin: 5px 20px;
    padding: 20px 30px;
    direction: rtl;
}
.regLog label{
    font-weight: bold;
}
.regLog legend{
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    margin: 0;
}

/* phones.php */
/* #setedColor{
    background-color: #b63bc8;
    color: white;
    border: 0;
}
.fsshadow{
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgb(0,0,0,0.6);
    padding: 5px 10px;
}
.fsshadow label{
    padding: 7px 15px;
    line-height: 15px;
    background-color: #b842df;
    border-radius: 4px;
    margin-left: 5px;
    color: white;
}
.fpshadow{
    border-radius:10px;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.6);
    padding:4px 5px;
}
.fpshadow > input{
    display: none !important;
}
.fpshadow > label > span{
    padding:5px;
    background-color:inherit;
    border:0;
}
.fbshadow{
    border-radius:10px;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.6);
    padding:2px 2px;
    height: 100%;
}
.ftshadow{
    border-radius:10px;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.6);
    padding:10px 5px;
}
.ftshadow input:checked{
    background-color: #bb3dbb;
} */

/* product.php */
#setSrc{
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.8);
    border-radius: 5px;
}
.setSrc{
    max-width:45px;
    max-height:60px;
    margin-left:4px;
    margin-right:4px;
    cursor:pointer;
}
.scrollC::-webkit-scrollbar {
    width: auto;
    background-color: #F5F5F5;
    height: 5px;
}
.scrollC::-webkit-scrollbar-thumb {
    background-color: #aa0ed1;
    border-radius: 10px;
}
.scrollC::-webkit-scrollbar-track {
    background-color: #efc4f0;
    border-radius: 10px;
}

/* select2-selection--single */
.select2-selection--single{
    height: 37px !important;
    padding-top: 5px;
    text-align: center;
}

/* Count Down styles */
.countdown div {
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    margin: 3px 10px 0px 10px;
    width: 60px;
    padding: 10px 0px;
}
.countdown .countdownp{
    text-align: center;
    margin:0;
    font-size:18px;
    font-weight:bold;
    padding:0 20px 0 0;
    color:darkgreen;
}
.countdown div .cddp1{
    line-height:25px !important;
    margin: 0px;
    color: purple;
    font-size: 22px;
}
.countdown div .cddp2{
    line-height:20px !important;
    margin: 0px;
    color: darkgreen;
}
@media (max-width: 575px) {
    .countdown div {
        width: 50px;
    }
    .countdownp{
        font-size: 17px;
    }
}
/* Statistics */
.Statistics{
    margin-bottom: 30px;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 80%);
    padding: 10px;
    border-radius: 10px;
    background-color: #e3dfeb;
}
.StatisticsLegend{
    margin: 0px 0px 10px 0px;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    /* text-shadow: -5px 9px 5px rgb(0 0 0 / 35%); */
}
.StatisticsNaming{
    position: relative;
    margin: 5px 0px;
    border: 1px solid black;
    box-shadow: 0 0 4px 2px rgb(0 200 100 / 80%);
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 10px 4px 0px;
    background-color: white;
}
.StatisticsCounting{
    position: absolute;
    left: 5px;
    top: 5px;
    line-height: 15px;
    padding: 6px 9px 3px 9px;
    color: black;
    border-radius: 7px;
    background-color: white;
    box-shadow: 0px 0px 5px 1px black;
}
/* .today{background-color: #00b12340;}
.lastDay{background-color: #e7017840;}
.lastWeak{background-color: #00afaf50;}
.lastMonth{background-color: #0126e740;}
.allInfo{background-color: #e4a30040;}
.today .StatisticsCounting{background-color: #00b123;}
.lastDay .StatisticsCounting{background-color: #e70178;}
.lastWeak .StatisticsCounting{background-color: #00afaf;}
.lastMonth .StatisticsCounting{background-color: #0126e7;}
.allInfo .StatisticsCounting{background-color: #e4a300;} */

/* Product Detiales */
.prInfoBox{
    max-height:500px !important;
    overflow-y:scroll;
}
.prInfoBox::-webkit-scrollbar {
    width: auto;
    background-color: #F5F5F5;
    width: 6px;
}
.prInfoBox::-webkit-scrollbar-thumb {
    background-color: #aa0ed1;
    border-radius: 10px;
}
.prInfoBox::-webkit-scrollbar-track {
    background-color: #efc4f0;
    border-radius: 10px;
}
.prInfoBox hr{
    margin:8px 0px 7px 0px;
    width:60%;
    color:#c0c0c0;
    margin-right:auto;
    border-top:2px solid;
    margin-left:15px;
}
.prInfoBox .prInfoItem{
    background-color:#ededed;
    padding:5px;
    border-radius:6px;
    display:flex;
    align-items:center;
    margin-left:15px;
}
.prInfoBox .prInfoItem .prInfoProp{
    width:40%;
    padding-right:15px;
    color:#8d8d8d;
}
.prInfoBox .prInfoItem .prInfoVal{
    width:60%;
    color:#444444;
    padding-top: 4px;
}
@media(min-width:768px){
    .prInfoBox hr{width:80%;}
    .prInfoBox .prInfoItem .prInfoProp{width:20%;}
    .prInfoBox .prInfoItem .prInfoVal{width:80%;}
}

/* Comparison boxes */
.compPrD{
    position:relative;
    margin:0px auto;
    box-shadow:0px 0px 10px 0px;
    padding:10px 10px 10px 10px;
    border-radius:10px;
    text-align: center;
    justify-content: center;
}
.compPrD button{
    width:35px;
    position:absolute;
    top:0px;
    left:10px;
    font-size:35px;
}
.compPrD img{
    width:200px;
    height:200px;
    margin-top:30px;
    border-radius:10px;
    padding:0;
}
.tbodyD tr td , .tbodyD tr th{
    border-radius:10px;
    border:0;
    text-align:justify;
    padding: 20px;
}
.tbodyD tr td p{
    margin: 0;
    display: flex;
    justify-content: center;
}

/* map and our description on */
.miniABox{
    border-radius: 10px;
    box-shadow: 0 0 12px 3px #02ca53;;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 5px;
}
.miniATitle{
    margin-bottom: 15px !important;
    font-weight: bold;
    font-size: 20px;
    color: #b600b6;
}
.miniADesc{
    font-weight: bold;
    font-size: 17px;
    color: #0070ca;
}

/* swiper */
.swiper-pagination{bottom:-8px !important;}

/* bdg */
.bdg-red{
    font-weight: bold;
    font-size: 9px;
    border: 1px solid red;
    padding: 0px 3px 1px 3px;
    margin: 0px 5px 0px 0px;
    border-radius: 7px;
    color: white !important;
    background-color: red;
}

/* comment box */
.com{
    padding: 3px 10px 8px 10px;
    box-shadow: 0 0 3px 0px rgb(0 0 0 / 60%);
    border-radius: 10px;
    background-color: white;
}
.com-fd{
    display: flex;
    justify-content: space-between;
    margin: 5px 0px;
}
.com-fd-date{
    font-weight: bold;
    font-size: 12px;
    color: #686868;
}
.com-text{
    margin: 0;
    text-align: justify;
    line-height: 26px !important;
    font-size: 16px;
    color: #707070;
    padding: 0px 5px;
}
/* comment box */
.com-answer{
    margin: 10px 0px 0px 0px;
    background-color: #f4f4f4;
}


.rembtn, .addbtn{
    cursor:pointer;
    font-size:30px;
    height:fit-content;
}

.btnsbox{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: absolute !important;
    left: 30px !important;
    /* top: 1px !important; */
}

/* New Products */
.values-box, .main-info-box{margin: 10px;}
.values-property, .main-info-property{
    font-size: 18px;
    font-weight: bold;
    color: blue;
    border: 1px solid #e2e2e2;
    padding: 3px 8px;
    border-radius: 6px;
    height: fit-content;
}
.values-description, .main-info-description{
    font-size: 15px;
    color: gray;
    border: 1px solid #e2e2e2;
    padding: 5.7px 8px;
    border-radius: 6px;
    height: fit-content;
}
.main-info-property{color:purple;}

.StatisticsNaming-danger{
    position: relative;
    margin: 5px 0px;
    border: 1px solid #5c5c5c;
    box-shadow: 0 0 4px 2px rgb(200 0 0 / 50%);
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 10px 4px 0px;
    background-color: #f0efef;
}
.StatisticsNaming-success{
    position: relative;
    margin: 5px 0px;
    border: 1px solid #5c5c5c;
    box-shadow: 0 0 4px 2px rgba(7, 200, 0, 0.5);
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 10px 4px 0px;
    background-color: #f0efef;
}

/* HR Title */
.hrtitle{
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    padding: 40px 0px 20px 0px;
}
.hrtitle span{
    margin: 0px 20px !important;
    font-size: 20px !important;
    font-weight: bold !important;
    /* border: 1px solid #0007806e; */
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0px 0px 10px 5px #ff000070;
}
.hrtitle hr{
    border-top: 3px solid green !important;
    width: 100% !important;
    flex: 1 0 0%;
    margin: 0 !important;
    opacity: .5 !important;
}

/* priority */
.inpfc{
    width: 80px;
    padding: 4px 10px 1px 5px;
}
.fa{
    cursor:pointer;
}
.prioritydiv{
    width: fit-content;
    border: 1px solid gray;
    border-radius: 5px;
}


.page-title{
    padding: 7px;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    border-radius: 10px;
    background-color : #62c062;
    box-shadow: 0px 0px 10px -2px red;
    position: relative;
}

/* Show Password Btn (i) */
#spb{
    position: absolute;
    top: 57px;
    right: 20px;
    font-size: 19px;
    color: #4b4b4b;
    cursor: pointer;
}

/* Show Object Info Page Items (/admin/x_info.php) */
.infobox{
    box-shadow: 0px 0px 5px 0px #c4c4c4;
    padding: 5px;
    border-radius: 5px;
    background-color: white;
    min-height: 75px;
}
.infoval{
    font-size: 19px;
    font-weight: bold;
    color: #000078;
    text-align: center;
    margin: 0px;
}
.infoprp{
    font-size: 17px;
    text-align: center;
    margin: 0px;
}
