/* accorden */
.accordeon__title {
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.container__login button {
		font-size: 15px;
    	padding: 10px 20px;
	}
	div .login-container {
		width: 100% !important;
	}
	.woocommerce table.cart .product-thumbnail {
		display: block !important;
	}
	.woocommerce table.cart .product-thumbnail img {
		margin: auto;
	}
	.quantity input.minus {
		width: 40px !important;
		height: 30px !important;
	}
	.quantity #smntcswcb {
		height: 30px !important;
	}
	.quantity input.plus {
		width: 40px !important;
		height: 30px !important;
	}
	.quantity {
		display: inline-block;
	}
	td.product-quantity {
		height: auto !important;
	}
	.woocommerce table.cart td.actions .coupon .input-text+.button {
		display: block;
		width: 100% !important;
		margin-top: 5px;
		font-size: 15px;
	}
	#coupon_code {
		display: block;
		width: 100% !important;
		font-size: 15px;
		padding: 5px 10px !important;
	}
	div.larger-text__cart {
    	text-align: center;
	}
	div.cart_totals h2 {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	div.wc-proceed-to-checkout {
		text-align: center;
		font-size: 20px;
	}
	div .wc-proceed-to-checkout .checkout-button {
		font-size: 15px;
		width: 100% !important;
		padding: 9px 15px !important;
	}
}

.woocommerce-cart-form [name='update_cart'] {
	display: none !important;
}

.wc-proceed-to-checkout {
	text-align: right;
}

.wc-proceed-to-checkout .checkout-button {
	text-align: center;
    font-size: 25px;
    padding: 20px !important;
    width: 300px !important;
}

.quantity .minus {
	width: 50px !important;
    height: 45.75px;
    float: left !important;
	border: none !important;
	border-radius: 5px 0 0 5px !important;
}

.quantity #smntcswcb {
	float: left;
}

.quantity .plus {
	width: 50px !important;
    height: 45.75px;
	border: none !important;
	border-radius: 0 5px 5px 0 !important;
}

#coupon_code {
	float: left;
    width: max-content;
    padding: 4.7px 16px;
    margin-right: 10px;
    border-radius: 3px;
}

td.product-quantity {
	align-items: center;
    justify-content: center;
	height: 319px;
}

.accordeon__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  margin-bottom: 1.3rem;
}

.accordeon__item {
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	color: #45525e;
	font-size: 0.8rem;
}

.accordeon__item .accordeon__heading:hover a, .accordeon__item ul.sub_categories_list .accordeon__item > div:hover a {
	color: #FFA100;
}

.accordeon__item > div {
	padding: 0.2rem 0 0.2rem 5px;
}

.accordeon__item a {
	color: #45525e;
}

.accordeon__heading {
	position: relative;
}

.accordeon__heading::after {
	content: "▼";
	color: #45525e;
	position: absolute;
	right: 10px;
}

.accordeon__heading_active::after {
	content: "▲";
	color: #45525e;
}

.accordeon__inner {
	color: #4f4f4f; 
	box-sizing: border-box;
	border-radius: 0 0 20px 20px;
	height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  box-sizing: border-box;
  padding: 0 10px;
}

.accordeon__heading_active + .accordeon__inner { 
  height: 100%;
  padding: 5px 10px 10px;
}

.accordeon__heading_active + .accordeon__inner .accordeon__item {
	border: none;
}

/* -- */
.page-wrap {
	padding-top: 40px;
}

.page-container {
	/*margin-top: 40px;*/
	background: white;
	border-radius: 10px;
	/*padding: 40px;*/
}

.catalog__header {
	column-gap: 35px;
	display: flex;
	align-items: center;
}

.catalog__header a {
	color: #628f53;
	column-gap: 20px;
	display: flex;
	align-items: center;
}

