/*
 * Style tweaks
 * --------------------------------------------------
 */
html {
    position: relative;
    min-height: 100%;
}

html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
    padding-top: 70px;
    margin-bottom: 60px;
    background: #ffffff;
    font-family: 'Roboto';
}

body > .container {
    padding: 100px 15px 0;
    margin-bottom: 100px;
}

::-webkit-input-placeholder {
    color: #a5a5a5;
}

::-moz-placeholder {
    color: #a5a5a5;
}

:-moz-placeholder {
    color: #a5a5a5;
}

:-ms-input-placeholder {
    color: #a5a5a5;
}

h1 {
    margin-top: 0;
}

input[placeholder] {
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 12px;
}

input::-moz-placeholder {
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 12px;
}

input:-moz-placeholder {
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 12px;
}

input:-ms-input-placeholder {
    text-overflow: ellipsis;
    font-size: 12px;
}

.container .text-muted {
    margin: 20px 0;
}

button {
    cursor: pointer;
}

input[type="tel"], input[type="text"], textarea {
    /*line-height: 35px;*/
    width: 100%;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 5px;
}

.notShow {
    display: none;
    position: absolute;
}

.telephone1 {
    height: 34px;
}

/***
Style for HEADER - START
*********************/

.navbar {
    min-height: auto;
}

.navbar-right {
    margin-right: 0px;
}

.navbar-fixed-top {
    background: linear-gradient(90deg, #F45F65 0%, #0066A6 100%), #5CAEEA;
}

.navbar-fixed-top.fixed .navbar-topper {
    display: none; /* /statics/wuwo/js/offcanvas.js : 17 line */
}

/* navbar-topper */

.navbar-topper {
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.18);*/
    transition: all 2s linear;
}

.navbar-topper .navbar-nav > li > a {
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav > li > a:focus, .nav > li > a:hover,
.nav > li > a:focus, .nav > li > a:hover .caret {
    color: #090909;
}

.navbar-topper .caret,
.navbar-bottom .navbar-nav > li > a .caret {
    color: #ffffff;
    height: 5px;
    margin-right: -5px;
}

/* navbar-middle */

.navbar-middle {
    padding-bottom: 7px;
}

.navbar-middle img {
    float: left;
}

.navbar-middle label {
    color: #5caeea;
    letter-spacing: 0.055em;
}

.navbar-middle .logo img {
    margin-top: 7px;
}

.navbar-middle .logo img.mini {
    display: none;
}

.navbar-middle .find img,
.navbar-middle .time img {
    margin: 15px 0 0 0;
    display: none;
}

.navbar-middle .find label {
    margin-top: 21px;
    margin-left: -10px;
    /*margin-right: -30px;*/
    background: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.navbar-middle .find input {
    width: 80%;
    background: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 27px;
    float: left;
    color: #ffffff
}

.navbar-middle .find input::placeholder {
    color: #ffffff;
}

.navbar-middle .find button {
    width: 20%;
    /*margin-right: -100%;*/
    border: 0px solid #dbd9d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    height: 27px;
    float: right;
}

.navbar-middle .find button span {
    margin-top: 3px;
    margin-left: -3px;
    margin-right: 3px;
    font-size: 17px;
    color: #ffffff;
}

.navbar-middle .find input,
.navbar-middle .find button {
    /*margin-top: 7px;*/
}

.navbar-middle .tels {

}

.navbar-middle .tels img {
    margin: 7px 0 0 27px
}

.navbar-middle .tels ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 18%;
    right: -14%;
}

.navbar-middle .tels ul li {
    /*height: 30px;*/
    text-align: right;
}

.navbar-middle .tels ul li:first-child {
    /*border-bottom: 1px solid #dadada;*/
}

.navbar-middle .tels ul li:last-child {
    /*padding-top: 7px;
    margin-bottom: -7px;*/
}

.navbar-middle .tels ul a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.033em;
    color: #ffffff;
}

.navbar-middle .time ul {
    margin: 5% 0 0 20%;
    padding: 0;
    list-style: none;
    font-size: 15px;
    letter-spacing: 0.033em;
}

.navbar-middle .time button {
    margin-top: 9%;
    margin-left: 3px;
    background: transparent;
    font-size: 15px;
    line-height: 23px;
    border: 1px solid gray;
    border-radius: 7px;
    letter-spacing: normal;
    color: #ffffff;
}

