@import "//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css";

@font-face {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), url(//g.alicdn.com/ae-fe/home-ui/0.0.8/assets/open-sans_24eff.eot#iefix) format("embedded-opentype"), url(//g.alicdn.com/ae-fe/home-ui/0.0.8/assets/open-sans_24eff.eot), url(//g.alicdn.com/ae-fe/home-ui/0.0.8/assets/open-sans_fa444.woff) format("woff"), url(//g.alicdn.com/ae-fe/home-ui/0.0.8/assets/open-sans_54b51.ttf) format("truetype")
}

.alert-success {
  background-color: #7AA63F;
}

.btn-success {
  background-color: #7AA63F;
  border-color: #7AA63F;
  color: #fff;
}
.btn-success:hover {
  background-color: #8CC63F;
  color: #fff;
  border-color: #8CC63F;
}

#order .order-navbar .nav > li.done {
  color: white;
  background: #7AA63F !important;
}

#order .order-navbar .nav > li.order-notpayed.active .arrow-left {
  border: 15px solid transparent;
  width : 0;
  height : 0;
  border-left-color: #7AA63F;
  border-right: 0;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background: white;
  margin-right: -2px;
  width: 0;
  height: 0;
}


.lproduct li.product div{
    text-align: center;
    padding: 10px 5px 0px;
}

.feature-Discount {
	display: none!important;
}

.pos-num {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 0px;
    background: #df3030;
    float:left;
}

.small-font
{
    font-size: small;
}

.fixeddelivery {
    position: absolute;
    border-radius: 5px; 
    border: 1px solid #7AA630;
    background-color: #7AA63F; 
    padding: 5px; 
    font-size: 11.4px;
    line-height: 1.15;
    color: #FFF !important;
    margin-top: 5px;
    width: 219px;
    z-index:1;
    }

.fixeddelivery:before/*, .fixeddelivery:after*/ {
    content: "";
    position: absolute;
    }

.fixeddelivery.top:before {

    border-left: 10px solid rgba(122, 166, 63, 0);
    border-right: 10px solid rgba(122, 166, 63, 0);
    border-bottom: 10px solid #7aa63f;
    left: 20px;
    top: -10px;
    }

.fixeddelivery.top:after {

    border-left: 10px solid rgba(122, 166, 63, 0);
    border-right: 10px solid rgba(122, 166, 63, 0);
    border-bottom: 10px solid #7AA630;
    left: 20px;
    bottom: -9px;
   }



.infogrey {
    color: black;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    padding: 20px;
    font-size: 13px;
    border-radius: 2px
}

badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #df3030;
    border-radius: 10px
}

body {
    min-width: 1300px;

    background: transparent
}

a:active, a:hover {
    color: #ff692f;
    outline: 0
}

a,a:link {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

a {
    outline: 0;
    text-decoration: underline;
    color: #666
}

a:focus {
    outline: 0
}

/*a link green-white*/

a:active, 
a:hover {
    color: #ff4401;
    text-decoration: underline;
    outline: 0
}

a,a:link {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

a {
    outline: 0;
    color: #666
}

a:focus {
    outline: 0
}

h1,h2,h3,h4,strong,b {
    font-weight: normal;
    font-family: roboto,sans-serif
}

.wrap {
    margin: 0 auto;
    width: 1200px
}

.logo {
    text-align: left;
    display: block;
    padding-top: 2px;
    text-decoration: none;
    color: #666
}

.logo img {
    height: 50.5px;
    margin-left: -30px
}

a.logo:hover {
    color: #666
}

.logo span {
    font-size: 35px;
    line-height: 1em;
    margin: 0
}

.userbar .wrap {
    width: 1200px;
    background: transparent;
    padding: 2px 0px 4px;
    border: 1px solid #e8e8e8
}

.box-up-menu .navbar-nav {
    width: 1200px
}

.box-up-menu {
    width: 100%;
    min-height: 30px;
    margin-right: auto;
    margin-left: auto;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 1030;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    background-color: #F9F9F9
}

.box-up-menu li a {
    color: #555656;
    background-color: #f9f9f9;
    min-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    max-height: 40px
}

.box-up-menu li.active a {
    background-color: #edefef
}

.box-up-menu li a:hover {
    color: #555656;
    background-color: #e8e8e8
}

.box-up-menu li a:hover .badge {
    color: #555656
}

a[data-target="#modal-login"] span {
    padding-left: 25px
}

.box-up-menu .box-up-menu_username a[data-target="#modal-registration"] {
    padding-left: 0;
}

.box-up-menu .box-up-menu_username a[data-target="#modal-login"] {
    padding-right: 0;
}

.box-up-menu .box-up-menu_username a:hover {
    color: #df3030;
    background-color: transparent;
}

.box-up-menu .box-up-menu_username a:focus {
    color: #555656;
    background-color: transparent;
}

.box-up-menu li a i.login-ico {
    background: url(../images/login.svg) no-repeat left center;
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: contain
}

.box-up-menu li a i.register-ico {
    background: url(../images/new-user.svg) no-repeat left center;
    width: 18px;
    height: 18px;
    position: absolute;
    background-size: contain
}

.navigation li a.active, .navigation li a:hover {
    color: #df3030
}

.header {
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 0px
}

.promoimg {
    width: 645px;
    height: 420px
}

.promoimg img {
    width: 695px;
    height: 420px
}

.col690 {
    width: 920px
}

.col930 {
    width: 930px;
    margin-left: 10px
}

.col920 {
    width: 920px
}

.col240 {
    width: 260px
}

.col937 {
    width: 937px
}

.col640 {
    width: 645px
}

.bproduct>h2.mb25,.bproduct>h2.mb20 {
    height: 26px;
    border-bottom: 3px solid #df3030;
    font-size: 20px;
    color: #df3030;
    margin-bottom: 15px;
    font-family: roboto,sans-serif
}

form.search input[type="text"] {
    font-family: roboto,sans-serif;
    height: 32px;
    line-height: 20px;
    font-size: 14px
}

.t10b, .h8b, .t6n, .t7n, .t8n, .wrapper_sale_item .new_price {
    font-family: roboto,sans-serif
}

a.tabs,a.tabs1 {
    font: 14px / 30px roboto,sans-serif
}

/*
.btn,.btn-apper {
    font: 14px / 20px roboto,sans-serif
}
*/

.btn_off, .btn_off span {
    font: 14px / 20px roboto,sans-serif
}

.btn-small {
    font: 11px / 21px roboto,sans-serif
}

.f11 {
    font: 11px / 14px roboto,sans-serif
}

.f12 {
    font: 12px / 16px roboto,sans-serif
}

a.all {
    font: 11px / 16px roboto,sans-serif;
    color: #4D4D4D
}

.hblocks li.name, .hblocks li.operator {
    font: 14px / 19px roboto,sans-serif
}

.hblocks li.phone {
    margin: 0 20px 0 0;
    font: 11px / 13px roboto,sans-serif
}

.hblocks li.phone strong {
    display: block;
    font: 18px / 23px roboto,sans-serif
}

.navigation li a {
    font: 14px / 24px roboto,sans-serif
}

.uluserbar a.mydata {
    font: 14px / 34px roboto,sans-serif
}

.uluserbar a.mydata i.rounder {
    font: 10px / 18px roboto,sans-serif
}

.dropdown .bitem-all a {
    font: 11px / 16px roboto,sans-serif
}

.bbanner ul li a span {
    font: 11px / 15px roboto,sans-serif
}

.socblocks .title {
    font: 11px / 23px roboto,sans-serif
}

h2.editor {
    font: 14px / 20px roboto,sans-serif
}

.lproduct .price span, .bbprice, .lproduct .price-span {
    font: 14px / 16px roboto,sans-serif
}

.lproduct .price b {
    font: 14px / 16px roboto,sans-serif
}

.footer .fmenu a {
    font: 12px / 16px roboto,sans-serif
}

.bgr-panel li select {
    font: 11px / 16px roboto,sans-serif
}

.pager {
    font: 13px roboto,sans-serif
}

.titlecat {
    font: 12px / 16px roboto,sans-serif
}

.listitem li .cat {
    font: 12px / 14px roboto,sans-serif
}

.addbasket {
    font: 14px / 50px roboto,sans-serif
}

.basket .bigTotal span {
    font: 18px / 20px roboto,sans-serif
}

.notepad thead td {
    font: 11px / 13px roboto,sans-serif
}

.notepad td {
    font: 11px / 13px roboto,sans-serif
}

.office_info_main .money {
    font: 18px / 26px roboto,sans-serif
}

.office_info_main .addmoney {
    font: 14px / 50px roboto,sans-serif
}

.info_delivery {
    font: 14px / 17px roboto,sans-serif
}

.mcats li.mcats_item>a {
    font: 14px / 19px roboto,sans-serif
}

.mcats li.mcats_item ul li a {
    font: 12px / 16px roboto,sans-serif
}

.userform .error {
    font: 15px / 17px roboto,sans-serif
}

.userform .success {
    font: 15px / 17px roboto,sans-serif
}

.userform .curr {
    font: 15px / 17px roboto,sans-serif
}

.userform .btn_office {
    font: 14px / 18px roboto,sans-serif
}

.message .title {
    font: 12px / 15px roboto,sans-serif
}

.__addbasket {
    font: 14px / 50px roboto,sans-serif
}

.promolist a {
    font: 14px / 16px roboto,sans-serif !important
}

.promolist-small a {
    font: 14px / 16px roboto,sans-serif !important
}

.slogan {
    font-size: 10px;
    text-align: left
}

.header-blocks li {
    float: left
}

.search-form {
    width: 500px;
    padding-top: 10px
}

.search-form-block {
    height: 40px
}

form.search {
    margin-top: 0px;
    margin-left: 0px;
    position: relative
}

form.search .field .arrow span, form.search .field .selection span {
    width: 70px !important
}

form.search .field .arrow, form.search .field .selection {
    font-family: roboto,sans-serif;
    float: right;
    background: #fff;
    position: relative;
    height: 36px;
    border-left: 1px solid #999;
    margin-top: -3px;
    border-right: 0 none;
    line-height: 37px;
    font-size: 14px
}

form.search .field, form.search .field .in {
    background: transparent
}

form.search .field .in {
    height: 34px;
    padding: 3px 0 3px 3px
}

form.search .field {
    width: 415px;
    height: 40px;
    border: 1px solid #999;
    border-right: 0 none;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {
    background-color: #fff !important;
    background-image: none;
    color: rgb(0, 0, 0)
}

.search-floating .fa-search {
    font-size: 16px;
    padding: 0 0 0 5px;
    color: #999
}

.btn-search {
    background: #df3030;
    border: 0;
    color: #fff;
    height: 42px;
    width: 70px;
    font-size: 16px;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.btn-search:hover {
    background: #c12727
}

form.search .field .arrow:after, form.search .field .selection:after {
    display: none
}

form.search .field .selection:hover {
    color: #df3030
}

form.search .dropdown-search {
    z-index: 11
}

.field .selection span i {
    padding-left: 3px
}

.header-categories {
    position: relative;
    width: 70px;
    height: 70px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    text-align: center;
    float: left;
    cursor: pointer
}

.header-categories .itemmenu a i {
    padding-top: 17px
}

.header-categories .itemmenu a {
    font-size: 40px
}

.header-categories .itemmenu a.active {
    color: #df3030
}

.dropdown-inner {
    top: -17px;
    left: 0px
}

form.search .field a.active {
    color: #000;
    background: #F5F5F5
}

.dropdown-search {
    top: 40px !important;
    left: 160px !important
}

form.search .dropdown-search .bitem ul {
    display: inline-block
}

.dropdown-search a {
    color: #747474 !important
}

.dropdown-search a:hover {
    color: #df3030 !important
}

.basket {
    display: block;
    text-decoration: none
}

.basket-header {
    padding-top: 10px;
    float: right
}

.basket .itemmenu-basket i {
    font-size: 40px
}

.itemmenu-basket-title {
    display: inline-block;
    width: 90px;
    font-size: 12px;
    line-height: 15px
}

#basket_ajax {
    font-size: 11px
}

.favorites {
    display: block;
    text-decoration: none
}

.favorite-header {
    padding-top: 14px;
    float: right
}

.favorites .itemmenu-favorite i {
    font-size: 35px
}

.itemmenu-favorite-title {
    display: inline-block;
    width: 90px;
    font-size: 12px;
    line-height: 15px
}

#fav_ajax {
    font-size: 11px
}

.head-contact-block {
    width: 160px;
    font-size: 16px;
    padding-top: 10px
}

.head-contact-block div.head-contact-block-info {
    position: relative;
    margin: 0 0 2px 0;
    color: #666
}

.head-contact-block div.head-contact-block-info img {
    position: absolute
}

.head-contact-block div.head-contact-block-info span {
    padding-left: 23px
}

.head-contact-block-more {
    display: none
}

.head-contact-block div.head-contact-block-info:hover .head-contact-block-more {
    display: block;
    position: absolute;
    border: 1px dashed #ccc;
    z-index: 9;
    border-radius: 5px;
    padding-top: 20px;
    top: -1px;
    width: 150px;
    margin-left: -10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3)
}

.head-contact-block-more span {
    background: #fff;
    display: block;
    text-align: center;
    padding-bottom: 5px;
    border-radius: 0 0 5px 5px;
    padding: 5px 10px 4px 10px !important
}

.head-contact-block-info:hover {
    border-bottom: 1px dashed #ccc;
    cursor: pointer
}

.head-delivery-block {
    position: absolute;
    margin-top: -20px;
    padding-left: 5px;
    color: #676767;
    font-size: 14px
}

.undermenu .wrap {
    height: 25px;
    border: 1px dashed #E8E8E8
}

.undermenu li a {
    border-left: 1px solid #E8E8E8;
    padding: 0 10px;
    height: 25px;
    text-decoration: none;
    display: block;
    line-height: 25px
}

.undermenu li a:first-child {
    border-left: 0
}

#availableamount {
    font-size: 13px
}

#curr_select {
    resize: none;
    border: 1px solid #E6E6E6;
    font-size: 12px;
    font-weight: normal;
    font-family: roboto,sans-serif;
    color: #666;
    cursor: pointer
}

.curr_select {
    border-left: 0;
    padding: 0 10px;
    height: 25px;
    text-decoration: none;
    display: block;
    line-height: 25px;
    cursor: default;
    color: #666
}

.header-placeholder::-webkit-input-placeholder {
    line-height: 20px;
    transition: line-height 0.5s ease
}

.header-placeholder::-moz-placeholder {
    line-height: 20px;
    transition: line-height 0.5s ease
}

.header-placeholder:-moz-placeholder {
    line-height: 20px;
    transition: line-height 0.5s ease
}

.header-placeholder:-ms-input-placeholder {
    line-height: 20px;
    transition: line-height 0.5s ease
}

.header-placeholder:focus::-webkit-input-placeholder {
    line-height: 100px;
    transition: line-height 0.5s ease
}

.header-placeholder:focus::-moz-placeholder {
    line-height: 100px;
    transition: line-height 0.5s ease
}

.header-placeholder:focus:-moz-placeholder {
    line-height: 100px;
    transition: line-height 0.5s ease
}

.header-placeholder:focus:-ms-input-placeholder {
    line-height: 100px;
    transition: line-height 0.5s ease
}

.crumbs {
    font-size: 12px;
    color: #999;
    margin: 10px 0 0
}

.crumbs .wrap a, .crumbs .wrap span {
    background: transparent
}

.crumbs .wrap a:before, .crumbs .wrap span:before {
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f105";
    position: absolute;
    margin-left: -10px;
    margin-top: 2px;
    color: #ccc
}

.crumbs .wrap a:first-child:before {
    display: none
}

.crumbs .wrap a:hover {
    color: #df3030
}

.spacer .wrap {
    background: transparent;
    height: 0;
    width: 1200px;
    border-bottom: 1px solid #ECECEC;
    padding-top: 3px;
    display: none
}

.banner-index {
    position: relative
}

.seo-module {
    font-size: 14px;
    background-color: #f5f7f8;
    padding: 10px 0 0 0;
    margin: 10px 0;
    clear: both;
    border-top: 2px solid #E6E6E6
}

.seo-module h1.editor {
    font-size: 30px
}

.seo-module h3.editor {
    font-size: 20px
}

.seo-module a {
    color: #000
}

.seo-module a:hover {
    color: #df3030
}

.seo-module .soc-widget {
    width: 260px
}

.seo-module .seo-txt {
    text-align: justify;
    line-height: initial
}

.seo-module .seo-txt a {
    line-height: 0;
    font-size: 14px
}

.inf-right-block {
    position: absolute;
    right: 0;
    width: 290px
}

.sub-visual-list li {
    position: relative;
    height: 160px;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    border-bottom: 2px solid #fff
}

.sub-visual-list li:last-child {
    border-bottom: 0
}

.sub-visual-list .product-pic {
    position: absolute;
    left: 0;
    top: 0
}

.banner-ind-small p {
    font-size: 14px;
    text-transform: uppercase;
    color: #3e3e3e;
    display: block;
    border-left: 3px solid #df3030;
    padding-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 17px;
    cursor: default
}

.login-after-list ul li {
    float: left;
    width: 60px;
    padding: 5px 5px;
    border-right: 1px solid #eaeaea
}

.login-after-list ul li span {
    width: 56px;
    display: inline-block;
    text-align: center;
    color: #939393;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 13px;
    margin-top: 3px;
    cursor: default
}

.login-after-list ul li span.list-number {
    color: #df3030
}

.login-after-list ul li:last-child {
    border-right: 0
}

.login-after-list {
    padding: 5px 0;
    overflow: hidden
}

input[type="search"],input[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none
}

.footer {
    height: auto;
    margin:  0;
    padding: 0;
    background: #fff;
    border-top: 1px solid #E8E8E8;
    clear: both
}

.footer-sns {
    background: #f5f6f7;
    padding: 20px 0
}

.social-networks a {
}

.box-scroll-arrow {
    color: #fff;
    position: fixed;
    bottom: 2.5%;
    right: inherit;
    font-size: 2em;
    left: 2.5%;
    width: 45px;
    height: 45px;
    background: #666;
    border-radius: 50%;
    text-align: center;
    line-height: 1.7em
}

.box-scroll-arrow span.glyphicon-chevron-up {
    left: 1px
}

.box-scroll-arrow:hover {
    color: #c5cbcb;
    background-color: rgba(127,127,127,1);
    cursor: pointer
}

.row {
    margin-left: auto;
    margin-right: auto
}

.container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1200px
}

.container div {
    display: inline-block;
    vertical-align: top
}

.container div a {
    text-decoration: none;
    padding: 3px 0;
    display: block;
    color: #666;
    line-height: 1em;
    font-size: 13px
}

.container div a:hover {
    color: #df3030
}

.col20per {
    width: 19%
}

.col13per {
    width: 13%
}

.col27per {
    width: 27%
}

.container h3 {
    margin-top: 0;
    font-size: 14px;
    font-family: roboto,sans-serif
}

.social-networks {
    width: 200px
}

.partners-main {
    padding: 20px 0 0
}

.partners-list {
    margin-left: 145px
}

ul.partners-list:before {
    content: attr(title);
    float: left;
    font-size: 18px;
    font-weight: 700px;
    margin-left: -145px
}

.partners-main .partners-list li {
    float: left;
    height: 40px;
    margin: 0 15px;
    list-style: none;
    position: relative;
    top: -10px
}

.foot-link {
    position: relative;
    background: #373737;
    padding: 10px 0;
    color: #666;
    line-height: 18px;
    text-align: center
}

.footer-phone {
    font-size: 30px;
    color: #666;
    padding: 15px 0;
    text-align: center
}

.footer-work-shedule {
    color: #666
}

.partners-main .partners-list li img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray
}

.foot-title a, .f-copyright a {
    text-decoration: none;
    color: #666
}

