html, body {
	margin: 0;
	padding: 0;
	font-family: 'Gilroy', Arial, sans-serif, FreeSans;
	font-display: swap;
	font-size: 1rem;
	background: #fff;
	color: #000;
}

.wrepper {
	width: 1220px;
	margin: 0 auto;
}
.heder{
	height: 250px;
	background-color: #3c034d;
	margin-bottom: 3px;
	width: 1233px;
}
.top-heder{
	display: grid;
	grid-template-columns: 600px 1fr 1fr;
	gap: 20px;
}

.search-box,.close-icon,.search-wrapper {
	position: relative;
	padding: 10px;
	margin-inline: 210px;
}
.search-wrapper {
	width: 500px;
	margin: auto;
	margin-top: 130px;
	display: flex;
}
.search-box {
	width: 140%;
	border: 1px solid #ccc;
	outline: 0;
	border-radius: 15px;
	background-color: purple;
	color: #fff;
}

.visually-hidden{
	display: none;	
}

.logo{
        position: absolute;
    top: 83px;
    left: 365px;
}


.close-icon {
	border:1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
  outline: 0;
  cursor: pointer;
}
.close-icon:after {
	content: "X";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	background-color: #FA9595;
	z-index:1;
	right: 35px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 2px;
	border-radius: 50%;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 12px;
	box-shadow: 0 0 2px #E50F0F;
	cursor: pointer;
}
.search-box:not(:valid) ~ .close-icon {
	display: none;
}


.logoA {
	color: #fff;
	font-size: 28px;
	outline: none;
	text-decoration: none;
}

.logoH{
	position: relative;
	top: -190px;
	padding-bottom: 0px;
	margin-left: -68%;
	width: 200px;

}

.predBlock{
	float: left;
}

.container-logo{
	margin-bottom: -42px;
	width: 1220px;
	height: 300px;
	background-color: #3C034D;
}

.pred{
	color: white;
	margin: 0px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin-block: 10px;
	margin-inline: 31px;
}

.sign-wrap-2 {
	margin-left: 20px;
	display: inline;
}
.sign-wrap-2 .sign_word {
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	color: #FFF;
	animation: 2s neon-2 alternate-reverse infinite;
}
@keyframes neon-2 {
	from {
		text-shadow: 0 0 5px #FFF,
		0 0 10px #FFF,
		0 0 15px #FFF,
		0 0 15px #BFE2FF;
	}
	to {
		text-shadow: 0 0 15px #BFE2FF,
		0 0 25px #BFE2FF,
		0 0 20px #BFE2FF,
		0 0 30px #BFE2FF,
		0 0 600px #BFE2FF;
	}
}    

.sign-wrap-3 {
	display: inline;
	margin-left: 5px;
}
.sign-wrap-3 .sign_word1 {
	font-size: 65px;
	font-weight: bold;
	line-height: 50px;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	animation: 2s neon-3 alternate-reverse infinite;
}

@keyframes neon-3 {
	from {
		text-shadow: 0 0 5px #FFF,
		0 0 10px #FFF,
		0 0 15px #FFF,
		0 0 20px red;
	}
	to {
		text-shadow: 0 0 20px red,
		0 0 35px red,
		0 0 40px red,
		0 0 50px red,
		0 0 800px red;
	}
}    


* {box-sizing: border-box;}
button#myButton{
	position: relative;
	border: 1px solid;
	height: 35px;
	width: 220px;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: #00000000;
	color: #68004F;
}

.button {
  position: absolute;
  border: none;
  height: 20px;
  width: 20px;
  top: 2px;
  right: 22px;
  cursor: pointer;
  background-color: transparent;
  color: #68004F;
}

button:before {
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;
}

.cart-image{
	margin: 0px;
	background: none;
	border: none;
	outline: none;
	position: relative;
	top: 10px;
	margin-inline: 81.9%;
	display: flex;
}

.slider{
	margin-bottom: 5px;
}



.cart-a{
	color: white;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	margin: 67px 540px;
	text-decoration: none;
}

.cart-a:hover{
	text-decoration: underline;
}

.footer{
	background-color: #3D034D;
	text-align: left;
	box-sizing: border-box;
	font: 15px sans-serif;
	position: relative;
	color: #D5ABDE;
	font-size: 18px;
}

.logotip .help .contact .button-footer{
 display: inline block;
 vertical-align: top;
}

.logotip .help .contact{
 width: 20%;
}

.logotip{
	white-space: normal;	
	display: inline-block;
	width: 250px;
	vertical-align: top;
	background: #3D034D;
	margin-right: 5%;
	font-size: 14px;
	margin-top: 0px;
	z-index: 0;
}

.number{
 color: white;
 margin-bottom: -5px;
}

.container-footer{
	margin: 20px auto;
	width: 1220px;
}

.textcols-item {
	white-space: normal;	
	display: inline-block;
	width: 205px;
	vertical-align: top;
	background: #3D034D;
	margin-right: 10px;
	font-size: 20px;
	margin-top: 25px;
	z-index: 2;
}

.tehpod{
	white-space: normal;	
	display: inline-block;
	width: 180px;
	vertical-align: top;
	background: #3D034D;
	margin-right: -5px;
	font-size: 20px;
	margin-top: 25px;
	z-index: 2;
}

.garant{
	white-space: normal;	
	display: inline-block;
	width: 220px;
	vertical-align: top;
	background: #3D034D;
	margin-right: -5px;
	font-size: 20px;
	margin-top: 25px;
	z-index: 2;
}


