* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    background: #ffffff;
}
a,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: 0;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
a {
    text-decoration: none;
    border: none;
    outline: none;
    color: #58bdfa;
}
a:hover {
    color: #000;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
img {
    max-width: 100%;
}
.x-unselectable {
    position: relative;
}
#uCatsMenu7 {
    left: 0% !important;
    top: 21px !important;
    margin-left: 0px;
}
.ttu {
    text-transform: uppercase;
}
.pullright {
    float: right;
}
.m-0 {
    margin: 0 !important;
}
.com-order-block,
#crt_blk_cont {
    display: none !important;
}
.clearfix:after {
    content: "";
    display: table;
    position: relative;
    clear: both;
}
.container {
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}

/* BUTTONS
------------------------------------------------*/
.btn,
input[type="button"],
input[type="reset"],
[type="submit"],
a.pmCatLinkActive,
.pmCatLink {
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    padding: 11px 20px;
    white-space: nowrap;
    margin: 5px 0 5px 0;
    position: relative;
    white-space: nowrap;
}
.btn:hover,
input[type="button"]:hover,
[type="submit"]:hover,
a.pmCatLinkActive:hover,
.pmCatLink:hover {
    color: #fff;
}
.btn.green,
input[type="button"],
[type="submit"] {
    background: #d01819;
}
.btn.green:hover,
input[type="button"]:hover,
[type="submit"]:hover {
    background: #555964;
}
.btn.dark {
    margin-left: 10px;
}
.btn.dark,
input[type="reset"],
a.pmCatLinkActive,
.pmCatLink {
    background: #555964;
}
.btn.dark:hover,
input[type="reset"]:hover,
a.pmCatLinkActive:hover,
.pmCatLink:hover {
    background: #484c56;
}
.btn.red {
    background: #e9573f;
}
.btn.red:hover {
    background: #d8422a;
}

