/* Minification failed. Returning unminified contents.
(2,28): run-time error CSS1039: Token not allowed after unary operator: '-color-darkest-blue'
(7,22): run-time error CSS1039: Token not allowed after unary operator: '-text-align-center'
(8,17): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(9,23): run-time error CSS1039: Token not allowed after unary operator: '-font-weight-200'
(10,21): run-time error CSS1039: Token not allowed after unary operator: '-font-size-30'
(11,22): run-time error CSS1039: Token not allowed after unary operator: '-margin-top-0'
(16,22): run-time error CSS1039: Token not allowed after unary operator: '-text-align-center'
(17,18): run-time error CSS1039: Token not allowed after unary operator: '-color-navy-blue'
(18,23): run-time error CSS1039: Token not allowed after unary operator: '-font-weight-200'
(19,21): run-time error CSS1039: Token not allowed after unary operator: '-font-size-30'
(20,22): run-time error CSS1039: Token not allowed after unary operator: '-margin-top-0'
(29,17): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(91,17): run-time error CSS1039: Token not allowed after unary operator: '-color-navy-blue'
(124,17): run-time error CSS1039: Token not allowed after unary operator: '-color-black'
(135,22): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(136,17): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(152,17): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(168,21): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(173,17): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(268,25): run-time error CSS1039: Token not allowed after unary operator: '-font-size-30'
(277,17): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(281,28): run-time error CSS1039: Token not allowed after unary operator: '-color-navy-blue'
(282,17): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(286,28): run-time error CSS1039: Token not allowed after unary operator: '-color-navy-blue'
(287,17): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
 */
.marketplace-container {
    background-color: var(--color-darkest-blue);
    margin: 10px 0;
}

.homepage-section-heading {
    text-align: var(--text-align-center);
    color: var(--color-white);
    font-weight: var(--font-weight-200);
    font-size: var(--font-size-30);
    margin-top: var(--margin-top-0);
    text-transform: uppercase;
    padding-top: 20px;
}
.newshead {
    text-align: var(--text-align-center);
    color: var( --color-navy-blue);
    font-weight: var(--font-weight-200);
    font-size: var(--font-size-30);
    margin-top: var(--margin-top-0);
    text-transform: uppercase;
    margin-bottom: -15px;
}

.newSubHead {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
    color: var(--color-orange);
    margin-top: 7px;
}

.mmaxMarketPlaceCont {
    margin: auto;
    width: 1170px;
}

.marketPlaceCont {
    width: 225px !important;
    background-color: white;
    display: inline-block;
}
    .marketPlaceCont .marketPlaceBuyNow {
        justify-content: center;
    }

        .marketPlaceCont .marketPlaceBuyNow a {
            color: #ffffff;
        }

.marketPlaceImage-container {
    height: 200px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.marketPlaceImage-container img, .marketPlaceImage-container .no-photo-thumbnail {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.marketPlaceImage-container .no-photo-thumbnail {
    max-width: 100% !important;
}

.marketPlaceItemTitle {
    padding: 12px;
    height: 50px;
}

.slick-slide {
    text-align: center;
}

.marketPlaceItemTitle h5 {
    max-height: 2.4em;
    margin-bottom: 0px;
    margin-top: 6px;
    overflow: hidden;
    font-size: 1.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-align: left;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: 500;
    color: var(--color-navy-blue);
}

.marketPlaceBuyNow {
    height: 50px;
    background-color: #BFBEBE;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.marketPlacePrice {
    width: 150px;
    display: flex;
    flex-direction: column;
    padding: 5px;
    justify-content: space-evenly;
    height: 40px;
}

.view-btn-marketplace {
    margin-top: 20px;
}

    .view-btn-marketplace .theme-btn {
        padding: 12px 24px;
    }

.marketPlacePriceDet {
    font-weight: 900;
    text-align: center;
    height: 2px;
    font-size: 1.1rem;
    color: var(--color-black);
}

.viewMarketItembtn {
    font-size: medium;
    width: 75px;
    height: 50px;
    font-size: 0.8rem;
}

.theme-btn {
    background: var(--color-orange);
    color: var(--color-white);
    display: inline-block;
    font-weight: 600;
    padding: 10px;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 13px;
    text-align: center;
}

.theme-btn-offer {
    background: #363D4F !important;
    color: var(--color-white);
    display: inline-block;
    font-weight: 600;
    padding: 10px;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 13px;
    text-align: center;
}


    .theme-btn:hover, .theme-btn:focus, .theme-btn:active {
        color: var(--color-white);
        background: #02245B;
    }

.theme-btn-offer:hover, .theme-btn-offer:focus, .theme-btn-offer:active {
    color: var(--color-white);
    background: #363D4F;
}

.marketPlaceCont a:focus {
    outline: none;
}

.marketplace-slider .slick-prev::before, .marketplace-slider .slick-next::before {
    content: '';
}

.marketplace-slider .slick-prev, .marketplace-slider .slick-next {
    width: 32px;
    height: 32px;
}

.marketplace-slider .slick-prev, .marketplace-slider .slick-next {
    background: url("/Content/Images/arrow-25-32.png");
}

.marketplace-slider .slick-prev {
    transform: rotateY(180deg);
    top: 45% !important;
    left: -45px;
}

.marketplace-slider .slick-next {
    right: -45px;
}

    .marketplace-slider .slick-prev:hover, .marketplace-slider .slick-prev:focus, .marketplace-slider .slick-next:hover, .marketplace-slider .slick-next:focus {
        outline: none;
        background: url("/Content/Images/arrow-25-32.png");
    }

.buy-now-btn {
    margin-bottom: -3px;
}
.marketplace-slider .slick-disabled{
    opacity: .5;
    cursor: not-allowed;
}

@media (max-width: 599px) {
    .mmaxMarketPlaceCont {
        width: 225px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .homepage-section-heading {
        font-size: 1.9rem !important;
    }

    .newSubHead {
        font-size: 1.3rem !important;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .mmaxMarketPlaceCont {
        width: 470px;
        margin: 0 auto;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .homepage-section-heading {
        font-size: 2.3rem !important;
    }

    .newSubHead {
        font-size: 1.6rem !important;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .mmaxMarketPlaceCont {
        width: 705px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .mmaxMarketPlaceCont {
        width: 930px;
        margin: 0 auto;
    }
}


@media (min-width: 1025px) {
    .homepage-section-heading {
        font-size: var(--font-size-30);
    }

    .newSubHead {
        font-size: 1.8rem !important;
    }
}

.viewMarketItembtn a {
    color: var(--color-white);
}

.viewMarketItembtn:hover a {
    background-color: var(--color-navy-blue) !important;
    color: var(--color-white);
}

.viewMarketItembtn a:visited {
    background-color: var(--color-navy-blue) !important;
    color: var(--color-white);
}