.help a{
	color: #D5ABDE;
	font-size: 18px;
	outline: none;
	text-decoration: none;
}

.help a:hover {
	color: #D5ABDE;
	font-size: 18px;
	outline: none;
	text-decoration: underline;
}

.help a:active {
	color: #D5ABDE;
	font-size: 18px;
	outline: none;
}


.help{
	white-space: normal;	
	display: inline-block;
	width: 180px;
	vertical-align: top;
	background: #3D034D;
	margin-right: -5px;
	font-size: 20px;
	margin-top: 25px;
	z-index: 2;
}



.adres-logo{
	color: white;
	font-size: 20px;
	font-weight: 400;
	display: block;
}


.row .textcols-item:last-child {
	margin-right: 0 ;
}

.row {
	white-space: nowrap;
	font-size: 0;
}



.ftA{
	color: #D5ABDE;
	font-size: 18px;
	outline: none;
	text-decoration: none;
}
.ftA:hover {
	color: #D5ABDE;
	font-size: 18px;
	outline: none;
	text-decoration: underline;
}

.ftA:active {
	color: #D5ABDE;
	font-size: 18px;
	outline: none;
}

.garant a{
	color: #D5ABDE;
	font-size: 18px;
	outline: none;
	text-decoration: none;
}

.garant a:hover {
	color: #D5ABDE;
	font-size: 18px;
	outline: none;
	text-decoration: underline;
}

.garant a:active {
	color: #D5ABDE;
	font-size: 18px;
	outline: none;
}


.footer, ul{
	list-style: none;
}

.contact{
	white-space: normal;	
	display: inline-block;
	width: 200px;
	vertical-align: top;
	background: #3D034D;
	font-size: 18px;
	margin-top: 50px;
	margin-left: 40px;
	z-index: 1;
}

.help{
	white-space: normal;	
	display: inline-block;
	width: 200px;
	vertical-align: top;
	background: #3D034D;
	margin-right: 10px;
	font-size: 20px;
	margin-top: 25px;
	z-index: 2;
}

.container-component{
	margin-bottom: 25px;
}
div.container-componentcom_content:not(.has-sidebar-right) .container-content {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
}
.container-content{
	display: grid;
	gap: 10px;
	grid-template-columns: 4fr;
	width: 100%;
}
.r-bar{
	position: relative;
	margin-top: 77px;	
}
/* ------------ Магаз ------------*/

#mxcpr{
	display: none !important;
}
	.product_link{
	color: #000;
	text-decoration: none;
}
	.name a{
	color: #000;
	text-decoration: none; 
}

/*------------------Меню--------------------*/
.mainmenu{
	height: 45px;
}
#menumain	.multilevel-dropdown-menu 
{
	font-family: Arial, sans-serif;
}

#menumain .parents {
	display: block;
	position: relative;
	float: left;
	line-height: 40px;
	background-color: #a13894;
	border-right: #CCC 1px solid;
}

#menumain .parents a {
	margin: 10px 24px;
	color: #fff;
	text-decoration: none;
}

#menumain .parents:hover>ul {
	display: block;
	position: absolute;
}

#menumain .child {
	display: none;
}

#menumain .child li {
	background-color: #a13894;
	line-height: 40px;
	border-bottom: #b5b5b5 1px solid;
	border-right: #b5b5b5 1px solid;
	width: 100%;
}

#menumain .child li a {
	color: #fff;
}

#menumain ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	min-width: 12em;
}

#menumain ul ul ul {
	left: 100%;
	top: 0;
	margin-left: 1px;
}

#menumain li:hover {
	background-color: #742740;
}

#menumain .parents li:hover {
	background-color: #67137e;
}

#menumain .expand {
	font-size: 12px;
	float: right;
	margin-right: 5px;
}


/*------------------инпут логин----------*/
.formsentr{
	position: absolute;
	left: 33.5%;
	z-index: 3;
	top: 165px;
}
input[type=password], input[type=text] {
	width: 150px;
}
.plg_system_webauthn_login_button{
	width: 43px;
	height: 44px;
	position: absolute;
	top: 0;
	left: -50px;
}
#form-login-remember-16 input[type="checkbox"], #form-login-remember-16 input[type="checkbox"]:checked{
	display: none;
}
.mod-login__userdata{
	position: relative;
}
.mod-login__submit .btn-primary{
	position: absolute;
	left: 88px;
	top: 46px;
	width: 62px;
	background-color: #a38d8d;
}
a.remind{
	position: absolute;
	left: -38px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	top: 49px;
}

/*----------пагинация-------------------*/

.jshop_pagination{
	text-align: center;
}
ul.pagination{
	display: flex;
	list-style: none;
	justify-content: center;
}
ul.pagination li{
	margin: 0 5px;
}
ul.pagination li.active{
	
}
ul.pagination li a, ul.pagination li span{
	display: block;
	padding: 5px 10px;
	border: 1px solid #ccc;
	color: #333;
	text-decoration: none;
	transition: background-color 0.2s ease;
}
ul.pagination li.active a{
	
}
ul.pagination :first-child, ul.pagination :nth-child(2), ul.pagination :nth-last-child(2), ul.pagination :last-child, li.disabled{
	border-radius: 5px;
}
.pagination_result_counter{
	margin: 10px;
}
ul.pagination li.active a {
	background: linear-gradient(#a13894, #5a1251);
	color: white;
}
ul.pagination li:not(.active) a:hover {
	background: linear-gradient(#a13894, #5a1251);
	color: white;
	transition: all 0.3s;
}













