body:not('.common-home') #content {}


/*header*/

.tr-relative {
    position: relative;
}

.tr-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
}

.tr-header .collapsing,
.tr-header .collapse.in {
    display: flex;
    align-items: center;
    margin: 80px 0 0 -35px;
    transition: height 0.15s ease-in;
    padding: 0;
    width: calc(100vw - 30px);
}

.tr-header .collapse.in {
    height: calc(100vh - 80px) !important;
}

.tr-header .tr-align-center {
    align-items: flex-start;
}

.tr-header .row {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    margin: 0;
}

.tr-header .col-sm-3 {
    position: initial;
}

.tr-user-btn {
    /*     position: fixed;top: 32px;right: 22px; */
    position: relative;
    top: 2px;
}

.tr-menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.tr-nav {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-end;
    background: #fff;
    margin: 7.5px 0;
    width: 100%;
    position: relative;
}

.tr-nav li {
    width: 100%;
}

.tr-header .header-btns:last-of-type {
    position: fixed;
    padding: 0 10px;
    right: 0;
    top: 0;
}

.tr-header .header-btns:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 71px;
    background-color: #dfdfdf;
    position: absolute;
    left: 0;
    top: 5px;
}

@media screen and (max-width: 768px) {
    .tr-header .container {
        margin: 0;
        width: 100%;
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    .tr-header {
        position: relative;
    }
    .tr-header .tr-align-center {
        align-items: center;
    }
    .tr-header .row {
        margin: 0 0 40px;
    }
    .tr-menu {
        justify-content: flex-end;
        align-items: center;
    }
    .tr-nav {
        margin-top: 0;
        flex-flow: row wrap;
        max-height: initial;
        overflow-y: initial;
        align-items: center;
        justify-content: flex-end;
        margin: 7.5px 10px;
    }
    .tr-nav li {
        width: auto;
    }
    .tr-user-btn {
        position: initial;
        top: initial;
        right: initial;
    }
    .tr-header .collapsing,
    .tr-header .collapse.in {
        display: flex;
        align-items: center;
        margin: initial;
        width: initial;
    }
    .tr-header .collapse.in {
        height: auto !important;
    }
    .tr-header .header-btns:last-of-type {
        position: relative;
        right: initial;
        top: initial;
    }
}


/*flex*/

.tr-align-center {
    display: flex;
    align-items: center;
}

.tr-inline-flex {
    display: inline-flex;
    width: auto;
}

.tr-flex-nowrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .tr-flex-nowrap {
        flex-flow: row nowrap;
    }
}

.tr-banner,
.tr-cat {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}

.tr-cat {
    margin-bottom: 20px;
}

.tr-banner {
    display: none !important;
    height: 230px;
    background: #fff;
}

.tr-banner .owl-item {
    width: 100%;
}

.common-home .tr-banner {
    display: block !important;
    height: 100%;
    margin-bottom: 30px;
}

.common-home .owl-carousel.tr-banner {
    height: 445px;
}

.tr-banner .panel-heading,
.tr-cat .panel-heading {
    height: 65px;
    cursor: pointer;
    position: relative;
}

.tr-cat .panel-heading,
.tr-cat .panel-heading a {
    height: 38px;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    cursor: pointer;
}

.tr-banner .list-group {
    height: 400px;
    overflow-y: auto;
    direction: rtl;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .tr-banner .list-group {
        overflow-y: inherit;
    }
    .common-home .tr-banner {
        height: auto;
        margin-bottom: 0;
    }
    .tr-banner .list-group {
        /*02.04.2019*/
        /*height: calc(100% - 65px);*/
        height: auto;
        /*overflow-x: hidden;*/
        /*overflow-y: auto;*/
        margin-left: -5px;
    }
}

.tr-banner--arrow {
    display: block;
    background: #fff;
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
}

.tr-banner--arrow:after,
.tr-banner--arrow:before {
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    position: absolute;
    background: #fff;
}

.tr-banner--arrow:after {
    transform: rotate(-45deg);
    top: 3px;
    right: 0;
}

.tr-banner--arrow:before {
    transform: rotate(45deg);
    top: -2.8px;
    right: 0;
}

.tr-slide-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background: rgba(58, 58, 58, .18);*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 25px 200px 25px 30px;
}

