@font-face {
    font-family: 'PT Sans Narrow';
    src: url('PTSans-Narrow.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans Narrow';
    src: url('PTSans-NarrowBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body,
html {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
    color: #000;
    background-color: #fff
}

a {
    font-size: 14px;
    color: #000
}

a:hover {
    color: #bb7ffd
}

ul li {
    list-style-type: none
}

ul {
    margin: 0;
    padding: 0
}
dd, dt{
    font-weight: normal;
    line-height: auto;
}

a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

::-webkit-input-placeholder {
    color: #a8a8a8
}

::-moz-placeholder {
    color: #a8a8a8
}

:-ms-input-placeholder {
    color: #a8a8a8
}

:-moz-placeholder {
    color: #a8a8a8
}

.promocode ::-webkit-input-placeholder,
.search_box ::-webkit-input-placeholder {
    color: #a8a8a8;
    line-height: 24px
}

.promocode ::-moz-placeholder,
.search_box ::-moz-placeholder {
    color: #a8a8a8;
    line-height: 24px
}

.promocode :-ms-input-placeholder,
.search_box :-ms-input-placeholder {
    color: #a8a8a8;
    line-height: 24px
}

.promocode :-moz-placeholder,
.search_box :-moz-placeholder {
    color: #a8a8a8;
    line-height: 24px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #7f41c3;
    background-color: #c1c3c2;
    border-left: 0 solid #dbdbdb
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #000
}

::-webkit-scrollbar-thumb {
    background-color: #7f41c3;
    border: 0 solid #ddd;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, .1) 50%, transparent, transparent)
}

::-webkit-scrollbar-thumb:hover {
    background-color: #bb7ffd
}

::-webkit-scrollbar-thumb:active {
    background-color: #bb7ffd
}

#consultation,
#login {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .65);
    padding: 15px;
    z-index: 333;
    text-align: center
}

#callback .success_text,
#consultation .success_text {
    color: #fff
}

#consultation input,
#login input {
    max-width: 400px;
    display: block;
    color: #444;
    border: 1px solid #e7e7e7;
    font-size: 16px;
    padding: 0 15px 0 15px;
    border-radius: 5px;
    line-height: 32px;
    width: 100%;
    margin: 5px auto;
    background-color: #fff;
    outline: 0
}

#consultation input:focus,
#login input:focus {
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .2);
    outline: 0;
    border: 1px solid #7f41c3;
    color: #000;
    font-size: 14px
}

#consultation .popup_title,
#login .popup_title {
    color: #fff;
    font-size: 22px;
    margin: 5px auto
}

#consultation .login_title,
#login .login_title {
    font-size: 18px;
    color: #fff
}

.to_forget_pass,
.to_login,
.to_registration {
    font-size: 16px;
    background: 0 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0;
    padding: 10px;
    transition: .5s
}

.registration_fb_form .login_title,
.registration_ok_form .login_title,
.registration_vk_form .login_title {
    font-size: 18px
}

.thanks_text_registration_fb,
.thanks_text_registration_ok,
.thanks_text_registration_vk {
    display: none;
    text-align: center;
    width: 100%;
    color: #7f41c3;
    font-size: 18px
}

.thanks_text_registration_fb p,
.thanks_text_registration_ok p,
.thanks_text_registration_vk p {
    text-align: center;
    color: #7f41c3;
    font-size: 18px
}

.thanks_text_forget,
.thanks_text_registration {
    display: none;
    text-align: center;
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 5px 5px 5px;
    background: #dd127b;
    margin: 10px auto;
    max-width: 400px
}

.registration_form {
    display: none
}

.forget_form {
    display: none
}

#product_view {
    display: none
}

#min_order {
    background: #fff;
    display: none;
    padding: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -350px;
    width: 700px;
    z-index: 2002;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    border: 1px solid #444
}

.min_order_info p {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    color: #000
}

.min_order_info p span {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    color: #dd217b
}

.confirm_min_order {
    font-size: 18px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    background-color: #dd127b;
    color: #fff;
    border-radius: 5px;
    max-width: 200px;
    margin: 5px auto;
    display: block
}

.confirm_min_order:hover {
    background-color: #bb7ffd;
    color: #fff;
    text-decoration: none
}

#order_info,
#sizetable {
    background: #fff;
    display: none;
    padding: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -350px;
    width: 700px;
    z-index: 2002;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    border: 1px solid #444
}

#order_info .order_products,
#sizetable .sizetable {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: auto
}

#order_info .order_products thead tr:first-child {
    border-bottom: 2px solid #444
}

#order_info .order_products tbody tr {
    border-bottom: 1px solid #444
}

#order_info .order_products tbody tr:last-child {
    border-bottom: 2px solid #444
}

#order_info .order_products .td_1 {
    width: 75px;
    height: 75px
}

#order_info .order_products .td_1 a {
    width: 75px;
    height: 75px
}

#order_info .order_products .td_2 {
    width: 300px
}

#order_info .order_products .td_2 a {
    font-size: 15px;
    color: #444
}

#order_info .price_op {
    text-align: center;
    color: #444;
    font-size: 15px;
    padding: 0 0;
    margin: 0 auto;
    overflow: hidden;
    display: block
}

#order_info thead tr td {
    font-size: 15px;
    color: #444
}

#order_info tr td {
    text-align: center;
    padding: 5px 10px
}

#order_info tr .tfoot_1 {
    text-align: left;
    font-size: 24px;
    color: #444
}

#order_info .quantity {
    font-size: 17px;
    color: #444
}

#order_info .sum_price {
    text-align: center;
    color: #444;
    font-size: 17px
}

#order_info .td_5 {
    width: 220px
}

#order_info tfoot p {
    font-weight: 700;
    font-size: 20px
}

#success_adding,
#success_adding_wish {
    background: #fff;
    display: none;
    padding: 12px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -250px;
    width: 500px;
    z-index: 127;
    text-align: center
}

#success_adding p,
#success_adding_wish p {
    font-size: 20px;
    font-weight: 700;
    color: #444
}

.hide_adding {
    line-height: 32px;
    display: inline-block;
    border-radius: 5px;
    background-color: #dd127b;
    border: 1px solid #dd127b;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 0 10px;
    margin: 5px;
    color: #fff
}

.hide_adding:hover {
    background-color: #bb7ffd;
    color: #fff
}

.go_to_basket {
    line-height: 32px;
    display: inline-block;
    border-radius: 5px;
    background-color: #bb7ffd;
    border: 1px solid #bb7ffd;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 0 10px;
    margin: 5px;
    color: #fff
}

.go_to_basket:hover {
    color: #fff;
    background-color: #dd127b
}

#alert {
    background: #fff;
    display: none;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -150px;
    width: 300px;
    z-index: 9999;
    text-align: center;
    border: 1px solid #444
}

#alert p {
    font-size: 22px;
    font-weight: 700;
    color: #f04d4d
}

#callback {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .65);
    padding: 15px;
    z-index: 26;
    text-align: center
}

#callback input {
    max-width: 400px;
    display: block;
    color: #444;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 0 15px 0 15px;
    border-radius: 5px;
    line-height: 32px;
    width: 100%;
    margin: 5px auto;
    background-color: #fff
}

#callback .popup_title {
    color: #fff;
    font-size: 22px;
    margin: 5px auto
}

#preload {
    display: none;
    background: rgba(0, 0, 0, .7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999
}

#preload #loaderImage,
#preload img {
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px
}

.error_input {
    background: #ffcece !important;
    border: 1px solid #cc0707 !important
}

#consultation .light_button,
#login .light_button {
    background: #fff;
    border-radius: 5px;
    line-height: 20px;
    font-size: 16px;
    padding: 10px 10px;
    display: inline-block;
    margin: 5px auto;
    transition: .5s;
    color: #7f41c3
}

#consultation .light_button:hover,
#login .light_button:hover {
    background: #7f41c3;
    color: #fff;
    text-decoration: none
}

.profile_thanks_text,
.pwd_thanks_text,
.thanks_text {
    text-align: center;
    font-size: 22px;
    margin: 20px auto;
    display: none;
    color: #5897e6
}

#promo_percent {
    margin: 15px;
    font-size: 18px;
    display: inline-block
}

#promo_percent span {
    background: #7f41c3;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 700
}

.match_container {
    position: absolute;
    left: 0;
    top: 40px;
    background-color: #fff;
    border: 1px solid #bb7ffd;
    overflow: hidden;
    width: 100%;
    z-index: 99999;
    display: none
}

.search_container ul {
    padding: 5px 10px 5px 10px
}

.search_container ul li {
    display: block;
    width: 100%;
    text-align: left
}

.search_container ul li a {
    display: block;
    padding: 5px
}

.search_container ul .match_product_img {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    left: auto;
    padding-left: 5px;
    text-align: left;
    width: 70px
}

.search_container ul .match_product_name {
    position: relative;
    display: inline-block;
    color: #333;
    right: auto;
    left: auto;
    top: auto;
    line-height: 16px;
    margin: 0;
    padding: 0;
    font-size: 17px;
    width: 180px;
}

.search_container ul li a:hover {
    background: #7f41c3
}

.search_container ul :hover .match_product_name {
    color: #fff
}

#overflow_1 {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

#phone_fastbuy {
    vertical-align: middle
}

.product_to_basket_fast,
.product_to_reserv {
    margin-top: 20px;
    border-bottom: 1px solid #ddd
}

.fs_search {
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 0 2px 0 rgba(165, 199, 22, .5)
}

.fs_search form {
    text-align: center
}

.fs_search .filter_row {
    width: 22%;
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.one_click_thanks,
.reserv_thanks {
    font-size: 18px;
    display: none
}

.social_auth {
    text-align: center
}

.social_auth li {
    display: inline-block
}

.social_auth li a,
.social_auth li span {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    line-height: 32px
}

.login_fb {
    background: url(../img/login/login_fb.png);
    background-size: 32px 32px;
    display: inline-block;
    width: 32px;
    height: 32px
}

.login_vk {
    background: url(../img/login/login_vk.png);
    background-size: 32px 32px;
    display: inline-block;
    width: 32px;
    height: 32px
}

.login_ok {
    background: url(../img/login/login_ok.png);
    background-size: 32px 32px;
    display: inline-block;
    width: 32px;
    height: 32px
}

.login_gp {
    background: url(../img/login/login_gp.png);
    background-size: 32px 32px;
    display: inline-block;
    width: 32px;
    height: 32px
}

.content table {
    border-spacing: 0;
    border-top: 1px solid #888;
    border-right: 1px solid #888
}

.content td {
    padding: 5px 10px;
    border-bottom: 1px solid #888;
    border-left: 1px solid #888
}

.content tr:nth-child(1) {
    background: #f0f0f0
}

.content tr:nth-child(2n+1) {
    background: #f4f4f4
}
.content ol{
    padding-left: 20px;
}

.get_order_url {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    background-color: #dd127b;
    color: #fff;
    border-radius: 5px;
    padding: 0 15px;
    margin: 10px;
    transition: .5s
}

.get_order_url:hover {
    background-color: #bb7efd;
    color: #fff
}

.order_url {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    cursor: pointer
}

.order_url span {
    background: #dd127b;
    color: #fff;
    padding: 10px
}

.HeaderMenuBg {
    background: #e8e8e8
}

.HeaderMenuWrap {
    letter-spacing: -1px;
}

.HeaderMenuWrap>ul {
    width: 100%;
    text-align: center
}

.HeaderMenuWrap>ul>li {
    display: inline-block;
    padding: 0 16px
}

.HeaderMenuWrap>ul>li>a,
.HeaderMenuWrap>ul>li>span {
    display: inline-block;
    line-height: 34px;
    font-size: 17px;
    border-top: 3px solid #e8e8e8;
    border-bottom: 3px solid #e8e8e8;
    padding: 0
}

.HeaderMenuWrap>ul>li>a:hover,
.HeaderMenuWrap>ul>li>span {
    color: #7f41c3;
    border-bottom: 3px solid #7f41c3
}

.HeaderLangWrap {
    letter-spacing: -1px;
    position: relative
}

.HeaderLangWrap a {
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.HeaderLangWrap a svg{
    margin-left: 5px;
}
.EnterWrapOpen > a svg path,
.HeaderLangWrap a:hover svg path{
    fill:#fff;
}
.EnterWrapOpen > a svg{
    transform: rotate(180deg);
}
.HeaderLangWrap:hover a {
    background-color: #7f41c3;
    color: #fff
}

.HeaderLangWrap>ul {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    background-color: #bb7ffd;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    z-index: 3
}

.HeaderLangWrap>ul>li>a {
    background-color: #bb7ffd !important;
    color: #fff
}

.HeaderLangWrap>ul>li>a:hover {
    background-color: #7f41c3 !important;
    color: #fff
}

.EnterIco {
    width: 23px;
    height: 40px;
    display: inline-block;
    background-size: 23px 40px;
    background-repeat: no-repeat;
    background-image: url(../img/enter-ico.png);
    vertical-align: top;
    margin-right: 5px
}

.EnterWrap {
    display: inline-block;
    width: 100%
}

.EnterWrap a {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    background-color: #dd127b;
    color: #fff;
    vertical-align: top;
    font-size: 16px;
    text-align: center;
}

.EnterWrapOpen>a {
    background-color: #7f41c3 !important;
    color: #fff
}

.HeaderLogo {
    width: 100%;
    letter-spacing: -1px;
    margin: 30px 0
}

.HeaderLogo a {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.HeaderLogo img {
    line-height: 130px;
    max-height:124px;
    height: auto!important;
    max-width: 172px;
}

.HeaderLogo.FooterLogo a {
    margin: 5px 0;
    text-align: left;
}


.HeaderPhoneWrap {
    width: 270px;
    letter-spacing: -1px;
    margin-top: 20px;
    background-color: #fff;
    z-index: 1;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 20px;
    position: absolute
}
.HeaderPhoneWrap li{
    display: flex;
    flex-direction:row;
}
.FooterBg .HeaderPhoneWrap{
    max-width: 100%;
    position: relative;
    margin: 20px 0px 0px 0px;
}
.HeaderPhoneWrap.FooterPhoneWrap {
    background: 0 0;
    border: none
}
.FooterBg .HeaderLogo.FooterLogo{
    margin: 5px 0px;
    position: relative;
    max-width: 250px;
}
.FooterBg .HeaderTimeIcoWrap>span{
    display: inline-block;
    width: 100%;
    line-height: 24px;
    text-align: left;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0px;
    position: relative;
    padding: 0px 0 0px 27px;
}
.FooterBg .TimeIco{
    background-repeat: no-repeat;
    background-size: 19px 20px;
    background-position: 0 2px;
    background-image: url(../img/time-ico.png);
}
.FooterBg .TimeSmallText{
    font-size: 12px;
    font-weight: 700;
    color: #161616;
    padding-left: 26px;
}

.HeaderContactsHeight {
    min-height: 115px
}

.PhoneOpen {
    border: 1px solid #bb7ffd
}

.HeaderPhoneWrap>ul {
    width: 100%;
    letter-spacing: -1px;
    display: block
}

.Rotate {
    transform: rotate(-180deg)
}

.HeaderPhoneWrap>li>a {
    display: flex;
    line-height: 20px;
    text-align: left;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    padding: 3px 0 3px 3px
}
.HeaderPhoneWrap>li>a img{
    margin-right: 5px;
}
.HeaderPhoneWrap>li>a>i {
    display: none;
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px;
    line-height: 30px;
    text-align: center
}

.HeaderPhoneWrap ul>li>a {
    display: inline-block;
    width: 100%;
    line-height: 20px;
    text-align: left;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    padding: 3px 0 3px 3px
}

.HeaderPhoneWrap>ul>li>a>i {
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: block
}

.PhoneIco {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 0 5px;
    background-image: url(../img/phone-ico.png)
}

.TelegramIco {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 0 5px;
    background-image: url(../img/telegram-ico.png)
}

.ViberIco {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 0 5px;
    background-image: url(../img/viber-ico.png)
}

.TimeIco {
    background-repeat: no-repeat;
    background-size: 29px 30px;
    background-position: 0 5px;
    background-image: url(../img/time-ico.png)
}

.HeaderTimeWrap {
    width: 100%;
    text-align: left;
    margin: 25px 0
}

.TimeSmallText {
    font-size: 14px;
    font-weight: 700;
    color: #161616;
    letter-spacing: 0;
    line-height: 1
}

.HeaderTimeIcoWrap {
    width: auto;
}

.HeaderTimeIcoWrap>span {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    text-align: left;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    padding: 3px 0 3px 40px
}

.PadLeftTime {
    padding-left: 40px
}

#CUP,
#SEARCH {
    width: 100%;
    letter-spacing: -1px;
    z-index: 2;
    position: relative
}

#CUP input,
#SEARCH input {
    width: 100%;
    padding: 10px 190px 10px 30px;
    font-size: 18px;
    border-radius: 4px;
    outline: 0;
    border: 1px solid #d8d8d8;
    text-align: left;
    max-height: 40px;
}

#CUP {
    margin-top: 10px
}

#CUP input:focus,
#SEARCH input:focus {
    border: 1px solid #bb7ffd
}

#CUP button,
#SEARCH button {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    text-align: center;
    height: 100%;
    color: #fff;
    font-size: 18px;
    background-color: #bb7ffd;
    border: 1px solid #bb7ffd;
    border-radius: 4px
}

#CUP button div,
#SEARCH button div,
#SEARCH button > span {
    position: relative;
    left: -6px;
    top: 1px
}

#CUP button span.s_text_i,
#SEARCH button > span span.s_text_i{
    display: inline-block;
    margin-right: 0;
    vertical-align: middle;
    width: 29px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contein;
    background-position: center center;
    background-image: url(../img/search-ico.png)
}

#CUP button:hover,
#SEARCH button:hover {
    background-color: rgba(187, 157, 223, .85);
    border: 1px solid rgba(187, 157, 223, .85)
}

.ColorDark {
    color: #000 !important
}

.ColorPink {
    color: #dd127b !important
}

.CartPrice {
    font-size: 24px;
    font-weight: 700
}

.CartWrap {
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 51px;
    padding-left: 55px;
    background-repeat: no-repeat;
    background-position: 10px 15px;
    background-image: url(../img/cart-ico.png);
    border-radius: 5px
}

