/* MAIN */
* {
	font-size: 1em;
	margin: 0;
}

body {
	overflow-y: scroll;
	background-color: #ebebeb;
}

h1,
h3,
li,
a,
p,
hr,
button:after,
span {
	color: white;
}

a {
	text-decoration: none;
}

p {
	font-size: 16px;
}

h1,
h2 {
	font-size: 45px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 22px;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

.preload * {
	-webkit-transition: all 0s linear !important;
	-moz-transition: all 0s linear !important;
	-ms-transition: all 0s linear !important;
	-o-transition: all 0s linear !important;
}

button {
	background: none;
	outline: none;
	border: none;
	cursor: pointer;
}

/* HEADER */
header ul {
	margin-top: 3px;
}

/* Info-menu */
.info-menu {
	display: flex;
	justify-content: flex-end;
}

/* Navigation */
ul.navigation * {
	font-family: main;
}

.nav-container a {
	color: white;
}

.nav-container > ul li {
	display: flex;
	text-transform: uppercase;
	transition: 0.3s;
}

.nav-container .navsection-mobile {
	display: none;
}

header .icon-ksis {
	flex: 0 0 10%;
	font-size: 6vh;
	background: linear-gradient(to top, #ce2ce7 0%, #f1b42d 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.best-choise {
	position: absolute;
	background-image: url(../img/best_choise.svg);
	background-repeat: no-repeat;
	background-size: 70px 28px;
	background-position: 115px 27px;
	display: inline-block;
	width: 230px;
	height: 60px;
	opacity: 0;
}

nav {
	align-items: center;
	margin-top: -1px;
	width: 100%;
	z-index: 100;
	background-color: #27192a;
	box-shadow: 0 5px 25px -5px rgba(39, 25, 42, 0.55);
}

.menu-wrapper {
	width: 100%;
	max-width: 1180px;
	display: flex;
	justify-content: flex-end;
}

.menu-contacts {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #271b2a;
	border-bottom: solid 1px #3a2c3c;
}

.menu-contacts p {
	padding: 0.5em;
	font-size: 13px;
	color: #d4c3d9;
}

.menu-contacts p:nth-child(2) {
	margin-top: 1px;
	font-size: 12px;
}

.menu-contacts p:nth-child(2) .icon-phone {
	font-size: 13px;
}

.menu-contacts p:last-child {
	font-size: 14px;
	margin-top: -0.5px;
	margin-left: 1.55em;
}

/* link border-bottom animation */
.nav-container ul li a::after {
	display: flex;
	align-items: center;
	content: "";
	padding-bottom: 7px;
	border-bottom: solid 1px #ff9e00;
	transform: scaleX(0);
	transition: transform 0.3s ease-in-out;
}

footer li a::after {
	display: flex;
	content: "";
	padding-bottom: 7px;
	border-bottom: solid 1px #ff9e00;
	transform: scaleX(0);
	transition: transform 0.3s ease-in-out;
}

nav li a:hover::after,
footer li a:hover::after {
	transform: scaleX(1);
}

nav .features {
	margin-top: -1px;
	margin-bottom: 5px;
}

nav .features .icon-user {
	margin-left: 2vh;
	padding: 4px 4px 6px 5px;
	border-radius: 1em 1em 0 0;
}

/* Nav: icons features */
.icon-magnifier,
.icon-user {
	font-size: 17px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}

.icon-magnifier:hover,
.icon-user:hover {
	color: #ff9e00;
}

/* User-menu dropdown */
.dropdown {
	display: none;
}

.icon-user.open + .dropdown {
	display: flex;
	position: fixed;
	flex-direction: column;
	justify-content: center;
	top: 8.1vh;
	background-color: rgba(185, 77, 203, 0.97);
	border-radius: 1em 0 1em 1em;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}

.icon-user.open {
	color: rgb(255, 255, 255);
	background-color: #a532b1;
	transition: none;
}

.icon-user.open + .dropdown a:first-child {
	border-top-left-radius: 1em;
}

.icon-user.open + .dropdown a {
	padding: 1.5em 2em;
	font-family: inherit;
	font-size: 12px;
	background-color: #a532b1;
	border-bottom: solid 1px rgba(151, 47, 162, 0.5);
	cursor: pointer;
	transition: background-color 0.4s;
}

.icon-user.open + .dropdown a:last-child {
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
}

.icon-user.open + .dropdown a:last-child {
	border-bottom: none;
}

.icon-user.open + .dropdown a:before {
	margin-right: 5px;
	font-size: 14px;
	font-family: "icomoon";
}

.icon-user.open + .dropdown a:first-child:hover {
	background-color: rgba(255, 255, 255, 0.25);
	border-top-left-radius: 1em;
}

.icon-user.open + .dropdown a:hover {
	background-color: rgba(255, 255, 255, 0.25);
}

.icon-user.open + .dropdown a:last-child:hover {
	background-color: rgba(255, 255, 255, 0.25);
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
}

li.navsection-primary {
	height: 61px;
}

/* About dropdown menu */

/* BODY */
body {
	min-height: 100vh;
}

/* Section: Banner */
section#Banner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-image: url(../img/banner.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #4a2c4f;
	margin-top: -4px;
	width: auto;
	height: 93vh;
}

section#banner .circles {
	height: 1vh;
}

#Banner .banner-social {
	display: flex;
	justify-content: flex-end;
	margin: 4vh;
}

.banner-social a {
	font-size: 1.5em;
	margin-left: 15px;
	transition: 0.3s;
}

.banner-social a:hover {
	color: #ff9e00;
}

#Banner .wrapper {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
}

#Banner .wrapper img {
	max-width: 75%;
	min-width: 350px;
	margin-left: 5%;
}

.banner-text {
	margin-left: 7%;
}

.banner-text h1 {
	font-size: 4.5em;
	text-align: right;
	line-height: 0.9;
}

.banner-text ul {
	margin: 3vh 0 7vh 0;
	padding: 0;
	text-align: right;
	line-height: 1.3;
	font-size: 1.5em;
}

.banner-text a {
	text-transform: uppercase;
	font-family: inherit;
	font-weight: 600;
	float: right;
	color: white;
	background-color: #ff285a;
	padding: 2.5vh 7vh 2.5vh 7vh;
	line-height: 0;
	border-radius: 2rem;
	cursor: pointer;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
}

.banner-text a:after {
	position: relative;
	top: 1px;
	left: 0;
	margin-left: 10px;
	font-family: "icomoon";
	transition: left 0.3s;
}

.img-wrapper:before {
	content: "";
	position: absolute;
	z-index: 4;
	background-image: url(../img/shine.png);
	background-repeat: no-repeat;
	background-size: 130px 130px;
	/*background-position: 41% 8%;*/
	height: 130px;
	width: 130px;
	/*border: solid;*/
	margin-left: 13.9rem;
	margin-top: 16.5rem;
}

.img-wrapper:before {
	animation: rotate 35s linear infinite;
}

.banner-text h1 {
	opacity: 0;
	transition-delay: 1s;
	transform: translateX(-50%);
	transition: 1.4s;
}

.banner-text li {
	opacity: 0;
	transition: 1.7s;
}

.banner-text li:nth-child(1) {
	transition-delay: 0.4s;
}

.banner-text li:nth-child(2) {
	transition-delay: 0.6s;
}

.banner-text li:nth-child(3) {
	transition-delay: 0.9s;
}

.revealed .banner-text h1 {
	opacity: 1;
	transform: translateY(0);
}

.revealed .banner-text li {
	opacity: 1;
}

.banner-text a {
	opacity: 0;
	transition: 1.7s;
	transition-delay: 1s;
	transform: translateY(-30%);
}

.banner-text a:hover {
	color: white;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
	transform: translateY(2px) !important;
}

.banner-text a:hover:after {
	left: 20px;
}

.revealed .banner-text a {
	opacity: 1;
	transform: translateY(0);
}

.img-wrapper {
	opacity: 0;
	transition: 1.7s;
}

.revealed .img-wrapper {
	opacity: 1;
}

/* REVIEW */
.option-input:checked::before {
	height: 40px;
	width: 40px;
	position: absolute;
	content: "✔";
	display: inline-block;
	font-size: 26.66667px;
	text-align: center;
	line-height: 40px;
}

.radio-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	margin-top: 3px;
}

.tab-review input[type="radio"] {
	display: none;
}

label.icon-smile:before {
	font-size: 20px;
	color: rgb(156, 155, 154);
	transition: color 0.2s;
}

.tab-review label.icon-smile {
	border: none;
	border-radius: 0;
	margin: 15px;
	background-color: transparent;
}

/* .tab-review label.icon-smile:hover:before {
    cursor: pointer;
    content: "\e921";
    color: rgba(255, 158, 0, 0.95);
}

.tab-review input[type='radio']:checked + label:before {
    content: "\e921";
    color: #ff9e00;
    font-size: 1.7rem;
} */

.radio-wrapper .icon-smile:before {
	transition: 0.15s;
}

.radio-wrapper.hover .icon-smile:before {
	color: rgba(255, 158, 0, 0.95);
	font-size: 1.7rem;
	cursor: pointer;
}

.radio-wrapper.checked .icon-smile:before {
	content: "\e921";
	color: rgba(255, 158, 0, 0.95);
	font-size: 1.7rem;
}

.radio-wrapper.checked.reload .icon-smile:before {
	content: "\e922" !important;
}

span.smile-stack {
	margin-top: 1px;
}

.smile-stack .icon-smile-solid {
	color: #ff9e00;
}

.smile-stack .icon-smile:before {
	color: rgb(156, 155, 154);
}

td.author {
	display: flex;
	flex-direction: column;
	width: 100% !important;
}

td.author span > i {
	font-size: 15px;
	margin-right: 3px;
}

#tab-properties table {
	width: 100%;
}

.table-review p.date_added {
	font-size: 15px;
}

.table-review p.text {
	margin: 10px 10px 8px 12px;
}

.table-review {
	margin-top: 1em;
	background-color: white;
	width: 100%;
	border-radius: 10px 0 10px 10px;
	-webkit-border-radius: 10px 0 10px 10px;
	-moz-border-radius: 10px 0 10px 10px;
	-ms-border-radius: 10px 0 10px 10px;
	-o-border-radius: 10px 0 10px 10px;
}

.table-review.reply-true {
	border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	-ms-border-radius: 10px 0 0 0;
	-o-border-radius: 10px 0 0 0;
}

.table-reply {
	margin-top: 0.3em;
	background-color: #e4ffe2;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
}

.table-reply p {
	color: rgb(83, 79, 84);
}

.table-reply p:first-child {
	margin-top: 1em;
	font-weight: 600;
}

i.icon-arrow-reply {
	font-size: 14px;
}

.tab-review-header {
	max-width: 1140px;
	width: 100%;
	margin-top: 1rem;
	padding: 0 0 0 0;
}

.tab-review {
	max-width: 1150px;
	width: 100%;
}

.tab-review-header > p {
	text-align: center;
	font-size: 23px;
	color: rgb(104, 96, 108);
}

.tab-review td {
	margin: 8px 0 0 11px;
}

.tab-review td > p {
	margin: 0 10px 10px 11px;
}

#review > p {
	color: #68606c;
	text-align: center;
}

.form-group-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 1em 0 1em;
}

textarea#input-review {
	width: 100%;
	background-color: rgb(243, 243, 243);
	border: solid 1px rgb(198, 198, 198);
	border-radius: 5px;
	padding: 0.5em;
}

textarea#input-review:focus,
textarea#input-review:active {
	border: solid 1px #ff9e00;
	border-radius: 5px;
	outline: none;
}

.form-group-wrapper label {
	background-color: transparent;
	border: none;
}

.form-group-wrapper .form-group {
	margin: 10px 2em 10px 0;
}

.tab-review .form-group .control-label {
	padding: 11px 9px 0 0;
	font-size: 17px;
}

.tab-review .form-wrapper {
	background-color: white;
	border-radius: 7px;
}

.form-wrapper > .form-group:nth-child(2) {
	margin: 0 1em 0 1em;
	padding: 0;
}

