.hide {
    display: none!important;
}
.btn-modal-cart-open, .btn-modal-cart-open-list{
    background-color: #fff!important;
    color: #ccc!important;
    border-color: #ccc!important;
    padding: 5px 20px;
    font-size: 18px; /*1.25rem;*/
    font-weight: 300;
}
.btn-modal-cart-open, .btn-modal-cart-open-list:hover{
    background-color: #fff!important;
    color: #000!important;
    border-color: #000!important;
}
.btn-modal-cart-clear, .btn-modal-continue{
    background-color: #fff;
    color: #000;
    border-color: #000;
    padding: 5px 20px;
    font-size: 18px; /*1.25rem;*/
    font-weight: 300;
}
.btn-modal-cart-clear:hover, .btn-modal-continue:hover{
    background-color: #fff;

    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.55);
}
.container {
    /*max-width: 960px;*/
}
.modal-cart{
    z-index: 1500;
}




.shell{
    /*padding:80px 0;*/
    padding:20px 0;
}
.wsk-cp-product{
    background:#fff;
    padding:15px;
    border-radius:6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position:relative;
    margin:20px auto;
}
.wsk-cp-img{
    position:absolute;
    top:5px;
    left:50%;
    transform:translate(-50%);
    -webkit-transform:translate(-50%);
    -ms-transform:translate(-50%);
    -moz-transform:translate(-50%);
    -o-transform:translate(-50%);
    -khtml-transform:translate(-50%);
    width: 100%;
    padding: 15px;
    transition: all 0.2s ease-in-out;
}
.wsk-cp-img img{
    width:100%;
    transition: all 0.2s ease-in-out;
    border-radius:6px;
}
.wsk-cp-product:hover .wsk-cp-img{
    top:-40px;
}
.wsk-cp-product:hover .wsk-cp-img img{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.wsk-cp-text{
    /*padding-top:150%;*/
    padding-top:110%;
}
.wsk-cp-text .category{
    text-align:center;
    font-size:12px;
    font-weight:bold;
    padding:5px;
    margin-bottom:45px;
    position:relative;
    transition: all 0.2s ease-in-out;
}
.wsk-cp-text .category > *{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);

}
.wsk-cp-text .category > span{
    padding: 12px 30px;
    /*border: 1px solid #313131;*/
    background:#212121;
    color:#fff;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border-radius:27px;
    transition: all 0.05s ease-in-out;

}
.wsk-cp-product:hover .wsk-cp-text .category > span{
    border-color:#ddd;
    box-shadow: none;
    padding: 11px 28px;
}
.wsk-cp-product:hover .wsk-cp-text .category{
    margin-top: 0px;
}
.wsk-cp-text .title-product{
    text-align:center;
}
.wsk-cp-text .title-product h3{
    font-size:20px;
    font-weight:bold;
    margin:15px auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:100%;
}
.wsk-cp-text .description-prod p{
    margin:0;
}
/* Truncate */
.wsk-cp-text .description-prod {
    text-align:center;
    width: 100%;
    height:62px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom:15px;
}
.card-footer{
    padding: 25px 0 5px;
    border-top: 1px solid #ddd;
}
.card-footer:after, .card-footer:before{
    content:'';
    display:table;
}
.card-footer:after{
    clear:both;
}

.card-footer .wcf-left{
    float:left;

}

.card-footer .wcf-right{
    float:right;
}

.price{
    font-size:18px;
    font-weight:bold;
}