.tr-slide-overlay span {
    text-shadow: 0 0 13px rgba(0, 0, 0, 0.16);
    color: #fff;
    font-family: Roboto-Bold;
    font-size: 40px;
    letter-spacing: 2px;
    line-height: initial;
    background: #3a3a3a2e;
    padding: 10px 20px;
}


/*ul styling for home/index page banner menu*/

.tr-ul-wrap {
    position: relative;
    background: #fff;
    direction: initial;
    overflow-y: auto;
    /*max-height: 40vh;*/
}

.tr-ul-wrap::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.tr-ul-wrap::-webkit-scrollbar-thumb {
    background-color: #abd5f9;
}

.tr-ul-wrap::-webkit-scrollbar-track {
    background-color: transparent;
}

.tr-ul-wrap ul,
.tr-li-none {
    padding: 0;
}

.tr-ul-wrap li {
    list-style: none;
    padding: 0;
    margin-left: 15px;
}

.tr-li-none li {
    list-style: none;
    margin: 0 10px;
    padding: 3px 0 5px;
    border-top: none;
    border-bottom: 1px solid #f4f4f4;
}

.tr-li-none li a,
.tr-li-none li {
    color: #707070;
}

.tr-li-none li:last-of-type {
    border-bottom: none;
}

.tr-li-none li a {
    display: block;
}

.tr-li-none li:hover {
    background: #f4f4f4;
    margin: 0;
    padding: 3px 10px 5px;
}

.tr-li-none li:hover,
.tr-li-none li:hover a {
    color: #3a3a3a;
}

.tr-ul-wrap li a {
    margin: 7px 10px;
}

.tr-ul-wrap li:hover {
    background: #e3f1fd;
}

.tr-ul-wrap li:hover a,
.tr-li-none li:hover a {
    color: #3a3a3a;
    font-family: Roboto;
}

.owl-carousel.tr-banner {
    position: absolute;
    width: calc(100% + 30px) !important;
    left: -15px;
    top: -939px;
}

@media screen and (min-width: 768px) {
    .owl-carousel.tr-banner {
        position: relative;
        top: 0;
        left: 0;
        width: 100% !important;
    }
    .tr-banner {
        display: block !important;
    }
}

@media screen and (min-width: 992px) {
    .tr-banner--arrow {
        position: relative;
        top: 0;
        right: 0;
    }
}


/*product sort*/

.tr-sort {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 0 0 15px;
    width: 100%;
}

.tr-sort label {
    margin-right: 10px;
}

.tr-sort .form-group {
    margin-bottom: 10px;
}

.tr-sort > div:not(:first-of-type) {
    margin-left: 10px;
}

@media screen and (min-width: 480px) {
    .tr-sort > div:not(: first-of-type) {
        margin-left: 30px;
    }
}

@media screen and (min-width: 768px) {
    .tr-sort {
        width: 45%;
    }
}

@media screen and (min-width: 992px) {
    .tr-sort {
        width: 40%;
    }
}

@media screen and (min-width: 1200px) {
    .tr-sort .form-group {
        margin-bottom: 40px;
    }
}


/*icons*/

.tr-product_thumb--icons {
    position: absolute;
    left: 0;
    top: 0;
}

.tr-product_thumb--icons .tr-icon {
    margin: 10px;
}

.tr-icon {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #419ff2;
    position: relative;
}

.tr-icon:before {
    content: '';
    display: block;
}

.tr-icon--doc {
    background: url(../image/doc.png) center center no-repeat;
    background-size: 12px;
}

.tr-icon--play:before {
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 3.5px);
    border: 7px solid transparent;
    border-left: 10px solid #419ff2;
}


/*product-card*/

