.swiper-button-prev, .swiper-button-next {
    display: none !important;
}   

@media (min-width: 768px) {
    .swiper-button-prev, .swiper-button-next {
        display: flex !important;
    }
}
    
#open-cart {
    width: 64px;
    height: 64px;
    right: 16px;
    bottom: 16px;
    z-index: 1041;
    position: fixed;
}

#open-cart button {
    border-radius: 100%;
    background-color: rgba(219,219,219,.4);
    border: 0;
    padding: 0;
    box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.18), 0 2px 4px -1px rgba(20, 16, 41, 0.18), 0 0 1px rgba(20, 16, 41, 0.36);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#open-cart button:focus {
    outline: none;
}

#open-cart .counter {
    width: 34%;
    height: 34%;
    position: absolute;
    bottom: 18%;
    right: 18%;
    font-weight: 500;
    color: red;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid rgba(219, 219, 219, .6);
    text-align: center;
    line-height: 134%;
}

.cart-delete {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 12px;
    color: rgba(20, 16, 41, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0;
    box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.12), 0 2px 4px -1px rgba(20, 16, 41, 0.12), 0 0 1px rgba(20, 16, 41, 0.24);
}

.images {
    position: relative;
}

.images .product-card-image {
    display: none;
    top: 0;
}

.images .product-card-image.active {
    display: block;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    font-weight: 400;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007aff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0055b3;
    text-decoration: underline;
}

a:not([href]),
a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none!important;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto !important;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out,-webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm td,
.table-sm th {
    padding: 0.3rem;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075);
}

.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff;
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #cdf4d4;
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #a2ebae;
}

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b8efc2;
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda;
}

.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #fff1b8;
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffe47a;
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffec9f;
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #ffc8c5;
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ff9993;
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #ffb0ac;
}

.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c;
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0,0,0,.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,.075);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}
@-ms-viewport {
    width: device-width;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 320px;
    margin: 0;
    padding: 0;
    word-break: break-word;
    overflow: hidden;
    background: rgba(219,219,219,.4);
    background: linear-gradient(60deg,rgba(219,219,219,.4) 0,rgba(204,204,204,.4) 100%);
}

[tabindex="-1"]:focus {
    outline: 0!important;
}

[role=button] {
    cursor: pointer;
}

input[type=search] {
    -webkit-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

[role=button],
a,
button,
input,
label,
select,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

img {
    max-width: 100%;
    height: auto;
}

.no-scroll {
    overflow-y: hidden;
}

.nowrap {
    white-space: nowrap;
}

.visually-hidden:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
}
@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Gilroy Regular"),local("Gilroy-Regular"),url(../fonts/Gilroy-Regular.woff2) format("woff2"),url(../fonts/Gilroy-Regular.woff) format("woff");
}
@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Gilroy Bold"),local("Gilroy-Bold"),url(../fonts/Gilroy-Bold.woff2) format("woff2"),url(../fonts/Gilroy-Bold.woff) format("woff");
}
@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local("Gilroy Black"),local("Gilroy-Black"),url(../fonts/Gilroy-Black.woff2) format("woff2"),url(../fonts/Gilroy-Black.woff) format("woff");
}

body {
    font-size: 16px;
    line-height: 1.64;
    font-family: Gilroy,"San Francisco",-apple-system,BlinkMacSystemFont,Roboto,Ubuntu,"Droid Sans","Helvetica Neue",Arial,sans-serif;
    color: #000;
}

.logo {
    display: inline-block;
    width: 270px;
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    font-size: 1em;
    font-family: inherit;
    text-align: center;
    color: #000;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    outline: 0!important;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button.rainbow {
    height: 70px;
    padding: 0 45px;
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    direction: ltr!important;
    background: #682cd6;
    background: linear-gradient(-49deg,#682cd6 0,#c520e8 100%);
    border-radius: 7px;
    -webkit-box-shadow: 0 15px 24px 0 rgba(120,0,255,.25);
    box-shadow: 0 15px 24px 0 rgba(120,0,255,.25);
}

.button.rainbow:hover {
    -webkit-box-shadow: 0 15px 24px 0 rgba(120,0,255,.35);
    box-shadow: 0 15px 24px 0 rgba(120,0,255,.35);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.button.rainbow img {
    margin-right: 15px;
}

.slider-arrow {
    position: absolute;
    bottom: 0;
    left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60px;
    height: 45px;
    background-color: transparent;
    border: 2px solid #692cd6;
    border-radius: 7px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 10;
    outline: 0!important;
}

.slider-arrow:hover {
    border-width: 3px;
}

.slider-arrow:active img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.slider-arrow.next {
    -webkit-transform: translateX(80px) rotate(180deg);
    transform: translateX(80px) rotate(180deg);
}

.slider-arrow img {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.close {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.close:hover::after,
.close:hover::before {
    background-color: #ff3b30;
}

.close:focus {
    outline: 0;
}

.close::after,
.close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: background-color 0.2s cubic-bezier(0.77,0,.175,1);
    transition: background-color 0.2s cubic-bezier(0.77,0,.175,1);
}

.close::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.close::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 118px;
}

.header-container {
    margin: 0;
    margin-bottom: 16px;
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100vh - 118px);
    overflow: hidden;
}

.main .swiper-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: visible;
}

