/*   
Theme Name:     Chebcamera
Theme URI:      https://chebcamera.ru
Author URI:     
Description:    Chebcamera ecommerce
Version:        0.0.1
Template: 

.
More descriptions 
.
*/
/* --------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
-------------------------------------------------------------- */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: "Product Sans", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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;
}
button:focus {
  outline:none;
}
a:active,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

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

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 30px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

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

select {
  padding: 10px 10px;
  border: 1px solid #ccc;
}

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

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
}

a:hover,
a:focus,
a:active {
}

a:focus {
  outline: thin dotted;
}

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

.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%;
}
#back_to_top {
  background: #fff;
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: #ec0c3b;
  padding: 0;
  font-size: 30px;
  display: none;
  border-radius: 100px;
  z-index: 999999;
  border: 1px solid #ec0c3b;
  height: 45px;
  width: 45px;
  line-height: 38px;
  text-align: center;
}
/*--------------------------------------------------------------
# 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: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.entry-content{
  padding: 25px;
}
.single .byline,
.group-blog .byline {
  display: inline;
}

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-left: -10px;
  margin-right: -10px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0px 5px;
}
.gallery-item img {
  width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
  font-size: 11px;
  font-style: italic;
}

.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.content-area {
  margin: 35px 0px;
  box-sizing: border-box;
  margin-top: 0;
}
@media screen and (max-width: 940px) {
  .content-area {
    margin: 0px 0px;
  }
  .content-area.woocommerce-main {
    margin-top: 35px;
  }
}
.content-area.front-page {
  margin-bottom: 0px;
}
.content-area .site-main {
  padding: 0px;
  background: #ffffff;
}
@media screen and (max-width: 720px) {
  .content-area .site-main {
    padding: 30px 15px 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.content-area .boxed-widget, .content-area .site-main, .content-area .grid-products, .content-area .layout-tabs {
  border-radius: 0;
  box-shadow: 0 3px 13px rgba(38, 50, 56, 0.05);
}
.content-area::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 740px) {
  .content-area.has-sidebar .site-main {
    width: 75%;
    float: left;
  }
  .single-product .content-area.has-sidebar .site-main{
    width: 100%;
  }
  .single-product  .content-area.has-sidebar .widget-area{
    display: none;
  }
  .content-area.has-sidebar .widget-area {
    width: 25%;
    padding-left: 30px;
    float: right;
  }
}
@media screen and (max-width: 940px) {
  .content-area.has-sidebar .widget-area {
    padding-top: 0;
    margin-bottom: 30px;
    float: left;
    display: inline-block;
  }
}
@media screen and (max-width: 720px) {
  .content-area.has-sidebar .widget-area .boxed-widget {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (min-width: 740px) {
  .site-layout-left-sidebar .content-area.has-sidebar .site-main {
    float: right;
  }
  .site-layout-left-sidebar .content-area.has-sidebar .widget-area {
    padding-right: 1px;
    padding-left: 0px;
    float: left;
  }
}

.page-no-margin .content-area {
  margin: 0px;
}

.boxed-widget {
  background: #fff;
  padding: 15px;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

.eq-row-col-1 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-1::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-1 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-1 .eq-col {
    width: 100%;
    float: left;
  }
  .eq-row-col-1 .eq-col:nth-child(1n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-1 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-1 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-1 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-1 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-1 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-1 .eq-col {
    width: 100%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-1 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-1 .eq-col {
    width: 100%;
  }
}

.eq-row-col-2 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-2::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-2 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-2 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-2 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-2 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-2 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-2 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-2 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-2 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-2 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-2 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-2 .eq-col {
    width: 100%;
  }
}

.eq-row-col-3 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-3::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-3 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-3 .eq-col {
    width: 33.33333%;
    float: left;
  }
  .eq-row-col-3 .eq-col:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-3 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-3 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-3 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-3 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-3 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-3 .eq-col {
    width: 33.33333%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-3 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-3 .eq-col {
    width: 100%;
  }
}

.eq-row-col-4 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-4::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-4 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-4 .eq-col {
    width: 25%;
    float: left;
  }
  .eq-row-col-4 .eq-col:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-4 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-4 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-4 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-4 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-4 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-4 .eq-col {
    width: 25%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-4 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-4 .eq-col {
    width: 100%;
  }
}

.eq-row-col-5 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-5::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-5 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-5 .eq-col {
    width: 20%;
    float: left;
  }
  .eq-row-col-5 .eq-col:nth-child(5n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-5 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-5 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-5 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-5 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-5 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-5 .eq-col {
    width: 20%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-5 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-5 .eq-col {
    width: 100%;
  }
}

.eq-row-col-6 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-6::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-6 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-6 .eq-col {
    width: 16.66667%;
    float: left;
  }
  .eq-row-col-6 .eq-col:nth-child(6n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-6 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-6 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-6 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-6 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-6 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-6 .eq-col {
    width: 16.66667%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-6 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-6 .eq-col {
    width: 100%;
  }
}

.eq-row-col-7 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-7::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-7 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-7 .eq-col {
    width: 14.28571%;
    float: left;
  }
  .eq-row-col-7 .eq-col:nth-child(7n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-7 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-7 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-7 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-7 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-7 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-7 .eq-col {
    width: 14.28571%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-7 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-7 .eq-col {
    width: 100%;
  }
}

.eq-row-col-8 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-8::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-8 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-8 .eq-col {
    width: 12.5%;
    float: left;
  }
  .eq-row-col-8 .eq-col:nth-child(8n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-8 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-8 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-8 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-8 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-8 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-8 .eq-col {
    width: 12.5%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-8 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-8 .eq-col {
    width: 100%;
  }
}

.eq-row-col-9 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-9::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-9 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-9 .eq-col {
    width: 11.11111%;
    float: left;
  }
  .eq-row-col-9 .eq-col:nth-child(9n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-9 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-9 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-9 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-9 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-9 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-9 .eq-col {
    width: 11.11111%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-9 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-9 .eq-col {
    width: 100%;
  }
}

.eq-row-col-10 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-10::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-10 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-10 .eq-col {
    width: 10%;
    float: left;
  }
  .eq-row-col-10 .eq-col:nth-child(10n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-10 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-10 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-10 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-10 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-10 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-10 .eq-col {
    width: 10%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-10 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-10 .eq-col {
    width: 100%;
  }
}

.eq-row-col-11 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-11::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-11 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-11 .eq-col {
    width: 9.09091%;
    float: left;
  }
  .eq-row-col-11 .eq-col:nth-child(11n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-11 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-11 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-11 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-11 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-11 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-11 .eq-col {
    width: 9.09091%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-11 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-11 .eq-col {
    width: 100%;
  }
}

.eq-row-col-12 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-12::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-12 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-12 .eq-col {
    width: 8.33333%;
    float: left;
  }
  .eq-row-col-12 .eq-col:nth-child(12n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-12 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-12 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-12 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-12 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-12 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-12 .eq-col {
    width: 8.33333%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-12 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-12 .eq-col {
    width: 100%;
  }
}

.btn {
}
.btn.btn-primary {
  background: #F36F36;
  color: #fff;
  border-color: #F36F36;
}
.btn.btn-primary:hover {
  background: #e8500e;
}
.btn.btn-outline-primary {
  border-color: #F36F36;
}
.btn.theme-primary {
  background: #F36F36;
  color: #ffffff;
  text-transform: uppercase;
}
.btn.theme-primary:hover {
  border-color: #F36F36;
}

/*
##############################################################
### OWL CAROUSEL THEME (CSS) FOR THE SLIDE ANYTHING PLUGIN ###
##############################################################
*/
/* ### PAGINATION BUTTONS ### */
.owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  padding: 10px 0px 0px;
  bottom: 0px;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
}

.owl-carousel .owl-dots div {
  display: inline-block;
}

