@import url("fonts/stylesheet.css");

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}
body {
    color: #000;
    font-family: Calibri,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    top: 0 !important;
}a:focus,
 a:hover {
     text-decoration: none!important
 }
body > div.skiptranslate:first-child {
    display: none;
}
img {
    max-width: 100%
}
.heading {
    font-size: 24px;
    color: #373737;
    font-weight: 700;
    line-height: normal
}
.heading2 {
    color: #373737;
    font-family: Calibri,Arial,sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px
}
h2.heading2 {
    margin-top: 0;
    line-height: 1.42857143;
}
.heading2.bdr {
    border-bottom: 1px #e6e6e6 solid;
    margin-bottom: 33px
}
.heading2.upper{ text-transform: uppercase; }
.form-control,
input,
select,
textarea {
    outline: 0!important
}
.read-more {
    color: #373737;
    font-family: Calibri,Arial,sans-serif;
    font-size: 16px;
    text-decoration: underline
}
.less-gutter.row {
    margin-left: -9px;
    margin-right: -9px
}
.less-gutter>[class*=col-] {
    padding-left: 9px;
    padding-right: 9px
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .18);
    z-index: 8;
    display: none
}
.btn {
    outline: 0!important
}
.main-header {
  padding-top: 30px;
}
.top-head {
    background-color: #282828;
    /*overflow: hidden;
    padding: 5px 0 4px;*/
    color: #eee;
    font-family: Calibri,Arial,sans-serif;
    font-size: 14px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}
