﻿
.highlighted-items-big-item:hover {
    transform: scale(1.1);
}


.hl-brand-item-top,
.hl-brand-item-mid,
.hl-brand-item-bottom {
    width: 100%;
    height: 100px;
    background-color: var(--Default);
    cursor: pointer;
}

.hl-brand-item-top {
    border-top- @GlobalRes.RightLeft-radius: 50px;
    margin-bottom: 5px;
}

.hl-brand-item-bottom {
    border-bottom- @GlobalRes.RightLeft-radius: 50px;
    margin-top: 5px;
}

    .hl-brand-item-top:hover,
    .hl-brand-item-mid:hover,
    .hl-brand-item-bottom:hover {
        transform: scale(1.02);
        box-shadow: 0 0 4px 1px var(--Default);
    }

.hl-brand-item-top-double {
    height: 152.5px;
    margin-bottom: 5px;
}

.hl-brand-item-bottom-double {
    height: 152.5px;
    margin-top: 5px;
}

.onHover:hover {
    transform: scale(1.02);
}

.category-item-icon {
    font-size: 50px;
    margin-bottom: 15px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}

.owl-dots {
    margin-top: 25px !important;
}

.btn-items-cst {
    width: 100%;
    padding: 7px 15px;
    color: white;
}

.btn-items-primary-cst {
    border: solid 2px var(--Primary);
    background-color: var(--Primary);
}

    .btn-items-primary-cst:hover {
        border: solid 2px var(--Primary);
        background-color: var(--Default);
        color: var(--Dark);
    }

.btn-items-secondary-cst {
    border: solid 2px var(--Secondary);
    background-color: var(--Secondary);
}

    .btn-items-secondary-cst:hover {
        border: solid 2px var(--Secondary);
        background-color: var(--Default);
        color: var(--Dark);
    }

.btn-items-default-cst {
    border: solid 2px #757575;
    background-color: #757575;
}

    .btn-items-default-cst:hover {
        border: solid 2px #757575;
        background-color: var(--Default);
        color: var(--Dark);
    }

.btn-viewall:hover {
    color: var(--Dark) !important;
    font-weight: 500;
}

.offer-items {
    margin-bottom: 16px;
}

.offer-items-right {
    padding-right: 8px;
}

.offer-items-left {
    padding-left: 8px;
}

.subscribe-btn-div {
    width: 100%;
    height: 100%;
}

.force-show-owl-dots > .owl-dots {
    display: block !important;
}

.subscribe-title {
    color: white;
    text-transform: uppercase;
    font-style: italic;
}

.subscribe-msg {
    color: white;
    font-size: 18px;
    margin-top: -10px;
    font-style: italic;
    min-height: 15px;
}

.item-div {
    width: 100%;
    height: 480px;
    border: solid 1px lightgray;
    border-radius: 5px;
    border: solid 1px;
}

.item-div-top {
    width: 100%;
    height: 250px;
    background-color: var(--Primary);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}

.item-div-bottom {
    width: 100%;
    height: 230px;
    background-color: var(--Default);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: solid 2px var(--Primary);
    border-bottom: solid 4px var(--Primary);
    padding: 15px 15px;
}

.multiple-item-div {
    width: 100%;
    height: 480px;
    border: solid 1px lightgray;
    border-radius: 5px;
    border: solid 1px;
}

.multiple-item-div-bottom {
    width: 100%;
    height: 230px;
    background-color: var(--Default);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: solid 2px var(--Primary);
    border-bottom: solid 4px var(--Primary);
    padding: 15px 15px;
}

.categories_box:hover a {
    box-shadow: 0 0 9px 3px var(--Primary);
}

.owl-carousel > .owl-stage-outer > .owl-stage {
    padding: 10px 0;
}

.product-category-col {
    margin-top: 15px;
}

.product-category-div {
    width: 100%;
    height: 300px;
    cursor: pointer;
    position: relative;
}

