/*
Theme Name: Inizio
Theme URI: https://sitetop-group.com/
Template: woodmart
Author: Acid
Author URI: https://sitetop-group.com/
Description: ThemeForest Premium Theme
Tags: one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,sticky-post,translation-ready
Version: 5.2.0.1599725818
Updated: 2020-09-10 11:16:58

*/
/* Шапка */
.whb-general-header {
    /* margin-top: 0px; */
    width: 100%;
    position: absolute;
}
.single-product .site-content {
    margin-top: 15px;
}
/* Шапка */
/* Шрифт для слайдера */
.rs-layer {
    font-family: MagistralC, sans-serif !important;
}
/* / Шрифт для слайдера */
/* Скрываем кнопки аккаунт/сравнение/регистрация */
.woodmart-compare-info-widget.wd-tools-element.wd-style-icon.with-product-count {
    display: none!important;
}
.woodmart-header-links.woodmart-navigation.menu-simple-dropdown.wd-tools-element.item-event-hover.my-account-with-username.my-account-with-icon{
    display: none!important;
}
.menu-item-my-account,
.menu-item-compare,
.menu-item-register{
	display:none!important;
}
/* / Скрываем кнопки аккаунт/сравнение/регистрация */
/* Кнопки корзины */
.cart-actions .button[name="apply_coupon"]{
    background-color: #924454!important;
}
.cart-actions .button[name="apply_coupon"]:hover{
    background-color: #b15366!important;
}
.cart-totals-inner .checkout-button{
    background-color: #924454!important;
}
.cart-totals-inner .checkout-button:hover{
    background-color: #b15366!important;
}
.widget_shopping_cart .buttons .checkout{
    background-color: #924454!important;
}
.widget_shopping_cart .buttons .checkout:hover{
    background-color: #b15366!important;
}
.return-to-shop .button{
    background-color: #924454!important;
}
.return-to-shop .button:hover{
    background-color: #b15366!important;
}
#place_order{
    background-color: #924454!important; 
}
#place_order:hover{
    background-color: #b15366!important; 
}
.woocommerce-info{
    background-color: #924454!important; 
}
/*/ Кнопки корзины */
/* Footer */
div#custom_html-4, div#custom_html-7 {
    font-size: 16px;
    color: #000;
    text-align: center;
}
div#custom_html-4 a, div#custom_html-7 a {
    color: #924454;
}
.text-copyright a:hover {
    border: none!important;
    color: #aa4e6d;
}
/*/ Footer */
/* Кнопка предзаказа */
.alert-info {
    background-color: #924454;
    display: inline-block;
    padding: 12px 20px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 35px;
    cursor: pointer;
}
button.single_add_to_cart_button.button.alt {
    background-color: #924454;
}
button.single_add_to_cart_button.button.alt:hover {
    background-color: #aa4e6d;
}
.submit{
    background-color: #924454!important;
}
.submit:hover{
    background-color: #aa4e6d!important;
}
.woodmart-add-btn a {
    background-color: #924454!important;
}
.woodmart-add-btn a:hover{
    background-color: #aa4e6d!important;
}
.alert-info:hover{
    background-color: #aa4e6d;
}
.send-btn-wrapp {
    text-align: center;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #924454;
    display: inline-block;
    padding: 12px 20px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 35px;
    cursor: pointer;
}
input.wpcf7-form-control.wpcf7-submit:hover{
    background-color: #aa4e6d;
}
label {
    font-size: 18px;
}
/* / Кнопка предзаказа */
/* Страница брендов */
.brand-item img {
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75)!important;
}
.brands-widget .brand-item img {
    max-height: 150px!important;
}
/* Страница брендов */

/* Медиа запросы */
@media (max-width: 1024px){
.page-title {
    padding: 50px 0px 0px;
}
}