.navbar-middle .user img {
    margin: 7px 0 0 -14px;
}

.navbar-middle .user > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 33%;
    left: 30%;
}

.navbar-middle .user .dropdown {
    margin-top: 1px;
    padding: 3px 20px 3px 20px;
    /*background: #ffffff;*/
    border: 1px solid rgba(255, 255, 25, 0.18);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

}

.navbar-middle .user .dropdown > a {
    color: #ffffff;
}

.navbar-middle .cart img {
    margin: 7px 0 0 -2px;
}

.navbar-middle .cart > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 31%;
    left: 37%;
    color: white;
}

.navbar-middle .cart > ul .packages {
    margin-top: -7%;
}

.navbar-middle .cart > ul .pricings {
    margin-top: -3%;
}

/* navbar-bottom */

.navbar-bottom {
    /*border-top: 1px solid rgba(255, 255, 255, 0.18);*/
    background: transparent;
}

.navbar-bottom .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 16px;
}

.navbar-bottom .navbar-nav > li > a:focus,
.navbar-bottom .navbar-nav > li > a:hover {
    color: #333333;
}

.navbar-bottom .discount {
    /*background: #D8373C;*/
}

.navbar-bottom .discount a {
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.navbar-bottom .btn-controls {
    margin: 0 auto;
    text-align: center;
    color: white;
}

.navbar-bottom .btn-controls .homelink {
    position: relative;
    top: -4px;
}

.navbar-bottom .btn-controls .homelink a {
    font-size: 14px;
    color: white
}

.navbar-bottom .btn-controls .glyphicon {
    font-size: 18px;
    line-height: 18px;
    border: 1px solid transparent;
    margin: 5px 5%;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.navbar-bottom .btn-controls a,
.navbar-bottom .btn-controls a .glyphicon {
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0px;
    font-size: 24px;
    line-height: 24px;
}

.navbar-nav > li > .dropdown-menu {
    border-top-color: red;
}

.border {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border: 1px solid #2a78a9;
    border-radius: 5px;
    overflow: hidden;
}

/***
Style for SIDEBAR
**************/

#sidebar {

}

#sidebar .list-group {
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#sidebar .list-title {
    padding: 10px 15px;
    background: #5caeea;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
    display: none;
}

#categories {
    list-style: none;
    padding: 0;
    padding: 15px;
}

#categories img {
    margin: -3px 10px 0 0;
}

#categories > li {
    padding-top: 5px;
    padding-bottom: 5px;
}

#categories > li:hover {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

#categories li > a {
    /*background: url(../img/ico-square.png) 0 0 no-repeat;
    padding-left: 29px;*/
    display: block;
}

#categories li > a:hover {
    background-color: #f8f9fa;
}

#categories li li > a {
    background: none;
    padding-left: 0;
}

#categories .parent > a {
    line-height: 18px;
    /*background: url(../img/ico-plus.png) 0 0 no-repeat;*/
}

#categories .parent > a.active {
    /*background: url(../img/ico-minus.png) 0 0 no-repeat;*/
}

#categories > li ul {
    display: none;
    list-style: none;
    padding-top: 10px;
    padding-left: 30px;
}

#sidebar a[data-class="current"] {
    font-weight: 700;
}

#sidebar .sub-list-title {
    font-weight: bold;
    margin-bottom: 5px;
}

/***
Style for FOOTER
**************/

/* Sticky footer styles
-------------------------------------------------- */

footer {
    padding: 0 0 30px 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 160px;
    background-color: #e9e9e9;
}

.footer > .container {
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
}

.footer #footer-form-callback {
    padding: 15px 0;
    background: linear-gradient(90deg, #F45F65 0%, #0066A6 100%), #5CAEEA;
    color: #ffffff;
}

.footer .frase {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 141.19%;
}

.footer .frase small {
    font-size: 13px;
}

.footer .foot-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 141.19%;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #D7D7D7;
    color: #424242;
}

.footer .foot-list,
.footer .foot-list a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 153.19%;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    color: #424242;
    padding-bottom: 15px;
}

.footer .foot-list li:nth-of-type(4) {
    font-weight: 700;
}

.footer .foot-list a:hover {
    text-decoration: underline;
}

