@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

a,
input[type="submit"],
button {
  transition: 0.3s ease-out;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

input[type="text"],
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

:root {
  --green: #b0cb1f;
  --dark: #364b55;
  --brown: #7c6047;
  --bg: #f2efed;
  --grey: #727272;
  --white: #fff;
  --link: #1877f2;
  --grey-light: #aaa;
}

:root {
  --font-family: "Nunito Sans", sans-serif;
  --second-family: "Nunito", sans-serif;
}
.ozkhwtgxjcgeg {
  max-width: 1500px;
  width: 100%;
}
.overhide {
  overflow: hidden;
}
html.overhide {
  overflow: hidden;
}
@media (min-width: 1550px) {
  .ozkhwtgxjcgeg {
    width: 1515px;
  }
}
.tqjlciiaoc {
  background: var(--bg);
  padding: 6px 0;
  position: relative;
  z-index: 3;
}

.tqjlciiaoc .ypwkhtksgpcsp {
  display: inline-block;
}

.tqjlciiaoc .ypwkhtksgpcsp ul {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 5px 0;
}

.tqjlciiaoc .ypwkhtksgpcsp li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--grey);
}

.lang ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tqjlciiaoc a {
  color: var(--grey);
}
.tqjlciiaoc .ypwkhtksgpcsp li a:hover {
  color: var(--dark);
}
.lang ul li.irqzzauayyxuus a {
  background: rgba(114, 114, 114, 0.15);
}
.lang ul li:first-child a {
  background-image: url("/catalog/view/theme/royal/image/uklang.png");
  background-size: cover;

  font-weight: 700;
  line-height: 28px;
}

.lang ul li a.irqzzauayyxuus {
  color: var(--dark);
}

.lang ul li a img {
  display: none;
}

.lang ul li a {
  display: block;
  width: 35px;
  height: 26px;
  line-height: 26px;
}

.lang ul li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: var(--grey);
  background: none;
  border: none;
  border-radius: 5px;
}

.lang ul li a:hover {
  background: var(--dark);
}

.lang ul li a:hover {
  color: #fff;
}
.hdsikrzlhpzu {
  height: 80px;
}
header {
  padding: 15px 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 990;
}

header .lqrpsylzrxpgjjo {
  display: flex;
  justify-content: space-between;

  align-items: center;
}

header .main-menu {
  margin-left: 15px;
  margin-right: 15px;
}

header .main-menu > ul {
  display: flex;
  gap: 30px;
  align-items: center;
}

header .main-menu > ul .all-special {
  background: var(--green);
  border-radius: 5px;
  padding: 7px 10px;
  white-space: nowrap;
}
footer .main ul li.all-special a {
  color: var(--green);
}
header .main-menu > ul .has-sub {
  position: relative;
  padding: 7px 0px;
}

header .main-menu > ul .has-sub:hover .submenu {
  display: block;
}

header .main-menu > ul .has-sub .submenu {
  border-radius: 10px;
  z-index: 2;
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  padding: 20px;
  width: 250px;
}
.descriptioncatalog {
  max-width: 900px;
}
header .main-menu > ul .has-sub .submenu li {
}

header .main-menu > ul .has-sub .submenu li a {
  font-weight: 400;
  gap: 10px;
  font-size: 16px;
  padding: 5px;
  color: var(--grey);
  border-radius: 5px;
  margin-bottom: 5px;
}
header .main-menu > ul .has-sub .submenu li a:hover {
  background: var(--bg);
}
header .main-menu > ul .has-sub .submenu li a img {
  width: 30px;
}
header .main-menu > ul .has-sub a {
  display: flex;
  align-items: center;
  gap: 5px;
}

header .main-menu > ul li a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--dark);
}
header .main-menu .submenu ul li a {
  text-transform: none;
}
header .xtgvrgwqvowzlht {
  display: flex;
  align-items: center;
  gap: 20px;
}

header .xtgvrgwqvowzlht button {
  background: none;
  border: none;
}

header .xtgvrgwqvowzlht .zouvdjklvsfzy {
  position: relative;
}

header .xtgvrgwqvowzlht .zouvdjklvsfzy span {
  position: absolute;
  background: var(--green);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 24px;
  text-align: center;
  bottom: 6px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: var(--dark);
}

section.banner .rgdewuvvts img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.banner .rgdewuvvts {
  height: 650px;
}

section.banner .owl-dots {
  position: absolute;
  right: 0;
  margin: 0 auto;
  left: 0;
  bottom: 30px;
  text-align: center;
}

section.banner .owl-dots .owl-dot {
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.25);
  width: 10px;
  height: 10px;
  margin: 0 10px;
}

section.banner .owl-dots .owl-dot.irqzzauayyxuus {
  background: var(--white);
}

section.banner .rgdewuvvts {
  position: relative;
}

section.banner .rgdewuvvts .text {
  position: absolute;
  left: 346px;
  bottom: 190px;
}

section.banner .rgdewuvvts .text .t {
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 60px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--dark);
  max-width: 490px;
  margin-bottom: 30px;
}

section.banner .rgdewuvvts .text ul li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  color: var(--brown);
  margin-bottom: 18px;
}

section.banner .rgdewuvvts .text ul li span {
  font-weight: 700;
  color: var(--dark);
}

.aoowaleilwqgd {
  margin-top: 40px;
  margin-bottom: 100px;
}

.aoowaleilwqgd .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
}

.aoowaleilwqgd .grid .rgdewuvvts {
  background: var(--bg);
  border-radius: 10px;
  height: 225px;
  text-align: center;
  padding-top: 27px;
  opacity: 0.9;
}
.aoowaleilwqgd .grid .rgdewuvvts:hover {
  opacity: 1;
}
.aoowaleilwqgd .grid .rgdewuvvts img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.aoowaleilwqgd .grid .rgdewuvvts .kdtcvlarrxeot {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: var(--dark);
  margin-top: 20px;
}
.btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  min-width: 150px;
  text-align: center;
  color: var(--dark);
  border-radius: 5px;
  padding: 15px 15px;
  background: var(--bg);
}
.btn:hover {
  background: var(--dark);
  color: var(--white);
}

.btnoform {
  background: var(--brown);
  color: var(--white);
}
.aoowaleilwqgd .all-prods {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: var(--dark);
  border-radius: 5px;
  padding: 15px 0px;
  background: var(--bg);
  display: block;
  width: 146px;
  margin: 30px auto 0;
}

.aoowaleilwqgd .all-prods:hover {
  background: var(--dark);
  color: var(--bg);
}

.prods {
  margin-top: 125px;
}

.prods .vuldhdudwy {
  margin-top: 45px;
}

.prods .owl-nav {
  position: absolute;
  right: 0;
  top: -90px;
}

.prods .owl-nav .owl-next,
.prods .owl-nav .owl-prev {
  width: 40px;
  height: 35px;
}

.prods .owl-nav .owl-next:hover svg path,
.prods .owl-nav .owl-prev:hover svg path {
  stroke: var(--dark);
}

.prods .owl-nav .owl-next svg,
.prods .owl-nav .owl-prev svg {
  height: 100%;
  width: 100%;
}

.prods .owl-nav .owl-next {
  transform: rotate(180deg);
}

.prods .owl-nav .owl-prev {
  margin-right: 25px;
}

.prods .owl-dots {
  margin: 45px auto 0;
  text-align: center;
}

.prods .owl-dots .owl-dot {
  display: inline-block;
  border-radius: 100%;
  background: var(--bg);
  width: 15px;
  height: 15px;
  margin: 0 10px;
}

.prods .owl-dots .owl-dot.irqzzauayyxuus {
  background: var(--brown);
}
header .logo a {
  height: 50px;
  display: block;
}
header .logo img {
  height: 100%;
}
.prod-h1 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;

  color: var(--dark);
  margin-bottom: 20px;
}
.xhqwgapvvjqk {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 50px;
  text-transform: uppercase;
  color: var(--dark);
  margin-bottom: 40px;
}
.prod-h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  color: var(--dark);
  margin-bottom: 20px;
}

.fsyxahseyw {
  position: relative;
}
.rev-single .gorycgacoswqv {
  display: flex;
  gap: 1px;
}
.producttpl.gorycgacoswqv svg {
  width: 25px;
  height: 24px;
}
.fsyxahseyw .gorycgacoswqv {
  display: flex;
  gap: 1px;
}
.fsyxahseyw .yklrsdlvvz img {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}

.fsyxahseyw .dkitrraopw {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
}

.fsyxahseyw .dkitrraopw .ewdgavqdoklp {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--brown);
}

.fsyxahseyw .zqxrurwdcstsrw {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: var(--dark);
  margin-top: 4px;
  min-height: 60px;
}

.fsyxahseyw .zqxrurwdcstsrw a {
  color: var(--dark);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

.fsyxahseyw .vzufqjwwqpaqatc {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.fsyxahseyw .vzufqjwwqpaqatc label {
  padding: 0;
}
#product .vzufqjwwqpaqatc {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
#product .xhhtdxkoro {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

#product .xhhtdxkoro label.control-label {
  font-size: 18px;
  color: var(--dark);
  font-weight: 400;
}

#product .vzufqjwwqpaqatc .piuzygpkhfw {
  margin: 0;
  padding: 0;
}
#product .vzufqjwwqpaqatc .piuzygpkhfw label {
  padding: 0;
}
.fsyxahseyw .sticker {
  position: absolute;
  z-index: 1;
}
#product .vzufqjwwqpaqatc .hroyygygscl {
  padding: 10px;
}

.fsyxahseyw .sticker .disc svg path {
  fill: #f00;
}

.fsyxahseyw .sticker .new svg path {
  fill: var(--green);
}

