@import url('/wp-content/themes/flatsome-child/assets/css/style-from-custom.css');

@font-face {
    font-family: Poppins;
    src: url(https://smurfmania.com/wp-content/themes/flatsome/fonts/Poppins/Poppins-Regular.ttf) format('ttf');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Poppins;
    src: url(https://smurfmania.com/wp-content/themes/flatsome/fonts/Poppins/Poppins-Bold.ttf) format('ttf');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Poppins;
    src: url(https://smurfmania.com/wp-content/themes/flatsome/fonts/Poppins/Poppins-Italic.ttf) format('ttf');
    font-weight: 400;
    font-style: italic
}

html {
    background-color: #3a0f3e
}

body {
    font-family: Poppins, Sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative
}

.body__overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: url(https://smurfmania.com/wp-content/uploads/2020/04/body_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.page__content {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box
}

.smurf__container {
    margin: auto;
    width: 100%;
    max-width: 1140px;
    padding: 50px 10px;
    box-sizing: border-box
}

.smurf__btn__wrapper--center {
    text-align: center
}

.smurf__btn {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 25px;
    background-color: #ff8a00;
    box-shadow: 0 18px 40px 0 rgba(255, 138, 0, .35);
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin: 20px 0
}

.smurf__btn:hover {
    background-color: #ffab49;
    color: #fff
}

.smurf__btn--border {
    display: inline-block;
    border: 2px solid;
    border-radius: 25px;
    padding: 12px 15px;
    color: #ff8a00;
    text-decoration: none;
}

.smurf__btn--border:hover {
    color: #ffab49;
}

.smurf__btn--border .dashicons {
    vertical-align: sub;
    margin-left: 5px
}

.smurf__title {
    line-height: 1;
    margin-top: 0;
    padding-top: 0
}

.smurf__title--h1 {
    font-size: 50px
}

.smurf__title--h2 {
    font-size: 40px;
    text-align: center
}

.smurf__burger {
    width: 15px;
    height: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 5px
}

.smurf__burger span {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    border-radius: 3px
}

@media (max-width:768px) {
    .smurf__title--h1 {
        font-size: 35px
    }

    .smurf__title--h2 {
        font-size: 30px
    }

    .smurf__btn {
        padding: 5px 20px
    }
}

@media (max-width:500px) {
    .body__overlay {
        background-image: none;
        display: none
    }
}

body ul.menu>li+li, body .widget>ul>li+li {
    border-top: none;
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.header__logo__link {
    margin-right: auto
}

.header__nav .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
}

.header__nav .menu-item {
    margin: 0
}

.header__nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-left: 20px;
    padding: 10px 0 !important;
    font-size: 16px !important;
}

.header__nav a:hover {
    text-decoration: underline
}

.header__nav .current-menu-item a {
    text-decoration: none;
    color: #ffab49
}

header .header__nav__burger {
    display: none
}

.header__nav .menu-item-has-children {
    position: relative
}

.header__nav .menu-item-has-children>a::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(/wp-content/uploads/decor/arrow_down.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: middle
}

.header__nav .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    transition: .2s
}

.header__nav .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    visibility: hidden;
    position: absolute;
    top: calc(100%);
    left: 0;
    min-width: 180px;
    background: rgba(0, 0, 0, .8);
    border-radius: 7px;
    z-index: 1;
    display: block !important;
    border: none !important;
}

.header__nav .sub-menu a {
    line-height: 1
}

.smurf__cart__btn {
    display: block;
    position: relative;
    margin-left: 30px;
    text-decoration: none !important
}

.smurf__cart__btn:hover .smurf__cart__counter {
    transform: translateY(-3px);
    transition: .1s
}

.smurf__cart__counter {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 1;
    line-height: 1;
    font-size: 10px;
    font-family: Poppins, Sans-serif
}

.smurf__cart__counter::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ff8a00;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

