﻿html, body, div, span, applet, object, iframe,
p, blockquote, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

body {
    background: #ffffff url("../Content/imgs/bgb.png") repeat-x scroll 0 0;
    height: 100%;
    width: 100%;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: "";
        display: block;
        clear: both;
        height: 0;
    }
/*end of reset */

/* CLASSES */
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: left;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.up {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.list-st-none {
    list-style: none;
}

.slider {
    width: 20000em;
    position: relative;
    list-style: none;
}

    .slider li {
        float: left;
        position: relative;
    }

.w100p {
    width: 100%;
    /*height: 100%;*/
    min-height: 100%;
}

.invisible {
    display: none;
}

.visible {
    display: block;
}

.hidden {
    overflow: hidden;
}

.center-me {
    display: inline-block;
    zoom: 1;
}

.m-auto {
    margin: 0 auto;
}

.ml0 {
    margin-left: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

input {
    outline: none;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../Content/fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('../Content/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../Content/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../Content/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../Content/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../Content/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    font-family: 'FontAwesome';
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #666;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    min-height: 100%;
    position: absolute;
    /*border: 1px solid red;*/
    display: table;
    min-height: 100vh;
}

.w1200 {
    width: 1370px;
    margin: 0 auto;
}

.top-header {
    background: rgb(47, 71, 107);
    background: -moz-linear-gradient(0deg, rgb(47, 71, 107) 0%, rgb(61, 92, 159) 100%);
    background: -webkit-linear-gradient(0deg, rgb(47, 71, 107) 0%, rgb(61, 92, 159) 100%);
    background: -o-linear-gradient(0deg, rgb(47, 71, 107) 0%, rgb(61, 92, 159) 100%);
    background: -ms-linear-gradient(0deg, rgb(47, 71, 107) 0%, rgb(61, 92, 159) 100%);
    background: linear-gradient(90deg, rgb(47, 71, 107) 0%, rgb(61, 92, 159) 100%);
    float: left;
    width: 100%;
    color: #fff;
    line-height: 40px;
}

.top-link {
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    float: left;
}

    .top-link .fa {
        margin-right: 5px;
    }

.profile-hld {
    border-left: 1px solid rgba(255,255,255,0.5);
    border-right: 1px solid rgba(255,255,255,0.5);
    padding: 0 7px;
    margin-left: 10px;
}

    .profile-hld .top-link {
        padding: 0 3px;
    }

.top-link:hover {
    color: #fff;
}

.lang-link {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: 9px;
}

    .lang-link.bg {
        background: url("../Content/imgs/bg.png") no-repeat center;
    }

    .lang-link.en {
        background: url("../Content/imgs/en.png") no-repeat center;
    }

.logo {
    margin-top: 30px;
}

.search1 {
    background: url("../Content/imgs/search.png") no-repeat right;
}

.search input.search-inp {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 305px; /*340px;*/
    line-height: 35px;
    box-sizing: border-box;
    float: none;
    height: 41px;
}

.search input.btnSearch {
    top: 2px;
    right: -28px;
    background: url("../Content/imgs/search.png") no-repeat center;
    border: none;
    width: 35px;
    height: 35px;
}

.mb25 {
    margin-bottom: 25px;
}

.car-logos img {
    margin: 30px 20px 0 20px;
}

nav, nav ul {
    float: left;
    width: 100%;
    list-style: none;
}

nav {
    height: 70px;
    border-top: 1px solid #2d2d2c;
    background: rgb(47, 71, 107);
    background: -moz-linear-gradient(0deg, rgb(47, 71, 107) 0%, rgb(61, 92, 159) 100%);
    background: -webkit-linear-gradient(0deg, rgb(47, 71, 107) 0%, rgb(61, 92, 159) 100%);
    background: -o-linear-gradient(0deg, rgb(47, 71, 107) 0%, rgb(61, 92, 159) 100%);
    background: -ms-linear-gradient(0deg, rgb(47, 71, 107) 0%, rgb(61, 92, 159) 100%);
    background: linear-gradient(90deg, rgb(47, 71, 107) 0%, rgb(61, 92, 159) 100%);
    border-bottom: 2px solid #21324b;
}

    nav li {
        float: left;
        position: relative;
    }

.nav-link {
    font-size: 12.2px; /*14.3px;*/ /* to fix: 16px*/
    color: #fff;
    float: left;
    line-height: 36px;
    text-transform: uppercase;
    padding: 0 9px;
    line-height: 70px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    position: relative;
    z-index: 3;
}

    .nav-link::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: -1;
        background: rgb(36, 61, 98);
        background: -moz-linear-gradient(90deg, rgb(36, 61, 98) 0%, rgb(74, 107, 158) 100%);
        background: -webkit-linear-gradient(90deg, rgb(36, 61, 98) 0%, rgb(74, 107, 158) 100%);
        background: -o-linear-gradient(90deg, rgb(36, 61, 98) 0%, rgb(74, 107, 158) 100%);
        background: -ms-linear-gradient(90deg, rgb(36, 61, 98) 0%, rgb(74, 107, 158) 100%);
        background: linear-gradient(180deg, rgb(36, 61, 98) 0%, rgb(74, 107, 158) 100%);
    }

    .nav-link:hover::before {
        opacity: 1;
    }

    .nav-link:hover, .nav-link.active {
        color: #fff;
    }

    .nav-link .fa {
        margin-right: 5px;
    }

nav .dropdown {
    position: absolute;
    left: 0px;
    top: 72px;
    background: #47689b;
    display: none;
    z-index: 10;
    width: 210px;
}

nav #universal-dropdown {
    width: 310px;
}

nav .dropdown li {
    width: 100%;
}

nav .dropdown .nav-link {
    padding: 0;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    line-height: 50px;
    text-transform: none;
}

.nav-link:hover {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

nav .dropdown .nav-link:hover {
    border-color: transparent;
}

.path.left {
    float: none;
    overflow: auto;
    width: inherit;
    /*margin-top: 20px;*/
}

.path a {
    font-size: 12px;
    color: #333333;
}

.webLink {
    position: absolute;
    top: 75px;
    right: 5px;
    background: #d5000c; /*#3a5885;*/
    padding: 2px 10px;
    color: #fff;
}

    .webLink span {
        font-weight: 300;
    }

.imhHead {
    width: 100%;
}

    .imhHead img {
        margin-top: 3px;
        max-height: 282px;
        /*height: 151px;*/
        /*width: 1320px;*/
        height: 282px;
        width: 100%;
    }

.content {
    margin-bottom: 20px;
}

aside {
    float: left;
    width: 250px;
}

.aside-box {
    margin-bottom: 20px;
}

.aside-title {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 40px;
    text-align: left;
    float: left;
    width: 100%;
    padding-left: 8px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 12px;
}

    .aside-title::after {
        content: "";
        width: 100%;
        height: 2px;
        background: #21324b;
        position: absolute;
        bottom: -5px;
        left: 0;
    }

.promoImg {
    background: url("../Content/imgs/promo.png") no-repeat center;
}

.promoImg1 {
    background: url("../Content/imgs/promo1.jpg") no-repeat center;
}

.catalog a.activeCar {
    color: #304c76;
}

.logos a.seeAll {
    width: 150px;
    height: 40px;
    background: #355381;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
}

.mstyle {
    margin-left: 5px;
    font-size: 18px;
    position: relative;
    left: 0px;
    -webkit-transition: 0.7s;
}

.seeAll:hover .mstyle {
    left: 3px;
}

.promo-box {
    float: left;
    width: 100%;
}

    .promo-box img {
        width: 100%;
    }

.logos {
    margin-bottom: 5px;
}

    .logos a {
        width: 132.8px;
        height: 130px;
        border: 1px solid #eeeeee;
        position: relative;
        box-sizing: border-box;
    }

.right-content {
    width: 1100px;
    margin-bottom: 20px;
}

.logos img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
}

.borderBottom {
    background: #21324b;
    height: 3px;
    margin-top: 3px;
    margin-bottom: 10px;
}

.history-box:nth-of-type(2) {
    background: #e3dfdf;
}

.footer-hld {
    background: #eeeeee;
    height: 35px;
    float: left;
    margin-top: 20px;
    position: absolute;
}

.fImg {
    display: inline-block;
    line-height: 35px;
}

.car-box {
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    height: 45px;
    background: #eeeeee;
    margin-bottom: 2px;
}

    .car-box .small-car {
        width: 50px;
        height: 45px;
        float: left;
        border-right: 2px solid #d4d4d4;
        padding-right: 5px;
        box-sizing: border-box;
        background: url("../Content/imgs/smallCar.png") no-repeat center;
    }

.text-car {
    width: calc(100% - 50px);
    color: #4d4d4d;
    font-size: 12px;
    padding: 5px;
    box-sizing: border-box;
}

.title-t {
    border-bottom: 3px solid #21324b;
    padding-bottom: 15px;
    box-sizing: border-box;
}

    .title-t h2 {
        font-size: 14px;
        color: #333333;
        float: left;
        text-transform: uppercase;
    }

.blueBox {
    height: 40px;
    background: #365581;
    margin-top: 10px;
}

    .blueBox .t-header {
        line-height: 40px;
        float: left;
        border-right: 1px solid #fff;
        font-size: 14px;
        color: #fff;
        padding-left: 10px;
        box-sizing: border-box;
    }

.w80 {
    width: 80px;
}
.w85 {
    width: 85px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}
.w105 {
    width: 105px;
}
.w115 {
    width: 115px;
}
.w120 {
    width: 120px;
}

.w135 {
    width: 133px;
}

.w140 {
    width: 140px;
}

.w138 {
    width: 138px;
}
.w163 {
    width: 163px;
}

.w187 {
    width: 187px;
}

.w190 {
    width: 190px;
}
.w287 {
    width: 287px;
}
.w255 {
    width: 255px;
}

.description {
    height: 95px;
    float: left;
    width: 100%;
    display: table;
    /*border-bottom: 1px solid #d2d2d2;*/
    padding-bottom: 6px;
}

.w135 span {
    margin-left: 25px;
    margin-top: 15px;
    float: left;
}

.w80 span {
    margin-left: 15px;
    margin-top: 15px;
    float: left;
}

.w190 span {
    margin-left: 30px;
    float: left;
}

.info {
    float: left;
    width: 17px;
    height: 17px;
    margin-right: 5px;
}

.padTop {
    padding-top: 10px;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.w245 {
    width: 245px;
}

.w210 {
    width: 210px;
}

.w115 {
    width: 115px;
}

.w220 {
    width: 220px;
}

a.btn {
    padding: 10px 15px;
    box-sizing: border-box;
    background: #3a5986;
    text-transform: uppercase;
    color: #fff;
}

.years {
    line-height: 20px;
}

    .years a {
        color: #333333;
        font-size: 14px;
        padding: 0 5px;
        box-sizing: border-box;
    }

        .years a:hover {
            color: #3a5886;
        }

.all {
    padding-bottom: 5px;
    box-sizing: border-box;
    border-bottom: 3px solid #21324b;
}

.most-info {
    line-height: 30px;
    border-bottom: 1px solid #d4d4d4;
}

    .most-info .name {
        padding-left: 10px;
        width: 245px;
    }

.year {
    width: 180px; /*222px;*/
}

.cub {
    width: 90px; /*120px;*/
}

.kw {
    width: 95px; /*140px;*/
}

.code {
    width: 210px;
}

.fuel {
    width: 100px;
}

.paging a.next, .paging a.prev {
    font-family: 'FontAwesome';
    font-size: 20px;
}

.paging {
    margin-top: 35px;
}

    .paging a {
        float: left;
        min-width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        background: #e4e4e4;
        color: #666;
        font-size: 16px;
        margin-left: 1px;
    }

        .paging a.active, .paging .current, .paging a:hover {
            background: #3d5b8a;
            color: #fff;
        }

.grey {
    height: 3px;
    background: #21324b;
    margin-top: 5px;
    margin-bottom: 5px;
}

.description .hld {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    word-wrap: break-word;
}

.description .image {
    width: 90px;
    max-width: 90px;
}

.description .name1 {
    width: 132px;
}

.description .name2 {
    width: 385px;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}

.description .cod {
    width: 80px;
}

.description .cod2 {
    width: 278px;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}

    .description .cod2 img {
        margin-right: 10px;
        margin-top: -2px;
        float: left;
    }

.description .desc {
    width: 283px; /*183px;*/
    text-align: left;
}

.description .desc2 {
    text-align: left;
}

.description .check span {
    width: 94px;
    /*background:url("../Content/imgs/check.png") no-repeat center;*/
    float: left;
    height: 15px;
}

.refresh a {
    float: left;
    width: 93px;
    height: 20px;
    /*background:url("../Content/imgs/refresh.png") no-repeat center;*/
}

.cash {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../Content/imgs/dolarImg.png") no-repeat center;
    vertical-align: sub;
    cursor: pointer;
}

.description .more {
    padding: 6px 8px;
    box-sizing: border-box;
    border: 2px solid #d4d4d4;
}

.description .byeNow {
    width: 133px;
}

.description .price {
    width: 100px;
}

    .description .price img {
        margin-left: 2px;
        vertical-align:bottom;
    }

.bye {
    background: url("../Content/imgs/bye.png") 5px no-repeat;
    background-color: #d4d4d4;
    padding: 0 28px;
    line-height: 30px;
    box-sizing: border-box;
    margin-left: 2px;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
}

.bayNow input {
    width: 35px;
    height: 30px;
    text-align: center;
    border: 2px solid #d4d4d4;
}

.w400 {
    width: 380px;
}

.w270 {
    width: 270px;
}

.w178 {
    width: 171px;
}

.mt80 {
    margin-top: 80px;
}

.right.search {
    overflow: hidden;
    border: 5px solid #3b5996;
    height: 40px;
}

    .right.search.relative {
        width: 415px;
        float: none;
        display: inline-block;
        margin-bottom: 10px;
    }

div.search-label {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}

    div.search-label span {
        line-height: 50px;
        font-size: 17px;
        color: darkgrey;
    }

label.search-field-label {
    font-size: 16px;
    color: #222;
    line-height: 30px;
    padding: 5px;
    cursor: pointer;
    width: 75px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

img.preview {
    cursor: pointer;
    max-width: 100%;
}

#article-id-col {
    width: 80px;
}

.ui-dialog-titlebar {
    background: linear-gradient(90deg, rgb(47, 71, 107) 0%, rgb(61, 92, 159) 100%) !important;
    color: white !important;
}

div#dialog, div#dynamic-banner-dialog {
    font-size: 13px;
}

div.row-form:last-of-type {
    text-align: right;
    padding-right: 45px;
}

input#add-address, input#send-order, input#delete-addresses-btn, input#send-order2 {
    width: 150px;
    height: 30px;
    background: #355381;
    text-align: center;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    border: none;
}

    input#add-address:hover, input#send-order:hover {
        opacity: 1;
    }