.product-category-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #797979cc;
    border-radius: @ViewBag.LayoutBorderRadius;
    padding: 25px;
    /*box-shadow: 0 0 5px 2px #797979cc;*/
}

.product-category-col:hover > .product-category-div > .product-category-content {
    background-color: #29486dd6;
    box-shadow: 0 0 5px 2px #29486dd6;
}

.product-category-content-div {
    position: absolute;
    bottom: 25px;
}

.product-category-content-title {
    color: lightgray;
    font-size: 16px;
    text-transform: uppercase;
}

.product-category-content-subtitle {
    font-size: 26px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}

.cl_logo {
    cursor: pointer;
}

.offer-banner-big {
    width: 100%;
    height: 650px;
    border-radius: 50px;
    background-color: var(--Default);
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
    padding: 30px;
    cursor: pointer;
}

.offer-banner-big-image,
.offer-banner-multi-image {
    width: 100%;
}

.offer-banner-big-image {
    height: 330px;
}

.offer-banner-multi-image {
    height: 160px;
}

.offer-banner-big:hover > .offer-banner-big-image,
.offer-banner-multi-item:hover > .offer-banner-multi-image {
    transform: scale(1.1);
}

.offer-banner-big-content,
.offer-banner-multi-content {
    width: 100%;
    position: relative;
}

.offer-banner-big-content,
.offer-banner-multi-content {
    height: 260px;
}

.offer-banner-multi-content {
    height: 120px;
}

.offer-banner-big-content-div,
.offer-banner-multi-content-div {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.offer-banner-big-title,
.offer-banner-multi-title {
    font-weight: 500;
    color: black;
}

.offer-banner-big-title {
    font-size: 40px;
}

.offer-banner-multi-title {
    font-size: 22px;
}

.offer-banner-big-body,
.offer-banner-multi-body {
    font-size: 14px;
    color: var(--Dark);
}

.offer-banner-big-actions,
.offer-banner-multi-actions {
    margin-top: 15px;
}

    .offer-banner-big-actions > .action-button,
    .offer-banner-multi-actions > .action-button {
        padding: 5px 10px;
        border: solid 2px var(--Primary);
        background-color: var(--Primary);
        border-radius: 50px;
        color: var(--Light);
        display: inline-block;
    }

    .offer-banner-big-actions > .action-button {
        width: 200px;
    }

    .offer-banner-multi-actions > .action-button {
        width: 150px;
    }

.offer-banner-multi-row-top {
    height: 310px;
    margin-bottom: 15px;
}

.offer-banner-multi-row-bottom {
    height: 310px;
    margin-top: 30px;
}

.offer-banner-multi-item {
    width: 100%;
    height: 100%;
    background-color: var(--Default);
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
    border-radius: 50px;
    padding: 15px;
    cursor: pointer;
}

.highlighted-families-item {
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    margin-bottom: 15px;
}

    .highlighted-families-item:hover {
        transform: scale(1.1);
    }

.highlighted-families-item-img-sec {
    width: 100px;
    height: 100px;
    background-color: lightgray;
    box-shadow: 0 0 4px 1px lightgray;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.highlighted-families-item-img-div {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 5px;
}

.highlighted-families-item-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--Dark);
}

.highlighted-families-item:hover > .highlighted-families-item-title {
    color: var(--Secondary);
}

.highlighted-items-big-sec {
    margin-top: 45px;
    margin-bottom: -30px;
}

.highlighted-items-big-item {
    width: 100%;
    height: 300px;
    border-radius: 50px;
    box-shadow: 0 0 4px 1px gray;
    position: relative;
    cursor: pointer;
}

    .highlighted-items-big-item:hover {
        transform: scale(1.1);
    }

.highlighted-items-big-item-img-bg-div {
    width: 100%;
    height: 100%;
}

.highlighted-items-big-item-img-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50px;
}

.highlighted-items-big-item-background-shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
}