.top-head a {
    color: #eee;
    font-family: Calibri,Arial,sans-serif;
    font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	height: 31px;
	line-height: 31px;
}
.top-head ul:not(.submenu) > li:nth-child(2n) > a { margin-left: 0; }
.top-head li:last-child a { margin-right: 0; }
.top-head a.special{ background: #ffb949; color: #000; }
.top-head a.special:hover{ color: #000; }
.top-head a.icon{ position: relative; padding-left: 32px; }
.top-head a.icon.special{ padding-left: 42px; margin-left: 0; padding-right: 10px; }
.top-head a.icon::before{ content: ""; display: block; position: absolute; left: 0; top: 5px; background-repeat: no-repeat; background-position: 50% 50%; height: 21px; width: 21px; }
.top-head a.icon.special::before{ left: 10px; }
.top-head a.icon.list::before{ background-image: url("../images/icons/menu_list.png"); }
.top-head a.icon.cart::before{ background-image: url("../images/icons/menu_cart.png"); }
.top-head a.icon.shop::before{ background-image: url("../images/icons/menu_shop.png"); }
.top-head a.icon.delivery::before{ background-image: url("../images/icons/menu_delivery.png"); }
.top-head a.icon.parts::before{ background-image: url("../images/icons/menu_parts.png"); }
.top-head a.icon.blog::before{ background-image: url("../images/icons/menu_blog.png"); }
.top-head a.icon.about::before{ background-image: url("../images/icons/menu_about.png"); }
.top-head a.icon.reviews::before{ background-image: url("../images/icons/menu_reviews.png"); }
.top-head a.icon.pay::before{ background-image: url("../images/icons/menu_pay.png"); }
.top-head a.icon.lang::before{ background-image: url("../images/icons/menu_lang.png"); background-size: 21px; }
.top-head a:hover {
    color: #ffb949
}
.top-head ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0
}
.top-head ul li {
    display: inline-block;
	position: relative;
}
/*.top-head ul li~li {
    margin-right: 15px
}*/
.top-head ul li .submenu{ position: absolute; top: 100%; left: 0; width: 200px; background: #282828; padding: 10px 15px 5px 15px; display: none; z-index: 9; }
.top-head ul li:hover .submenu{ display: block; }
.top-head ul li .submenu li{ margin: 0; padding: 4px 0; display: block; }
.top-head ul li .submenu li a{ height: unset; line-height: unset; padding: 0; }
.top-head .language-menu { max-width: 132px; white-space: nowrap; }
.submenu.languages a { cursor: pointer; }
.mobile_menu{ display: none; }
@media (max-width:1199px) {
    .top-head ul.menu {
        position: fixed;
        top: 0;
        right: 0;
		height: 100%;
        height: 100vh;
        background-color: #000;
        padding: 20px;
        padding-top: 45px;
        width: 240px;
        max-width: 95%;
        z-index: 9;
        box-shadow: 0 0 8px #000;
        overflow: auto;
        transform: translateX(125%);
        transition: transform .15s linear
    }
    .top-head ul.menu .close-this {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 20px;
        height: 20px
    }
    .top-head ul.menu li {
        display: block;
        float: none;
        margin: 0!important
    }
    .top-head ul.menu a {
        font-size: 16px;
        padding: 5px;
        display: block
    }
	.mobile_menu{ display: block; }
    .mobile_menu ul {
        position: fixed;
        top: 0;
        right: 0;
		height: 100%;
        height: 100vh;
        background-color: #000;
        padding: 20px;
        padding-top: 45px;
        width: 240px;
        max-width: 95%;
        z-index: 1000;
        box-shadow: 0 0 8px #000;
        overflow: auto;
        transform: translateX(125%);
        transition: transform .15s linear
    }
    .mobile_menu ul .close-this {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 20px;
        height: 20px
    }
    .mobile_menu ul li {
        display: block;
        float: none;
        margin: 0!important
    }
    .mobile_menu ul a {
        font-size: 16px;
        padding: 5px;
        display: block;
		color: #fff;
    }
	.mobile_menu ul ul.submenu{ position: static; height: unset; width: unset; padding: 0; padding-left: 15px; }
	.top-head{ position: static; }
	.main-header{ padding-top: 0; }
}
@media (min-width:1200px) {
    .top-head .close-this {
        display: none
    }
}
/*[data-set=mob-menu] .top-head ul {
    transform: translateX(0)
}*/
[data-set=mob-menu] .mobile_menu ul {
    transform: translateX(0)
}
[data-set=mob-menu] .overlay {
    display: block
}
.header-index .top-head ul {
    margin-left: 260px
}
.header-index .btm-head {
    padding-bottom: 0
}
.header-index a.logo {
    margin: 0 14px;
    margin-top: -30px;
    position: relative;
    display: block
}
.top-right {
    float: right
}
.btm-head {
    padding-bottom: 10px
}
.btm-head .left-logo {
    float: left
}
.btm-head .cat-btn {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e52d03;
    border: none;
    color: #fff;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    width: 238px;
    height: 38px;
    margin-top: 2px;
    position: relative;
    padding-bottom: 5px
}
.btm-head .cat-btn:after,
.btm-head .cat-btn:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 6px;
    right: 5px
}
.btm-head .cat-btn:before {
    left: 5px
}
.btm-head .top-menu {
    display: none;
    border-radius: 0;
    border-color: #126089;
    padding: 7px;
    margin: 0;
    margin-top: 5px
}
.btm-head .top-menu span {
    background-color: #126089
}
.btm-head .tag-line {
    color: #afafaf;
    font-family: Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding-top: 21px;
    float: left
}
.btm-head .main-line {
    color: #373737;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    word-break: break-word;
}
.btm-head .main-line a {
    color: #8c1414;
    font-family: Calibri,Arial,sans-serif;
    font-size: inherit;
    text-decoration: underline
}
.btm-head .top-login {
    float: right;
    padding-top: 22px
}
.btm-head .top-login .form-group {
    margin-right: 2px;
    vertical-align: top;
    text-align: center
}
.btm-head .top-login .form-control {
    width: 138px;
    height: 26px;
    border: 1px solid #a5a5a5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    color: #6b6b6b;
    font-family: Calibri,Arial,sans-serif;
    font-size: 16px;
    vertical-align: top;
    margin-bottom: 4px
}
@media (max-width:1199px) {
    .btm-head .top-login .form-control {
        width: 120px
    }
}
.btm-head .top-login .small a {
    color: #aeaeae;
    font-family: Calibri,Arial,sans-serif;
    font-size: 14px
}
.btm-head .top-login button {
    background-color: #06d6fb;
    color: #fff;
    font-family: Calibri,Arial,sans-serif;
    font-size: 16px;
    padding: 0 13px;
    line-height: 23px;
    border: 1px solid #a5a5a5;
    vertical-align: top
}
@media (max-width:1199px) {
    .btm-head .top-menu {
        display: block;
        float: right;
        margin-top: 26px
    }
    .btm-head .cat-btn {
        width: calc(100% - 50px)
    }
	.btm-head .top-menu.mobile{ display: none; }
	.btm-head .top-menu.mobile.fixed{ display: block; position: fixed; right: 0; top: 30px; background: #fff; margin-top: 0; padding: 10px; z-index: 99; }
}
@media (max-width:991px) {
    .btm-head .left-logo {
        margin-top: 15px
    }
    .btm-head .tag-line {
        padding-top: 5px;
        float: right;
        text-align: right
    }
    .btm-head .main-line {
        font-size: 16px;
        line-height: normal
    }
    .btm-head .top-login {
        padding-top: 5px
    }
    .btm-head .cat-btn,
    .btm-head .top-menu {
        margin-top: 31px
    }
    .btm-head .top-menu {
        padding: 11px;
        margin-top: 18px
    }
}
@media (max-width:767px) {
    .btm-head .tag-line {
        font-size: 14px;
    }
    .btm-head .cat-btn {
        margin-top: 5px;
        font-size: 16px;
        height: 32px;
        width: 176px;
        width: 100%;
        width: calc(100% - 50px)
    }
    .btm-head .top-menu {
        padding: 8px;
        float: left;
        margin-top: 11px
    }
    .btm-head a.logo {
        margin: 0;
        float: left
    }
    .btm-head a.logo img {
        width: 151px
    }
    .btm-head .left-logo {
        float: none
    }
    .btm-head .top-login .form-group {
        display: inline-block;
        margin-bottom: 0
    }
    .btm-head .tag-line,
    .btm-head .top-login {
        float: none;
        text-align: right
    }
}
@media (max-width:640px) {
    .btm-head .tag-line,
    .btm-head .top-login {
        clear: both
    }
    .btm-head .top-menu {
        float: right
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .btm-head .left-logo {
        padding-right: 10px
    }
}
@media (min-width:1200px) {
    .btm-head .left-logo {
        min-width: 263px
    }
}
@media (max-width:1199px) {
    .header-index .btm-head .top-menu {
        margin-top: 5px
    }
}
@media (max-width:991px) {
    .header-index .btm-head .top-menu {
        margin-top: 31px!important
    }
}
@media (max-width:767px) {
    .header-index .btm-head a.logo {
        margin: -30px 0 0
    }
    .header-index .btm-head .top-menu {
        float: right;
        margin-top: 5px!important
    }
}
.main-footer {
    background-color: #ab3f3d;
    color: #fffdfd;
    font-family: Calibri,Arial,sans-serif;
    font-size: 17px;
    line-height: 21px;
    padding-top: 25px
}
.main-footer,
.main-footer a {
    color: #fff
}
.main-footer a {
    line-height: 32px
}
.main-footer a:hover {
    color: #ffb949
}
.main-footer .left-foot,
.main-footer .right-foot {
    padding-bottom: 47px
}
.main-footer .third-foot {
    background-color: #282828;
    color: #fff;
    text-align: center;
    color: #d9d9d9;
    font-family: Calibri,Arial,sans-serif;
    font-size: 14px;
    padding: 3px 0
}
@media (max-width:767px) {
    .main-footer {
        text-align: center
    }
    .main-footer .left-foot,
    .main-footer .right-foot {
        padding-bottom: 20px
    }
    .main-footer .right-foot [class*=col-] {
        text-align: center;
        margin-bottom: 10px
    }
}
.top-search-bar {
    padding: 18px 0;
    background: url(../images/pattern-dark.jpg) bottom left
}
@media (min-width:768px) {
    .top-search-bar .search-form {
        width: 58.7%
    }
}
.top-search-bar .search-form select {
    width: calc((100% - 107px)/ 2.6);
    padding-left: 11px
}
.top-search-bar .search-form input {
    width: calc((100% - 107px)/ 1.7);
    padding-right: 0
}
.top-search-filter {
    padding-top: 24px;
    padding-bottom: 9px;
    background: url(../images/pattern.jpg) top left
}
.top-search-filter button {
    width: 89px;
    height: 26px;
    background-color: #00b1d1;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px
}
.top-search-filter .small {
    color: #7b7b7b;
    font-family: Calibri,Arial,sans-serif;
    font-size: 14px;
    font-style: italic
}
.text-filters {
    padding-bottom: 17px
}
.text-filters>div {
    float: left;
    color: #444;
    font-family: Calibri,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400
}
.text-filters .label {
    padding-left: 6px;
    width: 124px;
    text-align: left
}
.text-filters .input {
    width: calc((100% - 124px - 45px)/ 2);
    padding-right: 15px
}
.text-filters input {
    width: 100%;
    height: 29px;
    background-color: #fff;
    border: 1px solid #a5a5a5
}
.check-filter {
    color: #323232;
    font-family: Calibri,Arial,sans-serif;
    font-size: 16px;
}
.check-filter input {
    vertical-align: text-top
}
.check-filter div {
    padding-bottom: 5px
}
@media (max-width:767px) {
    .text-filters {
        padding-bottom: 5px
    }
    .text-filters .input {
        width: calc((100% - 45px)/ 2)
    }
    .text-filters .label {
        width: 100%
    }
    .top-search-filter .text-center.pull-right {
        float: none!important;
        border-top: 1px solid #d3d3d3;
        padding-top: 5px
    }
    .top-search-filter button {
        float: right
    }
    .top-search-filter br {
        display: none
    }
}
.bread-crumb {
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    padding-top: 11px;
    border-bottom: 1px #e1e1e1 solid;
    padding-bottom: 13px;
    margin-bottom: 5px
}
.bread-crumb,
.bread-crumb a {
    color: #7a7a7a
}
.bread-crumb ul {
    margin: 0
}
.bread-crumb li {
    padding-right: 0
}
.bread-crumb li~li:before {
    content: url(../images/arrow.png);
    margin-right: 6px
}
@media (max-width:767px) {
    .bread-crumb li {
        font-size: 16px;
		display: none;
    }
	.bread-crumb li:nth-last-child(2){ display: inline-block; }
	.bread-crumb li:nth-last-child(2)::before{ content: url(../images/arrow_reversed.png); }
}
.main-banner {
    background: url(../images/pattern.jpg)
}
.left-categories {
    width: 238px;
    height: 605px;
    float: left;
    margin-bottom: 35px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fffefd;
    -moz-box-shadow: -1px 5px 5px rgba(57, 57, 57, .29);
    -webkit-box-shadow: -1px 5px 5px rgba(57, 57, 57, .29);
    box-shadow: -1px 5px 5px rgba(57, 57, 57, .29)
}
.left-categories [data-set] {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px
}
.left-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 14px
}
.left-categories a {
    color: #373737;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    border-bottom: 1px #eaeaea solid;
    display: block;
    padding: 6px 0
}
.left-categories a:before {
    content: url(../images/wind-icon.png);
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
    margin-right: 15px;
    margin-left: 14px
}
.left-categories li {
    padding: 0 5px
}
.left-categories li.active,
.left-categories li:hover {
    background-color: #06d6fb
}
.left-categories li.active>a,
.left-categories li:hover>a {
    color: #fff;
    border-color: #06d6fb
}
.left-categories li.active>a:before,
.left-categories li:hover>a:before {
    content: url(../images/wind-white-icon.png)
}
@media (max-width:1199px) {
    .left-categories {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        overflow: auto;
        padding-top: 30px;
        z-index: 9;
        box-shadow: 0 0 8px #000;
        border-radius: 0;
        transform: translateX(-125%);
        transition: transform .15s linear
    }
}
@media (max-width:1199px) {
    [data-set=mob-cats] .left-categories {
        transform: translateX(0)
    }
    [data-set=mob-cats] .overlay {
        display: block
    }
}
.banner-right {
    color: #373737;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    line-height: 22px
}
@media (min-width:1200px) {
    .banner-right {
        margin-left: 253px
    }
}
@media (max-width:1199px) {
    .banner-right {
        padding-bottom: 20px
    }
}
@media (max-width:767px) {
    .banner-right .col-xs-12 {
        padding: 0
    }
}
.banner-top {
    padding-top: 17px;
    padding-bottom: 16px;
    overflow: auto
}
.search-form {
    width: 486px;
    height: 37px;
    border: 1px solid #a5a5a5;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    padding-top: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left
}
.search-form>* {
    color: #7a7a7a;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    padding: 3px;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    float: left
}
.search-form select {
    width: 141px;
    border-right: 1px #e7e5e1 solid
}
.search-form [type=text] {
    width: 233px;
    padding: 0 26px
}
.search-form .btn {
    width: 107px;
    height: 37px;
    border: 1px solid #c84336;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e52d03;
    float: right;
    color: #fff;
    margin-top: -6px;
    color: #fffdfd;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700
}
@media (max-width:991px) {
    .search-form {
        width: 400px
    }
    .search-form .btn {
        width: 86px
    }
    .search-form [type=text] {
        width: 166px
    }
}
@media (max-width:767px) {
    .search-form {
        padding: 0;
        float: none;
        border: 1px solid #a5a5a5;
        border-bottom: 0;
        height: auto;
        width: auto;
        overflow: auto;
        margin-bottom: 10px
    }
    .search-form button,
    .search-form input,
    .search-form select {
        width: 100%!important;
        height: 34px!important;
        margin: 0!important;
        padding: 5px!important;
        line-height: normal
    }
}
.auction.visit {
    width: 319px;
    height: 37px;
    border: 1px solid #a5a5a5;
    -moz-border-radius: .66666667px;
    -webkit-border-radius: .66666667px;
    border-radius: .66666667px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    float: right
}
.auction.visit [type=text] {
    color: #7a7a7a;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    border: none;
    padding: 5px;
    text-align: center
}
.auction.visit button {
    width: 106px;
    height: 37px;
    border: 1px solid #c84336;
    -moz-border-radius: 1px 3px 3px;
    -webkit-border-radius: 1px 3px 3px;
    border-radius: 1px 3px 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e52d03;
    color: #fffdfd;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: -1px;
    margin-right: -1px
}
@media (max-width:991px) {
    .auction.visit {
        width: 260px
    }
    .auction.visit button {
        width: 70px
    }
}
@media (max-width:767px) {
    .auction.visit {
        width: 100%;
        height: 34px
    }
    .auction.visit [type=text],
    .auction.visit button {
        height: 32px;
        line-height: normal;
        margin-top: 0;
        padding: 4px
    }
}
.banner-slide {
    position: relative
}
.banner-slide img {
    width: 100%
}
.banner-slide figcaption {
    position: absolute;
    top: 50%;
    left: 27%;
    transform: translateY(-60%);
    color: #fff;
    font-family: Calibri,Arial,sans-serif;
    font-size: 39px;
    font-weight: 700;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, .19);
    line-height: 20px
}
.banner-slide .h1 {
    color: #4f3f41;
    font-family: Calibri,Arial,sans-serif;
    font-size: 58px;
    font-weight: 700;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, .19);
    margin: 0
}
@media (max-width:767px) {
    .banner-slide {
        display: none
    }
}
.banner-btm {
    padding-top: 20px;
    margin-left: -5px;
    overflow: hidden;
    width: 100%;
    width: calc(100% + 5px)
}