.footer .foot-list .copyright {
    font-size: 13px;
}

.footer .switch-mask,
.footer .switch-mask input {
    margin: 0;
    padding: 0 10px 0 0;
}

.footer .foot-form-btn {
    background: transparent;
}

/* end footer */

.switcher-product-quantity {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.switcher-product-quantity input {
    padding: 0 !important;
    border-radius: 0;
    border: 0px solid transparent;
    line-height: 20px;
    text-align: center;
}

.switcher-product-quantity li {
    float: left;
    width: 33%;
}

.switcher-product-quantity .glyphicon {
    cursor: pointer;
}

/***
Style for CATALOGUE - START
************************/

.row.catalogue {
    position: relative;
}

.setCountColumn {
    position: absolute;
    top: -35px;
    right: 0;
    cursor: pointer;
    font-size: 130%;
}

.setCountColumn[data-col="3"] {
    right: 30px;
}

.catalogue .item {
    position: relative;
    /*border: 1px solid transparent;*/
    padding-top: 10px;
    padding-bottom: 100px;
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
    border: 1px solid transparent;
    margin-bottom: 10px;
}

.catalogue .item:hover {
    /*background: #f8f9fa;*/
    /*box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5);*/
    border: 1px solid #b4c4d9;
}

.catalogue .item .img {
    margin: 0 -10px;
    position: relative;
}

.catalogue .item .prices {
    display: none;
    list-style-type: none;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0px;
    left: -105px;
    height: 100%;
    width: 110px;
    padding: 5px;
    margin: 0 0 0 0;
    z-index: 10;
    background: #fff;
    border: 1px solid transparent;
    outline: 1px solid #b4c4d9;
    text-align: center;
}

.catalogue .item .prices p {
    margin: 0 -15px;
}

.catalogue .item .general {
    list-style: none;
    position: absolute;
    bottom: 5px;
    width: 80%;
    padding: 0 0 10px 0;
    margin: 15px auto -15px auto;
    /*text-align: center;*/
}

.general .brand {
    font-weight: 700;
    font-size: 16px;
    text-align: left !important;
    display: block;
    color: black;
}

.general .name {
    font-weight: 400;
    height: 65px;
    overflow: hidden;
}

.general .price {
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 5px;
}

.general .price span {
    color: #5caeea;
    font-size: 20px;
}

.general .price span del {
    color: #d3120a;
    font-size: 12px;
}

.catalogue .item .inform {
    display: none;
    list-style: none;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 0px;
    right: 0px;
    width: 100%;
    padding: 5px;
    margin: 0;
    z-index: 4;
    background: #fff;
    border: 1px solid transparent;
    outline: 1px solid #b4c4d9;
    /*text-align: center;*/
}

.catalogue .item .inform li {
    padding-left: 3px;
}

.catalogue .item .inform .packs {
    color: black;
    font-weight: 700;
    font-size: 13px;
}

.catalogue .item .inform .price {

}

.catalogue .item .inform .price .packs {
    color: #5caeea;
    font-size: 20px;
}

.catalogue .item .inform .sizes {
    font-size: 14px;
}

.catalogue .item .inform .action {
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0 -5px 0 -9px;
    text-align: center;
}

.catalogue .item .inform .action .addToCart {
    background: #5caeea;
    width: 100%;
}

.catalogue .item .inform .totals {
    font-weight: 700;
    font-size: 16px;
}

.catalogue .item:hover .prices,
.catalogue .item:hover .inform {
    display: block;
}

.catalogue .item .inform .prodGood {
    display: none;
}

.catalogue .item .inform .counts ul li {
    list-style: none;
}

.catalogue .item .loader {
    position: absolute;
    top: 12px;
    right: 13px;
    margin: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    z-index: 1;
}

.catalogue .item .prices .row {
    padding: 0;
    list-style: none;
}

.catalogue .item .prices ul.row {
    margin-bottom: 10px;
}

.catalogue .item .prices .row li /*:nth-of-type(2)*/
{
    padding: 3px;
    text-align: center;
}

ul.ks-cboxtags {
    list-style: none;
    padding: 0;
}

ul.ks-cboxtags li {
    display: inline;
}

ul.ks-cboxtags li label {
    display: inline-block;
    border: 2px solid rgba(139, 139, 139, .3);
    color: #000000;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 2s;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 4px 8px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #1bdbf8;
    background-color: #12bbd4;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
    display: inline-block;
}

ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"]:focus + label {
    border: 2px solid #e9a1ff;
}

