@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}

a {
	color: #d91b38;
}

a:hover {
	text-decoration: none;
}

a:focus,
a:hover {
	color: #9a1d30;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #d91b38;
	background-image: linear-gradient(to bottom, #d91b38, #d91b38);
	background-repeat: repeat-x;
}

/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

#top .container {
	padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #d91b38;
	background-image: linear-gradient(to bottom, #d91b38, #d91b38);
	background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
	color: #444;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #FFF;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	padding-top: 6px;
}

#top-links a+a {
	margin-left: 15px;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}

/* search */
#search {
	margin-bottom: 10px;
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
	margin-bottom: 10px;
}

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

#cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
	border-radius: 0;
	border: none;
}

#cart .dropdown-menu {
	overflow-y: auto;
	scrollbar-width: thin;
	overflow-x: hidden;
}

#cart .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #fff;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 375px;
	}

	#product-product .flex {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* menu */
#menu {}

#menu .nav>li>a {
	font-size: 16px;
	color: #565656;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	text-decoration: none;
	display: block;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 35px;
	margin-bottom: 35px;
	z-index: 6;
	position: relative;
}

#menu .nav>li:first-child>a {
	margin-left: 0;
}
/*
#menu .nav>li:last-child>a {
	margin-right: 0;
}*/

.navbar-collapse.collapse {
	padding: 0;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
	padding-bottom: 0;
	margin-top: -20px;
	border: none;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 190px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #d91b38;
	background-image: linear-gradient(to bottom, #d91b38, #d91b38);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #d91b38;
	background-image: linear-gradient(to bottom, #d91b38, #d91b38);
	background-repeat: repeat-x;
	border-color: #d91b38 #d91b38 #d91b38;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #d91b38;
}

@media (min-width: 1024px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}

	#menu .navbar-nav {
		float: left;
		margin: 0;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
}

@media (max-width: 767px) {}


/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 0px 0;
	padding: 0px 0;
	border: 0px solid #ddd;
	background: none;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #363636;
	font-size: 15px;
}

.breadcrumb a {
	color: #363636;
	font-size: 15px;
	text-decoration: underline;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {

	padding: 0 0px;

}

.breadcrumb>li+li:before {
	content: '|';
	padding: 10px;
}

.breadcrumb>li:after {
	content: '';

}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
	color: #ffffff;
	background-color: #d91b38;
	background-image: linear-gradient(to bottom, #d91b38, #d91b38);
	background-repeat: repeat-x;
	border-color: #d91b38 #d91b38 #d91b38;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #d91b38;
	background-position: 0 -15px;
	border-color: #d91b38 #d91b38 #d91b38;
}

.btn-bordered {
	color: #d91b38;
	background-color: #ffffff !important;
	border: 1px solid #d91b38 !important;
}

.btn-bordered:hover,
.btn-bordered:active,
.btn-bordered.active,
.btn-bordered.disabled,
.btn-bordered[disabled] {
	color: #d91b38;
}

.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #d91b38;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {
	font-weight: bold;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #d91b38;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #d91b38;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close,
.alert-dismissible .close {
	right: -1px;
}

/****************rtsasuk******************/
.container {
	max-width: 1280px;
	width: 100%;
}

#logo img {
	width: 190px;
}

.soc ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.soc ul.social {
	display: flex;
    align-items: center;
    justify-content: center;
}
.soc li {
	float: left;

}

.soc img {
	width: 30px;
    height: 30px;
	margin: 2px;
}

#logo {
	margin-top: 0;
	margin-bottom: 40px;
}

.tel {
	margin-top: 60px;
}

.tel i {
	margin-right: 5px;
	font-size: 18px;
}

.tel span {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
}