.highlighted-items-big-item-img-sec {
    width: 100%;
    height: 200px;
    position: absolute;
    margin: 0;
    top: 110px;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 15px;
}

.highlighted-items-big-item-img-div {
    width: 100%;
    height: 100%;
}

.highlighted-items-big-item-img {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.highlighted-items-big-item-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 40px 30px 40px;
}

.highlighted-items-big-item-content-title {
    font-size: 22px;
    color: white;
    font-weight: 500;
    height: 35px;
    overflow: hidden;
}

.highlighted-items-big-item-content-subtitle {
    font-size: 12px;
    color: #9f9f9f;
    height: 35px;
    overflow: hidden;
}

.highlighted-items-small-sec {
    margin-top: 60px;
    margin-bottom: -30px;
}

.highlighted-items-small-item {
    width: 100%;
    height: 300px;
    border-radius: 50px;
    box-shadow: 0 0 4px 1px gray;
    position: relative;
    cursor: pointer;
}

    .highlighted-items-small-item:hover {
        transform: scale(1.1);
    }

.highlighted-items-small-item-img-bg-div {
    width: 100%;
    height: 100%;
}

.highlighted-items-small-item-img-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50px;
}

.highlighted-items-small-item-background-shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
}

.highlighted-items-small-item-img-sec {
    width: 100%;
    height: 150px;
    position: absolute;
    margin: 0;
    top: 90px;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 10px;
}

.highlighted-items-small-item-img-div {
    width: 100%;
    height: 100%;
}

.highlighted-items-small-item-img {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.highlighted-items-small-item-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 40px 30px 40px;
}

.highlighted-items-small-item-content-title {
    font-size: 22px;
    color: white;
    font-weight: 500;
    height: 35px;
    overflow: hidden;
}

.highlighted-items-small-item-content-subtitle {
    font-size: 12px;
    color: #9f9f9f;
    height: 55px;
    overflow: hidden;
}

.highlighted-items-hori-item {
    width: 100%;
    height: 300px;
    border-radius: 50px;
    box-shadow: 0 0 4px 1px gray;
    position: relative;
    cursor: pointer;
}

    .highlighted-items-hori-item:hover {
        transform: scale(1.05);
    }

.highlighted-families-sec {
    margin-top: -20px;
    margin-bottom: -5px;
}

.item.item-category {
    width: 150px;
    height: 150px;
    background-color: var(--Default);
    border-radius: 40px;
    position: relative;
    cursor: pointer;
}

.item-category-icon-sec {
    width: 100%;
    height: 100px;
    position: relative;
}

