.description-section ul.nav-tabs a {
    padding: 10px 25px;
    border: 1px solid #ddd;
	transition:all .4s ease;
	border-radius:.25rem
}
.description-section ul.nav-tabs a.active {
    background: #D6B264;
    color: #fff;
    border-color: #D6B264;
	transition:all .4s ease
}
.description-section ul.nav-tabs li {
    margin-right: 10px;
}
.description-section ul.nav-tabs {
    border: 0;
    margin-bottom: 30px;
}

.description-section table td, .description-section table th {
    border: 1px solid #dee2e6;
}
.description-section table td, .description-section table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.description-section table {
	width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border: 1px solid #dee2e6;
}
.card-body.description-section {
    padding-top: 35px;
}
.btn-primary:hover{
	background:#444;
	border-color:#444;
}
.btn-primary{
	background:#D6B264;
	border-color:#D6B264;
}
.service-item a.btn.btn-primary {
    display: table;
}
.service-item .service-img img{transition:all .4s ease;}
.service-item:hover .service-img img{
    transform: scale(1.1);
	transition:all .4s ease;
}
.service-item:hover {
	transition:all .4s ease;
	box-shadow:0px 15px 25px #0000000f
}
.service-item .service-img{
	overflow:hidden
}
.service-item {
    border: 1px solid #eee;
    border-radius: .40rem;
    margin-bottom: 25px;
	transition:all .4s ease;
}
.owl-product.owl-carousel .owl-stage-outer{
	margin:0px
}
.card.rounded {
    border-radius: 1rem !important;
}
.container-fluid.bg-breadcrumb {
    background-image: url(/assets/img/home/global.jpg);
    background-position: center right;
    background-size: 30%;
    background-repeat: no-repeat;
}
.container-fluid.bg-breadcrumb h1.display-4 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #d6b264;
	padding-top: 147px;
}
body .modal-content {
    background-color: #2b2b2b;
}
/*fix*/
@media (min-width: 992px) {
    .fixed-header .navbar-brand {
        background-image: url(/assets/img/zed-trader-logo.png);
        width: 66px;
        height: 65px;
    }
}
div#contacts.wtree {
    background-image: url(/assets/prods/tree-contact.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.slick-list.draggable {
    overflow: hidden;
}