/* All styles */
* {
	word-break: break-word;
	margin: 0;
	padding: 0;
}

ru,
uk {
	display: none;
}

input,
textarea,
select {
	touch-action: manipulation;
}

html[lang="uk"] uk,
html[lang="ru"] ru {
	display: block;
}

main>.row.col-right-left,
main>.row.col-left {
	display: grid;
}

main>.row.col-left,
main>.row.col-right {
	display: grid;
	grid-gap: 0 20px;
}

main>.row.col-left {
	grid-template-columns: max-content 1fr;
}

main>.row.col-right {
	grid-template-columns: 1fr max-content;
}

main>.row.col-right-left {
	grid-template-columns: max-content 1fr max-content;
}

#column-left,
#column-right {
	width: 320px;
}

html,
body {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

body {
	font-size: 16px;
	color: #000;
	background-color: #FFFFFF;
}

body,
* {
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
}

body.active {
	overflow-y: hidden;
}

ul,
li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
}

main section:not(:last-child) {
	margin-bottom: 60px;
}

main section .main-block>span.title_section {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
}

@media(min-width: 1200px) {
	#product-product .similiar-section .main-block>.title_section {
		/* margin-left: 14.8125rem; */
		margin-bottom: 30px;
	}
}

.container {
	padding: 0 20px;
	box-sizing: border-box;
	max-width: 1440px;
	margin: 0 auto;
}

span {
	margin: 0;
	display: inline-block;
}

p {
	margin-bottom: 15px;
}

a {
	text-decoration: unset;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

main,
body,
footer {
	position: relative;
}

footer,
section,
header {
	display: block;
}

img {
	width: auto;
	height: auto;
	display: block;
}

button,
input[type=submit] {
	cursor: pointer;
}

button,
input,
textarea {
	border: unset;
	outline: unset;
	display: block;
	background-color: unset;
}

input:focus::placeholder,
textarea:focus::placeholder {
	font-size: 0;
}

/* aside#column-left {
	width: 260px;
} */


@media (max-width: 992px) {
	.ocf-header {

		.ocf-content * {
			padding: 0 !important;
		}

	}
}

main .row.col-left {
	/* display: flex; */
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 40px;

	section {
		grid-column: 1 / -1;
	}

	.container {
		padding: 0;
	}

}

.product-category:has(#ocf-module-1) #column-left {
	margin: 0 auto;
	margin-right: 0;
}


/* .product-category .breadcrumb {
	padding: 0;
} */


h1,
h2,
h3,
h4,
h5 {
	font-weight: 600;
	margin: 0;
	display: block;
}

:after,
:before {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}

ul,
ol {
	padding: 0;
}

main:not([id=common-home]) {
	padding-top: 25px;
	padding-bottom: 60px;
	min-height: 100vh;
}

button,
input,
textarea {
	padding: 0;
	display: block;
	outline: unset;
}

#soc-widget {
	position: fixed;
	right: 20px;
	bottom: 5vh;
	z-index: 111;
}

#soc-widget.active {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#widget-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

#widget-btn svg {
	width: 120px;
	height: auto;
}

#soc-widget-block-wrapper {
	background: rgba(0, 0, 0, 0.35);
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	display: block;
	cursor: pointer;
	position: fixed;
	z-index: 11;
}

#soc-widget .widget-list {
	width: fit-content;
	flex-direction: column;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #E9E9E9;
	background: #FFF;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	left: 4px;
}

#soc-widget .widget-list li a {
	display: block;
	border: 1px solid #E9E9E9;
	width: fit-content;
}

#soc-widget .widget-list svg {
	width: 40px;
	height: 40px;
}

#soc-widget .widget-list li:not(:last-child) {
	margin-bottom: 15px;
}

#soc-widget.active .widget-list {
	display: flex !important;
}

.breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

@media(max-width: 920px) {
	.breadcrumb {
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-bottom: 10px;
	}
}

.breadcrumb li {
	margin-top: 7px;
}

.breadcrumb li span,
.breadcrumb li a {
	color: #AC2112;
	font-size: 12px;
	line-height: 1;
	text-decoration: underline;
	display: block;
	width: max-content;
}

.breadcrumb li:last-child span,
.breadcrumb li:last-child a {
	text-decoration: unset;
	color: #737373;
}

.breadcrumb li:not(:last-child) {
	display: flex;
	align-items: center;
}

.breadcrumb li:not(:last-child):after {
	content: '';
	display: block;
	width: 6px;
	height: 10px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.222548 10.7775C-0.0741827 10.4807 -0.0741827 9.99962 0.222548 9.70288L4.24429 5.68115L0.222548 1.65942C-0.0741831 1.36271 -0.0741831 0.88158 0.222548 0.584865C0.519286 0.288149 1.00038 0.288149 1.29712 0.584865L5.72179 5.00954C6.09274 5.38049 6.09274 5.98182 5.72179 6.35277L1.29712 10.7775C1.00038 11.0742 0.519286 11.0742 0.222548 10.7775Z' fill='%23AC2112'/%3E%3C/svg%3E%0A");
}

/* Menu */

#main-menu-block-wrapper {
	position: fixed;
	z-index: 111;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.35);
}

#main-menu-wrapper {
	position: fixed;
	z-index: 1111;
	width: 100%;
	max-width: 1440px;
	left: calc(50% - 720px);
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
}

#main-menu-wrapper #main-menu {
	height: calc(100dvh - 187px);
	overflow: auto;
}


#main-menu-wrapper #main-menu::-webkit-scrollbar {
	width: 7px;
	height: 0px;
}

#main-menu-wrapper #main-menu::-webkit-scrollbar-track {
	background: transparent;
}

#main-menu-wrapper #main-menu::-webkit-scrollbar-thumb {
	background: #D52816;
	border-radius: 5px;
}

#main-menu-wrapper #main-menu .menu-item {
	display: flex;
	flex-direction: column;
	background-color: #FFF;
	width: 340px;
}

#main-menu-wrapper #main-menu .menu-item>a {
	box-sizing: border-box;
	padding: 8px 20px;
	grid-gap: 0 12px;
	width: 100%;
	display: grid;
	align-items: center;

}

#main-menu-wrapper #main-menu .menu-item>a.no-child {
	grid-template-columns: max-content 1fr;
}

#main-menu-wrapper #main-menu .menu-item>a.has-child {
	grid-template-columns: max-content 1fr max-content;
}

#main-menu-wrapper #main-menu .menu-item>a.hover {
	background: #F8F8F8;
	color: #D52816;
	text-decoration: underline;
}

#main-menu-wrapper #main-menu .menu-item>a img {
	width: 20px;
	height: 20px;
}

#main-menu-wrapper #main-menu .menu-item>a.has-child svg {
	width: 7px;
	height: auto;
}

#main-menu-wrapper #main-menu .menu-item>a.has-child.hover path {
	fill: #D52816;
}

#main-menu-wrapper #main-menu .popover {
	padding: 10px;
	box-sizing: border-box;
	background: #FFF;
	position: absolute;
	overflow-y: auto;
}

#main-menu-wrapper #main-menu .sub-menu {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
	grid-gap: 10px;
}

#main-menu-wrapper #main-menu .sub-menu li a {
	display: flex;
	flex-direction: column;
	text-decoration: unset;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid transparent;
}

#main-menu-wrapper #main-menu .sub-menu li:hover a {
	border-color: #D52816;

}

#main-menu-wrapper #main-menu .sub-menu li a img {
	width: 80px;
	height: auto;
}

#main-menu-wrapper #main-menu .sub-menu li a span {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin-top: 15px;
}

#main-menu-wrapper #main-menu .sub-menu li:hover a h4 {
	color: #D52816;
}

/* Navigation */
#top.fixed {
	z-index: 1111;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	background: #FFF;
}

#top .top {
	background-color: #141512;
}

#top .top .info-list a {
	color: #FFF;
}

#top .top .info-list li:first-child a {
	color: #D52816;
	font-weight: 700;
}

#top .top .info-list li:first-child a:hover {
	color: #fff;
}

#top .top .main-block {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-gap: 0;
	height: 50px;
	align-items: center;
}

