h1,
h2,
h3,
p,
ul {
  margin-top: 0;
}

h1,
h2,
h3,
label {
  margin-bottom: 0.5rem;
}

button,
hr,
input {
  overflow: visible;
}

.nav {
  list-style-type: none;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
}

article,
header,
main,
nav {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

p,
ul {
  margin-bottom: 15px;
}

strong {
  font-weight: bolder;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  /*-webkit-text-decoration-skip: objects;*/
}

a:hover {
  color: #0056b3;
}

img {
  vertical-align: middle;
  border-style: none;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
}

button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

[type="submit"],
button {
  -webkit-appearance: button;
}

[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

html {
  font-size: 16px;
}

body {
  font-family: "PT Sans", sans-serif;
}

h3 {
  font-size: 1.1875rem;
}

.nav__item a:hover {
  text-decoration: none;
}

.header__top h1 {
  color: #fff;
  text-transform: uppercase;
}

.paragraph-title {
  font-size: 1.1875rem;
  font-weight: 700;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

body {
  background-color: #f6f6f6;
}

.container {
  background-color: #fff;
}

.header {
  margin-bottom: 16px;
}

.header__top {
  position: relative;
  background: center center no-repeat;
  background-size: cover;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  height: 100px;
}

.header__top h1 {
  line-height: 1.2;
  font-size: 2.25rem;
  font-weight: 900;
  font-family: Arial, sans-serif;
  letter-spacing: -2px;
}

.header__top h1[class*="nl"] {
  font-size: 1.8rem;
}

.header__nav {
  width: 100%;
}

.header__breadcrumb {
  display: none;
  color: #626262;
  font-size: 0.8125rem;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  margin-top: 8px;
}

.nav {
  display: none;
  padding-left: 0;
  margin-bottom: 0;
  /* height: 32px; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  height: 100%;
  text-transform: uppercase;
}

.nav__item a {
  color: #fff;
  font-size: 0.875rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.article {
  width: 100%;
  min-height: 1px;
}

.article {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}

.article__heading {
  margin-bottom: 8px;
}

.article__heading h1 {
  font-size: 2rem;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  line-height: 1.1;
  margin-top: 24px;
}

.article__subtitle {
  margin: 15px 0;
}

.article__subtitle h2 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.article__heading p {
  font-family: "gotham book", sans-serif;
  font-size: 1.375rem;
}

.img-center {
  display: block;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
}

.text-img img {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}

img.product-img {
  max-width: 150px;
}

.separator {
  height: 1px;
  color: #e3e3e3;
  background-color: #e3e3e3;
  border: none;
  margin-bottom: 24px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .header__top {
    height: 147px;
  }

  .header__top h1 {
    font-size: 3rem;
  }

  .header__top h1[class*="nl"] {
    font-size: 2rem;
  }

  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .article__heading {
    margin-bottom: 16px;
  }

  .article__heading h1 {
    font-size: 2.375rem;
  }
}

@media (min-width: 768px) {
  .header__breadcrumb {
    display: block;
  }

  .container {
    max-width: 720px;
  }

  .header__top h1[class*="nl"] {
    font-size: 3rem;
  }

  .article__heading h1 {
    font-size: 2.3rem;
    margin-top: 0;
  }

  .article__heading p {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 840px;
  }

  .header__top h1 {
    max-width: 50%;
  }

  .header__top h1[class*="nl"] {
    max-width: 63%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }

  .article {
    -webkit-box-flex: 0;
  }
}

.article__heading h1 {
  font-family: "Newsreader", serif;
}

.quote__text {
  padding: 10px 10px 10px 10px;
  margin-left: 10px;
  border-left: 2px solid #007bff;
  font-style: italic;
}

ul.list {
  width: 80%;
  list-style: none;
  padding-left: 0;
}

ul.list li:not(:last-child) {
  margin-bottom: 10px;
}

/*

THIS FILE IS OVERWRITTEN EVERY TIME YOU UPDATE THE PLUGIN.
USE THE CUSOTM CSS OPTION IN THE SUBSCRIPTION SETTING PANEL FOR YOUR
CUSTOM CSS RULES.

*/

/* .comments {
    padding: 20px;
} */

.comments__prof {
  display: flex;
  margin-top: 5px;
  margin-bottom: 30px;
}

.no__foto {
  margin-right: 20px;
  width: 65px;
}

.footer__btn {
  display: flex;
  justify-content: center;
}

.btn__footer {
  margin-bottom: 20px;
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: white;
  border-radius: 10px;
}

.btn__footer:hover {
  color: white;
}

.copy {
  display: flex;
  justify-content: center;
}

/* Generic field wrapper */

/* Profile form */

/* Newsletter Widget Minimal */

/* Comments Extension */

.comments__footer {
  display: block;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-title {
  max-width: 510px;
  margin-right: auto;
  margin-left: auto;
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
}

.form {
  max-width: 500px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.label {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
}

form {
  margin-left: 10%;
  margin-right: 10%;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

@media all and (max-width: 500px) {
  form {
    margin: 1%;
  }
}

/* Locked Content Extension */
.comm__date {
  margin-left: 85px;
  margin-top: -20px;
  margin-bottom: 0;
  color: #007bff;
}

@media screen and (max-width: 480px) {
  .comm__date {
    font-size: 1rem !important;
  }

  .webp .header__top {
    background-image: url("../images/top-bg__mob.webp");
  }

  .no-webp .header__top {
    background-image: url("../images/top-bg__mob.jpg");
  }
}

#form .form {
  display: inline-block;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 20px 30px;

  text-align: center;
}

/* .webp #form .form {
    background: url(../images/formbg.webp) no-repeat 0 0/100% 100%;
} */

#form .form {
  background: url(../images/formbg.jpg) no-repeat 0 0/100% 100%;
}

#form p {
  margin-bottom: 20px;
}

#form.form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
}

#form .form-intro {
  padding: 10px 20px;
  border: 1px solid rgb(240, 98, 98);
  width: 100%;
  max-width: 550px;
  background-color: rgb(255, 240, 240);
  font-size: 18px;
  border-radius: 8px;
  margin: 20px 0;
}

@media screen and (max-width: 480px) {
  #form .form-intro {
    font-size: 16px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 480px) {
  #form .form {
    padding: 20px 15px;
  }
}

#form .form-title {
  margin: 10px 0;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
  color: #000;
}

