﻿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: url("backgraunds/13.png") 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%;
    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;
    display: table;
    min-height: 100vh;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.top-header {
    float: left;
    width: 100%;
    color: #fff;
    line-height: 40px;
    background: #333333;
}

.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: #c81a21;
}

.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: 15px;
}

#loading {
    display: none;
    position: fixed; 
    z-index: 10000001; 
    left: 50%; 
    top: 50%;
}

.search1 {
    background: url("../Content/imgs/search.png") no-repeat right;
}

.search input.search-inp {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 310px;
    line-height: 35px;
    box-sizing: border-box;
    float: none;
    height: 41px;
}

.search input.btnSearch {
    top: 2px;
    right: -20px;
    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: 69%;
    list-style: none;
}

nav {
    height: 40px;
    border-top: 1px solid #000000;
    border-bottom: 2px solid #000000;
    background: #000000;
    width: 100%;
    margin: 0 auto;
}

nav li {
    float: left;
    position: relative;
}

.nav-link {
    font-size: 13px;
    color: #fff;
    float: left;
    line-height: 36px;
    text-transform: uppercase;
    padding: 0 9px;
    line-height: 40px;
    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%);		
	background: linear-gradient(180deg, #fbf4f4 0%, rgb(57, 60, 66) 100%);
    background: #c81a21;
}

.nav-link:hover::before {
    opacity: 1;
}

.nav-link:hover, .nav-link.active {
    color: white;
}

.nav-link .fa {
    margin-right: 5px;
}

nav .dropdown {
    position: absolute;
    left: 0px;
    top: 40px;
    display: none;
    width: 210px;
    background: linear-gradient(90deg, rgb(25, 20, 21) 0%, rgb(181, 181, 187) 100%);
    background: #1e191a;
    z-index: 1000;
}

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 #c81a21;
    line-height: 50px;
    text-transform: none;
}

.nav-link:hover {
    border-left: 1px solid #c81a21;
    border-right: 1px solid #c81a21;
    box-sizing: border-box;
}

nav .dropdown .nav-link:hover {
    border-color: transparent;
}

.path.left {
    float: none;
    overflow: auto;
    width: inherit;
}

.path a {
    font-size: 12px;
    color: #333333;
}

.webLink {
    position: absolute;
    top: 75px;
    right: 5px;
    background: #3a5885;
    padding: 2px 10px;
    color: #fff;
}

.webLink span {
    font-weight: 300;
}

.imhHead img {
    margin-top: 3px;
    max-height: 151px; 
    height: 151px;
    width: 730px;
}

.headerMiddle {
    height: 100px;
}

.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: 3px;
    background: #000000;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.promoImg {
    background: #000000;
}

.promoImg1 {
    background: url("../Content/imgs/history-icon-white.png") no-repeat 200px;
    background-color: #000000;
    background-size: 40px;
}

.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: 930px;
    margin-bottom: 20px;
    position: relative;
}

.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: #000000;
    height: 35px;
    float: left;
}

.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;
    margin-top: 10px;
    background: #000000;
}

.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;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w135 {
    width: 133px;
}

.w140 {
    width: 140px;
}

.w187 {
    width: 187px;
}

.w190 {
    width: 190px;
}

.description {
    height: 95px;
    float: left;
    width: 100%;
    display: table;
    border-bottom: 1px solid #d2d2d2;
}

.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;
}

.w90 img {
}

.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;
}

.w140 {
    width: 140px;
}

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;
}

.cub {
    width: 90px;
}

.kw {
    width: 95px;
}

.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: #000000;
    margin-top: 2px;
    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: 183px;
    text-align: left;
}

.description .desc2 {
    text-align: left;
}

.description .check span {
    width: 94px;
    float: left;
    height: 15px;
}

.refresh a {
    float: left;
    width: 93px;
    height: 20px;
}

.cash {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../Content/imgs/dolarImg.png") no-repeat center;
    vertical-align: sub;
    cursor: pointer;
}

.description .bayNow {
}

.description .more {
    padding: 6px 8px;
    box-sizing: border-box;
    border: 2px solid #d4d4d4;
}

.description .byeNow {
    width: 133px;
}

.description .price {
    width: 105px;
}

.description .price img {
    margin-left: 2px;
    position: relative;
    top: 2px;
}