.aksakal {
    background: url(/images/aksakal.png) no-repeat;
    background-size: 90%;
    height: 170px;
    background-position-x: 05px;
    position: absolute;
    top: 21px
}

/*@-moz-document url-prefix() {
    .aksakal {
        background: url("/images/aksakal.png") no-repeat scroll 0% 0% / 120% auto transparent;
        height: 170px;
        position: absolute;
        top: -15px;
        background-position: -13px 0
    }
}*/

.new-user-guide .wrap {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    background-color: #f7f7f7;
    border-right: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    clear: both
}

.new-user-guide {
    padding-top: 10px;
    padding-bottom: 30px;
    clear: both
}

.col-lg-15 {
    width: 33.33%;
    float: left;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.new-user-guide .wrap .col-lg-15:hover {
    background: #e6e6e6
}

.new-user-guide-item {
    position: relative;
    border-right: 1px #e8e8e8 solid;
    overflow: hidden;
    padding: 0 5px 0 5px;
    height: 78px
}

.p-title {
    clear: both;
    color: #000;
    line-height: 20px;
    margin: 0;
    font-size: 15px;
    padding-top: 10px;
    font-family: roboto,sans-serif
}

.p-desc {
    color: #666;
    line-height: 19px;
    font-size: 14px;
    margin: 0
}

.new-user-guide-item-ico {
    float: left;
    font-size: 40px;
    padding: 7px 10px;
    color: #666;
}

.new-user-guide-item-ico img {
    height: 60px;
    position: relative;
}

.w1215 {
    width: 1220px
}

.w226li {
    margin-left: -15px
}

.w226li li {
    margin: 0 0 20px 14px;
    width: 222px;
    border: solid 1px #edefef;
    position: relative;
}

.w226li li:hover {
    -webkit-transition: all, 0.3s, ease, 0s;
    -moz-transition: all, 0.3s, ease, 0s;
    -o-transition: all, 0.3s, ease, 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 10px #c5cbcb;
    -webkit-box-shadow: 0 0 10px #c5cbcb;
    -moz-box-shadow: 0 0 10px #c5cbcb;
    border-color: #a7a7a7;
}

.w226li .pic {
    /*height: 227px;*/
    border-radius: 2px 2px 0 0;
}

.w226li .pic i.i-image {
    display: table-cell;
    height: 226px;
    width: 226px;
    vertical-align: middle
}

.w226li .pic ins {
    display: none
}

.wrapper_sale_item .new_price {
    display: none
}

.goods-title {
    width: 100%;
    padding: 6px;
    margin-top:-4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align:center;
}

.VendorId {
    padding: 0 0 0 2px
}

.VendorId a i.ico-front19:before {
    margin-left: 3px;
    font-size: 14px
}

.vendorscore img {
    height: 16px
}

.vendorscore {
    padding: 0 5px;
}

.price_item {
    text-align: center;
}

.price_item span {
    font-size: 18px;
    font-weight: normal;
    color: #ed1c24;
    font-family: roboto,sans-serif
}

.price_item span.old_item_price {
    color: #ccc;
    text-decoration: line-through
}

.additional-info {
    z-index: 1;
    position: absolute;
    width: 70px;
    height: 45px;
    top: -7px
}

.additional-info .back-block {
    width: 60px;
    height: 0;
    border-bottom: 7px solid #AE5D00;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.additional-info .front-block {
    width: 60px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 5px;
    background-color: #D67608;
    background-image: linear-gradient(#FFC300, #D67608);
    background: -moz-linear-gradient(top, #FFC300, #D67608);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFC300), to(#D67608));
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#FFC300, endColorstr=#D67608, GradientType=0);
    background: linear-gradient(top, #FFC300, #D67608);
    -moz-box-shadow: 1px 1px 2px 0 #676767;
    -webkit-box-shadow: 1px 1px 2px 0 #676767;
    box-shadow: 1px 1px 2px 0 #676767
}

.additional-info .front-block .text-block {
    display: table-cell;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    height: 45px;
    text-align: center;
    padding: 2px;
    font-weight: normal
}

.product-item-holder .ribbon {
    position: absolute
}

.yellow .ribbon {
    background-color: transparent
}

.ribbon {
    z-index: 5;
    top: 5px;
    font-size: 12px;
    line-height: 20px;
    padding: 4px 14px;
    text-transform: uppercase;
    position: absolute
}

.yellow {
    color: #fff
}

.ribbon span {
    position: relative;
    z-index: 100
}

.ribbon:after {
    content: "";
    display: inline-block;
    border-top-width: 28px;
    border-top-style: solid;
    border-left: 0px;
    border-right: 14px solid transparent;
    height: 0;
    min-width: 68px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9
}

.yellow.ribbon:after {
    border-top-color: #FFBE00
}

.discount-circle {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FF3629;
    padding: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.6
}

.text-circle {
    text-align: center;
    padding: 10px 0
}

.text-circle span {
    display: block
}

.block-circle {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 15px solid transparent;
    border-right: 15px solid #FF3629;
    border-bottom: 15px solid #FF3629
}

.discountPercent {
    display: inline-block;
    background: #EF3B39;
    padding: 2px 6px!important;
    color: #fff;
    font-weight: bolder;
    position: absolute;
    top: 10px;
    left: -6px;
    font-size: 14px
}

.discountPercent:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 100%;
    border-width: 3px 3px;
    border-style: solid;
    border-color: #8d3480 #8d3480 transparent transparent
}

.original-item {
    position: absolute;
    top: 200px;
    right: 0;
    padding: 5px;
    background: rgba(255, 255, 255, 0.79);
    width: 216px;
    text-align: center;
    font-size: 14px
}

.w100li .pic ins {
    display: none
}

.w100li li {
    margin: 0 0 10px 22px;
    border: 1px #e8e8e8 solid;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.w100li li:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
    border: 1px #df3030 solid
}

.popular_brands-rating-list .lproduct .price {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.popular_brands-rating-list .lproduct .price .glow {
    display: none
}

.lproduct .pic:hover + .price:last-child a {
    color: #000
}

.ico-store:before {
    margin-left: 0px
}

.items_recom {
    height: 450px;
    font-size: 14px;
    clear: both
}

.item-one {
    padding: 0;
    padding-bottom: 0;
    position: relative;
    border: 1px solid #e8e8e8;
    height: 404px
}

.item-one .rec-img {
    display: block;
    text-align: center;
    text-decoration: none;
    padding-bottom: 2px
}

.item-one .rec-img .big-img {
    width: 298px;
    height: 300px;
    margin: 0 auto;
    text-align: right;
    overflow: hidden
}

.pro-info .goods-title {
    width: 289px;
    text-align: left
}

.item-one .pro-info .price_item {
    text-align: left;
    padding: 5px
}

.item-one .pro-info .VendorId {
    padding: 2px
}

.item-one .pro-info .vendorscore {
    padding: 3px 5px
}

.recom-product-three {
    position: relative;
    border-bottom: 1px #e8e8e8 solid;
    padding: 0;
    font-size: 0;
    white-space: nowrap
}

.recom-product-three:first-child {
    border-top: 1px #e8e8e8 solid
}

.recom-product-three .rec-img {
    display: block;
    vertical-align: top;
    text-decoration: none;
    line-height: 16px;
    overflow: hidden
}

.recom-product-three .rec-img:hover {
    color: #000
}

.recom-product-three .rec-img .small-img {
    float: right;
    padding-top: 2px;
    height: 132px
}

.recom-product-three .other-three-item {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    font-size: 12px
}

.recom-product-three .other-three-item .old_item_price {
    display: inline-block;
    padding-left: 5px
}

.util-clearfix:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: '\0020';
    clear: both
}

.item-one:hover,.recom-product-three:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .1)
}

.last-item-ind .recom-product-three {
    border-right: 1px #e8e8e8 solid
}

.other-three-item .goods-title {
    width: 150px;
    white-space: normal;
    height: 30px;
    overflow: hidden
}

.col220 {
    width: 220px
}

.col950 {
    width: 950px
}

.w970 {
    width: 970px
}

.col950 .w226li li {
    width: 227px;
    border-radius: 3px;
}

.col950 .w226li .VendorId {
    padding: 5px 2px
}

.col950 .w226li .vendorscore {
    padding: 0 5px 5px;
}

.col950 .w226li .original-item {
    width: 214px
}

.bgr-block .titlecat {
    font: 18px/20px roboto,sans-serif;
    border-bottom: 5px solid #df3030;
    padding: 5px 0px 9px;
}

.bgr-block .listitem {
    border: 0px solid #E8E8E8;
    border-top: 0;
    border-bottom: 0
}

.lproduct a {
    text-decoration: none
}

.listitem li {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.listitem li a {
    font-weight: normal
}

.listitem li:hover {
    border-bottom: 1px dashed #e6e6e6
}

.listitem li a {
    padding: 10px;
    background: #FAFAFA;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.listitem li a:hover {
    color: #000;
    background: #fff
}

.asia-filter-price {
    display: table;
    width: 100%;
    border-bottom: 5px solid #df3030
}

.asia-filter-price h1 {
    margin: 0;
    display: inline-block;
    float: left;
    font-family: roboto,sans-serif;
    font-size: 1.6em;
    line-height: 34px
}

.asia-filter-price ul {
    overflow: hidden;
    padding: 0 3px 0 0;
    float: right;
    margin-bottom: 0
}

.asia-filter-price ul li {
    padding-left: 5px;
    float: left
}

.asia-filter-price ul li a {
    background: #fff;
    display: block;
    height: 34px;
    line-height: 20px;
    position: relative;
    top: 5px;
    text-align: center;
    border-radius: 2px 2px 0 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    /*padding-left: 20px*/
}

.asia-filter-price ul li a:hover {
    background: #e8e8e8;
    color: #444
}

.asia-filter-price ul li a.active {
    background: #df3030;
    top: 0;
    color: #fff
}

.asia-filter-price ul li a span {
    background-size: 18px;
    display: inline-block;
    font-size: 12px;
    padding: 4px 0 0;
    margin: 0 10px;
    position: relative
}

.asia-filter-price ul li.active a span {
    padding: 9px 0 0;
    font-weight: 700
}

.asia-filter-price ul li.active a span p {
    margin-left: 25px;
    line-height: 0px
}

.asia-filter-price ul li a span p {
    line-height: 9px;
    margin-left: 25px
}

/*
.asia-filter-price ul li a span.china:before {
    content: '';
    background: url(/themes/sibibox/images/icon_taobao.png) no-repeat;
    background-size: 20px;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -25px
}

.asia-filter-price ul li a span.tmall:before {
    content: '';
    background: url(/themes/sibibox/images/icon_tmall.png) no-repeat;
    background-size: 20px;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -25px
}

.asia-filter-price ul li a span.discount:before {
    content: '';
    background: url(/themes/sibibox/images/icon_skidka.png) no-repeat;
    background-size: 20px;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -25px
}
*/

#search-type-9,#search-type-11,#search-type-13 {
    display: none
}

.filter-price.opened,.filter-price.closed {
    padding: 10px 0
}

.cost-range-table .form-field {
    width: 53px;
    border-radius: 3px;
    height: 20px;
    text-align: center
}

.filter-button {
    border: 0;
    background: #df3030 !important;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 0;
}

.filter-price_content {
    padding: 0 10px 0px 10px
}

.listitem .closed, .listitem .opened {
    border-top: 0
}

.innerlist li:hover {
    border-bottom: 0
}

.applyHref {
    background: transparent !important
}

.i-new {
    background: transparent
}

.listitem li.closed a {
    background: #fff;
    border-bottom: 1px dashed #ccc
}

#brandSearch {
    margin: 5px 0;
    width: 160px
}

.btn-delete span {
    background: transparent
}

.listitem li.dropterms a {
    color: #FF4C0A;
    background: transparent
}

.listitem li.dropterms:hover {
    border-bottom: 1px solid #e6e6e6
}

.vendor_photo {
    max-width: 70px;
    max-height: 70px;
    min-width: 70px;
    min-height: 70px;
    vertical-align: middle;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #E6E6E6
}

.vendor_review_percent {
    font-size: 27px;
    display: block
}

.vendor_bold {
    margin-bottom: 15px;
    display: block
}

.vendor_bold a {
    text-decoration: none
}

.vendor-info {
    border: 1px solid #E8E8E8;
    background-color: #F7F7F7
}

.vendor-info .info td {
    padding: 5px 7px !important
}

.main .info td small {
    padding-top: 10px;
    display: block
}

.info a {
    text-decoration: none
}

.vendor_photo_align {
    text-align: center
}

.small_img_list {
    overflow: hidden
}

.small_img_second li {
    float: left;
    width: 32px !important;
    margin: 2px 1px !important;
    height: 31px;
    text-align: center;
    cursor: pointer;
    overflow: hidden
}

.b-pager {
    background-color: #F5F6F7;
    border-radius: 3px
}

.other-block-info {
    padding: 5px;
    display: none;
    position: absolute;
    background: #fff;
    width: 214px;
    border: 1px #df3030 solid;
    margin-left: -1px;
    border-top: 0;
    margin-top: -5px;
    z-index: 9
}

.other-block-info small {
    display: block
}

.other-block-info small:last-child {
    padding-top: 5px
}

.w226li li:hover .other-block-info {
    display: block
}

.bgr-panel {
    background-color: #f5f6f7
}

.catalog_items {
    height: 30px;
    margin-bottom: 15px
}

.item input, .item select {
    min-height: auto;
}

.mini_nav-prev,.mini_nav-next {
}

.mini_nav-prev a, .mini_nav-next a {
}

.bprd-cart {
    position: relative;
    /*overflow: hidden;
    border: 1px solid #e6e6e6; пока уберем рамку */
}

.w310li li {
    margin: 0;
    width: 430px;
    height: auto;
    overflow: hidden
}

.w310li .pic i {
    display: table-cell;
    width: 430px;
    height: auto;
    vertical-align: middle
}

.col505 {
    width: 505px
}

