/*******************************
            eBUYgumm v2.0.0
            ** CONTENTS **
********************************

            Headings are Montserrat,sans-serif
            Body is Noto Sans,sans-serif

            BODY
            TYPOGRAPHY
            COLOURS
            BUTTONS
            INPUTS
            HEADER
            FOOTER
            COOKIES
            TOAST
            TO TOP
            USER MODAL
            SLIDER
            
            FRONT PAGE
            SEARCH
            SELL
            META
            PRODUCT
            PRODUCT LISTING
            ACCOUNT
            SHOP
            CART
            ORDER NOTE

            SMALL PHONE
            LARGE PHONE
            PHABLET
            TABLET PORTRAIT
            TABLET LANDSCAPE
            LAPTOP
            DESKTOP
            LARGE DESKTOP
            BROWSER SPECIFIC

            OVERRIDES
            DASHBOARD UI AMMENDMENTS
              - GENERAL
              - ACTIVITY
              - ACCOUNT
              - MESSAGING
            ANIMATED HOVER
*******************************
*******************************/

/* BODY */
html {
    overflow-x: hidden;
}

body, input, textarea {
    margin: auto;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #192348;
    overflow-x: hidden;
}

input {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

textarea {
    width: 100%;
    border-radius: 5px;
    resize: none;
    border: 1px solid #ccc;
    padding: 10px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    cursor: pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 5px 0;
    float: left;
    margin-left: 55px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e53032;
    opacity: 0.7;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: visible !important;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: green;
    opacity: 0.7;
}

input:focus + .slider {
    box-shadow: 0 0 1px green;
    opacity: 0.7;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 5px;
    /*border-radius: 34px;*/
}

.slider.round:before {
    border-radius: 4px;
    /*border-radius: 50%;*/
}

.slider-explanation {
    float: left;
    padding: 10px 15px;
}

.switch.unbranded {
    margin-bottom: 15px;
}

.view-sell .brand-dropdown,
.view-search .sort-filter {
    width: 180px;
    max-height: 200px;
    position: absolute;
    margin-top: 40px;
    background: white;
    z-index: 999;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: scroll;
    cursor: pointer;
}

@media (max-width: 700px) {
    .view-sell .brand-dropdown,
    .view-search .sort-filter {
        width: 180px;
        max-height: 200px;
        position: static;
        margin-top: 40px;
        background: white;
        z-index: 999;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: scroll;
        cursor: pointer;
    }
}

.view-sell .brand-dropdown .brand,
.view-search .sort-filter .brand {
    padding-top: 5px;
}

select {
    float: left;
    margin-left: 55px;
    width: 185px;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 5px;
}

.app {
    padding-top: 170px;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6, blockquote, pre, b, li {
    text-decoration: none;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 1.5;
    color: #192348;
    margin: 0;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 1.5;
    color: #2978b6;
    margin: 0;
}

.mobile-menu {
    top: 100px;
    position: fixed;
    width: 100vw;
    height: calc(100vh - 10px);
    background: white;
    transition-delay: 500ms;

    padding-top: 50px;
    font-size: 18px;
    line-height: 2;
}

.mobile-menu .row {
    cursor: pointer;
}

.home-title {
    font-family: 'Montserrat';
    color: #192348 !important;
    text-align: center;
    font-size: 2.5rem;
    padding-bottom: 15px !important;
    margin-top: -10px;
    font-weight: 100;
    letter-spacing: -2px;
}

.view-checkout__title, .view-cart__title {
}

/*Why eBUYgumm title*/
.home-title-2 {
    font-family: 'Montserrat';
    color: #ffffff;
    text-align: center;
    font-size: 2.5rem;
    padding-bottom: 15px !important;
    margin-top: -10px;
    font-weight: 100;
    letter-spacing: -4px;
}

/*Top Brands sub title*/
.home-title-3 {
    font-family: 'Montserrat', sans-serif;
    color: #192348 !important;
    text-align: center;
    font-size: 26px;
    padding-bottom: 15px !important;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .home-title-2 {
        font-size: 2rem;
        letter-spacing: -2px;
    }

    .home-title-3 {
        font-size: 18px;
    }
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 27px;
    color: #2978b6;
    margin: 0;
}

.home-shopname {
    color: #192348 !important;
    font-size: 20px;
    font-weight: 700;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 1.5;
    color: #2978b6;
    margin: 0;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 1.5;
    color: #192348;
    margin: 0;
}

.h5-bigger {
    font-weight: 700;
    font-size: 22px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}

blockquote {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}

pre {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}

b {
    font-weight: bold;
    margin: 0;
}

li {
    list-style-type: none;
    margin: 0;
}

.fa.custom {
    color: transparent;
    -webkit-text-stroke-width: 1.4px;
    -webkit-text-stroke-color: #fff;
    margin: 0;
}

a {
    color: unset;
    text-decoration: none;
}

u {
    cursor: pointer;
}

.link {
    cursor: pointer;
}

u:hover, .link:hover {
    /* font-weight: bold; */
    color: paleturquoise;
}

.faded {
    color: #a29a9a;
}

.text-center {
    text-align: center !important;
}

.flex {
    display: flex;
}

h3.inline {
    display: inline;
}

.italics {
    font-style: italic;
}

/* COLOURS */
.navy {
    color: #192348
}

.blue {
    color: #2978b6;
}

.red {
    color: #e53032;
}

.black {
    color: #192348
}

.orange {
    color: #f4a137;
}

.yellow {
    color: #FAD201
}

.green {
    color: green;
}

.bg-navy {
    background: #192348
}

.bg-blue {
    background: #2978b6
}

.bg-grey {
    background: grey
}

.bg-ebg-green {
    background: #9fbd47;
}

.bg-light-full {
    background: #fff;
    width: 100%;
    padding: 15px !important;
    color: #192348 !important;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
}

.bg-red {
    background: #e53032
}

.bg-black {
    background: #192348
}

.bg-orange {
    background: #f4a137;
}

.bg-orange:hover {
    background: #2978b6;
}

.bg-yellow {
    background: #ffc14a;
}

.bg-green {
    background: green;
}

.bg-light-green {
    background: #aad629;
}

.highlight-green {
    background-color: #c8ffc8;
}

.btn-thin {
    padding: 5px 10px 6px;
    margin: 5px 0;
}

/* BUTTONS */
button {
    border: none;
    color: #fff !important;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: .2s;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

/*Carousel Arrow button*/
.arrow-button {
    border: none;
    color: rgb(151, 151, 151) !important;
    background-color: rgba(255, 255, 255, 0);
    padding: 3px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0px 0px 0px #fff;
    cursor: pointer;
    transition: .2s;
}

.clearCartButton {
    background-color: #274690;
    width: fit-content;
    margin-left: auto;
    padding: 5px 20px;
    border-radius: 5px;
    box-shadow: 0 3px 2px -2px grey;
    cursor: pointer;
    color: white;
    text-align: center;
}

button.right {
    float: right;
}

button.edit,
button.info {
    background: #192348;
    padding: 5px 10px;
    z-index: 998;
}

button.edit.sell-search,
button.info.sell-search {
    position: absolute;
    margin-left: 15px;
    margin-top: 2px;
}

button.shipping {
    margin-bottom: 15px;
    width: calc(100% - 20px);
    float: left;
    width: 185px;
}

button:hover {
    /*font-weight: 600;
box-shadow: 0 3px 6px -2px gray;
/* background-color: deepskyblue; */
}

/*Carousel Arrow button hover*/
button.arrow-button:hover {
    color: #274690 !important;
}

button.bg-navy:hover {
    background: #274690;
}

button.bg-blue:hover {
    background: #205a89;
    text-align: center;
}

button.bg-red:hover {
    background: #bd1f26;
}

button.shop {
    background: #ffc14a;
    margin: 10px 0;
    padding: 8px;
    color: black !important;
    font-weight: bold;
}

button.shop.featured {
    margin: 0 0 5px;
    padding: 10px;
}

button.danger {
    border: 1px solid #e53032;
    color: #e53032 !important;
    background: transparent;
}

button.blue {
    color: #2978b6 !important;
    border: 1px solid #2978b6;
    background: white;
}

button.danger.active {
    background: #e53032;
    color: white !important;
}

button.full {
    width: 100%;
    /*max-width: 275px;*/
}

.listing-buttons {
    padding: 20px;
    margin-top: 25px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

button.facebook,
button.instagram,
button.twitter,
button.pinterest {
    width: 60px;
    font-size: 12px;
    padding: 3px;
}

button.facebook {
    background: #3b5998;
}

button.instagram {
    background: #fb3958;
}

button.twitter {
    background: #1da1f2;
}

button.pinterest {
    background: #bd081c;
}

button.clear {
    color: #192348 !important;
    background: none !important;
    border: 1px solid gray;
}

button.sso {
    width: 100%;
    background: none;
    color: #192348 !important;
    border: 1px solid #ccc;
    box-shadow: none;
}

button.inactive.bg-blue,
button.inactive.bg-navy {
    border: 1px solid #2978b6;
    background: white;
    color: #2978b6 !important;
    font-weight: bold;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;

    border: 0;
    box-shadow: none;
}

button.small {
    padding: 5px 10px;
    border-radius: 4px !important;
    font-size: 12px;
    width: auto !important;
    height: auto !important;
}

/* INPUTS */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 5px;
    padding-top: 5px;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.container-checkbox input:checked ~ .checkmark {
    background-color: #2978b6;
}

.container-checkbox.checked input ~ .checkmark {
    background-color: #2978b6;
}

.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.container-checkbox.checked .checkmark:after {
    display: block;
}

.container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input.required {
    box-shadow: 0 0 2px 0 rgb(255, 0, 0) !important;
    border: 1px solid red !important;
}

label.error {
    float: right;
    color: rgb(255, 0, 0);
}

span.required {
    color: rgb(255, 0, 0);
}

.listing-toggle {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 30px;
    cursor: pointer;
    /*float: right;*/
}

.listing-toggle.classified {
    float: none;
    margin-bottom: 20px;
    height: 36px;
    width: 176px
}

.listing-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.listing-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: visible !important;
}

.listing-slider:before {
    position: absolute;
    content: "";
    height: 30px;
    /*width: 70px;*/
    width: 86px;
    background-color: #2978b6;
    -webkit-transition: .4s;
    transition: .4s;
}

input:focus + .listing-slider {
    box-shadow: 0 0 1px #2978b6;
}

input:checked + .listing-slider:before {
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
}

.listing-slider.round {
    border-radius: 5px;
}

.listing-slider.round:before {
    border-radius: 5px;
}

.listing-toggle .simple {
    z-index: 1;
    position: absolute;
    font-size: 10px;
    padding: 7px 25px;
    color: white;
    font-weight: 900;
}

.listing-toggle .variable {
    z-index: 1;
    position: absolute;
    font-size: 10px;
    padding: 7px 95px;
    color: white;
    font-weight: 900;
}

.listing-toggle.classified .simple {
    left: 0;
    padding: 7px 16px;
    font-size: 16px;
}

.listing-toggle.classified .variable {
    top: 3px;
    right: 2px;
    position: inherit;
    padding: 4px 97px;
    font-size: 16px;
    display: inline-block;
    max-width: 50px;
}

.classified .listing-slider::before {
    left: 0;
    height: 36px;
}

input:checked + .listing-slider::before {
    -webkit-transform: translateX(90px);
    -ms-transform: translateX(90px);
    transform: translateX(90px);
}

/* PRE HEAD */
.view-prehead {
    height: 60px;
    color: #2978b6;
    display: grid;
    align-items: center;
    position: sticky;
    top: 0;
    background: white;
    z-index: 999;
}

.view-prehead .col-md-2,
.view-prehead .col-md-3,
.view-prehead .col-md-5 {
    display: grid;
    align-items: center;
}

.view-prehead img {
    max-height: 50px;
}

.view-prehead .close {
    position: fixed;
    top: 22px;
    right: 30px;
    color: black;
    cursor: pointer;
}

/* HEADER */
header {
    color: #fff;
    position: fixed;
    background: white;
    width: 100vw;
    height: 170px;
    z-index: 999;
    box-shadow: 0 3px 18px -6px rgba(0, 0, 0, .2);
}

header .top {
    padding: 7px 10px;
    font-size: 16px;
}

header .top i {
    font-size: 16px;
}

header .top .row .col-md-3:first-child .row .hello {
    text-align: right;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}

header .top .row .col-md-3:first-child .row .hello .link {
    font-weight: bold;
}

header .top .row .col-md-3:first-child .row .hello .link:hover .profile-dropdown {
    display: block;
}

header .top .dropdown .shop-name {
    padding: 10px 0;
    cursor: pointer;
}

header .top .row .col-md-3:first-child .row .sell {
    text-align: left;
    padding-left: 10px;
    cursor: pointer;
}

header .top .row .col-md-3 .total,
header .top .row .col-md-3 .cart,
header .top .row .col-md-3 .notifications,
header .top .row .col-md-3 .profile {
    display: inline-block;
    cursor: pointer;
    margin-right: 8px;
}

header .fa-pound-sign {
    font-size: 15px !important;
    background: white !important;
    border-radius: 50px !important;
    padding: 3px 6px !important;
    color: #192348 !important;
}

header .top .dropdown {
    margin-top: 7px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border: 0 !important;
    background: #2978b6 !important;
    color: white !important;
    text-align: left;
    font-size: 14px;
    padding: 10px 15px !important;
    margin-left: -40px;
}

header .dropdown.favourites {
    width: 140px;
}

header .profile .dropdown:hover,
header .dropdown-notifications:hover {
    color: #75726e
}

header .dropdown div:hover {
    color: #f4a137 !important;
}

header .top .row .col-md-4 .total,
header .top .row .col-md-4 .cart,
header .top .row .col-md-4 .notifications,
header .top .row .col-md-4 .profile {
    display: inline-block;
    cursor: pointer;
    margin: 0 .7rem;
}

header .top .row .col-md-3 .total {
    padding-right: 5px;
}

header .top .row .col-md-3 .cart {
    border-left: 1px solid #fff;
    padding-left: 5px;
}

header .top .row .col-md-3 .notifications, header .top .row .col-md-3 .profile {
    padding-left: 10px;
}

header .top .row span.number1 {
    border-radius: 100%;
}

header .top .row span.number2 {
    border-radius: 100%;
}

header .top .row span.number3 {
    border-radius: 100%;
}

header .top .row .col-md-3.right {
    text-align: right;
}

header .top .row .col-md-3.right i {
    padding: 0 5px;
}

header .top .row .col-md-3.right .no-session span {
    cursor: pointer;
}

header .top .dropdown {
    position: absolute;
    margin-top: 25px;
    color: black;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    background: white;
    z-index: 1;
}

header .mobile-img {
    display: none;
}

header .top .dropdown.profile-dropdown .col:last-child {
    padding-left: 5px;
}

header .top .dropdown.profile-dropdown img {
    width: 100px;
}

header .top .dropdown.profile-dropdown h3 {
    font-size: 15px;
}

header .main {
    min-height: 100px;
    align-content: center;
    display: grid;
    background: white;
}

header .main img {
    width: 100%;
}

header .main .search-container {
    border: 1px solid #192348;
    border-radius: 4px;
    padding: 1px 15px;
}

header .main .search-container:focus-within {
    box-shadow: 0px 0px 0px 1px #192348;
}

header .main .col-md-6, header .main .col-md-3, header .main .col-md-2 {
    align-content: center;
    display: grid;
}

header .main .search-container input {
    border: none;
    background: transparent;
    width: 100%;
}

header .main .search-container input:focus,
header .main .category select {
    outline: none;
}

header .main .search-container .col-md-8 {
    border-right: 1px solid #ddd;
}

header .main .search-container .suggestedResults {
    position: absolute;
    background: white;
    margin-top: 2px;
    border-radius: 5px;
    z-index: 999;
    /*border: 1px solid #192348;*/
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .2);
    padding: 0 15px;
    max-height: 80vh !important;
    overflow-y: scroll;
    min-width: 260px;
}

header .main .search-container .suggestedResults .remove-selected {
    color: black;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
}

header .main .search-container .suggestedResults .item {
    padding: 5px;
    color: black;
    cursor: pointer;
}

header .main .search-container .suggestedResults .item img {
    width: 50px;
    max-height: 50px;
}

header .main .category select {
    background: none;
    border: none;
    font-size: 13px;
    margin-top: 5px;
    width: 100%;
    cursor: pointer;
    margin: 0;
    color: #192348;
}

header .main .category i {
    color: black;
    right: 15px;
    top: 8px;
    position: absolute;
}

header .bottom .col.title {
    padding: 6px 4px 2px;
    margin-top: -3px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}

@media (min-width: 991px) and (max-width: 1200px) {
    header .bottom .col:nth-child(7),
    header .bottom .col:nth-child(8) {
        display: none;
    }
}



/* VERIFY BUTTON */
header .ebg__top-verify-button {
    padding: 5px 10px;
}

/* categories dropdown */
header .bottom .col:hover .dropdown {
    visibility: visible;
    transition-delay: 500ms;
}

header .bottom .col:hover .row.cat {
    background: #192348;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    padding-top: 0;
}

header .bottom .col:hover .header-mask {
    display: block;
}

header .bottom .col .dropdown {
    visibility: hidden;
    position: fixed;
    width: 100vw;
    left: 15px;
    top: 165px;
    cursor: pointer;
    z-index: 100;
}

header .bottom .col .dropdown .content {
    background: #fff;
    width: 100%;
    padding: 5px 20px;
    color: #192348;
    z-index: 999;
    border-top: 10px solid #192348;
    /* border: 1px solid black; */
    border: none;
    /* border-radius: 5px; */
    border-radius: 0px;
    border-top: 10px solid #192348;
}

header .bottom .col .dropdown .content .row {
    padding: 5px 0;
    color: #555666;
}

header .bottom .col .dropdown .content .col:hover,
header .bottom .col .dropdown .content .col h4 {
    /*text-decoration: underline;*/
    font-weight: bold;
}

header .bottom .col .dropdown .content .header {
    display: grid;
    align-content: center;
}

header .bottom .col .dropdown .content .row .img {
    max-width: 500px;
    float: right;
    padding-bottom: 0;
    margin-bottom: -5px;
}

header .bottom .col .dropdown .content .row .img .col {
    padding: 0;
}

header .bottom .col .dropdown .content .row .img img {
    width: 100%;
}

header .bottom .col .dropdown .content .row .title {
    background: #528bc1;
    color: #fff;
    padding: 12px 5px;
    width: 500px;
    font-size: 18px;
    align-items: center;
    float: right
}

header .bottom .col .dropdown .content .row .title button {
    float: right;
    background: transparent;
    border: 1px solid white;
    padding: 6px 20px;
    font-size: 15px;
}

header .header-mask {
    display: none;
    position: fixed;
    top: 180px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 180px);
    background: #192348;
    opacity: 0.6;
    z-index: 998;
    pointer-events: none;
}

/* FOOTER */
footer {
    color: #fff;
    padding: 30px 0 0;
    font-size: 14px;
    margin-top: 30px;
    z-index: 999;
    /*position: relative;*/
}

footer i {
    color: #fff;
}

footer .row {
    padding: 2px 0;
}

footer .row:first-child {
    padding-bottom: 10px;
}

footer .container .row .col-md-3 .row:first-child {
    font-size: 16px;
}

footer .container .row.divider {
    border-top: 1px solid #fff;
    padding-top: 20px;
}

footer .link:hover {
    text-decoration: underline;
}

footer .fa-facebook:hover {
    color: #4267B2
}

footer .fa-pinterest:hover {
    color: #bd081c
}

footer .fa-twitter:hover {
    color: #1da1f2
}

footer .fa-instagram:hover {
    color: #c13584
}

footer .payments img {
    width: 100%;
}

footer .methods img {
    height: 40px;
}

footer .methods {
    margin-top: 10px;
}

.ebg__footer-title {
    font-weight: 700;
}

footer .trustpilot-widget {
    max-height: 50px;
}

footer .ebg-trust {
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .8);
    margin-top: 20px;
}

footer .ebg-trust div {
    display: flex;
    justify-content: center;
    padding: 5px;
}

footer .ebg-trust img {
   max-height: 45px;
   max-width: 80%;
   object-fit: contain;
}

footer .ebg__footer-bottom {
    padding: 15px;
    text-align: center;
    font-size: .8rem;
}

/* COOKIES */
.cookies {
    position: fixed;
    bottom: 0;
    background: rgb(255, 255, 255, 0.95);
    padding: 20px;
    width: 100vw;
    text-align: center;
    z-index: 999;
}

/* TOAST */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes slideIn {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 30px;
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        top: 30px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}


.toast-container {
    width: 400px;
    background: white;
    position: fixed;
    /*top: 45px;*/
    top: 30px;
    /*right: 10px;*/
    right: calc(50vw - 200px);
    border-radius: 5px;
    min-height: 100px;
    padding: 12px 20px;
    box-shadow: -1px 5px 15px 1px gray;
    opacity: 0.97;
    /* cursor: default; */
    animation: slideIn .5s;
    z-index: 10001;
    visibility: visible;
}

.burnt-toast {
    display: none;
}

.toast-hide {
    animation: opacity slideOut .5s;
}

.toast-1 {
    z-index: 998;
    margin-top: 10px;
    width: 280px;
    margin-right: 10px;
}

.toast-2 {
    z-index: 997;
    margin-top: 20px;
    width: 260px;
    margin-right: 20px;
}

