html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.mobileblock{
	display: none;
}
.mheader{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
	box-shadow: 0px 0px 5px #e4e4e4;
	background-color: #fff;
}
.header.fixed{
	top: 0px;
}
header .top{
	max-width: 100%;
	font-family: 'Roboto', sans-serif;
	background-color: #b752b7;
	padding: 0 20px;
}
header .top *{
	text-decoration: unset;
}
header .top .wrapper>a:hover{
	text-decoration: underline;
}
header .top .wrapper>p{
	font-family: 'Varela Round', sans-serif;
}
header .top .wrapper>div{
	font-weight: bold;
	font-size: 14px;
}
header .top .wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1320px;
	margin: 0 auto;
	height: 40px;
	color: #fff;
}
header .top a{
	color: #fff;
}
.header__banner-cart-icon{
	font-size: 18px;
    text-align: center;
    position: absolute;
    font-weight: 400;
    line-height: 1;
    top: 50%;
    left: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/qty.svg);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 100% auto;
    width: 30px;
    height: 20px;
}
header .bot{
	max-width: 1320px;
	margin: 0px auto;
	padding: 20px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
}
header .bot>img{
	width: 145px;
}
#primary-menu{
	display: flex;
	align-items: center;
}
.fixedmenu.active{
	transition: 0.3s;
	right: 0;
}
.hamburger-inner.active {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
.hamburger-inner.active:before {
    top: 0;
    opacity: 0;
    transition: top 75ms ease,opacity 75ms ease .12s;
}
.hamburger-inner.active:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
}
footer .columns.larger .accordion__body{
	display: flex;
}
.fixedmenu{
	transition: 0.3s;
	position: fixed;
    top: 119px;
    right: 100%;
    height: calc(100% - 119px);
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
}
#page-builder-vue .offset-lg-1 header:after {
    content: "+";
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	pointer-events: none;
	font-size: 19px;
    color: #b752b7;
}
#page-builder-vue  .offset-lg-1 header.minus:after {
	content: "-";
}
.menu_button{
	width: 40px;
	height: 16px;
	position: relative;
	padding-top: 10px;
}
.fixedmenu li{
	width: 100%;
	font-size: 36px;
	font-family: 'Varela Round', sans-serif;
	max-width: 500px;
	padding: 35px 0px;
    border-bottom: 1px solid #222;
}
.fixedmenu li a{
	color: #b752b7;
	text-decoration: unset;
	padding-left: 30px;
}
.fixedmenu ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: scroll;
}
#primary-menu li a{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: unset;
	color: #000;
	padding: 0px 25px;
}
#primary-menu li a:hover{
	color: #b752b7;
}
#primary-menu .current-menu-item a{
	color: #b752b7;
}
#page-builder-vue{
	font-family: 'Roboto', sans-serif;
	max-width: 1170px;
	margin: 0 auto;
}
#page-builder-vue .text-center{
	text-align: center;
}
#page-builder-vue .text-center h1{
	font-size: 52px;
	margin-top: 50px;
	margin-bottom: 40px;
}
#page-builder-vue .component-wysiwyg h5{
	font-size: 24px;
	color: #000;
}
#page-builder-vue .component-wysiwyg h5 a{
	color: #000;
	text-decoration: unset;
}
#page-builder-vue .component-wysiwyg h5 a:hover{
	color: #b752b7;
}
#page-builder-vue .offset-lg-1{
	margin: 50px 30px 70px;
}
#page-builder-vue .offset-lg-1 .card{
	border: 1px solid rgba(34,34,34,.125);
	margin-bottom: 20px;
	border-radius: 5px;
}
#page-builder-vue .offset-lg-1 .card a{
	text-decoration: unset;
	font-size: 18px;
	color: #222222;
	outline: unset;
}
#page-builder-vue .offset-lg-1 h4{
	font-size: 26px;
	margin-bottom: 20px;
}
#page-builder-vue .offset-lg-1 header{
	border-bottom: 1px solid rgba(34,34,34,.125);
	cursor: pointer;
	background-color: rgba(34,34,34,.03);
    padding: 20px 30px;
    position: relative;
}
#page-builder-vue .offset-lg-1 .card>div{
	height: auto;
	transition: 1s;
	display: flex;
}
#page-builder-vue .offset-lg-1 .card>div.more_height.active{
	height: auto;
}
#page-builder-vue .offset-lg-1 .card>div.active{
	display: flex;	
	height: auto;
	transition: 0.5s;
}
#page-builder-vue .offset-lg-1 .card .accordion__body{
	display: none;
}
#page-builder-vue .offset-lg-1 .card .accordion__body p{
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 25px;
}
#page-builder-vue .offset-lg-1 .card .accordion__body p>em{
	font-style: italic;
}
#page-builder-vue .offset-lg-1 .card .accordion__body{
	margin: 15px;
}
footer{
	background-color: #222222;
	font-family: 'Roboto', sans-serif;
	padding: 30px 10px;
}
footer .top,footer .bot{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 1300px;
	margin: 0 auto;
}
footer .columns{
	color: #fff;
	max-width: 25%;
	padding-right: 10px;
	padding-left: 10px;
}
footer .columns.larger{
	max-width: 34.5%;
}
footer .columns h2{
	font-size: 40px;
	padding: 20px 0;
}
footer .columns p{
	font-size: 18px;
	line-height: 25px;
}
footer .columns.larger a{
	color: #fff;
	text-decoration: unset;
	font-size: 18px;
	line-height: 20px;
	transition: 0.5s;
}
footer .columns.larger a:hover{
	color: #b752b7;
	transition: 0.5s;
}
footer .columns.larger li{
	margin-bottom: 15px;
	max-width: 215px;
}
footer .columns.last div{
	margin-bottom: 30px;
}
footer .columns.last h3{
	font-size: 18px;
	margin-bottom: 10px;
}
footer .columns.last p {
	line-height: 20px;
}
footer .columns.last a{
	text-decoration: unset;
	color: #fff;
}
footer .bot{
	color: #fff;
	justify-content: flex-start;
	font-size: 14px;
}
footer .bot p:first-child{
	margin-right: 40px;
	margin-bottom: 20px;
}
footer .columns.last .icons{
	display: flex;
    align-items: center;
    font-size: 25px;
    max-width: 100%;
}
footer .columns.last .icons a{
	color: #000;
	padding: 14px;
	border-radius: 140px;
	background-color: #b752b7;
	line-height: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.bi-dash{
	display: none;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	content: "";
    width: 40px;
    height: 4px;
    background-color: #222;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}
.hamburger-inner:after {
    bottom: -10px;
}
.hamburger-inner:before {
    top: -10px;
}

@media(max-width: 1120px){
	footer .top, footer .bot{
		justify-content: space-around;
	}
	footer .top{
		margin-bottom: 20px;
	}
	#primary-menu li a{
		padding: 0px 15px;
		font-size: 18px;
	}
}
@media(max-width: 991px){
	footer .top, footer .bot{
		flex-direction: column;
		margin-left: 30px;
	}
	footer .bot p:last-child{
		display: none;
	}
	footer .columns.larger>div{
		flex-direction: column;
	}
	header .top .wrapper{
		justify-content: space-around;
	}
	header .top .wrapper>p{
		margin: 0 30px;
		text-align: center;
	}
	header .bot{
		justify-content: space-around;
	}
	#primary-menu li a{
		padding: 0px 7px;
		font-size: 15px;
	}
}
@media(max-width: 767px){
	#primary-menu{
		display: none;
	}
	header .top .wrapper>a{
		display: none;
	}
	footer .columns.larger .accordion__body{
		display: none;
	}
	header .top .wrapper>div{
		display: none;
	}
	footer .columns{
		max-width: 100%;
		    padding: unset;
		    margin: 0 auto;
		    text-align: center;
	}
	.mobileblock{
		display: block;
	}
	.micons{
		display: flex;
	}
	.micons a:first-child{
		margin-right: 20px;
	}
	header .bot>img {
	    width: 105px;
	}
	header .bot{
		padding: 10px 20px 15px;
	}
	.desktop{
		display: none;
	}
	footer .maccordion{
		max-width: 100%;
	}
	.accordion__body{
		display: none;
	}
	.prevdef{
		color: #fff;
		text-decoration: unset;
		font-size: 28px;
	}
	footer .columns.larger .prevdef{
		color: #fff;
		text-decoration: unset;
		font-size: 28px;
	}
	footer .columns .accordion__body {
	    margin: 10px;
	}
	footer .columns.larger li{
		max-width: unset;
	}
	footer .columns.larger{
		max-width: 100%;
	}
	.maccordion{
		width: 100%;
		border-bottom: 2px solid #b752b7;
	}
	footer{
		padding: unset;
	}
	footer .top, footer .bot{
		margin-left: unset;
		overflow:hidden;
	}
	footer .bot{
		margin-left: 20px;
	}
	.clickacc{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.clickacc .bi{
		width: 50px;
		color: #b752b7;
	}
	footer .columns h2.clickacc{
		padding: 20px;
	}
	footer .columns.last .icons{
		margin:  0 auto;
		justify-content: space-around;
	}
	footer .columns.last .icons a{
		margin: unset;
	}
}
@media only screen and (max-width: 1000px){
	#page-builder-vue .text-center h1 {
		font-size: 40px;
		margin-top: 10px;
		line-height: 1;
	}
}