body {
	 margin: 0;
	 /*direction: rtl;*/
	 background-color: #000;
	 color: #fff;
	 font-family: 'Assistant', sans-serif;
	 font-size: 24px;
 }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    font-family: 'Assistant', sans-serif;
}
h1, .h1 {
    font-size: 41px;
}
p {
    color: #fff;
    font-family: 'Assistant', sans-serif;
}
.site-name {
    margin-top: 20px;
    text-align: center;
    color: #e866d3;
}
h2, .h2 {
    font-size: 34px;
}
.latin-font>span {
    color: #fff;
}
.latin-font {
    font-family: 'Sigmar One', cursive;
}
.site-name .latin-font {
    text-shadow: 0px 0px 3px #fff, 0px 0px 10px #000, -1px 1px 2px #000;
}
.text-center {
    text-align: center;
}
.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
.maxbutton {
    width: 90%;
    margin: 10px;
}
ul.products li.product {
    border: 2px solid #80379c;
}
ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 20px;
font-weight: 700;
}
@media (min-width: 768px) {
    .site-name .latin-font {
        font-size: 74px;
    }
    .lead {
        font-size: 24px;
    }
    .gallery_container {
        position: relative;
        left: 25%;
    }
}

.woocommerce-product-gallery__image {
	width: 100% !important;
	margin-top: 10px;
}
.related.products > h2 {
	display: none;
}
.child-buttons-wrap a {
	width: 200px;
}
.wpfFilterVerScroll {
	  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.wpfFilterVerScroll li {
		background-color: transparent;
    border: 1px solid #e866d3;
    color: #e866d3;
    padding: 6px 16px;
    cursor: pointer;
		width: auto;
    border-radius: 15px;
	  margin-right: 30px;
	  font-size: 20px;
}
.wpfFilterVerScroll li:hover {
	color: #505ac7;
	border: 1px solid #505ac7;
}
.wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::before {
    background: #fff url(http://lady-new/wp-content/plugins/woo-product-filter/img/tick.png) !important;
    background-size: 100% 100% !important;
}
.wpfFilterWrapper .wpfCheckbox label::before {
	margin-left: 5px !important;
}
.wpfFilterVerScroll li:hover .wpfCheckbox label::before {
	background-color: #505ac7 !important;
	color: #fff !important;
}
.wpfFilterButtons {
	text-align: center;
}
.wpfFilterButtons button {
	color: #fff;
	background-color: #505ac7;
    border: 1px solid #505ac7 !important;
    border-radius: 10px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 23px;
	  text-align: center;
}
.this_page_title {
    padding: 10px 5px;
    overflow: hidden;
    border-top: 1px solid #80379c;
		border-bottom: 1px solid #80379c;
	color: #fff;
    text-align: center;
	font-size: 18px;
    min-height: 20px;
}
.maxbutton {
    margin: 0;
    width: 100% !important;
    height: 40px !important;
    border-radius: 0 !important;
}
.wp_btn {
	width: 80%;
  height: 39px;
	    display: block;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 150px 150px 150px 150px;
    -moz-border-radius: 150px 150px 150px 150px;
    -webkit-border-radius: 150px 150px 150px 150px;
}
.wb_whatsapp {
    content: "";
    width: 80%;
    height: 37px;
    /*background: transparent url('/wp-content/uploads/2021/05/bb811112fee8f2a6a095c49318b71762.jpg') repeat scroll center center;*/
    background-size: cover;
}
@media (max-width: 767px) {
 .child-buttons-wrap a {
	 width: 100% !important;
 }
	.wpfFilterVerScroll {
    flex-direction: column;
	}
	.wpfFilterVerScroll li {
		margin-right: 0;
    margin-bottom: 10px;
	}
	.elementor-element.elementor-products-grid ul.products li.product {
    width: 100%;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 20px;
    text-align: center;
    height: 70px;
	}
}


/* FAQ */
.accordion-list {
    padding-right: 0;
    list-style: none;
}
.accordion-list>li {
	margin-bottom: 10px
}

.accordion-list>li>h3 {
	background-color: #302f2e;
	color: #fff;
	cursor: pointer;
	padding: 15px 0px 15px 0px;
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	border: none;
	outline: none;
	transition: all .05s;
	position: relative
}

#reviewTab .accordion-list li:not(:last-child) h3 {
	border-bottom: 1px dotted #dce7eb
}

.accordion-list>li>h3>img {
	width: 30px;
	vertical-align: middle;
	margin-left: 15px;
	filter: brightness(250%)
}

.accordion-list>li>h3.active {
	background-color: #1a1917
}

.accordion-list>li>h3:after {
	padding: 5px;
	border: solid #fff;
	border-width: 0 0 5px 5px;
	content: "";
	transition: .3s ease all;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 40%
}

.accordion-list>li>h3.active:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.accordion-list>li>ul,
.accordion-list>li>div {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: height .25s ease-in-out;
	background-color: #302f2e
}

.accordion-list>li>div {
	text-align: justify
}

.accordion-list>li>div p {
	margin-top: 1rem;
	font-size: 20px
}

.accordion-list>li>ul.active,
.accordion-list>li>div.active {
	max-height: initial;
	padding: 0 15px 15px
}

.accordion-list>li>ul>li {
	display: inline-block;
	margin-top: 15px;
	margin-left: 15px
}

.accordion-list>li>ul>li>a {
	font-size: 20px;
	border-bottom: 1px dotted #323750;
	text-decoration: none
}