.bye {
    background: url("../Content/imgs/bye-white.png") 5px no-repeat;
    background-color: #c81a21;
    padding: 0 28px;
    line-height: 30px;
    box-sizing: border-box;
    margin-left: 2px;
    cursor: pointer;
    text-transform: uppercase;
    vertical-align: top;
    color: white;
}

#basket_btn {
    border: none;
    outline: none;
}

.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: 3px solid #000000;
    height: 40px;
}

.right.search.relative {
    width: 430px;
    float: none;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 2%;
}

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: 17px;
    color: #222;
    line-height: 40px;
    padding: 5px;
    cursor: pointer;
}

img.preview {
    cursor: pointer;
    max-width: 100%;
}

#article-id-col {
    width: 80px;
}

td.order .subButton {
    background: #c81a21;
}

.ui-dialog-titlebar {
    color: white !important;
    background: #333333 !important;
}

.ui-widget-header .ui-icon {
}
.ui-dialog .ui-dialog-titlebar-close {
    border: 1px solid #c81a21;
    background: #c81a21;
    font-weight: normal;
}
ui-state-hover {
    border: 1px solid #c81a21;
    background: #c81a21;
    font-weight: normal;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    background: #c81a21;
    border: 1px solid #c81a21;
}

div#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-order-notloggedin {
    width: 150px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    border: none;
    background: #c72026;
}

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: #c81a21;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

#sendbutton {
    border: none;
}

div.image img {
    max-height: 60px !important;
}

.w150 {
    width: 150px;
}

.w210 {
    width: 210px;
}

.w465 {
    width: 465px;
}

.w80 {
    width: 80px;
}

.w110 {
    width: 110px;
}

.w180 {
    width: 180px;
}

.w105 {
    width: 105px;
}

div.model.left, div.year-from-to.left {
    width: 465px;
}

div.code.left {
    max-width: 210px;
}

div.button_cart_finish a {
    width: 150px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    background: #c81a21;
}

div.button_cart_finish a:hover {
    border: 1px solid #c81a21;
}

#login-form-container {
    float: none;
}

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;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    border: none;
    cursor: pointer;
    background: #c81a21;
}

input#logn-btn:hover {
    background: #1e191a !important;
}

div.contact-container {
    display: inline-block;
    width: 33%;
}

div.contact-row {
    margin-bottom: 15px;
}

.group-link {
    color: #FFF;
    font-weight: normal;
    text-align: left;
    width: 100%;
    display: inline-block;
    padding: 5px;
    white-space: pre;
    background: #c72026;
}

.left-groups, .right-groups {
    margin-bottom: 10px;
}

.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;
}

#avtohit-logo {
    display: inline-block;
    margin-left: 290px;
}

.w40 {
    width: 40px;
}

.w160 {
    width: 160px;
}

.w100 {
    width: 100px;
}

.w190 {
    width: 190px;
}

.w40 {
    width: 40px;
}

.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;
    color: #c81a21;
}

.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: #c81a21;
    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 #b9b9b9;*/
    width: 52%; 
    padding-bottom: 10px;
    display: inline-block;
    float: left;
}

.single-item-right-hld {
    display: inline-block;
    float: left;
    width: 46%;
    /*border: 1px solid red;*/
    margin-left: 10px;
    margin-bottom: 20px;
}

.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: 15px;*/
    background: #000000;
    color: white;
    padding: 0 0 0 20px;
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    /*height: 40px;*/
    margin: 0;
}

.single-item-qty {
    width: 38px;
    margin-left: 3px;
    padding: 4px;
    height: 33px;
    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;
    color: white;
    background: #c72026;
}

.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;
    text-align: center;
}

.fast-order-data-single input {
    width: 95%;
    height: 27px;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    text-indent: 4px;
}

.fast-order-data-single textarea {
    width: 95%;
    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: 100%;
    clear: both;
}

.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: 7px;
    background: #d4d4d4;
    border: 1px solid #131212;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
}

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 {
}

img.item-image-small {
    max-height: 70px !important;
    max-width: 130px !important;
}

div.item-images-container {
    max-height: 70px;
    text-align: center;
    position: relative;
}

div#gallery_01 > .bx-wrapper > .bx-controls > .bx-controls-direction > a.bx-prev {
    left: 0%;
    top: 0%;
}
div#gallery_01 > .bx-wrapper > .bx-controls > .bx-controls-direction > a.bx-next {
    top: 0%;
    right: 0%;
    left: auto;
}