.owl-carousel .owl-dots span {
  display: inline-block;
  border-style: none;
  background-color: rgba(255, 255, 255, 0.3);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0px 3px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.owl-carousel .owl-dots .active span {
  background-color: white;
}

.owl-carousel .owl-dots span:hover {
  background-color: white;
}

.owl-pagination-true {
  margin-bottom: 0px;
}

/* ### PREVIOUS AND NEXT ARROW BUTTONS ### */
.owl-carousel .owl-nav div {
  display: block;
}

.owl-carousel.autohide-arrows .owl-nav div {
  display: none;
}

.owl-carousel.autohide-arrows:hover .owl-nav div {
  display: block;
}

.owl-carousel .owl-nav div {
  position: absolute;
  top: 50%;
  padding: 2px 0px;
  display: inline-block;
  transform: translateY(-50%);
  line-height: 1;
  transition: all .3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  font-size: 40px;
  font-size: 2.5rem;
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  padding: 10px 15px;
  display: block;
  background: rgba(0, 0, 0, 0.4);
}

.owl-carousel .owl-nav .owl-prev {
  left: 15px;
}
.owl-carousel .owl-nav .owl-prev::before {
  float: left;
  font-family: 'FontAwesome';
  content: "\f104";
}

.owl-carousel .owl-nav .owl-next {
  right: 15px;
}
.owl-carousel .owl-nav .owl-next::before {
  float: left;
  font-family: 'FontAwesome';
  content: "\f105";
}

/* Slider */
.slider-wrapper {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}
.slider-wrapper .white {
  padding: 0px !important;
}
.slider-wrapper h1, .slider-wrapper h2, .slider-wrapper h3, .slider-wrapper h4 {
  text-transform: uppercase;
}
.slider-wrapper .owl-item .overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  display: inline-block;
  width: auto;
}
.slider-wrapper .owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px !important;
  right: 15px;
  width: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mc4wp-form input[name="EMAIL"] {
  padding: 10px;
  border: 0px none !important;
  position: relative;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.15);
  color: #999999;
}

/* WP Theme */
body {
  background: #f3f3f3;
  color: #333;
  overflow-x: hidden;
}

a, a:link, a:visited {
  outline: none;
}
a:focus, a:active, a:hover {
  text-decoration: none;
}
.site-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}

@media screen and (min-width: 1200px) {
  .container, .container-fluid {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: initial;
  }
}
.site-branding {
  float: left;
  min-height: 60px;
  padding: 0px 0px;
  margin-right: 30px;
  max-width: 50%;
  overflow: hidden;
  display: block;
  position: relative;
  min-height: 60px;
  max-height: 60px;
}
@media screen and (max-width: 720px) {
  .site-branding {
    padding: 0px 10px;
    max-width: 650px;
  }
}
@media screen and (max-width: 720px) {
  .site-branding {
    min-height: 48px;
    max-height: 48px;
  }
}
.site-branding .custom-logo-link {
  line-height: 0;
  padding: 15px 0px;
  display: inline-block;
  margin-left: 0px;
  text-align: left;
  height: auto;
  float: left;
}
@media screen and (max-width: 720px) {
  .site-branding .custom-logo-link {
    line-height: 48px;
    line-height: 3rem;
  }
}
.site-branding .site-title {
  margin: 0px;
  font-weight: 700;
  color: #f5f5f5;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 68px;
  line-height: 4.25rem;
}
.site-branding .site-title a {
  color: #595959;
}
.site-branding .site-title a:hover {
  text-decoration: none;
}
@media screen and (max-width: 720px) {
  .site-branding .site-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 48px;
    line-height: 3rem;
  }
}
.site-branding .site-description {
  display: none;
}

.header-full #site-header-inner {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
.header-full .site-branding {
  padding: 0 10px;
  background: none;
}
.header-full .site-branding a {
  color: #f5f5f5;
}
.header-full .site-branding a:hover {
  text-decoration: none;
}

.top-search-form {
  flex-grow: 1;
  width: 100%;
  display: inline-block;
}
.top-search-form .input-group {
  border-radius: 0px;
  overflow: hidden;
}
.top-search-form .form-control, .top-search-form .input-group-addon {
  padding: 10px;
  height: 44px;
}
.top-search-form .input-group-addon {
  background: #fa3640;
  color: #fff;
  border-color: #fa3640;
}

.header-shop__icon {
  margin: 0px;
  display: inline-block;
  padding: 0px 15px;
}
@media screen and (max-width: 720px) {
  .header-shop__icon {
    padding: 0px 8px;
  }
}
@media screen and (min-width: 720px) {
  .header-shop__icon {
    position: relative;
  }
}
.header-shop__icon > a:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #ededed;
  border-bottom: 0px none;
  border-right: 0px none;
  background: #fff;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  transform: rotate(45deg);
  z-index: 999;
  visibility: hidden;
  -webkit-transition: all 0.5 ease-in-out;
  -moz-transition: all 0.5 ease-in-out;
  transition: all 0.5 ease-in-out;
}
.header-shop__icon a {
  display: block;
  position: relative;
  text-decoration: none;
}
.header-shop__icon a:hover {
  text-decoration: none;
  color: #ec0c3b;
}
.header-shop__icon .shop__number {
  position: absolute;
  top: 10px;
  right: -10px;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  background: #ec0c3b;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #f5f5f5;
  z-index: 4;
  visibility: hidden;
}
.header-shop__icon .shop__number.show {
  visibility: visible;
  box-sizing: border-box;
}
.header-shop__icon .shop__number:before {
  content: "";
  display: block;
}
@media screen and (max-width: 720px) {
  .header-shop__icon .shop__number {
    top: 2px;
    min-width: 18px;
    min-height: 18px;
    font-size: 11px;
    line-height: 8px;
  }
}
.header-shop__icon .shop__icon {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 68px;
  line-height: 4.25rem;
}
@media screen and (max-width: 720px) {
  .header-shop__icon .shop__icon {
    line-height: 48px;
    line-height: 3rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.header-shop__icon .header-dropdown-inner {
  padding: 15px;
  border: 1px solid #ededed;
  margin-top: 1px;
  background: #fff;
  box-sizing: border-box;
}
.header-shop__icon .header-dropdown {
  display: block;
  position: absolute;
  top: 100%;
  margin-top: -2px;
  z-index: 9;
  max-height: 0px;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 720px) {
  .header-shop__icon .header-dropdown {
    right: -15px;
    width: 300px;
  }
  .account-menu{
    right: 0px!important;
  }
  .header-shop__icon .header-dropdown.account-menu {
    width: 200px;
  }
}
@media screen and (max-width: 720px) {
  .header-shop__icon .header-dropdown {
    right: 50px;
    width: 100%;
    position: absolute;
    min-width: 265px;
    left: auto;
  }
}
.header-shop__icon .header-dropdown .menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.header-shop__icon .header-dropdown .menu a {
  padding: 5px 10px;
  line-height: normal;
}
.header-shop__icon:hover.has-dropdown > a:after {
  visibility: visible;
}
.header-shop__icon:hover .header-dropdown {
  max-height: 9999px;
  z-index: 99;
}
#site-header-wrap{max-width:  1440px;padding: 0 40px;margin: -15px auto;box-sizing: unset;}
.site-header {
  background: #222222;
  background-color: #fff;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 65;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 120px;
  border-radius: 0;
  margin-top: 65px;
  padding: 0;
  transition: 0.1s;
  position:  relative;
  top: -25px;
}
.site-header .site-title {
  text-transform: uppercase;
}
.site-header a {
  color: #353535;
  transition: color .25s;
}
.site-header a:hover {
  color: #ec0c3b;
}
.site-header::after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-ordering {
  position: relative;
  z-index: 9;
}
/* Sticky header */
.header-sticky #site-header-wrap {
  max-width: 100%;
  top: 0px !important;
  position: fixed!important;
  left: 0;
  width: 100%;
  margin: 0 0;
  margin-top: 0!important;
  z-index: 600;
  top: 0;
  box-sizing: inherit;
  /* transition: .6s; */
}
.header-sticky #site-header{
  max-width: 1440px;
  padding: 0px 0px;
  margin: 0 auto;
  width: 100%;
  display: block;
  transition: top 0.64s;
}