.banner-btm img {
    width: 100%
}
.latest-prods {
    padding: 14px 0
}
.latest-prods li {
    float: left;
    width: 195px
}
.latest-prods li a {
    display: block;
    text-align: center;
    padding: 26px 12px;
    color: #373737;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto;
    transition: background-color .15s linear
}
.latest-prods li a:hover {
    background-color: #eff5f5
}
.latest-prods li figcaption {
    padding-top: 6px;
    display: block
}
.latest-prods li .price-tag {
    color: #00b2d2;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    margin-top: 9px
}
@media (max-width:1199px) {
    .latest-prods li {
        width: 187px
    }
}
@media (max-width:991px) {
    .latest-prods li {
        width: 179px
    }
}
@media (max-width:767px) {
    .latest-prods li {
        width: 50%
    }
    .latest-prods li a {
        padding: 9px
    }
}
.top-cats {
    margin-bottom: 30px
}
.top-cats [class*=col-] {
    padding-top: 9px;
    padding-bottom: 9px
}
.top-cats img {
    width: 100%
}
.count-cover {
    background-color: #f1f9ff;
    counter-reset: section;
    padding-bottom: 90px
}
.count-cover [class*=col-]:nth-child(2n) .count-inner:before {
    background-image: url(../images/count-yellow.png)
}
@media (max-width:991px) {
    .count-cover {
        padding-bottom: 30px
    }
}
.count-inner {
    width: 278px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI3OCAxNDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjE2Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkYThhZSIgc3RvcC1vcGFjaXR5PSIwLjE2Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMjc4IiBoZWlnaHQ9IjE0MSIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, .16) 0, rgba(14, 168, 174, .16) 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, .16) 0, rgba(14, 168, 174, .16) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .16) 0, rgba(14, 168, 174, .16) 100%);
    background-image: linear-gradient(bottom, rgba(255, 255, 255, .16) 0, rgba(14, 168, 174, .16) 100%)
}
.count-inner {
    margin: 74px 0 0 auto;
    padding: 11px 20px 23px;
    padding-right: 20px;
    position: relative;
    color: #191919;
    font-family: Calibri,Arial,sans-serif;
    font-size: 15px;
    line-height: 19px
}
.count-inner:before {
    counter-increment: section;
    content: "0" counter(section) "";
    display: inline-block;
    width: 124px;
    height: 83px;
    background-image: url(../images/count-red.png);
    background-size: auto 100%;
    border-radius: 10px;
    padding: 20px 0;
    color: #fff;
    padding-left: 12px;
    position: absolute;
    top: -42px;
    left: -65px;
    color: #fffdfd;
    font-family: Calibri,Arial,sans-serif;
    font-size: 48px;
    line-height: 16px;
    font-weight: 700
}
.count-inner header {
    color: #373737;
    font-family: Calibri,Arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-left: 51px;
    margin-bottom: 12px
}
.count-inner .img {
    margin-left: 20px;
    min-width: 49px
}
.count-inner .flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -ms-flex-line-pack: stretch
}
.count-inner .flex>* {
    flex-grow: 1
}
@media (max-width:1199px) {
    .count-inner {
        margin-left: 47px;
        width: auto
    }
    .count-inner:before {
        width: 88px;
        height: 59px;
        font-size: 24px;
        padding-top: 13px;
        left: -46px;
        top: -29px
    }
}
@media (max-width:991px) {
    .count-inner {
        margin-top: 50px
    }
}
.block-box {
    padding: 27px 0
}
@media (max-width:991px) {
    .block-box [class*=col-] {
        margin-bottom: 20px
    }
}
.block-box img {
    width: 100%
}
.pop-brands {
    padding-bottom: 12px
}
.pop-brands li {
    width: 184px
}
@media (max-width:991px) {
    .pop-brands li {
        width: 175px
    }
}
@media (max-width:767px) {
    .pop-brands li {
        width: 50%;
        margin: 0;
        padding: 0;
        float: left
    }
    .pop-brands li:nth-child(2n+1) {
        clear: left
    }
}
.listing-header {
    padding-bottom: 10px
}
.listing-top-right {
    float: right;
    padding-top: 5px;
    padding-right: 8px
}
.listing-top-right .top-pager {
    float: left;
    padding: 0 10px
}
.listing-top-right .top-pager li {
    padding: 0 2px
}
.listing-top-right .top-pager li a {
    color: #999;
    font-family: Calibri,Arial,sans-serif;
    font-size: 16px;
    width: 20px;
    height: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 20px
}
.listing-top-right .top-pager li a.active,
.listing-top-right .top-pager li.active a,
.listing-top-right .top-pager li:hover a {
    background-color: #00b1d1;
    color: #fff
}
.listing-top-right .top-pager .left,
.listing-top-right .top-pager .right {
    line-height: 18px
}
.listing-top-right .top-pager .left:before {
    content: url(../images/page-left.png)
}
.listing-top-right .top-pager .left:hover:before {
    content: url(../images/page-left-hover.png)
}
.listing-top-right .top-pager .right:before {
    content: url(../images/page-right.png)
}
.listing-top-right .top-pager .right:hover:before {
    content: url(../images/page-right-hover.png)
}
.listing-top-right .view-type {
    color: #888;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    padding-left: 20px;
    border-left: 1px #dadada solid
}
.listing-top-right .view-type a {
    margin: 0 2px;
    vertical-align: sub
}
.listing-top-right .view-type a.view-block {
    display: inline-block
}
.listing-top-right .view-type a.view-block:active:before,
.listing-top-right .view-type a.view-block:before,
.listing-top-right .view-type a.view-block:focus:before {
    width: 22px;
    height: 21px;
    content: url(../images/block-view1.png);
    display: inline-block
}
.listing-top-right .view-type a.view-block.active:before,
.listing-top-right .view-type a.view-block:hover:before {
    content: url(../images/block-view.png)
}
.listing-top-right .view-type a.view-list:active:before,
.listing-top-right .view-type a.view-list:before,
.listing-top-right .view-type a.view-list:focus:before {
    width: 22px;
    height: 21px;
    content: url(../images/list-view1.png);
    display: inline-block
}
.listing-top-right .view-type a.view-list.active:before,
.listing-top-right .view-type a.view-list:hover:before {
    content: url(../images/list-view.png)
}

