/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.button {
background: linear-gradient(to right, #a87a59 0%, #dfb26f 40%, #fcd681 60%, #ffedbb 80%, #fffae4 100%)!important;
color: #3f3f3f!important;
}

.button:hover {
    background: linear-gradient(to left, #a87a59 0%, #dfb26f 40%, #fcd681 60%, #ffedbb 80%, #fffae4 100%)!important;
color: #3f3f3f!important;
}

.phone-topline {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #a87a59;
}
.phone-topline a{
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #a87a59;
}
.mobphone-topline a{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.but-order-topline {
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    color: #dfb26f;
}
a.call-me {
    border-bottom: 1px #a87a59 dashed;
    cursor: pointer;
}
.product_meta {
    border-top: 0px!important;
}
.top-tel {
    margin-left: 55px;
    margin-top: 10px;
}
.header-popup-blok{text-align: center;font-weight: 600;line-height: 1.2;color:#dfb26f;font-size:25px;}
.header-discrib-popup{margin:10px auto; width:80%;line-height:1.2;text-align: center;}
#order {width:400px;}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    text-align: center;
}
.generate-back-to-top {
	bottom: 60px;
}