.item-category-icon {
    font-size: 64px;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.item-category-title {
    width: 100%;
    height: 50px;
    text-align: center;
    color: black;
    font-size: 14px;
}

.owl-dots {
    display: none;
}

.mid-banner-sec {
    width: 100%;
    height: 250px;
    background-color: #161616;
    border-radius: 40px;
    box-shadow: 0 0 4px 1px #161616;
    position: relative;
    cursor: pointer;
}

    .mid-banner-sec:hover {
        transform: scale(1.02);
    }

.large-banner-sec {
    width: 100%;
    height: 630px;
    background-color: #161616;
    border-radius: 40px;
    box-shadow: 0 0 4px 1px #161616;
    position: relative;
    cursor: pointer;
}

    .large-banner-sec:hover {
        transform: scale(1.02);
    }

.item-brand-sec {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    @GlobalRes.LeftRight: -5px;
    box-shadow: 0 0 4px 1px var(--Default);
    border: solid 1px var(--Default);
    padding: 10px;
}

.item-image-sec {
    width: 100%;
    height: 100px;
}

.main-banner-item-sec {
    width: 100%;
    height: 315px;
    border-radius: 40px;
    background-color: var(--Default);
    padding: 25px 25px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 4px 1px var(--Default);
}

.item-rate-sec {
    margin-top: 15px;
}

.carousel-item-category-sec {
    width: 150px;
    height: 165px;
    text-align: center;
    cursor: pointer;
}

.carousel-item-category-image-sec {
    width: 130px;
    height: 130px;
    background-color: var(--Default);
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.carousel-item-category-image-div {
    width: 110%;
    height: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.carousel-item-brands-image-div {
    width: 75%;
    height: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.carousel-item-category-image {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.carousel-item-category-title {
    width: 100%;
    height: 25px;
    text-align: center;
    color: var(--Dark);
    font-weight: 500;
    font-size: 14px;
}

.double-medium-banners-sec {
    padding-top: 50px;
    padding-bottom: 20px;
}

.double-medium-banners-col {
}

.single-medium-banner-title {
    color: white;
    font-size: 26px;
    font-weight: 500;
}

.single-medium-banner-subtitle {
    color: white;
    font-size: 18px;
}

.single-medium-banner-body {
    font-size: 14px;
    color: #ababab;
}

.single-medium-banner-body-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.large-banner-content-div {
    width: 60%;
    text-align: center;
    display: inline-block;
}

.main-banner-large-content-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    padding: 15px 25px;
}

.main-banner-large-content-title {
    font-size: 32px;
    text-transform: uppercase;
    color: white;
}

.main-banner-large-content-image-div {
    width: 100%;
    height: 250px;
    display: inline-block;
}

.main-banner-large-content-body {
    color: lightgray;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

.main-banner-large-content-icon-div {
    width: 70px;
    height: 70px;
    background-color: white;
    border-radius: 50px;
    padding: 10px 15px;
    display: inline-block;
    box-shadow: 0 0 4px 1px white;
    margin-left: 5px;
    margin-right: 5px;
}

.main-banner-medium-content-title {
    font-size: 28px;
    color: white;
    text-transform: uppercase;
}

.main-banner-medium-content-body {
    color: white;
}

.main-banner-medium-sec {
    width: 100%;
    height: 150px;
    border-radius: 40px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 4px 1px black;
}

.mid-banner-row {
    width: 100%;
    height: 100%;
    margin- @GlobalRes.LeftRight:0;
}

.mid-banner-col-image,
.mid-banner-col-content {
    height: 100%;
    position: relative;
}

.top-brands-item-image-col {
    padding- @GlobalRes.RightLeft: 2.5px;
}

.top-brands-item-image-sec {
    width: 100%;
    height: 310px;
    background-color: #161616;
    border-top- @GlobalRes.LeftRight-radius: 50px;
    border-bottom- @GlobalRes.LeftRight-radius: 50px;
    position: relative;
}

.top-brands-item-image-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 15px 25px;
}

.top-brands-item-content-col {
    padding- @GlobalRes.LeftRight: 2.5px;
}

.top-brands-items {
    margin-top: 15px;
}

.top-brands-item-image-div {
    width: 100%;
    height: 100%;
    border-top- @GlobalRes.LeftRight-radius: 50px;
    border-bottom- @GlobalRes.LeftRight-radius: 50px;
}

.mid-banner-col-image-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 15px 15px;
    @*padding-@GlobalRes.LeftRight: 45px;
    *@ height: 100%;
}

.mid-banner-col-content-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 15px 15px;
    padding-left: 45px;
}

.main-banner-medium-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 10px 30px;
}

.section-header-title {
    font-size: 26px;
    color: var(--Dark);
    border-bottom: solid 2px var(--Secondary);
    font-weight: 500;
    text-transform: uppercase;
}

.section-header-title-link {
    position: absolute;
    @GlobalRes.RightLeft: 15px;
    bottom: 5px;
    font-size: 14px;
    color: var(--Primary);
    font-weight: 500;
    cursor: pointer;
}

.large-banner-footer-terms {
    font-size: 12px;
    padding-top: 15px;
    color: gray;
    font-style: italic;
}

.large-banner-footer-logos {
    padding- @GlobalRes.RightLeft: 0;
}

.large-banner-row {
    width: 100%;
    height: 100%;
}

.large-banner-content-sec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 15px 15px;
    padding-left: 45px;
    text-align: center;
}