@media (max-width: 1200px) {
    .listing-top-right .view-type {
        display:none
    }
}

@media (max-width:767px) {
    .listing-top-right {
        float: none
    }
    .listing-top-right .top-pager {
        display: block;
        text-align: center;
        clear: both;
        border: none!important;
        float: none;
        padding: 0
    }
}
.listing-block {
    padding-bottom: 50px
}
.listing-block table {
    white-space: nowrap;
    margin-bottom: 5px
}
.listing-block table>tbody>tr>td {
    padding: 15px 20px;
    vertical-align: middle;
    color: #717172;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    border-bottom: 1px #e1e1e1 solid
}
.listing-block table>thead>tr>th {
    border: 1px #e1e1e1 solid!important;
    border-width: 1px 0!important;
    text-align: center;
    background-color: #f2f1f1;
    padding: 5px 0
}
.listing-block.list_view header {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}
.listing-block.list_view header label {
    border: 1px #e1e1e1 solid!important;
    border-width: 1px 0!important;
    text-align: center;
    background-color: #f2f1f1;
    padding: 5px 0;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1
}
.listing-block .item-pricing,
.listing-block .item-selling-price,
.listing-block .prod_title {
    display: block
}
.listing-block .prod_title {
    display: block;
    color: #373737;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    margin-bottom: 10px
}
.listing-block .table img {
    width: auto;
    max-width: inherit
}
.listing-block .item-seller {
    color: #717172;
    font-family: Calibri,Arial,sans-serif;
    font-size: 14px
}
.listing-block .item-selling-price {
    color: #00b1d1;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700
}
.listing-block .item-bid-ends {
    color: #e52d04;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px
}
.listing-block:not(.list_view) header {
    display: none
}
.listing-block:not(.list_view) .item-seller {
    display: none
}
.listing-block:not(.list_view) .item-pricing {
    display: none
}
.listing-block:not(.list_view) .how-much-bids {
    display: none
}


@media (min-width: 1200px) {

    .listing-block.list_view .list-content {
        overflow: auto
    }
   /* .listing-block.list_view header {
        min-width: 968px
    }*/
    .listing-block.list_view header label {
        max-width: 130px;
        min-width: 130px;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1
    }
    .listing-block.list_view header label:first-child {
        width: 180px;
        max-width: 180px
    }
    .listing-block.list_view header label:nth-child(2) {
        max-width: 200px;
        min-width: 200px;
    }
    /*.listing-block.list_view .list-style-block {
        min-width: 968px
    }*/
    .listing-block.list_view .list-style-block ul {
        overflow: visible
    }
    .listing-block.list_view .list-style-block li {
        width: 100%;
        font-size: 16px;
      /*  min-width: 968px;*/
        padding: 0;
        text-align: center;
        color: #717172;
        font-family: Calibri,Arial,sans-serif;
        font-size: 18px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }
    .listing-block.list_view .list-style-block li>* {
        max-width: 130px;
        min-width: 130px;
        padding: 15px 10px;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1
    }
    .listing-block.list_view .list-style-block li :nth-child(2) {
        max-width: inherit
    }
    .listing-block.list_view .list-style-block li figure {
        max-width: 180px;
        min-width: 180px;
        width: 180px;
        padding: 10px
    }
    .listing-block.list_view .list-style-block li figcaption {
        width: auto;
        text-align: left
    }
    .listing-block.list_view .list-style-block li .offer-time-left span {
        color: #e52d04;
        font-family: Calibri,Arial,sans-serif;
        font-size: 18px
    }
}
.list-style-block {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    padding-top: 9px;
    border-top: 1px #e1e1e1 solid;
    padding-bottom: 30px;
    border-bottom: 1px #e1e1e1 solid;
    margin-bottom: 15px
}
.list-style-block li {
    width: calc(16.66666667%);
    padding: 12px;
    float: left;
    transition: background-color .15s linear
}
.list-style-block li:hover {
    background-color: #f0efef
}
.list-style-block li figure img {
    width: 100%
}
.list-style-block li:nth-child(6n+1) {
    clear: left
}
@media (max-width:1199px) {
    .list-style-block li {
        width: calc(25%)
    }
    .list-style-block li:nth-child(6n+1) {
        clear: none
    }
    .list-style-block li:nth-child(4n+1) {
        clear: left
    }
}
@media (max-width:767px) {
    .list-style-block li {
        width: calc(50%)
    }
    .list-style-block li:nth-child(4n+1) {
        clear: none
    }
    .list-style-block li:nth-child(2n+1) {
        clear: left
    }
}
.list-style-block a.item_title {
    color: #373737;
    font-family: Calibri,Arial,sans-serif;
    font-size: 16px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}
.list-style-block a.offer-pricing {
    color: #00b2d2;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700
}
.list-style-block .offer-time-left {
    color: #717172;
    font-family: Calibri,Arial,sans-serif;
    font-size: 14px
}
.list-style-block .offer-time-left span {
    color: #e62e04
}
.two-col {
    padding-top: 15px;
    padding-bottom: 60px
}
.left-menu-inside {
    min-height: 495px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    background-image: url(../images/pattern.jpg);
    padding: 17px 0
}
.left-menu-inside li {
    position: relative;
    padding: 8px 23px
}
@media (min-width:640px) {
    .left-menu-inside li.active,
    .left-menu-inside li:hover {
        background-color: #00b2d2;
        border-left: 13px solid #00b2d2;
        margin-left: -13px;
        -moz-box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, .31);
        -webkit-box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, .31);
        box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, .31)
    }
    .left-menu-inside li.active:before,
    .left-menu-inside li:hover:before {
        content: '';
        border: 13px solid #00b2d2;
        position: absolute;
        top: 100%;
        left: -13px;
        border-right: 0;
        border-bottom: 0;
        border-left-color: transparent;
        z-index: -1
    }
    .left-menu-inside li.active>a,
    .left-menu-inside li:hover>a {
        color: #fff
    }
    .left-menu-inside li.active>a:before,
    .left-menu-inside li:hover>a:before {
        content: url(../images/arrow1-fff.png)
    }
    .left-menu-inside li.active:after,
    .left-menu-inside li:hover:after {
        display: block;
        border: 24px solid transparent;
        border-right: 0;
        border-left: 12px solid #00b2d2;
        position: absolute;
        left: 100%;
        top: 0;
        content: ''
    }
}
.left-menu-inside a {
    color: #373737;
    font-family: Calibri,Arial,sans-serif;
    font-size: 21px;
    font-weight: 700
}
.left-menu-inside a:before {
    content: url(../images/arrow1.png);
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 15px
}
@media (max-width:640px) {
    .left-menu-inside {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        overflow: auto;
        min-height: auto;
        z-index: 9;
        max-width: 90%;
        width: 360px;
        border-radius: 0;
        box-shadow: 0 0 8px #000;
        transform: translate(-125%);
        transition: transform .15s linear
    }
    .left-menu-inside li.active>a {
        color: #00b0d0
    }
    body[data-set=left-menu] .overlay {
        display: block
    }
    body[data-set=left-menu] .left-menu-inside {
        transform: translateX(0)
    }
    .right-content {
        margin-left: 0
    }
}
@media (min-width:641px) {
    [data-set=left-menu] {
        display: none
    }
    .left-menu {
        float: left;
        width: 233px
    }
    .right-content {
        margin-left: 276px;
        overflow: hidden
    }
}
.left-menu [data-set=left-menu] {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #777;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #00b1d1;
    text-transform: uppercase;
    color: #fffdfd;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px
}
.dash-overview {
    color: #252525;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px
}
.dash-block {
    line-height: normal
}
.dash-block figcaption {
    color: #1ab1cb;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 19px
}