.tab-review input#input-name {
	border: none;
	border-bottom: solid 1px #cccccc;
	padding: 0;
	margin: 7px 0 7px 0;
}

.tab-review input#input-name:focus {
	outline: none;
}

button#button-review {
	margin: 1em 0 1em 1em;
	background-color: #ff9e00;
	color: white;
	border-radius: 3rem;
	padding: 10px 25px 10px 25px;
	font-size: 14px;
	text-transform: uppercase;
	transition: 0.4s;
}

button#button-review:hover {
	cursor: pointer;
	background-color: #ff285a;
}

div#review {
	margin: 1em 0 1em 0;
}

.tab-review .alert-success {
	color: white;
	background-color: #55ca55;
	padding: 1em;
	border-radius: 5px;
	margin-bottom: 1em;
}

.tab-review .alert-danger {
	color: white;
	background-color: #ff375c;
	padding: 1em;
	border-radius: 5px;
	margin-bottom: 1em;
}

section#Article .tab-review {
	max-width: 1180px;
}

section#Article .container {
	width: 100%;
}

span.author-wrapper {
	display: flex;
	width: 25%;
}

span.author-text {
	color: #414141;
}

span.reply {
	display: none;
	margin-left: 1em;
	color: #ffffff;
	font-size: 13px;
	background-color: #27192a;
	padding: 2px 7px 2px 7px;
	border-radius: 1em;
}

span.author-wrapper:hover .reply {
	display: flex;
	cursor: pointer;
}

.tab-review .g_recaptcha {
	margin: 1em 0 0 1em;
}

@keyframes rotate {
	0% {
		opacity: 0.85;
		transform: rotate(0deg) scale(1);
	}

	50% {
		opacity: 1;
		transform: rotate(200deg) scale(1.4);
	}

	80% {
		opacity: 1;
		transform: rotate(300deg) scale(1.2);
	}

	100% {
		opacity: 0.85;
		transform: rotate(360deg) scale(1);
	}
}

/*.banner-image:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    z-index: 10000;*/
/*    background-image: url(../img/shine.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 66px 66px;*/
/*    background-position: 27px 27px;*/
/*    height: 120px;*/
/*    width: 120px;*/
/*    left: 41px;*/
/*    top: 23px;*/
/*}*/

/* Review header */

.tab-review-header {
	background-color: white;
	border-radius: 5px;
	padding: 5px;
}

.tab-review-header p:last-child {
	color: rgb(134 134 134);
	font-weight: 500 !important;
	font-size: 16px;
	font-style: italic;
	padding: 10px 5px;
}

.tab-review-header a {
	color: rgb(255 159 3);
	font-weight: 600 !important;
	font-size: 14px !important;
}

.tab-review-header a:hover {
	color: rgb(247 174 55);
	transition: 0.3s;
}

/* FOOTER */
footer {
	margin-top: auto;
	background: #181718;
	text-align: center;
	font-size: 1.5em;
	padding-top: 3vh;
	padding-bottom: 2vh;
}

.row-start {
	transform: scale(0.9);
}

.copyright {
	color: gray;
}

.copyright span {
	font-family: main;
}

.copyright span.copy-site {
	line-height: 1.5;
	font-size: 17px;
	color: inherit;
	font-weight: 600;
}

.copyright span.copy-site-mobile {
	line-height: 1.5;
	font-size: 15px;
	color: inherit;
	font-weight: 600;
}

/* footer: Social */
.copyright .icon-ksis {
	font-size: 3rem;
	color: inherit;
	margin-right: 5px;
	transition: 0.3s ease-in-out;
}

.copyright a:hover {
	color: #ff9e00;
}

.copy-mobile {
	display: flex;
	flex-direction: column;
}

.copy-site-mobile,
.copy-link-mobile {
	display: none;
}

.copy-link-mobile i.site-map {
	margin: 0;
}

footer .year {
	font-style: normal;
	font-size: 0.94em;
}

footer .copy-link {
	position: absolute;
	left: 7.7em;
	font-size: 0.85em;
}

footer .copy-link,
footer .copy-link-mobile {
	font-style: normal;
	font-weight: 500;
	color: #a5a5a5;
}

footer .social {
	color: gray;
	margin-left: 1px;
	margin-top: -1px;
}

footer .social a {
	color: inherit;
	margin: 2px 0 0 7px;
}

.social a {
	transition: 0.3s ease-in-out;
}

footer .social a:hover {
	color: #ff9e00;
}

footer span.footer-information {
	margin-top: 2em;
	color: rgba(255, 255, 255, 0.2);
	font-size: 0.405em;
}

i.site-map {
	margin-left: 6px;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	text-transform: uppercase;
}

i.site-map a {
	color: #a5a5a5;
	transition: 0.4s;
}

/* Section: Novelty */
section#Novelty {
	position: relative;
	z-index: 9;
	height: 100%;
	background: #eaf1f4;
	box-shadow: 0 0 25px 14px rgba(0, 0, 0, 0.04);
}

section#Novelty .container {
	padding-bottom: 5vh;
}

section#Buy {
	background: #ffff;
}

section#Buy .col-20 {
	display: flex;
	flex: 0 0 19%;
	margin: 0.5%;
}

section#Novelty h2,
section#Buy h2 {
	padding-top: 9vh;
	padding-bottom: 2vh;
	color: #68606a;
}

section#Novelty .element {
	display: flex;
	flex-direction: column;
	background-color: white;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.04);
	border-radius: 1rem;
	border: solid 1px #b7b7b742;
	text-align: center;
	margin: 30px 15px;
	transition: 0.4s ease-in-out;
}

section#Novelty .element:hover {
	box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
	cursor: pointer;
}

.image {
	position: relative;
	z-index: 1;
}

.element img {
	position: relative;
	z-index: 1;
	transform: scale(0.9);
	transition: 0.5s;
	border: 1px solid transparent;
}

.element:hover img {
	transform: scale(0.98);
}

section#Novelty .element img {
	padding: 0;
	min-width: 100px;
	max-width: 90%;
}

section#Novelty .image {
	background: white;
	width: 100%;
	height: 76%;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	overflow: hidden;
}

section#Novelty .col-center img {
	width: 65vh;
}

section#Novelty .col-left .image,
section#Novelty .col-right .image {
	background: white;
	padding-bottom: 5px;
}

section#Novelty .col-left img,
section#Novelty .col-right img {
	width: 30vh;
	background: white;
}

section#Novelty .text {
	width: 100%;
	height: 23.4%;
	background-color: #ffff;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	padding: 15px 0 20px 0;
	min-width: 180px;
	transition: 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

section#Novelty .text h3,
section#Novelty .text h4 {
	color: #68606a;
}

section#Novelty .text p {
	margin-top: 10px;
	color: #ff9e00;
}

section#Novelty .col-left,
section#Novelty .col-right,
section#Novelty .col-center {
	opacity: 0;
	transition: 1.5s;
}

section#Novelty.revealed .col-left,
section#Novelty.revealed .col-right,
section#Novelty.revealed .col-center {
	opacity: 1;
	transform: translateX(0);
}

section#Novelty .col-center {
	transition-delay: 0.3s;
}

section#Novelty .col-left,
section#Novelty .col-right {
	transition-delay: 0.5s;
}

/* Features */
.icon-magnifier {
	color: #626262;
}

.btns {
	cursor: pointer;
	padding: 5px;
}

.main-nav-wrapper {
	max-width: 1180px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-basis: 100%;
}

.nav-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	opacity: 1;
}

.nav-search-input {
	background-color: rgba(255, 255, 255, 1);
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
	outline: none;
	border: 0;
	width: 0;
	min-width: 0;
	flex-basis: 0;
	opacity: 0;
	height: inherit;
	color: #a600ff;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 5px;
	transition: 0.4s;
}

.main-nav-wrapper.active .nav-wrapper {
	opacity: 0;
}

.main-nav-wrapper.active .features {
	flex: 0 0 75%;
}

.main-nav-wrapper.active #nav-search {
	flex-basis: 100%;
}

.wrapper-search.active .nav-search-input {
	color: #a600ff;
	font-weight: 600;
	height: inherit;
	padding-left: 10px;
	padding-right: 5px;
	flex-basis: 100%;
}

.main-nav-wrapper.active .nav-wrapper {
	width: 0;
	opacity: 0;
}

.wrapper-search.active input {
	opacity: 1;
}

.main-nav-wrapper.active .search-element a::after {
	border-bottom: none;
}

.btns {
	color: inherit;
	background-color: transparent;
	transition: ease-out 0.8s;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
}

#nav-search.active .btns {
	color: inherit;
	transition: 0.3s;
	background-color: rgb(185, 77, 203);
}

#nav-search.active .btns:hover {
	background-color: #c837d5;
}

ul.navigation {
	opacity: 1;
}

ul.navigation li {
	padding: 21px 0 21px 0;
}

ul.navigation > li > a {
	font-size: 15px;
}

ul.navigation.active {
	opacity: 0;
	pointer-events: none;
}

ul.navigation.active > li {
	font-size: 10px;
	opacity: 0;
}

/* Hr: Triangles */
.hr-triangle-1,
.hr-triangle-2,
.hr-triangle-3 {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	font-size: 6vh;
	width: 6vh;
	margin-top: -9px;
	margin-left: auto;
	margin-right: auto;
}

.hr-triangle-1 {
	color: #4a2c4f;
}

.hr-triangle-2 {
	color: #eaf1f4;
}

.hr-triangle-3 {
	color: #4a2c4f;
}

/* Section: About Us */
section#AboutUs {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	background-image: url("../img/about.svg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

section#AboutUs h3 {
	font-size: 3.5rem;
	text-transform: uppercase;
}

section#AboutUs p {
	font-size: 1.3rem;
	line-height: 1.3;
}

section#AboutUs hr {
	border-width: 7px;
	border-style: solid;
	margin: 0 3.25% 0 3.25%;
}

.about-1,
.about-2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1180px;
}

.about-2 {
	flex-direction: row-reverse;
}

.about-1 h3,
.about-1 p,
.about-2 h3,
.about-2 p {
	flex: 1 0 46%;
}

.about-1 h3 {
	text-align: right;
}

.about-2 p {
	text-align: right;
}

.about-1 h3,
.about-2 h3,
.about-1 p,
.about-2 p {
	opacity: 0;
	transition: 1s;
}

.about-1 h3 {
	transition-delay: 0.4s;
	transform: translateY(10%);
}

.about-2 h3 {
	transition-delay: 0.7s;
	transform: translateY(10%);
}

.revealed .about-1 p {
	opacity: 1;
	transition-delay: 0.5s;
}

.revealed .about-2 p {
	opacity: 1;
	transition-delay: 1.2s;
}

.revealed .about-1 h3,
.revealed .about-2 h3 {
	opacity: 1;
	transform: translateX(0);
}

.revealed .about-1 p,
.revealed .about-2 p {
	opacity: 1;
}

/* Section: Buy */

section#Buy {
	display: flex;
	flex-direction: column;
	align-items: center;
}

section#Buy .container {
	flex-direction: column;
}

section#Buy h2 {
	text-align: center;
}

section#Buy h4 {
	font-size: 1.3rem;
	color: #a19f9f;
}

section#Buy .col-first h4 {
	margin-top: 4vh;
	padding-bottom: 2vh;
	flex: 1 0 100%;
	margin-left: 7px;
}

section#Buy .col-second {
	padding-top: 3vh;
	margin-bottom: 10vh;
}

section#Buy .col-second h4 {
	margin-top: 2vh;
	padding-bottom: 2vh;
}

section#Buy .col-first,
section#Buy .col-second {
	display: inherit;
	flex-wrap: wrap;
}

section#Buy .col-first a,
section#Buy .col-second a {
	display: inherit;
	flex-direction: column;
	justify-content: center;
	background-color: white;
	transition: 0.3s;
}

section#Buy a:hover {
	cursor: pointer;
	transform: translateY(-3px);
}

section#Buy .col-first a {
	flex: 1 0 100%;
}

section#Buy .col-second a {
	flex: 1 0 auto;
}