.large-banner-footer-content-sec {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 45px;
}

.large-banner-footer-logos-div {
    text-align: @GlobalRes.RightLeft;
}

.top-brand-item-content-image-div {
    width: 100%;
    height: 85px;
}

.top-brand-item-content-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    color: var(--Dark);
    width: 100%;
    text-align: center;
}

.info-sec-btn {
    border: solid 2px white;
    color: white;
}

    .info-sec-btn:hover {
        transform: scale(1.05);
        color: white !important;
    }

@media (max-width: 575px) {
    .item-div {
        height: 575px;
    }

    .item-div-bottom {
        height: 325px;
    }

    .offer-banner-multi-row-top {
        margin-top: -15px;
    }

    .offer-banner-multi-row-bottom {
        margin-top: -30px !important;
    }

    .offer-banner-multi-row-bottom,
    .offer-banner-multi-row-top {
        height: 650px;
    }

    .offer-banner-multi-row-top-col,
    .offer-banner-multi-row-bottom-col {
        height: 310px !important;
    }

    .highlighted-families-item-title {
        font-size: 12px;
        font-weight: 600;
    }

    .mid-banner-sec {
        height: 350px;
    }

    .mid-banner-row {
        margin-left: 0;
    }

    .mid-banner-col-image,
    .mid-banner-col-content {
        height: 50%;
        text-align: center;
    }

    .top-brands-item-image-col {
        padding- @GlobalRes.RightLeft: 15px;
    }

    .top-brands-item-image-sec {
        height: 200px;
        border-top- @GlobalRes.LeftRight-radius: 50px;
        border-bottom- @GlobalRes.LeftRight-radius: 0;
        border-top- @GlobalRes.RightLeft-radius: 50px;
    }

    .top-brands-item-image-container {
        width: 50%;
    }

    .top-brands-item-content-col {
        padding- @GlobalRes.LeftRight: 15px;
    }

    .hl-brand-item-top {
        border-top- @GlobalRes.RightLeft-radius:0;
    }

    .hl-brand-item-bottom {
        border-bottom- @GlobalRes.LeftRight-radius:50px;
    }

    .top-brands-items {
        margin-bottom: 25px;
    }

    .top-brands-item-image-div {
        width: 100%;
        height: 100%;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 50px;
    }

    .mid-banner-col-image-div {
        padding-left: 15px;
    }

    .mid-banner-col-content-div {
        padding-left: 15px;
    }

    .large-banner-footer-terms {
        text-align: center;
    }

    .large-banner-footer-logos {
        padding-right: 15px;
    }

    .large-banner-row {
        margin-left: 0;
        margin-right: 0;
    }

    .large-banner-content-sec,
    .large-banner-footer-content-sec {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }

    .large-banner-sec {
        height: 700px;
    }

    .large-banner-footer-logos-div {
        text-align: center;
    }

    .single-medium-banner-body-icon {
        margin-left: 5px;
        margin-right: 5px;
    }

    .hl-brand-item-top,
    .hl-brand-item-mid,
    .hl-brand-item-bottom,
    .hl-brand-item-top-double,
    .hl-brand-item-bottom-double {
        height: 70px;
    }

    .top-brand-item-content-image-div {
        height: 65px;
    }

    .top-brand-item-content-title {
        font-size: 15px;
    }
}

@media (max-width: 767px) {

    .offer-items-right {
        padding-right: 15px;
    }

    .offer-items-left {
        padding-left: 15px;
    }

    .highlighted-items-small-sec {
        margin-top: 30px;
    }

    .highlighted-families-sec {
        margin-top: 0;
        margin-bottom: -25px;
    }

    .large-banner-content-div {
        width: 100%;
    }
}

