@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
  --color-text-primary: #060606;
  --color-catalog-image-background: #f6f6f6;
  --color-productitem-button-primary: #060606;
  --color-productitem-button-secondary: #060606;
  --color-background-productitem-button-primary: #F9F7F8;
  --color-background-productitem-button-secondary: #F5F3F4;
  --font-main: 'Montserrat', sans-serif;
  --font-dark-main: 'Lora', serif;
  --font-dark-second: 'Nunito', serif;
  --dark-color-background: #060606;
  --transition: .2s ease-in-out;
}

* {
  font-family: var(--font-main);
  box-sizing: border-box;
}

body.dark * {
  font-family: var(--font-dark-main);
}
body.dark {
  background: var(--dark-color-background);
  color: #E7E7E7;
}

#main * {
/*  color: var(--color-text-primary);*/
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.fancybox__container * {
  color: white;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#main {
  flex-grow: 1;
  max-width: 100vw;
  overflow-x: hidden;
}

[data-lazy-image] {
  opacity: 0;
}

.mobile {
  display: none;
}

.block {
  padding: 2.5rem 0 0;
}
.block .block-header {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 1.5rem;
}

.btn {
  font-size: 14px;
  line-height: 1rem;
  font-weight: 500;
  color: var(--color-text-primary);
  padding: 1.1rem 5rem;
  text-transform: uppercase;
  border: 1px solid rgba(6,6,6,.2);
  border-radius: 4px;
}
.btn:hover {
  border-color: rgba(6,6,6,.4);
}
.btn.btn-sm {
  padding: .95rem 2.5rem;
}
.btn.btn-black {
  background: var(--color-text-primary);
  color: white;
}
.btn.btn-black:hover {
  background: rgba(6,6,6,.9);
}

.form-control {
  padding: .75rem;
}
.form-control[readonly] {
  background: #f2f2f2;
}

.has-danger {
  padding-bottom: 20px;
  position: relative;
}
.has-danger .invalid {}
.has-danger .invalid .form-control-feedback {
  position: absolute;
  bottom: 0;
  display: block;
  font-size: 12px;
  line-height: 1em;
  color: var(--bs-form-invalid-color);
}
.has-danger .form-control.invalid {
  border-color: var(--bs-form-invalid-color);
}

.red {
  color: red;
}

.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

strong, b {
  font-weight: 500;
}

.item-page {}
.item-page .page-header {
  margin: 2rem 0;
}
.item-page .page-header h1,
.item-page .page-header h2,
.payship-block .title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.item-page p {
  margin: 0 0 2rem;
}
.payship-block .title {
  margin: 2rem 0;
}
.payship-block .description {
  text-align: center;
  margin: 2rem 0;
  font-size: 18px;
  line-height: 1.3rem;
}
.payship-block .description p {
  margin: 0 0 2rem;
}
.payship-block .payship-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 -3rem;
  flex-wrap: wrap;
}
.payship-block .payship-item {
  margin: 0 6rem;
}
.payship-block .payship-item .image {
  display: block;
  width: 224px;
  height: 108px;
  margin: 0 auto 1rem;
}
.payship-block .payship-item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.payship-block .payship-item span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5rem;
}
.payship-extra-items {}
.payship-extra-item {
  margin: 2rem 0;
}
.payship-extra-item .title {
  display: block;
  margin: 0 0 2rem;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5rem;
}
.payship-extra-item .description {
  font-size: 18px;
  line-height: 1.5rem;
  text-align: center;
}

.hr {
  display: block;
  height: 1px;
  margin: 2rem auto;
  width: 100%;
  background: rgba(6,6,6,.1);
}
.hr.small {
  max-width: 220px;
}

.mod-breadcrumbs__item {}
.mod-breadcrumbs__item a,
.mod-breadcrumbs__item span {
  font-size: 14px;
  line-height: 14px;
  color: rgba(6,6,6,.4);
  text-decoration: none;
  transition: var(--transition);
}
.mod-breadcrumbs__item a:hover span {
  color: rgba(6,6,6,.8);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: '»';
  font-size: 14px;
  line-height: 24px;
  color: rgba(6,6,6,.4);
  padding-right: 5px;
}

