.clearfix {
    zoom:1}

.clearfix:before,.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.dumb_only {
    position: absolute;
    top: -200px;
    left: -200px
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    padding: 0;
    top: 0;
    background: #fff;
    color: #222;
    font-family: "open sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
    min-height: calc(100vh - 50px);
    padding-bottom: 80px;
    position: relative;
}

body.noof {
    overflow: hidden
}

@media all and (max-width: 1000px) {
    body {
        padding-top:45px
    }
}

@media all and (min-width: 501px) and (max-width:1000px) {
    body {
        font-size:15px
    }
}

@media all and (max-width: 500px) {
    body {
        font-size:14px
    }
}

.pangolin {
    text-transform: uppercase
}

header,nav,main,section,footer {
    display: block
}

img {
    max-width: 100%;
    height: auto
}

img,a,button {
    display: inline-block;
    outline: none;
    border: none
}

a {
    color: #244e97
}

a:hover {
    text-decoration: none
}

input,textarea,select {
    font-family: "open sans",sans-serif;
    border: none;
    font-size: 1rem;
    padding: 16px;
    font-weight: 500;
    outline: none;
    border: 1px solid #dcdcdc;
    max-width: 100%;
    border-radius: 3px
}

.hidden {
    display: none
}

.cookies {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    background-color: rgba(225,225,225,0.95);
    color: #000;
    z-index: 99999;
    font-size: 14px
}

.cookies span {
    display: block;
    margin-bottom: 6px
}

.cookies a {
    color: #56a2db;
    text-decoration: underline;
    margin: 0 20px 0 60px
}

.cookies a:hover {
    text-decoration: none;
    color: #000
}

.cookies .right {
    display: inline-block;
    padding-top: 5px
}

.cookies .right a {
    margin-left: 0
}

.cookies .btn {
    min-width: 1px;
    padding: 9px 36px 8px 22px;
    font-size: .9rem;
    padding: 8px;
    background-color: #56a2db;
    color: #fff;
    cursor: pointer
}

.cookies .btn:hover {
    background-color: #000
}