section#Buy .col-second .col-20 {
	flex-direction: column;
}

section#Buy .col-20 {
	justify-content: space-between;
}

section#Buy .col-20 img {
	max-width: 80%;
	min-width: 150px;
	margin: 2.5vh;
}

.col-first,
.col-second {
	opacity: 0;
	transition: 1s;
}

.col-first {
	transition-delay: 0.5s;
	transform: translateY(-10%);
}

.col-second {
	transition-delay: 1s;
	transform: translateY(10%);
}

.revealed .col-first,
.revealed .col-second {
	opacity: 1;
	transform: translateY(0);
}

/*Section: Catalog(Archive) + Category */
section#Catalog,
section#Category,
section#Search {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	background-color: #ebebeb;
	padding-bottom: 5vh;
}

section#Catalog .container,
section#Category .container,
section#Search .container {
	justify-content: flex-start;
}

section#Catalog .col-20,
section#Category .col-20,
section#Search .col-20 {
	flex: 0 1 22.8%;
	min-width: 175px;
	align-content: flex-start;
	margin: 1%;
	background-color: white;
	border-radius: 1rem;
	border: solid 1px #b7b7b742;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.04);
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: 0.4s ease-in-out;
}

section#Catalog .col-20 img,
section#Category .col-20 > img,
section#Search .col-20 img {
	max-width: 85%;
	margin: 6% 0 5% 0;
	transition: 0.3s ease-in-out;
}

section#Catalog p {
	text-align: center;
	padding: 10px 5px 15px 5px;
	color: #68606a;
}

section#Category p,
section#Category p > *,
section#Search p {
	color: #68606a;
}

p.name {
	margin: 1rem;
}

.bottom p:first-child {
	font-size: 14px;
}

.bottom {
	display: flex;
	justify-content: space-between;
	margin: 0 1rem 0 1rem;
	padding: 15px 0 13px 0;
	border-top: dotted 1px #c9c4c4;
}

section#Catalog a:hover img,
section#Category a:hover img,
section#Search a:hover img {
	transform: scale(1.1);
}

section#Catalog .text,
section#Category .text,
section#Search .text {
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	transition: 0.3s ease-in-out;
}

section#Category .text p:last-child,
section#Search .text p:last-child {
	color: #ff9e00;
	font-size: 16px;
}

section#Catalog a.col-20:hover,
section#Category a.col-20:hover,
section#Search a.col-20:hover {
	cursor: pointer;
	box-shadow: 0 5px 14px 1px rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
}

section#Catalog .text,
section#Category .text,
section#Search .text {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	background-color: white;
}

section#Category .text,
section#Search .text {
	justify-content: space-around;
}

section#Catalog h2 {
	margin: 2vh 0 5vh 0;
	color: #68606a;
}

section#Category h1 {
	margin: 3vh 0 3vh 0;
	line-height: 1;
	padding-right: 10px;
	color: #68606a;
	font-size: 2.5rem;
	text-align: right;
	max-width: 1140px;
	width: 100%;
	border-right: solid 10px #ff9e00;
}

.description {
	max-width: 1155px;
	flex-direction: column;
}

.description p {
	color: #68606a;
}

.description a {
	color: #ff9e00 !important;
}

section#Category .description > p,
section#News .description > p {
	text-align: right !important;
}

section#Category .description,
section#News .description {
	width: 100%;
}

section#Search {
	color: gray;
}

section#Search h1 {
	color: gray;
	font-size: 40px;
	margin: 1rem 0 1rem 0;
	border-bottom: solid 7px #ff9e00;
	padding-bottom: 7px;
}

/* Archive */
section#Catalog .archive {
	background-color: #ebebeb;
	border-radius: 1rem;
	padding: 10px;
	box-shadow: none;
	transition: 0.8s;
}

.archive .container {
	max-height: 0;
	display: none;
	transition: 0.45s ease-out;
}

section#Catalog h2#archive-button {
	cursor: pointer;
	font-size: 35px;
	margin: 5vh 0 5vh 0;
}

section#Catalog h2#archive-button:hover {
	transform: translateY(-1vh);
	background-color: #ff9e00;
	color: white;
}

section#Catalog h2#archive-button.active:hover {
	transform: translateY(0vh);
	background-color: #ff9e00;
	color: white;
}

section#Catalog h2.active + .archive {
	background-color: #dddddd;
	box-shadow: inset 0 2px 9px 1px rgba(0, 0, 0, 0.15);
}

section#Catalog h2.active + .archive .container {
	max-height: 100%;
	display: flex;
}

h2#archive-button {
	border: solid 1px;
	border-radius: 4rem;
	padding: 2px 35px 5px 35px;
	transition: 0.5s;
}

h2#archive-button.active {
	margin: 3vh 0 2vh 0;
	color: white;
	background-color: #dddddd;
	border: solid 1px rgba(120, 120, 120, 0.25);
	box-shadow: inset 0 2px 9px 1px rgba(0, 0, 0, 0.15);
}

/* Breadcrumbs */
.breadcrumbs {
	display: flex;
	justify-content: flex-start;
	max-width: 1180px;
	width: 100%;
}

ul.breadcrumb {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	color: #7c7a7c;
}

ul.breadcrumb li {
	color: inherit;
	margin: 2rem 1rem 0 0;
	font-size: 17px;
}

ul.breadcrumb li a:hover {
	box-shadow: none;
}

ul.breadcrumb li a {
	color: inherit;
	transition: 0.3s;
}

ul.breadcrumb li a:hover {
	color: #ff9e00;
}

ul.breadcrumb i {
	color: inherit;
}

li.breadcrumb-element:first-child:before {
	content: "";
	margin-left: -16px;
}

.breadcrumb-element:before {
	position: relative;
	top: 2px;
	content: "\e900";
	font-family: "icomoon";
	margin-right: 1rem;
}

.icon-chevron-left:before {
	content: "\e919";
}

.icon-chevron-right:before {
	content: "\e91a";
}

div.pagination {
	display: flex;
	flex-wrap: wrap;
	min-width: 20px;
	text-align: center;
	transition: 0.3s;
}

div.pagination a {
	color: #27192a;
	padding: 20px;
	font-size: 18px;
}

div.pagination span {
	padding: 20px;
	font-size: 18px;
}

div.pagination span.active {
	font-weight: 600;
	color: #ff9e00;
}

div.pagination a.active {
	background-color: #ff9e00;
}

div.pagination a:hover {
	background-color: #ff9e00;
	color: white;
}

div.pagination a:hover .icon-chevron-right,
div.pagination a:hover .icon-chevron-left {
	color: white;
}

div.pagination {
	margin-top: 2rem;
}

.icon-chevron-right,
.icon-chevron-left {
	color: #27192a;
}

.sorting,
#properties {
	display: flex;
	flex-direction: row-reverse;
	margin: 15px 28px 15px 28px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-width: 1155px;
	border: solid 1px rgba(128, 128, 128, 0.1);
	background-color: rgba(39, 25, 42, 0.08);
	border-radius: 2px;
}

.sorting.module {
	justify-content: space-between;
}

.sorting.module > div {
	display: flex;
	flex-direction: row-reverse;
}

.sorting.module > h4 {
	margin: 3px 0 0 20px;
	line-height: 1.5;
	color: #a7a7a7;
	font-size: 20px;
}

label {
	padding: 8px 10px 11px 15px;
	border-radius: 3rem 0 0 3rem;
	border: 1px solid rgba(128, 128, 128, 0.5);
	border-right: none;
	color: #68606a;
	background-color: white;
}

.input-group {
	display: flex;
	align-items: center;
}

.input-group {
	margin-right: 1rem;
}

option {
	color: #27192a;
}

select#input-limit,
select#input-sort {
	color: #68606a;
}

select#input-limit {
	width: 65px;
}

select {
	display: block;
	width: 100%;
	padding: 8px 8px 11px 4px;
	border: 1px solid rgba(128, 128, 128, 0.5);
	border-radius: 0 3rem 3rem 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	font-size: 1rem;
	color: #444;
	text-align-last: center;
}

select:focus {
	outline: none;
	border: solid 1px #ff9e00;
}

select:after {
	content: "";
	display: block;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 1rem;
	z-index: 1;
	margin-top: -3px;
}

/* Section: Product */
section#Product {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	background-color: #ebebeb;
	padding-bottom: 5vh;
}

.product {
	display: flex;
	max-width: 1150px;
	margin-top: 2.5rem;
}

.product-info .description {
	margin: 3rem;
}

.product-info .description * {
	color: #68606a;
}

.product h1 {
	font-size: 1.6rem;
	color: #68606a;
	margin: 1rem 1.8rem 1rem 1rem;
	text-align: right;
	border-right: solid 10px #ff9e00;
	padding-right: 10px;
}

p.model {
	text-align: right;
	margin: 2rem 3rem 0 0;
	font-size: 19px;
	color: #68606a;
}

.col-40 {
	flex: 0 1 40%;
	display: flex;
	justify-content: flex-start;
}

.col-60 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: white;
	flex: 0 1 60%;
	margin-left: 1rem;
}

.col-60 h2 {
	color: #ff9e00;
	font-size: 1.5rem;
	padding: 1rem;
}

ul.thumbnails {
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.thumbnail img {
	transition: 0.4s;
}

.thumbnail:hover img {
	transform: scale(1.05);
}

li.main-thumbnail {
	display: flex;
	box-sizing: inherit;
	background-color: white;
	padding: 30px;
}

li.main-thumbnail img {
	max-width: 440px;
}

li.image {
	width: 23.99%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 7px 7px 0 0;
	box-sizing: inherit;
}

li.image:nth-child(5),
li.image:nth-child(9),
li.image:nth-child(13),
li.image:nth-child(17),
li.image:nth-child(21) {
	margin-right: 0;
}

a.thumbnail {
	background-color: white;
	padding: 10px;
	display: flex;
	margin: 0 auto;
}

ul.product-price h2 {
	text-align: right;
}

ul.product-price span {
	color: #ff9e00;
}

p.tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 1em 3em 1em 3em;
	color: white !important;
	border-top: solid 1px rgba(104, 96, 108, 0.1);
	padding-top: 1em;
}

section#Article p.tags {
	margin: 2em 0 0 0;
}

p.tags a {
	color: #68606c;
	font-size: 13px;
	background-color: transparent;
	padding: 3px 7px 5px 7px;
	margin: 3px;
	border: solid 0.06em #cccccc;
	border-radius: 2px;
	transition: 0.2s;
}

p.tags a:hover {
	color: white !important;
	background-color: #ff9e00;
}

p.tags a:last-child {
	display: none;
}

i.icon-tag {
	color: #807784;
	font-size: 1.5em;
}

/* question */
.icon-question:before {
	font-size: 16px;
	color: red;
}

ul.product-price span > i.icon-question:hover {
	cursor: pointer;
}

ul.product-price > li > h2 > span {
	font-size: 16px;
}

ul.product-price span i:first-child {
	font-style: normal;
	color: #68606a;
}

i.rrc {
	cursor: default;
	display: block;
	position: absolute;
	opacity: 0;
	margin-right: 10rem;
	padding: 1rem;
	right: 1vh;
	bottom: 14vh;
	background-color: white;
	border-radius: 2rem;
	font-style: normal;
	font-size: 14px;
	color: #68606a;
	box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
	transition: opacity 0.3s;
}

ul.product-price i.icon-question:hover + i.rrc {
	opacity: 1;
}

i.icon-question:before {
	font-family: "icomoon";
	position: relative;
	top: 3px;
	padding-left: 3px;
	font-size: 20px;
	color: #68606a;
}

i.icon-question:hover:before {
	color: #ff9e00;
}

/* properties */
.properties {
	max-width: 1150px;
	background-color: white;
	margin: 1em 0 1em 0;
	width: 100%;
}

.properties thead td {
	text-align: center !important;
	padding: 16px;
	background-color: rgb(104, 96, 108);
}

.properties thead strong {
	color: white;
}

.properties td {
	color: #68606a;
	border: solid 1px rgba(173, 173, 173, 0.3);
	text-align: left;
	vertical-align: middle;
	padding: 7px 8px 11px 14px;
}

