/*дополнительная оснастка*/
.field-field-ostnastka-dop table {
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
}

.field-field-ostnastka-dop table th {
    text-align: left;
    padding: 15px;
    color: #282828;
}

.field-field-ostnastka-dop table td {
    text-align: left;
    padding: 15px;
    color: #282828;
    border-bottom: 1px solid #e5e5e5
}

.field-field-ostnastka-dop table td.already-exists {
    text-align: center;
    font-size: 12px;
}

.field-field-ostnastka-dop table td.b-img {
    padding: 0;
    height: 80px;
    width: 80px;
}

.field-field-ostnastka-dop table td.b-img img {
    margin: auto;
}

.field-field-ostnastka-dop .price {
    white-space: nowrap;
    font-size: 15px;
    font-weight: 700;
    color: #ed1c24;
    text-align: right;
}

.field-field-ostnastka-dop .price span {
    font-size: 14px;
    font-weight: 300
}

.field-field-ostnastka-dop a {
    color: #0164C1;
}

.row_dop_ostn_cost {
    text-align: right;
    min-width: 120px;
}

.tiny-field {
    padding: 4px 9px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC #CCC #B3B3B3;
    border-image: none;
    border-radius: 4px;
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 1px 1px 3px #CCC inset;
    color: #333;
    margin: 0px 5px;
}

/*блок вы смотрели*/
.view-box h3 {
    text-align: left;
    font-size: 20px;
    padding: 0px 0px 15px 5px;
    /*color: #ed1c24;*/
    color: #ed1c24;
}

.watched-node tr td:first-child img {
    margin-right: 10px;
}


.pagebar {
    background: #f7f6f3;
    padding: 10px;
    position: relative;
    z-index: 2;
    margin: -16px 0 13px;
    box-shadow: 1px 1px 3px #999;
    text-align: right;
}

.pagebar-top {
    background: #f7f6f3;
    padding: 10px 10px 5px;
    margin: 0;
    box-shadow: 1px 1px 3px #999;
    text-align: right;
    z-index: 0;
}

.pagebar .view {
    float: right;
    width: 300px;
    text-align: right
}

.pagebar .view label {
    font-size: 13px
}

.pagebar .jq-selectbox .select {
    width: 24px
}

.pagebar .jq-selectbox .dropdown {
    width: 46px
}

.page {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

.page li {
    float: left;
    border-radius: 4px;
    /*        margin-right:3px;background:#f5890a;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:6px 10px 5px 10px;*/
}

.page li a,
.page li.disabled span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page li a:hover {
    background-color: #e5e5e5;
}

.page li:first-child a,
.page li:first-child span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.page li:last-child a,
.page li:last-child span {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page li.active a {
    z-index: 3;
    font-weight: bold;
    background-color: #F5890A;
    border-color: #F5890A;
}

.page li.active a {
    z-index: 3;
    color: #fff;
    cursor: default;
}

.pagebar-top+div,
.pagebar-top+div.item-list ul:first-child li .prod-list {
    border-radius: 0 0 5px 5px;
}

.pagebar-table {
    width: 100%;
    height: 37px;
}

.pagebar-table tr td {
    text-align: left;
}

.pagebar-table tr td:last-child {
    width: 100%;
    text-align: right;
}

.pagebar-sort,
.pagebar-goods-count,
.pagebar-pager {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 5px;
    white-space: nowrap;
}

.pagebar-pager {
    width: 100%;
}

#main-slider a {
    width: 100%;
    max-width: 100%;
    display: block;
}

#main-slider {
    background: url(/images/slider_sh.png) bottom center no-repeat;
}

#main-slider a img {
    width: 100%;
    border-radius: 5px;
}

/*slick theme*/
/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    z-index: 1;

    position: absolute;
    top: 50%;

    display: block;

    width: 50px;
    height: 50px;

    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}


.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    background: rgba(0, 0, 0, 0.5);
    outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f060';
    font-size: 25px;
    line-height: 1;

    opacity: .75;
    color: #fff;

    display: block;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -10px;

}

.slick-next {
    right: -10px;

}

.slick-prev:before {
    transform: rotate(0deg);
}

.slick-next:before {
    transform: rotate(180deg);
}

/* Dots */
.slick-dotted.slick-slider {
    padding-bottom: 40px;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 40px;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;

    content: '';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler {
    padding: 4px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px 3px #ccc;
    color: #333;
}

textarea.styler {
    padding: 4px 4px 4px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px 3px #ccc;
    color: #333;
}

input[type="search"].styler {
    -webkit-appearance: none;
}

textarea.styler {
    overflow: auto;
}

input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {}

input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
    outline: none;
}

.btn,
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
    overflow: visible;
    padding: 5px 15px 7px 15px;
    outline: none;
    border: 1px solid #d7a217;
    border-bottom-color: #d39303;
    border-radius: 20px;
    background: #F1F1F1 url(../images/btn.png) top repeat-x;
    box-shadow: 0px 1px 3px #CCC;
    color: #000;
    text-shadow: 1px 1px #fad989;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}

a.btn:hover {
    color: #000;
}

button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.styler:after {
    content: '';
}

button.styler:hover,
input[type="button"].styler:hover,
input[type="submit"].styler:hover,
input[type="reset"].styler:hover {}

button.styler:active,
input[type="button"].styler:active,
input[type="submit"].styler:active,
input[type="reset"].styler:active {}

.img-left {
    float: left;
}

.img-center {
    margin: 0 auto;
}

.img-right {
    float: right;
}

/**
from node
 */
.a-justify {
    text-align: justify;
}

.padding10 {
    padding-right: 20px !important;
}

.p-indent {
    text-indent: 0px !important;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
    border: 0;
}

.footer-level2 {
    display: none;
    position: absolute;
    border: #f0f0f0 solid 1px;
    background-color: #fff;
    padding: 10px;
    left: 120px;
    bottom: 0px;
    z-index: 1;
    white-space: nowrap;
}

.footer-level1 {
    position: relative;
}

.footer-level1:hover>.footer-level2 {
    display: block;
}

#description-full ul {
    list-style-position: inside;
}

#description-full ul li {
    padding-left: 20px;
}

.pswp img {
    max-width: none;
    object-fit: contain;
}