h1,h2,h3,h4,h5,p,ul,ol {
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5 {
    font-family: "Open Sans",sans-serif;
    font-style: normal;
    font-weight: 600
}

h1.center,h2.center {
    text-align: center
}

.clear {
    clear: both;
    display: block;
    height: 0
}

div.content {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    position: relative
}

.home_cover {
    width: 100vw;
    height: 100vh;
    /*background-color: #ccc;
    background-image: url(/images/login.webp);
    background-repeat: no-repeat;
    background-size: cover;*/
    padding-top: 90px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.home_cover .home {
    width: 100%;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.home_cover .home .home_logo {
    margin-bottom: 50px;
}

.home_cover .home .home_inner {
    margin: 0 auto;
    width: 1120px;
    max-width: 80%
}

.home_cover .home .home_inner h1 {
    font-size: 1.9375rem;
//    color: #fff;
    color: #000;
    margin-bottom: 15px
}

.home_cover .home .home_inner h2 {
    font-size: 1.25rem;
//    color: #fff;
    color: #000;
    line-height: 150%;
    margin-bottom: 15px
}

.home_cover .home .home_category {
    margin: 22px auto 0 auto;
    width: 1120px;
    max-width: 80%
}

.home_cover .home .home_category a {
    width: calc(25% - 0.9375rem);
    margin: 8px .46875rem;
/*    border: 2px solid #fff;
    color: #fff;*/
    border: 2px solid #000;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 46px
}

.home_cover .home .home_category a:hover {
    background-color: #000;
    color: #fff;
}

.login_cover {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    //background-image: url(/images/login.webp);
    //background-repeat: no-repeat;
    //background-size: cover
}

.login_cover .login {
    width: 40%;
    height: 100vh;
    background-color: #fff;
    //margin-left: 8%;
    margin-left: 30%;
    text-align: center;
    padding: 1rem
}

.login_cover .login .login_logo {
    height: 96px;
    padding-top: 5rem;
    margin-bottom: 1.25rem
}

.login_cover .login .login_inner {
    width: 65%;
    min-width 350px;
    margin: 0 auto
}

.login_cover .login .login_inner h2 {
    font-size: 1.25rem;
    color: #999;
    margin: 15px 0
}

.login_cover .login .login_inner input {
    width: 100%;
    margin-top: 8px
}

.login_cover .login .login_inner button {
    background-color: #244e97;
    color: #fff;
    font-size: 1rem;
    margin-top: 20px;
    width: 70%;
    padding: 10px;
    float: none
}


.menu_cover {
    width: 100%;
    background-color: #000;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 999
}

.menu {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
    padding-top: 7px;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

menu {
    text-align: left;
    margin: 0;
    padding: 0 0 10px 0;
}

menu ul {
    padding-right: .46875rem;
    padding-left: 3.46875rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: calc(100% - 200px);
}

menu ul li {
    display: inline-block;
    margin: 0 3% 10px 0
}

menu ul li:first-child {
    position: absolute;
    top: 11px;
    left: 0;
}

menu ul li:last-child {
    margin: 0
}

menu ul li a {
    color: #fff;
    text-decoration: none
}

menu ul li a:hover {
    text-decoration: underline
}

menu ul li:first-child a {
  position: relative;
  top: 3px;
}

.menu_right {
  position: absolute;
  top: 19px;
  right: 18px;
}

.menu_right .cart {
    position: absolute;
    top: 0;
    right: .46875rem;
}

.menu_right .cart svg {
    width: 32px;
    fill: #fff;
}

.menu_right .cart span {
    position: absolute;
    background-color: #fff;
    top: -3px;
    right: -6px;
    font-size: .8rem;
    padding: 0px 3px
}

.menu_right .account {
    position: absolute;
    top: 0;
    right: 5rem;
}

.menu_right .account svg {
    fill: #fff;
    width: 32px;
}

.menu_right .account .account_menu {
  position: absolute;
  top: 100%;
  right: -84px;
  width: 200px;
  background-color: #000;
  display: none;
}

.menu_right .account .account_menu a {
  border-bottom: 1px solid #666;
  padding: 10px 0px;
  color: #fff;
  text-decoration: none;
  width: 100%;
}

.menu_right .account .account_menu a:hover {
  background-color: #333;
}

.menu_right .account:hover .account_menu {
  display: block;
}

.menu_user_cover {
  position: fixed;
  top: 70px;
  left: 0;
  background: #e5e5e5;
  text-align: right;
  width: 100%;
  z-index: 99;
}

.menu_user_cover_limit {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
    padding-top: 7px;
    max-width: 90rem;
    height: 46px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.menu_user {
    margin: 0 auto;
    text-align: right;
    padding: 3px 15px;
    display: inline-block;
}

.menu_user_cover .curr {
    display: inline-block;
    font-size: 1.1rem;
    color: #999;
    padding-top: 2px;
    text-align: right;
    margin-right: 30px;
}

.menu_user_cover .curr a {
    color: #000;
    text-decoration: none;
}

.menu_user_cover .curr a:hover {
    color: #666;
}

.menu_user_cover .curr a.active {
    color: #666;
}

.category_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-right: .46875rem;
    padding-left: .46875rem;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
    height: 115px;
    position: relative
}

.category_top .category_left {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    width: calc(25% - 0.9375rem);
    height: 100%;
    margin-left: .46875rem;
    margin-right: .3125rem
}

.category_top .category_left img {
    max-width: 75%;
    max-height: 90%;
}

.category_top .category_left h1 {
    font-size: 3rem;
    font-weight: 500;
    margin: 8px 0 28px 0;
    line-height: 100%;
    width: calc(25% - 0.9375rem);
    position: absolute;
    top: 0;
    left: .9375rem
}

.category_top .category_left h1 a {
  text-decoration: none;
  color: #000;
}

.category_top .category_left h1 a:hover {
  text-decoration: underline;
}

.category_top .category_left .category_chose_category,.category_top .category_left .category_change_brand {
    display: inline-block;
    width: 140px
}

.category_top .category_left .category_chose_category .title,.category_top .category_left .category_change_brand .title {
    color: #8a8a8a;
    font-size: .75rem
}

.category_top .category_left .category_chose_category .open_block,.category_top .category_left .category_change_brand .open_block {
    position: relative
}

.category_top .category_left .category_chose_category .open_block span,.category_top .category_left .category_change_brand .open_block span {
    font-size: .875rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    cursor: pointer
}

.category_top .category_left .category_chose_category .open_block span icon,.category_top .category_left .category_change_brand .open_block span icon {
    position: absolute;
    top: 2px;
    right: 0;
    width: 12px;
    height: 12px
}

.category_top .category_left .category_chose_category .open_block span icon svg,.category_top .category_left .category_change_brand .open_block span icon svg {
    width: 12px;
    height: 12px
}

.category_top .category_left .category_chose_category .open_block .block,.category_top .category_left .category_change_brand .open_block .block {
    position: absolute;
    top: 25px;
    left: 0;
    width: 224px;
    min-height: 400px;
    background-color: #fff;
    display: none
}

.category_top .category_left .category_chose_category .open_block .block a,.category_top .category_left .category_change_brand .open_block .block a {
    display: block;
    color: rgba(0,0,0,0.87);
    text-decoration: none
}

.category_top .search {
    border-bottom: 2px solid #eee;
    height: 54px;
    position: absolute;
    top: 34px;
    left: calc(50% - 234px);
    width: 550px;
    background-color: #F3F3F3
}

.category_top .search input {
    width: 490px;
    border: 0;
    padding: 14px 0 12px 15px;
    margin-right: 20px;
    font-size: 1.2rem;
    background-color: #F3F3F3
}

.category_top .search button {
    width: 34px;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    right: 5px;
    top: 5px;
}

.category_top .search #s_autocomplete {
    position: absolute;
    top: 57px;
    left: 0;
    z-index: 999;
    background-color: #f3f3f3;
    width: 100%;
    max-height: 75vh;
}

.category_top .search #s_autocomplete a {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    font-size: .9rem;
    position: relative;
}

.category_top .search #s_autocomplete a img {
    display: block;
    width: 60px
}

.category_top .search #s_autocomplete a .t {
    display: inline-block;
    padding-left: 10px;
    color: #000;
    position: absolute;
    top: 6px;
    left: 70px;
    height: 100%;
    width: calc(100% - 70px);
}

.category_top .search #s_autocomplete a .t p {
    font-weight: 600;
    font-size: 1rem;
    width: 245px;
}

.category_top .search #s_autocomplete a .t p span {
    font-weight: 400;
    font-size: 0.8rem;
}

.category_top .search #s_autocomplete a .t p.price {
    position: absolute;
    right: 32px;
    bottom: 12px;
    font-weight: 600;
    font-size: 1rem;
    width: 110px;
    text-align: right;
}

.category_top .search #s_autocomplete a .t p.price span {
    font-weight: 600;
    font-size: 1rem;
}

.category_top .search #s_autocomplete a:hover {
    background-color: #fff
}

.ps__rail-x, .ps__rail-y {
    border: 0 !important;
}

.ps__thumb-x, .ps__thumb-y {
    background-color: #000 !important;
}

.category_top .cart {
    position: absolute;
    top: 100px;
    right: .46875rem;
    width: 40px;
    margin-right: .46875rem
}

.category_top .cart svg {
    width: 40px
}

.category_top .cart span {
    position: absolute;
    background-color: #fff;
    top: -8px;
    right: -6px;
    font-size: .8rem;
    padding: 2px 4px
}

