.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flex-sb {
  justify-content: space-between;
}
.flex-sa {
  justify-content: space-around;
}
.flex-r {
  justify-content: flex-end;
}
.flex-c {
  justify-content: center;
}
.flex-t {
  align-items: flex-start;
}
.flex-bt {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-s {
  align-items: stretch;
}
.nowrap {
    flex-wrap: nowrap
}
.footer .footer-flex .footer-col {
    float: none;
}
.wrap {
    box-sizing: border-box;
    max-width: 100%;
}
.header .toggler span {
    display: block;
    margin-bottom: 3px;
    height: 3px;
    background: #7a1c4a;
}

.header .toggler span:last-child {
    margin-bottom: 0;
}
.header .toggler {
    width: 86px;
    display: none;
}
.header .toggler > div {
    width: 26px;
}
.scrolable-nav {
    padding-bottom: 0px !important;
}
.b-page-text.text.home {
    width: 770px;
}
.b-last-photos .slick-prev,
#product-slider .slick-prev,
#new_slider .slick-prev {
    width: 42px;
    height: 42px;
    background: url(../assets/img/pr-slider-nav.png) no-repeat 0 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 10px;
    border:none;
    cursor: pointer;
    margin-top: -21px;
    z-index: 6;
    padding: 0;
}
.b-last-photos .slick-next,
#product-slider .slick-next,
#new_slider .slick-next {
    width: 42px;
    height: 42px;
    background: url(../assets/img/pr-slider-nav.png) no-repeat 100% 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    border:none;
    cursor: pointer; 
    margin-top: -21px;
    padding: 0;
    z-index: 6;
}

.b-last-photos .slick-prev,
#product-slider .slick-prev {
    left: -20px;
}
.b-last-photos .slick-next,
#product-slider .slick-next {
    right: -20px;
}
.mobile-navigation {
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    z-index: 11;
    left:0;
    box-sizing: border-box;
    
    background: #7a1c4a;
}
.mobile-navigation > div {
    padding: 20px 14px 10px;
    position: relative;
    z-index: 1;
}
.mobile-navigation .after {
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0,0,0,0.4);
    content:"";
}
.mobile-navigation .close {
    margin-bottom: 10px;
}
.mobile-navigation .row {
    padding: 25px 0;
    border-bottom: 1px solid #95496e;
    font-size: 14px;
    color:#fff;
}
.mobile-navigation .row a {
    color:#fff;
    text-decoration: none;
}
.mobile-navigation .row:last-child {
    border-bottom: none;
}
.mobile-navigation .row .lable {
    width: 110px;
}
.mobile-navigation .row .flex li {
    margin-right: 12px;
}
.mobile-navigation .row .flex li a {
    font-size: 15px;
    display: block;
    line-height: 1.05;
    border-bottom: 1px solid transparent; 
}
.mobile-navigation .row .flex li.active a {
    border-bottom: 1px solid #fff;    
}
.account-toggler .hidden {
    display: block !important;
}
.account-toggler .hid {
    display: none !important;
}
.account-toggler .sort-popup {
    background: #fff;
    padding: 20px 20px 25px;
    margin-top: 10px;
    position: absolute;
    border-radius: 5px;
    color: #000
}
.account-toggler .sort-popup .permanent {
    margin-top: 10px;
    margin-bottom: 10px;
}
.account-toggler .sort-popup .permanent * {
    display: inline-block;
    vertical-align: middle;
}
.account-toggler .sort-popup:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 36px;
    margin-left: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #c9a4b6 transparent;
}
.account-toggler .sort-popup:after {
    content: '';
    position: absolute;
    top: -9px;
    left: 36px;
    margin-left: -9px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #f9f9f9 transparent;
}





.account-toggler .sort-popup a {
    display: block;
    float: right;
    color: #7a1c4a;
    text-decoration: underline;
}
.account-toggler .sort-popup .userdata {
    margin: 10px 0 0;
}
.account-toggler .sort-popup select {
    font: 14px/19px "PT Sans", sans-serif;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 33px;
    width: 250px;
    padding: 5px 10px 6px;
    border: 1px solid #dcb2c7;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
}



