/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

:root {
  --main-hover-color: #F2C458;
}


@font-face {
    font-family: "HelveticaNeue"; 
   src: url("/wp-includes/fonts/HelveticaNeue/HelveticaNeueCyr-Roman.ttf") format("truetype"),
	   url("/wp-includes/fonts/HelveticaNeue/HelveticaNeueCyr-Roman.eot?#iefix") format('embedded-opentype'),
	   url("/wp-includes/fonts/HelveticaNeue/HelveticaNeueCyr-Roman.woff") format("woff");
font-style: normal; 
font-weight: normal; 
	
   }


@font-face {
    font-family: "HelveticaNeue"; 
   src: url("/wp-includes/fonts/HelveticaNeue/HelveticaNeueCyr-Medium.ttf") format("truetype"),
	   url("/wp-includes/fonts/HelveticaNeue/HelveticaNeueCyr-Medium.eot?#iefix") format('embedded-opentype'),
	   url("/wp-includes/fonts/HelveticaNeue/HelveticaNeueCyr-Medium.woff") format("woff");
font-style: normal; 
font-weight: 500; 
   }

@font-face {
    font-family: "HelveticaNeue"; 
   src: url("/wp-includes/fonts/HelveticaNeue/HelveticaNeueCyr-Light.ttf") format("truetype"),
	   url("/wp-includes/fonts/HelveticaNeue/HelveticaNeueCyr-Light.eot?#iefix") format('embedded-opentype'),
	   url("/wp-includes/fonts/HelveticaNeue/HelveticaNeueCyr-Light.woff") format("woff");
font-style: normal; 
font-weight: 300; 
   }

@font-face {
    font-family: "HelveticaNeue"; 
   src: url("/wp-includes/fonts/HelveticaNeue/HelveticaNeueCyr-Bold.ttf") format("truetype"),
	   url("/wp-includes/fonts/HelveticaNeue/HelveticaNeueCyr-Bold.eot?#iefix") format('embedded-opentype'),
	   url("/wp-includes/fonts/HelveticaNeue/HelveticaNeueCyr-Bold.woff") format("woff");
font-style: normal; 
font-weight: bold; 
   }

body {
	 font-family: "HelveticaNeue",sans-serif; 
	overflow-x: hidden;
  margin: 0;
  -webkit-font-smoothing: auto;
	  color: #1D1D1D;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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;
}

dfn {
  font-style: italic;
}

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 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 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
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .text-x-big  {
  clear: both;
  color: #1D1D1D;
  font-weight: 400;
 
}
.text-x-big {
	font-size: 140px;
	letter-spacing: 0.75px;
	font-weight:300;
	transition: color 0.3s;
}
h1 {
font-size: 80px;
line-height: 110%;
	transition: color 0.3s;
}
h2 {
font-size: 60px;
line-height: 110%;
	transition: color 0.3s;
}
h3 {
font-size: 42px;
line-height: 110%;
	letter-spacing: 0.75px;
	transition: color 0.3s;
}
h4 {
 font-size: 32px;
line-height: 140%;
	font-weight:500;
	letter-spacing: 0.75px;
	transition: color 0.3s;
}
h5 {
font-size: 28px;
line-height: 150%;
	letter-spacing: 0.75px;
	transition: color 0.3s;
}

p {
  margin-bottom: 1.5em;
}
.text-24 {
	font-size: 24px;
line-height: 155%;
	letter-spacing: 0.75px;
}

.text-18 {
	font-size: 18px;
line-height: 155%;
transition: color 0.3s;
}

.text-16 {
	font-size: 16px;
line-height: 140%;
	letter-spacing: 0.75px;
	transition: color 0.3s;
}

.text-16-b {
	font-size: 16px;
line-height: 140%;
	letter-spacing: 0.75px;
	font-weight:bold;
	transition: color 0.3s;
}

.text-14 {
	font-size: 14px;
line-height: 130%;
	letter-spacing: 0.75px;
	transition: color 0.3s;
}

.text-button-15 {
		font-size: 15px;
line-height: 160%;
	letter-spacing: 0.75px;
}
.text-menu-14 {
			font-size: 14px;
line-height: 130%;

}
.text-12 {
	font-size: 12px;
line-height: 150%;
	letter-spacing: 0.75px;
}

.text-link-1 {
	font-weight: 500;
font-size: 16px;
line-height: 16px;
letter-spacing: 2px;
text-transform: uppercase;
	transition:0.3s;
}


.text-link-2 {
	font-weight: 500;
font-size: 12px;
line-height: 110%;
letter-spacing: 0.75px;
text-transform: uppercase;
		transition:0.3s;
}

.text-link-3 {
color:#1D1D1D;
font-size: 16px;
line-height: 140%;
letter-spacing: 0.75px;
		transition:0.3s;

}



.text-link-4 {

font-size: 14px;
line-height: 150%;
	letter-spacing: 0.75px;
		transition:0.3s;
}

.text-link-5 {
font-size: 24px;
line-height: 130%;
	letter-spacing: 0.75px;
	color: #EB5757;
		transition:0.3s;
}
#menu-menu-1 li:first-child a::after {
	content:'';
	border: solid #1C1C1D;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 8px;
		transition:0.3s;
	    vertical-align: top;
    margin-top: 6px;
}

.home #menu-menu-1 li:first-child a::after {
	content:'';
	border: solid white;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 8px;
		transition:0.3s;
	    vertical-align: top;
    margin-top: 6px;
}

.header-scroll-active #menu-menu-1 li:first-child a::after {
	border:solid black;
	border-width: 0px 1px 1px 0px;
}
.home .header-scroll-active #header-online-store {
	color: black;
    border: 1px solid black;
}

.header-big-menu-active #menu-menu-1 li:first-child a::after {
	border:solid black;
	border-width: 0px 1px 1px 0px;
}
#menu-menu-1 li:first-child:hover a::after {
	border: solid var(--main-hover-color) !important;
	 border-width: 0 1px 1px 0 !important;
}
	.dropdown-toggle::after {
border: solid white;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 8px;
		transition:0.3s;
	}

a:hover {
	color: var(--main-hover-color) !important;
	text-decoration:none;
}
a:hover.dropdown-toggle::after {
	border: solid var(--main-hover-color) !important;
	 border-width: 0 1px 1px 0 !important;
}
#header-contacts {
	color:#1C1C1D;
}
.home #header-contacts {
	color:white;
}
.button-1 {
		color:white;
	padding:17px 30px;
	border:1px solid white;
	display:inline-block;
	font-weight:500;
	transition: 0.3s;
}

.button-1:hover {
	background-color:var(--main-hover-color) !important;
	color:white !important;
	text-decoration:none;
	border-color:var(--main-hover-color) !important;
	
}
.xoo-wsc-slider button[name="calc_shipping"] {
			color:white;
	padding:17px 30px;
	border:1px solid white;
	display:inline-block;
	font-weight:500;
	transition: 0.3s;
	background-color:black;
}
.xoo-wsc-slider button[name="calc_shipping"]:hover {
		background-color:var(--main-hover-color) !important;
	color:white !important;
	text-decoration:none;
	border-color:var(--main-hover-color) !important;
}
.xoo-wsc-slider .woocommerce-shipping-calculator {
	display:none;
}
.home #header-online-store {
	color: white;
    border: 1px solid white;
}
#header-online-store {
	color: black;
    border: 1px solid black;
	margin-left:30px;
}
#blog-index-firstscreen {
	background-image:url('/wp-content/uploads/2021/04/day-hero-bg-1-1-min.jpg');
	background-size: cover;
	background-position: bottom;
	overflow-x:hidden;
}
#blog-index-firstscreen h1 {
	color:white;
	margin-top:35vh;
	max-width: 1000px;
	margin-bottom:20px;
}
#mainpage-screen-1-text {
	position:absolute;
	z-index: 10;
    width: auto;
	left:10vw;
}
#blog-index-firstscreen .text-24 {
	color: #FFFFFF;
	max-width:660px;
}
#blog-index-firstscreen  .button-1 {
	margin-top:40px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.home #masthead .navbar-nav > li > a {
font-size: 16px ;
    line-height: 140%;
    letter-spacing: 0.75px;
    transition: 0.3s;
    color: white ;
    font-weight: 400 ;
    padding: 0 ;
    margin-right: 30px;

}



.home header#masthead {
  
  background-color:transparent;
	padding:10px 0;
	height:80px;
	margin: 5px;
    width: calc(100% - 10px);
	position:fixed;
	z-index:100;
	transition: 0.3s; 
}
.home header#masthead .navbar-brand img {
	width:130px;
	height:auto;
	margin-top:-15px;
	filter: grayscale(1) brightness(2.5);
}


.home .navbar-brand {
	    margin-right: 70px;
} 
.home #main-nav {
	display:inline-block;
}
.home .navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.home .navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}








 #masthead .navbar-nav > li > a {
font-size: 16px ;
    line-height: 140%;
    letter-spacing: 0.75px;
    transition: 0.3s;
    color: #1C1C1D ;
    font-weight: 400 ;
    padding: 0 ;
    margin-right: 30px;

}

header#masthead {
  
  background-color:white;
	padding:10px 0;
	height:80px;
	margin: 5px;
    width: calc(100% - 10px);
	position:fixed;
	z-index:100;
	transition: 0.3s; 
}
header#masthead .navbar-brand img {
	width:130px;
	height:auto;
	margin-top:-15px;
}


.navbar-brand {
	    margin-right: 70px;
} 
#main-nav {
	display:inline-block !important;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}













#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}



.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}


.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%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# 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;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
overflow-x:hidden;
	width:100%;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.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-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/












#blog-index-firstscreen {
	height:100vh;
	overflow-y:hidden;
	
}
 
#blog-index-firstscreen .elementor-container {
	height:100vh;
}
#blog-index-firstscreen  #moon-img {
    position: fixed;
    width: auto;
    right: 120px;
    bottom: 135px;
    opacity: 0.5;
    transition: 0.3s;
    overflow: hidden;
    z-index: 50;
    transform: scale(1);
    animation: pulse 2s infinite;
    padding: 15px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.5);
    height: 60px;
    width: 60px;
}

#blog-index-firstscreen  #moon-img  img {
	       position: absolute;
}

#blog-index-firstscreen  #moon-img  img:first-child{
	  transition: 0.5s;
}
#blog-index-firstscreen  #moon-img  img:nth-child(2) {
	margin-left: -100px;
  height:0px;
    transition: 0.5s;
	    margin-top: 50px;
}
.night-mode #blog-index-firstscreen  #moon-img  img:nth-child(2) {
margin-left: 0px;
   height:30px;
	    margin-top: 0px;
}
.night-mode .button-1 {
	box-shadow: 0px 0px 25px 2px var(--main-hover-color);
	background-color: black;
    border: none !important;
	color:white !important;
}
.night-mode #blog-index-firstscreen  #moon-img  img:nth-child(1) {
margin-left: 100px;
   height:0px;
	    margin-top: 50px;
}
#blog-index-firstscreen  #moon-img:hover {
	opacity:1;
	cursor:pointer;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}




#blog-index-firstscreen  #moon-img  img {
	height:30px; 
	width:auto;
		filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
}



#colophon {
	padding: 145px 0 95px 0;
}
.footer-left {
	display: inline-block;
    width: 50%;
	vertical-align:top;
}
.footer-left .text-16-b {
	max-width:460px;
}
.footer-left .button-1 {
	margin-top:60px;
	margin-bottom:20px;
	background-color:black;
	border:1px solid black;
	color:white;
}
.footer-left .button-1:hover {
	background-color:var(--main-hover-color);
	color:white;
	border-color:var(--main-hover-color);

}
.footer-left .text-14 {
	
	max-width:460px;
	margin-top:20px;
}
#colophon .footer-left .text-14:nth-child(2) {
	margin-top:30px;
}
.footer-right {
	display: inline-block;
    width: 49%;
	vertical-align:top;
}
.footer-right .text-link-4 {
	color: #737373;
	display:block;
	margin-bottom:8px;
}
.footer-right .text-link-4:last-child {
	margin-bottom:0px;
}
.footer-right .text-16-b {
	margin-bottom:20px;
	color:black;
	display:inline-block;
}
.footer-right-1-single {
	margin-bottom:30px;
}
.footer-right-1-single:last-child {
	margin-bottom:0px;
}
.footer-right .button-1 {
	color:black;
	border:1px solid black;
	margin-top:35px;
}
.footer-right .button-1:hover {
	color:white !important;
	background-color:var(--main-hover-color);
	border-color: var(--main-hover-color);
}
.footer-pay-imgs {
	margin-top:235px;
}
.footer-pay-imgs img {
	height: 15px;
	width:auto;
	margin-right:45px;
	transition:0.3s;
}
.footer-pay-imgs img:last-child {
	margin-right:0px;
}
.footer-left-links {
	margin-top:40px;
}
.footer-left-links a {
	color:  #737373;
	margin-right:20px;
}
.footer-left-links a:last-child {
	margin-right:0px;
}
.footer-right-copyright {
	font-size:12px;
	margin-top:100px;
}
.footer-right-1 {
	display:inline-block;
	width:50%;
		vertical-align:top;
}
.footer-right-2 {
	display:inline-block;
	width:49%;
		vertical-align:top;
}

#footer-contact-form {
	background-color: #1C1C1D;
	padding:130px 0 110px 0;
	height:445px;
}

.footer-contact-form-left {
	display: inline-block;
    width: 50%;
	vertical-align:top;
}
.footer-contact-form-left h4 {
	color:white;
}
.footer-contact-form-left .text-18 {
	color:white;
	margin-top:15px;
	max-width:460px;
}
.footer-contact-form-right {
	display: inline-block;
    width: 49%;
}

.form-control {
	    display: inline-block;
    border-radius: 0;
    padding: 10px 20px;
    height: auto;
    background-color: transparent;
    border: 1px soild white !important;
    font-size: 18px;
    line-height: 155%;
    color: white;
}
.form-control:focus {
	color:white;
	background-color:transparent;
	border-color:white;
	outline:none;
	box-shadow:none;
}
.wpcf7-response-output {
	display:none !important;
}

.wpcf7-submit {
	    border-radius: 0;
    background-color: white;
    color: black;
    padding: 20px 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    border: 1px solid white;
}



.wpcf7-submit:hover {
	background-color:var(--main-hover-color);
	    border: 1px solid var(--main-hover-color);
	
}
.wpcf7 p {
	display:inline-block;
}
.wpcf7 p:nth-child(2) {

	width:281px;
}
.wpcf7 p:nth-child(3) {
	
	width:282px;
	margin-left:20px;
}
.wpcf7 p:nth-child(4) {
	width:100%;
}
.wpcf7 p:nth-child(5) {
	margin-bottom:0px;
	vertical-align:top;
	margin-top: 0px;
}
#footer-form-notif {
	display:inline-block;
}
div.wpcf7 .ajax-loader {
	display:none;
}
#footer-form-notif {
	display: inline-block;
    font-weight: 400;
    color: white;
    opacity: 0.5;
    width: 450px;
    margin-left: 40px;
}