#top .top .left-column,
#top .top .right-column {
	height: 100%;
}

#top .top .right-column a {
	color: #fff;
}

#top .top .left-column {
	display: grid;
	grid-template-columns: max-content auto;
	grid-gap: 0 10px;
	justify-content: space-between;
	align-items: center;
}

#top .top .logo-img {
	height: 25px;
	width: auto;
}

#top .top .right-column {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

#top .top .right-column>*:not(:last-child) {
	margin-right: 35px;
}

#top .info-list {
	display: flex;
	align-items: center;
}

#top .info-list li:not(:last-child) {
	margin-right: 20px;
}

#top .info-list li a {
	text-decoration: unset;
	font-size: 14px;
}

#top .top-img {
	width: 100%;
	height: 35px;
	object-fit: cover;
	object-position: center;
}

#top .phones-list .top {
	grid-template-columns: max-content auto max-content;
}

.phones-list {
	position: relative;
}

@media(min-width: 768px) {
	.phones-list li:hover {
		cursor: pointer;
	}

	.phones-list li:hover>ul {
		display: block;

	}

	.ocf-filter {
		margin: 0;
	}

}

.phones-list ul {
	display: none;
	position: absolute;
	top: 100%;
	background: #000;
	z-index: 999;
	padding: 8px;
	min-width: 100%;
}

#top .phones-list .top,
#top .location {
	display: grid;

	align-items: center;
	grid-gap: 0 5px;
}

#top .location {
	grid-template-columns: max-content auto;
}

#top .location svg,
#top .phones-list .phone-icon {
	width: auto;
	height: 16px;
	margin-right: 5px;
}

#top .phones-list .phones-arrow {
	width: 10px;
	height: auto;
	cursor: pointer;
}



#top #form-language {
	margin-bottom: 0;
}

#top #form-language .launguage-list {
	display: flex;
	align-items: center;
}

#top #form-language .launguage-list li:not(:last-child) {
	margin-right: 10px;
	display: flex;
	align-items: center;
}

#top #form-language .launguage-list li:not(:last-child)::after {
	content: '';
	height: 20px;
	width: 1px;
	background-color: #FFF;
	margin-left: 10px;
}

#top #form-language .launguage-list li button {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}

#top #form-language .launguage-list li.active button {
	color: rgba(255, 255, 255, 0.50);
}

header.sticky {
	position: sticky;
	top: -50px;
	z-index: 999;
}

@media (max-width: 1060px) {
	header.sticky {
		top: 0 !important;
	}
}

/* header.sticky .top,
header.sticky .top-img {
	display: none;
} */

#top .bottom {
	background: #fff;
}

#top .bottom .main-block {
	height: 76px;
	display: grid;
	grid-template-columns: max-content 1fr max-content;
	align-items: center;
	grid-gap: 0 20px;
}

#top #search {
	display: flex;
	align-items: center;
	position: relative;
}

#top #search input {
	display: flex;
	align-items: center;
	padding: 0 20px;
	padding-left: 60px;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 50px;
	max-width: 100%;
	border-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #F8F8F8;
	color: #000;
}

#top #search button {
	display: flex;
	align-items: center;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 0px 3px 3px 0px;
	background: #D52817;
	position: absolute;
	height: 100%;
	width: fit-content;
	padding: 0 20px;
	right: 0;
	z-index: 1;
	color: #FFF;
	font-weight: 500;
	font-size: 14px;
}

#top #search svg {
	position: absolute;
	left: 20px;
	width: 24px;
	height: 24px;
	z-index: 1;
}

#top .catalog-menu {
	box-sizing: border-box;
	padding: 0 20px;
	height: 50px;
	display: grid;
	grid-template-columns: repeat(2, max-content);
	grid-gap: 0 15px;
	align-items: center;
	border-radius: 3px;
	border: 1px solid #D52816;
	background-color: #D52816;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.3s ease;
}

#top #top-account-list {
	display: flex;
	align-items: center;
}

#top #top-account-list li>* {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #F8F8F8;
}

#top #top-account-list li svg {
	width: 24px;
	height: auto;
}

#top #top-account-list li i.count {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: #424242;
	color: #FFF;
	text-align: center;
	line-height: 1;
	font-size: 0.75em;
	z-index: 1;
}


#top #top-account-list li:not(:last-child) {
	margin-right: 20px;
}

/* Footer */
#footer {
	background-color: #141512;
}

#footer .main-block {
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: space-between;
	grid-gap: 0 20px;
	padding: 60px 0;
}

#footer .main-block * {
	color: #FFFF;
}

#footer .main-block h3 {
	margin-bottom: 30px;
	color: #A9A9A9;
	line-height: 1;
	font-size: 1.5rem;
	font-weight: 600;
}

#footer .main-block>* {
	display: flex;
	flex-direction: column;
}

#footer .left-column p {
	font-size: 48px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 10px;
}

#footer .left-column p a {
	font-size: inherit;
	color: inherit;
	text-decoration: unset;
	font-weight: inherit;
}

#footer .phone-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
	margin-top: 10px;
}

#footer .phone-list li:not(:last-child) {
	margin-right: 10px;
}

#footer .phone-list li a {
	font-size: 14px;
	font-weight: 500;
}

#footer .left-column .title_footer_section,
#footer .left-column .title_footer_section a {
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

#footer .address {
	font-weight: 500;
	display: block;
	font-size: 14px;
}

#footer .info-list {
	display: flex;
	flex-direction: column;
}

#footer .info-list li:not(:last-child) {
	margin-bottom: 15px;
}

#footer .info-list li a {
	text-decoration: underline;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

#footer .pay-methods-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

#footer .pay-methods-list li {
	margin-top: 10px;
}

#footer .pay-methods-list li:not(:last-child) {
	margin-right: 10px;
}

#footer .pay-methods-list img {
	height: 15px;
	width: auto;
}

#footer .logo {
	display: block;
}

#footer .logo-img {
	height: auto;
	max-width: 200px;
	width: 100%;
	margin-bottom: 25px;
}

#footer .powered {
	display: flex;
	flex-direction: column;
}

#footer .powered span {
	display: block;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
}

#footer .powered span:not(:last-child) {
	margin-bottom: 10px;
}

/* Products List */
.similiar-section {
	margin-bottom: 0;

}

#products-list.owl-carousel {
	padding-bottom: 60px;
}

#products-list.owl-carousel .owl-stage-outer {
	overflow: unset !important;
}

#products-list:not(.owl-carousel) {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	/* grid-gap: 40px 0; */
}

@media(max-width: 1440px) {
	#products-list:not(.owl-carousel) {
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	}
}

@media(max-width: 767px) {
	#products-list:not(.owl-carousel) {
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	}
}

@media(max-width: 575px) {
	#products-list:not(.owl-carousel) {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	}
}

#products-list .product-item {
	position: relative;
	width: 100%;
	height: 100%;
}
/*#products-list .product-item.outstock:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	pointer-events: none;
	background-color: #ffffffa6;
	z-index: 1;
}*/
#products-list .product-item.outstock .product-block:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	pointer-events: none;
	background-color: #ffffffa6;
	z-index: 1;
}

#products-list .product-item.hover {
	display: block;
}

#products-list .product-block {
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	background: #FFF;
	box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0);
	height: 100%;
}

#products-list .product-block:first-child {
	border: 1px solid #F3F3F3;
}

#products-list .product-item.hover .product-block {
	position: relative;
	/* left: 0;
		top:0; */
	box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	z-index: 2;
	height: auto;
}

.product-item.outstock .buttons-block {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}

.product-item.outstock .btn-cart {
	pointer-events: none;
}

#products-list .product-thumb {
	display: block;
	position: relative;
}

#products-list .product-thumb img {
	width: 100%;
	height: 170px;
	object-fit: contain;
	object-position: center;
}

#products-list .product-thumb.animate .add-img {
	position: absolute;
	z-index: -11;
	transform: scale(0);
	opacity: 0;
	transition: opacity .6s;
}