.category_top .account {
    position: absolute;
    top: 100px;
    right: 5rem;
    width: 40px;
    margin-right: .46875rem
}

.category_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-right: .46875rem;
    padding-left: .46875rem;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto
}

.category_cover .category_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(25% - 0.9375rem);
    margin-left: .46875rem;
    margin-right: .3125rem
}

.category_cover .category_left .category_left_inner {
    border-right: 1px solid #e6e6e6;
    height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.category_cover .category_left .category_left_inner .filter {
    padding: .9375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.category_cover .category_left .category_left_inner .filter .category_left_actual_title {
  font-weight: 700;
}

.category_cover .category_left .category_left_inner .filter .category_left_actual h2 {
    font-size: 1.2rem;
    font-weight: 600
}

.category_cover .category_left .category_left_inner .filter .category_left_actual h3 {
    font-size: .9rem;
    font-weight: 600;
    margin-top: 15px
}

.category_cover .category_left .category_left_inner .filter .category_left_actual .block {
    margin: 0 0 20px 0
}

.category_cover .category_left .category_left_inner .filter .category_left_actual .block a {
    color: #222;
    text-decoration: none;
    display: table
}

.category_cover .category_left .category_left_inner .filter .category_left_actual .block a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid #b9b9b9;
}

.category_cover .category_left .category_left_inner .filter .category_left_actual .block a.active:before {
    border: 1px solid #ccc;
    background-color: #ccc;
}

.category_cover .category_left .category_left_inner .filter .av_wrp_barva .fl,.category_cover .category_left .category_left_inner .filter .av_wrp_velikost .fl,.category_cover .category_left .category_left_inner .filter .av_wrp_velikost-obvodu .fl,.category_cover .category_left .category_left_inner .filter .av_wrp_velikost-kosicku .fl {
    width: 33px;
    height: 33px;
    margin: 8px 4px 0 0;
    display: inline-block;
    float: left;
    position: relative
}

.category_cover .category_left .category_left_inner .filter .av_wrp_barva .fl input,.category_cover .category_left .category_left_inner .filter .av_wrp_velikost .fl input,.category_cover .category_left .category_left_inner .filter .av_wrp_velikost-obvodu .fl input,.category_cover .category_left .category_left_inner .filter .av_wrp_velikost-kosicku .fl input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

.category_cover .category_left .category_left_inner .filter .av_wrp_barva .fl label,.category_cover .category_left .category_left_inner .filter .av_wrp_velikost .fl label,.category_cover .category_left .category_left_inner .filter .av_wrp_velikost-obvodu .fl label,.category_cover .category_left .category_left_inner .filter .av_wrp_velikost-kosicku .fl label {
    border-radius: 50%;
    border: 1px solid #b9b9b9;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: .7rem;
    padding-top: 0
}

.category_cover .category_left .category_left_inner .filter .av_wrp_velikost .fl label.velikost_one-size {
    padding-top: 0;
    line-height: 100%;
    font-size: 0.65rem;
}

.category_cover .category_left .category_left_inner .filter .av_wrp_velikost .fl label.velikost_maxi {
    font-size: 0.65rem;
}

.category_cover .category_left .category_left_inner .filter .av_wrp_velikost .fl label.active,.category_cover .category_left .category_left_inner .filter .av_wrp_velikost-obvodu .fl label.active,.category_cover .category_left .category_left_inner .filter .av_wrp_velikost-kosicku .fl label.active {
    font-weight: 700;
    background-color: #ccc;
}

.category_cover .category_left .category_left_inner .filter .av_wrp_barva .fl label.active {
  background-image: url(/images/check.png);
  background-repeat: no-repeat;
  background-position: 14px 14px;
}

.category_cover .category_left .category_left_inner .filter .av_wrp_kategorie,.category_cover .category_left .category_left_inner .filter .av_wrp_filtry,.category_cover .category_left .category_left_inner .filter .av_wrp_kolekce {
    margin-bottom: 20px
}

.category_cover .category_left .category_left_inner .filter .av_wrp_kategorie .fl,.category_cover .category_left .category_left_inner .filter .av_wrp_filtry .fl,.category_cover .category_left .category_left_inner .filter .av_wrp_kolekce .fl {
    display: block;
    position: relative
}

.category_cover .category_left .category_left_inner .filter .av_wrp_kategorie .fl input,.category_cover .category_left .category_left_inner .filter .av_wrp_filtry .fl input,.category_cover .category_left .category_left_inner .filter .av_wrp_kolekce .fl input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

.category_cover .category_left .category_left_inner .filter .av_wrp_kategorie .fl label,.category_cover .category_left .category_left_inner .filter .av_wrp_filtry .fl label,.category_cover .category_left .category_left_inner .filter .av_wrp_kolekce .fl label {
    display: block;
    font-size: .8rem;
    padding: 3px 0 3px 3px;
    width: 50%;
    float: left
}

.category_cover .category_left .category_left_inner .filter .av_wrp_kategorie .fl_full label,.category_cover .category_left .category_left_inner .filter .av_wrp_filtry .fl_full label,.category_cover .category_left .category_left_inner .filter .av_wrp_kolekce .fl_full label {
    width: 100%;
    float: none
}

.category_cover .category_left .category_left_inner .filter .av_wrp_kategorie .fl label:before,.category_cover .category_left .category_left_inner .filter .av_wrp_filtry .fl label:before,.category_cover .category_left .category_left_inner .filter .av_wrp_kolekce .fl label:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid #b9b9b9
}

.category_cover .category_left .category_left_inner .filter .av_wrp_kategorie .fl label.active,.category_cover .category_left .category_left_inner .filter .av_wrp_filtry .fl label.active,.category_cover .category_left .category_left_inner .filter .av_wrp_kolekce .fl label.active {
    font-weight: 700;
}