h1.prod-title {
    color: #373737;
    font-family: Calibri,Arial,sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 4px;
   /* padding-bottom: 12px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 26px*/
}
.lot_top{ display: flex; align-items: center; justify-content: space-between; width: 100%; padding-bottom: 12px; border-bottom: 1px solid #d3d3d3; margin-bottom: 26px; }
.lot_top .lot_timer{ margin-left: 10px; color: #c84336; }
.prod-top {
    padding-bottom: 20px
}
.prod-top .less-balance {
    color: #898989;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    margin-top: -8px
}
.prod-top table,
.prod-top td,
.prod-top th {
    border: none!important
}
.prod-top td {
    color: #373737;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px
}
.prod-top .right-prod {
    padding-bottom: 15px
}
.prod-top .right-prod .table {
    margin-top: 3px
}
.prod-top .right-prod td {
    padding: 5px
}
.prod-top .cp {
    color: #000;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px
}
.prod-top .last-price {
    color: #00b2d2;
    font-family: Calibri,Arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px
}
.prod-top .btn.btn-primary {
    height: 29px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #00b1d1;
    border: none
}
.prod-top .btn.btn-primary.red{ background-color: #e52d03; }
.prod-top .bid-section {
    text-align: center;
    padding-top: 7px;
    color: #000;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    border-left: 1px solid #e5e5e5
}
.prod-top .bid-section>* {
    max-width: 154px;
    margin-left: auto;
    margin-right: auto
}
.prod-top .bid-section .btn,
.prod-top .bid-section input {
    width: 100%
}
.prod-top .bid-section strong {
    color: #373737;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700
}
.prod-top .bid-section .small {
    color: #717172;
    font-family: Calibri,Arial,sans-serif;
    font-size: 16px
}
.prod-top .buy-now {
    color: #e52d04;
    font-family: Calibri,Arial,sans-serif;
    font-size: 20px;
    font-weight: 700
}
.prod-top .bid-form {
    padding-top: 2px;
    margin-bottom: 23px
}
.prod-top .bid-form input {
    width: 153px;
    height: 29px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fffdfd;
    border: 2px #b2b2b2 solid;
    margin-bottom: 4px;
    padding: 0 5px
}
.prod-top .buy-form {
    padding-bottom: 40px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5
}
.prod-top .buy-form .btn.btn-primary {
    background-color: #e52d03;
    font-size: 18px;
    font-weight: bold;
}
.pro-btm {
    padding: 25px 0;
    text-align: center;
    margin: 0;
}
.pro-btm img {
    cursor: pointer;
}
.cal-culator {
    margin-bottom: 20px
}
.cal-culator .cal-culator-inner {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f5f5f5;
    color: #373737;
    font-family: Calibri,Arial,sans-serif;
    font-size: 16px;
    margin-top: 13px;
    padding: 15px
}
.cal-culator .calc-title {
    color: #000;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 11px
}
.cal-culator input,
.cal-culator select {
    width: 100%;
    height: 29px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fffdfd;
    border: 1px solid;
    margin-bottom: 6px;
    width: calc(100% - 22px);
    margin-right: 7px
}
.cal-culator .col-sm-5 {
    padding-top: 4px
}
.cal-culator .table>tbody>tr>td,
.cal-culator .table>tfoot>tr>td {
    padding: 1px;
    line-height: 22px
}
.cal-culator td:last-child {
    text-align: right;
    padding-right: 20px!important
}
.cal-culator .table>tfoot>tr>td {
    font-weight: 700
}
.cal-culator .table>tfoot td:last-child {
    color: #00b2d2
}
.cal-culator .table {
    margin-top: 7px
}
.chat-boxx {
    color: #989898;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px
}
.chat-boxx .row {
    margin: 0
}
.chat-boxx img {
    float: left;
    margin-right: 20px
}
.prod-btm {
    padding-bottom: 70px
}
.prod-btm [role=tablist] {
    margin: 0;
    margin-bottom: -1px;
    overflow: auto
}
.prod-btm [role=tablist] li {
    position: relative;
    padding: 0 30px;
    text-align: center;
    background-color: #cfcfcf;
    float: left
}
.prod-btm [role=tablist] li.active,
.prod-btm [role=tablist] li:hover {
    background-color: #00b2d2
}
.prod-btm [role=tablist] li.active a,
.prod-btm [role=tablist] li:hover a {
    color: #fff
}
.prod-btm [role=tablist] li a {
    display: inline-block;
    color: #515151;
    width: 200px;
    padding: 5px 0;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px
}
.prod-btm [role=tablist] li:after,
.prod-btm [role=tablist] li:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid #fff;
    position: absolute;
    top: 0;
    border-bottom-color: transparent
}
.prod-btm [role=tablist] li:before {
    border-width: 0 0 35px 20px;
    left: 0
}
.prod-btm [role=tablist] li:after {
    border-width: 0 20px 35px 0;
    right: 0
}
.prod-btm [role=tablist] .prod-btm {
    padding-top: 9px
}
.prod-btm .tab-pane {
    color: #1a1a1a;
    font-family: "Myriad Pro";
    font-size: 18px;
    padding: 30px 20px;
    border: 1px #afafaf solid
}
@media (max-width:767px) {
    .chat-boxx [class*=col-] {
        margin-bottom: 20px
    }
    [role=tablist] li {
        width: 100%
    }
}
@media (max-width:991px) {
    .prod-btm .tab-pane {
        font-size: 16px;
        overflow: auto;
    }
}
@media (min-width:992px) {
    .cal-culator {
        float: right
    }
}
@media (min-width:1200px) {
    .cal-culator.show~.chat-boxx,
    .left-prod {
        width: 55.4%
    }
    .cal-culator,
    .right-prod {
        width: 44.6%
    }
    .cal-culator {
        padding-left: 53px
    }
}
.greyish-header {
    padding-bottom: 5px;
    color: #6b6b6b;
    font-family: Calibri,Arial,sans-serif;
    font-size: 16px
}
.greyish-header .heading2 {
    color: #6b6b6b;
    font-family: Calibri,Arial,sans-serif;
    font-size: 20px;
    font-weight: 700
}
.greyish-header select {
    width: 60px;
    height: 26px;
    border: 1px solid #777;
    border-radius: 5px;
    background-color: #fff;
    text-align: center
}
@media (max-width:991px) {
    .greyish-header .col-xs-6:first-child {
        text-align: left
    }
}
.fav-auction-listing .table-responsive {
    overflow: auto
}
.fav-auction-listing table {
    white-space: nowrap;
    text-align: center;
    color: #6b6b6b;
    font-family: Calibri,Arial,sans-serif;
    font-size: 16px
}
.fav-auction-listing thead tr {
    border: 1px solid #777
}
.fav-auction-listing .table>thead>tr>th {
    border: none;
    border-bottom: 1px solid #777
}
.fav-auction-listing .table>thead>tr>th:first-child {
    padding-left: 0
}
.fav-auction-listing th {
    text-align: center;
    vertical-align: middle;
    color: #6b6b6b;
    background-color: #f3f3f3;
    font-family: Calibri,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    border: none
}
.fav-auction-listing tbody img {
    width: 75px;
    max-width: inherit
}
.fav-auction-listing td {
    vertical-align: middle!important;
    border: none
}
.fav-auction-listing td:first-child {
    padding-left: 0!important
}
.fav-auction-listing .time-left {
    color: #ab3f3d;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    line-height: 18px
}
.fav-auction-listing .last-pricing {
    color: #00b1d1;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700
}
.fav-auction-listing tfoot td {
    text-align: left
}
.fav-auction-listing .btn {
    width: 123px;
    height: 25px;
    border: 1px solid #777;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #9e9e9e;
    padding: 0;
    padding-top: 1px;
    color: #fff;
    font-family: Calibri,Arial,sans-serif;
    font-size: 14px
}
@media (max-width:991px) {
    .fav-auction-listing td:first-child,
    .fav-auction-listing th:first-child {
        padding-left: 10px!important
    }
}
.btn {
    font-size: 16px;
}
.btn-login {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 2px 15px;
    background: #00b1d1;
    color: #fff;
}
.left-categories {
    min-height: 605px!important;
    height: auto!important;
}
.goog-trans-control{
    display: none;
}
#lotsearch #lotinput{
    background: none;
    border: none;
    text-align: center;
}
.plainItemRow figure .itemImage {
    background-repeat: no-repeat;
    display: block;
    height: 100px;
    width: 150px;
    background-size: contain;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.top-cats .heading2 {
    margin-bottom: 11px;
    margin-top: 15px;
}
.less-gutter .col-md-4 {
    margin-bottom: 17px;
}
#searchform #searchinput {
    padding-left: 10px;
}
.radioFilterFlat .RadioButton {
    font-weight: normal;
    margin-bottom:0px;
}
.radioFilterFlat input {
    margin-right: 5px;
}
.check-filter input[type=checkbox], .check-filter input[type=radio] {
    margin-top: 2px;
}
.text-filters input {
    text-align: center;
}
.logged-in-menu ul li {
    display: inline;
    margin-right: 35px;
    padding-top: 26px;
}
.logged-in-menu  .wallet{
    float: left;
    margin-top: 4px;
}
.top-search-bar .search-form input {
    width: 107px;
}
.tarifSelector .delivery_tariff {
    float: left;
    width: 17px;
    height: auto;
}
.tarifSelector .ell_descr {
    float: left;
}
.prod-top .bid-section>* {
    max-width: 193px;
    margin: 0;
    padding: 2px;
}
.auctionItemProp {
    width: 100%;
}
.favTable {
    margin: 0px;
    padding: 0px;
}
.favTable li{
    list-style: none;
}
.list-style-block .plainItemRow {
    overflow: hidden;
    word-wrap: break-word;
}

#orderListByUserFront_list_box table.content thead tr,
#aucFavUnsoldList_list_box table.content thead tr,
#aucFavSoldList_list_box table.content thead tr {
    border: 1px solid #777;
}
#orderListByUserFront_list_box table.content tr th:nth-child(4),
#aucFavUnsoldList_list_box table.content tr th:nth-child(4),
#aucFavSoldList_list_box table.content tr th:nth-child(4) {
    font-size: 13px;
}
#orderListByUserFront_list_box table.content thead tr th,
#aucFavUnsoldList_list_box table.content thead tr th,
#aucFavSoldList_list_box table.content thead tr th {
    text-align: center;
    vertical-align: middle;
    color: #6b6b6b;
    background-color: #f3f3f3;
    font-family: Calibri,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    border: none;
}
.left-categories .cat-btn {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e52d03;
    border: none;
    color: #fff;
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    width: 238px;
    height: 38px;
    margin-top: 0;
    position: relative;
    padding-bottom: 5px;
    border-radius: 0px;
}
.left-categories .cat-btn:after,
.left-categories .cat-btn:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 6px;
    right: 5px
}
.left-categories .cat-btn:before {
    left: 5px
}
.left-categories [data-set] {
    top: 0px;
    right: 0px;
}
.prod-top .col-xs-4 {
    overflow: hidden;
    height: 129px;
    margin-bottom: 12px;
}
.top-search-bar {
    background: url(../images/pattern.jpg) bottom left;
}
.banner-btm .front-page {
    margin-left: 7px;
}
.main-footer .left-foot,
.main-footer .right-foot {
    padding-bottom: 19px;
}
.bread-crumb {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: none;
}
.bread-crumb .container {
    padding-left: 0px;
}
.listing-block .container {
    padding-left: 15px;
    padding-right: 15px
}
.view-type a:first-child {
    margin-left: 11px;
}
.view-type a:last-child{
    margin-right: 0px;
}
.listing-top-right {
    padding-right: 0px;
}
.list-style-block .plainItemRow .itemName {
    line-height: 18px;
    font-size: 16px;
    display: block;
    margin-top: 6px;
    color: #000;
    height: 57px;
    overflow: hidden;
    margin-bottom: 5px;
}
.listing-block.list_view .list-style-block .plainItemRow .itemName {
    line-height: 18px;
    font-size: 14px;
    display: initial;
    margin-top: 6px;
    color: #000;
    height: auto;
    overflow: inherit;
	max-width: 200px;
}
.listing-block .bids{
    display: none;
}
.listing-block.list_view .bids{
    display: inline;
}
.listing-top-right .view-type, .listing-block .item-bid-ends {
    font-size: 14px;
}
.list_view .list-style-block{
    border: none;
}
.itemsContainer .list-content header label {
    font-size: 16px;
}
.cal-culator input, .cal-culator select, tr td.middle {
    text-align: center;
    text-align-last: center;
}
.cal-culator input, .cal-culator select option {
    text-align: left;
}
.plainItemRow .shop, .plainItemRow .new, .plainItemRow .nova, .plainItemRow .inboard, .plainItemRow .shfree {
    display: inline-block;
    color: #fff;
    background: #4181a1;
    font-size: 14px;
    padding: 2px 10px;
    margin: 0 10px 0 0;
}
.item-seller.sellerInfo{
    margin: 5px 0px;
}
.itemsContainer .favstar {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../../img/stars.gif) no-repeat top left;
    cursor: pointer;
}
.itemsContainer .favstar-inactive {
    background-position: bottom left;
    cursor: pointer;
}
.itemsContainer .favstar-spinning{background-position:center left;cursor:default}
.prod-top .bid-section .btn, .prod-top .bid-section input {
    text-align: center;
}
.prod-top .buy-form {
    border-bottom: none;
}
.current-bid-amount {
    margin-bottom: 13px!important;
}
.prod-top .last-price {
    margin-bottom: 16px;
}
.buy-out-now {
    margin-bottom: 12px!important;
    margin-top: 12px!important;
}
.auctionItemProp td {
    padding: 2px!important;
}
#aucFavUnsoldList_list_box td div.column_2 {
    width: 356px;
    display: block;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.left-menu-inside ul li ul li {
    padding: 0!important;
}
.left-menu-inside li.level1{
    padding: 8px 0 8px 35px;
}
.left-menu-inside li.level1 a{
    font-size: 16px;
}
.logged-in-main-menu ul li a{
    color: #000;
}
.logged-in-main-menu ul{
    padding: 0px;
    margin: 0px;
}
.user-menu.user-logged-in,
.logged-in-menu,
.logged-in-menu .hello,
.logged-in-main-menu,
.user-menu.user-logged-in .balance-logout-btn
.user-menu.user-logged-in .logout-btn
{
    float: left;
    margin-top: 8px;
}
.user-menu.user-logged-in .logout-btn {
    margin-left: 20px;
    float: left;
}
.balance-logout-btn {
    float: left;
    margin-left: 0px;
    margin-top: 4px;
}
.hello {
    width: 198px;
}
.top-search-bar #searchinput {
    width: 349px;
}
.scroll-to-top-btn {
    border-radius: 50%;
    background-color: #282828;
    border: none;
    color: white;
    cursor: pointer;
    height: 48px;
    width: 48px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease;
}
.scroll-to-top-btn.show {
    opacity: 1;
    transform: translateY(0);
}
.scroll-to-top-btn .arrow-up {
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
    margin: 50% auto;
}


