/*!
Theme Name: estella
Theme URI: http://underscores.me/
Author: Vebex studio
Author URI: http://vebex.top
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: estella
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

estella is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
    margin-bottom: 0px;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}



ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}





figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 1rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


a:visited {
	color: #212529;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700');
$checked_hover: #e3c295;
$border:#c4c4c4;
$block_margin:25px 0;
* {
	box-sizing: border-box;
}
.custom_drop {
	position: absolute;
	left: 5%;
	top: 30%;
} 
.custom_drop .btn-secondary, .btn-secondary:active, .btn-secondary:visited {
	border: none!important;
	background: transparent!important;
	color: #000!important;
	outline: none!important;
}
.lang_flag {
	width: 35px;
	height:20px;
}
body{
	.header{
		background: #fff;
		padding:20px 0 0 0;
		position: relative;

		.logo_wrap{
			width: 50%;
			margin: auto;
			text-align: center;
			a{
				img{
					max-width:50%;
				}
			}
		}
		.navbar{
			padding-bottom: 0;
			.collapse{
				.my_item{
					padding: 0 15px;
					border: 2px solid transparent;
				}
				.my_item:hover{
					border-bottom: 2px solid red;
				}
			}

		}
		.contact_form{
			position:absolute;
			right: 9%;
			bottom: 13%;
			span{
				text-align: center;
				display: block;
			}
		}
	}
	.video_wrap{
		position: relative;
		height: 700px;
		#video-background {
			  /*  making the video fullscreen  */
			  position: absolute;
			  right: 0;
			  bottom: 0;
			  min-width: 100%;
			  min-height: 100%;
			  width: 100%;
			  height: auto;
			  z-index: -100;
}
}
.nav_contact_phonenumber {
	position: absolute;
	top: 20%;
	right: 5%;
	text-align: right;
		p {
			font-family: 'Comfortaa', cursive;
			margin: 1.5% auto;
		}
		a {
			text-decoration: none;
			color: #000;
			font-family: 'Comfortaa', cursive;
		}
}
.main{
	background:#fff;

	.main_item{
		a{
			img{
				max-width:100%;
			}
		}
	}
}

.footer{
	padding:50px 0;
	img{
		width:100%;
	}
}
}
.section_separate{
	font-family: 'Comfortaa', sans-serif;
	display:flex;
	flex-direction:row;
	justify-content:center;
	padding: 25px 0;
	span{
		font-weight: 400;
		border-bottom: 1px solid red;
		font-size: 30px;
	}
}
.basket {
    height: 22px;
    padding: 0;
    width: 27px;
    margin: -5px 0 0 0;
}
.logo_wrap{
	width: 40%;
	margin: auto;
	text-align: center;
		a {
			img {
				width:40%;
			}
		}
}
.footer .container div div p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.custom_nav {
	flex-direction: column;
}
.nav_hide_basket {
	display: none;
}
.navbar {
	position: relative;
}
.dropdown-menu {
    display: block;
}
.link_wrap {
	width: 100%;
}
.custom_nav_ul {
	display: flex;
	justify-content: space-between;
	width: 30%;
    	margin: auto!important;
}
.custom_nav_ul li {
	list-style: none!important;
	text-decoration: none!important;
	border-bottom: 2px solid transparent;
}
.custom_nav_ul li:last-child {
	list-style: none!important;
	text-decoration: none!important;
}
.collapse {
     /*display: inline-block!important;*/
}
.custom_nav_ul li a:focus, .custom_nav_ul li a:hover {
    text-decoration: none!important;
}
.custom_nav_ul li:hover {
    border-bottom: 2px solid red!important;
}
.custom_nav ul li a {
    	display: block;
    	padding: .5rem 1rem;
	color: rgba(0,0,0,.9)!important;
	padding: .5rem 1rem;
	font-family: 'Comfortaa', sans-serif;
}
.cartcontents {
	display: none!important;
}
.my_item{
	padding: 0 15px;
	border: 2px solid transparent;
	font-family: 'Comfortaa', sans-serif;
}
.my_item{
	border-bottom: 2px solid transparent;
}