.category_cover .category_left .category_left_inner .filter .av_wrp_kategorie .fl label.active:before, .category_cover .category_left .category_left_inner .filter .av_wrp_filtry .fl label.active:before,.category_cover .category_left .category_left_inner .filter .av_wrp_kolekce .fl label.active:before {
    border: 1px solid #ccc;
    background-color: #ccc;
}

.category_cover .category_left .category_left_inner .filter .category_left_actual .block_category {
    margin: 0 0 20px 0px
}

.category_cover .category_left .category_left_inner .filter .category_left_actual .block_category a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid #b9b9b9;
}

.category_cover .category_left .category_left_inner .filter .category_left_actual .block_category a.active::before {
    border: 1px solid #ccc;
    background-color: #ccc;
}

.category_cover .category_sort {
    float: right;
    font-size: 12px;
    color: rgba(0,0,0,0.54)
}

.category_cover .category_sort .pager {
    display: inline
}

.category_cover .category_sort .pager a,.category_cover .category_sort .pager span {
    display: inline-block;
    padding: 3px;
    color: rgba(0,0,0,0.54);
    text-decoration: none
}

.category_cover .category_sort .pager span {
    font-weight: 700
}

.category_cover .category_sort_left {
    float: left;
    margin-bottom: 20px;
}

.category_cover .category_sort_left select {
    padding: 5px;
    border: 0;
}

.category_cover .btn_wrp {
    width: 100%;
    text-align: center
}

.category_cover .btn_wrp span {
    margin: 0 auto;
    display: inline-block;
    background-color: #ddd;
    padding: 15px 20px;
    cursor: pointer
}