/*--------------------------------------------------------------
## Menu navigation
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  float: left;
}

.main-navigation > ul {
  position: relative;
}
.main-navigation > ul::after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

@media screen and (min-width: 720px) {
  #primary-menu > li > a {
    font-weight: 500;
    text-transform: none;
    font-size: 18px;
  }

  .main-navigation ul ul {
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 999;
  }

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

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

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

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%;
  }
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #e8500e;
}
.bottom_menu_full{
  display: inline-block;
  width: 100%;
  height: 60px;
  float: none;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.bottom_menu_item{
  display: inline-block;
  margin-right: 15px;
}
.bottom_menu_item_icon{
  width: 29px;
  line-height: 55px;
  display: inline-block;
  padding: 0;
  float: left;
}
.bottom_menu_item_icon img{
  width: auto;
  max-height: 20px;
}
.bottom_menu_item_text{
  display: inline-block;
  line-height: 58px;
  padding-left: 5px;
  padding-right: 20px;
  font-size: 18px;
}
.fa_bars{
  width:27px;
  height:20px;
  position:relative;
}
.fa_times{
  width:29px;
  height:17px;
  position:relative;
}
.fa_bars .burger__line,
.fa_times .burger__line{
  position:absolute;
  left:0;
  width:100%;
  height: 2px;
  background-color: #333;
  transition:transform .35s cubic-bezier(.215,.61,.355,1),opacity .35s,background .35s;
  -webkit-transition:-webkit-transform .35s cubic-bezier(.215,.61,.355,1),opacity .35s;
}
.fa_times .burger__line:last-child{
  transform:translateY(-7px) rotate(-45deg) translateZ(0);
}
.fa_times .burger__line:nth-child(2){
  opacity:0;
  background-color:#3a4563;
}
.fa_times .burger__line:first-child{
  transform:translateY(7px) rotate(45deg) translateZ(0);
}
.burger__line:first-child{
  top:0;
}
.burger__line:nth-child(2){
  top:50%;
  margin-top: -1px;
}
.burger__line:last-child{
  bottom:0;
}
.footer_bottom_info{
  display:inline-block;
  text-align:left;
  width:100%;
}
.top_menu_line{
  display:inline-block;
  padding: 19px 0;
  text-align:center;
  position: relative;
  width: 80%;
  vertical-align: top;
}
.no_btn{
  display:none;
}
.fa_times_back{
  background: #ec0c3b!important;
  color: #fff;
}
.header-sticky .no_btn:hover .burger__line{
  color: #fff;
  background-color: #fff;
}
.header-sticky .fa_times_back .burger__line{
  color: #fff;
  background-color: #fff;
}
.header-sticky .no_btn:hover {
  background: #ec0c3b;
  color: #fff;
}
.header-sticky .no_btn{
  display: inline-block;
  background: #fff;
  border: none;
  font-size: 26px;
  padding: 20px 16px;
  border-left: 1px solid #eee;
  position: absolute;
  right: 0;
  height: 60px;
  width: 60px;
  border-radius: 0px;
}
.header-sticky .btn_show_menu{
  display:block!important;
  position:absolute;
  background:#fff;
  width:100%;
  text-align:center;
  left:0;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  top:60px;
  border-radius: 0;
}
.header-sticky .bottom_menu_full{
  display: none;
}
.header-sticky  .site-header {
  height: 60px;
}
.header-sticky .right-navigation {
  padding-right: 60px;
}
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.menu_wrap{
  display: inline-block;
  width: 100%;
  height: 177px;
}
.main-navigation ul {
  display: block;
}

.main-navigation .child-toggle {
  display: none;
}
.main-navigation .menu-toggle {
  padding: 0px 18px;
  vertical-align: middle;
  line-height: 68px;
  line-height: 4.25rem;
  font-size: 28px;
  font-size: 1.75rem;
  color: #595959;
  border-right: 1px solid #f1f1f1;
}
.main-navigation .menu-toggle .icon {
  margin-right: 10px;
}
.main-navigation .menu-toggle .label {
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 720px) {
  .main-navigation .menu-toggle {
    line-height: 48px;
    line-height: 3rem;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .main-navigation .menu-toggle {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .main-navigation .menu-toggle .icon {
    margin-right: 0px;
  }
  .main-navigation .menu-toggle .label {
    display: none;
  }
}
.main-navigation .menu-toggle:hover {
  color: #e8500e;
}
.main-navigation .menu-toggle.hide-label .icon {
  margin-right: 0px;
}
.main-navigation .menu-toggle.hide-label .label {
  display: none;
}
@media screen and (min-width: 991px) {
  .main-navigation .menu-toggle {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .main-navigation .menu-toggle {
    display: block;
  }
}
@media screen and (min-width: 991px) {
  .main-navigation .primary-menu-wrapper {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .main-navigation .primary-menu-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background: #fff;
    z-index: 35;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  }
  .main-navigation .primary-menu-wrapper a {
    border-bottom: 1px solid #ededed;
  }
  .main-navigation .primary-menu-wrapper li {
    display: block;
    float: none;
    position: relative;
  }
  .main-navigation .primary-menu-wrapper li a {
    line-height: 30px;
    line-height: 1.875rem;
    padding: 5px 15px;
    display: block;
  }
  .main-navigation .primary-menu-wrapper li a > a {
    background: #ededed;
  }
  .main-navigation .primary-menu-wrapper li .child-toggle {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 10px;
    right: 15px;
  }
  .main-navigation .primary-menu-wrapper li .child-toggle::before {
    font-family: 'FontAwesome';
    content: "\f067";
  }
  .main-navigation .primary-menu-wrapper li ul {
    display: block;
    float: none;
    max-height: 0px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .main-navigation .primary-menu-wrapper li ul a {
    padding-left: 30px;
  }
  .main-navigation .primary-menu-wrapper li ul ul a {
    padding-left: 60px;
  }
  .main-navigation .primary-menu-wrapper li ul ul ul a {
    padding-left: 90px;
  }
  .main-navigation .primary-menu-wrapper li.child-open > .child-toggle::before {
    font-family: 'FontAwesome';
    content: "\f068";
  }
  .main-navigation .primary-menu-wrapper li.child-open > ul {
    max-height: 9999999px;
    overflow: auto;
  }
  .main-navigation .primary-menu-wrapper.menu-open {
    display: block;
  }
}
.main-navigation.no-js {
  height: 68px;
  overflow: hidden;
  display: inline-block;
  max-width: 30%;
}
@media screen and (max-width: 720px) {
  .main-navigation.no-js {
    height: 48px;
    height: 3rem;
    max-width: 999999px;
    float: left;
  }
}
@media screen and (min-width: 720px) {
  .main-navigation #primary-menu > li {
    /* Simple Mega Menu Support */
  }
  .main-navigation #primary-menu > li.menu-item-has-children:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    border: 1px solid #ededed;
    border-bottom: 0px none;
    border-right: 0px none;
    background: #fff;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    transform: rotate(45deg);
    z-index: 999;
    visibility: hidden;
  }
  .main-navigation #primary-menu > li.menu-item-has-children:hover::after {
    visibility: visible;
  }
  .main-navigation #primary-menu > li li {
    z-index: 9999;
    position: relative;
  }
  .main-navigation #primary-menu > li.mega-2 > ul {
    width: 400px;
    /*
    &:nth-child(2n+1) {
        clear: left;
    }
    */
  }
  .main-navigation #primary-menu > li.mega-2 > ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .main-navigation #primary-menu > li.mega-2 > ul > li {
    width: 50%;
  }
  .main-navigation #primary-menu > li.mega-2 > ul > li > a {
    font-weight: bold;
  }
  .main-navigation #primary-menu > li.mega-2 > ul > li:nth-child(2n+1) {
    clear: left;
  }
  .main-navigation #primary-menu > li.mega-2 > ul > li li {
    width: 100%;
  }
  .main-navigation #primary-menu > li.mega-2 > ul a {
    border: 0px none;
    width: 100%;
    display: block;
  }
  .main-navigation #primary-menu > li.mega-2 > ul ul {
    border: 0px none;
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .main-navigation #primary-menu > li.mega-3 > ul {
    width: 400px;
    /*
    &:nth-child(3n+1) {
        clear: left;
    }
    */
  }
  .main-navigation #primary-menu > li.mega-3 > ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .main-navigation #primary-menu > li.mega-3 > ul > li {
    width: 33.33333%;
  }
  .main-navigation #primary-menu > li.mega-3 > ul > li > a {
    font-weight: bold;
  }
  .main-navigation #primary-menu > li.mega-3 > ul > li:nth-child(3n+1) {
    clear: left;
  }
  .main-navigation #primary-menu > li.mega-3 > ul > li li {
    width: 100%;
  }
  .main-navigation #primary-menu > li.mega-3 > ul a {
    border: 0px none;
    width: 100%;
    display: block;
  }
  .main-navigation #primary-menu > li.mega-3 > ul ul {
    border: 0px none;
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .main-navigation #primary-menu > li.mega-4 > ul {
    width: 400px;
    /*
    &:nth-child(4n+1) {
        clear: left;
    }
    */
  }
  .main-navigation #primary-menu > li.mega-4 > ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .main-navigation #primary-menu > li.mega-4 > ul > li {
    width: 25%;
  }
  .main-navigation #primary-menu > li.mega-4 > ul > li > a {
    font-weight: bold;
  }
  .main-navigation #primary-menu > li.mega-4 > ul > li:nth-child(4n+1) {
    clear: left;
  }
  .main-navigation #primary-menu > li.mega-4 > ul > li li {
    width: 100%;
  }
  .main-navigation #primary-menu > li.mega-4 > ul a {
    border: 0px none;
    width: 100%;
    display: block;
  }
  .main-navigation #primary-menu > li.mega-4 > ul ul {
    border: 0px none;
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .main-navigation li a {
    padding: 0px 15px;
    line-height: 68px;
    line-height: 3.81rem;
    color: #444;

  }
}
@media screen and (min-width: 720px) and (max-width: 720px) {
  .main-navigation li a {
    line-height: 48px;
    line-height: 3rem;
  }
}
@media screen and (min-width: 720px) {
  .main-navigation li a:hover {
    color: #ec0c3b;
  }
  .main-navigation li ul {
    top: 100%;
    background: #fff;
    border: 1px solid #ededed;
  }
  .main-navigation li li {
    position: relative;
    margin-bottom: -1px;
  }
  .main-navigation li li a {
    line-height: 30px;
    line-height: 1.875rem;
    padding: 8px 15px;
    display: block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .main-navigation li li a:hover {
    border-color: #ededed;
  }
  .main-navigation li li:last-child > a {
    border-bottom: 0px none;
  }
  .main-navigation li li:first-child > a {
    border-top: 0px none;
  }
  .main-navigation li li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
  }
  .main-navigation li li:hover > ul {
    display: block;
  }
  .main-navigation li.nav-more:hover > ul {
    left: auto;
    right: 0px;
  }
  .main-navigation li.nav-more > a {
    min-width: 50px;
    display: inline-block;
  }
}