.col505 .btitle {
    width: 505px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.col505 .btitle h2 {
    line-height: 20px;
    position: relative
}

.col505 .btitle h2 span {
    height: 30px;
    width: 100px;
    display: block;
    position: absolute;
    right: 0;
    margin-top: -25px;
    background: linear-gradient(to right, rgba(230, 230, 230, 0), #fff);
    background: -moz-linear-gradient(to right, rgba(230, 230, 230, 0), #fff);
    background: -webkit-linear-gradient(to right, rgba(230, 230, 230, 0), #fff);
    background: -o-linear-gradient(to right, rgba(230, 230, 230, 0), #fff);
    background: -ms-linear-gradient(to right,rgba(230,230,230,0),#fff)
}

.w100per {
    width: 100%
}

.w100per li a:hover {
    border: 1px solid #575757
}

.w100per li a {
    border: 1px solid #edefef;
    border-radius: 2px
}

.w100per .pic {
    height: 70px;
    margin: 6px
}

.col432 {
    width: 432px
}

.col518 {
    width: 518px
}

.col425 {
    width: 425px
}

.col500 {
    width: 500px
}

.w70li a {
    border: 1px solid #E8E8E8;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.w70li a:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
    border: 1px solid #575757
}

.item_action_cart {
    margin-top: 10px;
    height: 65px
}

.item-id {
    display: inline-block;
    float: right;
    padding: 10px 0 0
}

.item_title p, .original_item_title p {
    margin: 0 0 2px 0
}

.item_title a, .original_item_title a {
    text-decoration: none;
    display: block;
    float: right
}

.item_title a small, .original_item_title a small {
    display: block;
    margin-left: 5px;
    font-size: 12px
}

.dotted-link {
    text-decoration: none;
    border-bottom: 1px dashed #4E4E4E;
    color: #587E9F
}

#properties p {
    font-size: 14px
}

.itcharac {
    font-size: 14px
}

div.spk-good-rating {
    padding: 5px 0
}

div.spk-good-rating .spk-good-rating-number {
    position: relative;
    top: -2px
}

.product-info-block .size-block {
    position: relative
}

.size-block .size-box {
    max-width: 364px;
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    font-size: 12px;
    cursor: pointer;
    height: auto;
    line-height: 20px;
    min-width: 32px;
    display: block;
    text-align: center;
    text-decoration: none;
    background-size: 100%!important;
    color: #000;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 4px;
}

.size-block .selected, .size-block .size-box:hover {
    padding: 4px;
    border: 1px solid #e62d04;
    box-shadow: inset 0 0 0 1px #e62d04;
}

#c_cost_new b:last-child {
    display: none
}

.col430 {
    width: 430px
}

.addvendtofav {
    padding: 5px !important;
    background: #FFF !important;
    color: #676767 !important;
    border: 1px solid #ccc !important;
    font-size: 11.4px !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 3px !important
}

.allvendgood {
    background-color: #fff;
    text-align: center;
}

.allvendgood a {
    text-decoration: none;
    display: block;
    width: 100%;
    border: 0!important;
}

.__addbasket {
    display: inline-block;
    position: relative;
    height: 50px;
    width: 209px;
    background: #df3030;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    border-radius: 3px
}

.cat-ico {
    position: absolute;
    z-index: 99;
    margin-left: 4px;
    margin-top: 7px;
    font-weight: normal;
    color: #666;
    width: 22px;
    height: 22px;
    text-align: center
}

.last-see .user-history-item {
    height: auto;
    margin-right: 15px;
    width: 224px
}

.user_last_view .jcarousel-skin .jcarousel-clip-horizontal {
    height: auto
}

.image160 {
    height: 260px;
    width: 260px
}

.image160:hover {
    opacity: 1
}

.user_last_view .discount-circle {
    bottom: inherit;
    top: 0
}

.user_last_view .block-circle {
    position: absolute;
    right: 0;
    bottom: inherit;
    border: 15px solid transparent;
    border-right: 15px solid #FF3629;
    border-bottom: 15px solid transparent;
    top: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid #FF3629
}

.user_last_view .jcarousel-skin .jcarousel-prev-horizontal {
    background: #fff;
    cursor: pointer;
    top: 40%;
    width: 50px;
    height: 50px;
    border: 2px dashed #8E8E8E;
    border-radius: 0 50px 50px 0;
    margin-left: -2px;
    opacity: 0.2;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.user_last_view .jcarousel-skin .jcarousel-prev-horizontal:before {
    content: "\f104";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    color: #ccc;
    font-size: 50px;
    margin-left: 10px
}

.user_last_view .jcarousel-skin .jcarousel-next-horizontal {
    background: #fff;
    cursor: pointer;
    top: 40%;
    width: 50px;
    height: 50px;
    border-radius: 50px 0 0 50px;
    border: 2px dashed #8E8E8E;
    margin-right: -1px;
    opacity: 0.2;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.user_last_view .jcarousel-skin .jcarousel-next-horizontal:before {
    content: "\f105";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    color: #ccc;
    font-size: 50px;
    margin-left: 20px
}

.user_last_view .jcarousel-skin .jcarousel-container-horizontal {
    padding: 0px
}

.user_last_view .jcarousel-skin:hover .jcarousel-next-horizontal, .user_last_view .jcarousel-skin:hover .jcarousel-prev-horizontal {
    opacity: 1
}

.userform .btn_office {
    background-color: #df3030;
    background-image: none;
    border-radius: 3px;
    box-shadow: inset 0px 20px 0px 0px rgba(255, 255, 255, 0.1)
}

.userform .register .btn_office_disabled {
    background-image: none;
    background-color: #888
}

.userform .enter .btn_office_disabled {
    background-image: none;
    background-color: #888
}

.btn_off {
    background-color: #df3030;
    background-image: none;
    border-radius: 3px;
    box-shadow: inset 0px 20px 0px 0px rgba(255,255,255,0.1)
}

.btn_off:hover {
    background-color: #df3030;
    background-image: none;
    border-radius: 3px;
    box-shadow: inset 0px 20px 0px 0px rgba(255, 255, 255, 0.1)
}

.ivendor i {
    float: left;
    margin-right: 2px;
    width: 16px;
    height: 16px
}

.ra-heart i {
    background: url(/i/rating/heart_16.png) no-repeat;
    background-image: -webkit-image-set(url(/i/rating/heart_16.png) 1x, url(/i/rating/heart_32.png) 2x);
    background-image: -moz-image-set(url(/i/rating/heart_16.png) 1x, url(/i/rating/heart_32.png) 2x);
    background-image: -ms-image-set(url(/i/rating/heart_16.png) 1x, url(/i/rating/heart_32.png) 2x);
    background-image: -o-image-set(url(/i/rating/heart_16.png) 1x, url(/i/rating/heart_32.png) 2x)
}

.ra-diamond i {
    background: url(/i/rating/blue_diamond_16.gif) no-repeat;
    background-image: -webkit-image-set(url(/i/rating/blue_diamond_16.gif) 1x, url(/i/rating/blue_diamond_32.gif) 2x);
    background-image: -moz-image-set(url(/i/rating/blue_diamond_16.gif) 1x, url(/i/rating/blue_diamond_32.gif) 2x);
    background-image: -ms-image-set(url(/i/rating/blue_diamond_16.gif) 1x, url(/i/rating/blue_diamond_32.gif) 2x);
    background-image: -o-image-set(url(/i/rating/blue_diamond_16.gif) 1x, url(/i/rating/blue_diamond_32.gif) 2x)
}

.ra-b-crown i {
    background: url(/i/rating/blue_crown_16.gif) no-repeat;
    background-image: -webkit-image-set(url(/i/rating/blue_crown_16.gif) 1x, url(/i/rating/blue_crown_32.gif) 2x);
    background-image: -moz-image-set(url(/i/rating/blue_crown_16.gif) 1x, url(/i/rating/blue_crown_32.gif) 2x);
    background-image: -ms-image-set(url(/i/rating/blue_crown_16.gif) 1x, url(/i/rating/blue_crown_32.gif) 2x);
    background-image: -o-image-set(url(/i/rating/blue_crown_16.gif) 1x, url(/i/rating/blue_crown_32.gif) 2x)
}

.ra-g-crown i {
    background: url(/i/rating/gold_crown_16.gif) no-repeat;
    background-image: -webkit-image-set(url(/i/rating/gold_crown_16.gif) 1x, url(/i/rating/gold_crown_32.gif) 2x);
    background-image: -moz-image-set(url(/i/rating/gold_crown_16.gif) 1x, url(/i/rating/gold_crown_32.gif) 2x);
    background-image: -ms-image-set(url(/i/rating/gold_crown_16.gif) 1x, url(/i/rating/gold_crown_32.gif) 2x);
    background-image: -o-image-set(url(/i/rating/gold_crown_16.gif) 1x, url(/i/rating/gold_crown_32.gif) 2x)
}

.sidebar-for-text-pages {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.sidebar-for-text-pages .titlecat a {
	padding: 10px;
    display: block;
    background: #edefef;	
}

.sidebar-for-text-pages .bgr-block .titlecat {
    font: 20px / 20px roboto,sans-serif;
    border-bottom: 0;
    padding: 0;
    color: #4D4D4D
}

.wrapper_sub_menu .titlecat a {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #888
}

.wrapper_sub_menu .titlecat a:hover {
    border-bottom: 1px dashed #e5e5e5;
    color: #4d4d4d;
    background: #fff
}

.wrapper_sub_menu .titlecat a.active {
    background: #F7F7F7;
    color: #666;
    cursor: default;
    border-bottom: 2px solid #df3030
}

.wrapper_sub_menu .listitem li a.active {
    border-bottom: 2px solid #888;
    background: #F7F7F7;
    color: #666
}

.wrapper_sub_menu .listitem li a:before {
    font: normal normal normal 5px / 1 FontAwesome;
    position: relative;
    left: -5px;
    top: 5px;
    content: "\f111"
}

.wrapper_sub_menu .listitem li a {
    padding: 6px 0 6px 20px;
    background: #fff;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    color: #888;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-weight: normal
}

.sidebar-for-text-pages .bgr-block .listitem {
    border: 0;
    margin-bottom: 0
}

.sidebar-for-text-pages .bgr-block .listitem li a {
    padding-left: 20px;
}

.main-text-block {
    border: 1px solid #e5e5e5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px !important;
    background-color: #fff
}

.main-text-block h1 {
    padding: 10px;
    text-transform: uppercase;
    line-height: 20px;
    height: 40px;
    border-bottom: 1px solid #DADADA;
    padding-left: 10px;
    color: #555;
    background-color: #e5e5e5;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    font-family: roboto,sans-serif
}

.main-text-block .bproduct {
    padding: 10px
}

.main-text-block h1 span {
    float: right
}

.main-text-block h1.editor {
    border-bottom: 0;
    background-color: transparent;
    font-family: roboto,sans-serif;
    font-size: 18px;
    line-height: 25px;
    height: inherit;
    font-weight: normal
}

.main-text-block h2.info-text-title {
    color: #607D8B;
    padding: 5px 7px;
    font-family: roboto,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    border-left: 3px solid #ccc;
    margin-left: -11px;
    margin-top: 0;
    cursor: default
}

#content_area2_tbl {
    width: 900px !important
}

ol li {
    position: relative;
    margin: 0 0 0px 50px;
    padding: 9px 15px;
    font-size: 16px;
    line-height: 24px;
    clear: both;
    cursor: default
}

ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 6px;
    left: -30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #df3030;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center
}

#content_area ol {
    float: right;
    margin: 0px;
    counter-reset: li
}

#content_area ol.listOL {
    float: inherit !important
}

table.text-block {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px !important;
    width: 100%
}

table.text-block tbody tr:first-child {
    border-bottom: 1px solid #e5e5e5 !important
}

table.text-block th {
    border-bottom: 2px solid #d9d9d9;
    color: #000;
    text-align: center;
    font-weight: normal;
    padding: 8px 5px;
    font-size: 14px;
    font-family: roboto,sans-serif;
    background: #F1F1F1
}

table.text-block tr {
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

table.text-block td {
    padding: 10px 5px;
    text-align: center;
    font-size: 14px
}

table.text-block tr:hover {
    background: #F1F1F1
}

.info-center {
    text-align: center
}

.gs-black {
    color: #000;
    font-family: roboto,sans-serif
}

.ml30 {
    margin-left: 30px
}

#content_area p {
    font-size: 14px
}

#content_area h3 {
    font-size: 18px;
    font-family: roboto,sans-serif;
    color: #000
}

#content_area h4 {
    font-size: 16px;
    font-family: roboto,sans-serif;
    color: #000
}

.ls-h3-ico div {
    position: absolute;
    left: -25px;
    top: -10px;
    background: #df3030;
    width: 60px;
    height: 60px;
    line-height: 80px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.23);
    box-shadow: inset 0px 0 0 1px rgba(255,255,255,0.3);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-box-align-items: center;
    -ms-flex-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-justify-content: space-between;
    -ms-justify-content: space-between;
    -justify-content: space-between;
    justify-content: space-between
}

.ls-h3-ico {
    position: relative;
    padding-left: 45px;
    margin: 20px 0
}

.ls-h3-ico div svg {
    margin-left: 10px
}

.gs-info {
    margin: 10px 0
}

.gs-info:before {
    content: "\f129";
    font-size: 23px;
    color: #fff;
    font: normal normal normal 14px / 1 FontAwesome;
    background-color: #df3030;
    width: 20px;
    height: 20px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    line-height: 20px
}

.bank-info {
    margin-bottom: 10px;
    border-bottom: 1px dashed #ECECEC;
    padding-bottom: 5px
}

.bank-info div {
    display: inline-block;
    vertical-align: middle;
}

.bank-more {
    position: relative;
    top: -5px;
    padding-left: 5px
}

.bank-more a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    padding: 5px 0 0 5px
}

.bank-more a em {
    width: 15px;
    text-align: center
}

#content_area a {
    text-decoration: none;
    color: #0771BD;
    font-weight: normal;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    font-family: roboto,sans-serif
}

#content_area a:hover {
    color: #8A8A8A
}

#content_area ul {
    list-style-type: disc;
    font-size: 14px
}

.sidebarForm .input {
    width: 500px;
    margin: 5px 0 10px 10px
}

input:focus,textarea:focus {
    outline-offset: 2px
}

.sidebarForm .input input {
    width: 100%;
    border: none;
    background: transparent;
    height: 50px;
    padding: 0 14px;
    font-size: 22px;
    border: solid 1px #DFE2E5;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    font-family: roboto,sans-serif
}

.sidebarForm .input input:hover, .sidebarForm .input input:focus, .sidebarForm .textarea textarea:hover, .sidebarForm .textarea textarea:focus {
    border: solid 1px #df3030
}

.sidebarForm .input input::-webkit-input-placeholder {
    line-height: 20px;
    transition: line-height 0.5s ease
}

.sidebarForm .input input::-moz-placeholder {
    line-height: 20px;
    transition: line-height 0.5s ease
}

.sidebarForm .input input:-moz-placeholder {
    line-height: 20px;
    transition: line-height 0.5s ease
}

.sidebarForm .input input:-ms-input-placeholder {
    line-height: 20px;
    transition: line-height 0.5s ease
}

.sidebarForm .input input:focus::-webkit-input-placeholder {
    line-height: 100px;
    transition: line-height 0.5s ease
}

.sidebarForm .input input:focus::-moz-placeholder {
    line-height: 100px;
    transition: line-height 0.5s ease
}

.sidebarForm .input input:focus:-moz-placeholder {
    line-height: 100px;
    transition: line-height 0.5s ease
}

.sidebarForm .input input:focus:-ms-input-placeholder {
    line-height: 100px;
    transition: line-height 0.5s ease
}

.sidebarForm .textarea textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease
}

.sidebarForm .textarea textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease
}

.sidebarForm .textarea textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease
}

.sidebarForm .textarea textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease
}

.sidebarForm .textarea textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease
}

.sidebarForm .textarea textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease
}

.sidebarForm .textarea textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease
}

.sidebarForm .textarea textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease
}

.sidebarForm .textarea {
    width: 530px;
    overflow: hidden;
    margin: 5px 0 10px 10px
}

.sidebarForm .textarea textarea {
    resize: none;
    width: 100%;
    background: transparent;
    height: 100px;
    padding: 5px 14px;
    font-size: 18px;
    border: solid 1px #DFE2E5;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    font-family: roboto,sans-serif
}

.sidebarForm button {
    cursor: pointer;
    position: relative;
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    padding: 15px 45px;
    margin: 0px 10px 20px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: roboto,sans-serif;
    background-color: #df3030;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.sidebarForm button:hover {
    background-color: #137CC7
}

.gs-info-form {
    margin: 0 10px;
    display: inline-block;
    width: 250px;
    padding-left: 30px;
    font-size: 14px;
    color: #8A8A8A
}

.gs-info-form:before {
    content: "\f129";
    font-size: 23px;
    color: #fff;
    font: normal normal normal 14px / 1 FontAwesome;
    background-color: #df3030;
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    line-height: 20px;
    margin: 5px 0 10px -30px
}

.blog a, .all_news a {
    border-bottom: 0 !important;
    color: #666
}

.post-info .post-date, .b-post-full .date {
    color: #959595;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #E8E8E8;
    border-radius: 20%;
    -moz-border-radius: 20%;
    -webkit-border-radius: 20%;
    -khtml-border-radius: 20%;
    -o-border-radius: 20%;
    -ms-border-radius: 20%;
    height: 75px;
    vertical-align: top;
    width: 75px;
    margin-right: 10px
}

.post-info a.date-link {
    line-height: inherit
}

.post-date span {
    background: #df3030;
    color: #fff;
    position: relative;
    font-size: 10px;
    display: block;
    text-align: center;
    border-radius: 14px 14px 0 0;
    -moz-border-radius: 14px 14px 0 0;
    -webkit-border-radius: 14px 14px 0 0;
    -khtml-border-radius: 14px 14px 0 0;
    -o-border-radius: 14px 14px 0 0;
    -ms-border-radius: 14px 14px 0 0
}

.post-date .bold_month {
    margin: 0px 0 6px;
    text-align: center;
    font-weight: normal;
    font-size: 14px
}

.post-date .bold_date {
    margin: 0;
    text-align: center;
    font-size: 35px;
    font-weight: normal;
    font-family: roboto,sans-serif
}

.post-info .post-content .i-link {
    font-size: 14px;
    text-decoration: none
}

.blog a:hover, .all_news a:hover {
    color: #FF4C0B !important
}

.post-content {
    display: inline-block;
    width: 180px;
    height: 77px;
    overflow: hidden;
    position: relative
}