input#squery {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.subButton, #sendbutton {
    width: 150px;
    height: 30px;
    background: #355381;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

#sendbutton {
    border: none;
}

div.image img {
    max-height: 60px !important;
}

.w150 {
    width: 150px;
}

.w465 {
    width: 465px;
}

.w180 {
    width: 180px;
}

.w105 {
    width: 105px;
}

div.model.left, div.year-from-to.left {
    width: 465px;
}

div.code.left {
    max-width: 210px; /*193px;*/
}

footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

div.button_cart_finish a {
    width: 150px;
    height: 30px;
    background: #355381;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
}

    div.button_cart_finish a:hover {
        border: 1px solid #355381;
    }

#login-form-container {
    float: none;
    width: 520px;
}

input.input-log {
    border: 1px solid #dedede;
    width: 360px;
    padding: 2px 5px;
    color: #adadad;
    height: 30px;
}

div.box {
    text-align: right;
    margin-bottom: 10px;
}

    div.box label {
        margin-right: 10px;
    }

input#logon-btn {
    width: 150px;
    height: 30px;
    background: #355381;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    border: none;
    cursor: pointer;
}

input#register-btn {
    width: 250px;
    height: 30px;
    background: #355381;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    border: none;
    cursor: pointer;
}

div.contact-container {
    display: inline-block;
    width: 33%;
}