.right-navigation {
  float: right;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}

.primary-menu-wrapper .right-navigation {
  position: relative;
  top: auto;
  left: auto;
  float: none;
  text-align: center;
  padding: 30px 0px;
  border-bottom: 1px solid #ededed;
}
.primary-menu-wrapper .right-navigation a {
  border-bottom: 0px;
}
.primary-menu-wrapper .right-navigation .header-shop__icon {
  position: initial;
}
.primary-menu-wrapper .right-navigation .header-dropdown {
  max-width: 100%;
  width: 100%;
  padding: 0px;
  right: 0px;
  left: 0px;
}
.primary-menu-wrapper .right-navigation .header-dropdown .header-dropdown-inner {
  padding: 15px;
}

/* Home sidebar */
.home-content-sidebar .widget-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  margin: 0px;
  text-transform: uppercase;
}
.home-content-sidebar .widget {
  margin-top: 40px;
  margin-bottom: 40px;
}
.home-content-sidebar .widget.container {
  padding-left: 0px;
  padding-right: 0px;
}
.home-content-sidebar .widget.full-width {
  background: #fff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Grid Products */
.section_home_new .wc-thumbnail-wrapper:after {
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  content: 'New';
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  background: #00bfd8;
  color: #fff;
  font-size: 17px;
}
.grid-products {
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 720px) {
  .grid-products {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.grid-products.style-no-bg {
  background: none;
  padding-left: 0px;
  padding-right: 0px;
}
.grid-products.style-no-bg .products {
  margin-left: -10px;
  margin-right: -10px;
}

/* Blog Widget */
.blog-posts {
  margin-left: -10px;
  margin-right: -10px;
}
.blog-posts .eq-col {
  padding: 0px 10px;
}
.blog-posts .loop-post {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.blog-posts .loop-post .enter-thumbnail {
  width: 100%;
  float: none;
  padding-right: 0px;
  margin-bottom: 20px;
}
.blog-posts .loop-post .enter-content-w {
  width: 100%;
  float: none;
  padding-right: 0px;
}
.blog-posts .loop-post .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  height: 40px;
  height: 2.5rem;
  display: block;
}

/* Tabs */
.layout-tabs {
  background: #fff;
}
.layout-tabs.loading {
  overflow: hidden;
  display: block;
  position: relative;
}
.layout-tabs.loading .tabs-layout-content {
  opacity: .5;
}
.layout-tabs.loading .tabs-layout-contents {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
}
.layout-tabs.loading .tab-loading {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-tabs .widget-title {
  background: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  padding: 0px 15px;
  margin: 0px;
  text-transform: uppercase;
  float: left;
}
.layout-tabs .widget-title::after {
  content: "";
  display: table;
  clear: both;
}
.layout-tabs .filter-inside {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.layout-tabs .filter-inside::after {
  content: "";
  display: table;
  clear: both;
}
.layout-tabs .tab-item-actions {
  text-align: right;
  position: absolute;
  top: 0px;
  right: 10px;
}
.layout-tabs .tab-item-actions span {
  cursor: pointer;
  padding: 10px 5px 0px;
  font-size: 28px;
}
.layout-tabs .nav-tabs-filter {
  margin: 0px;
  padding: 0px;
  float: left;
  display: inline-block;
}
.layout-tabs .nav-tabs-filter li {
  display: inline-block;
  list-style: none;
  position: relative;
  line-height: 50px;
  line-height: 3.125rem;
}
.layout-tabs .nav-tabs-filter li.active a {
  color: #e8500e;
}
.layout-tabs .nav-tabs-filter li.subfilter-more ul {
  margin-left: 0px;
  padding: 0px;
  position: absolute;
  top: 100%;
  right: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fff;
  z-index: 55;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
}
.layout-tabs .nav-tabs-filter li.subfilter-more ul li {
  width: 100%;
  display: block;
  text-align: left;
}
.layout-tabs .nav-tabs-filter li.subfilter-more ul li a {
  display: block;
}
.layout-tabs .nav-tabs-filter li.subfilter-more:hover ul {
  z-index: 55;
  max-height: 999999px;
  visibility: visible;
}
.layout-tabs .nav-tabs-filter a {
  padding: 0px 15px;
  display: inline-block;
  color: #595959;
  outline: none !important;
}
.layout-tabs .nav-tabs-filter a:hover {
  color: #e8500e;
}
.layout-tabs .tabs-layout-contents::after {
  content: "";
  display: table;
  clear: both;
}
.layout-tabs .tabs-intro {
  width: 250px;
  float: left;
}
.layout-tabs .tabs-intro img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.layout-tabs .tabs-layout-content {
  display: block;
}
.layout-tabs.has-b .tabs-layout-content {
  margin-left: 250px;
}
.layout-tabs .tabs-item-inside {
  float: left;
}
.layout-tabs .tabs-layout-contents {
  background: #fff;
  padding: 15px 10px;
}
.layout-tabs .tabs-content-items {
  display: block;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
.layout-tabs .tabs-item-inside {
  padding: 0px;
  background: #fff;
  margin: 0px 10px;
}
.layout-tabs .woocommerce-loop-product__title {
  font-size: 16px;
  font-size: 1rem;
}

/* For brand Tabs */
.widget_sshop_products_brand .layout-tabs .tabs-intro {
@inlcude clearfixAfter();
  float: left;
  position: relative;
  z-index: 6;
  padding: 15px;
}
@media screen and (min-width: 720px) {
  .widget_sshop_products_brand .layout-tabs .tabs-intro {
    width: 40%;
  }
}
@media screen and (max-width: 720px) {
  .widget_sshop_products_brand .layout-tabs .tabs-intro {
    width: 100%;
  }
  .widget_sshop_products_brand .layout-tabs .tabs-intro .brand-logo {
    float: left;
    margin-right: 10px;
  }
}
.widget_sshop_products_brand .layout-tabs .tabs-intro img {
  width: auto;
  max-width: 150px;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 720px) {
  .widget_sshop_products_brand .tabs-layout-content {
    clear: both;
  }
}
.widget_sshop_products_brand .btn-shop-brand {
  display: inline-block;
  margin-top: 15px;
}

/* Widget category */
.widget-shop-categories a:hover {
  text-decoration: none;
}
.widget-shop-categories ul {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.widget-shop-categories ul li {
  list-style: none;
}
.widget-shop-categories ul.list-shop-cats {
  margin-top: -15px;
  margin-bottom: -15px;
}
.widget-shop-categories ul.list-shop-cats::after {
  content: "";
  display: table;
  clear: both;
}
.widget-shop-categories ul.list-shop-cats > li {
  list-style: none;
  padding: 15px;
}
.widget-shop-categories .child {
  margin: 0px;
  padding: 0px;
  margin: 15px 0px 0px 15px;
  margin:  0.9375rem 0px 0px 0.9375rem;
}
.widget-shop-categories .child li > a::before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 80%;
  margin-right: 7px;
  margin-right: 0.4375rem;
}
.widget-shop-categories .cat-name {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.widget-shop-categories .cat-link {
  font-weight: normal;
  color: #595959;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  border-bottom: 2px solid #595959;
  padding: 5px 0px;
  display: inline-block;
  margin-bottom: 10px;
  z-index: 4;
  position: relative;
}
.widget-shop-categories .top-p-cat {
  padding-top: 60%;
  display: block;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.widget-shop-categories .top-p-cat .inner {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: block;
  padding: 15px;
  padding: 0.9375rem;
  max-height: 100%;
  overflow: hidden;
}
.widget-shop-categories .top-p-cat.has-image::before {
  background: rgba(0, 0, 0, 0.2);
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.widget-shop-categories .top-p-cat a, .widget-shop-categories .top-p-cat span {
  position: relative;
  z-index: 3;
}
.widget-shop-categories .top-p-cat:after {
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

/* Service icon */
.services-wrapper .service-item {
  position: relative;
}
.services-wrapper .service-item::after {
  content: "";
  display: table;
  clear: both;
}
.services-wrapper .icon {
  font-size: 44px;
  font-size: 2.75rem;
  position: absolute;
  left: 15px;
}
.services-wrapper .info {
  padding: 13px 0px 10px;
  padding:  0.8125rem 0px 0.625rem;
  margin-left: 50px;
  margin-left: 3.125rem;
}
.services-wrapper .info .service-title {
  font-size: 16px;
  font-size: 1rem;
  color: #595959;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
.services-wrapper .info .service-title a {
  color: inherit;
}
.services-wrapper .info span {
  color: #777777;
}

/* Sidebar */
.widget-area {
  color: #555;
}

.widget-area ul, .widget-area ol {
  margin: 0px;
  padding: 0px;
}
.widget-area ul ul, .widget-area ul ol, .widget-area ol ul, .widget-area ol ol {
  padding-left: 30px;
}
.widget-area ul li, .widget-area ol li {
  list-style: none;
  margin-bottom: 15px;
  transition: color .25s;
}
.widget-area ul li:hover{
  color: #ec0c3b;
}
.widget-area ul li:last-child, .widget-area ol li:last-child {
  margin-bottom: 0px;
}

.widgettitle, .widget-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  text-transform: none;
  color: #333;
  font-weight: 600;
}

.widget_categories a,
.widget_archive a,
.widget_pages a,
.widget_recent_comments a,
.widget_nav_menu a,
.widget_tag_cloud a,
.widget_meta a,
.widget_recent_entries a,
.widget.woocommerce a {
  color: #383846;
  transition: .35s;
}
.widget_categories a:hover,
.widget_archive a:hover,
.widget_pages a:hover,
.widget_recent_comments a:hover,
.widget_nav_menu a:hover,
.widget_tag_cloud a:hover,
.widget_meta a:hover,
.widget_recent_entries a:hover,
.widget.woocommerce a:hover {
  color: #ec0c3b;
}
.widget_categories .star-rating,
.widget_archive .star-rating,
.widget_pages .star-rating,
.widget_recent_comments .star-rating,
.widget_nav_menu .star-rating,
.widget_tag_cloud .star-rating,
.widget_meta .star-rating,
.widget_recent_entries .star-rating,
.widget.woocommerce .star-rating {
  color: #F36F36;
}

.search-form {
  position: relative;
  border-radius: 5px;
}
.search-form .search-field {
  width: 100%;
  max-width: 100%;
  line-height: 40px;
  line-height: 2.5rem;
  padding: 0px 0px 0px 40px;
}
.search-form:before {
  font-family: 'FontAwesome';
  content: "\f002";
  position: absolute;
  top: 2px;
  left: 10px;
  color: #ccc;
  font-size: 24px;
  font-size: 1.5rem;
}
.search-form label {
  display: block;
}
.search-form .search-submit {
  display: none;
}

/* Loop posts */
.loop-post {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.loop-post::after {
  content: "";
  display: table;
  clear: both;
}
.loop-post .entry-excerpt p {
  margin-bottom: 0px;
}
.loop-post.sticky {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  padding: 15px;
}
.loop-post .enter-thumbnail {
  width: 40%;
  display: block;
}
@media screen and (min-width: 720px) {
  .loop-post .enter-thumbnail {
    width: 40%;
    float: left;
    padding-right: 20px;
  }
}
@media screen and (max-width: 720px) {
  .loop-post .enter-thumbnail {
    width: 100%;
    margin-bottom: 15px;
  }
}
.loop-post .enter-thumbnail img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 720px) {
  .loop-post .enter-content-w {
    width: 60%;
    float: left;
  }
}
.loop-post.no-thumbnail .enter-content-w {
  width: 100%;
  float: none;
}
.loop-post .entry-meta {
  margin: 12px 0px;
}
.loop-post .entry-title {
  color: #595959;
  font-size: 18px;
  font-size: 1.125rem;
}
.loop-post .entry-title a {
  color: #595959;
}
.loop-post .entry-title a:hover {
  color: #e8500e;
}
.loop-post .entry-more-btn {
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0.1875rem;
  padding: 5px 15px;
  background-color: #F36F36;
  color: #FFFFFF;
  -webkit-appearance: none;
}
.loop-post .entry-more-btn:hover {
  background: #e8500e;
}

.entry-meta {
  font-size: 12px;
  font-size: 0.75rem;
}
.entry-meta a {
  color: #595959;
}
.entry-meta a:hover {
  color: #e8500e;
}
.entry-meta > span {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
}
.entry-meta > span .fa {
  margin-right: 5px;
}
.entry-meta > span:last-child {
  margin-right: 0px;
}

/* Paging */
.post-navigation {
  padding-top: 20px;
  display: block;
}
.post-navigation .nav-links::after {
  content: "";
  display: table;
  clear: both;
}
.post-navigation .nav-links span, .post-navigation .nav-links a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #ededed;
  color: #595959;
}
.post-navigation .nav-links .nav-previous {
  padding-right: 10px;
}
.post-navigation .nav-links .nav-next {
  padding-left: 15px;
}

.pagination .nav-links span, .pagination .nav-links a {
  display: inline-block;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 39px;
  font-size: 18px;
  border-radius: 50%;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ededed;
  color: #595959;
  margin-right: 5px;
  transition: .25s;
}
.pagination .nav-links a {
  background: #fff;
}
.pagination .nav-links a:hover {
  background: #efefef;
}
.pagination .nav-links span {
  background: #ec0c3b;
  color: #fff;
}

/* Single Post */
.single .entry-title {
  margin-top: 0px;
  font-size: 28px;
  font-size: 1.75rem;
}
.single .entry-thumbnail {
  margin-top: 15px;
  margin-bottom: 15px;
}
.single .entry-thumbnail img {
  width: 100%;
  height: auto;
}

.entry-footer {
  display: block;
  margin-top: 15px;
}
.entry-footer .cat-links, .entry-footer .tags-links {
  display: block;
}

/* Comment */
#comments {
  margin-top: 30px;
}

.comment-list {
  padding: 0px;
}
.comment-list li {
  list-style: none;
  position: relative;
}
.comment-list li .comment-body {
  margin-bottom: 15px;
}
.comment-list li:last-child .comment-body {
  margin-bottom: 15px;
}
.comment-list li.comment {
  display: block;
  border: 1px solid #ededed;
  margin-bottom: 15px;
}
.comment-list li.comment.parent.depth-1 {
  border-left-width: 2px;
}
.comment-list li.comment #respond {
  margin-top: 15px;
}
.comment-list li.comment .children {
  margin-left: 0px;
  margin-top: 15px;
  margin-left: 50px;
  padding-left: 10px;
  border-left: 2px solid #ededed;
}
.comment-list li.comment .children li {
  border: 0px none;
}
.comment-list li.comment .children .comment-body {
  margin-left: -1px;
  border: 0px none;
}
.comment-list li .comment-meta {
  display: block;
  width: 100%;
  color: #595959;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}
.comment-list li .comment-meta a {
  color: inherit;
}
.comment-list li .comment-meta .avatar {
  display: block;
  float: left;
  width: 50px;
  height: auto;
  margin-right: 15px;
}
.comment-list li .comment-meta .commentmetadata {
  padding-top: 0px;
  display: block;
}
.comment-list li .comment-meta .commentmetadata a {
  display: block;
}
.comment-list li .comment-meta .comment-date {
  display: inline-block;
  font-style: italic;
  color: #666;
}
.comment-list li .comment-meta .fn {
  font-weight: bold;
}
.comment-list li .comment-meta::after {
  content: "";
  display: table;
  clear: both;
}
.comment-list li .comment-body {
  padding: 10px;
  margin-bottom: 0px;
}
.comment-list li .comment-text {
  padding-top: 15px;
}
.comment-list li.parent .comment-text {
  border-bottom: 1px solid #ededed;
}
.comment-list li .reply {
  margin-bottom: 10px;
}
.comment-list li .reply a {
  color: #595959;
}
.comment-list li .comment-content {
  display: block;
}
.comment-list ul, .comment-list ol {
  padding-left: 0px;
}
.comment-list ul ul, .comment-list ul ol, .comment-list ol ul, .comment-list ol ol {
  padding-left: 30px;
}
.comment-list .comment-edit-link {
  margin-left: 15px;
}

/* Commment form */
#reply-title, .comments-title {
  font-size: 22px;
  font-size: 1.375rem;
}

.comments-title {
  margin-bottom: 15px;
}
.map_block img{

}
.map_block span{

}
.map_body_contacts{padding: 15px;font-size: 17px;}
.map_body_contacts p {
  margin-bottom: 0.5em;
}
.map_block{
  width: 259px;
  position:  absolute;
  top: 55px;
  background: rgba(255, 255, 255, 0.94);
  left: 50px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
}
.map{
  position:  relative;
}
#commentform .logged-in-as {
  padding: 10px 15px;
  background: #FCF8E3;
  margin: 5px 0px;
}
#commentform .required {
  color: red;
}
#commentform label {
  display: block;
}

/* Footer */
.footer-widgets .footer_social_line a{
  color: #fff;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: inline-block;
  text-align: center;
  font-size: 29px;
}
.footer-widgets .fa-vk{
  color: #ffffff;
  font-size: 29px;
  /* display: block; */
  /* margin-top: 10px; */
  /* margin-bottom: 7px; */
  position: relative;
  top: -1px;
}
.single-product .content-area.has-sidebar .widget-area {
  display: none;
}
.footer-widgets .fa-instagram{
  color: #fff;
}
.footer-widgets .fa-facebook-square{
  color: #ffffff;
}
.footer-widgets .fa-telegram{
  color: #03A9F4;
  font-size: 43px;
  vertical-align: bottom;
  background: #fff;
  border-radius: 100%;
}
.footer-widgets .fa-whatsapp{
  color: #ffffff;
}
.footer-widgets {
  padding: 60px 0px;
  background: #202427;
  color: #ddd;
}
.footer-widgets a:hover {
  color: #fff;
}
.footer-widgets h4{
  font-weight: 600;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: .5rem;
}
.footer-widgets ul img {
  height: 40px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.footer-widgets a {
  color: #ccc;
}
.media  p{
  margin-bottom: 0.7em;
}
.entry-date, .posted-on a span{
  color: #888;
  font-size: 14px;
}
.media .btn {
  border-radius: 0px;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 1.5rem!important;
  border-bottom-style: dashed;
}
.media  h5 {
  clear: both;
  font-weight: 400;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color: #25a4ff;
}
.news_cat ul{padding: 0;border-top: 1px solid #ccc;border-left: 1px solid #ccc;border-right: 1px solid #ccc;}
.news_cat ul li{
  display: block;
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
}
.news_cat ul li a{
  font-weight: 300;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color: #111;
  font-size: 19px;
}
.news_cat ul li a:hover{
  color: #25a4ff;
}
.news_cat h3{
  font-size: 1.59rem;
  font-weight: 300;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color: #fff;
  margin: 0;
  padding: 10px 10px;
  background: #dc3545;
}
@media screen and (max-width: 720px) {
  .footer-widgets .row {
    display: block;
  }
}
.footer-widgets .widget {
  margin-bottom: 0px;
  padding: 0;
}
@media screen and (max-width: 720px) {
  .footer-widgets .widget {
    width: 100%;
  }
}
.footer-widgets .widget .widget-title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}
.footer-widgets .widget ul {
  padding: 0px;
  margin: 0px;
}
.footer-widgets .widget ul li {
  list-style: none;
  padding: 5px 0px;
}
.footer-widgets .widget ul li ul {
  margin-left: 30px;
}

.address, .email, .phone {
  margin: 5px 0px;
}
.address::before, .email::before, .phone::before {
  width: 20px;
  display: inline-block;
}

.address::before {
  font-family: 'FontAwesome';
  content: "\f041";
}

.email::before {
  font-family: 'FontAwesome';
  content: "\f003";
}

.phone::before {
  font-family: 'FontAwesome';
  content: "\f095";
}

.site-footer {
  font-size: 16px;
  padding: 15px 15px;
  background: #202427;
  color: #ddd;
}
.site-footer a {
  color: #999999;
}
.woocommerce-main .page-title{
  background: #fff;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #f3f3f3;
}
.woof_front_toggle{
  font-size: 30px;
  font-weight: 500;
  color: #ec0c3b!important;
  margin-top: -10px;
}

/*search*/
.header-shop__icon .top-search-form{
  padding: 0;
  border: 1px solid #ffffff;
  margin-top: 0;
  background: #fff;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 60px;
  position: relative;
  top: 0;
}
.header-shop__icon .top-search-form:hover,
.header-shop__icon .top-search-form:focus,
.header-shop__icon .top-search-form:active{
  border: 1px solid #ec0c3b;
}
.header-shop__icon .header_wrapper_search{
  box-sizing: border-box;
  line-height: 60px;
}
.header-shop__icon .header_wrapper_search .form-control{
  height: 58px;
  border: none;
}
.header-shop__icon {
  margin: 0px;
  display: inline-block;
  padding: 0px 10px;
  float: left;
  line-height: 60px;
}
.header-shop__icon .header_wrapper_search .input-group-addon{
  height: 58px;
  width: 60px;
  padding: 0px;
  background: none;
  color: #ec0c3b;
  border: none;
  padding-left: 20px;
  border-radius: 0;
  padding: 0;
}
.header-shop__icon .header_wrapper_search .input-group-addon:hover{
  background: #ec0c3b;
  color: #fff;
  border-radius: 0;
  padding: 0;
}
.header-shop__icon .shop__icon {
  line-height: 56px;
  display: inline-block;
  width: 21px;
}
.header-shop__icon .shop__icon  svg:not(:root) {
  overflow: hidden;
  display: inline-block;
  vertical-align: sub;
}
.text_top_icon{
  padding-left: 5px;
}
#primary-menu > li > a {
  font-weight: 400;
  text-transform: none;
  font-size: 18px;
}
.hover_top_menu_icon_login{
  border-left: 1px solid #ddd;
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 61px;
}
.related_products > h2{
  font-size: 18px;
  line-height: 1;
  text-transform: none;
  padding-top: 20px;
}


/* RESPONSIVE */

@media screen and (min-width: 940px){
  .related_products .eq-row-col-4 .eq-col:nth-child(4n+1) {
    clear: none;
  }
  .related_products .eq-row-col-4 .eq-col {
    width: 20%;
    float: left;
  }
}
.nav-links{
  padding-bottom: 10px;
}


@media (max-width: 1199px) {
  .text_top_icon {
    padding-left: 5px;
    display: none;
  }
  .header-shop__icon {
    padding: 0px 15px;
    padding-left: 0;
  }
  .header-shop__icon .shop__number {
    font-size: 12px;
    line-height: 6px;
    min-width: 15px;
    min-height: 15px;
  }
  .hover_top_menu_icon_login {
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 19px;
  }


}

@media (max-width: 991px) {
  .map_block{
    display: none;
  }
  .woof label {
    cursor: pointer;
    font-size: 13px;
    margin-left: 4px;
  }
  .site-content {
    padding: 0 20px;
  }
  #site-header-wrap {
    max-width: 1440px;
    padding: 0;
    margin: 0;
    box-sizing: unset;
  }
  .site-header {
    position: relative;
    z-index: 65;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    margin-top: 0;
    padding: 0;
    position: relative;
    top: 0;
  }
  .woocommerce img, .woocommerce-page img {
  }
  .site-branding .custom-logo-link {
    padding: 13px 0px;
  }
  .header-shop__icon .header_wrapper_search .form-control {
    height: 48px;
    border: none;
  }
  .header-shop__icon .top-search-form {
    height: 50px;
    border: 0px solid #ffffff;
    margin-top: 0;
    background: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .header-shop__icon .header_wrapper_search {
    box-sizing: border-box;
    line-height: 50px;
  }
  .header-shop__icon .shop__icon {
    line-height: 50px;
  }
  .eq-row-col-4 .eq-col:nth-child(2n+1) {
    clear: none;
  }
  .eq-row-col-4 .eq-col:nth-child(4n+1) {
    clear: left;
  }
  .site-branding {
    min-height: 50px;
    max-height: 50px;
  }
  .header-shop__icon .header_wrapper_search .input-group-addon {
    height: 48px;
    width: 50px;
  }
  .eq-row-col-4 .eq-col {
    width: 33.33333333333333%;
    float: left;
    clear: none!important;
  }
  .main-navigation .menu-toggle{
    line-height: 50px;
    position: absolute;
    right: 0px;
    z-index: 9999;
    width: 50px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    border-left: 1px solid rgb(221, 221, 221);
  }
  .right-navigation {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .site-branding .custom-logo-link {
    line-height: 48px;
    line-height: 1rem;
  }
  .header-sticky .no_btn{
    display: none;
  }
  .header-shop__icon .header_wrapper_search {
    display: none;
  }
  .header-shop__icon .header_wrapper_search:hover {
    display: none;
  }
  .primary-menu-wrapper .text_top_icon{
    display: inline-block;
  }
  .primary-menu-wrapper .header-shop__icon {
    width: 100%;
  }
  .primary-menu-wrapper .hover_top_menu_icon_login {
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 19px;
    width: 100%;
    border: none;
  }
  .primary-menu-wrapper .header-shop__icon .top-search-form {
    height: 50px;
    border: 1px solid #ddd;
    margin-top: 0;
    background: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 5px;
    width: 97%;
  }
  .primary-menu-wrapper .menu {
    display: inline-block;
    width: 100%;
    padding-left: 10px;
  }
  .main-navigation .primary-menu-wrapper a {
    border-bottom: 0px solid #ededed;
  }
  .header-sticky .site-header {
    height: 50px;
  }
}

@media (max-width: 575px) {
  .menu_wrap {
    display: inline-block;
    width: 100%;
    height: 50px;
  }
  .bottom_menu_full {
    display: none;
  }
  .footer-widgets {
    padding: 30px 0px;
    background: #202427;
    color: #ddd;
  }
  .footer-widgets .widget ul {
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 10px;
  }
  .site-footer {
    padding: 15px;
  }
  .footer-widgets ul img {
    height: 35px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: -20px;
  }

  .footer-widgets .widget .footer_social_line ul {
    width: 100%;
    text-align: center;
  }
  .woocommerce #page .product.eq-col, .woocommerce #page li.product.eq-col, .woocommerce #page div.product.eq-col {
    padding: 1px 0px 0px 1px;
    margin-top: 0px;
    margin-bottom: 0;
    display: inline-block;
    float: left;
    width: 50%;
    clear: none;
  }
  .comments input[type="text"]{
    width: 100%;
  }
  .content-area .site-main {
    padding: 0;
  }
  .woocommerce-main .page-title {
    background: #fff;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #f3f3f3;
    margin-left: -15px;
    margin-right: -15px;
  }
  .site-content {
    padding: 0 23px;
  }
}

@media (max-width: 391px) {
  .woocommerce #page .product.eq-col, .woocommerce #page li.product.eq-col, .woocommerce #page div.product.eq-col {
    padding: 1px 0px 0px 1px;
    margin-top: 0px;
    margin-bottom: 0;
    display: inline-block;
    float: left;
    width: 50%;
    clear: none;
  }
  .woocommerce #page .product span.price del, .woocommerce #page .product span.price ins, .woocommerce #page .product p.price del, .woocommerce #page .product p.price ins, .woocommerce #page .product .price del, .woocommerce #page .product .price ins, .woocommerce #page li.product span.price del, .woocommerce #page li.product span.price ins, .woocommerce #page li.product p.price del, .woocommerce #page li.product p.price ins, .woocommerce #page li.product .price del, .woocommerce #page li.product .price ins, .woocommerce #page div.product span.price del, .woocommerce #page div.product span.price ins, .woocommerce #page div.product p.price del, .woocommerce #page div.product p.price ins, .woocommerce #page div.product .price del, .woocommerce #page div.product .price ins {
    display: inline-block;
    background: none;
    position: relative;
    top: 0;
    font-weight: 400;
  }
  .woocommerce #page .product .product-thumbnail, .woocommerce #page li.product .product-thumbnail, .woocommerce #page div.product .product-thumbnail {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    padding: 0px 35px;
    margin-top: 15px;
  }
}

@media (max-width: 321px) {
  .woocommerce #page .product .product-thumbnail, .woocommerce #page li.product .product-thumbnail, .woocommerce #page div.product .product-thumbnail {
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    padding: 0px 55px;
    margin-top: 0;
  }
}