.mobile-navigation .row .navigation-list li {
    margin-bottom: 14px;
}
.mobile-navigation .row .navigation-list li:last-child {
    margin-bottom: 0;
}
.mobile-navigation .row .phone {
    font-weight: bold;
    margin-bottom: 20px;
}
.mobile-navigation .row .navigation-list li span {
    cursor: pointer;
}
.account-toggler span {
    float: none !important;
    position: relative;
}
.mobile-navigation .row .phone a {
    font-size: 16px;
}
.nav-scroller {
    width: 100%;
    overflow-x: auto;
    height: 156px;
    display: none;
}

.b-last-photos .photo-slider {
    margin-bottom: 20px !important;
}
.product-images-mobile {
    display: none;
    margin-bottom: 50px;
}
.product-images-mobile .slick-arrow {
    display: none !important;
}
.product-images-mobile .item-image {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    height: 360px;
    object-fit: cover
}
.product-images-mobile .item-image img {
    max-width: 100%;
    width: 100%;
    height: 100%
}
.content-text-wrapper button {
    display: none;
}
.col31 {
    max-width: 100%;
}
.col-1 {
    max-width: 100%; 
}
.gag {
    display: none;
}
.footer {
    margin-top: 40px !important 
}
.hidden-pc {
    display: none;
}
.cart-table table thead td span {
    display: none;
}
.submenus-widget {
    display: none;
}
.nav-scroller .nav > li.active {
    opacity: 0.6
}
.steps {
    float: none !important;
}
.cart-table .mobile-cart .ctab-delete a {
    display: inline-block;
    width: 14px;
    height: 14px;
    text-decoration: none;
    background: url(../assets/img/delete.png) no-repeat 50% 50%;
}

.mobile-cart .tr {
    font-weight: normal;
    color: #a4a4a4;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
}
.mobile-cart .tr .ctab-img a {
    display: inline-block;
}
.mobile-cart .tr .ctab-img {
    width: 80px;
    text-align: center;
}
.mobile-cart .tr .ctab-name {
    width: 300px;
}
.mobile-cart .tr .ctab-input {
    position: relative;
    width: 150px;
}
.mobile-cart .tr .ctab-input input {
    width: 80px;
    text-align: center;
}
.mobile-cart .tr .ctab-delete {
    width: 80px;
}
.mobile-cart .tr .ctab-price {
    width: 160px;
}
.mobile-cart .tr .ctab-input .minus, 
.mobile-cart .tr .ctab-input .plus {
    height: 20px;
}
.mobile-cart .tfoot .btn-green {
    width: auto;
    padding: 0 30px;
    height: 34px;
}
.mobile-cart .tfoot .total {
    margin-bottom: 6px;
}
.mobile-cart .tr .ctab-input span.pr {
    display: none;
}
.mobile-cart .tr .ctab-input .pr {
    padding-top: 6px;
    display: none;
}
.cont-wrapp {
    padding-right: 60px;
}
.content-text #accordion h4:nth-child(1) {
    margin-top: -20px;
}
.mCSB_container {
    overflow-x: scroll  !important;
}
#yw0.grid-view tbody {
    width: 100%;
}
#discount_mess {
    margin-top: 8px;
}
.cart-button {
    position: relative;
}
.show-on-mobile div.cart-button span {
    color: ;
    position: absolute;
    top: -6px;
    right: -6px;
    background: #fff;
    border-radius: 16px;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
}
.tfoot .tr {
    padding-top: 21px;
    padding-bottom: 21px;
}
.tfoot #mess {
    margin-top: -34px;
    cursor: pointer;
}
.place-150 {
    width: 150px;
}
.place-80 {
    width: 80px;
}
.ctab-price2 {
    width: 160px;
}
#mess_dis2 .ctab-name .price {
    padding-top: 8px;
}