@media (max-width:767px) {
    /* .smurf__header {
        position: fixed;
        top: 0;
        width: 100%;
        pointer-events: none;
        z-index: 100
    } */

    .header__logo__link, .header__nav, .header__nav__burger {
        pointer-events: auto
    }

    header+.page__content {
        margin-top: 100px
    }

    header .smurf__container {
        padding: 20px 10px
    }

    .header__nav {
        display: none;
        width: 100%
    }

    .dropdown .header__nav {
        display: block;
        position: absolute;
        top: 100%;
        left: 0
    }

    .header__nav .menu {
        background: rgba(0, 0, 0, .6);
        border-radius: 7px;
        margin-top: 20px;
        justify-content: flex-start
    }

    .header__nav .menu-item-has-children>a::after, .header__nav .sub-menu {
        display: none
    }

    header .header__nav__burger {
        display: flex;
        background: rgba(0, 0, 0, .6);
        border-radius: 7px;
        padding: 10px;
        box-sizing: content-box;
        position: relative
    }

    .dropdown .header__nav__burger span {
        visibility: hidden
    }

    .dropdown .header__nav__burger::after, .dropdown .header__nav__burger::before {
        content: '';
        width: 60%;
        height: 3px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%) rotate(45deg)
    }

    .dropdown .header__nav__burger::after {
        transform: translate(-50%) rotate(-45deg)
    }
}

.smurf__container--breadcrumbs {
    padding-top: 0
}

.reviews__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.reviews__link {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px
}

.reviews__title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px
}

.smurf__footer {
    background-image: linear-gradient(93deg, #312a6c 0, #9f35ad 100%)
}

.footer__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer__nav {
    font-size: 14px
}

.footer__nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer__nav li {
    margin-bottom: .6em
}

.footer__nav a {
    color: #fff;
    text-decoration: none
}

.footer__nav a:hover {
    color: #ffab49
}

.footer__nav__title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bolder
}

.footer__bottom {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid rgba(255, 255, 255, .5)
}

.footer__copyright {
    font-size: 13px;
    opacity: .5
}

.footer__lang {
    margin-top: 10px;
}

.footer__lang a.glink span {
    margin-right: 0.7em;
}


@media(max-width:550px) {
    .footer__top {
        justify-content: flex-start
    }

    .footer__col {
        min-width: 33%;
        margin-bottom: 15px
    }
}

@media(max-width:400px) {
    .footer__col {
        min-width: 50%
    }
}

.cookie__modal {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    max-width: 90vw;
    background: #fff;
    color: #000;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, .2);
    animation-name: cookie__animation;
    animation-delay: 2s;
    animation-duration: 1s;
    animation-fill-mode: both;
    transition: .5s
}

.cookie__modal.hide_js, .cookie__modal[hidden] {
    display: none
}

.cookie__title {
    font-size: 120%;
    font-weight: 700;
    margin-bottom: .6em
}

.cookie__brn_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 200px
}

.cookie__btn {
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    width: 80%;
    color: #fff;
    background: linear-gradient(135deg, #401dba, #825bf0);
    box-shadow: rgba(64, 29, 186, .5) 0 4px 24px;
    cursor: pointer
}

.cookie__btn:hover {
    color: #fff;
    box-shadow: rgba(64, 29, 186, .5) 0 0 15px
}

@keyframes cookie__animation {
    0% {
        opacity: 0;
        bottom: -100%
    }

    100% {
        opacity: 1;
        bottom: 0
    }
}

@media (max-width:620px) {
    .cookie__modal {
        flex-direction: column;
        text-align: center
    }

    .cookie__brn_wrapper {
        margin-top: 15px;
        justify-content: center
    }
}

.rating-link {
    max-width: 250px;
    display: block
}

.catalog-rating {
    width: 250px;
    height: 70px;
    margin-top: 20px;
    background-image: url(/wp-content/uploads/2019/11/Rating.svg);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat
}

.container--rating--single {
    margin-bottom: 30px
}

.rating-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end
}

.catalog-h1 {
    text-align: center;
    font-size: 40px
}

.catalog-wrapper__grid {
    width: calc(100% - 300px) !important;
    flex-basis: auto !important;
    max-width: 100% !important
}