.tr-product-attrs {
    content: attr(data-label);
    text-align: right;
    width: 100%;
    color: #707070;
    font-family: Roboto;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.tr-product-attrs:before {
    content: attr(data-row-name);
    float: left;
    text-align: left;
    padding-right: 10px;
    color: #707070;
    font-family: Roboto-Medium;
    font-size: 14px;
    line-height: 22px;
}

.tr-price {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 5px 0;
}

.tr-price>div:not(:last-of-type) {
    margin-right: 20px;
}

.tr-minus,
.tr-plus {
    position: absolute;
    bottom: 12px;
    cursor: pointer;
    height: 11px;
    width: 11px;
}

.tr-minus {
    left: 10px;
}

.tr-plus {
    right: 10px;
}

.tr-minus:after,
.tr-plus:after,
.tr-plus:before {
    content: '';
    display: block;
    background: #848484;
    height: 1px;
    width: 11px;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.tr-plus:before {
    transform: rotate(90deg);
}


/*mobile*/

.common-home .tr-header + .container {
    margin-top: 0;
}


/*.tr-header + .container{    margin-top: 80px;}*/

.common-home aside.hidden-xs {
    display: block !important;
}

.common-home .tr-home-reverse {
    display: flex;
    flex-flow: column-reverse wrap;
}

.tr-active-page {
    border-color: #f65a5a !important;
}

@media screen and (min-width: 768px) {
    .tr-header + .container {
        margin-top: 0;
    }
    .tr-active-page {
        border-color: transparent !important;
    }
    .tr-active-page:hover {
        border-color: #f65a5a !important;
    }
    .common-home .tr-home-reverse {
        display: initial;
    }
}

.tr-html p:last-of-type > img {
    margin-bottom: 0;
}

.row + .tr-html {
    margin-top: 15px;
}

.tr-img-right {
    margin: 5px 0 15px 15px;
}

.tr-img-left {
    margin: 5px 15px 15px 0;
}

p > img {
    margin-top: 5px !important;
}

p:first-of-type > img {
    margin-top: 0 !important;
}


/*page*/

.tr-page--name {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.tr-page--name h1,
.tr-page--name .h1 {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .tr-page--name h1,
    .tr-page--name .h1 {
        width: 55%;
    }
    .row + .tr-html {
        margin-top: 30px;
    }
    .tr-img-right {
        margin: 5px 0 25px 30px;
    }
    .tr-img-left {
        margin: 5px 30px 25px 0;
    }
}

@media screen and (min-width: 992px) {
    tr-page--name {
        flex-flow: row nowrap;
    }
    .tr-page--name h1,
    .tr-page--name .h1 {
        width: 60%;
    }
}

.list-group-item:hover .tr-arr-right:before,
.list-group-item:hover .tr-arr-right:after {
    background: #419ff2;
}

.tr-arr-right {
    position: relative;
    width: 8px;
    height: 7px;
    display: inline-block;
    float: right;
    right: 0;
    top: 6.2px;
}

.tr-arr-right:after,
.tr-arr-right:before {
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #d4d4d4;
    position: absolute;
    right: 0;
}

.tr-arr-right:after {
    bottom: 0;
    transform: rotate(-50deg);
}

.tr-arr-right:before {
    top: 0;
    transform: rotate(50deg);
}

.tr-arr-bottom {
    position: relative;
    width: 13px;
    height: 7px;
    display: inline-block;
    float: right;
    right: 0;
    top: 6.2px;
}

.tr-arr-bottom:after,
.tr-arr-bottom:before {
    content: '';
    display: block;
    width: 2px;
    height: 8px;
    background: #d4d4d4;
    position: absolute;
    bottom: 0;
    transition: all .3s ease-in;
}

.tr-arr-bottom:after {
    left: 3px;
    transform: rotate(-50deg);
}

.tr-arr-bottom:before {
    right: 3px;
    transform: rotate(50deg);
}

.opened .tr-arr-bottom:after,
.active .tr-arr-bottom:after {
    transform: rotate(50deg);
}

.opened .tr-arr-bottom:before,
.active .tr-arr-bottom:before {
    transform: rotate(-50deg);
}

.tr-close {
    width: 10px;
    height: 10px;
    position: relative;
    margin: 0 0 2px 10px;
}

.tr-close:before,
.tr-close:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 0;
}

.tr-close:before {
    transform: rotate(45deg);
}

.tr-close:after {
    transform: rotate(-45deg);
}


/*flex*/

.tr-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.tr-space-between {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}


/*grid*/

.tr-grid-3,
.tr-grid-4 {
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 30px;
}

@media screen and (min-width: 768px) {
    .tr-grid-3,
    .tr-grid-4 {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
    }
    div.p-lr-30 .tr-grid-3,
    div.p-lr-30 .tr-grid-4 {
        grid-template-columns: 1fr;
        column-gap: 0;
    }
}

@media screen and (min-width: 992px) {
    .tr-grid-3,
    .tr-grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }
    div.p-lr-30 .tr-grid-3,
    div.p-lr-30 .tr-grid-4 {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .tr-grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .tr-grid-3,
    div.p-l-30 .tr-grid-4,
    div.p-r-30 .tr-grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }
    div.p-lr-30 .tr-grid-3,
    div.p-lr-30 .tr-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.tr-grid-alphabet {
    display: grid;
    grid-template-columns: .2fr 1.8fr;
    margin-bottom: 20px;
}

.tr-grid-alphabet p.h1 {
    margin: 0;
}

.tr-grid-alphabet .tr-grid-4 {
    margin-bottom: 0;
    row-gap: 10px;
}

.tr-grid-alphabet a {
    display: inline-block;
}

.tr-grid-alphabet a:hover {
    color: #3a3a3a;
    font-family: Roboto-Bold;
}

@media screen and (min-width: 992px) {
    .tr-grid-alphabet {
        margin-bottom: 50px;
    }
    .tr-grid-alphabet .tr-grid-4 {
        row-gap: 30px;
    }
}

.tr-subcats {
    row-gap: 10px;
}

.tr-cat-card {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.tr-cat-link-img {
    height: 100%;
}

.tr-cat-link {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.tr-cat-card:hover,
.tr-cat-card:focus {
    z-index: 3;
}

.tr-cat-card:hover,
.tr-cat-card:hover .tr-cat-link,
.tr-cat-card:focus .tr-cat-link,
.tr-cat-card:hover .tr-cat-ul,
.tr-cat-card:focus .tr-cat-ul {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}

.tr-subcats .tr-cat-card:hover .tr-cat-link,
.tr-subcats .tr-cat-card:focus .tr-cat-link {
    box-shadow: none;
}

.tr-cat-card:hover .tr-cat-ul {
    border-bottom: 4px solid #419ff2;
}

.tr-cat-link:hover .tr-arr-bottom:after {
    transform: rotate(50deg);
}

.tr-cat-link:hover .tr-arr-bottom:before {
    transform: rotate(-50deg);
}

.tr-cat-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    width: 100%;
    overflow: hidden;
}

.tr-subcat-img {
    display: none;
}

.tr-cat-img {
    height: 195px;
}

.tr-subcat-img img,
.tr-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tr-cat-card p {
    padding: 10px;
    color: #3a3a3a;
    text-shadow: none;
    margin: 0;
}

.tr-cat-ul {
    background: #fff;
    padding: 10px 0 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    max-height: 300px;
    overflow: auto !important;
}

.tr-cat-ul::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.tr-cat-ul::-webkit-scrollbar-thumb {
    background-color: #abd5f9;
}

.tr-cat-ul::-webkit-scrollbar-track {
    background-color: transparent;
}

.tr-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.tr-alphabet {
    margin-bottom: 40px;
    cursor: default;
}

.tr-footer-bot {
    display: flex;
    flex-flow: column-reverse nowrap;
    justify-content: flex-start;
}

@media screen and (min-width: 768px) {
    .tr-subcats {
        row-gap: 30px;
    }
    .tr-subcat-img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 130px;
        width: 100%;
        overflow: hidden;
    }
    .tr-footer-bot {
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
    }
}

.tr-mark {
    display: initial !important;
    margin-right: 10px;
}

.tr-mark:before {
    display: none;
}


/*product page*/

.tr-pr-page #column-right {
    width: 100% !important;
}

.tr-prod-page--title h1 {
    margin-bottom: 10px;
}


/*product photos*/

.tr-pr-imgs {
    display: none !important;
}

.tr-pr-img {
    margin: 0;
    background: transparent;
}

.tr-pr-img .slick-slide {
    height: 330px;
}

.tr-pr-imgs .slick-slide {
    width: 65px !important;
    height: 65px !important;
    cursor: pointer;
}

.tr-pr-imgs .slick-slide:focus {
    outline: none;
}

.tr-pr-imgs .slick-arrow {
    margin-left: calc(50% - 23px);
}

.tr-pr-imgs .slick-next {
    top: -10px;
}

.tr-pr-imgs .slick-prev {
    bottom: -10px;
}

.tr-pr-imgs .slick-arrow i {
    transform: rotate(90deg);
}

.tr-pr-imgs .slick-arrow .fa-chevron-right {
    margin-top: 2px;
}

.tr-pr-imgs .slick-arrow .fa-chevron-left {
    margin-bottom: 2px;
}

.tr-pr-imgs .slick-arrow {
    position: relative;
}

@media screen and (min-width: 768px) {
    .tr-imgs-sliders {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    .tr-pr-imgs {
        width: 80px;
        display: block !important;
    }
    .tr-pr-img {
        width: calc(100% - 80px);
        margin: 0;
    }
}


/*comments*/

.tr-comment {
    background: url(../image/comments.png) left center no-repeat;
    -webkit-background-size: 15px;
    background-size: 15px;
    padding-left: 20px;
    margin: 0 20px;
}

.tr-manufacturer-img {
    width: 65px;
    height: 65px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.tr-manufacturer-img img {
    width: 100%;
    height: 100%;
}


/*reviews*/

.tr-usr-name {
    margin-right: 20px;
}

.tr-usr-name strong {
    margin-bottom: 0;
}

.tr-bought {
    background: #d9ecfd;
    color: #afafaf;
    font-family: Roboto;
    font-size: 10px;
    line-height: 16px;
    padding: 1px 10px 2px;
    border-radius: 6px;
    display: inline;
}

.tr-rating {
    position: relative;
    width: 13px;
    height: 13px;
    display: inline-block !important;
    margin-bottom: 2px;
    margin-left: 5px;
}

.tr-rating:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/star_t.png) center center no-repeat;
    background-size: contain;
    cursor: pointer;
}

.tr-rating.active:before {
    background: url(../image/star.png) center center no-repeat;
    background-size: contain;
}


/*product attrs*/

.tr-attr-body {
    margin-bottom: 20px;
}

.tr-attr-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 1px solid #f3f5f6;
    padding: 5px 0;
}

