
#app{
    background-color: #fff;
}

/*::placeholder { !* Chrome, Firefox, Opera, Safari 10.1+ *!
    color: #39AF39 !important;
    !*opacity: 1; !* Firefox *!*!
}

:-ms-input-placeholder { !* Internet Explorer 10-11 *!
    color: #39AF39 !important;
}

::-ms-input-placeholder { !* Microsoft Edge *!
    color: #39AF39 !important;
}*/
.form-control:focus {
    border-color: #39AF39;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 175, 57, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(57, 175, 57, 0.25);
}
.warning{
    background-color: #edb72f;
}
.green-text{
    color: #39AF39;
}

.md-form{
    margin-top: 0;
}
.s-form{
    max-width: 446px;
}
.dataTables_paginate{
    float: right;
}
.dataTables_length label{
    margin-top: 6px;
    margin-right: 5px;
}
.dataTables_length .custom-select{
    width: inherit;
}
.pagination .page-item .page-link:focus {
    background-color: #4285f4;
}

td button{
    margin: 0 !important;
}
.block-header {
    font-weight: bold;
    margin-bottom: 30px;
}
.block-header a{
    color: #1a1a1a;
}
.block-header a:hover{
    color: #21A366;
}
header{
    background-color: transparent;
    color: #fff;
    padding: 2px 0;
    border-bottom: 1px solid #E6E6E6;
    z-index: 5;
    position: relative;
}
header.home{
    border-bottom: none;
}
.head-row .p-2:first-child{
    padding-left: 0 !important;
}
.head-row .p-2:last-child{
    padding-right: 0 !important;
}
.head-row .track{
    color: #fff;
    border-bottom: 1px solid #292929;
}
.head-row .track:hover{
    color: #21A366;
    border-bottom: 1px solid #21A366;
}

.menu-buttons .dropdown-toggle:after{
    display: none;
}
.menu-buttons .nav-link{
    border: 1px solid #D9D9D9;
    border-radius: 46px;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 39px;
    text-align: center;
}
.menu-buttons .nav-link:hover, .menu-buttons .nav-item.show .nav-link{
    border-color: #39AF39;
}
.menu-buttons .dropdown-menu{
    margin-top: 11px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 3px solid #39AF39;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}
.menu-buttons .dropdown-menu .dropdown-item.active{
    background-color: rgba(57, 175, 57, 0.1);
    color: #39AF39 !important;
}
.menu-buttons .dropdown-menu img{
    margin-right: 10px;
}
.menu-buttons .tracking a{
    line-height: 42px;
}
.menu-buttons .tracking i{
    color: #ADADAD;
}
.menu-buttons .tracking a:hover i, .pay-icon:hover i{
    color: #39AF39;
}
.no-shadow{
    box-shadow: none !important;
}
.pay-icon i{
    color: #39AF39;
}
.pay-icon{
    /*background-color: #39AF39;
    border-radius: 75px;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    color: #000;
    line-height: 40px;*/
    position: relative;
    line-height: 43px !important;
}
.pay-icon .count_pay{
    position: absolute;
    background: #ed4736;
    top: -8px;
    right: -6px;
    border-radius: 10px;
}

.address_red{
    background-color: #ed4736;
    color: #fff;
    display: block;
}

.main-menu{
    background-color: transparent;
    box-shadow: none;
    padding-bottom: 0;
    z-index: 5;
}
.menu{
    margin-top: 10px;
}
.menu .nav-link{
    color: #4D4D4D !important;
    /*border-bottom: 3px solid transparent;*/
    padding-bottom: 20px;
    font-size: 18px;
}
.menu .nav-link:hover{
    /*border-bottom: 3px solid #21A366;*/
    /*font-weight: bold;*/
    color: #21A366 !important;
}
.menu .nav-link.active{
    /*border-bottom: 3px solid #21A366;*/
    font-weight: bold;
    color: #21A366 !important;
}
.main-menu .navbar-brand{
    margin-right: 15px;
}
.btn-login{
    background-color: #fff;
    font-size: 12px !important;
}
.btn-login:hover{
    background-color: #21A366;
}
.btn-register{
    font-size: 12px !important;
}
.btn-register:hover{
    background-color: #21A366 !important;
}

.mask-header{
    background: #000;
    position: relative;z-index: 4;
}
.mask-header.home{
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
}

.bread{
    border-bottom: 1px solid #e6e6e6;
}
.breadcrumb{
    background-color: transparent;
}
.breadcrumb a{
    color: #1a1a1a;
}
.breadcrumb a:hover{
    color: #21A366;
}
.breadcrumb-item+.breadcrumb-item:before{
    content: ">";
}
.slider{
    margin-top: -121px;
}
.section-padding{
    padding: 50px 0;
}
.section-padding-big{
    padding: 140px 0;
}
.section-gray{
    background-color: #F5F5F5;
}

.form-add-track{
    display: none;
}
.form-add-onetrack{
    display: none;
}
.form-add-track.show{
    display: block;
}
.form-add-onetrack.show{
    display: block;
}
.add-item-btn{
    margin-top: 39px;
}

.list-times .time-wrap.disabled{
    background-color: #ccc;
}
.list-times .custom-radio{
    padding: 10px 35px;
    background-color: #F8F8F8;
    margin-bottom: 5px;
}
.list-times .custom-control-label:after, .list-times .custom-control-label:before{
    top: 14px;
    left: 10px;
}
.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #21A366;
}

