@charset "utf-8";

a {
	text-decoration: none;
}
.filter-panel .spinner {display: none;}

.button-more {
	padding: 0.02px 30px;
    border: none;
    display: -webkit-inline-flex;
    display: inline-flex;
    box-sizing: border-box;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    -webkit-box-shadow: 0px 13px 24px rgba(250, 179, 37, 0.41);
    -moz-box-shadow: 0px 13px 24px rgba(250, 179, 37, 0.41);
    box-shadow: 0px 13px 24px rgba(250, 179, 37, 0.41);
    -webkit-text-shadow: 0px 1px 0px rgba(38, 38, 38, 0.15);
    -moz-text-shadow: 0px 1px 0px rgba(38, 38, 38, 0.15);
    text-shadow: 0px 1px 0px rgba(38, 38, 38, 0.15);
    background: linear-gradient(to bottom right, rgba(255, 230, 66, 0.38) 1%, rgba(250, 179, 37, 0.38) 100%) #f7c908;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 50px;
    width: 150px;
}
.button-more:hover {
	color: #fff;
	-webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background: none #fab325;
}

/* session message */
.sess_messages div a { color:#ecf0f1; }
.sess_messages div a:hover { color:#d35400; }
.sess_messages .message_info, .sess_messages .info {
    background:url("../images/icons/info.png") no-repeat 10px center #2980b9;
}
.sess_messages .message_success, .sess_messages .success {
    background:url("../images/icons/accept.png") no-repeat 10px center #27ae60;
}
.sess_messages .message_error, .sess_messages .error {
    background:url("../images/icons/error.png") no-repeat 10px center #e74c3c;
}

/*yandex money form*/
.yandex-input-box {
	padding-bottom: 4px;
}
.yandex-input-box textarea, 
.yandex-input-box input {
	padding: 10px 20px;
    border: none;
    box-sizing: border-box;
    background: #ebebeb;
    width: 100%;
    min-width: 100px;
    min-height: 22px;
    outline: none;
    -webkit-appearance: none;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    font-size: 13.3333px;

    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    resize: vertical;
    display: block;
}
.yandex-input-box input {
    height: 50px;	
}
.yandex-input-box textarea {
	
}

.yandex-submit-box {
	padding-top: 20px;
}
.yandex-button-submit {
	padding: 0.02px 30px;
    border: none;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(to bottom right, rgba(255, 230, 66, 0.38) 1%, rgba(250, 179, 37, 0.38) 100%) #f7c908;
    outline: none;
    -webkit-appearance: none;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    width: 180px;
    min-height: 50px;
    -webkit-box-shadow: 0px 13px 24px rgba(250, 179, 37, 0.41);
    -moz-box-shadow: 0px 13px 24px rgba(250, 179, 37, 0.41);
    box-shadow: 0px 13px 24px rgba(250, 179, 37, 0.41);
    -webkit-text-shadow: 0px 1px 0px rgba(38, 38, 38, 0.15);
    -moz-text-shadow: 0px 1px 0px rgba(38, 38, 38, 0.15);
    text-shadow: 0px 1px 0px rgba(38, 38, 38, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: bold;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.yandex-button-submit:hover {
    background: none #fab325;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

/* cart shop */
.wd_cart_top .sc_style_icon {
    width: 60px;
    max-height: 60px;
}
.wd_cart_top .sc_style_icon .wd_sc_cart_icon:hover {
    background: rgba(0, 0, 0, 0.15);
	border-radius: 50%;
}
.wd_cart_top .sc_style_icon .wd_sc_cart_icon .fa {
	font-size: 30px;
}

/* redactor */
.redactor_box textarea {background-color: #222 !important;}