*
{
    padding: 0;
    margin: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.row
{
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.container-fluid
{
    margin-top: 68px !important;
}

.ellipsis
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.coupons
{
    overflow: hidden;
    position: relative;
    height: 408px;
    background: url("../images/ajax-loader.gif") no-repeat 50% 50%;
}

    .coupons a, .looks a, .product a
    {
        display: table;
    }

.couponsImageHolder, .looksImageHolder, .productImageHolder
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 0%;
    position: absolute;
    top: 50%;
    left: 50%;
}

    .couponsImageHolder img
    {
        max-width: 300px;
        max-height: 415px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

.looks
{
    overflow: hidden;
    position: relative;
    height: 370px;
    background: url("../images/ajax-loader.gif") no-repeat 50% 50%;
}

    .looks a
    {
    }

.looksImageHolder
{
}

    .looksImageHolder img
    {
        max-width: 275px!important;
        max-height: 377px !important;
        /*min-height: 377px !important;*/
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

.product
{
    overflow: hidden;
    position: relative;
    height: 350px;
    background: url("../images/ajax-loader.gif") no-repeat 50% 50%;
}

    .product a
    {
    }

.productImageHolder
{
}

    .productImageHolder img
    {
        max-width: 300px;
        max-height: 353px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

.collection
{
    overflow: hidden;
    position: relative;
    height: 374px;
    background: url("../images/ajax-loader.gif") no-repeat 50% 50%;
}

    .collection .collectionImageHolder
    {
        margin: 0;
    }

.collectionItems
{
    border: 1px solid rgba(0, 0, 0, 0.02);
    position: relative;
    height: 200px;
    display: inline-block;
    width: 49%;
    overflow: hidden;
}

    .collectionItems a
    {
    }

        .collectionItems a img
        {
            position: absolute;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            max-width: 134px;
            max-height: 189px;
        }

.thumbnail
{
    margin-bottom: 2px;
}

.typeTag
{
    position: absolute;
    right: 0;
    width: 45%;
    background: rgba(255, 255, 255, 0.79);
    z-index: 1;
    top: 0;
    border-top-left-radius: 65px;
}

    .typeTag p
    {
        margin: 0 0 2px;
    }

.thumbnail
{
    /*padding: 0px !important;*/
    margin-bottom: 1px !important;
}

#inputFile
{
}

    #inputFile .btn-file
    {
        position: relative;
        overflow: hidden;
    }

        #inputFile .btn-file input[type=file]
        {
            position: absolute;
            top: 0;
            right: 0;
            min-width: 100%;
            min-height: 100%;
            font-size: 100px;
            text-align: right;
            filter: alpha(opacity=0);
            opacity: 0;
            background: red;
            cursor: inherit;
            display: block;
        }

input[readonly]
{
    background-color: white !important;
    cursor: text !important;
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape)
{

    .coupons img
    {
        height: 337px !important;
        min-height: 337px !important;
        max-height: 337px !important;
    }

    .fix-hight a img
    {
        border: 1px solid red;
        height: 337px !important;
        min-height: 337px;
        max-height: 337px;
    }

    .productImageHolder img
    {
    }

    .productImageHolder img
    {
        max-width: 182px;
        max-height: 279px;
    }

    .yCoinGroup
    {
        display: none !important;
    }
}

@media only screen and (min-device-width : 600px) and (max-device-width : 1024px)and (orientation:portrait)
{

    .fix-hight
    {
        height: 337px !important;
        min-height: 337px;
        max-height: 337px;
        border:: 2px solid #F00;
    }

    .collection
    {
        height: 258px !important;
    }

    .collectionItems
    {
        height: 127px !important;
        width: 48%;
    }

        .collectionItems a img
        {
            max-width: 82px !important;
            max-height: 106px !important;
        }

    .product
    {
        height: 200px;
    }

    .productImageHolder img
    {
        max-width: 134px !important;
        max-height: 200px !important;
    }

    .yCoinGroup
    {
        display: none !important;
    }
}
/*For Google Nexus 10*/

@media only screen and (min-device-width : 800px) and (max-device-width : 1280px)and (orientation:portrait)
{
    .coupons
    {
        height: 258px !important;
    }

    .couponsImageHolder img
    {
        max-height: 258px !important;
    }

    .looks
    {
        height: 224px !important;
    }

    .looksImageHolder img
    {
        max-width: 172px !important;
        max-height: 224px !important;
    }

    .product
    {
        height: 200px !important;
    }

    .collection
    {
        height: 200px !important;
    }

    .collectionItems
    {
        height: 100px !important;
        width: 48% !important;
    }

        .collectionItems a img
        {
            max-width: 82px !important;
            max-height: 100px !important;
        }

    .yCoinGroup
    {
        display: none !important;
    }
}
/*For google Nexus 7*/
@media all and (device-width: 966px) and (device-height: 604px) and (orientation:landscape)
{
    .coupons
    {
        height: 258px !important;
    }

    .couponsImageHolder img
    {
        max-height: 258px !important;
    }

    .looks
    {
        height: 224px !important;
    }

    .looksImageHolder img
    {
        max-width: 225px !important;
        max-height: 224px !important;
    }

    .collection
    {
        height: 223px !important;
    }

    .collectionItems
    {
        height: 100px !important;
        width: 48% !important;
    }

        .collectionItems a img
        {
            max-width: 118px !important;
            max-height: 100px !important;
        }

    .thumbnail .caption
    {
        font-size: 85%;
    }

    .product
    {
        height: 205px !important;
    }

    .yCoinGroup
    {
        display: none !important;
    }
}

/*For google Nexus 7.2*/
@media all and (device-width: 960px) and (device-height: 600px) and (orientation:landscape)
{
    .coupons
    {
        height: 258px !important;
    }

    .couponsImageHolder img
    {
        max-height: 258px !important;
    }

    .looks
    {
        height: 224px !important;
    }

    .looksImageHolder img
    {
        max-width: 225px !important;
        max-height: 224px !important;
    }

    .collection
    {
        height: 223px !important;
    }

    .collectionItems
    {
        height: 100px !important;
        width: 48% !important;
    }

        .collectionItems a img
        {
            max-width: 118px !important;
            max-height: 100px !important;
        }

    .thumbnail .caption
    {
        font-size: 85%;
    }

    .product
    {
        height: 205px !important;
    }

    .yCoinGroup
    {
        display: none !important;
    }
}
/**/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait)
{
    .coupons
    {
        height: 258px !important;
    }

    .couponsImageHolder img
    {
        max-height: 258px !important;
    }

    .looks
    {
        height: 224px !important;
    }

    .looksImageHolder img
    {
        max-width: 225px;
        max-height: 224px;
    }

    .thumbnail .caption
    {
        font-size: 85%;
    }

    .collection
    {
        height: 223px !important;
    }

    .collectionItems
    {
        height: 114px !important;
        width: 48% !important;
    }

    .product
    {
        height: 205px !important;
    }

    .navbar-form
    {
        padding: 10px 7px;
    }

    .yCoinGroup
    {
        display: none !important;
    }

    .typeTag {
        width: 100%;
        bottom: 0;
        top: inherit;
    }
}
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px)
{


    .fix-hight a img
    {
        max-height: 250px;
        height: 250px;
        min-height: 250px;
    }

    .smalltextBox
    {
        width: 83%;
        float: left;
    }
}

/* Extra Small Devices, Phones */
/*  @media only screen and (min-width : 480px) {
body{
	background:#0CF;
}
    }*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px)
{
    .subMenuUL
    {
        width: 19.666667%;
        float: left;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px)
{
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px)
{
}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px)
{
    .coupons
    {
        height: 338px;
    }

    .couponsImageHolder img
    {
        max-height: 332px;
    }

    .looksImageHolder img
    {
        max-height: 300px;
    }

    .looks
    {
        height: 300px;
    }

    .product
    {
        height: 280px;
    }

    .collection
    {
        height: 300px;
    }

    .collectionItems
    {
        height: 150px;
    }

        .collectionItems a img
        {
            max-width: 118px;
            max-height: 150px;
        }

    .navbar-form
    {
        padding: 0px 7px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px)
{

    coupons
    {
        height: 338px;
    }

    .couponsImageHolder img
    {
        max-height: 335px;
    }

    .looks
    {
        height: 300px;
    }

    .looksImageHolder img
    {
        max-width: 225px;
        max-height: 297px;
    }

    .product
    {
        height: 280px;
    }

    .productImageHolder img
    {
        max-width: 134px !important;
        max-height: 200px !important;
    }

    .yCoinGroup
    {
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px)
{
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px)
{
    .smalltextBox
    {
        width: 83%;
        float: left;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px)
{
    .smalltextBox
    {
        width: 83%;
        float: left;
    }

    .subMenuUL
    {
        float: none !important;
        width: 90.666667% !important;
    }
}

@media only screen and (width: 800px) and (height: 1280px)
{
    .coupons
    {
        height: 258px;
    }

    .couponsImageHolder img
    {
        max-height: 258px;
    }

    .looks
    {
        height: 224px;
    }

    .looksImageHolder img
    {
        max-width: 225px;
        max-height: 224px;
    }

    .thumbnail .caption
    {
        font-size: 85%;
    }

    .collection
    {
        height: 223px;
    }

    .collectionItems
    {
        width: 48%;
        height: 109px;
    }

        .collectionItems a img
        {
            max-width: 118px;
            max-height: 109px;
        }

    .product
    {
        height: 203px;
    }

    .yCoinGroup
    {
        display: none !important;
    }
}

@media only screen and (width: 900px) and (height: 1440px)
{
    .coupons
    {
        height: 258px;
    }

    .couponsImageHolder img
    {
        max-height: 258px;
    }

    .looks
    {
        height: 224px;
    }

    .looksImageHolder img
    {
        max-width: 225px;
        max-height: 224px;
    }

    .thumbnail .caption
    {
        font-size: 85%;
    }

    .collection
    {
        height: 223px;
    }

    .collectionItems
    {
        width: 48%;
        height: 109px;
    }

        .collectionItems a img
        {
            max-width: 118px;
            max-height: 109px;
        }

    .product
    {
        height: 203px;
    }

    .yCoinGroup
    {
        display: none !important;
    }
}

@media only screen and (width: 950px) and (height: 1280px)
{
    .coupons
    {
        height: 258px;
    }

    .couponsImageHolder img
    {
        max-height: 258px;
    }

    .looks
    {
        height: 224px;
    }

    .looksImageHolder img
    {
        max-width: 225px;
        max-height: 224px;
    }

    .thumbnail .caption
    {
        font-size: 85%;
    }

    .collection
    {
        height: 223px;
    }

    .collectionItems
    {
        width: 48%;
        height: 109px;
    }

        .collectionItems a img
        {
            max-width: 118px;
            max-height: 109px;
        }

    .product
    {
        height: 203px;
    }

    .yCoinGroup
    {
        display: none !important;
    }
}

@media only screen and (width: 1200px)
{
    .coupons
    {
        height: 411px;
    }

    .couponsImageHolder img
    {
        max-height: 411px;
    }

    .looks
    {
        height: 373px;
    }

    .looksImageHolder img
    {
        max-height: 373px;
    }

    .product
    {
        height: 353px;
    }

    .collection
    {
        height: 373px;
    }

    .collectionItems
    {
        height: 200px;
    }

        .collectionItems a img
        {
            max-width: 136px;
            max-height: 159px;
        }

    .yCoinGroup
    {
        display: none !important;
    }
}

@media only screen and (min-width : 768px)and (max-width:991px)
{
    .coupons
    {
        height: 258px;
    }

    .couponsImageHolder img
    {
        max-height: 258px;
    }

    .looks
    {
        height: 224px;
    }

    .looksImageHolder img
    {
        max-height: 224px;
    }

    .thumbnail .caption
    {
        font-size: 85%;
    }

    .collection
    {
        height: 223px;
    }

    .collectionItems
    {
        height: 109px;
        width: 48%;
    }

        .collectionItems a img
        {
            max-width: 118px;
            max-height: 109px;
        }

    .product
    {
        height: 206px;
    }

    .smalltextBox
    {
        width: 83%;
        float: left;
    }

    .navbar-form
    {
        padding: 0px 7px;
    }

    .yCoinGroup
    {
        display: none !important;
    }
}