.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1200px !important;
	padding-left:0px;
	padding-right:0px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1200px !important;
	padding-left:0px;
	padding-right:0px;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding:0px !important;
}
.elementor-widget:not(:last-child) {
	margin-bottom:0px !important;
}
.wpcf7-not-valid-tip {
	    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    font-size: 11px;
    opacity: 0.8;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
    color: white;
    position: absolute;
    display: none !important;
}
.header-scroll-active {
	background-color:white  !important;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
}
.header-scroll-active .navbar-brand img {
	filter:none !important;
}
.header-scroll-active#masthead .navbar-nav > li > a {
	color:black;
}
.header-scroll-active .navbar-nav .dropdown-toggle::after {
	border:solid black;
	border-width: 0px 1px 1px 0px;
}
.header-scroll-active #header-contacts {
	color:black;
}
.header-scroll-active  .button-1 {
	color: black;

    border: 1px solid black;
}
.header-scroll-active  .button-1:hover {
	color: white !important;

    background-color:var(--main-hover-color);
	border-color:var(--main-hover-color);
}




.header-big-menu-active {
	background-color:white  !important;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
}
.header-big-menu-active .navbar-brand img {
	filter:none !important;
}
.header-big-menu-active#masthead .navbar-nav > li > a {
	color:black;
}
.header-big-menu-active .navbar-nav .dropdown-toggle::after {
	border:solid black;
	border-width: 0px 1px 1px 0px;
}
.header-big-menu-active #header-contacts {
	color:black;
}
.header-big-menu-active  .button-1 {
	color: black;

    border: 1px solid black;
}
.header-big-menu-active  .button-1:hover {
	color: white !important;

    background-color:var(--main-hover-color);
	border-color:var(--main-hover-color);
}






.link-underline {
	 display: inline-block;
    border-bottom: 1px solid #1c1c1d;
}
.link-underline:hover {
	 border-bottom: 1px solid var(--main-hover-color) !important;
}

#blog-index-firstscreen #firstscreen-circle {
	pointer-events:none;
	border-radius: 50%;
    opacity: 0.2;
    border: 1px solid #FFFFFF;
    width: 1200px;
    height: 1200px;
    position: absolute;
    left: -300px;
    bottom: -400px;
		animation: pulse 15s infinite;
	background-color: rgba(255,255,255,0.4);
}


#blog-index-screen-2  {
	overflow-y:hidden;

}
#blog-index-screen-2 .elementor-column {
	height:1200px;
}
#blog-index-screen-2-right-1 {
	    position: absolute;
    width: 250px;
    height: 250px;
    left: -125px;
   top:400px;
}
#blog-index-screen-2-right-2 {
	    position: absolute;
    top: 200px;
   	transition: opacity 0.3s;
}
#blog-index-screen-2-right-3 {
	    max-width: 350px;
    margin: 0 auto;
	    margin-top: 410px;
}
#blog-index-screen-2-right-3 h2 {
	
}
#blog-index-screen-2-right-3 .text-14 {
	margin-bottom:25px;
}
#blog-index-screen-2-right-3 .text-18 {
	margin-top:25px;
}

#blog-index-screen-2-right-3 .text-link-2 {
color: #1C1C1D;
    margin-top: 60px;
	border: 1px solid #1C1C1D;
  
}
.night-mode #blog-index-screen-2-right-2 {
	opacity:0.1;
}
.night-mode #blog-index-screen-2-right-3 .text-link-2  {
	color:white;

}







#blog-index-screen-9  {
	overflow-y:hidden;

}
#blog-index-screen-9 .elementor-column {
	height:1200px;
}
#blog-index-screen-9-right-1 {
	    position: absolute;
    width: 250px;
    height: 250px;
    left: -125px;
   top:400px;
}
#blog-index-screen-9-right-2 {
	    position: absolute;
    top: 200px;
   	transition: opacity 0.3s;
}
#blog-index-screen-9-right-3 {
	    max-width: 350px;
    margin: 0 auto;
	    margin-top: 410px;
}
#blog-index-screen-9-right-3 h2 {
	
}
#blog-index-screen-9-right-3 .text-18 {
	margin-top:25px;
}

#blog-index-screen-9-right-3 .text-link-2 {
color: #1C1C1D;
    margin-top: 60px;
	border: 1px solid #1C1C1D;
  
}
.night-mode #blog-index-screen-9-right-2 {
	opacity:0.1;
}
.night-mode #blog-index-screen-9-right-3 .text-link-2  {
	color:white;
}











.big-section-image-left {
	overflow-y:hidden;

}
.big-section-image-left .elementor-column {
	height:1200px;
}
.big-section-image-left-right-1 {
	    position: absolute;
    width: 250px;
    height: 250px;
    left: -125px;
   top:400px;
}
.big-section-image-left-right-2 {
	    position: absolute;
    top: 200px;
   	transition: opacity 0.3s;
}
.big-section-image-left-right-3 {
	    max-width: 375px;
    margin: 0 auto;
	    margin-top: 410px;
}
.big-section-image-left-right-3 h2 {
	
}
.big-section-image-left-right-3 .text-18 {
	margin-top:25px;
}

.big-section-image-left-right-3 .text-link-2 {
color: #1C1C1D;
    margin-top: 30px;
	border: 1px solid #1C1C1D;
  
}
.night-mode .big-section-image-left-right-2 {
	opacity:0.1;
}
.night-mode .big-section-image-left-right-3 .text-link-2  {
	color:white;
}


















#blog-index-screen-3  {
	overflow-y:hidden;
}
#blog-index-screen-3 .elementor-column:nth-child(1) {
	z-index:1;
}
#blog-index-screen-3 .elementor-column {
	height:1200px;
}
#blog-index-screen-3-left-1 {
	    position: absolute;
    width: 250px;
    height: 250px;
    right: -125px;
   top:400px;
}
#blog-index-screen-3-left-2 {
	    position: absolute;
    top: 200px;
	right:0;
   	transition: opacity 0.3s;
}
#blog-index-screen-3-left-3 {
	    max-width: 350px;
    margin: 0 auto;
	    margin-top: 410px;
}
#blog-index-screen-3-left-3 h2 {
	
}
#blog-index-screen-3-left-3 .text-18 {
	margin:25px 0;
}

#blog-index-screen-3-left-3 .text-link-2 {
color: #1C1C1D;
    margin-top: 60px;
  border: 1px solid #1C1C1D;
}
#blog-index-screen-3-left-3 img {
	    width: 128px;
    height: auto;
    display: block;
    margin-top: 5px;
	transition:0.3s;
}

#blog-index-screen-3-left-3 img:hover {
	opacity:0.7;
}
.night-mode #blog-index-screen-3-left-2 {
	opacity:0.1;
}
.night-mode #blog-index-screen-3-left-3 .text-link-2  {
	color:white;
}




#blog-index-screen-4-running {
	    overflow-x: hidden;
}
.blog-index-screen-4-bg-1 {
	background-image:url('/wp-content/uploads/2021/02/blog-index-screen-4-img-1-bg.jpg') !important;
}

.blog-index-screen-4-bg-2 {
	background-image:url('/wp-content/uploads/2021/03/blog-index-screen-4-img-2-bg-min.jpg') !important;
}

#blog-index-screen-4-running .text-x-big {
color: #F2F2F2;	
	width:max-content;
}
#blog-index-screen-6 {
	margin-top:80px;
}
#blog-index-screen-6-2 {
	margin-top:60px;
	margin-bottom:200px;
}
.blog-index-screen-6-single img {
	height:55px !important;
	width:auto;
}
.blog-index-screen-6-single .text-16-b {
	vertical-align:top;
	margin-top:40px;
	text-align:center;
}
.blog-index-screen-6-single .text-16 {
	vertical-align:top;
	margin: 0 auto;
	margin-top:15px;
	text-align:center;
	max-width:250px;
}

#blog-index-screen-5 .swiper-slide .pcp-post-thumb-wrapper  {
	height: 200px;
    margin-top: 60px;
	overflow: visible;
}
#blog-index-screen-5 .swiper-slide {
	background-color:#FAFAFA;
	transition:0.3s;
}
#blog-index-screen-5 .swiper-slide:hover img {
	transform:scale(1.05);
	
}

#category-posts-wrap .post:hover a {
color: var(--main-hover-color) !important;
}	



#category-posts-wrap .post:hover img {
	transform:scale(1.05);
	
}

#blog-index-screen-5 .swiper-slide:hover a {
color: var(--main-hover-color) !important;
}	



#blog-index-screen-5 .swiper-slide .sp-pcp-post-thumb-area  {
	height: 100%;
    width: 100%;
}
#blog-index-screen-5 .swiper-slide a {
	    display: block;
    height: 100%;
	text-align: center;
}
#blog-index-screen-5 .swiper-slide .sp-pcp-post-meta {
	
}
#blog-index-screen-5 .swiper-slide img {
	object-fit: cover;
    height: 100%;
    width: auto;
	filter: drop-shadow(0px 9px 50px rgba(0, 0, 0, 0.1));
}
#blog-index-screen-5 .swiper-slide .sp-pcp-title {
	margin-top:115px;
	    margin-bottom: 35px;
}
#blog-index-screen-5 .sp-pcp-section {
	cursor:grab;
}
#blog-index-screen-5 .swiper-slide .sp-pcp-post-content {
	
}
#blog-index-screen-5 .swiper-pagination-bullet {
	background-color:#DDDDDC !important;
	margin:0 15px;
	width: 7px;
    height: 7px;
}
#blog-index-screen-5 .swiper-pagination-bullet-active {
	background-color: var(--main-hover-color) !important;
}
.wcpscwc-product-slider .slick-dots li {
		margin:0 15px !important;
}
.wcpscwc-product-slider .slick-dots li.slick-active button {
		background: var(--main-hover-color) !important;
}
.wcpscwc-product-slider .slick-dots li button {
		background-color:#DDDDDC !important;
	width: 7px !important;
    height: 7px !important;
	border:none !important;
}


#blog-index-screen-5 .button-1 {
	color: white;
    border: 1px solid black;
    margin-top: 35px;
	background-color:black;
}
#blog-index-screen-5 .swiper-container {
	overflow:visible;
}
#blog-index-screen-5-controls-wrapper {
	margin:80px 0 50px 0;
	
	width:100%;
	display:block;
	
	transition:0.3s;
}
.blog-index-screen-5-controls {
	display:inline-block;
		margin:10px 0;
	margin-right:20px;
	padding: 13px 20px;
	transition:0.3s;
	border: 1px solid #F2F2F2;
	border-radius:100px;
	
}
.night-mode .blog-index-screen-5-controls {
	border: 1px solid #343434;
}
.blog-index-screen-5-controls:hover {
	background-color:var(--main-hover-color);
	cursor:pointer;
	
}
.blog-index-screen-5-controls-active {
	background-color:var(--main-hover-color)

}

.blog-index-screen-5-controls-active img {
	filter:none !important;
}
.blog-index-screen-5-controls:hover img {
	filter:none !important;
}

#blog-index-screen-5-controls-wrapper .blog-index-screen-5-controls:last-child {
	margin-right:0px;
}
.blog-index-screen-5-controls img {
	width:24px;
	height:auto;
	vertical-align: top;
    margin-right: 5px;
	filter: grayscale(1) brightness(0.4);
	transition:0.3s;
}
.blog-index-screen-5-controls .text-16 {
	display:inline-block;
	transition:0.3s;
}
#blog-index-screen-5  .pcp-button-next {
	position:relative;
	display:inline-block;
	    border: none;
    background-image: url(/wp-content/uploads/2021/03/yellow-arrow-left.png);
    background-size: contain;
	margin-left:95px;
	transform:rotate(180deg);
	filter:grayscale(1);
	vertical-align: middle;
    margin-bottom: 5px;
	background-color:transparent;
}
#blog-index-screen-5  .pcp-button-next:hover {
	background-color:transparent;
	border:none;
	filter:none;
}
#blog-index-screen-5  .pcp-button-prev:hover {
	background-color:transparent;
	border:none;
	filter:none;
}
#blog-index-screen-5  .pcp-button-prev {
	position:relative;
	display:inline-block;
	left: 0;
	border:none;
	    border: none;
    background-image: url(/wp-content/uploads/2021/03/yellow-arrow-left.png);
    background-size: contain;
	margin-right:95px;
		filter:grayscale(1);
	vertical-align: middle;
    margin-bottom: 7px;
	background-color:transparent;
}

#blog-index-screen-5  .pcp-pagination {
	width:auto;
	display:inline-block;
	position:relative;
}
#blog-index-screen-5 #post-slider-nav  {
	    display: block;
    width: 100%;
    text-align: center;
    margin-top: 35px;
}


#header-big-menu {
	width: 100%;
    background-color: white;
	padding:30px 0 45px 0;
	pointer-events:none;
	opacity:0;
	transition:0.3s;
	margin-top:12px;
	box-shadow: 0px 5px 8px rgb(0 0 0 / 20%);
	
}
.header-big-menu-single a {
	display:inline-block;
}

.header-big-menu-active #header-big-menu {
	pointer-events:auto !important;
	opacity:1 !important;
	
}
#header-big-menu .header-big-menu-single {
	display: inline-block;
    width: 20%;
    text-align: center;
}
#header-big-menu img {
	width:55px;
	height:55px;
	filter: grayscale(1) brightness(0.3);
	transition:0.3s;

}
#header-big-menu .header-big-menu-single:hover img {
	filter:none;
}
#header-big-menu .header-big-menu-single:hover .text-link-3 {
	color: var(--main-hover-color);
}
#header-big-menu .container {
	    display: flex;
    flex-direction: row;
}
#header-big-menu .text-link-3 {
	margin-top:15px;
	transition:0.3s;
}

#blog-index-screen-4 {
	height:810px;
	background-image:url('/wp-content/uploads/2021/02/blog-index-screen-4-img-1-bg.jpg');
	background-size:cover;
	transition:background-image 0.3s;
}
.blog-index-screen-4-single {
	position:relative;
	display:inline-block;
	width:25%;
	border-right: 1px solid rgba(255,255,255,0.3);
	transition:0.3s;
}
.blog-index-screen-4-single:hover {
	cursor:pointer;
}
.blog-index-screen-4-single:hover .blog-index-screen-4-single-overlay {
	height:100%;
}
.blog-index-screen-4-single:hover .text-16 {
	border-bottom:1px solid white !important;
}
.blog-index-screen-4-single:hover .text-14 {
	opacity:1;
}
.blog-index-screen-4-single-wrapper {
	padding:30px;
}
.blog-index-screen-4-single-overlay {
	background-color:var(--main-hover-color);
	width:100%;
	position:absolute;
	opacity:0.3;
	transition:0.3s;
	height:0px;
}
#blog-index-screen-4-wrapper {
	height: 100%;
    background-color: rgba(0,0,0, 0.5);
	display: flex;
    flex-direction: row;
	height:810px;
	    overflow-y: hidden;
}
#blog-index-screen-4-wrapper .text-16 {
	color: white;
	display:inline-block;
    position: relative;
	transition:0.3s;
	border-bottom:1px solid transparent;
	position: absolute;
    bottom: 50px;
}
#blog-index-screen-4-wrapper .text-18 {
	color:white;
	display:none;
}
.blog-index-screen-4-single .text-14 {
	color: #FFFFFF;
	opacity:0.5;
	transition:0.3s;
}
.blog-index-screen-4-single h5 {
	color: #FFFFFF;
	margin-top:335px;
	position: relative;
}
.blog-index-screen-4-single-active {
	width:80%;
}
.blog-index-screen-4-single-active .text-14 {
	opacity:1;
}
.blog-index-screen-4-single-active .text-16 {
	display:none !important;
}
.blog-index-screen-4-single-active .text-18 {
	display:block !important;
}