div.contact-row {
    margin-bottom: 15px;
}

.group-link {
    color: #FFF;
    font-weight: normal;
    text-align: left;
    background: linear-gradient(90deg, rgb(47, 71, 107) 0%, rgb(61, 92, 159) 100%);
    width: 100%;
    display: block;
    padding: 5px;
    white-space: pre;
}

.left-groups, .right-groups {
    margin-bottom: 10px;
    /*width: 46%;*/
}

.left-group-column, .right-group-column {
    width: 48%;
    display: inline-block;
}

.left-group-column {
    margin-right: 25px;
}

.right-group-column {
    vertical-align: top;
}

#search-by-car-form div.medium {
    width: 140px;
}

#search-by-car-form div.small {
    width: 98px;
}

select#brand, select#year, select#modification, select#model {
    width: 100%;
    height: 25px;
    cursor: pointer;
}

form#search-by-car-form {
    color: #FFF;
    font-weight: normal;
    text-align: left;
    background: linear-gradient(90deg, rgb(47, 71, 107) 0%, rgb(61, 92, 159) 100%);
    width: 100%;
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
}

#search-by-car-form div.big {
    width: 100%;
}

#search-by-car-form #filter {
    width: 120px;
}

input#filter {
    background-image: none;
    background: #777777;
}

input#clear {
    cursor: pointer;
}

.star {
    color: red;
}

td.vabottom {
    vertical-align: bottom;
}

#order-textarea {
    max-width: 265px;
}

.textarea-request {
    max-width: 251px;
}

.vainherit {
    vertical-align: inherit;
}

#NewPassword, #ConfirmPassword {
    width: 100%;
}

.dropdown-select {
    height: 21px;
    cursor: pointer;
}

#mannol-banner {
    display: inline-block;
    position: absolute;
    top: 200px;
    /*right: 352px;*/
}

#avtohit-logo {
    display: inline-block;
    margin-left: 3px;
}

.w40 {
    width: 40px;
}

.w160 {
    width: 160px;
}

.w250 {
    width: 250px;
}

.w260 {
    width: 260px;
}

.w240 {
    width: 240px;
}

.w330 {
    width: 330px;
}

button.modal-buy-btn {
    width: 68px;
}

tr.modal-order-space {
    height: 10px;
}

.icon {
    cursor: pointer;
}

.contragent-credits {
    display: inline-block;
    float: left;
}

.client-arears {
    color: white;
    font-weight: bold;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    line-height: 40px;
    border-right: 1px solid rgba(255,255,255,0.5);
    text-decoration: underline;
}

    .client-arears:hover {
        text-decoration: none;
    }

