/*
Theme Name: Готовое решение - Магазин
Theme URI: https://rosait.ru/
Author: ООО "Сайт"
Author URI: https://rosait.ru/
Description: На базе этого готового решения можно собрать магазин или сайт компании
Version: 5.1 Beta

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*
Version: 5.1 Beta - заменён фавикон
*/
/*
Version: 5.1.1 Beta - Решена проблема с параллаксом в яблочных мобилках
*/

/* html{
	scroll-behavior: smooth;
	scroll-padding-top: 68px; 
}
 */

#modal-product .success {
    color: green;
}

#menu-information a {

}

#menu-information a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0;
}

#menu-information a, button.list-group-item {
    color: #555;
}

#menu-information a {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.success-footer {
    color: white;
    font-weight: bold;
    font-size: 15px;
    text-align: right;
}
.required{
	color: #f01e1e;
}
img{
	margin-bottom: 10px;
}
.alignleft{
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*p:after{
	content: "";
	display: table;
	clear: both;
}*/
@media (max-width: 767px) { 
	.alignleft{
		float: none;
		margin: 0 auto 15px;
		display: block;
	}
	.alignright {
		float: none;
		margin: 0 auto 15px;
		display: block;
	}
}

#ModalOrderOneClick .grecaptcha-badge{display:none;}