.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline:0;
}
input:focus-visible {
    outline:0;
}

#breadcrumb-top {
    direction: rtl;
    margin-top: 20px;
}

.breadcrumb-top-item {
    display: flex;
    align-items: center;
     line-height:18px;
     flex: 0 0 auto;   
}
@media screen and (max-width: 768px){
    .breadcrumb-top {
        display: inline-block !important;
    }
    .breadcrumb-top-item{
        display: inline-block !important;
    }
}

.breadcrumb-top-item:last-child{
    flex: 1 1 auto;   
}
.breadcrumb-top-item a {
    font-size: 13px;
    color: #818181;
}

.breadcrumb-top-item span {
    font-size: 13px;
    color: #818181;
}

.breadcrumb-top-item i {
    font-size: 12px;
    color: #818181;
    /*margin-left: 8px;*/
    margin-right: 8px;
}

.dropdown-div {
    text-align: right;
}

.dropdown-div a:hover {
    color: #5d96ff;
}

.dropdown-div a {
    direction: rtl;
    margin-bottom: 4px;
}


/* ---------- search box --------- */


.i-result {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 52px;
    width: 500px;
    max-height: 320px;
    overflow-y: auto;
    z-index: 50;
    border: 1px solid #eee;
    /* display: none; */
    padding:10px;
    /* justify-content: center; */
    right: 0;
}
.i-result .not-products{
    font-size: 14px;
}

.link-search {
    border-radius: 5px;
}

.link-search {
    display: table;
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 10px;
    transition: .3s all;
}

.img-item-serach {
    display: table-cell;
}

.img-item-serach img {
    height: 80px;
    width: 80px !important;
}

.desc-item-serach {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-right: 10px;
}

.name-item-search {
   display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    margin: 0;
    color: #333;
    font-size: 14px;
}

.desc-item-serach .no-price {
    display: block;
    text-align: left;
    margin-top: 15px;
    font-size: 14px;
}

.desc-item-serach .okey-price {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #000;
}
.i-result .link-search .price-befor{
    font-size:14px;
    color:#757575;
}
.link-search:hover {
    background-color: #eeeeee9c;
}


/* ------------ END SEARCH --------------- */


/* ----------------BACK-MENU ------------------- */

.back-menu {
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vw;
    background-color: #000;
    opacity: .5;
    position: fixed;
    z-index: 100;
}

.back-menu2 {
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
    position: fixed;
    z-index: 200;
}

@media screen and (max-width: 992px) {
    .back-menu {
        display: none !important;
    }
}


/* ----------BASKET ------------------*/

.open-baskert {
    right: 0;
}

.baskert {
    position: fixed;
    width: 400px;
    top: 0;
    right: -100%;
    height: 100vh;
    background: #fff;
    z-index: 200;
    overflow: hidden;
    transition: .3s;
}

.open-baskert {
    right: 0;
}