#blog-index-screen-7 {
	height:600px;
	
}
#blog-index-screen-7 .text-14 {
	margin-top:95px;
	color: #1C1C1D;
	text-transform: uppercase;
}
#blog-index-screen-7 h4 {
	margin-top:60px;
	max-width:460px;
	color: #1C1C1D;
}
#blog-index-screen-7 .text-18 {
	margin-top:20px;
	max-width:460px;
	color: #1C1C1D;
}
#blog-index-screen-7 .button-1 {
	margin-top:55px;
	border-color:#1C1C1D;
	background-color:#1C1C1D;
	color:white;
}
#blog-index-screen-7 .button-1:hover {
	background-color:white !important; 
	color:#1C1C1D !important;
	border-color:white  !important;
}
#contact-form-thankyou {
	display:none;
}
#contact-form-thankyou h4 {
	color:white;
}

#contact-form-thankyou .text-18 {
	color:white;
	margin-top:15px;
}
#contact-form-thankyou .button-1 {
	margin-top:60px;
	background-color:white;
	color:black;
	cursor:pointer;
}
.wpcf7-response-output {
	display:none;
}

.home {
	transition: background-color 0.5s;
}

.night-mode {
	background-color: #1C1C1D;
	
}
.night-mode h2 {
	color:white;
}
.night-mode .text-18 {
	color:white;
}

.night-mode .text-14 {
	color:white;
}
.night-mode .text-16 {
	color:white;
}
.night-mode .text-16-b {
	color:white;
}

.night-mode #blog-index-screen-4-running .text-x-big {
		opacity:0.1;
}


.night-mode .blog-index-screen-5-controls img {
	filter: grayscale(1) brightness(1) !important;
}
.night-mode  #blog-index-screen-5-controls-wrapper {
	border-bottom: 1px solid #343434;
}
.night-mode .footer-left-links a {
	color:white;
}
.night-mode .blog-index-screen-6-single img {
	filter: invert(1) brightness(4.5);
}
.night-mode  #blog-index-screen-5 .button-1 {
	color: white;
    border: 1px solid white;
}
.night-mode .footer-left .button-1 {
	background-color: white;
    border: 1px solid white;
	color:black !important;
}
.night-mode .footer-right .button-1 {
	color: white;
    border: 1px solid white;
}
.night-mode .footer-pay-imgs img {
	filter: brightness(5.5);
}
#blog-index-screen-7-left {
	height:600px;
	background-color: #EEB210;

}
#blog-index-screen-7-left:hover #blog-index-screen-7-left-overlay {
	opacity:0.2;
}
#blog-index-screen-7-left-overlay {
	background-image:url('/wp-content/uploads/2021/03/blog-index-screen-7-img-1-bg-min.jpg');
	position:absolute;
	left:0;
	top:0;
	    height: 600px;
    width: 100%;
    background-size: cover;
	z-index:2;
	transition:0.3s;
	opacity:0;
	filter: grayscale(1);
}
#blog-index-screen-7-right {
	height:600px;
	background-color: #4AB6C3;	
}

#blog-index-screen-7-right:hover #blog-index-screen-7-right-overlay {
	opacity:0.2;
}
#blog-index-screen-7-right-overlay {
	background-image:url('/wp-content/uploads/2021/03/blog-index-screen-7-img-2-bg-min.jpg');
	position:absolute;
	left:0;
	top:0;
	    height: 600px;
    width: 100%;
    background-size: cover;
	z-index:2;
	transition:0.3s;
	opacity:0;
	filter: grayscale(1);
}
#blog-index-screen-7-left-text {
	padding-left:140px;
	z-index: 5;
    position: relative;
}
#blog-index-screen-7-right-text {
	padding-left:140px;
	z-index: 5;
    position: relative;
}
.night-mode #blog-index-firstscreen {
	box-shadow: 0px 0px 30px var(--main-hover-color) ;
	background-image:url('/wp-content/uploads/2021/04/nght-hero-bg-1-1-min.jpg');
}
.night-mode #blog-index-screen-4 {
	box-shadow: 0px 0px 30px var(--main-hover-color) ;
}
.night-mode #footer-contact-form {
	box-shadow: 0px 0px 30px var(--main-hover-color) ;
}

  #colorpicker  .sp-color {
      display: none;
  }
  #colorpicker .sp-input-container {
        display: none;
  }
#colorpicker {
position: fixed;
    right: 94px;
    width: auto;
    bottom: 343px;
    height: auto;
	display:none;
	z-index:100;
}
#colorpicker .sp-hue {
	height:225px;
	width: 1px;
	border:none;
}
#colorpicker  .sp-container {
	overflow:visible;
	border: none;
    background-color: transparent;
}
#colorpicker .sp-picker-container {
	width: auto;
	border:none;
	padding-bottom: 0;
    margin-bottom: 0;
}
#colorpicker .sp-slider {
	    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 3px solid var(--main-hover-color);
    background-color: black;
	left: -8px;
}
#blog-burger {
	display:none;
	
}
#blog-burger img {
	filter:invert(1);
}
.home #blog-burger img  {
	filter:none;
}
	.header-scroll-active #blog-burger img {
		filter:invert(1);
	}
	#blog-burger img {
		width:30px;
		height:auto;
	}
#b2b-mob-menu {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:white;
	    padding: 22px 20px 70px 20px;
	display:none;
	z-index:200;
	    height: auto;
   
    position: fixed;
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
	margin: 5px;
    width: calc(100% - 10px);
}
#b2b-mob-menu #b2b-mob-menu-logo img {
	width:130px;
	height:auto;
}
#b2b-mob-menu #b2b-mob-menu-close {
	position: absolute;
    right: 30px;
    top: 27px;
}
#b2b-mob-menu #b2b-mob-menu-close img {
	width:22px; 
	height:auto;
}
#b2b-mob-menu #b2b-mob-menu-online-store {
	    display: block;
    width: 100%;
	padding:15px;
	text-align:center;
	border:1px solid black;
	font-weight:500;
	color:black;
	font-size:14px;
	margin-top:30px;
}
#b2b-mob-menu-sub-menu {
	   display:none;
}
#b2b-mob-menu-sub-menu .header-big-menu-single {
	display:inline-block;
	width:32%;
	text-align:center;
	margin-bottom:50px;
}
#b2b-mob-menu-sub-menu .header-big-menu-single img {
	width:56px; 
	height:auto;
	filter: grayscale(1) brightness(0.5);
	transition:0.3s;
}
#b2b-mob-menu-sub-menu .header-big-menu-single .text-link-3 {
	margin-top:15px;
	color:black;
	font-weight: 600;
	transition:0.3s;
	
}
#b2b-mob-menu-sub-menu .header-big-menu-single:hover img {
	filter:none;
}
#b2b-mob-menu-sub-menu .header-big-menu-single:hover .text-link-3  {
	color:#F2C458;
}
.b2b-mob-menu-link {
	display:block;
	color:black;
	font-size:24px;
}
.b2c-mob-menu-link {
	display:none;
	color:black;
	font-size:24px;
	padding:30px 0;
	border-bottom: 1px solid #DDDDDC;
}
.page-template-shoptemplate .b2c-mob-menu-link {
	display:block;
}
#b2c-mob-menu-link-1 {
	margin-top:50px;
}
#b2b-mob-menu .b2b-mob-menu-link {
	padding:30px 0;
	border-bottom: 1px solid #DDDDDC;
}
#b2b-mob-menu #b2b-mob-menu-link-1 {
	margin:50px 0 0 0;
	border:none;
}
.b2b-mob-menu-link-1-active {
	color:var(--main-hover-color) !important;
}
#b2b-mob-menu #b2b-mob-menu-link-1::after {
     content: '';
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 8px;
    transition: 0.3s;
    vertical-align: top;
    margin-top: 13px;
}
.no-scroll {
	overflow-y:hidden !important;
}


#shop-mainpage-section-2 {
	background-color:#FAFAFA;
}
.shop-mainpage-section-2-single {
	display: inline-block;
	padding:50px 20px;
	position:relative;
	flex:25%;
	text-align:center;
}
.shop-mainpage-section-2-single .text-14 {
	display:block;
	margin-top:15px;
	color: #737373;

}
.shop-mainpage-section-2-single .text-18 {
	color: #737373;
	position:absolute;
	bottom:20px;
	transition:0.3s;
}
.shop-mainpage-section-2-single:hover h5 {
	color:#F2C458;
}

.shop-mainpage-section-2-single:hover .shop-mainpage-section-2-single-arrow {
	opacity:1;
}
.shop-mainpage-section-2-single:hover img {
	transform: scale(1.05);
}
.shop-mainpage-section-2-single-arrow {
	position: absolute;
    bottom: 45px;
    right: 20px;
	opacity:0;
	transition:0.3s;
}
.shop-mainpage-section-2-single .shop-mainpage-section-2-single-arrow img {
	width:45px !important;
	height:auto !important;
	transform:rotate(180deg);
}
.shop-mainpage-section-2-single h5 {
line-height: normal;
    margin-top: 10px;
	transition:0.3s;
}
.shop-mainpage-section-2-single img {
	height:100px !important;
	width:auto;
	margin: 0 auto;
    display: block;
	transition:0.3s;
	    max-height: 150px;
    margin-top: 30px;
	filter: drop-shadow(0px 9px 50px rgba(0, 0, 0, 0.1));
}
#shop-mainpage-section-2-wrap {
	display:flex;
	flex-wrap:wrap;
}

#shop-mainpage-section-2-single-1 {
	border-right:1px solid #DDDDDC;
	border-bottom:1px solid #DDDDDC;
	
}
#shop-mainpage-section-2-single-2 {
	border-right:1px solid #DDDDDC;
	border-bottom:1px solid #DDDDDC;
}
#shop-mainpage-section-2-single-3 {
	border-right:1px solid #DDDDDC;
	border-bottom:1px solid #DDDDDC;
}
#shop-mainpage-section-2-single-4 {
	border-bottom:1px solid #DDDDDC;
}


#shop-mainpage-section-2-single-5 {
	border-right:1px solid #DDDDDC;
	border-bottom:1px solid #DDDDDC;
	
}
#shop-mainpage-section-2-single-6 {
	border-right:1px solid #DDDDDC;
	border-bottom:1px solid #DDDDDC;
}
#shop-mainpage-section-2-single-7 {
	border-right:1px solid #DDDDDC;
	border-bottom:1px solid #DDDDDC;
}
#shop-mainpage-section-2-single-8{
	border-bottom:1px solid #DDDDDC;
}

#shop-mainpage-section-2-single-9 {
	border-right:1px solid #DDDDDC;

	
}
#shop-mainpage-section-2-single-10 {
	border-right:1px solid #DDDDDC;

}
#shop-mainpage-section-2-single-11 {
	border-right:1px solid #DDDDDC;

}
#shop-mainpage-section-2-single-12 {
	
}

#shop-mainpage-section-1 {
	height:700px;
}
#shop-mainpage-section-1 h1 {
	margin-top:235px;
}
#shop-mainpage-section-1 .text-18 {
	margin-top:30px;
}
#shop-mainpage-section-1 .button-1 {
	margin-top: 60px;
    border-color: black;
    background-color: black;
}
#shop-mainpage-section-1-img-1 {
	    text-align: right;
    margin-top: -700px;
	    top: 100px;
}
.white .sa_owl_theme .owl-nav .owl-next {
	
}
.page-template-shoptemplate #shop-yellow-header {
	display:block;
}
.page-template-shoptemplate #masthead  {
	padding:20px 0;
	    top: 0;
    margin-top: 45px;
}
.page-template-shoptemplate .header-scroll-active {
	margin-top:5px !important;
}
#masthead .shop-menu {
	display:none !important;
}
#masthead #header-help {
	display:none;
}
.page-template-shoptemplate #masthead #header-help {
		display:inline-block;
}
.page-template-shoptemplate #masthead #header-contacts {
	display:none;
}
.page-template-shoptemplate #masthead  #header-online-store {
	display:none;
}
.page-template-shoptemplate #masthead  .shop-menu  {
	display:flex !important;
	justify-content: flex-start !important;
}
.page-template-shoptemplate #masthead  .blog-menu  {
	display:none !important;
}
.page-template-shoptemplate #masthead .navbar-nav > li > a {
	color:#1C1C1D;
}
.page-template-shoptemplate .header-scroll-active {
	top:0px;
}
.page-template-shoptemplate #masthead {
	background-color:white;
}
.page-template-shoptemplate header#masthead .navbar-brand img {
	filter:none;
}
.archive #masthead {
	background-color:white;
}
.archive header#masthead .navbar-brand img {
	filter:none;
}
.archive #masthead .navbar-nav > li > a {
	color:#1C1C1D;
}
.archive #header-contacts {
	color:#1C1C1D;
}
.archive #header-online-store {
	color:#1C1C1D;
	border: 1px solid black;
}
.archive #blog-burger img {
filter: invert(1);
}
#shop-yellow-header {
	background-color: var(--main-hover-color);
	padding: 7px 0;
	display:none;
}
#shop-yellow-header .text-14 {
	opacity:0.5;
	display:inline-block;
	
}
#shop-yellow-header img {
	width:24px;
	display:inline-block;
	margin-right:10px;
}
#shop-yellow-header-right {
	float: right;
    display: inline-block;
}
#shop-yellow-header-left {

    display: inline-block;
}
.white .sa_owl_theme .owl-nav .owl-next {
background-image: url(/wp-content/uploads/2021/03/shop-mainpage-slide-arrow-min.png);
    background-size: cover;
    width: 40px !important;
    height: 40px !important;
    transform: rotate(180deg);
}
.white .sa_owl_theme .owl-nav .owl-prev {
background-image: url(/wp-content/uploads/2021/03/shop-mainpage-slide-arrow-min.png);
    background-size: cover;
    width: 40px !important;
    height: 40px !important;
	    margin-left: -110px;

}
.white .sa_owl_theme .owl-nav .owl-prev:hover {
	opacity:0.5;
}
.white .sa_owl_theme .owl-nav .owl-next:hover {
	opacity:0.5;
}
.white .sa_owl_theme .owl-nav .owl-prev:focus {
	outline:none;
}
.white .sa_owl_theme .owl-nav .owl-next:focus {
	outline:none;
}
#shop-mainpage-section-1 .owl-carousel .owl-stage-outer {
	height:700px;
}
.sa_owl_theme .owl-nav {
	    position: absolute;
    right: 0;
	bottom:70px;
}
.masthead-shop {
	display:none;
}


#category-posts-wrap {
	grid-column-gap: 0px !important;
    grid-row-gap: 0px !important;
	display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#category-posts-wrap  .entry-meta {
	display:none;
}
#category-posts-wrap .post {
		background: #FAFAFA;
	padding:60px 30px 30px 30px !important;
	    margin: 0 40px 40px 0 !important;
	transition:0.3s;
	flex: 1 1 30%;
}
#category-posts-wrap .post .entry-footer {
	display:none;
}
#category-posts-wrap .post:hover {
	background-color: #F2F2F2;
}
#category-posts-wrap .post img {
	object-fit: cover;
    height: 200px !important;
    width: auto !important;
    filter: drop-shadow(0px 9px 50px rgba(0, 0, 0, 0.1));
	margin: 0 auto !important;
	transition:0.3s;
}
 #category-posts-wrap .post:nth-child(3n) {
	margin-right:0px !important;
}
#category-posts-wrap .post:last-child {
	margin-right:0px !important;
}
#category-posts-wrap .post h2 {
	text-align:center;
	margin-top: 50px !important;
}
#category-posts-wrap .post h2 a {
	color:#1C1C1D;
	font-size: 24px !important;

	padding:0 !important;
	transition:0.3s;
	text-align:center;
}
#category-posts-wrap .post-thumbnail {
	text-align:center;
}
#category-posts-wrap .post .entry-content {
	display:none;
}