.post-content span.hide-title {
    position: absolute;
    right: -8px;
    bottom: 3px;
    height: 14px;
    width: 100px;
    background: linear-gradient(to right, rgba(230, 230, 230, 0), #fff);
    background: -moz-linear-gradient(to right, rgba(230, 230, 230, 0), #fff);
    background: -webkit-linear-gradient(to right, rgba(230, 230, 230, 0), #fff);
    background: -o-linear-gradient(to right, rgba(230, 230, 230, 0), #fff);
    background: -ms-linear-gradient(to right, rgba(230, 230, 230, 0), #fff)
}

.b-post .l-blog .item {
    width: 297px;
    padding: 0 10px 0 0;
    margin: 0
}

.b-post-full h1 {
    margin: 0 0 15px 0;
    font-family: roboto,sans-serif
}

.b-post-full .b-link-all a {
    text-decoration: none;
    font-size: 20px
}

.b-post-full #content_area div {
    font-size: 14px;
    text-align: justify;
    line-height: 20px
}

.post-info .post-content .title {
    font-weight: normal;
    font-family: roboto,sans-serif
}

.listitem li div.alphabet a {
    background: transparent;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.listitem li div.alphabet a:hover {
    background: #df3030;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff
}

.lproduct.brand li {
    display: block;
    float: inherit;
    width: 100%;
    margin: 0 0 10px !important;
    border: 2px #e8e8e8 solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding-bottom: 10px
}

.lproduct.brand {
    margin-left: 0
}

.lproduct.brand li:hover {
    border: 2px #e8e8e8 solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    box-shadow: none
}

.lproduct.brand .pic {
    height: 100px;
    width: 100px;
    background-size: cover;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    border: 1px solid #E8E8E8
}

.fll_vend_info {
    display: inline-block;
    width: 275px;
    vertical-align: top
}

.fll_vend_info .all_vendors_name {
    display: inline-block;
    width: 160px;
    margin: 10px 0 0 10px;
    vertical-align: top;
    font-size: 14px
}

.fll_vend_info .all_vendors_name small {
    font-size: 14px;
    margin-right: 5px
}

.fll_vend_info .all_vendors_name p {
}

.all_vendors_name .ivendor {
    display: inline-block;
    position: relative;
    top: 3px
}

.fll_vend_info .pic {
    margin-top: 10px;
    vertical-align: top
}

.flr_vend_goods {
    display: inline-block;
    width: 900px;
    margin-left: 20px;
    height: 180px
}

.lproduct.brand .flr_vend_goods_item li {
    display: block;
    float: left;
    width: inherit;
    margin: 0 10px 0 0 !important;
    border: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-bottom: 0px
}

.lproduct.brand .flr_vend_goods_item li a {
    height: 160px;
    width: 160px;
    display: block
}

.flr_vend_goods_item li img {
    height: 160px;
    width: 160px
}

.brand-new li {
    display: block !important;
    float: left !important;
    width: 100px !important;
    border: 1px solid #E8E8E8 !important;
    border-left: 1px solid #E8E8E8 !important;
    border-right: 1px solid #E8E8E8 !important;
    border-top: 1px solid #E8E8E8 !important;
    padding-bottom: 0 !important;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.brand-new li:hover {
    border: 1px solid #df3030 !important;
    border-left: 1px solid #df3030 !important;
    border-right: 1px solid #df3030 !important;
    border-top: 1px solid #df3030 !important
}

.brand-new li .pic {
    height: 100px;
    width: 100px;
    background-size: cover !important;
    border-radius: 0 !important;
    background-position: center !important;
    display: inline-block !important;
    border: 0 !important
}

.ui-dialog {
border:0!important;
padding:0;
background:#fff!important;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
opacity:1;
-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px transparent inset;
-moz-box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px transparent inset;
box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px transparent inset
}

.ui-widget-header {
background:#e5e5e5!important;
border:none!important;
text-align:center;
padding:.6em 1em!important;
border-radius:0
}

.ui-dialog .ui-dialog-title {
float:none;
margin:.1em 16px .1em 0
}

.ui-dialog .ui-dialog-buttonpane {
background:0 0!important
}

.ui-widget button {
border:1px solid #6F6F6F!important;
color:#fff!important;
background:#636363!important;
border-radius:3px
}

.ui-dialog .ui-dialog-titlebar-close,.ui-dialog .ui-dialog-titlebar-close:hover {
background-image:none!important;
color:#000!important;
text-decoration:none
}

.ui-dialog .ui-dialog-titlebar-close:before {
font:normal normal normal 14px/1 FontAwesome;
content:"\f00d"
}

.ui-dialog .ui-dialog-titlebar-close:hover {
color:#DF2827
}

#change-window,#dialog-sell-out {
background:0 0!important;
color:#000!important
}

.mcats {
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    box-shadow: 0 0 5px 0 #ccc;
    border-radius: 5px;
    overflow: hidden
}

.mcats li.mcats_item {
    margin-bottom: 0px;
    position: relative;
    border-bottom: 1px solid #e6e6e6
}

.mcats li.mcats_item>a {
    background-color: #F0F0F0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    padding: 14px;
    color: #4d4d4d;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.mcats li.mcats_item > a:hover, .mcats li.mcats_item.open>ul>li>a:hover {
    background-color: #e6e6e6
}

.mcats li:last-child {
    border-bottom: 0px
}

.mcats li.mcats_item > a > i, .mcats li.mcats_item.open>ul>li>a>i {
    width: 15px;
    text-align: center
}

.mcats li.mcats_item.open > a, .mcats li.mcats_item.open>ul>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    color: #4d4d4d
}

.mcats li.mcats_item ul li a.active {
    background-color: #df3030;
    color: #fff !important
}

.mcats li.mcats_item.open li:last-child a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

div.subscribe {
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    box-shadow: 0 0 5px 0 #ccc;
    -moz-box-shadow: 0 0 5px 0 #ccc;
    position: relative;
    margin: 20px auto;
    padding: 10px 25px 15px;
    background: white;
    border: 3px solid transparent;
    -o-border-image: -o-repeating-linear-gradient(135deg,#fff 9px,#fff 18px,#1ba6d2 18px,#1ba6d2 27px,#fff 27px,#fff 36px,#fd8a27 36px,#fd8a27 45px) 3 round;
    border-image: repeating-linear-gradient(-45deg,#fff 9px,#fff 18px,#1ba6d2 0,#1ba6d2 27px,#fff 0,#fff 36px,#fd8a27 0,#fd8a27 45px) 3 round
}

div.subscribe h3 {
    background: none repeat scroll 0 0 #FFF;
    color: #AAA;
    font-size: 18px;
    font-weight: 300;
    line-height: 0;
    margin: 0 0 10px;
    padding: 8px;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
    background: #fff
}

div.subscribe .btn_off {
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 34px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #1BA6D2;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 0 0 #1ba6d2, inset 0 1px 0 0 rgba(255, 255, 255, .5);
    box-shadow: 0 1px 0 0 #1ba6d2, inset 0 1px 0 0 rgba(255, 255, 255, .5);
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    line-height: 1.8em
}

div.subscribe .btn_off:active, .addn_zakazotztable .but_rew_class {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

div.subscribe .btn_off:hover {
    background: #158cad
}

.clear {
    clear: both
}

.col200 {
    width: 200px
}

.lk-right {
    border: 1px solid #ECECEC;
}

.lk_news_block {
    padding: 5px 10px
}

.lk_news_block .news-block-name {
    font-size: 20px;
    font-family: roboto,sans-serif;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px
}

.lk_news_block .news-element {
    width: 200px;
    float: left
}

.lk_news_block .lk-news-date {
    margin-top: 10px;
    margin-bottom: 5px
}

.lk_news_block .lk-news-title {
    height: 62px;
    overflow: hidden
}

.lk_news_block .lk-news-title a {
    text-decoration: none;
    position: relative
}

.lk_news_block .lk-news-title a span.hide-title {
    position: absolute;
    height: 14px;
    width: 150px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    background: -ms-linear-gradient(to right,rgba(255,255,255,0),#fff);
    top: 47px;
    left: 50px
}

#newsslider {
    position: relative;
    overflow: hidden;
    width: 200px
}

.news-contentholder {
    overflow: visible;
    position: relative;
    background-color: #FFF;
    height: 100px;
    width: 200px
}

.news-contentslider {
    position: absolute;
    top: 0;
    width: 1050px !important
}

.news-contentnav {
    text-align: center;
    margin-top: 10px
}

.news-contentnav a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block
}

.news-contentnav a.active {
    font-weight: bold;
    color: #FFF;
    background: #df3030
}

.main-date-title {
    font-size: 20px;
    text-align: center;
    font-family: roboto,sans-serif;
    position: relative;
    background: #f2f2f2;
    color: #333;
    padding: 0 0 5px;
    /*border-top: 5px solid #4B9F5F*/
}

.main-date-title i {
    position: absolute;
    left: 5px;
    top: 5px
}

table.lk-calendar {
    background: #f6f6f6;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.8)
}

.lk-calendar tr {
    border-bottom: 1px solid #ECECEC
}

.lk-calendar tr td {
    text-align: center;
    padding: 7px 0;
    border-left: 1px solid #ECECEC;
    width: 14.2857143%;
    cursor: default
}

.lk-calendar tr td.today-date {
    background: #df3030;
    color: #fff
}

.lk-calendar tr td span {
    font-family: roboto,sans-serif
}

.lk-calendar tr td.today-date span {
    color: #fff !important
}

.lk-calendar tr td:first-child {
    border-left: 0px
}

.lk-user-info-block {
    border: 1px solid #ECECEC;
    background: #f5f8fa
}

.lk-user-photo {
    width: 55px;
    height: 55px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block
}

.lk-user-photo span.s-edit-mask {
    line-height: 55px;
    display: none;
    height: 55px;
    position: absolute;
    background: #000;
    color: #fff;
    opacity: .6;
    filter: alpha(opacity=60);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    width: 55px
}

.lk-user-photo:hover span.s-edit-mask {
    display: block
}

.user-pay-but {
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
    background: #8BC34A;
    padding: 15px;
    padding-right: 0px;
    text-decoration: none;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    box-shadow: 0 0 5px 0 #ccc;
    position: relative
}

.user-pay-but span {
    display: inline-block;
    padding: 15px;
    background: #8BC34A;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    border-left: 1px dashed;
    margin-left: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 0px;
    position: absolute;
    right: -5px
}

.user-pay-but .pay-ico {
    position: absolute;
    bottom: 3px
}

.user-pay-but .pay-ico i {
    font-size: 15px
}

.pay-ico img {
    position: relative;
    top: 2px
}

.user-pay-but:hover {
    background-color: #8CC63F;
    color: #fff
}

.pay-text {
    display: inherit;
    position: relative;
    top: -10px
}

/*.badge {
    background: #df3030;
    display: inline-block;
    padding: 1px 4px;
    color: #fff;
    border-radius: 3px;
    font-size: 10px
}

.badge small {
    position: relative;
    bottom: -1px
}
*/

.main-money-input {
    width: 350px;
    background: transparent;
    height: 52px;
    padding: 5px 14px;
    font-size: 20px;
    border: solid 1px #DFE2E5;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    font-family: roboto,sans-serif;
    text-align: center;
}

input.main-money-input::-webkit-input-placeholder {
    line-height: 20px;
    transition: line-height 0.5s ease
}

input.main-money-input::-moz-placeholder {
    line-height: 20px;
    transition: line-height 0.5s ease
}

input.main-money-input:-moz-placeholder {
    line-height: 20px;
    transition: line-height 0.5s ease
}

input.main-money-input:-ms-input-placeholder {
    line-height: 20px;
    transition: line-height 0.5s ease
}

input.main-money-input:focus::-webkit-input-placeholder {
    line-height: 100px;
    transition: line-height 0.5s ease
}

input.main-money-input:focus::-moz-placeholder {
    line-height: 100px;
    transition: line-height 0.5s ease
}

input.main-money-input:focus:-moz-placeholder {
    line-height: 100px;
    transition: line-height 0.5s ease
}

input.main-money-input:focus:-ms-input-placeholder {
    line-height: 100px;
    transition: line-height 0.5s ease
}

.main-but-money {
    background-color: #df3030;
    display: inline-block !important;
    height: 52px;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-left: -4px;
    font-size: 18px;
    line-height: 53px;
    box-shadow: none;
    color: #fff;
    padding: 0 10px;
    padding-right: 0;
    border: 1px solid #df3030;
    overflow: hidden;
    cursor: pointer
}

.main-but-money:hover {
    background: #2196F3
}

.main-but-money span {
    height: 54px;
    display: inline-block;
    padding: 0 10px;
    background: #2196F3;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.main-but-money.disabled {
    background: #f3f3f3 !important;
    color: #ccc !important;
    border: 1px solid #e6e6e6 !important;
    cursor: no-drop !important
}

.main-but-money span svg {
    position: relative;
    top: 7px
}

.main-but-money.disabled span svg {
    fill: #CCC !important
}

.all-pay-system {
    padding-top: 10px
}

.pay-system {
    padding: 10px 0;
    border-bottom: 1px dashed #DFE2E5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.pay-system:hover {
    background: #f3f3f3;
    border-bottom: 1px solid #DFE2E5
}

.pay-system label {
    cursor: pointer
}

.pay-system input {
    position: relative;
    font-size: 17px;
    top:-3px;
}

.pay-system img {
    padding: 0 5px
}

.pay-system kkb {
    font-family: roboto,sans-serif;
    color: #0084AE
}

.pay-system kkby {
    font-family: roboto,sans-serif;
    color: #FFBA1C
}

.pay-system img.yam {
    position: relative;
    top: -5px
}

.pay-system img.w1 {
    position: relative;
    top: 2px
}

.pay-system span {
    font-size: 20px;
    position: relative;
}

.pay-info-form {
    margin: 0 10px;
    width: 360px;
    padding-left: 44px;
    font-size: 13px;
    color: #8A8A8A;
    border: 1px dashed #ccc;
    display: block;
    float: right;
    position: relative;
    height: 51px;
    line-height: 17px;
}

.pay-info-form i.fa-info-circle {
    position: absolute;
    left: 10px;
    top: 11px;
    font-size: 30px;
    color: #df3030
}

.online-pay-system {
    border: 1px solid #ECECEC;
    padding: 20px 10px 10px;
    margin: 20px 0;
    position: relative
}

.online-pay-system h2.mb20 {
    position: absolute;
    background: #fff;
    top: -35px;
    padding: 0 5px;
    font-size: 24px;
    font-family: roboto,sans-serif;
    color: #666
}

@-moz-document url-prefix() {
    .pay-info-form {
        margin: 0
    }

    .main-but-money {
        top: 1px;
        position: relative
    }
}

.first-visit-infoblock {
    margin-top: 0px;
    border-top: 1px solid #ECECEC;
    background-color: #f9f9fa;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 15px 0;
    font-size: 14px;
    line-height: 22px;
    width: 220px
}

.first-visit-title {
    font-size: 22px;
    color: #666;
    line-height: 28px;
    font-family: roboto,sans-serif;
    margin-top: 5px
}

.first-visit-title i.fa-lightbulb-o {
    font-size: 50px;
    top: 13px;
    float: left;
    height: 55px;
    color: #fcfcfc !important;
    margin-right: 5px;
    margin-left: 19px;
    background: #df3030;
    width: 55px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 55px
}

.first-visit-small-title {
    color: #000;
    font-size: 18px;
    padding: 10px 25px
}

.first-visit-infoblock ul {
    padding: 0px 25px;
    overflow: hidden;
    margin-top: 0
}

.first-visit-infoblock ul li {
    float: left
}

.first-visit-infoblock ul li a {
    text-decoration: none
}

.first-visit-infoblock ul li i {
    font-size: 7px;
    position: relative;
    top: -2px
}

.faq-link {
    padding: 0 25px;
    display: block;
    margin-top: 5px
}

.lk-user-discount {
    width: 49%;
    border: 1px solid #ECECEC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    max-height: 190px;
    min-height: 190px
}

.lk-user-discount-title {
    padding: 5px 10px;
    background: #e8e8e8;
    font-size: 20px;
    color: #666
}

.lk-user-discount-title svg {
    position: relative;
    top: 3px
}

.lk-user-discount-info {
    padding: 5px 10px;
    font-size: 14px
}

.discount-value,.to-next-discount-lvl,.lk-user-lvl,.lk-user-volume,.discount-lvl-link {
    padding: 5px 10px
}

.discount-lvl-link {
    text-align: right;
    position: relative;
    top: 1px
}

.discount-lvl-link a {
    text-decoration: none;
    border-bottom: 1px dashed #ccc
}

.discount-value span {
    font-family: roboto,sans-serif;
    color: #000
}

.lk-user-volume div {
    padding-left: 15px;
    border-bottom: 1px dashed #ccc;
    padding-top: 5px;
    padding-bottom: 5px
}

.notepad .orderNumder {
    color: #3A74B5;
    font-weight: normal;
    font-family: roboto,sans-serif;
    text-decoration: none;
    font-size: 12px;
    border-bottom: 1px dashed #ccc
}

.notepad .orderDate {
    display: block;
    font-size: 10px;
    margin-top: 5px
}

.notepad .goodsStatus {
    display: block;
    font-size: 10px;
    margin: 3px 0 0;
    text-decoration: none
}

#active_orders .notepad thead td, #cancel_orders .notepad thead td, #complite_orders .notepad thead td, #item_to_sell .notepad thead td {
    text-align: center;
    padding: 5px
}

#active_orders .notepad, #cancel_orders .notepad, #complite_orders .notepad, #item_to_sell .notepad {
    border: 1px solid #DDD
}

.pay-to-order-small-btn,.close-order-small-btn {
    text-decoration: none;
    background: #7AA63F;
    color: #fff;
    border: 1px solid;
    border-color: #7AA63F;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.close-order-small-btn {
    background: #4CAF50
}

.close-order-small-btn:hover {
    background: #fff;
    border: 1px solid;
    border-color: #7AA63F;
    color: #7AA63F;
    
}

.pay-to-order-small-btn span, .close-order-small-btn span {
    cursor: pointer;
    background: transparent
}

.pay-to-order-small-btn:hover {
    color: #fff;
    border: 1px solid;
    border-color: #7AA63F;
    background: #8CC63F
}

.pristroy_status {
    text-align: center
}

.edit_pristroy_item span, .pristroy_item_is_sold span {
    background: #F6F6F6;
    border: 1px solid #ECECEC
}

.dont-have-order {
    text-align: center;
    font-size: 18px !important;
    padding: 20px 0 !important;
    font-family: roboto,sans-serif !important;
    color: #666
}

.referalprogram {
    margin-top: 20px;
    border: 1px solid #ECECEC;
    border-radius: 3px;
    position: relative
}

.referalprogram .mb30 {
    margin-bottom: 0;
    margin-top: 10px
}

.referalprogram .bproduct>h2.mb20 {
    margin-bottom: 0px;
    border-bottom: 0;
    color: #666;
    padding: 0 10px;
    position: absolute;
    top: -15px;
    font-family: roboto,sans-serif;
    margin-top: 0
}

.referalprogram .bproduct>h2.mb20 span {
    float: left;
    padding: 0 3px 0 3px;
    background-color: #fff
}

.referalprogram .note_office {
    border-top: 0
}

.referalprogram .notepad td {
    font: 13px / 13px roboto,sans-serif;
    padding: 10px
}

.referalprogram .notepad td:first-child {
    width: 140px
}

.referalprogram .notepad td b {
    position: relative;
    top: 4px;
    font-family: inherit;
}

.referalprogram .notepad {
    border-bottom: 0
}

.referal_link_copy span {
    background: #F6F6F6;
    border: 1px solid #ECECEC;
    color: #666;
    padding-left: 10px
}

.referal_link_copy span:before {
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f0c1";
    position: relative;
    top: 1px;
    left: -5px
}

ul.orders-tabs {
    margin-bottom: 0
}

.tabs li.active:first-child {
    padding: 0
}

i.badge {
    font-style: normal
}

ul.tabs li.active a i.badge {
    background: #777
}

.btabs-ord .tabs-content {
    margin-top: -1px
}

.tabs>li.active>a,.tabs>li.active>a:hover,.tabs>li.active>a:focus {
    border: 1px solid #ddd;
    border-bottom-color: #fff;
    border-top-color: #fff
}

.pay-history {
    border: 1px solid #ECECEC;
    background: transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-top: 10px
}

.pay-history h1 {
    position: absolute;
    top: -35px;
    background: #fff;
    font-size: 24px;
    font-family: roboto,sans-serif;
    padding: 0 5px
}

.pay-history .on_account {
    font-size: 19px;
    color: #666
}

.pay-history .money_on_account {
    font-size: 22px;
    font-family: roboto,sans-serif
}

.payment_history {
    border: 1px solid #ECECEC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    padding: 10px
}

.payment_history>h2.mb20 {
    height: 26px;
    border-bottom: 0;
    font-size: 24px;
    color: #515151;
    margin-bottom: 15px;
    font-family: roboto,sans-serif;
    position: absolute;
    top: -35px;
    padding-left: 5px;
    background: #fff;
    left: 10px
}

.payment_history h3 {
    font-family: roboto,sans-serif;
    font-size: 20px;
    border-top: 1px dashed #ccc;
    padding-top: 20px
}

table.date-period-chek {
    width: 80%;
    margin-top: 15px
}

.date-period-chek td {
    font-size: 14px !important
}

.date-period-chek td label {
    height: 28px;
    display: block;
    overflow: hidden;
    border: 1px solid #D9D9D9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.date-period-chek td label span {
    padding: 8px;
    background: #f2f2f2
}

.date-period-chek td label input {
    border: 0;
    padding: 6px;
    font-size: 14px
}

.ui-datepicker {
    width: 13.4em
}

.ui-widget-content {
    border: 1px solid #D9D9D9;
    background: #fcfcfc;
    color: #666
}

.ui-dialog,.ui-dialog .ui-dialog-content,.ui-widget-header {
color:#000!important
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #e8e8e8;
    background: #f3f3f3;
    font-weight: normal;
    color: #666;
    text-align: center
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #999;
    background: #ccc;
    font-weight: normal;
    color: #666;
    text-align: center
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #ccc;
    background: #e6e6e6;
    font-weight: normal;
    color: #666;
    text-align: center
}

.box-header,.box-nav,.box-search,.box-footer,.products-with-reviews,.box-reviews,.wrap1,.wrap2 {
    margin: 0 auto 10px auto;
    min-width: auto;
    width: 1200px;
    clear: both
}

.box-main_slider_jcarousel .jcarousel_nav {
    display: none
}

.wrap2 .box-main.slider-ind {
    padding-left: 0px;
    width: 945px;
    position: relative;
    margin-top: 10px
}

.wrap2 .box-main {
    width: 945px;
    padding-left: 15px
}

.banner-slide h3 {
    display: none
}

.box-main_slider {
    position: relative
}

.box-section {
    margin-bottom: 20px;
    clear: both;
    overflow: hidden;
    position: relative
}

.box-main_slider_jcarousel-pagination {
    margin-top: 0px;
    text-align: center;
    position: absolute
}

.category-ul>li {
    height: 39px
}

.category-ul>li>a {
    line-height: 1.6em
}

.category-ul>li.par-li:hover>a:before {
    content: '';
    border-left: 3px solid #df3030;
    position: absolute;
    height: 39px;
    left: -1px;
    top: -1px
}

.col-md img {
    display: inline
}

.blog-section_img-wrap {
    text-align: center;
    margin-bottom: 10px
}

.blog-section time {
    font-size: 80%
}

.box-section a.thumbnail:hover, .box-section a.thumbnail:hover h3 {
    background: transparent;
    color: #555656
}

.box-section a.thumbnail:hover time {
    color: #959696
}

.box-section a.thumbnail {
    -webkit-transition: all, 0.6s, ease, 0s;
    -moz-transition: all, 0.6s, ease, 0s;
    -o-transition: all, 0.6s, ease, 0s;
    transition: all 0.6s ease 0s
}

.box-section a.thumbnail:hover {
    -webkit-transition: all, 0.3s, ease, 0s;
    -moz-transition: all, 0.3s, ease, 0s;
    -o-transition: all, 0.3s, ease, 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 10px #c5cbcb;
    -webkit-box-shadow: 0 0 10px #c5cbcb;
    -moz-box-shadow: 0 0 10px #c5cbcb;
    border-color: #999
}

.thumbnail {
    background-color: #fff;
    border: solid 1px #e8e8e8
}

.blog-section .col-md {
    width: 20%;
    margin-bottom: 20px
}

h2 time {
    font-size: 70%;
    color: #959696
}

.box-main_blog-ul li {
    margin-bottom: 15px;
    border-bottom: 2px dashed #ccc;
}

.box-main_blog-ul .meta {
    font-size: 11px;
    color: #999;
    font-style: italic
}

.blog-inside .meta {
    font-size: 11px;
    color: #999;
    font-style: italic;
    margin-bottom: 10px
}

.blog-inside h2 {
    font-size: 1.6em;
    color: #555656;
    margin-top: 40px;
    font-weight: bold
}

.blog_articles .col-sm-3 .blog_content{
    background: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 3px;
    display: block;
    position: relative;
    padding-bottom: 130%;
}

.blog_articles .blog_content-title {
    font-size: 20px;
    line-height: 24px;
    top: 25px;
    right: 35px;
    left: 35px;
    height: 72px;
    position: absolute;
}

.blog_articles .mbo-image {
    position: absolute;
    top: 112px;
    right: 5px;
    left: 5px;
    padding-bottom: 66.6%;
}

.mbo-image .image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 120px;
}

.blog_articles .date_blog {
    top: 310px;
    right: 35px;
    left: 35px;
    position: absolute;
    text-align: center;
}

.box-main_blog-ul .img-wrap {
    max-width: 120px;
    max-height: 120px;
    float: left;
    margin-right: 20px;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #999;
    margin-left: 5px;
}

.box-main_blog-ul li>a>h2 {
    margin: 10px 5px
}

.box-main_blog-ul li>a:after {
    width: 83%
}

.box-main_blog-ul a h2 {
    text-decoration: underline;
    font-weight: normal;
    font-size: 22px
}

.box-main_blog-ul a:hover h2 {
    text-decoration: none
}

.box-main_blog-ul a p, .box-main_blog-ul a:hover p {
    color: #555
}

.blog-section_img-wrap {
    width: 100%;
    overflow: hidden;
    height: initial;
    max-height: 200px
}

.main-content ul {
    list-style-type: disc;
    padding-left: 0px
}

.blog-view .date {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    text-align: right
}

.box-main_blog-ul li>a:hover:after {
    background-image: none!important;
}

.box-main_blog-ul li>a:hover {
    background-color: transparent;
}

.newsbrief {
    margin: 0 5px
}

.item-list .col-md a {
    padding: 0px;
    background-color: #fff;
    border: solid 1px #e8e8e8
}

.item-list .col-md a:hover {
    -webkit-transition: all, 0.3s, ease, 0s;
    -moz-transition: all, 0.3s, ease, 0s;
    -o-transition: all, 0.3s, ease, 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 10px #c5cbcb;
    -webkit-box-shadow: 0 0 10px #c5cbcb;
    -moz-box-shadow: 0 0 10px #c5cbcb;
    border-color: #999
}

.item-list_img-wrap img {
    max-width: 100px;
    max-height: 100px;
    min-height: 100px
}

.recommended-vendors-section .col-md {
    width: 100px!important;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 9px;
    margin-right: 9px
}

.sets-product-item .item-list_img-wrap img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 220px;
    max-height: 220px;
    min-height: auto;
    border-radius: 2px 2px 0 0;
}

.box-section.supply-products-section .item-list li.ind-itm {
    float: left;
    width: 220px;
    margin: 10px;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    border-radius: 3px;
    position: relative;
    height: 310px;
}

.box-section.supply-products-section .item-list li.ind-itm:hover {
    -webkit-transition: all, 0.3s, ease, 0s;
    -moz-transition: all, 0.3s, ease, 0s;
    -o-transition: all, 0.3s, ease, 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 10px #c5cbcb;
    -webkit-box-shadow: 0 0 10px #c5cbcb;
    -moz-box-shadow: 0 0 10px #c5cbcb;
    border-color: #999
}

.item-list_cost_new {
    color: #dd4b39;
    font-family: roboto,sans-serif;
    font-size: 18px
}


.item-list h3 {
    text-align: center;
    font-size: 12px;
    margin: 5px 0;
    overflow: hidden;
    height: 1.2em;
    font-family: roboto,sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px
}

.item-list_cost_old {
    text-decoration: line-through;
    color: #959696;
    font-size: 13px
}

.item-list_cost .once {
    padding-top: 7px
}

.box-section h2 {
    margin-top: 0;
    border-bottom: 1px solid #555656;
    line-height: 1.6em
}

.box-section h2 span {
    border-bottom: 4px solid #555656
}

.jcarousel_nav a {
    position: initial;
    display: inline-block;
    background: #555656;
    width: 40px;
    height: 40px
}

.supply-products-section .jcarousel .jcarousel_nav {
    line-height: 0;
    position: absolute;
    top: 0;
    right: 0
}

.jcarousel_nav {
    height: auto;
    position: absolute;
    top: 0;
    right: 0
}

.jcarousel_nav a .glyphicon {
    top: 25%;
    font-size: 22px;
    color: #fff;
    -webkit-transition: all, 0.3s, ease, 0s;
    -moz-transition: all, 0.3s, ease, 0s;
    -o-transition: all, 0.3s, ease, 0s;
    transition: all 0.3s ease 0s
}

.jcarousel_nav a:hover {
    background-color: #333
}

.jcarousel_nav_prev span {
    right: 1px
}

.jcarousel_nav_next span {
    right: 3px
}

.box-search_btn-group {
    min-width: 245px;
    max-width: 245px;
    float: left
}

.box-search_btn-group_category {
    -webkit-border-radius: 4px 4px 0px 0px !important;
    -moz-border-radius: 4px 4px 0px 0px !important;
    -ms-border-radius: 4px 4px 0px 0px !important;
    -o-border-radius: 4px 4px 0px 0px !important;
    border-radius: 4px 4px 0px 0px !important;
    margin-right: -1px
}

.box-search_btn-group .btn {
    background-color: #fff;
    -webkit-border-radius: 3px 0 0 0!important;
    -moz-border-radius: 3px 0 0 0!important;
    -ms-border-radius: 3px 0 0 0!important;
    -o-border-radius: 3px 0 0 0!important;
    border-radius: 3px 0 0 0!important;
    width: 244px;
    border: 0
}

.user-login-panel {
    margin-top: 10px
}

.modal-backdrop.fade.in {
    display: none
}

#loginModal, #success-good-modal, #delivery-good-modal,  .pay-modal, #referalpopup{
    top: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.61);
    width: 100%;
    margin: 0px;
    height: 100%;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.breadcrumb {
    margin-bottom: 10px;
    padding: 0px;
    background-color: transparent;
    font-size: 12px;
    margin-top: 5px;
    border-bottom: 1px solid #edefef;
    padding-bottom: 3px;
    border-radius: 0
}

.dropdown-menu {
    left: -1px;
    border: 0
}

.box-header .col-md.box-header_logo {
    width: 285px
}

.box-header .box-header_description {
    width: 615px!important;
    clear: inherit!important
}

.box-header .col-md.box-header_cart {
    width: 100px;
    border-left: 1px solid #e8e8e8
}

.box-header .col-md.box-header_cart a {
    display: block;
    padding-left: 50px;
}

.box-header .col-md.box-header_cart a svg {
    height: 30px;
    margin-top: 6px;
}

.box-up-menu_shopping-cart, .box-up-menu_favorite {
    float: left!important;
}

.box-up-menu_shopping-cart a span.spn-bk {
    display: block;
    color: #353535
}

.box-up-menu_shopping-cart a .cout-it-bg,
.box-header_contact-info a .cout-it-bg {
    font-style: normal;
    color: #fff;
    position: absolute;
    background: rgb(223 48 48);
    min-width: 15px;
    min-height: 15px;
    border-radius: 50%;
    text-align: center;
    left: 75px;
    padding: 3px;
    font-family: roboto,sans-serif;
    font-size: 10px;
    line-height: 10px;
}

.box-header_contact-info a .cout-it-bg {
    left: 30px;
}

.box-header .col-md.box-header_contact-info {
    width: 100px;;
    float: left;
    margin-top: 0;
    margin: 0 20px;
    cursor: default;
}

.box-header_contact-info {

    float: right;
    text-align: left;
    margin-top: 20px;

}

.box-header_contact-info a {
    display: block;
}

.box-header_contact-info a svg {
    height: 30px;
    margin-top: 6px;
}

.box-header_contact-info_phone-num {
    font-weight: normal;
    font-family: roboto,sans-serif;
    font-size: 18px;
    padding-left: 45px
}

.box-header_contact-info_work-time {
    font-size: 13px;
    padding-left: 45px;
    letter-spacing: -0.2px
}

.small_font_div {
    font-size: 13px;
    letter-spacing: -0.2px
}

.iconsearch {
    position: absolute;
    z-index: 9;
    left: 10px;
    font-size: 16px;
    color: #999;
    top: 9px
}

.box-search-form {
    position: relative;
    display: inline-block;
    width: 100%;
    float: right
}

.box-search-form .input-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    border: 1px solid #ccc;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    height: 42px;	
    -webkit-transition: background .25s ease,box-shadow .25s ease,border-color .75s ease;
    -moz-transition: background .25s ease,box-shadow .25s ease,border-color .75s ease;
    -ms-transition: background .25s ease,box-shadow .25s ease,border-color .75s ease;
    -o-transition: background .25s ease,box-shadow .25s ease,border-color .75s ease;
    transition: background .25s ease,box-shadow .25s ease,border-color .75s ease;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.input-group-btn {
	width: auto;
}

#box-search-form_search {
    padding: 6px 35px 6px 6px;
    height: 40px;
    border-color: transparent;
    border-right: 0;
    background: #eceff1;
    -webkit-box-shadow: inset 0 1px 0 0 #cfd8dc;
    -moz-box-shadow: inset 0 1px 0 0 #cfd8dc;
    box-shadow: inset 0 1px 0 0 #cfd8dc;
    border: 0;
}