:root {
    --swiper-theme-color: #ffffff !important;
    --swiper-navigation-sides-offset: 0 !important;
}
.swiper-button-next, .swiper-button-prev {
    padding: 46px 30px;
}
@media (max-width:767px) {
    .logged-in-menu,
    .logged-in-main-menu,
    .logged-in-menu .hello,
    .logged-in-menu ul,
    .balance-logout-btn,
    {
        float: none!important;
    }
    .user-menu.user-logged-in .logout-btn {
        float: right;
    }
    .hello,
    .balance-logout-btn
    {
        width: 100%;
        text-align: center;
        margin-top: 3px;
        margin-left: 0px;
    }
    .logged-in-menu form{
        float: right;
    }
    .logged-in-menu ul li {
        margin-right: 23px;
    }
    .left-categories .cat-btn {
        margin-top: 5px;
        font-size: 16px;
        height: 32px;
        width: 176px;
        width: 100%;
        width: calc(100% - 50px)
    }
    .top-search-bar #searchinput {
        width: 187px;
    }
}
@media (max-width:768px) {
}
@media (max-width:1199px) {
    .left-categories .cat-btn {
        width: calc(100% - 50px)
    }
    .top-search-bar #searchinput {
        width: 187px;
    }
}
@media (max-width:991px) {
    .left-categories .cat-btn{
        margin-top: 31px
    }
}
.check-radio-filters label span {
    font-weight: normal;
}
.node-page-class a img {display: none;}
.visa-mc-logo {
    display: theinline-block;
    width: 220px;
    height: 241px;
    background: url(../../img/visa_mastercard_logo.png) no-repeat top left;
    cursor: pointer;
}