.Cart:hover .CartWrap {
    background-color: #f2f2f2;
    color: #000
}

.Cart {
    min-height: 110px
}

.BuyProducts {
    letter-spacing: -1px;
    margin-top: 22px
}

.BuyProducts a {
    display: inline-block;
    font-size: 18px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    background-color: #dd127b;
    color: #fff;
    border-radius: 5px
}

.BuyProducts a:hover {
    background-color: #bb7ffd
}

.HeaderMainMenu {
    width: 100%;
    letter-spacing: -1px;
    background-color: #bb7ffd;
    border-radius: 10px;
    text-align: center
}

.HeaderMainMenu>li {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.HeaderMainMenu>li>a {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    padding: 0 28px;
    line-height: 60px;
}
.HeaderMainMenu>li>a>svg,
.HeaderMainMenu>li>a>i {
    display: none
}

.HeaderMainMenu>li:hover {
    background-color: #7f41c3 !important
}

.HeaderMainMenu>li>ul:nth-child(2) {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1;
    width: 220px;
    height: auto;
    letter-spacing: -1px;    
    background-color: #7f41c3;
    padding: 10px 0;
    display: block;
    transition: all .3s ease .15s;
    opacity: 0;
    visibility: hidden
}

.HeaderMainMenu>li>ul:nth-child(3) {
    position: absolute;
    top: 60px;
    right: -220px;
    z-index: 1;
    width: 220px;
    height: 360px;
    letter-spacing: -1px;
    background-color: #7f41c3;
    padding: 10px 0;
    border-radius: 0 0 10px 0;
    display: block;
    transition: all .3s ease .15s;
    opacity: 0;
    visibility: hidden
}

.HeaderMainMenu>li>ul.visible_mob,
.HeaderMainMenu>li>ul.visible_mob:nth-child(2),
.HeaderMainMenu>li>ul.visible_mob:nth-child(3),
.HeaderMainMenu>li>ul.visible_mob>li>ul.visible_mob {
    opacity: 1;
    overflow: visible;
    visibility: visible
}

.HeaderMainMenu ul>li {
    position: relative
}

.HeaderMainMenu>li>ul>li>ul {
    position: absolute;
    top: -10px;
    left: 100%;
    z-index: 1;
    width: 220px;
    height: auto;
    line-height: normal;
    font-size: 16px;
    text-align: left;
    background-color: #7f41c3;
    padding: 10px 0;
    display: block;
    transition: all .3s ease .15s;
    opacity: 0;
    visibility: hidden
}

.HeaderMainMenu>li>ul>li>ul>li {
    padding: 2px 15px
}

.HeaderMainMenu>li>ul>li>ul>li a:hover,
.HeaderMainMenu>li>ul>li>ul>li.active>span,
.HeaderMainMenu>li>ul>li>ul>li>ul>li.active>span {
    background-color: #bb7ffd;
    color: #fff
}

.HeaderMainMenu>li>ul>li>ul>li>a,
.HeaderMainMenu>li>ul>li>ul>li>span {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 0 5px;
    display: block;
    width: 100%
}

.HeaderMainMenu>li>ul>li>ul>li>a:hover,
.HeaderMainMenu>li>ul>li>ul>li>span:hover {
    color: #000
}

.HeaderMainMenu>li>ul>li:hover>ul {
    display: block;
    opacity: 1;
    visibility: visible
}

.HeaderMainMenu>li>ul>li>ul>li>ul>li>a,
.HeaderMainMenu>li>ul>li>ul>li>ul>li>span {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    margin-left: 10px;
    padding: 0 5px;
    display: block;
    width: 100%
}

.HeaderMainMenu>li>a:hover {
    background-color: #7f41c3 !important
}

.HeaderMainMenu>li:hover>ul:nth-child(2),
.HeaderMainMenu>li:hover>ul:nth-child(3) {
    display: block;
    z-index: 5;
    opacity: 1;
    visibility: visible
}

.HeaderMainMenu>li>ul>li>a,
.HeaderMainMenu>li>ul>li>span {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 5px 15px;
    text-align: left;
    width: 100%
}

.HeaderMainMenu>li>ul>li>a:hover,
.HeaderMainMenu>li>ul>li>span {
    background-color: #bb7ffd
}

.HeaderMainMenu>li>ul>div {
    padding: 0 15px
}

.HeaderMainMenu>li>ul>div>span {
    display: inline-block;
    font-size: 18px;
    color: #dd127b;
    padding: 5px 0;
    line-height: .8;
    text-align: left;
    width: 100%;
    font-weight: 700;
    border-bottom: 2px solid #dd127b
}

.SliderBg {
    margin-top: 20px
}

#co0,
#co1 {
    overflow: hidden
}

.SlideBg {
    display: block;
    width: 100%;
    height: 440px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    position: relative
}
.SlideBg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit:contain;
}
.SliderText {
    width: 270px;
    position: absolute;
    left: 80px;
    top: 90px;
    display: block;
    letter-spacing: -1px;
}

.SmallSlideText {
    width: 100%;
    font-size: 28px;
    color: #000;
    text-align: left;
    display: inline-block;
    font-weight: 700;
    padding: 1px 0
}

.BigSlideText {
    width: 100%;
    font-size: 40px;
    color: #000;
    text-align: left;
    display: inline-block;
    font-weight: 700;
    padding: 1px 0
}

.BannerWrap {
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    letter-spacing: -1px;
    display: block;
    margin-bottom: 15px
}

.BannerWrap:hover {
    border: 1px solid #dd127b
}

.HeaderBanner {
    width: 100%;
    height: 440px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}
.HeaderBanner img{
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.TitleTabsBg {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center
}

.TabsWrap a,
.TabsWrap span {
    font-size: 28px;
    color: #343536;
}

.TabsWrap span {
    padding: 0 7px
}

.TabsWrap a.active,
.TabsWrap a:hover {
    color: #7f41c3
}

.CartProductWrap {
    width: 100%;
    height: 360px;
    display: block;
    letter-spacing: -1px;
    border: 1px solid #d8d8d8;
    padding-top: 10px
}

.CartProductWrap:hover {
    border: 1px solid #dd127b
}

.CartProductImg {
    width: 100%;
    height: 235px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.CartProductTitle {
    width: 100%;
    text-align: center;
    margin-top: 20px
}

.CartProductTitle a {
    font-size: 20px;
    line-height: 1.2
}

.CartProductArt {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    color: #a8a8a8;
    font-size: 16px;
    line-height: 1.2
}

.CartAction,
.mark {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100px;
    line-height: 28px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.product_main_page .mark {
    z-index: 4
}

.ActionRed,
.mark_action {
    background-color: #f24841
}

.ActionBlue,
.mark_new {
    background-color: #00b7f4
}

.ActionGreen,
.mark_top {
    background-color: #44b759
}

.mark_saction {
    background-color: #7f41c3
}

.mark_soon {
    background: #bb7ffd;
    font-size: 14px
}

.TitleWrap {
    margin-top: 40px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #343536
}

#co2 {
    overflow: hidden
}

.LineShadow {
    width: 100%;
    border-top: 1px solid #eee;
    display: inline-block;
    margin-top: 70px;
    box-shadow: 0 -6px 12px 2px rgba(150, 150, 150, .18);
    position: relative;
    z-index: 1
}

.LineShadowBot {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #eee;
    box-shadow: 0 6px 12px 2px rgba(150, 150, 150, .18);
    position: relative;
    z-index: 1;
    top: 3px
}


.AdvantagesImg {
    width: 100%;
    text-align: center
}

.AdvantagesImg img {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px
}

.AdvantagesTitle {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #7f41c3
}

.AdvantagesText {
    width: 100%;
    line-height: 1.2;
    font-size: 14px;
    text-align: center;
    min-height: 115px
}

.CatalogBtn {
    letter-spacing: -1px;
    margin-top: 22px;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px
}

.CatalogBtn a,
.CatalogBtn button {
    display: inline-block;
    font-size: 18px;
    width: 165px;
    text-align: center;
    line-height: 40px;
    background-color: #dd127b;
    color: #fff;
    border-radius: 5px;
    border: 0;
    outline: 0
}

.CatalogBtn a:hover,
.CatalogBtn button:hover {
    background-color: #bb7ffd
}

.ArticleCartWrap {
    width: 100%;
    height: auto;
    letter-spacing: -1px;
    z-index: 1;
    position: relative;
    padding: 5px 15px 15px 15px
}

.ArticleCartWrap:hover {
    box-shadow: 0 0 12px 6px rgba(150, 150, 150, .18);
    z-index: 2
}

.ArticleCartDate {
    width: 100%;
    text-align: right;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block
}

.ArticleCartImg {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%
}
.ArticleCartImg img{
    height: auto;
    max-width: 100%;
}
.ArticleCartImg {
    width: 100%;
    height: auto;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.ArticleCartTitle {
    width: 100%;
    text-align: left;
    display: inline-block
}

.ArticleCartTitle a {
    color: #161616;
    font-size: 18px;
    font-weight: 700
}

.ArticleCartTitle a:hover {
    color: #bb7ffd
}

.ArticleCartIntro {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 1.2;
    color: #161616
}

.ArticleCartLine {
    display: inline-block;
    width: 100%;
    padding: 0 25%;
    margin-top: 10px;
    margin-bottom: 10px
}

.ArticleCartLine span {
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #bb7ffd
}

.PadNone {
    padding-left: 0;
    padding-right: 0
}

.PurpleTitle {
    color: #7f41c3;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px
}

.ContentWrap {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #161616;
    line-height: 1.4
}

.ContentWrap p {
    margin-bottom: 20px
}
.ContentWrap a{
    color: #bb7ffd;
}

.ContentWrap a:hover{
    color: #dd127b;
}

.ContentWrap span a {
    font-size: inherit
}

.FooterBg {
    background: #e8e8e8;
    padding-bottom: 0
}

.FooterTimeWrap {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    position: relative;
    width: auto;
}

.DesignedBy {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 16px
}

.DesignedBy a {
    font-size: 16px
}

.FooterCatalogTitle {
    margin-top: 50px;
    font-weight: 700;
    color: #7f41c3;
    font-size: 18px
}

.FooterCatalogWrap {
    font-size: 20px;
    font-weight: 700
}

.FooterCatalogWrap>li {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
}

.FooterCatalogWrap>li.active>a,
.FooterCatalogWrap>li>a:hover {
    color: #dd127b
}

.HeaderTimeIcoWrap>span {
    font-size: 20px
}

.HeaderMainMenu>li>ul:nth-child(3) {
    width: 220px;
    right: -220px
}

.CartProductTitle>a {
    font-size: 16px
}

.NavHamWrap {
    width: 100%;
    text-align: left
}

.NavHamWrap a,
.NavHamWrap a:active,
.NavHamWrap a:link,
.NavHamWrap a:visited {
    width: 38px;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    display: inline-block;
    margin: 3px;
    border: 1px solid #dd127b;
    color: #fff;
    background: #dd127b
}

.NavHamWrap a:hover {
    color: #fff;
    border: 1px solid #7f41c3;
    background: #dd127b
}

#main {
    position: fixed;
    display: block;
    width: 320px;
    height: 100%;
    background: #fff;
    color: #161616;
    z-index: 10000;
    padding: 5px 15px 15px 15px;
    box-shadow: 2px 0 15px 0 rgba(0, 0, 0, .15);
    left: -350px;
    top: 0;
    border-right: 2px solid #e2e2e2;
    overflow-y: auto;
    overflow-x: hidden;
    transition: .5s
}

#main.open {
    left: 0
}

.MenuClose a,
.MenuClose a:active,
.MenuClose a:link,
.MenuClose a:visited {
    position: absolute;
    color: #fff;
    top: 20px;
    right: 15px;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #dd127b;
    border-radius: 5px;
    background: #dd127b;
    z-index: 3
}

.MenuClose a:hover {
    color: #fff;
    border: 1px solid #7f41c3;
    background: #7f41c3
}

#overflow {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    z-index: 100;
    overflow: auto;
    overflow-y: none;
    background: rgba(0, 0, 0, .75)
}

.oh {
    overflow: hidden
}

.MobileMenu {
    width: 100%;
    letter-spacing: -1px
}

.MobileMenu>li {
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    width: 100%
}

.MobileMenu>li>a,
.MobileMenu>li>span {
    color: #161616;
    font-size: 18px;
    font-weight: 700
}

.MobileMenu>li.active>span,
.MobileMenu>li>a:hover {
    color: #7f41c3;
    font-size: 18px;
    font-weight: 700
}

.SmHid {
    display: none
}

#SEARCH input {
    padding: 10px 120px 10px 10px
}

.breadcrumb_holder {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 40px;
    line-height: 1
}

.breadcrumbs {
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 16px
}

.breadcrumbs li {
    float: left;
    margin: 0 2px
}

.breadcrumbs li a {
    font-size: 18px;
    color: #161616;
}

.breadcrumbs .active > span,
.breadcrumbs .active a {
    color: #7f41c3;
    font-weight: 700;
    font-size: 18px
}

.breadcrumbs li a:hover {
    color: #7f41c3
}

.breadcrumbs li .separator {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #161616
}

.TitlePageBg {
    margin-top: 20px;
    margin-bottom: 20px
}

.TitlePageWrap {
    padding: 0 20px;
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-weight: 700
}

.TitlePageWrap h1 {
    font-size: 24px
}

.ActionsWrap {
    overflow: hidden
}

.ActionsCartWrap {
    width: 100%;
    height: auto;
    letter-spacing: -1px;
    padding: 15px;
    border: 1px solid #fff
}

.ActionsCartWrap:hover {
    border: 1px solid #dd127b
}

.ActionsCartWrap a {
    display: block;
    width: 100%
}

.ActionsCartWrap a img {
    display: block;
    width: 100%
}

.ActionsTitle {
    width: 100%;
    text-align: left;    
    display: inline-block;
    margin-bottom: 15px
}

.ActionsTitle a {
    font-size: 24px;
    color: #dd127b;
    font-weight: 700
}

.ActionsTitle a:hover {
    color: #bb7ffd
}

.ActionsThumbnail {
    width: 100%;
    height: 285px;
    background-color: #7f41c3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-left: 2px solid #7f41c3
}

.ContactsPhoneWrap a,
.ContactsPhoneWrap span {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    text-align: left;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    padding-left: 40px;
    position: relative;
    padding: 3px 0 3px 40px
}
.ContactsPhoneWrap.ContactsPhoneWrap_s span,
.ContactsPhoneWrap.ContactsPhoneWrap_s a{
    width: auto;
    height: 32px;
}

.ContactsPhoneWrap a.phone_contact {
    padding: 3px 0 3px 3px
}

.ContactsPhoneWrap a:hover {
    color: #dd127b
}

.ContactsPhoneIco {
    background-repeat: no-repeat;
    background-size: 29px 30px;
    background-position: 0 5px;
    background-image: url(../img/phone-ico.png)
}

.ContactsTelegramIco {
    background-repeat: no-repeat;
    background-size: 29px 30px;
    background-position: 0 5px;
    background-image: url(../img/telegram-ico.png)
}

.ContactsViberIco {
    background-repeat: no-repeat;
    background-size: 29px 30px;
    background-position: 0 5px;
    background-image: url(../img/viber-ico.png)
}

.ContactsTimeIco {
    background-repeat: no-repeat;
    background-size: 29px 30px;
    background-position: 0 5px;
    background-image: url(../img/time-ico.png)
}

.ContactsMailIco {
    background-repeat: no-repeat;
    background-size: 29px 30px;
    background-position: 0 5px;
    background-image: url(../img/mail-ico.png)
}

.ContactsAddressIco {
    background-repeat: no-repeat;
    background-size: 29px 37px;
    background-position: 0 5px;
    background-image: url(../img/address-ico.png);
    margin-top: 20px;
    margin-bottom: 10px
}

.ContactsTimeWrap {
    width: 100%;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 10px
}

.ContactsTimeSmallText {
    font-size: 14px;
    font-weight: 700;
    color: #161616;
    padding-left: 40px
}

.ContactsTimeIcoWrap {
    width: 100%
}

.ContactsTimeIcoWrap>span {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    text-align: left;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    padding: 3px 0 3px 40px
}

.PadLeftTime {
    padding-left: 40px
}

.MapWrap {
    width: 100%;
    height: 380px;
    background-color: #f0f0f0;
    color: #161616
}

.ContactsForm {
    background-color: #f0f0f0;
    border-radius: 20px
}

.FeedbackFormTitle,
.ThanksText {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    display: inline-block;
    font-weight: 700;
    color: #7f41c3;
    font-size: 24px
}

.ThanksText {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 700;
    color: #7f41c3;
    font-size: 20px;
    padding: 30px 20px;
    background-color: #f0f0f0;
    border-radius: 20px;
    display: none
}

.InputTitle {
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #161616;
    padding-bottom: 4px;
    padding-left: 20px
}

.FormInput input,
.FormInput textarea {
    width: 100%;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    outline: 0;
    margin-bottom: 10px
}

.FormInput input:focus,
.FormInput textarea:focus {
    border: 1px solid #bb7ffd
}

.recall_form .FormInput textarea {
    height: auto;
    min-height: 107px
}

.recall_form .rating_input {
    text-align: left;
    font-size: 18px;
    color: #161616
}

.FormInput textarea {
    height: 240px;
    resize: none
}

.ContactsBtn {
    margin: 0;
    margin-bottom: 25px
}

.NewsCartFix .ArticleCartImg {
    height: auto
}

.NewsCartFix .ArticleCartDate {
    font-size: 16px
}

.NewsCartFix {
    padding: 10px;
    margin-bottom: 10px;
}

.NewsCartFix .ArticleCartTitle a {
    font-size: 22px
}

.NewsCartFix .ArticleCartIntro {
    font-size: 18px
}

.pagination_holder {
    width: 100%;
    margin-bottom: 30px;
    position: relative
}

.pagination {
    margin: 0 auto 0 auto;
    text-align: center;
    width: 100%;
    letter-spacing: -1px;
    margin-top: 0
}