/* HEADER
------------------------------------------------*/
.hTop {
    background: #eeeef0;
    padding: 12px 0 15px;
}
.hBottom {
    background: #575a61;
    background: -webkit-linear-gradient(top, #575a61, #777c82);
    background: -o-linear-gradient(top, #575a61, #777c82);
    background: -moz-linear-gradient(top, #575a61, #777c82);
    background: linear-gradient(to bottom, #575a61, #777c82);
    color: #fff;
}
.headerT,
.hMiddle,
.hBottom {
    display: table;
    width: 100%;
}
.headerTel,
.headerNav,
.headerGraph,
.hLogo,
.hsearch,
.account {
    display: table-cell;
    vertical-align: middle;
}
.headerTel {
    width: 30%;
}
.headerTel span {
    white-space: nowrap;
    margin-right: 40px;
    font-weight: bold;
    font-size: 16px;
}
.headerTel span:last-child {
    margin-right: 0px;
}
.headerTel span:before {
    content: "\EC64";
    font-family: "micon";
    font-size: 10px;
    background: #d01819;
    color: #fff;
    padding: 2px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    box-shadow: #fff 0px 0px 2px 1px;
    margin-right: 10px;
    font-weight: normal;
}
.headerNav {
    text-align: center;
}
.headerNav ul {
}
.headerNav ul li {
    display: inline-block;
    margin-right: 20px;
    white-space: nowrap;
}
.headerNav ul li:last-child {
    margin-right: 0px;
}
.headerNav ul li a {
    color: #55595c;
    font-weight: bold;
    display: inline-block;
}
.headerNav ul li a:hover {
    color: inherit;
}
.headerGraph {
    text-align: right;
    white-space: nowrap;
    color: #4d4d4f;
    width: 30%;
}
.headerGraph [class*="mi"] {
    position: relative;
    top: 2px;
    font-size: 16px;
    margin-right: 10px;
}
.hMiddle {
    margin: 30px 0 15px;
}

/* logo
------------------------------------------------*/
.hLogo,
.hsearch,
.account {
    vertical-align: middle;
}
.hLogo {
    width: 20%;
}
a.logo {
    background: url(../images/logo.jpg) no-repeat;
    width: 245px;
    height: 60px;
    display: block;
    text-indent: -9999px;
}

/* search
------------------------------------------------*/
.hsearch {
}
.hsearch form {
    position: relative;
    width: 100%;
}
.hsearch form input[type="text"] {
    width: 100%;
    height: 42px;
    border-radius: 4px;
    padding-left: 40px;
    padding-right: 90px;
    border: 1px solid #e4e6e1;
    box-shadow: #fafbf6 0px 0px 7px;
}
.hsearch form:before {
    content: "\EDB3";
    color: #d01819;
    font-family: "micon";
    position: absolute;
    top: 10px;
    left: 12px;
}
.hsearch form button {
    position: absolute;
    right: 0px;
    top: 0px;
}
.hsearch form input[type="text"]:focus {
}
.hsearch form input[type="text"] + button {
    opacity: 0;
    visibility: hidden;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 42px;
    padding: 0 20px;
    font-weight: bold;
    color: #fff;
    background: #d01819;
}
.hsearch form input[type="text"]:focus + button {
    opacity: 1;
    visibility: visible;
}
.hsearch form input[type="text"]:focus + button:hover {
    background: #555964;
}

/* account
------------------------------------------------*/
.account {
    text-align: right;
    width: 30%;
    position: relative;
}
.account a.btn.dark {
    margin-right: 0;
}
.account a [class*="mi"],
.account button [class*="mi"] {
    float: left;
    margin-top: 2px;
    font-size: 16px;
    margin-right: 15px;
    font-weight: bold;
}
.count {
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 14px;
    border-radius: 25px;
    width: 21px;
    height: 21px;
    text-align: center;
    display: inline-block;
    padding: 0;
    line-height: 21px;
}
.uPanel {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 0 15px 10px;
    z-index: 2;
}
.uPanel ul {
    margin: 10px 5px 15px;
}
.uPanel li {
    text-align: left;
    display: block;
}
.uPanel li a {
    display: block;
    color: #4d4d4f;
    margin: 0 -20px;
    padding: 5px 20px;
}
.uPanel li a:hover {
    background: #f9f9f9;
}
.upanTitle {
    background: #eeeef0;
    margin: 0 -15px;
    padding: 7px 15px;
    font-weight: bold;
    color: #444;
}
.uPanel li a [class*="mi"] {
    font-size: 10px;
    margin-top: 7px;
}
.logout a.btn {
    margin-right: 0;
}
.hMiddleBottom {
    display: table;
    width: 100%;
    padding-left: 320px;
    margin-bottom: 20px;
}
.au_operator,
.au_basket {
    display: table-cell;
    vertical-align: middle;
}
.au_operator {
    color: #6e6f74;
}
.au_operator > [class*="mi"] {
    float: left;
    font-size: 32px;
    margin-right: 15px;
    margin-top: 5px;
    color: #000;
}
.op_info {
    /*  overflow: hidden; */
    font-size: 16px;
}
.op_infoTop {
    font-weight: bold;
    margin-bottom: 10px;
}
.op_info p {
    margin-top: -3px;
}

.message-link {
    padding: 5px 20px;
    border-radius: 3px;
}

.message-link:hover {
    color: #ffffff;
}

/* basket
------------------------------------------------*/
.au_basket {
    text-align: right;
    width: 40%;
    position: relative;
    cursor: pointer;
}
.shoppingCart {
    float: right;
}
.shoppingCart > [class*="mi"] {
    float: left;
    font-size: 32px;
    margin-top: 5px;
    display: inline-block;
    margin-right: 15px;
    color: #d01819;
}
#shop-basket {
    float: inherit;
}
.basket_info {
    text-align: left;
    overflow: hidden;
}
p.info_bask {
    margin-top: -3px;
    color: #6e6f74;
}
.shop-basket {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 20px 15px 0;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    min-width: 320px;
    cursor: auto;
    z-index: 3;
    margin-top: 10px;
}
.basket-itemImg {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

.basket-itemImg a {
    display: block;
}
.basket-itemImg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
li[id*="basket-item-"] {
    margin-bottom: 20px;
}
.with-clear {
    overflow: hidden;
    float: left;
    margin-right: 15px;
    text-align: left;
}
.with-clear a {
    color: #000;
}
a.itemDel {
    float: right;
    margin-top: 3px;
    color: #cfcfcf;
}
a.itemDel:hover {
    color: #d8422a;
}
.sb-cost,
.disc,
.disc-info {
    color: #6e6f74;
}
.baskTotal {
    background: #eeeef0;
    margin: 0 -15px;
    padding: 10px 15px;
}
.baskBtnBl {
    margin: 10px -5px;
    white-space: nowrap;
}
.baskBtnBl a.btn {
    margin: 5px;
}
.baskBtnBl a [class*="mi"] {
    font-size: 18px;
    margin-right: 15px;
    float: left;
    margin-top: 2px;
}

/* add-success
------------------------------------------------*/
.add-success {
    display: none;
    background: #35ab55;
    padding: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

/* Info Site
------------------------------------------------*/
.infoSite {
    display: table;
    width: 100%;
    padding: 14px 0 15px 320px;
}
.infoSite [class*="mi"] {
    float: left;
    margin-right: 15px;
    margin-top: 3px;
    font-size: 16px;
}

/* MIDDLE
------------------------------------------------*/
main {
    display: table;
    width: 100%;
}
aside {
    display: table-cell;
    vertical-align: top;
}
.middle {
    display: flow-root;
    vertical-align: top;
}

@media (max-width: 801px) {
    .middle {
        display: block !important;
    }
}
/* ASIDE
------------------------------------------------*/
aside {
    width: 280px;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
    float: left;
}

/* nav
------------------------------------------------*/
nav {
    margin-bottom: 30px;
}
nav .navHead {
    text-transform: uppercase;
    font-weight: bold;
    background: #d01819;
    text-align: center;
    color: #fff;
    padding: 12px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    z-index: 1;
    pointer-events: none;
}
nav .navHead [class*="mi"] {
    font-size: 26px;
}
nav .navHead:after,
nav .navHead:before {
    content: "...";
    font-size: 24px;
    position: relative;
    top: -3px;
}
nav .navHead:after {
    margin-left: 22px;
}
nav .navHead:before {
    margin-right: 22px;
}
nav .navList {
    background: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}
nav .navList ul {
    padding: 0 20px;
}
.sectName {
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    display: block;
    padding: 16px 0;
}
nav .navList a {
    color: #000;
    display: block;
    padding: 2px 0;
}
nav .navList a:hover {
    color: #d01819;
}
nav .navList a [class*="mi"] {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

/* aside block
------------------------------------------------*/
.asideBl {
    position: relative;
    clear: both;
    margin-bottom: 20px;
}
.asideHead {
    text-transform: uppercase;
    font-weight: bold;
    color: #d01819;
    margin-bottom: 15px;
}
.asideHead [class*="mi"] {
    position: relative;
    top: 2px;
    font-size: 16px;
    left: 15px;
}
.asideCont {
    position: relative;
}

/* Last Comments
------------------------------------------------*/
.lastComm {
    margin-bottom: 15px;
}
.lastCommImg {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    border: 1px solid #eeeef0;
    margin-right: 20px;
    margin-top: 4px;
}
.lastCommImg a {
    color: #868686;
}
.lastCommImg img {
    width: 100%;
    height: 100%;
    display: block;
}
.lastCommItem {
    overflow: hidden;
}
.lastComm h4 {
    line-height: 18px;
    margin-bottom: 10px;
}
.lastComm h4 a {
    color: #000;
}
.lastCommMess {
    color: #787679;
    line-height: 20px;
    margin-bottom: 7px;
}
.lastCommDate {
    font-size: 12px;
    color: #ababab;
}

/* content
------------------------------------------------*/
.content {
    padding: 40px 0 40px 40px;
}
.sectionDesr {
    margin-bottom: 30px;
}
.sectionDesr h1 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
}
.sectionDesr p {
    line-height: 20px;
    color: #7a7a7a;
}
.shortBl {
    margin: 0 -10px;
}

/* shortItem
------------------------------------------------*/
.shortItem {
    display: inline-block;
    width: 25%;
    padding: 10px;
    float: left;
    margin-bottom: 2px;
}
.sItem {
    border: 1px solid #efefef;
    padding: 20px 20px 15px;
    /*  max-width: 265px; */
    max-width: 100%;
    transition: all 0.3s ease 0s;
}
.sItem:hover {
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease 0s;
}
.shortImg {
    height: 170px;
    margin-bottom: 10px;
}
.shortImg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.sItem h4 {
    height: 38px;
    overflow: hidden;
    line-height: 18px;
    margin-bottom: 10px;
}
.sItem h4 a {
    display: block;
    color: #55595c;
    min-width: 215px;
}
.sItem:hover h4 a {
    color: #000;
}
.catItem {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.catItem a {
    color: #d01819;
    font-size: 12px;
}
.catItem a [class*="mi"] {
    float: left;
    margin-top: 6px;
    margin-right: 7px;
}
.sItem .priceBl {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shortPrice {
    float: left;
}
.shortPrice span {
    font-weight: bold;
    font-size: 20px;
}
.shortPrice span.sale {
    font-weight: bold;
    font-size: 20px;
    color: #e9573f;
}
.sItem .priceBl a.btn {
    float: right;
    margin: 0;
    width: auto;
    transition: all 0.3s ease 0s;
    padding: 10px 16px;
}
.sItem .priceBl a.btn [class*="mi"] {
    font-size: 26px;
    float: left;
}
.sItem .brand {
    text-transform: uppercase;
    text-align: center;
    color: #6b6b6b;
    border-top: 1px solid #efefef;
    padding-top: 12px;
    font-size: 13px;
}

/* SEO (footer)
------------------------------------------------*/
.seoBl {
    background: #eeeef0;
    padding: 40px 0;
}
.seoBl h2 {
    margin-bottom: 10px;
}
.seoBl p {
    color: #747670;
}

/* FOOTER
------------------------------------------------*/
.footer {
    padding: 40px 0;
}
.footerBottom {
    /*   display: table; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.fCol {
    display: table-cell;
    /*   width: 50%; */
    vertical-align: middle;
}
.fCol:nth-child(1) {
    width: 40% !important;
}

.fCol:nth-child(2) {
    width: 60%;
}

.flogo {
    float: left;
}
.fnav {
    text-align: right;

    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.fnavBl {
    display: inline-block;
    text-align: left;
    margin: 0 40px;
}
.fnavBl:last-child {
    margin-right: 0;
}
.fnavBl:first-child {
    margin-left: 0;
}
.fnavTitle {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 16px;
    color: #747474;
}
.fnavBl ul {
}
.fnavBl ul li a {
    color: #747474;
}
.fnavBl ul li a:hover {
    color: #000;
}
.copyright {
    display: inline-block;
    margin-top: 10px;
}

@media only screen and (max-width: 1110px) {
    .footerBottom {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .fCol:nth-child(2) {
        margin-top: 50px;
        width: 100%;
    }
    .fnav {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 800px) {
    .footerBottom .fCol:first-child {
        text-align: left;
        width: 100% !important;
    }

    .fnavBl {
        margin: 0 20px;
    }

    .fnavBl:first-child {
        margin-left: 0;
    }
}

@media only screen and (max-width: 610px) {
    .fnav {
        flex-direction: column;
        align-items: flex-start;
    }
    .fnavBl {
        margin: 0;
        margin-bottom: 20px;
    }

    .fnavTitle {
        margin-bottom: 10px;
    }
}
/* HOME
------------------------------------------------*/
.homeProd {
    display: table;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 12px;
}
.homeCont,
.homeRightAside {
    display: table-cell;
    vertical-align: top;
}
.homeCont h2 {
    text-transform: uppercase;
    margin: 0px 0 12px 0;
}
.homeCont .content {
    padding: 0px 40px 00px 0;
}
.homeCont .shortBl {
    margin-bottom: 40px;
}
.homeCont .shortBl:last-child {
    margin-bottom: 0px;
}
.homeRightAside {
    width: 300px;
}
.homeRightAside .rek {
    margin-bottom: 30px;
}
.infoBlock {
    padding: 20px;
    /*  display: table; */
    width: 100%;
    border-radius: 5px;
    background-color: #eeeef0;
    border: 1px solid #eeeef0;
    margin-bottom: 40px;
    color: #2c2c2c;
}

.infoBlock > p {
    margin-bottom: 15px;
}
.infoBlock a.btn [class*="mi"] {
    float: left;
    margin-right: 15px;
    font-size: 18px;
    margin-top: 3px;
}
.infoBlock a {
    margin: 0;
    padding: 5px 20px;
    color: #ffffff;
    border-radius: 3px;
}
.infoBlock p {
    color: #2c2c2c;
    vertical-align: middle;
    padding-right: 20px;
}

/* SLIDER
------------------------------------------------*/
.g_promo {
    width: 100%;
    padding: 20px 0 0 20px;
}
.g_promo .flexslider {
    margin: 0;
    z-index: 0;
    position: relative;
}
.g_promo .flex-direction-nav a {
    display: block;
    width: 80px;
    margin: -35px 0 0;
    position: absolute;
    top: 75%;
    overflow: visible;
    opacity: 0;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
    line-height: 60px;
    height: 60px;
}
.g_promo .slides:hover .flex-direction-nav a {
    opacity: 1;
}
.g_promo .flex-direction-nav a:before {
    font-family: "micon";
    text-shadow: none;
    font-size: 60px;
    display: inline-block;
    color: #d01819;
}
.g_promo .flex-direction-nav a.flex-prev:before {
    content: "\EA91";
    text-shadow: #fff 20px 0px 0px;
}
.g_promo .flex-direction-nav a.flex-next:before {
    content: "\EA94";
    text-shadow: #fff -20px 0px 0px;
}
.g_promo .flex-direction-nav .flex-prev {
    left: 40%;
}
.g_promo .flex-direction-nav .flex-next {
    right: 40%;
}
.g_promo .flexslider:hover .flex-next {
    right: 45px !important;
}
.g_promo .flexslider:hover .flex-prev {
    left: 45px !important;
}
.g_promo .slides li {
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    background: #000;
}
.g_promo .slides li img {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
    opacity: 0.7;
    transition: all 0.4s ease-in-out;
}
.g_promo .flexslider:hover .slides li img {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.g_promo .slides li .slideInfo {
    color: #fff;
    position: absolute;
    top: 45px;
    width: 50%;
}
.g_promo .slides li .slideInfo .slideTitle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 25px;
    max-width: 390px;
}
.g_promo .slides li .slideInfo.left {
    left: 45px;
    text-align: left;
}
.g_promo .slides li .slideInfo.left p {
    margin-right: 40%;
}
.g_promo .slides li .slideInfo p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 25px;
}
.g_promo .slides li .slideInfo.right {
    right: 45px;
    text-align: right;
}
.g_promo .slides li .slideInfo.right p {
    margin-left: 40%;
}
.g_promo .slides li .slideInfo a.btn {
    font-size: 13px;
    margin: 0;
}
.g_promo .slides li .slideInfo a.btn [class*="mi"] {
    float: left;
    font-size: 13px;
    margin: 3px 12px 0 -2px;
    font-weight: bold;
}

/* FULLSTORY
------------------------------------------------*/
.full {
    position: relative;
    padding-left: 40px;
    margin-top: 70px;
}
.full h1 {
    font-size: 24px;
    margin-bottom: 20px;
}
.product,
.fullBottom {
    display: table;
    width: 100%;
    margin-bottom: 40px;
}
.prodImgBl,
.prodInfo,
.prodPrice {
    display: table-cell;
    vertical-align: top;
}
.prodPrice {
    width: 300px;
}
.prodPriceBlock {
    border: 1px solid #555964;
    border-radius: 4px;
    padding: 20px 0 15px;
}
.prodPriceTop {
    text-align: center;
    padding: 0px 10px;
    margin-bottom: 15px;
}
.auPrice {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
.prodPriceTop p,
.auPriceOld {
    color: #747474;
}
.auPriceOld {
}
.prodPriceTop p {
    margin-bottom: 5px;
    margin-top: 15px;
}
.prodPriceTop a [class*="mi"] {
    float: left;
    font-size: 16px;
    margin-top: 3px;
    display: inline-block;
    margin-right: 15px;
    color: #fff;
}
.prodPriceBottom {
    border-top: 1px solid #efefef;
}
.prodPriceBottomBl .icon {
    float: left;
    font-size: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 1px solid #555964;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 15px;
}
.prodPriceBottomBl {
    margin-top: 15px;
    padding: 0 10px 0 15px;
}
.delivery {
    overflow: hidden;
}
.delivery > div {
    font-weight: bold;
}
.delivery > p {
    color: #747474;
    line-height: 18px;
    font-size: 13px;
}
.prodInfo {
    padding: 0 30px;
}
.art {
    margin-bottom: 20px;
}
.art span {
    font-weight: bold;
}
.social {
    border: 1px solid #eeeef0;
    border-radius: 4px;
    display: inline-block;
    padding: 15px;
    margin-bottom: 30px;
}
.social > span {
    margin-bottom: 10px;
    display: inline-block;
}
.prodInfo ul li {
    padding: 10px;
}
.prodInfo ul li:nth-child(2n + 1) {
    background: #f9f9f9;
}
.prodInfo ul li span {
    width: 100%;
    display: inline-block;
}
.prodInfo ul li a {
    /* text-decoration: underline; */
}
.fullDescr,
.commBl {
    display: table-cell;
    vertical-align: top;
}
.fullDescr {
    padding-right: 25px;
}
.descrTitle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #eeeef0;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

/* FULLSTORY SLIDER
------------------------------------------------*/
.prodImgBl {
    width: 330px;
}
.prodSlide {
    /*   border: 1px solid #eeeef0;
    border-radius: 4px;
    padding: 5px; */
}
.prodSlide .flexslider {
    margin: 0;
}
#slider {
    height: auto;
}
.prodSlide .slides li div {
    overflow: hidden;
}
.prodSlide .slides li div img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.prodSlide #slider .flex-direction-nav a {
    display: block;
    width: 38px;
    margin: -25px 0 0;
    position: absolute;
    top: 50%;
    overflow: visible;
    opacity: 0;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
    line-height: 44px;
    height: 44px;
}
.prodSlide #slider:hover .flex-direction-nav a {
    opacity: 1;
}
.prodSlide .flex-direction-nav a:before {
    font-family: "micon";
    text-shadow: none;
    font-size: 24px;
    display: inline-block;
    color: #d01819;
}
.prodSlide .flex-direction-nav a.flex-prev:before {
    content: "\EA91";
    text-shadow: #fff 7px 0px 0px;
}
.prodSlide .flex-direction-nav a.flex-next:before {
    content: "\EA94";
    text-shadow: #fff -7px 0px 0px;
}
.prodSlide .flex-direction-nav .flex-prev {
    left: 40%;
    text-align: center;
}
.prodSlide .flex-direction-nav .flex-next {
    right: 40%;
    text-align: center;
}
#slider:hover .flex-next {
    right: 0px !important;
}
#slider:hover .flex-prev {
    left: 0px !important;
}
#carousel .slides > li {
    cursor: pointer;
    text-align: center;
}
#carousel .slides > li img {
    height: 100% !important;
    object-fit: cover;
}
#carousel .slides > li div {
    margin: 5px;
    height: 50px;
}
#carousel .slides > li.flex-active-slide div {
}
#carousel .flex-direction-nav a {
    opacity: 0;
    top: 65%;
}
#carousel:hover .flex-direction-nav a {
    opacity: 1;
}
#carousel:hover .flex-next {
    right: -15px !important;
}
#carousel:hover .flex-prev {
    left: -15px !important;
}

