.personal{
    background: #f4f4f4;
    padding-top: 60px;
    padding-bottom: 90px;
}
.personal .personal-title{
  font-family: Circe;
  font-size: 39px;
  font-weight: 300;
  color: #1d1d1d;
}
.profilephoto-mobile{
    display: none;
}
.personal .change-pswd.mobile{
      display: none;
}
.personal .personal-tabs{
    margin: 65px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.personal .personal-tabs a{
    margin: 0 10px;
    height: 44px;
    border-radius: 6px;
    background-color: #ebebeb;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Circe;
    font-size: 14px;
    color: #1b1b1b;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
}
.personal .personal-tabs a svg{
    margin-right: 10px;
}
.personal .personal-tabs a svg path{
    fill: #575757;
}

.personal .personal-tabs a.active,
.personal .personal-tabs a:hover{
    background-color: #232121;
    color: #ffffff;
}
.personal .personal-tabs a.active svg path,
.personal .personal-tabs a:hover svg path{
     fill: #ffffff;
}

.personal .profile{
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 65px 70px 100px;
}

.personal .profile-left{
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    width: 40%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.personal .profilephoto{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    width: 270px;
    height: 270px;
     -webkit-box-shadow:
              0 0 0 2px #ffffff,
              0 0 0 25px #ffffff,
              0 0 0 26px #cebca5,
              0 0 0 60px #ffffff,
              0 0 0 62px #979797;
             box-shadow:
              0 0 0 2px #ffffff,
              0 0 0 25px #ffffff,
              0 0 0 26px #cebca5,
              0 0 0 60px #ffffff,
              0 0 0 62px #979797;;
}
.personal .profilephoto a{
    transition: .3s;
    width: 70px;
    height: 70px;
    position: absolute;
    /*margin-top: -30px;*/
    /*margin-left: -30px;*/
}
.personal .profilephoto a:hover{
    transform: scale(1.2);
}
.personal .hidden-mobile{
    display: none;
}
.personal .hidden-desktop{
    display: block ;
}
.personal .profilephoto a.vk{
    top: -60px;
    right: -5px;
    /*top: 50%;*/
    /*left: 50%;*/
    /*-webkit-transform: translate(-50%,-50%);*/
    /*    -ms-transform: translate(-50%,-50%);*/
    /*        transform: translate(-50%,-50%);*/
    position: absolute;
    /*-webkit-animation: myOrbit 24s linear infinite;*/
    /*        animation: myOrbit 24s linear infinite;*/
}
.personal .profilephoto a.fb{
    top: 0;
    right: -70px;
    /*  top: 50%;*/
    /*left: 50%;*/
    /*-webkit-transform: translate(-50%,-50%);*/
    /*    -ms-transform: translate(-50%,-50%);*/
    /*        transform: translate(-50%,-50%);*/
    position: absolute;
    /*-webkit-animation: myOrbit2 24s linear infinite;*/
    /*        animation: myOrbit2 24s linear infinite;*/
    /*-webkit-animation-delay: -12s;*/
    /*        animation-delay: -12s;*/
}
@-webkit-keyframes myOrbit {
    0% { -webkit-transform: rotate(0deg) translate(0, -195px) rotate(0deg); transform: rotate(0deg) translate(0, -195px) rotate(0deg); }
    100%   { -webkit-transform: rotate(360deg) translate(0, -195px) rotate(-360deg); transform: rotate(360deg) translate(0, -195px) rotate(-360deg); }
}
@keyframes myOrbit {
    0% { -webkit-transform: rotate(0deg) translate(0, -195px) rotate(0deg); transform: rotate(0deg) translate(0, -195px) rotate(0deg); }
    100%   { -webkit-transform: rotate(360deg) translate(0, -195px) rotate(-360deg); transform: rotate(360deg) translate(0, -195px) rotate(-360deg); }
}
@-webkit-keyframes myOrbit2 {
     0% { -webkit-transform: rotate(0deg) translate(0, -195px) rotate(0deg); transform: rotate(0deg) translate(0, -195px) rotate(0deg); }
    100%   { -webkit-transform: rotate(360deg) translate( 0 , -195px) rotate(-360deg); transform: rotate(360deg) translate( 0 , -195px) rotate(-360deg); }
}
@keyframes myOrbit2 {
     0% { -webkit-transform: rotate(0deg) translate(0, -195px) rotate(0deg); transform: rotate(0deg) translate(0, -195px) rotate(0deg); }
    100%   { -webkit-transform: rotate(360deg) translate( 0 , -195px) rotate(-360deg); transform: rotate(360deg) translate( 0 , -195px) rotate(-360deg); }
}
.personal .profile-right{
    /*width: 58%;*/
    width: 53%;
}
.personal .change-pswd{
    float: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
      font-family: Circe;
  font-size: 14px;
  color: #1b1b1b;
  text-decoration: none;
}
.personal .change-pswd svg{
    margin-right: 10px;
    -webkit-transition: 5s;
    -o-transition: 5s;
    transition: 5s;
}
.personal .change-pswd:hover svg{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}
.personal .profile-subtitle{
    padding: 0 10px;
    display: inline-block;
    font-family: Circe;
  font-size: 16px;
  font-weight: bold;
  color: #1b1b1b;
}
.personal .subform {
    padding: 10px 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.personal .subform input{
    outline: none;
    padding-left: 20px;
    margin: 12px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 44px;
    max-width: 263.4px;
    width: 48%;
    border-radius: 24px;
  border: solid 3px rgba(188,188,188, .33);
  font-family: Circe;
  font-size: 14px;
  color: #1b1b1b;
}

.personal .subform input.str_personal_street {
    width: 100%;
    max-width: 100%;
}

.personal .subform-dop{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.personal .subform-left,.personal .subform-right{
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.personal .subform-right .select-wr {
        /*margin-left: 15px;*/ /* ВРЕМЕННО */
}
.personal .subform-left .select-wr,.personal .subform-right .select-wr{
    width: 100%;
    position: relative;
}
.personal .subform-left .select-wr:after,.personal .subform-right .select-wr:after,
.jq-selectbox__select::after{
    content: '';
    position: absolute;
    right: 30px;
    top: 28px;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    width: 8px;
    height: 8px;
    border-left: 2px solid #008ffe;
    border-top: 2px solid #008ffe;
}
.jq-selectbox div.jq-selectbox__select::after {
    top: 16px;
}
.personal .subform-right .select-wr:after {
    right: 20px; /* ВРЕМЕННО */
}
.jq-selectbox {
    display: block;
}
.jq-selectbox__select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.personal .subform-left select,.personal .subform-right select,
.jq-selectbox__select  {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    outline: none;
    width: 100%;
    padding-left: 20px;
    margin: 12px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 44px;
    max-width: 263.4px;
    border-radius: 24px;
    background: #e6e6e6;
  font-family: Circe;
  font-size: 14px;
  color: #1b1b1b;
    cursor: pointer;
}
.personal select {
    margin: 0 !important;
}
.jq-selectbox.opened .jq-selectbox__select {
    border-radius: 24px 24px 0 0;
}
.jq-selectbox__dropdown {
    top: 100% !important;
    width: 100%;
    background: #e6e6e6;
    color: #1b1b1b;
    border-radius: 0 0 24px 24px;
    font-family: Circe;
    font-size: 14px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jq-selectbox__dropdown ul {
    padding-left: 0;
}
.jq-selectbox__dropdown li {
    padding-left: 20px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.jq-selectbox__dropdown li.sel {
    background: #008ffe;
}
.jq-selectbox__dropdown li:hover {
    border-top: 1px solid #008ffe;
    border-bottom: 1px solid #008ffe;
}

.jq-selectbox li {
    cursor: pointer;
}
.personal .save-btn{
    outline: none;
    text-align: center;
    margin: 72px 0 0;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
     width: 195px;
  height: 44px;
  border-radius: 24px;
  background-color: #ff3b23;
  font-family: Circe;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.personal .save-btn:hover{
    background: #f53119;
}
.personal .soc-mobile{
    display: none;
}

.history{
   
}
.history-filter .select-wr{
    width: 100%;
    max-width: 263.4px;
    position: relative;
    margin: 0 auto;
}
.history-filter .select-wr:after,
.history-filter .jq-selectbox__select::after{
    content: '';
    position: absolute;
    right: 20px;
    top: 28px;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    width: 8px;
    height: 8px;
    border-left: 2px solid #008ffe;
    border-top: 2px solid #008ffe;
}
.history-filter select,
.history-filter .jq-selectbox__select{
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    outline: none;
    width: 100%;
    padding-left: 20px;
    margin: 12px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 44px;
    max-width: 263.4px;
    border-radius: 24px;
    background: #ffffff;
  font-family: Circe;
  font-size: 14px;
  color: #1b1b1b;
}
.history-filter .jq-selectbox__dropdown {
    background: #ffffff;
    color: #1b1b1b;
}
.history .order-wr .order-header{
    padding: 30px 0 22px;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.history .order-wr{
    padding-top: 30px;
}    
.history .order-wr .order-header p{
    font-family: Circe;
  font-size: 16px;
  color: #1b1b1b;
}
.history .order-wr .order-header p span{
    font-weight: bold;
}
.history .order-wr .order-content{
    background: #ffffff;
    padding: 45px;
}
.history .order-wr .order-item{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
    height: 164px;
    position: relative;
    margin: 10px 0;
}
.border-b-wr{
    width: 75%;
     display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
    height: 164px;
    border-bottom: solid 2px rgba(151,151,151, .11);
}
.history .order-wr .order-item .item-img{
    width: 20%;
    height: 100%;
    
}
.history .order-wr .order-item .item-img img{
    max-width: inherit;
    width: auto;
    height: 124px;
    margin: 0 auto;
    display: block;
}
.history .item-name-wr{
    
}
.history .item-name-wr .item-type{
    
    font-family: Circe;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.14;
  color: #1d1d1d;
}
.history .item-name-wr .item-name{
    font-size: 16px;
  font-weight: bold;
  line-height: 1.56;
}
.history .order-item .item-price{
    
    width: 10%;
    font-family: Circe;
  font-size: 18px;
  color: #1d1d1d;
}
.history .order-item .total-price{
    width: 15%;
    font-family: Circe;
  font-size: 18px;
  color: #1d1d1d;
  font-weight: bold;
}
.history .counter{
    padding: 0 15px;
    width: 107.3px;
    height: 44px;
   border-radius: 24px;
    background-color: #f4f4f4;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.history .counter input{
    font-family: Circe;
  font-size: 14px;
  font-weight: bold;
  color: #232323;
    text-align: center;
    width: 30px;
    border: none;
    outline: none;
    background: none;
}
.history .counter span{
    cursor: pointer;
    font-family: Circe;
      font-size: 14px;
      font-weight: bold;
      color: #232323;
}
.history .order-summary {
    padding: 45px;
    background: #ffffff;
    display: flex;
    justify-content: flex-end;
}
.history .order-summary .summary-wr{
    width: 75%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.history .order-summary .summary-left{
    
}
.history .order-summary .summary-left .summarytotal{
    font-family: Circe;
  font-size: 26px;
  color: #1d1d1d;
}
.history .order-summary .summarytotal span{
    
  font-weight: bold;
}
.history .order-summary .summary-info{
    padding-top: 20px;
     font-family: Circe;
  font-size: 14px;
  color: #8e8e8e;
}
.history .del{
    font-size: 30px;
    font-weight: 500;
    color: #dbdbdb;
    cursor: pointer;
}
.history .del:hover{
    color: red;
}
.history .repeat-btn{
    width: 293px;
  height: 72px;
     border-radius: 44px;
  background-color: #ff3b23;
  border: none;
   font-family: Circe;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  transition: .3s;
}
.history .repeat-btn:hover{
    background: #f53119;
}
.personal-catalog{
    padding: 30px 0;
}
.asd_lik_button{
    position: absolute;
    top: 22px;
    left: 26px;
    width: 28px;
    height: 24px;
    background: url(../../img/heart-0.svg) center no-repeat;
    background-size: cover;
    z-index: 99;
    /*filter: grayscale(100%);*/
    transition: .3s;
}
.asd_lik_button.asd_liked{
    background: url(../../img/heart-act.svg) center no-repeat;
}

.exit-btn {
	margin: 85px 12px 0 0;
    float: right;
    color: #000;
    background: url(../../img/exit.svg) 0 0 no-repeat;
}

.exit-btn span {
    padding: 0 0 0 30px;
    color: #000;
}

@media screen and (max-width: 1200px){
    .personal .profilephoto{
        width: 160px;
        height: 160px;
    }
    .personal .profilephoto a.vk{
        /*-webkit-animation: myOrbit-m 24s linear infinite;*/
    }
    .personal .profilephoto a.fb{
        /*-webkit-animation: myOrbit2-m 24s linear infinite;*/
        /*-webkit-animation-delay: -12s;*/
        /*        animation-delay: -12s;*/
    }
    
}
@-webkit-keyframes myOrbit-m {
    0% { -webkit-transform: rotate(0deg) translate(0, -140px) rotate(0deg); transform: rotate(0deg) translate(0, -140px) rotate(0deg); }
    100%   { -webkit-transform: rotate(360deg) translate(0, -140px) rotate(-360deg); transform: rotate(360deg) translate(0, -140px) rotate(-360deg); }
}
@keyframes myOrbit-m {
    0% { -webkit-transform: rotate(0deg) translate(0, -140px) rotate(0deg); transform: rotate(0deg) translate(0, -140px) rotate(0deg); }
    100%   { -webkit-transform: rotate(360deg) translate(0, -140px) rotate(-360deg); transform: rotate(360deg) translate(0, -140px) rotate(-360deg); }
}
@-webkit-keyframes myOrbit2-m {
     0% { -webkit-transform: rotate(0deg) translate(0, -140px) rotate(0deg); transform: rotate(0deg) translate(0, -140px) rotate(0deg); }
    100%   { -webkit-transform: rotate(360deg) translate( 0 , -140px) rotate(-360deg); transform: rotate(360deg) translate( 0 , -140px) rotate(-360deg); }
}
@keyframes myOrbit2-m {
     0% { -webkit-transform: rotate(0deg) translate(0, -140px) rotate(0deg); transform: rotate(0deg) translate(0, -140px) rotate(0deg); }
    100%   { -webkit-transform: rotate(360deg) translate( 0 , -140px) rotate(-360deg); transform: rotate(360deg) translate( 0 , -140px) rotate(-360deg); }
}

@media screen and (max-width: 987px){
    .personal .profilephoto a{
        width: 54px;
        height: 54px;
    }
    .personal .profilephoto a.vk{
        right: -25px;
    }
    .personal .profilephoto a.fb{
        right: -75px;
    }
    .personal .profilephoto{
      
    }
    .personal .profile-left{
        width: 100%;
        padding: 50px 0 100px;
    }
    .personal .profile-right{
        width: 100%;
    }
    .personal .personal-tabs a{
        margin: 5px 10px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) { /* ВРЕМЕННО */
    .personal .subform-left .select-wr:after,.personal .subform-right .select-wr:after{
        right: 20px;
    }
    .personal .subform-right .select-wr {
        margin-left: 0;
    }
    .personal .subform-left,
    .personal .subform-right {
        width: 48%;
    }
}

@media (min-width: 768px)  and (max-width: 979px) { /* ВРЕМЕННО */
    .personal .subform-left .select-wr:after {
        right: 40px;
    }
    .personal .subform-right .select-wr:after{
        right: 25px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .personal .subform-right .select-wr {
        margin-left: 0;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .personal .subform-right .select-wr {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px){
    .exit-btn {
        margin: -30px 12px 0 0;
    }
    .personal .hidden-desktop{
        display: none ;
    }
    .personal .hidden-mobile{
        display: block;
    }
    .personal{
        background: #fff;
        padding-top: 130px;
        padding-bottom: 96px;
    }
    .personal .profile{
        padding: 20px 15px 50px;
    }
    .personal-subform{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .personal .subform input{
        width: 100%;
        max-width: 100%;
    }
    .personal .subform-left,.personal .subform-right{
        width: 100%;
    }
    .personal .subform-left select, .personal .subform-right select{
        max-width: 100%;
    }
    .personal .save-btn{
        width: 100%;
    }
    .personal .profile-left{
        display: none;
    }
    .personal .change-pswd{
        display: none;
    }
    .personal .soc-mobile{
        display: block;
    }
    .personal .profile-subtitle{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }
    .personal .soc-mobile img{
        width: 46px;
        height: 46px;
        float: left;
    }
    .personal .personal-tabs{
        justify-content: space-between;
        margin: 15px -15px 0;
        background: #f4f4f4;
        padding: 11px 15px 15px 15px;
    }
        
    .personal .personal-tabs a{
        width: 44px;
        height: 44px;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .personal .personal-tabs a .span-tab{
        display: none;
    }
    .personal .personal-tabs a.active{
        padding: 0 15px;
        width: auto;
        background-color: #232121;
        color: #ffffff;
    }
    .personal .personal-tabs a.active .span-tab{
        display: block;
        padding-left: 6px;
        
    }
    .personal .personal-tabs a.active svg path{
        fill: #ffffff;
    }
    .personal .personal-tabs a svg{
        
        margin: 0;
    }
    .personal .personal-title{
        font-size: 21px;
      font-weight: 300;
    }
    .profilephoto-mobile{
        display: block;
    }
    .personal .change-pswd.mobile{
          display: block;
    }
    .personal .subform input{
        margin: 5px 0;
    }
    .personal .subform-right{
        margin-top: 25px;
    }
    .personal .save-btn{
        max-width: 195px;
        margin: 32px auto 0;
        display: block;
    }
    .personal-header-wr{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .personal{
        padding-top: 70px;
        padding: 15px 0 15px 0;
    }
    .personal .profilephoto-mobile{
        width: 69.3px;
        height: 69.3px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 50%;
    }
    
    /*Заказы*/
    .history-filter select{ 
        max-width: 100%;
    }
    .history-filter .select-wr{
        background: #f4f4f4;
        padding: 0 15px;
        max-width: 100%;
    }
    .history-filter .select-wr:after{
        right: 30px;
    }
    .history .order-wr{
        padding-top: 0;
    }
    .history .order-wr .order-header{
        
        font-size: 16px;
  text-align: center;
  
    background-color: #232121;
      padding: 14px 15px 13px;
    }
    .history .order-wr .order-header p{
        text-align: center;
        width: 100%;
        font-family: Circe;
           font-size: 16px;
  text-align: center;
          color: #ffffff;
        font-weight: 400;
    }
    .history .order-wr .order-header p.hidden-mobile{
        display: none;
    }
     .history .order-wr .order-header p span.item-count{
         display: none;
     }
    .history .order-wr .order-header p span{
        font-weight: 400;
    }
    .history .order-wr .order-content{
        padding: 15px;
    }
    .history .order-wr .order-item .item-img img{
        height: 54px;
    }
    .history .order-item .item-price{
        display: none;
    }
    .history .order-item{
        border-bottom: solid 2px rgba(151,151,151, .11);
    }
    .border-b-wr{
        align-items: baseline;
        border: none;
    }
    .history .item-name-wr{
        order: 1;
    }
    .history .del{
        order: 2;
    }
    .history .counter{
        order: 3;
    }
    .history .order-item .total-price{
        order: 4;
        width: 40%;
    }
    .history .order-summary{
        padding: 15px;
    }
    .history .order-summary .summary-wr{
        width: 100%;
    }
    .history .order-summary .summary-left .summarytotal{
        font-size: 20px;
    }
    .history .summary-right{
        margin: 25px 0 40px;
    }
    
}

#needList,#orders,#history{
    display: none;
}

#needList .catalog-list .cat-list-item-wrap{
    background: none;
    padding: 25px 0 25px 0;
}
/*#needList .cartion-table{
    display: none;
}*/

#needList .catalog-list .cartion-basket {
    background: transparent;
}

#needList .catalog-list .cat-list-item-wrap:hover{
    background: #ffffff;
}

#needList .catalog-list .cartion-basket.added {
    background-image: linear-gradient(to bottom, #fc3c0c, #ec1900);
    color: #fff;
}

#needList .catalog-list .cat-list-item-wrap:hover .cartion-basket {
    background: #ff3b23;
    text-decoration: none;
    color: #fff;
}

/*#needList .catalog-list .cat-list-item-wrap:hover .cartion-table{
    display: block;
}*/

@media screen and (max-width: 480px){
    .exit-btn span {
        text-indent: -10000px;
        display: inline-block;
    }
}

.no-order {
    margin: 60px 0 0 0;
    text-align: center;
}

.no-order-text {
    font-size: 44px;
    font-weight: 200;
    line-height: 1.5;
    text-align: center;
    color: #1b1b1b;
}

.no-order-btn {
    margin: 20px 0 0 0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ff3b23;
    height: 44px;
    border-radius: 44px;
    font-size: 14px;
    padding: 0 25px;
    color: #ffffff;
    transition: .2s;
}

.no-order-btn:hover {
    text-decoration: none;
    background-image: linear-gradient(to bottom, #fc3c0c, #ec1900);
    color: #fff;
}