.category_cover .category {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
    margin-left: .46875rem;
    margin-right: .46875rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.category_cover .category .product_list {
    margin-left: -0.46875rem;
    margin-right: -0.46875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.category_cover .category .product_list .product_item {
    width: calc(25% - 0.9375rem);
    margin: 0 .46875rem;
    margin-bottom: 3.75rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.category_cover .category .product_list .product_item .product_item_inner {
    border-radius: 0;
    position: relative;
    -webkit-animation: .25s fadeIn;
    animation: .25s fadeIn;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.category_cover .category .product_list .product_item .product_item_inner .product_item_block {
    padding: .3125rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

.category_cover .category .product_list .product_item .product_item_inner .product_item_block .img {
    width: 100%;
    height: 354px
}

.category_cover .category .product_list .product_item .product_item_inner .product_item_block .img .image_product {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.category_cover .category .product_list .product_item .product_item_inner .product_item_block .img .image_product img {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
    max-height: 300px;
    outline: transparent solid 1px
}

.category_cover .category .product_list .product_item .product_item_inner .product_item_block .t {
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding: .3125rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center
}

.category_cover .category .product_list .product_item .product_item_inner .product_item_block .t .product_title {
    margin-bottom: .3125rem;
    height: 2.375rem;
    text-overflow: ellipsis;
    line-height: 1.2;
    padding-top: 5px;
    word-break: break-word;
    font-weight: 600;
    font-size: 1rem
}

.category_cover .category .product_list .product_item .product_item_inner .product_item_block .t .product_title a {
    color: #333;
    text-decoration: none
}

.category_cover .category .product_list .product_item .product_item_inner .product_item_block .t .product_catalog_number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: .75rem
}

.category_cover .category .product_list .product_item .product_item_inner .product_item_block .t .product_price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: .75rem;
    height: 2.125rem
}

.category_cover .category .product_list .product_item .product_item_inner .product_item_block .t .product_price span.price {
    font-size: .9375rem;
    font-weight: 700;
    display: inline-block;
    margin-left: .3125rem
}

.category_cover .category .product_list .product_item .product_item_inner .product_item_block .t .product_price span.price_before_discount {
    text-decoration: line-through;
}

.category_cover .category .product_list .product_item .product_item_inner .product_item_block .t a.color {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    margin: 0 2px
}

.category_cover .category .product_list .product_item .product_item_inner .product_item_block .t a.multicolor {
  background:
    repeating-linear-gradient(to right, red 0 3.3px, orange 3.3px 6.6px, yellow 6.6px 10px, green 10px 13.3px, blue 13.3px 16.6px, violet 16.6px 20px),
    repeating-linear-gradient(to bottom, cyan 0 5px, transparent 5px 10px, magenta 10px 15px, transparent 15px 20px);
    background-blend-mode: hue;
}

.category_cover .category .product_list .product_item .product_item_inner .product_item_block .t a.color_telova-s-cernym-obsitim {
    border: 1px solid #000;
}

.category_cover .category .product_list .product_item .product_item_inner:hover {
    -webkit-box-shadow: #aaa 0 0 20px;
    box-shadow: #aaa 0 0 20px
}

.category_cover .category .product_list .product_item .product_detail {
    //background-color: #244e97;
    background-color: #000;
    border-radius: .1875rem !important;
    width: 100%;
    line-height: 2.5rem;
    padding: 0;
    color: #fff;
    text-align: center;
    margin-top: 1rem;
    text-decoration: none
}

.product_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-right: .46875rem;
    padding-left: .46875rem;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto
}

.product_cover .product_left {
    float: left;
    width: calc(66.66666667% - 0.9375rem);
    margin-left: .46875rem;
    margin-right: .46875rem
}

.product_cover .product_left h1 {
    font-weight: 600;
    font-size: 1.5625rem;
    padding: 5px 10px;
    background-color: #f6f6f6
}

.product_cover .product_left .images {
    width: 90%;
    margin-top: 20px;
    text-align: center
}

.product_cover .product_left .images picture {
    display: block
}

.product_cover .product_left .images img {
    max-width: 100%;
    max-height: 500px;
    height: auto;
    margin: 0 auto;
    display: block
}

.product_cover .product_left .images .ill {
    width: calc(100% - 82px - 60px);
    float: right;
    text-align: center;
    margin: 0 30px
}

.product_cover .product_left .images .ill .product_detail_image .image_product {
    display: block;
    max-width: calc(100% - 80px);
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative
}

.product_cover .product_left .images .ill .product_detail_image .image_product img {
    margin: 0 auto;
    width: auto;
    height: auto;
    max-height: 500px
}

@media all and (max-width: 860px) {
    .product_cover .product_left .images .ill .product_detail_image .image_product {
        max-width:100%
    }
}

@media all and (max-width: 800px) {
    .product_cover .product_left .images .ill .product_detail_image {
        margin-bottom:45px
    }

    .product_cover .product_left .images .ill .product_detail_image .image_product {
        width: 300px;
        text-align: center;
        margin: 0 auto;
        background: #fff
    }

    .product_cover .product_left .images .ill .product_detail_image .image_product img {
        max-width: 100%;
        max-height: 300px;
        margin: 0 auto;
        width: auto;
        height: auto
    }
}

.product_cover .product_left .images .ill .product_detail_image .slick-dots {
    position: absolute;
    bottom: -20px;
    left: 50%;
    list-style: none;
    margin: 0 auto;
    display: inline-block;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.product_cover .product_left .images .ill .product_detail_image .slick-dots li {
    display: block;
    float: left;
    margin: 0 5px
}

.product_cover .product_left .images .ill .product_detail_image .slick-dots li button {
    width: 8px;
    height: 6px;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 8px 6px;
    background-color: transparent;
    cursor: pointer
}

.product_cover .product_left .images .ill .product_detail_image .slick-dots li.slick-active button {
    cursor: default
}

.product_cover .product_left .images .ill .product_detail_image .slick-dots li:nth-child(4n - 3) button {
    background-image: url(/images/slide1.svg)
}

.product_cover .product_left .images .ill .product_detail_image .slick-dots li:nth-child(4n - 3).slick-active button {
    background-image: url(/images/slide1_active.svg)
}

.product_cover .product_left .images .ill .product_detail_image .slick-dots li:nth-child(4n - 2) button {
    background-image: url(/images/slide2.svg)
}

.product_cover .product_left .images .ill .product_detail_image .slick-dots li:nth-child(4n - 2).slick-active button {
    background-image: url(/images/slide2_active.svg)
}

.product_cover .product_left .images .ill .product_detail_image .slick-dots li:nth-child(4n - 1) button {
    background-image: url(/images/slide3.svg)
}

.product_cover .product_left .images .ill .product_detail_image .slick-dots li:nth-child(4n - 1).slick-active button {
    background-image: url(/images/slide3_active.svg)
}

.product_cover .product_left .images .ill .product_detail_image .slick-dots li:nth-child(4n) button {
    background-image: url(/images/slide4.svg)
}

.product_cover .product_left .images .ill .product_detail_image .slick-dots li:nth-child(4n).slick-active button {
    background-image: url(/images/slide4_active.svg)
}

.product_cover .product_left .images .gallery {
    margin: 0;
    float: left
}

.product_cover .product_left .images .gallery a {
    display: block;
    margin-bottom: 8px
}

.product_cover .product_left .connected-carousels .stage {
    position: relative
}

.product_cover .product_left .connected-carousels .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    opacity: .66
}

.product_cover .product_left .connected-carousels .photo-credits a {
    color: #fff
}

.product_cover .product_left .connected-carousels .navigation {
    position: relative
}

.product_cover .product_left .connected-carousels .carousel {
    overflow: hidden;
    position: relative
}

@media all and (max-width: 860px) {
    .product_cover .product_left .connected-carousels .carousel {
        margin-bottom:20px !important
    }
}

.product_cover .product_left .connected-carousels .carousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.product_cover .product_left .connected-carousels .carousel li {
    float: left
}

.product_cover .product_left .connected-carousels .carousel-navigation {
    background: #fff
}

.product_cover .product_left .connected-carousels .carousel-navigation ul {
    list-style: none
}

.product_cover .product_left .connected-carousels .carousel-navigation li {
    cursor: pointer;
    float: none;
    padding-bottom: 8px
}

@media all and (max-width: 860px) {
    .product_cover .product_left .connected-carousels .carousel-navigation li {
        background:#000;
        width: 8px;
        height: 8px;
        margin: 0 5px;
        float: left;
        border-radius: 5px
    }

    .product_cover .product_left .connected-carousels .carousel-navigation li.active {
        background: #56a2db
    }

    .product_cover .product_left .connected-carousels .carousel-navigation li picture {
        display: none
    }
}

.product_cover .product_left .connected-carousels .carousel-navigation li img {
    display: block;
    border: 1px solid #ccc
}

.product_cover .product_left .connected-carousels .carousel-navigation li.active img {
    border: 1px solid #56a2db
}

.product_cover .product_left .connected-carousels .prev-stage,.product_cover .product_left .connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    color: #fff
}

@media all and (max-width: 860px) {
    .product_cover .product_left .connected-carousels .prev-stage,.product_cover .product_left .connected-carousels .next-stage {
        display:none
    }
}

.product_cover .product_left .connected-carousels .prev-stage {
    left: 0
}

.product_cover .product_left .connected-carousels .next-stage {
    right: 0
}

.product_cover .product_left .connected-carousels .prev-stage.inactive,.product_cover .product_left .connected-carousels .next-stage.inactive {
    display: none
}

.product_cover .product_left .connected-carousels .prev-stage,.product_cover .product_left .connected-carousels .next-stage {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 46px;
    text-align: center;
    text-decoration: none
}

.product_cover .product_left .connected-carousels .prev-stage span,.product_cover .product_left .connected-carousels .next-stage span {
    width: 22px;
    height: 46px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 111
}

.product_cover .product_left .connected-carousels .prev-stage {
    left: 0
}

.product_cover .product_left .connected-carousels .next-stage {
    right: 0
}

.product_cover .product_left .connected-carousels .prev-navigation,.product_cover .product_left .connected-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #4e443c;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 16px/29px Arial,sans-serif;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999
}

.product_cover .product_left .connected-carousels .prev-navigation {
    left: -15px;
    top: 22px;
    text-indent: 6px
}

.product_cover .product_left .connected-carousels .next-navigation {
    right: -15px;
    top: 22px;
    text-indent: 20px
}

.product_cover .product_left .connected-carousels .prev-navigation.inactive,.product_cover .product_left .connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default
}