.section_separate span {
	line-height: 1.5;
    	color: #212529;
    	font-weight: 400;
    	border-bottom: 1px solid red;
    	font-size: 30px;
}
@media (min-width:300px) and (max-width:950px){
	.custom_drop {
		display: none!important;
	}
	.language-select, .nav_contact_phonenumber {
		display: none;
	}
	.header{
		.my_item{
			padding:0!important;
		}
		.contact_form{
			display:none!important;
		}
	}
	.last_bed {
		height: 100%;
		display: block;
		width: 75%;
		margin: auto;
	}
	.video_wrap {
		height: 180px!important;
	}
	.custom_nav_ul {
	    display: flex;
	    justify-content: space-between;
	    width: 50%;
	}
	.custom_nav_btn {
		position: absolute;
		left: 3%;
		margin: 1.5% 0 0 0;
		outline: none;
	}
	.nav_item_basket {
		position: absolute;
		right: 5%;
	}
	.logo_wrap{
		width: 55%;
		a {
			width:100%;
			img {
				width:100%;
			}
		}
	}
	.nav_hide_basket {
		display: block;
		position: absolute;
		right: 2%;
		padding: 0;
		margin: 1.5% 0 0 0;
	}
	.nav_item_basket {
		display: none;
	}
	.custom_nav {
		div {
			ul {
				text-align: center;
			}
		}
	}
}