/* COMMENTS
------------------------------------------------*/
.commBl {
    width: 400px;
    background: #eeeef0;
    border-radius: 4px;
    padding: 25px;
}
.commBl .title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.commBl .title span {
    float: right;
}
.commForm {
    margin-bottom: 10px;
}
.commForm textarea {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 0;
    resize: none;
}
.commForm .btn {
    margin-left: 0;
    margin-top: 10px;
}
.commBl .items .title {
    text-transform: none;
}
.commItem {
    border-bottom: 1px solid #e1e1e4;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.commUser a {
    color: #000;
    font-weight: bold;
}
.commMess {
    color: #5f5c5f;
    line-height: 20px;
    margin: 10px 0;
}
.commImfo {
    color: #5f5c5f;
}
.commImfo span {
    font-size: 13px;
    color: #000;
}
.commImfo a {
    color: #0b8eb3;
    text-decoration: underline;
}
.commImfo a:hover {
    color: #2399ba;
    text-decoration: none;
}

/* SISTEM Styles
------------------------------------------------*/
.uadm.uadm--mini,
.uadm.uadm--mini .uadm-collapse {
    top: 9px;
}

/*  Pagination
---------------------------*/
.pagination {
    display: block;
    text-align: center;
}

#pagesBlock1,
.pagesBlockuz1,
.pagesBlockuz2 {
    clear: both;
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 18px;
    display: inline-block;
    font-weight: 400;
}