.fsyxahseyw .sticker div {
  width: 62px;
  height: 31px;
  position: relative;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: var(--white);
  text-align: center;
  line-height: 31px;
  margin-top: -4px;
}

.fsyxahseyw .sticker div:first-child {
  margin-top: 0;
}

.fsyxahseyw .sticker div svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.fsyxahseyw .wjwaiedyyt .tzltlpqjayfq {
  min-width: 90px;
}
.fsyxahseyw .wjwaiedyyt {
  display: flex;
  margin-top: 20px;
  min-height: 50px;

  gap: 10px;
  align-items: center;
  justify-content: space-around;
}

.fsyxahseyw .wjwaiedyyt .tzltlpqjayfq .old {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-decoration: line-through;
  color: var(--dark);
}

.fsyxahseyw .wjwaiedyyt .tzltlpqjayfq .new {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: var(--green);
}

.fsyxahseyw .wjwaiedyyt .tzltlpqjayfq .xvkdolrowlz {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  color: var(--dark);
  line-height: 48px;
}

.fsyxahseyw .wjwaiedyyt .gclvqqxkyyqfp button.btn-instock {
  font-size: 12px;
  text-transform: none;
}

.fsyxahseyw .wjwaiedyyt .gclvqqxkyyqfp button {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  border-radius: 5px;
  min-width: 180px;
  height: 48px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  color: var(--dark);
  border: none;
}
.fsyxahseyw .wjwaiedyyt .gclvqqxkyyqfp button:hover {
  background: var(--dark);
  color: var(--bg);
}

.fsyxahseyw .wjwaiedyyt .gclvqqxkyyqfp button img {
  width: 20px;
  margin-bottom: 4px;
}

.prods-rev {
}

.prods-rev .owl-nav {
  position: absolute;
  right: 0;
  top: -90px;
}

.prods-rev .owl-nav .owl-next,
.prods-rev .owl-nav .owl-prev {
  width: 40px;
  height: 35px;
}

.prods-rev .owl-nav .owl-next:hover svg path,
.prods-rev .owl-nav .owl-prev:hover svg path {
  stroke: var(--dark);
}

.prods-rev .owl-nav .owl-next svg,
.prods-rev .owl-nav .owl-prev svg {
  height: 100%;
  width: 100%;
}

.prods-rev .owl-nav .owl-next {
  transform: rotate(180deg);
}

.prods-rev .owl-nav .owl-prev {
  margin-right: 25px;
}

.prods-rev .owl-dots {
  margin: 45px auto 0;
  text-align: center;
}

.prods-rev .owl-dots .owl-dot {
  display: inline-block;
  border-radius: 100%;
  background: var(--bg);
  width: 15px;
  height: 15px;
  margin: 0 10px;
}

.prods-rev .owl-dots .owl-dot.irqzzauayyxuus {
  background: var(--brown);
}

.prods-rev .right .zqxrurwdcstsrw {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-top: 15px;
}

.prods-rev .right .zqxrurwdcstsrw a {
  color: var(--green);
  text-decoration: underline;
}

.prods-rev .rev-single {
  border: 1px solid var(--bg);
  border-radius: 10px;
  padding: 20px;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 30px;
  align-items: center;
}

.prods-rev .rev-single .yklrsdlvvz img {
  width: 100%;
}
.rgdewuvvtsrevv {
  margin-bottom: 30px;
}
.prods-rev .rev-text {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: var(--dark);
  margin-top: 15px;
}

.prods-rev .rev-author {
  margin-top: 15px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: var(--dark);
}

.prods-rev .rev-author span {
  font-weight: 400;
  font-size: 16px;
  color: var(--grey);
}

.searchwrd {
  display: flex;
  gap: 15px;
  align-items: center;
}
.searchwrd .btn-closes {
  flex-shrink: 0;
}
.search-wrap {
  background: rgba(54, 75, 85, 0.25);
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 2;
  padding-top: 150px;
}

.search-wrap #search {
  position: relative;
  width: 100%;
}

.search-wrap #search input {
  border: none;
  border-bottom: 1px solid var(--dark);
  border-radius: 6px;
  padding: 25px 50px;
  width: 100%;
  height: 80px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: var(--grey);
}

.search-wrap #search button.btn-search {
  position: absolute;
  border: none;
  background: transparent;
  right: 25px;
  top: 25px;
}

.search-wrap .btn-close {
  border: none;
  background: transparent;

  display: block;
  margin-top: 0px;
}

.news-main.blogm {
  margin-top: 0;
  padding: 0;
  background: transparent;
}
.blogm .rgdewuvvts {
  padding: 30px 0;
}

.news-main {
  background: var(--bg);
  padding: 90px 0 0px;
}

.news-main .owl-nav {
  position: absolute;
  right: 0;
  top: -90px;
}

.news-main .owl-nav .owl-next,
.news-main .owl-nav .owl-prev {
  width: 40px;
  height: 35px;
}

.news-main .owl-nav .owl-next:hover svg path,
.news-main .owl-nav .owl-prev:hover svg path {
  stroke: var(--dark);
}

.news-main .owl-nav .owl-next svg,
.news-main .owl-nav .owl-prev svg {
  height: 100%;
  width: 100%;
}

.news-main .owl-nav .owl-next {
  transform: rotate(180deg);
}

.news-main .owl-nav .owl-prev {
  margin-right: 25px;
}

.news-main .owl-dots {
  margin: 45px auto 0;
  text-align: center;
}

.news-main .owl-dots .owl-dot {
  display: inline-block;
  border-radius: 100%;
  background: var(--white);
  width: 15px;
  height: 15px;
  margin: 0 10px;
}

.news-main .owl-dots .owl-dot.irqzzauayyxuus {
  background: var(--brown);
}

.news-main .xhqwgapvvjqk {
  display: inline-block;
}

.news-main .all-news {
  display: inline-block;
  border-radius: 5px;
  width: 143px;
  height: 41px;
  background: var(--grey);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  position: relative;
  line-height: 41px;
  top: -10px;
  margin-left: 55px;
}

.news-main .vuldhdudwy {
  background: none;
}

.news-main .rgdewuvvts .news-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: var(--dark);
  margin-top: 10px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  line-height: 30px;
  min-height: 60px;
}

.news-main .rgdewuvvts .short-desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--grey);
  margin-top: 10px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  min-height: 56px;
}

.news-main .rgdewuvvts a.read {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--dark);
  display: inline-block;
  margin-top: 30px;
}

.news-main .rgdewuvvts .yklrsdlvvz {
  position: relative;
}

.news-main .rgdewuvvts .yklrsdlvvz img {
  max-width: 100%;
  width: auto;
  border-radius: 10px;
}

.news-main .rgdewuvvts .yklrsdlvvz .sub {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  gap: 5px;
}

.news-main .rgdewuvvts .yklrsdlvvz .sub .date,
.news-main .rgdewuvvts .yklrsdlvvz .sub .comments {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 3px;
  padding: 5px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--grey);
  display: flex;
  align-items: center;
}

.news-main .rgdewuvvts .yklrsdlvvz .sub .date svg,
.news-main .rgdewuvvts .yklrsdlvvz .sub .comments svg {
  margin-right: 3px;
}

footer {
  position: relative;
  padding-bottom: 20px;
}

footer .line {
  margin-top: 35px;
  text-align: center;
  margin-bottom: 10px;
}

footer .line img {
  background: #fff;
}

footer .line:before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--bg);
  display: block;
  position: absolute;
  top: 30px;
  z-index: -1;
}

footer .line2 {
  width: 100%;
  height: 2px;
  background: var(--bg);
  display: block;
  margin-top: 38px;
}

footer .main ul li {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 200%;
  text-transform: uppercase;
}

footer .main ul li a {
  color: var(--dark);
}
footer .main .men2 ul li a {
  font-weight: 400;
  display: block;
  overflow: hidden;
}

footer .main ul li a.green {
  color: var(--green);
}

footer .contacts .rgdewuvvts {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 24px 1fr;
  margin-bottom: 20px;
  align-items: center;
}

footer .contacts .rgdewuvvts .ph a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--dark);
}

footer .contacts .rgdewuvvts a {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark);
}

footer .psvposvjapleuh p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--dark);
  margin-top: 25px;
}

footer .social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 20px;
}

@media (max-width: 1550px) {
  header .xtgvrgwqvowzlht {
    gap: 20px;
  }

  header .main-menu > ul li a {
    /* font-size: 14px;*/
  }

  section.banner .rgdewuvvts .text {
    left: 250px;
    bottom: 80px;
  }
}
@media (max-width: 1350px) {
  .aoowaleilwqgd .grid .rgdewuvvts img {
    width: 100%;
  }
  header .main-menu > ul li a {
    font-size: 16px;
  }
  .main-menu .all-special {
    display: none;
  }

  header .xtgvrgwqvowzlht img {
    width: 28px;
    height: 28px;
  }

  header .xtgvrgwqvowzlht svg {
    width: 28px;
    height: 28px;
  }
  header .xtgvrgwqvowzlht .zouvdjklvsfzy span {
    font-size: 10px;
    width: 18px;
  }

  section.banner .rgdewuvvts .text {
    left: 150px;
    bottom: 60px;
  }

  section.banner .rgdewuvvts .text .t {
    font-size: 36px;
    margin-bottom: 15px;
  }

  section.banner .rgdewuvvts .text ul li {
    font-size: 16px;
    margin-bottom: 8px;
  }

  header .xtgvrgwqvowzlht {
    gap: 15px;
  }

  header .main-menu {
  }

  header .main-menu > ul {
    gap: 15px;
  }

  .aoowaleilwqgd .grid .rgdewuvvts {
    padding: 20px 10px 0;
  }

  .aoowaleilwqgd .grid {
    gap: 15px;
  }

  .prods {
    margin-top: 50px;
  }

  .prods-rev {
    margin-top: 50px;
  }
}
.vscwxuuozqpytfx {
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin-left: 25px;
}