.tr-attr-row > div:last-of-type {
    text-align: right;
}

.tr-pr-price-info {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.tr-pr-price {
    color: #3a3a3a;
    font-family: Roboto-Bold;
    font-size: 24px;
    line-height: 22px;
}

.tr-pr-old-price {
    color: #707070;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
}


/*download*/

.tr-download {
    color: #707070;
    text-decoration: underline;
}

.tr-download:hover {
    text-decoration: none;
}


/*recommended*/

.tr-pr-owl .owl-wrapper-outer {
    padding: 5px 0;
}

@media screen and (min-width: 768px) {
    .tr-pr-owl .owl-wrapper-outer {
        padding: 15px 0;
    }
}


/*manufacturer page*/

.tr-manuf-img {
    width: 165px;
    float: left;
}

.tr-manuf-img img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .tr-manuf-img {
        width: 100%;
        float: initial;
    }
}

p.tr-gr {
    color: #707070;
}


/*product-options*/

.tr-option {
    width: 35px;
    height: 35px;
}

.tr-option img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tr-upload {
    height: 34px;
    background: #419ff2;
    background-image: none;
    color: #fff;
    display: block;
    width: 100%;
}

.tr-upload:hover .fa-upload {
    color: #419ff2;
}

.fa-calendar,
.fa-upload {
    color: #fff;
}

