/*-----Begin Etadev-----*/
.block-category #category-description {
    width: 650px;
    text-align: justify;
}

#manufacturer #content-wrapper #main {
    padding-top: 30px;
}

#category #wrapper .row{
    background: #efe4d0
}

#product #wrapper .row{
    background: #efe4d0
}

/*-----End Etadev-----*/

#registre_recap{
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0,0,0,0.3);
    align-items: center;
    justify-content: center;
    
}

.bloc-resrvation{
	width: 530px;
    height: 480px;
    overflow: auto;
    background-color: rgb(255,255,255);
}

#registre_recap{
	display: none;
}
.boxClose, .boxcontent
{
	padding: 15px;
}
.boxClose{
    display: flex;
    justify-content: space-between;
    background-color: #704018;
    color: #fff;
    position: fixed;
    width: 530px;
    z-index: 99;
}
.box{
	cursor: pointer;
}
.block-reserve {
    text-align: center;
}
.boxcontent {
    margin-top: 40px;
    text-align: justify;
}

.boxcontent p{
	margin-top: 10px;
}

@media all and (max-width: 425px)
{
	.bloc-resrvation, .boxClose{
		width: 415px;
	}
	div#product-description-short-3119, .product-prices, h1.h1 {
	    margin-left: 21px;
	}
	.select {
	    margin-top: 15px;
	}
}
@media all and (max-width: 375px)
{
	.bloc-resrvation, .boxClose{
		width: 365px;
	}
}
@media all and (max-width: 320px)
{
	.bloc-resrvation, .boxClose{
		width: 310px;
	}
}
@media (max-width:768px){
    #category-description{
        width: 100% !important;
    }
    .pagination .col-md-4{
        width: 100% !important;
    }
    .pagination .col-md-6{
        width: 80% !important;
    }
    .category-sub-menu  li .navbar-toggler{
        position: absolute;
        top: 20px;
    }
}