/*
Theme Name:   Storefront Child
Theme URI:    http://example.com/storefront/
Description:  Storefront Child Theme
Author:       John Doe
Author URI:   http://example.com
Template:     storefront
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  storefrontchild
*/
input[type="reset"], input[type="button"], input[type="submit"], button {
  cursor: pointer;
  border-style: none;
  -webkit-appearance: button;
}

input[type="checkbox"].styled:checked + label, input[type="checkbox"].styled:not(:checked) + label, input[type="radio"].styled:checked + label, input[type="radio"].styled:not(:checked) + label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}

input[type="checkbox"].styled:checked + label:before, input[type="checkbox"].styled:not(:checked) + label:before, input[type="radio"].styled:checked + label:before, input[type="radio"].styled:not(:checked) + label:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #d8d8db;
  background: white;
}

input[type="checkbox"].styled:checked + label:before, input[type="checkbox"].styled:not(:checked) + label:before {
  border-radius: 3px;
}

input[type="radio"].styled:checked + label:before, input[type="radio"].styled:not(:checked) + label:before {
  border-radius: 50%;
}

input[type="checkbox"].styled:checked + label:after, input[type="checkbox"].styled:not(:checked) + label:after, input[type="radio"].styled:checked + label:after, input[type="radio"].styled:not(:checked) + label:after {
  position: absolute;
  top: 12px;
  left: 4px;
  content: "";
  width: 8px;
  height: 8px;
  line-height: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #0096db;
}

input[type="checkbox"].styled:checked + label:after, input[type="checkbox"].styled:not(:checked) + label:after {
  border-radius: 2px;
}

input[type="radio"].styled:checked + label:after, input[type="radio"].styled:not(:checked) + label:after {
  border-radius: 50%;
}

textarea, input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
  width: 100%;
  height: 40px;
  color: #313131;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background-color: #f6f6f6;
  padding: 0 15px;
  margin-bottom: 10px;
  height: 50px;
}

@media (max-width: 768px) {
  textarea, input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
    font-size: 1.4rem;
  }
}

table, th, td {
  vertical-align: top;
  line-height: 1;
  border-spacing: 0;
  border: 1px solid #d8d8db;
  padding: 1em;
}

h1,
h1 span, h2,
h2 span, h3,
h3 span, h4,
h4 span, h5,
h5 span, h6,
h6 span {
  color: #313131;
  font-family: "Saira", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  margin: 0;
  margin-bottom: 10px;
}

h1 a,
h1 span a, h2 a,
h2 span a, h3 a,
h3 span a, h4 a,
h4 span a, h5 a,
h5 span a, h6 a,
h6 span a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.container {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}

.container:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.container:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

@media (max-width: 1480px) {
  .container {
    width: 90%;
  }
}

.row {
  font-size: 0;
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}

.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row > [class*="col_"] {
  display: inline-block;
  vertical-align: top;
  /*float: left;*/
  font-size: 1.4rem;
  padding-left: 15px;
  padding-right: 15px;
}

.row > [class*="col_"].right {
  float: right;
}

.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}