table {
	border-collapse: collapse;
}

tbody * {
	font-size: 17px;
}

td strong {
	font-size: 20px;
	color: #68606a;
}

.header strong {
	padding: 15px;
}

tr td:first-child {
	width: 35%;
}

td li,
td p {
	color: #68606a;
}

td > a > b {
	color: #ff9e00;
}

/* Section: Search */
input#input-search {
	padding: 8px 0 11px 15px;
	border: 1px solid rgba(128, 128, 128, 0.5);
	font-size: 1rem;
	border-bottom-left-radius: 4rem;
	border-top-left-radius: 4rem;
	color: #68606a;
}

input#input-search:focus {
	border: solid 1px #ff9e00;
	outline: none;
}

input#button-search {
	padding: 8px 14px 11px 10px;
	border-top-right-radius: 4rem;
	border-bottom-right-radius: 4rem;
	color: #68606a;
	border: 1px solid rgba(128, 128, 128, 0.5);
	border-left: none;
	transition: 0.3s;
}

input#button-search:focus {
	outline: none;
}

.search-filter {
	display: flex;
}

.search-filter .input-group:nth-child(2) label {
	padding: 8px 10px 11px 15px;
	border-radius: 0;
	border: none;
	color: #68606a;
	background-color: transparent;
}

.search-filter .input-group:first-child {
	margin-left: 1rem;
}

section#Search .sorting {
	justify-content: space-between;
}

.sort-group {
	display: flex;
}

input#button-search:hover {
	background: #ff9e00;
	cursor: pointer;
	color: white;
}

#all:hover {
	cursor: pointer;
}

.search-filter .checkbox-inline:hover {
	cursor: pointer;
}

/* Section: News (Category.twig) */
section#News {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	background-color: #ebebeb;
	padding-bottom: 5vh;
}

section#News h1 {
	margin: 3vh 0 3vh 0;
	line-height: 1;
	padding-right: 10px;
	color: #68606a;
	font-size: 2.5rem;
	text-align: right;
	max-width: 1140px;
	width: 95%;
	border-right: solid 10px #ff9e00;
}

section#News .col-50 {
	margin-bottom: 2.5em;
}

.col-50 {
	box-sizing: border-box;
	flex: 1 1 50%;
}

.article {
	display: flex;
	height: 100%;
	margin: 12px;
	background-color: white;
	padding: 10px;
	border-radius: 2px;
}

.article a {
	display: flex;
}

.article .body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	padding-left: 1rem;
}

.body h4 > a {
	margin-bottom: 10px;
	transition: 0.3s;
}

.body h4:hover > a {
	color: #ff9e00;
}

.body h4 > a,
.body p {
	color: #68606a;
}

.body span {
	text-align: right;
	color: #68606a;
	font-size: 14px;
}

/* Section: Article */
section#Article {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	background-color: #ebebeb;
	padding-bottom: 5vh;
}

section#Article .container * {
	color: #68606a;
}

section#Article h1 {
	margin: 0 0 2vh 0;
	line-height: 1.1;
	padding-left: 10px;
	color: #68606a;
	font-size: 2rem;
	width: 95%;
	border-left: solid 10px #ff9e00;
}

section#Article .article-body {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	background-color: white;
	padding: 1.5rem;
	margin-top: 2rem;
}

section#Article .description {
	font-size: 17px;
}

.article-body span {
	text-align: right;
}

.article-body a {
	color: #ff9e00 !important;
}

ul.article-thumbnails {
	display: flex;
	justify-content: flex-start;
	margin-top: 2rem;
}

/* Section: Contact */
section#Contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	background-color: #ebebeb;
	padding-bottom: 5vh;
}

section#Contact h1 {
	margin: 3vh 0 3vh 0;
	line-height: 1;
	padding-right: 10px;
	color: #68606a;
	font-size: 2.5rem;
	text-align: right;
	max-width: 1160px;
	width: 95%;
	border-right: solid 10px #ff9e00;
}

fieldset {
	border: none;
}

ul.contacts li {
	display: flex;
}

ul.contacts li > p {
	margin: 0.5rem;
	font-size: 1.2rem;
	color: #68606a;
}

.contact-body {
	width: 100%;
	background-color: white;
	padding: 2rem;
}

.contact-form label {
	background-color: #ffffff;
	color: #68606a;
}

.contact-form input {
	padding: 8px 0 11px 15px;
	border: 1px solid rgba(128, 128, 128, 0.5);
	font-size: 1rem;
	border-top-right-radius: 4rem;
	border-bottom-right-radius: 4rem;
	color: #68606a;
	margin-left: -5px;
}

.contact-form input:focus {
	border: solid 1px #ff9e00;
	outline: none;
}

.contact-form .label-message {
	background-color: transparent;
	color: #68606a;
	border: none;
	padding: 0;
	margin: 1rem 0 1rem 0;
}

section#Contact div.required {
	display: flex;
	flex-direction: column;
}

textarea#input-enquiry {
	width: 60%;
	border: 1px solid rgba(128, 128, 128, 0.5);
	border-radius: 4px;
	padding: 7px 10px 7px 10px;
}

textarea#input-enquiry:focus {
	border: solid 1px #ff9e00;
	outline: none;
}

textarea#input-enquiry * {
	color: #68606a;
}

.inputs-group {
	display: flex;
	flex-wrap: wrap;
}

.inputs-group .entry-email {
	margin-left: 1rem;
}

legend {
	font-family: serif;
	font-size: 1.7rem;
	margin-bottom: 2rem;
	color: #68606a;
	border-bottom: solid 1px #ff9e00;
	padding-bottom: 10px;
}

form.contact-form {
	margin-top: 2rem;
	padding: 1rem;
	background-color: #f8f8f8;
	border-radius: 2px;
}

.text-danger {
	padding-top: 5px;
	color: #ff285a;
}

input.contact-button {
	margin: 1rem 0 0 0;
	background-color: #ff9e00;
	color: white;
	border-radius: 3rem;
	padding: 10px 25px 10px 25px;
	font-size: 14px;
	text-transform: uppercase;
	transition: 0.4s;
}

input.contact-button:hover {
	cursor: pointer;
	background-color: #ff285a;
}

.social-line {
	display: flex;
	padding-top: 2px;
}

.social-line a {
	color: #68606a;
	font-size: 20px;
	padding-right: 10px;
	transition: 0.4s;
}

.social-line a:hover {
	color: #ff9e00;
}

ul.contacts li > p:first-child {
	font-family: serif;
	font-size: 22px;
}

ul.contacts li > p:last-child {
	margin-top: 10px;
}

/* Section: Contact */
section#Support {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	background-color: #ebebeb;
	padding-bottom: 5vh;
}

section#Support h1 {
	margin: 3vh 0 3vh 0;
	line-height: 1;
	padding-right: 10px;
	color: #68606a;
	font-size: 2.5rem;
	text-align: right;
	max-width: 1160px;
	width: 95%;
	border-right: solid 10px #ff9e00;
}

.support-body {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	width: 100%;
	padding: 2em 0 1em 0;
}

.support-body aside {
	display: flex;
	flex: 1 0 24%;
	margin-left: 1%;
	justify-content: center;
	align-items: center;
	height: 270px;
	background-color: white;
}

.support-body .request p {
	color: #000;
	padding-bottom: 1em;
}

#request-form {
	width: 95%;
}

.support-body aside i {
	font-weight: 600;
}

section#Support table {
	border-collapse: collapse;
	width: 100.14%;
}

section#Support td {
	color: #68606a;
	border: solid 1px rgba(173, 173, 173, 0.3);
	vertical-align: middle;
	padding: 8px;
}

section#Support thead {
	background-color: #544c57;
}

section#Support i.icon-checkmark-circle {
	color: green;
}

section#Support i.icon-envelope {
	display: block;
	color: grey;
	font-size: 22px;
	transform: scale(1);
	transition: 0.2s;
}

.text-right .icon-envelope.new {
	color: #ff9e00 !important;
	animation: pulse-envelope 2.5s ease infinite;
}

section#Support i.icon-envelope:hover {
	transform: translateY(-2px);
}

.ql-toolbar.ql-snow {
	border: 1px solid #000000;
	background-color: #fdfdfd;
	padding: 2px !important;
}

/* Customer Messages */
section#Support-messages {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	background-color: #ebebeb;
	padding-bottom: 6vh;
}

section#Support-messages h1 {
	margin: 3vh 0 3vh 0;
	line-height: 1;
	padding-right: 10px;
	color: #68606a;
	font-size: 2.5rem;
	text-align: right;
	max-width: 1160px;
	width: 95%;
	border-right: solid 10px #ff9e00;
}

.body-message a {
	color: #f1b42d !important;
}

section#Support-messages .form-message {
	display: flex;
	flex-direction: column;
	bottom: 0;
	max-width: 1180px;
	width: 100%;
	z-index: 1000;
}

.messages {
	width: 100%;
}

.message {
	display: flex;
	justify-content: space-between;
	background-color: white;
	margin: 7px;
	padding: 1rem;
	word-break: normal;
	overflow-wrap: break-word;
	border-radius: 5px;
	border: solid 1px rgba(104, 96, 106, 0.14901960784313725);
	border-left: 4px solid #dc1a7b;
}

.col-80 {
	display: flex;
	flex-direction: column;
	flex: 0 0 80%;
}

.body-message {
	margin-bottom: 1rem;
}

/* Dropzone */
.dropzone {
	border-top: 1px solid #ccc !important;
	border-left: 1px solid #ccc !important;
	border-right: 1px solid #ccc !important;
	border-bottom: none !important;
	background-color: #f3f3f3 !important;
	transition: 0.3s;
}

.dropzone:hover {
	background-color: #e6e6e6 !important;
}

.dropzone .dz-message {
	margin: 0.66em 0 !important;
}

.body-message p,
.dropzone span,
.body-message a {
	/* color: gray; */
	color: #6f6f6f;
	font-size: 18px;
}

.files {
	display: flex;
}

.files p {
	margin: 0 1rem 0 0;
}

.files a {
	color: #ff9e00;
	padding-right: 10px;
}

.info {
	display: flex;
	flex-direction: column;
}

.info p {
	color: gray;
	text-align: right;
}

.info p:first-child {
	margin-bottom: 1rem;
}

.info p:last-child {
	font-size: 12px;
}

/* Tickets */
.tickets {
	background-color: white;
}

.tickets li {
	color: black;
}

.customer_tickets thead {
	background-color: #15a552 !important;
	color: #68606a;
}

.header td {
	color: #ffffff !important;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
}

.customer_tickets .header td {
	background-color: #15bb5c;
}

.customer_tickets td {
	border: solid 1px rgba(147, 194, 153, 0.3) !important;
}

.tickets .header td {
	background-color: #665e69;
}

.text-right.c-message {
	text-align: center;
}

.messages-header {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 100%;
	max-width: 1180px;
}

.messages-header .icon-chevron-left {
	margin-top: 8px;
	padding: 6px;
	font-size: 18px;
	color: rgba(104, 96, 106, 0.7);
	/* background-color: #68606a; */
	border: solid 1px rgba(104, 96, 106, 0.7);
}

.messages-header .icon-chevron-left:hover {
	color: white;
	background-color: #ff9e00;
	transition: 0.2s;
}

.messages-header .icon-chevron-left:before {
	content: "\e919";
	margin-left: -1px;
	padding-right: 2px;
}

.messages-header > a {
	display: flex;
	align-items: center;
}

/*.col-tickets thead a {*/
/*    text-transform: uppercase;*/
/*    font-size: 14px;*/
/*}*/
.customer_tickets a.title,
.tickets a.title {
	color: #68606a;
	transition: 0.1s;
}

.customer_tickets a.title:hover,
.tickets a.title:hover {
	color: #ff9e00;
}

.tickets .text-right {
	width: 5.4%;
}

/* Editor */
.ql-editor {
	padding: 10px 10px !important;
	background-color: #fff !important;
	border-left: solid 1px #ccc !important;
	border-bottom: solid 1px #ccc !important;
}