.product_cover .product_left .product_description {
    padding: 50px;
    font-size: 14px
}

.product_cover .product_left .product_description h1 {
    padding: 0;
    padding-bottom: 20px;
    font-size: 1.3rem;
    background-color: transparent;
}

.product_cover .product_left .product_description h2 {
    padding-bottom: 10px;
    font-size: 1.2rem;
}

.product_cover .product_left .product_description p, .product_cover .product_left .product_description ul {
    padding-bottom: 20px;
}

.product_cover .product_left .product_description ul {
    margin-left: 20px;
}

.product_cover .product_left .product_description ul li {
    padding-bottom: 5px;
}

.product_cover .product_right {
    float: right;
    width: calc(33.33333333% - 0.9375rem);
    margin-left: .46875rem;
    margin-right: .46875rem;
    padding: 8px;
    font-size: .9rem
}

.product_cover .product_right .title {
    font-weight: 600
}

.product_cover .product_right .color {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    margin-left: 3px;
    position: relative;
    top: 9px;
}

.product_cover .product_right .color_telova-s-cernym-obsitim {
    border: 1px solid #000;
}

.product_cover .product_right .color_active {
  background-image: url(/images/check.png);
  background-repeat: no-repeat;
  background-position: 12px 12px;
}

.product_cover .product_right .multicolor {
  background:
    repeating-linear-gradient(to right, red 0 3.3px, orange 3.3px 6.6px, yellow 6.6px 10px, green 10px 13.3px, blue 13.3px 16.6px, violet 16.6px 20px),
    repeating-linear-gradient(to bottom, cyan 0 5px, transparent 5px 10px, magenta 10px 15px, transparent 15px 20px);
    background-blend-mode: hue;
}

.product_cover .product_right .price {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin-top: 20px;
    padding: 10px 0
}

.product_cover .product_right .price .price_right {
  float: right;
  text-align: right;
}

.product_cover .product_right .price .price_right .price_before_discount {
  text-decoration: line-through;
}

.product_cover .product_right .priceMain {
    font-weight: 600;
    font-size: 1.1rem
}

.product_cover .product_right .productcart {
    width: 100%
}

.product_cover .product_right .productcart th {
    text-align: left;
    font-weight: 600;
    font-size: .8rem
}

.product_cover .product_right .productcart th:nth-child(2) {
    text-align: center
}

.product_cover .product_right .productcart th:nth-child(3),.product_cover .product_right .productcart th:nth-child(4) {
    text-align: right
}

.product_cover .product_right .productcart td {
    width: 22%;
    padding: 3px 0 2px;
    border-bottom: 1px solid #e6e6e6
}

.product_cover .product_right .productcart td input {
    padding: 3px 10px;
    text-align: center;
    width: 80px
}

.product_cover .product_right .productcart td input:disabled {
    background-color: #eee;
    color: #ccc;
}

.product_cover .product_right .productcart td:nth-child(2) {
    text-align: center
}

.product_cover .product_right .productcart td:nth-child(2) div.countcolor {
    height: 3px;
    width: 80px;
    background-color: #fff;
    margin: 0 auto
}

.product_cover .product_right .productcart td:nth-child(2) div.countcolor.ok {
    background-color: #3ab53a
}

.product_cover .product_right .productcart td:nth-child(2) div.countcolor.nook {
    background-color: #da932b
}

.product_cover .product_right .productcart td:nth-child(3),.product_cover .product_right .productcart td:nth-child(4) {
    text-align: right
}

.product_cover .product_right .productcart td:nth-child(4) {
    width: 34%
}

.product_cover .product_right button {
    background-color: #000;
    border-radius: .1875rem !important;
    width: 100%;
    font-size: 1.2rem;
    line-height: 2.5rem;
    padding: 0;
    color: #fff;
    text-align: center;
    margin-top: 1rem;
    text-decoration: none
}

.category_cover.product_detail h2 {
    font-weight: 600;
    font-size: 1.2625rem;
    margin: 60px 0 15px;
    padding: 8px 10px;
    text-align: center;
    background-color: #f6f6f6
}

.category_cover.product_detail .product_list .product_item {
    width: calc(16.666% - 0.9375rem)
}

.basket_cover {
    padding-right: .46875rem;
    padding-left: .46875rem;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
}

.basket_cover .basket {
    width: 100%
}

.basket_cover .basket #basket {
    width: 100%
}

.basket_cover .center {
    text-align: center;
}

.basket_steps {
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

.basket_steps .basket_step {
    width: 33.333333%;
    display: inline-block;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 0.85rem;
    padding: 5px;
    color: #000;
    text-decoration: none;
}

.basket_steps a.basket_step:hover {
    text-decoration: underline;
}

.basket_steps .basket_step_active {
    background-color: #ececec;
}

.basket_cover .basket #basket .products_basket {
    width: 100%;
    font-size: 12px;
    border-bottom: 3px solid #000;
    vertical-align: middle;
    border-collapse: collapse
}

.basket_cover .basket #basket .products_basket tr th {
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    padding: 20px 0;
    border-collapse: collapse
}