@media (min-width: 1000px) {
  .woocommerce-mini-cart{
    max-height: 370px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -15px!important;
    padding-right: 5px!important;
  }
  .cart_dropd_wrap{
    width: 400px!important;
  }
  .cart_dropd_wrap .header-dropdown-inner{
    padding: 0;
    padding-right: 15px;
  }
  .cart_dropd_wrap .woocommerce-mini-cart__total{
    padding-left: 15px;
    border-top: 1px solid #ddd;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0.5em;
    padding-top: 5px;
  }
  .cart_dropd_wrap strong {
    font-weight: 500;
  }
  .woocommerce a.remove{
    color: #333!important;
  }
  .woocommerce a.remove:hover {
    color: #ec0c3b!important;
    background: none;
  }
  .woocommerce #page .widget_shopping_cart_content .cart_list li .remove {
    position: absolute;
    font-size: 30px!important;
    right: 0px!important;
    top: 4px!important;
    display: block!important;
    text-align: center!important;
    margin-right: 0px!important;
    height: 0.7em!important;
    width: 0.7em!important;
    line-height: .6!important;
  }
  .woocommerce-Price-amount{
    font-size: 21px;
    letter-spacing: -0.5px;
    font-family: "Product Sans", Arial, sans-serif;
  }
  .cart_dropd_wrap .woocommerce-Price-amount{
    font-size: 18px;
    letter-spacing: -0.89px;
  }

}