ul.ks-cboxtags li input[type="checkbox"]:disabled + label {
    text-decoration: line-through;
    cursor: none;
    font-weight: 100;
    color: #a5a5a5;
}

.btnMoreGoods {
    margin: 0 auto;
}

/* end catalogue */

/***
Style for PAGINATION - START
**********************/

nav .pagination li.before a {
    margin-left: 15px;
}

nav .pagination li.after a {
    margin-right: 15px;
}

/* end pagination */

/***
Style for PRODUCT - START
**********************/

.product .name {
    font-size: 18px;
}

.product .switcher {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.product .slider {
    list-style: none;
    padding: 3px 0;
    margin: 0;
}

.product .slider li {
    margin: 0;
    padding: 3px 0;
    text-align: center;
}

.product .slider li img {
    /*width: 100%;*/
    margin: 0 auto;
}

.product .slider img,
.prices .changeSizeColor {
    cursor: pointer;
}

.product .image {
    background: url('/statics/wuwo/img/loader.gif') center center no-repeat transparent;
    position: relative;
    text-align: center;
}

.product img {
    margin: 0 auto;
}

.item .img span,
.product .image span {
    /*width: 30px;
    height: 30px;*/
    position: absolute;
    /*bottom: 0;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px;*/
    /*box-shadow: inset 0 0 10px rgb(180, 196, 217);*/
}

.catalogue .item .img .checkInCart,
.product .image span.checkInCart {
    background: url('/statics/wuwo/img/ico-cart-into.png') right top no-repeat transparent;
    right: 5px;
    bottom: 0;
    width: 18px;
    height: 17px;
}

.checkBasketFavors {
    background: url('/statics/wuwo/img/icon-favorit-min.png') right top no-repeat transparent;
    width: 16px;
    height: 15px;
    cursor: pointer;
}

.catalogue .item .img .checkFavors,
.product .image span.checkFavors {
    background: url('/statics/wuwo/img/icon-favorit-min.png') right top no-repeat transparent;
    left: 5px;
    bottom: 0;
    width: 16px;
    height: 15px;
}

.catalogue .item .img .checkFavors.InTo,
.product .image span.checkFavors.InTo,
.checkBasketFavors.InTo {
    background: url('/statics/wuwo/img/icon-favorit-min-into.png') right top no-repeat transparent;
}

.product .image .checkFavors,
.catalogue .item .img .checkFavors,
.catalogue .item .img .checkFavors.InTo,
.checkBasketFavors.InTo {
    cursor: pointer;
}

.prods-slider .item .img .isNewProd,
.product .image .isNewProd,
.catalogue .item .img .isNewProd {
    /*background: url('/statics/wuwo/img/icon-isNewProd.png') right top no-repeat #d8373c;*/
    /*position: absolute;*/
    color: #ffffff;
    background: #5caeea;
    top: 0;
    left: 5px;
    padding: 0 5px;
}

.prods-slider .item .img .isNewPrices,
.product .image .isNewPrices,
.catalogue .item .img .isNewPrices {
    /*background: url('/statics/wuwo/img/icon-isNewPrices.png') right top no-repeat #d8373c;*/
    /*position: absolute;*/
    color: #ffffff;
    background: #ee14e7;
    bottom: 5px;
    right: 5px;
    padding: 0 5px;
}

.prods-slider .item .img .isOrdered,
.product .image .isOrdered,
.catalogue .item .img .isOrdered {
    background: url('/statics/wuwo/img/ico-ordered.png') right top no-repeat transparent;
    /*position: absolute;*/
    /*color: #ffffff;
    background: #000000;*/
    width: 100px;
    height: 100px;
    top: 0;
    right: 5px;
    padding: 0 5px;
}

.prods-slider .item .img .isDiscount,
.product .image .isDiscount,
.catalogue .item .img .isDiscount {
    /*background: url('/statics/wuwo/img/icon-isDiscount.png') right top no-repeat #ffffff;
    position: absolute;*/
    color: #ffffff;
    background: #d8373c;
    top: 0;
    right: 5px;
    padding: 0 5px;
}

.product .info {
    width: 100%;
}

.product .info td {
    width: 50%;
    border-bottom: 1px dashed grey;
}

.product .info tr td:first-child {
    text-align: left;
    font-weight: bold;
}

.product .info tr td:last-child {
    text-align: left;
}

.product .counts {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
    padding: 5px;
}

.product .counts > div {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ededed;
    padding: 5px;
    margin: 0 0 1px 0;
    overflow: hidden;
    /*box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);*/

}

.product .counts > div > div {
    font-size: 12px;
    text-align: center;
    padding-top: 3px;
}

.product .counts ul {
    width: 69%;
    min-width: auto;
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.product .counts li {
    width: 32%;
    float: right;
    padding: 0;
    text-align: center;
}

.product .counts span {
    padding-top: 2px;
    cursor: pointer;
}

.product .counts input {
    height: 23px;
    width: 23px;
    padding: 0;
    border: none;
    color: black;
    text-align: center;
}

.product__color-items {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
    padding: 5px;
    cursor: pointer;
}

.product__color-items > div {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ededed;
    padding: 5px;
    overflow: hidden;
    /*box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);*/
    min-height: 58px;
}

.product__color-items > .active {
    border: 1px solid red;
}

.messages.text-center {
    background-color: #0ba124;
    color: #ffffff;
    padding: 5px;
    clear: both;
    z-index: 100;
    /*box-shadow: inset 0 0 5px 5px rgba(255, 255, 255, 1);*/
    width: 100%;
}

.messages.text-center.error {
    background-color: #d3120a;
}

.messages.text-center.warning {
    background-color: #b98b4e;
}

/* end product */

/***
Style for BASKET - START
*********************/

.basket-content {
    width: 100%;
}

.basket-content .delFromCart {
    background: transparent;
    border: 0px solid transparent;
}

.basket-buttons {
    text-align: center;
}

.basket-buttons .catalog {
    text-align: left;
}

.basket-buttons .refresh {

}

.basket-buttons .ordering {
    text-align: right;
}

.basket-content th:nth-of-type(3),
.basket-content td:nth-of-type(3),
.basket-content th:nth-of-type(4),
.basket-content td:nth-of-type(4),
.basket-content th:nth-of-type(5),
.basket-content td:nth-of-type(5),
.basket-content th:nth-of-type(6),
.basket-content td:nth-of-type(6) {
    text-align: center;
}

/* end basket */

/***
Style for ORDERS - START
*********************/

.orders-content {
    width: 100%;
}

.orders-content tbody tr {
    cursor: pointer;
}

.orders-content tbody tr:nth-of-type(2n) {
    background: #e1f0f5;
}

.orders-content tbody tr.active {
    outline: 1px solid gray;
    font-size: 96%;
    font-weight: 700;
}

.orders-content tbody td {
    padding: 3px 0;
}

/* end ORDERS */

/***
Style for Modal window
********************/
#form-callback-user {
    text-align: center;
}

/* end modal window */

/***
Style for Contacts Page
********************/

.contacts-info {
    padding: 16px 30px 20px;
    margin-bottom: 15px;
}

.contacts-info .desc {
    width: 430px;
    float: left;
    padding-left: 0;
}

.contacts-info .name {
    font-family: 'RobotoBold';
    font-size: 17px;
    text-transform: uppercase;
    padding: 5px 0 10px 127px;
    background: url(/statics/wuwo/img/logo.png) 0 0 no-repeat;
    height: 48px;
}

.contacts-info ul {
    padding: 15px 0;
    margin-bottom: 15px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    list-style: none;
}

.contacts-info ul li {
    float: none;
    font-size: 17px;
    line-height: 20px;
    padding: 0;
}

.contacts-info .map {
    float: right;
    width: 49.5%;
}

.contacts-form textarea,
.contacts-form .field input {
    color: #000000;
}

.contacts-form .select .square {
    float: left;
    width: 17px;
    height: 17px;
    margin-right: 16px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
}

.contacts-form .select input:checked + .square {
    border: none;
    background: url(../img/checked.png) center 0px no-repeat #ff5b5a;
}

.contacts-form {
    color: #fff;
    padding: 0 30px;
    background-color: #2a78a9;
}

.unit-packs,
.self-packs,
.total-packs {
    color: #2a78a9;
    font-size: 20px;
}

.addToCart, .addToCartInCatalog {
    background-color: #5caeea;
    width: 100%;
    font-size: 20px;
}

.contacts-form .title {
    padding: 25px 0;
    margin-bottom: 0;
    text-align: center;
}

.contacts-form .title + p.message {
    padding-bottom: 25px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #4fa3d3;
    text-align: center;
}

.contacts-form .left {
    width: 330px;
    float: left;
}

.contacts-form .left .field {
    margin-bottom: 8px;
}

.contacts-form .left .field:last-child {
    margin-bottom: 0;
}

.contacts-form .right {
    padding-left: 13px;
    overflow: hidden;
    margin-top: -3px;
}

.contacts-form .right textarea {
    height: 121px;
}

.contacts-form .bottom {
    padding: 20px 0;
}

.contacts-form .select {
    float: left;
    padding: 11px 0 0;
    clear: both;
}

.contacts-form .select input {
    display: none;
    position: absolute;
}

.owner {
    line-height: 42px;
}

.contacts-form input.button {
    float: right;
    width: 220px;
}

/* end Contacts Page */

.breadcrumbs {
    list-style: none;
    padding: 0 0 5px 2px;
    border-bottom: 1px solid #e1f0f5;
}

.breadcrumbs li {
    display: inline-block;
}

.row.posts {

}

.row.posts {
    text-align: center;
}

.row.posts .image img {
    margin: 0 auto;
}

#catalog-filter-block {
    padding: 15px;
}