/*Попапчик*/
.mobile_form {
	display: block;
	margin: 2% auto;
	text-align: center;
	width: 50%;
	border: 1px solid #ff0000;
	border-radius: 25px;
	background-color: transparent;
	height: 50px;
	outline: none;
	box-shadow: none;
	font-family: 'Comfortaa', sans-serif;
}
.modal_btn_1, .modal_btn_1:visited, .modal_btn_1:focus, .modal_btn_1:active, .modal_btn_1:hover{
	background:transparent;
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
	outline: none;
	box-shadow: none;
}
.modal_btn_2, .modal_btn_2:active, .modal_btn_2:visited {
	background: #ff0000;
	color: #fff;
	outline: none;
	transition: 0.7s;
	margin: 7% auto 0 auto!important;
}
.modal_btn_2:hover {
	background: transparent;
	transition: 0.8s;
	color: #ff0000;
}
.modal_h2 {
	margin: 2% auto;
	text-align: center;
	font-family: 'Comfortaa', sans-serif;
	font-size: 30px;
}
.my_modal {
	padding: 2%;
	width: 40%!important;
	max-width: 100%!important;
}
.download_pdf, .download_pdf:visited, .download_pdf:focus, .download_pdf:active, {
	display: block;
	width: 15%;
	text-align:center;
	text-decoration: none;
	padding: 0.5%;
	background: #ff0000;
	border: 1px solid #ff0000;
	border-radius: 25px;
	color:#fff;
	font-family: 'Comfortaa', sans-serif;
	outline: none;
	box-shadow: none;
}
.download_pdf:hover {
	text-decoration: none;
	background: transparent;
	transition: 0.8s;
	color: #ff0000;
	font-family: 'Comfortaa', sans-serif;
	outline: none;
	box-shadow: none;
}
/*Оплата и доставка*/
.payment_shipping {
	font-weight: 700;
	font-family: 'Comfortaa', sans-serif;
}
.header_payment {
	font-family: 'Roboto', sans-serif;
	color: #e31019;
	font-weight: 500;
	font-size: 25px;
	text-transform: uppercase;
}
.id_1 {
	.payment_description {
		padding: 0 25% 0 0;
		p {
			font-weight: 700;
			font-family: 'Comfortaa', sans-serif;
		}
	}
}
.id_2 {
	.payment_description {
		padding: 0 30% 0 0;
		p {
			font-weight: 700;
			font-family: 'Comfortaa', sans-serif;
		}
	}
}
.last_p {
	font-weight: 700;
	font-family: 'Comfortaa', sans-serif;
}
.N_P {
	height: 90px;
	width: 140px;
}
.Ways_of_delivery {
	font-family: 'Comfortaa', sans-serif;
}
/*Никитын сас)))*/
.entry-header {
	text-align: center;
}
.menu-image-not-hovered img {
	width: 27px!important;
	height: 22px!important;
}
#tovary{
  font-size:15px;
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: auto !important;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  sup{
    a{
      color:#000;
    }
    :hover{
      color:#000;
    }
  }
  span{
    font-size: 15px;
  }
  label{
    cursor: pointer;
    margin-bottom: 0;
  }
  font-family: 'Comfortaa', cursive;
  .main{
    background:#fff;
    .main_left{
      .main_left_material{
        margin: $block_margin;
        form {
          input[type="radio"]{
            display: none;
          }
          label{
            width: 220px;
            height: 80px;
          }
          .massive{
            background:url('../img/massive.png') no-repeat;
            transition:linear .3s;
          }
          .shield{
            background:url('../img/shield.png') no-repeat;
            transition:linear .3s;
          }

          #massive[type="radio"]:checked+label{
            background:url('../img/massive_active.png') no-repeat;
            transition:linear .3s;
          }
          #shield[type="radio"]:checked+label{
            background:url('../img/shield_active.png') no-repeat;
            transition:linear .3s;
          }
        }
      }
      .main_left_size{
        margin:$block_margin;
        form{
          display:flex;
          padding: 0;
          div{
            display: flex;
            align-items: center;
            height:40px;
            border-right:1px solid $border;
            border-top: 1px solid $border;
            border-bottom: 1px solid $border;

            input[type="radio"]{display: none;}

            label{
             margin: 0;
             padding: 0 1.22em;
           }
           input[type="radio"]:checked+label{
            background:$checked_hover;
            width:100%;
            height:100%;
          }

        }
        div:first-child{
          border-left: 1px solid $border;
        }
        div:last-child{
          border-right:1px solid $border;
        }
      }
    }
    .main_left_color{
      margin:$block_margin;
      form{
        display: flex;
        align-items: flex-end;
        height: 77px;
        div{
          display:inline-block;
          input[type="radio"]{
            display: none;
          }
          input[type="radio"]:checked+label{
            zoom:1.1;
          }
          .c101{
            background:url('../img/101.png')no-repeat;
            width:55px;
            height:55px;
          }
          .c102{
            background:url('../img/102.png')no-repeat;
            width:55px;
            height:55px;
          }
          .c103{
            background:url('../img/103.png')no-repeat;
            width:55px;
            height:55px;
          }
          .c104{
            background:url('../img/104.png')no-repeat;
            width:55px;
            height:55px;
          }
          .c105{
            background:url('../img/105.png')no-repeat;
            width:55px;
            height:55px;
          }
          .c106{
            background:url('../img/106.png')no-repeat;
            width:55px;
            height:55px;
          }
          .c107{
            background:url('../img/107.png')no-repeat;
            width:55px;
            height:55px;
          }
          .c108{
            background:url('../img/108.png')no-repeat;
            width:55px;
            height:55px;
          }
        }

      }
    }
    .main_left_lamel{
      margin:$block_margin;
      .table{
        .table_first_colum{
          padding-right: 0;
          form{
            border:1px solid $border;
            border-right:none;
            div input[type="radio"]:checked+label{
              display: flex;
              justify-content: center;
              align-items: center;
            }
            div{
              display: flex;
              justify-content: center;
              align-items: center;
              height: 40px;
              border-bottom: 1px solid $border;
              input[type="radio"]{
                display: none;
              }
              input[type="radio"]:checked+label{
                background:$checked_hover;
                width:100%;
                height:100%;
              }
            }
            div:first-child{
              height:50px;
              display:block;
              text-align: center;
            }
            :last-child{
              border: none;
            }
          }
        }
        .table_second-colum{
          padding:0;
          form{
            border:1px solid $border;
            overflow: hidden;
            div:nth-child(5) {
              div {
                border:none;
              }
            }
            .wrapcol{
              .my_height{
                display:block;
                text-align: center;
                height: 25px;
                padding:0;
              }
              div input[type="radio"]:checked+label{
                display: flex;
                justify-content: center;
                align-items: center;
              }
              div{
                display: flex;
                justify-content: center;
                align-items: center;
                height: 40px;
                padding: 0;
                border-bottom:1px solid $border;
                input[type="radio"]{
                  display: none;
                }
                input[type="radio"]:checked+label{
                  background:$checked_hover;
                  width:100%;
                  height:100%;
                }
              }
              div:first-child{
                border-right:1px solid $border;
              }
            }
          }
        }
      }
    }
    .price{
      margin:$block_margin;
      #price{
        font-size:12px;
      }
      #cost{
        font-size:25px;
        font-weight: bold;
      }
      .price_btn_block{
       .my-btn{
        background:#ff0000;
        color:#fff;
        border-color:#ff0000;
        font-size:18px;
        padding: 6px 48px;
        margin-right: 7%;
      }
      .onclick_btn{
        font-size:12px;
        color:#000;
        text-decoration: underline;
      }
    }
  }
}
.main_right{
  .main_right_sizes{
    .sizes_small{
      display: flex;
      justify-content: space-between;
    }
  }
  .main_right_discrip{
    h2{
      font-weight: bold;
      text-align: left;
      margin:4% 0;
    }
    p{
      text-align: left;
      font-weight: 700;
    }
  }
}
.main_bottom{
  position:relative;
  margin: 5% 0;
  h2{
    position:absolute;
    left: 50%;
    margin-left: -250px;
    text-align: center;
    background:#fff;
  }
  .main_bottom_items{
    margin: 5% 0;
    display:flex;
    justify-content:space-between;
  }
}
}
}
.a1 input[type="radio"]:checked+label {
  display: flex;
  align-items: center;
}
.delivery {
 	font-family: 'Comfortaa', sans-serif;
    	width: 33%;
	display: inline-block;

}
.delivery h5 {
	font-size: 1rem;
    	font-weight: 400;
    	line-height: 1.5;
    	color: #212529;
}
.delivery h2 {
   font-family: 'Roboto', sans-serif;
    color: #e31019;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
}
.delivery p {
   font-weight: 700;
    font-family: 'Comfortaa', sans-serif;
}


