/*
Theme Name: RS-shop
Theme URI:
Author:
Author URI:
Version: 1.0
*/


.hidden{
	display: none!important;
}

.btn-disabled {
	opacity: .5;
	pointer-events: none;
}

.popup-loader{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #fff;
	opacity: 0.7;
}

.isotop-row {
    min-height: 568px;
}

.checkout_mb{
	margin-bottom: 20px;
}
.holiday-message{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #599921;
    padding: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    z-index: -1;
}