.catalog-wrapper__grid>.shop-container {
    overflow: hidden
}

.catalog-wrapper__grid--full>.woocommerce>.products, .catalog-wrapper__grid>.products, .catalog-wrapper__grid>.shop-container>.products {
    margin: 0 !important;
    margin-right: -2% !important
}

.catalog-wrapper__grid--full {
    width: 100% !important
}

.container .row-small:not(.row-collapse), .related .catalog-wrapper__grid .products {
    justify-content: flex-start;
    margin-right: -2% !important;
    margin-left: 0 !important
}

.catalog-wrapper__grid__category {
    width: 23%;
    height: 280px;
    margin: 0;
    margin-bottom: 2%;
    margin-right: 2%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
    background-color: #5d2b8e;
    border-radius: 7px;
    overflow: hidden
}

.category-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.category-wrapper__img {
    width: 100%;
    flex-grow: 10;
    display: flex
}

.category-wrapper__img-inner {
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
    border: 3px solid #ff8a00;
    box-sizing: content-box;
    background-color: #2d2d2d;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.category-wrapper__heading {
    background-color: #fff;
    width: 100%;
    height: 60px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.category-wrapper__heading--title {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 700
}

.category-wrapper__heading--count {
    color: #2d2d2d;
    font-size: 18px;
    margin-left: 15px
}

.catalog-wrapper__grid__category.double_width {
    order: 10;
    width: calc(100% / 2 - 1.4%)
}

.catalog__after-content {
    background-size: cover;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 40px
}

.catalog__after-content--inner {
    max-width: 650px;
    position: relative
}

.catalog__after-content--inner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    bottom: -100px
}

.catalog__after-content h2:not(:first-child) {
    font-size: 20px;
    margin-top: 30px
}

@media (max-width:900px) {
    .catalog-wrapper__grid {
        width: 100% !important
    }
}

@media (max-width:768px) {
    .catalog-wrapper__grid__category {
        width: 48%
    }

    .catalog-wrapper__grid__category.double_width {
        width: 100%
    }

    .catalog__after-content--inner {
        padding-bottom: 400px
    }

    .catalog__after-content--inner::after {
        left: 0;
        height: 400px;
        bottom: -50px
    }
}

@media (max-width:500px) {
    .catalog-wrapper__grid__category, .catalog-wrapper__grid__category.double_width {
        width: 98%;
        margin: 0 !important;
        margin-bottom: 4% !important
    }

    .catalog__after-content--inner {
        padding-bottom: 200px
    }

    .catalog__after-content--inner::after {
        height: 200px
    }
}

@media (min-width:901px) {
    .catalog-wrapper__grid--full .product-item {
        width: calc(100% / 4 - 2%) !important
    }
}

.product-item {
    flex-basis: auto !important;
    width: calc(100% / 3 - 2%) !important;
    max-width: 100% !important;
    margin: 0;
    margin-bottom: 2% !important;
    margin-right: 2% !important;
    padding: 0 !important;
    background: #fff;
    border-radius: 7px !important;
    overflow: hidden
}

.product-item__img-box--inner {
    width: 100%;
    height: 120px;
    margin: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.product-item__info-box {
    background: #fff;
    flex-grow: 10;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px !important
}

.product-item__info-box>div {
    margin-left: 0 !important
}

.product-item__info-box * {
    color: #2d2d2d !important
}

.product-item__info-box .shop_attributes td {
    padding-bottom: 10px !important;
    padding-top: 10px !important
}

.product-item__info-box .shop_attributes td:last-child {
    text-align: right
}

.product-item__info-box .title-wrapper * {
    text-align: left
}

.product-item__info-box .product-title a {
    font-weight: 700;
    color: #5d2b8e !important
}

.product-item__info-box .price-wrapper {
    margin-top: auto
}

.product-item .price-wrapper .price {
    text-align: left
}

.product-item .price ins *, .product-item .price>.woocommerce-Price-amount, .product-item .price>.woocommerce-Price-amount * {
    color: #ff8a00 !important
}

.product-item__info-box .add-to-cart-button {
    display: none
}

.product-item .product-small.box, .product-item>.col-inner {
    position: static;
    height: 100%
}

.product-item .product-small.box {
    display: flex;
    flex-direction: column
}

.product-item__action-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 10px
}

