/* @font-face { font-family: 'myWebFont'; font-display: swap; src: url('myfont.woff2') format('woff2'); } */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: #fff !important;
    background-color: #180746;
}

body::-webkit-scrollbar {
    background: rgb(90, 90, 90);
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    background: rgb(0, 242, 162);
    border-radius: 10px;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: rgba(150, 250, 234, 1);
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark {
    background: #fff9c0;
    text-decoration: none;
}

ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

body {
    background-color: #131014 !important;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

a {
    color: #4169e1;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:hover,
a:active {
    outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.sticky {
    display: block;
}

.post {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
    color: rgb(150, 250, 234);
}

.bypostauthor {
    display: block;
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
    display: -ms-grid;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-caption {
    display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#primary[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.container h1 {
    font-family: 'Russo One', sans-serif;
}

.offcanvas-top .btn-close {
    color: #fff;
}

.offcanvas-top {
    height: 70% !important;
    background: #0d0024 !important;
}

.offcanvas-start {
    background: #0d0024 !important;
}

.live-feed {
    border-bottom: 1px solid rgba(176, 26, 231, 1);
    position: relative;
    height: 78px !important;
}

#win_items {
    overflow-x: scroll;
    overflow-y: hidden;
}

#win_items::-webkit-scrollbar {
    display: none;
}

#win_items::-webkit-scrollbar-thumb {
    display: none;
}

.live-feed .col {
    position: relative;
}

.live-feed .card {
    position: relative;
    min-width: 100px;
    background: -o-linear-gradient(top, rgba(176, 26, 231, 0) 0%, rgba(176, 26, 231, 0.3) 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(176, 26, 231, 0)), to(rgba(176, 26, 231, 0.3))); */
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(30 203 255 / 30%) 100%);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.live-feed .card-body .card-text {
    font-size: 10px;
}

.live-feed .card-body {
    position: relative;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
}

.live-feed .card img {
    max-height: 50px;
    max-width: 50px;
}

.live-feed .live-in,
.live-feed .live-in-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.live-in-2 {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.live-feed .card:hover .live-in {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.live-feed .card:hover .live-in-2 {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}

@media (max-width: 576px) {
    .sd {
        min-height: 200px;
        max-height: 200px;
    }
    .sd img {
        max-height: 350px;
    }
}

.top-nav {
    border-bottom: 1px solid #333;
}

.site-header-cart .current-menu-item a {
    color: rgb(150, 250, 234);
    border-bottom: 2px solid rgb(150, 250, 234);
}

.top-nav .navbar-nav .menu-item a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Russo One', sans-serif;
    letter-spacing: .8px;
    text-decoration: none;
}

.top-nav .navbar-nav .menu-item.current-menu-item a {
    color: rgb(150, 250, 234);
    border-bottom: 2px solid rgb(150, 250, 234);
}

.top-nav .navbar-nav .menu-item a:hover {
    border-bottom: 2px solid rgb(150, 250, 234);
    color: rgb(150, 250, 234);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.foo-text {
    font-size: 12px;
}

.foo-link {
    color: rgb(150, 250, 234);
    text-decoration: none;
    font-family: 'Russo One', sans-serif;
}

.menu-item {
    margin: 10px 0px;
}

.site-header-cart {
    list-style: none;
}

.cart-contents {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Russo One', sans-serif;
    letter-spacing: .8px;
    text-decoration: none;
}

.cart-contents span:hover {
    color: rgb(150, 250, 234);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.site-header-cart .cart-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-header-cart .cart-contents .basket {
    margin-left: 5px;
}

.site-header-cart .cart-contents:hover {
    color: #fff;
}

.site-header-cart .count {
    position: absolute;
}

.site-header-cart .count {
    position: absolute;
    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;
    border-radius: 50%;
    background: red;
    width: 16px;
    height: 16px;
    font-size: 10px;
    color: #fff;
    right: -10px;
    bottom: 15px;
}

.site-header-cart .widget_shopping_cart {
    border: 1px solid rgba(226, 91, 255, 1);
    min-width: 350px;
    background-color: #0D0329;
    padding: 5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
}

.woocommerce-mini-cart {
    list-style: none;
    max-height: 404px;
    overflow-y: scroll;
}

.woocommerce-mini-cart::-webkit-scrollbar {
    background: transparent;
    width: 8px;
}

.woocommerce-mini-cart::-webkit-scrollbar-thumb {
    background: rgb(90, 90, 90);
    border-radius: 10px;
}

.woocommerce-mini-cart__buttons .button {
    text-decoration: none;
    font-family: 'Russo One', sans-serif;
    -webkit-clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    display: inline-block;
    margin-bottom: 0;
    padding: 10px;
    background-color: rgb(0, 242, 162);
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 2px 2px 40px #FF0E8B;
    box-shadow: 0px 0px 180px 80px rgba(255, 14, 139, 0.5);
    -webkit-box-shadow: 0px 0px 180px 80px rgba(255, 14, 139, 0.5);
    -moz-box-shadow: 0px 0px 180px 80px rgba(255, 14, 139, 0.5);
    -ms-box-shadow: 0px 0px 180px 80px rgba(255, 14, 139, 0.5);
}

.woocommerce-mini-cart__buttons .button:hover {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.burger {
    font-size: 24px;
    color: #ddd;
    background: transparent;
    border: none;
    padding: 3px 12px;
    border: 1px solid rgba(0, 242, 162, 1);
    background: -o-linear-gradient(top, rgba(0, 242, 162, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 242, 162, 1)), to(rgba(253, 211, 48, 0.15)));
    background: linear-gradient(180deg, rgba(0, 242, 162, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
}

button:active,
button:focus {
    border: initial;
}

.product_info {
    padding: 10px;
}

.product_info img {
    width: 80px;
    height: 80px;
}

.widget_shopping_cart_content .woocommerce-mini-cart.product_list_widget {
    margin-bottom: 10px;
}

.woocommerce-mini-cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #404040;
}

.woocommerce-mini-cart-item .wraper_item a {
    font-family: 'Russo One', sans-serif;
    text-decoration: none;
    color: #ddd;
}

.widget_shopping_cart_content {
    color: #fff;
}

.woocommerce-mini-cart-item .remove {
    color: #fff;
    text-decoration: none;
    font-family: 'Russo One', sans-serif;
    margin-left: 10px;
}

.chat:hover {
    color: #fff;
    filter: brightness(1.3);
    -webkit-filter: brightness(1.3);
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}

.chat {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Russo One', sans-serif;
    background-color: rgba(0, 242, 162, 1);
    padding: 4px 15px;
    color: #333;
    font-weight: 500;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    transform: skewX(-5deg);
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(226, 91, 255, 0.9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(226, 91, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(226, 91, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(226, 91, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(226, 91, 255, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(226, 91, 255, 0);
        box-shadow: 0 0 0 20px rgba(226, 91, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(226, 91, 255, 0);
        box-shadow: 0 0 0 0 rgba(226, 91, 255, 0);
    }
}

.enter:hover {
    font-family: 'Russo One', sans-serif;
    color: #ddd;
    filter: brightness(1.3);
    -webkit-filter: brightness(1.3);
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}

.enter {
    background: rgba(0, 242, 162, 1);
    padding: 5px 15px;
    color: #333;
    font-weight: 500;
}

a.login {
    color: #333;
    text-transform: capitalize;
    text-decoration: none;
    font-family: 'Russo One', sans-serif;
}

.toast {
    max-width: 100%;
    width: unset !important;
}

.title-bg {
    position: relative;
    margin-top: -100px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

@media (max-width: 424px) {
    .title-bg {
        margin-top: -130px;
    }
}

@media (max-width: 328px) {
    .title-bg {
        margin-top: -150px;
    }
}

.mobile-menu ul li a {
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    color: #fff !important;
    font-family: 'Russo One', sans-serif;
}

.log-place .card {
    border-radius: 0px;
    background: rgba(0, 242, 162, 1);
    margin: 0;
}

.log-place .card-body a {
    text-decoration: none;
    font-family: 'Russo One', sans-serif;
    color: #333;
}

.log-place .card-body {
    border-radius: 0px;
    padding: 3px 10px;
}

.cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 45px;
    margin: 10px;
    text-decoration: none;
    font-family: 'Russo One', sans-serif;
    font-size: 40px;
    color: #333 !important;
    background: rgb(0 220 242) !important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    box-shadow: 6px 6px 0 rgb(5 255 255);
    -webkit-box-shadow: 6px 6px 0 rgb(12 94 107);
    -moz-box-shadow: 6px 6px 0 rgb(82, 12, 107);
    -ms-box-shadow: 6px 6px 0 rgb(82, 12, 107);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    border-radius: unset !important;
    -webkit-border-radius: unset !important;
    -moz-border-radius: unset !important;
    -ms-border-radius: unset !important;
    -o-border-radius: unset !important;
}

.cta.active {
    box-shadow: 10px 10px 0 rgba(176, 26, 231, 1) !important;
    -webkit-box-shadow: 10px 10px 0 rgba(176, 26, 231, 1) !important;
    -moz-box-shadow: 10px 10px 0 rgba(176, 26, 231, 1) !important;
    -ms-box-shadow: 10px 10px 0 rgba(176, 26, 231, 1) !important;
}

.cta:focus,
.cta:active {
    outline: none;
    -webkit-box-shadow: 10px 10px 0 rgba(176, 26, 231, 1) !important;
    box-shadow: 10px 10px 0 rgba(176, 26, 231, 1) !important;
}

.cta:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 10px 10px 0 rgba(176, 26, 231, 1) !important;
    box-shadow: 10px 10px 0 rgba(176, 26, 231, 1) !important;
}

.cta span:nth-child(2) {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.cta span {
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg)
}

.cta span:nth-child(2) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
}

.cta-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 45px;
    margin: 10px;
    text-decoration: none;
    font-family: 'Russo One', sans-serif;
    font-size: 40px;
    color: #333 !important;
    background: rgba(0, 242, 162, 1) !important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    box-shadow: 6px 6px 0 rgb(82, 12, 107);
    -webkit-box-shadow: 6px 6px 0 rgb(82, 12, 107);
    -moz-box-shadow: 6px 6px 0 rgb(82, 12, 107);
    -ms-box-shadow: 6px 6px 0 rgb(82, 12, 107);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    border-radius: unset !important;
    -webkit-border-radius: unset !important;
    -moz-border-radius: unset !important;
    -ms-border-radius: unset !important;
    -o-border-radius: unset !important;
}

.cta-search.active {
    box-shadow: 10px 10px 0 rgba(176, 26, 231, 1) !important;
    -webkit-box-shadow: 10px 10px 0 rgba(176, 26, 231, 1) !important;
    -moz-box-shadow: 10px 10px 0 rgba(176, 26, 231, 1) !important;
    -ms-box-shadow: 10px 10px 0 rgba(176, 26, 231, 1) !important;
}

.cta-search:focus,
.cta-search:active {
    outline: none;
    -webkit-box-shadow: 10px 10px 0 rgba(176, 26, 231, 1) !important;
    box-shadow: 10px 10px 0 rgba(176, 26, 231, 1) !important;
}

.cta-search:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 10px 10px 0 rgba(176, 26, 231, 1) !important;
    box-shadow: 10px 10px 0 rgba(176, 26, 231, 1) !important;
}

.cta-search span:nth-child(2) {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-right: 0px;
}

.cta-search:hover span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.cta-search span {
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg)
}

.cta-search span:nth-child(2) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
}

#se:focus {
    outline: none;
}

#searchsubmit {
    font-family: 'Russo One', sans-serif;
    background: rgba(255, 214, 48);
    color: #333;
}

#serching .modal-content {
    background: -o-radial-gradient(50% 50%, 68.56% 68.56%, #0CE39A 0%, #129A90 51.09%, #02323E 100%);
    background: radial-gradient(68.56% 68.56% at 50% 50%, #0CE39A 0%, #129A90 51.09%, #02323E 100%);
}

.btn-filter {
    border: 2px solid rgba(255, 214, 48, 1);
    background: -o-linear-gradient(top, rgba(255, 214, 48, 1) 0%, rgba(255, 214, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 214, 48, 1)), to(rgba(255, 214, 48, 0.15)));
    background: linear-gradient(180deg, rgba(255, 214, 48, 1) 0%, rgba(255, 214, 48, 0.15) 100%);
}

.btn-filter:nth-child(1) {
    border: 2px solid rgba(255, 214, 48, 1);
    background: -o-linear-gradient(top, rgba(255, 214, 48, 1) 0%, rgba(255, 214, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 214, 48, 1)), to(rgba(255, 214, 48, 0.15)));
    background: linear-gradient(180deg, rgba(255, 214, 48, 1) 0%, rgba(255, 214, 48, 0.15) 100%);
}

.btn-filter:nth-child(1):hover,
.btn-filter:nth-child(1):focus,
.btn-filter:nth-child(1):active {
    -webkit-box-shadow: 1px 1px 6px rgba(255, 214, 48, 1);
    box-shadow: 1px 1px 6px rgba(255, 214, 48, 1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.btn-filter.active:nth-child(1) {
    background: -o-linear-gradient(top, rgba(255, 214, 48, 1) 0%, rgb(255, 214, 48) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 214, 48, 1)), to(rgb(255, 214, 48)));
    background: linear-gradient(180deg, rgba(255, 214, 48, 1) 0%, rgb(255, 214, 48) 100%);
}

.btn-filter:nth-child(2) {
    border: 2px solid #ff0e8b;
    background: -o-linear-gradient(top, rgba(255, 14, 139, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 14, 139, 1)), to(rgba(253, 211, 48, 0.15)));
    background: linear-gradient(180deg, rgba(255, 14, 139, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
}

.btn-filter:nth-child(2):hover,
.btn-filter:nth-child(2):focus,
.btn-filter:nth-child(2):active {
    -webkit-box-shadow: 1px 1px 6px rgba(255, 14, 139, 1);
    box-shadow: 1px 1px 6px rgba(255, 14, 139, 1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.btn-filter.active:nth-child(2) {
    background: rgba(255, 14, 139, 1);
}

.btn-filter:nth-child(3) {
    border: 2px solid rgba(176, 26, 231, 1);
    background: -o-linear-gradient(top, rgba(176, 26, 231, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(176, 26, 231, 1)), to(rgba(253, 211, 48, 0.15)));
    background: linear-gradient(180deg, rgba(176, 26, 231, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
}

.btn-filter:nth-child(3):hover,
.btn-filter:nth-child(3):focus,
.btn-filter:nth-child(3):active {
    -webkit-box-shadow: 1px 1px 6px rgba(176, 26, 231, 1);
    box-shadow: 1px 1px 6px rgba(176, 26, 231, 1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.btn-filter.active:nth-child(3) {
    background: rgba(176, 26, 231, 1);
}

.btn-filter:nth-child(4) {
    border: 2px solid rgba(0, 242, 162, 1);
    background: -o-linear-gradient(top, rgba(0, 242, 162, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 242, 162, 1)), to(rgba(253, 211, 48, 0.15)));
    background: linear-gradient(180deg, rgba(0, 242, 162, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
}

.btn-filter:nth-child(4):hover,
.btn-filter:nth-child(4):focus,
.btn-filter:nth-child(4):active {
    -webkit-box-shadow: 1px 1px 6px rgba(0, 242, 162, 1);
    box-shadow: 1px 1px 6px rgba(0, 242, 162, 1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.btn-filter.active:nth-child(4) {
    background: rgba(0, 242, 162, 1);
}

.btn-filter:nth-child(5) {
    border: 2px solid rgba(226, 91, 255, 1);
    background: -o-linear-gradient(top, rgba(226, 91, 255, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 91, 255, 1)), to(rgba(253, 211, 48, 0.15)));
    background: linear-gradient(180deg, rgba(226, 91, 255, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
}

.btn-filter:nth-child(5):hover,
.btn-filter:nth-child(5):focus,
.btn-filter:nth-child(5):active {
    -webkit-box-shadow: 1px 1px 6px rgba(226, 91, 255, 1);
    box-shadow: 1px 1px 6px rgba(226, 91, 255, 1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.btn-filter.active:nth-child(5) {
    background: rgba(226, 91, 255, 1);
}

.btn-filter:nth-child(6) {
    border: 2px solid rgba(78, 190, 205, 1);
    background: -o-linear-gradient(top, rgba(78, 190, 205, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(78, 190, 205, 1)), to(rgba(253, 211, 48, 0.15)));
    background: linear-gradient(180deg, rgba(78, 190, 205, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
}

.btn-filter:nth-child(6):hover,
.btn-filter:nth-child(6):focus,
.btn-filter:nth-child(6):active {
    -webkit-box-shadow: 1px 1px 6px rgba(78, 190, 205, 1);
    box-shadow: 1px 1px 6px rgba(78, 190, 205, 1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.btn-filter.active:nth-child(6) {
    background: rgba(78, 190, 205, 1);
}

.btn-filter:nth-child(7) {
    border: 2px solid #ff0e8b;
    background: -o-linear-gradient(top, rgba(255, 14, 139, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 14, 139, 1)), to(rgba(253, 211, 48, 0.15)));
    background: linear-gradient(180deg, rgba(255, 14, 139, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
}

.btn-filter:nth-child(7):hover,
.btn-filter:nth-child(7):focus,
.btn-filter:nth-child(7):active {
    -webkit-box-shadow: 1px 1px 6px rgba(255, 14, 139, 1);
    box-shadow: 1px 1px 6px rgba(255, 14, 139, 1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.btn-filter.active:nth-child(7) {
    background: rgba(255, 14, 139, 1);
}

.btn-filter:nth-child(8) {
    border: 2px solid rgba(0, 242, 162, 1);
    background: -o-linear-gradient(top, rgba(0, 242, 162, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 242, 162, 1)), to(rgba(253, 211, 48, 0.15)));
    background: linear-gradient(180deg, rgba(0, 242, 162, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
}

.btn-filter:nth-child(8):hover,
.btn-filter:nth-child(8):focus,
.btn-filter:nth-child(8):active {
    -webkit-box-shadow: 1px 1px 6px rgba(0, 242, 162, 1);
    box-shadow: 1px 1px 6px rgba(0, 242, 162, 1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.btn-filter.active:nth-child(8) {
    background: rgba(0, 242, 162, 1);
}

.btn-filter:nth-child(9) {
    border: 2px solid rgba(78, 190, 205, 1);
    background: -o-linear-gradient(top, rgba(78, 190, 205, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(78, 190, 205, 1)), to(rgba(253, 211, 48, 0.15)));
    background: linear-gradient(180deg, rgba(78, 190, 205, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
}

.btn-filter:nth-child(9):hover,
.btn-filter:nth-child(9):focus,
.btn-filter:nth-child(9):active {
    -webkit-box-shadow: 1px 1px 6px rgba(78, 190, 205, 1);
    box-shadow: 1px 1px 6px rgba(78, 190, 205, 1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.btn-filter.active:nth-child(9) {
    background: rgba(78, 190, 205, 1);
}

.btn-filter:nth-child(10) {
    border: 2px solid rgba(255, 214, 48, 1);
    background: -o-linear-gradient(top, rgba(255, 214, 48, 1) 0%, rgba(255, 214, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 214, 48, 1)), to(rgba(255, 214, 48, 0.15)));
    background: linear-gradient(180deg, rgba(255, 214, 48, 1) 0%, rgba(255, 214, 48, 0.15) 100%);
}

.btn-filter:nth-child(10):hover,
.btn-filter:nth-child(10):focus,
.btn-filter:nth-child(10):active {
    -webkit-box-shadow: 1px 1px 6px rgba(255, 214, 48, 1);
    box-shadow: 1px 1px 6px rgba(255, 214, 48, 1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.btn-filter.active:nth-child(10) {
    background: rgba(255, 214, 48, 1);
}

.btn-filter:nth-child(11) {
    border: 2px solid rgba(176, 26, 231, 1);
    background: -o-linear-gradient(top, rgba(176, 26, 231, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(176, 26, 231, 1)), to(rgba(253, 211, 48, 0.15)));
    background: linear-gradient(180deg, rgba(176, 26, 231, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
}

.btn-filter:nth-child(11):hover,
.btn-filter:nth-child(11):focus,
.btn-filter:nth-child(11):active {
    -webkit-box-shadow: 1px 1px 6px rgba(176, 26, 231, 1);
    box-shadow: 1px 1px 6px rgba(176, 26, 231, 1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.btn-filter.active:nth-child(11) {
    background: rgba(176, 26, 231, 1);
}

.btn-filter:nth-child(12) {
    border: 2px solid rgba(78, 190, 205, 1);
    background: -o-linear-gradient(top, rgba(78, 190, 205, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(78, 190, 205, 1)), to(rgba(253, 211, 48, 0.15)));
    background: linear-gradient(180deg, rgba(78, 190, 205, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
}

.btn-filter:nth-child(12):hover,
.btn-filter:nth-child(12):focus,
.btn-filter:nth-child(12):active {
    -webkit-box-shadow: 1px 1px 6px rgba(78, 190, 205, 1);
    box-shadow: 1px 1px 6px rgba(78, 190, 205, 1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.btn-filter.active:nth-child(12) {
    background: rgba(78, 190, 205, 1);
}

.btn-filter:nth-child(13) {
    border: 2px solid rgba(226, 91, 255, 1);
    background: -o-linear-gradient(top, rgba(226, 91, 255, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 91, 255, 1)), to(rgba(253, 211, 48, 0.15)));
    background: linear-gradient(180deg, rgba(226, 91, 255, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
}

.btn-filter:nth-child(13):hover,
.btn-filter:nth-child(13):focus,
.btn-filter:nth-child(13):active {
    -webkit-box-shadow: 1px 1px 6px rgba(226, 91, 255, 1);
    box-shadow: 1px 1px 6px rgba(226, 91, 255, 1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.btn-filter.active:nth-child(13) {
    background: rgba(226, 91, 255, 1);
}

.btn-filter {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    color: #fff !important;
    font-family: 'Russo One', sans-serif;
}

.btn-filter:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.btn-filter img {
    width: 40px;
    height: auto;
}

.cta img {
    width: 25px;
    height: auto;
}

#login .modal-content {
    background: -o-linear-gradient(191.74deg, rgba(172, 45, 172, 0.5) 8.6%, rgba(25, 191, 211, 0.5) 67.18%), -o-linear-gradient(321.45deg, rgba(16, 11, 15, 0.5) 27.82%, rgba(12, 133, 154, 0.5) 58.64%, rgba(135, 32, 137, 0.5) 100%), #732D86;
    background: linear-gradient(258.26deg, rgba(172, 45, 172, 0.5) 8.6%, rgba(25, 191, 211, 0.5) 67.18%), linear-gradient(128.55deg, rgba(16, 11, 15, 0.5) 27.82%, rgba(12, 133, 154, 0.5) 58.64%, rgba(135, 32, 137, 0.5) 100%), #732D86;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}

.wp-social-login-provider {
    margin: 0 10px;
}

.wp-social-login-provider img {
    -webkit-box-shadow: 0px 8px 30px -1px rgba(66, 68, 90, 1);
    box-shadow: 0px 8px 30px -1px rgba(66, 68, 90, 1);
    width: 50px;
}

.wp-social-login-connect-with {
    display: none;
}

.btn-sort:nth-child(1) {
    border: 2px solid rgba(255, 214, 48, 1);
    background: -o-linear-gradient(top, rgba(255, 214, 48, 1) 0%, rgba(255, 214, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 214, 48, 1)), to(rgba(255, 214, 48, 0.15)));
    background: linear-gradient(180deg, rgba(255, 214, 48, 1) 0%, rgba(255, 214, 48, 0.15) 100%);
}

.btn-sort:nth-child(1):hover,
.btn-sort:nth-child(1):focus,
.btn-sort:nth-child(1):active {
    -webkit-box-shadow: 1px 1px 6px rgba(255, 214, 48, 1);
    box-shadow: 1px 1px 6px rgba(255, 214, 48, 1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.btn-sort.active:nth-child(1) {
    background: -o-linear-gradient(top, rgba(255, 214, 48, 1) 0%, rgb(255, 214, 48) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 214, 48, 1)), to(rgb(255, 214, 48)));
    background: linear-gradient(180deg, rgba(255, 214, 48, 1) 0%, rgb(255, 214, 48) 100%);
}

.btn-sort:nth-child(2) {
    border: 2px solid #ff0e8b;
    background: -o-linear-gradient(top, rgba(255, 14, 139, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 14, 139, 1)), to(rgba(253, 211, 48, 0.15)));
    background: linear-gradient(180deg, rgba(255, 14, 139, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
}

.btn-sort:nth-child(2):hover,
.btn-sort:nth-child(2):focus,
.btn-sort:nth-child(2):active {
    -webkit-box-shadow: 1px 1px 6px rgba(255, 14, 139, 1);
    box-shadow: 1px 1px 6px rgba(255, 14, 139, 1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.btn-sort.active:nth-child(2) {
    background: rgba(255, 14, 139, 1);
}

.btn-sort {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    color: #fff !important;
    font-family: 'Russo One', sans-serif;
}

.btn-sort:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.product .card img {
    max-height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}

.cardblur {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 1px -2px 0 3000px rgb(255 255 255 / 3%);
    border-radius: 15px;
    background: rgba(0,0,0,0);
    color: #3a7999;
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.price del,
.price ins {
    position: relative;
    display: block;
}

.price del span.woocommerce-Price-amount bdi {
    -webkit-clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    display: inline-block;
    text-decoration: line-through;
    margin-bottom: 0;
    padding: 4px;
    background-color: rgb(0, 242, 162);
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 40px #ff0e8b;
    -webkit-box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
    box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
    opacity: .8;
}

.price ins span.woocommerce-Price-amount bdi {
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 85%, 0% 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 85%, 0% 100%);
    bottom: -10px;
    left: -5px;
    text-decoration: none;
    padding: 2px 10px;
    background-color: #ff0e8b;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    z-index: 9;
}

.price span.woocommerce-Price-amount bdi {
    -webkit-clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    display: inline-block;
    margin-bottom: 0;
    padding: 4px;
    background-color: rgb(0, 242, 162);
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 40px #ff0e8b;
    -webkit-box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
    box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
}

.product .card {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-bottom: 3px solid #5005ff;
    /* background: url(https://fortnaite.ru/wp-content/themes/shrek/images/pd6.svg); */
    /* background-size: 160%; */
    /* background-position: top; */
    /* background-repeat: no-repeat; */
}

.product .card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background: rgb(0 77 255 / 8%);
    z-index: -1;
    transition: transform 0.3s;
}
.product .card:hover::after {
    transform: scaleY(1);
}

.product .card .card-title a {
    text-decoration: none;
    color: rgb(255, 250, 250);
}


.product .card img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.product .card .card-title,
.product .card .card-text {
    color: rgb(255, 255, 255);
}

.product .card .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.card-footer .ds {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

a.add_to_cart_button.ajax_add_to_cart {
    text-decoration: none;
    background-color: rgb(242 214 0);
    font-family: 'Russo One', sans-serif;
    font-size: 18px;
    margin-top: 5px;
    margin-right: 5px;
    color: #333;
    padding: 3px 15px;
    letter-spacing: 1px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

a.add_to_cart_button.ajax_add_to_cart:hover {
    transform: skewX(-5deg);
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}

a.add_to_cart_button.ajax_add_to_cart:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.added_to_cart.wc-forward {
    display: none;
}

.btn.buy-item {
    background-color: rgb(45 249 143);
    font-family: 'Russo One', sans-serif;
    font-size: 18px;
    margin-top: 5px;
    color: #333;
    padding: 2px 15px;
    letter-spacing: 1px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.btn.buy-item:hover {
    transform: skewX(-5deg);
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}

.btn.buy-item:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product .badge {
    font-size: 20px;
    top: 5%;
    right: 5%;
    border-radius: 0;
}

button.more {
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    background: rgb(45 193 249);
    -webkit-clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    color: #333;
}

button.more:hover {
    letter-spacing: 1.3px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

button.more {
    max-width: 300px;
}

.promo-slides {
    min-height: 350px;
}

.slider .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 10px;
}

.sd {
    min-height: 300px;
    max-height: 300px;
}

.sd img {
    display: block;
    width: 80%;
    max-height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
}

.text-special {
    font-family: 'Russo One', sans-serif;
    color: #fff;
}

.text-special-name {
    color: #e2c000;
    font-size: 40px;
}

.btn.main {
    border-radius: 0;
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    background: rgba(249, 237, 45, 1);
    -webkit-clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    color: #333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.btn.main:hover {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.share .card {
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.share .card-footer {
    border: none;
    padding-top: 0;
}

.share .text-time {
    background-color: rgba(255, 214, 48, 1);
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    width: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
}

.share .button.participate {
    text-decoration: none;
    font-family: 'Russo One', sans-serif;
    -webkit-clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    display: inline-block;
    margin-bottom: 0;
    padding: 10px;
    background-color: rgb(0, 242, 162);
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 2px 40px #FF0E8B;
    -webkit-box-shadow: 0px 0px 180px 80px rgba(255, 14, 139, 0.5);
    box-shadow: 0px 0px 180px 80px rgba(255, 14, 139, 0.5);
}

.share .button.participate:hover {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

@media (max-width: 576px) {
    .sd {
        min-height: 200px;
        max-height: 200px;
    }
    .sd img {
        max-height: 350px;
    }
}

.woocommerce-breadcrumb {
    margin: 30px 0;
}

.woocommerce-breadcrumb a {
    color: rgb(194, 194, 194);
    font-weight: 500;
    text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
    color: rgb(150, 250, 234);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.woocommerce-product-gallery__image {
    text-align: center;
}

.single-product div.product .woocommerce-product-gallery {
    float: unset !important;
}

.flex-control-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(0, 242, 162, 1);
    margin: 5px;
    background-color: rgba(0, 0, 1, 0.445);
}

.flex-control-nav li img {
    max-width: 60px;
    max-height: 60px;
}

.single_add_to_cart_button.button:hover {
    transform: skewX(-5deg);
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}

.single_add_to_cart_button.button {
    border: none;
    /* background-color: rgb(255, 218, 11); */
    background-color: rgba(249, 237, 45, 1);
    font-family: 'Russo One', sans-serif;
    font-size: 18px;
    margin-top: 5px;
    color: #333;
    padding: 2px 15px;
    letter-spacing: 1px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

form.cart .quantity {
    display: none;
}

.summary .product_meta {
    display: none;
}

.tabs.wc-tabs {
    display: none;
}

.related.products {
    padding-top: 20px;
}

.related.products h2 {
    margin-bottom: 20px;
}

.woocommerce-Tabs-panel h2 {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(249, 237, 45, 1);
}

.related.products h2 {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(249, 237, 45, 1);
}

.bg-content {
    background: -o-linear-gradient(top, rgba(66, 110, 116, 0.46) 0%, rgba(78, 190, 205, 0.22) 51.09%, rgba(78, 190, 205, 0.87) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 110, 116, 0.46)), color-stop(51.09%, rgba(78, 190, 205, 0.22)), to(rgba(78, 190, 205, 0.87)));
    background: linear-gradient(180deg, rgba(66, 110, 116, 0.46) 0%, rgba(78, 190, 205, 0.22) 51.09%, rgba(78, 190, 205, 0.87) 100%);
}

.product .summary.entry-summary {
    background: unset;
}

.bg-single-product {
    background: rgb(6, 77, 237);
    background: -webkit-gradient(linear, left top, right top, from(rgb(6 77 237 / 26%)), to(rgb(64 5 152 / 25%)));
    background: -o-linear-gradient(left, rgb(6 77 237 / 26%) 0%, rgb(64 5 152 / 25%) 100%);
    background: linear-gradient(90deg, rgb(6 77 237 / 26%) 0%, rgb(64 5 152 / 25%) 100%);
}

.site-main {
    padding: 30px 0;
}

.bg-content-page {
    /* background: rgba(78, 190, 205, 0.2); */
    background: rgb(9, 12, 21);
    border: 1px solid #00f2a2;
}

table.table {
    color: #ddd;
}

.bd-footer {
    border-top: 2px solid #1E1E2A;
    background-color: rgba(0, 0, 0, 0.651);
}

.footer-link li {
    list-style: none;
}

.footer-link li a {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
}

.breadcrumbs {
    font-size: 20px;
}

.breadcrumbs ol.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

section.news {
    padding-top: 0;
}

.news .card {
    height: 350px !important;
    border: 1px solid #252634;
    /* background-color: rgb(29, 27, 32);
    background: -o-linear-gradient(top, rgba(0, 242, 162, 0) 0%, rgba(0, 242, 162, 0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 242, 162, 0)), to(rgba(0, 242, 162, 0.5)));
    background: linear-gradient(180deg, rgba(0, 242, 162, 0) 0%, rgba(0, 242, 162, 0.5) 100%); */
    -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.25);
}

.about-card {
    background: -o-linear-gradient(top, rgb(78, 190, 205) 0%, rgb(0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(78, 190, 205)), to(rgb(0, 0, 0)));
    background: linear-gradient(180deg, rgb(78, 190, 205) 0%, rgb(0, 0, 0) 100%);
    padding: 20px 20px;
}

.news .card img {
    height: 100% !important;
    max-height: 100% !important;
}

.news .card .st-height {
    max-height: 200px;
    object-fit: cover;
    -o-object-fit: cover;
}

.news .card-title a {
    color: #fff;
}

.news .card-text {
    color: #ddd;
}

.card-footer a {
    text-decoration: none;
    color: #ddd;
    font-size: 18px;
}

.card-footer a:hover {
    color: #fff;
    letter-spacing: .8px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.pagination .page-numbers {
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none;
    border: 2px solid rgb(255, 214, 48);
    background: transparent;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.pagination .page-numbers:hover {
    background: -o-linear-gradient(top, rgba(255, 214, 48, 1) 0%, rgba(255, 214, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 214, 48, 1)), to(rgba(255, 214, 48, 0.15)));
    background: linear-gradient(180deg, rgba(255, 214, 48, 1) 0%, rgba(255, 214, 48, 0.15) 100%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.pagination .page-numbers.current {
    background: -o-linear-gradient(top, rgba(255, 214, 48, 1) 0%, rgba(255, 214, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 214, 48, 1)), to(rgba(255, 214, 48, 0.15)));
    background: linear-gradient(180deg, rgba(255, 214, 48, 1) 0%, rgba(255, 214, 48, 0.15) 100%);
    color: #333;
}

.reviews .list-group {
    background: rgba(28, 208, 220, 0.2);
    background-image: url(../img/vawes2.svg);
    -webkit-box-shadow: 2px 5px 10px rgb(0 0 0 / 25%);
    box-shadow: 2px 5px 10px rgb(0 0 0 / 25%);
}

.reviews .list-group-item {
    background-color: transparent;
    color: #ebebeb;
    border: 1px solid rgba(155, 155, 155, 0.125);
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: rgb(255, 255, 255, 0.05);
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.heart {
    cursor: pointer;
}

.waranty .card {
    border: 2px solid rgba(78, 190, 205, 1);
    background: -o-linear-gradient(top, rgba(78, 190, 205, 1) 0%, rgb(0 0 0 / 15%) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(78, 190, 205, 1)), to(rgb(0 0 0 / 15%)));
    background: linear-gradient(180deg, rgba(78, 190, 205, 1) 0%, rgb(0 0 0 / 15%) 100%);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.waranty .card .card-title {
    font-family: 'Russo One', sans-serif;
    font-size: 28px;
}

.waranty .card .card-text {
    color: #fff;
}

footer .footer-link a {
    font-family: 'Russo One', sans-serif;
    color: #fff;
    font-size: 14px;
}

footer .footer-link a:hover {
    letter-spacing: .5px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    padding: 20px;
}

.post-thumbnail img {
    width: 100%;
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}

.comments-area {
    padding-top: 20px;
}

.comments-area .comment-list {
    padding: 0;
    background: rgba(28, 208, 220, 0.2);
    -webkit-box-shadow: 2px 5px 10px rgb(0 0 0 / 25%);
    box-shadow: 2px 5px 10px rgb(0 0 0 / 25%);
}

ol.comment-list {
    margin-left: 0;
    list-style: none;
}

ol.comment-list .comment {
    padding: 20px 10px 0px 10px;
    background-color: transparent;
    color: #ebebeb;
    border: 1px solid rgba(155, 155, 155, 0.125);
}

.comment-meta .comment-metadata a {
    text-decoration: none;
    color: #6c757d;
}

ol.comment-list .comment-content p {
    font-family: 'Russo One';
    padding-top: 10px;
}

ol.comment-list .comment-content {
    font-family: 'Russo One';
    padding-top: 10px;
}

.comment-body .comment-awaiting-moderation,
.comment-body .reply {
    display: none;
}

.cld-like-dislike-wrap {
    margin-bottom: 9px !important;
}

.cld-like-dislike-wrap cld-template-2 {
    margin-bottom: 9px !important;
}

.cld-like-dislike-wrap {
    display: block;
}

.comment .children {
    margin-top: 10px;
}

.comment-reply-link {
    font-family: 'Russo One', sans-serif;
    font-size: 16px;
    background: rgba(249, 237, 45, 1);
    -webkit-clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    color: #333;
    padding: 8px;
    text-decoration: none;
}

.comment-form a {
    color: rgb(150, 250, 234);
    text-decoration: none;
}

.comment-form a:hover {
    color: #fff;
}

.comment-form .submit {
    font-family: 'Russo One', sans-serif;
    border: 2px solid rgba(0, 242, 162, 1);
    background: -o-linear-gradient(top, rgba(0, 242, 162, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 242, 162, 1)), to(rgba(253, 211, 48, 0.15)));
    background: linear-gradient(180deg, rgba(0, 242, 162, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
    color: #fff;
}

.comment-form .submit:hover {
    color: #333;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.must-log-in a {
    font-weight: bold;
    color: #f5f5f5;
}

.must-log-in a:hover {
    letter-spacing: .8px;
    color: #f5f5f5;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.comment-awaiting-moderation {
    display: none;
}

.reply {
    display: none;
}

h2.most-popular {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(249, 237, 45, 1);
}

.woocommerce-cart-form .title {
    margin-bottom: 3vh
}

.woocommerce .cards-inner {
    border: 1px solid #78B4E5;
}

.woocommerce-cart-form .cards {
    margin: auto;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: transparent
}

.woocommerce .carts {
    background: #4D61D6;
}

.woocommerce .summary {
    border-left: 1px solid #dee2e6;
    background: #3320B5;
    padding: 4vh;
}

@media(max-width:767px) {
    .woocommerce .summary {
        border-left: none;
    }
}

.woocommerce .cards .product-name a {
    text-decoration: none;
    font-family: 'Russo One', sans-serif;
    color: #fff;
}

.woocommerce-cart-form .summary .col-2 {
    padding: 0
}

.woocommerce-cart-form .summary .col-10 {
    padding: 0
}

.woocommerce-cart-form .row {
    margin: 0
}

.woocommerce-cart-form .title b {
    font-size: 1.5rem
}

.woocommerce-cart-form .main {
    margin: 0;
    padding: 2vh 0;
    width: 100%
}

.woocommerce-cart-form .col-2,
.woocommerce-cart-form .col {
    padding: 0 1vh
}

.woocommerce-cart-form a {
    padding: 0 1vh
}

.woocommerce-cart-form .close {
    margin-left: auto;
    font-size: 0.7rem
}

.woocommerce .cards img {
    width: 5rem
}

.woocommerce-cart-form .back-to-shop {
    margin-top: 4.5rem
}

.woocommerce-cart-form h5 {
    margin-top: 4vh
}

.woocommerce-cart-form hr {
    margin-top: 1.25rem
}

.woocommerce-cart-form form {
    padding: 2vh 0
}

.woocommerce-cart-form select {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247)
}

.woocommerce-cart-form input {
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247)
}

.woocommerce-cart-form .coupon {
    color: #ddd;
    font-weight: bold;
}

.woocommerce-cart-form .coupon button.button {
    /* background: rgb(255, 218, 11); */
    background: rgba(249, 237, 45, 1);
    color: #291355;
    font-weight: bold;
    border: none;
    padding: 5px 15px;
}

.woocommerce-cart-form .coupon label {
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}

.woocommerce-cart-form .coupon .input-group input {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}

.woocommerce-cart-form input:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce-cart-form .product-remove {
    text-align: right;
}

.woocommerce-cart-form .product-remove a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
}

.woocommerce-cart-form .btn {
    background-color: #000;
    border-color: #000;
    color: white;
    width: 100%;
    font-size: 0.7rem;
    margin-top: 4vh;
    padding: 1vh;
    border-radius: 0
}

.woocommerce-cart-form .btn:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: white;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.woocommerce-cart-form .btn:hover {
    color: white
}

.woocommerce-cart-form .woocommerce a {
    color: black
}

.cards .checkout-button {
    text-decoration: none;
    font-family: 'Russo One', sans-serif;
    -webkit-clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    display: inline-block;
    margin-bottom: 0;
    padding: 10px;
    background-color: rgb(0, 242, 162);
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 2px 2px 40px #ff0e8b;
    -webkit-box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
    box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
}

.cards .checkout-button:hover {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.woocommerce-cart-form button[name="update_cart"] {
    background: #3E3D9B;
    color: #fff;
    padding: 5px 15px;
}

.woocommerce-cart-form a:hover {
    color: black;
    text-decoration: none
}

.woocommerce .woocommerce-message {
    background-color: rgba(0, 242, 162, 1);
    padding: 5px;
    clear: both;
    color: #333;
}

.woocommerce .woocommerce-message a {
    text-decoration: none;
    font-family: 'Russo One', sans-serif;
    color: #333;
    font-size: 16px;
    text-shadow: 2px 2px 40px #ff0e8b;
}

.woocommerce-notices-wrapper ul.woocommerce-error {
    margin: 0;
    background-color: #ff0e8b;
    padding: 5px;
}

.woocommerce-notices-wrapper ul.woocommerce-error li {
    margin-left: 20px;
}

.cart-empty.woocommerce-info {
    background-color: #4D61D6;
}

.button.wc-backward {
    text-decoration: none;
    color: #fff;
    padding: 5px 15px;
    border: 2px solid rgba(176, 26, 231, 1);
    background: -o-linear-gradient(top, rgba(176, 26, 231, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(176, 26, 231, 1)), to(rgba(253, 211, 48, 0.15)));
    background: linear-gradient(180deg, rgba(176, 26, 231, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
}

#code {
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.253)), to(rgba(255, 255, 255, 0.185))), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center
}

#deleteFromCart .modal-content {
    background: -o-radial-gradient(50% 0%, 100% 100%, #8492AC 0%, #64708F 22.96%, #454E72 52.13%, #212750 94.84%);
    background: radial-gradient(100% 100% at 50% 0%, #8492AC 0%, #64708F 22.96%, #454E72 52.13%, #212750 94.84%);
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}

#resp_cart {
    font-family: 'Russo One', sans-serif;
}

#deleteFromCart .remove-from-cart-button {
    text-decoration: none;
    cursor: pointer;
    font-family: 'Russo One', sans-serif;
    -webkit-clip-path: polygon(0 0, 95% 0%, 100% 100%, 10% 100%);
    clip-path: polygon(0 0, 95% 0%, 100% 100%, 10% 100%);
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 30px;
    background-color: rgb(0, 242, 162);
    color: #333;
    font-size: 18px;
    text-shadow: 2px 2px 40px #ff0e8b;
    -webkit-box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
    box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
}

#deleteFromCart .cart-save {
    background: rgba(249, 237, 45, 1);
    -webkit-clip-path: polygon(0 0, 95% 0%, 100% 100%, 10% 100%);
    clip-path: polygon(0 0, 95% 0%, 100% 100%, 10% 100%);
    font-family: 'Russo One', sans-serif;
    padding: 5px 30px;
    color: #FFF;
    font-size: 18px;
    text-shadow: 2px 2px 40px #ff0e8b;
    -webkit-box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
    box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
}

#deleteFromCart .remove-from-cart-button:hover {
    -webkit-clip-path: polygon(8% 0, 100% 3%, 100% 91%, 0% 100%);
    clip-path: polygon(8% 0, 100% 3%, 100% 91%, 0% 100%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

#deleteFromCart .cart-save:hover {
    -webkit-clip-path: polygon(8% 0, 100% 3%, 100% 91%, 0% 100%);
    clip-path: polygon(8% 0, 100% 3%, 100% 91%, 0% 100%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

#buy .woocommerce-form-coupon-toggle {
    display: none;
}

#buy .modal-content {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 102, 255, 0.4)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 102, 255, 0.4) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 102, 255, 0.4) 100%);
}

.form-row.place-order button.button {
    -webkit-clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 10px;
    background-color: rgb(0, 242, 162);
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 40px #ff0e8b;
    -webkit-box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
    box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
}

.form-row.place-order button.button:hover {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

button.button {
    -webkit-clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 10px;
    background-color: rgb(0, 242, 162);
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 40px #ff0e8b;
    -webkit-box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
    box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
}

button.button:hover {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.woocommerce-pagination .woocommerce-button.button {
    -webkit-clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 10px;
    background-color: rgb(0, 242, 162);
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 40px #ff0e8b;
    -webkit-box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
    box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
}

.woocommerce-pagination .woocommerce-button.button:hover {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.woocommerce-billing-fields input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
}

#buy .woocommerce-privacy-policy-text p {
    font-size: 12px;
}

#buy .woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link {
    color: #96faea;
}

.woocommerce-info {
    background-color: #4D61D6 !important;
    font-size: 18px;
    border: 2px solid #ddd;
}

.woocommerce-info a {
    text-decoration: none;
    font-weight: bold;
    color: #333 !important;
}

.checkout_coupon button.button:hover {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.checkout_coupon button.button {
    background: rgba(249, 237, 45, 1);
    -webkit-clip-path: polygon(0 0, 95% 0%, 100% 100%, 10% 100%);
    clip-path: polygon(0 0, 95% 0%, 100% 100%, 10% 100%);
    font-family: 'Russo One', sans-serif;
    padding: 5px 30px;
    color: #FFF;
    font-size: 18px;
    text-shadow: 2px 2px 40px #ff0e8b;
    -webkit-box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
    box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
}

ul.woocommerce-error {
    margin: 0;
    background-color: #ff0e8b;
    padding: 5px;
}

ul.woocommerce-error li {
    margin-left: 15px;
}

ul.woocommerce-message {
    background-color: rgba(0, 242, 162, 1);
    padding: 5px;
    clear: both;
    color: #333;
}

ul.order_details {
    margin: 0;
    padding: 5px;
    list-style: none;
}

input.pay {
    background: rgba(0, 242, 162, 1);
    -webkit-clip-path: polygon(0 0, 95% 0%, 100% 100%, 10% 100%);
    clip-path: polygon(0 0, 95% 0%, 100% 100%, 10% 100%);
    font-family: 'Russo One', sans-serif;
    padding: 5px 30px;
    color: #FFF;
    font-size: 18px;
    text-shadow: 2px 2px 40px #ff0e8b;
    -webkit-box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
    box-shadow: 0px 0px 180px 80px rgb(255 14 139 / 50%);
}

/************* ACCOUNT PAGE ************/

.woocommerce-MyAccount-navigation-link {
    background: rgba(0, 242, 162, 1);
    font-family: 'Russo One', sans-serif;
    margin-left: 15px;
}

.woocommerce-MyAccount-navigation-link a {
    color: #333;
}

.woocommerce-MyAccount-navigation-link a:hover {
    color: #fff;
}

.woocommerce-MyAccount-content a,
.woocommerce-order-details a,
.woocommerce-order-downloads a {
    text-decoration: none;
    color: #ddd;
    font-weight: bold;
    font-family: 'Russo One', sans-serif;
    letter-spacing: .8px;
}

.woocommerce-MyAccount-content a:hover,
.woocommerce-order-details a:hover,
.woocommerce-order-downloads a:hover {
    color: rgb(150, 250, 234);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.woocommerce-form-login input {
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}

.woocommerce-form-login input:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.btn.woocommerce-form-login__submit {
    border-radius: 0;
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    background: rgba(249, 237, 45, 1);
    -webkit-clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    clip-path: polygon(0% 16%, 100% 6%, 98% 100%, 2% 90%);
    color: #333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.btn.woocommerce-form-login__submit:hover {
    background: rgba(249, 237, 45, 1);
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.woocommerce-MyAccount-orders tr.woocommerce-orders-table__row:nth-of-type(odd) {
    background: #4D61D6;
}

.mark,
mark {
    background-color: #4D61D6 !important;
    color: #fff;
}

.woocommerce-EditAccountForm input {
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}

/************* CHAT *************/

.form-for-send-message .submit {
    font-family: 'Russo One', sans-serif;
    border: 2px solid rgba(0, 242, 162, 1);
    background: -o-linear-gradient(top, rgba(0, 242, 162, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 242, 162, 1)), to(rgba(253, 211, 48, 0.15)));
    background: linear-gradient(180deg, rgba(0, 242, 162, 1) 0%, rgba(253, 211, 48, 0.15) 100%);
    color: #fff;
}

.form-for-send-message .submit:hover {
    color: #333;
    border: 2px solid rgba(0, 242, 162, 1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.reply {
    display: block;
}

.hidden {
    display: none;
}

.message {
    width: 100%;
    height: 36px;
    resize: none;
    background: #ffffff;
    border: none;
    padding: 10px;
}

.message:focus {
    border: none;
}

.chats-bg {
    background-color: #282828;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    padding: 1px;
}

.chats-header {
    margin: 20px;
    background-color: #171717;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.chats-online {
    float: left;
    color: rgb(249 245 225 / 0.7);
    font-weight: 900;
}

.chats::-webkit-scrollbar {
    background: rgb(90, 90, 90);
    width: 8px;
}

.chats::-webkit-scrollbar-thumb {
    background: rgb(0, 242, 162);
    border-radius: 10px;
}

.message::-webkit-scrollbar {
    background: rgb(90, 90, 90);
    width: 8px;
}

.message::-webkit-scrollbar-thumb {
    background: rgb(0, 242, 162);
    border-radius: 10px;
}

.bg-look {
    background-color: #ff0e8b;
}

.chats {
    height: 30em;
    overflow-y: scroll;
    background: rgb(131, 58, 180);
    background: -webkit-gradient(linear, right top, left top, from(rgba(131, 58, 180, 0.5)), to(rgba(29, 139, 253, 0.5)));
    background: -o-linear-gradient(right, rgba(131, 58, 180, 0.5) 0%, rgba(29, 139, 253, 0.5) 100%);
    background: linear-gradient(270deg, rgba(131, 58, 180, 0.5) 0%, rgba(29, 139, 253, 0.5) 100%);
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.chats p {
    padding: 5px 20px;
}

.chats-form {
    padding: 0px 20px 20px 20px;
}

.date {
    color: #F9F5E1;
    opacity: 0.4;
}

.chats-email {
    font-weight: bold;
    color: rgba(249, 237, 45, 1);
    text-decoration: none;
}

.chats-email:hover,
.chats-message:hover {
    color: #fff;
    letter-spacing: 0.7px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.chats-message {
    color: #F9F5E1;
    text-decoration: none;
}

.chats-send {
    background-color: #4A9B61;
    border: none;
    width: 15%;
    height: 36px;
    color: #E3BF59;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.warning {
    color: #fff;
    margin: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.wfc-reviews-title {
    font-size: 48px;
    color: #E3BF59;
    font-weight: 800;
    text-shadow: 0px -1px 6px rgba(227, 191, 89, 0.25), 0px 1px 6px rgba(227, 191, 89, 0.25);
}

.back-main {
    color: rgb(249 245 225 / 0.3);
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
}

/* preloader */

.backgroundloader {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #121212;
    position: fixed;
    z-index: 1000;
}

.loader {
    position: fixed;
    top: 50% !important;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -25px;
}

.cirloader,
.cirloader #circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: none;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.cirloader {
    width: 40px;
    height: 40px;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: preloader-outer 1.5s ease infinite;
    animation: preloader-outer 1.5s ease infinite;
}

.cirloader #circle {
    -webkit-animation: preloader 3s ease infinite;
    animation: preloader 3s ease infinite;
}

.cirloader #circle {
    border: 3px solid rgba(255, 255, 255, .1);
}

.cirloader #circle {
    border-bottom: 3px solid #fead15;
}

@-webkit-keyframes preloader-outer {
    from {
        opacity: 1;
        -webkit-transform: rotate(0deg);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(360deg);
    }
}

@keyframes preloader-outer {
    from {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes preloader {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes preloader {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

.rll-youtube-player {
    position: relative;
    height: 315px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 0;
}

body.custom-background {
    background-image: url("../img/fornite-city-map-top-view-8k-t3-2880x1800-1.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