/* -- active -- */
.pgSwchA b,
.swchItemA span,
.swchItemA1 span {
    z-index: 2;
    color: #fff;
    cursor: default;
    position: relative;
    line-height: 37px;
    text-decoration: none;
    min-width: 37px;
    height: 36px;
    background-color: #d01819;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    border-radius: 4px;
}
.pgSwchA:hover b,
.swchItemA:hover span,
.swchItemA1:hover span {
}

/* -- no active -- */
.pgSwch span,
.swchItem span,
a.swchItem1 {
    position: relative;
    text-decoration: none;
    line-height: 37px;
    min-width: 37px;
    height: 37px;
    color: #000;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #efefef;
    border-radius: 4px;
    text-align: center;
}
.pgSwch:hover span,
.swchItem:hover span,
a.swchItem1:hover {
}

/* -- dots -- */
.swchItemDots {
    position: relative;
    text-decoration: none;
}

hr {
    opacity: 0.07;
}
.inner,
input[type="text"],
input[type="file"],
textarea,
select {
    border: 1px solid #efefef !important;
    border-radius: 4px;
    padding: 7px 10px;
}
#image-list-cont #image-list .inner p {
    color: #787679;
}
div.recommended-products {
    border: 0 !important;
}
.codeButtons,
a.pmCatLinkActive,
.pmCatLink {
    width: auto !important;
    margin: 0px !important;
    padding: 5px 15px !important;
}
input[type="button"],
input[type="reset"] {
    margin: 0;
}
.prodPriceTop input[type="button"] {
    display: none;
}
.prodPriceTop input[type="text"] {
    width: 84%;
    text-align: center;
    margin: 15px 0;
}
.gTable tr:nth-child(2n + 1) {
    background: #fcfcfc;
}