@media (max-width: 1800px) {
   
    .listing-block.list_view .list-style-block li figure,
    .plainItemRow figure .itemImage
    {
        margin: 0 auto;
        text-align: center;
        display:block;
    }
}
@media (max-width:1200px) {
	.listing-block.list_view header{
        display: none
    }
}
@media (max-width:640px) {
    .listing-block.list_view .list-style-block li figure {
        min-width: 139px;
        width: 149px;
        padding: 3px;
    }
    .plainItemRow figure .itemImage {
        width: auto;
    }

    .listing-block.list_view .list-style-block .plainItemRow .itemName {
        line-height: 13px;
        margin-top: -26px;
        font-size: 14px;
        margin-bottom: auto;
    }
    .listing-block .container {
        padding: 0px;
    }

    .listing-block.list_view .list-style-block li:first-child {
        padding: 0 3px;
    }
    .item-seller.sellerInfo{
        margin: 2px 0px;
    }
    .listing-block .item-seller {
        font-size: 14px;
    }
}
#desktop-view {
    display: none;
}
@media (max-width:360px) {
    .listing-block.list_view .list-style-block li figure {
        min-width: 139px;
        width: 149px;
        padding: 3px;
        margin: 0 auto;
    }
    .plainItemRow figure .itemImage {
        width: auto;
    }

    .listing-block.list_view .list-style-block .plainItemRow .itemName {
        line-height: 13px;
        margin-top: -26px;
        font-size: 14px;
    }
    .listing-block .container {
        padding: 0px;
    }

    .listing-block.list_view .list-style-block li:first-child {
        padding: 0 3px;
    }
    .item-seller.sellerInfo{
        margin: 2px 0px;
    }
    .listing-block .item-seller {
        font-size: 14px;
    }
    .listing-block.list_view .list-style-block li {
        min-width: 360px;
    }
    .logged-in-main-menu{
        display: block;
        word-wrap: break-word;
        text-align: center;
    }
    .logged-in-menu ul li {
        margin-right: 19px;
    }
}

@media (max-width:450px) {
    #desktop-view {
        display: block;
    }
}