.client-arears-value {
    color: white;
    font-weight: bold;
    margin-right: 10px;
}

#remove-address-icon {
    cursor: pointer;
    vertical-align: bottom;
}

.address-container {
    display: inline-block;
    width: 90%;
    padding-left: 4px;
}

.checkbox-container {
    width: 8%;
    display: inline-block;
    text-align: center;
}

input[type="checkbox"] {
    cursor: pointer;
}

div.address-row {
    padding: 10px 0;
    border-bottom: 1px solid gray;
    cursor: pointer;
}

    div.address-row:hover {
        background: lightgray;
    }

.checkbox-select {
    width: 20px;
    height: 20px;
}

.submit-container {
    margin-top: 20px;
    text-align: center;
}

input#delete-addresses-btn {
    width: initial;
}

div#address-row-container {
    height: 400px;
    overflow: auto;
}

input.docno-field {
    width: 125px;
}

.spacer-th {
    padding-top: 40px !important;
}

.videoWrapper {
    position: absolute;
    z-index: 5;
    margin: -308px 0px 0px -29px;
}

#closeButton {
    position: absolute;
    z-index: 10;
    color: yellow;
    margin: -268px 0 0 572px;
}


    #closeButton:after {
        content: '✖';
        color: white;
        font: 14px/100% arial, sans-serif;
        font-size: 19px;
        position: absolute;
        right: 5px;
        text-decoration: none;
        text-shadow: 0 1px 0 #fff;
        margin: -8px -24px 0px 0px;
    }

.item-details-link {
    display: block;
    background: #3a5885;
    height: 20px;
    color: white;
    padding-top: 5px;
    width: 85%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 10px;
}

div.description div.hld.name1 {
    position: relative;
}

.single-item-image {
    height: 365px;
    border: 1px solid #ededed;
    width: 60%;
    display: block;
    padding-bottom: 10px;
}

.item-details-photo {
    height: 100px;
    font-size: 20px;
    padding: 0px 10px 0px 10px;
    display: block;
    min-height: 300px;
    max-height: 300px;
}

    .item-details-photo img {
        max-width: 465px;
        max-height: 300px;
    }

.item-details {
    display: inline;
    width: 100%;
    height: auto;
    float: left;
    margin: 20px;
    text-align: center;
    font-size: 20px;
    padding: 10px 10px 16px 10px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #dedcdc;
    list-style-type: none;
}

.detail-page-label, .detail-page-price {
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}

.detail-title {
    margin-bottom: 10px;
}

.single-item-qty {
    width: 38px;
    margin-left: 3px;
    padding: 4px;
    height: 40px;
    background: #fff;
    border-color: #BCBCBC;
    float: none;
    color: #666;
    font-size: 14px;
    margin: 0 0 0 5px;
    -webkit-box-shadow: 1px 1px 4px #d7d7d7 inset;
    font-size: 22px;
}

ul.item-details > li:first-of-type {
    text-align: left;
    margin-bottom: 10px;
}

.item-details h2 {
    float: left;
    margin-top: 0px;
    text-align: left;
    font-weight: normal;
}

.item-code {
    float: left;
    width: 50%;
}

.item-code-header {
    padding: 3px;
    font-weight: bold;
    font-size: 0.9em;
    background: linear-gradient(to bottom, #355082 0%,#365287 100%);
    color: white;
}

.item-basket {
    background: linear-gradient(to bottom, #f7f7f7 0%,#dedcdc 100%);
    float: right;
    width: 30%;
    height: 170px;
    text-align: right;
    padding-right: 30px;
    padding-top: 50px;
}

.fast-order-data-single {
    padding: 0px 5px 5px 5px;
}

    .fast-order-data-single input {
        width: 48%;
        height: 27px;
        border: 1px solid #e7e7e7;
        font-size: 14px;
        text-indent: 4px;
    }

    .fast-order-data-single textarea {
        width: 96%;
        height: 70px;
        border: 1px solid #e7e7e7;
        font-size: 14px;
        text-indent: 4px;
    }

.single-item-header {
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    padding: 2px 0px 5px 0px;
}

.single-item-fast-buy-button {
    border: 1px solid #FFF;
    padding: 5px 28px 5px 28px;
    background: linear-gradient(to top, #edb50a, #f2be19);
    cursor: pointer;
    font-family: arial narrow;
    color: #393939;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.single-item-info {
    width: 95%;
}

.single-item-td-info {
    float: left;
    width: 65%;
}

.promopercent {
    background: linear-gradient(to bottom, #ea1c23 0%,#af0c12 100%);
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    margin: 2px auto;
}

.old-price {
    color: gray;
    font-size: 0.8em;
    text-decoration: line-through;
}

div.image-count-container {
    position: absolute;
    bottom: 0;
    max-height: 20px;
}

span.image-count-span {
    display: inline-block;
    position: relative;
    bottom: 4px;
}

div.hld.image {
    position: relative;
}

div.image-count-container img {
    max-height: 22px !important;
}

div.eshop-description {
    float: left;
}

#img_wrapper {
    position: relative;
    width: 55%;
    height: auto;
    margin: 0 5% 0 auto;
    border: 12px solid #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(50,50,50 0.5);
    float: left;
}

#mlens_wrapper_0 > div {
    min-width: 100px;
}

#mlens_wrapper_0 > img {
    /*max-width: 465px !important;
    max-height: 300px !important;*/
}

img.item-image-small {
    max-height: 70px !important;
    max-width: 130px !important;
}

div.item-images-container {
    max-height: 70px;
    text-align: center;
}

.bx-controls-direction a.bx-prev {
    left: 626px;
    top: 700px;
    background: #9e9e9ead url(../Content/imgs/arrow_prev.png) no-repeat 0px 0px;
}

.bx-controls-direction a.bx-next {
    right: 796px;
    top: 700px;
    background: #9e9e9ead url(../Content/imgs/arrow_next.png) no-repeat 4px 0px;
}

.bxslider-wrap, div.bx-viewport {
    /*visibility: hidden !important;*/
}

.bx-controls-direction a {
    position: absolute;
    top: 40%;
    display: block;
    height: 70px;
    width: 35px;
    text-indent: -99999px;
    z-index: 100;
}

ul.bxslider {
    position: relative;
}

dib.bx-wrapper {
    text-align: center !important;
    margin-bottom: 10px !important;
}

/*set a border on the images to prevent shifting*/
#gallery_01 img {
    border: 2px solid white;
}