.input-group-active {
    border: 1px solid #df3030!important;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-right: 0
}

#choose_provider img {
	padding-right: 5px;
}

#box-search-form_search:focus::-webkit-input-placeholder {
    color: #df3030
}

#box-search-form_search:focus::-moz-placeholder {
    color: #df3030
}

#box-search-form button {
    height: 40px!important;
    background: #df3030;
    border: 0;
    color: #fff;
    width: 40px;
    font-size: 25px;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    margin-left: 0;
    padding: 0;
}

#box-search-form button:hover {
    background: #c12727
}

.mcats li.mcats_item ul {
    border-top: 1px solid #E6E6E6;
    padding-left: 0
}

.box-search {
    border-top: 1px dashed #edefef;
    width: 100%;
    background: #f9f9f9;
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
    position: relative;
    border-left: 0;
    border-radius: 0;
    min-height: 47px
}

.main-menu {
    width: 1200px;
    margin: 0 auto
}

ul.category-menu {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: left;
    background: #fff;
    border-radius: 10px;    
}

ul.category-menu>li {
    display: block;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

ul.category-menu>li:hover {
	box-shadow: -2px 1px 2.5px rgba(0, 0, 0, .1);
}

ul.category-menu>li:hover>a {
	color: #000;
	opacity: .5;
}

ul.category-menu>li:hover ul {
    display: block;
}

ul.category-menu>li>a {
    padding: 0px 10px 0 40px;
    display: block;
    border-bottom: 0;
    height: 38px;
    line-height: 38px;
    color: #444;
    position: relative;
}

ul.category-menu>li>a i {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 20px;
}

ul.category-menu>li>a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;	
}


ul.category-menu>li>ul {
	background: #fff;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 20;
    left: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding-left: 0;
    text-align: left;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    min-width: 954px;
    top: -50px;
    min-height: 420px;
}

ul.category-menu>li>ul>li {
    float: left;
    padding: 10px
}

ul.category-menu>li>ul>li:nth-child(4n+1) {
    clear: both
}

ul.category-menu>li>ul>li>a,ul.category-menu>li>ul>li>strong {
    color: #555656;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}

ul.category-menu>li>ul>li>a:hover,ul.category-menu>li>ul>li>strong {
  color: #000;  
}

ul.category-menu>li>ul>li>ul {
    padding-left: 0px
}

ul.category-menu > li > ul > li > ul > li a {
    color: #777
}

ul.category-menu > li > ul > li > ul > li a:hover {
    color: #000;
    text-decoration: underline;
    font-family: RobotoRegular,sans-serif;    
}

ul.category-menu > li > ul > li > ul > li.show-all-third a {
    border-bottom: 1px dotted
}

.box-up-menu li ul#user-menu {
    border: 1px solid #e8e8e8
}

.box-up-menu li ul.dropdown-menu li {
    border-right: 0
}

.box-up-menu .badge {
    color: #fff!important;
    background-color: #777
}

.upload-photo {
    position: absolute;
    color: #777;
    margin-left: -30px;
    font-size: 20px;
    top: 7px;
    z-index: 9
}

.upload-photo .tooltip {
    top: -43px!important
}

#livesearch {
    display: none;
    border: 1px solid #e8e8e8;
    border-top: 0;
    position: absolute;
    left: 5px;
    background: #fcfcfc;
    top: 40px;
    z-index: 9;
    text-align: left;
    width: 400px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.sm-widget a {
    height: 205px;
    width: 288px;
    max-width: 288px;
    margin-top: 10px;
    display: block;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background-size: cover;
}

.sm-widget a:first-child {
    margin-top: 0;
}

.footer-sharing-block {
    position: relative;
    clear: both;
    margin-bottom: 10px
}

.footer-sharing-block .sharing-description {
    width: 284px;
    height: 40px;
    text-align: center;
    margin-right: 4px;
    display: inline-block
}