@keyframes flipdown {
	0% {
		opacity: 0;
		transform-origin: top center;
		transform: rotateX(-90deg)
	}

	5% {
		opacity: 1
	}

	80% {
		transform: rotateX(8deg)
	}

	83% {
		transform: rotateX(6deg)
	}

	92% {
		transform: rotateX(-3deg)
	}

	100% {
		transform-origin: top center;
		transform: rotateX(0deg)
	}
}
.maxbutton.fa-phone::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f095";
    padding-right: 5px;
    font-weight: 600;
    font-size: 16px;
}

.maxbutton.fa-whatsapp::before {
    font-family: 'Font Awesome 5 Brands';
    content: "\f232";
    padding-right: 5px;
    font-weight: 600;
    font-size: 18px;
}

.maxbutton.fa-whatsapp{
  text-align: center;
  line-height: 2.1;
  background: #4cc95c;
  letter-spacing: 0.6px;
  color: white;
  font-weight: 400;
  font-family: 'Assistant';
  font-size: 18px;
  border: none;
  transition: all 0.3s ease;
}

.maxbutton.fa-whatsapp:hover {
  background: #44a551 !important;
  color: #ffc92f !important;
}

.maxbutton.fa-phone {
  text-align: center;
  line-height: 2.1;
  background: #80379c;
  letter-spacing: 0.6px;
  color: white;
  font-weight: 400;
  font-family: 'Assistant';
  font-size: 18px;
  transition: all 0.3s ease;
}

.maxbutton.fa-phone:hover {
  background: #611e7b!important;
  color: #ffc92f !important;
}

/* /FAQ */
.wb_telegram {
	width: 100%;
  height: 39px;
	/*background: transparent url("/wp-content/uploads/2023/03/ca1e467819d1de1645a926e7da6582d5.png") repeat scroll center center;*/
    background-size: cover;
	border-radius: 0;
	border: none;
}

.card_telegram {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 2.1;
  letter-spacing: 0.6px;
}

.card_telegram a.wp_btn
{
  display: block;
  width: 100%;
  color: white;
  background: #27a7e7;
  height: auto;
  transition: all 0.3s ease;
}

.card_telegram a.wp_btn:hover {
  background: #2a80ab!important;
  color: #ffc92f !important;
}

.container {
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
   max-width: 1440px;
}
.site-header {
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #717E81;
}
.header-menu ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
    gap: 10px;
}
.header-menu li {
	list-style: none;
}
.header-menu li a {
	color: #FFFFFF;
	font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    padding: 13px 20px;
}
.header-menu li a:hover {
	color: #E866D3;
}
.header-menu .current-menu-item a {
	color: #E866D3;
}
.tg-head {
	text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.main-text-top {
	font-size: 24px;
}
p {
	font-size: 24px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    width: 21.05%;
    max-height: 760px;
}
.woocommerce-product-details__short-description p {
	font-size: 18px;
}
.accordion-list {
	max-width: 800px;
	padding-left: 15px;
	padding-right: 15px;
}
.site-footer {
	background-color: #171717;
	padding: 35px 0px 0px 0px;
	margin-top: 50px;
}
.footer-wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.footer-col h3 {
	color: #FFFFFF;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}
.footer-menu ul {
	display: flex;
	flex-direction: column;
	padding-right: 0;
}
.footer-menu ul li {
	list-style: none;
}
.footer-menu ul li a {
	display: block;
	width: fit-content;
	color: #EC9BDF;
	font-weight: 600;
	padding: 13px 20px;
	line-height: 20px;
	font-size: 20px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}
.footer-menu ul li a:hover {
	border-bottom: 2px solid #EC9BDF;
}
.footer-desc h4 {
	font-weight: 500;
	color: #fff;
	font-size: 20px;
}
.footer-desc {
	padding-bottom: 20px;
	max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.footer-desc h4 {
	max-width: 1200px;
}
.hamburger {
	display: none;
}
.hamburger-close {
	display: none;
}
.child-pages {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 30px;
}
.child-pages a {
	background-color: #E866D3;
	line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    text-decoration: none;
    width: 200px;
}
.products.columns-4 .button.product_type_simple {
	display: none !important;
}
.anketa-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.anketa-left h1 {
	font-size: 40px;
	font-weight: 700;
}
.anketa-short .maxbutton {
	max-width: 400px;
}
.anketa-content {
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #80379C;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 10px 10px 10px;
    margin-top: 20px;
}
.anketa-right img {
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.footer-wrap {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	.footer-menu ul {
	    flex-direction: row;
	    flex-wrap: wrap;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	    font-size: 20px;
	    text-align: center;
	    height: auto;
	}
	p {
	    font-size: 18px;
	}
	.accordion-list>li>h3 {
		font-size: 18px;
	}
	.hamburger {
		display: block;
		cursor: pointer;
		text-align: center;
	}
	.hamburger img, .hamburger-close img {
		width: 30px;
		height: 30px;
	}
	.header-menu {
		display: none;
	}
	.hamburger-close {
		display: none;
		cursor: pointer;
		text-align: center;
	}
	.footer-col h3 {
    	margin-top: 0px;
	}
	.child-pages {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		margin-bottom: 20px;
	}
	.child-pages a {
		width: auto;
	}
	.anketa-wrap {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}
#h_logo {
	text-align: center;
}
/*AfoninSEO*/
#mega-menu-wrap-menu-1 {
	direction: ltr !important;
}
.description {
	text-align: center;
	margin-bottom: 15px;
}