a.buy-btn{
    display:block;
    color:#212121;
    text-align:center;
    font-size: 18px;
    width:35px;
    height:35px;
    line-height:35px;
    border-radius:50%;
    border:1px solid #212121;
    transition: all 0.2s ease-in-out;
}
a.buy-btn:hover , a.buy-btn:active, a.buy-btn:focus{
    border-color: #FF9800;
    background: #FF9800;
    color: #fff;
    text-decoration:none;
}
.wsk-btn{
    display:inline-block;
    color:#212121;
    text-align:center;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    border-color: #FF9800;
    background: #FF9800;
    padding:12px 30px;
    border-radius:27px;
    margin: 0 5px;
}
.wsk-btn:hover, .wsk-btn:focus, .wsk-btn:active{
    text-decoration:none;
    color:#fff;
}
.red{
    color:#F44336;
    font-size:22px;
    display:inline-block;
    margin: 0 5px;
}
@media screen and (max-width: 991px) {
    .wsk-cp-product{
        margin:40px auto;
    }
    .wsk-cp-product .wsk-cp-img{
        top:-40px;
    }
    .wsk-cp-product .wsk-cp-img img{
        box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    }
    .wsk-cp-product .wsk-cp-text .category > span{
        border-color:#ddd;
        box-shadow: none;
        padding: 11px 28px;
    }
    .wsk-cp-product .wsk-cp-text .category{
        margin-top: 0px;
    }
    a.buy-btn{
        border-color: #FF9800;
        background: #FF9800;
        color: #fff;
    }
}
.page-item > span {

}
.header-block{
    background-color: #fff;
    box-shadow: 0 -1px 3px rgba(0,0,0,0.12), 0 -1px 2px rgba(0,0,0,0.24)!important;
}
.shop-nav{
    background-color: #fff!important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
    padding:15px 0;
    border-radius:6px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.24)!important;
    margin-top: -4px;
}
.ushop-cc{
    font-size: 30px; color:#000;
}
.shop-total-label{
    margin-left: -15px;
    margin-top: -12px;
    color:#fff;
    background-color: #198754;
}
.cart-open:hover > .shop-total-label{
    background-color: #157347;
}
.modal-control-b{
    float: right;
    /*position: absolute;*/
    bottom: 5px;
    right: 0px;
    text-align: right;
    padding: 30px;
    text-shadow: #CCC 1px 0 10px;
    width: 100%;
}

.modal-detail-product-price{
    float: right; font-size: 32px; font-weight: bold; margin-bottom: 20px;
}
.modal-btn-buy{
    width:200px; float: right;
}
.modal-detail-product-text{
    margin-bottom: 30px;
}
.card-product-price{
    font-size: 23px!important;
    padding: 12px 12px!important;
}
.show767{
    display: none;
}
.nav-link-m{
    color: rgba(0, 0, 0, 0.55);
    text-decoration: none;
    margin-right: 10px;
}
.nav-link-m:hover{
    color: #000;
}
.nav-link-m.active{
    color: #000;
    text-decoration: none;
    margin-right: 10px;
}
.style-cart{
    margin-left: 10px; float: right;
}
.active>.page-link, .page-link.active{
    background-color: #198754;
    color: #fff;
    border-color:#157347;
}
.page-link{
    color: #198754;
}
.page-link:hover{
    color:#157347;
}
.active > .page-link:hover{
    /*color:#157347;*/
    color:#fff;
}
.btn-modal-send-cart, .btn-add-product-to-cart{
    font-size: 18px; /*1.25rem;*/
    font-weight: 300;
    background-color: #198754;
    color: #fff;
    border-color: #157347;
    padding: 5px 20px;
}
.btn-modal-send-cart:hover, .btn-add-product-to-cart:hover{
    border-color: #198754;
    color: #fff;
    background-color: #157347;
}
body{
    overflow-x: hidden;
}
.cart-product-count, .btn-cart-minus-product, .btn-cart-plus-product{
    float: left;
}
.cart-remove-product, .btn-cart-minus-product, .btn-cart-plus-product{
    color: #198754;
}
.cart-remove-product:hover, .btn-cart-minus-product:hover, .btn-cart-plus-product:hover{
    color: #157347;
}
.cart-product-count{
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}
.row-v-a{
    vertical-align: center;
}
.modal-dialog-fw {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content-fw {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    width: 100%;
    min-width: 100%;
}
@media screen and (max-width: 767px) {
    .hide767{
        display: none;
    }
    .show767{
        display: block;
    }
    .style-cart-767{
        margin-top: 4px;
    }
}
@media screen and (max-width: 686px) {
    .hide686 {
        display: none;
    }
    .tdhide686{
        padding: 0!important;
    }
}
@media screen and (max-width: 798px) {
    .hide798 {
        display: none;
    }
    .tdhide798{
        padding: 0!important;
    }
}
@media screen and (max-width: 470px) {
    .hide470 {
        display: none;
    }
    .tdhide470{
        padding: 0!important;
    }
}
@media screen and (max-width: 991px) {
    .sort-label-d-none {

    }
}
@media screen and (max-width: 395px) {
    .hide395{
        display: none;
    }
}
.show440{
    display: none;
}
@media screen and (max-width: 440px) {
    .hide440 {
        display: none;
    }
    .show440{
        display: block;
    }
}
@media screen and (max-width: 395px) {
    .p75p395{
    width: 75%;
}
}