.svg.sharing-description:before {
    width: 150px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22123%22%20height%3D%2219%22%20viewBox%3D%220%200%20123%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3E%D0%A0%D0%B0%D1%81%D1%81%D0%BA%D0%B0%D0%B6%D0%B8%D1%82%D0%B5%20%D0%BE%20%D0%BD%D0%B0%D1%81%3C%2Ftitle%3E%3Cpath%20d%3D%22M2.355%2010.89c-1.02-.328-1.53-.62-1.53-.88%200-.146.05-.254.15-.324.1-.07.206-.106.317-.106.11%200%20.22.015.325.044.106.03.21.064.317.105.105.04.21.086.316.136.105.05.202.092.29.127l1.802-8.446c-.533.164-.926.472-1.178.923-.105.14-.243.21-.413.21-.216%200-.324-.102-.324-.307%200-.04.014-.105.044-.193.422-.803%201.134-1.3%202.135-1.494.13-.24.28-.36.453-.36s.274.09.303.272h.072c1.34%200%202.395.446%203.16%201.34.764.894%201.146%201.89%201.146%202.993%200%201.852-.47%203.338-1.415%204.457-1.02%201.218-2.455%201.828-4.306%201.828-.288%200-.59-.04-.906-.123-.133.674-.346%201.68-.636%203.023-.29%201.342-.52%202.5-.69%203.472-.03.146-.096.267-.202.36-.105.094-.205.14-.3.14-.192%200-.3-.125-.324-.377.2-1.154.453-2.436.76-3.845.308-1.41.52-2.4.637-2.975zm.94-.633c.282.076.708.114%201.28.114.57%200%201.136-.134%201.696-.403.56-.27%201.042-.633%201.447-1.09.844-.973%201.265-2.145%201.265-3.516%200-1.065-.34-1.99-1.02-2.776-.68-.785-1.605-1.178-2.776-1.178l-1.89%208.85zM10.952%2018c-.684%200-1.027-.43-1.027-1.292%200-.86.32-1.917.962-3.168.642-1.25%201.396-2.332%202.263-3.244.868-.91%201.575-1.366%202.123-1.366.55%200%20.86.24.937.72.023.147.04.302.053.466.053-.035.117-.053.193-.053.276%200%20.413.132.413.396v.07c0%20.017-.073.28-.22.79-.146.51-.313%201.36-.5%202.55-.188%201.19-.282%202.205-.282%203.05l.185.118c.07.044.157.11.262.202.106.09.16.197.16.32%200%20.124-.04.233-.116.33-.076.097-.184.145-.325.145-.286%200-.545-.146-.777-.44-.23-.292-.347-.61-.347-.95%200-.73.2-1.99.598-3.778-.498%201.043-1.143%202.048-1.934%203.015-.79.967-1.337%201.56-1.64%201.784-.3.223-.627.334-.98.334zm-.13-1.257c0%20.217.09.325.272.325.13%200%20.237-.044.325-.13%201.213-1.044%202.3-2.49%203.26-4.334.546-1.055.834-1.662.866-1.82.033-.158.05-.293.05-.404%200-.11-.03-.217-.09-.317-.058-.1-.14-.15-.245-.15-.106%200-.26.057-.466.168-.45.247-1.006.772-1.666%201.574-.66.803-1.208%201.676-1.647%202.62-.44.943-.66%201.766-.66%202.47zm8.323-1.01c0%201.066.39%201.6%201.17%201.6.385%200%20.75-.188%201.088-.563.13-.147.25-.28.362-.396.11-.117.225-.176.342-.176.235%200%20.352.103.352.308%200%20.375-.24.754-.72%201.138-.48.384-1.025.576-1.63.576-.607%200-1.067-.224-1.38-.673-.314-.448-.47-.953-.47-1.516%200-1.048.194-2.134.583-3.26.39-1.124.902-2.068%201.537-2.83.636-.76%201.31-1.142%202.018-1.142.515%200%20.855.184%201.02.554.04.1.088.227.144.382.055.155.118.253.188.294.047.076.07.17.07.277%200%20.11-.05.21-.15.303-.1.094-.21.14-.333.14-.252%200-.413-.185-.483-.557-.07-.37-.267-.557-.59-.557-.45%200-.918.343-1.4%201.028-.485.687-.892%201.52-1.223%202.497-.332.98-.497%201.837-.497%202.575zm6.1%200c0%201.066.39%201.6%201.168%201.6.388%200%20.75-.188%201.09-.563.13-.147.25-.28.36-.396.113-.117.227-.176.344-.176.234%200%20.352.103.352.308%200%20.375-.24.754-.72%201.138-.482.384-1.025.576-1.63.576-.608%200-1.068-.224-1.38-.673-.315-.448-.472-.953-.472-1.516%200-1.048.195-2.134.585-3.26.39-1.124.9-2.068%201.537-2.83.636-.76%201.308-1.142%202.017-1.142.516%200%20.856.184%201.02.554.04.1.09.227.145.382.054.155.117.253.188.294.047.076.07.17.07.277%200%20.11-.05.21-.15.303-.1.094-.21.14-.333.14-.252%200-.414-.185-.484-.557-.07-.37-.265-.557-.588-.557-.45%200-.918.343-1.402%201.028-.483.687-.89%201.52-1.22%202.497-.332.98-.498%201.837-.498%202.575zM32.8%208.876c.147%200%20.247.1.3.3%200%20.245-.024.465-.07.658-.048.193-.11.523-.19.99-.08.465-.177%201-.294%201.603%201.324-1.864%202.464-3.027%203.42-3.49.216-.105.43-.158.645-.158.215%200%20.443.154.686.462.244.307.365.567.365.778%200%20.21-.05.366-.148.465-.1.1-.21.15-.334.15-.123%200-.22-.053-.295-.158-.073-.106-.137-.22-.193-.343-.056-.123-.108-.238-.158-.343-.05-.104-.113-.157-.19-.157-.075%200-.242.073-.5.22-.258.146-.66.514-1.204%201.103-.545.588-.944%201.05-1.196%201.384.123%201.172.36%202.182.712%203.032.352.85.72%201.427%201.108%201.732.2.152.403.228.61.228.21%200%20.374-.053.497-.158.122-.106.223-.277.302-.514.08-.238.153-.368.22-.39.067-.025.136-.037.207-.037.07%200%20.15.04.24.123.09.082.137.24.137.47%200%20.232-.1.462-.3.69-.392.44-.79.66-1.195.66-1.154%200-2.05-.95-2.69-2.848-.263-.773-.436-1.447-.518-2.02-.117.192-.246.418-.386.675l-.22.405c-.24%201.277-.425%202.373-.554%203.287-.023.146-.09.266-.197.36-.11.094-.21.14-.304.14-.2%200-.31-.125-.334-.377.146-.81.354-2.02.623-3.63.27-1.61.47-2.714.598-3.31.13-.594.22-1.11.273-1.55.036-.118.104-.22.207-.304.103-.085.21-.127.32-.127zM39.48%2018c-.685%200-1.028-.43-1.028-1.292%200-.86.32-1.917.963-3.168.64-1.25%201.396-2.332%202.263-3.244.867-.91%201.574-1.366%202.122-1.366.548%200%20.86.24.936.72.024.147.04.302.053.466.052-.035.116-.053.192-.053.276%200%20.414.132.414.396v.07c0%20.017-.074.28-.22.79-.147.51-.314%201.36-.5%202.55-.19%201.19-.282%202.205-.282%203.05l.184.118c.07.044.158.11.264.202.105.09.158.197.158.32%200%20.124-.038.233-.114.33-.076.097-.185.145-.325.145-.287%200-.546-.146-.777-.44-.232-.292-.347-.61-.347-.95%200-.73.2-1.99.597-3.778-.498%201.043-1.142%202.048-1.933%203.015-.79.967-1.338%201.56-1.64%201.784-.3.223-.628.334-.98.334zm-.13-1.257c0%20.217.09.325.27.325.13%200%20.238-.044.326-.13%201.213-1.044%202.3-2.49%203.26-4.334.546-1.055.835-1.662.867-1.82.032-.158.048-.293.048-.404%200-.11-.028-.217-.087-.317-.058-.1-.14-.15-.246-.15-.105%200-.26.057-.466.168-.45.247-1.005.772-1.664%201.574-.66.803-1.21%201.676-1.648%202.62-.44.943-.66%201.766-.66%202.47zm13.305-3.463c-.17.264-.29.47-.36.616v.017c-.018.13-.065.232-.14.308-.247%201.22-.458%202.37-.634%203.455-.028.146-.095.266-.2.36-.106.094-.206.14-.3.14-.193%200-.3-.125-.325-.377l.668-3.683c-.04-.064-.074-.132-.1-.202l-.084-.21c-.265.38-.517.764-.757%201.15-.24.387-.49.765-.747%201.134-.604.862-1.23%201.52-1.88%201.978-.247.18-.496.272-.748.272-.457%200-.845-.21-1.165-.633-.32-.42-.48-.873-.48-1.353.036-.116.105-.217.208-.302.103-.085.202-.128.295-.128.094%200%20.166.043.216.128.05.085.12.297.207.637.135.51.387.765.756.765.598%200%201.274-.58%202.03-1.74.217-.323.54-.837.97-1.543.432-.706.7-1.112.806-1.217-.113-.37-.224-.747-.335-1.134-.422-1.424-.903-2.136-1.442-2.136-.404%200-.753.196-1.046.59-.04.058-.12.087-.237.087-.217%200-.325-.1-.325-.3%200-.304.193-.573.58-.808.387-.235.744-.352%201.072-.352.656%200%201.114.313%201.37.94.13.323.312.857.546%201.604.235.747.402%201.262.5%201.543.27-1.424.454-2.328.55-2.712.097-.383.16-.7.19-.953.035-.117.104-.22.206-.308s.21-.132.32-.132c.14%200%20.24.103.3.308%200%20.246-.036.48-.107.703-.07.224-.154.61-.25%201.16-.097.552-.18.994-.25%201.328.948-1.277%201.845-2.23%202.69-2.856.485-.363.873-.545%201.163-.545.29%200%20.56.15.81.453.248.3.372.56.372.773%200%20.214-.048.372-.145.475-.096.102-.206.153-.33.153-.122%200-.22-.05-.294-.157-.074-.105-.138-.22-.194-.347-.056-.126-.108-.242-.158-.347-.05-.107-.113-.16-.19-.16-.075%200-.222.06-.44.18-.215.12-.617.48-1.203%201.082-.586.6-1.005%201.05-1.257%201.35.024%201.112.197%202.17.52%203.172.24.72.567%201.242.983%201.564.212.164.44.246.687.246.492%200%201.01-.354%201.556-1.063.117-.093.237-.14.36-.14.217%200%20.325.097.325.29%200%20.317-.252.69-.756%201.117-.504.427-.958.64-1.362.64-.697%200-1.277-.32-1.74-.966-.616-.854-1.04-2.158-1.275-3.91zm12.12-4.315c.2%200%20.3.104.3.312%200%20.208-.097.633-.29%201.274-.194.643-.32%201.088-.374%201.337-.055.25-.12.566-.193.95-.073.383-.145.774-.215%201.173l-.224%201.274c-.08.45-.174.955-.286%201.512%200%20.217.037.37.11.46.073.092.127.158.163.2.035.04.052.12.052.24s-.068.232-.206.335c-.137.103-.28.155-.425.155-.147%200-.29-.113-.43-.34-.142-.224-.212-.416-.212-.574v-.307c0-.3.104-.845.312-1.64l.453-1.722c.093-.353.172-.686.237-.996-.147.298-.305.643-.475%201.032-.17.39-.422.942-.756%201.657-.89%201.898-1.84%202.848-2.847%202.848-.61%200-1.02-.33-1.23-.993-.06-.193-.09-.458-.09-.795s.037-.738.107-1.204c.07-.466.16-.926.268-1.38.108-.454.227-.898.356-1.33.13-.435.287-.97.475-1.605.187-.636.29-1.127.307-1.473.035-.117.104-.218.207-.303.102-.085.21-.127.325-.127.114%200%20.212.155.294.466%200%20.404-.09.908-.272%201.51-.182.605-.337%201.106-.466%201.504-.492%201.524-.738%202.865-.738%204.026%200%20.357.14.61.422.755.1.048.228.072.386.072.334%200%20.736-.337%201.204-1.01.47-.675.925-1.488%201.367-2.44.442-.952.783-1.77%201.023-2.457.24-.685.42-1.16.536-1.423.298-.645.573-.967.825-.967zm2.505%209.307c-.205%200-.307-.12-.307-.36%200-.13.04-.243.123-.343.105-.264.216-.654.334-1.17.117-.515.208-.893.272-1.133.065-.24.126-.545.185-.914l.193-1.16c.182-1.06.334-1.782.457-2.163.258-.767.557-1.15.897-1.15.123%200%20.22.078.29.236l.237.615c0%20.26-.087.45-.263.573-.058.035-.124.052-.197.052-.074%200-.137-.035-.19-.105-.28%201.084-.45%201.828-.51%202.232-.134.932-.238%201.533-.31%201.802-.074.27-.176.656-.304%201.16-.317%201.22-.62%201.828-.906%201.828zm2.532-8.86c-1.213%200-2.32.168-3.323.502-.03.012-.056.018-.08.018h-.07c-.147%200-.27-.043-.37-.128-.1-.085-.15-.173-.15-.263%200-.09.042-.162.124-.215%201.002-.433%202.262-.65%203.78-.65.603%200%201.136.028%201.6.083.462.056.818.096%201.067.12.25.022.4.066.45.13.05.065.074.147.074.247s-.056.202-.167.307c-.11.106-.268.16-.47.16-.202%200-.542-.053-1.02-.155-.477-.103-.96-.154-1.445-.154zm6.503%207.11c.206%200%20.308.11.308.327%200%20.25-.308.535-.923.85-.615.318-1.128.476-1.538.476-.41%200-.718-.068-.923-.202-.206-.135-.373-.323-.502-.563-.252-.468-.378-1.033-.378-1.695%200-1.172.176-2.277.528-3.314.35-1.036.82-1.896%201.406-2.578.586-.683%201.22-1.024%201.898-1.024.364%200%20.65.15.857.452.207.302.31.658.31%201.068%200%20.768-.2%201.418-.6%201.952-.402.533-.896.97-1.482%201.31-.586.34-1.26.66-2.02.966l-.036%201.292c0%201.008.304%201.512.914%201.512.328%200%20.672-.096%201.032-.286l.778-.413c.158-.084.282-.127.37-.127zm.22-6.168c0-.47-.196-.704-.59-.704-.35%200-.763.317-1.238.95-.475.632-.867%201.467-1.178%202.504-.077.252-.12.443-.133.572.235-.13.475-.252.72-.37.247-.117.487-.24.722-.368.538-.3.955-.65%201.25-1.05.297-.402.445-.913.445-1.534zm13.193-1.442c1.107%200%201.66.838%201.66%202.514%200%201.306-.36%202.71-1.08%204.21-.487%201.008-1.073%201.734-1.758%202.18-.352.228-.715.342-1.09.342-.662%200-1.137-.263-1.424-.79-.287-.528-.43-1.097-.43-1.706%200-1.09.183-2.147.55-3.173.365-1.026.863-1.88%201.493-2.558.63-.68%201.322-1.02%202.078-1.02zm-2.356%202.91c-.633%201.265-.95%202.5-.95%203.708%200%20.838.232%201.4.695%201.688.14.088.302.132.484.132.376%200%20.795-.326%201.257-.976.463-.65.853-1.452%201.17-2.404.316-.952.474-1.77.474-2.452%200-.683-.04-1.115-.118-1.296-.08-.182-.17-.308-.272-.378-.103-.07-.273-.106-.51-.106s-.496.094-.778.282c-.545.35-1.028.952-1.45%201.8zm19.1%205.74c0%20.426-.236.64-.704.64-.352%200-.61-.092-.778-.277-.167-.184-.25-.417-.25-.698%200-.282.074-.8.223-1.552.15-.753.292-1.478.427-2.175-.89.662-1.7.993-2.426.993-.54%200-.955-.146-1.248-.44-.04.206-.082.45-.123.73-.04.28-.1.68-.176%201.196-.223%201.428-.548%202.143-.976%202.143-.192%200-.3-.126-.324-.378.13-1.078.42-2.647.875-4.706.455-2.06.732-3.28.83-3.662.042-.117.113-.218.212-.303.1-.085.205-.128.317-.128.15%200%20.254.103.306.308-.01.28-.12.905-.325%201.872-.204.967-.336%201.655-.394%202.065.275.3.69.45%201.243.45.553%200%201.158-.277%201.814-.828.205-.175.396-.366.57-.57.095-.405.186-.805.274-1.2.088-.396.184-.75.29-1.064.105-.313.227-.567.365-.76.137-.194.306-.29.505-.29.2%200%20.3.114.3.342v.088c-.67%202.29-1.085%203.938-1.25%204.94-.163%201.002-.263%201.687-.298%202.056-.035.37-.06.59-.07.664-.012.073-.018.147-.018.22%200%20.073.025.11.075.11.05%200%20.096-.018.14-.053.044-.035.14-.053.286-.053.205%200%20.308.106.308.317zm2.846.438c-.685%200-1.028-.43-1.028-1.292%200-.86.32-1.917.962-3.168.642-1.25%201.396-2.332%202.264-3.244.867-.91%201.574-1.366%202.122-1.366.548%200%20.86.24.936.72.024.147.04.302.053.466.053-.035.117-.053.193-.053.276%200%20.413.132.413.396v.07c0%20.017-.073.28-.22.79-.146.51-.313%201.36-.5%202.55-.188%201.19-.282%202.205-.282%203.05l.186.118c.07.044.158.11.264.202.105.09.158.197.158.32%200%20.124-.038.233-.114.33-.077.097-.185.145-.326.145-.287%200-.546-.146-.777-.44-.23-.292-.347-.61-.347-.95%200-.73.2-1.99.598-3.778-.497%201.043-1.14%202.048-1.933%203.015-.79.967-1.337%201.56-1.64%201.784-.3.223-.627.334-.98.334zm-.13-1.257c0%20.217.09.325.27.325.13%200%20.238-.044.326-.13%201.213-1.044%202.3-2.49%203.26-4.334.546-1.055.834-1.662.867-1.82.033-.158.05-.293.05-.404%200-.11-.03-.217-.09-.317-.058-.1-.14-.15-.245-.15-.105%200-.26.057-.466.168-.452.247-1.007.772-1.666%201.574-.66.803-1.21%201.676-1.648%202.62-.44.943-.66%201.766-.66%202.47zm8.322-1.01c0%201.066.39%201.6%201.17%201.6.385%200%20.75-.188%201.09-.563.127-.147.248-.28.36-.396.11-.117.224-.176.342-.176.234%200%20.35.103.35.308%200%20.375-.24.754-.72%201.138-.48.384-1.023.576-1.63.576-.606%200-1.066-.224-1.38-.673-.313-.448-.47-.953-.47-1.516%200-1.048.195-2.134.585-3.26.39-1.124.902-2.068%201.538-2.83.635-.76%201.308-1.142%202.017-1.142.515%200%20.855.184%201.02.554.04.1.09.227.144.382.056.155.12.253.19.294.046.076.07.17.07.277%200%20.11-.05.21-.15.303-.1.094-.21.14-.334.14-.252%200-.413-.185-.483-.557-.072-.37-.268-.557-.59-.557-.45%200-.92.343-1.402%201.028-.483.687-.89%201.52-1.222%202.497-.33.98-.496%201.837-.496%202.575z%22%20fill%3D%22%23243238%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    margin: 0 auto
}

.footer-sharing-block .sharing-description:after {
    content: '';
    display: block;
    position: relative;
    top: -14px;
    left: 55%;
    width: 105px;
    height: 20px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22106%22%20height%3D%2217%22%20viewBox%3D%220%200%20106%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EArrow%3C%2Ftitle%3E%3Cpath%20d%3D%22M96.61%208.187c-2.41%201.637-3.574%203.146-12.33%205.005-3.423.726-9.374%202.292-29.69%201.58-20.318-.713-30.814-3.64-35.444-4.88C13.283%208.322%207.94%205.905%204.44%202.984c-6.936-5.79-4.49-1.844-1.11.896%207.59%206.15%2025.002%2010.408%2045.148%2011.757%2026.405%201.77%2040.724-1.085%2047.957-4.662%201.11-.55%202.29-1.558%202.237-.02-.067.697-1.423%205.327-.228%205.272%201.262-.06%202.633-4.395%204.19-7.31%201.43-2.676%203.062-4.464%202.756-5.037-.316-.59-3.208.944-6.215%201.132-3.077.192-6.217-.414-6.693%200-1.805%201.573%203.953%201.508%204.127%203.175z%22%20fill%3D%22%2390CAF9%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat
}

.svg:not(html):before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-size: contain
}

.text-pages-nav {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.text-pages-nav>li>a {
    border-radius: 0!important;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #888
}

.nav.text-pages-nav>li>a:hover,.nav.text-pages-nav>li>a:focus,.nav.text-pages-nav>li>a.active {
    background-color: #f3f3f3;
    color: #9d9d9d
}

.nav-stacked>li+li {
    margin-top: 0px;
    margin-left: 0
}

.tabs-content .userform {
    padding: 20px 10px;
    padding-top: 0
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinges {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slow {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s
}

.animated.snail {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px)
    }
}

@-moz-keyframes shake {
    0%,100% {
        -moz-transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -moz-transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -moz-transform: translateX(10px)
    }
}

@-o-keyframes shake {
    0%,100% {
        -o-transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -o-transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -o-transform: translateX(10px)
    }
}

@keyframes shake {
    0%,100% {
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}

.login .modal-dialog {
    width: 350px
}

.login .modal-footer {
    border-top: 0;
    margin-top: 0px;
    padding: 10px 20px 20px
}

.login .modal-header {
    border: 0 none;
    padding: 15px 15px 15px
}

.login .modal-body {
    max-height: 450px
}

.login .division {
    float: none;
    margin: 0 auto 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}

.login .division .line {
    border-top: 1px solid #DFDFDF;
    position: absolute;
    top: 10px;
    width: 34%
}

.login .division .line.l {
    left: 0
}

.login .division .line.r {
    right: 0
}

.login .division span {
    color: #424242;
    font-size: 17px
}

.login .box .social {
    float: none;
    margin: 0 auto 30px;
    text-align: center
}

.login .social .circle {
    background-color: #EEE;
    color: #FFF;
    border-radius: 100px;
    display: inline-block;
    margin: 0 5px;
    padding: 15px
}

.login .social .circle .fa {
    font-size: 16px
}

.login .social .facebook {
    background-color: #455CA8;
    color: #FFF
}

.login .social .google {
    background-color: #F74933
}

.login .social .vk {
    background-color: #507299
}

.login .social .ok {
    background-color: #ee8208
}

.login .social .twitter {
    background-color: #61aadb
}

.login .facebook:hover {
    background-color: #6E83CD
}

.login .social .vk:hover {
    background-color: rgba(80, 114, 153, 0.80)
}

.login .social .ok:hover {
    background-color: rgba(238, 130, 8, 0.80)
}

.login .social .twitter:hover {
    background-color: rgba(97, 170, 219, 0.8)
}

.login .google:hover {
    background-color: #FF7566
}

.login .forgot {
    color: #797979;
    margin-left: 0;
    overflow: hidden;
    text-align: center;
    width: 100%
}

.login .btn-login, .registerBox .btn-register {
    background-color: #7AA63F;
    border-color: #7AA63F;
    border-width: 1;
    color: #FFF;
    display: block;
    margin: 0 auto;
    padding: 15px 50px;
    text-transform: uppercase;
    width: 100%
}

.login .btn-login:hover, .registerBox .btn-register:hover {
    background-color: #8CC63F;
    color: #FFF;
    border-color: #7AA63F;
    
}

.login .form-control {
    border-radius: 3px;
    background-color: rgb(250, 255, 189);
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.09) inset;
    color: #FFF
}

.login .form-control:hover {
    background-color: yellow
}

.login .form-control:focus {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04) inset;
    background-color: white;
    color: #FFF
}

.login .box .form input[type="text"], .login .box .form input[type="password"] {
    border-radius: 3px;
    border: none;
    color: #333;
    font-size: 16px;
    height: 46px;
    margin-bottom: 5px;
    padding: 13px 12px;
    width: 100%;
    cursor: text;
}

@media (max-width: 400px) {
    .login .modal-dialog {
        width:100%
    }
}

.search-content_filters-features {
    background-color: #f9f9f9;
    border: solid 1px #e8e8e8;
    padding: 5px;
    margin-bottom: 17px;
    font-size: 12px;
    margin-top: 10px;
    border-radius: 3px
}

#overlay-no-preloader {
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 1;
    display: none;
    background-color: rgba(0,0,0,0.74);
    color: #fff
}

.message {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-size: 16px;
    position: relative;
    top: 40px
}

.search-content_filters-features .input-cost {
    padding: 3px;
    width: 65px;
    border-radius: 3px;
    border-color: #e8e8e8
}

.search-content_filters-features .input-cost:hover, .search-content_filters-features .input-cost:focus {
    border-color: #999
}

.search-content_filters-features input, .search-content_filters-features select, .search-content_filters-features button, .search-content_filters-features a {
    padding: 3px;
    border-radius: 3px;
    height: 25px
}

.btn-provider-active:hover:after {
    border-color: #fff;
    border-left-color: #8CC63F
}

.btn-provider-active.btn-success:hover {
    background-color: #8CC63F!important;
    color: #fff
}

#searchCategoriesList {
    background: #fcfcfc;
    padding: 0
}

#searchCategoriesList li a {
    display: block;
    padding: 5px 10px;
    color: #666
}

#searchCategoriesList li:hover {
    background: #eee
}

.cat-item {
}

#searchContentItems ul.item-list li {
    padding: 0 8px;
    width: 225px
}

.product-item .item-list_img-wrap img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 210px;
    height: 210px;
    max-width: 210px;
    max-height: 210px
}

#searchContentItems .item-list .product-item:hover {
    border: 1px solid #e8e8e8;
    padding: 0px;
    margin: 0px;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 10px #e8e8e8;
    -webkit-box-shadow: 0 0 10px #e8e8e8;
    -moz-box-shadow: 0 0 10px #e8e8e8
}

.more-info div {
    padding: 5px;
    margin: -1px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: none
}

#searchContentItems .item-list .product-item {
    display: block;
    position: relative;
    border: 1px solid #e8e8e8;
    -webkit-transition: all, 0.3s, ease, 0s;
    -moz-transition: all, 0.3s, ease, 0s;
    -o-transition: all, 0.3s, ease, 0s;
    transition: all 0.3s ease 0s;
    height: 236px;
    width: 212px
}

#searchContentItems .item-list .product a,#searchContentItems {
    padding: 0px
}

.product-item-list.product-item {
    height: 210px
}

.item-list-list .product-item-list .item-list_img-wrap {
    width: 210px;
    float: left;
    height: 210px;
    border: 1px solid #c5cbcb
}

.item-list-list .product-item-list .product-item-list_info {
    margin-left: 260px;
    height: 210px
}

.brands-section .item-list_img-wrap {
    text-align: center;
}

.bigtitle h1 {
    font-family: roboto,sans-serif;
    font-size: 24px
}

.item-list-list .product-item-list .item-list_img-wrap .main-photo {
    width: 210px
}

.img-s-cats {
    position: relative;
    margin-left: 0;
    top: 0;
    z-index: inherit;
    overflow: inherit!important;
    font-size: 18px
}

.btabs .bgr {
    background-color: #f2f2f2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 42px;
    border-top: 1px solid #E6E6E6
}

.tabs>li:not(.active)>a:hover {
    border-radius: 0;
    background-color: #e8e8e8;
    color: #4d4d4d
}

.tabs>li:not(.active)>a:hover>span {
    color: #4d4d4d
}

.tabs>li.active>a,.tabs>li.active>a:hover,.tabs>li.active>a:focus {
    border-radius: 0
}

.tabs li.active:before {
    content: '';
    box-shadow: inset 0px 3px 0px 0px #df3030;
    position: absolute;
    width: 100%;
    height: 2px;
    top: -2px
}

ul.tabs li.active a, ul.tabs li.active a span {
    background-color: transparent;
    border-top-color: #fff
}

.tabs {
    border-bottom: 0
}

.blog-section h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.1em;
    text-align: left;
    font-size: 16px;
    margin: 5px 0;
    color: #555656
}

.item.closed .innerlist {
    display: block;
    max-height: 200px;
    overflow-y: auto;
    margin-left: 10px;
    padding-left: 0
}