.tr-pr-num input {
    text-align: center;
    width: 120px;
    padding: 0 20px;
}

#product .tr-pr-num .form-group {
    margin: 0 0 15px;
}

#product .tr-pr-num .control-label {
    color: #707070;
    font-family: Roboto;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    position: relative;
}

#product .tr-price {
    justify-content: flex-start;
}


/*cart page*/

.tr-cart {
    display: grid;
    row-gap: 10px;
}

.tr-cart-row {
    display: grid;
    grid-template-columns: .5fr 1.9fr .1fr;
    column-gap: 10px;
    padding: 5px;
    border-radius: 6px;
    background: #fff;
}

.tr-cart-row,
.tr-cart-row:link,
.tr-cart-row:visited,
.tr-cart-row:focus,
.tr-cart-row:hover,
.tr-cart-row:active {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
}

.tr-cart-row >div:last-of-type {
    align-self: center;
    display: flex;
    align-items: center;
    height: 100%;
    border-left: 1px solid #e5e5e5;
}

.tr-cart-row h5 {
    margin: 0 0 15px;
}

.tr-cart-img {
    width: 94px;
    height: 82px;
    overflow: hidden;
    display: block;
}

.tr-cart-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tr-cart-pr-description {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: flex-start;
}

.tr-cart-pr-description > div {
    width: 100%;
}

.tr-cart-row .tr-close {
    background: transparent;
    width: 18px;
    height: 18px;
    margin-bottom: 0;
}

.tr-cart-row .tr-close:hover {
    border-color: transparent;
}

.tr-cart-row .tr-close:before,
.tr-cart-row .tr-close:after {
    background: #e5e5e5;
    width: 20px;
    height: 2px;
}