.soc {
	width: 155px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    justify-content: center;
	margin-top: 18px;
}
.header-phones {
	display: flex;
    flex-direction: column;
    margin-top: 10px;
    gap: 5px;
}
.header-phones a {
	display: flex;
    align-items: center;
    gap: 5px;
    line-height: 16px;
    font-size: 16px;
    color: #606060;
    font-weight: bold;
	text-decoration: none!important;
}
.header-phones i {
    font-size: 16px;
	transform: rotate(-5deg);
    -webkit-animation: rotate .25s infinite alternate ease-in-out;
    animation: rotate .25s infinite alternate ease-in-out;
}
#search {
	height: 45px;
	width: 100%;
	border: 1px solid #b0b0b0;
	border-radius: 30px;
	margin-top: 29px;
	padding-left: 15px;
}

.inp_s {
	width: 100%;
	height: 43px;
	border: 0px solid #333;
	background: none;
}

input,
button,
a,
img {
	outline-style: none !important;
}

.but_s {
	display: flex;
	background: none;
	border: 0px solid #333;
	padding: 0px;
}

.but_s i {
	font-size: 20px;
	color: #b0b0b0;
	margin-right: 15px;
}

.listuser {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.listuser .lili {
	float: left;
}

.listuser {
	margin-top: 25px;
}

.listuser li {
	margin-right: 5px;
	margin-left: 5px;
}

.listuser i {
	color: #565656;
}

.listuser .fa-user-o {
	font-size: 16px;
	color: #565656;

}

#form-currency button {
	padding: 0px;
	border: 0px solid #333;
	background: none;
	color: #565656;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
	text-align: left;
	padding-bottom: 0;
	font-size: 16px;
	text-decoration: none;
}
#form-currency button.dropdown-toggle {
	text-transform: uppercase;
}
#form-currency strong {
	font-weight: 400;
}

.valuta .dropdown-menu {
	padding: 10px !important;
	min-width: 250px;
}

.lang5 button.dropdown-toggle {
	background: none;
	border: 0px solid #333;
	color: #565656;
	padding: 1px 6px;
	font-size: 16px;
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65px;
}


#cart-total {
	position: relative;
}

#cart button {
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#cart-total {
	font-size: 14px;
	color: #d91b38;
	font-weight: 500;
}

#cart-total bb {
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: block;
	text-align: center;
	border-radius: 20px;
	background: #d91b38;
	position: absolute;
	left: 20px;
	top: -10px;
	font-size: 14px;
	color: #ffffff;
}

#cart-total .fa-shopping-cart {
	font-size: 30px;
	color: #565656;
	margin-right: 15px;
}

#cart {
	margin-top: 25px;

}

header {
	border-bottom: 1px solid #f0f0f0;
}

.fon_text_sl {
	position: absolute;
	top: 170px;
}

.title_sl {
	color: #434343;
	font-size: 85px;
	font-weight: 500;
	display: block;
	line-height: 120px;
}

.description_sl {
	color: #434343;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 6px;
	display: block;
}

.line_sl {
	width: 115px;
	height: 2px;
	background: #d91b38;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
}

.description_sl2 {
	color: #434343;
	font-size: 16px;
	line-height: 30px;
	display: block;
	max-width: 490px;
	margin-bottom: 35px;
}

.det_sl a {
	width: 190px;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: #d91b38;
}

.det_sl a:hover {
	opacity: 0.8;
}

.currency-select b {
	font-size: 16px;
	width: 30px;
	display: inline-block;
}

#cart-total b {
	display: block;
	color: #606060;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 16px;
}

.iconcart {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

.text_cart {
	display: inline-block;
	text-align: left;
}

#form-currency li button:hover {
	color: #d91b38;
}

.geoip5 span {
	border-bottom: 1px dashed #559305 !important;
	color: #559305 !important;
	font-size: 18px;
}

.geoip5 .btn {
	padding: 0px !important;
}

.language-select {
	padding: 0px;
	background: none;
	border: 0px solid #333;
	border-radius: 0px;
	width: 100%;
	text-align: left;
}

.lang5 li {
	padding: 5px;
	padding-left: 15px;
}

.lang5 li:hover {
	background: #d91b38;
	color: #fff;
}

#menu {
	margin-top: 0;
	margin-bottom: 0;
	min-height: 100%;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	background: none;
	color: #d91b38;
}