.pagination li {
    font-size: 18px;
    line-height: normal;
    margin-left: 3px;
    margin-right: 3px
}

.pagination li a,
.pagination li span {
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
    margin: 0;
    border: 1px solid #fff;
    background-color: #fff;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: #a8a8a8;
    border-radius: 10px 10px 10px 10px
}

.pagination>li>a:focus,
.pagination>li>a:hover {
    background: #dd127b !important;
    border: 1px solid #dd127b;
    color: #fff
}

.pagination>li>span {
    color: #a8a8a8 !important;
    border: 1px solid #fff !important;
    background: 0 0 !important
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
    background: 0 0 !important;
    border: 1px solid #fff;
    color: #fff
}

.pagination>.active>span,
.pagination>.active>span:hover {
    border: 1px solid #dd127b !important;
    color: #fff !important;
    background-color: #dd127b !important
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px
}

.pagination>li {
    display: inline-block
}

.pagination>li.last,
.pagination>li.prev-next {
    border-right: none
}

.prev {
    display: inline-block;
    padding: 0 10px !important;
    padding: 0 10px 0 10px !important;
    width: auto !important
}

.next {
    display: inline-block;
    padding: 0 10px 0 10px !important;
    width: auto !important
}

.pagination>li>a,
.pagination>li>span {
    padding: 0
}

.TitleLineBg {
    margin-top: 35px;
    margin-bottom: 20px
}

.TitleLineWrap {
    border-bottom: 1px solid #a8a8a8;
    width: 100%;
    text-align: left;
    padding-left: 20px
}

.TitleLineWrap span {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 5px solid #7f41c3;
    font-weight: 700;
    color: #7f41c3;
    font-size: 24px
}

.ActionSoloTitle {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px
}

.ActionSoloText {
    font-size: 20px;
    line-height: 1.2
}

.NewsImg {
    width: 100%;
    height: 485px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 20px
}

.NewsContent {
    text-align: left;
    font-size: 18px;
    padding: 0 0
}

.NewsContent p {
    margin-bottom: 20px
}

.NewsContent b,
.NewsContent strong {
    font-weight: 700
}

.ColorPurple {
    color: #7f41c3
}
.content_ua p{
    font-size: 18pt!important;
}
.content_ru p{
    font-size: 14pt!important;
}

.CatalogActiveFilter {
    width: 100%;
    text-align: left;
    display: inline-block;
    letter-spacing: -1px
}

.CatalogActiveFilter span {
    font-size: 16px;
    padding: 7px 10px;
    display: inline-block
}

.CatalogActiveFilter span a {
    margin-right: 10px;
    font-size: 15px
}

.ClearFilters {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
    width: 100%;
    text-align: center
}

.ClearFilters a {
    font-size: 18px;
    text-decoration: underline;
    color: #c47128
}

.ClearFilters a:hover {
    color: #7f41c3
}

.FiltersSidebarWrap {
    background-color: #efefef;
    border-radius: 20px;
    padding-bottom: 15px
}

.FiltersTitle {
    width: 100%;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    color: #737373
}

.FiltersWrap {
    width: 100%;
    display: inline-block;
    font-size: 16px
}

label {
    margin-bottom: 0
}

.filter_row {
    border-bottom: 0;
    padding-bottom: 10px;
    background-color: #efefef
}

.FilterTitle a,
.filter_row p {
    color: #7f41c3;
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    border-top: 1px solid #7f41c3
}
.FilterTitle a svg,
.filter_row p svg,
.FilterTitle a i,
.filter_row p i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    transition: .5s
}
.filter_row.opened p.head svg,
.filter_row.opened p.head i {
    transform: rotate(180deg)
}

.FilterTitle a:hover,
.filter_row p:hover {
    color: #fff;
    background-color: #7f41c3
}

.FilterTitle a:hover path,
.filter_row p:hover path{
    fill: #fff;
}

.FiltersParamWrap input {
    height: 24px;
    line-height: 24px;
    width: 65px;
    padding: 0 10px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    text-align: right;
    outline: 0
}

.FiltersParamWrap input:focus {
    border: 1px solid #000
}

.FiltersPrice {
    margin-bottom: 15px;
    padding-left: 10px;
    display: inline-block;
    width: 100%
}

.row_checked {
    position: relative;
    margin-left: 15px
}

.row_checked label {
    padding-left: 25px;
    font-size: 18px;
    margin-bottom: 10px;
    cursor: pointer;
}
.row_checked label .f_cnt{
    color: #7f41c3;
    margin-left: 10px;
}

.row_checked input[type=checkbox] {
    display: none
}

.row_checked input[type=radio] {
    display: none
}

label {
    font-weight: 400 !important
}

.row_checked label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #ccc;
    background-color: #ccc;
    outline: 0
}

.row_checked input[type=checkbox]:checked+label:before {
    background-color: #7f41c3;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1pt #7f41c3;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(../img/checked-ico.png)
}

.row_checked input[type=radio]:checked+label:before {
    background-color: #dd127b;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1pt #dd127b
}

.row_checked_circle label:before {
    border-radius: 50%
}

.row_checked_circle label {
    font-size: 20px
}

.FilterButtons {
    width: 100%;
    display: inline-block;
    height: 35px;
    position: relative
}

.FilterBtn {
    position: absolute;
    left: 0;
    top: 0;
    width: 28%;
    height: 35px;
    text-align: center;
    padding: 0 0
}

.FilterBtn a {
    border: 1px solid #a8a8a8;
    border-radius: 10px;
    text-align: center;
    color: #a8a8a8;
    font-size: 32px;
    background-color: #d8d8d8;
    width: 60px;
    display: inline-block;
    line-height: 35px
}

.FilterBtn a i {
    position: relative;
    top: -2px
}

.FilterBtn a:hover {
    border: 1px solid #7f41c3;
    background-color: #7f41c3;
    color: #fff
}

.RightPos {
    left: auto;
    right: 0
}

.ResultsFilt {
    width: 100%;
    height: 30px;
    display: inline-block;
    text-align: right;
    position: relative
}

.LeftFilt {
    left: 0;
    top: 0;
    font-size: 18px
}

.LeftFilt>span,
.RightFilt>span {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px
}

.LeftFilt>ul,
.RightFilt>ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: -1px;
    position: relative;
    width: 110px;
    text-align: center
}

.LeftFilt>ul {
    width: 200px
}
.LeftFilt>ul>li>a>svg,
.RightFilt>ul>li>a>svg,
.LeftFilt>ul>li>a>i,
.RightFilt>ul>li>a>i {
    line-height: 30px;
    width: 30px;
    text-align: center
}

.RightFilt>ul {
    width: 50px
}

.LeftFilt>ul>li,
.RightFilt>ul>li {
    font-size: 14px;
    line-height: 30px;
    position: relative
}

.LeftFilt>ul>li>a,
.RightFilt>ul>li>a {
    font-size: 18px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
    padding-left: 10px;
    background-color: #f0f0f0;
    border-radius: 10px 10px 10px 10px
}

.LeftFilt>ul>li>a:hover,
.RightFilt>ul>li>a:hover {
    background-color: #7f41c3;
    color: #fff;
    border-radius: 10px 10px 10px 10px
}
.LeftFilt>ul>li>a:hover path,
.RightFilt>ul>li>a:hover path{
    fill:#fff;
}
.Radius {
    border-radius: 10px 10px 0 0 !important;
    background-color: #7f41c3 !important;
    color: #fff !important
}
.Radius svg{
    transform:rotate(180deg);
}
.LeftFilt>ul>li>ul,
.RightFilt>ul>li>ul {
    display: block;
    width: 200px;
    height: auto;
    text-align: center;
    position: absolute;
    right: 0;
    top: 30px;
    background-color: #bb7ffd;
    border-radius: 0 0 10px 10px;
    z-index: 5;
    color: #fff;
    overflow: hidden;
    letter-spacing: -1px;
    display: none
}

.RightFilt>ul>li>ul {
    width: 50px
}

.LeftFilt>ul>li>ul>li>a,
.RightFilt>ul>li>ul>li>a {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 0 10px
}

.LeftFilt>ul>li>ul>li>a:hover,
.RightFilt>ul>li>ul>li>a:hover {
    background-color: #7f41c3
}

.LeftFilt>ul>li>ul>li,
.RightFilt>ul>li>ul>li {
    display: niline-block
}

.FilterSelectWrap {
    width: 100%;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 15px
}

.FilterSelectWrap a {
    font-size: 16px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ddd;
    display: inline-block;
    border-radius: 10px 10px 10px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #fff
}

.FilterSelectWrap a:hover {
    background-color: #7f41c3
}

.RotateArrow {
    width: 100%;
    text-align: center
}

.RotateArrow img {
    display: inline-block;
    margin-top: 100px
}

.RotateArrowText {
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #dd127b;
    font-size: 24px;
    margin-top: 20px
}

.CartColorsWrap {
    position: relative
}

.CartColors {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 50px;
    height: 235px;
    overflow-y: scroll;
    text-align: center
}

.CartColors>a {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .01);
    margin-bottom: 2px;
    padding: 1px;
    border-radius: 50%
}

.CartColors>a>span {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: #f0f0f0;
    border-radius: 50%;
    padding: 2px
}

.CartColors>a:hover {
    border: 1px solid #dd127b
}

.RedCircle>span {
    background-color: red !important
}

.BlueCircle>span {
    background-color: #00f !important
}

.GreenCircle>span {
    background-color: green !important
}

.SmallImg {
    width: 99%;
    border: 1px solid #d8d8d8;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer
}

.SmallImg.active {
    border: 1px solid #dd127b
}

.BigImg {
    width: 100%;
    height: 510px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
    border: 1px solid #d8d8d8;
    margin-bottom: 15px
}

.BigImg:hover {
    border: 1px solid #dd127b
}

.BigAction {
    width: 165px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: 40px
}

.ItemRightWrap {
    width: 100%;
    letter-spacing: -1px;
}

.ItemArticul {
    width: 100%;
    font-size: 24px;
    color: #a0a0a0;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px
}

.ItemTitle {
    width: 100%;
    font-size: 24px;
    color: #7f41c3;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px
}
.ItemTitle h2{
    font-size: 24px;
    margin: 0px;
}
.ItemSmallTitle {
    width: 100%;
    font-size: 22px;
    color: #161616;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    margin-bottom: 5px;
    margin-top: 10px
}

.ItemImgFilter,
.ItemNumbFilter {
    text-align: left
}
.ItemNumbFilter_holder{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: start;
}
.go_to_sizetable{
    font-size: 18px;
    display: inline-block;
    line-height: 32px;
    border-radius: 5px;
    background-color: #bb7ffd;
    color: #fff;
    padding: 0 10px;
    margin-top: 15px;
    margin-left: 20px;
}
.go_to_sizetable:hover {
    color: #fff;
    background-color: #dd127b;
}
.ItemImgFilter a {
    display: inline-block;
    width: auto;
    padding: 0 20px 0 0;
    margin-bottom: 10px
}

.ItemImgFilter a img {
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    width: 90px;
    padding: 2px;
    height:auto;
    max-height: 90px;
    max-width: 90px;
}

.ItemImgFilter a.active img,
.ItemImgFilter a:hover img {
    border: 1px solid #dd127b
}

.ItemNumbFilter a {
    display: inline-block;
    padding: 0 10px 0 0;
    margin-bottom: 10px
}

.ItemNumbFilter a span {
    display: inline-block;
    line-height: 30px;
    padding: 0 20px;
    border: 1px solid #d8d8d8;
    background-color: #f0f0f0;
    border-radius: 5px;
    font-size: 18px
}

.ItemNumbFilter a.size_disabled span {
    opacity: .5;
    position: relative
}

.ItemNumbFilter a.size_disabled span:before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: red;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: rotate(-45deg)
}

.ItemNumbFilter a.size_disabled span:after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: red;
    position: absolute;
    top: -5px;
    right: 50%;
    transform: rotate(45deg)
}

.ItemNumbFilter a.active span,
.ItemNumbFilter a:hover span {
    background-color: #dd127b;
    color: #fff;
    border: 1px solid #dd127b
}

.ItemPrice {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-top: 5px
}

.ItemPrice span {
    margin: 0 7px
}

.ItemPrice .product_old_price {
    font-size: 20px;
    color: #a0a0a0;
    text-decoration: line-through
}

.ItemNumb {
    letter-spacing: -1px;
    width: 90px;
    height: 50px;
    position: relative;
    margin-top: 10px
}

.ItemNumb a,
.ItemNumb span {
    font-size: 14px;
    line-height: normal;
    display: inline-block
}

.ItemNumb .numb {
    width: 60px;
    height: 50px;
    line-height: 50px;
    background-color: #f0f0f0;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
}
.ItemNumb .plus,
.ItemNumb .mimus{
    vertical-align: middle;
}
.ItemNumb .minus:hover path,
.ItemNumb .plus:hover path{
    fill: #fff;
}
.ItemNumb .plus {
    width: 20px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 9px;
    top: 0;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 5px 5px 0 0;
    background-color: #f0f0f0
}

.ItemNumb .plus:hover {
    background-color: #dd127b;
    color: #fff;
    border: 1px solid #dd127b
}

.ItemNumb .minus {
    width: 20px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 9px;
    bottom: 0;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 0 0 5px 5px;
    background-color: #f0f0f0
}

.ItemNumb .minus:hover {
    background-color: #dd127b;
    border: 1px solid #dd127b;
    color: #fff
}

.BuyItemWrap {
    position: relative
}

.BuyItemButton a {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    line-height: 48px;
    display: inline-block;
    border-radius: 5px;
    background-color: #dd127b;
    border: 1px solid #dd127b;
    color: #fff;
    text-align: center;
    font-size: 22px
}

.BuyItemButton a:hover {
    background-color: #bb7ffd;
    border: 1px solid #bb7ffd
}

.ItemDeliveryTitle {
    width: 100%;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-image: url(../img/delivery-ico.png);
    font-size: 24px;
    color: #7f41c3;
    font-weight: 700
}

.ItemPaymentTitle {
    width: 100%;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-image: url(../img/pay-ico.png);
    font-size: 24px;
    color: #7f41c3;
    font-weight: 700
}

.ItemDelivery {
    margin-top: 30px;
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 15px 20px
}

.ItemDelivery ul {
    font-size: 16px
}

.ItemDelivery ul li {
    margin-top: 12px;
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-image: url(../img/li-ico.png)
}

.ItemDelivery ul li b {
    font-weight: 700
}

.DeliveryBtn {
    width: 100%;
    text-align: center
}

.DeliveryBtn a {
    display: inline-block;
    line-height: 40px;
    border-radius: 5px;
    background-color: #bb7ffd;
    color: #fff;
    padding: 0 20px;
    margin-top: 15px;
    font-size: 18px
}

.DeliveryBtn a:hover {
    background-color: #dd127b
}

.ItemNo {
    width: 100%;
    text-align: left;
    color: #dd127b;
    font-size: 16px
}

.ItemTabsWrap {
    margin-top: 30px;
    width: 100%;
    text-align: left;
    letter-spacing: -1px;
    border-bottom: 1px solid #7f41c3
}

.ItemTabsWrap a {
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    padding: 7px 10px;
    font-size: 24px;
    border-bottom: 3px solid #fff;
    color: #a0a0a0
}

.ItemTabsWrap a.active,
.ItemTabsWrap a:hover {
    color: #7f41c3;
    border-bottom: 3px solid #7f41c3
}

.ItemTabssWrap {
    padding: 30px 0
}

.ItemTabssWrap table td {
    padding: 5px 10px !important;
    line-height: 1 !important;
    border: 1px solid #d9d8d9
}

.ItemTabssWrap table tr {
    background: #f0f0f0
}

.ItemTabssWrap table tr:hover {
    background: rgba(187, 127, 253, .3)
}

table {
    margin-bottom: 0 !important;
    white-space: nowrap
}

#Tab2,
#Tab3,
#Tab4,
#Tab5 {
    display: none
}

.ItemDesc {
    padding: 15px 10px 0 10px;
    font-size: 16px
}

.ItemComment {
    margin-bottom: 15px;
    position: relative;
    padding-top: 30px;
    width: 100%;
    display: inline-block;
    letter-spacing: -1px;
    line-height: 1
}

.CommentAngle {
    position: absolute;
    top: 19px;
    left: 30px
}

.ItemComment .left {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    font-weight: 700;
    color: #7f41c3
}

.ItemComment .left ul {
    display: inline-block;
    letter-spacing: -1px;
    vertical-align: top;
    margin-left: 10px;
    position: relative;
    top: 2px
}

.ItemComment .left ul li {
    display: inline-block;
    font-size: normal;
    padding-right: 3px
}

.ItemComment .right {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: #a0a0a0
}