@media (max-width: 991px) {

    .subscribe-content-col {
        margin-bottom: 15px;
        text-align: center;
    }

    .offer-banner-big,
    .offer-banner-multi-row-top {
        margin-bottom: 30px;
    }

    .highlighted-items-big-item,
    .highlighted-items-small-item {
        margin-bottom: 15px;
    }

    .main-banner-items-side {
        margin-top: 25px;
    }

    .carousel-item-category-sec {
        width: 130px;
    }

    .carousel-item-category-image-sec {
        width: 110px;
        height: 100px;
    }

    .double-medium-banners-sec {
        padding-top: 50px;
    }

    .double-medium-banners-col {
        margin-bottom: 15px;
    }
}

@media (max-width:299px) {

    .multiple-item-div {
        height: 560px;
    }

    .multiple-item-div-bottom {
        height: 310px;
    }

    .main-banner-item-sec {
        margin-bottom: 15px;
        text-align: center;
    }

    .single-medium-banner-subtitle {
        font-size: 16px;
    }

    .single-medium-banner-title {
        font-size: 20px;
    }

    .single-medium-banner-body {
        font-size: 12px;
    }

    .single-medium-banner-body-icon {
        width: 35px;
        height: 35px;
    }

    .main-banner-large-content-div {
        padding: 30px 25px;
    }

    .main-banner-large-content-title {
        font-size: 26px;
    }

    .main-banner-large-content-image-div {
        height: 200px;
    }

    .main-banner-large-content-body {
        font-size: 12px;
    }

    .main-banner-large-content-icon-div {
        width: 60px;
        height: 40px;
        padding: 8px;
    }

    .main-banner-medium-content-title {
        font-size: 22px;
        line-height: 26px;
    }

    .main-banner-medium-content-body {
        font-size: 12px;
    }

    .main-banner-medium-sec {
        height: 130px;
    }

    .mid-banner-sec {
        height: 400px;
    }

    .main-banner-medium-content {
        text-align: center;
    }

    .section-header-title {
        font-size: 18px;
    }

    .section-header-title-link {
        font-size: 12px;
    }

    .carousel-item-category-image-sec {
        width: 85px;
        height: 85px;
    }

    .carousel-item-category-sec {
        height: 130px;
    }

    .mid-banner-sec {
        height: 530px;
    }
}

@media (min-width: 300px ) and (max-width:352px) {

    .item-div {
        height: 540px;
    }

    .item-div-bottom {
        height: 290px;
    }

    .multiple-item-div {
        height: 560px;
    }

    .multiple-item-div-bottom {
        height: 310px;
    }

    .main-banner-item-sec {
        margin-bottom: 15px;
        text-align: center;
    }

    .single-medium-banner-subtitle {
        font-size: 16px;
    }

    .single-medium-banner-title {
        font-size: 20px;
    }

    .single-medium-banner-body {
        font-size: 12px;
    }

    .single-medium-banner-body-icon {
        width: 35px;
        height: 35px;
    }

    .main-banner-large-content-div {
        padding: 30px 25px;
    }

    .main-banner-large-content-title {
        font-size: 26px;
    }

    .main-banner-large-content-image-div {
        height: 200px;
    }

    .main-banner-large-content-body {
        font-size: 12px;
    }

    .main-banner-large-content-icon-div {
        width: 60px;
        height: 40px;
        padding: 8px;
    }

    .main-banner-medium-content-title {
        font-size: 22px;
        line-height: 26px;
    }

    .main-banner-medium-content-body {
        font-size: 12px;
    }

    .main-banner-medium-sec {
        height: 130px;
    }

    .mid-banner-sec {
        height: 400px;
    }

    .main-banner-medium-content {
        text-align: center;
    }

    .section-header-title {
        font-size: 18px;
    }

    .section-header-title-link {
        font-size: 12px;
    }

    .carousel-item-category-image-sec {
        width: 85px;
        height: 85px;
    }

    .carousel-item-category-sec {
        height: 130px;
    }

    .mid-banner-sec {
        height: 530px;
    }
}