#supportTrigger {
    z-index: 1900!important
}

.sale-menu {
    margin-top: 10px;
    border: 1px solid #edefef;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.sale-menu ul {
    margin-bottom: 0
}

.sale-menu ul li {
    width: 100%;
    display: block;
    position: relative;
}

.sale-menu ul li a {
    padding: 0px 15px;
    display: block;
    border-bottom: 1px dashed #edefef;
    height: 38px;
    line-height: 37px;
    color: #444
}

.sale-menu ul li:last-child a {
    border-bottom: 0
}

.sale-menu ul li:first-child a {
    background: #edefef;
    text-align: center;
    font-size: 20px;
    line-height: 36px
}

.sale-menu ul li a:hover {
    background: #f9f9f9
}

.sale-menu ul li:first-child a i {
    color: orangered
}

.sale-menu ul li ul {
    position: absolute;
    display: none;
}

.sale-menu ul li:hover ul {
    display: block;
    left: 100%;
    top: -1px;
    z-index: 1;
    padding: 0;
    background: #fff;
    width: 100%;
    font-size: 14px;
    border: 1px solid #edefef;
}

.sale-menu ul li ul a {
    font-size: 14px!important;
    line-height: 37px!important;
    text-align: left!important;
    background: #fff!important;
    display: inline-table;
    width: 100%;
}

.sale-menu ul li ul a:hover {
    background: #f9f9f9!important;
}

.lines {
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    padding-left: 30px;
}

.lines li {
    position: relative;
    margin-right: 20px;        
}

.lines li:after {
    content: '';
    position: absolute;
    font-weight: normal;
    width: 1px;
    overflow: hidden;
    border-right: 1px solid #cccccc;
    height: 15px;
    right: -10px;
    top: 3px;
}

.lines li:last-child:after {
    display: none;
}

.lines li a {
    font-weight: bold;
}

.add_to_note.disabled {
    background: transparent!important;
    color: #888!important;
    border: 0!important
}

.toast-container {
    width: 280px;
    z-index: 9999
}

* html .toast-container {
    position: absolute
}

.toast-position-top-left {
    position: fixed;
    left: 20px;
    top: 20px
}

.toast-position-top-center {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -140px
}

.toast-position-top-right {
    position: fixed;
    top: 20px;
    right: 20px
}

.toast-position-middle-left {
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -40px
}

.toast-position-middle-center {
    position: fixed;
    left: 50%;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%
}

.toast-position-middle-right {
    position: fixed;
    right: 20px;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%
}

.toast-item {
    height: auto;
    min-height: 77px;
    background: #fff;
    opacity: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #000;
    padding-top: 10px!important;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 6px;
    font-family: lucida Grande;
    font-size: 14px;
    border: 1px solid #CFCFCF;
    display: block;
    position: relative;
    margin: 0 0 12px 0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset
}

.toast-item-image {
    width: 32px;
    height: 32px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    float: left
}

.toast-item-close {
    background: transparent;
    text-align: center;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px
}

.toast-item p {
    text-align: left;
    margin-left: 50px;
    margin: 12px 0 10px;
    font-size: 12px;
    font-family: roboto,sans-serif
}

.toast-item-close:hover {
    color: #DF2827
}

.toast-item-close:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00d"
}

.toast-item-image-success {
    background: transparent
}

.toast-item-image-success:before {
    font: normal normal normal 36px/1 FontAwesome;
    content: "\f058";
    color: #99D200
}

.toast-item-image-notice {
    background: transparent
}

.toast-item-image-notice:before {
    font: normal normal normal 36px/1 FontAwesome;
    content: "\f071";
    color: #03A9F4
}

.toast-item-image-warning {
    background: transparent
}

.toast-item-image-warning:before {
    font: normal normal normal 36px/1 FontAwesome;
    content: "\f06a";
    color: #c30
}

.toast-item-image-error {
    background: transparent
}

.toast-item-image-error:before {
    font: normal normal normal 36px/1 FontAwesome;
    content: "\f06a";
    color: #c30
}

.upload-photo.img-s-cats .tooltip {
    top: -60px!important
}

ul.tabs li.active a {
    height: 41px;
}

ul.tabs li {
    float: left;
    display: inline;
    margin-bottom: 0;
}

ul.tabs li a {
    position: relative;
    height: 40px;
    margin: 0;
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 14px;
}

/*навигация*/
.navi {
    margin-bottom: 30px;
    text-align: center;
}

.navi:before {
    clear: both;
    content: "";
    display: block;
    height: 10px;
}

.navi a.active {
    text-decoration: none;
    background: #df3030;
    border: 1px solid #a72323;
    border-radius: 3px;
    color: #fff;
}

.navi a {
    color: #343434;
    display: inline-block;
    margin-right: 0;
    padding: 5px 10px;
    position: relative;
    font-size: 16px;
    background: #f3f3f3;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.navi a:hover {
    background: #df3030;
    border: 1px solid #df3030;
    color: #fff;
    text-decoration: none;
}

span.tochki {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.pagewr {
    display: inline-block;
    margin: 6px 0 0 50px;
    font-size: 13px;
}

input#pagenum {
    border: 1px solid #9c9ca0;
    padding: 5px;
    text-align: center;
    width: 38px;
    box-sizing: border-box;
    font-size: 13px;
    margin-left: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0 ;
}

input.onpage {
    background: #F3F3F3;
    border: 1px solid #e8e8e8;
    color: #343434;
    font: 14px/30px Arial;
    padding: 0px 13px 0px;
    cursor: pointer;
    font-size: 14px;
    margin-left: -4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.navi a.active:hover {
    text-decoration: none;
}

.sort_by_price {
    display: inline-block;
}

.sort_by_price input[type=text] {
    background: #fff;
    border: 1px solid #dcdcdc;
    line-height: 24px;
    height: 24px;
    padding: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left: 5px;
    width: 51px;
    margin-right: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.sort_by_price input[type=text]:hover,
.sort_by_price input[type=text]:focus {
    border: 1px solid #9E9E9E;
}

.sort_by_price input[type=submit] {
    background: transparent;
    border: 0;
    line-height: 30px;
    padding: 0px 5px;
    margin-left: 5px;
    cursor: pointer;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.sort_by_price input[type=reset] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0px 5px;
}

.payment_systems_div {
border:1px solid #e5e5e5;
border-radius:4px;
margin-bottom:30px
}

.payment_systems {
border:0
}

.payment_systems thead tr th {
background:#e5e5e5;
color:#555;
font-size:16px;
padding:8px 15px
}

.payment_systems tr {
border-bottom:1px dashed #ccc
}

.payment_systems tr:last-child {
border-bottom:0
}

.payment_systems tr td {
padding:10px;
vertical-align:middle
}

.payment_systems tr td:first-child {
width:20%
}

.payment_systems tr td img {
max-width:200px;
vertical-align:middle
}

.payment_systems tr td button.btn-success {
margin-right:3px
}

.pay-modal {
    text-align: left;
    font-size: 16px;
}

.pay-modal a {
    color: #428bca;
    text-decoration: underline;
}

.pay-modal .alert-danger {
    background-color: #f2dede;
    border-radius: 3px;
    border: 1px solid #a94442;
    color: #a94442;
}

.pay-modal .btn-success {
    display: block;
    margin: 0 auto;
}

.box-up-menu_username {
    display: block!important;
}

.box-up-menu .box-up-menu_username a {
    display: inline-block;
    width: auto
}

.box-up-menu_username a[data-target="#modal-login"]:after {
    content: '/';
    color: #555656;
}

#new-order-create .accordion-heading .accordion-toggle {
    background: #e5e5e5;
    text-decoration: none;
}

#new-order-create .done .icon-check {
    display: inline-block;
    background-color: #7AA63F;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
}

#new-order-create .actions-panel {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    text-align: right;
}
#new-order-create #address_form label {
    display: block;
}
.accordion-inner #address-form #profile {
    overflow: hidden;
}
#new-order-create #address_form input, #new-order-create #address_form select {
    border-radius: 5px;
}
#orderinfo .btn-danger, #orderinfo .notepad .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

#orderinfo .btn-danger:hover, #orderinfo .notepad .btn-danger:hover {
    background-color: #ff0400;
    color: #fff;
    border-color: #d43f3a;
}

#orderinfo .btn-info {
    color: #fff;
    background-color: #df3030;
    border-color: #df3030
}

#orderinfo .btn-info:hover {
    background-color: #c12727;
    border-color: #df3030;
    color: #fff!important;
}

#orderinfo .btn-success {
    background-color: #7AA63F;
    border-color: #7AA63F;
    color: #fff!important;
}

#orderinfo .btn-success:hover {
    background-color: #8CC63F;
    color: #fff!important;
}

#orderinfo .accordion-heading .accordion-toggle {
    text-decoration: none;
    background: #e5e5e5;
}

.modal-social li {
    margin-right: 10px;
}

.autocomplete-request {
    padding: 5px 10px;
    cursor: pointer;
}
.autocomplete-title {
    font-size: 14px;
    display: block;
}
.autocomplete-parent {
    font-size: 11px;
    color: #ababab;
    display: block;
}
.autocomplete-request:hover {
    background: #eee;
}

mark, .mark {
    padding: 0;
    background-color: transparent;
    font-weight: normal;
    font-family: roboto,sans-serif;
}

.edk {
    margin-top: 5px;
    display: block;
    color: #ccc!important;    
}

#cbh.cbh .cbh-wrapper .cbh-catch {
    right: -50px!important;
}


#search-cate {
    display: none;
	position: relative;
    z-index: 9;
    /* background: #fff; */
    /* height: 37px; */
    /* line-height: 37px; */
    /* padding: 0 10px; */
    /* top: 2px; */
    /* left: 2px;*/
}

#choose_provider > ul > li > span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 5px;	
}

#search-cate .dropdown-menu {
    font-weight: normal;
}

#photo-search {
	top: 11px;
    right: 50px;
}

#search-cate .dropdown-menu li {
    padding: 10px;
    border-bottom: 0;	
    cursor: pointer
}

#search-cate .dropdown-menu li[data-alias = 'p2'],
#search-cate .dropdown-menu li[data-alias = 'p3'],
#search-cate .dropdown-menu li[data-alias = 'p4'] {
	display: none;
}

#search-cate .dropdown-menu li:hover {
    background: #eceff1;	
}

#search-cate ul {
	margin-bottom: 0
}

#choose_provider {
	display: block;
    min-width: 88px;	
}

.soc-widget span {
    text-align: center;
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 30px;
    display: block;
    color: #555656;
}

.addn_zakazotztable table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E8E8E8
}

.addn_zakazotztable table tr th {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: center;
    padding: 5px 10px 3px 10px;
    border-bottom: 3px solid #E8E8E8
}

.addn_zakazotztable table thead {
    background: #F0F0F0
}

.addn_zakazotztable table tr td {
    font-size: 12px;
    font-weight: normal;
    color: #4f4f50;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #E8E8E8;
    vertical-align: middle
}

.addn_zakazotztable table tr td i {
    color: #8CC63F
}

.addn_zakazotztable table tr:last-child td {
    border-bottom: none
}

.addn_zakazotztable table tr td a {
    color: #499ec8;
    text-decoration: underline
}

.addn_zakazotztable table tr td a:hover {
    color: #b40901
}

.addn_zakazotztable .but_rew_class {
    position: relative;
    vertical-align: top;
    padding: 3px;
    font-size: 12px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #8CC63F;
    border: 0;
    border-bottom: 2px solid #579603;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #579603;
    box-shadow: inset 0 -2px #579603;
    text-decoration: none;
    display: block
}

.addn_zakazotztable .but_rew_class:hover {
    color: white
}

.addn_zakazotztable .but_rew_class:active {
}

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

.addn_modal .addn_closeshadow {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1010
}

.addn_modal .addn_modalform1 {
    display: none;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -250px;
    z-index: 1020;
    background-color: #fff;
    border-radius: 5px;
    width: 460px;
    padding: 20px 15px 20px 15px;
    border: 2px solid #c0c0c0
}

.addn_modal .addn_modalform1 .addn_ordernum {
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #161616;
    margin-bottom: 18px
}

.addn_modal .addn_modalform1 .addn_line {
    display: block;
    height: 2px;
    background-color: #f8f8f8;
    margin-bottom: 10px
}

.addn_modal .addn_modalform1 .addn_closemodal {
    display: block;
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 16px;
    color: #666
}

.addn_modal .addn_modalform1 .addn_closemodal:hover {
    color: #41b4ed
}

.addn_modal .addn_modalform1 .addn_formblock .addn_starp {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    color: #161616
}

.addn_modal .addn_modalform1 .addn_formblock .addn_starp a i, .addn_modal .addn_modalform1 .addn_formblock .addn_starp span i {
    font-size: 14px;
    padding-right: 3px
}

.addn_modal .addn_modalform1 .addn_formblock .addn_starp span {
    display: block;
    width: 200px;
    height: auto;
    float: left
}

.addn_modal .addn_modalform1 .addn_formblock .addn_textotz {
    padding-top: 10px
}

.addn_modal .addn_modalform1 .addn_formblock .addn_textotz textarea {
    border-radius: 3px;
    height: 84px;
    font-size: 13px;
    color: #161616;
    border: 1px solid #a1a1a1;
    text-shadow: 0px 0px 3px #e8e8e8
}

.addn_modal .addn_modalform1 .addn_formblock .addn_textotz label {
    font-size: 14px;
    color: #161616;
    display: block;
    margin-bottom: 7px
}

