/*
Theme Name: Root Child
Theme URI: http://wpshop.biz/themes/root
Template: root
Author: WPShop.biz
Author URI: http://wpshop.biz/
Version: 1.0.0.1588591656
Updated: 2020-05-04 14:27:36

*/









.myButton {
    font-size: 22px;
    display: inline-block;
    color: #fff;
    -moz-box-shadow: 0 10px 14px -7px #8c8c8c;
    -webkit-box-shadow: 0 10px 14px -7px #8c8c8c;
    -o-box-shadow: 0 10px 14px -7px #8c8c8c;
    box-shadow: 0 10px 14px -7px #8c8c8c;
    border: 1px solid #5b5b5b;
    text-decoration: none;
    background-color: #dd9933;
    font-family: Arial;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-shadow: 0 1px 0 #5b8a3c;
    padding: 9px 76px;
}
.myButton:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e24b00;
}
.myButton:active {
    top: 1px;
    position: relative;
}
@media (max-width: 576px) {

.site-logotype img {
    max-width: 200px!important;
    height: auto;
}
	.form-search-my {
	display: none;
}
	
	
}




body .scrolltop {
	
    border: 1px solid #5d9157!important;
}