ul.products li.product {
	background: #FAFAFA;
	padding:60px 30px 30px 30px !important;
	    margin: 0 40px 40px 0 !important;
	transition:0.3s;
	flex: 1 1 30%;
}
	ul.products li.product:focus {
		outline:none;
	}
	ul.products li.product a:focus {
		outline:none;
	}
ul.products li.product .woocommerce-LoopProduct-link {
	display:block;
	text-align:center;
}
ul.products li.product:hover {
	background-color: #F2F2F2;
}
 ul.products li.product  img {
	object-fit: cover;
    height: 200px !important;
    width: auto !important;
    filter: drop-shadow(0px 9px 50px rgba(0, 0, 0, 0.1));
	margin: 0 auto !important;
	transition:0.3s;
}
 ul.products li.product:nth-child(3n) {
	
}
ul.products li.product:last-child {
	margin-right:0px !important;
}
ul.products {
	grid-column-gap: 0px !important;
    grid-row-gap: 0px !important;
	display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
 ul.products li.product h2 {
	color:#1C1C1D;
	font-size: 24px !important;
	margin-top:50px !important;
	padding:0 !important;
	transition:0.3s;
	 text-align:left;
}
 ul.products li.product .product-short-description {
	color:#737373;
	font-size: 14px;
	margin-top:10px;
	 text-align:left;
}
 ul.products li.product .product-presentation-link img {
	width:8px !important;
	margin-left:8px !important;
	height:7px !important;
	display:inline-block !important;
	filter: grayscale(1) brightness(0.7);
    margin-top: -2px !important;
	
}
.woocommerce a.added_to_cart {
	display:none;
}
ul.products li.product .product-presentation-link {
	color:#737373;
	font-size:14px;
	top: 20px;
    right: 20px;
	transition:0.3s;
	opacity:0;
	position:absolute;
}
ul.products li.product .product-presentation-link:hover img {
	filter:none;
}

 ul.products li.product:hover .product-presentation-link {
		opacity:1;
}
 ul.products li.product:hover img {
	transform:scale(1.05);
}
ul.products li.product:hover h2 {
	color: var(--main-hover-color);
}
 ul.products li.product .button-1 {
	padding:20px 30px;
	border:1px solid #1C1C1D;
	color:#1C1C1D;
	font-size:15px;
	    border-radius: 0;
    background-color: transparent;
	    margin-top: 25px !important;
	 float:left;
}
 ul.products li.product  .price {
	    position: absolute;
    right: 30px;
    bottom: 40px;
	color:#1C1C1D !important;
	font-size: 14px !important;
}
.page-template-shoptemplate #blog-burger img {
	filter: invert(1);
}
.page-template-shoptemplate #b2b-mob-menu-online-store {
	display:none !important;
}
.xoo-wsc-basket  {
	    position: absolute;
    display: inline-block;
	padding: 5px 12px;
    background-color: black;
	box-shadow: none;
	margin: 0;
    top: 2px;
    margin-left: 25px;
	transition:0.3s;
    width: 56px;
    border-radius: 100px;
	    right: 550px;
    top: 50px;
    bottom: auto;
	    margin-top: 22px;
}
.header-scroll-active .xoo-wsc-basket {
	top: 10px;
	margin-top:22px;
}
.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-basket {
	right: 0;
}
.xoo-wsc-container {
	right: -530px;
	padding:20px 50px;
	width:100%;
	max-width:530px;
}
.xoo-wsc-footer {
	position:relative;
	    bottom: 30px;
	padding: 0;
	border: 0px;
}
.xoo-wsc-basket:hover {
	background-color: #F2C458;
}
.xoo-wsc-basket .xoo-wsc-bki {
	    width: 13px;
    height: 13px;
    background-image: url(/wp-content/uploads/2021/03/cart-icon.png);
    display: block;
    position: relative;
 top: 2px;
    background-size: cover;
}
.xoo-wsc-basket .xoo-wsc-bki::before {
	content:'';
}
.xoo-wsc-items-count {
	    display: inline-block;
    position: relative;
    float: right;
    left: 0;
    background-color: transparent;
    font-size: 14px;
    top: 0;
    height: auto;
    width: auto;
    line-height: normal;
    margin-left: 23px;
}
.xoo-wsc-icon-cross:before {
	content:'';
}
.xoo-wsc-icon-cross {
	background-image: url(/wp-content/uploads/2021/03/burger-close.png);
    background-size: cover;
    width: 20px;
    height: 20px;
	transition:0.3s;
	right:30px;
}
.xoo-wsc-tools {
	border-top: 1px solid #DDDDDC !important;
	border-bottom: 1px solid #DDDDDC;
	padding: 25px 0;
    border-top: 0px;
}
.xoo-wsc-sm-sales {
	display:none;
}
.xoo-wsc-body {
	padding-right:20px;
}
.xoo-wsc-header {
	padding:10px 0px;
	border-bottom: 0px;
}
.xoo-wsc-img-col {
	text-align:center;
}
.xoo-wsc-img-col img {
	    height: 80px;
    width: auto;
filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.25));
}
.xoo-wsc-qty-box {
	max-width: 100px;
    height: 40px;
    padding: 0px 7px;
}
.xoo-wsc-ft-extras {
	display:none;
}
.xoo-wsc-qtb-square input[type="number"].xoo-wsc-qty {
	border:none;
	font-weight: 550;
font-size: 15px;
line-height: 15px;
text-align: center;
letter-spacing: 0.75px;
}
.xoo-wsc-ctxt {
	font-size: 24px;
    font-weight: 400;
}
.xoo-wsc-product {
	padding: 25px 0;
	position:relative;
}
.xoo-wsc-container span.amount {
	font-size: 14px;
    font-weight: normal;
}
.xoo-wsc-price {
	display:none;
}
.xoo-wsc-sum-col a {
	color: #1C1C1D;
	font-size:14px;
	font-weight:400;
	transition:0.3s;
}
input[type=number].xoo-wsc-qty {
	    font-size: 15px;
    font-weight: 500;
}
input[type=number].xoo-wsc-qty:focus {
	outline:none;
}
.xoo-wsc-qtybox {
	border: 1px solid #1C1C1D;
	padding:0px;
	max-width: unset;
}
span.xoo-wsc-minus, span.xoo-wsc-plus {
	width:35px;
	border:none !important;
}
.xoo-wsc-notification-bar {
	background-color: #F2C458;
	color:white;
}
.xoo-wsc-ft-buttons-cont a:first-child {
	display:none;
}
.xoo-wsc-ft-buttons-cont a:nth-child(2) {
	display:none;
}
.xoo-wsc-sp-container {
	display:none;
}
.xoo-wsc-psrow {
	    margin-top: 22px;
}
.xoo-wsc-footer-a {
	margin-bottom:0px;
}
.xoo-wsc-footer-a span.amount {
	font-size:16px;
	font-weight:600;
}
.xoo-wsc-footer a.xoo-wsc-ft-btn {
	background-color:#1C1C1D;
	padding: 20px 50px;
	color:white;
	font-size:15px;
	font-weight:500;
	    width: max-content;
    float: right;
	transition:0.3s;
	margin-top:25px;
}
body.xoo-wsc-active, html.xoo-wsc-activee {
	overflow:auto;
}
.xoo-wsc-shiptxt {
	    position: absolute;
    left: 0;
    padding: 0;
    bottom: 17px;
    max-width: 245px;
    text-align: left;
}
.xoo-wsc-footer a.xoo-wsc-ft-btn:hover {
	background-color:#F2C458;
	color:white !important;
}
.shop-mainpage-section-5-single {
	
}
.shop-mainpage-section-5-single img {
	width:55px;
	height:auto;
	    display: inline-block;
    margin-right: 35px;
	vertical-align:top;
	
}
.shop-mainpage-section-5-single .shop-mainpage-section-5-single-text {
	display:inline-block;
	width: 70%;

}
.shop-mainpage-section-5-single .shop-mainpage-section-5-single-text .text-16 {
	margin-top:10px;
}
.xoo-wsc-modal {
	display:none;
	text-align: left;
}
.page-template-shoptemplate .xoo-wsc-modal {
	display:inline-block;
}
.page-template-shoptemplate #b2b-mob-menu-sub-menu {
display:none;	
}
.page-template-shoptemplate .b2b-mob-menu-link {
	display:none;	
}

#shop-mainpage-section-3 {
	    color: white;
    font-size: 100px;
    font-weight: 300;
    letter-spacing: 50px;
}
#category-bg-img {
	    height: 500px;
    position: absolute;
    top: 0px;
    width: 100%;
}
.page-template-shoptemplate #category-bg-img  {
	 top: 39px;
}
#category-bg-img img {
	width:100%;
	object-fit:cover;
	height:500px;
}
.archive #content .container {
	margin-top:500px;
}
.archive .woocommerce-result-count {
	display:none;
}
.archive .woocommerce-ordering {
	display:none;
}
.archive h1 {
	margin:100px 0 75px 0;
}
.archive.category .page-title {
	font-size:0px;
}
.archive.category .page-title span {
	font-size: 80px;
}
.single-product #single-product-top-section {
	background-color:#FAFAFA;
	padding-top: 135px;
}
.single-product .related.products {
	max-width:1200px;
	margin: 0 auto;
	margin-top:120px;
	
}
.single-product .related.products h2 {
	text-align:center;
	margin-bottom:60px;
}
.single-product #content .container {
	max-width:100% !important;
}
.single-product #single-product-top-section .container {
		max-width:1200px !important;
	margin: 0 auto;
}
.single-product .woocommerce-product-gallery {
	display:inline-block;
	float:none !important;
	padding-top: 50px;
}
.woocommerce .woocommerce-breadcrumb {
	margin-bottom:50px;
}
#product-serial-number {
	margin-bottom:15px;
}
.woocommerce .woocommerce-breadcrumb a {
	font-size:14px;
	color: #737373;
	transition:0.3s;
}
.single-product .woocommerce-product-details__short-description p {
	font-size:16px;
	color:#1C1C1D;
	margin-top:20px;
	    margin-bottom: 20px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #1C1C1D;
    font-size: 24px;
	margin-bottom:5px;
}
.single-product.woocommerce div.product div.images img {
	max-width:500px;
	margin: 0 auto;
	height: 350px;
    object-fit: cover;
    width: auto;
}
.woocommerce div.product .stock {
	display:none;
}
.wcct_progress_aria {
	display:none;
}
.qib-container {
	border:1px solid #1C1C1D;
}
.qib-button:not(#qib_id):not(#qib_id) {
	background-color: transparent !important;
    border: 0px !important;
    height: 50px !important;
    width: 33px !important;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	height: 50px !important;
    width: 33px !important;
    border: none !important;

}
.single_add_to_cart_button {
	font-size: 15px !important;
    color: white !important;
    background-color: #1C1C1D !important;
    padding: 0px 30px !important;
    height: 50px !important;
    border-radius: 0px !important;
	transition:0.3s !important;
}
.single_add_to_cart_button:hover {
	background-color: #F2C458 !important;

}
.woocommerce .woocommerce-breadcrumb img {
	width:3px;
	height:3px;
	margin:0 10px;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs li {
float: none;
    height: 150px ;
    padding: 20px;
	    display: inline-block;
}
.single-product .entry-summary .product_meta {
	display:none;
}
#product-buy-on a {
	color: #1C1C1D;
	text-decoration:underline;
	font-weight: 600;
	position:relative;
}
#product-buy-on a:hover img {
	filter:none;
}
span.onsale {
	display:none !important;
}

#product-buy-on-noon {
	margin-left:75px;
}
#product-buy-on a img {
	vertical-align: super;
    filter: grayscale(1) brightness(0.2);
    margin-left: 10px;
	transition:0.3s;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs li  img {
	    height: 100%;
    width: auto;
    margin: 0 auto;
}
.single-product .summary.entry-summary {
	display:inline-block;
	float:none !important;
	vertical-align:top;
	    margin: 0;
    padding-left: 50px;
}
.wcct_timer_wrap {
	margin: 20px 0px;
}
.wcct_countdown_timer .wcct_timer_wrap .wcct_square_wrap {
	border: 0px solid #1C1C1D !important;
}
.wcct_countdown_timer .wcct_timer_wrap .wcct_square_wrap .wcct_wrap_border  {
	border: 1px solid #1C1C1D !important;
}


.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins, .woocommerce div.product span.price ins, .woocommerce div.product p.price ins, .woocommerce #content div.product span.price ins, .woocommerce #content div.product p.price ins, .woocommerce-page div.product span.price ins, .woocommerce-page div.product p.price ins, .woocommerce-page #content div.product span.price ins, .woocommerce-page #content div.product p.price ins, .product-price ins, .woocommerce ul.cart_list li .quantity ins, .woocommerce-page ul.cart_list li .quantity ins, .woocommerce ul.product_list_widget li .quantity ins, .woocommerce-page ul.product_list_widget li .quantity ins {
text-decoration: none;
}


#product-delivery-section {
	    display: flex;
    flex-wrap: wrap;
}
#product-delivery-section .container {
	 border-top: 1px solid #DDDDDC;
    padding: 25px 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#product-delivery-section .container .product-delivery-section-single {
	width: 33%;
    position: relative;
    float: left;
    flex: 1 1 30%;
}
#product-delivery-section .container .product-delivery-section-single img {
	width:36px;
	height:auto;
	display:inline-block;
}
#product-delivery-section .container .product-delivery-section-single .text-14 {
	display:inline-block;
	margin-left:10px;
}
.xoo-wsc-icon-checkmark {
	display:none;
}
.single-product .wc-tabs-wrapper {
	max-width:1200px;
	margin:0 auto;
	margin-top:145px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	display:none;
}
.single-product #product-bottom-description {
	margin-top:25px;
}
.single-product #product-bottom-description-left {
	display: inline-block;
    width: 49%;
    vertical-align: top;
}
.single-product #product-bottom-description-right {
	display: inline-block;
    width: 50%;
    padding-left: 40px;
    vertical-align: top;
	margin-top:-80px;
}
.single-product #product-bottom-description-right .text-14 {
	margin-bottom:25px;
}
.single-product #product-bottom-description-right .text-16 {
	display:inline-block;
}
.single-product #product-bottom-description-right .text-16:nth-child(1) {
	width:105px;
}
.single-product #product-bottom-description-right .text-16:nth-child(2) {
	margin-left:65px;
}
.single-product #product-bottom-description-right .product-bottom-description-right-single {
	margin-bottom:10px;
}
#product-trusted-by {
	text-align:center;
	padding:0 0 100px 0;
}
#product-trusted-by .button-1 {
	background-color: #1C1C1D;
}
.woocommerce-checkout #content.site-content {
	margin-top:100px;
}
.woocommerce-checkout .woocommerce form .form-row {
	width: 50%;
    display: inline-block;
	padding-right:40px;
}
.woocommerce-checkout .woocommerce form .form-control:focus {
	border-color:black !important;
	color:black !important;
}
.woocommerce-checkout .woocommerce form .form-control{
	
	color:black !important;
}
#billing_country_field label {
	margin-bottom: 17px;
    display: block;
}
#billing_country_field .select2-selection--single {
    height: 40px;
    margin-top: -8px;
    border-radius: 0px;
}
#billing_country_field #select2-billing_country-container {
	line-height:38px;
}
.woocommerce-checkout  .woocommerce-additional-fields {
	margin:40px 0;
	text-align:left;
}
.woocommerce-checkout  .woocommerce-checkout-payment {
	background-color:white !important;
}
.woocommerce-checkout  .place-order {
	width:100% !important;
	text-align:left;
	padding:20px 0 !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float:none;
	border:none;
	padding:20px 30px;
	border-radius:0px;
	background-color:#1C1C1D;
	color:white;
	font-size: 15px;
	transition:0.3s;
}
.woocommerce table.shop_table th {
	padding:25px 0px;
}
.woocommerce table.shop_table td {
	padding:25px 0px;
}
.woocommerce #payment #place_order:hover {
	background-color: #F2C458;
}
.woocommerce table.shop_table {
	border:none;
	margin-top:50px;
}
#order_review_heading {
	margin-top:80px;
}
.woocommerce table.shop_table thead {
	border-bottom: 2px solid #1C1C1D;
}
span.xoo-wsc-total-sales {
	display:none;
}
#blog-index-firstscreen-video-bg {
	position: absolute;
    width: 100vw !important;
    height: 100vh;
    overflow: hidden;
	    width: 100vw !important;
    margin-left: -50vw;
    left: 50% !important;
	    top: 0;
    z-index: -1;

}
#b2b-mainpage-video-bg-1 {
	    height: 100vh;
    object-fit: cover;
	position: absolute;
    top: 0;
	z-index:5;
}