@media(min-width: 1200px) {
	#products-list .product-thumb.animate:hover .img {
		position: absolute;
		z-index: -11;
		transform: scale(0);
		opacity: 0;
		transition: opacity .6s;
	}

	#products-list .product-thumb.animate .img,
	#products-list .product-thumb.animate:hover .add-img {
		transform: scale(1);
		position: unset;
		z-index: auto;
		opacity: 1;
		transition: opacity .6s;
	}
}


#products-list .special-block {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 1;
}

#products-list .special-block>* {
	padding: 5px 5px;
	box-sizing: border-box;
	color: #FFF;
	border-radius: 6px;
	text-align: center;
	width: fit-content;
	display: block;
	font-weight: 600;
	line-height: 1;
	font-size: 12px;
	text-transform: uppercase;
}

#products-list .special-block .percent {
	background: #DD1600;
}

#products-list .special-block .top {
	background: #FFA500;
}

#products-list .special-block .black {
	background: #161611;
}

#products-list .special-block .new {
	background-color: #2ECC71;
}

#products-list .special-block .komplect {
	background-color: #000000;
}

#products-list .special-block .garanty {
	background-color: #008514;
}

#products-list .special-block .ucenka {
	background-color:  #F03D3E;
}

#products-list .special-block>*:not(:last-child) {
	margin-bottom: 6px;
}

#products-list .main-block {
	display: flex;
	flex-direction: column;
}



#products-list .main-block .name_product {
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
	height: 35px;
}

#products-list .bottom-block {
	display: none;
	flex-direction: column;
	margin-top: 30px;
}

#products-list .product-item.hover .bottom-block {
	display: flex;
}

#products-list .buttons-block {
	display: grid;
	grid-template-columns: 1fr max-content max-content;
	grid-gap: 0 10px;
}

#products-list .buttons-block>* {
	height: 36px;
	box-sizing: border-box;
	align-items: center;
	border-radius: 3px;
}

#products-list .buttons-block svg {

	width: auto;
}

#products-list .btn-wishlist,
#products-list .btn-compare {
	width: 36px;
	display: flex;
	justify-content: center;
	background-color: #F8F8F8;
	border: 1px solid #F8F8F8;
}

#products-list .btn-wishlist svg,
#products-list .btn-compare svg {
	height: 36px;
}

#products-list .btn-cart {
	padding: 0 15px;
	display: grid;
	grid-template-columns: max-content auto;
	grid-gap: 0 10px;
	align-items: center;
	color: #FFF;
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
	border: 1px solid #D52816;
	background: #D52816;
}

#products-list .btn-cart svg {
	height: 22px;
}

.btn-wishlist.active svg path {
	fill: #D52816;
}

#products-list .attr-list {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
}

#products-list .attr-list li:not(:last-child) {
	margin-bottom: 5px;
}

#products-list .attr-list li {
	font-size: 12px;
	line-height: 1;
	color: #737373;
	display: inline-block;
	/* align-items: center; */
	line-height: 1.5;
}

#products-list .attr-list li strong {
	font-size: inherit;
	line-height: inherit;
	font-weight: 600;
	color: #000;
	margin-left: 5px;
	font-weight: 500;
}

#products-list .additional-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	margin-bottom: 15px;
}

#products-list .additional-block span {
	display: block;
	font-weight: 500;
	width: fit-content;
	line-height: 1;
	height: 22px;
	font-size: 12px;
}

#products-list .additional-block span.in-stock {
	color: #008927;
}

.btn-more {
	padding: 12px 65px;
	width: fit-content;
	box-sizing: border-box;
	text-align: center;
	align-items: center;
	color: #FFF;
	margin: 0 auto;
	margin-top: 0px;
	border-radius: 3px;
	border: 1px solid #D52816;
	color: #FFF;
	line-height: 1;
	font-weight: 600;
	background: #D52816;
	margin: 30px auto 20px auto;
	max-width: max-content;
	width: 100%;
	display: block;
	text-decoration: none;
}

#products-list .additional-block span.model {
	color: #737373;
	font-size: 12px;
}

#products-list .prices-block {
	display: flex;
	align-items: flex-end;
}

#products-list .price {
	display: block;
	font-size: 18px;
	font-weight: 500;
}

#products-list .prices-block * {
	display: block;
	line-height: 1;
}

#products-list .prices-block .new-price {
	font-size: 18px;
	margin-right: 15px;
	color: #DD1600;
	font-weight: 600;
}

#products-list .prices-block .old-price {
	font-weight: 500;
	font-size: 0.75em;
	text-decoration-line: line-through;
	color: #737373;
}

#products-list .additional-block span.no-in-stock {
	color: red;
}

.similiar-section {
	margin-bottom: 0 !important;
}

/* #products-list.similiar-list {
	padding-bottom: 200px !important;
	overflow-x: hidden;
} */

.swiper-initialized {
	overflow: visible;
	overflow-x: clip;
}

@media only screen and (max-width: 1600.99px) {
	#footer .phone-list {
		justify-content: flex-start;
	}

	#footer .phone-list li {
		margin-top: 10px;
	}

	#footer .phone-list li:not(:last-child) {
		margin-right: 15px;
	}

	#footer .left-column p {
		margin-bottom: 0;
		font-size: 32px;
	}
}

@media only screen and (max-width: 1440.99px) {
	#products-list .btn-cart {
		justify-content: space-around;
		font-size: 14px;
	}

	#top .top .left-column {
		justify-content: flex-start;
		grid-gap: 0 30px;
	}

	#top .phones-list .top,
	#top .location {
		font-size: 14px;
	}

	#top .location svg,
	#top .phones-list .phone-icon {
		width: 13px;
	}

	#top .phones-list .top,
	#top .location {
		grid-gap: 0 7px;
	}

	#main-menu-wrapper {
		/* left: calc(50% - 680px);  */
		left: 0;
	}

}

@media only screen and (max-width: 1336.99px) {
	#products-list .buttons-block {
		grid-template-columns: repeat(3, max-content);
	}

	#top .top .right-column>*:not(:last-child) {
		margin-right: 20px;
	}

	#top .info-list li a {
		font-size: 12px;
	}

	#top .phones-list .top,
	#top .location {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1230.99px) {

	#top .top .location {
		font-size: 0;
		margin-right: 10px !important;
	}

	#top .top .right-column {
		justify-content: flex-start;
	}

	#top .top .main-block {
		grid-template-columns: 1fr max-content;
	}

	#top .top .right-column>*:not(:last-child) {
		margin-right: auto;
	}

	#top .top .phones-list {
		margin-right: 25px !important;
	}


}

#burger-btn,
.mobile_logo {
	display: none;
}