.CommentComment {
    width: 100%;
    padding: 15px;
    border: 1px solid #a8a8a8;
    border-radius: 10px 10px 10px 10px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: .1px
}
.CommentComment span{
    display: block;
    width: 100%;
}
.recall_img_title{
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    display: block;
    background: #e8e8e7;
    padding: 5px 12px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.recall_img_holder{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    width: 100%;
}
.recall_img_holder a{
    width: 220px;
    max-width: 100%;
    display: block;
    border: 1px solid #ddd;
}
.recall_img_holder a img{
    width: 100%;
    max-width: 100%;
    display: block;
}
.CommentBtn a {
    padding: 0 20px;
    width: auto;
    position: static;
    margin-bottom: 30px
}

.AdminComment {
    width: 90%;
    margin-left: 10%;
    position: relative
}

.LeftAdmLine {
    width: 5%;
    position: absolute;
    left: -5%;
    height: 1px;
    display: block;
    top: 50px;
    background-color: #d8d8d8
}

.LeftAdmLineVert {
    width: 1px;
    position: absolute;
    left: -5%;
    height: 65px;
    display: block;
    top: -15px;
    background-color: #d8d8d8
}

.FeedbackFormLongTitle {
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px
}

.BigStar {
    width: 100%;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 10px
}

.BigStar>li {
    display: inline-block
}

.BigStar>li>a {
    display: inline-block;
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    background-size: 44px 88px;
    background-position: 0 0;
    background-image: url(../img/big-star-bg.png);
    margin-left: 10px
}

.BigStar>li>a:hover {
    background-position: left bottom
}

.table th {
    font-weight: 400 !important;
    color: #bb7ffd;
    text-align: center
}

.table td {
    text-align: center
}

.CartTitle {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
    color: #bb7ffd
}

.CartBorder {
    border: 1px solid #a8a8a8;
    position: relative
}

.CartBorder:hover {
    border: 1px solid #dd127b
}

.CartImgWrap {
    width: 100%;
    height: 160px;
    padding: 10px 15px
}

.CartImg {
    width: 100%;
    height: 140px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.CartTitleInnerWrap {
    width: 100%;
    line-height: 160px;
    text-align: center
}

.CartTitleInnerWrap>span {
    line-height: 1 !important;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    text-align: left
}

.PaddingNone {
    padding-left: 0;
    padding-right: 0
}

.CartInnerCount {
    width: 100%;
    text-align: center;
    font-size: 14px
}

.CartInnerPrice {
    font-size: 14px;
    width: 100%;
    text-align: center
}

.CartInnerSize {
    font-size: 18px;
    width: 100%;
    text-align: center
}

.ItemNumbCart {
    top: 15px;
    left: 10px;
    pointer-events: none
}

.CartInnerPrice2 {
    font-size: 18px !important;
    width: 100%;
    text-align: center !important;
    position: relative
}

.CartClose {
    font-size: 18px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    background-color: #a0a0a0
}

.CartClose:hover {
    background-color: #bb7ffd;
    color: #fff
}

.CartBg {
    margin-bottom: 30px
}

.CartAllTotalPrice {
    width: 100%;
    text-align: right;
    padding-top: 20px;
    font-size: 28px
}

.Cup {
    margin-top: 40px
}

.Bold {
    font-weight: 700
}

.CartPriceWrap {
    width: 100%;
    text-align: left;
    font-size: 20px;
    margin-top: 20px
}

.CartPriceWrap>div {
    padding: 3px 0 3px 30px
}

.WrapWrap {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 5px 10px;
    margin-top: 10px
}

.CartInput input,
.CartInput textarea {
    padding-left: 15px !important;
    padding-right: 15px !important
}

#co5 .CartProductWrap {
    width: 99.6%
}

.LcTabsWrap {
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 20px 15px;
    letter-spacing: -1px;
}

.LcTabsWrap a {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    padding: 10px 10px;
    border-bottom: 2px solid #fff
}

.LcTabsWrap a.active,
.LcTabsWrap a:hover {
    color: #dd127b;
    font-weight: 700
}

.LcTab1 span,
.LcTab2 span,
.LcTab3 span,
.LcTab4 span,
.LcTab5 span {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 25px 52px;
    width: 25px;
    height: 26px;
    margin-right: 5px
}

.LcTab1 span {
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/lc-ico-1.png)
}

.LcTab2 span {
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/lc-ico-2.png)
}

.LcTab3 span {
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/lc-ico-4.png)
}

.LcTab4 span {
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/lc-ico-3.png)
}
.LcTab5 span {
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/lc-ico-5.png)
}

.LcTabsWrap a.active span {
    background-position: left bottom
}

.LcTabsWrap a:hover span {
    background-position: left bottom
}

.LcTable .table th {
    font-size: 18px;
    font-weight: 700
}

.LcTable .table td {
    font-size: 20px;
}

.LcTable .table .Canceled td {
    color: #a8a8a8
}

.LcTable i {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    background-color: #dd127b
}

.LcTable a:hover i {
    background-color: #bb7ffd
}

.GrayLine {
    width: 100%;
    height: 1px;
    background-color: #a0a0a0;
    margin-top: 15px
}

.LcContacts button {
    margin-top: 20px;
    background-color: #bb7ffd !important
}

.LcContacts button:hover {
    background-color: #dd127b !important
}

.AdvantagesBg {
    padding-bottom: 25px
}

.disnone {
    display: none !important
}

.clr {
    clear: both;
    display: block
}

.banner_link {
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    background-color: #dd127b;
    color: #fff;
    border-radius: 5px;
    border: 0;
    outline: 0;
    margin: 10px 0;
    padding: 0 15px
}

.banner_link:hover {
    background-color: #bb7ffd;
    color: #fff
}

.nf_img {
    width: 100%
}

.not_found {
    text-align: center;
    padding-bottom: 50px
}

.not_found h1 {
    color: #dd127b;
    font-size: 140px
}

.not_found h2 {
    font-size: 32px;
    color: #dc137a
}

.button_nf {
    display: inline-block;
    font-size: 18px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    background-color: #dd127b;
    color: #fff;
    border-radius: 5px
}

.button_nf:hover {
    background-color: #bb7ffd;
    color: #fff
}
.banner_popup{
    display: none;
    position: fixed;
    width: 600px;
    top: 50%;
    left: 50%;
    height: 600px;
    margin-top: -300px;
    margin-left: -300px;
    z-index: 9999;
}
.banner_popup img{
    width:100%;
    height: auto;
}
.banner_popup_close{
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: -45px;
    background: #fff;
    color: #bb7efd;
    width: 41px;
    height: 41px;
    text-align: center;
    font-size: 24px;
    line-height: 42px;
}
.banner_popup_close:hover{
    color: #dd217b;
}
.banner_popup_close:hover path{
    fill:#dd217b;
}
.pop_close {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    font-size: 25px;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 36px;
    cursor: pointer;
    border: 1px solid #444;
    transition: .5s
}

.pop_close a {
    font-size: 25px
}

.pop_close:hover {
    color: #dd127b
}
.pop_close:hover svg path{
    fill:#dd127b;
}

.phone_cabinet {
    position: relative
}

.phone_registration {
    max-width: 400px;
    position: relative;
    margin: 5px auto
}

.descr {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #dd127b !important;
    font-weight: 400 !important;
    z-index: 1;
    font-size: 16px !important
}

.phone_order .descr {
    display: none
}

.LcTable {
    overflow: auto
}

.filter_btn {
    border: 1px solid #dd127b;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0
}
.filter_btn svg{
    vertical-align: top;
}
.filter_btn:hover {
    text-decoration: none;
    color: #dd127b
}

.filter_btn {
    display: none
}

.no_products_find {
    text-align: center;
    font-size: 22px;
    padding: 20px
}

.tpl_categories {
    margin-bottom: 20px;
    display: block;
    position: relative;
    border: 1px solid #ddd
}

.categorie_h {
    display: none;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s
}

.tpl_categories:hover .categorie_h {
    display: block
}

.categorie_img {
    display: block;
    width: 100%;
    position: relative
}

.categorie_img img {
    display: block;
    width: 100%
}

.categorie_name {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #dd127b;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .66);
    z-index: 1;
    transition: .5s
}

.tpl_categories:hover .categorie_name {
    transform: scale(1.05)
}

.tpl_categories_small:hover .categorie_name {
    color: #bb7ffd
}

.tpl_product_colors {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: 1s;
    max-height: 225px;
    display: block;
    overflow-y: auto
}

.tpl_product:hover .tpl_product_colors {
    opacity: 1
}

.tpl_product_colors span {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    margin: 10px;
    border: 1px solid #ddd
}

.catalog {
    margin-top: 10px
}

.catalog .col-md-4 {
    padding: 0
}

.ItemDesc .table_mobile {
    overflow: auto;
    overflow-y: hidden
}

.tpl_product {
    position: relative;
    min-height: 340px;
    width: 100%;
    background: #fff;
    transition: 1s;
    padding: 12px;
    display: inline-block;
    border: 1px solid #d8d8d8
}

.tpl_product.product_no_amount{
    opacity: 0.5;
}
.tpl_product.product_no_amount:hover{
    opacity: 1;
}


.tpl_product:hover {
    border: 1px solid #dd127b
}

.tpl_product .product_info {
    padding: 12px 0;
    background: #fff;
    max-height: 180px;
    position: relative;
    display: block
}

.tpl_product .product_name {
    display: block;
    font-size: 16px;
    text-align: center;
    max-height: 60px;
    min-height: 60px;
    overflow: hidden
}

.tpl_product:hover .product_name {
    color: #bb7ffd;
    text-decoration: none
}

.favorite .product_price_holder,
.tpl_product .product_price_holder {
    min-height: 20px;
    margin: 0 auto;
}

.favorite .product_price,
.tpl_product .product_price {
    font-size: 20px;
    color: #66482d;
    text-align: left;
    display: block;
    padding: 4px 0
}

.favorite .product_old_price,
.tpl_product .product_old_price {
    font-size: 14px;
    line-height: 14px;
    color: #6e6e6e;
    text-align: left;
    display: block;
    text-decoration: line-through
}

.favorite .product_price_action,
.tpl_product .product_price_action {
    font-size: 20px;
    color: #7f41c3;
    text-align: left;
    display: block
}

.tpl_product .light_button {
    margin: 10px auto
}

.tpl_product .product_img {
    width: 100%;
    display: block;
    position: relative;
    border: 1px solid #ededed;
    overflow: hidden
}

.tpl_product .product_img img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.tpl_product .product_block_left_right{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.tpl_product .product_block_left {
    display: flex;
    text-align: left;
    flex-direction: row;
    width: auto;
    align-items: center;
}

.tpl_product .product_block_right {
    display: inline-block;
    float: right;
    text-align: right
}

.tpl_product_colors {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: 1s;
    max-height: 225px;
    display: block;
    overflow-y: auto
}

.tpl_product .button_product_buy {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    background-color: #dd127b;
    color: #fff;
    border-radius: 5px;
    border: 0;
    padding: 0 15px;
    outline: 0;
    margin: 8px auto
}

.tpl_product .button_product_buy:hover {
    background-color: #bb7ffd
}

.product_view_wish_share .to_wish {
    display: inline-block;
    margin-right: 15px;
    font-size: 26px;
    color: #a0a0a0
}

.tpl_product .to_wish {
    display: inline-block;
    margin-right: 15px;
    font-size: 26px;
    color: #ddd;
    vertical-align: sub
}

.product_view_wish_share .to_wish:hover,
.tpl_product .to_wish:hover {
    color: #7f41c3
}
.product_view_wish_share .to_wish:hover svg path, 
.tpl_product .to_wish:hover svg path{
    fill: #7f41c3
}
.product_view_wish_share .to_wish.active,
.tpl_product .to_wish.active {
    color: #dd127b
}

.LcTable .tpl_product .to_wish i {
    color: inherit;
    background: 0 0;
    display: inherit;
    width: auto;
    line-height: initial;
    border-radius: 0
}

.tpl_product:hover .tpl_product_colors {
    opacity: 1
}

.tpl_product_colors span {
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    margin: 5px;
    border: 1px solid #ddd
}

.tpl_product_sizes {
    opacity: 0;
    transition: 1s;
    margin-top: 20px;
    margin-bottom: 5px
}

.tpl_product:hover .tpl_product_sizes {
    opacity: 1
}

.tpl_product_sizes span {
    color: #6c6b6b;
    font-size: 11px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #6c6b6b;
    display: inline-block;
    margin: 1px
}

.price_range .values_holder {
    padding: 0 10px
}

#slider-range-price {
    overflow: visible !important
}

.ui-slider {
    position: relative;
    text-align: left;
    background: #edf7e1;
    margin-bottom: 15px;
    border-radius: 0
}

.ui-slider-horizontal {
    height: 6px
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider-horizontal .ui-slider-handle {
    top: -10px;
    margin-left: 0
}

.ui-slider-horizontal .ui-slider-handle:first-child {
    margin-left: 0
}

.ui-slider-horizontal .ui-slider-handle:last-child {
    margin-left: -25px
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background: #bb7ffd
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 1;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    border-radius: 5px !important;
    background: #7f41c3 !important;
    border: none !important;
    outline: 0
}

.input_end {
    margin: 15px 0;
    float: right
}

.end_desc {
    padding: 0 0 0 2px;
    float: right;
    margin: 15px 0
}

.start_desc {
    padding: 0 0 0 2px;
    float: left;
    margin: 15px 0
}

.input_start {
    float: left;
    margin: 15px 0
}

.load_more {
    width: 100%;
    background: #dd127b;
    display: block;
    margin: 20px auto;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    border-radius: 5px;
    transition: .5s
}

.load_more:hover {
    text-decoration: none;
    background: #bb7ffd;
    color: #fff
}
.load_more svg,
.load_more i {
    transition: 2s
}
.load_more:hover svg,
.load_more:hover i {
    transform: rotate(360deg)
}

.tpl_load_more_holder {
    padding: 0 15px !important
}

.product_view_wish_share {
    display: block
}

.product_view_image {
    display: block;
    width: 100%;
    position: relative
}
.product_view_image img{
    height: auto!important;
    max-width: 100%;
}

.product_gallery {
    width: 100%;
    padding-right: 5px;
    display: block
}

.product_gallery .product_gallery_img {
    margin-bottom: 15px;
    overflow: hidden;
    display: block;
    padding: 5px;
    width: 100%;
    height: auto;
}

.product_gallery .product_gallery_img img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #efefef
}

.product_gallery .product_gallery_img.active img {
    border: 1px solid #dd127b
}

.product_main_page {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    z-index: 1
}

.product_main_page img {
    display: block;
    margin: 0 auto;
    border: 1px solid #ddd;
    width: 100%
}

.product_gallery_mobile {
    display: none
}

.product_view_available {
    margin: 5px 0;
    color: #00a046;
    font-size: 20px
}

.product_view_not_available {
    margin: 5px 0;
    color: #fe6969;
    font-size: 20px
}

