@font-face {
    font-family: Light;
    /* Имя шрифта */
    src: url(/web/fonts/RobotoCondensed-Light.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Regular;
    /* Имя шрифта */
    src: url(/web/fonts/RobotoCondensed-Regular.ttf);
    /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: Medium;
    /* Имя шрифта */
    src: url(/web/fonts/RobotoCondensed-Medium.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Bold;
    /* Имя шрифта */
    src: url(/web/fonts/RobotoCondensed-Bold.ttf);
    /* Путь к файлу со шрифтом */
}

::selection{
    background: #D1F1FF;
}

html, body {
    font-family: Regular;
}
body{
    background: url(/web/img/fons/fon-2.png);
}

p, span {
    font-family: Light;
}

html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}


.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content:
        /*"\e113"*/
        "\e151";
}

a.desc:after {
    content:
        /*"\e114"*/
        "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}



.navbar-brand img {
    width: 100px;
}

.container-fluid,
.navbar-brand {
    padding: 0;
}

.navbar-nav>li>a {
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    height: 40px;
    padding: 15px;
}

.breadcrumb {
    margin-top: 10px;
}

#signin {
    max-width: 300px;
    height: 300px;
    margin: 0 auto;
}

#signin input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid;
    margin: 10px 0;
}

#signin button {
    background-color: #fff;
    border: 1px solid gray;
    width: 80%;
    border-radius: 10px;
    padding: 10px;
    margin: 20px auto;
    display: block;
}

.cards-imgs img {
    max-width: 450px;
    margin: 20px auto;
    display: block;
    width: 100%;
}

.discount-box {
    border-radius: 4px;
}

.btn.btn-link.logout {
    width: 100%;
}

.btn.btn-link.logout:hover {
    border: 1px solid;
    text-decoration: unset
}

.dsnone {
    display: none !important;
}

.profile-menu-link {
    font-size: 18px;
    padding: 10px 15px;
    margin: 10px 0px;
    color: #000;
    border: 1px solid;
    display: block;
    border-radius: 4px;
    text-align: center;
}

.profile-menu-title {
    margin: 15px 0;
    font-size: 16px;
}

.searchform.topsearch {
    height: 40px;
}

.topsearch .input-group {
    width: 100%;
    position: relative;
}

#basic-addon2 button {
    position: absolute;
    right: -2px;
    z-index: 100;
    border-radius: 0 5px 5px 0;
    top: -5px;
    padding: 9px 10px 8px;
}

.view-discounts {
    transition: transform 0.3s ease;
    height: auto;
    min-height: 330px;
    border: 1px solid #eee;
    border-radius: 20px;
    position: relative;
    margin-bottom: 15px;
}

.view-discounts img {
    border-radius: 20px 20px 0 0;
    max-height: 180px;
    max-width: 100%;
}

.view-discounts p {
    margin-bottom: 5px;
}

.desc-box {
    padding: 10px 15px;
    min-height: 190px;
   
}
.discount-box.view-discounts{
     background: #fff;
}
.col-md-4 {
    padding: 0 10px;
}

.w100 {
    width: 100%;
}

.ck-editor__editable_inline {
    min-height: 250px;
}

.morebtn {
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 5px;
    border: 1px solid;
    background-color: white;
    border-radius: 25px;
    position: absolute;
    bottom: 15px;
    width: 70%;
    left: 15%;
}

.form-control{
    margin-bottom: 1rem;
}

.discount-enddate{
    position: absolute;
    top: 0;
    background: white;
    right: 0;
    border-radius: 0 15px 0 5px;
    padding: 5px 10px;
    font-size: 12px;
    margin-bottom: 0;
}

.discount-descr{
    font-size: 14px;
    color: #858585;
}

#search {
    margin-bottom: 0;
}

.unsetlink {
    text-decoration: unset;
    color: unset;
}

.unsetlink:hover {
    color: unset;
    text-decoration: unset;
}

.unsetlink:hover .morebtn {
    /*transition: all 0.3s ease;*/
    color: #fff;
    background-color: #393737;
    border: 1px solid #393737;
}

.unsetlink:hover .view-discounts {
    transition: transform 0.3s ease;
    transform: scale(1.05);
    border: 2px solid;
}

.unsetlink:hover .view-discounts img {
    border-radius: 18px 18px 0 0;
}

.mesto img {
    width: 30px;
}

.mesto {
    margin: 15px 0;
    cursor: pointer;
    width: max-content;
    margin-right: auto;
}