.zqgtijccuhas.irqzzauayyxuus {
  transform: rotate(45deg);
}

.zqgtijccuhas180.irqzzauayyxuus {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #364b55;
  stroke-width: 4;
  stroke-linecap: round;
}

.hwqsaykddkap .top {
  stroke-dasharray: 40 139;
}

.hwqsaykddkap .bottom {
  stroke-dasharray: 40 180;
}

.hwqsaykddkap.irqzzauayyxuus .top {
  stroke-dashoffset: -98px;
}

.hwqsaykddkap.irqzzauayyxuus .bottom {
  stroke-dashoffset: -138px;
}
.mobile-menu .contact p {
  display: none;
}
.mobile-menu .menu-sub {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  section.banner .rgdewuvvts {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .xtgvrgwqvowzlht .tqweufcdyectqzl {
    display: none;
  }
  .tqjlciiaoc {
    /* display: none; */
  }
  .main-menu .all-special {
    display: block;
  }
  .main-menu {
    display: none;
  }

  header .xtgvrgwqvowzlht {
    margin-left: auto;
  }

  section.banner .rgdewuvvts .text {
    left: 120px;
    bottom: 50px;
  }

  .aoowaleilwqgd .grid .rgdewuvvts {
    padding: 10px 5px 0;
  }

  .aoowaleilwqgd .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  footer .contacts {
    margin-top: 30px;
  }

  footer .logo {
    display: none;
  }

  footer .line {
    margin-bottom: 30px;
  }

  .vscwxuuozqpytfx {
    display: block;
  }

  header .xtgvrgwqvowzlht svg.vscwxuuozqpytfx {
    width: 35px;
    margin-left: -10px;
  }

  header .xtgvrgwqvowzlht .account {
    display: none;
  }

  .search-wrap #search input {
    padding: 15px 20px;
    height: 55px;
    font-size: 18px;
  }

  .search-wrap #search button.btn-search {
    top: 0px;
    height: 55px;
    width: 55px;
    right: 0;
  }

  .search-wrap #search button.btn-search svg {
    width: 20px;
  }

  .search-wrap {
    padding-top: 100px !important;
  }

  .search-wrap .btn-close {
    height: 55px;
    top: 0;
    margin-top: 0;
  }

  .search-wrap .btn-close svg {
    width: 30px;
  }
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: var(--grey);
  content: "";
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 10px;

  background-image: url("/catalog/view/theme/royal/image/bread.svg");
}
ul.breadcrumb {
  margin-top: 20px;
  font-size: 16px;
  display: flex;
  padding: 10px 0;
  align-items: center;
  gap: 5px;
  background: none;
  overflow-x: auto;
  width: 100%;
}
ul.breadcrumb li {
  flex-shrink: 0;
  white-space: nowrap;
}

ul.breadcrumb li:last-child {
  background: none;
}

ul.breadcrumb li a {
  font-family: var(--font-family);
  font-weight: 400;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 150%;
  color: var(--grey);
}

h1 {
  font-weight: 800;
  font-size: 50px;
  text-transform: uppercase;
  color: var(--dark);
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: normal;
}

.caretx {
  background: url(/catalog/view/theme/royal/image/caretx.svg);
  width: 10px;
  height: 10px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: 5px;
}
.text_indexmanuf {
}
.subcategory {
  margin-bottom: 20px;
}
.subcategory ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.subcategory ul li {
}

.subcategory ul li a {
  border-radius: 5px;
  background: var(--bg);
  padding: 15px 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: var(--dark);
  display: block;
}
.subcategory ul li a:hover {
  background: var(--dark);
  color: var(--white);
}
.sort {
  border-bottom: 1px solid var(--bg);
  margin-bottom: 50px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--dark);
  text-align: right;
  padding-bottom: 10px;
  margin-top: 50px;
}

.sort select {
  border: none;
  width: 175px;
}

@media (max-width: 992px) {
  .subcategory ul {
    gap: 10px;
  }

  .subcategory ul li {
  }

  .subcategory ul li a {
    font-size: 12px;
  }

  .sort {
    margin-top: 30px;
    text-align: left;
  }

  h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
#product-product {
  margin-top: 40px;
}

#product-product .photo {
  position: relative;
}

#product-product .gallery-top {
  position: relative;
}

#product-product .gallery-top .slider__prev {
  position: absolute;
  left: 50px;
  top: 47%;
  z-index: 2;
}

#product-product .gallery-top .slider__next {
  position: absolute;
  right: 50px;
  top: 47%;
  z-index: 2;
}

.lkahefqykpw {
  position: relative;
}
.yklrsdlvvz.lkahefqykpw:after {
  content: "";
  background: url(/catalog/view/theme/royal/image/ownmanu.png);
  width: 100px;
  height: 100px;
  display: block;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

#product-product .sticker {
  position: absolute;
  z-index: 2;
}

#product-product .sticker .disc svg path {
  fill: #f00;
}

#product-product .sticker .new svg path {
  fill: var(--green);
}

#product-product .sticker div {
  width: 127px;
  height: 65px;
  position: relative;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  color: var(--white);
  text-align: center;
  line-height: 65px;
  margin-top: -12px;
}

#product-product .sticker div:first-child {
  margin-top: 0;
}

#product-product .sticker div svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

#product-product .product_desc .gorycgacoswqv svg {
  width: 25px;
  height: 25px;
}

.options-category .control-label {
  ont-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: var(--dark);
  margin-top: 4px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.alert {
  margin-top: 15px;
}

.catalog-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
.catalog-grid .tqsvvadfupdvz {
  width: 25%;
  padding: 0 15px;
}

@media (max-width: 1300px) {
  .catalog-grid .tqsvvadfupdvz {
    width: 33%;
  }
}
@media (max-width: 992px) {
  .catalog-grid {
  }
  .catalog-grid .tqsvvadfupdvz {
    width: 50%;
  }
}
.pagination > li > a,
.pagination > li > span {
  padding: 0px;
  margin: 0;
  background: transparent;
  border: none;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: var(--dark);
  margin: 0 3px;
}

.pagination > .irqzzauayyxuus > a,
.pagination > .irqzzauayyxuus > a:focus,
.pagination > .irqzzauayyxuus > a:hover,
.pagination > .irqzzauayyxuus > span,
.pagination > .irqzzauayyxuus > span:focus,
.pagination > .irqzzauayyxuus > span:hover {
  background: var(--bg);
  border-color: var(--bg);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: var(--dark);
  border-radius: 50%;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 50%;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: var(--dark);
  background-color: var(--bg);
  border-color: var(--bg);
  border-radius: 50%;
}

.gallery-top .swiper-slide {
  text-align: center;
}

.gallery-thumbs .swiper-slide {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid var(--grey);
  border-radius: 10px;
  padding: 5px;
}

.ntcd-simple--text {
  display: none;
}

.buy-w {
  margin-top: 50px;
}

.buy-wrap {
  margin-top: 30px;
}

.buy-wrap .plus-minus {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--dark);
  display: flex;
  align-items: center;
}

.buy-wrap .minus {
  margin-left: 30px;
}

.buy-wrap .minus,
.buy-wrap .plus {
  border-radius: 5px;
  background: var(--bg);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.buy-wrap .minus:hover,
.buy-wrap .plus:hover {
  background: var(--dark);
  color: var(--bg);
}
.buy-wrap .minus:hover path,
.buy-wrap .plus:hover path {
  stroke: var(--bg);
}

.buy-wrap #input-quantity {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--dark);
  border: none;
  text-align: center;
  width: 50px;
}
.btns_wrap2 {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  width: 100%;
}
.btns_wrap2 button {
  max-width: 235px;
  width: 100%;
}
.btns_wrap {
  border-radius: 10px;
  padding: 20px 40px;
  background: var(--bg);
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  justify-content: space-between;
}
.btns_wrap .pr {
  flex-shrink: 0;
  min-width: 115px;
}

.pr .new {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 30px;

  color: var(--green);
}

.pr .old {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  text-decoration: line-through;
  color: var(--dark);
}

.btns_wrap .btn-buy {
  border-radius: 6px;
  padding: 0px 20px;

  height: 50px;
  border: 2px solid var(--dark);
  background: var(--dark);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}
.btns_wrap .btn-buy:hover {
  background: var(--bg);
  color: var(--dark);
}
.btns_wrap .btn-instock {
  border-radius: 6px;
  padding: 0px 20px;
  max-width: 255px;
  height: 50px;
  border: 2px solid var(--dark);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btns_wrap .boc_order_btn {
  border-radius: 6px;
  padding: 0px 20px;
  max-width: 237px;
  height: 50px;
  border: 2px solid var(--dark);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btns_wrap .boc_order_btn:hover,
.btns_wrap .btn-instock:hover {
  background: var(--dark);
  color: var(--white);
}
.product-table-body-row .name .yklrsdlvvz-fluid {
  max-width: 100%;
}

#boc_form fieldset {
  margin-top: 30px;
}
.instock2 {
  padding-top: 30px;
}
#modal-instock-order .modal-body {
  padding: 30px;
}
.totalfastprice {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 30px;
  color: var(--green) !important;
}
.instock2 button {
  min-width: 200px;
  margin: 0 auto;
  display: block;
  padding: 0 30px;
  min-height: 50px;
}
.instock2 input {
  border: 1px solid var(--bg);
  border-radius: 6px;
  padding: 20px 30px;
  width: 100%;
  height: 51px;
  line-height: 51px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--grey);
  border: 1px solid var(--bg);
  border-radius: 6px;
  padding: 0px 30px;
  margin-bottom: 10px;
}
.instock2 textarea {
  border: 1px solid var(--bg);
  border-radius: 6px;
  padding: 20px 30px;
  width: 100%;
  height: 80px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;

  color: var(--grey);
  border: 1px solid var(--bg);
  border-radius: 6px;
  padding: 15px 30px;

  margin-bottom: 10px;
}