.catalog-aside__title {
	background: #e0e3e6;
	width: 100%;
	height: 50px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.catalog__content {
	margin-top: 50px;
	display: grid;
	grid-template-columns: 320px auto;
	grid-column-gap: 25px;
}





.my-cart__item {
	position: relative;
	margin-bottom: 40px;
	display: flex;
	background: #f1f4f4;
	border-radius: 20px;
	padding: 40px;
	column-gap: 50px;
}

.my-cart__item .delete {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 40;
}

.my-cart__item-img {
	cursor: pointer;
	padding: 20px;
	border-radius: 30px;
	overflow: hidden;
	width: 240px;
	height: 260px;
}

.my-cart__item-img img {
	width: 100%;
	height: 100%;;
	object-fit: contain;
}

.my-cart__item-text h1 {
	cursor: pointer;
	font-size: 33px;
	padding-bottom: 20px;
	margin-bottom: 35px;
	border-bottom: 1px solid #dde0e2;
}



.my-cart .btn__other {
	width: 270px;
}

.btn__other .quantity input {
	font-size: 14px;
	height: auto;
	background: none;
	width: 35px;
	padding: 0 5px;
	text-align: right;
}

.cart_btn {
	display: flex;
	column-gap: 20px;
}





header {
	z-index: 200;
}






.entry-header, .entry-footer, aside, .woocommerce-MyAccount-navigation {
	display: none !important;
}


.profile-field {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
	margin-bottom: 30px;
}

.profile-field h4 {
	margin-bottom: 15px;
}


.cabinet_ input, .cabinet_ textarea  {
	border: 1px solid #576470 !important;
	width: 100%;
	padding: 10px;

}

.gray {
	opacity: 0.5;
}



.woocommerce .profile-container {
	width: 100%;
}

.profile-container h2 {
	margin-bottom: 20px;
}

.profile-container {
	margin-bottom: 70px;
}

.button_file, .profile-container input {
	background: #f7f7f7;
}

.button_file {
	color: #171511;
}





.login-container {
	width: 630px !important;
}

.login-container h6, .login-container h2 {
	text-align: center;
}

.container__login {
	margin-bottom: 100px;
}

.container__login h2 {
	text-transform: uppercase;
	margin-top: 20px;
}

.container__button {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.container__login input, .container__login button {
	margin-top: 30px;
}

.container__login .gray {
	text-align: left;
	margin-top: 5px;
}
.product-quantity {
	margin-top: 25px;
	display: flex;
}











.my-cart__item input, {
	border: none;
}

.woocommerce-notices-wrapper, .post-navigation {
	display: none !important;
}


header .main .main-menu .children {
	width: 100%;
}



















.slider-body {
	height: 500px; 
	padding: 50px;
}




.teaser-box__img {
	padding: 40px 30px 30px;
	display: flex;
	align-items: center;
	min-height: 300px;
}

.teaser-box__img img, .product_img img, .slider-body img  {
	height: 100%;
    width: 100%;
    object-fit: contain;
	margin-top: 0 !important;
}

.product_img {
	min-height: 191px;
	/* max-height: 191px; */
	display: flex;
	align-items: center;

}



.woo-button {
	padding: 0.5rem 1.5rem;
	border-radius: 5px;
	color: #fff;
	background: linear-gradient(#db1e1e, #db1e1e);
	margin: 0 !important;
}


.search-bar button {
	padding: 0 10px;
	border-radius: 0 7px 7px 0;
}

.error__message {
	color: #db1e1e;
	padding-bottom: 20px;
}





.form-row {
	display: flex;
	justify-content: center;
}

.search-input {
	position: relative;
}


.search-toggle {
	background: #FFF;
	left: 0;
	position: absolute;
	z-index: 100;
	top: 100%;
	width: 100%;
	border-radius: 7px;
	max-height: 50vh;
	overflow: scroll;
	overflow-x: hidden;

}

.search-toggle li {
	padding: 0.4rem 1rem;
	list-style: none;
	border-bottom: 1px solid #c8c8c8
}
.search-toggle a {
	display: block;
	font-size: 11px;
	width: 100%;
	color: #171511 !important;
	text-transform: none;
	transition: .3s ease;
}


.search-toggle li:hover a {
	color: #E5941F !important;
	transition: .3s ease;
}

.search-toggle h5 {
	text-align: left;
	width: 100%;
	font-size: 11px;

}











.z-50 {
	z-index: 250;
}

.form_style p {
	display: flex;
	padding: 0 !important;
	width: 100% !important;
	justify-content: center;
}

.icon-wpforms {
	display: flex;
	align-items: center;
}

.form_style p .accent, .wp-element-button {
	padding: 0.5rem 1.5rem;
	margin: 1vw;
	font-size: .9vw;
	border-radius: 5px;
	color: #fff !important;
	font-weight: 700;
	text-transform: uppercase;
	background: linear-gradient(#db1e1e, #db1e1e) !important;
	width: 200px !important;
}

.form_style p span {
	width: 100% !important;
}

.form_style p .wpcf7-spinner {
	display: none !important;
}

.form_style p input, .form_style p textarea {
	border: none !important;
}

.form_style p .icon-user-circle-o {
	margin-right: 10px;
}















.jetstream-modal {
	display: none !important;
}

.popup_active {
	display: block !important;
}

.wpcf7-form {
	margin-top: 20px;
}

.icon-newspaper:before {
	width: 1.5em !important;
}













#customer_details {
	display: flex;
	flex-direction: column;
}
.checkout_ .col-1, .checkout_ .col-2, .woocommerce-input-wrapper {
	width: 100% !important;
}

.woocommerce-input-wrapper textarea {
	height: 200px !important;
	border-radius: 7px;
}
.checkout_ input {
	margin-bottom: 20px;
	border-radius: 7px;
}


.woocommerce-form-coupon-toggle, #order_comments_field label, .wc_payment_methods {
	display: none !important;
}

.woocommerce-checkout #payment, .cart-empty {
	background: none !important;
}

.icon-contacts {
	margin-right: 8px;
}


.page-numbers {
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 35px;
	border: 1px solid black;
	border-color: hsla(202,10%,67%,var(--tw-border-opacity));
}

.paginator__catalog {
	width: 100%;
	display: flex;
	justify-content: center;
}

.page-numbers svg {
	height: 10px;
	width: 10px;
}

.prev {
	border-bottom-left-radius: 0.375rem;
	border-top-left-radius: 0.375rem;
}

.next {
	border-bottom-right-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}






































#popup-container {
	margin: auto;
	z-index: 500;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 440px;
	height: 380px;
	display: none;
	justify-content: center;
	align-items: center;
}