.toast-head {
    font-size: 14px;
}

.toast-head img {
    width: 85px;
    position: fixed;
    margin-top: -10px;
    margin-bottom: 10px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.fixed-translate {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.options-dropdown {
    right: 70px;
    width: max-content !important;
    display: inline;
}

.toast-head .left {
    display: inline;
    margin-left: 1px;
}

.toast-head .right {
    display: inline;
    float: right;
}

.toast-body {
    line-height: 1.2;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.toast-foot {
    font-size: 14px;
}

/* PRELOADER / NO RESULTS */
.suggestion_preloader {
    position: absolute;
    background: white;
    margin-top: 3px;
    border-radius: 5px;
    z-index: 999;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .2);
    padding: 10px;
    display: none;
    width: 40px;
    max-height: 40px;
}

.preloader {
    display: none;
}

.preloader img,
.view-search .no-results span,
.view-cart .no-results span {
    position: fixed;
    top: calc(50vh + 50px);
    height: 50px;
    left: calc(50vw - 60px); /* Jericho Edit */
}

.preloader img {
    z-index: 1001;
}

.view-search .no-results span,
.view-cart .no-results span {
    z-index: 999;
}

.preloader .mask,
.view-search .no-results .mask,
.view-cart .no-results .mask {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    left: 0;
    top: 0;
}

.preloader .mask {
    z-index: 1000;
}

.view-search .no-results .mask,
.view-cart .no-results .mask {
    z-index: 998;
}

/* TO TOP */
.to-top {
    position: fixed;
    background: #e53032;
    right: 20px;
    bottom: 20px;
    padding: 4px 10px 8px;
    border-radius: 100%;
    color: white;
    cursor: pointer;
    z-index: 999;
}

/* USER MODAL */
.view-user-modal .mask {
    width: 100vw;
    height: 100vw;
    background: rgba(0, 0, 0, .2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.view-user-modal .content {
    position: fixed;
    top: 50px;
    left: calc(50vw - 200px);
    width: 400px;
    min-height: 500px;
    background: white;
    z-index: 1001;
    border-radius: 5px;
    box-shadow: 0 8px 18px -6px rgba(0, 0, 0, .2);
    border-top: 10px solid #192348;
    padding: 20px 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 630px;
}

.view-user-modal .content .container {
    margin-bottom: 20px;
}

.view-user-modal .title {
    padding-bottom: 10px;
}

.view-user-modal .register {
    text-align: right;
}

.view-user-modal .register {
    text-align: right;
}

.view-user-modal .col.email {
    margin-top: 10px;
}

.view-user-modal input,
.view-user-modal select {
    width: 100%;
    padding: 5px 12px;
    margin: 5px 0 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.view-user-modal .sso {
    margin: 2px 0;
}

.view-user-modal .signin,
.view-user-modal .or {
    margin: 10px 0;
}

.view-user-modal .signin button {
    padding: 14px;
    font-size: 12px;
    margin: 10px 0;
}

.view-user-modal .password {

}

.view-user-modal .help {
    text-align: center;
    cursor: pointer;
}

.view-user-modal .or {
    text-align: center;
    margin: 20px 0;
    height: 250px;
    justify-content: center;
    position: relative;
}

.view-user-modal .or2 {
    text-align: center;
    margin: 20px 0;
    justify-content: center;
    position: relative;
}

/* .view-user-modal .or .divider {
width: 40%;
height: 1px;
background: #2978b6;
position: absolute;
left: 15px;
top: 6px;
} */
.view-user-modal .or .divider {
    background-color: #1b0808;
    width: 1px;
    margin: auto;
    display: block;
    height: 100%;
}

.view-user-modal .or .div-text {
    position: absolute;
    top: 48%;
    margin-left: -50%;
    background-color: #fff;
    width: 100%;
}

.view-user-modal .or .divider.right {
    right: 15px;
    left: unset;
}

.view-user-modal .singed-in .container-checkbox {
    margin-top: 0;
}

.view-user-modal .forgot-password {
    padding-top: 7px;
    text-align: right;
    cursor: pointer;
}

.view-user-modal .copy {
    padding-top: 10px;
    font-size: 12px;
}

.view-user-modal .uk-number input {
    padding-left: 50px;
}

.view-user-modal .uk-number span {
    position: absolute;
    left: 25px;
    bottom: 11px;
    border-right: 1px solid #ccc;
    padding-right: 5px;
}

.view-user-modal .info {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.3;
}

.view-user-modal img {
    width: 100%;
}

.view-user-modal .gender input {
    width: 50px;
}

.signin-container {
    margin: 30px auto 50px;
    width: 80%;
    margin-top: 50px;
}

.signin-container .cont {
    max-width: 700px !important;
    width: 700px !important;
}

.signin-container .title h3 {
    font-size: 34px;
    font-weight: 600;
    color: #192348;
}

.register a {
    color: #274690;
    cursor: pointer;
    font-weight: 600;
}

.register a:hover {
    color: #7f90b8;
}

.ebg__register-show-password {
    font-size: .8rem;
    margin-left: 5px;
    font-weight: bold;
    color: #274690;
    cursor: pointer;
    text-decoration: underline;
}

/* SLIDER */
#slideshow {
    height: 340px;
    width: 100vw;
    position: relative;
    z-index: 1;
}

#slideshow.desktop {
    display: block !important;
}

#slideshow.mobile,
#slideshow.tablet {
    display: none;
}

#previous {
    float: left;
}

#next {
    float: right;
}

#slides {
    padding: 0;
    margin: 0;
    background: #000;
    overflow: hidden
}

#slides > li {
    position: absolute;
    clear: both;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    color: #212121;
}

#slides > li > a {
    height: 100%;
    max-height: 360px;
    display: block;
    background-position: center;
    background-size: cover;
    background-position-y: top;
    transition: background-image 1s ease-in-out;
}

#slides > li > a > img {
    min-width: calc(100vw + 20px);
    display: inline-block;
    height: 100%;
}

#slides li.slideActive {
    z-index: 2;
    opacity: 1;
    transition: 1s;
}

.pager {
    position: absolute;
    bottom: 33px;
    width: 100%;
}

.pager ul {
    display: table;
    width: 100%;
    position: absolute;
    z-index: 999;
    margin: 0;
    padding: 0;
}

.pager ul li {
    display: table-cell;
    line-height: 36px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    width: 15%;
}

.progressbar {
    position: absolute;
    width: 100%;
    height: 3px;
    background: none;
    z-index: 3;
    display: none;
}

.progress {
    width: 0;
    height: 3px;
    -webkit-animation: progress 10s infinite;
    background: #192348;
}