#b2b-mainpage-video-bg-2 {
	    height: 100vh;
    object-fit: cover;
	position: absolute;
    top: 0;
	z-index:4;

}

#b2b-mainpage-video-bg-3 {
	    height: 100vh;
    object-fit: cover;
	position: absolute;
    top: 0;
	z-index:3;

}

#b2b-mainpage-video-bg-4 {
	    height: 100vh;
    object-fit: cover;
	position: absolute;
    top: 0;
	z-index:2;

}
#blog-index-firstscreen-video-bg .elementor-widget-wrap {
	padding:0 !important;
}
.cantTouchThis {
	pointer-events:none; 
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
#mainpage-right-hand {
	position: fixed;
    right: 0px;
    display: block;
    bottom: 0;
    width: auto;
	z-index: 10;
}
#mainpage-right-hand-wrap {
	
}
#mainpage-right-hand-wrap img:nth-child(1) {
	width: 265px;
    height: auto;
    right: 0;
    float: right;
}
#mainpage-right-hand-wrap img:nth-child(2) {
	right: 123px;
    width: 55px;
    height: auto;
    position: absolute;
    top: 40px;
	z-index: 50;
}
#mainpage-right-hand-wrap #right-phone-bg {
	position: absolute;
    width: 133px;
    height: 270px;
    background-color: white;
    right: 86px;
    top: 8px;
    border-radius: 14px;
	transition:0.3s;

}
.night-mode #mainpage-right-hand-wrap #right-phone-bg {
	background-color:#1C1C1D;
}
#mainpage-right-hand-wrap #right-phone-status-bar {
	    position: absolute;
    /* color: white; */
    top: 120px;
    right: 110px;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.75px;
    color: #4AB6C3;
    width: 80px;
}
.mainpage-firscreen-icons-single {
	background-color:rgba(255,255,255,0.2);
	border-radius:50%;
	width:40px;
	height:40px;
	text-align: center;
    padding-top: 7px;
	transition:0.3s;
}
.mainpage-firscreen-icons-single:hover {
	background-color:var(--main-hover-color);
	cursor:pointer;
}
.mainpage-firscreen-icons-single-active {
	background-color:var(--main-hover-color);
	cursor:pointer;
}
.mainpage-firscreen-icons-single img {
	height:24px !important;
		width:auto;
}
#mainpage-firscreen-icons {
	position: absolute;
    height: 100vh;
	width:100vw;
	z-index:5;
}
#mainpage-firscreen-icons-single-1 {
	    position: absolute;
    bottom: 28vh;
    margin-left: 5vw;
}
#mainpage-firscreen-icons-single-2 {
	    position: absolute;
   bottom: 32vh;
    margin-left: 30vw;
}
#mainpage-firscreen-icons-single-3 {
	    position: absolute;
    bottom: 5vh;
left: 50vw;
}
#mainpage-firscreen-icons-single-4 {
	    position: absolute;
    bottom: 40vh;
right: 23vw;
}
#mainpage-firscreen-icons-single-5 {
	    position: absolute;
bottom: 63vh;
    right: 10vw;
}
#mainpage-first-screen-wifi {
	height: 100vh;
    position: absolute;
	width:100vw;
}
#mainpage-first-screen-wifi-wrap {
		height: 100vh;
}
#mainpage-first-screen-wifi-box-3 img {
	display:inline-block;
}
#mainpage-first-screen-wifi-box-3-left {
	display:inline-block;
	margin-right:30px;
}
#mainpage-first-screen-wifi-box-3-right {
	display:inline-block;
		margin-left:30px;
}
#mainpage-first-screen-wifi-box-3-left-1 {
	display:inline-block;
		animation: wififade 3s infinite;
		animation-delay:1s;
}
#mainpage-first-screen-wifi-box-3-left-1 img {
	height:52px !important;
	width:auto !important;
}
#mainpage-first-screen-wifi-box-3-left-2 {
	display:inline-block;
			animation: wififade 3s infinite;
	animation-delay:0.5s;
}
#mainpage-first-screen-wifi-box-3-left-2 img {
	height:40px !important;
	width:auto !important;
}
#mainpage-first-screen-wifi-box-3-left-3 {
	display:inline-block;
			animation: wififade 3s infinite;

}
#mainpage-first-screen-wifi-box-3-left-3 img {
	height:22px !important;
	width:auto !important;
}
#mainpage-first-screen-wifi-box-3-right-3 {
	display:inline-block;
		animation: wififade 3s infinite;
	animation-delay:1s;
}
#mainpage-first-screen-wifi-box-3-right-3 img {
	transform:rotate(180deg);
	height:52px !important;
	width:auto !important;
}
#mainpage-first-screen-wifi-box-3-right-2 {
	display:inline-block;
	animation: wififade 3s infinite;
	animation-delay:0.5s;
}
#mainpage-first-screen-wifi-box-3-right-2 img {
	transform:rotate(180deg);
	height:41px !important;
	width:auto !important;
}
#mainpage-first-screen-wifi-box-3-right-1 {
	display:inline-block;
		opacity:0.2;
	animation: wififade 3s infinite;

}
#mainpage-first-screen-wifi-box-3-right-1 img {
	transform:rotate(180deg);
	height:22px !important;
	width:auto !important;
}
#mainpage-first-screen-wifi-box-1 {
	width: calc(50vw - 120px);
    height: 350px;
    position: absolute;
    right: 120px;
    bottom: 390px;
    border-right: 1px dashed rgba(255,255,255,0.5);
    border-top: 1px dashed rgba(255,255,255,0.5);
}

#mainpage-first-screen-wifi-box-3 {
	position: absolute;
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 770px;


}
#mainpage-first-screen-wifi-box-3-center {
	display:inline-block;
	animation:wifiscale 3s infinite;
}
#mainpage-first-screen-wifi-box-3 img {
	width:36px;
	height:auto;

}
#mainpage-first-screen-wifi-box-2 {
	    position: absolute;
    height: 30px;
    border-right: 1px dashed rgba(255,255,255,0.5);
    width: 5px;
    right: 50vw;
    bottom: 743px;
}
#mainpage-firscreen-icons-single-6 {
	    position: absolute;
    bottom: 67vh;
right:31vw;
}
#mainpage-screen-1-extra {
	position:absolute;
	height:100vh;
	top:0px;
}
@keyframes wififade {
	0% {
		opacity:0.2;
	}

	70% {
		opacity:1;
	}

	100% {
		opacity:0.2;
	}
}
@keyframes wifiscale {
	0% {
		transform:scale(1);
	}

	70% {
		transform:scale(1.1);
	}

	100% {
	transform:scale(1);
	}
}







.big-section-image-right  {
	overflow-y:hidden;
}
.big-section-image-right .elementor-column:nth-child(1) {
	z-index:1;
}
.big-section-image-right .elementor-column {
	height:1200px;
}
.big-section-image-right-left-1 {
	    position: absolute;
    width: 250px;
    height: 250px;
    right: -125px;
   top:400px;
}
.big-section-image-right-left-2 {
	    position: absolute;
    top: 200px;
	right:0;
   	transition: opacity 0.3s;
}
.big-section-image-right-left-3 {
	    max-width: 375px;
    margin: 0 auto;
	    margin-top: 410px;
}
.big-section-image-right-left-3 h2 {
	
}
.big-section-image-right-left-3 .text-18 {
	margin:25px 0;
}

.big-section-image-right-left-3 .text-link-2 {
color: #1C1C1D;
    margin-top: 20px;
  border: 1px solid #1C1C1D;
	display: block;
    width: fit-content;
}

.big-section-image-right-left-3 img {
	    width: 128px;
    height: auto;
    display: block;
    margin-top: 5px;
	transition:0.3s;
}

.big-section-image-right-left-3 img:hover {
	opacity:0.7;
}

.night-mode .big-section-image-right-left-2 {
	opacity:0.1;
}
.night-mode .big-section-image-right-left-3 .text-link-2  {
	color:white;

}













#blog-index-screen-8  {
	overflow-y:hidden;
}
#blog-index-screen-8 .elementor-column:nth-child(1) {
	z-index:1;
}
#blog-index-screen-8 .elementor-column {
	height:1200px;
}
#blog-index-screen-8-left-1 {
	    position: absolute;
    width: 250px;
    height: 250px;
    right: -125px;
   top:400px;
}
#blog-index-screen-8-left-2 {
	    position: absolute;
    top: 200px;
	right:0;
   	transition: opacity 0.3s;
}
#blog-index-screen-8-left-3 {
	    max-width: 350px;
    margin: 0 auto;
	    margin-top: 410px;
}
#blog-index-screen-8-left-3 h2 {
	
}
#blog-index-screen-8-left-3 .text-18 {
	margin:25px 0;
}

#blog-index-screen-8-left-3 .text-link-2 {
color: #1C1C1D;
    margin-top: 25px;
  border: 1px solid #1C1C1D;
}
#blog-index-screen-8-left-3 img {
	    width: 128px;
    height: auto;
    display: block;
    margin-top: 5px;
	transition:0.3s;
}

#blog-index-screen-8-left-3 img:hover {
	opacity:0.7;
}

.night-mode #blog-index-screen-8-left-2 {
	opacity:0.1;
}
.night-mode #blog-index-screen-8-left-3 .text-link-2  {
	color:white;

}








#blog-index-screen-10 {
	overflow-y:hidden;
}
#blog-index-screen-10 .elementor-column:nth-child(1) {
	z-index:1;
}
#blog-index-screen-10 .elementor-column {
	height:1200px;
}
#blog-index-screen-10-left-1 {
	    position: absolute;
    width: 250px;
    height: 250px;
    right: -125px;
   top:400px;
}
#blog-index-screen-10-left-2 {
	    position: absolute;
    top: 200px;
	right:0;
   	transition: opacity 0.3s;
}
#blog-index-screen-10-left-3 {
	    max-width: 350px;
    margin: 0 auto;
	    margin-top: 410px;
}
#blog-index-screen-10-left-3 h2 {
	
}
#blog-index-screen-10-left-3 .text-18 {
	margin:25px 0;
}

#blog-index-screen-10-left-3 .text-link-2 {
color: #1C1C1D;
    margin-top: 25px;
  border: 1px solid #1C1C1D;
}
#blog-index-screen-10-left-3 img {
	    width: 128px;
    height: auto;
    display: block;
    margin-top: 5px;
	transition:0.3s;
}

#blog-index-screen-10-left-3 img:hover {
	opacity:0.7;
}

.night-mode #blog-index-screen-10-left-2 {
	opacity:0.1;
}
.night-mode #blog-index-screen-10-left-3 .text-link-2  {
	color:white;
}


#content-page-head h1 {
	text-align:center;
	color:white;
	    line-height: normal;
    margin-top: 220px;
}
#content-page-head {
	height:500px;

}
#content-screen-2 .text-24 {

	max-width:760px;
	margin:150px auto 0;
}
#content-screen-2 {
	text-align:center;
}
#content-screen-2 .button-1 {
	background-color:#1C1C1D;
	color:white;
	margin-top:40px;
}
#contacts-3-cols {
	margin-top:150px;
	display:flex;

}
.contacts-3-cols-single {
	flex:33%;
	text-align:left;
}
.contacts-3-cols-single .text-16-b {
	margin-bottom:20px;
}
.contacts-3-cols-single a {
	margin-bottom:10px;
	display:block;
	color: #1C1C1D;
		font-weight: normal;
font-size: 16px;
line-height: 140%;
letter-spacing: 0.75px;
	width: fit-content;
}
.contacts-3-cols-single a img {
	height:14px;
	width:auto;
	margin-right:10px;


}

#map-section {
	margin:200px 0;
}
#map-section .text-18 {
	margin:20px auto 0;
	max-width:730px;
	text-align:center;
}
#map-section #map-section-html {
	margin-top:40px;
	
}
#cooperation-screen-2 {
	margin:200px 0;
	text-align:center;
}
#cooperation-screen-2 h2 {

	margin:0 auto;
}
#cooperation-screen-2 .text-18 {
	max-width:730px;
	margin:25px auto 0;
}
#cooperation-screen-2-numbers {
	margin-top:65px;
}
#cooperation-screen-2-numbers-wrap {
	display:flex;
	flex-wrap:wrap;
	gap:35px;
}
.cooperation-screen-2-numbers-single {
	flex:30%;
	border: 1px solid #DDDDDC;
	border-radius: 20px;
	padding:35px;
	height:310px;


}
#cooperation-screen-2-numbers-single-double {
	border-bottom: 1px solid #DDDDDC;
	margin-bottom:15px;
}
.cooperation-screen-2-numbers-single-left {
	width:49%;
	border-right: 1px solid #DDDDDC;
	display:inline-block;
	    padding-bottom: 15px;
}
.cooperation-screen-2-numbers-single-right {
	width:49%;
	    padding-bottom: 15px;
	display:inline-block;
}
#cooperation-screen-2-numbers-single-1 .cooperation-screen-2-numbers-single-text-1 {
	margin-top:0px;
}
#cooperation-screen-2-numbers-single-1 .cooperation-screen-2-numbers-single-text-3 {
	max-width:265px; 
	margin:25px auto 0;
}
#cooperation-screen-2-numbers-single-1 .cooperation-screen-2-numbers-single-text-2 {
	margin-top:0px;
}
.cooperation-screen-2-numbers-single-text-1 {
	margin-top:60px;
	font-style: normal;
font-weight: normal;
font-size: 55px;
line-height: 110%;
text-align: center;
color: #4AB6C3;
}
.cooperation-screen-2-numbers-single-text-1 span {
	font-size:36px;
}
.cooperation-screen-2-numbers-single-text-2 {
	flex:100%;
color: #DDDDDC;
	margin-top:15px;
}
.cooperation-screen-2-numbers-single-text-3 {
	flex:100%;
color: #737373;
	margin-top:5px;
}
#cooperation-why-join-us-double {
	margin-top:70px;
	display:flex;
	gap:100px;
}
#cooperation-why-join-us-double-left {
	flex:50%;
	
}
#cooperation-why-join-us-double-right {
	flex:50%;
	
}
#cooperation-why-join-us-double h5 {
	color: #F2C458;
}
#cooperation-why-join-us-double .text-16-b {
	margin-top:15px;
	
}
#cooperation-why-join-us-double ul {
	margin-top:20px;
	 list-style: none;
	padding-left:15px;
}
#cooperation-why-join-us-double ul li::before {
	  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #F2C458; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