.logged-in-main-menu{
    word-break: break-all;
}
.chat-boxx a {
    color: inherit;
}
.featured-product {
    height: 300px;
    overflow: hidden;
}
.user-menu {
    word-break: break-all;
    text-align: center;
}
.btm-head {
    word-break: break-all;
}
.styledbg {
    border: 1px solid #D3D3D3;
}
.home-page-recent-title {
    height: 69px;
    overflow: hidden;
}
.products_list_with_left{ margin-top: 15px; }
.left-menu .left_categories{ margin-bottom: 35px; border-radius: 0 0 4px 4px; background-color: #fffefd; box-shadow: -1px 5px 5px rgba(57, 57, 57, .29); }
.left-menu .left_categories .menu_title{ background-color: #e52d03; color: #fff; font-size: 18px; font-weight: 700; text-transform: uppercase; width: 100%; height: 38px; position: relative; border-radius: 0px; display: flex; align-items: center; justify-content: center; }
.left-menu .left_categories .menu_title::before,.left-menu .left_categories .menu_title::after{ content: ''; display: inline-block; width: 8px; height: 8px; background-color: #fff; border-radius: 4px; position: absolute; top: 6px; right: 5px; }
.left-menu .left_categories .menu_title::before{ right: auto; left: 5px; }
.left-menu .left_categories .menu_title img{ margin-right: 5px; }
.left-menu .left_categories ul{ list-style: none; margin: 0; padding: 0; }
.left-menu .left_categories ul a{ color: #373737; font-size: 18px; display: block; padding: 0 5px; }
.left-menu .left_categories ul a span{ /*border-bottom: 1px #eaeaea solid; */display: flex; padding: 3px 0; }
.left-menu .left_categories ul.root > li:first-child > a span{ border-top: 0; }
.left-menu .left_categories ul.root > li > a span{ border-top: 1px #eaeaea solid; padding: 6px 0; }
.left-menu .left_categories ul.root > li > a span::before{ content: url(../images/wind-icon.png); margin: 0 10px; }
.left-menu .left_categories ul.root > li > a:hover span::before,.left-menu .left_categories ul.root > li.active > a span::before{ content: url(../images/wind-white-icon.png); }
.left-menu .left_categories ul a:hover,.left-menu .left_categories ul li.active > a{ color: #fff; background-color: #06d6fb; }
.left-menu .left_categories ul a:hover span,.left-menu .left_categories ul li.active > a span{ border-color: #06d6fb; }
.left-menu .left_categories ul.sub li a{ font-size: 16px; }
@media (max-width:640px){
	.listing-block .left-menu{ display: none; }
}

.parts-search-list table{ width: 100%; border-collapse: collapse; margin-top: 20px; }
.parts-search-list table tbody th{ border: 1px #e1e1e1 solid!important;  border-width: 1px 0!important; text-align: center; background-color: #f2f1f1; padding: 5px 15px; }
.parts-search-list table tbody td{ padding: 10px 15px; text-align: center; }

.latest-prods li .image{ width: 100%; height: 0; padding-bottom: 75%; background-repeat: no-repeat; background-size: cover; background-position: 50% 0; }
.ell_descr_error{ display: block; color: #a00; }

.blog_list ul.items{ list-style: none; padding: 0; margin: 0; }
.blog_list ul.items li{ margin-bottom: 20px; display: flex; flex-flow: row wrap; }
.blog_list ul.items li .preview{ width: 25%; }
.blog_list ul.items li .preview img{ max-width: 100%; height: auto; }
.blog_list ul.items li .info{ width: 75%; padding-left: 25px; }
.blog_list ul.items li.no_image .info{ padding-left: 0; }
.blog_list ul.items li .date{ font-weight: 500; font-size: 24px; line-height: 1.1; margin-bottom: 10px; }
.blog_list .text{ margin-top: 50px; }

.pagenavigation{ margin: 10px 0; }
.pagenavigation ul{ list-style: none; padding: 0; margin: 0; display: flex; flex-flow: row wrap; }
.pagenavigation ul li{ margin-right: 5px; }
.pagenavigation ul li a,.pagenavigation ul li span{ display: block; color: #999; font-size: 16px; width: 20px; height: 20px; border-radius: 3px; text-align: center; line-height: 20px; }
.pagenavigation ul li a:hover,.pagenavigation ul li span{ background-color: #00b1d1; color: #fff; }
.pagenavigation ul li:last-child{ margin-right: 0; }
.blog_inside .date{ margin: 10px 0 20px 0; }
.blog_inside .blog_preview{ float: left; margin: 0 15px 15px 0; }
.mtmb30{ margin: 30px 0; }
.b{ font-weight: 600; }
.i{ font-style: italic; }
@media (max-width:767px){
	.blog_list{ padding: 15px; }
	.blog_list ul.items li .preview{ width: 100%; margin-bottom: 15px; }
	.blog_list ul.items li .preview img{ width: 100%; }
	.blog_list ul.items li .info{ width: 100%; padding-left: 0; }
	.blog_list ul.items li{ margin-bottom: 45px; }
}

.parts-search .page_description{ margin: 20px 0; }

.products_slider{ margin: 40px 0; }
.products_slider .item{ font-family: Calibri,Arial,sans-serif; text-align: center; }
.products_slider .item .image{ width: 100%; height: 0; padding-bottom: 75%; background-repeat: no-repeat; background-size: cover; background-position: 50% 0; position: relative; }
.products_slider .item .image a{ width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; }
.products_slider .item .name{ color: #373737; font-size: 18px; line-height: 22px; }
.products_slider .item .name a{ color: inherit; }
.products_slider .item .price{ color: #00b2d2; font-size: 18px; margin-top: 9px; }
.products_slider .item .finish{ color: #e52d04; font-size: 16px; }

.tpStartForm table tr td{ padding: 10px; }

.new_banner{ margin-top: 18px; margin-bottom: 25px; }

.testimonials_grid{ margin-top: 70px; }
.testimonials_grid .heading2{ text-transform: uppercase; margin-bottom: 20px; }
.testimonials_grid .items{ display: flex; flex-flow: row wrap; }
.testimonials_grid .item{ width: 23%; margin-right: 2%; margin-bottom: 20px; background: url("../images/pattern.jpg") 0 0 repeat; padding: 10px 10px 25px 10px; }
.testimonials_grid .item:nth-child(4n){ margin-right: 0; }
.testimonials_grid.by_3 .item{ width: 32%; }
.testimonials_grid.by_3 .item:nth-child(4n){ margin-right: 2%; }
.testimonials_grid.by_3 .item:nth-child(3n){ margin-right: 0; }
.testimonials_grid .item .top{ display: flex; flex-flow: row wrap; align-items: center; margin-bottom: 12px; }
.testimonials_grid .item .top .image{ width: 100px; height: 100px; margin-right: 12px; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }
.testimonials_grid .item .top .date{ font-size: 14px; color: #949494; margin-bottom: 5px; }
.testimonials_grid .item .top .name{ font-size: 22px; color: #373737; margin-bottom: 5px; }
.testimonials_grid .item .top .stars{ display: flex; list-style: none; padding: 0; margin: 0; }
.testimonials_grid .item .top .stars li{ list-style: none; margin-right: 4px; width: 19px; height: 19px; background: url("../images/star.png") 50% 50% no-repeat; }
.testimonials_grid .item .top .stars li:last-child{ margin-right: 0; }
.testimonials_grid .item .top .stars li.empty{ background-image: url("../images/star_empty.png"); }
.testimonials_grid .item .text{ font-size: 18px; line-height: 24px; color: #373737; }
.testimonials_grid .item .link{ font-size: 16px; color: #337ab7; margin-top: 14px; }
.testimonials_grid .all_link{ margin-top: 50px; text-align: center; }
.testimonials_grid .all_link a{ color #337ab7; font-size: 16px; }

@media (max-width:1000px){
	.testimonials_grid .item,.testimonials_grid[class*="by_"] .item{ width: 49%; }
	.testimonials_grid .item:nth-child(4n),.testimonials_grid[class*="by_"] .item:nth-child(4n){ margin-right: 2%; }
	.testimonials_grid .item:nth-child(3n),.testimonials_grid[class*="by_"] .item:nth-child(3n){ margin-right: 2%; }
	.testimonials_grid .item:nth-child(2n),.testimonials_grid[class*="by_"] .item:nth-child(2n){ margin-right: 0; }
}
@media (max-width:800px){
	.testimonials_grid .item,.testimonials_grid[class*="by_"] .item{ width: 100% !important; margin-right: 0 !important; }
}
.hidden_text{ display: none; }

.mobile_table{ width: 100%; overflow-x: auto; }
.row.no_margin{ margin: 0; }
.listing-header .sorting{ color: #000; font-size: 16px; display: flex; align-items: center; float: right; }
.listing-header .sorting select{ margin-left: 10px; }
@media (max-width:800px){
	.listing-header .heading2.pull-left{ float: none !important; width: 100%; padding: 0 !important; margin-bottom: 8px; }
	.listing-header .listing-top-right{ float: none !important; width: 100%; padding: 0 !important; }
	.listing-header .sorting{ float: none; }
	.listing-top-right .top-pager{ text-align: left !important; }
	.listing-header{ padding-left: 5px; }
}

#mobile_scroller{ position: absolute; left: 0; top: 0; opacity: 0; pointer-events: none; width: 100%; padding: 0 30px; margin-bottom: 30px; margin-top: 30px; }
#mobile_scroller .slides_holder{ width: 100%; overflow: hidden; }
#mobile_scroller .slides_holder img { cursor: pointer; }
#mobile_scroller .slides{ display: flex; list-style: none; margin: 0; padding: 0; transition: margin-left ease-in 0.3s; }
#mobile_scroller .slides .item img{ width: 100%; height: auto; }
#mobile_scroller .arrow{ font-size: 40px; font-weight: bold; position: absolute; top: 0; display: flex; height: 100%; width: 30px; align-items: center; justify-content: center; color: #888; cursor: pointer; }
#mobile_scroller .arrow.arrow_left{ left: 0; }
#mobile_scroller .arrow.arrow_right{ right: 0; }
.mobile_price{ display: none; }
#mobile_content{ display: none; }
@media (max-width:1200px){
	#main_page_content{ display: none; }
	#mobile_content{ display: block; }
}
@media (max-width:800px){
	#mobile_scroller{ position: relative; opacity: 1; pointer-events: unset; }
	.left-prod .pro-btm{ display: none; }
	.mobile_price{ display: block; margin-bottom: 20px; }
	.right-prod .bid-section .current-bid-amount, .right-prod .bid-section .buy-out-now{ display: none; }
}

*[data-lazy_image]{ background: url("../images/spinner.gif") 50% 50% no-repeat; background-size: 50px 50px !important; }
.products_slider .item .image{ background-position: 50% 50%; }
.products_slider .item .image.loaded{ background-position: 50% 0; }
*[data-lazy_image].loaded{ background-size: cover !important; }
*[data-lazy_image].itemImage.loaded{ background-size: contain !important; }

.main_btn{ height: 37px; border: 1px solid #c84336; border-radius: 1px 3px 3px; background-clip: padding-box; background-color: #e52d03; color: #fffdfd; font-family: Calibri,Arial,sans-serif; font-size: 18px; font-weight: 700; }
.main_btn:hover{ color: #fff; }
.testimonials_bottom{ margin: 30px 0; }

.popup{ position: fixed; display: none; width: 100%; height: 100%; left: 0; top: 0; align-items: center; justify-content: center; z-index: 1002; background:rgba(0,0,0,0.7)}
.popup .popup_content{ position: relative; display: flex; max-width: 480px; width: 95%; border-radius:4px;background:#fff; max-height: 90%; }
.popup.active{ display: flex; }
.popup .holder{ overflow-y: auto; padding:28px 40px; width: 100%; }
.popup .close{position:absolute;top:-5px;right:5px;color:#000;cursor:pointer;}
.popup .close::before{ content: "×"; font-size:36px;}
.popup .title{text-transform: uppercase; font-size: 20px; font-weight: 600; text-align: center; margin-bottom: 25px; }

.popup form .form_row{ margin-bottom: 10px; }
.popup form input[type="text"],.popup form select,.popup form textarea{ width: 100%; }

form .ajax_result{ padding: 15px; display: none; margin-top: 15px; }
form .ajax_result.success{ display: block; background: rgba(0,255,0,0.1); }
form .ajax_result.error{ display: block; background: rgba(255,0,0,0.1); }

.under-banners img {
    position: relative;
    width: 100%;
}
.under-banners_desc {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    padding: 15px 15px;
    font-family: 'TrimPosterWebCompressed';
    font-style: normal;
    font-size: 50px;
    line-height: 80%;
    letter-spacing: 0;
    font-weight: 900;
    color: #000000;
}
.under-banners_desc.first {
    width: 60%;
}
.under-banners_desc span {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    padding: 15px 15px;

    font-family: 'Gilroy';
    font-style: Heavy;
    font-weight: 900;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    text-shadow: 5px 7px 15px rgba(0, 0, 0, 0.5);
}
@media (max-width:991px) {
    .under-banners_desc {
        padding: 5px 5px;

        font-size: 30px;
        line-height: 39px;
        letter-spacing: 1px;
    }
    .under-banners_desc.first {
        width: 50%;
        font-size: 25px;
        letter-spacing: 1px;
    }
    .under-banners_desc span {
        padding: 5px 5px;
    }
}
@media (max-width:767px) {
    .under-banners_desc {
        width: 45%;
        padding: 15px 5px;

        font-size: 50px;
        line-height: 50px;
        letter-spacing: 1px;
    }
    .under-banners_desc.first {
        font-size: 40px;
        width: 50%;
    }
    .under-banners_desc span {
        padding: 15px 15px;

        font-size: 45px;
        line-height: 45px;
    }
}

.category-banners_img {
    position: relative;
    width: 100%;
}
.category-banners_desc {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60%;
    padding: 15px 15px;

    font-family: 'Arial Rounded MT Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    color: #000000;
}
@media (max-width:991px) {
    .category-banners_desc {
        width: 50%;
        padding: 30px 15px;

        font-size: 25px;
    }
}
@media (max-width:767px) {
    .category-banners_desc {
        font-size: 35px;
    }
}
@media (max-width:380px) {
    .category-banners_desc {
        padding: 15px 15px;
        font-size: 25px;
    }
    .category-banners_desc:first-of-type {
        font-size: 20px;
    }
}