#boc_message {
  padding-top: 15px;
}

#boc_submit {
  border-radius: 6px;
  padding: 0px 15px;
  max-width: 256px;
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 51px;
  background: var(--brown);
  opacity: 0.5;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 51px;
  text-align: center;
  color: var(--white);
  margin-bottom: 30px;
}

.pp {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--grey);
  margin-bottom: 30px;
}

.pp span {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--dark);
}
.ptags {
}
.ptags a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--link);
}
.attributes_wrap {
  margin-top: 50px;
}
.attributes_wrap .attrtitle {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--dark);
}
.atr_title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--dark);
  margin-bottom: 10px;
}

.atr_item {
  border-bottom: 1px solid var(--bg);
  padding: 5px 0;
  display: grid;
  margin: 0 10px;
  grid-template-columns: 50% 50%;
}
#tab-specification .atr_item {
  margin: 0;
}

.atr_name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--grey);
}

.atr_value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--dark);
}

.atr_value a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--link);
}

.all_har a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-align: center;
  color: var(--link);
  display: block;
  text-align: center;
  margin-top: 10px;
}

.tabs_wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}
.tabs_wrap .nav-tabs {
  border-bottom: none;
  display: flex;
}
.tabs_wrap .nav-tabs > li > a {
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  background: var(--bg);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: var(--dark);
  margin-right: 10px;
  display: block;
}
.tabs_wrap .nav-tabs > li.irqzzauayyxuus > a,
.tabs_wrap .nav-tabs > li.irqzzauayyxuus > a:focus,
.tabs_wrap .nav-tabs > li.irqzzauayyxuus > a:hover {
  border: none;
}
.tabs_wrap .nav-tabs > li.irqzzauayyxuus > a,
.tabs_wrap .nav-tabs > li:hover > a {
  background: var(--dark);
  color: var(--white);
}
.tabs_wrap .tab-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
#tab-description span {
  font-family: var(--font-family) !important;
}

#tab-description {
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--grey);
  word-break: break-word;
}
#tab-description p {
  margin-bottom: 10px;
}

#tab-description table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  color: var(--dark);
}
#tab-description table p {
  margin-bottom: 0;
}
#tab-description strong {
  margin-bottom: 0;
}
#tab-description table td {
  padding: 8px;
}
#tab-description table > tbody > tr:nth-of-type(even) {
  background-color: var(--bg);
}
#tab-specification .attributes_wrap {
  margin-top: 0;
}
.reviewadmin img {
  width: 25px;
  margin-right: 10px;
}
.reviewadmin {
  padding-left: 50px;
  padding-top: 20px;
}
.reviewadmin .rev_text {
  font-style: italic;
  padding: 10px 20px;
  background: var(--bg);
  border-radius: 5px;
}
.noreview {
  margin-bottom: 40px;
  color: var(--dark);
  font-size: 18px;
}
#review_news {
  padding-bottom: 30px;
}
#tab-review .rev_wrap {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.rev_wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--bg);
}
.rev_wrap .rev_line {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.rev_wrap .rev_line .rev_name {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: var(--dark);
}
.rev_wrap .rev_line .gorycgacoswqv {
  margin-left: auto;
  display: flex;
  margin-right: 10px;
  align-items: center;
  margin-bottom: 1px;
}
.rev_wrap .rev_line .date {
  margin-left: 5px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  color: var(--grey-light);
}
.rev_wrap .rev_text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-top: 5px;
  color: var(--dark);
}

#tab-review {
  margin-top: 20px;
}
#tab-review h2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--dark);
  margin-bottom: 20px;
}
#tab-review input[type="text"] {
  border: 1px solid var(--bg);
  border-radius: 6px;
  padding: 0px 30px;
  width: 100%;
  height: 51px;
  line-height: 51px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--grey);
}
#tab-review textarea {
  border: 1px solid var(--bg);
  border-radius: 6px;
  padding: 0px 30px;
  width: 100%;
  height: 100px;
  line-height: 120%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--grey);
  padding-top: 15px;
}
#tab-review #button-review {
  border-radius: 6px;
  padding: 0 20px;
  width: 233px;
  height: 51px;
  background: var(--dark);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 51px;
  color: var(--white);
  margin: 0 auto;
  display: block;
  border: 0;
}
.ratstarwrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ratstarwrap label {
  color: var(--dark);
  font-weight: 400;
  padding: 0;
}
#information-contact .dkitrraopw-symbol svg {
  width: 25px;
  height: 25px;
}
#tab-review #button-review:hover {
  color: var(--white);
  background: var(--green);
}
.yklrsdlvvz-fluid {
  max-width: 100%;
}

.ohjjogazhtwrshdown-row .ohjjogazhtwrshdown-section {
  border-radius: 5px;
  width: 60px;
  height: 56px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 10px;
  color: var(--white);
  display: block;
  text-align: center;
  text-transform: lowercase;
  background: var(--brown);
}

.ohjjogazhtwrshdown-row .ohjjogazhtwrshdown-section .ohjjogazhtwrshdown-amount {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  color: var(--green);
  display: block;
}

.contown_text p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--dark);
}

.contown_text p span {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #f00;
}

.product-timer-block .ohjjogazhtwrshdown .ohjjogazhtwrshdown-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-timer-block {
  border: 2px solid #f00;
  border-radius: 10px;
  padding: 20px 40px;
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.product-timer-block .txts-block {
}
.product-timer-block .txts-block .text2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--dark);
}
.product-timer-block .txts-block .text {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #f00;
}
.product-timer-block .timer {
  min-height: 56px;
}

body {
  font-family: var(--font-family);
}

.control-label {
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--dark);
  margin-bottom: 5px;
}
#simplecheckout_login .control-label {
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--dark);
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  #product-product {
    margin-top: 30px;
  }
  #product-product h1 {
    margin-top: 0;
  }
  #product-product .photo {
    margin-top: 30px;
  }

  .ntcd-simple {
    margin: 0 auto;
  }

  .buy-w #product .srugauxqhkcd .control-label,
  .buy-wrap .plus-minus {
    font-size: 16px;
  }

  .buy-w {
    margin-top: 15px;
  }

  .btns_wrap {
    margin-top: 30px;
    padding: 20px;
  }

  .btns_wrap {
    display: grid;
    grid-template-columns: 35% 65%;
    grid-template-areas: "pr btn1" "pr btn2";
    gap: 10px;
  }
  .btns_wrap .pr {
    grid-area: pr;
  }
  .btns_wrap .pr .old {
    font-size: 16px;
  }
  .btns_wrap .pr .new {
    font-size: 24px;
  }
  .btns_wrap #button-cart {
    height: 45px;
    line-height: 45px;
    font-size: 16px;

    width: 100%;
  }
  .btns_wrap .boc_order_btn {
    height: 34px;
    line-height: 13px;
  }

  .atr_title {
    font-size: 16px;
  }

  .atr_name {
    font-size: 14px;
  }

  .atr_value {
    font-size: 14px;
  }

  .tabs_wrap .nav-tabs > li > a {
    padding: 10px;
    font-size: 14px;
  }

  #tab-description {
    font-size: 14px;
  }

  .rev_wrap .rev_text {
    font-size: 14px;
  }

  .rev_wrap .rev_line .gorycgacoswqv {
    width: 100%;
  }

  .rev_wrap .rev_line {
    flex-wrap: wrap;
  }

  #tab-review h2 {
    margin-top: 30px;
  }

  #tab-review #button-review {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  .theme-button input + span {
    height: 30px !important;
    padding: 0 10px !important;
    display: block;
    line-height: 30px !important;
    margin-bottom: 5px;
  }
}
.main_description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--grey);
}

.blog_prod_rel {
  margin-top: 70px;
}
.blog_prod_rel h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 130%;
  color: var(--dark);
  margin-bottom: 30px;
}
.rel_blobs {
  margin-top: 60px;
}
.rel_blobs h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 130%;
  color: var(--dark);
  margin-bottom: 40px;
}
.rel_blobs .rgdewuvvts {
  border-bottom: 1px solid var(--bg);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.rel_blobs .rgdewuvvts .date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--grey);
  margin-bottom: 10px;
}
.rel_blobs .rgdewuvvts a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: var(--dark);
}

.date_blog {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--grey);
  margin-top: 40px;
}

.comments_wrap {
  margin-top: 40px;
}
.comments_wrap h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: var(--grey);
  border-bottom: 1px solid var(--grey);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.comments_wrap input {
  background: var(--bg);
  border-radius: 6px;
  padding: 0px 30px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  color: var(--grey);
}
.comments_wrap textarea {
  background: var(--bg);
  border-radius: 6px;
  padding: 0px 30px;
  width: 100%;
  height: 100px;
  line-height: 50px;
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--grey);
  padding-top: 20px;
}
.comments_wrap #button-comment {
  border-radius: 5px;
  padding: 0px 30px;
  width: 165px;
  height: 51px;
  background: var(--dark);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: var(--bg);
  line-height: 51px;
  border: none;
}
.comments_wrap #button-comment:hover {
  background: var(--green);
}