.main .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-card {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-card .image-preview {
    max-width: 480px;
    height: 420px;
    display: flex;
    align-items: center;
}

.product-card .image-preview img {
    max-height: 420px;
}
@media(min-width:992px) {
    .product-card .image-preview {
        height: 720px;
    }

    .product-card .image-preview img {
        max-height: 720px;
    }
}

.product-card .product-card-image {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.product-card img {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.product-card .data-image {
    width: 100%!important;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.product-card-details {
    text-align: left;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-card-product-card-details-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    direction: ltr!important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-card-title {
    margin: 0;
    font-weight: 700;
    font-size: 25px;
    color: rgba(0,0,0,.4);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-card-in-stock {
    position: relative;
    display: none;
    margin: 10px 0 25px;
    padding-left: 20px;
    font-weight: 700;
    font-size: 16px;
    color: rgba(0,0,0,.4);
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-card-in-stock::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 2px solid #692cd6;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-card-in-stock span {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,.6);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-card-price {
    display: inline;
    font-weight: 700;
    font-size: 18px;
    color: rgba(0,0,0,.4);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-card-price-message {
    display: none;
    font-weight: 400;
    font-size: 13px;
    color: #242323;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-form {
    display: none;
    max-width: 195px;
    margin: 50px auto 0 0;
}

.product-form .product-form-radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-form .radio-button {
    position: relative;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.product-form .radio-button:not(:last-of-type) {
    margin-right: 5px;
}

.product-form .radio-button input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}

.product-form .radio-button input:checked~.checkmark {
    border-width: 2px;
    border-color: #692cd6;
}

.product-form .radio-button .checkmark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 7px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-form .radio-button .checkmark:hover {
    border-color: #a6a6a6;
}

.product-form .button {
    margin-top: 40px;
    direction: rtl;
}

.swiper-slide {
    direction: rtl!important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media (min-width: 768px) {
    #open-cart {
        width: 72px;
        height: 72px;
        right: 128px;
        top: 32px;
    }

    .header {
        flex-direction: row;
    }
    
    .swiper-pagination {
        left: 50%;
        transform: translateX(-50%) !important;
    }
    
    .swiper-slide.swiper-slide .product-card {
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    
    .product-card-details {
        width: 40% !important;
    }
    
    .header-container {
        margin-bottom: 0;
        margin-right: 64px;
        padding-left: 48px;
    }
    .swiper-pagination {
        margin-bottom: -16px;
    }
    .product-card {
        padding-right: 240px;
    }
    
    .images {
      margin-left: auto;
      margin-right: 32px;
    }
}

.swiper-slide.swiper-slide {
    width: 100%!important;
}

.swiper-slide.swiper-slide .product-form {
    display: block;
}

.swiper-slide.swiper-slide .product-card {
    -webkit-box-orient: horizontal;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.swiper-slide.swiper-slide .product-card img {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.swiper-slide.swiper-slide .product-card .data-image {
    width: 100%!important;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.swiper-slide.swiper-slide .product-card .product-card-details {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    direction: ltr;
}

.swiper-slide.swiper-slide .product-card .product-card-image {
    margin-bottom: 0;
}

.swiper-slide.swiper-slide .product-card-title {
    color: #000;
}

.swiper-slide.swiper-slide .product-card-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 86%;
}

.swiper-slide.swiper-slide .product-card-in-stock {
    display: block;
}

.swiper-slide.swiper-slide .product-card-price {
    font-weight: 700;
    color: #000;
}

.swiper-slide.swiper-slide .product-card-price-message {
    display: block;
    margin-top: 5px;
}

.modal-content {
    padding: 16px;
    border: 0;
    border-radius: 8px;
}

#sizesModal .modal-content {
    padding: 70px 140px;
}

.modal-dialog .modal-content h2 {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 25px;
    color: #6a2cd4;
}

.form_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form_row:not(:last-of-type) {
    margin-bottom: 35px;
}

.form_action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.form_submit {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    padding: 0 35px;
    font-weight: 700;
    font-size: 13px;
    color: #0e9244;
    text-transform: uppercase;
    background-color: rgba(0,0,0,.75);
}

.form_submit:hover::before {
    width: 100%;
}

.form_submit:active::before {
    background-color: #000;
}

.form_submit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.form .group {
    position: relative;
    width: 45%;
}

.form .group.w-100 {
    width: 100%;
}

.form .group.with-icon input {
    padding-left: 25px;
}

.form .group.with-icon .icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

.form input, .input {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px 5px 5px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.5);
    border-radius: 0!important;
}

.form input::-webkit-input-placeholder {
    opacity: 0;
}

.form input::-moz-placeholder {
    opacity: 0;
}

.form input:-ms-input-placeholder {
    opacity: 0;
}

.form input::-ms-input-placeholder {
    opacity: 0;
}

.form input::placeholder {
    opacity: 0;
}

.form input:focus {
    outline: 0;
}

.form label {
    position: absolute;
    top: 10px;
    left: 0;
    font-weight: 400;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    pointer-events: none;
}

.form input:focus~label,
.form input:not(:placeholder-shown)~label {
    top: -10px;
    font-weight: 700;
    font-size: 12px;
    color: rgba(0,0,0,.27);
}

.form input:-moz-read-only~.bar:after,
.form input:-moz-read-only~.bar:before {
    width: 50%;
}

.form input:read-only~.bar:after,
.form input:read-only~.bar:before {
    width: 50%;
}

.input~.bar:after,
.input~.bar:before {
    width: 50% !important;
}

.form .bar {
    position: relative;
    display: block;
    width: 100%;
}

.form .bar:after,
.form .bar:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #7c46d8;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.form .bar:before {
    left: 50%;
}

.form .bar:after {
    right: 50%;
}

.form input:focus~.bar:after,
.form input:focus~.bar:before {
    width: 50%;
}

.form .form-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form .form-button .button {
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button-sizes {
    color: #7c46d8;
    outline: 0!important;
}

.button-sizes:hover {
    color: #7c46d8;
}

#sizesModal .modal-content {
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#sizesModal ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sizesModal ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

#sizesModal .sizesModal-preview-image {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#sizesModal .sizesModal-preview-image > div {
    display: inline-block;
    max-width: 400px;
}

#sizesModal .table {
    margin-top: 50px;
}

.video-preview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
}

.video-preview video {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.checkbox input {
    width: auto;
    margin-right: 15px;
    cursor: pointer;
}

.magnifierRentgen {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.magnifierRentgen .magnifier-loupe {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    border: 4px solid #f0f0f0;
    border-radius: 10em;
    -webkit-box-shadow: rgba(0,0,0,.3) 5px 5px 8px;
    box-shadow: rgba(0,0,0,.3) 5px 5px 8px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    cursor: none;
}
.swiper-pagination-bullet {
    margin-right: 10px;
}
.swiper-pagination-bullet-active {
    background: #782eca !important;
}
@media (max-width:1499px) {
    .header {
        height: 110px;
    }

    .main {
        height: calc(100vh - 110px);
    }
}
@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
@media (max-width:1199px) {
    .logo {
        width: 240px;
    }

    .slider-arrow {
        left: 50px;
    }

    .product-form,
    .product-form .button {
        margin-top: 30px;
    }
}
@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width:991px) {
    .header {
        height: 100px;
    }

    .header-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main {
        height: calc(100vh - 100px);
    }
}
@media (max-height:820px) {
    body {
        overflow: auto;
    }
}
@media (max-width:768px) {
    .form_submit {
        padding: 0 20px;
    }
}
@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width:767px) {
    .slider-arrow {
        display: none;
    }
    
    .header-container {
        margin-top: 12px;
    }

    .main {
        height: auto;
        margin-top: 20px;
    }

    .main .swiper-container {
        padding-left: 0;
    }
    
    .swiper-pagination {
        position: relative !important;
    }

    .product-form {
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
    }

    .product-form .button {
        margin-top: 15px;
    }

    .swiper-slide {
        max-width: none;
    }

    .swiper-slide .product-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .swiper-slide .product-card .product-card-image {
        width: 100%;
        margin-bottom: 30px;
    }

    .swiper-slide .product-card-details {
        margin-top: 16px;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        width: 100%;
        margin-left: 0;
    }

    .swiper-slide .product-card-details-inner {
        text-align: center;
    }

    .swiper-slide .product-card-in-stock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
    }

    .swiper-slide .product-card-in-stock::before {
        display: none;
    }

    .modal-dialog .modal-content {
        padding: 35px 15px;
    }
    
    .images {
        max-width: 86%;
    }
}
@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width:575px) {
    .logo {
        width: 215px;
    }

    .header {
        height: 75px;
    }

    .main {
        height: auto;
        padding-bottom: 50px;
    }

    .modal-dialog {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #sizesModal .table {
        width: 600px;
    }
}
@media (min-width:576px) {
    .modal-dialog {
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }

    .modal-dialog {
        max-width: 635px;
    }
}
@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}