/*Change the colour*/
.active img {
    border: 2px solid #333 !important;
}

div#see-bigger-images-container {
    width: 52%;
    text-align: center;
    margin-top: 10px;
}

    div#see-bigger-images-container > a > img {
        display: inline-block;
        position: relative;
        top: 3px;
    }

div.details-link {
    cursor: pointer;
}

a.bx-prev.disabled {
    display: none;
}

a.bx-next.disabled {
    display: none;
}

/*New menu changes*/
#midlle-menu-container {
    display: inline-block;
    width: 653px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, rgb(47, 71, 107) 0%, rgb(61, 92, 159) 100%);
}

    #midlle-menu-container > ul {
        list-style-type: none;
    }

        #midlle-menu-container > ul > li > a {
            line-height: 50px;
            border-right: 4px solid #ccd1d5;
            width: 196px;
            text-align: center;
            border-left: none;
        }

            #midlle-menu-container > ul > li > a:hover {
                box-sizing: inherit;
            }

        #midlle-menu-container > ul > li:last-of-type > a {
            border-right: 0;
        }

#search-box-container {
    margin-right: 10px;
}

#left-nav-ul {
    width: 55%;
}

#right-nav-ul {
    width: 45%;
    float: right;
}

.float-fight {
    float: right;
}
/*End of new menu changes*/

/*Settings page*/
#settings-page-title {
    border-bottom: 1px solid black;
    padding-bottom: 2px;
}

.settings-row-container {
    margin: 10px 0 10px 0;
}

.settings-label {
    cursor: pointer;
    font-size: 17px;
    color: black;
    vertical-align: super;
}

#settings-save-changes-btn {
    background: #3a5885;
    color: white;
    height: 30px;
    border: none;
    cursor: pointer;
}

.settings-checkbox {
    height: 24px;
    width: 24px;
}

.user-message-success {
    background: #d6e9c6;
    color: #3c763d;
    padding: 10px;
    margin-bottom: 10px;
}

.user-message-error {
    background: #f2dede;
    color: #a94442;
    padding: 10px;
    margin-bottom: 10px;
}
/*End of settings page*/

/*Search pages*/
.description .percent {
    width: 50px;
}

.w50 {
    width: 50px;
}

.w110 {
    width: 110px;
}

.blueBox .t-header.percent-title {
    padding-left: 20px;
}

.check {
    width: 105px;
}

.refresh {
    width: 100px;
}

.price-for-you {
    width: 100px;
}

.add-to-basket-title {
    text-align: center;
}
/*End of search pages*/

/*Discount popup*/
.discount-popup-title {
    width: 47%;
    display: inline-block;
    text-align: right;
}

.discount-popup-value {
    width: 50%;
    display: inline-block;
    text-align: right;
    padding-right: 3px;
}
/*End of discount popup*/

/*Popup banners*/
.popup-banner-upload-container {
    padding: 20px 10px;
}

.popup-banner-upload-title, .popup-banner-upload-input, .popup-banner-upload-preview, .popup-banner-delete {
    display: inline-block;
}

.popup-banner-upload-title {
    width: 200px;
}

.popup-banner-upload-preview {
    width: 300px;
}

.second-save-btn-cotainer {
    text-align: right;
    padding-right: 210px;
}

#popup-banner-main-container {
    position: absolute;
    z-index: 10000000;
    margin: -340px 0px 0px 0px;
    width: 1500px;
    left: 295px;
}

.popup-banner-row-container {
    position: relative;
    margin-bottom: 2px;
    width: 720px;
}

.cancel-icon {
    top: -15px;
    right: -10px;
    position: absolute;
    cursor: pointer;
}

.popup-banner-image {
    width: 100%;
    display: block;
    max-width: 780px;
    max-height: 210px;
}

.left-12 {
    left: 12%;
}

.left-24 {
    left: 24%;
}

.left-36 {
    left: 36%;
}

.left-48 {
    left: 48%;
}

.left-10 {
    left: 10%;
}

.left-20 {
    left: 20%;
}

.left-30 {
    left: 30%;
}

.left-40 {
    left: 40%;
}
/*End of popup banners*/

/*Delivery Schedule*/
.p5 {
    padding: 5px;
}

.delivery-row-title {
    width: 12%;
    display: inline-block;
}

.delivery-row-select {
    width: 65%;
    display: inline-block;
}

    .delivery-row-select > select {
        width: 50%;
        height: 30px;
        cursor: pointer;
    }

.delivery-row-btn {
    padding-left: 32%;
}

#get-schedule-btn {
    width: 150px;
    height: 30px;
    background: #355381;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    border: none;
    cursor: pointer;
}

#delivery-schedule-results-container {
    border: 2px solid #777777;
    margin-top: 20px;
}

#delivery-schedule-titles-container {
    border-bottom: 2px solid #777777;
    line-height: 30px;
    display: flex;
}

.weekday-title, .bgname-title, .departuretime-title, .route-title, .weekday-row, .bgname-row, .departuretime-row, .route-row {
    display: inline-block;
    box-sizing: border-box;
}

.weekday-title, .bgname-title, .departuretime-title, .route-title {
    text-align: center;
    font-weight: bold;
}

.weekday-title, .weekday-row {
    width: 14%;
}

.bgname-title, .bgname-row {
    width: 26%;
}

.departuretime-title, .departuretime-row {
    width: 10%;
}

.route-title, .route-row {
    width: 48%;
}

.weekday-row, .bgname-row, .route-row {
    padding-left: 5px;
}

.departuretime-row {
    text-align: center;
}

#delivery-schedule-titles-container > div, .delivery-schedule-results-row > div {
    border-right: 2px solid #777777;
}

    #delivery-schedule-titles-container > div:last-of-type, .delivery-schedule-results-row > div:last-of-type {
        border-right: none;
    }

.delivery-schedule-results-row {
    border-bottom: 2px solid #777777;
    line-height: 25px;
    display: flex;
}

    .delivery-schedule-results-row:nth-of-type(2n+1) {
        background: lightgray;
    }

    .delivery-schedule-results-row:last-of-type {
        border-bottom: none;
    }