@media only screen and (max-width: 1060.99px) {
	#footer .left-column {
		width: 100%;
	}

	#top .top-img {
		display: none;
	}

	#top #burger-btn {
		display: flex;
		flex-direction: column;
		justify-content: center;
		cursor: pointer;
		width: 25px;
		height: 20px;
		position: relative;
	}

	#top #burger-btn:before,
	#top #burger-btn:after,
	#top #burger-btn span {
		display: block;
		width: 100%;
		height: 3px;
		background: #FFF;
		border-radius: 3px;
	}

	#top #burger-btn.active span {
		display: none;
	}

	#top #burger-btn:before,
	#top #burger-btn:after {
		position: absolute;
		content: '';
	}

	#top #burger-btn:before {
		top: 0;
	}

	#top #burger-btn.active:before {
		top: auto;
		transform: rotate(45deg);
	}

	#top #burger-btn:after {
		bottom: 0;
	}

	#top #burger-btn.active:after {
		bottom: auto;
		transform: rotate(-45deg);
	}

	#tablet-menu-wrapper {
		position: fixed;
		z-index: 1111;
		height: 100vh;
		width: 100%;
		top: 0;
		left: 0;
		max-width: 420px;
		padding: 40px 20px;
		box-sizing: border-box;
		background: #FFF;
		border: 1px solid #F3F3F3;
	}

	#tablet-menu-close-wrapper {
		position: fixed;
		z-index: 111;
		left: 0;
		top: 85px;
		width: 100%;
		height: calc(100vh - 85px);
		background: rgba(0, 0, 0, 0.35);
	}

	#tablet-menu-wrapper .info-menu {
		display: flex;
		flex-direction: column;
	}

	#tablet-menu-wrapper .info-menu li:not(:last-child) {
		margin-bottom: 15px;
	}

	#tablet-menu-wrapper .info-menu li a {
		font-size: 18px;
		line-height: 1;
		color: #000;
	}

	#main-menu-wrapper #main-menu .menu-item>a.active {
		color: #D52816;
	}

	#main-menu-wrapper #main-menu-wrapper {
		width: 340px;
	}

	#main-menu-wrapper #main-menu .sub-menu {
		display: none;
		flex-direction: column;
		grid-gap: 0;
		left: 340px;
		width: 340px;
		max-height: 60vh;
		overflow-y: auto;
		background-color: #FFF;
		position: absolute;
	}

	#main-menu-wrapper #main-menu .menu-item>a.active+.sub-menu {
		display: flex;
	}

	#main-menu-wrapper #main-menu .sub-menu li a span {
		margin-top: 0;
	}

	#main-menu-wrapper #main-menu .sub-menu li a {
		padding: 15px 10px;
	}

	#main-menu-wrapper #main-menu .menu-item>a.active:after {
		background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.222548 10.7775C-0.0741827 10.4808 -0.0741827 9.99968 0.222548 9.70294L4.24429 5.68122L0.222548 1.65948C-0.0741831 1.36277 -0.0741831 0.881641 0.222548 0.584926C0.519286 0.28821 1.00038 0.28821 1.29712 0.584926L5.72179 5.0096C6.09274 5.38055 6.09274 5.98188 5.72179 6.35283L1.29712 10.7775C1.00038 11.0742 0.519286 11.0742 0.222548 10.7775Z' fill='%23D52816'/%3E%3C/svg%3E%0A");
	}
}

@media only screen and (max-width: 920.99px) {
	#simple-footer span {
		padding: 0 20px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 860.99px) {
	main .row.col-left {
		grid-template-columns: 100%;
		grid-gap: 30px 0;
	}

	aside#column-left {
		width: 100%;
	}

	#footer .left-column p {
		font-size: 18px;
	}

	#footer .main-block h3 {
		margin-bottom: 30px;
	}

	#widget-btn svg {
		width: 80px;
	}

	#soc-widget .widget-list svg {
		width: 30px;
		height: 30px;
	}
}