#cooperation-why-join-us-double ul li {
	font-weight: normal;
font-size: 16px;
line-height: 140%;
letter-spacing: 0.75px;
color: #000000;
	margin-bottom:15px;
}
#cooperation-why-join-us-button {
	text-align:center;
	margin-top:70px;
}
#cooperation-why-join-us-button .button-1 {
	background-color: #1C1C1D;
}
#cooperation-section-circles {
	margin-top:170px;
	margin-bottom:120px;
}
.cooperation-section-circles-single-extra {
	background: #FFFFFF;
position:absolute;
	width:375px;
	padding:40px 30px;
box-shadow: 0px 9px 50px rgba(0, 0, 0, 0.1);
		z-index:15;
}
.cooperation-section-circles-single-extra a {
	font-weight: 550;
font-size: 12px;
line-height: 110%;
letter-spacing: 0.75px;
text-transform: uppercase;
color: #000000;	
	display:block;
	margin-top:25px;
	    border-bottom: 2px solid black;
    position: relative;
    width: fit-content;
    padding-bottom: 4px;
	transition:0.3s;
}
.cooperation-section-circles-single-extra-close {
	background-image:url('/wp-content/uploads/2021/03/burger-close.png');
	width:14px;
	height:14px;
	background-size:cover;
	position: absolute;
    right: 15px;
    top: 15px;
	transition:0.3s;
	cursor:pointer;
}
.cooperation-section-circles-single-extra-close:hover {
	opacity:0.5;
}
.cooperation-section-circles-single-extra a:hover {
	  border-bottom: 2px solid #F2C458;
}
#cooperation-section-circles-circle-2 {
	border: 1px solid rgba(196, 196, 196, 0.3);
	border-radius:50%;
	height:900px;
	width:900px;
	margin: 0 auto;
}
#cooperation-section-circles-circle-1 {
	
    position: absolute;
    border: 1px solid rgba(196, 196, 196, 0.3);
    border-radius: 50%;
    height: 445px;
    width: 445px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 225px;
}
.cooperation-section-circles-single {
	position:absolute;
	text-align:center;
	cursor:pointer;
	transition:0.3s;
}
.cooperation-section-circles-single:hover {
	opacity:0.5;	
}
.cooperation-section-circles-single img {
	width:56px; 
	height:auto !important;
	    display: block;
    text-align: center;
    margin: 0 auto;
}
.cooperation-section-circles-single span {
	font-weight: normal;
font-size: 24px;
line-height: 130%;
text-align: center;
letter-spacing: 0.75px;
color: #343434;
	margin-top:15px;
	display:block;
}
#cooperation-section-circles-head {
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
       top: 350px;
    z-index: 10;
	width:fit-content;
}
.cooperation-section-circles-single-extra {
	display:none;
}
#cooperation-section-circles-single-extra-1 {
	      right: 0px;
    left: 0;
    margin: auto;
    top: 0px;
}

#cooperation-section-circles-single-extra-2 {
	    right: 0px;
    top: 100px;
}
#cooperation-section-circles-single-extra-3 {
	    right: 0px;
    top: 450px;
}

#cooperation-section-circles-single-extra-4 {
	    right: 200px;
    bottom: 0px;
}

#cooperation-section-circles-single-extra-5 {
	   left: 200px;
    bottom: 0px;
}

#cooperation-section-circles-single-extra-6 {
	    left: 0px;
    top: 450px;
}

#cooperation-section-circles-single-extra-7 {
	    left: 0px;
    top: 100px;
}
#cooperation-section-circles-head .button-1 {
	background-color: #1C1C1D;
	margin-top:30px;
}

#cooperation-section-circles-single-1 {
	margin:0 auto;
	left:0;
	right:0;
	width:230px;
	top:30px;
}
#cooperation-section-circles-single-2 {
	width: 230px;
    right: 80px;
    top: 200px;
}
#cooperation-section-circles-single-3 {
	width: 140px;
    right: 120px;
    bottom: 250px;
}
#cooperation-section-circles-single-4 {
	width: 140px;
    right: 350px;
    bottom: 0px;
}
#cooperation-section-circles-single-5 {
	width: 160px;
    left: 320px;
    bottom: 0px;
}
#cooperation-section-circles-single-6 {
		width: 140px;
    left: 120px;
    bottom: 250px;
} 
#cooperation-section-circles-single-7 {
	width: 230px;
    left: 80px;
    top: 200px;
}
#product-buy-on {
	margin-bottom:50px;
}
#product-buy-on-amazon::after {
	content:'';
	position:absolute;
	left:0;
	top:20px;
	background-image:url('/wp-content/uploads/2021/04/product-amanzon-img.png');
	width:70px;
	height:21px;
	background-size: cover;
}
#product-buy-on-noon::after {
	content:'';
	position:absolute;
	left:0;
	top:20px;
	background-image:url('/wp-content/uploads/2021/04/product-noon-img.png');
	width:55px;
	height:25px;
	background-size: cover;
}
#product-guaranteed-icons {
	padding:18px;
	border: 1px solid #F2C458;
	display: inline-block;
	margin-top:20px;
	position:relative;
	width:255px;
	
}
#product-guaranteed-icons .text-18 {
position: absolute;
    margin-top: -32px;
    left: 3px;
   background-color: #FAFAFA;
    padding: 0 7px;
    width: 245px;
    white-space: nowrap;
    text-align: center;
}
#product-guaranteed-icons .text-18 span {
	color: #4AB6C3;
	font-weight:bold;
}
#product-guaranteed-icons img {
	height:30px;
	width:auto;
	margin-right:10px;
}
#product-guaranteed-icons img:last-child {
	margin-right:0px;
}
#product-bottom-features {
	margin-top:120px;
}

#product-bottom-features-wrap {
	margin-top:50px;
	display:flex;
	flex-wrap:wrap;
	gap:50px;
}
.product-bottom-features-wrap-single {
	flex:30%;
	display:flex;
}
.product-bottom-features-wrap-single img {
	width:36px;
	height:36px;
	margin-right:25px;
}
.product-bottom-features-wrap-single .text-16 {
	margin-top:10px;
}
#product-description-2-images {
	margin-top:200px;
	
}
#product-description-2-images img {
	width:50%;
}
#shop-banner-sale {
	display: flex;
    text-align: center;
}
#shop-banner-sale img {
    width: 135px;
    flex: auto;
    height: auto;
    object-fit: cover;
}
#shop-banner-sale span {
	font-weight: 300;
    font-size: 90px;
    letter-spacing: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    flex: auto;
    line-height: 250px;
}
#shop-banner-sale p {
	position:absolute;
	font-weight: normal;
font-size: 20px;
line-height: 120%;
letter-spacing: 10px;
text-transform: uppercase;
color: #FFFFFF;
	right:50px;
	top:20px;
}
.wcpscwc-product-slider button.slick-next {
    display: inline-block;
    border: none !important;
    background-image: url(/wp-content/uploads/2021/03/yellow-arrow-left.png) !important;
    background-size: contain !important;
    transform: rotate( 
180deg
 );
    filter: grayscale(1);
    vertical-align: middle;
    margin-bottom: 5px !important;
    background-color: transparent !important;
	    position: absolute;
    bottom: -13px;
    top: auto;
    right: 350px;
	transition:0.3s;

}
.wcpscwc-product-slider button.slick-next:hover {
	background-color:transparent !important;
	filter:none;
}
.wcpscwc-product-slider button.slick-next:focus {
	background-color:transparent !important;
	
}

#blog-index-screen-5 .slick-list {
	overflow:visible;
	
}
#blog-index-screen-5 .slick-list .slick-track {
	cursor:grab;
}

.wcpscwc-product-slider button.slick-prev {
    display: inline-block;
    border: none !important;
    background-image: url(/wp-content/uploads/2021/03/yellow-arrow-left.png) !important;
    background-size: contain !important;

    filter: grayscale(1);
    vertical-align: middle;
    margin-bottom: 5px !important;
    background-color: transparent !important;
	    position: absolute;
    bottom: -13px;
    top: auto;
    left: 350px;
	transition:0.3s;

}
.wcpscwc-product-slider button.slick-prev:hover {
	background-color:transparent !important;
	filter:none;
}
.wcpscwc-product-slider button.slick-prev:focus {
	background-color:transparent !important;
	
}
.b2c-shop-screen-1-button-right {
	display:inline-block;
	margin-left:35px;
}
.b2c-shop-screen-1-button-right span {
    width: 70px;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}
.b2c-shop-screen-1-button-right img {
	width:36px !important;
	height:auto !important;
	margin-right:10px;
}
.shop-mainpage-slider-single {
	display:flex;
}
.shop-mainpage-slider-single-right {
	    margin-left: 150px;
    flex: 41%;
}
.shop-mainpage-slider-single-right img {
	margin-top:250px;
}
#b2b-category-why-section {
	margin:300px 0;
}
#b2b-category-why-section-wrap {
	display: flex;
    flex-wrap: wrap;
	gap:60px;
	margin-top:80px;
}
.blog-index-screen-6-single {
	flex:20%;
	text-align:center;
}
.single .post-thumbnail {
	display:none;
}
.single .entry-header {
	display:none;
}
.single .navigation.post-navigation {
	display:none;
}

#b2b-post-screen-1 {
	min-height:900px;

}
#b2b-post-screen-2 {
	min-height:900px;
	position:absolute;
	top:0;
	padding-top:160px;

}
#b2b-post-screen-2 h1 {
	max-width: 400px;
}
#b2b-post-screen-2 .text-16 {
	max-width:500px;
	margin-top:20px;
}
#b2b-post-screen-2 .button-1 {
	background-color:black;
	margin-top:45px;
}
#b2b-post-screen-1-image {
	text-align:left;
	margin-top:700px;
}

#b2b-post-screen-1-image img {
	width:150px;
}
#b2b-post-screen-3-wrap {
	display:flex;
	gap:50px;
	flex-wrap:wrap;
}
#b2b-post-screen-3 {
	margin:150px 0;
}
.b2b-post-screen-3-single {
	flex:30%;
	display:flex;
}
.b2b-post-screen-3-single img {
	width:36px;
	height:36px !important;
	margin-right:25px;
}
.b2b-post-screen-3-single .text-16 {
	margin-top:10px;
}

#b2b-post-screen-4 .sa_hover_container {
	height:900px;
}
#b2b-post-screen-4 .owl-nav {
	right:200px;
}
.b2b-post-slider-single {

font-size: 32px;
line-height: 140%;
letter-spacing: 0.75px;
color: #FFFFFF;
	position:absolute;
	left:200px;
	bottom:40px;
	max-width:435px;
}
#b2b-post-screen-5 {
	margin-top:200px;
}
#b2b-post-screen-5 h2 {
	text-align:center;
}
#b2b-post-screen-4-image {
	margin-top:130px;
}
#b2b-post-screen-4-image img {
	max-width:650px;
	height:auto;
	width:100%;
}
#b2b-post-screen-4-icons-wrap {
	display:flex;
	flex-wrap:wrap;
}
.b2b-post-screen-4-icons-single {
	flex:13%;
	text-align:center;
}
.b2b-post-screen-4-icons-single img {
	width:56px;
	height:auto;
}
.b2b-post-screen-4-icons-single .text-16 {
	margin-top:25px;
}
#b2b-post-screen-6 {
	margin-top:200px;
}
#b2b-post-screen-6 h2 {
	text-align:center;
}
#b2b-post-screen-6-left img:nth-child(1) {
	width:470px;
}
#b2b-post-screen-6-left img:nth-child(2) {
	width:260px;
	margin-top:80px;
}
#b2b-post-screen-6-double {
	margin-top:130px;
}
#b2b-post-screen-6-right-wrap {
	display:flex;
}
.b2b-post-screen-6-right-wrap-single {
	max-width:220px;
	margin-bottom:20px;
}
#b2b-post-screen-6-right-wrap-right {
	flex:50%;
}
#b2b-post-screen-6-right-wrap-left {
	flex:50%;
}
#b2b-post-screen-7 {
	margin-top:180px;
}
#b2b-post-screen-7 .text-18 {
margin-top:25px;	
}
#b2b-post-screen-7-right {
	padding-left: 225px;
}
#b2b-post-screen-7-images {
	margin-top:35px;
}
#b2b-post-screen-7-images img {
	width:220px; 
	height:auto;
	margin-bottom:15px;
	display:block;
}
#b2b-post-screen-7-button {
	margin-top:40px;
}
#b2b-post-screen-7-button .button-1 {
	background-color:black;
}
#b2b-post-screen-8 {
	margin-top:200px;
}
#b2b-post-screen-8 h2 {
	max-width:375px;
}
#b2b-post-screen-8 .text-18 {
	max-width:375px;
	margin-top:20px;
}
#b2b-post-screen-8 ul {
	 list-style: none; /* Remove default bullets */
	    padding-left: 20px;
}


#b2b-post-screen-8 ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #F2994A; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
#b2b-post-screen-8-left img {
	width:170px; 
	height:170px;
	margin-top:30px;
}
#b2b-post-screen-9 {
	margin-top:200px;
}
#b2b-post-screen-9-right {
	padding-left: 225px;
    padding-top: 100px;
}
#b2b-post-screen-9-right h2 {
	max-width:375px;
}
#b2b-post-screen-9-right .text-18 {
	max-width:375px;
	margin-top:25px;
}
#b2b-post-screen-10 {
	margin-top:200px;
	
}
#b2b-post-screen-10 h2 {
	text-align:center;
	margin-bottom:15px;
}
#b2b-post-screen-10 .text-14 {
	text-align:center;
	margin-bottom:100px;
}
#b2b-post-screen-11 {
	margin-top:200px;
	text-align:center;
}
#b2b-post-screen-11 .text-18 {
	margin-top:20px;
}
#b2b-post-screen-11 .text-16 {
	margin-top:40px;
	color: #737373;
}
#b2b-post-screen-11 .button-1 {
	background-color:black;
	margin-top:40px;
}
.elementor-accordion .elementor-accordion-item {
	border:none !important;
	border-bottom: 1px solid #737373 !important;
	padding-bottom:30px;
	margin-bottom:30px;
}
.elementor-accordion .elementor-tab-title {
padding: 0px !important;
    font-weight: bold !important;
    font-size: 16px;
    line-height: 150% !important;
    letter-spacing: 0.75px;
    color: #1C1C1D;
}
.elementor-accordion .elementor-tab-content {
	    padding: 0 !important;
    margin-top: 10px;
    border: none !important;
}
.xoo-wsc-cart-active .xoo-wsc-basket {
	opacity:0;
}
.xoo-wsch-top .xoo-wsch-basket {
	display:none;
}
.checkout.woocommerce-checkout {
	    max-width: 800px;
	margin-top:100px;
}
input[type="radio"]:checked {
  filter: invert(1) brightness(1.5);
}
#order_comments_field {
	width:100%;
}
.woocommerce-checkout-payment {
	margin-top:80px;
	margin-bottom:100px;
}
.woocommerce-checkout-payment h3 {
	width: fit-content;
    display: inline-block;
}
.wc_payment_methods {
	margin-top:50px !important;
}
#payment-trust-images {
display: inline-block;
    float: right;
}
#payment-trust-images img {
    height: 75px;
    width: auto;
    margin: 0 10px;
}
#mainpage-smart-lightning-section {
	margin:200px 0;
}
#mainpage-smart-lightning-section .text-18 {
	max-width:740px;
	margin-top:15px;
}
#mainpage-smart-lightning-section-posts {
	margin-top:50px;
}
#mainpage-smart-lightning-section .button-1 {
	background-color:black;
	margin-top:60px;
}
#mainpage-smart-lightning-section-posts .elementor-post__thumbnail {
	padding: 0;
    height: 200px;
	overflow:visible;
}
#mainpage-smart-lightning-section-posts .elementor-post__thumbnail img {
	height: 200px;
    width: auto;
    filter: drop-shadow(0px 9px 50px rgba(0, 0, 0, 0.1));
	transition:0.3s;
}
#mainpage-smart-lightning-section-posts .elementor-post {
	padding: 65px 0 50px 0;
    background-color: #FAFAFA;

}
#mainpage-smart-lightning-section-posts .elementor-post:hover img {
	    margin-top: -10px;
}
#mainpage-smart-lightning-section-posts .elementor-post:hover .elementor-post__text a {
	color: var(--main-hover-color) !important
}
#mainpage-smart-lightning-section-posts .elementor-post__meta-data {
	display:none;
}
#mainpage-smart-lightning-section-posts .elementor-post__excerpt {
	display:none;
}
#mainpage-smart-lightning-section-posts .elementor-post__read-more {
	display:none;
}
#mainpage-smart-lightning-section-posts .elementor-post__text {
	text-align:center;
	margin-top:90px;
}
#mainpage-smart-lightning-section-posts .elementor-post__text a {
	font-size: 24px;