.nav-category {
    max-width: 700px;
}

.nav-category__item:not(:last-child) {
    margin-bottom: 10px;
}

.nav-category-item__head {
    position: relative;
    padding: 25px 30px 15px 30px;
    color: #000;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    transition: 0.3s ease;

    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0 0;
    font-size: 13px;
}

.nav-category-item__title .mi {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(90deg);
    right: 15px;
}

.nav-category-item__head a,
.nav-category-item__head .nav-category-item__title {
    padding-left: 15px;
}

.nav-category-item__head:hover {
    /* background: #24323e; */
}

.nav-category-item__icon {
    margin-right: 15px;
    line-height: 1;
    transition: 0.3s ease;
}

.nav-category-item__body {
    padding: 10px;
    font-size: 16px;
    background: #fff;
    border-radius: 8px;
    color: #283845;
    display: none;
}

.nav-category-item__body .mi::before {
    font-size: 10px;
}

.nav-category-item_active .nav-category-item__head {
    /*background: #22303b;*/
    /* в активном состоянии блока .nav-category__item фон заголовка .nav-category-item__head меняет цвет */
}

.nav-category-item_active .nav-category-item__title .mi {
    transform: rotate(-90deg);
    /* в активном состоянии блока .nav-category__item иконка .nav-category-item__icon меняет цвет */
}