.fon_bb {
	background: #fdfdfd;
	border: 1px solid #e9e9e9;
	height: 170px;
	display: flex;
	align-items: center;
	position: relative;
	margin-top: -80px;
	z-index: 3000;
}

.media {
	height: 170px;
	display: flex;
	align-items: center;
}

.media-heading {
	margin-top: 10px;
}

.fon_tov .image1 {
	background: #f8f8f8;
	margin-bottom: 15px;
	position: relative;
}
.fon_tov .image1 img {
	display: block;
    width: 100%;
    height: auto;
}

.zag_tov a {
	color: #222222;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	display: block;
	min-height: 55px;
	margin-bottom: 10px;
}

.zag_tov a:hover {
	color: #d91b38;
}

.price {
	text-align: center;
	color: #222222;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: auto;
}

.price-old {
	color: #888888;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	text-decoration: line-through;
}

.fon_knopki a, 
.fon_knopki button {
	width: 100%;
	border: none;
	display: inline-block;
	background-color: #d91b38;
	color: #fff;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.fon_knopki button:hover {
	background: #d91b38;
	color: #fff;
}

.fon_tov {
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 10px;
    height: 92%;
    display: flex;
    flex-direction: column;
}

.fon_knopki {
	display: none;
}

.fon_tov:hover .fon_knopki {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.zag_mod {
	color: #000000;
	font-size: 36px;
	line-height: 40px;
	display: block;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.zag_mod span {
	width: 120px;
	height: 2px;
	display: block;
	background: #d91b38;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.nopad {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.twoban {
	margin-top: 30px;
}

.date_blog {
	color: #777777;
	font-size: 14px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.blog_text {

	margin-top: 10px;
}

.zag_blog a {
	color: #222222;
	font-size: 16px;
	line-height: 24px;
}

.zag_blog a:hover {
	color: #d91b38;
}

.line_blog {
	width: 100px;
	height: 1px;
	display: block;
	background: #d91b38;
	display: block;
	margin-top: 15px;
}

.fon_blog {
	display: flex;
	margin-bottom: 30px;
	padding: 15px;
	align-items: start;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.fon_blog .image {
	margin-right: 25px;
	width: 200px;
	flex-shrink: 0;
}

.panel {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
	border: 0px solid transparent !important;

}
@media (min-width: 991px) {
	.ocfilter {
		width: 50%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ocfilter {
		width: 75%;
	}	
}

#collapse-group00 .panel-default>.panel-heading {
	color: #333;
	background: none;
	border-bottom: 1px solid #999999 !important;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0px;
	margin-top: 20px;
	padding-bottom: 10px;
	display: block;
}

#collapse-group00 .panel-title {
	font-size: 22px;
	color: #000000;
	font-weight: 400;
}

#collapse-group00 .panel-title i {
	float: right;
}

#collapse-group00 .panel-heading a {
	display: block;
	width: 100%;
}

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #27282a;
}

.zag_f {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 15px;
}

.zag_f2 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 15px;
	text-align: right;
}

.menuf {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menuf a {
	color: #d4d4d4;
	font-size: 14px;
	line-height: 24px;
}

.menuf a:hover {
	color: #fff;
}

.tel1 {
	font-size: 18px;
	line-height: 30px;
	color: #8c8c8c;
	font-weight: 500;
	text-align: right;
}

.email a {
	font-size: 18px;
	line-height: 30px;
	color: #d4d4d4;
	font-weight: 500;
	text-align: right;
	display: block;
}

.email a:hover {
	color: #d91b38;
}

.payf ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
	margin-top: 15px;
}

.payf ul li {
	float: left;
	margin-left: 15px;
}

.payf ul li i {
	font-size: 24px;
	color: #d4d4d4;
	cursor: pointer;
}

.payf ul li i:hover {
	color: #d91b38;
}

.copy {
	color: #d4d4d4;
	font-size: 14px;
	margin-bottom: 15px;
}

.socf {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;

}