@-webkit-keyframes progress {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

/* FRONT PAGE */
.view-home .leaderboard {
    padding: 80px;
    border: 2px solid #ccc;
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #ccc;
}

.view-home .featured {
    padding: 1rem 1rem 1.3rem;
}

.f-seller {
    background-color: #edeef0;
}

.s-front {
    background-color: #edeef0;
}

.view-home .s-front .item-container,
.view-home .featured .seller .row .area,
.view-home .featured .seller .item-container {
    background: white;
}

.view-home .featured .seller .info .row:first-child {
    padding-bottom: 10px;
    display: grid;
    align-items: center;
}

.view-home .featured .seller .info .row:nth-child(2) {
    height: 195px;
}

.view-home .featured .seller .info .row .col-md-6 {
    height: 190px;
}

.view-home .featured .seller .row .area {
    text-align: center;
    font-size: 13px;
    height: 100%;
    padding: 5px 20px;
    overflow: hidden;
    border-radius: 5px;
    display: grid;
    align-items: center;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
}

.view-home .featured .seller .row .area.logo {
    display: grid;
    align-content: center;
}

.view-home .featured .seller .row .area img {
    width: 100%;
}

.view-home .featured .seller .items .row .col-md-4:nth-child(4),
.view-home .featured .seller .items .row .col-md-4:nth-child(5),
.view-home .featured .seller .items .row .col-md-4:nth-child(6) {
    margin-top: 20px;
}

.view-home .featured h2,
.view-listing .sellers-other h4 {
    color: #2978b6;
    padding-bottom: 20px;
}

.view-listing .sellers-other h4 {
    padding-top: 20px;
}

.view-home .featured .cat-img {
    width: 100%;
}

.view-home .featured .item-container,
.view-listing .sellers-other .item-container,
.view-search .sellers-other .item-container {
    width: 100%;
    border-radius: 5px;
}

.tag {
    position: absolute;
    right: 18px;
    transform: rotate(20deg);
    width: 50px;
    top: 0;
    z-index: 1;
}

.view-search .tag {
    width: 35px;
}

.tag-text {
    position: absolute;
    right: 12px;
    transform: rotate(20deg);
    width: 48px;
    top: 23px;
    z-index: 1;
    color: white;
    font-size: 13px;
    line-height: 1;
}

.view-search .tag-text {
    right: 5px !important;
    width: 44px !important;
    top: 17px !important;
    font-size: 10px !important;
}

.view-search .product-list .tag-text {
    right: -9px !important;
    top: unset !important;
    margin-top: 21px;
}

.view-search .product-list img.tag {
    right: 5px;
    top: unset;
    margin-top: 5px;
}

.view-home .featured .image img,
.view-listing .sellers-other .image img,
.view-search .featured .image img {
    width: 100%;
}

.view-home .featured .title,
.view-listing .sellers-other .title,
.view-search .sellers-other .title {
    padding: 15px 0;
}

.view-home .featured .icons img,
.view-listing .sellers-other .icons img,
.view-search .sellers-other .icons img {
    height: 30px;
}

.view-home .brands {
    text-align: center;
    padding: 30px;
}

.view-home .why {
    color: white;
    text-align: center;
    margin-top: 30px;
    padding: 1rem 1rem 2rem;
    line-height: 1.2;
}

/* .view-home .why-container {
max-width: 1470px;
margin: 0 auto;
} */
.view-home .why h1 {
    color: white;
    padding-bottom: 30px;
}

/* .view-home .why .values {
padding: 20px;
} */
.view-home .why .value {
    padding: 20px;
    box-shadow: 0px 0px 2px 2px #FFFFFF;
    border-radius: 5px;
    min-height: 275px;
    align-items: center;
    display: grid;
    height: 100%;
}

.view-home .why .value h2 {
    color: white;
    padding: 20px;
}

.view-home .brands h1,
.view-home .brands h3 {
    padding-bottom: 10px;
}

.view-home .brands .logos .col-md-3 {
    text-align: center;
    font-size: 20px;
    color: #ccc;
    height: 100%;
    cursor: pointer;
}

.view-home .brands .logos .col-md-3 .img {
    margin: 0;
    padding: 0;
    height: 120px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.view-home .brands .logos .col-md-3 .img img {
    margin: auto;
    width: 80%;
    max-height: 80%;
}

.view-home .featured .mobile {
    display: none;
}

.view-cart .product-list .fa-trash {
    margin-left: 8px;
}

.view-cart .header {
    padding-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
    /* .view-home .why-container {
  max-width: 1140px;
} */
    .view-home .col-why {
        max-width: 50% !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        margin-bottom: 20px;
        padding: 0 2rem;
    }
}

@media only screen and (max-width: 760px) {
    .view-home .col-why {
        max-width: 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 20px;
    }
}

/* SELLERS OTHER */
.view-listing .sellers-other .image img {
    max-height: 140px;
    width: auto;
    max-width: 100%;
    margin-top: 10px;
}

.view-listing .variations he {
}

.view-listing .sellers-other .image {
    text-align: center;
    min-height: 150px;
    padding: 0 10px;
}

.view-listing .sellers-other .price {
    max-width: 100%;
    margin-left: 0;
}

.view-listing .sellers-other .price .main {
    min-height: 42px;
}

.view-listing .sellers-other .title {
    max-width: 100%;
    margin: 15px 0;
    padding: 0;
    min-height: 45px;
}

.view-listing .item-container .bottom {
    text-align: center;
}

.view-listing .item-container .bottom.blue {
    margin-top: 34px;
    margin-bottom: -22px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.view-listing__paypal-message {
    text-align: center;
}

/* SEARCH */
.view-search .found .right {
    display: none;
}

.view-search .filter {
    padding: 10px 0 20px 0;
}

.view-search .results {

}

.view-search .skyscraper {
    border: 2px solid #ccc;
    padding: 100px 50px;
    margin: 15px 15px 0 0;
}

.view-search .recently-viewed {
    border: 2px solid #ccc;
    padding: 10px;
    margin: 15px 15px 0 0;
    text-align: center;
}

.view-search .recently-viewed img {
    width: 100%;
}

.view-search .skyscraper {
    padding: 300px 78px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.view-search .filter h3 {
    padding: 20px 0 5px;
}

.view-search .results .found {
    padding: 10px 0px 5px;
}

.view-search .results .sort .col-md-6:last-child {
    text-align: right;
}

.view-search .results .sort {
    padding-bottom: 10px;
}

.view-search .product-list {
    margin: 0;
}

.view-search .product-grid .col-md-3,
.view-search .product-grid .col-md-4,
.view-search .product-grid .col-md-6 {
    margin-bottom: 25px;
}

.view-search .product-grid .was {

}

.view-search .price.tokens {
    height: 120px;
}

.view-home .item-container,
.view-search .product-grid .item-container,
.view-search .product-list .item-container,
.view-shop .product-list .item-container {
    /*padding: 15px !important;*/
    width: 100% !important;
    /*margin-bottom: 10px;*/
    /*min-height: 335px;*/
    min-height: 330px;
    overflow: hidden;
    border-radius: 5px;
}

/* AUTOMOTIVE SECTION */
.aut,
.view-home .automotive .item-container {
    min-height: 420px;
    /* max-width: 300px; */
}


.view-search .product-list .item-container {
    padding: 10px !important;
}

.view-search .product-list .item-container {
    min-height: unset;
    margin-bottom: 20px;
}

.view-home .item-container .image,
.view-search .product-grid .image,
.view-shop .product-grid .image {
    /*height: 150px;*/
    /*height: 200px;*/
    height: 170px;
    padding: 10px;
}

.view-home .item-container .image img,
.view-search .product-grid .image img,
.view-shop .product-grid .image img {
    max-height: 150px;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.view-shop .follow-styling {
    text-align: center;
    background-color: #192348;
    color: white;
    border-radius: 5px;
    padding: 5px;
    width: 80%;
}

.view-shop .unfollow-styling {
    text-align: center;
    background-color: #2978b6;
    color: white;
    border-radius: 5px;
    padding: 5px;
    width: 80%;
}

.view-home .item-container.shop .image img {
    height: 150px;
    object-fit: contain;
}

.view-home .item-container .title,
.view-search .product-grid .title,
.view-shop .product-grid .title {
    padding: 15px 0;
    /*height: 40px;*/
    height: 60px;
    padding: 0 25px;
}

.view-home .item-container.shop .title {
    height: 60px !important;
}

.view-home .item-container.shop .title2 {
    height: 80px;
    padding: 0px 25px 0 25px;
}

.view-home .item-container .title2 {
    padding: 15px 0;
    height: 75px;
    padding: 0px 25px 25px 25px;
}

.view-home .item-container .col-12,
.view-search .product-grid .col-12,
.view-shop .product-grid .col-12 {
    height: 100%;
    text-align: center;
}

.view-home .item-grid .price,
.view-shop .product-grid .price,
.view-listing .sellers-other .price {
    padding: 5px 15px 0 15px;
    font-size: 15px;
    text-align: center;
}

.sellers-other .item-container {
    height: 100%;
    min-height: 420px !important;
}

.view-home .item-container .price,
.view-search .product-grid .price {
    padding: 0 15px;
    font-size: 15px;
    text-align: center;

    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
}

.item-container .price.tokens {
    bottom: unset !important;
    margin-top: 25px;
}

.view-home .item-container .price.tokens.none {

}

.view-home .item-container .price.tokens {
    margin-top: 0 !important;
}

.view-search .item-container .price.tokens {
    /*margin-top: 40px;*/
    margin-top: 15px;
}

.view-search .price.tokens.classified img {
    margin: 40px auto 0 !important;
}

.view-listing .sellers-other {
    padding: 0 !important;
}

.view-listing .sellers-other .price {
    padding: 0 !important;

    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    padding-bottom: 22px !important
}

.view-listing .sellers-other .price img {
    height: 35px;
}

.view-home .automotive .item-container .price,
.view-home .featured-main .item-container .price,
.view-home .featured.one .item-container .price,
.view-home .featured.two .item-container .price,
.view-home .featured.three .item-container .price,
.view-home .latest .item-container .price {
    margin-top: 25px;
}

/* CHRISTMAS STYLE, DO NOT REMOVE */
/* .ebg__christmas-section {
    background-image: url('/assets/images/backgrounds/bg-christmas.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.ebg__christmas-section .item-container {
    background-color: white;
}
.ebg__christmas-section .arrow-button {
    color: white !important;
} */

.view-home .latest .item-container .price .main,
.view-home .automotive .item-container .price .main {
    margin-top: -23px;
}

.view-search .specIcons {
    /*margin-top: 10px;*/
}

.view-search .specIcons img,
.view-shop .specIcons img {
    height: 30px;
    padding: 0 !important;
}

.view-shop .specIcons img {
    /*padding: 0 15px !important;*/
}

.view-shop .price.tokens {
    margin-top: 10px !important;
}

.view-shop .price.tokens.classified {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.view-shop .item-container {
    min-height: 360px;
}

.view-shop .item-container .bottom.blue {
    margin-top: 5px;
}

.specIcons img {
    object-fit: contain;
    width: 100%;
    padding: 5px 15px;
    height: 100%;
}

.specIcons {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 25px;
    margin-top: -5px;
}

.specIcons .spec-pad {
    padding-left: 7px;
    padding-right: 7px;
    max-height: 60px;
}

.specIcons .specValue {
    text-align: center;
    /*margin-top: -15px;*/
    margin-top: -5px;
    font-size: 13px;
    /*font-family: "Montserrat",sans-serif;*/
    line-height: 22px;
    font-weight: 600;
    color: #2f1616;
}

.view-home .scroll-icon {
    align-self: center;
    text-align: center;
}

.view-home .scroll-icon button {
    background-color: unset;
    box-shadow: none;
}

/* HOME, SEARCH & LISTING PRODUCT REPEATS FOLLOWING BOOTSTRAP GRID CONTAINERS */
@media only Screen and (min-width: 1501px) {
    .featured .five,
    .featured .four,
    .featured .three,
    .featured .two,
    .featured .one {
        display: none !important;
    }

    .featured .six {
        display: block !important;
    }
}

/*@media (min-width:1200px) and (max-width:1400px) {
  .featured .six,
  .featured .four,
  .featured .three,
  .featured .two {
    display: none !important;
  }
  .featured .five {
    display: block !important;
  }
}*/

/*@media (min-width:992px) and (max-width:1199px) {*/

@media (min-width: 1200px) and (max-width: 1500px) {
    .featured .six,
    .featured .five,
    .featured .three,
    .featured .two,
    .featured .one {
        display: none !important;
    }

    .featured .four {
        display: block !important;
    }

    /* SEARCH / SHOP SPECIFIC RESIZING */
    .view-shop .featured .four,
    .view-search .featured .four {
        display: none !important;
    }

    .view-shop .featured .three,
    .view-search .featured .three {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .featured .six,
    .featured .five,
    .featured .four,
    .featured .two,
    .featured .one {
        display: none !important;
    }

    .featured .three {
        display: block !important;
    }

    /* SEARCH / SHOP SPECIFIC RESIZING */
    .view-shop .featured .three,
    .view-search .featured .three {
        display: none !important;
    }

    .view-shop .featured .two,
    .view-search .featured .two {
        display: block !important;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    .featured .six,
    .featured .five,
    .featured .four,
    .featured .three,
    .featured .one {
        display: none !important;
    }

    .featured .two {
        display: block !important;
    }
}

@media only Screen and (max-width: 768px) {
    .featured .six,
    .featured .five,
    .featured .four,
    .featured .three,
    .featured .two {
        display: none !important;
    }

    .featured .one {
        display: block !important;
    }

    .view-home .featured .seller .row .col-md-4,
    h2.top-categories {
        display: none;
    }

    .view-home .featured .seller .info,
    .view-home .featured .seller .items,
    .col-6.col-md-3.align-c {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .col-6.col-md-3.align-c {
        margin-bottom: 25px;
    }

    .view-home .featured .seller .row .area.about {
        height: 100%;
        /*margin-bottom: 0;*/
        max-height: unset;
    }

    .view-home .featured .seller .info .row:nth-child(2) {
        margin-bottom: 25px;
    }

    .view-home .item-container.shop .image img {
        max-width: 200px
    }
}

@media only Screen and (max-width: 990px) {
    h2.top-categories {
        display: none;
    }

    .col-6.col-md-3.align-c {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px;
    }
}

@media only Screen and (max-width: 1199px) {
    .view-listing .listing .img,
    .view-listing .listing .detail,
    .view-listing .listing .price {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .view-listing .listing .icons img {
        height: 35px;
        width: unset !important;
    }

    .view-listing .listing .img .inner,
    .view-listing .listing .img .carousel,
        /*.view-listing .listing .detail .inner,
  .view-listing .listing .detail .specs,
  .view-listing .listing .detail .price,
  .view-listing .listing .detail .seller,*/
    .view-listing .listing .price .inner {
        max-width: 400px;
        margin: auto;
    }

    /*.view-listing .list .col .row .col-6 {
    max-width: 200px;
    margin: auto;
    margin-right: 0;
  }
  .view-listing .list .col .row .col-6.text-right {
    margin-left: 0 !important;
    margin-right: auto !important;
  }*/
    .view-listing .listing .seller-actions {
        margin-bottom: 20px;
        margin-top: 20px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .listing-buttons .col-3 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .view-listing .listing-buttons .col-3:first-of-type {
        padding-left: 15px !important;
    }

    .view-listing .listing-buttons .col-3:last-of-type {
        padding-right: 15px !important;
    }

    .view-listing .list.specs {
        margin-top: 20px;
    }

    .view-listing .listing .price,
    .view-listing .listing .detail,
    .view-listing .listing .img {
        padding: 0;
    }

    .view-listing .listing .detail {
        padding-left: 30px;
    }

    .view-listing .listing .price .row.border {
        padding: 0;
        margin: 0;
    }
}

/* Header tablet fix */
@media (min-width: 961px) and (max-width: 991px) {
    header .bottom {
        /*margin-top: -15px;*/
    }

    header .top .left {
        width: 40% !important;
        flex: 40% !important;
        max-width: 40%;
    }

    header .top .right {
        width: 60% !important;
        flex: 60% !important;
        max-width: 60%;
    }

    header .top .center {
        display: none;
    }

    header .bottom .container {
        max-width: 980px;
    }
}

/* New overall tablet class */
@media (min-width: 768px) and (max-width: 991px) {
    .view-account.messaging .button-control .action-buttons {
        padding: 15px;
    }

    /* HOME FEATURED SHOP */
    .view-home .featured .seller .row .col-md-4 {
        display: none;
    }

    .view-home .featured .seller .row .col-md-8 {
        max-width: 1000%;
        flex: 0 0 100%;
    }

    /* HOME PAGE SLIDESHOW */
    #slides > li > a {
        max-height: 200px;
    }

    #slideshow {
        height: 200px;
    }

    /* ACCOUNT & MESSAGING MENUS */
    .view-account .tab .col:nth-child(1),
    .view-account .tab .col-lg:nth-child(1) {
        margin: 0 !important;
    }

    .view-account .tab .col:nth-child(1) p {
        font-size: 15px;
    }

    .view-account-tabs .tabs .col-3,
    .view-account.messaging .number,
    header .main .category i {
        display: none;
    }

    .view-account-tabs .tabs .col-9 {
        max-width: 1000%;
        flex: 0 0 100%;
    }

    .view-account .left-nav .row.head .left {
        padding: inherit !important;
    }

    .view-account.messaging .action-buttons .col-sm-3 {
        padding: 2px !important;
    }

    header .main .category select {
        padding: 8px 0
    }

    .home-title {
        font-size: 1.5rem;
    }

    header .bottom .col.title {
        max-height: unset !important;
    }

    .view-account .go.r-u {
        display: none;
    }

    .view-account .search {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }
}

/* Product - resize tablet */
@media (min-width: 768px) and (max-width: 1199px) {
    header .main .all button {
        padding-left: 15px;
        padding-right: 15px;
    }

    /*.view-listing .listing .price .col-6,*/
    .view-listing .social-buttons {
        /*display: contents;*/
        max-width: 50%;
        flex: 0 0 50%;
        margin: 10px 0;
        margin-left: 25%;
    }

    /* manual padding here to counter the above */
    .view-listing .listing .price .row.border {
        padding-left: 10px;
    }

    .view-listing button {
        margin-right: 10px;
    }

    .view-listing .listing .price {
        font-size: 1.25em;
    }

    .view-listing .listing .price h1 {
        /*font-size: 1em;*/
        font-size: 25px;
    }

    .view-listing .classified-container {
        display: block;
        min-width: 100%;
    }

    .view-listing .classified-container img {
        max-width: 100%;
    }

    .item-container .bottom b {
        font-size: 0.8em;
    }

    .view-listing .listing .price .top-price {
        /*padding-left: 15px;*/
    }
}

@media only Screen and (max-width: 767px) {
    .view-listing .meta {
        padding-top: 50px !important;
    }

    .view-listing .meta .bottom {
        /*padding-bottom: 20px;*/
    }
}

/* Product - resize carousel */
@media only Screen and (min-width: 1200px) {
    .view-listing .listing .img .carousel .image.three {
        display: block;
    }

    .view-listing .listing .img .carousel .image.two,
    .view-listing .listing .img .carousel .image.one {
        display: none;
    }
}

@media (min-width: 767px) and (max-width: 1199px) {
    .view-listing .listing .img .carousel .image.two {
        display: block;
        min-width: 80px;
    }

    .view-listing .listing .img .carousel .image.three,
    .view-listing .listing .img .carousel .image.one {
        display: none;
    }
}

@media (min-width: 200px) and (max-width: 768px) {
    .view-listing .listing .img .carousel .image.one {
        display: block;
        min-width: 125px;
    }

    .view-listing .listing .img .carousel .image.two,
    .view-listing .listing .img .carousel .image.three {
        display: none;
    }
}

/* HOME AUTOMOTIVE */
.automotive__item {
    max-width: 33% !important;
}

@media only Screen and (max-width: 768px) {
    .automotive__item {
        max-width: 100% !important;
    }
}


.automotive.automotive .one,
.automotive.automotive .two,
.automotive.automotive .three,
.automotive.automotive .four,
.automotive.automotive .five,
.automotive.automotive .six {
    max-width: 400px;
}

@media only Screen and (max-width: 1300px) {
    /*.view-home .automotive .specIcons .spec-pad {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 10px;
  }*/
    .view-home .automotive .specIcons {
        padding-right: 35px;
        padding-left: 35px;
    }
}

@media only Screen and (max-width: 991px) {
    .view-account .bank .row .col {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .view-home .automotive .specIcons {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 25px;
    }

    .view-home .featured .cat-img {
        width: 100%;
        padding: 0 50px;
    }

    .view-account-tabs .tabs .col-3 {
        display: none;
    }

    .col-md-4.strike-deal {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .view-account .content-container button.bg-blue,
    .view-account .content-container button.bg-green {
        width: 100%;
    }

    .view-account .content-container button.bg-green {
        margin-bottom: 10px;
    }

    .view-account .content-container .button-control .col-sm-3,
    .view-account .content-container .button-control {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 5px;
    }

    .view-account .content-container .button-control .col-sm-3 button {
        /*margin-bottom: 5px;*/
    }

    .view-account .content-container .inner-tabs .col button {
        width: 100%;
        text-align: center;
    }
}

@media only Screen and (max-width: 601px) {
    .view-home .automotive .specIcons {
        padding-right: 35px;
        padding-left: 35px;
        padding-top: 0px;
    }

    .content-container button {
        height: unset !important;
        border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
        margin-bottom: 1px;
    }

    .product-list .table-section {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .product-list .col-md-9 .col-sm {
        padding-left: 0;
        padding-right: 30px;
        margin-right: 0;
    }
}

.view-home .latest .item-container .price .main.fixed {
    margin-top: 0 !important;
}

.item-container .was {
    text-decoration: line-through;
    color: #ccc;
    float: left;
    width: 100%;
}

.item-container .now {
    /*text-decoration: line-through;*/
    /*color: #ccc;*/
    font-weight: bold;
    float: left;
    width: 100%;
}

.item-container .was-lrg {
    font-size: 20px;
    text-decoration: line-through;
    color: #ccc;
    float: left;
    width: 100%;
}

.item-container .now-lrg {
    /*text-decoration: line-through;*/
    /*color: #ccc;*/
    font-size: 20px;
    font-weight: bold;
    float: left;
    width: 100%;
}

.view-listing .item-container .was {
    /*width: 50%;*/
    width: 45%;
}

.view-home .item-container b {
    max-width: 100%;
}

.item-container b {
    float: right;
    max-width: 45%;
}

.view-search .item-container b {
    float: unset !important;
}

.item-container .bottom b {
    text-align: center;
    float: none !important;
    font-size: 21px;
    font-weight: bold;
}

.view-search .product-list .item-container .bottom {
    padding-top: 5px;
    margin-bottom: -5px;
    max-height: 45px;
}

.view-search .product-list .item-container .bottom b {
    font-size: 24px;
}

.item-container .bottom b .small {
    font-size: 16px !important;
}

.item-container .main.fixed {
    min-height: 30px;
}

.view-search .item-container .main.fixed {
    min-height: 50px;
}

.seller .item-container .main.fixed {
    min-height: 53px !important;
}

.item-container .bottom.blue {
    background: #2978b6;
    color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.item-grid .six,
.item-grid .four {

}

.item-container .price .col,
.view-search .product-grid .price .col {
    padding: 0;
}

.view-home .item-container .price .main,
.view-search .product-grid .price .main {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    /*margin-bottom: 10px;*/
}

.view-search .product-grid .price .main {
    margin-top: 2px;
}

.view-home .item-container .price img,
.view-search .product-grid .price img,
.view-shop .product-grid .price img {
    height: 35px;
}

.view-search .product-grid .price .col-md-4 .row,
.view-shop .product-grid .price .col-md-4 .row {
    padding-top: 3px;
}

.view-search .product-grid .price .col-md-8 .row,
.view-shop .product-grid .price .col-md-8 .row {
    float: right;
}

.view-search .item-container .row.title {
    padding-bottom: 10px;
}

.view-search .product-grid .row .img {
    max-width: 100%;
    text-align: center;
}

.view-search .product-grid .row .img {
    text-align: center;
}

.view-search .product-grid .row .img,
.view-search .product-list .row img {
    max-width: 100%;
    /* max-height: 200px; */
    max-height: 150px;
}

.view-search .product-list .row .list .col .row,
.view-listing .list .col .row {
    background: #eee;
    padding: 2px;
    margin-bottom: 2px;
}

.view-listing .social-buttons {
    margin-bottom: 10px;
}

.view-listing .social-buttons .col-3,
.view-listing .social-buttons .col-2,
.view-listing .social-buttons .col {
    padding: 0 5px;
    text-align: center;
}

.view-listing .social-buttons button {
    height: 40px;
    width: 40px;
    font-size: 18px;
}

.view-shop .sortDropdown {
    margin: 0;
    float: right;
    width: unset;
    color: black;
    padding: 10px 8px;
    padding-right: 30px;
    /* width: 120px; */
    border-radius: 5px;
    display: inline-block;
    /* margin-right: 20px; */
    height: 39px;
    padding: 0;
    cursor: pointer;
    /* text-align: center; */
    /* padding-top: 6px; */
    padding-left: 10px;
}

.view-search .product-list .row .list .col .row:nth-child(even),
.view-listing .list .col .row:nth-child(even) {
    background: #fff;
}

.view-search .product-list .row .list .col .row span.seller,
.view-listing .list .col .row span.seller {
    border-bottom: 1px dotted #192348
}

.view-search .product-list .row .list .col .row span.seller-rating,
.view-search .product-list .row .list .col .row b.seller-rating,
.view-listing .list .col .row span.seller-rating,
.view-listing .list .col .row b.seller-rating {
    color: #d8a14b;
}

.view-search .product-list .row .list .col .row span.seller-label,
.view-listing .list .col .row span.seller-label {
    background: #9fbd47;
    padding: 2px;
    border-radius: 5px;
    color: white;
}

.view-listing .list.specs {
    max-height: 375px;
    overflow: hidden;
}

.view-listing .list.specs.full {
    max-height: unset;
}

.view-listing .hover-feedback,
.view-search .hover-feedback {
    margin: 5px;
    position: absolute;
    background: white;
    z-index: 999;
    border: 2px solid #ccc;
    margin-top: 28px;
    margin-left: 200px;
    width: 400px;
}


@media only screen and (max-width: 768px) {
    .view-listing .hover-feedback,
    .view-search .hover-feedback {
       width: initial;
       margin: auto;
       top: 50px;
    }
}

.hover-feedback .title {
    text-align: center;
    padding: 8px;
}

.hover-feedback .time {
    text-align: center;
}

.hover-feedback .data {
    padding: 5px !important;
    text-align: center;
}

.hover-feedback.search {
    bottom: 25px;
}

.view-listing .lightbox {

}

.view-listing .lightbox .content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: black;
}

.view-listing .lightbox .content .featured {
    width: calc(100% - 100px);
    margin-left: 50px;
    height: calc(100vh - 200px);
    padding: 25px;
}

.left-cont,
.right-cont {
    text-align: center;
}

.left-cont i,
.right-cont i {
    margin: 70px auto;
    cursor: pointer;
}

.lightbox .line {
    max-height: 190px;
    overflow: hidden;
}

.view-listing .lightbox .content .featured img {
    height: 80%;
    margin: auto;
}

.view-listing .lightbox .content .carousel {
    height: 200px;
}

.view-listing .lightbox .content .carousel .image,
.view-listing .lightbox .content .carousel .image img {
    text-align: center;
    height: 100%;
}

.view-listing .lightbox .content .fa-chevron-left,
.view-listing .lightbox .content .fa-chevron-right {
    color: white;
    font-size: 20px;
}

.view-listing .lightbox .content .fa-chevron-left {
    padding-left: 10px;
}

.view-listing .lightbox .content .fa-chevron-right {
    padding-left: 10px;
}

.view-listing .lightbox .content .carousel .image.fullWidth {
    width: auto !important;
    margin: auto;
}

.view-listing .lightbox .content .carousel .image.fourPlus {
    width: calc(100% / 4 - 15px) !important;
}

.view-listing .lightbox .content .fa-times {
    float: right;
    color: white;
    font-size: 30px;
    margin-right: 30px;
    margin-top: 30px;
}

.view-listing .lightbox .mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 998;
    background: black;
}

.view-search .product-list .row .price {
    text-align: center;
    font-size: 20px;
    display: grid;
    padding: 10px 30px;
}

.view-search .product-list .row .price img {
    height: 35px !important;
}

.view-search .results .rightadspace .col {
    padding-left: 0;
}

.view-search .results .rightadspace .skyscraper {
    padding: 300px 60px !important;
    width: 100%;
    margin: 0 15px 0 0;
}

.view-search .row.locality .col:first-child {
    padding-left: 15px;
}

.view-search .row.locality .col {
    padding-right: 0;
    padding-left: 0;
}

.view-search select.locality {
    margin: 0;
    width: 50px;
}

.view-search .row.locality .left {
    text-align: right;
    padding-right: 5px;
    line-height: 2.2;
}

.view-search .row.locality .right {
    text-align: left;
    padding-left: 5px;
    line-height: 2.2;
}

.view-search .row input.price {
    margin-top: 10px;
    width: 50px;
    margin-left: 5px;
}

.view-search .price-go {
    background: #192348;
    margin-left: 5px;
    cursor: pointer;
    color: white;
    padding: 8px;
    border-radius: 5px;
}

.sortContainer {
    width: 150px;
    float: right;
}

.sortDropdown {
    margin: 0;
    float: right;
    width: unset;
    color: white;
    padding: 10px 8px;
    padding-right: 30px;
    width: 120px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 20px;
    height: 35px;
    padding: 0;
    cursor: pointer;

    text-align: left;
    padding-top: 6px;
    padding-left: 10px;
}

span.searchSort {
    color: white;
    position: absolute;
    margin-left: -25px;
    margin-top: 7px;
}

.sortContainer i {
    position: absolute;
    color: white;
    margin: 10px;
    right: 35px;
    cursor: pointer;
}

.sortContainer.page {
    float: left;
    width: unset;
}

.sortContainer.page .sortDropdown {
    border: 1px solid #ccc;
    width: 50px;
    margin: 0;
    float: left;
    color: black;
    padding: 5px 15px;
}

.sortContainer.page .sort-filter {
    width: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    background: white;
    z-index: 9999;
    margin-top: 35px;
}

.sortContainer.page .sort-filter span {
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 0;
    line-height: 1.8;
}

.view-search .no-results {

}

.view-search .sort-filter {
    width: 130px;
}

.view-search .sort-filter span {
    display: block;
    text-align: center;
}

/* SELL */
.view-sell {
    padding-top: 30px;
}

.view-sell .add-shipping {
    color: white;
    border-radius: 100%;
    padding: 5px 6px;
    font-size: 12px;
    cursor: pointer;
}

.view-sell .required {
    margin-left: 5px;
}

.info-tooltip {
    background: #192348;
    width: 250px;
    border-radius: 5px;
    padding: 10px;
    color: white;
    position: absolute;
    display: inline-block;
    margin-left: 65px;
    z-index: 998;
    margin-top: -55px;
}

.info-tooltip-signup {
    background: #192348;
    width: 250px;
    border-radius: 5px;
    padding: 10px;
    color: white;
    position: absolute;
    display: inline-block;
    margin-left: 15px;
    z-index: 998;
    margin-top: -55px;
}

.view-sell .variable-toggle .listing-variations {
    float: right;
    margin-right: 13px;
    font-size: 15px;
}

.view-sell .switch {
    height: 25px;
}

.view-sell .slider::before {
    height: 18px;
    width: 18px;
}

.view-sell .divider {
    width: calc(100% - 125px);
    height: 1px;
    background: #ccc;
    margin: 10px 0;
    margin-left: 50px;
}

.view-sell input:checked + .slider::before {
    transform: translateX(32px)
}

.view-sell .select {
    text-align: center;
    padding: 50px 50px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.view-sell .switch {
    margin-left: 0;
}

.view-sell .select h3.suggestion {
    margin-bottom: 25px;
}

.view-sell .select h3.suggested {
    margin-top: 25px;
}

.view-sell .search .max-characters {
    /*padding-right: 110px;*/
    margin-top: 10px;
}

.view-sell .select .search {
    padding: 0 0 50px 0;
}

.view-sell .select .search h3 {
    padding-bottom: 10px;
}

.view-sell .select .search input {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    /*min-width: 400px !important;*/
    width: 90%;
    /*min-width: unset;*/
    margin-right: 30px;
    border-radius: 5px;
    font-size: 16px;
}

.view-sell .select .search .go {
    border-radius: 5px;
    border: none;
    color: white;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    background: green;
    position: absolute;
    border-radius: 5px;
    height: 57px;
    border-radius: 5px;
    margin-left: -15px;
    padding: 18px;
}

.view-sell .select .search .suggested {
    margin-top: 20px;
}

.view-sell .select .search .dropdown {
    /*position: absolute;
width: 100%;*/
}

.view-sell .select .search .dropdown .result {
    min-height: 175px;
    /*max-width: 400px;*/
    border: 1px solid #ccc;
    margin: auto;
    text-align: left;
    background: white;
    z-index: 1;
    max-height: 175px;
    overflow: scroll;
    border-radius: 5px;
    margin: 0 15px;
}

.view-sell .result .active {
    background: #2978b6;
    color: white;
}

.view-sell .select .search .dropdown .result .row {
    padding: 2px 0;
    cursor: pointer;
}

.view-sell .select .search .dropdown .result .row.close-suggestions {
    text-align: center;
    padding: 10px;
    border-top: 1px solid #ccc;
    /*margin-top: 5px;*/
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    display: none;
}

.view-sell .select .search .row.subcategories {
    margin-top: 30px;
}

.view-sell .select .search .row.subcategories input {
    padding: 5px;
    min-width: 0 !important;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.view-sell .select .search .row.subcategories .dropdown {
    margin-left: 18px;
    width: 200px;
    width: calc(100% - 65px);
}

.view-sell .select .categories h4,
.view-sell .select2 .categories h4 {
    text-align: left;
    padding-bottom: 20px;
}

.view-sell .select .categories .tiles,
.view-sell .select2 .categories .tiles {
    height: 150px;
}

.view-sell .select .categories .tile,
.view-sell .select2 .categories .tile {
    height: 100%;
    border: 1px solid #ccc;
    border-bottom: none;
    cursor: pointer;
    overflow: hidden;
}

.view-sell .select .categories .tiles .col-md-2,
.view-sell .select2 .categories .tiles .col-md-2 {
    height: 100%;
}

.view-sell .select .categories .tile img,
.view-sell .select2 .categories .tile img {
    height: 100%;
}

.view-sell .select .fa-chevron-circle-right {
    color: #2978b6;
    margin-top: 50px;
    cursor: pointer;
}

.view-sell .product-grid .item-container {
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    /*min-height: 340px;*/
    min-height: 400px;
}

.view-sell .product-grid .item-container b {
    float: none;
}

.view-sell .product-grid .image img {
    width: 100%;
    max-height: 160px;
    width: auto;
    margin: auto
}

.view-sell .product-grid .item-container .image .col-md-12 {
    text-align: center;
}

.view-sell .product-grid .title {
    padding: 15px 0;
    min-height: 75px;
}

.view-sell .product-grid .price {
    padding: 0 15px;
    text-align: center;
}

.view-sell .product-grid .price img {
    height: 20px;
}

.view-sell .product-grid .price .col-md-4 .row {
    padding-top: 3px;
}

.view-sell .product-grid .price .col-md-8 .row {
    float: right;
}

.view-sell .draft-listings,
.view-sell .previous-listings,
.view-sell .faq,
.view-sell .help {
    padding-top: 30px;
}

.view-sell .previous-listings img {
    max-width: 100%;
}

.view-sell h2 {
    color: #2978b6;
    padding-bottom: 20px;
}

.view-sell .faq .list {
    padding: 100px;
    border: 1px solid #ccc;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.view-sell .help {
    text-align: center;
}

.view-sell .select2 .categories .tile {
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.view-sell .select2 .help u {
    cursor: pointer;
}

.view-sell .select3 {
    text-align: center;
    padding: 150px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.view-sell .category,
.view-sell .specifics,
.view-sell .variations,
.view-sell .images,
.view-sell .description,
.view-sell .listing,
.view-sell .shipping {
    padding-top: 10px;
}

.view-sell .listing .row.center {
    padding-bottom: 15px;
}

.view-sell .category input,
.view-sell .specifics input,
.view-sell .variations input,
.view-sell .listing input,
.view-sell .shipping input {
    border-radius: 5px;
    margin: 0 20px 10px 0px;
    float: left;
}

.view-sell .shipping input {
    /*width: 100% !important;*/
}

.view-sell .title input {
    padding: 10px;
    width: 400px;
    margin-bottom: 20px;
}

.view-sell .category .label,
.view-sell .specifics .label,
.view-sell .variations .label,
.view-sell .listing .label,
.view-sell .shipping .label {
    display: block;
    font-weight: bold;
    text-align: left;
    color: #192348;
}

.cat-select button:hover {
    color: white !important;
    cursor: pointer;
}

.cat-select button.bg-blue {
    background: #2978b6 !important;
    color: white !important;
}

.view-sell .product-grid .item-container .image {
    min-height: 160px;
}

.clickdown,
.view-search .clickdown {
    width: 185px;
    height: 33px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-top: 5px;
    text-align: left;
    padding-left: 10px;
    cursor: pointer;
    background-color: white;
}

.brand-dropdown {
    margin-top: 5px !important;
}

.clickdown .brand {
    display: block;
    float: left;
    width: 100%;
}

.view-sell select,
.view-sell .swtich {
    margin-left: 0;
    border-radius: 5px;
}

.view-sell .content {
    margin-top: 20px;
}

.view-sell .box {
    border: 1px solid #ccc;
    padding: 20px 50px;
    text-align: center;
    border-radius: 5px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .view-sell .box {
        padding: 1rem;
    }
}

.view-sell .box .tab {
    cursor: pointer;
}

.view-sell .box .accordion {
    margin-top: 8px;
    padding-top: 8px;
}

.view-sell .box .accordion i {
    float: left;
    margin-left: -9px;
}

.view-sell .box .status span.incomplete,
.view-sell .box .status span.complete {
    display: block;
    float: right;
}

.view-sell .box .status span.incomplete {
    /*color: #2978b6;*/
    padding: 3px;
    color: red;
}

.view-sell .box .status span.complete {
    font-size: 14px;
    /*margin-right: 25px;*/
    color: green;
    padding: 3px;
}

.view-sell .variations,
.view-sell .specifics,
.view-sell .images,
.view-sell .video,
.view-sell .description,
.view-sell .listing,
.view-sell .shipping,
.view-sell .buttons {

}

.view-sell .add-service .mobile {
    display: none;
}

.view-sell .add-service .desktop {
    display: block;
}

.view-sell .buttons {
    padding-top: 30px;
}

.view-sell .buttons .row {
    padding-bottom: 10px;
}

.view-sell .buttons .options {
    text-align: center;
    display: grid;
    align-items: center;
}

.view-sell .image-grid,
.view-sell .video-grid,
.view-sell .wysiwyg {
    padding: 20px 0;
}

.view-sell .wysiwyg textarea {
    /*margin-bottom: 20px;*/
}

.view-sell .image-grid {
    padding: 20px 0 5px;
}

.view-sell .image-grid .item {
    padding: 0 10px 10px 0;
}

.view-sell .image-grid .item,
.view-sell .video-grid .item {
    height: 200px;
}

.view-sell .image-grid .item .inner,
.view-sell .video-grid .item .inner {
    border: 1px solid #ccc;
    height: 100%;
    display: grid;
}

.view-sell .image-grid .item.featured {
    height: 425px
}

.view-sell .image-grid .item.featured .inner {
    display: flex;
    align-items: center;
}

.view-sell .image-grid .item .inner .controls,
.view-sell .video .controls {
    position: absolute;
    top: -10px;
    left: 99px;
    background: white;
    padding: 0 10px;
    cursor: pointer;
}

.view-sell .video .controls {
    top: unset !important;
    background: transparent !important;
    left: 205px !important;
    margin-top: -8px !important;
}

.view-sell .video .controls i {
    background: transparent !important;
    color: red !important;
    border: none !important;
    -webkit-text-stroke-color: transparent !important;
    font-size: 1.5em !important;
}

.view-sell .image-grid .item .inner .image,
.view-sell .video-grid .item .inner .image {
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
}

.view-sell .image-grid .item.featured .inner .image {
    max-height: 300px;
}

.view-sell .image-grid .item.featured .image i.fa-image {
    font-size: 5em;
}

.view-sell .image-grid .item .inner .image,
.view-sell .video-grid .item .inner .image {
    width: 100%;
    height: 100%;
    text-align: center;
    display: grid;
    align-items: center;
}

.view-sell .image-grid .item .inner .image img,
.view-sell .video-grid .item .inner .image img {
    max-width: 100%;
    /* max-height: 100%; */
    max-height: 170px;
    margin: auto;
}

.view-sell .image-grid input {
    width: 90%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.view-sell .image-grid .item .inner.upload,
.view-sell .video-grid .item .inner.upload {
    display: grid;
    cursor: pointer;
}

.view-sell .image-grid .item .inner.upload span,
.view-sell .video-grid .item .inner.upload span {
    padding: 0 50px;
    text-align: center;
}

.view-sell .image-grid .item .inner.upload i,
.view-sell .video-grid .item .inner.upload i {
    margin: auto;
    color: transparent;
    -webkit-text-stroke-width: 1.4px;
    -webkit-text-stroke-color: #afafaf;
    font-size: 3em;
    margin-bottom: 20px;
}

.view-sell .image-grid .item .inner.upload:hover i,
.view-sell .video-grid .item .inner.upload:hover i {
    color: #2978b6;
    -webkit-text-stroke-width: 0;
}

.view-sell .image-grid .item .inner.upload video {
    max-width: 100%;
    max-height: 188px;
    margin: auto;
    padding: 5px;
}

.view-sell .image-grid .item i.fa-image,
.view-sell .video-grid .item i.fa-video {
    font-size: 5em;
    color: #d7d7d7;
}

.view-sell .image-grid .item i.fa-plus {
    position: absolute;
    font-size: 1.5em;
    top: 50px;
    right: 80px;
    color: #d7d7d7;
}

.view-sell .image-grid .item.featured i.fa-plus {
    top: unset;
    left: 150px;
    margin-top: -75px;
}

.view-sell .image-grid .vad {
    width: 115px;
    margin: auto;
}

.view-sell .image-grid .vad-loader,
.view-sell .image-grid .img-loader {
    height: 50px;
    margin: auto;
}

.view-sell .video-grid .item i.fa-video {
    margin-top: 70px;
}

.view-sell .variations .content h4 {
    text-align: left;
}

.view-sell .variations .content .list .title {
    text-align: left;
    /* margin: 5px; */
    /* border: none; */
    margin: 5px 0;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: #2978b6;
}

.view-sell .variations .content .list .variant {
    margin: 5px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.view-sell .variations .divider {
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    background: #2978b6;
    margin: 10px 0;
}

.view-sell .variations .content .list i {
    position: absolute;
    margin-left: -15px;
    margin-top: 9px;
    cursor: pointer;
}

.view-sell .variations .content .new {

}

.view-sell .variations .content .list .variant.new {

}

.view-sell .variations .content button.generate {
    /*float: right;
margin: 15px 0;*/
}

.view-sell .variations .content button.edit,
.view-sell .variations .content button.save {
    width: 100px;
    float: right;
    /*margin-top: 15px;*/
}

.view-sell .variations .content button.save {
    margin-left: 10px;
    background: green;
}

.view-sell .variations .content .variation-grid {
    padding: 20px 40px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.view-sell .variations .content .variation-grid .data-container {
    max-height: 250px;
    overflow: scroll;
}

.view-sell .variations .content .variation-grid .title,
.view-sell .variations .content .variation-grid .data {
    padding: 2px;
}

.view-sell .variations .content .variation-grid .title input {
    margin-left: 2px;
}

.view-sell .variations .content .variation-grid .data:nth-child(odd) {
    background: #eee;
}

.view-sell .variations .container-checkbox {
    margin: auto;
    padding-left: 0 !important;
    margin-top: 5px;
}

.view-sell .variations .content .container-checkbox .checkmark {
    height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    left: unset !important;
}

.view-sell .variations .content .container-checkbox .checkmark::after {
    left: 4px;
    top: 2px;
    width: 5px;
    height: 7px;
}

.view-sell .variation-grid input {
    width: 100%;
    background: transparent;
    margin: 0;
    border-radius: 5px;
    text-align: center;
    padding: 0;
}

.view-sell .proceed {
    cursor: pointer;
    margin-bottom: 10px;
}

.view-sell .proceed span {
    color: #2978b6;
    width: 100%;
    display: block;
    text-align: center;
}

.view-sell .proceed i {
    background: #2978b6;
    display: block;
    width: 22px;
    color: white;
    border-radius: 50px;
    padding: 4px;
    margin: auto;
    margin-top: 5px;
}

.view-sell .sell-msg {
    margin: 0 auto;
}

iframe.description {
    width: 100%;
    height: 100%;
    min-height: 1000px;
    border: none;
}

/* HTML EDITOR */
.cke_chrome {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    margin-bottom: 20px !important;
}

.cke_top {
    background: none !important;
}

.cke_bottom {
    background: none !important;
}

.view-sell .listing-progress {
    padding: 0 15px 20px 15px;
}

.view-sell .listing-progress .title input {
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 1.5;
    color: black;
    margin: 0;
}

.view-sell .listing-progress .title i {
    position: absolute;
    margin-left: -30px;
    margin-top: 13px;
}

.view-sell .listing-progress .header {
    padding: 10px 0 0;
}

.view-sell .listing-progress .header .title h3,
.view-sell .listing-progress .header .title h4 {
    display: inline;
}

.view-sell .listing-progress .header .title h3.black,
.view-sell .listing-progress .header .title h4.black {
    color: black !important;
}

.view-sell .listing-progress .bar {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.view-sell .listing-progress .bar .inner {
    height: 100%;
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-color: #192348 !important;
    background-size: 1rem 1rem;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: white;
    text-align: center;
    padding-top: 7px;
}

.view-sell .listing-progress .bar .inner-0 {
    width: 100%;
    color: black;
    background-color: white !important;
}

.view-sell .listing-progress .bar .inner-20 {
    width: 20%;
}

.view-sell .listing-progress .bar .inner-40 {
    width: 40%;
}

.view-sell .listing-progress .bar .inner-60 {
    width: 60%;
}

.view-sell .listing-progress .bar .inner-80 {
    width: 80%;
}

.view-sell .listing-progress .bar .inner-100 {
    width: 100%;
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.view-sell .reg-fields span.label {
    margin-left: 0;
}

.view-sell .reg-fields .col-2 span.label {
    margin-left: 0;
}

.view-sell .reg-fields .col-2 input {
    width: 120px;
}

.view-sell .reg-fields input {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}

.view-sell .reg-fields select {
    margin-left: 10px;
    border-radius: 5px;
    width: 100%;
}

.view-sell .reg-lookup input {
    background: #ffd239;
    color: black;
    text-align: center;
    height: 50px;
    width: 300px;
    border: 2px solid black;
    border-radius: 5px;
    font-size: 25px;
    padding-bottom: 5px;
    margin-right: 0;
    width: 100%;
}

.view-sell .reg-lookup input.reg {
    min-width: 250px;
    width: unset;
    max-width: 300px;
    float: unset !important;
}

@media (min-width: 320px) and (max-width: 768px) {
    .view-sell .reg-lookup input.reg {
        max-width: 65%;
        min-width: auto;
    }
}

.view-sell .reg-lookup span.go {
    position: absolute;
    font-size: 16px;
    padding: 15px;
    height: 50px;
    padding-top: 12px;
    cursor: pointer;
    background: green;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    margin-left: 10px;
}

.view-sell .view-sell__classified-list-item {
    margin-bottom: 1rem;
} 

.view-sell .view-sell__classified-btn {
    width: 100%;
}

.view-sell .view-sell__classified-btn:hover {
    background-color: #f4a137;
}

/* META */
.view-meta {
    padding: 30px 0;
}

.view-meta h1,
.view-meta h2,
.view-meta h3 {
    padding: 10px 0 5px;
    width: 100%;
}

.view-meta input {
    padding: 7px 10px;
    width: 100%;
}

.view-meta label {
    display: block;
}

.view-meta .address {
    padding-top: 20px;
}

.view-meta .question {
    font-weight: bold;
    padding-top: 10px;
}

.view-meta .answer {

}

.view-meta.not-found {
    height: calc(100vh - 180px);
    display: grid;
    align-items: center;
}

.view-meta h1 {
    color: #192348;
    font-size: 2.5rem;
    line-height: 1 !important;
}

.view-meta .description {
    margin: 20px auto;
    max-width: 400px;
}

.view-meta span {
    font-size: 20px;
}

.view-meta.not-found .container.content {
    margin-top: -100px;
}

.view-meta.not-found .container.content .row {
    text-align: center;
}

.view-meta.not-found .container.content img {
    max-width: 200px;
}

/* PRODUCT */
.item-container,
.tile {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
    cursor: pointer;
    transition: all .1s ease-in-out;
}

/* .item-container,
.tile {
  box-shadow: none;
  cursor: pointer;
  transition: all .1s ease-in-out;
  padding-bottom: 30px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
} */
.item-container2,
.tile {
    box-shadow: none;
    cursor: pointer;
    transition: all .1s ease-in-out;
    padding-bottom: 30px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
}

.view-search .product-grid .item-container {
    /*margin-bottom: 25px !important;*/
    min-height: 375px;
}

/* PRODUCT LISTING */
.view-listing {
    padding-top: 0;
}

.view-listing select {
    float: unset;
    margin-left: unset;
    cursor: pointer;
}

.view-listing select:last-child {
    margin-bottom: 10px;
}

.view-listing .meta .top {
    padding-bottom: 10px;
    font-size: 12px;
}

.view-listing .meta .top span {
    cursor: pointer;
}

.view-listing .meta .top .col-md-6:last-child,
.view-listing .meta .bottom .col-md-4:last-child {
    text-align: right;
}

.view-listing .listing {
    padding-top: 0;
}

.view-listing .listing .list.seller {
    /*padding-top: 25px;*/
}

.view-listing .listing .list.more {
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
}

.view-listing .listing .list.price {
    text-align: center;
}

.view-listing .listing .list.price .more {
    cursor: pointer;
    display: grid;
    align-items: center;
}

.view-listing .listing .list.price .small {
    font-size: 18px;
}

.view-listing .listing .list.more i {
    /*font-size: 1.25em;*/
}

.view-listing .listing .list.more span {
    display: inline;
}

.view-listing .listing .seller-actions .col-4 {
    padding: 10px 2px;
}

.view-listing .listing .seller-actions .col-4 button {
    width: 100%;
}

.view-listing .detail {
    padding: 0 0 0 30px;
}

.view-listing .listing .img .featured {
    height: 420px;
    text-align: center;
    display: grid;
    align-items: center;
    border-radius: 5px;
    padding:5px;
}

.view-listing .listing .img .featured .inner {
    height: 400px;
    justify-content: center;
    display: flex;
    align-items: center;

}

.view-listing .listing .img .featured img {
    margin: 0 auto;
    padding: 0;
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.view-listing .listing .img .carousel {
    margin-top: 25px;
    justify-content: center;
    padding: 0 5px;
}

.view-listing .listing .img .carousel .image {
    width: 28%;
    padding: 10px;
    cursor: pointer;
}

.view-listing .listing .img .carousel i {
    margin: auto 5px;
    cursor: pointer;
    font-size: 22px;
    color: #2978b6;
}

.view-listing .listing .img .carousel i:hover {
    color: #192348;
    /*font-size: 18px;*/
}

.view-listing .listing .img .carousel .image .img-container,
.view-listing .vid-container {
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
    padding: 5px;
    min-height: 100px;
    display: flex;
    border-radius: 5px;
}

.view-listing .vid-container {
    display: grid;
    align-items: center;
    text-align: center;
    width: calc(33.33% - 35px);
    margin: 10px auto 0;
    color: #2978b6;
    font-size: 32px;
    cursor: pointer;
}

.view-listing .vid-container img {
    max-width: 100%;
    width: 95px;
    margin: auto;
}

.view-listing .listing .img .carousel .image.fullWidth .img-container {
    width: 33%;
}

.view-listing .listing .img .carousel .image img {
    max-width: 100%;
    max-height: 80px;
    height: 130px !important;
    margin: auto;
    object-fit: contain;
}

.view-listing .listing .img .carousel .image.fullWidth {
    /* width: auto !important; */
    margin: auto;
    max-width: calc(100% - 50px);
    width: 100% !important;
}

.view-listing .listing .img .carousel .image.fullWidth img {
    max-width: 100% !important;
}

.view-listing .listing .img .carousel .image.fourPlus {
    width: calc(100% / 3 - 25px) !important;
    /*width: calc(100% / 4 - 25px) !important;*/
}

.view-listing .listing .img .carousel .image img.active {
    border: 2px solid #2978b6;
    padding: 1px;
}

.view-listing .listing .price {
    padding: 0 0 10px 10px;
    text-align: right;
}

.view-listing .listing .priceT {
    padding: 0 0 10px 0px;
    text-align: center;
}

.fb_iframe_widget {
    display: none !important
}

.view-listing .listing .price .row.border {
    border: 1px solid #ccc;
    margin: 0 0 0 20px;
    min-height: 400px;
    padding: 20px 0 10px;
    /* box-shadow: 0 1px 12px -6px rgba(0,0,0,.2); */
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
    border-radius: 5px;
}

@media only screen and (max-width: 768px) {
    .view-listing .listing .price .row.border {
       min-height: 300px;
    }
}

.view-listing .listing .price .quantity {
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
}

.view-listing .listing .price .stock-level h5 {
    display: inline-block;
    padding: 10px 0;
}

.view-listing .arrival {
    display: block;
    font-size: 16px;
}

.view-listing .listing .price .stock-level .arrival {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}

.view-listing .listing .price .quantity input {
    /* width: 50px; */
    border: none;
    border-bottom: 1px solid #ccc;
    /* text-align: center; */
    width: 100%;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
    text-align: left;
    margin-top: 5px;
    width: 100%;
    font-size: 18px;
}

.view-listing .listing .price span.price {
    font-size: 25px;
}

.view-listing .listing .price span.priceT {
    font-size: 22px;
    padding: 0;
}

.view-listing .listing .price span.shipping {
    display: block;
    color: #9fbd47;
    font-weight: bold;
    margin-top: -8px;
    font-size: 18px;
}

.view-listing .listing .price button {
    width: 100%;
    margin-bottom: 10px;
}

.view-listing .listing .price .col-3 {
    margin: auto;
}

/* .view-listing .listing .price img {
height: 35px;
} */
.view-listing .listing .icons img {
    /*height: 35px; */
    width: 55px;
}

.view-listing .listing .icons {
    width: 90%;
    margin: auto;
    margin-top: 10px;
}

.view-listing .meta {
    padding-top: 20px;
}

.view-listing .meta:last-child {
    padding-top: 50px;
}

.view-listing .meta .tabs h4 {
    display: inline-block;
    margin-left: 5px;
}

.view-listing .meta .tabs {
    max-width: 900px;
    margin: auto;
    cursor: pointer;
    justify-content: center;
}

.view-listing .meta .tabs h4 {
    /*font-size: 14px;*/
    font-size: 0.75em !important;
}

.view-listing .meta .tabs i {
    color: #2978b6;
}

.view-listing .meta .tabs .selected {
    background: #192348;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 3px 0;
    text-align: center;
}

.view-listing .meta .tabs .selected h4,
.view-listing .meta .tabs .selected i {
    color: white;
}

.view-listing .meta .divider {
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    background: #192348;
}

.view-listing .meta .divider.bottom {
    margin-bottom: 0;
    margin-top: 20px;
}

.view-listing .sellers-other {
    padding-top: 20px;
    padding-bottom: 20px;
}

.view-listing .row.variations {
    margin: 0 auto 10px;
}

.view-listing .row.variations:last-child {
    margin-bottom: 20px;
}

.view-listing .row.variations select {
    /* margin: 0 auto !important;
text-align: center; */
    margin: 0 auto !important;
    text-align: center;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
    text-align: left;
}

.view-listing .please-select {
    font-weight: 600;
    font-size: 16px;
}

.view-listing .row.featured video {
    padding: 10px;
    max-width: 100%;
}

.view-listing .carousel .video,
.view-listing .carousel .video video {
    /*margin: auto;*/
    margin: 10px;
    height: 100px;
    width: 20%;
    text-align: center;
    display: grid;
    font-size: 25px;
    /*border: 1px solid #192348;*/
    border-radius: 5px;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
}

.view-listing .meta .content .head {
    text-align: center;
    display: none;
}

.view-listing .meta .content .logo {
    text-align: center;
}

.view-listing .meta .content .logo img {
    max-width: 300px;
}

.view-listing .meta .content .tabs {
    height: 50px;
    display: flex;
    align-items: center;
    border-top: 1px solid #192348;
    border-bottom: 1px solid #192348;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.view-listing .meta .content .tabs .inner {
    max-width: 800px;
    margin: auto;
}

/* ACCOUNT */
.view-account-tabs {
    padding-top: 10px;
}

.view-account .signout {
    display: none;
}

.view-account .content {
    margin-left: 0;
}

.view-account .tab {
    border: 1px solid #ccc;
    padding: 15px 0;
    border-radius: 5px;
}

.view-account-tabs .skyscraper {
    border: 2px solid #ccc;
    padding: 35px;
    width: 100%;
    text-align: center;
}

.view-account-tabs .seller-name .title {
    display: grid;
    align-items: center;
    /*text-align: center;*/
}

.view-account .tab .col:nth-child(1) {
    margin-left: 5px;
    margin-top: 5px;
}

.view-account .tab .col:nth-child(2) {
    display: grid;
    align-items: center;
    margin-top: 5px !important;
}

.view-account .tab .col .row {
    width: 215px;
}

.view-account .tab .col .row p.indented {
    margin-left: 10px;
}

.view-account .tab .col .row.active p {
    color: #f4a137;
    font-weight: bold;
}

.view-account .tab .col .row .col:nth-child(1) p {
    min-width: 130px;
}

.view-account .tab .col .row .col:nth-child(2) {
    text-align: right;
    padding-left: 0;
}

.view-account .tab .col-lg:nth-child(1) {
    margin-left: 5px;
    margin-top: 5px;
}

.view-account .tab .col .row .col-lg:nth-child(2) {
    text-align: right;
    padding-left: 0;
}

.view-account .tab .col-lg:nth-child(2) {
    display: grid;
    align-items: center;
    margin-top: 5px !important;
}

.view-account .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.view-account-tabs .seller-name {
    padding: 15px;
}

.view-account-tabs .tabs h4 {
    display: inline-block;
    margin-left: 10px;
}

@media (min-width: 320px) and (max-width: 600px) {
    .view-account-tabs .tabs h4 {
        margin: 0;
        display: block;
    }
}

.view-account-tabs .tabs {
    /*max-width: 800px;*/
    margin: auto;
    padding-top: 10px;
}

.view-account-tabs .tabs .col-4 {
    text-align: center;
    cursor: pointer;
    padding: 3px 0;
}

.view-account-tabs .tabs i {
    color: #2978b6;
}

.view-account-tabs .tabs .selected {
    background: #192348;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 3px 0;
    text-align: center;
}

.view-account-tabs .tabs .selected h4,
.view-account-tabs .tabs .selected i {
    color: white;
}

.view-account-tabs .divider {
    margin-bottom: 20px;
    height: 3px;
    width: 100%;
    background: #192348;
}

.view-account-tabs .divider.bottom {
    margin-bottom: 0;
    margin-top: 20px;
}

.view-account-tabs .tabs-logo {
    width: 150px;
    float: right;
}

/*.view-account .left-nav .row.head:first-child {
margin-top: 0;
}*/
.view-account .left-nav .row.head {
    cursor: pointer;
    margin-bottom: 15px;
}

.view-account .left-nav .row.head .left {
    padding-left: 0;
}

.view-account .left-nav .row.head .right {
    padding-right: 0;
    text-align: right;
}

.view-account .left-nav .row.head button {
    width: 100%;
}

.view-account .left-nav h4 {
    cursor: pointer;
    /*border-bottom: 1px solid #2978b6;*/
    padding-bottom: 5px;
}

.view-account .left-nav h5 {
    width: 200px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid;
    margin-top: 10px;
    color: #192348;
    font-weight: 800;
    font-size: 16px;
}

.view-account .left-nav h5.first {
    margin-top: 0;
}

.view-account .left-nav .skyscraper {
    border: 2px solid #ccc;
    padding: 300px 50px;
    width: 200px;
    margin: 50px auto;
}

.view-account .left-nav .skyscraper {
    border: 2px solid #ccc;
    padding: 300px 50px;
    width: 200px;
    margin: 50px auto;
}

.view-account p {
    cursor: pointer;
    font-size: 16px;
}

.view-account .content-container .title {
    padding: 5px 10px 25px;
}

.view-account .content-container .title2 {
    padding: 0px 10px;
}

.view-account .content-container .title .right {
    text-align: right;
}

.view-account .content-container .repeat {
    padding: 0 25px;
}

.noPad {
    padding: 0 !important;
}

.view-account .content-container .inner-tabs {
    margin-bottom: 20px;
    border-bottom: 1px solid #192348;
    margin: 15px 0;
}

.view-account .content-container .col:nth-child(2) {
    text-align: right;
}

.view-account .content-container button.bg-blue {
    margin-right: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
    /*box-shadow: none;*/
}

.view-account .content-container button.bg-blue.rounded {
    border-radius: 5px !important;
}

.view-account .content-container .filter button {
    margin: 0;
    padding: 5px 10px;
    margin-left: 5px;
}

.view-account .content-container .filter select {
    float: unset;
    margin: 0;
    padding: 4px;
    margin-right: -22px;
}

.view-account .content-container .filter .option {
    margin-right: 5px;
}

.view-account .product-list .item-container {
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
}

.view-account .product-list .row.title {
    padding-bottom: 20px;
}

.view-account .product-list .row .img,
.view-account .product-list .row .img img {
    max-width: 100%;
    max-height: 150px;
    text-align: center;
    margin-bottom: 10px;
    width: auto;
}

.item-container.watching img {
    max-height: 100px;
}

.view-account .list .col .row {
    background: #eee;
    padding: 2px;
    margin-bottom: 2px;
}

.view-account .list .col .transactions .row {
    padding: 2px 0;
    cursor: pointer;
}

.view-account .list .col .transactions .data:nth-child(even) .row {
    background: #fff;
}

.view-account .list .col .transactions .line-items {
    border-top: 1px solid black;
    padding-top: 10px;
}

.view-account .list .col .transactions .line-item:last-child {
    margin-bottom: 10px;
}

.view-account .list .col .transactions .row:nth-child(even) {
    background: #fff;
}

.view-account .list .col .row:nth-child(even) {
    background: #fff;
}

.view-account .list .col .row span.seller {
    border-bottom: 1px dotted #192348
}

.view-account .list .col .row span.seller-rating,
.view-account .list .col .row b.seller-rating {
    color: #d8a14b;
}

.view-account .product-list .row .price {
    text-align: center;
    font-size: 20px;
    display: grid;
    padding: 10px 30px;
}

.view-account .product-list .row .price img {
    height: 35px;
}

.view-account .product-list span.seller-label {
    background: #9fbd47;
    padding: 2px;
    border-radius: 5px;
    color: white;
}

.view-account .product-list span.seller-rating,
.view-account .product-list b.seller-rating {
    color: #d8a14b;
}

.view-account .account-data-container {
    padding: 0 15px 0 25px;
}

.view-account .account-data-container.personal-info .title {
    background: #ebedec;
    border-radius: 3px;
}

.view-account .account-data-container.personal-info h3 {
    font-size: 14px;
}

.view-account .account-data-container .title,
.view-account .account-data-container .data {
    padding: 5px 10px;
}

.view-account .account-data-container .data input {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 1.5;
    color: #2978b6;
    margin: 0;
    border: none;
    width: 100%;
    width: calc(100% - 50px);
}

.view-account .account-data-container .data .fa-pencil-alt {
    position: absolute;
    margin-left: -20px;
    margin-top: 10px;
}

.flexible-capitalize {
    text-transform: capitalize;
}

.view-account .account-data-container.personal-info .row {
    padding: 2px 10px;
    border: 1px solid #ccc;
    padding: 0 !important;
    background: none !important;
    margin-bottom: 5px !important;
    border-radius: 3px;
}

.view-account .account-data-container.personal-info button.blue {
    min-width: 65px;
}

.view-account .account-data-container .col,
.view-account .account-data-container .row {
    background: transparent !important;
}

.view-account .account-data-container.membership-details .col-md-4 {
    padding: 5px !important;
}

.view-account .account-data-container.membership-details .col-md-4 .box {
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 5px;
    height: 500px;
    padding: 40px 20px;
}

.view-account .account-data-container.membership-details .row.button {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.view-account .account-data-container.membership-details button.full {
    width: calc(100% - 15px);
    margin-left: -20px;
}

.view-account .search {
    border: 1px solid #192348;
    border-radius: 5px;
    padding: 5px 25px;
    height: 31px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 65px;
}

.view-account .go {
    height: 31px;
    display: inline-block;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
    font-size: 12px;
    padding: 6px 12px 0 12px;
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.view-account .filter .container-checkbox {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: -10px;
}

.view-account .sell-controls .col-md-6.right {
    text-align: right;
}

.view-account .sell-controls .btn {
    margin-top: 5px;
    text-align: center;
}

.view-account .sell-controls .btn.top {
    margin-top: 20px;
}

.view-account .sell-controls .center {
    text-align: center;
}

.view-account .sell-controls .center b {
    float: none !important;
}

.view-account .title .right {
    padding-right: 5px;
}

.view-account .title .right .container-checkbox .checkmark {
    right: 0 !important;
    left: unset !important;
}

.view-account .col-md-9.detail {
    padding-right: 30px;
}

.view-account .strike-deal .notes {
    height: calc(100% - 10px);
}

.view-account .strike-deal .divider {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-top: 20px;
}

.view-account .sad-counter,
.view-account .sad-expires {
    text-align: center;
}

.view-account .sad-counter b {
    float: none;
}

.view-account .strike-deal .row {
    height: 100%;
}

.view-account .sad-expires {
    font-weight: bold;
    color: red !important;
}

.view-account .red,
.view-account .green {
    font-weight: bold;
}

.view-account .sad-expires b {
    float: none;
}

.view-account .strike-deal span.pound {
    position: absolute;
    left: 22px;
    bottom: 7px;
}

.view-account .strike-deal .counter-offer {
    width: 50% !important;
    padding-left: 20px;
}

.view-account .strike-deal button {
    margin: 0 !important;
    float: right;
    margin-bottom: 5px !important;
}

.view-account .strike-deal-action {
    margin: 10px -15px 10px -10px;
}

.view-account .strike-deal-status {
    text-align: center;
}

.view-account .seller-list {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
}

.view-account .seller-list .head,
.view-account .seller-list .data {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.view-account .seller-list .head {
    font-weight: bold;
}

.view-account .feedback {
    margin: 0 20px;
}

.view-account .feedback .row {
    background: transparent !important;
    padding: 5px !important;
    margin-bottom: 0 !important;
}

.view-account .feedback .shadow {
    box-shadow: 0 3px 18px -6px rgba(0, 0, 0, .2);
}

.view-account .feedback .box {
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
}

.view-account .feedback .box .col {
    padding: 0;
}

.view-account .feedback .box.list {
    margin: 0 -10px !important;
    text-align: left !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.view-account .feedback .right button {
    margin-right: 0 !important;
}

.view-account .feedback .right {
    text-align: right !important;
}

.view-account .feedback .right .checkmark {
    right: 0;
    left: unset;
}

.view-account .feedback .tabs {
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
    padding: 0 5px !important;
}

.view-account .feedback .tabs .col-md-4 {
    padding: 5px 0;
}

.view-account .feedback .tabs .col-md-4.active {
    background: #192348;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 5px 0;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.view-account .feedback .repeat {
    border-top: 1px solid #ccc;
    margin: 5px -5px;
}

.view-account .feedback .repeat.no-found span {
    margin-left: 15px;
}

.view-account .feedback .top {
    padding: 8px 20px !important;
    align-items: center;
    margin: 0 -5px !important;
}

.view-account .feedback .top:not(:first-child) {
    border-top: 1px solid #ccc;
}

.view-account .feedback .top.inner {
    padding: 15px 20px !important;
}

.view-account .table {
    padding: 20px;
    font-size: 12px;
}

.view-account .table .head {
    font-weight: bold
}

.view-account .transactions .right {
    text-align: right;
}

.view-account .bank {
    padding: 0 20px;
}

.view-account .bank img {
    max-width: 500px;
}

.view-account .bank i,
.view-account .bank h4 {
    display: inline-block;
}

.view-account .bank h5 {
    padding: 10px;
}

.view-account .bank .row {
    background: transparent !important;
    text-align: center;
    align-items: center;
}

.view-account .message-container {
    margin: -5px;
    height: 100vh !important;
    position: initial;
    background: white;
}

.view-account .message-container .head {
    font-weight: bold;
    margin: 20px 0 15px;
}

.view-account .message-container .data {
    padding: 15px;
    border-top: 1px solid #ccc;
    margin-top: 5px;
    cursor: pointer;
    background: #f5f5f5;
}

.view-account .message-container .data.unread {
    font-weight: bold;
    background: white;
}

.view-account .message-container .data .status {
    padding: 2px 5px;
    border-radius: 5px;
    display: inline-block;
    color: white;
    margin-right: 5px;
}

.view-account .message-container .data .status.green {
    background: darkseagreen;
}

.view-account .message-container .data .status.grey {
    background: lightsteelblue;
}

.view-account .message-container .data .status.red {
    background: #e53032;
}

.view-account.messaging .number {
    background: #e53032;
    position: absolute;
    font-size: 8px;
    padding: 2px 6px;
    border-radius: 100%;
    margin-left: 10px;
    margin-top: 2px;
    color: white;
}

.view-account.messaging .single-message {

}

.view-account.messaging .single-message select {
    max-width: 100%;
}

.view-account.messaging .single-message .pre-head {

}

.view-account.messaging .single-message .right {
    text-align: right;
    cursor: pointer;
}

.view-account.messaging .single-message .inner {
    border: 1px solid #ccc;
    padding: 10px;
    max-width: 60%;
    margin: 10px;
    border-radius: 10px;
    word-wrap: break-word;
}

.text-right {
    text-align: right;
}

.view-account.messaging .single-message .inner .ebg-logo {
    max-width: 200px;
}

.view-account.messaging .single-message .inner .head .logo-container {

}

.view-account.messaging .single-message .inner .head .sys-title {
    margin: 20px -15px;
}

.view-account.messaging .single-message .inner .head .sys-title h3 {
    color: green !important;
}

.view-account.messaging .single-message .inner .body {
    margin-left: -30px;
    padding-bottom: 0;
}

.view-account.messaging .single-message .inner .body .content {
    margin-top: 10px;
}

.view-account.messaging .single-message .inner .body .xl-pad {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
}

.view-account.messaging .single-message .inner .body .image-container {
    border: 1px solid #e5e5e5;
    height: 100%;
}

.view-account.messaging .single-message.dispute .info {
    padding: 10px;
    margin: 20px 0;
    border: 5px solid #ccc;
}

.view-account.account .inner-tabs {
    padding: 0 10px;
}

.view-account .business-details .section {
    background: transparent !important;
    padding: 10px !important;
    border-top: 1px solid #ccc;
    margin: 0 10px;
    padding-top: 20px !important;
}

.view-account .business-details .section .col-md-3 {

}

.view-account .business-details .section .col-md-9 {
    text-align: left;
    margin-bottom: 10px;
}

.view-account .business-details .section .cancel {
    align-items: center;
    display: grid;
    color: gray;
}

.view-account .importer {
    padding: 10px;
    text-align: center;
}

.view-account .importer .row {
    background: transparent !important;
}

.view-account .importer img {
    max-width: 100%;
    padding: 0 50px;
}

.view-account .importer button {
    margin-top: 10px;
}

.view-account .importer.applications .app {
    width: 30px !important;
    height: auto !important;
    min-height: 30px !important;
    padding: 0;
}

.view-account .importer.applications .box {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0;
}

.view-account .importer.applications .box .col-md-4,
.view-account .importer.applications .box .col-md-3 {
    align-items: center;
    display: grid;
}

.view-account .importer.applications .box .terms {
    font-size: 10px;
}

.view-account .importer.applications .box .pointer {
    cursor: pointer;
}

.view-account .importer.applications .box.depressed img,
.view-account .importer.applications .box.depressed button {
    filter: grayscale(100%);
}

.view-account .importer.guide {
    text-align: left !important;
}

.view-account .importer.guide .divider,
.view-account .promotions .divider {
    width: 100%;
    height: 1px;
    background: #192348;
    margin: 10px 0;
}

.view-account .importer.guide .tight {
    padding: 0 !important;
}

.view-account .promotions .row {
    text-align: left;
}

.view-account .promotions .container-checkbox {
    margin-top: -12px;
}

.view-account .promotions .right {
    text-align: right;
}

.view-account .holiday h5 {
    padding: 0;
}

.view-account .inner-tabs .flex-fix {
    flex-basis: auto;
}

/* Paypal */

.view-account .paypal__bnpl {
    padding: 5px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-account .paypal__bnpl .paypal__bnpl-button {
    height: auto !important;
    width: auto !important;
    border-radius: 5px !important;
    color: white;
}

.view-account .paypal__bnpl span {
    padding: 5px;
}

.featured .ebg_paypal-banner.col-12 {
    padding: 0 12% 1rem;
}

.view-checkout .ebg_paypal-banner.col-12 {
    padding: 0 12% 1rem;
}

/* Paypal END */

@media (min-width: 320px) and (max-width: 768px) {
    .view-account .paypal__bnpl span {
        max-width: 155px;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .view-account .paypal__bnpl span {
        max-width: 270px;
    }
}

/* ACCOUNT UPLOADS */
.view-account .business-details .fa-times-circle {
    position: absolute;
    right: 20px;
    top: -10px;
    background: red;
    border-radius: 100%;
    color: white;
    cursor: pointer;
}

.view-account .business-details .ebg__account-delete-media {
    position: absolute;
    right: 10px;
    top: 11px;
    background: red;
    color: white;
    cursor: pointer;
    font-weight: 700;
    font-size: .7rem;
    padding: 5px;
    height: auto;
}

.view-account .business-details .logo {
    max-width: 100%;
}

/* ACCOUNT MODALS */
.activity-modal .content {
    position: fixed;
    min-height: 500px;
    width: 450px;
    top: calc(50vh - 250px);
    left: calc(50vw - 225px);
    border-radius: 5px;
    border: 1px solid #ccc;
    z-index: 1001;
    padding: 40px 10px 10px 10px;
    box-shadow: 0 3px 18px -6px rgba(0, 0, 0, .2);
    background: white;
}

.activity-modal .content .head {
    text-align: center;
}

.activity-modal .content .fa-times {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    cursor: pointer;
}

.activity-modal .content .body {
    height: 250px;
    text-align: center;
    display: grid;
}

.view-account .activity-modal .content .body {
    height: 300px;
    text-align: center;
    display: grid;
    align-items: center;
}

.activity-modal .content .footer {
    text-align: center;
}

.view-account .activity-modal .content .footer {
    text-align: center;
    display: grid;
    align-items: end;
    height: 110px;
    padding: 0 10px;
}

.activity-modal .content select {
    width: calc(100% - 50px);
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.activity-modal .mask {
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.activity-modal.seller-modal textarea {
    margin-left: 25px !important;
    margin-right: 25px !important;
    width: calc(100% - 50px);
}

.activity-modal.seller-modal .recipient,
.activity-modal.seller-modal .message {
    margin: 20px 0;
}

.activity-modal.seller-modal .content .body {
    height: unset;
}

.activity-modal.seller-modal label {
    font-weight: bold;
}

/*.activity-modal.seller-modal.sell-modal .content {
max-height: 250px;
top: calc(50vh - 125px);
}*/
.cancel-modal .content {
    padding: 0 !important;
}

.cancel-modal .head {
    padding: 15px;
}

.cancel-modal .cancel-listing {
    padding: 40px;
}

.cancel-modal button,
.cancel-modal .content .head {
    background: #e53032;
}

.cancel-modal .content .head h2 {
    color: white !important;
}

.address-modal button {
    width: 80% !important;
}

.address-modal .footer .right button {
    margin-right: 5px;
}

.address-modal .footer .left button {
    margin-left: 5px;
}

.address-modal .content,
.address-modal .head,
.address-modal .body,
.address-modal .footer {
    height: unset !important;
}

.address-modal .body,
.address-modal .footer {
    margin-top: 10px;
}

.address-modal .row select {
    margin-top: 10px;
    margin-bottom: 20px;
}

.address-modal .content {
    top: 50px !important;
}

.address-modal input,
.address-modal select,
.address-modal .clickdown,
.view-user-modal .clickdown {
    width: 80% !important;
    text-align: center;
}

.address-modal .clickdown,
.view-user-modal .clickdown {
    cursor: pointer;
    margin: auto;
}

.view-user-modal .brand-dropdown,
.address-modal .brand-dropdown {
    border: 1px solid #ccc;
    width: 80%;
    margin: auto;
    border-radius: 5px;
    margin-top: 10px !important;
    padding-top: 10px;
    cursor: pointer;
    max-height: 250px;
    overflow: scroll;
    text-align: center;
}

.address-modal select {
    float: none !important;
}

.address-modal .row {
    margin-bottom: 10px;
}

.address-modal .left {
    text-align: left;
}

.address-modal .right {
    text-align: right;
}

.address-modal .content {
    width: 700px;
    left: calc(50vw - 350px);
}

.address-modal .footer {
    padding: 0 35px;
}

.address-modal input {
    text-align: left !important;
}

/* SHOP */
.view-shop .header {
    text-align: center;
}

.view-shop .header .col {
    max-height: 300px;
    overflow: hidden;
}

.view-shop .info {
    max-width: 1000px;
    margin: auto;
}

.view-shop .header img {
    max-width: 100vw;
    height: 100%;
}

.view-shop .info {
    margin-bottom: 50px;
}

.view-shop .info .picture {
    margin-top: -50px;
    background: white;
    padding: 20px;
    box-shadow: 0 3px 18px -6px rgba(0, 0, 0, .2);
}

.view-shop .info .picture img {
    width: 100%;
}

.view-shop .info .description {
    margin-top: 20px;
}

.view-shop .filter .skyscraper {
    padding: 300px 78px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border: 2px solid #ccc;
    margin: 100px 0 0 0;
}

.view-shop .sort .center {
    text-align: center;
    align-self: center;
}

.view-shop .sort .left {
    align-self: center;
    text-align: left;
}

.view-shop .sort .right {
    text-align: right;
}

.view-shop .search {
    border: 1px solid #192348;
    border-radius: 5px;
    padding: 5px 15px;
    height: 31px;
    width: 100%;
    padding-right: 80px;
}

.view-shop .go {
    height: 31px;
    display: inline-block;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
    font-size: 12px;
    padding: 6px 12px 0 12px;
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.view-shop .product-grid {
    padding-left: 30px;
}

.view-shop .sort {
    padding-left: 20px;
    margin-bottom: 10px;
}

.view-shop .item-container {
    margin-top: 20px;
    /*padding: 15px;*/
    margin-bottom: 20px;
    border-radius: 5px !important;
}

.view-shop .item-container .was {
    max-width: 49% !important;
}

.filter .category {
    padding-left: 10px;
    padding-top: 5px;
    cursor: pointer;
}

.filter .category.primary {
    padding-top: 5px;
    padding-left: 0;
}

/* CART */
.view-cart-modal .mask {
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.view-cart-modal .content {
    position: fixed;
    height: 350px;
    width: 400px;
    top: calc(50vh - 225px);
    left: calc(50vw - 200px);
    border-radius: 5px;
    border: 1px solid #ccc;
    z-index: 1000;
    padding: 10px;
    background: rgb(255, 255, 255, .7);
    box-shadow: 0 3px 18px -6px rgba(0, 0, 0, .2);
}

.view-cart-modal .content-listing {
    position: fixed;
    height: 350px;
    width: 600px;
    top: calc(50vh - 225px);
    left: calc(50vw - 300px);
    border-radius: 5px;
    border: 1px solid #ccc;
    z-index: 1000;
    padding: 10px;
    background: rgb(255, 255, 255, .7);
    box-shadow: 0 3px 18px -6px rgba(0, 0, 0, .2);
}

.view-cart-modal .content .head {
    height: 65px;
    text-align: center;
    display: grid;
    align-items: center;
}

.view-cart-modal .content-listing .head {
    height: 65px;
    text-align: center;
    display: grid;
    align-items: center;
}

.view-cart-modal .content .body {
    max-height: 150px;
}

.view-cart-modal .content-listing .body {
    max-height: 150px;
}

.view-cart-modal .content .body img {
    max-width: 100%;
    max-height: 100px;
}

.view-cart-modal .content .body .col-md-6:first-child {
    text-align: center;
}

.view-cart-modal .content .body button {
    margin-bottom: 10px;
}

.view-cart-modal .fa-times {
    position: absolute;
    right: 20px;
    top: 20px;
}

.fa-times {
    font-size: 20px;
    opacity: 0.5;
}

.view-cart-modal span.price {
    font-size: 25px;
}

.view-cart-modal__container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 1rem;
    height: 350px !important;
    padding: 20px;
    /* top: calc(50vh - 150px); */
}

@media only screen and (max-width: 760px) {
    .view-cart-modal__container {
        height: 470px !important;
        top: calc(40vh - 150px);
    }
}

.view-cart-modal__title {
    text-align: center;
    font-style: italic;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 24px;
}

.view-cart-modal__subtitle {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.view-cart-modal__content {
    font-size: 26px;
    color: #2978b6;
    text-align: center;
}

@media only screen and (max-width: 760px) {
    .view-cart-modal__content {
        margin-top: 25px;
    }
}

.view-cart-modal__terms {
    padding-left: 21px !important;
}

.view-cart-modal__terms label {
    font-size: 18px;
}

.view-cart-modal__footer p {
    text-align: center;
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.view-cart-modal.clear input[type=checkbox] {
    transform: scale(2);
    text-align: left;
    margin-right: 10px;
}

.view-cart {
    padding-top: 40px;
}

.view-cart input::-webkit-outer-spin-button,
.view-cart input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.view-cart input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.view-cart .product-list .products {
    margin: 15px -15px 0;
}

.view-cart .product-list {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
}

.view-cart .item-container {
    padding: 15px;
    margin: 0 15px;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

.view-cart .item-container .grey {
    color: gray;
    line-height: 1;
}

.view-cart .item-container .was {
    text-decoration: line-through;
}

.view-cart .item-container .pricing,
.view-cart .item-container .quantity {
    text-align: right;
}

.view-cart .item-container .quantity input {
    width: 50px;
    text-align: center;
}

.view-cart .item-container .seller {
    font-size: 16px;
}

.view-cart .item-container .bottom {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin: 10px 0 0;
}

.view-cart .item-container .bottom .col-md-6 {
    padding: 0;
}

.view-cart .item-container .save-remove {
    text-align: right;
}

.view-cart .price {
    font-weight: bold;
    font-size: 22px;
    padding-right: 15px;
}

.view-cart .totals .seller h2 {
    display: inline;
    padding-left: 20px;
}

.view-cart .totals .seller .right {
    text-align: right;
}

.view-cart .totals .seller .sell {
    font-size: 18px;
}

.view-cart .totals {
    /*padding: 15px 15px 0;
margin: 15px;*/

    /*padding: 15px 0 0;*/
    margin: 15px 0;

    /*border-top: 1px solid #ccc;*/
    margin-bottom: 5px;
}

.view-cart .total-price {
    margin-top: 10px;
    padding-top: 5px;
}

.view-cart .totals button {
    margin-bottom: 10px;
}

.view-cart .totals .row .col:nth-child(2) {
    text-align: right;
}

.view-cart .totals .total {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 5px;
}

.view-cart .img {
    text-align: center;
}

.view-cart .img img {
    max-height: 125px;
    max-width: 100%;
}

.view-cart .divider {
    height: 2px;
    background: #ccc;
    /*margin: 20px 20px 10px 20px;*/
    margin: 20px;
}

.view-cart .right {
    text-align: right;
}

.view-cart .product-list {
    margin: 15px 0;
}

.view-cart-modal.clear {
    text-align: center;
}

.view-cart-modal.clear .col-12 {
    margin-bottom: 20px;
}

.view-cart-modal.clear .content {
    height: 200px;
    top: calc(50vh - 100px);
}

.view-cart-modal.clear .content-listing {
    height: 330px;
    top: calc(50vh - 150px);
}

/* CHECKOUT */
.view-checkout .payment {
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
    margin: 10px 0;
    padding: 15px;
    font-size: 16px;
}

.view-checkout .payment .row {
    margin-top: 10px;
}

.view-checkout .payment .row:not(:first-child) {
    /*border-top: 1px solid #ccc;
padding-top: 20px;*/
}

.view-checkout .payment img {
    width: 125px;
}

.view-checkout .item-container {
    box-shadow: none !important;
    margin: 0;
    padding: 0;
}

.view-checkout .center {
    text-align: center;
}

.view-checkout .pointer {
    cursor: pointer;
}

.view-checkout .product-list {
    box-shadow: none;
}

.pointer {
    cursor: pointer;
}

.view-checkout .ship-to {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 0;
}

.view-checkout .item.img img {
    width: 100%;
    padding-left: 15px;
}

.view-checkout .title input {
    width: 50px;
}

.view-checkout .payment .divider {
    width: 100%;
    background: #ccc;
    height: 1px;
    margin: 20px 0 10px 0;
}

.view-checkout .payment .total {
    margin-bottom: 25px;
}

.view-checkout .price {
    font-size: 20px;
}

/* ORDER CONFIRMATION */
.view-order-confirmation {

}

.view-order-confirmation .modal {
    width: 500px;
    margin: 20vh auto;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 0 20px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
}

.view-order-confirmation .modal .row {
    margin-top: 10px;
}

/* STRIKE A DEAL */
.view-strike-a-deal {

}

.view-strike-a-deal .total h5 {
    font-size: 20px;
    margin-top: 5px;
}

.view-strike-a-deal .gap {
    margin-top: 5px;
}

.view-strike-a-deal .total {
    font-size: 20px;
}

.view-strike-a-deal .box .row {
    padding: 5px 15px;
}

.view-strike-a-deal .box .row .col {
    padding: 10px;
    height: 80px;
    text-align: center;
}

.view-strike-a-deal .box.detail .row .col {
    padding: 0;
    height: unset;
}

.view-strike-a-deal .box.detail .row {
    padding: 2px 15px;
}

.view-strike-a-deal .box .row .col.message {
    padding: 0;
    border: none;
}

.view-strike-a-deal .box .row .col textarea {
    height: 80px;
    border-radius: 5px;
}

.view-strike-a-deal .message {
    margin-bottom: 10px;
}

.view-strike-a-deal .action {
    align-items: center;
}

.view-strike-a-deal .box h4 {
    display: inline-block;
}

.view-strike-a-deal .box input {
    width: 137px;
    border-radius: 5px;
}

.view-strike-a-deal .content {
    height: 400px;
    width: 600px;
    top: calc(50vh - 200px);
    left: calc(50vw - 300px);
    padding: 0;
}

.view-strike-a-deal .content .body img {
    height: 100px;
    margin: auto;
    width: auto;
}

.view-strike-a-deal .content .body .top {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.view-strike-a-deal .img {
    text-align: center;
}

.view-strike-a-deal button {
    margin-top: 10px;
}

.view-strike-a-deal .container-checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 5px;
}

.view-strike-a-deal .container-checkbox input {
    position: unset;
    width: unset;
}

.view-strike-a-deal .checkbox-label {
    margin-bottom: 5px;
}

.view-strike-a-deal .content .body {
    padding: 0 15px;
    max-height: unset;
}

.view-strike-a-deal .content .head {
    background: #2978b6;
    margin-bottom: 20px;
    padding: 0 20px;
}

.view-strike-a-deal .content .head h4 {
    color: white;
}

/* VIEW ERROR */
.view-error {
    width: 300px;
    text-align: center;
    min-height: 200px;
    font-size: 16px;
    margin: 30px auto;
}

.view-error .icon i {
    font-size: 2.5em;
}

.view-error .message {
    margin: 30px 0;
}

.view-error .button button {
    font-size: 14px;
}

.error-message {

}

.error-message .view-error {
    left: calc(50vw - 150px);
    position: fixed;
    top: calc(50vh - 100px);
    z-index: 1000;
    background: white;
    padding: 20px;
    border-radius: 5px;
}

.error-message .mask {
    width: 100vw;
    height: 100vw;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

/* PAGINATION */
.view-search .foot,
.view-shop .foot {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

.pagelimit {

}

.pagelimit select {
    width: 50px;
    margin-left: 0;
}

.pagelimit span {
    margin-left: 4px;
    line-height: 2.2;
}

.pagination {
    text-align: center;
    float: right;
}

.pagination .back,
.pagination .page,
.pagination .forward {
    display: inline-block;
    background: #2978b6;
    padding: 7px 10px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.pagination .forward {
    margin-left: 1px;
}

.pagination .page {
    margin-left: 1px;
    margin-right: 1px;
}

.pagination .back.active,
.pagination .page.active,
.pagination .forward.active {
    opacity: 0.5;
    cursor: default;
}

.back.all,
.forward.all {
    padding: 7px 6px;
}

/* ORDER NOTE */
.view-order-note {
    height: 297mm;
    width: 210mm;
    position: fixed;
    left: 0;
    top: 0;
    /*overflow: hidden;
border: 1px solid black;*/
    padding-top: 50px;
}

.view-order-note .body,
.view-order-note .table,
.view-order-note .returns,
.view-order-note .footer {
    margin-top: 25px;
}

.view-order-note .footer h1,
.view-order-note .footer h2,
.view-order-note .footer p {
    margin-top: 10px;
}

.view-order-note .table .col-1-5,
.view-order-note .table .col-2,
.view-order-note .table .col-4,
.view-order-note .table .col-5,
.view-order-note .table .col-6,
.view-order-note .table .col-8 {
    border: 1px solid black;
    border-left-width: 0;
    border-top-width: 0;
    border-right-width: 0;
}

.view-order-note .right {
    text-align: right;
}

.view-order-note .top-border {
    border-top: 1px solid black !important;
}

.view-order-note .left-border {
    border-left: 1px solid black !important;
}

.view-order-note .right-border {
    border-right: 1px solid black !important;
}

.view-order-note .bottom-border {
    border-bottom: 1px solid black !important;
}

.view-order-note .footer {
    text-align: center;
}

.dashloader {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: white;
    height: 100%;
    text-align: center;
    padding-top: 25vh;
    /*display: none;*/
}

.dashloader img {
    height: 50px;
    z-index: -1;
}

.container.featured .four-repeat {
    display: block !important;
}

.container.featured .three-repeat {
    display: none !important;
}

.view-home .item-container,
.sellers-other .item-container {
    height: 100%;
    min-height: 375px;
    /*min-height: 420px;*/
}

/*.mobile-menu {
  display: none;
}*/
.mobile-menu-bar {
    display: none !important;
}

/* SMALL PHONE */
/* @media (max-width: 319px)  {
  .app {

  }
} */

@media only Screen and (max-width: 991px) {
    header .mob-drop {
        display: none;
    }

    .view-search .sort button.bg-navy {
        display: none;
    }

    .sortDropdown {
        margin-right: 0;
    }

    .sortContainer i {
        right: 20px;
    }

    .view-search .foot .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        ms-flex: 0 0 100%;
        text-align: center;
    }

    .view-search .foot .col-md-6 select {
        float: none;
        display: block;
        text-align: center;
        margin: auto;
    }

    .view-search .foot .col-md-6 .pagination {
        float: none;
        margin: 10px auto;
    }
}

/* MOBILE MENU SHOW */
@media (min-width: 320px) and (max-width: 768px) {
    .mobile-menu-bar,
    .mobile-menu-toggle {
        display: flex !important;
        color: #192348;
    }

    header .main .mobile-img {
        width: 130px;
        display: block;
        padding-bottom: 5px;
        margin: auto;
    }

    /*header .mobile-img {
    width: 75px;
    display: block;
    padding-bottom: 5px;
  }*/
    header .main .desktop-img {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 960px) {
    .main .col-md-2 {
        text-align: center;
    }

    header .main img {
        max-width: 100%;
        width: 150px;
        margin-bottom: 10px;
    }
}

/* LARGE PHONE */
@media (min-width: 320px) and (max-width: 600px) {
    .view-home .item-container b {
        text-align: center;
        float: none;
    }

    .specIcons img {
        height: 30px;
        margin-top: 10px;
        padding: 0;
    }

    .view-account.messaging .row.data .col-12 {
        margin-left: 25%;
    }

    .view-account .tab .col .row .col-lg:nth-child(2),
    .view-account .tab .col .row .col:nth-child(2) {
        display: none;
    }

    .view-home .s-front .col-sm .bottom {
        padding: 5px 15px;
    }

    .view-listing .meta .content .tabs {
        display: none;
    }

    .view-listing .meta .content .logo {
        border-bottom: 1px solid #192348;
        margin-bottom: 20px;
    }

    .view-cart-modal.clear .content-listing {
        max-width: calc(100% - 10px);
        left: 5px;
    }

    .view-listing .listing .img .carousel .image img {
        height: 50px !important;
        width: auto !important;
    }

    .view-shop .sort .center {
        margin: 10px 0;
    }

    .preloader img {
        left: calc(50vw - 20px);
        top: calc(50vh - 20px);
    }

    .view-home .item-container {
        height: unset !important;
    }

    .view-listing .lightbox .content .featured {
        width: 100% !important;
        padding: 0 0 0 0;
        margin: 0;
    }

    .view-listing .lightbox .image {
        text-align: center;
    }

    .view-listing .lightbox .content .cont {
        /*width: 100%;*/
    }

    .view-listing .lightbox .content .inner {
        padding-right: 0;
    }

    .view-listing .lightbox .content .fa-times {
        position: fixed;
        right: 0;
        z-index: 999;
    }

    .view-home .col-sm {
        margin-bottom: 20px;

        margin-bottom: 20px;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    /*.view-listing .lightbox .content .imgs-container:nth-child(2) {
    display: none;
  }*/
    .view-listing .left-cont,
    .view-listing .right-cont {
        margin: unset !important;
    }

    .view-listing .lightbox .content .featured img {
        max-width: 100%;
        height: auto;
    }

    #slideshow.desktop,
    .desktop-slide,
    #slideshow.tablet,
    .tablet-slide {
        display: none !important;
    }

    #slideshow.mobile {
        display: block !important;
    }

    .item-container3 .col-sm {
        margin: 5px 15px;
    }

    .featured.automotive .item-container {
        min-height: 445px;
    }

    .view-cart .col-8.text-center {
        max-width: 100%;
        font-size: 100%;
        flex: 100%;
    }

    /* CONTAINER */
    .view-listing .listing .img .featured {
        margin: 1rem;
    }

    .container.featured .four-repeat {
        display: none !important;
    }

    .container.featured .three-repeat {
        display: block !important;
    }

    .to-top {
        padding: 10px 16px 13px;
    }

    header {
        height: 180px;
    }

    header .top {
        padding: 10px;
        border-bottom: 1px solid #cfcfcf;
    }

    .app {
        overflow-x: hidden;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 155px !important;
    }

    .app .view-home {
        margin-left: -15px;
        margin-right: -15px;
    }

    header .main .col-md-2 {
        text-align: center;
    }

    header .col-md-6.offset-1 {
        margin-left: 0;
    }

    header .col-md-6 .bg-navy {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    header .main .search-container {
        padding: 0;
    }

    header .category,
    header .col-md-6 .bg-blue,
    header .desktop-img,
    header .bottom,
    header .faded,
    header span.text,
    header .total {
        display: none !important;
    }

    header .top .row .col-md-3 .notifications,
    header .top .row .col-md-3 .profile {
        padding-left: 5px;
    }

    header .top .row .col-md-3 .notifications {
        display: none;
    }

    header .top .row .col-md-3 .cart {
        border: none;
    }

    header .hello {
        display: none;
    }

    header .main .col-md-6, header .main .col-md-3, header .main .col-md-2 {
        width: 100% !important;
        flex: 100% !important;
        max-width: 100% !important;
    }

    /* SIGNUP - SIGNIN */
    .signin-container {
        margin: 30px 0;
        width: calc(100% - 30px);
    }

    .signin-container .image {
        display: none !important;
    }

    .signin-container .signin {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        margin-bottom: 30px;
    }

    .signin-container {
        /*display: none;*/
    }

    /* FOOTER */
    footer .row:first-child {
        padding-bottom: 10px;
    }

    footer .col-6.col-md-3 {
        margin-bottom: 10px;
    }

    footer i {
        font-size: 1.5em !important;
    }

    .imgContainer {
        margin-bottom: 30px;
    }

    .view-listing .listing .price {
        margin-top: 10px;
    }

    .view-listing .listing-buttons .col-3:first-of-type {
        padding-left: 15px !important;
    }

    .view-listing .listing-buttons .col-3:last-of-type {
        padding-right: 15px !important;
    }

    .home-title {
        font-size: 2rem;
        letter-spacing: -2px;
    }

    /* HOME PAGE */
    #slideshow {
        height: 200px;
    }

    .pager {
        display: none;
    }

    .view-home .leaderboard {
        padding: 50px;
        margin-top: 20px;
        width: calc(100% - 20px);
    }

    .view-home .why {
        padding: 50px 10px;
    }

    .view-home .values .col-md-3 {
        margin-bottom: 20px;
    }

    .view-home .logos img {
        height: 200px; /* jericho edit - changed from 100% to show logos on mobile */
    }

    .view-home .featured {
        padding: 2rem 1rem;
    }

    /*.view-home .featured .item-container,*/
    .view-listing .sellers-other .item-container {
        margin-bottom: 25px !important;;
        padding: 0 !important;
    }

    .view-listing .sellers-other .item-container {
        /*margin-bottom: 0 !important;*/
        height: unset !important;
    }

    .sellers-other .item-container {
        min-height: 365px;
        height: 100%;
    }

    .view-home .featured .seller .info .row {
        height: unset;
    }

    .view-home .featured .seller .row .area {
        height: 345px; /* Jericho edit: If this screws something else up, we can use 'overflow: scroll' on the container */
        margin-bottom: 25px;
        overflow: scroll;
        max-height: 240px;
    }

    .view-home .item-container .col-12 {
        overflow: hidden;
        padding: 0;
    }

    .view-home .featured .desktop {
        display: none;
    }

    .view-home .scroll-icon {
        display: block !important;
    }

    .view-home .featured .mobile {
        display: block;
        margin-bottom: 20px;
    }

    /* SEARCH */
    .view-search .suggestion_preloader {
        width: 100%;
        position: fixed;
        left: 0;
        top: 140px;
        max-height: 100vh;
        height: 100vh;
    }

    .view-search .suggestion_preloader img {
        width: 50px;
        position: fixed;
        top: calc(50vh - 25px);
        left: calc(50vw - 25px);
    }

    .view-search .filter,
    .view-search .rightadspace,
    .view-search .sort {
        display: none;
    }

    .view-search .product-grid .price .col-md-8 .row,
    .view-shop .product-grid .price .col-md-8 .row {
        float: none;
    }

    .view-search .product-grid .price img,
    .view-shop .product-grid .price img {
        height: 30px;
        margin-top: 15px;
    }

    /* LISTING */
    .view-listing .listing .img .carousel .image.fullWidth .img-container {
        width: 100% !important;
    }

    .left-pad {
        display: none;
    }

    .view-listing .meta .bottom .col-md-6:last-child {
        /* social buttons */
        text-align: center !important;
    }

    .view-listing {
        padding-top: 20px;
    }

    .view-listing .seller-actions {
        width: 100%;
    }

    .view-listing .listing .price .row.border {
        margin-left: 0;
        width: calc(100% - 15px);
    }

    .view-listing .meta .top .col-md-6:last-child {
        /* back to search */
        display: none;
    }

    .view-listing .list {
        width: 100%;
    }

    .view-listing .quantity {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .view-listing .listing .price img {
        height: 30px;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .view-listing button i {
        font-size: 1em !important;
    }

    .view-listing .meta i {
        font-size: 1.5em;
    }

    .view-listing .meta h4 {
        display: none !important;
    }

    .view-listing .meta #display-unhide {
        display: block !important;
    }

    .view-listing .meta {
        padding: 0
    }

    .view-listing .item-container {
        padding: 10px;
    }

    /* SEARCH */
    header .main .search-container .suggestedResults {
        display: none;

        /*display: block;
    max-height: 50vh !important;
    margin-left: -20px;
    width: calc(100vw + 10px);*/
    }

    .view-search .img {
        text-align: center;
    }

    .view-search .item-container .row.title {
        max-width: 95%;
    }

    .view-search .found .right {
        display: block;
        text-align: right;
    }

    .mobile-filter {
        margin-bottom: 30px;
    }

    .view-search .foot {
        text-align: center;
    }

    .view-search .foot select,
    .view-search .foot .pagination {
        margin-top: 20px;
        float: none;
    }

    /* SHOP */
    .view-shop .header img {
        width: 100vw;
        height: 100%;
        margin-left: -15px;
    }

    /* META */
    .view-meta .col-md-2 offset-1 {
        margin-left: 0;
    }

    /* CART */
    .view-cart {
        padding-bottom: 10px;
    }

    .view-cart .col-12.offset-1 {
        margin-left: 0;
    }

    .view-cart .item-container .img {
        padding: 0;
        display: grid;
        align-items: center;
    }

    .view-cart .header .col-2:first-child {
        display: none;
    }

    .view-cart .right {
        text-align: right;
        /* flex: 0 0 33%;
    max-width: 33%; */
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 5px;
    }

    .view-cart .item-container .quantity,
    .view-cart .item-container .pricing {
        margin-top: 20px;
    }

    .view-cart .item-container .quantity {
        text-align: left;
    }

    .view-cart .totals .seller .sell {
        margin-bottom: 10px;
        text-align: center;
    }

    .view-cart .totals .seller .right {
        text-align: center;
        margin: 15px;
    }

    /* CART MODAL */
    .view-cart-modal .mask {
        background: rgba(255, 255, 255, 1);
    }

    .view-cart-modal .content {
        top: 0;
        padding: 30px;
        height: 100vh;
    }

    .view-cart-modal .content .bg-red {
        margin-top: 10px;
    }

    .view-cart-modal .fa-times {
        right: 30px;
        font-size: 1.5em;
    }

    /* STRIKE A DEAL MODAL */
    .view-strike-a-deal .content {
        padding: 25px 50px;
    }

    .view-strike-a-deal .fa-times {
        right: 55px;
    }

    /* CHECKOUT */
    .view-cart {
        padding-top: 20px;
    }

    .view-checkout .payment {
        margin-bottom: 20px;
    }

    /* ACTIVITY */
    .view-account .line-items .col-sm {
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 15px;
    }

    .view-account .sell-control .col-sm {
        margin: 30px;
    }

    /* ACCOUNT */
    .view-account-tabs .tabs .selected,
    .view-account-tabs .tabs .col-3 {
        padding: 6px !important;
        display: grid;
    }

    .view-account .tab .col .row,
    .view-account .left-nav h5 {
        width: 100% !important;
    }

    .view-account .content-container .inner-tabs .col,
    .view-account .content-container .inner-tabs .col button {
        padding-bottom: 8px;
        margin-right: 2px;
        border-radius: 5px;
        /*border-bottom: 1px solid #2978b6;*/
    }

    .view-account .sell-controls {
        margin-top: 10px;
    }

    .view-account .sell-controls .col-md-8 {
        padding: 0;
    }

    .view-account .col-7 {
        width: 100%;
        max-width: 100% !important;
        flex: 100% !important;
    }

    .view-account-tabs .tabs .col-md-4 i {
        display: block;
    }

    .view-account .skyscraper {
        display: none;
    }

    .view-account .content-container .title,
    .view-account .content-container .title .col {
        padding: 0;
    }

    .view-account .content-container .title .col {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .view-account .content-container .col:nth-child(2) {
        display: none;
    }

    .view-account .content-container .col:nth-child(1) {
        /* padding-bottom: 20px; */
    }

    .view-account .content-container .repeat {
        padding: 0;
    }

    .view-account .content {
        margin-right: 0;
        /* width: 370px; */
    }

    .view-account .content-container .title,
    .view-account .content-container .title .col {
        padding: 5px 0px; /* Jericho Edit */
    }

    .view-account .content-container h4 {
        margin: 0
    }

    .view-account .product-list .row.title {
        padding-bottom: 5px;
    }

    .view-account .product-list .item-container {
        padding-top: 0;
    }

    .view-account .product-list .item-container img {
        width: 100%;
        margin-bottom: 10px;
    }

    .view-account .content-container button.bg-blue {
        margin-right: 5px;
    }

    .view-account .col-md-5.detail {
        /*margin-left: 15px;*/
        margin-right: 15px;
    }

    .view-account input.search,
    .view-account .go {
        display: none;
    }

    .view-account h4.watching,
    .view-account h4.watching favourite-sellers {
        margin-left: -12px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .view-account .seller-list,
    .view-account .content-container {
        /*margin-left: -15px;*/
        margin-right: -15px;
    }

    .col-md-9.content-container.account {
        margin-left: -15px;
    }

    .view-account .account-data-container {
        padding: 0;
    }

    .view-account .list {
        width: calc(100% + 30px);
    }

    .view-account .account-data-container.membership-details .col-md-4 .box {
        height: 450px;
    }

    .view-account .feedback {
        margin: 0;
    }

    .view-account .feedback .box.offset-1 {
        margin-left: 0;
    }

    .view-account .feedback .box {
        margin-bottom: 20px;
    }

    .row.box.list {
        margin-top: 20px !important;
    }

    .view-account .business-details .section {
        margin: 0;
    }

    .view-account .business-details .section .cancel {
        text-align: center;
        margin-top: 15px;
    }

    .view-account .importer .col-md-3.offset-3 {
        margin-left: 0;
    }

    .view-account .bank {
        padding: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .view-account h5.create-holiday {
        display: none;
    }

    .view-account .holiday .col-6 {
        text-align: center;
    }

    .view-account .holiday input {
        margin-bottom: 10px;
    }

    .view-account .holiday .col-12.col-md-3.offset-1 {
        text-align: center;
        margin-left: 0;
        margin-top: 30px;
    }

    .view-account .account-data-container.personal-info {
        margin-left: 15px;
        width: calc(100% - 25px);
    }

    .view-account .membership-details {
        width: calc(100% - 15px) !important;
    }

    .view-account .feedback {
        width: calc(100% - 15px) !important;
    }

    .view-account .tab {
        margin-bottom: 10px;
    }

    .view-account .bank img {
        max-width: calc(100% - 30px);
        margin-top: 20px;
    }

    .view-account .account-data-container,
    .view-account .feedback {
        margin-left: 10px;
        width: calc(100% + 10px);
    }

    .view-account .promotions {
        margin-left: 0;
    }

    .view-account .transactions {
        width: calc(100% + 10px);
    }

    .view-account .account {
        width: calc(100% + 25px);
    }

    .view-account .transactions .mobile {
        display: none;
    }

    .view-account .account-buttons {
        padding-right: 0;
    }

    .view-account.messaging .content-container {
        /*margin-left: -15px;*/
    }

    .view-account.messaging .message-container {
        width: calc(100% + 30px);
        margin: 0;
    }

    .view-account.messaging .message-container .action-buttons .col-12 {
        margin-bottom: 10px;
    }

    .view-account.messaging .message-container .col-4:nth-child(1) {
        padding-left: 0;
    }

    .view-account.messaging .message-container .col-4:nth-child(3) {
        padding-right: 0;
    }

    .view-account .message-container .head {
        margin: 20px -15px 15px;
        width: calc(100% + 30px) !important;
    }

    .view-account .message-container .data {
        margin: 20px -30px 15px;
        width: calc(100% + 40px) !important;
    }

    .view-account.messaging {
        width: 100%;
    }

    .view-account .message-container .inner .content-container {
        width: calc(100% + 15px);
    }

    .view-account .message-container {
        margin-left: -15px;
    }

    .view-account.messaging .content {
        margin-left: -15px;
    }

    .view-account.messaging .content-container {
        margin-right: 15px !important;
    }

    .view-account.messaging .content-container .data {

    }

    .view-account.messaging .tab {
        margin-left: 0;
    }

    .view-account.messaging .row.data .col-9 {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .view-account .signout button {
        font-size: 15px;
        padding: 12px;
    }

    .view-account .signout .divider {
        width: 100%;
        height: 2px;
        background: #ccc;
        margin-bottom: 20px;
    }

    .view-account .table { /* Jericho edit to fix text on transaction table */
        padding: 20px;
        font-size: 9px;
    }

    .view-account .content-container .title .right { /* Jericho edit */
        text-align: center;
    }

    .view-listing .listing .img .carousel .image.fullWidth { /* Jericho edit */
        width: 25% !important;
        margin: auto;
    }

    .view-listing .listing .seller-actions .col-4 button { /* Jericho edit */
        width: 100%;
        height: 50px;
    }

    .view-listing .listing .img .carousel { /*Jericho Edit*/
        margin-top: 25px;
        justify-content: center;
    }

    /* VIEW SELL */
    .view-sell .select .search .go {
        position: absolute;
        right: 10px;
        margin-top: 0;
        padding: 14px;
        height: 49px !important;
    }

    .view-sell .max-characters {
        padding: 0 !important;
        padding-top: 10px !important;
    }

    .view-sell .select .search .dropdown {
        margin: auto;
    }

    .view-sell .subcategories .offset-4 {
        margin-left: 0 !important;
    }

    .view-sell .col-10.offset-1 {
        margin-left: 0;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .view-sell .subcategories .col {
        width: 100%;
        display: block;
        flex: unset;
        margin-bottom: 5px;
    }

    .view-sell select {
        margin-left: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .view-sell input {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .view-sell .col {
        min-width: 100%;
    }

    .view-sell .col-2-5,
    .view-sell .col-2,
    .view-sell .col-3,
    .view-sell .col-6,
    .view-sell .col-9 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .view-sell .search .col-6.offset-3 {
        margin-left: 0 !important;
    }

    .view-sell .select .search {
        margin-left: 0;
    }

    .view-sell .cat-select i {
        display: none;
    }

    .view-sell .select .search .dropdown .result {
        margin-left: 0 !important;
    }

    .image-grid .imgs {
        padding: 15px;
    }

    .view-sell .variations .col-1 {
        display: none;
    }

    .image-grid .controls {
        left: calc(50vw - 50px) !important;
    }

    .view-sell .providers .col-2-5 {
        margin-top: 10px;
    }

    .view-sell .add-service .desktop {
        display: none;
    }

    .view-sell .add-service .mobile {
        display: block;
        margin-bottom: 20px;
    }

    .view-sell .row.tab .col-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .view-sell .row.tab .col-6,
    .view-sell .options .col-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .view-sell .image-grid h1 {
        font-size: 15px !important;
    }

    .view-sell .image-grid h2 {
        font-size: 13px;
        padding-bottom: 5px;
    }

    .view-sell .image-grid p {
        margin-left: 2px;
        margin-right: 2px;
    }

    .view-sell .image-grid h3,
    .view-sell .image-grid .and-vad {
        font-size: 11px !important;
    }

    .view-sell .image-grid .instructions {
        margin-bottom: 5px;
    }

    .view-sell .image-grid .fa-plus {
        display: none;
    }

    .view-sell .inner.upload .col-4 {
        display: none;
    }

    .view-sell .image-grid p {
        font-size: 12px;
    }

    .view-sell .image-grid .col-12 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .view-sell .add-service {
        margin-top: 20px;
        text-align: left;
        border-top: 1px solid #ccc;
        padding-top: 20px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }

    .view-sell .divider {
        margin-left: 0;
        width: 100%;
    }

    .view-sell .buttons button {
        margin-bottom: 10px;
    }

    .view-sell .buttons .options {
        margin-top: 25px;
    }

    .view-sell .select .search input {
        width: 100%;
        min-width: unset !important;
        font-size: 12px;
    }

    .view-sell .product-grid .item-container {
        margin-top: 20px;
        margin-bottom: 10px;
        left: 0 !important;
    }

    .view-sell .variable-toggle .listing-variations,
    .view-sell .listing-toggle,
    .view-sell .variable-toggle {
        float: none;
        left: unset !important;
    }

    .info.sell-search {
        display: none;
    }

    .view-sell .variable-toggle,
    .view-sell .image-grid .item .inner .controls,
    .view-sell .upload span {
        left: calc(50% - 30px);
    }

    .view-sell .image-grid .item .inner.upload i {
        margin-bottom: 8px;
    }

    .view-sell .image-grid .item {
        padding: 0 0 10px;
    }

    .view-sell .image-grid .item .inner.upload {
        overflow: hidden;
    }

    .view-sell .image-grid .item .inner.upload video {
        max-height: 140px;
    }

    .view-sell .variable-toggle {
        margin-top: 30px;
    }

    .view-sell .image-grid .item,
    .view-sell .video-grid .item {
        height: 150px !important;
    }

    .view-sell .col-3.status {
        display: none;
    }

    #cke_14,
    #cke_21,
    #cke_29,
    #cke_34,
    #cke_52,
    #cke_66,
    #cke_70,
    #cke_80,
    #cke_83,
    #cke_86 {
        display: none !important;
    }

    /* VIEW USER MODAL */
    .view-user-modal {
        left: 0;
        width: 100vw;
        height: calc(100vh - 50px);
        max-height: unset;
    }

    /* Responsive 30/03/21 */
    .count-tage-col {
        display: none !important;
    }

    header .top .row .col-md-4 .profile {
        margin: 0 .1rem;
    }

    header .top .center {
        text-align: center;
        display: none;
    }

    header .top .right {
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }

    .app .view-home {
        margin-top: 30px;
    }

    header .top .center a {
        width: 100%;
        display: block ruby;
    }

    header .top .row .right {
        padding-right: 10px;
        padding-left: 0;
    }

    header .head-tab-1 {
        margin-right: .2rem !important;
        display: none !important;
    }

    header .head-tab-2 {
        margin-right: .2rem !important;
    }

    header .head-tab-3 {
        margin-right: .2rem !important;
    }

    header .head-tab-4 {
        margin: 0 .2rem !important;
    }

    i.searchIcon {
        left: 19px !important;
    }

    header .main .search-container input {
        padding: 5px 20px;
    }

    .view-account-tabs .numbers {
        display: none;
    }

    .view-account-tabs .tabs-logo {
        float: none;
    }

    .account-logo {
        text-align: center;
        margin-top: 20px;
    }

    .view-account-tabs .tabs .col-3 {
        display: none;
    }

    .view-account-tabs .tabs .row {
        justify-content: center;
    }

    .view-account .tab .col:nth-child(1) {
        text-align: center;
    }

    .view-account .account-data-container.personal-info .title {
        padding-left: 10px;
    }

    .activity-modal .content {
        left: calc(50vw - 185px);
        width: 370px;
    }

    .view-account .account-data-container.membership-details .row.button {
        bottom: 10px;
    }

    .view-account .feedback .right {
        text-align: center !important;
    }

    .view-account .feedback .top .col-md-6 {
        text-align: center !important;
        margin-bottom: 10px !important;
    }

    .view-account .content-container .inner-tabs button {
        min-width: 110px !important;
    }

    .view-account .content-container .inner-tabs .col {
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .view-account .content-container button.bg-blue:first-child {
        margin-bottom: 0px;
    }

    .view-account .business-details input,
    .view-account .business-details select {
        width: 100%;
    }

    .view-account .account h4 {
        text-align: center;
        margin-bottom: 15px;
    }

    .view-account-tabs .tabs i {
        display: block;
    }

    .view-account-tabs .tabs .col-4 {
        padding: 6px 0;
        margin: 0
    }

    .view-account .left-nav h5 {
        margin-bottom: 15px;
    }

    .view-account .content-container button.bg-blue span {
        display: none;
    }

    .view-account .content-container .inner-tabs button {
        min-width: 70px !important;
    }

    .view-account .content-container .row i {
        display: none;
    }

    /* .view-account .container .tab .row p {
    text-align: left;
  } */
    .view-account .content-container .title2 {
        padding: 0 !important;
    }

    .view-account .content .title2 .col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .t-l {
        text-align: left !important;
    }

    .view-account .content-container h4 {
        text-align: center;
    }

    .view-account .item-container2 .sell-controls .row {
        margin: 5px 2px;
    }

    /* .view-account .item-container2 .row .bg-blue {
    display: none;
  } */
    .view-account.messaging .content-container .number {
        display: none;
    }

    .view-account.messaging .content .tab .col {
        /*text-align: left;*/
    }

    .view-account.messaging .tab .row .col-lg {
        flex: 0 0 100%;
    }

    .view-account.messaging .content-container .action-buttons button {
        margin-bottom: 5px;
        height: auto;
    }

    .view-account.messaging .message-container .inbox-tabs .row .col-3 {
        display: none;
    }

    .view-listing .container .tabs .col-3 {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .bg-light {
        background-color: #fff !important;
    }

    header {
        color: #192348;
    }

    header .top .dropdown {
        margin-left: -55px;
    }

    .view-account .content-container .inner-tabs button {
        margin-bottom: 10px;
    }

    .view-account .feedback .tabs .col-md-4.active {
        border-radius: 2px;
        background: #2978b6;
    }

    .text-center-mob {
        text-align: center;
    }

    .view-account .tab .row .col-lg {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .item-container .bottom b {
        font-size: 20px;
    }

    .view-account.messaging .single-message .inner {
        border: 2px solid #eee;
    }

    .view-search .product-list .row .list .col .row .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .view-search .product-list .row .list .col .row .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

}

@media (min-width: 576px) and (max-width: 768px) {
    header .bottom {
        display: none !important;
    }
}

/* TABLET PORTRAIT */
@media (min-width: 601px) and (max-width: 960px) {
    .view-account.messaging .row.data .col-12 {
        margin-left: 25%;
    }

    #slideshow.tablet {
        display: block !important;
        height: 150px;
        margin-top: 70px
    }

    #slideshow.mobile,
    #slideshow.desktop {
        display: none !important;
    }

    .view-account-tabs .tabs {
        margin-top: 60px;
    }

    .view-account-tabs .tabs .col-3,
    .view-account-tabs .tabs .col-9 {
        padding: 0;
    }

    /*header .bottom {
    display: none !important;
  }*/
    .mobile-menu {
        display: block;
    }

    /*header .bottom .col {
    padding: 2px !important;
  }*/
    header .bottom .col .dropdown {
        top: 140px;
    }

    header .header-mask {
        top: 155px;
        height: calc(100vh - 155px);
    }

    header .bottom .col .dropdown .content .row .img {
        max-width: 100% !important;
    }

    .view-home .featured {
        margin-bottom: 20px;
    }

    header .bottom .col .dropdown .content .header {
        overflow: hidden;
    }

    .view-home .featured.automotive .items .pre-container,
    .view-home .featured.latest .items .pre-container,
    .view-home .featured.featured .items .pre-container {
        /*max-width: 200px;*/
        margin-bottom: 20px;
    }

    .app {
        padding-top: 150px !important;
    }

    header .main {
        /*min-height: 130px;*/
        min-height: 100px;
        align-content: start;
        display: grid;
        background: white;
        margin-top: 5px;
    }

    header .bottom .col.title {
        font-size: 12px;
    }

    header .bottom .cat-hover {
        padding: 0;
    }

    header .main .col-md-6.offset-1 {
        margin-left: 0;
    }

    header .main .col-md-3 {
        margin-bottom: 10px;
    }

    header .main .search-container .suggestedResults {
        margin-left: -15px;
        margin-top: 125px;
        display: none;
    }

    header .col-md-6 .bg-blue {
        display: none;
    }

    header .main .all {
        max-width: 100%;
        flex: 100%;
        margin-top: 10px;
    }

    header .bottom {
        /*padding: 5px 0 10px 0;
    margin-top: -80px;
    display: none;*/
        display: block;
        /*margin-top: -45px;*/
        /*margin-top: -65px;*/
        margin-top: -38px;
    }

    header {
        height: 155px;
    }

    header .top {

    }

    header .top .center {
        display: none;
    }

    header .top .left {
        width: 40% !important;
        flex: 40% !important;
        max-width: 40%;
    }

    header .top .right {
        width: 60% !important;
        flex: 60% !important;
        max-width: 60%;
    }

    header .bottom .row {
        align-items: center;
    }

    header .no-session .fa-user { /* Jericho edit to remove user icon - width=800 spacing issue */
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    #slideshow.tablet {
        margin-top: 0 !important;
        height: 200px !important;
    }
}

/* TABLET LANSCAPE */
@media (min-width: 961px) and (max-width: 1075px) {
    .app {

    }

    .view-listing .listing .img .carousel .image img {
        max-height: 50px;
    }

    .view-listing .social-buttons button,
    .view-listing .social-buttons .col-3 {
        max-width: 100%;
    }

    .sellers-other .item-container {
        height: 100%;
        overflow: hidden;
    }
}

/* LAPTOP */
@media (min-width: 1076px) and (max-width: 1299px) {
    .app {

    }
}

/* DESKTOP */
@media (min-width: 1300px) and (max-width: 1499px) {
    .container {
        max-width: 1260px !important;
    }

    /* HOME */
    #slideshow {
        /*height: 390px;*/
    }
}

@media (max-width: 1500px) {
    .view-account .bank-acc-container .col-6 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* LARGE DESKTOP */
@media (min-width: 1500px) {
    .container {
        max-width: 1470px !important;
    }

    /* HOME */
    #slideshow {
        /*height: 500px;*/
    }
}

/* BROWSER SPECIFIC */
@supports (transform: translateY(-50%)) {

}

/* OVERRIDES */
.container {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.col-lg-1-5, .col-md-1-5, .col-1-5 {
    -ms-flex: 0 0 12.4999995%;
    flex: 0 0 12.4999995%;
    max-width: 12.4999995%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-2-5, .col-md-2-5, .col-2-5 {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
    /*padding-right: 15px;
padding-left: 15px;*/
}

.col-lg-4-5, .col-md-4-5 {
    -ms-flex: 0 0 39.5% !important;
    flex: 0 0 39.5% !important;
    max-width: 39.5% !important;
    padding-left: 15px;
}

.col-lg-5-5, .col-md-5-5, .col-5 {
    -ms-flex: 0 0 39.5%;
    flex: 0 0 39.5%;
    max-width: 39.5%;
    padding-left: 15px;
}

.fa-1-5x {
    font-size: 1.5em;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: .5rem !important;
}

.mr-1-5 {
    margin-right: 1rem !important;
}

.mr-2 {
    margin-right: 1.5rem !important;
}

.mr-2-5 {
    margin-right: 2rem !important;
}

.mt-0-5 {
    margin-top: .5rem !important;
}

.mb-0-5 {
    margin-bottom: .5rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-1-5 {
    margin-top: 1.5rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.ebg-pr-1 {
    padding-right: 1rem !important;
}

.ebg-pl-1 {
    padding-left: 1rem !important;
}

.r-u {
    right: unset !important;
}

.ta-r {
    text-align: right !important;
}

.ta-l {
    text-align: left !important;
}

.justify-s-e {
    justify-content: space-evenly !important;
}

.justify-c {
    justify-content: center !important;
}

.align-c {
    align-self: center !important;
}

i.searchIcon {
    position: absolute;
    top: 8px;
    left: 7px;
    color: black;
}

.count-tage-col {
    background-image: url(../images/account/account-tag.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 100%;
    /* display: inline-block; */
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 8px;
    display: grid;
    align-content: center;
}

.tag-icon-0 {
    position: absolute;
    padding: 0px;
    right: 45px;
}

.tag-icon-1 {
    position: absolute;
    padding: 0px;
    right: 92px;
}

.tag-icon-2 {
    position: absolute;
    padding: 0px;
    right: 142px;
}

.fbScroll {
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
}

/* DASHBOARD UI AMMENDMENTS - GENERAL */
.view-account .content-container h4 {
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.view-account span.grey {
    color: grey
}

.view-account-tabs .tabs .col-9 {

}

.view-account-tabs .tabs .col-3 {
    padding-top: 3px;
    color: red;
    font-weight: bold;
    padding-left: 0;
}

.view-account-tabs .tabs .selected .numbers {
    color: white;
}

/* DASHBOARD UI AMMENDMENTS - ACTIVITY */
.tabs-logo {
    width: unset !important;
    max-width: 150px;
    max-height: 150px;
}

.pagination .back,
.pagination .page,
.pagination .forward {
    border-radius: 50px !important;
    padding: 7px 13px !important;
}

.pagination .back,
.pagination .forward {
    background: none !important;
    color: gray !important;
}

.view-account .content-container .inner-tabs button {
    min-width: 160px;
    text-align: left;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 1px;
}

.view-account .content-container .inner-tabs button.inactive span {
    color: red;
}

.view-account .content-container button.bg-blue span {
    color: white;
    float: right;
}

.view-account .tab .col .row,
.view-account .left-nav h5 {
    width: unset !important;
}

.view-account .tab .col .row .col:nth-child(2).red {
    color: red;
}

.view-account .tab .col .row .col:nth-child(1) p {
    min-width: 110px !important;
}

/* DASHBOARD UI AMMENDMENTS - ACCOUNT */
.membership-details .current {
    background: #158F00;
    color: white;
    text-align: center;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: -30px;
}

span.right {
    float: right;
    cursor: pointer;
}

/* DASHBOARD UI AMMENDMENTS - MESSAGING */
.view-account.messaging .left-nav .divider {
    height: 1px;
    width: 100%;
    background: black;
    margin: 10px 0 5px;
}

.view-account.messaging .number {
    background: none;
    color: red;
    font-size: 14px;
    font-weight: bold;
    position: unset;
    text-align: right;
    padding: 0 6px;
}

.view-account.messaging .ebg-message-toolbar {
    margin-top: 1rem;
    flex-direction: row-reverse;
}

@media (min-width: 320px) and (max-width: 600px) {
    .view-account.messaging .ebg-message-toolbar {
        flex-direction: initial;
        justify-content: center;
    }
}

.view-account .message-container {
    overflow-y: auto;
    margin-bottom: 25px;
}

.view-account .message-container .inbox-tabs .col-3 .row {
    padding: 5px 10px;
}

.view-account .message-container .inbox-tabs .col-2.active .row,
.view-account .message-container .inbox-tabs .col-3.active .row {
    background: #192348;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    padding: 5px 10px;
}

.view-account .message-container .inbox-tabs .col-4.active .row {
    background: #192348;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    padding: 5px 0;
}

.view-account .message-container .inbox-tabs .col-3.active .number {
    color: white !important;
}

.view-account .message-container .head {
    font-weight: bold;
    background: lightgray;
    padding: 5px 15px 15px;
    margin: 0 -15px -5px !important;
    border-top: 3px solid #192348;
}

.view-account .message-container .head .col-md-3,
.view-account .message-container .head .col-md-5 {
    margin-top: 5px;
}

.view-account.messaging .ebg-message__attachment-title {
    font-size: .8rem;
    font-weight: bold;
    margin: 10px 0 5px;
}

.view-account.messaging .ebg-message__image {
    display: inline-block;
    padding: 5px;
}

.view-account.messaging .ebg-message__image img {
    height: 90px;
    object-fit: contain;
}

.head-tab-1 {
    margin-right: 20px !important;
}

.head-tab-2 {
    margin-right: 15px !important;
}

.head-tab-3 {
    margin-right: 5px !important;
}

/* Changes 09/04/2021 */
.imgContainer {
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
    padding-top: 15px;
}

.container-img {
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
    padding: 15px 0px;
}

.view-listing .listing-buttons .col-3:first-of-type {
    padding-left: 0px;
}

.view-listing .listing-buttons .col-3:last-of-type {
    padding-right: 0px;
}

.view-listing .listing-buttons span {
    float: right;
}

.t-l {
    text-align: left !important;
}

.hover-up {
    transition-duration: .2s;
    transform: translate3d(0, 0, 0);
}

.hover-up:hover {
    transform: scale(1.02);
    filter: blur(0);
}

.tab-style {
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 10px;
}

.tab-s {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 3px 0;
}

.black-bold {
    font-weight: 600;
    color: black;
}

.sell-bg {
    background-color: aliceblue;
}

.button-disabled {
    background-color: #eeeeee;
    color: #c5cace !important;
    box-shadow: none;
    cursor: unset;
}

.button-disabled:hover {
    background-color: #eeeeee;
}

.button-disabled:focus {
    outline: unset;
}

.all-ship {
    font-size: 12px;
    cursor: pointer;
    color: white;
    border-radius: 10px;
    background-color: steelblue;
    margin-top: 2px;
    display: none;
}

.consumers {
    color: #00B050 !important;
}

.businesses {
    color: #0070C0 !important;
}

div.terms a {
    text-decoration: underline !important;
}

.dragging {
    z-index: 10000000000000 !important;
}

.icon-true {
    position: absolute;
    top: 38px;
    left: 88%;
    color: lawngreen;
}

/* .col.password span {
position: relative;
display: inline-block;
margin-top: 20px;
} */

/* .col.password span[data-title]:hover::after {
content: attr(title);
position: absolute;
top: -55px;
left: 25px;
background-color: #192348;
color: white;
padding: 10px;
width: 250px;
line-height: 1rem;
font-size: 10px;
font-family: 'Roboto', sans-serif;
letter-spacing: 1px;
text-align: center;
border-radius: 5px;
font-weight: 500;
}

.pseudo-tooltip-wrapper {
display: inline-block;
} */

.modal-sub {
    text-align: left;
    font-style: italic;
    color: #778899;
    font-size: 14px;
    margin-top: -20px;
}

@page {
    margin: 0;
}

.search-page-selector {
    border-radius: 50px !important;
    padding: 7px 13px !important;
    margin-left: 1px;
    margin-right: 1px;
    color: black;
    cursor: pointer;
}

.search-page-selector:hover {
    border-radius: 50px !important;
    padding: 7px 13px !important;
    margin-left: 1px;
    margin-right: 1px;
    background: #192348;
    color: white;
    cursor: pointer;
}

.item-container3 {
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
    border-radius: 5px !important;
    margin: 10px 0;
    padding: 15px;
}

.item-container3 .table {
    border: 1px solid #ccc;
    border-radius: 5px !important;
}

.item-container3 .bottom {
    border-top: 1px solid #ccc;
    margin: 0px 30px 0px 30px;
}

.item-bottom {
    border-top: 1px solid #ccc;
    width: 100%;
}

.table-section {
    border: 1px solid #ccc;
}

.table-title {
    background: #eee;
    justify-content: center;
    font-weight: bold;
}

.table-item {
    text-align: center;
    justify-content: center;
}

.section-title {
    background: #eee;
}

.activity-modal-title-bottom {
    border-top: 1px solid #ccc;
    margin: 0px 0px 0px 0px !important;
}

.activity-modal-bottom {
    border-top: 1px solid #ccc;
    margin: 0px 60px 0px 60px !important;
}

.homepage-img {
    border-radius: 5px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
}

.shop_category.active {
    color: steelblue;
    font-weight: bold;
}

.suggestedResults,
.suggestion_preloader {
    /*display: none !important;*/
}

/* DASHBOARD TABLET */
@media (max-width: 991px) {
    .product-list .table-section {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .product-list .col-md-9,
    .product-list .col-md-9 .col-sm,
    .product-list .col-md-3.sell-controls,
    .view-account .product-list .row .img,
    .view-account .col-md-2.left-nav,
    .view-account .col-md-10 .content-container
    .view-account .button-control {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .view-account .whitespace {
        display: none;
    }

    .view-account .product-list .row .img {

    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .product-list .table-section {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

.view-account .sell-controls .btn .col-md-8 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.view-account .content-container button {
    height: 100%;
}

.view-account .message-container button {
    height: auto;
}


/* NEW HOME PAGE BANNER BREAKPOINT */
@media (min-width: 992px) and (max-width: 1340px) {
    #slideshow,
    #slides > li > a {
        height: 250px;
    }
}

/* QUICK SELL TWEEKS */
@media (max-width: 991px) {
    .view-sell {
        padding-top: 80px;
    }

    .view-sell .cat-select i,
    .view-sell .search .max-characters {
        display: none;
    }

    .view-sell .select .search input {
        width: calc(100% - 20px);
    }

    .view-sell .select .search .go {
        position: unset;
        width: calc(100% - 20px);
        display: block;
        margin-left: 0;
        height: 40px;
        padding: 10px;
        margin-top: 10px
    }

    .view-sell .cat-select .col-md-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        /*text-align: center !important;*/
    }

    .view-sell .cat-select .classified {
        /*margin-top: 10px;*/
    }

    .view-sell .col-4.offset-4 {
        margin-left: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* HOME PAGE */
@media (min-width: 961px) and (max-width: 991px) {
    header .bottom {
        margin-top: -15px;
    }
}

/* @media (min-width:768px) and (max-width:1000px) {
  .view-home .brands .logos .col-md-3 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
} */

/* HEADER BREAK POINT FIX */
/* @media (min-width:961px) and (max-width:990px) {

} */
@media (min-width: 601px) and (max-width: 990px) {
    header .main .local {
        display: none;
    }

    header .main .all {
        max-width: 100%;
        flex: 100%;
        margin-top: 10px;
    }

    header .bottom .col.title {
        font-size: 10px;
    }

    header .main {
        /* min-height: 130px; */
        min-height: 100px;
        align-content: start;
        display: grid;
        background: white;
        margin-top: 5px;
    }

    header {
        height: 130px;
    }

    header .bottom {
        display: block;
        margin-top: -27px;
    }

    header .bottom .row {
        align-items: center;
    }

    header .main .col-md-6.offset-1 {
        margin-left: 0;
    }

    .app {
        padding-top: 130px !important;
    }

    header .main img {
        max-width: 100%;
        width: 150px;
        margin-bottom: 10px;
    }
}

/* ACTIVITY SECTION */
@media (min-width: 600px) and (max-width: 768px) {
    .view-account-tabs .seller-name {
        margin-top: 50px;
    }

    .view-account-tabs .tabs .selected, .view-account-tabs .tabs .col-4 {
        padding: 6px !important;
        display: grid;
        margin: 0;
    }

    .view-account-tabs .tabs .row {
        justify-content: center;
    }

    .view-account-tabs .tabs i {
        display: block;
    }

    .view-account-tabs .tabs .col-3 {
        display: none;
    }

    .view-account .tab {
        text-align: center;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .view-search .filter, .view-search .rightadspace, .view-search .sort {
        display: none;
    }

    .view-search .results {
        margin-top: 20px;
    }

    .view-account .feedback .box {
        margin-left: 0;
        margin-bottom: 10px;
    }

    /* removing double stacked header */
    header .main .search-container .search {
        flex: 0 0 70%;
        max-width: 70%;
    }

    header .main .search-container .category {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .view-account .go {
        display: none;
    }

    .view-account .content-container button {
        height: unset !important;
        border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }
}

@media (min-width: 600px) and (max-width: 990px) {
    .aut, .view-home .automotive .item-container {
        min-height: 425px;
    }

    .view-account .tab .col .row .col-lg:nth-child(2),
    .view-account .tab .col .row .col:nth-child(2) {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .view-account .col-md-2.left-nav {
        text-align: center;
    }

    .view-account .content-container {
        padding: 0;
    }

    .view-account .content-container h4 {
        margin-left: -10px
    }

    .view-account .account-data-container {
        padding-left: 15px;
    }

    .view-account .content-container {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-list .row .detail,
    .product-list .row .sell-control,
    .product-list .row .sell-controls {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .content-container button {
        height: unset !important;
        border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .view-account .account-buttons .left {
        padding-right: 0;
        margin-right: 15px;
    }

    .view-account .account-buttons .right {
        padding-left: 0;
        margin-right: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .view-home .featured.f-seller .item-container {
        min-height: 350px !important;
    }

    .item-container .featured.f-seller .price.tokens {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .view-shop .info .col-md-3 {
        display: none;
    }

    .view-shop .header {
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .view-account .bank-acc-container .col-6 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .specIcons img {
        padding: 0;
        max-height: 30px;
        margin-top: 15px;
    }

    .view-account-tabs .tabs .col-3 {
        display: none;
    }

    .content-container button {
        height: unset !important;
        margin-bottom: 1px;
    }
}

.view-account .account-buttons .right {
    padding-right: 0;
}

.account-data-container .data span.right {
}

.account-data-container .data .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* VEHCILE SPECIFIC ITEM CONTAINERS, NOT ON VEHCILE SECTION OF HOMEPAGE */
.featured.latest .item-container .price.tokens {
    margin-top: 60px !important;
}

.featured.latest .item-container .specIcons img {
    padding: 2px;
    height: 30px;
    margin-top: 10px;
}

/*#cke_17,
#cke_18,
#cke_19,
#cke_20,
#cke_21,
#cke_22,
#cke_30,
#cke_35,
#cke_49
#cke_50,
#cke_52,
#cke_58,
#cke_59,
#cke_66,
#cke_67,
#cke_71,
#cke_73,
#cke_74,
#cke_75,
#cke_77,
#cke_78,
#cke_79,
#cke_84,
#cke_87,*/
.cke_toolbar_break {
    display: none !important;
}

.buttonLink {
    background-color: #2978b6 !important;
    color: white !important;
    padding: 4px 10px 4px 10px !important;
    border-radius: 5px !important;
    display: inline;
    max-width: initial !important;
    text-align: center !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    min-width: 100px;
}

.buttonLinkRed {
    background-color: red !important;
    color: white !important;
    padding: 4px 12px 4px 12px !important;
    border-radius: 5px !important;
    display: inline;
    max-width: initial !important;
    text-align: center !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    min-width: 100px;
}

.title h3 {
    color: #192348;
}

.center {
    text-align: center;
}

.ebg-green {
    color: #9fbd47;
}

.collection-only {
    display: flex;
    justify-content: center;
    align-items: center;
}

.collection-only > div {
    height: 40px;
}

.status {
    height: 30px;
}

.cfSellHeading {
    font-size: 34px;
}

.cfAccordionHeader {
    font-size: 26px;
    display: inline-flex;
    margin: 0 12px;
    padding-right:32px;
}

.cfCross {
    margin-top: 8px;
    font-size: 20px;
    color: #e53032;
}

.cfButtonRow {
    margin-left: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.cfButtonRow button {
    white-space: nowrap;
    padding: 8px 20px 8px 20px !important;
    width:130px;
}

.cfPublishButton {
    background-color: green !important;
}

.cfPublishButton:hover {
    background-color: #016701 !important;
}

.cfResetButton {
    background-color: #2978b6 !important;
}

.cfResetButton:hover {
    background-color: #205d8d !important;
}

.cfCancelButton {
    background-color: #e53032 !important;
}

.cfCancelButton:hover {
    background-color: #b72829 !important;
}

.cfPreviewButton {
    background-color: #f4a137 !important;
}

.cfPreviewButton:hover {
    background-color: #2978b6 !important;
}

.fa-redo, .fa-times-circle, .fa-check-circle {
    font-size: 18px;
}

.status i {
    position: relative;
    top: 2px;
}

.cfFixedHeight {
    min-height: 30px !important;
    height: 30px !important;
}

.cfFixedWidth {
    width: 40px !important;
    overflow: hidden !important;
    display: inline-block;
}

.status {
    padding-top: 5px;
}

.cfShipping {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.sellerButton {
    padding-left:20px;
    padding-top:22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap:16px;
}

@media only screen and (max-width: 768px) {
    .sellerButton {
        padding: initial;
        padding-top: 1rem;
        margin-left: 0;
        width: calc(100% - 15px);
    }
}

.sellerButton div {
    color: #2978b6;
    font-size: 18px;
    font-weight: 600;
}

.sellerButton  span {
    color: #192348;
    font-size: 22px;
}

.sellerButton button {
    background-color: #f4a137 !important;
}

.selectedType {
    background-color: green !important;
    padding: 8px 20px 8px 20px !important;
    width:130px ;
}
.notSelectedType {
    padding: 8px 20px 8px 20px !important;
    width:130px ;
    color: #444444 !important;
}

.actionButtons {
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

select {
    font-size:14px !important;
    padding:7px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.grey {
    color:#999999;
}

.font-bold {
    font-weight: 600;
}

/* Bootstrap Integrations */
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

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

.relative-mobile {
    position: relative;
}

/* Information pages */
@media only screen and (max-width: 768px) {
    .ebg__information-page ul,
    .ebg__information-page ol {
        padding-left: 1.5rem;
    }

    .ebg__information-page li {
        list-style-type: disc;
    }

    .ebg__information-page ol li {
        list-style-type: none;
    }

    .ebg__information-page b {
        margin-top: 10px;
        display: inline-block;
    }

    .ebg__information-page p b {
        margin-top: initial;
        display: inline;
    }

    .ebg__information-page .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .ebg__information-page.view-meta {
        padding: 30px 0 0;
    }

    .ebg__information-page .table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}


/* CKEditor temp fix */
.cke_notifications_area {
    display: none !important;
}


/* Shop Front Generator */
.shop-front_generator {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    margin: 2rem;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
    border-radius: 5px;
    background-color: white;
    gap: 10px;
}

.shop-front_generator-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0000000d;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 5px;
}

.shop-front_generator input,
.shop-front_generator select {
    margin: initial;
    margin-bottom: 10px;
}

.business-details .generate-btn {
    margin-top: 3px;
}

.shop-front_generator button {
    border-radius: 4px !important;
}

.shop-front_generator .shop-front_generator-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}