/*
@media (max-width: 565px) {
    .basket-reg-button{
        text-align: left !important;
        position: relative;
    }
    .search-form {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .btn-mobile-menu{
        display: inline-block !important;
    }
    .logo-site{
        margin: auto !important;
        text-align: left;
        width: 100% !important;
    }
    .search-form{
        margin-left: 0 !important;
    }
    .basket-reg-button{
        text-align: center;
    }
    .form-login{
        width: 100% !important;
    }
    .img-login-width{
        width: 100% !important;
    }
    .img-login{
        height: 250px;
    }
    .logo-site img{
        width: 70% !important;
    }

}
*/

.searchbox-filter {
    position: absolute;
    width: 100%;
    z-index: 10000000;
    display: none;
    overflow: hidden;
    margin-top:3.7em;
    min-height:200px;
}

#searchIng{
    height: 45px;
    margin-bottom: 3px;
}

.cat-show-search{
    height: 18@
        0px;
    overflow: hidden;
}

.horizontal-line{
    border-color: #bebebe;
}

/*
.search-cat-siwper{
    width: 50px;
}
*/

.search-cat-siwper img {
  width: 80%;
  margin-right: 1em;
  border-radius: 10px;
}


@media (max-width: 992px) {
    .searchbox-filter {
        width: 90%;
    }
    
    .search-cat-siwper{
    width: 50px;
    margin: auto;
}
}

@media (max-width: 768px) {
    .searchbox-filter {
        width: 90%;
    }
}


@media (max-width: 992px) {
    .form-modal-sec {
        width: 90%;
    }
    
     .landern {
        margin-bottom: 5px;
    }
    
    .logo-site {
        position: absolute !important;
        left: 15px !important;
    }

}

@media (min-width: 992px) {
    .form-modal-sec {
        width: 50%;
    }

    .logo-site {
        width: 80px !importnat;  
    }
}


@media (min-width: 768px) {
    .basket-sec {
        width: 400px !important;
    }

}

@media (min-width: 768px) {
    .log-sec {
        width: 400px !important;
    }

}


.search-form input:focus {
    background-color: rgba(117, 117, 117, 0.18);
    color: var(--text-muted);
    box-shadow: none;
}

.search-form input::placeholder {
    color: var(--text-muted);
    font-size: 14px;
    opacity: 0.5;
}

.basket-reg-button a {
    border: 1px solid var(--border-muted);
    padding: 5px 20px;
    color: var(--text-muted);
}

.basket-reg-button a:hover {
    border: 1px solid var(--main-color-two);
    border-radius: 15px;
    color: var(--main-color-two);
}

.basket-reg-button a i {
    top: 2px;
}

.btn-mobile-menu {
    display: none;
}


.logo-site {
    width: 120px;
}

.logo-site img {
    width: 100%;
}

/* start mega menu */


.mega-menu {
    background: #fff;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    /*margin-top: -20px;*/
    margin-bottom: 10px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    /* required */
    z-index: 1000;
	border-top: none !important;
}