.product-item__action-box .button, .product-item__action-box>a {
    margin-right: 0 !important;
    margin: 0 !important
}

.product-item__action-box>div {
    padding: 5px;
    width: 50%
}

.product-item .add-to-cart-button {
    height: auto !important;
    order: -1
}

.product-item .add-to-cart-button a {
    padding: 5px;
    font-weight: 400;
    color: #fff !important;
    background: #ff8a00;
    border-radius: 50px;
    border: none !important;
    box-shadow: 0 18px 40px rgba(255, 138, 0, .35);
    width: 100%
}

.product-item .add-to-cart-button a:hover {
    color: #fff;
    background: #ffab49
}

.product-item__more-btn a {
    padding: 7px;
    color: inherit;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    margin-top: 1em !important
}

.product-item__more-btn a:hover {
    color: #ffab49 !important
}

.product-item .badge-container {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.product-item .badge {
    height: auto !important;
    display: inline-block;
    margin-bottom: 5px !important
}

.product-item .badge-inner {
    background-color: #5d2b8e !important;
    border-radius: 0 5px 5px 0;
    font-size: 10px;
    max-width: 80px;
    opacity: .8;
    line-height: 1.2;
    padding: 5px
}

.product-item .badge-inner.on-sale {
    background-color: #ff2f00 !important;
    font-size: 16px
}

@media (max-width:767px) {
    .product-item {
        width: 48% !important
    }
}

@media (max-width:380px) {
    .product-item .title-wrapper .name {
        font-size: 11px;
        letter-spacing: -.03em
    }

    .product-item .title-wrapper .category {
        letter-spacing: -.03em
    }

    .product-item .add-to-cart-button a, .product-item .product-item__more-btn a {
        font-size: 9px;
        padding: 5px;
        letter-spacing: -.03em;
        text-transform: none
    }
}

.filter__category {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    background: rgba(255, 255, 255, .05);
    border-radius: 7px;
    margin-bottom: 3% !important
}

.filter__category__item {
    padding: 1%;
    width: 135px
}

.filter__category__title {
    font-size: 90%
}

.filter__category__image_box {
    position: relative;
    margin-bottom: 15px
}

.filter__category__item--active {
    pointer-events: none
}

.filter__category__item:hover img {
    transform: scale(.95);
    transition: .2s
}

.filter__category__item--active img {
    filter: grayscale(1)
}

.filter__category__item--active .filter__category__image_box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #66c410
}

@media (max-width:767px) {
    .filter__category {
        flex-wrap: wrap;
        background: 0 0
    }

    .filter__category__item {
        border: 2px solid rgba(255, 255, 255, .5);
        margin: 1%;
        border-radius: 7px;
        width: auto
    }

    .filter__category__item--active {
        border: 2px solid #ff8a00;
        color: #ff8a00
    }

    .filter__category__image_box {
        display: none
    }
}

.catalog-wrapper__sidebar .sidebar-inner {
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    margin-right: 30px;
    border-radius: 7px
}

.catalog-wrapper__sidebar aside:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 20px;
    padding-bottom: 20px
}

.catalog-wrapper__sidebar a, .catalog-wrapper__sidebar span {
    color: #2d2d2d;
    font-family: Poppins, Sans-serif !important
}

.catalog-wrapper__sidebar .chosen a, .catalog-wrapper__sidebar a:hover {
    color: #ff8a00
}

.catalog-wrapper__sidebar .widget-title {
    font-size: 16px
}

.catalog-wrapper__sidebar select {
    border-radius: 7px;
    background-color: #e6eaee
}

.catalog-wrapper__sidebar .price_slider_wrapper button {
    background-color: #ff8a00 !important;
    border: none
}

.catalog-wrapper__sidebar .price_slider {
    background-color: #e6eaee !important
}