.tr-cart-pr-price {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    column-gap: 10px;
}

.tr-cart-pr-price>div:last-of-type {
    text-align: right;
}

.tr-quant {
    position: relative;
    width: 130px !important;
}

.tr-quant .input-quantity {
    border: none;
}

.tr-quant .tr-plus,
.tr-quant .tr-minus {
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    bottom: 3px;
}

.tr-quant .tr-minus:after,
.tr-quant .tr-plus:after,
.tr-quant .tr-plus:before {
    left: 3.5px;
    bottom: 8px;
}

.tr-quant .input-quantity {
    width: 130px;
    height: auto;
    padding: 3px 0px;
}

.tr-total-price {
    color: #3a3a3a;
    font-family: Roboto-Bold;
    font-size: 14px;
    line-height: 22px;
}

.tr-order {
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.01);
    border-radius: 8px;
    border: 2px solid #fbe5e6;
    padding: 10px;
    margin-top: 20px;
}

.tr-total-check {
    color: #3a3a3a;
    font-family: Roboto-Bold;
    font-size: 20px;
    line-height: 29px;
}

.tr-btn-order {
    height: 40px;
    background: #f65a5a;
    color: #fff;
    border: 1px solid #f65a5a;
    line-height: 24px;
    min-width: 150px;
    margin-top: 15px;
}

.tr-btn-order:hover,
.tr-btn-order:focus {
    background: transparent;
    color: #f65a5a;
}

@media screen and (min-width: 480px) {
    .tr-cart-pr-title {
        display: grid;
        grid-template-columns: 1.2fr .8fr;
        align-items: flex-start;
        column-gap: 10px;
    }
    .tr-cart-pr-title > div:last-of-type {
        text-align: right;
    }
    .tr-cart-pr-price {
        display: grid;
        grid-template-columns: repeat(2, .9fr) 1.2fr;
        align-items: flex-end;
        column-gap: 10px;
    }
    .tr-quant .input-quantity {
        padding: 3px 20px;
    }
}

@media screen and (min-width: 768px) {
    .tr-cart {
        row-gap: 20px;
    }
    .tr-cart-row {
        flex-flow: row nowrap;
        padding: 15px 15px 15px 30px;
    }
    .tr-cart-row:hover {
        background: #e0f0fd;
    }
    .tr-cart-pr-description > div {
        flex-flow: row nowrap;
    }
    .tr-cart-row:hover .tr-close:before,
    .tr-cart-row:hover .tr-close:after {
        background: #3a3a3a;
    }
    .tr-order {
        padding: 20px;
    }
}

@media screen and (min-width: 992px) {
    .tr-order {
        margin-top: 0;
    }
    .tr-btn-order {
        width: 100%;
    }
}


/*footer*/

.tr-footer .feedback-btn {
    background: transparent;
    border-color: #d6d6d6;
    color: #d6d6d6;
}

.tr-footer .feedback-btn:hover {
    color: #fff;
}

.tr-footer h1,
.tr-footer h2,
.tr-footer h3,
.tr-footer h4,
.tr-footer h5,
.tr-footer h6 {
    color: #fff;
}

.tr-footer p,
.tr-footer a,
.tr-footer span,
.tr-footer b,
.tr-footer i,
.tr-footer strong,
.tr-footer address {
    color: #d6d6d6;
}

.tr-footer a:hover {
    color: #fff;
}

.tr-footer .container > .row {
    margin: 0 -15px;
}

.tr-address {
    background: url(../image/marker_white.png) left top no-repeat;
    background-size: 15px;
}

.tr-f-contact-info {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-top: none;
    border-bottom: 1px solid #545454;
}

.tr-tel {
    background: url(../image/tel.png) left top no-repeat;
    background-size: 15px;
}

.tr-email {
    background: url(../image/email.png) left top no-repeat;
    background-size: 15px;
}

@media screen and (min-width: 768px) {
    .tr-f-contact-info {
        border-bottom: none;
    }
}

