.nav-bot{
    height: 50px;
    background: #f0f0f0;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1200;
    display: none;
    -webkit-box-shadow: 0px -3px 15px -5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px -3px 15px -5px rgba(0, 0, 0, 0.35);
    box-shadow: 0px -3px 15px -5px rgba(0, 0, 0, 0.35);
}



.nav-share{
    font-size: 30px;
    text-align: center;
    width: 25%;
    float: left;
    height: 50px;
    padding: 5px 0;
}

.nav-share a{
    color: #d3d3d3;
}

.nav-like{
    font-size: 30px;
    text-align: center;
    width: 25%;
    float: left;
    height: 50px;
    padding: 5px 0;
    border-left: 1px solid #d3d3d3;
}

.nav-like a{
    color: #d3d3d3;
}

.nav-addcart{
    float: right;
    text-align: center;
    background: #b71c20;
    width: 50%;
    height: 50px;
    font-size: 18px;
    padding: 13px 0px;
}

.addcart-btn{
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding: 13px 0;
    background: #b71c20;
}


.outstock-btn{
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding: 13px 0;
    background: #cdcdcd;
}

.nav-addcart a{
    color: #fff;
}

/*.nav-addcart-outstock{
    float: right;
    text-align: center;
    background: #cdcdcd;
    width: 50%;
    height: 50px;
    font-size: 18px;
    padding: 4px 0;
}

.nav-addcart-outstock a{
    color: #fff;
}*/

.deproducts-moible{
	background: #eff0f5;
	display: block;
}

.deproducts-wrap{
	margin: 0;
	padding: 20px 0 0 0;
	width: 100%;
	height: auto;
	/*background: pink;*/
}

.deproducts-lists{
	width: 100%;
	height: auto;
	background: #fff;
	padding-bottom: 20px;
}

.deproducts-image{
	width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.deproducts-name{
	font-size: 22px;
    width: 100%;
    padding: 0 10px;
    height: auto;
    overflow: hidden;
    margin: 0 0 10px 0;
    color: #393939;
    font-weight: bold;
}

.deproducts-name a{
    color: #393939;
}

.deproducts-shop{
	font-size: 16px;
    padding: 0 10px;
    width: 100%;
    color: #8f8f8f;
    height: 20px;
    overflow: hidden;
    font-style: italic;
    margin: 0;
}

.deproducts-shop a{
	color: #8f8f8f;
}


.deproducts-price{
    margin: 20px 0 10px 0;
    padding: 0 10px;
    width: 100%;
    height: 60px;
    color: #c2060a;
    font-size: 32px;
    display: flex;
    font-weight: bold;
    border-bottom: 1px solid #f5f5f5;
}

.deproducts-price-discount{
	font-size: 18px;
    text-decoration: line-through;
    color: #ff7d7d;
    padding: 13px 0 0 10px;
}

.deproducts-desc{
    padding: 0 10px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.deproducts-time{
	padding: 0 10px;
    color: #c20509;
    font-style: italic;
}

.deproducts-tags{
    height: auto;
    width: 100%;
    /* background: blue; */
    display: flex;
    margin-top: 20px;
}

.box-topic-tags.col-md-6{
    margin: 0 10px 0 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    color: #737373;
    padding-top: 3px;
}

.box-tags-name.col-md-6{
	margin: 0;
	padding: 0;
    display: inline-table;
}

.tags-name .tag {
	background: #fff;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    border-radius: 2px;
    color: #737373;
    float: left;
    font-size: 12px;
}

.deproducts-desc-more{
	padding: 0px 10px 20px 10px;
	height: auto;
    width: 100%;
    background: #fff;
    margin-top: 15px;
}

.topic-desc-more{
	color: #393939;
    font-size: 18px;
    padding: 20px 0 10px 0;
    font-weight: bold;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}


.deproducts-review{
	padding: 0px 10px 20px 10px;
	height: auto;
    width: 100%;
    background: #fff;
    margin-top: 20px;
}

.topic-review{
	color: #393939;
    font-size: 18px;
    padding: 20px 0 10px 0;
    font-weight: bold;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}


.products-other{
    width: 100%;
    height: auto;
    background-color: #eff0f5;
    margin-bottom: 40px;
    margin-top: 30px;
}

.topic-other{
    width: 100%;
    height: 60px;
    margin-bottom: 0;
    padding: 15px 10px 15px 0px;
}


.topic-name{
    color: #393939;
    font-weight: bold;
    float: left;
    font-size: 20px;
    margin-left: 5px;
}

.content-other{
    height: auto;
    padding: 0;
}


@media (max-width: 590px){

	.deproducts-moible{
		display: block;
        margin-top: 95px;
	}

    .nav-bot{
        display: block;
    }

}