.socf li {
	float: left;
	margin-left: 15px;
	padding-bottom: 15px;
}

.socf li i {
	font-size: 24px;
	color: #d4d4d4;
	cursor: pointer;
}

.socf li i:hover {
	color: #d91b38;
}

.fon_menu {
	border-bottom: 1px solid #f0f0f0;
}

.panel-heading {
	background: none !important;
	border: 0px solid #333 !important;
	color: #262626;
	font-size: 24px !important;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.list-group-item {
	border: 0;
	padding: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #d91b38;
	border-color: #d91b38;
	width: 37px;
	height: 37px;
	line-height: 37px;
	display: block;
	text-align: center;
	border-radius: 20px !important;
	padding: 0px;
}

.pagination>li>a,
.pagination>li>span {
	width: 37px;
	height: 37px;
	line-height: 37px;
	display: block;
	text-align: center;
	border-radius: 20px !important;
	padding: 0px;
	border: 1px solid #e4e7ea;
	color: #6b6b6b;
	font-size: 14px;
	margin-left: 5px;
	margin-right: 5px;
}

.pagination {
	margin-top: 15px;
	margin-bottom: 15px;
}

.desc {
	color: #222222;
	line-height: 30px;
	font-size: 16px;
	text-align: justify;
	margin-top: 30px;
	margin-bottom: 30px;
}

#content {
	margin-bottom: 50px;
}

#content h1 {
	color: #000000;
	font-size: 36px;
	line-height: 40px;
	display: block;
	margin-bottom: 25px;

	padding-bottom: 10px;
}

#content h1 span {
	width: 120px;
	height: 2px;
	display: block;
	background: #d91b38;

	margin-top: 10px;
}

.live-search .price {
	text-align: right;
}

.list-det {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.list-det li {
	line-height: 30px;
}

#product-product .thumbnail {
	display: block;
	padding: 0px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #f8f8f8;
	border: 0px solid #ddd;
	border-radius: 0px;
}

.list-det {
	color: #232323;
	font-size: 14px;
	line-height: 20px;
}

.list-det i {
	color: #59950b;
	font-size: 20px;
	margin-right: 10px;
}

#product-product .rating {
	margin-top: 25px;
	margin-bottom: 25px;
}

#product-product .rating a {
	color: #232323;
	font-size: 14px;
	font-weight: 500;
}

#product-product .flex {
	display: flex;
	align-items: center;
}

#product-product .list-unstyled {
	margin-right: 20px;
	/*color: #232323;
	font-size: 30px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 30px;*/
}

.upsell-box-content input {
	display: none;
}

.upsell-box {
	margin-top: 15px;
	margin-bottom: 0;
}
.upsell-box h4 {
	margin-top: 5px;
}
.upsell-box-content {
	color: #333333;
	font-size: 14px;
	line-height: 30px;
}

.upsell-box-content {
	font-weight: 500;
}

.upsell_pr {
	color: #666;
}

#oneclick {
	max-width: 355px;
}

#button-cart {
	width: 190px;
	height: 50px;
	line-height: 50px;
	display: block;
	border-radius: 25px;
	background: #d91b38;
	text-align: center;
	border: 0px solid #333;
	padding: 0px;
	font-weight: 500;
	font-size: 18px;
}

#button-cart:hover {
	opacity: 0.5;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {

	cursor: default;
	background-color: #d91b38;
	border: 0px solid #ddd;
	height: 80px;
	line-height: 80px;
	padding: 0px;
	text-align: center;
	width: 180px;
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	border-radius: 0px;
}

.nav-tabs>li>a {
	color: #333333;
	cursor: default;
	background-color: #dddddd;
	border: 0px solid #ddd;
	height: 80px;
	line-height: 80px;
	padding: 0px;
	text-align: center;
	width: 180px;
	font-size: 24px;
	font-weight: 400;

	border-radius: 0px;
	margin-right: 15px;
	margin-top: 30px;
}

.nav-tabs {
	border-bottom: 2px solid #d91b38;
}

