body{
    background-color: #f1f2f4;
    font-size: 14px;
}

h3, .h3{
    font-size: 20px;
}

.text-mv{
    color: #02aeef;
}

.btn-outline-mv{
    color: #02aeef;
    border-color: #02aeef;
}

.btn-outline-mv {
    border-color: rgba(2,174,239, 0.35);
}

.product-list-slider{
    background-color: #ffffff;
    box-shadow: 0 4px 6px -3px #9c9c9c;
    border-radius: 3px;
    margin-left: -15px;
    margin-right: -15px;
}

.product-list-slider .product-card{
	width: 190px;
    height: 350px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.product-card .card-img-top{
    height: 210px;
}

.product-card .card-img-top img{
    height: 100%;
}

#home-group-tab{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.two-column{
    -moz-column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-count: 2;
    -webkit-column-gap: 1em;
    column-count: 2;
    column-gap: 1em;
}

.three-column{
    -moz-column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-count: 3;
    -webkit-column-gap: 1em;
    column-count: 3;
    column-gap: 1em;
}

.four-column{
    -moz-column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-count: 4;
    -webkit-column-gap: 1em;
    column-count: 4;
    column-gap: 1em;
}

.tab-content ul.list-group li{
    list-style: none;
    line-height: 30px;
}

/*.cz-carousel .tns-nav{*/
/*    box-shadow: 0px 0px 10px 0px #b5b5b5;*/
/*    margin-top: 15px;*/
/*}*/

.product-list-slider .card.product-card.card-static{
    height: 345px;
}

.tns-ovh.tns-ah{
    height: 350px !important;
}

.cz-carousel-inner{
    height: 360px;
}

.cz-carousel .tns-nav{
    padding-top: 0;
}

.star-rating{
    line-height: 1.40;
}

@media (min-width: 768px){
    .btn-md-sm{
        padding: .425rem 1rem;
        font-size: .8125rem;
        line-height: 1.5;
        border-radius: .1875rem;
    }
}

@media (min-width: 576px){
    .product-list-slider .product-card {
        width: auto;
    }
}

@media (max-width: 576px){
    .product-list-slider .product-card{
        width: 100%;
        height: auto;
    }

    .btn-sm-sm{
        padding: .425rem 1rem;
        font-size: .8125rem;
        line-height: 1.5;
        border-radius: .1875rem;
    }
}

@media(max-width:480px){
    .p-xs-0{padding: 0 !important;}
    .p-xs-5{padding: 5px !important;}
    .pl-xs-0{padding-left: 0 !important;}
    .pr-xs-0{padding-righ: 0 !important;}

    .mt-xs-3{margin-top: 3px !important;}
    .mt-xs-5{margin-top: 5px !important;}

    .btn-xs-sm{
        padding: .425rem 1rem;
        font-size: .8125rem;
        line-height: 1.5;
        border-radius: .1875rem;
    }
}