.bx-controls-direction a.bx-prev {
    left: 626px;
    top: 700px;
    /*background: #9e9e9ead url(../Content/imgs/arrow_prev.png) no-repeat 0px 0px;*/
    /*For IE support*/
    background: 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;*/
    /*For IE support*/
    background: url(../Content/imgs/arrow_next.png) no-repeat 4px 0px;
}

.bxslider-wrap, div.bx-viewport 
{ 
}

.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;
}

.h30 {
    height: 30px;
}

/*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;
 }

 /* Slider in Layout*/
div#bxslider-layout > .bx-wrapper > .bx-controls > .bx-controls-direction > a.bx-next {
    right: 351px;
    top: 240px;
 }
div#bxslider-layout > .bx-wrapper > .bx-controls > .bx-controls-direction > a.bx-prev {
    left: 352px;
    top: 240px;
}

div#bxslider-layout > .bx-wrapper > .bx-controls > .bx-controls-direction > a.bx-next {
    /*background: #9e9e9e47 url(../Content/imgs/arrow_next.png) no-repeat 4px 0px;*/
    /*For IE support*/
    background: url(../Content/imgs/arrow_next.png) no-repeat 4px 0px;
}
div#bxslider-layout > .bx-wrapper > .bx-controls > .bx-controls-direction > a.bx-prev {
    /*background: #9e9e9e47 url(../Content/imgs/arrow_prev.png) no-repeat 0px 0px;*/
    /*For IE support*/
    background: url(../Content/imgs/arrow_prev.png) no-repeat 0px 0px;
}

/* End of slider in Layout*/

/* Left side slider */
.vert .simply-scroll-list li {
    margin-bottom: 5px;
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
}
/* End left side slider */

/*Contacts page*/
.logo-container {
    width: 52%;
    float: right;
}
.pa5 {
    padding: 5px;
}
#map {
    height: 400px;
    width: 100%;
    border: 1px solid #8d8e90;
}
/*End of caontacts page*/

/*Documents*/
#FromDate, #ToDate {
    background-image: url(../Content/imgs/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: 153px;
    background-size: 15px;
    border: 1px solid darkgrey;
    height: 21px;
    box-sizing: border-box;
}
#FromDate::before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  left: 10px;
  content: "&#xf073";
}
/*End of Documents*/
/*Social media*/
#social-media-container {
    float: right;
    /*width: 35%;*/
    margin-top: 20px;
    overflow: auto;
} 
.social-media-btn {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}
/*End of social media*/
/*PDF Catalogues*/
.pdf-catalogue-image {
    width: 50px;
}
.pdf-catalogue-link {
    position: relative;
    bottom: 20px;
}
.pdf-catalogue-link:hover {
    color: #c81a21;
}
a.remove-catalogue-link {
    background: url(../Content/imgs/remove_icon.png) no-repeat center center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: block;
    top: 25px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
a.remove-catalogue-link:hover {
    background: url(../Content/imgs/remove_icon_hover.png) no-repeat center center;
    background-size: 24px 24px;
}
/*End of PDF catalogues*/
.required {
    color: red;
}
#footer {
    background: #000000;
    overflow: hidden;
    padding: 5px 0;
    width: 100%;
    border-top: 2px solid #000000;
}
div.col-first, div.col-second {
    display: inline-block;
    vertical-align: top;
}
div.col-first {
    width: 20%;
}
div.col-second {
    width: 48%;
}
div.col-last {
    display: inline-block;
    width: 31%;
}
div.col-first ul {
    list-style-type: none;
}
div.col-first ul li {
    padding-top: 10px;
    padding-bottom: 5px;
}
.footer-header {
    margin-bottom: 10px;
    color: white;
}
div.col-first ul > li > a, div.col-first ul > li > span.fa, div.col-second span.fa, div.col-second div {
    color: white;
}
div.fImg .fa {
    color: white;
}
div.col-first ul > li > span.fa:hover, div.col-first ul > li > a:hover {
    color: #c72026;
}
/*Footer*/