.basket_cover .basket #basket .products_basket tr th:nth-child(2),.basket_cover .basket #basket .products_basket tr th:nth-child(3) {
    text-align: center
}

.basket_cover .basket #basket .products_basket tr th:nth-child(4),.basket_cover .basket #basket .products_basket tr th:nth-child(5) {
    text-align: right
}

.basket_cover .basket #basket .products_basket tr th:nth-child(6) {
    padding-right: 10px
}

.basket_cover .basket #basket .products_basket tr td {
    vertical-align: middle;
    border-top: 1px solid #ccc;
    background-color: #f3f3f3;
    border-collapse: collapse
}

.basket_cover .basket #basket .products_basket tr td .img {
    width: 62px;
    height: 62px;
    border: 1px solid #ccc;
    text-align: center;
    float: left;
    margin-right: 10px
}

.basket_cover .basket #basket .products_basket tr td .img img {
    max-width: 60px;
    max-height: 60px;
    height: auto;
    margin: 0 auto
}

.basket_cover .basket #basket .products_basket tr td p {
    margin: 8px 0
}

.basket_cover .basket #basket .products_basket tr td p a {
    font-weight: 700;
    color: #000;
    text-decoration: none;
    font-size: 14px
}

.basket_cover .basket #basket .products_basket tr td:nth-child(2),.basket_cover .basket #basket .products_basket tr td:nth-child(3) {
    text-align: center;
    width: 20%
}

.basket_cover .basket #basket .products_basket tr td:nth-child(4),.basket_cover .basket #basket .products_basket tr td:nth-child(5) {
    text-align: right;
    width: 15%
}

.basket_cover .basket #basket .products_basket tr td:nth-child(5) {
    font-size: 16px;
    font-weight: 600
}

.basket_cover .basket #basket .products_basket tr td:nth-child(6) {
    padding-right: 15px;
    text-align: right;
    width: 10%
}

.basket_cover .basket #basket .products_basket_overview tr td:nth-child(5) {
    padding-right: 15px;
    text-align: right;
    width: 10%
}

.basket_cover .basket #basket .products_basket tr td:nth-child(5) svg, .basket_cover .basket #basket .products_basket tr td:nth-child(6) svg {
    width: 15px
}

.basket_cover .basket #basket .products_basket tr.prod_main {
    cursor: pointer
}

.basket_cover .basket #basket .products_basket tr.prod_attr {
    display: none
}

.basket_cover .basket #basket .products_basket tr.prod_attr th {
    padding: 20px 0 10px;
    color: #999
}

.basket_cover .basket #basket .products_basket tr.prod_attr th:nth-child(2) {
    text-align: left
}

.basket_cover .basket #basket .products_basket tr.prod_attr th:nth-child(3),.basket_cover .basket #basket .products_basket tr.prod_attr th:nth-child(4) {
    text-align: center
}

.basket_cover .basket #basket .products_basket tr.prod_attr th:nth-child(5),.basket_cover .basket #basket .products_basket tr.prod_attr th:nth-child(6) {
    text-align: right
}

.basket_cover .basket #basket .products_basket tr.prod_attr th:nth-child(7) {
    padding-right: 10px
}

.basket_cover .basket #basket .products_basket tr.prod_attr td {
    padding: 8px 0 6px;
    background-color: #fff;
    border-top: 1px solid #dfdfdf
}

.basket_cover .basket #basket .products_basket tr.prod_attr td.count {
    text-align: center
}

.basket_cover .basket #basket .products_basket tr.prod_attr td.count div.w {
    border: 1px solid #ccc;
    width: 146px;
    margin: 0 auto
}

.basket_cover .basket #basket .products_basket_overview tr.prod_attr td.count div.w {
    padding: 5px 10px;
}

.basket_cover .basket #basket .products_basket tr.prod_attr td.count div.w2 {
    border: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.basket_cover .basket #basket .products_basket tr.prod_attr td.count div.w div {
    display: inline-block
}

.basket_cover .basket #basket .products_basket tr.prod_attr td.count div.w div input {
    border: 0;
    width: 80px;
    padding: 8px;
    text-align: center;
    font-size: 14px
}

.basket_cover .basket #basket .products_basket tr.prod_attr td.count div.w a {
    display: inline-block;
    padding: 0 10px;
    line-height: 27px
}

.basket_cover .basket #basket .products_basket tr.prod_attr td.count div.w a svg {
    width: 12px;
    height: 12px
}

.basket_cover .basket #basket .products_basket tr.prod_attr td.count span {
    display: block;
    width: 100%;
    height: 3px
}

.basket_cover .basket #basket .products_basket tr.prod_attr td.count span.ok {
    background-color: #3ab53a
}

.basket_cover .basket #basket .products_basket tr.prod_attr td.count span.nook {
    background-color: #da932b
}

.basket_cover .basket #basket .products_basket tr.prod_attr td:nth-child(1) {
    width: 70px;
    border: 0
}

.basket_cover .basket #basket .products_basket tr.prod_attr td:nth-child(2),.basket_cover .basket #basket .products_basket tr.prod_attr td:nth-child(3) {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    width: calc(40% - 70px)
}

.basket_cover .basket #basket .products_basket tr.prod_attr td:nth-child(4) {
    text-align: center
}

.basket_cover .basket #basket .products_basket tr.prod_attr td:nth-child(5),.basket_cover .basket #basket .products_basket tr.prod_attr td:nth-child(6) {
    text-align: right
}

.basket_cover .basket #basket .products_basket tr.prod_attr td:nth-child(5) {
    font-size: 12px;
    font-weight: 400
}

.basket_cover .basket #basket .products_basket tr.prod_attr td:nth-child(6) {
    font-size: 16px;
    font-weight: 600
}