#comment {
  margin-bottom: 40px;
}
.simplecheckout-block #comment {
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  .blog_prod_rel h3,
  .rel_blobs h3 {
    font-size: 35px;
  }
}
@media (max-width: 1200px) {
  .blog_prod_rel {
    margin-top: 30px;
  }

  .blog_prod_rel h3,
  .rel_blobs h3 {
    font-size: 30px;
  }

  .rel_blobs .rgdewuvvts a {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .prod_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  #comment {
    margin-bottom: 0;
  }

  .prod_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.kzgvpxqzeqchuyy iframe {
  width: 100%;
}
.kzgvpxqzeqchuyy {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--grey);
  margin-top: 40px;
  overflow: hidden;
  margin-bottom: 20px;
}

.information-information-6 .qluqdrkfsfuov #dost span {
  font-weight: 700;
}
.information-information-6 .qluqdrkfsfuov .grid_dostavka {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}
.information-information-6 .qluqdrkfsfuov .rgdewuvvts_dostavka img {
  margin-right: 20px;
  margin-bottom: 15px;
  max-width: 150px;
}
.information-information-6 .qluqdrkfsfuov .rgdewuvvts {
  border: 2px solid var(--bg);
  width: 50%;
  border-radius: 10px;
  padding: 50px;
}
.information-information-6 .qluqdrkfsfuov .rgdewuvvts .title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: var(--dark);
  margin-top: 15px;
}
.information-information-6 .qluqdrkfsfuov .rgdewuvvts .sub {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: var(--grey);
  margin-bottom: 15px;
}
.information-information-6 .qluqdrkfsfuov .rgdewuvvts .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--grey);
}
.information-information-6 .qluqdrkfsfuov .rgdewuvvts .text span {
  font-weight: 700;
}
.information-information-6 .qluqdrkfsfuov .rgdewuvvts .pay {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
#information-contact .kzgvpxqzeqchuyy {
  max-width: 500px;
}
.successblock {
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}
.successblock .gtyprhvkiqhs {
  margin-top: 30px;
}
.successblock svg {
  margin: 30px 0;
}
.successblock .title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: var(--dark);
}
.successblock .ssp {
  font-family: var(--font-family);
  font-weight: 400;

  line-height: 130%;
  text-align: center;
  color: var(--grey);
  margin-bottom: 0;
}
#information-contact .rgdewuvvts {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 15px;
}
#information-contact .rgdewuvvts svg {
  margin-top: 5px;
}
#information-contact .rgdewuvvts .title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--grey);
}
#information-contact .phone a {
  font-weight: 700;
  color: var(--dark);
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  display: block;
}
#information-contact .mail a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark);
}
#information-contact .address #adr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark);
}
#information-contact .address #map {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--link);
}
#information-contact .grafik .t {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark);
}
#information-contact .map_wrap {
  margin-top: 40px;
}
.information-contact h1 {
  margin-bottom: 40px;
}
#information-contact .wvaskxwfxa {
  margin-top: 50px;
  border: 1px solid var(--bg);
  border-radius: 10px;
  padding: 50px;
}
#information-contact .wvaskxwfxa .dgpffjtsoyxzr {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: var(--dark);
  margin-bottom: 30px;
}
#information-contact .wvaskxwfxa .text-danger {
  margin-top: 10px;
}
#information-contact .wvaskxwfxa input[type="text"] {
  border: 1px solid var(--bg);
  border-radius: 6px;
  padding: 0px 30px;
  width: 100%;
  height: 51px;
  line-height: 51px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--grey);
}
#information-contact .wvaskxwfxa textarea {
  border: 1px solid var(--bg);
  border-radius: 6px;
  padding: 0px 30px;
  width: 100%;
  height: 100px;
  line-height: 120%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--grey);
  padding-top: 15px;
}
#information-contact .wvaskxwfxa p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--grey);
}
#information-contact .wvaskxwfxa p a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--dark);
}
#information-contact .wvaskxwfxa .qykyozwwqqqt {
  border-radius: 6px;
  padding: 0 20px;
  width: 233px;
  height: 51px;
  background: var(--dark);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 51px;
  color: var(--white);
  margin: 30px auto 0;
  display: block;
  border: 0;
}
#information-contact .wvaskxwfxa .qykyozwwqqqt:hover {
  background: var(--green);
}
@media (max-width: 768px) {
  #information-contact .rgdewuvvts {
    margin-bottom: 40px;
  }

  #information-contact .address #map {
    display: block;
  }

  #information-contact .wvaskxwfxa {
    padding: 30px;
  }
}
#product-manufacturer .manufacturer_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}
#product-manufacturer .rgdewuvvts_manuf .name-item {
  background: var(--bg);
  border-radius: 5px;
  padding: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: var(--grey-light);
}
#product-manufacturer .rgdewuvvts_manuf ul {
  margin-top: 10px;
  padding-left: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--link);
}
#product-manufacturer .rgdewuvvts_manuf ul a {
  color: var(--link);
}

@media (max-width: 992px) {
  #product-manufacturer .manufacturer_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 550px) {
  #product-manufacturer .manufacturer_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.partner_wrap {
  margin-top: 50px;
}
.partner_wrap h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: var(--dark);
}
.partner_wrap p {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--grey);
}
.partner_wrap p span {
  margin-top: 15px;
  font-weight: 700;
  display: block;
}

#account-login .well h2 {
  margin-bottom: 10px;
}
#account-login .well p {
  margin-bottom: 10px;
}

.btn-primary {
  background: var(--dark);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--white);
  padding: 15px 30px;
  border-radius: 6px;
  border: none;
  min-width: 150px;
}
div .btn-primary:hover,
div .btn-primary:active,
div .btn-primary:focus,
div .btn-primary:active:focus {
  background-color: var(--green);
  background: var(--green);
}

.account_lnks a {
  border-radius: 10px;
  padding: 20px 30px;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--dark);
  display: block;
  background: var(--bg);
  margin-bottom: 20px;
}
.account_lnks a:hover,
.account_lnks a.irqzzauayyxuus {
  background: var(--dark);
  color: var(--white);
}

@media (max-width: 600px) {
  .account_lnks {
    display: flex;

    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .account_lnks a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 0px;
  }

  #column-left {
    margin-bottom: 40px;
  }
}
/* блоки с содержанием */
.accordion .info {
  display: none;
  overflow: hidden;
  max-width: 990px;
  width: 100%;
}

.accordion .accordion_item.irqzzauayyxuus_block .order_arrow {
  transform: rotate(180deg);
}
.accordion .accordion_item {
  max-width: 1000px;
  margin-left: auto;
  margin-bottom: 10px;
}
.accordion .title_block {
  border-radius: 10px;
  padding: 20px 50px;
  max-width: 990px;
  width: 100%;
  background: var(--bg);
  display: grid;
  grid-template-columns: -webkit-max-content 150px 1fr 1fr -webkit-max-content;
  grid-template-columns: max-content 150px 1fr 1fr max-content;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--grey);
}
.accordion .title_block .order_price {
  text-align: right;
}
.accordion .title_block .order_date {
  margin-left: 50px;
}
.accordion .title_block .order_status {
  margin-left: 50px;
}
.accordion .title_block .order_num {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: var(--dark);
}
.accordion .title_block .order_status {
  display: flex;
  align-items: center;
  gap: 10px;
}
.accordion .product-table-body-row-history {
  border-bottom: 1px dashed var(--dark);
  padding: 20px 50px;
}
.accordion .product-table-body-row-history .name {
  display: grid;
  grid-template-columns: 100px 1fr 150px;
  gap: 20px;
  align-items: center;
}
.accordion .name-left img {
  max-width: 100px;
}
.accordion .name-right {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--dark);
  margin-bottom: 10px;
}
.accordion .name-right a {
  color: var(--dark);
}
.accordion .tzltlpqjayfq {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: right;
  color: var(--grey);
}
.accordion .quantity {
  margin-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--grey-light);
}
.accordion .quantity span {
  font-weight: 700;
}
.accordion .product-row-totals {
  border-bottom: 1px dashed var(--dark);
  padding: 20px 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.accordion .product-row-totals .delivery {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--dark);
}
.accordion .product-row-totals .delivery span {
  font-weight: 700;
}
.accordion .product-row-totals .adr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: right;
  color: var(--grey-light);
}
.accordion .order_price_total {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-align: right;
  color: var(--dark);
  padding: 20px 50px;
}

@media (max-width: 760px) {
  .accordion .title_block {
    grid-template-areas: "num price arr" "date status arr";
    grid-template-columns: 1fr 1fr 50px;
    gap: 10px;
  }

  .accordion .accordion_item.irqzzauayyxuus_block .order_arrow {
    text-align: left;
  }

  .accordion .title_block .order_num {
    grid-area: num;
  }
  .accordion .title_block .order_date {
    margin-left: 0;
    grid-area: date;
  }
  .accordion .title_block .order_price {
    grid-area: price;
  }
  .accordion .title_block .order_status {
    margin-left: 0;
    grid-area: status;
  }
  .accordion .title_block .order_arrow {
    grid-area: arr;
    text-align: right;
  }

  .accordion .product-table-body-row-history .name {
    grid-template-columns: 80px 1fr 120px;
    gap: 10px;
  }

  .accordion .product-table-body-row-history {
    padding: 20px;
  }

  .accordion .name-left img {
    width: 100%;
  }

  .accordion .title_block {
    padding: 20px 20px;
  }

  .accordion .name-right {
    font-size: 16px;
  }

  .accordion .quantity {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .accordion .product-row-totals {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 20px;
  }

  .accordion .product-row-totals .delivery {
    font-size: 18px;
  }

  .accordion .product-row-totals .adr {
    text-align: center;
  }

  .accordion .order_price_total {
    text-align: center;
    padding: 20px;
  }
}
.simple_wrap {
  padding-top: 50px;
}

.simpleregister-block-content {
}

.simple_wrap .simpleh3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: var(--dark);
  margin-bottom: 20px;
}