/*End of Footer*/
 /*User messages*/
 div.message-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
    padding: 10px;
    margin-top: 10px;
 }
 div.message-error {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    padding: 10px;
    margin-top: 10px;
 }
 /* End of user messages*/

 div.image-count-container {
     background: #d4d4d4;
    border: 1px solid #333;
    border-radius: 3px;
 }
 div.image-count-container span.fa {
    font-size: 20px;
    display: inline-block;
    vertical-align: sub;
    color: #333333;
 }
 div.image-count-container > span.image-count-span {
    display: inline-block;
    position: relative;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
    bottom: 0px;
    background: none;
    border: none;
    color: #c81a21;
 }

select#page-size-select {
    width: 50px;
    height: 30px;
    cursor: pointer;
}

select#sort-criteria-select {
    width: 120px;
    height: 30px;
    margin-right: 25px;
    cursor: pointer;
}

.dinb {
    display:inline-block;
}

.w250px {
    width: 250px;
}

.w256px {
    width: 256px;
}

.w200px {
    width: 200px;
}

.w500px {
    width: 500px;
}

.vat {
    vertical-align: top;
}

#submit-btn-container {
    margin-top: 15px;
}

#loadingdiv {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
}

.required-fields-info {
    font-size: 14px; 
    margin-left: 10px;
}

#sendbutton.send-request-btn {
    margin-top: 20px;
    margin-left: 330px;
}

/*Fast order*/
.single-item-fast-buy {
    width: 35%;
    display: inline-block;
    float: right;
    border: 1px solid #b9b9b9;
}
div#message-fast-order {
    display: none;
    height:30px;
    text-align:center;
    font-size:16px;
    width: 32%;
    float: right;
}
div#message-fast-delivery {
    display: none;
    height:30px;
    text-align:center;
    font-size:16px;
    width: 96%;
    float: right;
    position: absolute;
}
div#message-fast-delivery.success-box-fast-delivery, div#message-fast-delivery.cancel-box-fast-delivery {
    display: block;
}
.fast-order-phone {
    margin-bottom: 5px;
}
.fast-order-btn.single-item-fast-buy-button {
    background: #c72026;
    color: white;
    outline: none;
}
/*End of fast order*/

/*Shopping cart*/
a.RemoveLink {
    background: url(../Content/imgs/remove_icon.png) no-repeat center center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: block;
    top: 5px;
    position: relative;
}
a.RemoveLink:hover {
    background: url(../Content/imgs/remove_icon_hover.png) no-repeat center center;
    background-size: 24px 24px;
}
/*End of Shopping cart*/

.tdu {
    text-decoration: underline;
}

.forgotten-password-link {
    text-decoration: underline;
    margin-right: 95px;
}

div.accept-rules-container {
    display: inline-block;
    width: 15%;
}

div.collect-period-container.accept-rules-container, div.accept-rules-container.common-terms {
    width: 100%;
}

.accept-rules-link {
    color: #c72026;
    font-weight: bold;
    text-decoration: underline;
}
label.accept-rules {
    font-weight: bold;
}

#login-link {
    border-right: 1px solid #999999;
    padding-right: 10px;
    margin-right: 10px;
}

/*Register*/
.company {
    display: none;
}
div.label-container {
    width: 20%;
    display: inline-block;
    text-align: right;
}
div.field-container {
    width: 68%;
    display: inline-block;
}
div.field-container input {
    width: 40% !important;
    height: 22px;
}
div.row-field {
    margin-bottom: 10px;
}
div.field-container select {
    width: 40%;
    height: 30px;
}
div.field-container input[type='checkbox'] {
    width: 25px;
}
div.field-container input[type='submit'] {
    height: 30px;
    background: #c72026;
    outline: none;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 16px;
}
span.spec_eror {
    color: #c72026;
}
/*End of Register*/

#logo-link {
    display: inline-block;
    height: 100%;
    /*width: 300px;*/
}
/*#logo-link > img {
    width: 100%;
}*/

div.cart-mobile {
    float: left;
    height: 40px;
    padding-left: 1%;
    padding-right: 1%;
    background: #c72026;
    visibility: hidden;
}

div.cart-mobile a#cart-status-mobile.nav-link {
    font-size: 12px;
    padding: 0;
    line-height: 40px;
}
div.cart-mobile a#cart-status-mobile.nav-link::before {
    background: #333333;
}
#mainnav_btn {
    display: none;
}

.shopping-cart-rows-container {
    border: 1px solid #cccccc;
}

