/*
Theme Name: gerryrosswp2
Theme URI: 
Author: 
Author URI: 
Description: gerryross Responsive theme


*/
button[disabled="disabled"]{
	cursor: not-allowed !important;
}
.mailpoet_form_column:first-child{
	min-width: 250px;
}
.best-slide-image img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success{
    left: 0 !important;
    transform: translate(0,0) !important;
}
h1 {
    font-size: 16px;
    line-height: 1.5;
	margin-top: 10px;
    margin-bottom: 10px;
}
.error-404 .page-title {
    font-size: 36px;
    color: #ff0000;
    text-align: center;
}

.error-404 .page-content {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 20px;
}

.error-404 .error-image {
    margin: 20px 0;
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.button.medium {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #3c4245;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
	margin-bottom: 20px;
    transition: background-color 0.3s ease;
}

.button.medium:hover {
    background-color: #2f3538;
}
/*.basket-empty{
	display: block;
}
.basket-empty button .unlogged{
	display: block;
}
.logged-in .basket-empty button .unlogged{
	display: none;
}
 .basket-empty button .logged{
 display: none;
}
.logged-in .basket-empty button .logged{
 display: block;
}*/