@media screen and (max-width: 580px) {
  #form .form-title {
    font-size: 20px;
    margin: 5px 0;
  }
}

#form .form-orders {
  color: rgb(0, 0, 255);
  font-size: 14px;
}

@media screen and (max-width: 580px) {
  #form .form-orders {
    margin: 5px 0;
  }
}

#form .form-accent {
  width: 100%;
  padding: 10px 10px;
  border: 2px solid #0299ff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  #form .form-accent {
    padding: 10px 5px;
    font-size: 12px;
  }
}

#form .form-price {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  margin: 15px 0;
}

@media screen and (max-width: 480px) {
  #form .form-price {
    font-size: 18px;
    line-height: 1.2;
    margin: 10px 0 0;
  }
}

#form .form-price span {
  font-weight: 600;
  font-size: 1.1em;
}

#form .form-price__old {
  text-decoration: line-through;
  white-space: nowrap;
}

#form .form-price__new {
  position: relative;
  white-space: nowrap;
  color: red;
}

#form .form-inputs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#form .form-inputs input,
#form .form-inputs select {
  margin: 5px 0;
  border-radius: 4px;
  border: 1px solid rgb(55, 25, 5);
  font-size: 16px;
  padding: 8px 10px;
  width: 100%;
  max-width: 270px;
}

@media screen and (max-width: 480px) {
  #form .form-inputs input {
    font-size: 14px;
    padding: 8px 8px;
  }
}

#form .form-inputs label {
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  #form .form-inputs label {
    font-size: 14px;
  }
}

#form .form-inputs button {
  margin-top: 20px;
  width: 100%;
  max-width: 270px;
  border: none;
  color: #fff;
  background-color: #0299ff;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 8px 10px;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  #form .form-inputs button {
    font-size: 18px;
    margin-top: 15px;
  }
}

#form .form-footer {
  text-align: center;
  font-size: 14px;
  margin: 30px 0 0;
}