.shopping-cart-number {
    width: 40px;
    display: inline-block;
}
.shopping-cart-code {
    width: 80px;
    display: inline-block;
}
.shopping-cart-description {
    width: 250px;
    display: inline-block;
}
.shopping-cart-bg {
    width: 190px;
    display: inline-block;
}
.shopping-cart-price {
    width: 110px;
    display: inline-block;
}
.shopping-cart-aval {
    text-align: center;
    width:100px;
    display: inline-block;
}
.shopping-cart-qty {
    width: 100px;
    display: inline-block;
}
.shopping-cart-remove {
    display: inline-block;
}
.shopping-cart-row {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1%;
}
.shopping-cart-total-container.total_class {
    height: 25px;
    padding-top: 1%;
}
.shopping-cart-total-container.total_class div:first-of-type {
    border-bottom: none;
    display: inline-block;
    width: 61%;
}
#cart-total {
    border-bottom: none;
    display: inline-block;
    width: 30%;
}

div.forgotten-password-label {
    width: 35%;
    display: inline-block;
    text-align: right;
}
div.userLogin.forgotten-password-email {
    display: inline-block;
    width: 60%;
}
div.userLogin.forgotten-password-email input {
    border: 1px solid #dedede;
    width: 360px;
    padding: 2px 5px;
    color: #333333;
    height: 30px;
}
div.forgotten-password-row {
    margin-bottom: 2%;
}
div.forgotten-password-button {
    padding-right: 25%;
    text-align: right;
}
div.forgotten-password-button input {
    width: 150px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    border: none;
    cursor: pointer;
    background: #c81a21;
}

div.checkout-row {
    margin-bottom: 1%;
}
div.captcha-checkout #CaptchaCode {
    width: 250px !important;
}
div.checkout-label {
    display: inline-block;
    width: 30%;
    text-align: right;
    padding-right: 2%;
}
div.checkout-input {
    display: inline-block;
    width: 65%;
}
div.checkout-input input, div.checkout-input textarea {
    border: 1px solid #dedede;
    width: 360px;
    padding: 2px 5px;
    color: #333333;
    height: 30px;
}
span.color-red {
    color: red;
}
.m-top-2 {
    margin-top: 2%;
}
.border_bottom {
    overflow: auto;
    border-bottom: 1px solid red;
    padding-bottom: 1%;
}

.request-label {
    display: inline-block;
    width: 30%;
    text-align: right;
}
.request-label label {
    padding-right: 2%;
}
.request-value {
    display: inline-block;
    width: 60%;
}
.request-value input, .request-value textarea {
    width: 100%;
    max-width: 100%;
}
.request-value input {
    height: 22px;
}
.request-value textarea {
    height: 70px;
}
.request-value select {
    height: 30px;
}
.request-value .LBD_CaptchaDiv {
    margin: 0 auto !important;
}
.request-required {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.request-row {
    margin-bottom: 2%;
}
.request-label-container, .order-label-container {
    vertical-align: top;
    margin-top: 5px;
}
.field-validation-error {
    color: #c81a21;
}

#scroll {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 5%;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background: linear-gradient(to bottom, #ea1c23 0%,#af0c12 100%);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 6px;
}

#scroll:hover {
    background-color: #555;
}

#scroll img {
    max-height: 30px;
    border: none;
}

div#contact-info-cart-container {
    width: 395px;
    height: 95px;
    display: inline-block;
    overflow: hidden;
}
div#contact-info-container {
    display: inline-block;
    height: 100%;
    width: 60%;
    background: #000000;
    vertical-align: top;
    color: white;
    padding: 15px 20px 20px 20px;
    box-sizing: border-box;
}
div#cart-info-container {
    display: inline-block;
    height: 100%;
    width: 38%;
    background: #c81a21;
    vertical-align: top;
    padding-top: 2%;
    padding-bottom: 3%;
}
#contact-info-container div.phone-row {
    font-size: 18px;
    font-weight: bold;
}
#contact-info-container div.skype-row {
    font-size: 17px;
    font-weight: bold;
}
#contact-info-container div.email-row {
    font-size: 14px;
    font-weight: bold;
}
.mb-10 {
    margin-bottom: 10px;
}
div#cart-info-container a#cart-status.nav-link {
    line-height: 0;
    height: 100%;
}
div#cart-info-container a.nav-link span#cart-row {
    display: inline-block;
    width: 52%;
    font-size: 2.6em;
    text-align: right;
    line-height: 40px;
    margin-bottom: 8%;
    padding-right: 3%;
    box-sizing: border-box;
}
div#cart-info-container a.nav-link span#cart-count-row {
    display: inline-block;
    width: 16%;
    font-size: 1em;
    text-align: center;
    line-height: 30px;
    vertical-align: super;
    background: #8d8e90;
    color: black;
    box-sizing: border-box;
}
div#cart-info-container a.nav-link span#cart-count-row:after {
	right: 42.5%;
    top: 31%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #8d8e90;
    border-width: 4px;
    margin-top: -10px;
}
div#cart-info-container a.nav-link span#you-cart-row {
    display: inline-block;
    width: 100%;
    font-size: 0.7em;
    text-align: center;
    line-height: 10px;
}
div#cart-info-container a.nav-link span#price-row {
    display: inline-block;
    width: 100%;
    font-size: 1em;
    text-align: center;
    line-height: 20px;
}
.asterisk_input {
    color: red;
}