.catalog-wrapper__sidebar .price_slider_wrapper .ui-slider-handle {
    margin-left: -10px !important;
    border-radius: 50%;
    border: 4px solid #ff8a00
}

.catalog-wrapper__sidebar .price_slider_wrapper .price_label {
    font-size: 0
}

.catalog-wrapper__sidebar .price_slider_wrapper .price_label span {
    font-size: 14px
}

.catalog-wrapper__sidebar .price_slider_wrapper .price_label .from::after {
    content: ' — ';
    color: #ccc
}

.catalog-wrapper__sidebar {
    padding-left: 0;
    width: 300px !important;
    flex-basis: auto !important;
    max-width: 100% !important
}

@media (max-width:900px) {
    .sidebar__toggle {
        display: block !important;
        width: 100%;
        padding: 30px 15px;
        padding-top: 0;
        font-size: 20px
    }

    .sidebar__toggle .dashicons {
        margin-right: 10px
    }

    .sidebar__toggle a {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 7px;
        background: #5d2b8e;
        color: #fff
    }

    .sidebar__close {
        display: block !important;
        position: fixed;
        right: 20px;
        top: 10px;
        z-index: 10;
        width: 35px;
        height: 35px;
        background: #e6eaee;
        box-shadow: 0 2px 8px 0 #e1e1e1;
        border-radius: 50%;
        padding: 5px
    }

    .sidebar__close::after, .sidebar__close::before {
        content: '';
        width: 65%;
        height: 3px;
        background: #2d2d2d;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%) rotate(45deg)
    }

    .sidebar__close::after {
        transform: translate(-50%) rotate(-45deg)
    }

    #catalog-sidebar #shop-sidebar {
        overflow-y: auto;
        height: 100vh;
        box-shadow: 0 2px 8px 0 #e1e1e1
    }

    .catalog-wrapper__sidebar {
        position: fixed !important;
        right: 0;
        top: 0;
        z-index: 99999;
        pointer-events: none;
        opacity: 0;
        padding: 0 !important
    }

    .catalog-wrapper__sidebar:target {
        pointer-events: auto;
        opacity: 1
    }
}

.blog-archive .row:first-child {
    justify-content: space-between !important
}

.blog-archive .row:first-child::after {
    display: none
}

.post__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 30px;
}

.item-news {
    width: 100% !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 7px !important;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .3)
}

.item-news__content {
    margin-top: auto;
    margin-bottom: 0;
    z-index: 20;
    position: relative
}

.item-news__overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .49) 66.85%)
}

.item-news:hover .item-news__overlay {
    background: rgba(0, 0, 0, .7);
    z-index: 50
}

.item-news__wrapper {
    padding: 20px;
    min-height: 350px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    border-radius: 7px;
    background-position: center !important;
    background-size: cover !important
}

.item-news__content--h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: auto;
    border-bottom: 2px solid rgba(255, 255, 255, .35)
}

.item-news__link {
    position: absolute;
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: center;
    z-index: 100;
    width: calc(100% - 40px);
    height: calc(100% - 40px)
}

.item-news:hover .item-news__link {
    opacity: 1
}

.item-news__link a {
    padding: 15px 32px;
    font-weight: 700;
    color: #fff;
    background: #ff8a00;
    border-radius: 50px;
    box-shadow: 0 18px 40px rgba(255, 138, 0, .35)
}

.item-news .item-news__link a:hover {
    color: #fff;
    background: #ffab49
}

.nav-pagination .page-number {
    border-radius: 7px
}

.nav-pagination .page-number.current {
    background-color: #ff8a00;
    border-color: #ff8a00
}

.blog-title__wrapper {
    display: flex
}

.blog-title__meta {
    margin: 20px 0
}

.blog-title__h1 {
    text-align: left !important;
    padding-right: 50px;
    margin-bottom: 20px !important
}

.blog_featured-img {
    margin-bottom: 40px;
    overflow: hidden
}

.blog_featured-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 7px
}

.blog-single article {
    max-width: 950px
}

