﻿
@media (max-width: 750px) {
    .clsCatImg {        
        height: 100px;
        width: 100px;
        margin: 0px,0px,0px,0px;
        cursor: grab;
        text-align: center;
    }
}

@media (min-width: 800px) {
    .clsCatImg {
        height: 150px;
        width: 150px;
        margin: 0px,0px,0px,0px;
        cursor: grab;
        text-align: center;
    }
}

.clsCatImgBestSeller {
    height: 100px;
    width: 100px;
    margin: 0px,0px,0px,0px;
    /*border: groove;*/
    cursor: grab;
    text-align: center;
}

.StyleCategoryMenu {
    width: 100%;
    height: 300px;
    background-color: white;
    border-color: black;
    border-style: groove;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    position: relative;
    overflow-x: auto;
}

.row {
    margin: 10px;
    overflow-x: hidden;
    float: none;
}

    .row:after {
        content: "";
        display: table-row;
        clear: both;
    }

.carousel-control-prev-icon {
    width: 50px;
    height: 50px;
}

.carousel-control-next-icon {
    width: 50px;
    height: 50px;
}

.carousel-control-prev-icon {
    background-color: #36454F;
    width: 50px !important;
}

.carousel-control-next-icon {
    background-color: #36454F;
    width: 50px !important;
}

.catHeader {
    border: none;
    padding: 10px 10px;
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.clsProductName {
    font-size: 12px !important;
    font-weight: bold;
    color: black;
    display: inline-block;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    width: 100%;
}

.clsDescription {
    font-size: 10px !important;
    font-weight: bold;
    color: black;
    text-align: center;
    display: inline-block;
    padding: 0,0,0,0;
    margin: 0,0,0,0;
    width: 120px;
}

.div2Cls {
    /*display: table-cell;
    font-weight: 400;
    color: black;
    width: 120px;
    margin-left: 10px;
    border: groove;*/
    display: table-cell;
    font-weight: 400;
    color: black;
    width: 120px;
    border: 5px groove rgba(255,255,255,.15);
}

.productimgPromo {
    height: 100%;
    width: 100%;
}

.carousel {
    margin-top: 35px !important;
}

/*.carousel-inner {
    margin-left: 200px !important;
}*/