.ql-editor p {
	color: #27192a !important;
}

.dz-message span {
	color: #a59da7 !important;
}

.dz-remove {
	color: #fff !important;
}

.dropzone .dz-preview.dz-image-preview {
	border-radius: 3px;
	background-color: #68606a !important;
}

.dropzone .dz-preview.dz-image-preview span {
	color: #27192a;
}

.dropzone .dz-preview .dz-image {
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px !important;
}

.dropzone .dz-preview .dz-remove {
	padding-bottom: 10px;
	color: #27192a;
}

span.data-dz-name {
	color: grey;
}

.quill-input {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.quill-body {
	display: flex;
	margin-bottom: 15px;
}

.body-input {
	display: flex;
	width: 100%;
}

#input-message {
	width: 100%;
}

.ql-container.ql-snow {
	border: none !important;
}

.dz-filename {
	margin-top: -1.25rem !important;
}

.dropzone .dz-preview .dz-details {
	padding: 0 !important;
	line-height: 1.5 !important;
}

.dropzone .dz-preview .dz-details .dz-size {
	margin-top: 1rem !important;
	margin-bottom: 1em !important;
}

button#send_message {
	height: 44px;
	background-color: #10bb58;
	color: white;
	margin-top: -1px;
	margin-right: -1px;
	padding: 0 15px 0 15px;
	transition: 0.3s;
}

button#send_message:hover {
	background-color: #10cd59;
}

.wraper-button {
	display: flex;
	align-items: flex-end;
	background-color: #f8f8f8;
	border-right: solid 1px #ccc;
	border-bottom-right-radius: 3px;
}

/* Support pagination */

.support-body .pagination {
	justify-content: center;
	margin-top: 0.7rem;
}

.support-body .pagination > span {
	padding: 13px;
	font-size: 16px;
}

.support-body .pagination > a {
	justify-content: center;
	padding: 14px;
	font-size: 14px;
}

.support-body td {
	height: 20px;
}

/* Request */
section#Support label {
	background-color: #ffffff;
	color: #68606a;
}

section#Support input {
	padding: 8px 0 11px 15px;
	border: 1px solid rgba(128, 128, 128, 0.5);
	font-size: 1rem;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #68606a;
	margin-left: -5px;
}

section#Support .inputs-group {
	margin-bottom: 15px;
}

section#Support label {
	border-radius: 5px 0 0 5px;
}

section#Support input:focus {
	border: solid 1px #ff9e00;
	outline: none;
}

input#title {
	width: 400px;
	margin-right: 1rem;
}

input#article {
	width: 200px;
}

.request {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2em;
}

.request a {
	text-transform: uppercase;
	font-family: inherit;
	font-size: 14px;
	float: right;
	color: white;
	background-color: #17bf5e;
	padding: 1.2em 2em 1.2em 2em;
	line-height: 0;
	border-radius: 2rem;
	cursor: pointer;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
}

.request a:after {
	position: relative;
	top: 1px;
	left: 0;
	margin-left: 10px;
	font-family: "icomoon";
	transition: left 0.3s;
}

.request a:hover {
	color: white;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
	transform: translateY(1px);
}

.request a:hover:after {
	left: 15px;
}

#form-ticket {
	width: 100%;
}

.col-tickets {
	display: flex;
	flex-direction: column;
	flex: 1 0 75%;
}

.customer_tickets {
	background-color: white;
	margin-bottom: 0.7em;
}

/* Section: Account */
section#Account {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	background-color: #ebebeb;
	padding-bottom: 5vh;
}

section#Account h1 {
	margin: 3vh 0 3vh 0;
	line-height: 1;
	padding-right: 10px;
	color: #68606a;
	font-size: 2.5rem;
	text-align: right;
	max-width: 1160px;
	width: 95%;
	border-right: solid 10px #ff9e00;
}

.account-body {
	background-color: white;
	width: 100%;
	padding: 2rem;
}

.account-body a {
	color: gray;
	font-size: 17px;
}

.account-body a:hover {
	color: #ff9e00;
	transition: 0.3s;
}

.account-body li {
	padding: 5px;
}

.account-body h2 {
	font-size: 35px;
	color: #68606a;
}

/* Section: Account */
section#Account-register {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	background-color: #ebebeb;
	padding-bottom: 5vh;
}

section#Account-register h1 {
	margin: 3vh 0 3vh 0;
	line-height: 0.9;
	padding-right: 10px;
	color: #68606a;
	font-size: 2.5rem;
	text-align: center;
	max-width: 1160px;
	border-right: solid 10px #ff9e00;
}

section#Account-register > p {
	color: #68606a;
	padding-bottom: 1.5rem;
}

section#Account-register > p > a {
	color: #ff9e00;
}

.form-group {
	display: flex;
	padding: 10px 0 10px 0;
}

.account-register-body {
	background-color: white;
	padding: 2rem;
	width: 50%;
}

.form-account-register label {
	background-color: #ffffff;
	color: #68606a;
	width: 35%;
}

.form-account-register input {
	padding: 8px 0 11px 15px;
	border: 1px solid rgba(128, 128, 128, 0.5);
	font-size: 1rem;
	border-top-right-radius: 4rem;
	border-bottom-right-radius: 4rem;
	color: #68606a;
	margin-left: -5px;
	width: 155%;
}

.form-account-register input:focus {
	border: solid 1px #ff9e00;
	outline: none;
}

.form-account-register .label-message {
	background-color: transparent;
	color: #68606a;
	border: none;
	padding: 0;
	margin: 1rem 0 1rem 0;
}

.form-account-register .btn-register {
	border-radius: 3rem;
}

.form-account-register .btn-register:hover {
	cursor: pointer;
	background-color: #ff9e00;
	color: white;
	transition: 0.3s;
}

.form-account-register .buttons {
	margin-top: 2em;
}

label.input-confirm {
	width: 100%;
}

.form-newsletter {
	display: flex;
}

.radio-container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}

.wrap {
	flex-flow: wrap row;
}

.label-newsletter {
	border-radius: 0;
	border: none;
}

.form-newsletter label {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	padding: 9px 11px 9px 11px;
	border-radius: 0;
	border: 1px solid transparent;
	border-right: none;
	margin-right: 0;
	color: #68606a;
}

.form-newsletter input:checked + label {
	background: #ff9e00;
	color: white;
}

.form-newsletter input {
	display: none;
}

.radio-item > label:hover {
	cursor: pointer;
}

label[for="input-password"] {
	width: 100%;
}

::-webkit-input-placeholder {
	/* Chrome */
	font-size: 14px;
	padding-left: 5px;
	color: #ccc;
}

:-ms-input-placeholder {
	/* IE 10+ */
	font-size: 14px;
	color: #ccc;
}

::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 14px;
	color: #ccc;
	opacity: 1;
}

:-moz-placeholder {
	/* Firefox 4 - 18 */
	font-size: 14px;
	color: #ccc;
	opacity: 1;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
	top: -445% !important;
}

.ql-snow .ql-tooltip {
	transform: translate(9.05rem, -6rem) !important;
}

blockquote {
	border-left: solid 4px gray;
	padding-left: 8px;
}

div#messages {
	overflow: auto;
	height: 455px;
	padding: 0 1rem 0.5rem 0.7rem;
}

/* Section: Success */
section#Success {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	background-color: #ebebeb;
	padding-bottom: 5vh;
}

section#Success h1 {
	margin: 3vh 0 3vh 0;
	line-height: 1;
	padding-right: 10px;
	color: #68606a;
	font-size: 2.5rem;
	text-align: right;
	max-width: 1160px;
	width: 95%;
	border-right: solid 10px #ff9e00;
}

.success-body {
	padding: 2rem;
	background-color: white;
	width: 100%;
}

.success-message > p {
	color: #68606a;
	margin-bottom: 1rem;
}

.success-body a {
	color: #ff9e00;
}

.success-message p:first-child {
	margin-bottom: 1rem;
}

.success-body .buttons {
	margin-top: 1rem;
}

/* Section: Account-login */
section#Account-login {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	background-color: #ebebeb;
	padding-bottom: 5vh;
}

section#Account-login h1 {
	margin: 3vh 0 3vh 0;
	line-height: 1;
	padding-right: 10px;
	color: #68606a;
	font-size: 2.5rem;
	text-align: right;
	max-width: 1160px;
	width: 95%;
	border-right: solid 10px #ff9e00;
}

.body-account-login {
	padding: 2rem;
	background-color: white;
}

.body-account-login strong {
	color: #68606a;
}

.well {
	width: 100%;
}

.well h2 {
	color: #68606a;
	font-size: 2rem;
}

.well {
	margin-bottom: 2rem;
}

.well p {
	margin: 7px 0 5px 5px;
	font-size: 17px;
	color: #27192a;
}

.well a {
	margin: 7px 0 5px 5px;
	color: #ff9e00;
	transition: 0.3s;
}

.well a:hover {
	color: #ff5f00;
}

.alert-danger {
	color: #ff285a;
	padding-bottom: 1rem;
	font-size: 18px;
}

.body-account-login .form-group input {
	border-radius: 0 3rem 3rem 0;
	border: solid 1px #c8c8c8;
	padding: 10px;
}

.body-account-login .form-group input:focus {
	border: solid 1px #ff9e00;
	outline: none;
}

.body-account-login .form-group label {
	padding: 10px 5px 10px 20px;
	width: 70px;
}

.btn-login {
	padding: 8px 0 10px 0;
	border: 1px solid rgba(128, 128, 128, 0.5);
	font-size: 1rem;
	border-radius: 3rem;
	color: #68606a;
	width: 120px;
	transition: 0.3s;
}

.btn-login:hover {
	cursor: pointer;
	background-color: #ff9e00;
	color: white;
}

.btn-login:focus {
	outline: none;
}

fieldset:last-child {
	padding: 0;
}

/* Confidentiality */
label#confidentiality-pop {
	color: grey;
}

#Account-register label#confidentiality-pop {
	width: 50%;
}

.confidentiality {
	display: flex;
	margin-left: 0.4rem;
}

#confidentiality {
	opacity: 0;
}

.confidentiality label {
	padding: 0;
	border-radius: 0;
	border: 0;
	border-right: none;
	color: transparent;
	background-color: transparent;
}

.confidentiality * {
	box-sizing: border-box;
	user-select: none;
}

.confidentiality i.icon-question:before {
	top: 0.56em;
	padding-left: 7px;
	font-size: 18px;
	color: #68606a;
}

.confidentiality i.icon-question:hover:before {
	color: #ff9e00;
	cursor: pointer;
}

.confidentiality input[type="checkbox"] {
	height: 0;
	width: 0;
}

input[type="checkbox"] + label {
	position: relative;
	display: flex;
	margin: 0.6em 0;
	align-items: center;
	color: #9e9e9e;
	font-size: 16px;
	transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
}

input[type="checkbox"] + label > ins {
	position: absolute;
	display: block;
	bottom: 0;
	left: 2em;
	height: 0;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
	transition: height 300ms cubic-bezier(0.4, 0, 0.23, 1);
}

input[type="checkbox"] + label > ins > i {
	position: absolute;
	bottom: 0;
	font-style: normal;
	color: #ff9e00;
}

input[type="checkbox"] + label > span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1em;
	width: 1em;
	height: 1em;
	background: transparent;
	border: 2px solid #9e9e9e;
	border-radius: 2px;
	cursor: pointer;
	transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
}

input[type="checkbox"] + label:hover,
input[type="checkbox"]:focus + label {
	color: #b9b9b9;
}

input[type="checkbox"] + label:hover > span,
input[type="checkbox"]:focus + label > span {
	background: rgba(255, 255, 255, 0.1);
}

input[type="checkbox"]:checked + label > ins {
	height: 100%;
}

input[type="checkbox"]:checked + label > span {
	border: 0.5em solid #ff9e00;
	animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
}

input[type="checkbox"]:checked + label > span:before {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0.2em;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	transform: rotate(45deg);
	transform-origin: 0% 100%;
	animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
}

/*------------------------------------------*/
ul.navigation > li {
	display: flex !important;
	justify-content: center;
}