.basket_cover .basket #basket .products_basket tr.prod_attr td:nth-child(7) {
    padding-right: 10px;
    text-align: right
}

.basket_cover .basket #basket .products_basket tr.prod_attr td:nth-child(7) svg {
    width: 14px
}

.basket_cover .basket #basket .products_basket tr.basket_active {
    display: table-row
}

.basket_cover .basket #basket .total_price {
    font-size: 22px;
    font-weight: 700;
    text-align: right;
    margin-top: 10px;
}

.basket_cover .basket #basket .total_price_dph {
    font-size: 22px;
    font-weight: 400;
    text-align: right;
 }

.basket_cover .basket #basket .total_price_small {
    font-size: 16px;
    font-weight: 600;
    margin-top: 50px
}

.basket_cover .basket .send_order {
    font-size: 22px;
    font-weight: 700;
    padding: 15px 30px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    float: right
}

.products_basket_overview {

}

.basket_content {
  width: 100%;
}

.basket_left {
  width: 100%;
}

.user_account {
    line-height: 2;
}

.user_account ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user_account a {
    color: #000;
    text-decoration: none
}

.user_account a:hover {
    text-decoration: underline
}

.personal .iconame svg {
    width: 30px;
    margin-right: 15px
}

.personal h2 {
    font-size: 1.25rem
}

.personal .checks {
    padding: 5px 0
}

.personal .checks input {
    width: 16px;
    height: 16px
}

.personal .inpt_wrp {
    width: 50%;
    display: inline-block;
    padding: 5px 0
}

.personal .inpt_wrp label {
    width: 180px;
    float: left;
    font-size: .925rem;
    padding-top: 10px;
    padding-left: 30px;
}

.personal .inpt_wrp input[type=text], .personal .inpt_wrp input[type=password], .personal .inpt_wrp select {
    padding: 10px 16px;
    width: calc(90% - 180px);
    margin-right: 3px
}

.personal .inpt_wrp select:disabled {
  opacity: 1;
  color: #222;
  background-color: rgba(239, 239, 239, 0.3);
}

.personal button, .button_black {
    font-size: 22px;
    font-weight: 700;
    padding: 15px 30px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    float: right
}

.personal .button_pass {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    float: none
}

.order_history {
  width: 100%;
}

.order_history th, td {
  text-align: left;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}

.order_history .right {
  text-align: right;
}

.order_history .highlight {
  font-weight: 700;
}

.personal_half_left {
  width: 48%;
  float: left;
  clear: left;
  margin-top: 30px;
}

.personal_half_right {
  width: 48%;
  float: right;
  margin-top: 30px;
}

.personal_half_left h3, .personal_half_right h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.personal .overview_fact_address {
    padding: 10px;
    display: inline-block;
    background-color: #f3f3f3;
    border: 1px solid #000;
    font-size: 0.8rem;
    line-height: 150%;
    margin-bottom: 35px;
}

.personal .overview_fact_address .block {
    float: left;
}

.personal .overview_fact_address .block2 {
    margin-left: 50px;
}

.other_login select {
    padding: 8px;
}

.other_login button {
    margin-left: 10px;
    font-size: 1rem;
    padding: 11px;
    font-weight: 500;
}

.thanks_page {
  text-align: center;
  line-height: 2;
  font-size: 1.2rem;
}

.thanks_page h2 {
  font-size: 2rem;
}

.thanks_page a {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 20px;
}

.thanks_page a:hover {
  background-color: #333;
}

.suma {
  float: right;
  font-size: 1.2rem;
}

.checks_user {
  line-height: 2;
}

.checks_user .add {
  display: inline-block;
  padding: 1px 10px;
  border: 1px solid #000;
  text-decoration: none;
  background-color: #eee;
  color: #000;
  margin-top: 5px;
}

.checks_user .add:hover {
  background-color: #ddd;
}

.is_firm, .shipping {
  display: none;
}

.is_firm_open, .shipping_open {
  display: block;
}

input.error_label, select.error_label, textarea.error_label {
  border: 1px solid #ce2929;
}

span.error_label {
  display: none;
}

.delivery, .payment {
  display: inline-block;
  width: 50%;
  margin: 20px 0;
  padding-right: 2%;
  float: left;
}

.payment {
  padding-left: 2%;
  padding-right: 0;
}

.delivery h2, .payment h2 {
  margin-bottom: 8px;
}

.delivery p, .payment p {
  float: right;
}

.delivery .w, .payment .w {
  border-bottom: 1px solid #ccc;
  padding: 20px 30px;
  position: relative;
}

.delivery .w label, .payment .w label {
  padding: 20px 75px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.delivery .w span.text, .payment .w span.text {
  margin-left: 20px;
  display: inline-block;
  width: 300px;
}

.delivery .w input, .payment .w input {
    position: absolute;
    top: calc(50% - 9px);
    left: 14px;
}

#total_basket_tax {
  text-align: right;
  clear: both;
  padding: 30px 0;
}

#total_basket_tax table th, #total_basket_tax table td {
  text-align: right;
  padding: 5px 10px;
  font-weight: 400;
}

#total_basket_tax table th {
  background-color: #666;
  color: #fff;
}

#total_basket_tax table td {
  border-bottom: 1px solid #ddd;
  width: calc(50% - 90px);
}

#total_basket_tax table th:first-child, #total_basket_tax table td:first-child {
  text-align: left;
  width: 180px;
}

#total_basket_tax table td span {
  display: none;
}

#total_basket_tax table td span.decimal {
  display: inline;
}

#total_basket_tax table tr:last-child td {
  font-weight: 600;
}

#basket_finish {
  position: fixed;
  right: calc(50% - 712px);
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #000;
    margin-top: 30px
}

.clear {
    clear: both
}

.message_cover {
  display: none;
}

/*# sourceMappingURL=style.css.map */