.stores .card-img-top{
    border-bottom: 1px solid #eee;
}
.stores .owl-item{
    padding: 3px;
}

.popular .view{
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
}
.popular .card-title{
    margin-bottom: 0;
}
.popular .card-text{
    font-size: 16px !important;
    font-weight: bold !important;
    color: #1a1a1a !important;
}

.how-work td{
    vertical-align: middle;
}
.how-work tr:first-child td{
    border: none;
}
.how-work p{
    margin-bottom: 0;
}

.main{
    height: calc( 100vh - 78px );
    padding: 25px 0;
    background: url("../image/main_bg.jpg") center center;
    background-size: cover;
}
.main h1, .main p{
    color: #fff;
}
.stepper.main-page .nav-item .nav-link{
    color: #fff !important;
}
.nav-tabs .nav-item .nav-link span{
    color: #1a1a1a;
}
.stepper{
    width: 500px;
    position: relative;
}
.stepper:before{
    content: '';
    display: block;
    border-bottom: 3px dashed #39AF39;
    position: absolute;
    top: 32px;
    left: 56px;
    right: 70px;
}
.stepper .nav-link span{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 47px;
    border: 2px solid #39AF39;
    font-weight: bold;
    border-radius: 50px;
    background-color: #fff;
}
.stepper .nav-link{
    border: none;
    background: transparent !important;
}
.stepper .nav-link.active span{
    background-color: #39AF39;
    color: #fff;
}
.stepper-tabs .tab-pane{
    padding: 0;
    border: none;
    background-color: transparent;
}

.btn-add-fix{
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 13px 16px !important;
}
.btn-add-fix i{
    font-size: 22px;
}

.add-order{
    width: 100%;
}
.add-order .nav-link span{
    border-color: #CCCCCC;
    color: #ccc;
}
.add-order .nav-link.active span{
    border-color: #39AF39;
    color: #39AF39;
    background-color: #fff;
}
.add-order .nav-link.complete span{
    border-color: #39AF39;
    color: #fff;
    background-color: #39AF39;
}

.recipient-edit {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 16px;
}

.news .title a{
    color: #1a1a1a;
    font-weight: bold;
}
.news .title:hover a{
    color: #21A366;
}

.numbers .number{
    font-size: 60px;
}
.numbers p{
    font-size: 20px;
}
.stores .card{
    height: 100%;
}

.about-page .tab-content{
    border: none;
}
.about-page .nav-item{
    padding-bottom: 15px;
}
.about-page .nav-link{
    color: #2d2d2d !important;
    position: relative;
    border: 1px solid transparent;
    border-radius: 0 !important;
}
.about-page .nav-link.active, .about-page .nav-link:focus{
    border-color: #39AF39;
    background-color: #39AF39 !important;
    color: #fff !important;
}
.about-page .nav-link .arrow{
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    position: absolute;
    bottom: -7px;
    left: calc( 50% - 7px );
}
.about-page .nav-link.active .arrow{
    background-color: #39AF39;
}
.comments .img{
    width: 80px;
    height: 80px;
    background-size: cover;
    border-radius: 50px;
    margin-bottom: 20px;
}
.comments .title{
    border-bottom: 1px solid #e6e6e6;
}
.comments .card-body p{
    margin-bottom: 0;
}
.comments .text{
    display: none;
}
.comments .card-text{
    color: #1a1a1a !important;
}
.comments .owl-item{
    padding: 3px;
}
.comment-more{
    text-transform: inherit;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
    display: block;
    width: 100%;
}
.comment-more:hover, .comment-more:focus, .comment-more:active{
    color: #21A366 !important;
    border-top: 1px solid #e6e6e6;
    text-decoration: none;
}