div.checkout-input textarea.sendorder-comment {
    height: 100px;
}
div.checkout-input textarea.sendorder-address {
    height: 50px;
}
.vat {
    vertical-align: top;
}

.single-item-code, .single-item-description {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
    color: black;
}

.single-item-availability {
    margin-bottom: 5px;
    margin-top: 7px;
    font-weight: bold;
    font-size: 15px;
}
.in-stock {
    color: #0c9a2c;
}
.out-of-stock {
    color: #c72026;
}
.single-item-price-hld {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.single-item-price, .single-item-measure {
    color: black;
}
.single-item-express-delivery, .single-item-express-delivery2 {
    background: #c72026;
    color: white;
    outline: none;
    padding: 0px 5px;
    height: 31px;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    cursor:pointer;
    /*min-width: 174px;*/
    width: 40%;
}
.single-item-express-delivery-phone {
    width: 55%;
    height: 27px;
    border: 1px solid #e7e7e7;
    font-size: 13px;
    text-indent: 4px;
}
.express-delivery-hld {
    margin-bottom: 10px;
}
.single-item-express-delviery-banner {
    margin-bottom: 20px;
}
.single-item-express-delviery-banner > img, .single-item-politics-banner > img {
    width: 100%;
}
.quantity {
    /*border: 1px solid #C4C4C4;*/
    border: 1px solid transparent;
    /*border-radius: 3px;*/
    line-height: 30px;
    margin-top: 10px;
    overflow: auto;
    display: inline-block;
    width: 56%;
    overflow: hidden;
}
.quantity-btn {
    float: left;
    /*width: 70px;*/
    height: 29px;
    width: 28%;
}

.quantity-btn.plus {
    background: url("../Content/imgs/plus.svg") no-repeat center;
    border-left: 1px solid #C4C4C4;
    background-size: 12px;
}

.quantity-btn.minus {
    background: url("../Content/imgs/minus.svg") no-repeat center;
    border-right: 1px solid #C4C4C4;
    background-size: 12px;
}
.quantity-input {
    float: left;
    /*width: 97px;*/
    text-align: center;
    border: none;
    line-height: 29px;
    padding: 0;
    width: 41.5%;
    height: 29px;
}
.single-item-add-to-cart-hld {
    margin-bottom: 10px;
}

.ask-for-price-btn-hld{
    margin-bottom: 10px;
    text-align: right;
    margin-right: 3%;
}
.quantity-btn.minus, .quantity-btn.plus {
    background-color: gray;
}
.single-item-add-to-cart {
    text-transform: none;
    background-image: none;
    height: 31px;
    font-size: 15px;
    padding: 0 5px;
    display: inline-block;
    margin-top: 10px;
    /*min-width: 174px;*/
    width: 39%;
    margin-left: 0;
    min-width: 130px;
}
.single-item-description-hld {
    color: black;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
	word-break: break-word;
}
#message-success-add-cart, #message-error-add-cart {
    position: absolute;
    width: 96%;
}
.loader-div {
    clear: both;
}

.single-item-old-price {
    color: black;
    font-size: 18px;
    text-decoration: line-through;
    margin-bottom: 5px;
    display: block;
}
.item-images-container .bx-controls-direction a.bx-prev {
    top: 350px;
    left: 0;
}
.item-images-container .bx-controls-direction a.bx-next {
     top: 350px;
    left: 460px;
 }