.nav-container {
	margin: 0 auto;
}

/* General Styling for Navigation */
.global-nav {
	z-index: 10000;
}

.global-nav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-contacts p > a {
	text-transform: lowercase;
	color: #d4c3d9;
	font-size: 14px;
	transition: 0.1s;
}

.icon-magnifier:after {
	transition: 0.4s;
}

.icon-magnifier:hover:after {
	color: #ff9e00;
}

.menu-contacts a:hover,
.menu-contacts a:hover .icon-cart {
	color: #ff9e00;
}

.menu-contacts p:first-child {
	margin-right: 1.7em;
}

.global-nav ul {
	padding: 0;
	margin: 0;
}

.navsection-logo,
.navsection-primary,
.navsection-mobile,
.navsection-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
}

/* Styling Logo Section */
.navsection-logo {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.navsection-logo h1 {
	font-size: 0;
}

.navsection-logo * {
	fill: #fff;
}

.navsection-logo svg {
	width: 100px;
	height: 40px;
}

.navsection-logo svg:hover {
	fill-opacity: 0.6;
}

/* Styling Primary Section */
.navsection-primary a {
	font-size: 14px;
	margin: 0;
	padding: 0 14px;
	margin-bottom: -4px;
}

.navsection-primary ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	padding: 0 8px;
}

/* Styling Mobile Section */
.navsection-mobile {
	display: none;
	position: relative;
}

/* H2 for SR */
.navsection-mobile h2 {
	font-size: 0;
}

.mobilemenu-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	height: 26px;
	width: 30px;
	z-index: 500;
}

.mobilemenu-wrapper.active .bars:nth-child(1) {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

.mobilemenu-wrapper.active .bars:nth-child(2) {
	-webkit-transform: translateX(-700%);
	transform: translateX(-700%);
	opacity: 0;
}

.mobilemenu-wrapper.active .bars:nth-child(3) {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

.bars {
	background: #fff;
	display: block;
	border-radius: 4px;
	height: 4px;
	width: 100%;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.overlay {
	background: rgba(0, 0, 0, 0.85);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	visibility: hidden;
	-webkit-transition: visibility 0.35s, height 0.35s;
	transition: visibility 0.35s, height 0.35s;
	overflow: hidden;
}

.overlay.open {
	visibility: visible;
	height: 100%;
}

.overlay.open li {
	-webkit-animation: fadeInRight 0.5s ease forwards;
	animation: fadeInRight 0.5s ease forwards;
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.overlay.open li:nth-of-type(5) {
	-webkit-animation-delay: 0.55s;
	animation-delay: 0.55s;
}

.overlay.open li:nth-of-type(6) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.overlay div {
	display: flex;
	flex-direction: column;
	font-size: 32px;
	margin: 9vh 0 0;
	text-align: center;
}

.overlay ul {
	display: inline-block;
	margin: 40px 0 0;
	position: relative;
	height: 100%;
}

.overlay ul li {
	display: block;
	min-height: 50px;
	position: relative;
	opacity: 0;
}

.overlay ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}

/* Sitemap */
section#Sitemap {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	background-color: #ebebeb;
	padding-bottom: 5vh;
}

section#Sitemap h1 {
	margin: 3vh 0 3vh 0;
	line-height: 1;
	padding-right: 10px;
	color: #68606a;
	font-size: 2.5rem;
	text-align: right;
	max-width: 1160px;
	width: 95%;
	border-right: solid 10px #ff9e00;
}

section#Sitemap .container li {
	margin: 0.4em;
}

.sitemap-body {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-color: white;
	padding: 2rem;
}

section#Sitemap .col-65 {
	flex: 1 1 65%;
}

section#Sitemap .col-35 {
	flex: 1 1 35%;
}

section#Sitemap li.parent {
	font-size: 25px;
	color: #68606a;
	margin: 15px 0 10px 1px;
}

section#Sitemap li > a {
	color: #68606a;
	transition: 0.1s;
}

section#Sitemap li > a:hover {
	color: #ff9e00;
}

#support-alert i.icon-envelope {
	font-family: "icomoon" !important;
	margin: -7px 0 0 -12px;
	color: #ffc884;
	animation: pulse-envelope 2.5s ease infinite;
}

/* Section: Tags [Page] */

section#Tags {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	background-color: #ebebeb;
	padding-bottom: 5vh;
}

section#Tags .container {
	display: flex;
	justify-content: flex-start;
	max-width: 1160px !important;
	margin-top: 2em;
}

.col-5 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0.4em;
}

.col-5 a.tag {
	padding: 0.3em 0.5em 0.3em 0.5em;
	border: solid 1px #cccccc;
	border-radius: 0.2em;
	color: #6d6b6e;
	background-color: white;
	transition: 0.2s;
}

.col-5 a.tag:hover {
	background-color: #ff9e00;
	color: white;
	transform: scale(1.1) translateY(-1px);
}

/* Newsletter */

.newsletter {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0.5em 0 1em 0;
	padding: 2em;
	background-color: white;
}

.newsletter h4 {
	display: flex;
	align-items: center;
	font-size: 1.3em;
	font-family: "main" !important;
	font-weight: 500;
	color: #68606a !important;
}

h4#newsletter-title {
	display: flex;
	justify-content: center;
	flex: 1 0 50%;
	color: #68606a !important;
}

.newsletter-wrapper {
	display: flex;
	flex: 1 0 45%;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
	padding: 17px 17px 17px 17px;
	border-left: solid 2px #ebebeb;
}

.newsletter-wrapper i.icon-checkmark-circle {
	font-size: 30px;
	color: #55ca55 !important;
	margin-right: 7px;
}

.newsletter #newsletter-input {
	background-color: #edeef1;
	border: solid 0.1em rgba(255, 255, 255, 0);
	border-radius: 3em;
	padding: 6px 15px 6px 15px;
	margin-right: 1em;
	height: 24px;
	width: 250px;
	color: #27192a !important;
	transition: 0.2s;
}

.newsletter #newsletter-input:focus {
	border: solid 0.1em #ff4a41;
	border-radius: 2em !important;
	outline: none;
}

.newsletter-wrapper.email-success #newsletter-input,
.newsletter-wrapper.email-success #newsletter-input:focus {
	border: solid 0.1em #55ca55;
}

.newsletter-wrapper.email-success #newsletter-button {
	border: solid 0.1em #55ca55;
	background-color: #55ca55;
}

.newsletter-wrapper.email-success #newsletter-button:hover {
	border: solid 0.1em #2bbe24;
	background-color: #2bbe24;
}

.newsletter-wrapper.email-error #newsletter-input {
	border: solid 0.1em #ff4a41;
}

.newsletter .confidentiality i.icon-question:before {
	top: 0.65em;
	margin-left: 4px;
	padding-left: 0;
	font-size: 14px;
	color: #68606acc;
}

.newsletter i.icon-checkmark-circle + #newsletter-input,
.newsletter i.icon-checkmark-circle + #newsletter-input:focus {
	border: solid 1px #55ca55;
}

i.icon-checkmark-circle + #newsletter-input + #newsletter-button {
	background-color: #81d268;
	border: solid 1px #84d06c;
}

.newsletter #newsletter-button {
	background-color: #ff4a41;
	padding: 9px 34px 9px 34px;
	color: #ffffff !important;
	text-transform: uppercase;
	border-radius: 4em;
	border: solid 0.1em #ff4a41;
	transition: 0.2s;
}

.newsletter .confidentiality {
	display: flex;
	margin-left: 0;
	line-height: 0;
}

.newsletter input[type="checkbox"] + label > span {
	width: 15px;
	height: 15px;
	background: #ffffff00;
	border: 0.1em solid #a8a8a8;
	border-radius: 1em;
	margin-right: 7px;
}

.newsletter input::-webkit-input-placeholder {
	/* Chrome */
	font-size: 14px;
	padding-left: 5px;
	color: #68606a;
}

.newsletter input:-ms-input-placeholder {
	/* IE 10+ */
	font-size: 14px;
	color: #68606a;
}

.newsletter input::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 14px;
	color: #68606a;
	opacity: 1;
}

.newsletter input:-moz-placeholder {
	/* Firefox 4 - 18 */
	font-size: 14px;
	color: #68606a;
	opacity: 1;
}

i {
	font-style: normal;
}

.newsletter {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0.5em 0 1em 0;
	padding: 0;
	background-color: #ffffff;
}

.newsletter.text-success h4#newsletter-title {
	margin: 0 auto;
	padding: 1em;
	color: #2da117 !important;
	line-height: 1.2;
	font-size: 1.2em;
}

.newsletter.text-success i.icon-checkmark-circle {
	font-size: 3em;
	color: #85c479 !important;
	margin-right: 0.2em;
}

#newsletter-button:disabled:hover {
	cursor: default;
}

.newsletter.text-warning h4#newsletter-title {
	color: #ff375c !important;
}

h4#newsletter-title i.icon-alarm {
	margin: 0 7px 1px 0;
	color: #ff375c;
}

/* Preloader */
.block {
	position: absolute;
	z-index: 1;
	/*background-color: rgba(34, 23, 36, 0.2);*/
	background-color: rgba(0, 0, 0, 0.15);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.preloader {
	position: absolute;
	z-index: 2;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-left: -1.5em;
	margin-top: 1.5em;
}

.newsletter.customer .preloader {
	margin-top: 0.5em;
}

.preloader hr {
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	animation: spin 2s ease infinite;
}

.preloader :first-child {
	background: #f055f5;
	animation-delay: -1.5s;
}

.preloader :nth-child(2) {
	background: #ff4b75;
	animation-delay: -1s;
}

.preloader :nth-child(3) {
	background: #92499e;
	animation-delay: -0.5s;
}

.preloader :last-child {
	background: #ff9e00;
}

/*  */

#newsletter-button:disabled {
	border: solid 0.1em #ff4a41 !important;
	background-color: #ff4a41 !important;
}

.button-error {
	border: solid 0.1em #ff4a41 !important;
	background-color: #ff4a41 !important;
}

.newsletter.text-warning h4#newsletter-title {
	font-size: 19px;
}

#newsletter-title.subscribe {
	color: #2da117 !important;
}

#newsletter-title.subscribe .icon-checkmark-circle {
	margin-right: 6px;
	color: #2da117 !important;
}

/* checkbox */

.confidentiality.checkbox-success #confidentiality-pop i {
	color: #2da117;
}

.confidentiality.checkbox-success input[type="checkbox"] + label > span {
	border: 0.1em solid #2da117;
}

.confidentiality.checkbox-error #confidentiality-pop i {
	color: #ff4a41;
}

.confidentiality.checkbox-error input[type="checkbox"] + label > span {
	border: 0.1em solid #ff4a41;
}

/* Schema.org */

.prop {
	position: absolute;
	z-index: -1;
	visibility: hidden;
}

ul.breadcrumb * {
	color: #7c7a7c;
}

ul.breadcrumb span {
	transition: 0.2s;
}

ul.breadcrumb span:hover {
	color: #ff9e00;
}

.item-price {
	color: #ff9e00 !important;
}

/* Cookies */
.cookies {
	display: flex;
	flex-direction: column;
	visibility: hidden;
	position: fixed;
	z-index: 10000;
	height: auto;
	width: 100%;
	bottom: 0;
	background-color: #27192a;
	transform: translateY(10em);
	transition: transform 1.5s;
	-webkit-transform: translateY(10em);
	-moz-transform: translateY(10em);
	-ms-transform: translateY(10em);
	-o-transform: translateY(10em);
}

.cookies .wrapper {
	display: flex;
	flex-direction: column;
	padding: 2em;
}

.cookies.show {
	visibility: visible;
	transform: translateY(0em);
}

.cookies h4 {
	color: white;
	margin-bottom: 0.5em;
	word-wrap: break-word !important;
}

.cookies a {
	color: #3be0ff;
}

.cookies-body {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.cookies-body .wrapper-button {
	flex: 1 0 20%;
}

button#cookies-confirm {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 1em 0 1em;
	padding: 1em 3em 1em 3em;
	background-color: #ff285a;
	width: 16em;
	color: white;
	border-radius: 4em;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
	transition: 0.2s;
}