.catalog-filter-param-section {
    margin-bottom: 18px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
}

.form-check-label {
    font-weight: 500;
    padding-left: 10px;
}

.catalog-filter-change-counter-info {
    margin-top: 8px;
}

.catalog-filter-change-param-remove {
    cursor: pointer;
}

p.novelty-links a.active-link {
    text-shadow: 1px 1px 1px #3f7a85;
}

#myModal ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#myModal #string,
#myModal #search {
    height: 27px;
    line-height: 27px;
}

#sliderImagesProductsJoined .thumbelina-but.disabled, #sliderImagesProductsJoined .thumbelina-but.disabled:hover,
#sliderImagesProductsYouView .thumbelina-but.disabled, #sliderImagesProductsYouView .thumbelina-but.disabled:hover,
#sliderImagesProductsLikeIt .thumbelina-but.disabled, #sliderImagesProductsLikeIt .thumbelina-but.disabled:hover {
    /*background-color: #e4e4e4;*/
    color: #444;
    cursor: default;
    box-shadow: none;
}

#sliderImagesProductsJoined .thumbelina-but.horiz.left, #sliderImagesProductsYouView .thumbelina-but.horiz.left,
#sliderImagesProductsLikeIt .thumbelina-but.horiz.left {
    border-radius: 15px 0px 0px 15px;
}