@media only screen and (max-width: 1060px) {
	#top #search svg {
		display: none;
	}

	#products-list.owl-carousel .owl-stage-outer {
		overflow: hidden !important;
	}

	#top .top .main-block {
		grid-template-columns: max-content 1fr max-content;
		align-items: center;
		grid-gap: 0 15px;
		height: 55px;
	}

	#top #search input {
		height: 30px;
		border-radius: 3px;
		padding: 0 10px;
	}

	#top #search button {
		padding: 0;
		font-size: 0;
		width: 20px;
		height: 20px;
		right: 10px;
		background-color: unset;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.8889 2.22223C5.207 2.22223 2.22223 5.207 2.22223 8.8889C2.22223 12.5708 5.207 15.5556 8.8889 15.5556C12.5708 15.5556 15.5556 12.5708 15.5556 8.8889C15.5556 5.207 12.5708 2.22223 8.8889 2.22223ZM0 8.8889C0 3.97969 3.97969 0 8.8889 0C13.7981 0 17.7778 3.97969 17.7778 8.8889C17.7778 10.943 17.081 12.8345 15.911 14.3396L19.6746 18.1032C20.1085 18.5371 20.1085 19.2407 19.6746 19.6746C19.2407 20.1085 18.5371 20.1085 18.1032 19.6746L14.3396 15.911C12.8345 17.081 10.943 17.7778 8.8889 17.7778C3.97969 17.7778 0 13.7981 0 8.8889Z' fill='%23141512'/%3E%3C/svg%3E%0A");
	}

	#top .top .left-column {
		grid-gap: 0 20px;
	}

	/* Mobile menu */

	#mobile-menu-close-wrapper {
		position: fixed;
		z-index: 111;
		height: 100vh;
		width: 100%;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.35);
		cursor: pointer;
	}

	#mobile-menu-wrapper {
		height: 100vh;
		max-width: 330px;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1111;
		box-sizing: border-box;
		background: #FFF;
		overflow-y: auto;
	}

	#mobile-menu-wrapper>* {
		box-sizing: border-box;
	}

	#mobile-menu-wrapper>.top,
	#mobile-menu-wrapper .avatar {
		padding: 30px 20px;
		background: #141512;
	}

	#mobile-menu-wrapper .avatar {
		padding-top: 0;
	}

	#mobile-menu-wrapper>.top *,
	#mobile-menu-wrapper .avatar * {
		color: #FFF;
		font-size: 12px;
		display: block;
	}

	#mobile-menu-wrapper .avatar a {
		margin-bottom: 12px;
		text-decoration: underline;
	}

	#mobile-menu-wrapper .avatar .right {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}

	#mobile-menu-wrapper .avatar img {
		width: 60px;
		height: 60px;
		object-fit: cover;
		border-radius: 50%;
	}

	#mobile-menu-wrapper .avatar .text {
		display: block;
		font-size: 0.75em;
		color: #D0D0D0;
	}

	#mobile-menu-wrapper .avatar .content {
		display: grid;
		grid-template-columns: max-content 1fr;
		grid-gap: 0 15px;
		align-items: center;
	}

	#mobile-menu-wrapper .avatar .buttons-block {
		display: flex;
		align-items: center;
	}

	#mobile-menu-wrapper .avatar .buttons-block button {
		text-decoration: unset;
		cursor: pointer;
		line-height: 1.1;
		font-size: 0.75em;
	}

	#mobile-menu-wrapper .login-btn {
		display: flex;
		align-items: center;
	}

	#mobile-menu-wrapper .login-btn:after {
		content: '';
		height: 16px;
		width: 1px;
		background: #FFF;
		margin: 0 10px;
	}

	#mobile-menu-wrapper>.top {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#mobile-menu-wrapper .logo-img {
		width: 150px;
		height: auto;
	}

	#mobile-menu-wrapper .close svg {
		width: 25px;
		height: 25px;
	}

	#mobile-menu-wrapper .main-block {
		background-color: #FFF;
	}

	#mobile-menu-wrapper .add-menu svg,
	#mobile-menu-wrapper .main-mob-menu svg,
	#mobile-menu-wrapper .cat-btn svg,
	#mobile-menu-wrapper .account-list svg,
	#mobile-menu-wrapper .account-list svg,
	#mobile-menu-wrapper .phone-i {
		width: 25px;
		height: 25px;
	}

	#mobile-menu-wrapper .add-menu a,
	#mobile-menu-wrapper .cat-btn,
	#mobile-menu-wrapper .main-mob-menu a,
	#mobile-menu-wrapper .main-mob-menu button,
	#mobile-menu-wrapper .account-list button,
	#mobile-menu-wrapper .account-list a {
		display: grid;
		grid-gap: 0 15px;
		align-items: center;
		padding: 12px 20px;
		border-bottom: 1px solid #F3F3F3;
		width: 100%;
		box-sizing: border-box;
		color: #000;
		font-size: 14px;
		text-decoration: unset;
		font-weight: 500;
		background: #FFF;
	}

	#mobile-menu-wrapper .add-menu a {
		display: block;
	}

	#mobile-menu-wrapper .cat-btn,
	#mobile-menu-wrapper .account-list a,
	#mobile-menu-wrapper .account-list button {
		grid-template-columns: max-content max-content 1fr;
	}

	#mobile-menu-wrapper .phone-top {
		display: grid;
		grid-template-columns: max-content 1fr;
		grid-gap: 0 5px;
		align-items: center;
		padding: 12px 20px;
		border-bottom: 1px solid #F3F3F3;
		width: 100%;
		box-sizing: border-box;
		background: #FFF;
	}

	#mobile-menu-wrapper .phone-top>a {
		display: grid;
		grid-template-columns: max-content auto;
		grid-gap: 0 15px;
		align-items: center;
		width: 100%;
		color: #000;
		font-size: 14px;
		text-decoration: unset;
		font-weight: 500;

	}


	#mobile-menu-wrapper .main-mob-menu a,
	#mobile-menu-wrapper .main-mob-menu button {
		grid-template-columns: repeat(2, max-content);
	}

	#mobile-menu-wrapper .main-mob-menu span,
	#mobile-menu-wrapper .cat-btn span,
	#mobile-menu-wrapper .account-list span,
	#mobile-menu-wrapper .account-list span,
	#mobile-menu-wrapper .phones-list span,
	#mobile-menu-wrapper .phones-list ul a {
		font-size: inherit;
		font-weight: inherit;
		line-height: 1;
		color: inherit;
	}

	#mobile-menu-wrapper .phones-list ul {
		flex-direction: column;
		background-color: transparent;
		padding: 0;
		position: unset;
	}

	#mobile-menu-wrapper .phones-list ul li {
		font-size: 12px;
		background-color: #F8F8F8;
		border-bottom: 1px solid #F3F3F3;
		padding: 12px 20px;
	}

	#mobile-menu-wrapper .cat-btn.active span {
		color: #D52816;
	}

	#main-menu .menu-item>a.has-child svg {
		width: 18px;
	}

	#main-menu .menu-item>a.has-child.active svg path {
		fill: #D52816;
	}

	#mobile-menu-wrapper .cat-btn:after {
		content: '';
		width: 18px;
		height: 10px;
		margin-left: auto;
		background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.376574 0.376574C0.878684 -0.125524 1.69275 -0.125524 2.19486 0.376574L9.00002 7.18176L15.8052 0.376574C16.3073 -0.125524 17.1214 -0.125524 17.6234 0.376574C18.1255 0.878684 18.1255 1.69275 17.6234 2.19486L10.1365 9.68183C9.50877 10.3095 8.49126 10.3095 7.86357 9.68183L0.376574 2.19486C-0.125524 1.69275 -0.125524 0.878684 0.376574 0.376574Z' fill='black'/%3E%3C/svg%3E%0A");
	}

	#mobile-menu-wrapper .phones-list .arrow-i {
		width: 18px;
		height: auto;
		margin-right: 0;
		margin-left: auto;
		height: 100%;
	}

	#mobile-menu-wrapper .phones-list>li.active .arrow-i {
		transform: scale(1, -1);
	}

	#mobile-menu-wrapper .phones-list>li.active .arrow-i path {
		fill: #D52816;
	}

	#mobile-menu-wrapper .cat-btn.active:after {
		background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.376574 9.77603C0.878684 10.2781 1.69275 10.2781 2.19486 9.77603L9.00002 2.97085L15.8052 9.77603C16.3073 10.2781 17.1214 10.2781 17.6234 9.77603C18.1255 9.27392 18.1255 8.45985 17.6234 7.95774L10.1365 0.470772C9.50877 -0.156915 8.49126 -0.156915 7.86357 0.470772L0.376574 7.95774C-0.125524 8.45985 -0.125524 9.27392 0.376574 9.77603Z' fill='%23D52816'/%3E%3C/svg%3E%0A");
	}

	#mobile-menu-wrapper .account-list i {
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		border-radius: 50%;
		background: #AC2213;
		color: #FFF;
		font-size: 12px;
		margin-left: auto;
		line-height: 1;
		box-sizing: border-box;
	}

	#mobile-menu-wrapper #main-menu {
		display: none;
	}

	#mobile-menu-wrapper .cat-btn.active+#main-menu {
		display: flex;
		flex-direction: column;
	}

	#mobile-menu-wrapper #main-menu .menu-item {
		width: 100%;
	}

	#mobile-menu-wrapper #main-menu .has-mob-child,
	#mobile-menu-wrapper #main-menu .menu-item>a {
		padding: 12px 20px;
		font-size: 12px;
		text-decoration: unset;
		font-weight: 500;
		background: #F8F8F8;
		border-bottom: 1px solid #F3F3F3;
		display: grid;
		align-items: center;
		grid-gap: 0 15px;
	}

	#mobile-menu-wrapper #main-menu .has-mob-child {
		grid-template-columns: max-content 1fr;
	}

	#mobile-menu-wrapper #main-menu .menu-item>a {
		grid-template-columns: max-content 1fr max-content;

	}

	#mobile-menu-wrapper #main-menu .has-mob-child a {
		display: grid;
		grid-template-columns: max-content 1fr;
		align-items: center;
	}

	#mobile-menu-wrapper #main-menu .has-mob-child svg {
		width: 18px;
		margin-right: 0;
		margin-left: auto;
		cursor: pointer;
	}

	#mobile-menu-wrapper #main-menu .menu-item.active .has-mob-child a {
		color: #D52816;
	}


	#mobile-menu-wrapper #main-menu .menu-item.active svg path {
		fill: #D52816;
	}

	#mobile-menu-wrapper #main-menu .menu-item img {
		width: 24px;
		height: 24px;
		margin-right: 12px;
	}

	#mobile-menu-wrapper #main-menu .sub-menu {
		display: none;
		flex-direction: column;
	}

	#mobile-menu-wrapper #main-menu .menu-item.active .sub-menu {
		display: flex;
	}

	#mobile-menu-wrapper #main-menu .sub-menu a {
		border-bottom: 1px solid #F3F3F3;
		padding: 12px 20px;
		box-sizing: border-box;
		background: #FFF;
		line-height: 1;
		font-size: 0.75em;
		font-weight: 500;
		display: block;
		text-decoration: unset;
	}

	#mobile-menu-wrapper .lang-mob {
		display: grid;
		grid-template-columns: max-content max-content 1fr;
		align-items: center;
		grid-gap: 0 15px;
		padding: 12px 20px;
		box-sizing: border-box;
		border-bottom: 1px solid #F3F3F3;
	}

	#mobile-menu-wrapper .lang-mob svg {
		width: 24px;
		height: 24px;
	}

	#mobile-menu-wrapper .lang-mob>span {
		display: block;
		font-size: 14px;
	}

	#mobile-menu-wrapper .lang-mob * {
		font-weight: 500;
		line-height: 1;
		color: #000;
	}

	#mobile-menu-wrapper .launguage-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
		padding: 6px 12px;
		box-sizing: border-box;
		background-color: #F8F8F8;
		border-radius: 3px;
	}

	#mobile-menu-wrapper .launguage-list li button {
		border-radius: 3px;
		padding: 6px 10px;
		box-sizing: border-box;
		text-align: center;
		font-size: 12px;
		display: block;
		width: 100%;
		text-transform: uppercase;
	}

	#mobile-menu-wrapper .launguage-list li.active button {
		background-color: #FFFFFF;
	}

}

@media only screen and (max-width: 640.99px) {
	#main-menu-wrapper {
		left: 0;
	}

	#products-list.owl-carousel {
		padding-bottom: 0;
	}

	/* #products-list:not(.owl-carousel) {
		display: flex;
		flex-wrap: wrap;
	}

	#products-list:not(.owl-carousel) .product-item {
		max-width: 50%;
	} */

	#products-list .price-block {
		display: grid;
		grid-template-columns: 1fr max-content;
		align-items: center;
	}

	#products-list .prices-block {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;

	}

	#products-list .btn-cart {
		font-size: 0;
		width: fit-content;
		width: 36px;
		height: 36px;
		border-radius: 3px;
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: 0;
		padding: 0;
	}

	#products-list .btn-cart svg {
		width: 20px;
		height: 20px;
	}

	#products-list .price-block+.btn-cart {
		display: none;
	}

	#products-list .prices-block .old-price {
		margin-bottom: 6px;
		color: #737373;
		font-size: 0.75em;
	}

	#products-list .prices-block .new-price {
		font-size: 14px;
		margin-right: 0;
		margin-bottom: 6px;
	}

	#products-list .price {
		font-size: 14px;
		font-weight: 600;
	}

	#products-list .additional-block {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	#products-list.similiar-list {
		overflow-x: auto !important;
		padding-bottom: 0px !important;
	}

	.similiar-section {
		margin-bottom: 60px !important;
	}

	#footer .main-block {
		grid-gap: 25px;
		grid-template-columns: repeat(2, 1fr);
	}

	#footer .right-column {
		grid-column: 1/3;
	}

	#footer .center-column {
		align-items: flex-end;
	}

	#footer .center-column * {
		text-align: right;
	}

	#footer .pay-methods-list {
		margin-bottom: 15px;
	}


}