.post-prev-img {
	margin-bottom: 23px;
    position: relative;
    -webkit-box-shadow: 2px 0 18px -2px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 0 18px -2px rgba(0,0,0,.2);
    box-shadow: 2px 0 18px -2px rgba(0,0,0,.2);
}

.post-prev-img img {
    width: 100%;
}

.callback-tooltip {
	display: none !important;
}
.accordion {
    padding: 50px 0;
}
.accordion_title {
    	font-weight: 700;
	margin-bottom: 20px;
	display: block;
    	position: relative;
    	color: #444;
    	text-decoration: none;
    	padding: 12px 45px;
    	border: 1px solid #e5e5e5;
    	-webkit-transition: all .27s cubic-bezier(0,0,.58,1);
    	-moz-transition: all .27s cubic-bezier(0,0,.58,1);
    	-o-transition: all .27s cubic-bezier(0,0,.58,1);
    	-ms-transition: all .27s cubic-bezier(0,0,.58,1);
    	transition: all .27s cubic-bezier(0,0,.58,1);
}
.accordion_title:after {
content: "\f107";
    width: 15px;
    height: 15px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #999;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .27s cubic-bezier(0,0,.58,1);
    -moz-transition: all .27s cubic-bezier(0,0,.58,1);
    -o-transition: all .27s cubic-bezier(0,0,.58,1);
    -ms-transition: all .27s cubic-bezier(0,0,.58,1);
    transition: all .27s cubic-bezier(0,0,.58,1);
}
.accordion p {
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 37px;
    	font-family: times new roman,times,serif;
	color:  #000;
	font-size: $fontSize-thirteen;

}
.accordion p a {
	text-decoration: underline;
}
.accordion_title.active {
	color: #222;
	background-color: #fcfcfc;
	
}
.accordion_title.active:after {
   content: "\f106";
    color: #111;
}
.accordion_title:hover {
	color: #222;
}
.accordion_title span.active {
	border-left: 1px solid #e8e8e8;
	 padding: 12px 10px;
}
.ivpa_title .desc, .tm-description {
	position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #ccc;
    left: 0;
    top: 0px;
        background: rgba(0,0,0,0.5);
}
.overlay {
	position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    background: white;
    padding: 30px;
	overflow-x: hidden;
}
.desc_close {
	position: absolute;
    /* left: 100%; */
    text-align: center;
    /* top: -45px; */
    right: 12px;
    top: 10px;
    display: block;
    width: 20px;
    color: #000;
    height: 21px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid black;
    cursor: pointer;
}
.tm-description p{
	display: block;
    width: 50%;
    height: 50%;
    background: #ccc;
    position: relative;
    left: 25%;
    color: #000;
    top: 25%;
    padding: 15px;
}
.tm-description, .desc {
	display: none;
}
.ivpa_descr {
	cursor: pointer;
}
.ivpa_tooltip span {
	display: none!important;
}
.big_fonts {
	font-size: 20px!important;
}
.ivpa_attribute .ivpa_clicked {
	border: 2px solid #e3c295!important;
}
.ivpa_instock {
	color: #000!important;
	border: none;
}
.amount {
	font-size: 20px!important;
}
.antboclass{
	background:white !important;
}