.blog-single article p {
    text-align: left !important;
    font-size: 16px
}

.blog-single article p img {
    margin-left: 0
}

.blog-single article iframe[src*=youtube] {
    max-height: 574px;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 11px 12px -15px #000
}

.link-for-post .col {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.link-for-post a {
    margin: 10px 0;
}

.link-for-post a:not(:last-child) {
    margin-right: 20px
}

@media (max-width:768px) {
    .blog .link-for-post .col {
        padding-left: 0;
        padding-right: 0
    }

    .link-for-post .smurf__btn {
        padding: 15px 25px
    }
}

@media(max-width:500px) {
    .blog-title__wrapper {
        flex-wrap: wrap
    }

    .blog-title__h1 {
        order: 1;
        padding-right: 0
    }

    .blog_featured-img img {
        height: 150px
    }
}

.faq-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px
}

.faq-item {
    width: 100%;
    max-width: 730px;
    margin: auto;
    border: 0;
    padding: 0
}

.faq-item .faq-content, .faq-item .faq-content p, .faq-item .faq-title, .faq-item .faq-title p {
    font-size: 16px
}

.faq-item .faq-title p {
    font-weight: 700
}

.faq-item .faq-title {
    background: #5d2b8e;
    border-radius: 7px
}

.faq-item .faq-content {
    background: #fff;
    border-radius: 0 0 7px 7px;
    margin-top: -7px
}

.faq-item .faq-title::after {
    width: 16px;
    height: 8px;
    border: 0;
    background-image: url(/wp-content/uploads/2019/11/arrow-orange.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.yoast-breadcrumbs a, .breadcrumbs li a span, .breadcrumbs li:before {
    color: #ff8a00 !important
}

.breadcrumbs li span {
    color: #fff !important
}

.yoast-breadcrumbs span {
    text-transform: uppercase;
}

.yoast-breadcrumbs {
    margin-bottom: 40px;
}
.yoast-breadcrumbs strong {
    font-weight: normal;
}

.container--breadcrumbs--catalog .breadcrumbs {
    margin: 0
}

body, html {
    height: auto
}

body>.wrapper-flex {
    padding-top: 0
}

.banner h1, .banner h2, .heading-font, body, h1, h2, h3, h4, h5, h6, p {
    font-family: Poppins, Sans-serif !important
}

.blog h1 {
    font-size: 40px;
    line-height: 1.2;
    text-align: center
}

.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 1140px !important
}

@media(max-width:768px) {
    .section-outer--standart {
        padding-top: 100px !important
    }

    body>.wrapper-flex {
        padding-top: 60px
    }
}

@media(max-width:481px) {
    .blog h1, .heading-h1 h1, .heading-h2 h2 {
        font-size: 30px !important
    }

    .section-outer--standart {
        padding-top: 80px !important
    }

    .section-outer--standart.same-padding {
        padding-bottom: 80px !important
    }
}

.aboutus p {
    font-size: 18px;
    margin-bottom: 100px
}

.aboutus img {
    width: 180px
}

@media only screen and (max-device-width:480px) {
    .aboutus img {
        margin-left: 100px;
        margin-bottom: 0;
        display: block;
        text-align: center !important
    }

    .aboutus p {
        font-size: 18px;
        margin-bottom: unset
    }

    .large-4.custom {
        max-width: 102.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 93.33333%;
        margin: 0 25px 10px 20px
    }
}

.wpcf7 label {
    display: inline-block;
    width: 100%;
    color: #fff
}

section #services {
    text-align: center;
    transform: translatez(0)
}

section #services h2 {
    margin: 40px 0 40px;
    color: #fff;
    font-size: 2.4em;
    text-transform: uppercase;
    text-align: center
}

section #services li {
    width: 120px;
    height: 140px;
    display: inline-block;
    margin: 20px;
    list-style: none
}

section #services li div {
    width: 120px;
    height: 120px;
    color: #74d4b3;
    font-size: 3.4em;
    text-align: center;
    line-height: 28px;
    background-color: #fff;
    transition: all .5s ease
}