line-height: 130%;
/* or 31px */
align-items: center;
text-align: center;
letter-spacing: 0.75px;
transition:0.3s;
/* Brand dark */

color: #1C1C1D;
}
#blog-index-screen-5-controls-shortcode-2 {
	
}
#blog-index-firstscreen h2 {
	font-weight: bold;
font-size: 24px;
line-height: 155%;
letter-spacing: 0.75px;
color: #FFFFFF;
}
#blog-index-screen-2 h6 {
	margin-top:25px;
	font-weight: normal;
font-size: 18px;
line-height: 155%;
color: #737373;
}
#blog-index-screen-3 .text-14 {
	margin-bottom:25px;
}
#blog-index-screen-3 h6 {
	margin:25px 0;
	font-weight: normal;
font-size: 18px;
line-height: 155%;
color: #737373;
}
.blog-index-screen-4-wrapper-subhead {

    top: 350px;

	opacity: 0.5;
}

.big-section-image-right h6 {
		margin:25px 0;
	font-weight: normal;
font-size: 18px;
line-height: 155%;
color: #737373;
}
.big-section-image-right .text-14 {
	margin-bottom:25px;
}


.big-section-image-left h6 {
		margin:25px 0;
	font-weight: normal;
font-size: 18px;
line-height: 155%;
color: #737373;
}
.big-section-image-left .text-14 {
	margin-bottom:25px;
}
.about-us-page-head {
	text-align:center;
	min-height: 500px;
    padding-bottom: 50px;
	    height: auto !important;
}
.about-us-page-head h1 {
	    margin-top: 150px !important;
}
.about-us-page-head h2 {
	margin-top:15px;
	text-align:center;
	font-weight: bold;
font-size: 24px;
line-height: 155%;
letter-spacing: 0.75px;
color: #FFFFFF;
}
.about-us-page-head  .text-24 {
	margin: 0 auto;
	margin-top:15px;
	max-width:850px;
	color:white;
}
.about-us-page-head .button-1 {
	margin: 0 auto;
	margin-top:15px;
}
.shop-mainpage-slider-single .text-24-b {
	margin-top:15px;
	font-weight: bold;
font-size: 24px;
line-height: 155%;
/* or 37px */

letter-spacing: 0.75px;

/* Brand dark */

color: #1C1C1D;
}
.cooperation-section-circles-head-2 {
	color:#737373;
	margin-top:15px;
}
#cooperation-screen-2-bottom span {
	    color: #4AB6C3;
}
#b2b-post-screen-2 .text-14 {
	margin-bottom:25px;
}
#b2b-post-screen-2 h2 {
	font-weight: bold;
font-size: 24px;
line-height: 155%;
letter-spacing: 0.75px;

color: #1C1C1D;
}
#b2b-post-screen-3 h5 {
	font-weight: normal;
font-size: 28px;
line-height: 150%;
text-align: center;
letter-spacing: 0.75px;
color: #737373;
	max-width:360px;
	margin:0 auto;
	margin-top:75px;
}
#b2b-post-screen-5 .text-14 {
	margin-bottom:25px;
	text-align:center;
}
#b2b-post-screen-7 h6 {
	margin-top:25px;
	font-weight: normal;
font-size: 18px;
line-height: 155%;
color: #737373;
}
#b2b-post-screen-8 h6 {
	margin-top:25px;
	font-weight: normal;
font-size: 18px;
line-height: 155%;
color: #737373;
}
#b2b-post-screen-9 h6 {
		margin-top:25px;
	font-weight: normal;
font-size: 18px;
line-height: 155%;
color: #737373;
}
.single-product .related.products {
	display:none;
}
#product-can-work-together-section {
	margin-top:200px;
}
#product-can-work-together-section h2 {
	text-align:center;
}
#product-can-work-together-section .text-18 {
	margin-top:25px;
	text-align:center;
	margin-bottom:55px;
}


#product-also-viewed-section {
	margin-top:200px;
}
#product-also-viewed-section h2 {
	text-align:center;
}
#product-also-viewed-section .text-18 {
	margin-top:25px;
	text-align:center;
	margin-bottom:55px;
}


#product-trusted-by-millions-section {
	margin-top:200px;
}
#product-trusted-by-millions-section h2 {
	text-align:center;
}
#product-trusted-by-millions-section .text-18 {
	margin-top:25px;
	text-align:center;
	margin-bottom:55px;
}

.pswp__bg {
	background-color: #FAFAFA;
}

@media only screen and (max-width: 1400px) { 
	#blog-index-screen-7-right-text {
		padding-left:70px;
	}
		#blog-index-screen-7-left-text {
		padding-left:70px;
	}
}
@media only screen and (max-width: 1280px) {
	.xoo-wsc-basket {
		right:650px;
	}
	#b2b-post-screen-9-right {
		padding-left:100px;
	}
#b2b-post-screen-4 .owl-nav {
	right:50px;
}
.b2b-post-slider-single {

	left:50px;

}
	.cooperation-screen-2-numbers-single {
		flex:47%;
	}
		#blog-index-screen-5-controls-wrapper {
		overflow-x: auto;
		height:auto;
	}
	#mainpage-right-hand {
		display:none;
	}
	#mainpage-first-screen-wifi {
		display:none;
	}
	#mainpage-firscreen-icons {
		display:none;
	}
	#blog-index-firstscreen #moon-img {
		bottom:15px;
		right:15px;
	}
	#colorpicker .sp-hue {
		height:50vh;
	}
	#colorpicker {
		right:35px;
		bottom:auto;
		top:15vh;
	}
	#product-bottom-description .container {
		padding:0;
	}
		#shop-mainpage-section-1 {
		    background-position: -300px 0px;
	}

	.page-template-shoptemplate #masthead #header-help {
		display:none;
	}
	.page-template-shoptemplate #masthead {
		padding:10px 0;
	}
	.page-template-shoptemplate #header-help {
		margin-right:25px;
	}
	.page-template-shoptemplate #masthead .shop-menu {
		display:none !important;
	}
	#blog-index-screen-4 .elementor-widget-wrap {
		padding:0px !important;
	}

	#blog-index-screen-7-right-overlay {
		display:none;
	}
	#blog-index-screen-7-left-overlay {
		display:none;
	}
		#blog-index-screen-7-right-text {
		padding-left:0px;
	}
		#blog-index-screen-7-left-text {
		padding-left:0px;
	}
	#blog-burger {
		display:inline-block;
	}
	.navbar {
		display:block;
		text-align:right;
	}
	.navbar-brand {
		float:left;
		margin-top:10px;
	}
	#header-online-store {
		margin-right:30px;
	}
	#blog-burger {
		display:inline-block;
		margin-top:17px;
		margin-right:8px;
	}

	#header-contacts {
		display:none;
	}
	#blog-index-screen-4, #blog-index-screen-5, #blog-index-screen-6-head   {
		margin-top:200px;
	}
	#blog-index-screen-6 {
		margin-bottom:200px;
	}
	#blog-index-screen-5-controls-wrapper {
		display:block;
		white-space:nowrap;
	}
	.blog-index-screen-5-controls {
		width:20%;
		margin-right:0px;
		text-align:center;
	}
	#main-nav {
		display:none !important;
	}
	#blog-index-firstscreen #firstscreen-circle {
		width: 700px;
    height: 700px;
    left: -300px;
    bottom: -300px;
	}
	.wpcf7 p:nth-child(3) {
		width:45%;
		margin-left:5%;
	}
	.wpcf7 p:nth-child(2) {
			width:49%;
	}
	#footer-form-notif {
		width:310px;
	}
	.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
		padding:0 20px !important;
	}

	.container, .container-lg, .container-md, .container-sm, .container-xl {
			padding:0 20px;
	}
	
	.container {
		max-width:1140px;
	}
  html {
 
  }
}



@media screen and (max-width: 1199px) {
	#blog-index-firstscreen {
		height:auto;
		padding-bottom:100px;
	}
	#mainpage-screen-1-text {
		    position: relative;
		left:0;
	}
	#blog-index-firstscreen .elementor-container {
		height:auto;
	}
	.xoo-wsc-basket {
		right:650px;
	}
	#b2b-post-screen-7-right {
		padding-left:50px;
	}
	#b2b-post-screen-6-left {
		width:100%;
	}
		#b2b-post-screen-6-right {
		width:100%;
	}
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1080px) {
	#b2b-post-screen-9-right {
		padding-top:0px;
	}
	#b2b-category-why-section {
		margin:150px 0;
	}
	.blog-index-screen-6-single {
		flex: 45%;
	}
	#cooperation-section-circles-single-4 {
		right:250px;
	}
		#cooperation-section-circles-single-5 {
		left:220px;
	}
}
@media only screen and (max-width: 1024px) {
	.shop-mainpage-slider-single-left {
	order:2;	
		padding-bottom:100px;
	}
	.shop-mainpage-slider-single-right {
		order:1;
		margin-top:150px !important;
	}
	.shop-mainpage-slider-single {
		    display: flex !important;
    flex-wrap: wrap;
	}
	#shop-mainpage-section-1 h1 {
		margin-top:0px;
	}
	.xoo-wsc-basket {
		margin-top:-17px;
		right:620px;
	}
	#b2b-post-screen-6-right-wrap {
		margin-top:50px;
	}
	.b2b-post-screen-6-right-wrap-single {
		max-width:100%;
	}
	#shop-mainpage-section-1 {
		height:auto;
	}
	.owl-carousel .owl-stage-outer {
		height:auto !important;
	}
	.shop-mainpage-slider-single {
		display:block;
	}
	.shop-mainpage-slider-single-left {
		display:block;
	}
	.shop-mainpage-slider-single-right {
		display:block;
		margin: 0 auto;
    text-align: center;
	}
	.shop-mainpage-slider-single-right {
		margin-top:50px;
		margin-bottom:50px;
	}
	.shop-mainpage-slider-single-right img {
		margin-top:0px;
		    width: 300px !important;
	}
	.wcpscwc-product-slider button.slick-next {
		right:150px;
	}
	.wcpscwc-product-slider button.slick-prev {
		left:150px;
	}
	#shop-banner-sale {
	display:block;
		padding:50px 0;
	}
	#shop-banner-sale span {
		display:block;
		line-height:normal;
		font-size: 60px;
	}
	#shop-banner-sale img {
	display: block;
    text-align: center;
    height: 200px;
    width: auto;
    margin: 0 auto;
	}
	#cooperation-section-circles-circle-2 {
		display:none;
	}
	#cooperation-section-circles-circle-1 {
		display:none;
	}
	#cooperation-section-circles-head {
		position:relative;
		top:0;
	}
	.cooperation-section-circles-single {
	position: relative;
    top: unset !important;
    right: unset !important;
    left: unset !important;
    bottom: unset !important;
    margin: 50px auto !important;
		pointer-events:none;
	}
	
	
	.page-template-shoptemplate #shop-yellow-header {
		display:none;
	}
	.page-template-shoptemplate #masthead {
		margin-top:5px;
	}

	.blog-index-screen-5-controls .text-16 {
		width:max-content;
	}
	#blog-index-screen-5-controls-wrapper::-webkit-scrollbar {    display: none;}
	.blog-index-screen-5-controls {
		width:max-content;
		margin-right:40px;
	}

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
	.blog-index-screen-4-wrapper-subhead {
		top:20px;
	}
	#b2b-post-screen-9-right {
		padding-left:50px;
	}
	
	.footer-pay-imgs {
		margin-top:50px;
	}
		#shop-mainpage-section-1 {
		    background-position: -400px 0px;
	}
	ul.products li.product {
		flex: 1 1 40%;
		margin: 0 0px 40px 0 !important;
	}
	 ul.products li.product:nth-child(3n) {
	margin-right:unset !important;
}
		 ul.products li.product:nth-child(odd) {
	margin-right:40px !important;
}
	
	
		#category-posts-wrap .post{
		flex: 1 1 40%;
		margin: 0 0px 40px 0 !important;
	}
	#category-posts-wrap .post:nth-child(3n) {
	margin-right:unset !important;
}
	#category-posts-wrap .post:nth-child(odd) {
	margin-right:40px !important;
}
	
	
	
	.blog-index-screen-4-single h5 {
		margin-top:20px;
	}
	#blog-index-screen-5 .pcp-button-prev {
		margin-right:15px;
		  
	}
	#blog-index-screen-5 .pcp-button-next {
		margin-left:15px;
	}
	#blog-index-screen-4 {
		height:auto;
	}
	#blog-index-screen-4-wrapper {
		height:auto;
		display:block;
	}
	.blog-index-screen-4-single {
		width: 100%;
    display: block;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		border-right: 0px solid rgba(255,255,255,0.3);
	}
	#colophon {
		padding:70px 0;
	}
	#blog-index-screen-4-wrapper .text-16 {
		    position: relative;
    bottom: 0px;
    display: block;
	}
	.footer-left {
		display: block;
    width: 100%;
	}
	.footer-right {
		display:block;
		width:100%;
		margin-top:50px;
	}
	.footer-left .text-14 {
		max-width:100%;
	}
	.footer-left-links {
		margin-top:50px;
	}
	.footer-contact-form-left {
		width:100%;
		display:block;
	}
	#footer-form-notif {
		width:70%;
	}
	.footer-contact-form-left .text-18 {
		max-width:100%;
	}
	#footer-contact-form {
		min-height: 470px;
		height:auto;
		padding: 80px 0;
	}
	#blog-index-screen-7-right-text {
		padding-left:0px;
	}
	#blog-index-screen-7-left-text {
			padding-left:0px;
	}
	.footer-contact-form-right {
		display: block;
    width: 100%;
    margin-top: 25px;
	}
}
@media only screen and (max-height: 900px) {
	.shop-mainpage-section-2-single {
		flex:50%;
	}
	#shop-mainpage-section-2-single-2 {
		border-right:0px;
	}
	#shop-mainpage-section-2-single-6 {
		border-right:0px;
	}
		#shop-mainpage-section-2-single-9 {
	
		border-bottom: 1px solid #DDDDDC;
	}
	#shop-mainpage-section-2-single-10 {
		border-right:0px;
		border-bottom: 1px solid #DDDDDC;
	}
	#mainpage-first-screen-wifi-box-1 {
		height: 260px;
	}
	#mainpage-first-screen-wifi-box-2 {
		bottom:650px;
	}
	#mainpage-first-screen-wifi-box-3 {
		    bottom: 680px;
	}
}
@media only screen and (max-height: 780px) {
#mainpage-first-screen-wifi-box-1 {
		height: 185px;
	}
	#mainpage-first-screen-wifi-box-2 {
		bottom:575px;
	}
	#mainpage-first-screen-wifi-box-3 {
		    bottom: 605px;
	}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	#product-can-work-together-section {
		margin-top:100px;
	}
	#product-also-viewed-section {
		margin-top:100px;
	}
	#product-trusted-by-millions-section {
		margin-top:100px;
	}
	
	#cooperation-screen-1-5 .big-section-image-right-right .elementor-widget-wrap {
		background-position-y:top;
	}
	#mainpage-smart-lightning-section {
		margin:100px 0 100px 0;
	}
	#mainpage-smart-lightning-section .elementor-widget-wrap {
		padding:0px !important;
	}
	#b2b-mob-menu-link-1:hover {
		color: black !important;
	}
	#b2b-mob-menu-link-1.b2b-mob-menu-link-1-active {
		color: var(--main-hover-color) !important;
	}
	.checkout.woocommerce-checkout {
		margin-top:0px;
	}
	#payment-trust-images {
		display:block;
		margin:20px 0;
		float: none;
	}
	#payment-trust-images img {
		margin:20px 0;
		display:block;
	}
	#b2b-post-screen-10 {
		margin-top:100px;
	}
	#b2b-post-screen-10-right {
		margin-top:50px;
	}
	#b2b-post-screen-10 h2 {
		
	}
	#b2b-post-screen-9-right h2 {
		max-width:295px;
	}
	#b2b-post-screen-9-right {
		padding-left:0px;
		margin-top:50px;
	}
	#b2b-post-screen-9-right .text-18 {
		max-width:100%;
	}
	#b2b-post-screen-9 {
		margin-top:100px;
	}
	#b2b-post-screen-8 {
		margin-top:100px;
	}
	#b2b-post-screen-8 h2 {
		    max-width: 260px;
	}
	#b2b-post-screen-8 {
		display:flex;
	}
	#b2b-post-screen-8-left {
		order:2;
	}
	#b2b-post-screen-8 .text-18 {
		max-width:100%;
	}
	#b2b-post-screen-7-right {
		padding-left:0px;
		margin-top:50px;
	}
	#b2b-post-screen-7 {
		margin-top:100px;
	}
	
	#b2b-post-screen-6-left .elementor-widget-container {
		display:block;
		text-align:center;
	}
	#b2b-post-screen-6-left .elementor-widget-container img {
		 display: block;
    height: auto;
    width: 100%;
    margin-top: 10px;
	}
	#b2b-post-screen-6-double {
		margin-top:50px;
	}
	#b2b-post-screen-6 {
		margin-top:100px;
	}
	#b2b-post-screen-6-right-wrap {
		flex-wrap:wrap;
	}
	#b2b-post-screen-6-right-wrap-left {
		flex:100%;
	}
		#b2b-post-screen-6-right-wrap-right {
		flex:100%;
	}
	#b2b-post-screen-4-image {
		margin-top:50px;
	}
	#b2b-post-screen-5 {
		margin-top:100px;
	}
	.b2b-post-screen-4-icons-single {
		flex:50%;
		margin:30px 0;
	}
	
	#b2b-post-screen-4 .sa_hover_container {
	height:360px;
}
	