.top-menu-menu ul {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.top-menu-menu ul li {
    margin-left: 20px;
}

.top-menu-menu > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.top-menu-menu ul > li > a {
    font-size: 14px;
    padding: 12px 0px;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}

.top-menu-menu ul li a i {
    margin-right: 4px;
    font-size: 20px;

    transition: 0.3s all ease-in;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
}

.top-menu-menu ul li a i.bi-chevron-down::before {
    transition: 0.3s all ease-in;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
}

.top-menu-menu ul li a:hover .bi-chevron-down::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.top-menu-menu ul > li > a:hover {
    color: var(--color-site);
}

.top-menu-menu ul > li > ul {
    position: absolute;
    align-items: flex-start;
    top: 98%;
    right: 0;
    left: 0;
    background: var(--bg-site2);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 300px;
    padding: 20px 50px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}


.back-menu {
    background-position: bottom left !important;
    background-size: 300px !important;
}

.top-menu-menu ul > li > ul.back-menu-laptop {
    background: var(--bg-white) url("assets/images/5.png") no-repeat;
    background-position: bottom left;
    background-size: 200px;
}

.top-menu-menu ul > li > ul > li {
    display: inline;
    margin-bottom: 5px;
    margin-left: 4%;
}

.top-menu-menu ul > li > ul > li > a {
    color: var(--color-site);
    display: block;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

.top-menu-menu ul > li > ul > li > a.title {
    color: var(--text-muted-three);
    font-weight: bold;
    position: relative;
}

.top-menu-menu ul > li > ul > li > a.title i {
    color: var(--text-muted-three);
    font-size: 10px;
    font-weight: bold;
}

.top-menu-menu ul > li > ul > li > a.title::before {
    content: '';
    position: absolute;
    right: -10px;
    width: 2.5px;
    height: 100%;
    background: var(--main-color-two);
}

.top-menu-menu ul > li > ul > li > a:hover {
    color: var(--main-color-two);
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
}

.top-menu-menu ul > li > ul > li > a.title:hover {
    color: var(--main-color-two);
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}


/****** mega menu img *****/

.mega-menu-bg{
    width: 200px;
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.mega-menu-bg img{
    width: 100%;
}


/* ///////////main menu /////////// */

.top-menu-menu ul.main-menu {
    display: none;
    /*    background: var(--bg-white);*/
    box-shadow: var(--bs-box-shadow-lg) !important;
    height: auto;
    min-width: 200px;
    position: absolute;
    top: 98%;
    left: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    transition: 0.4s all ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    height: 500px;
}

.top-menu-menu ul.main-menu.active {
    display: flex;
}

.main-menu-head {
    color: var(--bs-primary) !important;
}

.top-menu-menu ul.main-menu li {
    width: 200px;
    margin: 0;
    padding: 12px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.top-menu-menu ul.main-menu li a {
    display: block;
    padding: 0 10px;
}

.top-menu-menu ul.main-menu li a i {
    vertical-align: baseline;
    vertical-align: -webkit-baseline-middle;
    color: var(--text-muted-three);
    margin-left: 5px;
    float: none;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.top-menu-menu ul.main-menu li:hover {
    background: var(--bg-site);
}

.top-menu-menu ul.main-menu li:hover i {
    color: var(--main-color-two);
    font-weight: bolder;
}

.top-menu-menu ul.main-menu > li > ul.main-menu-sub {
    height: 100%;
    min-width: 200px;
    background: var(--bg-white);
    position: absolute;
    top: 0;
    right: 200px;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    transition: 0.4s all ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
}

.top-menu-menu ul.main-menu > li > ul.main-menu-sub li {
    max-width: 150px;
    padding: 0;
    margin-top: 4px;
    padding: 5px 0;
}

.top-menu-menu ul.main-menu > li {
    background-color: var(--bg-site2);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.main-menu-sub-active-li {
    background: var(--bg-white);
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.top-menu-menu ul.main-menu > li:hover {
    background: var(--bg-white);
}

.top-menu-menu ul.main-menu > li:hover a {
    color: var(--text-muted-three);
}

.top-menu-menu ul.main-menu > li a i {
    float: none;
}

.top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a {
    font-size: 14px;
}

.top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a:hover {
    color: var(--main-color-two);
}

.top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a.title {
    font-size: 15px;
    font-weight: bold;
}

.top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a.title i {
    font-weight: bolder;
    font-size: 14px;

}

.top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a.title::before {
    content: '';
    position: absolute;
    right: 0;
    width: 2.5px;
    height: 100%;
    background: var(--main-color-two);
}

.top-menu-menu ul.main-menu > li > ul.main-menu-sub li:hover {
    background: none;
}

.top-menu-menu li:hover ul.main-menu {
    opacity: 1;
    visibility: visible;
}


.main-menu-sub-active {
    opacity: 1 !important;
    visibility: visible !important;
}

.main-menu-sub-active-li > a {
    color: var(--text-muted-three) !important;
}

/* /////////// end main menu /////////// */

.top-menu-menu ul.level-one {
    align-items: unset;
    background-color: var(--bg-white);
    box-shadow: var(--bs-box-shadow-lg) !important;
    height: auto;
    min-width: 200px;
    position: absolute;
    top: 98%;
    left: auto;
    right: auto;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    transition: 0.4s all ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
}

.top-menu-menu ul.level-one li {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.top-menu-menu ul.level-one li a {
    display: block;
    padding: 0 10px;
}

.top-menu-menu ul.level-one li a i {
    font-size: 14px;
    vertical-align: middle;
    color: var(--text-muted-three);
    float: left;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.top-menu-menu ul.level-one li:hover {
    background: var(--text-muted-two);
}

.top-menu-menu ul.level-one li:hover i {
    color: var(--bg-white);
    font-weight: bolder;
}

.top-menu-menu ul.level-one li:hover a {
    color: var(--bg-white);
}

.top-menu-menu ul.level-one > li > ul.level-two {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    height: auto;
    min-width: 200px;
    background: var(--bg-site2);
    position: absolute;
    top: 0;
    right: 102%;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    transition: 0.4s all ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
}

.top-menu-menu li:hover ul.level-one {
    opacity: 1;
    visibility: visible;
}

.top-menu-menu li ul li:hover ul.level-two {
    opacity: 1;
    visibility: visible;
}

.top-menu-menu li ul li:hover ul.level-two li a {
    color: var(--color-site);
}

.top-menu-menu li ul li:hover ul.level-two li:hover a {
    color: var(--bg-white);
}


.top-menu-menu .nav-row {
    min-width: 550px !important;
    max-height: 520px !important;
}

.top-menu-menu .nav-row > li {
    width: auto !important;
}

.top-menu-menu .nav-row > li:hover {
    background: transparent;
}

.responsive-menu-icon {
    height: 100%;
}


.responsive-menu-icon {
    height: 100%;
}

.responsive-menu-icon i {

    font-size: 35px;
}

.rm-body {
    position: relative;
}

.rm-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 8888;
    transition: .8s all ease-in-out;
    -webkit-transition: .8s all ease-in-out;
    -moz-transition: .8s all ease-in-out;
    -ms-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
}

.rm-overlay.open {
    opacity: 1;
    visibility: visible;
}

.rm-items {
    overflow-y: scroll;
    padding: 20px 5px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 0;
    background: var(--bg-white);
    z-index: 99999;
    transition: .4s;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.rm-items.open {
    right: 0;
    width: 320px;
}

.rm-item-close {
    position: absolute;
    top: 5px;
    right: 5px;
}

.rm-item-close i {
    color: var(--color-site);
    font-size: 35px;
}

.rm-item-img {
    text-align: center;
}

.rm-item-img img {
    height: 70px;
    max-width: 100%;
}

.rm-item-search {
    margin: 10px 0;
}

.rm-item-search input.search-txt {
    background: var(--bg-site);
}

.rm-item-menu ul {
    height: auto;
    width: 100%;
    background: var(--bg-white);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}


.rm-item-menu li {
    padding: 10px 0;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.rm-item-menu li > ul {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.rm-item-menu li i {
    color: var(--color-site);
    font-size: 14px;
    font-weight: bold;

    margin-left: 5px;
}

.rm-item-menu li i::before {
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

.rm-item-menu li .showSubMenu.open i::before {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.rm-item-menu li a {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    color: var(--text-muted);
}

.rm-item-menu > li > ul > li {
    border-bottom: 1px solid var(--bg-site2);
}

.rm-item-menu > li > ul > li:nth-last-child(1) {
    border: none;
    margin-bottom: 0;
}

.rm-item-menu > li > ul > li > a {
    padding: 0 20px;
}

.rm-item-menu > li > ul > li > ul > li {
    border-bottom: 1px solid var(--bg-site2);
}

.rm-item-menu > li > ul > li > ul > li:nth-last-child(1) {
    border: none;
    margin-bottom: 0;
}

.rm-item-menu > li > ul > li > ul > li > a {
    padding: 0 30px;
}

.h-0 {
    height: 0 !important;
    opacity: 0;
    visibility: hidden;
}

ul.show {
    height: auto !important;
    opacity: 1;
    visibility: visible;
}

.showSubMenu {
    cursor: pointer;
    flex-grow: 1;
    float: left;
    display: block;
    text-align: left;
}

.bg-ul-f7 {
    background: var(--bg-site2) !important;
}

/* end mega menu */

.head-basket {
 /*   border-bottom: 2px solid #d9d9d9;*/
}

.head-basket .counter {
    width: 20px;
    height: 20px;
    left: 14px;
    bottom: 22px;
}

.head-basket .icon-basket {
    content: '';
    background: url("../images/icon_basket.png") no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

/*
.product-basket {
    overflow-y: scroll;
    height: 380px;
}
*/

#close-cart {
    /*
    margin-top: -60px;
    margin-left: 10px;
    cursor: pointer;
*/
}

.product-item {
    border-bottom: 1px solid #d7d7d7;
}

.product-item {
    border-bottom: 1px solid #d7d7d7;
}

.product-item .delete-basket:hover {
    cursor: pointer;
    color: #a21309;
}

.basket-counter input {
    width: 24px;
}

.basket-counter .pluss i {
    top: 5px;
}

.basket-counter .minuss i {
    font-size: 18px;
    top: 6px;
}

.product-description ul li {
    margin: 5px;
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    padding: 0px 5px;
}

.basket-pay p:last-child {
    font-weight: bold;
    margin: 0;
}

.basket-description .card .card-header i {
    line-height: 0;
    top: 5px;
}

.basket-description textarea {
    resize: none;
}

.btn-pay .btn-completion {
    background-color: var(--main-color-two);
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 100px;
    margin: 10px auto;
    display: block;
    font-size: 12px;
}

.btn-pay .btn-completion:hover {
    cursor: pointer;
    background-color: #009d61;
}

.btn-close-page .btn-close {
    left: 15px;
    top: 15px;
    z-index: 2;
}



.logo-mobile-mode{
    width: 100px;
}
.logo-mobile-mode img{
    width: 100%;
}

.form-register input {
    padding: 0 60px 0 10px !important;
    border-radius: 24px !important;
    border: none;
    background: rgba(0, 0, 0, 0.10);
    height: 60px;
    text-align: center;
}

.form-register button {
    padding: 0 60px 0 10px !important;
    border-radius: 24px !important;
    border: none;
    background: var(--main-color-two);
    height: 60px;
    font-size: 14px;
    text-align: center;
}

.form-register input:focus {
    padding: 0 60px 0 10px !important;
    border-radius: 24px !important;
    border: none;
    background: rgba(0, 0, 0, 0.17);
    height: 60px;
    font-size: 14px;
    text-align: center;
    box-shadow: none;
}

.form-register span {
    position: absolute;
    z-index: 10;
    background: none;
    border: none;
    border-radius: 20px;
    padding: 7px;
    margin: 5px;
}

.form-register .number-div span,
.botton-send span {
    background: rgba(255, 255, 255, 0.93);
    width: 54px;
    height: 50px;
    display: block;
    border-radius: 20px;
}

.form-register .number-div input::placeholder {
    text-align: center;
}

.form-register button:hover {
    background-color: #0dcaf0;
}

.mobile-verification {
    display: none;
}

.mobile-verification .chenge-number:hover {
    background-color: var(--color-site);
    color: #fff !important;
}

.mobile-verification .chenge-number {
    border: 2px solid var(--color-site);
    padding: 5px;
    border-radius: 10px;
}

.fs-counter:hover {
    cursor: pointer;
}

.fs-counter {
    font-size: 16px;
    line-height: 18px;
    display: block;
    font-weight: 500;
}


/*********** saeidkarimi style ****************/

.lang-image {
    height: 12px;
    width: 18px;
    display: inline-block;
}

.lang-image img {
    width: 100%;
    height: 100%;
}


/************ 3step menu ***********************/

.parent {
    display: block;
    position: relative;
    /*        float: right;*/
    line-height: 30px;
    z-index: 10;
    padding: 10px 2px;
}

.parent a {
    margin: 2px 5px;
    color: #212121;
    text-decoration: none;
    font-size: 14px;
}

.parent:hover > ul {
    display: block;
    position: absolute;
}

.child {
    display: none;
    margin-top: 10px !important;
    margin-right: -15px !important;
}

.child li {
    background-color: #fff;
    line-height: 30px;
    /*
        border-bottom: #CCC 1px solid;
        border-right: #CCC 1px solid;
*/
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}

.child li a {
    color: #616161;
}


.child-child {
    display: none;
    margin: 0px;
}

.child-child li {
    background-color: #fff;
    line-height: 30px;
    /*
        border-bottom: #CCC 1px solid;
        border-right: #CCC 1px solid;
*/
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}

.child-child li a {
    color: #616161;
}


.menu-drop {
    list-style: none;
    margin: 0;
    padding: 0px;
    min-width: 10em;
}

.back-menu-fix {
    background-color: #fff;
    border-radius: 10px;
    padding: 2px;
}

.menu-drop ul ul {
    right: 100%;
    top: 0;
    margin-left: 1px;
    /*
    margin-top: 15px;
    margin-right: 15px;
*/
}

/*
    .parent:hover {
        background-color: #505050;
    }
*/

.parent li:hover {
    background-color: #F0F0F0;
}


/* image of megamenu links */

.linked-image {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
}

.linked-image img {
    width: 100%;
    height: 100%;
}

/******modal login*******/

input[type=tel]::placeholder {
    opacity: 0.3;
    color: #666;
    font-size: 13px;
}

input[type=tel] {
    /*border: none;*/
}

input[type=password]::placeholder {
    opacity: 0.3;
    color: #666;
    font-size: 13px;
}

input[type=password] {
    border: none;
}


.login-logo {
    width: 150px;
    margin: auto;
}

.login-bg {
    width: 400px;
    margin: auto;
}

.modal {
    padding-right: 0px !important;
}

@media screen and (max-width: 992px) {

    .login-bg {
        width: 200px;
        margin: auto;
    }

}

.modal-content {
    margin-top: 100px !important;
}

@media screen and (max-width: 550px) {

    .modal-content {
        margin-top: 0 !important;
        height: 100vh;
        border-radius: 0px !important;
    }
    .modal-lg{
        margin: 0;
        height: 100vh;
    }
}


.timer-modal {
    min-width: 40px;
    padding: 5px 10px;
}


/**************** mobile menu ******************/

.select-price-head {
    width: 90px;
}

.select-lang {
    width: 100px;
    position: absolute;
    left: 50px;
    top: 0;
    background-color: rgba(238, 238, 238, 0.77);
    border: 0;
    border-radius: 0 0px 5px 5px;
}

.row-lang {
    height: 5px;
    overflow: hidden;
}

.one-item-lang,
.one-item-many {
    width: 36px;
    display: block;
    height: 35px;
    border-radius: 100%;
    padding: 10px 7px;
    width: 50px;
    display: block;
    height: 50px;
    border-radius: 100%;
    padding: 16px;
    border: 1px solid var(--border-muted);
    background: #fff !important;
}

.select-languag .scrol-lang,
.scrol-lang-mani {
    width: 160px;
    max-height: 155px;
    scrollbar-width: thin;
    scrollbar-color: #e71616 rgba(255, 255, 255, 0.15);
    display: none;
    position: absolute;
    z-index: 9999;
}

.select-languag .scrol-lang:hover,
.select-languag .scrol-lang-mani item-lang-mani:hover {
    cursor: pointer;
}

.select-languag .scrol-lang .item-lang:hover,
.scrol-lang-mani .item-lang-mani:hover {
    background-color: #d2d2d2;
    padding: 10px;
}

.select-languag .scrol-lang .item-lang,
.scrol-lang-mani .item-lang-mani {
    margin-bottom: 5px;
}

.basket-reg-button {
    text-align: left;
}

.div-lang-currency {
    position: absolute;
    bottom: 11px;
    right: 60px;
    top: -1px;
}

@media (max-width: 565px) {
    .select-price-head {
        display: block !important;
        margin: auto;
        margin-bottom: 15px;
        width: 100%;
    }

    .one-item-lang,
    .one-item-many {
        width: 42px;
        height: 42px;
        border-radius: 15px;
    }

    .respon-mob {
        padding-top: 11px !important;
    }

    .div-lang-currency {
        right: -25px;
        top: 1px;

    }

    .basket-reg-button {
        margin: 0 !important;
        text-align: left;
    }

    .one-item-lang img {
        position: relative;
        right: 9px !important;
        bottom: 3px;
    }
}

.one-item-lang img {
    position: relative;
    right: 5px;
}

.img-brand {
    width: 40px;
    height: 20px;
}

.top-site-arrow {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 10px;
    right: 10px;
    bottom: 10px;
}

.top-site-arrow:hover {
    cursor: pointer;
}

.top-site-arrow i {
    position: relative;
    bottom: 2px;
}

/********** display-menu-mobile *********/

.display-menu-mobile{
    position: fixed;
/*    top: 93.3%;*/
    right: 0;
    bottom: 0;
    z-index: 1044;
}

.active-easy{
    background-color: #eee;
    color: red !important;
    border-radius: 15px;
}

/*********** mega mobile *************/

.pic-mega-mobile{
    width: 25px;
    height: 25px;
    margin: auto;
}
 
.pic-mega-mobile img{
    width: 100%;
    height: 100%;
}

.tab-mega-mobile{
    cursor: pointer;
}

.index-mega-mobile{
    width: 40px;
    height: 40px;
    margin: auto;
}

.index-mega-mobile img{
    width: 100%;
    height: 100%;
  
}

.fix-mega-mobile{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
}


.stick-box-mega{
    position: sticky;
    padding: 0;
    top: 0;
}


/******************************/

.tabx {
  float: right;
  background-color: #fff;
  width: 23%;
/*  height: 300px;*/
    overflow: hidden;
    text-align: center;
    margin-left: 5px;
}

.tabx{
    min-height: 3500px;
}

/* Style the buttons inside the tab */
.tabx button {
  display: block;
  background-color: #fff;
  color: black;
  padding: 20px 15px;
  width: 100%;
  border: none;
  outline: none;
  text-align: right;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  text-align: center;
  border-bottom: solid 1px #ddd;
  border-right: solid 5px #fff;
  transition: 0.5s;
}

/* Change background color of buttons on hover */
.tabx button:hover {
  background-color: #f1f1f1;
}

/* Create an active/current "tab button" class */
.tabx button.activex {
  background-color: #eee;
    border-right: solid 5px var(--bs-danger);
}

/* Style the tab content */
.tabcontentx {
  float: right;
/*  border: 1px solid #ccc;*/
  width: 74%;
  border-right: none;
/*  height: 300px;*/
}

.offcanvas-body{
    padding: 0 !important;
    /*background-color: #eee;*/
}

.cart-home{
background-color: #fafdff !important;
}

/***************************/

.tabiner{
    background-color: #fff;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.mega-pic-mobile{
    height: 35px;
    width: 35px;
    margin: auto
}

.mega-pic-mobile img{
   width: 100%;
}

.mega-pic-mobile-tab{
    height: 25px;
    width: 25px;
    margin: auto
}

.mega-pic-mobile-tab img{
     width: 100%;
}



/************* user panel desktop ***********/

.panel-item {
  display: block;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.user-panel {
  width: 300px;
  position: absolute;
  left: 30px;
  top: 64px;
  z-index: 5000000;
  background-color: #fff;
  overflow: hidden;
}

#UserPanel {
  display: none;
}

@media (max-width: 1200px) {
  .user-panel {
    top: 100px;
  }
}


.option-list li>label>span {
font-size: 10px;
}




/*
.tabx{
display: flex;  
}

.tabx-second{
	
    height: 7000px;  
    padding: 10px;  
    overflow-y: auto;  
  
}

.menu-shows-product{
 height: 7000px;  
    padding: 10px;  
    overflow-y: auto;  
}
*/