.city {
    font-size: 20px;
    cursor: pointer;
    display: block;
    margin-bottom: 8px;
    padding: 5px 15px;
    border: 1px solid #aaa;
    width: max-content;
    border-radius: 30px;
}
.sub-menu-link{
    font-size: 16px;
  padding: 2px 15px;
  border: 1px solid #463737;
  border-radius: 20px;
  margin: 0 0 5px;
  display: block;
  width: max-content;
}

.searchform .form-control {
    height: 40px;
}

.input-group-text {
    padding: 0 5px;
}

.swiper-button-next, .swiper-button-prev {
    color: #222222 !important;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    border: 2px solid;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}

.swiper-pagination-bullet {
    opacity: 0.8 !important;
}

.topphone {
    display: flex;
    justify-content: end;
    align-items: center;
    width: max-content;
    float: right;
    height: 60px;
    font-size: 16px;
}

.topphone img {
    max-width: 30px;
    max-height: 27px;
    margin-right: 10px;
}

.slidermain img {
    width: 100%;
    border-radius: 15px;
}

.site-about h1 {
    margin: 15px 0 25px;
}

.search-container{
    position: sticky;
    top: 67px;
    height: 70px;
    z-index: 10;
    background: #fff;
}
#search-box {
    position: relative;
    padding: 15px 0 0;
}

#search-box-result {
    display: none;
    z-index: 100000;
    position: absolute;
    width: 100%;
    background: #fff;
    min-height: 50px;
    border-radius: 0 0 5px 5px;
}

.search-tag-link button {
    margin: 8px 5px;
}

.view-discounts-title {
    font-family: Medium;
    font-size: 15px;
    line-height: normal;

}


.view-discounts-desc {
    color: #858585;
    font-size: 14px;
}

.search-tag-link {
    transition: all 0.3s ease;
    padding: 5px;
    display: block;
    width: max-content;
    border: 1px solid;
    margin: 5px;
    border-radius: 5px;
    float: left;
}

.search-tag-link:hover {
    transition: all 0.3s ease;
    color: #fff;
    background: #221f1f;
}

.navbar-brand {
    padding: 0;
    margin-right: 30px;
}

.login-form {
    max-width: 360px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 10px;
}

.navbar-right {
    display: flex;
    align-items: center;
}


.navbar {
    position: sticky;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
    top: 0;
}

.navbar-collapse {
    flex-basis: auto !important;
    flex-grow: unset !important;
}

.navbar-nav {
    flex-direction: row !important;
    font-size: 14px;
    margin-left: auto;
    color: aliceblue;
}

.nav_item>a {
    color: #9d9d9d;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-toggle {
    border: none;
    background-color: transparent;
}

.btn-circle {
    transition: stroke 0.3s ease-in-out;
}

.navbar-toggle-active {
    stroke: #28b82f;
}

.show {
    display: block;
}

a {
    text-decoration: none;
}

.nav_item {
    cursor: pointer;
    padding: 15px 0;
}

.nav_item:hover {
    background-color: rgb(14, 14, 14);
}

.nav_item:hover>a {
    color: aliceblue;
}


#cities .modal-dialog{
    max-width: 600px;
}

.discount-img-box{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}


.discount-img-box{
    position: relative;
}
.img-city{
    position: absolute;
    left: 0;
    top: 0;
    background: #ff3000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 18px 0 15px 0;
    font-size: 14px;
}
.discount-box.view-discounts{
    min-height: 375px;
}
.promocode-container{
    padding: 25px;
    border: 1px solid #b9b9b9;
    border-radius: 15px;
    margin-top: 25px;
}


/* ----------------------------------- */
.submenu_btn {
    padding: 7px 20px;
    color: white;
    background: #222;
    border: 1px solid white;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    cursor: pointer;
}

.submenu_btn-active {
    background: #28b82f;
    border-color: #28b82f;
}

.submenu_btn:hover {
    color: white;
}

.mobile-menu-btn {
    display: none;
}

/* submenu  */

.nav_submenu {
    padding-top: 25px;
    position: absolute;
    width: max-content;
    display: none;
    background: #FFF;
    z-index: 10000;
    width: 300px;
    margin-left: -3px;
}

.nav_submenu_ul {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    padding-left: 40px;
    padding-right: 10px;
    margin-bottom: 0;
    height: 90vh;
}