.express-delivery-hld2 #SampleCaptcha_CaptchaDiv {
    /*display: inline-block;*/
}
.express-delivery-hld2 #SampleCaptcha_CaptchaImageDiv {
    display: inline-block;
    vertical-align: top;
}
.express-delivery-hld2 #SampleCaptcha_CaptchaIconsDiv {
    display: inline-block;
}
.express-delivery-hld2 #CaptchaCode {
    height: 22px;
    width: 55%;
}
.express-delivery-hld2 #SampleCaptcha_CaptchaImageDiv {
    width: 220px !important;
}
.express-delivery-hld2 {
    display: none;
}
.cancel-box-fast-delivery2, .success-box-fast-delivery2 {
    height: 30px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    float: right;
    position: absolute;
    font-weight: bold;
    padding-top: 10px;
}

.description .unr-img-hld {
    width: 190px;
    max-width: 190px;
}

.unrg-photo-title{
    width: 190px;
}

.unrg-table-row{
    height: 174px;
}

.unr-count-container{
    left: 73px;
    bottom: 7px;
}

div.unr-img-hld img {
    max-height: 110px!important;
}

.unr-items-details-lnk{
    bottom: unset;
}

.ask-price{
    background: none;
    background-color: #c81a21;
    line-height: 18px;
    font-size: 11px;
    width: 90%;
}

.description .unr-desc-hld{
     width: 190px;
}

.description .unr-check-hld{
    width: 100px;
}

.description .unr-refresh-hld{
    width: 100px;
}

#makeRequest_dialog{
    outline: 0px;
    z-index: 1003;
    position: fixed;
    height: auto;
    width: 749px;
    top: 143px;
    left: 30%;
    display: block;
    background: white;
    padding: 30px;
    display: none;
    border: 1px solid silver;
        color: black;
}

.item-img-hld{
     max-width: 28%;
    float: right;
    /* height: 126px; */ 
    /*max-height: 150px;*/
    overflow:hidden;
     max-height: 172px;
}

.item-img-hld > img{
    max-width: 80%;
}

.item-id-hld{
        float: left;
    width: 50%;
}

.make-reqiest-det-link{
    display: block;
    background: #c81a21;
    height: 20px;
    color: white;
    padding-top: 5px;
    width: 100px;
    padding-left: 10px;
}

.form-hld{
        overflow: auto;
    clear: both;
}

#request-title{
        margin-bottom: 30px;
}

.item-details-hld{
        overflow: auto;
        border-bottom: 1px solid silver;
        margin-bottom: 4%;
}

.request-filed .label-container{
    text-align: left;
}

.row-field .contact-label-container{
    width: 26%;
}

div.make-request-radio-btn-container input {
    width: 4% !important;
    height: 13px;
}

div.request-field-container input {
    width: 98% !important;
    height: 22px;
}

div.request-field-container textarea {
    width: 98%;
    height: 78px;
}

div.btn-field-container {
    width: 90%;
    text-align: center;
}

div.request-field-container {
    width: 59%;
    display: inline-block;
}

#close-btn-hld{
    background-image: url(../Content/imgs/close-btn.png);
        width: 20px;
    height: 20px;
    background-size: 20px;
    top: 0px;
    left: 790px;
    position: absolute;
    cursor: pointer;
}

.reqired-field{
    color: red;
}

.text-area-request-label{
    vertical-align: top;
}

#item-detail-info-window{
    border: 1px solid black;
    color: red;
    margin-bottom: 1%;
}

.makeRequestBtnDetails{
        background: #c72026;
    color: white;
    outline: none;
    height: 31px;
    text-transform: none;
    font-weight: normal;
    cursor: pointer;
    /* min-width: 174px; */
    width: 41%;
        border: 1px solid #FFF;
}

.rq-msg-er{
    display: none;
}

.rq-msg-suc{
    display: none;
}

.request-required-field{
    vertical-align: top;
}
/* 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: 622px;
        top: 815px;
	}

	.bx-controls-direction a.bx-next {
		right: 721px;
        top: 815px;
	}
}

@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;*/
        /*For IE support*/
        background: 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;*/
        /*For IE support*/
        background: 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 all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
}

@supports (-ms-accelerator:true) {
  /* IE Edge 12+ CSS styles go here */ 
}