.simple_wrap input[type="text"],
.simple_wrap input[type="email"],
.simple_wrap input[type="tel"],
.simple_wrap input[type="password"] {
  border: 1px solid var(--bg);
  border-radius: 6px;
  padding: 20px 30px;
  width: 100%;
  height: 51px;
  box-shadow: none;
  color: var(--grey);
}
.simple_wrap input[type="text"]::placeholder,
.simple_wrap input[type="email"]::placeholder,
.simple_wrap input[type="tel"]::placeholder,
.simple_wrap input[type="password"]::placeholder,
textarea::placeholder {
  color: var(--grey);
}
.simple_wrap select {
  border: 1px solid var(--bg);
  border-radius: 6px;
  padding: 0px 30px;
  width: 100%;
  height: 51px;
}

.simple_wrap .btn-primary {
  width: 233px;
  height: 51px;
  line-height: 51px;
  padding: 0;
  border: none;
}
.simple_wrap .btn-primary:hover {
  background: var(--green);
}

@media (max-width: 600px) {
  .simpleregister-block-content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#account-account {
}

.cabinetorderbottom {
  display: flex;
  align-items: center;
  justify-content: end;
}
#modal-phones .modal-content {
  min-width: 320px;
}
a.btn-reorder {
  text-align: center;

  font-size: 16px;
  color: var(--white);
  border-radius: 6px;
  font-weight: 400;
  display: flex;
  background: var(--brown);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 20px;
}
#account-address h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: var(--dark);
  margin-bottom: 30px;
}

.error_page {
  margin: 50px auto;
  max-width: 470px;

  text-align: center;
}
.error_page h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: var(--dark);
  text-transform: none;
}
.error_page p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: var(--grey);
  margin-top: 20px;
}
.error_page a {
  border-radius: 5px;
  padding: 0 25px;
  width: 215px;
  height: 41px;
  line-height: 41px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: var(--dark);
  background: var(--bg);
  display: block;
  margin: 20px auto 0;
}
.error_page a:hover {
  background: var(--dark);
  color: var(--white);
}

.simple_wrap .simple-content .checkout-heading {
  background: none;
  border-radius: 0;
  border: none;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  color: var(--dark);
  padding: 0;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 15px;
  align-items: center;
}
.simple_wrap .simple-content .checkout-heading .line {
  display: block;
  width: 100%;
  background: var(--dark);
  height: 2px;
}
.simple_wrap .simplecheckout-block-content {
  padding: 0px;
  margin-top: 5px;
}

.simple-content.simplecheckout-content {
  margin-top: 50px;
}
.simple-content.simplecheckout-content .simple_socnetauth2_bline_content {
  margin-left: 50px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--dark);
  display: flex;
  align-items: center;
}
.simple-content.simplecheckout-content
  .simple_socnetauth2_bline_content
  .simple_socnetauth2__header {
  margin-right: 20px;
}
.simple-content.simplecheckout-content
  .simple_socnetauth2_bline_content
  .socnetauth2_buttons {
  margin-right: 20px;
}

.login-wrap {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.login-wrap .login-btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 41px;
  color: var(--white);
  border-radius: 6px;
  padding: 0px 50px;
  width: 187px;
  height: 41px;
  background: var(--brown);
  display: block;
}

.simplecheckout-block-content .zrhopteyxczvlg_input {
  margin-top: 20px;
}

#simplecheckout_shipping {
  margin-top: 30px;
}

.simple_wrap .piuzygpkhfw {
  margin-top: 20px;
  margin-bottom: 20px;
}
.simple_wrap .piuzygpkhfw label {
  padding-left: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--dark);
  margin-bottom: 0;
}
.simple_wrap .piuzygpkhfw input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: none;
}
.simple_wrap .piuzygpkhfw input[type="radio"] + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.simple_wrap .piuzygpkhfw.itspayment input[type="radio"] + label {
  display: block;
}
.simple_wrap .piuzygpkhfw input[type="radio"] + label .piuzygpkhfwterms {
  padding: 0 40px;
  margin-top: 10px;
}
.simple_wrap .piuzygpkhfw input[type="radio"] + label .labeld {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.simple_wrap .piuzygpkhfw input[type="radio"] + label i::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  margin-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--bg);
}
.simple_wrap .piuzygpkhfw input[type="radio"] + label i::after {
  content: "";
  display: none;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  margin-right: 0.5em;
  position: absolute;
  top: 3px;
  background: var(--dark);
  left: 3px;
}
.simple_wrap .piuzygpkhfw label i {
  position: relative;
  width: 40px;
  height: 20px;
  flex-shrink: 0;
}

.simple_wrap
  .piuzygpkhfw
  input[type="radio"]:not(:disabled):not(:checked)
  + label:hover::before {
}
.simple_wrap .piuzygpkhfw input[type="radio"]:not(:disabled):active + label::before {
}
.simple_wrap .piuzygpkhfw input[type="radio"]:checked + label i::after {
  display: block;
}
.simple_wrap .piuzygpkhfw .custom-radio:disabled + label::before {
  background-color: #e9ecef;
}

#simplecheckout_shipping_address .checkout-heading {
  display: none;
}

#simplecheckout_payment {
  margin-top: 50px;
}

#simplecheckout_comment {
  margin-top: 50px;
  margin-bottom: 0;
}
#simplecheckout_comment textarea {
  border: 1px solid var(--bg);
  border-radius: 6px;
  padding: 20px 30px;
  min-height: 90px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--grey);
}

.zouvdjklvsfzy-product {
  border-top: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
  padding: 20px 0;
}
.zouvdjklvsfzy-product .prod_img {
  grid-area: pimg;
}
.zouvdjklvsfzy-product .prod_img img {
  width: 100%;
  max-width: 100%;
}
.zouvdjklvsfzy-product .prod_name {
  grid-area: name;
}
.zouvdjklvsfzy-product .prod_name a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--dark);
  display: block;
  margin-bottom: 5px;
}
.zouvdjklvsfzy-product .prod_quantity {
  grid-area: quant;
}
.zouvdjklvsfzy-product .prod_quantity .quantity .flex-block {
  display: flex;
  align-items: center;
}
.zouvdjklvsfzy-product .prod_quantity .quantity .input-group-addon,
.zouvdjklvsfzy-product .prod_quantity .quantity .input-group-btn {
  width: 40px;
}
.zouvdjklvsfzy-product .prod_quantity .quantity input {
  border: none;
  width: 50px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--dark);
  outline: none;
  padding: 0;
}
.zouvdjklvsfzy-product .prod_quantity .quantity button {
  border-radius: 5px;
  background: var(--bg);
  width: 40px;
  height: 40px;
  border: none;
}
.zouvdjklvsfzy-product .prod_quantity .quantity button:hover {
  background: var(--dark);
}
.zouvdjklvsfzy-product .prod_quantity .quantity button:hover svg path {
  stroke: white;
}
.zouvdjklvsfzy-product .prod_remove {
  grid-area: remove;
  display: flex;
  align-items: flex-start;
  justify-content: end;
}
.zouvdjklvsfzy-product .prod_remove button {
  background: transparent;
  border: none;
}
.zouvdjklvsfzy-product .prod_total {
  grid-area: total;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  text-align: right;
  color: var(--dark);
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: end;
}
.zouvdjklvsfzy-product .prod_line {
  border-bottom: 1px dashed var(--grey);
  padding: 20px 0px;
  display: grid;
  gap: 20px;
  grid-template-columns: 100px 1fr 150px;
  grid-template-areas: "pimg name remove" "pimg quant total";
}
.zouvdjklvsfzy-product .prod_line:last-child {
  border-bottom: none;
}
.zouvdjklvsfzy-product .prod_line .options {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: var(--grey);
}
.zouvdjklvsfzy-product .prod_line .options span {
  font-weight: 700;
  padding-left: 10px;

  color: var(--dark);
}

.line_total {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-align: right;
  color: var(--dark);
  padding-top: 20px;
}

.simplecheckout-cart-total input {
  max-width: unset !important;
}

.simplecheckout-cart-total span.inputs {
  width: 100%;
}

.coupon_wrap {
  background: var(--bg);
  padding: 40px 50px;
  position: relative;
  margin-top: 80px;
}
.coupon_wrap #svg1 {
  position: absolute;
  top: -5px;
  left: 0;
}
.coupon_wrap #svg2 {
  position: absolute;
  bottom: -5px;
  left: 0;
}
.coupon_wrap .simplecheckout-cart-total {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--grey);
  text-align: left;
  display: flex;
  align-items: center;
}
.coupon_wrap .simplecheckout-cart-total .simplecheckout-cart-total-value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-align: right;
  color: var(--grey);
  text-align: right;
  margin-left: auto;
}
.coupon_wrap .simplecheckout-cart-total#total_total {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: var(--dark);
}
.coupon_wrap
  .simplecheckout-cart-total#total_total
  .simplecheckout-cart-total-value {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: right;
  color: var(--dark);
}
.coupon_wrap #simplecheckout_button_confirm,
.coupon_wrap #button-confirm {
  background: var(--brown);
  width: 100%;
  height: 74px;
  line-height: 74px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  margin-top: 20px !important;
}
.coupon_wrap #simplecheckout_button_confirm:hover {
  background: var(--dark);
}
.coupon_wrap #oferta {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--grey);
  margin-top: 20px;
}
.coupon_wrap #oferta a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--dark);
}
.coupon_wrap .simplecheckout-cart-total.simplecheckout-cart-buttons {
  position: absolute;
  top: 0;
  right: 0;
}
.coupon_wrap .simplecheckout-cart-total.simplecheckout-cart-buttons a {
  border-radius: 6px;
  padding: 0px 50px;
  width: 213px;
  height: 51px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 51px;
  text-align: center;
  color: var(--white);
  background: var(--grey);
}
.coupon_wrap .simplecheckout-cart-total.simplecheckout-cart-buttons a:hover {
  background: var(--dark);
}
.coupon_wrap svg {
  width: 100%;
}
.coupon_wrap .coupon {
  margin-top: 30px;
  position: relative;
}
.coupon_wrap .coupon input {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--dark);
  width: 100%;
}