.nav-tabs>li {
	float: left;
	margin-bottom: 0px !important;
}

.fa-stack {
	color: #d91b38;
}

#tab-description {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	text-align: justify;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0px solid #ddd !important;
}

.geoip5 {
	clear: both;
	font-size: 18px !important;
}

.line5 {
	border-bottom: 1px solid #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
}

.name {
	height: 100px;
	display: flex;
	align-items: start;
    flex-direction: column;
    justify-content: center;
}

.name a {
	color: #232323;
	font-size: 18px;
}

.delcart {
	padding: 0px;
	background: none;
	border: 0px solid #333;
	height: 100px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: right;
	font-size: 20px;
	color: #ff0000;
}

.line5 .quantity {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: right;
	font-size: 20px;
	color: #282828;
}

.checkout-heading-button a {
	text-transform: none !important;
	font-size: 14px !important;
	color: #ccc !important;
}

.simple-content .checkout-heading {
	background: #d91b38 !important;
	color: #fff !important;
	text-transform: none !important;
	font-size: 18px !important;
}

@media (max-width: 767px) {
	#logo {
		min-height: 140px;
		margin: 0;
		display: flex;
		align-items: center;
	}

	.tel {
		margin-top: 10px;
	}

	/*.soc {
		margin-top: 35px;
	}*/

	#search {
		height: 45px;
		width: 100%;
		border: 1px solid #b0b0b0;
		border-radius: 30px;
		margin-top: 10px;
		padding-left: 15px;
	}

	.listuser .fa-user-o {
		font-size: 14px;
		color: #565656;
	}

	.lang5 img {
		display: none;
	}

	.listuser {
		margin-top: 10px;
	}

	#cart {
		margin-top: 10px;
	}



	.fa-bars {
		font-size: 20px;
	}



	.fon_bb {
		display: none;
	}

	.fon_text_sl {
		top: 10px;
	}

	.title_sl {
		color: #434343;
		font-size: 24px;
		font-weight: 500;
		display: block;
		line-height: 100%;
		margin-bottom: 10px;
	}

	.description_sl {
		color: #434343;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0px;
		display: block;
	}

	.line_sl {
		width: 115px;
		height: 2px;
		background: #d91b38;
		display: block;
		margin-top: 10px;
		margin-bottom: 0px;
		display: none;
	}

	.description_sl2 {
		color: #434343;
		font-size: 14px;
		line-height: 30px;
		display: block;
		max-width: 100%;
		margin-bottom: 5px;
	}

	.det_sl a {
		width: 190px;
		height: 25px;
		line-height: 25px;
		display: block;
		text-align: center;
		border-radius: 25px;
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		background: #d91b38;
	}

	.det_sl a:hover {
		opacity: 0.8;
	}

	.zag_mod {
		color: #000000;
		font-size: 26px;
		line-height: 32px;
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.zag_tov a {
		color: #222222;
		font-size: 16px;
		/*height: 45px;*/
		line-height: 24px;
		text-align: center;
		display: block;
		min-height: 100%;
		margin-bottom: 10px;
	}

	#collapse-group00 .panel-title {
		font-size: 20px;
		color: #000000;
		font-weight: 400;
	}

	.zag_f {
		color: #ffffff;
		font-size: 18px;
		font-weight: 500;
		display: block;
		margin-bottom: 15px;
		margin-top: 20px;
	}

	.zag_f2 {
		text-align: center;
		margin-top: 20px
	}

	.tel1 {
		text-align: center;
	}

	.email a {
		text-align: center;
	}

	.payf {
		width: 110px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.payf ul li {
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	}

	.copy {
		text-align: center;
	}

	.socf {
		list-style: none;
		margin: 0px;
		padding: 0px;
		float: none;
		width: 70px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.btn-primary.active.focus,
	.btn-primary.active:focus,
	.btn-primary.active:hover,
	.btn-primary:active.focus,
	.btn-primary:active:focus,
	.btn-primary:active:hover,
	.open>.dropdown-toggle.btn-primary.focus,
	.open>.dropdown-toggle.btn-primary:focus,
	.open>.dropdown-toggle.btn-primary:hover {
		color: #fff;
		background-color: #d91b38;
		border-color: #d91b38;
	}

	.ocf-offcanvas .ocf-offcanvas-body {
		border-right: 1px solid #d91b38;
	}

	#ocfilter .panel-heading {
		text-align: center;
		font-size: 20px !important;
	}

	#content h1 {
		color: #000000;
		font-size: 26px;
		line-height: 34px;
		display: block;
		margin-bottom: 10px;
		padding-bottom: 10px;
		text-align: center;
	}

	#content h1 span {
		margin-left: auto;
		margin-right: auto;
	}

	.nav-tabs>li>a {
		color: #333333;
		cursor: default;
		background-color: #dddddd;
		border: 0px solid #ddd;
		height: 40px;
		line-height: 40px;
		padding: 0px;
		text-align: center;
		width: 100px;
		font-size: 18px;
		font-weight: 400;
		border-radius: 0px;
		margin-right: 15px;
		margin-top: 30px;
	}

	.nav-tabs>li.active>a,
	.nav-tabs>li.active>a:focus,
	.nav-tabs>li.active>a:hover {
		cursor: default;
		background-color: #d91b38;
		border: 0px solid #ddd;
		height: 40px;
		line-height: 40px;
		padding: 0px;
		text-align: center;
		width: 100px;
		font-size: 18px;
		font-weight: 400;
		color: #ffffff;
		border-radius: 0px;
	}

	.name a {
		color: #232323;
		font-size: 14px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	.tel {
		text-align: center;
	}

	#logo {
		margin-top: 40px;
		margin-bottom: 0px;
	}

	.soc {
		margin-bottom: 20px;
	}

	.geoip5 {
		margin-bottom: 15px;
	}

	#menu .nav>li>a {
		font-size: 14px;
		color: #565656;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 20px;
		text-decoration: none;
		display: block;
		padding: 0px;
		margin-left: 10px;
		margin-right: 10px;
		z-index: 6;
		position: relative;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.tel1 {
		font-size: 14px;
		line-height: 24px;
		color: #8c8c8c;
		font-weight: 500;
		text-align: right;
	}

	.email a {
		font-size: 14px;
		line-height: 24px;
		color: #8c8c8c;
		font-weight: 500;
		text-align: right;
		display: block;
	}

	.tel {
		text-align: center;
	}

	#logo {
		/*margin-top: 40px;*/
		margin-bottom: 0px;
	}

	.soc {
		margin-bottom: 15px;
	}
}