.prev_gall {
    position: absolute;
    background: rgba(255, 255, 255, .4);
    background-image: url(../img/button_left2.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100%;
    width: 35px;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 3;
    transition: .5s;
    cursor: pointer
}

.prev_gall:hover {
    background: rgba(193, 193, 193, .4);
    background-image: url(../img/button_left2.png);
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.next_gall {
    position: absolute;
    background: rgba(255, 255, 255, .4);
    background-image: url(../img/button_right2.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100%;
    width: 35px;
    top: 0;
    right: 0;
    margin-top: 0;
    z-index: 3;
    transition: .5s;
    cursor: pointer
}

.next_gall:hover {
    background: rgba(193, 193, 193, .4);
    background-image: url(../img/button_right2.png);
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.thumb_gallery .next_button {
    width: 40px;
    height: 125px;
    top: 50%;
    margin-top: -70px;
    right: 0;
    font-size: 22px;
    line-height: 125px
}

.thumb_gallery .next_button i {
    right: 0;
    font-size: 32px;
    top: auto;
    background: url('../img/right.png');
}

.thumb_gallery .prev_button {
    width: 40px;
    height: 125px;
    top: 50%;
    margin-top: -70px;
    left: 0;
    font-size: 22px;
    line-height: 125px
}

.thumb_gallery .prev_button i {
    left: 0;
    font-size: 32px;
    top: auto;
    background: url('../img/left.png');
}

.rating_recall_stars {
    display: inline-block;
    margin: 0 20px
}

.recall_form {
    max-width: 800px;
    margin: 5px auto
}

.rating_input {
    position: relative;
    border: none;
    overflow: hidden;
    font-size: 16px;
    padding: 0 5px 0 5px;
    margin: 0 auto;
    line-height: 44px
}

.rating_input label {
    display: block;
    float: left;
    max-width: 100%;
    font-weight: 400;
    margin: 0 15px;    
    font-size: 18px;
    color: #161616;
}
.rating_recall_stars_holder{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.rating_recall_stars_holder .rating_recall_stars{    
    transform: scale(1.2);
}

.rating_recall {
    position: relative;
    float: left;
    margin: 0px 0 0 15px;
}

.new_comment_holder {
    overflow: hidden;
    text-align: center
}

.rating_recall span {
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    margin: 0 3px 0 0
}
.rating_recall span svg{
    width: 25px;
    height: 25px;
}
.rating_recall span.yellow svg path{
    fill: #dd217b;
}

.vote_recall.hov_recall svg path,
.vote_recall.hov_recall_click svg path{
    cursor: pointer;
    fill: #dd217b;
}

.vote_title {
    color: #363636;
    font-size: 18px;
    text-align: left;
    margin: 15px 0;
    display: block
}

.vote.hov {
    cursor: pointer
}

.vote_text {
    font-size: 11px
}

.rating_text {
    float: left;
    display: block;
    height: 44px;
    line-height: 44px
}

.rating_body {
    float: left;
    padding: 3px 0
}

.product_review_title {
    display: block;
    text-transform: uppercase;
    font-size: 16px
}

.comments {
    margin: 20px 0
}

.tpl_comment {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f6f6f6
}

.tpl_comment .comment_name {
    display: inline-block;
    color: #363636;
    font-weight: 700;
    font-size: 14px;
    vertical-align: top
}

.tpl_comment .rating_recall_stars {
    position: relative;
    display: inline-block;
    height: 15px;
    margin-top: 2px;
    margin-left: 30px
}

.comment_date {
    display: inline-block;
    float: right;
    color: #acacac
}

.rating_recall_stars span {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 3px 0 0
}

.rating_recall_stars span.yellow svg path {
    fill: #dd217b;
}

.comment_text {
    color: #959595;
    font-size: 14px
}

.basket_case {
    width: 100%;
    background: 0 0;
    margin-top: 0
}

.basket_case tbody tr {
    border: 1px solid #a8a8a8
}

.basket_case tbody tr:hover {
    border: 1px solid #dd127b
}

.basket_case tr td {
    padding: 20px;
    text-align: center
}

.basket_product_name {
    display: block;
    text-align: left;
    color: #333;
    font-size: 18px
}

.basket_product_info {
    display: block;
    text-align: left;
    color: #999;
    font-size: 13px
}

.amount_few {
    text-align: center;
    display: block;
    font-size: 14px;
    margin-bottom: 0
}

.price .amount_1 {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 700
}

.basket_remove {
    color: #898989;
    border-radius: 50%;
    line-height: 38px;
    height: 38px;
    width: 38px;
    text-align: center;
    display: block;
    transition: .3s;
    margin: 0 auto
}

.basket_remove:hover {
    color: #fff;
    background: #bb7ffd
}
.basket_remove:hover svg path{
    fill:#fff;
}

.cart_btn {
    position: relative;
    width: 50%;
    float: right;
    background: #ccc;
    color: #333;
    font-size: 12px;
    font-weight: 400
}

.quantity {
    overflow: hidden;
    position: relative;
    border: none;
    border-radius: 0;
    line-height: 40px;
    height: 84px;
    width: 55px;
    margin: 0 auto
}

.cart_quantity {
    display: block;
    text-align: center;
    width: 100%;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #a8a8a8
}

.btn_plus {
    display: block;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    height: 28px;
    border-radius: 5px;
    background: #bb7ffd;
    color: #fff
}

.btn_minus {
    display: block;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    height: 28px;
    border-radius: 5px;
    background: #bb7ffd;
    color: #fff
}
.btn_minus svg{
    vertical-align: middle;
}


.plus-minus:hover {
    color: #fff;
    background: rgba(187, 157, 223, .85)
}

.basket_case td:nth-child(1) {
    width: 160px
}

.basket_result .tabs_holder {
    border: 1px solid #ccc;
    background: #f7f7f7;
    padding: 15px
}

.basket_input {
    margin: 10px auto
}

.basket_input_title {
    font-weight: 700;
    font-size: 16px;
    float: left;
    width: 50%
}

.basket_title {
    font-size: 18px;
    font-weight: 700;
    text-align: left
}

.basket_input input {
    width: 50%;
    height: 30px;
    color: #444;
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px
}

.basket_case .cart-images {
    border: 1px solid #e6e6e6;
    display: block;
    width: 130px;
    margin: 0 auto
}

.basket_case .cart-images img {
    width: 100%
}

.total_cart_sum {
    float: right;
    color: #3f352c;
    font-size: 18px;
    margin: 20px auto
}

.cart_btns {
    float: right
}

.shopping_continue {
    display: inline-block;
    margin-right: 20px;
    color: #7a9313;
    font-weight: 700;
    font-size: 14px
}

.b_title {
    display: none;
    color: #bb7ffd
}

.p_h_title {
    display: none;
    float: left;
    color: #bb7ffd
}

.basket_case thead tr td {
    color: #bb7ffd
}

.no_discount_price {
    text-decoration: line-through
}

.order_block {
    margin-top: 15px;
    margin-bottom: 15px;
    background: #f5f5f5;
    padding: 30px;
    border-radius: 15px
}

.order_block.active {
    box-shadow: 0 0 10px 1px #cecece
}

.order_step {
    font-size: 16px;
    color: #7f41c3
}

.order_block .input label {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 3px
}

.order_block .input label sup {
    color: red
}

.step_icon {
    display: inline-block;
    background: url(../img/icons/step_icon.png);
    background-repeat: no-repeat;
    background-size: 10px 8px;
    background-position: 5px 7px;
    width: 20px;
    height: 20px;
    vertical-align: top;
    transition: 1s
}

.order_user_info {
    margin-top: 20px
}

.next_step {
    float: right
}

.tab_back_pay,
.tab_card_pay,
.tab_cash_pay,
.tab_delivery_delauto,
.tab_delivery_intime,
.tab_delivery_newpost,
.tab_delivery_shop,
.tab_delivery_ukrpost,
.tab_new_user,
.tab_regular_user {
    display: none
}

.tab_back_pay.active,
.tab_card_pay.active,
.tab_cash_pay.active,
.tab_delivery_delauto.active,
.tab_delivery_intime.active,
.tab_delivery_newpost.active,
.tab_delivery_shop.active,
.tab_delivery_ukrpost.active,
.tab_new_user.active,
.tab_regular_user.active {
    display: block
}

.order_block_nav {
    border-bottom: 1px solid #efefef;
    width: 100%;
    overflow: hidden;
    margin-top: 20px
}

.to_tab_back_pay,
.to_tab_card_pay,
.to_tab_cash_pay,
.to_tab_delivery_delauto,
.to_tab_delivery_intime,
.to_tab_delivery_newpost,
.to_tab_delivery_shop,
.to_tab_delivery_ukrpost,
.to_tab_new_user,
.to_tab_regular_user {
    display: block;
    width: 50%;
    float: left;
    padding: 11px 5px;
    text-align: center;
    border: 1px solid transparent
}

.to_tab_back_pay.active,
.to_tab_back_pay:active,
.to_tab_back_pay:focus,
.to_tab_back_pay:hover,
.to_tab_card_pay.active,
.to_tab_card_pay:active,
.to_tab_card_pay:focus,
.to_tab_card_pay:hover,
.to_tab_cash_pay.active,
.to_tab_cash_pay:active,
.to_tab_cash_pay:focus,
.to_tab_cash_pay:hover,
.to_tab_delivery_delauto.active,
.to_tab_delivery_delauto:focus,
.to_tab_delivery_delauto:hover,
.to_tab_delivery_intime.active,
.to_tab_delivery_intime:focus,
.to_tab_delivery_intime:hover,
.to_tab_delivery_newpost.active,
.to_tab_delivery_newpost:active,
.to_tab_delivery_newpost:focus,
.to_tab_delivery_newpost:hover,
.to_tab_delivery_shop.active,
.to_tab_delivery_shop:active,
.to_tab_delivery_shop:focus,
.to_tab_delivery_shop:hover,
.to_tab_delivery_ukrpost.active,
.to_tab_delivery_ukrpost:focus,
.to_tab_delivery_ukrpost:hover,
.to_tab_new_user.active,
.to_tab_new_user:active,
.to_tab_new_user:focus,
.to_tab_new_user:hover,
.to_tab_regular_user.active,
.to_tab_regular_user:active,
.to_tab_regular_user:focus,
.to_tab_regular_user:hover {
    color: #fff;
    background: #bb7ffd;
    border: 1px solid #fcfcfc;
    text-decoration: none
}

.order_delivery_info .input {
    margin-bottom: 12px
}

.order_delivery_info .input label {
    margin-bottom: 3px
}

.order_page {
    margin-top: 20px;
    margin-bottom: 50px
}

.order_block input,
.order_block textarea {
    border-radius: 5px;
    border: 1px solid #bb7ffd;
    margin: 5px 0 15px 0;
    display: block;
    padding: 8px 10px;
    font-size: 16px;
    width: 100%
}

.order_block input[type=text]:focus,
.order_block textarea:focus {
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .2);
    outline: 0;
    border: 1px solid #dd127b;
    color: #000;
    font-size: 16px
}

.basket_login {
    max-width: 120px;
    text-align: center;
    height: 100%;
    color: #fff;
    font-size: 18px;
    background-color: #bb7ffd;
    border: 1px solid #bb7ffd;
    border-radius: 4px;
    display: block;
    padding: 10px 10px;
    margin: 5px auto
}

.basket_login:hover {
    background-color: rgba(187, 157, 223, .85);
    border: 1px solid rgba(187, 157, 223, .85)
}

.submit_order_basket {
    display: inline-block;
    font-size: 18px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    background-color: #dd127b;
    color: #fff;
    border-radius: 5px
}

.submit_order_basket:hover {
    color: #fff;
    background-color: #bb7ffd
}

.chosen-container {
    width: 100% !important;
    outline: 0;
    background: #fff;
    border: none;
    border-radius: 5px
}

.chosen-container-single .chosen-single {
    line-height: 36px;
    height: 36px;
    outline: 0;
    background: #fff;
    box-shadow: none;
    color: #555;
    border-radius: 5px;
    border: 1px solid #bb7ffd
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff
}

.chosen-container-single .chosen-single div {
    width: 36px;
    height: 36px
}

.chosen-container-single .chosen-single span {
    margin-right: 50px
}

.chosen-container-single .chosen-single div b {
    background-image: url(../img/drop_down.png);
    background-position: 0 0;
    transition: transform .5s
}

.chosen-container.chosen-with-drop .chosen-drop {
    background: #fafafa
}

.chosen-container .chosen-drop,
.chosen-container-single .chosen-drop {
    border: 1px solid #bb7ffd;
    border-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #bb7ffd;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.chosen-container-active.chosen-with-drop .chosen-single div,
.chosen-container-single .chosen-single div {
    background: #fff
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 0 0;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.chosen-container .chosen-results li.highlighted {
    background: #bb7ffd;
    color: #fff
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container .chosen-results li {
    line-height: 28px
}

.instagram {
    margin: 0 auto;
    margin-bottom: 50px
}

.insta_photo {
    width: 100%;
    margin-bottom: 10px;
    display: block
}

.insta_photo img {
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
    display: block
}

.cssload-thecube {
    margin: 50px auto;
    width: 73px;
    height: 73px;
    margin: 0 auto;
    margin-top: 49px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg)
}

.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg)
}

.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d60033;
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%
}

.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg)
}

.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg)
}

.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg)
}

.cssload-thecube .cssload-c2:before {
    animation-delay: .35s;
    -o-animation-delay: .35s;
    -ms-animation-delay: .35s;
    -webkit-animation-delay: .35s;
    -moz-animation-delay: .35s
}

.cssload-thecube .cssload-c3:before {
    animation-delay: .69s;
    -o-animation-delay: .69s;
    -ms-animation-delay: .69s;
    -webkit-animation-delay: .69s;
    -moz-animation-delay: .69s
}

.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s
}

