﻿@media screen and (max-width: 750px) {
    contentTop {
        padding-top: 0px;
    }
    .ig_iframe_container {
    height:fit-content !important;
}
}

@media screen and (min-width: 751px) {
    contentTop {
        padding-top: 120px;
    }
}

.ig_iframe_container {
    height:2000px;
}

#content > .container
{
    margin-bottom: 10px;
}

#contentTop
{
    background-color: transparent;
}

#contentMiddle
{
    padding: 0px;
}

#categorybar
{
    margin-top: -10px;
    max-height: 418px;
    overflow: auto;
}

#addrotatewrapper
{
    margin-top: -20px;
    padding: 0;
}

#staticadwrapper {
    margin-top: -20px;
}

/* Carousel base class */
.carousel .item
{
    background-color: #707070;
}

.carousel-inner > .item > a > object, .carousel-inner > .item > a > img
{
    width: 100%;
}

#ContentHeaderMessage {
    padding-bottom: 20px;
    display:none;
}

.carousel-indicators {
    z-index: 2 !important;
}

#bestsellerproduct > div , 
#premiumbrandproduct > div, 
#specialofferproduct > div, 
#newarrivalproduct > div {
    margin-top: 30px;
}

.productcontainer {
    background-color: #FFF;
    border: 1px solid #AFAFAF;
    overflow: hidden;
    margin-top: -1px;
}

.productcontainerdetail {
    background-color: #E8E4E0;
    margin: 6px;
    overflow: hidden;
}

/*.nav-item_product-active {
    height: 50px; 
    background-color:#FFF; 
    margin-left: 1px;
}*/

.nav-item_producttext-active {
    margin: 5px; 
    font-size: 16px;
    font-family: mainCategoryFont;
    font-weight: bold;
    color: #FFF !important;
    background-color:#f3c2c2;
}

    .nav-item_producttext-active:hover {
        /*background-color: #FFF !important;*/
        border: 1px solid transparent !important;
        color: #FFF !important;
    background-color:#f3c2c2;
    }

    .nav-item_producttext-active:active {
        /*background-color: #FFF !important;*/
        border: 1px solid transparent !important;
        color: #FFF !important;
    background-color:#f3c2c2;
    }

.nav-item_product-active {
    height: 40px;
    background-color: #FFF;
    margin-right: 8px;
    margin-left: 1px;
}

.nav-item_producttext {
    margin: 5px;
    font-size: 16px;
    font-family: mainCategoryFont;
    color: #000 !important;
}

    .nav-item_producttext:hover {
        background-color: #f3c2c2 !important;
        border: 1px solid transparent !important;
    }

    .nav-item_producttext:active {
        background-color: #f3c2c2 !important;
        border: 1px solid transparent !important;
    }

.nav-item_product {
    height: 40px;
    background-color: #FFF;
    border-bottom: 1px solid #C8C8C8;
    margin-right: 8px;
    margin-left: 1px;
}

.container_hd {
    background-color: #FFFFFF !important; 
    border: 1px solid #AFAFAF !important; 
}

.container_hd_item {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

    .container_hd_item:not(:last-child) {
        border-right: 1px solid #AFAFAF;
    }

.productcontainershowmore {
    width: 100px;
    margin: 15px;
}