#content-iframe {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 100%;
    height: 100%;
    max-height: 800px!important;
}

.column_fix {
    
}

img.gray-img {
    filter: brightness(0.5) grayscale(1) hue-rotate(-70deg) saturate(5);
}


.product-cdn-info .point{
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 20px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    position: relative;
    border: 1px solid #000;
    z-index: 1;
    cursor: pointer;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.point:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.point:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 20px;
    background: #1f1f1d;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.point.show,
.point:hover {
    background-color: #fff;
}
.point.show:before,
.point:hover:before{
    background: #000;
}
.point.show:after,
.point:hover:after {
    background: #fff;
}
.point:hover .ripple{
    opacity: 0;
    visibility: hidden;
}
.product-cdn-info .product-drop{
    position: absolute;
    left: 50%;
    top: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    z-index: 111;
}
.item-cdn:hover .product-drop,
.product-cdn-info .product-drop.active{
    visibility: visible;
    opacity: 1;
}
.product-cdn-info .list-col-item{
    width: 100%;
    padding: 0;
}
.product-cdn-info .product-thumb {
    width: 100px;
    margin: auto;
}
.product-cdn-info .item-product{
    margin: 0;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    padding-top: 58px;
    position: relative;
}
.product-cdn-info .item-product:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: rgba(31, 31, 29, .7);
}
.product-cdn-info .product-info{
    background-color: transparent;
    width: 125px;
    margin: auto;
    padding-top: 20px;
}
.product-cdn-info .product-thumb .product-thumb-link::before,
.product-cdn-info .product-extra-link,
.product-cdn-info .product-thumb .product-label{
    display: none;
}
.product-cdn-info .product-title a{
    color: #fff;
}
.product-cdn-info .product-title a:hover{
    color: #dc9814;
}
.product-cdn-info .product-price > del,
.product-cdn-info .product-price > del > span,
.product-cdn-info .product-price > span{
    color: #fff;
}
.point.show .item-product:before{
    -webkit-animation: fadeDown 1s .15s both;
    animation: fadeDown 1s .15s both;
}
.point.show .item-product .product-thumb{
    -webkit-animation: fadeUp 1s .2s both;
    animation: fadeUp 1s .2s both;
}
.point.show .item-product .product-info .product-title{
    -webkit-animation: fadeDown 1s .3s both;
    animation: fadeDown 1s .3s both;
}
.point.show .item-product .product-info .product-price{
    -webkit-animation: fadeDown 1s .4s both;
    animation: fadeDown 1s .4s both;
}

.fixed_pos {
    background-color:#fff!important;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 99px;
}

.nopad {
    padding-top:0!important;
    margin-top:0;
}


@media only screen and (max-width : 480px) {
    #brandings .column {
        margin: 0 auto;
        text-align: center;
        max-width: 100px;
        display: block;
    }

    img.gray-img {
        max-width: 100px!important;
    }
}

td.tdw {
    min-width: 100px!important;
    width: 100px!important;
    max-width: 100px!important;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0!important;
}


@media screen and (min-width: 1024px) {
    .container {
        max-width: 100%;
    }
}


@media screen and (min-width: 1216px) {
    .container {
        max-width: 93%;
    }
}