#popup-backgound {
	z-index: 500;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.popup-active {
	display: flex !important;
}

#popup-content {
	background-color: #fff;
	padding: 20px;
	text-align: center;
	border-radius: 12px;
}

.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	color: #999;
	cursor: pointer;
}

.close-button:hover {
	color: #333;
}

#popup-content p {
	margin-bottom: 0;
}

#popup-content a {
	color: #007bff;
	text-decoration: none;
}








.icon-service {
	width: 20px;
}



.put-favourites a, .put-favourites span {
	color: #db1e1e;
}

.button_search__ {
	text-transform: uppercase;
	font-weight: 700;
	padding: 0.4rem 1rem;
	font-size: 0.7em;
	width: 6rem;
}

*, :after, :before {
	--tw-ring-color: #E5941F !important;
}


.cabinet_block {
	visibility: hidden;
	opacity: 0;
	transition: .3s ease;
}

.cabinet_block__active {
	visibility: visible;
	opacity: 1;
	transition: .3s ease;
}



table th {
	background: #E5941F !important;
	color: #FFF !important;
}


table th span {
	color: #FFF !important;
}

.woocommerce mark {
	background: #db1e1e !important;
	color: #FFF !important;
}

.copyright {
	width: 170px;
}




.password__input {
	margin-top: 30px;
	position: relative;
}

.password__input input {
	margin-top: 0;
	position: relative;
}

.button_hide {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 15px;
	margin: auto;
	right: 12px;
}


.button_hide svg {
	cursor: pointer;
	height: 100%;
	width: auto;
	opacity: 0.7;
}








.teaser-boxes .teaser-box .price-line .price {
	text-align: center;
}

.woocommerce-order p {
	display: none;
}

.woocommerce-customer-details p {
	display: block;
}

main > .page > .product h1 {
	position: relative;
	z-index: 30;
}

.img__lock {
	margin-top: -170px !important;
}

table th { 
	background: #f4b150 !important;
}

.teaser-boxes, .teasers {
	justify-content: center;
}

/*.woocommerce table.shop_table td {
	display: flex;
	justify-content: space-between;
}*/

.product-quantity {
	margin-top: 0;
}


.woocommerce ul.order_details li {
	margin-bottom: 20px;
}

