.addn_modal .addn_modalform1 .addn_formblock #addn_saveotz {
    display: block;
    width: 161px;
    height: 25px;
    padding-top: 6px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border: 1px solid #a9def9;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    background: #48b8f1;
    background: -moz-linear-gradient(top, #48b8f1 0%, #1582ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #48b8f1), color-stop(100%, #1582ba));
    background: -webkit-linear-gradient(top, #48b8f1 0%, #1582ba 100%);
    background: -o-linear-gradient(top, #48b8f1 0%, #1582ba 100%);
    background: -ms-linear-gradient(top, #48b8f1 0%, #1582ba 100%);
    background: linear-gradient(to bottom, #48b8f1 0%, #1582ba 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#48b8f1', endColorstr='#1582ba', GradientType=0);
    margin-top: 10px
}

.addn_modal .addn_modalform1 .addn_formblock #addn_saveotz:hover {
    background: #1582ba;
    background: -moz-linear-gradient(top, #1582ba 0%, #156db5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1582ba), color-stop(100%, #156db5));
    background: -webkit-linear-gradient(top, #1582ba 0%, #156db5 100%);
    background: -o-linear-gradient(top, #1582ba 0%, #156db5 100%);
    background: -ms-linear-gradient(top, #1582ba 0%, #156db5 100%);
    background: linear-gradient(to bottom, #1582ba 0%, #156db5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1582ba', endColorstr='#156db5', GradientType=0)
}

.addn_modal .addn_modalform1 .addn_formblock .addn_starp .addn_starslink {
    display: block;
    float: left;
    width: 126px;
    height: auto;
    color: #c4c4c4;
    outline: none;
    border: none
}

.addn_modal .addn_modalform1 .addn_formblock .addn_starp .addn_starslink:hover {
    text-decoration: none
}

.addn_modal .addn_modalform1 .addn_formblock .addn_starp a:hover {
    color: #c4c4c4
}

.addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_11 > i[data-linkhover="1"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_11:hover > i[data-linkhover="1"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_11"] > i[data-linkhover="1"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_11"]:hover>i[data-linkhover="1"] {
    color: #ffd700
}

.addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_12 > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_12:hover > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_12"] > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_12"]:hover>i[data-linkhover="2"] {
    color: #ffd700
}

.addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_13 > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_13:hover > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_13"] > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_13"]:hover > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_13 > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_13:hover > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_13"] > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_13"]:hover>i[data-linkhover="3"] {
    color: #ffd700
}

.addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_14 > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_14:hover > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_14"] > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_14"]:hover > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_14 > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_14:hover > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_14"] > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_14"]:hover > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_14 > i[data-linkhover="4"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_14:hover > i[data-linkhover="4"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_14"] > i[data-linkhover="4"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_14"]:hover>i[data-linkhover="4"] {
    color: #ffd700
}

.addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_15 > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_15:hover > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_15"] > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_15"]:hover > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_15 > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_15:hover > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_15"] > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_15"]:hover > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_15 > i[data-linkhover="4"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_15:hover > i[data-linkhover="4"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_15"] > i[data-linkhover="4"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_15"]:hover > i[data-linkhover="4"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_15 > i[data-linkhover="5"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_15:hover > i[data-linkhover="5"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_15"] > i[data-linkhover="5"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_15"]:hover>i[data-linkhover="5"] {
    color: #ffd700
}

.addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_16 > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_16:hover > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_16"] > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_16"]:hover > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_16 > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_16:hover > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_16"] > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_16"]:hover > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_16 > i[data-linkhover="4"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_16:hover > i[data-linkhover="4"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_16"] > i[data-linkhover="4"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_16"]:hover > i[data-linkhover="4"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_16 > i[data-linkhover="5"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_16:hover > i[data-linkhover="5"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_16"] > i[data-linkhover="5"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_16"]:hover > i[data-linkhover="5"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_16 > i[data-linkhover="6"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a.addn_starslink_16:hover > i[data-linkhover="6"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_16"] > i[data-linkhover="6"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp a[data-classfixed="addn_starslink_16"]:hover>i[data-linkhover="6"] {
    color: #ffd700
}

.addn_modal .addn_modalform1 .addn_formblock .addn_starp span.addn_starslink_11 > i[data-linkhover="1"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span[data-classfixed="addn_starslink_11"] > i[data-linkhover="1"], {
    color: #ffd700
}

.addn_modal .addn_modalform1 .addn_formblock .addn_starp span.addn_starslink_12 > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span[data-classfixed="addn_starslink_12"]>i[data-linkhover="2"] {
    color: #ffd700
}

.addn_modal .addn_modalform1 .addn_formblock .addn_starp span.addn_starslink_13 > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span[data-classfixed="addn_starslink_13"] > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span.addn_starslink_13 > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span[data-classfixed="addn_starslink_13"]>i[data-linkhover="3"] {
    color: #ffd700
}

.addn_modal .addn_modalform1 .addn_formblock .addn_starp span.addn_starslink_14 > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span[data-classfixed="addn_starslink_14"] > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span.addn_starslink_14 > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span[data-classfixed="addn_starslink_14"] > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span.addn_starslink_14 > i[data-linkhover="4"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span[data-classfixed="addn_starslink_14"]>i[data-linkhover="4"] {
    color: #ffd700
}

.addn_modal .addn_modalform1 .addn_formblock .addn_starp span.addn_starslink_15 > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span[data-classfixed="addn_starslink_15"] > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span.addn_starslink_15 > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span[data-classfixed="addn_starslink_15"] > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span.addn_starslink_15 > i[data-linkhover="4"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span[data-classfixed="addn_starslink_15"] > i[data-linkhover="4"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span.addn_starslink_15 > i[data-linkhover="5"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span[data-classfixed="addn_starslink_15"]>i[data-linkhover="5"] {
    color: #ffd700
}

.addn_modal .addn_modalform1 .addn_formblock .addn_starp span.addn_starslink_16 > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span[data-classfixed="addn_starslink_16"] > i[data-linkhover="2"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span.addn_starslink_16 > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span[data-classfixed="addn_starslink_16"] > i[data-linkhover="3"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span.addn_starslink_16 > i[data-linkhover="4"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span[data-classfixed="addn_starslink_16"] > i[data-linkhover="4"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span.addn_starslink_16 > i[data-linkhover="5"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span[data-classfixed="addn_starslink_16"] > i[data-linkhover="5"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span.addn_starslink_16 > i[data-linkhover="6"], .addn_modal .addn_modalform1 .addn_formblock .addn_starp span[data-classfixed="addn_starslink_16"]>i[data-linkhover="6"] {
    color: #ffd700
}

.addn_modal .addn_modalform1 .addn_errorprint {
    display: none
}

.addn_modal .addn_modalform1 .addn_errorprint p {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1481b9;
    text-align: center
}

#userphotoblockdiv img {
    display: block;
    float: left;
    width: 100px
}

#userphotoblockdiv a {
    display: block;
    width: 182px;
    float: left;
    padding: 8px 0;
    border: 0px;
    cursor: pointer;
    font: bold 14px / 18px Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-left: 20px;
    background-color: #df3030;
    background-image: none;
    border-radius: 3px;
    box-shadow: inset 0px 20px 0px 0px rgba(255,255,255,0.1)
}

.addn_otzsliderindex {
    position: relative;
    width: auto
}

.addn_otzsliderindex h2 {
    height: 10px;
    border-bottom: 3px solid #ED1C24;
    font-size: 14px;
    color: #ED1C24
}

.addn_otzsliderindex h2 a {
    float: left;
    padding: 0 10px 0 0;
    background-color: #fff;
    color: #F40;
    outline: none;
    text-transform: uppercase;
    font-size: 16px
}

.addn_otzsliderindex h2 a:hover {
    text-decoration: underline
}

.addn_otzsliderindex #addn_leftslideotz {
    position: absolute;
    left: -30px;
    top: 120px;
    font-size: 32px;
    color: #3c75b3;
    outline: none
}

.addn_otzsliderindex #addn_rightslideotz {
    position: absolute;
    right: -30px;
    top: 120px;
    font-size: 32px;
    color: #3c75b3;
    outline: none
}

.addn_otzsliderindex #addn_leftslideotz:hover, .addn_otzsliderindex #addn_rightslideotz:hover {
    color: #29aaef
}

.addn_sliderotzlist {
    overflow: hidden
}

.addn_sliderotzlist .comm-title {
    margin: 0 0 3px;
    padding: 3px;
    border-left: 3px solid #df3030
}

.addn_sliderotzlist .comm-title a i.fa.fa-commenting {
    color: #df3030
}

.addn_sliderotzlist .slidegootz {
    border: 1px solid #e8e8e8;
    border-bottom: 0
}

.addn_sliderotzlist .addn_otzblock1 {
    min-height: 97px;
    height: 97px;
    border-bottom: 1px solid #e8e8e8;
    float: left;
    width: 590px;
    margin: 5px;
    padding: 5px
}

.addn_sliderotzlist .addn_otzblock1 p {
    position: relative;
    font-size: 12px;
    color: #313131;
    padding: 0 10px;
    line-height: 15px;
    min-height: 55px;
    overflow: hidden;
    height: 55px;
    margin: 0 0 5px
}

.addn_sliderotzlist .addn_otzblock1 p span.hide-comm {
    position: absolute;
    width: 100%;
    height: 25px;
    top: 40px;
    left: 0;
    box-shadow: 0 -45px 36px -15px #FFF inset
}

.addn_sliderotzlist .addn_otzblock1 .add_star {
    padding: 5px;
    height: 30px
}

.addn_sliderotzlist .addn_otzblock1 .add_star span.addn_starslink {
    float: right;
    color: #949494
}

.addn_sliderotzlist .addn_otzblock1 .addn_photouser {
    min-height: 100%;
    float: left;
    overflow: hidden
}

.addn_sliderotzlist .addn_otzblock1 .addn_photouser .photo {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left
}

.addn_sliderotzlist .addn_otzblock1 .add_star .addn_photouser span {
    display: block;
    float: left;
    margin-right: 5px;
    color: #949494;
    font-size: 13px
}

.addn_sliderotzlist .addn_otzblock1 .add_star span.addn_starslink_11 > i[data-linkhover="1"], .addn_sliderotzlist .addn_otzblock1 .add_star span[data-classfixed="addn_starslink_11"]>i[data-linkhover="1"] {
    color: #ffd700
}

.addn_sliderotzlist .addn_otzblock1 .add_star span.addn_starslink_12 > i[data-linkhover="2"], .addn_sliderotzlist .addn_otzblock1 .add_star span.addn_starslink_12:hover > i[data-linkhover="2"], .addn_sliderotzlist .addn_otzblock1 .add_star span[data-classfixed="addn_starslink_12"] > i[data-linkhover="2"], .addn_sliderotzlist .addn_otzblock1 .add_star span[data-classfixed="addn_starslink_12"]:hover>i[data-linkhover="2"] {
    color: #ffd700
}

.addn_sliderotzlist .addn_otzblock1 .add_star span.addn_starslink_13 > i[data-linkhover="2"], .addn_sliderotzlist .addn_otzblock1 .add_star span[data-classfixed="addn_starslink_13"] > i[data-linkhover="2"], .addn_sliderotzlist .addn_otzblock1 .add_star span.addn_starslink_13 > i[data-linkhover="3"], .addn_sliderotzlist .addn_otzblock1 .add_star span[data-classfixed="addn_starslink_13"]>i[data-linkhover="3"] {
    color: #ffd700
}

.addn_sliderotzlist .addn_otzblock1 .add_star span.addn_starslink_14 > i[data-linkhover="2"], .addn_sliderotzlist .addn_otzblock1 .add_star span[data-classfixed="addn_starslink_14"] > i[data-linkhover="2"], .addn_sliderotzlist .addn_otzblock1 .add_star span.addn_starslink_14 > i[data-linkhover="3"], .addn_sliderotzlist .addn_otzblock1 .add_star span[data-classfixed="addn_starslink_14"] > i[data-linkhover="3"], .addn_sliderotzlist .addn_otzblock1 .add_star span.addn_starslink_14 > i[data-linkhover="4"], .addn_sliderotzlist .addn_otzblock1 .add_star span[data-classfixed="addn_starslink_14"]>i[data-linkhover="4"] {
    color: #ffd700
}

.addn_sliderotzlist .addn_otzblock1 .add_star span.addn_starslink_15 > i[data-linkhover="2"], .addn_sliderotzlist .addn_otzblock1 .add_star span[data-classfixed="addn_starslink_15"] > i[data-linkhover="2"], .addn_sliderotzlist .addn_otzblock1 .add_star span.addn_starslink_15 > i[data-linkhover="3"], .addn_sliderotzlist .addn_otzblock1 .add_star span[data-classfixed="addn_starslink_15"] > i[data-linkhover="3"], .addn_sliderotzlist .addn_otzblock1 .add_star span.addn_starslink_15 > i[data-linkhover="4"], .addn_sliderotzlist .addn_otzblock1 .add_star span[data-classfixed="addn_starslink_15"] > i[data-linkhover="4"], .addn_sliderotzlist .addn_otzblock1 .add_star span.addn_starslink_15 > i[data-linkhover="5"], .addn_sliderotzlist .addn_otzblock1 .add_star span[data-classfixed="addn_starslink_15"]>i[data-linkhover="5"] {
    color: #ffd700
}

.addn_sliderotzlist .addn_otzblock1 .add_star span.addn_starslink_16 > i[data-linkhover="2"], .addn_sliderotzlist .addn_otzblock1 .add_star span[data-classfixed="addn_starslink_16"] > i[data-linkhover="2"], .addn_sliderotzlist .addn_otzblock1 .add_star span.addn_starslink_16 > i[data-linkhover="3"], .addn_sliderotzlist .addn_otzblock1 .add_star span[data-classfixed="addn_starslink_16"] > i[data-linkhover="3"], .addn_sliderotzlist .addn_otzblock1 .add_star span.addn_starslink_16 > i[data-linkhover="4"], .addn_sliderotzlist .addn_otzblock1 .add_star span[data-classfixed="addn_starslink_16"] > i[data-linkhover="4"], .addn_sliderotzlist .addn_otzblock1 .add_star span.addn_starslink_16 > i[data-linkhover="5"], .addn_sliderotzlist .addn_otzblock1 .add_star span[data-classfixed="addn_starslink_16"] > i[data-linkhover="5"], .addn_sliderotzlist .addn_otzblock1 .add_star span.addn_starslink_16 > i[data-linkhover="6"], .addn_sliderotzlist .addn_otzblock1 .add_star span[data-classfixed="addn_starslink_16"]>i[data-linkhover="6"] {
    color: #ffd700
}

.addn_pagelistotz {
    width: 1190px;
    margin: auto
}

.addn_pagelistotz h1 {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px
}

.addn_pagelistotz .otzblock_list1 {
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px
}

.addn_pagelistotz .otzblock_list1 .otztxt {
    width: 880px;
    float: left;
    padding: 10px
}

.addn_pagelistotz .otzblock_list1 .otzstar {
    float: right;
    width: 220px;
    margin: 5px 10px 0 0
}

.addn_pagelistotz .otzblock_list1 .otztxt .txtotz {
    display: block;
    font-size: 14px;
    color: #000
}

.addn_pagelistotz .otzblock_list1 .anstxt span.h {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    margin-top: 20px
}

.addn_pagelistotz .otzblock_list1 .anstxt span.txtans {
    display: block;
    color: #000;
    font-size: 14px;
    padding-top: 5px
}

.addn_pagelistotz .otzblock_list1 .otzstar .addn_starp {
    overflow: hidden;
    margin: 5px 0 0 0;
    padding: 0
}

.addn_pagelistotz .otzblock_list1 .otzstar .addn_line {
    border: 1px solid #f3f3f3;
    margin-top: 10px
}

.addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink {
    display: block;
    float: right;
    width: 70px;
    color: #959595
}

.addn_pagelistotz .otzblock_list1 .otzstar .addn_starp>span:first-child {
    display: block;
    float: left;
    width: 150px
}

.addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink.addn_starslink_11 > i[data-linkhover="1"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink[data-classfixed="addn_starslink_11"]>i[data-linkhover="1"] {
    color: #ffd700
}

.addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink.addn_starslink_12 > i[data-linkhover="2"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink.addn_starslink_12:hover > i[data-linkhover="2"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink[data-classfixed="addn_starslink_12"] > i[data-linkhover="2"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink[data-classfixed="addn_starslink_12"]:hover>i[data-linkhover="2"] {
    color: #ffd700
}

.addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink.addn_starslink_13 > i[data-linkhover="2"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink[data-classfixed="addn_starslink_13"] > i[data-linkhover="2"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink.addn_starslink_13 > i[data-linkhover="3"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink[data-classfixed="addn_starslink_13"]>i[data-linkhover="3"] {
    color: #ffd700
}

.addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink.addn_starslink_14 > i[data-linkhover="2"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink[data-classfixed="addn_starslink_14"] > i[data-linkhover="2"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink.addn_starslink_14 > i[data-linkhover="3"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink[data-classfixed="addn_starslink_14"] > i[data-linkhover="3"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink.addn_starslink_14 > i[data-linkhover="4"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink[data-classfixed="addn_starslink_14"]>i[data-linkhover="4"] {
    color: #ffd700
}

.addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink.addn_starslink_15 > i[data-linkhover="2"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink[data-classfixed="addn_starslink_15"] > i[data-linkhover="2"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink.addn_starslink_15 > i[data-linkhover="3"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink[data-classfixed="addn_starslink_15"] > i[data-linkhover="3"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink.addn_starslink_15 > i[data-linkhover="4"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink[data-classfixed="addn_starslink_15"] > i[data-linkhover="4"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink.addn_starslink_15 > i[data-linkhover="5"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink[data-classfixed="addn_starslink_15"]>i[data-linkhover="5"] {
    color: #ffd700
}

.addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink.addn_starslink_16 > i[data-linkhover="2"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink[data-classfixed="addn_starslink_16"] > i[data-linkhover="2"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink.addn_starslink_16 > i[data-linkhover="3"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink[data-classfixed="addn_starslink_16"] > i[data-linkhover="3"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink.addn_starslink_16 > i[data-linkhover="4"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink[data-classfixed="addn_starslink_16"] > i[data-linkhover="4"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink.addn_starslink_16 > i[data-linkhover="5"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink[data-classfixed="addn_starslink_16"] > i[data-linkhover="5"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink.addn_starslink_16 > i[data-linkhover="6"], .addn_pagelistotz .otzblock_list1 .otzstar .addn_starp span.addn_starslink[data-classfixed="addn_starslink_16"]>i[data-linkhover="6"] {
    color: #ffd700
}

.addn_pagelistotz .otzblock_list1 .photouserblock {
    display: block;
    padding: 5px 10px;
    border-top: 2px dashed #ccc;
    margin-top: 20px;
    background: #fcfcfc
}

.addn_pagelistotz .otzblock_list1 .photouserblock .photoimg {
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left
}

.addn_pagelistotz .otzblock_list1 .photouserblock .username {
    float: left;
    max-width: 600px;
    margin-left: 15px;
    padding-top: 11px
}

.addn_pagelistotz .otzblock_list1 .photouserblock .username .name {
    display: block;
    font-size: 13px
}

.addn_pagelistotz .otzblock_list1 .photouserblock .username .date {
    display: block;
    font-size: 11px
}

.table-responsive {
	width: 100%;
}

.office_info_main td {
	display: table-cell;
}

ul.provider_ul {
	margin-bottom: 0;
    background: #f2f2f2;
}

.provider_choose ul.provider_ul li {
    float: left;
    width: 50%;
    padding: 9px 10px;
    text-align: center;
    font-weight: bold;
}

ul.provider_ul li {
	background: #f2f2f2;
}

ul.provider_ul li a {
    display: block;
    font-size: 16px;
    font-family: RobotoRegular,sans-serif;
}

ul.provider_ul li.active a {
    color: #333;	
}

ul.provider_ul li.active {
    background: #fff;
    color: #333;
    border-radius: 10px 10px 0 0;
}

.taobao_tab,
.alibaba_tab {
	display: none;
}

.taobao_tab.active,
.alibaba_tab.active {
	display: block;
}

.bg {
    background-color: #f2f2f2;
    padding-bottom: 10px;
}

.provider_choose {
	background: #fff;
	border-radius: 10px;
}

#langSelectActive {

}

#modal-login .modal-header .close,
#modal-registration .modal-header .close,
#modal-recovery .modal-header .close {
    position: absolute;
    right: 15px;
    top: 15px;    
}

#modal-recovery label {
    width: 100%;
}

#modal-login .modal-content form,
#modal-login .modal-content .modal-bottom,
#modal-registration .modal-content form,
#modal-registration .modal-content .modal-bottom,
#modal-recovery .modal-content form {
    padding: 10px;
}

#modal-login .modal-dialog,
#modal-registration .modal-dialog,
#modal-recovery .modal-dialog {
    max-width: 350px;
}

#modal-login .modal-row input.form-control,
#modal-registration .modal-row input.form-control,
#modal-recovery .modal-row input.form-control {
    border-radius: 4px;
    border: none;
    color: #333;
    font-size: 16px;
    height: 46px;
    margin-bottom: 5px;
    padding: 13px 12px;
    width: 100%;
    cursor: text;
    background-color: rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.09) inset;
}

#modal-login .modal-header,
#modal-registration .modal-header,
#modal-recovery .modal-header {
    padding: 10px;
    border-bottom: 0;
}

.soc-login {
    text-align: center;
    margin: 10px 0;
    display: block;
}

.soc-login a {
    display: inline-block;
}

.soc-login a img {
    border-radius: 50%;
}

.soc-login a:hover {
	outline: 0;
}

.modal-row {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.modal-row small {
    color: #9E9E9E;    
}

.modal-row .custom-control.custom-checkbox label {
    display: inline;
}

.modal-bottom-links {
    padding-bottom: 10px;
}

#modal-login .btn.button, #modal-registration .btn.button, #modal-recovery .btn.button {
    background-color: #df3030;
    border-width: 0;
    color: #FFF;
    display: block;
    margin: 0 auto;
    padding: 15px 50px;
    text-transform: uppercase;
    width: 100%;
}

#modal-login .btn.button:hover, 
#modal-registration .btn.button:hover, 
#modal-recovery .btn.button:hover {
    background-color: #df3030;
    background: #df3030;
    opacity: .8;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #dc3545;
}

.modal-social {
    text-align: center;
    margin: 20px 0;
    display: block;
}

.modal-social li {
    display: inline-block;
}

.modal-social li a img {
    border-radius: 50%;
    height: 40px;
}

.link-registration {
    font-family: roboto,sans-serif;
    color: #000;
}

.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.list-pay-block {
    display: none;
    float: left;
    width: 100%;
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #cdcdcd
}

.list-pay-block.list-pay-block__payment_in_system {
    border-width: 0;
    padding-top: 0
}

.list-pay-block.list-pay-block__payment_in_system .select-payment-method {
    border-bottom: 1px solid #cdcdcd;
    display: inline-block;
    padding-bottom: 20px;
    width: 100%
}

.list-pay-block .custom-radio {
    margin-bottom: 8px;
    font-size: 16px;
    float: left;
    width: 100%
}

.list-pay-block:last-child {
    border-bottom: none
}

.list-pay-block__header {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.list-pay-block__img {
    float: left;
    margin-right: 20px
}

.list-pay-block__img i {
    width: 68px;
    height: 68px;
    min-width: 68px;
    min-height: 68px;
    border-radius: 50%;
    border: 2px solid #fc8215;
    float: left
}

.list-pay-block__title {
    text-transform: uppercase;
    font-weight: bold
}

.icon-payment {
    background: url(/themes/elastic/img/svg/online-payment-orange.svg) no-repeat center;
    background-size: 38px
}

.icon-payment2 {
    background: url(/themes/elastic/img/svg/online-payment2-orange.svg) no-repeat center;
    background-size: 38px
}

.img-online-wallets {
    float: left
}

.form-online-wallets {
    float: right
}

.online-wallets-label {
    float: left;
    margin-right: 10px;
    padding-top: 5px
}

.online-wallets-box input {
    width: 320px
}

#langSelectActive a {
    width: 100%;
}

.box-up-menu_userpreferences form {
	padding: 10px 0;
}

.box-up-menu_userpreferences form label {
	margin-bottom: 0;
}

.box-up-menu_userpreferences form div.form-group {
	display: inline-block;
	margin: 0;
	line-height: 25px;
}


.box-up-menu_userpreferences form div.form-group .bootstrap-select {
	width: 80px!important;
}

.box-up-menu_userpreferences .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 8px;
}

.box-up-menu_userpreferences form div.form-group .bootstrap-select .btn {
    background: transparent;
    border: 0;
    position: relative;
    margin: 0;
    padding: 0 10px;
    top: -2px;
}

.box-up-menu_userpreferences form div.form-group .bootstrap-select .btn:hover {
    color: #000;
}

.img_flag {
	display: none;
}
/*
.filter-option .img_flag_KGS,
.dropdown-menu .img_flag_KGS {
	background: url('https://data.otcommerce.com/box/global/country/KG.png');
	background-repeat: no-repeat;
}

.filter-option .img_flag_KZT,
.dropdown-menu .img_flag_KZT {
	background: url('https://data.otcommerce.com/box/global/country/KZ.png');
	background-repeat: no-repeat;
}

.filter-option .img_flag_RUB,
.dropdown-menu .img_flag_RUB {
	background: url('https://data.otcommerce.com/box/global/country/RU.png');
	background-repeat: no-repeat;
}

.filter-option .img_flag_USD,
.dropdown-menu .img_flag_USD {
	background: url('https://data.otcommerce.com/box/global/country/US.png');
	background-repeat: no-repeat;
}
*/

#user-menu li a {
    width: 100%;
}

#local_delivery {
    display: none;
}

.add-to-basket span {
    background: transparent;
}

.copyright {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;	
}

.copyright a img {
	width: 42px;
    margin-right: 15px;
}

.userform label {
	display: block;
}

.all_categories {
	font-weight: bold;
}

.f-link-header {
    font-weight: bold;
    color: #000;	
}

.SocialWithLinks img {
	width: 16px;
	border-radius: 100%;
}