.news_cat_n{
  background: #fff;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.news_cat_n ul{padding: 0;border-top: 0;border-left: 0;border-right: 0;}
.news_cat_n ul li{
  display: block;
  padding: 10px 25px;
  border-bottom: 0;
}
.news_cat_n ul li a{
  font-weight: 300;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color: #111;
  font-size: 19px;
  border-bottom: 1px dashed #d2d2d2;
  display:  inline-block;
  width: 100%;
  padding-bottom: 25px;
}
.news_cat_n ul li a:hover{
  color: #25a4ff;
}
.news_cat_n h3{
  font-size: 1.59rem;
  font-weight: 400;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color: #333;
  margin: 0;
  padding: 20px 10px;
  background: #e6e6e6;
  margin-bottom: 15px;
}
.news_categ_n .card-title {
  margin-bottom: .1rem;
  height: 50px;
}
.news_categ_n a {
  color: #1d2029;
}
.news_categ_n .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
  border-radius: 0;
  margin-top: 10px;

}
.card-text{
  padding: 0;
  margin: 0;
}
.body-text p{
  margin-bottom: .65em;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #555555;
}
.body-text{
  height: 124px;
  overflow: hidden;
}
.news_categ_n .card{
  border: 0;
  border-radius: 0;
  background:  none;
  top: 0;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: .35s;
}
.news_categ_n .card:hover{
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.21);
  transition: .35s;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}