section #services li a {
    color: #fd5ee9
}

section #services li div:hover {
    transform: rotate(360deg);
    border-radius: 100px
}

section #services li span {
    width: 120px;
    height: 20px;
    word-break: break-all;
    display: block;
    padding: 15px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: center
}

.credits a {
    display: block;
    text-align: center;
    color: #74d4b3;
    text-decoration: none;
    font-size: 24px;
    margin-top: 50px;
    background: #fff;
    padding: 20px;
    max-width: 300px
}

span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    display: block !important
}

.social.media {
    width: 100%;
    margin: 0 auto;
    max-width: 1100px
}

div#gmap iframe {
    height: 400px !important
}

.contactus.form {
    margin-top: 13em
}

.middle .card {
    width: 385px;
    height: 530px
}

.middle .card a {
    font-size: 15px;
    line-height: 14px
}

.middle .card .first-title {
    bottom: 95px
}

.review__info__block {
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 7px;
    padding: 20px;
    position: sticky;
    top: 10px;
    text-align: center;
    margin-bottom: 5%
}

.review__info__text i {
    display: block;
    font-size: 60px;
    font-style: normal;
    font-weight: bolder;
    line-height: 1.2
}

.review__info__cta {
    margin-top: 5%;
    padding-top: 5%;
    border-top: 2px solid rgba(255, 255, 255, .2)
}

.review__info__cta__desc {
    margin-bottom: 5%
}

.review__info__block .smurf__btn--border {
    border-radius: 7px
}

.slider-reviews {
    display: flex !important;
    flex-direction: column
}

.slider-reviews .owl-nav {
    order: 3
}

.slider-reviews .owl-dots {
    text-align: center;
    margin-top: 10px
}

.slider-reviews .owl-dot {
    min-height: auto;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fff !important;
    margin: 8px !important
}

.slider-reviews .owl-dot.active {
    background: #ff8a00 !important
}

@media (max-width:1170px) {
    .wrapper-reviews .right {
        order: -1
    }
}

@media (max-width:500px) {
    .review-item p {
        word-break: break-word
    }
}

.product-footer .woocommerce-tabs, .product-section {
    border-top: none
}

.product-info {
    display: flex;
    flex-wrap: wrap
}

.product-info>* {
    width: 100%
}

.product-info .price-wrapper {
    order: 5;
    margin-bottom: 1em;
    display: inline-block !important;
    width: auto;
    margin-right: 40px
}

.product-info .cart {
    order: 10;
    display: inline-block;
    width: auto
}

.related .row {
    justify-content: space-evenly;
    margin-left: -15px !important;
    margin-right: -15px !important
}

.related .row::after {
    display: none
}

.related .product-item {
    width: calc(100% / 4 - 2%) !important;
    max-width: 100% !important;
    flex-basis: auto !important;
    box-sizing: content-box
}

.related .product-item .product-item__info-box, .related .product-item .product-small, .related .product-item>.col-inner {
    height: 100%
}

.related .product-item>.col-inner {
    border-radius: 7px !important;
    overflow: hidden !important
}

.related .product-section-title {
    text-transform: none
}

@media (max-width:1024px) {
    .related .product-item {
        width: calc(100% / 3 - 2%) !important
    }

    .related .product-item:nth-child(4) {
        display: none
    }
}

@media (max-width:768px) {
    .related .product-item {
        width: calc(100% / 2 - 2%) !important
    }

    .related .product-item:nth-child(4) {
        display: block
    }
}

@media (max-width:500px) {
    .related .product-item {
        width: calc(100% - 2%) !important
    }
}

.product .product-gallery {
    margin-top: 15px
}

.woocommerce-product-gallery__image {
    border-radius: 7px;
    overflow: hidden
}

.badge-container {
    margin-top: 0 !important;
}

.badge-container .badge {
    height: auto
}

.product-gallery .badge-inner {
    background-color: #5d2b8e !important;
    border-radius: 7px 0;
    font-size: 16px;
    padding: 10px
}