.whatsapp {
    color: #ffffff;
    background-color: #1e675f;
}

.viber {
    color: #ffffff;
    background-color: #504a7a;
}

.page-order .asideBl {
    display: none;
}

.u-orders-wrapper #order-but-continue,
.u-orders-wrapper #order-but-recalc {
    margin-top: 10px;
    margin-bottom: 25px;
}
#cont-shop-checkout input[type="button"] {
    margin-top: 10px;
}

#payments-list input[type="radio"],
#delivery-block-1 input[type="radio"] {
    display: none;
}
#order-table .order-item td {
    line-height: 130%;
}

#call-back-form {
    padding: 50px 30px;
    max-width: 400px;
    display: none;
}

#call-back-form h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000000;
}

#call-back-form p {
    line-height: 130%;
    margin-bottom: 20px;
}

.shop-spec-filter-wrapper {
    background-color: #eeeef0;
    margin-top: 25px !important;
    padding-left: 20px;
    padding-top: 12px;
    border-radius: 5px;
}
.spec-filter {
    border: none !important;
}
.spec-values {
    display: flex;
    flex-wrap: wrap;
}

.spec-value {
    margin-right: 20px;
    margin-bottom: 15px;
}
.spec-filter-title span {
    font-size: 19px;
    display: inline-block;
    margin-bottom: 7px;
}
#reset-filter-btn a {
    padding: 5px 15px;
    transition: 0.3s all ease-in-out;
    color: #ffffff;
    background-color: #d01819;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

@media (max-width: 480px) {
    .spec-values {
        padding-left: 0 !important;
    }
}