#cart .fa-times {
	color: #232323 !important;
	font-size: 18px !important;
}


/****************rtsasuk******************/



.bootstrap-datetimepicker-widget td.today:before {
	display: none !important;
}

.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
	cursor: unset !important;
	text-decoration: line-through;
}

.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
	cursor: unset !important;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
	text-shadow: none !important;
	background-color: #d91b38;
}


@media (max-width: 525px) {
	.soc {
		margin-top: 18px;
		margin-bottom: 10px;
	}
}
@media (max-width: 375px) {
	.soc {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
.noUi-target {
    height: 3px !important;
}
.ocfilter .popover-title {
	display: none;
}
.product-bordered {
	border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 15px;
    background-color: #fafafa;
}
.product-description {
    margin-top: 20px;
    margin-bottom: 20px;
}
.additional-products-title {
	margin-top: 0;
	padding: 0 4px;
}
.additional-products {
    width: 100%;
    display: flex;
    flex-direction: column;
	max-height: 513px;
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 4px;
}
.additional-products::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.additional-products::-webkit-scrollbar-track {
	background: #ddd;
	border-radius: 10px;
}
.additional-products::-webkit-scrollbar-thumb {
	background-color: #d91b38;
	border-radius: 6px;
}
.additional-products::-webkit-scrollbar-thumb:hover {
	background-color: #d91b38;
}
.additional-product {
	display: flex;
    align-items: center;
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    padding: 10px;
	position: relative;
}
.additional-product .image {
	display: flex;
    align-items: center;
    justify-content: center;
	flex-basis: 100px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 20px;
}
.additional-product .image img {
	width: 90px;
    height: auto;
}
.additional-product .product-name a {
	color: #222222;
}
.additional-product .product-price {
    margin-top: 5px;
    color: #222222;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.cart-add-block {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-left: auto;
    width: 60px;
    height: 35px;
    padding-left: 15px;
    padding-right: 10px;
}
.cart-add {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #625a5a;
    cursor: pointer;
}
.cart-add:hover {
    border: 1px solid #d91b38;
    color: #d91b38;
}
.thumbnails .prdLabel {
    top: 10px;
    left: 20px;
}

.payment-metods {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin: 15px 0;
    padding: 5px 0 0;
}
.payment-metods svg {
    width: 48px;
    height: 25px
}

.payment-metods svg.small {
    width: 70px
}

.payment-metods svg.middle {
    width: 80px
}

.payment-metods svg.big {
    width: 110px
}
.sort-row {
	display: flex;
    justify-content: stretch;
	flex-wrap: wrap;
}
.sort-block {
	display: flex;
    align-items: center;
    justify-content: end;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.sort-block {
		justify-content: start;
	}	
}

.sort-block ul {
    display: inline-block;
    list-style-type: none;
    padding-left: 8px;
	margin-bottom: 0;
}
.sort-block ul li {
    display: inline-block;
    margin-right: 8px;
}
.header-account {
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 5px;
}
.header-account .lili span {
    margin: 0 5px;
}
.header-account .lili span {
    margin: 0 5px;
    color: #606060;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: bold;
}
.header-account .lili a {
    text-decoration: none;
}
.bonus-info {
	background: #F4FBFF;
    border: 0.5px solid #C0D0DD;
    border-radius: 5px;
    padding: 21px 28px;
    font-weight: 500;
    font-size: 14px;
    line-height: 152.34%;
    text-align: center;
    letter-spacing: 0.25px;
    color: #434D56;
}
#content .row {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}
#dropdownCartButton {
    position: relative;
}
.right-cart {
	display: flex !important;
    flex-direction: column;
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 350px;
	box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1); 
	z-index: 1000!important;
	overflow-y: auto;
	min-width: 300px !important;
	left: unset !important;    
	padding-top: 10px;
    margin: 0;
	opacity: 0;
	transform: translateX(200px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	visibility: hidden;
}
.right-cart-block {
	display: flex !important;
    flex-direction: column;
    justify-content: space-between;
	height: 100%;
}
.right-cart .img-thumbnail {
	max-width: 70px;
}
.open>.dropdown-menu.right-cart {
	
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}
.right-cart .table tr {
	border: 1px solid #ddd;
}
.right-cart .table .btn-danger {
	padding: 0;
}
@media (max-width: 425px) {
	.right-cart {
		height: 100%;
		width: 100%;
	}
}
.row-shipping_address_local_availability {
	display: flex;
    flex-direction: column;
}
.row-shipping_address_local_availability .col-sm-4,
.row-shipping_address_local_availability .col-sm-8 {
	width: 100%;
    text-align: left;
}
@media (min-width: 1025px) {
	.simplecheckout-block .additional-products {
		max-height: 985px;
	}
}
#dropdownCartClosebtn {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    position: relative;
    cursor: pointer;
	margin-bottom: 10px;
    margin-left: 10px;
}

#dropdownCartClosebtn:before,
#dropdownCartClosebtn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: black;
    transform-origin: center;
}

#dropdownCartClosebtn:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#dropdownCartClosebtn:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    3% {
        transform: scale(1.1);
    }
    6% {
        transform: scale(1);
    }
    9% {
        transform: scale(1.1);
    }
	12% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.btn-pulse {
    color: #ffffff !important;
    background-color: #d91b38;
    border-color: #d91b38;
    animation: pulse 3s ease-in-out infinite;
}