.simplecheckout-cart-total {
  border: none !important;
}

.simplecheckout-rule-group {
  text-align: left;
  padding-left: 0px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .simple_wrap {
    padding-top: 15px;
  }

  .simple-content.simplecheckout-content {
    margin-top: 15px;
  }

  .login-wrap .login-btn {
    width: 130px;
  }

  .simple-content.simplecheckout-content .simple_socnetauth2_bline_content {
    margin-left: 30px;
  }

  .simple-content.simplecheckout-content
    .simple_socnetauth2_bline_content
    .simple_socnetauth2__header {
    margin-right: 15px;
  }

  .simple-content.simplecheckout-content
    .simple_socnetauth2_bline_content
    .socnetauth2_buttons {
    margin-right: 10px;
  }

  .simplecheckout-block-content .zrhopteyxczvlg_input {
    margin-top: 10px;
  }

  #simplecheckout_shipping {
    margin-top: 30px;
  }

  #simplecheckout_comment {
    margin-top: 30px;
  }

  .zouvdjklvsfzy-product {
    padding: 0;
  }

  .zouvdjklvsfzy-product .prod_name a {
    font-size: 16px;
  }

  .zouvdjklvsfzy-product .prod_quantity .quantity button {
    width: 30px;
    height: 30px;
  }

  .zouvdjklvsfzy-product .prod_quantity .quantity input {
    width: 40px;
    height: 30px;
  }

  .zouvdjklvsfzy-product .prod_quantity .quantity .input-group-addon,
  .zouvdjklvsfzy-product .prod_quantity .quantity .input-group-btn {
    width: 30px;
  }

  .zouvdjklvsfzy-product .prod_total {
    font-size: 16px;
  }

  .zouvdjklvsfzy-product .prod_line {
    grid-template-columns: 65px 1fr 90px;
  }

  .line_total {
    font-size: 16px;
  }

  .coupon_wrap {
    margin-top: 30px;
  }

  .coupon_wrap {
    padding: 20px;
  }

  .coupon_wrap .simplecheckout-cart-total.simplecheckout-cart-buttons a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0;
  }

  .simplecheckout-cart-total span.inputs input[type="text"] {
    height: 40px;
    line-height: 40px;
    padding: 5px 20px;
    font-size: 14px;
  }

  .coupon_wrap .simplecheckout-cart-total,
  .coupon_wrap .simplecheckout-cart-total .simplecheckout-cart-total-value {
    font-size: 16px;
  }

  .coupon_wrap .simplecheckout-cart-total {
    padding: 3px 0;
  }

  .coupon_wrap #simplecheckout_button_confirm {
    font-size: 16px;
    height: 51px;
    line-height: 51px;
  }

  .coupon_wrap #oferta {
    font-size: 14px;
  }

  .coupon_wrap .simplecheckout-cart-total#total_total,
  .coupon_wrap
    .simplecheckout-cart-total#total_total
    .simplecheckout-cart-total-value {
    font-size: 18px;
  }
}

#modal-callme h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: var(--dark);
  margin-bottom: 30px;
}
#modal-callme input {
  border: 1px solid var(--bg);
  border-radius: 6px;
  padding: 0px 30px;
  width: 100%;
  max-width: 425px;
  height: 51px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
}
#modal-callme p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--grey);
  max-width: 425px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
#modal-callme p a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--dark);
}

#modal-callme .btn-sub {
  border-radius: 6px;
  border: 0;
  padding: 0 20px;
  width: 200px;
  height: 51px;
  background: var(--dark);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--bg);
}

#modal-callme .modal-dialog {
  max-width: 510px;
}

#modal-ty {
  text-align: center;
}
#modal-ty .modal-dialog {
  max-width: 510px;
}
#modal-ty .title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: var(--dark);
}
#modal-ty svg {
  margin: 30px 0;
}
#modal-ty p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: var(--grey);
  margin-bottom: 0;
}
#modal-ty .call_me {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--bg);
  background: var(--dark);
  border-radius: 6px;
  padding: 15px 20px;
  margin-top: 30px;
  width: 200px;
  margin-bottom: 50px;
  border: 0;
}
#modal-phones a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--dark);
  display: block;
  width: max-content;
  margin: 0 auto;
}
#modal-phones a.call_me {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--bg);
  background: var(--dark);
  border-radius: 6px;
  padding: 15px 20px;
  margin-top: 10px;
  margin-bottom: 50px;
  text-transform: none;
}
#modal-phones a.call_me:hover,
#modal-callme .btn-sub:hover,
#modal-ty .call_me:hover {
  background: var(--green);
}
#modal-phones p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: var(--grey);
  margin: 10px 0 20px;
}
.modal-header {
  border-bottom: none;
}
#modal-phones .modal-dialog {
  max-width: 430px;
}
.modal-header .close {
  position: relative;
  top: 10px;
  right: 10px;
  z-index: 99;
}

.help-block.with-errors {
  max-width: 425px;

  font-size: 12px;
  color: #a94442;
}

.sliderhome {
}
.ikokvswsxixxakw .vuldhdudwy .owl-buttons:hover div {
  opacity: 1;
}

.ikokvswsxixxakw .vuldhdudwy .owl-buttons .owl-prev {
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/catalog/view/theme/royal/image/2owllwft.svg);
  height: 30px;
  opacity: 0.8;
  top: -82px;
  right: 60px;
  left: auto;
}
.ikokvswsxixxakw .vuldhdudwy .owl-buttons .owl-next {
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/catalog/view/theme/royal/image/2owlright.svg);
  height: 30px;
  opacity: 0.8;
  top: -82px;
  right: 5px;
  left: auto;
}

.vuldhdudwy.sliderhome .owl-buttons .owl-prev {
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/catalog/view/theme/royal/image/owllwft.svg");
}
.sliderhome.vuldhdudwy:hover .owl-buttons div {
  opacity: 1;
}
.vuldhdudwy.sliderhome .owl-buttons .owl-next {
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/catalog/view/theme/royal/image/owlright.svg");
}

.vuldhdudwy.sliderhome {
  margin-bottom: 50px;
}

.vuldhdudwy.sliderhome .dthvulwyilopkkh img {
  margin: 0 auto;
}

.degglwyxewukqhvncybox__backdrop {
  background: rgb(255 255 255 / 95%) !important;
}
.prodslide img {
  max-width: 100%;
  height: auto;
}

.f-carousel__nav button path,
button[data-fancybox-close] {
  color: var(--grey) !important;
}
button[data-fancybox-close] {
  background: none !important;
  padding: 20px !important;
  box-shadow: none !important;
}
button[data-fancybox-close]:hover path {
  color: var(--grey) !important;
}
.degglwyxewukqhvncybox__nav button {
  background: none !important;
  box-shadow: none !important;
}

button[data-fancybox-close] svg {
  width: 40px;
  height: 40px;
}

.prodfallerywrap .stickers-new,
.prodfallerywrap .xrixdejetarei {
  width: 120px;
  font-size: 30px;
  background-size: 117px;
  line-height: 65px;
}
.prodfallerywrap .xrixdejetarei {
  margin-bottom: -11px;
}

.prodslide .lkahefqykpw {
}
.prodslide .lkahefqykpw:after {
  content: "";
  background: url(/catalog/view/theme/royal/image/ownmanu.png);
  width: 200px;
  height: 200px;
  display: block;
  background-size: contain;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.prodfallerywrap {
  padding-bottom: 50px;
  position: relative;
}

@media (min-width: 992px) {
  #asideprod .sticky {
    position: fixed;
  }
  #simplecheckout_cart .sticky {
    position: fixed;
  }
}

#asideprod .stop {
  position: relative;
}
#simplecheckout_cart .stop {
  position: relative;
}
.blogpage {
}
.blogpage .kzgvpxqzeqchuyy img {
  max-width: 100% !important;
  border-radius: 10px;
  height: auto !important;
  width: auto !important;
}

.blogpage .kzgvpxqzeqchuyy span {
  font-family: var(--font-family) !important;
}
.blogpage .kzgvpxqzeqchuyy p,
.blogpage .kzgvpxqzeqchuyy div {
  margin-bottom: 15px;
}
.blogimage {
  border-radius: 10px;
  overflow: hidden;
  height: 540px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.pruductsminblog h3 {
  font-size: 36px;
  color: var(--dark);
  margin-bottom: 40px;
  margin-top: 20px;
}

.pruductsmin {
}
.pruductsminblog .pruductsmin .edtpttervyx {
  display: none;
}
.pruductsminblog .pruductsmin .zqxrurwdcstsrw {
  min-height: auto;
}

.pruductsminblog {
  max-width: 350px;
  margin: 0 auto;
}

.pruductsminblog .pruductsmin {
  margin-bottom: 60px;
}

.comments_wrap .parent1 {
  padding-left: 40px;
  margin: 20px 0;
}
.comments_wrap .parent2 {
  padding-left: 80px;
  margin: 20px 0;
}
.comments_wrap .parent3 {
  padding-left: 120px;
  margin: 20px 0;
}
.comment-reply {
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: var(--green);
}
.comment-reply:hover {
  color: var(--green);
}
.alert-success {
  background: var(--green);
  color: var(--white);
}

.modal-body h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: var(--dark);
}