#delivery-schedule-table {
    width: 100%;
    border-collapse: collapse;
}

    #delivery-schedule-table td, #delivery-schedule-table th {
        border: 1px solid red;
    }
/*End of Delivery Schedule*/

.show-tecdoc-results {
    margin-top: 25px;
    line-height: 40px;
    height: 40px;
    border: none;
    background: red;
    background: #365581;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    margin-bottom: 10px;
}

    .show-tecdoc-results:hover {
        opacity: 1 !important;
    }

/* Fix arrows positions on Firefox*/
@-moz-document url-prefix() {
    .bx-controls-direction a.bx-prev {
        left: 625px;
        top: 697px;
    }

    .bx-controls-direction a.bx-next {
        right: 724px;
        top: 697px;
    }
}

/* Fix arrows positions on Chrome */
@media (-webkit-min-device-pixel-ratio: 0) {
    .bx-controls-direction a.bx-prev {
        left: 540px;
        top: 695px;
    }

    .bx-controls-direction a.bx-next {
        right: 638px;
        top: 695px;
    }
}

@media only screen and (max-width: 1645px) {
    .bx-controls-direction a.bx-prev {
        left: 497px;
        top: 700px;
        background: #9e9e9ead url(../Content/imgs/arrow_prev.png) no-repeat 0px 0px;
    }

    .bx-controls-direction a.bx-next {
        right: 595px;
        top: 700px;
        background: #9e9e9ead url(../Content/imgs/arrow_next.png) no-repeat 4px 0px;
    }

    .bx-controls-direction a {
        height: 70px;
        width: 35px;
    }

    @-moz-document url-prefix() {
        .bx-controls-direction a.bx-prev {
            top: 697px;
        }

        .bx-controls-direction a.bx-next {
            top: 697px;
        }
    }
}

@media only screen and (max-width: 1590px) {
    .bx-controls-direction a.bx-prev {
        left: 470px;
    }

    .bx-controls-direction a.bx-next {
        right: 568px;
    }
}

@media only screen and (max-width: 1390px) {
    .bx-controls-direction a.bx-prev {
        left: 370px;
    }

    .bx-controls-direction a.bx-next {
        right: 468px;
    }
}

@media only screen and (max-width: 1298px) {
    .bx-controls-direction a.bx-prev {
        left: 324px;
    }

    .bx-controls-direction a.bx-next {
        right: 422px;
    }
}

@media only screen and (max-width: 1280px) {
    .bx-controls-direction a.bx-prev {
        left: 314px;
    }

    .bx-controls-direction a.bx-next {
        right: 413px;
    }
}

@media only screen and (max-width: 1270px) {
    .bx-controls-direction a.bx-prev {
        left: 310px;
    }

    .bx-controls-direction a.bx-next {
        right: 408px;
    }
}

@media only screen and (max-width: 1215px) {
    .bx-controls-direction a.bx-prev {
        left: 280px;
    }

    .bx-controls-direction a.bx-next {
        right: 380px;
    }
}

@media only screen and (max-width: 1200px) {
    .bx-controls-direction a.bx-prev {
        left: 274px;
    }

    .bx-controls-direction a.bx-next {
        right: 373px;
    }
}

@media only screen and (max-width: 1136px) {
    .bx-controls-direction a.bx-prev {
        left: 272px;
    }

    .bx-controls-direction a.bx-next {
        right: 373px;
    }
}

/*@media only screen and (max-width: 1080px) {
    .bx-controls-direction a.bx-prev {
        left: 272px;
    }

    .bx-controls-direction a.bx-next {
        right: 444px;
    }
}*/
.product-group-box img {
    background: linear-gradient(90deg, rgb(47, 71, 107) 0%, rgb(61, 92, 159) 100%);
    width: 100%;
    height: 107px;
}

.product-group-box div {
    text-align: center;
    width: 100%;
}

.login-register-div {
    color: #d5000c;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.2;
}

#login-register-button {
    color: white;
    font-weight: bold;
    border: 1px solid black;
    padding: 2px 15px 2px 15px;
    background: linear-gradient(0deg, rgba(121,9,9,0.9556197478991597) 36%, rgba(247,1,1,1) 77%);
    font-size: 0.9em;
}
/*.login-register-div span{
    float:left;
}
.login-register-div a{
    float:left;
}*/
.image-link-container {
    left: 70px;
    max-height: 19px;
}

.product-group-box {
    margin-bottom: 10px;
    width: 33%;
    float: left;
    max-width: 250px;
    margin-right: 10px;
    min-height: 150px;
    position: relative;
}

div.registerBox label {
    width: 30% !important;
    float: left;
    line-height: 30px;
}

div .registerBox input {
    width: 64% !important;
}

div .registerBox textarea {
    width: 65% !important;
    height: 100px;
}

div .registerBox select {
    height: 30px;
    width: 66%;
}

.required {
    color: red;
    float: left;
}

.registerMsg {
    font-size: 1.1em;
    color: green;
    font-weight: bold;
}

.registerEmplMsg {
    float: right;
    color: #d5000c;
    font-weight: bold;
}

.item {
    background-color: #efefef;
    border-bottom: 2px solid #cdcccc;
    position: relative;
    transition: all 0.3s ease 0s;
    margin-bottom: 36px;
}

    .item a {
        color: #4c4c4c;
        text-align: center;
        line-height: 12px;
        margin: 0;
        text-decoration: none;
        outline: 0;
        font-weight: bold;
    }

    .item h5 {
        font-size: 14px;
        margin: 13px 0 0 0;
        min-height: 50px;
    }

.shadow {
    background: url("../Content/imgs/shadow-portfolio-four.png") transparent;
    height: 15px;
    width: 100%;
    left: -1px;
    position: absolute;
    bottom: -15px;

    text-align: left!important;
    padding: 0px!important;
}