@media (max-width: 1240px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row.big-gutter > [class*="col_"] {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1240px) {
  .row.big-gutter > [class*="col_"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row.small-gutter {
  margin-left: -7px;
  margin-right: -7px;
}

.row.small-gutter > [class*="col_"] {
  padding-left: 7px;
  padding-right: 7px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter > [class*="col_"] {
  padding-left: 0;
  padding-right: 0;
}

.row.flex:before, .row.flex:after {
  content: none;
}

@media (max-width: 1024px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*="col_"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*="col_"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

html {
  font-size: 10px;
  font-family: "Saira", Arial, Helvetica, sans-serif;
}

h1,
h1 span {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 15px;
}

h1 b,
h1 strong,
h1 span b,
h1 span strong {
  font-weight: 700;
}

h1 *,
h1 span * {
  font-size: 4.5rem;
}

h2,
h2 span {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 15px;
}

h2 b,
h2 strong,
h2 span b,
h2 span strong {
  font-weight: 700;
}

h2 *,
h2 span * {
  font-size: 3.8rem;
}

h3,
h3 span {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 15px;
}

h3 b,
h3 strong,
h3 span b,
h3 span strong {
  font-weight: 700;
}

h3 *,
h3 span * {
  font-size: 3.2rem;
}

h4,
h4 span {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1em;
}

h4 b,
h4 strong,
h4 span b,
h4 span strong {
  font-weight: 700;
}

h4 *,
h4 span * {
  font-size: 2.5rem;
}

h5,
h5 span {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1em;
}

h5 b,
h5 strong,
h5 span b,
h5 span strong {
  font-weight: 700;
}

h5 *,
h5 span * {
  font-size: 2rem;
}

h6,
h6 span {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.1em;
}

h6 b,
h6 strong,
h6 span b,
h6 span strong {
  font-weight: 700;
}

h6 *,
h6 span * {
  font-size: 1.4rem;
}

@media (max-width: 1240px) {
  h1,
  h1 span {
    font-size: 3.5rem;
  }
  h1 *,
  h1 span * {
    font-size: 3.5rem;
  }
  h2,
  h2 span {
    font-size: 3.2rem;
  }
  h2 *,
  h2 span * {
    font-size: 3.2rem;
  }
  h3,
  h3 span {
    font-size: 2.1rem;
  }
  h3 *,
  h3 span * {
    font-size: 2.1rem;
  }
  h4,
  h4 span {
    font-size: 2rem;
  }
  h4 *,
  h4 span * {
    font-size: 2rem;
  }
  h5,
  h5 span {
    font-size: 1.6rem;
  }
  h5 *,
  h5 span * {
    font-size: 1.6rem;
  }
  h6,
  h6 span {
    font-size: 1.2rem;
  }
  h6 *,
  h6 span * {
    font-size: 1.2rem;
  }
  p {
    font-size: 1.5rem;
  }
}

@media (max-width: 1024px) {
  h1,
  h1 span {
    font-size: 3rem;
  }
  h1 *,
  h1 span * {
    font-size: 3rem;
  }
  h2,
  h2 span {
    font-size: 2.7rem;
  }
  h2 *,
  h2 span * {
    font-size: 2.7rem;
  }
  h3,
  h2 span {
    font-size: 2rem;
  }
  h3 *,
  h2 span * {
    font-size: 2rem;
  }
  h4,
  h4 span {
    font-size: 1.9rem;
  }
  h4 *,
  h4 span * {
    font-size: 1.9rem;
  }
  h5,
  h5 span {
    font-size: 1.5rem;
  }
  h5 *,
  h5 span * {
    font-size: 1.5rem;
  }
}

@media (max-width: 560px) {
  h1,
  h1 span {
    font-size: 2.8rem;
  }
  h1 *,
  h1 span * {
    font-size: 2.8rem;
  }
  h2,
  h2 span {
    font-size: 2.5rem;
  }
  h2 *,
  h2 span * {
    font-size: 2.5rem;
  }
  h3,
  h3 span {
    font-size: 1.8rem;
  }
  h3 *,
  h3 span * {
    font-size: 1.8rem;
  }
}

p,
li {
  font-family: "Saira", Arial, Helvetica, sans-serif;
  color: #313131;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7em;
  margin: 0 0 15px;
}

@media (max-width: 768px) {
  p,
  li {
    margin: 0 0 10px;
  }
}

p:empty,
li:empty {
  display: none;
  margin: 0;
}

p a,
li a {
  font-size: 100%;
  margin: 0;
  color: #f43232;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
}

p a:hover,
li a:hover {
  color: #f43232;
}

p strong,
p i,
p u,
li strong,
li i,
li u {
  font-size: inherit;
  font-family: inherit;
}

p span,
li span {
  font-size: inherit;
  font-family: inherit;
  margin: 0;
  font-weight: inherit;
}

p label,
li label {
  font-size: 100%;
  margin: 0;
}

p i,
li i {
  font-style: italic;
}

p b,
li b {
  font-weight: 700;
}

@media (max-width: 1024px) {
  p,
  li {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}

@media (max-width: 1480px) {
  p *,
  li * {
    font-size: 1.3rem;
  }
}

@media (max-width: 1024px) {
  p *,
  li * {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}

@media (max-width: 768px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

a {
  display: inline-block;
  font-family: "Saira", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #f43232;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

@media (max-width: 768px) {
  a {
    font-size: 1.5rem;
  }
}

a p {
  margin: 0;
}

a span {
  margin: 0;
}

a label {
  margin: 0;
}

a:hover {
  color: #f43232;
  outline: 0;
}

a:focus {
  outline: none;
}

a:active {
  outline: 0;
}

span {
  font-family: "Saira", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 1024px) {
  span {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}

span p {
  margin: 0;
}

span a {
  margin: 0;
}

span span {
  margin: 0;
}

span label {
  margin: 0;
}

label {
  font-family: "Saira", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 1024px) {
  label {
    font-size: 1.5rem !important;
  }
}

label p {
  margin: 0;
}

label a {
  margin: 0;
}

label span {
  margin: 0;
}

label label {
  margin: 0;
}

strong,
strong * {
  font-weight: 700;
}

b,
b * {
  font-weight: 700;
}

blockquote {
  padding: 25px 50px;
  position: relative;
  text-align: center;
  background: #f1f1f1;
  margin: 30px 0;
}

blockquote * {
  color: #0a1c64;
}

blockquote p {
  font-size: 1.8rem !important;
  color: #0a1c64 !important;
  margin-bottom: 0;
}

blockquote p {
  font-family: "Saira", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.7em;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}

@media (max-width: 1480px) {
  blockquote p {
    font-size: 1.6rem;
  }
}

@media (max-width: 1024px) {
  blockquote p {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}

@media (max-width: 1024px) {
  blockquote {
    padding: 5px 0 5px 15px;
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  blockquote p {
    font-size: 1.4rem !important;
    line-height: 24px;
  }
}

.general_content ul {
  margin-left: 0;
}

.general_content li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7em;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .general_content li {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}

.general_content ul,
.general_content ol {
  margin-bottom: 20px;
  padding-left: 25px;
}

.general_content ul ul,
.general_content ul ol,
.general_content ol ol,
.general_content ol ul {
  margin-top: 10px;
}

.general_content ul li {
  list-style: disc inside none;
  display: list-item;
}

.general_content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: inside;
}

.general_content_large p,
.general_content_large li,
.general_content_large td {
  font-size: 1.8rem;
}

@media (max-width: 1240px) {
  .general_content_large p,
  .general_content_large li,
  .general_content_large td {
    font-size: 1.6rem;
  }
}

@media (max-width: 1024px) {
  .general_content_large p,
  .general_content_large li,
  .general_content_large td {
    font-size: 1.4rem;
  }
}

.general_content_large p *,
.general_content_large li *,
.general_content_large td * {
  font-size: inherit;
}

@media (max-width: 1024px) {
  .general_content p[text="&nbsp;"] {
    display: none;
  }
}

/*
.general_content li {
    font-size: $main-font-size;
    font-weight: $main-font-weight;
    list-style-type: none;
    margin: 0 0 15px 0;
    line-height: $main-line-height;

    @include middle-desktop {
        font-size: 1.3rem;
    }

    @include tablet {
        font-size: $mobile-font-size;
        line-height: $mobile-line-height;
    }

    @include mobile {
        margin: 0 0 10px 0;
    }

    & * {
        font-size: $main-font-size;

        @include middle-desktop {
            font-size: 1.3rem;
        }

        @include tablet {
            font-size: $mobile-font-size;
            line-height: $mobile-line-height;
        }
    }
}

.general_content ul {
    margin-bottom: 25px;

    ul {
        margin-top: 15px;
        padding-left: 30px;
    }

    li {
        &:before {
            display: inline-block;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f111";
            color: $main-text-color;
            font-size: 7px;
            width: 1em;
            vertical-align: middle;
            margin-right: 15px;
        }
    }
}
.general_content ol li {
    list-style: decimal;
    display: list-item;
    list-style-position: inside;
}*/
.white-txt {
  color: white;
}

.white-txt h1 {
  color: white;
}

.white-txt h2 {
  color: white;
}

.white-txt h3 {
  color: white;
}

.white-txt h4 {
  color: white;
}

.white-txt h5 {
  color: white;
}

.white-txt h6 {
  color: white;
}

.white-txt p {
  color: white;
}

.white-txt a {
  color: white;
}

.white-txt span {
  color: white;
}

.white-txt li,
.white-txt label {
  color: white;
}

.white-txt ul li:before {
  color: #fff;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input {
  vertical-align: baseline;
  line-height: normal;
  margin: 0 0 25px;
}

@media (max-width: 1024px) {
  input {
    margin: 0 0 15px;
  }
}

@media (max-width: 768px) {
  input {
    margin: 0 0 10px;
  }
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

input[type="checkbox"] {
  line-height: normal;
  padding: 0;
  margin: 4px 0 0;
}

input[type="checkbox"].styled:checked {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"].styled:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

input[type="checkbox"].styled:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"].styled:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

input[type="radio"] {
  line-height: normal;
  padding: 0;
  margin: 4px 0 0;
}

input[type="radio"].styled:checked {
  position: absolute;
  left: -9999px;
}

input[type="radio"].styled:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

input[type="radio"].styled:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="radio"].styled:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

select {
  vertical-align: baseline;
  text-transform: none;
  padding-right: 0;
  margin: 0;
}

select.styled {
  width: 100% !important;
  height: 100% !important;
}

textarea {
  vertical-align: baseline;
  margin: 0;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  height: auto;
  min-height: 110px;
  line-height: normal;
  padding: 15px 17px;
}

input[type="password"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  color: #313131;
  font-size: 15px;
}

@media (max-width: 768px) {
  input[type="password"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder {
    font-size: 14px;
  }
}

input[type="password"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder {
  color: #313131;
  font-size: 15px;
}

@media (max-width: 768px) {
  input[type="password"]::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  textarea::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder {
    font-size: 14px;
  }
}

input[type="password"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder {
  color: #313131;
  font-size: 15px;
}

@media (max-width: 768px) {
  input[type="password"]:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder {
    font-size: 14px;
  }
}

input[type="password"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder {
  color: #313131;
  font-size: 15px;
}

@media (max-width: 768px) {
  input[type="password"]:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  textarea:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder {
    font-size: 14px;
  }
}

button {
  vertical-align: baseline;
  line-height: normal;
  text-transform: none;
  margin: 0;
}

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

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

input[disabled] {
  cursor: default;
}

button[disabled] {
  cursor: default;
}

label {
  display: block;
  color: #313131;
  font-family: "Saira", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 7px;
}

::-webkit-input-placeholder {
  color: #313131;
  font-size: 1.6rem;
  font-family: "Saira";
  font-weight: 400;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #313131;
  font-size: 1.6rem;
  font-family: "Saira";
  font-weight: 400;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #313131;
  font-size: 1.6rem;
  font-family: "Saira";
  font-weight: 400;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #313131;
  font-size: 1.6rem;
  font-family: "Saira";
  font-weight: 400;
  letter-spacing: normal;
}

.select-block {
  position: relative;
}

.select-block .selectric-wrapper {
  background: #fff;
}

.select-block .selectric-wrapper .selectric .select-button {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 13px;
  height: 8px;
  background-image: url(images/select-arrow2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 10;
}

.select-block .selectric-wrapper .selectric span.label {
  height: 39px;
  color: #878787;
  font-size: 1.1rem;
  font-family: "Saira";
  line-height: 41px;
  text-transform: uppercase;
  padding: 0 30px;
}

.select-block .selectric-wrapper.white-select {
  border: 0;
}

.select-block .selectric-wrapper .selectric-items ul li {
  padding: 7px 20px;
  color: #878787;
  font-size: 1.3rem;
  margin: 0;
  border: 0;
  border-top: 1px solid #c2c0c6;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  display: initial;
  width: auto;
  float: none;
  text-align: initial;
  font-size: inherit;
  line-height: normal;
  text-transform: none;
  padding: 0;
}

.styled-checkbox + label:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  vertical-align: text-top;
  border: 2px solid #d1d3d4;
  background: #e6e7e8;
  margin-right: 10px;
}

.styled-checkbox:checked + label:before {
  color: #f73093;
}

.styled-checkbox:checked + label:after {
  position: absolute;
  top: 9px;
  left: 5px;
  width: 2px;
  height: 2px;
  content: "";
  background: #f73093;
  -webkit-box-shadow: 2px 0 0 #f73093, 4px 0 0 #f73093, 4px -2px 0 #f73093, 4px -4px 0 #f73093, 4px -6px 0 #f73093, 4px -8px 0 #f73093;
          box-shadow: 2px 0 0 #f73093, 4px 0 0 #f73093, 4px -2px 0 #f73093, 4px -4px 0 #f73093, 4px -6px 0 #f73093, 4px -8px 0 #f73093;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.styled-checkbox:disabled + label {
  cursor: auto;
  color: #b8b8b8;
}

.styled-checkbox:disabled + label:before {
  background: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpcf7 .ajax-loader,
.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Other Fields */
.wpcf7-validates-as-required {
  /*all required fields*/
}

select option {
  /*select option*/
}

input[type="file"] {
  /*file field*/
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #f43232;
}

div.wpcf7-mail-sent-ok {
  color: #007a1f;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
  font-weight: normal;
}

.btn,
button,
input[type="submit"] {
  color: #fff;
  font-family: "Saira", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #f43232;
  padding: 13px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  border-radius: 5px;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
  background-color: #c31111;
  color: #fff;
}

@media (max-width: 1024px) {
  .btn,
  button,
  input[type="submit"] {
    font-size: 1.5rem;
  }
}

.btn.full,
button.full,
input[type="submit"].full {
  width: 100%;
}

.btn.small,
button.small,
input[type="submit"].small {
  font-size: 1.2rem;
}

@media (max-width: 1480px) {
  .btn.small,
  button.small,
  input[type="submit"].small {
    font-size: 1.1rem;
  }
}

.btn.uppercase,
button.uppercase,
input[type="submit"].uppercase {
  text-transform: uppercase;
}

.btn.btn-outline,
button.btn-outline,
input[type="submit"].btn-outline {
  color: #f43232;
  border: 1px solid #f43232;
  background-color: transparent;
}

.btn.btn-outline:hover,
button.btn-outline:hover,
input[type="submit"].btn-outline:hover {
  color: #fff;
  background-color: #f43232;
}

.btn.gray-outline,
button.gray-outline,
input[type="submit"].gray-outline {
  color: #888888;
  border: 1px solid #888888;
  background-color: transparent;
}

.btn.gray-outline:hover,
button.gray-outline:hover,
input[type="submit"].gray-outline:hover {
  background-color: #f43232;
  color: #fff;
  border: 1px solid #f43232;
}

body,
html {
  background-color: #313131;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #313131;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-family: "Saira";
}

body {
  -webkit-overflow-scrolling: touch;
}

img {
  max-width: 100%;
}

*:focus {
  outline: none !important;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.t-left {
  display: table;
  margin: 0 auto 0 0;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.no-scroll {
  overflow: hidden !important;
}

.floating-objects {
  clear: both;
  zoom: 1;
}

.floating-objects:after {
  display: table;
  content: "";
  clear: both;
}

.floating-objects:before {
  display: table;
  content: "";
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.sep {
  display: block;
  width: 100%;
  height: 1px;
  background: #727272;
  clear: both;
  margin-top: 50px;
  margin-bottom: 30px;
}

.sep:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.sep:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.ttl {
  text-transform: lowercase;
}

.ovh:before {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
}

.ovh:after {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

@media (max-width: 768px) {
  .alignleft {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

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

@media (max-width: 768px) {
  .alignright {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.aligncenter {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .aligncenter {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.mobile-only {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
}

.tablet-only {
  display: none !important;
}

@media (max-width: 1024px) {
  .tablet-only {
    display: block !important;
  }
}

.pt {
  padding-top: 25px;
}

.pb {
  padding-bottom: 25px;
}

.no-p {
  padding: 0;
}

.mt {
  margin-top: 25px;
}

.mb {
  margin-bottom: 25px;
}

.m0a {
  margin: 0 auto;
}

.no-m {
  margin: 0;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 52.65%;
  padding-top: 30px;
}

.video-wrapper iframe {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper object {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper embed {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.general_content table {
  margin-bottom: 20px;
}

.general_content table td {
  line-height: 1.6em;
}

@media (max-width: 768px) {
  .general_content .gallery {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 768px) {
  .general_content .gallery .gallery-item {
    margin-bottom: 0;
    padding: 10px 0;
    margin-top: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .general_content blockquote {
    padding: 25px 0 25px 15px;
    margin: 40px 0;
  }
}

@media (max-width: 768px) {
  .general_content blockquote p {
    font-size: 1.4rem !important;
  }
}

.section {
  padding: 80px 0;
}

@media (max-width: 1480px) {
  .section {
    padding: 60px 0;
  }
}

@media (max-width: 1024px) {
  .section {
    padding: 40px 0;
  }
}

.section.section_small {
  padding: 10px 0;
}

@media (max-width: 1024px) {
  .section.section_small {
    padding: 0;
  }
}

.section-bottom {
  padding-bottom: 80px;
}

@media (max-width: 1480px) {
  .section-bottom {
    padding-bottom: 60px;
  }
}

@media (max-width: 1024px) {
  .section-bottom {
    padding-bottom: 40px;
  }
}

.relative {
  position: relative;
}

.vertical_align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.no-relative {
  position: initial;
}

.heading {
  font-family: "Saira";
  color: #f43232;
}

.nofound {
  border: 1px solid #c2c2c2;
  text-align: center;
  padding: 20px 9px;
  color: #fff;
  background: #ededed;
}

.nofound p {
  margin-bottom: 0;
}

.nofound i {
  margin-right: 10px;
  font-size: 20px;
  color: #bea87f;
}

body .widget_nav_menu ul li::before {
  content: none;
}

.custom_note {
  background: #ff3636;
  padding: 30px 30px 30px 80px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .custom_note {
    padding: 20px 20px 20px 60px;
  }
}

.custom_note:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  /* margin-top: -13px; */
  font-size: 13px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  padding-left: 10px;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 35px;
  font-size: 34px;
}

@media (max-width: 1024px) {
  .custom_note:before {
    left: 15px;
    top: 24px;
    font-size: 24px;
    padding-left: 5px;
  }
}

.custom_note p {
  margin-bottom: 0;
}

.sidebar-box,
.sidebar-item {
  margin-bottom: 30px;
}

.sidebar-box:last-of-type,
.sidebar-item:last-of-type {
  margin-bottom: 0;
}

.sidebar-box.widget_custom_html,
.sidebar-item.widget_custom_html {
  margin-bottom: 0 !important;
}

.sidebar-box .title_widget,
.sidebar-item .title_widget {
  font-size: 27px;
  font-weight: 800;
  color: #fff;
  line-height: 1em;
}

@media (max-width: 1024px) {
  .sidebar-box .title_widget,
  .sidebar-item .title_widget {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .sidebar-box .title_widget,
  .sidebar-item .title_widget {
    font-size: 18px;
  }
}

.sidebar-box .title_widget span,
.sidebar-item .title_widget span {
  color: #f43232;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.widget_ai1ec_agenda_widget .ai1ec-calendar-link {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #f43232;
  border: 1px solid #f43232;
  border-radius: 5px;
  padding: 10px 20px;
  color: #f43232;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  max-width: 250px;
}

.widget_ai1ec_agenda_widget .ai1ec-calendar-link:hover {
  color: #fff;
  background-color: #f43232;
}

@media (max-width: 1024px) {
  .widget_ai1ec_agenda_widget .ai1ec-calendar-link {
    font-size: 1.5rem;
  }
}

.widget_ai1ec_agenda_widget .ai1ec-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  background: transparent !important;
  border: none !important;
}

.widget_ai1ec_agenda_widget .ai1ec-date .ai1ec-date-title {
  margin-top: 0 !important;
  width: 90px;
  border-radius: 10px;
  margin-right: 10px;
  height: 80px;
  color: #fff;
  text-align: center;
  border: none !important;
  padding: 0;
  margin-left: 0;
  background: transparent !important;
}

@media (max-width: 768px) {
  .widget_ai1ec_agenda_widget .ai1ec-date .ai1ec-date-title {
    width: 70px;
  }
}

.widget_ai1ec_agenda_widget .ai1ec-date .ai1ec-date-title > div {
  font-weight: 700;
  line-height: 1em;
}

.widget_ai1ec_agenda_widget .ai1ec-date .ai1ec-date-title .ai1ec-weekday {
  display: none;
}

.widget_ai1ec_agenda_widget .ai1ec-date .ai1ec-date-title .ai1ec-month {
  background: #f43232;
  font-size: 14px;
  padding: 7px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media (max-width: 1024px) {
  .widget_ai1ec_agenda_widget .ai1ec-date .ai1ec-date-title .ai1ec-month {
    font-size: 13px;
  }
}

.widget_ai1ec_agenda_widget .ai1ec-date .ai1ec-date-title .ai1ec-day {
  background: #fff;
  padding: 12px 10px;
  text-align: center;
  color: #313131;
  font-size: 30px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media (max-width: 1024px) {
  .widget_ai1ec_agenda_widget .ai1ec-date .ai1ec-date-title .ai1ec-day {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .widget_ai1ec_agenda_widget .ai1ec-date .ai1ec-date-title .ai1ec-day {
    padding: 8px 10px;
  }
}

.widget_ai1ec_agenda_widget .ai1ec-date-events {
  width: calc(100% - 100px);
  margin: 0;
  background: transparent !important;
}

@media (max-width: 768px) {
  .widget_ai1ec_agenda_widget .ai1ec-date-events {
    width: calc(100% - 80px);
  }
}

.widget_ai1ec_agenda_widget .ai1ec-date-events .ai1ec-event {
  background-color: #3e3e3e;
  border-radius: 10px;
  padding: 11px;
  margin: 0 !important;
  margin-bottom: 10px !important;
}

.widget_ai1ec_agenda_widget .ai1ec-date-events .ai1ec-event a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: transparent;
  border: none !important;
}

.widget_ai1ec_agenda_widget .ai1ec-date-events .ai1ec-event a .ai1ec-event-time {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #888888;
  width: 100%;
  line-height: 1em;
}

.widget_ai1ec_agenda_widget .ai1ec-date-events .ai1ec-event a .ai1ec-event-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.2em;
}

@media (max-width: 1024px) {
  .widget_ai1ec_agenda_widget .ai1ec-date-events .ai1ec-event a .ai1ec-event-title {
    font-size: 16px;
  }
}

.widget_ai1ec_agenda_widget .ai1ec-date-events .ai1ec-event a .ai1ec-event-title * {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 1024px) {
  .widget_ai1ec_agenda_widget .ai1ec-date-events .ai1ec-event a .ai1ec-event-title * {
    font-size: 16px;
  }
}

body .slick-dotted.slick-slider {
  margin-bottom: 70px;
}

.simple_dots .slick-dots {
  bottom: -45px;
}

@media (max-width: 768px) {
  .simple_dots .slick-dots li {
    margin: 0 3px;
  }
}

.simple_dots .slick-dots li button {
  border: 1px solid transparent;
  border-radius: 500px;
}

.simple_dots .slick-dots li button:before {
  opacity: 1;
  font-size: 10px;
  color: #f43232;
  line-height: 21px;
}

.simple_dots .slick-dots li button:hover:before {
  color: #f43232;
}

.simple_dots .slick-dots li:hover button, .simple_dots .slick-dots li.slick-active button {
  border-color: #f43232;
}

.simple_dots .slick-dots li:hover button:before, .simple_dots .slick-dots li.slick-active button:before {
  color: #f43232;
}

.general_content table {
  background-color: transparent !important;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .general_content table {
    font-size: 15px;
  }
}

.general_content table tr,
.general_content table td,
.general_content table th {
  background-color: transparent !important;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .general_content table tr,
  .general_content table td,
  .general_content table th {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .general_content table tr,
  .general_content table td,
  .general_content table th {
    padding: 12px 12px;
  }
}

@media (max-width: 1024px) {
  .section_default .left_content {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .section_default .right_sidebar {
    width: 100%;
  }
}

.section_default .right_sidebar .sidebar-item {
  background: #252525;
  padding: 20px;
  margin-bottom: 30px;
}

.section_default .right_sidebar .widget_custom_html {
  background: #252525;
  padding: 20px;
  margin-bottom: 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.section_default .right_sidebar .widget_ai1ec_agenda_widget {
  background: #252525;
  padding: 0 20px 20px 20px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.box-feed .video_box iframe {
  height: 510px;
  width: 100%;
}

.box-feed .videos_list .wrap-videos {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.box-feed .videos_list .wrap-videos::before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+1,0+99 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), color-stop(1%, rgba(0, 0, 0, 0.65)), color-stop(99%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

.box-feed .videos_list .wrap-videos::after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  opacity: 0.5;
}

.box-feed .videos_list .video-sidebar {
  background-color: #3e3e3e;
  border-radius: 10px;
  border: 1px solid #707070;
  height: 510px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow-y: scroll;
}

.box-feed .videos_list .video-sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #313131;
}

.box-feed .videos_list .video-sidebar::-webkit-scrollbar {
  width: 12px;
  background-color: #313131;
}

.box-feed .videos_list .video-sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f43232;
}

.box-feed .videos_list .video-sidebar .item-video {
  padding: 5px 20px;
}

.box-feed .videos_list .video-sidebar .item-video iframe {
  height: 150px;
  width: 150px;
}

body .wp-youtube-live-error {
  background-color: #000;
}

.simple_newsletter {
  position: relative;
}

.simple_newsletter:after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1e1e1e;
}

.simple_newsletter .red_banner {
  background: #f43232;
  padding: 40px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .simple_newsletter .red_banner {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .simple_newsletter .red_banner {
    padding: 18px;
  }
}

.simple_newsletter .red_banner .wrap-form {
  max-width: 800px;
  margin: 40px auto 10px auto;
}

@media (max-width: 1024px) {
  .simple_newsletter .red_banner .wrap-form {
    margin: 30px auto 10px auto;
  }
}

.simple_newsletter .red_banner .wrap-form .textwidget {
  display: none;
}

.simple_newsletter .red_banner .wrap-form .wrap-form-news {
  position: relative;
}

.simple_newsletter .red_banner .wrap-form .wrap-form-news input[type="email"] {
  margin-bottom: 0;
  height: 57px;
  padding-right: 150px;
}

.simple_newsletter .red_banner .wrap-form .wrap-form-news .button-newletter {
  position: absolute;
  right: 5px;
  top: 6px;
}

.simple_newsletter .red_banner .wrap-form .wrap-form-news input[type="submit"] {
  margin-bottom: 0;
  padding: 10px 20px;
}

.mc4wp-alert {
  padding: 10px;
  margin-top: 20px;
  text-align: center;
}

.mc4wp-alert.mc4wp-error {
  border: 1px solid #a10000;
  background: #a10000;
}

.mc4wp-alert.mc4wp-success {
  border: 1px solid green;
  background: #65bc51;
}

.mc4wp-alert p {
  margin-bottom: 0;
  margin-top: 0 !important;
}

.mc4wp-alert.mc4wp-notice {
  background: #c9ccdc;
  border: 1px solid #acb2d0;
}

body .ai1ec-agenda-widget-view .ai1ec-date,
body .ai1ec-agenda-view .ai1ec-date {
  background-color: transparent !important;
}

body .timely a {
  color: #f43232;
  text-decoration: none;
}

body .timely a:hover,
body .timely a:focus {
  color: #f43232;
  text-decoration: underline;
}

body .timely .ai1ec-btn-link {
  color: #f43232;
}

body .timely .ai1ec-btn-link:hover,
body .timely .ai1ec-btn-link:focus {
  color: #f43232;
}

body .timely .ai1ec-nav .ai1ec-open > a,
body .timely .ai1ec-nav .ai1ec-open > a:hover,
body .timely .ai1ec-nav .ai1ec-open > a:focus {
  border-color: #f43232;
}

body a.ai1ec-thumbnail:hover,
body a.ai1ec-thumbnail:focus,
body a.ai1ec-thumbnail.ai1ec-active {
  border-color: #f43232;
}

body .entry-content .timely a,
body .comment-content .timely a,
body .site-footer .widget .timely a {
  color: #f43232;
}

body .entry-content .timely a:visited,
body .comment-content .timely a:visited,
body .site-footer .widget .timely a:visited {
  color: #f43232;
}

body .entry-content .timely a:hover,
body .comment-content .timely a:hover,
body .site-footer .widget .timely a:hover {
  color: #f43232;
}

body .ai1ec-allday-badge {
  background: #f43232;
}

body .ai1ec-tag {
  color: #f43232;
}

body .ai1ec-agenda-widget-view .ai1ec-event > a {
  color: #f43232;
}

body .ai1ec-single-event .ai1ec-gmap-placeholder,
body .ai1ec-multi-event .ai1ec-gmap-placeholder {
  color: #f43232;
}

body .ai1ec-month-view .ai1ec-allday .ai1ec-event,
body .ai1ec-month-view .ai1ec-multiday .ai1ec-event,
body .ai1ec-week-view .ai1ec-allday-events .ai1ec-allday .ai1ec-event,
body .ai1ec-week-view .ai1ec-allday-events .ai1ec-multiday .ai1ec-event,
body .ai1ec-oneday-view .ai1ec-allday-events .ai1ec-allday .ai1ec-event,
body .ai1ec-oneday-view .ai1ec-allday-events .ai1ec-multiday .ai1ec-event {
  background-color: #f43232;
}

body .ai1ec-month-view .ai1ec-multiday-arrow1 {
  background: #f43232;
  border-left-color: #f43232;
}

body .ai1ec-month-view .ai1ec-multiday-arrow2 {
  border: 7px solid #f43232;
}

body .ai1ec-month-view .ai1ec-multiday-bar {
  background: #f43232;
}

body .ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
  color: #f43232;
}

body .timely .ai1ec-btn-default {
  color: #333;
  background-color: #3e3e3e;
  border-color: #252525;
}

body .timely .ai1ec-btn-default:hover,
body .timely .ai1ec-btn-default:focus,
body .timely .ai1ec-btn-default:active,
body .timely .ai1ec-btn-default.ai1ec-active,
body .ai1ec-open .ai1ec-dropdown-toggle.timely .ai1ec-btn-default {
  color: #fff;
  background-color: #424242;
  border-color: #444444;
}

body .ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-time {
  font-weight: 400;
}

body.single-ai1ec_event .ai1ec-single-event {
  background: #252525;
  color: #fff;
  padding: 13px;
  border-radius: 10px;
  margin-bottom: 20px;
  clear: both;
  display: inline-block;
  width: 100%;
}

body.single-ai1ec_event .ai1ec-single-event .ai1ec-event-details {
  margin-top: 0;
  color: #fff;
}

body.single-ai1ec_event .ai1ec-single-event .ai1ec-actions .ai1ec-fa-fw {
  color: #fff;
}

body.single-ai1ec_event .ai1ec-single-event .ai1ec-time .ai1ec-field-value,
body.single-ai1ec_event .ai1ec-multi-event .ai1ec-time .ai1ec-field-value {
  font-size: 15px;
}

body.single-ai1ec_event .ai1ec-single-event .ai1ec-actions .ai1ec-btn-group-vertical {
  margin-top: 5px;
  margin-bottom: 5px;
}

body.single-ai1ec_event .ai1ec-single-event .ai1ec-actions .ai1ec-btn-group-vertical:last-child {
  margin-bottom: 0;
}

body.single-ai1ec_event span.ai1ec-hidden-xs {
  font-size: 13px;
}

body.single-ai1ec_event .ai1ec-single-event .ai1ec-actions .ai1ec-fa-fw {
  font-size: 14px;
}

body.single-ai1ec_event .ai1ec-single-event .ai1ec-field-label,
body.single-ai1ec_event .ai1ec-multi-event .ai1ec-field-label {
  text-align: left;
}

body.single-ai1ec_event .p-category {
  background: #f43232;
  color: #fff;
}

body.single-ai1ec_event .p-category:hover {
  background-color: #f43232;
  color: #fff;
}

.error-page {
  padding: 150px 0;
}

.error-page img {
  margin-bottom: 40px;
}

.error-page .btn {
  margin-top: 20px;
}

.box-feed-yt {
  background: #252525;
  padding: 50px;
  border-radius: 20px;
}

@media (max-width: 1024px) {
  .box-feed-yt {
    padding: 35px;
  }
}

@media (max-width: 768px) {
  .box-feed-yt {
    padding: 0;
    background-color: transparent;
  }
}

.gform_wrapper {
  background: #252525;
  padding: 40px;
  border-radius: 10px;
}

body .gform-icon.gform-icon--close {
  font-size: 20px;
}

body .gform_legacy_markup_wrapper .gform_validation_errors > h2 {
  color: #fff;
}

body .gform_legacy_markup_wrapper li.gfield.gfield_error,
body .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  border-bottom: none;
  border-top: none;
  padding-bottom: 0;
  padding-top: 0;
}

body .gform_legacy_markup_wrapper .validation_message {
  color: #fff;
  background: #f43232;
  padding: 10px 15px !important;
  border-radius: 4px;
}

body .gform_confirmation_message_1 {
  background: green;
  color: #fff;
  padding: 30px;
  text-align: center;
  font-size: 16px;
  border-radius: 10px;
}

body input[type="submit"] {
  text-transform: uppercase;
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

body .gform_legacy_markup_wrapper div.validation_error,
body .gform_legacy_markup_wrapper ol.validation_list {
  background-color: #f43232;
  border-color: #f43232;
}

.accordion-section {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.accordion-section .accordion-section-title {
  width: 100%;
  padding: 20px;
  display: inline-block;
  background: #3e3e3e;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.accordion-section .accordion-section-title:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  /* margin-top: -13px; */
  width: auto !important;
  font-size: 13px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 26px;
}

.accordion-section .accordion-section-content {
  padding: 20px;
  display: none;
}

.accordion-section.active .accordion-section-title:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion-section.active .accordion-section-content {
  background: #252525;
  display: block;
}

body.page-template-page-break .timely .ai1ec-nav .ai1ec-open > a,
body.page-template-page-break .timely .ai1ec-nav .ai1ec-open > a:hover,
body.page-template-page-break .timely .ai1ec-nav .ai1ec-open > a:focus {
  background-color: transparent;
}

body.page-template-page-break .section-room {
  border-top: 1px solid #707070;
  padding-bottom: 140px;
}

@media (max-width: 1024px) {
  body.page-template-page-break .section-room {
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  body.page-template-page-break .section-room {
    padding-bottom: 0px;
  }
}

body.page-template-page-break .ai1ec-calendar-view .ai1ec-dropdown-menu {
  background-color: #3e3e3e;
}

body.page-template-page-break .ai1ec-calendar-view .ai1ec-dropdown-menu a {
  font-size: 14px !important;
}

body.page-template-page-break .ai1ec-calendar-view .ai1ec-btn {
  padding-top: 7px;
  padding-bottom: 7px;
}

body.page-template-page-break .ai1ec-calendar-view .ai1ec-views-dropdown i {
  line-height: 4px;
  color: #fff;
  font-size: 14px;
}

body.page-template-page-break .ai1ec-calendar-view .ai1ec-hidden-xs {
  font-size: 14px !important;
}

body.page-template-page-break .ai1ec-calendar {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #252525;
  padding: 40px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  body.page-template-page-break .ai1ec-calendar {
    background: transparent;
    padding: 0;
  }
}

body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li {
  float: none;
  width: 100%;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li {
    width: 48%;
    margin-bottom: auto;
    text-align: center;
  }
}

body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-toggle {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700 !important;
  padding-left: 10px;
  font-size: 20px;
}

@media (max-width: 1024px) {
  body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-toggle {
    font-size: 18px;
  }
}

body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-toggle:hover, body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-toggle:focus {
  background-color: transparent !important;
}

body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-toggle i,
body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-toggle .ai1ec-caret {
  display: none;
}

body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-menu {
  display: block;
  position: relative;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 0 12px;
}

@media (max-width: 1024px) {
  body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #252525;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-menu > span {
  margin-right: 10px;
}

@media (max-width: 1024px) {
  body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-menu > span {
    width: 100%;
    border-bottom: 1px solid #4b4b4b;
    display: inline-block;
  }
}

@media (max-width: 1024px) {
  body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-menu > span a {
    display: inline-block;
    background-color: transparent;
    color: #fff;
  }
}

body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-menu > div {
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #4b4b4b;
}

@media (max-width: 1024px) {
  body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-menu > div {
    width: 100%;
  }
}

body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-menu > div.ai1ec-active a {
  color: #f43232 !important;
}

body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-menu > div a {
  color: #fff;
  padding: 2px 0 !important;
  font-size: 14px;
  border-radius: 0;
}

@media (max-width: 768px) {
  body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-menu > div a {
    font-size: 13px;
  }
}

@media (max-width: 560px) {
  body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-menu > div a {
    font-size: 12px;
    padding: 0 5px !important;
    word-break: break-word;
  }
}

body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-menu > div a:hover, body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-menu > div a:focus {
  background-color: transparent;
  color: #f43232;
}

body.page-template-page-break .ai1ec-calendar .ai1ec-nav-pills > li .ai1ec-dropdown-menu > div a .ai1ec-color-swatch-empty {
  float: right;
}

body.page-template-page-break .ai1ec-subscribe-container.ai1ec-pull-right.ai1ec-btn-group {
  width: 25%;
  padding: 0;
  margin-top: 11px;
  display: none !important;
}

body.page-template-page-break .ai1ec-subscribe-container.ai1ec-pull-right.ai1ec-btn-group .ai1ec-subscribe-dropdown {
  width: 100%;
  border: none;
  padding: 6px !important;
  border-radius: 5px;
}

body.page-template-page-break .ai1ec-subscribe-container.ai1ec-pull-right.ai1ec-btn-group .ai1ec-dropdown-menu {
  z-index: 222222;
  background: #252525;
  list-style: none;
  margin-left: 0;
}

body.page-template-page-break .ai1ec-subscribe-container.ai1ec-pull-right.ai1ec-btn-group .ai1ec-dropdown-menu li {
  border-bottom: 1px solid #3e3e3e;
}

body.page-template-page-break .ai1ec-calendar-toolbar .ai1ec-nav {
  margin-bottom: 11px !important;
}

body.page-template-page-break .ai1ec-tag-filter .ai1ec-tag {
  background-color: #f43232;
  color: #fff;
  padding: 4px 10px !important;
  font-size: 14px;
}

body.page-template-page-break .timely .ai1ec-nav-pills > li.ai1ec-active > a,
body.page-template-page-break .timely .ai1ec-nav-pills > li.ai1ec-active > a:hover,
body.page-template-page-break .timely .ai1ec-nav-pills > li.ai1ec-active > a:focus {
  background-color: transparent;
}

body.page-template-page-break .ai1ec-dropdown-menu > .ai1ec-active > a,
body.page-template-page-break .ai1ec-dropdown-menu > .ai1ec-active > a:hover,
body.page-template-page-break .ai1ec-dropdown-menu > .ai1ec-active > a:focus {
  background-color: transparent;
  color: #f43232;
}

body.page-template-page-break #ai1ec-calendar-view-container {
  width: 75%;
  padding-left: 20px;
}

@media (max-width: 1024px) {
  body.page-template-page-break #ai1ec-calendar-view-container {
    width: 100%;
    padding-left: 0;
  }
}

body.page-template-page-break .ai1ec-agenda-widget-view .ai1ec-date,
body.page-template-page-break .ai1ec-agenda-view .ai1ec-date {
  background: #252525;
  background-color: #252525 !important;
  border-top: none;
}

@media (max-width: 768px) {
  body.page-template-page-break .ai1ec-agenda-widget-view .ai1ec-date,
  body.page-template-page-break .ai1ec-agenda-view .ai1ec-date {
    background: transparent;
    background-color: transparent !important;
  }
}

body.page-template-page-break .ai1ec-agenda-widget-view .ai1ec-date-title,
body.page-template-page-break .ai1ec-agenda-view .ai1ec-date-title {
  border: none;
  margin: 0 0.75em 0 0;
}

body.page-template-page-break .ai1ec-agenda-widget-view .ai1ec-date-title .ai1ec-weekday,
body.page-template-page-break .ai1ec-agenda-view .ai1ec-date-title .ai1ec-weekday {
  display: none !important;
}

body.page-template-page-break .ai1ec-agenda-widget-view .ai1ec-month,
body.page-template-page-break .ai1ec-agenda-view .ai1ec-month {
  background-color: #f43232 !important;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  padding: 7px;
  letter-spacing: 0;
}

body.page-template-page-break .ai1ec-agenda-widget-view .ai1ec-day,
body.page-template-page-break .ai1ec-agenda-view .ai1ec-day {
  background: #fff;
  padding: 12px 10px;
  text-align: center;
  color: #313131;
  font-size: 30px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

body.page-template-page-break .ai1ec-agenda-view .ai1ec-event {
  width: 100%;
  background-color: #3e3e3e;
  border-radius: 5px;
  padding: 16px;
  margin: 0 !important;
  margin-bottom: 10px !important;
  border: none;
  color: #fff;
}

body.page-template-page-break .ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
}

@media (max-width: 1024px) {
  body.page-template-page-break .ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
    font-size: 16px;
  }
}

body.page-template-page-break .ai1ec-agenda-view .ai1ec-event .ai1ec-event-time {
  color: #888888;
  width: 100%;
  line-height: 1em;
  font-weight: 400;
  font-size: 15px !important;
}

body.page-template-page-break .ai1ec-agenda-view .ai1ec-event.ai1ec-expanded {
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.page-template-page-break .ai1ec-agenda-view .ai1ec-categories,
body.page-template-page-break .ai1ec-agenda-view .ai1ec-tags {
  font-size: 14px;
}

body.page-template-page-break .ai1ec-agenda-view .ai1ec-categories .p-category,
body.page-template-page-break .ai1ec-agenda-view .ai1ec-tags .p-category {
  background-color: #f43232;
  color: #fff;
}

body.page-template-page-break .ai1ec-agenda-view .ai1ec-categories .p-category:hover,
body.page-template-page-break .ai1ec-agenda-view .ai1ec-tags .p-category:hover {
  background-color: #f43232;
  color: #fff;
}

body.page-template-page-break .ai1ec-read-more {
  background-color: #f43232;
  color: #fff;
  border: none;
  font-size: 15px;
}

body.page-template-page-break .ai1ec-read-more:hover {
  background-color: #f43232;
  color: #fff;
}

body.page-template-page-break .ai1ec-read-more i {
  font-size: 11px;
  margin-left: 6px;
}

body.page-template-page-break .ai1ec-agenda-view .ai1ec-event-summary-footer .ai1ec-field-label {
  font-size: 14px;
}

body.page-template-page-break .ai1ec-btn-toolbar {
  margin-bottom: 0;
  margin-top: 0 !important;
  display: inline-block;
  vertical-align: top;
  top: 0 !important;
  position: relative;
}

@media (max-width: 768px) {
  body.page-template-page-break .ai1ec-btn-toolbar {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body.page-template-page-break .ai1ec-btn-toolbar .ai1ec-btn-group {
  margin-top: 0;
}

body.page-template-page-break .ai1ec-btn-toolbar .ai1ec-btn-group a {
  font-size: 13px;
  color: #fff;
  padding: 6px 10px;
}

body.page-template-page-break .ai1ec-agenda-view {
  margin-top: 10px;
}

body.page-template-page-break .ai1ec-calendar-view-container .ai1ec-calendar-view > .ai1ec-pull-left {
  display: none;
}

body.page-template-page-break .ai1ec-agenda-view .ai1ec-date-events {
  width: calc(100% - 5.85em);
}

body.page-template-page-break .ai1ec-calendar-toolbar {
  background-color: transparent;
  border: none;
  margin-bottom: 8px;
  padding: 0;
  width: 25%;
}

@media (max-width: 1024px) {
  body.page-template-page-break .ai1ec-calendar-toolbar {
    width: 100%;
  }
}

body.page-template-page-break .ai1ec-calendar-toolbar .ai1ec-nav-pills {
  border-color: #707070;
  border-radius: 6px;
  background-color: #3e3e3e;
  padding: 0 8px 8px 8px !important;
}

@media (max-width: 1024px) {
  body.page-template-page-break .ai1ec-calendar-toolbar .ai1ec-nav-pills {
    width: 100%;
  }
}

.to-up {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  background-color: #f43232;
  text-align: center;
  line-height: 40px;
}

@media (max-width: 1024px) {
  .to-up {
    display: block;
  }
}

.to-up:hover {
  background-color: #090909;
  color: #fff;
}

.section-gray {
  background-color: #efefef;
}

.section-gray .each-slider {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #c8c8c8;
}

@media (max-width: 1024px) {
  .section-gray .each-slider {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.section-gray .each-slider:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .section-gray .each-slider:last-child {
    padding-bottom: 0;
  }
}

.section-gray .each-slider .general_content {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .section-gray .each-slider .general_content {
    margin-bottom: 20px;
  }
}

.section-gray .each-slider .general_content h2 {
  font-weight: 800;
  font-size: 40px;
  color: #313131;
}

@media (max-width: 1240px) {
  .section-gray .each-slider .general_content h2 {
    font-size: 35px;
  }
}

@media (max-width: 1024px) {
  .section-gray .each-slider .general_content h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .section-gray .each-slider .general_content h2 {
    font-size: 25px;
  }
}

.section-gray .each-slider .wrap-button {
  margin-top: 40px;
  text-align: center;
}

.simple-slider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 400px;
  overflow: hidden;
}

.simple-slider:not(.slick-slider) .item-slider {
  width: 20%;
}

@media (max-width: 1240px) {
  .simple-slider:not(.slick-slider) .item-slider {
    width: 25%;
  }
}

@media (max-width: 1024px) {
  .simple-slider:not(.slick-slider) .item-slider {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .simple-slider:not(.slick-slider) .item-slider {
    width: 50%;
  }
}

@media (max-width: 370px) {
  .simple-slider:not(.slick-slider) .item-slider {
    width: 100%;
  }
}

.item-slider {
  height: 100%;
}

.item-slider .wrapp_single_slider {
  width: 95%;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  height: calc(100% - 10px);
}

.item-slider .wrapp_single_slider:hover {
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
}

.item-slider .wrapp_single_slider .onsale {
  background: #f43232;
  color: #fff;
  border-color: #f43232;
  position: absolute;
  left: 0;
  top: 16px;
  border-radius: 0 10px 10px 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.item-slider .wrapp_single_slider .cover {
  width: 100%;
  height: 246px;
  border-radius: 10px;
  margin-bottom: 10px;
  background-size: contain;
}

@media (max-width: 480px) {
  .item-slider .wrapp_single_slider .cover {
    height: 200px;
  }
}

.item-slider .wrapp_single_slider .about_product .categories {
  margin-bottom: 4px;
  font-size: 14px;
  text-transform: uppercase;
  color: #f43232;
  line-height: 1em;
}

.item-slider .wrapp_single_slider .about_product .prod_title {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.1em;
}

@media (max-width: 480px) {
  .item-slider .wrapp_single_slider .about_product .prod_title {
    font-size: 16px;
  }
}

.item-slider .wrapp_single_slider .about_product .prod_title a {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 39px;
  white-space: initial;
  word-break: break-word;
  text-decoration: none;
  color: #313131;
  font-weight: 800;
  line-height: 1.1em;
}

@media (max-width: 1024px) {
  .item-slider .wrapp_single_slider .about_product .prod_title a {
    height: 57px;
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 480px) {
  .item-slider .wrapp_single_slider .about_product .prod_title a {
    height: auto;
    display: block;
  }
}

.item-slider .wrapp_single_slider .about_product .prod_title a:hover {
  color: #f43232;
}

.item-slider .wrapp_single_slider .about_product .warp-button p {
  margin: 0;
  line-height: 1.3em;
}

.item-slider .wrapp_single_slider .about_product .item_price .label {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: 100%;
  line-height: 1.2em;
}

.item-slider .wrapp_single_slider .about_product .out-stock,
.item-slider .wrapp_single_slider .about_product .button {
  border: 1px solid #f43232;
  color: #f43232;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #fff;
  padding-left: 7px;
  padding-right: 7px;
  font-weight: 400;
  text-align: center;
  line-height: 1em;
  font-size: 14px;
  width: 100%;
}

.item-slider .wrapp_single_slider .about_product .out-stock:hover,
.item-slider .wrapp_single_slider .about_product .button:hover {
  background-color: #f43232;
  color: #fff;
}

.item-slider .wrapp_single_slider .about_product .out-stock {
  font-size: 12px;
  padding: 10px 9px;
  display: inline-block;
  width: 100%;
}

.item-slider .wrapp_single_slider .about_product .out-stock:hover {
  background-color: #fff;
  color: #f43232;
}

.hero_home {
  background-color: #313131;
  padding: 50px 0 100px 0;
}

@media (max-width: 1480px) {
  .hero_home {
    padding: 60px 0;
  }
}

@media (max-width: 1024px) {
  .hero_home {
    border-top: 1px solid #f43232;
  }
}

@media (max-width: 768px) {
  .hero_home {
    padding: 50px 0;
  }
}

.hero_home .boxes-featured {
  padding-bottom: 30px;
}

@media (max-width: 1024px) {
  .hero_home .boxes-featured {
    padding-bottom: 10px;
  }
}

@media (max-width: 1240px) {
  .hero_home .boxes-featured .big-box {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .hero_home .boxes-featured .big-box {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 560px) {
  .hero_home .boxes-featured .big-box {
    margin-bottom: 0;
  }
}

.hero_home .boxes-featured .big-box .cover {
  width: 100%;
  height: 378px;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 768px) {
  .hero_home .boxes-featured .big-box .cover {
    height: 300px;
  }
}

@media (max-width: 560px) {
  .hero_home .boxes-featured .big-box .cover {
    height: 250px;
  }
}

@media (max-width: 1240px) {
  .hero_home .boxes-featured .small-box {
    width: 25%;
  }
}

@media (max-width: 1024px) {
  .hero_home .boxes-featured .small-box {
    width: 50%;
  }
}

@media (max-width: 560px) {
  .hero_home .boxes-featured .small-box {
    width: 100%;
  }
}

.hero_home .boxes-featured .small-box .cover {
  width: 100%;
  height: 378px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero_home .boxes-featured .small-box .cover {
    height: 300px;
  }
}

@media (max-width: 560px) {
  .hero_home .boxes-featured .small-box .cover {
    height: 250px;
  }
}

.hero_home .boxes-featured .small-box .cover:before {
  content: "";
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .hero_home .boxes-featured .small-box .cover:before {
    background-color: #000;
    opacity: 0.7;
  }
}

.hero_home .boxes-featured .small-box .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 10px;
}

.hero_home .boxes-featured .small-box .text .feat {
  color: #f43232;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  font-weight: 500;
}

.hero_home .boxes-featured .small-box .text .title {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  line-height: 1.4em;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .hero_home .boxes-featured .small-box .text .title {
    font-size: 16px;
  }
}

.hero_home .boxes-top {
  margin-bottom: 0 !important;
  margin-left: -10px;
  margin-right: -10px;
}

.hero_home .boxes-top.simple_dots .slick-dots {
  bottom: -35px;
}

.hero_home .boxes-top:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  overflow: hidden;
}

.hero_home .boxes-top:not(.slick-slider) .icon_box {
  width: 16%;
}

@media (max-width: 1240px) {
  .hero_home .boxes-top:not(.slick-slider) .icon_box {
    width: 25%;
  }
}

@media (max-width: 1024px) {
  .hero_home .boxes-top:not(.slick-slider) .icon_box {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .hero_home .boxes-top:not(.slick-slider) .icon_box {
    width: 50%;
  }
}

@media (max-width: 370px) {
  .hero_home .boxes-top:not(.slick-slider) .icon_box {
    width: 100%;
  }
}

.hero_home .boxes-top .icon_box {
  margin-top: 5px;
  margin-bottom: 5px;
}

.hero_home .boxes-top .icon_box .wrap-icon {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

.hero_home .boxes-top .icon_box .wrap-icon a {
  background: #3e3e3e;
  border-radius: 10px;
  border-bottom: 10px solid #f43232;
  display: inline-block;
  width: 100%;
  padding: 23px 10px 20px 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .hero_home .boxes-top .icon_box .wrap-icon a {
    border-bottom: 7px solid #f43232;
    padding: 17px 5px;
  }
}

.hero_home .boxes-top .icon_box .wrap-icon a:hover {
  background-color: #f43232;
  border-color: #3e3e3e;
}

.hero_home .boxes-top .icon_box .wrap-icon a:hover .small-img::before {
  background-color: #3e3e3e;
}

.hero_home .boxes-top .icon_box .wrap-icon a .name {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 7px;
  letter-spacing: 1px;
}

@media (max-width: 1480px) {
  .hero_home .boxes-top .icon_box .wrap-icon a .name {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .hero_home .boxes-top .icon_box .wrap-icon a .name {
    font-weight: 700;
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  .hero_home .boxes-top .icon_box .wrap-icon a .name {
    font-size: 16px;
  }
}

.hero_home .boxes-top .icon_box .wrap-icon a .small-img {
  position: relative;
  display: block;
  width: 120px;
  height: 100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .hero_home .boxes-top .icon_box .wrap-icon a .small-img {
    height: 80px;
    width: 100px;
  }
}

.hero_home .boxes-top .icon_box .wrap-icon a .small-img span {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 64px;
  position: relative;
  background-position: center center;
  display: inline-block;
}

@media (max-width: 768px) {
  .hero_home .boxes-top .icon_box .wrap-icon a .small-img span {
    height: 80px;
    width: 80px;
    background-size: 55px;
  }
}

.hero_home .boxes-top .icon_box .wrap-icon a .small-img::before {
  content: "";
  width: 39px;
  height: 39px;
  border-radius: 6px;
  background-color: #f43232;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media (max-width: 768px) {
  .hero_home .boxes-top .icon_box .wrap-icon a .small-img::before {
    width: 32px;
    height: 32px;
  }
}

.section-sidebar {
  padding-bottom: 0;
}

.section-sidebar .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #c8c8c8;
}

@media (max-width: 1240px) {
  .section-sidebar .left-side {
    width: 60%;
  }
}

@media (max-width: 1024px) {
  .section-sidebar .left-side {
    width: 100%;
  }
}

.section-sidebar .left-side .general_content {
  margin-bottom: 55px;
}

@media (max-width: 1240px) {
  .section-sidebar .left-side .general_content {
    margin-bottom: 20px;
  }
}

.section-sidebar .left-side .general_content h1 {
  font-size: 40px;
  margin-bottom: 10px;
}

.section-sidebar .left-side .wrap-button {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .section-sidebar .left-side .wrap-button {
    padding-top: 20px;
    text-align: center;
  }
}

.section-sidebar .left-side .list-products-normal .single-product {
  margin-bottom: 14px;
}

@media (max-width: 1240px) {
  .section-sidebar .left-side .list-products-normal .single-product {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .section-sidebar .left-side .list-products-normal .single-product {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .section-sidebar .left-side .list-products-normal .single-product {
    width: 50%;
  }
}

@media (max-width: 560px) {
  .section-sidebar .left-side .list-products-normal .single-product {
    width: 100%;
  }
}

.section-sidebar .left-side .list-products-normal .single-product .item-slider {
  height: 100%;
}

.section-sidebar .left-side .list-products-normal .single-product .item-slider .wrapp_single_slider {
  width: 100%;
  height: 100%;
}

@media (max-width: 1240px) {
  .section-sidebar .right-side {
    width: 40%;
  }
}

@media (max-width: 1024px) {
  .section-sidebar .right-side {
    width: 100%;
    margin-top: 30px;
  }
}

.section-sidebar .right-side .sidebar-box {
  background: #313131;
  border-radius: 10px;
  padding: 30px;
}

@media (max-width: 1024px) {
  .section-sidebar .right-side .sidebar-box {
    padding: 25px;
  }
}

.section-sidebar .right-side .sidebar-box .widget-title {
  font-weight: 800;
  font-size: 40px;
  line-height: 1em;
}

.section-sidebar .right-side .sidebar-box iframe {
  width: 100%;
  height: 250px;
}

.slick-dots li:first-child:last-child {
  display: none;
}

.prod_price > .price > .woocommerce-Price-amount,
.prod_price > .woocommerce-Price-amount,
.prod_price ins .woocommerce-Price-amount,
.woocommerce-variation-price > .price > .woocommerce-Price-amount,
.woocommerce-variation-price > .woocommerce-Price-amount,
.woocommerce-variation-price ins .woocommerce-Price-amount {
  color: #f43232;
  font-size: 30px;
  font-weight: 800;
}

@media (max-width: 768px) {
  .prod_price > .price > .woocommerce-Price-amount,
  .prod_price > .woocommerce-Price-amount,
  .prod_price ins .woocommerce-Price-amount,
  .woocommerce-variation-price > .price > .woocommerce-Price-amount,
  .woocommerce-variation-price > .woocommerce-Price-amount,
  .woocommerce-variation-price ins .woocommerce-Price-amount {
    font-size: 24px;
  }
}

.prod_price > .price > .woocommerce-Price-amount *,
.prod_price > .woocommerce-Price-amount *,
.prod_price ins .woocommerce-Price-amount *,
.woocommerce-variation-price > .price > .woocommerce-Price-amount *,
.woocommerce-variation-price > .woocommerce-Price-amount *,
.woocommerce-variation-price ins .woocommerce-Price-amount * {
  font-size: 30px;
  font-weight: 800;
  color: #f43232;
}

@media (max-width: 768px) {
  .prod_price > .price > .woocommerce-Price-amount *,
  .prod_price > .woocommerce-Price-amount *,
  .prod_price ins .woocommerce-Price-amount *,
  .woocommerce-variation-price > .price > .woocommerce-Price-amount *,
  .woocommerce-variation-price > .woocommerce-Price-amount *,
  .woocommerce-variation-price ins .woocommerce-Price-amount * {
    font-size: 24px;
  }
}

.prod_price > .price > .woocommerce-Price-amount sup,
.prod_price > .woocommerce-Price-amount sup,
.prod_price ins .woocommerce-Price-amount sup,
.woocommerce-variation-price > .price > .woocommerce-Price-amount sup,
.woocommerce-variation-price > .woocommerce-Price-amount sup,
.woocommerce-variation-price ins .woocommerce-Price-amount sup {
  font-size: 14px;
  position: relative;
  top: -9px;
}

@media (max-width: 768px) {
  .prod_price > .price > .woocommerce-Price-amount sup,
  .prod_price > .woocommerce-Price-amount sup,
  .prod_price ins .woocommerce-Price-amount sup,
  .woocommerce-variation-price > .price > .woocommerce-Price-amount sup,
  .woocommerce-variation-price > .woocommerce-Price-amount sup,
  .woocommerce-variation-price ins .woocommerce-Price-amount sup {
    font-size: 11px;
  }
}

.prod_price .label,
.woocommerce-variation-price .label {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  margin-right: 10px;
}

.prod_price del,
.woocommerce-variation-price del {
  color: #8a8a8a;
  font-size: 18px;
  font-weight: 500;
  line-height: 13px;
}

.prod_price del bdi,
.woocommerce-variation-price del bdi {
  line-height: 13px;
}

.prod_price del span,
.woocommerce-variation-price del span {
  line-height: 13px;
}

.prod_price del sup,
.woocommerce-variation-price del sup {
  font-size: 12px;
}

.prod_price del .label,
.woocommerce-variation-price del .label {
  display: none !important;
}

.prod_price.prod_price_big .price > .woocommerce-Price-amount,
.prod_price.prod_price_big ins .woocommerce-Price-amount,
.woocommerce-variation-price.prod_price_big .price > .woocommerce-Price-amount,
.woocommerce-variation-price.prod_price_big ins .woocommerce-Price-amount {
  font-size: 40px !important;
  font-weight: 800;
  line-height: 1em;
}

@media (max-width: 768px) {
  .prod_price.prod_price_big .price > .woocommerce-Price-amount,
  .prod_price.prod_price_big ins .woocommerce-Price-amount,
  .woocommerce-variation-price.prod_price_big .price > .woocommerce-Price-amount,
  .woocommerce-variation-price.prod_price_big ins .woocommerce-Price-amount {
    font-size: 30px !important;
  }
}

.prod_price.prod_price_big .price > .woocommerce-Price-amount *,
.prod_price.prod_price_big ins .woocommerce-Price-amount *,
.woocommerce-variation-price.prod_price_big .price > .woocommerce-Price-amount *,
.woocommerce-variation-price.prod_price_big ins .woocommerce-Price-amount * {
  color: #f43232;
  font-size: 40px !important;
}

@media (max-width: 768px) {
  .prod_price.prod_price_big .price > .woocommerce-Price-amount *,
  .prod_price.prod_price_big ins .woocommerce-Price-amount *,
  .woocommerce-variation-price.prod_price_big .price > .woocommerce-Price-amount *,
  .woocommerce-variation-price.prod_price_big ins .woocommerce-Price-amount * {
    font-size: 30px !important;
  }
}

.prod_price.prod_price_big .price > .woocommerce-Price-amount sup,
.prod_price.prod_price_big ins .woocommerce-Price-amount sup,
.woocommerce-variation-price.prod_price_big .price > .woocommerce-Price-amount sup,
.woocommerce-variation-price.prod_price_big ins .woocommerce-Price-amount sup {
  font-size: 14px !important;
  top: -15px;
}

@media (max-width: 768px) {
  .prod_price.prod_price_big .price > .woocommerce-Price-amount sup,
  .prod_price.prod_price_big ins .woocommerce-Price-amount sup,
  .woocommerce-variation-price.prod_price_big .price > .woocommerce-Price-amount sup,
  .woocommerce-variation-price.prod_price_big ins .woocommerce-Price-amount sup {
    font-size: 12px !important;
    top: -13px;
  }
}

.breadcrumbs-wrap .aioseo-breadcrumb,
.breadcrumbs-wrap .aioseo-breadcrumb a {
  font-weight: 600;
  font-size: 14px;
}

.breadcrumbs-wrap a[title="Homepage"] {
  font-size: 0;
}

.breadcrumbs-wrap a[title="Homepage"]:before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}

.breadcrumbs-wrap .aioseo-breadcrumb-separator {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1024px) {
  .breadcrumbs-wrap .aioseo-breadcrumb-separator {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 768px) {
  .breadcrumbs-wrap .aioseo-breadcrumb-separator {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.hero_page.white-txt {
  padding: 60px 0 70px 0;
}

@media (max-width: 1240px) {
  .hero_page.white-txt {
    padding: 50px 0;
  }
}

.title_account {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
}

@media (max-width: 1240px) {
  .title_account {
    padding-top: 0;
  }
}

@media (max-width: 1024px) {
  .title_account {
    font-size: 25px !important;
  }
}

@media (max-width: 560px) {
  .title_account {
    font-size: 20px !important;
    margin-bottom: 20px;
  }
}

.woocommerce-MyAccount-content {
  width: calc(100% - 330px);
  padding-left: 50px;
}

@media (max-width: 1240px) {
  .woocommerce-MyAccount-content {
    width: calc(100% - 280px);
  }
}

@media (max-width: 1024px) {
  .woocommerce-MyAccount-content {
    width: 100%;
    padding-left: 0;
  }
}

.mobile-account .more-mobile {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 18px;
  color: #3b3b3b;
  display: inline-block;
  width: 100%;
}

@media (max-width: 1024px) {
  .mobile-account .more-mobile {
    padding: 17px 25px;
  }
}

.mobile-account .more-mobile i {
  margin-right: 10px;
}

.mobile-account .more-mobile.active .fa-bars:before {
  content: "\f00d" !important;
}

@media screen and (min-width: 1021px) {
  .account-nav {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  .account-nav {
    display: none;
    margin-bottom: 30px;
    width: 100%;
  }
}

.account-nav .woocommerce-MyAccount-navigation {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 35px;
  width: 330px;
  margin-right: 0;
}

@media (max-width: 1480px) {
  .account-nav .woocommerce-MyAccount-navigation {
    padding: 25px 30px;
  }
}

@media (max-width: 1240px) {
  .account-nav .woocommerce-MyAccount-navigation {
    width: 280px;
  }
}

@media (max-width: 1024px) {
  .account-nav .woocommerce-MyAccount-navigation {
    width: 100%;
    border-radius: 0;
    margin-top: -4px;
    padding: 25px;
  }
}

.account-nav .woocommerce-MyAccount-navigation .large {
  color: #313131;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a7a7a7;
  font-size: 30px;
  line-height: 1em;
}

@media (max-width: 1480px) {
  .account-nav .woocommerce-MyAccount-navigation .large {
    font-size: 25px;
  }
}

@media (max-width: 1024px) {
  .account-nav .woocommerce-MyAccount-navigation .large {
    display: none;
  }
}

.account-nav .woocommerce-MyAccount-navigation ul,
.account-nav .woocommerce-MyAccount-navigation li {
  list-style: none;
  margin-left: 0;
}

.account-nav .woocommerce-MyAccount-navigation ul {
  margin-bottom: 0;
}

.account-nav .woocommerce-MyAccount-navigation li {
  border-bottom: 1px dashed #a7a7a7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.account-nav .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.account-nav .woocommerce-MyAccount-navigation a {
  color: #313131;
  width: 100%;
  display: inline-block;
  padding-left: 35px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 1480px) {
  .account-nav .woocommerce-MyAccount-navigation a {
    font-size: 16px;
    padding-left: 31px;
  }
}

@media (max-width: 1024px) {
  .account-nav .woocommerce-MyAccount-navigation a {
    font-size: 15px;
  }
}

.account-nav .woocommerce-MyAccount-navigation a::before {
  left: 0;
  position: absolute;
  right: auto;
  float: left;
  margin-left: 0;
  content: "" !important;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  opacity: 1;
}

@media (max-width: 1480px) {
  .account-nav .woocommerce-MyAccount-navigation a::before {
    width: 21px;
    height: 21px;
    background-size: 17px;
  }
}

.account-nav .woocommerce-MyAccount-navigation a:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  padding-left: 10px;
  color: #a4a4a4;
  position: absolute;
  right: 0;
  top: 4px;
}

.account-nav .woocommerce-MyAccount-navigation li.is-active a,
.account-nav .woocommerce-MyAccount-navigation li a:hover {
  color: #f43232;
}

.account-nav .woocommerce-MyAccount-navigation li.is-active a:after,
.account-nav .woocommerce-MyAccount-navigation li a:hover:after {
  color: #f43232;
}

.account-nav .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard a:before {
  background-image: url("images/svg/account-1.svg");
}

.account-nav .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard a:hover:before,
.account-nav .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard.is-active a:before {
  background-image: url("images/svg/account-1-active.svg");
}

.account-nav .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a:before {
  background-image: url("images/svg/account-2.svg");
}

.account-nav .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a:hover:before,
.account-nav .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders.is-active a:before {
  background-image: url("images/svg/account-2-active.svg");
}

.account-nav .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a:before {
  background-image: url("images/svg/account-3.svg");
}

.account-nav .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a:hover:before,
.account-nav .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address.is-active a:before {
  background-image: url("images/svg/account-3-active.svg");
}

.account-nav .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account a:before {
  background-image: url("images/svg/account-4.svg");
}

.account-nav .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account a:hover:before,
.account-nav .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account.is-active a:before {
  background-image: url("images/svg/account-4-active.svg");
}

.account-nav .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  background-image: url("images/svg/account-5.svg");
}

.account-nav .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:hover:before,
.account-nav .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout.is-active a:before {
  background-image: url("images/svg/account-5-active.svg");
}

.woocommerce-MyAccount-content {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .woocommerce-MyAccount-content {
    margin-top: 30px;
  }
}

.woocommerce-MyAccount-content .dashboard_text a {
  color: #f43232;
  text-decoration: underline;
}

.woocommerce-MyAccount-content .section_title {
  font-weight: 500;
  font-size: 25px;
  color: #393939;
}

@media (max-width: 1240px) {
  .woocommerce-MyAccount-content .section_title {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .woocommerce-MyAccount-content .section_title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-content .section_title {
    font-size: 18px;
  }
}

.woocommerce-MyAccount-content .addresses header.title a {
  margin-top: 0;
  color: #393939;
}

.woocommerce-MyAccount-content .addresses address {
  margin-bottom: 0;
}

.woocommerce-MyAccount-content .woocommerce-Address {
  background: #fff;
  color: #393939;
  padding: 25px;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .woocommerce-MyAccount-content .woocommerce-Address {
    margin-bottom: 20px;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
    position: relative;
    padding-right: 30px;
  }
  .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title a {
    position: absolute;
    right: 0;
    top: 0;
    color: #f43232 !important;
    text-decoration: underline;
    font-size: 13px;
  }
}

.woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h3,
.woocommerce-MyAccount-content .woocommerce-Address .section_title {
  color: #393939;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
}

@media (max-width: 1240px) {
  .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h3,
  .woocommerce-MyAccount-content .woocommerce-Address .section_title {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h3,
  .woocommerce-MyAccount-content .woocommerce-Address .section_title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h3,
  .woocommerce-MyAccount-content .woocommerce-Address .section_title {
    font-size: 18px;
  }
}

.woocommerce-MyAccount-content .form-row label {
  display: block;
  color: #636363;
  font-weight: 500;
}

.woocommerce-MyAccount-content button[type="submit"] {
  text-transform: uppercase;
}

.woocommerce-MyAccount-content button[type="submit"]:hover {
  background-color: #c31111;
  color: #fff;
}

.woocommerce-MyAccount-content .wrapp_pass_change .section_title {
  color: #636363;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  font-size: 1.5rem;
  color: #fff;
}

@media (max-width: 768px) {
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error,
  .woocommerce-noreviews,
  p.no-comments {
    font-size: 14px;
  }
}

.woocommerce-message li,
.woocommerce-info li,
.woocommerce-error li,
.woocommerce-noreviews li,
p.no-comments li {
  margin-bottom: 0;
  color: #fff;
}

.white-wrap {
  background-color: #fff;
  padding: 35px;
  border-radius: 10px;
  color: #636363;
}

@media (max-width: 1024px) {
  .white-wrap {
    padding: 30px;
  }
}

@media (max-width: 560px) {
  .white-wrap {
    padding: 25px;
  }
}

.white-wrap.wrap-table {
  padding: 0;
  overflow: hidden;
}

table.my_account_orders {
  margin-bottom: 0;
  border-color: #cfcfcf;
  border: none;
}

table.my_account_orders thead th {
  background-color: #fff;
  border-right: none;
  border-left: none;
  text-align: left;
}

table.my_account_orders thead th:after, table.my_account_orders thead th:before {
  content: none;
}

table.my_account_orders thead th span {
  font-size: 18px;
  text-transform: uppercase;
  color: #3b3b3b;
  font-weight: 700;
  text-align: left;
  display: inline-block;
  width: 100%;
}

table.my_account_orders tbody {
  border-color: #cfcfcf;
}

table.my_account_orders tbody tr td {
  vertical-align: middle;
  font-size: 16px;
  color: #636363;
  font-weight: 500;
}

table.my_account_orders tbody tr td.order-total {
  color: #313131;
}

table.my_account_orders tbody tr td.order-total * {
  color: #313131;
}

table.my_account_orders tbody tr td.order-total sup {
  font-size: 100%;
  top: 0;
}

table.my_account_orders tbody tr .order-number a {
  color: #0c6dff;
  font-weight: 500;
}

table.my_account_orders tbody tr .order-status {
  color: #f43232;
}

table.my_account_orders tbody tr .order-total {
  font-weight: 500;
  color: #636363 !important;
}

table.my_account_orders tbody tr .order-total * {
  font-weight: 500;
  color: #636363 !important;
}

table.my_account_orders .order-actions {
  text-align: center;
}

table.my_account_orders .order-actions a {
  width: 100%;
  margin-bottom: 3px;
  margin-top: 3px;
  text-transform: uppercase;
}

.woocommerce form .form-row .required {
  text-decoration: none;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before,
p.no-comments::before {
  font-weight: 900;
  top: 20px;
  line-height: 1em;
}

ul.woocommerce-message::before,
ul.woocommerce-info::before,
ul.woocommerce-error::before,
ul.woocommerce-noreviews::before {
  top: 17px;
}

.woocommerce-message .showlogin,
.woocommerce-info .showlogin,
.woocommerce-error .showlogin,
.woocommerce-noreviews .showlogin,
p.no-comments .showlogin {
  text-decoration: underline;
}

.woocommerce .select2-container .select2-selection--single {
  height: 50px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background-color: #f6f6f6;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 15px;
  line-height: 50px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}

.woocommerce .select2-container .select2-selection--single .select2-selection__arrow {
  line-height: 50px;
  height: 50px;
}

@media screen and (min-width: 769px) {
  .woocommerce .col2-set#customer_login .col-1,
  .woocommerce .col2-set.addresses .col-1,
  .woocommerce .woocommerce-MyAccount-content .form-row-first {
    width: 48%;
    margin-right: 4%;
  }
  .woocommerce .col2-set#customer_login .col-2,
  .woocommerce .col2-set.addresses .col-2,
  .woocommerce .woocommerce-MyAccount-content .form-row-last {
    width: 48%;
    margin-right: 0;
  }
}

.woocommerce .password-input {
  line-height: 1.2em;
}

.woocommerce .password-input .woocommerce-password-hint {
  text-align: center;
}

.woocommerce .show-password-input::after {
  color: #636363;
}

.woocommerce .order_details {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 70px;
}

@media (max-width: 1240px) {
  .woocommerce .order_details {
    margin-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .woocommerce .order_details {
    margin-bottom: 30px;
  }
}

.woocommerce .order_info_text {
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.3em;
}

@media (max-width: 1240px) {
  .woocommerce .order_info_text {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .woocommerce .order_info_text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .woocommerce .order_info_text {
    font-size: 15px;
  }
}

.woocommerce .order_info_text b {
  font-weight: normal;
}

.woocommerce .order_info_text * {
  font-size: inherit;
}

.woocommerce .woocommerce-customer-details {
  clear: both;
  display: inline-block;
  width: 100%;
}

.woocommerce .woocommerce-customer-details .woocommerce-columns {
  clear: both;
}

.woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column:last-of-type {
    margin-bottom: 0;
  }
}

.woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column__title {
  color: #393939;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 10px;
}

@media (max-width: 1240px) {
  .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column__title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column__title {
    font-size: 18px;
  }
}

.woocommerce .woocommerce-customer-details .woocommerce-columns address {
  color: #9e9e9e;
  font-style: normal;
  font-size: 1.5rem;
}

.woocommerce .woocommerce-customer-details .woocommerce-columns address a {
  color: #9e9e9e;
}

.woocommerce .woocommerce-customer-details .woocommerce-columns address p {
  padding: 0;
  margin: 0;
  color: #9e9e9e;
  font-size: 15px;
  line-height: 1.5em;
}

.woocommerce .order_details {
  color: #3b3b3b;
}

.woocommerce .order_details td,
.woocommerce .order_details th {
  vertical-align: middle;
}

.woocommerce .order_details * {
  color: #3b3b3b;
}

.woocommerce .order_details sup {
  font-size: 100%;
  top: 0;
}

.woocommerce .order_details tbody td {
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .woocommerce .order_details tbody td {
    font-size: 15px;
  }
}

.woocommerce .order_details tbody td * {
  font-size: inherit;
  font-weight: inherit;
}

.woocommerce .order_details tbody td .wc-item-meta {
  margin-bottom: 0;
}

.woocommerce .order_details tbody td .wc-item-meta li:first-child:last-child {
  margin-bottom: 0;
}

.woocommerce .order_details tfoot th,
.woocommerce .order_details thead th {
  font-size: 18px;
  color: #3b3b3b;
  text-transform: uppercase;
  background-color: #fff;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .woocommerce .order_details tfoot th,
  .woocommerce .order_details thead th {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .woocommerce .order_details tfoot th,
  .woocommerce .order_details thead th {
    font-size: 15px;
  }
}

.woocommerce .order_details tfoot td,
.woocommerce .order_details thead td {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .woocommerce .order_details tfoot td,
  .woocommerce .order_details thead td {
    font-size: 15px;
  }
}

.woocommerce .order_details tfoot td *,
.woocommerce .order_details thead td * {
  font-size: inherit;
  font-weight: inherit;
}

body .select2-results__option {
  margin-bottom: 0;
  font-size: 15px;
}

@media (max-width: 768px) {
  body .select2-results__option {
    font-size: 14px;
  }
}

body.woocommerce table.shop_table tr td,
body.woocommerce table.shop_table tr th,
body.woocommerce table.woocommerce-table tr td,
body.woocommerce table.woocommerce-table tr th,
body .woocommerce table.shop_table tr td,
body .woocommerce table.shop_table tr th,
body .woocommerce table.woocommerce-table tr td,
body .woocommerce table.woocommerce-table tr th {
  padding: 27px 1.41575em;
  position: relative;
  border-left-color: #fff;
  border-right-color: #fff;
}

@media (max-width: 1024px) {
  body.woocommerce table.shop_table tr td,
  body.woocommerce table.shop_table tr th,
  body.woocommerce table.woocommerce-table tr td,
  body.woocommerce table.woocommerce-table tr th,
  body .woocommerce table.shop_table tr td,
  body .woocommerce table.shop_table tr th,
  body .woocommerce table.woocommerce-table tr td,
  body .woocommerce table.woocommerce-table tr th {
    padding: 20px 15px;
  }
}

body.woocommerce table.shop_table tr td:after,
body.woocommerce table.shop_table tr th:after,
body.woocommerce table.woocommerce-table tr td:after,
body.woocommerce table.woocommerce-table tr th:after,
body .woocommerce table.shop_table tr td:after,
body .woocommerce table.shop_table tr th:after,
body .woocommerce table.woocommerce-table tr td:after,
body .woocommerce table.woocommerce-table tr th:after {
  content: " ";
  width: 1px;
  height: 100%;
  /* background-color: #fff; */
  position: absolute;
  right: -1px;
  top: 27%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #dfdfdf), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(#dfdfdf 40%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 100%;
  background-repeat: repeat-y;
}

form.lost_reset_password .form-row-first,
form.lost_reset_password .form-row-last {
  width: 100%;
  margin-bottom: 6px;
}

form.lost_reset_password .full-button {
  margin-top: 50px;
  text-align: center;
}

form.lost_reset_password .full-button .btn {
  max-width: 250px;
}

form.lost_reset_password .full-button .btn:hover {
  color: #fff;
  background-color: #f43232;
}

.full-height {
  height: 100vh;
}

@media (max-width: 1024px) {
  .full-height {
    height: auto;
  }
}

.full-height .tabs-selectors {
  display: none;
}

.tab-wrapper {
  width: 100%;
}

.tab-wrapper .tab {
  margin-bottom: 20px;
  display: none;
}

.tab-wrapper .tab.active {
  display: block;
}

@media (max-width: 1024px) {
  .page-template-page-my-account .full_main_page {
    padding: 30px 0;
  }
}

.page-template-page-my-account .woocommerce form .show-password-input,
.page-template-page-my-account .woocommerce-page form .show-password-input {
  top: 0;
}

.page-template-page-my-account .woocommerce-password-hint {
  font-size: 1.4rem;
  line-height: 1.3em;
  font-style: italic;
}

.page-template-page-my-account .logo {
  margin-bottom: 30px;
  text-align: center;
}

.page-template-page-my-account .logo img {
  height: 92px;
}

@media (max-width: 1240px) {
  .page-template-page-my-account .logo img {
    height: 70px;
  }
}

@media (max-width: 1024px) {
  .page-template-page-my-account .logo img {
    height: 50px;
  }
}

.page-template-page-my-account .login-top {
  padding: 20px 0;
  text-align: center;
}

.page-template-page-my-account .login-top h2 {
  color: #fff;
  line-height: 1em;
  font-size: 40px;
}

@media (max-width: 1480px) {
  .page-template-page-my-account .login-top h2 {
    font-size: 36px;
  }
}

@media (max-width: 1240px) {
  .page-template-page-my-account .login-top h2 {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .page-template-page-my-account .login-top h2 {
    font-size: 25px;
  }
}

.page-template-page-my-account .login-top p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5em;
}

@media (max-width: 1024px) {
  .page-template-page-my-account .login-top p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .page-template-page-my-account .login-top p {
    font-size: 15px;
  }
}

.page-template-page-my-account .full-button a {
  width: 100%;
}

.page-template-page-my-account .box_form_account {
  padding: 50px 70px;
}

@media (max-width: 1240px) {
  .page-template-page-my-account .box_form_account {
    padding: 20px 50px;
  }
}

@media (max-width: 1024px) {
  .page-template-page-my-account .box_form_account {
    width: 100%;
    padding: 0;
  }
}

.page-template-page-my-account .box_form_account .security p {
  font-size: 14px;
  color: #707070;
  line-height: 1.5em;
  margin: 20px 0;
}

.page-template-page-my-account .box_form_account .regist span {
  color: #707070;
  margin-right: 7px;
}

.page-template-page-my-account .box_form_account .alternative-login {
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .page-template-page-my-account .box_form_account .alternative-login {
    margin-bottom: 25px;
  }
}

.page-template-page-my-account .box_form_account .alternative-login .login-social {
  text-align: center;
}

.page-template-page-my-account .box_form_account .alternative-login .login-social span {
  color: #707070;
  padding-right: 10px;
}

.page-template-page-my-account .box_form_account .alternative-login a:hover span {
  color: #fff !important;
}

.page-template-page-my-account .box_form_account .alternative-login a:hover span:after {
  background-color: #fff;
}

.page-template-page-my-account .box_form_account .alternative-login a span {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  color: #f43232 !important;
}

.page-template-page-my-account .box_form_account .alternative-login a span:after {
  content: "";
  width: 1px;
  height: 14px;
  display: block;
  background: #f43232;
  position: absolute;
  right: -1px;
  top: 5px;
}

.page-template-page-my-account .box_form_account .for_registration {
  padding-top: 20px;
  text-align: center;
}

.page-template-page-my-account .box_form_account .lost_password a {
  text-decoration: underline;
  color: #f43232;
  font-weight: 600;
}

.page-template-page-my-account .box_form_account .lost_password a:hover {
  opacity: 0.7;
}

.page-template-page-my-account .box_form_account .woocommerce form.checkout_coupon,
.page-template-page-my-account .box_form_account .woocommerce form.login,
.page-template-page-my-account .box_form_account .woocommerce form.register,
.page-template-page-my-account .box_form_account .woocommerce form.lost_reset_password {
  border: none;
  padding: 0;
  margin: 0;
}

.page-template-page-my-account .box_form_account .woocommerce form.checkout_coupon label,
.page-template-page-my-account .box_form_account .woocommerce form.login label,
.page-template-page-my-account .box_form_account .woocommerce form.register label,
.page-template-page-my-account .box_form_account .woocommerce form.lost_reset_password label {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.page-template-page-my-account .box_form_account .woocommerce form.checkout_coupon input[type="text"],
.page-template-page-my-account .box_form_account .woocommerce form.checkout_coupon input[type="email"],
.page-template-page-my-account .box_form_account .woocommerce form.checkout_coupon input[type="password"],
.page-template-page-my-account .box_form_account .woocommerce form.login input[type="text"],
.page-template-page-my-account .box_form_account .woocommerce form.login input[type="email"],
.page-template-page-my-account .box_form_account .woocommerce form.login input[type="password"],
.page-template-page-my-account .box_form_account .woocommerce form.register input[type="text"],
.page-template-page-my-account .box_form_account .woocommerce form.register input[type="email"],
.page-template-page-my-account .box_form_account .woocommerce form.register input[type="password"],
.page-template-page-my-account .box_form_account .woocommerce form.lost_reset_password input[type="text"],
.page-template-page-my-account .box_form_account .woocommerce form.lost_reset_password input[type="email"],
.page-template-page-my-account .box_form_account .woocommerce form.lost_reset_password input[type="password"] {
  border: 1px solid #707070;
  background-color: #3e3e3e;
  color: #fff;
  height: 55px;
}

.page-template-page-my-account .box_form_account .woocommerce form.checkout_coupon input[type="checkbox"],
.page-template-page-my-account .box_form_account .woocommerce form.login input[type="checkbox"],
.page-template-page-my-account .box_form_account .woocommerce form.register input[type="checkbox"],
.page-template-page-my-account .box_form_account .woocommerce form.lost_reset_password input[type="checkbox"] {
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 3px;
  position: relative;
  border-radius: 20px !important;
}

.page-template-page-my-account .box_form_account .woocommerce form.checkout_coupon input[type="checkbox"]:before,
.page-template-page-my-account .box_form_account .woocommerce form.login input[type="checkbox"]:before,
.page-template-page-my-account .box_form_account .woocommerce form.register input[type="checkbox"]:before,
.page-template-page-my-account .box_form_account .woocommerce form.lost_reset_password input[type="checkbox"]:before {
  border-radius: 40px !important;
}

.page-template-page-my-account .box_form_account .woocommerce form .show-password-input::after,
.page-template-page-my-account .box_form_account .woocommerce-page form .show-password-input::after {
  width: 20px;
  position: absolute;
  right: 7px;
  top: 19px;
}

.page-template-page-my-account .box_form_account button[type="submit"] {
  width: 100%;
}

.page-template-page-my-account .box_form_account .woocommerce-privacy-policy-text p {
  font-size: 14px;
  color: #707070;
  line-height: 1.5em;
  margin: 20px 0;
}

.page-template-page-my-account .box_form_account .woocommerce-privacy-policy-text p a {
  text-decoration: underline;
  color: #007a1f;
}

.page-template-page-my-account .cover_account {
  padding: 50px 70px;
  position: relative;
}

@media (max-width: 1240px) {
  .page-template-page-my-account .cover_account {
    padding: 20px 50px;
  }
}

@media (max-width: 1024px) {
  .page-template-page-my-account .cover_account {
    width: 100%;
    padding: 40px 0 20px 0;
    margin-top: 20px;
    border-top: 1px solid #707070;
  }
}

.page-template-page-my-account .cover_account:before {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  left: 0;
  top: 5%;
  background-color: #707070;
}

@media (max-width: 1024px) {
  .page-template-page-my-account .cover_account:before {
    content: none;
  }
}

.woocommerce .box-white {
  background-color: #fbfbfb;
  border-radius: 10px;
  padding: 35px 30px;
}

@media (max-width: 1024px) {
  .woocommerce .box-white {
    padding: 25px 20px;
  }
}

.woocommerce .box-white h2 {
  color: #4b4b4b;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 13px;
}

@media (max-width: 1024px) {
  .woocommerce .box-white h2 {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .woocommerce .box-white h2 {
    font-size: 23px;
  }
}

.woocommerce .cart-collaterals .cart_totals {
  width: 100% !important;
}

.woocommerce .cart-collaterals .cart_totals .shop_table {
  background-color: #fbfbfb;
  border-left: 0;
  border-right: 0;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr,
.woocommerce .cart-collaterals .cart_totals .shop_table td,
.woocommerce .cart-collaterals .cart_totals .shop_table th {
  background-color: #fbfbfb;
  border-left: 0;
  border-right: 0;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr td,
.woocommerce .cart-collaterals .cart_totals .shop_table tr th {
  padding: 20px 0 !important;
}

.woocommerce .cart-collaterals .cart_totals .shop_table th {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table th {
    font-size: 15px;
  }
}

.woocommerce .cart-collaterals .cart_totals .shop_table th:after {
  content: none !important;
}

.woocommerce .cart-collaterals .cart_totals .shop_table td {
  text-align: right;
  color: #34342e;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table td {
    font-size: 15px;
  }
}

.woocommerce .cart-collaterals .cart_totals .shop_table td * {
  color: #34342e;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table td * {
    font-size: 15px;
  }
}

.woocommerce .cart-collaterals .cart_totals .shop_table td:after {
  content: none !important;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr.shipping .woocommerce-shipping-methods {
  margin-bottom: 0;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr.shipping .woocommerce-shipping-destination {
  margin-bottom: 0;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form {
  text-align: left;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form .select2-container .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form input[type="text"] {
  margin-bottom: 0;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form button {
  color: #fff !important;
  width: 100%;
  font-weight: 400 !important;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-button {
  color: #f43232;
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr.order-total th {
  color: #34342e;
  font-weight: 700;
  font-weight: 18px;
}

@media (max-width: 1024px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table tr.order-total th {
    font-size: 15px;
  }
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr.order-total td {
  color: #313131;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table tr.order-total td {
    font-size: 15px;
  }
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr.order-total td * {
  font-size: 20px;
}

@media (max-width: 1024px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table tr.order-total td * {
    font-size: 15px;
  }
}

.woocommerce .cart-collaterals .cart_totals .shop_table sup {
  font-size: 100%;
  top: 0;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-bottom: 0;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .btn {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.woocommerce #order_review {
  background-color: #fbfbfb;
}

.woocommerce .woocommerce-checkout-review-order .shop_table {
  background-color: #fbfbfb;
  border-left: 0;
  border-right: 0;
}

.woocommerce .woocommerce-checkout-review-order .shop_table tr,
.woocommerce .woocommerce-checkout-review-order .shop_table td,
.woocommerce .woocommerce-checkout-review-order .shop_table th {
  background: #fbfbfb;
  border-left: 0;
  border-right: 0;
}

.woocommerce .woocommerce-checkout-review-order .shop_table tr td,
.woocommerce .woocommerce-checkout-review-order .shop_table tr th {
  padding: 20px 0 !important;
}

.woocommerce .woocommerce-checkout-review-order .shop_table th {
  color: #34342e;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .woocommerce .woocommerce-checkout-review-order .shop_table th {
    font-size: 15px;
  }
}

.woocommerce .woocommerce-checkout-review-order .shop_table th:after {
  content: none !important;
}

.woocommerce .woocommerce-checkout-review-order .shop_table th:last-child {
  text-align: right;
}

.woocommerce .woocommerce-checkout-review-order .shop_table td {
  color: #34342e;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .woocommerce .woocommerce-checkout-review-order .shop_table td {
    font-size: 15px;
  }
}

.woocommerce .woocommerce-checkout-review-order .shop_table td * {
  color: #34342e;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .woocommerce .woocommerce-checkout-review-order .shop_table td * {
    font-size: 15px;
  }
}

.woocommerce .woocommerce-checkout-review-order .shop_table td:after {
  content: none !important;
}

.woocommerce .woocommerce-checkout-review-order .shop_table td:last-child {
  text-align: right;
}

.woocommerce .woocommerce-checkout-review-order .shop_table td.product-name {
  font-weight: 400;
  color: #34342e;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .woocommerce .woocommerce-checkout-review-order .shop_table td.product-name {
    font-size: 15px;
  }
}

.woocommerce .woocommerce-checkout-review-order .shop_table td.product-name strong,
.woocommerce .woocommerce-checkout-review-order .shop_table td.product-name a {
  font-weight: 400;
}

.woocommerce .woocommerce-checkout-review-order .shop_table tr.order-total th {
  color: #34342e;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .woocommerce .woocommerce-checkout-review-order .shop_table tr.order-total th {
    font-size: 15px;
  }
}

.woocommerce .woocommerce-checkout-review-order .shop_table tr.order-total td {
  color: #313131;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .woocommerce .woocommerce-checkout-review-order .shop_table tr.order-total td {
    font-size: 15px;
  }
}

.woocommerce .woocommerce-checkout-review-order .shop_table tr.order-total td * {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .woocommerce .woocommerce-checkout-review-order .shop_table tr.order-total td * {
    font-size: 15px;
  }
}

.woocommerce .woocommerce-checkout-review-order .shop_table sup {
  font-size: 100%;
  top: 0;
}

.woocommerce .woocommerce-checkout-payment {
  padding-top: 20px;
}

.title_woo {
  color: #4b4b4b;
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}

.title_woo.no-border {
  border-bottom: none;
  margin-bottom: 0;
}

.woo-page div.quantity {
  width: 80px;
  position: relative;
}

.woo-page div.quantity input[type="number"] {
  -moz-appearance: textfield;
  width: 80px;
  max-width: 80px;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  padding: 0;
  margin-left: 0;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  text-align: left;
  padding: 0 24px 0 10px;
  background: #ffffff;
}

.woo-page div.quantity input[type="number"]::-webkit-inner-spin-button,
.woo-page div.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woo-page div.quantity .quantity-nav .quantity-button {
  position: absolute;
  height: 23px;
  line-height: 23px;
  width: 30px;
  text-align: center;
  color: #313131;
  display: block;
  background-color: #fff;
  font-size: 9px;
  z-index: 99;
  cursor: pointer;
  border-left: 1px solid #d8d8d8;
}

.woo-page div.quantity .quantity-nav .quantity-button:hover {
  color: #f43232;
}

.woo-page div.quantity .quantity-nav .quantity-button.quantity-up {
  right: 2px;
  top: 2px;
  line-height: 23px;
  border-bottom: 1px solid #d8d8d8;
}

.woo-page div.quantity .quantity-nav .quantity-button.quantity-down {
  right: 2px;
  top: 25px;
}

.woo-page div.quantity .quantity-nav .quantity-button i {
  color: #313131;
}

.woo-page .trigger_update {
  position: absolute;
  left: 91px;
  top: calc(50% - 14px);
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .woo-page .trigger_update {
    left: auto;
    top: calc(50% - 13px);
    right: -25px;
    z-index: 999;
  }
}

.woo-page .trigger_update img {
  width: 14px !important;
}

@media (max-width: 1240px) {
  .woo-page .cart_left {
    width: 65%;
  }
}

@media (max-width: 1024px) {
  .woo-page .cart_left {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .woo-page .cart_left h2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents {
  padding: 0;
  border: none;
  margin: 0;
  border-radius: 0;
  border-collapse: separate;
  border-spacing: 0 1.6em;
  position: relative;
  background-color: transparent;
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents thead {
  display: none;
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tbody tr td {
  background: #f6f6f6;
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr {
  position: relative;
  color: #333333;
}

@media (max-width: 768px) {
  .woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr {
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td {
  padding: 18px 15px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff !important;
  vertical-align: middle;
  /*&.product-remove {
						width: 50px;
						padding-left: 15px;
						padding-right: 15px;
						text-align: center;

						@include mobile {
							border: none;
							padding: 0 !important;
						}

						a {
							width: 30px;
							height: 30px;
							border-radius: 50px;
							background: #e2e2e2;
							line-height: 24px;

							@include mobile {
								position: absolute;
								top: 11px;
								left: 10px;
								width: 20px;
								height: 20px;
								line-height: 11px;
							}

							i {
								font-size: 12px;
								color: #989898;

								@include mobile {
									font-size: 9px;
								}
							}

							&:hover {
								background: $red;

								i {
									color: #fff;
								}
							}
						}
					}*/
}

@media (max-width: 768px) {
  .woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td {
    padding: 10px;
    background-color: #fff !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  .woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td:before {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td:after {
    content: none;
  }
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td:first-child {
  border-left: 1px solid #e5e5e5;
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td:last-child {
  border-right: 1px solid #e5e5e5;
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td:last-child::after, .woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td:last-child:before {
  content: none;
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td.product-thumbnail {
  width: 120px;
}

@media (max-width: 768px) {
  .woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td.product-thumbnail {
    background-color: #fff !important;
    width: 85px;
  }
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td.product-thumbnail a {
  width: 100%;
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td.product-thumbnail img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td.product-quantity {
  padding-right: 40px;
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td.product-quantity .quantity {
  top: -5px;
}

@media (max-width: 768px) {
  .woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td.product-quantity .quantity {
    display: inline-block;
  }
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td.product-quantity a.remove {
  position: absolute;
  left: 91px;
  bottom: 4px;
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td.product-quantity a.remove {
    left: auto;
    right: -26px;
    bottom: 3px;
  }
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td.product-quantity a.remove::before {
  content: none;
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td.product-quantity .trigger_update {
  top: -1px;
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td.product-name a {
  color: #393939;
  font-weight: 600;
  font-size: 1.7rem;
}

@media (max-width: 768px) {
  .woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td.product-name a {
    font-size: 1.4rem;
  }
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td.product-subtotal * {
  font-weight: 600;
  color: #393939;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td.product-subtotal * {
    font-size: 1.5rem;
  }
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td.product-subtotal sup {
  top: 0;
  font-size: inherit;
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td.product-subtotal small {
  font-size: 1.2rem !important;
  color: #393939 !important;
  display: inline-block !important;
  width: 100% !important;
  font-weight: 400 !important;
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr td.actions button[name="update_cart"] {
  display: none !important;
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr:last-child td.actions {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr:last-child td.actions:after, .woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr:last-child td.actions::before {
  content: none;
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr:last-child td.actions .coupon {
  padding-top: 20px;
}

@media (max-width: 768px) {
  .woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr:last-child td.actions .coupon {
    padding: 15px 25px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    clear: both;
    border-bottom: none;
  }
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr:last-child td.actions .coupon p {
  text-align: left;
}

@media (max-width: 768px) {
  .woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr:last-child td.actions .coupon p {
    font-size: 1.3rem;
  }
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr:last-child td.actions .coupon p i {
  margin-right: 8px;
  font-size: 17px;
}

@media (max-width: 768px) {
  .woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr:last-child td.actions .coupon p i {
    font-size: 15px;
  }
}

.woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr:last-child td.actions .coupon input[type="text"] {
  width: 220px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  height: 47px;
  padding: 0 16px;
}

@media (max-width: 768px) {
  .woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr:last-child td.actions .coupon input[type="text"] {
    float: left;
  }
}

@media (max-width: 560px) {
  .woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr:last-child td.actions .coupon input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr:last-child td.actions .coupon button[type="submit"] {
    float: left;
    margin-top: 7px;
    margin-left: 10px;
    padding: 12px 22px;
  }
}

@media (max-width: 560px) {
  .woo-page .cart_left table.shop_table.woocommerce-cart-form__contents tr:last-child td.actions .coupon button[type="submit"] {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1240px) {
  .woo-page .cart_right {
    width: 35%;
  }
}

@media (max-width: 1024px) {
  .woo-page .cart_right {
    width: 100%;
    padding-top: 10px;
  }
}

.woo-page .return-to-shop .btn {
  width: 300px;
}

body.woocommerce-checkout .woocommerce-form-login {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  body.woocommerce-checkout .woocommerce-form-login {
    margin-bottom: 25px;
  }
}

body.woocommerce-checkout .woocommerce-form-login .form-row-first {
  width: 48%;
  float: left;
  margin-right: 4%;
}

@media (max-width: 768px) {
  body.woocommerce-checkout .woocommerce-form-login .form-row-first {
    width: 100%;
    margin-right: 0;
  }
}

body.woocommerce-checkout .woocommerce-form-login .form-row-last {
  width: 48%;
}

@media (max-width: 768px) {
  body.woocommerce-checkout .woocommerce-form-login .form-row-last {
    width: 100%;
  }
}

body.woocommerce-checkout .woocommerce-form-login .lost_password a {
  font-size: 15px;
  text-decoration: underline;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle a {
  text-decoration: underline;
}

body.woocommerce-checkout .woocommerce-form-coupon .form-row-first {
  width: 300px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  body.woocommerce-checkout .woocommerce-form-coupon .form-row-first {
    width: 100%;
    margin-right: 0;
  }
}

body.woocommerce-checkout .woocommerce-form-coupon .form-row-last {
  width: auto;
  float: left;
}

@media (max-width: 768px) {
  body.woocommerce-checkout .woocommerce-form-coupon .form-row-last {
    width: 100%;
  }
}

.woocommerce .woocommerce-checkout .col2-set {
  width: 100%;
  float: none;
  margin-right: 0;
}

.woocommerce .woocommerce-checkout .col2-set .form-row-last {
  width: 48%;
}

@media (max-width: 1024px) {
  .woocommerce .woocommerce-checkout .col2-set .form-row-last {
    width: 100%;
  }
}

.woocommerce .woocommerce-checkout .col2-set .form-row-first {
  width: 48%;
  margin-right: 4%;
}

@media (max-width: 1024px) {
  .woocommerce .woocommerce-checkout .col2-set .form-row-first {
    margin-right: 0;
    width: 100%;
  }
}

.woocommerce .woocommerce-checkout textarea,
.woocommerce .woocommerce-checkout input[type="text"],
.woocommerce .woocommerce-checkout input[type="email"],
.woocommerce .woocommerce-checkout input[type="tel"],
.woocommerce .woocommerce-checkout input[type="password"],
.woocommerce .woocommerce-checkout .select2-container .select2-selection--single {
  background-color: #fff;
}

.woocommerce .woocommerce-checkout #order_review_heading,
.woocommerce .woocommerce-checkout #order_review {
  width: 100%;
  float: none;
  margin-right: 0;
}

.woocommerce .woocommerce-checkout #ship-to-different-address .woocommerce-form__input-checkbox {
  right: auto;
  left: 0;
  top: 9px;
}

.woocommerce .woocommerce-checkout textarea {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce .woocommerce-checkout #ship-to-different-address label span {
  padding-left: 24px;
}

@media (max-width: 768px) {
  .woocommerce .woocommerce-checkout #ship-to-different-address label span {
    padding-left: 0;
  }
}

.woocommerce #payment .payment_methods > li:not(.woocommerce-notice) {
  background-color: transparent;
}

.woocommerce #payment .payment_methods > li {
  position: relative;
  margin-bottom: 2px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #dfdfdf;
}

.woocommerce #payment .payment_methods > li .about_paypal {
  display: none !important;
}

.woocommerce #payment .place-order {
  padding: 20px 0 0 0;
  margin-top: 30px;
  border-top: 1px solid #d4d4d4 !important;
  display: inline-block;
  width: 100%;
}

.woocommerce #payment .place-order .woocommerce-terms-and-conditions-checkbox-text {
  color: #34342e;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .woocommerce #payment .place-order .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 15px;
  }
}

.woocommerce #payment .place-order .woocommerce-terms-and-conditions-checkbox-text a {
  text-decoration: underline;
}

.woocommerce #payment .payment_methods > .woocommerce-PaymentMethod > label,
.woocommerce #payment .payment_methods > .wc_payment_method > label {
  padding: 10px 0;
  background: transparent;
}

.woocommerce #payment .payment_methods > .woocommerce-PaymentMethod > label::before,
.woocommerce #payment .payment_methods > .wc_payment_method > label::before {
  color: #bdbdbd;
}

.woocommerce #payment .payment_methods li input[type="radio"]:first-child:checked + label:before {
  color: #f43232;
}

.woocommerce #payment .payment_methods > li .payment_box {
  background-color: #f0f0f0;
  padding: 15px 20px;
  position: relative;
  font-weight: 600;
}

.woocommerce #payment .payment_methods > li .payment_box p {
  font-size: 14px;
}

.woocommerce #payment .payment_methods > li .payment_box:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f0f0f0;
  position: absolute;
  top: -7px;
  left: 40px;
}

.woocommerce #payment button[type="submit"] {
  background-color: #f43232;
  color: #fff;
}

.woocommerce #payment button[type="submit"]:hover {
  background-color: #c31111;
  color: #fff;
}

.woocommerce .woocommerce-additional-fields {
  padding-top: 20px;
}

body.woocommerce-order-received .hero_page,
body.woocommerce-order-received .custom_note {
  display: none;
}

body.woocommerce-order-received .woocommerce ul.order_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  background-color: #fbfbfb;
  border-radius: 10px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  body.woocommerce-order-received .woocommerce ul.order_details {
    margin-bottom: 30px;
  }
}

body.woocommerce-order-received .woocommerce ul.order_details::before {
  content: none;
}

body.woocommerce-order-received .woocommerce ul.order_details li {
  width: 25%;
  margin-bottom: 0;
  color: #808080;
  font-size: 18px;
  padding: 30px 50px;
  position: relative;
  background: #fbfbfb;
}

@media (max-width: 1240px) {
  body.woocommerce-order-received .woocommerce ul.order_details li {
    padding: 25px;
  }
}

@media (max-width: 1024px) {
  body.woocommerce-order-received .woocommerce ul.order_details li {
    font-size: 16px;
    width: 50%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  body.woocommerce-order-received .woocommerce ul.order_details li {
    font-size: 15px;
  }
}

@media (max-width: 560px) {
  body.woocommerce-order-received .woocommerce ul.order_details li {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  body.woocommerce-order-received .woocommerce ul.order_details li {
    width: 100%;
  }
}

body.woocommerce-order-received .woocommerce ul.order_details li:after {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  right: 35px;
  top: 20%;
  background-color: #d1d1d1;
}

@media (max-width: 1240px) {
  body.woocommerce-order-received .woocommerce ul.order_details li:after {
    right: 0;
  }
}

@media (max-width: 1024px) {
  body.woocommerce-order-received .woocommerce ul.order_details li:after {
    opacity: 0.4;
  }
}

@media (max-width: 480px) {
  body.woocommerce-order-received .woocommerce ul.order_details li:after {
    content: none;
  }
}

body.woocommerce-order-received .woocommerce ul.order_details li:last-child:after {
  content: none;
}

body.woocommerce-order-received .woocommerce ul.order_details li strong {
  color: #333333;
  font-weight: 500;
  margin-top: 0;
  font-size: 18px;
}

@media (max-width: 1024px) {
  body.woocommerce-order-received .woocommerce ul.order_details li strong {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  body.woocommerce-order-received .woocommerce ul.order_details li strong {
    font-size: 15px;
  }
}

body.woocommerce-order-received .woocommerce ul.order_details li strong * {
  color: #333333;
  font-weight: 500;
  margin-top: 0;
  font-size: 18px;
}

@media (max-width: 1024px) {
  body.woocommerce-order-received .woocommerce ul.order_details li strong * {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  body.woocommerce-order-received .woocommerce ul.order_details li strong * {
    font-size: 15px;
  }
}

body.woocommerce-order-received .thank_message {
  padding: 50px 0;
  position: relative;
}

@media (max-width: 768px) {
  body.woocommerce-order-received .thank_message {
    padding: 40px 0;
  }
}

body.woocommerce-order-received .thank_message p {
  margin-bottom: 3px;
}

body.woocommerce-order-received .thank_message::before {
  content: "";
  width: 100px;
  height: 100px;
  background-image: url(images/svg/order-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: calc((100% - 100px) / 2);
  top: 40px;
  z-index: -1;
}

@media (max-width: 1024px) {
  body.woocommerce-order-received .check_left {
    width: 100%;
    margin-bottom: 30px;
  }
}

body.woocommerce-order-received .check_left .order_details {
  margin-bottom: 0;
}

body.woocommerce-order-received .check_left .title_woo {
  margin-bottom: 30px;
}

body.woocommerce-order-received .check_left table.woocommerce-table thead {
  background-color: #fff;
}

body.woocommerce-order-received .check_left table.woocommerce-table thead th:last-child {
  text-align: right;
}

body.woocommerce-order-received .check_left table.woocommerce-table tbody tr {
  background-color: #fff;
}

body.woocommerce-order-received .check_left table.woocommerce-table tbody tr td:last-child {
  text-align: right;
}

body.woocommerce-order-received .check_left table.woocommerce-table tbody tr td a:hover {
  color: #f43232;
}

body.woocommerce-order-received .check_left table.woocommerce-table tfoot tr {
  background-color: #fff;
}

body.woocommerce-order-received .check_left table.woocommerce-table tfoot tr th {
  font-weight: 500;
}

body.woocommerce-order-received .check_left table.woocommerce-table tfoot tr td {
  text-align: right;
  font-weight: 500;
}

body.woocommerce-order-received .check_left table.woocommerce-table tfoot tr:last-child th,
body.woocommerce-order-received .check_left table.woocommerce-table tfoot tr:last-child td {
  font-weight: 700;
  font-size: 20px;
}

body.woocommerce-order-received .check_left table.woocommerce-table tfoot tr:last-child th *,
body.woocommerce-order-received .check_left table.woocommerce-table tfoot tr:last-child td * {
  font-weight: 700;
  font-size: 20px;
}

body.woocommerce-order-received .check_left table.woocommerce-table tr th,
body.woocommerce-order-received .check_left table.woocommerce-table tr td {
  background-color: #fff;
  padding: 27px 0;
}

@media (max-width: 1024px) {
  body.woocommerce-order-received .check_right {
    width: 100%;
  }
}

body.woocommerce-order-received .check_right .white-wrap .white-wrap {
  padding: 0;
}

body.woocommerce-order-received .check_right .title_woo {
  margin-bottom: 30px;
}

body.woocommerce-order-received .check_right .woocommerce-column--1 {
  margin-bottom: 30px !important;
}

body.woocommerce-order-received .check_right .woocommerce-column {
  width: 100% !important;
}

body.single-product .content-area,
body.single-product .site-main {
  margin-bottom: 0 !important;
}

body.single-product.right-sidebar .content-area {
  width: 100%;
  float: none;
  margin-right: 0;
}

body.single-product .storefront-product-pagination {
  display: none !important;
}

body.single-product .widget-area {
  display: none;
}

body.single-product .breadcrumbs-wrap {
  padding-bottom: 30px;
  font-weight: 400;
}

body.single-product .breadcrumbs-wrap .aioseo-breadcrumb {
  font-weight: 400;
}

body.single-product .breadcrumbs-wrap .aioseo-breadcrumb a {
  font-weight: 400;
  color: #313131;
}

body.single-product .breadcrumbs-wrap .aioseo-breadcrumb a:hover {
  color: #f43232;
}

@media (max-width: 1024px) {
  body.single-product div.product .woocommerce-tabs {
    padding-top: 20px;
  }
}

body.single-product div.product .woocommerce-tabs ul.tabs {
  width: 100%;
  float: none;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media (max-width: 1024px) {
  body.single-product div.product .woocommerce-tabs ul.tabs {
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  body.single-product div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body.single-product div.product .woocommerce-tabs ul.tabs li {
  position: relative;
  margin-right: 15px;
  list-style: none;
  margin-bottom: 0;
  border-bottom: 0;
}

@media (max-width: 768px) {
  body.single-product div.product .woocommerce-tabs ul.tabs li {
    margin-right: 4px;
    margin-left: 4px;
  }
}

body.single-product div.product .woocommerce-tabs ul.tabs li:after {
  content: none;
}

body.single-product div.product .woocommerce-tabs ul.tabs li a {
  background: #313131;
  color: #fff;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 9px 25px;
}

@media (max-width: 1024px) {
  body.single-product div.product .woocommerce-tabs ul.tabs li a {
    padding: 9px 20px;
  }
}

@media (max-width: 768px) {
  body.single-product div.product .woocommerce-tabs ul.tabs li a {
    padding: 9px 14px;
    font-size: 13px;
  }
}

body.single-product div.product .woocommerce-tabs ul.tabs li.active a {
  padding: 14px 25px;
  background-color: #f43232;
}

@media (max-width: 768px) {
  body.single-product div.product .woocommerce-tabs ul.tabs li.active a {
    padding: 9px 14px;
  }
}

body.single-product div.product .woocommerce-tabs .panel {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #313131;
  padding: 50px;
}

@media (max-width: 1240px) {
  body.single-product div.product .woocommerce-tabs .panel {
    padding: 40px;
  }
}

@media (max-width: 1024px) {
  body.single-product div.product .woocommerce-tabs .panel {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  body.single-product div.product .woocommerce-tabs .panel {
    padding: 20px;
  }
}

body.single-product div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description .row {
  margin-left: 0;
  margin-right: 0;
}

body.single-product div.product .product_title {
  font-size: 40px;
  margin-bottom: 30px;
}

@media (max-width: 1240px) {
  body.single-product div.product .product_title {
    font-size: 37px;
  }
}

@media (max-width: 768px) {
  body.single-product div.product .product_title {
    font-size: 30px;
  }
}

@media (max-width: 560px) {
  body.single-product div.product .product_title {
    font-size: 28px;
  }
}

body.single-product div.product .onsale,
body.single-product div.product .sale {
  background: #f43232;
  color: #fff;
  border-color: #f43232;
  padding: 3px 14px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  height: 34px;
  line-height: 26px;
  display: inline-block;
  margin-right: 6px;
}

@media (max-width: 768px) {
  body.single-product div.product .onsale,
  body.single-product div.product .sale {
    height: 30px;
    line-height: 23px;
    padding: 3px 14px;
    font-size: 12px;
  }
}

@media (max-width: 560px) {
  body.single-product div.product .onsale,
  body.single-product div.product .sale {
    height: 27px;
    line-height: 20px;
    padding: 3px 8px;
    font-size: 11px;
  }
}

body.single-product div.product .features_product {
  margin-top: 30px;
}

body.single-product div.product .features_product .item {
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.single-product div.product .features_product .item img {
  margin-right: 9px;
}

body.single-product div.product .features_product .item span {
  width: calc(100% - 33px);
  font-size: 16px;
  color: #313131;
}

@media (max-width: 1240px) {
  body.single-product div.product .features_product .item span {
    font-size: 15px;
  }
}

body.single-product div.product .features_product .item span a {
  color: #313131;
}

@media (max-width: 1240px) {
  body.single-product div.product .features_product .item span a {
    font-size: 15px;
  }
}

body.single-product div.product .features_product .item span a:hover {
  color: #f43232;
}

body.single-product div.product .stock.out-of-stock {
  color: #fff;
  background: #f43232;
  padding: 10px 20px;
  border-radius: 5px;
  display: block;
  max-width: 200px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  body.single-product div.product .stock.out-of-stock {
    padding: 9px 16px;
    font-size: 14px;
    max-width: 150px;
  }
}

body.single-product div.product .stock.out-of-stock:before {
  content: none;
}

body.single-product div.product .stock.in-stock {
  color: #fff;
  background: #007a1f;
  padding: 10px 20px;
  border-radius: 5px;
  display: block;
  max-width: 200px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  body.single-product div.product .stock.in-stock {
    padding: 9px 16px;
    font-size: 14px;
    max-width: 150px;
  }
}

body.single-product div.product .stock.in-stock:before {
  content: none;
}

body.single-product div.product table.variations {
  border: none;
}

body.single-product div.product table.variations tr,
body.single-product div.product table.variations td,
body.single-product div.product table.variations th {
  border: none;
}

body.single-product div.product table.variations th label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}

body.single-product div.product table.variations td {
  position: relative;
}

body.single-product div.product table.variations td .reset_variations {
  font-size: 0;
  position: absolute;
  right: 0;
  top: -27px;
}

body.single-product div.product table.variations td .reset_variations:before {
  font-size: 14px;
}

body.single-product div.product table.variations td select {
  width: 100%;
  max-width: 100%;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  color: #888888;
}

body.single-product div.product .woocommerce-product-attributes {
  color: #fff;
}

body.single-product div.product .cart button[type="submit"] {
  width: calc(100% - 94px);
  background: #f43232;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  float: right;
}

@media (max-width: 768px) {
  body.single-product div.product .cart button[type="submit"] {
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px;
  }
}

body.single-product div.product .cart button[type="submit"]:before {
  content: "";
  width: 20px;
  height: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/svg/icon-cart.svg);
  background-size: 18px;
  background-position: top center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  top: 3px;
  position: relative;
}

@media (max-width: 768px) {
  body.single-product div.product .cart button[type="submit"]:before {
    background-size: 16px;
    margin-right: 7px;
  }
}

body.single-product div.product .cart button[type="submit"]:hover {
  background-color: #c31111;
  color: #fff;
}

body.single-product div.product .woocommerce-product-details__short-description {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  /* border-top: 1px solid #d5d5d5; */
  border-bottom: 1px solid #d5d5d5;
}

body.single-product div.product .product_meta a {
  font-weight: 500;
  color: #f43232;
  text-decoration: underline;
}

body.single-product div.product .single_variation_wrap {
  position: relative;
}

body.single-product div.product .single_variation_wrap .discount_box {
  position: absolute;
  right: 0;
  top: 12px;
}

@media (max-width: 1024px) {
  body.single-product div.product p.price {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

body.single-product div.product .woocommerce-product-gallery {
  width: 45% !important;
  padding-right: 40px !important;
  margin-right: 0 !important;
}

@media (max-width: 1240px) {
  body.single-product div.product .woocommerce-product-gallery {
    padding-right: 30px !important;
  }
}

@media (max-width: 1024px) {
  body.single-product div.product .woocommerce-product-gallery {
    width: 100% !important;
    padding-right: 0 !important;
  }
}

body.single-product div.product .summary {
  width: 55% !important;
}

@media (max-width: 1024px) {
  body.single-product div.product .summary {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}

body.single-product div.product .images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  width: 100%;
  text-align: center;
}

body.single-product div.product .images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  display: block;
  margin: 0 auto;
  width: calc(100% - 10px);
  border-radius: 10px;
}

body.single-product div.product .images .flex-control-thumbs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.single-product div.product .images .flex-control-thumbs li {
  width: 25% !important;
  margin-bottom: 7px !important;
  border-radius: 10px !important;
  margin-right: 0 !important;
  float: left !important;
}

@media (max-width: 370px) {
  body.single-product div.product .images .flex-control-thumbs li {
    width: 33.33% !important;
  }
}

body.single-product div.product .images .flex-control-thumbs li img {
  width: calc(100% - 10px);
  border-radius: 4px !important;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 3px;
  overflow: hidden;
}

.section_related {
  border-top: 1px solid #c8c8c8;
  padding-top: 50px;
  margin-top: 50px;
}

@media (max-width: 1240px) {
  .section_related {
    padding-top: 40px;
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  .section_related {
    padding-top: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .section_related {
    padding-top: 20px;
    margin-top: 20px;
  }
}

.section_related .format_title {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .section_related .format_title {
    margin-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .section_related .format_title {
    margin-bottom: 25px;
  }
}

.section_related .format_title h2 {
  font-size: 40px;
  margin-bottom: 0;
}

@media (max-width: 1480px) {
  .section_related .format_title h2 {
    font-size: 36px;
  }
}

@media (max-width: 1240px) {
  .section_related .format_title h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .section_related .format_title h2 {
    font-size: 25px;
  }
}

.section_related .slider_products_small:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 400px;
  overflow: hidden;
}

.section_related .slider_products_small:not(.slick-slider) .item-slider {
  width: 20%;
}

@media (max-width: 1240px) {
  .section_related .slider_products_small:not(.slick-slider) .item-slider {
    width: 25%;
  }
}

@media (max-width: 1024px) {
  .section_related .slider_products_small:not(.slick-slider) .item-slider {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .section_related .slider_products_small:not(.slick-slider) .item-slider {
    width: 50%;
  }
}

@media (max-width: 370px) {
  .section_related .slider_products_small:not(.slick-slider) .item-slider {
    width: 100%;
  }
}

.share-box .share-icon {
  width: 53px;
  height: 53px;
  border-radius: 500px;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  display: inline-block;
  line-height: 53px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.share-box .share-icon i {
  font-weight: 900;
  color: #717171;
}

.share-box .share-icon:hover {
  background-color: #f43232;
  border-color: #f43232;
  color: #fff;
}

.share-box .share-icon:hover i {
  color: #fff;
}

.share-box .share-list {
  border: 1px solid #cbcbcb;
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 18px;
  position: relative;
  margin-right: 8px;
}

.share-box .share-list:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(images/svg/triangle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  position: absolute;
  right: -7px;
  top: calc(100% - 10px)/2;
}

.share-box .share-list li {
  list-style: none;
  margin-bottom: 0;
  font-size: 0;
  padding: 8px 10px;
  position: relative;
}

@media (max-width: 1024px) {
  .share-box .share-list li {
    padding: 0px 10px;
  }
}

.share-box .share-list li::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #cbcbcb;
  position: absolute;
  left: 0;
  top: calc((100% - 10px) / 2);
}

.share-box .share-list li:first-child:before {
  content: none;
}

.share-box .share-list li a {
  padding: 7px 15px;
  color: #717171;
  font-size: 16px;
}

.share-box .share-list li a:hover {
  color: #f43232;
}

@media (max-width: 1024px) {
  .section_woo .sidebar_shop {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .section_woo .shop_box {
    width: 100%;
  }
}

@media (max-width: 1480px) {
  .section_woo .shop_box .shop-total div.product {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .section_woo .shop_box .shop-total div.product {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .section_woo .shop_box .shop-total div.product {
    width: 100%;
  }
}

.section_woo .shop_box .shop-total div.product .item-slider .wrapp_single_slider {
  width: 100%;
}

.slide-breaker {
  padding: 71px 10px 10px;
  height: auto !important;
}

@media (max-width: 480px) {
  .slide-breaker {
    padding: 60px 5px 0;
  }
}

.slide-breaker.slick-current .btn.btn-outline {
  background-color: #f43232;
  color: white;
}

.user-slide {
  background-color: #3e3e3e;
  border-radius: 10px;
  padding: 86px 13px 20px;
  position: relative;
  height: 100%;
}

@media (max-width: 480px) {
  .user-slide {
    padding-top: 60px;
  }
}

.user-slide .breaker-image {
  position: absolute;
  top: -71px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .user-slide .breaker-image {
    top: -60px;
  }
}

@media (max-width: 480px) {
  .user-slide .breaker-image {
    top: -45px;
  }
}

.user-slide .breaker-under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.breaker-image {
  height: 142px;
  width: 142px;
  display: block;
  border-radius: 100%;
  border: 5px solid #f43232;
  margin-left: auto;
  margin-right: auto;
  background-color: #202020;
}

@media (max-width: 1024px) {
  .breaker-image {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 480px) {
  .breaker-image {
    width: 90px;
    height: 90px;
    border-width: 3px;
  }
}

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

.breaker-under .name {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 10px;
  line-height: 1.2;
  text-align: center;
  color: white;
}

@media (max-width: 1024px) {
  .breaker-under .name {
    font-size: 18px;
  }
}

.breaker-under .btn {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 1.4rem;
}

.breakers-wrap {
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}

@media (max-width: 1480px) {
  .breakers-wrap {
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  .breakers-wrap {
    margin-top: 5px;
  }
}

.breakers-wrap .slider-arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 480px) {
  .breakers-wrap .slider-arrows {
    bottom: auto;
    top: 0;
    position: initial;
    -webkit-transform: none;
            transform: none;
  }
  .breakers-wrap .slider-arrows span {
    position: absolute;
    top: 100px;
    margin: 0 !important;
  }
  .breakers-wrap .slider-arrows span.next-btn {
    right: -10px;
  }
  .breakers-wrap .slider-arrows span.prev-btn {
    left: -10px;
  }
}

.slider-breakers {
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 90px;
  position: relative;
}

.slider-breakers:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 265px;
  overflow: hidden;
}

.slider-breakers:not(.slick-slider) .slide-breaker {
  width: 25%;
}

@media (max-width: 1480px) {
  .slider-breakers:not(.slick-slider) .slide-breaker {
    width: 33.33%;
  }
}

@media (max-width: 1024px) {
  .slider-breakers:not(.slick-slider) .slide-breaker {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .slider-breakers:not(.slick-slider) .slide-breaker {
    width: 100%;
  }
}

.slider-breakers .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 768px) {
  .slider-breakers {
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .slider-breakers {
    padding-left: 40px;
    padding-right: 40px;
    position: initial;
  }
}

@media (max-width: 480px) {
  .slider-breakers {
    padding-bottom: 20px;
  }
}

.slider-breakers::before {
  content: "";
  display: block;
  width: 100%;
  left: calc(100% - 5px);
  background: #313131;
  background: -webkit-gradient(linear, left top, right top, from(rgba(49, 49, 49, 0)), color-stop(13%, #313131), to(#313131));
  background: linear-gradient(90deg, rgba(49, 49, 49, 0) 0%, #313131 13%, #313131 100%);
  opacity: 0.6;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media (max-width: 1240px) {
  .slider-breakers::before {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .slider-breakers::before {
    display: none;
  }
}

.slider-breakers::after {
  content: "";
  display: block;
  width: 100%;
  right: calc(100% - 5px);
  background: #313131;
  background: -webkit-gradient(linear, right top, left top, from(rgba(49, 49, 49, 0)), color-stop(13%, #313131), to(#313131));
  background: linear-gradient(-90deg, rgba(49, 49, 49, 0) 0%, #313131 13%, #313131 100%);
  opacity: 0.6;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media (max-width: 1240px) {
  .slider-breakers::after {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .slider-breakers::after {
    display: none;
  }
}

.slider-breakers .slick-list {
  overflow: visible;
  padding: 0 !important;
}

.slide-breaker-info {
  padding-top: 71px;
}

@media (max-width: 480px) {
  .slide-breaker-info {
    padding-top: 0;
  }
}

.breaker-top {
  position: relative;
  padding-top: 80px;
}

@media (max-width: 480px) {
  .breaker-top {
    padding-top: 0;
  }
}

.breaker-top .breaker-image {
  position: absolute;
  top: -71px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .breaker-top .breaker-image {
    top: -60px;
  }
}

@media (max-width: 480px) {
  .breaker-top .breaker-image {
    display: none;
  }
}

.slide-breaker-box {
  background-color: #3e3e3e;
  border-radius: 10px;
  padding: 0 100px 100px;
}

@media (max-width: 1240px) {
  .slide-breaker-box {
    padding: 0 60px 60px;
  }
}

@media (max-width: 768px) {
  .slide-breaker-box {
    padding: 0 40px 40px;
  }
}

@media (max-width: 480px) {
  .slide-breaker-box {
    border-radius: 0;
    padding: 30px 20px;
  }
}

.social-info {
  margin: 0;
  line-height: 1.4;
}

.social-info a span {
  opacity: 0.5;
}

.social-info a:hover span {
  opacity: 1;
}

.social-info i {
  color: #f43232;
  opacity: 1;
  margin-left: 5px;
  font-size: 21px;
  position: relative;
  top: 2px;
}

.breaker-bottom {
  margin-top: 50px;
  padding-top: 35px;
  border-top: 1px solid #707070;
}

@media (max-width: 480px) {
  .breaker-bottom {
    margin-top: 25px;
    padding-top: 25px;
  }
}

.breaker-bottom p {
  opacity: 0.5;
}

.breaker-bottom a.btn {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 30px;
}

.breaker-bottom a.btn i {
  margin-right: 10px;
}

.slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider-arrows span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #f43232;
  opacity: 0.5;
  cursor: pointer;
  margin: 0 50px;
}

.slider-arrows span:hover {
  opacity: 1;
}

.slider-arrows span i {
  color: #f43232;
}

.slider-arrows span i::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.slider-arrows span i.prev-btn::before {
  content: "\f053";
}

.slider-arrows span i.next-btn::before {
  content: "\f054";
}

.slider-count01 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 480px) {
  .slider-count01 {
    display: none;
  }
}

.slider-count01 p {
  color: white;
  margin: 0;
  line-height: 1;
  font-size: 22px;
}

@media (max-width: 1240px) {
  .slider-count01 p {
    font-size: 18px;
  }
}

.slider-breakers-info {
  margin-top: 75px;
}

@media (max-width: 1480px) {
  .slider-breakers-info {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .slider-breakers-info {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .slider-breakers-info {
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .slider-breakers-info .breaker-under .name {
    margin-bottom: 0;
  }
}

.slide-room {
  padding: 71px 10px 10px;
  height: auto !important;
}

@media (max-width: 480px) {
  .slide-room {
    padding: 60px 5px 0;
  }
}

.slider-rooms {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -40px !important;
  position: relative;
}

.slider-rooms:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 265px;
  overflow: hidden;
}

.slider-rooms:not(.slick-slider) .slide-room {
  width: 33.3333%;
}

@media (max-width: 1480px) {
  .slider-rooms:not(.slick-slider) .slide-room {
    width: 33.33%;
  }
}

@media (max-width: 1024px) {
  .slider-rooms:not(.slick-slider) .slide-room {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .slider-rooms:not(.slick-slider) .slide-room {
    width: 100%;
  }
}

.slider-rooms .user-slide {
  padding-left: 20px;
  padding-right: 20px;
}

.slider-rooms .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: 0;
}

@media (max-width: 768px) {
  .slider-rooms {
    padding-bottom: 60px;
  }
  .slider-rooms .slick-dots {
    bottom: 0;
    position: relative;
    margin: 20px 0 40px;
  }
}

@media (max-width: 480px) {
  .slider-rooms {
    padding-left: 10px;
    padding-right: 10px;
    position: initial;
  }
}

@media (max-width: 480px) {
  .slider-rooms {
    padding-bottom: 20px;
  }
}

.slider-rooms .slick-list {
  padding: 0 !important;
}

.breaker-under .breakers-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 370px) {
  .breaker-under .breakers-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.breaker-under .breakers-buttons a.btn {
  width: 49%;
  height: 100%;
}

@media (max-width: 370px) {
  .breaker-under .breakers-buttons a.btn {
    width: 100%;
    height: auto !important;
  }
}

.breaker-under .breakers-buttons a.btn.btn-outline {
  color: white;
  border-color: white;
}

@media (max-width: 370px) {
  .breaker-under .breakers-buttons a.btn.btn-outline {
    margin-top: 10px;
  }
}

.breaker-under .breakers-buttons a.btn.btn-outline:hover {
  border-color: #f43232;
}

.breaker-status {
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 1;
}

@media (max-width: 768px) {
  .breaker-status {
    top: 10px;
    right: 10px;
    font-size: 12px;
  }
}

.breaker-status.online-status {
  color: #32f466;
}

.breaker-status.offline-status {
  color: #f43232;
}

.section-room {
  padding-bottom: 0;
}

.section-room .slider-arrows span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  cursor: pointer;
  z-index: 2;
}

.section-room .slider-arrows .prev-btn {
  left: -100px;
}

@media (max-width: 1700px) {
  .section-room .slider-arrows .prev-btn {
    left: -40px;
  }
}

@media (max-width: 1240px) {
  .section-room .slider-arrows .prev-btn {
    display: none;
  }
}

.section-room .slider-arrows .next-btn {
  right: -100px;
}

@media (max-width: 1700px) {
  .section-room .slider-arrows .next-btn {
    right: -40px;
  }
}

@media (max-width: 1240px) {
  .section-room .slider-arrows .next-btn {
    display: none;
  }
}

.schedule-box {
  background-color: #3e3e3e;
  border-radius: 10px;
  padding: 20px;
}

.schedule-box p.title-schedule {
  color: #f43232;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.schedule-list {
  margin-left: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.schedule-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #313131;
  border: 1px solid #4d4d4d;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .schedule-list li {
    font-size: 14px;
  }
}

.schedule-list li span {
  display: block;
  line-height: 1.2;
}

.schedule-list li .schedule-left {
  width: 30%;
}

.schedule-list li .schedule-right {
  width: 70%;
  padding-left: 15px;
  border-left: 1px solid #4d4d4d;
}

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

.notes-bottom p {
  font-size: 14px;
  margin: 0;
}

.notes-bottom p i {
  color: #f43232;
  margin-right: 5px;
}

.flex-room {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

@media (max-width: 560px) {
  .flex-room {
    margin-bottom: 50px;
  }
}

@media (max-width: 1240px) {
  .flex-room {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .flex-room {
    display: block;
  }
  .flex-room .col_50,
  .flex-room .col_45 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .flex-room .col_50 {
    margin-bottom: 20px;
  }
}

.flex-room .general-content p a {
  color: #f43232;
  text-decoration: underline;
}

.flex-room .general-content p a:hover {
  opacity: 0.6;
}

h3.berocket_ajax_group_filter_title,
.bapf_head h3,
.divi_slider_class h3 {
  font-size: 20px;
  color: #313131;
  font-weight: 600;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  background-color: white;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  position: relative;
}

input[type="checkbox"]:before {
  content: "";
  background-color: #f43232;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

input[type="checkbox"]:checked:before {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}

.bapf_sfilter.bapf_ckbox li {
  padding-left: 26px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 6px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bapf_sfilter.bapf_ckbox li label {
  line-height: 1.2;
  color: #888888;
}

.bapf_sfilter.bapf_ckbox li .roundpcs {
  color: #888888;
}

body .woocommerce-pagination {
  float: left;
}

body .woocommerce-pagination .page-numbers li span,
body .woocommerce-pagination .page-numbers li a {
  background-color: #ffffff !important;
  color: #888888;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-radius: 5px;
}

@media (max-width: 1240px) {
  body .woocommerce-pagination .page-numbers li span,
  body .woocommerce-pagination .page-numbers li a {
    width: 42px;
    height: 42px;
    line-height: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 !important;
    font-size: 14px;
  }
}

body .woocommerce-pagination .page-numbers li a:hover,
body .woocommerce-pagination .page-numbers li span.current {
  background-color: #f43232 !important;
  color: #fff !important;
}

body .divi_slider_class .bapf_slidr_all .bapf_slidr_main.ui-slider .ui-slider-range {
  background-color: #f43232;
}

body .divi_slider_class h3 {
  border-bottom: none;
  margin-bottom: 0;
}

body .bapf_rst_sel .bapf_button {
  width: 100%;
  text-transform: uppercase;
}

body .divi_slider_class .bapf_slidr_all .bapf_slidr_main.ui-widget-content {
  height: 7px;
  background: #ffffff;
  border-radius: 50px;
  border: 1px solid #dfdfdf;
}

body .divi_slider_class .bapf_slidr_all .bapf_slidr_main.ui-slider .ui-slider-handle,
body .divi_slider_class .bapf_slidr_all .bapf_slidr_main.ui-slider .ui-slider-handle:hover {
  border: 4px solid #f43232;
}

.bapf_sfilter.bapf_ckbox input[type="checkbox"] {
  top: 0;
  margin: 0;
  position: absolute;
  left: 0;
}

.sidebar_shop label {
  font-weight: 400;
}

span.roundpcs.pcs {
  margin-left: auto;
}

.berocket_single_filter_widget {
  margin-top: 30px;
}

.bapf_form {
  position: relative;
}

.bapf_form input[type="text"] {
  position: relative;
  height: 60px;
  background-color: white;
  padding-right: 70px;
}

.bapf_form button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  color: transparent;
  padding: 0;
  height: 50px;
}

.bapf_form button::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f43232;
  color: white;
  border-radius: 5px;
}

.woocommerce-ordering {
  position: relative;
  margin-left: auto;
}

.woocommerce-ordering:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.woocommerce-ordering select {
  vertical-align: middle;
  font-weight: normal;
  font-size: 16px;
  border: none;
  width: auto;
  line-height: 1.2;
  padding: 0 20px;
  height: 50px;
  color: #313131;
  border: 1px solid #e8e8e8;
  -webkit-appearance: none !important;
  border-radius: 5px;
}

@media (max-width: 1240px) {
  .woocommerce-ordering select {
    height: 42px;
  }
}

@media (max-width: 1024px) {
  .woocommerce-ordering select {
    height: 50px;
  }
}

.woocommerce-ordering select:active, .woocommerce-ordering select:hover, .woocommerce-ordering select:focus {
  background-color: white;
  border-color: #f43232;
}

body.post-type-archive-product .site-main {
  margin-bottom: 0;
}

.head-shop {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1024px) {
  .head-shop {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .head-shop {
    margin-bottom: 20px;
  }
}

.head-shop .woocommerce-ordering {
  margin-right: 0 !important;
  margin-left: auto !important;
  padding: 0 !important;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1024px) {
  .head-shop .woocommerce-ordering select {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .head-shop .woocommerce-pagination {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .head-shop .col_60 {
    width: 50%;
  }
  .head-shop .col_40 {
    width: 50%;
  }
}

@media (max-width: 370px) {
  .head-shop .col_60,
  .head-shop .col_40 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.item-slider .wrapp_single_slider .about_product .out-stock,
.item-slider .wrapp_single_slider .about_product .button {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 1;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.storefront-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.storefront-sorting .woocommerce-ordering {
  display: none !important;
}

.storefront-sorting .woocommerce-result-count {
  float: none;
}

.storefront-sorting .woocommerce-pagination {
  float: none !important;
  margin-left: auto;
}

body .storefront-sorting .woocommerce-pagination {
  float: none;
}

@media (max-width: 1024px) {
  .mobile_filters {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    padding: 40px 30px;
    top: 0;
    left: -100%;
    background: #fff;
    overflow: auto;
  }
}

.filters-open .mobile_filters {
  display: block;
  left: 0;
  transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -webkit-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
}

.close_filter {
  display: none;
  color: #313131;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}

@media (max-width: 1024px) {
  .close_filter {
    display: block;
  }
}

.close_filter i::before {
  font-weight: 400;
  content: "\274c";
  font-size: 20px;
}

body.filters-open {
  overflow: hidden;
}

.blog-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.blog-wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .blog-wrap-flex {
    display: block;
    margin: 20px 0 0;
  }
}

.blog-sidebar {
  width: 25%;
  padding-right: 20px;
}

@media (max-width: 1240px) {
  .blog-sidebar {
    width: 35%;
  }
}

@media (max-width: 768px) {
  .blog-sidebar {
    width: 100%;
    padding-right: 0;
  }
}

.blog-sidebar .sidebar-item {
  background: #313131;
  border-radius: 10px;
  padding: 30px;
}

@media (max-width: 1024px) {
  .blog-sidebar .sidebar-item {
    padding: 20px;
  }
}

.blog-sidebar .sidebar-item .title-line {
  color: white;
}

@media (max-width: 768px) {
  .blog-sidebar .widget_ai1ec_agenda_widget .ai1ec-date-events .ai1ec-event {
    margin-left: 10px !important;
  }
}

.blog-sidebar .widget_ai1ec_agenda_widget .ai1ec-date-events .ai1ec-event a .ai1ec-event-title {
  font-size: 16px;
}

.blog-sidebar .widget_ai1ec_agenda_widget .ai1ec-date-events .ai1ec-event a .ai1ec-event-title * {
  font-size: 16px;
}

.blog-sidebar .widget_ai1ec_agenda_widget .ai1ec-date .ai1ec-date-title {
  width: 70px;
}

@media (max-width: 1240px) {
  .blog-sidebar .widget_ai1ec_agenda_widget .ai1ec-date .ai1ec-date-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .blog-sidebar .widget_ai1ec_agenda_widget .ai1ec-date .ai1ec-date-title {
    width: 70px;
  }
}

.blog-sidebar .widget_ai1ec_agenda_widget .ai1ec-date-events {
  width: calc(100% - 82px);
}

@media (max-width: 1240px) {
  .blog-sidebar .widget_ai1ec_agenda_widget .ai1ec-date-events {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .blog-sidebar .widget_ai1ec_agenda_widget .ai1ec-date-events {
    width: calc(100% - 70px);
  }
}

.blog-sidebar-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-sidebar-item ul {
  list-style: none;
  margin-left: 0 !important;
  margin-bottom: 0;
}

p.title-line,
.addtoany_header {
  font-family: "Saira";
  font-size: 20px;
  color: #313131;
  font-weight: 600;
}

@media (max-width: 1024px) {
  p.title-line,
  .addtoany_header {
    font-size: 18px;
    font-weight: 800;
  }
}

.addtoany_content {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-wrap-content {
  width: 75%;
  padding-left: 20px;
}

@media (max-width: 1240px) {
  .blog-wrap-content {
    width: 65%;
  }
}

@media (max-width: 768px) {
  .blog-wrap-content {
    width: 100%;
    padding-left: 0;
  }
}

.blog-wrap-content .wp-pagenavi {
  padding-top: 20px;
}

.blog-slide {
  width: 33.33333%;
  padding: 10px;
}

@media (max-width: 1240px) {
  .blog-slide {
    width: 50%;
  }
}

@media (max-width: 560px) {
  .blog-slide {
    width: 100%;
  }
}

.blog-slide a {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  height: 100%;
}

.blog-slide a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
}

.blog-slide .blog-date {
  margin-bottom: 5px;
}

.blog-image {
  width: 100%;
  height: 246px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}

.blog-category {
  position: absolute;
  background-color: #f43232;
  padding: 2px 5px 5px 5px;
  line-height: 1;
  border-radius: 0 4px 4px 0;
  left: 0;
  top: 10px;
  color: white;
  font-size: 12px;
}

@media (max-width: 1024px) {
  .blog-category {
    font-size: 10px;
  }
}

.blog-category i {
  margin-top: 5px;
  margin-right: 3px;
  font-size: 9px;
}

.blog-date {
  font-size: 14px;
  color: #727272;
  display: block;
  line-height: 1.2;
}

@media (max-width: 1240px) {
  .blog-date {
    font-size: 12px;
  }
}

.blog-date i {
  margin-right: 5px;
}

.blog-item-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.1em;
  color: #313131;
  font-family: "Saira";
}

.blog-excerpt {
  margin-top: 12px;
  font-size: 1.4rem;
}

.wp-pagenavi .page-numbers {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wp-pagenavi .page-numbers li {
  margin: 2px;
}

.wp-pagenavi .page-numbers li span,
.wp-pagenavi .page-numbers li a {
  background-color: #ffffff !important;
  color: #888888;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1240px) {
  .wp-pagenavi .page-numbers li span,
  .wp-pagenavi .page-numbers li a {
    width: 42px;
    height: 42px;
    line-height: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 !important;
    font-size: 14px;
  }
}

.wp-pagenavi .page-numbers li a:hover,
.wp-pagenavi .page-numbers li span.current {
  background-color: #f43232 !important;
  color: #fff !important;
}

.sidebar-title {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.categories-List li {
  position: relative;
  padding: 15px 0;
  line-height: 1.3;
  margin: 0 !important;
  border-top: 1px dashed #e0e0e0;
}

.categories-List li:first-child {
  border-top: none;
}

.categories-List li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  left: 0;
  width: 6px;
  line-height: 1;
  top: 50%;
  margin-top: -8px;
  color: #f43232;
  opacity: 0;
}

.categories-List li.current-menu-item:before {
  opacity: 1;
}

.categories-List li.current-menu-item a {
  color: #313131;
  font-weight: 700;
  padding-left: 20px;
  opacity: 1;
}

.categories-List li:hover:before {
  opacity: 1;
}

.categories-List li:hover a {
  color: #313131;
  opacity: 1;
  padding-left: 20px;
}

.categories-List a {
  color: #313131;
  display: block;
  font-weight: 600;
  font-size: 15px;
  opacity: 1;
  padding-left: 0;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.categories-List a:hover {
  text-decoration: none;
}

.categories-List a:hover {
  color: #f43232;
}

.best-posts li {
  margin-top: 15px;
}

.best-posts li:first-child {
  border-top: none;
}

.best-posts a {
  padding: 15px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
}

.best-posts a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
}

.best-posts a:hover .blog-post-image:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.blog-post-text {
  width: calc(100% - 94px);
  padding-left: 10px;
}

@media (max-width: 1024px) {
  .blog-post-text {
    width: calc(100% - 60px);
  }
}

.blog-post-text h6 {
  font-size: 16px;
  padding-top: 3px;
  font-family: "Saira";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .blog-post-text h6 {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .blog-post-text .date-blog-post {
    font-size: 12px;
    line-height: 1.2;
  }
  .blog-post-text .date-blog-post.blog-category {
    display: none;
  }
}

.blog-search form {
  position: relative;
}

.blog-search input {
  margin: 0;
  background-color: white;
}

.blog-search input:hover, .blog-search input:focus, .blog-search input:active {
  background-color: white;
}

.blog-search button {
  position: absolute;
  background-color: #f43232;
  right: 0;
  padding: 0;
  width: 50px;
  height: calc(100% - 4px);
  border-radius: 5px;
  text-align: left;
  margin: 0;
  top: 2px;
  right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-search button img {
  width: 24px;
}

.blog-post-image {
  width: 94px;
  height: 70px;
  display: block;
  border-radius: 5px;
  position: relative;
}

@media (max-width: 1024px) {
  .blog-post-image {
    width: 60px;
    height: 45px;
  }
}

.blog-post-image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.blog-single-top h1 {
  font-size: 42px;
  color: #313131;
}

@media (max-width: 1024px) {
  .blog-single-top h1 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .blog-single-top h1 {
    font-size: 30px;
  }
}

.blog-infos {
  padding: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .blog-infos {
    margin-left: -12px;
    margin-right: -12px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
}

.blog-info-box {
  margin-right: 40px;
  margin-bottom: 5px;
}

@media (max-width: 1240px) {
  .blog-info-box {
    margin-right: 20px;
  }
}

@media (max-width: 1024px) {
  .blog-info-box {
    margin: 0;
    padding: 8px 12px;
  }
}

.blog-info-box:last-child {
  margin-right: 0;
}

.blog-info-box::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f43232;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .blog-info-box span:first-child {
    font-size: 13px;
  }
}

.blog-info-box span.published-date,
.blog-info-box a {
  color: #313131;
  display: block;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 768px) {
  .blog-info-box span.published-date,
  .blog-info-box a {
    font-size: 14px;
  }
}

.blog-info-box a:hover {
  text-decoration: none;
  color: #f43232;
}

.blog-single-categories {
  margin-left: 0;
  padding-left: 0;
  list-style: none !important;
  font-size: 12px;
}

.blog-single-categories a {
  background-color: transparent;
  padding: 0;
  display: inline-block;
}

.blog-single-categories a:hover {
  text-decoration: none;
  color: #f43232;
  background-color: transparent;
}

.share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
}

@media (max-width: 768px) {
  .share-buttons {
    margin-top: 15px;
  }
}

.share-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  text-align: center;
  background-color: #f43232;
  color: white;
  font-size: 12px;
  border-radius: 100%;
}

@media (max-width: 1240px) {
  .share-buttons a {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1024px) {
  .share-buttons a {
    width: 35px;
    height: 35px;
  }
}

.share-buttons a:hover {
  -webkit-box-shadow: 0 0 0 5px rgba(244, 50, 50, 0.3);
          box-shadow: 0 0 0 5px rgba(244, 50, 50, 0.3);
  color: white;
  text-decoration: none;
}

.share-buttons i {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .share-buttons i {
    font-size: 15px;
  }
}

.share-buttons li {
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .share-buttons li {
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .share-buttons li {
    margin-left: 0;
    margin-right: 10px;
  }
}

#respond {
  padding: 30px;
  background-color: white;
  border-radius: 10px;
}

#respond p {
  margin: 0;
  font-size: 16px;
}

.article-image {
  margin-bottom: 30px;
}

.share-buttons-single {
  margin-top: 30px;
}

.share-title,
.gamma {
  font-size: 20px;
  font-family: "Saira";
  font-weight: 700;
}

.form-submit input {
  margin-bottom: 0;
  margin-top: 20px;
}

.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.comment-form p {
  padding: 0 10px;
  width: 100%;
}

.comment-form p.comment-form-author, .comment-form p.comment-form-email {
  width: 50%;
}

@media (max-width: 768px) {
  .comment-form p.comment-form-author, .comment-form p.comment-form-email {
    width: 100%;
  }
}

.comment-form p.comment-notes {
  margin-bottom: 20px;
}

.comment-form p a:hover {
  color: #f43232;
}

.comment-form-cookies-consent {
  padding-left: 25px;
  position: relative;
}

.comment-form-cookies-consent label {
  padding-left: 32px;
  width: calc(100% - 25px);
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1024px) {
  .comment-form-cookies-consent label {
    font-size: 14px;
  }
}

.comment-form-cookies-consent input {
  position: absolute;
  left: 10px;
  top: 0;
}

.comment-notes span {
  display: block;
}

span.required {
  color: red;
  display: inline;
}

.required-field-message {
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
  background-color: #ececec;
  color: #313131;
  padding: 10px;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .required-field-message {
    font-size: 14px;
  }
}

#comments {
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  #comments {
    font-size: 24px;
  }
}

.comment-body {
  position: relative;
}

.comment-list {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 40px;
}

@media (max-width: 1240px) {
  .comment-list {
    margin-bottom: 20px;
  }
}

.comment-list li {
  position: relative;
  padding: 15px;
  margin: 15px 0;
  background-color: #fff;
  border-radius: 5px;
}

.comment-awaiting-moderation {
  font-size: 12px;
  padding-left: 50px;
}

.comment-author {
  position: relative;
  padding-left: 50px;
}

.comment-author img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.comment-author cite {
  font-style: normal;
  font-weight: 600;
  padding-right: 75px;
  color: #313131;
  font-family: "Saira";
}

.comment-body br {
  display: none;
}

.comment-body p {
  font-size: 16px;
  margin-bottom: 0;
}

.blog-content .the-content h2 + h3,
.blog-content .the-content .beta + h3 {
  border-top: none;
  padding-top: 0;
}

.blog-content .the-content blockquote p {
  color: #f43232 !important;
}

.blog-content .the-content table {
  padding: 0 !important;
  margin-right: 0;
  border-collapse: separate;
  border: none;
}

@media (max-width: 768px) {
  .blog-content .the-content table {
    width: auto !important;
    margin-right: 0 !important;
  }
  .blog-content .the-content table td,
  .blog-content .the-content table th {
    padding: 10px;
  }
}

@media (max-width: 460px) {
  .blog-content .the-content table td,
  .blog-content .the-content table th {
    padding: 6px;
    font-size: 10px;
  }
}

body #comments .comment-list .comment-content {
  width: 100%;
}

body #comments .comment-list .comment-content {
  padding-bottom: 0;
  margin-bottom: 0;
}

body #comments .comment-list .reply a {
  font-size: 12px;
  line-height: 1.2em;
}

body #comments .comment-list .reply {
  margin-bottom: 0;
  padding-top: 10px;
}

body #comments .comment-list .comment-meta {
  width: 100%;
  text-align: left;
  margin-right: 0;
}

body .comment-author {
  position: relative;
  padding-left: 50px;
  line-height: 1em;
  padding-top: 5px;
}

body #comments .comment-list .comment-meta a.comment-date {
  font-size: 10px;
  line-height: 1em;
  padding-left: 50px;
  position: relative;
  top: -6px;
}

body #comments .comments-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 25px;
}

body #comments .comments-title * {
  font-size: inherit;
}

body #comments {
  padding-top: 20px;
}

body #comments .comment-list .comment-content .comment-text {
  padding: 16px;
}

body .comment-list li {
  display: inline-block;
}

body {
  background-color: #313131;
}

.header {
  clear: both;
}

.header .header-first {
  padding: 10px 0;
}

@media (max-width: 1024px) {
  .header .header-first {
    border-bottom: 1px solid #f43232;
    padding: 7px 0;
  }
}

@media (max-width: 1024px) {
  .header .header-first .item_1 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header .header-first .item_2 {
    width: 25%;
  }
}

@media (max-width: 768px) {
  .header .header-first .item_2 {
    width: 50%;
  }
}

.header .header-first .item_2 .box-logo img {
  height: 86px;
  width: auto;
}

@media (max-width: 1024px) {
  .header .header-first .item_2 .box-logo img {
    height: auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .header .header-first .item_2 .box-logo img {
    width: 150px;
  }
}

@media (max-width: 1024px) {
  .header .header-first .item_3 {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .header .header-first .item_3 {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .header .header-first .item_3 .wrap-men {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.header .header-first .item_3 .social {
  margin: 0;
  padding: 0 50px;
}

@media (max-width: 1480px) {
  .header .header-first .item_3 .social {
    padding: 0 40px;
  }
}

@media (max-width: 1240px) {
  .header .header-first .item_3 .social {
    padding: 0 25px;
  }
}

@media (max-width: 1024px) {
  .header .header-first .item_3 .social {
    display: none;
  }
}

.header .header-first .item_3 .social ul {
  list-style: none;
  margin: 0;
}

.header .header-first .item_3 .social li {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

@media (max-width: 1240px) {
  .header .header-first .item_3 .social li {
    padding-right: 7px;
    padding-left: 7px;
  }
}

.header .header-first .item_3 .social li a {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1480px) {
  .header .header-first .item_3 .social li a {
    font-size: 16px;
  }
}

.header .header-first .item_3 .social li a:hover {
  color: #f43232;
}

@media (max-width: 1024px) {
  .header .header-first .item_3 .small_submenu {
    display: none;
  }
}

.header .header-first .item_3 .small_submenu .pages-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .header-first .item_3 .small_submenu li {
  margin-left: 20px;
  margin-bottom: 0;
  list-style: none;
}

@media (max-width: 1480px) {
  .header .header-first .item_3 .small_submenu li {
    margin-left: 10px;
  }
}

.header .header-first .item_3 .small_submenu li a {
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1480px) {
  .header .header-first .item_3 .small_submenu li a {
    font-size: 14px;
  }
}

.header .header-first .item_3 .small_submenu li a:hover {
  color: #f43232;
}

.header .header-second {
  background-color: #f43232;
}

@media (max-width: 1024px) {
  .header .header-second {
    display: none;
  }
}

.header .header-second .menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .header .header-second .menu {
    display: none;
  }
}

.header .header-second .menu > li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  position: relative;
  width: 15%;
  text-align: center;
}

.header .header-second .menu > li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.header .header-second .menu > li:last-child:after {
  content: none;
}

.header .header-second .menu > li:after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #ff7272;
  display: inline-block;
  position: absolute;
  right: 0;
  top: calc((100% - 10px) / 2);
}

@media (max-width: 1700px) {
  .header .header-second .menu > li:after {
    right: -13px;
  }
}

@media (max-width: 1240px) {
  .header .header-second .menu > li:after {
    right: -10px;
  }
}

.header .header-second .menu > li.current_page_item > a:after {
  width: calc(100% - 20px);
}

.header .header-second .menu > li.current_page_item:last-child > a:after {
  width: 100%;
}

.header .header-second .menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  padding-right: 20px;
  font-weight: 700;
}

.header .header-second .menu > li a {
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
}

@media (max-width: 1700px) {
  .header .header-second .menu > li a {
    font-size: 1.3rem;
  }
}

@media (max-width: 1240px) {
  .header .header-second .menu > li a {
    font-size: 1.2rem;
  }
}

.header .header-second .menu > li.menu-item-has-children > a {
  padding-right: 12px;
}

.header .header-second .menu > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  /* margin-top: -13px; */
  width: auto !important;
  font-size: 13px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  padding-left: 10px;
}

.header .header-second .menu > li .sub-menu {
  position: absolute;
  margin-left: 0;
  left: -10px;
  top: 100%;
  width: 230px;
  background: #252525;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.12);
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

.header .header-second .menu > li .sub-menu li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  list-style: none;
}

.header .header-second .menu > li .sub-menu li a {
  padding: 10px 13px;
  width: 100%;
  display: inline-block;
  font-size: 1.4rem;
}

.header .header-second .menu > li .sub-menu li a:hover {
  background: #f43232;
}

.header .header-second .menu > li .sub-menu li.current-menu-item a {
  background: #f43232;
}

.header .header-second .menu > li .sub-menu li:last-child {
  border-bottom: none;
}

.header .header-second .menu > li.menu-item-has-children:hover .sub-menu {
  display: block;
}

.navigation__mobile {
  display: none;
}

@media (max-width: 1024px) {
  .navigation__mobile {
    display: block;
  }
}

.navigation__mobile .tohidedesktop {
  display: none;
}

.hamburger-menu {
  position: relative;
  width: 25px;
  height: 17px;
  top: 3px;
}

.button-menu-line {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  width: 25px;
  background-color: #fff;
  /*background-color: #000;*/
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.button-menu-line.button-menu-line--1 {
  top: 0;
  -webkit-transform-origin: center center 0px;
          transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

.button-menu-line.button-menu-line--2 {
  top: 7px;
  -webkit-transform-origin: center center 0px;
          transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

.button-menu-line.button-menu-line--3 {
  top: 14px;
  -webkit-transform-origin: center center 0px;
          transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

.mm-wrapper_opened .tohidedesktop {
  display: block !important;
}

.mm-wrapper_opened .tohidedesktop .menu {
  margin-top: 0;
}

.mm-wrapper_opened .button-menu-line--1 {
  -webkit-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 10);
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 10);
}

.mm-wrapper_opened .button-menu-line--2 {
  -webkit-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 1, 3);
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 1, 3);
}

.mm-wrapper_opened .button-menu-line--3 {
  opacity: 0;
}

nav#mobile-menu {
  z-index: 999999;
}

.mm-listitem:after {
  background-color: rgba(0, 0, 0, 0.29);
  left: 0;
}

.mm-navbar__title {
  color: #fff !important;
}

.mm-btn:after,
.mm-btn:before {
  border-color: rgba(255, 255, 255, 0.64);
}

.mm-panels > .mm-panel {
  background: #202020;
}

.mm-panels > .mm-panel ul li a {
  font-weight: 500;
  color: #fff;
}

.mm-panels > .mm-panel ul li.menu-item-object-wpml_ls_menu_item {
  width: 50px;
  display: inline-block;
  vertical-align: top;
}

.mm-menu .mm-navbars_top {
  background: #202020;
  border-color: rgba(0, 0, 0, 0.29);
}

.mm-menu .mm-navbars_top .mm-navbar {
  display: inherit;
  text-align: center;
  width: 100%;
  padding: 10px;
  background: #202020;
}

.mm-menu .mm-navbars_top .mm-navbar .logo_1 {
  width: 180px;
  height: auto;
  margin: 0 auto;
}

.mm-menu .mm-navbars_top .mm-navbar form.form-search {
  padding: 0;
  margin: 0 auto;
}

.mm-menu .mm-navbar {
  background: #202020;
}

.mm-menu .mm-navbars_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.29);
}

.mm-menu .mm-navbars_bottom .mm-navbar {
  display: inherit;
  width: 100%;
  text-align: center;
}

.mm-menu .mm-navbars_bottom .mm-navbar .pages-menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  padding-bottom: 0;
}

.mm-menu .mm-navbars_bottom .mm-navbar .pages-menu li {
  padding: 5px 8px;
  margin: 0;
}

.mm-menu .mm-navbars_bottom .mm-navbar .pages-menu li a {
  color: #fff;
}

.mm-menu .mm-navbars_bottom .mm-navbar .list-social {
  display: inline-block;
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0;
}

.mm-menu .mm-navbars_bottom .mm-navbar .list-social li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
}

.mm-menu .mm-navbars_bottom .mm-navbar .list-social li a {
  color: #fff;
}

.mm-menu .mm-navbars_bottom .mm-navbar .list-social li a:hover {
  color: #f43232;
}

.mm-menu .logo_link {
  display: block;
  margin: 0 auto;
}

.mm-menu .logo_link img {
  max-width: 74px;
}

form.form-search {
  position: relative;
  width: 330px;
}

@media (max-width: 1480px) {
  form.form-search {
    width: 300px;
  }
}

form.form-search input[type="search"] {
  border: none;
  border-radius: 5px;
  background-color: #3e3e3e;
  color: #fff;
  height: 48px;
  padding-right: 80px;
  padding-left: 15px;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 14px;
}

form.form-search input[type="search"]::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

form.form-search input[type="search"]::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

form.form-search input[type="search"]:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

form.form-search input[type="search"]:-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

form.form-search button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  height: 48px;
  padding: 0;
  width: 50px;
  border-radius: 5px;
}

form.form-search button[type="submit"] img {
  width: 21px;
  height: auto;
  margin: 0 auto;
}

body .mm-listitem.big-link {
  position: relative;
}

body .mm-listitem.big-link > .mm-listitem__btn {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

body .mm-listitem__btn {
  border-color: #202020;
}

.footer {
  background-color: #1e1e1e;
  clear: both;
}

.footer .footer_box {
  padding-top: 40px;
}

@media (max-width: 1240px) {
  .footer .footer_box {
    width: 25%;
  }
}

@media (max-width: 1024px) {
  .footer .footer_box {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .footer .footer_box {
    width: 50%;
    padding-top: 20px;
  }
}

@media (max-width: 370px) {
  .footer .footer_box {
    width: 100%;
    text-align: center;
  }
}

.footer .footer_box .widget_custom_html p,
.footer .footer_box .textwidget p {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer .footer_box .red {
  color: #f43232;
}

.footer .footer_box .item-address,
.footer .footer_box .item-clock {
  padding-left: 25px;
  position: relative;
}

@media (max-width: 370px) {
  .footer .footer_box .item-address,
  .footer .footer_box .item-clock {
    padding-left: 0;
  }
}

.footer .footer_box .item-address::before,
.footer .footer_box .item-clock::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
}

@media (max-width: 370px) {
  .footer .footer_box .item-address::before,
  .footer .footer_box .item-clock::before {
    position: relative;
    top: 5px;
    margin-right: 6px;
  }
}

.footer .footer_box .item-address::before {
  background-image: url(images/svg/icon-map.svg);
}

.footer .footer_box .item-clock::before {
  background-image: url(images/svg/icon-clock.svg);
}

.footer .footer_box .heading {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: #fff;
}

.footer .footer_box ul {
  margin-bottom: 20px;
}

.footer .footer_box ul li {
  padding-left: 0;
  margin-bottom: 5px;
}

.footer .footer_box ul li a {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 560px) {
  .footer .footer_box ul li a {
    font-size: 13px;
  }
}

.footer .footer_box ul li a:hover {
  color: #f43232;
}

.footer .footer_box form input[type="email"] {
  background-color: #3e3e3e;
  color: #fff;
  height: 48px;
  margin-bottom: 13px;
  border-color: transparent;
  border-radius: 5px;
  font-size: 14px;
}

.footer .footer_box form input[type="email"]::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.footer .footer_box form input[type="email"]::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.footer .footer_box form input[type="email"]:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.footer .footer_box form input[type="email"]:-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.footer .footer_box form input[type="submit"] {
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 12px;
}

.footer .footer_box form input[type="submit"]:hover {
  background-color: #c31111;
}

.footer .footer_box .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .footer .footer_box .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer .footer_box .social li {
  list-style: none;
  padding-left: 0;
}

@media (max-width: 768px) {
  .footer .footer_box .social li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.footer .footer_box .social li a {
  width: 47px;
  height: 47px;
  border: 1px solid #fff;
  border-radius: 500px;
  font-size: 16px;
  line-height: 47px;
  text-align: center;
}

@media (max-width: 1240px) {
  .footer .footer_box .social li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
}

.footer .footer_box .social li a:hover {
  background-color: #f43232;
  color: #fff;
  border-color: #f43232;
}

@media (max-width: 1240px) {
  .footer .footer_1 {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .footer .footer_1 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .footer .footer_4 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .footer .footer_5 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1024px) {
  .footer .footer_5 .sidebar-item {
    width: 50%;
  }
}

@media (max-width: 560px) {
  .footer .footer_5 .sidebar-item {
    width: 100%;
  }
}

.footer .footer-second {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #3e3e3e;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .footer .footer-second .footer_small_box {
    width: 100%;
    text-align: center;
  }
}

.footer .footer-second p {
  font-size: 14px;
}

.footer .footer-second .footer_small_box .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  .footer .footer-second .footer_small_box .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer .footer-second .footer_small_box .menu li {
  padding-left: 20px;
}

.footer .footer-second .footer_small_box .menu li a {
  font-size: 14px;
  color: #fff;
}

.footer .footer-second .footer_small_box .menu li a:hover {
  color: #f43232;
}
/*# sourceMappingURL=style.css.map */