@media screen and (max-width: 480px) {
  #form .form-footer {
    font-size: 12px;
    margin-top: 20px;
  }
}

#form .form-bottom {
  border: 2px solid #0299ff;
  padding: 8px 10px;
  width: 100%;
  max-width: 550px;
  margin-top: 20px;
  border-radius: 8px;
  background-color: rgba(2, 154, 255, 0.137254902);
  font-size: 18px;
  text-align: center;
}

#form .form-bottom p {
  line-height: 1.3;
}

@media screen and (max-width: 480px) {
  #form .form-bottom {
    font-size: 14px;
  }

  #form .form-bottom p {
    margin: 10px 0;
  }
}

#form .form-bottom__title {
  font-weight: 600;
}

#form .form-bottom__order {
  font-size: 14px;
  font-weight: 600;
}

#form .form-instock {
  font-size: 1.2em;
  transition: opacity 0.4s;
}

#form .form-color--accent {
  color: coral;
}

.centered {
  text-align: center;
}

.product-img {
  max-width: 200px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  p {
    font-size: 19px;
  }

  .article__heading h1 {
    font-size: 20px;
  }
}

/* .webp .header__top {
  background-image: url("../images/top-bg.webp");
} */

.header__top {
  background-image: url("../images/top-bg.jpg");
}

.header__nav {
  background-color: #366c8c;
}

.nav__item a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.copy {
  padding: 15px 0;
}

.comments {
  margin-bottom: 20px;
}

.comment:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid gray;
}

.nav__item a {
  padding: 10px;
}

.btn__footer {
  text-transform: uppercase;
}

.content-img {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}

.form-bottom__order {
  margin-bottom: 0 !important;
}

.comments__photo {
  flex-shrink: 0;
}

@media screen and (min-width: 480px) {
  .comment--reply {
    margin-left: 60px;
  }
}

#form .form-price__old {
  text-decoration: none;
}

#form .form-price__old {
  position: relative;
}

#form .form-price__old:before {
  width: 100%;
  height: 2px;
  background: red;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .article__heading h1 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .article__heading {
    margin-bottom: 16px !important;
  }
}

.btn__footer {
  margin: 20px auto;
}

.inL_965534 {
  color: red;
  font-weight: bold;
}

.inL_432943 {
  color: red;
  font-weight: bold;
}

.create__wrapper {
  margin-bottom: 20px;
}

.create__form-wrapper {
  display: none;
}

.create__form-wrapper.show {
  display: block;
}

.create__button {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #ccc;
  border: none;
  margin: 0;
  cursor: pointer;
  transition: 0.2s;
}

.create__button.hide {
  display: none;
}

.create__button:hover,
.create__button:focus {
  background-color: rgb(151, 151, 151);
}

.create__name {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #838383;
  padding: 10px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  margin-bottom: 15px;
  transition: 0.2s;
}

.create__name:hover,
.create__name:focus {
  background-color: #ececec;
}

.create__info-image-wrapper {
  margin-bottom: 15px;
}

.create__image-wrapper {
  display: flex;
  align-items: center;
}

.create__image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5e5e5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  background-image: url(../images/com-ava.png);
  background-position: center;
  background-repeat: no-repeat;
}

.create__image.added {
  background-image: url("../images/check.png");
}

.create__image-text {
  margin-left: 10px;
  cursor: pointer;
  text-decoration: underline;
}

.create__text {
  height: 100px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #838383;
  resize: none;
  overflow: auto;
  padding: 10px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  margin-bottom: 15px;
  transition: 0.2s;
}

.create__text:hover,
.create__text:focus {
  background-color: #ececec;
}

.create__btn {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: rgb(2, 82, 187);
  border-radius: 10px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}

.create__btn:hover,
.create__btn:focus {
  box-shadow: 0 0 10px 0 rgb(2 82 187);
}

.create__moderate {
  text-align: center;
  display: none;
}

.create__moderate.show {
  display: block;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

@media screen and (min-width: 480px) {
  .create__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .create__name {
    width: 60%;
  }

  .create__info-image-wrapper {
    width: 35%;
  }
}