#b2b-post-screen-4 .owl-nav {
	right:10px;
}
.b2b-post-slider-single {
	    left: 10px;
    max-width: 235px;
    bottom: 10px;
}
	#b2b-post-screen-1 {
		min-height:500px;
		background-position: right bottom;
	}
	#b2b-post-screen-1-image {
		margin-top:350px;
	}
	#b2b-post-screen-3 {
		margin:50px 0;
	}
	.b2b-post-screen-3-single {
		flex:100%;
		margin:25px 0;
	}
	#b2b-post-screen-2 {
		position:relative;
		min-height:auto;
		padding:50px 0;
	}
	.blog-index-screen-6-single {
		flex:100%;
	}
	#shop-mainpage-section-1 .button-1 {
		display:block;
		width:fit-content;
	}
	.b2c-shop-screen-1-button-right:last-child {
		margin-right:0px;
	}
	.b2c-shop-screen-1-button-right {
		margin-left:0px;
		margin-right:30px;
		margin-top:40px;
	}
	
		.wcpscwc-product-slider button.slick-next {
		right:50px;
	}
	.wcpscwc-product-slider button.slick-prev {
		left:50px;
	}
	#product-description-2-images {
		margin-top:70px;
	}
	.product-bottom-features-wrap-single {
		flex:100%;
		margin:25px 0;
	}
	#product-description-2-images img {
		width:100%;
	}
	#cooperation-section-circles {
		margin-top:100px;
		margin-bottom:50px;
	}
	#cooperation-why-join-us-double {
		flex-wrap:wrap;
	}
	#cooperation-why-join-us-double-left {
		flex:100%;
	}
	#cooperation-why-join-us-double-right {
		flex:100%;
	}
	#cooperation-screen-2-numbers-wrap {
		gap:20px;
	}
	.cooperation-screen-2-numbers-single {
		flex:100%;
		height:auto;
	}
	#cooperation-screen-2 {
		margin:100px 0;
	}
	.cooperation-screen-2-numbers-single-text-1 {
		font-size:40px;
		margin-top:0px;
	}
	#map-section {
		margin:100px 0;
	}
	#contacts-3-cols {
		margin-top:100px;
		
	}
	#contacts-3-cols {
		display:block;
	}
	.contacts-3-cols-single {
		margin-top:50px;
	}
	#blog-index-firstscreen h1 {
		margin-top:20vh;
	}
	#mainpage-screen-1-text {
		max-width:80%;
	}
	.woocommerce-checkout .woocommerce form .form-row {
		width:100% !important;
		display:block;
	}
	.single-product #single-product-top-section {
		padding-top:90px;
	}
	.single-product .related.products {
		margin-top:50px;
	}
	#product-delivery-section .container .product-delivery-section-single {
		flex: 1 1 100%;
    display: block;
    text-align: center;
    margin-bottom: 30px;
	}
	.single-product .wc-tabs-wrapper {
		margin-top:50px;
	}
	#product-delivery-section .container .product-delivery-section-single:last-child {
		 margin-bottom: 0px;
	}
	#product-delivery-section .container .product-delivery-section-single img {
		    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
	}
	.single-product .summary.entry-summary {
		padding-left:0px;
	}
	.archive.category .page-title span {
	font-size: 46px;
		    line-height: 110%;
}
	.single-product #product-bottom-description-left {
		width:100%;
		
	}
		.single-product #product-bottom-description-right {
		width:100%;
			margin-top:50px;
			padding-left:0px;
		
	}
	#shop-mainpage-section-5{
		margin:50px 0;
	}
	#shop-mainpage-section-1 {
		    background-position: -700px 0px;
	}
	#shop-mainpage-section-3 {

    font-size: 50px;
    letter-spacing: 30px;
		    margin-top: 100px;
	}
	#shop-mainpage-section-4 {
		 margin-top: 100px;
	}
	.shop-mainpage-section-5-single {
		text-align:center;
		margin-bottom:40px;
	}
	.shop-mainpage-section-5-single .shop-mainpage-section-5-single-text {
		width:100%;
	}
	.shop-mainpage-section-5-single img {
		display: block;
    margin: 0 auto;
		margin-bottom:30px;
	}

	ul.products li.product {
		flex: 1 1 100%;
		margin: 0 0px 40px 0 !important;
	}
	 ul.products li.product:nth-child(3n) {
	margin-right:unset !important;
}
		 ul.products li.product:nth-child(odd) {
	margin-right:0px !important;
}
	
	
	
	#category-posts-wrap .post {
		flex: 1 1 100%;
		margin: 0 0px 40px 0 !important;
	}
	#category-posts-wrap .post:nth-child(3n) {
	margin-right:unset !important;
}
		#category-posts-wrap .post:nth-child(odd) {
	margin-right:0px !important;
}
	
	
	a.xoo-wsc-remove {
		    position: absolute;
    left: 5px;
    top: 5px;
	}
	.xoo-wsc-container {
		padding:20px;
	}
	.xoo-wsc-shiptxt {
		position:relative;
		width: 100%;
    bottom: 0;
    max-width: 100%;
    margin-top: 20px;
	}
	#shop-mainpage-section-2 .elementor-widget-wrap {
		padding:0px !important;
	}
	.shop-mainpage-section-2-single {
		display:block;
		width:100%;
	
		border-bottom:1px solid #DDDDDC !important;
	}
	.shop-mainpage-section-2-single-arrow {
		opacity:1;
		bottom:60px;
	}


	#blog-index-screen-5 .swiper-container{
		padding-bottom:10px;
	}
	.blog-index-screen-6-single {
		margin-top:50px;
	}
	#blog-index-screen-7 {
		height:auto;
	}
	#blog-index-screen-6 {
		    margin-bottom: 40px;
    margin-top: 20px;
	}
	#blog-index-screen-6-2 {
		margin-top:0px;
		margin-bottom: 100px;
	}
	#blog-index-screen-4, #blog-index-screen-5, #blog-index-screen-6-head {
		margin-top:100px;
	}
	
	
	
	
	
	#blog-index-screen-2-right-1 {
display:none;
	}
	#blog-index-screen-2-right-3 {
		    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
	}
	#blog-index-screen-2-right-2 {
		display:none;
	}
		#blog-index-screen-2 .elementor-column {
		height: auto;
    min-height: 0px;
			    padding-bottom: 40px;
	}
	#blog-index-screen-2-left {
		min-height:400px !important;
	}
	
	
	
	
	
		#blog-index-screen-9-right-1 {
display:none;
	}
	#blog-index-screen-9-right-3 {
		    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
	}
	#blog-index-screen-9-right-2 {
		display:none;
	}
		#blog-index-screen-9 .elementor-column {
		height: auto;
    min-height: 0px;
	}
	#blog-index-screen-9-left {
		min-height:400px !important;
	}
	
	
	
	
	
	
	
			.big-section-image-left-right-1 {
display:none;
	}
		.big-section-image-left-right-3 {
		    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
	}
		.big-section-image-left-right-2 {
		display:none;
	}
			.big-section-image-left .elementor-column {
		height: auto;
    min-height: 0px;
				    padding-bottom: 40px;
	}
		.big-section-image-left-left {
		min-height:400px !important;
	}
	

	
	
	
	
	
	#blog-index-screen-3-left-1 {
		display:none;
	}
	#blog-index-screen-3-left-2 {
		display:none;
	}
	#blog-index-screen-3-left {
		order:2;
	}
	#blog-index-screen-3 {
		margin-top:50px;
	}
	#blog-index-screen-3-right {
		min-height:400px !important;
		order:1;
	}
	#blog-index-screen-3-left-3 {
		    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
	}
		#blog-index-screen-3 .elementor-column {
		height: auto;
    padding-bottom: 40px;
	}
	
	
	
	
	
	
		#blog-index-screen-8-left-1 {
		display:none;
	}
	#blog-index-screen-8-left-2 {
		display:none;
	}
	#blog-index-screen-8-left {
		order:2;
	}
	#blog-index-screen-8 {
		margin-top:50px;
	}
	#blog-index-screen-8-right {
		min-height:400px !important;
		order:1;
	}
	#blog-index-screen-8-left-3 {
		    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
	}
		#blog-index-screen-8 .elementor-column {
		height: auto;
    min-height: 400px;
	}
	
	
	
	
	
	
		.big-section-image-right-left-1 {
		display:none;
	}
	.big-section-image-right-left-2 {
		display:none;
	}
	.big-section-image-right-left {
		order:2;
	}
	.big-section-image-right {
		margin-top:50px;
	}
.big-section-image-right-right {
		min-height:400px !important;
		order:1;
	}
	.big-section-image-right-left-3 {
		    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
	}
	.big-section-image-right .elementor-column {
		height: auto;
padding-bottom: 40px;
	}
	
	
	
	
	
		#blog-index-screen-10-left-1 {
		display:none;
	}
	#blog-index-screen-10-left-2 {
		display:none;
	}
	#blog-index-screen-10-left {
		order:2;
	}
	#blog-index-screen-10 {
		margin-top:50px;
	}
	#blog-index-screen-10-right {
		min-height:400px !important;
		order:1;
	}
	#blog-index-screen-10-left-3 {
		    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
	}
		#blog-index-screen-10 .elementor-column {
		height: auto;
    min-height: 400px;
	}
	
	
	
	
	#colorpicker {
		right:40px;
		bottom:150px;
	}

	#blog-index-firstscreen #moon-img img {
		height:30px;
	}
	.night-mode #blog-index-firstscreen #moon-img img:nth-child(2) {
		height:30px;
	}
	#header-online-store {
		display:none;
	}
	#blog-index-screen-7-left {
		display:block;
		width:100%;
	}
	#blog-index-screen-7 h4 {
		max-width:100%;
	}
	#blog-index-screen-7 .text-18 {
		max-width:100%;
	}
	#blog-index-screen-7-right {
		display:block;
		width:100%;
		height:auto;
    padding: 60px 0;
	}
		#blog-index-screen-7-left {
		display:block;
		width:100%;
		height:auto;
    padding: 60px 0;
	}
	#blog-index-screen-7 .text-14 {
		margin-top:0px;
	}
	h1 {
		font-size:46px;
	}
		h2 {
		font-size:40px;
	}
		h3 {
		font-size:32px;
	}
		h4 {
		font-size:28px;
	}
		h5 {
		font-size:26px;
	}
	
	#b2b-mob-menu-sub-menu .header-big-menu-single {
		width:49%;
	}
}
@media only screen and (max-height: 550px) {
	#colorpicker .sp-hue {
		height: 60vh;
	}
	#colorpicker {
		top:13vh;
	}
	#blog-index-firstscreen h1 {
		margin-top: 20vh;
	}
	h1 {
    font-size: 46px;
}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 500px) {
	#shop-mainpage-section-1 h1 {
	
	}
	#blog-index-screen-9 {
		margin-top:50px;
	}
		#blog-index-screen-7 {
		margin-top:50px;
	}
	.single-product.woocommerce div.product div.images img {
	    height: 200px;
	}
	#product-buy-on a {
		    display: block;
    margin-left: 0px;
    margin-bottom: 50px;
	}
	.single-product.woocommerce div.product div.images .flex-control-thumbs li {
		height: 100px !important;
    overflow: hidden;
		width:50%;
	}
	.single-product #product-bottom-description-right .text-16:nth-child(1) {
		width: 50%;
    vertical-align: top;
	}
	.single-product #product-bottom-description-right .text-16:nth-child(2) {
		    margin-left: 3%;
    width: 45%;
	}
		#shop-mainpage-section-1 {
		    background-position: -900px 0px;
	}
	.footer-right-1 {
		display:block;
		width:100%;
	}
	.footer-right-2 {
		display:block;
		width:100%;
		margin-top:60px;
	}
	.wpcf7-submit {
		display: block;
    width: 100%;
	}
	.wpcf7 p:nth-child(2) {
		width:100%;
	}
	.wpcf7 p:nth-child(5) {
		width:100%;
	}
	#footer-form-notif {
		margin-top:25px;
		width:100%;
		margin-left:0px;
	}
	.wpcf7 p:nth-child(3) {
    width: 100%;
    margin-left: 0px;
}
	
}
@media only screen and (max-width: 450px) {
.woocommerce ul.products li.product .price del {
	display:block;
}
}