/*------------------------------------------------------------------
    ADD YOUR OWN STYLING HERE AVOID TO USE STYLE.CSS AND MAIN.CSS
	
	IT WILL BE HELPFUL FOR YOU IN FUTURE UPDATES
-------------------------------------------------------------------*/
.icontent{
    overflow: hidden !important;
}

.side-bar .cate li.active a {
    color: #f69a54 !important;
}


ul li.main-check {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-left: 18px;
}
ul li.main-check div.radio {
    margin-bottom: 0 !important;
}
ul li.main-check label {
    margin-bottom: 10px !important;
}

.ibtn-alert{
    border: 1px #d4d4d4 solid;
    width: 190px;
    line-height: 39px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
}


#rows .row-reviews {
    display: none !important;
}


/* ======================== RWD =========================*/
@media (min-width: 1200px) {

.product-view{
	height:298px;
	width:408px;
	display:block;
}
    .item-row{
        width: 408px;
        
    }
    .new-tag {
        bottom: 110px;
    }

}

@media (min-width: 980px) {

}

@media (min-width: 768px) and (max-width: 979px) {


}

@media (max-width: 767px) {


}

@media (max-width: 480px) {
    .item-decribe .nav-tabs {
        border: 1px solid #272727;
        border-right: 1px solid #272727;
    }

    .item-decribe .nav-tabs li {
        border-right: none;
    }

}