.submenu_menu {
    left: 300px;
    top: 0;
    width: 1020px;
    position: absolute;
    padding: 15px;
    background: #FFF;
    height: 100%;
    overflow-y: scroll;
}

.nav_submenu .submenu_title {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 8px 15px !important;
    position: relative;
    transition: border-color 0.3s ease-in-out;
}

.submenu_title:hover {
    border-color: #28b82f;
    cursor: pointer;
}

.submenu_title a {
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    display: block;
    color: #222;
    transition: color 0.3s ease-in-out;
}

.submenu_title:hover a {
    color: #28b82f;
    text-decoration: none;
}

.item-submenu {
    position: relative;
}

.openCatalog {
    display: block;
}

.offScrollHtml {
    overflow: hidden;
}

.last-element-ul {
    border: none !important;
    padding: 35px !important;
}

ul {
    list-style: none;
}

.submenu_menu a {
    color: #222;
    font-size: 16px;
    line-height: 32px;
    transition: color 0.3s ease-in-out;

}

.submenu_menu a:hover {
    color: #28b82f !important;
}


.back-btn {
    display: none;
    position: relative;
    width: 100%;
    background: #f2f2f2;
    color: #212529;
    border: none;
    padding: 10px 0;
    padding-left: 54px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

.back-btn:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border: 2px solid #222;
    border-top: none;
    border-left: none;
    top: 19px;
    left: 23px;
    transform: rotate(135deg);
}

/*---------------------------------------------*/


.comb-svg::before,
.health-svg::before,
.cafe-svg::before,
.game-svg::before,
.education-svg::before,
.car-svg::before,
.sport-svg::before,
.music-svg::before,
.child-svg::before,
.other-svg::before {
    left: -40px;
    top: 3px;
    height: 32px;
    width: 32px;
    display: flex;
    position: absolute;
}

.view-one-discount-box, .promocode-container{
    background: #fff;
    border-radius: 15px;
}

.comb-svg::before {
    content: '';
    background-image: url("https://мояскидка.рф/web/img/svg/comb.svg");
    background-size: cover;

}

.health-svg::before {
    content: '';
    background-image: url("https://мояскидка.рф/web/img/svg/health.svg");
    background-size: cover;
}

.cafe-svg::before {
    content: '';
    background-image: url("https://мояскидка.рф/web/img/svg/cafe.svg");
    background-size: cover;
}

.game-svg::before {
    content: '';
    background-image: url("https://мояскидка.рф/web/img/svg/game.svg");
    background-size: cover;
}

.education-svg::before {
    content: '';
    background-image: url("https://мояскидка.рф/web/img/svg/education.svg");
    background-size: cover;
}

.car-svg::before {
    content: '';
    background-image: url("https://мояскидка.рф/web/img/svg/car.svg");
    background-size: cover;
}

.sport-svg::before {
    content: '';
    background-image: url("https://мояскидка.рф/web/img/svg/sport.svg");
    background-size: cover;
}

.music-svg::before {
    content: '';
    background-image: url("https://мояскидка.рф/web/img/svg/music.svg");
    background-size: cover;
}

.child-svg::before {
    content: '';
    background-image: url("https://мояскидка.рф/web/img/svg/child.svg");
    background-size: cover;
}

.other-svg::before {
    content: '';
    background-image: url("https://мояскидка.рф/web/img/svg/other.svg");
    background-size: cover;
}

.comb-svg, .health-svg, .cafe-svg, .game-svg, .education-svg, .car-svg, .sport-svg, .music-svg, .child-svg, .other-svg {
    padding-top: 3px !important;
}

.btn-scroll-top {
    position: fixed;
    background-color: #353535;
    border: none;
    border-radius: 50px;
    padding: 18px;
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.btn-scroll-top:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

.btn-hide {
    display: none !important;
}


/****************** sale index **********/


.sale_container {
    padding-top: 1rem;
    padding-bottom: 2rem;
    display: flex;
}

.sale_left {
    margin-right: 50px;
}

#saleSwiper{
    height: 430px;
}

.sale_left-img {
    width: 730px;
    height: 430px;
}

.sale_left-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

.sale_right{
    width: 100%;
    min-height: 430px;
}

.sale_right span {
    display: block;
}

.sale_descr {
    font-size: 16px;
    margin-bottom: 15px;
}

.sale_brand, .sale_date {
    font-size: 18px;
}

.sale_date{
    margin-bottom: 20px;
}