.services .card{
    text-align: center;
}
.services .card .img{
    padding: 40px 0;
}
.services .card-title{
    font-weight: bold !important;
}
.services .card-more{
    color: #276abe;
}
.services .card-more:hover{
    color: #21A366;
}
.services .card-more i{
    font-size: 12px;
    margin-left: 5px;
}

.pagination{
    background-color: #fff;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    display: inline-flex;
}
.pagination .page-item{
    height: 33.6px;
}
.pagination .page-link:hover{
    background-color: #f0f0f0 !important;
}
.pagination .page-item.active .page-link{
    background-color: #f0f0f0;
    box-shadow: none;
    color: #276abe;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link{
    color: #276abe;
}

.h-work-page .row{
    background-color: #fff;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
}
.h-work-item{
    border: 1px solid #e6e6e6;
    padding: 65px;
    text-align: center;
    position: relative;
    height: 100%;
}
.h-work-item .step{
    color: #e1e1e1;
    font-size: 50px;
    position: absolute;
    left: 30px;
    top: 10px;
}
.h-work-item img{
    margin-bottom: 30px;
}
.h-work-page .angle-1{
    width: 80px;
    height: 80px;
    position: absolute;
    right: -41px;
    top: calc( 50% - 40px );
    z-index: 5;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}
.h-work-page .angle-2{
    width: 80px;
    height: 80px;
    position: absolute;
    left: calc( 50% - 40px );
    bottom: -41px;
    z-index: 5;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}
.h-work-page .angle-3{
    width: 80px;
    height: 80px;
    position: absolute;
    top: calc( 50% - 50px );
    left: -41px;
    z-index: 5;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}
.h-work-page .angle{
    width: 80px;
    height: 80px;
    position: absolute;
    left: calc( 50% - 40px );
    bottom: -41px;
    z-index: 5;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

.track_form input{
    border-color: #39AF39;
}
.track_form  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #21A366;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 163, 102, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(33, 163, 102, 0.25);
}
.timeline ul {
    padding: 1em 0 0 2em;
    margin: 0;
    list-style: none;
    position: relative;
}
.timeline ul::before {
    content: ' ';
    height: 100%;
    width: 3px;
    background-color: #f0f0f0;
    position: absolute;
    top: 0;
    left: 2.5em;
    z-index: 1;
}
.timeline li div {
    display: inline-block;
    margin: 1em 0;
    vertical-align: top;
}
.timeline .bullet {
    width: 1.2em;
    height: 1.2em;
    box-sizing: border-box;
    border-radius: 50%;
    background: #f0f0f0;
    position: relative;
    z-index: 2;
    margin-right: 1em;
    margin-top: 2.5em;
    border: 2px solid #fff;
}
.timeline .step1.active .bullet, .timeline .step1.active .desc{
    background-color: #e6f7e6;
}
.timeline .step2.active .bullet, .timeline .step2.active .desc{
    background-color: #e1f0fa;
}
.timeline .step3.active .bullet, .timeline .step3.active .desc{
    background-color: #e6f7e6;
}
.timeline .step4.active .bullet, .timeline .step4.active .desc{
    background-color: #e1f0fa;
}
.timeline .last .bullet, .timeline .last .desc{
    background-color: #ffc480 !important;
}


.timeline .time {
    width: 20%;
    font-size: 0.75em;
    padding-top: 0.25em;
}
.timeline .desc {
    width: 80%;
    padding: 15px;
    background-color: #f0f0f0;
}
.timeline h3 {
    font-size: 1.1em;
    font-weight: bold !important;
    margin: 0;
    display: inline-block;
    margin-left: 10px;
}
.timeline h4 {
    margin: 0;
    font-size: 0.9em;
    font-weight: 400;
    color: #808080;
}
.timeline .people img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.timeline .title .bullet{
    background-color: transparent;
    border-color: transparent;
}
.timeline .title .desc{
    background-color: transparent;
    margin: 0;
}
.timeline .title .desc h2{
    margin-bottom: 0;
}