@media screen and (min-width: 992px) {
    .tr-f-contact-info {
        padding-top: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}

.tr-sitemap a {
    color: #ffffff;
    font-family: Roboto-Bold;
    font-size: 18px;
    letter-spacing: 0.9px;
}


/*footer menu*/

.tr-footer .navbar {
    min-height: initial;
    margin-bottom: 0;
}

.tr-footer .navbar-nav {
    margin: 0;
}

.tr-footer .navbar-nav>li>a {
    padding: 0 15px 0 0;
    text-transform: lowercase;
}

.tr-footer .navbar-nav>li>a:first-letter {
    text-transform: uppercase;
}

.tr-footer .nav>li {
    display: inline-block;
}

.tr-footer .nav>li>a:focus,
.tr-footer .nav>li>a:hover {
    margin: 0;
    color: #fff;
}

.tr-tab {
    display: none;
}

.tr-tab.active {
    display: block;
}

.tr-tab:not(:last-of-type) {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    #megamenu-menu div.dropdown-menu {
        display: none !important;
    }
    #megamenu-menu .nav > li > a:focus,
    #megamenu-menu .nav > li > a:hover {
        margin: 15px 0 !important;
    }
    .tab-description img {
        width: 100%!important;
    }
}

.tab-description img {
    height: auto !important;
    float: inherit !important;
}

.ss-pr-btn {
    width: 30px;
    height: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
    border-radius: 6px;
    border: 2px solid #f65a5a;
    position: absolute;
    left: -10px;
    top: 0;
    z-index: 99;
}

.ss-pr-btn,
.ss-pr-btn:hover,
.ss-pr-btn:focus {
    background: #fff url(../image/grid.png) center center no-repeat;
    background-size: 18px;
}

.ss-pr-btn:hover {
    border: 2px solid #f65a5a;
    box-shadow: none;
}

.ss-pr-btn:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}

#myModalTable .modal-header {
    padding: 0;
    min-height: 0;
    border: none;
}

#myModalTable .modal-header .close {
    color: #fff;
    position: absolute;
    right: -15px;
    top: -15px;
}

.modal-dialog {
    margin-top: 20px;
}

.modal-content {
    box-shadow: none;
    border: none;
}

#myModalTable .modal-body {
    padding: 0;
}

.pr-table-row {
    border-top: 0;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 15px;
}

.pr-table-row:nth-child(2) {
    border-radius: 6px 6px 0 0;
}

.pr-table-row>div {
    text-align: right;
}

.pr-table-row>div:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 12px;
}

.pr-table-row:first-of-type,
.pr-table-row:last-of-type {
    background-color: #fbfbfb;
}

.pr-table-row:first-of-type {
    display: none;
}

.pr-table-row>div:not(:last-of-type) {
    margin-bottom: 5px;
}

.pr-table-row>div:last-of-type {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    width: 60px;
    margin: 0 0 0 auto;
}

.tr-copy,
.tr-ram {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    border: none !important;
}

.tr-copy:hover,
.tr-ram:hover,
.tr-copy:focus,
.tr-ram:focus {
    background-color: transparent !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    border: none !important;
}

.tr-copy {
    background-image: url("../image/copy.png");
}

.tr-copy:hover {
    background-image: url("../image/copy-b.png");
}

.tr-ram {
    background-image: url("../image/rem.png");
}

.tr-ram:hover {
    background-image: url("../image/rem-r.png");
}

.pr-table-row:last-of-type .tr-ram {
    width: auto;
    color: #f65a5a;
    background-image: url("../image/rem-r.png");
    background-position: right center !important;
    white-space: nowrap;
    text-align: left;
    align-items: center;
    text-decoration: underline;
    padding: 0 25px 0 0 !important;
    background-size: 16px !important;
}

.pr-table-row:last-of-type .tr-ram:hover {
    text-decoration: none;
}

.pr-table-row >div {
    color: #707070;
}

.pr-table-row * {
    font-family: Roboto-Medium;
    font-size: 14px;
    line-height: 22px;
}

.pr-table-row p {
    margin-bottom: 5px;
    color: #535353;
}

.tr-data {
    margin-right: 5px;
}

.pr-table-row p span {
    font-family: Roboto;
}

.pr-table-row p:last-of-type {
    margin-bottom: 0;
}

.pr-table-row:last-of-type >div {
    font-family: Roboto-Bold;
}

.pr-table-row input[type='text'],
.pr-table-row textarea {
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    width: 54px;
}

.pr-table-row textarea {
    width: 100%;
    padding: 9px 12px;
    font-family: Roboto;
    color: #535353;
    margin: auto;
    min-height: 64px;
    height: 100%;
    display: block;
}

.pr-table-row:last-of-type>div:last-of-type {
    width: auto;
    justify-content: flex-end;
}