.sale_link {
  font-size: 20px;
  margin-top: auto;
  background: #ff3000;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 30px;
  border-radius: 15px;
  transition: background 0.3s ease-in-out;
}

.sale_link:hover{
    background: #f76443;
}

#left-border {
    border: 1px solid;
    position: absolute;
    top: 19px;
    width: 29%;
    left: 1%;
}

#right-border {
    border: 1px solid;
    position: absolute;
    top: 19px;
    width: 29%;
    right: 1%;
}

.share{
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.share span{
    color: #888888;
}

.share__container{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    max-width: 160px;
}

.sale__icon{
    border: 1px solid #ede9e9;
    border-radius: 100%;
    padding: 6px;
    transition: border-color 0.3s ease-in-out;
}

.sale__icon-vk:hover{
    border-color:#0077FF;
}

.sale__icon-tg:hover{
    border-color:#34AAE5;
}

.sale__icon-wp:hover{
    border-color:#0DC143;
}

.ui-widget-content, .ui-widget-header{
    border: none !important;
    background: transparent !important;
}

.ui-tabs .ui-tabs-panel{
    min-height: 200px !important;
}

.ui-widget-header{
    border-bottom: 1px solid rgb(233, 233, 233) !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    border: none !important;
    font-weight: bold !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: none !important;
    background: transparent !important;
}

.ui-state-active a, .ui-state-active a:link{
    color: #222 !important;
    border-bottom: 1px solid #28b82f !important;
}

.edit-promo-box{
    padding: 15px;
    border: 1px solid; 
    border-radius: 10px;
    margin:10px 0;
}

/****************** end sale index **********/

  
/* filter  */
.filter {
    padding: 30px 0;
}

.filter .container {
    column-gap: 30px;
    display: flex;
    justify-content: space-between;
    padding: 0;
    padding-right: 0px;
    padding-right: 30px;
}

@media (max-width:1190px) {
    .filter .container {
        overflow-x: scroll;
    }

}

.filter_item {
    max-width: 84px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.filter_svg:hover path {
    fill: #fff;
}

.fltr-comb:hover circle {
    fill: #EA366C;
}

.fltr-health:hover circle {
    fill: #1FA534;
}

.fltr-cafe:hover circle {
    fill: #E8AE43;
}

.fltr-cafe:hover path {
    stroke: #fff;
}

.fltr-game:hover circle {
    fill: #1C8DBC;
}

.filtr-edu:hover circle {
    fill: #5142A9;
}

.fltr-car:hover circle {
    fill: #3EADDD;
}

.fltr-sport:hover circle {
    fill: #D67979;
}

.fltr-music:hover circle {
    fill: #AA0FAD;
}

.fltr-child:hover circle {
    fill: #745C2D;
}

.fltr-other:hover circle {
    fill: #555ACF;
}

/* cards  */
.card {
    border: none;
}

.card:hover .card_title, .card:hover .card_descr {
    color: #057dec;
}

.cards_link {
    width: 23.4%;
}

.card_img {
    object-fit: cover;
    height: 250px;
    position: relative;
}

.discount {
    position: absolute;
    padding: 5px 15px;
    height: fit-content;
    font-size: 20px;
    border-radius: 0 5px 5px 0;
    font-weight: 700;
    bottom: 50%;
    left: 0;
    background-color: #28b82f;
    color: #fff;
    z-index: 1;
}

.card_info {
    padding: 20px 0;
}

.card_title {
    font-weight: 500;
    color: rgb(20, 20, 20);
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
}

.card_descr {
    color: rgb(100, 100, 100);
    font-size: 16px;
    margin-bottom: 15px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card_price {
    font-weight: bold;
    color: #1FA534;
    font-size: 22px;
}

.help-block{
color: red;
  margin-bottom: 10px;
}
.view-discounts-enddate{
    position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  background: #2d0909;
  color: #fff;
  border-radius: 0 18px 0 20px;
  font-size: 14px;
  font-family: Regular;
}
.promo-box{
    min-height: 230px;
}



@media (min-width:1199px) {
    .container{
        width: 1400px;
    }
    .navbar-toggle {
        display: none;
    }



    .navbar-collapse {
        display: block !important;
    }
}

@media (max-width: 1198px) {
    .cards_link {
        width: 31%;
    }

    .mobile-menu-container {
        width: 100%;
        align-items: center;
        padding: 10px;
    }

    .navbar-header {
        margin-right: auto;
    }

}

@media (max-width: 991px) {
    .cards .container {
        gap: 1rem !important;
    }

    /****************** discounts view ********/

    .sale_container {
        flex-direction: column;
    }

    .sale_right{
        height: auto;
        min-height: 250px;
    }

    .sale_left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 250px;
    }

    .sale_left-img {
        width: 100%;
        height: 205px;
    }

    .sale_left-img img {
        object-fit: cover;
    }

    .sale_descr {
        margin-bottom: 0;
    }

    /****************** end discounts view ********/

}


@media (max-width: 768px) {
    .item-submenu:hover+.nav_submenu {
        display: none;
    }

    .card {
        flex-direction: row !important;
        border: 1px solid #e4e4e4;
    }

    .cards_link {
        width: 100%;
    }

    .card_img {
        height: auto;
        width: 200px;
    }

    .card_info {
        padding: 20px;
    }

    .discount {
        top: 0;
    }
}




@media screen and (max-width: 500px) {
    .site-index .col-md-3.col-6,
    .sale-index .col-md-3.col-6{
        padding: 5px;
    }
    .discount-box.view-discounts{
        min-height: 300px;
    }
    .img-city,.view-discounts-enddate{
        font-size: 11px;
    }
    .view-discounts-title,.view-discounts-desc,.view-discounts-brand,.morebtn{
        font-size: 12px;
    }
    .discount-box .morebtn{
        position: absolute;
        left: 25%;
    }
    .view-discounts img{
        max-height: 145px;
        max-width: 100%;
    }
    #submenu2{
        padding-bottom: 25px;

    }
    #cities .city{
        font-size: 16px;
    }
    .footer{
        height: 90px;
    }
    #submenu1 h5,
    #submenu6 h5,
    #submenu11 h5,
    #submenu12 h5,
    #submenu5 h5,
    #submenu8 h5,
    #submenu3 h5{
        margin:15px 0;
        font-size: 22px;
    }
    .sale_left{
        margin-bottom: unset;
    }
    .sale_left-img{
        height: 100%;
        margin-bottom: 25px;
    }
    #saleSwiper{
        height: unset;
    }
    .share{
        text-align: center;
    }
    .share__container{
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        max-width: unset;
    }
    #sale-tabs ul{
        display: flex;
        justify-content: center;
    }
    .desc-box {
        min-height: 110px;
    }

    #left-border,
    #right-border {
        display: none;
    }

    .ds-none-mobile {
        display: none;
    }

    #empty-img {
        width: 100%;
    }

    .view-discounts p {
        margin-bottom: 0px;
    }

    .navbar-header .submenu_btn {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
        margin-right: 15px;
    }

    .navbar-collapse {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .navbar-nav {
        flex-direction: column !important;
        font-size: 16px;
        margin-left: 0;
        align-items: end;
        height: 255px;
    }

    .nav_item {
        padding: 0;
    }

    .navbar>.container {
        align-items: normal !important;
    }

    /**********************************/

    .mobile_submenu_container {
        height: 500px;
    }

    .submenu_menu {
        top: 0;
        left: 0;
        padding: 0;
        display: none;
    }

    .submenu_menu li {
        padding-left: 20px;
    }

    .nav_submenu {
        width: 100vw;
        left: -11px;
    }

    .nav_submenu_ul {
        padding-left: 56px;
    }

    .back-btn {
        display: block;
    }

    /**********************************/



    .profile-menu-link {
        font-size: 14px;
        width: fit-content;
        float: left;
        margin: 3px 5px 3px 0;
    }

    .display-none-mobile {
        display: none;
    }

    .title-pages {
        text-align: center;
        font-size: 26px;
    }

    .unsetlink:hover .view-discounts {
        transform: unset;
    }

    .view-discounts {
        height: auto;
        min-height: unset;
    }

    .morebtn {
        position: unset;
        margin: 0 auto 10px !important;
        width: 50%;
    }

    .view-discounts-title {
        margin-bottom: 5px;
    }

    .view-discounts-enddate {
        margin-bottom: 5px;
    }

    .view-discounts-desc {
        margin-bottom: 5px;
    }

    .nav li,
    .nav a {
        height: 40px;
        line-height: unset;
    }

    .btn.btn-link.logout {
        line-height: unset;
    }

}


@media (max-width: 400px) {
    .card {
        flex-direction: column !important;
    }

    .card_img {
        width: 100%;
    }

    .discount {
        top: 0;
    }
}