.contact-item {
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
}
.contact-item h5{
    font-weight: bold;
}
.contact-item i{
    width: 23px;
    color: #7a7a7a;
}
.contact-item table{
    margin-bottom: 0;
}
.contact-item table td{
    padding: 10px 0;
    border: none;
}

.post-labels .nav-link i{
    font-size: 35px;
}
.post-labels .btn-outline-success:not([disabled]):not(.disabled).active{
    background-color: #00c851 !important;
    color: #fff !important;
}

.tarifs{
    padding-bottom: 70px;
}
.tarifs .card{
    height: 100%;
}
.tarifs .card-body{
    position: relative;
    padding-bottom: 85px;
}
.tarifs .best{
    margin-top: -15px;
    margin-bottom: -15px;
    height: calc( 100% + 30px );
    background-color: #39AF39;
    position: relative;
    z-index: 10;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
}
.tarifs ul{
    padding-left: 0;
    list-style: none;
}
.tarifs ul li{
    margin-bottom: 10px;
}
.tarifs .register{
    background-color: #fff;
    border: 1px solid #2d2d2d;
    color: #1a1a1a;
    position: absolute;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    left: 0;
    right: 0;
}
.tarifs .card-title{
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 20px;
}
.tarifs .price{
    font-size: 24px;
    font-weight: bold;
}
.tarifs .price span{
    font-size: 16px;
}
.tarifs .card-best{
    background-color: #fff;
    position: absolute;
    padding: 7px 25px;
    font-weight: bold;
    transform: rotate(-90deg);
    top: 67px;
    left: -45px;
}
.tarifs .card-best span{
    height: 36px;
    width: 36px;
    background-color: #39AF39;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: -25px;
    top: 0;
}


footer{
    background-color: #676767;
    padding: 40px 0;
}
footer h5{
    color: #fff;
}
footer h5 a{
    color: #fff;
}
footer h5 a:hover{
    color: #21A366;
}
footer li a{
    color: #AEAEAE;
}
footer li a:hover{
    color: #21A366;
}
footer .social .fab{
    width: 17px;
}
.footer-row{
    background-color: #676767;
    color: #AEAEAE;
}
.footer-row .container{
    padding: 30px 0px;
    border-top: 1px solid #AEAEAE;
}



/*User panel*/

.sidebar{
    /*margin-top: 121.2px !important;
    min-height: calc(100vh - 122px) !important;*/
    margin-top: 117.6px !important;
    min-height: calc(100vh - 118px) !important;
}
.user-container .content{
    /*margin-top: 121.2px !important;*/
    margin-top: 117.6px !important;
}
.cabinet-content .card{
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
}
.sidebar{
    background-color: #f4f4f4;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
    padding-top: 10px;
    z-index: 0;
}
.sidebar .nav-dropdown-items{
    background-color: #f4f4f4 !important;
}
.sidebar .nav-link{
    border-left: 4px solid transparent;
}
.sidebar .nav-link.active{
    color: #1a1a1a;
    font-weight: bold;
    border-left: 4px solid #21A366;
}
.sidebar .nav-link:hover{
    color: #1a1a1a;
    font-weight: bold;
    border-left: 4px solid #21A366;
}
.sidebar .nav-link:hover i{
    color: #1a1a1a;
}
.sidebar .nav-link.active i{
    color: #1a1a1a;
}

.user-header{
    background-color: #fff;
}
.user-header header{
    border-bottom: 1px solid #e6e6e6;
}
.user-header .head-row{
    color: #1a1a1a;
}
.user-header .head-row .track {
    color: #1a1a1a;
    border-bottom: 1px solid #f3f3f3;
}
.user-header .head-row .track:hover {
    color: #21A366;
    border-bottom: 1px solid #21A366;
}
.user-header .language a{
    color: #1a1a1a;
}
.user-header .language a:hover{
    color: #21A366;
}
.user-option {
    border: 1px solid #e6e6e6;
    padding: 5px 10px !important;
    color: #1a1a1a;
    font-weight: bold;
}

.user-menu .dropdown-item:hover{
    color: #21A366 !important;
}