@media (min-width: 353px ) and (max-width:480px) {

    .item-div {
        height: 480px;
    }

    .item-div-bottom {
        height: 230px;
    }

    .multiple-item-div {
        height: 500px;
    }

    .multiple-item-div-bottom {
        height: 250px;
    }

    .main-banner-item-sec {
        margin-bottom: 15px;
        text-align: center;
    }

    .single-medium-banner-subtitle {
        font-size: 16px;
    }

    .single-medium-banner-title {
        font-size: 20px;
    }

    .single-medium-banner-body {
        font-size: 12px;
    }

    .single-medium-banner-body-icon {
        width: 35px;
        height: 35px;
    }

    .main-banner-large-content-div {
        padding: 30px 25px;
    }

    .main-banner-large-content-title {
        font-size: 26px;
    }

    .main-banner-large-content-image-div {
        height: 200px;
    }

    .main-banner-large-content-body {
        font-size: 12px;
    }

    .main-banner-large-content-icon-div {
        width: 60px;
        height: 40px;
        padding: 8px;
    }

    .main-banner-medium-content-title {
        font-size: 22px;
        line-height: 26px;
    }

    .main-banner-medium-content-body {
        font-size: 12px;
    }

    .main-banner-medium-sec {
        height: 130px;
    }

    .mid-banner-sec {
        height: 400px;
    }

    .main-banner-medium-content {
        text-align: center;
    }

    .section-header-title {
        font-size: 18px;
    }

    .section-header-title-link {
        font-size: 12px;
    }
}

@media (min-width: 481px ) and (max-width:575px) {

    .item-div {
        height: 555px;
    }

    .item-div-bottom {
        height: 305px;
    }

    .multiple-item-div {
        height: 500px;
    }

    .multiple-item-div-bottom {
        height: 250px;
    }

    .main-banner-item-sec {
        margin-bottom: 15px;
    }

    .single-medium-banner-subtitle {
        font-size: 16px;
    }

    .single-medium-banner-title {
        font-size: 20px;
    }

    .single-medium-banner-body {
        font-size: 14px;
    }

    .single-medium-banner-body-icon {
        width: 35px;
        height: 35px;
    }
}

@media (min-width: 576px ) and (max-width:767px) {

    .item-div {
        height: 555px;
    }

    .item-div-bottom {
        height: 305px;
    }

    .multiple-item-div {
        height: 510px;
    }

    .multiple-item-div-bottom {
        height: 260px;
    }

    .single-medium-banner-title {
        line-height: 32px;
        margin-bottom: 5px;
    }

    .single-medium-banner-subtitle {
        font-size: 16px;
    }

    .single-medium-banner-body {
        font-size: 12px;
    }

    .single-medium-banner-body-icon {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 768px ) and (max-width:991px) {

    .item-div {
        height: 555px;
    }

    .item-div-bottom {
        height: 305px;
    }

    .multiple-item-div {
        height: 530px;
    }

    .multiple-item-div-bottom {
        height: 280px;
    }

    .large-banner-content-div {
        width: 80%;
    }
}

@media (min-width: 992px ) and (max-width:1199px) {

    .item-div {
        height: 530px;
    }

    .item-div-bottom {
        height: 280px;
    }

    .multiple-item-div {
        height: 530px;
    }

    .multiple-item-div-bottom {
        height: 280px;
    }
}

@media (max-width:1130px) {
    .item-brand-sec {
        width: 40px;
        height: 40px;
    }

    .item-image-sec {
        width: 100%;
        height: 100px;
    }

    .main-banner-item-sec {
        padding: 25px 15px;
    }

    .item-rate-sec {
        margin-top: 15px;
        font-size: 14px;
    }

    .item-category {
        width: 130px !important;
    }
}