@media only screen and (max-width: 520.99px) {
	#products-list .special-block>* {
		padding: 3px;
	}

	#products-list .special-block>*:not(:last-child) {
		margin-bottom: 5px;
	}

	#blog-latest .container>.main-block {
		padding-left: 0;
		padding-right: 0;
	}

	#blog-latest .articles-list .owl-stage-outer {
		width: auto;
	}

	#blog-latest .articles-list .owl-stage {
		left: unset;
		overflow-y: hidden;
		height: 400px;
	}

	#blog-latest .container {
		padding-right: 0 !important;
	}

	/* #blog-latest .articles-list.owl-carousel .owl-item:not(.active) + .owl-item.active {
			margin-left: 25px;
			margin-right: 35px!important; 
		} */
}

@media only screen and (max-width: 460.99px) {

	#products-list .product-block {
		padding: 30px 10px;
		padding-bottom: 15px;
	}

	#products-list .product-thumb img {
		width: 100%;
		height: 150px;
		margin: auto;
	}

	#products-list .main-block {
		margin-top: 15px;
	}

	#products-list .main-block .name_product {
		font-size: 0.75em;
	}

	#products-list .additional-block span.model {
		display: none;
	}

	#products-list .special-block {
		top: -15px;
		left: 0;
	}

	#products-list .special-block>* {
		font-size: 12px;
		padding: 3px 6px;
	}

	#products-list .special-block>*:not(:last-child) {
		margin-bottom: 5px;
	}

	#products-list .main-block .name_product {
		height: 45px;
	}

	main section:not(:last-child) {
		margin-bottom: 35px;
	}

	main section .main-block>span.title_section {
		font-size: 18px;

	}

	main:not([id=common-home]) {
		padding-top: 15px;
		padding-bottom: 30px;
	}

	#top .top-img {
		display: none;
	}

	#footer .main-block h3 {
		font-size: 18px;
		margin-bottom: 15px;
		color: #A9A9A9;
	}

	#footer .left-column p {
		font-size: 36px;
		font-weight: 600;
	}

	#footer .main-block {
		display: flex;
		flex-direction: column;
		grid-gap: 0;
	}

	#footer .center-column {
		align-items: flex-start;
		margin-top: 45px;
		margin-bottom: 45px;
	}

	#footer .center-column * {
		text-align: left;
	}

	#footer .info-list li:not(:last-child) {
		margin-bottom: 10px;
	}

	#footer .phone-list {
		margin-bottom: 15px;
	}

	#footer .info-list li a {
		font-size: 12px;
	}

	#footer .phone-list li a {
		font-size: 12px;
	}

	main section .main-block>span.title_section {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 360.99px) {
	#simple-footer span {
		font-size: 12px;
	}

	#simple-header .phone {
		font-size: 18px;
	}
}

.alert {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	padding: 10px 8px;
}

.alert-danger {
	color: #AC2112;
}

.alert-success {
	color: #008927;
}

.alert a {
	color: #000;
}

.flexdatalist-results li {
	display: flex;
	align-items: center;
}

.flexdatalist-alias {
	color: #212121 !important;
}

#slideshow-41 {
	display: block;
}

@media(max-width: 580px) {
	#slideshow-42 {
		display: block;
	}

	#slideshow-41 {
		display: none;
	}
}

@media(max-width: 768px) {

	#flex0-results {
		left: 0 !important;
		width: 100% !important;
	}

	.item.item-name {
		font-size: 12px;
		line-height: 1.2;
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
	}
}

.show-more-btn.fa-spin svg {
	animation: spin 2s linear infinite;
	/* Анімація обертання на протязі 2 секунд */
}

@media(max-width: 1060px) {
	#top .bottom .main-block {
		grid-gap: 0 15px;
	}

	header .top {
		display: none;
	}

	#top .bottom {
		background: #141512;
	}

	#top-account-list li:not(:last-child) {
		display: none;
	}

	#top .catalog-menu {
		display: none;
	}

	#top #top-account-list li>* {
		background: #141512;
		width: 27px;
		height: 27px;

	}

	#top #top-account-list li i.count {
		background: #AC2112;
		right: -15px;
		top: -10px;

	}

	#cart-btn path {
		fill: #fff;
	}

	#top #search {
		flex: 1;
	}

	#top .bottom .main-block {
		display: flex;
	}

	.mobile_logo {
		display: block;
	}

	#top .bottom .main-block {
		height: 54px;
	}
}

fieldset .required label:after,
.label--required label:after {
	content: '*';
	margin-left: 3px;
	color: red;
	display: inline-block;
}

.owl-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 99;
	display: flex;
	gap: 10px;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.main-block .owl-dots button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #A9A9A9;
}

.main-block .owl-dots button.active {
	background: #dd1600;
}

.article-section ul,
ol {
	margin-bottom: 15px;
}

#description ul,
ol {
	margin-bottom: 15px;
}

#description h2,
h3,
h4,
h5 {
	margin-bottom: 0.9375rem;
}

.article-section h2,
h3,
h4,
h5 {
	margin-bottom: 0.9375rem;
}

.ocf-footer {
	.ocf-between {
		gap: 10px;

		button {
			padding: 0 5px;
		}
	}

	button {
		height: 40px;
	}
}

.ocf-btn-mobile-fixed {
	display: none !important;
}

.slider__btn-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 25px;
}

.slider__btn-top .title_section {
	margin-bottom: 0;
}

.title_section {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
}

#products-list.swiper {
	overflow-x: clip !important;
	white-space: normal !important;
}

a:hover,
button:hover {
	opacity: 0.7;
}

/* .swiper {
	.swiper-slide {
		height: auto !important;
	}
} */

.swiper-button-box {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 1;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}

.swiper-button-prev.swiper-button-prev svg,
.swiper-button-next.swiper-button-next svg {
	width: 16px;
}

.swiper-button-next,
.swiper-button-prev {
	position: static !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background-color: #FFFFFF;
	border-radius: 12px;
	width: 40px;
	height: 40px;
	transition: all 0.3s linear;
	overflow: hidden;
	border: 2px solid #D52817;
	margin-top: 0;
	z-index: 3;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #D52817;

	svg path {
		stroke: #FFFFFF;
		fill: #FFFFFF;
	}
}

.swiper-button-box .swiper-button-disabled,
.swiper-button-box .swiper-button-disabled {
	opacity: 0.5;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	width: auto;
	padding: 16px 0;
	/* margin-bottom: clamp(1.875rem, -0.9517rem + 4.5593vw, 3.75rem); */
}

.pagination li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	background-color: #F5F6F8;
	border-radius: 8px;
	min-width: 42px;
	height: 42px;
	transition: all 0.3s linear;
}

.pagination li:hover {
	color: var(--main-btn);
	transition: all 0.3s linear;
}

.pagination__link-span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
	border: 1px solid #000000;
	border-radius: 8px;
	min-width: 42px;
	height: 42px;
	padding: 0 5px;
}

.pagination__link-first {
	pointer-events: none;
}

.pagination a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 0 5px;
}

.pagination__null {
	pointer-events: none;
	width: 32px;
	height: 32px;
}

.pag-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination__prev,
.pagination__next {
	border: 1px solid #000000;
	transition: all 0.3s linear;
}

.pagination__prev svg path,
.pagination__next svg path {
	fill: #000000;
	transition: all 0.3s linear;
}

.pagination__prev:hover svg path,
.pagination__next:hover svg path {
	fill: #ffffff;
	transition: all 0.3s linear;
}

.pagination__prev:hover,
.pagination__next:hover {
	background-color: var(--bw-black);
	transition: all 0.3s linear;
}

.show-more-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 12px 35px;
	width: fit-content;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	grid-gap: 0 50px;
	color: #FFF;
	margin: 0 auto;
	border-radius: 3px;
	border: 1px solid #D52816;
	color: #FFF;
	line-height: 1;
	font-weight: 600;
	background: #D52816;
	margin: 20px auto;

}