.accent_div {
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: flex;
	border-radius: 5px;
	padding: 8px 10px;
	color: #fff;
	background: linear-gradient(#db1e1e, #db1e1e);
}

.qty-selector div {
	cursor: pointer;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-radius: 0;
	color: #353d45;
	background: #c7ced1;
	transition: .3s ease;
	align-items: center;
	display: flex;
}

.qty-selector div:hover {
	background: #919191;
	transition: .3s ease;
}











main > .catalog > div .content .basket-sum > div:first-child {
	margin-bottom: 0;
}

.larger-text__cart {
	margin-bottom: 2rem;
}

.larger-text__cart-button {
	white-space: nowrap;
	width: auto !important;
}







.sum {
	display: flex;
	margin-top: 10px;
}



.list-orders td {
	text-align: center;
}










.form-popup {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	margin-top: 50px;
}


.form-popup input {
	border-radius: 5px;
	background: #f7f7f7;
	border: 1px solid #576470;
	width: 100%;
	padding: 10px;
}

.form-popup__button {
	margin-top: 30px;
	padding: 0.5rem 1.5rem !important;
	border-radius: 5px;
	color: #fff !important;
	border: none !important;
	background: linear-gradient(#db1e1e, #db1e1e) !important;
}

.wishlist-title-container, .added_to_cart{
	display: none !important;
}


.remove_from_wishlist:hover {
	background: none !important;
}


.remove_from_wishlist button {
	display: flex;
    column-gap: 5px;
}

.add_to_cart_button {
	white-space: nowrap !important;
    width: auto !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
    margin: 0 !important;
    margin-left: 30px !important;
}




.animated-cart {
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.code {
	margin-bottom: 15px;
}

.button_code {
	margin: 0 !important;
	width: 100% !important;
}


.coopon_row {
	margin-bottom: 10px;
}


.checkout_ {
	margin: auto;
    width: 45%;
}





.woocommerce-orders-table__cell-order-total {
	color: white;
}

.woocommerce-Price-amount {
	color: #45525e;
}

.woocommerce-Price-amount:after {
	content: " Руб.";
}


.title-order mark {
	padding: 0 10px;
	border-radius: 5px;
}

.title-order {
	font-size: 23px;
}

.mobile_menu, .menu-button {
	display: none;
}

@media only screen and (max-width:767px) {
	header .main .main-menu.starter {
		display: none;
	}
	header .tools .links span, header .tools .account span {
		display: none;
	}
	.free-phone {
		display: none;
	}
	.leading-none {
		justify-content: center;
	}
	.basket-icon-data {
		display: none;
	}
	header .logo img {
		width: 75%;
	}
	header .tools .account {
		margin: 0 10px;
	}
	header .main .main-menu.opened {
		display: block;
		overflow: auto;
	}
	.menu-button {
		display: block;
		padding-top: 3px;
	}
	header .main > div > div:first-child {
		background: #E5941F;
	}
	.main-menu {
		text-transform: uppercase;
	}
	footer .main > .right .partners > .socs {
		flex-direction: row;
		text-align: center;
		justify-content: center;
		font-size: 30px;
	}
	footer .main > *.right .partners img {
		width: 30px;
    	height: 30px;
	}
	footer .twins > * {
		width: auto;
	}
	.banner {
		height: 200px !important;
	}
	.banner__element {
		display: none;
	}
	.banner__text h1 {
		font-size: 15px !important;
		line-height: normal !important;
	}
	.swiper-slide p {
		font-size: 6px !important;
	}
	.slider-texts a.button.white-frame {
		font-size: 5px;
    	padding: 4px 7px;
		margin-top: 10px;
	}
	.button__slider {
		display: none !important;
	}
	div#banners {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		padding-left: 8px;
		padding-right: 8px;
		zoom: 2.55;
	}
	#banners .caption {
		font-size: 4px;
	}
	#banners > * > div:after {
		top: 1vw;
		width: 13vw;
		left: -5vw;
		font-size: 4px;
	}
	#banners .image .price {
		font-size: 8px;
	}
	.twins > * {
		width: 48.5%;
	}
	.twins {
		display: flex;
		justify-content: space-between;
		flex-direction: row !important;
		flex-wrap: wrap;
	}
	.teaser div.flex.items-center:nth-child(1) {
		display: none;
	}
	.teaser div.flex.v-center:nth-child(2) {
		margin-left: 38%;
	}
	.paginator__catalog {
		margin-top: 10px;
	}
	div .img__lock {
		margin-top: 0 !important;
	}
	.slider-body {
		height: auto;
		padding: 0;
	}
	main > .page > .product .props > .cols > div {
		width: 100%;
	}
	.teaser-boxes .teaser-box {
		width: 45%;
    	margin-left: 10px;
	}
	.teaser-box__img {
		min-height: 180px;
		padding: 0;
		padding-top: 40px;
	}
	article main>.container {
		margin-left: 1rem;
		margin-right: 1rem;
		width: auto;
	}
	.cart__ .twins > * {
		width: 100%;
	} 
	.remove_all_basket {
		margin-bottom: 10px;
	}
	.not-page .twins > * {
		width: 100% !important;
	}
	.marks-item {
		width: 46% !important;
	}
	#popup-container {
		width: 90%;
	}
	.checkout_ {
		width: 100%;
	}
	.search-toggle {
		left: 10px;
		position: fixed;
		z-index: 1;
		top: 125px;
		width: 95%;
	}
}

.copyright {
	width:170px;
	margin-left:3%;
}