@keyframes cssload-fold-thecube {
    0%,
    10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        transform: perspective(136px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

@-o-keyframes cssload-fold-thecube {
    0%,
    10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -o-transform: perspective(136px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%,
    10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -ms-transform: perspective(136px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%,
    10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -moz-transform: perspective(136px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

.virtual_tour_title {
    text-align: center;
    font-size: 24px;
    margin: 10px auto;
    font-family: henc-bold-hen;
    margin-bottom: 8px
}

.virtual_tour_iframe {
    background: #d60033;
    overflow: hidden;
    display: block;
    padding: 7px;
    max-width: 60%;
    margin: 0 auto
}

.virtual_tour_iframe>div {
    overflow: hidden;
    transform: translateY(0);
    height: 400px
}

.virtual_tour_iframe>div iframe {
    border: none
}

.sc_banner .owl-next,
.sc_banner .owl-prev {
    color: rgba(214, 0, 51, .5)
}

.sc_banner .owl-next:hover,
.sc_banner .owl-prev:hover {
    color: #d60033
}

.courses_table {
    display: block;
    padding: 20px;
    margin-top: 35px;
    background: rgba(214, 0, 51, .08)
}

.courses_table table {
    width: 100%;
    font-size: 20px
}

.courses_table tr {
    transition: .5s
}

.courses_table tr:hover {
    background: #d60033;
    color: #fff;
    transition: .5s
}

.courses_table tr:hover .sc_table_title {
    color: #000;
    transition: .5s
}

.courses_table tr:hover .text-red {
    color: #fff;
    transition: .5s
}

.courses_table tr th {
    text-align: left;
    vertical-align: middle;
    padding: 5px 10px;
    line-height: 46px
}

.courses_table tr td {
    text-align: left;
    vertical-align: middle;
    padding: 5px 10px;
    transition: .5s
}

.courses_table .sc_table_title {
    vertical-align: middle;
    position: relative;
    min-height: 46px;
    display: inline-block;
    line-height: 46px;
    margin-left: 50px
}

.courses_table .sc_table_title::before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../img/ico-nc.png);
    background-repeat: no-repeat;
    background-size: 38px 46px;
    width: 38px;
    height: 46px;
    left: -46px;
    top: 0
}

.text-red {
    color: #d60033
}

.paginate ul li {
    display: inline-block;
    margin: 10px
}

.action_block {
    font-size: 20px;
    text-align: center;
    margin: 30px auto;
    display: block;
    text-transform: uppercase;
    border-radius: 30px;
    line-height: 40px;
    padding: 10px 10px;
    background: #fff;
    color: #d60033
}

.action_block span {
    background: #d60033;
    color: #fff;
    border-radius: 20px;
    width: 60px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center
}

.part_pay {
    display: block;
    width: 100%;
    text-align: center;
    background: #d60033;
    color: #fff
}

.instagram_gallery {
    position: relative
}

.instagram_gallery .owl-item {
    display: inline-block
}

.instablock {
    position: relative
}

.instagram_gallery .owl-stage-outer {
    overflow: hidden !important
}

.hover_insta {
    display: none
}

.instablock:hover .hover_insta {
    display: block;
    position: absolute;
    width: 93%;
    background: rgba(255, 255, 255, .85);
    height: 98%
}

.instablock .hover_insta .insta_desc {
    max-height: 105px;
    overflow: hidden;
    display: block;
    font-size: 13px;
    position: absolute;
    bottom: 65px;
    padding: 10px;
    text-align: center;
    color: #000
}

.instablock .hover_insta .instalink {
    display: block;
    position: absolute;
    top: 10px;
    font-size: 16px;
    text-decoration: none;
    color: #dd127b;
    left: 10px
}

.likes_cnt {
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #d60033
}

.text-h1 {
    font-family: henc-bold-hen;
    font-size: 36px;
    text-align: center;
    color: #fff;
    background-color: #bb7ffd;
    border-radius: 10px;
    padding: 18px 0;
    width: 60%;
    margin: 30px auto 20px auto;
    transition: .5s;
    align-items: center;
    display: flex;
    justify-content: center;
}

.text-h1:hover {
    background-color: #dd127b;
    color: #fff
}

.text-h1:hover span {
    color: #fff
}

.center {
    text-align: center
}

.inst {
    margin-bottom: 40px
}

.red-button a,
.red-button input,
.red-button-st a {
    background-color: #dd127b;
    border: 2px solid #dd127b;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px
}

.red-button a {
    line-height: 66px;
    padding: 0 60px;
    border-radius: 30px 30px 30px 30px
}

.red-button input,
.red-button-st a {
    line-height: 42px;
    padding: 0 60px;
    border-radius: 5px
}

.red-button a:hover,
.red-button input:hover,
.red-button-st a:hover {
    border: 2px solid #bb7ffd;
    background-color: #bb7ffd;
    color: #fff
}

.red-button input:focus {
    outline: 0
}

.cloud-zoom-big {
    left: 585px !important
}

.confirm_img {
    width: 100%;
    display: block
}

.c_confirm_title {
    text-transform: uppercase;
    font-size: 20px;
    text-align: left;
    margin: 20px 15px
}

.confirm_page {
    margin: 30px auto
}

.order_confirm {
    width: 100%
}

.order_confirm tbody tr:nth-child(odd) {
    background: #f5f5f5;
    color: #515151
}

.order_confirm tbody tr:nth-child(even) {
    background: #fcfcfc;
    color: #000
}

.order_confirm tbody tr:hover {
    background: #e8e8e8
}

.order_confirm tbody tr td {
    padding: 12px 8px
}

.confirm_delivery b,
.confirm_pay b {
    min-width: 80px;
    display: inline-block;
    margin-bottom: 5px
}

.confirm_info {
    margin-top: 25px
}

.confirm_info_left {
    float: left;
    display: block
}

.confirm_info_right {
    float: right;
    display: block;
    font-size: 18px
}

.confirm_info_right b {
    margin-left: 5px
}

.orders_history {
    width: 100%;
    background: #fcfcfc
}

.orders_history thead tr td {
    text-align: center;
    border-top: 2px solid #bfccc6;
    border-bottom: 2px solid #bfccc6;
    color: #515151;
    background: #fff;
    padding: 10px 10px
}

.orders_history tr:hover {
    background: #f0f0f0
}

.orders_history tbody tr td {
    text-align: center;
    padding: 10px 10px
}

.basket_product_comment textarea {
    float: left;
    margin: 5px 0;
    min-height: 45px;
    min-width: 250px;
    border-radius: 5px;
    border: 1px solid #bb7ffd;
    padding: 2px
}

.content_block ul {
    margin-left: 50px
}
.content_block iframe{
    max-width: 100%!important;
}

.content_block ul li {
    list-style-type: inherit
}

.content_block table {
    font-size: 14px;
    border-collapse: collapse;
    text-align: center
}

.content_block th {
/*    background: rgba(187, 127, 253, .41);*/
background: #fff;
    color: #fff;
    padding: 10px 20px
}

.content_block td,
.content_block th {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000;
    white-space: normal;
}

.content_block td {
/*    background: rgba(187, 127, 253, .41);*/
background: #fff;
    transition: .5s;
    padding: 5px
}

.content_block tr:hover td {
    background: rgba(127, 65, 195, .4)
}

.content_block table p {
    margin-bottom: 0 !important
}

.registration_fb_form .login_title,
.registration_gp_form .login_title,
.registration_ok_form .login_title,
.registration_vk_form .login_title {
    font-size: 18px
}

.thanks_text_registration_fb,
.thanks_text_registration_gp,
.thanks_text_registration_ok,
.thanks_text_registration_vk {
    display: none;
    text-align: center;
    width: 100%;
    color: #a5c716;
    font-size: 18px
}

.thanks_text_registration_fb p,
.thanks_text_registration_gp p,
.thanks_text_registration_ok p,
.thanks_text_registration_vk p {
    text-align: center;
    color: #a5c716;
    font-size: 18px
}

.registration_fb_button,
.registration_gp_button,
.registration_vk_button {
    display: inline-block;
    font-size: 18px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    background-color: #dd127b;
    color: #fff;
    border-radius: 5px
}

.registration_fb_button:hover,
.registration_gp_button:hover {
    background-color: #bb7ffd;
    color: #fff
}

.registration_fb_form input,
.registration_gp_form input,
.registration_ok_form input,
.registration_vk_form input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    outline: 0;
    border: 1px solid #d8d8d8;
    text-align: left;
    margin: 10px auto
}

.remove_filter_smalled {
    display: block;
    text-align: center
}
.head_size{
    max-width: 900px;
    margin: 0px auto;
}
.size_table_head{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    clear: both;
    margin: 15px auto;
}
.size_table_head a{
    background-color: #f8f2ff;
    color: #000;
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #000;
}
.size_table_head a:hover,
.size_table_head a.active{
    background: #dd127b;
    color: #fff;
}
.size_table_body{
    display: none;
}
.size_table_body.active{
    display: block;
}
.table_holder {
    width: 100%
}
.content_block_size{
    max-width: 900px;
    margin: 0px auto;
}
.content_block_size .table_holder table {
    margin: 0px auto;
    min-width: 100%;
}
.content_block.content_block_size td{
    background: rgb(208 164 254 / 14%);
}
.content_block.content_block_size tr:first-child td{
    background: #bb7ffd!important;
    color: #fff!important;
}
.content_block.content_block_size tr th:first-child,
.content_block.content_block_size tr td:first-child{
    background: #dd127b!important;
    color: #fff!important;
}
.table_holder table{
    max-width: 100%;
}

.tab_dropship_user {
    display: none
}

.tab_dropship_user.active {
    display: block
}

.order_info_auth {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    background: #dd127b;
    color: #fff;
    padding: 15px 20px
}

.containers {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.YouWatchBg {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden
}

.table_mobile table {
    white-space: normal
}

.no_recalls {
    font-size: 18px;
    background: #f0f0f0;
    padding: 10px 10px;
    border-radius: 15px
}

.cat_bgs .containers {
    margin-right: auto;
    margin-left: auto;
    padding-right: 120px;
    padding-left: 120px
}

.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span,
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container-single .chosen-search input[type=text],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-rtl .chosen-search input[type=text] {
    background-image: url(../img/drop_down.png) !important;
    background-size: 37px 37px !important;
    background-repeat: no-repeat !important
}

.btn_disabled {
    opacity: .5
}

.HeaderSocWrap {
    display: block;
    width: 100%
}

.HeaderSocWrap ul {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    min-height: 40px
}

.HeaderSocWrap ul li {
    line-height: 40px;
    display: inline-block
}

.HeaderSocWrap ul li a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: block;
    font-size: 16px;
    background: #dd217b;
    border-radius: 50%;
    margin: 5px 2px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.HeaderSocWrap ul li a:hover {
    background: #bb7ffd;
    color: #fff
}

.soc_icon {
    margin: 0 0 0 5px !important;
    padding: 0 !important
}


.HeaderCenterBg .facebook_icon,
.HeaderPhoneWrap .facebook_icon {
    background: url(../img/fb_icon.png);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    vertical-align: top
}

.HeaderCenterBg .instagram_icon,
.HeaderPhoneWrap .instagram_icon {
    background: url(../img/inst_icon.png);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    vertical-align: top
}


.HeaderCenterBg .viber_icon,
.HeaderPhoneWrap .viber_icon {
    background: url(../img/viber_icon2-min.png);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    vertical-align: top
}

.HeaderCenterBg .whatsapp_icon,
.HeaderPhoneWrap .whatsapp_icon {
    background: url(../img/whatsapp_icon-min.png);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    vertical-align: top
}

.HeaderCenterBg .telegram_icon,
.HeaderPhoneWrap .telegram_icon {
    background: url(../img/telegram_icon-min.png);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    vertical-align: top
}

.HeaderCenterBg .kyivstar_icon,
.HeaderPhoneWrap .kyivstar_icon {
    background: url(../img/kyivstar.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    vertical-align: top;
    background-position: 0 1px
}

.HeaderCenterBg .vodafone_icon,
.HeaderPhoneWrap .vodafone_icon {
    background: url(../img/vodafone.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    vertical-align: top
}

.HeaderCenterBg .lifecell_icon,
.HeaderPhoneWrap .lifecell_icon {
    background: url(../img/lifecell.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    vertical-align: top
}

.ContactsPhoneWrap .viber_icon {
    background: url(../img/viber_icon2-min.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-position: 0 2px;
    background-repeat: no-repeat;
    vertical-align: top
}

.ContactsPhoneWrap .telegram_icon {
    background: url(../img/telegram_icon-min.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-position: 0 2px;
    background-repeat: no-repeat;
    vertical-align: top
}

.ContactsPhoneWrap .whatsapp_icon {
    background: url(../img/whatsapp_icon-min.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-position: 0 2px;
    background-repeat: no-repeat;
    vertical-align: top
}

.ContactsPhoneWrap .kyivstar_icon {
    background: url(../img/kyivstar.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    vertical-align: top
}

.ContactsPhoneWrap .vodafone_icon {
    background: url(../img/vodafone.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    vertical-align: top
}

.ContactsPhoneWrap .lifecell_icon {
    background: url(../img/lifecell.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    vertical-align: top
}

.banner_mobile {
    margin: 0 auto;
    display: block;
    max-width: 400px;
    width: 100%
}

.banner_mobile img {
    width: 100%;
    max-height: 100%;
}

#new_review .FormInput textarea {
    height: 122px
}

.call_new_comment {
    display: inline-block;
    font-size: 18px;
    width: 165px;
    text-align: center;
    line-height: 40px;
    background-color: #dd127b;
    color: #fff;
    border-radius: 5px;
    border: 0;
    outline: 0
}

.call_new_comment:hover {
    background-color: #bb7ffd
}

.to_tab_back_pay.disabled_type {
    display: none
}

.ContentWrap img {
    max-width: 100% !important;
    height: auto !important
}

.mousetrap {
    width: 100% !important;
    height: 100% !important
}

.review_linker {
    text-align: center;
    display: block
}

.review_linker a,
.review_linker h1,
.review_linker span {
    display: inline-block;
    font-size: 20px;
    color: #000;
    padding: 10px 15px;
    margin: 5px 20px;
    border-radius: 10px;
    transition: .5s
}
.review_linker h1,
.review_linker a:hover,
.review_linker span {
    background: #bb7efd;
    color: #fff
}

.email_info {
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
    color: #666
}

.sliderbgtest .SlideBg {
    height: auto !important
}

.sliderbgtest .SlideBg img {
    width: 100%
}

.tpl_product .product_view_not_available,
.tpl_product .product_view_available {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 14px
}

.tpl_product .product_view_not_available .fa{
    color: #fe6969;
    display: inline-block;
    width: auto;
    line-height: normal;
    border-radius: inherit;
    background: 0 0
}
.tpl_product .product_view_available .fa {
    color: #00a046;
    display: inline-block;
    width: auto;
    line-height: normal;
    border-radius: inherit;
    background: 0 0
}

.row_catalog {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start
}
#co0m{
    margin: 10px auto;
}

.mobile_cat_holder_title{
    margin-top: 20px;
    width: 100%;
    display: block;
    line-height: 40px;
    background: #dd127b;
    color: #fff;
    height: 40px;
    font-size: 20px;
    text-align: center;
}

.mobile_menu a, 
.mobile_menu span{  color:#000;   cursor:pointer}
.mobile_menu span, 
.mobile_menu a:hover{  text-decoration:none;   color:#7f41c3}
.mobile_menu >li{  padding:10px 0px}
.mobile_menu >li >span, 
.mobile_menu >li >a{  font-size:16px}
.mobile_menu >li >ul >li{  padding:10px 0px}
.mobile_menu >li >ul{  border-left:1px dashed #7f41c3;   padding-left:20px;   display:none}
.mobile_menu >li.active >ul{    display:block;     position:absolute;     top:0px;     left:100%;     width:100%}
.mobile_menu >li >ul >.active >span, 
.mobile_menu >li >ul >.active >a{    color:#7f41c3}
.mobile_menu >li >ul >li >span, 
.mobile_menu >li >ul >li >a{  font-size:16px}
.mobile_menu >li >ul >li >ul{  border-left:1px dashed #7f41c3;   padding-left:20px;   display:none}
.mobile_menu >li >ul >li.active >ul{  display:block;   position:absolute;   top:0px;   left:100%;   width:100%}
.mobile_menu >li >ul >li >ul >li{  padding:10px 0px}
.mobile_menu >li >ul >li >ul >li >span, 
.mobile_menu >li >ul >li >ul >li >a{  font-size:14px}
.mobile_menu .open_b{  display:block;   vertical-align:top;   right:10px;   position:relative;   float:right;   width:30px;   height:30px;   font-weight:normal;   cursor:pointer;   text-align:center;   font-size:16px;   color:#7f41c3;   line-height:30px;   border-radius:50%;   transition:0.5s;  transform:rotate(-90deg);   margin-top:-5px}
.mobile_menu li ul .open_b{  right:50px}
.mobile_menu .active >.open_b, 
.mobile_menu .open_b:hover{  color:#fff;   background:#7f41c3; transform:rotate(-90deg)}
.mobile_menu li.active >.open_b{ transform:rotate(-90deg)}
.mobile_menu .active >span, 
.mobile_menu .active >a{    color:#7f41c3}
.mobile_menu li:hover >.open_b > svg path,
.mobile_menu li.active >.open_b > svg path{
    fill:#fff;
}

.mobile_menu >li >ul, 
.mobile_menu >li >ul >li >ul{ border-left:none;  padding-left:20px}
.mobile_menu >li >ul >li.active >ul{ display:block;  position:relative;  top:auto;  left:auto;  width:auto}
.mobile_menu .active >.open_b, 
.mobile_menu .open_b:hover{ color:#fff;  background:#7f41c3; transform:rotate(0deg)}
.mobile_menu li.active >.open_b{ transform:rotate(0deg)}
.mobile_menu li{ position:relative}
.mobile_menu >li.active >ul{ display:block;  position:relative;  top:auto;  left:auto; ;  width:100%}
.mobile_menu{ width:100%}

.mobile_banner_holder{
    width: 100%;
    overflow: hidden;
    display: block;
}
.categories{
    margin-top: 20px;
}
.go_to_top{
    display: none;
    background: #bb7ffd;
    color: #fff;
    position: fixed;
    font-size: 22px;
    border-radius: 50%;
    text-align: center;
    opacity: 0.7;
    transition: 0.5s;
    z-index: 10;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 40px;
    bottom: 40px;
    border: 1px solid #fff;
}
.go_to_top svg{
    vertical-align: super;
    margin-top: 20px;
}
.go_to_top:hover{
    opacity: 1;
    color: #fff;
}
.tpl_product .product_view_not_available,
.tpl_product .product_view_available{
    position: absolute;
    right: 0px;
    background: #fff;
    top: 10px;
    padding: 5px 10px;
    height: 28px;
    line-height: 18px;
}
.offer_percent{
    position: absolute;
    top: 50px;
    left: 0;
    line-height: 26px;
    padding: 5px 10px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #dd217b;
}
.offer_percent > span{
    margin-bottom: 0px;
}
.offer_percent_ny{
    background: url(../img/ny_a3.png);
    background-size: 100%;
    width: 60px;
    height: 80px;
    background-repeat: no-repeat;
    top: 40px;
}
.offer_percent_ny > span{
    color: #fff;
    font-weight: bold;
    position: absolute;
    font-size: 21px;
    top: 35px;
    right: 10px;
}

.offer_percent_bf{
    background: url(../img/bf2.png);
    background-size: 100%;
    width: 120px;
    height: 90px;
    background-repeat: no-repeat;
    top: 40px;
}

.offer_percent_bf > span{
    color: #fff;
    font-weight: bold;
    position: absolute;
    font-size: 21px;
    top: 18px;
    right: 7px;
}
.sitemap_link{display: block;text-align: center;}
.sitemap{
  max-width: 800px;
  margin: 0px auto;
}
.sitemap ul > li{
  margin-left: 20px;
  position: relative;
}
.sitemap li:before{
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 8px;
  left: -12px;
  background: #dd127b;
  background-size: 100%;
  transition: 0.5s;
  border-radius: 50%;
}
.sitemap li:hover:before{
  left: -18px;
}
.sitemap a,
.sitemap span{
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}
.sitemap a:hover{
  color: #dd127b;
}

.ContentWrap ul{
  margin-left: 20px;
}
.ContentWrap ul li{
  list-style-type: disc;
}
.product_price_n{
    font-size: 18px;
    line-height: 18px;
    color: #6e6e6e;
    text-align: left;
    display: block;
}
.footerMenuholder{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 20px auto;
}
.footerMenu_title{
    color: #dd217b;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.footerMenuDouble{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.footerMenuDouble .footerMenu{
    margin-right: 25px;
}
.footerMenu li{

}
.footerMenu a,
.footerMenu span{
    font-size: 18px;
    line-height: 22px;
}
.footerRight{
    margin: 20px auto;
}
.footerSocHolder{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.footerSocHolder .footerSocBlock{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 130px;
    justify-content: space-evenly;
    max-height: 130px;
}
.footerSocHolder .footerSocBlock a{
    max-width: 50px;
    max-height: 50px;
    display: block;
    margin: 5px;
}
.footerSocHolder .footerSocBlock a img{
    width: 100%;
    display: block;
}
.footerSocHolder .footerViberBlock{
    max-width: 160px
}
.footerSocHolder .footerViberBlock a{
    display: block;
    width: 100%;
}
.footerViberBlock img{
    max-width: 100%;
}
.viber_footer{
    display: block;
    width: 100%;
}
.subscribe_box form{
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    margin: 20px auto;
}
.subscribe_box .input{
    width: 100%;
}

.subscribe_box .input #subsribe_email{
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 5px 15px;
}

.subscribe_box [type="submit"]{
    background: #e22186;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    border: none;
}
.subscribe_box [type="submit"]:hover{
    background: #bb7ffd;
    color: #fff;
    text-decoration: none;
}
.blog_holder .NewsCartFix{
    padding-top: 0px
}
.blog_holder .NewsCartFix .ArticleCartDate{
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto;
    padding: 5px 10px;
    backdrop-filter: blur(4px);
    background: #bb7ffd;
    color: #fff;
}
.product_main_page .offer_percent{
    z-index: 5;
}
.status_0{
background: #d9534f;
color: #fff;
padding: 2px 7px;
border-radius: 5px;
font-size: 16px;
}
.status_2{
background: #999;
color: #fff;
padding: 2px 7px;
border-radius: 5px;
font-size: 16px;
}
.status_3{
background: #5bc0de;
color: #fff;
padding: 2px 7px;
border-radius: 5px;
font-size: 16px;
}
.status_7{
background: #f0ad4e;
color: #fff;
padding: 2px 7px;
border-radius: 5px;
font-size: 16px;
}
.status_6{
background: #428bca;
color: #fff;
padding: 2px 7px;
border-radius: 5px;
font-size: 16px;
}
.status_4{
background: #5cb85c;
color: #fff;
padding: 2px 7px;
border-radius: 5px;
font-size: 16px;
}
.status_5{
background: #b45cb8;
color: #fff;
padding: 2px 7px;
border-radius: 5px;
font-size: 16px;
}
.p_up_info{
    display: none;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding: 10px 12px;
    position: absolute;
    width: calc(100% + 26px);
    background: #fff;
    z-index: 3;
    left: -13px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.tpl_product:hover .p_up_info{
    display: flex;
    flex-direction: column;
}
.material_info{
    font-size: 17px;
}
.material_info span{
    font-weight: bold;
}
.sizes_info_holder{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.sizes_info_holder span{
    font-size: 17px;
}
.sizes_info{
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    flex-wrap: wrap;
}
.sizes_info li{
    padding: 5px 6px;
    margin: 5px;
    font-size: 16px;
    border: 1px solid #d8d8d8;
}
.sizes_info li.active_size{
    border: 1px solid #dd217b;
}
.sizes_info li.size_disabled{
    text-decoration: line-through;
}
.content_wrap{
    max-width: 1200px;
    margin: 0px auto;
}
.content_block h1,
.content_block h2,
.content_block h3{
    font-weight: bold;
} 
.share_content{
    display: block;
    clear: both;
    padding: 15px 5px;
}
.share_content .share_content_title{
    font-size: 24px;
    margin: 15px 5px;
}
.drop_check_holder{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    max-width: 400px;
    margin: 10px auto;
    justify-content: start;
}
.drop_check_holder #drop_check{
    width: 40px;
    margin: 0px;
}
.drop_check_holder label{
    color: #fff;
}
.registration_form_dropshipping{
    display: block;
    margin: 20px auto;
    width: 450px;
    background: #e8e8e7;
    padding: 10px 15px;
}
.registration_form_dropshipping .login_title{
    font-size: 22px;
    background: #dd217b;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
}
.registration_form_dropshipping .phone_registration{
    max-width: 100%;
}
.registration_form_dropshipping input{
    border-radius: 5px;
    border: 1px solid #bb7ffd;
    margin: 5px 0 15px 0;
    display: block;
    padding: 8px 10px;
    font-size: 16px;
    width: 100%;
}
.registration_form_dropshipping input:focus{
    box-shadow: inset 0 0 3px 0 rgb(0 0 0 / 20%);
    outline: 0;
    border: 1px solid #dd127b;
    color: #000;
    font-size: 16px;
}
.registration_form_dropshipping .registration_button{
    display: inline-block;
    font-size: 18px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    background-color: #dd127b;
    color: #fff;
    border-radius: 5px;
}
.registration_form_dropshipping .registration_button:hover{ 
    color: #fff;
    background-color: #bb7ffd;
}
.blog_views{
    font-size: 16px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #dd217b;
    color: #fff;
    padding: 5px 10px;
}
.blog_views i{
    margin-right: 5px;
}
.top_head_selector{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin: 15px auto;
}
.top_head_selector a{
    background: #bb7ffd;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 24px;
    line-height: 30px;
}
.top_head_selector span{
    background: #dd217b;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 24px;
    line-height: 30px;
}
.top_head_selector a:hover{
    background: #dd217b;
    color: #fff;
}
.drop_edit_form{
    display: none;
}
.a_banner{
    overflow: hidden;
    max-height: 459px;
}
.attach_zone{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
.attach_zone #attach_files{
    display: flex;
    justify-content: center;
    line-height: 44px;
    transition: .3s;
    padding: 0px 15px;
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    background: #bb7ffd;
    border-radius: 5px;
}
.attach_zone #attach_files.hover,
.attach_zone #attach_files:hover{
    background: #dd217b;
    color: #fff;
    text-decoration: none;
}
.files_container{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
    float: left;
    margin: 10px 5px;
}
.files_container li{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px;
    border: 1px solid #ddd;
}

.files_container li .remove_link{
    text-decoration: none;
    background: #f1f1f1;
    margin-left: 10px;
    border-radius: 50%;
    font-size: 20px;
    width: 24px;
    font-weight: 600;
    height: 24px;
    line-height: 22px;
}
.files_container li .remove_link:hover{
    background: #2a2b2c;
    color: #fff;
}
.remove_promocode{
    font-size: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
}
.remove_promocode:hover{
    color: #7f41c3;
    text-decoration: none;   
}
.gallery_c_holder{
    display: block;
    width: 100%;
    float: left;
    margin: 15px auto;
}
.gallery_c_holder .gallery_c{
    display: block;
    margin: 5px;
}
.gallery_c_holder .gallery_c img{
    display: block;
    width: 100%;
}
.promocode_product{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 360px;
    padding: 5px 10px;
    margin: 15px 0px;
    background: #f0f0ef;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.promocode_product .discount{
    font-size: 20px;
    line-height: 32px;
}
.promocode_product .discount span{
    background: #dd217b;
    color: #fff;
    padding: 2px 7px;
    border-radius: 5px;
    margin: 2px;
}
.promocode_product .promo_text{
    background: #bb7ffd;
    color: #fff;
    padding: 2px 15px;
    border-radius: 5px;
    margin: 2px;
    font-size: 26px;
    line-height: 44px;
    margin-top: 10px;
}
.promo_basket{
    float: left;
    clear: both;
    text-align: left;
    font-size: 16px;
    margin: 5px 0px;
    color: #000000;
}
.promo_basket span{
    background: #dd217b;
    color: #fff;
    padding: 0px 7px;
    border-radius: 5px;
}
.basket_product_comment{
    display: block;
    float: left;
    clear: both;
    width: 100%;
}
.product_page_holder{
    display: flex;
    flex-direction:row;
    align-items:flex-start;
    justify-content:space-between;
}
.product_page_holder .product_page_gallery{
    width: calc(33% - 20px);
    margin: 10px;
}
.product_page_holder .product_page_info{
    width: calc(66% - 20px);
    margin: 10px;
}
.header_mobile_icons{
    display: none;
}
.HeaderMainBg{
    transition:0.5s;
    display: block;
    width: 100%;
    position: relative;
}
.lk_user_type{
    font-weight: 700;
    color: #7f41c3;
    font-size: 20px;
    line-height: 38px;
    margin: 20px auto;
}
.lk_user_type span{
    color: #dd217b;
}
.add_to_card_sizes{
    width: 160px;
    line-height: 48px;
    display: inline-block;
    border-radius: 5px;
    background-color: #bb7ffd;
    border: 1px solid #bb7ffd;
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
}
.add_to_card_sizes:hover{
    background-color: #7f41c3!important;
    color: #fff!important;
}
.action_top_banner{
    background: #bb7ffd;
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1.3px;
    color: #fff;
    transition:0.5s;
    letter-spacing: 2px;
    text-shadow: 0px 1px 3px #000;
}
.action_top_banner i{
    font-style: normal!important;
    margin: 0px 5px;
}
.action_top_banner p{
    margin: 0px;
    padding: 0px;
}
.action_top_banner:hover{
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.action_top_banner span{
    background: #dd217b;
    padding: 5px 10px;
    margin: 0px 30px;
    border-radius: 5px;
}
.action_top_img{
    height: 40px;
    margin: 2px 30px;
}
.product_price_dif{
    color: #dd217b;
    padding: 10px 10px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 10px auto!important;
}
.tpl_product .countdown {
    position: relative;
    background: #fff;
    color: #dd217b;
    margin-left: 25px;
    font-size: 18px;
}
.tpl_product .countdown p{
    margin: 0px;
}
ul > li > a > .kyivstar_icon,
ul > li > a > .vodafone_icon,
ul > li > a > .lifecell_icon,
ul > li > a > .kyivstar_i,
ul > li > a > .vodafone_i,
ul > li > a > .lifecell_i{
    margin-right: 5px;
}
.content_block img{
    max-width: 100%!important;
    height: auto!important;
}
.lcp_img{
    pointer-events: none; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 95vw; 
    height: 97vh; 
    max-width: 95vw; 
    max-height: 97vh;
}
.advantages_block{
    clear: both;
}
.rating_cont{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.container_b{
    max-width: 1200px;
}
.new_comment_holder_v2{
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 40px;
    background-color: #f5f5f5;
    border-radius: 15px;
}
.new_comment_holder_v2 .FeedbackFormTitle{
    color: #000;
    text-align: left;
}
.new_comment_holder_v2 .FeedbackFormTitle span{
    color: #000;
    text-align: left;
}
.new_comment_holder_v2 .CatalogBtn{
    text-align: left;
    margin-top: 20px;
}
.new_comment_holder_v2 .CatalogBtn a{
    display: inline-block;
    font-size: 18px;
    width: 165px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 25px;
    border: 0;
    outline: 0;
    background-color: #505050;
    letter-spacing: normal;
    opacity: 0.9;
}
.new_comment_holder_v2 .CatalogBtn a:hover{
    opacity: 1;
}
.new_comment_holder_v2 .form_label{
    margin-top: 20px;
    text-align: left;
    width: 100%;
    display: block;
    margin: 10px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #7f7f7f;
}
.info_form{
    font-size: 16px;
    text-align: left;
    line-height: 40px;
    margin-top: 15px;
}
.blog_p.TitlePageWrap{
    margin-left: 0px;
}
.blog_p.TitlePageWrap h1{
    font-size: 32px;
    font-weight: bold;
}
.blog_gal .NewsCartFix .ArticleCartTitle a{
    font-size: 18px;
}
.TitlePageAu h1{
    font-size: 28px;
    font-weight: 700;
}
.TitlePageAu h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}
.TitlePageAu{
    width: 100%;
    text-align: left;
}
.author_info{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    float: left;
    background: #e8e8e7;
    padding: 20px 10px;
    border-radius: 15px;
    margin: 25px auto;    
    position: relative;
}
.author_img{
    overflow: hidden;
    display: block;
    border-radius: 50%;
    margin-right: 25px;
    max-width: 200px;
    transition:0.5s;
}
a.author_info:hover .author_img img{
    transform: scale(1.1);
}
.author_img img{
    display: block;
    width: 100%;
}
.author_intro{
    font-size: 25px;
    text-align: left;
}
.author_intro span{
    font-size: 28px;
    font-weight: 500;
}
.author_intro p{
    font-size: 18px;
    margin-top: 10px;
}
.author_in{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    float: left;
    background: #fafafa;
    padding: 8px 15px;
    border-radius: 15px;
    margin: 10px 0px 20px 0px;
}
.author_in_pre{
    font-size: 20px;
    margin-right: 10px;
}
a:hover .author_in_pre{
    color: #000;
}
.author_in_img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}
.author_in_img img{
    width: 100%;
    display: block;
    transition:0.5s;
}
.author_m{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.author_in_info{
    font-size: 20px;
}
a.author_in:hover .author_in_img img{
    transform:scale(1.1);
}
.author_soc{
    width: 35px;
    height: 35px;
    display: block;
    z-index: 1;
    transition:0.5s;
}
.author_soc img{
    width: 100%;
    display: block;
}
.author_soc:hover{
    transform:scale(1.1);
}



.wholesale_block{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.wholesale_title{
    width: 100%;
    font-size: 22px;
    color: #161616;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.wholesale_block ul{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 10px 0px;
    flex-wrap: wrap;
}
.wholesale_block ul li{
	
}
.wholesale_block ul li a{
    padding: 5px 10px;
    background: #ddd;
    border-radius: 5px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    background-color: #f0f0f0;
    font-size: 16px;
}
.wholesale_block ul li a:hover{
    border: 1px solid #dd127b;
}
.wholesale_block ul li a.active{
    background-color: #dd127b;
    color: #fff;
    border: 1px solid #dd127b;
}
.wholesale_block ul li a .wholesale_price{
	font-weight:600;
}

.content_block img.justifyleft{
    float: left;
}
.f_last .foot_shop{
    color: #dd217b;
}
.f_last .foot_shop:hover{
    color: #bb7ffd;
}
.bonus_balance{
    font-weight: 700;
    color: #7f41c3;
    font-size: 20px;
    line-height: 38px;
    margin: 5px auto;
    display: flex;
}
.bonus_balance span {
    color: #dd217b;
    margin-left: 5px;
}

.helper_block{
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 40px;
  bottom: 100px;
  transition: 0.3s;
  z-index: 5;
}
.helper_block .helper_close{
  display: none;
  background: #bb7ffd;
  border-radius: 50%;
  padding: 10px;
  width: 50px;
  border: 1px solid #fff;
  height: 50px;
  transition:0.5s;
}
.helper_block .helper_close svg{
  width: 100%;
  max-width: 20px;
  margin: 0px auto;
  display: block;
}
.helper_block .helper_close svg path{
  fill:#fff;
}
.helper_block .helper_buttons{
  display: none;
  transition:0.5s;
}
.helper_block .helper_buttons > div > a{
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.helper_block .helper_buttons > div > a > .icon{
  width: 50px;
  height: 50px;
  background: #bb7ffd;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 10px;
  transition:0.5s;
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.helper_block .helper_buttons > div > a:hover > .icon{
  transform:scale(1.1);
}
.helper_block .helper_buttons > div > a > .icon svg{

  width: 100%;
  max-width: 25px;
  margin: 0px auto;
  display: block;
}

.helper_block .helper_buttons > div > a > .icon svg path{
  fill:#fff;
}
.helper_block .helper_buttons > div > a > .text{
  display: block;
  opacity: 0;
  visibility: none;
  position: absolute;
  top: 5px;
  left: -110px;
  text-align: center;
  width: 100px;
  background: #fff!important;
  border: 1px solid #e1e5eb!important;
  color: #000!important;
  padding: .5em 1em!important;
  white-space: nowrap!important;
  border-radius: .5em!important;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.13)!important;
  transition:1s;
}
.helper_block .helper_buttons > div > a:hover > .text{
  display: block;
  visibility: visible;
  opacity: 1;
}
.helper_block .helper_show{
  background: #bb7ffd;
  border-radius: 50%;
  padding: 10px;
  transition: 0.5s;
  width: 50px;
  border: 1px solid #fff;
  height: 50px;
  opacity: 0.7;
}
.helper_block .helper_show svg path{
  fill:#fff;
}
.helper_block:hover .helper_show{
  display: none;
}
.helper_block:hover .helper_close{
  display: none;
}
.helper_block:hover{
  height: 180px;
}
.helper_block:hover .helper_buttons{
  display: block;
}
@media (max-width:1199px) {
    .HeaderSocWrap ul li a {
        width: 23px;
        height: 23px;
        line-height: 23px;
        padding: 0px;
        margin: 5px 0px
    }
    .HeaderMenuWrap>ul>li>a,
    .HeaderMenuWrap>ul>li>span {
        font-size: 16px
    }
    .HeaderMenuWrap>ul>li {
        padding: 0 8px
    }
    .cat_bgs .containers {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px
    }
    .HeaderBanner,
    .SlideBg {
        height: 340px
    }
    .cloud-zoom-big {
        left: 485px !important
    }
    .HeaderMainMenu>li>a {
        padding: 0 25px;
        font-size: 20px
    }
    .HeaderMenuWrap>ul>li>a,
    .HeaderMenuWrap>ul>li>span {
        font-size: 14px
    }
    .EnterWrap a {
        font-size: 14px
    }
    .HeaderMainMenu>li>ul:nth-child(3) {
        width: 220px;
        right: -260px
    }
    .FormInput textarea {
        height: 265px
    }
    .DeliveryBtn a {
        width: 100%;
        padding: 0
    }
    .HeaderPhoneWrap {
        margin-top: 5px;
        width: 250px
    }
    .FooterBg .HeaderPhoneWrap>li>a{
        font-size: 15px;
    }
    .FooterBg .HeaderPhoneWrap .whatsapp_icon{
        background: url(../img/whatsapp_icon-min.png);
        display: inline-block;
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        background-repeat: no-repeat;
    }

    .FooterBg .HeaderPhoneWrap .telegram_icon{
        background: url(../img/telegram_icon-min.png);
        display: inline-block;
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        background-repeat: no-repeat;
    }

    .FooterBg .HeaderPhoneWrap .viber_icon{
        background: url(../img/viber_icon2-min.png);
        display: inline-block;
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        background-repeat: no-repeat;
    }

    .product_page_holder .product_page_gallery{
        width: calc(50% - 20px);
        margin: 10px;
    }
    .product_page_holder .product_page_info{
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media (max-width:991px) {
    .blog_gal .owl-item .ArticleCartWrap{
        max-height: 300px;
    }
    .NewsCartFix .ArticleCartTitle a{
        font-size: 17px;
    }
    .ArticleCartLine{   
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .ArticleCartTitle{
        text-align: center;
    }
    .size_table_head a{
        font-size: 18px;
    }
    .content_block_size h2{
        font-size: 24px;
    }
    .content_block_size h3{
        font-size: 18px;
    }
    .action_top_banner{
        letter-spacing: normal;
        font-size: 24px;
    }
	
    .action_top_banner span{
        margin: 0px 15px;
    }
    .action_top_img{
        margin: 2px 15px;
    }
    .product_page_holder .product_page_gallery{
        width: calc(50% - 20px);
        margin: 10px;
    }
    .product_page_holder .product_page_info{
        width: calc(50% - 20px);
        margin: 10px;
    }
    .load_more{
        font-size: 18px;
    }
    #wrapper{
        max-width: 100%;
        overflow: hidden;
    }
    .FooterTimeWrap{
        top:0px;
    }
    .ArticlesCartBg .PadNone {
        padding-left: 5px;
        padding-right: 5px
    }
    #co7,
    #co6,
    #co2h,
    #co3h,
    #co4h,
    #co5h,
    #co2,
    #co3,
    #co4,
    #co5 {
        margin: 0 auto
    }
    .mobilemenuseparator {
        background: #dd127b;
        width: 100%;
        height: 1px
    }
    .mobile_menu_d {
        width: 100%;
        display: block;
        position: relative
    }
    .mobile_menu_d>li {
        padding: 10px 0;
        position: relative
    }
    .mobile_menu_d>li>a,
    .mobile_menu_d>li>span {
        color: #000;
        cursor: pointer;
        font-size: 16px
    }
    .mobile_menu_d .open_b {
        display: block;
        vertical-align: top;
        right: 10px;
        position: relative;
        float: right;
        width: 30px;
        height: 30px;
        font-weight: 400;
        cursor: pointer;
        text-align: center;
        font-size: 16px;
        color: #dd127b;
        line-height: 30px;
        border-radius: 50%;
        transition: .5s;
        transform: rotate(-90deg);
        margin-top: -5px
    }
    .mobile_menu_d>li>ul {
        border-left: none;
        padding-left: 20px;
        border-left: 1px dashed #dd127b;
        padding-left: 20px;
        display: none
    }
    .mobile_menu_d>li>ul>li {
        padding: 10px 0
    }
    .mobile_menu_d>li.active>ul {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        width: 100%
    }
    .mobile_menu_d>li>ul,
    .mobile_menu_d>li>ul>li>ul {
        border-left: none;
        padding-left: 20px
    }
    .mobile_menu_d .active>.open_b {
        color: #fff;
        background: #dd127b;
        transform: rotate(0)
    }
    .fs_search .filter_row {
        width: 48%
    }
    .HeaderPhoneWrap.FooterPhoneWrap {
        position: relative;
        width: 100% !important;
        text-align: center
    }
    .HeaderPhoneWrap.FooterPhoneWrap ul>li>a,
    .HeaderPhoneWrap.FooterPhoneWrap>li>a {
        text-align: center
    }
    .FooterPhoneWrap a {
        text-align: center
    }
    .cloud-zoom-big {
        left: 375px !important
    }
    /*
    .catalog_banner {
        display: none
    }
    */
    .HeaderLogo img {
        max-width: 140px;
    }
    .HeaderPhoneWrap ul>li>a,
    .HeaderPhoneWrap>li>a {
        font-size: 16px;
        padding-left: 10px
    }
    .HeaderPhoneWrap {
        width: 100% margin-top: 0
    }
    .HeaderTimeIcoWrap>span {
        padding: 3px 0 3px 35px;
        font-size: 14px
    }
    .HeaderTimeWrap {
        opacity: 0;
        margin-top: 15px;
        margin-bottom: 5px
    }
    .HeaderContactsHeight {
        min-height: 0
    }
    .BuyProducts {
        margin-top: 11px
    }
    .HeaderMainMenu>li>a {
        padding: 0 20px;
        font-size: 16px
    }
    .PadLeftTime {
        padding-left: 35px
    }
    .CartWrap {
        padding-left: 50px;
        background-size: 35px 47px
    }
    #CUP input,
    #SEARCH input {
        padding: 10px 170px 10px 10px
    }
    .HeaderMenuSmBg {
        background-color: #f2f2f2
    }
    .FooterLogo img {
        width: auto
    }
    .HeaderMainMenu>li:hover>ul {
        display: block;
        z-index: 2
    }
    .ContactsForm {
        padding: 0 20px
    }
    .FormInput textarea {
        height: 375px
    }
    .ActionSoloTitle {
        margin-top: 20px
    }
    .FilterSelectWrap a {
        font-size: 14px
    }
    .ItemImgFilter a img {
        width: 50px
    }
    .ItemPrice {
        margin-top: 20px
    }
    .ItemDelivery {
        margin-top: 20px
    }
    .BigImg {
        height: 360px
    }
    .ItemNumbCart {
        left: 15px
    }
    .CartInput input,
    .CartInput textarea {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .SmHidden {
        display: none
    }
    .CartBorder {
        margin: 0
    }
    .CartBg>.container>.row>.col-sm-9,
    .CartBg>.container>.row>.col-xs-12 {
        padding-left: 15px !important
    }
    .ItemNumbCart {
        left: 30px
    }
    .LcTable {
        overflow-x: scroll
    }
    .LcTabsWrap {
        margin-bottom: 20px
    }
    .ArticleCartImg img {
        max-width: 300px;
        margin: 0 auto
    }
    .advantages_block {
        display: none
    }
    .HeaderMobileLogo a {
        margin-bottom: 15px;
        width: 100%;
        max-width: 90px;
        display: block
    }
    .HeaderMobileLogo a img {
        width: 100%
    }
    .go_to_top{
        right: 10px;
        bottom: 10px;
    }
    .FooterBg .HeaderLogo.FooterLogo{
        margin: 0px auto!important;
        display: block;
        max-width: 300px;
    }
    .helper_block{
    right: 10px;
    bottom: 65px;
    }
    .helper_block:hover .helper_buttons{
    display: none;
    }
    .helper_block.active .helper_buttons{
    display: block;
    }
    .helper_block.active .helper_close{
    display: block;
    }
    .helper_block:hover .helper_show{
    display: block;
    }
    .helper_block.active .helper_show{
    display: none;
    }
    .helper_block:hover{
    height: 50px;
    }
    .helper_block.active{
    height: 230px!important;
    }
}
@media (max-width: 800px){
    .content_block img.justifyleft{
        float: none;
    }
    .action_top_banner{        
    font-size: 17px;
    font-weight: 600;
    letter-spacing: normal;
    justify-content: space-between;
    }
    .banner_popup{
    width: calc(100% - 10px);
    margin: 5px;
    top: 50px;
    left: 0px;
    height: auto;
    }
    .banner_popup_close{
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 25px;
    background: #fff;
    color: #dd217b;
    width: 41px;
    height: 41px;
    text-align: center;
    font-size: 24px;
    line-height: 42px;
    }
}
@media (max-width:767px) {
    .author_intro p{
        font-size: 16px!important;
    }
    .author_in{
        flex-direction: column;
        align-items: flex-start;
    }
    .author_in_pre{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .author_intro {
        font-size: 17px;
    }
    .author_img{
        margin-right: 15px;
    }
    .offer_percent{
        top: 25px;
        line-height: 20px;
    }
	.offer_percent_ny{
		left: 5px;   
		width: 50px;
		height: 70px;
	}
	.offer_percent_ny > span{
		top: 30px;
		right: 9px;
		font-size: 18px;
	}

    
    .offer_percent_bf{
        width: 90px;
        height: 70px;
        background-repeat: no-repeat;
        top: 25px;
    }
    .offer_percent_bf > span{
        font-size: 17px;
        top: 11px;
        right: 6px;
    }
    .tpl_product .product_block_left_right{
        flex-direction: column;
    }
	
    .HeaderCenterBg .vodafone_icon,
    .HeaderPhoneWrap .vodafone_icon,
    .HeaderCenterBg .lifecell_icon,
    .HeaderPhoneWrap .lifecell_icon,
    .HeaderCenterBg .kyivstar_icon,
    .HeaderPhoneWrap .kyivstar_icon{
        margin-right: 5px;
    }
    .action_top_banner span{
    padding: 5px 5px;
    margin: 0px 10px;
    }
    .action_top_img {
    height: 32px;
    margin: 5px 10px;
    }
    .header_mobile_icons{
        display: block;
        clear: both;
        min-width: 320px;
        height: 34px;
        margin: 5px auto;
    }
    .breadcrumb_holder {
        padding: 0 5px;
    }
    .product_page_holder{
        flex-direction:column;
    }
    .product_page_holder .product_page_gallery{
        width: calc(100% - 10px);
        margin: 5px;
    }
    .product_page_holder .product_page_info{
        width: calc(100% - 10px);
        margin: 5px;
    }
    .content_block iframe{
        width: 100%!important;
    }
    .HeaderTimeWrap{
        opacity: 1;
    }
    .share_content .share_content_title{
        display: none;
    }
    .registration_form_dropshipping{
        width: 100%;
    }
    .HeaderTimeWrap .TimeSmallText{
       text-align: right;
       font-size: 12px;
    }
    .p_up_info{
        display: flex;
        flex-direction: column;
        width: 100%;
        left: auto;
        bottom: auto;
        position: relative;
        padding: 0px 10px;
        margin-top: 10px;
        border: none!important;
    }
    .sizes_info_holder span{
        display: none;
    }
    .material_info {
        font-size: 14px;
    }
    .sizes_info li {
        padding: 3px 3px;
        margin: 3px;
        font-size: 14px;
        border: 1px solid #d8d8d8;
    }
    .tpl_product .product_view_not_available,
    .tpl_product .product_view_available{top:0px;}
    .viber_footer{ 
        max-width: 115px;
        margin-top: 45px;
    }
    #product_buy_form{
        position: relative;
    }
    .product_view_wish_share .to_wish span{
        display: none;
    }
    .product_view_wish_share .to_wish{
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .container {
        width: calc(100% - 10px);
        padding-left: 5px;
        padding-right: 5px;
    }
    .ActionsWrap > .containers > .row > div{
        padding-left: 5px;
        padding-right: 5px;
    }
    .categories > div{
        padding-left: 5px;
        padding-right: 5px;
    }
    .categorie_name{
        line-height: 26px;
    }
    .favorite .product_price_action, 
    .tpl_product .product_price_action{
        font-size: 17px;
    }
    .favorite .product_price_holder, 
    .tpl_product .product_price_holder{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .favorite .product_old_price, 
    .tpl_product .product_old_price{
        line-height: 20px;
    }
    .product_block_left{
        width: 100%;
    }
    .tpl_product .product_block_right{
        float: none;
        width: auto;
        min-width: 200px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 5px;
    }
    .tpl_product .button_product_buy{
        font-size: 15px;
        line-height: 26px;
        margin: 0px;
    }
    .CartAction, 
    .mark{
        position: absolute;
        top: 0px;
        left: 0;
        width: auto;
        padding: 2px 5px;
        line-height: 20px;
        display: block;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }
    .HeaderMicon ul{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        max-width: 250px;
        margin: 0px auto;
    }
    .HeaderCenterBg .HeaderMicon ul .facebook_icon{
        background: url(../img/fb_icon.png);
        width: 34px;
        height: 34px;
        background-size: 34px 34px;
    }
    .HeaderCenterBg .HeaderMicon ul .instagram_icon{
        background: url(../img/inst_icon.png);
        width: 34px;
        height: 34px;
        background-size: 34px 34px;
    }
    .HeaderCenterBg .HeaderMicon ul .viber_icon{
        background: url(../img/viber_icon2-min.png);
        width: 34px;
        height: 34px;
        background-size: 34px 34px;
    }
    .HeaderCenterBg .HeaderMicon ul .telegram_icon{
        background: url(../img/telegram_icon-min.png);
        width: 34px;
        height: 34px;
        background-size: 34px 34px;
    }
    .HeaderCenterBg .HeaderMicon ul .whatsapp_icon{
        background: url(../img/whatsapp_icon-min.png);
        width: 34px;
        height: 34px;
        background-size: 34px 34px;
    }


    .HeaderTimeWrap {
        margin-top: 5px;
        margin-bottom: 5px;
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .CartWrapM{
        margin: 8px auto;
        background: #dd127b;
        color: #fff;
        border-radius: 5px;
        padding: 5px 10px;
    }
    .CartWrapM .ColorPink{
        color:#fff!important;
    }
    .CartWrapM .ColorDark{
        color:#fff!important;
    }
    .CartWrapM .CartPrice{
        position:relative;
        font-size:18px;
    }
    .CartWrapM .CartPrice span{
    }
    .CartWrapM .CartPrice:before{
        content: "";
        display: inline-block;
        position: relative;
        width: 20px;
        height: 17px;
        background: url(../img/mbicon.png);
        background-size: 20px 17px;
        background-repeat: no-repeat;
    }
    .HeaderSocWrap ul li a {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin: 5px;
    }
    .BuyProducts {
        display: none
    }
    .breadcrumb_holder .breadcrumbs .separator{
        margin-left: 5px;
    }
    #min_order {
        max-width: 300px;
        margin-left: -150px;
        padding: 15px 30px 15px 30px
    }
    .fs_search .filter_row {
        width: 100%
    }
    .ItemDesc iframe {
        max-width: 100% !important;
        height: auto
    }
    #success_adding,
    #success_adding_wish {
        width: 300px;
        margin-left: -150px
    }
    .FooterTimeWrap {
        margin-top: 10px
    }
    .ItemDesc img {
        max-width: 100%;
        height: auto
    }
    .HeaderBanner {
        height: 280px;
        max-width: 400px;
        margin: 0 auto;
        display: block
    }
    .cart_quantity {
        max-width: 250px;
        margin: 5px auto
    }
    .tpl_product .product_info{
        padding: 5px 5px;
        max-height: none;
    }
    .tpl_product {
        padding: 0px;
        display: block;
        margin: 10px auto
    }
    .ResultsFilt {
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .RightFilts{
        display: flex;
        width: 100%;
    }
    .filter_btn{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin: 5px auto;
        font-size: 18px;
    }
    .filter_btn span{
        display: block;
        margin-left: 5px;
    }
    #sorting{
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .table_holder {
        width: 100%;
        overflow: hidden;
        overflow-x: auto
    }
    .HeaderMainMenu>li>ul>li>ul {
        position: relative;
        width: auto;
        height: auto;
        padding: 0 0 10px 0;
        display: none;
        margin-left: 5px;
        left: auto;
        top: auto
    }
    .basket_product_comment {
        text-align: center
    }
    .basket_product_comment textarea {
        float: none
    }
    .order_f_l {
        display: block;
        float: left;
        width: 50%
    }
    .order_f_r {
        display: block;
        float: left;
        width: 50%
    }
    .order_confirm tbody tr:nth-child(2) {
        border-top: 1px solid #bb7ffd
    }
    .order_confirm tbody tr:nth-child(even) {
        border-bottom: 1px solid #bb7ffd
    }
    .order_confirm tbody tr:nth-child(even) td {
        text-align: left;
        display: block;
        width: 100% !important;
        overflow: hidden;
        border-bottom: 1px solid #d7d7d7;
        padding: 12px 15px
    }
    .order_confirm tbody tr td {
        text-align: left;
        display: block;
        width: 100% !important;
        overflow: hidden;
        border-bottom: 1px solid #d7d7d7;
        padding: 12px 15px
    }
    .product_gallery_desktop {
        display: none
    }
    .filter_maintitle {
        display: none
    }
    #filters {
        display: none;
        position: absolute;
        background: #fff;
        top: 60px;
        width: 100%;
        z-index: 200;
        left: 0;
        padding: 15px 15px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd
    }
    #filters.active {
        display: block
    }
    #SEARCH button {
        width: 120px
    }
    .HeaderLogo {
        margin: 5px;
    }
    #SEARCH {
        margin-bottom: 20px
    }
    .SmallSlideText {
        font-size: 22px
    }
    .BigSlideText {
        font-size: 36px
    }
    .BannerWrap {
        margin-top: 20px
    }
    .CartProductWrap {
        height: auto;
        padding: 10px
    }
    .FooterLogo img {
        width: 100%
    }
    .TimeIcoFooter {
        font-size: 14px !important
    }
    .HeaderPhoneWrap {
        width: 100%;
        margin-top: 0
    }
    .HeaderMainMenu {
        padding: 10px 0;
        z-index: 3
    }
    .HeaderMainMenu>li>a {
        line-height: 30px;
        font-size: 20px;
        text-align: left;
        padding: 3px 20px;
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .HeaderMainMenu>li {
        width: 100%
    }
    .HeaderMainMenu>li>a>svg,
    .HeaderMainMenu>li>a>i {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 46px;
        text-align: center;
        line-height: 36px;
        padding: 14px 10px;
        height: 36px;
    }
    .MobMenuHid > svg{
        transform:rotate(180deg);

    }
    .MobMenuHid > svg path{
        fill: rgb(187, 127, 253);
    }
    .HeaderMainMenu>li>ul:nth-child(2) {
        position: absolute;
        top: 35px;
        left: 0;
        z-index: 5;
        width: 100%;
        height: auto;
        letter-spacing: -1px;
        background-color: #7f41c3;
        padding: 10px 0;
        display: none
    }
    .HeaderMainMenu>li>ul:nth-child(3) {
        position: absolute;
        top: 375px;
        right: 0;
        z-index: 5;
        width: 100%;
        height: auto;
        letter-spacing: -1px;
        background-color: #7f41c3;
        padding: 10px 0;
        border-radius: 0 0 10px 10px;
        display: none
    }
    .HeaderMainMenu>li:hover>ul:nth-child(2),
    .HeaderMainMenu>li:hover>ul:nth-child(3) {
        display: none;
        z-index: 2
    }
    .HeaderMainMenu>li>.MobMenuHid:hover {
        background-color: #f2f2f2 !important
    }
    .ActionsTitle a {
        font-size: 20px
    }
    .ContactsForm {
        margin-top: 20px
    }
    .FormInput textarea {
        height: 250px
    }
    .pagination li a,
    .pagination li span {
        width: 30px;
        line-height: 30px
    }
    .pagination li {
        margin-left: 1px;
        margin-right: 1px
    }
    .ResultsFilt {
        margin-top: 20px
    }
    .LeftFilt {
        float: left
    }
    .RightFilt {
        float: right
    }
    .LeftFilt,
    .RightFilt {
        margin-bottom: 10px
    }
    .FilterSelectWrap {
        margin-top: 15px;
        margin-bottom: 5px
    }
    .ItemArticul {
        margin-top: 20px
    }
    .SmNoProduct {
        width: 100%;
        text-align: center
    }
    .SmNoProduct a {
        width: auto !important;
        padding: 0 15px;
        display: inline-block !important
    }
    .ItemNo {
        width: 100%;
        text-align: center;
        margin: 20px 0
    }
    .TableWrap {
        width: 100%;
        overflow-x: scroll
    }
    .PaddingCart {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .FeedbackFormTitle {
        margin-top: 30px !important
    }
    #co5 .CartProductWrap {
        width: 100%
    }
    .b_title {
        display: block;
        width: 100%;
        text-align: center
    }
    .btn_minus,
    .btn_plus {
        display: none
    }
    .basket_remove,
    .total_p_sum {
        text-align: center;
        display: block;
        width: 100%
    }
    .quantity {
        height: auto;
        width: 100%;
        text-align: center
    }
    .p_h_title {
        display: inline-block
    }
    .basket_case .cart-images {
        width: 130px;
        border: none
    }
    .basket_product_name_holder {
        display: block;
        width: 100%
    }
    .basket_case thead {
        display: none
    }
    .basket_product_info,
    .basket_product_name {
        text-align: center;
        width: 100%;
        display: block;
        white-space: normal
    }
    .basket_case tr td {
        padding: 5px 0;
        width: 100% !important;
        display: block;
        text-align: left;
        overflow: hidden
    }
    .no_discount_price {
        text-align: center
    }
    .basket_remove {
        display: inline-block
    }
    .basket_remove:hover {
        color: #dd127b;
        background: 0 0
    }
    .basket_remove:hover svg path{
        fill:#dd127b;
    }
    .order_f_l {
        display: block;
        float: left;
        width: 50%
    }
    .order_f_r {
        display: block;
        float: left;
        width: 50%
    }
    .HeaderPhoneWrap {
        position: relative
    }
    .footerMenuholder{
        flex-direction: column;
    }
    .footerMenu_title{
        margin-bottom: 0px;
        margin-top:15px;
        text-align: left;
    }
    .footerMenuDouble{
        justify-content: flex-start;
    }
    .footerMenuDouble > ul{
        width: 50%;
    }
    .footerMenuDoubleMobile{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .footerMenuDoubleMobile > ul{
        width: 50%;
    }
    .tpl_product .countdown{
        font-size: 16px;
    }
    .action_top_banner p{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 12px;
    }
}
@media (max-width:600px) {

    .tpl_product .product_block_left{
        flex-direction: column;
        width: 100%;
    }
    .tpl_product .countdown{
        margin-left: 0px;
    }
    .tpl_product .product_block_right{
        min-width: auto;
        width: 100%;
    }
    .favorite .product_price_holder, .tpl_product .product_price_holder{
        width: 100%;
    }

    .action_top_banner p{
        font-size: 16px;
        line-height: 12px;
    }
}

@media (max-width:399px) {
    .action_top_banner p{
        font-size: 14px;
        line-height: 12px;
    }
    .a_banner{
        max-height: 320px;
    }
    #co0m{
        max-height: 375px;
        margin-bottom: 10px;
    }
    #order_info {
        padding: 5px;
        margin: -200px 0 0 -150px;
        width: 300px
    }
    .CartWrap {
        width: 130%;
        margin-left: -30%;
        padding-top: 0;
        padding-bottom: 10px;
        background-position: 10px 0
    }
    .HeaderLogo img {
        width: 80%
    }
    .BuyProducts {
        width: 130%;
        margin-left: -30%
    }
    .PhoneIco,
    .TelegramIco,
    .TimeIco,
    .ViberIco {
        background-size: 20px 20px
    }
    .TimeIco{    
        background-position: 0 2px;
        background-image: url(../img/time-ico.png);
    }
    .HeaderTimeIcoWrap{
        width: auto;
    }
    .HeaderPhoneWrap {
        width: 100%;
        padding: 5px;
    }
    .HeaderCenterBg .HeaderPhoneWrap{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .HeaderPhoneWrap ul>li>a,
    .HeaderPhoneWrap>li>a {
        font-size: 16px;
        padding-left: 0
    }
    .HeaderPhoneWrap ul>li>a {
        line-height: 20px
    }
    .HeaderPhoneWrap>li>a,
    .HeaderPhoneWrap>li>a>i {
        line-height: 20px
    }
    .HeaderPhoneWrap>li>a>i {
        width: 20px
    }
    .HeaderTimeIcoWrap>span {
        line-height: 20px;
        font-size: 11px;
        padding-left: 25px
    }
    .PadLeftTime {
        padding-left: 25px
    }
    .SliderText {
        left: 2px;
        top: 40px
    }
    .BigSlideText,
    .SmallSlideText {
        text-align: center
    }
    .TabsWrap a,
    .TabsWrap span {
        font-size: 22px
    }
    .FooterCatalogTitle {
        margin-top: 30px
    }
    .PadFootXs {
        padding-left: 0;
        margin-left: -5%
    }
    .TimeIcoFooter {
        font-size: 11px !important
    }
    .ContactsPhoneWrap a,
    .ContactsPhoneWrap span {
        font-size: 20px
    }
    .ItemImgFilter a img {
        width: 45px
    }
    .BigImg {
        height: 320px
    }
    .ItemNumbFilter a span {
        padding: 0 10px
    }
}


@media (max-width:340px) {
    .action_top_banner p{
        font-size: 12px;
        line-height: 12px;
    }
    .action_top_banner{
        font-size: 12px;
    }
}