.col-left .search-box {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px;
}
.col-all .search-box.container {
	padding: 0;
}

.swiper-button-lock {
	display: none;
}

.sub-menu a.active {
	color: #D52816;
}

.slideshow-list a {
	opacity: 1 !important;
}


element.style {}

#bwc-wrap#bwc-wrap #bwc-widget-action {
	z-index: 5 !important;
}

@media(max-width: 992px) {
	.search-box {
		grid-template-columns: 1fr;
	}
}

.account-edit-rows {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: -31px;
}

@media only screen and (min-width: 861px) and (max-width: 991px) {
	.account-edit-rows {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 767px) {
	.account-edit-rows {
		grid-template-columns: 1fr;
	}
}

.account-edit-rows fieldset {
	padding: 0;
}

.account-edit-rows fieldset h3 {
	margin-top: 36px;
}

.account-edit-rows .simplecheckout-error-text {
	position: absolute;
	color: #D52816;
	font-size: 12px;
	margin-top: 5px;
}

.account-edit-rows+.simpleregister-button-block {
	margin-top: 20px;
}

.manufacturer-list-anchors {
	margin-top: 20px;
}

.brand-title-anchor {
	margin-bottom: 20px;
}

.brands-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-bottom: 30px;
}

.brands-row .brand-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border-radius: 3px;
	box-shadow: 0 0 7px #0000001c;
}

.brands-row .brand-item .brand-name {
	font-weight: 600;
	text-align: center;
}

.brands-row .brand-item img {
	max-width: 100%;
}

@media (max-width: 991px) {
	.brands-row {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}

@media (max-width: 574px) {
	.brands-row {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

.swal2-content a {
	color: #000;
	text-decoration: underline;
}

.tab-content-box {
	display: grid;
	grid-template-columns: 2.5fr 1fr;
	gap: 10px;
	margin-top: 40px;
}

.content-compare-box:not(:has(.tab-compare)) {
	background-color: #ffffff;
	border-radius: 8px;
	padding: 20px 10px;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
}

#product-compare {
	margin-top: 10px;
}

#product-compare .tab-content {
	grid-template-columns: 100%;
	gap: 0;
	background-color: #ffffff;
	overflow: initial;
}

#product-compare .nav-tabs>li {
	background-color: #ffffff;
	border-radius: 360px;
	border: 1px solid #D5D9DD;
	height: 36px;
}

#product-compare .nav-tabs>li.active {
	background-color: #292C29;
}

#product-compare .nav-tabs>li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #292C29 !important;
	width: max-content;
	height: 100%;
	padding: 0 15px;
	border: none !important;
}

#product-compare .nav-tabs>li.active a {
	color: #FFFFFF !important;
}

#product-compare-list {
	display: grid !important;
	grid-template-columns: 100% !important;

	.swiper-initialized {
		overflow: hidden
	}

	.product-item {
		padding: 10px;
	}
}

.differences-btn {
	display: flex;
	align-items: center;
	gap: 10px;

	input[type="checkbox"] {
		display: flex;
		align-items: center;
		justify-content: center;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 20px;
		height: 20px;
		border-radius: 5px;
		border: 1px solid #D52816;
		color: white;
		cursor: pointer;
		position: relative;
	}

	input[type="checkbox"]:checked {
		background-color: #D52816;
	}

	input[type="checkbox"]:checked::after {
		content: "\2713";
	}

	label {
		cursor: pointer;
		padding-top: 3px;
	}
}

.buttons_func {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.buttons_func label {
	margin-bottom: 0;
}

.tab-compare-btn {
	display: flex;
	align-items: center;
	gap: 10px;
}

.btn-block {
	color: #7F807F !important;
	background-color: #ffffff !important;
	border: 1px solid #D5D9DD;
}

.compare_image {
	height: auto !important;
}

.titles-box {
	display: grid;
	grid-template-columns: 100%;
	border: 1px solid #F0F0F0;
	border-radius: 8px;
	padding-bottom: 36px;
	margin-top: 20px;

	.swiper-notification {
		display: inline;
	}
}

#product-compare .tab-pane:not(:has(.swiper-slide)) {
	display: none;
}

.tab-compare:not(:has(.swiper-slide)) .tab-compare-toggle {
	opacity: 0;
	pointer-events: none;
}

.titles-box .titles {
	display: grid;
	gap: 36px;
	width: 100%;
	grid-column: 1;
	grid-row: 2;
	align-self: flex-end;
	justify-self: center;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}

.compare-box {
	display: grid;
	align-self: flex-end;
	justify-self: center;
	gap: 36px;
	text-align: center;
	width: 100%;
	border-right: 1px solid #F0F0F0;
}

.titles-item {
	display: flex;
	justify-content: center;
	/* height: 36px !important; */
	background-color: #F3F3F3;
	line-height: 36px;
	margin: 0 !important;
}

.titles-item-rel {
	position: relative;
	margin-top: 7px;
	z-index: 1;
}

.info_td {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	/* gap: 10px; */
	/* height: 36px; */
	font-size: 14px;
	background-color: #ffffff;
	color: #3F423F;
	position: relative;
	padding: 8px;

	/* overflow-x: hidden;
	overflow-y: auto; */
	svg {
		filter: brightness(0) saturate(100%) invert(17%) sepia(100%) saturate(3533%) hue-rotate(360deg) brightness(85%) contrast(107%);
	}

}

.info_td-bg {
	width: 100%;
	max-height: 160px;
	height: auto;
	transition: height 0.3s ease-in-out;
	overflow: hidden
}

.info_td-bg.active {
	transition: height 0.3s ease-in-out;
	max-height: 1000px;
	height: auto;
	padding-bottom: 20px;
}

.info_td,
.titles-item {
	transition: all 0.3s linear;
}

.swiper-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 15px;

	h1 {
		margin: 0 !important;
	}
}

.swiper-pager {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

#product-compare-list .product-item {
	border: none !important;
	/* border-right: 1px solid #F3F3F3 !important; */
}

.info_td-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	position: relative;
	width: 100%;
	color: #DD1600 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	border: none;
	font: inherit;
	color: inherit;
	background-color: transparent;
	transition: all 0.3s linear;
	padding: 5px 0 0 0;
}

.info_td-btn::before {
	content: '';
	position: absolute;
	top: -50px;
	width: 100%;
	height: 50px;
	display: flex;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	transition: all 0.3s linear;
	pointer-events: none;
}

.info_td .info_td-bg.active~.info_td-btn,
.info_td .info_td-bg[style*='max-height']~.info_td-btn {
	display: flex;
}

.info_td:has(.info_td-bg.active) .info_td-btn::before {
	display: none;
}

.info_td .fa-stack {
	width: 2em;
	height: auto;
	margin-bottom: 20px;
}

.info_td-bg::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 500vw;
	background-color: #ffffff;
	z-index: -1;
}

/* .compare_rating-height {
	height: 96px !important;
} */

.carousel_compare_top-box {
	/* position: sticky;
	top: 71px; */
	background-color: #ffffff;
	border-radius: 8px;
	transition: all 0.3s linear;
	z-index: 3;

	.swiper-wrapper {
		background-color: #F3F3F3;
	}

	.swiper-slide {
		background-color: #ffffff;
	}
}


.carousel_compare_top-box.active {
	.product-thumb {
		height: 0 !important;
		opacity: 0;
	}

	.product-item {
		padding: 5px 10px !important;
	}

	.remove-btn {
		top: 5px !important;
	}

	.stock-block {
		height: 0 !important;
		opacity: 0;
		margin: 0 !important;
	}

	h3 {
		margin-bottom: 5px !important;
	}

	.carousel_compare_top {
		border-radius: 8px;
		border-top: 1px solid #F0F0F0;
		overflow-x: hidden;
	}
}



.carousel_compare_top-box-rel {
	position: relative;
}

/* .carousel_compare_top-box.active .carousel_compare_top-box-rel {
	margin: 0 -1px;
} */