.item-page.gifts-page {}
.item-page.gifts-page h4 {
  margin: 2rem 0;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.item-page.gifts-page .image {
  width: auto;
  max-width: 100%;
  height: 390px;
}
.item-page.gifts-page .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 25px;
}
.item-page.gifts-page p {
	margin-bottom: 15px;
}
.custom-design-inner .form {
  width: 100%;
  max-width: 500px;
  padding: 4rem;
  margin: 2rem auto;
  border: 1px solid rgba(6,6,6,.1);
}
.custom-design-inner .form .form-control {
  text-align: center;
  border: 0;
  padding: .6rem .75rem;
  border-radius: 0;
  border-bottom: 1px solid rgba(6,6,6,.1);
}
.custom-design-inner .form textarea.form-control {
  border: 1px solid rgba(6,6,6,.1);
  resize: none;
}
.custom-design-inner .form .form-label {
  display: block;
  width: 100%;
  text-align: center;
}
.custom-design-inner .form input[type="file"].form-control {
  font-size: 14px;
  line-height: 1.5rem;
  border: 1px solid rgba(6,6,6,.1);
  padding: .375rem .75rem;
}
.custom-design-inner p {
  font-size: 14px;
  line-height: 1.2rem;
  text-align: center;
}

.socials-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -.5rem;
}
.socials-item {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 .5rem;
  text-align: center;
  line-height: 33px;
  border: 1px solid rgba(6,6,6,.1);
  border-radius: 50%;
  text-decoration: none;
}
.main-image.noImage {
  background: url('/images/no-image.png') no-repeat center;
}
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.checkout-finish {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 150px;
}
.checkout-finish-top {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}
.checkout-finish-bottom {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 10px;
}
.contacts-page {
  text-align: center;
}
.contacts-phone a {
  font-size: 28px;
  line-height: 34px;
  text-decoration: none;
}
.contacts-page .socials-items {
  justify-content: center;
  margin: 20px 0;
}
.contacts-buttons {
  display: flex;
  justify-content: center;
}
.contacts-buttons > .btn-2
{
  margin-left: 32px;
}
.contacts-buttons > .btn-2:first-child
{
  margin-left: 0;
}


.uppercase {
  text-transform: uppercase;
}
.payments-delivery h3 {

}
.payments-delivery p {
  margin: 1rem 0;
  font-size: 18px;
}
.payments-delivery hr {
  margin: 2rem 0;
  background: transparent;
  opacity: 1;
  border: 0;
  border-bottom: 1px solid rgba(6,6,6,.1);
}
.payments-delivery ol {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
  counter-reset: customcounter;
}
.payments-delivery ol > li {
  margin: 2rem 0;
  border-bottom: 1px solid rgba(6,6,6,.1);
}
.payments-delivery ol > li > span {
  display: block;
  margin: 2rem 0;
  counter-increment: customcounter;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3rem;
  position: relative;
  padding-left: 2.5rem;
}
.payments-delivery ol > li > span:before {
  content: counter(customcounter);
  position: absolute;
  left: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3rem;
}
.payments-delivery ol > li > ul {
  margin: 2rem 0;
  padding: 0;
  list-style: none
}
.payments-delivery ol > li > ul li {
  font-size: 18px;
  line-height: 1.5rem;
}

.individual-design .row {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.individual-design h2 {
  margin: 0 0 2rem;
}
.individual-design p {
  margin: 2rem 0;
}
.individual-design strong {
  font-size: 18px;
  font-weight: 500;
}
.individual-design .delivery-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 356px;
  background: transparent;
}
.individual-design .delivery-image img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
	mix-blend-mode: multiply;
}