.reusable-title {
    color: #d5000c;
}
.item-row-btn-hld {
    clear: both;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 3px;
}
.item-details-link2 {
    background: #3a5885;
    color: white;
    padding: 3px;
    width: 95px;
    display: inline-block;
    text-align: center;
    margin-right: 3px;
}
.webLink2 {
    background: #d5000c;
    color: white;
    padding: 3px;
    width: 95px;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
}
.reusalbe-link {
    display: inline-block;
    border: 1px solid #365581;
    height: 22px;
    box-sizing: border-box;
    padding-right: 5px;
    position: relative;
    padding-left: 20px;
    padding-top: 2px;
}
.reusalbe-link >img {
    width: 16px;
    position: absolute;
    top: 3px;
    left: 2px;
}
.bg-order-container {
    clear: both;
    border: 1px solid #365581;
    margin-bottom: 10px;
    /*padding: 5px;*/
}
.bg-order-name {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 5px 10px 5px;
}
.bg-order-name label {
    cursor: pointer;
}
.cart-item-data {
    display: inline-block;
    height: 30px;
    vertical-align: top;
}
.ta-center {
    text-align: center;
}
.ta-right {
    text-align: right;
}
.cart-item-row {
    padding: 8px 0;
}
.bg-order-total-title {
    width: 760px;
    text-align: right;
    display: inline-block;
}
.bg-order-total-sum {
    display: inline;
    font-weight: bold;
}
.bg-order-delivery-message {
    text-align: right;
    font-weight: bold;
}
.bg-order-delivery-message-external-bg {
    color: #d5000c;
}
.bg-order-delivery-message-own-bg {
    color: #03C03C;
}
.import-cart-form {
    clear: both;
}
.cart-remove-link {
    height: 20px;
    display: inline-block;
    color: #666;
    font-size: 13px;
}
.cart-remove-link > img {
    vertical-align: text-bottom;
}
.cart-bg-checkbox {
    height: 20px;
    width: 20px;
    vertical-align: sub;
}
.toast {
    opacity: 1 !important;
}

.checkout-row-hld {
    padding: 3px 0 3px 10px;
}
.checkout-row-title, .checkout-row-field {
    display: inline-block;
}
.checkout-row-title {
    width: 250px;
    height: 20px;
    text-align: right;
    padding-right: 20px;
    line-height: 20px;
    box-sizing: border-box;
}
.new-address-hld {
    /*display: none;*/
    margin-top: 10px;
}
.new-address-hld > label {
    display: block;
}
.new-address-hld > textarea {
    width: 265px;
    height: 40px;
}
.va-top {
    vertical-align: top;
}
.reset-address-hld {
    display: none;
    margin-top: 10px;
}
.reset-address-hld > button {
    color: #fff;
    background: #d5000c;
    border: none;
    padding: 3px 10px;
    cursor: pointer;
    height: 30px;
    width: 200px;
}
.required-fields-txt {
    color: #d5000c;
    font-weight: bold;
}
.checkout-courier, .delivery-type {
    width: 271px;
}
.order-section {
    border-top: 1px solid #365581;
    padding: 10px 0;
}
.order-section-title {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 5px 10px 5px;
}
.send-to-row {
    padding: 5px 0;
}
.send-to-data {
    color: #000;
    font-weight: bold;
}
.order-total-text {
    font-weight: bold;
    color: #000;
    display: block;
}
.order-total-text2 {
    color: #d5000c;
    font-weight: normal;
}
.fw-bold {
    font-weight: bold;
    color: #000;
}
.conrirm-order {
    color: #fff;
    background: #d5000c;
    border: none;
    padding: 3px 10px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    width: 200px;
    height: 30px;
}
.confirmed-order {
    background: #04a504;
}
.add-new-delivery-address-btn {
    height: 30px;
    background: #355381;
    text-align: center;
    line-height: 30px;
    color: #fff;
    outline: none;
    cursor: pointer;
    border: none;
}
.settings-input {
    height: 24px;
    box-sizing: border-box;
    vertical-align: super;
}
.web-catalog-link {
    width: 180px;
    background: #355381;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
}
.web-catalog-link-hld {
    margin-bottom: 10px;
}
.text-lenght-restriction {
    font-size: 12px;
    color: #d5000c;
}
.web-category-title {
    display: block;
    width: 400px;
    margin: 5px 0 10px 0;
    height: 24px;
    box-sizing: border-box;
}
.admin-btn {
    width: 160px;
    background: #355381;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    border: none;
}
.web-category-image {
    margin: 5px 0 10px 0;
}
.edit-web-category-image {
    width: 150px;
}
.web-cat-row-hld {
    margin: 5px 0 10px 0;
}
.web-catalog-input {
    display: block;
    width: 400px;
    margin: 5px 0 10px 0;
    height: 24px;
    box-sizing: border-box;
}
.category-catalogs-title {
    text-align: center;
    padding: 5px;
    border: 1px solid #355381;
    margin-bottom: 10px;
}
.category-catalogs-hld {
    overflow: auto;
    clear: both;
}
.removeQtyField {
    width: 40px;
}
.cert-link-hld, .cat-link-hld, .cert-hld-hidden, .cat-hld-hidden {
    display: none;
}
.type-label, .type-label input {
    cursor: pointer;
}
.text-green {
    font-weight: bold;
    font-size: 12px;
    color: #009000;
    font-family: 'Arial Black';
}
.text-green2 {
    color: #009000;
    font-family: 'Arial Black';
}
.text-red {
    font-weight: bold;
    font-size: 12px;
    color: #d5000c;
    font-family: Arial;
    text-transform: lowercase;
}
.delivery-info-hld {
    border-bottom: 1px solid black;
}
label.address-label, span.address-label {
    display: inline-block;
    width: 125px;
    vertical-align: top;
}
#address, #contact-person, #email, #phone, #street, #street-num, #house-num {
    width: 300px;
}
#address-required, #contact-person-required, #email-required, #phone-required, #street-required, #streetnum-required {
    color: red;
}
#street-required {
    width: 65%;
    display: inline-block;
}
.required2 {
    color: red;
}
.add-address-req-fields {
    color: red;
}
.single-checkout-link {
    font-size: 12px;
    border: 1px solid #cfcfcf;
    display: inline-block;
    margin: 5px 2px 0 0;
    text-decoration: none;
    width: 150px;
    height: 30px;
    background: #355381;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0 3px 0 0;
    font-weight: normal;
}
.new-dynamic-banner-btn {
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    width: 150px;
    height: 30px;
    background: #355381;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.banner-row-form {
    margin-bottom: 10px;
}
.banner-form-inp {
    width: 60%;
}
.small-dyn-banners-hld {
    clear: both;
    overflow: auto;
    padding: 10px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
.dyn-banner-num {
    display: inline-block;
    width: 100px;
}
.dyn-banner-file {
    display: inline-block;
}
.dyn-banner-link {
    display: inline-block;
    width: 210px;
}
.dyn-banner-image {
    display: inline-block;
    width: 230px;
}
.dyn-banner-delete-hld {
    display: inline-block;
    width: 120px;
    text-align: center;
}
.dyn-banner-save-hld {
    display: inline-block;
}
.dyn-banner-save-hld input {
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    width: 80px;
    height: 30px;
    background: #355381;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.dyn-banners-title {
    height: 30px;
    overflow: auto;
}
.delivery-msg-hld {
    padding-right: 25px;
}
.bg-order-delivery-text {
    display: inline-block;
    height: 30px;
    vertical-align: text-top;
    line-height: 30px;
    margin-right: 10px;
}
.product-group-box img.delete-item, .product-group-box img.delete-item-web-category {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    z-index: 1;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent;
}
.del-question {
    padding: 5px;
    text-align: center;
}
.cert-title, .del-web-category-title, .del-web-catalog-title {
    padding: 5px;
    text-align: center;
    font-weight: bold;
}
.cert-title-hld,  .web-category-title-hld, .web-catalog-title-hld {
    text-align: center;
}
.cert-delete-form {
    margin-top: 25px;
    text-align: right;
}
.form-delete-btn {
    color: #fff;
    background: #c9333b;
    border: none;
    padding: 5px;
    cursor: pointer;
}
.close-dialog {
    padding: 5px;
    border: none;
    color: #fff;
    background: #375286;
    cursor: pointer;
}
.courier-tax-hld {
    display: none;
}
.order-price-hld {
    font-size: 22px;
}
#send-order2.checkout-send-order-btn {
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
}
.send-order-txt {
    color: #d5000c;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
}
.add-address-btn-text {
    color: #d5000c;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
}
.address-msg-hld {
    display: none;
    height: 30px;
}
.page-title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
}
.pg-order-btn{
    display: inline-block;
    background: url("../Content/imgs/arrow_down.png");
    background-repeat: no-repeat;
    background-position: 7px 10px;
    border: 1px solid #fff;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px 0px 30px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}
.pg-title-hld {
    width: 80%;
    display: inline-block;
    padding-left: 26%;
    box-sizing: border-box;
}
.doctitle-pg{
    padding: 0 0 0 4px;
}
.group-link2 {
    white-space: normal;
}
.banner-text-hld{
    clear: both;
    overflow: auto;
    padding: 20px 10px;
    border-top: 1px solid #666;
}
.banner-text-textarea{
    width: 100%;
    height: 100px;
}
.banner-text-save-hld{
    width: 100%;
}
.banner-text-save-hld input {
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    width: 80px;
    height: 30px;
    background: #355381;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.banner-text {
    /*width: 1200px;*/
    width: 100%;
    margin: 0 auto;
    height: 50px;
    font-size: 23px;
    padding: 6px 0px;
    white-space: nowrap;
    line-height: 40px;
    font-weight: bold;
    overflow: hidden;
}
.banner-text span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 80s linear infinite;
    animation-delay: 0s;
    font-style: italic;
    font-weight: bold;
    color: #d5000c;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.f-pass-text{
    margin-top: 10px;
    font-size: 12px;
    text-align: right;
    color: #3b66a7;
}
.reg-form-txt-hld{
    margin-top:20px;
    color: #d5000c;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.2;    
    margin-bottom: 10px;
    border-bottom: 3px solid #d5000c;
    border-top: 3px solid #d5000c;
    padding-top: 5px;
}
.trade-types-hld{
    font-size:13px;
}
.new-top-dynamic-banner-btn{
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    width: 150px;
    height: 30px;
    background: #355381;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.new-top-dyn-banner-btn-hld{
    margin-bottom: 20px;
}
.hero-slider-hld{
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    max-width: 1900px;
}
.hero-slider-hld:after{
    content: '';
    display: block;
    clear: both;
}
.slide-img {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.hero-slider-hld img {
    width: 100%;
    max-width: none;
    float: left;
    box-sizing: border-box;
}
/*.swiper-slide{
    width:1910px;
    max-width:1910px;
}*/
.dyn-banners-rec{
    color: red;
    font-size: 13px;
    margin-bottom: 20px;
}
.lang-holder{
    float: left;
    line-height: 20px;
    margin-top: 7px;
    margin-right: 10px;
    margin-left: 5px;
}
#avtohit-logo .logo img {
  width: 265px;
}