/* .carousel_compare_top-box.active .carousel_compare_top-box-rel::before {
	content: '';
	position: absolute;
	top: -1px;
	background-color: #ffffff;
	display: block;
	width: 200vw;
	height: calc(100% + 1px);
	transform: translateX(-100vw);
	border-top: 1px solid #F0F0F0;
	box-shadow: 0px 12px 16px -4px #1018280F;
} */


.carousel_compare_top-box.active .carousel_compare_top {
	border-radius: 0;
}

/* .titles-box:not(:has(.carousel_compare_top-box.active)) .carousel_compare_bottom {
	padding-top: 0;
}

.titles-box:has(.carousel_compare_top-box.active) .carousel_compare_bottom {
	padding-top: 30px;
} */

/* .carousel_compare_top-box.active .carousel_compare_top .swiper-slide-active {
	border-left: 1px solid #F0F0F0;
} */

.carousel_compare_top-box.active .product-thumb .cart-absolute {
	opacity: 0;
	pointer-events: none;
	/* transition: all 0.3s linear; */
}

.carousel_compare_top-box.active .item {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	column-gap: 5px;
	row-gap: 10px;
	transition: all 0.3s linear;
}

.carousel_compare_top-box.active .product-thumb .name a {
	font-size: 12px !important;
	line-height: 1.4;
	-webkit-line-clamp: 3;
	height: 48px;
	margin: 0 !important;
}

.carousel_compare_top-box .product-thumb {
	height: auto;
	padding: 20px 10px;
	transition: all 0.3s linear;
}

.carousel_compare_top-box.active .product-thumb {
	height: auto;
	padding: 10px 10px;
	transition: all 0.3s linear;
}

.carousel_compare_top-box.active .item .image {
	max-width: 56px;
}

.carousel_compare_top-box.active .item .cart {
	grid-column: 1 / -1;
}

.carousel_compare_bottom {
	grid-column: 1;
	grid-row: 2;
	transform: translateY(36px);
	overflow-x: hidden;
}

.carousel_compare_top-box:has(.swiper-button-lock) .swiper-pager {
	display: none;
}

.carousel_compare_top-box .swiper-pager {
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 2;
}

.carousel_compare_top-box .swiper-button-next {
	position: absolute !important;
	position: absolute;
	top: 50% !important;
	transform: translate(0, -50%) !important;
	right: -20px;
}

.carousel_compare_top-box .swiper-button-prev {
	position: absolute !important;
	position: absolute;
	top: 50% !important;
	transform: translate(0, -50%) !important;
	left: -20px;
}

.tab-compare-toggle {
	display: flex;
	align-items: center;
	gap: 5px;
}

.tab-compare-toggle input {
	display: none;
}

.tab-compare-toggle .slider {
	position: relative;
	display: flex;
	width: 40px;
	height: 24px;
	background: #C2C2C2;
	border-radius: 20px;
	transition: background 0.3s;
	cursor: pointer;
}

.tab-compare-toggle .slider::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	background: white;
	transform: translate(0, -50%);
	border-radius: 50%;
	top: 50%;
	left: 4px;
	transition: all 0.3s linear;
}

.tab-compare-toggle input:checked+.slider {
	background: #4CAF50;
}

.tab-compare-toggle input:checked+.slider::before {
	left: 19px;
}

.carousel_compare_top-box .product-thumb .image img {
	max-width: 205px;
	max-height: 205px;
}

.carousel_compare_top-box.active .product-thumb .image img {
	max-width: 56px;
	max-height: inherit;
	aspect-ratio: 1/ 1;
	object-fit: contain;
}

.carousel_compare_top-box .oct-discount-box {
	display: none;
}

.swiper-preloader {
	display: none;
}

.swiper-preloader {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	opacity: 1;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear;
	z-index: 1000;

	svg {
		width: 320px;
		height: 320px;
		filter: brightness(0) saturate(100%) invert(17%) sepia(100%) saturate(3533%) hue-rotate(360deg) brightness(85%) contrast(107%);
	}
}

.tab-pane.active {
	opacity: 1 !important;
}

.tab-content {
	position: relative;
	min-height: 200px;
}

.swiper-preloader.fade {
	opacity: 0;
	transition: all 0.3s linear;
}

.similar {
	display: none;
}

.similar .info_td-bg {
	color: #888888;
}

/* .difference .info_td-bg {
	color: #4CAF50;
} */

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: 50%;
	right: 5px;
}

#product-compare-list .product-item h3 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	height: 68px;
	overflow: hidden;
}

#product-compare-list .product-item .top-block {
	height: auto;
}

@media (max-width: 992px) {
	.carousel_compare_top-box {
		top: 62px;
	}

	.carousel_compare_top-box.active .swiper-slide-next .product-thumb {
		border-right: 1px solid #F0F0F0;
	}
}

@media (max-width: 575px) {
	.carousel_compare_top-box.active .item {
		grid-template-columns: 40px 1fr;
	}

	.carousel_compare_top-box .product-thumb .image img {
		max-height: 145px;
	}

	.carousel_compare_top-box.active .product-thumb .image img {
		max-width: 32px;
	}

	.compare-btn-off-on {
		display: none;
	}

	#product-compare .tab-content {
		margin: 0 -10px;
	}

	#product-compare .product-thumb .swiper-slide {
		padding: 10px;
	}

	#product-compare .row-bg {
		padding: 10px;
	}

	.carousel_compare_top-box .swiper-button-next {
		width: 34px !important;
		height: 34px !important;
		right: -8px;
	}

	.carousel_compare_top-box .swiper-button-prev {
		width: 34px !important;
		height: 34px !important;
		left: -8px;
	}

	#product-compare-list .product-item .new-price {
		font-size: 20px;
	}

	#product-compare-list .product-item .new-price,
	#product-compare-list .product-item .price {
		font-size: 12px;
	}
}

#product-compare-list .product-item .top-block {
	padding: 0 !important;
}



@media only screen and (max-width: 520.99px) {
	#product-compare-list .product-item:nth-child(1) {
		display: block !important;
	}
}

/* Alerts */
/*.cf, #alerts .alert {
  *zoom: 1;
}
.cf:before, #alerts .alert:before, .cf:after, #alerts .alert:after {
  display: table; 
  content: "";
  line-height: 0;
}
.cf:after, #alerts .alert:after {
  clear: both;
}

#alerts {
  width: 400px;
  top: 12px;
  right: 50px;
  position: fixed;
  z-index: 9999;
  list-style: none;
}

#alerts .alert {
  width: 100%;
  margin-bottom: 8px;
  display: block;
  position: relative;
  border-left: 4px solid;
  right: -50px;
  opacity: 0;
  line-height: 1;
  padding: 0;
  transition: right 400ms, opacity 400ms, line-height 300ms 100ms, padding 300ms 100ms;
  display: flex;
  align-items: center;
}

#alerts .alert a {
  color: #fff;
}

#alerts .alert:hover {
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

#alerts .open {
  right: 0;
  opacity: 1;
  line-height: 2;
  padding: 3px 15px;
  transition: line-height 200ms, padding 200ms, right 350ms 200ms, opacity 350ms 200ms;
}

#alerts .alert-title {
  font-weight: bold;
}

#alerts .alert-block {
  width: 80%;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  text-align: left;
}
#alerts .alert-block em, #alerts .alert-block small {
  font-size: .75em;
  opacity: .75;
  display: block;
}

#alerts .alert i {
  font-size: 2em;
  width: 1.5em;
  max-height: 48px;
  top: 50%;
  display: table-cell;
  vertical-align: middle;
}

#alerts .alert-success {
  color: #fff;
  border-color: #539753;
  background-color: #8fbf2f;
}

#alerts .alert-error {
  color: #fff;
  border-color: #dc4a4d;
  background-color: #f25c5d;
}

#alerts .alert-trash {
  color: #fff;
  border-color: #dc4a4d;
  background-color: #f25c5d;
}

#alerts .alert-info {
  color: #fff;
  border-color: #076d91;
  background-color: #3397db;
}

#alerts .alert-warning {
  color: #fff;
  border-color: #dd6137;
  background-color: #f7931d;
}*/