#smca-modal-body {
  background: #fff;
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  min-height: 100px;
  border-radius: 10px;
  position: relative;
}
#smca-modal-body .modal-heading {
  text-align: right;
  font-family: Roboto-Regular, Arial, Tahoma;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  padding: 0 20px;
  position: relative;
  min-height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.mdl_close {
  border: none;
  background: none;
  margin-top: 15px;
}
#smca-modal-body .modal-close {
  width: 24px;
  height: 24px;
  background: url(close.png) no-repeat;
  right: 15px;
  top: 13px;
  position: absolute;
  opacity: 0.5;
  cursor: pointer !important;
}
#smca-modal-body .modal-body {
  background: #fff;
  padding: 10px 20px 20px 20px;
  overflow: auto;
}
#smca-modal-body .product-heading {
  font-family: Roboto-Medium, Arial, Tahoma;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.product-table-body-row .name {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 10px;
}

.name-right {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: var(--dark);
}

.product-table-body {
  border-bottom: 1px dashed var(--grey);
  border-top: 1px dashed var(--grey);
  margin-top: 30px;
  padding: 20px 0;
}

.name-right .options {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--grey);
}

.product-table-body .quantity {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--grey);
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
.product-table-body .quantity span,
.product-table-body .name-right .options span {
  font-weight: 700;
  color: var(--dark);
}

.product-table-body .wjwaiedyyt {
  display: flex;
  align-items: baseline;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--grey);
  gap: 10px;
}

.product-table-body .tzltlpqjayfq {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.product-table-body .tzltlpqjayfq .old {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-decoration: line-through;
  color: var(--dark);
}

.product-table-body .tzltlpqjayfq .new {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: var(--green);
}

#smca-modal-body .modal-footer {
  border: none;
  padding-top: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#smca-modal-body .close-button-bottom {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 51px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: var(--dark);
  height: 51px;
  border: none;
  padding: 0px 25px;
  background: none;
}

#smca-modal-body .go-button-bottom {
  border: none;
  border-radius: 6px;
  padding: 0px 25px;
  background: var(--brown);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 51px;
  text-align: center;
  color: var(--white);
  height: 51px;
}
.modal-footer:before,
.modal-footer:after {
  display: none;
}

@media (max-width: 600px) {
  .product-table-body-row .name {
    grid-template-columns: 100%;
  }
  .name-left {
    text-align: center;
  }
  #smca-modal-body .modal-footer {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinbtn {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid var(--grey);
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  color: var(--green);
}

.video-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.video-container iframe {
  height: 500px;
  width: 100%;
}

.related2carousel .pruductsmin {
  display: flex;
}
.related2carousel .pruductsmin .fsyxahseyw .wjwaiedyyt {
  flex-direction: column;
}
.related2carousel
  .pruductsmin
  .fsyxahseyw
  .wjwaiedyyt
  .gclvqqxkyyqfp
  button {
  min-width: 160px;
  height: 40px;
  font-size: 14px;
}
.related2carousel .pruductsmin .ufttfohzux .edtpttervyx {
  display: none;
}
.related2carousel .pruductsmin .fsyxahseyw .zqxrurwdcstsrw {
  min-height: auto;
  font-size: 16px;
  line-height: 18px;
}
.related2carousel .pruductsmin .tqsvvadfupdvz {
  width: 33%;
}
.related2carousel .pruductsmin .fsyxahseyw .yklrsdlvvz img {
}
.related2carousel .pruductsmin .yklrsdlvvz.lkahefqykpw:after {
  height: 50px;
  width: 50px;
}
.related2carousel .pruductsmin .stickers-1,
.related2carousel .pruductsmin .stickers-5 {
  font-size: 12px;
}

.relatedprods h3 {
  margin-top: 30px;

  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: var(--dark);
  margin-bottom: 30px;
}
.btncartwrap .btnline {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: var(--dark);
  height: 50px;
  border: none;
  white-space: nowrap;
  padding: 0px 25px;
  background: none;
}
.btncartwrap {
  display: flex;
  width: 100%;

  align-items: center;
  justify-content: space-between;
}
.product-table-body-row .name img {
  max-width: 100%;
}
#addtocart .modal-content {
  border-radius: 0;
  padding: 15px;
}
.qluqdrkfsfuov .kzgvpxqzeqchuyy {
  max-width: 900px;
}
.information-information-6 .qluqdrkfsfuov .kzgvpxqzeqchuyy {
  max-width: 100%;
}

ul.dropdown-address {
  background-color: var(--bg);
  border-radius: 5px;
  box-shadow: 0px 10px 30px -10px #000000;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  position: absolute !important;
  z-index: 1000;
  width: 100%;
}
.dropdown-address li {
  list-style-type: none;
}
.dropdown-address li:hover {
  background-color: var(--green);
}
.dropdown-address li a {
  color: black;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}
.dropdown-address li a:hover {
  color: white;
}

.freedelivery.fill .qsc2-drawer-header__shipping-goal-progress {
  background-color: var(--green);
}

.freedelivery {
  position: relative;
}
.freedeliverytext {
  color: var(--dark);
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}

.qsc2-drawer-header__shipping-goal-bar {
  position: absolute;
  width: 100%;
  background-color: var(--bg);

  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.qsc2-drawer-header__shipping-goal-wrapper {
  position: absolute;
  width: 0%;
  max-width: 100%;
  transition: width 0.35s ease-in-out;
  transition-delay: 0s, 0s;
  transition-delay: 0.5s;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background-color: var(--green);
  z-index: -1;
}

.qsc2-drawer-header__shipping-goal-progress {
  width: 100%;

  background-color: var(--green);
}

.well {
  background-color: var(--bg);
  border-color: var(--bg);
  box-shadow: none;
  padding: 50px;
}
a.btnlogin {
  border-radius: 6px;
  background: var(--brown);
  color: white;
  width: 180px;
  display: block;
  padding: 15px;
  font-size: 16px;
}
.loginbox {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
  justify-content: space-between;
}
.ulogin_panel {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}
.ulogin_panel span {
  color: var(--dark);
  font-size: 14px;
}
.loginbox .soc_login {
  display: flex;
  align-items: center;
  gap: 30px;
}
.loginbox .soc_login img {
  width: 40px;
}
.well h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 20px;
}
.well p {
  margin-bottom: 20px;
}

.well .loginbox {
  margin-bottom: 0;
}

.account-forgotten {
}
.account-forgotten p,
.account-logout p {
  margin-bottom: 20px;
}

.dlwayuwuad2 .srugauxqhkcd {
  display: flex;
  flex-direction: column;
}

.dlwayuwuad2 .srugauxqhkcd .col-sm-2 {
  padding: 0;
  width: 100%;
}

.dlwayuwuad2 .srugauxqhkcd .col-sm-10 {
  padding: 0;
  width: 100%;
}

.dlwayuwuad2 .gtyprhvkiqhs .pull-right {
  margin-bottom: 50px;
}
.well strong {
  color: var(--grey);
}

.dlwayuwuad2 strong {
  color: var(--grey);
}
#content.col-md-8 h1,
.account-simpleregister .gyxwoqpfgsoxddz h1,
.account-order .tacwutshkzgz h1,
.account-simpleedit .tacwutshkzgz h1,
.account-logout h1 {
  margin-top: 0;
}

.account-simpleregister .gyxwoqpfgsoxddz {
  max-width: 970px;
}

.alert .close {
  float: right;
  font-size: 26px;
  font-weight: 100;
  line-height: 1;
  color: #000;
  text-shadow: none;
  filter: alpha(opacity = 20);
  opacity: 0.2;
  line-height: 15px;
}

.affix {
  top: 0px;
  z-index: 1006;
  width: 100%;
  position: fixed !important;
}
.affix.freedeliverywrap {
  top: 80px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-backdrop {
  display: none;
}

#product .piuzygpkhfw input:checked + .hroyygygscl,
#product_quickw .piuzygpkhfw input:checked + .hroyygygscl,
.ufttfohzux .piuzygpkhfw input:checked + .hroyygygscl,
.hroyygygscl.check {
  background: var(--dark);
  color: var(--bg);
}

.ufttfohzux .edtpttervyx {
  height: 55px;
  padding-top: 20px;
}
.xhhtdxkoro.seerrvelseei {
}
.catalogsort .dropdown-menu {
  z-index: 100;
  left: auto;
  right: 0;
  border-radius: 0;
  border-color: var(--bg);
}
.catalogsort {
  display: flex;
  gap: 50px;
  align-items: center;
  margin: 30px 0;
  justify-content: flex-end;
  border-bottom: 1px solid var(--bg);
  padding: 10px 0;
}
.catalogsort a.dropdown-toggle {
  display: flex;
  align-items: center;
}
.paginationwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.hroyygygscl {
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
  padding: 5px;
  background: var(--bg);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--dark);
  cursor: pointer;
  min-width: 66px;
  display: block;
}

.search-container2 {
  display: flex;
  margin-top: 10px;
  gap: 10px;
  align-items: center;
}
.search-container2 .search-thumb img {
  max-width: 100%;
  height: auto;
}
.search-container2 .search-thumb {
  width: 80px;
  flex-shrink: 0;
}
.search-container2 .search-name {
  color: var(--dark);
  font-size: 18px;
  margin-bottom: 10px;
}

.search-container2 .search-price {
  color: var(--green);
  font-size: 22px;
}
#search .dropdown-menu {
  width: 100%;
}
.search-all {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--green);
  margin: 20px 0 10px 0;
  cursor: pointer;
}

.search-all:hover {
  color: var(--dark);
}
