﻿.active-tab {
    display: inline-block; 
    border-bottom: 5px #0065f8 solid;
}

.tab-blue{
    cursor: pointer;
}

.tab-blue:hover{
    display: inline-block; 
    border-bottom: 5px #0065f8 solid
}

.btn-cart{
    border-radius:5px !important;
    height: 46px;
}

.pt11{
    padding-top: 24%;
}

@media screen and (max-width: 1367px) {
    .pt11{
        padding-top:12%;
    }
}

@media screen and (max-width: 1281px) {
    .pt11{
        padding-top:15%;
    }

    .rlight-30{
        font-size: 24px;
    }

    .rlight-18,
    .rbold-18{
        font-size: 14px;
    }

    .rlight-16{
        font-size: 14px;
    }

    button > span {
        font-size: 13px !important;    
    }
}

html,body {
	height:100%;
}

.row-desc {
    background-color: #2f2f2f; 
    color: #CCCCCC; 
    border-top: 1px #6f7070 solid; 
    padding-bottom: 120px;
    padding-top: 40px;
}

.footer-normal {
    margin-top: 0;
}

.pt30px {
    padding-top: 30px;
}