.lk-page {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
}

.lk-menu {
    float: left;
    width: 310px;
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
}

.lk-menu ul {
    padding: 20px;
}

.lk-menu li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}

.lk-menu li:last-child {
    border-bottom: none !important;
}

.lk-menu li.active span {
    color: #A98444;
}

.lk-menu li span {
    padding: 20px;
    display: block;
    cursor: pointer;
    font-family: 'latobold';
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    color: #222222;
}

.lk-tabs {
    padding-left: 330px;
}

.one-lk-tabs {
    float: left;
    width: 100%;
    display: none;
}

.one-lk-tabs-in {
    float: left;
    width: 100%;
    background: #FBFBFB;
    border: 1px solid #E3B88E;
    border-radius: 2px;
}

.user-info-form {
    float: left;
    width: 100%;
    padding: 50px;
}

.one-user-form {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.one-inp-form-name {
    width: 170px;
    float: left;
    min-height: 36px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    font-family: 'latobold';
    font-size: 14px;
}

.one-inp-form {
    float: left;
    width: 308px;
    position: relative;
}

.one-inp-form input {
    float: left;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    height: 36px;
    padding: 0 15px;
}

.error-inp input {
    border: 1px solid #c0392b;
}

.error-inp-info {
    /*position: absolute;*/
    display: none;
    color: #c0392b;
    float: left;
    width: 100%;
    margin-bottom: -15px;
    margin-top: 5px;
    font-size: 14px;
}

.error-inp .error-inp-info {
    display: block;
}

.info-i {
    cursor: pointer;
    display: inline-block;
    margin-left: 7px;
    position: relative;
}

.info-i span {
}

.info-i span img {
}

.one-inp-form-sel {
    float: left;
}

.one-inp-form-sel .jq-selectbox {
    width: 100%;
}

.one-inp-form-sel .jq-selectbox__select {
    background-color: #fff;
    border: 1px solid #CBCBCB;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.one-inp-form-sel .jq-selectbox__trigger-arrow {
    top: 50%;
    margin-top: -3px;
}

.one-inp-form-sel {
}

.one-inp-form-sel.day {
    width: 88px;
    float: left;
}

.one-inp-form-sel.month {
    width: 198px;
    float: right;
}

.bt-user-form {
    outline: none;
    float: left;
    width: 308px;
    cursor: pointer;
    background: #FFFFFF;
    color: #000;
    border: 2px solid #EDC889;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-family: 'latobold';
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bt-user-form:hover {
    color: #bfa373;
}

.lk-order {
    float: left;
    width: 100%;
    padding: 30px 30px;
}

.one-lk-order {
    float: left;
    width: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #CBCBCB;
}

.one-lk-order:last-child {
    border-bottom: none;
}

.one-lk-order-top {
    padding: 30px 0;
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.one-lk-order-top:before {
    content: '';
    position: absolute;
    top: 29px;
    width: 7px;
    height: 7px;
    left: -18px;
    border: none;
    border-left: 2px solid #777777;
    border-bottom: 2px solid #777777;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.one-lk-order-top.open:before {
    top: 34px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.one-lk-order-info {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
}

.one-lk-order-info:last-child {
    margin-bottom: 0;
}

.one-lk-order-info-name {
    float: left;
    width: 166px;
    font-family: 'latobold';
}

.one-lk-order-info-val {
}

.one-lk-order-body {
    display: none;
    float: left;
    width: 100%;
    overflow: hidden;
}

.one-lk-order-basket {
    float: left;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 20px 40px;
    margin-bottom: 30px;
}

.one-lk-order-item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    display: table;
}

.one-lk-order-item > div {
    display: table-cell;
    padding: 0 15px 20px 15px;
    font-size: 14px;
    vertical-align: middle;
}

.one-lk-order-item-thumb {
    padding: 0 15px 0 15px;
    text-align: center;
    width: 14%;
}

.one-lk-order-item-thumb a {
}

.one-lk-order-item-thumb img {
    max-width: 80px;
    max-height: 80px;
}

.one-lk-order-item-descr {
    width: 50%;
}

.one-lk-order-item-cat {
    font-size: 14px;
    font-family: 'latobold';
    color: #222222;
    margin-bottom: 10px;
}

.one-lk-order-item-tit {
    margin-bottom: 15px;
}

.one-lk-order-item-tit a {
    color: #222222;
    font-size: 14px;
    text-decoration: none;
}

.one-lk-order-item-art {
    color: #777777;
    font-size: 12px;
}

.one-lk-order-item-size {
    width: 150px;
    width: 19%;
    font-family: 'latobold';
    padding-bottom: 22px !important;
}

.one-lk-order-item-size span {
    font-family: 'latoregular';
}

.one-lk-order-item-price {
    padding-bottom: 22px !important;
    width: 100px;
    width: 17%;
    font-family: 'latobold';
}

.one-lk-order-list {
    float: left;
    width: 100%;
    font-size: 13px;
    padding: 10px 0;
}

.one-lk-order-list-left {
    float: left;
    width: 60%;
    padding: 0 15px;
    border-right: 1px solid #E6E6E6;
}

.one-lk-order-list ul {
    float: left;
    width: 100%;
}

.one-lk-order-list li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.one-lk-order-list li:last-child {
    margin-bottom: 0;
}

.one-lk-order-list li span {
    display: block;
    float: left;
}

li span.list-name {
    font-family: 'latobold';
}

.one-lk-order-list-left li span.list-name {
    width: 50%;
    padding-right: 15px;
}

.one-lk-order-list-left li span.list-val {
    width: 50%;
    padding-right: 15px;
}

.one-lk-order-list-right {
    float: right;
    width: 40%;
    padding-left: 50px;
}

.one-lk-order-list-right li span.list-name {
    width: 60%;
}

.one-lk-order-list-right li span.list-val {
    width: 40%;
}

.last-sale span.list-val {
    color: #C7575E;
}

.last-sum {
    font-size: 16px !important;
    font-weight: bold !important;
}

.lk-fav {
    float: left;
    width: 100%;
    padding: 0 30px;
}

.one-lk-fav {
    float: left;
    width: 100%;
    border-bottom: 1px solid #CBCBCB;
}

.lk-fav-top {
    float: left;
    width: 100%;
    position: relative;
}

.lk-fav-top:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 7px;
    height: 7px;
    left: 0px;
    border: none;
    border-left: 2px solid #777777;
    border-bottom: 2px solid #777777;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.lk-fav-top.open:before {
    margin-top: -3px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.lk-fav-top-in {
    float: left;
    width: 100%;
    height: 84px;
    font-size: 14px;
    display: table;
}

.lk-fav-top-in > div {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
}

.fav-top-name {
    cursor: pointer;
    font-family: 'latobold';
    width: 19%;
}

.fav-top-num {
    width: 24%;
    cursor: pointer;
}

.fav-top-soc {
    width: 30%;
}

.fav-top-soc ul {
}

.fav-top-soc li {
    float: left;
    margin-right: 10px;
}

.fav-top-soc a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 24px;
    height: 24px;
    border: 1px solid #CBCBCB;
    border-radius: 50%;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fav-top-soc a:hover {
    border: 1px solid #000;
}

.fav-top-btns {
    width: 27%;
    padding-right: 5px !important;
    text-align: right;
}

.fav-top-head {
    display: inline-block;
    margin: 0 10px;
}

.fav-top-head span {
    display: block;
    cursor: pointer;
    height: 24px;
    padding: 0 15px;
    line-height: 24px;
    border-radius: 12px;
    background-color: #EDC889;
    font-size: 12px;
}

.fav-top-edit {
    display: inline-block;
}

.fav-top-edit a {
    display: block;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fav-top-edit a:hover {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    -o-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.fav-top-del {
    display: inline-block;
}

.fav-top-del a {
    display: block;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fav-top-del a:hover {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    -o-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.one-fav-body {
    display: none;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
}

.one-fav-body-in {
    float: left;
    width: 100%;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    margin-bottom: 30px;
}

.one-fav-body-top {
    float: left;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    height: 74px;
    padding: 0 23px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.one-lk-body-check-all {
    width: 40%;
}

.one-lk-body-check-all .jq-checkbox {
    border-width: 2px;
    border-radius: 2px;
}

.one-lk-body-check-all .jq-checkbox {
    width: 18px;
    height: 18px;
}

.one-lk-body-check-all .jq-checkbox.checked .jq-checkbox__div {
    width: 14px;
    height: 14px;
    border-radius: 2px;
}

.one-lk-body-check-all i {
}

.one-lk-body-check-all span {
    display: block;
    font-size: 14px;
    padding-left: 28px;
    line-height: 18px;
}

.do-checked {
    font-size: 13px;
    display: none;
}

.do-checked a {
    line-height: 18px;
    margin-left: 25px;
    color: #222222;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dashed #222222;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.do-checked a:hover {
    border-bottom-color: transparent;
}

.all-fav-catalog {
    float: left;
    width: 100%;
}

.all-fav-catalog-in {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.one-fav-item {
    float: left;
    width: 33.33%;
    border-left: 1px solid #E5E5E5;
    margin-left: -1px;
    position: relative;
    padding: 23px;
}

.one-fav-item-check {
    position: absolute;
    left: 0;
    top: 0;
}

.one-fav-item-check label {
    padding: 17px 23px;
    display: block;
    cursor: pointer;
}

.one-fav-item-check .jq-checkbox {
    border-width: 2px;
    border-radius: 2px;
}

.one-fav-item-check .jq-checkbox {
    width: 18px;
    height: 18px;
}

.one-fav-item-check .jq-checkbox.checked .jq-checkbox__div {
    width: 14px;
    height: 14px;
    border-radius: 2px;
}

.one-fav-item-del {
    position: absolute;
    right: 0;
    top: 0;
    padding: 17px 23px;
    width: 64px;
    height: 53px;
    cursor: pointer;
}

.one-fav-item-del:before, .one-fav-item-del:after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #CBCBCB;
    width: 18px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.one-fav-item-del:hover:before, .one-fav-item-del:hover:after {
    background-color: #222;
}

.one-fav-item-del:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.one-fav-item-thumb {
    height: 220px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.one-fav-item-thumb a {
}

.one-fav-item-thumb img {
    max-height: 180px;
    max-width: 180px;
}

.one-fav-item-descr {
    height: 62px;
    float: left;
    width: 100%;
    text-align: center;
}

.one-fav-item-tit {
    float: left;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
}

.one-fav-item-tit a {
    text-decoration: none;
    color: #222;
}

.one-fav-item-cat {
    color: #777777;
    font-size: 12px;
    float: left;
    width: 100%;
}

.one-fav-item-price {
    font-size: 13px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.one-fav-item-bt {
    float: left;
    width: 100%;
}

.one-fav-item-bt a {
    width: 100%;
    height: 40px;
    border-width: 2px;
    line-height: 36px;
}

.one-fav-item-bt a.bt-border:before, .one-fav-item-bt a.bt-border:after {
    content: normal;
}

.new-lk-fav {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.new-lk-fav > a {
    border: 1px dashed #CBCBCB;
    display: block;
    cursor: pointer;
    height: 40px;
    line-height: 38px;
    color: #222;
    text-align: center;
    font-family: 'latosemibold';
    font-size: 14px;
    text-decoration: none !important;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.new-lk-fav > a:hover {
    color: #A98444;
}

.form-add-fav {
    display: none;
    float: left;
    width: 100%;
    padding: 0 15px;
}

.add-fav-input {
    width: 300px;
    float: left;
}

.add-fav-input input {
    float: left;
    width: 100%;
    height: 36px;
    border: 1px solid #CBCBCB;
    padding: 0 10px;
    font-size: 14px;
}

.add-fav-bt {
    float: left;
    margin-left: 20px;
}

.add-fav-bt button {
    outline: none;
    width: 130px;
    cursor: pointer;
    float: left;
    text-align: center;
    border: 1px solid #CBCBCB;
    height: 36px;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 14px;
    color: #222222;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.add-fav-bt button:hover {
    color: #A98444;
}

.add-fav-cancel {
    float: left;
    margin-left: 15px;
}

.add-fav-cancel a {
    display: block;
    cursor: pointer;
    line-height: 36px;
    color: #777;
    font-size: 14px;
}

.add-fav-cancel a:hover {
    color: #A98444;
}

.add-fav-cancel a span {
    border-bottom: 1px dashed #777;
}

.add-fav-cancel a:hover span {
    border-color: #A98444;
}

.add-fav-head {
    float: right;
    padding: 9px 0 0;
}

.add-fav-head label {
    cursor: pointer;
}

.add-fav-check {
}

.add-fav-check .jq-checkbox {
    border-width: 2px;
    border-radius: 2px;
}

.add-fav-check .jq-checkbox {
    width: 18px;
    height: 18px;
}

.add-fav-check .jq-checkbox.checked .jq-checkbox__div {
    width: 14px;
    height: 14px;
    border-radius: 2px;
}

.add-fav-check span {
    display: block;
    padding-left: 25px;
    line-height: 18px;
    font-size: 14px;
}

.one-lk-fav .form-add-fav {

}

.one-lk-fav .form-add-fav form {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 84px;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.on-lk-edit {
    width: 100%;
}

.del-block {
    display: none;
    float: left;
    width: 100%;
}

.del-block-in {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 84px;
}

.del-block-text {
    font-size: 14px;
    width: 70%;
}

.del-block-text b {
}

.del-block-bt {
    width: 30%;
    text-align: right;
}

.bt-red {
    display: inline-block;
    cursor: pointer;
    height: 36px;
    width: 130px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 14px;
    background-color: #F5989D;
    text-transform: uppercase;
    line-height: 36px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bt-red:hover {
    background-color: #E9747A;
}

.bt-green {
    display: inline-block;
    cursor: pointer;
    height: 36px;
    width: 130px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 14px;
    background-color: #4caf50;
    text-transform: uppercase;
    line-height: 36px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bt-green:hover {
    background-color: #3e9e42;
}

.no-del {
    margin-left: 15px;
    display: inline-block;
    cursor: pointer;
    line-height: 36px;
    color: #777;
    font-size: 14px;
}

.no-del:hover {
    color: #A98444;
}

.no-del span {
    border-bottom: 1px dashed #777;
}

.no-del:hover span {
    border-color: #A98444;
}

.hide-info-block {
    display: none;
    position: absolute;
    width: 320px;
    top: 100%;
    left: 50%;
    margin-left: -160px;
    padding: 22px 25px;
    background-color: #fff;
    box-shadow: 0px 2px 12px rgba(77, 77, 77, 0.3);
    margin-top: 10px;
    font-family: 'latoregular';
}

.hide-info-block:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -8px;
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.close-info-block {
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    cursor: pointer;
    z-index: 9;
}

.close-info-block:before, .close-info-block:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #777777;
    width: 14px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.close-info-block:hover:before, .close-info-block:hover:after {
    background-color: #222;
}

.close-info-block:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.info-block-text {
    margin-bottom: 18px;
    line-height: 1.5;
}

.info-block-detal {
}

.info-block-detal a {
    font-size: 14px;
    color: #A98444;
    border-bottom: 1px solid #A98444;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.info-block-detal a:hover {
    border-bottom-color: transparent;
}

.modal-wrap-lk .modal-dialog {
    max-width: 320px;
    width: 100%;
}

.modal-wrap-lk .modal-body {
    padding: 25px;
}

.lk-modal {
    display: inline-block;
    width: 100%;
}

.lk-modal-tit {
    line-height: 1.6;
    float: left;
    width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
}

.lk-modal-text {
    font-size: 14px;
    float: left;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 15px;
}

.lk-modal-form {
    float: left;
    width: 100%;
}

.lk-modal-one-inp {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.lk-modal-one-inp label {
    cursor: pointer;
}

.lk-modal-one-inp label span {
    display: block;
    padding-left: 23px;
    font-size: 14px;
    line-height: 16px;
}

.lk-modal-one-inp {
}

.lk-modal-one-inp .jq-radio {
    width: 16px;
    height: 16px;
    margin-top: 0;
}

.lk-modal-one-inp .jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 2px 0 0 2px;
}

.lk-modal-one-inp-btns {
    padding-top: 15px;
    margin-bottom: 0 !important;
}

.lk-modal-one-inp button {
    width: 130px;
}

.lk-border {
    outline: none;
    display: inline-block;
    cursor: pointer;
    background: #FFFFFF;
    border: 2px solid #EDC889;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-family: 'latobold';
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.lk-border:hover {
    color: #bfa373;
}

.close-lk-modal {
    display: inline-block;
    margin-left: 15px;
}

.close-lk-modal a {
    display: inline-block;
    cursor: pointer;
    line-height: 36px;
    color: #777;
    font-size: 14px;
}

.close-lk-modal a:hover {
    color: #A98444;
}

.close-lk-modal a span {
    border-bottom: 1px dashed #777;
}

.close-lk-modal a:hover span {
    border-color: #A98444;
}

.do-checked br {
    display: none;
}

.more-mob-do-check {
    display: none;
}

.do-checked .close-info-block {
    display: none;
}

.acc-bt-mob {
    display: none;
}

#modalGood .lk-modal {
    text-align: center;
}


/
/

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999999;
}

.size-disabled {
    color: #999999 !important;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999999;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}


/*************************************************** CATALOG ***************************************************/


.one-cat-item {
    padding: 0;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
}

.one-cat-item-in {
    height: 313px;
    min-width: calc(100% + 1px);
    top: -1px;
    width: auto;
    left: -1px;
    right: -1px;
    margin: -1px -1px 0 0;
    float: left;
    background-color: #fff;
}

.one-cat-item.one-cat-50 {
    height: 624px;
}

.one-cat-item.one-cat-50 .one-cat-item-in {
    height: 625px;
}

.one-cat-item-price {
    margin-bottom: 10px;
}

.border-px-pb {
    font-size: 15px;
    color: #333333;
    text-decoration: none;
    line-height: 38px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    padding: 0px 10px 0 10px;
    border: 1px solid #e1e1e1;
    display: inline-block;
}

.one-cat-new-hover {
    float: left;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.one-cat-item:hover {
    z-index: 99;
}

.one-cat-item:hover .one-cat-item-in {
    height: auto;
    box-shadow: 0px 4px 16px 0px rgba(73, 73, 73, 0.35);
}

.one-cat-item:hover .one-cat-new-hover {
    max-height: 100px;
    padding-top: 20px;
    opacity: 1;
    visibility: visible;
}

.new-cat-btns-hover {
    float: left;
    width: 100%;
}

.new-cat-btns-hover a {
    display: block;
    width: 48%;
}

.new-cat-btns-hover a:last-child {
    float: right;
}

.hero-cat {
    margin-top: 0;
}

.broad ul li a {
    color: #b2b2b2;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
    display: block;
    cursor: pointer;
}

.broad ul li a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #b2b2b2;
    display: block;
    margin-top: -2px;
}

.broad ul li a span {
    border-bottom: 1px dashed #b2b2b2;
}

.sort-new {
    float: right;
    margin-top: 9px;
}

.sort {
    padding-top: 5px;
}

.active-filter {
    background-color: #f8f8f8;
    padding: 20px 20px 0;
    border: none;
    margin-bottom: 10px;
}

.active-tit-filters {
    font-size: 16px;
    font-family: 'latobold';
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.filters {
    display: none;
    z-index: 1001;
    bottom: 75px;
    overflow: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 290px;
}

.choose-filter {
    float: left;
    width: 100%;
    display: block;
}

.filer-bt {
    left: 0;
    position: fixed;
    bottom: 0px;
    width: 290px;
    height: 75px;
    padding: 20px 20px 0;
    background-color: #ffffff;
    border-top: 1px solid #efdfc3;
}

.one-choose {
    padding: 0 20px;
    margin-bottom: 20px;
}

.one-choose-tit {
    font-size: 14px;
    padding: 15px 0;
    font-family: 'latobold';
}

.one-choose-in {
    overflow: hidden;
    padding-top: 1px;
    max-height: 145px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.open .one-choose-in {
    max-height: 100%;
}

.one-choose-check {
    float: left;
    width: 100%;
    margin-bottom: 13px;
}

.one-choose-check .jq-checkbox {
    width: 18px;
    height: 18px;
}

.one-choose-check .jq-checkbox.checked .jq-checkbox__div {
    width: 16px;
    height: 16px;
}

.one-choose-check span {
    display: block;
    padding-left: 30px;
    font-size: 14px;
    line-height: 18px;
}

.show-all a {
    display: block;
    padding: 10px 0;
}

.show-all span {
    font-size: 12px;
    color: #7e7e7e;
    border: none;
    text-transform: none;
}

.show-all a:after {
    content: normal;
}

.open .show-all a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.active-wrap {
    width: 100%;
    padding-bottom: 0px;
    display: block;
}

.one-active {
    margin-right: 0px;
    margin-bottom: 15px;
    width: 100%;
}

.one-active-name {
    width: 100%;
    line-height: 18px;
    font-size: 10px;
    text-transform: uppercase;
}

.one-active-tags {
    width: 100%;
}

.one-active-tags a {
    width: 100%;
    padding: 1px 26px 0px 10px;
    font-size: 13px;
    line-height: 32px;
    margin-bottom: 10px;
    background-size: 11px;
    background-position: center right 10px;
}

.filter-tit {
    display: block;
    padding: 0 20px 0 20px;
    line-height: 50px;
    background-color: #fff;
    background: none;
    font-family: 'latomedium';
    text-transform: uppercase;
}

.close-filt {
    display: block;
    z-index: 9;
    cursor: pointer;
    height: 32px;
    width: 32px;
    position: absolute;
    right: 10px;
    top: 7px;
    background: none;
    background-color: #f8f8f8;
}

.close-filt:before, .close-filt:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 24px;
    background-color: #000;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-filt:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.one-active-name {
    font-size: 14px;
    font-family: 'latobold';
    margin-bottom: 8px;
    text-transform: none;
}


.clear-all-filter {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.clear-all-filter a {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    border: 1px solid #000;
}

.filer-bt a.done {
    font-size: 14px;
    float: left;
    border: 2px solid #edc889;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    width: 48%;
    padding: 10px 0;
}

.filer-bt a.clear {
    float: right;
    text-transform: none;
    border: none;
    font-size: 14px;
    width: 48%;
    background-image: none;
    padding: 11px 0;
    line-height: normal;
    margin-right: 0px;
    text-align: center;
}

.filer-bt a.clear span {
    border-bottom: 1px dashed #000;
    display: inline-block;
}

.bg {
    display: none;
    z-index: 1000;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.show-new-filter a {
    width: auto;
    padding: 0 30px;
}

.catalog-wrap-in {
    margin: 0;
}

.openFilt {
    position: relative;
    height: 100%;
}

.openFilt body {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.one-cat-item.one-cat-50 .one-cat-item-thumb-in img {
    max-height: 600px;
}

.one-cat-item-thumb-in {
    display: table-cell;
    vertical-align: middle;
}

body {
    padding-top: 0;
}

.header-top {
    position: static !important;
}

.header-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    height: 50px;
    background-color: #fcfcfc;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
    -webkit-transform: translate3d(0, -120%, 0);
    -ms-transform: translate3d(0, -120%, 0);
    -o-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.header-scroll.fix {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.header-scroll-in {
    float: left;
    width: 100%;
}

.short-logo {
    float: left;
    margin-top: 10px;
}

.short-menu {
    float: left;
    margin-left: 25px;
}

.short-menu .short-menu-link-lv1 {
    display: block;
    cursor: pointer;
    line-height: 50px;
    height: 50px;
    padding: 0 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'latosemibold';
    color: #222222;
}

.short-header-right {
    float: right;
}

.filter-header {
    float: left;
    margin-top: 9px;
    margin-right: 115px;
}

.filter-header a {
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    width: auto;
    padding: 0 20px;
}

.user-short-menu {
    float: left;
}

.user-short-menu ul {
}

.user-short-menu li {
    float: left;
}

.user-short-menu li.search-shotr {
}

.user-short-menu li a {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 50px;
    text-align: center;
    width: 45px;
    justify-content: center;
}

.user-short-menu li a span {
}

.user-short-menu li.fav-shotr {
}

.user-short-menu li i {
    font-size: 9px;
    font-style: normal;
    text-align: center;
    line-height: 1.5;
    color: #222 !important;
    position: absolute;
    left: 9px;
    top: 12px;
    display: block;
    width: 11px;
    height: 11px;
    background-color: #efdfc3;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.user-short-menu li.bask-shotr {
}

.openFixFilt.openFilt .filters {
    top: 50px;
}

.openFixFilt.openFilt .header-scroll {
    z-index: 1002;
}

.header-page {
    padding-top: 50px;
}

.header-page header {
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    height: 50px;
    background-color: #fff;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
}

.header-page .header-mid {
    padding: 10px 0;
}

.header-page .logo {
    margin-left: 0;
}

.header-page .main {
    border: none;
}

.back-bt {
    float: left;
}

.back-bt a {
    font-family: 'latomedium';
    padding-left: 27px;
    font-weight: 500;
    display: block;
    cursor: pointer;
    background: url(../images/back-arr.png) left center no-repeat;
    font-size: 12px;
    color: #000;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.back-bt a:hover {
    opacity: 0.8;
}

.new-phone {
    float: right;
    padding: 7px 0;
}

.new-phone a {
    font-size: 16px;
    font-family: 'latobold';
    color: #222222;
    text-decoration: none !important;
}

.basket-top {
    background-color: transparent;
    border-bottom: 1px solid #e3b88e;
    font-family: 'latobold';
    padding-bottom: 25px;
}

.bt-border {
    background-color: #fff;
}

.one-order-name {
    min-height: 30px;
}

.one-order-input .bt-border {
    float: right;
    font-size: 16px;
    font-family: 'latomedium';
}

.order-form-choose {
    padding-right: 106px;
}

.radio-hide-info {
    width: 100%;
}

.radio-hide-select.new-post-sel {
    width: 300px;
    padding-top: 5px;
}

.new-post-sel {
    margin-bottom: 20px;
}

.new-post-sel:last-child {
    margin-bottom: 0;
}

.new-post-sel .jq-selectbox {
    width: 100%;
}

.new-post-sel .jq-selectbox .jq-selectbox__select {
    border: 1px solid #cbcbcb;
    background-color: #fff;
    height: 44px;
    padding: 0 45px 0 20px;
    line-height: 42px;
    font-size: 14px;
    color: #777777;
}

.new-post-sel .jq-selectbox__trigger-arrow {
    background: none;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-top: 6px solid #333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.radio-hide-info.no-bg {
    background-color: transparent;
    padding: 0;
    border: none;
}

.radio-hide-info.no-bg:before {
    content: normal;
}

.new-post-sel .jq-selectbox__select-text {
    border: none;
}

.your-bask-tit:not(.your-bask-tit-thank) span {
    float: left;
    margin-top: 0;
}

.tit-info {
    padding-top: 10px;
    float: left;
    width: 100%;
}

.tit-info a {
    color: #a98444;
    float: right;
    font-size: 14px;
    text-decoration: underline;
    font-family: 'latomedium';
}

.tit-info a:hover {
    text-decoration: none;
}

.order-tabs {
    width: 740px;
}

.one-order-info {
    width: 298px;
}

.your-bask {
    padding: 20px 0px 0;
    width: 520px;
    border: 1px solid #d7d7d7;
}

.your-bask-tit {
    padding: 0px 25px 20px;
    border-bottom: 1px solid #d7d7d7;
}

.your-bask-in {
    padding: 0 20px;
}

.your-bask-one:first-child {
    border: none;
}

.your-bask-one-thumb {
    width: 90px;
    padding-right: 10px;
    vertical-align: top !important;
}

.your-bask-one-tit span {
    padding-top: 7px;
    font-size: 12px;
    color: #333;
}

.art-bask {
    font-size: 12px !important;
    color: #777777 !important;
}

.right-one-bask > div {
    vertical-align: top;
    padding-bottom: 0;
}


.your-bask-size {
    padding-top: 22px;
}

.your-bask-one-price-new {
    padding-top: 22px;
}

.your-bask-size span {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.your-bask-size b {
    font-size: 14px;
    display: block;
    font-weight: normal;
    font-family: 'latoregular';
}

.your-bask-one-tit {
    width: 115px;
}

.your-bask-size {
    width: 100px;
}

.your-bask-one-price-new {
}

.bask-one-price-new-new {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.bask-one-price-new-new span {
}

.bask-one-price-new-was {
    font-size: 14px;
    color: #a2a2a2;
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: line-through;
}

.bask-one-price-new-was span {
}

.bask-one-price-new-sale {
    font-size: 12px;
    color: #c7575e;
}

.bay-order-sum {
    float: left;
    width: 100%;
    padding: 10px 20px 15px;
    background-color: #f8f8f8;
    border-top: 1px solid #d7d7d7;
}

.bay-order-sum .your-bask-one {
    border: none;
}

.bay-order-name {
    font-family: 'latobold';
}

.bay-order-name span {
    display: block;
    padding-top: 12px;
}

.bay-order-name span.b-sum {
    font-size: 14px;
}

.bay-order-name span.b-sale {
    font-size: 14px;
}

.bay-order-name span.b-all {
    font-size: 18px;
}

.bay-order-sum .your-bask-one-price-new {
    padding-top: 0;
}

.bay-order-sum .your-bask-one-price-new span.b-sale {
    color: #c7575e;
}

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

.order-button {
    width: 740px;
}

.order-button-mob {
    display: none;
}

.your-bask-tit-mob {
    display: none;
}

.basket-info {
    margin-left: 10px;
    color: #777777;
    font-size: 14px;
    margin-top: 4px;
}

.one-page-basket-thumb {
    width: 260px;
    text-align: center;
}

.new-item-drop {
    margin-top: 10px;
    position: relative;
    padding: 15px 0;
    z-index: 98;
}

.new-item-drop.opened {
    z-index: 100;
}

.one-item-prop {
    display: inline-block;
    margin: 0 30px 10px 0;
}

.one-item-prop > span {
    display: block;
    padding-left: 27px;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}

.one-item-prop.p-1 > span:before {
    content: '';
    display: block;
    background: url(../images/new-del.svg) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -9px;
}

.one-item-prop.p-2 > span:before {
    content: '';
    display: block;
    background: url(../images/new-care.svg) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 16px;
    height: 13px;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -8px;
}

.one-item-prop.p-3 > span:before {
    content: '';
    display: block;
    background: url(../images/new-care.svg) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 16px;
    height: 13px;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -8px;
}

.one-item-prop i {
    display: inline-block;
    font-style: normal;
	text-decoration: underline;
    border-bottom: 1px dashed #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.one-item-prop > span i {
    border-bottom-color: transparent;
}

.hide-item-prop {
    display: none;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 100%;
    min-width: 100%;
    padding: 20px 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.close-hide-prop {
    position: absolute;
    opacity: 0.4;
    right: 10px;
    top: 10px;
    display: block;
    background-color: #eaeaea;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url(../images/tags.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.close-hide-prop:hover {
    opacity: 0.8;
}

.hide-prop-tit {
    padding-top: 10px;
    font-size: 16px;
    color: #a98444;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.hide-prop-in table tbody tr td {
    padding: 5px 5px 5px 5px;
}

.hide-prop-in table tbody tr td a {
    color: black;
    text-decoration: underline;
}

.hide-prop-in table tbody tr td a:hover {
    text-decoration: none;
}

.hide-prop-in {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.hide-prop-in span {
    display: block;
    font-family: 'latobold';
}

.one-item-prop ul {
    float: left;
    width: 100%;
}

.one-item-prop li {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 5px;
}

.one-item-prop li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #000;
    border-radius: 50%;
}

.one-page-basket-size-name {
    line-height: normal;
    margin-right: 5px;
}

.one-page-basket-num {
    font-size: 14px;
}

.one-page-basket-in {
    width: 100%;
}

/*.one-page-basket-info {
	min-width: 350px;
	width: auto;
}*/

.one-page-basket-size {
    min-width: 330px;
    width: auto;
}

.one-page-basket-price {
    min-width: 310px;
    width: 310px;
    font-family: 'latobold';
}

.one-page-basket-price i {
    font-style: normal;
    margin-right: 40px;
}

.one-page-basket-price span {
    margin-right: 0;
    font-family: 'latomedium';
}

.basket-order-in {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.basket-order-fast {
    width: 600px;
    padding: 20px 20px 25px 75px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.basket-fast-form {
    width: 502px;
    border: 1px solid #cbcbcb;
}

.basket-fast-input {
    width: 280px;
    border: none;
}

.basket-fast-bt button {
    background-color: #f8f8f8;
    font-family: 'latobold';
}

.basket-order-sum {
    padding: 15px 62px;
    float: right;
}

.new-all-summ {
    float: left;
    margin-bottom: 15px;
}

.new-all-summ ul {
    padding-left: 30px;
}

.new-all-summ li {
    font-size: 14px;
    font-family: 'latobold';
    margin-bottom: 10px;
}

.new-all-summ-left {
    float: left;
    width: 150px;
    margin-bottom: 10px;
}

.new-all-summ-right {
    float: left;
    margin-bottom: 10px;
}

.new-all-summ-right span {
    color: #c7575e;
}

.new-all-summ li.cunt {
    font-size: 18px;
}

.one-page-basket-del {
    right: 15px;
}

.sale-bask-info {
    font-size: 13px;
    color: #c7575e;
    margin-bottom: -20px;
    padding-top: 7px;
}

.basket-fast-input label {
    display: block;
    float: left;
}

.product-info {
}

.product-info .new-item-drop {
    float: left;
    width: 100%;
    padding-bottom: 0px;
}

.product-info .one-item-prop {
    margin: 0 15px 10px;
}

.one-item-prop > span {
    padding-left: 31px;
    font-size: 14px;
}

.product-info .one-item-prop.p-1 span:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.product-info .one-item-prop.p-2 span:before {
    width: 20px;
    height: 18px;
    margin-top: -9px;
}

.product-info .one-item-prop.p-3 span:before {
    width: 20px;
    height: 18px;
    margin-top: -9px;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 98;
}

.prod-size-select .jq-selectbox__dropdown {
    margin-top: -28px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.prod-size-select .jq-selectbox__dropdown ul {
    padding: 1px 0;
}

.min-info-prod {
    padding: 0 115px 0 490px;
    text-align: center;
}

.min-info-prod-in {
    padding-top: 5px;
    display: inline-block;
    text-align: left;
}

.min-info-prod-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.min-info-prod-thumb {
}

.min-info-prod-decr {
    margin-left: 10px;
}

.min-info-prod-tit {
    font-size: 16px;
    font-family: 'latobold';
}

.min-info-prod-art {
    font-size: 11px;
    color: #777777;
}

.min-info-prod-price {
    margin-left: 30px;
    font-size: 18px;
    font-family: 'latobold';
}

.min-info-prod-price span {
    margin-left: 22px;
    font-size: 14px;
    color: #777777;
    text-decoration: line-through;
}

.min-info-prod-bay {
    margin-left: 20px;
}

.min-info-prod-bay a {
    border-width: 2px;
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    width: 116px;
}

.min-info-prod-bay a:before, .min-info-prod-bay a:after {
    content: normal;
}

.min-info-prod-brand {
    display: none;
}

.prod-all-descr {
    text-align: center;
}

.prod-all-descr-in {
    display: inline-block;
    text-align: left;
}


@media (min-width: 992px) {

    .menu > ul > li {
        -webkit-transition: box-shadow 0.3s;
        -o-transition: box-shadow 0.3s;
        transition: box-shadow 0.3s;
    }

    .menu > ul > li > a {
        display: block;
        padding: 18px 40px 15px;
        position: relative;
    }

    .menu > ul > li.open {
        background-color: #fff;
        box-shadow: 0px 4px 16px 0px rgba(73, 73, 73, 0.35);
    }

    .short-menu > ul > li.open {
        background-color: #fff;
        box-shadow: 0px 4px 16px 0px rgba(73, 73, 73, 0.35);
    }

    .menu > ul > li {
        position: relative;
    }

    .menu > ul > li.open a {
        position: relative;
        z-index: 102;
        background-color: #fff;
    }

    .sub-menu {
        padding: 20px;
    }

    .sub-menu {
        width: auto;
        box-shadow: 0px 4px 16px 0px rgba(73, 73, 73, 0.35);
    }

    .sub-menu-in > ul:not(.need-to-change) {
        width: 240px;
        padding-bottom: 42px;
    }

    .menu > ul > li.open > a:before {
        content: '';
        position: absolute;
        z-index: 102;
        height: 20px;
        top: 100%;
        left: 0
        right: 0;
    }


    .sub-menu .container {
        padding: 0;
    }


    .center-ban.sub-menu ul li ul {
        padding-bottom: 36px;
        bottom: 0;
        top: -15px;
    }

    .sub-menu-in > ul > li {
        padding: 0;
    }

    .sub-menu-in > ul > li > a {
        padding: 9px 20px;
        display: block;
    }

    .sub-menu-in > ul > li.sfHover > a {
        background-color: #fbfbfb !important;
    }

    .sub-menu-in > ul > li.active a {
        background-color: #fbfbfb;
    }

    .sub-menu-in > ul:hover > li.active a {
        background-color: transparent;
    }

    .sub-menu-in > ul > li.active ul {
        display: block !important;
    }

    .sub-menu-in > ul > li > a:after {
        display: none;
    }

    .sub-menu-in > ul > li > ul {
        margin-left: 0 !important;
        border: none !important;
    }

    .all-menu-items {
        position: absolute !important;
        padding: 12px 0;
        border-top: 1px solid #efdfc3;
        left: 20px;
        right: 20px;
        bottom: 0;
        font-size: 12px !important;
        color: #000 !important;
        text-transform: none !important;
        opacity: 0.5;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .all-menu-items:hover {
        opacity: 1;
    }

    .all-menu-items span {
        display: inline-block;
        padding-right: 15px;
        padding-right: 27px;
        background: url(../images/menu-arr-more.png) right center no-repeat;
    }

    .coll-menus .sub-menu {
        width: 1170px;
        left: -390px;
    }

    .coll-menus .sub-menu-in > ul:not(.need-to-change) {
        width: 900px;
        padding: 10px 10px;
    }

    .row-4 ul {
        padding-left: 0px;
        display: block;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .row-5 ul li {
        -webkit-column-break-inside: avoid; /* Chrome, Safari */
        page-break-inside: avoid; /* Theoretically FF 20+ */
        break-inside: avoid-column;
    }

    .coll-menus .sub-menu-in > ul li {
        float: left;
        width: 100%;
        vertical-align: top;
    }

    .coll-menus .sub-menu-in > ul li a {
        padding: 8px 0;
    }

    .coll-menus .menu-banner {
        width: 240px;
        padding: 15px 0;
    }

    .coll-menus .sub-menu-in {
        align-content: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }

    .coll-menus .all-menu-items {
        position: static !important;
        margin-bottom: 50px;
        float: left;
        width: 100%;
    }

}


/*

	dmon full

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;

	font-family: 'latoblack';
	font-family: 'latoblack_italic';
	font-family: 'latobold';
	font-family: 'latolight';
	font-family: 'latomedium';
	font-family: 'latomedium_italic';
	font-family: 'latoregular';
	font-family: 'latosemibold';
	font-family: 'latothin';

	*/

@media (max-width: 1380px) {


}

/*

	dmon 1380

	*/

@media (max-width: 1340px) {

    .new-cat-btns-hover a {
        font-size: 1.1vw;
    }

    .your-bask {
        width: 50%;
    }

    .order-tabs {
        width: 48%;
    }

    .one-order-info {
        width: 40%;
    }

    .order-button {
        width: 100%;
        padding-right: 52%;
    }

    .coll-menus .sub-menu {
        width: 1040px;
        left: 50%;
        margin-left: -451px;
    }

}

/*

	dmon 1340

	*/

@media (max-width: 1200px) {

    .one-cat-item {
        width: 33.33%;
    }

    .one-cat-item.one-cat-50 {
        width: 66.66%;
    }

    .min-info-prod-price {
        text-align: right;
        font-size: 14px;
    }

    .min-info-prod-tit {
        font-size: 14px;
    }

    .min-info-prod-brand {
        display: block;
        font-size: 12px;
        color: #777777;
    }

    .min-info-prod-price span {
        margin-left: 0;
        display: block;
        font-size: 12px;
    }

    .header-scroll.scroll-prod .short-menu li a {
        padding: 0 15px;
    }

    .header-scroll.scroll-prod .short-menu {
        margin-left: 15px;
    }

    .min-info-prod {
        padding: 0 150px 0 530px;
    }

    .min-info-prod-art {
        display: none;
    }

    .min-info-prod-in {
        width: 100%;
    }

}

/*

	dmon 1200



	*/

@media (max-width: 1100px) {

    .nav-tabs > li > a {
        padding: 12px 20px;
    }

    .one-order-info {
        width: 100%;
    }

    .one-order-name {
        min-height: inherit;
    }

    .order-form-choose {
        padding-right: 0;
    }

    .your-bask-size {
        width: 70px;
    }

    .bask-one-price-new-new {
        margin-right: 5px;
    }

    .bask-one-price-new-new, .bask-one-price-new-was {
        font-size: 13px;
    }

    .your-bask-size span {
        font-size: 12px;
    }

    .your-bask-size b {
        font-size: 13px;
    }

    .order-done a {
        width: 220px;
    }

    .one-page-basket-size {
        min-width: 150px;
        width: auto;
    }

    .basket-order-sum {
        width: auto;
    }

    .basket-order-bt {
        width: 276px;
    }

    .min-info-prod {
        padding: 0 145px 0 500px;
    }

    .min-info-prod-price {
        margin-left: 5px;
    }

    .min-info-prod-decr {
        margin-left: 3px;
    }

    .min-info-prod-bay a {
        width: 80px;
    }

    .menu > ul > li > a {
        padding: 15px 25px;
    }

    .coll-menus .sub-menu {
        width: 950px;
        margin-left: -410px;
    }

    .center-ban {
        margin-left: -100px;
    }

}

/*

	dmon 1100

	*/

@media (max-width: 992px) {

    .user-info-form {
        padding: 0;
    }

    .user-info-form {
        padding: 25px;
    }

    .one-inp-form-name {
        width: 100%;
        height: auto;
        line-height: normal;
        min-height: inherit;
        margin-bottom: 7px;
    }

    .one-inp-form {
        width: 100%;
        position: relative;
    }

    .one-user-form {
        margin-bottom: 15px;
    }

    .bt-user-form {
        width: 100%;
    }

    .one-inp-form-sel.day {
        width: 32%;
    }

    .one-inp-form-sel.month {
        width: 65%;
    }

    .lk-order {
        padding: 0;
    }

    .one-lk-order {
        padding: 0 40px;
    }

    .one-lk-order-top:before {
        width: 5px;
        height: 5px;
        border-left: 1px solid #777777;
        border-bottom: 1px solid #777777;
        top: 31px;
    }

    .one-lk-order-info-name {
        width: 100%;
        margin-bottom: 7px;
    }

    .one-lk-order-info-val {
        float: left;
        width: 100%;
    }

    .one-lk-order-basket {
        padding: 20px 0;
    }

    .one-lk-order-item {
        position: relative;
    }

    .one-lk-order-item > div {
        display: block;
        float: left;
        padding: 0 10px 10px;
    }

    .one-lk-order-item-thumb {
        width: 35%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .one-lk-order-item-descr {
        width: 100%;
        padding-left: 35% !important;
    }

    .one-lk-order-item-size {
        width: 66%;
        padding-left: 35% !important;
    }

    .one-lk-order-item-price {
        width: 33%;
        float: right !important;
        padding-left: 0 !important;
        text-align: right;
        padding-right: 15px;
    }

    .one-lk-order-item-thumb img {
        max-width: 100%;
    }

    .one-lk-order-list-left {
        width: 100%;
        border-right: none;
        padding: 0 15px;
    }

    .one-lk-order-list-right {
        width: 100%;
        padding: 0 15px;
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .one-lk-order-list {
        padding: 0;
    }

    .one-lk-order-list-right li span.list-val {
        text-align: right;
    }

    .one-lk-order-list-left li span.list-name {
        width: 100%;
        padding: 0;
        margin-bottom: 7px;
    }

    .one-lk-order-list-left li span.list-val {
        width: 100%;
        padding: 0;
    }

    .lk-fav-top-in {
        display: block;
        position: relative;
        height: auto;
        padding-top: 20px;
    }

    .lk-fav-top-in.head {
        padding-top: 50px;
    }

    .fav-top-head {
        position: absolute;
        left: 20px;
        top: 15px;
        margin: 0;
    }

    .lk-fav-top-in > div {
        display: block;
        float: left;
        width: 100%;
        padding: 0 40px;
        margin-bottom: 10px;
    }

    .lk-fav-top:before {
        content: normal;
    }

    .lk-fav {
        padding: 0;
    }

    .fav-top-name {
        position: relative;
    }

    .fav-top-name:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -8px;
        width: 6px;
        height: 6px;
        left: 20px;
        border: none;
        border-left: 1px solid #777777;
        border-bottom: 1px solid #777777;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .bask-one-price-new-sale {
        font-size: 12px;
        color: #c7575e;
    }

    .bay-order-sum {
        float: left;
        width: 100%;
        padding: 10px 20px 15px;
        background-color: #f8f8f8;
        border-top: 1px solid #d7d7d7;
    }

    .bay-order-sum .your-bask-one {
        border: none;
    }

    .bay-order-name {
        font-family: 'latobold';
    }

    .bay-order-name span {
        display: block;
        padding-top: 12px;
    }

    .bay-order-name span.b-sum {
        font-size: 14px;
    }

    .bay-order-name span.b-sale {
        font-size: 14px;
    }

    .bay-order-name span.b-all {
        font-size: 18px;
    }

    .bay-order-sum .your-bask-one-price-new {
        padding-top: 0;
    }

    .bay-order-sum .your-bask-one-price-new span.b-sale {
        color: #c7575e;
    }

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

    .order-button {
        width: 740px;
    }

    .order-button-mob {
        display: none;
    }

    .your-bask-tit-mob {
        display: none;
    }

    .more-mob-do-check {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 0;
        top: 0;
        width: 30px;
        height: 100%;
        background: url(../images/lk/more-dot.svg) center center no-repeat;
    }

    .basket-info {
        margin-left: 10px;
        color: #777777;
        font-size: 14px;
        margin-top: 4px;
    }

    .one-page-basket-thumb {
        width: 260px;
        text-align: center;
    }

    .new-item-drop {
        margin-top: 10px;
        position: relative;
        padding: 15px 0;
        z-index: 98;
    }

    .new-item-drop.opened {
        z-index: 100;
    }

    .one-item-prop {
        display: inline-block;
        margin: 0 30px 10px 0;
    }

    .one-item-prop > span {
        display: block;
        padding-left: 27px;
        font-size: 12px;
        position: relative;
        cursor: pointer;
    }

    .one-item-prop.p-1 > span:before {
        content: '';
        display: block;
        background: url(../images/new-del.svg) 0 0 no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 2px;
        top: 50%;
        margin-top: -9px;
    }

    .one-item-prop.p-2 > span:before {
        content: '';
        display: block;
        background: url(../images/new-care.svg) 0 0 no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        width: 16px;
        height: 13px;
        position: absolute;
        left: 2px;
        top: 50%;
        margin-top: -8px;
    }

    .one-item-prop.p-3 > span:before {
        content: '';
        display: block;
        background: url(../images/new-care.svg) 0 0 no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        width: 16px;
        height: 13px;
        position: absolute;
        left: 2px;
        top: 50%;
        margin-top: -8px;
    }

    .one-item-prop i {
        display: inline-block;
        font-style: normal;
        border-bottom: 1px dashed #000;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .one-item-prop > span i {
        border-bottom-color: transparent;
    }

    .hide-item-prop {
        display: none;
        position: absolute;
        z-index: 9;
        left: 0;
        top: 100%;
        min-width: 100%;
        padding: 20px 30px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    }

    .close-hide-prop {
        position: absolute;
        opacity: 0.4;
        right: 10px;
        top: 10px;
        display: block;
        background-color: #eaeaea;
        width: 32px;
        height: 32px;
        cursor: pointer;
        background-image: url(../images/tags.png);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

    .close-hide-prop:hover {
        opacity: 0.8;
    }

    .hide-prop-tit {
        padding-top: 10px;
        font-size: 16px;
        color: #a98444;
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .hide-prop-in table tbody tr td {
        padding: 5px 5px 5px 5px;
    }

    .hide-prop-in table tbody tr td a {
        color: black;
        text-decoration: underline;
    }

    .hide-prop-in table tbody tr td a:hover {
        text-decoration: none;
    }

    .del-block-bt {
        width: 100%;
    }

    .del-block-text b {
        display: block;
        margin-bottom: 10px;
    }

    .bt-red {
        width: 100%;
    }

    .no-del {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .error-inp-info {
        margin-bottom: 0;
    }

    .sort-new {
        width: 32%;
        margin-top: 0;
        min-height: 40px;
    }

    .sort-by {
        width: 100%;
        min-height: 38px;
    }

    .sort-by-in {
        background-position: right 15px top 18px;
    }

    .sort-mob {
        height: 40px;
    }

    .one-sort a {
        padding: 13px 12px;
    }

    .one-cat-new-hover {
        display: none;
    }

    .one-cat-item-brand {
        margin-bottom: 10px;
    }

    .header-scroll {
        display: none;
    }

    body {
        padding-top: 56px;
    }

    .openFixFilt.openFilt .filters {
        top: 0;
    }

    .filters {
        left: auto;
        right: 0;
    }

    .filer-bt {
        left: auto;
        right: 0;
    }

    .order-tabs {
        width: 100%;
    }

    .your-bask {
        width: 100%;
        border: none;
    }

    .header-page .header-mid {
        padding: 14px 0;
    }

    .header-page .logo {
        display: block;
        width: 63px;
    }

    .new-phone {
        padding: 3px 0;
    }

    .new-phone a {
        font-size: 14px;
    }

    .orders .basket-name {
        text-transform: uppercase;
        font-size: 18px;
    }

    .mobile-num-sum {
        display: block;
        font-size: 13px;
        float: left;
        width: 100%;
        padding: 8px 0 0;
        color: #777777;
    }

    .basket-top {
        border: none;
        padding-bottom: 10px;
    }

    .nav-tabs > li > a:hover:before, .nav-tabs > li.active > a:before, .nav-tabs > li > a:hover:after, .nav-tabs > li.active > a:after {
        content: normal !important;
    }

    .radio-hide-select.new-post-sel {
        width: 100%;
    }

    .order-button {
        display: none;
    }

    .order-button-mob {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }

    .your-bask-tit {
        display: none;
    }

    .your-bask-tit-mob {
        display: block;
        margin-bottom: 20px;
    }

    .your-bask-in {
        padding: 0;
    }

    .your-bask-tit-mob-in {
        font-size: 18px;
        font-family: 'latobold';
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .your-bask-tit-edit {
    }

    .your-bask-tit-edit a {
        color: #a98444;
        font-size: 14px;
        text-decoration: underline;
        font-family: 'latomedium';
    }

    .your-bask-tit-edit a:hover {
        text-decoration: none;
    }

    .your-bask-one {
        border-top: 1px solid #f1f1f1 !important;
    }

    .one-page-basket-price span {
        margin-left: 0;
        margin-top: 5px;
    }

    .one-page-basket-price i {
        margin-right: 0;
    }

    .basket-order-fast {
        width: 100%;
    }

    .basket-order-sum {
        width: 100%;
    }

    .basket-order-in {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .basket-order-sum {
        padding: 20px 15px;
    }

    .basket-order-fast {
        padding: 20px 15px;
    }

    .basket-fast-form {
        width: 100%;
    }

    .basket-fast-slog {
        width: 100%;
    }

    .basket-fast-input {
        width: 50%;
    }

    .new-all-summ {
        text-align: center;
        width: 100%;
    }

    .new-all-summ ul {
        display: inline-block;
        text-align: left;
    }

    .basket-order-bt {
        width: 100%;
    }

    .one-page-basket-price {
        min-width: inherit;
        width: 150px;
    }

    .basket-in {
        background-color: transparent;
    }

    .one-page-basket {
        border: none;
        border-bottom: 1px solid #efdfc3;
    }

    .new-all-summ li {
        clear: both;
    }

    .min-info-prod {
        padding: 0 130px 0 440px;
    }

    .header-scroll.scroll-prod {
        display: block !important;
        z-index: 999;
    }

    .header-scroll.scroll-prod .short-menu {
        display: none;
    }

    .min-info-prod {
        padding: 0 140px 0 115px;
    }

    .header-mob {
        height: 50px;
        background-color: #fff;
        box-shadow: 0px 2px 2.82px 0.18px rgba(0, 0, 0, 0.24);
    }

    .header-mob .container {
        height: 50px;
    }

    .header-scroll.scroll-prod .show-hide-in {
        padding: 17px 22px;
        width: 60px;
    }

    .mob-lang-in > a {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .mob-fast a {
        padding: 17px 0;
        height: 50px;
    }

    .user-short-menu {
        display: none;
    }

    .menu.z-max {
        z-index: 10001;
    }

    .all-menu-items {
        display: none !important;
    }

    .center-ban {
        margin-left: 0;
    }

    .coll-menus .sub-menu {
        width: 290px;
        left: auto;
        margin-left: 0;
    }

}

.new-all-summ-left {
    float: left;
    width: 150px;
    margin-bottom: 10px;
}

.new-all-summ-right {
    float: left;
    margin-bottom: 10px;
}

.new-all-summ-right span {
    color: #c7575e;
}

.new-all-summ li.cunt {
    font-size: 18px;
}

.one-page-basket-del {
    right: 15px;
}

.sale-bask-info {
    font-size: 13px;
    color: #c7575e;
    margin-bottom: -20px;
    padding-top: 7px;
}

.basket-fast-input label {
    display: block;
    float: left;
}

.product-info {
}

.product-info .new-item-drop {
    float: left;
    width: 100%;
    padding-bottom: 0px;
}

.product-info .one-item-prop {
    margin: 0 15px 10px;
}

.one-item-prop > span {
    padding-left: 31px;
    font-size: 14px;
}

.product-info .one-item-prop.p-1 span:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.product-info .one-item-prop.p-2 span:before {
    width: 20px;
    height: 18px;
    margin-top: -9px;
}

.product-info .one-item-prop.p-3 span:before {
    width: 20px;
    height: 18px;
    margin-top: -9px;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 98;
}

.prod-size-select .jq-selectbox__dropdown {
    margin-top: -28px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.prod-size-select .jq-selectbox__dropdown ul {
    padding: 1px 0;
}

.min-info-prod {
    padding: 0 115px 0 490px;
    text-align: center;
}

.min-info-prod-in {
    padding-top: 5px;
    display: inline-block;
    text-align: left;
}

.min-info-prod-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.min-info-prod-thumb {
}

.min-info-prod-decr {
    margin-left: 10px;
}

.min-info-prod-tit {
    font-size: 16px;
    font-family: 'latobold';
}

.min-info-prod-art {
    font-size: 11px;
    color: #777777;
}

.min-info-prod-price {
    margin-left: 30px;
    font-size: 18px;
    font-family: 'latobold';
}

.min-info-prod-price span {
    margin-left: 22px;
    font-size: 14px;
    color: #777777;
    text-decoration: line-through;
}

.min-info-prod-bay {
    margin-left: 20px;
}

.min-info-prod-bay a {
    border-width: 2px;
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    width: 116px;
}

.min-info-prod-bay a:before, .min-info-prod-bay a:after {
    content: normal;
}

.min-info-prod-brand {
    display: none;
}

.prod-all-descr {
    text-align: center;
}

.prod-all-descr-in {
    display: inline-block;
    text-align: left;
}


@media (min-width: 992px) {

    .menu > ul > li {
        -webkit-transition: box-shadow 0.3s;
        -o-transition: box-shadow 0.3s;
        transition: box-shadow 0.3s;
    }

    .menu > ul > li > a {
        display: block;
        padding: 18px 40px 15px;
        position: relative;
    }

    .menu > ul > li.open {
        background-color: #fff;
        box-shadow: 0px 4px 16px 0px rgba(73, 73, 73, 0.35);
    }

    .short-menu > ul > li.open {
        background-color: #fff;
        box-shadow: 0px 4px 16px 0px rgba(73, 73, 73, 0.35);
    }

    .menu > ul > li {
        position: relative;
    }

    .menu > ul > li.open a {
        position: relative;
        z-index: 102;
        background-color: #fff;
    }

    .sub-menu {
        padding: 20px;
    }

    .sub-menu {
        width: auto;
        box-shadow: 0px 4px 16px 0px rgba(73, 73, 73, 0.35);
    }

    .sub-menu-in > ul {
        width: 240px;
        padding-bottom: 42px;
    }

    .menu > ul > li.open > a:before {
        content: '';
        position: absolute;
        z-index: 102;
        height: 20px;
        top: 100%;
        left: 0
        right: 0;
    }


    .sub-menu .container {
        padding: 0;
    }


    .center-ban.sub-menu ul li ul {
        padding-bottom: 36px;
        bottom: 0;
        top: -15px;
    }

    .sub-menu-in > ul > li {
        padding: 0;
    }

    .sub-menu-in > ul > li > a {
        padding: 9px 20px;
        display: block;
    }

    .sub-menu-in > ul > li.sfHover > a {
        background-color: #fbfbfb !important;
    }

    .sub-menu-in > ul > li.active a {
        background-color: #fbfbfb;
    }

    .sub-menu-in > ul:hover > li.active a {
        background-color: transparent;
    }

    .sub-menu-in > ul > li.active ul {
        display: block !important;
    }

    .sub-menu-in > ul > li > a:after {
        display: none;
    }

    .sub-menu-in > ul > li > ul {
        margin-left: 0 !important;
        border: none !important;
    }

    .all-menu-items {
        position: absolute !important;
        padding: 12px 0;
        border-top: 1px solid #efdfc3;
        left: 20px;
        right: 20px;
        bottom: 0;
        font-size: 12px !important;
        color: #000 !important;
        text-transform: none !important;
        opacity: 0.5;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .all-menu-items:hover {
        opacity: 1;
    }

    .all-menu-items span {
        display: inline-block;
        padding-right: 15px;
        padding-right: 27px;
        background: url(../images/menu-arr-more.png) right center no-repeat;
    }

    .coll-menus .sub-menu {
        width: 1170px;
        left: -390px;
    }

    .coll-menus .sub-menu-in > ul {
        width: 900px;
        padding: 10px 10px;
    }

    .row-4 ul {
        padding-left: 0px;
        display: block;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .row-5 ul li {
        -webkit-column-break-inside: avoid; /* Chrome, Safari */
        page-break-inside: avoid; /* Theoretically FF 20+ */
        break-inside: avoid-column;
    }

    .coll-menus .sub-menu-in > ul li {
        float: left;
        width: 100%;
        vertical-align: top;
    }

    .coll-menus .sub-menu-in > ul li a {
        padding: 8px 0;
    }

    .coll-menus .menu-banner {
        width: 240px;
        padding: 15px 0;
    }

    .coll-menus .sub-menu-in {
        align-content: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }

    .coll-menus .all-menu-items {
        position: static !important;
        margin-bottom: 50px;
        float: left;
        width: 100%;
    }

}


/*

	dmon full

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;

	font-family: 'latoblack';
    font-family: 'latoblack_italic';
    font-family: 'latobold';
    font-family: 'latolight';
    font-family: 'latomedium';
    font-family: 'latomedium_italic';
    font-family: 'latoregular';
    font-family: 'latosemibold';
    font-family: 'latothin';

	*/

@media (max-width: 1380px) {


}

/*

dmon 1380

*/

@media (max-width: 1340px) {

    .new-cat-btns-hover a {
        font-size: 1.1vw;
    }

    .your-bask {
        width: 50%;
    }

    .order-tabs {
        width: 48%;
    }

    .one-order-info {
        width: 40%;
    }

    .order-button {
        width: 100%;
        padding-right: 52%;
    }

    .coll-menus .sub-menu {
        width: 1040px;
        left: 50%;
        margin-left: -451px;
    }

}

/*

dmon 1340

*/

@media (max-width: 1200px) {

    .one-cat-item {
        width: 33.33%;
    }

    .one-cat-item.one-cat-50 {
        width: 66.66%;
    }

    .min-info-prod-price {
        text-align: right;
        font-size: 14px;
    }

    .min-info-prod-tit {
        font-size: 14px;
    }

    .min-info-prod-brand {
        display: block;
        font-size: 12px;
        color: #777777;
    }

    .min-info-prod-price span {
        margin-left: 0;
        display: block;
        font-size: 12px;
    }

    .header-scroll.scroll-prod .short-menu li a {
        padding: 0 15px;
    }

    .header-scroll.scroll-prod .short-menu {
        margin-left: 15px;
    }

    .min-info-prod {
        padding: 0 150px 0 530px;
    }

    .min-info-prod-art {
        display: none;
    }

    .min-info-prod-in {
        width: 100%;
    }

}

/*

	dmon 1200

	*/

@media (max-width: 1100px) {

    .nav-tabs > li > a {
        padding: 12px 20px;
    }

    .one-order-info {
        width: 100%;
    }

    .one-order-name {
        min-height: inherit;
    }

    .order-form-choose {
        padding-right: 0;
    }

    .your-bask-size {
        width: 70px;
    }

    .bask-one-price-new-new {
        margin-right: 5px;
    }

    .bask-one-price-new-new, .bask-one-price-new-was {
        font-size: 13px;
    }

    .your-bask-size span {
        font-size: 12px;
    }

    .your-bask-size b {
        font-size: 13px;
    }

    .order-done a {
        width: 220px;
    }

    .one-page-basket-size {
        min-width: 150px;
        width: auto;
    }

    .basket-order-sum {
        width: auto;
    }

    .basket-order-bt {
        width: 276px;
    }

    .min-info-prod {
        padding: 0 145px 0 500px;
    }

    .min-info-prod-price {
        margin-left: 5px;
    }

    .min-info-prod-decr {
        margin-left: 3px;
    }

    .min-info-prod-bay a {
        width: 80px;
    }

    .menu > ul > li > a {
        padding: 15px 25px;
    }

    .coll-menus .sub-menu {
        width: 950px;
        margin-left: -410px;
    }

    .center-ban {
        margin-left: -100px;
    }

}

/*

dmon 1100

*/

@media (max-width: 992px) {

    .user-info-form {
        padding: 0;
    }

    .user-info-form {
        padding: 25px;
    }

    .one-inp-form-name {
        width: 100%;
        height: auto;
        line-height: normal;
        min-height: inherit;
        margin-bottom: 7px;
    }

    .one-inp-form {
        width: 100%;
        position: relative;
    }

    .one-user-form {
        margin-bottom: 15px;
    }

    .bt-user-form {
        width: 100%;
    }

    .one-inp-form-sel.day {
        width: 32%;
    }

    .one-inp-form-sel.month {
        width: 65%;
    }

    .lk-order {
        padding: 0;
    }

    .one-lk-order {
        padding: 0 40px;
    }

    .one-lk-order-top:before {
        width: 5px;
        height: 5px;
        border-left: 1px solid #777777;
        border-bottom: 1px solid #777777;
        top: 31px;
    }

    .one-lk-order-info-name {
        width: 100%;
        margin-bottom: 7px;
    }

    .one-lk-order-info-val {
        float: left;
        width: 100%;
    }

    .one-lk-order-basket {
        padding: 20px 0;
    }

    .one-lk-order-item {
        position: relative;
    }

    .one-lk-order-item > div {
        display: block;
        float: left;
        padding: 0 10px 10px;
    }

    .one-lk-order-item-thumb {
        width: 35%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .one-lk-order-item-descr {
        width: 100%;
        padding-left: 35% !important;
    }

    .one-lk-order-item-size {
        width: 66%;
        padding-left: 35% !important;
    }

    .one-lk-order-item-price {
        width: 33%;
        float: right !important;
        padding-left: 0 !important;
        text-align: right;
        padding-right: 15px;
    }

    .one-lk-order-item-thumb img {
        max-width: 100%;
    }

    .one-lk-order-list-left {
        width: 100%;
        border-right: none;
        padding: 0 15px;
    }

    .one-lk-order-list-right {
        width: 100%;
        padding: 0 15px;
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .one-lk-order-list {
        padding: 0;
    }

    .one-lk-order-list-right li span.list-val {
        text-align: right;
    }

    .one-lk-order-list-left li span.list-name {
        width: 100%;
        padding: 0;
        margin-bottom: 7px;
    }

    .one-lk-order-list-left li span.list-val {
        width: 100%;
        padding: 0;
    }

    .lk-fav-top-in {
        display: block;
        position: relative;
        height: auto;
        padding-top: 20px;
    }

    .lk-fav-top-in.head {
        padding-top: 50px;
    }

    .fav-top-head {
        position: absolute;
        left: 20px;
        top: 15px;
        margin: 0;
    }

    .lk-fav-top-in > div {
        display: block;
        float: left;
        width: 100%;
        padding: 0 40px;
        margin-bottom: 10px;
    }

    .lk-fav-top:before {
        content: normal;
    }

    .lk-fav {
        padding: 0;
    }

    .fav-top-name {
        position: relative;
    }

    .fav-top-name:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -8px;
        width: 6px;
        height: 6px;
        left: 20px;
        border: none;
        border-left: 1px solid #777777;
        border-bottom: 1px solid #777777;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .open .fav-top-name:before {
        margin-top: -3px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .lk-fav-top-in > div.fav-top-soc {
        padding-top: 10px;
    }

    .fav-top-edit {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -30px;
    }

    .fav-top-del {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: 5px;
    }

    .fav-top-del a {
        padding: 10px 11px;
    }

    .new-lk-fav {
        padding: 30px 20px;
    }

    .one-fav-body-top {
        height: inherit;
        padding: 15px 23px;
    }

    .one-fav-item {
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #E5E5E5;
        margin-left: 0;
    }

    .one-fav-body-top {
        position: relative;
    }

    .do-checked {
        position: absolute;
        z-index: 9;
        width: 200px;
        top: 100%;
        right: 0;
        padding: 22px 25px 10px;
        background-color: #fff;
        box-shadow: 0px 2px 12px rgba(77, 77, 77, 0.3);
        font-family: 'latoregular';
    }

    .do-checked br {
        display: block;
    }

    .do-checked a {
        margin-left: 0;
        display: inline-block;
        margin-bottom: 15px;
        clear: both;
    }

    .do-checked a span {
        display: none;
    }

    .more-mob-do-check {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 0;
        top: 0;
        width: 30px;
        height: 100%;
        background: url(../images/lk/more-dot.svg) center center no-repeat;
    }

    .do-checked .close-info-block {
        display: block;
    }

    .new-lk-fav {
        position: relative;
        padding: 20px 20px 20px;
    }

    .form-add-fav {
        padding: 35px 0 0;
        position: relative;
    }

    .one-lk-fav .form-add-fav {
        padding: 45px 20px 15px;
        position: relative;
    }

    .one-lk-fav .form-add-fav form {
        height: auto;
    }

    .add-fav-input {
        width: 100%;
        margin-bottom: 15px;
    }

    .add-fav-bt {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 5px;
    }

    .add-fav-bt button {
        width: 100%;
        border: 2px solid #EDC889;
        line-height: 32px;
        background-color: #fff;
    }

    .add-fav-cancel {
        width: 100%;
        margin-left: 0;
    }

    .add-fav-cancel a {
        text-align: center;
    }

    .add-fav-head {
        position: absolute;
        left: 0px;
        top: -5px;
    }

    .one-lk-fav .form-add-fav .add-fav-head {
        left: 20px;
        top: 5px;
    }

    .del-block-in {
        display: block;
        width: 100%;
        height: inherit;
        padding: 15px 20px 10px;
    }

    .del-block-text {
        width: 100%;
        margin-bottom: 15px;
    }

    .del-block-bt {
        width: 100%;
    }

    .del-block-text b {
        display: block;
        margin-bottom: 10px;
    }

    .bt-red {
        width: 100%;
    }

    .no-del {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .error-inp-info {
        margin-bottom: 0;
    }

    .sort-new {
        width: 32%;
        margin-top: 0;
        min-height: 40px;
    }

    .sort-by {
        width: 100%;
        min-height: 38px;
    }

    .sort-by-in {
        background-position: right 15px top 18px;
    }

    .sort-mob {
        height: 40px;
    }

    .one-sort a {
        padding: 13px 12px;
    }

    .one-cat-new-hover {
        display: none;
    }

    .one-cat-item-brand {
        margin-bottom: 10px;
    }

    .header-scroll {
        display: none;
    }

    body {
        padding-top: 56px;
    }

    .openFixFilt.openFilt .filters {
        top: 0;
    }

    .filters {
        left: auto;
        right: 0;
    }

    .filer-bt {
        left: auto;
        right: 0;
    }

    .order-tabs {
        width: 100%;
    }

    .your-bask {
        width: 100%;
        border: none;
    }

    .header-page .header-mid {
        padding: 14px 0;
    }

    .header-page .logo {
        display: block;
        width: 63px;
    }

    .new-phone {
        padding: 3px 0;
    }

    .new-phone a {
        font-size: 14px;
    }

    .orders .basket-name {
        text-transform: uppercase;
        font-size: 18px;
    }

    .mobile-num-sum {
        display: block;
        font-size: 13px;
        float: left;
        width: 100%;
        padding: 8px 0 0;
        color: #777777;
    }

    .basket-top {
        border: none;
        padding-bottom: 10px;
    }

    .nav-tabs > li > a:hover:before, .nav-tabs > li.active > a:before, .nav-tabs > li > a:hover:after, .nav-tabs > li.active > a:after {
        content: normal !important;
    }

    .radio-hide-select.new-post-sel {
        width: 100%;
    }

    .order-button {
        display: none;
    }

    .order-button-mob {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }

    .your-bask-tit {
        display: none;
    }

    .your-bask-tit-mob {
        display: block;
        margin-bottom: 20px;
    }

    .your-bask-in {
        padding: 0;
    }

    .your-bask-tit-mob-in {
        font-size: 18px;
        font-family: 'latobold';
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .your-bask-tit-edit {
    }

    .your-bask-tit-edit a {
        color: #a98444;
        font-size: 14px;
        text-decoration: underline;
        font-family: 'latomedium';
    }

    .your-bask-tit-edit a:hover {
        text-decoration: none;
    }

    .your-bask-one {
        border-top: 1px solid #f1f1f1 !important;
    }

    .one-page-basket-price span {
        margin-left: 0;
        margin-top: 5px;
    }

    .one-page-basket-price i {
        margin-right: 0;
    }

    .basket-order-fast {
        width: 100%;
    }

    .basket-order-sum {
        width: 100%;
    }

    .basket-order-in {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .basket-order-sum {
        padding: 20px 15px;
    }

    .basket-order-fast {
        padding: 20px 15px;
    }

    .basket-fast-form {
        width: 100%;
    }

    .basket-fast-slog {
        width: 100%;
    }

    .basket-fast-input {
        width: 50%;
    }

    .new-all-summ {
        text-align: center;
        width: 100%;
    }

    .new-all-summ ul {
        display: inline-block;
        text-align: left;
    }

    .basket-order-bt {
        width: 100%;
    }

    .one-page-basket-price {
        min-width: inherit;
        width: 150px;
    }

    .basket-in {
        background-color: transparent;
    }

    .one-page-basket {
        border: none;
        border-bottom: 1px solid #efdfc3;
    }

    .new-all-summ li {
        clear: both;
    }

    .min-info-prod {
        padding: 0 130px 0 440px;
    }

    .header-scroll.scroll-prod {
        display: block !important;
        z-index: 999;
    }

    .header-scroll.scroll-prod .short-menu {
        display: none;
    }

    .min-info-prod {
        padding: 0 140px 0 115px;
    }

    .header-mob {
        height: 50px;
        background-color: #fff;
        box-shadow: 0px 2px 2.82px 0.18px rgba(0, 0, 0, 0.24);
    }

    .header-mob .container {
        height: 50px;
    }

    .header-scroll.scroll-prod .show-hide-in {
        padding: 17px 22px;
        width: 60px;
    }

    .mob-lang-in > a {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .mob-fast a {
        padding: 17px 0;
        height: 50px;
    }

    .user-short-menu {
        display: none;
    }

    .menu.z-max {
        z-index: 10001;
    }

    .all-menu-items {
        display: none !important;
    }

    .center-ban {
        margin-left: 0;
    }

    .coll-menus .sub-menu {
        width: 290px;
        left: auto;
        margin-left: 0;
    }

}

/* dmon 992 */

@media (max-width: 767px) {

    .lk-menu {
        display: none;
    }

    .lk-tabs {
        padding-left: 0;
    }

    .lk-tabs {
        border: 1px solid #CBCBCB;
        float: left;
        width: 100%;
        border-bottom: none;
    }

    .acc-bt-mob {
        display: block;
        float: left;
        width: 100%;
    }

    .acc-bt-mob a {
        display: block;
        padding: 20px;
        text-transform: uppercase;
        font-size: 14px;
        position: relative;
        font-family: 'latobold';
        color: #222222;
        border-bottom: 1px solid #CBCBCB;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .acc-bt-mob a.open {
        background-color: #FBFBFB;
        border-top: 1px solid #E3B88E;
        color: #A98444;
        border-bottom: 1px solid transparent;
    }

    .acc-bt-mob a.open:after {
        margin-top: -4px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .acc-bt-mob a:after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -8px;
        width: 8px;
        height: 8px;
        right: 20px;
        border: none;
        border-left: 1px solid #777777;
        border-bottom: 1px solid #777777;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .one-lk-tabs-in {
        border: none;
    }

    .user-info-form {
        padding: 15px 20px 0;
    }

    .one-lk-order {
        padding: 0 10px;
    }

    .one-lk-order-top {
        padding: 10px 30px 10px;
    }

    .one-lk-order-top:before {
        top: 12px;
        left: 10px;
    }

    .one-lk-order-top.open:before {
        top: 15px;
        left: 10px;
    }

    .one-lk-order-item-size {
        font-size: 12px !important;
    }

    .lk-fav-top-in.head {
        padding-top: 30px;
    }

    .fav-top-head {
        top: -5px;
    }

    .one-fav-body-top {
        padding: 10px 10px;
    }

    .one-lk-body-check-all {
        width: 60%;
    }

    .one-fav-item {
        padding: 10px 10px 15px;
    }

    .one-fav-item-check label {
        padding: 17px 10px;
    }

    .one-fav-item-del {
        width: 32px;
        padding: 17px 10px;
    }

    .one-fav-body {
        padding: 0 10px;
    }

    .modal-wrap-lk .modal-dialog {
        max-width: 90%;
    }

    .close-lk-modal {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .lk-modal-one-inp button {
        width: 100%;
    }

    .info-i {
        z-index: 999;
    }

    .hide-info-block {
        width: 280px;
        margin-left: -140px;
    }

    .one-cat-item {
        width: 50%;
    }

    .one-cat-item-thumb-in {
        padding: 10px 0;
    }

    .one-cat-item-thumb {
        margin-bottom: 0;
    }

    .sort-new {
        width: 48%;
    }

    .order-button-mob {
        margin-bottom: 20px;
    }

    .order-button-mob .order-done {
        margin-bottom: 15px;
    }

    .order-button-mob .order-done a {
        width: 100%;
    }

    .order-button-mob .order-back {
        width: 100%;
        display: block;
        text-align: center;
    }

    .order-button-mob .order-back a {
        display: inline-block;
        float: none;
    }

    .your-bask-in {
        display: block;
    }

    .right-one-bask > div {
        padding: 0 !important;
    }

    .your-bask-size {
        font-family: 'latosemibold';
    }

    .your-bask-size span {
        display: inline-block;
    }

    .your-bask-size b {
        display: inline-block;
        font-family: 'latosemibold';
    }

    .your-bask-one-tit {
        margin-bottom: 20px;
    }

    .right-one-bask > div.your-bask-one-price-new {
        margin-top: 20px !important;
    }

    .bask-one-price-new-new, .bask-one-price-new-was {
        font-family: 'latobold';
        font-size: 16px;
    }

    .bask-one-price-new-sale {
        font-size: 13px;
        font-family: 'latosemibold';
    }

    .your-bask-one-tit {
        font-family: 'latobold';
    }

    .bay-order-sum .your-bask-one {
        border: none !important;
    }

    .bay-order-sum .right-one-bask {
        padding-left: 0;
    }

    .your-bask-in {
        padding: 0 20px;
    }

    .your-bask-one {
        float: none;
    }

    .bay-order-sum {
        width: auto;
        float: none;
        margin: 0 -15px;
        padding-bottom: 0px;
    }

    .bay-order-sum .your-bask-one-tit {
        width: 60%;
        float: left;
    }

    .bay-order-sum .right-one-bask > div.your-bask-one-price-new {
        width: 40%;
        float: left;
        margin-top: 0 !important;
    }

    .right-one-bask {
        padding-left: 90px;
    }

    .one-order-input .bt-border {
        width: 100%;
    }

    .nav-tabs > li > a {
        padding: 12px 10px;
    }

    .one-page-basket-cat {
        position: static;
    }

    .one-page-basket-in .one-page-basket-thumb {
        width: 105px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .one-page-basket-in .one-page-basket-info {
        padding-left: 105px;
        margin-bottom: 10px;
    }

    .one-page-basket-in {
        padding: 10px 0;
        float: left;
        width: 100%;
    }

    .one-page-basket-in .one-page-basket-size {
        width: 100%;
        padding-left: 105px;
        padding: 0 0 0 105px;
    }

    .one-page-basket-size-name {
        margin-left: 0;
        padding-left: 0;
    }

    .new-item-drop {
        margin-top: 0;
        padding-bottom: 0;
    }

    .one-page-basket-num {
        margin-left: 0;
    }

    .one-item-prop {
        margin-right: 10px;
    }

    .one-page-basket-tit {
        font-size: 16px;
        padding-right: 20px;
    }

    .one-page-basket-del a {
        width: 24px;
        height: 24px;
        background-color: #f8f8f8;
    }

    .one-page-basket-del {
        right: 10px;
        top: 10px;
    }

    .one-page-basket-in .one-page-basket-price {
        padding-left: 105px;
        padding-top: 0;
        float: left;
        width: 100%;
        margin-left: 0;
    }

    .one-page-basket-price span {
        display: inline-block;
    }

    .one-page-basket-price i {
        margin-right: 10px;
    }

    .one-page-basket-size-name {
        margin-bottom: 10px;
    }

    .basket-order-in {
        border: 1px solid #efdfc3;
        margin: 0;
    }

    .basket-fast-input {
        width: 100%;
    }

    .basket-fast-bt {
        width: 100%;
    }

    .new-all-summ {
        padding: 0 10px;
    }

    .new-all-summ ul {
        padding-left: 0;
        width: 100%;
    }

    .new-all-summ-right {
        width: 90px;
        float: right;
    }

    .new-item-drop {
        position: static;
    }

    .hide-item-prop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        padding: 10px 20px;
    }

    .header-scroll.scroll-prod .show-hide {
        width: 60px;
        margin-right: -15px;
    }

    .min-info-prod {
        padding: 0 60px 0 115px;
    }
}

/* dmon 768 */
/*
font-family: 'latoblack';
	font-family: 'latoblack_italic';
	font-family: 'latobold';
	font-family: 'latolight';
	font-family: 'latomedium';
	font-family: 'latomedium_italic';
	font-family: 'latoregular';
	font-family: 'latosemibold';
	font-family: 'latothin';
*/

@media (max-width: 500px) {

    .header-scroll.scroll-prod .short-logo {
        display: none;
    }

    .min-info-prod {
        padding: 0 45px 0 0px;
    }

    .min-info-prod-bay {
        margin-left: 6px;
    }

    .min-info-prod-price {
        font-size: 13px;
    }

    .min-info-prod-tit {
        font-size: 13px;
    }

    .min-info-prod-art {
        font-size: 10px;
    }

}

/* dmon 500 */

/*subscribe popup*/
.subscribe-body {
    width: 700px;
}

.subscribe-body .js_close_feedback {
    top: 6px;
    right: -10px;
    font-size: 20px;
    z-index: 999;
    color: lightgray;
    background: none;
}

.subscribe-bg {
    padding: 7px;
}

.subscribe-form {
    width: 300px;
    margin-left: 45px;
}

.subscribe-container {
    background-color: white;
}

.subscribe-bg .form-container hr {
    width: 250px;
    padding: 1px;
    border: none;
    background-color: #fbefdb;
}

.subscribe-bg .form-container strong {
    font-size: 19px;
    text-transform: uppercase;
}

.subscribe-bg .form-container input {
    border: 1px solid #e1e1e1;
    background-color: #f8f8f8;
    height: 40px;
    padding: 0 15px;
    width: 100%;
    margin-top: 10px;
}

.subscribe-bg .form-container input::placeholder {
    text-align: center;
    font-size: 13px;
}

.subscribe-bg .form-container button {
    border: 2px solid #fbefdb;
    background-color: #f8f8f8;
    height: 40px;
    padding: 0 15px;
    width: 100%;
    margin-top: 10px;
    text-transform: uppercase;
}

.subscribe-bg .form-container p {
    margin-top: 30px;
    font-size: 17px;
}

.subscribe-container .pic-container {
    display: inline;
}

.subscribe-container .form-container {
    width: 390px;
    display: inline-block;
    padding-top: 35px;
    text-align: center;
}

@media screen and (max-width: 720px) {
    .subscribe-body {
        width: 60%;
    }

    .subscribe-container .pic-container {
        display: block;
        text-align: center;
    }

    .subscribe-container .form-container {
        width: 100%;
    }

    .subscribe-form {
        width: 100%;
        padding: 15px;
        margin-left: 0px;
    }

    .subscribe-bg .form-container hr {
        width: 80%;
    }
}

.has-error {
    border: 1px solid red !important;
}

.subscribe-form small {
    font-size: 11px;
    color: red;
}

.subscribe-messages {
    font-size: 11px;
}

.subscribe-message-error {
    color: red;
}

.subscribe-message-success {
    color: green;
}

/*price slider*/
body .noUi-horizontal {
    height: 5px;
    box-shadow: none;
    border: 1px solid #E8E8E8
}

body .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    outline: 0
}

body .noUi-horizontal .noUi-handle:hover {
    cursor: pointer
}

body .noUi-horizontal .noUi-handle:after {
    display: none
}

body .noUi-horizontal .noUi-handle:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 6px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #edc889
}

body .noUi-connect {
    background: 0 0
}

body .noUi-tooltip {
    color: #707070;
    background: 0 0;
    font-size: 14px;
    border: none
}

.price-fil {
    padding-left: 20px;
    padding-right: 35px;
    margin-bottom: 30px;
}

.new-collection {
    background-color: #efdfc3;
    color: white;
    font-size: 12px;
    vertical-align: middle;
    padding: 4px 5px 2px 5px;
}

@media (max-width: 992px) {
    .cat-coll .broad {
        display: none;
    }
}
.set-list {
    margin-top: 40px;
}
.set-item {
    float: none;
    margin: 0 auto;
    display: inline-block;
}
.set-container {
    text-align: center;
}
@media (max-width: 767px) {
    .set-item {
        width: 100%;
    }
    #sova .mobile {
        display: block;
    }
    #sova .desktop {
        display: none;
    }
    .big-photo img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 60%;
    }
    .prod-photo.only-photo .prod-photo-in > a {
        width: 33%;
        margin-bottom: 10px;}

    .prod-photo.only-photo .prod-photo-in img {
        display: block;
        margin: auto;
        margin-right: auto;
    }
    .sf-js-enabled .sfHover ul{
        border: 3px solid #fcf5ee !important;
    }
    .sf-js-enabled .sfHover ul li a{
        padding-left: 40px !important;
    }
    .sf-js-enabled .sfHover a:before{
        transform: rotate(90deg);
    }
    .sf-js-enabled li ul li{
        position: relative !important;
    }
    .sf-js-enabled li ul li:before{
        z-index: 99999999999;
        top: 50%;
        margin-top: -1px;
        left: 25px;
        content: "";
        position: absolute;
        border-left: 3px solid #a3a3a3;
        border-bottom: 3px solid transparent;
        border-top: 3px solid transparent;
    }
}
@media (min-width: 768px) {
    #sova .mobile {
        display: none;
    }
    #sova .desktop {
        display: block;
    }
}
.show-hide p {
    font-size: 7px;
    color: black;
    font-weight: bold;
}
#sova .mobile a {
    background-size: cover;
    height: 264px;
}