.add-item{
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
}
.add-item .nav-link{
    color: #7a7a7a !important;
    text-transform: inherit !important;
    font-weight: bold;
    border-color: #39AF39 !important;
}
.add-item .nav-link.active{
    color: #1a1a1a !important;
}
.add-item .nav li:first-child{
    margin-left: 25px;
}
.add-item .instruction{
    color: #276abe !important;
    text-decoration: underline;
}
.add-item .instruction:hover{
    color: #21A366 !important;
}
.add-item .id{
    color: #1a1a1a !important;
}
.add-item .id span{
    font-weight: normal !important;
}
.order-wrap .pagination{
    margin-right: 50px;
}
.user-orders-table-list {
    display: block;
}
.user-orders-items-list {
    display: none;
}

#count::-webkit-outer-spin-button,
#count::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
#price::-webkit-outer-spin-button,
#price::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.count_pay{
    background-color: #39AF39;
    padding: 1px 7px;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    line-height: 20px;
    margin-left: 5px;
}

th, th a{
    font-weight: bold !important;
    font-size: 15px !important;
}

.c-address .form-check{
    margin-left: -12px !important;
}
.c-address .form-check-label{
    height: 100% !important;
    padding-left: 28px !important;
}
.c-address .form-check-label:before{
    top: -25px !important;
    background-color: #fff;
    margin: 2px 4px !important;
}
.c-address .form-check-label:after{
    top: -25px !important;
    background-color: #39AF39 !important;
    border-color: #39AF39 !important;
}
.c-address .card{
    border: 2px solid #39AF39;
    border-radius: 5px;
}
.confirm-page i{
    color: #39AF39;
    margin-right: 10px;
}

.user-settings a{
    display: block;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 5px;
}

.calc .left{
    border-right: 1px solid #D9D9D9;
}
.calc .right .fal{
    width: 20px;
    margin-right: 20px;
    color: rgba(57, 175, 57, 0.5);
    font-size: 20px;
}
.calc .right .fas{
    color: rgba(57, 175, 57, 0.5);
}
.calc .right .fa-info{
    font-size: 30px;
}
.calc table td{
    border-top: none;
    border-bottom: 1px solid rgba(57, 175, 57, 0.5);
    padding: 10px 5px;
}
.calc table tr:first-child td{
    padding-top: 0;
}
.calc sup{
    font-size: 18px;
    color: #39AF39;
}
.calc .calc-total{
    font-size: 27px;
    color: #39AF39;
}

.input-group-append .custom-select{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.warehouse-info h5{
    font-size: 15px;
}
.warehouse-info li{
    font-size: 13px;
}
.total_price{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.total_price span{
    padding: 5px 15px;
    border: 1px solid #39AF39;
    border-radius: 5px;
    color: #1172b2;
}

@media (max-width: 1346px) {
    .user-orders-table-list {
        display: none;
    }
    .user-orders-items-list {
        display: block;
    }
}

@media (max-width: 991px) {
    .slider{
        margin-top: 0;
    }
    .mapa{
        min-height: 200px;
    }
    .user-container .content {
        margin-top: 64px !important;
    }
    .sidebar{
        z-index: 9;
        margin-top: 70px !important;
    }
    .add-item .ml-auto .nav-item:first-child{
        margin-left: 0!important;
    }
    main.home{
        /*padding-top: 102px;*/
        padding-top: 60px;
    }
    .footer-row{
        text-align: center;
    }

    .about-page .nav-link{
        margin-right: 5px;
        border-color: #39AF39;
    }
    .about-page .nav-link .arrow{
        display: none;
    }
}
@media (max-width: 768px) {
    .cabinet-content .stepper:before{
        display: none;
    }
    .cabinet-content .stepper .nav-link{
        width: 155px;
        padding-left: 0;
        padding-right: 0;
        font-size: 13px;
    }
}
@media (max-width: 554px) {
    .cabinet-content .stepper:before{
        display: none;
    }
    .cabinet-content .stepper .nav-link{
        width: 155px;
    }
}
@media (max-width: 510px) {
    .main .stepper{
        width: 320px;
    }
    .main .stepper:before{
        top: 25px;
    }
    .main .stepper .nav-link{
        max-width: 100px;
        font-size: 12px;
    }
    .main .stepper .nav-link span{
        width: 35px;
        height: 35px;
        line-height: 32px;
    }
}
@media (max-width: 405px) {
    .cabinet-content .stepper .nav-link{
        width: 105px;
    }
}