.btn-general {
    padding: 7.5px 11px !important;

}
#menu #menu-list li.dropdown {
	position:relative;
}

header .container {
    padding-bottom: 0px !important;
}

.pad-top {
	background: #D9D9D9;
}

#logo img {
    border-radius: 5px;
}

#menu #menu-list li a {
    font-weight: 600;
}

/*************убрать корзину и покупку***********/

#cart  > .btn {
	display: none !important;
}

.container-module .product-thumb .actions div.cart {
    display: none !important;
}
.container-module .product-thumb:hover .actions-quick-order .quick-order {
    display: none !important;
}

.btn-add-to-cart-quickview {
    display: none !important;
}

#product .actions .cart .btn-general {
    display: none !important;
}

#product .actions .w100 {
    display: none !important;
}
.product-grid .product-thumb .actions div.cart .btn {
    display: none !important;
}
.btn-fastorder {
    display: none;
}