.product-thumbnails a {
    border: none;
    border-radius: 7px
}

.product-thumbnails .is-nav-selected a {
    border: 2px solid #ff8a00
}

.product-thumbnails img {
    opacity: 1
}

.product-info .product-title {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: .7em
}

.product-page-price del * {
    color: #9e9e9e
}

.product-page-price ins * {
    color: #ff8a00
}

.product-info .single_add_to_cart_button.button {
    background-color: #ff8a00 !important;
    border-radius: 50px;
    box-shadow: 0 18px 40px rgba(255, 138, 0, .35);
    padding: 10px 30px
}

.product-info .single_add_to_cart_button.button:hover {
    background-color: #ffab49 !important
}

.product-info td, .product-info th {
    padding-top: .7em;
    padding-bottom: .7em;
    color: #fff !important;
}

@media (max-width:768px) {
    .product-info .single_add_to_cart_button.button {
        padding: 5px 30px
    }
}

.product-tabs.nav {
    display: inline-flex !important;
    margin-right: 0;
    width: auto !important;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .2) inset;
    border-radius: 32px;
    margin-bottom: 20px
}

.product-tabs a {
    padding: 0 30px !important
}

@media (max-width:549px) {
    .product-tabs.nav {
        box-shadow: none
    }
}

.product-info td, .product-info th, .woocommerce-tabs td, .woocommerce-tabs th {
    border-color: rgba(255, 255, 255, .2)
}

.woocommerce-tabs.container {
    max-width: 100% !important
}

.woocommerce-tabs .accordion_title {
    display: none
}

.woocommerce-tabs .accordion-item {
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 20px
}

.woocommerce-tabs .accordion-title {
    background: #5d2b8e;
    border: none;
    padding: 20px;
    font-size: 16px;
    font-weight: 700
}

.woocommerce-tabs .accordion-title:hover {
    color: #ff8a00
}

.woocommerce-tabs .accordion-title.active {
    color: #fff
}

.woocommerce-tabs .accordion-title .toggle {
    left: auto;
    right: 20px;
    color: #ff8a00;
    font-size: 25px
}

.woocommerce-tabs .accordion-inner {
    padding: 20px;
    background: #fff
}

.woocommerce-tabs .accordion-inner * {
    color: #2d2d2d
}

.contact_us {
    max-width: 1120px;
    margin: auto
}

.contact_us * {
    font-family: Poppins, Sans-serif !important
}

.contact_us h1 {
    text-align: center;
    font-size: 40px
}

.contact_us__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0
}

.contact_us__col_info br {
    display: none
}

.contact_us__item:not(:last-of-type) {
    margin-bottom: 25px
}

.contact_us__item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #5d2b8e;
    border-radius: 50%;
    margin-right: 13px
}

.contact_us__item__link {
    display: flex;
    align-items: center
}

.contact_us__item__link:hover .contact_us__item__text {
    color: #ff8a00
}

.contact_us__item__link:hover .contact_us__item__icon {
    background: #ff8a00
}

.contact_us__col_map {
    flex-grow: 1;
    max-width: 635px
}

.contact_us #gmap iframe {
    margin: 0 !important;
    max-height: 400px;
    border-radius: 7px
}

@media (max-width:768px) {
    .contact_us__col {
        width: 100%;
        max-width: 100%
    }

    .contact_us__col_info {
        margin: auto;
        margin-bottom: 40px;
        display: inline-block;
        width: auto
    }
}

@media (max-width:480px) {
    .contact_us__item__icon {
        width: 30px;
        height: 30px
    }

    .contact_us__item__icon img {
        width: 15px
    }
}

.bar__discord {
    position: relative
}

.bar__discord.hide_js {
    display: none
}

.bar__discord .smurf__container {
    padding: 5px 10px
}

.bar__discord__cta {
    display: inline-flex
}

.bar__discord__btn {
    margin: 5px 20px;
    padding: 5px 15px
}

.bar__discord__close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 35px
}

@media (max-width:500px) {
    .bar__discord__grid {
        text-align: center
    }
}