button#cookies-confirm:hover {
	transform: translateY(2px);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.cookies-body p {
	flex: 1 0 77%;
	font-size: 1rem;
	word-wrap: break-word !important;
}

/* About company dropdown */
#about-company {
	display: flex;
}

#about-company:after {
	font-family: "icomoon";
	content: "\e926";
	margin: 2px 0 0 -5px;
}

.m-dropdown {
	position: absolute;
	display: flex;
	flex-direction: column !important;
	top: -11.5em;
	background-color: #27192a;
	padding: 0.7em;
	justify-content: center;
	align-items: flex-end;
	z-index: -6;
	opacity: 0;
	transition: 0.3s;
	box-shadow: 0 0 13px 4px rgba(39, 25, 42, 0.2);
}

.m-dropdown > a {
	margin: 10px 0 5px 0;
}

.isOpen .m-dropdown {
	top: 4.1em;
	opacity: 1;
}

#about-company.isOpen:after {
	content: "\e925";
}

.messages.public {
	height: auto !important;
	padding: 0 !important;
}

.messages.public .message {
	margin: 0 0 10px 0;
}

.table-reply a {
	color: #ff9e00;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.table-reply a:hover {
	color: #ffad2a;
}

i.item-price {
	display: none;
}

/* NOTEBOOK */
section#Category .text,
section#Search .text {
	justify-content: space-between !important;
}

p.name {
	margin: 1rem 1rem 1rem 1rem !important;
}

div.voltages {
	display: flex;
	justify-content: flex-start;
}

div.connectors {
	display: flex;
	justify-content: flex-start;
	/*margin: 4px 1em 1em 1em;*/
	border-radius: 3px;
	padding: 1em 1em 0 1em;
}

div.connectors .border,
div.voltages .border {
	display: flex;
	flex-wrap: wrap;
}

/* .connector-image {
    margin-right: .5em !important;
} */

/* img.connector-image:nth-child(6) {
    margin-right: 0 !important;
} */

/*p.connector-image-wrapper {*/
/*    position: relative;*/
/*}*/

/*p.connector-image-wrapper:after {*/
/*    content: attr(tooltip);*/
/*    position: absolute;*/
/*    z-index: 10000;*/
/*    left: -18px;*/
/*    bottom: 80%;*/
/*    opacity: 0;*/
/*    width: 135px;*/
/*    text-align: center;*/
/*    color: white;*/
/*    background-color: #68606a;*/
/*    padding: 7px 4px;*/
/*    border-radius: 20px 20px 20px 2px;*/
/*    border: solid 1px rgba(0, 0, 0, .08);*/
/*    box-shadow: 0 4px 4px rgba(0, 0, 0, .05);*/
/*    transition: .2s;*/
/*}*/

.connector-image {
	position: relative;
	z-index: 100;
	width: 30px;
	height: 30px;
	border: 2px solid #d1ced2;
	border-radius: 100px;
	margin: 5px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
	transform: scale(1);
	transition: 0.3s;
}

.connector-image:hover {
	border: 2px solid rgba(104, 96, 106, 0.7);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	transform: scale(1.2) !important;
}

img.connector-image:hover + p.connector-image-wrapper:after {
	opacity: 1;
	left: -30px;
	width: 155px;
	bottom: 100%;
	border-radius: 20px 20px 20px 20px;
}

.text {
	position: relative;
}

.col-20 .properties {
	display: flex;
	flex-direction: column;
}

.connector-tooltip {
	position: absolute;
	z-index: 1000;
	opacity: 0;
	text-align: center;
	justify-content: center;
	color: white !important;
	background-color: white;
	border-radius: 20px;
	width: 60%;
	margin: 20%;
	padding: 10px 0;
	transform: translateY(5px);
	transition: 0.3s;
}

.col-20.active .connector-tooltip {
	opacity: 1;
	background-color: #68606a;
	transform: translateY(0);
}

p.name {
	transition: 0.3s;
}

.col-20.active > img,
.col-20.active p.name,
.col-20.active .voltages {
	opacity: 0.2;
}

.connector-guide {
	display: flex;
	flex-direction: column;
	position: absolute;
	opacity: 0;
	top: -30%;
	color: white;
	text-align: center;
	padding: 1em;
	width: 90%;
	transition: 0.4s;
}

.connector-guide h4 {
	margin-top: 1em;
	color: #ff9e00;
}

.connector-guide p {
	color: black !important;
}

.col-20.active .connector-guide {
	opacity: 1;
	top: -65%;
	color: black;
}

.connector-guide > img {
	height: 100%;
	width: 150px;
	margin: 0 auto;
	border: solid 1px #dcdbdc;
	border-radius: 5px;
	padding: 5px;
	background-color: white;
}

.connector-image.selected {
	border: solid 2px #ff9e00 !important;
	transform: scale(1.1);
}

.voltages {
	display: flex;
	flex-wrap: wrap;
	padding: 1em 1em 0 1em;
	transition: 0.3s;
}

.voltages span {
	font-size: 10px;
	border-radius: 2px;
	background-color: #d1ced2;
	padding: 3px;
	width: 29.5px;
	margin: 2px;
	text-align: center;
}

.voltages span.selected {
	background-color: #ff9e00;
}

#selector form {
	justify-content: flex-end;
}

button#send {
	color: white;
	background-color: rgb(39 25 42 / 50%);
	padding: 0 30px 0 30px;
	border-radius: 2em;
	transition: background-color 0.2s;
}

button#send:hover {
	background-color: #ff9e00;
}

select#manufacturer_id {
	width: 180px;
}

.notebook {
	display: flex;
}

.notebook select {
	padding: 10px;
}

.notebook select:focus {
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0;
}

.notebook label {
	padding: 10px;
}

.notebook input {
	padding: 10px;
	border: 1px solid rgba(128, 128, 128, 0.5);
	font-size: 1rem;
	border-top-right-radius: 4rem;
	border-bottom-right-radius: 4rem;
	color: #68606a;
	margin-left: -5px;
}

.notebook input:focus {
	border: solid 1px #ff9e00;
	outline: none;
}

.ui-autocomplete {
	background-color: #fff;
	padding: 10px;
	line-height: 1.5;
	width: 10%;
}

.ui-autocomplete li {
	color: black;
}

.ui-autocomplete li:hover {
	cursor: pointer;
	color: white;
	background-color: rgb(39 25 42 / 50%);
}

input.ui-autocomplete-input.open {
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0;
}

.ui-helper-hidden-accessible {
	display: none !important;
}

.parent-groups {
	display: flex;
}

.sorting.notebook {
	flex-direction: row !important;
	justify-content: space-between;
}

.sorting.notebook.module {
	justify-content: flex-end;
}

form#selector button#send,
form#properties button {
	margin-right: 1em;
}

.sorting.notebook.isOpen {
	display: flex !important;
}

#selector {
	display: none;
}

#selector.isOpen {
	display: flex !important;
	flex-direction: column;
}

button#selection {
	font-size: 14px;
	float: left;
	padding: 0 15px 0 15px;
	margin-left: 1em;
	background-color: rgb(104 96 106);
	color: white;
	border-radius: 4px;
	transition: background-color 0.2s;
}

button#selection:hover,
button#send:hover {
	background-color: #ff9e00;
}

.isOpen .input-group {
	margin-left: 0.5em;
}

.isOpen #send {
	margin-right: 1em;
}

#Category input {
	display: block;
	width: 100%;
	padding: 8px 8px 11px 4px;
	border: 1px solid rgba(128, 128, 128, 0.5);
	border-radius: 0 3rem 3rem 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	font-size: 1rem;
	color: #444;
	text-align-last: center;
}

/* notebook module */
#selector {
	display: flex;
	justify-content: space-between;
}

button#send {
	color: white;
	background-color: rgb(39 25 42 / 50%);
	padding: 10px 30px 10px 30px;
	border-radius: 2em;
	transition: background-color 0.2s;
}

button#send:hover {
	background-color: #ff9e00;
}

select#manufacturer_id {
	width: 180px;
}

.notebook {
	display: flex;
}

.notebook select {
	padding: 10px;
}

.notebook select:focus {
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0;
}

.notebook label {
	padding: 10px;
}

.notebook input {
	padding: 10px;
	border: 1px solid rgba(128, 128, 128, 0.5);
	font-size: 1rem;
	border-top-right-radius: 4rem;
	border-bottom-right-radius: 4rem;
	color: #68606a;
	margin-left: -5px;
}

.notebook input:focus {
	border: solid 1px #ff9e00;
	outline: none;
}

/* */
form#selector {
	display: none;
}

#choice_selector {
	display: flex;
	justify-content: flex-start;
}

#choice_selector h4 {
	margin: 8px 0 0 20px;
}

.filter_isOpen {
	display: flex !important;
}

div.buttons {
	display: flex;
}

div.buttons > button {
	margin: 10px 14px;
	padding: 4px 0;
	color: #645b66;
	border-bottom: 1px dotted #645b66;
	transition: 0.4s;
}

div.buttons > button.active {
	border-bottom: 1px solid #ff9e00 !important;
}

div.buttons > button:hover {
	color: #ff9e00;
	border-bottom: 1px dotted #ff9e00;
}

#properties {
	display: none;
	flex-direction: row;
	justify-content: space-between;
}

#properties > div {
	display: flex;
}

.ui-autocomplete {
	background-color: #fff;
	padding: 10px;
	line-height: 1.5;
	width: 10%;
}

.ui-autocomplete li {
	color: black;
}

.ui-autocomplete li:hover {
	cursor: pointer;
	color: white;
	background-color: rgb(39 25 42 / 50%);
}

input.ui-autocomplete-input.open {
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0;
}

.ui-helper-hidden-accessible {
	display: none !important;
}

/* Notebook module */
#choice_selector {
	padding: 0;
}

#selector form {
	justify-content: flex-end;
}

#selector h4,
#properties h4 {
	display: flex;
	align-items: center;
	height: 40px;
	margin: 0 0 0 1em;
	line-height: 1;
	color: #a7a7a7;
	font-size: 20px;
}

button#send,
#properties button {
	color: white;
	background-color: rgba(39, 25, 42, 0.5);
	padding: 10px 30px;
	border-radius: 2em;
	transition: background-color 0.2s;
}

button#send:hover,
#properties button:hover {
	background-color: #ff9e00;
}

#parent.input-group {
	margin-left: 1em;
}

select#manufacturer_id {
	width: 180px;
}

.notebook {
	display: flex;
}

.notebook select {
	padding: 10px;
}

.notebook select:focus {
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0;
}

.notebook label {
	padding: 10px;
}

.notebook input {
	padding: 10px;
	border: 1px solid rgba(128, 128, 128, 0.5);
	font-size: 1rem;
	border-top-right-radius: 4rem;
	border-bottom-right-radius: 4rem;
	color: #68606a;
	margin-left: -5px;
}

.notebook input:focus {
	border: solid 1px #ff9e00;
	outline: none;
}

.ui-autocomplete {
	background-color: #fff;
	padding: 10px;
	line-height: 1.5;
	width: 10%;
}

.ui-autocomplete li {
	color: black;
}

.ui-autocomplete li:hover {
	cursor: pointer;
	color: white;
	background-color: rgb(39 25 42 / 50%);
}

input.ui-autocomplete-input.open {
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0;
}

.ui-helper-hidden-accessible {
	display: none !important;
}

/* Selected */
.properties > p {
	padding: 1em 1em 0 1em;
}

.selected-notebook-properties > div > h4 {
	margin: 5px;
	padding: 5px;
	color: #68606a;
}

.selected-notebook-properties {
	display: flex;
	flex-direction: row-reverse;
	background-color: #fefefe;
	border-radius: 4px;
	border: solid 1px #e5e5e5;
}

.selected-notebook-connector {
	display: flex;
	margin: 3px;
}

.selected-notebook-voltage {
	margin-left: 3px;
}

.selected-notebook-connector div,
.selected-notebook-voltage {
	display: flex;
}