#ivpa-content .ivpa_attribute.ivpa_image .ivpa_term, #ivpa-content .ivpa_custom_option.ivpa_image .ivpa_term{
	display: inline-block !important;;
	float: none !important;
    margin-right: 5px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    margin-left: 5px !important;
    padding: 0 !important;
}

.ivpa_attribute .ivpa_clicked{
	border:1px solid #e3c295!important;
}

.stock{
	position: absolute;
    width: 15px;
    height: 15px;
    z-index: 1;
    top: -5px;
    left: -5px;
}

.stock-on{
	background: url(/wp-content/themes/estella/img/on.jpg);
	background-size: cover;
}

.stock-no{
	background: url(/wp-content/themes/estella/img/off.jpg);
	background-size: cover;
}

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

/*.colorbox_123{
	position:absolute;
	margin:auto;
	top:50px;
	left:0px;
	right:0px;
	bottom:0px;
}*/
div [data-attribute="pa_koll"] span {
	width:100% !important;
}

.hide768
{
	display:none !important;
}

.show768{
	display:block !important;
}

}

div [data-attribute="pa_material"],div [data-attribute="pa_color"],div [data-attribute="pa_koll"], div [data-attribute="pa_drawers"], div [data-attribute="pa_append"],div [data-attribute=pa_mattress], div [data-attribute=pa_curbstone], div [data-attribute=pa_commode]{
	display:none;
}

.ivpa_attribute .ivpa_clicked{
box-shadow: 0 0 5px rgba(0,0,0,0.7);
}

.show768{
	display:none;
}

#antbo_price{
	color:red; 
	font-weight:bold;
	font-size:30px !important;
}

.gib{
	font-size:29px !important;
	font-weight:bold;
	margin-right:10px;
}

.qty_cart{
	position: absolute;
    margin-left: 47px;
    margin-top: -40px;
    font-size: 13px;
    border-radius: 100%;
    background: red;
    width: 20px;
    height: 20px;
    text-align: center;
    color: white;
    line-height: 22px;
    cursor: pointer;
}

.qty_cart_mob{
    margin-left: 45px;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 21px;
}

.center-text{
	text-align:center;
}

.popup-desc{
	padding:20px;
}

.full_width{
	width:100%;
	height:100%;
}

.g-txt{
	color:green;
	font-weight:bold;
}

.r-txt{
	color:red;
	font-weight:bold;
}

.additional{
	margin-top:20px;
}

.additional .h1{
	font-size:22px !important;
	font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
}

.additional .row{
	margin:auto;
	margin-top:20px;
}

.additional .reds{
	width:200px;
	margin-right: 5px;
	display: grid;
	border:1px solid gray;
	cursor:pointer;
}

.additional .d-price, .additional .name{
	background:#fff4b6;
	color:black;
	font-size:14px;
	text-align:center;
	width:100%;
	display:block;
	font-weight:bold;
	border-top:1px solid gray;
}

.additional .name{
	border-top:none;
	border-bottom:1px solid gray;
}

.additional .green{
	color:green;
}

.additional img{
	height:147px !important;
	width:200px !important;
}

.additional .in_stock{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	background-image: url(https://estella.ua/assets/tdm/img/off.jpg);
	background-repeat: no-repeat;
    background-position: 95% 5%;
    background-size: 20px;
    background-clip: border-box;
}

.on_in_stock{
	background-image: url(https://estella.ua/assets/tdm/img/on.jpg) !important;
}

.additional{
	display:none;
}

.colorbox_123{
	padding-bottom: 57px !important; 
	padding-right: 28px !important; 
	right: 0px !important;
    left: 0px !important;
    bottom: 0px !important;
    margin: auto;
    z-index: 1000000 !important;
	position: fixed !important; 
	width: 522px !important; 
	height: 593px !important; 
	font-size:14px !important; 
	display:none;
}

#preview_product{
	margin-top:40px;
}

.warningPrepayment{
	width:100%;
	color:red;
	text-align:center;
}