.card-deck_custom .card{
  width: 24%;
  display:  inline-block;
  float:  left;
  margin: 0.5%;
  margin-bottom: 15px;
}
.card-deck_custom{
  margin-left: -5px;
  margin-right: -5px;
}
.card-deck_custom .card img{
  width: 100%;
  height: 100%;
  position: relative;
}
.card-deck_custom .card .enter-thumbnail{
  height: 224px;
  overflow: hidden;
  display: block;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.card-columns {
  column-count: 3;

}
.news_categ_n  .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  padding-top: 0.5rem;
  background: #fff;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}
.single .entry-title {
  margin-top: 0px;
  font-size: 2.75rem;
  font-weight: 400;
}
.entry-header{
  background: #fafafa;
  padding: 25px;
}
.entry-header .entry-date{
  color: #888;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-form-login h2, .register h2{
  text-align: left;
  width: 100%!important;
}
.news_categ_home .card-deck_custom .card {
  width: 32.33333333%;
  display: inline-block;
  float: left;
  margin: 0.5%;
  margin-top: 0;
  margin-bottom: 15px;
}
.news_categ_home .card-deck_custom .card-img-top {
  width: 100%;
  height: 235px;
  overflow: hidden;
  display: block;
  background: #fff;
}
@media screen and (max-width: 1200px){
  .card-deck_custom .card .enter-thumbnail {
    height: 168px;
    overflow: hidden;
    display: block;
  }
  .news_categ_n .card-title {
    margin-bottom: .1rem;
    height: 50px;
    font-size: 0.95rem;
    font-weight: 400;
  }
  .card-deck_custom .card img {
    width: 100%;
    height: auto;
    position: relative;
  }
  .news_categ_home .card-deck_custom .card-img-top {
    width: 100%;
    height: 150px;
    overflow: hidden;
    display: block;
    background: #fff;
  }
  .body-text p {
    margin-bottom: .65em;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
    color: #555555;
  }
}
@media screen and (max-width: 999px){
  .news_categ_home .card-deck_custom .card {
    width: 49%;
    display: inline-block;
    float: left;
    margin: 0.5%;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .card-deck_custom .card .enter-thumbnail {
    height: auto;
    overflow: hidden;
    display: block;
  }
}
@media screen and (max-width: 580px){
  .news_categ_home .col {
    -ms-flex-preferred-size: 0;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: inherit;
    width: 100%;
  }
  .card-deck_custom .card {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    margin-bottom: 15px;
  }
  .single .entry-title {
    margin-top: 0px;
    font-size: 1.5rem;
    font-weight: 400;
  }
  .post  h2 {
    font-size: 1.22rem;
  }
}
@media screen and (max-width: 400px){
  .news_categ_home .card-deck_custom .card {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
}


.footer__block_social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: end;
  justify-content: flex-end;
}
.footer__block_social a span {
  border: 1px solid rgba(204, 221, 236, 0.15);
  border-radius: 100%;
  color: #ffffff;
  width: 48px;
  height: 48px;
  margin-right: 15px;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: .3s ease;
}
.footer__block_social a span svg {
  width: 22px;
}
.footer__block_social .block_social__link-vk span{
  background: #45668E;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  border-color: #45668E;
  transition: .3s ease; }
.footer__block_social .block_social__link-instagram span{
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border: 0px solid rgba(204, 221, 236, 0.15);
  color: #fff;
  transition: .3s ease; }
.footer__block_social .block_social__link-whatsapp span{
  background: #25D366;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border: 0px solid rgba(204, 221, 236, 0.15);
  color: #fff;
  transition: .3s ease; }
.footer__block_social .block_social__link-viber span {
  background: #665CAC;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border: 0px solid rgba(204, 221, 236, 0.15);
  color: #fff;
  transition: .3s ease; }
.footer__block_social .block_social__link-telegram span{
  background: #00A0DC;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border: 0px solid rgba(204, 221, 236, 0.15);
  color: #fff;
  transition: .3s ease; }
.header_right_phone{
  margin: 0px;
  display: inline-block;
  padding: 0px 20px 0 10px;
  float: left;
  line-height: 60px;
  font-size: 26px;
    color: #333;
}
.shop-callback{
  margin: 0px;
  display: inline-block;
  padding: 0px 10px 0 5px;
  float: left;
  line-height: 60px;
}
.shop-callback span{
    font-size: 17px;
    cursor: pointer;
    border-bottom: 1px dotted #333;
    transition: color .2s ease-in-out, border .2s ease-in-out;
}
.shop-callback span:hover{
  color: #ec0c3b;
  border-bottom-color: #ec0c3b;
}

comparison_form{padding:15px;box-shadow:0 10px 62px 0 rgba(0, 0, 0, 0.17);}
.top_img_width{width:62%;transform:scale(-1, 1);display:inline-block;max-width:500px;}
.call_to_me_top_form h4{margin-bottom:0px;margin-top:0px;color:#fff;letter-spacing:0.25px;line-height:normal;font-weight:900;font-size:20px;}
.call_to_me_top_form{padding:25px;margin-top:-26px;width:400px;left:0;top:0;background:linear-gradient(to top left, rgba(63, 81, 181, 0.50), rgba(137, 36, 155, 0.5));}
.call_to_me_top_form .call_to_me_button_text{background:none;color:#fff;text-shadow:none;box-shadow:none;width:auto;padding:0px;border:none;text-align:center;margin:0px;font-size:12px;text-decoration:underline;display:inline-block;}
.call_to_me_top_form .call_to_me_bottom_text{font-size:12px;margin-left:-10px;display:block;margin-right:0px;margin-bottom:10px;margin-top:15px;text-align:center;color:#fff;}
.call_to_me_top_form .modal_top_info{display:inline-block;color:#fff;font-size:18px;margin-right:1%;float:left;margin-top:15px;}
.call_to_me_top_form .btn{margin-top:25px;color:#fff;background-color:#ff6700;border-color:#ff6700;font-size:20px;border-radius:1px;box-shadow:0px 0px 15px 0px rgba(51, 51, 51, 0.29);padding:7.5px 12px;font-weight:600;}
.call_to_me_top_form .btn:hover,
.call_to_me_top_form .btn:focus,{margin-top:25px;color:#fff;background-color:#ff6700;border-color:#ff6700;font-size:20px;border-radius:1px;box-shadow:0px 0px 15px 0px rgba(51, 51, 51, 0.29);padding:7.5px 12px;font-weight:600;opacity:0.95;}
.third-column{font-size:17px;border-right:1px solid #cccccc;}
.second-column{font-size:17px;border-right:1px solid #ccc;}
.comparison .fa-minus-circle{color:#c3c3c3;font-size:20px;}
.comparison .fa-check-square-o,
.comparison .fa-plus-circle{color:#ec0c3b;font-size:20px;}
.comparison_form h4{font-size:20px;font-weight:600;color:#40434a;line-height:normal;}
.call_to_me_bottom_text{color:rgb(92, 92, 92);font-size:12px;margin-left:-10px;display:block;margin-right:0px;margin-bottom:10px;margin-top:15px;text-align:center;color:#888;}
.call_to_me_button_text{background:none;color:#888;text-shadow:none;box-shadow:none;width:auto;padding:0px;border:none;text-align:center;margin:0px;font-size:12px;text-decoration:underline;display:inline-block;}
.comparison_form .btn{margin-top:35px;}
.modal_top_info{display:inline-block;color:#0e1423;font-size:22px;margin-right:1%;float:left;margin-top:25px;}
.call_to .btn_modal{margin-top:35px;width:100%;font-size:22px;box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);}
.call_to{text-align:center;padding:15px 60px;background:#f6f6f6;padding-top:0;}
.modal-dialog{width:500px;}
.call_to .btn_modal {
    margin-top: 35px;
    width: 100%;
    font-size: 22px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background-color: #da0c37;
    border-color: #da0c37;
    opacity: 1;
    transition: .3s;
}
.btn-danger {
    color: #fff;
    background-color: #ec0c3b;
    border-color: #ec0c3b;
    font-size: 20px;
    border-radius: 0px;
    box-shadow: -2px 5px 12px 0px rgba(0, 0, 0, 0.55);
    padding: 0px 30px;
    font-weight: 400;
    min-height: 48px;
    line-height: 48px;
    transition: .3s;
    letter-spacing: .2px;
}
.hidden_form {
    display: none;
}
.modal_success_text {
    margin-top: 0;
    padding-top: 25px;
    line-height: normal;
}
.modal-header h4 {
    margin-bottom: 0;
    font-size: 28px;
    color: #3f434d;
    padding-left: 0px;
    text-align: center;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: none;
    border: 0;
    border-radius: 100px;
    padding: 0px 5px;
    opacity: .8;
    color: #ff000d;
    font-size: 35px;
    font-weight: 500;
    position: absolute;
    right: 16px;
    top: 13px;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 3rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#form__error_phone, #form__error {
    left: 60px;
    color: rgb(236, 12, 59);
    position: absolute;
}

@media (min-width: 765px){
    ._is-mobile{
        display: none;
    }
}
@media (max-width: 765px){
    ._is-mobile_not{
        display: none;
    }
    .mobile-feedback__form{
        display: inline-block;
        width: 100%;
    }
    .header_right_phone {
        margin: 0px;
        padding: 0px 20px 0 0;
        float: left;
        line-height: 60px;
        font-size: 24px;
        color: #333;
    }
    .shop-callback {
        margin: 0px;
        padding: 0px 0px 0 0px;
        float: right;
        line-height: 60px;
    }
    .modal-dialog {
        width: auto;
    }
    .modal-header h4 {
        margin-bottom: 0;
        font-size: 20px;
    }
    .call_to {
        text-align: center;
        padding: 15px 20px;
        background: #f6f6f6;
        padding-top: 0;
    }
}