#myModalTable form {
    padding: 20px 10px;
}

#myModalTable .contact-form {
    display: grid;
    grid-row-gap: 10px;
}

#myModalTable .contact-form * {
    width: 100%;
}

#myModalTable .contact-form input,
#myModalTable .contact-form textarea {
    border-radius: 6px;
    border: 1px solid #afafaf;
}

#myModalTable .contact-form input {
    height: 34px;
    padding: 0 12px;
}

#myModalTable .contact-form input:not(:last-of-type) {
    margin-bottom: 10px;
}

#myModalTable .contact-form textarea {
    height: 100%;
    padding: 9px 12px;
}

#myModalTable .modal-footer {
    display: grid;
    grid-row-gap: 10px;
    border: none;
    padding: 5px 0 0 0;
}

#myModalTable .modal-footer:before,
#myModalTable .modal-footer:after {
    display: none;
}

#myModalTable .modal-footer>* {
    width: 100%;
    margin: 0;
}

#myModalTable .btn-primary {
    background: #f65a5a;
    border: none;
}

#myModalTable .btn-primary:hover {
    border: none;
    color: #fff;
}

#myModalTable .btn-primary:focus {
    border: none;
    color: #fff;
}

#myModalTable .btn-default {
    background: transparent;
    border: 2px solid #f65a5a;
    color: #f65a5a;
}

#myModalTable .btn-default:hover {
    border: 2px solid #f65a5a;
    color: #f65a5a;
}

#myModalTable .btn-default:focus {
    border: 2px solid #f65a5a;
    color: #f65a5a;
}

#myModalTable .btn {
    height: 34px;
}

@media screen and (min-width: 450px) {
    #myModalTable .modal-footer {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
    }
}

@media screen and (min-width: 768px) {
    .ss-pr-btn {
        left: -40px;
    }
    .modal-dialog {
        margin-top: 60px;
    }
    #myModalTable .contact-form {
        grid-template-columns: .6fr 1.4fr;
        grid-column-gap: 28px;
    }
    #myModalTable form {
        padding: 30px;
    }
    #myModalTable .modal-footer {
        display: grid;
        grid-row-gap: 10px;
        border: none;
        padding: 30px 0 0 0;
    }
    #myModalTable .btn {
        height: 46px;
    }
}

@media screen and (min-width: 992px) {
    #myModalTable .modal-dialog {
        width: 990px;
    }
    .pr-table-row {
        display: grid;
        column-gap: 10px;
        grid-template-columns: 200px 80px 54px 83px 88px 78px 78px 168px 50px;
    }
    .pr-table-row>div:not(:last-of-type) {
        margin-bottom: 0;
    }
    .pr-table-row:last-of-type {
        grid-template-columns: 200px 80px 54px 83px 88px 78px 78px 228px;
    }
    .pr-table-row>div:before {
        display: none;
    }
    .pr-table-row:first-of-type {
        border-radius: 6px 6px 0 0;
        display: grid;
    }
    .pr-table-row > div {
        align-self: center;
    }
    .pr-table-row > div {
        justify-self: center;
        text-align: center;
    }
    .pr-table-row > div * {
        text-align: center;
    }
    .pr-table-row > div:first-of-type,
    .pr-table-row > div:nth-child(n+8) {
        justify-self: flex-start;
        text-align: left;
    }
    .pr-table-row > div:last-of-type {
        justify-self: initial;
    }
    .pr-table-row > div:first-of-type *,
    .pr-table-row > div:nth-child(n+8) * {
        text-align: left;
    }
}

@media screen and (min-width: 1200px) {
    .ss-pr-btn {
        width: 50px;
        height: 50px;
        left: -60px;
    }
    .ss-pr-btn,
    .ss-pr-btn:hover,
    .ss-pr-btn:focus {
        background: #fff url(../image/grid.png) center center no-repeat;
        background-size: 28px;
    }
    #myModalTable .modal-dialog {
        width: 1110px;
    }
    .pr-table-row {
        column-gap: 20px;
        grid-template-columns: 200px 80px 54px repeat(2, 1fr) 62px 1fr 168px 60px;
    }
    .pr-table-row:last-of-type {
        grid-template-columns: 200px 80px 54px repeat(2, 1fr) 62px 1fr 248px;
    }
}

#btn-calc {
    position: fixed;
    bottom: 25px;
    left: 25px;
    top: unset;
}