/*.avail-hld{
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 5px;
}*/

.description .hld.check {
    position: relative;
}
.discount-title-hld {
    font-weight: bold;
    color: red;
    margin-bottom: 10px
}
#smallTableContainer{
    text-align: center;
}



/*P35600*/
/* ---- Popup style fixes (QtysPerBusinessgroup) ---- */
.central-stock-text {
    color: red !important;
    font-size: 13px !important;
    font-weight: bold !important;
    display: block !important; /* ново: отделя реда */
    margin-bottom: 6px !important; /* ново: малко отстояние над зеленото */
}

.central-order-title {
    color: #003366 !important;
    font-weight: bold !important;
}

.central-order-courier {
    color: #000000 !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

.delivery-info-hld td strong {
    display: inline-block !important;
    line-height: 1.2em !important;
}

/* Малко разстояние между редовете, за Firefox */
.delivery-info-hld td {
    padding: 3px 0 !important;
}


/*P35600*/
.delivery-info-hld-split {
    border-bottom: none; /* махаме стандартната линия */
}

.delivery-info-hld-split td {
    padding: 3px 0 !important;
    line-height: 1.2em !important;

    /* split line */
    background-image: linear-gradient(
        to right,
        black 0%,
        black 50%,        /* лява линия – 50% */
        transparent 50%,
        transparent 70%,  /* празно по средата */
        black 70%,
        black 100%        /* дясна линия – 30% */
    );
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left bottom;
}

.delivery-info-hld-split td strong {
    display: inline-block !important;
}

/* Куриерски css */
.delivery-info-hld-courier {
    border-bottom: none;
}

.delivery-info-hld-courier td {
    padding: 8px 0 !important;
    line-height: 1.2em !important;

    /* плътна линия */
    background-image: linear-gradient(
        to right,
        black 0%,
        black 100%
    );
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left bottom;
}

.delivery-info-hld-courier td strong {
    display: inline-block !important;
}