body.dark .block {
  padding: 78px 0;
}
body.dark .block .block-header {
  font-family: var(--font-dark-second);
  font-size: 25px;
  font-weight: 600;
  line-height: 34.1px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFD3A2;
}
body.dark .block#brand p {
  width: 100%;
  max-width: 762px;
  margin: 1rem auto 0;
  font-family: var(--font-dark-main);
  font-size: 16px;
  font-weight: 600;
  line-height: 20.48px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #EAEAEA;
}
table {
  max-width: 1000px;
}
table tr th,
table tr td {
  border: 1px solid #0606061A;
  padding: 24px;
}
table tr th {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
}
table p {
  margin: 0 0 10px !important;
}
.btn-2 {
  display: inline-block;
  border: 1px solid #060606;
  border-radius: 4px;
  padding: 15px 43px 15px 35px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #000;
}
.btn-2 svg {
  margin-top: -3px;
  margin-right: 7px;
}
.btn-3 {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 15px 43px 15px 35px;
	text-decoration: none;
	border-radius: 24px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	font-family: Lora;
	font-size: 12px;
	font-weight: 500;
	line-height: 15.36px;
	text-align: center;
  text-transform: uppercase;
}
.contacts-phone {
  margin-bottom: 30px;
}
.contacts-phone a {
  color: #000;
}
body.dark .btn-3 {
  background: transparent;
}
body.dark .btn-3:hover {
  color: #FFD3A2;
  border-color: #FFD3A2;
}
body.dark .fancybox__content {
  background: transparent;
}
.margin-bottom-big {
  margin-bottom: 100px;
}
.nevigen-onestepcheckout-cart img {
	width: 100%;
}
.hint {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: #dfdfdf;
  border-radius: 50%;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: .75rem;
  line-height: .75rem;
  padding: .25rem;
  margin-left: .5rem;
  font-weight: 500;
}
#details {
  font-size: 14px;
}
#details a {
  white-space: nowrap;
}
ol, ul {
	padding-left: 1rem;
}
.stars-input {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.stars-input input {
  display: none;
}

.stars-input label {
  font-size: 24px;
  cursor: pointer;
  border-right: 0;
}
.stars-input.not-active input:checked ~ label {
	background: #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
.stars-input label:hover,
.stars-input label.last:hover,
.stars-input label:hover ~ label,
.stars-input input:checked ~ label {
	color: white;
	background: #000;
	border-left: 1px solid #fff;
}
.stars-input label:hover,
.stars-input label.last:hover,
.stars-input label:hover ~ label {
	background: #000 !important;
}
.stars-input label {
	border: 1px solid #000;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.stars-input label svg {
  width: 20px;
}
.stars-input label.first {
	border-radius: 4px 0 0 4px;
}
.stars-input label.last {
  border: 1px solid #000;
	border-radius: 0 4px 4px 0;
}
.input-label {
  display: block;
}
.input-label span {
  display: block;
  margin-bottom: 5px;
}
.input-label span {
  display: block;
  margin-bottom: 5px;
}
.input-label input,
.input-label textarea {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 7px 10px;
}
#writeReviewModal .modal-body {
  overflow-x: hidden;
}
#writeReviewModal input,
#writeReviewModal textarea {
  width: 100%;
}
.write-review-inner {
  max-width: 600px;
}
.write-review-inner input {
  width: 100%;
}
#writeReviewModal textarea {
  min-height: 100px;
}
#writeReviewModal.modal .modal-content,
#thankReviewModal.modal .modal-content {
	padding: 1rem;
}
#writeReviewModal .modal-footer {
  justify-content: center;
}
.input-file-label input[type="file"] {
  display: none;
}
#writeReviewModal .selectize-control.single .selectize-input {
	border-color: #aaa;
  max-width: 250px;
  padding: 9px 12px;
}
#writeReviewModal .selectize-control.single .selectize-input input {
  font-size: 16px;
}
.input-file-label {
  border: 2px dashed #ccc;
  display: block;
  padding: 6px 12px;
  cursor: pointer;
  text-align: center;
}
.btn.btn-outline-primary,
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  --bs-btn-hover-bg: #000;
  background-color: #000;
  color: #fff;
}
.btn.btn-primary {
  --bs-btn-bg: #000;
  --color-text-primary: #fff;
  --bs-btn-hover-bg: #000;
}
.average-score {
  font-size: 20px;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
}
.average-score svg {
  width: 16px;
}
#scrollToScores {
  padding: 0;
  border: 0;
  background: 0;
}
body.dark .score-bar {
  color: #fff;
}
input:focus,
textarea:focus {
  box-shadow: none;
  outline: 0;
} 
.noty_theme__mint.noty_type__success {
  background-color: #000;
  border-bottom: 1px solid #ccc;
  color: #fff;
}
.reviews-item .score-bar {
  margin-bottom: .5rem;
}
.reviews-item .stars {
  color: #000;
}
.params-items .hint.mobile {
  display: none;
}
@media screen and ( max-width: 991px ) {
  .container,
  .container-md,
  .container-sm {
    max-width: initial;
  }
  .block,
  body.dark .block {
    padding: 3rem 0;
  }
  footer .inner .footer-menu-left,
  footer .inner .footer-menu-right,
  footer .inner .footer-contacts {
    flex: initial;
  }
	.params-items .hint.mobile {
	  display: initial;
	}
	.params-items .hint.desktop {
	  display: none;
	}
	.payments-delivery p {
		font-size: 16px;
	}
}

@media screen and ( max-width: 767px ) {
  .block-header,
  body.dark .block .block-header {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
	#modal155.modal .modal-content {
		padding: 4rem 2rem;
	}
	#modal155 .btn-2 {
		padding: 15px 17px 15px 15px;
		font-size: 14px;
	}
	#modal155.btn-2	.contacts-buttons > .btn-2 {
		margin-left: 32px;
	}
	#writeReviewModal .modal-footer {
		padding-bottom: 0;
	}
	#writeReviewModal .modal-footer .btn {
		padding: .5rem 2rem
	}
	.write-review-body .image {
	  display: none;
	  max-width: 100px;
	  margin: 0 auto 25px;
	}
}