/*
Theme Name: Newtent
Author: Global-M Advertising
Author URI: https://global-m.com.ua/
Description: Created by Global-M Advertising especialy for newtent.eu
Version: 2022 for WordPress
Tags: Global-M Advertising, Theme, WordPress, Engineering
Text Domain: https://newtent.eu/
*/

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%;
    font: inherit;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
button {
    outline: 0;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
q {
    display: inline;
    font-style: italic;
}
q:before {
    content: '"';
    font-style: normal;
}
q:after {
    content: '"';
    font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,
td {
    padding: 2px;
}
big {
    font-size: 120%;
}
small,
sup,
sub {
    font-size: 80%;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
dd {
    margin-left: 20px;
}
kbd,
tt {
    font-family: courier;
    font-size: 12px;
}
ins {
    text-decoration: underline;
}
del,
strike,
s {
    text-decoration: line-through;
}
dt {
    font-weight: bold;
}
address,
cite,
var {
    font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}



/* Custom Styles */

.pillows-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: unset;
}

.pillows-title h3 {
    margin-bottom: 0 !important;
}

.pillows-title span:first-child {
    margin-right: 15px;
}


textarea#reviewtext {
    color: var(--color-second);
    border: 1px solid #e6e6e6;
    height: 100px;
}

span#stars input {
    -webkit-appearance: auto;
    width: auto !important;
}

select#product {
    color: var(--color-second);
    border: 1px solid #e6e6e6;
    padding: 18px;
    width: 100%;
}

img.mobile {
    display: none !important;
}

section.seo li, .default-page li {
    margin: 11px;
    position: relative;
    line-height: 1.5rem;
}

section.seo li:before, .default-page li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #23346b;
    position: absolute;
    left: -11px;
    margin-top: 10px;
    border-radius: 10px;
}

.form_wrap.product-back-form .form_row.top {
    display: flex;
    flex-direction: column;
}

.form_wrap.product-back-form .form_row.top .form_input_wrap {
    width: 100%;
}

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