#sliderImagesProductsJoined .thumbelina-but:hover, #sliderImagesProductsYouView .thumbelina-but:hover, #sliderImagesProductsLikeIt .thumbelina-but:hover {
    color: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);

}

#sliderImagesProductsJoined, #sliderImagesProductsYouView, #sliderImagesProductsLikeIt {
    margin-left: 20px;
    margin-right: 20px;
    /*background-color: RGBA(68, 68, 68, 0.05);*/
    width: auto;
    height: 170px;
    /*border-top: 1px solid RGBA(68, 68, 68, 0.05);
    border-bottom: 1px solid RGBA(68, 68, 68, 0.05);*/
    position: relative;
}

.tab {
    clear: both;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 0px 3px 3px 3px;
    /*border: 1px solid #e8e8e8;*/
}

.slide-img-thumbnail {
    display: inline-block;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    /*background-color: #fff;*/
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.banners-block img {
    width: 100%;
    height: auto;
    left: calc(50% - 294px / 2);
    top: calc(50% - 220px / 2);
    border-radius: 12px 12px 0px 12px;
    margin-bottom: 25px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
}

.basket-panel__body {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.basket-content .sub-price {
    font-size: 12px;
}

.prices > .active {
    border: 1px solid red;
}

#brand-slider .slick-slide img {
    width: auto;
}

#totop {
    cursor: pointer;
    position: fixed;
    left: 50px;
    bottom: 40px;
    display: none;
    outline: none;
}