.in-basket {
     width: calc(100% + 17px);
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.b-header {
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
    background: #fcfcfc;
}

.b-flag {
    font-family: "Ionicons";
    font-size: 54px;
    color: #EF2840;
    margin-bottom: 18px;
    display: inline-block;
    margin-top: 25px;
}

.baskert .name-bask {
    color: #333;
    font-size: 20px;
    margin-top: 25px;
}
.baskert .b-link {
    margin-top: 20px;
}



.close-basket {
    display: inline-block;
    transition: .3s;
    font-family: "Ionicons";
    font-size: 30px;
    color: #666;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.open-baskert {
    right: 0;
}

.baskert {
    position: fixed;
    width: 400px;
    top: 0;
    right: -100%;
    height: 100vh;
    background: #fff;
    z-index: 200;
    overflow: hidden;
    transition: .3s;
}

.open-baskert {
    right: 0;
}


textarea{
    resize: none;
}
.b-header {
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
    background: #fcfcfc;
}

.name-bask {
    color: #333;
    font-size: 18px;
    margin-top: 4px;
}

.b-link {
    display: inline-block;
    padding: 14px 17px;
    color: #fff;
    transition: .3s;
    font-size: 14px;
    border-radius: 8px;
    background: #007bff;
    border:1px solid #007bff;
    margin-top: 45px;
}

.b-link:hover {
    background-color: #fff;
    color: #007bff;
    border: 1px solid #007bff;
}

.close-basket {
    display: inline-block;
    transition: .3s;
    font-family: "Ionicons";
    font-size: 30px;
    color: #666;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.left-pro {
    display: table;
    width: 100%;
    padding: 10px 12px;
    text-decoration: none;
    transition: .3s;
    margin: 0;
}

.left-pro-23 {
    border-bottom: 1px solid #f4f4f4;
}

.img-left-pro {
    display: table-cell;
    width: 77px;
    height: 77px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    overflow: hidden;
}
.img-left-pro img{
    border:0;
}
.desc-left-pro {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
}

.name-desc-left-pro {
    font-size: 13px;
    line-height: 27px;
    color: #333;
    font-weight: 300;
    line-height: 23px;
    margin-top: 0;
    margin-bottom:8px;
}

.o-price {
    color: #EF2840;
    transition: .3s;
    font-size: 13px;
    font-weight: 600;
}

.d-price {
    color: #939593;
    font-size: 14px;
}

.alert-div {
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 1000;
    bottom: -120px;
    opacity: 1;
    right: 0;
    text-align: center;
    transition: 0.3s;
}

.alert-div-active {
    bottom: 70px;
    opacity: 1;
}

.main-alert-danger {
    background: #e12b2b;
    border: 1px solid #d22929;
}

.main-alert {
    display: inline-block;
    margin: 0 auto;
    height: auto;
    box-shadow: 0 0 10px #aaa;
    border-radius: 3px;
}

.dropdown-menu {
    text-align: right !important;
}

.link-tag {
    display: block;
}

.flag-message {
    display: inline-block;
    height: 50px;
    width: 50px;
    vertical-align: middle;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
}

.flag-message-danger {
    border-left: 1px solid #d22929;
}

.body-message {
    display: inline-block;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
}

.main-alert-success {
    background: #4caf50;
    border: 1px solid #449d48;
}

.flag-message-success {
    border-left: 1px solid #449d48;
}

.cart {
    border-right: 1px solid #eee;
    font-size: 1.5rem;
}

.cart span {
    font-family: "iransans";
    inset: 0;
    width: 1rem;
    height: 1rem;
    margin: auto 1rem 1rem auto;
    background-color: #ff3354;
    font-size: .7rem;
    line-height: 1.6;
}

.show-num-card {
    width: 23px;
    height: 23px;
    background: #EF2840;
    display: inline-block;
    color: #fff !important;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -13px;
    right: -10px;
    font-size: 12px !important;
}

@media screen and (max-width: 575px) {
    .baskert {
        width: 88%;
    }
}
@media screen and (max-width: 992px) {
    .in-basket {
        width: 100%;
    }
}
.body-static p {
    line-height: 1.8;
}

.desc-p-form {
    line-height: 1.6;
}

.control-label {
    margin-bottom: 5px;
}


/* ------------------ ALERT RSS AND OTHER ALERT BOXES ------------------- */

.rss-alert-active {
    display: block !important;
}

.alert {
    display: none;
}

.rss-t {
    cursor: unset !important;
}

.card-icon:hover .show-num-card {
    color: #fff !important;
}

.alert {
    font-size: 14px;
}

#profile-page {
    margin-top: 40px;
}

@media screen and (max-width: 992px) {
    #profile-page {
        margin-top: 155px;
    }
}

#w1 {
    font-size: 13px;
    line-height: 1.5;
    text-align: right;
}

#w1 .close {
    position: absolute;
    left: 10px;
}

#w0 {
    font-size: 13px;
    line-height: 1.5;
    text-align: right;
}

#w0 .close {
    position: absolute;
    left: 10px;
}

#w2 {
    font-size: 13px;
    line-height: 1.5;
    text-align: right;
}

#w2 .close {
    position: absolute;
    left: 10px;
}


.dropdown-item{
    font-size:14px;
    padding: 0.35rem 1.5rem;
}
.dropdown-div a{
    margin-bottom: 10px;
}
.dropdown-div a:last-child{
    margin-bottom:0;
}
.gap-3{
    gap:1.5rem;    
}
.gap-2{
    gap:0.5rem;    
}