.selected-notebook-connector > p,
.selected-notebook-voltage > p {
	margin: 5px;
	padding: 5px;
	border-radius: 3px;
	border: solid 1px #dcdbdc;
}

.selected-notebook-voltage > p:first-child {
	margin-left: 23px;
}

.selected-notebook-voltage > p:nth-child(2) {
	background-color: #ff9e00 !important;
	color: white !important;
}

.selected-notebook-connector > div > span {
	margin: 5px 0;
	padding: 3px 1px;
	font-weight: 600;
	color: #787878 !important;
}

.selected-notebook-connector > div > p {
	margin: 5px;
	padding: 5px;
	color: white !important;
	border-radius: 3px;
	min-width: 20px;
	text-align: center;
}

.selected-notebook {
	display: flex;
	margin: 0 45px 0 28px;
	min-width: 1140px;
}

.selected-notebook-connector-image {
	margin: 7px;
	border: solid 1px #807d7d2b;
	border-radius: 0.3em;
	background-color: white;
}

.selected-notebook-connector-image img {
	margin: 5px;
}

input[name="voltage"]:focus {
	outline: none !important;
}

#block_filter {
	display: none;
	flex-direction: column;
}

#block_filter.isOpen {
	display: flex;
}

/* Product-Price */
ul.product-price {
	margin: 0 3em 0 3em;
	/*border-bottom: solid 1px rgba(104, 96, 108, .10);*/
}

ul.product-price h2 {
	text-align: right;
	padding: 0 0 1vh 0;
}

ul.product-price .wrapper {
	position: relative;
}

ul.product-price .wrapper i:first-child {
	color: #ff9e00;
}

.wrapper > i {
	font-family: monospace;
	font-size: 21px;
}

.wrapper:last-child {
	font-size: 21px;
}

i.price_rrc {
	font-family: monospace;
	color: #bebebe;
	border-bottom: 1px dotted #bebebe;
	text-decoration: none;
	font-size: 20px;
	cursor: pointer;
}

.rrc_guide {
	position: absolute;
	opacity: 0;
	z-index: -1;
	right: 0;
	bottom: 3vh;
	font-size: 14px;
	color: gray !important;
	background-color: #f8f8f8;
	border: solid 1px #f0f0f0 !important;
	padding: 7px;
	border-radius: 2px;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
	transition: 0.3s;
}

i.price_rrc:hover {
	color: #ff9e00 !important;
}

i.price_rrc:hover .rrc_guide {
	opacity: 1;
	z-index: 1;
}

.where_buy {
	text-align: right;
	color: grey;
	margin-bottom: 4vh;
	font-size: 12px;
}

.where_buy > a {
	color: inherit;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.where_buy > a:hover {
	color: #ff9e00 !important;
}

/* Comments */
.comments h1 {
	max-width: 100% !important;
}

.comments a img {
	padding-top: 5px;
	transition: 0.3s;
}

.comment-wrapper {
	width: 100%;
	margin: 0.5em 0 0.5em 0;
}

.comments .sorting {
	width: 100% !important;
	margin: 0 0 1em 0 !important;
}

.comments .wrapper {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	background-color: white;
	width: 100%;
}

.comments .review-product {
	display: flex;
	flex-direction: column;
	padding: 20px;
	border-left: 3px solid #f6f6f6;
}

.comments .review-product a {
	font-size: 20px;
	color: #68606a !important;
}

.comments .table-review {
	margin-top: 0 !important;
}

.comments table.table-review {
	margin: 1em 1em 1em 1em !important;
	width: auto;
}

.comments span.smile-stack {
	margin-bottom: 0.5em;
}

.comments .table-review p.text {
	margin: 0 !important;
}

.comments .reply-wrapper {
	padding: 0 1em 1em 1em;
	background-color: #e4ffe2;
}

.comments .table-reply p:first-child {
	padding-bottom: 1em;
}

#support-alert .icon-envelope.new {
	display: none;
}

tbody td {
	word-break: break-all !important;
}

/* || KEYFRAMES || */

@keyframes spin {
	0%,
	100% {
		transform: translate(0);
	}

	25% {
		transform: translate(160%);
	}

	50% {
		transform: translate(160%, 160%);
	}

	75% {
		transform: translate(0, 160%);
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(70px, 0px, 0px);
		transform: translate3d(70px, 0px, 0px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(70px, 0px, 0px);
		transform: translate3d(70px, 0px, 0px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
	}
}

@keyframes shrink-bounce {
	0% {
		transform: scale(1);
	}

	33% {
		transform: scale(0.85);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes checkbox-check {
	0% {
		width: 0;
		height: 0;
		border-color: #212121;
		transform: translate3d(0, 0, 0) rotate(45deg);
	}

	33% {
		width: 0.2em;
		height: 0;
		transform: translate3d(0, 0, 0) rotate(45deg);
	}

	100% {
		width: 0.2em;
		height: 0.5em;
		border-color: #212121;
		transform: translate3d(0, -0.5em, 0) rotate(45deg);
	}
}

@keyframes pulse-envelope {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.2);
	}

	45%,
	100% {
		transform: scale(1);
	}
}

/* Browser detector */

#browser-warning {
	display: flex;
	flex-direction: column;
	position: fixed;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 50vh;
	height: auto;
	margin: -25vh 0 0 -28vh;
	background: #27192a;
	transform: scale(0.001);
	transition: 0.4s;
	opacity: 0;
	border-radius: 5px;
	border: solid 2px #311637;
	box-shadow: 0 6px 3px 0 rgba(0, 0, 0, 0.3);
}

#browser-warning .top {
	display: flex;
	flex-direction: row-reverse;
}

.close {
	padding: 2px 8px 5px 8px;
	background-color: #6c3c76;
	border-radius: 3px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.close:hover {
	background-color: #975fa1;
}

#browser-warning .body {
	padding: 3vh;
}

.body h4 {
	text-align: center;
	padding: 0 1em 1em 1em;
	color: #ff285a;
	font-size: 1.7rem;
}

#browser-warning p {
	color: white;
	font-size: 17px;
	line-height: 1.3;
}

#browser-warning p:last-child {
	margin-top: 1em;
}

#browser-warning a {
	color: #74c1ff;
	transition: 0.3s;
}

#browser-warning a:hover {
	color: #ff9e00;
}

/* Ie 10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#browser-warning {
		z-index: -2;
	}

	#browser-warning.on {
		z-index: 1000 !important;
		transform: scale(1);
		opacity: 1;
	}
}

/* Edge 12+ */
@supports (-ms-accelerator: true) or (-ms-ime-align: auto) {
	#browser-warning {
		z-index: -2;
	}

	#browser-warning.on {
		z-index: 1000 !important;
		transform: scale(1);
		opacity: 1;
	}
}

a.col-20.cat-new {
  position: relative;
  border-radius: 14px;
  overflow: hidden;

  background: transparent;
  transition: transform .25s ease, box-shadow .25s ease;
}

a.col-20.cat-new::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; 
  border-radius: 14px;
  background: linear-gradient(135deg, #ff6a00, #ff3b6a, #d63cff);

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  pointer-events: none;
  z-index: 0;
}


/* === Обычные категории (cat-default): подсветка нижней границы + мягкий hover === */
.container a.col-20.cat-default {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-bottom: 3px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  color: #111;
}

.container a.col-20.cat-default:hover {
  transform: translateY(-3px);
  border-bottom-color: #ff6a00;
  box-shadow: 0 3px 10px rgba(0,0,0,.08);
}

/* === Новинки (cat-new): рамка без анимации + градиентный текст при наведении === */
.container a.col-20.cat-new {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: transparent;
  transition: transform .25s ease, box-shadow .25s ease !important;
  will-change: transform, box-shadow;
}

.container a.col-20.cat-new::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff6a00, #ff3b6a, #d63cff);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}

.container a.col-20.cat-new > * { position: relative; z-index: 1; }

.container a.col-20.cat-new:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 0 25px rgba(255, 80, 200, .7) !important;
}

/* лёгкий зум изображения */
.container a.col-20.cat-new img {
  transition: transform .25s ease;
  will-change: transform;
}
.container a.col-20.cat-new:hover img {
  transform: scale(1.05);
}

.container a.col-20.cat-new .text {
  background: transparent !important;
}

/* текст Новинок — чёрный по умолчанию, градиент при наведении */
.container a.col-20.cat-new .text p {
  color: #111;
  background: linear-gradient(135deg, #ff6a00, #ff3b6a, #d63cff);
  background-size: 200% 200%;
  background-position: 50% 50%;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: #111;
  transition: background-position 1s ease, -webkit-text-fill-color .6s ease;
}

.container a.col-20.cat-new:hover .text p {
  background-position: 100% 0%;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* фолбэк для старых браузеров */
@supports not (mask-composite: exclude) {
  .container a.col-20.cat-new {
    border: 2px solid transparent;
    background:
      linear-gradient(var(--ksis-card, transparent), var(--ksis-card, transparent)) padding-box,
      linear-gradient(135deg, #ff6a00, #ff3b6a, #d63cff) border-box;
  }
}

@media (prefers-reduced-motion: reduce) {
  .container a.col-20.cat-default,
  .container a.col-20.cat-new,
  .container a.col-20.cat-new img {
    transition: none;
  }
}

/* === MOBILE / RESPONSIVE FIXES === */

img {
	max-width: 100%;
	height: auto;
}

html,
body {
	overflow-x: hidden;
}

section#Support table {
	width: 100%;
}

.sorting,
#properties {
	min-width: 0;
	width: 100%;
	box-sizing: border-box;
}

.selected-notebook {
	min-width: 0;
	width: 100%;
	box-sizing: border-box;
}

li.main-thumbnail img {
	max-width: 100%;
	height: auto;
}

ul.article-thumbnails img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 480px) {
	input#title,
	input#article {
		width: 100%;
		box-sizing: border-box;
		margin-right: 0;
	}
}

@media (max-width: 768px) {

	.product {
		flex-direction: column;
		padding: 0 1rem;
	}

	.col-40,
	.col-60 {
		flex: 0 0 100%;
		margin-left: 0;
	}

	.sorting,
	#properties,
	.selected-notebook {
		flex-wrap: wrap;
		margin: 15px 10px;
		width: 100%;
	}

	#Banner .wrapper {
		flex-direction: column-reverse;
		align-items: center;
		text-align: center;
	}

	#Banner .wrapper img {
		max-width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-top: 2rem;
	}

	.img-wrapper:before {
		display: none;
	}
}

/* === MOBILE: более компактная статья и форма === */
@media (max-width: 768px) {

	section#Article {
		min-height: auto;    
		padding-bottom: 2rem;  
	}

	section#Article h1 {
		font-size: 1.4rem; 
		margin: 0 0 1rem 0;  
	}

	section#Article .article-body {
		padding: 1rem;   
		margin-top: 1rem;      
	}

	section#Article .description {
		font-size: 15px;   
		line-height: 1.4;
	}

	section#Article p.tags {
		margin-top: 1rem;    
	}

	ul.article-thumbnails {
		margin-top: 1rem;     
		flex-direction: column; 
		row-gap: 0.75rem;
	}

	.newsletter {
		padding: 1rem;    
		margin: 0.5rem 0;  
	}

	.newsletter-wrapper {
		padding: 0.75rem;     
	}

	.tab-review-header {
		margin-top: 0.5rem;
	}

	.tab-review {
		margin-top: 0.5rem;   
	}

	div#review {
		margin: 0.5rem 0;   
	}

	.form-group-wrapper {
		margin: 0 0.5rem; 
	}
}

/* === FIX: картинки в обзорах (Section Article) === */

section#Article img {
    max-width: 100%;
    width: 100%;
    height: auto !important;
    display: block;
    margin: 1rem auto;
}

/* Выделение сообщений администратора в поддержке*/
.message-admin {
    border-left: 4px solid #ff9e00;
}

.message-admin .info p:first-child {
    color: #ff9e00;
    font-weight: 600;
}

.message-admin .body-message p {
    color: #555555;
}

.properties tbody td {
	word-break: normal !important;
	overflow-wrap: break-word;
	hyphens: none;
}

